From 32390e802bd84a8b85ac02a90a3d31cf205dd5b7 Mon Sep 17 00:00:00 2001 From: Gabriele Cosmo Date: Fri, 6 Dec 2024 11:11:40 +0100 Subject: [PATCH] Import Geant4 11.3.0 source tree --- ReleaseNotes/Beta4.11.3-1.txt | 9 +- ReleaseNotes/ReleaseNotes.11.3.html | 2424 ++ cmake/History | 55 + cmake/Modules/G4BuildSettings.cmake | 9 +- cmake/Modules/G4CTest.cmake | 18 +- cmake/Modules/G4ConfigureCMakeHelpers.cmake | 11 +- cmake/Modules/G4DatasetDefinitions.cmake | 30 +- .../G4TestAPI.cmake} | 50 +- cmake/Templates/UseGeant4.cmake | 8 +- examples/History | 43 + examples/advanced/CMakeLists.txt | 3 +- examples/advanced/CaTS/CaTS.out | 13 +- .../ChargeExchangeMC/ChargeExchangeMC.out | 878 +- .../HGCal_testbeam/testbeam_electron.out | 11 +- examples/advanced/History | 4 + .../ICRP110_HumanPhantoms/ICRP110Phantoms.out | 18 +- .../ICRP110_HumanPhantoms/OrganDoses.out | 80 +- .../ICRP145_HumanPhantoms/ICRP145Phantoms.out | 368 +- examples/advanced/STCyclotron/History | 3 + examples/advanced/STCyclotron/STCyclotron.out | 13 +- .../STCyclotron/src/STCyclotronRunAction.cc | 1 - examples/advanced/air_shower/air_shower.out | 33 +- examples/advanced/amsEcal/run1.out | 155 +- .../advanced/brachytherapy/brachytherapy.out | 15 +- .../composite_calorimeter.out | 39 +- examples/advanced/dna/.README.txt | 19 + examples/advanced/dna/CMakeLists.txt | 10 + examples/advanced/dna/History | 10 + examples/advanced/dna/README | 16 + .../advanced/dna/cellularPhantom/.README.txt | 127 + .../dna/cellularPhantom/CMakeLists.txt | 116 + examples/advanced/dna/cellularPhantom/History | 7 + .../dna/cellularPhantom/ImageJ/phantom.ijm | 219 + examples/advanced/dna/cellularPhantom/README | 122 + .../dna/cellularPhantom/cellularPhantom.cc | 98 + .../dna/cellularPhantom/cellularPhantom.out | 754 + .../include/ActionInitialization.hh | 62 + .../include/CellParameterisation.hh | 145 + .../include/DetectorConstruction.hh | 133 + .../include/DetectorMessenger.hh | 89 + .../cellularPhantom/include/EventAction.hh | 63 + .../cellularPhantom/include/PhysicsList.hh | 61 + .../include/PrimaryGeneratorAction.hh | 67 + .../dna/cellularPhantom/include/RunAction.hh | 72 + .../cellularPhantom/include/SteppingAction.hh | 64 + examples/advanced/dna/cellularPhantom/plot.C | 514 + examples/advanced/dna/cellularPhantom/run.mac | 72 + .../src/ActionInitialization.cc} | 57 +- .../src/CellParameterisation.cc | 229 + .../src/DetectorConstruction.cc | 367 + .../cellularPhantom/src/DetectorMessenger.cc | 197 + .../cellularPhantom/src/EventAction.cc} | 59 +- .../cellularPhantom/src/PhysicsList.cc} | 84 +- .../src/PrimaryGeneratorAction.cc | 74 + .../dna/cellularPhantom/src/RunAction.cc | 200 + .../dna/cellularPhantom/src/SteppingAction.cc | 84 + examples/advanced/dna/cellularPhantom/vis.mac | 145 + .../{ => dna}/dsbandrepair/.README.txt | 31 +- .../{ => dna}/dsbandrepair/CMakeLists.txt | 2 +- .../advanced/{ => dna}/dsbandrepair/History | 10 + .../{ => dna}/dsbandrepair/README.txt | 18 +- .../dsbandrepair/analysis/CMakeLists.txt | 0 .../dnadamage/include/ClassifiedDamage.hh | 0 .../analysis/dnadamage/include/Damage.hh | 0 .../dnadamage/include/DamageClassifier.hh | 0 .../analysis/dnadamage/include/SDDData.hh | 0 .../analysis/dnadamage/include/ScanDamage.hh | 0 .../dnadamage/src/ClassifiedDamage.cc | 0 .../analysis/dnadamage/src/Damage.cc | 0 .../dnadamage/src/DamageClassifier.cc | 0 .../analysis/dnadamage/src/SDDData.cc | 0 .../analysis/dnadamage/src/ScanDamage.cc | 31 +- .../analysis/include/AnalysisHandler.hh | 0 .../analysis/include/ODESolver.hh | 0 .../analysis/include/ParametersParser.hh | 2 + .../{ => dna}/dsbandrepair/analysis/main.cc | 5 +- .../repairmodels/include/BelovModel.hh | 0 .../repairmodels/include/LEMIVModel.hh | 0 .../analysis/repairmodels/include/TLKModel.hh | 0 .../analysis/repairmodels/src/BelovModel.cc | 0 .../analysis/repairmodels/src/LEMIVModel.cc | 10 + .../analysis/repairmodels/src/TLKModel.cc | 0 .../analysis/src/AnalysisHandler.cc | 0 .../dsbandrepair/analysis/src/ODESolver.cc | 0 .../analysis/src/ParametersParser.cc | 5 +- .../{ => dna}/dsbandrepair/dsbandrepair.cc | 201 +- .../{ => dna}/dsbandrepair/dsbandrepair.out | 8 +- .../include/ActionInitialization.hh} | 14 +- .../dsbandrepair/include/Analysis.hh} | 83 +- .../dsbandrepair/include/ChemGeoImport.hh | 0 .../include/DetectorConstruction.hh | 0 .../include/DetectorConstructionMessenger.hh | 0 .../dsbandrepair/include/EventAction.hh} | 10 +- .../G4EmDNAChemistry_option3_Extended.hh | 0 .../dsbandrepair/include/ITSteppingAction.hh} | 10 +- .../dsbandrepair/include/PhysChemIO.hh | 6 +- .../dsbandrepair/include/PhysGeoImport.hh | 0 .../dsbandrepair/include/PhysicsList.hh | 11 +- .../include/PrimaryGeneratorAction.hh} | 14 +- .../dsbandrepair/include/RunAction.hh} | 15 +- .../dsbandrepair/include/StackingAction.hh} | 10 +- .../dsbandrepair/include/SteppingAction.hh} | 30 +- .../dsbandrepair/include/TimeStepAction.hh} | 28 +- .../include/UserChoosingDNASolvationModel.hh | 0 .../dsbandrepair/include/UserMolecule.hh | 0 .../dsbandrepair/include/UserMoleculeGun.hh | 0 .../include/VoxelParameterisation.hh | 0 .../{ => dna}/dsbandrepair/macros/analysis.in | 1 + .../{ => dna}/dsbandrepair/macros/chem.in | 12 +- .../dsbandrepair/macros/dsbandrepair.in | 0 .../{ => dna}/dsbandrepair/macros/endophys.in | 0 .../dsbandrepair/macros/fibroblast.in | 0 .../macros/scripts/pilelinedsbandrepair.sh | 7 +- .../macros/scripts/slurm4dsbandrepair.sh | 6 - .../dsbandrepair/macros/yeastphys.in | 0 .../dsbandrepair/src/ActionInitialization.cc} | 68 +- .../dsbandrepair/src/Analysis.cc} | 248 +- .../dsbandrepair/src/ChemGeoImport.cc | 47 +- .../dsbandrepair/src/DetectorConstruction.cc | 14 +- .../src/DetectorConstructionMessenger.cc | 0 .../dsbandrepair/src/EventAction.cc} | 24 +- .../src/G4EmDNAChemistry_option3_Extended.cc | 2 +- .../dsbandrepair/src/ITSteppingAction.cc} | 8 +- .../{ => dna}/dsbandrepair/src/PhysChemIO.cc | 52 +- .../dsbandrepair/src/PhysGeoImport.cc | 0 .../{ => dna}/dsbandrepair/src/PhysicsList.cc | 190 +- .../src/PrimaryGeneratorAction.cc} | 21 +- .../dsbandrepair/src/RunAction.cc} | 63 +- .../dsbandrepair/src/StackingAction.cc} | 8 +- .../dsbandrepair/src/SteppingAction.cc} | 151 +- .../dsbandrepair/src/TimeStepAction.cc} | 127 +- .../src/UserChoosingDNASolvationModel.cc | 0 .../dsbandrepair/src/UserMolecule.cc | 0 .../dsbandrepair/src/UserMoleculeGun.cc | 0 .../dsbandrepair/src/VoxelParameterisation.cc | 0 .../dna/moleculardna/.README.txt | 160 +- .../dna/moleculardna/CMakeLists.txt | 4 +- .../dna/moleculardna/History | 52 +- .../dna/moleculardna/README | 156 +- .../dna/moleculardna/createSDD.py | 0 .../dna/moleculardna/cylinders.C | 0 .../advanced/dna/moleculardna/cylinders.mac | 128 + .../dna/moleculardna/ecoli.C | 0 .../dna/moleculardna/ecoli.mac | 70 +- .../dna/moleculardna/human_cell.C | 0 .../advanced/dna/moleculardna/human_cell.mac | 98 + .../dna/moleculardna/human_cell_HTB177.mac | 61 +- .../dna/moleculardna/human_cell_MCF7.mac | 59 +- .../dna/moleculardna/human_cell_alphas.C | 5 +- .../dna/moleculardna/human_cell_chromosomes.C | 562 + .../moleculardna/human_cell_chromosomes.mac | 98 + .../moleculardna/human_cell_chromosomes.py | 228 + .../include/ActionInitialization.hh | 0 .../moleculardna/include/AnalysisManager.hh | 0 .../moleculardna/include/AnalysisMessenger.hh | 0 .../dna/moleculardna/include/BoxChromosome.hh | 95 + .../dna/moleculardna/include/ChemistryList.hh | 0 .../moleculardna/include/ChromosomeFactory.hh | 0 .../dna/moleculardna/include/ChromosomeHit.hh | 0 .../moleculardna/include/ChromosomeMapper.hh | 0 .../include/ChromosomeMessenger.hh | 0 .../include/CylindricalChromosome.hh | 0 .../dna/moleculardna/include/DNAGeometry.hh | 0 .../include/DNAGeometryMessenger.hh | 0 .../dna/moleculardna/include/DNAHashing.hh | 4 +- .../dna/moleculardna/include/DNAHit.hh | 0 .../dna/moleculardna/include/DNAWorld.hh | 0 .../dna/moleculardna/include/DamageModel.hh | 0 .../include/DamageModelMessenger.hh | 0 .../include/DetectorConstruction.hh | 0 .../moleculardna/include/DetectorMessenger.hh | 0 .../include/EllipticalChromosome.hh | 0 .../dna/moleculardna/include/EventAction.hh | 0 .../include/IRTDamageReactionModel.hh | 0 .../dna/moleculardna/include/MoleculeList.hh | 0 .../dna/moleculardna/include/OctreeNode.hh | 0 .../include/ParallelWorldPhysics.hh | 0 .../dna/moleculardna/include/PhysicsList.hh | 0 .../include/PlacementVolumeInfo.hh | 0 .../include/PrimaryGeneratorAction.hh | 0 .../include/PrimaryGeneratorMessenger.hh | 0 .../include/PrimaryGeneratorSource.hh | 0 .../include/PrimaryGeneratorSourceGRASCSV.hh | 0 .../dna/moleculardna/include/RodChromosome.hh | 0 .../dna/moleculardna/include/RunAction.hh | 0 .../include/SphericalChromosome.hh | 0 .../moleculardna/include/StackingAction.hh | 0 .../moleculardna/include/SteppingAction.hh | 0 .../moleculardna/include/TimeStepAction.hh | 0 .../moleculardna/include/UtilityFunctions.hh | 0 .../moleculardna/include/VirtualChromosome.hh | 0 .../dna/moleculardna/molecular.cc | 0 .../dna/moleculardna/moleculardna.out | 76 +- .../moleculardna/phase_space/phase_space.csv | 0 .../phase_space/phase_space_test.mac | 0 examples/advanced/dna/moleculardna/plasmid.C | 606 + .../advanced/dna/moleculardna/plasmid.mac | 125 + .../molecularDNArepair.py | 0 .../molecularDNAsurvival.py | 0 .../moleculardna/src/ActionInitialization.cc | 0 .../dna/moleculardna/src/AnalysisManager.cc | 0 .../dna/moleculardna/src/AnalysisMessenger.cc | 0 .../dna/moleculardna/src/BoxChromosome.cc | 97 +- .../dna/moleculardna/src/ChemistryList.cc | 321 +- .../dna/moleculardna/src/ChromosomeFactory.cc | 52 +- .../dna/moleculardna/src/ChromosomeHit.cc | 0 .../dna/moleculardna/src/ChromosomeMapper.cc | 0 .../moleculardna/src/ChromosomeMessenger.cc | 7 +- .../moleculardna/src/CylindricalChromosome.cc | 0 .../dna/moleculardna/src/DNAGeometry.cc | 0 .../moleculardna/src/DNAGeometryMessenger.cc | 8 +- .../dna/moleculardna/src/DNAHashing.cc | 0 .../dna/moleculardna/src/DNAHit.cc | 0 .../dna/moleculardna/src/DNAWorld.cc | 0 .../dna/moleculardna/src/DamageModel.cc | 0 .../moleculardna/src/DamageModelMessenger.cc | 0 .../moleculardna/src/DetectorConstruction.cc | 0 .../dna/moleculardna/src/DetectorMessenger.cc | 0 .../moleculardna/src/EllipticalChromosome.cc | 0 .../dna/moleculardna/src/EventAction.cc | 0 .../src/IRTDamageReactionModel.cc | 0 .../dna/moleculardna/src/OctreeNode.cc | 0 .../moleculardna/src/ParallelWorldPhysics.cc | 0 .../dna/moleculardna/src/PhysicsList.cc | 0 .../moleculardna/src/PlacementVolumeInfo.cc | 0 .../src/PrimaryGeneratorAction.cc | 0 .../src/PrimaryGeneratorMessenger.cc | 0 .../src/PrimaryGeneratorSourceGRASCSV.cc | 16 +- .../dna/moleculardna/src/RodChromosome.cc | 0 .../dna/moleculardna/src/RunAction.cc | 0 .../moleculardna/src/SphericalChromosome.cc | 0 .../dna/moleculardna/src/StackingAction.cc | 0 .../dna/moleculardna/src/SteppingAction.cc | 0 .../dna/moleculardna/src/TimeStepAction.cc | 0 .../dna/moleculardna/src/UtilityFunctions.cc | 0 .../dna/moleculardna/src/VirtualChromosome.cc | 0 .../dna/moleculardna/vis.mac | 0 examples/advanced/doiPET/doiPET.out | 22 +- .../include/ChemPhysicsMessenger.hh | 54 - .../dsbandrepair/include/InformationKeeper.hh | 69 - .../dsbandrepair/src/ChemNtupleManager.cc | 143 - .../dsbandrepair/src/ChemPhysicsList.cc | 270 - .../dsbandrepair/src/PhysicsMessenger.cc | 55 - examples/advanced/eFLASH_radiotherapy/History | 8 + .../advanced/eFLASH_radiotherapy/README.txt | 36 +- .../advanced/eFLASH_radiotherapy/dose.out | 232 +- .../eFLASH_radiotherapy/dose_longitudinal.out | 123 + .../eFLASH_radiotherapy/dose_transversal.out | 153 + .../eFLASH_radiotherapy.out | 58 +- .../include/FlashDetectorConstruction.hh | 21 +- .../include/FlashDetectorMessenger.hh | 6 +- .../include/FlashRunAction.hh | 1 - .../include/FlashSensitiveDetector.hh | 53 + .../advanced/eFLASH_radiotherapy/init_vis.mac | 4 + examples/advanced/eFLASH_radiotherapy/run.mac | 28 +- .../src/FlashDetectorConstruction.cc | 117 +- .../src/FlashDetectorMessenger.cc | 25 +- .../eFLASH_radiotherapy/src/FlashRunAction.cc | 36 +- .../src/FlashSensitiveDetector.cc | 76 + examples/advanced/eRosita/History | 3 + examples/advanced/eRosita/eRosita.cc | 2 +- examples/advanced/eRosita/eRosita.out | 20 +- examples/advanced/exp_microdosimetry/History | 2 + examples/advanced/exp_microdosimetry/README | 3 +- .../exp_microdosimetry/exp_microdosimetry.out | 12 +- .../advanced/exp_microdosimetry/geometry.mac | 1 + .../include/DetectorConstruction.hh | 1 + .../src/DetectorConstruction.cc | 56 + .../src/DetectorMessenger.cc | 2 +- examples/advanced/fastAerosol/History | 4 + examples/advanced/fastAerosol/fastAerosol.out | 27 +- .../advanced/fastAerosol/src/FARunAction.cc | 4 +- examples/advanced/gammaknife/gammaknife.out | 814 +- .../gammaray_telescope/gammaraytel.out | 29103 ++++++++-------- examples/advanced/gorad/gorad.out | 18 +- examples/advanced/hadrontherapy/History | 9 + examples/advanced/hadrontherapy/README | 99 +- .../advanced/hadrontherapy/hadrontherapy.cc | 96 +- .../advanced/hadrontherapy/hadrontherapy.out | 17 +- .../hadrontherapy/macro/carbon_beamline.mac | 4 + .../hadrontherapy/macro/defaultMacro.mac | 36 +- .../hadrontherapy/macro/defaultMacro_vis.mac | 93 +- examples/advanced/hadrontherapy/macro/vis.mac | 116 + .../src/HadrontherapyPhysicsList.cc | 89 +- .../src/HadrontherapyRunAction.cc | 2 +- .../src/PassiveProtonBeamLine.cc | 2 +- .../advanced/human_phantom/human_phantom.out | 10 +- .../advanced/iort_therapy/iort_therapy.out | 12 +- .../lAr_calorimeter/lAr_calorimeter.out | 367 +- .../advanced/medical_linac/medical_linac.out | 3 +- examples/advanced/microbeam/microbeam.out | 17 +- .../microelectronics/microelectronics.out | 27 +- examples/advanced/nanobeam/nanobeam.out | 15 +- .../purging_magnet/purging_magnet.out | 10 +- .../stim_pixe_tomography.out | 64 +- .../advanced/underground_physics/alpha.out | 4 + .../underground_physics/alpha_pmt.out | 5135 +++ .../underground_physics/gamma_1000.out | 352 + .../underground_physics-alpha.out | 28 +- .../underground_physics.out | 20 +- .../SiliconPoreOptics.out | 12 +- .../xray_TESdetector/xray_TESdetector.out | 19 +- .../xray_fluorescence/xray_fluorescence.out | 28 +- examples/advanced/xray_telescope/History | 3 + examples/advanced/xray_telescope/XrayTel.cc | 19 +- .../xray_telescope/src/XrayTelRunAction.cc | 7 - examples/advanced/xray_telescope/test.mac | 2 +- examples/advanced/xray_telescope/vis.mac | 4 +- .../xray_telescope/xray_telescope.out | 90 +- examples/basic/B1/.README.txt | 11 + examples/basic/B1/CMakeLists.txt | 34 +- examples/basic/B1/History | 4 + examples/basic/B1/README | 11 + examples/basic/B1/exampleB1.out | 28 +- examples/basic/B1/src/RunAction.cc | 4 +- examples/basic/B2/.README.txt | 11 + examples/basic/B2/B2a/CMakeLists.txt | 27 +- examples/basic/B2/B2a/exampleB2a.out | 260 +- examples/basic/B2/B2b/CMakeLists.txt | 27 +- examples/basic/B2/B2b/exampleB2b.out | 248 +- examples/basic/B2/README | 11 + examples/basic/B3/.README.txt | 11 + examples/basic/B3/B3a/CMakeLists.txt | 33 +- examples/basic/B3/B3a/exampleB3a.out | 16 +- examples/basic/B3/B3a/src/RunAction.cc | 4 +- examples/basic/B3/B3b/CMakeLists.txt | 33 +- examples/basic/B3/B3b/exampleB3b.out | 16 +- examples/basic/B3/History | 4 + examples/basic/B3/README | 11 + examples/basic/B4/.README.txt | 11 + examples/basic/B4/B4a/CMakeLists.txt | 27 +- examples/basic/B4/B4a/exampleB4a.out | 71 +- examples/basic/B4/B4b/CMakeLists.txt | 27 +- examples/basic/B4/B4b/exampleB4b.out | 71 +- examples/basic/B4/B4c/CMakeLists.txt | 27 +- examples/basic/B4/B4c/exampleB4c.out | 71 +- examples/basic/B4/B4d/CMakeLists.txt | 27 +- examples/basic/B4/B4d/exampleB4d.out | 73 +- examples/basic/B4/README | 11 + examples/basic/B5/.README.txt | 11 + examples/basic/B5/CMakeLists.txt | 35 +- examples/basic/B5/README | 11 + examples/basic/B5/exampleB5.out | 378 +- examples/basic/CMakeLists.txt | 2 +- examples/basic/History | 11 + .../extended/analysis/AnaEx01/AnaEx01-csv.out | 54 +- .../analysis/AnaEx01/AnaEx01-hdf5.out | 54 +- .../analysis/AnaEx01/AnaEx01-root.out | 54 +- .../extended/analysis/AnaEx01/AnaEx01-xml.out | 54 +- .../analysis/AnaEx01/shared/src/RunAction.cc | 16 +- .../extended/analysis/AnaEx02/AnaEx02.out | 40 +- .../analysis/AnaEx02/shared/src/RunAction.cc | 16 +- .../extended/analysis/AnaEx03/.README.txt | 2 + .../extended/analysis/AnaEx03/AnaEx03-csv.out | 52 +- .../analysis/AnaEx03/AnaEx03-hdf5.out | 52 +- .../analysis/AnaEx03/AnaEx03-root.out | 52 +- .../extended/analysis/AnaEx03/AnaEx03-xml.out | 52 +- examples/extended/analysis/AnaEx03/History | 3 + examples/extended/analysis/AnaEx03/README | 2 + .../extended/analysis/B1Con/exampleB01Con.out | 95 +- .../extended/analysis/B1Con/src/RunAction.cc | 6 +- examples/extended/analysis/History | 3 + examples/extended/biasing/B01/exampleB01.out | 51 +- examples/extended/biasing/B02/exampleB02.out | 51 +- examples/extended/biasing/B03/exampleB03.out | 49 +- .../extended/biasing/GB01/exampleGB01.out | 70 +- .../extended/biasing/GB02/exampleGB02.out | 86 +- .../extended/biasing/GB03/exampleGB03.out | 31 +- .../extended/biasing/GB04/exampleGB04.out | 29 +- .../extended/biasing/GB05/exampleGB05.out | 2140 +- examples/extended/biasing/GB06/History | 3 + .../extended/biasing/GB06/exampleGB06.out | 657 +- .../GB06/include/GB06DetectorConstruction.hh | 6 +- .../include/GB06ParallelWorldForSlices.hh | 6 + .../GB06/src/GB06DetectorConstruction.cc | 10 +- .../GB06/src/GB06ParallelWorldForSlices.cc | 27 +- .../extended/biasing/GB07/exampleGB07.out | 778 +- .../run_adjoint_simulation_electron.out | 10 +- examples/extended/common/common.out | 14 +- .../electromagnetic/TestEm0/TestEm0.out | 9 +- .../electromagnetic/TestEm1/.README.txt | 5 +- .../extended/electromagnetic/TestEm1/History | 3 + .../extended/electromagnetic/TestEm1/README | 5 +- .../electromagnetic/TestEm1/TestEm1.out | 74 +- .../TestEm1/include/EventAction.hh | 4 +- .../electromagnetic/TestEm1/include/Run.hh | 3 +- .../TestEm1/include/TrackingAction.hh | 4 +- .../TestEm1/src/ActionInitialization.cc | 2 +- .../TestEm1/src/EventAction.cc | 10 + .../TestEm1/src/HistoManager.cc | 20 +- .../electromagnetic/TestEm1/src/Run.cc | 11 +- .../TestEm1/src/TrackingAction.cc | 17 +- .../electromagnetic/TestEm10/TestEm10.out | 15 +- .../extended/electromagnetic/TestEm11/History | 3 + .../electromagnetic/TestEm11/TestEm11.out | 9 +- .../TestEm11/src/TrackingAction.cc | 55 +- .../electromagnetic/TestEm12/TestEm12.out | 9 +- .../electromagnetic/TestEm13/TestEm13.out | 18 +- .../electromagnetic/TestEm14/TestEm14.out | 18 +- .../electromagnetic/TestEm15/TestEm15.out | 20 +- .../electromagnetic/TestEm16/TestEm16.out | 7 +- .../electromagnetic/TestEm17/TestEm17.out | 44 +- .../electromagnetic/TestEm18/TestEm18.out | 10 +- .../electromagnetic/TestEm2/TestEm2.out | 214 +- .../extended/electromagnetic/TestEm3/History | 6 + .../electromagnetic/TestEm3/TestEm3-geom.out | 9 +- .../electromagnetic/TestEm3/TestEm3.out | 65 +- .../electromagnetic/TestEm3/src/Run.cc | 5 + .../TestEm3/src/TrackingAction.cc | 54 +- .../electromagnetic/TestEm4/TestEm4.out | 16 +- .../electromagnetic/TestEm5/TestEm5-geom.out | 6 +- .../TestEm5/TestEm5-pixe_ANSTO.out | 39 +- .../electromagnetic/TestEm5/TestEm5.out | 119 +- .../electromagnetic/TestEm6/TestEm6.out | 16 +- .../electromagnetic/TestEm7/TestEm7.out | 65 +- .../electromagnetic/TestEm8/TestEm8.out | 6 +- .../electromagnetic/TestEm9/TestEm9.out | 115 +- .../errorpropagation/errProp/errProp.out | 28 +- .../HepMC/HepMCEx01/HepMCEx01.cc | 2 +- .../eventgenerator/HepMC/HepMCEx01/History | 8 +- .../eventgenerator/exgps/exgps_batch.out | 2 +- .../particleGun/particleGun_run1.out | 6 +- .../particleGun/particleGun_run2.out | 4 +- .../particleGun/particleGun_run3.out | 4 +- .../particleGun/particleGun_run4.out | 4 +- .../userPrimaryGenerator.out | 4 +- examples/extended/exoticphysics/.README.txt | 5 +- examples/extended/exoticphysics/History | 4 + examples/extended/exoticphysics/README | 5 +- .../exoticphysics/channeling/.README.txt | 134 +- .../exoticphysics/channeling/CMakeLists.txt | 85 +- .../extended/exoticphysics/channeling/History | 18 +- .../extended/exoticphysics/channeling/README | 115 +- .../exoticphysics/channeling/ch0/.README.txt | 92 + .../channeling/ch0/CMakeLists.txt | 79 + .../exoticphysics/channeling/ch0/History | 153 + .../exoticphysics/channeling/ch0/README | 71 + .../{ => ch0}/analysis/analyse_ch_eff.C | 0 .../channeling/{channeling.cc => ch0/ch0.cc} | 0 .../channeling-ch0.out} | 16 +- .../channeling/{ => ch0}/data/Si220pl_atd.txt | 0 .../channeling/{ => ch0}/data/Si220pl_efx.txt | 0 .../channeling/{ => ch0}/data/Si220pl_efy.txt | 0 .../channeling/{ => ch0}/data/Si220pl_eld.txt | 0 .../channeling/{ => ch0}/data/Si220pl_pot.txt | 0 .../{ => ch0}/include/DetectorConstruction.hh | 0 .../include/DetectorConstructionMessenger.hh | 0 .../{ => ch0}/include/EventAction.hh | 0 .../{ => ch0}/include/G4ChannelingPhysics.hh | 0 .../include/PrimaryGeneratorAction.hh | 0 .../channeling/{ => ch0}/include/RunAction.hh | 0 .../{ => ch0}/include/SensitiveDetector.hh | 0 .../{ => ch0}/include/SensitiveDetectorHit.hh | 0 .../{ => ch0}/include/StackingAction.hh | 0 .../include/UserActionInitialization.hh | 0 .../{ => ch0}/mac/2009_PLB680_129.mac | 0 .../{ => ch0}/src/DetectorConstruction.cc | 0 .../src/DetectorConstructionMessenger.cc | 0 .../channeling/{ => ch0}/src/EventAction.cc | 0 .../{ => ch0}/src/G4ChannelingPhysics.cc | 0 .../{ => ch0}/src/PrimaryGeneratorAction.cc | 0 .../channeling/{ => ch0}/src/RunAction.cc | 0 .../{ => ch0}/src/SensitiveDetector.cc | 0 .../{ => ch0}/src/SensitiveDetectorHit.cc | 0 .../{ => ch0}/src/StackingAction.cc | 0 .../{ => ch0}/src/UserActionInitialization.cc | 0 .../exoticphysics/channeling/ch1/.README.txt | 56 + .../channeling/ch1/CMakeLists.txt | 55 + .../exoticphysics/channeling/ch1/History | 15 + .../exoticphysics/channeling/ch1/README | 46 + .../exoticphysics/channeling/ch1/ch1.cc | 146 + .../channeling/ch1/channeling-ch1.out} | 621 +- .../ch1/include/ActionInitialization.hh} | 32 +- .../ch1/include/DetectorConstruction.hh | 70 + .../ch1/include/PrimaryGeneratorAction.hh} | 30 +- .../channeling/ch1/include/RunAction.hh} | 33 +- .../channeling/ch1/include/SteppingAction.hh} | 39 +- .../exoticphysics/channeling/ch1/init_vis.mac | 32 + .../exoticphysics/channeling/ch1/run.mac | 33 + .../ch1/src/ActionInitialization.cc | 60 + .../ch1/src/DetectorConstruction.cc | 205 + .../ch1/src/PrimaryGeneratorAction.cc | 56 + .../channeling/ch1/src/RunAction.cc} | 79 +- .../channeling/ch1/src/SteppingAction.cc | 84 + .../exoticphysics/channeling/ch1/vis.mac | 69 + .../exoticphysics/channeling/ch2/.README.txt | 68 + .../channeling/ch2/CMakeLists.txt | 56 + .../exoticphysics/channeling/ch2/History | 9 + .../exoticphysics/channeling/ch2/README | 68 + .../channeling/ch2/analysis_ch2.py | 113 + .../exoticphysics/channeling/ch2/ch2.cc | 146 + .../channeling/ch2/channeling-ch2.out} | 398 +- .../ch2/include/ActionInitialization.hh | 52 + .../ch2/include/DetectorConstruction.hh | 170 + .../include/DetectorConstructionMessenger.hh | 116 + .../ch2/include/PrimaryGeneratorAction.hh | 60 + .../channeling/ch2/include/RunAction.hh | 56 + .../channeling/ch2/include/SteppingAction.hh} | 44 +- .../exoticphysics/channeling/ch2/init_vis.mac | 32 + .../exoticphysics/channeling/ch2/run.mac | 109 + .../ch2/src/ActionInitialization.cc | 60 + .../ch2/src/DetectorConstruction.cc | 357 + .../ch2/src/DetectorConstructionMessenger.cc | 555 + .../ch2/src/PrimaryGeneratorAction.cc | 56 + .../channeling/ch2/src/RunAction.cc | 92 + .../channeling/ch2/src/SteppingAction.cc | 138 + .../exoticphysics/channeling/ch2/vis.mac | 69 + .../exoticphysics/channeling/ch3/.README.txt | 74 + .../channeling/ch3/CMakeLists.txt | 55 + .../exoticphysics/channeling/ch3/History | 8 + .../exoticphysics/channeling/ch3/README | 59 + .../exoticphysics/channeling/ch3/ch3.cc | 142 + .../channeling/ch3/channeling-ch3.out | 932 + .../ch3/include/ActionInitialization.hh | 52 + .../ch3/include/DetectorConstruction.hh | 69 + .../ch3/include/PrimaryGeneratorAction.hh | 60 + .../channeling/ch3/include/RunAction.hh | 56 + .../channeling/ch3/include/SteppingAction.hh | 59 + .../exoticphysics/channeling/ch3/init_vis.mac | 38 + .../exoticphysics/channeling/ch3/run.mac | 33 + .../ch3/src/ActionInitialization.cc} | 32 +- .../ch3/src/DetectorConstruction.cc | 191 + .../ch3/src/PrimaryGeneratorAction.cc | 56 + .../channeling/ch3/src/RunAction.cc | 89 + .../channeling/ch3/src/SteppingAction.cc | 89 + .../exoticphysics/channeling/ch3/vis.mac | 69 + .../channeling/physval/ExExCh.root | Bin 88745 -> 0 bytes .../exoticphysics/dmparticle/dmparticle.out | 1091 +- .../exoticphysics/monopole/monopole.out | 11 +- .../exoticphysics/saxs/saxs-slits.out | 11 +- examples/extended/exoticphysics/saxs/saxs.out | 11 +- examples/extended/exoticphysics/ucn/ExUCN.out | 9 +- .../field/BlineTracer/BlineTracer.out | 2 +- examples/extended/field/field01/.README.txt | 2 +- examples/extended/field/field01/History | 14 +- examples/extended/field/field01/README | 2 +- examples/extended/field/field01/field01.cc | 16 +- examples/extended/field/field01/field01.out | 324 +- .../field01/include/F01SteppingVerbose.hh | 2 + .../field01/src/F01DetectorConstruction.cc | 14 +- examples/extended/field/field02/History | 15 +- examples/extended/field/field02/field02.cc | 25 +- examples/extended/field/field02/field02.out | 5349 ++- .../field02/include/F02SteppingVerbose.hh | 2 + .../field02/src/F02DetectorConstruction.cc | 10 +- examples/extended/field/field03/History | 18 +- examples/extended/field/field03/field03.cc | 26 +- examples/extended/field/field03/field03.out | 60 +- .../field03/include/F03SteppingVerbose.hh | 2 + .../field03/src/F03DetectorConstruction.cc | 20 +- examples/extended/field/field04/History | 10 + examples/extended/field/field04/field04.cc | 34 +- examples/extended/field/field04/field04.in | 2 +- examples/extended/field/field04/field04.out | 13412 ++++--- .../field/field04/include/F04PhysicsList.hh | 4 +- .../field/field04/include/F04StepMax.hh | 2 +- .../field04/include/F04SteppingVerbose.hh | 2 + .../field04/src/F04DetectorConstruction.cc | 86 +- .../field/field04/src/F04PhysicsList.cc | 9 +- examples/extended/field/field05/History | 12 +- examples/extended/field/field05/field05.cc | 32 +- examples/extended/field/field05/field05.out | 8 +- .../field05/include/F05SteppingVerbose.hh | 6 +- examples/extended/field/field06/History | 10 +- examples/extended/field/field06/field06.cc | 7 - examples/extended/field/field06/field06.out | 3327 +- .../extended/g3tog4/clGeometry/clGeometry.out | 38 +- .../extended/geometry/transforms/batch.out | 2 +- .../geometry/vecGeomNavigation/vecGeomNav.out | 138 +- .../FissionFragment/FissionFragment.out | 15 +- .../fluka_common_dependencies.hh | 10 +- .../interface_to_G4/fluka_interface.cc | 16 +- examples/extended/hadronic/FlukaCern/History | 9 + .../ProcessLevel-CrossSection.out | 2 +- .../FinalState/ProcessLevel-FinalState.out | 79 +- examples/extended/hadronic/Hadr00/hadr00.out | 15 +- examples/extended/hadronic/Hadr01/hadr01.out | 38 +- examples/extended/hadronic/Hadr02/hadr02.out | 52 +- examples/extended/hadronic/Hadr03/hadr03.out | 96 +- examples/extended/hadronic/Hadr04/hadr04.out | 15 +- examples/extended/hadronic/Hadr05/hadr05.out | 42 +- examples/extended/hadronic/Hadr06/hadr06.out | 16 +- examples/extended/hadronic/Hadr07/hadr07.out | 16 +- examples/extended/hadronic/Hadr08/hadr08.out | 17 +- examples/extended/hadronic/Hadr09/hadr09.out | 4429 ++- examples/extended/hadronic/Hadr10/hadr10.out | 2240 +- .../hadronic/NeutronSource/NeutronSource.out | 114 +- .../hadronic/ParticleFluence/Calo/Calo.out | 210 +- .../ConcentricSpheres/ConcentricSpheres.out | 1347 +- .../hadronic/ParticleFluence/Layer/Layer.out | 1905 +- .../ParticleFluence/Sphere/Sphere.out | 1371 +- examples/extended/medical/DICOM/run.out | 16 +- examples/extended/medical/DICOM2/run.out | 18 +- .../medical/GammaTherapy/GammaTherapy.out | 9 +- examples/extended/medical/dna/.README.txt | 1 - examples/extended/medical/dna/AuNP/AuNP.out | 5 +- examples/extended/medical/dna/CMakeLists.txt | 3 +- examples/extended/medical/dna/History | 6 + examples/extended/medical/dna/README | 3 - .../extended/medical/dna/UHDR/.README.txt | 28 +- examples/extended/medical/dna/UHDR/AuNP.out | 141 +- .../extended/medical/dna/UHDR/CMakeLists.txt | 2 +- examples/extended/medical/dna/UHDR/History | 7 + examples/extended/medical/dna/UHDR/README | 30 +- examples/extended/medical/dna/UHDR/UHDR.out | 141 +- .../dna/UHDR/src/ChemFrickeReactionBuilder.cc | 4 +- .../UHDR/src/ChemNO2_NO3ScavengerBuilder.cc | 2 +- .../dna/UHDR/src/ChemOxygenWaterBuilder.cc | 6 +- .../dna/UHDR/src/ChemPureWaterBuilder.cc | 4 +- .../medical/dna/UHDR/src/EmDNAChemistry.cc | 4 +- examples/extended/medical/dna/UHDR/vis.mac | 14 + .../extended/medical/dna/chem1/.README.txt | 24 +- examples/extended/medical/dna/chem1/History | 6 + examples/extended/medical/dna/chem1/README | 13 +- examples/extended/medical/dna/chem1/chem1.out | 549 +- .../dna/chem1/src/DetectorConstruction.cc | 2 +- .../extended/medical/dna/chem2/.README.txt | 22 +- examples/extended/medical/dna/chem2/History | 4 + examples/extended/medical/dna/chem2/README | 13 +- examples/extended/medical/dna/chem2/chem2.out | 8270 ++--- .../extended/medical/dna/chem3/.README.txt | 31 +- examples/extended/medical/dna/chem3/History | 13 + examples/extended/medical/dna/chem3/README | 24 +- examples/extended/medical/dna/chem3/chem3.out | 378 +- .../dna/chem3/include/TimeStepAction.hh | 21 +- .../medical/dna/chem3/src/TimeStepAction.cc | 143 +- .../extended/medical/dna/chem4/.README.txt | 20 + examples/extended/medical/dna/chem4/History | 7 + examples/extended/medical/dna/chem4/README | 13 + examples/extended/medical/dna/chem4/beam.in | 12 +- examples/extended/medical/dna/chem4/chem4.out | 40 +- .../extended/medical/dna/chem5/.README.txt | 21 + examples/extended/medical/dna/chem5/History | 4 + examples/extended/medical/dna/chem5/README | 14 +- examples/extended/medical/dna/chem5/chem5.out | 21 +- examples/extended/medical/dna/chem6/History | 6 + examples/extended/medical/dna/chem6/beam.in | 8 +- .../extended/medical/dna/chem6/beam_HCP.in | 7 + examples/extended/medical/dna/chem6/chem6.out | 62 +- .../medical/dna/clustering/clustering.out | 15 +- .../medical/dna/dnadamage1/dnadamage1.out | 213 +- .../extended/medical/dna/dnadamage2/History | 5 + .../medical/dna/dnadamage2/dnadamage2.out | 29 +- .../src/G4EmDNAChemistryForPlasmids.cc | 451 +- .../medical/dna/dnaphysics/.README.txt | 8 +- .../extended/medical/dna/dnaphysics/History | 14 + .../extended/medical/dna/dnaphysics/README | 8 +- .../medical/dna/dnaphysics/dnaphysics.in | 5 +- .../medical/dna/dnaphysics/dnaphysics.out | 43 +- .../include/DetectorConstruction.hh | 12 +- .../dnaphysics/include/DetectorMessenger.hh | 4 + .../dnaphysics/src/DetectorConstruction.cc | 44 +- .../dna/dnaphysics/src/DetectorMessenger.cc | 41 +- examples/extended/medical/dna/icsd/icsd.out | 7 +- .../medical/dna/jetcounter/jetcounter.out | 7 +- examples/extended/medical/dna/mfp/.README.txt | 3 +- examples/extended/medical/dna/mfp/History | 4 + examples/extended/medical/dna/mfp/README | 3 +- examples/extended/medical/dna/mfp/mfp.out | 204 +- examples/extended/medical/dna/mfp/plot.C | 2 +- .../medical/dna/microdosimetry/.README.txt | 3 +- .../medical/dna/microdosimetry/History | 3 + .../medical/dna/microdosimetry/README | 3 +- .../dna/microdosimetry/microdosimetry.out | 20 +- .../medical/dna/microprox/.README.txt | 11 +- .../extended/medical/dna/microprox/History | 3 + .../extended/medical/dna/microprox/README | 4 +- .../medical/dna/microprox/microprox.out | 10 +- examples/extended/medical/dna/microyz/.README | 1 + examples/extended/medical/dna/microyz/History | 6 + examples/extended/medical/dna/microyz/README | 1 + .../extended/medical/dna/microyz/microyz.out | 10 +- .../dna/microyz/src/DetectorMessenger.cc | 3 +- .../medical/dna/moleculardna/cylinders.mac | 82 - .../medical/dna/moleculardna/human_cell.mac | 60 - .../extended/medical/dna/neuron/neuron.out | 10 +- .../extended/medical/dna/pdb4dna/pdb4dna.out | 12 +- .../extended/medical/dna/range/.README.txt | 3 +- examples/extended/medical/dna/range/History | 4 + examples/extended/medical/dna/range/README | 3 +- examples/extended/medical/dna/range/plot.C | 2 +- examples/extended/medical/dna/range/range.out | 239 +- .../extended/medical/dna/scavenger/History | 4 + .../medical/dna/scavenger/Rtable_NO2_NO3.txt | 10 +- .../medical/dna/scavenger/Rtable_O2.txt | 10 +- .../extended/medical/dna/scavenger/beam.in | 2 +- .../medical/dna/scavenger/scavenger.out | 30 +- .../dna/scavenger/src/EmDNAChemistry.cc | 126 +- .../extended/medical/dna/slowing/.README.txt | 3 +- examples/extended/medical/dna/slowing/History | 4 + examples/extended/medical/dna/slowing/README | 3 +- examples/extended/medical/dna/slowing/plot.C | 2 +- .../extended/medical/dna/slowing/slowing.out | 15 +- .../medical/dna/splitting/splitting.out | 17 +- .../extended/medical/dna/spower/.README.txt | 3 +- examples/extended/medical/dna/spower/History | 3 + examples/extended/medical/dna/spower/README | 3 +- .../extended/medical/dna/spower/spower.out | 15 +- .../extended/medical/dna/svalue/.README.txt | 3 +- examples/extended/medical/dna/svalue/History | 4 + examples/extended/medical/dna/svalue/README | 3 +- examples/extended/medical/dna/svalue/plot.C | 10 +- .../extended/medical/dna/svalue/svalue.out | 179 +- .../dna/wholeNuclearDNA/wholeNuclearDNA.out | 8 +- .../extended/medical/dna/wvalue/.README.txt | 1 + examples/extended/medical/dna/wvalue/History | 4 + examples/extended/medical/dna/wvalue/README | 1 + examples/extended/medical/dna/wvalue/plot.C | 10 +- .../extended/medical/dna/wvalue/wvalue.out | 148 +- .../electronScattering/electronScattering.out | 20 +- .../electronScattering2.out | 11 +- .../medical/fanoCavity/fanoCavity.out | 7 +- .../medical/fanoCavity2/fanoCavity2.out | 7 +- .../extended/medical/radiobiology/History | 4 + .../medical/radiobiology/radiobiology.out | 19 +- .../medical/radiobiology/src/RunAction.cc | 6 +- examples/extended/optical/LXe/LXe.out | 41 +- examples/extended/optical/LXe/cerenkov.out | 37 +- examples/extended/optical/LXe/photon.out | 21 +- examples/extended/optical/LXe/wls.out | 32 +- .../extended/optical/OpNovice/OpNovice.out | 17 +- examples/extended/optical/OpNovice/opgdml.out | 30 +- .../extended/optical/OpNovice/optPhoton.out | 15 +- .../extended/optical/OpNovice2/OpNovice2.out | 23 +- .../extended/optical/OpNovice2/boundary.out | 203 +- .../extended/optical/OpNovice2/coated.out | 32 +- .../optical/OpNovice2/complexRindex.out | 28 +- .../extended/optical/OpNovice2/electron.out | 23 +- .../extended/optical/OpNovice2/fresnel.out | 32 +- .../optical/OpNovice2/scint_by_particle.out | 59 +- examples/extended/optical/OpNovice2/wls.out | 23 +- examples/extended/optical/wls/electron.out | 133 +- .../ThreadsafeScorers/threadsafe-scorers.out | 1510 +- .../parameterisations/Par01/examplePar01.out | 14 +- .../parameterisations/Par02/examplePar02.out | 12 +- .../parameterisations/Par03/Par03.out | 9 +- .../extended/parameterisations/Par04/History | 3 + .../parameterisations/Par04/examplePar04.out | 12 +- .../Par04/training/requirements.txt | 2 +- .../extended/parameterisations/gflash/History | 3 + .../parameterisations/gflash/gflash1/History | 13 + .../parameterisations/gflash/gflash1/test.out | 130 +- .../parameterisations/gflash/gflash2/History | 13 + .../parameterisations/gflash/gflash2/test.out | 108 +- .../parameterisations/gflash/gflash3/History | 13 + .../parameterisations/gflash/gflash3/test.out | 108 +- .../gflash/gflasha/.README.txt | 52 +- .../gflash/gflasha/CMakeLists.txt | 3 +- .../gflash/gflasha/ExGflasha.cc | 4 - .../parameterisations/gflash/gflasha/History | 25 + .../parameterisations/gflash/gflasha/README | 52 +- .../parameterisations/gflash/gflasha/cmpL.C | 104 +- .../parameterisations/gflash/gflasha/cmpR.C | 104 +- .../parameterisations/gflash/gflasha/csi.mac | 42 + .../parameterisations/gflash/gflasha/csi1.mac | 28 - .../gflash/gflasha/csiLong.mac | 9 + .../include/ExGflashDetectorConstruction.hh | 28 +- .../gflasha/include/ExGflashEventAction.hh | 3 +- .../gflasha/include/ExGflashHistoManager.hh | 9 +- .../gflash/gflasha/include/ExGflashHit.hh | 1 + .../gflasha/include/ExGflashMessenger.hh | 6 +- .../gflash/gflasha/run01.mac | 36 - .../src/ExGflashDetectorConstruction.cc | 111 +- .../gflash/gflasha/src/ExGflashEventAction.cc | 15 +- .../gflasha/src/ExGflashHistoManager.cc | 39 +- .../gflash/gflasha/src/ExGflashHit.cc | 6 - .../gflash/gflasha/src/ExGflashMessenger.cc | 74 +- .../src/ExGflashPrimaryGeneratorAction.cc | 8 + .../gflash/gflasha/src/ExGflashRunAction.cc | 1 + .../gflasha/src/ExGflashSensitiveDetector.cc | 1 - .../parameterisations/gflash/gflasha/test.mac | 16 +- .../parameterisations/gflash/gflasha/test.out | 64 +- .../gflash/gflasha/test0.mac | 26 - .../gflash/gflasha/test1.mac | 24 - .../gflash/gflasha/testLong.mac | 25 + .../parameterisations/gflash/gflasha/vis.mac | 14 +- .../extended/persistency/P01/p01-read.out | 227 +- .../extended/persistency/P01/p01-write.out | 260 +- examples/extended/persistency/P03/batch.out | 18 +- .../extended/persistency/gdml/G01/g01.out | 48 +- .../extended/persistency/gdml/G04/g04.out | 33 +- .../extensibleFactory/extensibleFactory.out | 24 +- .../factory/factory-environment.out | 14 +- .../extended/physicslists/factory/factory.out | 14 +- .../physicslists/genericPL/genericPL.out | 14 +- examples/extended/polarisation/Pol01/History | 5 + .../Pol01/include/ProcessesCount.hh | 2 +- .../extended/polarisation/Pol01/pol01.out | 11 +- .../polarisation/Pol01/src/ProcessesCount.cc | 6 +- .../polarisation/Pol01/src/RunAction.cc | 8 +- .../Activation/Activation.out | 13 +- .../radioactivedecay/rdecay01/rdecay01.out | 42 +- .../radioactivedecay/rdecay02/rdecay02.out | 61 +- examples/extended/runAndEvent/RE01/sample.out | 5741 +-- examples/extended/runAndEvent/RE02/run.out | 25 +- examples/extended/runAndEvent/RE02/run3.out | 203 +- examples/extended/runAndEvent/RE02/run4.out | 25 +- .../extended/runAndEvent/RE03/.README.txt | 51 +- .../extended/runAndEvent/RE03/CMakeLists.txt | 2 +- examples/extended/runAndEvent/RE03/History | 11 +- examples/extended/runAndEvent/RE03/RE03.cc | 128 +- examples/extended/runAndEvent/RE03/README | 51 +- examples/extended/runAndEvent/RE03/draw.mac | 18 + .../RE03/include/RE03ActionInitialization.hh | 5 +- .../RE03/{batchrun1.mac => run.mac} | 30 +- examples/extended/runAndEvent/RE03/run.out | 101 +- examples/extended/runAndEvent/RE03/run1.mac | 62 - .../RE03/src/RE03ActionInitialization.cc | 33 +- examples/extended/runAndEvent/RE03/vis.mac | 12 +- .../extended/runAndEvent/RE04/exampleRE04.out | 14 +- .../extended/runAndEvent/RE05/.README.txt | 18 +- examples/extended/runAndEvent/RE05/History | 13 +- examples/extended/runAndEvent/RE05/README | 18 +- .../extended/runAndEvent/RE05/exampleRE05.cc | 2 +- .../extended/runAndEvent/RE05/exampleRE05.in | 20 +- .../extended/runAndEvent/RE05/exampleRE05.out | 7776 +---- .../extended/runAndEvent/RE06/exampleRE06.out | 711 +- examples/extended/runAndEvent/RE07/History | 4 + .../RE07/include/TrackingManagerHelper.icc | 22 +- .../extended/runAndEvent/RE07/processes.out | 16 +- .../extended/runAndEvent/RE07/specialized.out | 14 +- .../extended/runAndEvent/RE07/tracking.out | 18 +- .../extended/visualization/movies/movies.out | 16 +- .../extended/visualization/standalone/History | 4 + .../visualization/standalone/standalone.mac | 9 + .../userVisAction/CMakeLists.txt | 2 - .../visualization/userVisAction/History | 4 + .../visualization/userVisAction/run1.mac | 30 - .../visualization/userVisAction/run2.mac | 27 - .../userVisAction/userVisAction.out | 26 +- examples/extended/visualization/vtk/History | 8 + .../extended/visualization/vtk/exampleVtk.in | 16 - .../visualization/vtk/src/RunAction.cc | 4 +- packaging/rpm/geant4.spec | 44 +- source/analysis/History | 50 + .../accumulables/include/G4AccArray.hh | 96 + .../accumulables/include/G4AccArray.icc | 154 + .../analysis/accumulables/include/G4AccMap.hh | 200 + .../accumulables/include/G4AccMap.icc | 243 + .../accumulables/include/G4AccType.hh | 98 + .../accumulables/include/G4AccUnorderedMap.hh | 257 + .../include/G4AccUnorderedMap.icc | 315 + .../accumulables/include/G4AccValue.hh | 88 + .../{G4Accumulable.icc => G4AccValue.icc} | 109 +- .../accumulables/include/G4AccVector.hh | 196 + .../accumulables/include/G4AccVector.icc | 254 + .../accumulables/include/G4Accumulable.hh | 54 +- .../include/G4AccumulableManager.hh | 148 +- .../include/G4AccumulableManager.icc | 295 +- .../accumulables/include/G4MergeMode.hh | 9 +- .../accumulables/include/G4VAccumulable.hh | 27 +- .../accumulables/include/G4VAccumulable.icc | 81 +- source/analysis/accumulables/sources.cmake | 14 +- .../accumulables/src/G4AccumulableManager.cc | 119 +- .../analysis/accumulables/src/G4MergeMode.cc | 10 +- .../csv/include/G4CsvHnFileManager.icc | 2 +- .../analysis/csv/src/G4CsvAnalysisManager.cc | 2 +- .../factory/include/G4GenericFileManager.hh | 3 +- .../factory/src/G4GenericFileManager.cc | 12 + .../analysis/hntools/src/G4PlotMessenger.cc | 2 +- .../analysis/hntools/src/G4TH1ToolsManager.cc | 2 +- .../analysis/hntools/src/G4TH2ToolsManager.cc | 4 +- .../analysis/hntools/src/G4TH3ToolsManager.cc | 6 +- .../analysis/hntools/src/G4TP1ToolsManager.cc | 4 +- .../analysis/hntools/src/G4TP2ToolsManager.cc | 6 +- .../management/include/G4BaseFileManager.hh | 2 +- .../management/include/G4HnInformation.hh | 7 +- .../management/include/G4THnMessenger.icc | 28 +- .../management/include/G4THnToolsManager.hh | 40 +- .../include/G4TNtupleDescription.hh | 2 +- .../management/include/G4TRNtupleManager.icc | 2 +- .../analysis/management/src/G4HnMessenger.cc | 4 +- .../management/src/G4NtupleBookingManager.cc | 4 +- .../management/src/G4NtupleMessenger.cc | 12 +- .../root/src/G4RootMainNtupleManager.cc | 4 +- .../analysis/xml/src/G4XmlAnalysisManager.cc | 2 +- source/analysis/xml/src/G4XmlFileManager.cc | 2 +- source/digits_hits/detector/History | 7 +- .../detector/include/G4CellScoreComposer.hh | 13 +- .../detector/include/G4CellScoreValues.hh | 15 +- .../include/G4CollectionNameVector.hh | 7 +- .../digits_hits/detector/include/G4HCtable.hh | 32 +- .../include/G4MultiFunctionalDetector.hh | 15 +- .../include/G4MultiSensitiveDetector.hh | 20 +- .../detector/include/G4SDManager.hh | 36 +- .../detector/include/G4SDStructure.hh | 14 +- .../detector/include/G4SDmessenger.hh | 24 +- .../detector/include/G4SensitiveVolumeList.hh | 26 +- .../detector/include/G4TScoreHistFiller.hh | 20 +- .../detector/include/G4TScoreHistFiller.icc | 11 +- .../detector/include/G4TrackLogger.hh | 12 +- .../detector/include/G4VPrimitivePlotter.hh | 4 +- .../detector/include/G4VPrimitiveScorer.hh | 30 +- .../detector/include/G4VReadOutGeometry.hh | 14 +- .../detector/include/G4VSDFilter.hh | 18 +- .../detector/include/G4VScoreHistFiller.hh | 19 +- .../detector/include/G4VSensitiveDetector.hh | 31 +- source/digits_hits/detector/src/G4HCtable.cc | 4 +- .../detector/src/G4MultiFunctionalDetector.cc | 3 +- .../digits_hits/detector/src/G4SDManager.cc | 8 +- .../detector/src/G4VPrimitiveScorer.cc | 2 +- .../detector/src/G4VReadOutGeometry.cc | 2 +- .../digits_hits/detector/src/G4VSDFilter.cc | 2 +- .../detector/src/G4VSensitiveDetector.cc | 4 +- source/digits_hits/digits/History | 10 +- .../digits/include/G4DCofThisEvent.hh | 81 +- .../digits/include/G4TDigiCollection.hh | 106 +- source/digits_hits/digits/include/G4VDigi.hh | 52 +- .../digits/include/G4VDigiCollection.hh | 58 +- .../digits_hits/digits/src/G4DCofThisEvent.cc | 4 +- .../digits/src/G4TDigiCollection.cc | 4 +- .../digits/src/G4VDigiCollection.cc | 6 +- source/digits_hits/hits/History | 10 +- .../hits/include/G4HCofThisEvent.hh | 83 +- .../hits/include/G4THitsCollection.hh | 108 +- source/digits_hits/hits/include/G4THitsMap.hh | 87 +- .../digits_hits/hits/include/G4THitsVector.hh | 44 +- source/digits_hits/hits/include/G4VHit.hh | 24 +- .../hits/include/G4VHitsCollection.hh | 29 +- .../digits_hits/hits/src/G4HCofThisEvent.cc | 4 +- .../digits_hits/hits/src/G4THitsCollection.cc | 4 +- .../digits_hits/hits/src/G4VHitsCollection.cc | 6 +- source/digits_hits/scorer/History | 10 +- .../scorer/include/G4PSCellCharge.hh | 4 +- .../scorer/include/G4PSCellCharge3D.hh | 10 +- .../scorer/include/G4PSCellFlux.hh | 4 +- .../scorer/include/G4PSCellFlux3D.hh | 4 +- .../include/G4PSCellFluxForCylinder3D.hh | 4 +- .../include/G4PSCylinderSurfaceCurrent.hh | 4 +- .../include/G4PSCylinderSurfaceCurrent3D.hh | 4 +- .../scorer/include/G4PSCylinderSurfaceFlux.hh | 4 +- .../include/G4PSCylinderSurfaceFlux3D.hh | 4 +- .../scorer/include/G4PSDoseDeposit.hh | 4 +- .../scorer/include/G4PSDoseDeposit3D.hh | 4 +- .../include/G4PSDoseDepositForCylinder3D.hh | 4 +- .../scorer/include/G4PSEnergyDeposit.hh | 4 +- .../scorer/include/G4PSEnergyDeposit3D.hh | 4 +- .../scorer/include/G4PSFlatSurfaceCurrent.hh | 4 +- .../include/G4PSFlatSurfaceCurrent3D.hh | 4 +- .../scorer/include/G4PSFlatSurfaceFlux.hh | 4 +- .../scorer/include/G4PSFlatSurfaceFlux3D.hh | 4 +- .../scorer/include/G4PSMinKinEAtGeneration.hh | 4 +- .../include/G4PSMinKinEAtGeneration3D.hh | 4 +- .../scorer/include/G4PSNofCollision.hh | 2 +- .../scorer/include/G4PSNofCollision3D.hh | 2 +- .../scorer/include/G4PSNofSecondary.hh | 2 +- .../scorer/include/G4PSNofSecondary3D.hh | 2 +- .../digits_hits/scorer/include/G4PSNofStep.hh | 2 +- .../scorer/include/G4PSNofStep3D.hh | 2 +- .../scorer/include/G4PSPassageCellCurrent.hh | 2 +- .../include/G4PSPassageCellCurrent3D.hh | 2 +- .../scorer/include/G4PSPassageCellFlux.hh | 4 +- .../scorer/include/G4PSPassageCellFlux3D.hh | 4 +- .../G4PSPassageCellFluxForCylinder3D.hh | 4 +- .../scorer/include/G4PSPassageTrackLength.hh | 4 +- .../include/G4PSPassageTrackLength3D.hh | 4 +- .../scorer/include/G4PSPopulation.hh | 2 +- .../scorer/include/G4PSPopulation3D.hh | 2 +- .../include/G4PSSphereSurfaceCurrent.hh | 4 +- .../include/G4PSSphereSurfaceCurrent3D.hh | 4 +- .../scorer/include/G4PSSphereSurfaceFlux.hh | 4 +- .../scorer/include/G4PSSphereSurfaceFlux3D.hh | 4 +- .../scorer/include/G4PSStepChecker.hh | 2 +- .../scorer/include/G4PSStepChecker3D.hh | 2 +- .../scorer/include/G4PSTermination.hh | 2 +- .../scorer/include/G4PSTermination3D.hh | 2 +- .../scorer/include/G4PSTrackCounter.hh | 2 +- .../scorer/include/G4PSTrackCounter3D.hh | 2 +- .../scorer/include/G4PSTrackLength.hh | 4 +- .../scorer/include/G4PSTrackLength3D.hh | 4 +- .../scorer/include/G4PSVolumeFlux.hh | 2 +- .../scorer/include/G4PSVolumeFlux3D.hh | 2 +- .../scorer/include/G4SDChargedFilter.hh | 2 +- .../scorer/include/G4SDKineticEnergyFilter.hh | 2 +- .../scorer/include/G4SDNeutralFilter.hh | 2 +- .../scorer/include/G4SDParticleFilter.hh | 9 +- .../include/G4SDParticleWithEnergyFilter.hh | 2 +- .../digits_hits/scorer/src/G4PSCellCharge.cc | 4 +- .../scorer/src/G4PSCellCharge3D.cc | 6 +- source/digits_hits/scorer/src/G4PSCellFlux.cc | 4 +- .../digits_hits/scorer/src/G4PSCellFlux3D.cc | 10 +- .../scorer/src/G4PSCellFluxForCylinder3D.cc | 4 +- .../scorer/src/G4PSCylinderSurfaceCurrent.cc | 4 +- .../src/G4PSCylinderSurfaceCurrent3D.cc | 6 +- .../scorer/src/G4PSCylinderSurfaceFlux.cc | 4 +- .../scorer/src/G4PSCylinderSurfaceFlux3D.cc | 6 +- .../digits_hits/scorer/src/G4PSDoseDeposit.cc | 4 +- .../scorer/src/G4PSDoseDeposit3D.cc | 4 +- .../src/G4PSDoseDepositForCylinder3D.cc | 4 +- .../scorer/src/G4PSEnergyDeposit.cc | 4 +- .../scorer/src/G4PSEnergyDeposit3D.cc | 4 +- .../scorer/src/G4PSFlatSurfaceCurrent.cc | 4 +- .../scorer/src/G4PSFlatSurfaceCurrent3D.cc | 4 +- .../scorer/src/G4PSFlatSurfaceFlux.cc | 4 +- .../scorer/src/G4PSFlatSurfaceFlux3D.cc | 4 +- .../scorer/src/G4PSMinKinEAtGeneration.cc | 4 +- .../scorer/src/G4PSMinKinEAtGeneration3D.cc | 4 +- .../scorer/src/G4PSNofCollision.cc | 2 +- .../scorer/src/G4PSNofCollision3D.cc | 2 +- .../scorer/src/G4PSNofSecondary.cc | 2 +- .../scorer/src/G4PSNofSecondary3D.cc | 2 +- source/digits_hits/scorer/src/G4PSNofStep.cc | 2 +- .../digits_hits/scorer/src/G4PSNofStep3D.cc | 2 +- .../scorer/src/G4PSPassageCellCurrent.cc | 2 +- .../scorer/src/G4PSPassageCellCurrent3D.cc | 2 +- .../scorer/src/G4PSPassageCellFlux.cc | 4 +- .../scorer/src/G4PSPassageCellFlux3D.cc | 4 +- .../src/G4PSPassageCellFluxForCylinder3D.cc | 7 +- .../scorer/src/G4PSPassageTrackLength.cc | 4 +- .../scorer/src/G4PSPassageTrackLength3D.cc | 4 +- .../digits_hits/scorer/src/G4PSPopulation.cc | 2 +- .../scorer/src/G4PSPopulation3D.cc | 2 +- .../scorer/src/G4PSSphereSurfaceCurrent.cc | 4 +- .../scorer/src/G4PSSphereSurfaceCurrent3D.cc | 4 +- .../scorer/src/G4PSSphereSurfaceFlux.cc | 4 +- .../scorer/src/G4PSSphereSurfaceFlux3D.cc | 4 +- .../digits_hits/scorer/src/G4PSStepChecker.cc | 2 +- .../scorer/src/G4PSStepChecker3D.cc | 2 +- .../digits_hits/scorer/src/G4PSTermination.cc | 2 +- .../scorer/src/G4PSTermination3D.cc | 2 +- .../scorer/src/G4PSTrackCounter.cc | 2 +- .../scorer/src/G4PSTrackCounter3D.cc | 2 +- .../digits_hits/scorer/src/G4PSTrackLength.cc | 4 +- .../scorer/src/G4PSTrackLength3D.cc | 4 +- .../digits_hits/scorer/src/G4PSVolumeFlux.cc | 2 +- .../scorer/src/G4PSVolumeFlux3D.cc | 2 +- .../scorer/src/G4SDChargedFilter.cc | 2 +- .../scorer/src/G4SDKineticEnergyFilter.cc | 2 +- .../scorer/src/G4SDNeutralFilter.cc | 2 +- .../scorer/src/G4SDParticleFilter.cc | 8 +- .../src/G4SDParticleWithEnergyFilter.cc | 2 +- source/digits_hits/utils/History | 9 + .../utils/include/G4DefaultLinearColorMap.hh | 7 +- .../utils/include/G4ScoreLogColorMap.hh | 7 +- .../utils/include/G4ScoreQuantityMessenger.hh | 29 +- .../digits_hits/utils/include/G4ScoringBox.hh | 19 +- .../utils/include/G4ScoringCylinder.hh | 21 +- .../utils/include/G4ScoringManager.hh | 43 +- .../utils/include/G4ScoringMessenger.hh | 28 +- .../utils/include/G4ScoringProbe.hh | 16 +- .../utils/include/G4ScoringRealWorld.hh | 18 +- .../utils/include/G4TScoreNtupleWriter.hh | 34 +- .../utils/include/G4TScoreNtupleWriter.icc | 5 +- .../include/G4TScoreNtupleWriterMessenger.hh | 20 +- .../include/G4TScoreNtupleWriterMessenger.icc | 4 +- .../utils/include/G4VScoreColorMap.hh | 17 +- .../utils/include/G4VScoreNtupleWriter.hh | 17 +- .../utils/include/G4VScoreWriter.hh | 17 +- .../utils/include/G4VScoringMesh.hh | 32 +- .../utils/src/G4ScoreQuantityMessenger.cc | 20 +- source/digits_hits/utils/src/G4ScoringBox.cc | 106 +- .../utils/src/G4ScoringCylinder.cc | 95 +- .../digits_hits/utils/src/G4ScoringManager.cc | 8 +- .../utils/src/G4ScoringMessenger.cc | 14 +- .../digits_hits/utils/src/G4ScoringProbe.cc | 19 +- .../utils/src/G4ScoringRealWorld.cc | 21 +- .../digits_hits/utils/src/G4VScoreColorMap.cc | 22 +- .../utils/src/G4VScoreNtupleWriter.cc | 3 +- .../digits_hits/utils/src/G4VScoreWriter.cc | 22 +- .../digits_hits/utils/src/G4VScoringMesh.cc | 13 +- source/error_propagation/History | 4 + .../src/G4ErrorFreeTrajState.cc | 2 +- source/event/History | 22 + .../include/G4ClassificationOfNewTrack.hh | 1 + source/event/include/G4Event.hh | 14 +- source/event/include/G4EventManager.hh | 10 +- .../G4GeneralParticleSourceMessenger.hh | 4 +- source/event/include/G4PrimaryTransformer.hh | 14 +- source/event/src/G4EventManager.cc | 21 +- .../src/G4GeneralParticleSourceMessenger.cc | 6 +- source/event/src/G4PrimaryTransformer.cc | 29 +- source/event/src/G4StackManager.cc | 2 +- source/event/src/G4SubEventTrackStack.cc | 7 +- source/externals/g4tools/History | 28 + source/externals/g4tools/History_tools | 26 + source/externals/g4tools/include/tools/path | 3 +- .../g4tools/include/tools/rcsv_histo | 17 +- .../g4tools/include/tools/rcsv_ntuple | 4 +- .../g4tools/include/tools/rroot/buffer | 3 +- .../g4tools/include/tools/rroot/streamers | 10 +- .../externals/g4tools/include/tools/sg/axis | 2 +- .../g4tools/include/tools/sg/plotter | 6 +- .../externals/g4tools/include/tools/sg/text | 4 +- source/externals/g4tools/include/tools/srep | 3 +- .../g4tools/include/tools/tess_contour | 2 +- .../externals/g4tools/include/tools/version | 8 +- .../g4tools/include/tools/wroot/basket | 11 +- .../g4tools/include/tools/wroot/buffer | 4 +- .../g4tools/include/tools/wroot/columns.icc | 2 +- .../g4tools/include/tools/wroot/file | 33 +- .../externals/g4tools/include/tools/xml/aidas | 3 +- source/externals/ptl/CMakeLists.txt | 2 +- source/externals/ptl/History | 17 + source/externals/ptl/VERSION | 2 +- .../ptl/cmake/Templates/PTLConfig.cmake.in | 2 +- source/externals/ptl/include/PTL/AutoLock.hh | 4 +- source/externals/ptl/include/PTL/Backtrace.hh | 802 - .../{TBBTaskGroup.hh => ConsumeParameters.hh} | 23 +- source/externals/ptl/include/PTL/GetEnv.hh | 93 + .../externals/ptl/include/PTL/JoinFunction.hh | 2 +- source/externals/ptl/include/PTL/Macros.hh | 107 + source/externals/ptl/include/PTL/PTL.hh | 5 - .../ptl/include/PTL/ScopeDestructor.hh | 61 + source/externals/ptl/include/PTL/Singleton.hh | 405 - source/externals/ptl/include/PTL/Task.hh | 6 +- source/externals/ptl/include/PTL/TaskGroup.hh | 11 +- .../externals/ptl/include/PTL/TaskManager.hh | 2 +- .../ptl/include/PTL/TaskRunManager.hh | 6 +- .../externals/ptl/include/PTL/TaskSubQueue.hh | 2 +- .../externals/ptl/include/PTL/ThreadPool.hh | 61 +- source/externals/ptl/include/PTL/Threading.hh | 57 +- source/externals/ptl/include/PTL/Timer.hh | 194 - source/externals/ptl/include/PTL/Types.hh | 117 +- .../ptl/include/PTL/UserTaskQueue.hh | 9 +- source/externals/ptl/include/PTL/Utility.hh | 402 - .../ptl/include/PTL/VUserTaskQueue.hh | 4 +- .../{Globals.hh => detail/CxxBackports.hh} | 58 +- source/externals/ptl/src/CMakeLists.txt | 9 +- source/externals/ptl/src/TaskGroup.cc | 1 - source/externals/ptl/src/TaskRunManager.cc | 54 +- source/externals/ptl/src/ThreadData.cc | 7 +- source/externals/ptl/src/ThreadPool.cc | 129 +- source/externals/ptl/src/Threading.cc | 36 +- source/externals/ptl/src/Timer.cc | 124 - source/externals/ptl/src/UserTaskQueue.cc | 30 +- source/externals/ptl/src/VUserTaskQueue.cc | 11 +- source/geometry/biasing/History | 4 + .../biasing/src/G4WeightWindowStore.cc | 2 +- source/geometry/magneticfield/History | 11 + .../include/G4DormandPrince745.hh | 9 +- .../include/G4FieldParameters.hh | 25 +- .../include/G4FieldParametersMessenger.hh | 4 +- .../magneticfield/src/G4DormandPrince745.cc | 18 +- .../magneticfield/src/G4FieldBuilder.cc | 4 +- .../src/G4FieldBuilderMessenger.cc | 2 +- .../magneticfield/src/G4FieldParameters.cc | 32 +- .../src/G4FieldParametersMessenger.cc | 6 +- .../magneticfield/src/G4FieldSetup.cc | 14 +- .../src/G4FieldSetupMessenger.cc | 2 +- source/geometry/management/History | 25 +- .../management/include/G4AffineTransform.hh | 2 +- .../management/include/G4GeometryManager.hh | 61 +- .../management/src/G4GeometryManager.cc | 186 +- .../management/src/G4LogicalVolumeStore.cc | 2 +- .../management/src/G4PhysicalVolumeStore.cc | 2 +- .../geometry/management/src/G4RegionStore.cc | 2 +- .../geometry/management/src/G4SolidStore.cc | 2 +- source/geometry/navigation/History | 5 + .../navigation/src/G4MultiLevelLocator.cc | 5 +- source/geometry/solids/Boolean/History | 5 + .../solids/Boolean/src/G4BooleanSolid.cc | 20 +- .../solids/Boolean/src/G4MultiUnion.cc | 21 +- source/geometry/solids/specific/History | 14 + .../solids/specific/include/G4TwistedTubs.hh | 103 - .../specific/include/G4VTwistedFaceted.hh | 104 - .../solids/specific/src/G4ExtrudedSolid.cc | 8 +- .../solids/specific/src/G4GenericTrap.cc | 2 +- .../solids/specific/src/G4TwistedTubs.cc | 157 +- .../solids/specific/src/G4VTwistedFaceted.cc | 161 +- .../solids/specific/src/G4Voxelizer.cc | 8 +- source/geometry/volumes/History | 8 + .../geometry/volumes/src/G4AssemblyStore.cc | 2 +- .../volumes/src/G4ReflectionFactory.cc | 5 +- .../include/G4ConvergenceTester.hh | 2 +- .../HEPNumerics/include/G4SimplexDownhill.hh | 2 +- .../HEPNumerics/include/G4SimplexDownhill.icc | 28 +- .../src/G4ChebyshevApproximation.cc | 6 +- .../HEPNumerics/src/G4ConvergenceTester.cc | 10 +- .../HEPNumerics/src/G4DataInterpolation.cc | 12 +- .../global/HEPNumerics/src/G4GaussHermiteQ.cc | 9 +- source/global/History | 51 + .../management/include/G4AllocatorList.hh | 1 + .../management/include/G4TBBTaskGroup.hh | 16 +- source/global/management/include/G4Version.hh | 10 +- .../global/management/src/G4AllocatorList.cc | 27 + .../management/src/G4BuffercoutDestination.cc | 2 +- source/global/management/src/G4DataVector.cc | 6 +- .../global/management/src/G4OrderedTable.cc | 2 +- .../global/management/src/G4PhysicsVector.cc | 10 +- source/global/management/src/G4Pow.cc | 6 +- .../global/management/src/G4coutFormatters.cc | 5 +- source/global/management/src/G4ios.cc | 57 +- source/graphics_reps/History | 16 + source/graphics_reps/include/G4AttDef.hh | 1 + source/graphics_reps/include/G4VVisManager.hh | 6 +- source/graphics_reps/src/BooleanProcessor.src | 15 +- source/graphics_reps/src/G4VMarker.cc | 6 +- source/graphics_reps/src/G4Visible.cc | 5 +- .../src/HepPolyhedronProcessor.src | 3 +- source/intercoms/History | 18 + source/intercoms/include/G4UIbridge.hh | 2 +- .../include/G4UIcmdWith3VectorAndUnit.hh | 2 +- .../include/G4UIcmdWithADoubleAndUnit.hh | 2 +- source/intercoms/include/G4UIcommand.hh | 2 +- source/intercoms/include/G4UImessenger.hh | 2 +- source/intercoms/src/G4UIbridge.cc | 3 +- .../src/G4UIcmdWith3VectorAndUnit.cc | 2 +- .../src/G4UIcmdWithADoubleAndUnit.cc | 2 +- source/intercoms/src/G4UIcommand.cc | 4 +- source/intercoms/src/G4UIcommandTree.cc | 13 +- source/intercoms/src/G4UIcontrolMessenger.cc | 42 +- source/intercoms/src/G4UImanager.cc | 30 +- source/intercoms/src/G4UImessenger.cc | 6 +- source/intercoms/src/G4UIparsing.cc | 4 +- source/interfaces/History | 34 + .../core/include/G4VInteractiveSession.hh | 2 +- .../core/src/G4InteractorMessenger.cc | 2 +- source/interfaces/core/src/G4UItcsh.cc | 2 +- source/interfaces/core/src/G4UIterminal.cc | 2 +- source/interfaces/core/src/G4VBasicShell.cc | 24 +- .../core/src/G4VInteractiveSession.cc | 2 +- source/interfaces/core/src/G4VUIshell.cc | 4 +- .../implementation/include/G4UIQt.hh | 12 +- .../implementation/include/G4UIWin32.hh | 4 +- .../implementation/include/G4UIXm.hh | 4 +- .../implementation/src/G4UIExecutive.cc | 10 +- .../interfaces/implementation/src/G4UIQt.cc | 29 +- .../implementation/src/G4UIWin32.cc | 12 +- .../interfaces/implementation/src/G4UIXm.cc | 4 +- source/materials/History | 32 + source/materials/include/G4Element.hh | 14 +- source/materials/include/G4IonisParamMat.hh | 7 + source/materials/include/G4Isotope.hh | 8 +- source/materials/include/G4Material.hh | 2 - .../materials/include/G4NistElementBuilder.hh | 5 +- source/materials/include/G4NistManager.hh | 29 +- source/materials/include/G4NistMessenger.hh | 5 +- source/materials/src/G4Element.cc | 49 +- source/materials/src/G4IonisParamMat.cc | 34 +- source/materials/src/G4Isotope.cc | 34 +- source/materials/src/G4LatticePhysical.cc | 8 +- source/materials/src/G4Material.cc | 48 +- source/materials/src/G4NistElementBuilder.cc | 38 +- source/materials/src/G4NistManager.cc | 24 +- source/materials/src/G4NistMessenger.cc | 56 + source/parameterisations/channeling/History | 30 + .../channeling/include/G4BaierKatkov.hh | 10 +- .../include/G4ChannelingFastSimCrystalData.hh | 11 +- .../G4ChannelingFastSimInterpolation.hh | 1 + .../include/G4ChannelingFastSimModel.hh | 35 +- .../include/G4CoherentPairProduction.hh | 192 + .../G4VChannelingFastSimCrystalData.hh | 17 +- .../channeling/sources.cmake | 9 +- .../channeling/src/G4BaierKatkov.cc | 10 +- .../src/G4ChannelingFastSimCrystalData.cc | 39 +- .../src/G4ChannelingFastSimInterpolation.cc | 1 + .../src/G4ChannelingFastSimModel.cc | 103 +- .../src/G4CoherentPairProduction.cc | 692 + .../src/G4VChannelingFastSimCrystalData.cc | 76 +- source/parameterisations/gflash/History | 8 + .../gflash/include/G4GFlashSpot.hh | 32 +- .../include/G4VGFlashSensitiveDetector.hh | 129 +- .../gflash/include/GFlashEnergySpot.hh | 20 +- .../gflash/include/GFlashHitMaker.hh | 25 +- .../GFlashHomoShowerParameterisation.hh | 70 +- .../gflash/include/GFlashParticleBounds.hh | 28 +- .../GFlashSamplingShowerParameterisation.hh | 123 +- .../include/GFlashSamplingShowerTuning.hh | 85 +- .../gflash/include/GFlashShowerModel.hh | 59 +- .../include/GFlashShowerModelMessenger.hh | 28 +- .../gflash/include/GVFlashHomoShowerTuning.hh | 30 +- .../include/GVFlashShowerParameterisation.hh | 90 +- .../parameterisations/gflash/include/Gamma.hh | 18 +- .../gflash/src/GFlashHitMaker.cc | 82 +- .../src/GFlashHomoShowerParameterisation.cc | 241 +- .../gflash/src/GFlashParticleBounds.cc | 74 +- .../GFlashSamplingShowerParameterisation.cc | 456 +- .../gflash/src/GFlashShowerModel.cc | 354 +- .../gflash/src/GFlashShowerModelMessenger.cc | 164 +- .../src/GVFlashShowerParameterisation.cc | 53 +- source/parameterisations/gflash/src/Gamma.cc | 87 +- source/particles/History | 12 + .../include/G4ChargedUnknownParticle.hh | 68 + source/particles/bosons/sources.cmake | 14 +- .../bosons/src/G4ChargedUnknownParticle.cc | 94 + .../management/include/G4ParticleMessenger.hh | 1 - .../management/src/G4ParticleMessenger.cc | 10 +- source/persistency/ascii/History | 3 + .../ascii/src/G4tgbGeometryDumper.cc | 39 +- source/persistency/ascii/src/G4tgrFileIn.cc | 30 +- source/persistency/ascii/src/G4tgrSolid.cc | 2 +- .../ascii/src/G4tgrSolidMultiUnion.cc | 2 +- .../persistency/ascii/src/G4tgrSolidScaled.cc | 2 +- source/persistency/mctruth/History | 3 + .../mctruth/include/G4DCIOentryT.hh | 3 +- .../mctruth/include/G4FileUtilities.hh | 16 +- .../mctruth/include/G4HCIOcatalog.hh | 6 +- .../mctruth/include/G4HCIOentryT.hh | 1 - .../mctruth/include/G4MCTSimParticle.hh | 5 +- .../mctruth/include/G4MCTSimVertex.hh | 1 - .../mctruth/include/G4PersistencyCenter.hh | 4 +- .../include/G4PersistencyCenterMessenger.hh | 4 +- .../mctruth/include/G4VTransactionManager.hh | 9 +- .../mctruth/src/G4FileUtilities.cc | 28 +- source/physics_lists/constructors/History | 10 +- .../physics_lists/constructors/decay/History | 6 + .../decay/src/G4UnknownDecayPhysics.cc | 2 + .../constructors/electromagnetic/History | 30 + .../include/G4ChargedUnknownPhysics.hh | 66 + .../electromagnetic/sources.cmake | 2 + .../src/G4ChargedUnknownPhysics.cc | 84 + .../src/G4ChemDissociationChannels.cc | 12 +- .../src/G4ChemDissociationChannels_option1.cc | 32 +- .../electromagnetic/src/G4EmDNAChemistry.cc | 2 +- .../src/G4EmDNAChemistry_option1.cc | 4 +- .../src/G4EmDNAChemistry_option2.cc | 2 +- .../src/G4EmDNAChemistry_option3.cc | 4 +- .../src/G4EmLivermorePhysics.cc | 12 +- .../src/G4EmPenelopePhysics.cc | 9 +- .../src/G4EmStandardPhysics.cc | 12 +- .../src/G4EmStandardPhysicsWVI.cc | 4 +- .../src/G4EmStandardPhysics_option3.cc | 12 +- .../src/G4EmStandardPhysics_option4.cc | 10 +- .../constructors/factory/History | 4 + .../include/G4PhysicsConstructorRegistry.hh | 9 +- .../src/G4PhysicsConstructorRegistry.cc | 39 +- .../constructors/gamma_lepto_nuclear/History | 6 + .../constructors/gamma_lepto_nuclear/README | 35 + .../G4CoherentPairProductionPhysics.hh | 107 + .../gamma_lepto_nuclear/sources.cmake | 5 + .../src/G4CoherentPairProductionPhysics.cc | 112 + .../constructors/hadron_elastic/History | 3 + .../hadron_elastic/src/G4ThermalNeutrons.cc | 3 + .../constructors/hadron_inelastic/History | 8 + .../constructors/hadron_inelastic/README | 42 +- .../hadron_inelastic/include/G4URRNeutrons.hh | 62 + .../hadron_inelastic/sources.cmake | 16 +- .../hadron_inelastic/src/G4URRNeutrons.cc | 222 + .../physics_lists/constructors/ions/History | 7 +- source/physics_lists/constructors/ions/README | 15 +- .../ions/include/G4LightIonQMDPhysics.hh | 11 +- .../ions/src/G4LightIonQMDPhysics.cc | 11 +- .../constructors/limiters/History | 5 + .../limiters/src/G4FastSimulationPhysics.cc | 2 +- .../limiters/src/G4GenericBiasingPhysics.cc | 3 +- source/physics_lists/lists/History | 20 +- .../lists/include/G4PhysListFactory.hh | 4 +- .../lists/include/G4PhysListRegistry.hh | 29 +- .../lists/src/G4PhysListFactory.cc | 14 +- .../lists/src/G4PhysListRegistry.cc | 151 +- source/physics_lists/util/History | 3 + .../util/include/G4HadParticles.hh | 15 - .../physics_lists/util/src/G4HadParticles.cc | 170 +- source/processes/biasing/History | 4 + source/processes/biasing/generic/History | 8 + .../include/G4BOptnChangeCrossSection.hh | 97 +- .../biasing/generic/include/G4BOptnCloning.hh | 91 +- .../include/G4BOptnForceCommonTruncatedExp.hh | 155 +- .../generic/include/G4BOptnForceFreeFlight.hh | 114 +- .../generic/include/G4BOptnLeadingParticle.hh | 114 +- .../generic/include/G4BOptrForceCollision.hh | 108 +- .../include/G4BOptrForceCollisionTrackData.hh | 74 +- .../generic/include/G4BiasingHelper.hh | 65 +- .../include/G4BiasingProcessInterface.hh | 415 +- .../include/G4BiasingProcessSharedData.hh | 156 +- .../include/G4ILawCommonTruncatedExp.hh | 86 +- .../generic/include/G4ILawForceFreeFlight.hh | 45 +- .../generic/include/G4ILawTruncatedExp.hh | 60 +- .../include/G4InteractionLawPhysical.hh | 46 +- .../G4ParallelGeometriesLimiterProcess.hh | 245 +- .../include/G4ParticleChangeForNothing.hh | 40 +- .../G4ParticleChangeForOccurenceBiasing.hh | 73 +- .../generic/src/G4BOptnChangeCrossSection.cc | 14 +- .../biasing/generic/src/G4BOptnCloning.cc | 18 +- .../src/G4BOptnForceCommonTruncatedExp.cc | 139 +- .../generic/src/G4BOptnForceFreeFlight.cc | 80 +- .../generic/src/G4BOptnLeadingParticle.cc | 221 +- .../generic/src/G4BOptrForceCollision.cc | 496 +- .../src/G4BOptrForceCollisionTrackData.cc | 46 +- .../biasing/generic/src/G4BiasingHelper.cc | 119 +- .../generic/src/G4BiasingProcessInterface.cc | 1322 +- .../generic/src/G4BiasingProcessSharedData.cc | 3 + .../generic/src/G4ILawCommonTruncatedExp.cc | 21 +- .../generic/src/G4ILawForceFreeFlight.cc | 5 +- .../biasing/generic/src/G4ILawTruncatedExp.cc | 112 +- .../generic/src/G4InteractionLawPhysical.cc | 84 +- .../src/G4ParallelGeometriesLimiterProcess.cc | 533 +- .../G4ParticleChangeForOccurenceBiasing.cc | 39 +- source/processes/biasing/importance/History | 5 + .../importance/include/G4GeometrySampler.hh | 52 +- .../include/G4ImportanceConfigurator.hh | 63 +- .../importance/include/G4ImportanceProcess.hh | 37 +- .../include/G4WeightCutOffConfigurator.hh | 50 +- .../include/G4WeightWindowConfigurator.hh | 54 +- .../include/G4WeightWindowProcess.hh | 60 +- .../importance/src/G4GeometrySampler.cc | 118 +- .../src/G4ImportanceConfigurator.cc | 48 +- .../importance/src/G4ImportanceProcess.cc | 319 +- .../src/G4WeightCutOffConfigurator.cc | 27 +- .../src/G4WeightWindowConfigurator.cc | 39 +- source/processes/biasing/management/History | 5 + .../management/include/G4ProcessPlacer.hh | 31 +- .../include/G4VBiasingInteractionLaw.hh | 110 +- .../management/include/G4VBiasingOperation.hh | 273 +- .../management/include/G4VBiasingOperator.hh | 366 +- .../biasing/management/src/G4ProcessPlacer.cc | 37 +- .../management/src/G4VBiasingOperation.cc | 8 +- .../management/src/G4VBiasingOperator.cc | 147 +- .../processes/electromagnetic/adjoint/History | 10 + .../adjoint/include/G4AdjointCSManager.hh | 1 + .../adjoint/include/G4AdjointCSMatrix.hh | 32 +- .../G4AdjointForcedInteractionForGamma.hh | 4 +- .../adjoint/include/G4AdjointInterpolator.hh | 12 +- .../adjoint/include/G4InversePEEffect.hh | 2 +- .../adjoint/include/G4IonInverseIonisation.hh | 9 +- .../include/G4VAdjointReverseReaction.hh | 2 +- .../adjoint/include/G4VEmAdjointModel.hh | 20 +- .../include/G4eAdjointMultipleScattering.hh | 2 +- .../include/G4eInverseBremsstrahlung.hh | 9 +- .../adjoint/include/G4eInverseCompton.hh | 6 +- .../adjoint/include/G4eInverseIonisation.hh | 4 +- .../adjoint/include/G4hInverseIonisation.hh | 4 +- .../adjoint/src/G4AdjointCSManager.cc | 9 +- .../adjoint/src/G4AdjointCSMatrix.cc | 38 +- .../src/G4AdjointForcedInteractionForGamma.cc | 7 +- .../adjoint/src/G4AdjointInterpolator.cc | 38 +- .../adjoint/src/G4InversePEEffect.cc | 2 +- .../adjoint/src/G4IonInverseIonisation.cc | 5 +- .../adjoint/src/G4VAdjointReverseReaction.cc | 2 +- .../src/G4eAdjointMultipleScattering.cc | 3 - .../adjoint/src/G4eInverseBremsstrahlung.cc | 5 +- .../adjoint/src/G4eInverseCompton.cc | 5 +- .../adjoint/src/G4eInverseIonisation.cc | 5 +- .../adjoint/src/G4hInverseIonisation.cc | 5 +- source/processes/electromagnetic/dna/History | 22 +- .../dna/management/include/G4ITReaction.hh | 2 +- .../dna/management/include/G4KDTree.icc | 2 +- .../dna/management/include/G4Octree.icc | 2 +- .../dna/management/include/G4OctreeFinder.icc | 4 +- .../dna/management/include/G4TrackState.hh | 4 +- .../include/G4TrackingInformation.hh | 3 +- .../dna/management/src/G4ITModelProcessor.cc | 2 +- .../include/G4DNADoubleIonisationModel.hh | 8 +- .../include/G4DNAMultipleIonisationManager.hh | 2 +- .../dna/models/include/G4LEPTSDiffXS.hh | 28 +- .../dna/models/include/G4LEPTSDistribution.hh | 33 +- .../dna/models/include/G4LEPTSElossDistr.hh | 41 +- .../models/include/G4LEPTSExcitationModel.hh | 23 +- .../dna/models/include/G4VLEPTSModel.hh | 13 +- .../models/src/G4DNACPA100IonisationModel.cc | 2 +- .../models/src/G4DNADoubleIonisationModel.cc | 13 +- .../src/G4DNAIRTMoleculeEncounterStepper.cc | 2 +- .../G4DNAIndependentReactionTimeStepper.cc | 4 +- .../dna/models/src/G4DNAMolecularReaction.cc | 12 +- .../src/G4DNAMoleculeEncounterStepper.cc | 4 +- .../src/G4DNAMultipleIonisationManager.cc | 2 +- .../dna/models/src/G4DNAPTBElasticModel.cc | 2 +- .../dna/models/src/G4DNAPTBExcitationModel.cc | 2 +- .../dna/models/src/G4DNAPTBIonisationModel.cc | 2 +- .../src/G4DNAQuadrupleIonisationModel.cc | 6 +- .../models/src/G4DNATripleIonisationModel.cc | 6 +- .../dna/models/src/G4LEPTSDiffXS.cc | 31 +- .../dna/models/src/G4LEPTSDistribution.cc | 108 +- .../dna/models/src/G4LEPTSElossDistr.cc | 99 +- .../dna/models/src/G4LEPTSExcitationModel.cc | 4 +- .../dna/models/src/G4VDNAModel.cc | 4 +- .../dna/models/src/G4VLEPTSModel.cc | 6 +- .../include/G4MoleculeDefinition.hh | 2 +- .../management/src/G4MoleculeDefinition.cc | 8 +- .../src/G4MoleculeTableMessenger.cc | 2 +- .../dna/molecules/types/src/G4HO2.cc | 2 +- .../dna/molecules/types/src/G4OH.cc | 2 +- .../dna/molecules/types/src/G4Oxygen.cc | 2 +- .../processes/src/G4DNADoubleIonisation.cc | 2 +- .../processes/src/G4DNAQuadrupleIonisation.cc | 2 +- .../processes/src/G4DNATripleIonisation.cc | 2 +- .../utils/include/G4MoleculeGunMessenger.hh | 2 +- .../utils/src/G4DNAPTBIonisationStructure.cc | 1 + .../dna/utils/src/G4MoleculeGun.cc | 8 +- .../dna/utils/src/G4MoleculeGunMessenger.cc | 7 +- .../electromagnetic/highenergy/History | 9 + .../include/G4DynamicParticleFluctuation.hh | 77 +- .../include/G4DynamicParticleIonisation.hh | 148 + .../include/G4DynamicParticleMSC.hh | 117 + .../electromagnetic/highenergy/sources.cmake | 6 + .../src/G4DynamicParticleFluctuation.cc | 171 + .../src/G4DynamicParticleIonisation.cc | 358 + .../highenergy/src/G4DynamicParticleMSC.cc | 176 + .../electromagnetic/lowenergy/History | 29 + .../src/G4AtomicTransitionManager.cc | 8 +- .../lowenergy/src/G4AugerData.cc | 2 +- .../lowenergy/src/G4AugerTransition.cc | 2 +- .../lowenergy/src/G4FluoData.cc | 27 +- .../lowenergy/src/G4MicroElecCapture.cc | 15 +- .../src/G4MicroElecInelasticModel_new.cc | 5 + .../src/G4PenelopeBremsstrahlungAngular.cc | 22 +- .../src/G4PenelopeRayleighModelMI.cc | 4 +- .../lowenergy/src/G4UAtomicDeexcitation.cc | 3 +- .../lowenergy/src/G4hIonEffChargeSquare.cc | 14 +- .../lowenergy/src/G4hParametrisedLossModel.cc | 12 +- .../processes/electromagnetic/muons/History | 6 + .../muons/include/G4MuBetheBlochModel.hh | 2 +- .../muons/include/G4MuBremsstrahlung.hh | 2 +- .../muons/include/G4MuBremsstrahlungModel.hh | 2 +- .../muons/include/G4MuIonisation.hh | 2 +- .../muons/include/G4MuMultipleScattering.hh | 2 +- .../muons/include/G4MuPairProduction.hh | 2 +- .../muons/include/G4MuPairProductionModel.hh | 2 +- .../include/G4MuonToMuonPairProduction.hh | 2 +- .../G4MuonToMuonPairProductionModel.hh | 2 +- .../muons/include/G4RiGeAngularGenerator.hh | 91 + .../include/G4RiGeMuPairProductionModel.hh | 206 + .../muons/include/G4ePairProduction.hh | 2 +- .../electromagnetic/muons/sources.cmake | 5 + .../muons/src/G4MuPairProductionModel.cc | 9 +- .../muons/src/G4RiGeAngularGenerator.cc | 419 + .../muons/src/G4RiGeMuPairProductionModel.cc | 997 + .../electromagnetic/standard/History | 53 + .../standard/include/G4BetheHeitlerModel.hh | 3 + .../standard/include/G4GSMottCorrection.hh | 2 +- ....hh => G4PolarizedOrePowellAtRestModel.hh} | 36 +- .../include/G4eBremsstrahlungRelModel.hh | 8 +- .../standard/include/G4eplusAnnihilation.hh | 3 +- ...KVIModel.hh => G4eplusTo2or3GammaModel.hh} | 18 +- .../electromagnetic/standard/sources.cmake | 8 +- .../standard/src/G4BetheBlochModel.cc | 11 +- .../standard/src/G4BetheHeitler5DModel.cc | 46 +- .../standard/src/G4BetheHeitlerModel.cc | 22 +- .../standard/src/G4BraggModel.cc | 20 +- .../standard/src/G4GSMottCorrection.cc | 9 +- .../standard/src/G4GSPWACorrections.cc | 6 +- .../standard/src/G4OrePowellAtRestModel.cc | 15 +- .../src/G4PolarizedOrePowellAtRestModel.cc | 220 + .../standard/src/G4SBBremTable.cc | 2 +- .../standard/src/G4WentzelOKandVIxSection.cc | 4 +- .../standard/src/G4WentzelVIModel.cc | 27 +- .../standard/src/G4WentzelVIRelModel.cc | 2 +- .../standard/src/G4eBremsstrahlungRelModel.cc | 78 +- .../standard/src/G4eDPWAElasticDCS.cc | 7 +- .../standard/src/G4eplusAnnihilation.cc | 41 +- ...KVIModel.cc => G4eplusTo2or3GammaModel.cc} | 24 +- .../standard/src/G4ionIonisation.cc | 8 +- .../processes/electromagnetic/utils/History | 40 + .../utils/include/G4EmElementXS.hh | 93 + .../utils/include/G4EmParameters.hh | 20 +- .../utils/include/G4EmParametersMessenger.hh | 59 +- .../utils/include/G4EmProcessSubType.hh | 5 + .../electromagnetic/utils/sources.cmake | 2 + .../utils/src/G4EmCalculator.cc | 4 +- .../utils/src/G4EmConfigurator.cc | 146 +- .../utils/src/G4EmCorrections.cc | 13 +- .../utils/src/G4EmElementXS.cc | 110 + .../utils/src/G4EmExtraParameters.cc | 4 +- .../utils/src/G4EmLowEParameters.cc | 6 +- .../utils/src/G4EmParameters.cc | 60 +- .../utils/src/G4EmParametersMessenger.cc | 36 +- .../utils/src/G4EmSaturation.cc | 5 +- .../utils/src/G4TransportationWithMsc.cc | 2 + .../processes/electromagnetic/xrays/History | 7 + .../xrays/include/G4VTRModel.hh | 12 +- .../xrays/src/G4VXTRenergyLoss.cc | 11 +- .../processes/hadronic/cross_sections/History | 51 + .../include/G4ChargeExchangeXS.hh | 16 +- .../include/G4EMDissociationCrossSection.hh | 8 +- .../include/G4GammaNuclearXS.hh | 9 +- .../include/G4HadronXSDataTable.hh | 2 +- .../cross_sections/include/G4InterfaceToXS.hh | 73 + .../include/G4NeutronInelasticXS.hh | 1 + .../include/G4ParticleInelasticXS.hh | 13 +- .../include/G4PhotoNuclearCrossSection.hh | 44 +- .../hadronic/cross_sections/sources.cmake | 2 + .../cross_sections/src/G4ChargeExchangeXS.cc | 169 +- .../src/G4ChipsAntiBaryonInelasticXS.cc | 4 +- .../src/G4ChipsHyperonInelasticXS.cc | 40 +- .../src/G4ChipsKaonMinusInelasticXS.cc | 6 +- .../src/G4ChipsKaonPlusInelasticXS.cc | 3 +- .../src/G4ChipsNeutronInelasticXS.cc | 6 +- .../src/G4ChipsPionMinusInelasticXS.cc | 4 +- .../src/G4ChipsPionPlusInelasticXS.cc | 7 +- .../src/G4ChipsProtonInelasticXS.cc | 4 +- .../src/G4EMDissociationCrossSection.cc | 5 +- .../cross_sections/src/G4GammaNuclearXS.cc | 76 +- .../cross_sections/src/G4HadronXSDataTable.cc | 30 +- .../cross_sections/src/G4InterfaceToXS.cc | 95 + .../cross_sections/src/G4NeutronElasticXS.cc | 1 + .../src/G4NeutronInelasticXS.cc | 38 +- .../src/G4ParticleInelasticXS.cc | 169 +- .../src/G4PhotoNuclearCrossSection.cc | 38 +- source/processes/hadronic/management/History | 5 + .../include/G4HadronicProcessStore.hh | 1 - .../management/src/G4HadronicProcessStore.cc | 35 +- source/processes/hadronic/models/abla/History | 6 + .../models/abla/include/G4AblaDataDefs.hh | 8 +- .../hadronic/models/abla/src/G4Abla.cc | 3 +- .../hadronic/models/binary_cascade/History | 6 +- .../binary_cascade/include/G4BinaryCascade.hh | 4 +- .../binary_cascade/src/G4BinaryCascade.cc | 240 +- .../processes/hadronic/models/cascade/History | 7 + .../cascade/cascade/src/G4NucleiModel.cc | 12 +- .../hadronic/models/coherent_elastic/History | 13 + .../include/G4ChargeExchange.hh | 9 +- .../models/coherent_elastic/sources.cmake | 1 + .../coherent_elastic/src/G4ChargeExchange.cc | 150 +- .../src/G4ChargeExchangeProcess.cc | 2 + .../hadronic/models/de_excitation/History | 76 +- .../include/G4EvaporationProbability.hh | 11 +- .../de_excitation/evaporation/sources.cmake | 3 + .../evaporation/src/G4Evaporation.cc | 11 +- .../evaporation/src/G4EvaporationChannel.cc | 35 +- .../src/G4EvaporationProbability.cc | 76 +- .../fission/include/G4CompetitiveFission.hh | 28 +- .../fission/src/G4CompetitiveFission.cc | 20 +- .../include/G4DeexParametersMessenger.hh | 8 +- .../include/G4DeexPrecoParameters.hh | 11 +- .../management/include/G4LevelReader.hh | 2 + .../include/G4VEmissionProbability.hh | 2 +- .../src/G4DeexParametersMessenger.cc | 35 +- .../management/src/G4DeexPrecoParameters.cc | 4 +- .../management/src/G4LevelReader.cc | 199 +- .../management/src/G4VEmissionProbability.cc | 10 +- .../multifragmentation/src/G4StatMF.cc | 15 +- .../include/G4PolarizationTransition.hh | 4 +- .../src/G4PolarizationTransition.cc | 29 +- .../util/include/G4CookShellCorrections.hh | 14 +- .../util/include/G4ShellCorrection.hh | 8 +- .../models/de_excitation/util/sources.cmake | 1 - .../util/src/G4CookShellCorrections.cc | 9 +- .../util/src/G4CoulombBarrier.cc | 2 +- .../processes/hadronic/models/fission/History | 3 + .../fission/include/G4FissionLibrary.hh | 18 +- .../models/fission/src/G4FissionLibrary.cc | 2 +- .../models/fission/src/G4SmpTerrell.cc | 2 +- .../hadronic/models/fission/src/G4SmpWatt.cc | 2 +- .../hadronic/models/im_r_matrix/History | 3 + .../include/G4CrossSectionSourcePtr.hh | 58 +- .../im_r_matrix/src/G4CollisionComposite.cc | 2 +- .../im_r_matrix/src/G4CollisionNNElastic.cc | 4 +- .../im_r_matrix/src/G4CollisionnpElastic.cc | 4 +- .../src/G4CrossSectionSourcePtr.cc | 78 +- .../im_r_matrix/src/G4ResonanceNames.cc | 8 +- .../models/im_r_matrix/src/G4XPDGElastic.cc | 14 +- .../models/im_r_matrix/src/G4XPDGTotal.cc | 16 +- .../processes/hadronic/models/inclxx/History | 3 + .../inclxx/incl_physics/src/G4INCLCascade.cc | 26 +- .../src/G4INCLCrossSectionsAntiparticles.cc | 41 +- .../src/G4INCLNNbarToAnnihilationChannel.cc | 2 +- .../src/G4INCLNNbarToLLbarChannel.cc | 16 +- .../src/G4INCLNNbarToNNbar2piChannel.cc | 12 +- .../src/G4INCLNNbarToNNbar3piChannel.cc | 20 +- .../src/G4INCLNNbarToNNbarpiChannel.cc | 10 +- .../src/G4INCLPbarAtrestEntryChannel.cc | 28 +- .../inclxx/utils/include/G4INCLParticle.hh | 2 +- .../models/inclxx/utils/src/G4INCLParticle.cc | 4 +- source/processes/hadronic/models/lend/History | 9 + .../hadronic/models/lend/include/G4GIDI.hh | 24 +- .../models/lend/include/G4GIDI_map.hh | 2 +- .../models/lend/include/G4LENDManager.hh | 2 +- .../models/lend/include/G4LENDUsedTarget.hh | 26 +- .../hadronic/models/lend/src/G4GIDI.cc | 24 +- .../hadronic/models/lend/src/G4GIDI_map.cc | 2 +- .../hadronic/models/lend/src/G4LENDManager.cc | 28 +- .../models/lend/src/MCGIDI_angularEnergy.cc | 1 - .../models/lend/src/MCGIDI_energyAngular.cc | 1 - .../models/lend/src/ptwXY_binaryOperators.cc | 2 +- .../processes/hadronic/models/nudex/History | 4 + .../nudex/src/G4NuDEXInternalConversion.cc | 1 + .../models/nudex/src/G4NuDEXLevelDensity.cc | 3 +- .../hadronic/models/nudex/src/G4NuDEXPSF.cc | 26 +- .../nudex/src/G4NuDEXStatisticalNucleus.cc | 2 +- .../hadronic/models/particle_hp/History | 48 + .../particle_hp/include/G4CrossSectionHP.hh | 2 - .../particle_hp/include/G4ENDFTapeRead.hh | 14 +- .../include/G4NeutronHPCaptureFS.hh | 9 +- .../include/G4ParticleHP2AInelasticFS.hh | 9 +- .../include/G4ParticleHP2N2AInelasticFS.hh | 9 +- .../include/G4ParticleHP2NAInelasticFS.hh | 9 +- .../include/G4ParticleHP2NDInelasticFS.hh | 8 +- .../include/G4ParticleHP2NInelasticFS.hh | 9 +- .../include/G4ParticleHP2NPInelasticFS.hh | 9 +- .../include/G4ParticleHP2PInelasticFS.hh | 9 +- .../include/G4ParticleHP3AInelasticFS.hh | 9 +- .../include/G4ParticleHP3NAInelasticFS.hh | 9 +- .../include/G4ParticleHP3NInelasticFS.hh | 9 +- .../include/G4ParticleHP3NPInelasticFS.hh | 9 +- .../include/G4ParticleHP4NInelasticFS.hh | 9 +- .../include/G4ParticleHPAInelasticFS.hh | 9 +- .../include/G4ParticleHPChannel.hh | 30 +- .../include/G4ParticleHPD2AInelasticFS.hh | 9 +- .../include/G4ParticleHPDAInelasticFS.hh | 9 +- .../include/G4ParticleHPDInelasticFS.hh | 9 +- .../include/G4ParticleHPDataUsed.hh | 10 +- .../include/G4ParticleHPElasticFS.hh | 6 +- .../include/G4ParticleHPElasticURR.hh | 2 +- .../include/G4ParticleHPFCFissionFS.hh | 7 +- .../include/G4ParticleHPFFFissionFS.hh | 6 +- .../include/G4ParticleHPFSFissionFS.hh | 8 +- .../include/G4ParticleHPFinalState.hh | 41 +- .../include/G4ParticleHPFissionBaseFS.hh | 10 +- .../include/G4ParticleHPFissionFS.hh | 8 +- .../include/G4ParticleHPHe3InelasticFS.hh | 9 +- .../include/G4ParticleHPInelasticBaseFS.hh | 15 +- .../include/G4ParticleHPInelasticCompFS.hh | 18 +- .../include/G4ParticleHPInelasticDataPT.hh | 1 + .../include/G4ParticleHPIsoData.hh | 20 +- .../G4ParticleHPIsoProbabilityTable.hh | 39 +- ...G4ParticleHPIsoProbabilityTable_CALENDF.hh | 11 +- .../G4ParticleHPIsoProbabilityTable_NJOY.hh | 11 +- .../include/G4ParticleHPJENDLHEData.hh | 2 +- .../include/G4ParticleHPLCFissionFS.hh | 8 +- .../particle_hp/include/G4ParticleHPList.hh | 8 +- .../include/G4ParticleHPManager.hh | 154 +- .../include/G4ParticleHPMessenger.hh | 1 - .../include/G4ParticleHPN2AInelasticFS.hh | 9 +- .../include/G4ParticleHPN2PInelasticFS.hh | 9 +- .../include/G4ParticleHPN3AInelasticFS.hh | 9 +- .../include/G4ParticleHPNAInelasticFS.hh | 9 +- .../include/G4ParticleHPND2AInelasticFS.hh | 9 +- .../include/G4ParticleHPNDInelasticFS.hh | 9 +- .../include/G4ParticleHPNHe3InelasticFS.hh | 9 +- .../include/G4ParticleHPNInelasticFS.hh | 9 +- .../include/G4ParticleHPNPAInelasticFS.hh | 9 +- .../include/G4ParticleHPNPInelasticFS.hh | 9 +- .../include/G4ParticleHPNT2AInelasticFS.hh | 9 +- .../include/G4ParticleHPNTInelasticFS.hh | 9 +- .../include/G4ParticleHPNXInelasticFS.hh | 9 +- .../particle_hp/include/G4ParticleHPNames.hh | 10 +- .../include/G4ParticleHPPAInelasticFS.hh | 9 +- .../include/G4ParticleHPPDInelasticFS.hh | 9 +- .../include/G4ParticleHPPInelasticFS.hh | 8 +- .../include/G4ParticleHPPTInelasticFS.hh | 9 +- .../include/G4ParticleHPParticleYield.hh | 23 +- .../include/G4ParticleHPPolynomExpansion.hh | 4 +- .../include/G4ParticleHPReactionWhiteBoard.hh | 19 +- .../include/G4ParticleHPSCFissionFS.hh | 8 +- .../include/G4ParticleHPT2AInelasticFS.hh | 9 +- .../include/G4ParticleHPTCFissionFS.hh | 8 +- .../include/G4ParticleHPTInelasticFS.hh | 9 +- .../include/G4ParticleHPThermalScattering.hh | 79 +- .../G4ParticleHPThermalScatteringData.hh | 40 +- .../G4ParticleHPThermalScatteringNames.hh | 23 +- .../particle_hp/src/G4CrossSectionHP.cc | 47 +- .../models/particle_hp/src/G4ENDFTapeRead.cc | 14 +- .../particle_hp/src/G4NeutronHPCaptureFS.cc | 8 +- .../src/G4ParticleHP2AInelasticFS.cc | 4 +- .../src/G4ParticleHP2N2AInelasticFS.cc | 4 +- .../src/G4ParticleHP2NAInelasticFS.cc | 4 +- .../src/G4ParticleHP2NDInelasticFS.cc | 4 +- .../src/G4ParticleHP2NInelasticFS.cc | 4 +- .../src/G4ParticleHP2NPInelasticFS.cc | 4 +- .../src/G4ParticleHP2PInelasticFS.cc | 4 +- .../src/G4ParticleHP3AInelasticFS.cc | 4 +- .../src/G4ParticleHP3NAInelasticFS.cc | 4 +- .../src/G4ParticleHP3NInelasticFS.cc | 4 +- .../src/G4ParticleHP3NPInelasticFS.cc | 4 +- .../src/G4ParticleHP4NInelasticFS.cc | 4 +- .../src/G4ParticleHPAInelasticFS.cc | 4 +- .../particle_hp/src/G4ParticleHPChannel.cc | 12 +- .../src/G4ParticleHPD2AInelasticFS.cc | 4 +- .../src/G4ParticleHPDAInelasticFS.cc | 4 +- .../src/G4ParticleHPDInelasticFS.cc | 4 +- .../src/G4ParticleHPElasticData.cc | 22 +- .../particle_hp/src/G4ParticleHPElasticFS.cc | 6 +- .../particle_hp/src/G4ParticleHPElasticURR.cc | 7 +- .../src/G4ParticleHPFCFissionFS.cc | 4 +- .../src/G4ParticleHPFFFissionFS.cc | 4 +- .../src/G4ParticleHPFSFissionFS.cc | 8 +- .../src/G4ParticleHPFissionBaseFS.cc | 8 +- .../src/G4ParticleHPFissionData.cc | 19 +- .../particle_hp/src/G4ParticleHPFissionFS.cc | 4 +- .../src/G4ParticleHPHe3InelasticFS.cc | 4 +- .../particle_hp/src/G4ParticleHPInelastic.cc | 3 +- .../src/G4ParticleHPInelasticBaseFS.cc | 4 +- .../src/G4ParticleHPInelasticCompFS.cc | 10 +- .../src/G4ParticleHPInelasticData.cc | 12 +- .../src/G4ParticleHPInelasticDataPT.cc | 14 +- .../src/G4ParticleHPInelasticURR.cc | 5 +- .../particle_hp/src/G4ParticleHPIsoData.cc | 6 +- .../src/G4ParticleHPIsoProbabilityTable.cc | 29 +- ...G4ParticleHPIsoProbabilityTable_CALENDF.cc | 9 +- .../G4ParticleHPIsoProbabilityTable_NJOY.cc | 5 +- .../src/G4ParticleHPJENDLHEData.cc | 8 +- .../src/G4ParticleHPLCFissionFS.cc | 4 +- .../particle_hp/src/G4ParticleHPList.cc | 8 +- .../particle_hp/src/G4ParticleHPManager.cc | 4 +- .../particle_hp/src/G4ParticleHPMessenger.cc | 24 - .../src/G4ParticleHPN2AInelasticFS.cc | 4 +- .../src/G4ParticleHPN2PInelasticFS.cc | 4 +- .../src/G4ParticleHPN3AInelasticFS.cc | 4 +- .../src/G4ParticleHPNAInelasticFS.cc | 4 +- .../src/G4ParticleHPND2AInelasticFS.cc | 4 +- .../src/G4ParticleHPNDInelasticFS.cc | 4 +- .../src/G4ParticleHPNHe3InelasticFS.cc | 4 +- .../src/G4ParticleHPNInelasticFS.cc | 4 +- .../src/G4ParticleHPNPAInelasticFS.cc | 4 +- .../src/G4ParticleHPNPInelasticFS.cc | 4 +- .../src/G4ParticleHPNT2AInelasticFS.cc | 4 +- .../src/G4ParticleHPNTInelasticFS.cc | 4 +- .../src/G4ParticleHPNXInelasticFS.cc | 4 +- .../particle_hp/src/G4ParticleHPNames.cc | 12 +- .../src/G4ParticleHPPAInelasticFS.cc | 4 +- .../src/G4ParticleHPPDInelasticFS.cc | 4 +- .../src/G4ParticleHPPInelasticFS.cc | 4 +- .../src/G4ParticleHPPTInelasticFS.cc | 4 +- .../particle_hp/src/G4ParticleHPPhotonDist.cc | 2 +- .../src/G4ParticleHPProbabilityTablesStore.cc | 21 +- .../src/G4ParticleHPReactionWhiteBoard.cc | 10 +- .../src/G4ParticleHPSCFissionFS.cc | 4 +- .../src/G4ParticleHPT2AInelasticFS.cc | 4 +- .../src/G4ParticleHPTCFissionFS.cc | 4 +- .../src/G4ParticleHPTInelasticFS.cc | 4 +- .../src/G4ParticleHPThermalScattering.cc | 17 +- .../src/G4ParticleHPThermalScatteringData.cc | 30 +- .../src/G4ParticleHPThermalScatteringNames.cc | 16 +- .../models/parton_string/diffraction/History | 6 + .../diffraction/include/G4FTFParameters.hh | 4 +- .../diffraction/src/G4FTFParameters.cc | 2 +- .../parton_string/hadronization/History | 10 +- .../src/G4LundStringFragmentation.cc | 4 - .../hadronic/models/pre_equilibrium/History | 16 + .../include/G4PreCompoundFragment.hh | 18 +- .../include/G4VPreCompoundFragment.hh | 23 +- .../exciton_model/sources.cmake | 1 + .../src/G4PreCompoundEmissionFactory.cc | 4 +- .../src/G4PreCompoundFragment.cc | 76 +- .../src/G4PreCompoundFragmentVector.cc | 14 +- .../src/G4VPreCompoundFragment.cc | 51 +- source/processes/hadronic/models/qmd/History | 3 + .../models/qmd/src/G4LightIonQMDMeanField.cc | 2 +- .../models/qmd/src/G4QMDGroundStateNucleus.cc | 4 +- .../hadronic/models/qmd/src/G4QMDMeanField.cc | 2 +- .../hadronic/models/radioactive_decay/History | 3 + .../G4RadioactiveDecayChainsFromParent.hh | 22 +- .../G4RadioactiveDecayRatesToDaughter.hh | 31 +- .../include/G4UIcmdWithNucleusLimits.hh | 5 +- .../src/G4BatemanParameters.cc | 4 +- .../src/G4UIcmdWithNucleusLimits.cc | 12 +- source/processes/hadronic/util/History | 19 + .../include/G4HadronicDeveloperParameters.hh | 64 +- .../util/include/G4HadronicException.hh | 2 +- .../util/include/G4HadronicParameters.hh | 12 + .../hadronic/util/include/G4IsotopeList.hh | 15 + .../util/include/G4LegendrePolynomial.hh | 18 +- .../hadronic/util/include/G4NuclearRadii.hh | 4 + .../processes/hadronic/util/include/G4ping.hh | 21 +- .../hadronic/util/src/G4Fancy3DNucleus.cc | 2 +- .../util/src/G4HadronicDeveloperParameters.cc | 140 +- .../hadronic/util/src/G4HadronicException.cc | 2 +- .../hadronic/util/src/G4HadronicParameters.cc | 5 + .../hadronic/util/src/G4KineticTrack.cc | 38 +- .../hadronic/util/src/G4LegendrePolynomial.cc | 149 +- .../hadronic/util/src/G4NuclearRadii.cc | 55 +- .../processes/hadronic/util/src/G4Parton.cc | 4 +- .../hadronic/util/src/G4V3DNucleus.cc | 2 +- source/processes/management/History | 13 +- .../management/include/G4ParticleTypes.hh | 1 + .../management/src/G4ProcessTableMessenger.cc | 4 +- source/processes/optical/History | 2 + source/processes/optical/src/G4OpWLS2.cc | 2 +- source/processes/scoring/History | 4 + .../processes/scoring/src/G4EnergySplitter.cc | 4 + .../processes/solidstate/channeling/History | 4 + .../G4ChannelingOptrChangeCrossSection.hh | 3 +- ...lingOptrMultiParticleChangeCrossSection.hh | 2 +- .../src/G4ChannelingOptrChangeCrossSection.cc | 12 +- ...lingOptrMultiParticleChangeCrossSection.cc | 5 +- source/processes/transportation/History | 4 + .../include/G4TransportationProcessType.hh | 1 + source/readout/History | 4 + source/readout/include/G4DCtable.hh | 18 +- source/readout/include/G4DigiManager.hh | 20 +- source/readout/include/G4VDigitizerModule.hh | 4 +- source/readout/src/G4DCtable.cc | 4 +- source/readout/src/G4DigiManager.cc | 20 +- source/run/History | 80 + source/run/include/G4MSSteppingAction.hh | 40 +- source/run/include/G4MTRunManager.hh | 1 - source/run/include/G4Run.hh | 3 +- source/run/include/G4RunManager.hh | 39 +- source/run/include/G4RunManagerFactory.hh | 2 + source/run/include/G4RunManagerKernel.hh | 5 + source/run/include/G4SubEvtRunManager.hh | 23 +- source/run/include/G4TaskRunManagerKernel.hh | 1 - .../G4UserSubEvtThreadInitialization.hh | 13 +- .../include/G4UserTaskThreadInitialization.hh | 12 +- .../G4UserWorkerThreadInitialization.hh | 12 +- .../run/include/G4WorkerSubEvtRunManager.hh | 3 +- source/run/include/private/G4RunMessenger.hh | 1 + source/run/src/G4AdjointSimManager.cc | 53 +- source/run/src/G4AdjointSimMessenger.cc | 4 +- source/run/src/G4MSSteppingAction.cc | 6 +- source/run/src/G4MTRunManager.cc | 7 +- source/run/src/G4MTRunManagerKernel.cc | 4 +- source/run/src/G4PhysicsListHelper.cc | 10 + source/run/src/G4Run.cc | 23 +- source/run/src/G4RunManager.cc | 16 +- source/run/src/G4RunManagerFactory.cc | 23 +- source/run/src/G4RunManagerKernel.cc | 12 +- source/run/src/G4RunMessenger.cc | 50 +- source/run/src/G4SubEvtRunManager.cc | 228 +- source/run/src/G4TaskRunManager.cc | 23 +- source/run/src/G4TaskRunManagerKernel.cc | 33 +- .../run/src/G4UserTaskThreadInitialization.cc | 18 +- .../src/G4UserWorkerThreadInitialization.cc | 16 +- source/run/src/G4WorkerRunManager.cc | 39 +- source/run/src/G4WorkerSubEvtRunManager.cc | 23 +- source/run/src/G4WorkerTaskRunManager.cc | 4 +- source/tracking/History | 21 + .../include/G4ClonedRichTrajectory.hh | 151 + .../include/G4ClonedRichTrajectoryPoint.hh | 128 + .../include/G4ClonedSmoothTrajectory.hh | 132 + .../include/G4ClonedSmoothTrajectoryPoint.hh | 103 + source/tracking/include/G4ClonedTrajectory.hh | 129 + .../include/G4ClonedTrajectoryPoint.hh | 98 + source/tracking/include/G4RichTrajectory.hh | 50 +- .../tracking/include/G4RichTrajectoryPoint.hh | 16 +- source/tracking/include/G4SmoothTrajectory.hh | 6 + .../include/G4SmoothTrajectoryPoint.hh | 4 + source/tracking/include/G4TrackingManager.hh | 2 - source/tracking/include/G4Trajectory.hh | 9 +- source/tracking/include/G4TrajectoryPoint.hh | 3 + source/tracking/include/G4VTrajectory.hh | 5 + source/tracking/sources.cmake | 12 + .../tracking/src/G4AdjointCrossSurfChecker.cc | 4 +- source/tracking/src/G4ClonedRichTrajectory.cc | 315 + .../src/G4ClonedRichTrajectoryPoint.cc | 266 + .../tracking/src/G4ClonedSmoothTrajectory.cc | 190 + .../src/G4ClonedSmoothTrajectoryPoint.cc | 93 + source/tracking/src/G4ClonedTrajectory.cc | 185 + .../tracking/src/G4ClonedTrajectoryPoint.cc | 76 + source/tracking/src/G4RichTrajectory.cc | 125 +- source/tracking/src/G4RichTrajectoryPoint.cc | 17 +- source/tracking/src/G4SmoothTrajectory.cc | 13 + source/tracking/src/G4TrackingManager.cc | 10 +- source/tracking/src/G4TrackingMessenger.cc | 43 + source/tracking/src/G4Trajectory.cc | 13 + source/tracking/src/G4TrajectoryPoint.cc | 6 + source/tracking/src/G4VTrajectory.cc | 9 + source/visualization/OpenGL/History | 56 + .../private/G4OpenGLImmediateQtViewer.hh | 4 + .../include/private/G4OpenGLQtViewer.hh | 30 +- .../include/private/G4OpenGLStoredQtViewer.hh | 4 + .../OpenGL/include/private/G4OpenGLXViewer.hh | 4 - .../OpenGL/src/G4OpenGLImmediateQtViewer.cc | 63 +- .../OpenGL/src/G4OpenGLQtViewer.cc | 170 +- .../src/G4OpenGLStoredQtSceneHandler.cc | 17 +- .../OpenGL/src/G4OpenGLStoredQtViewer.cc | 71 +- .../OpenGL/src/G4OpenGLXViewer.cc | 19 +- source/visualization/Qt3D/History | 12 + .../Qt3D/include/private/G4Qt3DViewer.hh | 1 + .../Qt3D/src/G4Qt3DSceneHandler.cc | 9 - source/visualization/Qt3D/src/G4Qt3DViewer.cc | 107 +- source/visualization/ToolsSG/History | 3 + .../include/private/G4ToolsSGViewer.hh | 2 - .../ToolsSG/src/G4ToolsSGSceneHandler.cc | 2 - source/visualization/Vtk/History | 19 + .../Vtk/include/private/G4VtkQtViewer.hh | 27 +- .../Vtk/include/private/G4VtkViewer.hh | 1 + .../visualization/Vtk/src/G4VtkMessenger.cc | 8 +- source/visualization/Vtk/src/G4VtkQtViewer.cc | 131 +- source/visualization/Vtk/src/G4VtkViewer.cc | 9 + source/visualization/gMocren/History | 9 + .../gMocren/src/G4GMocrenFileSceneHandler.cc | 8 +- .../gMocren/src/G4GMocrenMessenger.cc | 12 +- source/visualization/management/History | 134 + .../management/include/G4VViewer.hh | 16 +- .../management/include/G4VVisCommand.hh | 6 +- .../include/G4VisCommandsGeometrySet.hh | 2 +- .../include/G4VisCommandsMultithreading.hh | 4 - .../management/include/G4VisExecutive.icc | 5 - .../management/include/G4VisManager.hh | 23 +- .../management/include/G4VisManager.icc | 8 - source/visualization/management/sources.cmake | 4 + .../management/src/G4VSceneHandler.cc | 58 +- .../visualization/management/src/G4VViewer.cc | 38 +- .../management/src/G4VVisCommand.cc | 6 +- .../management/src/G4ViewParameters.cc | 8 +- .../management/src/G4VisCommands.cc | 11 +- .../management/src/G4VisCommandsCompound.cc | 17 +- .../src/G4VisCommandsGeometrySet.cc | 2 +- .../src/G4VisCommandsMultithreading.cc | 25 +- .../management/src/G4VisCommandsSceneAdd.cc | 9 +- .../management/src/G4VisCommandsSet.cc | 4 +- .../management/src/G4VisCommandsViewer.cc | 11 +- .../management/src/G4VisCommandsViewerSet.cc | 3 +- .../management/src/G4VisManager.cc | 564 +- source/visualization/modeling/History | 15 + .../modeling/include/G4AttValueFilterT.hh | 7 +- .../modeling/include/G4AttributeFilterT.hh | 6 +- .../modeling/include/G4ModelingParameters.hh | 2 +- .../include/G4PhysicalVolumesSearchScene.hh | 12 +- .../modeling/src/G4PhysicalVolumeModel.cc | 120 +- .../G4TrajectoryDrawByEncounteredVolume.cc | 21 +- .../modeling/src/G4TrajectoryDrawerUtils.cc | 6 +- .../G4TrajectoryEncounteredVolumeFilter.cc | 21 +- 1984 files changed, 93976 insertions(+), 79259 deletions(-) create mode 100644 ReleaseNotes/ReleaseNotes.11.3.html rename cmake/{Templates/UseGeant4_internal.cmake => Modules/G4TestAPI.cmake} (89%) create mode 100644 examples/advanced/dna/.README.txt create mode 100644 examples/advanced/dna/CMakeLists.txt create mode 100644 examples/advanced/dna/History create mode 100644 examples/advanced/dna/README create mode 100644 examples/advanced/dna/cellularPhantom/.README.txt create mode 100644 examples/advanced/dna/cellularPhantom/CMakeLists.txt create mode 100644 examples/advanced/dna/cellularPhantom/History create mode 100644 examples/advanced/dna/cellularPhantom/ImageJ/phantom.ijm create mode 100644 examples/advanced/dna/cellularPhantom/README create mode 100644 examples/advanced/dna/cellularPhantom/cellularPhantom.cc create mode 100644 examples/advanced/dna/cellularPhantom/cellularPhantom.out create mode 100644 examples/advanced/dna/cellularPhantom/include/ActionInitialization.hh create mode 100644 examples/advanced/dna/cellularPhantom/include/CellParameterisation.hh create mode 100644 examples/advanced/dna/cellularPhantom/include/DetectorConstruction.hh create mode 100644 examples/advanced/dna/cellularPhantom/include/DetectorMessenger.hh create mode 100644 examples/advanced/dna/cellularPhantom/include/EventAction.hh create mode 100644 examples/advanced/dna/cellularPhantom/include/PhysicsList.hh create mode 100644 examples/advanced/dna/cellularPhantom/include/PrimaryGeneratorAction.hh create mode 100644 examples/advanced/dna/cellularPhantom/include/RunAction.hh create mode 100644 examples/advanced/dna/cellularPhantom/include/SteppingAction.hh create mode 100644 examples/advanced/dna/cellularPhantom/plot.C create mode 100644 examples/advanced/dna/cellularPhantom/run.mac rename examples/advanced/{dsbandrepair/src/PhysActionInitialization.cc => dna/cellularPhantom/src/ActionInitialization.cc} (60%) create mode 100644 examples/advanced/dna/cellularPhantom/src/CellParameterisation.cc create mode 100644 examples/advanced/dna/cellularPhantom/src/DetectorConstruction.cc create mode 100644 examples/advanced/dna/cellularPhantom/src/DetectorMessenger.cc rename examples/advanced/{dsbandrepair/src/ChemPrimaryGeneratorAction.cc => dna/cellularPhantom/src/EventAction.cc} (65%) rename examples/advanced/{dsbandrepair/src/ChemActionInitialization.cc => dna/cellularPhantom/src/PhysicsList.cc} (57%) create mode 100644 examples/advanced/dna/cellularPhantom/src/PrimaryGeneratorAction.cc create mode 100644 examples/advanced/dna/cellularPhantom/src/RunAction.cc create mode 100644 examples/advanced/dna/cellularPhantom/src/SteppingAction.cc create mode 100644 examples/advanced/dna/cellularPhantom/vis.mac rename examples/advanced/{ => dna}/dsbandrepair/.README.txt (76%) rename examples/advanced/{ => dna}/dsbandrepair/CMakeLists.txt (96%) rename examples/advanced/{ => dna}/dsbandrepair/History (59%) rename examples/advanced/{ => dna}/dsbandrepair/README.txt (81%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/CMakeLists.txt (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/include/ClassifiedDamage.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/include/Damage.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/include/DamageClassifier.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/include/SDDData.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/include/ScanDamage.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/src/ClassifiedDamage.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/src/Damage.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/src/DamageClassifier.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/src/SDDData.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/dnadamage/src/ScanDamage.cc (98%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/include/AnalysisHandler.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/include/ODESolver.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/include/ParametersParser.hh (98%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/main.cc (96%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/repairmodels/include/BelovModel.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/repairmodels/include/LEMIVModel.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/repairmodels/include/TLKModel.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/repairmodels/src/BelovModel.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/repairmodels/src/LEMIVModel.cc (95%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/repairmodels/src/TLKModel.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/src/AnalysisHandler.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/src/ODESolver.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/analysis/src/ParametersParser.cc (97%) rename examples/advanced/{ => dna}/dsbandrepair/dsbandrepair.cc (69%) rename examples/advanced/{ => dna}/dsbandrepair/dsbandrepair.out (98%) rename examples/advanced/{dsbandrepair/include/PhysActionInitialization.hh => dna/dsbandrepair/include/ActionInitialization.hh} (85%) rename examples/advanced/{dsbandrepair/include/PhysAnalysis.hh => dna/dsbandrepair/include/Analysis.hh} (58%) rename examples/advanced/{ => dna}/dsbandrepair/include/ChemGeoImport.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/include/DetectorConstruction.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/include/DetectorConstructionMessenger.hh (100%) rename examples/advanced/{dsbandrepair/include/PhysEventAction.hh => dna/dsbandrepair/include/EventAction.hh} (91%) rename examples/advanced/{ => dna}/dsbandrepair/include/G4EmDNAChemistry_option3_Extended.hh (100%) rename examples/advanced/{dsbandrepair/include/ChemITSteppingAction.hh => dna/dsbandrepair/include/ITSteppingAction.hh} (89%) rename examples/advanced/{ => dna}/dsbandrepair/include/PhysChemIO.hh (95%) rename examples/advanced/{ => dna}/dsbandrepair/include/PhysGeoImport.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/include/PhysicsList.hh (84%) rename examples/advanced/{dsbandrepair/include/PhysPrimaryGeneratorAction.hh => dna/dsbandrepair/include/PrimaryGeneratorAction.hh} (87%) rename examples/advanced/{dsbandrepair/include/PhysRunAction.hh => dna/dsbandrepair/include/RunAction.hh} (88%) rename examples/advanced/{dsbandrepair/include/ChemStackingAction.hh => dna/dsbandrepair/include/StackingAction.hh} (89%) rename examples/advanced/{dsbandrepair/include/PhysSteppingAction.hh => dna/dsbandrepair/include/SteppingAction.hh} (76%) rename examples/advanced/{dsbandrepair/include/ChemTimeStepAction.hh => dna/dsbandrepair/include/TimeStepAction.hh} (75%) rename examples/advanced/{ => dna}/dsbandrepair/include/UserChoosingDNASolvationModel.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/include/UserMolecule.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/include/UserMoleculeGun.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/include/VoxelParameterisation.hh (100%) rename examples/advanced/{ => dna}/dsbandrepair/macros/analysis.in (96%) rename examples/advanced/{ => dna}/dsbandrepair/macros/chem.in (62%) rename examples/advanced/{ => dna}/dsbandrepair/macros/dsbandrepair.in (100%) rename examples/advanced/{ => dna}/dsbandrepair/macros/endophys.in (100%) rename examples/advanced/{ => dna}/dsbandrepair/macros/fibroblast.in (100%) rename examples/advanced/{ => dna}/dsbandrepair/macros/scripts/pilelinedsbandrepair.sh (93%) rename examples/advanced/{ => dna}/dsbandrepair/macros/scripts/slurm4dsbandrepair.sh (97%) rename examples/advanced/{ => dna}/dsbandrepair/macros/yeastphys.in (100%) rename examples/advanced/{dsbandrepair/src/ChemPhysicsMessenger.cc => dna/dsbandrepair/src/ActionInitialization.cc} (52%) rename examples/advanced/{dsbandrepair/src/PhysAnalysis.cc => dna/dsbandrepair/src/Analysis.cc} (62%) rename examples/advanced/{ => dna}/dsbandrepair/src/ChemGeoImport.cc (93%) rename examples/advanced/{ => dna}/dsbandrepair/src/DetectorConstruction.cc (96%) rename examples/advanced/{ => dna}/dsbandrepair/src/DetectorConstructionMessenger.cc (100%) rename examples/advanced/{dsbandrepair/src/PhysEventAction.cc => dna/dsbandrepair/src/EventAction.cc} (82%) rename examples/advanced/{ => dna}/dsbandrepair/src/G4EmDNAChemistry_option3_Extended.cc (99%) rename examples/advanced/{dsbandrepair/src/ChemITSteppingAction.cc => dna/dsbandrepair/src/ITSteppingAction.cc} (91%) rename examples/advanced/{ => dna}/dsbandrepair/src/PhysChemIO.cc (81%) rename examples/advanced/{ => dna}/dsbandrepair/src/PhysGeoImport.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/src/PhysicsList.cc (53%) rename examples/advanced/{dsbandrepair/src/PhysPrimaryGeneratorAction.cc => dna/dsbandrepair/src/PrimaryGeneratorAction.cc} (77%) rename examples/advanced/{dsbandrepair/src/PhysRunAction.cc => dna/dsbandrepair/src/RunAction.cc} (69%) rename examples/advanced/{dsbandrepair/src/ChemStackingAction.cc => dna/dsbandrepair/src/StackingAction.cc} (92%) rename examples/advanced/{dsbandrepair/src/PhysSteppingAction.cc => dna/dsbandrepair/src/SteppingAction.cc} (66%) rename examples/advanced/{dsbandrepair/src/ChemTimeStepAction.cc => dna/dsbandrepair/src/TimeStepAction.cc} (58%) rename examples/advanced/{ => dna}/dsbandrepair/src/UserChoosingDNASolvationModel.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/src/UserMolecule.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/src/UserMoleculeGun.cc (100%) rename examples/advanced/{ => dna}/dsbandrepair/src/VoxelParameterisation.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/.README.txt (57%) rename examples/{extended/medical => advanced}/dna/moleculardna/CMakeLists.txt (96%) rename examples/{extended/medical => advanced}/dna/moleculardna/History (67%) rename examples/{extended/medical => advanced}/dna/moleculardna/README (57%) rename examples/{extended/medical => advanced}/dna/moleculardna/createSDD.py (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/cylinders.C (100%) create mode 100644 examples/advanced/dna/moleculardna/cylinders.mac rename examples/{extended/medical => advanced}/dna/moleculardna/ecoli.C (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/ecoli.mac (50%) rename examples/{extended/medical => advanced}/dna/moleculardna/human_cell.C (100%) create mode 100644 examples/advanced/dna/moleculardna/human_cell.mac rename examples/{extended/medical => advanced}/dna/moleculardna/human_cell_HTB177.mac (57%) rename examples/{extended/medical => advanced}/dna/moleculardna/human_cell_MCF7.mac (57%) rename examples/{extended/medical => advanced}/dna/moleculardna/human_cell_alphas.C (99%) create mode 100644 examples/advanced/dna/moleculardna/human_cell_chromosomes.C create mode 100644 examples/advanced/dna/moleculardna/human_cell_chromosomes.mac create mode 100644 examples/advanced/dna/moleculardna/human_cell_chromosomes.py rename examples/{extended/medical => advanced}/dna/moleculardna/include/ActionInitialization.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/AnalysisManager.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/AnalysisMessenger.hh (100%) create mode 100644 examples/advanced/dna/moleculardna/include/BoxChromosome.hh rename examples/{extended/medical => advanced}/dna/moleculardna/include/ChemistryList.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/ChromosomeFactory.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/ChromosomeHit.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/ChromosomeMapper.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/ChromosomeMessenger.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/CylindricalChromosome.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DNAGeometry.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DNAGeometryMessenger.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DNAHashing.hh (98%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DNAHit.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DNAWorld.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DamageModel.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DamageModelMessenger.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DetectorConstruction.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/DetectorMessenger.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/EllipticalChromosome.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/EventAction.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/IRTDamageReactionModel.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/MoleculeList.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/OctreeNode.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/ParallelWorldPhysics.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/PhysicsList.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/PlacementVolumeInfo.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/PrimaryGeneratorAction.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/PrimaryGeneratorMessenger.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/PrimaryGeneratorSource.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/PrimaryGeneratorSourceGRASCSV.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/RodChromosome.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/RunAction.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/SphericalChromosome.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/StackingAction.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/SteppingAction.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/TimeStepAction.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/UtilityFunctions.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/include/VirtualChromosome.hh (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/molecular.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/moleculardna.out (95%) rename examples/{extended/medical => advanced}/dna/moleculardna/phase_space/phase_space.csv (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/phase_space/phase_space_test.mac (100%) create mode 100644 examples/advanced/dna/moleculardna/plasmid.C create mode 100644 examples/advanced/dna/moleculardna/plasmid.mac rename examples/{extended/medical => advanced}/dna/moleculardna/repair_survival_models/molecularDNArepair.py (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/repair_survival_models/molecularDNAsurvival.py (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/ActionInitialization.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/AnalysisManager.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/AnalysisMessenger.cc (100%) rename source/processes/electromagnetic/standard/src/G4SimplePsAtRestModel.cc => examples/advanced/dna/moleculardna/src/BoxChromosome.cc (55%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/ChemistryList.cc (72%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/ChromosomeFactory.cc (86%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/ChromosomeHit.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/ChromosomeMapper.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/ChromosomeMessenger.cc (91%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/CylindricalChromosome.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DNAGeometry.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DNAGeometryMessenger.cc (97%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DNAHashing.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DNAHit.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DNAWorld.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DamageModel.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DamageModelMessenger.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DetectorConstruction.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/DetectorMessenger.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/EllipticalChromosome.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/EventAction.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/IRTDamageReactionModel.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/OctreeNode.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/ParallelWorldPhysics.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/PhysicsList.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/PlacementVolumeInfo.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/PrimaryGeneratorAction.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/PrimaryGeneratorMessenger.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/PrimaryGeneratorSourceGRASCSV.cc (93%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/RodChromosome.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/RunAction.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/SphericalChromosome.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/StackingAction.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/SteppingAction.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/TimeStepAction.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/UtilityFunctions.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/src/VirtualChromosome.cc (100%) rename examples/{extended/medical => advanced}/dna/moleculardna/vis.mac (100%) delete mode 100644 examples/advanced/dsbandrepair/include/ChemPhysicsMessenger.hh delete mode 100644 examples/advanced/dsbandrepair/include/InformationKeeper.hh delete mode 100644 examples/advanced/dsbandrepair/src/ChemNtupleManager.cc delete mode 100644 examples/advanced/dsbandrepair/src/ChemPhysicsList.cc delete mode 100644 examples/advanced/dsbandrepair/src/PhysicsMessenger.cc create mode 100644 examples/advanced/eFLASH_radiotherapy/dose_longitudinal.out create mode 100644 examples/advanced/eFLASH_radiotherapy/dose_transversal.out create mode 100644 examples/advanced/eFLASH_radiotherapy/include/FlashSensitiveDetector.hh create mode 100644 examples/advanced/eFLASH_radiotherapy/src/FlashSensitiveDetector.cc create mode 100644 examples/advanced/hadrontherapy/macro/vis.mac create mode 100644 examples/advanced/underground_physics/alpha.out create mode 100644 examples/advanced/underground_physics/alpha_pmt.out create mode 100644 examples/advanced/underground_physics/gamma_1000.out create mode 100644 examples/extended/exoticphysics/channeling/ch0/.README.txt create mode 100644 examples/extended/exoticphysics/channeling/ch0/CMakeLists.txt create mode 100644 examples/extended/exoticphysics/channeling/ch0/History create mode 100644 examples/extended/exoticphysics/channeling/ch0/README rename examples/extended/exoticphysics/channeling/{ => ch0}/analysis/analyse_ch_eff.C (100%) rename examples/extended/exoticphysics/channeling/{channeling.cc => ch0/ch0.cc} (100%) rename examples/extended/exoticphysics/channeling/{channeling.out => ch0/channeling-ch0.out} (99%) rename examples/extended/exoticphysics/channeling/{ => ch0}/data/Si220pl_atd.txt (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/data/Si220pl_efx.txt (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/data/Si220pl_efy.txt (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/data/Si220pl_eld.txt (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/data/Si220pl_pot.txt (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/DetectorConstruction.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/DetectorConstructionMessenger.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/EventAction.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/G4ChannelingPhysics.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/PrimaryGeneratorAction.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/RunAction.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/SensitiveDetector.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/SensitiveDetectorHit.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/StackingAction.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/include/UserActionInitialization.hh (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/mac/2009_PLB680_129.mac (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/DetectorConstruction.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/DetectorConstructionMessenger.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/EventAction.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/G4ChannelingPhysics.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/PrimaryGeneratorAction.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/RunAction.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/SensitiveDetector.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/SensitiveDetectorHit.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/StackingAction.cc (100%) rename examples/extended/exoticphysics/channeling/{ => ch0}/src/UserActionInitialization.cc (100%) create mode 100644 examples/extended/exoticphysics/channeling/ch1/.README.txt create mode 100644 examples/extended/exoticphysics/channeling/ch1/CMakeLists.txt create mode 100644 examples/extended/exoticphysics/channeling/ch1/History create mode 100644 examples/extended/exoticphysics/channeling/ch1/README create mode 100644 examples/extended/exoticphysics/channeling/ch1/ch1.cc rename examples/extended/{visualization/userVisAction/run1.out => exoticphysics/channeling/ch1/channeling-ch1.out} (59%) rename examples/{advanced/dsbandrepair/include/ChemActionInitialization.hh => extended/exoticphysics/channeling/ch1/include/ActionInitialization.hh} (76%) create mode 100644 examples/extended/exoticphysics/channeling/ch1/include/DetectorConstruction.hh rename examples/{advanced/dsbandrepair/include/ChemPrimaryGeneratorAction.hh => extended/exoticphysics/channeling/ch1/include/PrimaryGeneratorAction.hh} (72%) rename examples/{advanced/dsbandrepair/include/ChemRunAction.hh => extended/exoticphysics/channeling/ch1/include/RunAction.hh} (79%) rename examples/{advanced/dsbandrepair/include/PhysicsMessenger.hh => extended/exoticphysics/channeling/ch1/include/SteppingAction.hh} (75%) create mode 100644 examples/extended/exoticphysics/channeling/ch1/init_vis.mac create mode 100644 examples/extended/exoticphysics/channeling/ch1/run.mac create mode 100644 examples/extended/exoticphysics/channeling/ch1/src/ActionInitialization.cc create mode 100644 examples/extended/exoticphysics/channeling/ch1/src/DetectorConstruction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch1/src/PrimaryGeneratorAction.cc rename examples/{advanced/dsbandrepair/src/InformationKeeper.cc => extended/exoticphysics/channeling/ch1/src/RunAction.cc} (58%) create mode 100644 examples/extended/exoticphysics/channeling/ch1/src/SteppingAction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch1/vis.mac create mode 100644 examples/extended/exoticphysics/channeling/ch2/.README.txt create mode 100644 examples/extended/exoticphysics/channeling/ch2/CMakeLists.txt create mode 100644 examples/extended/exoticphysics/channeling/ch2/History create mode 100644 examples/extended/exoticphysics/channeling/ch2/README create mode 100755 examples/extended/exoticphysics/channeling/ch2/analysis_ch2.py create mode 100644 examples/extended/exoticphysics/channeling/ch2/ch2.cc rename examples/extended/{visualization/userVisAction/run2.out => exoticphysics/channeling/ch2/channeling-ch2.out} (81%) create mode 100644 examples/extended/exoticphysics/channeling/ch2/include/ActionInitialization.hh create mode 100644 examples/extended/exoticphysics/channeling/ch2/include/DetectorConstruction.hh create mode 100644 examples/extended/exoticphysics/channeling/ch2/include/DetectorConstructionMessenger.hh create mode 100644 examples/extended/exoticphysics/channeling/ch2/include/PrimaryGeneratorAction.hh create mode 100644 examples/extended/exoticphysics/channeling/ch2/include/RunAction.hh rename examples/{advanced/dsbandrepair/include/ChemNtupleManager.hh => extended/exoticphysics/channeling/ch2/include/SteppingAction.hh} (73%) create mode 100644 examples/extended/exoticphysics/channeling/ch2/init_vis.mac create mode 100644 examples/extended/exoticphysics/channeling/ch2/run.mac create mode 100644 examples/extended/exoticphysics/channeling/ch2/src/ActionInitialization.cc create mode 100644 examples/extended/exoticphysics/channeling/ch2/src/DetectorConstruction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch2/src/DetectorConstructionMessenger.cc create mode 100644 examples/extended/exoticphysics/channeling/ch2/src/PrimaryGeneratorAction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch2/src/RunAction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch2/src/SteppingAction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch2/vis.mac create mode 100644 examples/extended/exoticphysics/channeling/ch3/.README.txt create mode 100644 examples/extended/exoticphysics/channeling/ch3/CMakeLists.txt create mode 100644 examples/extended/exoticphysics/channeling/ch3/History create mode 100644 examples/extended/exoticphysics/channeling/ch3/README create mode 100644 examples/extended/exoticphysics/channeling/ch3/ch3.cc create mode 100644 examples/extended/exoticphysics/channeling/ch3/channeling-ch3.out create mode 100644 examples/extended/exoticphysics/channeling/ch3/include/ActionInitialization.hh create mode 100644 examples/extended/exoticphysics/channeling/ch3/include/DetectorConstruction.hh create mode 100644 examples/extended/exoticphysics/channeling/ch3/include/PrimaryGeneratorAction.hh create mode 100644 examples/extended/exoticphysics/channeling/ch3/include/RunAction.hh create mode 100644 examples/extended/exoticphysics/channeling/ch3/include/SteppingAction.hh create mode 100644 examples/extended/exoticphysics/channeling/ch3/init_vis.mac create mode 100644 examples/extended/exoticphysics/channeling/ch3/run.mac rename examples/{advanced/dsbandrepair/src/ChemRunAction.cc => extended/exoticphysics/channeling/ch3/src/ActionInitialization.cc} (80%) create mode 100644 examples/extended/exoticphysics/channeling/ch3/src/DetectorConstruction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch3/src/PrimaryGeneratorAction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch3/src/RunAction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch3/src/SteppingAction.cc create mode 100644 examples/extended/exoticphysics/channeling/ch3/vis.mac delete mode 100644 examples/extended/exoticphysics/channeling/physval/ExExCh.root delete mode 100644 examples/extended/medical/dna/moleculardna/cylinders.mac delete mode 100644 examples/extended/medical/dna/moleculardna/human_cell.mac create mode 100644 examples/extended/parameterisations/gflash/gflash1/History create mode 100644 examples/extended/parameterisations/gflash/gflash2/History create mode 100644 examples/extended/parameterisations/gflash/gflash3/History create mode 100644 examples/extended/parameterisations/gflash/gflasha/History create mode 100644 examples/extended/parameterisations/gflash/gflasha/csi.mac delete mode 100644 examples/extended/parameterisations/gflash/gflasha/csi1.mac create mode 100644 examples/extended/parameterisations/gflash/gflasha/csiLong.mac delete mode 100644 examples/extended/parameterisations/gflash/gflasha/run01.mac delete mode 100644 examples/extended/parameterisations/gflash/gflasha/test0.mac delete mode 100644 examples/extended/parameterisations/gflash/gflasha/test1.mac create mode 100644 examples/extended/parameterisations/gflash/gflasha/testLong.mac create mode 100644 examples/extended/runAndEvent/RE03/draw.mac rename examples/extended/runAndEvent/RE03/{batchrun1.mac => run.mac} (52%) delete mode 100644 examples/extended/runAndEvent/RE03/run1.mac delete mode 100644 examples/extended/visualization/userVisAction/run1.mac delete mode 100644 examples/extended/visualization/userVisAction/run2.mac delete mode 100644 examples/extended/visualization/vtk/exampleVtk.in create mode 100644 source/analysis/accumulables/include/G4AccArray.hh create mode 100644 source/analysis/accumulables/include/G4AccArray.icc create mode 100644 source/analysis/accumulables/include/G4AccMap.hh create mode 100644 source/analysis/accumulables/include/G4AccMap.icc create mode 100644 source/analysis/accumulables/include/G4AccType.hh create mode 100644 source/analysis/accumulables/include/G4AccUnorderedMap.hh create mode 100644 source/analysis/accumulables/include/G4AccUnorderedMap.icc create mode 100644 source/analysis/accumulables/include/G4AccValue.hh rename source/analysis/accumulables/include/{G4Accumulable.icc => G4AccValue.icc} (69%) create mode 100644 source/analysis/accumulables/include/G4AccVector.hh create mode 100644 source/analysis/accumulables/include/G4AccVector.icc delete mode 100644 source/externals/ptl/include/PTL/Backtrace.hh rename source/externals/ptl/include/PTL/{TBBTaskGroup.hh => ConsumeParameters.hh} (69%) create mode 100644 source/externals/ptl/include/PTL/GetEnv.hh create mode 100644 source/externals/ptl/include/PTL/Macros.hh create mode 100644 source/externals/ptl/include/PTL/ScopeDestructor.hh delete mode 100644 source/externals/ptl/include/PTL/Singleton.hh delete mode 100644 source/externals/ptl/include/PTL/Timer.hh delete mode 100644 source/externals/ptl/include/PTL/Utility.hh rename source/externals/ptl/include/PTL/{Globals.hh => detail/CxxBackports.hh} (71%) delete mode 100644 source/externals/ptl/src/Timer.cc create mode 100644 source/parameterisations/channeling/include/G4CoherentPairProduction.hh create mode 100644 source/parameterisations/channeling/src/G4CoherentPairProduction.cc create mode 100644 source/particles/bosons/include/G4ChargedUnknownParticle.hh create mode 100644 source/particles/bosons/src/G4ChargedUnknownParticle.cc create mode 100644 source/physics_lists/constructors/electromagnetic/include/G4ChargedUnknownPhysics.hh create mode 100644 source/physics_lists/constructors/electromagnetic/src/G4ChargedUnknownPhysics.cc create mode 100644 source/physics_lists/constructors/gamma_lepto_nuclear/include/G4CoherentPairProductionPhysics.hh create mode 100644 source/physics_lists/constructors/gamma_lepto_nuclear/src/G4CoherentPairProductionPhysics.cc create mode 100644 source/physics_lists/constructors/hadron_inelastic/include/G4URRNeutrons.hh create mode 100644 source/physics_lists/constructors/hadron_inelastic/src/G4URRNeutrons.cc rename examples/advanced/dsbandrepair/include/ChemPhysicsList.hh => source/processes/electromagnetic/highenergy/include/G4DynamicParticleFluctuation.hh (54%) create mode 100644 source/processes/electromagnetic/highenergy/include/G4DynamicParticleIonisation.hh create mode 100644 source/processes/electromagnetic/highenergy/include/G4DynamicParticleMSC.hh create mode 100644 source/processes/electromagnetic/highenergy/src/G4DynamicParticleFluctuation.cc create mode 100644 source/processes/electromagnetic/highenergy/src/G4DynamicParticleIonisation.cc create mode 100644 source/processes/electromagnetic/highenergy/src/G4DynamicParticleMSC.cc create mode 100644 source/processes/electromagnetic/muons/include/G4RiGeAngularGenerator.hh create mode 100644 source/processes/electromagnetic/muons/include/G4RiGeMuPairProductionModel.hh create mode 100644 source/processes/electromagnetic/muons/src/G4RiGeAngularGenerator.cc create mode 100644 source/processes/electromagnetic/muons/src/G4RiGeMuPairProductionModel.cc rename source/processes/electromagnetic/standard/include/{G4SimplePsAtRestModel.hh => G4PolarizedOrePowellAtRestModel.hh} (72%) rename source/processes/electromagnetic/standard/include/{G4eplusTo2GammaOKVIModel.hh => G4eplusTo2or3GammaModel.hh} (91%) create mode 100644 source/processes/electromagnetic/standard/src/G4PolarizedOrePowellAtRestModel.cc rename source/processes/electromagnetic/standard/src/{G4eplusTo2GammaOKVIModel.cc => G4eplusTo2or3GammaModel.cc} (92%) create mode 100644 source/processes/electromagnetic/utils/include/G4EmElementXS.hh create mode 100644 source/processes/electromagnetic/utils/src/G4EmElementXS.cc create mode 100644 source/processes/hadronic/cross_sections/include/G4InterfaceToXS.hh create mode 100644 source/processes/hadronic/cross_sections/src/G4InterfaceToXS.cc create mode 100644 source/tracking/include/G4ClonedRichTrajectory.hh create mode 100644 source/tracking/include/G4ClonedRichTrajectoryPoint.hh create mode 100644 source/tracking/include/G4ClonedSmoothTrajectory.hh create mode 100644 source/tracking/include/G4ClonedSmoothTrajectoryPoint.hh create mode 100644 source/tracking/include/G4ClonedTrajectory.hh create mode 100644 source/tracking/include/G4ClonedTrajectoryPoint.hh create mode 100644 source/tracking/src/G4ClonedRichTrajectory.cc create mode 100644 source/tracking/src/G4ClonedRichTrajectoryPoint.cc create mode 100644 source/tracking/src/G4ClonedSmoothTrajectory.cc create mode 100644 source/tracking/src/G4ClonedSmoothTrajectoryPoint.cc create mode 100644 source/tracking/src/G4ClonedTrajectory.cc create mode 100644 source/tracking/src/G4ClonedTrajectoryPoint.cc diff --git a/ReleaseNotes/Beta4.11.3-1.txt b/ReleaseNotes/Beta4.11.3-1.txt index da310c91e26..9d4c29e95f4 100644 --- a/ReleaseNotes/Beta4.11.3-1.txt +++ b/ReleaseNotes/Beta4.11.3-1.txt @@ -133,10 +133,11 @@ List of features and fixes included in this Beta release since 11.2.p02: o Minor cleanup in QSS classes. + management: o Added new capability to run voxel optimisation in threads in MT mode. - Parallelises only over volumes. The user must currently call - G4GeometryManager::RequestParallelOptimisation(optimise, verbose) to - use it. Set 'verbose=true' to obtain statistics on the volumes with - biggest contribution to memory size and CPU time for voxelisation. + Parallelises only over volumes. The user can call the method + RequestParallelOptimisation(optimise, verbose) from G4GeometryManager + to turn it on/off. Set 'verbose=true' to obtain statistics on the + volumes with biggest contribution to memory size and CPU time for + voxelisation. New method BuildOptimisationsParallel() can be called by G4WorkerRunManager to initialise. New method ReportVoxelInfo() to write out for verification. Checked with simple and complex/large diff --git a/ReleaseNotes/ReleaseNotes.11.3.html b/ReleaseNotes/ReleaseNotes.11.3.html new file mode 100644 index 00000000000..b73f6e986a5 --- /dev/null +++ b/ReleaseNotes/ReleaseNotes.11.3.html @@ -0,0 +1,2424 @@ + + +Geant4 11.3 Release Notes + + + +

+
+

+ +

+ +Geant4 11.3 Release Notes + + + + +
+ +December 6th, 2024 + +
+ +

+


+

+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

+
    +
  1. Supported and Tested Platforms
  2. +
  3. Supported CLHEP, VecGeom and PTL versions
  4. +
  5. Items for migration of the user code
  6. +
  7. New Developments and Capabilities
  8. +
  9. Expected effects on physics and performance
  10. +
  11. Known Run-Time Problems and Limitations
  12. +
  13. Compilation Warnings
  14. +
  15. Geant4 Software License
  16. +
  17. Detailed list of changes and fixes
  18. +
+ +

+ +
+ + + +

1. Supported and Tested Platforms

+ +Platforms: + + +More verified and tested configurations (64 bits): + + +

+ +
+ + + +

2. Supported CLHEP, VecGeom and PTL versions

+ +This release of Geant4 has been verified with +CLHEP, release 2.4.7.1. +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.
+A configuration option allows a Geant4 installation to use the +VecGeom Library +primitives, to replace the original Geant4 solids.
+VecGeom version 2.0.0-rc3 or 1.2.10 can be adopted when using +such configuration.
+PTL version 3.0.1 or later is required for external installation of the +PTL tasking library.
+CMake 3.16 is the minimum version required to build Geant4. + +

+ +
+ + + +

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 +

+ + +

+Analysis + + +

+Electromagnetic and optical physics +

+ + +

+Hadronic physics +

+ + +

+Run + + +

+Visualization and Modeling +

+ + +

+Data Sets +

+ + + +
+ + + +

4. New Developments and Capabilities

+ +General + + +Analysis + + +Geometry & Field + + +Materials + + +Electromagnetic physics + + +Hadronic physics + + +Physics Lists + + +Visualization and Interfaces + + +Examples + + + +
+ + + +

5. Expected effects on physics and computing performance

+ +Electromagnetic physics + + +Hadronic physics + + +

+ +
+ + + +

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 +https://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

+ + + +

Analysis

+ + + +

Digitization & Hits

+ + + +

Electromagnetic Processes

+ + + +

Error Propagation

+ + + +

Event

+ + + +

Externals

+ + + +

General Processes

+ + + +

Geometry

+ + + +

Global

+ + + +

Graphical Representations

+ + + +

Hadronic Processes

+ + + +

Intercoms

+ + + +

Interfaces

+ + + +

Materials

+ + + +

Parameterisations

+ + + +

Particles

+ + + +

Persistency

+ + + +

Physics lists

+ + + +

Readout

+ + + +

Run

+ + + +

Track & Tracking

+ + + +

Visualization

+ + + +

Data sets

+ + + +

Examples

+ + + +
+ + + diff --git a/cmake/History b/cmake/History index 5e9c1def58c..81000224eb6 100644 --- a/cmake/History +++ b/cmake/History @@ -6,6 +6,61 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-11-25 Ben Morgan (cmake-V11-02-30) +- Bump RadioactiveDecay dataset version to 6.1.2 + - Fixes Issue #237 + +## 2024-11-19 Ben Morgan (cmake-V11-02-29) +- Bump RadioactiveDecay dataset version to 6.1.1 + +## 2024-11-08 Ben Morgan (cmake-V11-02-28) +- Bump dataset versions: + - PhotonEvaporation 6.1 + - RadioactiveDecay 6.1 + - Fixes Issue 234 + +## 2024-10-30 Ben Morgan (cmake-V11-02-27) +- Ensure sanitizer flags are forwarded to the linker when using Xcode, and all + linker flags are forwarded to builds of tests done by geant4_add_test. + - Fixes Issue #227 + +## 2024-10-02 Ben Morgan (cmake-V11-02-26) +- Bump URRPT dataset version to 1.1 + - Fixes Issue #228 + +## 2024-09-25 Ben Morgan (cmake-V11-02-25) +- Default GEANT4_INSTALL_PACKAGE_CACHE to OFF + - This file is highly unstable on macOS and SPack installs, and causes more problems + for most users than it solves. + +## 2024-09-24 Ben Morgan (cmake-V11-02-24) +- Support running example build-and-run tests in Xcode + - Part of Issue #227 + +## 2024-09-23 Gunter Folger (cmake-V11-02-23) +- Bump dataset version: + - RadioactiveDecay 6.0.1 + - Fixes Issue #226 + +## 2024-09-19 Ben Morgan (cmake-V11-02-22) +- Bump dataset versions: + - G4ENSDFSTATE 3.0 + - PhotonEvaporation 6.0 + - RadioactiveDecay 6.0 + - Fixes Issue #224 + +## 2024-08-28 Ben Morgan (cmake-V11-02-21) +- Bump G4EMLOW dataset version to 8.6.1 + +## 2024-08-27 Ben Morgan (cmake-V11-02-20) +- Add new G4CHANNELING dataset to support channeling physics processes/models. + +## 2024-06-24 Ben Morgan (cmake-V11-02-19) +- Simplify CMake/CTest functions and settings + - Move geant4_add_test function to dedicated module, retiring "UseGeant4_internal" + file + - Reduce oversetting of Geant4_DIR variable for use by tests + ## 2024-06-07 Ben Morgan (cmake-V11-02-18) - Add optional install of new URRPT data model - Fixes Issue #217 diff --git a/cmake/Modules/G4BuildSettings.cmake b/cmake/Modules/G4BuildSettings.cmake index be4b7cb7efb..4883a17505d 100644 --- a/cmake/Modules/G4BuildSettings.cmake +++ b/cmake/Modules/G4BuildSettings.cmake @@ -271,7 +271,14 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|.*Clang") # Add flags - longer term, make compile/link options # frame pointer flag to get more meaningful stack traces # May need others for better/reliable output - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-omit-frame-pointer -fsanitize=${GEANT4_BUILD_SANITIZER}") + set(__geant4_sanitizer_flags "-fno-omit-frame-pointer -fsanitize=${GEANT4_BUILD_SANITIZER}") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${__geant4_sanitizer_flags}") + # Xcode does not forward CXX_FLAGS to the linker, and sanitizer link flags need propagating to final + # link steps + if(CMAKE_GENERATOR MATCHES Xcode) + set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${__geant4_sanitizer_flags}") + set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${__geant4_sanitizer_flags}") + endif() geant4_add_feature(GEANT4_BUILD_SANITIZER "Compiling/linking with sanitizer '${GEANT4_BUILD_SANITIZER}'") endif() diff --git a/cmake/Modules/G4CTest.cmake b/cmake/Modules/G4CTest.cmake index 7d59b854d22..ec30329f4a4 100644 --- a/cmake/Modules/G4CTest.cmake +++ b/cmake/Modules/G4CTest.cmake @@ -14,10 +14,15 @@ if(GEANT4_ENABLE_TESTING) # - Core CTest enable_testing() include(CTest) + include(G4TestAPI) # - Geant4_DIR is needed to locate GeantConfig.cmake file required - # by tests and examples - set(Geant4_DIR ${PROJECT_BINARY_DIR} CACHE PATH "Current build directory") + # for tests and examples that are built as direct subprojects + # (as opposed to "build-and-test" type situations) + set(Geant4_DIR ${PROJECT_BINARY_DIR}) + + # - Base URL for test reference files + set(GEANT4_TEST_REFERENCES_URL "http://cern.ch/geant4-data/stt/references/") # - Add datasets to testing environment geant4_get_datasetnames(_dslist) @@ -27,18 +32,13 @@ if(GEANT4_ENABLE_TESTING) list(APPEND GEANT4_TEST_ENVIRONMENT ${_dsenvvar}=${_dspath}) endforeach() - # - Add base URL for test reference files - set(GEANT4_TEST_REFERENCES_URL "http://cern.ch/geant4-data/stt/references/" CACHE - STRING "base URL for test reference files") - mark_as_advanced(GEANT4_TEST_REFERENCES_URL) - - # - Add TOOLS_FONT_PATH if freetype enabled + # - Add TOOLS_FONT_PATH to testing environment if required if(GEANT4_USE_FREETYPE) list(APPEND GEANT4_TEST_ENVIRONMENT TOOLS_FONT_PATH=${PROJECT_SOURCE_DIR}/source/externals/g4tools/fonts) endif() # - Configure 'G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default)' - # to use TBB + # to use TBB if required if(GEANT4_BUILD_MULTITHREADED AND GEANT4_USE_TBB) list(APPEND GEANT4_TEST_ENVIRONMENT G4RUN_MANAGER_TYPE=TBB) endif() diff --git a/cmake/Modules/G4ConfigureCMakeHelpers.cmake b/cmake/Modules/G4ConfigureCMakeHelpers.cmake index 65c52a07f0d..96afd42a39a 100644 --- a/cmake/Modules/G4ConfigureCMakeHelpers.cmake +++ b/cmake/Modules/G4ConfigureCMakeHelpers.cmake @@ -206,12 +206,6 @@ configure_file( COPYONLY ) -configure_file( - ${PROJECT_SOURCE_DIR}/cmake/Templates/UseGeant4_internal.cmake - ${PROJECT_BINARY_DIR}/UseGeant4_internal.cmake - COPYONLY - ) - #----------------------------------------------------------------------- # - Generate Install Tree Configuration Files #----------------------------------------------------------------------- @@ -272,8 +266,9 @@ install(FILES COMPONENT Development ) -# Install the package settings file if required (always for now) -option(GEANT4_INSTALL_PACKAGE_CACHE "Install file recording build-time locations of required packages" ON) +# Install the package settings file if required +# Default to OFF because it's a hand-holding solution that hinders more than helps. +option(GEANT4_INSTALL_PACKAGE_CACHE "Install file recording build-time locations of required packages" OFF) mark_as_advanced(GEANT4_INSTALL_PACKAGE_CACHE) if(GEANT4_INSTALL_PACKAGE_CACHE) install(FILES ${PROJECT_BINARY_DIR}/Geant4PackageCache.cmake diff --git a/cmake/Modules/G4DatasetDefinitions.cmake b/cmake/Modules/G4DatasetDefinitions.cmake index 31f62f4faf8..97e66c84dc2 100644 --- a/cmake/Modules/G4DatasetDefinitions.cmake +++ b/cmake/Modules/G4DatasetDefinitions.cmake @@ -18,31 +18,31 @@ geant4_add_dataset( # - Low energy electromagnetics geant4_add_dataset( NAME G4EMLOW - VERSION 8.6 + VERSION 8.6.1 FILENAME G4EMLOW EXTENSION tar.gz ENVVAR G4LEDATA - MD5SUM 080576674061a0649629649879655bb9 + MD5SUM 9db67a37acc3eae9b0ffdace41a23b74 ) # - Photon evaporation geant4_add_dataset( NAME PhotonEvaporation - VERSION 5.7 + VERSION 6.1 FILENAME G4PhotonEvaporation EXTENSION tar.gz ENVVAR G4LEVELGAMMADATA - MD5SUM 81ff27deb23af4aa225423e6b3a06b39 + MD5SUM 92d68b937cdad0fd49892a66878863de ) # - Radioisotopes geant4_add_dataset( NAME RadioactiveDecay - VERSION 5.6 + VERSION 6.1.2 FILENAME G4RadioactiveDecay EXTENSION tar.gz ENVVAR G4RADIOACTIVEDATA - MD5SUM acc1dbeb87b6b708b2874ced729a3a8f + MD5SUM 20d494f73d4bddabd7fab5c06a58895c ) # - Particle XS - replaces Neutron XS @@ -109,11 +109,21 @@ geant4_add_dataset( # - ENSDFSTATE geant4_add_dataset( NAME G4ENSDFSTATE - VERSION 2.3 + VERSION 3.0 FILENAME G4ENSDFSTATE EXTENSION tar.gz ENVVAR G4ENSDFSTATEDATA - MD5SUM 6f18fce8f217e7aaeaa3711be9b2c7bf + MD5SUM c500728534ce3e9fb2fefa0112eb3a74 + ) + +# - Channeling +geant4_add_dataset( + NAME G4CHANNELING + VERSION 1.0 + FILENAME G4CHANNELING + EXTENSION tar.gz + ENVVAR G4CHANNELINGDATA + MD5SUM b2f692ec7109418c6354ea1ecbc62da7 ) # - TENDL @@ -153,10 +163,10 @@ mark_as_advanced(GEANT4_INSTALL_DATASETS_URRPT) if(GEANT4_INSTALL_DATASETS_URRPT) geant4_add_dataset( NAME G4URRPT - VERSION 1.0 + VERSION 1.1 FILENAME G4URRPT EXTENSION tar.gz ENVVAR G4URRPTDATA - MD5SUM acc94698e4199455b4fac33c3384ccb4 + MD5SUM ec9a2acb0745c8bfb6365ca3434bd3b8 ) endif() diff --git a/cmake/Templates/UseGeant4_internal.cmake b/cmake/Modules/G4TestAPI.cmake similarity index 89% rename from cmake/Templates/UseGeant4_internal.cmake rename to cmake/Modules/G4TestAPI.cmake index 377ca9fa025..3fc94cf13b4 100644 --- a/cmake/Templates/UseGeant4_internal.cmake +++ b/cmake/Modules/G4TestAPI.cmake @@ -1,10 +1,3 @@ -# - Internal Use file for Geant4 -# This file is designed for inclusion by the UseGeant4.cmake file, but -# only in the build tree. It contains functions and macros that are only -# intended to help in building the Geant4 tests. -# -# IT SHOULD NOT BE INSTALLED! - #----------------------------------------------------------------------- # Special internal functions for building tests. #----------------------------------------------------------------------- @@ -23,11 +16,6 @@ # [LABELS label1 label2 ...]) # function(geant4_add_test test) - if(NOT CMAKE_PROJECT_NAME STREQUAL Geant4) - message(WARNING "geant4_add_test is only for internal Geant4 usage, test '${test}' is disabled") - return() - endif() - cmake_parse_arguments(ARG "DEBUG" "TIMEOUT;BUILD;OUTPUT;ERROR;SOURCE_DIR;BINARY_DIR;PROJECT;PASSREGEX;FAILREGEX;WORKING_DIRECTORY" @@ -38,19 +26,31 @@ function(geant4_add_test test) set(_cfg $/) endif() + # ARG_BUILD is treated as "zero or one" + # zero arg: build everything + # one arg: just that target + if(ARG_BUILD OR "BUILD" IN_LIST ARG_KEYWORDS_MISSING_VALUES) + set(_is_build_test TRUE) + endif() + # COMMAND AND BUILD: split test # - In this case, we have to create a -build and a -run test with the latter depending on the former # NOT COMMAND AND BUILD: pure build # COMMAND AND NOT BUILD: pure test - if(ARG_COMMAND AND ARG_BUILD) + if(ARG_COMMAND AND _is_build_test) set(_is_split_test TRUE) endif() + # Supplying a PROJECT argument is now a deprecation warning and will be removed + if(ARG_PROJECT) + message(WARNING "Test '${test}' uses the deprecated 'PROJECT' argument to 'geant4_add_test'. This argument is obsolete") + endif() + #- Handle COMMAND argument list(LENGTH ARG_COMMAND _len) if(_len LESS 1) - if(NOT ARG_BUILD) - message(FATAL_ERROR "GEANT4_ADD_TEST: command is mandatory (without build)") + if(NOT _is_build_test) + message(FATAL_ERROR "geant4_add_test: COMMAND argument is mandatory when BUILD argument is not supplied") endif() else() list(GET ARG_COMMAND 0 _prg) @@ -125,20 +125,13 @@ function(geant4_add_test test) set(_command ${_command} -P ${_driver}) #- Now we can actually add the test - if(ARG_BUILD) + if(_is_build_test) if(NOT ARG_SOURCE_DIR) set(ARG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) endif() if(NOT ARG_BINARY_DIR) set(ARG_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) endif() - if(NOT ARG_PROJECT) - if(NOT PROJECT_NAME STREQUAL "Geant4") - set(ARG_PROJECT ${PROJECT_NAME}) - else() - set(ARG_PROJECT ${ARG_BUILD}) - endif() - endif() set(__build_test_name "${test}") set(__run_test_name "") @@ -148,6 +141,10 @@ function(geant4_add_test test) set(__run_test_name "${test}") endif() + if(ARG_BUILD) + set(__build_argument --build-target ${ARG_BUILD}) + endif() + # Build part of the test # Again, note that we scope Geant4_DIR to Geant4_BINARY_DIR so we don't accidentally pickup # local or higher scopes @@ -155,8 +152,7 @@ function(geant4_add_test test) --build-and-test ${ARG_SOURCE_DIR} ${ARG_BINARY_DIR} --build-generator ${CMAKE_GENERATOR} --build-makeprogram ${CMAKE_MAKE_PROGRAM} - --build-target ${ARG_BUILD} - --build-project ${ARG_PROJECT} + ${__build_argument} --build-config $ --build-noclean --build-options @@ -175,9 +171,11 @@ function(geant4_add_test test) -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -DCMAKE_CXX_FLAGS_FULLRELWITHDEBINFO=${CMAKE_CXX_FLAGS_FULLRELWITHDEBINFO} + -DCMAKE_EXE_LINKER_FLAGS=${CMAKE_EXE_LINKER_FLAGS} + -DCMAKE_SHARED_LINKER_FLAGS=${CMAKE_SHARED_LINKER_FLAGS} + -DCMAKE_STATIC_LINKER_FLAGS=${CMAKE_STATIC_LINKER_FLAGS} -DCMAKE_DISABLE_FIND_PACKAGE_ROOT=$ ) - set_property(TEST ${__build_test_name} PROPERTY ENVIRONMENT Geant4_DIR=${Geant4_BINARY_DIR}) # Build part of the test should have additional regex, and *must* have same labels if(ARG_FAILREGEX) diff --git a/cmake/Templates/UseGeant4.cmake b/cmake/Templates/UseGeant4.cmake index 3b407227c1f..ed984b29f30 100644 --- a/cmake/Templates/UseGeant4.cmake +++ b/cmake/Templates/UseGeant4.cmake @@ -1,12 +1,6 @@ # - Use file for Geant4 -# -# Optional inclusion of internal Use file. This file can contain -# variables, functions and macros for strict internal use in Geant4, -# such as building and running validation tests. -# -include(${CMAKE_CURRENT_LIST_DIR}/UseGeant4_internal.cmake OPTIONAL) - # Add Module directory so that examples can use internal "FindXXX" # modules. Appended to minimize any conflict with consumer project # settings +# DEPRECATED: Only needed by certain examples list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules) diff --git a/examples/History b/examples/History index 410c72de7fd..74bd2bd5c81 100644 --- a/examples/History +++ b/examples/History @@ -6,6 +6,49 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-12-06 Gabriele Cosmo (examples-V11-03-00) +- Updated reference outputs according to reference tag geant4-11-03-ref-00. +- Included tags: doxygen-V11-02-01, dsbandrepair-V11-02-03, ch3-V11-02-00, + molecularDNA-V11-02-13, eFLASH_radiotherapy-V11-02-02, + exp_microdosimetry-V11-02-00, channelingExamples-V11-02-03, + hadrontherapy-V11-02-03, chem3-V11-02-02, FlukaCern-V11-02-01, + exampleRE03-V11-02-01, exampleRE07-V11-02-01. + +## 2024-10-31 Gabriele Cosmo (examples-V11-02-09) +- Updated reference outputs according to reference tag geant4-11-02-ref-09. +- Included tags: exadvanced-V11-02-01, addna-V11-02-00, dsbandrepair-V11-02-02, + cellularPhantom-V11-02-01, molecularDNA-V11-02-10, + xraytel-V11-02-00, testem1-V11-02-01, testem3-V11-02-02, + testem11-V11-02-01, channelingExamples-V11-02-01, + fieldex01-V11-02-02, fieldex02-V11-02-02, fieldex03-V11-02-03, + fieldex04-V11-02-01, exdna-V11-02-02, chem4-V11-02-01, + chem6-V11-02-02, dnadamage2-V11-02-00, dnaphysics-V11-02-04, + microdosimetry-V11-02-02, microprox-V11-02-01, mfp-V11-02-02, + microyz-V11-02-02, range-V11-02-01, scavenger-V11-02-00, + slowing-V11-02-01, spower-V11-02-02, svalue-V11-02-01, + wvalue-V11-02-01, UHDR-V11-02-04, exgflasha-V11-02-02, + expar04-V11-02-03, exampleRE05-V11-02-01, + exam-ext-vis-standalone-V11-02-01. + +## 2024-09-27 Gabriele Cosmo (examples-V11-02-08) +- Updated reference outputs according to reference tag geant4-11-02-ref-08. +- Included tags: eRosita-V11-02-00, exbasic-V11-02-04, AnaEx03-V11-02-00, + HepMCEx01-V11-02-01, fieldex01-V11-02-01, fieldex02-V11-02-01, + fieldex03-V11-02-02, fieldex04-V11-02-00, fieldex05-V11-02-00, + fieldex06-V11-02-00, chem1-V11-02-00, chem2-V11-02-00, + chem3-V11-02-01, chem4-V11-02-00, exam-ext-vis-UVA-V11-02-00, + microyz-V11-02-01, molecularDNA-V11-02-05, chem5-V11-02-00, + exampleRE05-V11-02-00, exam-ext-vis-vtk-V11-02-01. + +## 2024-08-30 Gabriele Cosmo (examples-V11-02-07) +- Updated reference outputs according to reference tag geant4-11-02-ref-07. +- Included tags: eFLASH_radiotherapy-V11-02-01, hadrontherapy-V11-02-02, + fastAerosol-V11-02-00,STCyclotron-V11-02-00, exbasic-V11-02-02, + exampleB1-V11-02-00, exampleB3-V11-02-00, GB06-V11-02-00, + analysisExample-V11-02-00, exam-ext-vis-vtk-V11-02-00, + molecularDNA-V11-02-02, radiobiology-V11-02-00, + expol01-V11-02-00. + ## 2024-06-28 Gabriele Cosmo (examples-V11-02-06) - Updated reference outputs according to reference tag geant4-11-02-ref-06. - Included tags: doxygen-V11-02-00, exadvanced-V11-02-00, dsbandrepair-V11-02-00, diff --git a/examples/advanced/CMakeLists.txt b/examples/advanced/CMakeLists.txt index 7009222ab55..da123a52e93 100644 --- a/examples/advanced/CMakeLists.txt +++ b/examples/advanced/CMakeLists.txt @@ -50,4 +50,5 @@ add_subdirectory(STCyclotron) add_subdirectory(HGCal_testbeam) add_subdirectory(ICRP110_HumanPhantoms) add_subdirectory(ICRP145_HumanPhantoms) -add_subdirectory(dsbandrepair) +add_subdirectory(dna/dsbandrepair) +add_subdirectory(dna/moleculardna) diff --git a/examples/advanced/CaTS/CaTS.out b/examples/advanced/CaTS/CaTS.out index 914dd6cab46..aeef4c32058 100644 --- a/examples/advanced/CaTS/CaTS.out +++ b/examples/advanced/CaTS/CaTS.out @@ -38,7 +38,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -92,10 +92,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -266,7 +269,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -748,7 +751,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -773,9 +776,9 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= writing Event: 0 -TimeTotal> 5.799 2.970 +TimeTotal> 16.787 2.800 diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out index ad9a5e33798..4c797ed25dc 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -53,23 +53,20 @@ Stripping off GDML names of materials, solids and volumes ... /event/verbose 0 /particle/select eta /particle/property/decay/select 0 -Particle is not selected yet !! Command ignored. /particle/property/decay/br 1 -Particle is not selected yet !! Command ignored. /particle/property/decay/select 1 -Particle is not selected yet !! Command ignored. /particle/property/decay/br 0 -Particle is not selected yet !! Command ignored. /particle/property/decay/select 2 -Particle is not selected yet !! Command ignored. /particle/property/decay/br 0 -Particle is not selected yet !! Command ignored. /particle/property/decay/select 3 -Particle is not selected yet !! Command ignored. /particle/property/decay/br 0 -Particle is not selected yet !! Command ignored. /particle/property/decay/dump -Particle is not selected yet !! Command ignored. +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 @@ -140,10 +137,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -314,7 +314,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -799,7 +799,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -824,7 +824,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -904,606 +904,606 @@ Index : 9 used in the geometry : Yes ================================================================== ### Run 0 starts. -Event 186 +Event 535 --- Track Points - monitor : pi- [1,bp] 728.4 MeV : 0.7555 -1.513 -0.125 cm [-0.01238, -0.00131, 0.9999] - target : pi- [1,bp] 727.9 MeV : 3.545 3.527 -1.584 cm [-0.6507, -0.7593, -0.002071] - : eta [6,op] 370.4 MeV : 1.617 1.277 -1.59 cm [-0.5367, -0.7952, -0.2824] - : neutron [7,np] 389.9 MeV : 1.617 1.277 -1.59 cm [-0.7031, -0.6608, 0.2626] - : pi0 [10,opdp] 205.8 MeV : 1.617 1.277 -1.59 cm [-0.07104, -0.6244, -0.7779] - : pi0 [8,opdp] 100.3 MeV : 1.617 1.277 -1.59 cm [-0.09346, -0.9503, -0.297] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid + monitor : pi- [1,bp] 730.1 MeV : 1.965 -1.011 -0.125 cm [-0.004281, -0.02012, 0.9998] + target : pi- [1,bp] 729.5 MeV : 4.39 2.394 -1.619 cm [-0.6465, -0.7627, -0.01876] + : eta [4,op] 225.6 MeV : 2.581 0.2598 -1.671 cm [-0.1628, -0.9861, 0.0342] + : neutron [5,np] 548.3 MeV : 2.581 0.2598 -1.671 cm [-0.7939, -0.6068, -0.03953] + : gamma [7,opdp] 355.7 MeV : 2.581 0.2598 -1.671 cm [0.5205, -0.8535, -0.02563] + : gamma [6,opdp] 236.8 MeV : 2.581 0.2598 -1.671 cm [-0.9368, 0.3426, 0.07107] + vc (l) : gamma [7,opdp] 355.7 MeV : 8.917 -3.165 -0.25 cm [0.111, -0.02563, 0.9935] + vc (r) : gamma [6,opdp] 236.8 MeV : -6.363 2.705 -0.25 cm [-0.08842, 0.07107, 0.9935] + cal (l) : gamma [7,opdp] 355.7 MeV : 9.056 -3.197 -15 cm [0.111, -0.02563, 0.9935] + cal (r) : gamma [6,opdp] 236.8 MeV : -6.475 2.794 -15 cm [-0.08842, 0.07107, 0.9935] --- - angle between the eta decay products : 33.7998 deg + angle between the eta decay products : 141.422 deg --- Triggered angular ranges: - 3 [ 0.6000, 0.4000) + 8 [-0.4000, -0.6000) --- Production model data: - Incident particle (LAB) : pi- -7.3609 -2.1714 726.9956 MeV -- 740.3117 MeV - (SCM) : pi- -4.5649 -1.3466 450.8497 MeV -- 471.9830 MeV + Incident particle (LAB) : pi- -4.7499 -13.9610 728.6772 MeV -- 742.0699 MeV + (SCM) : pi- -2.9435 -8.6517 451.5673 MeV -- 472.7328 MeV Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 4.5649 1.3466 -450.8497 MeV -- 1.0410 GeV - Output particle (LAB) : eta 37.0458 -104.5811 353.3820 MeV -- 661.3178 MeV - (SCM) : eta 39.8717 -103.7475 74.2841 MeV -- 563.9363 MeV - Nucleus output particle (LAB) : neutron -44.4067 102.4097 373.6136 MeV -- 1.0173 GeV - (SCM) : neutron -39.8717 103.7475 -74.2841 MeV -- 949.0282 MeV + (SCM) : proton 2.9435 8.6517 -451.5673 MeV -- 1.0413 GeV + Output particle (LAB) : eta 114.8520 7.7143 194.0166 MeV -- 592.4911 MeV + (SCM) : eta 116.5725 12.7714 -69.9333 MeV -- 564.6200 MeV + Nucleus output particle (LAB) : neutron -119.6018 -21.6753 534.6606 MeV -- 1.0879 GeV + (SCM) : neutron -116.5725 -12.7714 69.9333 MeV -- 949.4346 MeV --- Reconstructed data: -- entry points: - left: 0.914634 4.60775 -15 cm - right: -0.229673 -2.25201 -15 cm + left: 8.95239 -2.26069 -15 cm + right: -7.68589 2.58061 -15 cm target: 0 0 0 fm - -- the angle: 131.129 deg - -- mass of the output particle: 196.609 MeV - -- mass of the nucleus output particle: 1.31801 GeV + -- the angle: 145.813 deg + -- mass of the output particle: 518.683 MeV + -- mass of the nucleus output particle: 968.03 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 2.5423 4.3586 89.2241 MeV -- 215.9666 MeV - (SCM) : eta 2.5423 4.3586 -5.0343 MeV -- 196.7384 MeV - Nucleus output particle (LAB) : neutron -2.5423 -4.3586 640.7759 MeV -- 1.4655 GeV - (SCM) : neutron -2.5423 -4.3586 5.0343 MeV -- 1.3180 GeV + Output particle (LAB) : eta 107.4588 -2.9300 161.6823 MeV -- 553.8316 MeV + (SCM) : eta 107.4588 -2.9300 -87.4253 MeV -- 536.8719 MeV + Nucleus output particle (LAB) : neutron -107.4588 2.9300 568.3177 MeV -- 1.1277 GeV + (SCM) : neutron -107.4588 2.9300 87.4253 MeV -- 977.8967 MeV -- triggered angular ranges: 9 [-0.6000, -0.8000) --- Energy Deposit - monitor : 378.825 keV + monitor : 386.57 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 109.223 MeV - 0 4.401 3.974 7.682 0 0 - 0 0 52.4 40.16 0 0 - 0 0 0.385 0.2235 0 0 - 0 0 0 0 0 0 - cal (r) : 106.744 MeV + cal (l) : 332.268 MeV + 2.702 0 0 0 0 0 + 1.178 7.25 2.163 0.5327 0 0 + 7.177 285.9 16.01 0 0 0 + 3.418 5.598 0.3732 0 0 0 + cal (r) : 221.564 MeV + 0 0 0 0.9046 3.396 0.459 + 0 0 1.458 6.058 200.8 0.4837 + 0 0 0.4 3.227 2.076 2.3 0 0 0 0 0 0 - 0 0 2.12 5.235 0 0 - 0 0 42.72 55.7 0 0 - 0 0 0.6878 0.2842 0 0 -Event 3710 +Event 2104 --- Track Points - monitor : pi- [1,bp] 731.2 MeV : -1.319 3.626 -1.25 mm [0.005139, -0.007701, 1] - target : pi- [1,bp] 730.2 MeV : 3.243 3.806 0.1326 cm [-0.6391, -0.7691, -0.00868] - : eta [3,op] 284.9 MeV : -1.115 -1.437 0.07347 cm [-0.5558, -0.678, -0.481] - : neutron [4,np] 496.5 MeV : -1.115 -1.437 0.07347 cm [-0.6194, -0.7393, 0.2641] - : pi0 [7,opdp] 208.8 MeV : -1.115 -1.437 0.07347 cm [0.09376, -0.993, 0.07153] - : pi0 [5,opdp] 144.8 MeV : -1.115 -1.437 0.07347 cm [-0.5905, -0.1341, -0.7958] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid + monitor : pi- [1,bp] 737 MeV : -3.414 -5.163 -1.25 mm [0.00409, 0.01064, 0.9999] + target : pi- [1,bp] 735.1 MeV : 3.039 3.971 -0.2005 cm [-0.6394, -0.7688, 0.01098] + : eta [10,op] 272 MeV : -2.419 -2.592 -0.1067 cm [-0.9422, -0.3351, -0.005996] + : neutron [11,np] 517.9 MeV : -2.419 -2.592 -0.1067 cm [-0.4116, -0.9112, 0.01828] + : gamma [13,opdp] 234.2 MeV : -2.419 -2.592 -0.1067 cm [0.4345, -0.9002, -0.02795] + : gamma [12,opdp] 377.5 MeV : -2.419 -2.592 -0.1067 cm [-0.9483, 0.317, 0.01302] + vc (l) : gamma [13,opdp] 234.2 MeV : -2.523 -1.712 -0.25 cm [0.01331, -0.02795, 0.9995] + vc (r) : gamma [12,opdp] 377.5 MeV : -3.462 6.377 -2.5 mm [-0.06078, 0.01302, 0.9981] + cal (l) : gamma [13,opdp] 234.2 MeV : -2.506 -1.747 -15 cm [0.01331, -0.02795, 0.9995] + cal (r) : gamma [12,opdp] 377.5 MeV : -0.4223 0.654 -15 cm [-0.06078, 0.01302, 0.9981] --- - angle between the eta decay products : 88.8057 deg + angle between the eta decay products : 134.251 deg --- Triggered angular ranges: - 6 [ 0.0000, -0.2000) + 7 [-0.2000, -0.4000) --- Production model data: - Incident particle (LAB) : pi- 3.2369 -5.8981 728.6554 MeV -- 741.9324 MeV - (SCM) : pi- 2.0060 -3.6553 451.5791 MeV -- 472.6742 MeV + Incident particle (LAB) : pi- 2.3070 7.8372 732.9973 MeV -- 746.2115 MeV + (SCM) : pi- 1.4272 4.8486 453.4764 MeV -- 474.4957 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -2.0060 3.6553 -451.5791 MeV -- 1.0413 GeV - Output particle (LAB) : eta 2.8695 -137.0297 249.7533 MeV -- 617.5070 MeV - (SCM) : eta 1.6716 -134.8470 -19.9015 MeV -- 564.5665 MeV - Nucleus output particle (LAB) : neutron 0.3674 131.1316 478.9020 MeV -- 1.0627 GeV - (SCM) : neutron -1.6716 134.8470 19.9015 MeV -- 949.4028 MeV + (SCM) : proton -1.4272 -4.8486 -453.4764 MeV -- 1.0421 GeV + Output particle (LAB) : eta -137.7217 -1.6308 234.5213 MeV -- 611.6559 MeV + (SCM) : eta -138.5706 -4.5146 -35.1937 MeV -- 566.2275 MeV + Nucleus output particle (LAB) : neutron 140.0287 9.4680 498.4760 MeV -- 1.0728 GeV + (SCM) : neutron 138.5706 4.5146 35.1937 MeV -- 950.3914 MeV --- Reconstructed data: -- entry points: - left: -9.01958 -6.04121 -15 cm - right: -4.05232 0.238606 -15 cm + left: -4.23117 -1.66486 -15 cm + right: -2.98226 0.275906 -15 cm target: 0 0 0 fm - -- the angle: 125.143 deg - -- mass of the output particle: 208.664 MeV - -- mass of the nucleus output particle: 1.29094 GeV + -- the angle: 128.803 deg + -- mass of the output particle: 497.025 MeV + -- mass of the nucleus output particle: 965.691 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 71.0523 -16.9903 124.5732 MeV -- 253.7642 MeV - (SCM) : eta 71.0523 -16.9903 15.9901 MeV -- 221.6607 MeV - Nucleus output particle (LAB) : neutron -71.0523 16.9903 605.4268 MeV -- 1.4277 GeV - (SCM) : neutron -71.0523 16.9903 -15.9901 MeV -- 1.2931 GeV + Output particle (LAB) : eta -186.6677 -3.6551 241.1024 MeV -- 583.1147 MeV + (SCM) : eta -186.6677 -3.6551 -13.3759 MeV -- 531.1038 MeV + Nucleus output particle (LAB) : neutron 186.6677 3.6551 488.8976 MeV -- 1.0984 GeV + (SCM) : neutron 186.6677 3.6551 13.3759 MeV -- 983.6648 MeV -- triggered angular ranges: - 4 [ 0.4000, 0.2000) + 6 [ 0.0000, -0.2000) --- Energy Deposit - monitor : 889.969 keV + monitor : 534.931 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 174.652 MeV - 0 0 0 0 0 0 - 0 0 0 0 0.9582 1.493 - 0 0 0 0.874 42.91 0 - 0 0 0 3.143 122.8 2.447 - cal (r) : 79.1118 MeV - 0 0 0 0 0 0.1427 - 0 0 0.3424 24.08 1.436 0.3935 - 0 0 0 52.72 0 0 - 0 0 0 0 0 0 -Event 4703 + cal (l) : 196.31 MeV + 0 0 0 0 0 1.395 + 0 0 0.3729 8.112 0.03617 0 + 0 0 0.1637 180.1 5.478 0 + 0 0 0 0.1939 0.4293 0 + cal (r) : 386.804 MeV + 0 0 0 0.936 0 0 + 0 0.3926 26.39 272.6 9.834 5.629 + 0.9161 0.3541 7.403 51.1 3.899 0 + 0 0 1.657 0.6686 0 4.987 +Event 3941 --- Track Points - monitor : pi- [1,bp] 736.9 MeV : 1.022 -0.2286 -0.125 cm [0.009561, -0.01798, 0.9998] - target : pi- [1,bp] 736.4 MeV : 4.127 2.823 -0.7487 cm [-0.6344, -0.7728, -0.018] - : eta [5,op] 405.1 MeV : -1.653 -4.201 -0.9078 cm [-0.7949, -0.6052, 0.04272] - : neutron [6,np] 353.3 MeV : -1.653 -4.201 -0.9078 cm [-0.4087, -0.9087, -0.08505] - : pi0 [9,opdp] 265.8 MeV : -1.653 -4.201 -0.9078 cm [-0.7945, -0.5352, 0.2869] - : pi0 [7,opdp] 112.6 MeV : -1.653 -4.201 -0.9078 cm [0.2992, -0.9537, 0.0316] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid + monitor : pi- [1,bp] 730.1 MeV : 0.9645 -1.138 -0.125 cm [-0.01506, -0.01048, 0.9998] + target : pi- [1,bp] 729.6 MeV : 3.532 3.539 -1.516 cm [-0.6565, -0.7542, -0.0135] + : eta [3,op] 410.3 MeV : 1.094 0.7379 -1.566 cm [-0.7587, -0.6483, -0.06426] + : neutron [4,np] 329.4 MeV : 1.094 0.7379 -1.566 cm [-0.5076, -0.8603, 0.04756] + : gamma [6,opdp] 300.5 MeV : 1.094 0.7379 -1.566 cm [0.238, -0.9705, -0.03913] + : gamma [5,opdp] 383.9 MeV : 1.094 0.7379 -1.566 cm [-0.997, 0.06691, -0.03804] + vc (l) : gamma [6,opdp] 300.5 MeV : -10.39 -3.92 -0.25 cm [-0.1944, -0.03913, 0.9801] + vc (r) : gamma [5,opdp] 383.9 MeV : 10.77 -3.879 -0.25 cm [0.1934, -0.03804, 0.9804] + cal (l) : gamma [6,opdp] 300.5 MeV : -10.64 -3.969 -15 cm [-0.1944, -0.03913, 0.9801] + cal (r) : gamma [5,opdp] 383.9 MeV : 11.01 -3.927 -15 cm [0.1934, -0.03804, 0.9804] --- - angle between the eta decay products : 73.6383 deg + angle between the eta decay products : 107.503 deg --- Triggered angular ranges: - 2 [ 0.8000, 0.6000) + 1 [ 1.0000, 0.8000) --- Production model data: - Incident particle (LAB) : pi- 6.6879 -12.7418 733.6233 MeV -- 746.9204 MeV - (SCM) : pi- 4.1364 -7.8806 453.7325 MeV -- 474.7970 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -4.1364 7.8806 -453.7325 MeV -- 1.0423 GeV - Output particle (LAB) : eta -89.0793 17.3085 394.8335 MeV -- 681.3816 MeV - (SCM) : eta -91.6855 22.2739 108.9480 MeV -- 566.5022 MeV - Nucleus output particle (LAB) : neutron 95.7673 -30.0503 338.7898 MeV -- 1.0038 GeV - (SCM) : neutron 91.6855 -22.2739 -108.9480 MeV -- 950.5552 MeV + Incident particle (LAB) : pi- -13.4004 -10.6973 728.3481 MeV -- 741.7984 MeV + (SCM) : pi- -8.3053 -6.6299 451.4135 MeV -- 472.6171 MeV + Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 8.3053 6.6299 -451.4135 MeV -- 1.0413 GeV + Output particle (LAB) : eta -67.4641 -26.3613 403.8070 MeV -- 684.4408 MeV + (SCM) : eta -62.2240 -22.1783 118.9960 MeV -- 564.5144 MeV + Nucleus output particle (LAB) : neutron 54.0637 15.6640 324.5411 MeV -- 995.6296 MeV + (SCM) : neutron 62.2240 22.1783 -118.9960 MeV -- 949.3718 MeV --- Reconstructed data: -- entry points: - left: -9.26494 1.53201 -15 cm - right: 9.98358 -2.35875 -15 cm + left: -12.3251 -3.29446 -15 cm + right: 11.526 -3.18269 -15 cm target: 0 0 0 fm - -- the angle: 111.811 deg - -- mass of the output particle: 239.666 MeV - -- mass of the nucleus output particle: 1.27092 GeV + -- the angle: 107.299 deg + -- mass of the output particle: 561.407 MeV + -- mass of the nucleus output particle: 923.54 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 -6.1977 -2.2361 162.3326 MeV -- 289.5429 MeV - (SCM) : eta -6.1977 -2.2361 40.6631 MeV -- 243.1804 MeV - Nucleus output particle (LAB) : neutron 6.1977 2.2361 567.6674 MeV -- 1.3920 GeV - (SCM) : neutron 6.1977 2.2361 -40.6631 MeV -- 1.2716 GeV + Output particle (LAB) : eta -70.7587 -37.0477 414.0786 MeV -- 702.1522 MeV + (SCM) : eta -70.7587 -37.0477 121.2725 MeV -- 579.8825 MeV + Nucleus output particle (LAB) : neutron 70.7587 37.0477 315.9214 MeV -- 979.3424 MeV + (SCM) : neutron 70.7587 37.0477 -121.2725 MeV -- 934.8862 MeV -- triggered angular ranges: 1 [ 1.0000, 0.8000) --- Energy Deposit - monitor : 390.905 keV + monitor : 423.013 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 140.423 MeV - 0 0 0 0 1.205 1.045 - 0 0 0 3.169 123.7 2.065 - 0 0 0 0.3744 6.484 0 - 0 0 0 0 1.561 0.7988 - cal (r) : 149.12 MeV - 0 0.7857 0 0 0 0 - 4.591 0.8675 0 0 0 0 - 5.16 134.9 0 0.1014 0 0 - 1.739 0.2133 0 0.7124 0 0 -Event 6372 + cal (l) : 308.812 MeV + 0 0 0 0 0 1.155 + 0 0 0 1.4 0 0.8391 + 0 0 0 0.3913 90.47 193.9 + 0 0 0 0 2.661 17.99 + cal (r) : 393.34 MeV + 0.541 0.8797 0 0 0 0 + 3.696 2.876 0 0 0 0 + 205.3 156.9 0 0 0 0 + 6.43 15.13 0.9914 0.5961 0 0 +Event 5026 --- Track Points - monitor : pi- [1,bp] 727.7 MeV : -1.596 1.043 -0.125 cm [-0.008435, 0.001135, 1] - target : pi- [1,bp] 727.1 MeV : 1.593 4.74 1.064 cm [-0.6486, -0.7611, 0.001314] - : eta [5,op] 309.3 MeV : -3.337 -1.045 1.074 cm [-0.388, -0.8615, -0.3276] - : neutron [6,np] 463.5 MeV : -3.337 -1.045 1.074 cm [-0.7553, -0.6167, 0.2218] - : pi0 [9,opdp] 145.7 MeV : -3.337 -1.045 1.074 cm [-0.732, -0.02027, -0.681] - : pi0 [7,opdp] 94.09 MeV : -3.337 -1.045 1.074 cm [-0.495, -0.5031, 0.7085] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid + monitor : pi- [1,bp] 720.1 MeV : 1.078 0.6358 -0.125 cm [-0.006609, -0.01065, 0.9999] + target : pi- [1,bp] 719.6 MeV : 3.873 3.162 0.2908 cm [-0.6461, -0.7632, -0.0114] + : eta [7,op] 315.1 MeV : 9.398 -3.076 2.4 mm [-0.3204, -0.9463, -0.04298] + : neutron [8,np] 440.3 MeV : 9.398 -3.076 2.4 mm [-0.8226, -0.5685, 0.01209] + : gamma [10,opdp] 251 MeV : 9.398 -3.076 2.4 mm [-0.9741, 0.2179, -0.06089] + : gamma [9,opdp] 381 MeV : 9.398 -3.076 2.4 mm [0.3768, -0.9263, 0.004577] + vc (l) : gamma [9,opdp] 381 MeV : -2.183 0.5061 -0.25 cm [-0.04996, 0.004577, 0.9987] + vc (r) : gamma [10,opdp] 251 MeV : 2.545 -3.408 -0.25 cm [0.04159, -0.06089, 0.9973] + cal (l) : gamma [9,opdp] 381 MeV : -2.246 0.5119 -15 cm [-0.04996, 0.004577, 0.9987] + cal (r) : gamma [10,opdp] 251 MeV : 2.597 -3.484 -15 cm [0.04159, -0.06089, 0.9973] --- - angle between the eta decay products : 96.3146 deg + angle between the eta decay products : 124.693 deg --- Triggered angular ranges: - 5 [ 0.2000, 0.0000) + 4 [ 0.4000, 0.2000) --- Production model data: - Incident particle (LAB) : pi- -5.1249 1.4563 725.1693 MeV -- 738.4976 MeV - (SCM) : pi- -3.1806 0.9038 450.0519 MeV -- 471.2085 MeV - Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 3.1806 -0.9038 -450.0519 MeV -- 1.0406 GeV - Output particle (LAB) : eta 79.3200 -101.3152 281.2114 MeV -- 629.1177 MeV - (SCM) : eta 81.2364 -101.8598 10.0417 MeV -- 563.2303 MeV - Nucleus output particle (LAB) : neutron -84.4449 102.7715 443.9579 MeV -- 1.0477 GeV - (SCM) : neutron -81.2364 101.8598 -10.0417 MeV -- 948.6088 MeV + Incident particle (LAB) : pi- -2.2509 -8.2216 717.8584 MeV -- 731.3502 MeV + (SCM) : pi- -1.4010 -5.1175 446.8276 MeV -- 468.1483 MeV + Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 1.4010 5.1175 -446.8276 MeV -- 1.0392 GeV + Output particle (LAB) : eta 114.3156 -13.5430 293.3219 MeV -- 632.0142 MeV + (SCM) : eta 115.1604 -10.4571 23.8825 MeV -- 560.4413 MeV + Nucleus output particle (LAB) : neutron -116.5665 5.3213 424.5365 MeV -- 1.0376 GeV + (SCM) : neutron -115.1604 10.4571 -23.8825 MeV -- 946.9555 MeV --- Reconstructed data: -- entry points: - left: 12.2759 2.44502 -15 cm - right: 3.991 -3.3957 -15 cm + left: 0.302587 0.218373 -15 cm + right: 4.54371 -2.94022 -15 cm target: 0 0 0 fm - -- the angle: 137.799 deg - -- mass of the output particle: 178.165 MeV - -- mass of the nucleus output particle: 1.33522 GeV + -- the angle: 125.921 deg + -- mass of the output particle: 528.532 MeV + -- mass of the nucleus output particle: 974.709 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 12.2649 -1.4181 67.7106 MeV -- 190.9968 MeV - (SCM) : eta 12.2649 -1.4181 -16.8822 MeV -- 179.3880 MeV - Nucleus output particle (LAB) : neutron -12.2649 1.4181 662.2894 MeV -- 1.4905 GeV - (SCM) : neutron -12.2649 1.4181 16.8822 MeV -- 1.3354 GeV + Output particle (LAB) : eta 87.8820 -11.2832 268.9474 MeV -- 599.6080 MeV + (SCM) : eta 87.8820 -11.2832 9.5854 MeV -- 535.9934 MeV + Nucleus output particle (LAB) : neutron -87.8820 11.2832 461.0526 MeV -- 1.0819 GeV + (SCM) : neutron -87.8820 11.2832 -9.5854 MeV -- 978.7752 MeV -- triggered angular ranges: - 10 [-0.8000, -1.0000) + 5 [ 0.2000, 0.0000) --- Energy Deposit - monitor : 532.058 keV + monitor : 391.181 keV vc (l) : 0 eV - vc (r) : 82.7704 keV - cal (l) : 97.1245 MeV - 0.2736 0.2713 0 0 0 0 - 51.19 41.52 0 0 0 0 - 3.096 0.78 0 0 0 0 - 0 0 0 0 0 0 - cal (r) : 93.8723 MeV - 0 0.2766 0 0 0 0 - 0 1.699 0.5495 0.3587 0 0 - 0.2133 2.953 80.01 0 0 0 - 0 2.307 4.53 0.1817 0.7955 0 -Event 7707 + vc (r) : 0 eV + cal (l) : 342.854 MeV + 0 0.6898 2.732 0.4682 0 0 + 0.5553 1.797 48.27 158 0.4823 0 + 1.63 0 15.2 106.4 0.1569 0 + 0 0.5794 3.004 2.905 0 0 + cal (r) : 256.754 MeV + 0 0.3548 0 0 0 0 + 0 3.209 2.773 0 0 0 + 0 24.83 215.7 0.3364 0 0 + 0.4607 0 8.474 0.5967 0 0 +Event 5532 --- Track Points - monitor : pi- [1,bp] 723.7 MeV : -1.31 -1.125 -0.125 cm [-0.01132, -0.0171, 0.9998] - target : pi- [1,bp] 723.1 MeV : 1.765 4.678 -1.553 cm [-0.6514, -0.7586, -0.01417] - : eta [5,op] 362 MeV : -1.257 1.159 -1.619 cm [-0.8406, -0.541, -0.02829] - : neutron [6,np] 389.1 MeV : -1.257 1.159 -1.619 cm [-0.4263, -0.9046, -0.0009744] - : gamma [8,opdp] 408.3 MeV : -1.257 1.159 -1.619 cm [-0.9966, 0.07432, -0.03599] - : gamma [7,opdp] 248.4 MeV : -1.257 1.159 -1.619 cm [0.4129, -0.9106, 0.01792] - vc (l) : gamma [7,opdp] 248.4 MeV : -1.291 -0.5379 -0.25 cm [-0.01063, 0.01792, 0.9998] - vc (r) : gamma [8,opdp] 408.3 MeV : 10.06 -3.717 -0.25 cm [0.1862, -0.03599, 0.9819] - cal (l) : gamma [7,opdp] 248.4 MeV : -1.304 -0.5155 -15 cm [-0.01063, 0.01792, 0.9998] - cal (r) : gamma [8,opdp] 408.3 MeV : 10.29 -3.763 -15 cm [0.1862, -0.03599, 0.9819] + monitor : pi- [1,bp] 728.1 MeV : 0.9728 -1.669 -0.125 cm [-0.01032, 0.009694, 0.9999] + target : pi- [1,bp] 727.2 MeV : 3.693 3.37 -1.346 cm [-0.6504, -0.7595, 0.01134] + : eta [3,op] 325.4 MeV : -0.8638 -1.95 -1.267 cm [-0.8771, -0.4561, 0.1507] + : neutron [4,np] 445.6 MeV : -0.8638 -1.95 -1.267 cm [-0.417, -0.9048, -0.08678] + : gamma [6,opdp] 243.4 MeV : -0.8638 -1.95 -1.267 cm [0.4065, -0.9134, 0.02197] + : gamma [5,opdp] 393.8 MeV : -0.8638 -1.95 -1.267 cm [-0.9759, 0.1877, 0.1109] + vc (l) : gamma [6,opdp] 243.4 MeV : -2.615 -0.006746 -0.25 cm [-0.01756, 0.02197, 0.9996] + vc (r) : gamma [5,opdp] 393.8 MeV : 6.308 5.27 -0.25 cm [0.07128, 0.1109, 0.9913] + cal (l) : gamma [6,opdp] 243.4 MeV : -2.637 0.02072 -15 cm [-0.01756, 0.02197, 0.9996] + cal (r) : gamma [5,opdp] 393.8 MeV : 6.398 5.41 -15 cm [0.07128, 0.1109, 0.9913] --- - angle between the eta decay products : 118.672 deg + angle between the eta decay products : 124.455 deg --- Triggered angular ranges: - 3 [ 0.6000, 0.4000) + 5 [ 0.2000, 0.0000) --- Production model data: - Incident particle (LAB) : pi- -8.0596 -10.6220 721.8452 MeV -- 735.3353 MeV - (SCM) : pi- -5.0084 -6.6008 448.5716 MeV -- 469.8563 MeV - Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 5.0084 6.6008 -448.5716 MeV -- 1.0400 GeV - Output particle (LAB) : eta -107.2293 -10.2429 345.6464 MeV -- 656.6789 MeV - (SCM) : eta -104.1440 -6.1767 69.3151 MeV -- 561.9978 MeV - Nucleus output particle (LAB) : neutron 99.1697 -0.3791 376.1988 MeV -- 1.0169 GeV - (SCM) : neutron 104.1440 6.1767 -69.3151 MeV -- 947.8775 MeV + Incident particle (LAB) : pi- -6.3958 10.3543 725.3913 MeV -- 738.7967 MeV + (SCM) : pi- -3.9688 6.4252 450.1344 MeV -- 471.3362 MeV + Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 3.9688 -6.4252 -450.1344 MeV -- 1.0407 GeV + Output particle (LAB) : eta -123.2078 49.0255 297.1071 MeV -- 637.1884 MeV + (SCM) : eta -120.8001 45.1276 24.0333 MeV -- 563.3467 MeV + Nucleus output particle (LAB) : neutron 116.8121 -38.6712 428.2842 MeV -- 1.0399 GeV + (SCM) : neutron 120.8001 -45.1276 -24.0333 MeV -- 948.6779 MeV --- Reconstructed data: -- entry points: - left: -2.35255 0.258224 -15 cm - right: 10.1519 -1.2569 -15 cm + left: -4.67476 -0.52625 -15 cm + right: 7.92497 7.22525 -15 cm target: 0 0 0 fm - -- the angle: 118.15 deg - -- mass of the output particle: 525.87 MeV - -- mass of the nucleus output particle: 966.64 MeV + -- the angle: 117.872 deg + -- mass of the output particle: 524.225 MeV + -- mass of the nucleus output particle: 953.026 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 -105.6564 -6.9987 331.4773 MeV -- 630.5784 MeV - (SCM) : eta -105.6564 -6.9987 64.0726 MeV -- 540.2380 MeV - Nucleus output particle (LAB) : neutron 105.6564 6.9987 398.5227 MeV -- 1.0509 GeV - (SCM) : neutron 105.6564 6.9987 -64.0726 MeV -- 974.5306 MeV + Output particle (LAB) : eta -141.7245 46.3548 330.6557 MeV -- 637.4791 MeV + (SCM) : eta -141.7245 46.3548 59.8349 MeV -- 548.2943 MeV + Nucleus output particle (LAB) : neutron 141.7245 -46.3548 399.3443 MeV -- 1.0440 GeV + (SCM) : neutron 141.7245 -46.3548 -59.8349 MeV -- 966.4744 MeV -- triggered angular ranges: - 3 [ 0.6000, 0.4000) + 4 [ 0.4000, 0.2000) --- Energy Deposit - monitor : 429.472 keV + monitor : 712.665 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 241.396 MeV - 0.5472 0 1.274 2.015 1.139 0 - 0 0.339 5.458 50.77 2.229 0 - 0 0 2.529 170.2 3.336 0.3405 - 0 0 0.6964 0.4827 0 0 - cal (r) : 389.182 MeV - 5.344 1.113 0.6392 1.143 0 0 - 4.353 7.639 5.367 0 0 0 - 103.9 247.9 2.963 0 0 0 - 2.537 5.905 0.3914 0 0 0 -Event 9690 + cal (l) : 229.509 MeV + 0 0 0 1.122 1.315 0 + 0 0 1.6 116.5 5.155 1.607 + 0 0 5.684 82.25 4.804 1.225 + 0 0 0 5.474 0.938 1.838 + cal (r) : 407.97 MeV + 11.86 324 20.49 1.183 0.7081 0 + 1.38 45.6 1.898 0.2054 0 0 + 0 0.656 0 0 0 0 + 0 0 0 0 0 0 +Event 5835 --- Track Points - monitor : pi- [1,bp] 734.3 MeV : 0.2036 1.116 -0.125 cm [0.007938, -0.001153, 1] - target : pi- [1,bp] 733.9 MeV : 3.561 3.51 1.08 cm [-0.6355, -0.7721, -0.002082] - : eta [6,op] 181.6 MeV : -0.8613 -1.863 1.065 cm [-0.9386, -0.3372, 0.07284] - : neutron [7,np] 583.8 MeV : -0.8613 -1.863 1.065 cm [-0.5056, -0.8623, -0.02662] - : gamma [9,opdp] 331.7 MeV : -0.8613 -1.863 1.065 cm [-0.8929, 0.4502, 0.006008] - : gamma [8,opdp] 245.5 MeV : -0.8613 -1.863 1.065 cm [0.5121, -0.8577, 0.04576] - vc (l) : gamma [8,opdp] 245.5 MeV : 4.307 3.71 -0.25 cm [0.1017, 0.04576, 0.9938] - vc (r) : gamma [9,opdp] 331.7 MeV : -10.13 1.424 -0.25 cm [-0.2038, 0.006008, 0.979] - cal (l) : gamma [8,opdp] 245.5 MeV : 4.435 3.767 -15 cm [0.1017, 0.04576, 0.9938] - cal (r) : gamma [9,opdp] 331.7 MeV : -10.39 1.431 -15 cm [-0.2038, 0.006008, 0.979] + monitor : pi- [1,bp] 731.2 MeV : 1.468 -0.4614 -0.125 cm [0.01476, 0.01014, 0.9998] + target : pi- [1,bp] 730.6 MeV : 4.422 2.334 -0.2597 cm [-0.6322, -0.7748, 0.00558] + : eta [5,op] 266.8 MeV : 1.594 -1.124 -0.2319 cm [-0.1678, -0.9836, 0.06623] + : neutron [6,np] 515.2 MeV : 1.594 -1.124 -0.2319 cm [-0.8099, -0.5861, -0.02308] + : gamma [8,opdp] 242.8 MeV : 1.594 -1.124 -0.2319 cm [-0.9786, 0.1959, -0.06305] + : gamma [7,opdp] 366.6 MeV : 1.594 -1.124 -0.2319 cm [0.5261, -0.8456, 0.08997] + vc (l) : gamma [7,opdp] 366.6 MeV : 7.862 4.96 -0.25 cm [0.1194, 0.08997, 0.9888] + vc (r) : gamma [8,opdp] 242.8 MeV : 4.57 -4.067 -0.25 cm [0.06408, -0.06305, 0.996] + cal (l) : gamma [7,opdp] 366.6 MeV : 8.013 5.073 -15 cm [0.1194, 0.08997, 0.9888] + cal (r) : gamma [8,opdp] 242.8 MeV : 4.651 -4.146 -15 cm [0.06408, -0.06305, 0.996] --- - angle between the eta decay products : 147.473 deg + angle between the eta decay products : 133.328 deg --- Triggered angular ranges: - 9 [-0.6000, -0.8000) + 7 [-0.2000, -0.4000) --- Production model data: - Incident particle (LAB) : pi- 6.2645 -2.3143 731.8361 MeV -- 745.0560 MeV - (SCM) : pi- 3.8774 -1.4324 452.9716 MeV -- 474.0044 MeV + Incident particle (LAB) : pi- 8.7976 5.7767 729.3561 MeV -- 742.6647 MeV + (SCM) : pi- 5.4506 3.5790 451.8780 MeV -- 472.9863 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -3.8774 1.4324 -452.9716 MeV -- 1.0419 GeV - Output particle (LAB) : eta -91.2101 13.2270 156.4615 MeV -- 577.1717 MeV - (SCM) : eta -93.4481 14.0538 -104.9928 MeV -- 565.7794 MeV - Nucleus output particle (LAB) : neutron 97.4746 -15.5413 575.3746 MeV -- 1.1062 GeV - (SCM) : neutron 93.4481 -14.0538 104.9928 MeV -- 950.1245 MeV + (SCM) : proton -5.4506 -3.5790 -451.8780 MeV -- 1.0414 GeV + Output particle (LAB) : eta 134.3855 17.6694 229.7951 MeV -- 609.3687 MeV + (SCM) : eta 131.1526 15.5466 -38.2261 MeV -- 564.8510 MeV + Nucleus output particle (LAB) : neutron -125.5879 -11.8928 499.5610 MeV -- 1.0716 GeV + (SCM) : neutron -131.1526 -15.5466 38.2261 MeV -- 949.5720 MeV --- Reconstructed data: -- entry points: - left: 6.33586 2.86491 -15 cm - right: -9.07209 2.56639 -15 cm + left: 7.95622 3.2431 -15 cm + right: 6.46891 -4.896 -15 cm target: 0 0 0 fm - -- the angle: 144.266 deg - -- mass of the output particle: 533.358 MeV - -- mass of the nucleus output particle: 960.359 MeV + -- the angle: 131.493 deg + -- mass of the output particle: 486.154 MeV + -- mass of the nucleus output particle: 1.00487 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 -82.8180 25.1882 170.1223 MeV -- 566.4853 MeV - (SCM) : eta -82.8180 25.1882 -84.1545 MeV -- 546.8509 MeV - Nucleus output particle (LAB) : neutron 82.8180 -25.1882 559.8777 MeV -- 1.1150 GeV - (SCM) : neutron 82.8180 -25.1882 84.1545 MeV -- 967.9177 MeV + Output particle (LAB) : eta 122.1830 -0.3577 210.1020 MeV -- 543.5229 MeV + (SCM) : eta 122.1830 -0.3577 -28.7082 MeV -- 502.0941 MeV + Nucleus output particle (LAB) : neutron -122.1830 0.3577 519.8980 MeV -- 1.1380 GeV + (SCM) : neutron -122.1830 0.3577 28.7082 MeV -- 1.0127 GeV -- triggered angular ranges: - 9 [-0.6000, -0.8000) + 7 [-0.2000, -0.4000) --- Energy Deposit - monitor : 357.355 keV + monitor : 434.3 keV vc (l) : 0 eV - vc (r) : 164.523 keV - cal (l) : 241.783 MeV - 0 22.6 1.416 0 0 0 - 1.352 109.9 97.77 0.8049 0 0 - 0.6524 4.757 1.946 0.01089 0.003128 0 - 0 0 0.1699 0 0.4496 0 - cal (r) : 324.702 MeV - 0 0 0 2.52 0.9359 1.976 - 0 0 5.041 8.473 252 46.2 - 0 0 0 0.3204 5.176 1.114 - 0 0 0 0 0.3953 0.5509 -Event 10258 + vc (r) : 0 eV + cal (l) : 324.432 MeV + 3.867 53.03 1.211 0 0 0 + 15.36 237.8 4.804 0 1.771 0 + 0 0 0.1599 0 0.2682 0 + 0 4.315 1.356 0 0.4935 0 + cal (r) : 219.091 MeV + 0 0 0 0 0 0 + 0 0 0 0 0 0 + 1.915 78.58 107.4 0.3045 0 0 + 3.519 12.95 14.14 0.2942 0 0 +Event 9173 --- Track Points - monitor : pi- [1,bp] 729.2 MeV : 0.5492 7.24 -1.25 mm [-0.0005108, 0.003705, 1] - target : pi- [1,bp] 728.6 MeV : 3.27 3.782 0.8473 cm [-0.6415, -0.7671, 0.003899] - : eta [3,op] 305.1 MeV : 1.662 1.859 0.8571 cm [-0.4375, -0.8003, 0.4101] - : neutron [4,np] 474.4 MeV : 1.662 1.859 0.8571 cm [-0.703, -0.6629, -0.2576] - : pi0 [7,opdp] 198.6 MeV : 1.662 1.859 0.8571 cm [0.2489, -0.9568, 0.1501] - : pi0 [5,opdp] 161.7 MeV : 1.662 1.859 0.8571 cm [-0.9148, 0.2679, 0.3024] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid + monitor : pi- [1,bp] 738.3 MeV : -0.243 1.113 -0.125 cm [-0.0005352, 0.01233, 0.9999] + target : pi- [1,bp] 737.7 MeV : 3.035 3.973 1.483 cm [-0.6428, -0.766, 0.01232] + : eta [3,op] 364.5 MeV : 2.292 3.088 1.497 cm [-0.3121, -0.9468, -0.07819] + : neutron [4,np] 423.8 MeV : 2.292 3.088 1.497 cm [-0.8511, -0.5175, 0.08838] + : gamma [6,opdp] 231.5 MeV : 2.292 3.088 1.497 cm [-0.952, 0.2926, -0.09012] + : gamma [5,opdp] 426.5 MeV : 2.292 3.088 1.497 cm [0.2501, -0.968, -0.0179] + vc (l) : gamma [5,opdp] 426.5 MeV : -7.859 0.3938 -0.25 cm [-0.1824, -0.0179, 0.9831] + vc (r) : gamma [6,opdp] 231.5 MeV : -5.766 -3.951 -0.25 cm [-0.03621, -0.09012, 0.9953] + cal (l) : gamma [5,opdp] 426.5 MeV : -8.091 0.371 -15 cm [-0.1824, -0.0179, 0.9831] + cal (r) : gamma [6,opdp] 231.5 MeV : -5.811 -4.064 -15 cm [-0.03621, -0.09012, 0.9953] --- - angle between the eta decay products : 116.015 deg + angle between the eta decay products : 121.314 deg --- Triggered angular ranges: - 5 [ 0.2000, 0.0000) + 4 [ 0.4000, 0.2000) --- Production model data: - Incident particle (LAB) : pi- 1.3686 2.9548 728.0702 MeV -- 741.3344 MeV - (SCM) : pi- 0.8484 1.8317 451.3270 MeV -- 472.4193 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -0.8484 -1.8317 -451.3270 MeV -- 1.0412 GeV - Output particle (LAB) : eta 54.6984 125.1285 272.8349 MeV -- 627.0891 MeV - (SCM) : eta 54.1877 124.0260 1.1832 MeV -- 564.3341 MeV - Nucleus output particle (LAB) : neutron -53.3298 -122.1737 455.2353 MeV -- 1.0525 GeV - (SCM) : neutron -54.1877 -124.0260 -1.1832 MeV -- 949.2646 MeV + Incident particle (LAB) : pi- -0.5974 8.9510 737.3252 MeV -- 750.4723 MeV + (SCM) : pi- -0.3690 5.5280 455.3631 MeV -- 476.3046 MeV + Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.3690 -5.5280 -455.3631 MeV -- 1.0429 GeV + Output particle (LAB) : eta 134.7048 -28.5003 337.4956 MeV -- 658.0377 MeV + (SCM) : eta 134.9331 -31.9209 55.7316 MeV -- 567.8773 MeV + Nucleus output particle (LAB) : neutron -135.3022 37.4513 399.8296 MeV -- 1.0307 GeV + (SCM) : neutron -134.9331 31.9209 -55.7316 MeV -- 951.3753 MeV --- Reconstructed data: -- entry points: - left: -11.1734 -4.40543 -15 cm - right: -4.402 2.94333 -15 cm + left: -10.6792 -0.139026 -15 cm + right: -5.48147 -3.79428 -15 cm target: 0 0 0 fm - -- the angle: 123.745 deg - -- mass of the output particle: 273.248 MeV - -- mass of the nucleus output particle: 1.24064 GeV + -- the angle: 125.038 deg + -- mass of the output particle: 582.991 MeV + -- mass of the nucleus output particle: 911.609 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 10.6516 -5.6612 149.4950 MeV -- 311.7028 MeV - (SCM) : eta 10.6516 -5.6612 15.7331 MeV -- 273.9660 MeV - Nucleus output particle (LAB) : neutron -10.6516 5.6612 580.5050 MeV -- 1.3698 GeV - (SCM) : neutron -10.6516 5.6612 -15.7331 MeV -- 1.2408 GeV + Output particle (LAB) : eta 112.2431 -16.8571 330.9529 MeV -- 679.9197 MeV + (SCM) : eta 112.2431 -16.8571 39.7118 MeV -- 595.2630 MeV + Nucleus output particle (LAB) : neutron -112.2431 16.8571 399.0471 MeV -- 1.0016 GeV + (SCM) : neutron -112.2431 16.8571 -39.7118 MeV -- 919.5057 MeV -- triggered angular ranges: - 2 [ 0.8000, 0.6000) + 4 [ 0.4000, 0.2000) --- Energy Deposit - monitor : 454.572 keV + monitor : 419.879 keV vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 172.866 MeV - 0 0 0 0 0 0 - 0 0 0 0 0.21 1.035 - 0 0 0 0 107 43.43 - 0 0 0.285 1.358 3.339 16.25 - cal (r) : 138.837 MeV - 0 0 0 2.419 1.004 0 - 0 0 0 124.5 6.662 0 - 0 0 0 3.507 0.7473 0 - 0 0 0 0 0 0 -Event 11362 + vc (r) : 73.8959 keV + cal (l) : 427.22 MeV + 0 0 0 0 1.804 0.5269 + 0 0 0 0.6654 108.9 88.34 + 0 0 0 3.666 202.3 16.8 + 0 0 0 0 2.468 1.806 + cal (r) : 252.699 MeV + 0 0 0 0.3247 0 0 + 0 0 0 0.0394 2.144 0 + 0 0 0.1996 165.5 67.59 0 + 0 0 0.3734 7.577 8.692 0.2958 +Event 11989 --- Track Points - monitor : pi- [1,bp] 728.5 MeV : -7.982 0.4589 -1.25 mm [-0.003069, -0.007875, 1] - target : pi- [1,bp] 728 MeV : 2.445 4.361 -0.1933 cm [-0.6465, -0.7629, -0.008011] - : eta [9,op] 134.6 MeV : -3.655 -2.836 -0.2689 cm [-0.4263, -0.9036, -0.0423] - : neutron [10,np] 596.8 MeV : -3.655 -2.836 -0.2689 cm [-0.6904, -0.7235, 0.0003746] - : pi0 [13,opdp] 79.45 MeV : -3.655 -2.836 -0.2689 cm [-0.604, -0.796, 0.03981] - : pi0 [11,opdp] 132.2 MeV : -3.655 -2.836 -0.2689 cm [-0.5275, 0.5386, 0.657] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid + monitor : pi- [1,bp] 732.7 MeV : 5.713 2.39 -1.25 mm [0.0007111, -0.02185, 0.9998] + target : pi- [1,bp] 732.1 MeV : 3.655 3.412 -0.3681 cm [-0.642, -0.7664, -0.02117] + : eta [3,op] 335.3 MeV : 2.674 -6.319 -4.798 mm [-0.8989, -0.438, -0.01139] + : neutron [4,np] 445.9 MeV : 2.674 -6.319 -4.798 mm [-0.3779, -0.9255, -0.02546] + : gamma [6,opdp] 253.2 MeV : 2.674 -6.319 -4.798 mm [0.2993, -0.9534, 0.03862] + : gamma [5,opdp] 389.1 MeV : 2.674 -6.319 -4.798 mm [-0.9694, 0.243, -0.03495] + vc (l) : gamma [6,opdp] 253.2 MeV : -7.744 1.784 -0.25 cm [-0.1317, 0.03862, 0.9905] + vc (r) : gamma [5,opdp] 389.1 MeV : 1.5 -2.549 -0.25 cm [0.0162, -0.03495, 0.9993] + cal (l) : gamma [6,opdp] 253.2 MeV : -7.911 1.833 -15 cm [-0.1317, 0.03862, 0.9905] + cal (r) : gamma [5,opdp] 389.1 MeV : 1.521 -2.593 -15 cm [0.0162, -0.03495, 0.9993] --- - angle between the eta decay products : 94.8128 deg + angle between the eta decay products : 121.541 deg --- Triggered angular ranges: - 10 [-0.8000, -1.0000) + 4 [ 0.4000, 0.2000) --- Production model data: - Incident particle (LAB) : pi- -3.8682 -5.4683 725.6491 MeV -- 738.9799 MeV - (SCM) : pi- -2.4002 -3.3930 450.2605 MeV -- 471.4145 MeV + Incident particle (LAB) : pi- -0.3209 -15.1739 730.7013 MeV -- 744.0662 MeV + (SCM) : pi- -0.1987 -9.3957 452.4520 MeV -- 473.5831 MeV Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 2.4002 3.3930 -450.2605 MeV -- 1.0407 GeV - Output particle (LAB) : eta 34.2196 -5.6919 130.0263 MeV -- 564.1480 MeV - (SCM) : eta 35.5872 -3.7586 -126.5172 MeV -- 563.4181 MeV - Nucleus output particle (LAB) : neutron -38.0879 0.2236 595.6228 MeV -- 1.1131 GeV - (SCM) : neutron -35.5872 3.7586 126.5172 MeV -- 948.7203 MeV + (SCM) : proton 0.1987 9.3957 -452.4520 MeV -- 1.0417 GeV + Output particle (LAB) : eta -136.4974 -3.8206 306.2638 MeV -- 642.3367 MeV + (SCM) : eta -136.3762 1.9105 30.2808 MeV -- 565.3953 MeV + Nucleus output particle (LAB) : neutron 136.1765 -11.3533 424.4374 MeV -- 1.0400 GeV + (SCM) : neutron 136.3762 -1.9105 -30.2808 MeV -- 949.8958 MeV --- Reconstructed data: -- entry points: - left: -3.74555 -4.29808 -15 cm - right: 7.85402 3.42816 -15 cm + left: -8.36332 1.79503 -15 cm + right: 1.87467 -2.59788 -15 cm target: 0 0 0 fm - -- the angle: 119.103 deg - -- mass of the output particle: 177.905 MeV - -- mass of the nucleus output particle: 1.33169 GeV + -- the angle: 120.314 deg + -- mass of the output particle: 528.37 MeV + -- mass of the nucleus output particle: 965.238 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 37.2049 -4.0558 105.2272 MeV -- 210.0562 MeV - (SCM) : eta 37.2049 -4.0558 15.5785 MeV -- 182.4652 MeV - Nucleus output particle (LAB) : neutron -37.2049 4.0558 624.7728 MeV -- 1.4714 GeV - (SCM) : neutron -37.2049 4.0558 -15.5785 MeV -- 1.3323 GeV + Output particle (LAB) : eta -114.5921 -8.3528 302.5902 MeV -- 619.6264 MeV + (SCM) : eta -114.5921 -8.3528 37.2839 MeV -- 542.0019 MeV + Nucleus output particle (LAB) : neutron 114.5921 8.3528 427.4098 MeV -- 1.0619 GeV + (SCM) : neutron 114.5921 8.3528 -37.2839 MeV -- 972.7667 MeV -- triggered angular ranges: 4 [ 0.4000, 0.2000) --- Energy Deposit - monitor : 421.81 keV + monitor : 413.041 keV vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 124.629 MeV - 0 0 0 0 0 0 - 0 0 0.3922 0 0.6693 0 - 0 0 0.5433 93.02 10.37 0.5592 - 0 1.099 0.1844 17.49 0 0.2962 - cal (r) : 85.4275 MeV - 0.647 1.435 1.069 0 0 0 - 0.3418 74.95 5.062 0 0 0 - 0 0.3964 1.529 0 0 0 - 0 0 0 0 0 0 -Event 12447 + vc (r) : 121.824 keV + cal (l) : 253.076 MeV + 0 0 0.5126 0 1.264 1.047 + 0 0 0 9.088 215.2 7.275 + 0 0 0 4.79 11.05 2.125 + 0 0 0.5998 0.09979 0 0 + cal (r) : 366.551 MeV + 0 0 0 0.9747 0 0 + 0 0 3.568 5.656 1.49 1.118 + 0.2274 2.384 327.1 8.227 0 0 + 0 12.39 2.301 1.063 0 0 +Event 14958 --- Track Points - monitor : pi- [1,bp] 729.2 MeV : 1.738 1.407 -0.125 cm [0.002779, 0.01681, 0.9999] - target : pi- [1,bp] 728.7 MeV : 4.408 2.36 1.902 cm [-0.639, -0.769, 0.01578] - : eta [2,op] 161 MeV : -0.205 -3.192 2.016 cm [-0.2789, -0.9425, -0.1841] - : neutron [3,np] 586.2 MeV : -0.205 -3.192 2.016 cm [-0.7164, -0.6942, 0.06936] - : gamma [5,opdp] 254.3 MeV : -0.205 -3.192 2.016 cm [-0.9186, 0.3948, 0.01681] - : gamma [4,opdp] 316.8 MeV : -0.205 -3.192 2.016 cm [0.5956, -0.7961, -0.1071] - vc (l) : gamma [4,opdp] 316.8 MeV : 10.16 -4.139 -0.25 cm [0.2034, -0.1071, 0.9732] - vc (r) : gamma [5,opdp] 254.3 MeV : -5.48 3.025 -0.25 cm [-0.1436, 0.01681, 0.9895] - cal (l) : gamma [4,opdp] 316.8 MeV : 10.42 -4.276 -15 cm [0.2034, -0.1071, 0.9732] - cal (r) : gamma [5,opdp] 254.3 MeV : -5.661 3.046 -15 cm [-0.1436, 0.01681, 0.9895] + monitor : pi- [1,bp] 727.3 MeV : 1.938 -1.806 -0.125 cm [0.0006512, -0.001342, 1] + target : pi- [1,bp] 726.8 MeV : 4.487 2.205 -1.857 cm [-0.6401, -0.7683, -0.001434] + : eta [3,op] 292.5 MeV : 1.916 -0.8811 -1.863 cm [-0.9127, -0.4025, -0.07029] + : neutron [4,np] 482.9 MeV : 1.916 -0.8811 -1.863 cm [-0.4084, -0.9119, 0.04163] + : gamma [6,opdp] 386.6 MeV : 1.916 -0.8811 -1.863 cm [-0.9723, 0.2319, -0.02884] + : gamma [5,opdp] 234.5 MeV : 1.916 -0.8811 -1.863 cm [0.4647, -0.8846, -0.04014] + vc (l) : gamma [5,opdp] 234.5 MeV : 4.071 -4.161 -0.25 cm [0.04728, -0.04014, 0.9981] + vc (r) : gamma [6,opdp] 386.6 MeV : 2.04 -3.619 -0.25 cm [0.02768, -0.02884, 0.9992] + cal (l) : gamma [5,opdp] 234.5 MeV : 4.13 -4.211 -15 cm [0.04728, -0.04014, 0.9981] + cal (r) : gamma [6,opdp] 386.6 MeV : 2.075 -3.655 -15 cm [0.02768, -0.02884, 0.9992] --- - angle between the eta decay products : 149.684 deg + angle between the eta decay products : 130.977 deg --- Triggered angular ranges: - 10 [-0.8000, -1.0000) + 6 [ 0.0000, -0.2000) --- Production model data: - Incident particle (LAB) : pi- 3.0421 11.0223 726.8401 MeV -- 740.2074 MeV - (SCM) : pi- 1.8867 6.8358 450.7725 MeV -- 471.9385 MeV + Incident particle (LAB) : pi- 3.1612 -0.4583 725.8761 MeV -- 739.1794 MeV + (SCM) : pi- 1.9613 -0.2843 450.3645 MeV -- 471.4997 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -1.8867 -6.8358 -450.7725 MeV -- 1.0410 GeV - Output particle (LAB) : eta 63.1484 -29.6383 145.1363 MeV -- 571.0372 MeV - (SCM) : eta 62.0665 -33.5581 -113.3459 MeV -- 563.8958 MeV - Nucleus output particle (LAB) : neutron -60.1062 40.6606 581.7037 MeV -- 1.1074 GeV - (SCM) : neutron -62.0665 33.5581 113.3459 MeV -- 949.0041 MeV + (SCM) : proton -1.9613 0.2843 -450.3645 MeV -- 1.0408 GeV + Output particle (LAB) : eta -128.8206 -20.5606 261.7990 MeV -- 621.0547 MeV + (SCM) : eta -129.9945 -20.3904 -7.7666 MeV -- 563.4957 MeV + Nucleus output particle (LAB) : neutron 131.9818 20.1023 464.0771 MeV -- 1.0564 GeV + (SCM) : neutron 129.9945 20.3904 7.7666 MeV -- 948.7664 MeV --- Reconstructed data: -- entry points: - left: 12.3337 -3.6234 -15 cm - right: -6.18086 3.50096 -15 cm + left: 4.94568 -2.73495 -15 cm + right: 0.727055 -3.47495 -15 cm target: 0 0 0 fm - -- the angle: 147.555 deg - -- mass of the output particle: 545.061 MeV - -- mass of the nucleus output particle: 947.59 MeV + -- the angle: 133.66 deg + -- mass of the output particle: 561.119 MeV + -- mass of the nucleus output particle: 940.874 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 71.0760 -4.1725 156.2940 MeV -- 571.4789 MeV - (SCM) : eta 71.0760 -4.1725 -101.9113 MeV -- 559.0583 MeV - Nucleus output particle (LAB) : neutron -71.0760 4.1725 573.7060 MeV -- 1.1100 GeV - (SCM) : neutron -71.0760 4.1725 101.9113 MeV -- 955.7103 MeV + Output particle (LAB) : eta -85.5141 -32.6191 245.9114 MeV -- 619.4385 MeV + (SCM) : eta -85.5141 -32.6191 -25.5428 MeV -- 569.1081 MeV + Nucleus output particle (LAB) : neutron 85.5141 32.6191 484.0886 MeV -- 1.0621 GeV + (SCM) : neutron 85.5141 32.6191 25.5428 MeV -- 945.6605 MeV -- triggered angular ranges: - 10 [-0.8000, -1.0000) + 7 [-0.2000, -0.4000) --- Energy Deposit - monitor : 394.885 keV + monitor : 361.566 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 318.704 MeV - 1.173 1.255 0 0 0 0 - 1.752 0 0 0 0 0 - 99.76 156.9 0 0 0 0 - 53.37 4.446 0 0 0 0 - cal (r) : 252.775 MeV - 0 0 0.3992 7.304 3.633 0.9097 - 0 0 0.422 92.43 139.7 0.9666 - 0 0 0 5.919 1.059 0 + cal (l) : 256.854 MeV + 0 0.4093 0 0 0 0 + 0.6243 7.337 1.295 0.3218 0 0 + 1.231 38.48 199 1.878 0 0 + 0.4083 0.5018 4.055 0.6078 0.7345 0 + cal (r) : 362.584 MeV 0 0 0 0 0 0 -Event 12933 + 0 0 3.932 1.1 2.855 0.2229 + 0 1.971 319 8.975 1.216 0.9161 + 0 2.645 16.35 2.634 0.7816 0 +Event 15853 --- Track Points - monitor : pi- [1,bp] 731.7 MeV : -0.09958 1.158 -0.125 cm [-0.002271, 0.007234, 1] - target : pi- [1,bp] 731.1 MeV : 3.098 3.925 1.368 cm [-0.6436, -0.7653, 0.007801] - : eta [5,op] 346.7 MeV : -1.13 -1.1 1.419 cm [-0.3125, -0.9498, -0.01557] - : neutron [6,np] 428 MeV : -1.13 -1.1 1.419 cm [-0.8458, -0.5329, 0.02608] - : gamma [8,opdp] 231.1 MeV : -1.13 -1.1 1.419 cm [-0.949, 0.3151, 0.00961] - : gamma [7,opdp] 417.2 MeV : -1.13 -1.1 1.419 cm [0.2661, -0.9638, -0.01826] - vc (l) : gamma [7,opdp] 417.2 MeV : -11.3 0.3403 -0.25 cm [-0.1661, -0.01826, 0.9859] - vc (r) : gamma [8,opdp] 231.1 MeV : -2.052 1.977 -0.25 cm [-0.0587, 0.00961, 0.9982] - cal (l) : gamma [7,opdp] 417.2 MeV : -11.51 0.3171 -15 cm [-0.1661, -0.01826, 0.9859] - cal (r) : gamma [8,opdp] 231.1 MeV : -2.125 1.989 -15 cm [-0.0587, 0.00961, 0.9982] + monitor : pi- [1,bp] 739.1 MeV : -9.982 -2.311 -1.25 mm [0.001653, 0.008939, 1] + target : pi- [1,bp] 738.6 MeV : 2.415 4.378 0.007223 cm [-0.6421, -0.7666, 0.008878] + : eta [3,op] 324.4 MeV : -1.076 0.2098 0.0555 cm [-0.8975, -0.4089, -0.1653] + : neutron [4,np] 473 MeV : -1.076 0.2098 0.0555 cm [-0.387, -0.9129, 0.1299] + : gamma [6,opdp] 222.8 MeV : -1.076 0.2098 0.0555 cm [0.5251, -0.8489, -0.06073] + : gamma [5,opdp] 413.9 MeV : -1.076 0.2098 0.0555 cm [-0.9859, 0.1364, -0.09683] + vc (l) : gamma [6,opdp] 222.8 MeV : 6.131 -3.583 -0.25 cm [0.1171, -0.06073, 0.9913] + vc (r) : gamma [5,opdp] 413.9 MeV : 7.281 -5.597 -0.25 cm [0.1234, -0.09683, 0.9876] + cal (l) : gamma [6,opdp] 222.8 MeV : 6.279 -3.66 -15 cm [0.1171, -0.06073, 0.9913] + cal (r) : gamma [5,opdp] 413.9 MeV : 7.437 -5.72 -15 cm [0.1234, -0.09683, 0.9876] --- - angle between the eta decay products : 123.805 deg + angle between the eta decay products : 128.872 deg --- Triggered angular ranges: - 4 [ 0.4000, 0.2000) + 5 [ 0.2000, 0.0000) --- Production model data: - Incident particle (LAB) : pi- -2.0590 5.7645 729.2460 MeV -- 742.5072 MeV - (SCM) : pi- -1.2758 3.5717 451.8389 MeV -- 472.9192 MeV + Incident particle (LAB) : pi- -0.4138 7.8247 737.1977 MeV -- 750.3344 MeV + (SCM) : pi- -0.2555 4.8327 455.3099 MeV -- 476.2461 MeV Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 1.2758 -3.5717 -451.8389 MeV -- 1.0414 GeV - Output particle (LAB) : eta 128.6560 -5.3986 321.8592 MeV -- 648.3268 MeV - (SCM) : eta 129.4377 -7.5872 44.9793 MeV -- 564.7899 MeV - Nucleus output particle (LAB) : neutron -130.7150 11.1631 407.3868 MeV -- 1.0325 GeV - (SCM) : neutron -129.4377 7.5872 -44.9793 MeV -- 949.5356 MeV + (SCM) : proton 0.2555 -4.8327 -455.3099 MeV -- 1.0429 GeV + Output particle (LAB) : eta -137.7483 -53.6068 288.7390 MeV -- 636.6877 MeV + (SCM) : eta -137.5929 -56.5450 11.9230 MeV -- 567.8240 MeV + Nucleus output particle (LAB) : neutron 137.3345 61.4315 448.4587 MeV -- 1.0519 GeV + (SCM) : neutron 137.5929 56.5450 -11.9230 MeV -- 951.3435 MeV --- Reconstructed data: -- entry points: - left: -12.5347 -1.31096 -15 cm - right: -4.67664 1.11528 -15 cm + left: 6.48787 -5.0803 -15 cm + right: 9.3996 -5.35848 -15 cm target: 0 0 0 fm - -- the angle: 122.669 deg - -- mass of the output particle: 510.379 MeV - -- mass of the nucleus output particle: 987.621 MeV + -- the angle: 126.42 deg + -- mass of the output particle: 489.883 MeV + -- mass of the nucleus output particle: 1.00032 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 94.7901 -3.9768 305.3783 MeV -- 602.2816 MeV - (SCM) : eta 94.7901 -3.9768 48.7378 MeV -- 521.4044 MeV - Nucleus output particle (LAB) : neutron -94.7901 3.9768 424.6217 MeV -- 1.0792 GeV - (SCM) : neutron -94.7901 3.9768 -48.7378 MeV -- 993.3642 MeV + Output particle (LAB) : eta -115.2671 -49.6293 271.3923 MeV -- 573.9240 MeV + (SCM) : eta -115.2671 -49.6293 24.6771 MeV -- 506.3043 MeV + Nucleus output particle (LAB) : neutron 115.2671 49.6293 458.6077 MeV -- 1.1076 GeV + (SCM) : neutron 115.2671 49.6293 -24.6771 MeV -- 1.0085 GeV -- triggered angular ranges: - 3 [ 0.6000, 0.4000) + 5 [ 0.2000, 0.0000) --- Energy Deposit - monitor : 487.939 keV + monitor : 347.533 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 379.247 MeV - 0 0 0 0.3502 1.851 1.468 - 0 0 0 0.2306 8.521 130.5 - 0 0 0 1.326 39.86 159 - 0 0 0 2.407 0.7074 33.06 - cal (r) : 223.034 MeV - 0 0 0 0.7442 0.2824 0 - 0 0 0.8335 194 9.476 0.1869 - 0 0 0.6028 11.23 3.561 0 - 0 0 0 0 1.033 1.087 + cal (l) : 202.966 MeV + 0 0 0 0 0 0 + 0 0 0.6407 0 0 0 + 0.6963 129.6 9.052 3.802 0.5266 0 + 0.7059 53.28 3.997 0.5647 0.06886 0 + cal (r) : 370.958 MeV + 0 0.4529 0 0 0 0 + 1.702 2.223 0.2183 0.2983 0 0 + 17.45 59.43 4.191 0.3686 0 0 + 9.824 273.5 1.306 0 0 0 Run terminated. Run Summary - Number of events processed : 12934, effectively: 10 - User=9.510000s Real=9.993212s Sys=0.010000s + Number of events processed : 15854, effectively: 10 + User=7.320000s Real=7.554676s Sys=0.000000s --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)): - 1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 971 ) | 0.00102987 ( 1 / 971 / 1169 ) - 2 [ 0.8000, 0.6000) | 0.00096805 ( 1 / 1033 ) | 0.00096805 ( 1 / 1033 / 1257 ) - 3 [ 0.6000, 0.4000) | 0.00209864 ( 2 / 953 ) | 0.00209864 ( 2 / 953 / 1168 ) - 4 [ 0.4000, 0.2000) | 0.00102354 ( 1 / 977 ) | 0.00204708 ( 2 / 977 / 1187 ) - 5 [ 0.2000, 0.0000) | 0.00195503 ( 2 / 1023 ) | 0.00000000 ( 0 / 1023 / 1270 ) - 6 [ 0.0000, -0.2000) | 0.00102669 ( 1 / 974 ) | 0.00000000 ( 0 / 974 / 1214 ) - 7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 1000 ) | 0.00000000 ( 0 / 1000 / 1204 ) - 8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 958 ) | 0.00000000 ( 0 / 958 / 1195 ) - 9 [-0.6000, -0.8000) | 0.00101010 ( 1 / 990 ) | 0.00202020 ( 2 / 990 / 1223 ) - 10 [-0.8000, -1.0000) | 0.00188857 ( 2 / 1059 ) | 0.00188857 ( 2 / 1059 / 1278 ) + 1 [ 1.0000, 0.8000) | 0.00080257 ( 1 / 1246 ) | 0.00080257 ( 1 / 1246 / 1522 ) + 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 1285 ) | 0.00000000 ( 0 / 1285 / 1563 ) + 3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 1255 ) | 0.00000000 ( 0 / 1255 / 1545 ) + 4 [ 0.4000, 0.2000) | 0.00254237 ( 3 / 1180 ) | 0.00254237 ( 3 / 1180 / 1462 ) + 5 [ 0.2000, 0.0000) | 0.00167785 ( 2 / 1192 ) | 0.00167785 ( 2 / 1192 / 1478 ) + 6 [ 0.0000, -0.2000) | 0.00084388 ( 1 / 1185 ) | 0.00084388 ( 1 / 1185 / 1463 ) + 7 [-0.2000, -0.4000) | 0.00161681 ( 2 / 1237 ) | 0.00161681 ( 2 / 1237 / 1501 ) + 8 [-0.4000, -0.6000) | 0.00087184 ( 1 / 1147 ) | 0.00000000 ( 0 / 1147 / 1428 ) + 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 1169 ) | 0.00085543 ( 1 / 1169 / 1442 ) + 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 1221 ) | 0.00000000 ( 0 / 1221 / 1526 ) --- False hits (edt | rec): 0 | 0 ================== Deleting memory pools =================== Number of memory pools allocated: 15; of which, static: 3 -Dynamic pools deleted: 12 / Total memory freed: 1 MB +Dynamic pools deleted: 12 / Total memory freed: 0.87 MB ============================================================ diff --git a/examples/advanced/HGCal_testbeam/testbeam_electron.out b/examples/advanced/HGCal_testbeam/testbeam_electron.out index 93ac130e376..ba76db09af5 100644 --- a/examples/advanced/HGCal_testbeam/testbeam_electron.out +++ b/examples/advanced/HGCal_testbeam/testbeam_electron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1650,10 +1650,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -1824,7 +1827,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -2306,7 +2309,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -2331,7 +2334,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= diff --git a/examples/advanced/History b/examples/advanced/History index 4dda256c1b1..bfa413b4700 100644 --- a/examples/advanced/History +++ b/examples/advanced/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-10-16 Hoang Tran (exadvanced-V11-02-01) +- Created a new dna category in advanced example +- Moved moleculardna example from extended dna example to advanced dna example. + ## 2024-06-10 Gabriele Cosmo (exadvanced-V11-02-00) - Updated GDML files to use short URL for schema validation. - Initial overall History file for extended examples, used for global changes diff --git a/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out b/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out index 1b47ccf3d3f..93d436fddef 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out +++ b/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -188,10 +187,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -344,7 +346,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -613,7 +615,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -932,7 +934,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -961,8 +963,6 @@ Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. /score/dumpQuantityToFile PhantomMesh energyDeposit PhantomMesh_Edep.txt ICRP110UserScorer-defined DumpQuantityToFile() method is invoked. Phantom Sex: male @@ -1007,7 +1007,7 @@ Reading AM_organs.dat Reading OrganMasses.dat NOrganIDs: 142 Writing output to ICRP110.out -Total energy deposited over all Organs within the Phantom is 1.42965e-09 J -Total absorbed dose over all phantom organs is 3.74061e-09 Gy +Total energy deposited over all Organs within the Phantom is 1.3753e-09 J +Total absorbed dose over all phantom organs is 2.99616e-09 Gy Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out b/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out index a00414a978a..bf203377516 100644 --- a/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out +++ b/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out @@ -2,30 +2,25 @@ -------------------------------- OrganID Edep (J) Dose (Gy) -------------------------------- - 4 | 3.51939e-14 1.23879e-12 - 5 | 1.21784e-15 3.96304e-14 - 26 | 3.6424e-10 6.47135e-10 - 27 | 2.62636e-10 5.82264e-10 - 39 | 4.251e-12 5.5846e-11 - 40 | 3.0184e-12 4.08445e-11 - 47 | 1.11215e-20 1.08059e-19 - 48 | 1.05917e-13 1.44007e-12 - 61 | 4.9721e-10 3.42903e-10 - 100 | 2.08984e-20 9.24708e-18 - 106 | 6.01727e-11 4.94106e-11 - 116 | 1.43929e-10 1.3727e-10 - 120 | 2.67271e-11 6.29021e-10 - 121 | 2.06688e-11 4.8644e-10 - 122 | 4.48086e-11 1.53802e-10 - 133 | 1.29434e-15 3.06136e-14 - 134 | 1.84491e-12 6.12926e-10 + 4 | 4.38393e-13 1.54309e-11 + 26 | 3.35782e-10 5.96575e-10 + 27 | 2.81717e-10 6.24568e-10 + 39 | 6.86597e-16 9.01993e-15 + 40 | 4.42992e-14 5.99448e-13 + 47 | 2.22272e-12 2.15966e-11 + 48 | 1.76483e-12 2.3995e-11 + 61 | 4.50637e-10 3.10784e-10 + 106 | 7.49143e-11 6.15156e-11 + 116 | 1.42299e-10 1.35715e-10 + 120 | 2.26191e-11 5.32339e-10 + 121 | 2.27474e-11 5.35359e-10 + 122 | 4.0111e-11 1.37678e-10 ---------------------------------------------------------------------------- -------------------------------ORGAN INFO----------------------------------- -----------------(of organs where edep/dose was recorded)------------------- ---------------------------------------------------------------------------- ID Organ Name Material ID Density (g/cm^3) 4 Posterior nasal passage down to larynx (ET2) 45 1.030 -5 Oral mucosa, tongue 29 1.050 26 Cranium, cortical 2 1.920 27 Cranium, spongiosa 8 1.157 39 Mandible, cortical 2 1.920 @@ -33,17 +28,14 @@ ID Organ Name Material ID Density (g/cm^3) 47 Cervical spine, cortical 2 1.920 48 Cervical spine, spongiosa 17 1.050 61 Brain 32 1.050 -100 Lymphatic nodes, extrathoracic airways 47 1.030 106 Muscle, head 29 1.050 116 Residual tissue, head 49 0.950 120 Salivary glands, left 45 1.030 121 Salivary glands, right 45 1.030 122 Skin, head 27 1.090 -133 Tongue (inner part) 29 1.050 -134 Tonsils 45 1.030 -Total Edep over all organs = 1.42965e-09 J -Total dose absorbed over all organs = 3.74061e-09 Gy +Total Edep over all organs = 1.3753e-09 J +Total dose absorbed over all organs = 2.99616e-09 Gy ---------------------------------------------------------------------------- ----------------ORGAN ENERGY DEPOSITIONS AND ABSORBED DOSE------------------ @@ -52,12 +44,12 @@ Total dose absorbed over all organs = 3.74061e-09 Gy ---------------------------------------------------------------------------- OrganID Edep (J) Dose (Gy) ------------------------------- -0 | 1.87826e-11 0 +0 | 1.54735e-10 0 1 | 0 0 2 | 0 0 3 | 0 0 -4 | 3.51939e-14 1.23879e-12 -5 | 1.21784e-15 3.96304e-14 +4 | 4.38393e-13 1.54309e-11 +5 | 0 0 6 | 0 0 7 | 0 0 8 | 0 0 @@ -78,8 +70,8 @@ OrganID Edep (J) Dose (Gy) 23 | 0 0 24 | 0 0 25 | 0 0 -26 | 3.6424e-10 6.47135e-10 -27 | 2.62636e-10 5.82264e-10 +26 | 3.35782e-10 5.96575e-10 +27 | 2.81717e-10 6.24568e-10 28 | 0 0 29 | 0 0 30 | 0 0 @@ -91,16 +83,16 @@ OrganID Edep (J) Dose (Gy) 36 | 0 0 37 | 0 0 38 | 0 0 -39 | 4.251e-12 5.5846e-11 -40 | 3.0184e-12 4.08445e-11 +39 | 6.86597e-16 9.01993e-15 +40 | 4.42992e-14 5.99448e-13 41 | 0 0 42 | 0 0 43 | 0 0 44 | 0 0 45 | 0 0 46 | 0 0 -47 | 1.11215e-20 1.08059e-19 -48 | 1.05917e-13 1.44007e-12 +47 | 2.22272e-12 2.15966e-11 +48 | 1.76483e-12 2.3995e-11 49 | 0 0 50 | 0 0 51 | 0 0 @@ -113,7 +105,7 @@ OrganID Edep (J) Dose (Gy) 58 | 0 0 59 | 0 0 60 | 0 0 -61 | 4.9721e-10 3.42903e-10 +61 | 4.50637e-10 3.10784e-10 62 | 0 0 63 | 0 0 64 | 0 0 @@ -152,13 +144,13 @@ OrganID Edep (J) Dose (Gy) 97 | 0 0 98 | 0 0 99 | 0 0 -100 | 2.08984e-20 9.24708e-18 +100 | 0 0 101 | 0 0 102 | 0 0 103 | 0 0 104 | 0 0 105 | 0 0 -106 | 6.01727e-11 4.94106e-11 +106 | 7.49143e-11 6.15156e-11 107 | 0 0 108 | 0 0 109 | 0 0 @@ -168,13 +160,13 @@ OrganID Edep (J) Dose (Gy) 113 | 0 0 114 | 0 0 115 | 0 0 -116 | 1.43929e-10 1.3727e-10 +116 | 1.42299e-10 1.35715e-10 117 | 0 0 118 | 0 0 119 | 0 0 -120 | 2.67271e-11 6.29021e-10 -121 | 2.06688e-11 4.8644e-10 -122 | 4.48086e-11 1.53802e-10 +120 | 2.26191e-11 5.32339e-10 +121 | 2.27474e-11 5.35359e-10 +122 | 4.0111e-11 1.37678e-10 123 | 0 0 124 | 0 0 125 | 0 0 @@ -185,14 +177,14 @@ OrganID Edep (J) Dose (Gy) 130 | 0 0 131 | 0 0 132 | 0 0 -133 | 1.29434e-15 3.06136e-14 -134 | 1.84491e-12 6.12926e-10 +133 | 0 0 +134 | 0 0 135 | 0 0 136 | 0 0 137 | 0 0 138 | 0 0 139 | 0 0 -140 | 2.70402e-14 1.35201e-10 +140 | 2.94656e-14 1.47328e-10 141 | 0 0 -Total energy depositied over all organs = 1.42965e-09 J -Total absorbed dose over all organs = 3.74061e-09 Gy +Total energy depositied over all organs = 1.3753e-09 J +Total absorbed dose over all organs = 2.99616e-09 Gy diff --git a/examples/advanced/ICRP145_HumanPhantoms/ICRP145Phantoms.out b/examples/advanced/ICRP145_HumanPhantoms/ICRP145Phantoms.out index e06d1a3f9e2..db4f2746cc2 100644 --- a/examples/advanced/ICRP145_HumanPhantoms/ICRP145Phantoms.out +++ b/examples/advanced/ICRP145_HumanPhantoms/ICRP145Phantoms.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -237,7 +237,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -324,10 +323,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100.00000 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100.00000 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1.00000 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -480,7 +482,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin=0.000000 eV Emax=100.000000 TeV + eplusTo2or3gamma : Emin=0.000000 eV Emax=100.000000 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100.000000 MeV to 100.000000 TeV, 20 bins/decade, spline: 0 @@ -749,7 +751,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -1068,7 +1070,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100.00000 keV Pre-compound excitation high energy 30.00000 MeV @@ -1097,8 +1099,6 @@ Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. --> Event 0 starts. --> Event 100000 starts. --> Event 200000 starts. @@ -1114,193 +1114,193 @@ See commands in /vis/modeling/trajectories/ for other options. Run #0 / Number of event processed : 1000000 ===================================================================== organ ID| Organ Mass (g) Dose (Gy/source) Relative Error - 100| 8.683 2.422e-17 0.556 - 200| 8.683 2.773e-17 0.472 - 300| 0.022 3.663e-17 0.720 - 301| 0.090 6.460e-17 0.731 - 302| 0.028 6.385e-17 0.721 - 303| 11.291 5.794e-17 0.377 - 400| 0.141 1.120e-16 0.618 - 401| 0.390 8.655e-17 0.620 - 402| 0.098 5.745e-17 0.513 - 403| 0.049 8.356e-17 0.520 - 404| 0.098 7.863e-17 0.600 - 405| 28.808 4.134e-17 0.260 - 500| 0.086 7.946e-17 0.913 - 501| 0.024 3.193e-17 1.000 - 600| 0.023 0.000e+00 1.000 - 700| 10.364 1.738e-17 0.722 + 100| 8.683 4.240e-17 0.487 + 200| 8.683 5.539e-18 0.704 + 300| 0.022 0.000e+00 1.000 + 301| 0.090 0.000e+00 1.000 + 302| 0.028 0.000e+00 1.000 + 303| 11.291 5.241e-17 0.361 + 400| 0.141 2.948e-17 0.632 + 401| 0.390 3.898e-17 0.661 + 402| 0.098 2.628e-17 0.741 + 403| 0.049 2.780e-17 0.782 + 404| 0.098 5.697e-17 0.772 + 405| 28.808 3.438e-17 0.269 + 500| 0.086 0.000e+00 1.000 + 501| 0.024 0.000e+00 1.000 + 600| 0.023 8.912e-17 0.786 + 700| 10.364 9.615e-18 0.774 800| 0.025 0.000e+00 1.000 801| 0.031 0.000e+00 1.000 802| 0.052 0.000e+00 1.000 - 803| 0.130 3.583e-17 1.000 + 803| 0.130 0.000e+00 1.000 804| 0.026 0.000e+00 1.000 805| 0.052 0.000e+00 1.000 806| 0.052 0.000e+00 1.000 807| 0.053 0.000e+00 1.000 - 808| 2.777 2.932e-17 0.893 - 900| 1.504 3.167e-17 0.604 - 910| 6.944 3.027e-17 0.615 - 1000| 193.197 2.314e-17 0.126 - 1010| 444.035 3.551e-17 0.071 - 1100| 32.463 2.814e-17 0.292 - 1110| 167.269 3.172e-17 0.122 - 1200| 108.832 2.025e-17 0.161 - 1210| 389.741 2.711e-17 0.087 - 1300| 159.196 2.206e-17 0.136 - 1400| 145.689 2.787e-17 0.152 - 1500| 34.244 1.711e-17 0.364 - 1600| 106.720 2.604e-17 0.163 - 1700| 50.890 2.497e-17 0.222 - 1800| 37.397 2.496e-17 0.302 - 1900| 273.409 2.544e-17 0.107 - 2000| 154.981 2.305e-17 0.154 - 2100| 22.996 2.672e-17 0.334 - 2200| 181.529 3.190e-17 0.114 - 2300| 118.927 3.657e-17 0.138 - 2400| 48.252 3.008e-17 0.230 - 2500| 45.057 2.871e-17 0.251 - 2600| 568.469 1.728e-17 0.090 - 2700| 382.073 1.990e-17 0.101 - 2800| 253.548 3.144e-17 0.096 - 2900| 413.232 3.135e-17 0.080 - 3000| 26.045 3.804e-17 0.274 - 3100| 307.761 2.980e-17 0.090 - 3200| 373.652 2.812e-17 0.092 - 3300| 82.179 2.709e-17 0.192 - 3400| 536.651 2.485e-17 0.078 - 3500| 621.408 2.509e-17 0.074 - 3600| 79.815 2.805e-17 0.188 - 3700| 234.882 2.043e-17 0.122 - 3800| 432.615 1.912e-17 0.103 - 3900| 76.877 2.337e-17 0.200 - 4000| 56.287 2.823e-17 0.212 - 4100| 402.595 3.221e-17 0.072 - 4200| 619.672 3.197e-17 0.065 - 4300| 368.797 2.683e-17 0.080 - 4400| 457.351 2.382e-17 0.082 - 4500| 223.333 1.405e-17 0.137 - 4600| 156.670 1.827e-17 0.161 - 4700| 103.943 2.565e-17 0.161 - 4800| 78.915 3.092e-17 0.183 - 4900| 289.440 1.488e-17 0.124 - 5000| 345.222 1.915e-17 0.109 - 5100| 188.047 2.511e-17 0.118 - 5200| 291.584 2.382e-17 0.103 - 5300| 110.320 2.147e-17 0.168 - 5400| 192.224 2.880e-17 0.121 - 5500| 9.991 2.377e-17 0.415 - 5600| 61.420 4.888e-17 0.159 - 5700| 56.331 3.414e-17 0.201 - 5800| 82.063 1.867e-17 0.213 - 6100| 1517.390 1.500e-17 0.066 - 6200| 7.769 5.054e-17 0.515 - 6300| 5.180 2.671e-17 0.837 - 6400| 7.769 2.622e-17 0.551 - 6500| 5.180 4.736e-17 0.696 - 6600| 0.039 3.995e-16 1.000 - 6601| 0.189 2.218e-16 1.000 - 6700| 1.113 6.825e-18 0.965 - 6701| 0.308 2.024e-16 1.000 - 6702| 6.122 5.393e-18 0.718 + 808| 2.777 8.212e-18 0.792 + 900| 1.504 0.000e+00 1.000 + 910| 6.944 5.052e-18 0.733 + 1000| 193.197 2.944e-17 0.114 + 1010| 444.035 3.343e-17 0.072 + 1100| 32.463 2.325e-17 0.320 + 1110| 167.269 2.792e-17 0.131 + 1200| 108.832 2.982e-17 0.156 + 1210| 389.741 2.462e-17 0.090 + 1300| 159.196 2.676e-17 0.140 + 1400| 145.689 2.981e-17 0.141 + 1500| 34.244 3.955e-17 0.245 + 1600| 106.720 3.229e-17 0.153 + 1700| 50.890 3.007e-17 0.218 + 1800| 37.397 2.285e-17 0.308 + 1900| 273.409 3.296e-17 0.096 + 2000| 154.981 3.259e-17 0.128 + 2100| 22.996 5.044e-17 0.292 + 2200| 181.529 2.974e-17 0.123 + 2300| 118.927 3.104e-17 0.148 + 2400| 48.252 3.587e-17 0.212 + 2500| 45.057 2.751e-17 0.229 + 2600| 568.469 1.351e-17 0.099 + 2700| 382.073 1.800e-17 0.113 + 2800| 253.548 2.999e-17 0.103 + 2900| 413.232 2.968e-17 0.082 + 3000| 26.045 3.625e-17 0.305 + 3100| 307.761 3.063e-17 0.091 + 3200| 373.652 2.999e-17 0.089 + 3300| 82.179 3.282e-17 0.176 + 3400| 536.651 2.577e-17 0.076 + 3500| 621.408 2.688e-17 0.073 + 3600| 79.815 2.992e-17 0.182 + 3700| 234.882 2.045e-17 0.131 + 3800| 432.615 1.984e-17 0.100 + 3900| 76.877 2.371e-17 0.204 + 4000| 56.287 1.905e-17 0.267 + 4100| 402.595 3.094e-17 0.074 + 4200| 619.672 3.249e-17 0.063 + 4300| 368.797 1.863e-17 0.085 + 4400| 457.351 2.139e-17 0.088 + 4500| 223.333 1.821e-17 0.125 + 4600| 156.670 1.967e-17 0.159 + 4700| 103.943 1.895e-17 0.177 + 4800| 78.915 2.624e-17 0.204 + 4900| 289.440 1.554e-17 0.113 + 5000| 345.222 2.017e-17 0.102 + 5100| 188.047 2.375e-17 0.124 + 5200| 291.584 2.630e-17 0.101 + 5300| 110.320 2.339e-17 0.151 + 5400| 192.224 2.621e-17 0.123 + 5500| 9.991 3.959e-17 0.343 + 5600| 61.420 3.807e-17 0.183 + 5700| 56.331 3.602e-17 0.196 + 5800| 82.063 2.358e-17 0.181 + 6100| 1517.390 1.477e-17 0.066 + 6200| 7.769 3.690e-17 0.504 + 6300| 5.180 5.758e-17 0.559 + 6400| 7.769 6.376e-17 0.459 + 6500| 5.180 2.058e-17 0.688 + 6600| 0.039 0.000e+00 1.000 + 6601| 0.189 0.000e+00 1.000 + 6700| 1.113 5.809e-17 1.000 + 6701| 0.308 0.000e+00 1.000 + 6702| 6.122 4.283e-17 0.591 6800| 0.039 0.000e+00 1.000 6801| 0.189 0.000e+00 1.000 - 6900| 1.113 0.000e+00 1.000 + 6900| 1.113 6.459e-17 0.772 6901| 0.308 0.000e+00 1.000 - 6902| 6.122 0.000e+00 1.000 - 7000| 10.364 3.594e-17 0.351 - 7100| 58.000 2.586e-17 0.213 - 7200| 1.784 2.939e-17 0.534 - 7201| 1.193 2.954e-17 0.585 - 7202| 6.008 2.521e-17 0.370 - 7203| 185.286 2.810e-17 0.119 - 7300| 250.000 3.064e-17 0.103 - 7400| 14.547 4.045e-17 0.190 - 7401| 2.264 3.277e-17 0.277 - 7402| 5.692 3.109e-17 0.208 - 7403| 840.096 3.461e-17 0.052 - 7500| 53.337 3.749e-17 0.149 - 7501| 296.663 3.493e-17 0.086 - 7600| 3.071 5.940e-17 0.435 - 7601| 0.223 4.283e-17 0.464 - 7602| 116.634 4.003e-17 0.134 - 7700| 55.000 4.338e-17 0.174 - 7800| 3.993 1.945e-17 0.496 - 7801| 0.289 1.970e-17 0.562 - 7802| 75.671 3.276e-17 0.177 - 7900| 95.000 3.089e-17 0.165 - 8000| 2.824 5.872e-17 0.384 - 8001| 0.205 3.904e-17 0.505 - 8002| 76.924 4.475e-17 0.155 - 8100| 40.000 5.249e-17 0.200 - 8200| 2.779 5.606e-17 0.508 - 8201| 0.203 6.527e-17 0.630 - 8202| 116.946 3.027e-17 0.145 - 8300| 35.000 4.024e-17 0.246 - 8400| 4.451 3.333e-17 0.394 - 8401| 0.324 2.707e-17 0.417 - 8402| 48.524 3.396e-17 0.216 - 8500| 75.000 3.793e-17 0.176 - 8600| 39.976 1.818e-17 0.309 - 8700| 385.839 2.972e-17 0.084 - 8800| 510.000 2.743e-17 0.079 - 8900| 162.338 2.554e-17 0.136 - 9000| 38.359 1.752e-17 0.336 - 9100| 7.652 2.196e-17 0.728 - 9200| 166.542 2.393e-17 0.130 - 9300| 39.362 2.402e-17 0.282 - 9400| 7.892 3.755e-17 0.568 - 9500| 2360.000 2.561e-17 0.040 - 9700| 545.877 2.553e-17 0.077 - 9900| 652.861 2.339e-17 0.074 - 10000| 15.949 2.699e-17 0.413 - 10100| 15.949 1.041e-17 0.466 - 10200| 5.510 1.660e-17 0.570 - 10300| 130.204 3.505e-17 0.125 - 10400| 11.019 3.075e-17 0.432 - 10500| 11.019 2.954e-17 0.547 - 10600| 1200.828 2.391e-17 0.056 - 10700| 14844.730 2.650e-17 0.016 - 10800| 2843.507 3.053e-17 0.032 - 10900| 10887.729 2.760e-17 0.018 - 11000| 1.919 1.286e-17 0.596 - 11001| 0.103 1.388e-17 0.904 - 11002| 49.783 1.936e-17 0.266 - 11003| 22.870 2.149e-17 0.371 - 11300| 173.631 3.290e-17 0.119 - 11400| 0.622 1.852e-17 0.974 - 11500| 17.618 4.374e-17 0.326 - 11600| 975.622 2.174e-17 0.063 - 11700| 11176.900 2.975e-17 0.016 - 11800| 1549.842 2.890e-17 0.043 - 11900| 4510.134 2.681e-17 0.027 - 12000| 44.045 1.480e-17 0.356 - 12100| 44.045 2.606e-17 0.292 - 12200| 259.230 1.439e-17 0.136 - 12201| 8.470 1.681e-17 0.305 - 12300| 1271.006 2.172e-17 0.049 - 12301| 38.418 1.171e-17 0.156 - 12400| 575.709 2.669e-17 0.067 - 12401| 18.843 1.954e-17 0.155 - 12500| 1259.982 2.518e-17 0.049 - 12501| 37.790 1.591e-17 0.149 - 12600| 37.952 1.460e-17 0.323 - 12700| 228.400 1.503e-17 0.146 - 12800| 50.727 2.016e-17 0.309 - 12801| 0.043 0.000e+00 1.000 - 12900| 18.617 2.163e-17 0.406 - 13000| 18.617 4.617e-17 0.326 - 13100| 25.909 1.265e-17 0.388 - 13200| 23.351 4.138e-17 0.299 - 13300| 20.993 1.222e-17 0.493 - 13301| 54.552 2.871e-17 0.226 - 13400| 3.109 2.423e-17 0.806 - 13500| 8.809 4.004e-17 0.450 - 13600| 7.773 6.183e-17 0.461 - 13700| 49.781 5.724e-17 0.172 - 13701| 1.318 4.167e-17 0.476 - 13800| 200.000 3.619e-17 0.106 - 14000| 0.140 3.904e-17 0.591 + 6902| 6.122 3.014e-17 0.555 + 7000| 10.364 2.634e-17 0.377 + 7100| 58.000 3.245e-17 0.211 + 7200| 1.784 4.854e-17 0.423 + 7201| 1.193 3.482e-17 0.329 + 7202| 6.008 3.263e-17 0.313 + 7203| 185.286 3.641e-17 0.109 + 7300| 250.000 3.120e-17 0.102 + 7400| 14.547 3.062e-17 0.225 + 7401| 2.264 3.725e-17 0.257 + 7402| 5.692 3.531e-17 0.229 + 7403| 840.096 3.449e-17 0.052 + 7500| 53.337 3.657e-17 0.144 + 7501| 296.663 3.660e-17 0.082 + 7600| 3.071 4.957e-18 1.000 + 7601| 0.223 4.611e-18 1.000 + 7602| 116.634 2.711e-17 0.158 + 7700| 55.000 3.043e-17 0.216 + 7800| 3.993 2.107e-17 0.546 + 7801| 0.289 1.109e-17 0.513 + 7802| 75.671 2.953e-17 0.180 + 7900| 95.000 3.380e-17 0.157 + 8000| 2.824 1.259e-17 0.556 + 8001| 0.205 1.417e-17 0.679 + 8002| 76.924 3.222e-17 0.167 + 8100| 40.000 4.300e-17 0.222 + 8200| 2.779 4.069e-17 0.559 + 8201| 0.203 4.342e-17 0.653 + 8202| 116.946 3.931e-17 0.129 + 8300| 35.000 2.635e-17 0.291 + 8400| 4.451 2.109e-17 0.529 + 8401| 0.324 2.993e-17 0.677 + 8402| 48.524 4.097e-17 0.191 + 8500| 75.000 4.285e-17 0.161 + 8600| 39.976 3.327e-17 0.233 + 8700| 385.839 2.747e-17 0.088 + 8800| 510.000 2.351e-17 0.084 + 8900| 162.338 2.166e-17 0.154 + 9000| 38.359 3.398e-17 0.247 + 9100| 7.652 3.048e-17 0.499 + 9200| 166.542 2.312e-17 0.132 + 9300| 39.362 1.807e-17 0.292 + 9400| 7.892 2.579e-17 0.652 + 9500| 2360.000 2.780e-17 0.038 + 9700| 545.877 2.450e-17 0.078 + 9900| 652.861 2.872e-17 0.066 + 10000| 15.949 1.800e-17 0.528 + 10100| 15.949 9.181e-18 0.413 + 10200| 5.510 6.634e-17 0.493 + 10300| 130.204 3.902e-17 0.123 + 10400| 11.019 4.496e-17 0.435 + 10500| 11.019 3.310e-17 0.463 + 10600| 1200.828 2.150e-17 0.059 + 10700| 14844.730 2.689e-17 0.015 + 10800| 2843.507 3.005e-17 0.032 + 10900| 10887.729 2.824e-17 0.018 + 11000| 1.919 2.190e-17 0.461 + 11001| 0.103 8.685e-18 0.615 + 11002| 49.783 2.967e-17 0.234 + 11003| 22.870 1.990e-17 0.383 + 11300| 173.631 3.738e-17 0.112 + 11400| 0.622 1.928e-17 1.000 + 11500| 17.618 3.675e-17 0.320 + 11600| 975.622 2.198e-17 0.063 + 11700| 11176.900 2.934e-17 0.017 + 11800| 1549.842 3.191e-17 0.041 + 11900| 4510.134 2.785e-17 0.026 + 12000| 44.045 2.755e-17 0.265 + 12100| 44.045 1.929e-17 0.300 + 12200| 259.230 1.705e-17 0.126 + 12201| 8.470 1.146e-17 0.312 + 12300| 1271.006 2.166e-17 0.049 + 12301| 38.418 1.925e-17 0.163 + 12400| 575.709 2.520e-17 0.070 + 12401| 18.843 2.245e-17 0.191 + 12500| 1259.982 2.337e-17 0.049 + 12501| 37.790 1.449e-17 0.155 + 12600| 37.952 1.906e-17 0.315 + 12700| 228.400 1.369e-17 0.161 + 12800| 50.727 2.408e-17 0.259 + 12801| 0.043 4.337e-17 0.784 + 12900| 18.617 3.190e-17 0.382 + 13000| 18.617 2.434e-17 0.370 + 13100| 25.909 2.885e-17 0.360 + 13200| 23.351 3.294e-17 0.331 + 13300| 20.993 1.072e-17 0.594 + 13301| 54.552 2.224e-17 0.271 + 13400| 3.109 0.000e+00 1.000 + 13500| 8.809 4.102e-17 0.469 + 13600| 7.773 5.416e-17 0.409 + 13700| 49.781 3.712e-17 0.187 + 13701| 1.318 3.656e-17 0.381 + 13800| 200.000 4.324e-17 0.099 + 14000| 0.140 1.798e-17 0.536 ===================================================================== Graphics systems deleted. diff --git a/examples/advanced/STCyclotron/History b/examples/advanced/STCyclotron/History index 1f8dacc1844..c322ed20e84 100644 --- a/examples/advanced/STCyclotron/History +++ b/examples/advanced/STCyclotron/History @@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-08-12 I. Hrivnacova (STCyclotron-V11-02-00) +- Removed unused include of G4AccumulableManager.hh from STCyclotronRunAction.cc + ## 2023-12-04 S. Guatelli (STCyclotron-V11-01-02) - Corrected the PrimaryGeneratorAction to solve problem #2538. - Warning in vacuum_density corrected. diff --git a/examples/advanced/STCyclotron/STCyclotron.out b/examples/advanced/STCyclotron/STCyclotron.out index 15629bb3dc9..e297b6bd064 100644 --- a/examples/advanced/STCyclotron/STCyclotron.out +++ b/examples/advanced/STCyclotron/STCyclotron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -134,6 +134,7 @@ Index : 6 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 1 kByte @@ -148,6 +149,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 100.00 1k 5 13 86 0.00 World +-------------------------------------------------------------------------------- + ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : SolidTargetCyclotron.root - done @@ -156,14 +159,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=20.980000s Real=22.158684s Sys=0.000000s + User=20.670000s Real=21.343105s Sys=0.010000s ... write file : SolidTargetCyclotron.root - done ... close file : SolidTargetCyclotron.root - done G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x17fd590 -UserPhysicsList deleted 0x1804ab0 -UserActionInitialization deleted 0x198d500 +UserDetectorConstruction deleted 0x13e1c90 +UserPhysicsList deleted 0x13e91f0 +UserActionInitialization deleted 0x156fb60 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/advanced/STCyclotron/src/STCyclotronRunAction.cc b/examples/advanced/STCyclotron/src/STCyclotronRunAction.cc index c79dd158a3f..273f518cd98 100644 --- a/examples/advanced/STCyclotron/src/STCyclotronRunAction.cc +++ b/examples/advanced/STCyclotron/src/STCyclotronRunAction.cc @@ -38,7 +38,6 @@ #include "G4UserRunAction.hh" #include "G4Run.hh" #include "G4RunManager.hh" -#include "G4AccumulableManager.hh" #include "G4LogicalVolumeStore.hh" #include "G4LogicalVolume.hh" #include "G4UnitsTable.hh" diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out index b59e694058f..99d57a73e55 100644 --- a/examples/advanced/air_shower/air_shower.out +++ b/examples/advanced/air_shower/air_shower.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -159,7 +159,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -293,10 +292,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -467,7 +469,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -753,6 +755,7 @@ Index : 3 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 1 kByte @@ -769,14 +772,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ------- -------- ------ ------ -------- ---------- ---------- 52.31 0k 1 13 26 0.00 LensMotherLV 47.69 0k 3 9 22 0.00 World -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. ooo Run 0 starts (global). --------- Ranlux engine status --------- - Initial seed = 1719414333 - float_seed_table[] = 0.175047 0.486924 0.938101 0.260933 0.0250564 0.610063 0.19077 0.647262 0.688288 0.304093 0.131578 0.0703431 0.779271 0.826493 0.344645 0.826125 0.567265 0.697638 0.468342 0.317728 0.735822 0.239019 0.246665 0.261269 + Initial seed = 1733190394 + float_seed_table[] = 0.360882 0.447177 0.444575 0.252963 0.260974 0.65486 0.72269 0.814901 0.520089 0.905083 0.124839 0.405592 0.544422 0.665476 0.540874 0.674277 0.70344 0.544798 0.58117 0.107627 0.702365 0.587153 0.375013 0.819679 i_lag = 23, j_lag = 9 carry = 0, count24 = 0 luxury = 3 nskip = 199 @@ -787,15 +790,15 @@ mu- Mono Plane Run terminated. Run Summary Number of events processed : 100 - User=1.270000s Real=1.348591s Sys=0.000000s + User=1.580000s Real=1.601909s Sys=0.000000s ### Run 0 (global) ended. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1ab5900 -UserPhysicsList deleted 0x1af7488 -UserActionInitialization deleted 0x1c8b820 +UserDetectorConstruction deleted 0x2174bc0 +UserPhysicsList deleted 0x21b5d68 +UserActionInitialization deleted 0x234abd0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. @@ -810,18 +813,18 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.0135 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.024 MB +Pool ID '17G4DynamicParticle', size : 0.0231 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.0471 MB +Pool ID '7G4Track', size : 0.0461 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '15UltraOpticalHit', size : 0.000961 MB +Pool ID '15UltraOpticalHit', size : 0.00385 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.093 MB +Dynamic pools deleted: 12 / Total memory freed: 0.094 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out index ada630c06b3..b9f53c0ac41 100644 --- a/examples/advanced/amsEcal/run1.out +++ b/examples/advanced/amsEcal/run1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -62,7 +62,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -158,6 +158,7 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 32 kByte @@ -176,6 +177,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 94.74 30k 1 490 980 0.00 layer 3.16 1k 1 17 20 0.00 module 2.10 0k 1 10 18 0.00 calorimeter +-------------------------------------------------------------------------------- + ### Run 0 starts. ------- MixMaxRng engine status ------- @@ -196,7 +199,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=3.410000s Real=3.858164s Sys=0.000000s + User=3.730000s Real=3.881180s Sys=0.000000s ------------------------------------------------------------- ---> The calorimeter is 9 Modules @@ -244,88 +247,88 @@ Run Summary layer 23: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) layer 24: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) layer 25: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) - layer 26: 508.63 eV +- 50.86 keV (1e+04 %) 35.94 eV +- 3.594 keV (1e+04 %) - layer 27: 1.31 keV +- 131 keV (1e+04 %) 144.69 eV +- 14.47 keV (1e+04 %) - layer 28: 1.8422 keV +- 184.2 keV (1e+04 %) 142.6 eV +- 14.26 keV (1e+04 %) - layer 29: 925.67 eV +- 92.56 keV (1e+04 %) 85.879 eV +- 8.587 keV (1e+04 %) - layer 30: 1.3123 keV +- 131.2 keV (1e+04 %) 133.51 eV +- 13.35 keV (1e+04 %) - layer 31: 1.0592 keV +- 105.9 keV (1e+04 %) 100.2 eV +- 10.02 keV (1e+04 %) - layer 32: 2.3302 keV +- 233 keV (1e+04 %) 142.69 eV +- 14.27 keV (1e+04 %) - layer 33: 1.2736 keV +- 127.4 keV (1e+04 %) 129.42 eV +- 12.94 keV (1e+04 %) - layer 34: 1.0782 keV +- 107.8 keV (1e+04 %) 96.262 eV +- 9.626 keV (1e+04 %) - layer 35: 1.0338 keV +- 103.4 keV (1e+04 %) 116.97 eV +- 11.7 keV (1e+04 %) - layer 36: 1.2998 keV +- 130 keV (1e+04 %) 112.37 eV +- 11.24 keV (1e+04 %) - layer 37: 1.1875 keV +- 118.7 keV (1e+04 %) 101.5 eV +- 10.15 keV (1e+04 %) - layer 38: 1.5113 keV +- 151.1 keV (1e+04 %) 139.21 eV +- 13.92 keV (1e+04 %) - layer 39: 1.0974 keV +- 109.7 keV (1e+04 %) 142.31 eV +- 14.23 keV (1e+04 %) - layer 40: 1.7981 keV +- 179.8 keV (1e+04 %) 442.45 eV +- 44.24 keV (1e+04 %) - layer 41: 1.4551 keV +- 145.5 keV (1e+04 %) 148.19 eV +- 14.82 keV (1e+04 %) - layer 42: 957.65 eV +- 95.76 keV (1e+04 %) 98.025 eV +- 9.802 keV (1e+04 %) - layer 43: 2.7765 keV +- 277.6 keV (1e+04 %) 180.58 eV +- 18.06 keV (1e+04 %) - layer 44: 1.1171 keV +- 111.7 keV (1e+04 %) 134.28 eV +- 13.43 keV (1e+04 %) - layer 45: 1.1967 keV +- 119.7 keV (1e+04 %) 124.76 eV +- 12.48 keV (1e+04 %) - layer 46: 1.5229 MeV +- 2.102 MeV (1.4e+02 %) 158.51 keV +- 674.3 keV (4.3e+02 %) - layer 47: 1.531 MeV +- 2.159 MeV (1.4e+02 %) 162.39 keV +- 607.8 keV (3.7e+02 %) - layer 48: 1.5069 MeV +- 2.122 MeV (1.4e+02 %) 152.99 keV +- 485.3 keV (3.2e+02 %) - layer 49: 1.536 MeV +- 2.493 MeV (1.6e+02 %) 164.61 keV +- 1.06 MeV (6.4e+02 %) - layer 50: 1.534 MeV +- 2.296 MeV (1.5e+02 %) 149.72 keV +- 382.2 keV (2.6e+02 %) - layer 51: 1.5168 MeV +- 2.205 MeV (1.5e+02 %) 161.28 keV +- 798.9 keV (5e+02 %) - layer 52: 1.5447 MeV +- 2.739 MeV (1.8e+02 %) 153.93 keV +- 512.6 keV (3.3e+02 %) - layer 53: 1.5299 MeV +- 2.208 MeV (1.4e+02 %) 156.99 keV +- 870.4 keV (5.5e+02 %) - layer 54: 1.5543 MeV +- 2.774 MeV (1.8e+02 %) 170.06 keV +- 1.052 MeV (6.2e+02 %) - layer 55: 1.524 MeV +- 2.248 MeV (1.5e+02 %) 154.05 keV +- 529.4 keV (3.4e+02 %) - layer 56: 1.5268 MeV +- 2.287 MeV (1.5e+02 %) 160.3 keV +- 664.2 keV (4.1e+02 %) - layer 57: 1.5705 MeV +- 2.734 MeV (1.7e+02 %) 165.28 keV +- 987.5 keV (6e+02 %) - layer 58: 1.528 MeV +- 1.964 MeV (1.3e+02 %) 161.04 keV +- 672.7 keV (4.2e+02 %) - layer 59: 1.5566 MeV +- 2.486 MeV (1.6e+02 %) 147.28 keV +- 596 keV (4e+02 %) - layer 60: 1.513 MeV +- 1.961 MeV (1.3e+02 %) 164.8 keV +- 648.3 keV (3.9e+02 %) - layer 61: 1.5603 MeV +- 2.518 MeV (1.6e+02 %) 154.57 keV +- 598.9 keV (3.9e+02 %) - layer 62: 1.5205 MeV +- 2.233 MeV (1.5e+02 %) 167.15 keV +- 964.4 keV (5.8e+02 %) - layer 63: 1.5357 MeV +- 2.436 MeV (1.6e+02 %) 173.03 keV +- 1.215 MeV (7e+02 %) - layer 64: 1.5742 MeV +- 3.039 MeV (1.9e+02 %) 178.74 keV +- 1.32 MeV (7.4e+02 %) - layer 65: 1.5519 MeV +- 2.653 MeV (1.7e+02 %) 174.16 keV +- 1.228 MeV (7e+02 %) - layer 66: 1.56 MeV +- 2.659 MeV (1.7e+02 %) 163.99 keV +- 1.137 MeV (6.9e+02 %) - layer 67: 1.5188 MeV +- 2.228 MeV (1.5e+02 %) 147.7 keV +- 374.9 keV (2.5e+02 %) - layer 68: 1.549 MeV +- 2.5 MeV (1.6e+02 %) 161.53 keV +- 657.9 keV (4.1e+02 %) - layer 69: 1.5201 MeV +- 2.105 MeV (1.4e+02 %) 156.26 keV +- 531.1 keV (3.4e+02 %) - layer 70: 1.501 MeV +- 1.837 MeV (1.2e+02 %) 148.24 keV +- 428.2 keV (2.9e+02 %) - layer 71: 1.5485 MeV +- 2.506 MeV (1.6e+02 %) 171.55 keV +- 907.9 keV (5.3e+02 %) - layer 72: 1.5056 MeV +- 1.89 MeV (1.3e+02 %) 151.96 keV +- 541.4 keV (3.6e+02 %) - layer 73: 1.497 MeV +- 2.156 MeV (1.4e+02 %) 164.75 keV +- 614.7 keV (3.7e+02 %) - layer 74: 1.5133 MeV +- 2.323 MeV (1.5e+02 %) 145.6 keV +- 366.2 keV (2.5e+02 %) - layer 75: 1.4913 MeV +- 1.858 MeV (1.2e+02 %) 158.64 keV +- 931.1 keV (5.9e+02 %) - layer 76: 1.5365 MeV +- 2.538 MeV (1.7e+02 %) 166.63 keV +- 965.8 keV (5.8e+02 %) - layer 77: 1.497 MeV +- 1.9 MeV (1.3e+02 %) 156.94 keV +- 542.8 keV (3.5e+02 %) - layer 78: 1.5094 MeV +- 1.83 MeV (1.2e+02 %) 154.57 keV +- 498.4 keV (3.2e+02 %) - layer 79: 1.5017 MeV +- 1.946 MeV (1.3e+02 %) 150.5 keV +- 394.5 keV (2.6e+02 %) - layer 80: 1.5375 MeV +- 2.608 MeV (1.7e+02 %) 176.78 keV +- 1.253 MeV (7.1e+02 %) - layer 81: 1.5291 MeV +- 2.232 MeV (1.5e+02 %) 163.1 keV +- 902.6 keV (5.5e+02 %) - layer 82: 1.5689 MeV +- 2.598 MeV (1.7e+02 %) 167.73 keV +- 775.1 keV (4.6e+02 %) - layer 83: 1.5173 MeV +- 1.97 MeV (1.3e+02 %) 153.69 keV +- 465.9 keV (3e+02 %) - layer 84: 1.534 MeV +- 2.631 MeV (1.7e+02 %) 182.14 keV +- 1.397 MeV (7.7e+02 %) - layer 85: 1.5483 MeV +- 2.342 MeV (1.5e+02 %) 163.01 keV +- 979.9 keV (6e+02 %) - layer 86: 1.5539 MeV +- 2.648 MeV (1.7e+02 %) 161.28 keV +- 909.6 keV (5.6e+02 %) - layer 87: 1.5292 MeV +- 2.179 MeV (1.4e+02 %) 158.59 keV +- 718.2 keV (4.5e+02 %) - layer 88: 1.5179 MeV +- 2.176 MeV (1.4e+02 %) 159.39 keV +- 672.3 keV (4.2e+02 %) - layer 89: 1.5531 MeV +- 2.359 MeV (1.5e+02 %) 159.26 keV +- 632.7 keV (4e+02 %) - layer 90: 1.5266 MeV +- 2.207 MeV (1.4e+02 %) 154.59 keV +- 613.6 keV (4e+02 %) - - total calor : 75.155 MeV +- 16.27 MeV ( 22 %) 7.2321 MeV +- 5.373 MeV ( 74 %) + layer 26: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 27: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 28: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 29: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 30: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 31: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 32: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 33: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 34: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 35: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 36: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 37: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 38: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 39: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 40: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 41: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 42: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 43: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 44: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 45: 0 eV +- 0 eV ( 0 %) 0 eV +- 0 eV ( 0 %) + layer 46: 1.5607 MeV +- 2.472 MeV (1.6e+02 %) 165.73 keV +- 823 keV (5e+02 %) + layer 47: 1.5149 MeV +- 2.345 MeV (1.5e+02 %) 157.61 keV +- 555.1 keV (3.5e+02 %) + layer 48: 1.5042 MeV +- 1.965 MeV (1.3e+02 %) 153.46 keV +- 541 keV (3.5e+02 %) + layer 49: 1.5059 MeV +- 2.354 MeV (1.6e+02 %) 166.68 keV +- 1.135 MeV (6.8e+02 %) + layer 50: 1.5183 MeV +- 2.086 MeV (1.4e+02 %) 146.43 keV +- 284.7 keV (1.9e+02 %) + layer 51: 1.5189 MeV +- 2.084 MeV (1.4e+02 %) 159.53 keV +- 667.6 keV (4.2e+02 %) + layer 52: 1.5509 MeV +- 2.444 MeV (1.6e+02 %) 155.41 keV +- 505.6 keV (3.3e+02 %) + layer 53: 1.525 MeV +- 2.489 MeV (1.6e+02 %) 161.62 keV +- 879.5 keV (5.4e+02 %) + layer 54: 1.542 MeV +- 2.578 MeV (1.7e+02 %) 159.19 keV +- 869.5 keV (5.5e+02 %) + layer 55: 1.5212 MeV +- 1.984 MeV (1.3e+02 %) 160.13 keV +- 654.2 keV (4.1e+02 %) + layer 56: 1.5497 MeV +- 2.641 MeV (1.7e+02 %) 145.41 keV +- 278.1 keV (1.9e+02 %) + layer 57: 1.534 MeV +- 2.455 MeV (1.6e+02 %) 153.75 keV +- 809.4 keV (5.3e+02 %) + layer 58: 1.5322 MeV +- 2.131 MeV (1.4e+02 %) 153.31 keV +- 381.9 keV (2.5e+02 %) + layer 59: 1.5659 MeV +- 2.526 MeV (1.6e+02 %) 158.6 keV +- 799.9 keV (5e+02 %) + layer 60: 1.5495 MeV +- 2.364 MeV (1.5e+02 %) 181.37 keV +- 1.24 MeV (6.8e+02 %) + layer 61: 1.5495 MeV +- 2.406 MeV (1.6e+02 %) 159.3 keV +- 782.7 keV (4.9e+02 %) + layer 62: 1.5202 MeV +- 2.12 MeV (1.4e+02 %) 164.87 keV +- 778.9 keV (4.7e+02 %) + layer 63: 1.5281 MeV +- 2.348 MeV (1.5e+02 %) 162.37 keV +- 989.7 keV (6.1e+02 %) + layer 64: 1.5409 MeV +- 2.654 MeV (1.7e+02 %) 161.67 keV +- 1.03 MeV (6.4e+02 %) + layer 65: 1.5579 MeV +- 2.516 MeV (1.6e+02 %) 166.62 keV +- 996.2 keV (6e+02 %) + layer 66: 1.5266 MeV +- 2.271 MeV (1.5e+02 %) 164.68 keV +- 843.2 keV (5.1e+02 %) + layer 67: 1.5247 MeV +- 2.226 MeV (1.5e+02 %) 164.36 keV +- 921.5 keV (5.6e+02 %) + layer 68: 1.5444 MeV +- 2.422 MeV (1.6e+02 %) 159.25 keV +- 620.5 keV (3.9e+02 %) + layer 69: 1.503 MeV +- 2.083 MeV (1.4e+02 %) 157.76 keV +- 627.7 keV (4e+02 %) + layer 70: 1.4979 MeV +- 1.909 MeV (1.3e+02 %) 153.03 keV +- 538.3 keV (3.5e+02 %) + layer 71: 1.539 MeV +- 2.554 MeV (1.7e+02 %) 158.11 keV +- 620 keV (3.9e+02 %) + layer 72: 1.4969 MeV +- 1.906 MeV (1.3e+02 %) 159.99 keV +- 961.5 keV (6e+02 %) + layer 73: 1.505 MeV +- 2.043 MeV (1.4e+02 %) 163 keV +- 555 keV (3.4e+02 %) + layer 74: 1.5414 MeV +- 2.733 MeV (1.8e+02 %) 150.12 keV +- 507.7 keV (3.4e+02 %) + layer 75: 1.5154 MeV +- 2.088 MeV (1.4e+02 %) 160.28 keV +- 949.4 keV (5.9e+02 %) + layer 76: 1.5002 MeV +- 2.198 MeV (1.5e+02 %) 154.06 keV +- 551.5 keV (3.6e+02 %) + layer 77: 1.5242 MeV +- 2.418 MeV (1.6e+02 %) 156.59 keV +- 917.4 keV (5.9e+02 %) + layer 78: 1.5159 MeV +- 2.024 MeV (1.3e+02 %) 164.78 keV +- 675.1 keV (4.1e+02 %) + layer 79: 1.5036 MeV +- 2.019 MeV (1.3e+02 %) 152 keV +- 515.5 keV (3.4e+02 %) + layer 80: 1.5409 MeV +- 2.55 MeV (1.7e+02 %) 171.23 keV +- 1.182 MeV (6.9e+02 %) + layer 81: 1.5393 MeV +- 2.26 MeV (1.5e+02 %) 164.33 keV +- 988.4 keV (6e+02 %) + layer 82: 1.4987 MeV +- 1.999 MeV (1.3e+02 %) 162.13 keV +- 655.4 keV (4e+02 %) + layer 83: 1.5346 MeV +- 2.228 MeV (1.5e+02 %) 146.59 keV +- 393.8 keV (2.7e+02 %) + layer 84: 1.5039 MeV +- 2.212 MeV (1.5e+02 %) 172.99 keV +- 1.095 MeV (6.3e+02 %) + layer 85: 1.5544 MeV +- 2.449 MeV (1.6e+02 %) 170.27 keV +- 1.048 MeV (6.2e+02 %) + layer 86: 1.5328 MeV +- 2.564 MeV (1.7e+02 %) 161.58 keV +- 932.9 keV (5.8e+02 %) + layer 87: 1.5565 MeV +- 2.51 MeV (1.6e+02 %) 159.32 keV +- 717.6 keV (4.5e+02 %) + layer 88: 1.5206 MeV +- 2.124 MeV (1.4e+02 %) 160.63 keV +- 676.3 keV (4.2e+02 %) + layer 89: 1.5371 MeV +- 2.278 MeV (1.5e+02 %) 161.27 keV +- 577.2 keV (3.6e+02 %) + layer 90: 1.5134 MeV +- 2.027 MeV (1.3e+02 %) 151.89 keV +- 421.6 keV (2.8e+02 %) + + total calor : 75.038 MeV +- 16.1 MeV ( 21 %) 7.1933 MeV +- 5.221 MeV ( 73 %) ------------------------------------------------------------ - Leakage : 924.85 MeV +- 16.27 MeV - Eleak/Ebeam =92.5 % ( forward =92.5 % backward = 0 % lateral =0.00684 %) + Leakage : 924.96 MeV +- 16.1 MeV + Eleak/Ebeam =92.5 % ( forward =92.5 % backward = 0 % lateral =0.00683 %) ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1107671594470450757, 1240607435943435738, 2231204702643210350, 1189532161300035035, 1187160762106429718, 1279654564220372732, 394375735238574519, 1139581727873146704, 815563237799698575, 92100093776053926, 1421621212261671388, 1627816993775078338, 519999874798195897, 1532430024833830675, 1709850670266766569, 2049291853933162862, 367882786885510648} counter= 8sumtot= 1459601358416072823 +N=17 V[N]={2125414173700100552, 2142585805957254368, 76522162894449253, 1784158078511305541, 1604927075428355476, 1591418228791441455, 1319796215467225750, 510330441101115716, 292041348516976082, 1319273073710620057, 804550070673300322, 163284425230320842, 565490385491944821, 16112232889381638, 1636818388774373843, 1527274433194452312, 886262238668689935} counter= 11sumtot= 2225357714505450306 --------------------------------------- G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1178b40 -UserPhysicsList deleted 0x11ad150 -UserActionInitialization deleted 0x1333bf0 +UserDetectorConstruction deleted 0xf51240 +UserPhysicsList deleted 0xf84e30 +UserActionInitialization deleted 0x110b8c0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out index 6840cf6a3cf..b937447ba3d 100644 --- a/examples/advanced/brachytherapy/brachytherapy.out +++ b/examples/advanced/brachytherapy/brachytherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -281,10 +280,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -800,20 +802,11 @@ Index : 3 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. Using number of events = 5000 ... write file : primary.root - done ... close file : primary.root - done -There are histograms that can be viewed with visualization: - 1 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /score/dumpQuantityToFile boxMesh_4 eDep EnergyDeposition_Flexi.out ... create file : brachytherapy.root - done ... open analysis file : brachytherapy.root - done diff --git a/examples/advanced/composite_calorimeter/composite_calorimeter.out b/examples/advanced/composite_calorimeter/composite_calorimeter.out index becdad6b9b5..24c2d826f78 100644 --- a/examples/advanced/composite_calorimeter/composite_calorimeter.out +++ b/examples/advanced/composite_calorimeter/composite_calorimeter.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -121,10 +121,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -295,7 +298,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -774,11 +777,10 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -803,7 +805,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -868,6 +870,7 @@ Index : 5 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 15 kByte @@ -888,6 +891,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 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. ... set ntuple merging row mode : row-wise - done @@ -952,15 +957,15 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20 - User=16.250000s Real=16.897608s Sys=0.010000s + User=15.240000s Real=16.118912s Sys=0.010000s ### Run 0 end. ... write file : ccal.root - done ... close file : ccal.root - done G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x25b6a80 -UserPhysicsList deleted 0x25b7c40 -UserActionInitialization deleted 0x2773b60 +UserDetectorConstruction deleted 0xec6160 +UserPhysicsList deleted 0xec7320 +UserActionInitialization deleted 0x1082a20 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. @@ -971,24 +976,24 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 46 +Total navigation history collections cleaned: 52 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0683 MB +Pool ID '20G4NavigationLevelRep', size : 0.0759 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0731 MB +Pool ID '17G4DynamicParticle', size : 0.0798 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.145 MB -Pool ID '18G4TouchableHistory', size : 0.00577 MB +Pool ID '7G4Track', size : 0.159 MB +Pool ID '18G4TouchableHistory', size : 0.00673 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '17G4ReactionProduct', size : 0.0183 MB -Pool ID '10G4Fragment', size : 0.00673 MB +Pool ID '17G4ReactionProduct', size : 0.0144 MB +Pool ID '10G4Fragment', size : 0.00577 MB Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.32 MB +Dynamic pools deleted: 13 / Total memory freed: 0.35 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/dna/.README.txt b/examples/advanced/dna/.README.txt new file mode 100644 index 00000000000..a0233858d62 --- /dev/null +++ b/examples/advanced/dna/.README.txt @@ -0,0 +1,19 @@ + +///\file "dna/.README.txt" +///\brief Advanced examples dna README page + +/*! \page Examples_dna Category "dna" + +This directory contains a set of advanced Geant4-DNA examples. + +\section dna_s0 DNA damage + + - \link Examplemoleculardna moleculardna \endlink Damage simulation on DNA geometries. + + - \link ExampleDsbandrepair dsbandrepair \endlink Damage simulation on DNA geometries. + + + +See the README page inside each example for more detail. +*/ + diff --git a/examples/advanced/dna/CMakeLists.txt b/examples/advanced/dna/CMakeLists.txt new file mode 100644 index 00000000000..65362bd56b5 --- /dev/null +++ b/examples/advanced/dna/CMakeLists.txt @@ -0,0 +1,10 @@ +#---Adding all dna examples subdirectories explicitly + +cmake_minimum_required(VERSION 3.16...3.27) + +project(advanced-dna-example) + + +add_subdirectory(moleculardna) +add_subdirectory(dsbandrepair) +add_subdirectory(cellularPhantom) diff --git a/examples/advanced/dna/History b/examples/advanced/dna/History new file mode 100644 index 00000000000..d325f297456 --- /dev/null +++ b/examples/advanced/dna/History @@ -0,0 +1,10 @@ +# Example dna History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2024-10-15 Hoang Tran (addna-V11-02-00) +- added in advanced a dna category + + diff --git a/examples/advanced/dna/README b/examples/advanced/dna/README new file mode 100644 index 00000000000..926e976b3f4 --- /dev/null +++ b/examples/advanced/dna/README @@ -0,0 +1,16 @@ + ========================================================= + Geant4 - dna examples + ========================================================= + README file + ---------------------- + +This directory contains a set of Geant4-DNA advanced examples. + + - DNA damage simulation using DNA-scale geometries: + - moleculardna + - dsbandrepair + + - Cellular phantom: + - cellularPhantom + +See the README page inside each example for more detail. diff --git a/examples/advanced/dna/cellularPhantom/.README.txt b/examples/advanced/dna/cellularPhantom/.README.txt new file mode 100644 index 00000000000..baaf1bfdbc2 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/.README.txt @@ -0,0 +1,127 @@ +///\file "medical/dna/cellularPhantom/.README.txt" +///\brief Example cellularPhantom README page + + +/*! \page ExamplecellularPhantom Example cellularPhantom + +\authors P. Barberet, S. Incerti, N. H. Tran, L. Morelli +LP2i, IN2P3 / CNRS / Bordeaux University, 33175 Gradignan, France +E-mail: barberet@lp2ib.in2p3.fr or incerti@lp2ib.in2p3.fr + +If you use this code, please cite the following publication: +Monte-Carlo dosimetry on a realistic cell monolayer geometry exposed to alpha-particle, +P. Barberet, F. Vianna, M. Karamitros, T. Brun, N. Gordillo, P. Moretto, S. Incerti, H. Seznec, +Phys. Med. Biol. 57 (2012) 2189-2207 +https://doi.org/10.1088/0031-9155/57/8/2189 + +\section cellularPhantom_s1 INTRODUCTION. + +The cellularPhantom example shows how to simulate the irradiation of a 3D voxel +phantom containing biological cells, created from a confocal microscopy 24-bit RGB image. + +The original image was created thanks to: +- H. De Oliveira, T. Désigaux, N. Dusserre, ART BioPrint, France +- F. Paris, C. Niaudet, Inserm, France + +These developments were carried out as part of the "Flash'Atlantic" project +(2023-2024) funded by CNRS-MITI, France, and Inserm, France. + +Two phantom files phantom.dat (low resolution) and phantomHR.dat (high resolution) +are provided in the phantoms directory. + +They were created using the ImageJ phantom.ijm macro located in the ImageJ directory. +See the phantoms/Documentation.pdf file for more information + +The low resolution file is used for visualization in the macro vis.mac. +It contains the following lines: + +54300 20230 17320 16750 +=> total number of voxels, number of red, green and blue voxels + +734.0507 734.0507 90.6372 microns +=> whole X, Y and Z size of the phantom, with unit + +2.8674 2.8674 2.0142 microns +=> size of a single voxel, with unit + +And the list of individual voxels, with the format: X, Y and Z positions, type +(type is 1 for R, 2 for G, 3 for B): +232.2582 31.5412 0.0000 2 +235.1256 31.5412 0.0000 2 +... + +The low resolution and high resolution files can be used by the run.mac macro. + +\section cellularPhantom_s2 GEOMETRY SET-UP + +The geometry is a 1-mm side cube ("World") made of air, with a thickness of 100 um, +containing a liquid water medium ("Medium") of side 900 um and thickness 95 um, +containing itself the phantom ("Phantom"). + +The World and Medium dimensions can be changed by UI command. + +\section cellularPhantom_s3 SET-UP + +Make sure $G4LEDATA points to the low energy electromagnetic data files. + +\section cellularPhantom_s4 HOW TO RUN THE EXAMPLE + +In interactive mode, run: +\verbatim +./cellularPhantom +this will show the phantom in 3D (requires memory). +\endverbatim + +In batch, the macro run.mac can be used: +\verbatim +./cellularPhantom run.mac +\endverbatim + +In this macro, the user can select: +- the number of threads (MT mode) +- the phantom file name +- the World and Medium dimensions +- the Medium material +- the phantom voxel density +- the position (shift in X or Y or Z) of the phantom in the Medium +- the production cuts outside and inside in the phantom +- the incident particles (using GPS) + +\section cellularPhantom_s5 PHYSICS + +The PhysicsList class uses Geant4 option4 electromagnetic physics. + +It also contains other physics lists including Geant4-DNA option2, +which is commented by default. + +\section cellularPhantom_s6 SIMULATION OUTPUT AND RESULT ANALYSIS + +The output results consists in a phantom.root file, containing three ntuples, +corresponding to the 3 types of voxels (red, green and blue) of the original image. + +The ROOT macro plot.C can be run to extract and display: +- the cellular phantom +- the absorbed energy distribution in the 3 types of voxels +- the absorbed energy 2D map for the 3 types of voxels +- the absorbed dose 2D map for the 3 types of voxels + +Simply do, after the simulation: +\verbatim +root plot.C +\endverbatim + +In addition, the following quantities are displayed: +- total number of voxels in phantom +- total number of RED voxels in phantom +- total number of GREEN voxels in phantom +- total number of BLUE voxels in phantom +- total absorbed energy in RED voxels (MeV) +- total absorbed energy in GREEN voxels (MeV) +- total absorbed energy in BLUE voxels (MeV) +- total absorbed dose in RED voxels (Gy) +- total absorbed dose in GREEN voxels (Gy) +- total absorbed dose in BLUE voxels (Gy) + +Results are stored in the results.root file. + +*/ diff --git a/examples/advanced/dna/cellularPhantom/CMakeLists.txt b/examples/advanced/dna/cellularPhantom/CMakeLists.txt new file mode 100644 index 00000000000..3b4e5f07cb0 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/CMakeLists.txt @@ -0,0 +1,116 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(cellularPhantom) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# Dowload geometry data file +set(GEOMETRY_NEEDS_DOWNLOAD TRUE) +set(GEOMETRY_NEEDS_UNPACK_DELETE TRUE) +set(GEOMETRY_FILE_NAME "phantoms.tar.gz") +set(GEOMETRY_FOlDER_NAME "phantoms") +set(GEOMETRY_LOCAL_FILENAME "${PROJECT_BINARY_DIR}/${GEOMETRY_FILE_NAME}") +set(GEOMETRY_DATASETS_URL + "https://cern.ch/geant4-data/datasets/examples/advanced/dna/cellularPhantom/0/${GEOMETRY_FILE_NAME}") +set(HASH_MD5 "b663329eaa7d93396689506a798a4577") + +if (EXISTS "${GEOMETRY_FOlDER_NAME}") + set(GEOMETRY_NEEDS_DOWNLOAD FALSE) +endif () + + +if (GEOMETRY_NEEDS_DOWNLOAD) + message(STATUS "phantoms-data: attempting download: ${GEOMETRY_DATASETS_URL} ...") + file(DOWNLOAD "${GEOMETRY_DATASETS_URL}" "${GEOMETRY_LOCAL_FILENAME}" + INACTIVITY_TIMEOUT 500 + TIMEOUT 500 + STATUS DownloadStatus + ) + + list(GET DownloadStatus 0 DownloadReturnStatus) + if (DownloadReturnStatus) + message(FATAL_ERROR "phantoms-data: download FAILED: ${DownloadReturnStatus}, + This example needs internet for the phantoms data file, + even configuring done and complied. + Please, check your connection. + ") + else () + message(STATUS "phantoms-data: download OK") + endif () +endif () + + +if (EXISTS "${GEOMETRY_FOlDER_NAME}") + set(GEOMETRY_NEEDS_UNPACK_DELETE FALSE) +endif () + +if (GEOMETRY_NEEDS_UNPACK_DELETE) + message(STATUS "Going to unpack: phantoms.tar.gz") + execute_process( + COMMAND ${CMAKE_COMMAND} -E tar xfz "${GEOMETRY_LOCAL_FILENAME}" + OUTPUT_QUIET + RESULT_VARIABLE __phantoms_untar_result + ) + if (__phantoms_untar_result) + message(FATAL_ERROR "phantoms-data: failed to untar file : ${GEOMETRY_LOCAL_FILENAME}") + else () + message(STATUS "phantoms-data: untarred in '${PROJECT_BINARY_DIR}/phantoms' OK") + endif () + message(STATUS "Going to delete: ${GEOMETRY_LOCAL_FILENAME}") + execute_process( + COMMAND rm "${GEOMETRY_LOCAL_FILENAME}" + ) +endif () + +#---------------------------------------------------------------------------- +# Locate sources and headers for this project +# +include_directories(${PROJECT_SOURCE_DIR}/include + ${Geant4_INCLUDE_DIR}) +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(cellularPhantom cellularPhantom.cc ${sources} ${headers}) +target_link_libraries(cellularPhantom ${Geant4_LIBRARIES}) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, i.e. the directory in which we +# build cellule. This is so that we can run the executable directly because it +# relies on these scripts being in the current working directory. +# +set(cellule_SCRIPTS + vis.mac run.mac plot.C + ) + +foreach(_script ${cellule_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 cellularPhantom DESTINATION bin) diff --git a/examples/advanced/dna/cellularPhantom/History b/examples/advanced/dna/cellularPhantom/History new file mode 100644 index 00000000000..8141433feb3 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/History @@ -0,0 +1,7 @@ +# Example cellularPhantom History + +## 2024-10-28 S. Incerti (cellularPhantom-V11-02-01) +- Updated README + +## 2024-10-21 S. Incerti, H. Tran, Ph. Barberet (cellularPhantom-V11-02-00) +- Created diff --git a/examples/advanced/dna/cellularPhantom/ImageJ/phantom.ijm b/examples/advanced/dna/cellularPhantom/ImageJ/phantom.ijm new file mode 100644 index 00000000000..e1c256e27a4 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/ImageJ/phantom.ijm @@ -0,0 +1,219 @@ +// Created by +// - Ph. Barberet, J. Bordes +// Bordeaux U., France +// E-mail: barberet@lp2ib.in2p3.fr +// - L. Morelli +// Politecnico di Milano, Italy + +// Show progress +showProgress(0); + +// The phantom file will be saved in the directory chosen by the user +dir = getDirectory("Choose the output directory"); + +// Get voxel size and image dimensions +getVoxelSize(voxelWidth, voxelHeight, depth, unit); +getDimensions(imgWidth, imgHeight, channels, slices, frames); + +// User settings dialog +title = "Phantom settings"; +threshold1 = 0; +threshold2 = 0; +threshold3 = 0; +Dialog.createNonBlocking(title); +Dialog.addString("Output file name (.dat):", "phantom"); +Dialog.addNumber("Threshold red [0:255]:", 30); +Dialog.addNumber("Threshold green [0:255]:", 30); +Dialog.addNumber("Threshold blue [0:255]:", 30); + +numberSlices = 0; +items = newArray("RGB", "RBG", "BRG", "BGR", "GRB", "GBR"); //Definition of color priority order (1st color priority, 2nd color priority, 3rd color priority) +Dialog.addChoice("Priority", items); +Dialog.show(); + +// Read dialog parameters +filename = Dialog.getString(); +threshold1 = Dialog.getNumber(); +threshold2 = Dialog.getNumber(); +threshold3 = Dialog.getNumber(); +priority = Dialog.getChoice(); + +// Print output directory +print(dir); + +// Generate file path +path2file = dir + filename + ".dat"; + +for (num = 0; File.exists(path2file); num++) { + newfilename = filename + "_" + num; + path2file = dir + newfilename + ".dat"; +} + +// Open temporary file for writing +tempF = File.open(dir + "_temp.dat"); + +// Display file parameters +W = getWidth(); // Image width in voxels +H = getHeight(); // Image height in voxels + +print("Voxel size : ", voxelWidth, " ", voxelHeight, " ", depth, " ", unit); +print("Number of slices : ", slices); +print("Definition : ", W, "*", H); +print("Thresholds : ", threshold1, threshold2, threshold3); + +// Display number of voxels +showStatus("Voxels count"); + + +// Initialize voxel counters +numberVoxels1 = 0; +numberVoxels2 = 0; +numberVoxels3 = 0; + + +// Initialize a string to store lines of data +linesToWrite = ""; +linesArray = newArray(""); + +// Loop through the image to write voxel coordinates and material in the phantom file +for(k=0; k< nSlices; k++) +{ + showProgress(k/(nSlices)); + setSlice(k+1); + + for(j=0; j>16)&0xff; //Extracting red color data - bits 23-16 + green = (v>>8)&0xff; //Extracting green color data - bits 15-8 + blue = v&0xff; //Extracting blue color data - bits 7-0 + + //voxel coordinates (real units) + x=i*voxelWidth; + y=j*voxelWidth; + z=k*depth; + + material = 0; + if (priority=="RGB") //Red has priority over blue, which has priority over green, if 2 or 3 of these colors are greater than their threshold. + { + if (red>=threshold1) { + numberVoxels1 +=1; + material = 1;} + else if (green>=threshold2) { + numberVoxels2 +=1; + material = 2;} + else if (blue>=threshold3) { + numberVoxels3 +=1; + material = 3;} + + + } + + else if (priority=="RBG") + { + if (red>=threshold1) { + numberVoxels1 +=1; + material = 1;} + else if (blue>=threshold3) { + numberVoxels3 +=1; + material = 3} + else if (green>=threshold2) { + numberVoxels2 +=1; + material = 2;} + } + + else if (priority=="BRG") + { + if (blue>=threshold3) { + numberVoxels3 +=1; + material = 3;} + else if (red>=threshold1) { + numberVoxels1 +=1; + material = 1;} + else if (green>=threshold2) { + numberVoxels2 +=1; + material = 2;} + } + + else if (priority=="BGR") + { + if (blue>=threshold3) { + numberVoxels3 +=1; + material = 3;} + else if (green>=threshold2) { + numberVoxels2 +=1; + material = 2;} + else if (red>=threshold1) { + numberVoxels1 +=1; + material = 1;} + } + + else if (priority=="GBR") + { + if (green>=threshold2) { + numberVoxels2 +=1; + material = 2;} + else if (blue>=threshold3) { + numberVoxels3 +=1; + material = 3;} + else if (red>=threshold1) { + numberVoxels1 +=1; + material = 1;} + } + + else if (priority=="GRB") + { + if (green>=threshold2) { + numberVoxels2 +=1; + material = 2;} + else if (red>=threshold1) { + numberVoxels1 +=1; + material = 1;} + else if (blue>=threshold3) { + numberVoxels3 +=1; + material = 3;} + } + + // Append the line to the list of lines to write + if (material != 0){ + print(tempF, d2s(x,4) + " \t" + d2s(y,4) + " \t" + d2s(z,4) + " \t" + material + "\n"); + } + + } + } +} + +numberVoxels=numberVoxels1+numberVoxels2+numberVoxels3; + +// Close temporary file +File.close(tempF); + +// Open main file for writing +F = File.open(path2file); + +// Write header in main file +print(F, numberVoxels + "\t" + numberVoxels1 + "\t" + numberVoxels2 + "\t" + numberVoxels3 + "\n"); +print(F, imgWidth * voxelWidth + "\t" + imgHeight * voxelWidth + "\t" + slices * depth + "\t" + unit + "\n"); +print(F, voxelWidth + "\t" + voxelWidth + "\t" + depth + "\t" + unit + "\n"); + +// Read data from temporary file and write to main file +data = File.openAsString(dir + "_temp.dat"); +print(F, data); + +// Close main file +File.close(F); + +// Delete temporary file +File.delete(dir + "_temp.dat"); + +// Show completion messages +showProgress(1) + +if (num > 0) { + showMessage("WARNING: '" + filename + ".dat' file already exists.\nNew file: '" + newfilename + ".dat'"); +} +showStatus("Completed"); +showMessage("Completed"); diff --git a/examples/advanced/dna/cellularPhantom/README b/examples/advanced/dna/cellularPhantom/README new file mode 100644 index 00000000000..41ed52edb24 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/README @@ -0,0 +1,122 @@ +================================ +Geant4 - cellularPhantom example +================================ + + README file + ---------------------- + + Authors and contributors: + +P. Barberet, S. Incerti, N. H. Tran, L. Morelli +LP2i, IN2P3 / CNRS / Bordeaux University, 33175 Gradignan, France +E-mail: barberet@lp2ib.in2p3.fr or incerti@lp2ib.in2p3.fr + +If you use this code, please cite the following publication: +Monte-Carlo dosimetry on a realistic cell monolayer geometry exposed to alpha-particle, +P. Barberet, F. Vianna, M. Karamitros, T. Brun, N. Gordillo, P. Moretto, S. Incerti, H. Seznec, +Phys. Med. Biol. 57 (2012) 2189-2207 +https://doi.org/10.1088/0031-9155/57/8/2189 + +---->0. INTRODUCTION + +The cellularPhantom example shows how to simulate the irradiation of a 3D voxel +phantom containing biological cells, created from a confocal microscopy 24-bit RGB image. + +The original image was created thanks to: +- H. De Oliveira, T. Désigaux, N. Dusserre, ART BioPrint, France +- F. Paris, C. Niaudet, Inserm, France + +These developments were carried out as part of the "Flash'Atlantic" project +(2023-2024) funded by CNRS-MITI, France, and Inserm, France. + +Two phantom files phantom.dat (low resolution) and phantomHR.dat (high resolution) +are provided in the phantoms directory. + +They were created using the ImageJ phantom.ijm macro located in the ImageJ directory. +See the phantoms/Documentation.pdf file for more information + +The low resolution file is used for visualization in the macro vis.mac. +It contains the following lines: + +54300 20230 17320 16750 +=> total number of voxels, number of red, green and blue voxels + +734.0507 734.0507 90.6372 microns +=> whole X, Y and Z size of the phantom, with unit + +2.8674 2.8674 2.0142 microns +=> size of a single voxel, with unit + +And the list of individual voxels, with the format: X, Y and Z positions, type +(type is 1 for R, 2 for G, 3 for B): +232.2582 31.5412 0.0000 2 +235.1256 31.5412 0.0000 2 +... + +The low resolution and high resolution files can be used by the run.mac macro. + +---->1. GEOMETRY SET-UP + +The geometry is a 1-mm side cube ("World") made of air, with a thickness of 100 um, +containing a liquid water medium ("Medium") of side 900 um and thickness 95 um, +containing itself the phantom ("Phantom"). + +The World and Medium dimensions can be changed by UI command. + +---->2. SET-UP + +Make sure $G4LEDATA points to the low energy electromagnetic data files. + +---->3. HOW TO RUN THE EXAMPLE + +In interactive mode, run: +./cellularPhantom +this will show the phantom in 3D (requires memory). + +In batch, the macro run.mac can be used: +./cellularPhantom run.mac + +In this macro, the user can select: +- the number of threads (MT mode) +- the phantom file name +- the World and Medium dimensions +- the Medium material +- the phantom voxel density +- the position (shift in X or Y or Z) of the phantom in the Medium +- the production cuts outside and inside in the phantom +- the incident particles (using GPS) + +---->4. PHYSICS + +The PhysicsList class uses Geant4 option4 electromagnetic physics. + +It also contains other physics lists including Geant4-DNA option2, +which is commented by default. + +---->5. SIMULATION OUTPUT AND RESULT ANALYSIS + +The output results consists in a phantom.root file, containing three ntuples, +corresponding to the 3 types of voxels (red, green and blue) of the original image. + +The ROOT macro plot.C can be run to extract and display: +- the cellular phantom +- the absorbed energy distribution in the 3 types of voxels +- the absorbed energy 2D map for the 3 types of voxels +- the absorbed dose 2D map for the 3 types of voxels + +Simply do, after the simulation: +root plot.C + +In addition, the following quantities are displayed: +- total number of voxels in phantom +- total number of RED voxels in phantom +- total number of GREEN voxels in phantom +- total number of BLUE voxels in phantom +- total absorbed energy in RED voxels (MeV) +- total absorbed energy in GREEN voxels (MeV) +- total absorbed energy in BLUE voxels (MeV) +- total absorbed dose in RED voxels (Gy) +- total absorbed dose in GREEN voxels (Gy) +- total absorbed dose in BLUE voxels (Gy) + +Results are stored in the results.root file. diff --git a/examples/advanced/dna/cellularPhantom/cellularPhantom.cc b/examples/advanced/dna/cellularPhantom/cellularPhantom.cc new file mode 100644 index 00000000000..8bcd77ab486 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/cellularPhantom.cc @@ -0,0 +1,98 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#include "G4RunManagerFactory.hh" +#include "G4UIExecutive.hh" +#include "G4VisExecutive.hh" +#include "G4UImanager.hh" + +#include "ActionInitialization.hh" +#include "DetectorConstruction.hh" +#include "PhysicsList.hh" + +int main(int argc,char** argv) { + + // Detect interactive mode (if no arguments) and define UI session + G4UIExecutive* ui = nullptr; + if ( argc == 1 ) { ui = new G4UIExecutive(argc, argv); } + + // (Optionally) Choose the Random engine + //G4Random::setTheEngine(new CLHEP::RanecuEngine); + //G4Random::setTheSeed(1408); + + // Construct the default run manager + auto* runManager = G4RunManagerFactory::CreateRunManager(); + + // Set mandatory user initialization classes + DetectorConstruction* detector = new DetectorConstruction; + runManager->SetUserInitialization(detector); + + runManager->SetUserInitialization(new PhysicsList); + + // User action initialization + runManager->SetUserInitialization(new ActionInitialization()); + + G4VisManager* visManager = new G4VisExecutive; + visManager->Initialize(); + + // Get the pointer to the User Interface manager + G4UImanager* UImanager = G4UImanager::GetUIpointer(); + + // Process macro or start UI session + if ( ! ui ) { + // Batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UImanager->ApplyCommand(command+fileName); + } + else { + // Interactive mode + UImanager->ApplyCommand("/control/execute vis.mac"); + ui->SessionStart(); + delete ui; + } + + // Job termination + delete visManager; + delete runManager; + + return 0; +} diff --git a/examples/advanced/dna/cellularPhantom/cellularPhantom.out b/examples/advanced/dna/cellularPhantom/cellularPhantom.out new file mode 100644 index 00000000000..099ef1c3fa6 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/cellularPhantom.out @@ -0,0 +1,754 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_X11_ZB (TSG_X11_ZB, TSGX11ZB) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_XT_ZB (TSG_XT_ZB, TSGXtZB) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) + TOOLSSG_QT_ZB (TSG_QT_ZB, TSGQtZB) +You may choose a graphics system (driver) with a parameter of +the command "/vis/open" or "/vis/sceneHandler/create", +or you may omit the driver parameter and choose at run time: +- by argument in the construction of G4VisExecutive +- by environment variable "G4VIS_DEFAULT_DRIVER" +- by entry in "~/.g4session" +- by build flags. +- Note: This feature is not allowed in batch mode. +For further information see "examples/basic/B1/exampleB1.cc" +and "vis.mac". + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. + ######################################################################### + Loading cell phantom from file: phantoms/phantom.dat + ######################################################################### + + + ######################################################################### + Phantom placement and density + ######################################################################### + + ==========> Phantom origin - X (um) = -367.025 + ==========> Phantom origin - Y (um) = -367.025 + ==========> Phantom origin - Z (um) = -45.3186 + + ==========> Red density (g/cm3) = 1 + ==========> Green density (g/cm3) = 1 + ==========> Blue density (g/cm3) = 1 + + ######################################################################### + + ######################################################################### + Phantom information + ######################################################################### + + ==========> The phantom contains 54300 voxels + ==========> Voxel size X (um) = 2.8674 + ==========> Voxel size Y (um) = 2.8674 + ==========> Voxel size Z (um) = 2.0142 + + ==========> Number of red voxels = 20230 + ==========> Number of green voxels = 17320 + ==========> Number of blue voxels = 16750 + + ==========> Tolal mass of red voxels (kg) = 3.35023e-10 + ==========> Tolal mass of green voxels (kg) = 2.86832e-10 + ==========> Tolal mass of blue voxels (kg) = 2.77392e-10 + + ######################################################################### + + +========= Table of registered couples ============================ + +================================================================== + +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled +Use general process 1 +Enable linear polarisation for gamma 0 +Enable photoeffect sampling below K-shell 1 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 +Livermore data directory epics_2017 +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 1 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model for leptons and hadrons Urban +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Directory in G4LEDATA for fluorescence data files fluor +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 2 regions: + DefaultRegionForTheWorld 1 0 0 + phantomRegion 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 150 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 150 keV to 100 TeV in 176 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.001 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LindhardSorensen : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + MuBetheBloch : Emin= 200 keV Emax= 100 TeV deltaVI + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + MuBetheBloch : Emin= 200 keV Emax= 100 TeV deltaVI + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 100 meV + Region(s) which use this couple : + phantomRegion + +================================================================== + +### Run 0 starts. + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : Analysis_W001 + issued by : G4RootNtupleFileManager::SetNtupleMergingMode +Merging ntuples is not applicable in sequential application. +Setting was ignored. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +--> Event 0 starts. +--> Event 100 starts. +--> Event 200 starts. +--> Event 300 starts. +--> Event 400 starts. +--> Event 500 starts. +--> Event 600 starts. +--> Event 700 starts. +--> Event 800 starts. +--> Event 900 starts. +--> Event 1000 starts. +--> Event 1100 starts. +--> Event 1200 starts. +--> Event 1300 starts. +--> Event 1400 starts. +--> Event 1500 starts. +--> Event 1600 starts. +--> Event 1700 starts. +--> Event 1800 starts. +--> Event 1900 starts. +--> Event 2000 starts. +--> Event 2100 starts. +--> Event 2200 starts. +--> Event 2300 starts. +--> Event 2400 starts. +--> Event 2500 starts. +--> Event 2600 starts. +--> Event 2700 starts. +--> Event 2800 starts. +--> Event 2900 starts. +--> Event 3000 starts. +--> Event 3100 starts. +--> Event 3200 starts. +--> Event 3300 starts. +--> Event 3400 starts. +--> Event 3500 starts. +--> Event 3600 starts. +--> Event 3700 starts. +--> Event 3800 starts. +--> Event 3900 starts. +--> Event 4000 starts. +--> Event 4100 starts. +--> Event 4200 starts. +--> Event 4300 starts. +--> Event 4400 starts. +--> Event 4500 starts. +--> Event 4600 starts. +--> Event 4700 starts. +--> Event 4800 starts. +--> Event 4900 starts. +--> Event 5000 starts. +--> Event 5100 starts. +--> Event 5200 starts. +--> Event 5300 starts. +--> Event 5400 starts. +--> Event 5500 starts. +--> Event 5600 starts. +--> Event 5700 starts. +--> Event 5800 starts. +--> Event 5900 starts. +--> Event 6000 starts. +--> Event 6100 starts. +--> Event 6200 starts. +--> Event 6300 starts. +--> Event 6400 starts. +--> Event 6500 starts. +--> Event 6600 starts. +--> Event 6700 starts. +--> Event 6800 starts. +--> Event 6900 starts. +--> Event 7000 starts. +--> Event 7100 starts. +--> Event 7200 starts. +--> Event 7300 starts. +--> Event 7400 starts. +--> Event 7500 starts. +--> Event 7600 starts. +--> Event 7700 starts. +--> Event 7800 starts. +--> Event 7900 starts. +--> Event 8000 starts. +--> Event 8100 starts. +--> Event 8200 starts. +--> Event 8300 starts. +--> Event 8400 starts. +--> Event 8500 starts. +--> Event 8600 starts. +--> Event 8700 starts. +--> Event 8800 starts. +--> Event 8900 starts. +--> Event 9000 starts. +--> Event 9100 starts. +--> Event 9200 starts. +--> Event 9300 starts. +--> Event 9400 starts. +--> Event 9500 starts. +--> Event 9600 starts. +--> Event 9700 starts. +--> Event 9800 starts. +--> Event 9900 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=29.190000s Real=30.611031s Sys=0.000000s +Graphics systems deleted. +Visualization Manager deleting... +================== Deleting memory pools =================== +Number of memory pools allocated: 9 of which, static: 0 +Dynamic pools deleted: 9 / Total memory freed: 0.19 MB +============================================================ diff --git a/examples/advanced/dna/cellularPhantom/include/ActionInitialization.hh b/examples/advanced/dna/cellularPhantom/include/ActionInitialization.hh new file mode 100644 index 00000000000..13c3d9432b1 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/ActionInitialization.hh @@ -0,0 +1,62 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef ActionInitialization_h +#define ActionInitialization_h 1 + +#include "G4VUserActionInitialization.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class DetectorConstruction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class ActionInitialization : public G4VUserActionInitialization +{ + public: + ActionInitialization(); + ~ActionInitialization() override = default; + void BuildForMaster() const override; + void Build() const override; +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/include/CellParameterisation.hh b/examples/advanced/dna/cellularPhantom/include/CellParameterisation.hh new file mode 100644 index 00000000000..6d1202be838 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/CellParameterisation.hh @@ -0,0 +1,145 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef CellParameterisation_H +#define CellParameterisation_H 1 + +#include "G4VPVParameterisation.hh" +#include "G4VPhysicalVolume.hh" +#include "G4LogicalVolume.hh" +#include "G4VisAttributes.hh" +#include "G4SystemOfUnits.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class CellParameterisation : public G4VPVParameterisation +{ + public: + + explicit CellParameterisation + (G4String fileName, + G4Material *RedMat, G4Material *GreenMat, G4Material *BlueMat, + G4double shiftX, G4double shiftY, G4double shiftZ); + + ~CellParameterisation() override; + + void ComputeTransformation + (const G4int copyNo, G4VPhysicalVolume *physVol) const override; + + G4Material *ComputeMaterial (const G4int copyNo, + G4VPhysicalVolume *physVol, + const G4VTouchable *) override; + + inline auto GetPhantomTotalPixels() const { return fPhantomTotalPixels; } + + inline auto GetRedTotalPixels() const { return fRedTotalPixels; } + inline auto GetGreenTotalPixels() const { return fGreenTotalPixels; } + inline auto GetBlueTotalPixels() const { return fBlueTotalPixels; } + + inline auto GetPixelSizeX() const { return fDimCellBoxX; } + inline auto GetPixelSizeY() const { return fDimCellBoxY; } + inline auto GetPixelSizeZ() const { return fDimCellBoxZ; } + + inline auto GetRedMass() const { return fRedMass; } + inline auto GetGreenMass() const { return fGreenMass; } + inline auto GetBlueMass() const { return fBlueMass; } + + inline auto GetVoxelThreeVector(G4int i) const { return fMapCell[i]; } + inline auto GetVoxelThreeVectorPixel(G4int i) const { return fMapCellPxl[i]; } + inline auto GetVoxelThreeVectorOriginal(G4int i) const { return fMapCellOriginal[i]; } + + inline auto GetMaterial(G4int i) const { return fMaterial[i]; } + + // Singleton + static CellParameterisation *Instance() + { + return gInstance; + } + + private: + + void Initialize(const G4String&); + + static CellParameterisation *gInstance; + + G4double fDimCellBoxX = 0; + G4double fDimCellBoxY = 0; + G4double fDimCellBoxZ = 0; + + G4double fSizeRealX = 0; + G4double fSizeRealY = 0; + G4double fSizeRealZ = 0; + + G4Material *fRedMaterial = nullptr; + G4Material *fGreenMaterial = nullptr; + G4Material *fBlueMaterial = nullptr; + + G4double fShiftX = 0.; + G4double fShiftY = 0.; + G4double fShiftZ = 0.; + + G4VisAttributes *fRedAttributes = nullptr; + G4VisAttributes *fGreenAttributes = nullptr; + G4VisAttributes *fBlueAttributes = nullptr; + + G4ThreeVector *fMapCell = nullptr; // VOXEL COORDINATES + G4ThreeVector *fMapCellPxl = nullptr;// VOXEL COORDINATES IN PIXEL, NO SHIFT + G4ThreeVector *fMapCellOriginal = nullptr; // VOXEL COORDINATES (original space) + + G4int *fMaterial = nullptr; // MATERIAL + + G4int fPhantomTotalPixels = 0; + G4int fRedTotalPixels = 0; + G4int fGreenTotalPixels = 0; + G4int fBlueTotalPixels = 0; + + G4double fRedMass = 0.; + G4double fGreenMass = 0.; + G4double fBlueMass = 0.; + + char fRealUnit; + + G4double fOffsetX = 0.; + G4double fOffsetY = 0.; + G4double fOffsetZ = 0.; +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/include/DetectorConstruction.hh b/examples/advanced/dna/cellularPhantom/include/DetectorConstruction.hh new file mode 100644 index 00000000000..3fb924d7ca4 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/DetectorConstruction.hh @@ -0,0 +1,133 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef DetectorConstruction_h +#define DetectorConstruction_h 1 + +#include "CellParameterisation.hh" + +#include "G4VUserDetectorConstruction.hh" +#include "G4Box.hh" +#include "G4Region.hh" +#include "G4PVPlacement.hh" +#include "G4PVParameterised.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class DetectorMessenger; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class DetectorConstruction : public G4VUserDetectorConstruction { + public: + + DetectorConstruction(); + ~DetectorConstruction() override = default; + + G4VPhysicalVolume *Construct() override; + + inline auto *GetLogicalMedium() const { return fLogicMedium; }; + + void SetTargetMaterial(const G4String&); + + void SetRedDensity(const G4double&); + void SetGreenDensity(const G4double&); + void SetBlueDensity(const G4double&); + + void SetShiftX(const G4double&); + void SetShiftY(const G4double&); + void SetShiftZ(const G4double&); + + void SetMediumSizeXY(const G4double&); + void SetMediumSizeZ(const G4double&); + + void SetWorldSizeXY(const G4double&); + void SetWorldSizeZ(const G4double&); + + void SetPhantomFileName(const G4String&); + + private: + + void DefineMaterials(); + + G4VPhysicalVolume *ConstructLine(); + + G4double fDensityRed = 1.0; + G4double fDensityGreen = 1.0; + G4double fDensityBlue = 1.0; + + G4double fShiftX = 0.*um; + G4double fShiftY = 0.*um; + G4double fShiftZ = 0.*um; + + G4double fWorldSizeXY = 0.; + G4double fWorldSizeZ = 0.; + + G4double fMediumSizeXY = 0.; + G4double fMediumSizeZ = 0.; + + G4Material *fDefaultMaterial = nullptr; + G4Material *fMediumMaterial = nullptr; + G4Material *fRedMaterial = nullptr; + G4Material *fGreenMaterial = nullptr; + G4Material *fBlueMaterial = nullptr; + G4Material *fPhantomMaterial = nullptr; + + G4VPhysicalVolume *fPhysiWorld = nullptr; + G4LogicalVolume *fLogicWorld = nullptr; + G4Box *fSolidWorld = nullptr; + + G4VPhysicalVolume *fPhysiMedium = nullptr; + G4LogicalVolume *fLogicMedium = nullptr; + G4Box *fSolidMedium = nullptr; + + G4VPhysicalVolume *fPhysiPhantom = nullptr; + G4LogicalVolume *fLogicPhantom = nullptr; + G4Box *fSolidPhantom = nullptr; + CellParameterisation *fPhantomParam = nullptr; + + DetectorMessenger* fDetectorMessenger = nullptr; + + G4String fPhantomFileName = ""; + G4Region* fPhantomRegion = nullptr; +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/include/DetectorMessenger.hh b/examples/advanced/dna/cellularPhantom/include/DetectorMessenger.hh new file mode 100644 index 00000000000..5f12ab164c1 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/DetectorMessenger.hh @@ -0,0 +1,89 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef DetectorMessenger_h +#define DetectorMessenger_h 1 + +#include "G4UImessenger.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class DetectorConstruction; +class G4UIcmdWithAString; +class G4UIcmdWithADoubleAndUnit; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class DetectorMessenger: public G4UImessenger +{ + public: + + explicit DetectorMessenger(DetectorConstruction*); + ~DetectorMessenger() override; + + void SetNewValue(G4UIcommand*, G4String) override; + + private: + + DetectorConstruction* fDetector = nullptr; + + G4UIdirectory* fPhantomDir = nullptr; + G4UIdirectory* fWorldDir = nullptr; + + G4UIcmdWithAString* fNameCmd = nullptr; + G4UIcmdWithAString* fMatCmd = nullptr; + + G4UIcmdWithADoubleAndUnit* fDenRedCmd = nullptr; + G4UIcmdWithADoubleAndUnit* fDenGreenCmd = nullptr; + G4UIcmdWithADoubleAndUnit* fDenBlueCmd = nullptr; + + G4UIcmdWithADoubleAndUnit* fShiftXCmd = nullptr; + G4UIcmdWithADoubleAndUnit* fShiftYCmd = nullptr; + G4UIcmdWithADoubleAndUnit* fShiftZCmd = nullptr; + + G4UIcmdWithADoubleAndUnit* fMediumSizeXYCmd = nullptr; + G4UIcmdWithADoubleAndUnit* fMediumSizeZCmd = nullptr; + + G4UIcmdWithADoubleAndUnit* fWorldSizeXYCmd = nullptr; + G4UIcmdWithADoubleAndUnit* fWorldSizeZCmd = nullptr; +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/include/EventAction.hh b/examples/advanced/dna/cellularPhantom/include/EventAction.hh new file mode 100644 index 00000000000..840876ad924 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/EventAction.hh @@ -0,0 +1,63 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef EventAction_h +#define EventAction_h 1 + +#include "G4UserEventAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class RunAction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class EventAction : public G4UserEventAction +{ + public: + explicit EventAction(); + ~EventAction() override; + + void BeginOfEventAction(const G4Event*) override; + void EndOfEventAction(const G4Event*) override; +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/include/PhysicsList.hh b/examples/advanced/dna/cellularPhantom/include/PhysicsList.hh new file mode 100644 index 00000000000..9374bf18080 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/PhysicsList.hh @@ -0,0 +1,61 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef PhysicsList_h +#define PhysicsList_h 1 + +#include "G4VModularPhysicsList.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class PhysicsList: public G4VModularPhysicsList +{ + public: + + explicit PhysicsList(); + ~PhysicsList() override; + + void SetCuts() override; + + private: +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/include/PrimaryGeneratorAction.hh b/examples/advanced/dna/cellularPhantom/include/PrimaryGeneratorAction.hh new file mode 100644 index 00000000000..f79031ddf4a --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/PrimaryGeneratorAction.hh @@ -0,0 +1,67 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef PrimaryGeneratorAction_h +#define PrimaryGeneratorAction_h 1 + +#include "CellParameterisation.hh" + +#include "G4VUserPrimaryGeneratorAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class G4GeneralParticleSource; + +//....oooOO0OOooo........oooOO0OOooo.......eant4 units.oooOO0OOooo........oooOO0OOooo.... + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction +{ + public: + explicit PrimaryGeneratorAction(); + ~PrimaryGeneratorAction() override; + + void GeneratePrimaries(G4Event*) override; + + private: + G4GeneralParticleSource* fGPS = nullptr; +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/include/RunAction.hh b/examples/advanced/dna/cellularPhantom/include/RunAction.hh new file mode 100644 index 00000000000..5ee1445d95d --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/RunAction.hh @@ -0,0 +1,72 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef RunAction_h +#define RunAction_h 1 + +#include "DetectorConstruction.hh" + +#include "G4UserRunAction.hh" +#include "G4AnalysisManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class RunAction : public G4UserRunAction +{ + public: + + explicit RunAction(); + ~RunAction() override; + + void BeginOfRunAction(const G4Run*) override; + void EndOfRunAction(const G4Run*) override; + + void AddDoseBox(G4int i, G4double x) {fVoxelEnergy[i] +=x;} + G4double GetDoseBox(G4int i) {return fVoxelEnergy[i];} + + private: + + const CellParameterisation * fMyPhantomParam = nullptr; + G4double * fVoxelEnergy = nullptr; + G4int fNbVoxels = 0; +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/include/SteppingAction.hh b/examples/advanced/dna/cellularPhantom/include/SteppingAction.hh new file mode 100644 index 00000000000..81dc6d58e64 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/include/SteppingAction.hh @@ -0,0 +1,64 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#ifndef SteppingAction_h +#define SteppingAction_h 1 + +#include "RunAction.hh" + +#include "G4UserSteppingAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +class SteppingAction : public G4UserSteppingAction +{ + public: + explicit SteppingAction(RunAction*); + ~SteppingAction() override = default; + + void UserSteppingAction(const G4Step*) override; + + private: + RunAction* fRunAction = nullptr; + const CellParameterisation * fMyPhantomParam = nullptr; +}; + +#endif diff --git a/examples/advanced/dna/cellularPhantom/plot.C b/examples/advanced/dna/cellularPhantom/plot.C new file mode 100644 index 00000000000..41a949632f2 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/plot.C @@ -0,0 +1,514 @@ +// ------------------------------------------------------------------- +// ------------------------------------------------------------------- +// +// ********************************************************************* +// To execute this macro under ROOT, +// 1 - launch ROOT (usually type 'root' at your machine's prompt) +// 2 - type '.X plot.C' at the ROOT session prompt +// Written by S. Incerti, 10/09/2024 +// ********************************************************************* +{ +gROOT->Reset(); +gROOT->SetStyle("Plain"); +gStyle->SetOptStat(0000); +gStyle->SetPalette(1); + +auto c1 = new TCanvas ("c1","",20,20,1200,900); +c1->Divide(4,3); + +//------------------------------ +// Original phantom file view +//------------------------------ + +FILE * fp = fopen("phantoms/phantom.dat","r"); + +Double_t X, Y, Z, mat, tmp; +char unit[100]; +Double_t voxelSizeX, voxelSizeY, voxelSizeZ; +Long_t numberVoxTot, numberVoxRed, numberVoxGreen, numberVoxBlue; + +TNtuple *ntuplePhantom = new TNtuple("PHANTOM","ntuple","X:Y:Z:mat"); + +Long_t nlines=0; +Long_t ncols=0; + +while (1) + { + if ( nlines == 0 ) ncols = fscanf(fp,"%ld %ld %ld %ld",&numberVoxTot,&numberVoxRed,&numberVoxGreen,&numberVoxBlue); + if ( nlines == 1 ) ncols = fscanf(fp,"%lf %lf %lf %s",&tmp,&tmp,&tmp,unit); + if ( nlines == 2 ) ncols = fscanf(fp,"%lf %lf %lf %s",&voxelSizeX,&voxelSizeY,&voxelSizeZ, unit); + if ( nlines >= 3 ) ncols = fscanf(fp,"%lf %lf %lf %lf", &X, &Y, &Z, &mat); + //cout << X << " " << Y << " " << Z << " " << mat << endl; + if (ncols < 0) break; + ntuplePhantom->Fill(X,Y,Z,mat); + nlines++; + } +fclose(fp); + +c1->cd(1); + +ntuplePhantom->SetMarkerColor(1); +ntuplePhantom->Draw("Y:X"); +// RED +ntuplePhantom->SetMarkerColor(2); +ntuplePhantom->Draw("Y:X","mat==1","same"); +// GREEN +ntuplePhantom->SetMarkerColor(3); +ntuplePhantom->Draw("Y:X","mat==2","same"); +// BLUE +ntuplePhantom->SetMarkerColor(4); +ntuplePhantom->Draw("Y:X","mat==3","same"); +// +TH2F *htemp = (TH2F*)gPad->GetPrimitive("htemp"); +htemp->GetXaxis()->SetTitle("X (microns)"); +htemp->GetYaxis()->SetTitle("Y (mirons)"); +htemp->GetXaxis()->SetLabelSize(0.025); +htemp->GetYaxis()->SetLabelSize(0.025); +htemp->GetXaxis()->SetTitleSize(0.035); +htemp->GetYaxis()->SetTitleSize(0.035); +htemp->GetXaxis()->SetTitleOffset(1.4); +htemp->GetYaxis()->SetTitleOffset(1.4); +htemp->SetTitle("RGB phantom YX view"); + +c1->cd(5); + +ntuplePhantom->SetMarkerColor(1); +ntuplePhantom->Draw("Y:Z"); +// RED +ntuplePhantom->SetMarkerColor(2); +ntuplePhantom->Draw("Y:Z","mat==1","same"); +// GREEN +ntuplePhantom->SetMarkerColor(3); +ntuplePhantom->Draw("Y:Z","mat==2","same"); +// BLUE +ntuplePhantom->SetMarkerColor(4); +ntuplePhantom->Draw("Y:Z","mat==3","same"); +// +TH2F *htempBis = (TH2F*)gPad->GetPrimitive("htemp"); +htempBis->GetXaxis()->SetTitle("Z (microns)"); +htempBis->GetYaxis()->SetTitle("Y (mirons)"); +htempBis->GetXaxis()->SetLabelSize(0.025); +htempBis->GetYaxis()->SetLabelSize(0.025); +htempBis->GetXaxis()->SetTitleSize(0.035); +htempBis->GetYaxis()->SetTitleSize(0.035); +htempBis->GetXaxis()->SetTitleOffset(1.4); +htempBis->GetYaxis()->SetTitleOffset(1.4); +htempBis->SetTitle("RGB phantom YZ view"); + +c1->cd(9); + +ntuplePhantom->SetMarkerColor(1); +ntuplePhantom->Draw("X:Z"); +// RED +ntuplePhantom->SetMarkerColor(2); +ntuplePhantom->Draw("X:Z","mat==1","same"); +// GREEN +ntuplePhantom->SetMarkerColor(3); +ntuplePhantom->Draw("X:Z","mat==2","same"); +// BLUE +ntuplePhantom->SetMarkerColor(4); +ntuplePhantom->Draw("X:Z","mat==3","same"); +// +TH2F *htempTer = (TH2F*)gPad->GetPrimitive("htemp"); +htempTer->GetXaxis()->SetTitle("Z (microns)"); +htempTer->GetYaxis()->SetTitle("X (mirons)"); +htempTer->GetXaxis()->SetLabelSize(0.025); +htempTer->GetYaxis()->SetLabelSize(0.025); +htempTer->GetXaxis()->SetTitleSize(0.035); +htempTer->GetYaxis()->SetTitleSize(0.035); +htempTer->GetXaxis()->SetTitleOffset(1.4); +htempTer->GetYaxis()->SetTitleOffset(1.4); +htempTer->SetTitle("RGB phantom XZ view"); + +//------------------ +// Read ROOT file +//------------------ + +// IF no merging active in simulation +//system ("rm -rf phantom.root"); +//system ("hadd -O phantom.root phantom_t*.root"); + +TFile *f = new TFile ("phantom.root"); + +TNtuple* ntuple1; +TNtuple* ntuple2; +TNtuple* ntuple3; + +ntuple1 = (TNtuple*)f->Get("ntuple1"); +ntuple2 = (TNtuple*)f->Get("ntuple2"); +ntuple3 = (TNtuple*)f->Get("ntuple3"); + +//---------------------- +// Sum of ntuples +//---------------------- + +Double_t * tabVoxelXRed = new Double_t [numberVoxTot]; +Double_t * tabVoxelXGreen = new Double_t [numberVoxTot]; +Double_t * tabVoxelXBlue = new Double_t [numberVoxTot]; + +Double_t * tabVoxelYRed = new Double_t [numberVoxTot]; +Double_t * tabVoxelYGreen = new Double_t [numberVoxTot]; +Double_t * tabVoxelYBlue = new Double_t [numberVoxTot]; + +Double_t * tabVoxelZRed = new Double_t [numberVoxTot]; +Double_t * tabVoxelZGreen = new Double_t [numberVoxTot]; +Double_t * tabVoxelZBlue = new Double_t [numberVoxTot]; + +Double_t * tabVoxelEnergyRed = new Double_t [numberVoxTot]; +Double_t * tabVoxelEnergyGreen = new Double_t [numberVoxTot]; +Double_t * tabVoxelEnergyBlue = new Double_t [numberVoxTot]; + +Double_t * tabVoxelDoseRed = new Double_t [numberVoxTot]; +Double_t * tabVoxelDoseGreen = new Double_t [numberVoxTot]; +Double_t * tabVoxelDoseBlue = new Double_t [numberVoxTot]; + +// Initialisation of the arrays +for (Int_t i = 0; i < numberVoxRed; i++) +{ + tabVoxelXRed[i] = 0; + tabVoxelYRed[i] = 0; + tabVoxelZRed[i] = 0; + tabVoxelEnergyRed[i] = 0; + tabVoxelDoseRed[i] = 0; +} +for (Int_t i = 0; i < numberVoxGreen; i++) +{ + tabVoxelXGreen[i] = 0; + tabVoxelYGreen[i] = 0; + tabVoxelZGreen[i] = 0; + tabVoxelEnergyGreen[i] = 0; + tabVoxelDoseGreen[i] = 0; +} +for (Int_t i = 0; i < numberVoxBlue; i++) +{ + tabVoxelXBlue[i] = 0; + tabVoxelYBlue[i] = 0; + tabVoxelZBlue[i] = 0; + tabVoxelEnergyBlue[i] = 0; + tabVoxelDoseBlue[i] = 0; +} + +Double_t x, y, z, energy, dose; +Int_t voxelID; +Double_t nrjRed=0.; +Double_t nrjGreen=0.; +Double_t nrjBlue=0.; +Double_t doseRed=0.; +Double_t doseGreen=0.; +Double_t doseBlue=0.; + +// + +ntuple1->SetBranchAddress("x",&x); +ntuple1->SetBranchAddress("y",&y); +ntuple1->SetBranchAddress("z",&z); +ntuple1->SetBranchAddress("energy",&energy); +ntuple1->SetBranchAddress("dose",&dose); +ntuple1->SetBranchAddress("voxelID",&voxelID); + +// RED + +Long_t nentriesRed = (Long_t)ntuple1->GetEntries(); +for (Long_t i=0;iGetEntry(i); + if (energy > 0) + { + nrjRed=nrjRed+energy; + doseRed=doseRed+dose; + + tabVoxelXRed[voxelID] = x; + tabVoxelYRed[voxelID] = y; + tabVoxelZRed[voxelID] = z; + tabVoxelEnergyRed[voxelID] = tabVoxelEnergyRed[voxelID] + energy; + tabVoxelDoseRed[voxelID] = tabVoxelDoseRed[voxelID] + dose; + } +} + +ntuple2->SetBranchAddress("x",&x); +ntuple2->SetBranchAddress("y",&y); +ntuple2->SetBranchAddress("z",&z); +ntuple2->SetBranchAddress("energy",&energy); +ntuple2->SetBranchAddress("dose",&dose); +ntuple2->SetBranchAddress("voxelID",&voxelID); + +// GREEN + +Long_t nentriesGreen = (Long_t)ntuple2->GetEntries(); +for (Long_t i=0;iGetEntry(i); + if (energy > 0) + { + nrjGreen=nrjGreen+energy; + doseGreen=doseGreen+dose; + + tabVoxelXGreen[voxelID] = x; + tabVoxelYGreen[voxelID] = y; + tabVoxelZGreen[voxelID] = z; + tabVoxelEnergyGreen[voxelID] = tabVoxelEnergyGreen[voxelID] + energy; + tabVoxelDoseGreen[voxelID] = tabVoxelDoseGreen[voxelID] + dose; + } +} + +// BLUE + +ntuple3->SetBranchAddress("x",&x); +ntuple3->SetBranchAddress("y",&y); +ntuple3->SetBranchAddress("z",&z); +ntuple3->SetBranchAddress("energy",&energy); +ntuple3->SetBranchAddress("dose",&dose); +ntuple3->SetBranchAddress("voxelID",&voxelID); + +Long_t nentriesBlue = (Long_t)ntuple3->GetEntries(); +for (Long_t i=0;iGetEntry(i); + if (energy > 0) + { + nrjBlue=nrjBlue+energy; + doseBlue=doseBlue+dose; + tabVoxelXBlue[voxelID] = x; + tabVoxelYBlue[voxelID] = y; + tabVoxelZBlue[voxelID] = z; + tabVoxelEnergyBlue[voxelID] = tabVoxelEnergyBlue[voxelID] + energy; + tabVoxelDoseBlue[voxelID] = tabVoxelDoseBlue[voxelID] + dose; + } +} + +// To liberate memory +f->Close(); + +TFile *f2 = new TFile ("results.root","RECREATE"); +// + +TNtuple *ntupleRED = new TNtuple ("RED","RED","x:y:z:energy:dose"); +TNtuple *ntupleGREEN = new TNtuple ("GREEN","GREEN","x:y:z:energy:dose"); +TNtuple *ntupleBLUE = new TNtuple ("BLUE","BLUE","x:y:z:energy:dose"); + +// Global sums +for (Int_t i = 0; i < numberVoxTot; i++) +{ + ntupleRED->Fill(tabVoxelXRed[i],tabVoxelYRed[i],tabVoxelZRed[i],tabVoxelEnergyRed[i],tabVoxelDoseRed[i]); +} +for (Int_t i = 0; i < numberVoxTot; i++) +{ + ntupleGREEN->Fill(tabVoxelXGreen[i],tabVoxelYGreen[i],tabVoxelZGreen[i],tabVoxelEnergyGreen[i],tabVoxelDoseGreen[i]); +} +for (Int_t i = 0; i < numberVoxTot; i++) +{ + ntupleBLUE->Fill(tabVoxelXBlue[i],tabVoxelYBlue[i],tabVoxelZBlue[i],tabVoxelEnergyBlue[i],tabVoxelDoseBlue[i]); +} + +//--------------------------------- +// Absorbed energy distributions +//--------------------------------- + +c1->cd(2); +gPad->SetLogy(); +ntupleRED->Draw("energy","energy>0"); +TH1F *htemp2 = (TH1F*)gPad->GetPrimitive("htemp"); +htemp2->GetXaxis()->SetTitle("Energy (keV)"); +htemp2->GetXaxis()->SetLabelSize(0.025); +htemp2->GetXaxis()->SetTitleSize(0.035); +htemp2->GetXaxis()->SetTitleOffset(1.4); +htemp2->SetTitle("RED voxel energy"); +htemp2->SetFillStyle(1001); +htemp2->SetFillColor(2); + +c1->cd(6); +gPad->SetLogy(); +ntupleGREEN->Draw("energy","energy>0"); +TH1F *htemp3 = (TH1F*)gPad->GetPrimitive("htemp"); +htemp3->GetXaxis()->SetTitle("Energy (keV)"); +htemp3->GetXaxis()->SetLabelSize(0.025); +htemp3->GetXaxis()->SetTitleSize(0.035); +htemp3->GetXaxis()->SetTitleOffset(1.4); +htemp3->SetTitle("GREEN voxel energy"); +htemp3->SetFillStyle(1001); +htemp3->SetFillColor(3); + +c1->cd(10); +gPad->SetLogy(); +ntupleBLUE->Draw("energy","energy>0"); +TH1F *htemp4 = (TH1F*)gPad->GetPrimitive("htemp"); +htemp4->GetXaxis()->SetTitle("Energy (keV)"); +htemp4->GetXaxis()->SetLabelSize(0.025); +htemp4->GetXaxis()->SetTitleSize(0.035); +htemp4->GetXaxis()->SetTitleOffset(1.4); +htemp4->SetTitle("BLUE voxel energy"); +htemp4->SetFillStyle(1001); +htemp4->SetFillColor(4); + +//------------------------------ +// Map of energy distribution +//------------------------------ + +c1->cd(3); +TH2F *histNrjRed = new TH2F("histNrjRed","histNrjRed",100,0,800,100,0,800); +ntupleRED->Draw("y:x>>histNrjRed","energy","contz"); +gPad->SetLogz(); +histNrjRed->Draw("contz"); +histNrjRed->GetXaxis()->SetTitle("X (microns)"); +histNrjRed->GetYaxis()->SetTitle("Y (mirons)"); +histNrjRed->GetZaxis()->SetTitle("Energy (keV)"); +histNrjRed->GetXaxis()->SetLabelSize(0.025); +histNrjRed->GetYaxis()->SetLabelSize(0.025); +histNrjRed->GetZaxis()->SetLabelSize(0.025); +histNrjRed->GetXaxis()->SetTitleSize(0.035); +histNrjRed->GetYaxis()->SetTitleSize(0.035); +histNrjRed->GetZaxis()->SetTitleSize(0.035); +histNrjRed->GetXaxis()->SetTitleOffset(1.4); +histNrjRed->GetYaxis()->SetTitleOffset(1.4); +histNrjRed->GetZaxis()->SetTitleOffset(.6); +histNrjRed->SetTitle("Energy map for RED voxels"); + +c1->cd(7); +TH2F *histNrjGreen = new TH2F("histNrjGreen","histNrjGreen",100,0,800,100,0,800); +ntupleGREEN->Draw("y:x>>histNrjGreen","energy","contz"); +gPad->SetLogz(); +histNrjGreen->Draw("contz"); +histNrjGreen->GetXaxis()->SetTitle("X (microns)"); +histNrjGreen->GetYaxis()->SetTitle("Y (mirons)"); +histNrjGreen->GetZaxis()->SetTitle("Energy (keV)"); +histNrjGreen->GetXaxis()->SetLabelSize(0.025); +histNrjGreen->GetYaxis()->SetLabelSize(0.025); +histNrjGreen->GetZaxis()->SetLabelSize(0.025); +histNrjGreen->GetXaxis()->SetTitleSize(0.035); +histNrjGreen->GetYaxis()->SetTitleSize(0.035); +histNrjGreen->GetZaxis()->SetTitleSize(0.035); +histNrjGreen->GetXaxis()->SetTitleOffset(1.4); +histNrjGreen->GetYaxis()->SetTitleOffset(1.4); +histNrjGreen->GetZaxis()->SetTitleOffset(.6); +histNrjGreen->SetTitle("Energy map for GREEN voxels"); + +c1->cd(11); +TH2F *histNrjBlue = new TH2F("histNrjBlue","histNrjBlue",100,0,800,100,0,800); +ntupleBLUE->Draw("y:x>>histNrjBlue","energy","contz"); +gPad->SetLogz(); +histNrjBlue->Draw("contz"); +histNrjBlue->GetXaxis()->SetTitle("X (microns)"); +histNrjBlue->GetYaxis()->SetTitle("Y (mirons)"); +histNrjBlue->GetZaxis()->SetTitle("Energy (keV)"); +histNrjBlue->GetXaxis()->SetLabelSize(0.025); +histNrjBlue->GetYaxis()->SetLabelSize(0.025); +histNrjBlue->GetZaxis()->SetLabelSize(0.025); +histNrjBlue->GetXaxis()->SetTitleSize(0.035); +histNrjBlue->GetYaxis()->SetTitleSize(0.035); +histNrjBlue->GetZaxis()->SetTitleSize(0.035); +histNrjBlue->GetXaxis()->SetTitleOffset(1.4); +histNrjBlue->GetYaxis()->SetTitleOffset(1.4); +histNrjBlue->GetZaxis()->SetTitleOffset(.6); +histNrjBlue->SetTitle("Energy map for BLUE voxels"); + +//---------------------------- +// Map of dose distribution +//---------------------------- + +c1->cd(4); +TH2F *histDoseRed = new TH2F("histDoseRed","histDoseRed",100,0,800,100,0,800); +// WARNING : dose scaling to mGy +ntupleRED->Draw("y:x>>histDoseRed","dose/1000","contz"); +//gPad->SetLogz(); +histDoseRed->Draw("contz"); +histDoseRed->GetXaxis()->SetTitle("X (microns)"); +histDoseRed->GetYaxis()->SetTitle("Y (mirons)"); +histDoseRed->GetZaxis()->SetTitle("Dose (mGy)"); +histDoseRed->GetXaxis()->SetLabelSize(0.025); +histDoseRed->GetYaxis()->SetLabelSize(0.025); +histDoseRed->GetZaxis()->SetLabelSize(0.025); +histDoseRed->GetXaxis()->SetTitleSize(0.035); +histDoseRed->GetYaxis()->SetTitleSize(0.035); +histDoseRed->GetZaxis()->SetTitleSize(0.035); +histDoseRed->GetXaxis()->SetTitleOffset(1.4); +histDoseRed->GetYaxis()->SetTitleOffset(1.4); +histDoseRed->GetZaxis()->SetTitleOffset(.6); +histDoseRed->SetTitle("Dose map for RED voxels"); + +c1->cd(8); +TH2F *histDoseGreen = new TH2F("histDoseGreen","histDoseGreen",100,0,800,100,0,800); +// WARNING : dose scaling to mGy +ntupleGREEN->Draw("y:x>>histDoseGreen","dose/1000","contz"); +//gPad->SetLogz(); +histDoseGreen->Draw("contz"); +histDoseGreen->GetXaxis()->SetTitle("X (microns)"); +histDoseGreen->GetYaxis()->SetTitle("Y (mirons)"); +histDoseGreen->GetZaxis()->SetTitle("Dose (mGy)"); +histDoseGreen->GetXaxis()->SetLabelSize(0.025); +histDoseGreen->GetYaxis()->SetLabelSize(0.025); +histDoseGreen->GetZaxis()->SetLabelSize(0.025); +histDoseGreen->GetXaxis()->SetTitleSize(0.035); +histDoseGreen->GetYaxis()->SetTitleSize(0.035); +histDoseGreen->GetZaxis()->SetTitleSize(0.035); +histDoseGreen->GetXaxis()->SetTitleOffset(1.4); +histDoseGreen->GetYaxis()->SetTitleOffset(1.4); +histDoseGreen->GetZaxis()->SetTitleOffset(.6); +histDoseGreen->SetTitle("Dose map for GREEN voxels"); + +c1->cd(12); +TH2F *histDoseBlue = new TH2F("histDoseBlue","histDoseBlue",100,0,800,100,0,800); +// WARNING : dose scaling to mGy +ntupleBLUE->Draw("y:x>>histDoseBlue","dose/1000","contz"); +//gPad->SetLogz(); +histDoseBlue->Draw("contz"); +histDoseBlue->GetXaxis()->SetTitle("X (microns)"); +histDoseBlue->GetYaxis()->SetTitle("Y (mirons)"); +histDoseBlue->GetZaxis()->SetTitle("Dose (mGy)"); +histDoseBlue->GetXaxis()->SetLabelSize(0.025); +histDoseBlue->GetYaxis()->SetLabelSize(0.025); +histDoseBlue->GetZaxis()->SetLabelSize(0.025); +histDoseBlue->GetXaxis()->SetTitleSize(0.035); +histDoseBlue->GetYaxis()->SetTitleSize(0.035); +histDoseBlue->GetZaxis()->SetTitleSize(0.035); +histDoseBlue->GetXaxis()->SetTitleOffset(1.4); +histDoseBlue->GetYaxis()->SetTitleOffset(1.4); +histDoseBlue->GetZaxis()->SetTitleOffset(.6); +histDoseBlue->SetTitle("Dose map for BLUE voxels"); + +//---------------------------- +// SUMMARY +//---------------------------- + +cout << endl; +cout << "- Summary --------------------------------------------------" << endl; +cout << endl; +cout << " Total number of voxels in phantom = " << numberVoxTot << endl; +cout << " Total number of RED voxels in phantom = " << numberVoxRed << endl; +cout << " Total number of GREEN voxels in phantom = " << numberVoxGreen << endl; +cout << " Total number of BLUE voxels in phantom = " << numberVoxBlue << endl; +cout << endl; +cout << " Total absorbed energy in RED voxels (MeV) = " << nrjRed/1E3 << endl; +cout << " Total absorbed energy in GREEN voxels (MeV) = " << nrjGreen/1E3 << endl; +cout << " Total absorbed energy in BLUE voxels (MeV) = " << nrjBlue/1E3 << endl; +cout << endl; +cout << " Total absorbed dose in RED voxels (Gy) = " << doseRed << endl; +cout << " Total absorbed dose in GREEN voxels (Gy) = " << doseGreen << endl; +cout << " Total absorbed dose in BLUE voxels (Gy) = " << doseBlue << endl; +cout << endl; +cout << "------------------------------------------------------------" << endl; + +// End +f2->Write(); + +} diff --git a/examples/advanced/dna/cellularPhantom/run.mac b/examples/advanced/dna/cellularPhantom/run.mac new file mode 100644 index 00000000000..12dfcd24a09 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/run.mac @@ -0,0 +1,72 @@ +# ********************************************************************* +# MANDATORY SETTINGS +# (before kernel initialization) +# +# MT +/run/numberOfThreads 4 +# +# Phantom file name +#/phantom/fileName phantoms/phantomHR.dat +/phantom/fileName phantoms/phantom.dat +# +# World volume size +/world/sizeXY 1 mm +/world/sizeZ 100 um +# +# Cellular medium size +/phantom/mediumSizeXY 900 um +/phantom/mediumSizeZ 95 um +# +# ********************************************************************* +# OPTIONAL SETTINGS +# (before kernel initialization) +# +# Change cellular medium material +#/phantom/mediumMat G4_AIR +# +# Change phantom densities +#/phantom/redDen 2.0 g/cm3 # red volume density +#/phantom/greenDen 1.0 g/cm3 # green volume density +#/phantom/blueDen 3.0 g/cm3 # blue volume density +# +# Phantom shift +#/phantom/shiftX 100 um +#/phantom/shiftY 50 um +#/phantom/shiftZ 1.4 um +# +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +# +# ********************************************************************* +# RUN +# +/run/initialize +# +# Set cuts OUTSIDE the phantom region +/run/setCut 1 mm +# +# Set cut for the phantom region +/run/setCutForRegion phantomRegion 1 nm +# +# Print a summary of particles/regions/cuts +/run/dumpCouples +# +/gps/particle proton +/gps/energy 3. MeV +# +# Square plane source +/gps/pos/type Plane +/gps/pos/shape Square +/gps/direction 0 0 1 +/gps/pos/rot1 1 0 0 +/gps/pos/rot2 0 1 0 +/gps/pos/centre 0. 0. -50 um +/gps/pos/halfx 350 um +/gps/pos/halfy 350 um +#/gps/pos/halfx 0 um +#/gps/pos/halfy 0 um +# +/run/printProgress 100 +# +/run/beamOn 10000 diff --git a/examples/advanced/dsbandrepair/src/PhysActionInitialization.cc b/examples/advanced/dna/cellularPhantom/src/ActionInitialization.cc similarity index 60% rename from examples/advanced/dsbandrepair/src/PhysActionInitialization.cc rename to examples/advanced/dna/cellularPhantom/src/ActionInitialization.cc index bb94aa31ef7..77dfec6d47c 100644 --- a/examples/advanced/dsbandrepair/src/PhysActionInitialization.cc +++ b/examples/advanced/dna/cellularPhantom/src/ActionInitialization.cc @@ -23,46 +23,51 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES // -/// \file PhysActionInitialization.hh -/// \brief Definition of the PhysActionInitialization class +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- -#include "PhysActionInitialization.hh" +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "EventAction.hh" +#include "SteppingAction.hh" -#include "PhysPrimaryGeneratorAction.hh" -#include "PhysEventAction.hh" -#include "PhysRunAction.hh" -#include "PhysSteppingAction.hh" -#include "PhysChemIO.hh" -#include "G4DNAChemistryManager.hh" -#include "G4Threading.hh" +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include +ActionInitialization::ActionInitialization() +:G4VUserActionInitialization() +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysActionInitialization::BuildForMaster() const +void ActionInitialization::BuildForMaster() const { - SetUserAction(new PhysRunAction()); + // Needed for merging of analysis ROOT files + SetUserAction(new RunAction()); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysActionInitialization::Build() const +void ActionInitialization::Build() const { - PhysPrimaryGeneratorAction* primGenAction = new PhysPrimaryGeneratorAction(); - SetUserAction(primGenAction); + SetUserAction(new PrimaryGeneratorAction()); - PhysEventAction* eventAction = new PhysEventAction; - SetUserAction(eventAction); + auto runAction= new RunAction(); + SetUserAction(runAction); - SetUserAction(new PhysRunAction); + SetUserAction(new EventAction()); - PhysSteppingAction* steppingAction = new PhysSteppingAction(eventAction); - SetUserAction(steppingAction); - //pass- PhysChemIO to G4DNAChemistryManager - std::unique_ptr fPhysChemIO = std::make_unique(steppingAction); - G4DNAChemistryManager::Instance()->SetPhysChemIO(std::move(fPhysChemIO)); + SetUserAction(new SteppingAction(runAction)); } - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file diff --git a/examples/advanced/dna/cellularPhantom/src/CellParameterisation.cc b/examples/advanced/dna/cellularPhantom/src/CellParameterisation.cc new file mode 100644 index 00000000000..5fe58681dff --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/src/CellParameterisation.cc @@ -0,0 +1,229 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#include "CellParameterisation.hh" + +#include "G4Material.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +CellParameterisation *CellParameterisation::gInstance = nullptr; + +CellParameterisation::CellParameterisation +(G4String fileName, + G4Material *RedMat, G4Material *GreenMat, G4Material *BlueMat, + G4double shiftX, G4double shiftY, G4double shiftZ +) +:fRedMaterial(RedMat), fGreenMaterial(GreenMat), fBlueMaterial(BlueMat), + fShiftX(shiftX), fShiftY(shiftY), fShiftZ(shiftZ) +{ + Initialize(fileName); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void CellParameterisation::Initialize(const G4String &fileName) +{ + G4int ncols, l, mat; + G4int pixelX, pixelY, pixelZ; + G4double x, y, z, den1, den2, den3; + + ncols = 0; + l = 0; + + // Read phantom + + FILE *fMap; + fMap = fopen(fileName, "r"); + + fRedMass = 0; + fGreenMass = 0; + fBlueMass = 0; + + ncols = fscanf(fMap, "%d %d %d %d", &fPhantomTotalPixels, &fRedTotalPixels, &fGreenTotalPixels, + &fBlueTotalPixels); + ncols = fscanf(fMap, "%lf %lf %lf %s", &fSizeRealX, &fSizeRealY, &fSizeRealZ, &fRealUnit); + ncols = fscanf(fMap, "%lf %lf %lf %s", &fDimCellBoxX, &fDimCellBoxY, &fDimCellBoxZ, &fRealUnit); + + fMapCell = new G4ThreeVector[fPhantomTotalPixels]; //geant4 coordinates space + fMapCellPxl = new G4ThreeVector[fPhantomTotalPixels]; //voxel space + fMapCellOriginal = new G4ThreeVector[fPhantomTotalPixels]; //original coordinates space + fMaterial = new G4int[fPhantomTotalPixels]; + + fDimCellBoxX = fDimCellBoxX * um; + fDimCellBoxY = fDimCellBoxY * um; + fDimCellBoxZ = fDimCellBoxZ * um; + + den1 = fRedMaterial->GetDensity(); + den2 = fGreenMaterial->GetDensity(); + den3 = fBlueMaterial->GetDensity(); + + fOffsetX = -fSizeRealX / 2 *um; + fOffsetY = -fSizeRealY / 2 *um; + fOffsetZ = -fSizeRealZ / 2 *um; + + G4cout << G4endl; + G4cout << " #########################################################################" << G4endl; + G4cout << " Phantom placement and density " << G4endl; + G4cout << " #########################################################################" << G4endl; + G4cout << G4endl; + G4cout << " ==========> Phantom origin - X (um) = " << (fOffsetX + fShiftX)/um << G4endl; + G4cout << " ==========> Phantom origin - Y (um) = " << (fOffsetY + fShiftY)/um << G4endl; + G4cout << " ==========> Phantom origin - Z (um) = " << (fOffsetZ + fShiftZ)/um << G4endl; + G4cout << G4endl; + G4cout << " ==========> Red density (g/cm3) = " << den1/(g/cm3) << G4endl; + G4cout << " ==========> Green density (g/cm3) = " << den2/(g/cm3) << G4endl; + G4cout << " ==========> Blue density (g/cm3) = " << den3/(g/cm3) << G4endl; + G4cout << G4endl; + G4cout << " #########################################################################" << G4endl; + G4cout << G4endl; + + while (1) + { + ncols = fscanf(fMap, "%lf %lf %lf %d", &x, &y, &z, &mat); + if (ncols < 0) break; + + G4ThreeVector v( x*um + fOffsetX + fShiftX, // phantom shift + -(y*um + fOffsetY + fShiftY), + z*um + fOffsetZ + fShiftZ ); + + // Pixel coordinates + pixelX = (x*um)/fDimCellBoxX; + pixelY = (y*um)/fDimCellBoxY; + pixelZ = (z*um)/fDimCellBoxZ; + + G4ThreeVector w(pixelX, pixelY, pixelZ); + + G4ThreeVector v_original(x*um, y*um, z*um); + + fMapCell[l] = v; + fMapCellPxl[l] = w; + fMapCellOriginal[l] = v_original; + + fMaterial[l] = mat; + + if (mat == 1){ + fRedMass += den1 * fDimCellBoxX * fDimCellBoxY * fDimCellBoxZ; + } + else if (mat == 2){ + fGreenMass += den2 * fDimCellBoxX * fDimCellBoxY * fDimCellBoxZ; + } + else if (mat == 3){ + fBlueMass += den3 * fDimCellBoxX * fDimCellBoxY * fDimCellBoxZ; + } + l++; + } + + fclose(fMap); + + fRedAttributes = new G4VisAttributes; + fRedAttributes->SetColour(G4Colour(1, 0, 0)); + fRedAttributes->SetForceSolid(false); + + fGreenAttributes = new G4VisAttributes; + fGreenAttributes->SetColour(G4Colour(0, 1, 0)); + fGreenAttributes->SetForceSolid(false); + + fBlueAttributes = new G4VisAttributes; + fBlueAttributes->SetColour(G4Colour(0, 0, 1)); + fBlueAttributes->SetForceSolid(false); + + gInstance = this; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +CellParameterisation::~CellParameterisation() +{ + delete[] fMapCell; + delete[] fMapCellPxl; + delete[] fMaterial; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void CellParameterisation::ComputeTransformation +(const G4int copyNo, G4VPhysicalVolume *physVol) const +{ + if(fMapCell == nullptr) + { + G4ExceptionDescription ex; + ex<< "fMapCell == nullptr "; + G4Exception("CellParameterisation::ComputeTransformation", + "CellParameterisation001", + FatalException, + ex); + } + else + { + G4ThreeVector + origin(fMapCell[copyNo].x(), fMapCell[copyNo].y(), fMapCell[copyNo].z()); + + physVol->SetTranslation(origin); + } +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4Material * +CellParameterisation::ComputeMaterial(const G4int copyNo, + G4VPhysicalVolume *physVol, + const G4VTouchable *) +{ + if (fMaterial[copyNo] == 3) // fMaterial 3 is blue + { + physVol->SetName("physicalMat3"); + physVol->GetLogicalVolume()->SetVisAttributes(fBlueAttributes); + return fBlueMaterial; + } + else if (fMaterial[copyNo] == 2) // fMaterial 2 is green + { + physVol->SetName("physicalMat2"); + physVol->GetLogicalVolume()->SetVisAttributes(fGreenAttributes); + return fGreenMaterial; + } + else if (fMaterial[copyNo] == 1) // fMaterial 1 is red + { + physVol->SetName("physicalMat1"); + physVol->GetLogicalVolume()->SetVisAttributes(fRedAttributes); + return fRedMaterial; + } + + return physVol->GetLogicalVolume()->GetMaterial(); +} diff --git a/examples/advanced/dna/cellularPhantom/src/DetectorConstruction.cc b/examples/advanced/dna/cellularPhantom/src/DetectorConstruction.cc new file mode 100644 index 00000000000..c3017e914cf --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/src/DetectorConstruction.cc @@ -0,0 +1,367 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + + +#include "DetectorConstruction.hh" +#include "DetectorMessenger.hh" + +#include "G4PhysicalConstants.hh" +#include "G4NistManager.hh" +#include "G4ProductionCuts.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() +:G4VUserDetectorConstruction() +{ + fDetectorMessenger = new DetectorMessenger(this); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +G4VPhysicalVolume *DetectorConstruction::Construct() +{ + DefineMaterials(); + return ConstructLine(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void DetectorConstruction::DefineMaterials() +{ + G4String name, symbol; + + // Water and air are defined from NIST material database + G4NistManager *man = G4NistManager::Instance(); + + G4Material *H2O = man->FindOrBuildMaterial("G4_WATER"); + G4Material *Air = man->FindOrBuildMaterial("G4_AIR"); + + fDefaultMaterial = Air; + fPhantomMaterial = H2O; // material is not relevant + // it will be changed by the ComputeMaterial + // method of the CellParameterisation + + // Default materials + if (fMediumMaterial == nullptr) {fMediumMaterial = H2O;} + if (fRedMaterial == nullptr) {fRedMaterial = H2O;} + if (fGreenMaterial == nullptr) {fGreenMaterial = H2O;} + if (fBlueMaterial == nullptr) {fBlueMaterial = H2O;} +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +G4VPhysicalVolume *DetectorConstruction::ConstructLine() { + + //************* + // World volume + //************* + + fSolidWorld = new G4Box("World", //its name + fWorldSizeXY / 2, fWorldSizeXY / 2, fWorldSizeZ / 2); //its size + + fLogicWorld = new G4LogicalVolume(fSolidWorld, //its solid + fDefaultMaterial, //its material + "World"); //its name + + fPhysiWorld = new G4PVPlacement(nullptr, //no rotation + G4ThreeVector(), //at (0,0,0) + "World", //its name + fLogicWorld, //its logical volume + nullptr, //its mother volume + false, //no boolean operation + 0); //copy number + + //******************** + // Cell culture medium + //******************** + + fSolidMedium = new G4Box("Medium", fMediumSizeXY / 2, fMediumSizeXY / 2, fMediumSizeZ / 2); + + fLogicMedium = new G4LogicalVolume(fSolidMedium, fMediumMaterial, "Medium"); + + fPhysiMedium = new G4PVPlacement(nullptr, + G4ThreeVector(0, 0, 0), + "Medium", + fLogicMedium, + fPhysiWorld, + false, + 0); + + // ************ + // Cell phantom + // ************ + + // The cell phantom is placed in the middle of the parent volume (fLogicMedium here) + + fPhantomParam = new CellParameterisation + (fPhantomFileName, fRedMaterial, fGreenMaterial, fBlueMaterial, fShiftX, fShiftY, fShiftZ); + + fSolidPhantom = new G4Box("Phantom", + fPhantomParam->GetPixelSizeX() / 2, + fPhantomParam->GetPixelSizeY() / 2, + fPhantomParam->GetPixelSizeZ() / 2); + + fLogicPhantom = new G4LogicalVolume(fSolidPhantom, + fPhantomMaterial, // material is not relevant, + // it will be changed by the + // ComputeMaterial method + // of the CellParameterisation + "Phantom", + nullptr, + nullptr, + nullptr); + + fPhysiPhantom = new G4PVParameterised( + "Phantom", // name + fLogicPhantom, // logical volume + fLogicMedium, // mother logical volume + kUndefined, // kUndefined: three-dimensional optimization + fPhantomParam->GetPhantomTotalPixels(), // number of voxels + fPhantomParam, // the parametrisation + false); + + G4cout << " #########################################################################" << G4endl; + G4cout << " Phantom information " << G4endl; + G4cout << " #########################################################################" << G4endl; + G4cout << G4endl; + + G4cout << " ==========> The phantom contains " << fPhantomParam->GetPhantomTotalPixels() + << " voxels " << G4endl; + G4cout << " ==========> Voxel size X (um) = " << fPhantomParam->GetPixelSizeX()/um << G4endl; + G4cout << " ==========> Voxel size Y (um) = " << fPhantomParam->GetPixelSizeY()/um << G4endl; + G4cout << " ==========> Voxel size Z (um) = " << fPhantomParam->GetPixelSizeZ()/um << G4endl; + G4cout << G4endl; + + G4cout << " ==========> Number of red voxels = " + << fPhantomParam->GetRedTotalPixels() << G4endl; + G4cout << " ==========> Number of green voxels = " + << fPhantomParam->GetGreenTotalPixels() << G4endl; + G4cout << " ==========> Number of blue voxels = " + << fPhantomParam->GetBlueTotalPixels() << G4endl; + G4cout << G4endl; + + G4cout << " ==========> Tolal mass of red voxels (kg) = " + << fPhantomParam->GetRedMass() / kg << G4endl; + G4cout << " ==========> Tolal mass of green voxels (kg) = " + << fPhantomParam->GetGreenMass() / kg << G4endl; + G4cout << " ==========> Tolal mass of blue voxels (kg) = " + << fPhantomParam->GetBlueMass() / kg << G4endl; + G4cout << G4endl; + G4cout << " #########################################################################" << G4endl; + G4cout << G4endl; + + // USER LIMITS ON STEP LENGTH + + // fLogicWorld->SetUserLimits(new G4UserLimits(100 * mm)); + // fLogicPhantom->SetUserLimits(new G4UserLimits(0.5 * micrometer)); + // fLogicMedium->SetUserLimits(new G4UserLimits(1 * micrometer)); + + // Create a phantom G4Region and add logical volume + + fPhantomRegion = new G4Region("phantomRegion"); + + G4ProductionCuts* cuts = new G4ProductionCuts(); + + G4double defCut = 1*nanometer; + cuts->SetProductionCut(defCut,"gamma"); + cuts->SetProductionCut(defCut,"e-"); + cuts->SetProductionCut(defCut,"e+"); + cuts->SetProductionCut(defCut,"proton"); + + fPhantomRegion->SetProductionCuts(cuts); + fPhantomRegion->AddRootLogicalVolume(fLogicMedium); + + return fPhysiWorld; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetTargetMaterial(const G4String& mat) +{ + if (G4Material* material = G4NistManager::Instance()->FindOrBuildMaterial(mat)) + { + if (material && mat != "G4_WATER") + { + fMediumMaterial = material; + G4cout << " #########################################################################" + << G4endl; + G4cout << " Cell culture medium material " + << G4endl; + G4cout << fMediumMaterial << G4endl; + G4cout << " #########################################################################" + << G4endl; + G4cout << G4endl; + } + } + else + { + G4cout << G4endl; + G4cout << "WARNING: material \"" << mat << "\" doesn't exist in NIST elements/materials" + << G4endl; + G4cout << " table [located in $G4INSTALL/source/materials/src/G4NistMaterialBuilder.cc]" + << G4endl; + G4cout << G4endl; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetRedDensity(const G4double& value) +{ + fDensityRed = value; + if (fDensityRed != 1.0) + { + G4NistManager *man = G4NistManager::Instance(); + G4Material * H2O_red = man->BuildMaterialWithNewDensity("G4_WATER_red","G4_WATER", + fDensityRed); + fRedMaterial = H2O_red; + } + else + { + G4NistManager *man = G4NistManager::Instance(); + fRedMaterial = man->FindOrBuildMaterial("G4_WATER"); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetGreenDensity(const G4double& value) +{ + fDensityGreen = value; + if (fDensityGreen != 1.0) + { + G4NistManager *man = G4NistManager::Instance(); + G4Material * H2O_green = man->BuildMaterialWithNewDensity("G4_WATER_green","G4_WATER", + fDensityGreen); + fGreenMaterial = H2O_green; + } + else + { + G4NistManager *man = G4NistManager::Instance(); + fGreenMaterial = man->FindOrBuildMaterial("G4_WATER"); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetBlueDensity(const G4double& value) +{ + fDensityBlue = value; + if (fDensityBlue != 1.0) + { + G4NistManager *man = G4NistManager::Instance(); + G4Material * H2O_blue = man->BuildMaterialWithNewDensity("G4_WATER_blue","G4_WATER", + fDensityBlue); + fBlueMaterial = H2O_blue; + } + else + { + G4NistManager *man = G4NistManager::Instance(); + fBlueMaterial = man->FindOrBuildMaterial("G4_WATER"); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetShiftX(const G4double& value) +{ + fShiftX = value; + G4cout << "... setting phantom shift: X = " << fShiftX/um << " um" << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetShiftY(const G4double& value) +{ + fShiftY = value; + G4cout << "... setting phantom shift: Y = " << fShiftY/um << " um" << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetShiftZ(const G4double& value) +{ + fShiftZ = value; + G4cout << "... setting phantom shift: Y = " << fShiftZ/um << " um" << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetMediumSizeXY(const G4double& value) +{ + fMediumSizeXY = value; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetMediumSizeZ(const G4double& value) +{ + fMediumSizeZ = value; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetWorldSizeXY(const G4double& value) +{ + fWorldSizeXY = value; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetWorldSizeZ(const G4double& value) +{ + fWorldSizeZ = value; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetPhantomFileName(const G4String& phantomName) +{ + fPhantomFileName = phantomName; + G4cout << " #########################################################################" + << G4endl; + G4cout << " Loading cell phantom from file: " + << fPhantomFileName << G4endl; + G4cout << " #########################################################################" + << G4endl; + G4cout << G4endl; +} diff --git a/examples/advanced/dna/cellularPhantom/src/DetectorMessenger.cc b/examples/advanced/dna/cellularPhantom/src/DetectorMessenger.cc new file mode 100644 index 00000000000..a0834a840ec --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/src/DetectorMessenger.cc @@ -0,0 +1,197 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#include "DetectorMessenger.hh" +#include "DetectorConstruction.hh" + +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::DetectorMessenger(DetectorConstruction * det) +:G4UImessenger(), fDetector(det) +{ + fPhantomDir = new G4UIdirectory("/phantom/"); + fPhantomDir->SetGuidance(" Cell phantom settings"); + + fNameCmd = new G4UIcmdWithAString("/phantom/fileName",this); + fNameCmd->SetGuidance("Select phantom file name"); + fNameCmd->SetParameterName("fileName",true); + fNameCmd->SetDefaultValue("phantom.dat"); + fNameCmd->AvailableForStates(G4State_PreInit); + + fMatCmd = new G4UIcmdWithAString("/phantom/mediumMat",this); + fMatCmd->SetGuidance("Select material for the phantom medium"); + fMatCmd->SetParameterName("mediumMat",true); + fMatCmd->AvailableForStates(G4State_PreInit); + + fDenRedCmd = new G4UIcmdWithADoubleAndUnit("/phantom/redDen",this); + fDenRedCmd->SetGuidance("Select density for the red volume"); + fDenRedCmd->SetParameterName("redDen",true); + fDenRedCmd->SetDefaultValue(1.); + fDenRedCmd->SetDefaultUnit("g/cm3"); + fDenRedCmd->AvailableForStates(G4State_PreInit); + + fDenGreenCmd = new G4UIcmdWithADoubleAndUnit("/phantom/greenDen",this); + fDenGreenCmd->SetGuidance("Select density for the green volume"); + fDenGreenCmd->SetParameterName("greenDen",true); + fDenGreenCmd->SetDefaultValue(1.); + fDenGreenCmd->SetDefaultUnit("g/cm3"); + fDenGreenCmd->AvailableForStates(G4State_PreInit); + + fDenBlueCmd = new G4UIcmdWithADoubleAndUnit("/phantom/blueDen",this); + fDenBlueCmd->SetGuidance("Select density for the blue volume"); + fDenBlueCmd->SetParameterName("blueDen",true); + fDenBlueCmd->SetDefaultValue(1.); + fDenBlueCmd->SetDefaultUnit("g/cm3"); + fDenBlueCmd->AvailableForStates(G4State_PreInit); + + fShiftXCmd = new G4UIcmdWithADoubleAndUnit("/phantom/shiftX",this); + fShiftXCmd->SetGuidance("Set phantom X shift"); + fShiftXCmd->SetParameterName("shiftX",true); + fShiftXCmd->SetDefaultValue(0.); + fShiftXCmd->SetDefaultUnit("um"); + fShiftXCmd->AvailableForStates(G4State_PreInit); + + fShiftYCmd = new G4UIcmdWithADoubleAndUnit("/phantom/shiftY",this); + fShiftYCmd->SetGuidance("Set phantom Y shift"); + fShiftYCmd->SetParameterName("shiftY",true); + fShiftYCmd->SetDefaultValue(0.); + fShiftYCmd->SetDefaultUnit("um"); + fShiftYCmd->AvailableForStates(G4State_PreInit); + + fShiftZCmd = new G4UIcmdWithADoubleAndUnit("/phantom/shiftZ",this); + fShiftZCmd->SetGuidance("Set phantom Z shift"); + fShiftZCmd->SetParameterName("shiftZ",true); + fShiftZCmd->SetDefaultValue(0.); + fShiftZCmd->SetDefaultUnit("um"); + fShiftZCmd->AvailableForStates(G4State_PreInit); + + fMediumSizeXYCmd = new G4UIcmdWithADoubleAndUnit("/phantom/mediumSizeXY",this); + fMediumSizeXYCmd->SetGuidance("Set cellular medium size XY"); + fMediumSizeXYCmd->SetParameterName("mediumSizeXY",false); + fMediumSizeXYCmd->SetDefaultUnit("um"); + fMediumSizeXYCmd->AvailableForStates(G4State_PreInit); + + fMediumSizeZCmd = new G4UIcmdWithADoubleAndUnit("/phantom/mediumSizeZ",this); + fMediumSizeZCmd->SetGuidance("Set cellular medium size Z"); + fMediumSizeZCmd->SetParameterName("mediumSizeZ",false); + fMediumSizeZCmd->SetDefaultUnit("um"); + fMediumSizeZCmd->AvailableForStates(G4State_PreInit); + + fWorldDir = new G4UIdirectory("/world/"); + fWorldDir->SetGuidance(" World volume settings"); + + fWorldSizeXYCmd = new G4UIcmdWithADoubleAndUnit("/world/sizeXY",this); + fWorldSizeXYCmd->SetGuidance("Set world size XY"); + fWorldSizeXYCmd->SetParameterName("sizeXY",false); + fWorldSizeXYCmd->SetDefaultUnit("um"); + fWorldSizeXYCmd->AvailableForStates(G4State_PreInit); + + fWorldSizeZCmd = new G4UIcmdWithADoubleAndUnit("/world/sizeZ",this); + fWorldSizeZCmd->SetGuidance("Set world size Z"); + fWorldSizeZCmd->SetParameterName("sizeZ",false); + fWorldSizeZCmd->SetDefaultUnit("um"); + fWorldSizeZCmd->AvailableForStates(G4State_PreInit); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorMessenger::~DetectorMessenger() +{ + delete fWorldDir; + delete fPhantomDir; + delete fNameCmd; + delete fMatCmd; + delete fDenRedCmd; + delete fDenGreenCmd; + delete fDenBlueCmd; + delete fShiftXCmd; + delete fShiftYCmd; + delete fShiftZCmd; + delete fMediumSizeXYCmd; + delete fMediumSizeZCmd; + delete fWorldSizeXYCmd; + delete fWorldSizeZCmd; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorMessenger::SetNewValue(G4UIcommand* command, G4String newValue) +{ + if( command == fMatCmd ) { + fDetector->SetTargetMaterial(newValue); + } + else if(command == fDenRedCmd) { + fDetector->SetRedDensity(fDenRedCmd->GetNewDoubleValue(newValue)); + } + else if(command == fDenGreenCmd) { + fDetector->SetGreenDensity(fDenGreenCmd->GetNewDoubleValue(newValue)); + } + else if(command == fDenBlueCmd) { + fDetector->SetBlueDensity(fDenBlueCmd->GetNewDoubleValue(newValue)); + } + else if (command == fShiftXCmd) { + fDetector->SetShiftX(fShiftXCmd->GetNewDoubleValue(newValue)); + } + else if (command == fShiftYCmd) { + fDetector->SetShiftY(fShiftYCmd->GetNewDoubleValue(newValue)); + } + else if (command == fShiftZCmd) { + fDetector->SetShiftZ(fShiftZCmd->GetNewDoubleValue(newValue)); + } + else if (command == fMediumSizeXYCmd) { + fDetector->SetMediumSizeXY(fMediumSizeXYCmd->GetNewDoubleValue(newValue)); + } + else if (command == fMediumSizeZCmd) { + fDetector->SetMediumSizeZ(fMediumSizeZCmd->GetNewDoubleValue(newValue)); + } + else if (command == fWorldSizeXYCmd) { + fDetector->SetWorldSizeXY(fWorldSizeXYCmd->GetNewDoubleValue(newValue)); + } + else if (command == fWorldSizeZCmd) { + fDetector->SetWorldSizeZ(fWorldSizeZCmd->GetNewDoubleValue(newValue)); + } + else if(command == fNameCmd) { + fDetector->SetPhantomFileName(newValue); + } +} diff --git a/examples/advanced/dsbandrepair/src/ChemPrimaryGeneratorAction.cc b/examples/advanced/dna/cellularPhantom/src/EventAction.cc similarity index 65% rename from examples/advanced/dsbandrepair/src/ChemPrimaryGeneratorAction.cc rename to examples/advanced/dna/cellularPhantom/src/EventAction.cc index 62d7e6e4573..e9086595d57 100644 --- a/examples/advanced/dsbandrepair/src/ChemPrimaryGeneratorAction.cc +++ b/examples/advanced/dna/cellularPhantom/src/EventAction.cc @@ -23,43 +23,42 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES // -/// \file ChemPrimaryGeneratorAction.cc -/// \brief Implementation of the ChemPrimaryGeneratorAction class +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#include "EventAction.hh" -#include "ChemPrimaryGeneratorAction.hh" -#include "G4SystemOfUnits.hh" -#include "G4ParticleTable.hh" -#include "G4ParticleGun.hh" +#include "G4Event.hh" -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -ChemPrimaryGeneratorAction::ChemPrimaryGeneratorAction() : - G4VUserPrimaryGeneratorAction(), - fpParticleGun(new G4ParticleGun(1)) -{ - G4ParticleDefinition* particle = - G4ParticleTable::GetParticleTable()->FindParticle("geantino"); +EventAction::EventAction() +{} - // default gun parameters - fpParticleGun->SetParticleDefinition(particle); - fpParticleGun->SetParticleEnergy(100*keV); - fpParticleGun->SetParticleMomentumDirection(G4ThreeVector(0.,0.,1.)); - fpParticleGun->SetParticlePosition(G4ThreeVector(0.,0.,0.)); -} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +EventAction::~EventAction() +{} -ChemPrimaryGeneratorAction::~ChemPrimaryGeneratorAction() -{ - delete fpParticleGun; -} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void EventAction::BeginOfEventAction(const G4Event *) +{} -void ChemPrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) -{ - fpParticleGun->GeneratePrimaryVertex(anEvent); -} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void EventAction::EndOfEventAction(const G4Event *) +{} diff --git a/examples/advanced/dsbandrepair/src/ChemActionInitialization.cc b/examples/advanced/dna/cellularPhantom/src/PhysicsList.cc similarity index 57% rename from examples/advanced/dsbandrepair/src/ChemActionInitialization.cc rename to examples/advanced/dna/cellularPhantom/src/PhysicsList.cc index 3bb27821b25..feed1f23ea7 100644 --- a/examples/advanced/dsbandrepair/src/ChemActionInitialization.cc +++ b/examples/advanced/dna/cellularPhantom/src/PhysicsList.cc @@ -23,64 +23,58 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES // -/// \file ChemActionInitialization.cc -/// \brief Implementation of the ChemActionInitialization class - - -#include "ChemActionInitialization.hh" -#include "ChemNtupleManager.hh" -#include "ChemRunAction.hh" - -#include "G4Timer.hh" -#include "G4UnitsTable.hh" - -#include "ChemStackingAction.hh" -#include "ChemPrimaryGeneratorAction.hh" - -// chemistry -#include "G4Scheduler.hh" -#include "G4DNAChemistryManager.hh" -#include "ChemITSteppingAction.hh" -#include "ChemTimeStepAction.hh" +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#include "PhysicsList.hh" + +#include "G4SystemOfUnits.hh" +#include "G4EmStandardPhysics_option4.hh" +#include "G4EmDNAPhysics_option2.hh" +#include "G4DecayPhysics.hh" +#include "G4RadioactiveDecayPhysics.hh" +#include "G4PhysicsConstructorRegistry.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -ChemActionInitialization::ChemActionInitialization(ChemNtupleManager* nMana, ChemPhysicsList *phys) -:fpNtuple(nMana), fPhysList(phys) +G4VPhysicsConstructor* GetPhysicsConstructor(const G4String& name) { - + return G4PhysicsConstructorRegistry::Instance()->GetPhysicsConstructor(name); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void ChemActionInitialization::BuildForMaster() const +PhysicsList::PhysicsList():G4VModularPhysicsList() { - ; + defaultCutValue = 1. * nm; + SetVerboseLevel(0); + RegisterPhysics(new G4EmStandardPhysics_option4()); + //RegisterPhysics(new G4EmDNAPhysics_option2()); + //RegisterPhysics(new G4DecayPhysics()); + //RegisterPhysics(new G4RadioactiveDecayPhysics()); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void ChemActionInitialization::Build() const -{ - SetUserAction(new ChemRunAction(fpNtuple)); - - SetUserAction(new ChemPrimaryGeneratorAction()); - - SetUserAction(new ChemStackingAction()); - - G4bool chemistryFlag = G4DNAChemistryManager::Instance()->IsActivated(); - - if(chemistryFlag) - { - G4Scheduler::Instance()->SetVerbose(0); +PhysicsList::~PhysicsList() +{} - G4Scheduler::Instance()->SetMaxZeroTimeAllowed(10000); - - ChemTimeStepAction* timeStepAction = new ChemTimeStepAction(fpNtuple,fPhysList->GetTimeStepModel()); - G4Scheduler::Instance()->SetUserAction(timeStepAction); - } - -} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file +void PhysicsList::SetCuts() +{ + SetCutsWithDefault(); +} diff --git a/examples/advanced/dna/cellularPhantom/src/PrimaryGeneratorAction.cc b/examples/advanced/dna/cellularPhantom/src/PrimaryGeneratorAction.cc new file mode 100644 index 00000000000..843f28e5e70 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/src/PrimaryGeneratorAction.cc @@ -0,0 +1,74 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#include "PrimaryGeneratorAction.hh" + +#include +#include "G4ParticleTable.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::PrimaryGeneratorAction() +:G4VUserPrimaryGeneratorAction() +{ + fGPS = new G4GeneralParticleSource(); + + G4ParticleDefinition* particle = G4ParticleTable::GetParticleTable()->FindParticle("proton"); + + fGPS->SetParticleDefinition(particle); + fGPS->GetCurrentSource()->GetEneDist()->SetMonoEnergy(6 * MeV); + fGPS->GetCurrentSource()->GetAngDist()->SetParticleMomentumDirection(G4ThreeVector(0., 0., 1.)); + fGPS->GetCurrentSource()->GetPosDist()->SetCentreCoords(G4ThreeVector(0., 0., -1. * mm)); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() +{ + delete fGPS; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) +{ + fGPS->GeneratePrimaryVertex(anEvent); +} diff --git a/examples/advanced/dna/cellularPhantom/src/RunAction.cc b/examples/advanced/dna/cellularPhantom/src/RunAction.cc new file mode 100644 index 00000000000..32cf762279c --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/src/RunAction.cc @@ -0,0 +1,200 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#include "RunAction.hh" + +#include "G4UnitsTable.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +RunAction::RunAction() +:G4UserRunAction() +{ + auto man = G4AnalysisManager::Instance(); + man->SetDefaultFileType("root"); + man->SetNtupleMerging(true); + man->SetFirstNtupleId(1); + + // Create 1st ntuple (id = 1) + man->CreateNtuple("ntuple1", "RED"); + man->CreateNtupleDColumn("x"); + man->CreateNtupleDColumn("y"); + man->CreateNtupleDColumn("z"); + man->CreateNtupleDColumn("energy"); + man->CreateNtupleDColumn("dose"); + man->CreateNtupleIColumn("voxelID"); + man->FinishNtuple(); + + // Create 2nd ntuple (id = 2) + man->CreateNtuple("ntuple2", "GREEN"); + man->CreateNtupleDColumn("x"); + man->CreateNtupleDColumn("y"); + man->CreateNtupleDColumn("z"); + man->CreateNtupleDColumn("energy"); + man->CreateNtupleDColumn("dose"); + man->CreateNtupleIColumn("voxelID"); + man->FinishNtuple(); + + // Create 3rd ntuple (id = 3) + man->CreateNtuple("ntuple3", "BLUE"); + man->CreateNtupleDColumn("x"); + man->CreateNtupleDColumn("y"); + man->CreateNtupleDColumn("z"); + man->CreateNtupleDColumn("energy"); + man->CreateNtupleDColumn("dose"); + man->CreateNtupleIColumn("voxelID"); + man->FinishNtuple(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +RunAction::~RunAction() +{ + delete[] fVoxelEnergy; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void RunAction::BeginOfRunAction(const G4Run *) +{ + // Analysis manager + auto man = G4AnalysisManager::Instance(); + man->OpenFile("phantom"); + + // Access phantom singleton + fMyPhantomParam = CellParameterisation::Instance(); + + fNbVoxels = fMyPhantomParam->GetPhantomTotalPixels(); + + // Allocates the array receiving the energy per voxel + fVoxelEnergy = new G4double[fNbVoxels]; + + // Initialisation of the energy array + for (G4int i = 0; i < fNbVoxels; i++) fVoxelEnergy[i] = 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void RunAction::EndOfRunAction(const G4Run * /*aRun*/) +{ + auto man = G4AnalysisManager::Instance(); + + G4double X, Y, Z; + + // Total mass of voxel + G4double redMassTot=0.; + G4double greenMassTot=0.; + G4double blueMassTot=0.; + + redMassTot = fMyPhantomParam->GetRedMass(); + greenMassTot = fMyPhantomParam->GetGreenMass(); + blueMassTot = fMyPhantomParam->GetBlueMass(); + + // (Optional) Numbers of voxel + //G4double redVox=0; + //G4double greenVox=0; + //G4double blueVox=0; + //redVox = fMyPhantomParam->GetRedTotalPixels(); + //greenVox = fMyPhantomParam->GetGreenTotalPixels(); + //blueVox = fMyPhantomParam->GetBlueTotalPixels(); + + // (Optional) Single voxel mass + //G4double redMass=0.; + //G4double greenMass=0.; + //G4double blueMass=0.; + //redMass = redMassTot/redVox; + //greenMass = greenMassTot/greenVox; + //blueMass = blueMassTot/blueVox; + + // Save x, y, z and energy for every voxel having absorbed an energy above 0. + // Energy is in keV + // Dose is in Gy + + for (G4int i = 0; i < fMyPhantomParam->GetPhantomTotalPixels(); i++) + { + if (fVoxelEnergy[i] > 0.) + { + X = (fMyPhantomParam->GetVoxelThreeVectorOriginal(i).x()) / um; + Y = (fMyPhantomParam->GetVoxelThreeVectorOriginal(i).y()) / um; + Z = (fMyPhantomParam->GetVoxelThreeVectorOriginal(i).z()) / um; + + if (fMyPhantomParam->GetMaterial(i) == 1) + { + man->FillNtupleDColumn(1,0,X); + man->FillNtupleDColumn(1,1,Y); + man->FillNtupleDColumn(1,2,Z); + man->FillNtupleDColumn(1,3,fVoxelEnergy[i]/keV); + man->FillNtupleDColumn(1,4,((fVoxelEnergy[i]/joule)/(redMassTot/kg))); + man->FillNtupleIColumn(1,5,i); + man->AddNtupleRow(1); + } + + else if (fMyPhantomParam->GetMaterial(i) == 2) + { + man->FillNtupleDColumn(2,0,X); + man->FillNtupleDColumn(2,1,Y); + man->FillNtupleDColumn(2,2,Z); + man->FillNtupleDColumn(2,3,fVoxelEnergy[i]/keV); + man->FillNtupleDColumn(2,4,((fVoxelEnergy[i]/joule)/(greenMassTot/kg))); + man->FillNtupleIColumn(2,5,i); + man->AddNtupleRow(2); + } + + else if (fMyPhantomParam->GetMaterial(i) == 3) + { + man->FillNtupleDColumn(3,0,X); + man->FillNtupleDColumn(3,1,Y); + man->FillNtupleDColumn(3,2,Z); + man->FillNtupleDColumn(3,3,fVoxelEnergy[i]/keV); + man->FillNtupleDColumn(3,4,((fVoxelEnergy[i]/joule)/(blueMassTot/kg))); + man->FillNtupleIColumn(3,5,i); + man->AddNtupleRow(3); + } + } + } + + // Save histograms + man->Write(); + man->CloseFile(); + + // Complete clean-up + man->Clear(); +} diff --git a/examples/advanced/dna/cellularPhantom/src/SteppingAction.cc b/examples/advanced/dna/cellularPhantom/src/SteppingAction.cc new file mode 100644 index 00000000000..2da7af4d6b5 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/src/SteppingAction.cc @@ -0,0 +1,84 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// -------------------------------------------------------------------------------- +// MONTE CARLO SIMULATION OF REALISTIC GEOMETRY FROM MICROSCOPES IMAGES +// +// Authors and contributors: +// P. Barberet, S. Incerti, N. H. Tran, L. Morelli +// +// University of Bordeaux, CNRS, LP2i, UMR5797, Gradignan, France +// +// If you use this code, please cite the following publication: +// P. Barberet et al., +// "Monte-Carlo dosimetry on a realistic cell monolayer +// geometry exposed to alpha particles." +// Ph. Barberet et al 2012 Phys. Med. Biol. 57 2189 +// doi: 110.1088/0031-9155/57/8/2189 +// -------------------------------------------------------------------------------- + +#include "SteppingAction.hh" + +#include "G4SteppingManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +SteppingAction::SteppingAction(RunAction* runAction) +:G4UserSteppingAction(), fRunAction(runAction) +{} + + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void SteppingAction::UserSteppingAction(const G4Step* aStep) +{ + // ******************************************************************************** + // Avoid string comparison to extract material (1, 2 or 3) whic causes issues in MT + // ******************************************************************************** + + fMyPhantomParam = CellParameterisation::Instance(); + const G4StepPoint* preStep = aStep->GetPreStepPoint(); + G4int preReplicaNumber = preStep->GetTouchableHandle()->GetReplicaNumber(); + G4int voxelMaterial = fMyPhantomParam->GetMaterial(preReplicaNumber); + + // The absorbed energy is added to the "voxel energy" array in RunAction + // Added protection to make sure Replica Number has been identified + + if (aStep->GetTotalEnergyDeposit()>0. && preReplicaNumber>0) + { + if (voxelMaterial == 1) + { + fRunAction->AddDoseBox(preReplicaNumber, aStep->GetTotalEnergyDeposit()); + } + else if (voxelMaterial == 2) + { + fRunAction->AddDoseBox(preReplicaNumber, aStep->GetTotalEnergyDeposit()); + } + else if (voxelMaterial == 3) + { + fRunAction->AddDoseBox(preReplicaNumber, aStep->GetTotalEnergyDeposit()); + } + } +} diff --git a/examples/advanced/dna/cellularPhantom/vis.mac b/examples/advanced/dna/cellularPhantom/vis.mac new file mode 100644 index 00000000000..e2b9a244bc0 --- /dev/null +++ b/examples/advanced/dna/cellularPhantom/vis.mac @@ -0,0 +1,145 @@ +# ********************************************************************* +# MANDATORY SETTINGS +# (before kernel initialization) +# +# MT +/run/numberOfThreads 10 +# +# Phantom file name +/phantom/fileName phantoms/phantom.dat +# +# World volume size +/world/sizeXY 1 mm +/world/sizeZ 100 um +# +# Cellular medium size +/phantom/mediumSizeXY 900 um +/phantom/mediumSizeZ 95 um +# +# ********************************************************************* +# OPTIONAL SETTINGS +# (before kernel initialization) +# +# Change cellular medium material +#/phantom/mediumMat G4_AIR +# +# Change phantom densities +#/phantom/redDen 2.0 g/cm3 # red volume density +#/phantom/greenDen 1.0 g/cm3 # green volume density +#/phantom/blueDen 3.0 g/cm3 # blue volume density +# +# Phantom shift +#/phantom/shiftX 100 um +#/phantom/shiftY 50 um +#/phantom/shiftZ 1.4 um +# +/run/verbose 1 +/event/verbose 0 +/tracking/verbose 0 +# +# ********************************************************************* +# RUN +# +/run/initialize +# +# Set cuts OUTSIDE the phantom region +/run/setCut 1 mm +# +# Set cut for the phantom region +/run/setCutForRegion phantomRegion 1 nm +# +# Print a summary of particles/regions/cuts +/run/dumpCouples +# +/gps/particle proton +/gps/energy 3.5 MeV +# +# Square plane source +/gps/pos/type Plane +/gps/pos/shape Square +/gps/direction 0 0 1 +/gps/pos/rot1 1 0 0 +/gps/pos/rot2 0 1 0 +/gps/pos/centre 0. 0. -50 um +/gps/pos/halfx 350 um +/gps/pos/halfy 350 um +#/gps/pos/halfx 0 um +#/gps/pos/halfy 0 um +# +# ********************************************************************* +# VISUALIZATION SETTINGS +# +# Use this open statement to create an OpenGL view: +/vis/open OGL 600x600-0+0 +# +# Use this open statement to create a .prim file suitable for +# viewing in DAWN: +#/vis/open DAWNFILE +# +# Use this open statement to create a .heprep file suitable for +# viewing in HepRApp: +#/vis/open HepRepFile +# +# Use this open statement to create a .wrl file suitable for +# viewing in a VRML viewer: +#/vis/open VRML2FILE +# +# Disable auto refresh and quieten vis messages whilst scene and +# trajectories are established: +/vis/viewer/set/autoRefresh false +/vis/verbose errors +# +# Draw geometry: +/vis/drawVolume +# +# Specify style (surface or wireframe): +/vis/viewer/set/style wireframe +# +# Theta and phi camera angle: +/vis/viewer/set/viewpointThetaPhi 30 45 +# +# Specify zoom value: +/vis/viewer/zoom 1 +# +# Specify viewpoint: +#/vis/viewer/set/viewpointVector 400 0 105.79 +# +# Specify target point (so a viewpoint rotation keeps it in view) +#/vis/viewer/set/targetPoint -1461.42 0.0 -386.51 mm +# +# Draw coordinate axes: +#/vis/scene/add/axes 0 0 0 1 m +# +# Draw smooth trajectories at end of event, showing trajectory points +# as markers 2 pixels wide: +/vis/scene/add/trajectories smooth +/vis/modeling/trajectories/create/drawByCharge +/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true +/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2 +# (if too many tracks cause core dump => /tracking/storeTrajectory 0) +# +# Draw hits at end of event: +/vis/scene/add/hits +# +# To draw only gammas: +#/vis/filtering/trajectories/create/particleFilter +#/vis/filtering/trajectories/particleFilter-0/add gamma +# +# To invert the above, drawing all particles except gammas, +# keep the above two lines but also add: +#/vis/filtering/trajectories/particleFilter-0/invert true +# +# Many other options are available with /vis/modeling and /vis/filtering. +# For example, to select colour by particle ID: +#/vis/modeling/trajectories/create/drawByParticleID +#/vis/modeling/trajectories/drawByParticleID-0/set e- blue +# +# To superimpose all of the events from a given run: +/vis/scene/endOfEventAction accumulate +# +# Re-establish auto refreshing and verbosity: +/vis/viewer/set/autoRefresh true +/vis/verbose warnings +# +# For file-based drivers, use this to create an empty detector view: +#/vis/viewer/flush diff --git a/examples/advanced/dsbandrepair/.README.txt b/examples/advanced/dna/dsbandrepair/.README.txt similarity index 76% rename from examples/advanced/dsbandrepair/.README.txt rename to examples/advanced/dna/dsbandrepair/.README.txt index 8e5c2b40835..b3f3fe32fde 100644 --- a/examples/advanced/dsbandrepair/.README.txt +++ b/examples/advanced/dna/dsbandrepair/.README.txt @@ -9,9 +9,13 @@ L. T. Anh, Y. Perrot, C. Villagrasa, S. Meylan, H. N. Tran -(\*) contact: yann.perrot@irsn.fr or carmen.villagrasa@irsn.fr +contact: yann.perrot@irsn.fr or le.tuan.anh@vinatom.gov.vn -\section dsbandrepair_s1 Introduction +\section dsbandrepair_s1 REFERENCE +Please cite: +Anh et al., Physica Medica 124 (2024) 103422, https://doi.org/10.1016/j.ejmp.2024.103422 + +\section dsbandrepair_s2 Introduction “dsbandrepair” is a Geant4-DNA simulation chain for evaluating the early radiation-induced DNA damage. The first development of the simulation chain was carried out by Meylan et al. in 2017 (Sci. Rep. 2017 7:11923) @@ -24,10 +28,17 @@ The geometric models are constructed from 10 voxels to form a continuous chromat Physical stage and chemical stage allow the calculation of direct and indirect Strand Breaks in the whole nucleus. -Furthermore, the Two Lesion Kinetic model (Radiat. Res. 2001 156:365-378) and the Local Effect Model IV (Radiat. Res. 2013 180:524-538) were also included to allow users calculate the survival fraction and un-rejoined DSBs. -The Belov's model (J. Theo. Biol. 2015 366:115-130) for double-strand breaks repair is provided but has not been compared to experimental data. +Furthermore, repair models were added in the analysis part: + +- The Two Lesion Kinetic model developed by Stewart (Radiat. Res. 2001 156:365-378) provides a method to link DSBs (subdivided into simple and complex DSBs) with cell death. It suggests that DSB repair depends on the severity of the lesion. It includes non-saturable first and second order repair processes. DNA fragments associated with DSBs can interact with each other in paors and form lethal or non-lethal chromosomal aberrations. + +- The Local Effect Model IV from Tommasino et al (Radiat. Res. 2013 180:524-538) was included to calculate the fraction of un-rejoined DSBs. +It is based on the spatial distribution of DSBs by looking at the number of DSBs present in 2 Mbp chromatin loops. +DSBs in the loops are consideres as "isolated DSB" or "cluster of DSBs". the fraction of unrepaired DSBs is calculated by a two-phase exponential decay. + +- The Belov's model (J. Theo. Biol. 2015 366:115-130) for double-strand breaks repair is provided but has not been compared to experimental data. -\section dsbandrepair_s2 How to build and run +\section dsbandrepair_s3 How to build and run To build dsbandrepair, in the terminal, use: \verbatim @@ -51,7 +62,7 @@ Note that: dsbandrepair was designed in a modular way that offers users to run p where chem.in is a macrofile. User can change it to his/her own macrofile. -\section dsbandrepair_s3 Running with mpi library +\section dsbandrepair_s4 Running with mpi library To improve the simulation in term of computational time, user can run dsbandrepair with mpi library. @@ -77,7 +88,7 @@ Or ro run chemical stage: - shell$ mpiexec -np $nranks ./dsbandrepair chem.in chem \endverbatim -\section dsbandrepair_s4 Analyzing results +\section dsbandrepair_s5 Analyzing results To run "analysis" module, in the "build" directory, build this module with the commands: \verbatim - shell$ mkdir analysis @@ -98,14 +109,14 @@ or where the macro file allows user to interact with the code. Example: ./analysis/runAna analysis.in -\section dsbandrepair_s5 Outputs +\section dsbandrepair_s6 Outputs By default, the output of "Analysis" module will be written in 4 different text files: - SB results: this text file contains all SB results, such as total SB, direct and indirect SBs, SSB and DSB. - SDD format: All damages are written in SDD format (Radiat. Res. 2019 191:11). File name starts with "SDD_" - TLK result: File name starts with "TLK_". This file contains results from TLK model. - LEM-IV result: File name starts with "LEMIV_". This file contains results from LEMIV model. -\section dsbandrepair_s6 Maro files +\section dsbandrepair_s7 Maro files Some macro files are provided along with this code, user can change them based on their own needs. - macro files for physical stage: @@ -120,5 +131,5 @@ Some macro files are provided along with this code, user can change them based o An alternative example for DNA damage calculation can be found in examples/extended/medical/dna/moleculardna -\section dsbandrepair_s7 Acknowledgments +\section dsbandrepair_s8 Acknowledgments The transition from the initial simulation chain of Meylan et al. to a version adapted for a Geant4 example benefited from funds from the BioRad3 project financed by the ESA (grant DAR 4000132935/21/NL/CRS) \ No newline at end of file diff --git a/examples/advanced/dsbandrepair/CMakeLists.txt b/examples/advanced/dna/dsbandrepair/CMakeLists.txt similarity index 96% rename from examples/advanced/dsbandrepair/CMakeLists.txt rename to examples/advanced/dna/dsbandrepair/CMakeLists.txt index 8a41e9707a1..b6996d11733 100644 --- a/examples/advanced/dsbandrepair/CMakeLists.txt +++ b/examples/advanced/dna/dsbandrepair/CMakeLists.txt @@ -13,7 +13,7 @@ if (DOWNLOAD_GEOMETRY) include(ExternalProject) ExternalProject_Add(dnafabric_geometries SOURCE_DIR ${PROJECT_BINARY_DIR}/dnafabric_geometries - URL https://cern.ch/geant4-data/datasets/examples/advanced/dsbandrepair/0/dnafabric_geometries.tar.xz + URL https://cern.ch/geant4-data/datasets/examples/advanced/dna/dsbandrepair/0/dnafabric_geometries.tar.xz URL_HASH SHA256=7e77ec0dd4291599768a4c95b95f2456a1477b32f8141c97ddb78f982d828649 CONFIGURE_COMMAND "" BUILD_COMMAND "" diff --git a/examples/advanced/dsbandrepair/History b/examples/advanced/dna/dsbandrepair/History similarity index 59% rename from examples/advanced/dsbandrepair/History rename to examples/advanced/dna/dsbandrepair/History index d6ad64c5412..efbf044e8db 100644 --- a/examples/advanced/dsbandrepair/History +++ b/examples/advanced/dna/dsbandrepair/History @@ -4,6 +4,16 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-11-13 Le Tuan Anh (dsbandrepair-V11-02-03) +- Merge classes have the same functionality in PhysStage and ChemStage + +## 2024-10-15 H. Tran (dsbandrepair-V11-02-02) +- Moved from to dna folder + +## 2024-10-03 H. Tran (dsbandrepair-V11-02-01) +- Modified the molecule names of OH, HO2, O in MoleculeDefinition. + Each molecule configuration has a molecule definition. + ## 2024-05-24 H. Tran (dsbandrepair-V11-02-00) - used the EmParameter to control chemistry time step model diff --git a/examples/advanced/dsbandrepair/README.txt b/examples/advanced/dna/dsbandrepair/README.txt similarity index 81% rename from examples/advanced/dsbandrepair/README.txt rename to examples/advanced/dna/dsbandrepair/README.txt index b1fc10c14b9..29893770d72 100644 --- a/examples/advanced/dsbandrepair/README.txt +++ b/examples/advanced/dna/dsbandrepair/README.txt @@ -11,7 +11,12 @@ # AUTHORS L. T. Anh, Y. Perrot, C. Villagrasa, S. Meylan, H. N. Tran -(\*) contact: yann.perrot@irsn.fr or carmen.villagrasa@irsn.fr +contact: yann.perrot@irsn.fr or le.tuan.anh@vinatom.gov.vn + +# REFERENCE + +Please cite: +Anh et al., Physica Medica 124 (2024) 103422, https://doi.org/10.1016/j.ejmp.2024.103422 # Introduction @@ -26,8 +31,15 @@ The geometric models are constructed from 10 voxels to form a continuous chromat Physical stage and chemical stage allow the calculation of direct and indirect Strand Breaks in the whole nucleus. -Furthermore, the Two Lesion Kinetic model (Radiat. Res. 2001 156:365-378) and the Local Effect Model IV (Radiat. Res. 2013 180:524-538) were also included to allow users calculate the survival fraction and un-rejoined DSBs. -The Belov's model (J. Theo. Biol. 2015 366:115-130) for double-strand breaks repair is provided but has not been compared to experimental data. +Furthermore, repair models were added in the analysis part: + +- The Two Lesion Kinetic model developed by Stewart (Radiat. Res. 2001 156:365-378) provides a method to link DSBs (subdivided into simple and complex DSBs) with cell death. It suggests that DSB repair depends on the severity of the lesion. It includes non-saturable first and second order repair processes. DNA fragments associated with DSBs can interact with each other in paors and form lethal or non-lethal chromosomal aberrations. + +- The Local Effect Model IV from Tommasino et al (Radiat. Res. 2013 180:524-538) was included to calculate the fraction of un-rejoined DSBs. +It is based on the spatial distribution of DSBs by looking at the number of DSBs present in 2 Mbp chromatin loops. +DSBs in the loops are consideres as "isolated DSB" or "cluster of DSBs". the fraction of unrepaired DSBs is calculated by a two-phase exponential decay. + +- The Belov's model (J. Theo. Biol. 2015 366:115-130) for double-strand breaks repair is provided but has not been compared to experimental data. # How to build and run diff --git a/examples/advanced/dsbandrepair/analysis/CMakeLists.txt b/examples/advanced/dna/dsbandrepair/analysis/CMakeLists.txt similarity index 100% rename from examples/advanced/dsbandrepair/analysis/CMakeLists.txt rename to examples/advanced/dna/dsbandrepair/analysis/CMakeLists.txt diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/include/ClassifiedDamage.hh b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/ClassifiedDamage.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/include/ClassifiedDamage.hh rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/ClassifiedDamage.hh diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/include/Damage.hh b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/Damage.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/include/Damage.hh rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/Damage.hh diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/include/DamageClassifier.hh b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/DamageClassifier.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/include/DamageClassifier.hh rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/DamageClassifier.hh diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/include/SDDData.hh b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/SDDData.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/include/SDDData.hh rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/SDDData.hh diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/include/ScanDamage.hh b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/ScanDamage.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/include/ScanDamage.hh rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/include/ScanDamage.hh diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/src/ClassifiedDamage.cc b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/ClassifiedDamage.cc similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/src/ClassifiedDamage.cc rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/ClassifiedDamage.cc diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/src/Damage.cc b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/Damage.cc similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/src/Damage.cc rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/Damage.cc diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/src/DamageClassifier.cc b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/DamageClassifier.cc similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/src/DamageClassifier.cc rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/DamageClassifier.cc diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/src/SDDData.cc b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/SDDData.cc similarity index 100% rename from examples/advanced/dsbandrepair/analysis/dnadamage/src/SDDData.cc rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/SDDData.cc diff --git a/examples/advanced/dsbandrepair/analysis/dnadamage/src/ScanDamage.cc b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/ScanDamage.cc similarity index 98% rename from examples/advanced/dsbandrepair/analysis/dnadamage/src/ScanDamage.cc rename to examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/ScanDamage.cc index 455949b844a..646cf035012 100644 --- a/examples/advanced/dsbandrepair/analysis/dnadamage/src/ScanDamage.cc +++ b/examples/advanced/dna/dsbandrepair/analysis/dnadamage/src/ScanDamage.cc @@ -28,6 +28,7 @@ /// \brief Implementation of the ScanDamage class #include "ScanDamage.hh" +#include "ParametersParser.hh" #include "TSystemDirectory.h" #include "TFile.h" @@ -274,7 +275,9 @@ void ScanDamage::ScanDamageFromPhys() void ScanDamage::ScanDamageFromChem() { std::cout<<"===== Start Scanning Damages From Chem =====\n"; - fs::path currentP{"chem_output"}; + std::string fChemOutFolderName = ParametersParser::Instance()->GetChemOutFolderName(); + if (fChemOutFolderName == "") fChemOutFolderName = "chem_output"; + fs::path currentP{fChemOutFolderName}; fs::file_status s = fs::file_status{}; auto isExist = fs::status_known(s) ? fs::exists(s) : fs::exists(currentP); if (isExist) { @@ -286,14 +289,14 @@ void ScanDamage::ScanDamageFromChem() } } if (!isFoundRootFiles) { - std::cout<<"=====>> No root files found in folder \"chem_ouput\"!!! Skip Scanning Damages From Chem =====\n"; + std::cout<<"=====>> No root files found in folder \""< 0) { SortChemTableWithSelection(); } } else { - std::cout<<"=====>> Cannot find folder \"chem_ouput\"!!! Skip Scanning Damages From Chem =====\n"; + std::cout<<"=====>> Cannot find folder \""<GetEntries() >0) { - double strand; - double copyNumber; + int strand; + int copyNumber; double xp; double yp; double zp; double time; - double base; + int base; chemTree->SetBranchAddress("strand", &strand); chemTree->SetBranchAddress("copyNumber", ©Number); chemTree->SetBranchAddress("xp", &xp); @@ -405,17 +408,17 @@ void ScanDamage::AnaPhysRootTree1(TFile* f) if( tPhys->GetEntries() > 0) { - double flagParticle; - double flagParentID; - double flagProcess; + int flagParticle; + int flagParentID; + int flagProcess; double x; double y; double z; double edep; - double eventNumber; - double volumeName; - double copyNumber; - double lastMetVoxelCopyNum; + int eventNumber; + int volumeName; + int copyNumber; + int lastMetVoxelCopyNum; tPhys->SetBranchAddress("flagParticle", &flagParticle); tPhys->SetBranchAddress("flagParentID", &flagParentID); @@ -528,7 +531,7 @@ void ScanDamage::AnaPhysRootTree2(TFile* f) if( int(tPhys2->GetEntries() ) > 0) { double edep; - double eventNumber; + int eventNumber; tPhys2->SetBranchAddress("edep", &edep); tPhys2->SetBranchAddress("eventNumber", &eventNumber); diff --git a/examples/advanced/dsbandrepair/analysis/include/AnalysisHandler.hh b/examples/advanced/dna/dsbandrepair/analysis/include/AnalysisHandler.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/include/AnalysisHandler.hh rename to examples/advanced/dna/dsbandrepair/analysis/include/AnalysisHandler.hh diff --git a/examples/advanced/dsbandrepair/analysis/include/ODESolver.hh b/examples/advanced/dna/dsbandrepair/analysis/include/ODESolver.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/include/ODESolver.hh rename to examples/advanced/dna/dsbandrepair/analysis/include/ODESolver.hh diff --git a/examples/advanced/dsbandrepair/analysis/include/ParametersParser.hh b/examples/advanced/dna/dsbandrepair/analysis/include/ParametersParser.hh similarity index 98% rename from examples/advanced/dsbandrepair/analysis/include/ParametersParser.hh rename to examples/advanced/dna/dsbandrepair/analysis/include/ParametersParser.hh index 2077945f7d4..12d4f16b4c9 100644 --- a/examples/advanced/dsbandrepair/analysis/include/ParametersParser.hh +++ b/examples/advanced/dna/dsbandrepair/analysis/include/ParametersParser.hh @@ -72,10 +72,12 @@ public: std::string GetCellNucleusName() {return fCellNucleusName;}; int GetUnitTypeOfNormalization() {return fUnitOfNormalization;} bool WannaSkipScanningIndirectDamage() {return fSkipScanningIndirectDamage;} + std::string GetChemOutFolderName() {return fChemOutFolderName;} private: explicit ParametersParser(); static ParametersParser* fInstance; std::string fOutputName{"Output.dat"}; + std::string fChemOutFolderName{""}; std::string fSDDfileName{""}; std::string fCellNucleusName{"Undefined"}; std::string fThresholdE{""}; diff --git a/examples/advanced/dsbandrepair/analysis/main.cc b/examples/advanced/dna/dsbandrepair/analysis/main.cc similarity index 96% rename from examples/advanced/dsbandrepair/analysis/main.cc rename to examples/advanced/dna/dsbandrepair/analysis/main.cc index 507fd85ad4d..687e3d104d7 100644 --- a/examples/advanced/dsbandrepair/analysis/main.cc +++ b/examples/advanced/dna/dsbandrepair/analysis/main.cc @@ -40,10 +40,11 @@ int main(int argc,char** argv) <<"\n" <<"--------------------------> Start running <--------------------------"< 1) { - std::string macrofile = argv[1]; - parParser->LoadParameters(macrofile); + macrofile = argv[1]; } + parParser->LoadParameters(macrofile); AnalysisHandler aAna; if (parParser->GetBpForDSB() > 0) aAna.SetBpForDSB(parParser->GetBpForDSB()); diff --git a/examples/advanced/dsbandrepair/analysis/repairmodels/include/BelovModel.hh b/examples/advanced/dna/dsbandrepair/analysis/repairmodels/include/BelovModel.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/repairmodels/include/BelovModel.hh rename to examples/advanced/dna/dsbandrepair/analysis/repairmodels/include/BelovModel.hh diff --git a/examples/advanced/dsbandrepair/analysis/repairmodels/include/LEMIVModel.hh b/examples/advanced/dna/dsbandrepair/analysis/repairmodels/include/LEMIVModel.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/repairmodels/include/LEMIVModel.hh rename to examples/advanced/dna/dsbandrepair/analysis/repairmodels/include/LEMIVModel.hh diff --git a/examples/advanced/dsbandrepair/analysis/repairmodels/include/TLKModel.hh b/examples/advanced/dna/dsbandrepair/analysis/repairmodels/include/TLKModel.hh similarity index 100% rename from examples/advanced/dsbandrepair/analysis/repairmodels/include/TLKModel.hh rename to examples/advanced/dna/dsbandrepair/analysis/repairmodels/include/TLKModel.hh diff --git a/examples/advanced/dsbandrepair/analysis/repairmodels/src/BelovModel.cc b/examples/advanced/dna/dsbandrepair/analysis/repairmodels/src/BelovModel.cc similarity index 100% rename from examples/advanced/dsbandrepair/analysis/repairmodels/src/BelovModel.cc rename to examples/advanced/dna/dsbandrepair/analysis/repairmodels/src/BelovModel.cc diff --git a/examples/advanced/dsbandrepair/analysis/repairmodels/src/LEMIVModel.cc b/examples/advanced/dna/dsbandrepair/analysis/repairmodels/src/LEMIVModel.cc similarity index 95% rename from examples/advanced/dsbandrepair/analysis/repairmodels/src/LEMIVModel.cc rename to examples/advanced/dna/dsbandrepair/analysis/repairmodels/src/LEMIVModel.cc index d5497444b1a..4a81315dca1 100644 --- a/examples/advanced/dsbandrepair/analysis/repairmodels/src/LEMIVModel.cc +++ b/examples/advanced/dna/dsbandrepair/analysis/repairmodels/src/LEMIVModel.cc @@ -164,6 +164,16 @@ int LEMIVModel::GetDSBPerLoop(std::vector vecDamage,unsigned int startLo void LEMIVModel::CalculateRepair(double pTMax, double pDeltaT) { + if (pTMax <= 0.) { + std::cout<<"LEMIVModel::CalculateRepair() wrong value for timeMax !!!\n" + <<"Plese check the input macro file!!!"<> Wrong input. To run Physgeo, type : ./dsbandrepair macrofile\n" <<"To run Chem_geo, type : ./dsbandrepair macrofile chem"< 2) { const G4String rmode = argv[2]; if (rmode == "phys") gRunMode = RunningMode::Phys; - if (rmode == "chem") gRunMode = RunningMode::Chem; + else if (rmode == "chem") gRunMode = RunningMode::Chem; + else { + G4cout<<"Undefined Running Mode = "<GetRank(); + seed += g4MPI->GetRank(); #endif // USE_MPI G4cout<<"Initial Seed for random engine: "<GetRank() == 0 ){ - CheckingSomeFilesAndFolders(); - } -#else - CheckingSomeFilesAndFolders(); -#endif // USE_MPI - G4Random::setTheSeed(seed); - auto* runManager = G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default); + stgstr = "physical stage"; + runManager = G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default); #ifdef G4MULTITHREADED G4int threadNumber= 1; runManager-> SetNumberOfThreads(threadNumber); #endif // G4MULTITHREADED - - DetectorConstruction* detector = new DetectorConstruction(1.,0,false); - runManager->SetUserInitialization(detector); +#ifdef USE_MPI + stgstr += " in #rank"+std::to_string(g4MPI->GetRank()); + if (g4MPI->IsMaster()) analysis->CheckAndCreateNewFolderInPhysStage(); +#else + analysis->CheckAndCreateNewFolderInPhysStage(); +#endif + } else if (gRunMode == RunningMode::Chem) { + stgstr = "chemical stage"; + runManager = G4RunManagerFactory::CreateRunManager(G4RunManagerType::Serial); + G4DNAChemistryManager::Instance()->SetChemistryActivation(true); + G4Scheduler::Instance(); + } + + DetectorConstruction* detector = new DetectorConstruction(1.,0,false); + runManager->SetUserInitialization(detector); + PhysicsList* physList = new PhysicsList; + ActionInitialization* actionIni = new ActionInitialization(); - PhysicsList* physList = new PhysicsList; + if (gRunMode == RunningMode::Phys) { runManager->SetUserInitialization(physList); - - PhysActionInitialization* actionIni = new PhysActionInitialization(); - runManager->SetUserInitialization(actionIni); + runManager->SetUserInitialization(actionIni); #ifdef USE_MPI - // extra worker (for collecting ntuple data) - if ( g4MPI->IsExtraWorker() ) { - G4cout << "Set extra worker" << G4endl; - G4UserRunAction* runAction = const_cast(runManager->GetUserRunAction()); - g4MPI->SetExtraWorker(new G4MPIextraWorker(runAction)); - } session-> SessionStart(); - - if (g4MPI->GetRank() == 0 ){ - InformationKeeper::Instance()->WritePhysGeo(); + analysis->WritePhysGeo(); } - delete g4MPI; #else // Get the pointer to the User Interface manager G4UImanager* UImanager = G4UImanager::GetUIpointer(); @@ -152,10 +154,26 @@ int main(int argc,char** argv) G4String command = "/control/execute "; UImanager->ApplyCommand(command+macrofileName); } - InformationKeeper::Instance()->WritePhysGeo(); -#endif // USE_MPI - delete runManager; - } else if (gRunMode == RunningMode::Chem) { + analysis->WritePhysGeo(); +#endif // USE_MPI + } + + + if (gRunMode == RunningMode::Chem) { + //get the pointer to the User Interface manager + G4UImanager* UI = G4UImanager::GetUIpointer(); +#ifdef USE_MPI + session->SessionStart(); + stgstr += " in #rank"+std::to_string(g4MPI->GetRank()); + if (g4MPI->IsMaster()) analysis->CheckAndCreateNewFolderInChemStage(); +#else + G4String command = "/control/execute "; + UI->ApplyCommand(command+macrofileName); + analysis->CheckAndCreateNewFolderInChemStage(); +#endif + //------------------------------------------ + // Prepare input file + //------------------------------------------ std::string inputFileorFolder = "chem_input"; if (argc == 4) inputFileorFolder = argv[3]; G4fs::path p{inputFileorFolder}; @@ -194,7 +212,11 @@ int main(int argc,char** argv) if (totalNumberofFilesVector.size() == 0) { G4cout<<"===>> There is no files found in "<> Total files found in "<>dsbandrepair: "<SetChemistryActivation(true); - - ChemNtupleManager ntupleManager; - - DetectorConstruction* detector = new DetectorConstruction(); G4String firstFileForInit=""; if (numberOfFilesTobeProcessedVector.size()>0) { firstFileForInit=numberOfFilesTobeProcessedVector.at(0); detector->ParseGeoFileForChemMode(firstFileForInit); // read to build voxel } - runManager->SetUserInitialization(detector); - G4String chemListName = ExtractChemListNameFromMacroFile(macrofileName); - ChemPhysicsList* physList; - if (chemListName != "") { - physList = new ChemPhysicsList(chemListName); - } else physList = new ChemPhysicsList(); + //------------------------------------------ + // Initialization classes + //------------------------------------------ + runManager->SetUserInitialization(physList); - - ChemActionInitialization* actionIni = new ChemActionInitialization(&ntupleManager,physList); runManager->SetUserInitialization(actionIni); - - //get the pointer to the User Interface manager - G4UImanager* UI = G4UImanager::GetUIpointer(); - G4String command = "/control/execute "; - UI->ApplyCommand(command+macrofileName); runManager->Initialize(); if (numberOfFilesTobeProcessedVector.size()>0) { size_t nprocessedfiles{0}, ncounts{1}; @@ -249,7 +250,7 @@ int main(int argc,char** argv) if (aP.has_stem()) { outputFileName = aP.stem().string(); } else outputFileName = fileInput; - ntupleManager.SetFileName(outputFileName); + analysis->SetFileName(outputFileName); if (fileInput != firstFileForInit) detector->ParseGeoFileForChemMode(fileInput); detector->InsertMoleculeInWorld(); UI->ApplyCommand("/run/beamOn 1"); @@ -268,67 +269,15 @@ int main(int argc,char** argv) } else { UI->ApplyCommand("/run/beamOn 1"); } + } + #ifdef USE_MPI - delete g4MPI; + delete g4MPI; #endif // USE_MPI - delete runManager; - } else { - G4cout<<"Undefined Running Mode; dsbansrepair will quit now. See you!\n"; - } + delete runManager; + G4cout <<"----------------------> Finish "<GetPhysOutFolderName().c_str()}; - auto isExist = G4fs::status_known(fst) ? G4fs::exists(fst) : G4fs::exists(outFolderPhysP); - if (! isExist) { - G4fs::create_directory(outFolderPhysP); - } else { - G4fs::remove_all(outFolderPhysP);//delete old folder - G4fs::create_directory(outFolderPhysP); - } - // create output folder for containing chem_input - const G4fs::path outFolderP{InformationKeeper::Instance()->GetChemInputFolderName().c_str()}; - isExist = G4fs::status_known(fst) ? G4fs::exists(fst) : G4fs::exists(outFolderP); - if (! isExist) { - G4fs::create_directory(outFolderP); - } else { - G4fs::remove_all(outFolderP);//delete old folder - G4fs::create_directory(outFolderP); - } -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -G4String ExtractChemListNameFromMacroFile(G4String fileName) -{ - G4String out=""; - std::ifstream file; - file.open(fileName.c_str()); - if (!file.is_open()) { - G4String msg = "Error in openning file " + fileName; - G4Exception("G4String ExtractChemListNameFromMacroFile()", "", FatalException, msg); - } else { - G4String line; - while(std::getline(file, line)) - { - std::istringstream iss(line); - G4String flag; - iss >> flag; - G4String tvalue; - iss >> tvalue; - if (flag == "/dsbandrepair/chem/chemList") out = tvalue; - } - } - file.close(); - return out; -} - //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/dsbandrepair/dsbandrepair.out b/examples/advanced/dna/dsbandrepair/dsbandrepair.out similarity index 98% rename from examples/advanced/dsbandrepair/dsbandrepair.out rename to examples/advanced/dna/dsbandrepair/dsbandrepair.out index 5e194b0e523..66ba3939751 100644 --- a/examples/advanced/dsbandrepair/dsbandrepair.out +++ b/examples/advanced/dna/dsbandrepair/dsbandrepair.out @@ -1,4 +1,4 @@ -Initial Seed for random engine: 1719414420 +Initial Seed for random engine: 1733190484 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -75,10 +75,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -522,3 +525,4 @@ hIoni: for pi- XStype:3 SubType=2 --> Event 0 starts. ... write file : phys_output/phys_output.root - done ... close file : phys_output/phys_output.root - done +----------------------> Finish physical stage!!! Good bye :) <---------------------- diff --git a/examples/advanced/dsbandrepair/include/PhysActionInitialization.hh b/examples/advanced/dna/dsbandrepair/include/ActionInitialization.hh similarity index 85% rename from examples/advanced/dsbandrepair/include/PhysActionInitialization.hh rename to examples/advanced/dna/dsbandrepair/include/ActionInitialization.hh index c5cb107dcc0..2078933f98a 100644 --- a/examples/advanced/dsbandrepair/include/PhysActionInitialization.hh +++ b/examples/advanced/dna/dsbandrepair/include/ActionInitialization.hh @@ -24,19 +24,19 @@ // ******************************************************************** // // -/// \file PhysActionInitialization.hh -/// \brief Definition of the PhysActionInitialization class +/// \file ActionInitialization.hh +/// \brief Definition of the ActionInitialization class -#ifndef PHYSACTIONINITIALIZATION_HH -#define PHYSACTIONINITIALIZATION_HH +#ifndef ACTIONINITIALIZATION_HH +#define ACTIONINITIALIZATION_HH #include "G4VUserActionInitialization.hh" -class PhysActionInitialization : public G4VUserActionInitialization +class ActionInitialization : public G4VUserActionInitialization { public: - PhysActionInitialization() = default; - ~PhysActionInitialization() override = default; + ActionInitialization() = default; + ~ActionInitialization() override = default; void BuildForMaster() const override; void Build() const override; diff --git a/examples/advanced/dsbandrepair/include/PhysAnalysis.hh b/examples/advanced/dna/dsbandrepair/include/Analysis.hh similarity index 58% rename from examples/advanced/dsbandrepair/include/PhysAnalysis.hh rename to examples/advanced/dna/dsbandrepair/include/Analysis.hh index a623f7e1ca8..7bd4c0fba60 100644 --- a/examples/advanced/dsbandrepair/include/PhysAnalysis.hh +++ b/examples/advanced/dna/dsbandrepair/include/Analysis.hh @@ -24,15 +24,18 @@ // ******************************************************************** // // -/// \file PhysAnalysis.hh -/// \brief Definition of the PhysAnalysis class +/// \file Analysis.hh +/// \brief Definition of the Analysis class +/// \file Analysis.hh +/// \brief Definition of the Analysis class -#ifndef PHYSANALYSIS_h -#define PHYSANALYSIS_h 1 +#ifndef ANALYSIS_h +#define ANALYSIS_h 1 #include "G4ThreeVector.hh" #include #include "G4AnalysisManager.hh" +#include "G4GenericMessenger.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -44,18 +47,18 @@ struct InfoForChemGeo // store info for creating input files for chem stage { - G4double fType{0.}; // water: 1; solvated electron=2 - G4double fState{-99.}; // no state for solvated electron - G4double fElectronicLevel{-99.}; // no electronic level for solvated electron + G4int fType{0}; // water: 1; solvated electron=2 + G4int fState{-99}; // no state for solvated electron + G4int fElectronicLevel{-99}; // no electronic level for solvated electron G4double fX{0.}; // position of the incoming track G4double fY{0.}; // position of the incoming track G4double fZ{0.}; // position of the incoming track - G4double fParentTrackID{-1.}; - G4double fEventNumber{-1.}; - G4double fVolume{-1.}; - G4double fVolumeCopyNumber{-1.}; - G4double fMotherVolume{-1.}; - G4double fMotherVolumeCopyNumber{-1.}; + G4int fParentTrackID{-1}; + G4int fEventNumber{-1}; + G4int fVolume{-1}; + G4int fVolumeCopyNumber{-1}; + G4int fMotherVolume{-1}; + G4int fMotherVolumeCopyNumber{-1}; G4double fRelX{-1.}; G4double fRelY{-1.}; G4double fRelZ{-1.}; @@ -65,47 +68,71 @@ struct InfoForChemGeo // store info for creating input files for chem stage struct InfoInPhysStage // store info created in Physical stage { - G4double fFlagParticle{-1.}; - G4double fFlagParentID{-1.}; - G4double fFlagProcess{-1.}; + G4int fFlagParticle{-1}; + G4int fFlagParentID{-1}; + G4int fFlagProcess{-1}; G4double fX{-1.}; G4double fY{-1.}; G4double fZ{-1.}; G4double fEdep{-1.}; - G4double fEventNumber{-1.}; - G4double fVolumeName{-1.}; - G4double fCopyNumber{-1.}; - G4double fLastMetVoxelCopyNum{-1.}; + G4int fEventNumber{-1}; + G4int fVolumeName{-1}; + G4int fCopyNumber{-1}; + G4int fLastMetVoxelCopyNum{-1}; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -class PhysAnalysis +class Analysis { public: - ~PhysAnalysis() = default; - static PhysAnalysis* GetAnalysis(); + ~Analysis() = default; + static Analysis* GetAnalysis(); - void OpenFile(const G4String& fname); + void OpenFile(const G4String outFolder=""); void Save(); void Close(G4bool reset = true); - + void SetFileName(const G4String& name) {fFileName = name;}; void Book(); G4AnalysisManager* GetAnalysisManager(); void ClearVector() ; // being called in Beginofeventaction void AddInfoForChemGeo(InfoForChemGeo); void AddInfoInPhysStage(InfoInPhysStage); void UpdateChemInputDataAndFillNtuple(); // being called in Endofeventaction + void RecordCellDefFiliePath(const G4String &pth) {fCellDefFilePath = pth;}; + void RecordVoxelDefFilesList(std::set list) {fVoxelDefFilesList = list;}; + void RecordChemInputFolderName(const G4String &pth) {fChemInputFolderName = pth;}; + void WritePhysGeo(); + G4String GetChemInputFolderName() {return fChemInputFolderName;} + G4String GetPhysOutFolderName() {return fPhysOutFolderName;} + G4String GetChemOutFolderName() {return fChemOutFolderName;} + void SetTotalNbBpPlacedInGeo(unsigned long long val) {fTotalNbBpPlacedInGeo = val;} + void SetTotalNbHistonePlacedInGeo(unsigned long long val) {fTotalNbHistonePlacedInGeo = val;} + void SetNucleusVolume(G4double vl) {fNucleusVolume = vl;}; + void SetNucleusMassDensity(G4double md) {fNucleusMassDensity = md;}; + void CheckAndCreateNewFolderInChemStage(); + void CheckAndCreateNewFolderInPhysStage(); private: - PhysAnalysis() = default; + Analysis() {DefineCommands();}; G4String CreateChemInputFile(G4int eventNum,G4int volumeCopyNumber,const G4String &voxelName); void UpdatingChemInputFile(InfoForChemGeo); void UpdatingChemInputFile(InfoInPhysStage); std::vector fInfoForChemGeoVector; std::vector fInfoInPhysStageVector; std::map > fOutputFiles; - G4String fOutputFolder=""; - DISALLOW_COPY_AND_ASSIGN(PhysAnalysis); + G4String fCellDefFilePath; + std::set fVoxelDefFilesList; + G4String fChemInputFolderName{"chem_input"}; + G4String fPhysOutFolderName{"phys_output"}; + G4String fChemOutFolderName{"chem_output"}; + unsigned long long fTotalNbBpPlacedInGeo{0}; + unsigned long long fTotalNbHistonePlacedInGeo{0}; + G4double fNucleusVolume{0.}; + G4double fNucleusMassDensity{0.}; + G4String fFileName="Output";// output + std::unique_ptr fMessenger; + void DefineCommands(); + DISALLOW_COPY_AND_ASSIGN(Analysis); }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/dsbandrepair/include/ChemGeoImport.hh b/examples/advanced/dna/dsbandrepair/include/ChemGeoImport.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/ChemGeoImport.hh rename to examples/advanced/dna/dsbandrepair/include/ChemGeoImport.hh diff --git a/examples/advanced/dsbandrepair/include/DetectorConstruction.hh b/examples/advanced/dna/dsbandrepair/include/DetectorConstruction.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/DetectorConstruction.hh rename to examples/advanced/dna/dsbandrepair/include/DetectorConstruction.hh diff --git a/examples/advanced/dsbandrepair/include/DetectorConstructionMessenger.hh b/examples/advanced/dna/dsbandrepair/include/DetectorConstructionMessenger.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/DetectorConstructionMessenger.hh rename to examples/advanced/dna/dsbandrepair/include/DetectorConstructionMessenger.hh diff --git a/examples/advanced/dsbandrepair/include/PhysEventAction.hh b/examples/advanced/dna/dsbandrepair/include/EventAction.hh similarity index 91% rename from examples/advanced/dsbandrepair/include/PhysEventAction.hh rename to examples/advanced/dna/dsbandrepair/include/EventAction.hh index ad985fb89ca..bad24906d43 100644 --- a/examples/advanced/dsbandrepair/include/PhysEventAction.hh +++ b/examples/advanced/dna/dsbandrepair/include/EventAction.hh @@ -24,8 +24,8 @@ // ******************************************************************** // // -/// \file PhysEventAction.hh -/// \brief Definition of the PhysEventAction class +/// \file EventAction.hh +/// \brief Definition of the EventAction class #ifndef PHYSEVENTACTION_HH #define PHYSEVENTACTION_HH @@ -33,11 +33,11 @@ #include "G4UserEventAction.hh" #include "globals.hh" -class PhysEventAction : public G4UserEventAction +class EventAction : public G4UserEventAction { public: - PhysEventAction() = default; - ~PhysEventAction() override = default; + EventAction() = default; + ~EventAction() override = default; G4int GetEventNumber(); diff --git a/examples/advanced/dsbandrepair/include/G4EmDNAChemistry_option3_Extended.hh b/examples/advanced/dna/dsbandrepair/include/G4EmDNAChemistry_option3_Extended.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/G4EmDNAChemistry_option3_Extended.hh rename to examples/advanced/dna/dsbandrepair/include/G4EmDNAChemistry_option3_Extended.hh diff --git a/examples/advanced/dsbandrepair/include/ChemITSteppingAction.hh b/examples/advanced/dna/dsbandrepair/include/ITSteppingAction.hh similarity index 89% rename from examples/advanced/dsbandrepair/include/ChemITSteppingAction.hh rename to examples/advanced/dna/dsbandrepair/include/ITSteppingAction.hh index 7a03b2aa14e..5cb712525d7 100644 --- a/examples/advanced/dsbandrepair/include/ChemITSteppingAction.hh +++ b/examples/advanced/dna/dsbandrepair/include/ITSteppingAction.hh @@ -24,8 +24,8 @@ // ******************************************************************** // // -/// \file ChemITSteppingAction.hh -/// \brief Definition of the ChemITSteppingAction class +/// \file ITSteppingAction.hh +/// \brief Definition of the ITSteppingAction class #ifndef ChemITSteppingAction_h #define ChemITSteppingAction_h 1 @@ -33,11 +33,11 @@ #include "G4UserSteppingAction.hh" #include "G4Step.hh" -class ChemITSteppingAction : public G4UserSteppingAction +class ITSteppingAction : public G4UserSteppingAction { public: - ChemITSteppingAction() = default; - ~ChemITSteppingAction() override = default; + ITSteppingAction() = default; + ~ITSteppingAction() override = default; void UserSteppingAction(const G4Step*) override; diff --git a/examples/advanced/dsbandrepair/include/PhysChemIO.hh b/examples/advanced/dna/dsbandrepair/include/PhysChemIO.hh similarity index 95% rename from examples/advanced/dsbandrepair/include/PhysChemIO.hh rename to examples/advanced/dna/dsbandrepair/include/PhysChemIO.hh index bf16ffac54b..fb9f9e935b7 100644 --- a/examples/advanced/dsbandrepair/include/PhysChemIO.hh +++ b/examples/advanced/dna/dsbandrepair/include/PhysChemIO.hh @@ -31,11 +31,11 @@ #define PhysChemIO_h 1 #include "G4VPhysChemIO.hh" -class PhysSteppingAction; +class SteppingAction; class PhysChemIO : public G4VPhysChemIO { public: - PhysChemIO(PhysSteppingAction* steppingAction); + PhysChemIO(SteppingAction* steppingAction); ~PhysChemIO() override = default; void CreateWaterMolecule(G4int /*electronicModif*/, G4int /*electronicLevel*/, @@ -50,7 +50,7 @@ public: void WriteInto(const G4String&, std::ios_base::openmode) override {}; void CloseFile() override {}; private: - PhysSteppingAction* fSteppingAction; + SteppingAction* fSteppingAction; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/dsbandrepair/include/PhysGeoImport.hh b/examples/advanced/dna/dsbandrepair/include/PhysGeoImport.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/PhysGeoImport.hh rename to examples/advanced/dna/dsbandrepair/include/PhysGeoImport.hh diff --git a/examples/advanced/dsbandrepair/include/PhysicsList.hh b/examples/advanced/dna/dsbandrepair/include/PhysicsList.hh similarity index 84% rename from examples/advanced/dsbandrepair/include/PhysicsList.hh rename to examples/advanced/dna/dsbandrepair/include/PhysicsList.hh index dee458fc30c..621eec26ecb 100644 --- a/examples/advanced/dsbandrepair/include/PhysicsList.hh +++ b/examples/advanced/dna/dsbandrepair/include/PhysicsList.hh @@ -35,7 +35,9 @@ #include #include "G4VPhysicsConstructor.hh" -#include "PhysicsMessenger.hh" +#include "G4GenericMessenger.hh" +#include "G4EmDNAChemistry_option2.hh" +#include "G4EmDNAChemistry_option3_Extended.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -49,10 +51,15 @@ public: void ConstructProcess() override; void RegisterPhysicsList(const G4String& name); + void RegisterChemListConstructor(const G4String& name); + void SetChemListName(const G4String& cname) {fChemListName = cname;} private: std::unique_ptr fDNAPhysicsList{nullptr}; - std::unique_ptr fPhysMsg{nullptr}; + std::unique_ptr fEmDNAChemistryList{nullptr}; + std::unique_ptr fMessenger; G4String fPhysDNAName{""}; + G4String fChemListName{""}; + void DefineCommands(); }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/dsbandrepair/include/PhysPrimaryGeneratorAction.hh b/examples/advanced/dna/dsbandrepair/include/PrimaryGeneratorAction.hh similarity index 87% rename from examples/advanced/dsbandrepair/include/PhysPrimaryGeneratorAction.hh rename to examples/advanced/dna/dsbandrepair/include/PrimaryGeneratorAction.hh index a54ea081c39..fbffbbab946 100644 --- a/examples/advanced/dsbandrepair/include/PhysPrimaryGeneratorAction.hh +++ b/examples/advanced/dna/dsbandrepair/include/PrimaryGeneratorAction.hh @@ -24,11 +24,11 @@ // ******************************************************************** // // -/// \file PhysPrimaryGeneratorAction.hh -/// \brief Definition of the PhysPrimaryGeneratorAction class +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the PrimaryGeneratorAction class -#ifndef PhysPrimaryGeneratorAction_h -#define PhysPrimaryGeneratorAction_h 1 +#ifndef PrimaryGeneratorAction_h +#define PrimaryGeneratorAction_h 1 #include "G4VUserPrimaryGeneratorAction.hh" #include "G4ParticleGun.hh" @@ -42,12 +42,12 @@ class G4GeneralParticleSource; class G4Event; class DetectorConstruction; -class PhysPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction { public: - PhysPrimaryGeneratorAction(); - ~PhysPrimaryGeneratorAction() override; + PrimaryGeneratorAction(); + ~PrimaryGeneratorAction() override; void GeneratePrimaries(G4Event*) override; diff --git a/examples/advanced/dsbandrepair/include/PhysRunAction.hh b/examples/advanced/dna/dsbandrepair/include/RunAction.hh similarity index 88% rename from examples/advanced/dsbandrepair/include/PhysRunAction.hh rename to examples/advanced/dna/dsbandrepair/include/RunAction.hh index 584322aecdc..cbd087fb693 100644 --- a/examples/advanced/dsbandrepair/include/PhysRunAction.hh +++ b/examples/advanced/dna/dsbandrepair/include/RunAction.hh @@ -24,11 +24,11 @@ // ******************************************************************** // // -/// \file PhysRunAction.hh -/// \brief Definition of the PhysRunAction class +/// \file RunAction.hh +/// \brief Definition of the RunAction class -#ifndef PhysRunAction_h -#define PhysRunAction_h 1 +#ifndef RunAction_h +#define RunAction_h 1 #include "G4UserRunAction.hh" #include "globals.hh" @@ -40,18 +40,17 @@ class G4Run; -class PhysRunAction : public G4UserRunAction +class RunAction : public G4UserRunAction { public: - PhysRunAction(); - ~PhysRunAction() override = default; + RunAction(); + ~RunAction() override = default; void BeginOfRunAction(const G4Run*) override; void EndOfRunAction(const G4Run*) override; private: - void CreateNtuple(); void WriteNtuple(); }; diff --git a/examples/advanced/dsbandrepair/include/ChemStackingAction.hh b/examples/advanced/dna/dsbandrepair/include/StackingAction.hh similarity index 89% rename from examples/advanced/dsbandrepair/include/ChemStackingAction.hh rename to examples/advanced/dna/dsbandrepair/include/StackingAction.hh index 0db2ee2014f..18ffb158ef2 100644 --- a/examples/advanced/dsbandrepair/include/ChemStackingAction.hh +++ b/examples/advanced/dna/dsbandrepair/include/StackingAction.hh @@ -24,8 +24,8 @@ // ******************************************************************** // // -/// \file ChemStackingAction.hh -/// \brief Definition of the ChemStackingAction class +/// \file StackingAction.hh +/// \brief Definition of the StackingAction class #ifndef CHEMStackingAction_h #define CHEMStackingAction_h 1 @@ -33,12 +33,12 @@ #include "globals.hh" #include "G4UserStackingAction.hh" -class ChemStackingAction : public G4UserStackingAction +class StackingAction : public G4UserStackingAction { public: - ChemStackingAction() = default; - ~ChemStackingAction() override = default; + StackingAction() = default; + ~StackingAction() override = default; void NewStage() override; }; diff --git a/examples/advanced/dsbandrepair/include/PhysSteppingAction.hh b/examples/advanced/dna/dsbandrepair/include/SteppingAction.hh similarity index 76% rename from examples/advanced/dsbandrepair/include/PhysSteppingAction.hh rename to examples/advanced/dna/dsbandrepair/include/SteppingAction.hh index 4b7f00eb658..7487ecdb2dd 100644 --- a/examples/advanced/dsbandrepair/include/PhysSteppingAction.hh +++ b/examples/advanced/dna/dsbandrepair/include/SteppingAction.hh @@ -24,8 +24,8 @@ // ******************************************************************** // // -/// \file PhysSteppingAction.hh -/// \brief Definition of the PhysSteppingAction class +/// \file SteppingAction.hh +/// \brief Definition of the SteppingAction class #ifndef PhysSteppingAction_h #define PhysSteppingAction_h 1 @@ -34,34 +34,34 @@ #include "G4SystemOfUnits.hh" #include "G4UnitsTable.hh" -#include "PhysEventAction.hh" +#include "EventAction.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -class PhysSteppingAction : public G4UserSteppingAction +class SteppingAction : public G4UserSteppingAction { public: - PhysSteppingAction(PhysEventAction* pEvent); - ~PhysSteppingAction() override = default; + SteppingAction(EventAction* pEvent); + ~SteppingAction() override = default; void UserSteppingAction(const G4Step*step) override; - G4double SetupVolumeFlag(const G4String &volumeName); - G4double SetupProcessFlag(const G4String &processName); - G4double SetupParticleFlag(const G4String &particleName); + G4int SetupVolumeFlag(const G4String &volumeName); private: - PhysEventAction* fEventAction{nullptr}; - G4double fFlagProcess{0.}; - G4double fFlagVolume{0.}; - G4double fFlagParticle{0.}; - G4double fFlagParentID{0.}; - G4double fLastMetVoxelCopyNumber{-1.}; + EventAction* fEventAction{nullptr}; + G4int fFlagProcess{0}; + G4int fFlagVolume{0}; + G4int fFlagParticle{0}; + G4int fFlagParentID{0}; + G4int fLastMetVoxelCopyNumber{-1}; void SetupFlags(const G4Step *step); + void SetupParticleAndProcessFlags(const G4Step *step); void SetupVoxelCopyNumber(const G4Step* step); }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... #endif + diff --git a/examples/advanced/dsbandrepair/include/ChemTimeStepAction.hh b/examples/advanced/dna/dsbandrepair/include/TimeStepAction.hh similarity index 75% rename from examples/advanced/dsbandrepair/include/ChemTimeStepAction.hh rename to examples/advanced/dna/dsbandrepair/include/TimeStepAction.hh index ecf9794ef39..4bca3fa6c54 100644 --- a/examples/advanced/dsbandrepair/include/ChemTimeStepAction.hh +++ b/examples/advanced/dna/dsbandrepair/include/TimeStepAction.hh @@ -24,23 +24,22 @@ // ******************************************************************** // // -/// \file ChemTimeStepAction.hh -/// \brief Definition of the ChemTimeStepAction class +/// \file TimeStepAction.hh +/// \brief Definition of the TimeStepAction class #ifndef CHEMITACTION_H #define CHEMITACTION_H #include "G4UserTimeStepAction.hh" #include "G4ChemTimeStepModel.hh" -#include "ChemNtupleManager.hh" - -class ChemTimeStepAction : public G4UserTimeStepAction +class G4ParticleDefinition; +class TimeStepAction : public G4UserTimeStepAction { public: - ChemTimeStepAction(ChemNtupleManager* histo, G4ChemTimeStepModel md = G4ChemTimeStepModel::SBS); - ~ChemTimeStepAction() override = default; - ChemTimeStepAction(const ChemTimeStepAction& other); - ChemTimeStepAction& operator=(const ChemTimeStepAction& other); + TimeStepAction(); + ~TimeStepAction() override = default; + TimeStepAction(const TimeStepAction& other); + TimeStepAction& operator=(const TimeStepAction& other); void UserReactionAction(const G4Track&a, const G4Track&b, const std::vector* products) override; @@ -48,14 +47,13 @@ class ChemTimeStepAction : public G4UserTimeStepAction void StartProcessing() override; private: - ChemNtupleManager* fpHisto{nullptr}; - G4double fReactif1{0.}; - G4double fReactif2{0.}; - G4double fProduct1{0.}; - G4double fProduct2{0.}; + G4int fReactif1{0}; + G4int fReactif2{0}; + G4int fProduct1{0}; + G4int fProduct2{0}; - G4double SetFlag(const G4String &val); + G4int SetParticleFlag(const G4ParticleDefinition*); }; #endif // ITACTION_H diff --git a/examples/advanced/dsbandrepair/include/UserChoosingDNASolvationModel.hh b/examples/advanced/dna/dsbandrepair/include/UserChoosingDNASolvationModel.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/UserChoosingDNASolvationModel.hh rename to examples/advanced/dna/dsbandrepair/include/UserChoosingDNASolvationModel.hh diff --git a/examples/advanced/dsbandrepair/include/UserMolecule.hh b/examples/advanced/dna/dsbandrepair/include/UserMolecule.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/UserMolecule.hh rename to examples/advanced/dna/dsbandrepair/include/UserMolecule.hh diff --git a/examples/advanced/dsbandrepair/include/UserMoleculeGun.hh b/examples/advanced/dna/dsbandrepair/include/UserMoleculeGun.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/UserMoleculeGun.hh rename to examples/advanced/dna/dsbandrepair/include/UserMoleculeGun.hh diff --git a/examples/advanced/dsbandrepair/include/VoxelParameterisation.hh b/examples/advanced/dna/dsbandrepair/include/VoxelParameterisation.hh similarity index 100% rename from examples/advanced/dsbandrepair/include/VoxelParameterisation.hh rename to examples/advanced/dna/dsbandrepair/include/VoxelParameterisation.hh diff --git a/examples/advanced/dsbandrepair/macros/analysis.in b/examples/advanced/dna/dsbandrepair/macros/analysis.in similarity index 96% rename from examples/advanced/dsbandrepair/macros/analysis.in rename to examples/advanced/dna/dsbandrepair/macros/analysis.in index c0ba2442046..934e48cfafd 100644 --- a/examples/advanced/dsbandrepair/macros/analysis.in +++ b/examples/advanced/dna/dsbandrepair/macros/analysis.in @@ -4,6 +4,7 @@ #" **Note: "#" is used for comments. Thereby, remove the "#" at the beginning of folowing commands to use them. #/ana/cellNucleusName Fibroblast # Optional; #/ana/ouputName Output0.dat #Set name for output file, default is Output.dat +#/ana/folderForChemOut chem_output #Set folder that contains outputs of chemical stage, default: chem_output #/ana/thresholdFordirectSBSelection 17.5 # eV; Threshold for selecting direct damages; default value is 17.5 eV #/ana/probForIndirectSBSelection 40 # %; Propability for selecting indirect damages; default value is 40 % #/ana/skipIndirectDamages # Use it if users want to skip analyzing indirect damages diff --git a/examples/advanced/dsbandrepair/macros/chem.in b/examples/advanced/dna/dsbandrepair/macros/chem.in similarity index 62% rename from examples/advanced/dsbandrepair/macros/chem.in rename to examples/advanced/dna/dsbandrepair/macros/chem.in index 77155fecf72..a1f4d644b21 100644 --- a/examples/advanced/dsbandrepair/macros/chem.in +++ b/examples/advanced/dna/dsbandrepair/macros/chem.in @@ -1,8 +1,8 @@ ######################### Macro file for Chem_geo ######################### # -/process/had/verbose 0 -/process/em/verbose 0 -/control/verbose 0 +#/process/had/verbose 0 +#/process/em/verbose 0 +#/control/verbose 0 /run/verbose 0 /event/verbose 0 /tracking/verbose 0 @@ -10,10 +10,12 @@ # #======================= CHOOSING CHEMYSTRYLIST ====================== # 02 options for chemList: G4EmDNAChemistry_option2 (default), G4EmDNAChemistry_option3 -/dsbandrepair/chem/chemList G4EmDNAChemistry_option2 +/dsbandrepair/phys/chemList G4EmDNAChemistry_option2 # # #======================= Set ENDTIME for Chemical reactions ====================== # /scheduler/endTime 5 nanosecond -# \ No newline at end of file +# +#======================= Set Folder for storing chem output ====================== +#/dsbandrepair/output/folderForChemOut chem_output \ No newline at end of file diff --git a/examples/advanced/dsbandrepair/macros/dsbandrepair.in b/examples/advanced/dna/dsbandrepair/macros/dsbandrepair.in similarity index 100% rename from examples/advanced/dsbandrepair/macros/dsbandrepair.in rename to examples/advanced/dna/dsbandrepair/macros/dsbandrepair.in diff --git a/examples/advanced/dsbandrepair/macros/endophys.in b/examples/advanced/dna/dsbandrepair/macros/endophys.in similarity index 100% rename from examples/advanced/dsbandrepair/macros/endophys.in rename to examples/advanced/dna/dsbandrepair/macros/endophys.in diff --git a/examples/advanced/dsbandrepair/macros/fibroblast.in b/examples/advanced/dna/dsbandrepair/macros/fibroblast.in similarity index 100% rename from examples/advanced/dsbandrepair/macros/fibroblast.in rename to examples/advanced/dna/dsbandrepair/macros/fibroblast.in diff --git a/examples/advanced/dsbandrepair/macros/scripts/pilelinedsbandrepair.sh b/examples/advanced/dna/dsbandrepair/macros/scripts/pilelinedsbandrepair.sh similarity index 93% rename from examples/advanced/dsbandrepair/macros/scripts/pilelinedsbandrepair.sh rename to examples/advanced/dna/dsbandrepair/macros/scripts/pilelinedsbandrepair.sh index 37ee07b9742..0a9882e8e62 100755 --- a/examples/advanced/dsbandrepair/macros/scripts/pilelinedsbandrepair.sh +++ b/examples/advanced/dna/dsbandrepair/macros/scripts/pilelinedsbandrepair.sh @@ -1,9 +1,8 @@ #!/usr/bin/env bash numRankP=1 # Number of ranks(cpu/cores) for physical stage ( 1 is default value) -numRankC=4 # Number of ranks(cores/cpus) for chemical stage( 4 is default value) +numRankC=2 # Number of ranks(cores/cpus) for chemical stage( 4 is default value) flag="all"; #default, inputFolder="chem_input" -outputFolder="chem_output" physmacfile="dsbandrepair.in" #change it if you use other files chemmacfile="chem.in" #change it if you use other files ##--------------------------------------------------------------------------------------------------------------------------## @@ -43,10 +42,6 @@ wait # make sure all above processes finish before chemStage starts #ChemStage: if [ $flag = "all" ] || [ $flag = "chem" ]; then if [ -d $logfolder/chem ]; then find $logfolder/chem/ -type f -delete;fi - if [ -d $outputFolder ]; then - find $outputFolder/ -type f -delete - else - mkdir "$outputFolder" fi echo "Start running chemical stage................." # Loop on each file of the $inputFolder folder diff --git a/examples/advanced/dsbandrepair/macros/scripts/slurm4dsbandrepair.sh b/examples/advanced/dna/dsbandrepair/macros/scripts/slurm4dsbandrepair.sh similarity index 97% rename from examples/advanced/dsbandrepair/macros/scripts/slurm4dsbandrepair.sh rename to examples/advanced/dna/dsbandrepair/macros/scripts/slurm4dsbandrepair.sh index 723408c870e..608a338d14d 100755 --- a/examples/advanced/dsbandrepair/macros/scripts/slurm4dsbandrepair.sh +++ b/examples/advanced/dna/dsbandrepair/macros/scripts/slurm4dsbandrepair.sh @@ -42,7 +42,6 @@ done logfolder="logs" inputfolder="chem_input" -outputfolder="chem_output" if [ ! -d $logfolder ]; then # folder to contain logfiles mkdir "$logfolder" @@ -68,11 +67,6 @@ wait # make sure all above processes finish before chemStage starts #sleep 1s if [ $flag = "chem" ] || [ $flag = "all" ]; then if [ -d $logfolder/chem ]; then find $logfolder/chem/ -type f -delete;fi - if [ -d $outputfolder ]; then - find $outputfolder/ -type f -delete - else - mkdir $outputFolder - fi echo "Start running chemical stage................." echo "with number of $totalnumRankC tasks.!!" echo "See $logfolder/* for running details" diff --git a/examples/advanced/dsbandrepair/macros/yeastphys.in b/examples/advanced/dna/dsbandrepair/macros/yeastphys.in similarity index 100% rename from examples/advanced/dsbandrepair/macros/yeastphys.in rename to examples/advanced/dna/dsbandrepair/macros/yeastphys.in diff --git a/examples/advanced/dsbandrepair/src/ChemPhysicsMessenger.cc b/examples/advanced/dna/dsbandrepair/src/ActionInitialization.cc similarity index 52% rename from examples/advanced/dsbandrepair/src/ChemPhysicsMessenger.cc rename to examples/advanced/dna/dsbandrepair/src/ActionInitialization.cc index 4d2c20f8ebb..3b22bfb813c 100644 --- a/examples/advanced/dsbandrepair/src/ChemPhysicsMessenger.cc +++ b/examples/advanced/dna/dsbandrepair/src/ActionInitialization.cc @@ -24,43 +24,61 @@ // ******************************************************************** // // -/// \file ChemPhysicsMessenger.cc -/// \brief Implementation of the ChemPhysicsMessenger class +/// \file ActionInitialization.hh +/// \brief Definition of the ActionInitialization class -#include "ChemPhysicsMessenger.hh" -#include "ChemPhysicsList.hh" +#include "ActionInitialization.hh" -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +#include "PrimaryGeneratorAction.hh" +#include "EventAction.hh" +#include "RunAction.hh" +#include "SteppingAction.hh" +#include "PhysChemIO.hh" +#include "DetectorConstruction.hh" +#include "ITSteppingAction.hh" +#include "TimeStepAction.hh" +#include "StackingAction.hh" +#include "G4DNAChemistryManager.hh" +#include "G4Threading.hh" -ChemPhysicsMessenger::ChemPhysicsMessenger(ChemPhysicsList* phys) -: G4UImessenger(), fPhysicsList(phys), fPhysListCmd(nullptr) -{ - fPhysDir = std::make_unique("/dsbandrepair/chem/"); - fPhysDir->SetGuidance("physics list commands"); +#include - fPhysListCmd = std::make_unique("/dsbandrepair/chem/physicsList",this); - fPhysListCmd->SetGuidance("Add modula Physlist."); - fPhysListCmd->SetParameterName("physList",false); - fPhysListCmd->AvailableForStates(G4State_PreInit); +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - fChemListCmd = std::make_unique("/dsbandrepair/chem/chemList",this); - fChemListCmd->SetGuidance("Add modula Chemlist."); - fChemListCmd->SetParameterName("chemList",false); - fChemListCmd->AvailableForStates(G4State_PreInit); +void ActionInitialization::BuildForMaster() const +{ + if (gRunMode == RunningMode::Phys) { + SetUserAction(new RunAction()); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void ChemPhysicsMessenger::SetNewValue(G4UIcommand* cmd,G4String newValue) +void ActionInitialization::Build() const { - if (cmd == fPhysListCmd.get()) { - fPhysicsList->RegisterPhysListConstructor(newValue); + PrimaryGeneratorAction* primGenAction = new PrimaryGeneratorAction(); + SetUserAction(primGenAction); + SetUserAction(new RunAction); + if (gRunMode == RunningMode::Phys) { + EventAction* eventAction = new EventAction; + SetUserAction(eventAction); + SteppingAction* steppingAction = new SteppingAction(eventAction); + SetUserAction(steppingAction); + //pass- PhysChemIO to G4DNAChemistryManager + std::unique_ptr fPhysChemIO = std::make_unique(steppingAction); + G4DNAChemistryManager::Instance()->SetPhysChemIO(std::move(fPhysChemIO)); } - if (cmd == fChemListCmd.get()) { - //fPhysicsList->RegisterChemListConstructor(newValue); - //L.T.Anh: It seems Chemlist must be put in Physicslist's constructor, - //and can not be changed via UI messenger + if (gRunMode == RunningMode::Chem) { + SetUserAction(new StackingAction()); + G4bool chemistryFlag = G4DNAChemistryManager::Instance()->IsActivated(); + if(chemistryFlag) + { + G4Scheduler::Instance()->SetVerbose(0); + G4Scheduler::Instance()->SetMaxZeroTimeAllowed(10000); + TimeStepAction* timeStepAction = new TimeStepAction(); + G4Scheduler::Instance()->SetUserAction(timeStepAction); + } } } diff --git a/examples/advanced/dsbandrepair/src/PhysAnalysis.cc b/examples/advanced/dna/dsbandrepair/src/Analysis.cc similarity index 62% rename from examples/advanced/dsbandrepair/src/PhysAnalysis.cc rename to examples/advanced/dna/dsbandrepair/src/Analysis.cc index ea11a90ae1b..b31e9ef8e09 100644 --- a/examples/advanced/dsbandrepair/src/PhysAnalysis.cc +++ b/examples/advanced/dna/dsbandrepair/src/Analysis.cc @@ -24,25 +24,32 @@ // ******************************************************************** // // -/// \file PhysAnalysis.cc -/// \brief Implementation of the PhysAnalysis class +/// \file Analysis.cc +/// \brief Implementation of the Analysis class +/// \file Analysis.cc +/// \brief Implementation of the Analysis class -#include "PhysAnalysis.hh" +#include "Analysis.hh" +#include "DetectorConstruction.hh" #include "G4AutoDelete.hh" -#include "InformationKeeper.hh" +#include "G4Filesystem.hh" +#include "G4DNAMolecule.hh" + #include #include +#ifdef USE_MPI +#include "G4MPImanager.hh" +#endif - -G4ThreadLocal PhysAnalysis* the_analysis = nullptr; +G4ThreadLocal Analysis* the_analysis = nullptr; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -PhysAnalysis* PhysAnalysis::GetAnalysis() +Analysis* Analysis::GetAnalysis() { if (!the_analysis) { - the_analysis = new PhysAnalysis(); + the_analysis = new Analysis(); G4AutoDelete::Register(the_analysis); } @@ -51,16 +58,34 @@ PhysAnalysis* PhysAnalysis::GetAnalysis() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysAnalysis::OpenFile(const G4String& fname) +void Analysis::OpenFile(const G4String outFolder) { G4AnalysisManager* anManager = G4AnalysisManager::Instance(); anManager->SetDefaultFileType("root"); - anManager->OpenFile(fname.c_str()); + G4String fullFileName = fFileName; + if (gRunMode == RunningMode::Chem) { + G4String slash = ""; +#if defined(_WIN32) || defined(WIN32) + slash= "\\"; +#else + G4String slashu = "/"; + slash = slashu; +#endif + fullFileName = outFolder+slash+fFileName; + } + + // open output file + G4bool fileOpen = anManager->OpenFile(fullFileName.c_str()); + if (!fileOpen) { + G4cout << "\n---> HistoManager::book(): cannot open " << fFileName + << G4endl; + return; + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysAnalysis::Save() +void Analysis::Save() { G4AnalysisManager* anManager = G4AnalysisManager::Instance(); anManager->Write(); @@ -68,7 +93,7 @@ void PhysAnalysis::Save() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysAnalysis::Close(G4bool reset) +void Analysis::Close(G4bool reset) { G4AnalysisManager* anManager = G4AnalysisManager::Instance(); anManager->CloseFile(reset); @@ -76,55 +101,78 @@ void PhysAnalysis::Close(G4bool reset) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysAnalysis::Book() -{ +void Analysis::Book() +{ G4AnalysisManager* anManager = G4AnalysisManager::Instance(); anManager->SetVerboseLevel(1); + if (anManager->GetFirstNtupleId() != 1) anManager->SetFirstNtupleId(1); + + if (gRunMode == RunningMode::Phys) { #ifdef G4MULTITHREADED - // MT ntuple merging - anManager->SetNtupleMerging(true);//for future use MT+MPI + // MT ntuple merging + anManager->SetNtupleMerging(true);//for future use MT+MPI #endif - anManager->SetNtupleDirectoryName("ntuple"); - // create ntuple - if (anManager->GetFirstNtupleId() != 1) anManager->SetFirstNtupleId(1); - anManager->CreateNtuple("ntuple_1","physical_stage"); - anManager->CreateNtupleDColumn("flagParticle"); - anManager->CreateNtupleDColumn("flagParentID"); - anManager->CreateNtupleDColumn("flagProcess"); - anManager->CreateNtupleDColumn("x"); - anManager->CreateNtupleDColumn("y"); - anManager->CreateNtupleDColumn("z"); - anManager->CreateNtupleDColumn("edep"); - anManager->CreateNtupleDColumn("eventNumber"); - anManager->CreateNtupleDColumn("volumeName"); - anManager->CreateNtupleDColumn("copyNumber"); - anManager->CreateNtupleDColumn("lastMetVoxelCopyNum"); - anManager->FinishNtuple(1); - - // For total edep - anManager->CreateNtuple("ntuple_3","total_edep"); - anManager->CreateNtupleDColumn("eventNumber"); - anManager->CreateNtupleDColumn("edep"); - anManager->FinishNtuple(2); + anManager->SetNtupleDirectoryName("ntuple"); + // create ntuple + anManager->CreateNtuple("ntuple_1","physical_stage"); + anManager->CreateNtupleIColumn("flagParticle"); + anManager->CreateNtupleIColumn("flagParentID"); + anManager->CreateNtupleIColumn("flagProcess"); + anManager->CreateNtupleDColumn("x"); + anManager->CreateNtupleDColumn("y"); + anManager->CreateNtupleDColumn("z"); + anManager->CreateNtupleDColumn("edep"); + anManager->CreateNtupleIColumn("eventNumber"); + anManager->CreateNtupleIColumn("volumeName"); + anManager->CreateNtupleIColumn("copyNumber"); + anManager->CreateNtupleIColumn("lastMetVoxelCopyNum"); + anManager->FinishNtuple(1); + + // For total edep + anManager->CreateNtuple("ntuple_3","total_edep"); + anManager->CreateNtupleIColumn("eventNumber"); + anManager->CreateNtupleDColumn("edep"); + anManager->FinishNtuple(2); + } + + if (gRunMode == RunningMode::Chem) { + // Create directories + const G4String directoryName = "ntuple"; + if (anManager->GetNtupleDirectoryName() != directoryName) { + anManager->SetNtupleDirectoryName(directoryName); + } + + // DBScan + + anManager->CreateNtuple("ntuple_2","DB_chemical_stage"); + anManager->CreateNtupleIColumn(1,"strand"); + anManager->CreateNtupleIColumn(1,"copyNumber"); + anManager->CreateNtupleDColumn(1,"xp"); + anManager->CreateNtupleDColumn(1,"yp"); + anManager->CreateNtupleDColumn(1,"zp"); + anManager->CreateNtupleDColumn(1,"time"); + anManager->CreateNtupleIColumn(1,"base"); + anManager->FinishNtuple(1); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4AnalysisManager* PhysAnalysis::GetAnalysisManager() +G4AnalysisManager* Analysis::GetAnalysisManager() { return G4AnalysisManager::Instance(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysAnalysis::AddInfoForChemGeo(InfoForChemGeo b) +void Analysis::AddInfoForChemGeo(InfoForChemGeo b) { fInfoForChemGeoVector.push_back(b); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysAnalysis::ClearVector() +void Analysis::ClearVector() { fInfoForChemGeoVector.clear(); fInfoInPhysStageVector.clear(); @@ -133,14 +181,14 @@ void PhysAnalysis::ClearVector() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysAnalysis::AddInfoInPhysStage(InfoInPhysStage b) +void Analysis::AddInfoInPhysStage(InfoInPhysStage b) { fInfoInPhysStageVector.push_back(b); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysAnalysis::UpdateChemInputDataAndFillNtuple() +void Analysis::UpdateChemInputDataAndFillNtuple() { //if (fInfoForChemGeoVector.size() == 0) return; @@ -257,17 +305,17 @@ void PhysAnalysis::UpdateChemInputDataAndFillNtuple() // fill ntuple auto analysisManager =G4AnalysisManager::Instance(); - analysisManager->FillNtupleDColumn(1, 0, binfo.fFlagParticle); - analysisManager->FillNtupleDColumn(1, 1, binfo.fFlagParentID); - analysisManager->FillNtupleDColumn(1, 2, binfo.fFlagProcess); + analysisManager->FillNtupleIColumn(1, 0, binfo.fFlagParticle); + analysisManager->FillNtupleIColumn(1, 1, binfo.fFlagParentID); + analysisManager->FillNtupleIColumn(1, 2, binfo.fFlagProcess); analysisManager->FillNtupleDColumn(1, 3, binfo.fX); analysisManager->FillNtupleDColumn(1, 4, binfo.fY); analysisManager->FillNtupleDColumn(1, 5, binfo.fZ); analysisManager->FillNtupleDColumn(1, 6, binfo.fEdep); - analysisManager->FillNtupleDColumn(1, 7, binfo.fEventNumber); - analysisManager->FillNtupleDColumn(1, 8, binfo.fVolumeName); - analysisManager->FillNtupleDColumn(1, 9, binfo.fCopyNumber); - analysisManager->FillNtupleDColumn(1, 10, binfo.fLastMetVoxelCopyNum); + analysisManager->FillNtupleIColumn(1, 7, binfo.fEventNumber); + analysisManager->FillNtupleIColumn(1, 8, binfo.fVolumeName); + analysisManager->FillNtupleIColumn(1, 9, binfo.fCopyNumber); + analysisManager->FillNtupleIColumn(1, 10, binfo.fLastMetVoxelCopyNum); analysisManager->AddNtupleRow(1); } @@ -275,11 +323,10 @@ void PhysAnalysis::UpdateChemInputDataAndFillNtuple() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4String PhysAnalysis::CreateChemInputFile(G4int eventNum, G4int volumeCopyNumber, const G4String &voxelName) +G4String Analysis::CreateChemInputFile(G4int eventNum, G4int volumeCopyNumber, const G4String &voxelName) { - if (fOutputFolder.empty()) fOutputFolder = InformationKeeper::Instance()->GetChemInputFolderName(); std::stringstream sstream; - sstream<<"./"<GetName(); else if(volumeName == 11 || volumeName == 22 || - volumeName == 71 || volumeName == 81) name = "Phosphate"; - else if(volumeName == 6 || volumeName == 9) name = "base"; - else if(volumeName == 4 || volumeName == 10) name = "base"; - else if(volumeName == 5 || volumeName == 12) name = "base"; - else if(volumeName == 3 || volumeName == 13) name = "base"; + volumeName == 71 || volumeName == 81) name = G4Phosphate::Definition()->GetName(); + else if(volumeName == 6 || volumeName == 9) name = G4Adenine::Definition()->GetName(); + else if(volumeName == 4 || volumeName == 10) name = G4Guanine::Definition()->GetName(); + else if(volumeName == 5 || volumeName == 12) name = G4Thymine::Definition()->GetName(); + else if(volumeName == 3 || volumeName == 13) name = G4Cytosine::Definition()->GetName(); else { G4ExceptionDescription msg; msg <<"Volume number "< Auto_generated file. Do not delete me !!!\n"; + fout<<"====> The file conveys some information for chem_geo and Analysis modules!!!\n"; + fout<<"_geocellpath "<(this, + "/dsbandrepair/output/", + "cmd controld"); + auto & fChemOutFolderCmd = fMessenger->DeclareProperty ("folderForChemOut", + fChemOutFolderName); + fChemOutFolderCmd.SetParameterName("outFolderForChem",true); + fChemOutFolderCmd.SetDefaultValue("chem_output"); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void Analysis::CheckAndCreateNewFolderInChemStage() +{ + G4fs::file_status myFs = G4fs::file_status{}; + auto folderPath = G4fs::path{fChemOutFolderName.c_str()}; + auto isExist = G4fs::status_known(myFs) ? G4fs::exists(myFs) : G4fs::exists(folderPath); + if (isExist && !G4fs::is_empty(folderPath)) { + G4ExceptionDescription msg; + msg <<"==>> Chem output folder "<> Please delete or rename it, or use other name for " + <<"Chem output folder in macro file!!!\n"; + G4Exception("Analysis::CheckAndCreateNewFolderInChemStage()","",FatalException,msg); + } + G4fs::create_directory(folderPath); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void Analysis::CheckAndCreateNewFolderInPhysStage() +{ + G4fs::file_status myFs = G4fs::file_status{}; + const G4fs::path folderPath{fPhysOutFolderName.c_str()}; + auto isExist = G4fs::status_known(myFs) ? G4fs::exists(myFs) : G4fs::exists(folderPath); + if (isExist && !G4fs::is_empty(folderPath)) { + G4fs::remove_all(folderPath); + } + G4fs::create_directory(folderPath); + + const G4fs::path folderPathPC{fChemInputFolderName.c_str()}; + isExist = G4fs::status_known(myFs) ? G4fs::exists(myFs) : G4fs::exists(folderPathPC); + if (isExist && !G4fs::is_empty(folderPathPC)) { + G4fs::remove_all(folderPathPC); + } + G4fs::create_directory(folderPathPC); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... \ No newline at end of file diff --git a/examples/advanced/dsbandrepair/src/ChemGeoImport.cc b/examples/advanced/dna/dsbandrepair/src/ChemGeoImport.cc similarity index 93% rename from examples/advanced/dsbandrepair/src/ChemGeoImport.cc rename to examples/advanced/dna/dsbandrepair/src/ChemGeoImport.cc index fe2c26d1de4..d6d6b3c4da3 100644 --- a/examples/advanced/dsbandrepair/src/ChemGeoImport.cc +++ b/examples/advanced/dna/dsbandrepair/src/ChemGeoImport.cc @@ -29,6 +29,7 @@ #include "ChemGeoImport.hh" #include "G4Filesystem.hh" +#include "G4DNAMolecule.hh" ChemGeoImport::ChemGeoImport() { @@ -67,49 +68,39 @@ void ChemGeoImport::InsertMoleculeInWorld() G4int strand = fMolecules[i].fStrand; ChemMolecule Bmolecule(name, copyNum, moleculePosition, strand, -1, -1, -1); - if(name=="phosphate1") + if(name=="phosphate1" || name=="phosphate2") { - name="Phosphate"; + name=G4Phosphate::Definition()->GetName(); Bmolecule.fName=name; } - else if(name=="phosphate2") + else if(name=="deoxyribose1" || name=="deoxyribose2") { - name="Phosphate"; - Bmolecule.fName=name; - } - else if(name=="deoxyribose1") - { - name="Deoxyribose"; - Bmolecule.fName=name; - } - else if(name=="deoxyribose2") - { - name="Deoxyribose"; + name=G4Deoxyribose::Definition()->GetName(); Bmolecule.fName=name; } else if(name=="base_adenine") { - name="Adenine"; - Bmolecule.fName="base"; + name=G4Adenine::Definition()->GetName(); + Bmolecule.fName=name; } else if(name=="base_guanine") { - name="Guanine"; - Bmolecule.fName="base"; + name=G4Guanine::Definition()->GetName(); + Bmolecule.fName=name; } else if(name=="base_thymine") { - name="Thymine"; - Bmolecule.fName="base"; + name=G4Thymine::Definition()->GetName(); + Bmolecule.fName=name; } else if(name=="base_cytosine") { - name="Cytosine"; - Bmolecule.fName="base"; + name=G4Cytosine::Definition()->GetName(); + Bmolecule.fName=name; } else if(name=="histone") { - name="Histone"; + name=G4Histone::Definition()->GetName(); Bmolecule.fName=name; } else if(name=="solvatedElectron") @@ -127,8 +118,6 @@ void ChemGeoImport::InsertMoleculeInWorld() G4Exception("ChemGeoImport::BuildGeometry", "", FatalException, msg); } - - // Check if the molecule is on the "remove list" G4bool toBeRemoved = IsMoleculeInTheRemoveTable(Bmolecule); if(!toBeRemoved) @@ -149,8 +138,8 @@ void ChemGeoImport::InsertMoleculeInWorld() else { G4String msg = - "ChemGeoImport::BuildGeometry: The parse method needs to be called first."; - G4Exception("ChemGeoImport::BuildGeometry", "", FatalException, msg); + "ChemGeoImport::InsertMoleculeInWorld: The parse method needs to be called first."; + G4Exception("ChemGeoImport::ChemGeoImport::InsertMoleculeInWorld", "",FatalException, msg); } } @@ -164,6 +153,8 @@ void ChemGeoImport::Reset() fpGun = new UserMoleculeGun(); } fMolecules.clear(); + fMolecules.shrink_to_fit(); + fToBeRemovedMol.clear(); fIsParsed = false; fFactor = 1.; } @@ -293,6 +284,7 @@ void ChemGeoImport::ParseChemInputFile(const G4String& fileName) G4Exception("ChemGeoImport::ParseChemInputFile", "Geo_WrongParse",FatalException, msg); } } + file.close(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -398,6 +390,7 @@ void ChemGeoImport::ParseGeoFile(const G4String& fileName) G4Exception("ChemGeoImport::ParseGeoFile", "Geo_WrongParse", FatalException, msg); } } + file.close(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/dsbandrepair/src/DetectorConstruction.cc b/examples/advanced/dna/dsbandrepair/src/DetectorConstruction.cc similarity index 96% rename from examples/advanced/dsbandrepair/src/DetectorConstruction.cc rename to examples/advanced/dna/dsbandrepair/src/DetectorConstruction.cc index 80d43e0e652..7ef43391f25 100644 --- a/examples/advanced/dsbandrepair/src/DetectorConstruction.cc +++ b/examples/advanced/dna/dsbandrepair/src/DetectorConstruction.cc @@ -28,7 +28,7 @@ /// \brief Implementation of the DetectorConstruction class #include "DetectorConstruction.hh" -#include "InformationKeeper.hh" +#include "Analysis.hh" #include "DetectorConstructionMessenger.hh" #include "G4SystemOfUnits.hh" @@ -214,11 +214,11 @@ G4VPhysicalVolume * DetectorConstruction::ConstructFullCellNucleusGeo() G4Exception("DetectorConstruction::ConstructFullCellNucleusGeo", "Geo_InputFile_NoFile", JustWarning, msg); } - InformationKeeper::Instance()->RecordVoxelDefFilesList(fVoxelDefFilesList); - InformationKeeper::Instance()->SetTotalNbBpPlacedInGeo(geo.GetTotalNbBpPlacedInGeo()); - InformationKeeper::Instance()->SetTotalNbHistonePlacedInGeo(geo.GetTotalNbHistonePlacedInGeo()); - InformationKeeper::Instance()->SetNucleusVolume(geo.GetNucleusVolume()); - InformationKeeper::Instance()->SetNucleusMassDensity( + Analysis::GetAnalysis()->RecordVoxelDefFilesList(fVoxelDefFilesList); + Analysis::GetAnalysis()->SetTotalNbBpPlacedInGeo(geo.GetTotalNbBpPlacedInGeo()); + Analysis::GetAnalysis()->SetTotalNbHistonePlacedInGeo(geo.GetTotalNbHistonePlacedInGeo()); + Analysis::GetAnalysis()->SetNucleusVolume(geo.GetNucleusVolume()); + Analysis::GetAnalysis()->SetNucleusMassDensity( logicNucleus->GetMaterial()->GetDensity()/(kg/m3)); // density in kg/m3; return fPhysWorld; } @@ -256,7 +256,7 @@ void DetectorConstruction::SetCellDefFilePath(const G4String finput) "Geo_InputFileNotOpened", FatalException, msg); } else { fCellDefFilePath = finput; - InformationKeeper::Instance()->RecordCellDefFiliePath(fCellDefFilePath); + Analysis::GetAnalysis()->RecordCellDefFiliePath(fCellDefFilePath); } } diff --git a/examples/advanced/dsbandrepair/src/DetectorConstructionMessenger.cc b/examples/advanced/dna/dsbandrepair/src/DetectorConstructionMessenger.cc similarity index 100% rename from examples/advanced/dsbandrepair/src/DetectorConstructionMessenger.cc rename to examples/advanced/dna/dsbandrepair/src/DetectorConstructionMessenger.cc diff --git a/examples/advanced/dsbandrepair/src/PhysEventAction.cc b/examples/advanced/dna/dsbandrepair/src/EventAction.cc similarity index 82% rename from examples/advanced/dsbandrepair/src/PhysEventAction.cc rename to examples/advanced/dna/dsbandrepair/src/EventAction.cc index 81a4f32296b..b6f134b129d 100644 --- a/examples/advanced/dsbandrepair/src/PhysEventAction.cc +++ b/examples/advanced/dna/dsbandrepair/src/EventAction.cc @@ -24,11 +24,13 @@ // ******************************************************************** // // -/// \file PhysEventAction.cc -/// \brief Implementation of the PhysEventAction class +/// \file EventAction.cc +/// \brief Implementation of the EventAction class +/// \file EventAction.cc +/// \brief Implementation of the EventAction class -#include "PhysEventAction.hh" -#include "PhysAnalysis.hh" +#include "EventAction.hh" +#include "Analysis.hh" #include "G4Event.hh" #include "G4EventManager.hh" @@ -39,22 +41,22 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4int PhysEventAction::GetEventNumber() +G4int EventAction::GetEventNumber() { return fpEventManager->GetConstCurrentEvent()->GetEventID(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysEventAction::BeginOfEventAction(const G4Event*) +void EventAction::BeginOfEventAction(const G4Event*) { fEdep = 0.; - PhysAnalysis::GetAnalysis()->ClearVector(); + Analysis::GetAnalysis()->ClearVector(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void PhysEventAction::EndOfEventAction(const G4Event*) +void EventAction::EndOfEventAction(const G4Event*) { G4int eventID = G4RunManager::GetRunManager()->GetCurrentEvent()->GetEventID(); #ifdef USE_MPI @@ -64,11 +66,11 @@ void PhysEventAction::EndOfEventAction(const G4Event*) eventID += g4MPI->GetEventsInMaster() + (rank-1)*g4MPI->GetEventsInSlave(); } #endif - auto analysisManager = PhysAnalysis::GetAnalysis()->GetAnalysisManager(); - analysisManager->FillNtupleDColumn(2, 0, G4double(eventID)); + auto analysisManager = Analysis::GetAnalysis()->GetAnalysisManager(); + analysisManager->FillNtupleIColumn(2, 0, eventID); analysisManager->FillNtupleDColumn(2, 1, fEdep); analysisManager->AddNtupleRow(2); - PhysAnalysis::GetAnalysis()->UpdateChemInputDataAndFillNtuple(); + Analysis::GetAnalysis()->UpdateChemInputDataAndFillNtuple(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/dsbandrepair/src/G4EmDNAChemistry_option3_Extended.cc b/examples/advanced/dna/dsbandrepair/src/G4EmDNAChemistry_option3_Extended.cc similarity index 99% rename from examples/advanced/dsbandrepair/src/G4EmDNAChemistry_option3_Extended.cc rename to examples/advanced/dna/dsbandrepair/src/G4EmDNAChemistry_option3_Extended.cc index 7fe7e97510c..c212568ba09 100644 --- a/examples/advanced/dsbandrepair/src/G4EmDNAChemistry_option3_Extended.cc +++ b/examples/advanced/dna/dsbandrepair/src/G4EmDNAChemistry_option3_Extended.cc @@ -106,7 +106,7 @@ void G4EmDNAChemistry_option3_Extended::ConstructReactionTable( //Get the molecular configuration auto table = G4MoleculeTable::Instance(); - G4MolecularConfiguration* OH = table->GetConfiguration("OH"); + G4MolecularConfiguration* OH = table->GetConfiguration("°OH"); G4MolecularConfiguration* OHm = table->GetConfiguration("OHm"); G4MolecularConfiguration* e_aq = table->GetConfiguration("e_aq"); G4MolecularConfiguration* H2 = table->GetConfiguration("H2"); diff --git a/examples/advanced/dsbandrepair/src/ChemITSteppingAction.cc b/examples/advanced/dna/dsbandrepair/src/ITSteppingAction.cc similarity index 91% rename from examples/advanced/dsbandrepair/src/ChemITSteppingAction.cc rename to examples/advanced/dna/dsbandrepair/src/ITSteppingAction.cc index bfceb358653..b7bdc94b8b1 100644 --- a/examples/advanced/dsbandrepair/src/ChemITSteppingAction.cc +++ b/examples/advanced/dna/dsbandrepair/src/ITSteppingAction.cc @@ -24,16 +24,16 @@ // ******************************************************************** // // -/// \file ChemITSteppingAction.cc -/// \brief Implementation of the ChemITSteppingAction class +/// \file ITSteppingAction.cc +/// \brief Implementation of the ITSteppingAction class -#include "ChemITSteppingAction.hh" +#include "ITSteppingAction.hh" #include "G4SystemOfUnits.hh" #include "G4SteppingManager.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void ChemITSteppingAction::UserSteppingAction(const G4Step* step) +void ITSteppingAction::UserSteppingAction(const G4Step* step) { if(step->GetPostStepPoint()->GetPhysicalVolume() ) { diff --git a/examples/advanced/dsbandrepair/src/PhysChemIO.cc b/examples/advanced/dna/dsbandrepair/src/PhysChemIO.cc similarity index 81% rename from examples/advanced/dsbandrepair/src/PhysChemIO.cc rename to examples/advanced/dna/dsbandrepair/src/PhysChemIO.cc index ab714f9494d..3e6f3067606 100644 --- a/examples/advanced/dsbandrepair/src/PhysChemIO.cc +++ b/examples/advanced/dna/dsbandrepair/src/PhysChemIO.cc @@ -28,8 +28,8 @@ /// \brief Implementation of the PhysChemIO class #include "PhysChemIO.hh" -#include "PhysSteppingAction.hh" -#include "PhysAnalysis.hh" +#include "SteppingAction.hh" +#include "Analysis.hh" #include "G4Track.hh" #include "G4NavigationHistory.hh" #include "G4RunManager.hh" @@ -40,7 +40,7 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -PhysChemIO::PhysChemIO(PhysSteppingAction* stepAction) : G4VPhysChemIO(), +PhysChemIO::PhysChemIO(SteppingAction* stepAction) : G4VPhysChemIO(), fSteppingAction(stepAction) {;} @@ -59,8 +59,8 @@ void PhysChemIO::CreateWaterMolecule(G4int electronicModif, G4int electronicLeve relPos = touchable->GetHistory()->GetTopTransform().TransformPoint(theIncomingTrack->GetPosition()); // Get the flag of the current volume - G4int volumeFlag =(G4int)fSteppingAction->SetupVolumeFlag( - theIncomingTrack->GetStep()->GetPreStepPoint()->GetPhysicalVolume()->GetName()); + G4int volumeFlag =fSteppingAction->SetupVolumeFlag( + theIncomingTrack->GetStep()->GetPreStepPoint()->GetTouchable()->GetVolume()->GetName()); if( volumeFlag == 161 // voxelStraight || volumeFlag == 162 // voxelRight @@ -75,7 +75,7 @@ void PhysChemIO::CreateWaterMolecule(G4int electronicModif, G4int electronicLeve { // Get the volume copy number G4int volumeCpNum = touchable->GetCopyNumber(); - //theIncomingTrack->GetStep()->GetPreStepPoint()->GetPhysicalVolume()->GetUserID(); + //theIncomingTrack->GetStep()->GetPreStepPoint()->GetTouchable()->GetVolume()->GetUserID(); // Default flag values G4String motherVolumeName = ""; @@ -91,7 +91,7 @@ void PhysChemIO::CreateWaterMolecule(G4int electronicModif, G4int electronicLeve // General infos motherVolumeName = motherVol->GetName(); - motherVolumeFlag = (G4int)fSteppingAction->SetupVolumeFlag(motherVolumeName); + motherVolumeFlag = fSteppingAction->SetupVolumeFlag(motherVolumeName); motherVolumeCpNum = motherVol->GetCopyNo(); } G4int eventId = G4RunManager::GetRunManager()->GetCurrentEvent()->GetEventID(); @@ -105,21 +105,21 @@ void PhysChemIO::CreateWaterMolecule(G4int electronicModif, G4int electronicLeve InfoForChemGeo aInfo; aInfo.fType = 1; // water=1 - aInfo.fState = G4double( electronicModif ); - aInfo.fElectronicLevel = G4double( electronicLevel ); + aInfo.fState = electronicModif ; + aInfo.fElectronicLevel = electronicLevel ; aInfo.fX = theIncomingTrack->GetPosition().x()/nm; aInfo.fY = theIncomingTrack->GetPosition().y()/nm; aInfo.fZ = theIncomingTrack->GetPosition().z()/nm; - aInfo.fParentTrackID = G4double( theIncomingTrack->GetTrackID() ); - aInfo.fEventNumber = G4double(eventId); - aInfo.fVolume = G4double( volumeFlag ); - aInfo.fVolumeCopyNumber = G4double( volumeCpNum); - aInfo.fMotherVolume = G4double( motherVolumeFlag ); - aInfo.fMotherVolumeCopyNumber = G4double( motherVolumeCpNum ); + aInfo.fParentTrackID = theIncomingTrack->GetTrackID() ; + aInfo.fEventNumber = eventId; + aInfo.fVolume = volumeFlag ; + aInfo.fVolumeCopyNumber = volumeCpNum; + aInfo.fMotherVolume = motherVolumeFlag ; + aInfo.fMotherVolumeCopyNumber = motherVolumeCpNum ; aInfo.fRelX = relPos.x()/nm; aInfo.fRelY = relPos.y()/nm; aInfo.fRelZ = relPos.z()/nm; - PhysAnalysis::GetAnalysis()->AddInfoForChemGeo(aInfo); + Analysis::GetAnalysis()->AddInfoForChemGeo(aInfo); } } @@ -137,8 +137,8 @@ void PhysChemIO::CreateSolvatedElectron(const G4Track* theIncomingTrack, G4Three relPos = touchable->GetHistory()->GetTopTransform().TransformPoint(pos); // Current volume infos - G4int volumeFlag = (G4int)fSteppingAction->SetupVolumeFlag( - theIncomingTrack->GetStep()->GetPreStepPoint()->GetPhysicalVolume()->GetName()); + G4int volumeFlag = fSteppingAction->SetupVolumeFlag( + theIncomingTrack->GetStep()->GetPreStepPoint()->GetTouchable()->GetVolume()->GetName()); if( volumeFlag == 161 // voxelStraight || volumeFlag == 162 // voxelRight || volumeFlag == 163 // voxelLeft @@ -163,7 +163,7 @@ void PhysChemIO::CreateSolvatedElectron(const G4Track* theIncomingTrack, G4Three G4VPhysicalVolume* motherVol = theIncomingTrack->GetStep()->GetPreStepPoint()->GetTouchable()->GetVolume(1); // General infos motherVolumeName = motherVol->GetName(); - motherVolumeFlag = (G4int)fSteppingAction->SetupVolumeFlag(motherVolumeName); + motherVolumeFlag = fSteppingAction->SetupVolumeFlag(motherVolumeName); motherVolumeCpNum = motherVol->GetCopyNo(); } G4int eventId = G4RunManager::GetRunManager()->GetCurrentEvent()->GetEventID(); @@ -182,16 +182,16 @@ void PhysChemIO::CreateSolvatedElectron(const G4Track* theIncomingTrack, G4Three aInfo.fX = pos.x()/nm; aInfo.fY = pos.y()/nm; aInfo.fZ = pos.z()/nm; - aInfo.fParentTrackID = G4double( theIncomingTrack->GetTrackID() ); - aInfo.fEventNumber = G4double(eventId); - aInfo.fVolume = G4double( volumeFlag ); - aInfo.fVolumeCopyNumber = G4double( volumeCpNum ); - aInfo.fMotherVolume = G4double( motherVolumeFlag ); - aInfo.fMotherVolumeCopyNumber = G4double( motherVolumeCpNum ); + aInfo.fParentTrackID = theIncomingTrack->GetTrackID() ; + aInfo.fEventNumber = eventId; + aInfo.fVolume = volumeFlag ; + aInfo.fVolumeCopyNumber = volumeCpNum ; + aInfo.fMotherVolume = motherVolumeFlag ; + aInfo.fMotherVolumeCopyNumber = motherVolumeCpNum ; aInfo.fRelX = relPos.x()/nm; aInfo.fRelY = relPos.y()/nm; aInfo.fRelZ = relPos.z()/nm; - PhysAnalysis::GetAnalysis()->AddInfoForChemGeo(aInfo); + Analysis::GetAnalysis()->AddInfoForChemGeo(aInfo); } } diff --git a/examples/advanced/dsbandrepair/src/PhysGeoImport.cc b/examples/advanced/dna/dsbandrepair/src/PhysGeoImport.cc similarity index 100% rename from examples/advanced/dsbandrepair/src/PhysGeoImport.cc rename to examples/advanced/dna/dsbandrepair/src/PhysGeoImport.cc diff --git a/examples/advanced/dsbandrepair/src/PhysicsList.cc b/examples/advanced/dna/dsbandrepair/src/PhysicsList.cc similarity index 53% rename from examples/advanced/dsbandrepair/src/PhysicsList.cc rename to examples/advanced/dna/dsbandrepair/src/PhysicsList.cc index 5da5bd94d01..54704274d7e 100644 --- a/examples/advanced/dsbandrepair/src/PhysicsList.cc +++ b/examples/advanced/dna/dsbandrepair/src/PhysicsList.cc @@ -51,21 +51,24 @@ #include "G4MesonConstructor.hh" #include "G4BaryonConstructor.hh" #include "G4ShortLivedConstructor.hh" -#include "PhysicsMessenger.hh" +#include "G4DNAMolecule.hh" #include "UserChoosingDNASolvationModel.hh" -#include "InformationKeeper.hh" +#include "DetectorConstruction.hh" +#include "DetectorConstruction.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... PhysicsList::PhysicsList() : G4VModularPhysicsList() { - fPhysMsg = std::make_unique(this); + DefineCommands(); SetDefaultCutValue(1.0*nanometer); SetVerboseLevel(1); RegisterPhysicsList("G4EmDNAPhysics_option2"); G4ProductionCutsTable::GetProductionCutsTable()->SetEnergyRange(100*eV, 1*GeV); - G4DNAChemistryManager::Instance()->SetChemistryActivation(false); + if (gRunMode == RunningMode::Phys){ + G4DNAChemistryManager::Instance()->SetChemistryActivation(false); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -74,10 +77,22 @@ void PhysicsList::ConstructParticle() { if(fDNAPhysicsList != nullptr) { - fDNAPhysicsList->ConstructParticle(); + fDNAPhysicsList->ConstructParticle(); + //dna molecules to get rid of warning + G4Deoxyribose::Definition(); + G4Phosphate::Definition(); + G4Adenine::Definition(); + G4Guanine::Definition(); + G4Thymine::Definition(); + G4Cytosine::Definition(); + G4Histone::Definition(); + } + if(fEmDNAChemistryList != nullptr) + { + fEmDNAChemistryList->ConstructParticle(); } - // construct following pqrticles to get rid of warning + G4LeptonConstructor lConstructor; lConstructor.ConstructParticle(); G4BosonConstructor pBosonConstructor; @@ -102,67 +117,73 @@ void PhysicsList::ConstructProcess() fDNAPhysicsList->ConstructProcess(); } - G4VProcess* process = G4ProcessTable::GetProcessTable()->FindProcess( - "e-_G4DNAVibExcitation", "e-"); - - if (process) - { - G4DNAVibExcitation* vibExcitation = (G4DNAVibExcitation*) process; - G4VEmModel* model = vibExcitation->EmModel(); - G4DNASancheExcitationModel* sancheExcitationMod = - dynamic_cast(model); - if(sancheExcitationMod) + if (gRunMode == RunningMode::Chem) { + if(fEmDNAChemistryList != nullptr) { - sancheExcitationMod->ExtendLowEnergyLimit(0.025 * eV); + fEmDNAChemistryList->ConstructProcess(); } - } + } else { + G4VProcess* process = G4ProcessTable::GetProcessTable()->FindProcess( + "e-_G4DNAVibExcitation", "e-"); - // Modify elastic scattering models to avoid killing electrons - // at low energy - // - process = G4ProcessTable::GetProcessTable()->FindProcess("e-_G4DNAElastic", "e-"); - - if (process) - { - G4DNAElastic* vibExcitation = (G4DNAElastic*) process; - G4VEmModel* model = vibExcitation->EmModel(); - - if(G4DNAChampionElasticModel* championMod = - dynamic_cast(model)) + if (process) { - championMod->SetKillBelowThreshold(-1); + G4DNAVibExcitation* vibExcitation = (G4DNAVibExcitation*) process; + G4VEmModel* model = vibExcitation->EmModel(); + G4DNASancheExcitationModel* sancheExcitationMod = + dynamic_cast(model); + if(sancheExcitationMod) + { + sancheExcitationMod->ExtendLowEnergyLimit(0.025 * eV); + } } - else if(G4DNAScreenedRutherfordElasticModel* screenRutherfordMod = - dynamic_cast(model)) + + // Modify elastic scattering models to avoid killing electrons + // at low energy + // + process = G4ProcessTable::GetProcessTable()->FindProcess("e-_G4DNAElastic", "e-"); + + if (process) { - screenRutherfordMod->SetKillBelowThreshold(-1); + G4DNAElastic* vibExcitation = (G4DNAElastic*) process; + G4VEmModel* model = vibExcitation->EmModel(); + + if(G4DNAChampionElasticModel* championMod = + dynamic_cast(model)) + { + championMod->SetKillBelowThreshold(-1); + } + else if(G4DNAScreenedRutherfordElasticModel* screenRutherfordMod = + dynamic_cast(model)) + { + screenRutherfordMod->SetKillBelowThreshold(-1); + } } - } - // force to use UserChoosingDNASolvationModel to - //invoke G4EmDNAChemistryManager::CreateSovaltedElectron() - // when G4DNAChemistryManager is disable - if (!G4DNAChemistryManager::IsActivated()) { - process = G4ProcessTable::GetProcessTable()->FindProcess("e-_G4DNAElectronSolvation", "e-"); - if (!process){ - auto pPhysicsListHelper = G4PhysicsListHelper::GetPhysicsListHelper(); - pPhysicsListHelper->RegisterProcess(new G4DNAElectronSolvation("e-_G4DNAElectronSolvation"), - G4Electron::Definition()); - } - G4DNAElectronSolvation* solvation = dynamic_cast(process); - G4double hLimitE= 0; - G4VEmModel* therm = solvation->GetModelByIndex(0,1); - if (therm) { - - hLimitE = therm->HighEnergyLimit(); - therm->SetHighEnergyLimit(0*keV); + // force to use UserChoosingDNASolvationModel to + //invoke G4EmDNAChemistryManager::CreateSovaltedElectron() + // when G4DNAChemistryManager is disable + if (!G4DNAChemistryManager::IsActivated()) { + process = G4ProcessTable::GetProcessTable()->FindProcess("e-_G4DNAElectronSolvation", "e-"); + if (!process){ + auto pPhysicsListHelper = G4PhysicsListHelper::GetPhysicsListHelper(); + pPhysicsListHelper->RegisterProcess(new G4DNAElectronSolvation("e-_G4DNAElectronSolvation"), + G4Electron::Definition()); + } + G4DNAElectronSolvation* solvation = dynamic_cast(process); + G4double hLimitE= 0; + G4VEmModel* therm = solvation->GetModelByIndex(0,1); + if (therm) { + + hLimitE = therm->HighEnergyLimit(); + therm->SetHighEnergyLimit(0*keV); + } + auto thermz = UserChoosingDNASolvationModel::UserGetMacroDefinedModel(); + thermz->SetHighEnergyLimit(hLimitE); + solvation->AddEmModel(-1,thermz); } - auto thermz = UserChoosingDNASolvationModel::UserGetMacroDefinedModel(); - thermz->SetHighEnergyLimit(hLimitE); - solvation->AddEmModel(-1,thermz); - } - + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -173,7 +194,6 @@ void PhysicsList::RegisterPhysicsList(const G4String& name) { return; } - G4bool changedPhys = true; if(verboseLevel > 0) { G4cout << "===== Register constructor ==== " << name << G4endl; @@ -229,10 +249,60 @@ void PhysicsList::RegisterPhysicsList(const G4String& name) G4cout << "PhysicsList::RegisterConstructor: <" << name << ">" << " fails - name is not defined" << G4endl; - changedPhys = false; } +} - if (changedPhys) InformationKeeper::Instance()->RecordPhysDNAName(name); +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PhysicsList::RegisterChemListConstructor(const G4String& name) +{ + if(verboseLevel > 0) + { + G4cout << "===== Register constructor for Chemitry ==== " << name << G4endl; + } + + if(name == "G4EmDNAChemistry_option2") + { + if ( fEmDNAChemistryList != nullptr) return; + fEmDNAChemistryList.reset(new G4EmDNAChemistry_option2()); + fEmDNAChemistryList->SetVerboseLevel(verboseLevel); + G4EmParameters::Instance()->SetTimeStepModel(G4ChemTimeStepModel::SBS); + fChemListName = name; + } + else if(name == "G4EmDNAChemistry_option3") + { + if ( fEmDNAChemistryList != nullptr) return; + fEmDNAChemistryList.reset(new G4EmDNAChemistry_option3_Extended()); + fEmDNAChemistryList->SetVerboseLevel(verboseLevel); + G4EmParameters::Instance()->SetTimeStepModel(G4ChemTimeStepModel::IRT_syn); + fChemListName = name; + } + else + { + G4ExceptionDescription msg; + msg <<"ChemPhysicsList::RegisterChemListConstructor: <" << name << ">" + <<" fails - name is not defined"; + G4Exception("ChemPhysicsList::RegisterChemListConstructor", "Phys_WrongName", + JustWarning, msg); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PhysicsList::DefineCommands() +{ + fMessenger = std::make_unique(this, + "/dsbandrepair/phys/", + "cmd control"); + auto & fPhysListCmd = fMessenger->DeclareMethod("physicsList", + &PhysicsList::RegisterPhysicsList); + fPhysListCmd.SetParameterName("physList",true); + fPhysListCmd.SetDefaultValue("G4EmDNAPhysics_option2"); + + auto & fChemListCmd = fMessenger->DeclareMethod("chemList", + &PhysicsList::RegisterChemListConstructor); + fChemListCmd.SetParameterName("chemList",true); + fChemListCmd.SetDefaultValue("G4EmDNAChemistry_option2"); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file diff --git a/examples/advanced/dsbandrepair/src/PhysPrimaryGeneratorAction.cc b/examples/advanced/dna/dsbandrepair/src/PrimaryGeneratorAction.cc similarity index 77% rename from examples/advanced/dsbandrepair/src/PhysPrimaryGeneratorAction.cc rename to examples/advanced/dna/dsbandrepair/src/PrimaryGeneratorAction.cc index a7ae438c2a6..8710d4f4362 100644 --- a/examples/advanced/dsbandrepair/src/PhysPrimaryGeneratorAction.cc +++ b/examples/advanced/dna/dsbandrepair/src/PrimaryGeneratorAction.cc @@ -24,32 +24,41 @@ // ******************************************************************** // // -/// \file PhysPrimaryGeneratorAction.cc -/// \brief Implementation of the PhysPrimaryGeneratorAction class +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class -#include "PhysPrimaryGeneratorAction.hh" +#include "PrimaryGeneratorAction.hh" #include "G4SystemOfUnits.hh" #include "G4PhysicalConstants.hh" #include "G4RandomTools.hh" #include "G4GeneralParticleSource.hh" +#include "DetectorConstruction.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -PhysPrimaryGeneratorAction::PhysPrimaryGeneratorAction() +PrimaryGeneratorAction::PrimaryGeneratorAction() { fParticleGun = new G4GeneralParticleSource; + if (gRunMode == RunningMode::Chem) { + G4ParticleDefinition* particle = + G4ParticleTable::GetParticleTable()->FindParticle("geantino"); + + // default gun parameters + fParticleGun->SetParticleDefinition(particle); + fParticleGun->SetParticlePosition(G4ThreeVector(0.,0.,0.)); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -PhysPrimaryGeneratorAction::~PhysPrimaryGeneratorAction() +PrimaryGeneratorAction::~PrimaryGeneratorAction() { delete fParticleGun; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void PhysPrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) +void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) { fParticleGun->GeneratePrimaryVertex(anEvent); } diff --git a/examples/advanced/dsbandrepair/src/PhysRunAction.cc b/examples/advanced/dna/dsbandrepair/src/RunAction.cc similarity index 69% rename from examples/advanced/dsbandrepair/src/PhysRunAction.cc rename to examples/advanced/dna/dsbandrepair/src/RunAction.cc index d371f9b1c24..9c8644801e1 100644 --- a/examples/advanced/dsbandrepair/src/PhysRunAction.cc +++ b/examples/advanced/dna/dsbandrepair/src/RunAction.cc @@ -24,75 +24,72 @@ // ******************************************************************** // // -/// \file PhysRunAction.cc -/// \brief Implementation of the PhysRunAction class +/// \file RunAction.cc +/// \brief Implementation of the RunAction class -#include "PhysRunAction.hh" +#include "RunAction.hh" #include "G4Run.hh" -#include "PhysAnalysis.hh" -#include "InformationKeeper.hh" +#include "Analysis.hh" +#include "DetectorConstruction.hh" #include "G4DNAChemistryManager.hh" +#include "G4Filesystem.hh" #ifdef USE_MPI #include "G4MPImanager.hh" #endif //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -PhysRunAction::PhysRunAction() : G4UserRunAction() +RunAction::RunAction() : G4UserRunAction() { - CreateNtuple(); + auto myana = Analysis::GetAnalysis(); + myana->Book(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void PhysRunAction::BeginOfRunAction(const G4Run*) +void RunAction::BeginOfRunAction(const G4Run*) { - PhysAnalysis* myana = PhysAnalysis::GetAnalysis(); - std::ostringstream fname; - G4String slash = ""; + Analysis* myana = Analysis::GetAnalysis(); + if (gRunMode == RunningMode::Phys) { + std::ostringstream fname; + G4String slash = ""; #if defined(_WIN32) || defined(WIN32) - slash= "\\"; + slash= "\\"; #else - G4String slashu = "/"; - slash = slashu; + G4String slashu = "/"; + slash = slashu; #endif #ifdef USE_MPI - G4int rank = G4MPImanager::GetManager()->GetRank(); - fname<GetPhysOutFolderName()<GetRank(); + fname<GetPhysOutFolderName()<GetPhysOutFolderName()<GetPhysOutFolderName()<OpenFile(fname.str()); + myana->SetFileName(fname.str()); + myana->OpenFile(); + } + + if (gRunMode == RunningMode::Chem) { + myana->OpenFile(myana->GetChemOutFolderName()); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void PhysRunAction::EndOfRunAction(const G4Run*) +void RunAction::EndOfRunAction(const G4Run*) { WriteNtuple(); } -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void PhysRunAction::CreateNtuple() -{ - auto myana = PhysAnalysis::GetAnalysis(); - myana->Book(); -} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void PhysRunAction::WriteNtuple() +void RunAction::WriteNtuple() { - PhysAnalysis* myana = PhysAnalysis::GetAnalysis(); + Analysis* myana = Analysis::GetAnalysis(); myana-> Save(); myana-> Close(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - - - - - diff --git a/examples/advanced/dsbandrepair/src/ChemStackingAction.cc b/examples/advanced/dna/dsbandrepair/src/StackingAction.cc similarity index 92% rename from examples/advanced/dsbandrepair/src/ChemStackingAction.cc rename to examples/advanced/dna/dsbandrepair/src/StackingAction.cc index be72bb96bf9..ffc9c79dab4 100644 --- a/examples/advanced/dsbandrepair/src/ChemStackingAction.cc +++ b/examples/advanced/dna/dsbandrepair/src/StackingAction.cc @@ -24,16 +24,16 @@ // ******************************************************************** // // -/// \file ChemStackingAction.cc -/// \brief Implementation of the ChemStackingAction class +/// \file StackingAction.cc +/// \brief Implementation of the StackingAction class -#include "ChemStackingAction.hh" +#include "StackingAction.hh" #include "G4StackManager.hh" #include "G4DNAChemistryManager.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void ChemStackingAction::NewStage() +void StackingAction::NewStage() { if(stackManager->GetNTotalTrack() == 0) { diff --git a/examples/advanced/dsbandrepair/src/PhysSteppingAction.cc b/examples/advanced/dna/dsbandrepair/src/SteppingAction.cc similarity index 66% rename from examples/advanced/dsbandrepair/src/PhysSteppingAction.cc rename to examples/advanced/dna/dsbandrepair/src/SteppingAction.cc index aa4c62b8da2..5d9adeb20de 100644 --- a/examples/advanced/dsbandrepair/src/PhysSteppingAction.cc +++ b/examples/advanced/dna/dsbandrepair/src/SteppingAction.cc @@ -24,11 +24,13 @@ // ******************************************************************** // // -/// \file PhysSteppingAction.cc -/// \brief Implementation of the PhysSteppingAction class +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class -#include "PhysSteppingAction.hh" -#include "PhysAnalysis.hh" +#include "SteppingAction.hh" +#include "Analysis.hh" #include "G4SteppingManager.hh" #include "G4VTouchable.hh" #include "G4VPhysicalVolume.hh" @@ -39,6 +41,8 @@ #include "G4Track.hh" #include "G4RunManager.hh" #include "G4Proton.hh" +#include "G4Electron.hh" +#include "G4Alpha.hh" #include "G4DNAGenericIonsManager.hh" #ifdef USE_MPI @@ -47,14 +51,14 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -PhysSteppingAction::PhysSteppingAction(PhysEventAction* pEvent) +SteppingAction::SteppingAction(EventAction* pEvent) { fEventAction = pEvent; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void PhysSteppingAction::UserSteppingAction(const G4Step* step) +void SteppingAction::UserSteppingAction(const G4Step* step) { SetupFlags(step); @@ -64,7 +68,7 @@ void PhysSteppingAction::UserSteppingAction(const G4Step* step) { fEventAction->AddEdep(step->GetTotalEnergyDeposit()/eV); } - + //G4cout<GetPreStepPoint()->GetTouchable()->GetVolume()->GetName()<<" ; "<GetPreStepPoint()->GetTouchable()->GetVolume()->GetName()<GetPostStepPoint()->GetPhysicalVolume() ) // avoid asking non existing information in postStep + if(step->GetPostStepPoint()->GetTouchable()->GetVolume() ) // avoid asking non existing information in postStep { G4double x=step->GetPreStepPoint()->GetPosition().x()/nanometer; G4double y=step->GetPreStepPoint()->GetPosition().y()/nanometer; G4double z=step->GetPreStepPoint()->GetPosition().z()/nanometer; G4double dE = step->GetTotalEnergyDeposit()/eV; - G4double copyNo = G4double (step->GetPreStepPoint()->GetPhysicalVolume()->GetCopyNo() ); + G4double copyNo = G4double (step->GetPreStepPoint()->GetTouchable()->GetVolume()->GetCopyNo() ); G4int eventId = G4RunManager::GetRunManager()->GetCurrentEvent()->GetEventID(); #ifdef USE_MPI @@ -119,93 +122,93 @@ void PhysSteppingAction::UserSteppingAction(const G4Step* step) aInfo.fVolumeName = fFlagVolume; aInfo.fCopyNumber = copyNo; aInfo.fLastMetVoxelCopyNum = fLastMetVoxelCopyNumber; - PhysAnalysis::GetAnalysis()->AddInfoInPhysStage(aInfo); + Analysis::GetAnalysis()->AddInfoInPhysStage(aInfo); } } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void PhysSteppingAction::SetupFlags(const G4Step* step) +void SteppingAction::SetupFlags(const G4Step* step) { - fFlagParticle=0.; - fFlagProcess=0.; - fFlagParentID=0.; - fFlagVolume=0.; - - fFlagParticle = SetupParticleFlag(step->GetTrack()->GetDynamicParticle()->GetDefinition() ->GetParticleName() ); + fFlagParticle=0; + fFlagProcess=0; + fFlagParentID=0; + fFlagVolume=0; fFlagParentID = step->GetTrack()->GetParentID(); - fFlagProcess = SetupProcessFlag(step->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessName() ); + SetupParticleAndProcessFlags(step); - fFlagVolume = SetupVolumeFlag(step->GetPreStepPoint()->GetPhysicalVolume()->GetName() ); + fFlagVolume = SetupVolumeFlag(step->GetPreStepPoint()->GetTouchable()->GetVolume()->GetName() ); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4double PhysSteppingAction::SetupParticleFlag(const G4String& particleName) +void SteppingAction::SetupParticleAndProcessFlags(const G4Step *step) { - G4double flagParticle(0); - - if (particleName == "e-") flagParticle = 1; - else if (particleName == "proton") flagParticle = 2; - else if (particleName == "hydrogen") flagParticle = 3; - else if (particleName == "alpha") flagParticle = 4; - else if (particleName == "alpha+") flagParticle = 5; - else if (particleName == "helium") flagParticle = 6; - - return flagParticle; -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -G4double PhysSteppingAction::SetupProcessFlag(const G4String& processName) -{ - G4double flagProcess(0.); - - if (processName=="e-_G4DNAElastic") flagProcess =11; - else if (processName=="e-_G4DNAExcitation") flagProcess =12; - else if (processName=="e-_G4DNAIonisation") flagProcess =13; - - // dna custom process - else if (processName=="e-_G4DNAPTBElastic") flagProcess =111; - else if (processName=="e-_G4DNAPTBExcitation") flagProcess =112; - else if (processName=="e-_G4DNAPTBIonisation") flagProcess =113; - - else if (processName=="e-_G4DNAAttachment") flagProcess =14; - else if (processName=="e-_G4DNAVibExcitation") flagProcess =15; - else if (processName=="e-_G4DNACapture") flagProcess =16; + fFlagParticle = 0; + fFlagProcess = 0; + auto partDef = step->GetTrack()->GetDynamicParticle()->GetDefinition(); + auto* instance = G4DNAGenericIonsManager::Instance(); + + if (partDef == G4Electron::ElectronDefinition()) fFlagParticle = 1; + if (partDef == G4Proton::ProtonDefinition()) fFlagParticle = 2; + if (partDef == instance->GetIon("hydrogen")) fFlagParticle = 3; + if (partDef == G4Alpha::AlphaDefinition()) fFlagParticle = 4; + if (partDef == instance->GetIon("alpha+")) fFlagParticle = 5; + if (partDef == instance->GetIon("helium")) fFlagParticle = 6; + + G4int procSubtype = step->GetPostStepPoint()->GetProcessDefinedStep()->GetProcessSubType(); + + + if (fFlagParticle == 1) { // e- + if (procSubtype == 58) fFlagProcess = 10; //"e-_G4DNAElectronSolvation" + if (procSubtype == 51) fFlagProcess = 11; //"e-_G4DNAElastic" + if (procSubtype == 52) fFlagProcess = 12; //"e-_G4DNAExcitation" + if (procSubtype == 53) fFlagProcess = 13; //"e-_G4DNAIonisation" + if (procSubtype == 55) fFlagProcess = 14; //"e-_G4DNAAttachment" + if (procSubtype == 54) fFlagProcess = 15; //"e-_G4DNAVibExcitation" + } - else if (processName=="proton_G4DNAExcitation") flagProcess =17; - else if (processName=="proton_G4DNAIonisation") flagProcess =18; - else if (processName=="proton_G4DNAChargeDecrease") flagProcess =19; + if (fFlagParticle == 2) { // Proton + if (procSubtype == 52) fFlagProcess = 17; //"proton_G4DNAExcitation" + if (procSubtype == 53) fFlagProcess = 18; //"proton_G4DNAIonisation" + if (procSubtype == 56) fFlagProcess = 19; //"proton_G4DNAChargeDecrease" + } - else if (processName=="hydrogen_G4DNAExcitation") flagProcess =20; - else if (processName=="hydrogen_G4DNAIonisation") flagProcess =21; - else if (processName=="hydrogen_G4DNAChargeIncrease") flagProcess =22; + if (fFlagParticle == 3) { // hydrogen + if (procSubtype == 52) fFlagProcess = 20; //"hydrogen_G4DNAExcitation" + if (procSubtype == 53) fFlagProcess = 21; //"hydrogen_G4DNAIonisation" + if (procSubtype == 57) fFlagProcess = 22; //"hydrogen_G4DNAChargeIncrease" + } - else if (processName=="alpha_G4DNAExcitation") flagProcess =23; - else if (processName=="alpha_G4DNAIonisation") flagProcess =24; - else if (processName=="alpha_G4DNAChargeDecrease") flagProcess =25; + if (fFlagParticle == 4) { // alpha + if (procSubtype == 52) fFlagProcess = 23; //"alpha_G4DNAExcitation" + if (procSubtype == 53) fFlagProcess = 24; //"alpha_G4DNAIonisation" + if (procSubtype == 56) fFlagProcess = 25; //"alpha_G4DNAChargeDecrease" + } - else if (processName=="alpha+_G4DNAExcitation") flagProcess =26; - else if (processName=="alpha+_G4DNAIonisation") flagProcess =27; - else if (processName=="alpha+_G4DNAChargeDecrease") flagProcess =28; - else if (processName=="alpha+_G4DNAChargeIncrease") flagProcess =29; + if (fFlagParticle == 5) { // alpha+ + if (procSubtype == 52) fFlagProcess = 26; //"alpha+_G4DNAExcitation" + if (procSubtype == 53) fFlagProcess = 27; //"alpha+_G4DNAIonisation" + if (procSubtype == 56) fFlagProcess = 28; //"alpha+_G4DNAChargeDecrease" + if (procSubtype == 57) fFlagProcess = 29; //"alpha+_G4DNAChargeIncrease" + } - else if (processName=="helium_G4DNAExcitation") flagProcess =30; - else if (processName=="helium_G4DNAIonisation") flagProcess =31; - else if (processName=="helium_G4DNAChargeIncrease") flagProcess =32; + if (fFlagParticle == 6) { // helium + if (procSubtype == 52) fFlagProcess = 30; //"helium__G4DNAExcitation" + if (procSubtype == 53) fFlagProcess = 31; //"helium__G4DNAIonisation" + if (procSubtype == 57) fFlagProcess = 32; //"helium__G4DNAChargeIncrease" + } - return flagProcess; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4double PhysSteppingAction::SetupVolumeFlag(const G4String& volumeName) +G4int SteppingAction::SetupVolumeFlag(const G4String& volumeName) { - G4double flagVolume(-1.); + G4int flagVolume(-1); if(volumeName=="deoxyribose1_phys") flagVolume = 1; else if(volumeName=="phosphate1_phys") flagVolume = 11; @@ -238,21 +241,20 @@ G4double PhysSteppingAction::SetupVolumeFlag(const G4String& volumeName) else if(volumeName=="wrapper") flagVolume = 130; else if(volumeName=="histone_phys") flagVolume = 140; else if(volumeName=="nucleus_pl") flagVolume = 200; - return flagVolume; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void PhysSteppingAction::SetupVoxelCopyNumber(const G4Step* step) +void SteppingAction::SetupVoxelCopyNumber(const G4Step* step) { // Each time we will do a step in a voxel, we will setup the lastMetVoxelCpNum flag. // This way, this number will always be the one of the last voxel met by the particle. // Therefore, in a DNA volume, the number will be the one of the container voxel. - if(step->GetPostStepPoint()->GetPhysicalVolume() ) // avoid asking non existing information in postStep + if(step->GetPostStepPoint()->GetTouchable()->GetVolume() ) // avoid asking non existing information in postStep { - const G4String& volPost = step->GetPostStepPoint()->GetPhysicalVolume()->GetName(); + const G4String& volPost = step->GetPostStepPoint()->GetTouchable()->GetVolume()->GetName(); // If we enter a voxel or stay in it if( volPost == "VoxelStraight" || volPost=="voxelStraight" @@ -272,3 +274,4 @@ void PhysSteppingAction::SetupVoxelCopyNumber(const G4Step* step) } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + diff --git a/examples/advanced/dsbandrepair/src/ChemTimeStepAction.cc b/examples/advanced/dna/dsbandrepair/src/TimeStepAction.cc similarity index 58% rename from examples/advanced/dsbandrepair/src/ChemTimeStepAction.cc rename to examples/advanced/dna/dsbandrepair/src/TimeStepAction.cc index df903aeb720..3174bd13f1e 100644 --- a/examples/advanced/dsbandrepair/src/ChemTimeStepAction.cc +++ b/examples/advanced/dna/dsbandrepair/src/TimeStepAction.cc @@ -24,10 +24,10 @@ // ******************************************************************** // // -/// \file ChemTimeStepAction.cc -/// \brief Implementation of the ChemTimeStepAction class +/// \file TimeStepAction.cc +/// \brief Implementation of the TimeStepAction class -#include "ChemTimeStepAction.hh" +#include "TimeStepAction.hh" #include "G4UnitsTable.hh" #include "G4SystemOfUnits.hh" @@ -37,12 +37,24 @@ #include "G4Scheduler.hh" #include "UserMolecule.hh" #include "G4ChemTimeStepModel.hh" +#include "G4EmParameters.hh" +#include "Analysis.hh" +#include "G4DNAMolecule.hh" +#include "G4H3O.hh" +#include "G4OH.hh" +#include "G4H2O2.hh" +#include "G4H2.hh" +#include "G4Hydrogen.hh" +#include "G4Electron_aq.hh" +#include "G4ParticleTable.hh" +#include "G4ParticleDefinition.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -ChemTimeStepAction::ChemTimeStepAction(ChemNtupleManager* histo, G4ChemTimeStepModel timeStepModel) -: G4UserTimeStepAction(),fpHisto(histo) +TimeStepAction::TimeStepAction() +: G4UserTimeStepAction() { - if (timeStepModel == G4ChemTimeStepModel::SBS) { + auto param = G4EmParameters::Instance(); + if (param->GetTimeStepModel() == G4ChemTimeStepModel::SBS) { AddTimeStep(1*picosecond,0.1*picosecond); AddTimeStep(10*picosecond,1*picosecond); AddTimeStep(100*picosecond,3*picosecond); @@ -54,13 +66,13 @@ ChemTimeStepAction::ChemTimeStepAction(ChemNtupleManager* histo, G4ChemTimeStepM //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -ChemTimeStepAction::ChemTimeStepAction(const ChemTimeStepAction& other) +TimeStepAction::TimeStepAction(const TimeStepAction& other) : G4UserTimeStepAction(other) {} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -ChemTimeStepAction& ChemTimeStepAction::operator=(const ChemTimeStepAction& rhs) +TimeStepAction& TimeStepAction::operator=(const TimeStepAction& rhs) { if (this == &rhs) return *this; // handle self assignment //assignment operator @@ -69,7 +81,7 @@ ChemTimeStepAction& ChemTimeStepAction::operator=(const ChemTimeStepAction& rhs) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void ChemTimeStepAction::StartProcessing() +void TimeStepAction::StartProcessing() { G4cout<<"Start chemistry "<GetGlobalTime()/s<<" s"<* products) { @@ -88,17 +100,13 @@ void ChemTimeStepAction::UserReactionAction(const G4Track& a, const G4Track& b, // // set the flags - fReactif1 = 0.; - fReactif2 = 0.; - fProduct1 = 0.; - fProduct2 = 0.; - - G4String aName = a.GetDynamicParticle()->GetDefinition()->GetParticleName(); - fReactif1 = SetFlag(aName); - - G4String bName = b.GetDynamicParticle()->GetDefinition()->GetParticleName(); - fReactif2 = SetFlag(bName); + fReactif1 = 0; + fReactif2 = 0; + fProduct1 = 0; + fProduct2 = 0; + fReactif1 = SetParticleFlag(a.GetDynamicParticle()->GetDefinition()); + fReactif2 = SetParticleFlag(b.GetDynamicParticle()->GetDefinition()); if(products) { for(unsigned int i=0;isize();++i) @@ -106,10 +114,10 @@ void ChemTimeStepAction::UserReactionAction(const G4Track& a, const G4Track& b, switch(i) { case 0: - fProduct1 = SetFlag(((*products)[i])->GetDynamicParticle()->GetDefinition()->GetParticleName()); + fProduct1 = SetParticleFlag(((*products)[i])->GetDynamicParticle()->GetDefinition()); break; case 1: - fProduct2 = SetFlag(((*products)[i])->GetDynamicParticle()->GetDefinition()->GetParticleName());; + fProduct2 = SetParticleFlag(((*products)[i])->GetDynamicParticle()->GetDefinition());; break; default: break; @@ -134,10 +142,10 @@ void ChemTimeStepAction::UserReactionAction(const G4Track& a, const G4Track& b, ) ) { // Retrieve the dna molecule - const G4Track* dnaMolecule; - const G4Track* radical; + const G4Track* dnaMolecule = nullptr; + const G4Track* radical = nullptr; // - if (aName == "OH") { + if (a.GetDynamicParticle()->GetDefinition() == G4OH::Definition()) { dnaMolecule = &b; radical = &a; } @@ -162,17 +170,18 @@ void ChemTimeStepAction::UserReactionAction(const G4Track& a, const G4Track& b, } // Retrieve the molecule coordinates - fpHisto->FillNtupleDColumn(1, 0, strand); - fpHisto->FillNtupleDColumn(1, 1, copyNo); - fpHisto->FillNtupleDColumn(1, 2, radical->GetPosition().getX()/nm); - fpHisto->FillNtupleDColumn(1, 3, radical->GetPosition().getY()/nm); - fpHisto->FillNtupleDColumn(1, 4, radical->GetPosition().getZ()/nm); - fpHisto->FillNtupleDColumn(1, 5, G4Scheduler::Instance()->GetGlobalTime()/ns ); - fpHisto->FillNtupleDColumn(1, 6, base); - fpHisto->AddNtupleRow(1); + auto analysisManager = Analysis::GetAnalysis()->GetAnalysisManager(); + analysisManager->FillNtupleIColumn(1, 0, strand); + analysisManager->FillNtupleIColumn(1, 1, copyNo); + analysisManager->FillNtupleDColumn(1, 2, radical->GetPosition().getX()/nm); + analysisManager->FillNtupleDColumn(1, 3, radical->GetPosition().getY()/nm); + analysisManager->FillNtupleDColumn(1, 4, radical->GetPosition().getZ()/nm); + analysisManager->FillNtupleDColumn(1, 5, G4Scheduler::Instance()->GetGlobalTime()/ns ); + analysisManager->FillNtupleIColumn(1, 6, base); + analysisManager->AddNtupleRow(1); } else { G4String msg = "Error in Downcasting"; - G4Exception("ChemTimeStepAction::UserReactionAction", "", FatalException, msg); + G4Exception("TimeStepAction::UserReactionAction", "", FatalException, msg); } } @@ -181,30 +190,34 @@ void ChemTimeStepAction::UserReactionAction(const G4Track& a, const G4Track& b, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4double ChemTimeStepAction::SetFlag(const G4String& val) +G4int TimeStepAction::SetParticleFlag(const G4ParticleDefinition* partDef) { - G4double flag (0); - - if(val == "H3O") flag = 1; - else if(val == "OHm") flag = 2; - else if(val == "OH") flag = 3; - else if(val == "e_aq") flag = 4; - else if(val == "H") flag = 5; - else if(val == "H_2") flag = 6; - else if(val == "H2O2") flag = 7; - else if(val == "Deoxyribose") flag = 8; - else if(val == "Phosphate") flag = 9; - else if(val == "Adenine") flag = 10; - else if(val == "Thymine") flag = 11; - else if(val == "Guanine") flag = 12; - else if(val == "Cytosine") flag = 13; - else if(val == "Histone") flag = 14; - else if(val == "Damaged_Deoxyribose") flag = 15; - else if(val == "Damaged_Adenine") flag = 16; - else if(val == "Damaged_Thymine") flag = 17; - else if(val == "Damaged_Cytosine") flag = 18; - else if(val == "Damaged_Guanine") flag = 19; - + G4int flag (0); + + if(partDef == G4H3O::Definition()) flag = 1; + else if(partDef == G4OH::Definition()) flag = 3; + else if(partDef == G4Electron_aq::Definition()) flag = 4; + else if(partDef == G4Hydrogen::Definition()) flag = 5; + else if(partDef == G4H2::Definition()) flag = 6; + else if(partDef == G4H2O2::Definition()) flag = 7; + else if(partDef == G4Deoxyribose::Definition()) flag = 8; + else if(partDef == G4Phosphate::Definition()) flag = 9; + else if(partDef == G4Adenine::Definition()) flag = 10; + else if(partDef == G4Thymine::Definition()) flag = 11; + else if(partDef == G4Guanine::Definition()) flag = 12; + else if(partDef == G4Cytosine::Definition()) flag = 13; + else if(partDef == G4Histone::Definition()) flag = 14; + else if(partDef == G4DamagedDeoxyribose::Definition()) flag = 15; + else if(partDef == G4DamagedAdenine::Definition()) flag = 16; + else if(partDef == G4DamagedThymine::Definition()) flag = 17; + else if(partDef == G4DamagedCytosine::Definition()) flag = 18; + else if(partDef == G4DamagedGuanine::Definition()) flag = 19; + else { + G4ParticleDefinition* OHm =G4ParticleTable::GetParticleTable()->FindParticle("OHm"); + if (OHm && partDef == OHm) { + flag = 2; + } + } return flag; } diff --git a/examples/advanced/dsbandrepair/src/UserChoosingDNASolvationModel.cc b/examples/advanced/dna/dsbandrepair/src/UserChoosingDNASolvationModel.cc similarity index 100% rename from examples/advanced/dsbandrepair/src/UserChoosingDNASolvationModel.cc rename to examples/advanced/dna/dsbandrepair/src/UserChoosingDNASolvationModel.cc diff --git a/examples/advanced/dsbandrepair/src/UserMolecule.cc b/examples/advanced/dna/dsbandrepair/src/UserMolecule.cc similarity index 100% rename from examples/advanced/dsbandrepair/src/UserMolecule.cc rename to examples/advanced/dna/dsbandrepair/src/UserMolecule.cc diff --git a/examples/advanced/dsbandrepair/src/UserMoleculeGun.cc b/examples/advanced/dna/dsbandrepair/src/UserMoleculeGun.cc similarity index 100% rename from examples/advanced/dsbandrepair/src/UserMoleculeGun.cc rename to examples/advanced/dna/dsbandrepair/src/UserMoleculeGun.cc diff --git a/examples/advanced/dsbandrepair/src/VoxelParameterisation.cc b/examples/advanced/dna/dsbandrepair/src/VoxelParameterisation.cc similarity index 100% rename from examples/advanced/dsbandrepair/src/VoxelParameterisation.cc rename to examples/advanced/dna/dsbandrepair/src/VoxelParameterisation.cc diff --git a/examples/extended/medical/dna/moleculardna/.README.txt b/examples/advanced/dna/moleculardna/.README.txt similarity index 57% rename from examples/extended/medical/dna/moleculardna/.README.txt rename to examples/advanced/dna/moleculardna/.README.txt index ee91377c218..50451c86564 100644 --- a/examples/extended/medical/dna/moleculardna/.README.txt +++ b/examples/advanced/dna/moleculardna/.README.txt @@ -4,32 +4,40 @@ /*! \page Examplesmoleculardna Example moleculardna -\author N. Lampe, M. Karamitros, D. Sakata, W. G. Shin, M. Dordevic, K. -Chatzipapas, H. N. Tran (*) et -al.\n -(*) contact: tran@cenbg.in2p3.fr +\author J.M.C. Brown, K. Chatzipapas, P. Dondero, M. Dordevic, S. Incerti, M. Karamitros, +N. Lampe, D. Sakata, W.G. Shin, R. Stanzani, H. Tran (*), S. Zein\n + +(*) contact: tran@lp2ib.in2p3.fr + +Dedicated website: +http://moleculardna.org +or +https://geant4-dna.github.io/molecular-docs/ This example is provided by the Geant4-DNA collaboration. (http://geant4-dna.org) -Any report or published results obtained using the Geant4-DNA software shall -cite the following Geant4-DNA collaboration publications: -- Med. Phys. 45 (2018) e722-e739 -- Phys. Med. 31 (2015) 861-874 -- Med. Phys. 37 (2010) 4692-4708 -- Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 - These two PhD theses describe the chain: -- W.-G. Shin (2020): https://tel.archives-ouvertes.fr/tel-03161030 -- N. Lampe (2017): http://www.theses.fr/2017CLFAC011 +W.-G. Shin (2020): https://tel.archives-ouvertes.fr/tel-03161030 +N. Lampe (2017): http://www.theses.fr/2017CLFAC011 -Related publications can be found at:http://geant4-dna.org +Any report or published results obtained using the Geant4-DNA software +shall cite the following Geant4-DNA collaboration publications: +Med. Phys. (2024) in press (https://doi.org/10.1002/mp.17256) +Med. Phys. 45 (2018) e722-e739 +Phys. Med. 31 (2015) 861-874 +Med. Phys. 37 (2010) 4692-4708 +Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 + +Related publications can be found at: +http://geant4-dna.org \section MOLECULARDNA_s0 INTRODUCTION -This example shows how to simulate physics, physico-chemistry and chemistry -processes in DNA geometries. -Please find its documentation in https://natl.github.io/molecular-docs/ +This example shows how to simulate physics, physico-chemistry and +chemistry processes in DNA geometries to predict early damage. + +A more detailed description is available at http://moleculardna.org To build the example: \verbatim @@ -47,44 +55,63 @@ To run the example: # -p : physics list option \endverbatim -Macro files can control every aspect of the simulation. +Macro files can control every aspect of the simulation, see this introduction: +https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy + +The macro commands of this example are listed in: +https://geant4-dna.github.io/molecular-docs/docs/overview/configuration \section MOLECULARDNA_s1 GEOMETRY DEFINITION The geometry is built from text files for cylinders (cylinders.mac), -ecoli (ecoli.mac) and human cell (human_cell.mac) geometries. +ecoli (ecoli.mac) and human cell (human_cell*.mac) geometries. + +- cylinders.mac: to build a 3 μm sphere filled with 200,000 individual 216 bp + long straight DNA segments in a 100×30×30 nm placement volume. + This is a geometry used for parameter (optimization) studies. + +- plasmid.mac: to model a cube of liquid water (side 4.84 um) containing around + 10 000 plasmids (pBR322, 4367 base pairs) randomly oriented in a supercoiled conformation. + +- ecoli.mac: to demonstrate a simple model where the bacterial DNA follows a + large scale fractal ‘Hilbert curve’ geometry. + +- human_cell.mac, human_cell_HTB177.mac and human_cell_MCF7.mac: to model + three different cell geometries, as detailed in [1]. These mac file may + be used to produce data that serve as input to the repair models. -- cylinders.mac : to build a 3 μm sphere filled with 200,000 individual 216 bp - long straight DNA segments in a 100×30×30 nm placement volume -- human_cell.mac : to model a fibroblast cell geometry. This mac file, may be used -to produce data that may be used with the repair model, to produce results published -in https://doi.org/10.1002/pro6.1186 -- ecoli.mac : to demonstrate a simple model where the bacterial DNA follows a - large scale fractal ‘Hilbert curve’ geometry -- more geometry information can be found in https://natl.github.io/molecular-docs/ +- human_cell_chromosomes.mac: to model the chromosomal type of cell geometry, + as detailed in [4]. -For the details, please see documentation to construct DNA geometry models: - http://natl.github.io/fractaldna/ +More geometry information can be found in https://geant4-dna.github.io/molecular-docs/docs/examples + +To construct other DNA geometries, see http://natl.github.io/fractaldna/ + +To construct chromosomal or other complex DNA geometries, see https://github.com/konhat88/complexDNA Macro commands can be used to control the geometry parameters \verbatim -# Commands for world geometry params +# Commands for world and cell dimensions /world/worldSize 10200 nm /cell/radiusSize 3 3 3 um -# Commands for the time of chemistry simulation +# Command to select the chemistry model (only IRT_syn for this example) +/process/chem/TimeStepModel IRT_syn + +# End time of chemistry simulation /scheduler/endTime 1 us -# Set Smartless for logicalVolume +# Set voxel optimisation /dnageom/setSmartVoxels 1 + # Check overlaps in DNA geometry region -/dnageom/checkOverlaps false # default +/dnageom/checkOverlaps false # Distance from base pairs at which to kill radicals /dnageom/radicalKillDistance 9 nm -# Critical range to start recording SSBs from direct effects +# Deposited energy accumulation range to start recording SBs from direct effects /dnageom/interactionDirectRange 7 angstrom # Side length for each placement (x, y, z) @@ -93,10 +120,10 @@ Macro commands can be used to control the geometry parameters # Scaling of XYZ in fractal definition file /dnageom/fractalScaling 1 1 1 nm -# Path to file that defines placement locations (cylinders.mac) +# Path to file that defines placement locations /dnageom/definitionFile geometries/prisms200k_r3000.txt -# Set a placement volume [format] [name path] (cylinders.mac) +# Set a placement volume [format] [name path] /dnageom/placementVolume prism geometries/straight-216-0.txt # Take the angles in the voxel placement file as multiples of pi @@ -126,7 +153,6 @@ Macro commands can be used to control the geometry parameters # For the visualization, large amount of RAM is needed. For example # using cylinders DNA geometries, to visualize 200 cylinders, ~2.5 GB # are needed. For 2000 cylinders, ~11 GB are needed. - \endverbatim The DNA parallel world can be activated using the "useParallelPhysicsWorld" flag @@ -137,8 +163,8 @@ recorded using octree data structures associated with DNA volumes. \section MOLECULARDNA_s2 PHYSICS LIST -MolecularPhysicsList is a Geant4 modular physics which can use the recommended -G4EmDNAPhysics_option2, G4EmDNAPhysics_option4 or G4EmDNAPhysics_option6 constructors. +The physics list can use the recommended G4EmDNAPhysics_option2, +G4EmDNAPhysics_option4 or G4EmDNAPhysics_option6 constructors. \section MOLECULARDNA_s3 PRIMARY GENERATOR @@ -150,28 +176,28 @@ Mechanistic DNA simulations are dependent upon a DNA damage model to relate energy depositions close to DNA, and chemical reactions with DNA to actual DNA damage -The fowlling macro commands is used to control the damage parameters +The following macro commands can be used to control the damage parameters: \verbatim -# Direct damage Threshold +# Direct damage threshold /dnadamage/directDamageLower 17.5 eV /dnadamage/directDamageUpper 17.5 eV # Indirect damage probability to create a SSB for -# OH radical + DNA base, +# OH radical + DNA base /dnadamage/indirectOHBaseChance 1.0 /dnadamage/indirectOHStrandChance 0.65 /dnadamage/inductionOHChance 0.0 -# H radical + DNA base +# H radicals + DNA base /dnadamage/indirectHBaseChance 1.0 /dnadamage/indirectHStrandChance 0.65 -/dnadamage/inductionHChance 0.00 +/dnadamage/inductionHChance 0.0 -# e_aq radical + base +# e_aq radicals + base /dnadamage/indirectEaqBaseChance 1.0 /dnadamage/indirectEaqStrandChance 0.65 -/dnadamage/inductionEaqChance 0.00 +/dnadamage/inductionEaqChance 0.0 \endverbatim \section MOLECULARDNA_s5 RESULTS @@ -200,46 +226,62 @@ root ecoli.C # to plot damage from ecoli geometry root human_cell.C -# to plot damage and fragments distribution from human_cell geometry +# to plot damage and fragments distribution from human_cell* geometries. +The human_cell_alphas.C macro can be used as shown in [1]. +root plasmid.C +#to plot damage and fragments distribution from plasmid geometries -# A python macro file is provided to modify ROOT output in SDD file format: -python createSDD.py +root human_cell_chromosomes.C +# to plot damage and fragments distribution from human_cell_chromosomes geometries. + +# A python macro file is provided to modify ROOT output in SDD file format [2]: +createSDD.py # to use it, insert the command "python3 createSDD.py". -# If error with root, simply source /path/to/root/bin/thisroot.(c)sh, +# If error with ROOT, simply source /path/to/root/bin/thisroot.(c)sh, # do "pip install pyroot" and try again. +# A python macro file is provided to analyse the output of chromosomal geometry simulation [4]: +human_cell_chromosomes.py +# to use it, insert the command "python3 human_cell_chromosomes.py". + # A python macro file to calculate repair kinetics is located in the folder # repair_survival_models. This script can be used with the output of the mac -# file human_cell (10^5 primaries) to reproduced data published in -# https://arxiv.org/abs/2210.01564 +# file human_cell (10^5 primaries) to reproduce data published in [3]: molecularDNArepair.py # to use it, insert the command "python3 molecularDNArepair.py". -# The molecular-dna.root is also needed to run it, as produced by -# the human-cell.mac. +# The molecular-dna.root file is also needed to run it, as produced by +# the human-cell.mac macro. # A python macro file to calculate the survival probability of cells is located # in the folder repair_survival_models. This script is early released and needs to be optimized # to fit any data. molecularDNAsurvival.py -# to use it, insert the command "python3 molecularDNAsurnival.py". +# to use it, insert the command "python3 molecularDNAsurvival.py". # The molecular-dna.root is needed to run it, as produced by -# the human-cell.mac. +# the human-cell.mac macro. \endverbatim \section MOLECULARDNA_s6 PHASE SPACE READING The example can read a phase space file as source for the primary generation, -defined in the csv format used by the GRAS Two-Stage Analysis [1]. +defined in the csv format used by the GRAS Two-Stage Analysis [5]. An example of phase space file and the macro to read it are provided in the "/phase_space" subdirectory. This simple phase space file only provides 20 electrons with an energy of 45 keV on a randomly shaped surface based on the cylinders.mac macro file. An alternative example for DNA damage calculation can be found in /examples/advanced/dsbandrepair -\section MOLECULARDNA_s7 Reference +\section MOLECULARDNA_s7 References \verbatim -[1] https://spitfire.estec.esa.int/trac/GRAS/wiki/GRAS/GRAS-05-02/UserGuideTwoStage +[1] https://doi.org/10.1016/j.ejmp.2023.102613 +[2] https://doi.org/10.1667/RR15209.1 +[3] https://doi.org/10.1002/pro6.1186 +[4] https://doi.org/10.1016/j.ejmp.2024.104839 +[5] https://spitfire.estec.esa.int/trac/GRAS/wiki/GRAS/GRAS-05-02/UserGuideTwoStage \endverbatim + +An alternative example for DNA damage calculation can be found in /examples/advanced/dna/dsbandrepair + */ diff --git a/examples/extended/medical/dna/moleculardna/CMakeLists.txt b/examples/advanced/dna/moleculardna/CMakeLists.txt similarity index 96% rename from examples/extended/medical/dna/moleculardna/CMakeLists.txt rename to examples/advanced/dna/moleculardna/CMakeLists.txt index 19a72effa2f..98ad62571d3 100644 --- a/examples/extended/medical/dna/moleculardna/CMakeLists.txt +++ b/examples/advanced/dna/moleculardna/CMakeLists.txt @@ -28,8 +28,8 @@ set(GEOMETRY_FILE_NAME "geometries.tar.gz") set(GEOMETRY_FOlDER_NAME "geometries") set(GEOMETRY_LOCAL_FILENAME "${PROJECT_BINARY_DIR}/${GEOMETRY_FILE_NAME}") set(GEOMETRY_DATASETS_URL - "https://cern.ch/geant4-data/datasets/examples/extended/medical/dna/moleculardna/1/${GEOMETRY_FILE_NAME}") -set(HASH_MD5 "1bca28e1260a2afeda86514c4d42a921") + "https://cern.ch/geant4-data/datasets/examples/advanced/dna/moleculardna/1/${GEOMETRY_FILE_NAME}") +set(HASH_MD5 "0bb690a782ce951b1a1973c6be2b1324") if (EXISTS "${GEOMETRY_FOlDER_NAME}") set(GEOMETRY_NEEDS_DOWNLOAD FALSE) diff --git a/examples/extended/medical/dna/moleculardna/History b/examples/advanced/dna/moleculardna/History similarity index 67% rename from examples/extended/medical/dna/moleculardna/History rename to examples/advanced/dna/moleculardna/History index ec4b00069de..ac1852b1b59 100644 --- a/examples/extended/medical/dna/moleculardna/History +++ b/examples/advanced/dna/moleculardna/History @@ -6,6 +6,53 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-11-05 H. Tran (molecularDNA-V11-02-13) +- added missing plasmid analysis root macro file + +## 2024-11-04 S. Incerti (molecularDNA-V11-02-12) +- updated README and .README + +## 2024-10-31 K. Chatzipapas (molecularDNA-V11-02-11) +- Adding chromosomal geometry related files + human_cell_chromosome.mac + human_cell_chromosome.C + human_cell_chromosome.py + human_cell_chromosome.txt + +## 2024-10-22 Hoang Tran (molecularDNA-V11-02-10) +- Corrected README files for plasmid geometry. + +## 2024-10-17 Hoang Tran (molecularDNA-V11-02-09) +- Moved from extended example to advanced example. + +## 2024-10-07 Hoang Tran (molecularDNA-V11-02-08) +- Added plasmid geometry + +## 2024-10-03 Hoang Tran (molecularDNA-V11-02-07) +- Modified the molecule names of OH, HO2, O in MoleculeDefinition. + Each molecule configuration has a molecule definition. + +## 2024-10-02 S. Incerti (molecularDNA-V11-02-06) +- added more comments in ChromosomeMessenger for rod + +## 2024-09-16 S. Incerti (molecularDNA-V11-02-05) +- fixed coding conventions violations + +## 2024-09-06 S. Incerti (molecularDNA-V11-02-04) +- updated README + +## 2024-09-05 S. Incerti (molecularDNA-V11-02-03) +- commented Geant4 macros +- commented README + +## 2024-08-20 H. Tran (molecularDNA-V11-02-02) +- modification of TimeStepModel interface +- used the physico-chemistry builder +- edited README files + +## 2024-07-29 S. Incerti (molecularDNA-V11-02-01) +- Fixed bug in DNAGeometryMessenger + ## 2024-04-18 H. Tran (molecularDNA-V11-02-00) - Updated /dnageom/interactionDirectRange to 2.0 angstrom @@ -79,7 +126,7 @@ It must **not** be used as a substitute for writing good git commit messages! - PhysicsList - added DecayPhysics and RadioactiveDecayPhysics - ParallelWorldPhysics - minor clean-up - molecular.cc - updated according to the recent recommendations: - removed ifdef, removed RanecuEngine, use visualisation in + removed ifdef, removed RanecuEngine, use visualisation in the interactive session only, use G4RunManagerFactory ## 2022-02-17 Hoang Tran (molecularDNA-V11-00-01) @@ -89,6 +136,3 @@ It must **not** be used as a substitute for writing good git commit messages! ## 2022-01-07 Hoang Tran (molecularDNA-V11-00-00) - initial tag - - - diff --git a/examples/extended/medical/dna/moleculardna/README b/examples/advanced/dna/moleculardna/README similarity index 57% rename from examples/extended/medical/dna/moleculardna/README rename to examples/advanced/dna/moleculardna/README index f50abe7994a..5ce85b71313 100644 --- a/examples/extended/medical/dna/moleculardna/README +++ b/examples/advanced/dna/moleculardna/README @@ -5,39 +5,46 @@ ========================================================= moleculardna - --------- + ------------ A Geant4-DNA application for simulating DNA damage. -AUTHORS +AUTHORS (alphabetical order) -N. Lampe, M. Karamitros, D. Sakata, W. G. Shin, M. Dordevic, K. Chatzipapas, -P.Dondero, R.Stanzani, H.N. Tran (*) et al. +J.M.C. Brown, K. Chatzipapas, P. Dondero, M. Dordevic, S. Incerti, M. Karamitros, +N. Lampe, D. Sakata, W.G. Shin, R. Stanzani, H. Tran (*), S. Zein -(*) contact: tran@cenbg.in2p3.fr +(*) contact: tran@lp2ib.in2p3.fr + +Dedicated website: +http://moleculardna.org +or +https://geant4-dna.github.io/molecular-docs/ This example is provided by the Geant4-DNA collaboration. (http://geant4-dna.org) +These two PhD theses describe the chain: +W.-G. Shin (2020): https://tel.archives-ouvertes.fr/tel-03161030 +N. Lampe (2017): http://www.theses.fr/2017CLFAC011 + Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: +Med. Phys. (2024) in press (https://doi.org/10.1002/mp.17256) Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 -These two PhD theses describe the chain: -W.-G. Shin (2020): https://tel.archives-ouvertes.fr/tel-03161030 -N. Lampe (2017): http://www.theses.fr/2017CLFAC011 - Related publications can be found at: http://geant4-dna.org 0 - INTRODUCTION This example shows how to simulate physics, physico-chemistry and - chemistry processes in DNA geometries. - Please find its documentation in https://natl.github.io/molecular-docs/ + chemistry processes in DNA geometries to predict early damage. + + A more detailed description is available at http://moleculardna.org To build the example: mkdir build @@ -51,44 +58,62 @@ http://geant4-dna.org # -t : number of threads to run # -p : physics list option - Macro files can control every aspect of the simulation. + Macro files can control every aspect of the simulation, see this introduction: + https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy + + The macro commands of this example are listed in: + https://geant4-dna.github.io/molecular-docs/docs/overview/configuration 1 - GEOMETRY DEFINITION The geometry is built from text files for cylinders (cylinders.mac), - ecoli (ecoli.mac) and human cell (human_cell.mac) geometries. + ecoli (ecoli.mac) and human cell (human_cell*.mac) geometries. - - cylinders.mac : to build a 3 μm sphere filled with 200,000 individual 216 bp - long straight DNA segments in a 100×30×30 nm placement volume - - human_cell.mac : to model a fibroblast cell geometry. This mac file, may be used - to produce data that may be used with the repair model, to produce results published - in https://doi.org/10.1002/pro6.1186 - - ecoli.mac : to demonstrate a simple model where the bacterial DNA follows a - large scale fractal ‘Hilbert curve’ geometry - - more geometry information can be found in https://natl.github.io/molecular-docs/ + - cylinders.mac: to build a 3 μm sphere filled with 200,000 individual 216 bp + long straight DNA segments in a 100×30×30 nm placement volume. + This is a geometry used for parameter (optimization) studies. - For the details, please see documentation to construct DNA geometry models: - http://natl.github.io/fractaldna/ + - plasmid.mac: to model a cube of liquid water (side 4.84 um) containing around + 10 000 plasmids (pBR322, 4367 base pairs) randomly oriented in a supercoiled conformation. + - ecoli.mac: to demonstrate a simple model where the bacterial DNA follows a + large scale fractal ‘Hilbert curve’ geometry. - Macro commands can be used to control the geometry parameters + - human_cell.mac, human_cell_HTB177.mac and human_cell_MCF7.mac: to model + three different cell geometries, as detailed in [1]. These mac file may + be used to produce data that serve as input to the repair models. - # Commands for world geometry params + - human_cell_chromosomes.mac: to model the chromosomal type of cell geometry, + as detailed in [4]. + + More geometry information can be found in https://geant4-dna.github.io/molecular-docs/docs/examples + + To construct other DNA geometries, see http://natl.github.io/fractaldna/ + + To construct chromosomal or other complex DNA geometries, see https://github.com/konhat88/complexDNA + + Macro commands can be used to control the geometry parameters, see for example cylinders.mac: + + # Commands for world and cell dimensions /world/worldSize 10200 nm /cell/radiusSize 3 3 3 um - # Commands for the time of chemistry simulation + # Command to select the chemistry model (only IRT_syn for this example) + /process/chem/TimeStepModel IRT_syn + + # End time of chemistry simulation /scheduler/endTime 1 us - # Set Smartless for logicalVolume + # Set voxel optimisation /dnageom/setSmartVoxels 1 + # Check overlaps in DNA geometry region - /dnageom/checkOverlaps false # default + /dnageom/checkOverlaps false - # Distance from base pairs at which to kill radicals + # Distance from base pairs at which radicals are killed /dnageom/radicalKillDistance 9 nm - # Critical range to start recording SSBs from direct effects + # Deposited energy accumulation range limit to start recording SBs from direct effects /dnageom/interactionDirectRange 7 angstrom # Side length for each placement (x, y, z) @@ -97,10 +122,10 @@ http://geant4-dna.org # Scaling of XYZ in fractal definition file /dnageom/fractalScaling 1 1 1 nm - # Path to file that defines placement locations (cylinders.mac) + # Path to file that defines placement locations /dnageom/definitionFile geometries/prisms200k_r3000.txt - # Set a placement volume [format] [name path] (cylinders.mac) + # Set a placement volume [format] [name path] /dnageom/placementVolume prism geometries/straight-216-0.txt # Take the angles in the voxel placement file as multiples of pi @@ -139,8 +164,8 @@ http://geant4-dna.org 2 - PHYSICS LIST - MolecularPhysicsList is a Geant4 modular physics which can use - the recommended G4EmDNAPhysics_option2, G4EmDNAPhysics_option4 or + The physics list can use the recommended G4EmDNAPhysics_option2, + G4EmDNAPhysics_option4 or G4EmDNAPhysics_option6 constructors. 3 - PRIMARY GENERATOR @@ -152,16 +177,16 @@ http://geant4-dna.org Mechanistic DNA simulations are dependent upon a DNA damage model to relate energy depositions close to DNA, - and chemical reactions with DNA to actual DNA damage + and chemical reactions with DNA, to actual DNA damage - The following macro commands can be used to control the damage parameters + The following macro commands can be used to control the damage parameters: - # Direct damage Threshold + # Direct damage threshold /dnadamage/directDamageLower 17.5 eV /dnadamage/directDamageUpper 17.5 eV # Indirect damage probability to create a SSB for - # OH radical + DNA base, + # OH radical + DNA base /dnadamage/indirectOHBaseChance 1.0 /dnadamage/indirectOHStrandChance 0.65 /dnadamage/inductionOHChance 0.0 @@ -169,12 +194,12 @@ http://geant4-dna.org # H radicals + DNA base /dnadamage/indirectHBaseChance 1.0 /dnadamage/indirectHStrandChance 0.65 - /dnadamage/inductionHChance 0.00 + /dnadamage/inductionHChance 0.0 # e_aq radicals + base /dnadamage/indirectEaqBaseChance 1.0 /dnadamage/indirectEaqStrandChance 0.65 - /dnadamage/inductionEaqChance 0.00 + /dnadamage/inductionEaqChance 0.0 5 - RESULTS @@ -192,44 +217,53 @@ http://geant4-dna.org /analysisDNA/diagnosticChain Several ROOT macro files are provided in the analysis directory: - - cylinders.C : to plot damage from cylinders geometry - - ecoli.C : to plot damage from ecoli geometry - - human_cell.C : to plot damage and fragments distribution from human_cell - geometry - - A python macro file is provided to modify ROOT output in SDD file format: - - createSDD.py : to use it, insert the command "python3 createSDD.py". - If error with root, simply + - cylinders.C: to plot damage from cylinders geometry + - ecoli.C: to plot damage from ecoli geometry + - human_cell.C: to plot damage and fragments distribution from human_cell* + geometries. The human_cell_alphas.C macro can be used as shown in [1]. + - plasmid.C: to plot damage and fragments distribution from plasmid geometries + - human_cell_chromosomes.C: to plot damage and fragments distribution + from human_cell_chromosomes geometries. + + A python macro file is provided to modify ROOT output in SDD file format [2]: + - createSDD.py: to use it, insert the command "python3 createSDD.py". + If error with ROOT, simply source /path/to/root/bin/thisroot.(c)sh, do "pip install pyroot" and try again. + A python macro file is provided to analyse the output of chromosomal geometry simulation [4]: + - human_cell_chromosomes.py: to use it, insert the command "python3 human_cell_chromosomes.py". + + A python macro file to calculate repair kinetics is located in the folder repair_survival_models. This script can be used with the output of the mac - file human_cell (10^5 primaries) to reproduced data published in - https://arxiv.org/abs/2210.01564 - - molecularDNArepair.py : to use it, insert the command "python3 molecularDNArepair.py". - The molecular-dna.root is also needed to run it, as produced by - the human-cell.mac. + file human_cell (10^5 primaries) to reproduce data published in [3]: + - molecularDNArepair.py: to use it, insert the command "python3 molecularDNArepair.py". + The molecular-dna.root file is also needed to run it, as produced by + the human-cell.mac macro. A python macro file to calculate the survival probability of cells is located in the folder repair_survival_models. This script is early released and needs to be optimized to fit any data. - - molecularDNAsurvival.py : to use it, insert the command "python3 molecularDNAsurnival.py". - The molecular-dna.root is needed to run it, as produced by - the human-cell.mac. - + - molecularDNAsurvival.py: to use it, insert the command "python3 molecularDNAsurvival.py". + The molecular-dna.root file is needed to run it, as produced by + the human-cell.mac macro. 6 - PHASE SPACE READING The example can read a phase space file as source for the primary generation, - defined in the csv format used by the GRAS Two-Stage Analysis [1]. + defined in the csv format used by the GRAS Two-Stage Analysis [5]. An example of phase space file and the macro to read it are provided in the "/phase_space" subdirectory. This simple phase space file only provides 20 electrons with an energy of 45 keV on a randomly shaped surface based on the cylinders.mac macro file. -An alternative example for DNA damage calculation can be found in /examples/advanced/dsbandrepair +7 - REFERENCES -Reference -[1] https://spitfire.estec.esa.int/trac/GRAS/wiki/GRAS/GRAS-05-02/UserGuideTwoStage + [1] https://doi.org/10.1016/j.ejmp.2023.102613 + [2] https://doi.org/10.1667/RR15209.1 + [3] https://doi.org/10.1002/pro6.1186 + [4] https://doi.org/10.1016/j.ejmp.2024.104839 + [5] https://spitfire.estec.esa.int/trac/GRAS/wiki/GRAS/GRAS-05-02/UserGuideTwoStage +An alternative example for DNA damage calculation can be found in /examples/advanced/dna/dsbandrepair diff --git a/examples/extended/medical/dna/moleculardna/createSDD.py b/examples/advanced/dna/moleculardna/createSDD.py similarity index 100% rename from examples/extended/medical/dna/moleculardna/createSDD.py rename to examples/advanced/dna/moleculardna/createSDD.py diff --git a/examples/extended/medical/dna/moleculardna/cylinders.C b/examples/advanced/dna/moleculardna/cylinders.C similarity index 100% rename from examples/extended/medical/dna/moleculardna/cylinders.C rename to examples/advanced/dna/moleculardna/cylinders.C diff --git a/examples/advanced/dna/moleculardna/cylinders.mac b/examples/advanced/dna/moleculardna/cylinders.mac new file mode 100644 index 00000000000..2042e477164 --- /dev/null +++ b/examples/advanced/dna/moleculardna/cylinders.mac @@ -0,0 +1,128 @@ +### Random cylinders + +# +# See more details on moleculardna specific UI commands: +# - https://geant4-dna.github.io/molecular-docs/docs/overview/configuration +# - https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy +# - the README file +# - the messenger classes of the moleculardna example +# + +# Verbosity: settings +/control/verbose 1 +/run/verbose 2 +/material/verbose 2 +/dnageom/verbose 1 + +# Chemistry: selection of IRT_syn +/process/chem/TimeStepModel IRT_syn + +# Chemistry: activation +/chem/activate true + +# Chemistry: verbosity +/scheduler/verbose 0 + +# Chemistry: end time of chemistry stage +/scheduler/endTime 1 us + +# Geometry: size of World volume +/world/worldSize 10200 nm + +# Geometry: size of cell volume +# See https://geant4-dna.github.io/molecular-docs/docs/examples/parameter-study +/cell/radiusSize 3 3 3 um + +# Geometry: optimisation of voxelisation +/dnageom/setSmartVoxels 1 + +# Geometry: check overlaps in DNA geometry region +/dnageom/checkOverlaps false + +# Geometry: creation +# See https://geant4-dna.github.io/molecular-docs/docs/examples/parameter-study +# - Side length for each placement +/dnageom/placementSize 30 30 100 nm +# - Scaling of XYZ in fractal definition file +/dnageom/fractalScaling 1 1 1 nm +# - Path to file that defines placement locations +/dnageom/definitionFile geometries/prisms200k_r3000.txt +# - Set a placement volume +/dnageom/placementVolume prism geometries/straight-216-0.txt + +# Geometry: take the angles in the voxel placement file as multiples of pi +/dnageom/setVoxelPlacementAnglesAsMultiplesOfPi false + +# Geometry: enable custom molecule sizes +/dnageom/useCustomMoleculeSizes false + +# Geometry: draw cell/chromosome volumes rather than DNA +/dnageom/drawCellVolumes false + +# Geometry: distance from base pairs at which radicals are killed +/dnageom/radicalKillDistance 9 nm + +# Geometry: deposited energy accumulation range limit to start recording SBs from direct effects +/dnageom/interactionDirectRange 7 angstrom + +# Geometry: activate Histone scavenging function +/dnageom/activateHistoneScavenging true + +# Damage: model settings +/dnadamage/directDamageLower 17.5 eV +/dnadamage/directDamageUpper 17.5 eV + +/dnadamage/indirectOHBaseChance 1.0 +/dnadamage/indirectOHStrandChance 0.65 +/dnadamage/inductionOHChance 0.0 + +/dnadamage/indirectHBaseChance 1.0 +/dnadamage/indirectHStrandChance 0.65 +/dnadamage/inductionHChance 0.0 + +/dnadamage/indirectEaqBaseChance 1.0 +/dnadamage/indirectEaqStrandChance 0.65 +/dnadamage/inductionEaqChance 0.0 + +# Analysis: add spherical chromosomal region of interest, with the name "cylinder" +/chromosome/add cylinder sphere 3000 0 0 0 nm + +# Analysis: set whether strands ought be saved +/analysisDNA/saveStrands false + +# Analysis: gap between DNA fragments in base pair +# Set to zero to score placement volumes independently +/analysisDNA/fragmentGap 0 + +# Analysis: save the position of hits histones only on one chain +#/analysisDNA/diagnosticChain + +# Run: initialization +/run/initialize + +# Visualization: uncomment the next line to visualize cylinder DNA geometry +#/control/execute vis.mac + +# Unit tests only +#/dnatests/uniqueid +#/dnatests/basepairs +#/dnatests/chromosome +#/analysisDNA/testClassifier +# End unit tests + +# Run: progress display +/run/printProgress 100 + +# Source geometry +/gps/pos/type Volume +/gps/pos/shape Sphere +/gps/pos/radius 500 nm +/gps/pos/centre 0 0 0 nm + +# Source particle, energy and angular distribution +/gps/particle e- +/gps/energy 4.5 keV +/gps/ang/type iso + +# Beam on +/run/beamOn 10 diff --git a/examples/extended/medical/dna/moleculardna/ecoli.C b/examples/advanced/dna/moleculardna/ecoli.C similarity index 100% rename from examples/extended/medical/dna/moleculardna/ecoli.C rename to examples/advanced/dna/moleculardna/ecoli.C diff --git a/examples/extended/medical/dna/moleculardna/ecoli.mac b/examples/advanced/dna/moleculardna/ecoli.mac similarity index 50% rename from examples/extended/medical/dna/moleculardna/ecoli.mac rename to examples/advanced/dna/moleculardna/ecoli.mac index 3ff5223871f..4e1f86370e6 100644 --- a/examples/extended/medical/dna/moleculardna/ecoli.mac +++ b/examples/advanced/dna/moleculardna/ecoli.mac @@ -1,26 +1,57 @@ -/run/verbose 2 +### E. coli bacterium + +# +# See more details on moleculardna specific UI commands: +# - https://geant4-dna.github.io/molecular-docs/docs/overview/configuration +# - https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy +# - the README file +# - the messenger classes of the moleculardna example +# + +# Verbosity: settings /control/verbose 1 +/run/verbose 2 /dnageom/verbose 1 #/tracking/verbose 2 -/world/worldSize 8 um +# Chemistry: selection of IRT_syn +/process/chem/TimeStepModel IRT_syn + +# Chemistry: activation +/chem/activate true + +# Chemistry: verbosity +/scheduler/verbose 0 + +# Chemistry: end time of chemistry stage /scheduler/endTime 1 us -/dnageom/setSmartVoxels 1 -/dnageom/radicalKillDistance 4 nm -/dnageom/interactionDirectRange 6 angstrom +# Geometry: size of World volume +/world/worldSize 8 um +# Geometry: optimisation of voxelisation +/dnageom/setSmartVoxels 1 + +# Geometry: creation +# See https://geant4-dna.github.io/molecular-docs/docs/examples/bacterial-cell +# - Side length for each placement /dnageom/placementSize 50 50 50 nm +# - Scaling of XYZ in fractal definition file /dnageom/fractalScaling 50 50 50 nm - +# - Path to file that defines placement locations /dnageom/definitionFile geometries/bacteria-XFXFXFX-4.txt +# - Set placement volumes /dnageom/placementVolume turn geometries/8strands_50nm_turn.txt /dnageom/placementVolume turntwist geometries/8strands_50nm_turn.txt true /dnageom/placementVolume straight geometries/8strands_50nm_straight.txt -/chem/activate true -/scheduler/verbose 0 +# Geometry: distance from base pairs at which radicals are killed +/dnageom/radicalKillDistance 4 nm + +# Geometry: deposited energy accumulation range limit to start recording SBs from direct effects +/dnageom/interactionDirectRange 6 angstrom +# Damage: model settings /dnadamage/directDamageLower 17.5 eV /dnadamage/directDamageUpper 17.5 eV @@ -30,33 +61,36 @@ /dnadamage/indirectHBaseChance 1.0 /dnadamage/indirectHStrandChance 0.4 -/dnadamage/inductionHChance 0.00 +/dnadamage/inductionHChance 0.0 /dnadamage/indirectEaqBaseChance 1.0 /dnadamage/indirectEaqStrandChance 0.4 -/dnadamage/inductionEaqChance 0.00 - +/dnadamage/inductionEaqChance 0.0 +# Analysis: add ellipsoid chromosomal region of interest, with the name "bacteria" /chromosome/add bacteria ellipse 900 400 400 0 0 0 nm 0 0 0 -# /chromosome/add bacteria rod 450 950 25 0 0 nm 0 90 0 - +# Analysis: save plot data to specified file #/chromosome/plotData chromosome.txt + +# Tests of geometry #/dnatests/chromosome +# Analysis: save strands in given directory /analysisDNA/saveStrands false /analysisDNA/strandDir ./damage_maps/ +# Run: initialization /run/initialize +# Tests of geometry /dnatests/uniqueid - /dnatests/basepairs +# Run: progress display /run/printProgress 1 -# Source Geometry - +# Source geometry /gps/pos/type Surface /gps/pos/shape Ellipsoid /gps/pos/centre 0 0 0 nm @@ -65,9 +99,9 @@ /gps/pos/halfz 400 nm /gps/ang/type cos -# Source Energy - +# Source particle and energy /gps/particle e- /gps/energy 9.999 keV +# Beam on /run/beamOn 10 diff --git a/examples/extended/medical/dna/moleculardna/human_cell.C b/examples/advanced/dna/moleculardna/human_cell.C similarity index 100% rename from examples/extended/medical/dna/moleculardna/human_cell.C rename to examples/advanced/dna/moleculardna/human_cell.C diff --git a/examples/advanced/dna/moleculardna/human_cell.mac b/examples/advanced/dna/moleculardna/human_cell.mac new file mode 100644 index 00000000000..404219d81b9 --- /dev/null +++ b/examples/advanced/dna/moleculardna/human_cell.mac @@ -0,0 +1,98 @@ +### Human cell default geometry + +# +# See more details on moleculardna specific UI commands: +# - https://geant4-dna.github.io/molecular-docs/docs/overview/configuration +# - https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy +# - the README file +# - the messenger classes of the moleculardna example +# + +# Physics: choice of thermalization model +/process/dna/e-SolvationSubType Meesungnoen2002 +#/process/dna/e-SolvationSubType Ritchie1994 +#/process/dna/e-SolvationSubType Terrisol1990 + +# Verbosity: settings +/run/verbose 1 +/control/verbose 1 + +# Chemistry: selection of IRT_syn +/process/chem/TimeStepModel IRT_syn + +# Chemistry: end time of chemistry stage +/scheduler/endTime 5.0 ns + +# Chemistry: set maximum allowed zero time steps +/scheduler/maxNullTimeSteps 10000000 + +# Geometry: size of World volume +/world/worldSize 50 um + +# Geometry: shape of the cell +/cell/radiusSize 14 2.5 14 um + +# Geometry: creation +# See https://geant4-dna.github.io/molecular-docs/docs/examples/bacterial-cell +# - Side length for each placement +/dnageom/placementSize 75 75 75 nm +# - Scaling of XYZ in fractal definition file +/dnageom/fractalScaling 75 75 75 nm +# - Path to file that defines placement locations +/dnageom/definitionFile geometries/cube-centred-X-8.txt +# - Set placement volumes +/dnageom/placementVolume turn geometries/turned_solenoid_750_withHistone.txt +/dnageom/placementVolume turntwist geometries/turned_twisted_solenoid_750_withHistone.txt true +/dnageom/placementVolume straight geometries/straight_solenoid_750_withHistone.txt + +# Geometry: distance from base pairs at which radicals are killed +/dnageom/radicalKillDistance 9 nm + +# Geometry: deposited energy accumulation range limit to start recording SBs from direct effects +/dnageom/interactionDirectRange 2.0 angstrom + +# Damage: model settings +/dnadamage/directDamageLower 5 eV +/dnadamage/directDamageUpper 37.5 eV + +/dnadamage/indirectOHBaseChance 1.0 +/dnadamage/indirectOHStrandChance 0.405 +/dnadamage/inductionOHChance 0.0 + +/dnadamage/indirectHBaseChance 1.0 +/dnadamage/indirectHStrandChance 0.0 +/dnadamage/inductionHChance 0.0 + +/dnadamage/indirectEaqBaseChance 1.0 +/dnadamage/indirectEaqStrandChance 0.0 +/dnadamage/inductionEaqChance 0.0 + +# Analysis: add ellipsoid chromosomal region of interest, with the name "cell" +/chromosome/add cell ellipse 7100 2500 7100 0 0 0 nm 0 0 0 + +# Run: initialization +/run/initialize + +# Run: print progress +/run/printProgress 10 + +# Source geometry +/gps/pos/type Plane +/gps/pos/shape Circle +/gps/pos/centre 0 3000 0 nm +/gps/pos/rot1 0 0 1 +/gps/pos/rot2 1 0 0 +/gps/pos/radius 7100 nm +/gps/direction 0 -1 0 + +# Source particle +/gps/particle e- + +# Analysis: set ROOT output file name +#/analysisDNA/fileName 50MeV + +# Source energy +/gps/energy 0.662 MeV + +# Beam on +/run/beamOn 2 diff --git a/examples/extended/medical/dna/moleculardna/human_cell_HTB177.mac b/examples/advanced/dna/moleculardna/human_cell_HTB177.mac similarity index 57% rename from examples/extended/medical/dna/moleculardna/human_cell_HTB177.mac rename to examples/advanced/dna/moleculardna/human_cell_HTB177.mac index 0fbc3cb6bfa..f628820c2ce 100644 --- a/examples/extended/medical/dna/moleculardna/human_cell_HTB177.mac +++ b/examples/advanced/dna/moleculardna/human_cell_HTB177.mac @@ -1,61 +1,95 @@ ### HTB177 cell line - irradiation with He4 ions +# +# See more details on moleculardna specific UI commands: +# - https://geant4-dna.github.io/molecular-docs/docs/overview/configuration +# - https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy +# - the README file +# - the messenger classes of the moleculardna example +# + +# Physics: choice of thermalization model /process/dna/e-SolvationSubType Meesungnoen2002 #/process/dna/e-SolvationSubType Ritchie1994 #/process/dna/e-SolvationSubType Terrisol1990 +# Verbosity: settings /run/verbose 1 /control/verbose 1 -/world/worldSize 50 um -/cell/radiusSize 17 2.5 13 um +# Chemistry: selection of IRT_syn +/process/chem/TimeStepModel IRT_syn + +# Chemistry: end time of chemistry stage /scheduler/endTime 5.0 ns + +# Chemistry: set maximum allowed zero time steps /scheduler/maxNullTimeSteps 10000000 -/dnageom/radicalKillDistance 9 nm -/dnageom/interactionDirectRange 2 angstrom +# Geometry: size of World volume +/world/worldSize 50 um + +# Geometry: shape of the cell +/cell/radiusSize 17 2.5 13 um + +# Geometry: creation +# See https://geant4-dna.github.io/molecular-docs/docs/examples/bacterial-cell +# - Side length for each placement /dnageom/placementSize 77 77 77 nm +# - Scaling of XYZ in fractal definition file /dnageom/fractalScaling 77 77 77 nm +# - Path to file that defines placement locations /dnageom/definitionFile geometries/cube-centred-X-8.txt +# - Set placement volumes /dnageom/placementVolume turn geometries/turned_solenoid_770_withHistone.txt /dnageom/placementVolume turntwist geometries/turned_twisted_solenoid_770_withHistone.txt true /dnageom/placementVolume straight geometries/straight_solenoid_770_withHistone.txt +# Geometry: distance from base pairs at which radicals are killed +/dnageom/radicalKillDistance 9 nm + +# Geometry: deposited energy accumulation range limit to start recording SBs from direct effects +/dnageom/interactionDirectRange 2.0 angstrom + +# Damage: model settings /dnadamage/directDamageLower 5 eV /dnadamage/directDamageUpper 37.5 eV /dnadamage/indirectOHBaseChance 1.0 /dnadamage/indirectOHStrandChance 0.405 -/dnadamage/inductionOHChance 0.00 +/dnadamage/inductionOHChance 0.0 /dnadamage/indirectHBaseChance 1.0 /dnadamage/indirectHStrandChance 0.0 -/dnadamage/inductionHChance 0.00 +/dnadamage/inductionHChance 0.0 /dnadamage/indirectEaqBaseChance 1.0 /dnadamage/indirectEaqStrandChance 0.0 -/dnadamage/inductionEaqChance 0.00 - +/dnadamage/inductionEaqChance 0.0 +# Analysis: add ellipsoid chromosomal region of interest, with the name "cell" /chromosome/add cell ellipse 8550 2500 6425 0 0 0 nm 0 0 0 - +# Run: initialization /run/initialize + +# Run: print progress /run/printProgress 1 -# Source Geometry +# Source geometry /gps/pos/type Plane /gps/pos/shape Circle /gps/pos/centre 0 3000 0 nm -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 1 0 0 +/gps/pos/rot1 0 0 1 +/gps/pos/rot2 1 0 0 /gps/pos/radius 8550 nm /gps/direction 0 -1 0 -# Source Energy +# Source particle /gps/particle ion /gps/ion 2 4 2 ### Helium +# Analysis ROOT output file name, particle energy, beam on /analysisDNA/fileName HTB5MeV #LET 80.3 /gps/energy 5 MeV /run/beamOn 150 @@ -87,4 +121,3 @@ /analysisDNA/fileName HTB261MeV #4 /gps/energy 261 MeV /run/beamOn 3000 - diff --git a/examples/extended/medical/dna/moleculardna/human_cell_MCF7.mac b/examples/advanced/dna/moleculardna/human_cell_MCF7.mac similarity index 57% rename from examples/extended/medical/dna/moleculardna/human_cell_MCF7.mac rename to examples/advanced/dna/moleculardna/human_cell_MCF7.mac index d5859e84839..f24f6bc2883 100644 --- a/examples/extended/medical/dna/moleculardna/human_cell_MCF7.mac +++ b/examples/advanced/dna/moleculardna/human_cell_MCF7.mac @@ -1,60 +1,95 @@ ### MCF7 cell line - irradiation with He4 ions +# +# See more details on moleculardna specific UI commands: +# - https://geant4-dna.github.io/molecular-docs/docs/overview/configuration +# - https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy +# - the README file +# - the messenger classes of the moleculardna example +# + +# Physics: choice of thermalization model /process/dna/e-SolvationSubType Meesungnoen2002 #/process/dna/e-SolvationSubType Ritchie1994 #/process/dna/e-SolvationSubType Terrisol1990 +# Verbosity: settings /run/verbose 1 /control/verbose 1 -/world/worldSize 50 um -/cell/radiusSize 14 2.5 11 um +# Chemistry: selection of IRT_syn +/process/chem/TimeStepModel IRT_syn + +# Chemistry: end time of chemistry stage /scheduler/endTime 5.0 ns + +# Chemistry: set maximum allowed zero time steps /scheduler/maxNullTimeSteps 10000000 -/dnageom/radicalKillDistance 9 nm -/dnageom/interactionDirectRange 2 angstrom +# Geometry: size of World volume +/world/worldSize 50 um + +# Geometry: shape of the cell +/cell/radiusSize 14 2.5 11 um + +# Geometry: creation +# See https://geant4-dna.github.io/molecular-docs/docs/examples/bacterial-cell +# - Side length for each placement /dnageom/placementSize 64 64 64 nm +# - Scaling of XYZ in fractal definition file /dnageom/fractalScaling 64 64 64 nm +# - Path to file that defines placement locations /dnageom/definitionFile geometries/cube-centred-X-8.txt +# - Set placement volumes /dnageom/placementVolume turn geometries/turned_solenoid_640_withHistone.txt /dnageom/placementVolume turntwist geometries/turned_twisted_solenoid_640_withHistone.txt true /dnageom/placementVolume straight geometries/straight_solenoid_640_withHistone.txt +# Geometry: distance from base pairs at which radicals are killed +/dnageom/radicalKillDistance 9 nm + +# Geometry: deposited energy accumulation range limit to start recording SBs from direct effects +/dnageom/interactionDirectRange 2.0 angstrom + +# Damage: model settings /dnadamage/directDamageLower 5 eV /dnadamage/directDamageUpper 37.5 eV /dnadamage/indirectOHBaseChance 1.0 /dnadamage/indirectOHStrandChance 0.405 -/dnadamage/inductionOHChance 0.00 +/dnadamage/inductionOHChance 0.0 /dnadamage/indirectHBaseChance 1.0 /dnadamage/indirectHStrandChance 0.0 -/dnadamage/inductionHChance 0.00 +/dnadamage/inductionHChance 0.0 /dnadamage/indirectEaqBaseChance 1.0 /dnadamage/indirectEaqStrandChance 0.0 -/dnadamage/inductionEaqChance 0.00 - +/dnadamage/inductionEaqChance 0.0 +# Analysis: add ellipsoid chromosomal region of interest, with the name "cell" /chromosome/add cell ellipse 7005 2500 5300 0 0 0 nm 0 0 0 +# Run: initialization /run/initialize + +# Run: print progress /run/printProgress 1 -# Source Geometry +# Source geometry /gps/pos/type Plane /gps/pos/shape Circle /gps/pos/centre 0 3000 0 nm -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 1 0 0 +/gps/pos/rot1 0 0 1 +/gps/pos/rot2 1 0 0 /gps/pos/radius 7005 nm /gps/direction 0 -1 0 -# Source Energy +# Source particle /gps/particle ion /gps/ion 2 4 2 ### Helium +# Analysis ROOT output file name, particle energy, beam on /analysisDNA/fileName MCF5MeV #LET 80.3 /gps/energy 5 MeV /run/beamOn 150 diff --git a/examples/extended/medical/dna/moleculardna/human_cell_alphas.C b/examples/advanced/dna/moleculardna/human_cell_alphas.C similarity index 99% rename from examples/extended/medical/dna/moleculardna/human_cell_alphas.C rename to examples/advanced/dna/moleculardna/human_cell_alphas.C index 567fc732db9..a72988fd9ca 100644 --- a/examples/extended/medical/dna/moleculardna/human_cell_alphas.C +++ b/examples/advanced/dna/moleculardna/human_cell_alphas.C @@ -229,7 +229,10 @@ tree->SetBranchAddress("Primary",&Primary); tree->SetBranchAddress("Energy", &Energy); tree->SetBranchAddress("SSB", &SSB); tree->SetBranchAddress("SSBp", &SSBp); -tree->SetBranchAddress("SSB2", &SSB2p); +// Check +//tree->SetBranchAddress("SSB2", &SSB2p); +tree->SetBranchAddress("2SSB", &SSB2p); +// tree->SetBranchAddress("DSB", &DSB); tree->SetBranchAddress("DSBp", &DSBp); tree->SetBranchAddress("DSBpp", &DSBpp); diff --git a/examples/advanced/dna/moleculardna/human_cell_chromosomes.C b/examples/advanced/dna/moleculardna/human_cell_chromosomes.C new file mode 100644 index 00000000000..f55791ee7ae --- /dev/null +++ b/examples/advanced/dna/moleculardna/human_cell_chromosomes.C @@ -0,0 +1,562 @@ +//-------------------------------------------------------------------------------// +// This macrofile was developed by Konstantinos Chatzipapas at LP2iB (ex. CENBG) // +// in collaboration with the whole team of molecularDNA Geant4-DNA example // +// Publication: .................................... // +// For any question please contact through: // +// chatzipa@cenbg.in2p3.fr (or k.chatzipapas@yahoo.com) // +//-------------------------------------------------------------------------------// + +// This macro requires the molecular-dna.root file generated from molecularDNA example +// To run this file just insert this command to the terminal: +// root .X analysis.C +// ROOT6.x should be installed + +//***************************************// +// Please define the parameters below // +// ifile, r3, Nbp (as shown in terminal) // +//***************************************// + +{ +//*******************************************************************************// +// If you need to add multiple root outputs, by multithreading, use this command: +system ("hadd -O -f molecular-dna.root molecular-dna_t*.root"); + +// Define these parameters of the simulation +char ifile[256] = "molecular-dna.root"; // input filepath +Double_t r3 = 10575e-9 * 3450e-9 * 10575e-9; // a * b * c // Chromosome size, as defined in the mac file, but in meters. If sphere, a=b=c +Double_t Nbp = 6383.848410; // Mbp // Length of the DNA chain in Mbp +Double_t mass = 997 * 4 * 3.141592 * r3 / 3 ; // waterDensity * 4/3 * pi * r3 in kg +/////////////////////////////////////////////////////////////////////////////////// +//*******************************************************************************// + +typedef std::pair ipair; +bool greaterPair(const ipair &l, const ipair &r); +bool smallerPair(const ipair &l, const ipair &r); + +void BinLogX(TH1 *h); + +gROOT->Reset(); +gStyle->SetPalette(1); +gROOT->SetStyle("Plain"); +gStyle->SetOptStat(00000); + +// Initialize output histograms +TCanvas *cfragment = new TCanvas("cfragment","DNA Fragments Distribution", 900, 120, 600,400); +cfragment->SetLogx(); +cfragment->SetLogy(); +TH1F *h1fragments = new TH1F("h1fragments","h1fragments",40,0,5); +BinLogX(h1fragments); + +TCanvas *c1 = new TCanvas("c1", "Molecular DNA - Damage Quantification", 60, 120, 800, 800); +c1->SetBorderSize(0); +c1->SetFillColor(0); +c1->SetFillStyle(4000); +gPad->SetLeftMargin(0.13); + +TPad* pad1 = new TPad("pad1","Species", 0, 0.51, 0.49, 1); +pad1->SetBorderSize(0); +pad1->SetFillColor(0); +pad1->SetFillStyle(4000); +pad1->SetLeftMargin(0.15); +pad1->SetRightMargin(0.01); +pad1->SetBottomMargin(0.2); + +TPad* pad2 = new TPad("pad2","Damage Yield", 0.51, 0.5, 1, 1); +pad2->SetBorderSize(0); +pad2->SetFillColor(0); +pad2->SetFillStyle(4000); +pad2->SetLeftMargin(0.15); +pad2->SetRightMargin(0.05); +pad2->SetBottomMargin(0.2); + +TPad* pad3 = new TPad("pad3","Breaks Yield SSB", 0, 0, 0.49, 0.49); +pad3->SetBorderSize(0); +pad3->SetFillColor(0); +pad3->SetFillStyle(4000); +pad3->SetLeftMargin(0.15); +pad3->SetRightMargin(0.01); +//pad3->SetTopMargin(0.2); +pad3->SetBottomMargin(0.2); + +TPad* pad4 = new TPad("pad4","Breaks Yield DSB", 0.51, 0, 1, 0.49); +pad4->SetBorderSize(0); +pad4->SetFillColor(0); +pad4->SetFillStyle(4000); +pad4->SetLeftMargin(0.15); +pad4->SetRightMargin(0.05); +//pad3->SetTopMargin(0.2); +pad4->SetBottomMargin(0.2); + +pad1->Draw(); +pad2->Draw(); +pad3->Draw(); +pad4->Draw(); + +// Open root file +TFile *f = TFile::Open(ifile); + +// Initialize Variables +Int_t EB, ES, OHB, OHS, HB, HS, FL; +Int_t total_EB, total_ES, total_OHB, total_OHS, total_HB, total_HS, total_FL; +Float_t total_EB2, total_ES2, total_OHB2, total_OHS2, total_HB2, total_HS2, total_FL2; +Float_t SD_EB, SD_ES, SD_OHB, SD_OHS, SD_HB, SD_HS; +Float_t SD_SSB, SD_SSBp, SD_SSB2p, SD_sSSB, SD_SSBd, SD_SSBi; +Float_t SD_DSB, SD_DSBp, SD_DSBpp, SD_sDSB, SD_DSBd, SD_DSBi, SD_DSBm, SD_DSBh; + +Int_t SSB, SSBp, SSB2p; +Int_t total_SSB, total_SSBp, total_SSB2p; +Float_t total_SSB2, total_SSBp2, total_SSB2p2; +Int_t DSB, DSBp, DSBpp; +Int_t total_DSB, total_DSBp, total_DSBpp; +Float_t total_DSB2, total_DSBp2, total_DSBpp2; + +Int_t SSBd, SSBi, SSBm; +Int_t total_sSSB, total_SSBd, total_SSBi, total_SSBm; +Float_t total_sSSB2, total_SSBd2, total_SSBi2, total_SSBm2; +Int_t DSBd, DSBi, DSBm, DSBh; +Int_t total_sDSB, total_DSBd, total_DSBi, total_DSBm, total_DSBh; +Float_t total_sDSB2, total_DSBd2, total_DSBi2, total_DSBm2, total_DSBh2; + +Double_t dose = 0; +Double_t SD_dose = 0; + +Double_t EB_yield = 0; Double_t ES_yield = 0; Double_t OHB_yield = 0; Double_t OHS_yield = 0; Double_t HB_yield = 0; Double_t HS_yield = 0; +Double_t SD_EB_yield = 0; Double_t SD_ES_yield = 0; Double_t SD_OHB_yield = 0; Double_t SD_OHS_yield = 0; Double_t SD_HB_yield = 0; Double_t SD_HS_yield = 0; + +Double_t SSB_yield = 0; Double_t SSBp_yield = 0; Double_t SSB2p_yield = 0; +Double_t SD_SSB_yield = 0; Double_t SD_SSBp_yield = 0; Double_t SD_SSB2p_yield = 0; +Double_t DSB_yield = 0; Double_t DSBp_yield = 0; Double_t DSBpp_yield = 0; +Double_t SD_DSB_yield = 0; Double_t SD_DSBp_yield = 0; Double_t SD_DSBpp_yield = 0; + +Double_t sSSB_yield = 0; Double_t SSBi_yield = 0; Double_t SSBd_yield = 0; Double_t SSBm_yield = 0; +Double_t SD_sSSB_yield = 0; Double_t SD_SSBi_yield = 0; Double_t SD_SSBd_yield = 0; Double_t SD_SSBm_yield = 0; +Double_t sDSB_yield = 0; Double_t DSBi_yield = 0; Double_t DSBd_yield = 0; Double_t DSBm_yield = 0; Double_t DSBh_yield = 0; +Double_t SD_sDSB_yield = 0; Double_t SD_DSBi_yield = 0; Double_t SD_DSBd_yield = 0; Double_t SD_DSBm_yield = 0; Double_t SD_DSBh_yield = 0; + +total_EB = 0; total_ES = 0; total_OHB = 0; total_OHS = 0; total_HB = 0; total_HS = 0; + +total_SSB = 0; total_SSBp = 0; total_SSB2p = 0; +total_SSB2 = 0; total_SSBp2 = 0; total_SSB2p2 = 0; +total_DSB = 0; total_DSBp = 0; total_DSBpp = 0; +total_DSB2 = 0; total_DSBp2 = 0; total_DSBpp2 = 0; + +total_sSSB = 0; total_SSBd = 0; total_SSBi = 0; total_SSBm = 0; +total_sSSB2 = 0; total_SSBd2 = 0; total_SSBi2 = 0; total_SSBm2 = 0; +total_sDSB = 0; total_DSBd = 0; total_DSBi = 0; total_DSBm = 0; total_DSBh = 0; +total_sDSB2 = 0; total_DSBd2 = 0; total_DSBi2 = 0; total_DSBm2 = 0; total_DSBh2 = 0; + +Double_t eVtoJ = 1.60218e-19; +Double_t EnergyDeposited_eV = 0; +Double_t acc_edep = 0; +Double_t acc_edep2 = 0; + +Double_t Energy; +Double_t BPID; +Char_t Primary; +char *primaryName = new char[32]; +char *type= new char[256]; + +// Read trees and leaves from root file, and give values to variables +TTree* tree = (TTree*) f->Get("tuples/primary_source"); +Float_t number = (Float_t) tree->GetEntries(); + +vector> DSBBPID; + +// For reading species production +tree = (TTree*) f->Get("tuples/damage"); +tree->SetBranchAddress("Primary", &Primary); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("EaqBaseHits", &EB); +tree->SetBranchAddress("EaqStrandHits", &ES); +tree->SetBranchAddress("OHBaseHits", &OHB); +tree->SetBranchAddress("OHStrandHits", &OHS); +tree->SetBranchAddress("HBaseHits", &HB); +tree->SetBranchAddress("HStrandHits", &HS); +tree->SetBranchAddress("TypeClassification", type); +tree->SetBranchAddress("BasePair", &BPID); + + +Long64_t nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_EB += EB; + total_EB2 += pow(EB,2); + total_ES += ES; + total_ES2 += pow(ES,2); + total_OHB += OHB; + total_OHB2 += pow(OHB,2); + total_OHS += OHS; + total_OHS2 += pow(OHS,2); + total_HB += HB; + total_HB2 += pow(HB,2); + total_HS += HS; + total_HS2 += pow(HS,2); + + if((string)type=="DSB"||(string)type=="DSB+"||(string)type=="DSB++"){ + //cout << "DSB:"<GetBinCenter(h1fragments->FindBin(val)); + double binw = h1fragments->GetBinWidth (h1fragments->FindBin(val)); + h1fragments->Fill(val,1./binw/1000);//bp-1 + //cout <<"val:"<Get("tuples/classification"); +tree->SetBranchAddress("Primary",&Primary); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("SSB", &SSB); +tree->SetBranchAddress("SSBp", &SSBp); +tree->SetBranchAddress("2SSB", &SSB2p); +tree->SetBranchAddress("DSB", &DSB); +tree->SetBranchAddress("DSBp", &DSBp); +tree->SetBranchAddress("DSBpp", &DSBpp); + + +Long64_t nentriesC = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_SSBp += SSBp; + total_SSBp2 += pow(SSBp,2); + total_SSB2p += SSB2p; + total_SSB2p2 += pow(SSB2p,2); + total_SSB += SSB; + total_SSB2 += pow(SSB,2); + + total_DSBp += DSBp; + total_DSBp2 += pow(DSBp,2); + total_DSBpp += DSBpp; + total_DSBpp2 += pow(DSBpp,2); + total_DSB += DSB; + total_DSB2 += pow(DSB,2); + + } + +// Calculate the standard deviation +SD_SSB = sqrt(((total_SSB2 / number) - pow(total_SSB / number,2))/(number -1)); +SD_SSBp = sqrt(((total_SSBp2 / number) - pow(total_SSBp / number,2))/(number -1)); +SD_SSB2p = sqrt(((total_SSB2p2 / number) - pow(total_SSB2p / number,2))/(number -1)); + +SD_DSB = sqrt(((total_DSB2 / number) - pow(total_DSB / number,2))/(number -1)); +SD_DSBp = sqrt(((total_DSBp2 / number) - pow(total_DSBp / number,2))/(number -1)); +SD_DSBpp = sqrt(((total_DSBpp2 / number) - pow(total_DSBpp / number,2))/(number -1)); + +// Read damage classification SSBd, SSBi, SSBm, DSBd, DSBi, DSBm, DSBh +// As they have been defined in: Nikjoo, H., O’Neill, O., Goodhead, T., & Terrissol, M. 1997, +// Computational modelling of low-energy electron-induced DNA damage by early physical +// and chemical events, International Journal of Radiation Biology, 71, 467. +tree = (TTree *) f->Get("tuples/source"); +tree->SetBranchAddress("Primary",primaryName); +tree->SetBranchAddress("Energy", &Energy); +tree->SetBranchAddress("SSBd", &SSBd); +tree->SetBranchAddress("SSBi", &SSBi); +tree->SetBranchAddress("SSBm", &SSBm); +tree->SetBranchAddress("DSBd", &DSBd); +tree->SetBranchAddress("DSBi", &DSBi); +tree->SetBranchAddress("DSBm", &DSBm); +tree->SetBranchAddress("DSBh", &DSBh); + +Long64_t nentriesS = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + + total_SSBd += SSBd; + total_SSBd2 += pow((SSBd),2); + total_SSBi += SSBi; + total_SSBi2 += pow((SSBi),2); + total_SSBm += SSBm; + total_SSBm2 += pow((SSBm),2); + total_sSSB += SSBd + SSBi + SSBm; + total_sSSB2 += pow((SSBd+SSBi+SSBm),2); + + total_DSBd += DSBd; + total_DSBd2 += pow(DSBd,2); + total_DSBi += DSBi; + total_DSBi2 += pow(DSBi,2); + total_DSBm += DSBm; + total_DSBm2 += pow(DSBm,2); + total_DSBh += DSBh; + total_DSBh2 += pow(DSBh,2); + total_sDSB += DSBd + DSBi + DSBm + DSBh; + total_sDSB2 += pow((DSBd+DSBi+DSBm+DSBh),2); + + } + +// Calculate the standard deviation +SD_sSSB = sqrt(((total_sSSB2 / number) - pow(total_sSSB / number,2))/(number -1)); +SD_SSBd = sqrt(((total_SSBd2 / number) - pow(total_SSBd / number,2))/(number -1)); +SD_SSBi = sqrt(((total_SSBi2 / number) - pow(total_SSBi / number,2))/(number -1)); +SD_SSBm = sqrt(((total_SSBm2 / number) - pow(total_SSBm / number,2))/(number -1)); + +SD_sDSB = sqrt(((total_sDSB2 / number) - pow(total_sDSB / number,2))/(number -1)); +SD_DSBd = sqrt(((total_DSBd2 / number) - pow(total_DSBd / number,2))/(number -1)); +SD_DSBi = sqrt(((total_DSBi2 / number) - pow(total_DSBi / number,2))/(number -1)); +SD_DSBm = sqrt(((total_DSBm2 / number) - pow(total_DSBm / number,2))/(number -1)); +SD_DSBh = sqrt(((total_DSBh2 / number) - pow(total_DSBh / number,2))/(number -1)); + + +// Measure the Deposited Energy in the whole volume that includes DNA chain (chromosome) + +tree = (TTree *) f->Get("tuples/chromosome_hits"); +tree->SetBranchAddress("e_chromosome_kev",&EnergyDeposited_eV); +nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + acc_edep += EnergyDeposited_eV *1e3; + acc_edep2 += EnergyDeposited_eV *EnergyDeposited_eV *1e6; +} +tree->SetBranchAddress("e_dna_kev",&EnergyDeposited_eV); +nentries = tree->GetEntries(); +for(int i = 0;iGetEntry(i); + acc_edep += EnergyDeposited_eV *1e3; + acc_edep2 += EnergyDeposited_eV *EnergyDeposited_eV *1e6; +} + +// Close the root file to free space +f->Close(); + +// Calculate the absorbed dose +dose = acc_edep * eVtoJ / mass; + +// This is a normalization factor to produce the output in Gy-1 Gbp-1, or else. +// Default value is 1 to produce the result in Gy-1 Mbp-1 +// It changes Mbp to Gbp. Some other changes may be needed in graphs section (name of axes) +double norm = 1000; + +// Calculate the yields, together with their standard deviation +EB_yield = (Double_t) total_EB / dose / Nbp; +ES_yield = (Double_t) total_ES / dose / Nbp; +OHB_yield = (Double_t) total_OHB / dose / Nbp; +OHS_yield = (Double_t) total_OHS / dose / Nbp; +HB_yield = (Double_t) total_HB / dose / Nbp; +HS_yield = (Double_t) total_HS / dose / Nbp; + +SD_EB_yield = SD_EB / dose / Nbp; +SD_ES_yield = SD_ES / dose / Nbp; +SD_OHB_yield = SD_OHB / dose / Nbp; +SD_OHS_yield = SD_OHS / dose / Nbp; +SD_HB_yield = SD_HB / dose / Nbp; +SD_HS_yield = SD_HS / dose / Nbp; + + +SSB_yield = (Double_t) norm * total_SSB / dose / Nbp; +SSBp_yield = (Double_t) norm * total_SSBp / dose / Nbp; +SSB2p_yield = (Double_t) norm * total_SSB2p / dose / Nbp; + +DSB_yield = (Double_t) norm * total_DSB / dose / Nbp; +DSBp_yield = (Double_t) norm * total_DSBp / dose / Nbp; +DSBpp_yield = (Double_t) norm * total_DSBpp / dose / Nbp; + +SD_SSB_yield = norm * SD_SSB / dose / Nbp; +SD_SSBp_yield = norm * SD_SSBp / dose / Nbp; +SD_SSB2p_yield = norm * SD_SSB2p / dose / Nbp; + +SD_DSB_yield = norm * SD_DSB / dose / Nbp; +SD_DSBp_yield = norm * SD_DSBp / dose / Nbp; +SD_DSBpp_yield = norm * SD_DSBpp / dose / Nbp; + + +sSSB_yield = (Double_t) norm * total_sSSB / dose / Nbp; +SSBi_yield = (Double_t) norm * total_SSBi / dose / Nbp; +SSBd_yield = (Double_t) norm * total_SSBd / dose / Nbp; +SSBm_yield = (Double_t) norm * total_SSBm / dose / Nbp; + +sDSB_yield = (Double_t) norm * total_sDSB / dose / Nbp; +DSBi_yield = (Double_t) norm * total_DSBi / dose / Nbp; +DSBd_yield = (Double_t) norm * total_DSBd / dose / Nbp; +DSBm_yield = (Double_t) norm * total_DSBm / dose / Nbp; +DSBh_yield = (Double_t) norm * total_DSBh / dose / Nbp; + +SD_sSSB_yield = norm * SD_sSSB / dose / Nbp; +SD_SSBi_yield = norm * SD_SSBi / dose / Nbp; +SD_SSBd_yield = norm * SD_SSBd / dose / Nbp; +SD_SSBm_yield = norm * SD_SSBm / dose / Nbp; + +SD_sDSB_yield = norm * SD_sDSB / dose / Nbp; +SD_DSBi_yield = norm * SD_DSBi / dose / Nbp; +SD_DSBd_yield = norm * SD_DSBd / dose / Nbp; +SD_DSBm_yield = norm * SD_DSBm / dose / Nbp; +SD_DSBh_yield = norm * SD_DSBh / dose / Nbp; + + +// Print output in terminal + +float total_SSB_totalYield = SSB_yield + SSBp_yield + SSB2p_yield; +float total_DSB_totalYield = DSB_yield + DSBp_yield + DSBpp_yield; + +cout<<"\n" <GetCanvas()->cd(); +h1fragments->SetStats(false); +h1fragments->SetMarkerSize(0.1); +h1fragments->SetMarkerColor(kRed); +h1fragments->SetLineColor (kRed); +h1fragments->Scale(1./(Nbp*1e6)); //bp^-1 +h1fragments->SetTitle(""); +h1fragments->SetYTitle("Number of Fragments (bp^{-2})"); +h1fragments->SetXTitle("Fragment Length (kbp)"); +h1fragments->SetAxisRange(10,1e4); +h1fragments->SetMaximum(3e-11); +h1fragments->SetMinimum(1e-15); +h1fragments->Draw(); + + +c1->GetCanvas()->cd(); +pad1->cd(); +const Int_t n = 6; +Double_t x[n] = {1,2,3,4,5,6}; +Double_t y[n] = {EB_yield,ES_yield,OHB_yield,OHS_yield,HB_yield,HS_yield}; +Double_t err_y[n] = {SD_EB_yield,SD_ES_yield,SD_OHB_yield,SD_OHS_yield,SD_HB_yield,SD_HS_yield}; +TGraph* gr = new TGraphErrors(n,x,y,0,err_y); +gr->SetTitle("Species"); +gr->GetXaxis()->SetBinLabel(9, "EaqBaseHits"); +gr->GetXaxis()->SetBinLabel(25,"EaqStrandHits"); +gr->GetXaxis()->SetBinLabel(42,"OHBaseHits"); +gr->GetXaxis()->SetBinLabel(58,"OHStrandHits"); +gr->GetXaxis()->SetBinLabel(75,"HBaseHits"); +gr->GetXaxis()->SetBinLabel(92,"HStrandHits"); +gr->GetYaxis()->SetTitle("Species Hits (Gy^{-1} Mbp^{-1})"); +gr->GetYaxis()->SetTitleOffset(2); + +gr->SetFillColor(49); +gr->Draw("ba"); + + +pad2->cd(); +Double_t x2[n] = {1,2,3,4,5,6}; +Double_t y2[n] = {SSBp_yield,SSB2p_yield,SSB_yield,DSBp_yield,DSBpp_yield,DSB_yield}; +Double_t err_y2[n] = {SD_SSBp_yield,SD_SSB2p_yield,SD_SSB_yield,SD_DSBp_yield,SD_DSBpp_yield,SD_DSB_yield}; +TGraph* gr2 = new TGraphErrors(n,x2,y2,0,err_y2); +gr2->SetTitle("Damage Yield"); +gr2->GetXaxis()->SetBinLabel(9, "SSB+"); +gr2->GetXaxis()->SetBinLabel(25,"2SSB"); +gr2->GetXaxis()->SetBinLabel(42,"SSB"); +gr2->GetXaxis()->SetBinLabel(58,"DSB+"); +gr2->GetXaxis()->SetBinLabel(75,"DSB++"); +gr2->GetXaxis()->SetBinLabel(92,"DSB"); +//gr2->GetYaxis()->SetTitle("Damage yield (Gy^{-1} Mbp^{-1})"); +gr2->GetYaxis()->SetTitle("Damage yield (Gy^{-1} Gbp^{-1})"); +gr2->GetYaxis()->SetTitleOffset(2); + +gr2->SetFillColor(8); +gr2->Draw("ba"); + + +pad3->cd(); +const Int_t m = 4; +Double_t x3[m] = {1,2,3,4}; +Double_t y3[m] = {SSBd_yield,SSBi_yield,SSBm_yield,sSSB_yield}; +Double_t err_y3[m] = {SD_SSBd_yield,SD_SSBi_yield,SD_SSBm_yield,SD_sSSB_yield}; +TGraph* gr3 = new TGraphErrors(m,x3,y3,0,err_y3); +gr3->SetTitle("Breaks Yield"); +gr3->GetXaxis()->SetBinLabel(8, "SSB direct"); +gr3->GetXaxis()->SetBinLabel(35,"SSB indirect"); +gr3->GetXaxis()->SetBinLabel(64,"SSB mixed"); +gr3->GetXaxis()->SetBinLabel(92,"SSB all"); +//gr3->GetYaxis()->SetTitle("Breaks yield (Gy^{-1} Mbp^{-1})"); +gr3->GetYaxis()->SetTitle("SSB yield (Gy^{-1} Gbp^{-1})"); +gr3->GetYaxis()->SetTitleOffset(2); + +gr3->SetFillColor(7); +gr3->Draw("ba"); + + +pad4->cd(); +const Int_t k = 5; +Double_t x4[k] = {1,2,3,4,5}; +Double_t y4[k] = {DSBd_yield,DSBi_yield,DSBm_yield,DSBh_yield,sDSB_yield}; +Double_t err_y4[k] = {SD_DSBd_yield,SD_DSBi_yield,SD_DSBm_yield,SD_DSBh_yield,SD_sDSB_yield}; +TGraph* gr4 = new TGraphErrors(k,x4,y4,0,err_y4); +gr4->SetTitle("Breaks Yield"); +gr4->GetXaxis()->SetBinLabel(8,"DSB direct"); +gr4->GetXaxis()->SetBinLabel(29,"DSB indirect"); +gr4->GetXaxis()->SetBinLabel(50,"DSB mixed"); +gr4->GetXaxis()->SetBinLabel(71,"DSB hybrid"); +gr4->GetXaxis()->SetBinLabel(92,"DSB all"); +//gr4->GetYaxis()->SetTitle("Breaks yield (Gy^{-1} Mbp^{-1})"); +gr4->GetYaxis()->SetTitle("DSB yield (Gy^{-1} Gbp^{-1})"); +gr4->GetYaxis()->SetTitleOffset(2); + +gr4->SetFillColor(4); +gr4->Draw("ba"); + +} + +// Some important bools that are needed to run the root macro file +bool greaterPair(const ipair& l, const ipair& r){return l.second > r.second;} +bool smallerPair(const ipair& l, const ipair& r){return l.second < r.second;} + +void BinLogX(TH1 *h) { + TAxis *axis = h->GetXaxis(); + int bins = axis->GetNbins(); + Axis_t from = axis->GetXmin(); + Axis_t to = axis->GetXmax(); + Axis_t width = (to - from) / bins; + Axis_t *new_bins = new Axis_t[bins + 1]; + for (int i = 0; i <= bins; i++) { + new_bins[i] = TMath::Power(10, from + i * width); + } + axis->Set(bins, new_bins); + delete[] new_bins; + +} diff --git a/examples/advanced/dna/moleculardna/human_cell_chromosomes.mac b/examples/advanced/dna/moleculardna/human_cell_chromosomes.mac new file mode 100644 index 00000000000..c7825bfc202 --- /dev/null +++ b/examples/advanced/dna/moleculardna/human_cell_chromosomes.mac @@ -0,0 +1,98 @@ +### Human cell default geometry + +# +# See more details on moleculardna specific UI commands: +# - https://geant4-dna.github.io/molecular-docs/docs/overview/configuration +# - https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy +# - the README file +# - the messenger classes of the moleculardna example +# + +# Physics: choice of thermalization model +/process/dna/e-SolvationSubType Meesungnoen2002 +#/process/dna/e-SolvationSubType Ritchie1994 +#/process/dna/e-SolvationSubType Terrisol1990 + +# Verbosity: settings +/run/verbose 1 +/control/verbose 1 + +# Chemistry: selection of IRT_syn +/process/chem/TimeStepModel IRT_syn + +# Chemistry: end time of chemistry stage +/scheduler/endTime 5.0 ns + +# Chemistry: set maximum allowed zero time steps +/scheduler/maxNullTimeSteps 10000000 + +# Geometry: size of World volume +/world/worldSize 50 um + +# Geometry: shape of the cell +/cell/radiusSize 14 2.5 14 um + +# Geometry: creation +# See https://geant4-dna.github.io/molecular-docs/docs/examples/bacterial-cell +# - Side length for each placement +/dnageom/placementSize 75 75 75 nm +# - Scaling of XYZ in fractal definition file +/dnageom/fractalScaling 75 75 75 nm +# - Path to file that defines placement locations (for chromosomal geometry) +/dnageom/definitionFile geometries/human_cell_chromosomes.txt +# - Set placement volumes +/dnageom/placementVolume turn geometries/turned_solenoid_750_withHistone.txt +/dnageom/placementVolume turntwist geometries/turned_twisted_solenoid_750_withHistone.txt true +/dnageom/placementVolume straight geometries/straight_solenoid_750_withHistone.txt + +# Geometry: distance from base pairs at which radicals are killed +/dnageom/radicalKillDistance 9 nm + +# Geometry: deposited energy accumulation range limit to start recording SBs from direct effects +/dnageom/interactionDirectRange 2.0 angstrom + +# Damage: model settings +/dnadamage/directDamageLower 5 eV +/dnadamage/directDamageUpper 37.5 eV + +/dnadamage/indirectOHBaseChance 1.0 +/dnadamage/indirectOHStrandChance 0.405 +/dnadamage/inductionOHChance 0.0 + +/dnadamage/indirectHBaseChance 1.0 +/dnadamage/indirectHStrandChance 0.0 +/dnadamage/inductionHChance 0.0 + +/dnadamage/indirectEaqBaseChance 1.0 +/dnadamage/indirectEaqStrandChance 0.0 +/dnadamage/inductionEaqChance 0.0 + +# Analysis: add ellipsoid chromosomal region of interest, with the name "cell" +/chromosome/add cell ellipse 10575 3450 10575 0 0 0 nm 0 0 0 + +# Run: initialization +/run/initialize + +# Run: print progress +/run/printProgress 10 + +# Source geometry +/gps/pos/type Plane +/gps/pos/shape Circle +/gps/pos/centre 0 4000 0 nm +/gps/pos/rot1 0 0 1 +/gps/pos/rot2 1 0 0 +/gps/pos/radius 10575 nm +/gps/direction 0 -1 0 + +# Source particle +/gps/particle e- + +# Analysis: set ROOT output file name +#/analysisDNA/fileName 50MeV + +# Source energy +/gps/energy 0.662 MeV + +# Beam on +/run/beamOn 2 diff --git a/examples/advanced/dna/moleculardna/human_cell_chromosomes.py b/examples/advanced/dna/moleculardna/human_cell_chromosomes.py new file mode 100644 index 00000000000..ace4cdeb795 --- /dev/null +++ b/examples/advanced/dna/moleculardna/human_cell_chromosomes.py @@ -0,0 +1,228 @@ +# %% +# To run, change the links and definitions in this script and +# type in the terminal containing the file +# $python3 chromosAnalysis.py + +# python version tested 3.10.12 +# developed in visual studio code (jupyter notebook) +# Author contact, Konstantinos Chatzipapas, konstantinos.chatzipapas@cern.ch, 08/12/2023 + +# %% +import ROOT as root +import numpy as np +import matplotlib.pyplot as plt + +# %% +# Define filenames +iRootFile = "molecular-dna.root" +print("Loaded file: ",iRootFile ) + +# %% +# Initial parameters (need be inserted manually, if modifications are made in the geometry) +eVtoJ = 1.60218e-19 +r3 = 10575e-9 * 3450e-9 * 10575e-9 # a * b * c +mass = 997 * 4 * 3.141592 * r3 / 3 # waterDensity * 4/3 * pi * r3 in kg + +# %% +# Length of chromosomes in base pairs (bp) (need be inserted manually, if geometry file is modified) +lc =np.zeros((24,1)) +lc[1] = (335601410) +lc[2] = (424230628) +lc[3] = (330358245) +lc[4] = (214431219) +lc[5] = (225844963) +lc[6] = (187075736) +lc[7] = (104619404) +lc[8] = (523147774) +lc[9] = (286308941) +lc[10] = (308642731) +lc[11] = (281141907) +lc[12] = (286680368) +lc[13] = (297671931) +lc[14] = (242439583) +lc[15] = (517729277) +lc[16] = (363900456) +lc[17] = (407437606) +lc[18] = (352426730) +lc[19] = (165113373) +lc[20] = (137667917) +lc[21] = (132362463) +lc[22] = (159987865) +lc[23] = (99027882) + +# Calculation of cumulative length and total length of the cell DNA +sum_lc=0 +slc =np.zeros((24,1)) +for j in range(len(lc)): + sum_lc += lc[j] + slc[j] = sum_lc +print("Total length of DNA in the cell(bp): ", sum_lc) +#print(slc) #Length of each chromosome + +# %% +# Calculate the damage yield +number = 0 +f = root.TFile(iRootFile) +gTree = f.Get("tuples/primary_source") +number += gTree.GetEntries() + +nEntries = 0 +fTree = f.Get("tuples/damage") +nEntries += fTree.GetEntries() +#print (nEntries) + +c_DSBBPID = {} +for i in range(1,len(lc)): + c_DSBBPID[i] = [] + + +SSB = 0 +ttSSB = 0 +ttDSB = 0 + +c_SSB =np.zeros(24) +c_DSB =np.zeros(24) +cc_SSB=np.zeros(24) +cc_DSB=np.zeros(24) + +c_SSBp = np.zeros(24) +c_DSBp = np.zeros(24) +c_SSBpp = np.zeros(24) +c_DSBpp = np.zeros(24) + +DSBd = np.zeros(24) +DSBi = np.zeros(24) +DSBm = np.zeros(24) +DSBh = np.zeros(24) + +SSBd = np.zeros(24) +SSBi = np.zeros(24) +SSBm = np.zeros(24) + +# Calculate total number of SSB, DSB, as well as initial break positions for the calculation of fragments +DD = 0 +for e in fTree: + if (e.TypeClassification=="DSB" or e.TypeClassification=="DSB+" or e.TypeClassification=="DSB++"): + DD += 1 + ttDSB += e.DirectBreaks + e.IndirectBreaks + for i in range(1,len(lc)): + if (e.BasePair>=slc[i-1] and e.BasePair=slc[i-1] and e.BasePair=slc[i-1] and e.BasePair=slc[i-1] and e.BasePair DSB:", c_DSB[i]/(lc[i]/1e+9)/dose, "DSB+:", c_DSBp[i]/(lc[i]/1e+9)/dose, "DSB++:", c_DSBpp[i]/(lc[i]/1e+9)/dose) + print( "chromosome",i," total SSB/Gy/GBp: ", cc_SSB[i]/(lc[i]/1e+9)/dose," --> SSB:", c_SSB[i]/(lc[i]/1e+9)/dose, "SSB+:", c_SSBp[i]/(lc[i]/1e+9)/dose, "SSB++:", c_SSBpp[i]/(lc[i]/1e+9)/dose) + print( "chromosome",i," DSBd: ", DSBd[i]/(lc[i]/1e+9)/dose,"DSBi:", DSBi[i]/(lc[i]/1e+9)/dose, "DSBm:", DSBm[i]/(lc[i]/1e+9)/dose, "DSBh:", DSBh[i]/(lc[i]/1e+9)/dose) + print( "chromosome",i," SSBd: ", SSBd[i]/(lc[i]/1e+9)/dose,"SSBi:", SSBi[i]/(lc[i]/1e+9)/dose, "DSBm:", SSBm[i]/(lc[i]/1e+9)/dose) + #print("chromosome",i," total DSB/Gy/GBp: ", cc_DSB[i]/(lc[i]/1e+9)/dose, " \tchromosome",i," total SSB/Gy/GBp: ", cc_SSB[i]/(lc[i]/1e+9)/dose) + cDSBsum += c_DSB[i]+c_DSBp[i]+c_DSBpp[i] + cSSBsum += c_SSB[i]+c_SSBp[i]+c_SSBpp[i] + cSSBpsum += c_SSBp[i] + cSSBppsum += c_SSBpp[i] + cDSBpsum += c_DSBp[i] + cDSBppsum += c_DSBpp[i] + + ccDSBsum += cc_DSB[i] + ccSSBsum += cc_SSB[i] +#print("total DSB/Gy/GBp:",ccDSBsum/(sum_lc/1e+9)/dose, "\ttotal SSB/Gy/GBp:",ccSSBsum/(sum_lc/1e+9)/dose) +print("\nIf the geometry is considered as a whole nucleus:") +#print("total DSB/Gy/GBp:",cDSBsum/(sum_lc/1e+9)/dose, "\ttotal SSB/Gy/GBp:",cSSBsum/(sum_lc/1e+9)/dose) +print("total DSB/Gy/GBp:",cDSBsum/(sum_lc/1e+9)/dose, " --> DSB:", (cDSBsum-cDSBpsum-cDSBppsum)/(sum_lc/1e+9)/dose, "DSB+:", cDSBpsum/(sum_lc/1e+9)/dose, "DSB++:", cDSBppsum/(sum_lc/1e+9)/dose) +print("total SSB/Gy/GBp:",cSSBsum/(sum_lc/1e+9)/dose, " --> SSB:", (cSSBsum-cSSBpsum-cSSBppsum)/(sum_lc/1e+9)/dose, "SSB+:", cSSBpsum/(sum_lc/1e+9)/dose, "SDSB++:", cSSBppsum/(sum_lc/1e+9)/dose) +print("SSB/DSB ratio: ", cSSBsum/cDSBsum) +print("Total dose (Gy): ", dose) +#print(cDSBsum,ccDSBsum,cSSBsum,ccSSBsum) + +print("\nThank you for using molecularDNA and supporting the Geant4-DNA collaboration.!") diff --git a/examples/extended/medical/dna/moleculardna/include/ActionInitialization.hh b/examples/advanced/dna/moleculardna/include/ActionInitialization.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/ActionInitialization.hh rename to examples/advanced/dna/moleculardna/include/ActionInitialization.hh diff --git a/examples/extended/medical/dna/moleculardna/include/AnalysisManager.hh b/examples/advanced/dna/moleculardna/include/AnalysisManager.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/AnalysisManager.hh rename to examples/advanced/dna/moleculardna/include/AnalysisManager.hh diff --git a/examples/extended/medical/dna/moleculardna/include/AnalysisMessenger.hh b/examples/advanced/dna/moleculardna/include/AnalysisMessenger.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/AnalysisMessenger.hh rename to examples/advanced/dna/moleculardna/include/AnalysisMessenger.hh diff --git a/examples/advanced/dna/moleculardna/include/BoxChromosome.hh b/examples/advanced/dna/moleculardna/include/BoxChromosome.hh new file mode 100644 index 00000000000..a4590e64008 --- /dev/null +++ b/examples/advanced/dna/moleculardna/include/BoxChromosome.hh @@ -0,0 +1,95 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// file: BoxChromosome.hh +/// brief: declaration file for a Box chromosome model. + +#ifndef MOLECULAR_BOX_CHROMOSOME_HH +#define MOLECULAR_BOX_CHROMOSOME_HH + +#include "VirtualChromosome.hh" + +#include "G4RotationMatrix.hh" +#include "G4ThreeVector.hh" +#include "globals.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class BoxChromosome : public VirtualChromosome +{ + public: + BoxChromosome(const G4String&, G4ThreeVector, const G4double&, const G4double&, + const G4double&); + + BoxChromosome(const G4String&, G4ThreeVector, const G4double&, const G4double&, const G4double&, + G4RotationMatrix); + + ~BoxChromosome() override; + + G4bool PointInChromosome(G4ThreeVector const& position) override; + + G4ThreeVector RandomPointInChromosome() override; + + G4String GetShape() override { return fShape; }; + + static const G4String fShape; + + void Print() override + { + G4cout << "type: " << fShape << G4endl; + G4cout << "x: " << fXdim << G4endl; + G4cout << "y: " << fYdim << G4endl; + G4cout << "z: " << fZdim << G4endl; + G4cout << "center: " << fCenter << G4endl; + G4cout << "rotation: " << fRotation.getPhi() << " " << fRotation.getTheta() << " " + << fRotation.getPhi() << G4endl; + } + + inline void SetRotation(const G4RotationMatrix& rot) + { + fRotation = rot; + fInverseRotation = fRotation.inverse(); + }; + + inline G4RotationMatrix GetRotation() const { return fRotation; }; + + inline G4ThreeVector GetPosition() const { return fCenter; }; + + inline G4double GetXDim() const { return fXdim; }; + inline G4double GetYDim() const { return fYdim; }; + inline G4double GetZDim() const { return fZdim; }; + + private: + G4ThreeVector fCenter; + G4double fXdim; + G4double fYdim; + G4double fZdim; + G4RotationMatrix fRotation, fInverseRotation; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif // MOLECULAR_BOX_CHROMOSOME_HH diff --git a/examples/extended/medical/dna/moleculardna/include/ChemistryList.hh b/examples/advanced/dna/moleculardna/include/ChemistryList.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/ChemistryList.hh rename to examples/advanced/dna/moleculardna/include/ChemistryList.hh diff --git a/examples/extended/medical/dna/moleculardna/include/ChromosomeFactory.hh b/examples/advanced/dna/moleculardna/include/ChromosomeFactory.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/ChromosomeFactory.hh rename to examples/advanced/dna/moleculardna/include/ChromosomeFactory.hh diff --git a/examples/extended/medical/dna/moleculardna/include/ChromosomeHit.hh b/examples/advanced/dna/moleculardna/include/ChromosomeHit.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/ChromosomeHit.hh rename to examples/advanced/dna/moleculardna/include/ChromosomeHit.hh diff --git a/examples/extended/medical/dna/moleculardna/include/ChromosomeMapper.hh b/examples/advanced/dna/moleculardna/include/ChromosomeMapper.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/ChromosomeMapper.hh rename to examples/advanced/dna/moleculardna/include/ChromosomeMapper.hh diff --git a/examples/extended/medical/dna/moleculardna/include/ChromosomeMessenger.hh b/examples/advanced/dna/moleculardna/include/ChromosomeMessenger.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/ChromosomeMessenger.hh rename to examples/advanced/dna/moleculardna/include/ChromosomeMessenger.hh diff --git a/examples/extended/medical/dna/moleculardna/include/CylindricalChromosome.hh b/examples/advanced/dna/moleculardna/include/CylindricalChromosome.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/CylindricalChromosome.hh rename to examples/advanced/dna/moleculardna/include/CylindricalChromosome.hh diff --git a/examples/extended/medical/dna/moleculardna/include/DNAGeometry.hh b/examples/advanced/dna/moleculardna/include/DNAGeometry.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/DNAGeometry.hh rename to examples/advanced/dna/moleculardna/include/DNAGeometry.hh diff --git a/examples/extended/medical/dna/moleculardna/include/DNAGeometryMessenger.hh b/examples/advanced/dna/moleculardna/include/DNAGeometryMessenger.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/DNAGeometryMessenger.hh rename to examples/advanced/dna/moleculardna/include/DNAGeometryMessenger.hh diff --git a/examples/extended/medical/dna/moleculardna/include/DNAHashing.hh b/examples/advanced/dna/moleculardna/include/DNAHashing.hh similarity index 98% rename from examples/extended/medical/dna/moleculardna/include/DNAHashing.hh rename to examples/advanced/dna/moleculardna/include/DNAHashing.hh index 5126b8ab65f..aab8266b5ed 100644 --- a/examples/extended/medical/dna/moleculardna/include/DNAHashing.hh +++ b/examples/advanced/dna/moleculardna/include/DNAHashing.hh @@ -120,8 +120,8 @@ constexpr uint32_t Hash(const char (&str)[len]) // std::string hasher for convenience uint32_t Hash(const std::string& str); // in window -// warning C4717: 'G4::hashing::crc32::crc32_hasher::operator()': recursive on all control -// paths, function will cause runtime stack overflow +// warning C4717: 'G4::hashing::crc32::crc32_hasher::operator()': +// recursive on all control paths, function will cause runtime stack overflow /* template struct crc32_hasher diff --git a/examples/extended/medical/dna/moleculardna/include/DNAHit.hh b/examples/advanced/dna/moleculardna/include/DNAHit.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/DNAHit.hh rename to examples/advanced/dna/moleculardna/include/DNAHit.hh diff --git a/examples/extended/medical/dna/moleculardna/include/DNAWorld.hh b/examples/advanced/dna/moleculardna/include/DNAWorld.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/DNAWorld.hh rename to examples/advanced/dna/moleculardna/include/DNAWorld.hh diff --git a/examples/extended/medical/dna/moleculardna/include/DamageModel.hh b/examples/advanced/dna/moleculardna/include/DamageModel.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/DamageModel.hh rename to examples/advanced/dna/moleculardna/include/DamageModel.hh diff --git a/examples/extended/medical/dna/moleculardna/include/DamageModelMessenger.hh b/examples/advanced/dna/moleculardna/include/DamageModelMessenger.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/DamageModelMessenger.hh rename to examples/advanced/dna/moleculardna/include/DamageModelMessenger.hh diff --git a/examples/extended/medical/dna/moleculardna/include/DetectorConstruction.hh b/examples/advanced/dna/moleculardna/include/DetectorConstruction.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/DetectorConstruction.hh rename to examples/advanced/dna/moleculardna/include/DetectorConstruction.hh diff --git a/examples/extended/medical/dna/moleculardna/include/DetectorMessenger.hh b/examples/advanced/dna/moleculardna/include/DetectorMessenger.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/DetectorMessenger.hh rename to examples/advanced/dna/moleculardna/include/DetectorMessenger.hh diff --git a/examples/extended/medical/dna/moleculardna/include/EllipticalChromosome.hh b/examples/advanced/dna/moleculardna/include/EllipticalChromosome.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/EllipticalChromosome.hh rename to examples/advanced/dna/moleculardna/include/EllipticalChromosome.hh diff --git a/examples/extended/medical/dna/moleculardna/include/EventAction.hh b/examples/advanced/dna/moleculardna/include/EventAction.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/EventAction.hh rename to examples/advanced/dna/moleculardna/include/EventAction.hh diff --git a/examples/extended/medical/dna/moleculardna/include/IRTDamageReactionModel.hh b/examples/advanced/dna/moleculardna/include/IRTDamageReactionModel.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/IRTDamageReactionModel.hh rename to examples/advanced/dna/moleculardna/include/IRTDamageReactionModel.hh diff --git a/examples/extended/medical/dna/moleculardna/include/MoleculeList.hh b/examples/advanced/dna/moleculardna/include/MoleculeList.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/MoleculeList.hh rename to examples/advanced/dna/moleculardna/include/MoleculeList.hh diff --git a/examples/extended/medical/dna/moleculardna/include/OctreeNode.hh b/examples/advanced/dna/moleculardna/include/OctreeNode.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/OctreeNode.hh rename to examples/advanced/dna/moleculardna/include/OctreeNode.hh diff --git a/examples/extended/medical/dna/moleculardna/include/ParallelWorldPhysics.hh b/examples/advanced/dna/moleculardna/include/ParallelWorldPhysics.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/ParallelWorldPhysics.hh rename to examples/advanced/dna/moleculardna/include/ParallelWorldPhysics.hh diff --git a/examples/extended/medical/dna/moleculardna/include/PhysicsList.hh b/examples/advanced/dna/moleculardna/include/PhysicsList.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/PhysicsList.hh rename to examples/advanced/dna/moleculardna/include/PhysicsList.hh diff --git a/examples/extended/medical/dna/moleculardna/include/PlacementVolumeInfo.hh b/examples/advanced/dna/moleculardna/include/PlacementVolumeInfo.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/PlacementVolumeInfo.hh rename to examples/advanced/dna/moleculardna/include/PlacementVolumeInfo.hh diff --git a/examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorAction.hh b/examples/advanced/dna/moleculardna/include/PrimaryGeneratorAction.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorAction.hh rename to examples/advanced/dna/moleculardna/include/PrimaryGeneratorAction.hh diff --git a/examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorMessenger.hh b/examples/advanced/dna/moleculardna/include/PrimaryGeneratorMessenger.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorMessenger.hh rename to examples/advanced/dna/moleculardna/include/PrimaryGeneratorMessenger.hh diff --git a/examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorSource.hh b/examples/advanced/dna/moleculardna/include/PrimaryGeneratorSource.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorSource.hh rename to examples/advanced/dna/moleculardna/include/PrimaryGeneratorSource.hh diff --git a/examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorSourceGRASCSV.hh b/examples/advanced/dna/moleculardna/include/PrimaryGeneratorSourceGRASCSV.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/PrimaryGeneratorSourceGRASCSV.hh rename to examples/advanced/dna/moleculardna/include/PrimaryGeneratorSourceGRASCSV.hh diff --git a/examples/extended/medical/dna/moleculardna/include/RodChromosome.hh b/examples/advanced/dna/moleculardna/include/RodChromosome.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/RodChromosome.hh rename to examples/advanced/dna/moleculardna/include/RodChromosome.hh diff --git a/examples/extended/medical/dna/moleculardna/include/RunAction.hh b/examples/advanced/dna/moleculardna/include/RunAction.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/RunAction.hh rename to examples/advanced/dna/moleculardna/include/RunAction.hh diff --git a/examples/extended/medical/dna/moleculardna/include/SphericalChromosome.hh b/examples/advanced/dna/moleculardna/include/SphericalChromosome.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/SphericalChromosome.hh rename to examples/advanced/dna/moleculardna/include/SphericalChromosome.hh diff --git a/examples/extended/medical/dna/moleculardna/include/StackingAction.hh b/examples/advanced/dna/moleculardna/include/StackingAction.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/StackingAction.hh rename to examples/advanced/dna/moleculardna/include/StackingAction.hh diff --git a/examples/extended/medical/dna/moleculardna/include/SteppingAction.hh b/examples/advanced/dna/moleculardna/include/SteppingAction.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/SteppingAction.hh rename to examples/advanced/dna/moleculardna/include/SteppingAction.hh diff --git a/examples/extended/medical/dna/moleculardna/include/TimeStepAction.hh b/examples/advanced/dna/moleculardna/include/TimeStepAction.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/TimeStepAction.hh rename to examples/advanced/dna/moleculardna/include/TimeStepAction.hh diff --git a/examples/extended/medical/dna/moleculardna/include/UtilityFunctions.hh b/examples/advanced/dna/moleculardna/include/UtilityFunctions.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/UtilityFunctions.hh rename to examples/advanced/dna/moleculardna/include/UtilityFunctions.hh diff --git a/examples/extended/medical/dna/moleculardna/include/VirtualChromosome.hh b/examples/advanced/dna/moleculardna/include/VirtualChromosome.hh similarity index 100% rename from examples/extended/medical/dna/moleculardna/include/VirtualChromosome.hh rename to examples/advanced/dna/moleculardna/include/VirtualChromosome.hh diff --git a/examples/extended/medical/dna/moleculardna/molecular.cc b/examples/advanced/dna/moleculardna/molecular.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/molecular.cc rename to examples/advanced/dna/moleculardna/molecular.cc diff --git a/examples/extended/medical/dna/moleculardna/moleculardna.out b/examples/advanced/dna/moleculardna/moleculardna.out similarity index 95% rename from examples/extended/medical/dna/moleculardna/moleculardna.out rename to examples/advanced/dna/moleculardna/moleculardna.out index d584e94e5b0..0a65463051e 100644 --- a/examples/extended/medical/dna/moleculardna/moleculardna.out +++ b/examples/advanced/dna/moleculardna/moleculardna.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,17 +19,17 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** +/run/verbose 2 +/material/verbose 2 /dnageom/verbose 1 +/process/chem/TimeStepModel IRT_syn /chem/activate true /scheduler/verbose 0 -/material/verbose 2 +/scheduler/endTime 1 us /world/worldSize 10200 nm /cell/radiusSize 3 3 3 um /dnageom/setSmartVoxels 1 /dnageom/checkOverlaps false -/scheduler/endTime 1 us -/dnageom/radicalKillDistance 9 nm -/dnageom/interactionDirectRange 7 angstrom /dnageom/placementSize 30 30 100 nm /dnageom/fractalScaling 1 1 1 nm /dnageom/definitionFile geometries/prisms200k_r3000.txt @@ -37,8 +37,9 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo /dnageom/setVoxelPlacementAnglesAsMultiplesOfPi false /dnageom/useCustomMoleculeSizes false /dnageom/drawCellVolumes false +/dnageom/radicalKillDistance 9 nm +/dnageom/interactionDirectRange 7 angstrom /dnageom/activateHistoneScavenging true -/chromosome/add cylinder sphere 3000 0 0 0 nm /dnadamage/directDamageLower 17.5 eV /dnadamage/directDamageUpper 17.5 eV /dnadamage/indirectOHBaseChance 1.0 @@ -46,10 +47,11 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo /dnadamage/inductionOHChance 0.0 /dnadamage/indirectHBaseChance 1.0 /dnadamage/indirectHStrandChance 0.65 -/dnadamage/inductionHChance 0.00 +/dnadamage/inductionHChance 0.0 /dnadamage/indirectEaqBaseChance 1.0 /dnadamage/indirectEaqStrandChance 0.65 -/dnadamage/inductionEaqChance 0.00 +/dnadamage/inductionEaqChance 0.0 +/chromosome/add cylinder sphere 3000 0 0 0 nm /analysisDNA/saveStrands false /analysisDNA/fragmentGap 0 /run/initialize @@ -91,17 +93,19 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_WATER G4NistMaterialBuilder::FindOrBuildMaterial G4_WATER G4NistMaterialBuilder::FindOrBuildMaterial G4_WATER G4NistMaterialBuilder::FindOrBuildMaterial G4_WATER +G4NistMaterialBuilder::FindOrBuildMaterial G4_WATER +G4NistMaterialBuilder::FindOrBuildMaterial G4_WATER physicsList->CheckParticleList() start. physicsList->setCut() start. /run/printProgress 100 -/gps/particle e- -/gps/ang/type iso -/gps/energy 4.5 keV /gps/pos/type Volume /gps/pos/shape Sphere /gps/pos/radius 500 nm /gps/pos/centre 0 0 0 nm -/run/beamOn 2 +/gps/particle e- +/gps/energy 4.5 keV +/gps/ang/type iso +/run/beamOn 10 ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -123,10 +127,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -188,6 +195,7 @@ Use fast sampling in DNA models 1 Use Stationary option in DNA models 0 Use DNA with multiple scattering of e- 0 Use DNA e- solvation model type 11003 +Use DNA Chemistry model IRT_syn ======================================================================= ### === Deexcitation model UAtomDeexcitation is activated for 1 region: @@ -618,24 +626,27 @@ Index : 1 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 84655 kByte - Total CPU time elapsed for geometry optimisation: 48.87 seconds + Total CPU time elapsed for geometry optimisation: 51.99 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 50.83 24.84 0.10 42138k DNAPhysLV - 49.01 23.95 0.12 42138k CellLogical - 0.06 0.03 0.00 380k prism + 50.68 26.35 0.11 42138k DNAPhysLV + 49.16 25.56 0.11 42138k CellLogical + 0.08 0.04 0.00 380k prism Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 49.78 42137k 311671 314256 703064 24.84 DNAPhysLV - 49.78 42137k 311671 314256 703064 23.95 CellLogical - 0.45 379k 1273 3780 14482 0.03 prism + 49.78 42137k 311671 314256 703064 26.35 DNAPhysLV + 49.78 42137k 311671 314256 703064 25.56 CellLogical + 0.45 379k 1273 3780 14482 0.04 prism +-------------------------------------------------------------------------------- + ### Run 0 starts. AnalysisManager::Initialize() GetRunID : 0 ... set ntuple merging row mode : row-wise - done @@ -650,15 +661,15 @@ DNAIndependentReactionTimeModel will be used ========================== Run terminated. Run Summary - Number of events processed : 2 - User=0.520000s Real=0.529984s Sys=0.010000s + Number of events processed : 10 + User=1.930000s Real=2.033323s Sys=0.010000s ... write file : molecular-dna.root - done ... close file : molecular-dna.root - done G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x15b8300 -UserPhysicsList deleted 0x15fd560 -UserActionInitialization deleted 0x1634640 +UserDetectorConstruction deleted 0x19ab590 +UserPhysicsList deleted 0x19ef4e0 +UserActionInitialization deleted 0x1a26ba0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. @@ -668,7 +679,7 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 1080 +Total navigation history collections cleaned: 1110 G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.958 MB @@ -678,14 +689,15 @@ Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '13ChromosomeHit', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.126 MB -Pool ID '7G4Track', size : 0.252 MB -Pool ID '18G4TouchableHistory', size : 0.0654 MB -Pool ID '15G4CountedObjectIvE', size : 0.0317 MB -Pool ID '10G4Molecule', size : 0.0759 MB +Pool ID '17G4DynamicParticle', size : 0.129 MB +Pool ID '7G4Track', size : 0.257 MB +Pool ID '18G4TouchableHistory', size : 0.0673 MB +Pool ID '15G4CountedObjectIvE', size : 0.126 MB +Pool ID '10G4Molecule', size : 0.0769 MB Pool ID '8G4OctreeI19G4FastList_iteratorI7G4TrackE9ExtractorI10G4FastListIS1_EEN5CLHEP10Hep3VectorEE', size : 0.000961 MB -Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 1.5 MB +Pool ID '6DNAHit', size : 0.00673 MB +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 1.6 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/medical/dna/moleculardna/phase_space/phase_space.csv b/examples/advanced/dna/moleculardna/phase_space/phase_space.csv similarity index 100% rename from examples/extended/medical/dna/moleculardna/phase_space/phase_space.csv rename to examples/advanced/dna/moleculardna/phase_space/phase_space.csv diff --git a/examples/extended/medical/dna/moleculardna/phase_space/phase_space_test.mac b/examples/advanced/dna/moleculardna/phase_space/phase_space_test.mac similarity index 100% rename from examples/extended/medical/dna/moleculardna/phase_space/phase_space_test.mac rename to examples/advanced/dna/moleculardna/phase_space/phase_space_test.mac diff --git a/examples/advanced/dna/moleculardna/plasmid.C b/examples/advanced/dna/moleculardna/plasmid.C new file mode 100644 index 00000000000..1d41e991539 --- /dev/null +++ b/examples/advanced/dna/moleculardna/plasmid.C @@ -0,0 +1,606 @@ +//********************************************************************************* +// Modified by Sara Zein to calculate the damage probability per plasmid +//_________________________________________________________________________________ +//********************************************************************************* + +// This macro requires the molecular-dna.root file generated from molecularDNA example +// To run this file just insert this command to the terminal: +// root .X plasmid.C + +//***************************************// +// Please define the parameters below // +// ifile, r3, Nbp (as shown in terminal) // +//***************************************// + +{ + //*******************************************************************************// + // If you need to add multiple root outputs, by multithreading, use this command: + system("hadd -O -f molecular-dna.root molecular-dna_t*.root"); + + // Define these parameters of the simulation + char ifile[256] = "molecular-dna.root"; // input filepath + const Int_t numberOfPlasmids = 10144; + Double_t r3 = 4.42e-6 * 4.42e-6 * 4.84e-6; // r * r * r (world cube side m) + Double_t Nbp = 4.367 * 0.001 * numberOfPlasmids; // Mbp // Length of the DNA chain in Mbp + // multiplying by 10142 since we are testing 10142 k plasmids + Double_t mass = 997 * r3; // density * r3 + + //*******************************************************************************// + + typedef std::pair ipair; + bool greaterPair(const ipair& l, const ipair& r); + bool smallerPair(const ipair& l, const ipair& r); + + void BinLogX(TH1 * h); + + gROOT->Reset(); + gStyle->SetPalette(1); + gROOT->SetStyle("Plain"); + gStyle->SetOptStat(00000); + + gStyle->SetPadTickX(1); + gStyle->SetPadTickY(1); + + // Initialize output histograms + TCanvas* cdamage = new TCanvas("cdamage", "DNA Damage Distribution", 900, 120, 600, 400); + cdamage->SetLogy(); + TH1F* h1damage = new TH1F("h1damage", "h1damage", 28, 0, 14); + TCanvas* c4damage = new TCanvas("c4damage", "Direct damage per plasmid", 900, 120, 600, 400); + // c4damage->SetLogy(); + TH1F* h4damage = new TH1F("h4damage", "h4damage", 28, 0, 14); + TCanvas* cSSB = new TCanvas("cSSB", "SSB Distribution", 900, 120, 600, 400); + cSSB->SetLogy(); + TH1F* h1SSB = new TH1F("h1SSB", "h1SSB", 28, 0, 14); + TCanvas* cDSB = new TCanvas("cDSB", "DSB Distribution", 900, 120, 600, 400); + cDSB->SetLogy(); + TH1F* h1DSB = new TH1F("h1DSB", "h1DSB", 40, 0, 10); + TCanvas* ccount = new TCanvas("cCount", "Damage per plasmid Distribution", 900, 120, 600, 400); + TH1F* h1count = new TH1F("h1count", "h1count", 11000, 0, 11000); + TGraph2D* gr1 = new TGraph2D(); + + // Open root file + TFile* f = TFile::Open(ifile); + + // Initialize Variables + Int_t EB, ES, OHB, OHS, HB, HS, FL; + Int_t total_EB, total_ES, total_OHB, total_OHS, total_HB, total_HS, total_FL; + Float_t total_EB2, total_ES2, total_OHB2, total_OHS2, total_HB2, total_HS2, total_FL2; + Float_t SD_EB, SD_ES, SD_OHB, SD_OHS, SD_HB, SD_HS; + Float_t SD_SSB, SD_SSBp, SD_SSB2p, SD_sSSB, SD_SSBd, SD_SSBi, SD_SSBm; + Float_t SD_DSB, SD_DSBp, SD_DSBpp, SD_sDSB, SD_DSBd, SD_DSBi, SD_DSBm, SD_DSBh; + + Int_t SSB, SSBp, SSB2p; + Int_t total_SSB, total_SSBp, total_SSB2p; + Float_t total_SSB2, total_SSBp2, total_SSB2p2; + Int_t DSB, DSBp, DSBpp; + Int_t total_DSB, total_DSBp, total_DSBpp; + Float_t total_DSB2, total_DSBp2, total_DSBpp2; + + Int_t SSBd, SSBi, SSBm; + Int_t total_sSSB, total_SSBd, total_SSBi, total_SSBm; + Float_t total_sSSB2, total_SSBd2, total_SSBi2, total_SSBm2; + Int_t DSBd, DSBi, DSBm, DSBh; + Int_t total_sDSB, total_DSBd, total_DSBi, total_DSBm, total_DSBh; + Float_t total_sDSB2, total_DSBd2, total_DSBi2, total_DSBm2, total_DSBh2; + + Double_t dose = 0; + Double_t SD_dose = 0; + + Double_t EB_yield = 0; + Double_t ES_yield = 0; + Double_t OHB_yield = 0; + Double_t OHS_yield = 0; + Double_t HB_yield = 0; + Double_t HS_yield = 0; + Double_t SD_EB_yield = 0; + Double_t SD_ES_yield = 0; + Double_t SD_OHB_yield = 0; + Double_t SD_OHS_yield = 0; + Double_t SD_HB_yield = 0; + Double_t SD_HS_yield = 0; + + Double_t SSB_yield = 0; + Double_t SSBp_yield = 0; + Double_t SSB2p_yield = 0; + Double_t SD_SSB_yield = 0; + Double_t SD_SSBp_yield = 0; + Double_t SD_SSB2p_yield = 0; + Double_t DSB_yield = 0; + Double_t DSBp_yield = 0; + Double_t DSBpp_yield = 0; + Double_t SD_DSB_yield = 0; + Double_t SD_DSBp_yield = 0; + Double_t SD_DSBpp_yield = 0; + + Double_t sSSB_yield = 0; + Double_t SSBi_yield = 0; + Double_t SSBd_yield = 0; + Double_t SSBm_yield = 0; + Double_t SD_sSSB_yield = 0; + Double_t SD_SSBi_yield = 0; + Double_t SD_SSBd_yield = 0; + Double_t SD_SSBm_yield = 0; + Double_t sDSB_yield = 0; + Double_t DSBi_yield = 0; + Double_t DSBd_yield = 0; + Double_t DSBm_yield = 0; + Double_t DSBh_yield = 0; + Double_t SD_sDSB_yield = 0; + Double_t SD_DSBi_yield = 0; + Double_t SD_DSBd_yield = 0; + Double_t SD_DSBm_yield = 0; + Double_t SD_DSBh_yield = 0; + + total_EB = 0; + total_ES = 0; + total_OHB = 0; + total_OHS = 0; + total_HB = 0; + total_HS = 0; + + total_SSB = 0; + total_SSBp = 0; + total_SSB2p = 0; + total_SSB2 = 0; + total_SSBp2 = 0; + total_SSB2p2 = 0; + total_DSB = 0; + total_DSBp = 0; + total_DSBpp = 0; + total_DSB2 = 0; + total_DSBp2 = 0; + total_DSBpp2 = 0; + + total_sSSB = 0; + total_SSBd = 0; + total_SSBi = 0; + total_SSBm = 0; + total_sSSB2 = 0; + total_SSBd2 = 0; + total_SSBi2 = 0; + total_SSBm2 = 0; + total_sDSB = 0; + total_DSBd = 0; + total_DSBi = 0; + total_DSBm = 0; + total_DSBh = 0; + total_sDSB2 = 0; + total_DSBd2 = 0; + total_DSBi2 = 0; + total_DSBm2 = 0; + total_DSBh2 = 0; + + Double_t eVtoJ = 1.60218e-19; + Double_t EnergyDeposited_eV = 0; + Double_t acc_edep = 0; + Double_t acc_edep2 = 0; + + Double_t Energy; + Double_t BPID; + Int_t Strand; + Int_t StrandDamage; + Int_t Event1, directB; + Char_t Primary; + char* primaryName = new char[32]; + char* type = new char[256]; + char* sourceClassification = new char[256]; + + Double_t xx, yy, zz; + + // Read trees and leaves from root file, and give values to variables + TTree* tree = (TTree*)f->Get("tuples/primary_source"); + Float_t number = (Float_t)tree->GetEntries(); + + vector> DSBBPID; + + // For reading species production + tree = (TTree*)f->Get("tuples/damage"); + tree->SetBranchAddress("Primary", &Primary); + tree->SetBranchAddress("Energy", &Energy); + tree->SetBranchAddress("EaqBaseHits", &EB); + tree->SetBranchAddress("EaqStrandHits", &ES); + tree->SetBranchAddress("OHBaseHits", &OHB); + tree->SetBranchAddress("OHStrandHits", &OHS); + tree->SetBranchAddress("HBaseHits", &HB); + tree->SetBranchAddress("HStrandHits", &HS); + tree->SetBranchAddress("TypeClassification", type); + tree->SetBranchAddress("BasePair", &BPID); + tree->SetBranchAddress("Event", &Event1); + tree->SetBranchAddress("Strand", &Strand); + tree->SetBranchAddress("StrandDamage", &StrandDamage); + tree->SetBranchAddress("Position_x_um", &xx); + tree->SetBranchAddress("Position_y_um", &yy); + tree->SetBranchAddress("Position_z_um", &zz); + tree->SetBranchAddress("DirectBreaks", &directB); + + int primea = 0; + Long64_t nentries = tree->GetEntries(); + int damagecount = 0; + int hitcount = 0; + // Double_t plasmidsD [25992]; + Double_t plasmidsD[2599200]; + for (int i = 0; i < nentries; i++) { + tree->GetEntry(i); + total_EB += EB; + total_EB2 += pow(EB, 2); + total_ES += ES; + total_ES2 += pow(ES, 2); + total_OHB += OHB; + total_OHB2 += pow(OHB, 2); + total_OHS += OHS; + total_OHS2 += pow(OHS, 2); + total_HB += HB; + total_HB2 += pow(HB, 2); + total_HS += HS; + total_HS2 += pow(HS, 2); + if ((string)type == "DSB" || (string)type == "DSB+" || (string)type == "DSB++") { + DSBBPID.push_back(make_pair(i, (int64_t)BPID)); + } + if (StrandDamage != 0) { + { + damagecount++; + h1count->Fill(Strand); + } + primea++; + } + } + int unbrokenP = 0; + int brokenP = 0; + for (int i = 0; i < 11000; i++) { + plasmidsD[i] = h1count->GetBinContent(i); + if (plasmidsD[i] == 0 && i < numberOfPlasmids) unbrokenP++; + } + + Double_t totalDs = 0.0; + for (int i = 0; i < 11000; i++) { + if (plasmidsD[i] != 0) { + h4damage->Fill(plasmidsD[i]); + totalDs += plasmidsD[i]; + brokenP++; + } + } + + Double_t X; + for (int i = 0; i < 28; i++) { + X = h4damage->GetBinContent(i); + h4damage->SetBinContent(i, X * 100 / totalDs); + } + + // Sort DSBs from the one with lower ID value to the one with higher ID value + // Then find the number of fragments that have been produced + sort(DSBBPID.begin(), DSBBPID.end(), smallerPair); + for (int ie = 0; ie < DSBBPID.size() - 1; ie++) { + int64_t dsbfragment = DSBBPID[ie + 1].second - DSBBPID[ie].second; + } + + // Calculate the standard deviation of species + SD_EB = sqrt(((total_EB2 / number) - pow(total_EB / number, 2)) / (number - 1)); + SD_ES = sqrt(((total_ES2 / number) - pow(total_ES / number, 2)) / (number - 1)); + SD_OHB = sqrt(((total_OHB2 / number) - pow(total_OHB / number, 2)) / (number - 1)); + SD_OHS = sqrt(((total_OHS2 / number) - pow(total_OHS / number, 2)) / (number - 1)); + SD_HB = sqrt(((total_HB2 / number) - pow(total_HB / number, 2)) / (number - 1)); + SD_HS = sqrt(((total_HS2 / number) - pow(total_HS / number, 2)) / (number - 1)); + + // Read damage classification SSB, SSB+, 2SSB, DSB, DSB+, DSB++ + // As they have been defined in: Nikjoo, H., O’Neill, O., Goodhead, T., & Terrissol, M. 1997, + // Computational modelling of low-energy electron-induced DNA damage by early physical + // and chemical events, International Journal of Radiation Biology, 71, 467. + tree = (TTree*)f->Get("tuples/classification"); + tree->SetBranchAddress("Primary", &Primary); + tree->SetBranchAddress("Energy", &Energy); + tree->SetBranchAddress("SSB", &SSB); + tree->SetBranchAddress("SSBp", &SSBp); + tree->SetBranchAddress("2SSB", &SSB2p); + tree->SetBranchAddress("DSB", &DSB); + tree->SetBranchAddress("DSBp", &DSBp); + tree->SetBranchAddress("DSBpp", &DSBpp); + + Long64_t nentriesC = tree->GetEntries(); + for (int i = 0; i < nentriesC; i++) { + tree->GetEntry(i); + + total_SSBp += SSBp; + total_SSBp2 += pow(SSBp, 2); + total_SSB2p += SSB2p; + total_SSB2p2 += pow(SSB2p, 2); + total_SSB += SSB; + total_SSB2 += pow(SSB, 2); + + total_DSBp += DSBp; + total_DSBp2 += pow(DSBp, 2); + total_DSBpp += DSBpp; + total_DSBpp2 += pow(DSBpp, 2); + total_DSB += DSB; + total_DSB2 += pow(DSB, 2); + } + + // Calculate the standard deviation + SD_SSB = sqrt(((total_SSB2 / number) - pow(total_SSB / number, 2)) / (number - 1)); + SD_SSBp = sqrt(((total_SSBp2 / number) - pow(total_SSBp / number, 2)) / (number - 1)); + SD_SSB2p = sqrt(((total_SSB2p2 / number) - pow(total_SSB2p / number, 2)) / (number - 1)); + + SD_DSB = sqrt(((total_DSB2 / number) - pow(total_DSB / number, 2)) / (number - 1)); + SD_DSBp = sqrt(((total_DSBp2 / number) - pow(total_DSBp / number, 2)) / (number - 1)); + SD_DSBpp = sqrt(((total_DSBpp2 / number) - pow(total_DSBpp / number, 2)) / (number - 1)); + + // Read damage classification SSBd, SSBi, SSBm, DSBd, DSBi, DSBm, DSBh + // As they have been defined in: Nikjoo, H., O’Neill, O., Goodhead, T., & Terrissol, M. 1997, + // Computational modelling of low-energy electron-induced DNA damage by early physical + // and chemical events, International Journal of Radiation Biology, 71, 467. + tree = (TTree*)f->Get("tuples/source"); + tree->SetBranchAddress("Primary", primaryName); + tree->SetBranchAddress("Energy", &Energy); + tree->SetBranchAddress("SSBd", &SSBd); + tree->SetBranchAddress("SSBi", &SSBi); + tree->SetBranchAddress("SSBm", &SSBm); + tree->SetBranchAddress("DSBd", &DSBd); + tree->SetBranchAddress("DSBi", &DSBi); + tree->SetBranchAddress("DSBm", &DSBm); + tree->SetBranchAddress("DSBh", &DSBh); + + int iprime = 0; + + Long64_t nentriesS = tree->GetEntries(); + for (int i = 0; i < nentriesS; i++) { + tree->GetEntry(i); + + total_SSBd += SSBd; + total_SSBd2 += pow((SSBd), 2); + total_SSBi += SSBi; + total_SSBi2 += pow((SSBi), 2); + total_SSBm += SSBm; + total_SSBm2 += pow((SSBm), 2); + total_sSSB += SSBd + SSBi + SSBm; + total_sSSB2 += pow((SSBd + SSBi + SSBm), 2); + + total_DSBd += DSBd; + total_DSBd2 += pow(DSBd, 2); + total_DSBi += DSBi; + total_DSBi2 += pow(DSBi, 2); + total_DSBm += DSBm; + total_DSBm2 += pow(DSBm, 2); + total_DSBh += DSBh; + total_DSBh2 += pow(DSBh, 2); + total_sDSB += DSBd + DSBi + DSBm + DSBh; + total_sDSB2 += pow((DSBd + DSBi + DSBm + DSBh), 2); + + if (SSBd != 0) h1SSB->Fill(SSBd); + if (DSBd != 0) h1DSB->Fill(DSBd); + if (SSBd != 0) h1damage->Fill(SSBd); + if (DSBd != 0) h1damage->Fill(DSBd); + if (SSB != 0 || DSBd != 0) { + iprime++; + } + } + + Double_t Y; + for (int i = 0; i < 28; i++) { + Y = h1damage->GetBinContent(i); + h1damage->SetBinContent(i, Y * 100 / totalDs); + } + + // Calculate the standard deviation + SD_sSSB = sqrt(((total_sSSB2 / number) - pow(total_sSSB / number, 2)) / (number - 1)); + SD_SSBd = sqrt(((total_SSBd2 / number) - pow(total_SSBd / number, 2)) / (number - 1)); + SD_SSBi = sqrt(((total_SSBi2 / number) - pow(total_SSBi / number, 2)) / (number - 1)); + SD_SSBm = sqrt(((total_SSBm2 / number) - pow(total_SSBm / number, 2)) / (number - 1)); + + SD_sDSB = sqrt(((total_sDSB2 / number) - pow(total_sDSB / number, 2)) / (number - 1)); + SD_DSBd = sqrt(((total_DSBd2 / number) - pow(total_DSBd / number, 2)) / (number - 1)); + SD_DSBi = sqrt(((total_DSBi2 / number) - pow(total_DSBi / number, 2)) / (number - 1)); + SD_DSBm = sqrt(((total_DSBm2 / number) - pow(total_DSBm / number, 2)) / (number - 1)); + SD_DSBh = sqrt(((total_DSBh2 / number) - pow(total_DSBh / number, 2)) / (number - 1)); + + // Measure the Deposited Energy in the whole volume that includes DNA chain + + tree = (TTree*)f->Get("tuples/chromosome_hits"); + tree->SetBranchAddress("e_chromosome_kev", &EnergyDeposited_eV); + nentries = tree->GetEntries(); + for (int i = 0; i < nentries; i++) { + tree->GetEntry(i); + acc_edep += EnergyDeposited_eV * 1e3; + acc_edep2 += EnergyDeposited_eV * EnergyDeposited_eV * 1e6; + } + tree->SetBranchAddress("e_dna_kev", &EnergyDeposited_eV); + nentries = tree->GetEntries(); + for (int i = 0; i < nentries; i++) { + tree->GetEntry(i); + acc_edep += (EnergyDeposited_eV * 1e3); + acc_edep2 += (EnergyDeposited_eV * EnergyDeposited_eV * 1e6); + } + + // Close the root file to free space + f->Close(); + // Calculate the absorbed dose + dose = acc_edep * eVtoJ / mass; + + double norm = 1; + // Calculate the yields, together with their standard deviation + EB_yield = (Double_t)total_EB / dose / Nbp; + ES_yield = (Double_t)total_ES / dose / Nbp; + OHB_yield = (Double_t)total_OHB / dose / Nbp; + OHS_yield = (Double_t)total_OHS / dose / Nbp; + HB_yield = (Double_t)total_HB / dose / Nbp; + HS_yield = (Double_t)total_HS / dose / Nbp; + + SD_EB_yield = SD_EB / dose / Nbp; + SD_ES_yield = SD_ES / dose / Nbp; + SD_OHB_yield = SD_OHB / dose / Nbp; + SD_OHS_yield = SD_OHS / dose / Nbp; + SD_HB_yield = SD_HB / dose / Nbp; + SD_HS_yield = SD_HS / dose / Nbp; + + SSB_yield = (Double_t)norm * total_SSB / dose / Nbp; + SSBp_yield = (Double_t)norm * total_SSBp / dose / Nbp; + SSB2p_yield = (Double_t)norm * total_SSB2p / dose / Nbp; + + DSB_yield = (Double_t)norm * total_DSB / dose / Nbp; + DSBp_yield = (Double_t)norm * total_DSBp / dose / Nbp; + DSBpp_yield = (Double_t)norm * total_DSBpp / dose / Nbp; + + SD_SSB_yield = norm * SD_SSB / dose / Nbp; + SD_SSBp_yield = norm * SD_SSBp / dose / Nbp; + SD_SSB2p_yield = norm * SD_SSB2p / dose / Nbp; + + SD_DSB_yield = norm * SD_DSB / dose / Nbp; + SD_DSBp_yield = norm * SD_DSBp / dose / Nbp; + SD_DSBpp_yield = norm * SD_DSBpp / dose / Nbp; + + sSSB_yield = (Double_t)norm * total_sSSB / dose / Nbp; + SSBi_yield = (Double_t)norm * total_SSBi / dose / Nbp; + SSBd_yield = (Double_t)norm * total_SSBd / dose / Nbp; + SSBm_yield = (Double_t)norm * total_SSBm / dose / Nbp; + + sDSB_yield = (Double_t)norm * total_sDSB / dose / Nbp; + DSBi_yield = (Double_t)norm * total_DSBi / dose / Nbp; + DSBd_yield = (Double_t)norm * total_DSBd / dose / Nbp; + DSBm_yield = (Double_t)norm * total_DSBm / dose / Nbp; + DSBh_yield = (Double_t)norm * total_DSBh / dose / Nbp; + + SD_sSSB_yield = norm * SD_sSSB / dose / Nbp; + SD_SSBi_yield = norm * SD_SSBi / dose / Nbp; + SD_SSBd_yield = norm * SD_SSBd / dose / Nbp; + SD_SSBm_yield = norm * SD_SSBm / dose / Nbp; + + SD_sDSB_yield = norm * SD_sDSB / dose / Nbp; + SD_DSBi_yield = norm * SD_DSBi / dose / Nbp; + SD_DSBd_yield = norm * SD_DSBd / dose / Nbp; + SD_DSBm_yield = norm * SD_DSBm / dose / Nbp; + SD_DSBh_yield = norm * SD_DSBh / dose / Nbp; + + // Print output in terminal + + float total_SSB_totalYield = SSB_yield + SSBp_yield + SSB2p_yield; + float total_DSB_totalYield = DSB_yield + DSBp_yield + DSBpp_yield; + + cout << "\n" + << " Output file: " << ifile << '\n' + << "\nDose Absorbed (Gy): " << dose << '\n' + << "Particle : " << primaryName << '\t' << "Energy (MeV) : " << Energy << '\t' + << "Number of Primaries : " << number << '\n' + + << " Output Damage : " << '\n' + + << '\t' << "Number of plasmids: " << numberOfPlasmids << " \t" << '\n' + << '\t' << "Unbroken plasmids: " << unbrokenP << " \t" << '\n' + << '\t' << "Broken plasmids: " << brokenP << " \t" << '\n' + << '\t' << "Rate of damages per plasmid " << totalDs / numberOfPlasmids << " \t" << '\n' + + << '\t' << "Rate of damages per plasmid per dose " << '\t' + << totalDs / numberOfPlasmids / dose << " plasmid-1Gy-1" << '\n' + << '\t' << "Rate of damages per dose per Mbp " << totalDs / dose / Nbp << " Gy-1Mbp-1" + << '\n' + + << '\t' << " Species Hits " << '\n' + << '\t' << "EaqBaseHits " << EB_yield * dose * Nbp << " \t" << '\n' + << '\t' << "EaqStrandHits " << ES_yield * dose * Nbp << " \t" << '\n' + << '\t' << "OHBaseHits " << OHB_yield * dose * Nbp << " \t" << '\n' + << '\t' << "OHStrandHits " << OHS_yield * dose * Nbp << " \t" << '\n' + << '\t' << "HBaseHits " << HB_yield * dose * Nbp << " \t" << '\n' + << '\t' << "HStrandHits " << HS_yield * dose * Nbp << " \t" << '\n' + << '\n' + << '\t' << " Damage number" << '\n' + << '\t' << "SSB " << SSB_yield * dose * Nbp << " \t" << '\n' + << '\t' << "SSB+ " << SSBp_yield * dose * Nbp << " \t" << '\n' + << '\t' << "2SSB " << SSB2p_yield * dose * Nbp << " \t" << '\n' + << '\t' << "SSB total " << total_SSB_totalYield * dose * Nbp << '\n' + << '\t' << "DSB " << DSB_yield * dose * Nbp << " \t" << '\n' + << '\t' << "DSB+ " << DSBp_yield * dose * Nbp << " \t" << '\n' + << '\t' << "DSB++ " << DSBpp_yield * dose * Nbp << " \t" << '\n' + << '\t' << "DSB total " << total_DSB_totalYield * dose * Nbp << '\n' + << '\n' + << '\t' << " Breaks number " << '\n' + << '\t' << "SSB direct " << SSBd_yield * dose * Nbp << " \t" << '\n' + << '\t' << "SSB indirect " << SSBi_yield * dose * Nbp << " \t" << '\n' + << '\t' << "SSB mixed " << SSBm_yield * dose * Nbp << " \t" << '\n' + << '\t' << "SSB total " << sSSB_yield * dose * Nbp << " \t" << '\n' + << '\t' << "DSB direct " << DSBd_yield * dose * Nbp << " \t" << '\n' + << '\t' << "DSB indirect " << DSBi_yield * dose * Nbp << " \t" << '\n' + << '\t' << "DSB mixed " << DSBm_yield * dose * Nbp << " \t" << '\n' + << '\t' << "DSB hybrid " << DSBh_yield * dose * Nbp << " \t" << '\n' + << '\t' << "DSB total " << sDSB_yield * dose * Nbp << " \t" << '\n' + << '\n' + << '\t' << "SSB/DSB " << sSSB_yield / sDSB_yield << '\n' + << '\n'; + + // Plot Histograms + + cSSB->GetCanvas()->cd(); + h1SSB->SetStats(false); + h1SSB->SetMarkerSize(0.1); + h1SSB->SetMarkerColor(kBlue); + h1SSB->SetLineColor(kBlue); + h1SSB->SetTitle(""); + h1SSB->SetYTitle(" "); + h1SSB->SetXTitle("Number of direct SSB per event"); + h1SSB->SetFillColor(kBlue); + h1SSB->Draw(); + + cDSB->GetCanvas()->cd(); + h1DSB->SetStats(false); + h1DSB->SetMarkerSize(0.1); + h1DSB->SetMarkerColor(kGreen + 2); + h1DSB->SetLineColor(kGreen + 2); + h1DSB->SetTitle(""); + h1DSB->SetYTitle(" "); + h1DSB->SetXTitle("Number of direct DSB per event"); + h1DSB->SetFillColor(kGreen + 2); + h1DSB->Draw(); + + cdamage->GetCanvas()->cd(); + h1damage->SetStats(false); + h1damage->SetMarkerSize(0.1); + h1damage->SetMarkerColor(kMagenta); + h1damage->SetLineColor(kMagenta); + h1damage->SetTitle(""); + h1damage->SetYTitle("Percentage % "); + h1damage->SetXTitle("Number of damages per event"); + h1damage->SetFillColor(kMagenta); + h1damage->Draw(); + + c4damage->GetCanvas()->cd(); + h4damage->SetStats(false); + h4damage->SetMarkerSize(0.1); + h4damage->SetMarkerColor(kRed - 4); + h4damage->SetLineColor(kRed - 4); + h4damage->SetTitle(""); + h4damage->SetYTitle("Percentage % "); + h4damage->SetXTitle("Number of damages per plasmid"); + h4damage->SetFillColor(kRed - 4); + h4damage->Draw(); + + ccount->GetCanvas()->cd(); + h1count->SetStats(false); + h1count->SetMarkerSize(0.1); + h1count->SetMarkerColor(kCyan); + h1count->SetLineColor(kCyan); + h1count->SetTitle(""); + h1count->SetYTitle("Number of damages"); + h1count->SetXTitle("Plasmid ID"); + h1count->Draw(); +} + +// Some important bools that are needed to run the root macro file +bool greaterPair(const ipair& l, const ipair& r) +{ + return l.second > r.second; +} +bool smallerPair(const ipair& l, const ipair& r) +{ + return l.second < r.second; +} + +void BinLogX(TH1* h) +{ + TAxis* axis = h->GetXaxis(); + int bins = axis->GetNbins(); + Axis_t from = axis->GetXmin(); + Axis_t to = axis->GetXmax(); + Axis_t width = (to - from) / bins; + Axis_t* new_bins = new Axis_t[bins + 1]; + for (int i = 0; i <= bins; i++) { + new_bins[i] = TMath::Power(10, from + i * width); + } + axis->Set(bins, new_bins); + delete[] new_bins; +} diff --git a/examples/advanced/dna/moleculardna/plasmid.mac b/examples/advanced/dna/moleculardna/plasmid.mac new file mode 100644 index 00000000000..50cdf38903b --- /dev/null +++ b/examples/advanced/dna/moleculardna/plasmid.mac @@ -0,0 +1,125 @@ +### Plasmid default geometry + +# +# See more details on moleculardna specific UI commands: +# - https://geant4-dna.github.io/molecular-docs/docs/overview/configuration +# - https://geant4-dna.github.io/molecular-docs/docs/overview/macro-anatomy +# - the README file +# - the messenger classes of the moleculardna example +# + +# Physics: choice of thermalization model +/process/dna/e-SolvationSubType Meesungnoen2002 +#/process/dna/e-SolvationSubType Ritchie1994 +#/process/dna/e-SolvationSubType Terrisol1990 + +# Verbosity: settings +/run/verbose 2 +/tracking/verbose 0 +/control/verbose 1 +/dnageom/verbose 1 + +# Chemistry: selection of IRT_syn +/process/chem/TimeStepModel IRT_syn + +# Chemistry: activation +/chem/activate true + +# Chemistry: verbosity +/scheduler/verbose 0 + +# Material: verbosity +/material/verbose 2 + +# Geometry: size of World volume +/world/worldSize 4.84 um + +# Geometry: optimisation of voxelisation +/dnageom/setSmartVoxels 1 +/dnageom/checkOverlaps false + +# Geometry: creation +# See https://geant4-dna.github.io/molecular-docs/docs/examples/bacterial-cell +# - Side length for each placement +/dnageom/placementSize 200 200 200 nm +# - Scaling of XYZ in fractal definition file +/dnageom/fractalScaling 1 1 1 nm +# - Path to file that defines placement locations +/dnageom/definitionFile geometries/prisms_plasmids_positions_500ngpul.txt +# - Set placement volumes +/dnageom/placementVolume prism geometries/plasmid_4367.txt + +# Geometry: take the angles in the voxel placement file as multiples of pi +/dnageom/setVoxelPlacementAnglesAsMultiplesOfPi false + +# Geometry: enable custom molecule sizes +/dnageom/useCustomMoleculeSizes false + +# Geometry: draw cell/chromosome volumes rather than DNA +/dnageom/drawCellVolumes false + +# Geometry: distance from base pairs at which radicals are killed +/dnageom/radicalKillDistance 9 nm + +# Geometry: deposited energy accumulation range limit to start recording SBs from direct effects +/dnageom/interactionDirectRange 7 angstrom + +# Geometry: activate Histone scavenging function +/dnageom/activateHistoneScavenging true + +# Analysis: add box chromosomal region of interest, with the name "plasmid" +/chromosome/add plasmid box 2.21 2.21 2.42 0 0 0 um + +# Damage: model settings +/dnadamage/directDamageLower 17.5 eV +/dnadamage/directDamageUpper 17.5 eV + +/dnadamage/indirectOHBaseChance 1.0 +/dnadamage/indirectOHStrandChance 0.65 +/dnadamage/inductionOHChance 0.0 + +/dnadamage/indirectHBaseChance 1.0 +/dnadamage/indirectHStrandChance 0.65 +/dnadamage/inductionHChance 0.00 + +/dnadamage/indirectEaqBaseChance 1.0 +/dnadamage/indirectEaqStrandChance 0.65 +/dnadamage/inductionEaqChance 0.00 + +# Analysis: set whether strands ought be saved +/analysisDNA/saveStrands false + +# Analysis: gap between DNA fragments in base pair +# Set to zero to score placement volumes independently +/analysisDNA/fragmentGap 0 # do not join + +# Draw cell/chromosome volumes rather than DNA (makes DNA invisible) +/dnageom/drawCellVolumes false + +# Run: initialization +/run/initialize + +# --> Unit tests +#/dnatests/uniqueid +#/dnatests/basepairs +#/dnatests/chromosome +#/analysisDNA/testClassifier +# --> End unit tests + +# Run: progress display +/run/printProgress 100 + +# Source geometry +/gps/pos/type Plane +/gps/pos/shape Square +/gps/pos/centre 0 0 -2.42 um +/gps/pos/halfx 2.21 um +/gps/pos/halfy 2.21 um + +# Source particle, energy and angular distribution +/gps/particle proton +/gps/energy 3 MeV +/gps/direction 0 0 1 + +# Beam on +/run/beamOn 10 \ No newline at end of file diff --git a/examples/extended/medical/dna/moleculardna/repair_survival_models/molecularDNArepair.py b/examples/advanced/dna/moleculardna/repair_survival_models/molecularDNArepair.py similarity index 100% rename from examples/extended/medical/dna/moleculardna/repair_survival_models/molecularDNArepair.py rename to examples/advanced/dna/moleculardna/repair_survival_models/molecularDNArepair.py diff --git a/examples/extended/medical/dna/moleculardna/repair_survival_models/molecularDNAsurvival.py b/examples/advanced/dna/moleculardna/repair_survival_models/molecularDNAsurvival.py similarity index 100% rename from examples/extended/medical/dna/moleculardna/repair_survival_models/molecularDNAsurvival.py rename to examples/advanced/dna/moleculardna/repair_survival_models/molecularDNAsurvival.py diff --git a/examples/extended/medical/dna/moleculardna/src/ActionInitialization.cc b/examples/advanced/dna/moleculardna/src/ActionInitialization.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/ActionInitialization.cc rename to examples/advanced/dna/moleculardna/src/ActionInitialization.cc diff --git a/examples/extended/medical/dna/moleculardna/src/AnalysisManager.cc b/examples/advanced/dna/moleculardna/src/AnalysisManager.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/AnalysisManager.cc rename to examples/advanced/dna/moleculardna/src/AnalysisManager.cc diff --git a/examples/extended/medical/dna/moleculardna/src/AnalysisMessenger.cc b/examples/advanced/dna/moleculardna/src/AnalysisMessenger.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/AnalysisMessenger.cc rename to examples/advanced/dna/moleculardna/src/AnalysisMessenger.cc diff --git a/source/processes/electromagnetic/standard/src/G4SimplePsAtRestModel.cc b/examples/advanced/dna/moleculardna/src/BoxChromosome.cc similarity index 55% rename from source/processes/electromagnetic/standard/src/G4SimplePsAtRestModel.cc rename to examples/advanced/dna/moleculardna/src/BoxChromosome.cc index 078be495fc8..5b224c552ed 100644 --- a/source/processes/electromagnetic/standard/src/G4SimplePsAtRestModel.cc +++ b/examples/advanced/dna/moleculardna/src/BoxChromosome.cc @@ -24,70 +24,69 @@ // ******************************************************************** // // -// GEANT4 Class file -// -// -// File name: G4SimplePsAtRestModel -// -// Author: I.Semeniouk & D.Bernard -// -// Creation date: 04 Juin 2024 -// -// ------------------------------------------------------------------- -// +/// file: BoxChromosome.cc +/// brief: Implementation of virt chromosome class for Box chromosomes + +#include "BoxChromosome.hh" -#include "G4SimplePsAtRestModel.hh" -#include "G4SimplePositronAtRestModel.hh" -#include "G4OrePowellAtRestModel.hh" -#include "G4DynamicParticle.hh" -#include "Randomize.hh" #include "G4RandomDirection.hh" -#include "G4ThreeVector.hh" -#include "G4PhysicalConstants.hh" -#include "G4SystemOfUnits.hh" -#include "G4EmParameters.hh" +#include "Randomize.hh" +#include -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4SimplePsAtRestModel::G4SimplePsAtRestModel() - : G4VPositronAtRestModel("SimplePs") +const G4String BoxChromosome::fShape = "box"; + +BoxChromosome::BoxChromosome(const G4String& name, G4ThreeVector pos, const G4double& xdim, + const G4double& ydim, const G4double& zdim) + : VirtualChromosome(name), + fCenter(std::move(pos)), + fXdim(xdim), + fYdim(ydim), + fZdim(zdim), + fRotation(G4RotationMatrix()) { - f3gFranction = G4EmParameters::Instance()->OrtoPsFraction(); - model2g = new G4SimplePositronAtRestModel(); - model3g = new G4OrePowellAtRestModel(); + fInverseRotation = fRotation.inverse(); } -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void G4SimplePsAtRestModel::SampleSecondaries( - std::vector& secParticles, - G4double& localEnergyDeposit, const G4Material* mat) const -{ - // G4cout << "SampleSecondaries model " << GetName() << G4endl; - // G4cout << "3 gamma fraction " << f3gFranction << G4endl; - if ( G4UniformRand() > f3gFranction ) { - model2g->SampleSecondaries(secParticles,localEnergyDeposit,mat); - } else { - model3g->SampleSecondaries(secParticles,localEnergyDeposit,mat); - } -} +BoxChromosome::BoxChromosome(const G4String& name, G4ThreeVector pos, const G4double& xdim, + const G4double& ydim, const G4double& zdim, G4RotationMatrix rot) + : VirtualChromosome(name), + fCenter(std::move(pos)), + fXdim(xdim), + fYdim(ydim), + fZdim(zdim), + fRotation(std::move(rot)) +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +BoxChromosome::~BoxChromosome() = default; -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void G4SimplePsAtRestModel::PrintGeneratorInformation() const +G4bool BoxChromosome::PointInChromosome(G4ThreeVector const& pos) { - G4cout << G4endl; - model2g->PrintGeneratorInformation(); - model3g->PrintGeneratorInformation(); + G4ThreeVector rpos = pos - fCenter; + rpos = fInverseRotation(rpos); + G4bool ok = (std::abs(rpos.getX()) <= fXdim); + ok = ok && (std::abs(rpos.getY()) <= fYdim); + ok = ok && (std::abs(rpos.getZ()) <= fZdim); + return ok; } -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4SimplePsAtRestModel::~G4SimplePsAtRestModel() +G4ThreeVector BoxChromosome::RandomPointInChromosome() { - delete model2g; - delete model3g; + G4ThreeVector point = G4UniformRand() * G4RandomDirection(); + point.setX(point.getX() * fXdim); + point.setY(point.getY() * fYdim); + point.setZ(point.getZ() * fZdim); + return fRotation(point) + fCenter; } -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/moleculardna/src/ChemistryList.cc b/examples/advanced/dna/moleculardna/src/ChemistryList.cc similarity index 72% rename from examples/extended/medical/dna/moleculardna/src/ChemistryList.cc rename to examples/advanced/dna/moleculardna/src/ChemistryList.cc index 43b09cb66a9..5c4642b0b6e 100644 --- a/examples/extended/medical/dna/moleculardna/src/ChemistryList.cc +++ b/examples/advanced/dna/moleculardna/src/ChemistryList.cc @@ -67,6 +67,7 @@ #include "G4RunManager.hh" #include "G4VDNAHitModel.hh" #include "G4VDNAReactionModel.hh" +#include "G4ChemDissociationChannels_option1.hh" ChemistryList::ChemistryList() : G4VUserChemistryList(true) { @@ -93,17 +94,26 @@ void ChemistryList::ConstructMolecule() G4Oxygen::Definition(); G4O3::Definition(); + auto G4OHm = new G4MoleculeDefinition("OH",/*mass*/ 17.00734 * g / Avogadro * c_squared, + 2.8e-9 * (m * m / s), -1, + 5, 0.958 * angstrom, // radius + 2 // number of atoms + ); + + auto G4HO2m = new G4MoleculeDefinition("HO_2", 33.0034 * g / Avogadro * c_squared, + 2.3e-9 * (m * m / s), -1, 0, + 2.1 * angstrom, 3); //____________________________________________________________________________ G4MoleculeTable::Instance()->CreateConfiguration("H3Op", G4H3O::Definition()); G4MolecularConfiguration* OHm = G4MoleculeTable::Instance()->CreateConfiguration("OHm", // just a tag to store and retrieve // from G4MoleculeTable - G4OH::Definition(), + G4OHm, -1, // charge 5.0e-9 * (m2 / s)); OHm->SetMass(17.0079 * g / Avogadro * c_squared); - G4MoleculeTable::Instance()->CreateConfiguration("OH", G4OH::Definition()); + G4MoleculeTable::Instance()->CreateConfiguration("°OH", G4OH::Definition()); G4MoleculeTable::Instance()->CreateConfiguration("e_aq", G4Electron_aq::Definition()); G4MoleculeTable::Instance()->CreateConfiguration("H", G4Hydrogen::Definition()); G4MoleculeTable::Instance()->CreateConfiguration("H2", G4H2::Definition()); @@ -111,13 +121,13 @@ void ChemistryList::ConstructMolecule() // molecules extension (RITRACKS) - G4MoleculeTable::Instance()->CreateConfiguration("HO2", G4HO2::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("HO2")->SetVanDerVaalsRadius(0.21 * nm); + G4MoleculeTable::Instance()->CreateConfiguration("HO2°", G4HO2::Definition()); + G4MoleculeTable::Instance()->GetConfiguration("HO2°")->SetVanDerVaalsRadius(0.21 * nm); G4MolecularConfiguration* HO2m = G4MoleculeTable::Instance()->CreateConfiguration("HO2m", // just a tag to store and retrieve // from G4MoleculeTable - G4HO2::Definition(), + G4HO2m, -1, // charge 1.4e-9 * (m2 / s)); HO2m->SetMass(33.00396 * g / Avogadro * c_squared); @@ -189,286 +199,7 @@ void ChemistryList::ConstructMolecule() void ChemistryList::ConstructDissociationChannels() { - //----------------------------------- - // Get the molecular configuration - G4MolecularConfiguration* OH = G4MoleculeTable::Instance()->GetConfiguration("OH"); - G4MolecularConfiguration* OHm = G4MoleculeTable::Instance()->GetConfiguration("OHm"); - G4MolecularConfiguration* e_aq = G4MoleculeTable::Instance()->GetConfiguration("e_aq"); - G4MolecularConfiguration* H2 = G4MoleculeTable::Instance()->GetConfiguration("H2"); - G4MolecularConfiguration* H3O = G4MoleculeTable::Instance()->GetConfiguration("H3Op"); - G4MolecularConfiguration* H = G4MoleculeTable::Instance()->GetConfiguration("H"); - G4MolecularConfiguration* O = G4MoleculeTable::Instance()->GetConfiguration("Oxy"); - - //------------------------------------- - // Define the decay channels - G4MoleculeDefinition* water = G4H2O::Definition(); - G4MolecularDissociationChannel* decCh1; - G4MolecularDissociationChannel* decCh2; - - auto* occ = new G4ElectronOccupancy(*(water->GetGroundStateElectronOccupancy())); - - ////////////////////////////////////////////////////////// - // EXCITATIONS // - ////////////////////////////////////////////////////////// - G4DNAWaterExcitationStructure waterExcitation; - //-------------------------------------------------------- - //---------------Excitation on the fifth layer------------ - - decCh1 = new G4MolecularDissociationChannel("A^1B_1_Relaxation"); - decCh2 = new G4MolecularDissociationChannel("A^1B_1_DissociativeDecay"); - // Decay 1 : OH + H - decCh1->SetEnergy(waterExcitation.ExcitationEnergy(0)); - decCh1->SetProbability(0.35); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::NoDisplacement); - - decCh2->AddProduct(OH); - decCh2->AddProduct(H); - decCh2->SetProbability(0.65); - decCh2->SetDisplacementType(G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); - - // water->AddExcitedState("A^1B_1"); - occ->RemoveElectron(4, 1); // this is the transition form ground state to - occ->AddElectron(5, 1); // the first unoccupied orbital: A^1B_1 - - water->NewConfigurationWithElectronOccupancy("A^1B_1", *occ); - water->AddDecayChannel("A^1B_1", decCh1); - water->AddDecayChannel("A^1B_1", decCh2); - - //-------------------------------------------------------- - //---------------Excitation on the fourth layer----------- - decCh1 = new G4MolecularDissociationChannel("B^1A_1_Relaxation_Channel"); - decCh2 = new G4MolecularDissociationChannel("B^1A_1_DissociativeDecay"); - auto* decCh3 = new G4MolecularDissociationChannel("B^1A_1_AutoIonisation_Channel"); - auto* decCh4 = new G4MolecularDissociationChannel("A^1B_1_DissociativeDecay"); - auto* decCh5 = new G4MolecularDissociationChannel("B^1A_1_DissociativeDecay2"); - - // Decay 1 : energy - decCh1->SetEnergy(waterExcitation.ExcitationEnergy(1)); - // TRACs - decCh1->SetProbability(0.175); - // Ballarini 0.23 - // decCh1->SetProbability(0.229); - - // Decay 2 : 2OH + H_2 - decCh2->AddProduct(H2); - decCh2->AddProduct(OH); - decCh2->AddProduct(OH); - // TRACs - decCh2->SetProbability(0.0325); - // Ballarini - // decCh2->SetProbability(0.032); - decCh2->SetDisplacementType(G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay); - - // Decay 3 : OH + H_3Op + e_aq - decCh3->AddProduct(OH); - decCh3->AddProduct(H3O); - decCh3->AddProduct(e_aq); - // TRACs & Ballarini - decCh3->SetProbability(0.50); - decCh3->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); - - // Decay 4 : H + OH - decCh4->AddProduct(H); - decCh4->AddProduct(OH); - // TRACs - decCh4->SetProbability(0.2535); - // Ballarini - // decCh4->SetProbability(0.20); - decCh4->SetDisplacementType(G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); - - // Decay 5 : 2H + O - decCh5->AddProduct(O); - decCh5->AddProduct(H); - decCh5->AddProduct(H); - // TRACs & Ballarini - decCh5->SetProbability(0.039); - decCh5->SetDisplacementType(G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay2); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(3); // this is the transition form ground state to - occ->AddElectron(5, 1); // the first unoccupied orbital: B^1A_1 - - water->NewConfigurationWithElectronOccupancy("B^1A_1", *occ); - water->AddDecayChannel("B^1A_1", decCh1); - water->AddDecayChannel("B^1A_1", decCh2); - water->AddDecayChannel("B^1A_1", decCh3); - water->AddDecayChannel("B^1A_1", decCh4); - water->AddDecayChannel("B^1A_1", decCh5); - - //------------------------------------------------------- - //-------------------Excitation of 3rd layer----------------- - decCh1 = new G4MolecularDissociationChannel("Excitation3rdLayer_AutoIonisation_Channel"); - decCh2 = new G4MolecularDissociationChannel("Excitation3rdLayer_Relaxation_Channel"); - - // Decay channel 1 : : OH + H_3Op + e_aq - decCh1->AddProduct(OH); - decCh1->AddProduct(H3O); - decCh1->AddProduct(e_aq); - - decCh1->SetProbability(0.5); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); - - // Decay channel 2 : energy - decCh2->SetEnergy(waterExcitation.ExcitationEnergy(2)); - decCh2->SetProbability(0.5); - - // Electronic configuration of this decay - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(2, 1); - occ->AddElectron(5, 1); - - // Configure the water molecule - water->NewConfigurationWithElectronOccupancy("Excitation3rdLayer", *occ); - water->AddDecayChannel("Excitation3rdLayer", decCh1); - water->AddDecayChannel("Excitation3rdLayer", decCh2); - - //------------------------------------------------------- - //-------------------Excitation of 2nd layer----------------- - decCh1 = new G4MolecularDissociationChannel("Excitation2ndLayer_AutoIonisation_Channel"); - decCh2 = new G4MolecularDissociationChannel("Excitation2ndLayer_Relaxation_Channel"); - - // Decay Channel 1 : : OH + H_3Op + e_aq - decCh1->AddProduct(OH); - decCh1->AddProduct(H3O); - decCh1->AddProduct(e_aq); - - decCh1->SetProbability(0.5); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); - - // Decay channel 2 : energy - decCh2->SetEnergy(waterExcitation.ExcitationEnergy(3)); - decCh2->SetProbability(0.5); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(1, 1); - occ->AddElectron(5, 1); - - water->NewConfigurationWithElectronOccupancy("Excitation2ndLayer", *occ); - water->AddDecayChannel("Excitation2ndLayer", decCh1); - water->AddDecayChannel("Excitation2ndLayer", decCh2); - - //------------------------------------------------------- - //-------------------Excitation of 1st layer----------------- - decCh1 = new G4MolecularDissociationChannel("Excitation1stLayer_AutoIonisation_Channel"); - decCh2 = new G4MolecularDissociationChannel("Excitation1stLayer_Relaxation_Channel"); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(0, 1); - occ->AddElectron(5, 1); - - // Decay Channel 1 : : OH + H_3Op + e_aq - decCh1->AddProduct(OH); - decCh1->AddProduct(H3O); - decCh1->AddProduct(e_aq); - decCh1->SetProbability(0.5); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); - - // Decay channel 2 : energy - decCh2->SetEnergy(waterExcitation.ExcitationEnergy(4)); - decCh2->SetProbability(0.5); - - water->NewConfigurationWithElectronOccupancy("Excitation1stLayer", *occ); - water->AddDecayChannel("Excitation1stLayer", decCh1); - water->AddDecayChannel("Excitation1stLayer", decCh2); - - ///////////////////////////////////////////////////////// - // IONISATION // - ///////////////////////////////////////////////////////// - //-------------------------------------------------------- - //------------------- Ionisation ------------------------- - - decCh1 = new G4MolecularDissociationChannel("Ionisation_Channel"); - - // Decay Channel 1 : : OH + H_3Op - decCh1->AddProduct(H3O); - decCh1->AddProduct(OH); - decCh1->SetProbability(1); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::Ionisation_DissociationDecay); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(4, 1); - // this is a ionized h2O with a hole in its last orbital - water->NewConfigurationWithElectronOccupancy("Ionisation5", *occ); - water->AddDecayChannel("Ionisation5", decCh1); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(3, 1); - water->NewConfigurationWithElectronOccupancy("Ionisation4", *occ); - water->AddDecayChannel("Ionisation4", new G4MolecularDissociationChannel(*decCh1)); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(2, 1); - water->NewConfigurationWithElectronOccupancy("Ionisation3", *occ); - water->AddDecayChannel("Ionisation3", new G4MolecularDissociationChannel(*decCh1)); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(1, 1); - water->NewConfigurationWithElectronOccupancy("Ionisation2", *occ); - water->AddDecayChannel("Ionisation2", new G4MolecularDissociationChannel(*decCh1)); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(0, 1); - water->NewConfigurationWithElectronOccupancy("Ionisation1", *occ); - water->AddDecayChannel("Ionisation1", new G4MolecularDissociationChannel(*decCh1)); - - ////////////////////////////////////////////////////////// - // Dissociative Attachment // - ////////////////////////////////////////////////////////// - decCh1 = new G4MolecularDissociationChannel("DissociativeAttachment_ch1"); - - // Decay 1 : OHm + H - decCh1->AddProduct(H2); - decCh1->AddProduct(OHm); - decCh1->AddProduct(OH); - decCh1->SetProbability(1); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::DissociativeAttachment); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->AddElectron(5, 1); // H_2O^- - - water->NewConfigurationWithElectronOccupancy("DissociativeAttachment_ch1", *occ); - water->AddDecayChannel("DissociativeAttachment_ch1", decCh1); - - ////////////////////////////////////////////////////////// - // Electron-hole recombination // - ////////////////////////////////////////////////////////// - decCh1 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay1"); - decCh2 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay2"); - decCh3 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay3"); - decCh4 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay4"); - - // Decay 1 : 2OH + H_2 - decCh1->AddProduct(H2); - decCh1->AddProduct(OH); - decCh1->AddProduct(OH); - decCh1->SetProbability(0.1365); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay); - - // Decay 2 : OH + H - decCh2->AddProduct(OH); - decCh2->AddProduct(H); - decCh2->SetProbability(0.3575); - decCh2->SetDisplacementType(G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); - - // Decay 3 : 2H + O(3p) - decCh3->AddProduct(O); - decCh3->AddProduct(H); - decCh3->AddProduct(H); - decCh3->SetProbability(0.156); - decCh3->SetDisplacementType(G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay2); - - // Decay 4 : relaxation - decCh4->SetProbability(0.35); - - const auto pH2Ovib = G4H2O::Definition()->NewConfiguration("H2Ovib"); - assert(pH2Ovib != nullptr); - - water->AddDecayChannel(pH2Ovib, decCh1); - water->AddDecayChannel(pH2Ovib, decCh2); - water->AddDecayChannel(pH2Ovib, decCh3); - water->AddDecayChannel(pH2Ovib, decCh4); - - delete occ; + G4ChemDissociationChannels_option1::ConstructDissociationChannels(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -477,14 +208,14 @@ void ChemistryList::ConstructReactionTable(G4DNAMolecularReactionTable* theReact { //----------------------------------- // Get the molecular configuration - G4MolecularConfiguration* OH = G4MoleculeTable::Instance()->GetConfiguration("OH"); + G4MolecularConfiguration* OH = G4MoleculeTable::Instance()->GetConfiguration("°OH"); G4MolecularConfiguration* OHm = G4MoleculeTable::Instance()->GetConfiguration("OHm"); G4MolecularConfiguration* e_aq = G4MoleculeTable::Instance()->GetConfiguration("e_aq"); G4MolecularConfiguration* H2 = G4MoleculeTable::Instance()->GetConfiguration("H2"); G4MolecularConfiguration* H3Op = G4MoleculeTable::Instance()->GetConfiguration("H3Op"); G4MolecularConfiguration* H = G4MoleculeTable::Instance()->GetConfiguration("H"); G4MolecularConfiguration* H2O2 = G4MoleculeTable::Instance()->GetConfiguration("H2O2"); - G4MolecularConfiguration* HO2 = G4MoleculeTable::Instance()->GetConfiguration("HO2"); + G4MolecularConfiguration* HO2 = G4MoleculeTable::Instance()->GetConfiguration("HO2°"); G4MolecularConfiguration* HO2m = G4MoleculeTable::Instance()->GetConfiguration("HO2m"); G4MolecularConfiguration* O = G4MoleculeTable::Instance()->GetConfiguration("Oxy"); G4MolecularConfiguration* Om = G4MoleculeTable::Instance()->GetConfiguration("Om"); @@ -928,9 +659,19 @@ void ChemistryList::ConstructProcess() void ChemistryList::ConstructTimeStepModel(G4DNAMolecularReactionTable* /*reactionTable*/) { - G4ChemicalMoleculeFinder::Instance()->SetOctreeUsed(true); - auto IRT = new G4DNAIndependentReactionTimeModel(); - RegisterTimeStepModel(IRT); + auto model = G4EmParameters::Instance()->GetTimeStepModel(); + if(model == G4ChemTimeStepModel::IRT_syn) + { + RegisterTimeStepModel(new G4DNAIndependentReactionTimeModel(), 0); + }else + { + G4ExceptionDescription exceptionDescription; + exceptionDescription << "This example uses only IRT_syn"; + G4Exception( + "ChemistryList" + "ConstructTimeStepModel", + "ConstructTimeStepModel", FatalException, exceptionDescription); + } } void ChemistryList::ConstructParticle() diff --git a/examples/extended/medical/dna/moleculardna/src/ChromosomeFactory.cc b/examples/advanced/dna/moleculardna/src/ChromosomeFactory.cc similarity index 86% rename from examples/extended/medical/dna/moleculardna/src/ChromosomeFactory.cc rename to examples/advanced/dna/moleculardna/src/ChromosomeFactory.cc index 6cdfb30bee2..e870ccd834f 100644 --- a/examples/extended/medical/dna/moleculardna/src/ChromosomeFactory.cc +++ b/examples/advanced/dna/moleculardna/src/ChromosomeFactory.cc @@ -30,6 +30,7 @@ #include "EllipticalChromosome.hh" #include "RodChromosome.hh" #include "SphericalChromosome.hh" +#include "BoxChromosome.hh" #include "VirtualChromosome.hh" #include "G4PhysicalConstants.hh" @@ -190,7 +191,56 @@ VirtualChromosome* ChromosomeFactory::MakeChromosome(const G4String& name, InvalidReading(chromosome_type); } } - else { + // added by sara + + else if(chromosome_type == BoxChromosome::fShape) + { + // interpret the command for Box + // expect ellipse xdim ydim zdim x y z unit rx ry rz + // rotations are in degrees + // xdim ydim zdim are edges of box + if(commands.size() == 8) + { + G4double unit = G4UnitDefinition::GetValueOf(commands[7]); + G4double xdim = std::stod(commands[1]) * unit; + G4double ydim = std::stod(commands[2]) * unit; + G4double zdim = std::stod(commands[3]) * unit; + G4ThreeVector center(std::stod(commands[4]) * unit, + std::stod(commands[5]) * unit, + std::stod(commands[6]) * unit); + chromosome = new BoxChromosome(name, center, xdim, ydim, zdim); + } + else if(commands.size() == 11) // euler angles given + { + G4double unit = G4UnitDefinition::GetValueOf(commands[7]); + G4double xdim = std::stod(commands[1]) * unit; + G4double ydim = std::stod(commands[2]) * unit; + G4double zdim = std::stod(commands[3]) * unit; + G4ThreeVector center(std::stod(commands[4]) * unit, + std::stod(commands[5]) * unit, + std::stod(commands[6]) * unit); + + // Rotations are first X, then Y, Then Z + G4RotationMatrix rot; + rot.rotateX(std::stod(commands[8]) * pi / 180); + rot.rotateY(std::stod(commands[9]) * pi / 180); + rot.rotateZ(std::stod(commands[10]) * pi / 180); + + chromosome = new BoxChromosome(name, center, xdim, ydim, zdim, rot); + } + else + { + G4cout << "The arguments for a box are:" << G4endl; + G4cout << "1) name box xdim ydim zdim x y z unit" << G4endl; + G4cout << "2) name box xdim ydim zdim x y z unit rx ry rz" << G4endl; + G4cout << "Note that rotations are in degrees" << G4endl; + G4cout << "Note that dimensions (xdim, ydim, zdim) are box edges" + << G4endl; + InvalidReading(chromosome_type); + } + } + else + { chromosome = nullptr; InvalidReading(chromosome_type); } diff --git a/examples/extended/medical/dna/moleculardna/src/ChromosomeHit.cc b/examples/advanced/dna/moleculardna/src/ChromosomeHit.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/ChromosomeHit.cc rename to examples/advanced/dna/moleculardna/src/ChromosomeHit.cc diff --git a/examples/extended/medical/dna/moleculardna/src/ChromosomeMapper.cc b/examples/advanced/dna/moleculardna/src/ChromosomeMapper.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/ChromosomeMapper.cc rename to examples/advanced/dna/moleculardna/src/ChromosomeMapper.cc diff --git a/examples/extended/medical/dna/moleculardna/src/ChromosomeMessenger.cc b/examples/advanced/dna/moleculardna/src/ChromosomeMessenger.cc similarity index 91% rename from examples/extended/medical/dna/moleculardna/src/ChromosomeMessenger.cc rename to examples/advanced/dna/moleculardna/src/ChromosomeMessenger.cc index a105b6bdc4a..4c70b0a0f06 100644 --- a/examples/extended/medical/dna/moleculardna/src/ChromosomeMessenger.cc +++ b/examples/advanced/dna/moleculardna/src/ChromosomeMessenger.cc @@ -44,10 +44,15 @@ ChromosomeMessenger::ChromosomeMessenger(ChromosomeMapper* mapper) fpChromosomeDirectory->SetGuidance("Commands for chromosome geometry."); fpAddChromosome->SetGuidance("Add a chromosomal region"); fpAddChromosome->SetGuidance("format: shape name geometry-commands"); - fpAddChromosome->SetGuidance("shape: sphere || cyl"); + fpAddChromosome->SetGuidance("shape: sphere || cyl || rod || ellipse || box"); fpAddChromosome->SetGuidance("geometry-commands:"); fpAddChromosome->SetGuidance("sphere: rad x y z unit [rx ry rz]"); fpAddChromosome->SetGuidance("cyl: rad height x y z unit [rx ry rz]"); + fpAddChromosome->SetGuidance("rod: rad height x y z unit [rx ry rz]"); + fpAddChromosome->SetGuidance("box: x y z unit [rx ry rz]"); + + fpAddChromosome->SetGuidance + ("ellipse: x-half-axis y-half-axis z-half-axis x y z unit [rx ry rz]"); fpAddChromosome->SetGuidance("Rotations are optional and in degrees"); fpSavePlotData->SetGuidance("Save plot data to specified file"); } diff --git a/examples/extended/medical/dna/moleculardna/src/CylindricalChromosome.cc b/examples/advanced/dna/moleculardna/src/CylindricalChromosome.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/CylindricalChromosome.cc rename to examples/advanced/dna/moleculardna/src/CylindricalChromosome.cc diff --git a/examples/extended/medical/dna/moleculardna/src/DNAGeometry.cc b/examples/advanced/dna/moleculardna/src/DNAGeometry.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/DNAGeometry.cc rename to examples/advanced/dna/moleculardna/src/DNAGeometry.cc diff --git a/examples/extended/medical/dna/moleculardna/src/DNAGeometryMessenger.cc b/examples/advanced/dna/moleculardna/src/DNAGeometryMessenger.cc similarity index 97% rename from examples/extended/medical/dna/moleculardna/src/DNAGeometryMessenger.cc rename to examples/advanced/dna/moleculardna/src/DNAGeometryMessenger.cc index a61441843fa..565b132f1d2 100644 --- a/examples/extended/medical/dna/moleculardna/src/DNAGeometryMessenger.cc +++ b/examples/advanced/dna/moleculardna/src/DNAGeometryMessenger.cc @@ -83,10 +83,10 @@ DNAGeometryMessenger::DNAGeometryMessenger(DNAGeometry* dnaGeometry) fpAnglesAsPi->SetParameterName("true/false angles as pi", false); fpAnglesAsPi->SetDefaultValue(false); - fpAnglesAsPi->SetGuidance("Enable custom molecule sizes"); - fpAnglesAsPi->SetGuidance("These can now be set via /dnageom/moleculeSize"); - fpAnglesAsPi->SetParameterName("true/false custom sizes", false); - fpAnglesAsPi->SetDefaultValue(false); + fpCustomMoleculeSizes->SetGuidance("Enable custom molecule sizes"); + fpCustomMoleculeSizes->SetGuidance("These can now be set via /dnageom/moleculeSize"); + fpCustomMoleculeSizes->SetParameterName("true/false custom sizes", false); + fpCustomMoleculeSizes->SetDefaultValue(false); fpAddMoleculeSize->SetGuidance("Set a molecule size in angstrom."); fpAddMoleculeSize->SetGuidance("format: molecule_name x y z"); diff --git a/examples/extended/medical/dna/moleculardna/src/DNAHashing.cc b/examples/advanced/dna/moleculardna/src/DNAHashing.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/DNAHashing.cc rename to examples/advanced/dna/moleculardna/src/DNAHashing.cc diff --git a/examples/extended/medical/dna/moleculardna/src/DNAHit.cc b/examples/advanced/dna/moleculardna/src/DNAHit.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/DNAHit.cc rename to examples/advanced/dna/moleculardna/src/DNAHit.cc diff --git a/examples/extended/medical/dna/moleculardna/src/DNAWorld.cc b/examples/advanced/dna/moleculardna/src/DNAWorld.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/DNAWorld.cc rename to examples/advanced/dna/moleculardna/src/DNAWorld.cc diff --git a/examples/extended/medical/dna/moleculardna/src/DamageModel.cc b/examples/advanced/dna/moleculardna/src/DamageModel.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/DamageModel.cc rename to examples/advanced/dna/moleculardna/src/DamageModel.cc diff --git a/examples/extended/medical/dna/moleculardna/src/DamageModelMessenger.cc b/examples/advanced/dna/moleculardna/src/DamageModelMessenger.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/DamageModelMessenger.cc rename to examples/advanced/dna/moleculardna/src/DamageModelMessenger.cc diff --git a/examples/extended/medical/dna/moleculardna/src/DetectorConstruction.cc b/examples/advanced/dna/moleculardna/src/DetectorConstruction.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/DetectorConstruction.cc rename to examples/advanced/dna/moleculardna/src/DetectorConstruction.cc diff --git a/examples/extended/medical/dna/moleculardna/src/DetectorMessenger.cc b/examples/advanced/dna/moleculardna/src/DetectorMessenger.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/DetectorMessenger.cc rename to examples/advanced/dna/moleculardna/src/DetectorMessenger.cc diff --git a/examples/extended/medical/dna/moleculardna/src/EllipticalChromosome.cc b/examples/advanced/dna/moleculardna/src/EllipticalChromosome.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/EllipticalChromosome.cc rename to examples/advanced/dna/moleculardna/src/EllipticalChromosome.cc diff --git a/examples/extended/medical/dna/moleculardna/src/EventAction.cc b/examples/advanced/dna/moleculardna/src/EventAction.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/EventAction.cc rename to examples/advanced/dna/moleculardna/src/EventAction.cc diff --git a/examples/extended/medical/dna/moleculardna/src/IRTDamageReactionModel.cc b/examples/advanced/dna/moleculardna/src/IRTDamageReactionModel.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/IRTDamageReactionModel.cc rename to examples/advanced/dna/moleculardna/src/IRTDamageReactionModel.cc diff --git a/examples/extended/medical/dna/moleculardna/src/OctreeNode.cc b/examples/advanced/dna/moleculardna/src/OctreeNode.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/OctreeNode.cc rename to examples/advanced/dna/moleculardna/src/OctreeNode.cc diff --git a/examples/extended/medical/dna/moleculardna/src/ParallelWorldPhysics.cc b/examples/advanced/dna/moleculardna/src/ParallelWorldPhysics.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/ParallelWorldPhysics.cc rename to examples/advanced/dna/moleculardna/src/ParallelWorldPhysics.cc diff --git a/examples/extended/medical/dna/moleculardna/src/PhysicsList.cc b/examples/advanced/dna/moleculardna/src/PhysicsList.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/PhysicsList.cc rename to examples/advanced/dna/moleculardna/src/PhysicsList.cc diff --git a/examples/extended/medical/dna/moleculardna/src/PlacementVolumeInfo.cc b/examples/advanced/dna/moleculardna/src/PlacementVolumeInfo.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/PlacementVolumeInfo.cc rename to examples/advanced/dna/moleculardna/src/PlacementVolumeInfo.cc diff --git a/examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorAction.cc b/examples/advanced/dna/moleculardna/src/PrimaryGeneratorAction.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorAction.cc rename to examples/advanced/dna/moleculardna/src/PrimaryGeneratorAction.cc diff --git a/examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorMessenger.cc b/examples/advanced/dna/moleculardna/src/PrimaryGeneratorMessenger.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorMessenger.cc rename to examples/advanced/dna/moleculardna/src/PrimaryGeneratorMessenger.cc diff --git a/examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorSourceGRASCSV.cc b/examples/advanced/dna/moleculardna/src/PrimaryGeneratorSourceGRASCSV.cc similarity index 93% rename from examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorSourceGRASCSV.cc rename to examples/advanced/dna/moleculardna/src/PrimaryGeneratorSourceGRASCSV.cc index 1f4209bc038..deb9f2d5db7 100644 --- a/examples/extended/medical/dna/moleculardna/src/PrimaryGeneratorSourceGRASCSV.cc +++ b/examples/advanced/dna/moleculardna/src/PrimaryGeneratorSourceGRASCSV.cc @@ -25,8 +25,8 @@ // // /// \file PrimaryGeneratorSourceGRASCSV.cc -/// \brief Primary Generator source class implementation for GRAS CSV phase space for Molecular DNA -/// simulation +/// \brief Primary Generator source class implementation for GRAS CSV phase space +/// for Molecular DNA simulation #include "PrimaryGeneratorSourceGRASCSV.hh" @@ -51,7 +51,8 @@ PrimaryGeneratorSourceGRASCSV::PrimaryGeneratorSourceGRASCSV(const G4String& fil G4String tmp = ""; ss >> tmp >> tmp >> totalevents; } - if (line.find("TWO-STAGE PARTICLE PHASE SPACE OUTPUT FILE: PARTICLE PHASE-SPACE INFORMATION") + if (line.find + ("TWO-STAGE PARTICLE PHASE SPACE OUTPUT FILE: PARTICLE PHASE-SPACE INFORMATION") != std::string::npos) { for (G4int i = 0; i < 18; i++) { @@ -111,7 +112,8 @@ Primary* PrimaryGeneratorSourceGRASCSV::GetPrimary() } G4String line = ""; std::getline(fInputFile, line); - if (line.find("TWO-STAGE PARTICLE PHASE SPACE OUTPUT FILE: PARTICLE PHASE-SPACE INFORMATION") + if (line.find + ("TWO-STAGE PARTICLE PHASE SPACE OUTPUT FILE: PARTICLE PHASE-SPACE INFORMATION") != std::string::npos) { const G4int lines = 18; @@ -136,9 +138,11 @@ Primary* PrimaryGeneratorSourceGRASCSV::GetPrimary() try { // Define position and momentum direction vectors - G4ThreeVector pos = G4ThreeVector(std::stod(tempVect.at(10)), std::stod(tempVect.at(11)), + G4ThreeVector pos = G4ThreeVector(std::stod(tempVect.at(10)), + std::stod(tempVect.at(11)), std::stod(tempVect.at(12))); - G4ThreeVector momDir = G4ThreeVector(std::stod(tempVect.at(16)), std::stod(tempVect.at(17)), + G4ThreeVector momDir = G4ThreeVector(std::stod(tempVect.at(16)), + std::stod(tempVect.at(17)), std::stod(tempVect.at(18))); G4int PDGEncoding = std::stoi(tempVect.at(2)); G4double KE = 0; diff --git a/examples/extended/medical/dna/moleculardna/src/RodChromosome.cc b/examples/advanced/dna/moleculardna/src/RodChromosome.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/RodChromosome.cc rename to examples/advanced/dna/moleculardna/src/RodChromosome.cc diff --git a/examples/extended/medical/dna/moleculardna/src/RunAction.cc b/examples/advanced/dna/moleculardna/src/RunAction.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/RunAction.cc rename to examples/advanced/dna/moleculardna/src/RunAction.cc diff --git a/examples/extended/medical/dna/moleculardna/src/SphericalChromosome.cc b/examples/advanced/dna/moleculardna/src/SphericalChromosome.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/SphericalChromosome.cc rename to examples/advanced/dna/moleculardna/src/SphericalChromosome.cc diff --git a/examples/extended/medical/dna/moleculardna/src/StackingAction.cc b/examples/advanced/dna/moleculardna/src/StackingAction.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/StackingAction.cc rename to examples/advanced/dna/moleculardna/src/StackingAction.cc diff --git a/examples/extended/medical/dna/moleculardna/src/SteppingAction.cc b/examples/advanced/dna/moleculardna/src/SteppingAction.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/SteppingAction.cc rename to examples/advanced/dna/moleculardna/src/SteppingAction.cc diff --git a/examples/extended/medical/dna/moleculardna/src/TimeStepAction.cc b/examples/advanced/dna/moleculardna/src/TimeStepAction.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/TimeStepAction.cc rename to examples/advanced/dna/moleculardna/src/TimeStepAction.cc diff --git a/examples/extended/medical/dna/moleculardna/src/UtilityFunctions.cc b/examples/advanced/dna/moleculardna/src/UtilityFunctions.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/UtilityFunctions.cc rename to examples/advanced/dna/moleculardna/src/UtilityFunctions.cc diff --git a/examples/extended/medical/dna/moleculardna/src/VirtualChromosome.cc b/examples/advanced/dna/moleculardna/src/VirtualChromosome.cc similarity index 100% rename from examples/extended/medical/dna/moleculardna/src/VirtualChromosome.cc rename to examples/advanced/dna/moleculardna/src/VirtualChromosome.cc diff --git a/examples/extended/medical/dna/moleculardna/vis.mac b/examples/advanced/dna/moleculardna/vis.mac similarity index 100% rename from examples/extended/medical/dna/moleculardna/vis.mac rename to examples/advanced/dna/moleculardna/vis.mac diff --git a/examples/advanced/doiPET/doiPET.out b/examples/advanced/doiPET/doiPET.out index 4cde67e63b2..9ea9d84e3ec 100644 --- a/examples/advanced/doiPET/doiPET.out +++ b/examples/advanced/doiPET/doiPET.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -255,10 +255,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -713,6 +716,7 @@ Index : 3 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 475 kByte @@ -729,6 +733,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ------- -------- ------ ------ -------- ---------- ---------- 85.51 406k 931 5788 8898 0.00 airBox_logicalV 14.49 68k 182 683 3080 0.01 world_logicalV +-------------------------------------------------------------------------------- + ### Run 0 starts. ### Begin of Run 0 start. @@ -770,14 +776,14 @@ N=17 V[N]={87900885656017340, 2136126672992718976, 110623987125446578, 176001763 Run terminated. Run Summary Number of events processed : 1000000 - User=85.540000s Real=89.963477s Sys=1.630000s + User=97.040000s Real=105.406807s Sys=2.170000s ### End of Run (1000000 events) G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1b813c0 -UserPhysicsList deleted 0x1bbd6c8 -UserActionInitialization deleted 0x1d4ba50 +UserDetectorConstruction deleted 0x12ac6e0 +UserPhysicsList deleted 0x12e85e8 +UserActionInitialization deleted 0x1476970 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. @@ -792,16 +798,16 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.0183 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00865 MB +Pool ID '17G4DynamicParticle', size : 0.00673 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '19G4ElectronOccupancy', size : 0.000961 MB -Pool ID '7G4Track', size : 0.0173 MB +Pool ID '7G4Track', size : 0.0135 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.052 MB +Dynamic pools deleted: 10 / Total memory freed: 0.046 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/dsbandrepair/include/ChemPhysicsMessenger.hh b/examples/advanced/dsbandrepair/include/ChemPhysicsMessenger.hh deleted file mode 100644 index 289f284c222..00000000000 --- a/examples/advanced/dsbandrepair/include/ChemPhysicsMessenger.hh +++ /dev/null @@ -1,54 +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. * -// ******************************************************************** -// -// -/// \file ChemPhysicsMessenger.hh -/// \brief Definition of the ChemPhysicsMessenger class - -#ifndef ChemPhysicsMessenger_h -#define ChemPhysicsMessenger_h - -#include "G4UImessenger.hh" -#include "G4UIcmdWithAString.hh" -#include "G4UIdirectory.hh" - -#include - -class ChemPhysicsList; - -class ChemPhysicsMessenger: public G4UImessenger -{ -public: - ChemPhysicsMessenger(ChemPhysicsList*); - ~ChemPhysicsMessenger() override = default; - void SetNewValue(G4UIcommand*,G4String) override; -private: - ChemPhysicsList* fPhysicsList{nullptr}; - std::unique_ptr fPhysListCmd{nullptr}; - std::unique_ptr fChemListCmd{nullptr}; - std::unique_ptr fPhysDir{nullptr}; -}; - -#endif \ No newline at end of file diff --git a/examples/advanced/dsbandrepair/include/InformationKeeper.hh b/examples/advanced/dsbandrepair/include/InformationKeeper.hh deleted file mode 100644 index fa3d8692341..00000000000 --- a/examples/advanced/dsbandrepair/include/InformationKeeper.hh +++ /dev/null @@ -1,69 +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. * -// ******************************************************************** -// -// -/// \file InformationKeeper.hh -/// \brief Definition of the InformationKeeper class - -#ifndef InformationKeeper_h -#define InformationKeeper_h 1 - -#include "globals.hh" -#include -#include -class InformationKeeper -{ -public: - static InformationKeeper* Instance(); - ~InformationKeeper() = default; - void RecordPhysDNAName(const G4String &p) {fPhysDNAName = p;}; - void RecordCellDefFiliePath(const G4String &pth) {fCellDefFilePath = pth;}; - void RecordVoxelDefFilesList(std::set list) {fVoxelDefFilesList = list;}; - void RecordChemInputFolderName(const G4String &pth) {fChemInputFolderName = pth;}; - void WritePhysGeo(); - G4String GetChemInputFolderName() {return fChemInputFolderName;} - G4String GetPhysOutFolderName() {return fPhysOutFolderName;} - void SetTotalNbBpPlacedInGeo(unsigned long long val) {fTotalNbBpPlacedInGeo = val;} - void SetTotalNbHistonePlacedInGeo(unsigned long long val) {fTotalNbHistonePlacedInGeo = val;} - void SetNucleusVolume(G4double vl) {fNucleusVolume = vl;}; - void SetNucleusMassDensity(G4double md) {fNucleusMassDensity = md;}; -private: - explicit InformationKeeper(); - static InformationKeeper* fInstance; - - G4String fPhysDNAName{""}; - G4String fCellDefFilePath; - std::set fVoxelDefFilesList; - G4String fChemInputFolderName{""}; - G4String fPhysOutFolderName{""}; - unsigned long long fTotalNbBpPlacedInGeo{0}; - unsigned long long fTotalNbHistonePlacedInGeo{0}; - G4double fNucleusVolume{0.}; - G4double fNucleusMassDensity{0.}; -}; - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -#endif \ No newline at end of file diff --git a/examples/advanced/dsbandrepair/src/ChemNtupleManager.cc b/examples/advanced/dsbandrepair/src/ChemNtupleManager.cc deleted file mode 100644 index 7539c02d595..00000000000 --- a/examples/advanced/dsbandrepair/src/ChemNtupleManager.cc +++ /dev/null @@ -1,143 +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. * -// ******************************************************************** -// -// -/// \file ChemNtupleManager.cc -/// \brief Implementation of the ChemNtupleManager class - -#include "ChemNtupleManager.hh" - -#include "G4UnitsTable.hh" -#include "G4Filesystem.hh" - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemNtupleManager::Book() -{ - std::string outFolder = "chem_output"; - const G4fs::path outFolderP{outFolder}; - G4fs::file_status s = G4fs::file_status{}; - auto isExist = G4fs::status_known(s) ? G4fs::exists(s) : G4fs::exists(outFolderP); - if (! isExist) { - G4fs::create_directory(outFolderP); - } - G4String slash = ""; -#if defined(_WIN32) || defined(WIN32) - slash= "\\"; -#else - G4String slashu = "/"; - slash = slashu; -#endif - G4String fullFileName = outFolder+slash+fFileName; - // open output file - // - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - G4bool fileOpen = analysisManager->OpenFile(fullFileName.c_str()); - if (!fileOpen) { - G4cout << "\n---> HistoManager::book(): cannot open " << fFileName - << G4endl; - return; - } -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemNtupleManager::Save() -{ - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - analysisManager->Write(); - analysisManager->CloseFile(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemNtupleManager::FillNtupleIColumn(G4int icol, G4int ival) -{ - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - analysisManager->FillNtupleIColumn(icol,ival); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemNtupleManager::FillNtupleFColumn(G4int icol, G4float fval) -{ - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - analysisManager->FillNtupleFColumn(icol,fval); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemNtupleManager::FillNtupleDColumn(G4int id, G4int icol, G4double dval) -{ - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - analysisManager->FillNtupleDColumn(id,icol,dval); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemNtupleManager::AddNtupleRow() -{ - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - analysisManager->AddNtupleRow(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemNtupleManager::AddNtupleRow(G4int id) -{ - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - analysisManager->AddNtupleRow(id); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemNtupleManager::CreateNtuples() -{ - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - analysisManager->SetVerboseLevel(1); - analysisManager->SetDefaultFileType("root"); - // Create directories - const G4String directoryName = "ntuple"; - if (analysisManager->GetNtupleDirectoryName() != directoryName) { - analysisManager->SetNtupleDirectoryName(directoryName); - } - // create ntuple - - if (analysisManager->GetFirstNtupleId() != 1) analysisManager->SetFirstNtupleId(1); - - // DBScan - - analysisManager->CreateNtuple("ntuple_2","DB_chemical_stage"); - analysisManager->CreateNtupleDColumn(1,"strand"); - analysisManager->CreateNtupleDColumn(1,"copyNumber"); - analysisManager->CreateNtupleDColumn(1,"xp"); - analysisManager->CreateNtupleDColumn(1,"yp"); - analysisManager->CreateNtupleDColumn(1,"zp"); - analysisManager->CreateNtupleDColumn(1,"time"); - analysisManager->CreateNtupleDColumn(1,"base"); - analysisManager->FinishNtuple(1); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/dsbandrepair/src/ChemPhysicsList.cc b/examples/advanced/dsbandrepair/src/ChemPhysicsList.cc deleted file mode 100644 index 302b9f08ac1..00000000000 --- a/examples/advanced/dsbandrepair/src/ChemPhysicsList.cc +++ /dev/null @@ -1,270 +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. * -// ******************************************************************** -// -// -/// \file ChemPhysicsList.cc -/// \brief Implementation of the ChemPhysicsList class - -#include "ChemPhysicsList.hh" -#include "G4EmDNAChemistry_option3_Extended.hh" - -#include "G4SystemOfUnits.hh" -#include "G4EmDNAPhysics.hh" -#include "G4EmDNAPhysics_option1.hh" -#include "G4EmDNAPhysics_option2.hh" -#include "G4EmDNAPhysics_option3.hh" -#include "G4EmDNAPhysics_option4.hh" -#include "G4EmDNAPhysics_option5.hh" -#include "G4EmDNAPhysics_option6.hh" -#include "G4EmDNAPhysics_option7.hh" -#include "G4EmDNAPhysics_option8.hh" -#include "G4EmDNAChemistry.hh" -#include "G4EmDNAChemistry_option1.hh" -#include "G4EmDNAChemistry_option2.hh" -#include "G4EmDNAChemistry_option3.hh" -#include "G4DNAMolecularReactionTable.hh" -#include "G4PhysicsConstructorRegistry.hh" -#include "G4LeptonConstructor.hh" -#include "G4BosonConstructor.hh" -#include "G4MesonConstructor.hh" -#include "G4BaryonConstructor.hh" -#include "G4ShortLivedConstructor.hh" -#include "G4EmParameters.hh" -#include "G4ChemicalMoleculeFinder.hh" -#include "G4Filesystem.hh" -#include "G4EmParameters.hh" - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -ChemPhysicsList::ChemPhysicsList(G4String chemListName) - : G4VModularPhysicsList() -{ - fmsg = new ChemPhysicsMessenger(this); - SetDefaultCutValue(1.0*nanometer); - SetVerboseLevel(1); - RegisterPhysListConstructor(ExtractPhysDNAName()); - RegisterChemListConstructor(chemListName); - G4ProductionCutsTable::GetProductionCutsTable()->SetEnergyRange(100*eV, 1*GeV); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemPhysicsList::ConstructParticle() -{ - if(fDNAPhysicsList != nullptr) - { - fDNAPhysicsList->ConstructParticle(); - } - - if(fChemistryList_option2 != nullptr) - { - fChemistryList_option2->ConstructParticle(); - } - if(fChemistryList_option3_mod != nullptr) - { - fChemistryList_option3_mod->ConstructParticle(); - } - - // construct following particles to get rid of warning - G4LeptonConstructor lConstructor; - lConstructor.ConstructParticle(); - G4BosonConstructor pBosonConstructor; - pBosonConstructor.ConstructParticle(); - G4MesonConstructor pMesonConstructor; - pMesonConstructor.ConstructParticle(); - G4BaryonConstructor pBaryonConstructor; - pBaryonConstructor.ConstructParticle(); - G4ShortLivedConstructor pShortLivedConstructor; - pShortLivedConstructor.ConstructParticle(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemPhysicsList::ConstructProcess() -{ - AddTransportation(); - - if(fDNAPhysicsList != nullptr) - { - fDNAPhysicsList->ConstructProcess(); - } - - if(fChemistryList_option2 != nullptr) - { - fChemistryList_option2->ConstructProcess(); - } - - if(fChemistryList_option3_mod != nullptr) - { - fChemistryList_option3_mod->ConstructProcess(); - } - -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemPhysicsList::RegisterPhysListConstructor(const G4String& name) -{ - if(name == fPhysDNAName ) - { - return; - } - - if(verboseLevel > 0) - { - if (fPhysDNAName == "") G4cout << "===== Register constructor ==== " << name << G4endl; - else G4cout << "===== Change Physics constructor from "<" - << " fails - name is not defined" - << G4endl; - } -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void ChemPhysicsList::RegisterChemListConstructor(const G4String& name) -{ - if(name == fChemListName ) - { - return; - } - - if(verboseLevel > 0) - { - G4cout << "===== Register constructor for Chemitry ==== " << name << G4endl; - } - - if(name == "G4EmDNAChemistry_option2") - { - if ( fChemistryList_option2 != nullptr) return; - fChemistryList_option2.reset(new G4EmDNAChemistry_option2()); - fChemistryList_option2->SetVerboseLevel(verboseLevel); - fTimeStepModel = G4ChemTimeStepModel::SBS; - fChemListName = name; - } - else if(name == "G4EmDNAChemistry_option3") - { - if ( fChemistryList_option3_mod != nullptr) return; - fChemistryList_option3_mod.reset(new G4EmDNAChemistry_option3_Extended()); - fChemistryList_option3_mod->SetVerboseLevel(verboseLevel); - fTimeStepModel = G4ChemTimeStepModel::IRT_syn; - G4EmParameters::Instance()->SetTimeStepModel(fTimeStepModel); - std::cout<<"G4EmParameters::Instance()->SetTimeStepModel(fTimeStepModel);"<" - <<" fails - name is not defined"; - G4Exception("ChemPhysicsList::RegisterChemListConstructor", "Phys_WrongName", - JustWarning, msg); - } -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -G4String ChemPhysicsList::ExtractPhysDNAName() -{ - G4String out ="G4EmDNAPhysics_option2"; - G4fs::path thisP = G4fs::current_path(); - for (const auto &entry : G4fs::directory_iterator(thisP)){ - if (entry.path().filename() == "imp.info") { - std::ifstream file(entry.path().c_str()); - if(!file.good() ){ - G4ExceptionDescription msg; - msg<<"**** Fatal Error *****\n"; - msg<<"ChemPhysicsList::ExtractPhysDNAName(): File corupted: " - <> flag; - if ( flag == "_physList") { - iss >> out; - } - } - file.close(); - } - } - return out; -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file diff --git a/examples/advanced/dsbandrepair/src/PhysicsMessenger.cc b/examples/advanced/dsbandrepair/src/PhysicsMessenger.cc deleted file mode 100644 index 71df97ab8b0..00000000000 --- a/examples/advanced/dsbandrepair/src/PhysicsMessenger.cc +++ /dev/null @@ -1,55 +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. * -// ******************************************************************** -// -// -/// \file PhysicsMessenger.cc -/// \brief Implementation of the PhysicsMessenger class - -#include "PhysicsMessenger.hh" -#include "PhysicsList.hh" - -PhysicsMessenger::PhysicsMessenger(PhysicsList* phys) -: G4UImessenger(), fPhysicsList(phys) -{ - fPhysDir = std::make_unique("/dsbandrepair/phys/"); - fPhysDir->SetGuidance("physics list commands"); - - fPhysListCmd = std::make_unique("/dsbandrepair/phys/physicsList",this); - fPhysListCmd->SetGuidance("Add modula physics list."); - fPhysListCmd->SetParameterName("physList",false); - fPhysListCmd->AvailableForStates(G4State_PreInit); - fPhysListCmd->SetToBeBroadcasted(false); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void PhysicsMessenger::SetNewValue(G4UIcommand* cmd,G4String newValue) -{ - if (cmd == fPhysListCmd.get()) { - fPhysicsList->RegisterPhysicsList(newValue); - } -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file diff --git a/examples/advanced/eFLASH_radiotherapy/History b/examples/advanced/eFLASH_radiotherapy/History index ea82d14a4aa..16af968d6b3 100644 --- a/examples/advanced/eFLASH_radiotherapy/History +++ b/examples/advanced/eFLASH_radiotherapy/History @@ -4,6 +4,14 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-11-09 G. Milluzzo (eFLASH_radiotherapy-V11-02-02) +- Added a new geometry in DetectorConstruction:added an array of multiple small size silicon carbide detectors within the water phantom for dose distribution computation +- Added the sensitive detector class for the silicon carbide array +- Updated the macro files + +## 2024-08-12 I. Hrivnacova (eFLASH_radiotherapy-V11-02-01) +- Removed unused includes of G4Accumulable[Manager].hh from FlashRunAction + ## 2024-01-10 G. Milluzzo (eFLASH_radiotherapy-V11-02-00) - Added the FlashPhysicsListMessenger class to change the physics lists by macro commands (opt3,opt4,penelope and livermore) diff --git a/examples/advanced/eFLASH_radiotherapy/README.txt b/examples/advanced/eFLASH_radiotherapy/README.txt index 623e0487e10..467a4a2950e 100644 --- a/examples/advanced/eFLASH_radiotherapy/README.txt +++ b/examples/advanced/eFLASH_radiotherapy/README.txt @@ -4,7 +4,7 @@ ========================================================= Authors: -Jake Harold Pensavalle (1,2), Giuliana Milluzzo (3) and Francesco Romano (3) +Jake Harold Pensavalle (1,2), Said Ahmad (3), Giuliana Milluzzo (3) and Francesco Romano (3) (1) Fisica Sanitaria, Azienda Ospedaliero Universitaria Pisa AOUP, ed.18 via Roma 67 Pisa, Italy @@ -45,7 +45,7 @@ Optionally one can set the length of the applicator to 0 and simulate the beam a The FlashDetectorConstruction Class creates a cubic water phantom (default dimension 30x30x30 cm3) and a detector volume. The phantom is placed in contact with the applicator as a typical experimental setup as default. The Phantom sizes can be easily modified by using the SetPhantomSize function at the beginning of the class. -The user can also add an air gap between the end of the final applicator and the entrance of the water phantom by modifying the parameter (AirGap) and the function SetAirGap (default AirGap=0 cm). +The user can also add an air gap between the end of the final applicator and the entrance of the water phantom by modifying the parameter (AirGap) and the function SetAirGap (default AirGap=0 cm). By default the entrance surface is set to the coordinates (0,0,0) as respect to the center of the world. The defaul material of the phantom is water (G4_WATER) but the material can be easily changed by using the following macro commands: Es: /changePhantom/material G4_AIR @@ -53,8 +53,15 @@ Es: The user may also select the maximum step length in this class by changing the "maxStep" parameter. -A silicon carbide (SiC) detector (default thickness=10 um, default substrate=370 um, default width=5 mm) is also implemented outside the water phantom and attacched to the exit surface of the water phantom. The width and the thickness of the active layer and of the substrate can be easily modified by means of the SetDetectorThickness, SetDetector_subThickness, SetDetectorWidth functions at the beginnign of the class. -An air gap between the phantom exit and the entrance of the detector can be also added through the SetAirGap_water_detector function. +An array of Silicon Carbide (SiC) detectors is also implemented as geometry (default number of detectors=40, default center to center distance=3 mm, default single SiC detector size: 2x2 mm2 area, 10 um thickness for the active volume, 370 um thickness for the substrate layer) inside the water phantom and it is placed at 13 mm from the surface of the water phantom (depth of the maximum dose for 9 MeV electron beams). +The width and the thickness of the active layer and of the substrate can be easily modified by means of the SetDetectorThickness, SetDetector_subThickness, SetDetectorWidth functions at the beginning of the class. +The user can change the number of detectors and center to center distance by modifying the parameters (nDet and fDet_ctc respectively) at the beginning of the class. nDet can be set to 1 to have a single SiC detector. +The SiC array is not activated by default and can be activated through the following macro command: + +/changeDetector/activateArray true + +This macro command must be applied before initialization (/run/initialize). + The user may also change the material of the detector trough macro commands: /changeDetector/material G4_C @@ -69,18 +76,29 @@ or the 7MeV mode (using "/control/execute 7MeVEF.mac). The geometry of the beam FlashPrimaryGeneratorAction.cc. - =====================SCORING MESH===================== -A scoring mesh is implemented in .mac file commands. -A default 120x4x4 mm3 scorer with 120x1x1 number nbin simulating a similar volume as the Advanced Markus Chamber is created in the position of the water phantom to register the dose in Gy delivered in each voxel. Results are printed in the file dose.out at the end of the simulation. User may change the dimensions and bin number (voxel size) to appropiately score the volume of interest and optimize the simulation (a very finely voxellized volume may increase the simulation time significantly). +Two scoring meshes are implemented as default in .mac file commands. +The first one (boxMesh_1) is a 120x4x4 mm3 scorer with 120x1x1 number nbin while second scorer (boxMesh_1) is a 4x4x150 mm3 scorer with 1x1x150 number of beam, simulating a similar volume as the Advanced Markus Chamber created in the position of the water phantom to register the dose in Gy delivered in each voxel. Results are printed in the file dose_longitudinal.out and dose_transversal.out at the end of the simulation and represent the depth dose and transversal dose distributions respectively of the electron beams (9 MeV as default) as reported in Di Martino et al., Front. Phys. 11:1268310. +User may change the dimensions and bin number (voxel size) to appropiately score the volume of interest and optimize the simulation (a very finely voxellized volume may increase the simulation time significantly). + + +=====================SENSITIVE DETECTOR===================== +The FlashSensitiveDetector class is also imlemented for the Silicon carbide detector array. It is only activated if the array is activated through the following command: /changeDetector/activateArray true. +The output file is .csv file by default. The user may change the output file format (e.g. .root) by modifying the argument of fAnalysisManager->OpenFile inside FlashRunAction::BeginOfRunAction. + +An output csv file (output_0_nt_fSensitiveDetector_t*.csv) will be produced for each thread (in case of multhidreading=ON) and contains the following information for each Silicon carbide detector composing the array and for each step within the sensitive volume: + +detector position x, detector position y, detector position z, dose deposited, energy deposited, eventID, parentID, particle name + + -=====================ENERGY SPECTRUM===================== +=====================ENERGY SPECTRUM AT THE WATER PHANTOM ENTRANCE===================== The primary particle energy spectrum at the entrance of the phantom (downstream the beamline) is also registered using the FlashSteppingAction class. An ASCII file is automatically written with the following information: parentid eventid kineticEnergy pos_x pos_y pos_z momentum cos_x cos_y cos_z -If user is not interested on the retrieval of the energy spectrum can easily comment the line in the SteppinAction class. +If user is not interested on the retrieval of the energy spectrum can easily comment the line in the SteppingAction class. =====================PHYSICS PROCESSES AND PHYSICS LIST ===================== diff --git a/examples/advanced/eFLASH_radiotherapy/dose.out b/examples/advanced/eFLASH_radiotherapy/dose.out index 6a3bb59c57c..f68b63aef4b 100644 --- a/examples/advanced/eFLASH_radiotherapy/dose.out +++ b/examples/advanced/eFLASH_radiotherapy/dose.out @@ -1,123 +1,123 @@ # mesh name: boxMesh_1 # primitive scorer name: dose # iX, iY, iZ, total(value) [Gy], total(val^2), entry -0,0,0,7.339611820412595e-07,1.696628526342965e-15,431 -1,0,0,7.874276249622417e-07,1.940677521643523e-15,425 -2,0,0,7.822224086704891e-07,1.860753797718141e-15,423 -3,0,0,7.404684907513386e-07,1.593656316064232e-15,421 -4,0,0,7.954351814559238e-07,1.879517338572536e-15,440 -5,0,0,8.399126943353993e-07,2.101006726168989e-15,455 -6,0,0,7.960796923060147e-07,1.797215557359874e-15,448 -7,0,0,8.269333319528732e-07,1.975286844977434e-15,462 -8,0,0,8.990751791767434e-07,2.470700830497316e-15,466 -9,0,0,8.631516361539265e-07,2.137770289197379e-15,475 -10,0,0,8.981770211109001e-07,2.421958941857017e-15,474 -11,0,0,8.88943070577345e-07,2.393178952665422e-15,473 -12,0,0,8.921125951153135e-07,2.671501431954152e-15,452 -13,0,0,8.72125824516402e-07,2.448966686078329e-15,455 -14,0,0,8.639357999815257e-07,2.365777920376163e-15,449 -15,0,0,9.46060334349982e-07,2.746738531076917e-15,470 -16,0,0,9.462503769138361e-07,2.70854890021714e-15,471 -17,0,0,9.55590277030685e-07,2.847190575314382e-15,484 -18,0,0,9.576986971594544e-07,2.861725461542117e-15,478 -19,0,0,9.586357810369837e-07,2.773605154807896e-15,469 -20,0,0,9.250091693369866e-07,2.784734849143447e-15,459 -21,0,0,8.636324673179664e-07,2.584219702753251e-15,425 -22,0,0,9.028956803101123e-07,2.891258303551848e-15,431 -23,0,0,8.256006596836095e-07,2.541303094447804e-15,396 -24,0,0,7.750010364160373e-07,2.40860588898294e-15,384 -25,0,0,8.591530353188779e-07,2.848156704328792e-15,391 -26,0,0,7.640472608552681e-07,2.175834336767282e-15,387 -27,0,0,7.483805644527829e-07,2.389830847981143e-15,347 -28,0,0,6.900102746764646e-07,2.210200311787354e-15,342 -29,0,0,6.963416151396849e-07,2.356392441832979e-15,314 -30,0,0,6.330718781521066e-07,2.082383843244822e-15,289 -31,0,0,6.218835279302694e-07,2.21229027624976e-15,263 -32,0,0,5.56849277159895e-07,2.114276231645104e-15,234 -33,0,0,4.725647229980724e-07,1.768774225233348e-15,199 -34,0,0,4.041410807028548e-07,1.311450639733285e-15,186 -35,0,0,3.054052052764941e-07,9.123030985839956e-16,137 -36,0,0,3.625038508323367e-07,1.502147234083444e-15,146 -37,0,0,3.066279039078572e-07,1.129382227610591e-15,130 -38,0,0,2.275462331359512e-07,7.93034106815865e-16,102 -39,0,0,2.007959299570817e-07,8.633613154531846e-16,76 -40,0,0,1.491313759935539e-07,5.335302432864244e-16,68 -41,0,0,1.18198622520452e-07,4.139042683959224e-16,51 -42,0,0,8.392488934031288e-08,2.918404961343234e-16,37 -43,0,0,5.770278840360797e-08,1.61532929020827e-16,31 -44,0,0,8.000360859108229e-08,3.733735796880756e-16,31 -45,0,0,4.554483088413411e-08,1.434775301921555e-16,25 -46,0,0,3.432491631649637e-08,1.305632176821773e-16,19 -47,0,0,6.913570792567933e-09,1.500627341479724e-17,8 -48,0,0,8.430010039056138e-09,6.033229593318037e-17,4 -49,0,0,4.323907135399763e-10,1.699311216117609e-19,2 -50,0,0,1.197356371692017e-09,5.012387497773556e-19,3 -51,0,0,4.261495898108485e-10,9.24743961329122e-20,2 -52,0,0,1.604303778371443e-09,2.573790613296887e-18,1 -53,0,0,4.779241155043947e-09,1.471157591719997e-17,4 -54,0,0,7.982841489431042e-10,1.837015409246858e-19,4 -55,0,0,0,0,0 -56,0,0,7.010101955861583e-10,2.186341323121328e-19,4 -57,0,0,2.635025351708737e-11,6.943358604147751e-22,1 -58,0,0,1.294633703827456e-08,9.272001427177619e-17,9 -59,0,0,4.761205745418919e-11,2.266908015021013e-21,1 -60,0,0,4.441549370350836e-11,1.629978070442872e-21,2 -61,0,0,7.646570686741371e-10,5.847004326733241e-19,1 -62,0,0,7.294825702838311e-10,2.981305603238252e-19,3 +0,0,0,7.799730626897265e-07,1.897534210919932e-15,444 +1,0,0,7.763515054462605e-07,1.736638895409731e-15,438 +2,0,0,7.803437110501157e-07,1.775771318785659e-15,427 +3,0,0,7.755680886207341e-07,1.896047961266755e-15,430 +4,0,0,7.96489478634596e-07,1.90214541603003e-15,442 +5,0,0,8.006879560762342e-07,1.864698414246424e-15,455 +6,0,0,8.395716435691243e-07,2.126731963943958e-15,445 +7,0,0,8.23375062229965e-07,1.96289693234325e-15,466 +8,0,0,8.910329119987257e-07,2.29508190370199e-15,471 +9,0,0,8.688805443934281e-07,2.187731709310837e-15,475 +10,0,0,8.504356738142852e-07,2.137892318970645e-15,465 +11,0,0,8.446468571011635e-07,2.068796144514854e-15,463 +12,0,0,9.231189961625444e-07,2.733153832484529e-15,465 +13,0,0,8.665949308172363e-07,2.293404887403955e-15,465 +14,0,0,9.044285697904746e-07,2.516573713707147e-15,470 +15,0,0,9.351125853454207e-07,2.553141170023649e-15,477 +16,0,0,9.76747151320355e-07,2.865897895212526e-15,476 +17,0,0,9.456464315365499e-07,2.765753213103761e-15,477 +18,0,0,9.366318875041385e-07,2.794217390681479e-15,466 +19,0,0,9.239560208924651e-07,2.68742549748003e-15,454 +20,0,0,8.961115590882006e-07,2.864178873566017e-15,432 +21,0,0,8.681401434567989e-07,2.670114712233415e-15,416 +22,0,0,8.970154891788618e-07,3.080849907173733e-15,390 +23,0,0,7.980677121989294e-07,2.425055181672582e-15,391 +24,0,0,8.128507634780149e-07,2.663998147680391e-15,391 +25,0,0,8.675383923140928e-07,2.998896133126112e-15,383 +26,0,0,7.673038514905333e-07,2.3015510548534e-15,381 +27,0,0,7.486871265011781e-07,2.436351218933789e-15,349 +28,0,0,6.686960515512898e-07,2.130349092084857e-15,328 +29,0,0,7.189079683887962e-07,2.55222109815075e-15,314 +30,0,0,6.235249533798465e-07,2.058541872410883e-15,292 +31,0,0,6.135065802425564e-07,2.165094520770094e-15,271 +32,0,0,6.152630877420554e-07,2.357912424910398e-15,247 +33,0,0,5.455161964730553e-07,2.135102251230755e-15,218 +34,0,0,4.083613217379532e-07,1.351151821927915e-15,189 +35,0,0,3.13510475826473e-07,9.296100623661511e-16,150 +36,0,0,3.440778911535412e-07,1.371941048053303e-15,143 +37,0,0,2.943721208630271e-07,1.037048438348498e-15,126 +38,0,0,2.044672443017858e-07,6.618954213765922e-16,98 +39,0,0,1.957652670483032e-07,9.594745543857457e-16,70 +40,0,0,1.538213117997322e-07,6.31726799197997e-16,62 +41,0,0,1.145238785099556e-07,4.137571245030203e-16,46 +42,0,0,7.967637543129851e-08,2.381999931961955e-16,35 +43,0,0,5.18741073548967e-08,1.529288652446755e-16,29 +44,0,0,7.616999208199112e-08,3.739459149424218e-16,28 +45,0,0,3.006322903409176e-08,8.107735490527468e-17,20 +46,0,0,2.023586895216793e-08,7.813871718945505e-17,15 +47,0,0,5.319755498610292e-09,1.296893728426902e-17,6 +48,0,0,9.14784048007204e-09,6.092974819735576e-17,5 +49,0,0,8.195236532393024e-11,4.181731345379023e-21,2 +50,0,0,1.797430626216937e-09,6.642194514722401e-19,6 +51,0,0,7.883398577609339e-09,2.59111750836706e-17,6 +52,0,0,1.615705498573229e-09,2.573920612520444e-18,2 +53,0,0,4.935510192252697e-09,1.473599592918999e-17,5 +54,0,0,6.308375745647698e-10,1.26797645384259e-19,4 +55,0,0,6.648839207881097e-10,4.420706281225694e-19,1 +56,0,0,1.344701240735864e-09,4.630466820127945e-19,5 +57,0,0,0,0,0 +58,0,0,1.019847541623965e-08,8.723385022301809e-17,5 +59,0,0,1.236990248301451e-10,8.056134619490794e-21,2 +60,0,0,4.268822274460306e-12,1.822284361092846e-23,1 +61,0,0,1.142173018415563e-09,6.559942645644792e-19,3 +62,0,0,3.193787909731526e-09,3.831415204421251e-18,5 63,0,0,2.570944324588218e-10,6.609754720132369e-20,1 64,0,0,3.851125610776117e-11,1.483116846997572e-21,1 -65,0,0,8.531147806263219e-10,1.775089233849083e-19,8 -66,0,0,2.541778136662183e-09,3.532053357786963e-18,4 -67,0,0,5.152012550684051e-09,1.237948128928131e-17,3 -68,0,0,8.205210028104362e-09,3.080782451513317e-17,4 -69,0,0,9.504633625940657e-11,7.399662868406315e-21,2 -70,0,0,3.641327236392348e-09,6.457489374333434e-18,3 -71,0,0,2.554141613282268e-09,5.13952977208986e-18,5 +65,0,0,4.804843055883848e-10,5.005617549688259e-20,6 +66,0,0,2.099147178996219e-09,3.342111580258274e-18,2 +67,0,0,5.20506179586778e-09,1.238229551169588e-17,4 +68,0,0,8.262858129813613e-09,3.081114781876386e-17,5 +69,0,0,1.020872462909628e-10,7.583826509018726e-21,2 +70,0,0,2.403467453812325e-09,3.618683227509408e-18,3 +71,0,0,5.401517652046588e-09,1.003205013581955e-17,6 72,0,0,0,0,0 -73,0,0,5.411853734577585e-10,6.749906470184453e-20,5 -74,0,0,3.214352605868201e-11,1.033206267485169e-21,1 -75,0,0,1.634551287465381e-10,2.671757911354732e-20,1 -76,0,0,6.512610459135611e-10,3.961903416300344e-19,2 -77,0,0,1.07097007226668e-09,1.06613402653626e-18,2 -78,0,0,6.038643311729596e-09,1.148086635090344e-17,6 -79,0,0,2.620598934362565e-09,3.755011040919083e-18,2 -80,0,0,2.847929808939398e-09,5.526930373340634e-18,2 -81,0,0,3.848765904025795e-09,1.248959852168153e-17,3 -82,0,0,8.715880697690194e-12,7.596657633636849e-23,1 -83,0,0,8.014351425404607e-11,6.422982876988487e-21,1 -84,0,0,1.313429788949215e-09,1.05118756381111e-18,2 -85,0,0,2.989376186746678e-09,5.305692692081488e-18,3 -86,0,0,3.009100239502351e-10,4.534205920220505e-20,2 -87,0,0,1.220283564755495e-11,1.489091978412378e-22,1 -88,0,0,3.358492382296993e-10,1.127947108194693e-19,1 -89,0,0,4.945508889952499e-10,2.445805818059921e-19,1 -90,0,0,4.575711879238614e-10,1.0656510586484e-19,2 -91,0,0,3.882765171558783e-10,5.061969256078764e-20,3 -92,0,0,3.014858417637877e-09,4.547987022042987e-18,5 -93,0,0,4.381648160792503e-09,1.490178099842582e-17,2 -94,0,0,6.386803145484058e-11,4.079125441916506e-21,1 +73,0,0,5.464635064233803e-10,9.573219231369107e-20,4 +74,0,0,1.481946498896411e-09,1.766808247877891e-18,3 +75,0,0,4.55951009256859e-09,1.263257154629067e-17,2 +76,0,0,0,0,0 +77,0,0,1.031794203232226e-09,1.064599277823625e-18,1 +78,0,0,3.324752931810897e-09,6.052405212570482e-18,4 +79,0,0,9.095241850543821e-10,8.272342431988379e-19,1 +80,0,0,5.76171130693986e-10,3.206633789804998e-19,2 +81,0,0,5.662272149144037e-09,1.56391003057725e-17,4 +82,0,0,7.455748006915271e-10,5.430370345508202e-19,2 +83,0,0,4.818298616295949e-10,1.677749045448985e-19,2 +84,0,0,1.842539992592361e-09,1.314057696870692e-18,4 +85,0,0,2.869278256922051e-09,5.291269180183788e-18,2 +86,0,0,1.366490343147983e-09,1.488962426958606e-18,2 +87,0,0,6.012114559905631e-11,2.445073626449392e-21,2 +88,0,0,4.499228313785796e-10,1.203523554369285e-19,3 +89,0,0,0,0,0 +90,0,0,0,0,0 +91,0,0,4.705659587688258e-10,1.364046541842533e-19,3 +92,0,0,1.301212215292441e-09,4.35552198453845e-19,5 +93,0,0,0,0,0 +94,0,0,0,0,0 95,0,0,3.663162853610566e-10,1.34187620920723e-19,1 -96,0,0,5.800705344289367e-10,2.980877821455787e-19,2 -97,0,0,2.901407735928853e-10,4.250619138353017e-20,2 -98,0,0,8.279437815348525e-09,3.591777889658072e-17,5 -99,0,0,4.611459662267612e-09,1.230153209695003e-17,2 -100,0,0,7.364769471026111e-09,3.509170865006051e-17,3 -101,0,0,3.62352967491926e-09,4.761006049247074e-18,6 -102,0,0,1.008013397303116e-08,6.085001336028193e-17,4 -103,0,0,1.425902473614953e-10,2.033197864261242e-20,1 -104,0,0,3.066331298624108e-09,4.708491494852678e-18,2 -105,0,0,4.173624048114737e-09,1.198745208160246e-17,3 -106,0,0,7.584873039211409e-10,5.753029902095612e-19,1 -107,0,0,1.973315241837093e-09,3.893973043666585e-18,1 -108,0,0,3.060837114920592e-09,6.843418446133438e-18,2 -109,0,0,3.930700764382118e-09,7.931972727709988e-18,2 -110,0,0,8.666567491147519e-10,7.510939207861499e-19,1 -111,0,0,6.048523397530622e-10,3.658463529047538e-19,1 -112,0,0,0,0,0 -113,0,0,9.721096516380901e-10,6.57131567378474e-19,3 -114,0,0,3.432281598203276e-09,1.178055696936483e-17,1 -115,0,0,2.649703521498863e-09,7.020928751843474e-18,1 -116,0,0,0,0,0 -117,0,0,2.255864299260269e-09,5.088923736677026e-18,1 -118,0,0,1.473708109229947e-09,2.171815591210105e-18,1 -119,0,0,0,0,0 +96,0,0,1.193542213833257e-09,6.744352835767366e-19,3 +97,0,0,1.594814438879818e-10,2.54343309445955e-20,1 +98,0,0,8.279437815370791e-09,3.59177788966554e-17,5 +99,0,0,7.00285762065119e-09,1.802031629231237e-17,3 +100,0,0,7.372268766599442e-09,3.509176488948572e-17,4 +101,0,0,3.341781660400096e-09,4.27246613864519e-18,4 +102,0,0,1.926383266141604e-09,1.486350084592177e-18,3 +103,0,0,4.764326050991477e-10,1.317826984624471e-19,2 +104,0,0,3.098891314134455e-09,4.709551649462213e-18,3 +105,0,0,4.501902871123946e-09,1.209913817310114e-17,3 +106,0,0,7.807948804030628e-10,5.758006181764554e-19,2 +107,0,0,2.208063346218919e-09,3.949079716177332e-18,2 +108,0,0,2.569422052183741e-09,6.601929682248106e-18,1 +109,0,0,3.93070076442466e-09,7.93197272785418e-18,2 +110,0,0,2.493476273476865e-09,3.343858097821116e-18,3 +111,0,0,2.240496546348218e-10,5.019824774198292e-20,1 +112,0,0,5.186266038917193e-10,2.689735542642583e-19,1 +113,0,0,1.746382813700594e-10,2.117098098130362e-20,2 +114,0,0,0,0,0 +115,0,0,0,0,0 +116,0,0,2.051224266985289e-09,4.207520993469338e-18,1 +117,0,0,0,0,0 +118,0,0,0,0,0 +119,0,0,1.230017446475621e-10,1.512942918634407e-20,1 diff --git a/examples/advanced/eFLASH_radiotherapy/dose_longitudinal.out b/examples/advanced/eFLASH_radiotherapy/dose_longitudinal.out new file mode 100644 index 00000000000..c0eb7b73e71 --- /dev/null +++ b/examples/advanced/eFLASH_radiotherapy/dose_longitudinal.out @@ -0,0 +1,123 @@ +# mesh name: boxMesh_1 +# primitive scorer name: dose +# iX, iY, iZ, total(value) [Gy], total(val^2), entry +0,0,0,3.504144941395692e-07,6.890032941334656e-16,209 +1,0,0,3.518822488097571e-07,7.004854609434133e-16,206 +2,0,0,3.879337784145495e-07,9.476076830128089e-16,210 +3,0,0,3.849511704384501e-07,1.001578164695907e-15,206 +4,0,0,3.5229082451429e-07,8.149865806706725e-16,202 +5,0,0,3.654988121512324e-07,8.710495126908905e-16,194 +6,0,0,3.603394531550632e-07,8.332531444040139e-16,199 +7,0,0,3.620161701379843e-07,8.6804420406183e-16,203 +8,0,0,3.835640759934374e-07,1.109721029851544e-15,198 +9,0,0,4.173104484195113e-07,1.151585019475412e-15,216 +10,0,0,4.397569948156425e-07,1.263816063701899e-15,225 +11,0,0,4.460291874540055e-07,1.228783454827327e-15,224 +12,0,0,4.021295152055986e-07,1.008261723904256e-15,221 +13,0,0,4.37771674906987e-07,1.385928706605625e-15,207 +14,0,0,3.749176172904921e-07,1.000091041662812e-15,199 +15,0,0,3.837642216941553e-07,1.213134345698703e-15,189 +16,0,0,3.788775825804492e-07,1.056610619321843e-15,191 +17,0,0,3.431251770375999e-07,9.388815932252555e-16,174 +18,0,0,3.176518765904332e-07,7.878135303188553e-16,173 +19,0,0,3.336472124529688e-07,1.118140910493411e-15,163 +20,0,0,3.087767732958923e-07,8.631932319121729e-16,158 +21,0,0,3.231263654227487e-07,9.721394635000547e-16,153 +22,0,0,3.690349980817594e-07,1.279109838038062e-15,165 +23,0,0,3.624060562537871e-07,1.155929746440852e-15,172 +24,0,0,3.33011782790186e-07,1.030598211920633e-15,155 +25,0,0,3.474727369355695e-07,1.141323692812384e-15,160 +26,0,0,3.297194649897158e-07,1.114503671600606e-15,154 +27,0,0,3.029671845591049e-07,9.91244159516645e-16,140 +28,0,0,2.793423151737122e-07,9.07934655425193e-16,128 +29,0,0,2.799611262469383e-07,1.056516184966563e-15,112 +30,0,0,2.502633307014304e-07,8.431368671553986e-16,107 +31,0,0,2.667883266725655e-07,9.794395869329477e-16,114 +32,0,0,2.420503699171187e-07,9.858526106808201e-16,100 +33,0,0,1.959064387428553e-07,6.321717007125692e-16,85 +34,0,0,1.35662262531766e-07,4.836557418832654e-16,64 +35,0,0,1.430363740292205e-07,5.239245873916468e-16,63 +36,0,0,1.221446434271891e-07,4.356345127725505e-16,56 +37,0,0,1.195098744576782e-07,4.424210436129921e-16,49 +38,0,0,1.103454601591536e-07,4.005086441755659e-16,41 +39,0,0,7.439882443814464e-08,2.323029987866963e-16,35 +40,0,0,8.230984850953093e-08,3.438090366665625e-16,32 +41,0,0,6.907105299105609e-08,3.578105279989966e-16,22 +42,0,0,1.48078617159089e-08,2.814318931510649e-17,9 +43,0,0,3.294485164593592e-09,6.479527747288888e-18,4 +44,0,0,6.928723088958885e-09,1.88355061632505e-17,6 +45,0,0,6.309332859306936e-09,2.011095625898889e-17,3 +46,0,0,5.161531886050041e-09,1.963246370167346e-17,2 +47,0,0,1.534353249357922e-09,1.951328628240758e-18,2 +48,0,0,1.799107289261614e-10,1.855858328700311e-20,2 +49,0,0,5.183692656989301e-11,1.315426201703382e-21,3 +50,0,0,6.738726569076851e-10,3.280689760111699e-19,2 +51,0,0,4.695727381562221e-09,1.011826840197687e-17,4 +52,0,0,2.40880810654364e-09,3.504348084720022e-18,3 +53,0,0,1.104092615419005e-10,1.21902050342278e-20,1 +54,0,0,1.520416071494283e-10,1.755271342514073e-20,2 +55,0,0,0,0,0 +56,0,0,7.057008922979741e-11,4.980137493901567e-21,1 +57,0,0,8.64346271129982e-10,5.162518614469326e-19,2 +58,0,0,0,0,0 +59,0,0,4.074599853533265e-10,1.66023639664133e-19,1 +60,0,0,3.471093988912091e-09,1.160706283726956e-17,2 +61,0,0,1.648796932111298e-09,2.635842109901937e-18,2 +62,0,0,0,0,0 +63,0,0,2.720874513758714e-10,5.55753638583302e-20,2 +64,0,0,2.927606680384183e-12,8.570880875030098e-24,1 +65,0,0,0,0,0 +66,0,0,1.848173533197736e-10,3.341418137689261e-20,2 +67,0,0,8.311692529019872e-11,6.908423269696476e-21,1 +68,0,0,0,0,0 +69,0,0,1.873110253201726e-10,1.30154027411897e-20,3 +70,0,0,5.969676048811504e-10,3.563703212775373e-19,1 +71,0,0,3.663783486912648e-10,1.34233094389738e-19,1 +72,0,0,0,0,0 +73,0,0,0,0,0 +74,0,0,7.459032968325942e-11,3.413285608656193e-21,2 +75,0,0,9.652930613871576e-11,9.317906943621908e-21,1 +76,0,0,0,0,0 +77,0,0,0,0,0 +78,0,0,1.695465389969551e-11,2.874602888584602e-22,1 +79,0,0,7.433554844831116e-12,5.525773763111216e-23,1 +80,0,0,0,0,0 +81,0,0,6.803894028203877e-10,2.843789643434908e-19,3 +82,0,0,4.335553307225195e-09,1.879702247979133e-17,1 +83,0,0,0,0,0 +84,0,0,1.117774452724643e-10,1.249419727163874e-20,1 +85,0,0,9.582520233488849e-10,9.18246940252232e-19,1 +86,0,0,7.066671918930058e-10,4.993785200979463e-19,1 +87,0,0,0,0,0 +88,0,0,0,0,0 +89,0,0,6.75809566976568e-10,4.567185708170563e-19,1 +90,0,0,0,0,0 +91,0,0,4.021127608425454e-11,1.616946724324141e-21,1 +92,0,0,0,0,0 +93,0,0,0,0,0 +94,0,0,0,0,0 +95,0,0,5.633136616923768e-11,3.173222814492736e-21,1 +96,0,0,4.799359063818814e-10,2.303384742345979e-19,1 +97,0,0,1.665087854200011e-10,2.772517562204397e-20,1 +98,0,0,0,0,0 +99,0,0,8.62859877227811e-10,2.96225876228072e-19,4 +100,0,0,4.238101174140885e-10,1.065386799229256e-19,2 +101,0,0,0,0,0 +102,0,0,0,0,0 +103,0,0,0,0,0 +104,0,0,2.056054623662844e-10,4.227360615485361e-20,1 +105,0,0,0,0,0 +106,0,0,0,0,0 +107,0,0,0,0,0 +108,0,0,0,0,0 +109,0,0,1.273690569685852e-09,1.078073923119248e-18,2 +110,0,0,0,0,0 +111,0,0,0,0,0 +112,0,0,0,0,0 +113,0,0,0,0,0 +114,0,0,2.135614062503834e-09,4.477473718642944e-18,2 +115,0,0,0,0,0 +116,0,0,0,0,0 +117,0,0,0,0,0 +118,0,0,4.642591432765451e-12,2.155365521158716e-23,1 +119,0,0,9.790938119027057e-10,9.586246925061707e-19,1 diff --git a/examples/advanced/eFLASH_radiotherapy/dose_transversal.out b/examples/advanced/eFLASH_radiotherapy/dose_transversal.out new file mode 100644 index 00000000000..2056558d41f --- /dev/null +++ b/examples/advanced/eFLASH_radiotherapy/dose_transversal.out @@ -0,0 +1,153 @@ +# mesh name: boxMesh_2 +# primitive scorer name: dose +# iX, iY, iZ, total(value) [Gy], total(val^2), entry +0,0,0,4.402408790225935e-09,1.938120315625858e-17,1 +0,0,1,1.20154847629656e-08,5.360543651740138e-17,3 +0,0,2,6.773128627299291e-09,2.089272736370665e-17,3 +0,0,3,1.595664178955007e-09,1.758757084358277e-18,2 +0,0,4,0,0,0 +0,0,5,0,0,0 +0,0,6,4.507413485499576e-10,1.732849991842457e-19,2 +0,0,7,3.866038298358208e-09,8.145529089093251e-18,2 +0,0,8,2.028416229747974e-09,3.297812788759148e-18,2 +0,0,9,4.951863644096744e-09,1.19537996542008e-17,5 +0,0,10,1.190106324089936e-08,3.643306434136e-17,4 +0,0,11,1.379175291043004e-08,4.4040350081424e-17,5 +0,0,12,5.849093994487179e-09,1.265904505486697e-17,4 +0,0,13,2.192502937177612e-08,1.238607242654661e-16,6 +0,0,14,1.944445279617061e-08,7.70961937741621e-17,6 +0,0,15,3.600468775975633e-08,1.424085480826123e-16,14 +0,0,16,3.002868866336264e-08,1.14186955526484e-16,10 +0,0,17,2.878497922492457e-08,9.917131590335565e-17,10 +0,0,18,2.218298849423163e-08,7.076956041150396e-17,11 +0,0,19,3.207848954491349e-08,1.430879385852223e-16,13 +0,0,20,4.026808174481164e-08,1.383645194887502e-16,15 +0,0,21,5.785967574552733e-08,2.077454115890561e-16,21 +0,0,22,7.464124953543274e-08,2.894387675543249e-16,37 +0,0,23,1.404521817632893e-07,7.394630480418555e-16,45 +0,0,24,1.773792002737804e-07,8.892761201803975e-16,55 +0,0,25,2.179812963986052e-07,1.000693889963444e-15,74 +0,0,26,2.811358254266938e-07,1.55842162738804e-15,81 +0,0,27,3.148097442706895e-07,1.600132742868665e-15,92 +0,0,28,2.390079963400059e-07,9.92508532253158e-16,85 +0,0,29,3.057164255757478e-07,1.503027726188244e-15,99 +0,0,30,3.67965986240462e-07,1.957470271976922e-15,108 +0,0,31,3.244933565534167e-07,1.640168796011157e-15,102 +0,0,32,3.576217683343776e-07,1.847245346753963e-15,114 +0,0,33,3.994182996823081e-07,1.854014900320637e-15,127 +0,0,34,3.892940421345887e-07,1.896492388834879e-15,128 +0,0,35,4.27200282450664e-07,2.028754157781516e-15,132 +0,0,36,3.237272782259151e-07,1.630754074937458e-15,109 +0,0,37,2.757480655865502e-07,1.252721541947605e-15,98 +0,0,38,3.572767421719918e-07,1.841725923178824e-15,115 +0,0,39,3.879962539040878e-07,1.886186714548081e-15,121 +0,0,40,3.362202860910331e-07,1.47279155275349e-15,115 +0,0,41,3.533881659284385e-07,1.893735531782207e-15,104 +0,0,42,3.691592250996785e-07,1.941937017042294e-15,112 +0,0,43,3.273549902695691e-07,1.546180516113858e-15,115 +0,0,44,3.474660691433457e-07,1.555790397626641e-15,113 +0,0,45,4.07026400371047e-07,1.857728652831194e-15,133 +0,0,46,3.49711668746913e-07,1.58927670403701e-15,112 +0,0,47,3.776072484351858e-07,1.736392228545074e-15,121 +0,0,48,3.714515079636283e-07,1.725326265879159e-15,130 +0,0,49,4.206255053449773e-07,2.021396465781537e-15,138 +0,0,50,3.619142103477792e-07,1.557391118363313e-15,134 +0,0,51,4.376980119570342e-07,2.248479877148471e-15,127 +0,0,52,3.505625365897802e-07,1.709532356279275e-15,107 +0,0,53,3.3310172750451e-07,1.564306032112866e-15,111 +0,0,54,3.861899548600265e-07,1.849985439920481e-15,115 +0,0,55,4.124607013842237e-07,2.001740311737109e-15,127 +0,0,56,3.944630952193172e-07,1.904230280384633e-15,124 +0,0,57,3.555035984110174e-07,1.673005589564792e-15,116 +0,0,58,3.468226452311829e-07,1.700521241174937e-15,116 +0,0,59,4.023797603262379e-07,2.113300018151574e-15,128 +0,0,60,4.107330862235765e-07,2.038420023879851e-15,126 +0,0,61,3.353009066385622e-07,1.488193961276103e-15,113 +0,0,62,3.711531670346737e-07,1.614543041423192e-15,131 +0,0,63,4.260918861007853e-07,2.013663679205829e-15,137 +0,0,64,4.600891468745825e-07,2.377012400540198e-15,134 +0,0,65,3.171786800746768e-07,1.392923312404321e-15,120 +0,0,66,3.85227173848679e-07,1.714168056753557e-15,133 +0,0,67,3.640047014874361e-07,1.761702459999527e-15,113 +0,0,68,4.017963766988473e-07,2.22802886313765e-15,118 +0,0,69,3.616612333898906e-07,1.782732361937258e-15,120 +0,0,70,3.25935957730602e-07,1.485264557679909e-15,107 +0,0,71,3.541604439809462e-07,1.640799400189133e-15,121 +0,0,72,4.037259089546907e-07,2.026662976439059e-15,130 +0,0,73,4.881852051586326e-07,2.60266293234054e-15,151 +0,0,74,4.127100055026066e-07,1.941865161783622e-15,133 +0,0,75,4.495461172886127e-07,2.48679749508717e-15,127 +0,0,76,3.104066669072312e-07,1.299415201843738e-15,116 +0,0,77,4.281534202885914e-07,2.067496928946155e-15,136 +0,0,78,3.537236082081918e-07,1.509997952806506e-15,130 +0,0,79,3.93779771394422e-07,1.811663811957211e-15,133 +0,0,80,3.855155000901902e-07,1.728028663522823e-15,128 +0,0,81,3.974242419131034e-07,2.093759306844469e-15,118 +0,0,82,3.904683593281804e-07,1.797851865646987e-15,124 +0,0,83,3.63358658726331e-07,1.821927012410387e-15,117 +0,0,84,4.070128972785591e-07,1.944352231969919e-15,121 +0,0,85,3.247235418164029e-07,1.484628103721633e-15,111 +0,0,86,3.410771374801013e-07,1.656109209054122e-15,105 +0,0,87,3.850465531249269e-07,1.932596448698182e-15,112 +0,0,88,2.895466206794188e-07,1.323579523644684e-15,101 +0,0,89,4.0054772989292e-07,2.123959178087994e-15,120 +0,0,90,3.835107471893122e-07,1.941746983682792e-15,125 +0,0,91,3.759133300682344e-07,1.847829629112196e-15,119 +0,0,92,4.134372031471876e-07,2.175431858604404e-15,120 +0,0,93,3.278836690928211e-07,1.62213583394162e-15,99 +0,0,94,3.188190446082139e-07,1.656045282036205e-15,110 +0,0,95,3.900083384389561e-07,1.883794865616173e-15,111 +0,0,96,3.115833637077618e-07,1.284116780373657e-15,112 +0,0,97,3.805858846250659e-07,1.868534775422384e-15,124 +0,0,98,3.842061181954308e-07,1.67429484169009e-15,128 +0,0,99,3.847168464121193e-07,1.766168755666512e-15,127 +0,0,100,3.286732624658201e-07,1.5164649927637e-15,114 +0,0,101,3.879397880407312e-07,2.006054685121764e-15,120 +0,0,102,4.473119613705709e-07,2.327546213686809e-15,121 +0,0,103,3.982654979184457e-07,1.87532959892985e-15,130 +0,0,104,2.556233572286408e-07,1.164513769950148e-15,94 +0,0,105,2.594244811297915e-07,1.230688790738292e-15,85 +0,0,106,2.973417992174015e-07,1.480482718240544e-15,101 +0,0,107,2.851632926605986e-07,1.364513261055879e-15,89 +0,0,108,2.739793944190078e-07,1.319783672957453e-15,95 +0,0,109,3.273920432258973e-07,1.53129415049869e-15,111 +0,0,110,4.479082863358196e-07,2.351310571034044e-15,135 +0,0,111,4.124277192061472e-07,1.972372002457453e-15,129 +0,0,112,3.926210959252782e-07,2.017354968517944e-15,122 +0,0,113,3.094942853250796e-07,1.330737828421675e-15,112 +0,0,114,3.294756520105712e-07,1.632369212496628e-15,105 +0,0,115,3.067698308170289e-07,1.512115408618798e-15,97 +0,0,116,3.405482726743107e-07,1.660364923101802e-15,112 +0,0,117,3.68974351248547e-07,1.775979960954804e-15,114 +0,0,118,3.964831275491948e-07,1.976008831284953e-15,126 +0,0,119,3.429521345467833e-07,1.468213656269087e-15,117 +0,0,120,3.118559981448814e-07,1.410775200592898e-15,107 +0,0,121,4.011124501607945e-07,2.142479436408808e-15,112 +0,0,122,3.276587169687574e-07,1.560662211347692e-15,104 +0,0,123,2.755726580231952e-07,1.320782797696447e-15,88 +0,0,124,2.39685650171042e-07,1.199342431139117e-15,73 +0,0,125,1.542793648804395e-07,6.559334206859776e-16,54 +0,0,126,1.494209254853765e-07,6.548051796278179e-16,56 +0,0,127,9.957208745683847e-08,3.805210105382351e-16,43 +0,0,128,6.699348980955911e-08,2.426781269148668e-16,26 +0,0,129,5.568306989806121e-08,1.932699515104676e-16,23 +0,0,130,5.319886709677348e-08,2.415512610844049e-16,21 +0,0,131,2.545497040331884e-08,5.549175188143257e-17,13 +0,0,132,1.826047936584872e-08,4.08901882511628e-17,10 +0,0,133,2.654008621474118e-08,1.219315469403905e-16,9 +0,0,134,1.296917175332692e-08,2.597075035510628e-17,7 +0,0,135,1.534349083592942e-08,3.274989362573665e-17,9 +0,0,136,1.62136173014964e-08,5.319792042076549e-17,8 +0,0,137,1.145264321218038e-08,2.665274143974248e-17,7 +0,0,138,1.565735061772536e-08,7.388799036761136e-17,5 +0,0,139,1.920835913655164e-08,8.408297866347655e-17,7 +0,0,140,1.160949997682959e-08,5.496452441474142e-17,7 +0,0,141,1.091942840397022e-08,2.970577393161697e-17,5 +0,0,142,1.90630401095535e-08,1.058663435967231e-16,5 +0,0,143,5.451966836205143e-09,1.015871077213457e-17,3 +0,0,144,4.376151444057124e-09,1.149552942232853e-17,2 +0,0,145,2.034856113412539e-09,4.140639402292383e-18,1 +0,0,146,2.747184833996294e-09,7.547024512139247e-18,1 +0,0,147,1.835120153996478e-09,3.359207238360112e-18,2 +0,0,148,1.585920405462076e-08,1.257595081785152e-16,2 +0,0,149,5.174463981039635e-10,2.677507749107655e-19,1 diff --git a/examples/advanced/eFLASH_radiotherapy/eFLASH_radiotherapy.out b/examples/advanced/eFLASH_radiotherapy/eFLASH_radiotherapy.out index 55d628eaccd..a2e6213ef50 100644 --- a/examples/advanced/eFLASH_radiotherapy/eFLASH_radiotherapy.out +++ b/examples/advanced/eFLASH_radiotherapy/eFLASH_radiotherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -92,12 +91,8 @@ Some /vis commands (optionally) take a string to specify colour. /tracking/verbose 0 /run/verbose 1 /event/verbose 0 -/Physics/addPhysics standard_opt4 -PhysicsList::AddPhysicsList: -THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmStandardPhysics_option4 +/changeDetector/activateArray false /run/initialize -Checking overlaps for volume DetPhys:0 (G4Box) ... OK! -Checking overlaps for volume Det_sub_Phys:0 (G4Box) ... OK! --- G4CoupledTransportation is used /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year /control/execute 9MeVEF.mac @@ -190,15 +185,28 @@ Checking overlaps for volume Det_sub_Phys:0 (G4Box) ... OK! /score/mesh/translate/xyz 60 0 0 mm /score/quantity/doseDeposit dose Gy /score/close +/score/create/boxMesh boxMesh_2 +/score/mesh/boxSize 2 2 75 mm +/score/mesh/nBin 1 1 150 +.... G4ScoringMessenger::MeshBinCommand - G4ScoringBox +/score/mesh/translate/xyz 13 0 0 mm +/score/quantity/doseDeposit dose Gy +/score/close /score/list -G4ScoringManager has 1 scoring meshes. +G4ScoringManager has 2 scoring meshes. G4ScoringBox : boxMesh_1 --- Shape: Box mesh Size (x, y, z): (6, 0.2, 0.2) [cm] # of segments: (120, 1, 1) displacement: (6, 0, 0) [cm] registered primitve scorers : 0 dose -/run/beamOn 500000 +G4ScoringBox : boxMesh_2 --- Shape: Box mesh + Size (x, y, z): (0.2, 0.2, 7.5) [cm] + # of segments: (1, 1, 150) + displacement: (1.3, 0, 0) [cm] + registered primitve scorers : + 0 dose +/run/beamOn 200000 /run/geometryModified ======================================================================= ====== Electromagnetic Physics Parameters ======== @@ -221,10 +229,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -378,7 +389,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -761,13 +772,6 @@ Index : 7 used in the geometry : Yes DefaultRegionForTheWorld Index : 8 used in the geometry : Yes - Material : SiC - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 7.0291 keV e- 711.152 keV e+ 682.032 keV proton 100 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 9 used in the geometry : Yes Material : G4_WATER Range cuts : gamma 100 um e- 100 um e+ 100 um proton 0 fm Energy thresholds : gamma 1.11075 keV e- 85.0445 keV e+ 83.9021 keV proton 0 eV @@ -776,8 +780,6 @@ Index : 9 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 start. @@ -786,25 +788,17 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 100000 ---> End of event: 100000 - ----> Begin of event: 200000 ----> End of event: 200000 - ----> Begin of event: 300000 ----> End of event: 300000 - ----> Begin of event: 400000 ----> End of event: 400000 Run terminated. Run Summary - Number of events processed : 500000 - User=1182.840000s Real=1210.648224s Sys=4.520000s + Number of events processed : 200000 + User=559.630000s Real=586.238363s Sys=2.650000s --------------------End of Global Run----------------------- - The run was 500000 events /score/dumpQuantityToFile boxMesh_1 dose dose.out + The run was 200000 events /score/dumpQuantityToFile boxMesh_1 dose dose_longitudinal.out +/score/dumpQuantityToFile boxMesh_2 dose dose_transversal.out Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.14 MB +Dynamic pools deleted: 10 / Total memory freed: 0.13 MB ============================================================ diff --git a/examples/advanced/eFLASH_radiotherapy/include/FlashDetectorConstruction.hh b/examples/advanced/eFLASH_radiotherapy/include/FlashDetectorConstruction.hh index db1a3a50de9..0647b7d3afb 100644 --- a/examples/advanced/eFLASH_radiotherapy/include/FlashDetectorConstruction.hh +++ b/examples/advanced/eFLASH_radiotherapy/include/FlashDetectorConstruction.hh @@ -56,7 +56,8 @@ public: G4VPhysicalVolume *physicalTreatmentRoom; G4LogicalVolume *logicTreatmentRoom; G4VPhysicalVolume *ConstructPhantom(G4double CollPos); - G4VPhysicalVolume *ConstructDetector(); + // G4VPhysicalVolume *ConstructDetector(); + void ConstructDetector(); FlashDetectorConstruction(); virtual ~FlashDetectorConstruction(); @@ -73,7 +74,7 @@ public: void SetDetector_subThickness(G4double thickness_sub); void SetDetectorWidth(G4double width); void SetDetectorPosition(G4double position); - void SetAirGap_water_detector(G4double spost); + void ActivateDetArray(G4bool); G4VisAttributes *skyBlue; G4VisAttributes *red; @@ -92,7 +93,9 @@ private: G4double fAirGap; G4double fPhantomSizeX, fPhantomSizeY, fPhantomSizeZ, fPhantom_coordinateX,fPosition_coefficient; G4ThreeVector fPhantomPosition; - G4double fDet_thickness,fDet_width,fDet_sub_thickness,fDetectorPosition,fAirGap_phantom_det; + G4double fDet_thickness,fDet_width,fDet_sub_thickness,fDetectorPosition; + G4int nDet; + G4double fDet_ctc; G4Element *Si; G4Element *C; G4Material *SiC; @@ -103,11 +106,13 @@ private: G4Box *fDet_box; G4LogicalVolume *fDetLogicalVolume; - G4VPhysicalVolume *fDet_phys; + // G4VPhysicalVolume *fDet_phys; + std::vector fDet_phys; + std::vector fDet_sub_phys; - G4Box *fDet_sub; - G4LogicalVolume *fDet_sub_LogicalVolume; - G4VPhysicalVolume *fDet_sub_phys; + G4Box *fDet_sub; + G4LogicalVolume *fDet_sub_LogicalVolume; + //G4VPhysicalVolume *fDet_sub_phys; void DefineMaterials(); @@ -118,7 +123,7 @@ private: G4VPhysicalVolume *fPhantom_physical; G4UserLimits *fStepLimit; - G4bool fCheckOverlaps; + G4bool fCheckOverlaps, fActivateDet; G4NistManager *nist; diff --git a/examples/advanced/eFLASH_radiotherapy/include/FlashDetectorMessenger.hh b/examples/advanced/eFLASH_radiotherapy/include/FlashDetectorMessenger.hh index f40a689c369..fe5d6208514 100644 --- a/examples/advanced/eFLASH_radiotherapy/include/FlashDetectorMessenger.hh +++ b/examples/advanced/eFLASH_radiotherapy/include/FlashDetectorMessenger.hh @@ -37,7 +37,8 @@ class G4UIdirectory; class G4UIcmdWith3VectorAndUnit; class G4UIcmdWithoutParameter; class G4UIcmdWithAString; -class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWithABool; class FlashDetectorMessenger: public G4UImessenger { @@ -56,8 +57,7 @@ private: G4UIcmdWithoutParameter *fUpdateCmd, *fUpdateCmd_d; G4UIcmdWithAString *fChangeThePhantomMaterialCmd, *fChangeTheDetectorMaterialCmd; - - + G4UIcmdWithABool *fActivateDetArrayCmd; }; #endif diff --git a/examples/advanced/eFLASH_radiotherapy/include/FlashRunAction.hh b/examples/advanced/eFLASH_radiotherapy/include/FlashRunAction.hh index 12a402e066a..2201ed7d0f1 100644 --- a/examples/advanced/eFLASH_radiotherapy/include/FlashRunAction.hh +++ b/examples/advanced/eFLASH_radiotherapy/include/FlashRunAction.hh @@ -30,7 +30,6 @@ #ifndef FlashRunAction_h #define FlashRunAction_h 1 -#include "G4Accumulable.hh" #include "G4RunManager.hh" #include "G4UserRunAction.hh" #include "globals.hh" diff --git a/examples/advanced/eFLASH_radiotherapy/include/FlashSensitiveDetector.hh b/examples/advanced/eFLASH_radiotherapy/include/FlashSensitiveDetector.hh new file mode 100644 index 00000000000..25aa49c10eb --- /dev/null +++ b/examples/advanced/eFLASH_radiotherapy/include/FlashSensitiveDetector.hh @@ -0,0 +1,53 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +#ifndef FlashSensitiveDetector_h +#define FlashSensitiveDetector_h 1 + +#include "G4VSensitiveDetector.hh" +#include "G4HCofThisEvent.hh" +#include "G4AnalysisManager.hh" +#include "G4SystemOfUnits.hh" +#include "G4VSolid.hh" +#include "G4RunManager.hh" + +#include + +class FlashSensitiveDetector : public G4VSensitiveDetector +{ + +public: + FlashSensitiveDetector(const G4String& name); + ~FlashSensitiveDetector(); + +private: + G4bool ProcessHits(G4Step* step, G4TouchableHistory*) override; + + + + +}; + +#endif diff --git a/examples/advanced/eFLASH_radiotherapy/init_vis.mac b/examples/advanced/eFLASH_radiotherapy/init_vis.mac index ba01bb141c6..d7ac0129ef9 100644 --- a/examples/advanced/eFLASH_radiotherapy/init_vis.mac +++ b/examples/advanced/eFLASH_radiotherapy/init_vis.mac @@ -4,6 +4,10 @@ # Set some default verbose /control/verbose 1 /run/verbose 1 + +# Activate detector array +#/changeDetector/activateArray true + # # # Initialize kernel diff --git a/examples/advanced/eFLASH_radiotherapy/run.mac b/examples/advanced/eFLASH_radiotherapy/run.mac index 44d40b95977..5374707c07a 100644 --- a/examples/advanced/eFLASH_radiotherapy/run.mac +++ b/examples/advanced/eFLASH_radiotherapy/run.mac @@ -6,9 +6,9 @@ /run/verbose 1 /event/verbose 0 -## - -/Physics/addPhysics standard_opt4 +######################### +# Activate detector array +/changeDetector/activateArray false ########################## # Initialisation procedure @@ -26,12 +26,11 @@ ######################### # Scoring mesh is used to calculate -# the dose in the phantom +# the dose in the water phantom +##### This scorer compute the depth dose distribution##### /score/create/boxMesh boxMesh_1 -# scorer for dose in water phantom - /score/mesh/boxSize 60 2 2 mm /score/mesh/nBin 120 1 1 /score/mesh/translate/xyz 60 0 0 mm @@ -39,9 +38,22 @@ /score/close + +##### This scorer compute the lateral dose distribution##### +/score/create/boxMesh boxMesh_2 + +/score/mesh/boxSize 2 2 75 mm +/score/mesh/nBin 1 1 150 +/score/mesh/translate/xyz 13 0 0 mm ## The position is set to 13 mm corresponding to the depth at the maximum dose for 9 MeV electron beams +/score/quantity/doseDeposit dose Gy + +/score/close + + /score/list -/run/beamOn 500000 +/run/beamOn 200000 -/score/dumpQuantityToFile boxMesh_1 dose dose.out +/score/dumpQuantityToFile boxMesh_1 dose dose_longitudinal.out +/score/dumpQuantityToFile boxMesh_2 dose dose_transversal.out diff --git a/examples/advanced/eFLASH_radiotherapy/src/FlashDetectorConstruction.cc b/examples/advanced/eFLASH_radiotherapy/src/FlashDetectorConstruction.cc index a1efeefd3ab..cd5d18326da 100644 --- a/examples/advanced/eFLASH_radiotherapy/src/FlashDetectorConstruction.cc +++ b/examples/advanced/eFLASH_radiotherapy/src/FlashDetectorConstruction.cc @@ -67,24 +67,30 @@ #include "G4VisAttributes.hh" #include "FlashDetectorMessenger.hh" +#include "FlashSensitiveDetector.hh" + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... FlashDetectorConstruction::FlashDetectorConstruction() : G4VUserDetectorConstruction(), physicalTreatmentRoom(0),logicTreatmentRoom(0), Collimator(0), fPhantom(0), fPhantomLogicalVolume(0),fPhant_phys(0), - fCheckOverlaps(true) { + fCheckOverlaps(true), + fActivateDet(false) + { DefineMaterials(); fDetectorMessenger = new FlashDetectorMessenger(this); SetPhantomSize(30. *cm, 30. *cm, 30. *cm); SetAirGap(0*cm); // Set the air gap between the water phantom and the end of the applicator - SetDetectorThickness(10*um); + SetDetectorThickness(10*um); //Set the SiC detector thickness SetDetector_subThickness(370*um); - SetDetectorWidth(5*mm); - SetAirGap_water_detector(0*cm); // Set the air gap between the end of the water phantom and the entrance of the detector - + SetDetectorWidth(2*mm); //Set the SiC detector width + SetDetectorPosition(13*mm); // Position of the single detector and of the SiC array within the water phantom + // Change the following parameters to change the number of detectors and center to center distance of the SiC array + nDet = 40; + fDet_ctc = 3 * mm; } @@ -154,10 +160,10 @@ FlashDetectorConstruction::ConstructPhantom(G4double CollPos) { return fPhant_phys; } -G4VPhysicalVolume * -FlashDetectorConstruction::ConstructDetector(){ - //Detector +void FlashDetectorConstruction::ConstructDetector(){ + //Detector + G4double fDensity_SiC=3.22*g/cm3; @@ -168,25 +174,68 @@ FlashDetectorConstruction::ConstructDetector(){ fDetectorMaterial=SiC; - fDetectorPosition=fPhantom_coordinateX+fAirGap+fPhantomSizeX/2+fDet_thickness/2+fAirGap_phantom_det; - + fDet_box = new G4Box("Detector",fDet_thickness/2,fDet_width/2,fDet_width/2); // Definition of the logical volume of the Detector fDetLogicalVolume = new G4LogicalVolume(fDet_box, fDetectorMaterial, "DetectorLog", 0, 0, 0); - fDet_phys = new G4PVPlacement(0,G4ThreeVector(fDetectorPosition, 0. * mm, 0. * mm), "DetPhys",fDetLogicalVolume,physicalTreatmentRoom,false, 0, fCheckOverlaps); - + fDet_sub = new G4Box("Det_sub",fDet_sub_thickness/2,fDet_width/2,fDet_width/2); - // Definition of the logical volume of the Detector - fDet_sub_LogicalVolume = - new G4LogicalVolume(fDet_sub, fDetectorMaterial, "Det_sub_Log", 0, 0, 0); - fDet_sub_phys = new G4PVPlacement(0,G4ThreeVector(fDetectorPosition+fDet_thickness+fDet_sub_thickness/2, 0. * mm, 0. * mm), "Det_sub_Phys",fDet_sub_LogicalVolume,physicalTreatmentRoom,false, 0, fCheckOverlaps); + // Definition of the logical volume of the Detector substrate + fDet_sub_LogicalVolume = + new G4LogicalVolume(fDet_sub, fDetectorMaterial, "Det_sub_Log", 0, 0, 0); + + G4double posInit = (nDet - 1) * fDet_ctc / 2; - return fDet_phys; + +if (fActivateDet) { + // Placement physical volumes of the detector array + for (int i = 0; i < nDet; i++){ + + std::ostringstream os; + os << "Det_Phys_"; + if (i < 10) + { + os << "00"; + } else if (i < 100){ + os << "0"; + } + os << i ; + G4String name = os.str(); + + G4cout << "Position: " << -posInit + fDet_ctc * i << G4endl; + + fDet_phys.push_back(new G4PVPlacement( + 0, + // G4ThreeVector(fDetectorPosition, 0, -posInit + fDet_ctc * i), + G4ThreeVector(-fPhantomSizeX/2+fDetectorPosition, 0, -posInit + fDet_ctc * i), + name, + fDetLogicalVolume, + fPhant_phys, + false, + i, + fCheckOverlaps + )); + + + fDet_sub_phys.push_back (new G4PVPlacement + (0, + G4ThreeVector(-fPhantomSizeX/2+fDetectorPosition+fDet_thickness/2+fDet_sub_thickness/2, 0. * mm, -posInit + fDet_ctc * i), + "Det_sub_Phys", + fDet_sub_LogicalVolume, + fPhant_phys, + false, + i, + fCheckOverlaps)); + + + + } +} } @@ -228,16 +277,28 @@ G4VPhysicalVolume *FlashDetectorConstruction::Construct() { fPhantom_physical = ConstructPhantom(Collimator->fFinalApplicatorXPositionFlash + Collimator->fHightFinalApplicatorFlash+fAirGap); - ConstructDetector(); - + + ConstructDetector(); + return physicalTreatmentRoom; } void FlashDetectorConstruction::ConstructSDandField() { -//modify this function if you want to insert a sensitive detector +if (fActivateDet){ + + G4SDManager * SDman = G4SDManager::GetSDMpointer(); + + // Sensitive detector + FlashSensitiveDetector *fSensDet = new FlashSensitiveDetector("fSensitiveDetector"); + + SDman->AddNewDetector(fSensDet); + fDetLogicalVolume->SetSensitiveDetector(fSensDet); + +} + } @@ -335,18 +396,12 @@ void FlashDetectorConstruction::SetDetector_subThickness(G4double thickness_sub) } - - - - void FlashDetectorConstruction::SetAirGap_water_detector(G4double spost) -{ - - fAirGap_phantom_det=spost; -} - - void FlashDetectorConstruction::SetDetectorPosition(G4double position) { - + fDetectorPosition=position; } + +void FlashDetectorConstruction::ActivateDetArray(G4bool fbool){ + fActivateDet = fbool; +} diff --git a/examples/advanced/eFLASH_radiotherapy/src/FlashDetectorMessenger.cc b/examples/advanced/eFLASH_radiotherapy/src/FlashDetectorMessenger.cc index 998fe9301ae..4419bab5bc3 100644 --- a/examples/advanced/eFLASH_radiotherapy/src/FlashDetectorMessenger.cc +++ b/examples/advanced/eFLASH_radiotherapy/src/FlashDetectorMessenger.cc @@ -33,6 +33,9 @@ #include "G4UIcmdWithoutParameter.hh" #include "G4UIcmdWithAString.hh" #include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWithABool.hh" + +#include "G4SystemOfUnits.hh" ///////////////////////////////////////////////////////////////////////////// FlashDetectorMessenger::FlashDetectorMessenger(FlashDetectorConstruction* detector) @@ -49,20 +52,16 @@ FlashDetectorMessenger::FlashDetectorMessenger(FlashDetectorConstruction* detect fChangeThePhantomMaterialCmd -> SetDefaultValue("G4_WATER"); fChangeThePhantomMaterialCmd -> AvailableForStates(G4State_Idle); - - // fChange Detector size fChangeTheDetectorDir = new G4UIdirectory("/changeDetector/"); fChangeTheDetectorDir -> SetGuidance("Command to fChange the Detector Size"); -// fChange Detector material + // fChange Detector material fChangeTheDetectorMaterialCmd = new G4UIcmdWithAString("/changeDetector/material", this); fChangeTheDetectorMaterialCmd -> SetGuidance("fChange the Phantom and the detector material"); fChangeTheDetectorMaterialCmd -> SetParameterName("PhantomMaterial", false); - fChangeTheDetectorMaterialCmd -> AvailableForStates(G4State_Idle); - fUpdateCmd = new G4UIcmdWithoutParameter("/changePhantom/update",this); fUpdateCmd->SetGuidance("Update Phantom/Detector geometry."); @@ -75,9 +74,12 @@ FlashDetectorMessenger::FlashDetectorMessenger(FlashDetectorConstruction* detect fUpdateCmd_d->SetGuidance("This command MUST be applied before \"beamOn\" "); fUpdateCmd_d->SetGuidance("if you fChanged geometrical value(s)."); fUpdateCmd_d->AvailableForStates(G4State_Idle); - - + fActivateDetArrayCmd = new G4UIcmdWithABool("/changeDetector/activateArray", this); + fActivateDetArrayCmd -> SetParameterName("true/false", true); + fActivateDetArrayCmd -> SetGuidance("Activate detector array."); + fActivateDetArrayCmd -> SetGuidance("This command must be applied before /run/initialize"); + fActivateDetArrayCmd -> AvailableForStates(G4State_PreInit); } ///////////////////////////////////////////////////////////////////////////// @@ -90,6 +92,8 @@ FlashDetectorMessenger::~FlashDetectorMessenger() delete fChangeThePhantomMaterialCmd; delete fChangeTheDetectorMaterialCmd; + + delete fActivateDetArrayCmd; } @@ -107,7 +111,10 @@ void FlashDetectorMessenger::SetNewValue(G4UIcommand* command,G4String newValue) { flashDetector -> SetDetectorMaterial(newValue); } - - + + else if (command == fActivateDetArrayCmd){ + G4bool fbool = fActivateDetArrayCmd -> GetNewBoolValue(newValue); + flashDetector -> ActivateDetArray(fbool); + } } diff --git a/examples/advanced/eFLASH_radiotherapy/src/FlashRunAction.cc b/examples/advanced/eFLASH_radiotherapy/src/FlashRunAction.cc index 83fef2a7b11..79955c431a3 100644 --- a/examples/advanced/eFLASH_radiotherapy/src/FlashRunAction.cc +++ b/examples/advanced/eFLASH_radiotherapy/src/FlashRunAction.cc @@ -30,17 +30,33 @@ #include "FlashRunAction.hh" #include "FlashPrimaryGeneratorAction.hh" -#include "G4Accumulable.hh" -#include "G4AccumulableManager.hh" #include "G4LogicalVolume.hh" #include "G4Run.hh" #include "G4RunManager.hh" #include "G4SystemOfUnits.hh" #include "G4UnitsTable.hh" +#include "G4AnalysisManager.hh" + FlashRunAction::FlashRunAction() : G4UserRunAction() { + // Create analysis manager + G4AnalysisManager* fAnalysisManager = G4AnalysisManager::Instance(); + + // Merging ntuples from multiple root files due to multithreading + // fAnalysisManager->SetNtupleMerging(true); + // Creation of ntuple + fAnalysisManager->CreateNtuple("fSensitiveDetector", "fSensitiveDetector"); + fAnalysisManager->CreateNtupleDColumn("fX"); + fAnalysisManager->CreateNtupleDColumn("fY"); + fAnalysisManager->CreateNtupleDColumn("fZ"); + fAnalysisManager->CreateNtupleDColumn("fDose"); + fAnalysisManager->CreateNtupleDColumn("fEdep"); + fAnalysisManager->CreateNtupleIColumn("fEventID"); + fAnalysisManager->CreateNtupleIColumn("fParentID"); + fAnalysisManager->CreateNtupleSColumn("fParticle"); + fAnalysisManager->FinishNtuple(0); } @@ -50,6 +66,17 @@ FlashRunAction::~FlashRunAction() {} void FlashRunAction::BeginOfRunAction(const G4Run *run) { G4cout << "### Run " << run->GetRunID() << " start." << G4endl; + // Create analysis manager + G4AnalysisManager* fAnalysisManager = G4AnalysisManager::Instance(); + + // Merging ntuples from multiple root files due to multithreading + //fAnalysisManager->SetNtupleMerging(true); // uncomment this only for root files + + // Open an output file + G4int runID = run -> GetRunID(); + std::stringstream strRunID; + strRunID << runID; + fAnalysisManager->OpenFile("output_"+strRunID.str()+".csv"); G4RunManager::GetRunManager()->SetRandomNumberStore(false); @@ -60,7 +87,10 @@ void FlashRunAction::EndOfRunAction(const G4Run *run) { if (nofEvents == 0) return; - + // close the output file + G4AnalysisManager* fAnalysisManager = G4AnalysisManager::Instance(); + fAnalysisManager->Write(); + fAnalysisManager->CloseFile(); if (IsMaster()) { diff --git a/examples/advanced/eFLASH_radiotherapy/src/FlashSensitiveDetector.cc b/examples/advanced/eFLASH_radiotherapy/src/FlashSensitiveDetector.cc new file mode 100644 index 00000000000..a01695de134 --- /dev/null +++ b/examples/advanced/eFLASH_radiotherapy/src/FlashSensitiveDetector.cc @@ -0,0 +1,76 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +#include "FlashSensitiveDetector.hh" + +#include "G4HCofThisEvent.hh" +#include "G4SDManager.hh" + +FlashSensitiveDetector::FlashSensitiveDetector(const G4String& name) : G4VSensitiveDetector(name) +{ + +} + +FlashSensitiveDetector::~FlashSensitiveDetector() +{ + +} + + +G4bool FlashSensitiveDetector::ProcessHits(G4Step* step, G4TouchableHistory*) + +{ + G4double edep = step -> GetTotalEnergyDeposit(); + + if (edep == 0) return false; + + const G4VTouchable *touchable = step -> GetPreStepPoint() -> GetTouchable(); + G4VPhysicalVolume *physVol = touchable -> GetVolume(); + G4ThreeVector posDetector = physVol -> GetTranslation(); // get the position + + G4Track *track = step -> GetTrack(); + + auto material = track -> GetMaterial(); + auto density = material -> GetDensity(); + G4double cavityVolume = (track->GetVolume()->GetLogicalVolume()->GetSolid()->GetCubicVolume()); + G4double massOfCavity = cavityVolume * density; + G4double dose = edep / massOfCavity / gray; + edep = edep / MeV; + + + + G4AnalysisManager *fAnalysisManager = G4AnalysisManager::Instance(); + fAnalysisManager -> FillNtupleDColumn(0, 0, posDetector[0]); + fAnalysisManager -> FillNtupleDColumn(0, 1, posDetector[1]); + fAnalysisManager -> FillNtupleDColumn(0, 2, posDetector[2]); + fAnalysisManager -> FillNtupleDColumn(0, 3, dose); + fAnalysisManager -> FillNtupleDColumn(0, 4, edep); + fAnalysisManager -> FillNtupleIColumn(0, 5, G4RunManager::GetRunManager()->GetCurrentEvent()->GetEventID()); + fAnalysisManager -> FillNtupleIColumn(0, 6, track->GetParentID()); + fAnalysisManager -> FillNtupleSColumn(0, 7, track->GetDynamicParticle()->GetDefinition()->GetParticleName()); + fAnalysisManager -> AddNtupleRow(0); + + return true; +} diff --git a/examples/advanced/eRosita/History b/examples/advanced/eRosita/History index b2ef7d98171..237a18b2fa8 100644 --- a/examples/advanced/eRosita/History +++ b/examples/advanced/eRosita/History @@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-09-20 Gabriele Cosmo (eRosita-V11-02-00) +- Avoid deleting anything after deletion of run-manager in main(). + ## 2023-11-15 I. Hrivnacova (eRosita-V11-01-01) - Updated vis.mac: - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices diff --git a/examples/advanced/eRosita/eRosita.cc b/examples/advanced/eRosita/eRosita.cc index a2864c2df86..e69a09131e1 100644 --- a/examples/advanced/eRosita/eRosita.cc +++ b/examples/advanced/eRosita/eRosita.cc @@ -89,8 +89,8 @@ auto main(int argumentCount, char** argumentVector) -> int // owned and deleted by the run manager, // so they should not be deleted in the main() program! - delete runManager; delete verbosity; + delete runManager; return 0; } diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out index 8452e8f6889..f19a321c798 100644 --- a/examples/advanced/eRosita/eRosita.out +++ b/examples/advanced/eRosita/eRosita.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -58,7 +58,7 @@ The materials defined are : ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -96,10 +96,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -277,6 +280,7 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte @@ -291,6 +295,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 100.00 0k 1 4 4 0.00 World +-------------------------------------------------------------------------------- + ### Run 0 starts. --- Run 0 (master) start. >>> Event: 0 @@ -524,14 +530,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=3.600000s Real=3.726457s Sys=0.010000s + User=3.300000s Real=3.593375s Sys=0.010000s --- Run 0 (master) end. Total number of events: 1000. - User=3.600000s Real=3.726857s Sys=0.010000s + User=3.300000s Real=3.593627s Sys=0.010000s G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1fbdd60 -UserPhysicsList deleted 0x220ba00 -UserActionInitialization deleted 0x2217110 +UserDetectorConstruction deleted 0x8b9ae0 +UserPhysicsList deleted 0xb18c90 +UserActionInitialization deleted 0xb23400 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/advanced/exp_microdosimetry/History b/examples/advanced/exp_microdosimetry/History index 55b60caf01a..1a27e6350b1 100644 --- a/examples/advanced/exp_microdosimetry/History +++ b/examples/advanced/exp_microdosimetry/History @@ -5,6 +5,8 @@ which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-10-28 G. Milluzzo (exp_microdosimetry-V11-02-00) +- Added the SiC microdosimeter geometry in DetectorConstruction ## 2023-11-15 I. Hrivnacova (exp_microdosimetry-V11-01-03) - Updated vis.mac: changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" diff --git a/examples/advanced/exp_microdosimetry/README b/examples/advanced/exp_microdosimetry/README index 0236acfb943..ca9839440b1 100644 --- a/examples/advanced/exp_microdosimetry/README +++ b/examples/advanced/exp_microdosimetry/README @@ -25,7 +25,7 @@ G. Milluzzo- INFN-Sezione di Catania, Catania, Italy ----> Introduction. The exp_microdosimetry example models different detectors for microdosimetry in space applications. The example lets the user -choose between the models of a simplified diamond (1), a micro-diamond (2), a simplified silicon (3), a silicon microdosimeter (4), and a two-stage diamond detector (5): +choose between the models of a simplified diamond (1), a micro-diamond (2), a simplified silicon (3), a silicon microdosimeter (4), a two-stage diamond detector (5) and a SiC microdosimeter (6): 1) A semplified diamond microdosimeter is based on the detector developed by Prof. Anatoly Rosenfeld and his team at the Centre For Medical Radiation Physics, CMRP, University of Wollongong, NSW, Australia. The design of the device is documented in J. Davis, et al., "Characterisation of a novel diamond-based microdosimeter prototype for radioprotection applications in space environments",IEEE Transactions on Nuclear Science, @@ -36,6 +36,7 @@ Vol. 59, pp. 3110-3116, 2012. 3-4) Both silicon microdosimeters are based on the "Bridge" microdosimeter, developed by the Centre For Medical Radiation physics, University of Wollongong, documented in chapter 7 of the PhD Thesis of D. Bolst “Silicon microdosimetry in hadron therapy using Geant4”, https://ro.uow.edu.au/theses1/619/ . (3) contains a simplified geometry with only four sensitive volumes, while (4) includes the complete design. 5) The diamond telescope is based on the detector developed by University of Rome "Tor Vergata". Its design and characterisation are documented in Cesaroni et al., "", Nucl. Instrum. Methods. Phys. Res. A, vol.947, 2019, DOI:https://doi.org/10.1016/j.nima.2019.162744 , and in C. Verona et al., "Characterisation of a monolithic ΔE-E diamond telescope detector using low energy ion microbeams", Radiation Measurements, vol. 159, 2022, DOI:https://doi.org/10.1016/j.radmeas.2022.106875 . +6) A sempliefied version of a Silicon Carbide (SiC) based microdosimeter developed at INFN-CT, including the 370 um thick substrate. The default size are the following: 100x100x22 um. The type of detectors, its shape, and its position can be set via the included "geometry.mac" macro. This macro is called in both the vis.mac and run.mac macro files, and include the following options: diff --git a/examples/advanced/exp_microdosimetry/exp_microdosimetry.out b/examples/advanced/exp_microdosimetry/exp_microdosimetry.out index 7fcba932d61..1c45d59d41a 100644 --- a/examples/advanced/exp_microdosimetry/exp_microdosimetry.out +++ b/examples/advanced/exp_microdosimetry/exp_microdosimetry.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -126,10 +125,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -564,7 +566,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -843,7 +845,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -912,8 +914,6 @@ Index : 4 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ... set ntuple merging mode : G4NtupleMergeMode::kNone - done ... set ntuple merging mode : G4NtupleMergeMode::kNone - done diff --git a/examples/advanced/exp_microdosimetry/geometry.mac b/examples/advanced/exp_microdosimetry/geometry.mac index fbf49a9eef4..c07ee1389a6 100644 --- a/examples/advanced/exp_microdosimetry/geometry.mac +++ b/examples/advanced/exp_microdosimetry/geometry.mac @@ -6,6 +6,7 @@ #/geometrySetup/selectDetector Silicon #/geometrySetup/selectDetector SiliconBridge #/geometrySetup/selectDetector DiamondTelescope +#/geometrySetup/selectDetector SiCDetector # Uncomment to change the detector's width and/or thickness # Otherwise default values are used diff --git a/examples/advanced/exp_microdosimetry/include/DetectorConstruction.hh b/examples/advanced/exp_microdosimetry/include/DetectorConstruction.hh index 1e041605acb..cbb9e3ce71a 100644 --- a/examples/advanced/exp_microdosimetry/include/DetectorConstruction.hh +++ b/examples/advanced/exp_microdosimetry/include/DetectorConstruction.hh @@ -71,6 +71,7 @@ private: void ConstructSiliconDetector(); void ConstructSiliconBridgeDetector(); void ConstructDiamondTelescope(); + void ConstructSiC(); // store these variable across various Construct*() above G4VPhysicalVolume* physical_world; diff --git a/examples/advanced/exp_microdosimetry/src/DetectorConstruction.cc b/examples/advanced/exp_microdosimetry/src/DetectorConstruction.cc index d720b9ebfab..aad022255c5 100644 --- a/examples/advanced/exp_microdosimetry/src/DetectorConstruction.cc +++ b/examples/advanced/exp_microdosimetry/src/DetectorConstruction.cc @@ -87,6 +87,7 @@ G4VPhysicalVolume* DetectorConstruction::Construct() else if( detectorType == "Silicon" ) ConstructSiliconDetector(); else if( detectorType == "SiliconBridge" ) ConstructSiliconBridgeDetector(); else if( detectorType == "DiamondTelescope" ) ConstructDiamondTelescope(); + else if( detectorType == "SiCDetector") ConstructSiC(); else { G4cout << "ERROR: " << detectorType << " is not an allowed detector type. "; @@ -1061,6 +1062,61 @@ void DetectorConstruction::ConstructSiliconBridgeDetector() } +void DetectorConstruction::ConstructSiC() +{ + +//Define SiC + G4double A = 12.01 * g/mole; + G4double Z = 6; +G4double A_Si=28.086*g/mole; + G4double Z_Si=14; +G4double density_SiC=3.22*g/cm3; +G4Element *Si=new G4Element("Silicum","Si",Z_Si,A_Si); +G4Element *C=new G4Element("Carbon","C",Z,A); +G4Material *SiC=new G4Material("SiC", density_SiC,2); +SiC->AddElement(Si,1); +SiC->AddElement(C,1); + +/*G4Material *airNist = G4NistManager::Instance()->FindOrBuildMaterial("G4_AIR", isotopes); + G4Material *Silicon = G4NistManager::Instance()->FindOrBuildMaterial("G4_Si", isotopes);*/ + + +detectorSizeWidth=0.1*mm; + detectorSizeThickness=22*um;//10*um; + + G4double substrate_thickness=370*um; + + G4double SV_x = detectorSizeWidth/2; + G4double SV_y = detectorSizeWidth/2; + G4double SV_z = detectorSizeThickness/2; + + G4Box* SV_box = new G4Box("SV_box",SV_x,SV_y,SV_z); + + G4LogicalVolume* logical_SV = new G4LogicalVolume(SV_box, SiC, "SV_log", 0,0,0); + + new G4PVPlacement(0, G4ThreeVector(0*mm,0*mm,-SV_z), logical_SV,"SV_phys1", + logical_motherVolumeForDetector,false, 0, true); + + + G4Box* Substrate_box = new G4Box("Substrate_box",SV_x,SV_y,substrate_thickness/2); + + + G4LogicalVolume* logical_substrate = new G4LogicalVolume(Substrate_box, SiC, "substrate_log", 0,0,0); + + new G4PVPlacement(0, G4ThreeVector(0,0,-2*SV_z-substrate_thickness/2), logical_substrate,"substrate_phys", + logical_motherVolumeForDetector, + false, 0, true); + + +// Visualisation attributes + + G4VisAttributes vis_SV(G4Colour(198, 226, 255)); + vis_SV.SetForceSolid(true); + logical_SV -> SetVisAttributes(vis_SV); +} + + + void DetectorConstruction::ConstructSDandField() { SensitiveDetector* SD = new SensitiveDetector("SD", "DetectorHitsCollection", true, analysis); diff --git a/examples/advanced/exp_microdosimetry/src/DetectorMessenger.cc b/examples/advanced/exp_microdosimetry/src/DetectorMessenger.cc index 432eb0ac4da..c7b12303211 100644 --- a/examples/advanced/exp_microdosimetry/src/DetectorMessenger.cc +++ b/examples/advanced/exp_microdosimetry/src/DetectorMessenger.cc @@ -142,7 +142,7 @@ void DetectorMessenger::SetNewValue(G4UIcommand* command, G4String commandConten if( command == changeTheDetectorCmd ) { - if( commandContent == "Diamond" || commandContent == "MicroDiamond" || commandContent == "Silicon" || commandContent == "SiliconBridge" || commandContent == "DiamondTelescope") + if( commandContent == "Diamond" || commandContent == "MicroDiamond" || commandContent == "Silicon" || commandContent == "SiliconBridge" || commandContent == "SiCDetector" || commandContent == "DiamondTelescope") { detectorType = commandContent; geometryHasChanged = true; diff --git a/examples/advanced/fastAerosol/History b/examples/advanced/fastAerosol/History index 9b4a9da7c1a..f626760f347 100644 --- a/examples/advanced/fastAerosol/History +++ b/examples/advanced/fastAerosol/History @@ -4,6 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-08-12 I. Hrivnacova (fastAerosol-V11-02-00) +- Updated for changes in accumulables: + use new "Register" method with shorter name + ## 2023-11-15 I. Hrivnacova (fastAerosol-V11-01-01) - Updated vis.mac: - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices diff --git a/examples/advanced/fastAerosol/fastAerosol.out b/examples/advanced/fastAerosol/fastAerosol.out index 347b04435e6..85e1626a46e 100644 --- a/examples/advanced/fastAerosol/fastAerosol.out +++ b/examples/advanced/fastAerosol/fastAerosol.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,6 +21,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo <<< Geant4 Physics List simulation engine: QGSP_BIC +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -33,7 +35,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -139,10 +140,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -313,7 +317,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -791,7 +795,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -816,7 +820,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -867,6 +871,7 @@ Index : 3 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 2 kByte @@ -885,8 +890,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 46.13 1k 1 20 20 0.00 detectorMesh_0 46.13 1k 1 20 20 0.00 detectorMesh_1 7.74 0k 1 2 4 0.00 World -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. ********************************************************************************************************* @@ -13751,7 +13756,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=1.330000s Real=1.545951s Sys=0.020000s + User=1.270000s Real=1.344491s Sys=0.030000s --------------------End of Global Run----------------------- The run consists of 10 proton of 50 MeV @@ -13765,9 +13770,9 @@ Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x2472be0 -UserPhysicsList deleted 0x246ef30 -UserActionInitialization deleted 0x2630900 +UserDetectorConstruction deleted 0x1655f10 +UserPhysicsList deleted 0x1652260 +UserActionInitialization deleted 0x1813be0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/advanced/fastAerosol/src/FARunAction.cc b/examples/advanced/fastAerosol/src/FARunAction.cc index 3bab171416f..1cb090757eb 100644 --- a/examples/advanced/fastAerosol/src/FARunAction.cc +++ b/examples/advanced/fastAerosol/src/FARunAction.cc @@ -57,8 +57,8 @@ RunAction::RunAction() // Register accumulable to the accumulable manager G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(fEdep); - accumulableManager->RegisterAccumulable(fEdep2); + accumulableManager->Register(fEdep); + accumulableManager->Register(fEdep2); } void RunAction::BeginOfRunAction(const G4Run*) diff --git a/examples/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out index 97c5d4bd65b..fb17c2bfdd3 100644 --- a/examples/advanced/gammaknife/gammaknife.out +++ b/examples/advanced/gammaknife/gammaknife.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -167,10 +166,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -616,15 +618,13 @@ Index : 7 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Run 0 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005674s Sys=0.000000s - User TOT = 0 Real TOT = 0.00601004 + User=0.010000s Real=0.002765s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.00303173 Summary of Run 0 : /run/geometryModified @@ -693,8 +693,8 @@ Run 1 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002018s Sys=0.010000s - User TOT = 0 Real TOT = 0.00814804 + User=0.000000s Real=0.002057s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.00519326 Summary of Run 1 : /run/geometryModified @@ -763,8 +763,8 @@ Run 2 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002105s Sys=0.000000s - User TOT = 0 Real TOT = 0.0103723 + User=0.000000s Real=0.001956s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.00727625 Summary of Run 2 : /run/geometryModified @@ -833,8 +833,8 @@ Run 3 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002741s Sys=0.000000s - User TOT = 0 Real TOT = 0.0132334 + User=0.000000s Real=0.001607s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.00898898 Summary of Run 3 : /run/geometryModified @@ -903,8 +903,8 @@ Run 4 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001901s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0164923 + User=0.000000s Real=0.001629s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.01073 Summary of Run 4 : /run/geometryModified @@ -973,8 +973,8 @@ Run 5 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002463s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0207157 + User=0.000000s Real=0.002114s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.01295 Summary of Run 5 : /run/geometryModified @@ -1043,8 +1043,8 @@ Run 6 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002571s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0246796 + User=0.000000s Real=0.001780s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0148514 Summary of Run 6 : /run/geometryModified @@ -1113,8 +1113,8 @@ Run 7 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002027s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.026829 + User=0.000000s Real=0.001615s Sys=0.010000s + User TOT = 0.01 Real TOT = 0.0165697 Summary of Run 7 : /run/geometryModified @@ -1183,8 +1183,8 @@ Run 8 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002228s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0308465 + User=0.010000s Real=0.001768s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0184401 Summary of Run 8 : /run/geometryModified @@ -1253,8 +1253,8 @@ Run 9 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002182s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0341438 + User=0.000000s Real=0.001925s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0204693 Summary of Run 9 : /run/geometryModified @@ -1323,8 +1323,8 @@ Run 10 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002138s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.037632 + User=0.000000s Real=0.002641s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0232253 Summary of Run 10 : /run/geometryModified @@ -1393,8 +1393,8 @@ Run 11 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002066s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0410941 + User=0.000000s Real=0.001816s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0251445 Summary of Run 11 : /run/geometryModified @@ -1463,8 +1463,8 @@ Run 12 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003282s Sys=0.010000s - User TOT = 0.02 Real TOT = 0.0447642 + User=0.000000s Real=0.001980s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0272297 Summary of Run 12 : /run/geometryModified @@ -1533,8 +1533,8 @@ Run 13 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004210s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0493461 + User=0.000000s Real=0.001850s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0291894 Summary of Run 13 : /run/geometryModified @@ -1603,8 +1603,8 @@ Run 14 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004358s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0540114 + User=0.010000s Real=0.001833s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0311379 Summary of Run 14 : /run/geometryModified @@ -1673,8 +1673,8 @@ Run 15 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004431s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0587585 + User=0.000000s Real=0.002301s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0335399 Summary of Run 15 : /run/geometryModified @@ -1743,8 +1743,8 @@ Run 16 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004255s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0633197 + User=0.000000s Real=0.002022s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0356665 Summary of Run 16 : /run/geometryModified @@ -1813,8 +1813,8 @@ Run 17 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004376s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0680631 + User=0.000000s Real=0.002508s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0382857 Summary of Run 17 : /run/geometryModified @@ -1883,8 +1883,8 @@ Run 18 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004265s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0727205 + User=0.000000s Real=0.002777s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0411781 Summary of Run 18 : /run/geometryModified @@ -1953,8 +1953,8 @@ Run 19 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004303s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0773157 + User=0.000000s Real=0.004412s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0457396 Summary of Run 19 : /run/geometryModified @@ -2023,8 +2023,8 @@ Run 20 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004251s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0818759 + User=0.000000s Real=0.002579s Sys=0.010000s + User TOT = 0.04 Real TOT = 0.0484237 Summary of Run 20 : /run/geometryModified @@ -2093,8 +2093,8 @@ Run 21 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004165s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0863987 + User=0.000000s Real=0.002860s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0513913 Summary of Run 21 : /run/geometryModified @@ -2163,8 +2163,8 @@ Run 22 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004192s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0938456 + User=0.000000s Real=0.003452s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0550997 Summary of Run 22 : /run/geometryModified @@ -2233,8 +2233,8 @@ Run 23 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003972s Sys=0.010000s - User TOT = 0.02 Real TOT = 0.0982762 + User=0.000000s Real=0.002030s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.057241 Summary of Run 23 : /run/geometryModified @@ -2303,8 +2303,8 @@ Run 24 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004357s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.103001 + User=0.010000s Real=0.004103s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0614644 Summary of Run 24 : /run/geometryModified @@ -2373,8 +2373,8 @@ Run 25 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004161s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.107512 + User=0.000000s Real=0.002325s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0639167 Summary of Run 25 : /run/geometryModified @@ -2443,8 +2443,8 @@ Run 26 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004277s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.112093 + User=0.000000s Real=0.001802s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0658407 Summary of Run 26 : /run/geometryModified @@ -2513,8 +2513,8 @@ Run 27 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004312s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.116711 + User=0.000000s Real=0.003337s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0692864 Summary of Run 27 : /run/geometryModified @@ -2583,8 +2583,8 @@ Run 28 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003965s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.12103 + User=0.000000s Real=0.002282s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0716765 Summary of Run 28 : /run/geometryModified @@ -2653,8 +2653,8 @@ Run 29 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004024s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.125353 + User=0.000000s Real=0.003102s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0748878 Summary of Run 29 : /run/geometryModified @@ -2723,8 +2723,8 @@ Run 30 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003925s Sys=0.010000s - User TOT = 0.04 Real TOT = 0.129743 + User=0.010000s Real=0.004776s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0797751 Summary of Run 30 : /run/geometryModified @@ -2793,8 +2793,8 @@ Run 31 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004930s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.134976 + User=0.000000s Real=0.002155s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0820365 Summary of Run 31 : /run/geometryModified @@ -2863,8 +2863,8 @@ Run 32 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003974s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.139228 + User=0.000000s Real=0.002680s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0848347 Summary of Run 32 : /run/geometryModified @@ -2933,8 +2933,8 @@ Run 33 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004414s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.14403 + User=0.000000s Real=0.001758s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0866986 Summary of Run 33 : /run/geometryModified @@ -3003,8 +3003,8 @@ Run 34 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003879s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.148218 + User=0.000000s Real=0.002532s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0893372 Summary of Run 34 : /run/geometryModified @@ -3073,8 +3073,8 @@ Run 35 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003370s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.151893 + User=0.010000s Real=0.002755s Sys=0.010000s + User TOT = 0.07 Real TOT = 0.0922102 Summary of Run 35 : /run/geometryModified @@ -3143,8 +3143,8 @@ Run 36 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005001s Sys=0.010000s - User TOT = 0.04 Real TOT = 0.1572 + User=0.000000s Real=0.002349s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.0946654 Summary of Run 36 : /run/geometryModified @@ -3213,8 +3213,8 @@ Run 37 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004581s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.162152 + User=0.000000s Real=0.002095s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.0968675 Summary of Run 37 : /run/geometryModified @@ -3283,8 +3283,8 @@ Run 38 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004527s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.166995 + User=0.000000s Real=0.002418s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.099393 Summary of Run 38 : /run/geometryModified @@ -3353,8 +3353,8 @@ Run 39 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004150s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.17145 + User=0.000000s Real=0.002116s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.101628 Summary of Run 39 : /run/geometryModified @@ -3423,8 +3423,8 @@ Run 40 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004362s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.176311 + User=0.010000s Real=0.001941s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.103672 Summary of Run 40 : /run/geometryModified @@ -3493,8 +3493,8 @@ Run 41 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004289s Sys=0.010000s - User TOT = 0.04 Real TOT = 0.1809 + User=0.000000s Real=0.002723s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.106502 Summary of Run 41 : /run/geometryModified @@ -3563,8 +3563,8 @@ Run 42 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003647s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.184916 + User=0.000000s Real=0.002883s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.109504 Summary of Run 42 : /run/geometryModified @@ -3633,8 +3633,8 @@ Run 43 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004005s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.189215 + User=0.000000s Real=0.002476s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.112088 Summary of Run 43 : /run/geometryModified @@ -3703,8 +3703,8 @@ Run 44 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004263s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.193773 + User=0.000000s Real=0.002883s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.115079 Summary of Run 44 : /run/geometryModified @@ -3773,8 +3773,8 @@ Run 45 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005293s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.199378 + User=0.000000s Real=0.001796s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.117 Summary of Run 45 : /run/geometryModified @@ -3843,8 +3843,8 @@ Run 46 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004405s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.204078 + User=0.010000s Real=0.002164s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.11927 Summary of Run 46 : /run/geometryModified @@ -3913,8 +3913,8 @@ Run 47 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004208s Sys=0.010000s - User TOT = 0.05 Real TOT = 0.2086 + User=0.000000s Real=0.001637s Sys=0.010000s + User TOT = 0.09 Real TOT = 0.121014 Summary of Run 47 : /run/geometryModified @@ -3983,8 +3983,8 @@ Run 48 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006331s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.215405 + User=0.000000s Real=0.001959s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.123099 Summary of Run 48 : /run/geometryModified @@ -4053,8 +4053,8 @@ Run 49 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005060s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.220764 + User=0.000000s Real=0.002229s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.125436 Summary of Run 49 : /run/geometryModified @@ -4123,8 +4123,8 @@ Run 50 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004085s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.225226 + User=0.000000s Real=0.002055s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.127606 Summary of Run 50 : /run/geometryModified @@ -4193,8 +4193,8 @@ Run 51 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004087s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.229612 + User=0.010000s Real=0.002189s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.129907 Summary of Run 51 : /run/geometryModified @@ -4263,8 +4263,8 @@ Run 52 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003956s Sys=0.010000s - User TOT = 0.05 Real TOT = 0.233889 + User=0.000000s Real=0.001825s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.13186 Summary of Run 52 : /run/geometryModified @@ -4333,8 +4333,8 @@ Run 53 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003786s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.237806 + User=0.000000s Real=0.002792s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.134772 Summary of Run 53 : /run/geometryModified @@ -4403,8 +4403,8 @@ Run 54 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003700s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.241629 + User=0.000000s Real=0.001738s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.13662 Summary of Run 54 : /run/geometryModified @@ -4473,8 +4473,8 @@ Run 55 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004092s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.246112 + User=0.000000s Real=0.002030s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.138759 Summary of Run 55 : /run/geometryModified @@ -4543,8 +4543,8 @@ Run 56 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004142s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.25067 + User=0.010000s Real=0.001999s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.140867 Summary of Run 56 : /run/geometryModified @@ -4613,8 +4613,8 @@ Run 57 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003826s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.254857 + User=0.000000s Real=0.001930s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.142967 Summary of Run 57 : /run/geometryModified @@ -4683,8 +4683,8 @@ Run 58 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004234s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.259221 + User=0.000000s Real=0.002265s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.145341 Summary of Run 58 : /run/geometryModified @@ -4753,8 +4753,8 @@ Run 59 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003846s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.263469 + User=0.000000s Real=0.001975s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.147427 Summary of Run 59 : /run/geometryModified @@ -4823,8 +4823,8 @@ Run 60 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004154s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.26824 + User=0.000000s Real=0.002058s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.149685 Summary of Run 60 : /run/geometryModified @@ -4893,8 +4893,8 @@ Run 61 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004942s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.2736 + User=0.010000s Real=0.002480s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.152276 Summary of Run 61 : /run/geometryModified @@ -4963,8 +4963,8 @@ Run 62 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004102s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.278122 + User=0.000000s Real=0.001924s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.15431 Summary of Run 62 : /run/geometryModified @@ -5033,8 +5033,8 @@ Run 63 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003965s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.282224 + User=0.000000s Real=0.001871s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.156294 Summary of Run 63 : /run/geometryModified @@ -5103,8 +5103,8 @@ Run 64 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004824s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.287209 + User=0.000000s Real=0.001556s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.157961 Summary of Run 64 : /run/geometryModified @@ -5173,8 +5173,8 @@ Run 65 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004445s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.292068 + User=0.000000s Real=0.002079s Sys=0.010000s + User TOT = 0.12 Real TOT = 0.160148 Summary of Run 65 : /run/geometryModified @@ -5243,8 +5243,8 @@ Run 66 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003710s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.297905 + User=0.000000s Real=0.004158s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.164664 Summary of Run 66 : /run/geometryModified @@ -5313,8 +5313,8 @@ Run 67 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003721s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.302053 + User=0.010000s Real=0.002865s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.167644 Summary of Run 67 : /run/geometryModified @@ -5383,8 +5383,8 @@ Run 68 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003957s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.306792 + User=0.000000s Real=0.002858s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.170735 Summary of Run 68 : /run/geometryModified @@ -5453,8 +5453,8 @@ Run 69 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004507s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.31187 + User=0.000000s Real=0.003248s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.1741 Summary of Run 69 : /run/geometryModified @@ -5523,8 +5523,8 @@ Run 70 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004237s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.316967 + User=0.000000s Real=0.002521s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.176764 Summary of Run 70 : /run/geometryModified @@ -5593,8 +5593,8 @@ Run 71 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004713s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.322514 + User=0.000000s Real=0.001860s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.178735 Summary of Run 71 : /run/geometryModified @@ -5663,8 +5663,8 @@ Run 72 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002622s Sys=0.010000s - User TOT = 0.07 Real TOT = 0.325285 + User=0.010000s Real=0.003161s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.182007 Summary of Run 72 : /run/geometryModified @@ -5733,8 +5733,8 @@ Run 73 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004107s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.329541 + User=0.000000s Real=0.001992s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.184125 Summary of Run 73 : /run/geometryModified @@ -5803,8 +5803,8 @@ Run 74 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004984s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.334923 + User=0.000000s Real=0.002062s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.186305 Summary of Run 74 : /run/geometryModified @@ -5873,8 +5873,8 @@ Run 75 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004141s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.339184 + User=0.000000s Real=0.015746s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.202187 Summary of Run 75 : /run/geometryModified @@ -5943,8 +5943,8 @@ Run 76 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004246s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.343544 + User=0.000000s Real=0.001917s Sys=0.010000s + User TOT = 0.14 Real TOT = 0.204218 Summary of Run 76 : /run/geometryModified @@ -6013,8 +6013,8 @@ Run 77 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004246s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.348921 + User=0.000000s Real=0.013839s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.218194 Summary of Run 77 : /run/geometryModified @@ -6083,8 +6083,8 @@ Run 78 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003445s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.3543 + User=0.010000s Real=0.003931s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.222383 Summary of Run 78 : /run/geometryModified @@ -6153,8 +6153,8 @@ Run 79 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003703s Sys=0.010000s - User TOT = 0.08 Real TOT = 0.359888 + User=0.000000s Real=0.001789s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.224283 Summary of Run 79 : /run/geometryModified @@ -6223,8 +6223,8 @@ Run 80 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004006s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.364315 + User=0.000000s Real=0.002313s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.226712 Summary of Run 80 : /run/geometryModified @@ -6293,8 +6293,8 @@ Run 81 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013083s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.377526 + User=0.000000s Real=0.003109s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.230054 Summary of Run 81 : /run/geometryModified @@ -6363,8 +6363,8 @@ Run 82 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.005725s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.383369 + User=0.000000s Real=0.002876s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.233164 Summary of Run 82 : /run/geometryModified @@ -6433,8 +6433,8 @@ Run 83 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017565s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.402755 + User=0.000000s Real=0.002834s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.23622 Summary of Run 83 : /run/geometryModified @@ -6503,8 +6503,8 @@ Run 84 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003894s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.406788 + User=0.000000s Real=0.003212s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.239679 Summary of Run 84 : /run/geometryModified @@ -6573,8 +6573,8 @@ Run 85 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004545s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.411446 + User=0.000000s Real=0.002790s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.242684 Summary of Run 85 : /run/geometryModified @@ -6643,8 +6643,8 @@ Run 86 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018910s Sys=0.010000s - User TOT = 0.09 Real TOT = 0.430603 + User=0.000000s Real=0.003465s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.246387 Summary of Run 86 : /run/geometryModified @@ -6713,8 +6713,8 @@ Run 87 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019285s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.450221 + User=0.000000s Real=0.002596s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.249217 Summary of Run 87 : /run/geometryModified @@ -6783,8 +6783,8 @@ Run 88 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.005564s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.455918 + User=0.000000s Real=0.001690s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.251011 Summary of Run 88 : /run/geometryModified @@ -6853,8 +6853,8 @@ Run 89 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004020s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.460051 + User=0.000000s Real=0.003549s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.254667 Summary of Run 89 : /run/geometryModified @@ -6923,8 +6923,8 @@ Run 90 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007399s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.467573 + User=0.000000s Real=0.002868s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.257764 Summary of Run 90 : /run/geometryModified @@ -6993,8 +6993,8 @@ Run 91 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007078s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.474762 + User=0.000000s Real=0.002430s Sys=0.010000s + User TOT = 0.15 Real TOT = 0.260417 Summary of Run 91 : /run/geometryModified @@ -7063,8 +7063,8 @@ Run 92 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005030s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.482471 + User=0.010000s Real=0.001816s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.262347 Summary of Run 92 : /run/geometryModified @@ -7133,8 +7133,8 @@ Run 93 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008233s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.490857 + User=0.000000s Real=0.001715s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.264172 Summary of Run 93 : /run/geometryModified @@ -7203,8 +7203,8 @@ Run 94 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.007055s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.498287 + User=0.000000s Real=0.001862s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.266151 Summary of Run 94 : /run/geometryModified @@ -7273,8 +7273,8 @@ Run 95 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001991s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.500397 + User=0.000000s Real=0.002334s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.268587 Summary of Run 95 : /run/geometryModified @@ -7343,8 +7343,8 @@ Run 96 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002023s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.502552 + User=0.000000s Real=0.002075s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.270768 Summary of Run 96 : /run/geometryModified @@ -7413,8 +7413,8 @@ Run 97 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002154s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.504822 + User=0.000000s Real=0.001725s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.272601 Summary of Run 97 : /run/geometryModified @@ -7483,8 +7483,8 @@ Run 98 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002194s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.507133 + User=0.000000s Real=0.002052s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.274767 Summary of Run 98 : /run/geometryModified @@ -7553,8 +7553,8 @@ Run 99 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005540s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.512883 + User=0.000000s Real=0.002305s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.277178 Summary of Run 99 : /run/geometryModified @@ -7623,8 +7623,8 @@ Run 100 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002134s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.515141 + User=0.000000s Real=0.002501s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.279816 Summary of Run 100 : /run/geometryModified @@ -7693,8 +7693,8 @@ Run 101 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.010151s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.525423 + User=0.000000s Real=0.002000s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.281925 Summary of Run 101 : /run/geometryModified @@ -7763,8 +7763,8 @@ Run 102 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004274s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.529839 + User=0.000000s Real=0.001895s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.283925 Summary of Run 102 : /run/geometryModified @@ -7833,8 +7833,8 @@ Run 103 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003821s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.534 + User=0.000000s Real=0.002028s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.286057 Summary of Run 103 : /run/geometryModified @@ -7903,8 +7903,8 @@ Run 104 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004658s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.53895 + User=0.010000s Real=0.001990s Sys=0.010000s + User TOT = 0.17 Real TOT = 0.288153 Summary of Run 104 : /run/geometryModified @@ -7973,8 +7973,8 @@ Run 105 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004396s Sys=0.010000s - User TOT = 0.12 Real TOT = 0.543634 + User=0.000000s Real=0.002281s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.290541 Summary of Run 105 : /run/geometryModified @@ -8043,8 +8043,8 @@ Run 106 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005903s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.549667 + User=0.000000s Real=0.002630s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.293277 Summary of Run 106 : /run/geometryModified @@ -8113,8 +8113,8 @@ Run 107 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004672s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.554464 + User=0.000000s Real=0.003117s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.296501 Summary of Run 107 : /run/geometryModified @@ -8183,8 +8183,8 @@ Run 108 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004799s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.560029 + User=0.000000s Real=0.021288s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.31791 Summary of Run 108 : /run/geometryModified @@ -8253,8 +8253,8 @@ Run 109 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004245s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.564411 + User=0.000000s Real=0.020651s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.338697 Summary of Run 109 : /run/geometryModified @@ -8323,8 +8323,8 @@ Run 110 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004085s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.569963 + User=0.000000s Real=0.021089s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.359973 Summary of Run 110 : /run/geometryModified @@ -8393,8 +8393,8 @@ Run 111 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005021s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.576319 + User=0.000000s Real=0.021276s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.38139 Summary of Run 111 : /run/geometryModified @@ -8463,8 +8463,8 @@ Run 112 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003929s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.581522 + User=0.000000s Real=0.020612s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.402387 Summary of Run 112 : /run/geometryModified @@ -8533,8 +8533,8 @@ Run 113 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003225s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.587138 + User=0.000000s Real=0.020810s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.42333 Summary of Run 113 : /run/geometryModified @@ -8603,8 +8603,8 @@ Run 114 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007233s Sys=0.010000s - User TOT = 0.14 Real TOT = 0.594542 + User=0.010000s Real=0.024922s Sys=0.010000s + User TOT = 0.18 Real TOT = 0.44839 Summary of Run 114 : /run/geometryModified @@ -8673,8 +8673,8 @@ Run 115 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.015950s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.610713 + User=0.000000s Real=0.015503s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.464168 Summary of Run 115 : /run/geometryModified @@ -8743,8 +8743,8 @@ Run 116 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.026707s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.637734 + User=0.000000s Real=0.022032s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.486451 Summary of Run 116 : /run/geometryModified @@ -8813,8 +8813,8 @@ Run 117 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.039222s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.6771 + User=0.000000s Real=0.020478s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.507155 Summary of Run 117 : /run/geometryModified @@ -8883,8 +8883,8 @@ Run 118 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022684s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.700063 + User=0.000000s Real=0.020267s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.527582 Summary of Run 118 : /run/geometryModified @@ -8953,8 +8953,8 @@ Run 119 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004493s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.708157 + User=0.000000s Real=0.020836s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.548561 Summary of Run 119 : /run/geometryModified @@ -9023,8 +9023,8 @@ Run 120 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003291s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.711652 + User=0.000000s Real=0.020867s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.569568 Summary of Run 120 : /run/geometryModified @@ -9093,8 +9093,8 @@ Run 121 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004184s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.71722 + User=0.010000s Real=0.036237s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.60595 Summary of Run 121 : /run/geometryModified @@ -9163,8 +9163,8 @@ Run 122 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004032s Sys=0.010000s - User TOT = 0.15 Real TOT = 0.721649 + User=0.000000s Real=0.006000s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.612219 Summary of Run 122 : /run/geometryModified @@ -9233,8 +9233,8 @@ Run 123 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003603s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.725611 + User=0.000000s Real=0.020742s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.633106 Summary of Run 123 : /run/geometryModified @@ -9303,8 +9303,8 @@ Run 124 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032780s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.758574 + User=0.010000s Real=0.028896s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.662261 Summary of Run 124 : /run/geometryModified @@ -9373,8 +9373,8 @@ Run 125 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.031305s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.79004 + User=0.000000s Real=0.014424s Sys=0.010000s + User TOT = 0.21 Real TOT = 0.676827 Summary of Run 125 : /run/geometryModified @@ -9443,8 +9443,8 @@ Run 126 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023033s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.813222 + User=0.000000s Real=0.021570s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.698552 Summary of Run 126 : /run/geometryModified @@ -9513,8 +9513,8 @@ Run 127 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018029s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.834797 + User=0.000000s Real=0.020084s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.718783 Summary of Run 127 : /run/geometryModified @@ -9583,8 +9583,8 @@ Run 128 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021480s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.856465 + User=0.000000s Real=0.020734s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.739669 Summary of Run 128 : /run/geometryModified @@ -9653,8 +9653,8 @@ Run 129 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032577s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.889203 + User=0.010000s Real=0.020185s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.760025 Summary of Run 129 : /run/geometryModified @@ -9723,8 +9723,8 @@ Run 130 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024977s Sys=0.010000s - User TOT = 0.16 Real TOT = 0.914334 + User=0.000000s Real=0.021063s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.781243 Summary of Run 130 : /run/geometryModified @@ -9793,8 +9793,8 @@ Run 131 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023210s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.937717 + User=0.000000s Real=0.021130s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.802516 Summary of Run 131 : /run/geometryModified @@ -9863,8 +9863,8 @@ Run 132 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020936s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.958791 + User=0.000000s Real=0.018907s Sys=0.010000s + User TOT = 0.22 Real TOT = 0.821553 Summary of Run 132 : /run/geometryModified @@ -9933,8 +9933,8 @@ Run 133 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.029153s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.988079 + User=0.000000s Real=0.021768s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.843467 Summary of Run 133 : /run/geometryModified @@ -10003,8 +10003,8 @@ Run 134 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.029892s Sys=0.000000s - User TOT = 0.16 Real TOT = 1.02084 + User=0.000000s Real=0.020572s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.864499 Summary of Run 134 : /run/geometryModified @@ -10073,8 +10073,8 @@ Run 135 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022376s Sys=0.010000s - User TOT = 0.16 Real TOT = 1.04468 + User=0.010000s Real=0.019829s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.884479 Summary of Run 135 : /run/geometryModified @@ -10143,8 +10143,8 @@ Run 136 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.027204s Sys=0.000000s - User TOT = 0.16 Real TOT = 1.07391 + User=0.000000s Real=0.020624s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.90525 Summary of Run 136 : /run/geometryModified @@ -10213,8 +10213,8 @@ Run 137 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020358s Sys=0.000000s - User TOT = 0.16 Real TOT = 1.09452 + User=0.000000s Real=0.022024s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.92743 Summary of Run 137 : /run/geometryModified @@ -10283,8 +10283,8 @@ Run 138 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.019923s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.1146 + User=0.000000s Real=0.021160s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.948736 Summary of Run 138 : /run/geometryModified @@ -10353,8 +10353,8 @@ Run 139 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.027685s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.14309 + User=0.000000s Real=0.022534s Sys=0.010000s + User TOT = 0.23 Real TOT = 0.97142 Summary of Run 139 : /run/geometryModified @@ -10423,8 +10423,8 @@ Run 140 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.039659s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.18314 + User=0.000000s Real=0.015449s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.987217 Summary of Run 140 : /run/geometryModified @@ -10493,8 +10493,8 @@ Run 141 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.035519s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.21883 + User=0.000000s Real=0.023049s Sys=0.000000s + User TOT = 0.23 Real TOT = 1.01041 Summary of Run 141 : /run/geometryModified @@ -10563,8 +10563,8 @@ Run 142 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.029803s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.2488 + User=0.010000s Real=0.021087s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.03163 Summary of Run 142 : /run/geometryModified @@ -10633,8 +10633,8 @@ Run 143 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.026261s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.27521 + User=0.000000s Real=0.020359s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.0523 Summary of Run 143 : /run/geometryModified @@ -10703,8 +10703,8 @@ Run 144 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032638s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.30871 + User=0.000000s Real=0.020439s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.07289 Summary of Run 144 : /run/geometryModified @@ -10773,8 +10773,8 @@ Run 145 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.035727s Sys=0.010000s - User TOT = 0.18 Real TOT = 1.34461 + User=0.000000s Real=0.021832s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.09489 Summary of Run 145 : /run/geometryModified @@ -10843,8 +10843,8 @@ Run 146 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.026367s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.37198 + User=0.000000s Real=0.020183s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.11521 Summary of Run 146 : /run/geometryModified @@ -10913,8 +10913,8 @@ Run 147 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017143s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.39036 + User=0.000000s Real=0.021423s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.13677 Summary of Run 147 : /run/geometryModified @@ -10983,8 +10983,8 @@ Run 148 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.028516s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.41914 + User=0.000000s Real=0.020213s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.15714 Summary of Run 148 : /run/geometryModified @@ -11053,8 +11053,8 @@ Run 149 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.028879s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.44882 + User=0.000000s Real=0.017106s Sys=0.000000s + User TOT = 0.24 Real TOT = 1.1744 Summary of Run 149 : /run/geometryModified @@ -11123,8 +11123,8 @@ Run 150 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020571s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.46956 + User=0.010000s Real=0.023358s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.19792 Summary of Run 150 : /run/geometryModified @@ -11193,8 +11193,8 @@ Run 151 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024598s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.49498 + User=0.000000s Real=0.020816s Sys=0.010000s + User TOT = 0.25 Real TOT = 1.2189 Summary of Run 151 : /run/geometryModified @@ -11263,8 +11263,8 @@ Run 152 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.029949s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.52519 + User=0.000000s Real=0.020626s Sys=0.000000s + User TOT = 0.25 Real TOT = 1.23966 Summary of Run 152 : /run/geometryModified @@ -11333,8 +11333,8 @@ Run 153 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.034337s Sys=0.010000s - User TOT = 0.19 Real TOT = 1.55986 + User=0.010000s Real=0.021467s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.26127 Summary of Run 153 : /run/geometryModified @@ -11403,8 +11403,8 @@ Run 154 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032997s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.59307 + User=0.000000s Real=0.018930s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.28032 Summary of Run 154 : /run/geometryModified @@ -11473,8 +11473,8 @@ Run 155 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022571s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.61579 + User=0.000000s Real=0.020776s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.30123 Summary of Run 155 : /run/geometryModified @@ -11543,8 +11543,8 @@ Run 156 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020357s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.6363 + User=0.000000s Real=0.021754s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.32317 Summary of Run 156 : /run/geometryModified @@ -11613,8 +11613,8 @@ Run 157 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024329s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.66085 + User=0.000000s Real=0.019378s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.3427 Summary of Run 157 : /run/geometryModified @@ -11683,8 +11683,8 @@ Run 158 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022376s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.68338 + User=0.010000s Real=0.020873s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.36371 Summary of Run 158 : /run/geometryModified @@ -11753,8 +11753,8 @@ Run 159 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.029431s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.71296 + User=0.000000s Real=0.024037s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.38789 Summary of Run 159 : /run/geometryModified @@ -11823,8 +11823,8 @@ Run 160 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.033199s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.7463 + User=0.000000s Real=0.020957s Sys=0.010000s + User TOT = 0.27 Real TOT = 1.40898 Summary of Run 160 : /run/geometryModified @@ -11893,8 +11893,8 @@ Run 161 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032694s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.77916 + User=0.000000s Real=0.020648s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.42981 Summary of Run 161 : /run/geometryModified @@ -11963,8 +11963,8 @@ Run 162 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.045133s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.82443 + User=0.000000s Real=0.020426s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.4504 Summary of Run 162 : /run/geometryModified @@ -12033,8 +12033,8 @@ Run 163 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.028667s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.85329 + User=0.000000s Real=0.019558s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.47043 Summary of Run 163 : /run/geometryModified @@ -12103,8 +12103,8 @@ Run 164 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.030505s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.88396 + User=0.000000s Real=0.019123s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.49052 Summary of Run 164 : /run/geometryModified @@ -12173,8 +12173,8 @@ Run 165 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.031160s Sys=0.000000s - User TOT = 0.21 Real TOT = 1.91529 + User=0.010000s Real=0.021121s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.51179 Summary of Run 165 : /run/geometryModified @@ -12243,8 +12243,8 @@ Run 166 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.034018s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.94945 + User=0.000000s Real=0.024890s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.53684 Summary of Run 166 : /run/geometryModified @@ -12313,8 +12313,8 @@ Run 167 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018352s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.96796 + User=0.000000s Real=0.013914s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.55089 Summary of Run 167 : /run/geometryModified @@ -12383,8 +12383,8 @@ Run 168 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019410s Sys=0.000000s - User TOT = 0.22 Real TOT = 1.98751 + User=0.000000s Real=0.022414s Sys=0.010000s + User TOT = 0.28 Real TOT = 1.57357 Summary of Run 168 : /run/geometryModified @@ -12453,8 +12453,8 @@ Run 169 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020272s Sys=0.010000s - User TOT = 0.23 Real TOT = 2.00812 + User=0.000000s Real=0.018674s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.59247 Summary of Run 169 : /run/geometryModified @@ -12523,8 +12523,8 @@ Run 170 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.033094s Sys=0.000000s - User TOT = 0.23 Real TOT = 2.04139 + User=0.010000s Real=0.020619s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.61328 Summary of Run 170 : /run/geometryModified @@ -12593,8 +12593,8 @@ Run 171 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032862s Sys=0.000000s - User TOT = 0.23 Real TOT = 2.07441 + User=0.000000s Real=0.021365s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.63478 Summary of Run 171 : /run/geometryModified @@ -12663,8 +12663,8 @@ Run 172 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.031598s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.10616 + User=0.000000s Real=0.020794s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.65581 Summary of Run 172 : /run/geometryModified @@ -12733,8 +12733,8 @@ Run 173 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.036844s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.14317 + User=0.000000s Real=0.020120s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.67613 Summary of Run 173 : /run/geometryModified @@ -12803,8 +12803,8 @@ Run 174 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024410s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.16775 + User=0.000000s Real=0.020648s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.69694 Summary of Run 174 : /run/geometryModified @@ -12873,8 +12873,8 @@ Run 175 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.029578s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.19751 + User=0.000000s Real=0.021576s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.71866 Summary of Run 175 : /run/geometryModified @@ -12943,8 +12943,8 @@ Run 176 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.028458s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.22612 + User=0.000000s Real=0.020165s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.73897 Summary of Run 176 : /run/geometryModified @@ -13013,8 +13013,8 @@ Run 177 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021181s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.24755 + User=0.000000s Real=0.020659s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.75977 Summary of Run 177 : /run/geometryModified @@ -13083,8 +13083,8 @@ Run 178 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.025841s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.27394 + User=0.000000s Real=0.020390s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.78029 Summary of Run 178 : /run/geometryModified @@ -13153,8 +13153,8 @@ Run 179 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.016074s Sys=0.000000s - User TOT = 0.26 Real TOT = 2.2905 + User=0.010000s Real=0.155868s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.93642 Summary of Run 179 : /run/geometryModified @@ -13223,8 +13223,8 @@ Run 180 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.027036s Sys=0.010000s - User TOT = 0.26 Real TOT = 2.31767 + User=0.000000s Real=0.002507s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.93905 Summary of Run 180 : /run/geometryModified @@ -13293,8 +13293,8 @@ Run 181 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.035578s Sys=0.000000s - User TOT = 0.26 Real TOT = 2.35339 + User=0.000000s Real=0.002644s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.94187 Summary of Run 181 : /run/geometryModified @@ -13363,8 +13363,8 @@ Run 182 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020046s Sys=0.000000s - User TOT = 0.26 Real TOT = 2.3737 + User=0.000000s Real=0.002377s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.94436 Summary of Run 182 : /run/geometryModified @@ -13433,8 +13433,8 @@ Run 183 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022894s Sys=0.000000s - User TOT = 0.26 Real TOT = 2.39697 + User=0.000000s Real=0.002199s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.94683 Summary of Run 183 : /run/geometryModified @@ -13503,8 +13503,8 @@ Run 184 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.032354s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.4295 + User=0.000000s Real=0.002473s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.94949 Summary of Run 184 : /run/geometryModified @@ -13573,8 +13573,8 @@ Run 185 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024440s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.45408 + User=0.000000s Real=0.003263s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.95286 Summary of Run 185 : /run/geometryModified @@ -13643,8 +13643,8 @@ Run 186 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032411s Sys=0.000000s - User TOT = 0.27 Real TOT = 2.48674 + User=0.000000s Real=0.002087s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.95506 Summary of Run 186 : /run/geometryModified @@ -13713,8 +13713,8 @@ Run 187 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.034961s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.52185 + User=0.000000s Real=0.021259s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.97643 Summary of Run 187 : /run/geometryModified @@ -13783,8 +13783,8 @@ Run 188 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021464s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.54345 + User=0.000000s Real=0.021368s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.99804 Summary of Run 188 : /run/geometryModified @@ -13853,8 +13853,8 @@ Run 189 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.030114s Sys=0.010000s - User TOT = 0.28 Real TOT = 2.5739 + User=0.000000s Real=0.021168s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.01936 Summary of Run 189 : /run/geometryModified @@ -13923,8 +13923,8 @@ Run 190 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023125s Sys=0.000000s - User TOT = 0.28 Real TOT = 2.59717 + User=0.000000s Real=0.019443s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.03895 Summary of Run 190 : /run/geometryModified @@ -13993,8 +13993,8 @@ Run 191 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.023255s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.62057 + User=0.000000s Real=0.021671s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.06075 Summary of Run 191 : /run/geometryModified @@ -14063,8 +14063,8 @@ Run 192 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032503s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.65324 + User=0.000000s Real=0.020966s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.08188 Summary of Run 192 : /run/geometryModified @@ -14133,8 +14133,8 @@ Run 193 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.012626s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.66605 + User=0.000000s Real=0.020731s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.10275 Summary of Run 193 : /run/geometryModified @@ -14203,8 +14203,8 @@ Run 194 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021034s Sys=0.000000s - User TOT = 0.29 Real TOT = 2.68723 + User=0.000000s Real=0.020452s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.12353 Summary of Run 194 : /run/geometryModified @@ -14273,8 +14273,8 @@ Run 195 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.017846s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.70523 + User=0.000000s Real=0.020507s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.14437 Summary of Run 195 : /run/geometryModified @@ -14343,8 +14343,8 @@ Run 196 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.029729s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.73509 + User=0.000000s Real=0.022091s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.16669 Summary of Run 196 : /run/geometryModified @@ -14413,8 +14413,8 @@ Run 197 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018778s Sys=0.000000s - User TOT = 0.3 Real TOT = 2.754 + User=0.000000s Real=0.020591s Sys=0.000000s + User TOT = 0.3 Real TOT = 2.18744 Summary of Run 197 : /run/geometryModified @@ -14483,8 +14483,8 @@ Run 198 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021035s Sys=0.000000s - User TOT = 0.31 Real TOT = 2.77525 + User=0.010000s Real=0.019466s Sys=0.000000s + User TOT = 0.31 Real TOT = 2.20706 Summary of Run 198 : /run/geometryModified @@ -14553,8 +14553,8 @@ Run 199 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019236s Sys=0.000000s - User TOT = 0.31 Real TOT = 2.79464 + User=0.000000s Real=0.020671s Sys=0.000000s + User TOT = 0.31 Real TOT = 2.22793 Summary of Run 199 : /run/geometryModified @@ -14623,13 +14623,13 @@ Run 200 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.028526s Sys=0.000000s - User TOT = 0.31 Real TOT = 2.82329 + User=0.000000s Real=0.021410s Sys=0.010000s + User TOT = 0.31 Real TOT = 2.24956 Summary of Run 200 : /score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.046 MB +Dynamic pools deleted: 10 / Total memory freed: 0.051 MB ============================================================ diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index 35793967cd1..528c69159f2 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -198,7 +197,7 @@ THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4RadioactiveD ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -256,10 +255,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -686,7 +688,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -963,7 +965,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1032,8 +1034,6 @@ Index : 4 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 starts (master). /vis/scene/notifyHandlers @@ -1203,7 +1203,7 @@ Using G4ParticleGun... Particle energy: 3.56869 LIN Particle: proton Event: 5 -Number of tracker hits in this event: 28 +Number of tracker hits in this event: 25 5 90.9818 609 10 1 -58.1071 80.6338 95.55 5 126.295 1302 10 0 -58.107 80.6353 94.15 5 119.331 609 9 1 -58.1056 80.6669 65.55 @@ -1220,4154 +1220,4000 @@ Number of tracker hits in this event: 28 5 177.999 1304 4 0 -58.1162 80.9382 -85.85 5 99.7251 609 3 1 -58.0624 81.0392 -114.45 5 162.128 1304 3 0 -58.0613 81.0421 -115.85 - 5 220.446 610 2 1 -58.0371 81.0965 -144.45 + 5 181.825 610 2 1 -58.0371 81.0965 -144.45 5 145.348 1305 2 0 -58.0368 81.0999 -145.85 5 119.874 610 1 1 -58.0376 81.1722 -174.45 5 94.9898 1305 1 0 -58.0385 81.1772 -175.85 5 126.395 609 0 1 -58.0558 81.282 -204.45 5 124.993 1306 0 0 -58.056 81.2888 -205.85 - 5 31.2144 1040 3 1 28.1462 81.0573 -114.719 - 5 54.2379 540 9 0 22.5184 -71.8993 63.9855 - 5 24.783 1159 3 0 171.114 51.8558 -115.978 - 5 3.34496 1381 2 0 -56.3835 96.3903 -145.85 - 5 282.932 619 2 1 -56.066 100.842 -144.85 - 5 277.328 620 2 1 -56.05 101.113 -144.453 + 5 207.026 1304 2 0 -57.6371 81.0433 -145.85 + 5 148.601 1303 2 0 -75.1676 80.7748 -146.25 + 5 134.797 1146 2 0 -28.9153 49.3204 -146.25 Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 1.94139 LIN +Particle energy: 8.78326 LIN Particle: proton Event: 6 -Number of tracker hits in this event: 33 - 6 115.328 729 11 1 -34.1362 -54.6905 125.55 - 6 109.378 626 11 0 -34.1379 -54.6905 124.15 - 6 113.847 729 10 1 -34.1674 -54.6965 95.55 - 6 121.312 626 10 0 -34.1786 -54.6883 94.15 - 6 110.696 728 9 1 -34.399 -54.5345 65.55 - 6 104.621 627 9 0 -34.4078 -54.5298 64.15 - 6 107.731 727 8 1 -34.5909 -54.4503 35.55 - 6 110.985 628 8 0 -34.6011 -54.4461 34.15 - 6 352.94 726 7 1 -34.8131 -54.3615 5.55 - 6 114.138 628 7 0 -34.8213 -54.3542 4.15 - 6 105.45 725 6 1 -34.998 -54.2091 -24.45 - 6 130.362 629 6 0 -35.0109 -54.2034 -25.85 - 6 100.645 723 5 1 -35.269 -54.0897 -54.45 - 6 206.765 629 5 0 -35.2845 -54.0874 -55.85 - 6 133.217 722 4 1 -35.5931 -54.031 -84.45 - 6 131.61 630 4 0 -35.6064 -54.0279 -85.85 - 6 106.775 720 3 1 -35.8865 -53.9687 -114.45 - 6 107.045 630 3 0 -35.9043 -53.9648 -115.85 - 6 297.862 718 2 1 -36.2742 -53.8824 -144.45 - 6 125.099 630 2 0 -36.2918 -53.8788 -145.85 - 6 80.9925 717 1 1 -36.648 -53.8181 -174.45 - 6 54.0795 716 1 1 -36.65 -53.8183 -174.655 - 6 118.157 631 1 0 -36.6613 -53.8194 -175.85 - 6 121.177 715 0 1 -36.9334 -53.8611 -204.45 - 6 102.594 630 0 0 -36.944 -53.8611 -205.85 - 6 106.59 628 5 0 -35.426 -54.2501 -56.124 - 6 53.5069 627 5 0 -35.6096 -54.45 -56.2025 - 6 287.034 395 5 0 17.6571 -101.029 -56.25 - 6 101.559 727 7 1 -34.65 -54.541 5.21945 - 6 392.43 618 7 0 -33.7624 -56.3088 4.15 - 6 73.5881 625 8 0 -35.124 -54.9211 34.15 - 6 39.112 624 8 0 -35.1197 -55.0501 34.0629 - 6 253.271 723 8 1 -35.2516 -55.1895 35.15 -Number of digits in this event: 13 +Number of tracker hits in this event: 26 + 6 141.977 1265 10 1 73.0734 80.2523 95.55 + 6 143.666 1301 10 0 73.073 80.2517 94.15 + 6 134.554 1265 9 1 73.0624 80.2366 65.55 + 6 122.841 1300 9 0 73.0622 80.2361 64.15 + 6 97.576 1265 8 1 73.0598 80.227 35.55 + 6 136.868 1300 8 0 73.0601 80.2262 34.15 + 6 116.123 1265 7 1 73.0653 80.2087 5.55 + 6 116.074 1300 7 0 73.0651 80.2079 4.15 + 6 150.49 1265 6 1 73.0609 80.1945 -24.45 + 6 124.425 1300 6 0 73.0603 80.1946 -25.85 + 6 169.39 1264 5 1 73.0492 80.1984 -54.45 + 6 107.163 1300 5 0 73.0494 80.1984 -55.85 + 6 127.795 1265 4 1 73.053 80.1966 -84.45 + 6 116.566 1300 4 0 73.0539 80.1967 -85.85 + 6 112.762 1265 3 1 73.072 80.2036 -114.45 + 6 227.194 1300 3 0 73.073 80.204 -115.85 + 6 202.886 1265 2 1 73.0951 80.213 -144.45 + 6 267.058 1300 2 0 73.0956 80.2131 -145.85 + 6 107.673 1265 1 1 73.1055 80.2135 -174.45 + 6 181.635 1300 1 0 73.1063 80.2138 -175.85 + 6 151.271 1265 0 1 73.1226 80.219 -204.45 + 6 117.444 1300 0 0 73.1241 80.2189 -205.85 + 6 48.7659 1302 2 0 72.9955 80.4575 -145.85 + 6 76.3425 1301 2 0 72.9846 80.4494 -145.961 + 6 141.877 1427 2 0 77.8503 105.677 -146.25 + 6 65.5495 1428 2 0 77.7785 105.75 -146.135 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 4.66535 LIN +Particle energy: 3.72759 LIN Particle: proton Event: 7 -Number of tracker hits in this event: 21 - 7 106.87 309 9 1 -118.257 -28.0024 65.55 - 7 118.706 760 9 0 -118.259 -28.0032 64.15 - 7 123.812 309 8 1 -118.293 -28.017 35.55 - 7 99.9449 760 8 0 -118.297 -28.0162 34.15 - 7 111.621 308 7 1 -118.38 -28.0011 5.55 - 7 117.953 760 7 0 -118.385 -28.0027 4.15 - 7 143.756 308 6 1 -118.479 -28.0331 -24.45 - 7 181.276 760 6 0 -118.483 -28.036 -25.85 - 7 133.117 307 5 1 -118.568 -28.0953 -54.45 - 7 129.22 759 5 0 -118.572 -28.0969 -55.85 - 7 195.047 307 4 1 -118.654 -28.13 -84.45 - 7 153.271 759 4 0 -118.658 -28.1325 -85.85 - 7 96.6492 307 3 1 -118.744 -28.1801 -114.45 - 7 115.189 759 3 0 -118.745 -28.1823 -115.85 - 7 120.771 306 2 1 -118.775 -28.2306 -144.45 - 7 143.188 759 2 0 -118.777 -28.2327 -145.85 - 7 125.702 306 1 1 -118.821 -28.2824 -174.45 - 7 166.201 758 1 0 -118.823 -28.2848 -175.85 - 7 98.6578 306 0 1 -118.875 -28.3392 -204.45 - 7 121.513 758 0 0 -118.878 -28.3441 -205.85 - 7 163.692 750 4 0 -54.5321 -29.9972 -86.25 -Number of digits in this event: 14 +Number of tracker hits in this event: 25 + 7 102.693 906 11 1 1.37084 -58.3793 125.55 + 7 126.35 608 11 0 1.37209 -58.3787 124.15 + 7 104.17 906 10 1 1.4042 -58.3613 95.55 + 7 151.143 608 10 0 1.40604 -58.3602 94.15 + 7 57.6882 906 9 1 1.44962 -58.3432 65.55 + 7 71.931 907 9 1 1.45 -58.3433 65.3525 + 7 103.872 608 9 0 1.45237 -58.3439 64.15 + 7 112.807 907 8 1 1.50215 -58.3535 35.55 + 7 113.477 608 8 0 1.5052 -58.3529 34.15 + 7 122.586 907 7 1 1.57863 -58.3345 5.55 + 7 118.628 608 7 0 1.58326 -58.3353 4.15 + 7 275.534 908 6 1 1.67438 -58.3435 -24.45 + 7 123.563 608 6 0 1.67971 -58.3447 -25.85 + 7 116.161 908 5 1 1.78472 -58.3578 -54.45 + 7 131.557 608 5 0 1.78966 -58.3593 -55.85 + 7 134.358 909 4 1 1.89048 -58.387 -84.45 + 7 103.497 608 4 0 1.89579 -58.3865 -85.85 + 7 107.208 909 3 1 2.01447 -58.3707 -114.45 + 7 207.018 608 3 0 2.02202 -58.3692 -115.85 + 7 197.837 910 2 1 2.17638 -58.3361 -144.45 + 7 191.276 608 2 0 2.18433 -58.3337 -145.85 + 7 136.044 911 1 1 2.34235 -58.2823 -174.45 + 7 104.532 608 1 0 2.34989 -58.2796 -175.85 + 7 86.2261 912 0 1 2.4966 -58.2247 -204.45 + 7 100.214 609 0 0 2.5028 -58.2198 -205.85 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 9.49051 LIN +Particle energy: 2.17493 LIN Particle: proton Event: 8 -Number of tracker hits in this event: 22 - 8 187.814 1086 10 1 37.2568 -101.785 95.55 - 8 91.2599 391 10 0 37.2569 -101.785 94.15 - 8 104.99 1086 9 1 37.2596 -101.777 65.55 - 8 93.551 391 9 0 37.2593 -101.777 64.15 - 8 115.818 1086 8 1 37.2508 -101.781 35.55 - 8 118.913 391 8 0 37.2496 -101.781 34.15 - 8 204.555 1085 7 1 37.2289 -101.772 5.55 - 8 100.349 391 7 0 37.2293 -101.773 4.15 - 8 97.4399 1085 6 1 37.2361 -101.787 -24.45 - 8 102.155 391 6 0 37.2361 -101.787 -25.85 - 8 166.043 1085 5 1 37.2338 -101.774 -54.45 - 8 122.628 391 5 0 37.2342 -101.774 -55.85 - 8 101.849 1085 4 1 37.2419 -101.764 -84.45 - 8 166.818 391 4 0 37.2422 -101.763 -85.85 - 8 108.547 1085 3 1 37.2487 -101.74 -114.45 - 8 103.59 392 3 0 37.2489 -101.74 -115.85 - 8 114.3 1086 2 1 37.2539 -101.728 -144.45 - 8 140.181 392 2 0 37.2539 -101.727 -145.85 - 8 91.1388 1086 1 1 37.2528 -101.716 -174.45 - 8 215.651 392 1 0 37.2527 -101.715 -175.85 - 8 150.966 1086 0 1 37.2531 -101.711 -204.45 - 8 166.482 392 0 0 37.2522 -101.71 -205.85 -Number of digits in this event: 10 +Number of tracker hits in this event: 48 + 8 146.557 1093 11 1 38.7093 71.2766 125.55 + 8 123.584 1256 11 0 38.7099 71.2755 124.15 + 8 197.155 1093 10 1 38.7217 71.2597 95.55 + 8 96.8491 1256 10 0 38.7233 71.2623 94.15 + 8 94.7057 1093 9 1 38.7587 71.3201 65.55 + 8 94.9802 1256 9 0 38.7608 71.3216 64.15 + 8 125.116 1093 8 1 38.8066 71.3477 35.55 + 8 105.273 1256 8 0 38.8104 71.3497 34.15 + 8 146.672 1094 7 1 38.8897 71.372 5.55 + 8 203.292 1256 7 0 38.8923 71.3752 4.15 + 8 110.403 1094 6 1 38.9439 71.4421 -24.45 + 8 0.257603 1256 6 0 38.9472 71.45 -25.85 + 8 113.337 1257 6 0 38.9472 71.45 -25.8528 + 8 226.23 1094 5 1 39.0102 71.6201 -54.45 + 8 107.076 1257 5 0 39.0151 71.629 -55.85 + 8 240.863 1095 4 1 39.1106 71.8149 -84.45 + 8 135.816 1258 4 0 39.1153 71.8238 -85.85 + 8 159.585 1095 3 1 39.2108 71.9976 -114.45 + 8 122.267 1259 3 0 39.2166 72.0066 -115.85 + 8 146.197 1096 2 1 39.3173 72.1808 -144.45 + 8 359.507 1260 2 0 39.3217 72.1891 -145.85 + 8 138.48 1096 1 1 39.409 72.3632 -174.45 + 8 101.937 1261 1 0 39.4126 72.3721 -175.85 + 8 109.211 1097 0 1 39.4875 72.5493 -204.45 + 8 113.14 1262 0 0 39.4928 72.5579 -205.85 + 8 144.422 1411 2 1 102.35 84.6866 -144.606 + 8 18.6695 997 0 0 30.7391 19.4928 -206.25 + 8 57.8103 996 0 0 30.7443 19.45 -206.218 + 8 76.7278 995 0 0 30.7738 19.25 -206.075 + 8 37.3639 994 0 0 30.8085 19.0497 -205.937 + 8 24.5023 1054 0 1 31.0363 17.4871 -204.85 + 8 229.2 1055 0 1 31.05 17.3985 -204.788 + 8 179.108 915 1 0 14.5482 3.24994 -176.25 + 8 40.1882 968 1 1 13.7346 2.57564 -174.85 + 8 103.421 967 1 1 13.65 2.50034 -174.695 + 8 85.3859 838 2 0 4.76199 -12.3315 -146.25 + 8 70.6678 837 2 0 4.70406 -12.45 -146.038 + 8 113.184 922 2 1 4.57002 -13.1336 -144.85 + 8 141.049 835 3 0 5.89069 -12.8682 -116.25 + 8 93.9034 930 3 1 6.13356 -13.1703 -114.85 + 8 6.21615 756 4 0 37.185 -28.8386 -86.25 + 8 152.921 755 4 0 37.2044 -28.85 -86.2318 + 8 77.1735 754 4 0 37.4665 -29.0501 -86.0093 + 8 58.3849 1094 4 1 38.9352 -30.9881 -84.85 + 8 382.158 1096 4 1 39.2501 -31.4577 -84.6285 + 8 53.947 726 4 0 39.4234 -34.7053 -85.85 + 8 99.3182 725 4 0 39.4186 -34.85 -85.9315 + 8 27.9075 724 4 0 39.2334 -35.05 -86.1921 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 8.75268 LIN +Particle energy: 2.86992 LIN Particle: proton Event: 9 -Number of tracker hits in this event: 29 - 9 117.058 474 9 1 -85.0965 88.0761 65.55 - 9 197.48 1340 9 0 -85.0961 88.0759 64.15 - 9 106.083 474 8 1 -85.0897 88.0734 35.55 - 9 275.358 1340 8 0 -85.0888 88.073 34.15 - 9 163.425 474 7 1 -85.0695 88.0652 5.55 - 9 247.942 1340 7 0 -85.0679 88.0636 4.15 - 9 95.8014 475 6 1 -85.0334 88.0365 -24.45 - 9 97.4233 1339 6 0 -85.0318 88.0349 -25.85 - 9 204.287 475 5 1 -84.9994 88.0057 -54.45 - 9 104.157 1339 5 0 -84.998 88.0041 -55.85 - 9 108.658 475 4 1 -84.9699 87.9755 -84.45 - 9 213.34 1339 4 0 -84.9657 87.9744 -85.85 - 9 113.825 475 3 1 -84.8768 87.9532 -114.45 - 9 139.347 1339 3 0 -84.8726 87.9525 -115.85 - 9 96.5781 476 2 1 -84.7882 87.9383 -144.45 - 9 123.006 1339 2 0 -84.7842 87.9376 -145.85 - 9 114.995 476 1 1 -84.7004 87.9221 -174.45 - 9 123.498 1339 1 0 -84.6959 87.9214 -175.85 - 9 129.184 477 0 1 -84.605 87.9088 -204.45 - 9 106.94 1339 0 0 -84.6022 87.9082 -205.85 - 9 16.5742 1338 4 0 -85.0124 87.85 -86.2003 - 9 224.756 1368 4 0 -78.1097 93.9194 -86.2498 - 9 122.482 1369 4 0 -78.1298 93.95 -86.211 - 9 173.877 1367 4 0 -78.2633 93.75 -85.9558 - 9 141.103 474 5 1 -85.05 87.9603 -54.7559 - 9 37.1367 1339 7 0 -85.0459 88.05 4.06348 - 9 49.6505 1339 9 0 -85.099 88.05 63.7964 - 9 27.3405 1266 9 0 -120.177 73.2762 63.75 - 9 37.0222 1265 9 0 -120.215 73.25 63.7731 -Number of digits in this event: 15 +Number of tracker hits in this event: 19 + 9 102.838 1457 7 1 111.716 -96.0349 5.55 + 9 101.874 420 7 0 111.719 -96.0335 4.15 + 9 115.574 1458 6 1 111.778 -96.0084 -24.45 + 9 155.617 420 6 0 111.779 -96.0069 -25.85 + 9 99.0656 1458 5 1 111.768 -95.9863 -54.45 + 9 125.093 420 5 0 111.768 -95.9862 -55.85 + 9 134.325 1458 4 1 111.759 -95.9904 -84.45 + 9 132.017 420 4 0 111.758 -95.9923 -85.85 + 9 124.413 1458 3 1 111.757 -96.0304 -114.45 + 9 116.847 420 3 0 111.758 -96.0316 -115.85 + 9 110.452 1458 2 1 111.771 -96.0478 -144.45 + 9 101.146 420 2 0 111.77 -96.0477 -145.85 + 9 104.96 1458 1 1 111.763 -96.0418 -174.45 + 9 179.152 420 1 0 111.761 -96.0408 -175.85 + 9 136.649 1457 0 1 111.715 -96.0228 -204.45 + 9 153.498 420 0 0 111.714 -96.0234 -205.85 + 9 33.4267 421 6 0 111.753 -95.95 -25.917 + 9 185.126 1459 6 1 111.97 -94.089 -24.85 + 9 101.961 1460 6 1 112.15 -93.9852 -24.7823 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 3.95747 LIN +Particle energy: 6.80292 LIN Particle: proton Event: 10 -Number of tracker hits in this event: 24 - 10 123.959 1052 10 1 30.607 -86.9567 95.55 - 10 120.221 465 10 0 30.606 -86.9568 94.15 - 10 126.47 1052 9 1 30.5869 -86.9557 65.55 - 10 96.39 465 9 0 30.5867 -86.9552 64.15 - 10 142.081 1052 8 1 30.5803 -86.9376 35.55 - 10 135.035 465 8 0 30.5796 -86.9366 34.15 - 10 106.919 1052 7 1 30.564 -86.9217 5.55 - 10 102.303 465 7 0 30.5649 -86.92 4.15 - 10 104.263 1052 6 1 30.5817 -86.8722 -24.45 - 10 124.292 465 6 0 30.5823 -86.8697 -25.85 - 10 202.027 1052 5 1 30.6011 -86.8124 -54.45 - 10 100.649 466 5 0 30.6017 -86.8113 -55.85 - 10 148.854 1052 4 1 30.6176 -86.7937 -84.45 - 10 236.096 466 4 0 30.6168 -86.7929 -85.85 - 10 112.854 1052 3 1 30.6 -86.7549 -114.45 - 10 104.001 466 3 0 30.5996 -86.7532 -115.85 - 10 98.8551 1052 2 1 30.5906 -86.7171 -144.45 - 10 130.395 466 2 0 30.5886 -86.7148 -145.85 - 10 178.856 1052 1 1 30.5519 -86.6758 -174.45 - 10 207.537 466 1 0 30.5501 -86.6731 -175.85 - 10 126.422 1052 0 1 30.52 -86.6195 -204.45 - 10 110.349 467 0 0 30.5175 -86.6192 -205.85 - 10 85.8693 1051 1 1 30.45 -86.6728 -174.471 - 10 108.217 1053 4 1 30.65 -86.8089 -84.5428 -Number of digits in this event: 14 +Number of tracker hits in this event: 30 + 10 103.121 1124 10 1 44.9861 103.728 95.55 + 10 99.346 1417 10 0 44.9853 103.729 94.15 + 10 141.237 1124 9 1 44.9708 103.733 65.55 + 10 140.258 1417 9 0 44.9707 103.733 64.15 + 10 151.52 1124 8 1 44.9719 103.734 35.55 + 10 110.173 1417 8 0 44.9707 103.734 34.15 + 10 144.242 1124 7 1 44.9483 103.742 5.55 + 10 106.764 1417 7 0 44.9473 103.743 4.15 + 10 234.746 1124 6 1 44.9281 103.762 -24.45 + 10 95.9283 1418 6 0 44.9258 103.763 -25.85 + 10 124.455 1124 5 1 44.8793 103.791 -54.45 + 10 265.176 1418 5 0 44.8764 103.792 -55.85 + 10 123.407 1123 4 1 44.8208 103.82 -84.45 + 10 125.631 1418 4 0 44.8184 103.822 -85.85 + 10 123.823 1123 3 1 44.7721 103.871 -114.45 + 10 123.103 1418 3 0 44.7702 103.873 -115.85 + 10 97.5826 1123 2 1 44.7268 103.912 -144.45 + 10 124.782 1418 2 0 44.7248 103.915 -145.85 + 10 134.284 1123 1 1 44.6781 103.989 -174.45 + 10 130.33 1419 1 0 44.6758 103.992 -175.85 + 10 95.6625 1122 0 1 44.6308 104.059 -204.45 + 10 212.744 1419 0 0 44.6282 104.062 -205.85 + 10 143.526 1124 4 1 45.0043 103.839 -84.4502 + 10 101.311 1420 4 0 44.8137 104.206 -85.85 + 10 75.7615 1529 4 0 11.3108 125.984 -86.25 + 10 136.153 1530 4 0 11.2042 126.15 -86.1511 + 10 17.2208 1531 4 0 11.1414 126.35 -85.9701 + 10 49.03 960 4 1 12.1343 125.11 -84.85 + 10 124.261 961 4 1 12.25 125.036 -84.7887 + 10 231.881 962 4 1 12.45 124.88 -84.651 +Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 3.67536 LIN +Particle energy: 8.06641 LIN Particle: proton Event: 11 -Number of tracker hits in this event: 69 - 11 165.287 755 11 1 -28.8949 60.6983 125.55 - 11 105.744 1203 11 0 -28.8955 60.6965 124.15 - 11 127.571 755 10 1 -28.9064 60.6625 95.55 - 11 170.576 1203 10 0 -28.9047 60.6601 94.15 - 11 121.625 755 9 1 -28.8783 60.6126 65.55 - 11 84.2386 1202 9 0 -28.8791 60.61 64.15 - 11 140.561 755 8 1 -28.8965 60.5597 35.55 - 11 92.6337 1202 8 0 -28.8968 60.559 34.15 - 11 124.307 755 7 1 -28.9097 60.5358 5.55 - 11 293.872 1202 7 0 -28.9121 60.5345 4.15 - 11 117.207 755 6 1 -28.9604 60.5099 -24.45 - 11 121.724 1202 6 0 -28.9633 60.5088 -25.85 - 11 195.247 755 5 1 -29.0175 60.4812 -54.45 - 11 108.313 1202 5 0 -29.0187 60.4806 -55.85 - 11 133.567 755 4 1 -29.0451 60.4677 -84.45 - 11 118.37 1202 4 0 -29.0471 60.4679 -85.85 - 11 131.054 754 3 1 -29.0906 60.4698 -114.45 - 11 116.525 1202 3 0 -29.0941 60.4703 -115.85 - 11 118.933 754 2 1 -29.1672 60.487 -144.45 - 11 97.9658 1202 2 0 -29.1718 60.488 -145.85 - 11 114.686 753 1 1 -29.2737 60.504 -174.45 - 11 130.996 1202 1 0 -29.2782 60.5047 -175.85 - 11 125.375 753 0 1 -29.3702 60.5138 -204.45 - 11 98.0491 1202 0 0 -29.3731 60.5151 -205.85 - 11 118.452 1456 0 0 102.528 111.453 -206.25 - 11 66.9634 1455 0 0 102.752 111.35 -205.99 - 11 139.198 1414 0 1 103.061 111.544 -204.85 - 11 59.0925 1415 0 1 103.15 111.654 -204.509 - 11 28.2597 610 4 0 8.64604 -57.8509 -86.2044 - 11 17.495 1412 3 0 102.597 102.59 -116.057 - 11 236.987 1064 1 0 -98.9697 33.0206 -176.25 - 11 93.2326 1065 1 0 -98.8527 33.0506 -176.194 - 11 52.5039 553 0 1 -69.45 101.783 -204.741 - 11 0.0309672 1607 1 0 -118.334 141.55 -176.038 - 11 74.8674 342 1 1 -111.75 141.309 -174.555 - 11 81.0088 1022 5 0 -166.342 24.4929 -56.25 - 11 4.99514 302 1 1 -119.738 142.907 -174.85 - 11 218.276 301 1 1 -119.75 142.918 -174.842 - 11 187.462 300 1 1 -119.95 143.272 -174.756 - 11 100.138 1286 0 0 -44.1004 77.3381 -206.25 - 11 23.3844 1285 0 0 -44.1794 77.25 -205.946 - 11 6.30718 678 0 1 -44.4301 76.9737 -204.85 - 11 62.1867 677 0 1 -44.45 76.9708 -204.833 - 11 60.4383 676 0 1 -44.65 76.9432 -204.752 - 11 71.0048 675 0 1 -44.85 76.8682 -204.691 - 11 202.722 674 0 1 -45.05 76.8203 -204.624 - 11 60.2525 673 0 1 -45.2501 76.5708 -204.623 - 11 101.884 1281 0 0 -46.0276 76.3661 -205.85 - 11 65.072 1280 0 0 -46.2745 76.25 -206.079 - 11 23.1221 1279 0 0 -46.3366 76.05 -206.209 - 11 358.702 835 0 0 -71.1104 -12.9125 -206.25 - 11 0.286508 834 0 0 -71.0838 -13.0501 -206.247 - 11 6.87538 824 0 0 -65.9831 -15.0605 -206.25 - 11 313.34 825 0 0 -65.9802 -15.0498 -206.227 - 11 1.30107 1346 0 0 -25.4605 89.3894 -206.25 - 11 77.4257 1347 0 0 -31.4697 89.5081 -206.25 - 11 16.3652 636 2 0 163.199 -52.7522 -146.25 - 11 47.0105 754 5 1 -29.05 60.562 -54.8247 - 11 149.488 1229 5 0 -28.7412 65.8583 -55.85 - 11 108.659 1230 5 0 -28.4391 66.0501 -56.0289 - 11 296.479 1231 5 0 -28.2581 66.25 -56.0227 - 11 234.64 1311 8 0 -6.54981 82.3056 33.75 - 11 108.86 1201 11 0 -30.8772 60.3196 124.15 - 11 107.265 1200 11 0 -31.1199 60.25 124.027 - 11 146.97 1199 11 0 -31.2911 60.05 123.886 - 11 71.1456 1198 11 0 -31.5494 59.85 124.053 - 11 7.49981 741 11 1 -31.6546 58.732 125.15 - 11 15.3393 742 11 1 -31.65 58.7174 125.158 - 11 227.932 1188 11 0 -30.0363 57.7828 124.15 -Number of digits in this event: 29 +Number of tracker hits in this event: 29 + 11 150.626 823 11 1 -15.3985 -77.7687 125.55 + 11 102.776 511 11 0 -15.3982 -77.7686 124.15 + 11 109.26 823 10 1 -15.3896 -77.7651 95.55 + 11 158.984 511 10 0 -15.3881 -77.7637 94.15 + 11 161.482 823 9 1 -15.3621 -77.7341 65.55 + 11 140.983 511 9 0 -15.3601 -77.7331 64.15 + 11 117.905 823 8 1 -15.3165 -77.7161 35.55 + 11 109.314 511 8 0 -15.3145 -77.7157 34.15 + 11 125.335 823 7 1 -15.2749 -77.711 5.55 + 11 117.706 511 7 0 -15.2723 -77.7106 4.15 + 11 99.4378 824 6 1 -15.2181 -77.7032 -24.45 + 11 99.0559 511 6 0 -15.2154 -77.7029 -25.85 + 11 107.301 824 5 1 -15.1625 -77.6954 -54.45 + 11 151.235 511 5 0 -15.1597 -77.6944 -55.85 + 11 169.108 824 4 1 -15.1063 -77.67 -84.45 + 11 124.508 511 4 0 -15.1032 -77.6694 -85.85 + 11 93.2345 825 3 1 -15.0392 -77.6561 -114.45 + 11 113.851 511 3 0 -15.0367 -77.6565 -115.85 + 11 156.655 825 2 1 -14.9806 -77.6644 -144.45 + 11 124.635 511 2 0 -14.9778 -77.665 -145.85 + 11 87.9347 825 1 1 -14.9265 -77.677 -174.45 + 11 129.512 511 1 0 -14.9242 -77.6775 -175.85 + 11 97.2408 825 0 1 -14.8782 -77.6856 -204.45 + 11 99.3993 511 0 0 -14.8763 -77.6859 -205.85 + 11 79.898 824 11 1 -15.25 -77.7859 125.46 + 11 45.5978 825 11 1 -15.05 -77.8506 125.253 + 11 10.6262 507 11 0 -13.7802 -78.6254 124.15 + 11 182.474 506 11 0 -13.7438 -78.65 124.118 + 11 0.0714373 505 11 0 -13.4265 -78.8501 123.751 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 9.24162 LIN +Particle energy: 6.58786 LIN Particle: proton Event: 12 -Number of tracker hits in this event: 26 - 12 16.8356 709 11 0 -75.6459 -38.1464 123.784 - 12 123.688 522 10 1 -75.6459 -38.1459 95.55 - 12 133.111 709 10 0 -75.6463 -38.1458 94.15 - 12 92.5032 521 9 1 -75.6566 -38.1442 65.55 - 12 114.956 709 9 0 -75.6563 -38.1435 64.15 - 12 132.726 522 8 1 -75.6482 -38.1295 35.55 - 12 102.664 709 8 0 -75.647 -38.1289 34.15 - 12 142.814 522 7 1 -75.6217 -38.1148 5.55 - 12 95.0791 709 7 0 -75.6201 -38.1141 4.15 - 12 126.573 522 6 1 -75.5836 -38.0965 -24.45 - 12 126.295 709 6 0 -75.5825 -38.0954 -25.85 - 12 163.509 522 5 1 -75.5567 -38.0734 -54.45 - 12 153.162 709 5 0 -75.5553 -38.0726 -55.85 - 12 157.939 522 4 1 -75.5283 -38.0512 -84.45 - 12 86.6362 709 4 0 -75.527 -38.0502 -85.85 - 12 57.8751 710 4 0 -75.5267 -38.05 -86.0719 - 12 163.206 522 3 1 -75.4977 -38.0297 -114.45 - 12 139.605 710 3 0 -75.4957 -38.0282 -115.85 - 12 101.133 522 2 1 -75.4542 -37.9969 -144.45 - 12 113.213 710 2 0 -75.4519 -37.9954 -145.85 - 12 115.079 523 1 1 -75.4079 -37.9676 -174.45 - 12 148.759 710 1 0 -75.4049 -37.9664 -175.85 - 12 117.815 523 0 1 -75.3482 -37.9322 -204.45 - 12 140.461 710 0 0 -75.346 -37.9302 -205.85 - 12 45.3038 689 0 1 -42.2485 -96.5496 -204.45 - 12 76.5718 688 0 1 -42.25 -96.5551 -204.458 -Number of digits in this event: 14 +Number of tracker hits in this event: 46 + 12 125.225 554 10 1 -69.1322 -61.3882 95.55 + 12 92.179 593 10 0 -69.1318 -61.3887 94.15 + 12 125.132 554 9 1 -69.1229 -61.3962 65.55 + 12 97.8403 593 9 0 -69.1236 -61.3974 64.15 + 12 101.407 554 8 1 -69.1401 -61.426 35.55 + 12 127.534 593 8 0 -69.1415 -61.4277 34.15 + 12 104.923 554 7 1 -69.1716 -61.4626 5.55 + 12 136.945 592 7 0 -69.1727 -61.4648 4.15 + 12 192.305 554 6 1 -69.1975 -61.514 -24.45 + 12 136.842 592 6 0 -69.1996 -61.517 -25.85 + 12 179.219 554 5 1 -69.2377 -61.5797 -54.45 + 12 115.941 592 5 0 -69.2395 -61.5825 -55.85 + 12 112.361 553 4 1 -69.2765 -61.6367 -84.45 + 12 85.7943 592 4 0 -69.2797 -61.6381 -85.85 + 12 83.4465 553 3 1 -69.3421 -61.6753 -114.45 + 12 96.8143 591 3 0 -69.3455 -61.6782 -115.85 + 12 135.919 553 2 1 -69.4107 -61.7357 -144.45 + 12 120.758 591 2 0 -69.4144 -61.7374 -145.85 + 12 97.0755 552 1 1 -69.485 -61.7731 -174.45 + 12 170.595 591 1 0 -69.4897 -61.7761 -175.85 + 12 110.34 552 0 1 -69.5852 -61.8355 -204.45 + 12 103.594 591 0 0 -69.5894 -61.8366 -205.85 + 12 16.4362 591 5 0 -69.0528 -61.8345 -55.85 + 12 76.6945 590 5 0 -69.0383 -61.85 -55.9263 + 12 22.1934 595 4 1 -60.9815 -67.3351 -84.45 + 12 80.0642 594 4 1 -61.05 -67.3606 -84.4787 + 12 72.7696 593 4 1 -61.2502 -67.4321 -84.5682 + 12 87.0721 592 4 1 -61.4503 -67.4889 -84.6533 + 12 62.0377 591 4 1 -61.6501 -67.5424 -84.7275 + 12 49.2022 590 4 1 -61.85 -67.5854 -84.7932 + 12 97.5507 558 4 0 -64.6323 -68.3607 -85.85 + 12 211.734 557 4 0 -64.9696 -68.45 -85.9854 + 12 5.22244 556 4 0 -65.6511 -68.6504 -86.2442 + 12 43.2904 230 3 1 -133.991 -93.35 -114.45 + 12 58.9468 229 3 1 -134.15 -93.3968 -114.51 + 12 66.4407 228 3 1 -134.35 -93.4916 -114.567 + 12 60.6384 227 3 1 -134.55 -93.63 -114.602 + 12 92.9689 226 3 1 -134.75 -93.7229 -114.631 + 12 73.1087 225 3 1 -134.95 -93.8154 -114.644 + 12 84.4653 224 3 1 -135.151 -93.91 -114.652 + 12 104.706 223 3 1 -135.351 -94.0295 -114.665 + 12 208.975 222 3 1 -135.55 -94.1958 -114.616 + 12 95.8464 221 3 1 -135.75 -94.4194 -114.525 + 12 290.91 220 3 1 -135.95 -94.7524 -114.474 + 12 136.863 219 3 1 -136.15 -95.2588 -114.623 + 12 130.887 218 3 1 -136.35 -95.7565 -114.623 +Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 7.19813 LIN +Particle energy: 9.82033 LIN Particle: proton Event: 13 -Number of tracker hits in this event: 25 - 13 127.743 1236 11 1 67.3889 29.6425 125.55 - 13 119.132 1047 11 0 67.3894 29.6418 124.15 - 13 105.425 1236 10 1 67.3967 29.6313 95.55 - 13 92.5589 1047 10 0 67.3978 29.6296 94.15 - 13 144.298 1236 9 1 67.4183 29.596 65.55 - 13 191.07 1047 9 0 67.4182 29.5944 64.15 - 13 114.163 1236 8 1 67.4203 29.56 35.55 - 13 203.955 1047 8 0 67.421 29.559 34.15 - 13 132.842 1236 7 1 67.4347 29.5387 5.55 - 13 279.243 1047 7 0 67.4346 29.5384 4.15 - 13 117.024 1236 6 1 67.4332 29.5311 -24.45 - 13 130.66 1047 6 0 67.4338 29.531 -25.85 - 13 98.6843 1236 5 1 67.4473 29.5273 -54.45 - 13 243.235 1047 5 0 67.448 29.5265 -55.85 - 13 154.634 1237 4 1 67.4597 29.5123 -84.45 - 13 253.778 1047 4 0 67.4614 29.5103 -85.85 - 13 158.209 1237 3 1 67.4928 29.4634 -114.45 - 13 105.685 1047 3 0 67.4947 29.4597 -115.85 - 13 126.917 1237 2 1 67.5326 29.3875 -144.45 - 13 136.905 1046 2 0 67.5334 29.3835 -145.85 - 13 170.006 1237 1 1 67.5501 29.303 -174.45 - 13 147.99 1046 1 0 67.5512 29.2979 -175.85 - 13 104.159 1237 0 1 67.5752 29.1918 -204.45 - 13 142.467 1045 0 0 67.5767 29.1865 -205.85 - 13 70.0475 1046 7 0 67.5764 29.45 3.99555 -Number of digits in this event: 17 +Number of tracker hits in this event: 48 + 13 101.877 391 10 1 -101.828 42.9467 95.55 + 13 103.004 1114 10 0 -101.828 42.9467 94.15 + 13 100.829 391 9 1 -101.826 42.9472 65.55 + 13 100.558 1114 9 0 -101.827 42.9474 64.15 + 13 122.55 391 8 1 -101.848 42.9482 35.55 + 13 108.444 1114 8 0 -101.848 42.9483 34.15 + 13 126.342 391 7 1 -101.854 42.9534 5.55 + 13 131.663 1114 7 0 -101.854 42.9536 4.15 + 13 115.35 391 6 1 -101.852 42.9597 -24.45 + 13 131.618 1114 6 0 -101.853 42.9596 -25.85 + 13 180.583 391 5 1 -101.869 42.9573 -54.45 + 13 98.0437 1114 5 0 -101.87 42.9584 -55.85 + 13 137.747 391 4 1 -101.89 42.978 -84.45 + 13 158.061 1114 4 0 -101.891 42.9789 -85.85 + 13 104.294 391 3 1 -101.9 43.0002 -114.45 + 13 115.883 1114 3 0 -101.901 43.0012 -115.85 + 13 101.189 391 2 1 -101.913 43.0246 -144.45 + 13 115.029 1114 2 0 -101.914 43.0259 -145.85 + 13 109.441 391 1 1 -101.927 43.0535 -174.45 + 13 147.458 1115 1 0 -101.927 43.0551 -175.85 + 13 113.312 391 0 1 -101.933 43.0857 -204.45 + 13 123.427 1115 0 0 -101.933 43.0872 -205.85 + 13 122.944 812 7 0 -41.176 -17.5764 3.75024 + 13 107.388 696 7 1 -40.7827 -17.7704 5.15 + 13 38.8119 925 8 0 -30.6664 5.10664 33.75 + 13 78.1585 926 8 0 -30.6072 5.25 33.8837 + 13 52.2009 927 8 0 -30.5733 5.45 34.0585 + 13 293.334 747 8 1 -30.5796 6.74421 35.15 + 13 283.042 1011 9 0 -41.1265 22.2738 63.75 + 13 60.6372 1012 9 0 -41.2314 22.4503 63.9958 + 13 102.696 694 9 1 -41.1671 23.4203 65.15 + 13 68.3628 695 9 1 -41.05 23.6514 65.3707 + 13 60.7056 827 7 0 -50.0654 -14.4703 3.75 + 13 54.6617 828 7 0 -50.0987 -14.45 3.97528 + 13 111.201 648 7 1 -50.3271 -14.3277 5.15 + 13 9.9051 647 7 1 -50.45 -14.3133 5.51048 + 13 72.5155 959 5 1 11.8878 -127.916 -54.85 + 13 128.035 958 5 1 11.85 -128.017 -54.7062 + 13 126.694 824 14 0 90.0219 -15.1179 213.75 + 13 10.0546 825 14 0 90.0195 -15.05 214.113 + 13 413.164 1350 14 1 90.15 -14.3715 215.182 + 13 56.563 1351 14 1 90.35 -13.492 215.279 + 13 75.0429 839 14 0 90.9183 -12.1156 214.15 + 13 149.938 840 14 0 90.9339 -12.0499 214.09 + 13 29.7807 926 0 0 -43.6759 5.4321 -206.25 + 13 76.6014 927 0 0 -43.6926 5.45 -206.131 + 13 367.834 683 0 1 -43.3137 5.81739 -204.85 + 13 351.959 929 0 0 -44.0322 5.93106 -205.85 +Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 4.34649 LIN +Particle energy: 7.04379 LIN Particle: proton Event: 14 -Number of tracker hits in this event: 31 - 14 142.238 1235 10 1 67.1962 84.9128 95.55 - 14 132.609 1324 10 0 67.1955 84.9133 94.15 - 14 107.677 1235 9 1 67.1829 84.9222 65.55 - 14 119.306 1324 9 0 67.1816 84.9265 64.15 - 14 97.0955 1235 8 1 67.154 85.0116 35.55 - 14 159.618 1324 8 0 67.1534 85.0148 34.15 - 14 205.44 1235 7 1 67.1373 85.0793 5.55 - 14 131.575 1325 7 0 67.1362 85.0822 4.15 - 14 150.629 1235 6 1 67.1204 85.1362 -24.45 - 14 102.582 1325 6 0 67.1196 85.1379 -25.85 - 14 105.383 1235 5 1 67.1023 85.1713 -54.45 - 14 105.702 1325 5 0 67.103 85.1745 -55.85 - 14 105.556 1235 4 1 67.12 85.2394 -84.45 - 14 104.685 1325 4 0 67.121 85.2432 -85.85 - 14 120.267 1235 3 1 67.1389 85.323 -114.45 - 14 108.195 1326 3 0 67.1384 85.3253 -115.85 - 14 102.34 1235 2 1 67.129 85.3678 -144.45 - 14 207.159 1326 2 0 67.1284 85.3698 -145.85 - 14 143.944 1235 1 1 67.1111 85.4105 -174.45 - 14 139.899 1326 1 0 67.111 85.4146 -175.85 - 14 121.444 1235 0 1 67.1057 85.5065 -204.45 - 14 117.832 1327 0 0 67.1064 85.5117 -205.85 - 14 144.771 1236 7 1 67.2502 85.2099 5.52032 - 14 249.74 1237 7 1 67.4503 85.3869 5.52307 - 14 70.2409 1234 7 1 67.05 85.9922 5.19472 - 14 64.3886 1233 7 1 66.85 86.1026 5.17685 - 14 75.1333 1232 7 1 66.6494 86.1522 5.20401 - 14 106.381 1231 7 1 66.45 86.2947 5.28216 - 14 438.949 1230 7 1 66.25 86.5278 5.44197 - 14 0.913367 1229 7 1 66.05 86.6565 5.54812 - 14 231.275 1339 7 0 66.1824 87.9187 4.15 -Number of digits in this event: 17 +Number of tracker hits in this event: 29 + 14 388.157 684 10 1 -43.1941 -88.0813 95.55 + 14 142.992 459 10 0 -43.1933 -88.0809 94.15 + 14 117.237 684 9 1 -43.1758 -88.0734 65.55 + 14 113.118 459 9 0 -43.1756 -88.0732 64.15 + 14 143.73 684 8 1 -43.1688 -88.0707 35.55 + 14 184.905 459 8 0 -43.1675 -88.0701 34.15 + 14 102.844 684 7 1 -43.1396 -88.0608 5.55 + 14 174.248 459 7 0 -43.139 -88.0614 4.15 + 14 111.592 684 6 1 -43.1279 -88.0732 -24.45 + 14 189.53 459 6 0 -43.1273 -88.0738 -25.85 + 14 120.193 684 5 1 -43.1134 -88.084 -54.45 + 14 109.712 459 5 0 -43.1127 -88.0849 -55.85 + 14 176.958 684 4 1 -43.0988 -88.1059 -84.45 + 14 130.82 459 4 0 -43.0988 -88.1065 -85.85 + 14 104.231 684 3 1 -43.0982 -88.1204 -114.45 + 14 107.967 459 3 0 -43.0993 -88.1205 -115.85 + 14 141.668 684 2 1 -43.1185 -88.1226 -144.45 + 14 100.616 459 2 0 -43.1203 -88.1236 -145.85 + 14 376.007 684 1 1 -43.1626 -88.1425 -174.45 + 14 113.994 459 1 0 -43.1639 -88.1435 -175.85 + 14 121.349 684 0 1 -43.1922 -88.1639 -204.45 + 14 101.578 459 0 0 -43.1939 -88.1661 -205.85 + 14 101.503 683 4 1 -43.25 -88.1133 -84.7829 + 14 123.117 458 4 0 -44.5009 -88.25 -85.8565 + 14 158.894 457 4 0 -44.6601 -88.45 -85.8652 + 14 42.3185 664 4 1 -47.1557 -88.9015 -84.85 + 14 182.744 687 7 1 -42.4578 -89.0344 5.1502 + 14 84.4031 688 7 1 -42.45 -89.0485 5.16134 + 14 1.76817 683 10 1 -43.25 -88.0899 95.1994 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 4.41092 LIN +Particle energy: 8.54102 LIN Particle: proton Event: 15 -Number of tracker hits in this event: 68 - 15 128.606 852 11 1 -9.6375 69.7826 125.55 - 15 119.857 1248 11 0 -9.63702 69.7828 124.15 - 15 119.876 852 10 1 -9.62702 69.7834 95.55 - 15 87.8499 1248 10 0 -9.62572 69.7816 94.15 - 15 141.673 852 9 1 -9.59984 69.7449 65.55 - 15 97.9279 1248 9 0 -9.59812 69.7431 64.15 - 15 116.965 852 8 1 -9.56058 69.7053 35.55 - 15 232.37 1248 8 0 -9.55929 69.7038 34.15 - 15 166.852 852 7 1 -9.51418 69.6766 5.55 - 15 87.6041 1248 7 0 -9.51123 69.6738 4.15 - 15 44.0582 852 6 1 -9.45051 69.6266 -24.45 - 15 59.9365 853 6 1 -9.45 69.6264 -24.5926 - 15 85.9991 1247 6 0 -9.44545 69.6243 -25.85 - 15 93.5687 853 5 1 -9.3378 69.5717 -54.45 - 15 165.726 1247 5 0 -9.33443 69.5686 -55.85 - 15 110.83 853 4 1 -9.26806 69.5068 -84.45 - 15 106.448 1247 4 0 -9.26557 69.5033 -85.85 - 15 130.396 854 3 1 -9.21592 69.4343 -114.45 - 15 105.16 1246 3 0 -9.21105 69.4258 -115.85 - 15 149.591 854 2 1 -9.11346 69.2565 -144.45 - 15 95.5479 1245 2 0 -9.10686 69.247 -145.85 - 15 131.796 855 1 1 -8.97478 69.0456 -174.45 - 15 107.211 1244 1 0 -8.96876 69.0353 -175.85 - 15 105.898 856 0 1 -8.84572 68.8243 -204.45 - 15 124.869 1243 0 0 -8.83915 68.8151 -205.85 - 15 28.4482 1268 3 1 73.6952 166.486 -114.45 - 15 232.636 1267 3 1 73.65 166.489 -114.511 - 15 67.5566 1266 3 1 73.45 166.555 -114.736 - 15 124.52 1262 0 0 16.7092 72.5465 -206.25 - 15 58.1103 986 0 1 17.3444 72.469 -204.85 - 15 47.8403 987 0 1 17.4503 72.4591 -204.621 - 15 184.257 1243 1 0 30.4825 68.7671 -176.25 - 15 127.666 1054 1 1 30.906 68.6611 -174.85 - 15 2.93305 1055 1 1 31.05 68.53 -174.464 - 15 99.848 1262 2 0 52.6983 72.5503 -146.25 - 15 62.7982 1263 2 0 52.7 72.65 -146.031 - 15 60.5525 1162 2 1 52.5082 73.2447 -144.85 - 15 105.269 1161 2 1 52.4498 73.3475 -144.656 - 15 413.212 1314 1 0 11.2561 83.0294 -176.25 - 15 129.092 1313 1 0 10.9544 82.85 -175.855 - 15 131.145 1011 1 1 22.267 96.4508 -174.719 - 15 15.5406 190 2 0 74.0091 -142.096 -146.25 - 15 65.958 189 2 0 74.0209 -142.15 -146.243 - 15 68.3286 188 2 0 74.0687 -142.35 -146.224 - 15 65.7938 187 2 0 74.1057 -142.55 -146.221 - 15 48.5503 186 2 0 74.1345 -142.75 -146.215 - 15 67.1021 185 2 0 74.1446 -142.95 -146.163 - 15 61.5006 184 2 0 74.1466 -143.15 -146.087 - 15 50.5817 183 2 0 74.1665 -143.35 -146.017 - 15 57.8144 182 2 0 74.1812 -143.55 -145.948 - 15 13.2348 181 2 0 74.1908 -143.75 -145.876 - 15 299.542 1270 2 1 74.1964 -145.87 -144.85 - 15 110.458 1271 2 1 74.25 -146.786 -144.455 - 15 107.5 1272 2 1 74.45 -146.832 -144.567 - 15 96.8677 1273 2 1 74.6502 -147.086 -144.661 - 15 86.9803 1274 2 1 74.85 -147.219 -144.666 - 15 62.7843 1275 2 1 75.0502 -147.293 -144.728 - 15 96.2016 1276 2 1 75.25 -147.345 -144.745 - 15 314.293 169 2 0 76.01 -146.323 -145.85 - 15 126.844 1010 1 1 22.2495 96.4583 -174.702 - 15 11.4352 1009 1 1 22.05 96.4332 -174.497 - 15 29.3098 1076 4 1 35.25 156.843 -84.6379 - 15 25.7221 223 5 0 0.983646 -135.51 -56.25 - 15 208.493 222 5 0 1.04687 -135.55 -56.1843 - 15 44.1256 910 5 1 2.09459 -136.037 -54.8499 - 15 41.9538 219 5 0 2.57817 -136.292 -55.8501 - 15 134.083 218 5 0 2.61101 -136.35 -55.9653 - 15 166.049 217 5 0 2.77667 -136.55 -55.9771 -Number of digits in this event: 26 +Number of tracker hits in this event: 16 + 15 140.144 563 7 1 -67.2965 -130.171 5.55 + 15 92.6281 249 7 0 -67.2973 -130.171 4.15 + 15 108.022 563 6 1 -67.3139 -130.167 -24.45 + 15 124.058 249 6 0 -67.3143 -130.168 -25.85 + 15 106.872 563 5 1 -67.3206 -130.173 -54.45 + 15 198.445 249 5 0 -67.3221 -130.174 -55.85 + 15 90.7415 563 4 1 -67.3526 -130.183 -84.45 + 15 262.942 249 4 0 -67.3547 -130.184 -85.85 + 15 313.319 563 3 1 -67.3982 -130.193 -114.45 + 15 114.784 249 3 0 -67.4002 -130.193 -115.85 + 15 136.007 563 2 1 -67.4409 -130.189 -144.45 + 15 94.4873 249 2 0 -67.4427 -130.188 -145.85 + 15 166.231 562 1 1 -67.4795 -130.182 -174.45 + 15 134.497 249 1 0 -67.4812 -130.181 -175.85 + 15 122.147 562 0 1 -67.5145 -130.172 -204.45 + 15 126.61 249 0 0 -67.5167 -130.17 -205.85 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 1.68145 LIN +Particle energy: 1.73656 LIN Particle: proton Event: 16 -Number of tracker hits in this event: 108 - 16 311.645 863 8 1 -7.26561 139.973 35.55 - 16 105.487 1599 8 0 -7.25848 139.975 34.15 - 16 110.62 864 7 1 -7.09074 140.028 5.55 - 16 176.95 1599 7 0 -7.08344 140.028 4.15 - 16 269.528 865 6 1 -6.94387 140.016 -24.45 - 16 122.326 1599 6 0 -6.93597 140.016 -25.85 - 16 183.669 866 5 1 -6.76821 140.022 -54.45 - 16 96.9154 1599 5 0 -6.76083 140.027 -55.85 - 16 120.726 867 4 1 -6.62164 140.132 -84.45 - 16 113.539 1599 4 0 -6.61691 140.136 -85.85 - 16 125.591 867 3 1 -6.50668 140.213 -114.45 - 16 4846.08 1600 3 0 -6.49865 140.219 -115.85 - 16 162.169 866 3 1 -6.65036 140.209 -114.85 - 16 193.728 1604 4 0 -11.1781 140.98 -86.25 - 16 141.121 843 4 1 -11.4015 141.017 -84.85 - 16 37.8015 842 4 1 -11.45 141.025 -84.5467 - 16 212.125 1614 5 0 -15.5735 143.001 -56.25 - 16 175.315 821 5 1 -15.7827 143.098 -54.85 - 16 386.285 1624 6 0 -22.2128 144.957 -26.25 - 16 447.455 786 6 1 -22.677 144.992 -24.85 - 16 404.296 1613 7 0 -36.5442 142.892 3.75 - 16 139.206 714 7 1 -37.19 142.749 5.15 - 16 248.874 713 7 1 -37.25 142.734 5.28331 - 16 470.194 1588 8 0 -51.752 137.917 33.75 - 16 2.84057 638 8 1 -52.4471 137.629 35.15 - 16 470.699 637 8 1 -52.45 137.628 35.156 - 16 623.139 1586 9 0 -70.7101 137.41 63.75 - 16 53.1861 542 9 1 -71.6265 137.405 65.15 - 16 388.797 541 9 1 -71.65 137.405 65.1856 - 16 78.8705 540 9 1 -71.85 137.409 65.4971 - 16 624.647 1572 10 0 -78.243 134.607 93.75 - 16 424.632 507 10 1 -78.594 134.499 95.15 - 16 359.936 506 10 1 -78.65 134.484 95.3637 - 16 1517.58 1628 11 0 -91.8243 145.819 123.75 - 16 1220.76 438 11 1 -92.4602 146.143 125.15 - 16 2152.82 437 11 1 -92.55 146.191 125.379 - 16 114.339 1686 12 0 -92.958 157.459 153.75 - 16 75.704 1687 12 0 -92.9636 157.55 153.982 - 16 284.035 435 12 1 -92.9768 157.991 155.15 - 16 48.2624 1754 13 0 -96.2067 171.095 183.75 - 16 110.248 1755 13 0 -96.2207 171.15 183.869 - 16 128.192 419 13 1 -96.3011 171.776 185.15 - 16 159.425 824 3 1 -15.1615 130.441 -114.85 - 16 374.307 823 3 1 -15.25 130.341 -114.84 - 16 485.899 822 3 1 -15.45 130.116 -114.817 - 16 389.288 821 3 1 -15.65 129.892 -114.794 - 16 389.274 820 3 1 -15.85 129.666 -114.77 - 16 394.517 819 3 1 -16.05 129.439 -114.746 - 16 377.316 818 3 1 -16.25 129.213 -114.722 - 16 364.705 817 3 1 -16.45 128.986 -114.7 - 16 421.529 816 3 1 -16.65 128.758 -114.678 - 16 394.842 815 3 1 -16.85 128.531 -114.658 - 16 508.752 814 3 1 -17.05 128.303 -114.638 - 16 551.048 813 3 1 -17.25 128.071 -114.616 - 16 440.965 812 3 1 -17.45 127.84 -114.595 - 16 704.537 811 3 1 -17.65 127.609 -114.574 - 16 460.11 810 3 1 -17.85 127.377 -114.553 - 16 409.525 809 3 1 -18.05 127.147 -114.533 - 16 463.662 808 3 1 -18.25 126.915 -114.51 - 16 375.412 807 3 1 -18.45 126.682 -114.486 - 16 190.649 806 3 1 -18.65 126.457 -114.461 - 16 215.154 989 4 0 -126.533 17.9511 -86.25 - 16 401.264 988 4 0 -126.634 17.85 -86.2236 - 16 632.229 987 4 0 -126.833 17.65 -86.172 - 16 433.615 986 4 0 -127.033 17.45 -86.1196 - 16 572.648 985 4 0 -127.231 17.25 -86.0663 - 16 435.972 984 4 0 -127.427 17.05 -86.0136 - 16 556.82 983 4 0 -127.626 16.85 -85.9614 - 16 413.895 982 4 0 -127.82 16.65 -85.9086 - 16 43.4009 981 4 0 -128.016 16.45 -85.8561 - 16 72.884 243 4 1 -131.528 12.8139 -84.85 - 16 489.635 242 4 1 -131.55 12.7906 -84.8436 - 16 652.931 241 4 1 -131.75 12.5843 -84.7869 - 16 446.655 240 4 1 -131.95 12.3774 -84.7278 - 16 537.925 239 4 1 -132.15 12.1698 -84.6706 - 16 462.493 238 4 1 -132.35 11.9606 -84.6143 - 16 625.615 237 4 1 -132.55 11.7493 -84.5585 - 16 523.533 236 4 1 -132.75 11.5367 -84.5028 - 16 432.178 862 2 1 -7.61488 139.098 -144.45 - 16 489.861 1594 2 0 -7.65724 139.042 -145.85 - 16 452.936 858 1 1 -8.36816 137.783 -174.45 - 16 502.363 1587 1 0 -8.38502 137.724 -175.85 - 16 461.328 857 0 1 -8.58078 136.65 -204.45 - 16 404.29 1582 0 0 -8.58895 136.583 -205.85 - 16 184.883 1601 3 0 -6.28105 140.35 -116.11 - 16 38.0961 989 2 1 18.0134 154.946 -144.45 - 16 236.678 990 2 1 18.05 154.968 -144.492 - 16 341.866 991 2 1 18.25 155.086 -144.726 - 16 207.567 1677 2 0 19.2034 155.659 -145.85 - 16 198.908 1678 2 0 19.3541 155.75 -146.028 - 16 114.604 1117 1 1 43.5234 170.165 -174.45 - 16 197.212 1118 1 1 43.65 170.243 -174.596 - 16 23.126 1119 1 1 43.85 170.367 -174.826 - 16 46.8801 1753 1 0 44.7368 170.921 -175.85 - 16 317.22 1754 1 0 44.7838 170.95 -175.904 - 16 1.81119 1684 2 0 21.2608 157.046 -145.85 - 16 21.2561 1016 2 1 23.3668 160.188 -144.85 - 16 59.7734 1703 2 0 22.8711 160.806 -145.85 - 16 15.4229 1592 6 0 -7.5107 138.59 -25.85 - 16 78.4795 1591 6 0 -7.52243 138.55 -25.8828 - 16 77.2385 1590 6 0 -7.55628 138.35 -26.062 - 16 97.8034 1598 7 0 -7.04591 139.95 3.90784 - 16 197.506 1597 8 0 -8.20511 139.741 34.15 - 16 244.627 1443 8 0 22.8244 108.903 33.75 - 16 189.59 1014 8 1 22.9368 110.289 35.15 - 16 95.3217 1013 8 1 22.85 110.393 35.2808 - 16 16.6661 1003 8 1 20.7419 108.482 35.15 - 16 52.506 1447 8 0 18.3363 109.695 34.1499 -Number of digits in this event: 84 +Number of tracker hits in this event: 25 + 16 109.074 1110 11 1 42.0743 12.9495 125.55 + 16 112.568 964 11 0 42.0716 12.9472 124.15 + 16 108.157 1109 10 1 42.0157 12.8865 95.55 + 16 109.606 964 10 0 42.0085 12.8815 94.15 + 16 105.529 1109 9 1 41.8647 12.7697 65.55 + 16 122.267 963 9 0 41.864 12.7639 64.15 + 16 102.329 1108 8 1 41.8369 12.6603 35.55 + 16 111.66 963 8 0 41.833 12.6594 34.15 + 16 114.842 1108 7 1 41.7607 12.6455 5.55 + 16 116.353 962 7 0 41.7546 12.6466 4.15 + 16 97.0663 1107 6 1 41.642 12.6722 -24.45 + 16 156.485 963 6 0 41.6374 12.6756 -25.85 + 16 116.368 1107 5 1 41.5486 12.7393 -54.45 + 16 121.895 963 5 0 41.5462 12.7381 -55.85 + 16 220.936 1107 4 1 41.5033 12.6969 -84.45 + 16 283.767 963 4 0 41.4958 12.6954 -85.85 + 16 118.693 1106 3 1 41.3472 12.6695 -114.45 + 16 105.046 963 3 0 41.3377 12.6676 -115.85 + 16 128.929 1105 2 1 41.1357 12.6448 -144.45 + 16 162.237 962 2 0 41.1167 12.644 -145.85 + 16 160.815 1103 1 1 40.7236 12.6367 -174.45 + 16 118.365 962 1 0 40.7029 12.6362 -175.85 + 16 308.579 1101 0 1 40.2885 12.6114 -204.45 + 16 166.419 962 0 0 40.2648 12.613 -205.85 + 16 146.568 964 4 0 41.4664 12.85 -86.1319 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 5.01712 LIN +Particle energy: 6.68785 LIN Particle: proton Event: 17 -Number of tracker hits in this event: 23 - 17 117.255 1194 10 1 58.9 -74.1673 95.55 - 17 99.4293 529 10 0 58.9011 -74.1673 94.15 - 17 86.7347 1194 9 1 58.9238 -74.1644 65.55 - 17 90.547 529 9 0 58.925 -74.1643 64.15 - 17 93.0282 1194 8 1 58.9481 -74.1577 35.55 - 17 117.1 529 8 0 58.9481 -74.1568 34.15 - 17 108.16 1194 7 1 58.9449 -74.1355 5.55 - 17 104.378 529 7 0 58.9442 -74.1344 4.15 - 17 141.713 1194 6 1 58.9286 -74.1078 -24.45 - 17 94.4744 529 6 0 58.9283 -74.107 -25.85 - 17 109.355 1194 5 1 58.9202 -74.0867 -54.45 - 17 100.538 529 5 0 58.9201 -74.0871 -55.85 - 17 120.43 1194 4 1 58.9165 -74.098 -84.45 - 17 320.904 529 4 0 58.9158 -74.0986 -85.85 - 17 147.345 1194 3 1 58.907 -74.1094 -114.45 - 17 130.014 529 3 0 58.9078 -74.1103 -115.85 - 17 120.403 1194 2 1 58.9225 -74.132 -144.45 - 17 94.6135 529 2 0 58.9225 -74.1324 -145.85 - 17 126.081 1194 1 1 58.9225 -74.1428 -174.45 - 17 131.137 529 1 0 58.9225 -74.1423 -175.85 - 17 94.444 1194 0 1 58.9205 -74.1344 -204.45 - 17 197.306 529 0 0 58.9199 -74.1337 -205.85 - 17 165.195 530 4 0 58.6893 -74.05 -86.2013 -Number of digits in this event: 11 +Number of tracker hits in this event: 24 + 17 133.912 1029 11 1 25.9997 64.6487 125.55 + 17 124.009 1222 11 0 26.0004 64.6492 124.15 + 17 113.342 1029 10 1 26.0193 64.6636 95.55 + 17 96.6629 1223 10 0 26.0216 64.6646 94.15 + 17 110.266 1030 9 1 26.0682 64.6842 65.55 + 17 122.342 1223 9 0 26.0702 64.6849 64.15 + 17 164.38 1030 8 1 26.1108 64.6994 35.55 + 17 100.544 1223 8 0 26.1117 64.6996 34.15 + 17 128.034 1030 7 1 26.1297 64.7042 5.55 + 17 119.571 1223 7 0 26.1308 64.704 4.15 + 17 102.359 1030 6 1 26.1503 64.6992 -24.45 + 17 111.663 1223 6 0 26.1508 64.6983 -25.85 + 17 112.547 1030 5 1 26.1613 64.677 -54.45 + 17 103.235 1223 5 0 26.1614 64.6751 -55.85 + 17 117.704 1030 4 1 26.1596 64.6363 -84.45 + 17 119.876 1222 4 0 26.1597 64.6359 -85.85 + 17 121.432 1030 3 1 26.1593 64.6314 -114.45 + 17 233.499 1222 3 0 26.1602 64.632 -115.85 + 17 107.927 1030 2 1 26.1797 64.6456 -144.45 + 17 125.883 1222 2 0 26.1807 64.646 -145.85 + 17 144.99 1030 1 1 26.2038 64.6576 -174.45 + 17 93.0574 1223 1 0 26.204 64.6583 -175.85 + 17 96.6931 1030 0 1 26.2104 64.6718 -204.45 + 17 117.341 1223 0 0 26.2115 64.6729 -205.85 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 9.62545 LIN +Particle energy: 2.5004 LIN Particle: proton Event: 18 -Number of tracker hits in this event: 23 - 18 195.673 503 10 1 -79.3455 78.1271 95.55 - 18 244.19 1290 10 0 -79.346 78.1276 94.15 - 18 145.729 503 9 1 -79.3572 78.1347 65.55 - 18 117.449 1290 9 0 -79.3583 78.1355 64.15 - 18 158.778 503 8 1 -79.3722 78.1453 35.55 - 18 144.11 1290 8 0 -79.3728 78.1458 34.15 - 18 141.783 503 7 1 -79.3852 78.1533 5.55 - 18 110.962 1290 7 0 -79.3848 78.1544 4.15 - 18 199.559 503 6 1 -79.3772 78.1761 -24.45 - 18 96.4151 1290 6 0 -79.3776 78.1768 -25.85 - 18 121.214 503 5 1 -79.3837 78.1911 -54.45 - 18 135.239 1290 5 0 -79.3841 78.1926 -55.85 - 18 131.953 503 4 1 -79.3935 78.2224 -84.45 - 18 135.482 1290 4 0 -79.3945 78.2236 -85.85 - 18 100.794 503 3 1 -79.4145 78.2466 -114.45 - 18 149.338 1290 3 0 -79.4158 78.2484 -115.85 - 18 111.965 503 2 1 -79.445 78.2854 -144.45 - 18 180.3 1291 2 0 -79.447 78.2871 -145.85 - 18 125.903 502 1 1 -79.4903 78.3251 -174.45 - 18 142.502 1291 1 0 -79.4925 78.327 -175.85 - 18 127.38 502 0 1 -79.5376 78.3668 -204.45 - 18 118.448 1291 0 0 -79.5401 78.3691 -205.85 - 18 115.519 502 10 1 -79.45 78.2007 95.1822 -Number of digits in this event: 17 +Number of tracker hits in this event: 27 + 18 111.289 1150 9 1 50.165 111.378 65.55 + 18 120.894 1456 9 0 50.163 111.379 64.15 + 18 99.0503 1150 8 1 50.1272 111.384 35.55 + 18 170.542 1456 8 0 50.126 111.385 34.15 + 18 192.74 1150 7 1 50.0771 111.468 5.55 + 18 97.5221 1456 7 0 50.0697 111.475 4.15 + 18 172.195 1149 6 1 49.9213 111.61 -24.45 + 18 113.633 1457 6 0 49.9155 111.615 -25.85 + 18 137.327 1148 5 1 49.7983 111.724 -54.45 + 18 94.5896 1457 5 0 49.794 111.73 -55.85 + 18 111.374 1148 4 1 49.7095 111.834 -84.45 + 18 99.2411 1458 4 0 49.7048 111.84 -85.85 + 18 233.67 1147 3 1 49.6047 111.949 -114.45 + 18 213.888 1459 3 0 49.6007 111.955 -115.85 + 18 103.592 1147 2 1 49.5254 112.062 -144.45 + 18 122.457 1459 2 0 49.5197 112.066 -145.85 + 18 125.256 1146 1 1 49.3999 112.145 -174.45 + 18 8.61968 1459 1 0 49.3955 112.15 -175.85 + 18 83.651 1460 1 0 49.3954 112.15 -175.895 + 18 102.906 1146 0 1 49.307 112.248 -204.45 + 18 211.145 1460 0 0 49.3041 112.249 -205.85 + 18 22.1585 1455 8 0 49.9814 111.35 33.7976 + 18 162.46 1425 8 0 6.44303 105.163 33.75 + 18 56.4595 922 8 1 4.52206 104.823 35.15 + 18 69.2361 921 8 1 4.45 104.798 35.2006 + 18 99.5681 920 8 1 4.25 104.766 35.3444 + 18 25.9152 919 8 1 4.0497 104.685 35.5191 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 8.90079 LIN +Particle energy: 8.3792 LIN Particle: proton Event: 19 -Number of tracker hits in this event: 28 - 19 208.534 1068 10 1 33.7006 100.186 95.55 - 19 121.223 1400 10 0 33.7011 100.186 94.15 - 19 197.856 1068 9 1 33.7097 100.191 65.55 - 19 142.435 1400 9 0 33.7096 100.191 64.15 - 19 113.81 1068 8 1 33.704 100.203 35.55 - 19 105.211 1400 8 0 33.7036 100.203 34.15 - 19 122.927 1068 7 1 33.6963 100.204 5.55 - 19 107.877 1400 7 0 33.696 100.205 4.15 - 19 122.245 1068 6 1 33.6869 100.225 -24.45 - 19 117.91 1400 6 0 33.686 100.226 -25.85 - 19 163.016 1068 5 1 33.6683 100.261 -54.45 - 19 138.507 1400 5 0 33.6677 100.262 -55.85 - 19 114.858 1068 4 1 33.6603 100.28 -84.45 - 19 117.776 1400 4 0 33.6602 100.28 -85.85 - 19 99.4977 1068 3 1 33.6512 100.284 -114.45 - 19 297.232 1400 3 0 33.6512 100.283 -115.85 - 19 313.684 1068 2 1 33.6534 100.263 -144.45 - 19 110.015 1400 2 0 33.6537 100.261 -145.85 - 19 361.897 1068 1 1 33.6575 100.235 -174.45 - 19 107.581 1400 1 0 33.6565 100.233 -175.85 - 19 148.705 1067 0 1 33.6351 100.191 -204.45 - 19 126.337 1400 0 0 33.6342 100.189 -205.85 - 19 105.668 1067 9 1 33.6497 100.128 65.2596 - 19 63.5433 1067 10 1 33.6499 100.158 95.5139 - 19 372.092 1066 10 1 33.45 100.107 95.4398 - 19 31.3863 1394 10 0 33.04 99.0332 94.1499 - 19 401.924 1393 10 0 33.0085 98.9499 94.0842 - 19 20.5837 1392 10 0 33.1597 98.7499 93.863 -Number of digits in this event: 16 +Number of tracker hits in this event: 19 + 19 118.379 1421 10 1 104.382 -0.454371 95.55 + 19 142.6 897 10 0 104.382 -0.453429 94.15 + 19 128.356 1421 9 1 104.379 -0.434069 65.55 + 19 114.032 898 9 0 104.379 -0.432811 64.15 + 19 125.225 1421 8 1 104.369 -0.410988 35.55 + 19 87.8398 898 8 0 104.369 -0.408981 34.15 + 19 110.597 1421 7 1 104.361 -0.367634 5.55 + 19 134.051 898 7 0 104.361 -0.365551 4.15 + 19 115.133 1421 6 1 104.357 -0.321026 -24.45 + 19 162.388 898 6 0 104.357 -0.318593 -25.85 + 19 135.344 1421 5 1 104.361 -0.268502 -54.45 + 19 111.011 898 5 0 104.361 -0.265644 -55.85 + 19 106.773 1421 4 1 104.369 -0.21009 -84.45 + 19 108.455 899 4 0 104.369 -0.206632 -85.85 + 19 122.476 1421 3 1 104.378 -0.135504 -114.45 + 19 112.598 899 3 0 104.378 -0.131688 -115.85 + 19 107.196 1421 2 1 104.369 -0.0534653 -144.45 + 19 239.452 1420 0 1 104.349 0.127843 -204.45 + 19 115.401 900 0 0 104.348 0.131487 -205.85 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 3.50982 LIN +Particle energy: 1.02853 LIN Particle: proton Event: 20 -Number of tracker hits in this event: 24 - 20 197.639 1523 9 1 124.942 21.0328 65.55 - 20 101.266 1004 9 0 124.942 21.0311 64.15 - 20 88.0973 1523 8 1 124.936 20.9916 35.55 - 20 141.681 1004 8 0 124.937 20.9909 34.15 - 20 222.429 1524 7 1 124.981 20.9781 5.55 - 20 125.617 1004 7 0 124.983 20.9762 4.15 - 20 144.408 1524 6 1 125.011 20.9404 -24.45 - 20 175.023 1004 6 0 125.012 20.939 -25.85 - 20 387.597 1524 5 1 125.023 20.9123 -54.45 - 20 97.0123 1004 5 0 125.025 20.9105 -55.85 - 20 120.411 1524 4 1 125.062 20.8776 -84.45 - 20 99.0014 1004 4 0 125.066 20.8781 -85.85 - 20 122.247 1524 3 1 125.136 20.8935 -114.45 - 20 148.392 1004 3 0 125.139 20.8937 -115.85 - 20 160.603 1525 2 1 125.186 20.8982 -144.45 - 20 134.163 1004 2 0 125.189 20.896 -145.85 - 20 128.715 1525 1 1 125.254 20.8598 -174.45 - 20 101.897 1004 1 0 125.256 20.8584 -175.85 - 20 125.345 1525 0 1 125.314 20.8265 -204.45 - 20 100.63 1003 0 0 125.316 20.824 -205.85 - 20 47.1589 1524 9 1 124.95 21.1827 65.2375 - 20 113.805 1010 9 0 125.23 22.0555 64.1498 - 20 90.4149 1011 9 0 125.066 22.25 63.9527 - 20 277.169 1026 9 0 126.668 25.2945 63.75 -Number of digits in this event: 16 +Number of tracker hits in this event: 22 + 20 95.0411 337 9 1 -112.728 64.6426 65.55 + 20 111.803 1222 9 0 -112.722 64.6446 64.15 + 20 135.858 337 8 1 -112.625 64.6464 35.55 + 20 142.309 1222 8 0 -112.621 64.6429 34.15 + 20 143.898 338 7 1 -112.495 64.6141 5.55 + 20 260.377 1222 7 0 -112.489 64.6164 4.15 + 20 125.537 338 6 1 -112.36 64.6722 -24.45 + 20 118.898 1223 6 0 -112.352 64.6741 -25.85 + 20 130.225 339 5 1 -112.178 64.718 -54.45 + 20 137.272 1223 5 0 -112.168 64.7208 -55.85 + 20 116.241 340 4 1 -111.976 64.7228 -84.45 + 20 137.144 1223 4 0 -111.972 64.7263 -85.85 + 20 386.288 341 3 1 -111.877 64.8063 -114.45 + 20 149.359 1223 3 0 -111.857 64.8109 -115.85 + 20 127.423 343 2 1 -111.45 64.8947 -144.45 + 20 121.563 1224 2 0 -111.429 64.898 -145.85 + 20 110.325 345 1 1 -111.027 64.9755 -174.45 + 20 146.233 1224 1 0 -111.004 64.9782 -175.85 + 20 54.0348 347 0 1 -110.552 65.0479 -204.45 + 20 70.2333 348 0 1 -110.55 65.0481 -204.599 + 20 54.5115 1224 0 0 -110.533 65.0497 -205.85 + 20 51.2612 1225 0 0 -110.53 65.05 -206.077 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 3.17806 LIN +Particle energy: 9.36272 LIN Particle: proton Event: 21 -Number of tracker hits in this event: 25 - 21 173.981 1029 11 1 25.8899 -26.1924 125.55 - 21 96.327 769 11 0 25.8896 -26.1919 124.15 - 21 104.879 1029 10 1 25.884 -26.1713 95.55 - 21 126.462 769 10 0 25.884 -26.173 94.15 - 21 102.766 1029 9 1 25.8821 -26.2106 65.55 - 21 138.209 769 9 0 25.8838 -26.2135 64.15 - 21 354.244 1029 8 1 25.9224 -26.2718 35.55 - 21 139.901 768 8 0 25.9192 -26.2754 34.15 - 21 115.225 1028 7 1 25.8466 -26.349 5.55 - 21 122.584 768 7 0 25.8448 -26.3505 4.15 - 21 115.254 1028 6 1 25.8172 -26.3766 -24.45 - 21 191.632 768 6 0 25.8154 -26.3782 -25.85 - 21 147.207 1028 5 1 25.7859 -26.4147 -54.45 - 21 103.057 768 5 0 25.786 -26.4171 -55.85 - 21 296.876 1028 4 1 25.7966 -26.4716 -84.45 - 21 106.194 767 4 0 25.7989 -26.4721 -85.85 - 21 112.388 1029 3 1 25.8519 -26.4825 -114.45 - 21 159.929 767 3 0 25.8529 -26.4838 -115.85 - 21 194.035 1029 2 1 25.8744 -26.5043 -144.45 - 21 133.121 767 2 0 25.8762 -26.5057 -145.85 - 21 245.865 1029 1 1 25.8897 -26.5548 -174.45 - 21 125.347 767 1 0 25.8895 -26.5598 -175.85 - 21 102.143 1029 0 1 25.8867 -26.6584 -204.45 - 21 146.63 766 0 0 25.8868 -26.6643 -205.85 - 21 81.2798 768 3 0 25.8502 -26.45 -115.981 +Number of tracker hits in this event: 28 + 21 129.133 1033 10 0 -113.245 26.7167 94.15 + 21 105.815 334 9 1 -113.247 26.7131 65.55 + 21 163.091 1033 9 0 -113.247 26.7129 64.15 + 21 144.434 334 8 1 -113.234 26.7076 35.55 + 21 109.856 1033 8 0 -113.232 26.71 34.15 + 21 109.295 334 7 1 -113.197 26.759 5.55 + 21 153.382 1033 7 0 -113.195 26.7615 4.15 + 21 124.991 334 6 1 -113.163 26.8102 -24.45 + 21 109.432 1033 6 0 -113.161 26.8115 -25.85 + 21 103.789 335 5 1 -113.127 26.8379 -54.45 + 21 170.02 1033 5 0 -113.127 26.8387 -55.85 + 21 100.802 335 4 1 -113.107 26.859 -84.45 + 21 130.66 1034 4 0 -113.106 26.8602 -85.85 + 21 106.799 335 3 1 -113.071 26.8855 -114.45 + 21 101.382 1034 3 0 -113.07 26.8879 -115.85 + 21 118.517 335 2 1 -113.054 26.9368 -144.45 + 21 132.47 1034 2 0 -113.053 26.9397 -145.85 + 21 105.675 335 1 1 -113.049 27.0006 -174.45 + 21 142.995 1034 1 0 -113.048 27.0032 -175.85 + 21 127.106 335 0 1 -113.034 27.0525 -204.45 + 21 125.871 1035 0 0 -113.033 27.0552 -205.85 + 21 7.97408 1142 11 1 48.4796 70.5744 125.55 + 21 16.2101 92 10 1 -161.56 130.164 95.4269 + 21 55.9671 901 3 1 0.283755 -158.421 -114.642 + 21 3.61337 1303 0 1 80.65 57.1866 -204.745 + 21 16.8702 358 1 0 -27.272 -108.488 -176.047 + 21 25.3064 962 8 1 12.4878 -120.722 35.2728 + 21 135.403 419 4 1 -96.2453 114.496 -84.85 Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 2.84034 LIN +Particle energy: 4.32279 LIN Particle: proton Event: 22 -Number of tracker hits in this event: 22 - 22 104.04 816 9 1 -16.7558 -131.277 65.55 - 22 106.618 244 9 0 -16.7564 -131.279 64.15 - 22 249.744 816 8 1 -16.7702 -131.307 35.55 - 22 98.3094 244 8 0 -16.7701 -131.305 34.15 - 22 107.672 816 7 1 -16.7676 -131.266 5.55 - 22 132.231 244 7 0 -16.7641 -131.265 4.15 - 22 135.346 816 6 1 -16.6923 -131.247 -24.45 - 22 116.743 244 6 0 -16.6901 -131.247 -25.85 - 22 129.432 817 5 1 -16.6497 -131.232 -54.45 - 22 105.303 244 5 0 -16.6473 -131.23 -55.85 - 22 111.924 817 4 1 -16.5985 -131.181 -84.45 - 22 122.03 244 4 0 -16.5978 -131.18 -85.85 - 22 123.625 817 3 1 -16.5869 -131.152 -114.45 - 22 58.2225 244 3 0 -16.5874 -131.15 -115.85 - 22 81.718 245 3 0 -16.5874 -131.15 -115.997 - 22 126.565 817 2 1 -16.6027 -131.115 -144.45 - 22 101.738 245 2 0 -16.6053 -131.114 -145.85 - 22 119.627 816 1 1 -16.6539 -131.11 -174.45 - 22 496.287 245 1 0 -16.6572 -131.11 -175.85 - 22 106.078 816 0 1 -16.7139 -131.115 -204.45 - 22 98.5356 245 0 0 -16.7192 -131.117 -205.85 - 22 103.595 244 1 0 -16.7245 -131.15 -176.019 -Number of digits in this event: 9 +Number of tracker hits in this event: 28 + 22 94.1009 1170 10 1 54.1194 -96.5525 95.55 + 22 90.5175 417 10 0 54.1203 -96.5518 94.15 + 22 96.0014 1170 9 1 54.1392 -96.5377 65.55 + 22 240.362 418 9 0 54.139 -96.5387 64.15 + 22 111.69 1170 8 1 54.1307 -96.5592 35.55 + 22 175.417 417 8 0 54.1298 -96.5611 34.15 + 22 115.098 1170 7 1 54.1136 -96.5946 5.55 + 22 189.475 417 7 0 54.1131 -96.5947 4.15 + 22 123.139 1170 6 1 54.1033 -96.5928 -24.45 + 22 107.401 417 6 0 54.1031 -96.5942 -25.85 + 22 110.59 1170 5 1 54.0973 -96.6195 -54.45 + 22 104.105 417 5 0 54.0989 -96.6199 -55.85 + 22 255.821 1170 4 1 54.127 -96.6329 -84.45 + 22 180.291 417 4 0 54.1296 -96.6338 -85.85 + 22 113.391 1170 3 1 54.185 -96.6437 -114.45 + 22 102.649 417 3 0 54.1872 -96.6426 -115.85 + 22 162.016 1170 2 1 54.2273 -96.6153 -144.45 + 22 106.759 417 2 0 54.2288 -96.6141 -145.85 + 22 119.382 1171 1 1 54.2549 -96.5971 -174.45 + 22 122.42 417 1 0 54.2561 -96.5969 -175.85 + 22 152.872 1171 0 1 54.2766 -96.5924 -204.45 + 22 126.013 417 0 0 54.2771 -96.5941 -205.85 + 22 53.0017 1169 4 1 54.05 -96.6585 -84.7312 + 22 0.925096 506 11 0 75.7115 -78.6523 123.75 + 22 164 507 11 0 75.7143 -78.65 123.754 + 22 173.127 508 11 0 75.8545 -78.45 123.828 + 22 289.238 509 11 0 75.9856 -78.2499 123.782 + 22 108.889 1272 11 1 74.5975 -78.7791 125.15 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 9.52414 LIN +Particle energy: 3.01464 LIN Particle: proton Event: 23 -Number of tracker hits in this event: 24 - 23 88.3531 679 11 1 -44.1828 42.5665 125.55 - 23 102.18 1112 11 0 -44.1822 42.5666 124.15 - 23 131.389 679 10 1 -44.1715 42.5683 95.55 - 23 144.237 1112 10 0 -44.1673 42.5713 94.15 - 23 108.673 679 9 1 -44.077 42.6336 65.55 - 23 163.707 1112 9 0 -44.0721 42.6376 64.15 - 23 140.805 680 8 1 -43.9686 42.7207 35.55 - 23 126.574 1113 8 0 -43.9632 42.7237 34.15 - 23 123.91 680 7 1 -43.8557 42.7793 5.55 - 23 103.834 1113 7 0 -43.8502 42.7822 4.15 - 23 117.906 681 6 1 -43.74 42.8404 -24.45 - 23 108.078 1113 6 0 -43.7349 42.8426 -25.85 - 23 123.08 682 5 1 -43.6329 42.8888 -54.45 - 23 285.857 1114 5 0 -43.6287 42.8901 -55.85 - 23 145.699 682 4 1 -43.5467 42.9162 -84.45 - 23 107.522 1114 4 0 -43.5435 42.9175 -85.85 - 23 97.4283 682 3 1 -43.4774 42.9425 -114.45 - 23 164.525 1114 3 0 -43.474 42.944 -115.85 - 23 121.979 683 2 1 -43.4069 42.9735 -144.45 - 23 141.302 1114 2 0 -43.4042 42.9753 -145.85 - 23 107.725 683 1 1 -43.345 43.0156 -174.45 - 23 155.843 1114 1 0 -43.3413 43.0172 -175.85 - 23 115.198 683 0 1 -43.2652 43.0498 -204.45 - 23 184.682 1115 0 0 -43.2602 43.0515 -205.85 -Number of digits in this event: 15 +Number of tracker hits in this event: 92 + 23 155.552 1514 9 1 122.958 0.180525 65.55 + 23 119.697 900 9 0 122.955 0.180138 64.15 + 23 170.295 1513 8 1 122.916 0.174489 35.55 + 23 109.827 900 8 0 122.912 0.172898 34.15 + 23 175.974 1513 7 1 122.829 0.143293 5.55 + 23 159.357 900 7 0 122.827 0.142927 4.15 + 23 96.4347 1513 6 1 122.784 0.141568 -24.45 + 23 130.202 900 6 0 122.784 0.138872 -25.85 + 23 103.555 1513 5 1 122.78 0.0937539 -54.45 + 23 168.534 900 5 0 122.78 0.090398 -55.85 + 23 100.245 1513 3 1 122.809 -0.0806209 -114.45 + 23 103.507 899 3 0 122.808 -0.084208 -115.85 + 23 84.9233 1513 2 1 122.773 -0.154077 -144.45 + 23 116.391 899 2 0 122.773 -0.156849 -145.85 + 23 146.053 1513 1 1 122.764 -0.214333 -174.45 + 23 114.785 899 1 0 122.763 -0.217663 -175.85 + 23 114.006 1512 0 1 122.744 -0.286285 -204.45 + 23 149.757 898 0 0 122.746 -0.291331 -205.85 + 23 41.1341 711 4 0 158.044 -37.7637 -86.25 + 23 153.918 710 4 0 158.115 -37.8505 -86.1299 + 23 26.7308 709 4 0 158.261 -38.05 -85.9079 + 23 38.1127 1697 4 1 159.654 -39.7527 -84.8495 + 23 45.9616 1698 4 1 159.75 -39.8208 -84.8122 + 23 42.8925 1699 4 1 159.95 -39.8491 -84.7634 + 23 78.0679 1700 4 1 160.15 -39.8096 -84.7027 + 23 115.929 1701 4 1 160.35 -39.7486 -84.575 + 23 134.506 926 0 0 138.537 5.29084 -206.25 + 23 221.041 1595 0 1 139.177 5.41025 -204.85 + 23 5.74419 1596 0 1 139.35 5.44121 -204.473 + 23 27.9528 942 1 0 153.369 8.64093 -176.25 + 23 112.075 943 1 0 153.407 8.65002 -176.173 + 23 42.4435 1669 1 1 154.08 8.77831 -174.85 + 23 133.431 1670 1 1 154.15 8.79178 -174.708 + 23 213.248 955 2 0 166.342 11.1716 -146.25 + 23 315.959 1733 2 1 166.946 11.145 -144.85 + 23 312.888 1734 2 1 166.95 11.1448 -144.841 + 23 462.016 1732 2 1 166.75 12.7475 -144.665 + 23 164.913 1731 2 1 166.55 13.7702 -144.773 + 23 77.3569 995 2 0 165.355 19.1426 -145.85 + 23 57.8589 996 2 0 165.328 19.25 -145.872 + 23 121.449 997 2 0 165.263 19.4502 -145.923 + 23 88.5923 998 2 0 165.212 19.6505 -145.973 + 23 53.9243 999 2 0 165.156 19.85 -146.025 + 23 62.1925 1000 2 0 165.102 20.0505 -146.075 + 23 75.036 1001 2 0 165.054 20.25 -146.123 + 23 66.5606 1002 2 0 165.013 20.45 -146.155 + 23 121.985 1003 2 0 164.977 20.65 -146.182 + 23 140.709 1004 2 0 164.936 20.8507 -146.218 + 23 128.423 956 2 0 166.399 11.25 -145.98 + 23 119.05 1046 4 0 173.11 29.2715 -86.2495 + 23 113.492 1768 4 1 173.772 29.6353 -84.85 + 23 26.3756 1769 4 1 173.95 29.7634 -84.5157 + 23 72.2651 1778 4 1 175.776 18.0395 -84.85 + 23 162.708 1045 4 0 175.09 29.1968 -86.2495 + 23 114.882 1776 4 1 175.453 29.363 -84.8498 + 23 4.54588 1777 4 1 175.55 29.414 -84.4608 + 23 32.02 1128 5 0 174.291 45.809 -56.25 + 23 102.14 1129 5 0 174.288 45.85 -56.179 + 23 128.37 1770 5 1 174.222 46.5804 -54.85 + 23 49.3726 1230 6 0 168.652 66.1482 -26.25 + 23 93.5337 1231 6 0 168.622 66.25 -26.0967 + 23 143.441 1740 6 1 168.334 67.0993 -24.85 + 23 213.711 1299 7 0 163.058 79.8814 3.75 + 23 4.89523 1300 7 0 162.979 80.05 4.1275 + 23 117.77 1712 7 1 162.734 80.5032 5.15021 + 23 84.0336 1388 8 0 155.406 97.8016 33.75 + 23 54.2271 1389 8 0 155.335 97.95 33.9943 + 23 85.9515 1674 8 1 155.018 98.7217 35.15 + 23 74.0972 1673 8 1 154.95 98.8918 35.4137 + 23 103.065 1467 9 0 151.297 113.603 63.7507 + 23 181.534 1468 9 0 151.072 113.75 63.9645 + 23 34.2548 1640 9 1 148.275 114.893 65.15 + 23 54.3111 1639 9 1 148.15 114.945 65.2044 + 23 103.037 1638 9 1 147.95 115.027 65.2984 + 23 61.7732 1637 9 1 147.75 115.103 65.3866 + 23 70.5807 1636 9 1 147.55 115.167 65.4705 + 23 107.701 1628 9 1 145.913 116.462 65.5494 + 23 78.0769 1627 9 1 145.75 116.443 65.3847 + 23 21.7057 1626 9 1 145.55 116.41 65.2061 + 23 190.144 1481 9 0 144.372 116.391 64.15 + 23 134.99 1493 8 1 118.824 125.964 35.5495 + 23 536.485 1531 8 0 118.338 126.447 34.1497 + 23 9.87004 587 8 1 -62.6437 145.917 35.55 + 23 326.603 586 8 1 -62.65 145.91 35.5212 + 23 37.7925 1626 8 0 -62.0495 145.376 34.1499 + 23 202.927 1625 8 0 -62.0324 145.35 34.126 + 23 124.971 1161 10 1 52.45 168.575 95.2496 + 23 45.3198 1160 10 1 52.25 168.693 95.3194 + 23 133.031 1162 10 1 52.45 168.802 95.3314 + 23 332.455 1514 8 1 122.951 0.189479 35.4894 + 23 248.803 854 10 0 87.7966 -9.23779 93.75 + 23 151.516 853 10 0 87.6651 -9.25 93.8588 +Number of digits in this event: 39 Using G4ParticleGun... -Particle energy: 2.3349 LIN +Particle energy: 4.05229 LIN Particle: proton Event: 24 -Number of tracker hits in this event: 24 - 24 118.978 915 11 1 3.2202 -62.5452 125.55 - 24 155.5 587 11 0 3.21793 -62.5423 124.15 - 24 114.834 915 10 1 3.17459 -62.483 95.55 - 24 103.972 587 10 0 3.17282 -62.4798 94.15 - 24 155.498 915 9 1 3.13891 -62.3999 65.55 - 24 125.353 588 9 0 3.13748 -62.3953 64.15 - 24 137.614 915 8 1 3.09881 -62.2917 35.55 - 24 162.308 588 8 0 3.09249 -62.2874 34.15 - 24 90.5328 914 7 1 2.98545 -62.1874 5.55 - 24 118.327 589 7 0 2.9821 -62.1801 4.15 - 24 115.44 914 6 1 2.9153 -62.0289 -24.45 - 24 124.608 590 6 0 2.91292 -62.0145 -25.85 - 24 131.007 914 5 1 2.86262 -61.713 -54.45 - 24 104.748 591 5 0 2.85884 -61.6988 -55.85 - 24 137.388 913 4 1 2.77715 -61.402 -84.45 - 24 144.63 593 4 0 2.77434 -61.3849 -85.85 - 24 132.409 913 3 1 2.72462 -61.0326 -114.45 - 24 130.57 595 3 0 2.72192 -61.0173 -115.85 - 24 104.46 913 2 1 2.6633 -60.6916 -144.45 - 24 130.842 596 2 0 2.66105 -60.6762 -145.85 - 24 118.49 912 1 1 2.61508 -60.3748 -174.45 - 24 151.248 598 1 0 2.61311 -60.3595 -175.85 - 24 122.266 912 0 1 2.57137 -60.0483 -204.45 - 24 185.366 600 0 0 2.57007 -60.0332 -205.85 -Number of digits in this event: 16 +Number of tracker hits in this event: 23 + 24 152.633 621 10 1 -55.821 -68.4594 95.55 + 24 101.883 557 10 0 -55.8205 -68.4591 94.15 + 24 113.3 621 9 1 -55.8027 -68.4524 65.55 + 24 119.192 557 9 0 -55.8025 -68.4522 64.15 + 24 120.492 621 8 1 -55.8087 -68.447 35.55 + 24 123.833 558 8 0 -55.8088 -68.4474 34.15 + 24 115.033 621 7 1 -55.8105 -68.452 5.55 + 24 147.124 558 7 0 -55.8139 -68.4416 4.15 + 24 91.2007 620 6 1 -55.8889 -68.2278 -24.45 + 24 101.874 559 6 0 -55.8915 -68.218 -25.85 + 24 121.782 620 5 1 -55.9505 -68.017 -54.45 + 24 101.631 560 5 0 -55.9539 -68.0067 -55.85 + 24 252.855 620 4 1 -56.0221 -67.8023 -84.45 + 24 130.051 561 4 0 -56.0254 -67.7931 -85.85 + 24 98.2124 619 3 1 -56.0869 -67.6058 -114.45 + 24 134.725 562 3 0 -56.0902 -67.5964 -115.85 + 24 114.901 619 2 1 -56.1597 -67.4032 -144.45 + 24 210.033 563 2 0 -56.164 -67.3932 -145.85 + 24 113.476 619 1 1 -56.249 -67.1831 -174.45 + 24 49.791 618 1 1 -56.25 -67.1815 -174.679 + 24 115.449 564 1 0 -56.2549 -67.1732 -175.85 + 24 123.467 618 0 1 -56.3655 -66.9673 -204.45 + 24 161.539 565 0 0 -56.3703 -66.9574 -205.85 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 9.49588 LIN +Particle energy: 9.33409 LIN Particle: proton Event: 25 -Number of tracker hits in this event: 26 - 25 157.902 1461 9 1 112.441 -37.7175 65.55 - 25 112.591 711 9 0 112.441 -37.717 64.15 - 25 147.207 1461 8 1 112.437 -37.7057 35.55 - 25 142.785 711 8 0 112.437 -37.7058 34.15 - 25 124.005 1461 7 1 112.43 -37.7071 5.55 - 25 108.897 711 7 0 112.43 -37.7075 4.15 - 25 335.484 1461 6 1 112.416 -37.7157 -24.45 - 25 115.357 711 6 0 112.416 -37.7153 -25.85 - 25 126.324 1461 5 1 112.409 -37.7098 -54.45 - 25 147.721 711 5 0 112.409 -37.7102 -55.85 - 25 105.436 1461 4 1 112.395 -37.7209 -84.45 - 25 220.284 711 4 0 112.393 -37.7214 -85.85 - 25 140.805 1461 3 1 112.364 -37.7325 -114.45 - 25 130.434 711 3 0 112.363 -37.733 -115.85 - 25 104.014 1460 2 1 112.339 -37.7432 -144.45 - 25 107.063 711 2 0 112.338 -37.7446 -145.85 - 25 174.79 1460 1 1 112.314 -37.774 -174.45 - 25 124.524 711 1 0 112.313 -37.7755 -175.85 - 25 139.404 1460 0 1 112.293 -37.8095 -204.45 - 25 111.353 711 0 0 112.292 -37.8114 -205.85 - 25 114.837 714 6 0 112.609 -37.2183 -25.85 - 25 70.1672 846 6 0 145.527 -10.7323 -26.25 - 25 104.776 847 6 0 145.746 -10.65 -26.0723 - 25 43.9478 1637 6 1 147.621 -10.1348 -24.85 - 25 84.0533 1638 6 1 147.75 -10.1112 -24.7499 - 25 29.9761 1639 6 1 147.95 -10.0661 -24.5381 -Number of digits in this event: 14 +Number of tracker hits in this event: 28 + 25 104.602 1218 10 1 63.7676 82.1516 95.55 + 25 113.854 1310 10 0 63.7678 82.151 94.15 + 25 106.994 1218 9 1 63.7647 82.1356 65.55 + 25 119.532 1310 9 0 63.764 82.1352 64.15 + 25 145.53 1218 8 1 63.7533 82.1287 35.55 + 25 119.331 1310 8 0 63.7531 82.1283 34.15 + 25 132.955 1218 7 1 63.7499 82.1194 5.55 + 25 133.483 1310 7 0 63.7492 82.119 4.15 + 25 154.104 1218 6 1 63.7328 82.1131 -24.45 + 25 103.682 1310 6 0 63.732 82.1136 -25.85 + 25 369.14 1218 5 1 63.7147 82.1244 -54.45 + 25 124.954 1310 5 0 63.7146 82.1252 -55.85 + 25 95.6199 1218 4 1 63.7169 82.1421 -84.45 + 25 100.371 1310 4 0 63.7169 82.1413 -85.85 + 25 111.103 1218 3 1 63.7175 82.1244 -114.45 + 25 107.54 1310 3 0 63.7167 82.1235 -115.85 + 25 121.793 1218 2 1 63.6993 82.1039 -144.45 + 25 98.104 1310 2 0 63.699 82.1035 -145.85 + 25 102.465 1218 1 1 63.6938 82.0939 -174.45 + 25 114.327 1310 1 0 63.6933 82.0926 -175.85 + 25 108.403 1218 0 1 63.6793 82.0639 -204.45 + 25 116.054 1310 0 0 63.6786 82.062 -205.85 + 25 27.4921 1569 0 0 91.0256 134.003 -206.25 + 25 1.97669 1568 0 0 91.0475 133.95 -206.248 + 25 5.29822 1277 0 0 124.628 75.4597 -206.25 + 25 396.803 1276 0 0 124.639 75.45 -206.231 + 25 262.503 1219 5 1 63.85 82.1452 -54.5667 + 25 55.8135 1220 5 1 64.0501 82.1967 -54.5954 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 4.28331 LIN +Particle energy: 4.02894 LIN Particle: proton Event: 26 -Number of tracker hits in this event: 22 - 26 114.359 1297 10 1 79.6494 65.6966 95.55 - 26 117.778 1228 10 0 79.6492 65.6963 94.15 - 26 143.938 1298 9 1 79.6508 65.6933 65.55 - 26 124.687 1228 9 0 79.6515 65.6924 64.15 - 26 120.232 1298 8 1 79.6633 65.6729 35.55 - 26 110.949 1228 8 0 79.6648 65.672 34.15 - 26 106.825 1298 7 1 79.6981 65.6546 5.55 - 26 125.823 1228 7 0 79.6999 65.6528 4.15 - 26 132.283 1298 6 1 79.7382 65.6149 -24.45 - 26 122.008 1227 6 0 79.7392 65.6132 -25.85 - 26 109.555 1298 5 1 79.7619 65.5808 -54.45 - 26 150.834 1227 5 0 79.7621 65.5779 -55.85 - 26 98.606 1298 4 1 79.7643 65.5182 -84.45 - 26 107.091 1227 4 0 79.7643 65.5149 -85.85 - 26 131.357 1298 3 1 79.765 65.4493 -114.45 - 26 105.213 1226 3 0 79.7645 65.4465 -115.85 - 26 127.078 1298 2 1 79.7566 65.3895 -144.45 - 26 118.848 1226 2 0 79.7571 65.3876 -145.85 - 26 136.556 1298 1 1 79.7628 65.3492 -174.45 - 26 154.705 1226 1 0 79.7636 65.3463 -175.85 - 26 142.464 1298 0 1 79.7866 65.2872 -204.45 - 26 139.425 1226 0 0 79.7884 65.2851 -205.85 -Number of digits in this event: 14 +Number of tracker hits in this event: 27 + 26 118.944 180 8 0 -23.1813 -144.024 34.15 + 26 147.351 784 7 1 -23.1864 -144.029 5.55 + 26 106.004 180 7 0 -23.1833 -144.029 4.15 + 26 124.335 784 6 1 -23.1241 -144.042 -24.45 + 26 117.662 180 6 0 -23.1198 -144.042 -25.85 + 26 174.53 785 5 1 -23.0354 -144.037 -54.45 + 26 115.272 180 5 0 -23.0319 -144.038 -55.85 + 26 146.587 785 4 1 -22.9536 -144.06 -84.45 + 26 165.833 180 4 0 -22.9501 -144.063 -85.85 + 26 224.52 785 3 1 -22.8792 -144.103 -114.45 + 26 129.336 180 3 0 -22.8765 -144.103 -115.85 + 26 126.748 786 2 1 -22.8213 -144.115 -144.45 + 26 125.699 180 2 0 -22.8207 -144.117 -145.85 + 26 100.812 786 1 1 -22.8137 -144.146 -174.45 + 26 244.454 180 1 0 -22.8132 -144.146 -175.85 + 26 116.75 786 0 1 -22.8035 -144.146 -204.45 + 26 101.178 180 0 0 -22.8014 -144.146 -205.85 + 26 109.585 850 3 1 -10.05 63.5157 -114.5 + 26 197.553 783 7 1 -23.2859 -144.077 5.55 + 26 36.9316 169 7 0 -23.7865 -146.251 4.14965 + 26 142.577 168 7 0 -23.8249 -146.35 4.08842 + 26 69.7702 167 7 0 -24.1343 -146.55 4.05662 + 26 145.184 166 7 0 -24.2058 -146.75 3.93225 + 26 66.5815 112 10 0 -112.185 -157.719 93.75 + 26 103.336 113 10 0 -112.242 -157.55 93.8306 + 26 148.696 114 10 0 -112.259 -157.35 93.8169 + 26 181.971 115 10 0 -112.267 -157.15 93.8691 +Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 5.46149 LIN +Particle energy: 5.38458 LIN Particle: proton Event: 27 -Number of tracker hits in this event: 17 - 27 112.538 821 7 1 -15.7712 -148.816 5.55 - 27 107.281 156 7 0 -15.7718 -148.815 4.15 - 27 146.143 821 6 1 -15.7929 -148.774 -24.45 - 27 109.47 156 6 0 -15.7936 -148.77 -25.85 - 27 174.954 821 5 1 -15.8087 -148.695 -54.45 - 27 136.236 157 5 0 -15.8086 -148.694 -55.85 - 27 101.609 821 4 1 -15.8063 -148.673 -84.45 - 27 111.532 157 4 0 -15.8061 -148.67 -85.85 - 27 108.959 821 3 1 -15.7987 -148.619 -114.45 - 27 143.837 157 3 0 -15.7973 -148.616 -115.85 - 27 112.208 821 2 1 -15.7678 -148.558 -144.45 - 27 105.031 157 2 0 -15.7667 -148.555 -145.85 - 27 106.057 821 1 1 -15.7452 -148.497 -174.45 - 27 113.281 158 1 0 -15.7438 -148.494 -175.85 - 27 107.273 821 0 1 -15.7164 -148.427 -204.45 - 27 139.846 158 0 0 -15.7151 -148.424 -205.85 - 27 111.918 451 5 0 -92.3656 -89.85 -55.9705 -Number of digits in this event: 9 +Number of tracker hits in this event: 22 + 27 130.691 544 9 1 -71.1303 105.772 65.55 + 27 112.405 1428 9 0 -71.13 105.772 64.15 + 27 123.063 544 8 1 -71.1251 105.754 35.55 + 27 103.149 1428 8 0 -71.1242 105.754 34.15 + 27 86.4677 544 7 1 -71.105 105.747 5.55 + 27 104.952 1427 7 0 -71.1048 105.746 4.15 + 27 120.717 544 6 1 -71.098 105.738 -24.45 + 27 128.17 1427 6 0 -71.0979 105.737 -25.85 + 27 95.1179 544 5 1 -71.0946 105.715 -54.45 + 27 109.234 1427 5 0 -71.0941 105.714 -55.85 + 27 152.937 544 4 1 -71.0804 105.701 -84.45 + 27 145.725 1427 4 0 -71.0777 105.699 -85.85 + 27 157.898 545 3 1 -71.0223 105.67 -114.45 + 27 153.171 1427 3 0 -71.0183 105.67 -115.85 + 27 102.6 545 2 1 -70.9386 105.673 -144.45 + 27 123.536 1427 2 0 -70.9309 105.673 -145.85 + 27 119.588 546 1 1 -70.7709 105.669 -174.45 + 27 223.104 1427 1 0 -70.7623 105.669 -175.85 + 27 122.431 547 0 1 -70.5881 105.665 -204.45 + 27 114.857 1427 0 0 -70.5794 105.666 -205.85 + 27 314.273 1205 14 1 61.05 -26.8278 215.19 + 27 34.1865 1204 14 1 61.05 -26.8588 215.29 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 5.99581 LIN +Particle energy: 4.92275 LIN Particle: proton Event: 28 -Number of tracker hits in this event: 20 - 28 100.567 1413 9 1 102.858 -59.7655 65.55 - 28 223.63 601 9 0 102.858 -59.7662 64.15 - 28 91.8598 1413 8 1 102.865 -59.781 35.55 - 28 120.776 601 8 0 102.863 -59.7817 34.15 - 28 119.785 1413 7 1 102.829 -59.7977 5.55 - 28 175.289 601 7 0 102.826 -59.7983 4.15 - 28 105.216 1413 6 1 102.769 -59.8131 -24.45 - 28 143.031 601 6 0 102.766 -59.8132 -25.85 - 28 125.456 1412 5 1 102.7 -59.8147 -54.45 - 28 134.33 601 5 0 102.698 -59.8155 -55.85 - 28 98.5712 1412 4 1 102.667 -59.8285 -84.45 - 28 107.517 601 4 0 102.665 -59.8297 -85.85 - 28 146.717 1412 3 1 102.62 -59.8551 -114.45 - 28 112.409 600 3 0 102.617 -59.8568 -115.85 - 28 106.605 1411 2 1 102.548 -59.8939 -144.45 - 28 100.174 600 2 0 102.545 -59.8965 -145.85 - 28 97.8823 1411 1 1 102.484 -59.9495 -174.45 - 28 153.101 600 1 0 102.48 -59.9523 -175.85 - 28 104.889 1411 0 1 102.403 -60.0104 -204.45 - 28 106.521 600 0 0 102.4 -60.0126 -205.85 -Number of digits in this event: 9 +Number of tracker hits in this event: 22 + 28 235.243 373 8 1 -105.392 97.9239 35.55 + 28 160.28 1388 8 0 -105.39 97.9266 34.15 + 28 158.442 374 7 1 -105.336 97.9862 5.55 + 28 119.988 1389 7 0 -105.333 97.9882 4.15 + 28 148.329 374 6 1 -105.277 98.0329 -24.45 + 28 189.899 1389 6 0 -105.274 98.0352 -25.85 + 28 143.228 374 5 1 -105.226 98.0814 -54.45 + 28 162.379 1389 5 0 -105.225 98.0829 -55.85 + 28 116.993 374 4 1 -105.198 98.1102 -84.45 + 28 125.089 1389 4 0 -105.197 98.112 -85.85 + 28 258.418 374 3 1 -105.184 98.1462 -114.45 + 28 124.744 1389 3 0 -105.184 98.1473 -115.85 + 28 116.141 374 2 1 -105.177 98.1705 -144.45 + 28 109.285 1390 2 0 -105.176 98.1701 -145.85 + 28 99.5937 374 1 1 -105.158 98.1621 -174.45 + 28 310.601 1390 1 0 -105.157 98.1622 -175.85 + 28 120.28 375 0 1 -105.139 98.1637 -204.45 + 28 108.372 1390 0 0 -105.137 98.163 -205.85 + 28 28.7388 1079 0 1 36.0343 7.97357 -204.736 + 28 90.5303 1389 1 0 -105.141 98.15 -176.066 + 28 127.11 1396 3 0 -105.187 99.4053 -115.85 + 28 11.2659 374 8 1 -105.35 97.9021 35.317 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 4.21718 LIN +Particle energy: 4.06706 LIN Particle: proton Event: 29 -Number of tracker hits in this event: 29 - 29 103.922 417 10 1 -96.6452 -44.8095 95.55 - 29 102.9 676 10 0 -96.6434 -44.8099 94.15 - 29 202.39 417 9 1 -96.6053 -44.8161 65.55 - 29 112.532 676 9 0 -96.6014 -44.8151 64.15 - 29 97.9999 418 8 1 -96.5258 -44.7969 35.55 - 29 149.594 676 8 0 -96.523 -44.7953 34.15 - 29 116.106 418 7 1 -96.4773 -44.7682 5.55 - 29 129.006 676 7 0 -96.4772 -44.7669 4.15 - 29 137.609 418 6 1 -96.4791 -44.735 -24.45 - 29 104.877 676 6 0 -96.4771 -44.7333 -25.85 - 29 128.737 418 5 1 -96.4317 -44.6987 -54.45 - 29 141.536 676 5 0 -96.4298 -44.6989 -55.85 - 29 184.067 418 4 1 -96.3899 -44.7089 -84.45 - 29 118.46 676 4 0 -96.389 -44.709 -85.85 - 29 111.109 418 3 1 -96.3673 -44.7109 -114.45 - 29 113.503 676 3 0 -96.3648 -44.7104 -115.85 - 29 135.898 419 2 1 -96.309 -44.6943 -144.45 - 29 110.697 676 2 0 -96.3082 -44.6949 -145.85 - 29 134.421 419 1 1 -96.2956 -44.7062 -174.45 - 29 145.091 676 1 0 -96.2939 -44.7057 -175.85 - 29 128.14 419 0 1 -96.2532 -44.7036 -204.45 - 29 120.651 676 0 0 -96.2538 -44.7041 -205.85 - 29 8.07725 677 9 0 -95.598 -44.4574 64.1499 - 29 24.8729 678 9 0 -95.5877 -44.4498 64.1442 - 29 1.39041 462 9 1 -87.6467 -36.9608 65.15 - 29 0.593725 757 9 0 -78.4496 -28.5568 64.15 - 29 75.6916 510 9 1 -77.9981 -30.7753 65.15 - 29 3.9484 744 9 0 -77.389 -31.0713 64.15 - 29 25.0994 516 9 1 -76.7881 -31.5659 65.15 -Number of digits in this event: 13 -Using G4ParticleGun... -Particle energy: 9.16115 LIN +Number of tracker hits in this event: 44 + 29 105.107 1190 11 1 58.0816 -49.7323 125.55 + 29 172.861 651 11 0 58.0825 -49.7343 124.15 + 29 169.563 1190 10 1 58.0973 -49.7701 95.55 + 29 117.312 651 10 0 58.0982 -49.7736 94.15 + 29 90.0938 1190 9 1 58.1159 -49.8412 65.55 + 29 138.074 651 9 0 58.1185 -49.8456 64.15 + 29 138.878 1190 8 1 58.1734 -49.9285 35.55 + 29 166.04 650 8 0 58.1755 -49.9316 34.15 + 29 111.369 1190 7 1 58.22 -49.9951 5.55 + 29 107.529 650 7 0 58.2218 -50.0002 4.15 + 29 155.54 1191 6 1 58.2605 -50.1007 -24.45 + 29 331.483 649 6 0 58.2623 -50.106 -25.85 + 29 100.064 1191 5 1 58.2984 -50.2176 -54.45 + 29 119.523 649 5 0 58.2995 -50.2245 -55.85 + 29 112.496 1191 4 1 58.3184 -50.366 -84.45 + 29 151.863 648 4 0 58.3184 -50.3737 -85.85 + 29 100.409 1191 3 1 58.3341 -50.5188 -114.45 + 29 87.7928 647 3 0 58.334 -50.5258 -115.85 + 29 132.619 1191 2 1 58.3338 -50.6713 -144.45 + 29 108.618 646 2 0 58.3334 -50.6779 -145.85 + 29 133.841 1191 1 1 58.3183 -50.8152 -174.45 + 29 102.476 646 1 0 58.3162 -50.8223 -175.85 + 29 104.878 1191 0 1 58.2795 -50.9703 -204.45 + 29 324.977 645 0 0 58.2779 -50.9779 -205.85 + 29 41.8194 823 0 1 -15.25 26.2088 -204.725 + 29 249.971 822 0 1 -15.45 26.3213 -204.623 + 29 89.0752 821 0 1 -15.65 26.3681 -204.463 + 29 142.953 820 0 1 -15.85 25.5982 -204.833 + 29 8.44178 819 0 1 -16.05 25.4009 -204.84 + 29 123.385 1027 0 0 -20.1859 25.6435 -205.85 + 29 67.9445 1028 0 0 -20.4845 25.65 -205.932 + 29 59.2926 793 0 1 -21.2982 25.727 -204.85 + 29 145.584 792 0 1 -21.45 25.7788 -204.654 + 29 66.2918 791 0 1 -21.6501 25.8361 -204.58 + 29 172.016 790 0 1 -21.85 25.7534 -204.606 + 29 95.0811 789 0 1 -22.05 25.6949 -204.703 + 29 153.547 788 0 1 -22.2505 25.7962 -204.781 + 29 205.851 787 0 1 -22.45 25.9503 -204.608 + 29 83.0269 1488 0 1 117.777 -63.5082 -204.85 + 29 2.83938 1693 7 1 158.839 74.8218 5.15 + 29 331.109 1709 6 1 161.95 -73.4176 -24.7358 + 29 14.3252 591 7 0 -137.323 -61.8478 3.84035 + 29 117.373 646 0 0 58.3195 -50.8499 -205.921 + 29 345.522 650 6 0 58.1822 -50.0499 -26.0463 +Number of digits in this event: 24 +Using G4ParticleGun... +Particle energy: 2.21352 LIN Particle: proton Event: 30 -Number of tracker hits in this event: 296 - 30 111.848 1161 11 1 52.3681 -25.7729 125.55 - 30 128.273 771 11 0 52.3683 -25.7728 124.15 - 30 228.316 1161 10 1 52.3748 -25.769 95.55 - 30 201.643 771 10 0 52.3757 -25.7694 94.15 - 30 153.861 1161 9 1 52.3968 -25.7751 65.55 - 30 105.098 771 9 0 52.3989 -25.7754 64.15 - 30 141.404 1161 8 1 52.4456 -25.7826 35.55 - 30 129.534 771 8 0 52.4469 -25.7839 34.15 - 30 132.704 1162 7 1 52.4763 -25.8116 5.55 - 30 91.1674 771 7 0 52.4785 -25.8136 4.15 - 30 94.404 1162 6 1 52.5255 -25.8575 -24.45 - 30 198.437 770 6 0 52.527 -25.8595 -25.85 - 30 116.171 1162 5 1 52.5574 -25.8976 -54.45 - 30 31947.5 770 5 0 52.5593 -25.8995 -55.85 - 30 10667.3 771 5 0 52.6072 -25.85 -56.0907 - 30 7812.6 772 5 0 52.7997 -25.65 -56.1343 - 30 9525.03 773 5 0 53.0012 -25.45 -56.1905 - 30 425.773 1114 4 1 42.9112 -49.079 -84.45 - 30 531.407 1113 4 1 42.85 -49.2301 -84.6296 - 30 553.022 648 4 0 42.4186 -50.2561 -85.85 - 30 356.291 647 4 0 42.3365 -50.45 -86.0806 - 30 72.1071 1058 3 1 31.6617 -75.4923 -114.45 - 30 971.417 1057 3 1 31.65 -75.5179 -114.478 - 30 136.496 516 3 0 31.0674 -76.7946 -115.85 - 30 594.358 515 3 0 31.0421 -76.85 -115.909 - 30 372.244 514 3 0 30.9505 -77.05 -116.125 - 30 479.888 995 2 1 19.1141 -103.328 -144.45 - 30 773.416 994 2 1 19.05 -103.48 -144.612 - 30 329.047 377 2 0 18.5646 -104.627 -145.85 - 30 655.369 376 2 0 18.5125 -104.75 -145.983 - 30 121.962 375 2 0 18.4281 -104.95 -146.2 - 30 244.932 936 1 1 7.28587 -131.038 -174.45 - 30 852.996 935 1 1 7.25 -131.12 -174.54 - 30 67.4259 239 1 0 6.72697 -132.325 -175.85 - 30 628.03 238 1 0 6.71628 -132.35 -175.877 - 30 467.357 237 1 0 6.62924 -132.55 -176.093 - 30 55.8746 876 0 1 -4.84262 -158.631 -204.45 - 30 1105.61 875 0 1 -4.85 -158.647 -204.468 - 30 200.139 101 0 0 -5.42922 -159.905 -205.85 - 30 831.815 100 0 0 -5.4499 -159.95 -205.899 - 30 375.739 99 0 0 -5.54158 -160.15 -206.119 - 30 966.17 769 5 0 52.5629 -26.05 -56.0928 - 30 879.219 768 5 0 52.5663 -26.25 -56.1101 - 30 828.477 767 5 0 52.5687 -26.45 -56.1269 - 30 729.719 766 5 0 52.5706 -26.65 -56.1449 - 30 963.083 765 5 0 52.5705 -26.85 -56.1627 - 30 1037.76 764 5 0 52.5706 -27.05 -56.1827 - 30 1018.02 763 5 0 52.569 -27.25 -56.2051 - 30 784.851 762 5 0 52.5628 -27.45 -56.23 - 30 451.838 1157 5 1 51.4777 -24.7445 -54.85 - 30 3477.15 1156 5 1 51.45 -24.7148 -54.8182 - 30 2269.26 1155 5 1 51.25 -24.4928 -54.5851 - 30 333.813 942 4 1 8.51891 -38.3343 -84.45 - 30 820.817 941 4 1 8.45 -38.357 -84.4941 - 30 914.176 940 4 1 8.25 -38.4237 -84.6225 - 30 692.159 939 4 1 8.05 -38.4916 -84.7533 - 30 2690.01 704 4 0 6.34699 -39.07 -85.85 - 30 464.194 703 4 0 5.81542 -39.25 -86.1918 - 30 1031.44 702 3 1 -39.4866 -54.9418 -114.45 - 30 1425.24 701 3 1 -39.65 -55.0206 -114.56 - 30 1673.74 700 3 1 -39.85 -55.1182 -114.699 - 30 140.965 699 3 1 -40.05 -55.2121 -114.836 - 30 2796.43 620 3 0 -41.4917 -55.8921 -115.85 - 30 2002.43 619 3 0 -41.8277 -56.05 -116.091 - 30 5224.49 774 5 0 52.861 -25.25 -56.0121 - 30 5781.46 775 5 0 52.9585 -25.05 -55.9922 - 30 6420.77 776 5 0 53.0562 -24.85 -55.9713 - 30 7823.07 777 5 0 53.1597 -24.65 -55.9493 - 30 10740.6 778 5 0 53.2686 -24.45 -55.9296 - 30 12181.1 779 5 0 53.3806 -24.25 -55.9145 - 30 1.12195 1130 4 1 46.051 -9.22497 -84.45 - 30 200.457 1129 4 1 46.05 -9.22242 -84.4543 - 30 77.3333 858 4 0 45.7367 -8.38801 -85.85 - 30 62.1986 859 4 0 45.6851 -8.25 -86.0802 - 30 8.3681 1096 3 1 39.257 8.77953 -114.45 - 30 145.951 1095 3 1 39.25 8.79974 -114.483 - 30 6.55173 947 3 0 38.9611 9.63615 -115.85 - 30 109.271 948 3 0 38.9564 9.65 -115.873 - 30 26.5265 949 3 0 38.887 9.85 -116.2 - 30 114.762 1064 2 1 32.9131 27.2203 -144.45 - 30 34.1852 1063 2 1 32.85 27.3877 -144.722 - 30 112.571 1040 2 0 32.5863 28.0822 -145.85 - 30 43.5818 1041 2 0 32.5225 28.25 -146.122 - 30 29.7759 1029 1 1 25.8704 45.7067 -174.45 - 30 107.962 1028 1 1 25.85 45.7617 -174.536 - 30 16.9084 1132 1 0 25.5441 46.6131 -175.85 - 30 120.639 1133 1 0 25.5309 46.65 -175.907 - 30 51.212 1134 1 0 25.4593 46.85 -176.215 - 30 61.7332 994 0 1 18.8889 65.2943 -204.45 - 30 103.849 993 0 1 18.85 65.408 -204.626 - 30 28.7436 1230 0 0 18.5787 66.1972 -205.85 - 30 117.923 1231 0 0 18.5606 66.25 -205.932 - 30 2.17961 1232 0 0 18.4925 66.45 -206.242 - 30 165.399 1621 0 0 76.7762 144.433 -206.25 - 30 67.5036 1622 0 0 76.7997 144.55 -206.074 - 30 104.17 1286 0 1 77.2633 144.779 -204.85 - 30 37.9232 1287 0 1 77.45 144.865 -204.495 - 30 363.204 1079 1 1 35.9048 -141.189 -174.45 - 30 102.794 1078 1 1 35.85 -141.544 -174.818 - 30 82.49 187 1 0 35.6949 -142.555 -175.85 - 30 73.8059 186 1 0 35.6643 -142.75 -176.046 - 30 64.7444 185 1 0 35.6321 -142.95 -176.246 - 30 169.195 1057 0 1 31.5833 -170.696 -204.45 - 30 34.3549 40 0 0 31.3764 -172.079 -205.85 - 30 141.662 39 0 0 31.3654 -172.15 -205.922 - 30 52.8693 38 0 0 31.3372 -172.35 -206.128 - 30 107.909 184 1 0 35.4498 -143.15 -176.006 - 30 28.2255 183 1 0 35.372 -143.35 -176.186 - 30 141.131 998 0 1 19.807 -172.37 -204.45 - 30 50.2506 33 0 0 19.7329 -173.416 -205.85 - 30 66.7188 32 0 0 19.7342 -173.55 -206.059 - 30 44.0521 1068 4 1 33.7324 -24.6539 -84.45 - 30 82.264 1067 4 1 33.65 -24.6502 -84.5727 - 30 134.625 777 4 0 32.7917 -24.6126 -85.85 - 30 33.1061 967 3 1 13.5014 -23.8076 -114.45 - 30 91.9074 966 3 1 13.45 -23.8066 -114.526 - 30 11.2969 965 3 1 13.25 -23.803 -114.821 - 30 140.61 781 3 0 12.5498 -23.79 -115.85 - 30 27.3562 865 2 1 -6.99118 -23.3738 -144.45 - 30 129.613 864 2 1 -7.05 -23.3723 -144.535 - 30 8.60242 863 2 1 -7.25 -23.3673 -144.822 - 30 126.46 783 2 0 -7.96643 -23.3486 -145.85 - 30 23.5531 761 1 1 -27.8011 -22.9411 -174.45 - 30 125.916 760 1 1 -27.85 -22.9401 -174.521 - 30 13.4105 759 1 1 -28.05 -22.9358 -174.81 - 30 25049.9 785 1 0 -28.7729 -22.9225 -175.85 - 30 44.2502 654 1 0 22.0853 -49.2025 -176.25 - 30 151.907 653 1 0 22.1611 -49.2501 -176.175 - 30 197.586 652 1 0 22.403 -49.45 -176.007 - 30 402.692 1016 1 1 23.3876 -50.5697 -174.85 - 30 14.0613 1015 1 1 23.2435 -50.4976 -174.45 - 30 1925.04 784 1 0 -28.7526 -23.05 -175.895 - 30 4068.25 762 1 1 -27.5668 -24.0528 -174.85 - 30 275.449 748 1 1 -30.2543 -23.9543 -174.85 - 30 289.55 747 1 1 -30.45 -24.1018 -174.685 - 30 131.175 746 1 1 -30.65 -24.2538 -174.516 - 30 223.552 655 2 0 -64.3723 -48.9327 -146.25 - 30 479.267 654 2 0 -64.5326 -49.05 -146.116 - 30 100.621 653 2 0 -64.8085 -49.25 -145.887 - 30 4.90128 570 2 1 -66.0457 -50.1374 -144.85 - 30 286.922 569 2 1 -66.05 -50.1405 -144.846 - 30 285.686 568 2 1 -66.25 -50.2841 -144.679 - 30 119.162 567 2 1 -66.45 -50.427 -144.511 - 30 194.358 523 3 0 -101.251 -75.3656 -116.25 - 30 386.821 522 3 0 -101.369 -75.45 -116.154 - 30 129.763 521 3 0 -101.646 -75.65 -115.929 - 30 243.603 385 3 1 -102.979 -76.6108 -114.85 - 30 318.147 384 3 1 -103.15 -76.734 -114.712 - 30 187.787 383 3 1 -103.35 -76.8774 -114.549 - 30 116.514 404 4 0 -136.283 -99.328 -86.25 - 30 563.236 403 4 0 -136.316 -99.35 -86.2222 - 30 192.974 402 4 0 -136.61 -99.55 -85.9705 - 30 11.4026 211 4 1 -137.94 -100.447 -84.85 - 30 315.429 210 4 1 -137.95 -100.454 -84.8417 - 30 345.199 209 4 1 -138.15 -100.589 -84.6734 - 30 97.3492 208 4 1 -138.35 -100.724 -84.5051 - 30 3223.98 279 5 0 -172.892 -124.293 -56.25 - 30 822.257 278 5 0 -172.976 -124.35 -56.1816 - 30 171.931 277 5 0 -173.269 -124.55 -55.9424 - 30 6881.35 27 5 1 -174.603 -125.445 -54.85 - 30 381.65 26 5 1 -174.75 -125.435 -54.7806 - 30 343.616 25 5 1 -174.95 -125.385 -54.7027 - 30 426.094 24 5 1 -175.15 -125.332 -54.626 - 30 356.821 23 5 1 -175.35 -125.279 -54.5511 - 30 129.311 22 5 1 -175.55 -125.226 -54.4762 - 30 14.9614 782 3 0 -60.0676 -23.4829 -116.25 - 30 163.233 783 3 0 -60.0426 -23.4497 -116.226 - 30 1889.21 1153 4 1 50.7816 -26.253 -84.45 - 30 2112.37 768 4 0 50.8728 -26.3111 -85.85 - 30 6315.64 1161 3 1 52.3453 -27.0279 -114.45 - 30 107.312 1225 4 1 65.1212 -10.8814 -84.45 - 30 40.0957 1226 4 1 65.25 -10.713 -84.7425 - 30 14.4788 849 4 0 65.7392 -10.0774 -85.85 - 30 117.668 850 4 0 65.7603 -10.05 -85.8977 - 30 0.52129 851 4 0 65.9145 -9.85 -86.2468 - 30 107.115 1291 3 1 78.3263 6.35152 -114.45 - 30 35.8237 1292 3 1 78.45 6.52205 -114.742 - 30 48.6058 935 3 0 78.9294 7.18253 -115.85 - 30 118.403 936 3 0 78.9784 7.25 -115.963 - 30 87.9176 1355 2 1 91.2288 24.2716 -144.45 - 30 61.0621 1356 2 1 91.35 24.4292 -144.724 - 30 103.593 1025 2 0 91.845 25.0781 -145.85 - 30 55.7279 1026 2 0 91.9761 25.25 -146.148 - 30 56.9052 1421 1 1 104.473 41.5169 -174.45 - 30 69.5346 1422 1 1 104.55 41.6163 -174.629 - 30 82.8379 1111 1 0 105.076 42.2952 -175.85 - 30 33.3817 1112 1 0 105.195 42.45 -176.128 - 30 93.7199 1483 0 1 116.842 57.964 -204.45 - 30 48.4635 1484 0 1 116.95 58.1024 -204.704 - 30 87.0228 1193 0 0 117.437 58.7254 -205.85 - 30 77.7658 1194 0 0 117.534 58.85 -206.079 - 30 7.59612 1284 4 1 77.0457 -30.9251 -84.45 - 30 110.705 1285 4 1 77.05 -30.926 -84.4549 - 30 170.122 1286 4 1 77.25 -30.9675 -84.6843 - 30 207.615 744 4 0 78.2663 -31.178 -85.85 - 30 0.69831 743 4 0 78.6137 -31.25 -86.2484 - 30 44.4918 1415 3 1 103.264 -36.3489 -114.45 - 30 147.157 1416 3 1 103.35 -36.3653 -114.549 - 30 39.1213 1417 3 1 103.55 -36.4034 -114.78 - 30 224.802 717 3 0 104.478 -36.5798 -115.85 - 30 9.55541 1545 2 1 129.322 -41.2961 -144.45 - 30 133.925 1546 2 1 129.35 -41.3011 -144.482 - 30 81.4288 1547 2 1 129.55 -41.3373 -144.71 - 30 246.237 692 2 0 130.549 -41.5192 -145.85 - 30 55.697 1677 1 1 155.653 -46.054 -174.45 - 30 185.542 1678 1 1 155.75 -46.0716 -174.559 - 30 37.3962 1679 1 1 155.95 -46.1078 -174.786 - 30 187.069 668 1 0 156.886 -46.2785 -175.85 - 30 0.448441 1053 4 1 30.6503 -72.3947 -84.45 - 30 570.98 1052 4 1 30.65 -72.3953 -84.4504 - 30 308.342 1051 4 1 30.45 -72.801 -84.7037 - 30 21.6046 527 4 0 29.5462 -74.6307 -85.85 - 30 272.412 526 4 0 29.5367 -74.65 -85.8621 - 30 260.342 525 4 0 29.4378 -74.85 -85.9872 - 30 258.269 524 4 0 29.3393 -75.05 -86.1123 - 30 23.863 523 4 0 29.2402 -75.25 -86.2376 - 30 190.747 934 3 1 6.93604 -120.533 -114.45 - 30 398.971 933 3 1 6.85 -120.696 -114.558 - 30 89.9437 932 3 1 6.65 -121.072 -114.808 - 30 121.142 287 3 0 5.81118 -122.649 -115.85 - 30 306.548 286 3 0 5.75758 -122.75 -115.917 - 30 304.944 285 3 0 5.65153 -122.95 -116.049 - 30 112.457 284 3 0 5.545 -123.15 -116.182 - 30 468.037 815 2 1 -16.897 -164.57 -144.45 - 30 454.299 814 2 1 -17.05 -164.842 -144.627 - 30 38.7737 67 2 0 -18.0969 -166.716 -145.85 - 30 286.764 66 2 0 -18.1159 -166.75 -145.872 - 30 247.534 65 2 0 -18.2272 -166.95 -146.003 - 30 219.1 64 2 0 -18.3378 -167.15 -146.133 - 30 59.483 616 2 0 89.5339 -56.8123 -145.85 - 30 108.991 1239 5 1 68.0308 42.409 -54.85 - 30 53.3019 113 11 1 -157.35 155.522 125.411 - 30 27.4217 101 11 1 -159.75 157.548 125.323 - 30 67.2436 114 11 1 -157.35 155.41 125.477 - 30 180.941 50 13 0 -2.41097 -169.98 183.798 - 30 65.1889 806 10 0 26.2752 -18.7299 93.7699 - 30 2477.77 1045 4 0 103.64 29.1094 -86.25 - 30 4963.63 1046 4 0 103.716 29.25 -86.153 - 30 4203.91 1047 4 0 103.822 29.45 -86.007 - 30 397.01 1305 3 1 81.1637 -11.1627 -114.45 - 30 634.67 1304 3 1 81.05 -11.0975 -114.579 - 30 142.428 1303 3 1 80.85 -10.9821 -114.804 - 30 24.2989 847 3 0 79.9376 -10.4536 -115.85 - 30 1090.82 848 3 0 79.9314 -10.45 -115.857 - 30 116.356 1175 2 1 55.0878 3.96989 -144.45 - 30 831.235 1174 2 1 55.05 3.99126 -144.493 - 30 427.257 1173 2 1 54.85 4.10324 -144.723 - 30 1276.07 923 2 0 53.8791 4.67256 -145.85 - 30 172.496 924 2 0 53.5769 4.85 -146.201 - 30 574.565 1052 1 1 30.5443 19.2547 -174.45 - 30 923.54 1051 1 1 30.45 19.3017 -174.564 - 30 154.018 1050 1 1 30.25 19.4042 -174.804 - 30 1619.66 999 1 0 29.3821 19.853 -175.85 - 30 431.787 928 0 1 5.72605 32.4212 -204.45 - 30 1149.31 927 0 1 5.65 32.4568 -204.528 - 30 688.528 926 0 1 5.45 32.5501 -204.732 - 30 1674.67 1065 0 0 4.33997 33.1128 -205.85 - 30 811.979 1066 0 0 4.07147 33.25 -206.12 - 30 121.725 1120 4 1 44.2241 -25.7384 -84.45 - 30 114.938 771 4 0 43.8133 -25.7259 -85.85 - 30 93.1529 1076 3 1 35.419 -25.4636 -114.45 - 30 144.654 773 3 0 35.0063 -25.4466 -115.85 - 30 100.754 1032 2 1 26.6011 -25.0935 -144.45 - 30 113.625 774 2 0 26.1921 -25.0763 -145.85 - 30 97.2688 988 1 1 17.8196 -24.7253 -174.45 - 30 153.726 776 1 0 17.409 -24.7102 -175.85 - 30 205.671 944 0 1 9.02833 -24.4101 -204.45 - 30 117.887 778 0 0 8.6165 -24.3947 -205.85 - 30 38.967 585 5 0 108.864 -62.9517 -56.25 - 30 13.6164 892 4 1 -1.60134 -7.73562 -84.45 - 30 78.308 891 4 1 -1.65 -7.71886 -84.4758 - 30 85.9361 890 4 1 -1.85 -7.65003 -84.5818 - 30 80.1884 889 4 1 -2.05 -7.58116 -84.6874 - 30 44.5072 888 4 1 -2.25 -7.5118 -84.7914 - 30 169.12 866 4 0 -4.26865 -6.80568 -85.85 - 30 110.378 867 4 0 -4.71373 -6.65 -86.0835 - 30 23.6646 607 3 1 -58.5929 12.181 -114.45 - 30 75.7762 606 3 1 -58.65 12.1975 -114.478 - 30 64.9552 605 3 1 -58.85 12.2554 -114.577 - 30 60.7646 604 3 1 -59.05 12.3163 -114.678 - 30 51.484 603 3 1 -59.25 12.3773 -114.779 - 30 16.2263 964 3 0 -61.3828 13.0351 -115.85 - 30 514.875 965 3 0 -61.4311 13.05 -115.874 - 30 39.3442 966 3 0 -62.0778 13.25 -116.198 - 30 0.364444 1001 3 0 -129.911 20.2504 -116.25 - 30 353.592 1000 3 0 -129.911 20.25 -116.249 - 30 57.3805 999 3 0 -129.774 20.0499 -116.072 - 30 29.2931 998 3 0 -129.759 19.8496 -116.113 - 30 85.0393 243 3 1 -131.383 20.0072 -114.85 - 30 229.358 242 3 1 -131.55 19.9693 -114.678 - 30 162.945 433 3 1 -93.475 86.6274 -114.45 - 30 268.756 434 3 1 -93.35 86.7428 -114.568 - 30 60.2627 1106 2 0 11.2329 41.25 -146.138 - 30 1030.51 960 3 0 -125.946 12.1259 -116.25 - 30 3138.3 959 3 0 -125.98 12.05 -116.134 - 30 7252.32 269 3 1 -126.234 11.2609 -114.85 -Number of digits in this event: 172 -Using G4ParticleGun... -Particle energy: 7.49101 LIN +Number of tracker hits in this event: 17 + 30 182.201 978 7 1 15.7871 -147.321 5.55 + 30 113.409 164 7 0 15.7864 -147.323 4.15 + 30 117.685 978 6 1 15.7752 -147.378 -24.45 + 30 109.005 163 6 0 15.7723 -147.382 -25.85 + 30 116.322 978 5 1 15.6944 -147.477 -54.45 + 30 115.175 163 5 0 15.6952 -147.482 -55.85 + 30 142.351 978 4 1 15.6998 -147.584 -84.45 + 30 91.0338 162 4 0 15.701 -147.589 -85.85 + 30 225.841 978 3 1 15.7292 -147.683 -114.45 + 30 156.377 162 3 0 15.7348 -147.684 -115.85 + 30 270.125 979 2 1 15.861 -147.702 -144.45 + 30 398.895 162 2 0 15.8685 -147.707 -145.85 + 30 170.732 979 1 1 16.0302 -147.796 -174.45 + 30 133.309 161 1 0 16.0368 -147.798 -175.85 + 30 141.037 980 0 1 16.162 -147.847 -204.45 + 30 95.3498 161 0 0 16.167 -147.846 -205.85 + 30 91.0464 161 2 0 15.6839 -147.75 -146.018 +Number of digits in this event: 10 +Using G4ParticleGun... +Particle energy: 9.45138 LIN Particle: proton Event: 31 -Number of tracker hits in this event: 24 - 31 124.771 853 11 1 -9.37637 48.7386 125.55 - 31 102.231 1143 11 0 -9.37567 48.7376 124.15 - 31 116.316 853 10 1 -9.36388 48.7151 95.55 - 31 143.853 1143 10 0 -9.36286 48.7151 94.15 - 31 118.154 853 9 1 -9.34267 48.7193 65.55 - 31 102.262 1143 9 0 -9.34237 48.7187 64.15 - 31 108.25 853 8 1 -9.3373 48.7054 35.55 - 31 138.674 1143 8 0 -9.3372 48.7041 34.15 - 31 107.999 853 7 1 -9.33507 48.6774 5.55 - 31 148.86 1143 7 0 -9.33597 48.6773 4.15 - 31 121.695 853 6 1 -9.35111 48.6766 -24.45 - 31 185.006 1143 6 0 -9.35223 48.6767 -25.85 - 31 103.019 853 5 1 -9.37643 48.6847 -54.45 - 31 212.283 1143 5 0 -9.37801 48.686 -55.85 - 31 113.416 853 4 1 -9.41129 48.7178 -84.45 - 31 262.818 1143 4 0 -9.41328 48.7195 -85.85 - 31 93.6242 852 3 1 -9.45284 48.7508 -114.45 - 31 110.158 1143 3 0 -9.45493 48.7518 -115.85 - 31 113.607 852 2 1 -9.49574 48.776 -144.45 - 31 101.887 1143 2 0 -9.49785 48.7788 -145.85 - 31 107.835 852 1 1 -9.54233 48.8353 -174.45 - 31 110.429 1143 1 0 -9.54382 48.8386 -175.85 - 31 119.753 852 0 1 -9.57354 48.9049 -204.45 - 31 113.703 1144 0 0 -9.5744 48.9086 -205.85 -Number of digits in this event: 9 +Number of tracker hits in this event: 30 + 31 132.698 1035 11 1 27.1356 9.90403 125.55 + 31 141.139 949 11 0 27.1363 9.90427 124.15 + 31 117.278 1035 10 1 27.1503 9.9082 95.55 + 31 125.537 949 10 0 27.1511 9.90934 94.15 + 31 101.775 1035 9 1 27.1671 9.93296 65.55 + 31 126.457 949 9 0 27.1673 9.93473 64.15 + 31 117.789 1035 8 1 27.1731 9.97071 35.55 + 31 104.109 949 8 0 27.1739 9.97288 34.15 + 31 117.049 1035 7 1 27.1914 10.0187 5.55 + 31 100.707 949 7 0 27.192 10.0205 4.15 + 31 156.717 1035 6 1 27.2058 10.0552 -24.45 + 31 101.492 950 6 0 27.2059 10.057 -25.85 + 31 295.877 1035 5 1 27.2069 10.0939 -54.45 + 31 113.972 950 5 0 27.2066 10.0961 -55.85 + 31 100.883 1035 4 1 27.2013 10.1407 -84.45 + 31 132.004 950 4 0 27.2015 10.1432 -85.85 + 31 149.932 1035 3 1 27.2068 10.1939 -114.45 + 31 107.69 950 3 0 27.2072 10.1963 -115.85 + 31 113.496 1035 2 1 27.2144 10.2429 -144.45 + 31 106.41 950 2 0 27.2146 10.2461 -145.85 + 31 130.413 1035 1 1 27.2183 10.3107 -174.45 + 31 126.211 951 1 0 27.2185 10.3138 -175.85 + 31 120.357 1035 0 1 27.2253 10.3729 -204.45 + 31 127.758 951 0 0 27.2254 10.3762 -205.85 + 31 8.33338 941 5 0 27.2336 8.2613 -55.85 + 31 77.9531 940 5 0 27.2336 8.25 -55.8611 + 31 59.7922 939 5 0 27.2169 8.05 -56.0354 + 31 32.2336 938 5 0 27.2305 7.85 -56.1874 + 31 164.969 711 10 0 28.923 -37.6962 93.75 + 31 175.954 712 10 0 28.8814 -37.65 93.9957 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 4.94647 LIN +Particle energy: 5.25235 LIN Particle: proton Event: 32 -Number of tracker hits in this event: 24 - 32 135.981 809 9 1 -18.1137 -126.211 65.55 - 32 142.3 269 9 0 -18.113 -126.212 64.15 - 32 161.215 809 8 1 -18.0936 -126.218 35.55 - 32 174.3 269 8 0 -18.0925 -126.218 34.15 - 32 98.7614 809 7 1 -18.0742 -126.209 5.55 - 32 113.351 269 7 0 -18.074 -126.207 4.15 - 32 127.586 809 6 1 -18.0692 -126.174 -24.45 - 32 125.797 269 6 0 -18.0712 -126.173 -25.85 - 32 110.166 809 5 1 -18.1198 -126.144 -54.45 - 32 158.819 270 5 0 -18.123 -126.142 -55.85 - 32 109.905 809 4 1 -18.1845 -126.086 -84.45 - 32 139.622 270 4 0 -18.1866 -126.085 -85.85 - 32 114.309 809 3 1 -18.2337 -126.076 -114.45 - 32 127.306 270 3 0 -18.236 -126.076 -115.85 - 32 148.41 808 2 1 -18.2785 -126.079 -144.45 - 32 102.683 270 2 0 -18.2811 -126.08 -145.85 - 32 120.699 808 1 1 -18.3309 -126.101 -174.45 - 32 158.804 270 1 0 -18.333 -126.102 -175.85 - 32 124.629 808 0 1 -18.3845 -126.122 -204.45 - 32 130.571 270 0 0 -18.3874 -126.122 -205.85 - 32 53.9597 263 8 0 -17.9744 -127.393 34.15 - 32 75.3316 815 8 1 -16.9821 -127.865 35.15 - 32 231.161 816 8 1 -16.85 -127.923 35.2572 - 32 160.928 270 9 0 -18.0833 -126.15 63.8454 -Number of digits in this event: 17 +Number of tracker hits in this event: 19 + 32 95.4313 562 8 1 -67.6299 -119.034 35.55 + 32 151.849 305 8 0 -67.6291 -119.034 34.15 + 32 197.812 562 7 1 -67.6177 -119.027 5.55 + 32 136.195 305 7 0 -67.6167 -119.027 4.15 + 32 122.46 562 6 1 -67.5908 -119.018 -24.45 + 32 105.97 305 6 0 -67.5887 -119.018 -25.85 + 32 92.766 562 5 1 -67.5492 -119.023 -54.45 + 32 113.989 305 5 0 -67.5482 -119.024 -55.85 + 32 183.589 562 4 1 -67.5295 -119.053 -84.45 + 32 137.314 305 4 0 -67.5281 -119.054 -85.85 + 32 140.759 562 3 1 -67.4994 -119.069 -114.45 + 32 174.706 305 3 0 -67.498 -119.069 -115.85 + 32 164.033 562 2 1 -67.4767 -119.06 -144.45 + 32 118.214 305 2 0 -67.4758 -119.06 -145.85 + 32 141.612 562 1 1 -67.4587 -119.053 -174.45 + 32 173.256 305 1 0 -67.4578 -119.053 -175.85 + 32 110.923 563 0 1 -67.4398 -119.059 -204.45 + 32 143.172 305 0 0 -67.4377 -119.059 -205.85 + 32 40.3333 65 11 1 -166.993 -128.153 125.15 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 7.40545 LIN +Particle energy: 7.47233 LIN Particle: proton Event: 33 -Number of tracker hits in this event: 22 - 33 105.112 458 10 1 -88.3326 7.29544 95.55 - 33 254.972 936 10 0 -88.3329 7.29612 94.15 - 33 128.948 458 9 1 -88.3386 7.31283 65.55 - 33 101.885 936 9 0 -88.3386 7.31353 64.15 - 33 103.771 458 8 1 -88.3397 7.3287 35.55 - 33 126.458 936 8 0 -88.3402 7.32887 34.15 - 33 151.184 458 7 1 -88.3575 7.32981 5.55 - 33 97.6458 936 7 0 -88.3595 7.33016 4.15 - 33 141.128 458 6 1 -88.4008 7.34036 -24.45 - 33 167.99 936 6 0 -88.4018 7.34076 -25.85 - 33 134.327 458 5 1 -88.4232 7.34901 -54.45 - 33 233.815 936 5 0 -88.4259 7.34863 -55.85 - 33 108.673 457 4 1 -88.48 7.34056 -84.45 - 33 102.78 936 4 0 -88.4829 7.33977 -85.85 - 33 117.994 457 3 1 -88.5395 7.31976 -114.45 - 33 109.035 936 3 0 -88.5423 7.31805 -115.85 - 33 135.092 457 2 1 -88.5957 7.28256 -144.45 - 33 103.204 936 2 0 -88.5988 7.28073 -145.85 - 33 107.184 456 1 1 -88.6606 7.24477 -174.45 - 33 105.871 935 1 0 -88.6626 7.24273 -175.85 - 33 105.37 456 0 1 -88.7044 7.20121 -204.45 - 33 93.628 935 0 0 -88.7068 7.19952 -205.85 -Number of digits in this event: 10 -Using G4ParticleGun... -Particle energy: 4.86429 LIN +Number of tracker hits in this event: 227 + 33 63.0463 1421 9 0 -120.596 104.459 63.7501 + 33 105.551 1422 9 0 -120.563 104.55 63.7888 + 33 213.643 911 13 0 -122.486 2.43445 183.75 + 33 3.65926 163 6 1 -147.426 86.6763 -24.45 + 33 13.5986 162 6 1 -147.55 86.8025 -24.7409 + 33 1592.15 290 8 1 -122.029 60.6202 35.55 + 33 293.446 1199 8 0 -121.898 59.8955 34.15 + 33 985.793 1198 8 0 -121.89 59.85 34.0626 + 33 1758.85 302 7 1 -119.616 45.6434 5.55 + 33 1482.36 1123 7 0 -119.561 44.8332 4.15 + 33 398.741 1122 7 0 -119.549 44.65 3.83281 + 33 2811.19 308 6 1 -118.392 28.4973 -24.45 + 33 2512.37 1038 6 0 -118.346 27.8091 -25.85 + 33 798.592 1037 6 0 -118.333 27.65 -26.161 + 33 33.0247 1360 9 0 -111.499 92.342 63.75 + 33 1151.33 1361 9 0 -111.496 92.35 63.7571 + 33 1310.75 1362 9 0 -111.43 92.55 63.9332 + 33 310.009 1363 9 0 -111.363 92.75 64.1112 + 33 1319.16 345 9 1 -111.015 93.8413 65.15 + 33 1473.33 346 9 1 -110.95 94.044 65.3431 + 33 811.595 1542 10 0 -102.002 128.566 93.75 + 33 94.5887 357 7 1 -108.639 22.0027 5.55 + 33 527.695 358 7 1 -108.55 21.7669 5.36553 + 33 48.0911 1000 7 0 -107.973 20.1971 4.15 + 33 78.8276 999 7 0 -107.919 20.05 4.03609 + 33 97.477 998 7 0 -107.847 19.85 3.88153 + 33 76.4879 428 6 1 -94.4475 -17.4072 -24.45 + 33 109.529 429 6 1 -94.35 -17.6445 -24.6191 + 33 32.5969 803 6 0 -93.6483 -19.3437 -25.85 + 33 66.4724 802 6 0 -93.6045 -19.45 -25.927 + 33 94.0373 801 6 0 -93.5223 -19.65 -26.0732 + 33 14.4661 800 6 0 -93.4414 -19.85 -26.2203 + 33 103.899 510 5 1 -77.9776 -59.0571 -54.45 + 33 75.5024 511 5 1 -77.85 -59.321 -54.6818 + 33 76.1706 596 5 0 -77.2121 -60.6583 -55.85 + 33 78.8739 595 5 0 -77.1206 -60.85 -56.0173 + 33 29.7823 594 5 0 -77.025 -61.05 -56.1913 + 33 192.846 591 4 1 -61.7232 -93.0349 -84.45 + 33 140.527 592 4 1 -61.65 -93.1886 -84.5722 + 33 52.4171 426 4 0 -60.8573 -94.8061 -85.85 + 33 97.4826 425 4 0 -60.7869 -94.95 -85.9634 + 33 51.8577 424 4 0 -60.6895 -95.15 -86.1215 + 33 189.383 686 3 1 -42.7966 -131.167 -114.45 + 33 136.27 687 3 1 -42.65 -131.469 -114.637 + 33 66.4493 233 3 0 -41.6715 -133.459 -115.85 + 33 78.6687 232 3 0 -41.6267 -133.55 -115.906 + 33 107.892 231 3 0 -41.5251 -133.75 -116.029 + 33 58.7184 230 3 0 -41.4157 -133.95 -116.155 + 33 25.5633 816 2 1 -16.6818 -178.773 -144.45 + 33 144.298 817 2 1 -16.65 -178.819 -144.476 + 33 127.461 818 2 1 -16.4497 -179.107 -144.637 + 33 28.776 819 2 1 -16.25 -179.416 -144.805 + 33 210.081 897 8 0 -117.769 -0.545766 33.75 + 33 161.928 359 7 1 -108.35 21.2389 5.29143 + 33 21.9213 993 7 0 -107.913 18.7247 4.15 + 33 54.0831 992 7 0 -107.902 18.65 4.11613 + 33 95.1415 991 7 0 -107.872 18.45 4.01837 + 33 79.1096 990 7 0 -107.833 18.25 3.91 + 33 34.2115 989 7 0 -107.791 18.05 3.79805 + 33 21.0586 665 7 0 -81.1726 -47.0271 3.75 + 33 155.126 664 7 0 -81.1459 -47.05 3.79765 + 33 263.493 498 7 1 -80.3589 -47.4621 5.15058 + 33 79.0575 499 7 1 -80.25 -47.6192 5.48946 + 33 64.5542 438 8 0 -8.7411 -92.4445 33.75 + 33 106.379 437 8 0 -8.5648 -92.5501 33.7863 + 33 123.172 436 8 0 -8.25058 -92.75 33.7804 + 33 76.0991 435 8 0 -8.14131 -92.9506 33.8497 + 33 87.0705 434 8 0 -8.21709 -93.15 34.0169 + 33 11.9315 433 8 0 -8.21926 -93.35 34.1194 + 33 31.6046 860 8 1 -7.89319 -94.0993 35.15 + 33 189.298 861 8 1 -7.85 -94.1561 35.2323 + 33 94.3911 423 8 0 -8.43772 -95.3566 34.1494 + 33 192.376 422 8 0 -8.47564 -95.55 34.0872 + 33 69.2106 497 7 1 -80.45 -47.4337 5.51075 + 33 53.253 496 7 1 -80.6501 -47.4114 5.4981 + 33 64.546 495 7 1 -80.85 -47.406 5.46857 + 33 55.4301 494 7 1 -81.051 -47.477 5.46288 + 33 116.693 493 7 1 -81.25 -47.5569 5.4804 + 33 87.8655 492 7 1 -81.45 -47.4149 5.40874 + 33 37.4314 491 7 1 -81.6507 -47.4319 5.21109 + 33 21.4009 657 7 0 -81.8838 -48.6277 4.15 + 33 236.364 656 7 0 -81.8873 -48.65 4.1125 + 33 67.1657 764 7 1 -27.1325 14.7517 5.55 + 33 149.834 765 7 1 -27.05 14.7125 5.52338 + 33 154.267 766 7 1 -26.85 14.6171 5.45966 + 33 121.453 767 7 1 -26.65 14.5222 5.39673 + 33 207.603 768 7 1 -26.45 14.426 5.33301 + 33 135.188 769 7 1 -26.25 14.3289 5.2696 + 33 132.409 770 7 1 -26.05 14.2318 5.20565 + 33 113.238 962 7 0 -22.7753 12.6162 4.15 + 33 250.366 961 7 0 -22.4383 12.45 4.04136 + 33 324.469 960 7 0 -22.0225 12.25 3.91168 + 33 242.806 959 7 0 -21.6216 12.05 3.77888 + 33 117.068 1241 6 1 68.3803 -33.4427 -24.45 + 33 122.343 1242 6 1 68.45 -33.4816 -24.4735 + 33 370.799 1243 6 1 68.6501 -33.5919 -24.541 + 33 194.373 1244 6 1 68.8502 -33.7008 -24.6109 + 33 126.961 1245 6 1 69.05 -33.8089 -24.6792 + 33 129.646 1246 6 1 69.2502 -33.9146 -24.7435 + 33 84.9876 1247 6 1 69.45 -34.0174 -24.8026 + 33 109.582 720 6 0 72.9157 -35.8693 -25.8501 + 33 144.529 719 6 0 73.2521 -36.05 -25.9545 + 33 168.896 718 6 0 73.6221 -36.25 -26.069 + 33 86.9186 717 6 0 73.9979 -36.45 -26.1878 + 33 157.711 1673 5 1 154.751 -81.0475 -54.45 + 33 100.124 1674 5 1 154.95 -81.2304 -54.6077 + 33 53.5634 1675 5 1 155.15 -81.4 -54.7547 + 33 84.3128 486 5 0 156.768 -82.6859 -55.8501 + 33 127.668 485 5 0 156.971 -82.85 -55.9859 + 33 69.0419 484 5 0 157.211 -83.0501 -56.1467 + 33 3.82434 771 7 1 -25.85 14.103 5.15233 + 33 176.919 958 7 0 -21.3904 11.85 3.80835 + 33 2.60368 1240 6 1 68.2345 -30.9101 -24.45 + 33 359.951 734 6 0 73.2811 -33.076 -25.85 + 33 148.507 733 6 0 73.6816 -33.25 -25.9621 + 33 160.219 732 6 0 74.1171 -33.45 -26.0773 + 33 70.8094 731 6 0 74.5511 -33.65 -26.1903 + 33 50.133 1635 5 1 147.286 -71.7295 -54.7214 + 33 163.147 1636 5 1 147.35 -71.7597 -54.7485 + 33 47.5999 1637 5 1 147.55 -71.8528 -54.8336 + 33 40.2446 535 5 0 149.863 -72.9843 -55.8501 + 33 177.858 534 5 0 150.001 -73.0501 -55.9109 + 33 101.656 533 5 0 150.446 -73.2502 -56.1022 + 33 101.085 530 5 0 150.073 -73.8665 -55.85 + 33 100.81 529 5 0 150.299 -74.0505 -55.947 + 33 90.329 528 5 0 150.54 -74.25 -56.0634 + 33 27.9168 527 5 0 150.767 -74.45 -56.2111 + 33 90.0066 432 7 1 -93.6509 130.185 5.55 + 33 228.964 433 7 1 -93.5499 130.503 5.4336 + 33 305.516 434 7 1 -93.35 131.107 5.22212 + 33 59.2011 1571 7 0 -92.1604 134.41 4.15 + 33 61.8462 1572 7 0 -92.1098 134.55 4.10459 + 33 64.311 1573 7 0 -92.0321 134.75 4.03745 + 33 69.3552 1574 7 0 -91.9533 134.95 3.96922 + 33 53.2607 1575 7 0 -91.8704 135.15 3.89905 + 33 59.8294 1576 7 0 -91.7872 135.35 3.83236 + 33 12.7719 1577 7 0 -91.7017 135.55 3.76652 + 33 192.949 289 8 1 -122.15 60.7667 35.4219 + 33 369.049 1203 8 0 -122.388 60.7662 34.15 + 33 68.8528 262 7 1 -127.729 60.7277 5.55 + 33 307.992 261 7 1 -127.75 60.7274 5.43694 + 33 249.13 1203 7 0 -127.986 60.7232 4.15 + 33 212.194 234 6 1 -133.233 60.6641 -24.45 + 33 262.502 1203 6 0 -133.482 60.6682 -25.85 + 33 205.029 207 5 1 -138.61 60.7199 -54.45 + 33 261.879 1203 5 0 -138.865 60.7221 -55.85 + 33 41.5724 180 4 1 -144.114 60.64 -84.45 + 33 55.3877 179 4 1 -144.15 60.6407 -84.6417 + 33 227.626 1202 4 0 -144.378 60.6453 -85.85 + 33 170.499 151 3 1 -149.829 60.7133 -114.45 + 33 141.675 1203 3 0 -150.1 60.7146 -115.85 + 33 230.869 122 2 1 -155.658 60.8536 -144.45 + 33 130.977 1204 2 0 -155.932 60.8863 -145.85 + 33 17.9964 93 1 1 -161.538 61.6078 -174.45 + 33 223.74 92 1 1 -161.55 61.6089 -174.513 + 33 114.82 1207 1 0 -161.797 61.6308 -175.85 + 33 118.295 65 0 1 -167.059 62.0636 -204.45 + 33 131.025 1210 0 0 -167.314 62.0851 -205.85 + 33 60.5706 91 1 1 -161.75 61.7255 -174.589 + 33 64.1355 90 1 1 -161.95 61.8075 -174.732 + 33 171.899 1210 1 0 -163.159 62.091 -175.85 + 33 26.0394 712 5 0 -154.087 -37.65 -56.003 + 33 34.8346 123 2 1 -155.521 60.6966 -144.45 + 33 39.9919 1206 2 0 -155.328 61.363 -145.85 + 33 62.3207 1207 2 0 -155.248 61.4501 -145.958 + 33 72.6986 1208 2 0 -155.135 61.65 -146.061 + 33 17.6968 1209 2 0 -155.151 61.8505 -146.221 + 33 130.572 257 7 1 -128.678 60.3342 5.55 + 33 176.935 1201 7 0 -128.908 60.3202 4.15 + 33 109.113 233 6 1 -133.419 60.2277 -24.45 + 33 148.172 1200 6 0 -133.62 60.1841 -25.85 + 33 96.9487 212 5 1 -137.699 59.1032 -54.45 + 33 1.31744 211 5 1 -137.75 59.084 -54.8453 + 33 111.616 1194 5 0 -137.876 59.0392 -55.85 + 33 168.476 192 4 1 -141.666 57.7282 -84.45 + 33 121.874 1187 4 0 -141.875 57.5929 -85.85 + 33 261.831 169 3 1 -146.182 54.9591 -114.45 + 33 127.986 1174 3 0 -146.372 54.9192 -115.85 + 33 99.9662 148 2 1 -150.39 54.2871 -144.45 + 33 107.578 1171 2 0 -150.632 54.2633 -145.85 + 33 117.145 122 1 1 -155.566 53.614 -174.45 + 33 33.0231 1167 1 0 -155.808 53.4636 -175.85 + 33 97.1633 1166 1 0 -155.829 53.45 -175.975 + 33 300.718 96 0 1 -160.773 50.2484 -204.45 + 33 119.147 1150 0 0 -160.978 50.1787 -205.85 + 33 116.963 95 0 1 -160.95 50.1827 -204.671 + 33 121.998 149 2 1 -150.242 54.1273 -144.45 + 33 26.0345 150 2 1 -150.15 54.0282 -144.817 + 33 47.479 1169 2 0 -149.739 53.9709 -145.85 + 33 32.0866 1170 2 0 -149.646 54.05 -145.879 + 33 251.177 156 2 1 -148.836 53.7761 -144.85 + 33 154.557 1198 1 0 -161.937 59.7093 -175.985 + 33 91.436 62 0 1 -167.572 59.5763 -204.45 + 33 143.125 63 0 1 -167.55 59.5776 -204.488 + 33 166.674 64 0 1 -167.35 59.5906 -204.789 + 33 365.503 1197 0 0 -166.536 59.6461 -205.85 + 33 27.6323 1198 0 0 -166.462 59.65 -205.945 + 33 74.608 1203 0 0 -167.211 60.7574 -205.85 + 33 369.146 1204 0 0 -167.181 60.85 -205.905 + 33 14.7273 1205 0 0 -166.97 61.05 -206.007 + 33 191.081 1400 6 0 -106.667 100.15 -26.1583 + 33 16.872 58 1 1 -168.413 99.208 -174.818 + 33 280.435 1396 1 0 -168.639 99.3941 -175.85 + 33 156.992 26 0 1 -174.855 104.712 -204.45 + 33 14.7238 1423 0 0 -175.168 104.944 -205.85 + 33 93.8449 1424 0 0 -175.176 104.95 -205.883 + 33 101.914 1508 1 0 -157.894 121.76 -176.25 + 33 195.831 1509 1 0 -157.635 121.95 -176.101 + 33 46.0682 1510 1 0 -157.432 122.15 -176.188 + 33 33.799 1778 1 0 -145.536 175.883 -176.25 + 33 105.089 25 0 1 -174.95 104.881 -204.523 + 33 235.193 1425 0 0 -175.216 105.164 -205.85 + 33 49.1305 1395 1 0 -168.652 99.3491 -175.932 + 33 186.541 61 1 1 -167.92 99.0304 -174.85 + 33 92.2472 285 7 1 -123.021 60.7505 5.55 + 33 156.119 280 6 1 -123.956 60.7096 -24.45 + 33 109.822 276 5 1 -124.867 60.6752 -54.45 + 33 98.0754 271 4 1 -125.759 60.6396 -84.45 + 33 154.562 267 3 1 -126.627 60.6204 -114.45 + 33 133.63 1202 3 0 -126.667 60.6173 -115.85 + 33 109.561 263 2 1 -127.492 60.5565 -144.45 + 33 122.983 1202 2 0 -127.532 60.5522 -145.85 + 33 117.216 258 1 1 -128.351 60.4645 -174.45 + 33 110.946 1202 1 0 -128.392 60.4599 -175.85 + 33 147.147 254 0 1 -129.241 60.3704 -204.45 + 33 104.08 1201 0 0 -129.283 60.3662 -205.85 + 33 1.14594 1568 9 0 59.682 133.95 64.0404 +Number of digits in this event: 103 +Using G4ParticleGun... +Particle energy: 4.06069 LIN Particle: proton Event: 34 -Number of tracker hits in this event: 34 - 34 142.785 939 7 1 7.91671 146.78 5.55 - 34 135.356 1633 7 0 7.91578 146.781 4.15 - 34 127.776 939 6 1 7.90242 146.806 -24.45 - 34 99.3359 1633 6 0 7.90172 146.806 -25.85 - 34 118.779 939 5 1 7.88931 146.821 -54.45 - 34 93.3615 1633 5 0 7.887 146.821 -55.85 - 34 104.448 938 4 1 7.8379 146.812 -84.45 - 34 99.9267 1633 4 0 7.83544 146.812 -85.85 - 34 135.373 938 3 1 7.78152 146.814 -114.45 - 34 110.008 1633 3 0 7.77915 146.813 -115.85 - 34 116.453 938 2 1 7.72779 146.794 -144.45 - 34 109.14 1633 2 0 7.72521 146.793 -145.85 - 34 111.09 938 1 1 7.6746 146.772 -174.45 - 34 120.096 1633 1 0 7.67217 146.771 -175.85 - 34 108.651 937 0 1 7.61999 146.749 -204.45 - 34 108.839 1632 0 0 7.61658 146.748 -205.85 - 34 101.917 937 3 1 7.65 146.83 -114.557 - 34 25.4267 936 3 1 7.45 146.881 -114.774 - 34 424.498 1635 3 0 6.36828 147.2 -115.85 - 34 37.6261 1460 3 0 -135.028 112.186 -116.25 - 34 120.586 1459 3 0 -135.113 112.15 -116.225 - 34 95.6573 1458 3 0 -135.477 111.95 -116.126 - 34 131.248 1457 3 0 -135.703 111.75 -116.026 - 34 60.3894 1456 3 0 -135.936 111.55 -115.896 - 34 53.3705 209 3 1 -138.236 109.752 -114.85 - 34 80.3551 208 3 1 -138.35 109.683 -114.81 - 34 73.3039 207 3 1 -138.55 109.572 -114.726 - 34 90.8945 206 3 1 -138.75 109.475 -114.621 - 34 14.596 205 3 1 -138.95 109.406 -114.498 - 34 74.858 203 3 1 -139.409 109.352 -114.45 - 34 72.2132 202 3 1 -139.55 109.369 -114.561 - 34 54.1185 201 3 1 -139.75 109.43 -114.721 - 34 172.917 1449 3 0 -140.927 110.022 -115.85 - 34 10.1604 1450 3 0 -141.207 110.15 -116.219 -Number of digits in this event: 10 +Number of tracker hits in this event: 37 + 34 254.257 919 11 1 3.87217 79.8407 125.55 + 34 123.572 1298 11 0 3.87333 79.8416 124.15 + 34 86.3255 919 10 1 3.8964 79.856 95.55 + 34 98.37 1299 10 0 3.89704 79.8536 94.15 + 34 102.505 919 9 1 3.91094 79.8027 65.55 + 34 149.716 1298 9 0 3.91039 79.8013 64.15 + 34 129.166 919 8 1 3.89666 79.773 35.55 + 34 111.389 1298 8 0 3.89625 79.7719 34.15 + 34 88.2028 919 7 1 3.8922 79.7514 5.55 + 34 221.199 1298 7 0 3.89146 79.7499 4.15 + 34 124.302 919 6 1 3.87092 79.7131 -24.45 + 34 156.704 1298 6 0 3.86992 79.712 -25.85 + 34 118.081 919 5 1 3.85217 79.6943 -54.45 + 34 203.619 1298 5 0 3.85323 79.6931 -55.85 + 34 121.58 919 4 1 3.87759 79.6649 -84.45 + 34 117.554 1298 4 0 3.87813 79.6629 -85.85 + 34 125.831 919 3 1 3.89181 79.6245 -114.45 + 34 115.911 1297 3 0 3.89411 79.6212 -115.85 + 34 105.867 919 2 1 3.93761 79.5389 -144.45 + 34 106.972 1297 2 0 3.93747 79.5359 -145.85 + 34 134.979 919 1 1 3.93164 79.4818 -174.45 + 34 117.222 1297 1 0 3.93188 79.4799 -175.85 + 34 98.5436 919 0 1 3.93479 79.447 -204.45 + 34 92.2621 1296 0 0 3.93308 79.4432 -205.85 + 34 59.4885 918 4 1 3.85 79.6785 -84.7602 + 34 61.8766 1292 4 0 1.86462 78.4846 -85.85 + 34 47.1881 899 4 1 -0.158805 78.4113 -84.85 + 34 86.2488 898 4 1 -0.25 78.4394 -84.7799 + 34 320.028 897 4 1 -0.45 78.5718 -84.6564 + 34 64.3335 896 4 1 -0.65 78.4166 -84.6154 + 34 87.6058 1300 6 0 4.4637 80.1298 -25.85 + 34 44.1507 1301 6 0 4.68035 80.25 -26.1326 + 34 45.9268 918 11 1 3.85 79.8477 125.238 + 34 109.892 1301 11 0 3.10935 80.2853 124.15 + 34 61.9859 1302 11 0 2.93557 80.4501 123.977 + 34 193.908 1303 11 0 2.95894 80.65 123.971 + 34 190.765 1304 11 0 3.1172 80.85 124.01 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 1.50246 LIN +Particle energy: 5.25859 LIN Particle: proton Event: 35 -Number of tracker hits in this event: 22 - 35 94.2038 428 10 1 -94.4657 -22.3794 95.55 - 35 112.22 788 10 0 -94.4649 -22.3836 94.15 - 35 111.571 428 9 1 -94.4193 -22.4535 65.55 - 35 120.639 787 9 0 -94.4198 -22.4582 64.15 - 35 126.982 428 8 1 -94.4383 -22.5431 35.55 - 35 105.248 787 8 0 -94.4432 -22.5476 34.15 - 35 124.612 427 7 1 -94.5642 -22.6372 5.55 - 35 162.072 787 7 0 -94.5638 -22.6445 4.15 - 35 130.227 427 6 1 -94.5577 -22.8013 -24.45 - 35 128.306 786 6 0 -94.5574 -22.8063 -25.85 - 35 126.049 428 5 1 -94.549 -22.9185 -54.45 - 35 205.66 785 5 0 -94.5491 -22.9269 -55.85 - 35 134 428 4 1 -94.5474 -23.1034 -84.45 - 35 122.04 784 4 0 -94.5469 -23.112 -85.85 - 35 128.763 428 3 1 -94.5154 -23.264 -114.45 - 35 164.063 783 3 0 -94.5121 -23.2708 -115.85 - 35 171.172 428 2 1 -94.4391 -23.4112 -144.45 - 35 123.055 783 2 0 -94.4329 -23.4189 -145.85 - 35 126.564 429 1 1 -94.3227 -23.5559 -174.45 - 35 123.994 782 1 0 -94.3183 -23.5643 -175.85 - 35 135.649 429 0 1 -94.2295 -23.7341 -204.45 - 35 129.588 781 0 0 -94.2271 -23.7432 -205.85 -Number of digits in this event: 19 +Number of tracker hits in this event: 31 + 35 99.794 976 11 1 15.3006 -18.9782 125.55 + 35 109.739 805 11 0 15.3005 -18.9783 124.15 + 35 114.222 976 10 1 15.2983 -18.9812 95.55 + 35 107.482 805 10 0 15.2963 -18.9816 94.15 + 35 123.104 976 9 1 15.2524 -18.9891 65.55 + 35 104.562 805 9 0 15.249 -18.9894 64.15 + 35 123.691 975 8 1 15.1768 -18.9953 35.55 + 35 114.495 805 8 0 15.1727 -18.9949 34.15 + 35 124.252 975 7 1 15.0908 -18.9792 5.55 + 35 115.455 805 7 0 15.0881 -18.979 4.15 + 35 122.514 974 6 1 15.0348 -18.9762 -24.45 + 35 104.357 805 6 0 15.0322 -18.9765 -25.85 + 35 104.677 974 5 1 14.9832 -18.982 -54.45 + 35 109.03 805 5 0 14.9807 -18.9822 -55.85 + 35 123.256 974 4 1 14.9353 -18.9877 -84.45 + 35 108.589 805 4 0 14.9323 -18.9871 -85.85 + 35 104.299 974 3 1 14.8682 -18.9747 -114.45 + 35 125.846 805 3 0 14.8575 -18.9814 -115.85 + 35 107.451 972 2 1 14.6374 -19.1147 -144.45 + 35 106.824 804 2 0 14.6266 -19.1212 -145.85 + 35 251.077 971 1 1 14.4144 -19.2517 -174.45 + 35 112.528 803 1 0 14.4014 -19.2584 -175.85 + 35 228.976 970 0 1 14.1405 -19.3932 -204.45 + 35 109.3 803 0 0 14.1276 -19.4002 -205.85 + 35 66.3868 971 0 1 14.25 -19.3454 -204.637 + 35 190.041 805 0 0 15.0828 -19.0037 -205.85 + 35 196.044 896 0 0 38.4601 -0.788838 -206.25 + 35 92.8514 1097 0 1 39.6374 -0.928202 -204.85 + 35 157.825 1098 0 1 39.65 -0.929573 -204.834 + 35 99.4827 1099 0 1 39.85 -1.0381 -204.551 + 35 322.52 1100 0 1 40.05 -1.2279 -204.598 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 3.28902 LIN +Particle energy: 1.45088 LIN Particle: proton Event: 36 -Number of tracker hits in this event: 21 - 36 121.939 1430 10 0 -46.6741 106.33 94.15 - 36 100.78 666 9 1 -46.676 106.324 65.55 - 36 148.692 1430 9 0 -46.677 106.325 64.15 - 36 106.052 666 8 1 -46.6978 106.347 35.55 - 36 96.6652 1430 8 0 -46.6997 106.347 34.15 - 36 104.989 666 7 1 -46.7381 106.355 5.55 - 36 138.994 1431 7 0 -46.7423 106.355 4.15 - 36 101.928 666 6 1 -46.8225 106.354 -24.45 - 36 100.668 1431 6 0 -46.826 106.352 -25.85 - 36 116.085 665 5 1 -46.8984 106.315 -54.45 - 36 108.532 1430 5 0 -46.9023 106.313 -55.85 - 36 100.522 665 4 1 -46.987 106.26 -84.45 - 36 104.393 1430 4 0 -46.9912 106.258 -85.85 - 36 114.594 664 3 1 -47.0755 106.213 -114.45 - 36 188.946 1430 3 0 -47.081 106.21 -115.85 - 36 144.767 664 2 1 -47.1912 106.15 -144.45 - 36 93.6777 1429 2 0 -47.1984 106.148 -145.85 - 36 155.875 663 1 1 -47.347 106.103 -174.45 - 36 104.501 1429 1 0 -47.3551 106.103 -175.85 - 36 107.142 662 0 1 -47.5259 106.102 -204.45 - 36 108.078 1429 0 0 -47.5328 106.103 -205.85 -Number of digits in this event: 7 +Number of tracker hits in this event: 22 + 36 177.546 942 10 0 -116.311 8.50529 94.15 + 36 114.051 319 9 1 -116.312 8.50336 65.55 + 36 105.631 942 9 0 -116.315 8.5066 64.15 + 36 126.708 318 8 1 -116.381 8.5671 35.55 + 36 176.52 942 8 0 -116.382 8.57084 34.15 + 36 122.748 318 7 1 -116.368 8.64702 5.55 + 36 113.862 943 7 0 -116.371 8.65041 4.15 + 36 286.604 318 6 1 -116.423 8.70381 -24.45 + 36 140.012 943 6 0 -116.426 8.70698 -25.85 + 36 143.415 318 5 1 -116.483 8.77109 -54.45 + 36 113.448 943 5 0 -116.484 8.77594 -55.85 + 36 219.478 318 4 1 -116.512 8.87605 -84.45 + 36 103.385 944 4 0 -116.515 8.8818 -85.85 + 36 132.105 317 3 1 -116.601 8.99933 -114.45 + 36 124.475 944 3 0 -116.611 8.99938 -115.85 + 36 100.247 316 2 1 -116.795 9.02131 -144.45 + 36 193.701 944 2 0 -116.805 9.0233 -145.85 + 36 122.218 315 1 1 -117.033 9.06966 -174.45 + 36 107.862 945 1 0 -117.05 9.06934 -175.85 + 36 169.732 313 0 1 -117.419 9.05714 -204.45 + 36 281.058 945 0 0 -117.437 9.05415 -205.85 + 36 142.105 944 0 0 -117.395 9.05 -206.115 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 2.51954 LIN +Particle energy: 4.30652 LIN Particle: proton Event: 37 -Number of tracker hits in this event: 16 - 37 115.117 1351 9 1 90.4022 87.7546 65.55 - 37 122.889 1338 9 0 90.3996 87.7518 64.15 - 37 115.857 1350 8 1 90.3324 87.6832 35.55 - 37 106.497 1338 8 0 90.3286 87.681 34.15 - 37 221.468 1350 7 1 90.2603 87.6355 5.55 - 37 142.65 1337 7 0 90.2573 87.6337 4.15 - 37 108.761 1350 6 1 90.1946 87.6057 -24.45 - 37 116.715 1337 6 0 90.191 87.6025 -25.85 - 37 105.868 1349 4 1 90.0474 87.5008 -84.45 - 37 113.988 1337 4 0 90.0466 87.5006 -85.85 - 37 113.917 1349 3 1 90.0324 87.497 -114.45 - 37 131.47 1337 3 0 90.0342 87.4993 -115.85 - 37 453.831 1350 1 1 90.1523 87.6004 -174.45 - 37 97.2094 1337 1 0 90.1551 87.6024 -175.85 - 37 105.87 1350 0 1 90.2038 87.6493 -204.45 - 37 105.587 1338 0 0 90.2063 87.6531 -205.85 -Number of digits in this event: 6 +Number of tracker hits in this event: 25 + 37 117.884 614 11 1 -57.09 -26.291 125.55 + 37 125.542 768 11 0 -57.0903 -26.2933 124.15 + 37 112.282 614 10 1 -57.0954 -26.354 95.55 + 37 109.893 768 10 0 -57.094 -26.3565 94.15 + 37 102.202 614 9 1 -57.0695 -26.41 65.55 + 37 132.537 768 9 0 -57.0675 -26.4123 64.15 + 37 93.9679 615 8 1 -57.0251 -26.4581 35.55 + 37 107.618 767 8 0 -57.0226 -26.4609 34.15 + 37 117.646 615 7 1 -56.9762 -26.5197 5.55 + 37 118.38 767 7 0 -56.9733 -26.5229 4.15 + 37 274.718 615 6 1 -56.9146 -26.5894 -24.45 + 37 114.014 767 6 0 -56.9108 -26.5922 -25.85 + 37 186.63 616 5 1 -56.8329 -26.6531 -54.45 + 37 122.396 766 5 0 -56.8287 -26.6564 -55.85 + 37 103.136 616 4 1 -56.7478 -26.7286 -84.45 + 37 108.264 766 4 0 -56.7429 -26.7313 -85.85 + 37 104.853 617 3 1 -56.6397 -26.7883 -114.45 + 37 298.394 766 3 0 -56.6345 -26.7916 -115.85 + 37 98.4635 617 2 1 -56.5323 -26.8521 -144.45 + 37 91.667 765 2 0 -56.5271 -26.8552 -145.85 + 37 101.919 618 1 1 -56.4181 -26.923 -174.45 + 37 127.238 765 1 0 -56.4128 -26.9274 -175.85 + 37 104.263 618 0 1 -56.3138 -27.0201 -204.45 + 37 108.963 765 0 0 -56.3084 -27.0226 -205.85 + 37 57.9378 615 5 1 -56.85 -26.6246 -54.7452 +Number of digits in this event: 8 Using G4ParticleGun... -Particle energy: 7.77471 LIN +Particle energy: 5.9354 LIN Particle: proton Event: 38 -Number of tracker hits in this event: 22 - 38 94.0932 976 10 1 15.386 87.7106 95.55 - 38 200.162 1338 10 0 15.3856 87.7104 94.15 - 38 166.768 976 9 1 15.3769 87.7035 65.55 - 38 94.4453 1338 9 0 15.3766 87.7025 64.15 - 38 223.373 976 8 1 15.3733 87.683 35.55 - 38 123.987 1338 8 0 15.3742 87.6819 34.15 - 38 228.836 976 7 1 15.3956 87.6614 5.55 - 38 120.673 1338 7 0 15.3964 87.6593 4.15 - 38 100.525 976 6 1 15.4133 87.6213 -24.45 - 38 148.51 1337 6 0 15.414 87.6198 -25.85 - 38 112.154 976 5 1 15.4271 87.587 -54.45 - 38 122.779 1337 5 0 15.4278 87.5852 -55.85 - 38 103.323 976 4 1 15.4452 87.5489 -84.45 - 38 192.843 1337 4 0 15.4457 87.5472 -85.85 - 38 149.303 977 3 1 15.4622 87.5216 -114.45 - 38 108.464 1337 3 0 15.4624 87.5206 -115.85 - 38 93.0395 977 2 1 15.4676 87.4983 -144.45 - 38 112.766 1337 2 0 15.468 87.4971 -145.85 - 38 118.966 977 1 1 15.4742 87.4725 -174.45 - 38 122.423 1337 1 0 15.4748 87.4696 -175.85 - 38 126.577 977 0 1 15.483 87.4055 -204.45 - 38 108.585 1336 0 0 15.4839 87.4027 -205.85 -Number of digits in this event: 13 +Number of tracker hits in this event: 20 + 38 151.893 416 9 1 -96.9042 -75.1307 65.55 + 38 117.392 524 9 0 -96.9039 -75.1315 64.15 + 38 130.498 416 8 1 -96.8932 -75.1538 35.55 + 38 119.893 524 8 0 -96.893 -75.1562 34.15 + 38 113.544 416 7 1 -96.8886 -75.2008 5.55 + 38 122.536 524 7 0 -96.8878 -75.2035 4.15 + 38 139.363 416 6 1 -96.8685 -75.2534 -24.45 + 38 154.939 523 6 0 -96.8662 -75.2558 -25.85 + 38 107.935 416 5 1 -96.8214 -75.3052 -54.45 + 38 99.9563 523 5 0 -96.8189 -75.3066 -55.85 + 38 122.298 416 4 1 -96.7648 -75.3348 -84.45 + 38 86.4162 523 4 0 -96.7621 -75.335 -85.85 + 38 159.738 417 3 1 -96.7009 -75.3421 -114.45 + 38 174.961 523 3 0 -96.6991 -75.3437 -115.85 + 38 178.194 417 2 1 -96.6594 -75.383 -144.45 + 38 131.905 523 2 0 -96.6586 -75.3844 -145.85 + 38 113.763 417 1 1 -96.6341 -75.4177 -174.45 + 38 123.031 523 1 0 -96.6327 -75.4185 -175.85 + 38 101.186 417 0 1 -96.6062 -75.4344 -204.45 + 38 118.052 523 0 0 -96.6045 -75.4358 -205.85 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 6.6235 LIN +Particle energy: 1.77591 LIN Particle: proton Event: 39 -Number of tracker hits in this event: 21 - 39 139.764 1533 9 1 126.835 2.66112 65.55 - 39 137.767 913 9 0 126.835 2.66023 64.15 - 39 100.752 1533 8 1 126.83 2.64279 35.55 - 39 107.636 912 8 0 126.829 2.64077 34.15 - 39 108.33 1533 7 1 126.819 2.59318 5.55 - 39 98.0302 912 7 0 126.818 2.59006 4.15 - 39 94.7047 1533 6 1 126.799 2.52718 -24.45 - 39 101.976 912 6 0 126.798 2.52406 -25.85 - 39 130.317 1533 5 1 126.782 2.46462 -54.45 - 39 118.543 912 5 0 126.781 2.46081 -55.85 - 39 106.145 1533 4 1 126.77 2.3826 -84.45 - 39 125.074 911 4 0 126.77 2.37906 -85.85 - 39 137.581 1533 3 1 126.766 2.30752 -114.45 - 39 106.284 911 3 0 126.765 2.30405 -115.85 - 39 257.642 1533 2 1 126.751 2.2336 -144.45 - 39 102.369 910 2 0 126.75 2.23099 -145.85 - 39 98.9894 1532 1 1 126.721 2.17693 -174.45 - 39 113.22 910 1 0 126.719 2.17395 -175.85 - 39 259.726 1532 0 1 126.677 2.11694 -204.45 - 39 119.489 910 0 0 126.676 2.1141 -205.85 - 39 384.481 516 5 0 59.2726 -76.7871 -55.9407 -Number of digits in this event: 11 +Number of tracker hits in this event: 48 + 39 488.247 802 11 1 -19.5821 -76.3518 125.55 + 39 108.204 518 11 0 -19.5822 -76.3512 124.15 + 39 166.188 802 10 1 -19.6036 -76.3402 95.55 + 39 141.001 518 10 0 -19.6074 -76.3421 94.15 + 39 114.818 801 9 1 -19.6943 -76.3769 65.55 + 39 143.417 518 9 0 -19.6996 -76.3761 64.15 + 39 103.566 801 8 1 -19.812 -76.3653 35.55 + 39 128.201 518 8 0 -19.8214 -76.3638 34.15 + 39 106.225 800 7 1 -20.0051 -76.3265 5.55 + 39 123.432 518 7 0 -20.0102 -76.3219 4.15 + 39 123.055 799 6 1 -20.119 -76.2291 -24.45 + 39 139.451 519 6 0 -20.1235 -76.2216 -25.85 + 39 221.172 799 5 1 -20.208 -76.0792 -54.45 + 39 114.3 519 5 0 -20.209 -76.0719 -55.85 + 39 166.813 799 4 1 -20.223 -75.9321 -84.45 + 39 93.1611 520 4 0 -20.2214 -75.925 -85.85 + 39 151.974 799 3 1 -20.1907 -75.777 -114.45 + 39 115.421 521 3 0 -20.1901 -75.7713 -115.85 + 39 124.97 799 2 1 -20.1954 -75.643 -144.45 + 39 97.5271 522 2 0 -20.1978 -75.6358 -145.85 + 39 99.7401 798 1 1 -20.2584 -75.4933 -174.45 + 39 90.6452 522 1 0 -20.2625 -75.4849 -175.85 + 39 132.585 798 0 1 -20.3568 -75.3162 -204.45 + 39 127.836 523 0 0 -20.3632 -75.306 -205.85 + 39 80.6097 553 0 0 -29.405 -69.2559 -206.25 + 39 1562.38 554 0 0 -29.4137 -69.25 -206.228 + 39 908.154 750 0 1 -29.9641 -68.8613 -204.85 + 39 793.854 749 0 1 -30.05 -68.7999 -204.635 + 39 1839.52 590 1 0 -42.8254 -61.9271 -176.25 + 39 455.288 591 1 0 -42.9686 -61.85 -175.925 + 39 196.701 683 1 1 -43.4367 -61.6155 -174.85 + 39 2509.1 682 1 1 -43.45 -61.6089 -174.819 + 39 297.244 1081 11 0 -74.0775 36.341 123.974 + 39 141.716 127 2 0 19.5116 -154.594 -146.25 + 39 100.884 994 2 1 18.9381 -154.634 -144.85 + 39 60.1599 993 2 1 18.8088 -154.635 -144.45 + 39 93.6215 992 2 1 18.65 -154.64 -144.605 + 39 181.114 991 2 1 18.449 -154.57 -144.755 + 39 13.057 990 2 1 18.2497 -154.419 -144.835 + 39 69.9947 144 2 0 17.6042 -151.207 -145.85 + 39 146.689 145 2 0 17.5954 -151.15 -145.863 + 39 24.7091 388 4 0 -10.9264 -102.486 -86.25 + 39 62.1396 387 4 0 -10.8991 -102.55 -86.198 + 39 172.204 386 4 0 -10.8412 -102.75 -86.1843 + 39 108.024 385 4 0 -10.6937 -102.95 -86.1926 + 39 67.5412 384 4 0 -10.5603 -103.15 -86.1427 + 39 90.1905 383 4 0 -10.6118 -103.35 -86.1444 + 39 16.1938 803 11 1 -19.45 -76.2884 125.375 +Number of digits in this event: 29 Using G4ParticleGun... -Particle energy: 3.674 LIN +Particle energy: 6.68402 LIN Particle: proton Event: 40 -Number of tracker hits in this event: 30 - 40 144.11 1386 7 1 97.4921 -109.396 5.55 - 40 224.582 353 7 0 97.4929 -109.397 4.15 - 40 235.454 1386 6 1 97.5106 -109.414 -24.45 - 40 124.399 353 6 0 97.5119 -109.416 -25.85 - 40 84.5566 1386 5 1 97.5459 -109.445 -54.45 - 40 193.053 353 5 0 97.5485 -109.445 -55.85 - 40 137.095 1387 4 1 97.6025 -109.442 -84.45 - 40 208.96 353 4 0 97.6054 -109.44 -85.85 - 40 278.552 1387 3 1 97.6566 -109.414 -114.45 - 40 117.615 353 3 0 97.6583 -109.414 -115.85 - 40 112.331 1387 2 1 97.6917 -109.408 -144.45 - 40 169.885 353 2 0 97.6919 -109.408 -145.85 - 40 97.5188 1387 1 1 97.6963 -109.401 -174.45 - 40 90.2768 353 1 0 97.6948 -109.401 -175.85 - 40 108.477 1387 0 1 97.6632 -109.406 -204.45 - 40 199.944 353 0 0 97.6624 -109.406 -205.85 - 40 11.2316 129 4 0 132.894 -154.316 -86.25 - 40 74.1802 128 4 0 132.919 -154.35 -86.2322 - 40 132.176 127 4 0 133.097 -154.55 -86.1773 - 40 126.026 126 4 0 133.464 -154.75 -86.0647 - 40 55.1501 125 4 0 133.777 -154.95 -85.9425 - 40 89.0342 1587 4 1 137.584 -157.905 -84.85 - 40 42.1558 1588 4 1 137.75 -158.014 -84.8447 - 40 58.4666 112 4 0 143.464 -157.603 -85.85 - 40 149.956 113 4 0 143.622 -157.55 -85.932 - 40 392.31 1619 4 1 143.972 -157.052 -84.85 - 40 9.88757 352 5 0 97.6661 -109.55 -56.2366 - 40 142.521 358 5 0 128.23 -108.522 -56.2499 - 40 26.1759 357 5 0 128.182 -108.55 -56.1964 - 40 50.0722 1385 6 1 97.35 -109.576 -24.4978 -Number of digits in this event: 16 +Number of tracker hits in this event: 23 + 40 158.841 479 10 1 -84.1107 -70.0919 95.55 + 40 117.912 549 10 0 -84.1106 -70.0921 94.15 + 40 118.495 479 9 1 -84.1084 -70.0913 65.55 + 40 124.982 549 9 0 -84.1081 -70.0927 64.15 + 40 107.547 479 8 1 -84.0974 -70.1271 35.55 + 40 110.071 549 8 0 -84.0975 -70.1272 34.15 + 40 114.137 479 7 1 -84.1001 -70.1299 5.55 + 40 100.024 549 7 0 -84.1 -70.1303 4.15 + 40 104.151 479 6 1 -84.1013 -70.1345 -24.45 + 40 112.079 549 6 0 -84.1016 -70.1349 -25.85 + 40 141.506 479 5 1 -84.1088 -70.1439 -54.45 + 40 101.162 549 5 0 -84.11 -70.1432 -55.85 + 40 97.8231 479 4 1 -84.1334 -70.1264 -84.45 + 40 112.424 549 4 0 -84.1346 -70.1256 -85.85 + 40 99.2037 479 3 1 -84.1574 -70.1107 -114.45 + 40 79.8476 549 3 0 -84.1594 -70.1105 -115.85 + 40 111.086 479 2 1 -84.2026 -70.1111 -144.45 + 40 89.877 549 2 0 -84.2056 -70.1111 -145.85 + 40 162.356 478 1 1 -84.2678 -70.1081 -174.45 + 40 131.463 549 1 0 -84.2691 -70.1065 -175.85 + 40 228.875 478 0 1 -84.2959 -70.0754 -204.45 + 40 127.216 549 0 0 -84.2973 -70.0737 -205.85 + 40 169.45 550 0 0 -84.2929 -70.05 -205.958 +Number of digits in this event: 9 Using G4ParticleGun... -Particle energy: 1.00841 LIN +Particle energy: 8.44694 LIN Particle: proton Event: 41 -Number of tracker hits in this event: 25 - 41 294.963 1210 11 1 62.0546 -45.6814 125.55 - 41 122.413 671 11 0 62.0591 -45.6817 124.15 - 41 128.807 1210 10 1 62.1302 -45.6974 95.55 - 41 132.536 671 10 0 62.1375 -45.6988 94.15 - 41 193.002 1211 9 1 62.2891 -45.7378 65.55 - 41 108.854 671 9 0 62.298 -45.7367 64.15 - 41 138.813 1212 8 1 62.4852 -45.7163 35.55 - 41 127.059 671 8 0 62.4962 -45.7133 34.15 - 41 131.33 1213 7 1 62.7175 -45.6535 5.55 - 41 49.4736 671 7 0 62.7222 -45.6503 4.15 - 41 125.214 672 7 0 62.7227 -45.65 4.0018 - 41 187.947 1213 6 1 62.839 -45.5836 -24.45 - 41 131.77 672 6 0 62.8452 -45.5874 -25.85 - 41 136.449 1214 5 1 62.9516 -45.6528 -54.45 - 41 127.52 672 5 0 62.9593 -45.6487 -55.85 - 41 164.912 1215 4 1 63.1147 -45.5567 -84.45 - 41 141.745 672 4 0 63.1215 -45.5525 -85.85 - 41 140.975 1216 3 1 63.2575 -45.4603 -114.45 - 41 114.945 673 3 0 63.2725 -45.4499 -115.85 - 41 129.707 1217 2 1 63.5812 -45.2433 -144.45 - 41 233.294 674 2 0 63.6039 -45.2303 -145.85 - 41 135.463 1220 1 1 64.0648 -44.9399 -174.45 - 41 135.183 675 1 0 64.0879 -44.923 -175.85 - 41 126.237 1222 0 1 64.5707 -44.5788 -204.45 - 41 159.414 677 0 0 64.5843 -44.5604 -205.85 -Number of digits in this event: 23 -Using G4ParticleGun... -Particle energy: 3.45406 LIN +Number of tracker hits in this event: 23 + 41 99.5274 680 10 1 -43.9351 72.6801 95.55 + 41 107.565 1263 10 0 -43.9347 72.6797 94.15 + 41 113.34 680 9 1 -43.9278 72.6698 65.55 + 41 119.033 1263 9 0 -43.9271 72.6688 64.15 + 41 109.281 680 8 1 -43.9164 72.6509 35.55 + 41 128.094 1262 8 0 -43.9169 72.6494 34.15 + 41 143.512 680 7 1 -43.9267 72.6218 5.55 + 41 127.735 1262 7 0 -43.9264 72.6211 4.15 + 41 111.256 680 6 1 -43.9167 72.6059 -24.45 + 41 171.503 1262 6 0 -43.9156 72.6055 -25.85 + 41 117.864 680 5 1 -43.8926 72.5931 -54.45 + 41 108.643 1262 5 0 -43.8924 72.593 -55.85 + 41 215.292 680 4 1 -43.8833 72.5909 -84.45 + 41 113.745 1262 4 0 -43.8835 72.5903 -85.85 + 41 132.49 680 3 1 -43.8893 72.5799 -114.45 + 41 110.888 1262 3 0 -43.8894 72.5791 -115.85 + 41 164.644 680 2 1 -43.8895 72.5636 -144.45 + 41 101.265 1262 2 0 -43.8901 72.5633 -145.85 + 41 118.072 680 1 1 -43.9032 72.5537 -174.45 + 41 111.055 1262 1 0 -43.9032 72.5523 -175.85 + 41 149.405 680 0 1 -43.9078 72.526 -204.45 + 41 103.491 1262 0 0 -43.9086 72.5246 -205.85 + 41 165.325 372 9 0 -105.514 -105.63 63.8672 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 5.5769 LIN Particle: proton Event: 42 -Number of tracker hits in this event: 23 - 42 133.152 525 10 1 -74.8977 -60.4628 95.55 - 42 133.591 597 10 0 -74.897 -60.462 94.15 - 42 111.888 525 9 1 -74.8801 -60.4512 65.55 - 42 116.003 597 9 0 -74.88 -60.4519 64.15 - 42 101.157 525 8 1 -74.8814 -60.4575 35.55 - 42 93.5747 597 8 0 -74.8839 -60.4574 34.15 - 42 97.7114 525 7 1 -74.9355 -60.4541 5.55 - 42 163.228 597 7 0 -74.9391 -60.4564 4.15 - 42 100.731 525 6 1 -75.0202 -60.4995 -24.45 - 42 145.435 597 6 0 -75.0222 -60.5016 -25.85 - 42 230.209 524 5 1 -75.0728 -60.5408 -54.45 - 42 169.887 597 5 0 -75.0777 -60.5424 -55.85 - 42 209.479 524 4 1 -75.1756 -60.5754 -84.45 - 42 107.386 597 4 0 -75.1795 -60.5757 -85.85 - 42 135.727 523 3 1 -75.2662 -60.5852 -114.45 - 42 116.079 597 3 0 -75.2715 -60.5876 -115.85 - 42 174.047 523 2 1 -75.3776 -60.63 -144.45 - 42 208.399 597 2 0 -75.3821 -60.6321 -145.85 - 42 157.781 522 1 1 -75.4778 -60.6719 -174.45 - 42 142.54 596 1 0 -75.4831 -60.6734 -175.85 - 42 104.989 522 0 1 -75.5889 -60.7088 -204.45 - 42 150.923 596 0 0 -75.5899 -60.7023 -205.85 - 42 4.70326 552 8 0 -168.912 -69.4577 33.75 +Number of tracker hits in this event: 28 + 42 106.881 1462 10 1 112.598 15.5284 95.55 + 42 117.136 977 10 0 112.597 15.5282 94.15 + 42 101.94 1462 9 1 112.589 15.5228 65.55 + 42 81.7151 977 9 0 112.588 15.5211 64.15 + 42 214.77 1462 8 1 112.581 15.485 35.55 + 42 102.198 977 8 0 112.58 15.482 34.15 + 42 125.301 1462 7 1 112.564 15.4186 5.55 + 42 127.389 976 7 0 112.563 15.4163 4.15 + 42 112.612 1461 6 1 112.548 15.3696 -24.45 + 42 106.77 976 6 0 112.547 15.3671 -25.85 + 42 2511.44 1461 5 1 112.533 15.3179 -54.45 + 42 138.689 976 5 0 112.516 15.3741 -55.85 + 42 127.408 1459 4 1 112.092 16.8543 -84.45 + 42 156.342 984 4 0 112.07 16.9253 -85.85 + 42 141.183 1457 3 1 111.602 18.3734 -114.45 + 42 49.5442 991 3 0 111.578 18.4436 -115.85 + 42 111.212 992 3 0 111.576 18.45 -115.977 + 42 113.036 1454 2 1 111.094 19.879 -144.45 + 42 108.058 999 2 0 111.069 19.9493 -145.85 + 42 123.654 1452 1 1 110.563 21.3826 -174.45 + 42 120.565 1007 1 0 110.538 21.4526 -175.85 + 42 129.991 1449 0 1 110.04 22.8806 -204.45 + 42 120.977 1014 0 0 110.016 22.9504 -205.85 + 42 157.547 289 0 0 140.607 -122.198 -206.25 + 42 79.4508 1603 0 1 140.836 -122.125 -204.85 + 42 154.603 1604 0 1 140.95 -122.136 -204.648 + 42 33.287 291 0 0 140.603 -121.774 -205.85 + 42 331.172 292 0 0 140.562 -121.75 -205.941 Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 6.95353 LIN +Particle energy: 4.80105 LIN Particle: proton Event: 43 -Number of tracker hits in this event: 44 - 43 119.886 971 11 1 14.3794 66.2564 125.55 - 43 100.697 1231 11 0 14.379 66.2561 124.15 - 43 114.023 971 10 1 14.3684 66.2459 95.55 - 43 114.5 1230 10 0 14.369 66.245 94.15 - 43 89.255 971 9 1 14.3809 66.2253 65.55 - 43 147.815 1230 9 0 14.3821 66.2241 64.15 - 43 111.678 971 8 1 14.4079 66.199 35.55 - 43 142.202 1230 8 0 14.4088 66.1974 34.15 - 43 129.105 971 7 1 14.4264 66.158 5.55 - 43 91.3376 1230 7 0 14.4267 66.1551 4.15 - 43 115.129 971 6 1 14.4343 66.094 -24.45 - 43 165.812 1230 6 0 14.4347 66.0904 -25.85 - 43 152.747 971 5 1 14.4426 66.0128 -54.45 - 43 103.5 1229 5 0 14.4443 66.0077 -55.85 - 43 135.719 972 4 1 14.4808 65.902 -84.45 - 43 124.839 1229 4 0 14.4834 65.8966 -85.85 - 43 115.549 972 3 1 14.5371 65.7894 -114.45 - 43 109.269 1228 3 0 14.5401 65.7838 -115.85 - 43 105.348 972 2 1 14.6014 65.665 -144.45 - 43 91.0429 1228 2 0 14.6046 65.6593 -145.85 - 43 120.091 973 1 1 14.6702 65.5449 -174.45 - 43 127.784 1227 1 0 14.6735 65.5401 -175.85 - 43 108.497 973 0 1 14.74 65.442 -204.45 - 43 107.437 1226 0 0 14.7424 65.4366 -205.85 - 43 15.9045 717 4 1 -36.544 157.317 -84.7949 - 43 52.5531 452 10 0 77.5525 -89.479 93.75 - 43 139.268 453 10 0 77.615 -89.4499 93.8763 - 43 36.3952 1293 10 1 78.7766 -88.742 95.15 - 43 79.5208 1294 10 1 78.85 -88.7074 95.2536 - 43 72.2904 1295 10 1 79.05 -88.667 95.2486 - 43 170.776 458 10 0 79.4636 -88.3433 94.15 - 43 18.7536 445 1 1 -90.962 -175.555 -174.45 - 43 123.512 446 1 1 -90.95 -175.595 -174.516 - 43 39.1459 16 1 0 -90.6462 -176.836 -175.85 - 43 92.3099 15 1 0 -90.6233 -176.95 -175.97 - 43 19.0037 14 1 0 -90.5694 -177.15 -176.195 - 43 143.967 599 1 0 -38.0526 -60.0581 -176.25 - 43 83.7486 600 1 0 -38.3284 -60.05 -175.962 - 43 69.3767 601 1 0 -38.436 -59.85 -175.864 - 43 7.59897 704 1 1 -39.2392 -56.3704 -174.85 - 43 32.4611 703 1 1 -39.25 -56.3554 -174.843 - 43 14.5106 626 1 0 -37.5515 -54.6776 -175.85 - 43 100.486 627 1 0 -37.5264 -54.65 -175.861 - 43 194.093 722 1 1 -35.6093 -51.4487 -174.85 -Number of digits in this event: 17 +Number of tracker hits in this event: 34 + 43 122.369 1162 9 1 52.5459 123.127 65.55 + 43 173.156 1514 9 0 52.5445 123.127 64.15 + 43 139.517 1162 8 1 52.5169 123.13 35.55 + 43 97.0415 1514 8 0 52.5166 123.13 34.15 + 43 204.929 1162 7 1 52.5102 123.135 5.55 + 43 140.121 1514 7 0 52.5096 123.134 4.15 + 43 115.91 1162 6 1 52.5002 123.107 -24.45 + 43 117.26 1514 6 0 52.4994 123.107 -25.85 + 43 163.425 1162 5 1 52.4865 123.109 -54.45 + 43 88.1656 1514 5 0 52.4854 123.108 -55.85 + 43 110.311 1162 4 1 52.4689 123.071 -84.45 + 43 222.258 1514 4 0 52.4695 123.07 -85.85 + 43 130.957 1162 3 1 52.4798 123.05 -114.45 + 43 138.393 1514 3 0 52.4813 123.049 -115.85 + 43 139.551 1162 2 1 52.5101 123.03 -144.45 + 43 122.476 1514 2 0 52.511 123.029 -145.85 + 43 92.4604 1162 1 1 52.524 123.001 -174.45 + 43 133.27 1514 1 0 52.5235 123 -175.85 + 43 125.282 1162 0 1 52.5116 122.985 -204.45 + 43 119.638 1514 0 0 52.5118 122.984 -205.85 + 43 100.04 1513 7 0 52.3667 122.892 4.15 + 43 74.4756 1128 6 1 45.7507 119.975 -24.45 + 43 173.967 1129 6 1 45.85 120.233 -24.5455 + 43 129.629 1130 6 1 46.05 120.732 -24.7121 + 43 2.09792 1131 6 1 46.25 120.989 -24.8482 + 43 119.304 1518 6 0 48.2829 123.758 -25.85 + 43 112.165 1519 6 0 48.4938 123.95 -26.032 + 43 136.868 1520 6 0 48.7676 124.15 -26.1444 + 43 37.3748 1453 6 0 94.0703 110.846 -26.25 + 43 90.7431 1452 6 0 94.0917 110.75 -26.1641 + 43 219.868 1451 6 0 94.206 110.55 -25.9458 + 43 88.9172 1373 6 1 94.8612 109.082 -24.85 + 43 41.1779 1374 6 1 94.9501 108.908 -24.5736 + 43 142.759 1515 9 0 52.5075 123.15 63.9196 +Number of digits in this event: 19 Using G4ParticleGun... -Particle energy: 3.67996 LIN +Particle energy: 4.52517 LIN Particle: proton Event: 44 -Number of tracker hits in this event: 24 - 44 107.659 1126 9 1 45.2913 -108.812 65.55 - 44 117.59 356 9 0 45.2919 -108.813 64.15 - 44 108.35 1126 8 1 45.3058 -108.842 35.55 - 44 122.467 356 8 0 45.3064 -108.843 34.15 - 44 105.759 1126 7 1 45.3168 -108.856 5.55 - 44 101.713 356 7 0 45.3159 -108.856 4.15 - 44 163.214 1126 6 1 45.3008 -108.867 -24.45 - 44 105.812 356 6 0 45.2999 -108.868 -25.85 - 44 137.724 1126 5 1 45.2825 -108.893 -54.45 - 44 97.7353 356 5 0 45.2805 -108.893 -55.85 - 44 127.179 1125 4 1 45.2411 -108.895 -84.45 - 44 159.595 356 4 0 45.2394 -108.895 -85.85 - 44 152.497 1125 3 1 45.2069 -108.901 -114.45 - 44 98.1109 356 3 0 45.2053 -108.902 -115.85 - 44 87.1737 1125 2 1 45.1816 -108.924 -144.45 - 44 117.446 356 2 0 45.181 -108.925 -145.85 - 44 111.208 1125 1 1 45.178 -108.945 -174.45 - 44 118.637 356 1 0 45.1804 -108.948 -175.85 - 44 115.737 1125 0 1 45.2247 -109.014 -204.45 - 44 120.774 355 0 0 45.225 -109.018 -205.85 - 44 41.8802 1540 1 1 128.246 -111.433 -174.45 - 44 68.6117 1539 1 1 128.15 -111.474 -174.491 - 44 78.7625 1538 1 1 127.95 -111.402 -174.49 - 44 56.8698 524 9 0 21.8103 -75.2219 63.75 -Number of digits in this event: 10 +Number of tracker hits in this event: 51 + 44 204.115 885 11 1 -2.86317 12.5336 125.55 + 44 141.246 962 11 0 -2.862 12.535 124.15 + 44 86.0414 886 10 1 -2.83866 12.5599 95.55 + 44 106.438 962 10 0 -2.83823 12.5607 94.15 + 44 148.43 886 9 1 -2.82923 12.5766 65.55 + 44 100.165 962 9 0 -2.82921 12.5782 64.15 + 44 90.5513 886 8 1 -2.83033 12.6076 35.55 + 44 130.309 962 8 0 -2.83064 12.6101 34.15 + 44 102.053 886 7 1 -2.83361 12.6591 5.55 + 44 116.106 963 7 0 -2.83194 12.6623 4.15 + 44 108.21 886 6 1 -2.7901 12.7234 -24.45 + 44 98.2828 963 6 0 -2.78786 12.7292 -25.85 + 44 120.019 886 5 1 -2.74126 12.8466 -54.45 + 44 103.985 964 5 0 -2.73806 12.8523 -55.85 + 44 134.017 886 4 1 -2.68155 12.9664 -84.45 + 44 98.8625 964 4 0 -2.67995 12.9717 -85.85 + 44 111.654 887 3 1 -2.6438 13.0776 -114.45 + 44 120.687 965 3 0 -2.64054 13.0819 -115.85 + 44 116.995 887 2 1 -2.56572 13.1722 -144.45 + 44 111.722 965 2 0 -2.56179 13.1764 -145.85 + 44 96.3399 887 1 1 -2.49833 13.2294 -174.45 + 44 138.89 965 1 0 -2.4948 13.2327 -175.85 + 44 121.628 888 0 1 -2.41981 13.2989 -204.45 + 44 115.626 966 0 0 -2.41609 13.3017 -205.85 + 44 82.8778 734 0 0 -1.15175 -33.179 -206.25 + 44 402.459 733 0 0 -1.14702 -33.25 -206.153 + 44 40.1138 732 0 0 -1.13435 -33.45 -205.881 + 44 376.508 894 0 1 -1.09009 -34.2064 -204.85 + 44 180.227 624 1 0 -0.1705 -55.162 -176.25 + 44 277.85 623 1 0 -0.166669 -55.25 -176.13 + 44 2.40642 622 1 0 -0.157829 -55.45 -175.855 + 44 456.748 899 1 1 -0.124416 -56.1827 -174.85 + 44 300.524 516 2 0 0.125726 -76.6586 -146.25 + 44 180.618 515 2 0 0.127898 -76.85 -145.983 + 44 390.655 900 2 1 0.138396 -77.6706 -144.85 + 44 201.192 391 3 0 4.1286 -101.841 -116.25 + 44 260.573 390 3 0 4.14692 -101.95 -116.122 + 44 37.7304 389 3 0 4.18043 -102.15 -115.886 + 44 435.146 921 3 1 4.32286 -103.024 -114.85 + 44 118.008 263 4 0 7.30529 -127.46 -86.25 + 44 248.672 262 4 0 7.31623 -127.55 -86.1442 + 44 59.2538 261 4 0 7.34066 -127.75 -85.9104 + 44 549.2 937 4 1 7.45904 -128.65 -84.85 + 44 186.596 137 5 0 9.88208 -152.588 -56.25 + 44 270.118 136 5 0 9.89831 -152.75 -56.0567 + 44 405.109 949 5 1 9.99549 -153.759 -54.85 + 44 65.8344 9 6 0 12.2523 -178.295 -26.25 + 44 260.903 8 6 0 12.2574 -178.35 -26.1862 + 44 132.462 7 6 0 12.2754 -178.55 -25.9526 + 44 651.227 961 6 1 12.3619 -179.482 -24.85 + 44 78.0405 205 5 0 -77.015 -138.95 -56.0694 +Number of digits in this event: 32 Using G4ParticleGun... -Particle energy: 5.97144 LIN +Particle energy: 4.43326 LIN Particle: proton Event: 45 -Number of tracker hits in this event: 43 - 45 151.796 951 11 1 10.2807 -71.5811 125.55 - 45 119.183 542 11 0 10.2805 -71.5815 124.15 - 45 248.702 951 10 1 10.2739 -71.5884 95.55 - 45 192.449 542 10 0 10.274 -71.5891 94.15 - 45 150.714 951 9 1 10.2788 -71.6056 65.55 - 45 145.65 542 9 0 10.2792 -71.6076 64.15 - 45 116.33 951 8 1 10.2869 -71.6451 35.55 - 45 144.306 542 8 0 10.2875 -71.6468 34.15 - 45 163.535 951 7 1 10.3018 -71.6811 5.55 - 45 100.343 541 7 0 10.3026 -71.6829 4.15 - 45 119.874 951 6 1 10.3195 -71.716 -24.45 - 45 297.025 541 6 0 10.321 -71.717 -25.85 - 45 116.283 951 5 1 10.355 -71.7346 -54.45 - 45 144.528 541 5 0 10.3561 -71.7361 -55.85 - 45 108.969 951 4 1 10.3781 -71.7659 -84.45 - 45 101.776 541 4 0 10.3801 -71.7686 -85.85 - 45 93.3192 951 3 1 10.415 -71.8257 -114.45 - 45 163.611 541 3 0 10.4171 -71.8294 -115.85 - 45 97.6051 952 2 1 10.4616 -71.9087 -144.45 - 45 135.26 540 2 0 10.4642 -71.9131 -145.85 - 45 103.767 952 1 1 10.5192 -72.0035 -174.45 - 45 104.835 540 1 0 10.5212 -72.0083 -175.85 - 45 157.387 952 0 1 10.5628 -72.1052 -204.45 - 45 205.338 539 0 0 10.5643 -72.1108 -205.85 - 45 33.4076 558 0 0 -25.5425 -68.3179 -206.25 - 45 11.9612 766 0 0 22.4202 -26.6719 -206.25 - 45 24.9007 755 0 0 80.8347 -28.8649 -206.25 - 45 67.8931 889 0 0 130.79 -2.16294 -206.25 - 45 6.47448 952 10 1 10.45 -71.7746 95.1744 - 45 33.0827 537 10 0 11.2526 -72.5657 94.1499 - 45 98.7737 536 10 0 11.3285 -72.65 94.0453 - 45 59.0291 535 10 0 11.4946 -72.8502 93.8589 - 45 17.9884 373 10 0 47.5735 -105.527 93.75 - 45 286.707 372 10 0 47.5918 -105.55 93.7845 - 45 77.858 371 10 0 47.7951 -105.75 93.97 - 45 125.333 370 10 0 47.8733 -105.95 94.062 - 45 75.7954 1143 10 1 48.76 -107.495 95.15 - 45 78.1698 1144 10 1 48.8501 -107.605 95.2452 - 45 210.241 1145 10 1 49.05 -107.711 95.3871 - 45 84.5957 369 10 0 49.1281 -106.32 94.15 - 45 16.3714 533 10 0 56.2189 -73.2897 93.75 - 45 37.5018 534 10 0 56.2327 -73.2498 93.785 - 45 133.393 702 10 0 57.1292 -39.5926 93.75 -Number of digits in this event: 18 +Number of tracker hits in this event: 126 + 45 121.547 500 10 1 -79.9166 72.7 95.55 + 45 101.191 1263 10 0 -79.9171 72.6987 94.15 + 45 109.753 500 9 1 -79.9283 72.6743 65.55 + 45 136.705 1263 9 0 -79.9293 72.6739 64.15 + 45 142.197 500 8 1 -79.9424 72.6658 35.55 + 45 111.188 1263 8 0 -79.9443 72.6651 34.15 + 45 177.108 500 7 1 -79.993 72.648 5.55 + 45 130.279 1262 7 0 -79.9945 72.645 4.15 + 45 107.656 500 6 1 -80.0166 72.5875 -24.45 + 45 164.808 1262 6 0 -80.0181 72.5848 -25.85 + 45 102.927 500 5 1 -80.0469 72.5324 -54.45 + 45 128.599 1262 5 0 -80.0466 72.5314 -55.85 + 45 113.472 500 4 1 -80.0407 72.5087 -84.45 + 45 126.513 1262 4 0 -80.0415 72.5081 -85.85 + 45 233.427 499 3 1 -80.0583 72.4992 -114.45 + 45 135.099 1262 3 0 -80.0571 72.4982 -115.85 + 45 151.567 500 2 1 -80.0329 72.4811 -144.45 + 45 102.648 1262 2 0 -80.0299 72.4792 -145.85 + 45 408.382 500 1 1 -79.9658 72.4393 -174.45 + 45 133.301 1261 1 0 -79.9633 72.4364 -175.85 + 45 152.666 500 0 1 -79.9097 72.3751 -204.45 + 45 310.702 1261 0 0 -79.908 72.3723 -205.85 + 45 134.064 1781 2 0 -68.4552 176.35 -146.032 + 45 114.378 557 2 1 -68.6012 176.805 -144.85 + 45 249.248 1304 7 0 -106.06 80.89 3.95609 + 45 113.516 1303 7 0 -106.091 80.85 4.13842 + 45 111.417 369 7 1 -106.25 80.6212 5.15007 + 45 130.062 1252 8 0 -125.837 70.6019 33.7502 + 45 73.9731 266 8 1 -126.888 70.2291 35.1501 + 45 74.9084 265 8 1 -126.95 70.2102 35.2254 + 45 69.4962 264 8 1 -127.15 70.1592 35.4175 + 45 2.63634 263 8 1 -127.35 70.0988 35.541 + 45 60.1184 1402 9 0 -155.19 100.604 63.75 + 45 143.681 1403 9 0 -155.328 100.75 63.8947 + 45 21.7183 119 9 1 -156.288 101.49 65.15 + 45 91.3691 118 9 1 -156.35 101.535 65.2246 + 45 52.8447 117 9 1 -156.55 101.669 65.4423 + 45 148.793 1424 10 0 -142.109 105.053 93.75 + 45 43.3269 196 10 1 -140.88 104.996 95.1511 + 45 64.7139 197 10 1 -140.75 104.993 95.2736 + 45 78.9937 198 10 1 -140.55 104.981 95.4218 + 45 8.33247 199 10 1 -140.178 104.93 95.55 + 45 67.5912 200 10 1 -140.15 104.943 95.5311 + 45 53.8144 201 10 1 -139.95 105.014 95.4099 + 45 95.4988 202 10 1 -139.75 105.065 95.2993 + 45 23.3353 203 10 1 -139.549 105.111 95.1977 + 45 317.545 1429 10 0 -137.204 105.995 94.15 + 45 124.702 308 9 1 -118.426 103.517 65.55 + 45 51.9458 307 9 1 -118.55 103.908 65.3222 + 45 101.951 1418 9 0 -117.461 103.876 64.15 + 45 189.815 1417 9 0 -117.171 103.75 63.9418 + 45 28.4262 1591 9 0 -67.4428 138.465 63.75 + 45 62.109 1592 9 0 -67.4504 138.55 63.792 + 45 65.509 1593 9 0 -67.5281 138.75 63.8628 + 45 56.8788 1594 9 0 -67.5878 138.95 63.8786 + 45 122.77 1595 9 0 -67.5308 139.15 63.9513 + 45 92.5314 1596 9 0 -67.6326 139.35 63.91 + 45 46.7168 1680 9 0 -6.82741 156.26 63.7501 + 45 35.8108 1681 9 0 -6.71189 156.35 63.8069 + 45 3.29265 900 8 0 -113.116 0.25 34.1317 + 45 10.3767 904 8 0 -112.181 0.85 33.9149 + 45 20.315 331 8 1 -113.847 -1.91972 35.1502 + 45 9.11317 867 8 0 -112.207 -6.63765 34.15 + 45 228.61 866 8 0 -112.202 -6.65 34.1463 + 45 75.7974 865 8 0 -112.065 -6.85 34.0744 + 45 89.0968 365 7 1 -106.996 81.2262 5.15 + 45 63.7276 364 7 1 -107.15 81.2709 5.33024 + 45 68.7182 363 7 1 -107.357 81.4259 5.55 + 45 117.901 362 7 1 -107.55 81.2747 5.48009 + 45 231.579 361 7 1 -107.75 81.0333 5.34257 + 45 1.10683 360 7 1 -107.95 80.586 5.15271 + 45 18.3342 1293 7 0 -108.987 78.7027 4.14979 + 45 61.7758 1292 7 0 -109.015 78.65 4.12292 + 45 57.1875 1291 7 0 -109.098 78.4499 4.00749 + 45 50.943 1290 7 0 -109.137 78.25 3.8804 + 45 123.395 1411 0 0 -91.1171 102.444 -206.25 + 45 36.6059 442 0 1 -91.6893 102.413 -204.85 + 45 89.1518 441 0 1 -91.75 102.413 -204.709 + 45 278.757 1447 1 0 -103.129 109.567 -176.25 + 45 23.0099 382 1 1 -103.724 109.937 -174.85 + 45 115.642 381 1 1 -103.75 109.953 -174.79 + 45 106.252 1484 2 0 -104.865 116.967 -146.25 + 45 43.0481 376 2 1 -104.944 117.258 -144.85 + 45 79.4283 375 2 1 -104.95 117.277 -144.751 + 45 124.769 1512 3 0 -117.902 122.565 -116.25 + 45 125.433 307 3 1 -118.615 122.877 -114.85 + 45 32.3832 306 3 1 -118.75 122.944 -114.569 + 45 54.7464 1526 4 0 -115.719 125.536 -86.2495 + 45 64.5415 1527 4 0 -115.69 125.55 -86.0644 + 45 93.9273 323 4 1 -115.484 125.623 -84.85 + 45 123.515 1508 5 0 -98.6004 121.803 -56.25 + 45 98.1219 412 5 1 -97.7316 121.706 -54.8499 + 45 33.5735 413 5 1 -97.55 121.709 -54.5547 + 45 120.646 1587 6 0 -96.0272 137.552 -26.25 + 45 13.1664 1588 6 0 -96.0298 137.75 -25.9006 + 45 200.043 420 6 1 -96.0396 138.381 -24.8493 + 45 156.596 419 6 1 -96.1503 139.541 -24.5226 + 45 86.519 418 6 1 -96.35 139.694 -24.6009 + 45 62.0599 417 6 1 -96.55 139.815 -24.6753 + 45 61.5204 416 6 1 -96.75 139.919 -24.7403 + 45 88.9503 415 6 1 -96.95 140.026 -24.7868 + 45 56.2431 414 6 1 -97.1501 140.133 -24.8239 + 45 13.2127 413 6 1 -97.3501 140.238 -24.8446 + 45 108.849 1620 6 0 -105.151 144.202 -25.85 + 45 216.139 1621 6 0 -105.448 144.35 -25.9172 + 45 586.179 1622 6 0 -106.079 144.55 -26.0269 + 45 203.224 1623 6 0 -107.067 144.75 -26.068 + 45 83.1758 378 6 1 -104.53 144.721 -24.85 + 45 289.667 379 6 1 -104.35 144.823 -24.6589 + 45 72.1964 380 6 1 -104.15 145.266 -24.8293 + 45 34.7612 1638 6 0 -102.821 147.92 -25.85 + 45 175.507 1639 6 0 -102.782 147.95 -25.8798 + 45 132.015 1422 0 0 -78.8294 104.577 -206.25 + 45 5.19373 508 0 1 -78.2563 104.91 -204.85 + 45 133.981 509 0 1 -78.2499 104.914 -204.834 + 45 174.926 1494 1 0 -57.9986 118.971 -176.25 + 45 35.209 1495 1 0 -57.7013 119.15 -175.916 + 45 52.4087 616 1 1 -56.7635 119.682 -174.85 + 45 93.8047 617 1 1 -56.65 119.744 -174.723 + 45 19.6015 618 1 1 -56.4499 119.808 -174.461 + 45 102.494 619 1 1 -56.25 119.539 -174.509 + 45 164.323 1496 1 0 -55.3524 119.505 -175.85 + 45 120.732 500 3 1 -80.05 72.535 -114.763 + 45 117.157 1262 9 0 -79.9521 72.6499 64.0349 + 45 0.346778 1261 9 0 -79.9879 72.4499 63.7516 + 45 244.72 1164 9 0 -97.3428 52.9281 63.75 +Number of digits in this event: 48 Using G4ParticleGun... -Particle energy: 2.47429 LIN +Particle energy: 3.0393 LIN Particle: proton Event: 46 -Number of tracker hits in this event: 21 - 46 273.132 1078 10 1 35.7499 -89.8438 95.55 - 46 110.529 451 10 0 35.7474 -89.8441 94.15 - 46 152.615 1078 9 1 35.6908 -89.8486 65.55 - 46 236.308 450 9 0 35.687 -89.8522 64.15 - 46 117.568 1077 8 1 35.596 -89.9244 35.55 - 46 108.012 450 8 0 35.5904 -89.927 34.15 - 46 165.524 1077 7 1 35.4847 -89.9845 5.55 - 46 114.015 450 7 0 35.4788 -89.9897 4.15 - 46 102.431 1075 5 1 35.2476 -90.2039 -54.45 - 46 129.891 449 5 0 35.2444 -90.2067 -55.85 - 46 155.645 1075 4 1 35.1841 -90.2586 -84.45 - 46 108.708 449 4 0 35.1804 -90.2608 -85.85 - 46 115.729 1075 3 1 35.1099 -90.311 -114.45 - 46 104.036 449 3 0 35.1033 -90.3122 -115.85 - 46 137.203 1074 2 1 34.9747 -90.3251 -144.45 - 46 107.061 449 2 0 34.9675 -90.3242 -145.85 - 46 129.072 1073 1 1 34.8183 -90.3047 -174.45 - 46 113.769 449 1 0 34.813 -90.3022 -175.85 - 46 118.648 1073 0 1 34.7121 -90.2431 -204.45 - 46 126.018 449 0 0 34.7057 -90.2421 -205.85 - 46 104.431 1079 10 1 35.85 -89.8813 95.189 +Number of tracker hits in this event: 23 + 46 145.569 1342 10 1 88.6386 55.6026 95.55 + 46 110.086 1177 10 0 88.6375 55.6007 94.15 + 46 99.159 1342 9 1 88.6088 55.5706 65.55 + 46 128.519 1177 9 0 88.6081 55.5705 64.15 + 46 100.046 1342 8 1 88.591 55.5739 35.55 + 46 100.863 1177 8 0 88.591 55.5754 34.15 + 46 116.532 1342 7 1 88.5969 55.6096 5.55 + 46 129.606 1177 7 0 88.5988 55.6131 4.15 + 46 99.3306 1342 6 1 88.6363 55.6939 -24.45 + 46 158.807 1178 6 0 88.6413 55.6968 -25.85 + 46 204.892 1343 5 1 88.7416 55.7626 -54.45 + 46 134.912 1178 5 0 88.7465 55.7666 -55.85 + 46 113.759 1343 4 1 88.8452 55.8521 -84.45 + 46 105.356 1179 4 0 88.8502 55.8572 -85.85 + 46 115.41 1344 3 1 88.9494 55.9559 -114.45 + 46 118.609 1179 3 0 88.952 55.9617 -115.85 + 46 108.773 1344 2 1 89.0001 56.076 -144.45 + 46 115.968 1180 2 0 89.0027 56.0808 -145.85 + 46 158.302 1344 1 1 89.0474 56.1776 -174.45 + 46 248.889 1180 1 0 89.0495 56.1811 -175.85 + 46 114.193 1345 0 1 89.092 56.2442 -204.45 + 46 62.7798 1180 0 0 89.0961 56.2493 -205.85 + 46 55.9352 1181 0 0 89.0966 56.25 -206.04 Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 9.16839 LIN +Particle energy: 7.89814 LIN Particle: proton Event: 47 -Number of tracker hits in this event: 91 - 47 135.464 774 11 1 -25.1221 -34.6815 125.55 - 47 174.693 726 11 0 -25.1223 -34.6805 124.15 - 47 223.748 774 10 1 -25.1258 -34.6602 95.55 - 47 120.076 726 10 0 -25.1266 -34.6587 94.15 - 47 198.591 774 9 1 -25.1389 -34.6303 65.55 - 47 112.919 727 9 0 -25.1403 -34.6294 64.15 - 47 169.265 774 8 1 -25.1684 -34.6108 35.55 - 47 110.484 727 8 0 -25.1703 -34.6098 34.15 - 47 147.409 774 7 1 -25.2101 -34.5914 5.55 - 47 185.208 727 7 0 -25.2112 -34.5904 4.15 - 47 143.329 774 6 1 -25.2379 -34.5738 -24.45 - 47 107.596 727 6 0 -25.2398 -34.5723 -25.85 - 47 132.378 773 5 1 -25.2805 -34.5422 -54.45 - 47 158.739 727 5 0 -25.2827 -34.5403 -55.85 - 47 121.421 773 4 1 -25.3283 -34.4975 -84.45 - 47 109.9 727 4 0 -25.3307 -34.4958 -85.85 - 47 111.077 773 3 1 -25.3775 -34.4619 -114.45 - 47 131.05 727 3 0 -25.3798 -34.4608 -115.85 - 47 99.8174 773 2 1 -25.4287 -34.4379 -144.45 - 47 99.0698 728 2 0 -25.4301 -34.4374 -145.85 - 47 94.4126 772 1 1 -25.46 -34.4234 -174.45 - 47 160.178 728 1 0 -25.4616 -34.422 -175.85 - 47 105.297 772 0 1 -25.4957 -34.3955 -204.45 - 47 88.5568 728 0 0 -25.4975 -34.3943 -205.85 - 47 80.4478 709 2 0 47.4118 -38.1026 -145.972 - 47 45.5513 1044 0 0 -20.3239 29.0341 -206.25 - 47 64.6085 1045 0 0 -20.3228 29.05 -206.241 - 47 88.2338 1046 0 0 -20.3086 29.25 -206.126 - 47 77.966 1047 0 0 -20.2943 29.45 -206.012 - 47 27.6138 1048 0 0 -20.2804 29.65 -205.898 - 47 244.263 799 0 1 -20.1553 31.4881 -204.85 - 47 127.658 1302 1 0 -16.5249 80.462 -176.25 - 47 87.2688 1303 1 0 -16.5109 80.65 -176.14 - 47 120.923 1304 1 0 -16.4961 80.85 -176.023 - 47 113.507 1305 1 0 -16.4812 81.05 -175.906 - 47 272.002 818 1 1 -16.3514 82.8561 -174.85 - 47 65.5597 1555 2 0 -13.988 131.155 -146.25 - 47 72.6978 1556 2 0 -13.9786 131.35 -146.135 - 47 62.0988 1557 2 0 -13.9695 131.55 -146.016 - 47 34.5073 1558 2 0 -13.9614 131.75 -145.899 - 47 448.236 830 2 1 -13.8852 133.52 -144.85 - 47 138.618 858 0 0 -1.14054 -8.28597 -206.25 - 47 795.959 859 0 0 -1.10889 -8.25 -206.2 - 47 266.308 860 0 0 -0.934004 -8.05 -205.924 - 47 46.6593 898 0 1 -0.256493 -7.27869 -204.85 - 47 742.091 899 0 1 -0.25 -7.27129 -204.84 - 47 131.507 953 1 0 16.2051 10.8127 -176.25 - 47 796.739 954 1 0 16.2391 10.85 -176.191 - 47 39.8895 955 1 0 16.4218 11.05 -175.866 - 47 238.168 984 1 1 16.9982 11.6689 -174.85 - 47 832.817 985 1 1 17.05 11.7245 -174.759 - 47 827.319 1047 2 0 36.1114 29.4525 -146.25 - 47 239.912 1048 2 0 36.3242 29.65 -145.933 - 47 12.3275 1084 2 1 37.047 30.319 -144.85 - 47 823.541 1085 2 1 37.05 30.3217 -144.845 - 47 350.74 1086 2 1 37.25 30.5055 -144.546 - 47 85.5279 1148 3 0 55.8866 49.8285 -116.25 - 47 983.888 1149 3 0 55.9074 49.85 -116.219 - 47 218.352 1150 3 0 56.0996 50.05 -115.925 - 47 300.436 1183 3 1 56.7886 50.7997 -114.85 - 47 1079.08 1184 3 1 56.85 50.8666 -114.754 - 47 340.096 1260 4 0 73.6031 72.183 -86.25 - 47 909.451 1261 4 0 73.6556 72.25 -86.1605 - 47 163.592 1262 4 0 73.8124 72.45 -85.8922 - 47 170.814 1271 4 1 74.4227 73.2261 -84.85 - 47 1251.02 1272 4 1 74.45 73.2608 -84.8034 - 47 37.8955 1273 4 1 74.65 73.5169 -84.4589 - 47 295.907 1385 5 0 95.0884 97.3052 -56.25 - 47 1429.96 1386 5 0 95.1269 97.35 -56.1969 - 47 542.041 1387 5 0 95.312 97.55 -55.9552 - 47 1288.23 1380 5 1 96.1579 98.4677 -54.85 - 47 800.645 1381 5 1 96.35 98.6764 -54.5989 - 47 1634.66 1516 6 0 115.365 123.417 -26.25 - 47 2837.45 1517 6 0 115.466 123.55 -26.1003 - 47 432.33 1518 6 0 115.613 123.75 -25.8801 - 47 1076.56 1480 6 1 116.299 124.617 -24.85 - 47 6660.82 1481 6 1 116.35 124.681 -24.7737 - 47 14.3306 728 3 0 -25.3665 -34.45 -116.217 - 47 41.3684 925 3 0 61.2564 5.15982 -116.25 - 47 96.9497 926 3 0 61.3219 5.25 -116.197 - 47 91.8828 927 3 0 61.4719 5.45009 -116.121 - 47 116.714 928 3 0 61.6899 5.65 -116.112 - 47 235.521 929 3 0 61.906 5.85 -116.067 - 47 140.173 930 3 0 62.1609 6.0501 -116.036 - 47 77.4102 1218 3 1 63.6964 6.40878 -114.85 - 47 66.1836 1219 3 1 63.85 6.39999 -114.663 - 47 109.939 1220 3 1 64.05 6.32538 -114.547 - 47 143.884 1221 3 1 64.2501 6.38587 -114.699 - 47 61.9602 773 8 1 -25.25 -34.5039 35.3048 - 47 71.0686 728 8 0 -25.3791 -34.2894 34.1493 - 47 109.534 729 8 0 -25.4142 -34.2497 33.9878 -Number of digits in this event: 56 +Number of tracker hits in this event: 44 + 47 108.53 786 9 1 -22.664 -132.515 65.55 + 47 103.377 238 9 0 -22.6641 -132.516 64.15 + 47 113.64 786 8 1 -22.6661 -132.527 35.55 + 47 108.635 238 8 0 -22.6656 -132.528 34.15 + 47 222.736 786 7 1 -22.6549 -132.536 5.55 + 47 275.012 238 7 0 -22.6555 -132.537 4.15 + 47 138.618 786 6 1 -22.6681 -132.553 -24.45 + 47 129.04 237 6 0 -22.6691 -132.554 -25.85 + 47 117.925 786 5 1 -22.6901 -132.563 -54.45 + 47 111.908 237 5 0 -22.6911 -132.563 -55.85 + 47 94.632 786 4 1 -22.7139 -132.571 -84.45 + 47 124.393 237 4 0 -22.7153 -132.571 -85.85 + 47 128.631 786 3 1 -22.7459 -132.587 -114.45 + 47 99.4566 237 3 0 -22.7485 -132.588 -115.85 + 47 157.807 786 2 1 -22.8037 -132.605 -144.45 + 47 146.784 237 2 0 -22.805 -132.605 -145.85 + 47 179.98 786 1 1 -22.8328 -132.602 -174.45 + 47 112.858 237 1 0 -22.8333 -132.602 -175.85 + 47 141.165 786 0 1 -22.8422 -132.592 -204.45 + 47 105.816 237 0 0 -22.8427 -132.591 -205.85 + 47 4.19793 254 1 0 6.36445 -129.318 -176.25 + 47 0.921083 253 1 0 6.27746 -129.35 -175.931 + 47 71.2472 932 1 1 6.49529 -129.547 -174.85 + 47 107.143 933 1 1 6.65033 -129.658 -174.75 + 47 123.013 232 1 0 7.58541 -133.581 -175.85 + 47 27.8356 231 1 0 7.6672 -133.75 -175.884 + 47 20.2539 937 1 1 7.60662 -134.867 -174.85 + 47 8.08425 224 1 0 7.83878 -135.155 -175.85 + 47 5.33908 940 1 1 8.07285 -135.401 -174.85 + 47 64.3754 207 1 0 11.1032 -138.707 -175.85 + 47 13.8286 724 2 1 -35.1845 -97.047 -144.759 + 47 144.204 280 4 1 -124.062 -159.862 -84.7405 + 47 399.922 130 1 0 43.4933 -154.14 -176.25 + 47 34.7189 1118 1 1 43.847 -153.304 -174.85 + 47 109.375 413 10 1 -97.4326 31.9157 95.55 + 47 5.89697 812 7 0 -17.5341 -17.6351 3.75 + 47 53.8812 720 9 0 -0.96528 -35.9874 63.9963 + 47 96.2857 407 2 0 -83.6739 -98.6809 -146.25 + 47 7.45706 408 2 0 -83.8672 -98.5499 -146.24 + 47 245.117 450 2 0 -79.8898 -89.9886 -146.25 + 47 34.5566 785 7 1 -22.85 -132.523 5.27116 + 47 172.146 239 7 0 -23.1319 -132.293 4.15 + 47 71.4766 440 7 0 -14.2163 -92.0724 3.75 + 47 318.106 441 7 0 -14.2418 -91.95 3.90162 +Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 8.6504 LIN +Particle energy: 1.70056 LIN Particle: proton Event: 48 -Number of tracker hits in this event: 22 - 48 114.441 515 10 1 -76.878 -58.4583 95.55 - 48 97.7412 607 10 0 -76.8775 -58.4576 94.15 - 48 139.465 515 9 1 -76.8713 -58.446 65.55 - 48 141.977 608 9 0 -76.8707 -58.4453 64.15 - 48 112.719 515 8 1 -76.8567 -58.4356 35.55 - 48 145.474 608 8 0 -76.8562 -58.4348 34.15 - 48 103.552 516 7 1 -76.8389 -58.4168 5.55 - 48 107.641 608 7 0 -76.8384 -58.4165 4.15 - 48 142.085 516 6 1 -76.8278 -58.4096 -24.45 - 48 111.945 608 6 0 -76.8273 -58.409 -25.85 - 48 120.736 516 5 1 -76.8226 -58.3918 -54.45 - 48 93.8724 608 5 0 -76.8219 -58.3919 -55.85 - 48 117.085 516 4 1 -76.8085 -58.3957 -84.45 - 48 99.0005 608 4 0 -76.8082 -58.3966 -85.85 - 48 145.788 516 3 1 -76.803 -58.4177 -114.45 - 48 105.713 608 3 0 -76.8026 -58.4186 -115.85 - 48 112.742 516 2 1 -76.7909 -58.4379 -144.45 - 48 111.156 608 2 0 -76.7901 -58.4388 -145.85 - 48 102.968 516 1 1 -76.7692 -58.4543 -174.45 - 48 120.649 607 1 0 -76.7678 -58.4544 -175.85 - 48 118.929 516 0 1 -76.7398 -58.4549 -204.45 - 48 109.867 607 0 0 -76.7376 -58.4549 -205.85 -Number of digits in this event: 8 +Number of tracker hits in this event: 24 + 48 109.726 699 11 1 -40.1244 -32.6783 125.55 + 48 144.183 736 11 0 -40.1219 -32.6776 124.15 + 48 220.382 699 10 1 -40.0671 -32.6474 95.55 + 48 123.482 737 10 0 -40.0637 -32.6461 94.15 + 48 148.836 700 9 1 -40.0016 -32.6172 65.55 + 48 113.682 737 9 0 -39.998 -32.6181 64.15 + 48 148.225 700 8 1 -39.9258 -32.6392 35.55 + 48 113.527 737 8 0 -39.9217 -32.6419 34.15 + 48 82.0343 701 7 1 -39.8468 -32.6946 5.55 + 48 128.674 736 7 0 -39.8423 -32.7014 4.15 + 48 137.901 701 6 1 -39.75 -32.8431 -24.45 + 48 141.662 735 6 0 -39.7494 -32.8525 -25.85 + 48 103.651 701 5 1 -39.7447 -33.0526 -54.45 + 48 139.828 734 5 0 -39.7444 -33.0634 -55.85 + 48 104.528 701 4 1 -39.7462 -33.2868 -84.45 + 48 100.122 733 4 0 -39.7459 -33.2966 -85.85 + 48 149.69 701 3 1 -39.7303 -33.4878 -114.45 + 48 116.22 732 3 0 -39.7297 -33.5006 -115.85 + 48 155.42 701 2 1 -39.7016 -33.7668 -144.45 + 48 134.08 731 2 0 -39.7013 -33.7822 -145.85 + 48 116.195 701 1 1 -39.6988 -34.0896 -174.45 + 48 117.632 729 1 0 -39.6992 -34.1027 -175.85 + 48 134.012 701 0 1 -39.7126 -34.3688 -204.45 + 48 94.748 728 0 0 -39.7098 -34.3789 -205.85 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 7.20318 LIN +Particle energy: 6.98941 LIN Particle: proton Event: 49 -Number of tracker hits in this event: 97 - 49 104.427 1122 10 1 44.644 83.0519 95.55 - 49 109.48 1315 10 0 44.6438 83.0525 94.15 - 49 133.982 1122 9 1 44.6419 83.0645 65.55 - 49 102.649 1315 9 0 44.6409 83.0648 64.15 - 49 122.12 1122 8 1 44.622 83.0706 35.55 - 49 124.303 1315 8 0 44.6215 83.0708 34.15 - 49 100.254 1122 7 1 44.6092 83.0741 5.55 - 49 108.153 1315 7 0 44.6093 83.0741 4.15 - 49 136.551 1122 6 1 44.6129 83.0725 -24.45 - 49 97.1011 1315 6 0 44.6135 83.0723 -25.85 - 49 158.065 1122 5 1 44.6257 83.0643 -54.45 - 49 116.037 1315 5 0 44.6269 83.0634 -55.85 - 49 170.685 1123 4 1 44.6522 83.0452 -84.45 - 49 140.127 1314 4 0 44.6546 83.0477 -85.85 - 49 117.248 1123 3 1 44.7127 83.1228 -114.45 - 49 102.936 1315 3 0 44.7152 83.1268 -115.85 - 49 103.588 1123 2 1 44.7653 83.2085 -144.45 - 49 141.864 1315 2 0 44.7678 83.2139 -145.85 - 49 109.514 1123 1 1 44.8178 83.3274 -174.45 - 49 114.449 1316 1 0 44.8204 83.3326 -175.85 - 49 88.5942 1124 0 1 44.8727 83.443 -204.45 - 49 187.4 1316 0 0 44.8756 83.4476 -205.85 - 49 286.999 791 3 1 -21.6897 2.12621 -114.45 - 49 375.866 792 3 1 -21.65 2.2166 -114.536 - 49 36.8429 1076 9 1 35.2623 73.7806 65.457 - 49 25.9435 1484 0 1 117.101 -14.3529 -204.607 - 49 0.958603 264 5 0 88.2162 -127.15 -56.1267 - 49 24.29 1359 0 0 18.4912 92.0237 -206.027 - 49 117.775 1219 0 0 53.8637 63.9836 -206.25 - 49 20.2404 1218 0 0 54.0022 63.8499 -205.891 - 49 9.83754 1171 0 1 54.4329 63.4124 -204.85 - 49 126.11 1172 0 1 54.45 63.3949 -204.809 - 49 115.482 1149 1 0 56.9222 50.0409 -176.25 - 49 144.987 1185 1 1 57.0589 49.4052 -174.85 - 49 67.9698 1124 2 0 67.0819 44.887 -146.25 - 49 49.0105 1123 2 0 67.1766 44.85 -145.995 - 49 21.8102 1237 2 1 67.6226 44.7067 -144.85 - 49 101.15 1238 2 1 67.65 44.6971 -144.779 - 49 131.009 1123 3 0 87.1237 44.8328 -116.25 - 49 9.39916 1124 3 0 87.3662 44.85 -115.892 - 49 98.5301 1340 3 1 88.0518 44.912 -114.85 - 49 45.5718 1341 3 1 88.25 44.933 -114.565 - 49 7.10086 1227 4 0 100.107 65.6318 -86.2499 - 49 111.653 1228 4 0 100.118 65.65 -86.2303 - 49 82.594 1229 4 0 100.263 65.85 -86.0106 - 49 173.905 1405 4 1 101.171 66.8721 -84.8499 - 49 71.217 1406 4 1 101.35 67.0815 -84.6184 - 49 84.3013 1413 5 0 152.594 102.831 -56.25 - 49 116.36 1414 5 0 152.761 102.95 -56.1514 - 49 175.133 1415 5 0 153.101 103.15 -55.9764 - 49 0.321656 1416 5 0 153.634 103.35 -55.8504 - 49 68.1766 1689 5 1 158.037 105.375 -54.85 - 49 116.56 1690 5 1 158.15 105.425 -54.8231 - 49 74.0861 1691 5 1 158.35 105.519 -54.781 - 49 96.1487 1692 5 1 158.55 105.613 -54.758 - 49 60.962 1693 5 1 158.75 105.705 -54.7427 - 49 60.5792 1694 5 1 158.95 105.794 -54.73 - 49 63.5987 1695 5 1 159.15 105.884 -54.7162 - 49 88.4707 1696 5 1 159.35 105.979 -54.7011 - 49 72.6363 1697 5 1 159.55 106.089 -54.6816 - 49 56.5945 1698 5 1 159.75 106.191 -54.6577 - 49 139.247 1699 5 1 159.95 106.291 -54.6238 - 49 73.032 1700 5 1 160.15 106.399 -54.5858 - 49 69.1396 1701 5 1 160.351 106.497 -54.5563 - 49 64.7358 1702 5 1 160.551 106.598 -54.5307 - 49 80.591 1703 5 1 160.75 106.7 -54.5119 - 49 56.2856 1704 5 1 160.95 106.815 -54.4985 - 49 26.363 1705 5 1 161.15 106.941 -54.4678 - 49 102.325 1709 5 1 162.055 107.335 -54.45 - 49 83.0982 1710 5 1 162.15 107.38 -54.4997 - 49 69.3461 1711 5 1 162.35 107.49 -54.5968 - 49 72.0325 1712 5 1 162.55 107.615 -54.6773 - 49 70.8928 1713 5 1 162.75 107.736 -54.755 - 49 28.7388 1714 5 1 162.95 107.859 -54.8229 - 49 5.79853 1448 5 0 166.648 109.942 -55.8501 - 49 258.545 1449 5 0 166.663 109.95 -55.8542 - 49 107.318 1450 5 0 167.008 110.151 -55.9612 - 49 125.481 1451 5 0 167.344 110.35 -56.0789 - 49 54.5385 1452 5 0 167.731 110.55 -56.2082 - 49 47.3685 1219 2 1 63.8942 44.1154 -144.85 - 49 156.614 1104 4 0 119.839 41.0463 -86.25 - 49 374.059 1502 4 1 120.567 40.4075 -84.85 - 49 150.239 1503 4 1 120.75 40.2472 -84.5074 - 49 90.8191 1101 4 0 120.78 40.3781 -85.85 - 49 25.5424 1102 4 0 120.811 40.45 -86.1464 - 49 142.001 1137 4 0 121.43 47.624 -86.25 - 49 34.3868 1136 4 0 121.392 47.45 -85.9389 - 49 359.501 1508 4 1 121.769 46.9783 -84.85 - 49 383.057 1504 4 1 120.95 40.3342 -84.7688 - 49 25.0934 1505 4 1 121.15 40.3306 -84.6747 - 49 18.8434 1027 4 1 25.4897 100.843 -84.85 - 49 45.7748 1581 5 0 44.2633 136.35 -56.1109 - 49 73.2887 1026 4 1 25.45 100.814 -84.7905 - 49 72.8362 1025 4 1 25.25 100.688 -84.7326 - 49 391.867 1024 4 1 25.05 100.659 -84.7353 - 49 275.202 1599 12 0 -20.5042 140.041 153.946 - 49 9.78372 1246 2 1 69.2974 138.273 -144.85 -Number of digits in this event: 31 +Number of tracker hits in this event: 22 + 49 125.585 715 9 1 -36.9354 -120.023 65.55 + 49 121.724 300 9 0 -36.9357 -120.022 64.15 + 49 106.265 715 8 1 -36.9415 -120.012 35.55 + 49 118.77 300 8 0 -36.9421 -120.012 34.15 + 49 149.332 715 7 1 -36.9522 -119.999 5.55 + 49 131.48 300 7 0 -36.9533 -119.997 4.15 + 49 103.352 715 6 1 -36.974 -119.959 -24.45 + 49 122.498 300 6 0 -36.9753 -119.958 -25.85 + 49 113.579 715 5 1 -36.9992 -119.941 -54.45 + 49 111.829 301 5 0 -37.0004 -119.94 -55.85 + 49 121.24 715 4 1 -37.0259 -119.925 -84.45 + 49 180.403 301 4 0 -37.0262 -119.924 -85.85 + 49 142.156 715 3 1 -37.036 -119.898 -114.45 + 49 106.093 301 3 0 -37.0359 -119.896 -115.85 + 49 197.17 715 2 1 -37.0328 -119.851 -144.45 + 49 108.042 301 2 0 -37.0325 -119.85 -145.85 + 49 149.876 715 1 1 -37.0281 -119.827 -174.45 + 49 126.176 301 1 0 -37.0268 -119.826 -175.85 + 49 157.633 715 0 1 -37.0009 -119.805 -204.45 + 49 161.126 301 0 0 -36.9989 -119.803 -205.85 + 49 144.944 714 2 1 -37.05 -119.845 -144.714 + 49 301.196 305 2 0 -38.4836 -119.089 -145.85 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 8.17472 LIN +Particle energy: 2.51713 LIN Particle: proton Event: 50 -Number of tracker hits in this event: 27 - 50 100.814 1330 8 1 86.0657 116.014 35.55 - 50 243.944 1479 8 0 86.0663 116.015 34.15 - 50 132.435 1330 7 1 86.0796 116.033 5.55 - 50 128.79 1479 7 0 86.08 116.033 4.15 - 50 114.618 1330 6 1 86.0907 116.041 -24.45 - 50 163.449 1479 6 0 86.0917 116.041 -25.85 - 50 105.782 1330 5 1 86.1104 116.03 -54.45 - 50 146.167 1479 5 0 86.1115 116.029 -55.85 - 50 109.729 1330 4 1 86.1353 116.005 -84.45 - 50 87.7641 1479 4 0 86.1356 116.003 -85.85 - 50 464.19 1330 3 1 86.1364 115.97 -114.45 - 50 255.111 1479 3 0 86.1356 115.969 -115.85 - 50 105.928 1330 2 1 86.122 115.948 -144.45 - 50 415.122 1478 2 0 86.1221 115.948 -145.85 - 50 122.272 1330 1 1 86.1246 115.94 -174.45 - 50 117.824 1478 1 0 86.1249 115.94 -175.85 - 50 197.683 1330 0 1 86.1292 115.938 -204.45 - 50 141.006 1478 0 0 86.1297 115.938 -205.85 - 50 132.485 1479 2 0 86.0834 115.95 -146.205 - 50 66.3154 1478 3 0 86.1211 115.95 -116.053 - 50 102.994 1477 3 0 86.046 115.749 -116.16 - 50 71.7049 1476 3 0 85.9583 115.55 -116.24 - 50 71.3317 1475 3 0 85.898 115.35 -116.191 - 50 65.3251 1474 3 0 85.97 115.15 -116.106 - 50 65.5963 1473 3 0 86.0935 114.95 -116.175 - 50 180.76 1472 3 0 86.123 114.749 -116.208 - 50 87.3049 1471 3 0 86.3561 114.55 -116.076 -Number of digits in this event: 14 +Number of tracker hits in this event: 24 + 50 131.584 1131 11 1 46.3352 14.1273 125.55 + 50 120.241 970 11 0 46.3342 14.1278 124.15 + 50 117.382 1131 10 1 46.3338 14.1339 95.55 + 50 128.703 970 10 0 46.3343 14.1374 94.15 + 50 109.109 1131 9 1 46.3389 14.2131 65.55 + 50 181.245 970 9 0 46.3483 14.1999 64.15 + 50 105.078 1132 8 1 46.5509 13.9297 35.55 + 50 110.209 969 8 0 46.5573 13.9161 34.15 + 50 143.428 1133 7 1 46.6864 13.6456 5.55 + 50 114.781 967 7 0 46.6919 13.6343 4.15 + 50 300.602 1133 6 1 46.8019 13.4002 -24.45 + 50 107.664 966 6 0 46.8057 13.3881 -25.85 + 50 199.426 1134 5 1 46.8812 13.1449 -54.45 + 50 106.543 965 5 0 46.8855 13.1314 -55.85 + 50 195.397 1134 4 1 46.982 12.8553 -84.45 + 50 113.409 963 4 0 46.987 12.8441 -85.85 + 50 153.225 1135 3 1 47.0962 12.6132 -114.45 + 50 122.325 962 3 0 47.1025 12.6028 -115.85 + 50 128.36 1135 2 1 47.2292 12.3892 -144.45 + 50 111.905 961 2 0 47.2356 12.3784 -145.85 + 50 168.109 1136 1 1 47.3631 12.1614 -174.45 + 50 108.228 960 1 0 47.3677 12.1535 -175.85 + 50 115.823 1137 0 1 47.4623 12.0044 -204.45 + 50 102.189 959 0 0 47.4635 12.0033 -205.85 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 6.27314 LIN +Particle energy: 2.90526 LIN Particle: proton Event: 51 -Number of tracker hits in this event: 125 - 51 123.747 1156 11 1 51.41 60.5179 125.55 - 51 118.233 1202 11 0 51.4094 60.5175 124.15 - 51 188.846 1156 10 1 51.3932 60.5068 95.55 - 51 137.017 1202 10 0 51.3928 60.5058 94.15 - 51 95.0428 1156 9 1 51.3828 60.484 65.55 - 51 93.2471 1202 9 0 51.3823 60.483 64.15 - 51 101.193 1156 8 1 51.3677 60.4662 35.55 - 51 109.146 1202 8 0 51.3669 60.4659 34.15 - 51 103.72 1156 7 1 51.3483 60.4634 5.55 - 51 146.627 1202 7 0 51.3475 60.4627 4.15 - 51 126.272 1156 6 1 51.3279 60.4502 -24.45 - 51 124.015 1201 6 0 51.3289 60.4478 -25.85 - 51 106.398 1156 5 1 51.3457 60.4014 -54.45 - 51 115.305 1201 5 0 51.3465 60.3989 -55.85 - 51 146.185 1156 4 1 51.3694 60.3466 -84.45 - 51 123.747 1201 4 0 51.3709 60.3437 -85.85 - 51 131.581 1156 3 1 51.4007 60.2869 -114.45 - 51 143.67 1201 3 0 51.4032 60.2849 -115.85 - 51 173.627 1157 2 1 51.4521 60.2396 -144.45 - 51 100.712 1200 2 0 51.4538 60.2371 -145.85 - 51 93.6085 1157 1 1 51.4878 60.1827 -174.45 - 51 314.947 1200 1 0 51.4892 60.1813 -175.85 - 51 260.004 1157 0 1 51.506 60.1421 -204.45 - 51 119.643 1200 0 0 51.506 60.1399 -205.85 - 51 37.0787 89 0 0 -58.3129 -162.175 -206.081 - 51 36.1469 90 0 0 -58.262 -162.15 -206.019 - 51 281.247 1004 9 1 20.8839 5.64637 65.15 - 51 29.9481 589 6 0 82.0871 -62.05 -25.9806 - 51 68.8874 1313 6 1 82.7164 -61.926 -24.85 - 51 91.5284 1314 6 1 82.8503 -61.9009 -24.725 - 51 230.698 1315 6 1 83.05 -61.928 -24.7484 - 51 1571.1 1197 0 0 8.74421 59.5587 -206.25 - 51 286.211 924 0 1 4.99714 59.4918 -204.85 - 51 289.463 923 0 1 4.85 59.4888 -204.795 - 51 305.074 922 0 1 4.65 59.4852 -204.721 - 51 301.967 921 0 1 4.45 59.4816 -204.647 - 51 285.786 920 0 1 4.25 59.4775 -204.576 - 51 207.526 919 0 1 4.05 59.4716 -204.505 - 51 101.217 1159 1 0 -91.989 51.8547 -176.25 - 51 2285.43 1158 1 0 -92.0473 51.85 -176.233 - 51 135.587 417 1 1 -96.711 51.4836 -174.85 - 51 373.675 416 1 1 -96.75 51.4806 -174.838 - 51 303.627 415 1 1 -96.95 51.4648 -174.778 - 51 299.67 414 1 1 -97.15 51.4489 -174.718 - 51 304.379 413 1 1 -97.35 51.4329 -174.658 - 51 333.963 412 1 1 -97.55 51.4133 -174.597 - 51 462.342 411 1 1 -97.75 51.3918 -174.536 - 51 147.64 410 1 1 -97.95 51.3694 -174.475 - 51 196.987 1152 0 0 28.7938 50.5003 -206.25 - 51 932.123 1151 0 0 28.6748 50.45 -206.168 - 51 192.411 1033 0 1 26.768 49.6422 -204.85 - 51 386.732 1032 0 1 26.65 49.5923 -204.768 - 51 427.604 1031 0 1 26.45 49.5071 -204.63 - 51 110.033 1030 0 1 26.25 49.4231 -204.489 - 51 851.373 1061 1 0 -13.0221 32.4318 -176.25 - 51 321.81 1060 1 0 -13.4422 32.25 -175.948 - 51 165.938 825 1 1 -14.9613 31.589 -174.85 - 51 448.585 824 1 1 -15.05 31.5505 -174.786 - 51 387.313 823 1 1 -15.25 31.463 -174.64 - 51 137.919 822 1 1 -15.45 31.3765 -174.494 - 51 814.362 988 2 0 -52.8307 17.7629 -146.25 - 51 549.986 987 2 0 -53.1416 17.65 -146.015 - 51 428.657 626 2 1 -54.6916 17.1054 -144.85 - 51 472.921 625 2 1 -54.85 17.0501 -144.731 - 51 439.833 624 2 1 -55.05 16.9805 -144.58 - 51 1496.02 920 3 0 -100.832 4.19853 -116.25 - 51 280.611 919 3 0 -101.365 4.05 -115.921 - 51 164.319 385 3 1 -103.092 3.56622 -114.85 - 51 541.98 384 3 1 -103.15 3.54991 -114.814 - 51 431.776 383 3 1 -103.35 3.49459 -114.689 - 51 465.529 382 3 1 -103.55 3.43628 -114.563 - 51 1188.3 858 4 0 -139.737 -8.30984 -86.25 - 51 227.72 857 4 0 -140.169 -8.45 -85.9114 - 51 277.381 193 4 1 -141.46 -8.89084 -84.85 - 51 681.162 192 4 1 -141.55 -8.92167 -84.7758 - 51 731.283 191 4 1 -141.75 -8.99142 -84.6117 - 51 72.9665 783 5 0 -174.874 -23.4431 -56.25 - 51 2067.68 782 5 0 -174.89 -23.45 -56.2364 - 51 119.545 18 5 1 -176.532 -24.1546 -54.85 - 51 805.733 17 5 1 -176.55 -24.1623 -54.8349 - 51 795.9 16 5 1 -176.75 -24.2467 -54.6674 - 51 227.376 15 5 1 -176.95 -24.3322 -54.4992 - 51 96.1806 833 0 0 -113.401 -13.4055 -206.25 - 51 462.82 832 0 0 -113.501 -13.45 -206.241 - 51 386.502 831 0 0 -113.951 -13.65 -206.202 - 51 485.525 830 0 0 -114.395 -13.85 -206.165 - 51 776.212 829 0 0 -114.865 -14.05 -206.136 - 51 404.655 828 0 0 -115.341 -14.25 -206.1 - 51 409.702 827 0 0 -115.781 -14.45 -206.076 - 51 507.393 826 0 0 -116.218 -14.65 -206.076 - 51 379.445 825 0 0 -116.641 -14.85 -206.074 - 51 374.53 824 0 0 -117.063 -15.05 -206.062 - 51 436.932 823 0 0 -117.524 -15.25 -206.048 - 51 573.13 822 0 0 -117.987 -15.45 -206.04 - 51 498.321 821 0 0 -118.503 -15.65 -206.024 - 51 452.453 820 0 0 -118.983 -15.85 -206.01 - 51 443.351 819 0 0 -119.461 -16.05 -205.993 - 51 667.872 818 0 0 -119.921 -16.25 -205.976 - 51 520.278 817 0 0 -120.369 -16.45 -205.969 - 51 488.088 816 0 0 -120.848 -16.65 -205.962 - 51 484.14 815 0 0 -121.338 -16.85 -205.964 - 51 504.612 814 0 0 -121.806 -17.05 -205.981 - 51 654.232 813 0 0 -122.303 -17.25 -206.006 - 51 630.075 812 0 0 -122.835 -17.45 -206.036 - 51 581.788 811 0 0 -123.338 -17.65 -206.071 - 51 572.023 810 0 0 -123.831 -17.85 -206.123 - 51 478.408 809 0 0 -124.291 -18.05 -206.168 - 51 219.211 808 0 0 -124.737 -18.25 -206.225 - 51 174.752 1168 0 0 52.8015 53.6637 -206.25 - 51 73.0733 1167 0 0 52.8021 53.6496 -206.228 - 51 81.449 1529 0 0 82.2807 126.113 -206.25 - 51 473.442 1530 0 0 82.298 126.15 -206.241 - 51 423.871 1531 0 0 82.3918 126.35 -206.193 - 51 511.602 1532 0 0 82.4832 126.55 -206.147 - 51 456.658 1533 0 0 82.5739 126.75 -206.099 - 51 515.292 1534 0 0 82.6661 126.95 -206.051 - 51 483.087 1535 0 0 82.7589 127.15 -206.003 - 51 473.168 1536 0 0 82.8508 127.35 -205.955 - 51 423.633 1537 0 0 82.9435 127.55 -205.906 - 51 55.527 1538 0 0 83.0367 127.75 -205.856 - 51 122.029 1323 0 1 84.8212 131.223 -204.85 - 51 977.409 1324 0 1 84.85 131.279 -204.834 - 51 1213.12 1325 0 1 85.05 131.672 -204.717 - 51 1315.05 1326 0 1 85.25 132.08 -204.602 - 51 127.685 1327 0 1 85.45 132.504 -204.468 -Number of digits in this event: 105 -Using G4ParticleGun... -Particle energy: 6.7869 LIN +Number of tracker hits in this event: 22 + 51 144.776 540 10 1 -72.0174 87.9925 95.55 + 51 121.241 1339 10 0 -72.0182 87.992 94.15 + 51 304.128 540 9 1 -72.0314 87.9764 65.55 + 51 91.7242 1339 9 0 -72.0329 87.9774 64.15 + 51 134.261 539 8 1 -72.0747 87.9964 35.55 + 51 122.002 1339 8 0 -72.0758 88.0011 34.15 + 51 130.386 539 7 1 -72.1005 88.1013 5.55 + 51 160.031 1340 7 0 -72.1029 88.1074 4.15 + 51 126.024 539 6 1 -72.1509 88.2285 -24.45 + 51 98.6049 1340 6 0 -72.1518 88.2327 -25.85 + 51 193.889 539 5 1 -72.1663 88.3142 -54.45 + 51 145.578 1341 5 0 -72.167 88.3176 -55.85 + 51 152.533 539 4 1 -72.1787 88.3892 -84.45 + 51 108.735 1341 4 0 -72.181 88.3936 -85.85 + 51 104.551 539 3 1 -72.2262 88.4808 -114.45 + 51 143.62 1342 3 0 -72.2302 88.4856 -115.85 + 51 114.534 538 2 1 -72.3178 88.5923 -144.45 + 51 114.594 1342 2 0 -72.3227 88.6014 -145.85 + 51 127.623 538 1 1 -72.4264 88.7851 -174.45 + 51 115.629 1343 1 0 -72.4328 88.7921 -175.85 + 51 112.464 537 0 1 -72.5666 88.9281 -204.45 + 51 151.168 1344 0 0 -72.5726 88.9335 -205.85 +Number of digits in this event: 15 +Using G4ParticleGun... +Particle energy: 4.11684 LIN Particle: proton Event: 52 -Number of tracker hits in this event: 24 - 52 125.638 982 11 1 16.4999 -48.1325 125.55 - 52 114.31 659 11 0 16.5003 -48.1326 124.15 - 52 491.706 982 10 1 16.5104 -48.1338 95.55 - 52 93.7917 659 10 0 16.511 -48.133 94.15 - 52 142.012 982 9 1 16.5195 -48.1161 65.55 - 52 111.158 659 9 0 16.5194 -48.1159 64.15 - 52 102.067 982 8 1 16.518 -48.1147 35.55 - 52 114.08 659 8 0 16.5177 -48.1135 34.15 - 52 128.693 982 7 1 16.507 -48.0869 5.55 - 52 109.409 659 7 0 16.5061 -48.0853 4.15 - 52 101.945 982 6 1 16.4868 -48.0525 -24.45 - 52 103.968 659 6 0 16.4861 -48.051 -25.85 - 52 96.1516 982 5 1 16.4731 -48.0205 -54.45 - 52 110.536 660 5 0 16.4717 -48.0186 -55.85 - 52 214.758 981 4 1 16.4376 -47.9794 -84.45 - 52 113.246 660 4 0 16.4363 -47.9772 -85.85 - 52 162.784 981 3 1 16.406 -47.9293 -114.45 - 52 142.909 660 3 0 16.4053 -47.9257 -115.85 - 52 98.11 981 2 1 16.3927 -47.8611 -144.45 - 52 100.188 660 2 0 16.3932 -47.8588 -145.85 - 52 108.803 981 1 1 16.4058 -47.8084 -174.45 - 52 119.518 661 1 0 16.4069 -47.8063 -175.85 - 52 152.807 981 0 1 16.4294 -47.7678 -204.45 - 52 95.0904 661 0 0 16.4306 -47.7641 -205.85 -Number of digits in this event: 9 +Number of tracker hits in this event: 29 + 52 115.435 870 11 1 -6.04419 79.3209 125.55 + 52 83.0347 1296 11 0 -6.04027 79.3156 124.15 + 52 195.538 870 10 1 -5.95895 79.2069 95.55 + 52 163.334 1295 10 0 -5.95424 79.2017 94.15 + 52 126.181 870 9 1 -5.85284 79.0964 65.55 + 52 98.8072 1295 9 0 -5.8476 79.0924 64.15 + 52 100.425 871 8 1 -5.7371 79.0102 35.55 + 52 115.668 1294 8 0 -5.73146 79.0063 34.15 + 52 149.341 872 7 1 -5.61718 78.9257 5.55 + 52 152.027 1294 7 0 -5.61084 78.9233 4.15 + 52 224.698 872 6 1 -5.48036 78.8754 -24.45 + 52 94.8551 1294 6 0 -5.47383 78.8723 -25.85 + 52 104.115 873 5 1 -5.33858 78.8044 -54.45 + 52 140.115 1293 5 0 -5.33115 78.8007 -55.85 + 52 97.7039 874 4 1 -5.17413 78.7266 -84.45 + 52 113.417 1293 4 0 -5.16741 78.7238 -85.85 + 52 128.704 875 3 1 -5.03395 78.6684 -114.45 + 52 132.135 1293 3 0 -5.02791 78.6672 -115.85 + 52 330.127 875 2 1 -4.90425 78.6462 -144.45 + 52 147.98 1292 2 0 -4.89548 78.6467 -145.85 + 52 121.622 876 1 1 -4.71723 78.6632 -174.45 + 52 132.917 1293 1 0 -4.70823 78.6652 -175.85 + 52 110.266 877 0 1 -4.53029 78.699 -204.45 + 52 121.83 1293 0 0 -4.51927 78.6995 -205.85 + 52 0.18463 364 1 0 -75.742 -107.15 -176.138 + 52 186.787 363 1 0 -75.9736 -107.35 -176.249 + 52 224.252 362 1 0 -76.0535 -107.55 -176.188 + 52 99.2574 142 7 1 -151.713 -141.705 5.43422 + 52 40.0598 876 2 1 -4.85 78.6206 -144.532 +Number of digits in this event: 19 Using G4ParticleGun... -Particle energy: 1.22758 LIN +Particle energy: 6.17593 LIN Particle: proton Event: 53 -Number of tracker hits in this event: 19 - 53 190.754 277 8 1 -124.678 -57.992 35.55 - 53 129.86 610 8 0 -124.677 -57.9956 34.15 - 53 132.153 277 7 1 -124.657 -58.0596 5.55 - 53 176.023 609 7 0 -124.657 -58.0587 4.15 - 53 105.172 277 6 1 -124.624 -58.0304 -24.45 - 53 197.087 610 6 0 -124.623 -58.0277 -25.85 - 53 134.936 277 5 1 -124.586 -57.9622 -54.45 - 53 134.226 610 5 0 -124.583 -57.9593 -55.85 - 53 115.189 278 4 1 -124.517 -57.8976 -84.45 - 53 136.476 610 4 0 -124.513 -57.8994 -85.85 - 53 114.495 278 3 1 -124.435 -57.9422 -114.45 - 53 131.995 610 3 0 -124.431 -57.9454 -115.85 - 53 134.73 278 2 1 -124.357 -57.9987 -144.45 - 53 109.654 610 2 0 -124.348 -57.9995 -145.85 - 53 136.293 279 1 1 -124.152 -58.0091 -174.45 - 53 51.5098 280 1 1 -124.15 -58.0079 -174.745 - 53 110.426 610 1 0 -124.142 -58.0025 -175.85 - 53 139.229 280 0 1 -123.969 -57.8917 -204.45 - 53 120.951 610 0 0 -123.956 -57.8808 -205.85 -Number of digits in this event: 14 +Number of tracker hits in this event: 22 + 53 100.686 659 10 1 -48.1924 -91.2147 95.55 + 53 109.28 444 10 0 -48.1917 -91.2138 94.15 + 53 114.952 659 9 1 -48.175 -91.1957 65.55 + 53 104.253 444 9 0 -48.1757 -91.1956 64.15 + 53 126.498 659 8 1 -48.1922 -91.1937 35.55 + 53 207.042 444 8 0 -48.1956 -91.191 34.15 + 53 111.657 658 7 1 -48.2686 -91.1312 5.55 + 53 84.0479 445 7 0 -48.2739 -91.1281 4.15 + 53 127.016 658 6 1 -48.3804 -91.0648 -24.45 + 53 97.6575 445 6 0 -48.3848 -91.061 -25.85 + 53 166.044 657 5 1 -48.4768 -90.9861 -54.45 + 53 97.1108 445 5 0 -48.4816 -90.9823 -55.85 + 53 110.273 657 4 1 -48.5838 -90.9027 -84.45 + 53 168.621 446 4 0 -48.5887 -90.8974 -85.85 + 53 111.52 656 3 1 -48.6839 -90.7834 -114.45 + 53 120.754 446 3 0 -48.6881 -90.7771 -115.85 + 53 125.261 656 2 1 -48.7832 -90.651 -144.45 + 53 96.1918 447 2 0 -48.7878 -90.645 -145.85 + 53 117.572 655 1 1 -48.8802 -90.5207 -174.45 + 53 126.986 448 1 0 -48.8838 -90.5138 -175.85 + 53 111.231 655 0 1 -48.9575 -90.3711 -204.45 + 53 100.275 448 0 0 -48.9598 -90.3614 -205.85 +Number of digits in this event: 9 Using G4ParticleGun... -Particle energy: 1.99812 LIN +Particle energy: 2.7638 LIN Particle: proton Event: 54 -Number of tracker hits in this event: 71 - 54 131.897 1444 8 1 109.041 -92.3931 35.55 - 54 122.02 438 8 0 109.037 -92.3885 34.15 - 54 93.3087 1444 7 1 108.952 -92.2983 5.55 - 54 102.372 439 7 0 108.946 -92.2946 4.15 - 54 156.107 1443 6 1 108.83 -92.2131 -24.45 - 54 223.21 439 6 0 108.824 -92.2101 -25.85 - 54 301.902 1443 5 1 108.769 -92.1186 -54.45 - 54 133.261 440 5 0 108.769 -92.117 -55.85 - 54 113 1443 4 1 108.758 -92.0896 -84.45 - 54 128.61 440 4 0 108.758 -92.087 -85.85 - 54 171.505 1443 3 1 108.765 -92.0339 -114.45 - 54 105.814 440 3 0 108.759 -92.0315 -115.85 - 54 109.735 1442 2 1 108.654 -91.9882 -144.45 - 54 110.599 440 2 0 108.65 -91.9884 -145.85 - 54 114.333 1442 1 1 108.563 -91.9934 -174.45 - 54 97.5575 440 1 0 108.556 -91.9918 -175.85 - 54 142.073 1441 0 1 108.412 -91.946 -204.45 - 54 148.14 441 0 0 108.407 -91.9437 -205.85 - 54 374.916 429 0 0 134.045 -94.2233 -206.25 - 54 135.746 1574 0 1 135.05 -94.0689 -204.85 - 54 354.758 1575 0 1 135.15 -94.0537 -204.71 - 54 459.696 465 1 0 152.213 -87.0385 -176.25 - 54 193.778 1664 1 1 153.058 -86.6784 -174.85 - 54 368.019 1665 1 1 153.15 -86.6389 -174.698 - 54 71.1218 478 2 0 170.969 -84.2559 -146.25 - 54 530.846 479 2 0 171.014 -84.25 -146.177 - 54 246.112 1758 2 1 171.853 -84.1614 -144.85 - 54 299.933 1759 2 1 171.95 -84.1513 -144.697 - 54 8.7269 676 8 0 169.06 -44.6648 33.75 - 54 210.34 677 8 0 169.039 -44.65 33.7677 - 54 98.993 678 8 0 168.779 -44.45 33.9759 - 54 1.16454 1736 8 1 167.355 -43.2733 35.15 - 54 109.012 1735 8 1 167.35 -43.2695 35.1538 - 54 87.3744 1734 8 1 167.15 -43.1049 35.3156 - 54 49.6834 1733 8 1 166.95 -42.9454 35.4803 - 54 218.342 862 9 0 123.1 -7.62565 63.75 - 54 125.891 863 9 0 122.891 -7.44985 63.8864 - 54 60.471 864 9 0 122.653 -7.24998 64.0383 - 54 31.8983 1504 9 1 121.008 -5.87051 65.15 - 54 98.2343 1503 9 1 120.95 -5.82094 65.1902 - 54 75.964 1502 9 1 120.75 -5.64943 65.3288 - 54 41.5252 1501 9 1 120.55 -5.47203 65.4691 - 54 0.231984 1005 10 0 97.8482 21.2494 93.75 - 54 93.5823 1006 10 0 97.8477 21.25 93.7506 - 54 95.2256 1007 10 0 97.664 21.4502 93.9728 - 54 85.7192 1382 10 1 96.7055 22.444 95.15 - 54 85.3072 1381 10 1 96.55 22.6009 95.3446 - 54 87.6029 1116 11 0 83.5424 43.2799 123.75 - 54 56.4021 1117 11 0 83.4308 43.45 123.979 - 54 135.772 1313 11 1 82.8084 44.3451 125.15 - 54 30.3662 1312 11 1 82.6499 44.5773 125.464 - 54 46.9586 1301 12 0 32.466 80.3738 153.75 - 54 99.2336 1302 12 0 32.3613 80.4505 153.812 - 54 98.8509 1303 12 0 32.1127 80.6501 153.961 - 54 32.0345 1304 12 0 31.8695 80.8501 154.107 - 54 3.30833 1051 12 1 30.2523 82.1537 155.15 - 54 131.118 1050 12 1 30.25 82.1556 155.152 - 54 81.8893 1049 12 1 30.049 82.3294 155.288 - 54 142.887 1048 12 1 29.8499 82.5008 155.416 - 54 196.394 1047 12 1 29.65 82.6571 155.532 - 54 495.666 1308 12 0 25.2774 81.8023 154.15 - 54 285.561 1307 12 0 24.3587 81.65 154.003 - 54 5.33095 985 10 0 103.444 17.25 94.0809 - 54 142.603 566 8 0 135.404 -66.8368 33.75 - 54 140.117 567 8 0 135.24 -66.65 33.9628 - 54 87.1276 568 8 0 135.228 -66.45 34.0807 - 54 53.2041 1576 8 1 135.427 -66.928 35.15 - 54 26.8492 992 1 0 18.8398 18.45 -176.018 - 54 74.4475 995 1 1 19.1772 18.4181 -174.85 - 54 26.897 994 1 0 19.362 19.004 -175.85 - 54 134.691 995 1 0 19.3928 19.05 -175.873 -Number of digits in this event: 35 +Number of tracker hits in this event: 25 + 54 338.299 430 9 1 -94.0957 -84.4707 65.55 + 54 126.686 477 9 0 -94.095 -84.4715 64.15 + 54 135.212 430 8 1 -94.0736 -84.486 35.55 + 54 112.156 477 8 0 -94.0703 -84.4867 34.15 + 54 125.394 430 7 1 -94.0014 -84.513 5.55 + 54 112.59 477 7 0 -93.9996 -84.5128 4.15 + 54 153.91 430 6 1 -93.9633 -84.5039 -24.45 + 54 117.014 477 6 0 -93.9624 -84.5048 -25.85 + 54 196.45 431 5 1 -93.9461 -84.5268 -54.45 + 54 101.808 477 5 0 -93.9484 -84.5271 -55.85 + 54 130.49 430 4 1 -93.996 -84.5311 -84.45 + 54 119.869 477 4 0 -93.9985 -84.5319 -85.85 + 54 105.378 430 3 1 -94.0514 -84.5356 -114.45 + 54 119.654 477 3 0 -94.0557 -84.5345 -115.85 + 54 147.092 430 2 1 -94.1475 -84.5089 -144.45 + 54 158.419 477 2 0 -94.1522 -84.5089 -145.85 + 54 93.7387 429 1 1 -94.2532 -84.5107 -174.45 + 54 108.31 477 1 0 -94.2587 -84.5083 -175.85 + 54 126.742 428 0 1 -94.3751 -84.4589 -204.45 + 54 103.241 477 0 0 -94.3806 -84.4557 -205.85 + 54 90.8256 906 3 0 -110.936 1.3248 -116.25 + 54 97.094 907 3 0 -110.958 1.45 -116.201 + 54 170.194 908 3 0 -110.952 1.65 -116.166 + 54 159.599 909 3 0 -110.846 1.85 -116.084 + 54 259.165 910 3 0 -110.767 2.05 -116.025 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 6.96637 LIN +Particle energy: 2.92805 LIN Particle: proton Event: 55 -Number of tracker hits in this event: 44 - 55 103.7 1468 10 1 113.927 5.05415 95.55 - 55 137.735 925 10 0 113.927 5.05338 94.15 - 55 100.503 1468 9 1 113.918 5.03643 65.55 - 55 97.8228 924 9 0 113.918 5.03476 64.15 - 55 162.158 1468 8 1 113.906 5.00083 35.55 - 55 104.338 924 8 0 113.905 4.99905 34.15 - 55 235.824 1468 7 1 113.889 4.96002 5.55 - 55 105.774 924 7 0 113.888 4.9579 4.15 - 55 210.563 1468 6 1 113.879 4.91492 -24.45 - 55 108.349 924 6 0 113.879 4.91263 -25.85 - 55 111.366 1468 5 1 113.875 4.85613 -54.45 - 55 150.075 924 5 0 113.875 4.85334 -55.85 - 55 134.363 1468 4 1 113.881 4.79489 -84.45 - 55 117.13 923 4 0 113.88 4.79233 -85.85 - 55 107.405 1468 3 1 113.869 4.73665 -114.45 - 55 117.282 923 3 0 113.869 4.73409 -115.85 - 55 211.105 1468 2 1 113.868 4.68257 -144.45 - 55 180.245 923 2 0 113.869 4.6809 -145.85 - 55 107.854 1468 1 1 113.892 4.64351 -174.45 - 55 97.7233 922 1 0 113.893 4.64229 -175.85 - 55 121.798 1468 0 1 113.912 4.61851 -204.45 - 55 100.774 922 0 0 113.912 4.6172 -205.85 - 55 107.909 1145 2 0 -46.0445 49.25 -145.927 - 55 23.0467 575 7 1 -65.0262 144.152 5.43132 - 55 173.782 548 0 0 145.194 -70.3779 -206.25 - 55 526.088 547 0 0 145.206 -70.45 -206.178 - 55 310.752 546 0 0 145.239 -70.65 -205.978 - 55 1272.12 1626 0 1 145.439 -71.792 -204.85 - 55 71.8418 417 1 0 152.67 -96.7185 -176.25 - 55 565.014 416 1 0 152.679 -96.75 -176.214 - 55 474.246 415 1 0 152.736 -96.95 -175.984 - 55 1149.29 1664 1 1 153.016 -97.9076 -174.85 - 55 241.379 291 2 0 157.219 -121.871 -146.25 - 55 628.212 290 2 0 157.233 -121.95 -146.155 - 55 189.418 289 2 0 157.267 -122.15 -145.918 - 55 1149.84 1686 2 1 157.434 -123.05 -144.85 - 55 147.328 156 3 0 161.197 -148.898 -116.25 - 55 656.464 155 3 0 161.205 -148.95 -116.193 - 55 428.781 154 3 0 161.234 -149.15 -115.97 - 55 1344.21 1706 3 1 161.385 -150.15 -114.85 - 55 609.659 21 4 0 165.104 -175.786 -86.25 - 55 678.217 20 4 0 165.128 -175.95 -86.0669 - 55 1408.36 1725 4 1 165.276 -177.017 -84.85 - 55 36.1663 1469 2 1 113.95 4.59592 -144.698 -Number of digits in this event: 31 +Number of tracker hits in this event: 43 + 55 248.244 1051 11 1 30.373 -30.5498 125.55 + 55 118.311 747 11 0 30.3737 -30.548 124.15 + 55 149.584 1051 10 1 30.3885 -30.5169 95.55 + 55 136.481 747 10 0 30.3883 -30.5154 94.15 + 55 114.511 1051 9 1 30.3988 -30.4886 65.55 + 55 104.538 747 9 0 30.3998 -30.4871 64.15 + 55 107.761 1051 8 1 30.4153 -30.4515 35.55 + 55 156.531 748 8 0 30.4143 -30.4485 34.15 + 55 94.3991 1051 7 1 30.3848 -30.3951 5.55 + 55 144.264 748 7 0 30.3841 -30.3941 4.15 + 55 113.296 1051 6 1 30.376 -30.3707 -24.45 + 55 99.2103 748 6 0 30.3734 -30.3659 -25.85 + 55 104.813 1051 5 1 30.3249 -30.2663 -54.45 + 55 154.828 748 5 0 30.3204 -30.2626 -55.85 + 55 115.143 1050 4 1 30.2308 -30.1836 -84.45 + 55 121.675 749 4 0 30.2284 -30.1761 -85.85 + 55 135.47 1050 3 1 30.1803 -30.0165 -114.45 + 55 107.753 750 3 0 30.1762 -30.0098 -115.85 + 55 98.0244 1050 2 1 30.0926 -29.8828 -144.45 + 55 120.745 750 2 0 30.0885 -29.8756 -145.85 + 55 113.845 1049 1 1 30.0062 -29.7264 -174.45 + 55 167.631 751 1 0 30.0009 -29.7194 -175.85 + 55 96.1307 1049 0 1 29.8904 -29.5707 -204.45 + 55 127.999 752 0 0 29.8876 -29.5623 -205.85 + 55 26.5037 1115 0 0 25.6592 43.1364 -206.25 + 55 60.3831 1459 0 0 23.7163 112.013 -206.25 + 55 79.013 1460 0 0 23.7673 112.15 -206.215 + 55 56.3217 1461 0 0 23.9354 112.35 -206.16 + 55 121.912 1462 0 0 23.9409 112.55 -206.143 + 55 71.8527 1463 0 0 23.8978 112.75 -206.205 + 55 172.787 1537 0 0 44.2982 127.651 -206.25 + 55 12.9344 1583 0 0 46.9417 136.939 -206.25 + 55 13.0223 1584 0 0 46.9405 136.95 -206.244 + 55 94.755 611 0 0 69.9485 -57.7987 -206.133 + 55 60.506 599 0 1 -60.1326 -74.89 -204.66 + 55 31.4544 1177 0 0 -28.2603 55.5399 -205.861 + 55 98.1643 853 0 1 -9.44221 110.718 -204.665 + 55 140.455 962 1 0 -23.4329 12.5512 -176.25 + 55 104.697 963 1 0 -23.5541 12.6501 -176.16 + 55 167.492 758 1 0 -64.1423 -28.3051 -176.25 + 55 99.2853 757 1 0 -64.103 -28.4501 -176.142 + 55 117.087 1002 8 0 6.51736 20.6406 33.75 + 55 232.823 1001 8 0 6.42921 20.45 33.7951 +Number of digits in this event: 19 Using G4ParticleGun... -Particle energy: 4.36317 LIN +Particle energy: 8.0335 LIN Particle: proton Event: 56 -Number of tracker hits in this event: 20 - 56 104.255 252 9 1 -129.657 -25.2983 65.55 - 56 135.021 773 9 0 -129.656 -25.2991 64.15 - 56 100.237 252 8 1 -129.639 -25.3155 35.55 - 56 109.63 773 8 0 -129.638 -25.3175 34.15 - 56 139.272 252 7 1 -129.61 -25.3496 5.55 - 56 119.656 773 7 0 -129.608 -25.3523 4.15 - 56 143.585 252 6 1 -129.555 -25.4117 -24.45 - 56 100.31 773 6 0 -129.552 -25.4143 -25.85 - 56 115.382 253 5 1 -129.488 -25.4638 -54.45 - 56 150.607 772 5 0 -129.486 -25.4672 -55.85 - 56 124.654 253 4 1 -129.436 -25.5442 -84.45 - 56 118.302 772 4 0 -129.435 -25.5494 -85.85 - 56 127.965 253 3 1 -129.414 -25.6542 -114.45 - 56 108.283 771 3 0 -129.412 -25.6594 -115.85 - 56 360.083 253 2 1 -129.388 -25.7707 -144.45 - 56 95.1937 771 2 0 -129.385 -25.7759 -145.85 - 56 112.38 254 1 1 -129.315 -25.8872 -174.45 - 56 126.387 770 1 0 -129.313 -25.8933 -175.85 - 56 243.801 254 0 1 -129.28 -26.0186 -204.45 - 56 87.3931 770 0 0 -129.276 -26.0239 -205.85 -Number of digits in this event: 10 +Number of tracker hits in this event: 23 + 56 109.814 525 8 1 -74.9532 121.002 35.55 + 56 105.845 1504 8 0 -74.9545 121.003 34.15 + 56 104.645 525 7 1 -74.982 121.01 5.55 + 56 113.443 1504 7 0 -74.9827 121.01 4.15 + 56 325.151 525 6 1 -74.9929 121.021 -24.45 + 56 131.134 1504 6 0 -74.9932 121.021 -25.85 + 56 138.928 525 5 1 -74.9972 121.015 -54.45 + 56 102.981 1504 5 0 -74.9979 121.015 -55.85 + 56 174.78 525 4 1 -75.0116 121.016 -84.45 + 56 154.994 1504 4 0 -75.011 121.019 -85.85 + 56 137.393 525 3 1 -75.002 121.093 -114.45 + 56 158.759 1504 3 0 -75.0032 121.096 -115.85 + 56 317.976 525 2 1 -75.0294 121.155 -144.45 + 56 122.606 1505 2 0 -75.0305 121.158 -145.85 + 56 45.9494 525 1 1 -75.0499 121.221 -174.45 + 56 48.1726 524 1 1 -75.05 121.221 -174.682 + 56 105.939 1505 1 0 -75.0506 121.224 -175.85 + 56 83.128 524 0 1 -75.0683 121.293 -204.45 + 56 145.232 1505 0 0 -75.0699 121.297 -205.85 + 56 46.9916 1513 2 0 -43.2233 122.75 -146.147 + 56 133.734 1530 4 0 -99.2131 126.162 -86.25 + 56 141.515 526 6 1 -74.85 121.055 -24.8187 + 56 124.224 1502 6 0 -74.4921 120.683 -25.85 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 1.70307 LIN +Particle energy: 6.4871 LIN Particle: proton Event: 57 -Number of tracker hits in this event: 23 - 57 28.2027 1173 10 1 54.6501 92.4515 95.55 - 57 89.439 1172 10 1 54.65 92.4514 95.4256 - 57 115.753 1361 10 0 54.6486 92.4502 94.15 - 57 145.069 1172 9 1 54.618 92.4214 65.55 - 57 152.976 1361 9 0 54.6137 92.4189 64.15 - 57 107.299 1172 8 1 54.5172 92.3766 35.55 - 57 122.112 1361 8 0 54.5117 92.3731 34.15 - 57 140.816 1171 7 1 54.4088 92.2945 5.55 - 57 143.041 1360 7 0 54.4027 92.2913 4.15 - 57 149.704 1171 6 1 54.2919 92.2349 -24.45 - 57 103.635 1360 6 0 54.2859 92.2278 -25.85 - 57 115.042 1170 5 1 54.1611 92.0826 -54.45 - 57 104.449 1359 5 0 54.1538 92.0743 -55.85 - 57 98.3326 1169 4 1 53.9878 91.8916 -84.45 - 57 183.238 1358 4 0 53.9803 91.8827 -85.85 - 57 120.814 1168 3 1 53.8412 91.7078 -114.45 - 57 99.4737 1357 3 0 53.8354 91.6984 -115.85 - 57 147.571 1168 2 1 53.7078 91.4957 -144.45 - 57 214.1 1356 2 0 53.697 91.4885 -145.85 - 57 103.966 1167 1 1 53.4662 91.3407 -174.45 - 57 158.213 1355 1 0 53.4559 91.3346 -175.85 - 57 106.825 1165 0 1 53.246 91.2145 -204.45 - 57 171.636 1355 0 0 53.2373 91.2121 -205.85 +Number of tracker hits in this event: 18 + 57 98.4411 258 8 1 -128.479 -52.0358 35.55 + 57 145.148 640 8 0 -128.479 -52.0356 34.15 + 57 175.3 258 7 1 -128.491 -52.0383 5.55 + 57 101.206 640 7 0 -128.492 -52.0389 4.15 + 57 122.596 258 6 1 -128.529 -52.0528 -24.45 + 57 107.799 639 6 0 -128.532 -52.0534 -25.85 + 57 123.264 257 5 1 -128.586 -52.0619 -54.45 + 57 121.439 639 5 0 -128.588 -52.062 -55.85 + 57 103.693 257 4 1 -128.643 -52.0607 -84.45 + 57 161.88 639 4 0 -128.645 -52.0607 -85.85 + 57 138.634 257 3 1 -128.702 -52.0546 -114.45 + 57 248.293 639 3 0 -128.703 -52.0549 -115.85 + 57 134.115 257 2 1 -128.736 -52.06 -144.45 + 57 100.165 639 2 0 -128.738 -52.0601 -145.85 + 57 133.868 256 1 1 -128.76 -52.0654 -174.45 + 57 101.484 639 1 0 -128.761 -52.066 -175.85 + 57 137.261 256 0 1 -128.788 -52.0756 -204.45 + 57 168.058 639 0 0 -128.79 -52.076 -205.85 Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 2.47587 LIN +Particle energy: 5.59027 LIN Particle: proton Event: 58 -Number of tracker hits in this event: 23 - 58 118.304 894 9 1 -1.23231 -127.688 65.55 - 58 87.0462 262 9 0 -1.22655 -127.69 64.15 - 58 100.123 894 8 1 -1.1082 -127.727 35.55 - 58 120.396 262 8 0 -1.10369 -127.727 34.15 - 58 124.844 895 7 1 -1.01233 -127.733 5.55 - 58 139.215 262 7 0 -1.00756 -127.735 4.15 - 58 204.656 895 6 1 -0.914112 -127.758 -24.45 - 58 162.299 261 6 0 -0.908341 -127.758 -25.85 - 58 111.577 896 5 1 -0.785063 -127.758 -54.45 - 58 106.265 261 5 0 -0.779095 -127.759 -55.85 - 58 94.1136 896 4 1 -0.677688 -127.774 -84.45 - 58 83.9912 261 4 0 -0.673037 -127.773 -85.85 - 58 132.77 897 3 1 -0.572833 -127.759 -114.45 - 58 96.168 261 3 0 -0.56965 -127.758 -115.85 - 58 126.03 897 2 1 -0.508085 -127.744 -144.45 - 58 113.718 262 2 0 -0.503814 -127.743 -145.85 - 58 148.695 898 1 1 -0.424191 -127.747 -174.45 - 58 131.7 262 1 0 -0.422911 -127.746 -175.85 - 58 186.023 898 0 1 -0.398233 -127.713 -204.45 - 58 440.014 262 0 0 -0.400131 -127.713 -205.85 - 58 26.459 263 0 0 -0.319406 -127.549 -206.17 - 58 121.458 261 0 0 -0.324901 -127.75 -206.035 - 58 158.826 894 6 1 -1.05 -127.813 -24.5905 -Number of digits in this event: 14 -Using G4ParticleGun... -Particle energy: 7.20048 LIN +Number of tracker hits in this event: 208 + 58 123.272 1184 11 1 56.9918 32.2107 125.55 + 58 137.84 1060 11 0 56.9931 32.2104 124.15 + 58 162.704 1184 10 1 57.0131 32.2044 95.55 + 58 96.9561 1060 10 0 57.0127 32.2034 94.15 + 58 112.458 1184 9 1 57.0018 32.1836 65.55 + 58 99.6292 1060 9 0 57.0018 32.182 64.15 + 58 153.609 1184 8 1 57.0048 32.148 35.55 + 58 250.164 1060 8 0 57.0054 32.1457 34.15 + 58 154.291 1184 7 1 57.0225 32.0981 5.55 + 58 101.511 1060 7 0 57.0245 32.0952 4.15 + 58 106.518 1185 6 1 57.0674 32.0381 -24.45 + 58 199.91 1059 6 0 57.0698 32.0382 -25.85 + 58 120.689 1185 5 1 57.1223 32.041 -54.45 + 58 157.953 1059 5 0 57.1249 32.0405 -55.85 + 58 108.104 1185 4 1 57.1711 32.0314 -84.45 + 58 121.767 1059 4 0 57.1736 32.0311 -85.85 + 58 263.807 1381 2 1 96.4943 91.0224 -144.726 + 58 9705.38 1185 3 1 57.2325 32.0287 -114.45 + 58 15380.8 1186 3 1 57.25 31.7947 -114.843 + 58 326.097 1053 3 0 57.4932 30.821 -115.85 + 58 4004.98 1184 3 1 57.05 32.1262 -114.575 + 58 2782.73 1183 3 1 56.85 32.233 -114.751 + 58 3679.22 1064 3 0 55.6433 32.9159 -115.85 + 58 10135.9 1065 3 0 55.4133 33.05 -116.059 + 58 3656.64 1058 3 0 57.1848 31.7735 -115.85 + 58 1742.61 894 4 0 49.1654 -1.07683 -86.25 + 58 2261.73 893 4 0 49.1293 -1.25 -86.1079 + 58 2122.32 892 4 0 49.084 -1.45 -85.9532 + 58 5375.8 1143 4 1 48.7753 -3.03013 -84.85 + 58 1004.98 1182 3 1 56.65 32.264 -114.783 + 58 74.2287 1061 3 0 56.2409 32.4413 -115.85 + 58 1300.99 1062 3 0 56.2201 32.45 -115.88 + 58 325.211 1082 2 1 36.5161 41.4984 -144.45 + 58 913.926 1081 2 1 36.45 41.5263 -144.535 + 58 176.804 1080 2 1 36.25 41.61 -144.791 + 58 1168.52 1109 2 0 35.4375 41.9557 -145.85 + 58 409.165 1110 2 0 35.216 42.05 -146.139 + 58 1225.94 964 1 1 13.0426 51.1463 -174.45 + 58 381.97 963 1 1 12.85 51.2359 -174.752 + 58 773.577 1157 1 0 12.1194 51.5872 -175.85 + 58 942.79 1158 1 0 11.988 51.65 -176.047 + 58 540.344 865 0 1 -6.97336 60.5015 -204.45 + 58 1842.53 864 0 1 -7.05 60.5269 -204.564 + 58 2470.42 1203 0 0 -7.8861 60.7725 -205.85 + 58 1007.18 1063 3 0 57.715 32.65 -115.873 + 58 672.131 1237 2 1 67.4534 44.7174 -144.45 + 58 419.782 1126 2 0 67.8997 45.3373 -145.85 + 58 240.952 1127 2 0 67.9808 45.45 -146.104 + 58 375.513 1285 1 1 77.1649 57.8599 -174.45 + 58 449.536 1286 1 1 77.25 57.9721 -174.706 + 58 515.221 1192 1 0 77.6244 58.4707 -175.85 + 58 456.778 1334 0 1 86.9565 71.0962 -204.45 + 58 149.012 1335 0 1 87.05 71.2175 -204.734 + 58 556.095 1258 0 0 87.4034 71.6943 -205.85 + 58 353.311 1259 0 0 87.5184 71.85 -206.215 + 58 218.761 1190 1 0 77.7309 58.2169 -175.85 + 58 909.562 1060 3 0 57.0286 32.1896 -115.85 + 58 949.512 1163 2 1 52.8453 35.1192 -144.45 + 58 249.596 1075 2 0 52.575 35.2413 -145.85 + 58 644.978 1076 2 0 52.556 35.25 -145.95 + 58 946.07 1134 1 1 47.0151 37.5303 -174.45 + 58 1001.45 1088 1 0 46.7695 37.693 -175.85 + 58 111.37 1108 0 1 41.6598 40.8437 -204.45 + 58 1014.49 1107 0 1 41.65 40.8492 -204.498 + 58 1081.62 1104 0 0 41.3967 41.0093 -205.85 + 58 309.187 1105 0 0 41.334 41.05 -206.193 + 58 140.189 973 4 0 47.6109 14.7158 -86.25 + 58 430.187 972 4 0 47.5743 14.65 -86.1429 + 58 312.791 1135 4 1 47.1257 13.8513 -84.85 + 58 318.241 1134 4 1 47.05 13.7166 -84.6324 + 58 457.304 876 5 0 36.8508 -4.71453 -56.25 + 58 272.113 875 5 0 36.7757 -4.85 -56.0417 + 58 358.453 1081 5 1 36.3413 -5.62856 -54.85 + 58 185.328 1080 5 1 36.25 -5.79191 -54.6001 + 58 81.1384 774 6 0 25.9009 -25.2058 -26.25 + 58 439.313 773 6 0 25.8773 -25.25 -26.1854 + 58 106.17 772 6 0 25.772 -25.45 -25.894 + 58 915.097 1026 6 1 25.3945 -26.1575 -24.85 + 58 463.959 680 7 0 14.7452 -43.8626 3.75 + 58 171.281 679 7 0 14.6322 -44.05 4.05345 + 58 542.311 970 7 1 14.2322 -44.7195 5.15 + 58 21.0811 583 8 0 3.80489 -63.4368 33.75 + 58 508.299 582 8 0 3.79755 -63.45 33.7701 + 58 112.442 581 8 0 3.68674 -63.65 34.075 + 58 147.723 916 8 1 3.28559 -64.3721 35.15 + 58 497.49 915 8 1 3.25 -64.4362 35.2453 + 58 301.41 481 9 0 -7.43927 -83.7687 63.75 + 58 424.203 480 9 0 -7.48418 -83.85 63.8698 + 58 329.313 860 9 1 -7.9663 -84.724 65.15 + 58 310.568 859 9 1 -8.05 -84.876 65.3721 + 58 172.249 381 10 0 -18.2901 -103.873 93.75 + 58 465.704 380 10 0 -18.3314 -103.95 93.8644 + 58 299.54 806 10 1 -18.7778 -104.796 95.15 + 58 284.857 805 10 1 -18.85 -104.932 95.3588 + 58 516.849 291 11 0 -29.0607 -121.761 123.75 + 58 118.5 290 11 0 -29.1759 -121.95 124.07 + 58 378.808 752 11 1 -29.5614 -122.57 125.15 + 58 265.685 751 11 1 -29.65 -122.712 125.398 + 58 194.109 204 12 0 -38.6158 -139.311 153.75 + 58 756.377 203 12 0 -38.6368 -139.35 153.816 + 58 932.184 704 12 1 -39.0644 -140.132 155.15 + 58 706.779 132 13 0 -48.7674 -153.556 183.75 + 58 710.254 653 13 1 -49.2544 -154.2 185.15 + 58 356.839 59 14 0 -59.023 -168.253 213.75 + 58 403.318 58 14 0 -59.09 -168.35 213.946 + 58 720.733 602 14 1 -59.4948 -168.941 215.15 + 58 279.591 1054 3 0 55.9725 31.0195 -115.85 + 58 188.298 1054 2 1 31.0262 10.9467 -144.45 + 58 175.281 1053 2 1 30.85 10.8058 -144.653 + 58 160.028 949 2 0 29.8156 9.97953 -145.85 + 58 251.789 948 2 0 29.6534 9.85 -146.038 + 58 3.73278 925 1 1 5.05497 -9.66981 -174.45 + 58 233.013 924 1 1 5.05 -9.67391 -174.456 + 58 159.146 923 1 1 4.85 -9.83858 -174.691 + 58 2.84324 847 1 0 3.86095 -10.6467 -175.85 + 58 279.452 846 1 0 3.85687 -10.65 -175.855 + 58 165.052 845 1 0 3.61223 -10.85 -176.141 + 58 84.0013 797 0 1 -20.5869 -30.7157 -204.45 + 58 212.545 796 0 1 -20.65 -30.7682 -204.525 + 58 77.0831 795 0 1 -20.85 -30.9344 -204.762 + 58 187.717 741 0 0 -21.7607 -31.6933 -205.85 + 58 180.597 740 0 0 -21.9487 -31.85 -206.075 + 58 228.488 654 0 0 -43.0859 -49.1683 -206.25 + 58 124.556 655 0 0 -43.2899 -49.0499 -206.14 + 58 753.541 1057 4 0 91.7782 31.6289 -86.25 + 58 106.977 1366 4 1 93.4791 31.6026 -84.85 + 58 365.861 1367 4 1 93.55 31.6014 -84.7914 + 58 424.05 1368 4 1 93.75 31.5981 -84.6268 + 58 30.999 1369 4 1 93.95 31.5945 -84.4613 + 58 695.596 1065 5 0 125.073 33.0663 -56.25 + 58 218.24 1532 5 1 126.633 33.1377 -54.85 + 58 436.874 1533 5 1 126.75 33.143 -54.7453 + 58 191.707 1534 5 1 126.95 33.1516 -54.5653 + 58 771.63 1065 6 0 158.859 33.2092 -26.25 + 58 158.877 1701 6 1 160.443 33.228 -24.85 + 58 400.849 1702 6 1 160.55 33.2298 -24.7552 + 58 373.906 1703 6 1 160.75 33.2327 -24.5782 + 58 1.8285 540 8 1 -71.85 -170.8 35.2712 + 58 44.2359 539 8 1 -72.05 -171.028 35.456 + 58 14.2749 1068 3 0 55.043 33.8371 -115.85 + 58 210.817 1069 3 0 55.0274 33.85 -115.86 + 58 100.154 1070 3 0 54.7861 34.05 -116.019 + 58 71.5117 1071 3 0 54.5463 34.25 -116.177 + 58 70.5969 956 2 1 11.4427 70.1718 -144.45 + 58 164.068 955 2 1 11.25 70.3328 -144.581 + 58 87.4433 954 2 1 11.05 70.5005 -144.719 + 58 87.5239 1259 2 0 9.39893 71.8828 -145.85 + 58 136.916 1260 2 0 9.1991 72.05 -145.987 + 58 66.5073 1261 2 0 8.96039 72.25 -146.15 + 58 326.153 736 1 1 -32.665 106.784 -174.45 + 58 148.938 735 1 1 -32.85 106.943 -174.596 + 58 66.1298 734 1 1 -33.05 107.116 -174.755 + 58 20.8689 1440 1 0 -34.4333 108.306 -175.85 + 58 131.285 1441 1 0 -34.4842 108.35 -175.89 + 58 95.5005 1442 1 0 -34.7171 108.55 -176.075 + 58 96.8023 546 0 1 -70.6739 139.153 -204.45 + 58 71.8902 545 0 1 -70.85 139.303 -204.585 + 58 60.0116 544 0 1 -71.05 139.473 -204.738 + 58 33.4906 1602 0 0 -72.4964 140.701 -205.85 + 58 113.133 1603 0 0 -72.5537 140.75 -205.894 + 58 130.562 1604 0 0 -72.7895 140.95 -206.075 + 58 335.459 1195 2 1 59.155 37.1621 -144.45 + 58 214.407 1086 2 0 59.2483 37.4 -145.85 + 58 30.3488 1087 2 0 59.2678 37.45 -146.145 + 58 218.647 1205 1 1 61.154 42.3367 -174.45 + 58 101.839 1112 1 0 61.1875 42.584 -175.85 + 58 6.43638 1113 1 0 61.1964 42.65 -176.224 + 58 139.338 1209 0 1 61.8664 47.6093 -204.45 + 58 193.644 1139 0 0 61.9164 47.8575 -205.85 + 58 125.837 1224 1 1 64.8611 40.3816 -174.45 + 58 122.688 1101 1 0 64.9938 40.3234 -175.85 + 58 36.118 1243 0 1 68.7761 40.8326 -204.45 + 58 95.7157 1244 0 1 68.85 40.8646 -204.566 + 58 179.745 1149 2 1 49.9514 45.2081 -144.45 + 58 44.1296 1128 2 0 49.6052 45.8206 -145.85 + 58 159.18 1129 2 0 49.5886 45.85 -145.917 + 58 233.822 1112 1 1 42.5605 58.3049 -174.45 + 58 168.447 1194 1 0 42.2082 58.9123 -175.85 + 58 31.6808 1195 1 0 42.1283 59.05 -176.167 + 58 224.901 1074 0 1 35.0151 71.291 -204.45 + 58 20.6599 1260 0 0 34.6122 72.05 -206.206 + 58 132.432 1193 2 1 58.6815 44.7007 -144.45 + 58 117.434 1202 1 1 60.5607 57.5782 -174.45 + 58 65.618 1191 1 0 60.6457 58.25 -176.004 + 58 116.761 1210 0 1 62.1597 70.6451 -204.45 + 58 184.558 1256 0 0 62.2196 71.2509 -205.85 + 58 61.2667 1405 4 0 87.5392 101.166 -86.25 + 58 89.7774 1406 4 0 87.6196 101.35 -86.1752 + 58 121.01 1407 4 0 87.7079 101.55 -86.094 + 58 87.5922 1408 4 0 87.7952 101.75 -86.0135 + 58 75.8213 1409 4 0 87.8822 101.95 -85.9321 + 58 0.188753 1410 4 0 87.9698 102.15 -85.8512 + 58 187.545 1345 4 1 89.0601 104.637 -84.85 + 58 218.725 1346 4 1 89.25 105.069 -84.6757 + 58 41.4352 1347 4 1 89.45 105.526 -84.4877 + 58 16.6341 1618 5 0 112.029 143.91 -56.25 + 58 150.671 1619 5 0 112.052 143.95 -56.2207 + 58 160.218 1620 5 0 112.17 144.15 -56.0725 + 58 47.2719 1621 5 0 112.287 144.35 -55.9229 + 58 39.1553 1464 5 1 113.116 145.779 -54.85 + 58 172.274 1465 5 1 113.15 145.837 -54.8063 + 58 74.2191 1466 5 1 113.35 146.182 -54.5483 + 58 45.1033 1789 6 0 133.169 178.053 -26.25 + 58 149.073 1790 6 0 133.23 178.15 -26.1634 + 58 128.727 1791 6 0 133.353 178.35 -25.9863 + 58 24.5918 1569 6 1 134.121 179.631 -24.85 + 58 158.951 1570 6 1 134.15 179.679 -24.8075 + 58 26.4321 1571 6 1 134.35 180.02 -24.5052 +Number of digits in this event: 152 +Using G4ParticleGun... +Particle energy: 9.3979 LIN Particle: proton Event: 59 -Number of tracker hits in this event: 31 - 59 206.201 1209 9 1 61.8825 -101.398 65.55 - 59 122.293 393 9 0 61.8825 -101.399 64.15 - 59 446.442 1209 8 1 61.8827 -101.404 35.55 - 59 193.547 393 8 0 61.8828 -101.405 34.15 - 59 111.989 1209 7 1 61.8838 -101.416 5.55 - 59 115.12 393 7 0 61.8831 -101.416 4.15 - 59 491.521 1209 6 1 61.8702 -101.415 -24.45 - 59 92.9558 393 6 0 61.8683 -101.414 -25.85 - 59 158.642 1208 5 1 61.8238 -101.395 -54.45 - 59 138.341 393 5 0 61.8212 -101.395 -55.85 - 59 138.045 1208 4 1 61.7683 -101.382 -84.45 - 59 128.44 393 4 0 61.7664 -101.383 -85.85 - 59 164.502 1208 3 1 61.7308 -101.381 -114.45 - 59 119.974 393 3 0 61.7288 -101.381 -115.85 - 59 111.775 1208 2 1 61.6877 -101.391 -144.45 - 59 136.318 393 2 0 61.6825 -101.391 -145.85 - 59 96.2906 1207 1 1 61.5661 -101.398 -174.45 - 59 111.335 393 1 0 61.5607 -101.398 -175.85 - 59 127.159 1206 0 1 61.4464 -101.409 -204.45 - 59 169.064 393 0 0 61.4409 -101.41 -205.85 - 59 16.5918 683 0 0 137.711 -43.45 -206.194 - 59 321.819 1229 12 1 65.85 46.3476 155.278 - 59 353.097 1228 12 1 65.8499 47.1824 155.264 - 59 58.9907 1011 3 1 22.45 12.7026 -114.649 - 59 70.7339 1290 9 0 -57.1306 78.121 63.75 - 59 168.457 1291 9 0 -57.1183 78.25 63.8597 - 59 16.8796 287 1 0 -31.4225 -122.661 -175.863 - 59 30.7391 1210 6 1 62.05 -101.475 -24.7008 - 59 35.494 289 7 0 32.5502 -122.261 3.75 - 59 374.368 288 7 0 32.6101 -122.35 3.8178 - 59 122.654 287 7 0 32.7191 -122.55 3.89111 -Number of digits in this event: 22 +Number of tracker hits in this event: 23 + 59 112.605 423 10 1 -95.4394 24.2309 95.55 + 59 126.646 1020 10 0 -95.4391 24.2304 94.15 + 59 110.237 423 9 1 -95.4334 24.215 65.55 + 59 157.129 1020 9 0 -95.4338 24.2153 64.15 + 59 126.931 423 8 1 -95.442 24.2236 35.55 + 59 142.33 1020 8 0 -95.4471 24.2321 34.15 + 59 182.039 422 7 1 -95.5508 24.4054 5.55 + 59 137.46 1021 7 0 -95.5553 24.4135 4.15 + 59 192.947 422 6 1 -95.6472 24.5799 -24.45 + 59 151.9 1022 6 0 -95.6513 24.588 -25.85 + 59 109.045 422 5 1 -95.7354 24.7543 -54.45 + 59 90.7878 1023 5 0 -95.7398 24.7631 -55.85 + 59 112.277 421 4 1 -95.8302 24.9444 -84.45 + 59 172.893 1024 4 0 -95.8343 24.9531 -85.85 + 59 160.849 421 3 1 -95.919 25.1299 -114.45 + 59 165.779 1025 3 0 -95.9234 25.1393 -115.85 + 59 105.549 420 2 1 -96.018 25.3358 -144.45 + 59 171.254 1026 2 0 -96.0227 25.3451 -145.85 + 59 97.8533 420 1 1 -96.1183 25.5366 -174.45 + 59 111.527 1027 1 0 -96.1227 25.5458 -175.85 + 59 102.759 419 0 1 -96.2142 25.7323 -204.45 + 59 101.075 1028 0 0 -96.2188 25.7416 -205.85 + 59 36.5633 799 1 1 -20.0808 130.324 -174.564 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 2.25832 LIN +Particle energy: 2.55599 LIN Particle: proton Event: 60 -Number of tracker hits in this event: 18 - 60 138.081 1048 8 1 29.8252 133.638 35.55 - 60 140.75 1567 8 0 29.8238 133.637 34.15 - 60 149.684 1048 7 1 29.8037 133.6 5.55 - 60 170.543 1567 7 0 29.8089 133.593 4.15 - 60 106.049 1049 6 1 29.9172 133.413 -24.45 - 60 96.1443 1566 6 0 29.9232 133.406 -25.85 - 60 155.9 1049 5 1 30.0353 133.291 -54.45 - 60 125.886 1565 5 0 30.0414 133.284 -55.85 - 60 129.633 1050 4 1 30.1535 133.146 -84.45 - 60 106.513 1564 4 0 30.1595 133.14 -85.85 - 60 106.997 1051 3 1 30.2912 133.027 -114.45 - 60 100.67 1564 3 0 30.2996 133.022 -115.85 - 60 102.531 1052 2 1 30.4687 132.923 -144.45 - 60 116.178 1563 2 0 30.4744 132.916 -145.85 - 60 113.339 1052 1 1 30.5951 132.783 -174.45 - 60 105.629 1563 1 0 30.6029 132.777 -175.85 - 60 111.251 1053 0 1 30.7594 132.652 -204.45 - 60 153.777 1562 0 0 30.7629 132.641 -205.85 -Number of digits in this event: 9 +Number of tracker hits in this event: 26 + 60 107.837 888 11 1 -2.37437 -46.0815 125.55 + 60 152.769 669 11 0 -2.37378 -46.0823 124.15 + 60 104.991 888 10 1 -2.37261 -46.1141 95.55 + 60 112.256 669 10 0 -2.37392 -46.116 94.15 + 60 125.057 888 9 1 -2.40113 -46.1542 65.55 + 60 112.04 669 9 0 -2.40387 -46.1565 64.15 + 60 153.668 887 8 1 -2.47035 -46.2119 35.55 + 60 129.474 669 8 0 -2.47552 -46.2148 34.15 + 60 152.929 887 7 1 -2.58145 -46.2756 5.55 + 60 96.2021 668 7 0 -2.58723 -46.2802 4.15 + 60 144.563 886 6 1 -2.68624 -46.379 -24.45 + 60 124.011 668 6 0 -2.69239 -46.3845 -25.85 + 60 157.186 886 5 1 -2.82488 -46.4996 -54.45 + 60 110.005 667 5 0 -2.83256 -46.5067 -55.85 + 60 96.1711 885 4 1 -2.96908 -46.6533 -84.45 + 60 433.764 666 4 0 -2.97469 -46.6604 -85.85 + 60 174.058 884 3 1 -3.08528 -46.8041 -114.45 + 60 97.5232 666 3 0 -3.09202 -46.8115 -115.85 + 60 97.761 884 2 1 -3.22659 -46.9696 -144.45 + 60 103.782 665 2 0 -3.23264 -46.9773 -145.85 + 60 151.925 883 1 1 -3.34546 -47.1339 -174.45 + 60 133.409 664 1 0 -3.35151 -47.1395 -175.85 + 60 101.563 882 0 1 -3.4772 -47.2535 -204.45 + 60 120.053 663 0 0 -3.48313 -47.2608 -205.85 + 60 23.3001 623 11 0 -22.9768 -55.2599 123.75 + 60 97.9608 624 11 0 -22.9625 -55.25 123.761 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 1.97399 LIN +Particle energy: 9.78459 LIN Particle: proton Event: 61 -Number of tracker hits in this event: 37 - 61 147.711 1073 11 1 34.7651 73.3847 125.55 - 61 100.641 1266 11 0 34.7625 73.3858 124.15 - 61 103.357 1073 10 1 34.6976 73.3922 95.55 - 61 100.209 1266 10 0 34.6959 73.3943 94.15 - 61 95.4777 1073 9 1 34.667 73.4241 65.55 - 61 206.997 1266 9 0 34.6637 73.4275 64.15 - 61 154.808 1072 8 1 34.5967 73.4988 35.55 - 61 94.3576 1267 8 0 34.5949 73.5036 34.15 - 61 121.174 1072 7 1 34.5483 73.6026 5.55 - 61 138.799 1267 7 0 34.547 73.607 4.15 - 61 101.244 1072 6 1 34.5119 73.7047 -24.45 - 61 159.445 1268 6 0 34.5134 73.7096 -25.85 - 61 104.707 1072 5 1 34.5438 73.8071 -54.45 - 61 94.7583 1268 5 0 34.5431 73.812 -55.85 - 61 222.918 1072 4 1 34.5277 73.9206 -84.45 - 61 167.945 1269 4 0 34.5256 73.9248 -85.85 - 61 102.391 1072 3 1 34.4842 74.0163 -114.45 - 61 120.576 1269 3 0 34.4796 74.0227 -115.85 - 61 139.146 1071 2 1 34.3853 74.1503 -144.45 - 61 161.284 1270 2 0 34.3822 74.152 -145.85 - 61 126.248 1071 1 1 34.3323 74.1827 -174.45 - 61 168.123 1270 1 0 34.3317 74.1816 -175.85 - 61 207.153 1071 0 1 34.3203 74.1491 -204.45 - 61 112.652 1270 0 0 34.3147 74.1428 -205.85 - 61 6.99987 1384 0 0 -11.0498 96.95 -206.151 - 61 68.7642 844 0 1 -11.1196 97.352 -204.85 - 61 110.597 845 0 1 -11.0498 97.3042 -204.691 - 61 310.199 846 0 1 -10.8499 97.2984 -204.533 - 61 262.845 1432 8 0 -56.7427 106.607 33.75 - 61 77.2489 1433 8 0 -57.646 106.75 33.8989 - 61 134.354 1434 8 0 -57.8767 106.95 33.9261 - 61 101.228 606 8 1 -58.7405 106.862 35.15 - 61 82.2566 607 8 1 -58.65 106.856 35.3533 - 61 269.602 608 8 1 -58.45 106.872 35.3859 - 61 68.3171 1295 8 0 73.0532 79.204 33.75 - 61 151.939 1296 8 0 73.2692 79.25 33.7775 - 61 368.365 1273 8 1 74.7607 79.1967 35.15 -Number of digits in this event: 23 -Using G4ParticleGun... -Particle energy: 4.95455 LIN +Number of tracker hits in this event: 24 + 61 84.5556 602 11 1 -59.5898 45.9289 125.55 + 61 111.375 1129 11 0 -59.5898 45.9296 124.15 + 61 128.239 602 10 1 -59.5868 45.9464 95.55 + 61 109.812 1129 10 0 -59.5866 45.947 94.15 + 61 101.592 602 9 1 -59.5829 45.9561 65.55 + 61 137.34 1129 9 0 -59.5831 45.956 64.15 + 61 115.308 602 8 1 -59.5861 45.9509 35.55 + 61 139.136 1129 8 0 -59.586 45.9505 34.15 + 61 135.061 602 7 1 -59.5828 45.9425 5.55 + 61 125.618 1129 7 0 -59.5815 45.9424 4.15 + 61 108.001 602 6 1 -59.555 45.9409 -24.45 + 61 128.015 1129 6 0 -59.554 45.9407 -25.85 + 61 109.703 602 5 1 -59.5352 45.9398 -54.45 + 61 97.1889 1129 5 0 -59.5332 45.9394 -55.85 + 61 106.782 602 4 1 -59.4912 45.9275 -84.45 + 61 89.4991 1129 4 0 -59.4883 45.927 -85.85 + 61 126.734 603 3 1 -59.4299 45.9152 -114.45 + 61 131.246 1129 3 0 -59.4273 45.9142 -115.85 + 61 117.274 603 2 1 -59.3774 45.8943 -144.45 + 61 100.471 1129 2 0 -59.3751 45.8932 -145.85 + 61 144.45 603 1 1 -59.3289 45.8675 -174.45 + 61 113.2 1129 1 0 -59.3265 45.8664 -175.85 + 61 122.041 603 0 1 -59.2797 45.8428 -204.45 + 61 128.3 1128 0 0 -59.2769 45.842 -205.85 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 8.80424 LIN Particle: proton Event: 62 -Number of tracker hits in this event: 18 - 62 106.435 675 8 1 -44.8568 -130.162 35.55 - 62 133.42 249 8 0 -44.857 -130.163 34.15 - 62 105.349 675 7 1 -44.8623 -130.196 5.55 - 62 182.492 249 7 0 -44.864 -130.198 4.15 - 62 153.265 675 6 1 -44.8968 -130.232 -24.45 - 62 109.816 249 6 0 -44.8975 -130.233 -25.85 - 62 101.234 675 5 1 -44.9093 -130.25 -54.45 - 62 124.285 249 5 0 -44.9106 -130.251 -55.85 - 62 172.523 675 4 1 -44.9401 -130.27 -84.45 - 62 104.588 249 4 0 -44.9404 -130.271 -85.85 - 62 181.664 675 3 1 -44.9417 -130.282 -114.45 - 62 126.29 249 3 0 -44.9399 -130.281 -115.85 - 62 165.569 675 2 1 -44.9032 -130.27 -144.45 - 62 97.7106 249 2 0 -44.9016 -130.269 -145.85 - 62 231.066 675 1 1 -44.8673 -130.251 -174.45 - 62 108.23 249 1 0 -44.8659 -130.25 -175.85 - 62 100.972 676 0 1 -44.8295 -130.217 -204.45 - 62 171.197 249 0 0 -44.8274 -130.218 -205.85 -Number of digits in this event: 11 -Using G4ParticleGun... -Particle energy: 8.48057 LIN +Number of tracker hits in this event: 128 + 62 113.638 564 10 1 -67.1027 68.967 95.55 + 62 94.0213 1244 10 0 -67.1024 68.9674 94.15 + 62 121.119 564 9 1 -67.0964 68.9797 65.55 + 62 241.681 1244 9 0 -67.0957 68.98 64.15 + 62 197.397 564 8 1 -67.0832 68.9867 35.55 + 62 138.16 1244 8 0 -67.0824 68.9871 34.15 + 62 113.831 564 7 1 -67.0629 68.9889 5.55 + 62 201.889 1244 7 0 -67.0622 68.9897 4.15 + 62 91.6498 565 6 1 -67.0465 69.008 -24.45 + 62 146.4 1244 6 0 -67.0462 69.009 -25.85 + 62 153.022 565 5 1 -67.0389 69.0274 -54.45 + 62 192.186 1244 5 0 -67.0388 69.0287 -55.85 + 62 131.817 565 4 1 -67.0325 69.0531 -84.45 + 62 106.787 1245 4 0 -67.0322 69.0541 -85.85 + 62 91.2078 565 3 1 -67.0267 69.075 -114.45 + 62 99.4816 1245 3 0 -67.0269 69.0772 -115.85 + 62 143.28 565 2 1 -67.0268 69.1214 -144.45 + 62 130.222 1245 2 0 -67.0266 69.1237 -145.85 + 62 120.951 565 1 1 -67.0194 69.1714 -174.45 + 62 196.628 1245 1 0 -67.0188 69.174 -175.85 + 62 106.64 565 0 1 -67.0062 69.2285 -204.45 + 62 90.4629 1245 0 0 -67.0052 69.2314 -205.85 + 62 13.9506 1076 8 1 35.3568 -162.929 35.3526 + 62 24.7801 1216 2 1 63.2729 -36.6556 -144.486 + 62 118.973 1096 5 1 39.3393 -72.9137 -54.7808 + 62 63.1856 555 2 0 72.4083 -68.8676 -145.897 + 62 23.4658 1044 0 1 28.9355 87.3122 -204.486 + 62 870.126 1126 0 0 -81.2838 45.45 -206.25 + 62 609.657 1125 0 0 -81.4128 45.25 -206.02 + 62 199.112 490 0 1 -82.018 44.2201 -204.85 + 62 1268.75 489 0 1 -82.05 44.1651 -204.788 + 62 252.396 1008 1 0 -98.7797 21.6967 -176.25 + 62 1016.87 1007 1 0 -98.8147 21.65 -176.191 + 62 328.503 1006 1 0 -98.9688 21.45 -175.937 + 62 754.893 402 1 1 -99.6339 20.5614 -174.85 + 62 970.427 401 1 1 -99.75 20.406 -174.66 + 62 1098.02 890 2 0 -114.993 -1.89799 -146.25 + 62 1126.12 889 2 0 -115.097 -2.05 -146.056 + 62 2059.54 321 2 1 -115.752 -3.01628 -144.85 + 62 249.065 320 2 1 -115.95 -3.30108 -144.496 + 62 852.485 724 3 0 -143.209 -35.1785 -116.25 + 62 2982.13 723 3 0 -143.27 -35.25 -116.187 + 62 3287.18 722 3 0 -143.422 -35.45 -116.005 + 62 3867.55 177 3 1 -144.577 -36.572 -114.85 + 62 114.928 1206 12 0 75.9287 61.4124 153.75 + 62 21.7656 1282 12 1 76.45 61.5701 155.15 + 62 18.6769 1281 12 1 76.45 61.5712 155.173 + 62 74.6683 1202 12 0 75.5635 60.5721 154.15 + 62 159.556 1201 12 0 75.5732 60.45 154.049 + 62 94.2502 22 0 1 -175.75 -165.608 -204.607 + 62 121.886 23 0 1 -175.55 -165.976 -204.474 + 62 79.7598 24 0 1 -175.35 -166.28 -204.591 + 62 135.208 67 0 0 -175.036 -166.594 -205.85 + 62 94.2308 68 0 0 -175.059 -166.55 -206.18 + 62 72.0796 69 0 0 -175.214 -166.35 -206.208 + 62 302.866 1466 10 1 113.35 98.6108 95.3623 + 62 31.1702 1788 2 0 -43.4038 177.817 -145.926 + 62 472.346 1151 0 0 -76.0231 50.4265 -206.25 + 62 207.954 1150 0 0 -76.1073 50.25 -205.994 + 62 706.115 517 0 1 -76.4832 49.4692 -204.85 + 62 400.445 1054 1 0 -85.1686 30.9819 -176.25 + 62 319.358 1053 1 0 -85.2305 30.85 -176.046 + 62 198.06 472 1 1 -85.5969 30.0774 -174.85 + 62 430.082 471 1 1 -85.65 29.9654 -174.677 + 62 283.92 953 2 0 -94.9827 10.8026 -146.25 + 62 240.999 952 2 0 -95.057 10.65 -146.024 + 62 507.888 423 2 1 -95.4434 9.85446 -144.85 + 62 160.07 422 2 1 -95.55 9.63445 -144.526 + 62 440.757 846 3 0 -106.328 -10.6727 -116.25 + 62 263.13 845 3 0 -106.422 -10.85 -116.003 + 62 320.422 366 3 1 -106.87 -11.677 -114.85 + 62 325.82 365 3 1 -106.95 -11.8253 -114.643 + 62 359.53 739 4 0 -118.257 -32.0734 -86.25 + 62 242.633 738 4 0 -118.356 -32.25 -86.0023 + 62 651.816 306 4 1 -118.802 -33.0616 -84.85 + 62 23.106 305 4 1 -118.95 -33.33 -84.4687 + 62 214.345 634 5 0 -129.524 -53.1657 -56.25 + 62 596.262 633 5 0 -129.569 -53.25 -56.1301 + 62 782.517 250 5 1 -130.044 -54.1436 -54.8499 + 62 169.279 249 5 1 -130.15 -54.3446 -54.5623 + 62 149.569 527 6 0 -141.258 -74.5856 -26.25 + 62 522.974 526 6 0 -141.293 -74.65 -26.1599 + 62 83.5304 525 6 0 -141.403 -74.85 -25.8788 + 62 682.208 191 6 1 -141.816 -75.5844 -24.85 + 62 109.481 190 6 1 -141.95 -75.8237 -24.5147 + 62 5.48393 416 7 0 -151.526 -96.9467 3.75 + 62 531.14 415 7 0 -151.528 -96.95 3.75442 + 62 233.402 414 7 0 -151.618 -97.15 4.02178 + 62 851.058 140 7 1 -151.993 -97.9978 5.15 + 62 70.6925 309 8 0 -161.317 -118.321 33.75 + 62 520.031 308 8 0 -161.33 -118.35 33.7907 + 62 125.963 307 8 0 -161.421 -118.55 34.0696 + 62 843.799 91 8 1 -161.777 -119.33 35.15 + 62 436.427 198 9 0 -171.176 -140.379 63.75 + 62 331.384 197 9 0 -171.252 -140.55 63.9821 + 62 767.98 42 9 1 -171.628 -141.41 65.15 + 62 42.2681 41 9 1 -171.75 -141.69 65.5307 + 62 19.8465 627 1 1 -54.5957 95.54 -174.85 + 62 9.94595 1535 6 0 -17.0257 127.25 -26.25 + 62 122.219 1152 0 0 -104.109 50.5992 -206.25 + 62 192.622 375 0 1 -104.959 50.036 -204.85 + 62 45.2476 1126 1 0 -123.25 45.2746 -176.25 + 62 90.17 1125 1 0 -123.332 45.25 -176.122 + 62 50.5944 279 1 1 -124.232 45.061 -174.85 + 62 127.642 278 1 1 -124.35 45.0368 -174.698 + 62 124.541 991 2 0 -161.494 18.3969 -146.25 + 62 102.812 990 2 0 -161.703 18.25 -146.06 + 62 116.811 87 2 1 -162.64 17.3525 -144.85 + 62 161.69 86 2 1 -162.75 17.2529 -144.696 + 62 36.9099 351 1 1 -109.803 -2.23753 -174.45 + 62 52.4116 98 1 1 -160.437 20.0145 -174.85 + 62 131.917 97 1 1 -160.55 19.9964 -174.732 + 62 111.65 635 2 1 -52.9433 0.339373 -144.45 + 62 130.237 793 4 0 177.904 -21.25 -85.891 + 62 57.9123 1430 4 1 106.264 107.339 -84.85 + 62 145.93 1431 4 1 106.35 107.308 -84.7014 + 62 2.8171 1405 4 0 105.67 101.269 -85.85 + 62 3.3057 1449 4 1 109.96 99.4225 -84.85 + 62 26.1077 1400 4 0 111.821 100.212 -85.85 + 62 54.9163 564 5 1 -67.05 69.008 -54.7281 + 62 82.9073 1240 5 0 -67.7276 68.2394 -55.85 + 62 80.0352 1241 5 0 -67.8321 68.25 -56.0147 + 62 84.0381 1242 5 0 -67.9927 68.45 -56.0157 + 62 34.5146 1243 5 0 -68.1713 68.6501 -55.94 + 62 94.1837 558 5 1 -68.4324 69.0359 -54.8499 + 62 153.537 557 5 1 -68.45 69.082 -54.7194 + 62 154.289 556 5 1 -68.65 69.1632 -54.5031 + 62 59.8858 1245 9 0 -67.0738 69.0502 63.9176 +Number of digits in this event: 81 +Using G4ParticleGun... +Particle energy: 3.37158 LIN Particle: proton Event: 63 -Number of tracker hits in this event: 40 - 63 125.949 1212 11 1 62.5115 -48.0982 125.55 - 63 134.976 659 11 0 62.5112 -48.0968 124.15 - 63 105.947 1212 10 1 62.5077 -48.0632 95.55 - 63 157.646 659 10 0 62.5077 -48.0611 94.15 - 63 97.2303 1212 9 1 62.5041 -48.0198 65.55 - 63 93.2249 660 9 0 62.5037 -48.0177 64.15 - 63 136.176 1212 8 1 62.4966 -47.974 35.55 - 63 111.22 660 8 0 62.4958 -47.9734 34.15 - 63 350.089 1212 7 1 62.4813 -47.9584 5.55 - 63 153.4 660 7 0 62.4804 -47.9577 4.15 - 63 185.475 1212 6 1 62.461 -47.9451 -24.45 - 63 148.013 660 6 0 62.4585 -47.9452 -25.85 - 63 116.888 1211 5 1 62.4111 -47.945 -54.45 - 63 156.907 660 5 0 62.4077 -47.9456 -55.85 - 63 103.536 1211 4 1 62.3419 -47.9547 -84.45 - 63 109.732 660 4 0 62.3385 -47.9544 -85.85 - 63 140.469 1211 3 1 62.2672 -47.9447 -114.45 - 63 115.724 660 3 0 62.2636 -47.9443 -115.85 - 63 124.222 1210 2 1 62.188 -47.9419 -144.45 - 63 103.551 660 2 0 62.1846 -47.9413 -145.85 - 63 147.511 1210 1 1 62.1113 -47.9297 -174.45 - 63 115.792 660 1 0 62.1076 -47.9294 -175.85 - 63 112.813 1209 0 1 62.0314 -47.9244 -204.45 - 63 117.045 660 0 0 62.0288 -47.9239 -205.85 - 63 136.679 825 1 0 122.212 -14.9289 -176.25 - 63 352.406 824 1 0 122.207 -15.05 -176.14 - 63 17.936 313 7 0 28.7273 -117.524 3.88399 - 63 45.8566 173 2 0 84.1525 -145.465 -146.25 - 63 119.036 172 2 0 84.1998 -145.55 -146.139 - 63 24.3902 171 2 0 84.2967 -145.75 -145.912 - 63 12.1102 1322 2 1 84.6379 -146.84 -144.85 - 63 111.552 1323 2 1 84.6501 -146.874 -144.815 - 63 31.096 1324 2 1 84.9759 -147.254 -144.45 - 63 186.139 1325 2 1 85.0501 -147.295 -144.531 - 63 24.3701 1326 2 1 85.25 -147.424 -144.779 - 63 140.589 166 2 0 86.1624 -146.916 -145.85 - 63 20.8038 167 2 0 86.1873 -146.75 -146.198 - 63 96.4032 852 5 0 85.2029 -9.60906 -56.2497 - 63 106.039 851 5 0 85.3627 -9.65022 -56.131 - 63 285.418 1213 7 1 62.65 -47.9811 5.47541 -Number of digits in this event: 20 +Number of tracker hits in this event: 22 + 63 180.387 1375 10 1 95.1816 -34.2162 95.55 + 63 119.533 729 10 0 95.1809 -34.2163 94.15 + 63 139.558 1375 9 1 95.1587 -34.2136 65.55 + 63 106.338 729 9 0 95.1575 -34.2157 64.15 + 63 117.698 1374 8 1 95.1308 -34.2598 35.55 + 63 244.15 728 8 0 95.13 -34.2627 34.15 + 63 337.218 1374 7 1 95.1143 -34.3359 5.55 + 63 101.356 728 7 0 95.1156 -34.3404 4.15 + 63 135.099 1374 6 1 95.141 -34.4254 -24.45 + 63 149.804 728 6 0 95.1429 -34.4293 -25.85 + 63 175.183 1375 5 1 95.1754 -34.5093 -54.45 + 63 110.443 727 5 0 95.1771 -34.5152 -55.85 + 63 193.671 1375 4 1 95.2137 -34.6317 -84.45 + 63 165.383 727 4 0 95.2147 -34.639 -85.85 + 63 113.626 1375 3 1 95.2296 -34.781 -114.45 + 63 146.774 726 3 0 95.2293 -34.7871 -115.85 + 63 96.9103 1375 2 1 95.2215 -34.9109 -144.45 + 63 103.261 725 2 0 95.2214 -34.9185 -145.85 + 63 109.598 1375 1 1 95.2199 -35.0684 -174.45 + 63 140.237 724 1 0 95.222 -35.0762 -175.85 + 63 151.639 1375 0 1 95.2731 -35.2347 -204.45 + 63 96.4964 724 0 0 95.2747 -35.2426 -205.85 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 6.87941 LIN +Particle energy: 8.86133 LIN Particle: proton Event: 64 -Number of tracker hits in this event: 20 - 64 384.677 835 8 1 -13.0488 -142.521 35.55 - 64 127.292 188 8 0 -13.048 -142.521 34.15 - 64 129.236 835 7 1 -13.0278 -142.526 5.55 - 64 125.744 188 7 0 -13.0276 -142.526 4.15 - 64 114.924 835 6 1 -13.024 -142.537 -24.45 - 64 107.128 188 6 0 -13.0238 -142.537 -25.85 - 64 233.837 835 5 1 -13.0164 -142.541 -54.45 - 64 112.674 188 5 0 -13.0172 -142.541 -55.85 - 64 106.953 835 4 1 -13.0347 -142.542 -84.45 - 64 115.619 188 4 0 -13.0345 -142.541 -85.85 - 64 122.513 835 3 1 -13.0306 -142.533 -114.45 - 64 98.7119 188 3 0 -13.0299 -142.533 -115.85 - 64 226.08 835 2 1 -13.0154 -142.536 -144.45 - 64 112.815 188 2 0 -13.0146 -142.535 -145.85 - 64 112.923 835 1 1 -12.9966 -142.528 -174.45 - 64 111.818 188 1 0 -12.9963 -142.527 -175.85 - 64 91.0812 835 0 1 -12.991 -142.499 -204.45 - 64 197.358 188 0 0 -12.9917 -142.498 -205.85 - 64 139.4 187 5 0 -13.3033 -142.698 -55.85 - 64 3.03837 834 8 1 -13.0501 -142.527 35.3555 -Number of digits in this event: 10 +Number of tracker hits in this event: 24 + 64 101.677 662 11 1 -47.467 66.4255 125.55 + 64 137.389 1231 11 0 -47.4673 66.4263 124.15 + 64 100.146 662 10 1 -47.4735 66.4415 95.55 + 64 238.652 1231 10 0 -47.4728 66.4425 94.15 + 64 127.944 662 9 1 -47.4566 66.4674 65.55 + 64 102.841 1232 9 0 -47.4564 66.4689 64.15 + 64 183.952 662 8 1 -47.4529 66.4992 35.55 + 64 101.549 1232 8 0 -47.4525 66.5002 34.15 + 64 233.342 663 7 1 -47.4409 66.5236 5.55 + 64 130.806 1232 7 0 -47.4391 66.526 4.15 + 64 107.438 663 6 1 -47.4031 66.5761 -24.45 + 64 150.667 1232 6 0 -47.4014 66.5786 -25.85 + 64 133.384 663 5 1 -47.3663 66.6311 -54.45 + 64 106.138 1232 5 0 -47.3645 66.6323 -55.85 + 64 124.551 663 4 1 -47.3262 66.6573 -84.45 + 64 116.188 1233 4 0 -47.3244 66.6588 -85.85 + 64 142.196 663 3 1 -47.2884 66.6905 -114.45 + 64 112.829 1233 3 0 -47.2871 66.6928 -115.85 + 64 99.2748 663 2 1 -47.2607 66.7409 -144.45 + 64 103.264 1233 2 0 -47.2593 66.7435 -145.85 + 64 148.11 664 1 1 -47.2302 66.7927 -174.45 + 64 105.659 1233 1 0 -47.2286 66.7947 -175.85 + 64 290.507 664 0 1 -47.1982 66.8386 -204.45 + 64 114.781 1233 0 0 -47.1972 66.8411 -205.85 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 8.97774 LIN +Particle energy: 3.9835 LIN Particle: proton Event: 65 -Number of tracker hits in this event: 40 - 65 167.856 768 10 1 -26.3889 95.7916 95.55 - 65 215.076 1378 10 0 -26.3899 95.7915 94.15 - 65 127.902 768 9 1 -26.4151 95.7906 65.55 - 65 140.089 1378 9 0 -26.4173 95.79 64.15 - 65 102.683 767 8 1 -26.4637 95.7761 35.55 - 65 632.943 1378 8 0 -26.4658 95.7752 34.15 - 65 156.687 768 7 1 -26.3315 96.1893 5.55 - 65 115.509 1380 7 0 -26.3249 96.2099 4.15 - 65 130.552 769 6 1 -26.189 96.6333 -24.45 - 65 118.316 1382 6 0 -26.1823 96.6537 -25.85 - 65 111.996 770 5 1 -26.0417 97.0701 -54.45 - 65 100.424 1384 5 0 -26.0349 97.0902 -55.85 - 65 154 770 4 1 -25.8931 97.4981 -84.45 - 65 134.357 1386 4 0 -25.8861 97.5177 -85.85 - 65 125.468 771 3 1 -25.7442 97.9177 -114.45 - 65 102.076 1388 3 0 -25.7367 97.937 -115.85 - 65 215.031 772 2 1 -25.5852 98.3306 -144.45 - 65 229.197 1391 2 0 -25.5762 98.3511 -145.85 - 65 89.0305 773 1 1 -25.3931 98.7698 -174.45 - 65 135.361 1393 1 0 -25.3839 98.7913 -175.85 - 65 169.934 774 0 1 -25.1986 99.2313 -204.45 - 65 107.677 1395 0 0 -25.1895 99.2527 -205.85 - 65 31.5257 841 2 0 -137.398 -11.7081 -146.083 - 65 79.1035 1392 2 0 -24.6243 98.6169 -145.85 - 65 22.4307 778 2 1 -24.3307 99.131 -144.85 - 65 62.0427 743 2 1 -31.2984 104.459 -144.85 - 65 100.827 769 10 1 -26.2497 95.5059 95.4201 - 65 10.7831 770 10 1 -26.05 95.1582 95.1711 - 65 17.9872 1366 10 0 -25.2201 93.421 94.15 - 65 77.3554 1365 10 0 -25.1842 93.35 94.1109 - 65 84.3011 1364 10 0 -25.0602 93.15 94.0235 - 65 94.0654 1363 10 0 -24.8618 92.95 93.9087 - 65 47.2313 1362 10 0 -24.6614 92.75 93.8104 - 65 185.848 993 10 0 -23.2834 18.8477 93.75 - 65 37.5447 779 10 1 -24.1992 18.206 95.15 - 65 117.445 778 10 1 -24.25 18.1604 95.259 - 65 225.707 1028 11 0 25.498 25.7104 123.75 - 65 11.0415 1032 11 1 26.6257 25.8143 125.15 - 65 137.277 1033 11 1 26.65 25.8166 125.202 - 65 164.586 994 10 0 -23.4449 18.85 93.9838 -Number of digits in this event: 22 +Number of tracker hits in this event: 22 + 65 147.217 1171 10 1 54.2576 -80.5605 95.55 + 65 130.512 497 10 0 54.2573 -80.5618 94.15 + 65 137.07 1170 9 1 54.2482 -80.5877 65.55 + 65 137.439 497 9 0 54.249 -80.5891 64.15 + 65 115.949 1171 8 1 54.266 -80.6232 35.55 + 65 102.121 497 8 0 54.2631 -80.6241 34.15 + 65 127.723 1170 7 1 54.2093 -80.6378 5.55 + 65 225.353 497 7 0 54.2075 -80.6375 4.15 + 65 100.287 1170 6 1 54.177 -80.6356 -24.45 + 65 95.9613 497 6 0 54.1758 -80.6346 -25.85 + 65 137.393 1170 5 1 54.1499 -80.6164 -54.45 + 65 98.4908 497 5 0 54.1473 -80.6168 -55.85 + 65 118.773 1170 4 1 54.0894 -80.6338 -84.45 + 65 120.199 497 4 0 54.0842 -80.6316 -85.85 + 65 105.381 1169 3 1 53.98 -80.5861 -114.45 + 65 92.9486 497 3 0 53.9742 -80.5835 -115.85 + 65 100.489 1169 2 1 53.8544 -80.5348 -144.45 + 65 106.257 497 2 0 53.8489 -80.5338 -145.85 + 65 106.727 1168 1 1 53.7217 -80.5172 -174.45 + 65 121.192 497 1 0 53.7164 -80.5153 -175.85 + 65 113.426 1167 0 1 53.6018 -80.4799 -204.45 + 65 158.004 497 0 0 53.5973 -80.4758 -205.85 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 9.22621 LIN +Particle energy: 1.95381 LIN Particle: proton Event: 66 -Number of tracker hits in this event: 18 - 66 127.658 578 8 1 -64.2508 128.467 35.55 - 66 124.011 1541 8 0 -64.2505 128.468 34.15 - 66 115.513 579 7 1 -64.2442 128.477 5.55 - 66 113.764 1541 7 0 -64.244 128.478 4.15 - 66 110.527 579 6 1 -64.2389 128.491 -24.45 - 66 157.11 1541 6 0 -64.2382 128.492 -25.85 - 66 102.765 579 5 1 -64.2232 128.499 -54.45 - 66 129.276 1541 5 0 -64.2222 128.5 -55.85 - 66 269.099 579 4 1 -64.1974 128.514 -84.45 - 66 128.619 1541 4 0 -64.1958 128.514 -85.85 - 66 98.6786 579 3 1 -64.1623 128.519 -114.45 - 66 114.911 1541 3 0 -64.1611 128.52 -115.85 - 66 143.49 579 2 1 -64.1344 128.54 -144.45 - 66 159.325 1541 2 0 -64.134 128.541 -145.85 - 66 154.207 579 1 1 -64.1265 128.553 -174.45 - 66 262.009 1542 1 0 -64.1263 128.553 -175.85 - 66 114.868 579 0 1 -64.1242 128.555 -204.45 - 66 160.852 1542 0 0 -64.1248 128.556 -205.85 +Number of tracker hits in this event: 22 + 66 116.048 601 9 1 -59.6601 -115.446 65.55 + 66 242.291 323 9 0 -59.6601 -115.441 64.15 + 66 156.138 601 8 1 -59.6628 -115.351 35.55 + 66 243.693 324 8 0 -59.6673 -115.345 34.15 + 66 125.643 601 7 1 -59.751 -115.233 5.55 + 66 104.79 324 7 0 -59.7551 -115.227 4.15 + 66 136.686 601 6 1 -59.8467 -115.095 -24.45 + 66 123.82 325 6 0 -59.8501 -115.09 -25.85 + 66 194.957 600 5 1 -59.9171 -114.968 -54.45 + 66 118.16 325 5 0 -59.9192 -114.961 -55.85 + 66 112.132 600 4 1 -59.9636 -114.813 -84.45 + 66 113.463 326 4 0 -59.9674 -114.806 -85.85 + 66 12.0316 600 3 1 -60.0499 -114.67 -114.45 + 66 161.599 599 3 1 -60.05 -114.67 -114.506 + 66 114.776 327 3 0 -60.0527 -114.665 -115.85 + 66 116.313 599 2 1 -60.1203 -114.555 -144.45 + 66 219.615 328 2 0 -60.1244 -114.547 -145.85 + 66 133.364 599 1 1 -60.201 -114.397 -174.45 + 66 131.655 328 1 0 -60.2053 -114.389 -175.85 + 66 101.645 598 0 1 -60.2852 -114.238 -204.45 + 66 108.718 329 0 0 -60.2835 -114.234 -205.85 + 66 112.611 427 2 0 -10.8585 -94.6731 -146.25 Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 6.1713 LIN +Particle energy: 2.15828 LIN Particle: proton Event: 67 Number of tracker hits in this event: 24 - 67 113.562 985 10 1 17.1486 110.765 95.55 - 67 131.119 1453 10 0 17.1474 110.765 94.15 - 67 93.9871 985 9 1 17.1268 110.767 65.55 - 67 163.023 1453 9 0 17.1275 110.767 64.15 - 67 168.94 985 8 1 17.1447 110.758 35.55 - 67 124.242 1453 8 0 17.1467 110.759 34.15 - 67 96.7196 985 7 1 17.1857 110.769 5.55 - 67 107.28 1453 7 0 17.1882 110.769 4.15 - 67 131.59 985 6 1 17.2399 110.751 -24.45 - 67 113.591 1453 6 0 17.2423 110.751 -25.85 - 67 200.021 986 5 1 17.2865 110.733 -54.45 - 67 176.825 1452 5 0 17.2887 110.733 -55.85 - 67 577.59 986 4 1 17.3336 110.729 -84.45 - 67 105.953 1452 4 0 17.3358 110.729 -85.85 - 67 101.088 986 3 1 17.3772 110.738 -114.45 - 67 107.344 1452 3 0 17.3775 110.739 -115.85 - 67 240.09 986 2 1 17.3786 110.742 -144.45 - 67 161.217 1452 2 0 17.3784 110.743 -145.85 - 67 95.9218 986 1 1 17.3755 110.755 -174.45 - 67 326.902 1453 1 0 17.3761 110.757 -175.85 - 67 172.904 986 0 1 17.3923 110.805 -204.45 - 67 98.5984 1453 0 0 17.3922 110.807 -205.85 - 67 270.595 987 4 1 17.4504 110.644 -84.5843 - 67 29.9459 985 4 1 17.25 109.861 -84.4782 -Number of digits in this event: 16 + 67 135.476 1219 11 1 64.0084 -50.3068 125.55 + 67 133.145 648 11 0 64.0065 -50.3048 124.15 + 67 95.4003 1219 10 1 63.9794 -50.2639 95.55 + 67 100.025 648 10 0 63.9778 -50.2591 94.15 + 67 135.249 1219 9 1 63.9551 -50.1647 65.55 + 67 193.555 649 9 0 63.9546 -50.1519 64.15 + 67 131.621 1219 8 1 63.936 -49.8854 35.55 + 67 100.217 650 8 0 63.9327 -49.8733 34.15 + 67 108.142 1219 7 1 63.8755 -49.62 5.55 + 67 131.61 652 7 0 63.8718 -49.6067 4.15 + 67 125.562 1218 6 1 63.7923 -49.3455 -24.45 + 67 213.966 653 6 0 63.7884 -49.3339 -25.85 + 67 126.74 1218 5 1 63.7069 -49.09 -54.45 + 67 103.717 654 5 0 63.7019 -49.0803 -55.85 + 67 101.623 1217 4 1 63.5947 -48.8845 -84.45 + 67 150.373 655 4 0 63.59 -48.8708 -85.85 + 67 97.3144 1217 3 1 63.4801 -48.5861 -114.45 + 67 147.408 657 3 0 63.4768 -48.5727 -115.85 + 67 127.16 1216 2 1 63.4054 -48.3116 -144.45 + 67 115.681 658 2 0 63.4009 -48.2975 -145.85 + 67 427.322 1216 1 1 63.2967 -48.0059 -174.45 + 67 104.679 660 1 0 63.2942 -47.9915 -175.85 + 67 178.119 1215 0 1 63.1882 -47.6883 -204.45 + 67 115.633 661 0 0 63.1817 -47.6735 -205.85 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 6.47648 LIN +Particle energy: 3.12246 LIN Particle: proton Event: 68 -Number of tracker hits in this event: 24 - 68 113.278 215 8 1 -137.089 24.402 35.55 - 68 139.655 1021 8 0 -137.088 24.4026 34.15 - 68 106.221 215 7 1 -137.079 24.4198 5.55 - 68 146.961 1021 7 0 -137.079 24.4202 4.15 - 68 98.1107 215 6 1 -137.076 24.4275 -24.45 - 68 172.578 1021 6 0 -137.075 24.428 -25.85 - 68 89.7551 215 5 1 -137.063 24.4414 -54.45 - 68 94.6165 1021 5 0 -137.063 24.4424 -55.85 - 68 91.2227 215 4 1 -137.059 24.4534 -84.45 - 68 142.308 1022 4 0 -137.059 24.4543 -85.85 - 68 165.493 215 3 1 -137.049 24.4741 -114.45 - 68 200.732 1022 3 0 -137.049 24.473 -115.85 - 68 113.762 215 2 1 -137.042 24.4529 -144.45 - 68 81.9251 1022 2 0 -137.042 24.4515 -145.85 - 68 99.4948 215 1 1 -137.057 24.4205 -174.45 - 68 100.717 1021 1 0 -137.058 24.4197 -175.85 - 68 127.572 215 0 1 -137.075 24.4068 -204.45 - 68 146.366 1021 0 0 -137.076 24.4056 -205.85 - 68 133.718 952 6 0 -56.6642 10.6476 -26.25 - 68 50.5646 1514 6 0 61.3193 122.984 -26.25 - 68 78.3414 1515 6 0 61.3876 123.15 -26.1712 - 68 59.677 1516 6 0 61.5232 123.35 -26.016 - 68 44.3493 1517 6 0 61.5471 123.55 -25.8906 - 68 198.948 1207 6 1 61.5835 126.663 -24.85 -Number of digits in this event: 11 +Number of tracker hits in this event: 27 + 68 223.828 683 11 1 -43.2735 -3.67738 125.55 + 68 136.422 881 11 0 -43.2776 -3.67042 124.15 + 68 100.531 683 10 1 -43.3677 -3.53156 95.55 + 68 95.1926 882 10 0 -43.3708 -3.52653 94.15 + 68 141.138 683 9 1 -43.4314 -3.42943 65.55 + 68 131.891 883 9 0 -43.4354 -3.42325 64.15 + 68 161.665 682 8 1 -43.5137 -3.30135 35.55 + 68 97.3368 883 8 0 -43.519 -3.29436 34.15 + 68 105.072 682 7 1 -43.6233 -3.15289 5.55 + 68 124.435 884 7 0 -43.6296 -3.14274 4.15 + 68 95.989 681 6 1 -43.7553 -2.93119 -24.45 + 68 119.484 885 6 0 -43.7603 -2.92126 -25.85 + 68 138.184 680 5 1 -43.8598 -2.72144 -54.45 + 68 169.992 886 5 0 -43.8639 -2.71196 -55.85 + 68 165.42 680 4 1 -43.9398 -2.54183 -84.45 + 68 110.545 887 4 0 -43.9453 -2.53264 -85.85 + 68 104.985 679 3 1 -44.0596 -2.34463 -114.45 + 68 102.503 888 3 0 -44.0657 -2.33266 -115.85 + 68 123.649 679 2 1 -44.184 -2.09439 -144.45 + 68 139.605 889 2 0 -44.1908 -2.08426 -145.85 + 68 123.993 678 1 1 -44.3286 -1.87256 -174.45 + 68 228.043 890 1 0 -44.337 -1.86197 -175.85 + 68 97.963 677 0 1 -44.5193 -1.63772 -204.45 + 68 117.487 892 0 0 -44.529 -1.62665 -205.85 + 68 55.5574 882 11 0 -43.2878 -3.65 123.798 + 68 222.831 1123 11 0 -66.1132 44.7303 123.75 + 68 194.032 1124 11 0 -66.2462 44.85 123.947 +Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 5.23297 LIN +Particle energy: 3.99289 LIN Particle: proton Event: 69 Number of tracker hits in this event: 27 - 69 170.798 487 10 1 -82.5966 57.457 95.55 - 69 90.4265 1187 10 0 -82.5971 57.4555 94.15 - 69 120.084 487 9 1 -82.6081 57.4203 65.55 - 69 109.374 1186 9 0 -82.6094 57.4173 64.15 - 69 110.723 487 8 1 -82.6472 57.3558 35.55 - 69 103.571 1186 8 0 -82.6499 57.3531 34.15 - 69 193.978 486 7 1 -82.7029 57.3016 5.55 - 69 153.422 1186 7 0 -82.7049 57.3004 4.15 - 69 109.187 486 6 1 -82.7462 57.2753 -24.45 - 69 149.275 1186 6 0 -82.7496 57.273 -25.85 - 69 97.3374 486 5 1 -82.8199 57.2289 -54.45 - 69 139.818 1185 5 0 -82.8235 57.2266 -55.85 - 69 132.289 485 4 1 -82.8984 57.1835 -84.45 - 69 116.114 1185 4 0 -82.9029 57.1821 -85.85 - 69 91.0777 485 3 1 -82.9988 57.1503 -114.45 - 69 96.3478 1185 3 0 -83.0037 57.1481 -115.85 - 69 147.804 484 2 1 -83.0977 57.1058 -144.45 - 69 113.389 1185 2 0 -83.1003 57.1035 -145.85 - 69 106.153 484 1 1 -83.156 57.0491 -174.45 - 69 98.3157 1184 1 0 -83.1579 57.0466 -175.85 - 69 111.132 484 0 1 -83.1995 56.9935 -204.45 - 69 135.006 1184 0 0 -83.2009 56.9919 -205.85 - 69 9.41286 1054 1 0 -84.106 30.8701 -176.25 - 69 37.4089 1053 1 0 -84.1105 30.85 -176.234 - 69 159.635 1018 1 0 -66.1404 23.8169 -176.25 - 69 175.584 1175 2 0 -85.1886 55.221 -145.85 - 69 39.3127 1174 2 0 -85.1755 55.0498 -145.932 -Number of digits in this event: 12 + 69 123.095 851 11 1 -9.716 -63.4847 125.55 + 69 96.9419 582 11 0 -9.71675 -63.4855 124.15 + 69 173.305 851 10 1 -9.73741 -63.5009 95.55 + 69 138.238 582 10 0 -9.73883 -63.5003 94.15 + 69 100.803 851 9 1 -9.76724 -63.4899 65.55 + 69 88.1542 582 9 0 -9.76984 -63.4887 64.15 + 69 113.058 851 8 1 -9.82406 -63.4622 35.55 + 69 106.162 582 8 0 -9.82689 -63.4608 34.15 + 69 321.187 850 7 1 -9.88465 -63.4271 5.55 + 69 288.694 583 7 0 -9.88885 -63.4241 4.15 + 69 112.484 850 6 1 -9.975 -63.3671 -24.45 + 69 104.407 583 6 0 -9.97804 -63.3651 -25.85 + 69 123.693 850 5 1 -10.0379 -63.3239 -54.45 + 69 109.828 583 5 0 -10.0415 -63.3209 -55.85 + 69 132.849 849 4 1 -10.1173 -63.2602 -84.45 + 69 92.0609 583 4 0 -10.1213 -63.2575 -85.85 + 69 125.837 849 3 1 -10.2086 -63.2015 -114.45 + 69 114.058 584 3 0 -10.2128 -63.1997 -115.85 + 69 177.933 848 2 1 -10.2999 -63.1669 -144.45 + 69 127.211 584 2 0 -10.305 -63.165 -145.85 + 69 219.483 848 1 1 -10.4146 -63.1295 -174.45 + 69 340.303 584 1 0 -10.4195 -63.1264 -175.85 + 69 142.476 847 0 1 -10.5167 -63.06 -204.45 + 69 133.07 584 0 0 -10.5217 -63.056 -205.85 + 69 49.3976 585 1 0 -10.4741 -63.0495 -176.088 + 69 14.204 584 7 0 -9.7349 -63.25 3.77297 + 69 190.385 850 10 1 -9.85029 -63.4322 95.4357 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 8.40503 LIN +Particle energy: 3.42607 LIN Particle: proton Event: 70 -Number of tracker hits in this event: 24 - 70 106.533 654 11 1 -49.2263 -47.9596 125.55 - 70 170.078 660 11 0 -49.2263 -47.9597 124.15 - 70 116.813 654 10 1 -49.2253 -47.9613 95.55 - 70 155.338 660 10 0 -49.2258 -47.9614 94.15 - 70 108.207 654 9 1 -49.2346 -47.9669 65.55 - 70 119.381 660 9 0 -49.2349 -47.9673 64.15 - 70 107.126 654 8 1 -49.2406 -47.9761 35.55 - 70 107.201 660 8 0 -49.2409 -47.9771 34.15 - 70 146.667 654 7 1 -49.2466 -47.9994 5.55 - 70 106.679 660 7 0 -49.2475 -48.0005 4.15 - 70 115.095 653 6 1 -49.2659 -48.0231 -24.45 - 70 159.24 660 6 0 -49.2659 -48.0237 -25.85 - 70 97.3895 653 5 1 -49.2655 -48.0361 -54.45 - 70 107.934 660 5 0 -49.2628 -48.0336 -55.85 - 70 105.352 654 4 1 -49.2109 -47.9808 -84.45 - 70 104.568 660 4 0 -49.2083 -47.9779 -85.85 - 70 155.384 654 3 1 -49.1531 -47.9145 -114.45 - 70 106.875 660 3 0 -49.1501 -47.911 -115.85 - 70 116.626 654 2 1 -49.0876 -47.8413 -144.45 - 70 98.002 661 2 0 -49.0853 -47.8379 -145.85 - 70 109.693 655 1 1 -49.0357 -47.7682 -174.45 - 70 119.956 661 1 0 -49.0334 -47.7643 -175.85 - 70 99.6017 655 0 1 -48.9827 -47.6857 -204.45 - 70 123.644 661 0 0 -48.9804 -47.6825 -205.85 -Number of digits in this event: 9 +Number of tracker hits in this event: 26 + 70 104.208 1030 10 1 26.2121 90.2462 95.55 + 70 112.515 1350 10 0 26.2095 90.2479 94.15 + 70 121.526 1030 9 1 26.1595 90.2736 65.55 + 70 100.128 1350 9 0 26.1574 90.2745 64.15 + 70 117.145 1030 8 1 26.1137 90.2954 35.55 + 70 130.126 1350 8 0 26.1118 90.2963 34.15 + 70 113.333 1030 7 1 26.0724 90.3124 5.55 + 70 255.474 1350 7 0 26.0696 90.3126 4.15 + 70 145.059 1029 6 1 26.0209 90.314 -24.45 + 70 127.113 1350 6 0 26.0166 90.3137 -25.85 + 70 110.165 1029 5 1 25.9264 90.3026 -54.45 + 70 118.234 1350 5 0 25.9214 90.3025 -55.85 + 70 188.481 1028 4 1 25.8265 90.2992 -84.45 + 70 142.399 1350 4 0 25.8211 90.2979 -85.85 + 70 128.744 1028 3 1 25.7093 90.2697 -114.45 + 70 143.92 1350 3 0 25.7049 90.2681 -115.85 + 70 121.181 1027 2 1 25.6159 90.2382 -144.45 + 70 100.419 1350 2 0 25.6116 90.2363 -145.85 + 70 122.677 1027 1 1 25.5272 90.192 -174.45 + 70 115.816 1350 1 0 25.5215 90.1926 -175.85 + 70 103.751 1026 0 1 25.4033 90.1968 -204.45 + 70 117.512 1350 0 0 25.3983 90.1958 -205.85 + 70 34.3316 1572 3 0 135.384 134.55 -116.195 + 70 226.633 1577 3 1 135.668 134.352 -114.85 + 70 89.1025 1355 3 0 27.3553 91.1547 -115.85 + 70 224.332 1354 3 0 27.5544 91.15 -116.094 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 7.5231 LIN +Particle energy: 6.02858 LIN Particle: proton Event: 71 -Number of tracker hits in this event: 21 - 71 155.296 1197 9 1 59.5708 114.199 65.55 - 71 160.461 1470 9 0 59.5706 114.198 64.15 - 71 110.688 1197 8 1 59.5619 114.19 35.55 - 71 176.179 1470 8 0 59.5619 114.19 34.15 - 71 109.506 1197 7 1 59.5618 114.189 5.55 - 71 135.206 1470 7 0 59.5622 114.19 4.15 - 71 122.958 1197 6 1 59.5618 114.193 -24.45 - 71 121.46 1470 6 0 59.5609 114.192 -25.85 - 71 107.956 1197 5 1 59.543 114.179 -54.45 - 71 118.42 1470 5 0 59.5413 114.178 -55.85 - 71 85.4794 1197 4 1 59.5069 114.155 -84.45 - 71 223.372 1470 4 0 59.5053 114.151 -85.85 - 71 140.559 1197 3 1 59.4776 114.085 -114.45 - 71 99.8798 1469 3 0 59.4756 114.083 -115.85 - 71 136.171 1196 2 1 59.4345 114.044 -144.45 - 71 104.374 1469 2 0 59.433 114.041 -145.85 - 71 121.186 1196 1 1 59.4009 113.977 -174.45 - 71 155.077 1469 1 0 59.3998 113.974 -175.85 - 71 109.382 1196 0 1 59.3767 113.902 -204.45 - 71 188.527 1468 0 0 59.3755 113.898 -205.85 - 71 154.311 1556 5 0 -3.66649 131.487 -56.25 +Number of tracker hits in this event: 25 + 71 92.6819 349 9 1 -110.275 -72.2264 65.55 + 71 145.614 539 9 0 -110.274 -72.2269 64.15 + 71 207.577 349 8 1 -110.253 -72.2392 35.55 + 71 148.42 539 8 0 -110.254 -72.2419 34.15 + 71 88.9712 349 7 1 -110.261 -72.2968 5.55 + 71 112.299 538 7 0 -110.262 -72.3002 4.15 + 71 430.584 349 6 1 -110.271 -72.3682 -24.45 + 71 173.13 538 6 0 -110.273 -72.3724 -25.85 + 71 132.811 349 5 1 -110.326 -72.4534 -54.45 + 71 103.688 537 5 0 -110.327 -72.4572 -55.85 + 71 97.8269 349 4 1 -110.348 -72.5346 -84.45 + 71 102.065 537 4 0 -110.349 -72.5387 -85.85 + 71 173.097 348 3 1 -110.376 -72.6195 -114.45 + 71 122.521 537 3 0 -110.373 -72.6224 -115.85 + 71 317.397 349 2 1 -110.314 -72.6804 -144.45 + 71 108.5 536 2 0 -110.311 -72.6835 -145.85 + 71 140.205 349 1 1 -110.26 -72.7503 -174.45 + 71 115.733 536 1 0 -110.259 -72.7551 -175.85 + 71 106.69 349 0 1 -110.239 -72.8551 -204.45 + 71 146.512 535 0 0 -110.24 -72.8611 -205.85 + 71 10.6343 349 3 1 -110.35 -72.5369 -114.813 + 71 25.9632 543 3 0 -110.305 -71.321 -115.85 + 71 159.989 544 3 0 -110.297 -71.25 -115.897 + 71 381.999 642 3 0 -127.512 -51.5571 -116.25 + 71 101.692 348 8 1 -110.35 -72.2566 35.1697 Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 2.40268 LIN +Particle energy: 3.0278 LIN Particle: proton Event: 72 -Number of tracker hits in this event: 27 - 72 208.486 1102 11 1 40.5792 -21.6176 125.55 - 72 127.323 792 11 0 40.5776 -21.6171 124.15 - 72 122.836 1102 10 1 40.5104 -21.5923 95.55 - 72 105.571 792 10 0 40.5066 -21.5907 94.15 - 72 110.369 1101 9 1 40.4168 -21.5568 65.55 - 72 117.622 792 9 0 40.4116 -21.5549 64.15 - 72 119.695 1101 8 1 40.3061 -21.5132 35.55 - 72 198.943 792 8 0 40.2982 -21.5148 34.15 - 72 123.484 1100 7 1 40.1288 -21.5574 5.55 - 72 160.166 792 7 0 40.1196 -21.5615 4.15 - 72 136.362 1099 6 1 39.9219 -21.6447 -24.45 - 72 341.442 791 6 0 39.9155 -21.6508 -25.85 - 72 144.55 1098 5 1 39.7945 -21.7745 -54.45 - 72 99.8986 791 5 0 39.7904 -21.7807 -55.85 - 72 192.893 1098 4 1 39.7018 -21.9108 -84.45 - 72 99.7937 790 4 0 39.6987 -21.9201 -85.85 - 72 96.1471 1097 3 1 39.6271 -22.1085 -114.45 - 72 104.001 789 3 0 39.6246 -22.1178 -115.85 - 72 105.865 1097 2 1 39.5707 -22.3136 -144.45 - 72 92.3329 788 2 0 39.5691 -22.3222 -145.85 - 72 132.738 1097 1 1 39.5295 -22.4986 -174.45 - 72 122.377 787 1 0 39.5274 -22.5087 -175.85 - 72 100.307 1097 0 1 39.4794 -22.7085 -204.45 - 72 132.816 786 0 0 39.4727 -22.7169 -205.85 - 72 101.153 790 6 0 39.9465 -21.85 -26.0521 - 72 81.3489 789 6 0 39.4237 -22.1479 -25.85 - 72 253.761 788 6 0 39.3436 -22.25 -25.9993 -Number of digits in this event: 15 +Number of tracker hits in this event: 18 + 72 385.542 989 7 1 17.8833 146.9 5.55 + 72 100.413 1633 7 0 17.8823 146.9 4.15 + 72 113.976 989 6 1 17.8642 146.888 -24.45 + 72 101.598 1633 6 0 17.8661 146.887 -25.85 + 72 121.623 989 5 1 17.9023 146.866 -54.45 + 72 161.837 1633 5 0 17.9062 146.864 -55.85 + 72 105.684 989 4 1 17.9873 146.833 -84.45 + 72 143.102 1633 4 0 17.9906 146.831 -85.85 + 72 107.215 990 3 1 18.0592 146.805 -114.45 + 72 117.043 1633 3 0 18.0606 146.803 -115.85 + 72 100.916 990 2 1 18.0756 146.757 -144.45 + 72 153.165 1633 2 0 18.076 146.753 -145.85 + 72 101.105 990 1 1 18.0796 146.679 -174.45 + 72 127.956 1632 1 0 18.083 146.676 -175.85 + 72 107.335 990 0 1 18.1528 146.612 -204.45 + 72 115.021 1632 0 0 18.1563 146.609 -205.85 + 72 283.815 988 7 1 17.85 146.889 5.49612 + 72 128.014 990 7 1 18.0501 146.928 5.49589 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 5.73822 LIN +Particle energy: 9.37479 LIN Particle: proton Event: 73 -Number of tracker hits in this event: 21 - 73 117.304 347 9 1 -110.644 -56.1525 65.55 - 73 170.373 619 9 0 -110.646 -56.1516 64.15 - 73 131.437 347 8 1 -110.671 -56.1349 35.55 - 73 104.359 619 8 0 -110.672 -56.1342 34.15 - 73 219.84 347 7 1 -110.693 -56.1238 5.55 - 73 114.81 619 7 0 -110.694 -56.1225 4.15 - 73 101.891 347 6 1 -110.718 -56.0961 -24.45 - 73 123.282 619 6 0 -110.72 -56.0939 -25.85 - 73 158.356 346 5 1 -110.762 -56.0471 -54.45 - 73 119.372 620 5 0 -110.763 -56.045 -55.85 - 73 117.354 346 4 1 -110.794 -56.0029 -84.45 - 73 160.88 620 4 0 -110.796 -56.0027 -85.85 - 73 137.542 346 3 1 -110.832 -55.9934 -114.45 - 73 106.214 620 3 0 -110.834 -55.9919 -115.85 - 73 99.223 346 2 1 -110.873 -55.9564 -144.45 - 73 162.243 620 2 0 -110.875 -55.9547 -145.85 - 73 118.533 346 1 1 -110.929 -55.9212 -174.45 - 73 96.2433 620 1 0 -110.931 -55.9205 -175.85 - 73 127.689 345 0 1 -110.984 -55.9115 -204.45 - 73 106.025 620 0 0 -110.985 -55.9113 -205.85 - 73 170.454 346 7 1 -110.75 -55.87 5.4396 -Number of digits in this event: 11 +Number of tracker hits in this event: 54 + 73 109.075 1266 11 1 73.3491 -24.1882 125.55 + 73 95.8806 779 11 0 73.3494 -24.1879 124.15 + 73 105.71 1266 10 1 73.3534 -24.1805 95.55 + 73 125.346 779 10 0 73.3527 -24.18 94.15 + 73 105.027 1266 9 1 73.3395 -24.1709 65.55 + 73 115.138 779 9 0 73.3385 -24.17 64.15 + 73 89.2731 1266 8 1 73.3207 -24.151 35.55 + 73 96.4151 779 8 0 73.319 -24.15 34.15 + 73 123.745 1266 7 1 73.285 -24.1329 5.55 + 73 108.981 779 7 0 73.2837 -24.133 4.15 + 73 107.271 1266 6 1 73.2559 -24.1389 -24.45 + 73 124.587 779 6 0 73.2553 -24.1388 -25.85 + 73 163.777 1265 5 1 73.2454 -24.1341 -54.45 + 73 257.882 779 5 0 73.2456 -24.1339 -55.85 + 73 120.246 1265 4 1 73.242 -24.123 -84.45 + 73 122.229 779 4 0 73.2424 -24.1223 -85.85 + 73 104.678 1265 3 1 73.2464 -24.11 -114.45 + 73 184.968 779 3 0 73.2465 -24.1092 -115.85 + 73 127.244 1265 2 1 73.247 -24.0925 -144.45 + 73 128.306 779 2 0 73.2475 -24.0929 -145.85 + 73 116.337 1266 1 1 73.2588 -24.1028 -174.45 + 73 166.517 779 1 0 73.2594 -24.103 -175.85 + 73 200.984 1266 0 1 73.2751 -24.1061 -204.45 + 73 114.114 779 0 0 73.2759 -24.107 -205.85 + 73 83.1547 980 7 0 71.2295 16.1523 3.86796 + 73 133.223 778 0 0 74.0656 -24.3244 -205.85 + 73 225.997 777 0 0 74.1189 -24.45 -206.097 + 73 33.5782 1299 4 1 80.0032 -27.0058 -84.45 + 73 112.062 1300 4 1 80.05 -27.0953 -84.5534 + 73 42.8534 759 4 0 80.9041 -28.1792 -85.8502 + 73 88.1398 758 4 0 80.9624 -28.2504 -85.9337 + 73 55.0975 757 4 0 81.1008 -28.45 -86.1415 + 73 392.958 615 4 0 128.475 -56.9323 -86.25 + 73 73.5667 1552 4 1 130.562 -57.1939 -84.8499 + 73 182.042 1553 4 1 130.75 -57.2608 -84.7356 + 73 129.401 1554 4 1 130.95 -57.2754 -84.5866 + 73 52.1776 618 4 0 130.444 -56.3397 -85.8501 + 73 98.6481 619 4 0 130.422 -56.249 -85.9658 + 73 73.8942 1547 4 1 129.651 -56.8931 -84.85 + 73 269.616 1548 4 1 129.75 -56.9237 -84.7021 + 73 14.1125 27 8 0 146.398 -174.709 33.75 + 73 80.2882 26 8 0 146.417 -174.75 33.7928 + 73 75.9704 25 8 0 146.495 -174.95 33.9099 + 73 60.5563 24 8 0 146.591 -175.15 34.0311 + 73 8.29788 23 8 0 146.632 -175.35 34.1365 + 73 149.285 1633 8 1 146.774 -177.41 35.15 + 73 81.0184 1634 8 1 146.95 -177.847 35.3669 + 73 76.5519 1635 8 1 147.15 -178.053 35.4652 + 73 82.0585 1636 8 1 147.35 -178.243 35.4289 + 73 69.3842 1637 8 1 147.551 -178.412 35.321 + 73 26.9254 1638 8 1 147.75 -178.525 35.1931 + 73 97.3928 2 8 0 149.308 -179.577 34.15 + 73 99.0079 1 8 0 149.641 -179.75 34.0474 + 73 71.3923 0 8 0 149.944 -179.95 33.9927 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 1.42344 LIN +Particle energy: 8.56748 LIN Particle: proton Event: 74 -Number of tracker hits in this event: 22 - 74 163.764 598 9 1 -60.2896 116.836 65.55 - 74 122.071 1483 9 0 -60.2869 116.832 64.15 - 74 116.42 599 8 1 -60.2232 116.74 35.55 - 74 114.685 1482 8 0 -60.2195 116.736 34.15 - 74 142.932 599 7 1 -60.1301 116.653 5.55 - 74 155.923 1482 7 0 -60.1257 116.651 4.15 - 74 134.362 600 6 1 -60.0281 116.611 -24.45 - 74 113.4 1482 6 0 -60.0225 116.609 -25.85 - 74 137.367 600 5 1 -59.8957 116.57 -54.45 - 74 140.631 1482 5 0 -59.8868 116.563 -55.85 - 74 129.51 601 4 1 -59.6824 116.425 -84.45 - 74 202.895 1481 4 0 -59.676 116.417 -85.85 - 74 126.645 602 3 1 -59.5492 116.246 -114.45 - 74 130.041 1480 3 0 -59.5461 116.241 -115.85 - 74 130.784 602 2 1 -59.5011 116.098 -144.45 - 74 101.69 1479 2 0 -59.4999 116.087 -145.85 - 74 112.168 602 1 1 -59.4783 115.858 -174.45 - 74 121.065 1478 1 0 -59.4776 115.845 -175.85 - 74 147.311 602 0 1 -59.4585 115.582 -204.45 - 74 111.688 1477 0 0 -59.4604 115.565 -205.85 - 74 36.9548 577 4 0 13.0141 -64.5149 -86.25 - 74 84.2753 576 4 0 12.9729 -64.65 -86.2368 -Number of digits in this event: 16 +Number of tracker hits in this event: 32 + 74 119.791 1159 10 1 51.8757 80.3639 95.55 + 74 144.331 1301 10 0 51.8759 80.3638 94.15 + 74 108.499 1159 9 1 51.8807 80.3625 65.55 + 74 153.562 1301 9 0 51.8819 80.3628 64.15 + 74 155.655 1159 8 1 51.9042 80.3708 35.55 + 74 147.588 1301 8 0 51.9057 80.371 34.15 + 74 90.3283 1159 7 1 51.9345 80.3724 5.55 + 74 105.605 1301 7 0 51.9356 80.3725 4.15 + 74 101.255 1159 6 1 51.9567 80.3727 -24.45 + 74 181.19 1301 6 0 51.9581 80.3728 -25.85 + 74 124.766 1159 5 1 51.9849 80.3739 -54.45 + 74 98.288 1301 5 0 51.9855 80.3743 -55.85 + 74 104.044 1159 4 1 51.9948 80.3828 -84.45 + 74 107.614 1301 4 0 51.9948 80.3824 -85.85 + 74 96.6015 1159 3 1 51.9968 80.3722 -114.45 + 74 131.406 1301 3 0 51.9963 80.3711 -115.85 + 74 150.043 1159 2 1 51.9841 80.3461 -144.45 + 74 113.915 1301 2 0 51.9836 80.3448 -145.85 + 74 190.76 1159 1 1 51.9724 80.3209 -174.45 + 74 115.553 1301 1 0 51.9722 80.3196 -175.85 + 74 250.015 1159 0 1 51.967 80.2957 -204.45 + 74 102.614 1301 0 0 51.9657 80.2941 -205.85 + 74 13.3911 1302 6 0 52.0064 80.45 -26.2072 + 74 7.54674 1205 5 1 61.0734 90.1657 -54.45 + 74 107.193 1204 5 1 61.05 90.1675 -54.4871 + 74 119.085 1350 5 0 60.5398 90.3464 -55.85 + 74 9.08623 1351 5 0 60.5293 90.35 -55.8815 + 74 168.134 1167 5 0 80.2185 53.5289 -56.25 + 74 189.596 1301 5 1 80.3553 53.8802 -54.85 + 74 25.3604 1166 5 0 80.2715 53.45 -56.2452 + 74 2.35018 1027 5 0 141.673 25.6472 -56.25 + 74 124.672 1028 5 0 141.673 25.65 -56.2465 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 6.70883 LIN +Particle energy: 9.18507 LIN Particle: proton Event: 75 -Number of tracker hits in this event: 89 - 75 98.5893 513 11 0 29.0775 -77.4465 124.15 - 75 148.25 1045 10 1 29.0795 -77.4444 95.55 - 75 242.125 513 10 0 29.0803 -77.4437 94.15 - 75 106.996 1045 9 1 29.0904 -77.4332 65.55 - 75 115.174 513 9 0 29.0909 -77.4337 64.15 - 75 113.606 1045 8 1 29.1011 -77.4442 35.55 - 75 135.676 513 8 0 29.1011 -77.4438 34.15 - 75 117.965 1045 7 1 29.1009 -77.4345 5.55 - 75 109.176 513 7 0 29.1011 -77.4349 4.15 - 75 123.567 1045 6 1 29.1071 -77.4479 -24.45 - 75 131.383 513 6 0 29.1065 -77.4484 -25.85 - 75 109.032 1045 5 1 29.094 -77.459 -54.45 - 75 144.219 512 5 0 29.0931 -77.4604 -55.85 - 75 144.074 1045 4 1 29.0782 -77.4919 -84.45 - 75 107.056 512 4 0 29.0773 -77.4933 -85.85 - 75 295.846 1045 3 1 29.0574 -77.5204 -114.45 - 75 361.762 512 3 0 29.0557 -77.5219 -115.85 - 75 103.135 1044 2 1 29.0239 -77.5519 -144.45 - 75 99.7414 512 2 0 29.0213 -77.5522 -145.85 - 75 163.34 1044 1 1 28.9668 -77.5578 -174.45 - 75 164.901 512 1 0 28.9645 -77.5585 -175.85 - 75 172.232 1044 0 1 28.9183 -77.5732 -204.45 - 75 121.812 512 0 0 28.9152 -77.5748 -205.85 - 75 36.8682 512 7 1 -77.65 -37.2701 5.18035 - 75 398.726 501 7 1 -79.774 -34.5432 5.53747 - 75 71.9485 742 1 1 -31.6166 -137.788 -174.45 - 75 208.947 741 1 1 -31.65 -137.685 -174.619 - 75 8.38797 740 1 1 -31.85 -137.346 -174.834 - 75 71.7363 219 1 0 -32.8103 -136.29 -175.85 - 75 262.123 220 1 0 -32.9767 -136.15 -175.926 - 75 236.669 322 1 0 -46.5375 -115.731 -176.25 - 75 123.935 424 0 1 -95.2755 18.2519 -204.85 - 75 123.999 407 0 0 35.7514 -98.576 -206.25 - 75 6.73728 1075 0 1 35.0642 -98.9687 -204.85 - 75 224.077 1074 0 1 35.05 -98.977 -204.821 - 75 31.3353 1073 0 1 34.8498 -99.0917 -204.539 - 75 16.4984 359 1 0 -2.66522 -108.331 -176.25 - 75 150.099 358 1 0 -2.71131 -108.35 -176.217 - 75 71.7958 357 1 0 -3.28982 -108.55 -176.073 - 75 67.993 356 1 0 -3.44355 -108.75 -176.013 - 75 72.6385 355 1 0 -3.58248 -108.95 -175.952 - 75 7.78362 354 1 0 -3.68295 -109.15 -175.863 - 75 78.5801 876 1 1 -4.73681 -111.356 -174.85 - 75 385.672 875 1 1 -4.85014 -111.596 -174.775 - 75 25.0736 333 1 0 -5.7911 -113.486 -175.85 - 75 136.382 332 1 0 -5.85522 -113.55 -175.911 - 75 76.4247 331 1 0 -5.95914 -113.75 -176.001 - 75 48.7529 330 1 0 -6.03845 -113.95 -176.166 - 75 57.0431 329 1 0 -6.08846 -114.15 -176.201 - 75 0.868862 328 1 0 -6.0147 -114.35 -176.249 - 75 49.4637 364 1 0 15.0843 -107.15 -176.119 - 75 25.8221 299 1 0 -10.1263 -120.15 -175.855 - 75 12.719 776 2 1 -24.65 -117.353 -144.802 - 75 57.7928 315 2 0 22.3951 -117.125 -146.25 - 75 52.6127 314 2 0 22.4304 -117.15 -146.092 - 75 312.053 1013 2 1 22.713 -117.428 -144.85 - 75 33.8059 1014 2 1 22.85 -117.56 -144.518 - 75 59.5864 304 2 0 22.891 -119.169 -145.85 - 75 138.486 303 2 0 22.9353 -119.35 -145.964 - 75 104.401 302 2 0 22.8798 -119.55 -146.011 - 75 77.7472 301 2 0 22.6464 -119.75 -146.08 - 75 148.908 300 2 0 22.5598 -119.95 -146.177 - 75 64.3133 299 2 0 22.5647 -120.15 -145.915 - 75 263.043 298 2 0 22.5122 -120.35 -145.898 - 75 36.6068 130 2 0 1.93011 -154.047 -146.25 - 75 70.1912 129 2 0 1.9007 -154.15 -146.183 - 75 63.4273 128 2 0 1.80376 -154.35 -146.041 - 75 78.3074 904 2 1 1.03747 -155.488 -144.85 - 75 150.434 903 2 1 0.849553 -155.696 -144.659 - 75 266.149 902 2 1 0.649765 -155.809 -144.493 - 75 21.611 1043 0 1 28.85 -77.5593 -204.811 - 75 12.4919 513 0 0 26.8779 -77.2638 -205.85 - 75 225.259 514 0 0 26.8143 -77.25 -205.874 - 75 226.141 515 0 0 26.3933 -77.05 -206.046 - 75 374.277 519 3 0 30.5646 -76.1459 -116.25 - 75 6.71171 520 3 0 30.3667 -76.05 -115.91 - 75 87.9693 1068 2 1 33.7471 -78.5475 -144.45 - 75 41.4256 1069 2 1 33.85 -78.5605 -144.731 - 75 30.9706 507 2 0 34.245 -78.6415 -145.85 - 75 99.5568 506 2 0 34.2869 -78.65 -145.973 - 75 58.6779 1118 1 1 43.7923 -80.4166 -174.45 - 75 52.5636 1119 1 1 43.85 -80.4466 -174.666 - 75 31.5819 497 1 0 44.1984 -80.631 -175.85 - 75 125.331 496 1 0 44.2309 -80.65 -175.962 - 75 27.9496 1164 0 1 53.0281 -84.8473 -204.45 - 75 119.116 1165 0 1 53.05 -84.8721 -204.523 - 75 131.706 473 0 0 53.4118 -85.2844 -205.85 - 75 162.664 514 10 0 29.2766 -77.2497 93.8176 - 75 403.448 515 10 0 29.5267 -77.0499 93.8759 -Number of digits in this event: 40 +Number of tracker hits in this event: 17 + 75 176.005 1473 7 1 114.849 95.8478 5.55 + 75 105.202 1378 7 0 114.849 95.8471 4.15 + 75 118.651 1473 6 1 114.848 95.8308 -24.45 + 75 118.694 1378 6 0 114.847 95.8298 -25.85 + 75 99.2589 1473 5 1 114.823 95.8109 -54.45 + 75 346.091 1378 5 0 114.821 95.8096 -55.85 + 75 128.67 1473 4 1 114.788 95.7814 -84.45 + 75 127.12 1378 4 0 114.786 95.7796 -85.85 + 75 154.57 1472 3 1 114.747 95.742 -114.45 + 75 171.174 1377 3 0 114.746 95.7388 -115.85 + 75 114.187 1472 2 1 114.71 95.6706 -144.45 + 75 270.61 1377 2 0 114.709 95.6669 -145.85 + 75 97.5405 1472 1 1 114.688 95.5906 -174.45 + 75 252.054 1377 1 0 114.687 95.5873 -175.85 + 75 243.518 1472 0 1 114.669 95.5241 -204.45 + 75 102.848 1376 0 0 114.668 95.5209 -205.85 + 75 46.4276 1377 5 0 114.867 95.7498 -56.0757 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 6.68694 LIN +Particle energy: 5.04841 LIN Particle: proton Event: 76 -Number of tracker hits in this event: 24 - 76 130.372 1289 11 1 77.9697 18.5605 125.55 - 76 110.168 992 11 0 77.9699 18.5594 124.15 - 76 90.0633 1289 10 1 77.9729 18.5378 95.55 - 76 174.989 992 10 0 77.9724 18.5359 94.15 - 76 127.628 1289 9 1 77.9616 18.4977 65.55 - 76 120.309 992 9 0 77.9613 18.4949 64.15 - 76 127.595 1289 8 1 77.9562 18.4416 35.55 - 76 145.316 991 8 0 77.9566 18.4393 34.15 - 76 103.722 1289 7 1 77.9657 18.3902 5.55 - 76 184.349 991 7 0 77.9659 18.3871 4.15 - 76 136.21 1289 6 1 77.9669 18.3229 -24.45 - 76 92.4026 991 6 0 77.9677 18.3205 -25.85 - 76 234.335 1289 5 1 77.9826 18.2652 -54.45 - 76 153.272 991 5 0 77.9819 18.2623 -55.85 - 76 108.327 1289 4 1 77.9724 18.2041 -84.45 - 76 117.212 990 4 0 77.971 18.2009 -85.85 - 76 102.308 1289 3 1 77.9433 18.1378 -114.45 - 76 132.296 990 3 0 77.9435 18.1351 -115.85 - 76 145.976 1289 2 1 77.9498 18.0807 -144.45 - 76 79.1354 990 2 0 77.9484 18.078 -145.85 - 76 100.891 1289 1 1 77.9183 18.0172 -174.45 - 76 116.827 989 1 0 77.9156 18.0143 -175.85 - 76 97.9243 1289 0 1 77.8731 17.949 -204.45 - 76 132.606 989 0 0 77.8707 17.9458 -205.85 -Number of digits in this event: 14 +Number of tracker hits in this event: 20 + 76 99.4292 1343 9 1 88.8437 100.696 65.55 + 76 105.484 1402 9 0 88.8433 100.697 64.15 + 76 104.42 1343 8 1 88.8329 100.711 35.55 + 76 120.674 1402 8 0 88.8308 100.712 34.15 + 76 154.815 1343 7 1 88.7871 100.745 5.55 + 76 120.741 1402 7 0 88.7851 100.747 4.15 + 76 101.63 1343 6 1 88.7426 100.78 -24.45 + 76 120.953 1403 6 0 88.7408 100.782 -25.85 + 76 117.308 1343 5 1 88.6986 100.817 -54.45 + 76 132.572 1403 5 0 88.6961 100.817 -55.85 + 76 137.928 1342 4 1 88.6463 100.818 -84.45 + 76 120.561 1403 4 0 88.6433 100.818 -85.85 + 76 102.406 1342 3 1 88.5787 100.832 -114.45 + 76 247.592 1403 3 0 88.5731 100.833 -115.85 + 76 160.221 1342 2 1 88.4576 100.849 -144.45 + 76 85.5368 1403 2 0 88.4535 100.846 -145.85 + 76 120.894 1341 1 1 88.3716 100.788 -174.45 + 76 104.822 1403 1 0 88.3682 100.785 -175.85 + 76 109.09 1341 0 1 88.3054 100.722 -204.45 + 76 127.172 1402 0 0 88.3006 100.718 -205.85 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 6.3295 LIN +Particle energy: 3.07151 LIN Particle: proton Event: 77 -Number of tracker hits in this event: 20 - 77 110.309 492 9 1 -81.572 -88.081 65.55 - 77 115.547 459 9 0 -81.5721 -88.0813 64.15 - 77 106.689 492 8 1 -81.579 -88.0922 35.55 - 77 117.052 459 8 0 -81.5799 -88.0929 34.15 - 77 152.659 492 7 1 -81.6061 -88.1015 5.55 - 77 161.635 459 7 0 -81.6076 -88.1024 4.15 - 77 105.488 492 6 1 -81.6348 -88.1161 -24.45 - 77 98.139 459 6 0 -81.6355 -88.1169 -25.85 - 77 102.586 491 5 1 -81.6506 -88.1311 -54.45 - 77 128.951 459 5 0 -81.65 -88.1321 -55.85 - 77 129.24 492 4 1 -81.6385 -88.1544 -84.45 - 77 124.658 459 4 0 -81.6377 -88.158 -85.85 - 77 119.186 492 3 1 -81.6208 -88.2307 -114.45 - 77 220.265 459 3 0 -81.6193 -88.2339 -115.85 - 77 100.493 492 2 1 -81.5862 -88.3032 -144.45 - 77 117.823 458 2 0 -81.5847 -88.3062 -145.85 - 77 160.468 492 1 1 -81.5599 -88.3662 -174.45 - 77 174.75 458 1 0 -81.5592 -88.3696 -175.85 - 77 124.004 492 0 1 -81.5411 -88.4389 -204.45 - 77 101.082 458 0 0 -81.5401 -88.4418 -205.85 -Number of digits in this event: 10 +Number of tracker hits in this event: 24 + 77 101.187 765 11 1 -26.932 -6.78927 125.55 + 77 150.987 866 11 0 -26.933 -6.78992 124.15 + 77 141.174 765 10 1 -26.9516 -6.79891 95.55 + 77 100.708 866 10 0 -26.9519 -6.79839 94.15 + 77 114.293 765 9 1 -26.9625 -6.789 65.55 + 77 148.136 866 9 0 -26.9656 -6.78745 64.15 + 77 109.282 765 8 1 -27.0198 -6.75157 35.55 + 77 167.359 866 8 0 -27.0234 -6.74692 34.15 + 77 105.045 764 7 1 -27.0969 -6.64304 5.55 + 77 151.004 867 7 0 -27.1012 -6.63975 4.15 + 77 108.342 764 6 1 -27.1901 -6.58422 -24.45 + 77 125.015 867 6 0 -27.1971 -6.58199 -25.85 + 77 144.665 763 5 1 -27.3424 -6.53385 -54.45 + 77 107.669 867 5 0 -27.3494 -6.5325 -55.85 + 77 113.962 762 4 1 -27.4967 -6.49574 -84.45 + 77 108.254 867 4 0 -27.5041 -6.49453 -85.85 + 77 117.128 761 3 1 -27.6524 -6.4667 -114.45 + 77 109.97 867 3 0 -27.6589 -6.46599 -115.85 + 77 160.224 761 2 1 -27.7936 -6.4491 -144.45 + 77 217.947 867 2 0 -27.7992 -6.45118 -145.85 + 77 96.5773 760 1 1 -27.9176 -6.48636 -174.45 + 77 102.881 867 1 0 -27.9223 -6.48858 -175.85 + 77 154.183 760 0 1 -28.0044 -6.53578 -204.45 + 77 120.093 867 0 0 -28.0089 -6.53816 -205.85 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 6.65223 LIN +Particle energy: 5.6197 LIN Particle: proton Event: 78 -Number of tracker hits in this event: 43 - 78 272.167 797 11 1 -20.63 -69.4429 125.55 - 78 116.085 553 11 0 -20.6293 -69.4436 124.15 - 78 168.124 797 10 1 -20.6157 -69.4584 95.55 - 78 111.526 552 10 0 -20.6145 -69.4598 94.15 - 78 103.599 797 9 1 -20.5906 -69.484 65.55 - 78 117.555 552 9 0 -20.59 -69.4864 64.15 - 78 104.143 797 8 1 -20.58 -69.5386 35.55 - 78 141.913 552 8 0 -20.5798 -69.5413 34.15 - 78 110.837 797 7 1 -20.5743 -69.5942 5.55 - 78 110.11 552 7 0 -20.5752 -69.5965 4.15 - 78 110.3 797 6 1 -20.5927 -69.6392 -24.45 - 78 133.054 552 6 0 -20.5936 -69.6413 -25.85 - 78 131.232 797 5 1 -20.6085 -69.683 -54.45 - 78 116.852 551 5 0 -20.6095 -69.6858 -55.85 - 78 122.015 797 4 1 -20.6289 -69.7394 -84.45 - 78 175.354 551 4 0 -20.63 -69.7431 -85.85 - 78 103.156 796 3 1 -20.6537 -69.8214 -114.45 - 78 125.755 551 3 0 -20.6554 -69.8258 -115.85 - 78 119.576 796 2 1 -20.6858 -69.9151 -144.45 - 78 120.047 550 2 0 -20.6867 -69.9192 -145.85 - 78 126.259 796 1 1 -20.7046 -70.0115 -174.45 - 78 104.02 550 1 0 -20.7067 -70.0151 -175.85 - 78 189.17 796 0 1 -20.7469 -70.0916 -204.45 - 78 103.719 549 0 0 -20.7486 -70.0959 -205.85 - 78 50.2317 1312 8 0 -43.0863 82.4617 33.983 - 78 25.1376 85 11 1 -162.95 81.1933 125.38 - 78 98.6485 86 11 1 -162.95 81.2232 125.398 - 78 2511.88 1465 13 0 -172.397 113.347 184.023 - 78 66.336 1464 13 0 -172.16 113.15 184.128 - 78 76.2439 1463 13 0 -172.066 112.95 184.037 - 78 41.7557 1462 13 0 -171.961 112.75 183.881 - 78 57.8011 1192 13 0 -130.086 58.5675 183.75 - 78 99.6249 1191 13 0 -130.063 58.45 183.911 - 78 90.9159 1190 13 0 -130.001 58.25 184.038 - 78 83.0993 1189 13 0 -129.966 58.0499 184.031 - 78 15.8625 1188 13 0 -129.959 57.85 184.12 - 78 61.1771 254 13 1 -129.244 56.9031 185.15 - 78 62.0935 1169 13 0 -128.039 54.0237 184.15 - 78 171.875 266 13 1 -126.86 54.1952 185.15 - 78 2.45486 267 13 1 -126.75 54.1916 185.19 - 78 61.3699 992 2 1 18.4845 -143.183 -144.85 - 78 108.508 15 0 1 -176.95 -49.9127 -204.609 - 78 84.4784 1525 0 0 -81.0149 125.15 -206.15 -Number of digits in this event: 16 -Using G4ParticleGun... -Particle energy: 8.00439 LIN +Number of tracker hits in this event: 74 + 78 92.7799 665 11 1 -46.9447 -12.911 125.55 + 78 111.154 835 11 0 -46.9433 -12.9121 124.15 + 78 176.679 665 10 1 -46.9168 -12.9329 95.55 + 78 100.233 835 10 0 -46.9161 -12.9329 94.15 + 78 120.599 665 9 1 -46.9013 -12.9301 65.55 + 78 195.702 835 9 0 -46.8998 -12.929 64.15 + 78 192.292 665 8 1 -46.8714 -12.9073 35.55 + 78 289.601 835 8 0 -46.8695 -12.907 34.15 + 78 97.1907 666 7 1 -46.8331 -12.9068 5.55 + 78 110.255 835 7 0 -46.8313 -12.9114 4.15 + 78 98.2613 666 6 1 -46.7982 -13.0026 -24.45 + 78 116.664 835 6 0 -46.7962 -13.0072 -25.85 + 78 176.803 666 5 1 -46.7565 -13.1075 -54.45 + 78 129.154 834 5 0 -46.7559 -13.113 -55.85 + 78 139.6 666 4 1 -46.7438 -13.2278 -84.45 + 78 108.049 834 4 0 -46.7441 -13.2338 -85.85 + 78 145.797 666 3 1 -46.7501 -13.3499 -114.45 + 78 119.868 833 3 0 -46.75 -13.3564 -115.85 + 78 100.686 666 2 1 -46.752 -13.4941 -144.45 + 78 108.112 832 2 0 -46.7526 -13.4995 -145.85 + 78 129.124 666 1 1 -46.7655 -13.61 -174.45 + 78 241.367 832 1 0 -46.7664 -13.6139 -175.85 + 78 117.546 666 0 1 -46.7833 -13.6915 -204.45 + 78 103.653 831 0 0 -46.7843 -13.6961 -205.85 + 78 119.895 667 5 1 -46.6494 -13.19 -54.4679 + 78 127.195 668 5 1 -46.45 -13.51 -54.6729 + 78 5.2095 669 5 1 -46.25 -13.7571 -54.8398 + 78 30.5898 824 5 0 -45.0926 -15.166 -55.85 + 78 144.687 823 5 0 -45.0218 -15.25 -55.9105 + 78 75.0503 822 5 0 -44.8554 -15.45 -56.0183 + 78 58.0289 821 5 0 -44.6683 -15.6501 -56.1435 + 78 93.9871 911 4 1 2.26853 -55.107 -84.45 + 78 50.2741 912 4 1 2.45 -55.2189 -84.7023 + 78 107.397 620 4 0 3.35098 -55.8634 -85.85 + 78 32.643 619 4 0 3.58914 -56.05 -86.1541 + 78 128.697 1019 3 1 23.9831 -76.338 -114.45 + 78 39.9207 1018 3 1 23.8498 -75.9372 -114.758 + 78 29.566 528 3 0 23.1737 -74.3406 -115.85 + 78 109.041 529 3 0 23.1338 -74.25 -115.913 + 78 59.8513 530 3 0 23.0654 -74.0495 -116.038 + 78 58.4397 531 3 0 22.9921 -73.85 -116.151 + 78 70.0947 876 2 1 -4.80701 -23.4094 -144.45 + 78 102.871 875 2 1 -4.85 -23.3349 -144.544 + 78 38.3765 785 2 0 -5.5876 -22.8852 -145.851 + 78 130.123 786 2 0 -5.65914 -22.8499 -145.967 + 78 19.5925 787 2 0 -5.85489 -22.65 -146.195 + 78 260.858 779 2 0 13.1171 -24.1885 -146.25 + 78 210.629 778 2 0 13.15 -24.25 -146.184 + 78 59.8402 665 6 1 -46.8989 -13.0224 -24.45 + 78 76.0538 664 6 1 -47.05 -13.0474 -24.5639 + 78 36.4528 663 6 1 -47.2502 -13.0983 -24.7572 + 78 107.04 831 6 0 -47.9345 -13.6877 -25.85 + 78 77.7102 830 6 0 -48.0734 -13.8501 -26.0976 + 78 65.9106 620 6 0 -106.021 -55.9654 -26.25 + 78 134.426 619 6 0 -106.189 -56.0501 -26.1326 + 78 1.33184 618 6 0 -106.569 -56.25 -25.8524 + 78 9.76373 358 6 1 -108.508 -57.3946 -24.85 + 78 109.214 357 6 1 -108.55 -57.4211 -24.8324 + 78 75.7512 356 6 1 -108.75 -57.5458 -24.7906 + 78 98.7128 355 6 1 -108.95 -57.7154 -24.7898 + 78 119.522 354 6 1 -109.15 -57.9354 -24.8009 + 78 191.084 353 6 1 -109.35 -58.2671 -24.8273 + 78 23.0547 352 6 1 -109.55 -58.8014 -24.5307 + 78 31.4696 745 7 0 -101.187 -30.956 3.75 + 78 52.9345 746 7 0 -101.164 -30.8499 3.80699 + 78 80.3427 747 7 0 -101.198 -30.65 3.90705 + 78 47.4896 391 7 1 -101.89 -29.1303 5.15 + 78 189.636 390 7 1 -101.95 -28.9833 5.24893 + 78 192.27 779 7 0 -102.786 -24.2218 4.15 + 78 144.493 780 7 0 -102.942 -24.0499 3.97082 + 78 7.29882 510 7 0 64.5181 -77.85 3.77371 + 78 79.9537 666 10 1 -46.85 -12.9559 95.3918 + 78 129.904 833 10 0 -46.4221 -13.4208 94.15 + 78 99.2635 832 10 0 -46.3971 -13.4501 94.0766 +Number of digits in this event: 24 +Using G4ParticleGun... +Particle energy: 3.46772 LIN Particle: proton Event: 79 -Number of tracker hits in this event: 22 - 79 150.963 962 10 1 12.6297 -102.934 95.55 - 79 178.606 386 10 0 12.6302 -102.934 94.15 - 79 134.36 962 9 1 12.6436 -102.93 65.55 - 79 154.036 386 9 0 12.6437 -102.929 64.15 - 79 119.111 963 8 1 12.6521 -102.91 35.55 - 79 113.962 386 8 0 12.6531 -102.91 34.15 - 79 128.322 963 7 1 12.6722 -102.914 5.55 - 79 118.012 386 7 0 12.6733 -102.914 4.15 - 79 92.6234 963 6 1 12.6921 -102.919 -24.45 - 79 129.431 386 6 0 12.6926 -102.919 -25.85 - 79 218.387 963 5 1 12.7025 -102.911 -54.45 - 79 104.593 386 5 0 12.704 -102.91 -55.85 - 79 119.417 963 4 1 12.7336 -102.894 -84.45 - 79 125.987 386 4 0 12.735 -102.894 -85.85 - 79 110.852 963 3 1 12.7651 -102.888 -114.45 - 79 213.749 386 3 0 12.7669 -102.889 -115.85 - 79 104.327 963 2 1 12.8039 -102.895 -144.45 - 79 208.777 386 2 0 12.8059 -102.895 -145.85 - 79 110.05 963 1 1 12.8459 -102.904 -174.45 - 79 169.704 386 1 0 12.8478 -102.905 -175.85 - 79 126.782 964 0 1 12.8909 -102.929 -204.45 - 79 104.325 386 0 0 12.8936 -102.93 -205.85 -Number of digits in this event: 14 +Number of tracker hits in this event: 24 + 79 311.164 1156 10 1 51.4185 80.8942 95.55 + 79 300.469 1304 10 0 51.4174 80.8937 94.15 + 79 107.651 1156 9 1 51.3856 80.8794 65.55 + 79 339.288 1304 9 0 51.3842 80.8775 64.15 + 79 92.2414 1156 8 1 51.3623 80.8374 35.55 + 79 99.9481 1303 8 0 51.3612 80.8354 34.15 + 79 201.921 1156 7 1 51.3359 80.794 5.55 + 79 93.2146 1303 7 0 51.3344 80.7919 4.15 + 79 121.037 1156 6 1 51.2966 80.7515 -24.45 + 79 127.751 1303 6 0 51.2936 80.7476 -25.85 + 79 377.829 1155 5 1 51.2279 80.6763 -54.45 + 79 88.0342 1303 5 0 51.2243 80.6731 -55.85 + 79 88.9692 1155 4 1 51.1495 80.605 -84.45 + 79 107.412 1302 4 0 51.146 80.5978 -85.85 + 79 120.775 1155 3 1 51.0743 80.4539 -114.45 + 79 93.4314 1301 3 0 51.0715 80.4479 -115.85 + 79 130.867 1154 2 1 51.0155 80.3252 -144.45 + 79 102.784 1301 2 0 51.0106 80.3174 -145.85 + 79 142.026 1154 1 1 50.9132 80.1519 -174.45 + 79 97.2882 1300 1 0 50.9086 80.1424 -175.85 + 79 112.017 1153 0 1 50.8156 79.9431 -204.45 + 79 93.7334 1299 0 0 50.8113 79.933 -205.85 + 79 42.6921 1156 5 1 51.25 80.9401 -54.4817 + 79 62.1344 1305 10 0 51.5266 81.05 93.8619 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 8.21259 LIN +Particle energy: 5.62072 LIN Particle: proton Event: 80 -Number of tracker hits in this event: 24 - 80 90.2817 883 9 1 -3.4071 -122.429 65.55 - 80 121.081 288 9 0 -3.40696 -122.429 64.15 - 80 106.441 883 8 1 -3.40204 -122.437 35.55 - 80 188.768 288 8 0 -3.40227 -122.436 34.15 - 80 108.92 883 7 1 -3.40611 -122.426 5.55 - 80 123.381 288 7 0 -3.40648 -122.426 4.15 - 80 179.361 883 6 1 -3.40864 -122.425 -24.45 - 80 153.564 288 6 0 -3.40857 -122.425 -25.85 - 80 109.77 883 5 1 -3.41217 -122.42 -54.45 - 80 82.3316 288 5 0 -3.41357 -122.42 -55.85 - 80 128.947 883 4 1 -3.44291 -122.422 -84.45 - 80 173.231 288 4 0 -3.44489 -122.423 -85.85 - 80 114.483 882 3 1 -3.48048 -122.437 -114.45 - 80 116.053 288 3 0 -3.48206 -122.436 -115.85 - 80 175.764 882 2 1 -3.51629 -122.424 -144.45 - 80 138.865 288 2 0 -3.51709 -122.423 -145.85 - 80 287.445 882 1 1 -3.54225 -122.414 -174.45 - 80 78.9324 288 1 0 -3.52921 -122.361 -175.85 - 80 28.872 289 1 0 -3.52633 -122.35 -176.159 - 80 110.187 883 0 1 -3.25895 -121.298 -204.45 - 80 118.721 294 0 0 -3.24561 -121.246 -205.85 - 80 83.7539 884 6 1 -3.25 -122.322 -24.5499 - 80 178.906 885 6 1 -3.04995 -122.317 -24.5814 - 80 82.5083 886 6 1 -2.84996 -122.233 -24.5272 +Number of tracker hits in this event: 22 + 80 203.23 236 8 1 -132.855 -35.837 35.55 + 80 122.347 721 8 0 -132.855 -35.838 34.15 + 80 117.426 236 7 1 -132.849 -35.8553 5.55 + 80 113.334 720 7 0 -132.85 -35.8569 4.15 + 80 97.5508 236 6 1 -132.854 -35.8939 -24.45 + 80 129.166 720 6 0 -132.855 -35.8967 -25.85 + 80 101.295 236 5 1 -132.87 -35.9444 -54.45 + 80 132.09 720 5 0 -132.872 -35.9472 -55.85 + 80 169.837 236 4 1 -132.909 -36.0076 -84.45 + 80 122.938 720 4 0 -132.91 -36.0095 -85.85 + 80 108.189 236 3 1 -132.937 -36.048 -114.45 + 80 120.857 720 3 0 -132.938 -36.0486 -115.85 + 80 97.9373 235 2 1 -132.956 -36.0606 -144.45 + 80 105.788 719 2 0 -132.957 -36.0634 -145.85 + 80 108.361 235 1 1 -132.976 -36.1175 -174.45 + 80 119.104 719 1 0 -132.977 -36.1207 -175.85 + 80 110.304 235 0 1 -132.979 -36.1859 -204.45 + 80 281.134 719 0 0 -132.98 -36.1888 -205.85 + 80 385.984 234 0 1 -133.204 -36.339 -204.45 + 80 13.2642 718 0 0 -132.857 -36.2663 -205.85 + 80 149.725 233 0 1 -133.35 -36.3137 -204.646 + 80 119.928 237 8 1 -132.75 -35.7182 35.4327 Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 9.72569 LIN +Particle energy: 6.16318 LIN Particle: proton Event: 81 -Number of tracker hits in this event: 28 - 81 160.307 1331 10 1 86.4235 -17.1701 95.55 - 81 137.594 814 10 0 86.4239 -17.1697 94.15 - 81 113.638 1331 9 1 86.437 -17.1558 65.55 - 81 199.509 814 9 0 86.4372 -17.1557 64.15 - 81 134.87 1331 8 1 86.4392 -17.1544 35.55 - 81 178.441 814 8 0 86.4385 -17.1543 34.15 - 81 372.126 1331 7 1 86.4233 -17.1504 5.55 - 81 120.083 814 7 0 86.4226 -17.1498 4.15 - 81 112.354 1331 6 1 86.4058 -17.1483 -24.45 - 81 119.205 814 6 0 86.4055 -17.1488 -25.85 - 81 133.644 1331 5 1 86.4019 -17.1607 -54.45 - 81 106.557 814 5 0 86.4016 -17.161 -55.85 - 81 109.209 1331 4 1 86.3977 -17.1667 -84.45 - 81 121.899 814 4 0 86.3978 -17.1666 -85.85 - 81 108.434 1331 3 1 86.3997 -17.1657 -114.45 - 81 89.4826 814 3 0 86.3997 -17.1652 -115.85 - 81 115.612 1331 2 1 86.4001 -17.1553 -144.45 - 81 92.5373 814 2 0 86.3996 -17.1554 -145.85 - 81 100.167 1331 1 1 86.3896 -17.1548 -174.45 - 81 140.47 814 1 0 86.3892 -17.1548 -175.85 - 81 270.088 1331 0 1 86.3826 -17.1548 -204.45 - 81 122.646 814 0 0 86.3819 -17.154 -205.85 - 81 84.1276 1330 0 1 86.25 -17.4389 -204.64 - 81 121.862 1329 0 1 86.05 -17.4986 -204.73 - 81 179.153 1328 0 1 85.85 -17.3289 -204.69 - 81 133.007 1327 0 1 85.65 -17.1239 -204.628 - 81 275.742 1332 8 1 86.45 -17.1477 35.4414 - 81 45.8741 1333 8 1 86.65 -17.0383 35.5109 -Number of digits in this event: 17 +Number of tracker hits in this event: 24 + 81 115.715 365 8 1 -107.026 -95.3429 35.55 + 81 141.039 424 8 0 -107.027 -95.3427 34.15 + 81 208.731 365 7 1 -107.039 -95.3437 5.55 + 81 97.6645 424 7 0 -107.04 -95.3437 4.15 + 81 189.988 365 6 1 -107.047 -95.3409 -24.45 + 81 117.432 424 6 0 -107.048 -95.3402 -25.85 + 81 117.066 365 5 1 -107.07 -95.3245 -54.45 + 81 118.122 424 5 0 -107.073 -95.3249 -55.85 + 81 113.754 365 4 1 -107.128 -95.3394 -84.45 + 81 233.556 424 4 0 -107.13 -95.3394 -85.85 + 81 134.512 364 3 1 -107.173 -95.339 -114.45 + 81 160.617 424 3 0 -107.176 -95.338 -115.85 + 81 290.698 364 2 1 -107.238 -95.3201 -144.45 + 81 115.493 424 2 0 -107.24 -95.3198 -145.85 + 81 134.044 364 1 1 -107.288 -95.312 -174.45 + 81 182.336 424 1 0 -107.292 -95.3111 -175.85 + 81 145.04 363 0 1 -107.371 -95.2948 -204.45 + 81 118.937 424 0 0 -107.374 -95.2937 -205.85 + 81 96.7484 363 2 1 -107.35 -95.1368 -144.586 + 81 89.1447 430 2 0 -107.742 -94.1265 -145.85 + 81 56.2752 431 2 0 -107.834 -93.95 -146.081 + 81 58.116 252 0 1 -129.635 -54.2058 -204.45 + 81 1.70529 563 1 0 -118.092 -67.2518 -175.85 + 81 131.438 366 6 1 -106.95 -95.3152 -24.5786 +Number of digits in this event: 12 Using G4ParticleGun... -Particle energy: 3.98566 LIN +Particle energy: 4.09649 LIN Particle: proton Event: 82 -Number of tracker hits in this event: 26 - 82 97.7636 874 11 1 -5.20448 79.4935 125.55 - 82 127.682 1297 11 0 -5.20184 79.4932 124.15 - 82 175.94 874 10 1 -5.13993 79.4891 95.55 - 82 131.263 1297 10 0 -5.13634 79.489 94.15 - 82 169.011 874 9 1 -5.06727 79.4897 65.55 - 82 126.308 1297 9 0 -5.06452 79.4898 64.15 - 82 188.816 875 8 1 -5.01575 79.4934 35.55 - 82 293.739 1297 8 0 -5.01404 79.4939 34.15 - 82 113.965 875 7 1 -4.97529 79.5047 5.55 - 82 132.933 1297 7 0 -4.97402 79.5033 4.15 - 82 158.701 875 6 1 -4.94725 79.4718 -24.45 - 82 104.865 1297 6 0 -4.94582 79.4702 -25.85 - 82 115.02 875 5 1 -4.91629 79.4345 -54.45 - 82 224.678 1296 5 0 -4.91534 79.4326 -55.85 - 82 129.612 875 4 1 -4.89188 79.3863 -84.45 - 82 101.008 1296 4 0 -4.89154 79.3824 -85.85 - 82 108.615 875 3 1 -4.88527 79.303 -114.45 - 82 169.153 1296 3 0 -4.88361 79.3005 -115.85 - 82 115.337 875 2 1 -4.85194 79.2476 -144.45 - 82 94.2731 1295 2 0 -4.84915 79.2443 -145.85 - 82 159.445 876 1 1 -4.79561 79.1796 -174.45 - 82 118.045 1295 1 0 -4.79216 79.1761 -175.85 - 82 104.029 876 0 1 -4.71804 79.0996 -204.45 - 82 1038.45 1295 0 0 -4.71369 79.0957 -205.85 - 82 45.8875 1297 5 0 -4.92306 79.45 -56.2187 - 82 98.1954 1296 8 0 -5.05131 79.4499 33.991 -Number of digits in this event: 16 +Number of tracker hits in this event: 33 + 82 115.377 261 8 1 -127.754 53.6163 35.55 + 82 104.574 1167 8 0 -127.753 53.6165 34.15 + 82 95.5966 261 7 1 -127.75 53.6198 5.55 + 82 102.466 1167 7 0 -127.751 53.6205 4.15 + 82 117.812 261 6 1 -127.775 53.6356 -24.45 + 82 97.0095 1167 6 0 -127.776 53.6353 -25.85 + 82 228.647 261 5 1 -127.799 53.629 -54.45 + 82 223.818 1167 5 0 -127.801 53.629 -55.85 + 82 106.889 261 4 1 -127.845 53.6274 -84.45 + 82 95.7978 1167 4 0 -127.847 53.6262 -85.85 + 82 106.373 261 3 1 -127.891 53.6021 -114.45 + 82 108.315 1167 3 0 -127.893 53.5993 -115.85 + 82 109.908 261 2 1 -127.947 53.5357 -144.45 + 82 116.402 1167 2 0 -127.95 53.5321 -145.85 + 82 92.8361 260 1 1 -128.014 53.462 -174.45 + 82 101.94 1167 1 0 -128.018 53.4601 -175.85 + 82 105.229 260 0 1 -128.093 53.4031 -204.45 + 82 122.087 1166 0 0 -128.098 53.3997 -205.85 + 82 216.268 1162 1 0 -128.256 52.6497 -175.85 + 82 177.495 256 4 1 -128.787 48.1743 -84.45 + 82 17.2125 1127 4 0 -128.827 45.5224 -85.85 + 82 47.8833 1126 4 0 -128.829 45.45 -85.8829 + 82 47.0605 1125 4 0 -128.818 45.25 -85.966 + 82 49.2409 1124 4 0 -128.816 45.0497 -86.0503 + 82 61.8127 1123 4 0 -128.862 44.85 -86.1341 + 82 57.2047 1122 4 0 -128.978 44.65 -86.1803 + 82 11.0538 1121 4 0 -129.126 44.45 -86.2341 + 82 55.4082 781 4 0 -137.512 -23.7688 -86.2499 + 82 77.6918 780 4 0 -137.447 -23.8503 -86.1312 + 82 18.8889 779 4 0 -137.342 -24.05 -85.9076 + 82 296.476 214 4 1 -137.273 -25.1191 -84.85 + 82 102.901 215 4 1 -137.15 -25.5628 -84.6669 + 82 234.954 767 4 0 -136.244 -26.5491 -85.85 +Number of digits in this event: 8 Using G4ParticleGun... -Particle energy: 7.09464 LIN +Particle energy: 4.08531 LIN Particle: proton Event: 83 -Number of tracker hits in this event: 32 - 83 128.728 497 9 1 -80.5875 95.7109 65.55 - 83 113.396 1377 9 0 -80.5877 95.7112 64.15 - 83 188.676 497 8 1 -80.5888 95.717 35.55 - 83 120.487 1377 8 0 -80.5906 95.7152 34.15 - 83 117.297 497 7 1 -80.6274 95.6786 5.55 - 83 124.13 1377 7 0 -80.6289 95.6765 4.15 - 83 150.428 496 6 1 -80.6607 95.632 -24.45 - 83 114.803 1377 6 0 -80.6622 95.63 -25.85 - 83 97.4038 496 5 1 -80.6921 95.5858 -54.45 - 83 144.366 1377 5 0 -80.6936 95.5824 -55.85 - 83 117.32 496 4 1 -80.7236 95.5153 -84.45 - 83 97.4224 1376 4 0 -80.7238 95.5117 -85.85 - 83 211.983 496 3 1 -80.7272 95.433 -114.45 - 83 125.695 1376 3 0 -80.7278 95.4294 -115.85 - 83 107.34 496 2 1 -80.7388 95.3525 -144.45 - 83 250.55 1375 2 0 -80.7395 95.3486 -145.85 - 83 109.407 496 1 1 -80.7533 95.267 -174.45 - 83 103.461 1375 1 0 -80.7533 95.2636 -175.85 - 83 106.167 496 0 1 -80.7536 95.1978 -204.45 - 83 145.543 1375 0 0 -80.753 95.1937 -205.85 - 83 50.7743 139 9 1 -152.238 25.9596 65.217 - 83 0.0787022 189 14 1 -142.35 97.4957 215.257 - 83 0.175607 1453 13 0 -114.511 110.801 184.15 - 83 1241.24 1395 0 0 -76.084 99.2187 -206.25 - 83 735.726 521 0 1 -75.7158 99.5168 -204.85 - 83 490.547 522 0 1 -75.65 99.5701 -204.6 - 83 1651.47 1423 1 0 -69.5305 104.822 -176.25 - 83 1735.38 554 1 1 -69.1957 105.095 -174.85 - 83 2541.51 1458 2 0 -59.4158 111.816 -146.25 - 83 1301.65 605 2 1 -58.9182 112.164 -144.85 - 83 1601.18 606 2 1 -58.85 112.213 -144.659 - 83 114.981 1376 5 0 -80.7015 95.5499 -55.894 -Number of digits in this event: 20 +Number of tracker hits in this event: 25 + 83 189.321 785 11 1 -22.8783 -49.4824 125.55 + 83 200.646 652 11 0 -22.8791 -49.4831 124.15 + 83 140.837 785 10 1 -22.89 -49.4991 95.55 + 83 164.2 652 10 0 -22.8928 -49.4982 94.15 + 83 93.242 785 9 1 -22.9625 -49.4846 65.55 + 83 116.285 652 9 0 -22.9655 -49.4837 64.15 + 83 88.188 785 8 1 -23.0206 -49.4619 35.55 + 83 108.727 652 8 0 -23.0245 -49.4597 34.15 + 83 124.219 784 7 1 -23.1081 -49.411 5.55 + 83 106.265 653 7 0 -23.1122 -49.4105 4.15 + 83 121.808 784 6 1 -23.1789 -49.3975 -24.45 + 83 129.043 653 6 0 -23.1809 -49.3973 -25.85 + 83 97.1151 784 5 1 -23.2198 -49.3909 -54.45 + 83 110.863 653 5 0 -23.2208 -49.3898 -55.85 + 83 134.475 784 4 1 -23.2422 -49.3662 -84.45 + 83 108.061 653 4 0 -23.2431 -49.3655 -85.85 + 83 120.695 783 3 1 -23.2551 -49.352 -114.45 + 83 190.792 653 3 0 -23.2556 -49.3515 -115.85 + 83 125.921 783 2 1 -23.268 -49.3425 -144.45 + 83 130.454 653 2 0 -23.2696 -49.3412 -145.85 + 83 129.86 783 1 1 -23.2984 -49.3121 -174.45 + 83 119.762 653 1 0 -23.3005 -49.3092 -175.85 + 83 114.909 783 0 1 -23.3369 -49.2459 -204.45 + 83 134.111 654 0 0 -23.34 -49.2432 -205.85 + 83 88.8689 783 4 1 -23.25 -49.3638 -84.4923 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 4.74643 LIN +Particle energy: 9.84003 LIN Particle: proton Event: 84 -Number of tracker hits in this event: 21 - 84 104.735 1244 9 1 68.894 98.5293 65.55 - 84 118.376 1391 9 0 68.8929 98.5291 64.15 - 84 210.412 1244 8 1 68.8728 98.5194 35.55 - 84 105.002 1391 8 0 68.872 98.5196 34.15 - 84 116.283 1244 7 1 68.8599 98.5232 5.55 - 84 106.129 1391 7 0 68.8601 98.524 4.15 - 84 107.156 1244 6 1 68.8615 98.5362 -24.45 - 84 217.193 1391 6 0 68.8618 98.536 -25.85 - 84 103.223 1244 5 1 68.8677 98.5464 -54.45 - 84 124.699 1391 5 0 68.8648 98.5476 -55.85 - 84 90.7872 1243 4 1 68.8052 98.5631 -84.45 - 84 96.9071 1392 4 0 68.8025 98.5644 -85.85 - 84 119.108 1243 3 1 68.743 98.5923 -114.45 - 84 141.242 1392 3 0 68.7406 98.5936 -115.85 - 84 131.455 1243 2 1 68.6867 98.6253 -144.45 - 84 152.85 1392 2 0 68.6848 98.6262 -145.85 - 84 87.8507 1242 1 1 68.6486 98.6471 -174.45 - 84 96.5607 1392 1 0 68.6465 98.6469 -175.85 - 84 100.654 1242 0 1 68.6107 98.6395 -204.45 - 84 121.048 1392 0 0 68.6087 98.6374 -205.85 - 84 46.037 1390 6 0 68.8631 98.35 -26.1382 -Number of digits in this event: 8 +Number of tracker hits in this event: 18 + 84 112.262 902 8 1 0.46213 -144.318 35.55 + 84 142.944 179 8 0 0.460994 -144.318 34.15 + 84 111.984 901 7 1 0.439061 -144.318 5.55 + 84 105.822 179 7 0 0.437671 -144.319 4.15 + 84 181.275 901 6 1 0.407087 -144.324 -24.45 + 84 120.342 179 6 0 0.405212 -144.325 -25.85 + 84 181.019 901 5 1 0.36622 -144.338 -54.45 + 84 152.08 179 5 0 0.363907 -144.338 -55.85 + 84 110.674 901 4 1 0.315381 -144.359 -84.45 + 84 130.128 178 4 0 0.313285 -144.36 -85.85 + 84 95.6436 901 3 1 0.269342 -144.371 -114.45 + 84 105.003 178 3 0 0.26746 -144.371 -115.85 + 84 134.337 900 2 1 0.231247 -144.38 -144.45 + 84 105.861 178 2 0 0.228966 -144.372 -145.85 + 84 100.964 900 1 1 0.18264 -144.219 -174.45 + 84 115.103 179 1 0 0.180853 -144.211 -175.85 + 84 121.643 900 0 1 0.142825 -144.046 -204.45 + 84 104.182 180 0 0 0.141727 -144.038 -205.85 +Number of digits in this event: 9 Using G4ParticleGun... -Particle energy: 3.06842 LIN +Particle energy: 1.25747 LIN Particle: proton Event: 85 -Number of tracker hits in this event: 31 - 85 191.743 1450 9 1 110.269 -52.9582 65.55 - 85 157.927 635 9 0 110.274 -52.9582 64.15 - 85 151.787 1451 8 1 110.355 -52.9494 35.55 - 85 158.042 635 8 0 110.359 -52.9479 34.15 - 85 228.913 1451 7 1 110.443 -52.9183 5.55 - 85 196.741 635 7 0 110.448 -52.9205 4.15 - 85 3.84918 1451 6 1 110.55 -52.9548 -24.45 - 85 108.565 1452 6 1 110.55 -52.9548 -24.4701 - 85 120.997 635 6 0 110.556 -52.957 -25.85 - 85 126.922 1452 5 1 110.682 -52.9992 -54.45 - 85 134.768 635 5 0 110.686 -53.0014 -55.85 - 85 174.637 1453 4 1 110.777 -53.0511 -84.45 - 85 152.472 634 4 0 110.782 -53.0553 -85.85 - 85 121.039 1453 3 1 110.873 -53.1431 -114.45 - 85 136.634 634 3 0 110.877 -53.1463 -115.85 - 85 97.5643 1454 2 1 110.963 -53.21 -144.45 - 85 225.911 634 2 0 110.965 -53.214 -145.85 - 85 108.316 1454 1 1 111.01 -53.3001 -174.45 - 85 176.048 633 1 0 111.012 -53.3054 -175.85 - 85 118.145 1454 0 1 111.052 -53.4159 -204.45 - 85 207.215 633 0 0 111.053 -53.4184 -205.85 - 85 123.711 635 4 0 110.784 -53.05 -86.1105 - 85 19.8078 562 5 0 120.655 -67.6008 -56.25 - 85 65.2746 561 5 0 120.674 -67.65 -56.1596 - 85 58.27 560 5 0 120.708 -67.85 -56.1103 - 85 53.9094 559 5 0 120.771 -68.05 -56.1593 - 85 63.3198 1449 9 1 110.15 -52.9133 65.2353 - 85 40.6488 639 9 0 110.398 -52.0708 64.15 - 85 35.8165 1445 9 1 109.214 -50.539 65.15 - 85 7.61074 652 9 0 111.078 -49.6035 64.15 - 85 50.3394 1456 9 1 111.533 -48.7871 65.15 -Number of digits in this event: 18 +Number of tracker hits in this event: 29 + 85 541.167 665 9 1 -47.0222 -120.577 65.55 + 85 179.614 298 9 0 -46.9271 -120.544 64.15 + 85 184.944 675 8 1 -44.9577 -119.845 35.55 + 85 155.655 301 8 0 -44.8624 -119.812 34.15 + 85 145.861 685 7 1 -42.913 -119.147 5.55 + 85 141.369 305 7 0 -42.8224 -119.121 4.15 + 85 119.509 695 6 1 -40.9667 -118.564 -24.45 + 85 123.442 308 6 0 -40.8775 -118.541 -25.85 + 85 105.918 705 5 1 -39.0468 -118.092 -54.45 + 85 122.576 310 5 0 -38.9573 -118.073 -55.85 + 85 111.737 714 4 1 -37.1239 -117.697 -84.45 + 85 113.68 312 4 0 -37.0406 -117.675 -85.85 + 85 198.87 723 3 1 -35.3453 -117.229 -114.45 + 85 114.714 314 3 0 -35.2604 -117.208 -115.85 + 85 160.306 732 2 1 -33.5342 -116.793 -144.45 + 85 120.803 316 2 0 -33.4521 -116.773 -145.85 + 85 175.337 741 1 1 -31.7776 -116.384 -174.45 + 85 125.014 318 1 0 -31.6968 -116.364 -175.85 + 85 114.948 750 0 1 -30.0469 -115.968 -204.45 + 85 141.129 321 0 0 -29.9643 -115.947 -205.85 + 85 253.142 406 0 0 -86.3328 -98.75 -206.05 + 85 107.275 419 0 0 -86.6452 -96.35 -206.05 + 85 290.103 405 0 0 -86.7586 -98.95 -206.1 + 85 100.284 462 0 1 -87.4875 -99.2059 -204.85 + 85 187.117 983 7 1 16.8186 -177.734 5.15 + 85 98.7907 984 7 1 16.85 -177.746 5.30304 + 85 20.3583 982 7 1 16.65 -177.822 5.19146 + 85 72.473 6 7 0 15.7219 -178.896 4.14994 + 85 320.114 5 7 0 15.7031 -178.95 4.10344 +Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 2.94185 LIN +Particle energy: 1.99997 LIN Particle: proton Event: 86 -Number of tracker hits in this event: 53 - 86 136.67 987 11 1 17.5689 -75.6395 125.55 - 86 121.387 522 11 0 17.5667 -75.6385 124.15 - 86 233.788 987 10 1 17.5194 -75.6223 95.55 - 86 113.401 522 10 0 17.518 -75.6197 94.15 - 86 147.615 987 9 1 17.4855 -75.5711 65.55 - 86 105.67 522 9 0 17.4848 -75.5697 64.15 - 86 108.786 987 8 1 17.4588 -75.5388 35.55 - 86 113.965 522 8 0 17.4571 -75.5371 34.15 - 86 115.75 986 7 1 17.4242 -75.5053 5.55 - 86 101.019 522 7 0 17.425 -75.502 4.15 - 86 110.143 986 6 1 17.4431 -75.4355 -24.45 - 86 161.009 523 6 0 17.4437 -75.4313 -25.85 - 86 169.144 987 5 1 17.4792 -75.3311 -54.45 - 86 122.468 523 5 0 17.4792 -75.3255 -55.85 - 86 87.0507 987 4 1 17.473 -75.2177 -84.45 - 86 123.186 524 4 0 17.472 -75.2131 -85.85 - 86 80.0177 987 3 1 17.4542 -75.1176 -114.45 - 86 137.158 524 3 0 17.4542 -75.109 -115.85 - 86 111.046 986 2 1 17.4487 -74.9369 -144.45 - 86 93.5619 525 2 0 17.4481 -74.9289 -145.85 - 86 97.6439 986 1 1 17.432 -74.77 -174.45 - 86 120.277 526 1 0 17.4283 -74.7619 -175.85 - 86 113.814 986 0 1 17.3472 -74.5998 -204.45 - 86 110.803 527 0 0 17.3442 -74.5893 -205.85 - 86 353.785 1024 1 1 25.05 -113.791 -174.785 - 86 94.2475 1023 1 1 24.8498 -114.13 -174.613 - 86 4.29907 693 4 0 75.2927 -41.3439 -86.25 - 86 66.1888 885 4 0 80.708 -2.98978 -86.2496 - 86 91.1084 886 4 0 80.7992 -2.84994 -86.1634 - 86 105.145 887 4 0 80.8891 -2.65 -85.9985 - 86 4.28075 888 4 0 80.7521 -2.44994 -85.8614 - 86 221.132 1298 4 1 79.7365 -2.28723 -84.85 - 86 27.2084 354 2 0 174.225 -109.308 -145.963 - 86 295.249 798 1 0 94.8406 -20.2553 -176.25 - 86 11.4235 1393 1 1 98.9113 -21.2283 -174.85 - 86 61.4448 1394 1 1 98.9502 -21.2381 -174.836 - 86 60.0895 1395 1 1 99.15 -21.2905 -174.806 - 86 79.7544 1396 1 1 99.3502 -21.3365 -174.818 - 86 5.87825 1397 1 1 99.55 -21.331 -174.847 - 86 84.2332 797 1 0 103.388 -20.6421 -175.85 - 86 67.6442 799 1 0 103.641 -20.25 -176.138 - 86 304.532 942 1 0 122.321 8.58677 -176.25 - 86 11.942 720 4 0 -77.5555 -35.9013 -85.8717 - 86 105.51 260 0 0 -13.0662 -128.086 -206.25 - 86 174.533 261 0 0 -13.0478 -127.95 -206.103 - 86 55.9856 1296 7 1 79.45 103.778 5.44456 - 86 0.928538 314 0 0 63.2473 -117.15 -206.176 - 86 22.8265 320 0 0 60.4941 -116.147 -206.018 - 86 305.775 542 5 1 -71.4982 -90.042 -54.4501 - 86 20.3067 543 5 1 -71.4499 -90.0484 -54.6867 - 86 226.048 1484 13 0 -78.7388 116.998 183.849 - 86 0.19399 86 13 1 -162.84 88.2952 185.15 - 86 46.4737 190 8 0 -128.614 -142.063 33.75 -Number of digits in this event: 20 +Number of tracker hits in this event: 85 + 86 122.927 885 10 1 -3.02492 98.1143 95.55 + 86 111.86 1389 10 0 -3.02502 98.1163 94.15 + 86 241.596 885 9 1 -3.03468 98.1652 65.55 + 86 112.812 1390 9 0 -3.03513 98.1657 64.15 + 86 118.544 885 8 1 -3.04483 98.1699 35.55 + 86 121.321 1390 8 0 -3.04584 98.1686 34.15 + 86 418.209 884 7 1 -3.05947 98.1517 5.55 + 86 346.436 1390 7 0 -3.0616 98.1515 4.15 + 86 108.27 884 6 1 -3.10512 98.1499 -24.45 + 86 95.915 1390 6 0 -3.10849 98.1502 -25.85 + 86 167.522 884 5 1 -3.18244 98.1632 -54.45 + 86 108.357 1390 5 0 -3.18708 98.1645 -55.85 + 86 126.594 883 4 1 -3.27226 98.1894 -84.45 + 86 167.999 1390 4 0 -3.27606 98.1922 -85.85 + 86 114.276 883 3 1 -3.3558 98.2452 -114.45 + 86 105.428 1390 3 0 -3.36089 98.2478 -115.85 + 86 118.39 882 2 1 -3.47696 98.3045 -144.45 + 86 125.245 1390 2 0 -3.48229 98.3084 -145.85 + 86 131.904 882 1 1 -3.58431 98.391 -174.45 + 86 116.094 1391 1 0 -3.59272 98.3966 -175.85 + 86 136.579 881 0 1 -3.772 98.506 -204.45 + 86 123.833 1391 0 0 -3.78061 98.5121 -205.85 + 86 1.51734 1707 1 0 -55.5147 161.55 -175.975 + 86 122.919 619 1 1 -56.1336 162.79 -174.85 + 86 293.929 618 1 1 -56.25 163.087 -174.65 + 86 58.2133 617 1 1 -56.4561 163.513 -174.45 + 86 39.2221 1186 0 0 -2.7995 57.2806 -206.243 + 86 19.6783 736 1 0 -80.5049 -32.7889 -176.071 + 86 14.419 860 1 0 96.4431 -7.85 -176.103 + 86 0.324683 675 0 0 -116.444 -45.0442 -206.25 + 86 27.5534 1393 0 0 -9.97535 98.9491 -206.25 + 86 212.009 1394 0 0 -9.98414 98.95 -206.2 + 86 101.074 849 0 1 -10.215 98.979 -204.85 + 86 85.825 848 0 1 -10.25 98.9836 -204.643 + 86 133.072 1406 1 0 -13.6728 101.526 -176.25 + 86 49.5932 1407 1 0 -13.7043 101.55 -175.987 + 86 81.1878 831 1 1 -13.834 101.655 -174.85 + 86 107.698 830 1 1 -13.85 101.668 -174.709 + 86 189.49 1417 2 0 -16.3878 103.563 -146.25 + 86 271.805 817 2 1 -16.4961 103.653 -144.85 + 86 194.793 1425 3 0 -18.3245 105.183 -116.25 + 86 111.254 808 3 1 -18.4333 105.25 -114.85 + 86 100.679 807 3 1 -18.45 105.259 -114.65 + 86 258.335 1436 4 0 -22.062 107.478 -86.25 + 86 85.2317 789 4 1 -22.232 107.59 -84.85 + 86 167.407 788 4 1 -22.25 107.602 -84.6989 + 86 137.981 1446 5 0 -25.4983 109.533 -56.25 + 86 84.3585 1447 5 0 -25.527 109.55 -55.9986 + 86 6.22788 772 5 1 -25.6486 109.597 -54.85 + 86 220.92 771 5 1 -25.65 109.598 -54.8369 + 86 116.123 1455 6 0 -28.9733 111.335 -26.25 + 86 84.8009 1456 6 0 -29.0014 111.35 -26.0095 + 86 213.522 754 6 1 -29.1433 111.419 -24.85 + 86 255.095 1468 7 0 -33.1587 113.832 3.75 + 86 278.79 733 7 1 -33.3449 113.943 5.15 + 86 257.691 1460 8 0 -38.3503 112.333 33.75 + 86 193.108 707 8 1 -38.5806 112.26 35.15 + 86 232.468 1449 9 0 -43.5473 110.009 63.75 + 86 428.087 681 9 1 -43.7452 109.899 65.15 + 86 332.544 1431 10 0 -49.9237 106.465 93.75 + 86 61.641 649 10 1 -50.2245 106.28 95.15 + 86 185.197 648 10 1 -50.25 106.264 95.2694 + 86 270.374 1411 11 0 -57.4164 102.407 123.75 + 86 162.733 611 11 1 -57.7757 102.237 125.15 + 86 61.9587 610 11 1 -57.85 102.204 125.438 + 86 401.947 1395 12 0 -66.2524 99.2071 153.75 + 86 243.377 566 12 1 -66.6514 99.0569 155.15 + 86 263.198 1374 13 0 -73.4357 95.0483 183.75 + 86 382.781 531 13 1 -73.7586 94.8531 185.15 + 86 457.007 1352 14 0 -79.8347 90.6964 213.75 + 86 287.558 499 14 1 -80.1533 90.4985 215.15 + 86 3.49852 847 0 1 -10.6409 99.7354 -204.85 + 86 442.245 846 0 1 -10.65 99.7464 -204.835 + 86 92.3893 845 0 1 -10.85 99.7897 -204.613 + 86 180.745 1393 2 0 -4.18163 98.9051 -145.85 + 86 212.548 1394 2 0 -4.1352 98.95 -145.995 + 86 205.099 1201 2 0 47.8494 60.3706 -146.25 + 86 90.3844 873 2 1 -5.32027 98.9808 -144.85 + 86 128.894 872 2 1 -5.45 98.988 -144.774 + 86 139.014 885 7 1 -3.05 98.2051 5.47572 + 86 85.2379 884 9 1 -3.05824 98.1557 65.55 + 86 100.132 883 9 1 -3.25067 98.0884 65.541 + 86 143.222 882 9 1 -3.45 97.9775 65.4277 + 86 265.139 881 9 1 -3.65 97.703 65.365 + 86 13.2552 880 9 1 -3.85 97.6045 65.2667 +Number of digits in this event: 52 Using G4ParticleGun... -Particle energy: 4.55199 LIN +Particle energy: 3.9998 LIN Particle: proton Event: 87 -Number of tracker hits in this event: 95 - 87 100.377 399 10 1 -100.19 -2.89322 95.55 - 87 139.723 885 10 0 -100.191 -2.89242 94.15 - 87 102.572 399 9 1 -100.193 -2.87968 65.55 - 87 7682.37 885 9 0 -100.191 -2.87869 64.15 - 87 462.004 362 8 1 -107.693 -38.104 35.55 - 87 91.6426 361 8 1 -107.75 -39.3603 35.4809 - 87 76.181 360 8 1 -107.95 -39.5716 35.4675 - 87 8.3898 721 8 0 -110.994 -35.8224 33.75 - 87 1064.88 387 8 1 -102.674 -35.1013 35.55 - 87 99.9202 718 8 0 -102.816 -36.4176 34.15 - 87 639.88 717 8 0 -102.82 -36.45 34.1153 - 87 637.26 716 8 0 -102.841 -36.65 33.9001 - 87 1437.82 370 7 1 -105.978 -62.5843 5.55 - 87 298.099 580 7 0 -106.362 -63.9632 4.15 - 87 720.475 579 7 0 -106.387 -64.05 4.06151 - 87 331.865 578 7 0 -106.443 -64.25 3.85408 - 87 1706.48 327 6 1 -114.573 -91.542 -24.45 - 87 258.739 436 6 0 -114.96 -92.8862 -25.85 - 87 965.25 435 6 0 -114.978 -92.95 -25.9164 - 87 585.666 434 6 0 -115.034 -93.15 -26.1258 - 87 2088.07 281 5 1 -123.768 -120.68 -54.45 - 87 446.945 290 5 0 -123.959 -122.076 -55.85 - 87 1171.29 289 5 0 -123.969 -122.15 -55.9241 - 87 740.263 288 5 0 -123.997 -122.35 -56.1287 - 87 3342 257 4 1 -128.556 -149.312 -84.45 - 87 1560.47 148 4 0 -128.9 -150.428 -85.85 - 87 2646.9 147 4 0 -128.937 -150.55 -85.9995 - 87 347.884 146 4 0 -128.986 -150.75 -86.2213 - 87 2.0856 994 8 1 19.0378 10.1049 35.55 - 87 90.9402 995 8 1 19.05 10.106 35.5471 - 87 65.3404 996 8 1 19.25 10.1246 35.499 - 87 94.019 997 8 1 19.45 10.1429 35.4535 - 87 78.5592 998 8 1 19.65 10.1615 35.4077 - 87 47.192 999 8 1 19.85 10.1802 35.3619 - 87 53.3404 1000 8 1 20.05 10.1988 35.3167 - 87 163.989 1001 8 1 20.25 10.2171 35.2714 - 87 61.4713 1002 8 1 20.45 10.2357 35.2264 - 87 33.0134 1003 8 1 20.65 10.2539 35.1815 - 87 721.339 953 8 0 25.2346 10.6653 34.15 - 87 13.8567 1651 7 1 150.537 21.5213 5.55 - 87 95.6844 1652 7 1 150.55 21.522 5.54692 - 87 67.471 1653 7 1 150.75 21.5331 5.49863 - 87 77.6139 1654 7 1 150.95 21.544 5.45028 - 87 63.5654 1655 7 1 151.15 21.5549 5.4017 - 87 62.6119 1656 7 1 151.35 21.5655 5.35304 - 87 56.3375 1657 7 1 151.55 21.5764 5.30443 - 87 55.3847 1658 7 1 151.75 21.5875 5.25582 - 87 52.7954 1659 7 1 151.95 21.5986 5.20716 - 87 14.1852 1660 7 1 152.15 21.6097 5.15813 - 87 69.4844 1008 7 0 156.252 21.8378 4.15 - 87 401.226 1009 7 0 156.472 21.85 4.09611 - 87 182.499 402 9 1 -99.6684 -3.00633 65.15 - 87 31.3922 403 9 1 -99.55 -3.03546 65.4643 - 87 269.178 877 10 0 -89.3473 -4.63112 93.75 - 87 17.2969 876 10 0 -89.2256 -4.65 94.0876 - 87 164.035 456 10 1 -88.843 -4.71115 95.15 - 87 165.72 865 11 0 -79.1686 -6.89669 123.75 - 87 59.9523 506 11 1 -78.6976 -7.00539 125.15 - 87 98.863 507 11 1 -78.65 -7.01644 125.292 - 87 149.559 857 12 0 -70.0856 -8.60164 153.75 - 87 26.6506 551 12 1 -69.6714 -8.67714 155.15 - 87 168.171 552 12 1 -69.65 -8.68102 155.223 - 87 187.426 849 13 0 -62.3154 -10.1802 183.75 - 87 167.437 590 13 1 -61.9815 -10.2569 185.15 - 87 151.534 842 14 0 -55.4238 -11.4528 213.75 - 87 95.5283 624 14 1 -55.1083 -11.5013 215.15 - 87 38.6317 625 14 1 -55.05 -11.5096 215.41 - 87 39.5853 330 8 1 -114.125 17.0642 35.55 - 87 322.067 329 8 1 -114.15 17.0999 35.4988 - 87 6.45233 989 8 0 -114.814 18.0423 34.15 - 87 272.589 990 8 0 -114.819 18.05 34.139 - 87 104.535 991 8 0 -114.961 18.25 33.8529 - 87 44.0949 256 7 1 -128.909 38.1949 5.55 - 87 337.442 255 7 1 -128.95 38.2499 5.47264 - 87 71.135 1095 7 0 -129.65 39.1917 4.15 - 87 219.454 1096 7 0 -129.694 39.25 4.0682 - 87 67.1395 1097 7 0 -129.842 39.45 3.78843 - 87 297.582 176 6 1 -144.812 59.5567 -24.45 - 87 105.124 175 6 1 -144.95 59.7394 -24.7115 - 87 159.887 1202 6 0 -145.549 60.5308 -25.85 - 87 224.269 1203 6 0 -145.639 60.65 -26.0215 - 87 131.13 97 5 1 -160.66 80.4116 -54.45 - 87 206.464 96 5 1 -160.75 80.5327 -54.624 - 87 111.883 1306 5 0 -161.385 81.384 -55.85 - 87 308.157 1307 5 0 -161.435 81.45 -55.945 - 87 17.4773 1308 5 0 -161.583 81.65 -56.2324 - 87 126.589 20 4 1 -176.069 101.254 -84.45 - 87 184.299 19 4 1 -176.15 101.361 -84.6072 - 87 217.625 1410 4 0 -176.795 102.2 -85.85 - 87 123.078 1411 4 0 -176.91 102.35 -86.0719 - 87 75.8661 1090 7 0 -129.166 38.0644 4.1499 - 87 62.0125 1089 7 0 -129.163 38.05 4.12395 - 87 54.9552 730 8 0 -124.871 -33.9633 33.7501 - 87 117.202 729 8 0 -124.895 -34.0501 33.8215 - 87 240.045 728 8 0 -124.93 -34.25 34.0135 -Number of digits in this event: 53 +Number of tracker hits in this event: 27 + 87 140.427 1181 8 1 56.3149 -123.944 35.55 + 87 118.798 281 8 0 56.3153 -123.945 34.15 + 87 108.865 1181 7 1 56.3259 -123.957 5.55 + 87 90.6957 280 7 0 56.3261 -123.957 4.15 + 87 89.8729 1181 6 1 56.3322 -123.959 -24.45 + 87 106.028 280 6 0 56.3335 -123.958 -25.85 + 87 119.024 1181 5 1 56.3658 -123.945 -54.45 + 87 158.219 281 5 0 56.3684 -123.945 -55.85 + 87 95.8738 1181 4 1 56.421 -123.941 -84.45 + 87 90.4481 281 4 0 56.425 -123.939 -85.85 + 87 130.625 1182 3 1 56.5103 -123.905 -114.45 + 87 104.796 281 3 0 56.5144 -123.905 -115.85 + 87 103.068 1182 2 1 56.5985 -123.902 -144.45 + 87 128.234 281 2 0 56.6006 -123.905 -145.85 + 87 158.372 1182 1 1 56.6318 -123.957 -174.45 + 87 137.019 280 1 0 56.6321 -123.959 -175.85 + 87 128.962 1182 0 1 56.6412 -124.009 -204.45 + 87 249.204 280 0 0 56.641 -124.013 -205.85 + 87 205.239 281 6 0 56.3062 -123.95 -26.0765 + 87 15.6191 233 6 0 18.2322 -133.499 -26.25 + 87 74.2655 232 6 0 18.2292 -133.55 -26.2007 + 87 64.5765 547 6 0 87.7586 -70.5831 -26.25 + 87 88.8065 548 6 0 87.8784 -70.45 -26.1565 + 87 53.3822 549 6 0 87.9765 -70.2497 -26.0822 + 87 90.4817 550 6 0 88.0039 -70.05 -26.0093 + 87 118.011 551 6 0 88.0488 -69.8499 -25.9369 + 87 192.434 552 6 0 88.2955 -69.65 -25.9889 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 4.33391 LIN +Particle energy: 2.27088 LIN Particle: proton Event: 88 -Number of tracker hits in this event: 29 - 88 265.991 1113 9 1 42.8439 -119.958 65.55 - 88 105.411 300 9 0 42.8436 -119.958 64.15 - 88 122.952 1113 8 1 42.8398 -119.946 35.55 - 88 109.633 301 8 0 42.8397 -119.947 34.15 - 88 180.143 1113 7 1 42.8358 -119.95 5.55 - 88 146.107 301 7 0 42.8364 -119.95 4.15 - 88 174.857 1114 6 1 42.8537 -119.943 -24.45 - 88 101.322 301 6 0 42.8543 -119.944 -25.85 - 88 102.067 1114 5 1 42.8651 -119.959 -54.45 - 88 97.1617 300 5 0 42.8666 -119.958 -55.85 - 88 127.523 1114 4 1 42.8964 -119.934 -84.45 - 88 123.243 301 4 0 42.8973 -119.932 -85.85 - 88 120.077 1114 3 1 42.9205 -119.891 -114.45 - 88 125.963 301 3 0 42.9221 -119.889 -115.85 - 88 246.243 1114 2 1 42.9552 -119.851 -144.45 - 88 144.933 301 2 0 42.9589 -119.85 -145.85 - 88 147.03 1114 1 1 43.0311 -119.838 -174.45 - 88 185.798 301 1 0 43.0347 -119.839 -175.85 - 88 178.673 1115 0 1 43.1059 -119.875 -204.45 - 88 150.601 301 0 0 43.1106 -119.877 -205.85 - 88 112.521 300 0 0 43.1086 -119.95 -206.079 - 88 127.377 299 0 0 43.1544 -120.15 -206.09 - 88 6.17963 299 6 0 43.4494 -120.227 -25.85 - 88 43.6702 1118 6 1 43.8323 -120.523 -24.8499 - 88 149.108 1113 6 1 42.7046 -119.929 -24.4504 - 88 3.4228 305 6 0 43.1309 -118.958 -25.8507 - 88 99.9574 306 6 0 43.1368 -118.95 -25.8582 - 88 75.0127 307 6 0 43.3959 -118.75 -25.9435 - 88 176.292 1122 6 1 44.5589 -118.334 -24.85 -Number of digits in this event: 19 +Number of tracker hits in this event: 24 + 88 109.746 707 10 1 -38.5659 81.8134 95.55 + 88 228.126 1308 10 0 -38.5681 81.8155 94.15 + 88 139.146 707 9 1 -38.6079 81.8566 65.55 + 88 103.209 1309 9 0 -38.6107 81.8585 64.15 + 88 100.685 706 8 1 -38.6501 81.901 35.55 + 88 134.489 1309 8 0 -38.6527 81.9032 34.15 + 88 118.478 706 7 1 -38.7053 81.9452 5.55 + 88 178.645 1309 7 0 -38.7076 81.9543 4.15 + 88 214.061 706 6 1 -38.7463 82.1343 -24.45 + 88 107.824 1310 6 0 -38.7483 82.1385 -25.85 + 88 127.73 706 5 1 -38.7891 82.2178 -54.45 + 88 99.6823 1310 5 0 -38.7896 82.223 -55.85 + 88 112.365 706 4 1 -38.8052 82.3346 -84.45 + 88 182.757 1311 4 0 -38.804 82.3403 -85.85 + 88 159.81 706 3 1 -38.7803 82.4686 -114.45 + 88 103.593 1312 3 0 -38.7798 82.4761 -115.85 + 88 96.6789 706 2 1 -38.7719 82.6266 -144.45 + 88 114.551 1312 2 0 -38.7735 82.6329 -145.85 + 88 137.247 706 1 1 -38.811 82.775 -174.45 + 88 253.484 1313 1 0 -38.8136 82.7818 -175.85 + 88 116.281 705 0 1 -38.8698 82.9127 -204.45 + 88 122.735 1314 0 0 -38.8721 82.9184 -205.85 + 88 149.57 1314 1 0 -38.8005 82.8501 -175.935 + 88 25.3978 1309 10 0 -38.6404 81.85 93.8131 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 2.29245 LIN +Particle energy: 1.11127 LIN Particle: proton Event: 89 -Number of tracker hits in this event: 29 - 89 98.9913 1031 10 1 26.3931 86.5495 95.55 - 89 134.421 1332 10 0 26.3922 86.5538 94.15 - 89 117.059 1031 9 1 26.3801 86.6531 65.55 - 89 101.333 1333 9 0 26.3771 86.6584 64.15 - 89 111.909 1031 8 1 26.3022 86.7729 35.55 - 89 241.584 1333 8 0 26.2966 86.7786 34.15 - 89 173.432 1030 7 1 26.1763 86.8984 5.55 - 89 137.272 1334 7 0 26.1678 86.9009 4.15 - 89 104.342 1029 6 1 25.9877 86.9404 -24.45 - 89 106.236 1334 6 0 25.979 86.9402 -25.85 - 89 123.813 1028 5 1 25.7995 86.9389 -54.45 - 89 85.6734 1334 5 0 25.7926 86.938 -55.85 - 89 180.576 1027 4 1 25.6472 86.927 -84.45 - 89 158.109 1334 4 0 25.635 86.925 -85.85 - 89 199.153 1026 3 1 25.3954 86.8817 -114.45 - 89 131.851 1334 3 0 25.3824 86.8801 -115.85 - 89 188.607 1025 2 1 25.1094 86.845 -144.45 - 89 118.919 1333 2 0 25.0974 86.8445 -145.85 - 89 98.6185 1024 1 1 24.854 86.8351 -174.45 - 89 189.306 1333 1 0 24.8417 86.835 -175.85 - 89 97.1182 1022 0 1 24.6042 86.8244 -204.45 - 89 126.867 1333 0 0 24.5946 86.8195 -205.85 - 89 39.153 1334 0 0 24.6181 86.85 -206.165 - 89 61.0402 1025 3 1 25.2498 86.8085 -114.694 - 89 31.2935 1330 3 0 24.4513 86.1197 -115.851 - 89 78.4506 1329 3 0 24.3841 86.05 -115.901 - 89 67.1307 1328 3 0 24.3625 85.8492 -115.915 - 89 88.9948 1009 3 1 21.93 85.1409 -114.85 - 89 408.697 1008 3 1 21.8494 85.1128 -114.808 -Number of digits in this event: 14 +Number of tracker hits in this event: 24 + 89 121.474 917 11 1 3.45879 38.5952 125.55 + 89 173.118 1092 11 0 3.46334 38.604 124.15 + 89 138.79 917 10 1 3.57038 38.7903 95.55 + 89 160.05 1093 10 0 3.57006 38.8025 94.15 + 89 131.547 917 9 1 3.56531 39.0473 65.55 + 89 109.052 1095 9 0 3.56181 39.0568 64.15 + 89 272.508 917 8 1 3.47852 39.255 35.55 + 89 113.635 1096 8 0 3.47584 39.2614 34.15 + 89 132.684 916 7 1 3.4203 39.3873 5.55 + 89 110.854 1096 7 0 3.41399 39.3913 4.15 + 89 130.939 916 6 1 3.28727 39.4837 -24.45 + 89 96.1754 1097 6 0 3.2824 39.4862 -25.85 + 89 129.063 915 5 1 3.21555 39.533 -54.45 + 89 111.978 1097 5 0 3.21448 39.5336 -55.85 + 89 138.312 915 4 1 3.19449 39.5362 -84.45 + 89 146.424 1097 4 0 3.18378 39.5326 -85.85 + 89 136.41 914 3 1 2.97856 39.4636 -114.45 + 89 108.148 1097 3 0 2.97157 39.4568 -115.85 + 89 142.701 913 2 1 2.84566 39.3256 -144.45 + 89 180.299 1096 2 0 2.84118 39.3223 -145.85 + 89 127.924 913 1 1 2.76864 39.2709 -174.45 + 89 125.256 1096 1 0 2.76711 39.2688 -175.85 + 89 174.327 913 0 1 2.72626 39.2195 -204.45 + 89 168.925 1095 0 0 2.72799 39.2201 -205.85 +Number of digits in this event: 19 Using G4ParticleGun... -Particle energy: 4.95536 LIN +Particle energy: 8.52796 LIN Particle: proton Event: 90 -Number of tracker hits in this event: 24 - 90 117.724 1074 8 1 35.0431 -133.166 35.55 - 90 100.193 234 8 0 35.0396 -133.168 34.15 - 90 255.851 1074 7 1 34.9697 -133.21 5.55 - 90 107.594 234 7 0 34.9654 -133.212 4.15 - 90 100.951 1074 6 1 34.8768 -133.254 -24.45 - 90 150.472 234 6 0 34.8729 -133.257 -25.85 - 90 227.202 1073 5 1 34.7935 -133.315 -54.45 - 90 122.031 234 5 0 34.788 -133.318 -55.85 - 90 121.866 1073 4 1 34.6851 -133.373 -84.45 - 90 95.7356 233 4 0 34.6783 -133.377 -85.85 - 90 142.47 1072 3 1 34.5435 -133.449 -114.45 - 90 77.3455 233 3 0 34.5363 -133.452 -115.85 - 90 119.021 1071 2 1 34.3882 -133.523 -144.45 - 90 85.6949 233 2 0 34.3813 -133.526 -145.85 - 90 144.541 1070 1 1 34.2384 -133.578 -174.45 - 90 99.852 232 1 0 34.2306 -133.582 -175.85 - 90 150.207 1070 0 1 34.0793 -133.65 -204.45 - 90 129.581 232 0 0 34.0708 -133.655 -205.85 - 90 39.6424 237 5 0 34.9076 -132.591 -55.8504 - 90 109.716 238 5 0 34.9233 -132.55 -55.937 - 90 159.062 307 5 0 67.2929 -118.721 -56.25 - 90 18.2277 308 5 0 67.5971 -118.55 -55.9011 - 90 370.801 1238 5 1 67.7293 -118.155 -54.85 - 90 351.876 1239 5 1 67.85 -117.983 -54.5461 -Number of digits in this event: 13 +Number of tracker hits in this event: 20 + 90 145.04 749 9 1 -30.1809 130.13 65.55 + 90 120.635 1549 9 0 -30.1808 130.131 64.15 + 90 143.73 749 8 1 -30.1796 130.14 35.55 + 90 104.342 1549 8 0 -30.1797 130.141 34.15 + 90 106.59 749 7 1 -30.1892 130.149 5.55 + 90 145.532 1549 7 0 -30.1898 130.15 4.15 + 90 116.525 749 6 1 -30.203 130.175 -24.45 + 90 113.316 1550 6 0 -30.2039 130.175 -25.85 + 90 112.593 749 5 1 -30.2207 130.179 -54.45 + 90 94.11 1550 5 0 -30.221 130.179 -55.85 + 90 109.367 749 4 1 -30.2262 130.191 -84.45 + 90 120.793 1550 4 0 -30.2263 130.192 -85.85 + 90 109.715 749 3 1 -30.231 130.209 -114.45 + 90 100.08 1550 3 0 -30.2315 130.21 -115.85 + 90 132 749 2 1 -30.2448 130.216 -144.45 + 90 165.314 1550 2 0 -30.2447 130.216 -145.85 + 90 118.465 749 1 1 -30.241 130.232 -174.45 + 90 112.271 1550 1 0 -30.2414 130.233 -175.85 + 90 196.325 749 0 1 -30.2486 130.257 -204.45 + 90 134.042 1550 0 0 -30.2488 130.258 -205.85 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 8.58477 LIN +Particle energy: 4.06506 LIN Particle: proton Event: 91 -Number of tracker hits in this event: 18 - 91 110.72 1471 7 1 114.416 -94.8388 5.55 - 91 128.394 426 7 0 114.416 -94.8391 4.15 - 91 179.358 1471 6 1 114.426 -94.845 -24.45 - 91 167.836 426 6 0 114.426 -94.8451 -25.85 - 91 109.248 1471 5 1 114.433 -94.8446 -54.45 - 91 114.925 426 5 0 114.434 -94.8441 -55.85 - 91 124.103 1471 4 1 114.442 -94.8343 -84.45 - 91 122.241 426 4 0 114.442 -94.8343 -85.85 - 91 98.0777 1471 3 1 114.438 -94.8306 -114.45 - 91 145.956 426 3 0 114.438 -94.8303 -115.85 - 91 96.6911 1471 2 1 114.436 -94.8219 -144.45 - 91 157.905 426 2 0 114.435 -94.822 -145.85 - 91 99.6776 1471 1 1 114.426 -94.8252 -174.45 - 91 98.2475 426 1 0 114.426 -94.8257 -175.85 - 91 123.934 1471 0 1 114.42 -94.8377 -204.45 - 91 233.1 426 0 0 114.419 -94.8357 -205.85 - 91 157.251 1787 4 1 177.597 9.96238 -84.85 - 91 2.35415 1788 4 1 177.75 9.98718 -84.6515 -Number of digits in this event: 13 +Number of tracker hits in this event: 25 + 91 120.305 898 7 1 -0.346282 -146.488 5.55 + 91 115.517 168 7 0 -0.345842 -146.486 4.15 + 91 144.393 898 6 1 -0.338173 -146.45 -24.45 + 91 156.58 168 6 0 -0.338664 -146.449 -25.85 + 91 105.671 898 5 1 -0.344389 -146.439 -54.45 + 91 109.357 168 5 0 -0.347868 -146.444 -55.85 + 91 133.795 898 4 1 -0.417246 -146.563 -84.45 + 91 86.625 167 4 0 -0.420086 -146.57 -85.85 + 91 134.893 897 3 1 -0.475743 -146.703 -114.45 + 91 158.376 167 3 0 -0.476196 -146.711 -115.85 + 91 116.171 897 2 1 -0.486685 -146.867 -144.45 + 91 189.04 166 2 0 -0.486046 -146.874 -145.85 + 91 114.454 897 1 1 -0.474931 -147.026 -174.45 + 91 115.374 165 1 0 -0.474368 -147.034 -175.85 + 91 131.792 897 0 1 -0.464861 -147.193 -204.45 + 91 128.318 164 0 0 -0.464397 -147.2 -205.85 + 91 12.2898 409 7 0 -116.876 -98.2493 3.93868 + 91 3.78982 832 5 1 -13.6179 -65.1853 -54.85 + 91 240.397 831 5 1 -13.6502 -65.0661 -54.5839 + 91 7442.28 195 0 0 22.5613 -141.096 -206.25 + 91 38.0569 1018 7 0 12.6165 23.7189 4.13608 + 91 246.447 1240 2 1 68.05 -12.9575 -144.705 + 91 100.038 1241 2 1 68.2504 -13.0565 -144.499 + 91 203.599 166 3 0 -0.461111 -146.75 -116.017 + 91 145.882 897 4 1 -0.45 -146.564 -84.7068 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 5.55448 LIN +Particle energy: 6.40812 LIN Particle: proton Event: 92 -Number of tracker hits in this event: 206 - 92 108.285 814 10 1 -17.1161 102.708 95.55 - 92 126.246 1412 10 0 -17.1167 102.708 94.15 - 92 119.217 814 9 1 -17.1354 102.707 65.55 - 92 107.77 1412 9 0 -17.1362 102.707 64.15 - 92 211.556 814 8 1 -17.1496 102.723 35.55 - 92 159.404 1412 8 0 -17.1505 102.725 34.15 - 92 118.373 814 7 1 -17.1696 102.756 5.55 - 92 25600.4 1413 7 0 -17.1719 102.757 4.15 - 92 11171.9 1412 7 0 -17.1726 102.75 3.78326 - 92 107.153 811 7 1 -17.7326 99.3583 5.2525 - 92 9891.47 1411 7 0 -17.6048 102.55 3.82547 - 92 3300.09 1414 7 0 -16.7105 102.95 4.05401 - 92 2493.92 825 7 1 -14.905 103.519 5.15 - 92 4.92188 598 6 1 -60.4496 99.5986 -24.45 - 92 2683.47 597 6 1 -60.45 99.5985 -24.4502 - 92 4846.48 596 6 1 -60.65 99.5739 -24.5691 - 92 125.911 1296 9 0 0.116776 79.3629 63.7501 - 92 67.7032 900 9 1 0.209137 78.9928 65.15 - 92 38.4753 901 9 1 0.250055 78.9083 65.4077 - 92 17.2892 1266 10 0 13.1762 73.2672 93.7501 - 92 115.074 1265 10 0 13.2156 73.25 93.8146 - 92 58.7903 971 10 1 14.3297 72.9015 95.15 - 92 305.029 972 10 1 14.45 72.88 95.3122 - 92 121.423 1277 9 0 6.8284 75.5941 63.75 - 92 38.8842 1276 9 0 6.96026 75.45 64.0713 - 92 51.873 936 9 1 7.3957 74.967 65.15 - 92 116.097 937 9 1 7.45 74.9068 65.2845 - 92 60.4724 1209 10 0 18.8057 61.9269 93.75 - 92 108.665 1208 10 0 18.8729 61.85 93.9186 - 92 74.5989 996 10 1 19.3571 61.286 95.15 - 92 100.955 997 10 1 19.45 61.1777 95.3866 - 92 57.0727 1137 11 0 30.7701 47.5562 123.75 - 92 61.7898 1136 11 0 30.8592 47.45 123.971 - 92 101.604 1056 11 1 31.3216 46.8645 125.15 - 92 30.4399 1057 11 1 31.45 46.7042 125.474 - 92 72.0935 1066 12 0 38.3769 33.367 153.75 - 92 55.0328 1065 12 0 38.4393 33.2495 153.998 - 92 116.692 1093 12 1 38.7381 32.7008 155.15 - 92 165.567 1007 13 0 46.0061 21.57 183.75 - 92 74.2739 1006 13 0 46.0873 21.45 184.059 - 92 90.3378 1131 13 1 46.3888 21.0008 185.15 - 92 56.0387 1132 13 1 46.45 20.9088 185.373 - 92 62.8609 958 14 0 52.6315 11.7082 213.75 - 92 59.4337 957 14 0 52.6714 11.65 213.931 - 92 150.546 1164 14 1 52.9558 11.2699 215.15 - 92 0.391882 1165 14 1 53.05 11.1447 215.544 - 92 385.612 872 6 1 -5.60884 78.928 -24.45 - 92 73.2201 1288 6 0 -5.07223 77.7213 -25.85 - 92 212.868 1287 6 0 -5.04049 77.65 -25.9327 - 92 73.0214 1286 6 0 -4.95142 77.45 -26.1647 - 92 54.047 928 5 1 5.8291 53.0301 -54.45 - 92 332.467 929 5 1 5.85 52.9835 -54.5035 - 92 178.913 1158 5 0 6.38329 51.8173 -55.85 - 92 184.507 1157 5 0 6.4603 51.65 -56.0437 - 92 151.138 988 4 1 17.7924 27.1739 -84.45 - 92 283.188 989 4 1 17.85 27.0621 -84.5811 - 92 175.058 1029 4 0 18.4075 25.9891 -85.85 - 92 287.36 1028 4 0 18.48 25.85 -86.0146 - 92 221.317 1054 3 1 30.9614 1.87023 -114.45 - 92 216.849 1055 3 1 31.05 1.70218 -114.661 - 92 116.643 903 3 0 31.5515 0.752375 -115.85 - 92 197.152 902 3 0 31.6056 0.65 -115.978 - 92 148.163 901 3 0 31.7114 0.45 -116.228 - 92 271.403 1117 2 1 43.5524 -22.129 -144.45 - 92 306.228 1118 2 1 43.65 -22.3169 -144.677 - 92 206.209 783 2 0 44.1575 -23.2898 -145.85 - 92 231 782 2 0 44.2411 -23.45 -146.043 - 92 344.784 1182 1 1 56.4756 -47.0365 -174.45 - 92 143.304 659 1 0 57.079 -48.1387 -175.85 - 92 278.509 658 1 0 57.1402 -48.25 -175.991 - 92 4.29243 657 1 0 57.25 -48.45 -176.244 - 92 13.0598 1246 0 1 69.4422 -70.796 -204.45 - 92 360.891 1247 0 1 69.45 -70.81 -204.468 - 92 257.166 540 0 0 70.058 -71.8895 -205.85 - 92 175.812 539 0 0 70.1477 -72.05 -206.056 - 92 34.9275 1253 0 1 70.7524 -71.7971 -204.85 - 92 29.9419 545 0 0 70.5145 -70.8873 -205.85 - 92 74.9011 1250 0 1 70.1432 -70.5348 -204.85 - 92 169.891 791 6 1 -21.7356 100.441 -24.45 - 92 143.222 1401 6 0 -21.9376 100.368 -25.85 - 92 25.8242 1400 6 0 -21.9863 100.35 -26.1877 - 92 206.909 769 5 1 -26.0648 98.9723 -54.45 - 92 214.004 1393 5 0 -26.2571 98.9477 -55.85 - 92 252.296 749 4 1 -30.1914 98.4427 -84.45 - 92 191.74 1390 4 0 -30.3675 98.245 -85.85 - 92 215.238 730 3 1 -33.8735 94.2927 -114.45 - 92 287.823 1369 3 0 -34.0651 94.1054 -115.85 - 92 214.868 709 2 1 -38.1905 90.2261 -144.45 - 92 206.212 1349 2 0 -38.3511 90.0262 -145.85 - 92 14.4741 691 1 1 -41.8447 86.2285 -174.45 - 92 171.973 690 1 1 -41.85 86.2229 -174.486 - 92 235.264 1329 1 0 -42.0425 86.0149 -175.85 - 92 202.475 671 0 1 -45.7556 81.9022 -204.45 - 92 208.847 1308 0 0 -46.0417 81.7104 -205.85 - 92 84.5014 924 6 1 4.85123 82.766 -24.45 - 92 47.9567 925 6 1 5.05 82.5827 -24.7111 - 92 61.33 1308 6 0 5.91342 81.7848 -25.85 - 92 79.0922 1307 6 0 6.05925 81.65 -26.0424 - 92 46.753 1037 5 1 27.5714 61.6746 -54.45 - 92 106.396 1038 5 1 27.65 61.599 -54.5603 - 92 2.77214 1039 5 1 27.85 61.4064 -54.842 - 92 40.7214 1203 5 0 28.5673 60.7153 -55.85 - 92 142.815 1202 5 0 28.635 60.65 -55.9452 - 92 6.51971 1201 5 0 28.8427 60.45 -56.2367 - 92 139.865 1144 4 1 48.8929 41.0953 -84.45 - 92 69.3679 1145 4 1 49.05 40.9396 -84.6741 - 92 49.1372 1100 4 0 49.8715 40.1254 -85.85 - 92 127.28 1099 4 0 49.9475 40.05 -85.9589 - 92 0.899818 1098 4 0 50.1492 39.85 -86.248 - 92 62.9967 1248 3 1 69.7474 20.4144 -114.45 - 92 115.169 1249 3 1 69.85 20.3146 -114.597 - 92 11.0698 997 3 0 70.7248 19.4659 -115.85 - 92 101.329 996 3 0 70.7412 19.45 -115.873 - 92 35.0455 995 3 0 70.9473 19.25 -116.169 - 92 12.3229 1352 2 1 90.7238 0.104049 -144.45 - 92 39.7285 1353 2 1 90.75 0.0780699 -144.488 - 92 18.9934 1354 2 1 90.95 -0.120335 -144.78 - 92 0.0661638 896 2 0 91.677 -0.848647 -145.85 - 92 113.712 895 2 0 91.6784 -0.85 -145.852 - 92 39.9816 894 2 0 91.8781 -1.05 -146.146 - 92 46.1953 1456 1 1 111.456 -20.319 -174.45 - 92 86.2851 1457 1 1 111.55 -20.3992 -174.561 - 92 13.6895 1458 1 1 111.75 -20.5699 -174.799 - 92 66.413 793 1 0 112.637 -21.3243 -175.85 - 92 93.9413 792 1 0 112.785 -21.45 -176.025 - 92 109.198 1583 0 1 136.795 -41.8684 -204.45 - 92 100.144 1584 0 1 136.95 -42.0027 -204.635 - 92 81.4058 685 0 0 137.97 -42.8858 -205.85 - 92 55.1839 684 0 0 138.16 -43.05 -206.076 - 92 91.0233 1002 3 0 70.5575 20.477 -115.85 - 92 46.9073 1001 3 0 70.5404 20.45 -115.937 - 92 271.828 820 6 1 -15.9762 142.07 -24.45 - 92 94.0528 1619 6 0 -15.9127 143.969 -25.85 - 92 123.985 1620 6 0 -15.9065 144.15 -25.9836 - 92 96.5388 1621 6 0 -15.8996 144.35 -26.1312 - 92 287.141 1415 7 0 -17.3489 103.15 3.82504 - 92 219.151 1416 7 0 -17.4405 103.35 3.84286 - 92 134.299 1417 7 0 -17.5303 103.55 3.86087 - 92 156.177 1418 7 0 -17.6201 103.75 3.8797 - 92 119.396 1419 7 0 -17.7099 103.95 3.89838 - 92 164.097 1420 7 0 -17.7996 104.15 3.91946 - 92 159.725 1421 7 0 -17.8862 104.35 3.92895 - 92 132.773 1422 7 0 -17.9729 104.55 3.93805 - 92 167.347 1423 7 0 -18.06 104.75 3.94861 - 92 116.504 1424 7 0 -18.1461 104.95 3.9608 - 92 121.807 1425 7 0 -18.2333 105.15 3.9727 - 92 246.329 1426 7 0 -18.3206 105.35 3.98297 - 92 218.97 1427 7 0 -18.4075 105.55 3.99236 - 92 164.615 1428 7 0 -18.4963 105.75 4.00174 - 92 121.607 1429 7 0 -18.5852 105.95 4.01135 - 92 197.533 1430 7 0 -18.6772 106.15 4.02251 - 92 150.168 1431 7 0 -18.7702 106.35 4.03216 - 92 143.63 1432 7 0 -18.8623 106.55 4.04133 - 92 284.181 1433 7 0 -18.9534 106.75 4.04973 - 92 145.506 1434 7 0 -19.0433 106.95 4.062 - 92 240.942 1435 7 0 -19.129 107.15 4.07403 - 92 173.971 1436 7 0 -19.2145 107.35 4.08765 - 92 109.651 1437 7 0 -19.2993 107.55 4.1003 - 92 139.243 1438 7 0 -19.3851 107.75 4.11561 - 92 119.875 1439 7 0 -19.472 107.95 4.13175 - 92 10.7145 1440 7 0 -19.5565 108.15 4.14866 - 92 307.57 778 7 1 -24.2592 119.096 5.15 - 92 451.374 777 7 1 -24.45 119.54 5.19062 - 92 377.475 776 7 1 -24.65 120.001 5.23104 - 92 349.39 775 7 1 -24.85 120.488 5.26925 - 92 473.009 774 7 1 -25.05 120.966 5.30319 - 92 388.922 773 7 1 -25.25 121.429 5.34622 - 92 308.29 772 7 1 -25.45 121.887 5.39227 - 92 292.311 771 7 1 -25.65 122.342 5.4342 - 92 313.816 770 7 1 -25.85 122.772 5.47717 - 92 142.919 769 7 1 -26.05 123.186 5.52474 - 92 209.046 1440 8 0 9.4576 108.308 33.75 - 92 130.999 1439 8 0 9.76839 108.15 33.9779 - 92 37.479 956 8 1 11.3797 107.279 35.15 - 92 99.8499 957 8 1 11.45 107.241 35.2007 - 92 59.5906 958 8 1 11.65 107.132 35.3433 - 92 29.2359 959 8 1 11.8501 107.018 35.4883 - 92 29.4687 1314 9 0 36.373 82.9171 63.75 - 92 102.38 1313 9 0 36.4399 82.85 63.8272 - 92 40.9012 1312 9 0 36.6341 82.65 64.0486 - 92 36.0555 1087 9 1 37.5676 81.6536 65.1502 - 92 106.556 1088 9 1 37.65 81.5652 65.2484 - 92 29.9684 1089 9 1 37.85 81.3615 65.4763 - 92 192.45 1213 10 0 46.0485 62.8498 93.75 - 92 58.9987 1212 10 0 46.1242 62.65 94.0283 - 92 112.826 1131 10 1 46.3841 61.7417 95.15 - 92 47.8857 1132 10 1 46.45 61.5067 95.4481 - 92 6.63453 1003 11 0 46.8758 20.6764 123.75 - 92 76.2225 1002 11 0 46.8761 20.65 123.769 - 92 114.985 1001 11 0 46.872 20.45 123.944 - 92 26.9336 1000 11 0 46.8563 20.25 124.141 - 92 214.524 1133 11 1 46.7242 19.2221 125.15 - 92 14.062 685 12 0 55.1089 -42.9982 153.75 - 92 82.0004 684 12 0 55.1166 -43.05 153.775 - 92 57.3989 683 12 0 55.1457 -43.25 153.869 - 92 59.2142 682 12 0 55.1712 -43.45 153.973 - 92 38.7458 681 12 0 55.2042 -43.6504 154.082 - 92 217.132 1178 12 1 55.6779 -45.2812 155.15 - 92 11.0621 555 13 0 57.7753 -69.0348 183.75 - 92 154.817 554 13 0 57.7768 -69.05 183.767 - 92 81.8175 553 13 0 57.8404 -69.2502 183.925 - 92 33.6202 552 13 0 57.9376 -69.4504 184.113 - 92 193.789 1192 13 1 58.4673 -71.1422 185.15 - 92 155.664 1193 13 1 58.65 -71.6441 185.43 - 92 77.7764 1258 12 1 71.65 -88.3524 155.456 - 92 2.80197 1234 1 1 66.85 172.229 -174.807 -Number of digits in this event: 100 -Using G4ParticleGun... -Particle energy: 3.2511 LIN +Number of tracker hits in this event: 20 + 92 29.2578 285 9 1 -123.082 55.5961 65.2687 + 92 103.015 1177 9 0 -123.082 55.5961 64.15 + 92 129.69 285 8 1 -123.078 55.5938 35.55 + 92 113.412 1177 8 0 -123.077 55.5936 34.15 + 92 102.06 285 7 1 -123.062 55.5886 5.55 + 92 163.92 1177 7 0 -123.061 55.5881 4.15 + 92 115.838 285 6 1 -123.048 55.5748 -24.45 + 92 111.783 1177 6 0 -123.046 55.5744 -25.85 + 92 115.64 285 5 1 -123.01 55.5731 -54.45 + 92 113.978 1177 5 0 -123.008 55.5715 -55.85 + 92 226.633 285 4 1 -122.958 55.54 -84.45 + 92 106.035 1177 4 0 -122.955 55.5397 -85.85 + 92 104.895 286 3 1 -122.885 55.5307 -114.45 + 92 128.958 1177 3 0 -122.88 55.5305 -115.85 + 92 117.359 286 2 1 -122.766 55.5188 -144.45 + 92 115.846 1177 2 0 -122.76 55.518 -145.85 + 92 133.698 287 1 1 -122.652 55.5003 -174.45 + 92 118.925 1177 1 0 -122.647 55.5004 -175.85 + 92 94.2554 288 0 1 -122.549 55.5021 -204.45 + 92 117.101 1177 0 0 -122.543 55.5019 -205.85 +Number of digits in this event: 6 +Using G4ParticleGun... +Particle energy: 4.65339 LIN Particle: proton Event: 93 -Number of tracker hits in this event: 21 - 93 191.889 534 9 1 -73.19 -111.548 65.55 - 93 149.508 343 9 0 -73.1904 -111.547 64.15 - 93 99.8039 534 8 1 -73.2012 -111.526 35.55 - 93 92.4989 343 8 0 -73.2026 -111.525 34.15 - 93 119.787 534 7 1 -73.2278 -111.506 5.55 - 93 327.871 343 7 0 -73.2294 -111.506 4.15 - 93 128.336 533 6 1 -73.2579 -111.492 -24.45 - 93 116.764 343 6 0 -73.2585 -111.492 -25.85 - 93 113.447 533 5 1 -73.2684 -111.493 -54.45 - 93 134.495 343 5 0 -73.2685 -111.491 -55.85 - 93 119.453 533 4 1 -73.2729 -111.44 -84.45 - 93 91.3826 343 4 0 -73.2725 -111.437 -85.85 - 93 111.52 533 3 1 -73.2659 -111.383 -114.45 - 93 150.516 343 3 0 -73.2656 -111.378 -115.85 - 93 127.773 533 2 1 -73.265 -111.27 -144.45 - 93 105.442 344 2 0 -73.2668 -111.264 -145.85 - 93 96.5084 533 1 1 -73.3125 -111.151 -174.45 - 93 183.028 345 1 0 -73.3159 -111.145 -175.85 - 93 147.893 533 0 1 -73.3855 -111.021 -204.45 - 93 128.57 345 0 0 -73.3897 -111.013 -205.85 - 93 23.7802 342 7 0 -73.236 -111.55 4.05226 -Number of digits in this event: 11 +Number of tracker hits in this event: 14 + 93 105.778 1648 6 1 149.773 -7.75523 -24.45 + 93 95.0836 861 6 0 149.773 -7.75417 -25.85 + 93 95.5947 1648 5 1 149.768 -7.73358 -54.45 + 93 139.844 861 5 0 149.767 -7.73302 -55.85 + 93 191.274 1648 4 1 149.757 -7.72543 -84.45 + 93 213.5 861 4 0 149.755 -7.72631 -85.85 + 93 127.471 1647 3 1 149.703 -7.74345 -114.45 + 93 92.1789 861 3 0 149.7 -7.74619 -115.85 + 93 132.111 1647 2 1 149.636 -7.79932 -144.45 + 93 122.797 861 2 0 149.634 -7.8024 -145.85 + 93 122.618 1647 1 1 149.595 -7.85143 -174.45 + 93 167.088 860 1 0 149.591 -7.85739 -175.85 + 93 108.105 1646 0 1 149.515 -7.97749 -204.45 + 93 156.154 860 0 0 149.51 -7.98416 -205.85 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 1.75022 LIN +Particle energy: 6.90678 LIN Particle: proton Event: 94 -Number of tracker hits in this event: 24 - 94 106.612 937 11 1 7.62669 21.1543 125.55 - 94 155.755 1005 11 0 7.62844 21.1505 124.15 - 94 215.721 937 10 1 7.64485 21.0774 95.55 - 94 105.064 1005 10 0 7.64303 21.0739 94.15 - 94 108.675 937 9 1 7.60386 21.0061 65.55 - 94 127.786 1004 9 0 7.59733 20.9988 64.15 - 94 140.811 937 8 1 7.47721 20.8397 35.55 - 94 163.482 1003 8 0 7.47598 20.8343 34.15 - 94 117.083 937 7 1 7.45275 20.7216 5.55 - 94 110.154 1003 7 0 7.45182 20.7175 4.15 - 94 207.884 936 6 1 7.41703 20.6535 -24.45 - 94 96.6739 1003 6 0 7.41534 20.6531 -25.85 - 94 102.883 936 5 1 7.38443 20.6571 -54.45 - 94 138.142 1003 5 0 7.39174 20.6611 -55.85 - 94 111.682 937 4 1 7.56126 20.7526 -84.45 - 94 113.396 1003 4 0 7.56832 20.756 -85.85 - 94 150.072 938 3 1 7.71255 20.828 -114.45 - 94 117.994 1003 3 0 7.71851 20.8298 -115.85 - 94 119.36 938 2 1 7.8411 20.8521 -144.45 - 94 124.876 1004 2 0 7.84501 20.8509 -145.85 - 94 146.023 939 1 1 7.91519 20.8303 -174.45 - 94 109.233 1003 1 0 7.91042 20.8386 -175.85 - 94 113.801 938 0 1 7.8146 21.0052 -204.45 - 94 199.949 1004 0 0 7.81108 21.0145 -205.85 -Number of digits in this event: 12 +Number of tracker hits in this event: 18 + 94 243.67 559 8 1 -68.0983 121.385 35.55 + 94 100.692 1506 8 0 -68.0987 121.385 34.15 + 94 112.316 559 7 1 -68.1065 121.381 5.55 + 94 101.137 1506 7 0 -68.106 121.38 4.15 + 94 119.078 559 6 1 -68.0969 121.355 -24.45 + 94 119.341 1506 6 0 -68.0981 121.354 -25.85 + 94 332.088 559 5 1 -68.1236 121.33 -54.45 + 94 96.4334 1505 5 0 -68.1243 121.329 -55.85 + 94 97.6026 559 4 1 -68.1429 121.301 -84.45 + 94 117.104 1505 4 0 -68.1452 121.3 -85.85 + 94 148.914 559 3 1 -68.1905 121.268 -114.45 + 94 108.249 1505 3 0 -68.1933 121.268 -115.85 + 94 111.206 558 2 1 -68.2532 121.253 -144.45 + 94 92.778 1505 2 0 -68.2575 121.25 -145.85 + 94 351.87 558 1 1 -68.3458 121.172 -174.45 + 94 225.605 1505 1 0 -68.3506 121.169 -175.85 + 94 97.8425 557 0 1 -68.4512 121.103 -204.45 + 94 93.5827 1504 0 0 -68.456 121.1 -205.85 +Number of digits in this event: 6 Using G4ParticleGun... -Particle energy: 8.00582 LIN +Particle energy: 4.30492 LIN Particle: proton Event: 95 -Number of tracker hits in this event: 25 - 95 126.383 1256 11 1 71.3018 39.4202 125.55 - 95 83.5459 1096 11 0 71.3023 39.4204 124.15 - 95 136.075 1256 10 1 71.3116 39.4301 95.55 - 95 97.9325 1096 10 0 71.3113 39.4311 94.15 - 95 137.615 1256 9 1 71.3082 39.4521 65.55 - 95 101.111 1097 9 0 71.3083 39.4522 64.15 - 95 105.933 1256 8 1 71.3102 39.454 35.55 - 95 112.153 1097 8 0 71.3103 39.4527 34.15 - 95 149.331 1256 7 1 71.3119 39.4265 5.55 - 95 90.6982 1096 7 0 71.3119 39.4258 4.15 - 95 150.574 1256 6 1 71.3126 39.4103 -24.45 - 95 128.374 1096 6 0 71.3132 39.4089 -25.85 - 95 102.642 1256 5 1 71.3242 39.3794 -54.45 - 95 154.09 1096 5 0 71.3243 39.3796 -55.85 - 95 124.72 1256 4 1 71.3292 39.3845 -84.45 - 95 307.29 1096 4 0 71.33 39.3857 -85.85 - 95 133.261 1256 3 1 71.346 39.409 -114.45 - 95 127.184 1096 3 0 71.3468 39.4097 -115.85 - 95 101.677 1256 2 1 71.3646 39.427 -144.45 - 95 127.887 1096 2 0 71.3652 39.428 -145.85 - 95 146.6 1256 1 1 71.3804 39.4474 -174.45 - 95 114.117 1096 1 0 71.3816 39.4479 -175.85 - 95 190.284 1256 0 1 71.4061 39.457 -204.45 - 95 145.627 1097 0 0 71.4076 39.4574 -205.85 - 95 59.074 1725 5 1 165.259 -8.3891 -54.4501 +Number of tracker hits in this event: 27 + 95 90.5721 803 9 1 -19.3934 -121.731 65.55 + 95 134.123 292 9 0 -19.3947 -121.73 64.15 + 95 216.991 803 8 1 -19.4184 -121.717 35.55 + 95 90.1143 292 8 0 -19.4196 -121.715 34.15 + 95 157.976 803 7 1 -19.445 -121.672 5.55 + 95 134.6 292 7 0 -19.445 -121.67 4.15 + 95 122.75 802 6 1 -19.4832 -121.632 -24.45 + 95 166.218 292 6 0 -19.486 -121.629 -25.85 + 95 108.015 802 5 1 -19.5438 -121.582 -54.45 + 95 113.571 292 5 0 -19.5476 -121.58 -55.85 + 95 118.607 802 4 1 -19.6231 -121.542 -84.45 + 95 212.524 293 4 0 -19.6258 -121.54 -85.85 + 95 127.847 801 3 1 -19.6796 -121.499 -114.45 + 95 291.242 293 3 0 -19.6819 -121.499 -115.85 + 95 127.014 801 2 1 -19.7304 -121.503 -144.45 + 95 121.525 293 2 0 -19.732 -121.503 -145.85 + 95 203.659 801 1 1 -19.7622 -121.509 -174.45 + 95 89.6085 293 1 0 -19.7643 -121.509 -175.85 + 95 194.602 801 0 1 -19.8105 -121.505 -204.45 + 95 113.928 293 0 0 -19.8123 -121.504 -205.85 + 95 38.1799 800 0 1 -19.85 -121.538 -204.772 + 95 56.2332 291 0 0 -20.1986 -121.764 -205.85 + 95 67.9477 292 0 0 -20.2726 -121.75 -206.038 + 95 19.33 292 3 0 -19.7806 -121.55 -115.969 + 95 77.1894 293 6 0 -19.5043 -121.55 -25.9964 + 95 97.8931 294 6 0 -19.4441 -121.35 -26.05 + 95 203.103 295 6 0 -19.4881 -121.15 -26.0308 Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 9.40434 LIN +Particle energy: 6.2199 LIN Particle: proton Event: 96 -Number of tracker hits in this event: 132 - 96 103.851 297 9 1 -120.667 -27.7568 65.55 - 96 94.6467 761 9 0 -120.666 -27.7568 64.15 - 96 124.203 297 8 1 -120.647 -27.7583 35.55 - 96 110.758 761 8 0 -120.646 -27.7581 34.15 - 96 85.3811 297 7 1 -120.632 -27.7533 5.55 - 96 99.0233 761 7 0 -120.632 -27.7538 4.15 - 96 136.283 297 6 1 -120.634 -27.7653 -24.45 - 96 114.178 761 6 0 -120.634 -27.7668 -25.85 - 96 130.6 297 5 1 -120.649 -27.7954 -54.45 - 96 144.108 761 5 0 -120.65 -27.7967 -55.85 - 96 122.287 297 4 1 -120.666 -27.8216 -84.45 - 96 105.185 761 4 0 -120.667 -27.8234 -85.85 - 96 180.303 297 3 1 -120.676 -27.863 -114.45 - 96 105.72 760 3 0 -120.677 -27.8646 -115.85 - 96 151.498 297 2 1 -120.696 -27.8981 -144.45 - 96 91.8265 760 2 0 -120.697 -27.8987 -145.85 - 96 99.8332 297 1 1 -120.718 -27.9106 -174.45 - 96 358.151 760 1 0 -120.72 -27.9113 -175.85 - 96 130.95 296 0 1 -120.757 -27.9289 -204.45 - 96 154.57 760 0 0 -120.759 -27.9301 -205.85 - 96 90.9665 165 4 0 -109.032 -147.026 -86.25 - 96 75.8965 164 4 0 -108.954 -147.15 -86.1938 - 96 90.0217 163 4 0 -108.805 -147.35 -86.0894 - 96 31.2246 162 4 0 -108.638 -147.55 -85.9315 - 96 180.473 361 4 1 -107.948 -148.371 -84.85 - 96 196.694 133 5 0 -95.0963 -153.492 -56.25 - 96 124.339 428 5 1 -94.5415 -153.137 -54.85 - 96 63.3522 429 5 1 -94.3499 -153.023 -54.5747 - 96 102.4 430 5 1 -94.1499 -152.909 -54.4691 - 96 51.3828 431 5 1 -93.95 -152.838 -54.5033 - 96 86.3287 432 5 1 -93.75 -152.841 -54.5606 - 96 68.6838 433 5 1 -93.5498 -153.043 -54.7053 - 96 63.4583 131 5 0 -93.0094 -153.775 -55.85 - 96 67.8081 130 5 0 -92.8912 -153.95 -55.9653 - 96 73.3935 129 5 0 -92.8302 -154.151 -56.037 - 96 54.2321 128 5 0 -92.8272 -154.35 -56.1759 - 96 22.4248 127 5 0 -92.751 -154.55 -56.0574 - 96 353.624 132 5 0 -94.9488 -153.55 -56.1388 - 96 144.997 838 0 0 -144.71 -12.4019 -206.25 - 96 102.795 175 0 1 -145.09 -12.7812 -204.85 - 96 12.5534 174 0 1 -145.15 -12.9095 -204.511 - 96 44.9552 759 1 0 -140.765 -28.0503 -176.006 - 96 158.045 198 1 1 -140.482 -28.7316 -174.85 - 96 135.483 661 2 0 -128.064 -47.6591 -146.25 - 96 29.9807 660 2 0 -127.91 -47.85 -145.945 - 96 69.2134 264 2 1 -127.254 -48.5982 -144.85 - 96 111.302 265 2 1 -127.15 -48.7191 -144.683 - 96 178.475 506 3 0 -100.333 -78.6985 -116.25 - 96 220.408 505 3 0 -100.201 -78.8502 -116.097 - 96 16.4911 504 3 0 -100.045 -79.0501 -115.884 - 96 27.8172 404 3 1 -99.1963 -79.979 -114.85 - 96 118.715 405 3 1 -99.15 -80.0299 -114.794 - 96 40.0161 406 3 1 -98.9499 -80.2435 -114.543 - 96 14.4051 408 3 1 -98.3956 -80.0121 -114.45 - 96 74.231 409 3 1 -98.35 -79.9867 -114.484 - 96 188.662 410 3 1 -98.15 -79.8667 -114.635 - 96 20.9767 411 3 1 -97.9496 -79.7379 -114.804 - 96 54.2512 507 3 0 -96.3398 -78.65 -116.131 - 96 36.2868 554 2 1 -69.1767 -53.1725 -144.45 - 96 86.2268 553 2 1 -69.25 -53.0588 -144.496 - 96 85.0018 552 2 1 -69.45 -52.8017 -144.6 - 96 136.577 551 2 1 -69.65 -52.5365 -144.673 - 96 77.0948 550 2 1 -69.8503 -52.2579 -144.59 - 96 106.933 549 2 1 -70.05 -52.0974 -144.469 - 96 105.672 548 2 1 -70.25 -51.9945 -144.516 - 96 54.8202 547 2 1 -70.4502 -51.7617 -144.675 - 96 324.868 643 2 0 -70.8635 -51.3829 -145.85 - 96 74.2988 644 2 0 -70.9238 -51.25 -146.036 - 96 45.8713 645 2 0 -70.9971 -51.05 -146.163 - 96 234.698 981 2 0 -149.736 16.256 -146.25 - 96 56.5939 980 2 0 -150.381 16.2498 -145.91 - 96 24.7871 140 2 1 -152.109 15.0561 -144.85 - 96 17.5657 139 2 1 -152.15 15.0337 -144.831 - 96 99.2367 977 2 0 -152.94 15.5797 -145.85 - 96 76.3782 978 2 0 -152.987 15.65 -145.944 - 96 148.891 387 3 1 -102.695 -79.4491 -114.85 - 96 50.6058 386 3 1 -102.75 -79.5104 -114.817 - 96 35.3154 794 1 0 -148.244 -21.2439 -176.25 - 96 92.4088 157 1 1 -148.577 -20.0682 -174.85 - 96 321.143 158 1 1 -148.55 -19.8497 -174.751 - 96 10.7785 151 1 1 -149.75 -19.3416 -174.77 - 96 115.74 801 0 0 -142.738 -19.8182 -206.249 - 96 169.986 185 0 1 -142.986 -19.8056 -204.85 - 96 99.6443 800 0 0 -142.744 -19.85 -206.183 - 96 58.0947 799 0 0 -142.64 -20.05 -205.97 - 96 30.3012 186 0 1 -142.899 -21.1382 -204.85 - 96 116.459 184 0 1 -143.15 -21.1658 -204.833 - 96 257.267 183 0 1 -143.35 -21.0177 -204.715 - 96 54.9869 660 0 0 -135.314 -47.9473 -206.25 - 96 56.5448 659 0 0 -135.382 -48.05 -206.037 - 96 161.789 221 0 1 -135.778 -48.6384 -204.85 - 96 131.378 692 1 0 -152.385 -41.6076 -176.25 - 96 73.6817 133 1 1 -153.436 -41.0945 -174.85 - 96 124.917 132 1 1 -153.55 -41.0383 -174.694 - 96 101.324 701 2 0 -150.044 -39.7405 -146.25 - 96 107.813 152 2 1 -149.669 -39.5663 -144.85 - 96 9.03359 153 2 1 -149.55 -39.5283 -144.483 - 96 136.269 780 3 0 -166.614 -24.0086 -116.249 - 96 170.361 63 3 1 -167.352 -23.7022 -114.85 - 96 158.729 54 1 1 -169.197 -91.0884 -174.85 - 96 55.3823 583 0 0 -148.809 -63.3464 -206.25 - 96 119.158 582 0 0 -148.882 -63.45 -206.107 - 96 13.5426 153 0 1 -149.535 -64.3592 -204.85 - 96 147.135 152 0 1 -149.55 -64.3797 -204.821 - 96 38.3486 489 1 0 -160.807 -82.2013 -176.25 - 96 117.76 488 1 0 -160.838 -82.25 -176.171 - 96 32.3971 94 1 1 -161.323 -83.0637 -174.85 - 96 137.347 93 1 1 -161.35 -83.1079 -174.776 - 96 18.2112 411 2 0 -176.314 -97.9227 -146.25 - 96 137.386 410 2 0 -176.342 -97.9503 -146.196 - 96 98.5759 409 2 0 -176.478 -98.15 -145.886 - 96 122.714 16 2 1 -176.879 -98.8814 -144.85 - 96 216.324 15 2 1 -176.95 -99.0233 -144.647 - 96 47.4 327 3 0 -179.013 -114.697 -116.25 - 96 83.599 326 3 0 -179.02 -114.75 -116.153 - 96 162.111 5 3 1 -179.042 -115.397 -114.85 - 96 236.227 287 8 0 -164.677 -122.65 33.75 - 96 121.834 744 0 0 -152.121 -31.1088 -206.25 - 96 111.982 138 0 1 -152.399 -30.9199 -204.85 - 96 33.2173 841 1 0 -172.954 -11.7287 -176.25 - 96 112.785 842 1 0 -173.036 -11.6499 -176.136 - 96 3.6556 843 1 0 -173.225 -11.45 -175.86 - 96 49.2221 31 1 1 -173.889 -10.6745 -174.85 - 96 113.296 30 1 1 -173.95 -10.6061 -174.757 - 96 14.4696 29 1 1 -174.15 -10.36 -174.491 - 96 165.085 683 0 0 -165.775 -43.3097 -206.25 - 96 50.9184 682 0 0 -166.075 -43.4503 -205.959 - 96 43.6568 64 0 1 -167.229 -44.0239 -204.85 - 96 68.9217 63 0 1 -167.351 -44.084 -204.733 - 96 48.6769 62 0 1 -167.55 -44.1823 -204.543 - 96 12.8506 928 0 0 -172.877 5.85 -206.149 - 96 13.6522 1104 2 1 40.85 72.3197 -144.489 -Number of digits in this event: 46 +Number of tracker hits in this event: 30 + 96 113.852 985 11 1 17.0718 28.2552 125.55 + 96 124.27 1041 11 0 17.0674 28.2526 124.15 + 96 177.547 984 10 1 16.9771 28.1967 95.55 + 96 130.766 1040 10 0 16.9726 28.1935 94.15 + 96 133.052 984 9 1 16.8804 28.1271 65.55 + 96 200.143 1040 9 0 16.8757 28.1245 64.15 + 96 123.066 983 8 1 16.7758 28.0726 35.55 + 96 113.89 1040 8 0 16.7706 28.0708 34.15 + 96 111.426 983 7 1 16.6609 28.0347 5.55 + 96 179.613 1039 7 0 16.6557 28.0327 4.15 + 96 171.401 982 6 1 16.5392 27.9984 -24.45 + 96 117.01 1039 6 0 16.5339 27.9966 -25.85 + 96 140.839 981 5 1 16.437 27.958 -54.45 + 96 156.573 1039 5 0 16.4324 27.9557 -55.85 + 96 100.98 981 4 1 16.3409 27.9064 -84.45 + 96 124.134 1039 4 0 16.3359 27.903 -85.85 + 96 229.316 980 3 1 16.231 27.8326 -114.45 + 96 98.6992 1038 3 0 16.2238 27.8304 -115.85 + 96 119.294 980 2 1 16.0806 27.7884 -144.45 + 96 106.085 1038 2 0 16.0737 27.7872 -145.85 + 96 242.134 979 1 1 15.9331 27.7632 -174.45 + 96 92.8937 1038 1 0 15.9262 27.7624 -175.85 + 96 97.4302 978 0 1 15.784 27.7435 -204.45 + 96 144.944 1038 0 0 15.7774 27.7417 -205.85 + 96 212.811 1037 3 0 15.6798 27.611 -115.85 + 96 144.978 869 2 1 -6.21016 23.259 -144.45 + 96 0.575159 1018 2 0 -6.41986 23.8494 -145.85 + 96 128.138 1019 2 0 -6.42017 23.85 -145.851 + 96 32.7537 1048 11 0 18.0716 29.7206 124.15 + 96 260.871 989 11 1 17.9261 31.6378 125.15 +Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 8.79269 LIN +Particle energy: 5.29929 LIN Particle: proton Event: 97 Number of tracker hits in this event: 25 - 97 201.755 1511 9 1 122.396 50.6927 65.55 - 97 188.066 1153 9 0 122.396 50.6932 64.15 - 97 237.029 1511 8 1 122.401 50.704 35.55 - 97 127.373 1153 8 0 122.401 50.7053 34.15 - 97 105.428 1511 7 1 122.412 50.7332 5.55 - 97 127.963 1153 7 0 122.411 50.735 4.15 - 97 160.31 1511 6 1 122.41 50.7724 -24.45 - 97 189.145 1153 6 0 122.411 50.775 -25.85 - 97 129.343 1511 5 1 122.421 50.8262 -54.45 - 97 103.934 1153 5 0 122.421 50.8291 -55.85 - 97 133.279 1511 4 1 122.425 50.8887 -84.45 - 97 96.3461 1154 4 0 122.425 50.8914 -85.85 - 97 186.763 1511 3 1 122.422 50.944 -114.45 - 97 146.425 1154 3 0 122.422 50.9464 -115.85 - 97 158.413 1511 2 1 122.423 50.9945 -144.45 - 97 189.946 1154 2 0 122.422 50.997 -145.85 - 97 154.914 1511 1 1 122.409 51.0477 -174.45 - 97 3.57693 1154 1 0 122.408 51.05 -175.85 - 97 111.8 1155 1 0 122.408 51.05 -175.873 - 97 109.244 1511 0 1 122.395 51.0988 -204.45 - 97 117.638 1155 0 0 122.394 51.1018 -205.85 - 97 47.2064 1512 8 1 122.55 50.5905 35.2119 - 97 275.52 1147 8 0 123.868 49.5695 34.15 - 97 153.883 1146 8 0 123.9 49.45 34.0882 - 97 64.042 1152 9 0 122.373 50.65 64.0711 -Number of digits in this event: 17 + 97 50.1879 1397 10 1 99.6367 -58.978 95.3632 + 97 90.1241 605 10 0 99.6366 -58.978 94.15 + 97 120.831 1397 9 1 99.632 -58.98 65.55 + 97 106.373 605 9 0 99.6326 -58.982 64.15 + 97 184.901 1397 8 1 99.6482 -59.0196 35.55 + 97 101.781 605 8 0 99.6486 -59.0221 34.15 + 97 150.794 1397 7 1 99.6598 -59.0749 5.55 + 97 132.784 604 7 0 99.6594 -59.0784 4.15 + 97 120.173 1397 6 1 99.6609 -59.1494 -24.45 + 97 205.445 604 6 0 99.6609 -59.1537 -25.85 + 97 167.72 1397 5 1 99.6568 -59.2395 -54.45 + 97 115.381 604 5 0 99.6569 -59.2431 -55.85 + 97 106.424 1397 4 1 99.6562 -59.3145 -84.45 + 97 113.253 603 4 0 99.6551 -59.3174 -85.85 + 97 131.903 1397 3 1 99.6362 -59.3752 -114.45 + 97 106.526 603 3 0 99.6361 -59.3788 -115.85 + 97 184.433 1397 2 1 99.6341 -59.4547 -144.45 + 97 107.029 602 2 0 99.6347 -59.4588 -145.85 + 97 116.879 1397 1 1 99.6487 -59.5462 -174.45 + 97 97.0384 602 1 0 99.6512 -59.5506 -175.85 + 97 122.964 1397 0 1 99.7051 -59.6389 -204.45 + 97 102.22 602 0 0 99.7087 -59.6435 -205.85 + 97 350.052 1560 1 1 132.157 -11.6024 -174.85 + 97 7.68756 835 1 0 133.371 -12.85 -176.045 + 97 57.8151 1561 1 1 132.35 -11.5489 -174.721 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 7.83743 LIN +Particle energy: 6.27961 LIN Particle: proton Event: 98 -Number of tracker hits in this event: 22 - 98 164.025 558 10 1 -68.3848 52.2933 95.55 - 98 126.745 1161 10 0 -68.3861 52.2927 94.15 - 98 111.645 558 9 1 -68.4124 52.2792 65.55 - 98 139.065 1161 9 0 -68.4128 52.2787 64.15 - 98 106.753 558 8 1 -68.4223 52.2702 35.55 - 98 121.594 1161 8 0 -68.4224 52.2702 34.15 - 98 154.424 558 7 1 -68.4234 52.2665 5.55 - 98 193.077 1161 7 0 -68.4234 52.2656 4.15 - 98 104.497 558 6 1 -68.4252 52.2485 -24.45 - 98 155.808 1160 6 0 -68.4258 52.2475 -25.85 - 98 153.057 558 5 1 -68.4434 52.2245 -54.45 - 98 107.179 1160 5 0 -68.4437 52.2243 -55.85 - 98 97.5609 557 4 1 -68.4502 52.2239 -84.45 - 98 114.23 1160 4 0 -68.4502 52.223 -85.85 - 98 110.619 558 3 1 -68.4486 52.2052 -114.45 - 98 91.2589 1160 3 0 -68.4487 52.2043 -115.85 - 98 164.254 557 2 1 -68.4543 52.1834 -144.45 - 98 127.147 1160 2 0 -68.4547 52.1823 -145.85 - 98 102.517 557 1 1 -68.4611 52.1591 -174.45 - 98 107.54 1160 1 0 -68.462 52.1577 -175.85 - 98 124.829 557 0 1 -68.4757 52.1343 -204.45 - 98 102.475 1160 0 0 -68.4749 52.1332 -205.85 -Number of digits in this event: 12 +Number of tracker hits in this event: 183 + 98 119.651 341 10 1 -111.832 -18.7577 95.55 + 98 139.776 806 10 0 -111.831 -18.7568 94.15 + 98 104.025 341 9 1 -111.814 -18.7341 65.55 + 98 206.19 806 9 0 -111.813 -18.7334 64.15 + 98 225.814 341 8 1 -111.808 -18.7226 35.55 + 98 121.951 806 8 0 -111.802 -18.7229 34.15 + 98 606.129 342 7 1 -111.694 -18.7336 5.55 + 98 114.255 806 7 0 -111.689 -18.7363 4.15 + 98 85.081 342 6 1 -111.601 -18.79 -24.45 + 98 91.3878 806 6 0 -111.597 -18.7923 -25.85 + 98 212.775 343 5 1 -111.526 -18.8421 -54.45 + 98 89.1068 806 5 0 -111.523 -18.8448 -55.85 + 98 114.039 343 4 1 -111.466 -18.8974 -84.45 + 98 141.615 805 4 0 -111.462 -18.8994 -85.85 + 98 130.534 343 3 1 -111.393 -18.9396 -114.45 + 98 114.524 805 3 0 -111.389 -18.9448 -115.85 + 98 101.848 344 2 1 -111.298 -19.0486 -144.45 + 98 113.063 804 2 0 -111.294 -19.0532 -145.85 + 98 131.942 344 1 1 -111.213 -19.1499 -174.45 + 98 102.809 804 1 0 -111.21 -19.1549 -175.85 + 98 123.722 345 0 1 -111.143 -19.2572 -204.45 + 98 103.138 803 0 0 -111.139 -19.2632 -205.85 + 98 23.4214 1681 14 0 70.2236 156.491 213.752 + 98 10.6527 1129 0 0 -49.9154 46.0098 -206.25 + 98 67.2057 1130 0 0 -49.8861 46.05 -206.231 + 98 77.7168 1131 0 0 -49.7412 46.25 -206.137 + 98 97.3274 1132 0 0 -49.5984 46.45 -206.043 + 98 134.105 1133 0 0 -49.4571 46.65 -205.946 + 98 119.566 661 0 1 -47.8482 48.9037 -204.85 + 98 94.9939 662 0 1 -47.65 49.181 -204.713 + 98 102.201 663 0 1 -47.45 49.4607 -204.574 + 98 7.41644 1457 1 0 -5.67541 111.725 -176.25 + 98 59.337 1458 1 0 -5.65888 111.75 -176.239 + 98 102.026 1459 1 0 -5.52585 111.95 -176.145 + 98 75.7651 1460 1 0 -5.39499 112.15 -176.048 + 98 76.0091 1461 1 0 -5.26648 112.35 -175.954 + 98 4.86027 1462 1 0 -5.13686 112.55 -175.859 + 98 110.264 881 1 1 -3.79734 114.635 -174.85 + 98 141.7 882 1 1 -3.64955 114.862 -174.737 + 98 107.567 883 1 1 -3.4498 115.162 -174.585 + 98 31.0078 1607 2 0 45.2999 141.708 -146.25 + 98 315.219 1608 2 0 45.3866 141.75 -146.2 + 98 82.7358 1609 2 0 45.7916 141.95 -145.971 + 98 46.7819 1137 2 1 47.5909 142.71 -144.85 + 98 255.799 1138 2 1 47.65 142.74 -144.809 + 98 100.712 1139 2 1 47.85 142.851 -144.646 + 98 8.90849 1140 2 1 48.05 142.962 -144.47 + 98 195.811 1620 3 0 73.9771 144.336 -116.25 + 98 5.9024 1276 3 1 75.4307 144.307 -114.85 + 98 92.918 1277 3 1 75.45 144.306 -114.829 + 98 76.9028 1278 3 1 75.65 144.291 -114.607 + 98 163.763 1280 3 1 76.0786 144.254 -114.45 + 98 0.188546 1281 3 1 76.25 144.349 -114.85 + 98 131.004 1621 3 0 76.7405 144.462 -115.85 + 98 10.6375 1342 2 1 88.6316 149.145 -144.45 + 98 88.6173 1343 2 1 88.65 149.17 -144.47 + 98 35.7829 1344 2 1 88.85 149.32 -144.74 + 98 68.3444 1650 2 0 89.7277 150.214 -145.85 + 98 78.0995 1651 2 0 89.8598 150.35 -145.981 + 98 31.133 1446 1 1 109.398 179.192 -174.45 + 98 134.35 1445 1 1 109.35 179.171 -174.516 + 98 97.0695 1792 1 0 108.547 178.682 -175.85 + 98 21.2823 1791 1 0 108.401 178.55 -176.173 + 98 124.998 1404 0 1 101.111 166.249 -204.45 + 98 93.0875 1403 0 1 100.95 166.08 -204.571 + 98 63.9323 1402 0 1 100.75 165.888 -204.658 + 98 71.382 1401 0 1 100.55 165.728 -204.73 + 98 79.6592 1400 0 1 100.35 165.61 -204.775 + 98 12.958 1399 0 1 100.15 165.478 -204.835 + 98 63.2225 1719 0 0 97.5739 164.049 -205.85 + 98 132.22 1718 0 0 97.4491 163.95 -205.96 + 98 30.9789 1712 0 0 78.1324 162.554 -206.25 + 98 31.3036 891 1 1 -1.69804 118.537 -174.45 + 98 89.158 1034 1 0 -62.4176 26.9806 -176.25 + 98 125.436 1033 1 0 -62.5025 26.85 -176.066 + 98 367.093 584 1 1 -63.0777 25.7107 -174.85 + 98 109.663 1021 1 0 -62.6724 24.3271 -175.85 + 98 137.847 1020 1 0 -62.6256 24.25 -175.986 + 98 118.228 1126 3 0 42.3483 45.3505 -116.25 + 98 33.5303 317 0 0 -14.8938 -116.652 -206.25 + 98 88.5292 316 0 0 -14.8081 -116.75 -206.238 + 98 85.698 315 0 0 -14.6288 -116.95 -206.208 + 98 61.69 314 0 0 -14.4406 -117.15 -206.182 + 98 82.7514 313 0 0 -14.2726 -117.35 -206.143 + 98 66.7889 312 0 0 -14.1041 -117.55 -206.107 + 98 91.1354 311 0 0 -13.9296 -117.75 -206.071 + 98 75.5818 310 0 0 -13.7634 -117.95 -206.033 + 98 57.6337 309 0 0 -13.6111 -118.15 -205.991 + 98 66.4118 308 0 0 -13.4721 -118.35 -205.96 + 98 60.1003 307 0 0 -13.3669 -118.55 -205.982 + 98 60.9285 306 0 0 -13.2619 -118.75 -206.016 + 98 68.8581 305 0 0 -13.1153 -118.95 -206.035 + 98 72.4186 304 0 0 -12.9595 -119.15 -206.04 + 98 97.4224 303 0 0 -12.7928 -119.35 -206.031 + 98 79.9134 302 0 0 -12.6274 -119.55 -206.004 + 98 84.5417 301 0 0 -12.4594 -119.75 -205.978 + 98 137.918 300 0 0 -12.2262 -119.95 -205.964 + 98 68.8462 299 0 0 -11.9889 -120.151 -205.944 + 98 89.568 298 0 0 -11.8074 -120.35 -206 + 98 149.145 297 0 0 -11.6598 -120.55 -206.078 + 98 115.681 296 0 0 -11.5393 -120.75 -206.164 + 98 70.1725 441 1 0 -28.6094 -91.7823 -176.25 + 98 25.7185 440 1 0 -28.4246 -91.95 -176.094 + 98 35.7508 762 1 1 -27.5318 -92.0266 -174.85 + 98 76.0135 763 1 1 -27.4499 -92.0652 -174.738 + 98 13.0777 573 0 1 -65.45 -75.0323 -204.63 + 98 253.152 574 0 1 -65.1558 -75.3574 -204.45 + 98 38.3613 559 0 0 -79.5825 -68.0907 -206.25 + 98 63.7041 558 0 0 -79.5708 -68.2501 -206.159 + 98 70.2305 557 0 0 -79.561 -68.45 -206.053 + 98 53.3104 556 0 0 -79.5485 -68.65 -205.953 + 98 14.9888 555 0 0 -79.531 -68.8502 -205.859 + 98 343.142 503 0 1 -79.3294 -71.0618 -204.85 + 98 49.6893 135 1 0 -91.7876 -152.973 -176.25 + 98 75.407 134 1 0 -91.8145 -153.15 -176.186 + 98 62.1643 133 1 0 -91.8448 -153.35 -176.11 + 98 69.9671 132 1 0 -91.8843 -153.55 -176.036 + 98 62.1533 131 1 0 -91.9242 -153.75 -175.972 + 98 75.7026 130 1 0 -91.9661 -153.95 -175.917 + 98 12.3762 129 1 0 -92.0097 -154.15 -175.864 + 98 179.814 436 1 1 -92.8599 -157.824 -174.85 + 98 337.781 435 1 1 -92.9501 -158.15 -174.759 + 98 490.62 434 1 1 -93.15 -158.934 -174.564 + 98 51.9659 432 1 1 -93.6289 -160.362 -174.45 + 98 80.9483 431 1 1 -93.75 -160.481 -174.482 + 98 80.8993 430 1 1 -93.9502 -160.668 -174.56 + 98 64.1494 429 1 1 -94.15 -160.837 -174.628 + 98 103.914 428 1 1 -94.35 -160.998 -174.684 + 98 78.2117 427 1 1 -94.55 -161.147 -174.74 + 98 191.094 426 1 1 -94.75 -161.325 -174.798 + 98 14.7731 83 1 0 -97.654 -163.526 -175.85 + 98 92.3543 82 1 0 -97.6866 -163.55 -175.861 + 98 88.7644 81 1 0 -97.9631 -163.75 -175.926 + 98 83.5254 80 1 0 -98.217 -163.95 -175.968 + 98 87.3262 79 1 0 -98.4406 -164.15 -175.993 + 98 106.154 78 1 0 -98.6509 -164.35 -176.014 + 98 103.528 77 1 0 -98.8982 -164.55 -176.054 + 98 136.949 76 1 0 -99.1354 -164.75 -176.107 + 98 71.3133 75 1 0 -99.3615 -164.95 -176.17 + 98 96.2051 414 1 1 -97.15 -166.317 -174.735 + 98 66.8441 413 1 1 -97.3501 -166.586 -174.736 + 98 58.2736 18 1 0 -94.1087 -176.401 -175.85 + 98 68.1364 17 1 0 -94.0268 -176.55 -175.932 + 98 84.1143 16 1 0 -94.0527 -176.75 -175.984 + 98 282.265 15 1 0 -94.1457 -176.95 -176.004 + 98 35.0218 14 1 0 -94.1025 -177.15 -176.096 + 98 24.6776 1127 0 0 -166.422 45.5102 -206.001 + 98 304.035 718 0 0 -41.9421 -36.2785 -206.25 + 98 216.322 717 0 0 -41.4165 -36.45 -206.033 + 98 30.5583 706 0 1 -38.6892 -37.3886 -204.85 + 98 87.9913 707 0 1 -38.65 -37.4022 -204.833 + 98 195.077 708 0 1 -38.45 -37.471 -204.747 + 98 99.6322 709 0 1 -38.25 -37.5412 -204.661 + 98 106.998 710 0 1 -38.05 -37.6104 -204.575 + 98 58.2281 711 0 1 -37.85 -37.6793 -204.49 + 98 472.77 705 1 0 -2.76711 -38.9556 -176.25 + 98 19.9699 894 1 1 -1.07022 -39.0293 -174.85 + 98 160.966 895 1 1 -1.05 -39.0303 -174.833 + 98 187.27 896 1 1 -0.85 -39.0395 -174.669 + 98 53.782 897 1 1 -0.65 -39.0489 -174.504 + 98 304.386 692 2 0 34.5227 -41.5232 -146.25 + 98 94.4959 1081 2 1 36.2686 -41.6156 -144.85 + 98 150.741 1082 2 1 36.45 -41.6239 -144.705 + 98 74.0799 1083 2 1 36.65 -41.6339 -144.542 + 98 350.581 692 3 0 72.0795 -41.6475 -116.25 + 98 26.2685 1268 3 1 73.8199 -41.6548 -114.85 + 98 133.903 1269 3 1 73.85 -41.6549 -114.826 + 98 215.988 1270 3 1 74.05 -41.6562 -114.664 + 98 252.909 1271 3 1 74.25 -41.6552 -114.501 + 98 640.156 687 4 0 113.976 -42.5098 -86.25 + 98 35.7116 1479 4 1 116.092 -42.5783 -84.85 + 98 155.912 1480 4 1 116.15 -42.5802 -84.8118 + 98 146.168 1481 4 1 116.35 -42.5875 -84.6824 + 98 98.6968 1482 4 1 116.55 -42.5968 -84.5574 + 98 494.931 642 5 0 168.96 -51.5186 -56.25 + 98 3.78731 1756 5 1 171.542 -52.0061 -54.85 + 98 107.141 1757 5 1 171.55 -52.0077 -54.8457 + 98 126.875 1758 5 1 171.75 -52.0467 -54.7365 + 98 262.752 1759 5 1 171.95 -52.0872 -54.6271 + 98 141.459 1760 5 1 172.15 -52.126 -54.5161 + 98 12.3718 895 2 0 63.8557 -0.933671 -146.005 + 98 246.412 345 1 1 -111.15 -19.1811 -174.829 + 98 58.7821 346 9 1 -110.945 -18.3706 65.1501 +Number of digits in this event: 57 Using G4ParticleGun... -Particle energy: 4.47927 LIN +Particle energy: 4.87832 LIN Particle: proton Event: 99 -Number of tracker hits in this event: 22 - 99 469.284 1058 9 1 31.6771 120.53 65.55 - 99 175.979 1501 9 0 31.6782 120.529 64.15 - 99 353.59 1058 8 1 31.7067 120.509 35.55 - 99 103.566 1501 8 0 31.7086 120.509 34.15 - 99 266.537 1058 7 1 31.7506 120.502 5.55 - 99 141.702 1501 7 0 31.7522 120.505 4.15 - 99 124.984 1058 6 1 31.7859 120.58 -24.45 - 99 147.701 1502 6 0 31.7872 120.583 -25.85 - 99 192.197 1058 5 1 31.813 120.653 -54.45 - 99 144.039 1502 5 0 31.8133 120.656 -55.85 - 99 114.919 1058 4 1 31.822 120.71 -84.45 - 99 115.309 1502 4 0 31.8216 120.712 -85.85 - 99 91.4758 1058 3 1 31.8148 120.745 -114.45 - 99 99.5676 1502 3 0 31.8162 120.747 -115.85 - 99 117.393 1058 2 1 31.8397 120.792 -144.45 - 99 112.07 1503 2 0 31.8399 120.793 -145.85 - 99 162.638 1058 1 1 31.8388 120.821 -174.45 - 99 149.376 1503 1 0 31.8397 120.822 -175.85 - 99 135.514 1059 0 1 31.86 120.854 -204.45 - 99 109.149 1503 0 0 31.86 120.857 -205.85 - 99 71.6 1059 7 1 31.85 120.447 5.24692 - 99 63.9719 1502 9 0 31.6216 120.55 63.9155 -Number of digits in this event: 13 +Number of tracker hits in this event: 24 + 99 92.4029 1323 10 1 84.7177 -6.33877 95.55 + 99 119.459 868 10 0 84.719 -6.33904 94.15 + 99 107.693 1323 9 1 84.7369 -6.33814 65.55 + 99 102.258 868 9 0 84.7371 -6.33759 64.15 + 99 96.5115 1323 8 1 84.7375 -6.32351 35.55 + 99 336.706 868 8 0 84.7378 -6.32395 34.15 + 99 111.65 1323 7 1 84.7468 -6.32919 5.55 + 99 129.552 868 7 0 84.7475 -6.32736 4.15 + 99 194.723 1323 6 1 84.7647 -6.2851 -24.45 + 99 216.001 868 6 0 84.7644 -6.28298 -25.85 + 99 122.868 1323 5 1 84.7555 -6.24522 -54.45 + 99 139.812 869 5 0 84.7551 -6.24348 -55.85 + 99 96.7566 1323 4 1 84.7475 -6.21375 -84.45 + 99 232.161 869 4 0 84.7468 -6.21174 -85.85 + 99 114.019 1323 3 1 84.7371 -6.16989 -114.45 + 99 104.448 869 3 0 84.7363 -6.16806 -115.85 + 99 106.677 1323 2 1 84.7188 -6.13099 -144.45 + 99 125.5 869 2 0 84.7186 -6.12849 -145.85 + 99 115.699 1323 1 1 84.7136 -6.07737 -174.45 + 99 126.134 869 1 0 84.7137 -6.07582 -175.85 + 99 113.122 1323 0 1 84.7171 -6.04692 -204.45 + 99 169.533 870 0 0 84.7171 -6.0434 -205.85 + 99 25.395 870 4 0 84.6555 -6.04995 -86.214 + 99 153.682 869 8 0 84.5634 -6.2499 33.9828 +Number of digits in this event: 12 Run terminated. Run Summary Number of events processed : 100 - User=3.620000s Real=4.524811s Sys=0.050000s + User=3.580000s Real=4.228581s Sys=0.020000s End of Run 0 -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/particle gamma /gun/energy 1 GeV /gun/sourceType 2 @@ -5435,3233 +5281,3083 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun... -Particle energy: 6.24629 LIN +Particle energy: 4.84184 LIN Particle: gamma Event: 0 -Number of tracker hits in this event: 7 - 0 97.1953 860 9 0 -11.9347 -7.86165 63.75 - 0 62.401 859 9 0 -12.1278 -8.05 63.8547 - 0 59.974 858 9 0 -12.236 -8.25 63.8571 - 0 45.9269 857 9 0 -12.2419 -8.45 63.8148 - 0 256.683 815 9 0 -35.9179 -16.8927 63.75 - 0 181.512 1188 1 1 57.85 144.396 -174.658 - 0 26.3013 956 1 0 -6.66621 11.3963 -176.25 -Number of digits in this event: 4 -Using G4ParticleGun... -Particle energy: 5.10272 LIN +Number of tracker hits in this event: 44 + 0 2.43337 1475 7 1 115.182 21.7942 5.15845 + 0 344.445 1008 7 0 115.182 21.7948 4.15 + 0 221.239 1475 6 1 115.183 21.8114 -24.45 + 0 267.519 1008 6 0 115.184 21.8091 -25.85 + 0 356.877 1475 5 1 115.201 21.7636 -54.45 + 0 213.823 1008 5 0 115.204 21.7648 -55.85 + 0 371.235 1475 4 1 115.265 21.8069 -84.45 + 0 215.197 1008 4 0 115.27 21.8063 -85.85 + 0 111.539 1476 3 1 115.382 21.7595 -114.45 + 0 264.718 1008 3 0 115.388 21.7631 -115.85 + 0 132.663 1476 2 1 115.518 21.829 -144.45 + 0 142.257 1008 2 0 115.511 21.8366 -145.85 + 0 107.954 1476 1 1 115.377 21.998 -174.45 + 0 213.153 1009 1 0 115.375 21.9922 -175.85 + 0 195.309 1475 0 1 115.312 21.8852 -204.45 + 0 198.34 1009 0 0 115.298 21.8721 -205.85 + 0 80.9781 880 5 1 -3.85 -103.166 -54.7531 + 0 181.058 879 5 1 -4.05 -103.501 -54.6439 + 0 45.35 878 5 1 -4.25 -103.833 -54.7522 + 0 135.143 369 5 0 -0.980907 -106.168 -55.85 + 0 116.485 370 5 0 -0.958631 -106.15 -55.9791 + 0 138.135 986 4 1 17.3768 -117.596 -84.45 + 0 248.842 1476 5 1 115.35 21.8267 -54.5265 + 0 85.8868 1477 5 1 115.55 22.0235 -54.6615 + 0 104.932 1478 5 1 115.75 22.2136 -54.6852 + 0 152.567 1324 1 1 85.0439 -60.7204 -174.85 + 0 69.263 1325 1 1 85.05 -61.0016 -174.704 + 0 181.613 592 1 0 85.7948 -61.4682 -175.85 + 0 7.7913 593 1 0 85.844 -61.45 -175.972 + 0 116.1 1330 1 1 86.2101 -62.1083 -174.85 + 0 36.92 1331 1 1 86.2502 -62.1564 -174.835 + 0 156.942 1475 3 1 115.156 21.8655 -114.45 + 0 136.669 1009 3 0 115.16 21.8677 -115.85 + 0 158.327 1475 2 1 115.228 21.9101 -144.45 + 0 115.777 1009 2 0 115.232 21.9154 -145.85 + 0 104.718 1475 1 1 115.329 22.0249 -174.45 + 0 141.26 1476 0 1 115.533 22.208 -204.45 + 0 138.255 1010 0 0 115.548 22.2071 -205.85 + 0 107.967 1037 0 0 113.381 27.5784 -206.249 + 0 72.8124 1038 0 0 113.276 27.65 -206.118 + 0 219.535 888 0 0 85.1884 -2.32729 -206.25 + 0 145.099 976 8 1 15.2744 -71.3456 35.55 + 0 206.74 977 8 1 15.45 -71.5084 35.386 + 0 222.082 872 0 0 132.467 -5.45 -206.162 +Number of digits in this event: 30 +Using G4ParticleGun... +Particle energy: 6.08164 LIN Particle: gamma Event: 1 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 89 + 1 327.538 708 9 1 -38.306 100.429 65.55 + 1 282.221 1401 9 0 -38.301 100.429 64.15 + 1 106.97 709 8 1 -38.1919 100.412 35.55 + 1 250.255 1401 8 0 -38.1893 100.42 34.15 + 1 131.903 709 7 1 -38.1242 100.564 5.55 + 1 123.076 1402 7 0 -38.1194 100.571 4.15 + 1 404.301 710 6 1 -38.0129 100.725 -24.45 + 1 609.115 1402 6 0 -38.0076 100.733 -25.85 + 1 108.155 710 5 1 -37.9223 100.89 -54.45 + 1 226.345 1403 5 0 -37.9162 100.893 -55.85 + 1 722.765 711 4 1 -37.7972 100.944 -84.45 + 1 112.747 1403 4 0 -37.7904 100.944 -85.85 + 1 114.532 712 3 1 -37.64 100.922 -114.45 + 1 116.159 1403 3 0 -37.6287 100.915 -115.85 + 1 103.428 713 2 1 -37.3988 100.762 -144.45 + 1 261.345 1402 2 0 -37.3855 100.745 -145.85 + 1 235.903 714 1 1 -37.0825 100.371 -174.45 + 1 184.534 1401 1 0 -37.0605 100.358 -175.85 + 1 198.407 717 0 1 -36.6211 100.113 -204.45 + 1 125.156 1399 0 0 -36.6078 100.103 -205.85 + 1 52.2691 564 0 1 -67.0922 122.727 -204.85 + 1 55.9513 643 1 0 -141.239 -51.4458 -176.25 + 1 22.1739 1694 4 0 28.4318 158.95 -86.1044 + 1 5.40952 1637 5 0 20.0637 147.75 -56.0634 + 1 144.074 711 5 1 -37.7492 100.81 -54.45 + 1 204.836 709 4 1 -38.1797 102.694 -84.4504 + 1 111.366 1412 4 0 -38.2206 102.724 -85.85 + 1 172.859 706 3 1 -38.6879 103.694 -114.45 + 1 164.407 1417 3 0 -38.6915 103.706 -115.85 + 1 114.675 708 2 1 -38.3513 103.538 -144.45 + 1 112.629 1417 2 0 -38.346 103.592 -145.851 + 1 105.422 709 1 1 -38.2115 104.712 -174.45 + 1 20.828 708 1 1 -38.25 104.709 -174.782 + 1 125.213 1422 1 0 -38.3735 104.702 -175.852 + 1 130.724 693 0 1 -41.4044 104.407 -204.45 + 1 11.4046 1421 0 0 -41.5093 104.352 -205.85 + 1 90.4339 1420 0 0 -41.5139 104.35 -205.91 + 1 193.664 708 5 1 -38.2682 100.557 -54.45 + 1 78.1299 709 5 1 -38.25 100.565 -54.6147 + 1 266.366 1402 5 0 -38.1189 100.618 -55.85 + 1 130.502 726 4 1 -34.7477 102.296 -84.45 + 1 104.984 1410 4 0 -34.7684 102.313 -85.85 + 1 124.535 720 3 1 -35.9816 102.724 -114.45 + 1 109.84 1412 3 0 -35.9489 102.631 -115.85 + 1 314.083 724 2 1 -35.0562 100.557 -144.45 + 1 0.71029 1401 2 0 -35.167 100.351 -145.85 + 1 119.771 1400 2 0 -35.1674 100.35 -145.854 + 1 24.2185 712 1 1 -37.4592 95.776 -174.45 + 1 110.644 713 1 1 -37.45 95.758 -174.511 + 1 136.496 1375 1 0 -37.2508 95.3486 -175.85 + 1 107.218 738 0 1 -32.3596 86.7785 -204.45 + 1 52.9338 1330 0 0 -32.2758 86.141 -205.85 + 1 62.1886 1329 0 0 -32.2702 86.05 -206.052 + 1 163.466 1403 6 0 -38.1501 100.919 -25.8504 + 1 40.5092 1311 8 0 -45.5793 82.4373 33.75 + 1 229.815 1312 8 0 -45.6062 82.45 33.8484 + 1 249.054 1313 8 0 -45.7661 82.65 33.9757 + 1 404.168 710 4 1 -37.9645 101.033 -84.45 + 1 133.786 1404 4 0 -37.8486 100.992 -85.85 + 1 264.052 723 3 1 -35.4299 99.9226 -114.45 + 1 110.692 1398 3 0 -35.4417 99.8817 -115.85 + 1 43.5797 725 2 1 -35.05 99.0816 -144.659 + 1 5.07125 1394 2 0 -34.8961 98.9525 -145.85 + 1 116.922 1393 2 0 -34.893 98.95 -145.873 + 1 115.745 742 1 1 -31.5089 95.4742 -174.45 + 1 109.902 1376 1 0 -31.388 95.4317 -175.85 + 1 109.215 753 0 1 -29.3658 94.3668 -204.45 + 1 139.423 1370 0 0 -29.2913 94.323 -205.85 + 1 113.542 708 4 1 -38.2504 100.731 -84.7122 + 1 96.2097 1406 4 0 -38.7516 101.428 -85.85 + 1 200.86 1407 4 0 -38.7675 101.55 -86.0181 + 1 135.381 708 8 1 -38.3282 100.424 35.55 + 1 110.259 708 7 1 -38.3227 100.471 5.55 + 1 107.104 1401 7 0 -38.3248 100.474 4.15 + 1 141.376 708 6 1 -38.3769 100.54 -24.45 + 1 134.832 1401 6 0 -38.3801 100.542 -25.85 + 1 202.798 707 4 1 -38.5248 100.583 -84.45 + 1 124.217 1402 4 0 -38.5282 100.583 -85.85 + 1 112.484 707 3 1 -38.5931 100.576 -114.45 + 1 274.047 1402 3 0 -38.5963 100.575 -115.85 + 1 109.5 706 2 1 -38.6552 100.558 -144.45 + 1 150.015 706 1 1 -38.7648 100.603 -174.45 + 1 103.087 1402 1 0 -38.7727 100.603 -175.85 + 1 160.072 705 0 1 -38.9255 100.606 -204.45 + 1 110.413 1402 0 0 -38.9322 100.606 -205.85 + 1 18.8449 1165 2 0 -123.435 53.25 -146.075 + 1 42.7998 274 2 1 -125.19 53.5779 -144.85 + 1 207.1 1167 2 0 -125.928 53.5933 -145.85 + 1 249.24 709 9 1 -38.2499 100.452 65.3692 +Number of digits in this event: 47 Using G4ParticleGun... -Particle energy: 2.09515 LIN +Particle energy: 4.79148 LIN Particle: gamma Event: 2 -Number of tracker hits in this event: 66 - 2 210.785 798 9 0 133.303 -20.3242 64.1253 - 2 255.482 1565 8 1 133.29 -20.2504 35.55 - 2 228.884 798 8 0 133.283 -20.2588 34.15 - 2 117.541 1564 7 1 133.092 -20.443 5.55 - 2 100.136 797 7 0 133.067 -20.4586 4.15 - 2 296.06 1562 6 1 132.66 -20.8566 -24.45 - 2 113.867 795 6 0 132.639 -20.858 -25.85 - 2 122.777 1560 5 1 132.181 -20.8866 -54.45 - 2 114.831 795 5 0 132.155 -20.8934 -55.85 - 2 104.153 1557 4 1 131.574 -21.005 -84.45 - 2 127.131 795 4 0 131.541 -21.0034 -85.85 - 2 101.523 1553 3 1 130.858 -21.0125 -114.45 - 2 91.161 795 3 0 130.838 -21.0434 -115.85 - 2 20.5254 794 3 0 130.834 -21.05 -116.141 - 2 108.884 1551 2 1 130.392 -21.6701 -144.45 - 2 120.033 791 2 0 130.376 -21.6938 -145.85 - 2 133.429 1549 1 1 130.064 -22.207 -174.45 - 2 206.969 789 1 0 130.044 -22.2323 -175.85 - 2 122.611 1547 0 1 129.695 -22.6936 -204.45 - 2 147.568 786 0 0 129.659 -22.7137 -205.85 - 2 53.7413 1064 0 0 87.5447 32.9388 -206.25 - 2 135.393 1063 0 0 87.5139 32.8498 -206.108 - 2 183.74 1062 0 0 87.603 32.65 -206.002 - 2 56.6482 1061 0 0 87.6646 32.4499 -205.877 - 2 102.342 1060 0 0 87.7354 32.25 -205.866 - 2 413.737 1374 0 1 95.0107 25.8502 -204.85 - 2 186.102 1565 7 1 133.331 -20.2673 5.55 - 2 139.261 798 7 0 133.339 -20.2691 4.15 - 2 166.503 1566 6 1 133.514 -20.3011 -24.45 - 2 104.358 798 6 0 133.525 -20.3002 -25.85 - 2 116.953 1567 5 1 133.74 -20.2679 -54.45 - 2 141.272 798 5 0 133.746 -20.2678 -55.85 - 2 83.8384 1568 4 1 133.88 -20.2498 -84.45 - 2 127.17 799 4 0 133.876 -20.2162 -85.85 - 2 162.837 1568 3 1 133.81 -19.5364 -114.45 - 2 164.14 802 3 0 133.8 -19.4987 -115.85 - 2 219.895 1567 2 1 133.58 -18.5829 -144.45 - 2 101.219 807 2 0 133.592 -18.5612 -145.85 - 2 101.53 1568 1 1 133.816 -18.1415 -174.45 - 2 106.447 809 1 0 133.846 -18.1489 -175.85 - 2 138.92 1571 0 1 134.51 -18.2698 -204.45 - 2 113.79 808 0 0 134.512 -18.2687 -205.85 - 2 131.175 1570 2 1 134.153 -20.3318 -144.45 - 2 287.703 798 2 0 134.173 -20.3435 -145.85 - 2 120.379 1572 1 1 134.563 -20.6166 -174.45 - 2 116.157 797 1 0 134.602 -20.6194 -175.85 - 2 154.749 1576 0 1 135.363 -20.614 -204.45 - 2 146.132 797 0 0 135.391 -20.6084 -205.85 - 2 115.741 1569 2 1 134.149 -20.33 -144.45 - 2 129.435 1570 1 1 134.256 -19.865 -174.45 - 2 121.705 800 1 0 134.316 -19.86 -175.85 - 2 115.663 1577 0 1 135.683 -19.5459 -204.45 - 2 28.0283 1578 0 1 135.75 -19.5385 -204.759 - 2 191.192 802 0 0 135.975 -19.4983 -205.851 - 2 81.5735 429 5 0 158.016 -94.2242 -56.25 - 2 65.0886 428 5 0 157.965 -94.3502 -56.0763 - 2 94.9468 427 5 0 157.915 -94.55 -55.9036 - 2 3.27801 1688 5 1 157.751 -96.0184 -54.8497 - 2 192.739 1687 5 1 157.75 -96.0278 -54.8433 - 2 97.9226 1686 5 1 157.55 -96.4574 -54.6558 - 2 107.21 1685 5 1 157.35 -96.6825 -54.6285 - 2 25.0004 404 5 0 159.269 -99.2713 -55.85 - 2 77.9679 403 5 0 159.304 -99.35 -55.8695 - 2 187.204 402 5 0 159.379 -99.5502 -55.8689 - 2 145.69 401 5 0 159.457 -99.75 -56.1459 - 2 213.989 1570 0 1 134.35 -20.2454 -204.609 -Number of digits in this event: 37 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 2.81532 LIN +Particle energy: 1.00866 LIN Particle: gamma Event: 3 -Number of tracker hits in this event: 3 - 3 196.512 1070 0 1 34.1426 67.648 -204.85 - 3 59.483 1263 1 0 67.0687 72.6783 -176.25 - 3 86.1621 1069 0 1 34.0499 68.0798 -204.632 -Number of digits in this event: 3 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 7.20835 LIN +Particle energy: 6.49626 LIN Particle: gamma Event: 4 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 2 + 4 19.4614 912 2 0 -104.707 2.45 -146.132 + 4 44.2522 925 1 1 5.05 -34.8843 -174.755 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 2.46315 LIN +Particle energy: 9.46501 LIN Particle: gamma Event: 5 -Number of tracker hits in this event: 2 - 5 69.3354 885 4 0 -7.62177 -2.85 -86.1875 - 5 334.314 24 9 0 83.4476 -175.15 63.8499 -Number of digits in this event: 4 +Number of tracker hits in this event: 7 + 5 120.785 523 9 0 -1.72921 -75.45 63.9895 + 5 70.2484 681 3 0 53.5097 -43.7518 -116.25 + 5 60.9932 680 3 0 53.5222 -43.85 -116.017 + 5 407.929 1168 3 1 53.6848 -43.7494 -114.85 + 5 256.929 1167 3 1 53.6499 -43.8245 -114.471 + 5 64.1722 1166 3 1 53.45 -43.7863 -114.567 + 5 17.5294 1169 3 1 53.85 -43.6932 -114.469 +Number of digits in this event: 6 Using G4ParticleGun... -Particle energy: 5.02888 LIN +Particle energy: 7.6674 LIN Particle: gamma Event: 6 Number of tracker hits in this event: 3 - 6 19.1394 561 5 1 -67.85 105.617 -54.82 - 6 9.09211 1639 4 0 -94.0829 147.95 -86.1963 - 6 9.95866 618 4 0 -19.4261 -56.3458 -86.25 -Number of digits in this event: 2 + 6 17.023 1618 6 0 152.759 143.808 -26.25 + 6 160.867 193 10 1 -141.35 -81.528 95.1777 + 6 169.949 194 10 1 -141.35 -81.6621 95.3734 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 7.62654 LIN +Particle energy: 4.49432 LIN Particle: gamma Event: 7 -Number of tracker hits in this event: 33 - 7 254.242 920 7 1 4.14042 -55.9087 5.55 - 7 326.295 620 7 0 4.13537 -55.9126 4.15 - 7 121.021 919 6 1 4.01986 -55.9788 -24.45 - 7 433.582 620 6 0 4.01445 -55.994 -25.85 - 7 182.079 919 5 1 3.86189 -56.2943 -54.45 - 7 129.989 618 5 0 3.84413 -56.306 -55.85 - 7 145.036 917 4 1 3.4632 -56.5211 -84.45 - 7 108.961 617 4 0 3.44595 -56.5471 -85.85 - 7 193.844 915 3 1 3.11445 -57.0904 -114.45 - 7 134.268 614 3 0 3.09774 -57.117 -115.85 - 7 121.352 913 2 1 2.79581 -57.6414 -144.45 - 7 219.644 611 2 0 2.77827 -57.6688 -145.85 - 7 110.697 911 1 1 2.44377 -58.2675 -174.45 - 7 111.327 608 1 0 2.44079 -58.3004 -175.85 - 7 93.3753 911 0 1 2.28401 -58.923 -204.45 - 7 87.956 605 0 0 2.26586 -58.9654 -205.85 - 7 100.102 920 6 1 4.16454 -55.8876 -24.45 - 7 118.979 920 5 1 4.22033 -55.8606 -54.45 - 7 140.826 620 5 0 4.22373 -55.8573 -55.85 - 7 116.011 921 4 1 4.2958 -55.7953 -84.45 - 7 107.832 621 4 0 4.29468 -55.79 -85.85 - 7 15.8959 920 3 1 4.24888 -55.728 -114.45 - 7 118.289 921 3 1 4.25 -55.7275 -114.495 - 7 406.282 621 3 0 4.28266 -55.7114 -115.85 - 7 20.7126 923 2 1 4.84878 -55.3781 -144.45 - 7 88.3215 924 2 1 4.85 -55.3762 -144.51 - 7 111.373 623 2 0 4.88039 -55.3351 -145.85 - 7 133.818 927 1 1 5.48921 -54.3475 -174.45 - 7 121.651 628 1 0 5.52923 -54.2925 -175.85 - 7 103.581 931 0 1 6.36802 -53.1144 -204.45 - 7 48.9358 634 0 0 6.40753 -53.0571 -205.85 - 7 84.9921 635 0 0 6.41224 -53.05 -206.021 - 7 118.858 679 0 0 -2.92007 -44.25 -206.133 -Number of digits in this event: 17 +Number of tracker hits in this event: 10 + 7 251.597 1318 2 1 83.8147 121.396 -144.45 + 7 321.155 1506 2 0 83.8159 121.394 -145.85 + 7 328.052 1318 1 1 83.847 121.322 -174.45 + 7 128.889 1505 1 0 83.8477 121.319 -175.85 + 7 168.013 1319 0 1 83.857 121.232 -204.45 + 7 220.144 1505 0 0 83.862 121.231 -205.85 + 7 144.606 1319 1 1 83.85 121.32 -174.791 + 7 94.376 1506 1 0 83.7809 121.36 -175.85 + 7 235.511 1318 0 1 83.7186 121.319 -204.45 + 7 153.833 1492 1 0 81.0825 118.714 -175.85 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 8.71228 LIN +Particle energy: 1.96027 LIN Particle: gamma Event: 8 -Number of tracker hits in this event: 23 - 8 307.089 1073 3 1 34.707 97.3806 -114.45 - 8 220.432 1386 3 0 34.707 97.3813 -115.85 - 8 259.453 1073 2 1 34.7076 97.3946 -144.45 - 8 345.567 1386 2 0 34.7076 97.3951 -145.85 - 8 262.441 1073 1 1 34.7014 97.3999 -174.45 - 8 256.135 1386 1 0 34.7012 97.3989 -175.85 - 8 735.938 1073 0 1 34.6954 97.3794 -204.45 - 8 475.989 1386 0 0 34.6934 97.3782 -205.85 - 8 112.347 1090 0 0 111.275 38.25 -206.209 - 8 5.89944 1465 0 1 113.343 37.3766 -204.85 - 8 132.768 1466 0 1 113.35 37.376 -204.845 - 8 155.766 1385 0 0 34.6195 97.2637 -205.85 - 8 99.0034 1074 1 1 34.8501 97.435 -174.526 - 8 118.412 1387 1 0 35.5982 97.6333 -175.85 - 8 103.49 1362 1 0 45.3518 92.6855 -176.25 - 8 80.4972 1122 1 1 44.6045 92.9933 -174.85 - 8 43.6356 1121 1 1 44.4499 93.054 -174.6 - 8 30.4474 1283 2 0 69.6694 76.6772 -146.25 - 8 125.956 1282 2 0 69.7153 76.65 -146.199 - 8 378.298 1252 2 1 70.6311 76.3564 -144.85 - 8 164.241 1253 2 1 70.6501 76.352 -144.819 - 8 160.925 1251 2 1 70.45 77.593 -144.735 - 8 108.098 1250 2 1 70.25 78.0477 -144.516 -Number of digits in this event: 17 -Using G4ParticleGun... -Particle energy: 4.91886 LIN +Number of tracker hits in this event: 190 + 8 201.003 365 9 1 -106.989 65.4325 65.55 + 8 385.462 1226 9 0 -106.992 65.432 64.15 + 8 503.974 365 8 1 -107.008 65.4801 35.55 + 8 144.727 1227 8 0 -107.029 65.4827 34.15 + 8 109.517 363 7 1 -107.454 65.4931 5.55 + 8 266.232 1227 7 0 -107.458 65.5127 4.15 + 8 444.603 363 6 1 -107.454 66.0195 -24.45 + 8 120.52 1229 6 0 -107.461 66.0283 -25.85 + 8 234.139 363 5 1 -107.522 66.3268 -54.45 + 8 93.0965 1231 5 0 -107.516 66.3456 -55.85 + 8 225.31 364 4 1 -107.253 66.7804 -84.45 + 8 189.977 1233 4 0 -107.222 66.7976 -85.85 + 8 103.432 367 3 1 -106.604 67.2135 -114.45 + 8 117.231 1236 3 0 -106.591 67.2671 -115.85 + 8 133.902 368 2 1 -106.463 68.4065 -144.45 + 8 127.821 1242 2 0 -106.462 68.4842 -145.85 + 8 109.135 368 1 1 -106.496 69.9604 -174.45 + 8 182.998 1249 1 0 -106.549 69.9806 -175.85 + 8 5.2968 363 0 1 -107.549 70.626 -204.45 + 8 131.439 362 0 1 -107.55 70.6267 -204.469 + 8 120.526 1253 0 0 -107.603 70.6765 -205.85 + 8 357.643 362 5 1 -107.573 66.3699 -54.4501 + 8 60.4426 1230 5 0 -107.756 66.1087 -55.85 + 8 82.3111 1229 5 0 -107.771 66.0499 -56.0359 + 8 279.622 333 4 1 -113.423 56.7715 -84.45 + 8 50.6484 332 4 1 -113.55 56.7828 -84.6941 + 8 114.19 1181 4 0 -113.839 56.3378 -85.85 + 8 184.365 1227 6 0 -107.711 65.5858 -25.85 + 8 204.543 1311 6 0 -61.4983 82.2836 -26.25 + 8 92.5374 1310 6 0 -61.3806 82.25 -26.0999 + 8 278.496 361 6 1 -107.83 65.5974 -24.45 + 8 133.271 1225 5 0 -107.519 65.1419 -55.85 + 8 218.8 376 4 1 -104.95 64.2047 -84.45 + 8 148.868 1220 4 0 -104.758 64.1611 -85.8501 + 8 6.90559 393 3 1 -101.356 63.416 -114.45 + 8 101.784 394 3 1 -101.35 63.4136 -114.483 + 8 114.639 1216 3 0 -101.079 63.2922 -115.85 + 8 11.5297 1215 3 0 -101.003 63.25 -116.222 + 8 129.702 425 2 1 -95.1282 59.577 -144.45 + 8 416.387 1196 2 0 -94.7713 59.3615 -145.85 + 8 221.94 465 1 1 -86.8757 55.8724 -174.45 + 8 107.592 466 1 1 -86.85 55.8442 -174.585 + 8 126.044 1177 1 0 -86.6032 55.5661 -175.85 + 8 185.24 499 0 1 -80.145 47.9224 -204.45 + 8 99.107 1136 0 0 -79.8375 47.3444 -205.85 + 8 31.709 1135 0 0 -79.767 47.25 -206.131 + 8 88.1449 464 1 1 -87.0501 55.8042 -174.56 + 8 94.9561 1228 6 0 -107.801 65.6879 -25.85 + 8 49.9195 370 5 1 -105.987 64.2128 -54.45 + 8 47.2726 371 5 1 -105.95 64.1708 -54.6616 + 8 88.0554 1219 5 0 -105.785 63.9263 -55.8502 + 8 10.7372 1218 5 0 -105.778 63.85 -56.2034 + 8 174.605 369 4 1 -106.257 57.9245 -84.45 + 8 112.863 1186 4 0 -106.373 57.4263 -85.85 + 8 165.351 347 3 1 -110.642 47.9292 -114.45 + 8 36.889 346 3 1 -110.75 47.5155 -114.765 + 8 43.9551 1130 3 0 -111.094 46.1977 -115.85 + 8 111.302 1129 3 0 -111.131 46.05 -115.993 + 8 7.42795 1128 3 0 -111.164 45.85 -116.226 + 8 62.519 888 3 0 -141.483 -2.28094 -116.25 + 8 89.3128 887 3 0 -141.599 -2.45 -116.083 + 8 7.69326 886 3 0 -141.784 -2.65039 -115.865 + 8 170.995 187 3 1 -142.634 -3.65891 -114.85 + 8 168.967 186 3 1 -142.75 -3.81292 -114.696 + 8 72.9908 185 3 1 -142.95 -4.2502 -114.513 + 8 138.101 899 4 0 -127.098 -0.202183 -86.25 + 8 87.6874 269 4 1 -126.296 0.29601 -84.8499 + 8 43.2424 270 4 1 -126.149 0.413931 -84.5949 + 8 224.059 815 5 0 -145.841 -16.9323 -56.25 + 8 49.8101 162 5 1 -147.629 -18.2237 -54.85 + 8 239.322 161 5 1 -147.751 -18.3116 -54.7707 + 8 56.0149 160 5 1 -147.951 -18.3525 -54.7398 + 8 121.484 806 5 0 -148.197 -18.6774 -55.8501 + 8 82.4138 805 5 0 -148.203 -18.8501 -55.9839 + 8 122.867 312 2 1 -117.667 25.0876 -144.45 + 8 42.0518 313 2 1 -117.55 25.484 -144.517 + 8 8.99545 976 3 0 -126.897 15.2707 -116.25 + 8 56.3363 975 3 0 -126.909 15.25 -116.212 + 8 78.9749 974 3 0 -126.988 15.05 -116.07 + 8 60.4987 973 3 0 -127.06 14.85 -115.949 + 8 234.819 972 3 0 -127.114 14.6495 -115.906 + 8 62.9841 1218 8 0 -106.834 63.7972 34.1498 + 8 80.5858 1217 8 0 -106.809 63.65 34.0394 + 8 50.0468 1216 8 0 -106.801 63.45 33.8718 + 8 134.47 1226 8 0 -107.068 65.4441 34.15 + 8 175.83 364 7 1 -107.217 65.3607 5.55 + 8 126.653 1226 7 0 -107.225 65.3569 4.15 + 8 354.283 1226 6 0 -107.415 65.2821 -25.85 + 8 123.241 1226 5 0 -107.413 65.2874 -55.85 + 8 101.162 362 4 1 -107.595 65.2015 -84.45 + 8 140.058 1225 4 0 -107.602 65.1999 -85.85 + 8 189.803 362 3 1 -107.744 65.1862 -114.45 + 8 112.748 1225 3 0 -107.758 65.1856 -115.85 + 8 105.077 360 2 1 -108.038 65.173 -144.45 + 8 118.949 1225 2 0 -108.052 65.1768 -145.85 + 8 112.218 359 1 1 -108.327 65.2696 -174.45 + 8 144.607 1226 1 0 -108.346 65.2696 -175.85 + 8 113.324 356 0 1 -108.774 65.2816 -204.45 + 8 95.9081 1226 0 0 -108.794 65.2897 -205.85 + 8 0.324301 1225 1 0 -108.347 65.25 -176.249 + 8 273.266 989 1 0 -122.999 17.9662 -176.25 + 8 87.4703 988 1 0 -123.762 17.8498 -176.02 + 8 110.241 987 1 0 -123.878 17.65 -176.056 + 8 67.3701 786 1 0 -147.934 -22.7648 -176.25 + 8 47.5607 331 5 1 -113.858 67.122 -54.45 + 8 105.788 330 5 1 -113.95 67.2775 -54.5061 + 8 118.05 329 5 1 -114.15 67.5884 -54.6216 + 8 125.949 328 5 1 -114.35 67.8847 -54.7288 + 8 71.8881 1252 5 0 -115.741 70.4982 -55.85 + 8 94.819 1253 5 0 -115.832 70.65 -55.9206 + 8 69.3588 1254 5 0 -115.96 70.8502 -56.0169 + 8 66.7094 1255 5 0 -116.084 71.0503 -56.1109 + 8 74.6027 1256 5 0 -116.196 71.25 -56.1846 + 8 93.1168 1459 5 0 -110.784 112.062 -56.2499 + 8 68.7363 1460 5 0 -110.524 112.15 -56.0426 + 8 100.428 1461 5 0 -110.377 112.35 -55.9324 + 8 43.3502 1462 5 0 -110.305 112.55 -55.8563 + 8 41.5805 398 5 1 -100.399 133.053 -54.85 + 8 355.364 399 5 1 -100.35 133.206 -54.8443 + 8 135.631 400 5 1 -100.15 133.584 -54.6973 + 8 33.1485 1583 5 0 -100.681 136.818 -55.85 + 8 62.3535 1584 5 0 -100.7 136.951 -55.8958 + 8 57.82 1585 5 0 -100.755 137.15 -55.9048 + 8 83.7535 388 5 1 -102.454 140.389 -54.85 + 8 45.2649 1622 5 0 -101.835 144.647 -55.8503 + 8 133.835 1623 5 0 -101.817 144.75 -55.8846 + 8 82.668 1624 5 0 -101.754 144.951 -55.9444 + 8 96.5306 1625 5 0 -101.637 145.15 -56.0117 + 8 97.3034 1626 5 0 -101.377 145.35 -56.0848 + 8 91.3295 1627 5 0 -101.192 145.55 -56.015 + 8 6.28752 1628 5 0 -101.108 145.75 -55.8651 + 8 188.321 1639 5 0 -99.2868 148.027 -55.85 + 8 156.447 1640 5 0 -99.1666 148.15 -55.9238 + 8 237.081 258 4 1 -128.403 115.124 -84.45 + 8 64.7205 259 4 1 -128.35 115.926 -84.7248 + 8 32.3363 1493 4 0 -127.673 118.845 -85.85 + 8 82.5885 1494 4 0 -127.652 118.95 -85.8899 + 8 64.2367 1495 4 0 -127.622 119.15 -85.9611 + 8 64.1942 1496 4 0 -127.589 119.35 -86.0297 + 8 55.0444 1497 4 0 -127.563 119.55 -86.0805 + 8 65.8461 1498 4 0 -127.526 119.75 -86.1215 + 8 46.6303 1499 4 0 -127.483 119.95 -86.1544 + 8 88.8955 1500 4 0 -127.432 120.15 -86.1765 + 8 69.8687 1501 4 0 -127.36 120.35 -86.2121 + 8 12.4414 1502 4 0 -127.261 120.55 -86.2417 + 8 209.263 349 5 1 -110.229 64.1237 -54.45 + 8 127.101 1221 5 0 -110.529 64.3373 -55.85 + 8 139.837 319 4 1 -116.247 69.0602 -84.45 + 8 94.5731 1248 4 0 -115.934 69.6794 -85.85 + 8 17.0061 1249 4 0 -115.852 69.85 -86.1925 + 8 34.8269 354 3 1 -109.204 85.8098 -114.45 + 8 98.525 355 3 1 -109.15 85.8364 -114.515 + 8 45.0316 356 3 1 -108.95 85.9375 -114.748 + 8 146.693 1332 3 0 -108.014 86.4626 -115.851 + 8 20.2066 1333 3 0 -107.713 86.65 -116.209 + 8 19.696 469 2 1 -86.1067 102.068 -144.45 + 8 70.4119 470 2 1 -86.05 102.072 -144.496 + 8 89.5943 471 2 1 -85.85 102.089 -144.667 + 8 156.095 1410 2 0 -84.6168 102.322 -145.85 + 8 113.204 1411 2 0 -84.495 102.35 -145.974 + 8 195.48 613 1 1 -57.438 106.941 -174.45 + 8 12.8291 614 1 1 -57.25 106.586 -174.832 + 8 30.4754 1427 1 0 -56.7274 105.621 -175.85 + 8 84.9666 1426 1 0 -56.6969 105.55 -175.925 + 8 28.437 1425 1 0 -56.6392 105.35 -176.191 + 8 33.004 639 0 1 -52.2033 86.5714 -204.45 + 8 115.814 638 0 1 -52.25 86.6318 -204.484 + 8 52.1718 637 0 1 -52.45 86.8042 -204.516 + 8 82.8222 636 0 1 -52.65 86.9623 -204.532 + 8 71.8021 635 0 1 -52.8503 87.1243 -204.611 + 8 94.0357 634 0 1 -53.0501 87.3322 -204.708 + 8 94.2709 633 0 1 -53.25 87.5825 -204.777 + 8 30.7997 1352 0 0 -54.9231 90.6741 -205.85 + 8 70.4919 1353 0 0 -54.9708 90.75 -205.874 + 8 74.8614 1354 0 0 -55.0789 90.9502 -205.94 + 8 75.2659 1355 0 0 -55.2403 91.15 -206.032 + 8 75.6019 1356 0 0 -55.4182 91.3508 -206.083 + 8 82.1901 1357 0 0 -55.5467 91.55 -206.13 + 8 68.9628 1358 0 0 -55.7191 91.7502 -206.17 + 8 88.128 1359 0 0 -55.9739 91.95 -206.19 + 8 76.7183 1360 0 0 -56.1823 92.15 -206.174 + 8 99.0195 1361 0 0 -56.4013 92.35 -206.133 + 8 339.921 1362 0 0 -56.6731 92.55 -206.066 + 8 82.2084 598 0 1 -60.2639 92.5418 -204.85 + 8 94.9496 597 0 1 -60.45 92.5111 -204.737 + 8 19.5842 596 0 1 -60.6502 92.5028 -204.519 + 8 69.5469 1246 1 0 -35.7442 69.3763 -176.25 + 8 225.551 364 8 1 -107.15 65.5314 35.4181 + 8 214.245 363 8 1 -107.35 65.6531 35.3972 + 8 29.486 362 8 1 -107.55 65.8155 35.3487 +Number of digits in this event: 66 +Using G4ParticleGun... +Particle energy: 4.84142 LIN Particle: gamma Event: 9 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 10 + 9 136.466 277 4 0 162.678 -124.719 -86.25 + 9 198 1712 4 1 162.583 -124.744 -84.8498 + 9 231.897 1711 4 1 162.55 -124.713 -84.56 + 9 68.0043 1710 4 1 162.35 -124.386 -84.6711 + 9 152.148 1709 4 1 162.149 -124.404 -84.7088 + 9 73.3903 1708 4 1 161.95 -124.604 -84.7755 + 9 67.3022 1707 4 1 161.75 -124.559 -84.7649 + 9 33.0393 279 4 0 163.14 -124.21 -85.85 + 9 228.879 280 4 0 163.193 -124.15 -85.9122 + 9 37.5301 281 4 0 163.353 -123.95 -85.9611 +Number of digits in this event: 6 Using G4ParticleGun... -Particle energy: 1.29717 LIN +Particle energy: 8.12999 LIN Particle: gamma Event: 10 -Number of tracker hits in this event: 1 - 10 16.4079 753 14 1 -29.45 -113.277 215.187 -Number of digits in this event: 1 +Number of tracker hits in this event: 105 + 10 303.341 1119 6 1 43.9701 138.127 -24.45 + 10 341.704 1589 6 0 43.97 138.128 -25.85 + 10 273.137 1119 5 1 43.9665 138.136 -54.45 + 10 269.434 1589 5 0 43.9664 138.136 -55.85 + 10 615.944 1119 4 1 43.9625 138.141 -84.45 + 10 392.572 1589 4 0 43.9617 138.143 -85.85 + 10 258.926 1119 3 1 43.9416 138.178 -114.45 + 10 360.585 1590 3 0 43.9397 138.179 -115.85 + 10 730.072 1119 2 1 43.9013 138.2 -144.45 + 10 219.174 1590 2 0 43.9015 138.201 -145.85 + 10 126.553 1119 1 1 43.8994 138.225 -174.45 + 10 143.125 1590 1 0 43.8972 138.226 -175.85 + 10 121.785 1119 0 1 43.851 138.253 -204.45 + 10 125.514 1590 0 0 43.8582 138.252 -205.85 + 10 74.6752 1491 5 1 118.393 140.67 -54.85 + 10 242.845 1492 5 1 118.55 140.577 -54.6699 + 10 154.334 1385 3 0 108.724 97.2476 -116.25 + 10 0.0472153 1384 3 0 108.817 97.15 -116.007 + 10 13.6419 1337 6 0 36.6447 87.6472 -26.25 + 10 145.372 1614 4 0 -116.084 142.952 -86.25 + 10 168.691 1613 4 0 -116.088 142.95 -86.2146 + 10 7.31466 1615 4 0 -116.183 143.15 -85.8723 + 10 178.708 316 4 1 -116.757 143.634 -84.85 + 10 703.534 1120 2 1 44.05 138.199 -144.55 + 10 356.638 1593 2 0 44.7188 138.805 -145.85 + 10 125.829 1594 2 0 44.8761 138.95 -146.102 + 10 120.533 1262 1 1 72.4582 160.318 -174.45 + 10 13.7168 1699 1 0 72.4665 159.961 -175.85 + 10 111.152 1698 1 0 72.4669 159.95 -175.896 + 10 10.6093 1275 0 1 75.24 147.711 -204.45 + 10 119.383 1276 0 1 75.25 147.705 -204.474 + 10 113.923 1635 0 0 75.6794 147.24 -205.85 + 10 33.3375 1634 0 0 75.761 147.15 -206.164 + 10 98.2229 1653 0 0 83.0147 150.826 -206.25 + 10 28.3419 1654 0 0 83.0691 150.95 -205.929 + 10 124.37 1316 0 1 83.3403 151.148 -204.85 + 10 318.538 1589 2 0 44.2624 138.123 -145.851 + 10 253.022 1155 1 1 51.0947 139.116 -174.45 + 10 74.6451 1595 1 0 51.4257 139.307 -175.85 + 10 37.9756 1596 1 0 51.4927 139.35 -176.119 + 10 28.1527 1187 0 1 57.617 143.795 -204.45 + 10 179.091 1188 0 1 57.65 143.802 -204.562 + 10 122.89 1618 0 0 58.0146 143.83 -205.85 + 10 189.893 1115 2 1 43.241 139.834 -144.45 + 10 110.236 1116 2 1 43.25 139.852 -144.639 + 10 115.478 1599 2 0 43.318 140.001 -145.85 + 10 83.6343 1141 1 1 48.3049 140.782 -174.45 + 10 26.2588 1140 1 1 48.25 140.822 -174.746 + 10 407.384 1604 1 0 48.0793 140.952 -175.851 + 10 7.65065 1113 0 1 42.6642 146.1 -204.45 + 10 151.046 1112 0 1 42.65 146.087 -204.477 + 10 29.7306 1626 0 0 41.8545 145.392 -205.85 + 10 120.939 1625 0 0 41.8049 145.35 -205.932 + 10 56.4767 1114 2 1 43.05 139.74 -144.713 + 10 100.55 1597 2 0 42.5087 139.721 -145.85 + 10 90.9622 1598 2 0 42.4464 139.75 -145.98 + 10 305.979 1753 2 0 29.4055 170.913 -146.25 + 10 194.912 1754 2 0 29.399 170.95 -146.212 + 10 96.8249 1130 1 1 46.1784 140.876 -174.45 + 10 103.937 1143 0 1 48.8182 145.361 -204.45 + 10 119.497 1627 0 0 48.9096 145.638 -205.85 + 10 22.4697 1591 2 0 44.043 138.497 -145.85 + 10 114.042 1592 2 0 44.0416 138.55 -145.926 + 10 62.9541 1595 2 0 43.9325 139.15 -146.189 + 10 358.272 1596 2 0 44.0394 139.35 -146.165 + 10 100.643 1578 2 0 43.3917 135.931 -145.85 + 10 113.527 1588 3 0 44.0328 137.941 -115.85 + 10 122.711 1588 2 0 44.1407 137.815 -145.85 + 10 110.745 1120 1 1 44.2452 137.654 -174.45 + 10 139.804 1587 1 0 44.2484 137.652 -175.85 + 10 103.375 1121 0 1 44.3009 137.616 -204.45 + 10 291.281 1587 0 0 44.3045 137.616 -205.85 + 10 264.057 1588 0 0 44.4022 137.75 -206.137 + 10 375.69 1020 10 1 24.1118 159.256 95.15 + 10 277.901 1695 10 0 24.2213 159.2 94.15 + 10 267.239 1588 4 0 43.7361 137.918 -85.85 + 10 18.0271 1085 3 1 37.0671 135.931 -114.45 + 10 108.368 1084 3 1 37.05 135.936 -114.52 + 10 157.463 1579 3 0 36.7217 136.033 -115.85 + 10 89.2965 1047 2 1 29.6267 138.024 -144.45 + 10 61.2798 1046 2 1 29.45 138.143 -144.703 + 10 55.5296 937 1 1 7.61246 153.381 -174.45 + 10 100.538 936 1 1 7.45 153.455 -174.575 + 10 144.368 935 1 1 7.25 153.543 -174.729 + 10 101.486 1670 1 0 5.63321 154.263 -175.85 + 10 184.164 1671 1 0 5.42739 154.35 -175.992 + 10 19.754 724 0 1 -35.2065 171.841 -204.45 + 10 72.4368 723 0 1 -35.2502 171.86 -204.48 + 10 196.904 722 0 1 -35.45 171.947 -204.619 + 10 51.2553 721 0 1 -35.65 172.037 -204.758 + 10 168.178 1763 0 0 -37.3069 172.886 -205.85 + 10 176.031 1764 0 0 -37.4276 172.95 -205.93 + 10 25.4042 1765 0 0 -37.8064 173.15 -206.188 + 10 22.368 1760 0 0 -41.6674 172.15 -206.068 + 10 24.4164 1590 4 0 44.0139 138.15 -86.1558 + 10 107.17 1118 3 1 43.6867 139.083 -114.45 + 10 97.758 1594 3 0 43.6901 139.071 -115.85 + 10 278.949 1123 1 1 44.7727 139.965 -174.45 + 10 123.91 1598 1 0 44.8404 139.919 -175.85 + 10 42.4886 1131 0 1 46.4264 139.375 -204.45 + 10 83.3221 1132 0 1 46.45 139.383 -204.591 + 10 112.912 1596 0 0 46.6609 139.432 -205.85 + 10 3.29913 1124 1 1 44.85 139.929 -174.565 + 10 21.5265 1120 6 1 44.05 138.117 -24.7557 + 10 111.862 1590 6 0 44.7697 138.242 -25.85 +Number of digits in this event: 52 Using G4ParticleGun... -Particle energy: 4.40015 LIN +Particle energy: 3.33309 LIN Particle: gamma Event: 11 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 9 + 11 73.2506 248 7 0 141.977 -130.425 3.75 + 11 0.13096 247 7 0 142.217 -130.55 4.14989 + 11 52.3822 1627 7 1 145.602 -131.4 5.15 + 11 118.189 1628 7 1 145.75 -131.412 5.20974 + 11 73.4736 1629 7 1 145.95 -131.216 5.24964 + 11 79.8272 1630 7 1 146.15 -131.118 5.30348 + 11 110.8 1631 7 1 146.351 -131.215 5.30746 + 11 6.44742 244 7 0 146.569 -131.342 4.15 + 11 239.254 243 7 0 146.57 -131.35 4.13316 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 3.38751 LIN +Particle energy: 2.24408 LIN Particle: gamma Event: 12 -Number of tracker hits in this event: 55 - 12 317.055 598 6 1 -60.2576 -77.3503 -24.45 - 12 240.273 513 6 0 -60.2563 -77.352 -25.85 - 12 242.557 599 5 1 -60.2106 -77.3626 -54.45 - 12 210.092 513 5 0 -60.2127 -77.3485 -55.85 - 12 118.215 599 4 1 -60.212 -77.0945 -84.45 - 12 148.955 514 4 0 -60.2006 -77.0895 -85.85 - 12 130.111 600 3 1 -59.9448 -76.9155 -114.45 - 12 107.847 515 3 0 -59.9193 -76.868 -115.85 - 12 162.693 603 2 1 -59.3684 -75.8921 -144.45 - 12 129.746 521 2 0 -59.3312 -75.7434 -145.85 - 12 105.522 605 1 1 -58.874 -72.2795 -174.45 - 12 69.6138 539 1 0 -58.8417 -72.0817 -175.85 - 12 73.3292 540 1 0 -58.8411 -72.05 -176.09 - 12 96.6931 607 0 1 -58.585 -68.4044 -204.45 - 12 12.2309 606 0 1 -58.65 -68.3883 -204.804 - 12 121.747 558 0 0 -58.8281 -68.3556 -205.85 - 12 131.213 455 1 0 -54.6051 -88.9519 -176.25 - 12 228.544 454 1 0 -54.5581 -89.05 -176.188 - 12 230.094 606 1 1 -58.7734 -75.4571 -174.45 - 12 102.692 522 1 0 -58.7517 -75.5116 -175.85 - 12 156.791 603 0 1 -59.346 -76.6323 -204.45 - 12 104.44 517 0 0 -59.4263 -76.6187 -205.851 - 12 100.178 523 1 0 -58.7402 -75.4149 -175.85 - 12 184.32 609 0 1 -58.0539 -74.3857 -204.45 - 12 127.413 528 0 0 -58.0571 -74.3233 -205.851 - 12 258.041 599 1 1 -60.1181 -76.8149 -174.45 - 12 272.039 516 1 0 -60.1255 -76.7586 -175.851 - 12 233.292 599 0 1 -60.1268 -75.3415 -204.45 - 12 226.338 524 0 0 -60.1067 -75.1118 -205.85 - 12 4.5202 525 0 0 -60.104 -75.05 -206.228 - 12 115.1 598 0 1 -60.3164 -76.6898 -204.45 - 12 102.281 516 0 0 -60.3471 -76.695 -205.85 - 12 96.0232 598 4 1 -60.2622 -77.2908 -84.45 - 12 107.755 513 4 0 -60.2614 -77.29 -85.85 - 12 17.5705 598 3 1 -60.2503 -77.2699 -114.45 - 12 102.795 599 3 1 -60.25 -77.2697 -114.526 - 12 122.574 513 3 0 -60.2452 -77.2673 -115.85 - 12 136.754 599 2 1 -60.1429 -77.2093 -144.45 - 12 192.627 514 2 0 -60.1363 -77.2081 -145.85 - 12 233.411 600 1 1 -59.9828 -77.187 -174.45 - 12 98.4775 514 1 0 -59.9777 -77.1817 -175.85 - 12 155.244 600 0 1 -59.9136 -77.0938 -204.45 - 12 156.991 514 0 0 -59.9128 -77.0881 -205.85 - 12 17.7932 706 2 0 -87.8178 -38.7875 -146.25 - 12 68.1081 707 2 0 -87.8738 -38.65 -145.918 - 12 18.5387 708 2 0 -87.7957 -38.4498 -145.876 - 12 253.324 466 2 1 -86.844 -36.6107 -144.849 - 12 243.913 465 2 1 -86.85 -36.3261 -144.59 - 12 2.91497 178 4 1 -144.35 12.1903 -84.5075 - 12 194.876 515 1 0 -59.8134 -76.982 -175.85 - 12 54.4714 622 0 1 -55.5903 -72.7326 -204.45 - 12 108.233 621 0 1 -55.65 -72.888 -204.485 - 12 34.9219 620 0 1 -55.85 -73.0664 -204.752 - 12 73.6251 531 0 0 -56.662 -73.7006 -205.85 - 12 94.9905 530 0 0 -56.8247 -73.8505 -206.064 -Number of digits in this event: 32 +Number of tracker hits in this event: 41 + 12 228.968 1539 8 1 128.068 -40.7578 35.55 + 12 241.015 696 8 0 128.064 -40.7601 34.15 + 12 244.524 1538 7 1 127.915 -40.8012 5.55 + 12 220.864 696 7 0 127.913 -40.8157 4.15 + 12 331.952 1538 6 1 127.868 -41.151 -24.45 + 12 177.473 694 6 0 127.862 -41.1499 -25.85 + 12 256.284 1537 5 1 127.719 -41.0682 -54.45 + 12 110.182 694 5 0 127.709 -41.0612 -55.85 + 12 232.05 1536 4 1 127.503 -40.9404 -84.45 + 12 120.203 695 4 0 127.495 -40.9442 -85.85 + 12 221.896 1535 3 1 127.348 -41.0599 -114.45 + 12 211.009 694 3 0 127.351 -41.0635 -115.85 + 12 119.226 1535 2 1 127.347 -41.0974 -144.45 + 12 130.676 694 2 0 127.347 -41.1046 -145.85 + 12 116.571 1535 1 1 127.333 -41.2765 -174.45 + 12 130.612 693 1 0 127.32 -41.2952 -175.85 + 12 183.193 1534 0 1 127.048 -41.7239 -204.45 + 12 137.919 691 0 0 127.038 -41.7579 -205.85 + 12 43.5239 348 6 0 143.628 -110.388 -26.25 + 12 56.9601 347 6 0 143.663 -110.55 -25.9125 + 12 194.87 1615 6 1 143.254 -109.733 -24.85 + 12 46.0297 40 0 0 178.074 -172.092 -206.25 + 12 95.5471 51 0 0 166.423 -169.846 -206.25 + 12 133.577 697 6 0 127.797 -40.6364 -25.85 + 12 129.548 697 5 0 127.666 -40.5646 -55.85 + 12 111.925 697 4 0 127.45 -40.5053 -85.85 + 12 116.59 697 3 0 127.177 -40.4849 -115.85 + 12 100.713 1533 2 1 126.89 -40.3423 -144.45 + 12 237.542 698 2 0 126.869 -40.3215 -145.85 + 12 117.46 1531 1 1 126.527 -39.7398 -174.45 + 12 130.009 701 1 0 126.491 -39.7107 -175.85 + 12 98.6595 1528 0 1 125.801 -38.9761 -204.45 + 12 124.875 705 0 0 125.765 -38.9322 -205.85 + 12 117.265 1524 0 1 125.049 -64.158 -204.85 + 12 284.092 626 6 0 -20.4324 -54.6632 -26.2497 + 12 16.9265 627 6 0 -20.7769 -54.65 -26.2454 + 12 24.9443 723 0 0 137.073 -35.4227 -206.25 + 12 48.3256 722 0 0 137.09 -35.45 -206.191 + 12 13.4803 1534 1 1 127.094 -40.1134 -174.45 + 12 88.9598 708 1 0 127.2 -38.4258 -175.85 + 12 309.2 707 1 0 127.124 -38.4501 -175.96 +Number of digits in this event: 26 Using G4ParticleGun... -Particle energy: 4.49 LIN +Particle energy: 9.55139 LIN Particle: gamma Event: 13 -Number of tracker hits in this event: 0 +Number of tracker hits in this event: 2 + 13 49.0812 565 5 0 128.954 -66.9133 -56.25 + 13 65.6335 1437 10 1 107.683 97.8401 95.15 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 6.70643 LIN +Particle energy: 3.82302 LIN Particle: gamma Event: 14 -Number of tracker hits in this event: 29 - 14 165.708 986 5 0 -72.248 17.3656 -55.9944 - 14 222.486 538 4 1 -72.2709 17.3626 -84.45 - 14 265.845 986 4 0 -72.2703 17.3644 -85.85 - 14 121.22 538 3 1 -72.2682 17.3892 -114.45 - 14 276.976 986 3 0 -72.2654 17.3889 -115.85 - 14 265.786 539 2 1 -72.2241 17.3779 -144.45 - 14 357.925 986 2 0 -72.218 17.376 -145.85 - 14 234.128 539 1 1 -72.0826 17.3355 -174.45 - 14 318.199 986 1 0 -72.078 17.3331 -175.85 - 14 446.124 540 0 1 -71.9868 17.2868 -204.45 - 14 120.021 986 0 0 -71.9824 17.2868 -205.85 - 14 72.3255 176 5 1 -144.811 144.405 -54.85 - 14 178.105 175 5 1 -144.95 144.55 -54.6153 - 14 144.441 174 5 1 -145.15 144.659 -54.5118 - 14 93.6581 936 0 0 -145.845 7.28527 -206.25 - 14 342.166 539 4 1 -72.25 17.3464 -84.454 - 14 149.441 539 3 1 -72.149 17.377 -114.45 - 14 113.929 540 1 1 -71.9977 17.4247 -174.45 - 14 131.726 987 0 0 -71.9431 17.4867 -205.85 - 14 53.9525 538 1 1 -72.25 17.6812 -174.688 - 14 61.9048 992 1 0 -72.8015 18.5214 -175.85 - 14 81.3281 993 1 0 -72.8953 18.6501 -176.03 - 14 38.7552 572 1 1 -65.65 61.6095 -174.832 - 14 41.041 498 0 1 -80.25 29.882 -204.715 - 14 134.642 1051 0 0 -82.1876 30.3983 -205.85 - 14 361.523 987 3 0 -72.1589 17.45 -116.062 - 14 148.628 988 3 0 -72.626 17.65 -116.015 - 14 100.615 1024 5 0 -40.6365 24.8808 -56.25 - 14 281.903 1023 5 0 -40.5055 24.85 -56.0701 -Number of digits in this event: 23 -Using G4ParticleGun... -Particle energy: 8.62351 LIN +Number of tracker hits in this event: 97 + 14 324.102 744 9 1 -31.191 74.5657 65.55 + 14 249.676 1272 9 0 -31.1905 74.566 64.15 + 14 124.187 744 8 1 -31.1823 74.5736 35.55 + 14 117.781 1272 8 0 -31.1797 74.5714 34.15 + 14 124.559 744 7 1 -31.1111 74.5321 5.55 + 14 96.9156 1272 7 0 -31.1072 74.5306 4.15 + 14 149.886 745 6 1 -31.0322 74.4946 -24.45 + 14 430.071 1272 6 0 -31.0266 74.4949 -25.85 + 14 150.381 745 5 1 -30.9175 74.5125 -54.45 + 14 109.865 1272 5 0 -30.9119 74.5141 -55.85 + 14 131.609 746 4 1 -30.7956 74.5372 -84.45 + 14 307.906 1272 4 0 -30.7886 74.5409 -85.85 + 14 141.492 747 3 1 -30.6422 74.6408 -114.45 + 14 110.784 1272 3 0 -30.6348 74.6465 -115.85 + 14 428.032 747 2 1 -30.4777 74.778 -144.45 + 14 124.799 1273 2 0 -30.4691 74.7841 -145.85 + 14 168.415 748 1 1 -30.2974 74.8971 -174.45 + 14 313.855 1274 1 0 -30.2841 74.9017 -175.85 + 14 155.707 750 0 1 -30.0099 74.9946 -204.45 + 14 149.318 1274 0 0 -29.9979 74.9984 -205.85 + 14 83.1822 1601 0 0 96.8494 140.55 -206.185 + 14 127.735 1600 0 0 96.8631 140.35 -206.081 + 14 275.679 1312 14 0 138.487 82.6171 213.75 + 14 146.671 1313 14 0 138.616 82.65 213.891 + 14 79.3195 747 1 1 -30.4502 75.0195 -174.571 + 14 53.6053 746 1 1 -30.6503 75.1699 -174.63 + 14 133.213 745 1 1 -30.85 75.1607 -174.65 + 14 17.4257 744 1 1 -31.05 75.0602 -174.816 + 14 475.12 1267 1 0 -30.8012 73.5116 -175.85 + 14 215.998 1268 1 0 -30.474 73.65 -176.074 + 14 510.57 744 6 1 -31.1038 74.507 -24.45 + 14 224.928 746 5 1 -30.7507 74.7447 -54.45 + 14 139.599 1273 5 0 -30.7817 74.7604 -55.85 + 14 88.6213 741 4 1 -31.6652 75.0011 -84.45 + 14 110.956 1274 4 0 -31.7202 75.0087 -85.85 + 14 105.044 735 3 1 -32.9117 75.1863 -114.45 + 14 198.247 1275 3 0 -32.9097 75.1962 -115.85 + 14 116.916 738 2 1 -32.3827 75.4052 -144.45 + 14 123.104 1276 2 0 -32.378 75.4231 -145.85 + 14 121.395 739 1 1 -32.0931 75.9116 -174.45 + 14 119.09 1279 1 0 -32.015 75.9816 -175.85 + 14 105.669 749 0 1 -30.2011 77.6402 -204.45 + 14 144.557 1287 0 0 -29.9822 77.6224 -205.85 + 14 60.0261 742 4 1 -31.5895 75.031 -84.45 + 14 80.8335 743 4 1 -31.45 74.9584 -84.6411 + 14 170.388 1271 4 0 -30.4887 74.45 -85.871 + 14 86.7963 863 3 1 -7.38776 67.7751 -114.45 + 14 140.032 864 3 1 -7.25 67.5835 -114.661 + 14 94.7456 1233 3 0 -6.50424 66.7613 -115.85 + 14 113.031 1232 3 0 -6.415 66.65 -116.008 + 14 12.3802 966 3 0 12.0318 13.2908 -116.25 + 14 96.3097 965 3 0 12.0386 13.25 -116.213 + 14 229.311 964 3 0 12.092 13.05 -115.982 + 14 91.1525 965 3 1 13.0941 11.4564 -114.85 + 14 12.8314 966 3 1 13.25 11.2938 -114.823 + 14 224.37 952 3 0 13.935 10.6184 -115.85 + 14 262.1 951 3 0 14.1516 10.45 -115.982 + 14 26.0069 953 3 0 14.2788 10.6502 -115.877 + 14 117.954 971 3 1 14.3122 10.2672 -114.85 + 14 10.7917 992 2 1 18.45 48.4612 -144.727 + 14 59.483 1016 8 0 -53.1147 23.25 33.8299 + 14 51.7782 993 2 1 18.65 48.4993 -144.745 + 14 94.2035 1145 2 0 19.2986 49.1803 -145.851 + 14 439.275 1146 2 0 19.4452 49.25 -146.069 + 14 120.277 1147 2 0 19.6921 49.45 -146 + 14 156.339 748 5 1 -30.285 74.8373 -54.45 + 14 64.1065 749 5 1 -30.25 74.8433 -54.6542 + 14 113.861 1274 5 0 -30.0419 74.8744 -55.85 + 14 1.15395 774 4 1 -25.0508 75.5426 -84.45 + 14 112.891 775 4 1 -25.0499 75.5425 -84.4539 + 14 306.111 1277 4 0 -24.7482 75.5303 -85.8502 + 14 83.1969 807 3 1 -18.4968 75.3869 -114.45 + 14 29.8945 808 3 1 -18.45 75.387 -114.724 + 14 123.018 1276 3 0 -18.2584 75.3898 -115.85 + 14 107.347 834 2 1 -13.1685 75.6256 -144.45 + 14 143.903 1277 2 0 -12.9769 75.6312 -145.85 + 14 216.791 853 1 1 -9.39398 75.3892 -174.45 + 14 203.302 1276 1 0 -9.24689 75.3078 -175.85 + 14 119.623 870 0 1 -6.00005 73.4424 -204.45 + 14 122.686 1266 0 0 -5.62938 73.429 -205.85 + 14 120.372 809 1 1 -18.2334 73.3531 -174.85 + 14 139.929 743 8 1 -31.2892 74.7099 35.55 + 14 114.188 1273 8 0 -31.2931 74.7294 34.15 + 14 119.06 743 7 1 -31.3118 75.1532 5.55 + 14 243.261 1275 7 0 -31.3024 75.1632 4.15 + 14 154.757 1276 6 0 -31.0665 75.4212 -25.85 + 14 128.456 1277 5 0 -30.7638 75.5665 -55.85 + 14 141.431 747 4 1 -30.5199 75.4908 -84.45 + 14 163.788 749 3 1 -30.0994 75.5282 -114.45 + 14 148.521 1277 3 0 -30.1153 75.5369 -115.85 + 14 113.863 1278 2 0 -30.5362 75.8299 -145.85 + 14 149.641 743 1 1 -31.333 76.1584 -174.45 + 14 102.508 1280 1 0 -31.3835 76.2203 -175.85 + 14 115.324 738 0 1 -32.305 77.5923 -204.45 + 14 109.539 1288 0 0 -32.3438 77.6692 -205.85 + 14 38.119 1275 8 0 -30.9255 75.1674 34.1493 + 14 116.037 1276 8 0 -30.8623 75.25 34.0151 +Number of digits in this event: 54 +Using G4ParticleGun... +Particle energy: 8.47218 LIN Particle: gamma Event: 15 -Number of tracker hits in this event: 32 - 15 203.124 1152 4 1 50.6464 116.943 -84.5156 - 15 318.133 1483 4 0 50.6443 116.947 -85.85 - 15 99.6555 1152 3 1 50.5913 117.047 -114.45 - 15 113.739 1484 3 0 50.5877 117.049 -115.85 - 15 99.1327 1152 2 1 50.5179 117.093 -144.45 - 15 113.836 1484 2 0 50.514 117.092 -145.85 - 15 103.876 1151 1 1 50.4323 117.071 -174.45 - 15 101.756 1484 1 0 50.4291 117.074 -175.85 - 15 117.185 1151 0 1 50.3649 117.116 -204.45 - 15 144.105 1484 0 0 50.3612 117.118 -205.85 - 15 121.604 1412 0 0 73.9922 102.597 -206.25 - 15 37.0353 1263 2 0 81.9717 72.6751 -146.25 - 15 120.421 1153 3 1 50.6983 116.853 -114.45 - 15 134.86 1483 3 0 50.7011 116.848 -115.85 - 15 278.216 1153 2 1 50.7697 116.742 -144.45 - 15 146.284 1482 2 0 50.7708 116.736 -145.85 - 15 117.842 1153 1 1 50.7857 116.609 -174.45 - 15 130.202 1482 1 0 50.7886 116.602 -175.85 - 15 140.731 1153 0 1 50.8439 116.454 -204.45 - 15 108.977 1481 0 0 50.8494 116.448 -205.85 - 15 123.536 1119 3 1 44.0299 113.697 -114.45 - 15 96.2499 1468 3 0 44.0724 113.905 -115.85 - 15 70.0518 1469 3 0 44.0784 113.95 -116.043 - 15 145.29 1133 2 1 46.6741 121.193 -144.45 - 15 133.419 1507 2 0 47.1611 121.553 -145.85 - 15 51.8555 1741 2 0 87.5462 168.436 -146.25 - 15 66.6393 1742 2 0 87.6196 168.55 -146.182 - 15 74.9798 1743 2 0 87.7223 168.75 -146.058 - 15 35.675 1744 2 0 87.8393 168.95 -145.919 - 15 63.0537 1344 2 1 88.9385 170.798 -144.85 - 15 133.291 1345 2 1 89.05 170.975 -144.743 - 15 83.7142 1346 2 1 89.25 171.315 -144.56 -Number of digits in this event: 16 +Number of tracker hits in this event: 12 + 15 238.015 1117 2 1 43.6279 -133.058 -144.45 + 15 234.297 235 2 0 43.6299 -133.058 -145.85 + 15 111.145 1118 1 1 43.6761 -133.07 -174.45 + 15 572.429 235 1 0 43.6784 -133.073 -175.85 + 15 118.472 1118 0 1 43.7204 -133.128 -204.45 + 15 200.049 235 0 0 43.7223 -133.13 -205.85 + 15 135.501 1117 1 1 43.6128 -133.065 -174.45 + 15 156.373 1117 0 1 43.5918 -133.098 -204.45 + 15 6.10767 237 0 0 43.2315 -132.555 -205.85 + 15 175.577 238 0 0 43.2285 -132.55 -205.86 + 15 12.3591 239 0 0 42.6598 -132.35 -206.217 + 15 24.0647 204 1 0 77.8002 -139.201 -176.25 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 9.85623 LIN +Particle energy: 8.35818 LIN Particle: gamma Event: 16 -Number of tracker hits in this event: 11 - 16 250.548 803 0 1 -19.3931 84.9551 -204.45 - 16 251.743 1324 0 0 -19.3937 84.9557 -205.85 - 16 138.232 1470 1 0 -13.8998 114.333 -176.25 - 16 253.123 832 1 1 -13.5466 114.329 -174.85 - 16 66.5607 1069 0 1 33.9706 98.9057 -204.85 - 16 155.059 1523 4 0 159.521 124.836 -86.25 - 16 41.6778 1704 4 1 161.041 124.799 -84.85 - 16 149.595 1705 4 1 161.15 124.744 -84.7592 - 16 230.097 1706 4 1 161.35 124.506 -84.6255 - 16 8.79721 1707 4 1 161.55 124.81 -84.4719 - 16 44.1722 1068 0 1 33.85 98.9673 -204.603 -Number of digits in this event: 10 +Number of tracker hits in this event: 86 + 16 21.5876 843 10 0 -25.0108 -11.3509 93.7936 + 16 123.921 775 9 1 -24.9672 -11.3689 65.55 + 16 390.45 843 9 0 -24.9646 -11.3715 64.15 + 16 113.626 775 8 1 -24.9097 -11.4193 35.55 + 16 301.6 843 8 0 -24.908 -11.4202 34.15 + 16 154.462 775 7 1 -24.8801 -11.4484 5.55 + 16 300.884 843 7 0 -24.8791 -11.4486 4.15 + 16 209.158 775 6 1 -24.8663 -11.4479 -24.45 + 16 475.239 843 6 0 -24.8656 -11.4491 -25.85 + 16 213.132 775 5 1 -24.8517 -11.4687 -54.45 + 16 120.918 842 5 0 -24.8501 -11.471 -55.85 + 16 135.526 776 4 1 -24.8069 -11.5246 -84.45 + 16 155.607 842 4 0 -24.8053 -11.5271 -85.85 + 16 111.332 776 3 1 -24.7671 -11.5801 -114.45 + 16 118.923 842 3 0 -24.7668 -11.5826 -115.85 + 16 111.507 776 2 1 -24.7621 -11.6286 -144.45 + 16 292.079 842 2 0 -24.76 -11.6327 -145.85 + 16 102.984 776 1 1 -24.7057 -11.7151 -174.45 + 16 134.701 841 1 0 -24.7036 -11.7196 -175.85 + 16 148.314 776 0 1 -24.665 -11.8106 -204.45 + 16 150.001 841 0 0 -24.6638 -11.8143 -205.85 + 16 161.124 777 0 1 -24.65 -11.8076 -204.546 + 16 7.46128 833 0 0 -23.0468 -13.45 -205.974 + 16 170.386 1126 1 0 -69.2458 45.2849 -176.25 + 16 113.598 774 9 1 -25.0652 -11.3301 65.55 + 16 157.681 774 8 1 -25.0958 -11.3346 35.55 + 16 137.985 774 7 1 -25.1642 -11.3535 5.55 + 16 334.447 774 6 1 -25.2048 -11.3742 -24.45 + 16 118.087 774 5 1 -25.1898 -11.3418 -54.45 + 16 110.199 843 5 0 -25.1886 -11.3419 -55.85 + 16 134.3 774 4 1 -25.1565 -11.3423 -84.45 + 16 145.936 843 4 0 -25.1526 -11.3423 -85.85 + 16 105.751 774 3 1 -25.0783 -11.3503 -114.45 + 16 122.932 843 3 0 -25.0758 -11.3518 -115.85 + 16 115.351 775 2 1 -25.0305 -11.3798 -144.45 + 16 166.43 770 1 1 -25.8521 -13.141 -174.451 + 16 103.125 834 1 0 -26.0026 -13.1856 -175.85 + 16 109.068 754 0 1 -29.0959 -13.7104 -204.45 + 16 90.1062 831 0 0 -29.3188 -13.6622 -205.85 + 16 32.1224 832 0 0 -29.368 -13.65 -206.158 + 16 310.573 766 0 1 -26.7021 -10.8865 -204.45 + 16 104.281 847 0 0 -26.6565 -10.6333 -205.851 + 16 124.458 846 0 0 -26.8592 -10.7981 -205.85 + 16 30.9789 349 0 0 -155.859 -110.15 -206.06 + 16 456.77 774 2 1 -25.0949 -11.3374 -144.45 + 16 328.956 843 2 0 -25.1974 -11.3626 -145.85 + 16 227.464 763 1 1 -27.4097 -10.8158 -174.45 + 16 3.14759 762 1 1 -27.45 -10.8293 -174.84 + 16 129.447 845 1 0 -27.5407 -10.8687 -175.85 + 16 105.773 751 0 1 -29.7015 -12.1642 -204.45 + 16 132.168 838 0 0 -29.7483 -12.3591 -205.85 + 16 14.1332 756 2 0 -25.0594 -28.6772 -146.25 + 16 115.838 757 2 0 -25.0631 -28.65 -146.202 + 16 104.801 773 2 1 -25.2501 -28.196 -144.804 + 16 72.8422 772 2 1 -25.45 -28.1471 -144.592 + 16 421.619 771 2 1 -25.6502 -28.1145 -144.613 + 16 113.472 774 1 1 -25.1358 -10.5238 -174.45 + 16 129.841 847 1 0 -25.1282 -10.4796 -175.85 + 16 121.049 773 0 1 -25.268 -9.56134 -204.45 + 16 110.172 852 0 0 -25.3147 -9.54821 -205.85 + 16 144.143 844 6 0 -24.4111 -11.1245 -25.85 + 16 121.623 830 5 1 -13.9415 -8.64164 -54.4501 + 16 32.5153 829 5 1 -14.05 -8.72779 -54.7392 + 16 172.289 855 5 0 -14.7549 -8.85538 -55.85 + 16 75.1208 856 5 0 -14.8303 -8.84997 -55.9512 + 16 37.4042 465 5 0 -87.6962 -86.9336 -56.25 + 16 74.5398 464 5 0 -87.7908 -87.05 -56.1887 + 16 61.0257 463 5 0 -87.9748 -87.25 -56.0696 + 16 120.404 457 5 1 -88.5546 -87.8309 -54.85 + 16 125.617 783 5 1 -23.4184 -12.9104 -54.45 + 16 169.374 835 5 0 -23.1926 -12.9139 -55.8508 + 16 219.318 810 4 1 -18.034 -12.7994 -84.45 + 16 124.655 836 4 0 -17.5947 -12.7313 -85.85 + 16 72.999 859 3 1 -8.17766 -12.4585 -114.45 + 16 75.2031 860 3 1 -8.05 -12.4185 -114.673 + 16 126.936 839 3 0 -7.36694 -12.1554 -115.85 + 16 3.18751 932 2 1 6.64327 -6.23659 -144.451 + 16 85.9353 933 2 1 6.65 -6.23611 -144.459 + 16 47.2103 934 2 1 6.85 -6.21962 -144.718 + 16 284.547 869 2 0 7.72491 -6.204 -145.85 + 16 63.527 1058 1 1 31.7504 -7.2288 -174.45 + 16 92.3672 1059 1 1 31.8501 -7.2394 -174.606 + 16 147.548 863 1 0 32.6424 -7.32696 -175.85 + 16 103.887 1163 0 1 52.6581 -10.5345 -204.45 + 16 45.692 1164 0 1 52.8503 -10.6474 -204.751 + 16 161.612 844 0 0 53.5238 -11.0749 -205.85 +Number of digits in this event: 49 Using G4ParticleGun... -Particle energy: 8.1538 LIN +Particle energy: 7.59449 LIN Particle: gamma Event: 17 -Number of tracker hits in this event: 27 - 17 43.3795 1348 5 0 -100.335 89.7275 -56.1704 - 17 356.564 399 4 1 -100.33 89.745 -84.45 - 17 284.673 1348 4 0 -100.33 89.7377 -85.85 - 17 290.848 399 3 1 -100.256 89.5885 -114.45 - 17 131.054 1347 3 0 -100.244 89.5811 -115.85 - 17 97.0013 400 2 1 -100.045 89.1968 -144.45 - 17 118.595 1345 2 0 -100.04 89.1751 -145.85 - 17 129.95 400 1 1 -99.9869 88.7733 -174.45 - 17 125.112 1343 1 0 -99.9755 88.751 -175.85 - 17 141.776 401 0 1 -99.7759 88.2791 -204.45 - 17 119.238 1340 0 0 -99.7675 88.2453 -205.85 - 17 94.9864 876 2 1 -4.85 97.001 -144.657 - 17 11.6681 867 2 1 -6.45 94.4653 -144.534 - 17 102.868 958 2 0 -166.225 11.85 -146.214 - 17 95.6894 1348 3 0 -100.312 89.7114 -115.85 - 17 104.059 399 2 1 -100.295 89.6955 -144.45 - 17 111.509 1348 2 0 -100.295 89.6944 -145.85 - 17 126.406 399 1 1 -100.3 89.6724 -174.45 - 17 149.242 1348 1 0 -100.3 89.6713 -175.85 - 17 466.823 399 0 1 -100.294 89.6462 -204.45 - 17 129.83 1347 0 0 -100.292 89.646 -205.85 - 17 4.75329 1251 3 0 -111.704 70.4091 -116.25 - 17 204.209 340 3 1 -112.148 70.3331 -114.85 - 17 104.593 339 3 1 -112.15 70.3337 -114.844 - 17 1.43055 793 10 0 -11.9808 -21.25 93.8987 - 17 292.12 839 10 1 -12.0586 -21.1019 95.1502 - 17 286.008 1348 0 0 -100.309 89.6826 -205.85 +Number of tracker hits in this event: 30 + 17 236.147 1303 3 1 80.711 45.4765 -114.45 + 17 207.166 1127 3 0 80.7124 45.4723 -115.85 + 17 340.461 1303 2 1 80.7071 45.3813 -144.45 + 17 138.441 1126 2 0 80.6957 45.3728 -145.85 + 17 217.945 1302 1 1 80.4632 45.2087 -174.45 + 17 105.861 1125 1 0 80.4592 45.2029 -175.85 + 17 470.867 1301 0 1 80.3768 45.1029 -204.45 + 17 124.272 1125 0 0 80.3774 45.0992 -205.85 + 17 93.4992 1405 2 1 101.195 44.0346 -144.45 + 17 107.9 1507 8 0 117.116 121.581 33.7502 + 17 100.06 1485 8 1 117.289 121.956 35.15 + 17 35.3791 1486 8 1 117.35 121.999 35.4341 + 17 33.5785 1355 9 0 116.006 91.2551 63.7502 + 17 116.928 1354 9 0 116.001 91.15 63.8623 + 17 30.0749 1353 9 0 116.031 90.95 64.0821 + 17 131.51 1480 9 1 116.211 89.9301 65.15 + 17 6.96558 1400 8 0 118.428 100.165 33.75 + 17 118.194 1399 8 0 118.439 100.15 33.7848 + 17 19.2988 1398 8 0 118.626 99.95 34.0957 + 17 196.714 1492 8 1 118.639 99.2194 35.15 + 17 136.31 1127 2 0 80.7017 45.4723 -145.85 + 17 143.253 1303 1 1 80.6896 45.4645 -174.45 + 17 211.323 1127 1 0 80.6873 45.4647 -175.85 + 17 334.484 1302 0 1 80.6372 45.4404 -204.45 + 17 103.483 1126 0 0 80.6351 45.4373 -205.85 + 17 2.28661 1274 1 1 75.05 176.247 -174.824 + 17 41.7123 834 6 1 -13.2239 169.974 -24.45 + 17 85.5597 833 6 1 -13.25 169.963 -24.4602 + 17 101.22 1126 1 0 80.7196 45.45 -176.076 + 17 99.8078 869 1 1 -6.07399 -59.1892 -174.85 Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 1.13735 LIN +Particle energy: 3.21889 LIN Particle: gamma Event: 18 Number of tracker hits in this event: 3 - 18 233.569 1050 0 1 30.1977 140.787 -204.45 - 18 119.171 1603 0 0 30.1973 140.792 -205.85 - 18 130.999 1602 0 0 30.1479 140.67 -205.85 -Number of digits in this event: 3 + 18 72.7962 191 4 0 -6.05247 -141.75 -86.1183 + 18 250.465 190 4 0 -6.20451 -141.95 -85.9995 + 18 65.619 836 3 1 -12.65 -66.2846 -114.678 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 4.1198 LIN +Particle energy: 5.48134 LIN Particle: gamma Event: 19 -Number of tracker hits in this event: 30 - 19 227.192 861 5 1 -7.80198 141.305 -54.45 - 19 429.289 1605 5 0 -7.80121 141.306 -55.85 - 19 127.366 861 4 1 -7.78663 141.313 -84.45 - 19 112.408 1605 4 0 -7.78629 141.315 -85.85 - 19 103.776 861 3 1 -7.78818 141.365 -114.45 - 19 102.691 1606 3 0 -7.7875 141.367 -115.85 - 19 107.205 861 2 1 -7.76848 141.424 -144.45 - 19 144.431 1606 2 0 -7.76634 141.426 -145.85 - 19 256.828 861 1 1 -7.72907 141.458 -174.45 - 19 122.711 1606 1 0 -7.73174 141.459 -175.85 - 19 101.095 861 0 1 -7.78602 141.469 -204.45 - 19 93.2346 1606 0 0 -7.78728 141.469 -205.85 - 19 103.212 1644 6 0 -15.4533 148.998 -26.25 - 19 229 1645 6 0 -15.3664 149.15 -26.0987 - 19 162.72 1646 6 0 -15.2961 149.35 -26.0328 - 19 105.788 1018 0 1 23.7405 173.755 -204.85 - 19 2.66451 1606 5 0 -7.89201 141.35 -56.1163 - 19 235.04 1604 5 0 -8.01262 141.15 -56.0247 - 19 102.026 863 4 1 -7.41211 141.144 -84.45 - 19 251.301 1604 4 0 -7.36296 141.094 -85.85 - 19 43.1638 869 3 1 -6.06895 139.873 -114.45 - 19 73.3972 870 3 1 -6.05 139.868 -114.624 - 19 135.36 1598 3 0 -5.91577 139.819 -115.85 - 19 113.333 885 2 1 -3.03675 138.631 -144.45 - 19 183.395 1592 2 0 -2.91135 138.633 -145.85 - 19 121.972 897 1 1 -0.569955 138.548 -174.45 - 19 105.46 1591 1 0 -0.466512 138.528 -175.85 - 19 321.95 908 0 1 1.80424 138.429 -204.45 - 19 2.84954 909 0 1 1.85 138.433 -204.843 - 19 119.049 1591 0 0 1.97045 138.443 -205.85 -Number of digits in this event: 17 +Number of tracker hits in this event: 12 + 19 207.898 852 1 1 -9.56224 -58.5778 -174.45 + 19 228.41 607 1 0 -9.52944 -58.5564 -175.85 + 19 0.249123 855 0 1 -8.85003 -58.1124 -204.45 + 19 222.456 856 0 1 -8.85 -58.1124 -204.451 + 19 134.657 609 0 0 -8.80568 -58.0674 -205.85 + 19 35.6453 584 6 0 44.8534 -63.0871 -26.2499 + 19 171.451 585 6 0 44.8509 -63.0497 -26.219 + 19 23.9324 445 3 1 -91.0783 -14.6988 -114.85 + 19 99.8831 852 0 1 -9.55251 -58.5663 -204.45 + 19 111.427 607 0 0 -9.5521 -58.5676 -205.85 + 19 336.796 657 6 0 -49.5636 -48.5296 -26.25 + 19 132.961 222 2 1 -135.55 -127.418 -144.59 +Number of digits in this event: 8 Using G4ParticleGun... -Particle energy: 1.19326 LIN +Particle energy: 6.35291 LIN Particle: gamma Event: 20 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 58 + 20 133.232 724 9 1 -35.1984 -109.359 65.3531 + 20 220.4 353 9 0 -35.1983 -109.36 64.15 + 20 186.258 724 8 1 -35.1959 -109.368 35.55 + 20 213.251 353 8 0 -35.1943 -109.369 34.15 + 20 124.372 724 7 1 -35.1626 -109.382 5.55 + 20 123.362 353 7 0 -35.1591 -109.382 4.15 + 20 132.358 724 6 1 -35.0857 -109.393 -24.45 + 20 117.59 353 6 0 -35.081 -109.394 -25.85 + 20 105.886 725 5 1 -34.9857 -109.4 -54.45 + 20 123.051 353 5 0 -34.9813 -109.4 -55.85 + 20 349.264 725 4 1 -34.8942 -109.406 -84.45 + 20 632.868 353 4 0 -34.8895 -109.404 -85.85 + 20 199.028 726 3 1 -34.7795 -109.344 -114.45 + 20 137.264 354 3 0 -34.7723 -109.34 -115.85 + 20 146.678 727 2 1 -34.6202 -109.271 -144.45 + 20 460.37 354 2 0 -34.612 -109.266 -145.85 + 20 161.755 727 1 1 -34.455 -109.165 -174.45 + 20 242.876 354 1 0 -34.4459 -109.158 -175.85 + 20 331.579 728 0 1 -34.2566 -109.014 -204.45 + 20 228.044 355 0 0 -34.2485 -109.006 -205.85 + 20 41.3949 1222 4 1 64.45 -23.9724 -84.7892 + 20 22.8654 1223 4 1 64.65 -23.9444 -84.4837 + 20 204.545 555 12 0 7.67614 -69.0219 153.75 + 20 122.23 678 12 0 -21.4129 -44.3173 153.75 + 20 130.859 725 3 1 -35.049 -109.515 -114.45 + 20 129.749 353 3 0 -35.0432 -109.505 -115.85 + 20 204.671 725 2 1 -34.9427 -109.297 -144.45 + 20 273.072 725 1 1 -34.9268 -109.291 -174.45 + 20 118.262 725 0 1 -35.0119 -109.034 -204.45 + 20 103.588 723 3 1 -35.2982 -109.534 -114.45 + 20 140.618 352 3 0 -35.3418 -109.594 -115.85 + 20 181.95 719 2 1 -36.2331 -110.707 -144.45 + 20 162.054 346 2 0 -36.2537 -110.787 -145.85 + 20 193.1 715 1 1 -36.8948 -112.309 -174.45 + 20 124.815 338 1 0 -36.9211 -112.495 -175.85 + 20 235.998 337 1 0 -36.9294 -112.55 -176.248 + 20 141.382 713 0 1 -37.4373 -116.329 -204.45 + 20 8.63549 712 0 1 -37.45 -116.372 -204.826 + 20 205.463 318 0 0 -37.4826 -116.492 -205.85 + 20 60.938 336 1 0 -36.8798 -112.75 -176.222 + 20 98.4157 716 1 1 -36.85 -112.412 -174.568 + 20 129.719 355 8 0 -35.0436 -109.041 34.15 + 20 114.877 728 7 1 -34.3535 -108.843 5.55 + 20 105.981 356 7 0 -34.3112 -108.886 4.15 + 20 96.899 730 6 1 -34.0276 -109.083 -24.45 + 20 145.097 355 6 0 -34.0374 -109.101 -25.85 + 20 116.274 730 5 1 -34.027 -109.179 -54.45 + 20 47.9265 729 5 1 -34.05 -109.164 -54.7375 + 20 208.398 355 5 0 -34.1369 -109.115 -55.85 + 20 196.972 719 4 1 -36.1981 -107.939 -84.4503 + 20 134.717 361 4 0 -36.2012 -107.833 -85.85 + 20 151.027 718 3 1 -36.3116 -105.13 -114.45 + 20 110.616 375 3 0 -36.3423 -105.081 -115.85 + 20 177.221 715 2 1 -36.983 -104.064 -144.45 + 20 127.417 379 2 0 -36.9567 -104.179 -145.85 + 20 128.176 717 1 1 -36.5251 -106.768 -174.45 + 20 125.767 366 1 0 -36.4386 -106.868 -175.85 + 20 187.507 356 0 0 -34.2444 -108.916 -205.85 +Number of digits in this event: 46 Using G4ParticleGun... -Particle energy: 5.54528 LIN +Particle energy: 4.35051 LIN Particle: gamma Event: 21 -Number of tracker hits in this event: 17 - 21 284.355 783 4 1 -23.3279 142.694 -84.45 - 21 227.114 1612 4 0 -23.3278 142.693 -85.85 - 21 266.109 783 3 1 -23.3259 142.661 -114.45 - 21 359.326 1612 3 0 -23.3277 142.659 -115.85 - 21 152.569 783 2 1 -23.3607 142.609 -144.45 - 21 197.797 1612 2 0 -23.3619 142.606 -145.85 - 21 93.706 783 1 1 -23.3763 142.569 -174.45 - 21 99.6445 1612 1 0 -23.3751 142.57 -175.85 - 21 364.219 783 0 1 -23.3437 142.593 -204.45 - 21 125.115 1612 0 0 -23.341 142.596 -205.85 - 21 344.592 1611 0 0 -23.4104 142.448 -205.85 - 21 60.1848 824 1 1 -15.1355 114.437 -174.85 - 21 135.654 782 2 1 -23.5081 142.727 -144.45 - 21 125.374 782 1 1 -23.4975 142.795 -174.45 - 21 155.136 1613 1 0 -23.5023 142.796 -175.85 - 21 122.441 782 0 1 -23.5986 142.807 -204.45 - 21 131.93 1613 0 0 -23.602 142.805 -205.85 -Number of digits in this event: 17 +Number of tracker hits in this event: 9 + 21 69.7873 260 10 1 -127.989 96.6734 95.15 + 21 41.4626 179 10 1 -144.15 100.538 95.1862 + 21 157.73 261 10 1 -127.95 96.7143 95.3372 + 21 101.547 1173 7 0 126.515 54.7433 3.75 + 21 5.10688 1551 7 1 130.466 48.7713 5.15003 + 21 21.8647 1133 7 0 133.122 46.6876 4.15 + 21 25.7624 1570 7 1 134.27 45.5677 5.15002 + 21 65.2458 1122 7 0 133.974 44.4866 4.14998 + 21 36.5978 86 7 1 -162.776 -152.247 5.15 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 8.99302 LIN +Particle energy: 2.48216 LIN Particle: gamma Event: 22 Number of tracker hits in this event: 2 - 22 208.077 1563 1 0 106.66 132.916 -176.25 - 22 24.5019 1455 1 1 111.15 157.44 -174.843 -Number of digits in this event: 3 + 22 457.627 115 0 0 90.8536 -156.98 -206.25 + 22 20.6924 116 0 0 91.2165 -156.95 -206.026 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 4.3424 LIN +Particle energy: 8.54355 LIN Particle: gamma Event: 23 -Number of tracker hits in this event: 30 - 23 251.548 1366 3 1 93.4345 89.6762 -114.45 - 23 233.963 1348 3 0 93.4328 89.6752 -115.85 - 23 237.42 1366 2 1 93.4041 89.662 -144.45 - 23 121.659 1348 2 0 93.4028 89.6619 -145.85 - 23 182.589 1366 1 1 93.3705 89.6577 -174.45 - 23 164.674 1348 1 0 93.369 89.6576 -175.85 - 23 98.8649 1365 0 1 93.331 89.6475 -204.45 - 23 118.379 1347 0 0 93.3262 89.6394 -205.85 - 23 145.221 1344 2 0 93.6921 89.0214 -145.85 - 23 110.353 1405 1 1 101.245 80.894 -174.45 - 23 141.797 1307 1 0 100.973 81.5243 -175.85 - 23 1.9173 1308 1 0 100.794 81.65 -176.246 - 23 10.2553 1328 0 1 85.6524 93.8794 -204.45 - 23 118.985 1327 0 1 85.65 93.8777 -204.46 - 23 156.42 1367 0 0 85.4587 93.7086 -205.85 - 23 175.173 1374 0 0 81.3032 95.1279 -206.25 - 23 22.6884 1307 0 1 81.6198 95.7791 -204.849 - 23 93.4709 1308 0 1 81.65 95.8123 -204.778 - 23 110.701 1367 2 1 93.55 89.6394 -144.455 - 23 52.1602 1368 2 1 93.75 89.4767 -144.479 - 23 42.0168 1369 2 1 93.9502 89.3617 -144.486 - 23 1.78394 1370 2 1 94.15 89.2812 -144.453 - 23 98.2769 1336 3 0 101.939 87.2995 -116.25 - 23 161.663 1410 3 1 102.21 87.2414 -114.85 - 23 34.8818 1350 2 0 93.3345 90.15 -146.242 - 23 115.393 1367 1 1 93.6346 90.9264 -174.45 - 23 139.471 1354 1 0 93.6552 90.9604 -175.85 - 23 89.0287 1369 0 1 94.0834 91.5192 -204.45 - 23 199.422 1356 0 0 94.0987 91.5359 -205.85 - 23 8.49911 1372 0 1 94.5735 91.7398 -204.45 -Number of digits in this event: 14 +Number of tracker hits in this event: 3 + 23 96.0473 773 12 1 -25.4306 135.672 155.15 + 23 23.8357 772 12 1 -25.4503 135.642 155.284 + 23 132.583 1137 1 0 -106.28 47.65 -176.174 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 4.22504 LIN +Particle energy: 9.41311 LIN Particle: gamma Event: 24 -Number of tracker hits in this event: 1 - 24 164.6 965 3 0 -5.71144 13.215 -116.25 -Number of digits in this event: 3 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 4.86631 LIN +Particle energy: 3.8635 LIN Particle: gamma Event: 25 -Number of tracker hits in this event: 131 - 25 193.435 862 11 1 -7.46919 -4.90509 125.55 - 25 251.821 875 11 0 -7.44469 -4.91846 124.15 - 25 116.784 865 10 1 -7.03934 -5.27299 95.55 - 25 218.023 873 10 0 -7.04857 -5.28548 94.15 - 25 130.448 864 9 1 -7.22859 -5.64188 65.55 - 25 160.902 871 9 0 -7.25313 -5.68424 64.15 - 25 105.229 861 8 1 -7.71122 -6.60512 35.55 - 25 143.038 867 8 0 -7.71146 -6.63616 34.15 - 25 107.598 861 7 1 -7.74885 -7.29459 5.55 - 25 145.196 863 7 0 -7.74918 -7.30151 4.15 - 25 175.614 861 6 1 -7.83329 -7.47792 -24.45 - 25 134.751 862 6 0 -7.83481 -7.46636 -25.85 - 25 230.722 861 5 1 -7.77518 -7.18658 -54.45 - 25 177.705 864 5 0 -7.78231 -7.15989 -55.85 - 25 117.592 860 4 1 -7.96512 -6.64855 -84.45 - 25 92.6203 867 4 0 -7.9892 -6.60286 -85.85 - 25 98.6605 857 3 1 -8.51152 -5.61533 -114.45 - 25 117.753 872 3 0 -8.5273 -5.63613 -115.85 - 25 108.458 856 2 1 -8.81521 -6.06101 -144.45 - 25 188.88 869 2 0 -8.80909 -6.17793 -145.85 - 25 142.427 855 1 1 -8.87127 -8.47102 -174.45 - 25 119.932 857 1 0 -8.86771 -8.59924 -175.85 - 25 94.8666 855 0 1 -9.03353 -11.1265 -204.45 - 25 13.0395 854 0 1 -9.05 -11.1525 -204.794 - 25 134.181 844 0 0 -9.10843 -11.2339 -205.85 - 25 202.172 843 0 0 -9.12003 -11.25 -206.06 - 25 91.6032 868 2 0 -8.79468 -6.25 -146.094 - 25 183.277 1037 1 0 7.02102 27.4672 -176.25 - 25 208.418 934 1 1 6.8716 27.4837 -174.849 - 25 80.9156 933 1 1 6.83502 27.4411 -174.45 - 25 73.202 932 1 1 6.65 27.4189 -174.635 - 25 81.4303 1038 1 0 5.84892 27.65 -175.974 - 25 182.141 1073 1 0 -23.4994 34.7062 -176.25 - 25 281.112 784 1 1 -23.116 35.1345 -174.85 - 25 321.872 783 1 1 -23.25 35.4741 -174.459 - 25 84.076 1280 7 0 15.7237 76.104 3.75006 - 25 61.6378 1281 7 0 15.6012 76.25 3.80396 - 25 254.228 848 0 1 -10.3094 -10.7452 -204.45 - 25 28.2549 846 0 0 -10.0444 -10.6681 -205.85 - 25 150.777 847 0 0 -10.0153 -10.65 -205.981 - 25 73.8677 848 0 0 -9.96782 -10.4492 -205.992 - 25 71.9509 849 0 0 -9.97599 -10.25 -205.96 - 25 124.171 850 0 0 -10.0703 -10.05 -206.004 - 25 94.4225 851 0 0 -10.147 -9.85 -206.22 - 25 109.204 864 10 1 -7.06606 -5.19819 95.55 - 25 60.986 876 10 0 -7.54715 -4.71311 94.15 - 25 95.7173 877 10 0 -7.59898 -4.65 93.9716 - 25 145.179 862 10 1 -7.46569 -4.86805 95.55 - 25 132.211 875 10 0 -7.46412 -4.86679 94.15 - 25 339.358 863 9 1 -7.42093 -4.83782 65.55 - 25 141.614 876 9 0 -7.42205 -4.83732 64.15 - 25 110.415 863 8 1 -7.44564 -4.82978 35.55 - 25 144.147 876 8 0 -7.44866 -4.82781 34.15 - 25 398.312 862 7 1 -7.50427 -4.78778 5.55 - 25 261.068 876 7 0 -7.50789 -4.78724 4.15 - 25 178.259 862 6 1 -7.58072 -4.78015 -24.45 - 25 133.422 876 6 0 -7.58409 -4.78176 -25.85 - 25 109.488 876 5 0 -7.65573 -4.80735 -55.85 - 25 94.8363 861 4 1 -7.68742 -4.85346 -84.45 - 25 107.19 875 4 0 -7.69021 -4.85299 -85.85 - 25 257.026 861 3 1 -7.74704 -4.85308 -114.45 - 25 117.083 875 3 0 -7.74838 -4.85097 -115.85 - 25 113.099 861 2 1 -7.78102 -4.76945 -144.45 - 25 120.489 876 2 0 -7.77949 -4.7628 -145.85 - 25 154.142 861 1 1 -7.75841 -4.62801 -174.45 - 25 132.706 877 1 0 -7.76072 -4.61635 -175.85 - 25 111.29 861 0 1 -7.81095 -4.36747 -204.45 - 25 138.361 878 0 0 -7.81177 -4.34914 -205.85 - 25 2.19421 1044 5 1 29.0087 78.6744 -54.85 - 25 20.8561 1045 5 1 29.05 78.7374 -54.6535 - 25 58.116 1043 0 0 -43.8674 28.85 -205.958 - 25 74.5835 663 0 1 -47.341 30.1688 -204.45 - 25 96.1164 950 0 0 12.0115 10.1096 -206.25 - 25 114.483 859 6 1 -8.10176 -2.63703 -24.45 - 25 124.144 886 6 0 -8.5032 -2.71863 -25.85 - 25 152.366 816 5 1 -16.7301 -4.281 -54.45 - 25 234.194 879 5 0 -16.8691 -4.1402 -55.8506 - 25 111.104 807 4 1 -18.6359 -1.96587 -84.45 - 25 53.0091 890 4 0 -18.4484 -1.85686 -85.85 - 25 83.4484 891 4 0 -18.4325 -1.85 -85.9567 - 25 104.691 832 3 1 -13.5485 0.593794 -114.45 - 25 4.39725 831 3 1 -13.65 0.551345 -114.83 - 25 76.5255 902 3 0 -13.9387 0.474417 -115.85 - 25 28.2549 901 3 0 -14.0135 0.449967 -116.114 - 25 110.141 787 2 1 -22.6408 -3.75699 -144.45 - 25 147.207 786 2 1 -22.65 -3.76771 -144.485 - 25 9.22993 879 2 0 -23.0306 -4.23639 -145.851 - 25 134.637 878 2 0 -23.0422 -4.25 -145.89 - 25 10.4202 743 1 1 -31.44 -14.1321 -174.45 - 25 177.385 742 1 1 -31.45 -14.1436 -174.484 - 25 129.27 827 1 0 -31.7069 -14.4872 -175.85 - 25 133.189 700 0 1 -39.858 -22.6429 -204.45 - 25 194.829 786 0 0 -39.9403 -22.6633 -205.85 - 25 70.9759 296 0 1 -120.75 8.87384 -204.625 - 25 3.01231 867 2 0 -23.1347 -6.45 -145.855 - 25 212.392 784 2 1 -23.2205 -8.68084 -144.85 - 25 241.45 783 2 1 -23.25 -8.79381 -144.822 - 25 70.8473 881 2 0 -22.0514 -3.67803 -145.851 - 25 277.109 882 2 0 -21.9743 -3.65 -145.987 - 25 64.7343 883 2 0 -21.7913 -3.45 -146.058 - 25 127.154 806 4 1 -18.65 -1.97283 -84.6526 - 25 84.8175 887 4 0 -20.3972 -2.59474 -85.8501 - 25 137.07 886 4 0 -20.4995 -2.65007 -86.0246 - 25 83.6006 1160 4 0 -138.573 52.2304 -86.2498 - 25 77.7256 1161 4 0 -138.598 52.25 -86.2378 - 25 11.4787 1162 4 0 -138.609 52.4502 -86.2483 - 25 216.69 875 7 0 -7.61971 -4.87679 4.15 - 25 111.562 842 6 1 -11.5247 -7.27591 -24.4501 - 25 109.093 863 6 0 -11.4037 -7.35382 -25.85 - 25 214.753 846 5 1 -10.7863 -9.55566 -54.45 - 25 111.236 853 5 0 -10.5732 -9.38469 -55.85 - 25 116.47 869 4 1 -6.17213 -4.2913 -84.45 - 25 127.596 877 4 0 -5.76273 -4.52146 -85.8505 - 25 122.844 913 3 1 2.73592 -8.03616 -114.45 - 25 99.676 860 3 0 2.93283 -7.92502 -115.85 - 25 1.77157 940 2 1 8.24672 -5.10914 -144.451 - 25 147.687 941 2 1 8.25 -5.10637 -144.457 - 25 141.491 877 2 0 8.92043 -4.58262 -145.85 - 25 20.7405 1012 1 1 22.6305 5.20504 -174.45 - 25 119.181 1013 1 1 22.65 5.2222 -174.511 - 25 147.19 927 1 0 23.2194 5.51132 -175.85 - 25 14.2973 1070 0 1 34.2223 12.3011 -204.45 - 25 87.9081 1071 0 1 34.2501 12.3105 -204.482 - 25 47.1523 1072 0 1 34.45 12.382 -204.711 - 25 58.5086 963 0 0 35.3426 12.7912 -205.85 - 25 83.9589 964 0 0 35.4701 12.8501 -206.007 - 25 207.206 998 13 0 -76.8188 19.6584 183.75 - 25 46.7503 999 13 0 -76.7942 19.85 184.033 - 25 148.06 754 0 0 41.2973 -29.0992 -206.25 - 25 1.48494 753 0 0 41.734 -29.2501 -205.854 - 25 194.338 1113 0 1 42.7317 -29.4711 -204.85 -Number of digits in this event: 65 +Number of tracker hits in this event: 2 + 25 261.338 237 0 1 -132.713 -35.436 -204.45 + 25 353.904 723 0 0 -132.713 -35.4359 -205.85 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 6.4901 LIN +Particle energy: 5.51307 LIN Particle: gamma Event: 26 -Number of tracker hits in this event: 4 - 26 207.793 1094 7 0 -0.567735 38.8573 3.75011 - 26 67.1212 1531 0 0 62.2595 126.55 -206.219 - 26 167.301 1174 0 1 55.0004 131.769 -204.45 - 26 55.028 1175 0 1 55.0501 131.739 -204.532 -Number of digits in this event: 4 +Number of tracker hits in this event: 2 + 26 11.3546 809 1 1 -18.05 -75.1189 -174.735 + 26 89.1368 810 1 1 -18.05 -75.127 -174.724 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 7.99549 LIN +Particle energy: 2.50871 LIN Particle: gamma Event: 27 -Number of tracker hits in this event: 0 +Number of tracker hits in this event: 2 + 27 22.5575 1251 6 0 -87.0179 70.4379 -26.25 + 27 117.862 1261 10 0 -83.9833 72.4086 93.75 Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 2.12367 LIN +Particle energy: 7.78278 LIN Particle: gamma Event: 28 -Number of tracker hits in this event: 1 - 28 175.246 250 0 1 -129.95 137.974 -204.829 -Number of digits in this event: 3 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 4.16367 LIN +Particle energy: 6.05185 LIN Particle: gamma Event: 29 Number of tracker hits in this event: 1 - 29 58.116 444 0 0 -109.188 -91.15 -205.864 -Number of digits in this event: 2 + 29 96.8034 1442 9 0 -96.2888 108.55 64.0021 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 1.7866 LIN +Particle energy: 9.20206 LIN Particle: gamma Event: 30 -Number of tracker hits in this event: 54 - 30 223.781 740 7 1 -31.8848 -107.924 5.55 - 30 225.332 361 7 0 -31.8855 -107.923 4.15 - 30 100.374 740 6 1 -31.8957 -107.902 -24.45 - 30 150.517 361 6 0 -31.8986 -107.901 -25.85 - 30 168.956 740 5 1 -31.9722 -107.863 -54.45 - 30 153.661 361 5 0 -31.9706 -107.866 -55.85 - 30 109.201 740 4 1 -31.9385 -107.917 -84.45 - 30 109.046 361 4 0 -31.9359 -107.924 -85.85 - 30 107.771 740 3 1 -31.8603 -108.095 -114.45 - 30 111.268 360 3 0 -31.8569 -108.099 -115.85 - 30 134.023 741 2 1 -31.7998 -108.159 -144.45 - 30 130.139 359 2 0 -31.8015 -108.159 -145.85 - 30 41.9614 741 1 1 -31.8277 -108.179 -174.45 - 30 377.003 740 1 1 -31.8501 -108.123 -174.49 - 30 42.4149 482 8 1 -83.4547 -58.5814 35.15 - 30 131.204 629 8 0 -111.485 -54.25 34.0639 - 30 139.239 483 8 1 -83.45 -58.5882 35.1942 - 30 158.446 358 1 0 -32.0714 -108.424 -175.85 - 30 1.5947 356 5 0 -31.1487 -108.867 -55.85 - 30 14.2172 749 5 1 -30.1637 -109.189 -54.85 - 30 68.3362 354 5 0 -29.721 -109.281 -55.8502 - 30 103.064 739 6 1 -32.2382 -108.004 -24.45 - 30 124.994 360 6 0 -32.2574 -108.01 -25.85 - 30 390.562 737 5 1 -32.5282 -108.174 -54.45 - 30 115.649 359 5 0 -32.6374 -108.225 -55.85 - 30 143.352 725 4 1 -34.8664 -109.43 -84.45 - 30 232.253 353 4 0 -34.9872 -109.49 -85.85 - 30 100.683 713 3 1 -37.3835 -110.8 -114.45 - 30 119.875 346 3 0 -37.5255 -110.858 -115.85 - 30 191.338 697 2 1 -40.576 -111.841 -144.45 - 30 107.719 341 2 0 -40.7518 -111.867 -145.85 - 30 111.808 678 1 1 -44.3871 -112.619 -174.45 - 30 202.935 337 1 0 -44.5723 -112.61 -175.85 - 30 118.679 658 0 1 -48.3519 -112.434 -204.45 - 30 103.242 338 0 0 -48.6052 -112.452 -205.85 - 30 88.7276 270 1 0 -78.6054 -126.042 -176.25 - 30 206.09 271 1 0 -78.5602 -125.95 -176.224 - 30 50.6492 335 4 0 -130.574 -113.073 -86.25 - 30 127.749 334 4 0 -130.566 -113.15 -86.1575 - 30 174.425 333 4 0 -130.579 -113.35 -86.0436 - 30 5.23515 736 5 1 -32.65 -108.073 -54.8467 - 30 94.3794 360 5 0 -33.3412 -107.971 -55.8501 - 30 117.61 735 4 1 -32.9498 -108.498 -84.45 - 30 172.996 358 4 0 -33.0203 -108.457 -85.85 - 30 104.358 727 3 1 -34.4554 -107.489 -114.45 - 30 147.665 363 3 0 -34.4423 -107.474 -115.85 - 30 45.1433 728 2 1 -34.2616 -107.408 -144.452 - 30 58.2681 729 2 1 -34.25 -107.416 -144.618 - 30 107.45 363 2 0 -34.1621 -107.479 -145.85 - 30 127.72 738 1 1 -32.4015 -109.399 -174.45 - 30 181.974 352 1 0 -32.2252 -109.6 -175.85 - 30 85.3542 760 0 1 -27.9597 -113.474 -204.45 - 30 146.717 332 0 0 -27.7957 -113.614 -205.85 - 30 48.706 382 2 0 -58.7419 -103.636 -146.25 -Number of digits in this event: 27 +Number of tracker hits in this event: 3 + 30 142.939 757 4 0 79.587 -28.4704 -86.25 + 30 146.996 758 4 0 79.7752 -28.4498 -85.9379 + 30 92.5593 759 4 0 79.913 -28.25 -85.9654 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 6.08151 LIN +Particle energy: 4.11374 LIN Particle: gamma Event: 31 -Number of tracker hits in this event: 11 - 31 222.781 556 2 1 -68.6708 -56.4948 -144.45 - 31 282.917 617 2 0 -68.6752 -56.4952 -145.85 - 31 236.03 556 1 1 -68.7651 -56.5012 -174.45 - 31 214.915 617 1 0 -68.7687 -56.5021 -175.85 - 31 249.162 556 0 1 -68.8429 -56.5294 -204.45 - 31 320.053 617 0 0 -68.8468 -56.5284 -205.85 - 31 21.1445 1080 4 1 36.1104 -93.2231 -84.85 - 31 213.221 1081 4 1 36.2501 -93.0955 -84.6986 - 31 16.5412 358 2 0 -89.3418 -108.409 -146.25 - 31 186.947 618 1 0 -68.6714 -56.4497 -175.85 - 31 193.202 883 4 1 -3.27346 -119.266 -84.85 -Number of digits in this event: 12 +Number of tracker hits in this event: 21 + 31 53.9679 1233 0 0 -45.1716 66.85 -205.897 + 31 313.584 1234 0 0 -45.3432 66.8501 -205.878 + 31 244.66 1672 14 0 -133.271 154.647 213.75 + 31 98.126 1673 14 0 -133.733 154.75 214.007 + 31 274.68 1674 14 0 -133.723 154.95 214.049 + 31 49.3016 1042 2 0 -8.7141 28.5796 -146.25 + 31 67.3769 1041 2 0 -8.7935 28.45 -146.152 + 31 86.6684 1040 2 0 -8.93233 28.25 -146.135 + 31 78.8783 1039 2 0 -9.04636 28.05 -146.108 + 31 47.4798 1038 2 0 -8.96517 27.8499 -145.968 + 31 107.122 860 2 1 -7.88964 27.6106 -144.85 + 31 109.176 861 2 1 -7.85 27.6144 -144.825 + 31 132.295 1034 2 0 -8.33097 26.8664 -145.85 + 31 108.173 1033 2 0 -8.34063 26.8498 -145.868 + 31 198.788 1035 2 0 -8.47325 27.05 -146.04 + 31 170.729 1148 0 0 51.8861 49.704 -206.25 + 31 9.79704 1147 0 0 51.8008 49.6497 -205.858 + 31 26.2597 1159 0 1 51.8894 48.4908 -204.85 + 31 8.22065 1158 0 1 51.85 48.4322 -204.839 + 31 205.054 1141 0 0 51.5678 48.3423 -205.85 + 31 13.5915 1140 0 0 51.4544 48.25 -205.92 +Number of digits in this event: 8 Using G4ParticleGun... -Particle energy: 8.43719 LIN +Particle energy: 2.59867 LIN Particle: gamma Event: 32 -Number of tracker hits in this event: 4 - 32 1.30446 1502 1 1 120.75 -49.9141 -174.519 - 32 8.77533 1035 2 1 27.0707 16.1161 -144.85 - 32 302.007 1034 2 1 27.05 16.0714 -144.752 - 32 36.818 1033 2 1 26.85 16.115 -144.788 -Number of digits in this event: 4 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 9.40174 LIN +Particle energy: 2.06229 LIN Particle: gamma Event: 33 -Number of tracker hits in this event: 9 - 33 225.188 376 2 1 -104.803 45.0121 -144.45 - 33 213.601 1124 2 0 -104.802 45.0119 -145.85 - 33 104.12 376 1 1 -104.793 45.0087 -174.45 - 33 201.094 1124 1 0 -104.793 45.0081 -175.85 - 33 223.844 376 0 1 -104.792 44.9933 -204.45 - 33 140.959 1124 0 0 -104.791 44.9925 -205.85 - 33 124.675 377 1 1 -104.748 44.9091 -174.45 - 33 108.696 378 0 1 -104.396 45.6056 -204.45 - 33 140.35 1127 0 0 -104.381 45.6344 -205.85 -Number of digits in this event: 8 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 2.21773 LIN +Particle energy: 8.92166 LIN Particle: gamma Event: 34 -Number of tracker hits in this event: 0 -Number of digits in this event: 2 +Number of tracker hits in this event: 3 + 34 178.394 346 1 0 -9.51366 -110.789 -176.25 + 34 214.295 845 1 1 -10.9054 -110.65 -174.85 + 34 187.566 844 1 1 -11.05 -110.729 -174.619 +Number of digits in this event: 6 Using G4ParticleGun... -Particle energy: 8.40508 LIN +Particle energy: 1.75319 LIN Particle: gamma Event: 35 -Number of tracker hits in this event: 96 - 35 243.878 707 11 1 -38.5141 12.2841 125.55 - 35 255.612 961 11 0 -38.5131 12.283 124.15 - 35 248.659 707 10 1 -38.4901 12.2632 95.55 - 35 318.484 961 10 0 -38.4876 12.2605 94.15 - 35 174.267 708 9 1 -38.4413 12.1998 65.55 - 35 231.892 960 9 0 -38.4385 12.1983 64.15 - 35 148.976 708 8 1 -38.3854 12.1653 35.55 - 35 262.38 960 8 0 -38.3832 12.1636 34.15 - 35 377.27 708 7 1 -38.3429 12.1253 5.55 - 35 119.604 960 7 0 -38.3408 12.1224 4.15 - 35 108.382 708 6 1 -38.2893 12.0635 -24.45 - 35 137.265 960 6 0 -38.2845 12.0607 -25.85 - 35 113.928 709 5 1 -38.1824 12.0135 -54.45 - 35 638.303 959 5 0 -38.1763 12.0104 -55.85 - 35 426.861 709 4 1 -38.0602 11.9469 -84.45 - 35 906.721 959 4 0 -38.054 11.9473 -85.85 - 35 214.008 710 3 1 -37.9187 11.9567 -114.45 - 35 650.718 959 3 0 -37.9126 11.9556 -115.85 - 35 108.171 711 2 1 -37.7953 11.9282 -144.45 - 35 457.962 959 2 0 -37.79 11.9261 -145.85 - 35 142.728 711 1 1 -37.6849 11.8834 -174.45 - 35 266.789 959 1 0 -37.678 11.8812 -175.85 - 35 156.18 712 0 1 -37.5265 11.8355 -204.45 - 35 250.921 958 0 0 -37.5172 11.8379 -205.85 - 35 6.06473 567 2 1 -66.45 0.759471 -144.774 - 35 9.8058 1628 1 0 -6.14849 145.899 -176.25 - 35 32.6873 1178 1 0 -66.5566 55.7664 -176.25 - 35 187.898 709 3 1 -38.1822 11.92 -114.45 - 35 107.745 709 2 1 -38.237 11.8829 -144.45 - 35 271.108 707 1 1 -38.5237 11.7976 -174.45 - 35 399.245 958 1 0 -38.5316 11.7983 -175.85 - 35 313.696 707 0 1 -38.6442 11.8285 -204.45 - 35 139.286 960 3 0 -37.9902 12.199 -115.85 - 35 188.242 713 2 1 -37.4429 12.3006 -144.45 - 35 133.955 961 2 0 -37.3907 12.3112 -145.85 - 35 7.03305 718 1 1 -36.2516 12.4982 -174.45 - 35 98.4989 719 1 1 -36.25 12.4985 -174.494 - 35 116.542 962 1 0 -36.201 12.511 -175.85 - 35 502.209 724 0 1 -35.2096 12.7704 -204.45 - 35 213.352 963 0 0 -35.1376 12.8374 -205.85 - 35 62.9079 964 0 0 -35.1238 12.85 -206.119 - 35 128.643 962 0 0 -34.911 12.6022 -205.85 - 35 57.5089 562 2 1 -67.477 -33.7164 -144.85 - 35 71.0657 968 3 0 -55.5559 13.7672 -115.85 - 35 287.324 969 3 0 -56.0004 13.8502 -115.992 - 35 30.134 710 1 1 -37.9009 11.9192 -174.45 - 35 119.599 710 0 1 -38.0363 8.88163 -204.45 - 35 64.0167 943 0 0 -38.0181 8.68066 -205.85 - 35 43.2772 942 0 0 -38.0201 8.65 -206.081 - 35 108.641 707 9 1 -38.5279 12.2087 65.55 - 35 108.601 707 8 1 -38.5793 12.1356 35.55 - 35 69.4566 707 7 1 -38.45 11.6068 5.17307 - 35 108.939 957 7 0 -38.4625 11.5849 4.15 - 35 191.38 706 6 1 -38.822 10.9546 -24.45 - 35 222.693 954 6 0 -38.8589 10.888 -25.85 - 35 118.814 701 5 1 -39.7159 9.45587 -54.45 - 35 111.952 946 5 0 -39.7555 9.40153 -55.85 - 35 132.033 697 4 1 -40.4582 8.27137 -84.45 - 35 102.065 940 4 0 -40.5116 8.22644 -85.85 - 35 158.688 692 3 1 -41.599 7.37229 -114.45 - 35 107.48 936 3 0 -41.6567 7.33857 -115.85 - 35 111.546 685 2 1 -42.9178 6.71573 -144.45 - 35 43.6985 933 2 0 -42.9915 6.65594 -145.85 - 35 185.289 932 2 0 -42.9987 6.65 -145.987 - 35 145.157 677 1 1 -44.5722 5.28833 -174.45 - 35 130.978 925 1 0 -44.6679 5.2116 -175.85 - 35 116.251 667 0 1 -46.5228 3.66864 -204.45 - 35 108.76 917 0 0 -46.6372 3.59125 -205.85 - 35 73.5514 706 7 1 -38.6502 11.5603 5.44853 - 35 135.395 705 7 1 -38.85 11.5265 5.36086 - 35 181.196 970 7 0 -40.0373 14.0682 4.15 - 35 97.9744 720 0 1 -35.975 6.82746 -204.45 - 35 37.7381 719 0 1 -36.0501 6.9154 -204.74 - 35 55.453 937 0 0 -36.3718 7.56836 -205.85 - 35 94.8494 938 0 0 -36.4119 7.65 -206.007 - 35 230.96 706 5 1 -38.7183 12.0451 -54.45 - 35 497.35 706 4 1 -38.7681 11.9969 -84.45 - 35 138.031 705 3 1 -38.8671 11.9917 -114.45 - 35 222.266 706 2 1 -38.7753 11.8811 -144.45 - 35 107.016 957 0 0 -38.6262 11.5388 -205.85 - 35 215.274 706 3 1 -38.7417 12.0073 -114.45 - 35 129.284 705 1 1 -38.8687 11.9832 -174.45 - 35 94.4966 705 0 1 -38.9508 11.9909 -204.45 - 35 125.988 959 0 0 -38.9579 11.9893 -205.85 - 35 153.058 473 8 0 -63.523 -85.4099 33.75 - 35 8.57568 472 8 0 -63.2322 -85.45 34.1412 - 35 35.5214 606 8 1 -58.7685 -88.62 35.15 - 35 161.114 607 8 1 -58.6499 -88.681 35.2112 - 35 374.437 608 8 1 -58.45 -88.8721 35.335 - 35 16.6002 609 8 1 -58.25 -89.2234 35.1637 - 35 220.48 459 8 0 -57.1292 -88.0869 34.1498 - 35 34.3987 460 8 0 -57.0666 -88.05 34.0714 - 35 91.7036 355 8 0 -89.0903 -108.974 33.75 - 35 32.6895 354 8 0 -89.1549 -109.15 34.0406 - 35 86.5208 451 8 1 -89.6889 -109.356 35.15 - 35 32.4133 450 8 1 -89.85 -109.351 35.4332 -Number of digits in this event: 54 +Number of tracker hits in this event: 6 + 35 54.7364 912 4 0 32.7518 2.65 -86.2448 + 35 1.62839 911 4 0 32.868 2.45 -85.8567 + 35 131.659 1066 4 1 33.3923 2.22613 -84.85 + 35 75.9286 1065 4 1 33.25 2.16547 -84.4981 + 35 87.9654 1064 4 1 33.05 2.10595 -84.5572 + 35 227.225 1063 4 1 32.8499 2.08089 -84.6456 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 4.79863 LIN +Particle energy: 1.11896 LIN Particle: gamma Event: 36 -Number of tracker hits in this event: 32 - 36 284.557 1263 6 1 72.6983 41.8329 -24.45 - 36 271.876 1108 6 0 72.6995 41.833 -25.85 - 36 156.826 1263 5 1 72.7256 41.8402 -54.45 - 36 111.652 1108 5 0 72.7258 41.8394 -55.85 - 36 126.636 1263 4 1 72.7201 41.8153 -84.45 - 36 120.947 1108 4 0 72.7188 41.8141 -85.85 - 36 150.97 1262 3 1 72.6316 41.7867 -114.45 - 36 112.721 1108 3 0 72.6234 41.788 -115.85 - 36 110.517 1262 2 1 72.4512 41.8113 -144.45 - 36 102.059 1108 2 0 72.448 41.8214 -145.85 - 36 115.259 1261 1 1 72.3943 42.0283 -174.45 - 36 127.666 1109 1 0 72.3961 42.0353 -175.85 - 36 136.901 1261 0 1 72.4274 42.1936 -204.45 - 36 158.815 1110 0 0 72.4331 42.2021 -205.85 - 36 44.0512 1752 14 0 -168.806 170.64 213.75 - 36 115.65 1753 14 0 -168.873 170.75 213.968 - 36 70.4479 1754 14 0 -168.776 170.95 214.064 - 36 102.98 1755 14 0 -168.707 171.15 214.037 - 36 200.179 1756 14 0 -168.631 171.35 213.925 - 36 222.457 141 4 0 -117.543 -151.75 -86.1451 - 36 173.241 1264 5 1 72.8671 41.5856 -54.45 - 36 121.895 1107 5 0 72.887 41.5614 -55.85 - 36 148.417 1265 4 1 73.196 41.1891 -84.45 - 36 115.728 1105 4 0 73.1976 41.1714 -85.85 - 36 102.545 1265 3 1 73.1295 40.833 -114.45 - 36 111.002 1103 3 0 73.1385 40.8157 -115.85 - 36 130.15 1266 2 1 73.2776 40.4112 -144.45 - 36 144.327 1101 2 0 73.2956 40.411 -145.85 - 36 155.958 1268 1 1 73.6555 40.5039 -174.45 - 36 160.45 1102 1 0 73.6594 40.5223 -175.85 - 36 99.1104 1268 0 1 73.7311 41.293 -204.45 - 36 109.325 1106 0 0 73.7907 41.3586 -205.85 -Number of digits in this event: 20 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 1.8331 LIN +Particle energy: 1.1917 LIN Particle: gamma Event: 37 -Number of tracker hits in this event: 92 - 37 289.101 817 10 1 -16.5594 56.8261 95.55 - 37 394.663 1183 10 0 -16.5599 56.8279 94.15 - 37 106.537 817 9 1 -16.5545 56.8558 65.55 - 37 261.228 1184 9 0 -16.5514 56.8569 64.15 - 37 103.389 817 8 1 -16.4699 56.8697 35.55 - 37 126.655 1184 8 0 -16.4682 56.8688 34.15 - 37 124.085 818 7 1 -16.444 56.8283 5.55 - 37 102.552 1183 7 0 -16.4488 56.8267 4.15 - 37 148.425 817 6 1 -16.5364 56.6926 -24.45 - 37 242.017 1183 6 0 -16.5222 56.6893 -25.85 - 37 116.103 819 5 1 -16.2251 56.5735 -54.45 - 37 184.107 1182 5 0 -16.2154 56.5682 -55.85 - 37 203.173 819 4 1 -16.0608 56.449 -84.45 - 37 122.016 1181 4 0 -16.0537 56.4322 -85.85 - 37 41.5906 820 3 1 -15.8528 56.0756 -114.45 - 37 92.9528 821 3 1 -15.85 56.0756 -114.601 - 37 126.11 1180 3 0 -15.8229 56.0746 -115.85 - 37 115.858 823 2 1 -15.3296 55.9499 -144.45 - 37 116.933 1179 2 0 -15.2851 55.9618 -145.85 - 37 118.61 828 1 1 -14.3618 56.2161 -174.45 - 37 102.22 1181 1 0 -14.3299 56.2571 -175.85 - 37 139.068 831 0 1 -13.738 57.0857 -204.45 - 37 133.408 1185 0 0 -13.7153 57.1321 -205.85 - 37 0.803702 730 1 0 75.6811 -33.8521 -176.25 - 37 187.634 731 1 0 75.6786 -33.85 -176.245 - 37 71.5101 1272 1 1 74.57 -33.1927 -174.85 - 37 89.3349 1271 1 1 74.45 -33.0688 -174.719 - 37 353.285 1270 1 1 74.25 -32.8556 -174.58 - 37 170.219 1269 1 1 74.0499 -32.2303 -174.682 - 37 88.5558 747 1 0 73.9157 -30.6104 -175.85 - 37 64.8608 748 1 0 73.9353 -30.45 -175.99 - 37 167.621 749 1 0 73.9474 -30.25 -176.103 - 37 343.016 918 1 0 107.286 3.80482 -176.25 - 37 7.228 1443 1 1 108.942 4.14442 -174.85 - 37 109.248 1444 1 1 108.95 4.14689 -174.843 - 37 96.0806 1445 1 1 109.15 4.24905 -174.604 - 37 88.2523 1446 1 1 109.35 4.39228 -174.583 - 37 118.169 921 1 0 109.719 4.29275 -175.85 - 37 11.0734 919 1 0 107.692 3.85002 -176.139 - 37 38.977 1618 3 0 82.5676 143.753 -116.25 - 37 115.133 818 9 1 -16.3547 56.9452 65.55 - 37 184.119 815 8 1 -17.0159 57.55 35.55 - 37 157.476 1187 8 0 -17.0311 57.5941 34.15 - 37 82.5172 813 7 1 -17.4468 58.6001 5.55 - 37 65.3519 812 7 1 -17.45 58.6058 5.35075 - 37 194.806 1192 7 0 -17.4655 58.6399 4.15 - 37 10.6983 1193 7 0 -17.4701 58.65 3.79555 - 37 85.5197 811 6 1 -17.8296 59.4285 -24.45 - 37 126.142 1197 6 0 -17.8394 59.4617 -25.85 - 37 105.665 810 5 1 -18.0169 60.1493 -54.45 - 37 212.672 1200 5 0 -18.0134 60.1875 -55.85 - 37 106.831 810 4 1 -17.9324 60.9605 -84.45 - 37 149.994 1204 4 0 -17.9523 60.9919 -85.85 - 37 121.242 808 3 1 -18.3466 61.7058 -114.45 - 37 156.157 1208 3 0 -18.3562 61.7155 -115.85 - 37 153.783 807 2 1 -18.5612 61.9098 -144.45 - 37 169.414 1209 2 0 -18.5845 61.8974 -145.85 - 37 102.741 805 1 1 -18.9542 61.585 -174.45 - 37 111.283 1207 1 0 -18.9521 61.5641 -175.85 - 37 99.2877 805 0 1 -18.8798 61.178 -204.45 - 37 125.31 1205 0 0 -18.8773 61.1717 -205.85 - 37 174.503 566 1 1 -66.65 11.6222 -174.842 - 37 310.753 1777 5 0 99.5209 175.648 -56.25 - 37 197.54 824 4 1 -15.1703 57.5761 -84.4641 - 37 234.683 1187 4 0 -15.1627 57.5928 -85.85 - 37 145.68 824 3 1 -15.0742 57.9533 -114.45 - 37 131.411 1189 3 0 -14.9986 57.9808 -115.85 - 37 219.203 832 2 1 -13.5156 58.4161 -144.45 - 37 334.877 1191 2 0 -13.3586 58.4212 -145.85 - 37 98.4387 849 1 1 -10.1386 58.6183 -174.45 - 37 115.845 1192 1 0 -9.96341 58.6354 -175.85 - 37 111.682 867 0 1 -6.5595 59.0195 -204.45 - 37 110.123 1194 0 0 -6.36348 59.0192 -205.85 - 37 48.0681 850 1 1 -9.9985 58.5664 -174.45 - 37 91.0189 851 1 1 -9.85 58.4335 -174.594 - 37 75.5196 852 1 1 -9.65 58.2591 -174.741 - 37 39.6843 1185 1 0 -8.28077 57.1562 -175.85 - 37 121.986 1184 1 0 -8.1382 57.05 -175.919 - 37 170.072 1183 1 0 -7.85413 56.85 -176.065 - 37 335.159 829 3 1 -14.2347 59.1513 -114.45 - 37 115.945 1195 3 0 -14.2582 59.1156 -115.85 - 37 10.2652 825 2 1 -15.0419 56.9088 -144.45 - 37 151.935 824 2 1 -15.05 56.9053 -144.49 - 37 233.885 1183 2 0 -15.3336 56.8116 -145.85 - 37 48.5814 787 1 1 -22.5535 54.9179 -174.45 - 37 100.734 786 1 1 -22.6502 54.9226 -174.619 - 37 125.301 1174 1 0 -23.3877 54.9543 -175.85 - 37 27.5095 688 0 1 -42.408 53.4102 -204.45 - 37 112.742 687 0 1 -42.45 53.3923 -204.561 - 37 39.0374 1165 0 0 -42.8465 53.0889 -205.85 - 37 93.7173 1164 0 0 -42.8926 53.05 -206.015 - 37 317.606 1099 1 0 -53.5545 39.9389 -176.25 -Number of digits in this event: 45 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 5.43422 LIN +Particle energy: 3.47846 LIN Particle: gamma Event: 38 -Number of tracker hits in this event: 0 +Number of tracker hits in this event: 1 + 38 52.72 1547 5 0 -8.96353 129.55 -56.0298 Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 7.51482 LIN +Particle energy: 4.38331 LIN Particle: gamma Event: 39 -Number of tracker hits in this event: 1 - 39 69.9163 1351 7 0 -49.8715 90.5441 3.75 -Number of digits in this event: 2 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 2.76816 LIN +Particle energy: 3.79183 LIN Particle: gamma Event: 40 -Number of tracker hits in this event: 43 - 40 285.638 1589 7 1 138.025 -40.3226 5.55 - 40 266.111 698 7 0 138.024 -40.3204 4.15 - 40 134.441 1589 6 1 138.009 -40.2844 -24.45 - 40 218.702 698 6 0 138.005 -40.2815 -25.85 - 40 109.606 1588 5 1 137.921 -40.2153 -54.45 - 40 126.333 699 5 0 137.911 -40.2091 -55.85 - 40 162.051 1587 4 1 137.689 -40.0794 -84.45 - 40 115.656 699 4 0 137.678 -40.0729 -85.85 - 40 102.283 1586 3 1 137.458 -39.9299 -114.45 - 40 123.462 700 3 0 137.445 -39.9269 -115.85 - 40 173.629 1585 2 1 137.189 -39.8797 -144.45 - 40 258.868 700 2 0 137.178 -39.8784 -145.85 - 40 97.8746 1583 1 1 136.938 -39.8542 -174.45 - 40 197.723 700 1 0 136.922 -39.8545 -175.85 - 40 325.639 1582 0 1 136.569 -39.8681 -204.45 - 40 129.293 700 0 0 136.551 -39.8689 -205.85 - 40 99.645 1654 2 1 151.147 2.51542 -144.85 - 40 48.297 1782 0 1 176.55 -12.314 -204.694 - 40 105.467 1655 2 1 151.15 2.47862 -144.753 - 40 348.072 788 0 0 126.424 -22.2891 -206.25 - 40 85.8013 789 0 0 126.434 -22.2497 -206.196 - 40 122.224 1581 0 1 136.55 -39.8865 -204.495 - 40 19.5049 697 0 0 136.063 -40.6275 -205.85 - 40 126.843 696 0 0 136.051 -40.65 -205.889 - 40 26.784 695 0 0 135.975 -40.85 -206.177 - 40 123.243 701 1 0 136.925 -39.8499 -176.203 - 40 137.52 1587 6 1 137.702 -40.294 -24.45 - 40 107.705 1586 5 1 137.458 -40.2559 -54.45 - 40 97.9913 698 5 0 137.443 -40.2543 -55.85 - 40 210.492 1585 4 1 137.159 -40.2773 -84.45 - 40 139.173 698 4 0 137.136 -40.2752 -85.85 - 40 92.2548 1582 3 1 136.668 -40.2374 -114.45 - 40 151.179 699 3 0 136.646 -40.2254 -115.85 - 40 125.353 1580 2 1 136.185 -39.9593 -144.45 - 40 112.587 1577 1 1 135.703 -39.5723 -174.45 - 40 180.185 702 1 0 135.652 -39.5518 -175.85 - 40 137.489 1572 0 1 134.612 -39.098 -204.45 - 40 95.7959 704 0 0 134.567 -39.0917 -205.85 - 40 76.7174 560 3 0 143.466 -67.8583 -116.25 - 40 80.1787 561 3 0 143.5 -67.8499 -115.993 - 40 413.296 1625 3 1 145.173 -65.9596 -114.85 - 40 95.6637 1624 3 1 145.15 -65.889 -114.687 - 40 122.709 1626 3 1 145.35 -66.3186 -114.633 -Number of digits in this event: 27 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 5.63325 LIN +Particle energy: 6.24884 LIN Particle: gamma Event: 41 -Number of tracker hits in this event: 36 - 41 238.017 1207 2 1 61.6015 -114.592 -144.45 - 41 341.763 327 2 0 61.6002 -114.594 -145.85 - 41 458.963 1207 1 1 61.5749 -114.624 -174.45 - 41 132.724 327 1 0 61.5736 -114.625 -175.85 - 41 334.637 1207 0 1 61.5493 -114.666 -204.45 - 41 116.832 327 0 0 61.5485 -114.669 -205.85 - 41 349.147 1208 1 1 61.6501 -115.015 -174.564 - 41 318.483 1209 1 1 61.85 -115.199 -174.549 - 41 291.108 1210 1 1 62.05 -115.436 -174.587 - 41 173.244 1211 1 1 62.25 -115.739 -174.613 - 41 258.804 1212 1 1 62.45 -115.803 -174.636 - 41 491.171 1213 1 1 62.65 -115.791 -174.584 - 41 16.1418 1210 2 1 62.1159 -114.085 -144.85 - 41 73.9262 335 2 0 63.0923 -113.098 -145.85 - 41 18.2505 332 1 0 63.3016 -113.583 -175.85 - 41 70.4313 333 1 0 63.3431 -113.55 -175.887 - 41 58.8264 334 1 0 63.4619 -113.35 -176.004 - 41 51.4595 335 1 0 63.5025 -113.15 -176.091 - 41 49.9293 336 1 0 63.4665 -112.95 -176.118 - 41 61.3755 337 1 0 63.4454 -112.75 -176.128 - 41 39.8916 338 1 0 63.4416 -112.55 -176.138 - 41 48.1062 1214 1 1 62.85 -112.209 -174.826 - 41 13.8939 355 1 0 65.6924 -108.983 -175.85 - 41 74.3354 356 1 0 65.7281 -108.95 -175.865 - 41 79.3776 357 1 0 65.937 -108.75 -175.9 - 41 64.5064 358 1 0 66.1171 -108.55 -175.939 - 41 51.1267 359 1 0 66.2063 -108.35 -175.967 - 41 83.4442 360 1 0 66.2448 -108.15 -175.991 - 41 100.917 361 1 0 66.3712 -107.95 -175.915 - 41 63.5549 1253 1 1 70.6596 -107.497 -174.85 - 41 151.677 1254 1 1 70.85 -107.534 -174.823 - 41 80.1627 1255 1 1 71.05 -107.511 -174.474 - 41 84.7008 1256 1 1 71.2502 -107.623 -174.479 - 41 69.6975 1257 1 1 71.4502 -107.798 -174.493 - 41 120.922 328 1 0 61.5621 -114.509 -175.85 - 41 86.1498 328 0 0 61.4914 -114.361 -205.85 -Number of digits in this event: 16 +Number of tracker hits in this event: 2 + 41 207.155 1188 0 1 57.8179 -11.313 -204.45 + 41 238.313 843 0 0 57.8175 -11.3133 -205.85 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 4.69348 LIN +Particle energy: 5.43907 LIN Particle: gamma Event: 42 Number of tracker hits in this event: 0 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 5.12481 LIN +Particle energy: 9.35671 LIN Particle: gamma Event: 43 -Number of tracker hits in this event: 4 - 43 98.5658 867 0 1 -6.45 19.2235 -204.769 - 43 218.946 876 5 0 42.8952 -4.81016 -56.25 - 43 94.0671 797 5 0 14.0261 -20.4734 -56.2498 - 43 32.7608 798 5 0 13.9727 -20.45 -56.2208 -Number of digits in this event: 4 +Number of tracker hits in this event: 13 + 43 216.891 1470 1 1 114.326 -60.7199 -174.45 + 43 239.944 596 1 0 114.326 -60.7203 -175.85 + 43 879.093 1470 0 1 114.349 -60.7336 -204.45 + 43 209.199 596 0 0 114.351 -60.7354 -205.85 + 43 43.4576 589 0 0 114.665 -62.1622 -205.85 + 43 215.542 588 0 0 114.677 -62.25 -205.884 + 43 90.7117 655 3 0 109.188 -48.8812 -116.25 + 43 81.4368 656 3 0 109.142 -48.8499 -116.215 + 43 59.483 1229 1 1 66.05 144.361 -174.834 + 43 83.701 597 0 0 112.745 -60.65 -205.882 + 43 59.3349 598 0 0 112.609 -60.45 -206.013 + 43 212.25 599 0 0 112.54 -60.2493 -206.074 + 43 257.021 707 0 0 82.8683 -38.5471 -206.249 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 2.35098 LIN +Particle energy: 3.60541 LIN Particle: gamma Event: 44 -Number of tracker hits in this event: 11 - 44 504.288 276 0 1 -124.844 27.3727 -204.45 - 44 263.518 1036 0 0 -124.838 27.4021 -205.85 - 44 34.9011 993 1 0 -162.246 18.7968 -176.25 - 44 149.88 994 1 0 -162.321 18.85 -176.154 - 44 3.85874 85 1 1 -163.145 19.1168 -174.85 - 44 84.069 84 1 1 -163.15 19.1181 -174.843 - 44 94.4271 83 1 1 -163.35 19.0222 -174.689 - 44 78.8334 82 1 1 -163.55 18.9264 -174.73 - 44 26.015 81 1 1 -163.75 18.8248 -174.833 - 44 277.608 989 1 0 -166.843 17.9278 -175.85 - 44 167.184 990 1 0 -167.1 18.05 -176.144 -Number of digits in this event: 7 +Number of tracker hits in this event: 33 + 44 57.672 264 6 1 -127.195 79.3371 -24.7307 + 44 239.834 1296 6 0 -127.196 79.336 -25.85 + 44 348.063 264 5 1 -127.22 79.2937 -54.45 + 44 261.171 1296 5 0 -127.216 79.2849 -55.85 + 44 110.672 265 4 1 -127.105 79.0908 -84.45 + 44 166.827 1295 4 0 -127.095 79.0785 -85.85 + 44 141.936 266 3 1 -126.89 78.8158 -114.45 + 44 178.834 1293 3 0 -126.867 78.806 -115.85 + 44 127.073 268 2 1 -126.403 78.6347 -144.45 + 44 122.504 1292 2 0 -126.378 78.6282 -145.85 + 44 109.354 271 1 1 -125.946 78.5598 -174.45 + 44 95.717 1292 1 0 -125.941 78.5708 -175.85 + 44 127.322 271 0 1 -125.773 78.7965 -204.45 + 44 111.796 1293 0 0 -125.753 78.7566 -205.85 + 44 82.8531 965 0 0 -140.959 13.25 -206.037 + 44 67.6448 196 0 1 -140.938 13.3731 -204.85 + 44 21.2223 195 0 1 -140.95 13.3721 -204.83 + 44 43.8858 968 0 0 -140.739 13.702 -205.85 + 44 108.264 264 4 1 -127.234 79.3799 -84.45 + 44 110.243 1296 4 0 -127.234 79.3829 -85.85 + 44 130.654 264 3 1 -127.248 79.426 -114.45 + 44 110.796 1296 3 0 -127.254 79.4287 -115.85 + 44 154.454 263 2 1 -127.375 79.487 -144.45 + 44 100.168 1297 2 0 -127.384 79.4906 -145.85 + 44 116.338 262 1 1 -127.565 79.5588 -174.45 + 44 144.005 1297 1 0 -127.571 79.5621 -175.85 + 44 161.792 262 0 1 -127.684 79.6245 -204.45 + 44 110.418 1297 0 0 -127.692 79.6252 -205.85 + 44 7.77647 398 7 1 -100.395 71.3027 5.15 + 44 36.3127 264 2 1 -127.35 79.4744 -144.648 + 44 27.6449 1300 2 0 -128.326 80.1756 -145.85 + 44 357.941 1301 2 0 -128.385 80.25 -145.9 + 44 334.069 1302 2 0 -129.181 80.45 -146.009 +Number of digits in this event: 19 Using G4ParticleGun... -Particle energy: 2.47703 LIN +Particle energy: 6.95877 LIN Particle: gamma Event: 45 -Number of tracker hits in this event: 0 -Number of digits in this event: 2 +Number of tracker hits in this event: 3 + 45 154.507 495 5 1 -80.8738 -144.705 -54.85 + 45 135.803 1053 1 1 30.85 -41.4613 -174.797 + 45 132.025 1052 1 1 30.6498 -41.4169 -174.623 +Number of digits in this event: 5 Using G4ParticleGun... -Particle energy: 3.34682 LIN +Particle energy: 5.02625 LIN Particle: gamma Event: 46 -Number of tracker hits in this event: 52 - 46 286.839 700 8 1 -39.8885 -11.782 35.55 - 46 225.016 841 8 0 -39.89 -11.781 34.15 - 46 226.361 700 7 1 -39.9112 -11.7669 5.55 - 46 311.945 841 7 0 -39.9119 -11.7652 4.15 - 46 235.295 700 6 1 -39.9352 -11.7223 -24.45 - 46 93.7053 841 6 0 -39.9332 -11.72 -25.85 - 46 241.248 700 5 1 -39.8884 -11.6742 -54.45 - 46 141.425 841 5 0 -39.889 -11.6731 -55.85 - 46 137.237 700 4 1 -39.9017 -11.6528 -84.45 - 46 25.2374 841 4 0 -39.9006 -11.6502 -85.85 - 46 78.8267 842 4 0 -39.9005 -11.65 -85.9665 - 46 121.919 700 3 1 -39.8871 -11.6024 -114.45 - 46 144.224 842 3 0 -39.8828 -11.5964 -115.85 - 46 133.285 701 2 1 -39.8011 -11.4793 -144.45 - 46 450.692 842 2 0 -39.7914 -11.4735 -145.85 - 46 101.409 702 1 1 -39.5851 -11.3766 -174.45 - 46 125.92 843 1 0 -39.5736 -11.3698 -175.85 - 46 134.539 703 0 1 -39.3493 -11.2115 -204.45 - 46 119.511 844 0 0 -39.3371 -11.2018 -205.85 - 46 239.441 1437 2 1 107.55 13.0971 -144.656 - 46 269.528 700 2 1 -39.8756 -11.5607 -144.45 - 46 130.592 655 1 1 -48.8833 -10.0336 -174.45 - 46 124.712 849 1 0 -49.439 -10.0742 -175.85 - 46 127.934 616 0 1 -56.6527 -13.9394 -204.451 - 46 6.44702 828 0 0 -57.2663 -14.4406 -205.85 - 46 203.392 827 0 0 -57.2766 -14.4502 -205.874 - 46 149.634 700 1 1 -39.9925 -11.4724 -174.45 - 46 116.005 842 1 0 -39.9942 -11.4605 -175.85 - 46 121.845 700 0 1 -40.0154 -11.2714 -204.45 - 46 111.987 843 0 0 -39.9922 -11.2812 -205.85 - 46 3.11262 352 6 0 -94.7565 -109.55 -26.1339 - 46 133.199 699 4 1 -40.0541 -11.7342 -84.45 - 46 184.619 844 4 0 -40.3204 -11.2149 -85.85 - 46 23.9782 845 4 0 -40.3533 -11.05 -86.1835 - 46 78.955 855 4 0 -29.8674 -8.89163 -86.25 - 46 243.133 854 4 0 -29.7438 -9.05 -86.1243 - 46 179.53 751 4 1 -29.7083 -7.88724 -84.85 - 46 104.501 840 6 0 -39.871 -11.9888 -25.85 - 46 111.764 839 5 0 -39.8417 -12.1102 -55.85 - 46 91.9 703 4 1 -39.4365 -12.3534 -84.45 - 46 119.807 838 4 0 -39.426 -12.3962 -85.85 - 46 168.418 704 3 1 -39.2389 -13.333 -114.45 - 46 104.825 833 3 0 -39.2405 -13.3644 -115.85 - 46 110.213 703 2 1 -39.2562 -13.9743 -144.45 - 46 143.6 830 2 0 -39.2585 -13.9979 -145.85 - 46 147.967 703 1 1 -39.3199 -14.4944 -174.45 - 46 142.15 827 1 0 -39.3335 -14.5205 -175.85 - 46 130.357 702 0 1 -39.6189 -15.0172 -204.45 - 46 154.955 825 0 0 -39.6402 -15.0368 -205.85 - 46 29.9114 826 3 0 -39.2887 -14.7993 -115.85 - 46 108.048 825 3 0 -39.2759 -14.85 -115.881 - 46 139.456 824 3 0 -39.3015 -15.0501 -115.905 -Number of digits in this event: 34 +Number of tracker hits in this event: 6 + 46 18.7477 1395 0 0 -55.4705 99.1676 -206.25 + 46 52.0317 1394 0 0 -55.6382 99.1498 -206.125 + 46 156.116 775 6 0 54.8402 -24.8515 -26.25 + 46 10.1165 1179 6 1 56.0248 -25.143 -24.85 + 46 125.684 1180 6 1 56.05 -25.1421 -24.8182 + 46 1.01576 1181 6 1 56.25 -25.0515 -24.4534 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 9.23304 LIN +Particle energy: 5.6211 LIN Particle: gamma Event: 47 -Number of tracker hits in this event: 9 - 47 524.517 895 1 1 -1.01669 -140.179 -174.45 - 47 661.04 199 1 0 -1.03517 -140.172 -175.85 - 47 355.791 891 0 1 -1.77101 -139.612 -204.45 - 47 183.194 203 0 0 -1.64378 -139.413 -205.85 - 47 150.965 200 1 0 -0.998609 -140.15 -175.943 - 47 363.307 895 0 1 -1.0249 -140.103 -204.45 - 47 117.283 200 0 0 -1.0287 -140.095 -205.85 - 47 130.413 197 0 0 -1.00996 -140.598 -205.85 - 47 129.707 199 0 0 -1.02493 -140.193 -205.85 -Number of digits in this event: 11 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 8.26191 LIN +Particle energy: 9.86788 LIN Particle: gamma Event: 48 -Number of tracker hits in this event: 7 - 48 0.00655 362 5 1 -107.704 -131.365 -54.85 - 48 439.07 361 5 1 -107.75 -131.371 -54.7945 - 48 37.2856 783 4 0 64.8475 -23.45 -85.9425 - 48 51.2481 729 1 1 -34.05 -53.0779 -174.52 - 48 49.9949 1287 0 1 77.5328 -112.744 -204.45 - 48 292.26 1288 0 1 77.65 -112.731 -204.481 - 48 213.762 1170 2 1 54.1125 86.6196 -144.85 -Number of digits in this event: 7 -Using G4ParticleGun... -Particle energy: 3.68578 LIN +Number of tracker hits in this event: 182 + 48 302.534 406 10 1 -98.9229 50.363 95.55 + 48 225.884 1151 10 0 -98.9051 50.3577 94.15 + 48 99.9269 407 9 1 -98.6088 50.2532 65.55 + 48 117.285 1150 9 0 -98.5936 50.2301 64.15 + 48 244.093 409 8 1 -98.2372 49.7834 35.55 + 48 117.829 1148 8 0 -98.2019 49.7635 34.15 + 48 174.885 413 7 1 -97.4735 49.484 5.55 + 48 131.464 1146 7 0 -97.4766 49.4075 4.15 + 48 129.167 412 6 1 -97.7046 47.9804 -24.45 + 48 49.1719 1139 6 0 -97.6248 47.8655 -25.85 + 48 56.7163 1138 6 0 -97.6143 47.85 -26.0361 + 48 106.652 420 5 1 -95.9756 45.8425 -54.45 + 48 42.4145 1128 5 0 -95.918 45.6689 -55.85 + 48 125.449 1127 5 0 -95.9113 45.65 -56.0052 + 48 107.708 425 4 1 -95.068 41.6823 -84.45 + 48 42.7877 1107 4 0 -95.0683 41.4749 -85.85 + 48 59.5091 1106 4 0 -95.0684 41.45 -86.0159 + 48 123.079 425 3 1 -95.0349 37.2483 -114.45 + 48 3.32327 1085 3 0 -95.085 37.0517 -115.85 + 48 104.517 1084 3 0 -95.0855 37.0498 -115.863 + 48 154.476 419 2 1 -96.2459 33.2533 -144.45 + 48 128.627 1064 2 0 -96.2407 33.0052 -145.85 + 48 102.422 418 1 1 -96.4127 27.8651 -174.45 + 48 149.953 1038 1 0 -96.464 27.6847 -175.85 + 48 129.557 1037 1 0 -96.4751 27.65 -176.126 + 48 277.48 411 0 1 -97.7601 23.9548 -204.45 + 48 138.564 1018 0 0 -97.8714 23.8099 -205.85 + 48 246.041 706 2 0 -74.7448 -38.6593 -146.25 + 48 341.946 412 0 1 -97.7497 23.6503 -204.666 + 48 217.925 443 0 1 -91.4986 38.0844 -204.501 + 48 220.335 1090 0 0 -91.4399 38.1193 -205.85 + 48 105.278 1091 0 0 -91.3039 38.277 -205.85 + 48 54.4577 1157 0 0 -173.418 51.4557 -206.25 + 48 23.7588 1051 0 0 -67.6841 30.4317 -206.25 + 48 192.244 410 8 1 -98.15 49.8415 35.5148 + 48 96.9652 1154 10 0 -97.8968 50.9344 94.1495 + 48 151.135 1155 10 0 -97.6381 51.0501 93.9572 + 48 150.582 1156 10 0 -97.5388 51.25 93.9289 + 48 211.399 1385 10 0 -37.3556 97.1566 93.75 + 48 12.9318 1332 10 0 -12.4922 86.4541 93.75 + 48 9.82628 1331 10 0 -12.4884 86.45 93.7519 + 48 0.322001 1174 10 0 46.6774 54.9288 93.75 + 48 8.23188 430 10 0 146.513 -94.1346 93.75 + 48 173.907 425 0 1 -95.1376 52.1554 -204.45 + 48 77.3219 424 0 1 -95.15 52.1467 -204.651 + 48 133.81 1160 0 0 -95.2276 52.1012 -205.85 + 48 104.142 1159 0 0 -95.0308 52.05 -205.923 + 48 127.919 405 9 1 -98.9803 50.3862 65.55 + 48 119.228 1151 9 0 -98.9826 50.3865 64.15 + 48 127.345 405 8 1 -99.0397 50.4137 35.55 + 48 127.407 1151 8 0 -99.0421 50.4159 34.15 + 48 106.676 405 7 1 -99.0933 50.4642 5.55 + 48 147.044 1152 7 0 -99.0959 50.468 4.15 + 48 106.735 404 6 1 -99.1509 50.5453 -24.45 + 48 192.592 1152 6 0 -99.1542 50.5493 -25.85 + 48 133.855 404 5 1 -99.229 50.6341 -54.45 + 48 158.512 1152 5 0 -99.2349 50.6374 -55.85 + 48 113.369 403 4 1 -99.3551 50.7078 -84.45 + 48 192.055 1153 4 0 -99.3617 50.7102 -85.85 + 48 174.265 403 3 1 -99.4961 50.7589 -114.45 + 48 317.846 1153 3 0 -99.5032 50.7593 -115.85 + 48 325.555 402 2 1 -99.647 50.7707 -144.45 + 48 122.986 1153 2 0 -99.6544 50.7698 -145.85 + 48 103.771 401 1 1 -99.8059 50.7502 -174.45 + 48 436.639 1153 1 0 -99.813 50.749 -175.85 + 48 166.797 400 0 1 -99.9643 50.7233 -204.45 + 48 98.5156 1153 0 0 -99.9724 50.7223 -205.85 + 48 106.509 818 3 0 -57.5943 -16.3512 -116.25 + 48 259.43 190 7 1 -142.074 -60.9586 5.15 + 48 41.2856 189 7 1 -142.15 -61.1186 5.50831 + 48 129.08 1153 5 0 -99.2218 50.65 -55.9456 + 48 698.067 404 3 1 -99.2807 50.5766 -114.45 + 48 17.3877 405 3 1 -99.15 50.3002 -114.8 + 48 30.7077 1147 3 0 -98.7402 49.5176 -115.85 + 48 114.688 1146 3 0 -98.7035 49.45 -115.941 + 48 14.0247 1145 3 0 -98.6153 49.25 -116.21 + 48 183.758 441 2 1 -91.8783 28.555 -144.45 + 48 55.0398 1037 2 0 -91.5028 27.5842 -145.85 + 48 66.1966 1036 2 0 -91.4453 27.4499 -146.046 + 48 87.6406 402 3 1 -99.55 50.8537 -114.606 + 48 60.3262 339 2 1 -112.238 43.5883 -144.45 + 48 82.5278 338 2 1 -112.35 43.571 -144.621 + 48 135.606 1116 2 0 -113.098 43.4062 -145.85 + 48 129.397 252 1 1 -129.729 39.8049 -174.45 + 48 22.7432 1097 1 0 -129.582 39.4671 -175.85 + 48 100.391 1096 1 0 -129.573 39.4498 -175.925 + 48 270.905 277 0 1 -124.728 37.4632 -204.451 + 48 182.325 1085 0 0 -124.187 37.192 -205.85 + 48 28.8324 1001 0 0 -126.607 20.3173 -206.25 + 48 100.892 1000 0 0 -126.652 20.25 -206.162 + 48 5.83806 999 0 0 -126.782 20.0497 -205.869 + 48 101.669 264 0 1 -127.281 19.4709 -204.85 + 48 195.177 263 0 1 -127.35 19.3582 -204.675 + 48 38.8029 997 0 0 -126.937 19.6011 -205.85 + 48 114.785 998 0 0 -126.888 19.65 -205.978 + 48 114.891 1130 0 0 -114.533 46.0511 -206.25 + 48 37.5996 1131 0 0 -114.406 46.25 -205.976 + 48 270.746 330 0 1 -113.994 46.6525 -204.85 + 48 287.348 331 0 1 -113.95 46.685 -204.7 + 48 248.364 332 0 1 -113.75 46.9029 -204.639 + 48 184.044 276 0 1 -124.769 37.4758 -204.45 + 48 6.17269 278 0 1 -124.55 38.4606 -204.833 + 48 54.7539 1099 0 0 -123.763 39.8881 -205.85 + 48 89.3098 1100 0 0 -123.674 40.05 -205.928 + 48 115.944 1101 0 0 -123.474 40.2501 -205.947 + 48 74.2419 1102 0 0 -123.198 40.45 -206.125 + 48 205.906 1146 0 0 -107.59 49.2566 -206.25 + 48 436.638 1147 0 0 -107.477 49.45 -206.019 + 48 153.509 1152 4 0 -99.2157 50.5432 -85.9816 + 48 238.542 1152 3 0 -99.2584 50.6261 -115.85 + 48 227.438 404 2 1 -99.1928 51.0793 -144.45 + 48 123.146 1155 2 0 -99.1852 51.0802 -145.85 + 48 453.926 405 1 1 -99.0963 51.0237 -174.45 + 48 396.405 1154 1 0 -99.0706 51.0247 -175.85 + 48 98.6629 408 0 1 -98.532 51.0082 -204.45 + 48 438.612 1154 0 0 -98.5408 51.0103 -205.85 + 48 508.385 1150 1 0 -98.8101 50.0632 -175.85 + 48 387.272 1149 1 0 -98.8059 50.0493 -175.867 + 48 299.766 1148 1 0 -98.8217 49.8496 -176.05 + 48 245.854 1147 1 0 -98.8676 49.65 -176.095 + 48 372.708 1151 1 0 -98.4809 50.25 -176.16 + 48 57.3958 404 1 1 -99.15 51.5044 -174.679 + 48 30.3151 1156 1 0 -99.6817 51.2648 -175.85 + 48 163.278 1155 1 0 -99.7381 51.25 -175.928 + 48 103.76 299 0 1 -120.339 43.6766 -204.45 + 48 102.374 300 0 1 -120.15 43.4468 -204.492 + 48 86.1035 301 0 1 -119.95 43.1986 -204.551 + 48 120.527 302 0 1 -119.75 42.931 -204.594 + 48 154.865 303 0 1 -119.55 42.571 -204.649 + 48 125.023 304 0 1 -119.35 42.2276 -204.694 + 48 77.56 305 0 1 -119.15 41.9095 -204.732 + 48 224.009 306 0 1 -118.95 41.6688 -204.741 + 48 178.949 307 0 1 -118.75 41.4173 -204.735 + 48 109.294 308 0 1 -118.55 41.2182 -204.74 + 48 100.033 309 0 1 -118.35 41.0249 -204.731 + 48 56.0367 310 0 1 -118.15 40.8246 -204.705 + 48 63.2176 311 0 1 -117.95 40.6462 -204.685 + 48 67.459 312 0 1 -117.75 40.5146 -204.654 + 48 81.9871 313 0 1 -117.55 40.3455 -204.622 + 48 79.3365 314 0 1 -117.35 40.1589 -204.583 + 48 104.428 315 0 1 -117.15 39.9954 -204.543 + 48 59.9492 316 0 1 -116.95 39.8274 -204.528 + 48 80.2287 317 0 1 -116.75 39.6954 -204.523 + 48 71.2965 318 0 1 -116.55 39.5789 -204.5 + 48 70.4656 319 0 1 -116.35 39.4577 -204.485 + 48 55.9653 320 0 1 -116.15 39.3075 -204.478 + 48 88.5846 321 0 1 -115.95 39.1727 -204.467 + 48 71.8139 322 0 1 -115.75 39.0624 -204.461 + 48 128.979 323 0 1 -115.55 38.9702 -204.471 + 48 104.346 324 0 1 -115.35 38.9563 -204.456 + 48 114.698 325 0 1 -115.07 38.8676 -204.45 + 48 222.593 1089 0 0 -116.677 38.05 -206.096 + 48 121.8 1159 1 0 -99.0707 51.9178 -175.85 + 48 93.7082 396 0 1 -100.861 59.2735 -204.45 + 48 5.40336 1196 0 0 -100.645 59.4477 -205.85 + 48 136.553 1197 0 0 -100.642 59.45 -205.871 + 48 247.82 1151 3 0 -99.2711 50.326 -115.85 + 48 192.388 403 2 1 -99.3813 49.5546 -144.45 + 48 130.9 1147 2 0 -99.4679 49.5529 -145.85 + 48 177.941 394 1 1 -101.277 49.4553 -174.45 + 48 114.048 389 0 1 -102.159 51.1494 -204.45 + 48 140.309 1155 0 0 -102.19 51.2212 -205.85 + 48 76.4301 393 1 1 -101.35 49.5168 -174.662 + 48 83.6163 1152 1 0 -102.075 50.45 -176.136 + 48 138.642 1152 2 0 -99.5576 50.5668 -145.85 + 48 145.58 409 0 1 -98.321 49.9647 -204.45 + 48 406.324 1149 0 0 -98.2845 49.99 -205.85 + 48 165.101 322 2 1 -115.566 112.937 -144.85 + 48 122.23 407 2 1 -98.6801 50.0972 -144.45 + 48 111.418 1150 2 0 -98.6565 50.1027 -145.85 + 48 149.244 411 1 1 -97.831 50.262 -174.45 + 48 224.091 421 0 1 -95.8811 47.7563 -204.45 + 48 108.283 1138 0 0 -95.7482 47.6725 -205.85 + 48 9.93602 1137 0 0 -95.7137 47.65 -206.216 + 48 153.531 404 0 1 -99.2479 50.4402 -204.45 + 48 269.058 1152 0 0 -99.1775 50.4748 -205.85 + 48 34.5215 402 0 1 -99.6333 50.2126 -204.45 + 48 99.2948 401 0 1 -99.75 50.1979 -204.506 + 48 62.3198 399 0 1 -100.15 50.0851 -204.672 + 48 67.691 398 0 1 -100.35 50.018 -204.713 + 48 39.7672 397 0 1 -100.55 49.9678 -204.787 + 48 3.26714 1148 0 0 -103.592 49.85 -206.247 +Number of digits in this event: 92 +Using G4ParticleGun... +Particle energy: 2.76254 LIN Particle: gamma Event: 49 -Number of tracker hits in this event: 115 - 49 228.601 1038 10 1 27.7943 -19.8034 95.55 - 49 260.576 801 10 0 27.7962 -19.805 94.15 - 49 332.039 1038 9 1 27.8381 -19.8388 65.55 - 49 114.094 801 9 0 27.8393 -19.8377 64.15 - 49 247.052 1039 8 1 27.8588 -19.8191 35.55 - 49 130.765 801 8 0 27.859 -19.8194 34.15 - 49 157.658 1039 7 1 27.8618 -19.8266 5.55 - 49 186.615 801 7 0 27.8615 -19.8262 4.15 - 49 267.234 1039 6 1 27.8556 -19.825 -24.45 - 49 132.713 801 6 0 27.858 -19.8246 -25.85 - 49 125.779 1039 5 1 27.9186 -19.8101 -54.45 - 49 123.725 801 5 0 27.9237 -19.8072 -55.85 - 49 166.558 1039 4 1 28.0304 -19.7671 -84.45 - 49 165.329 801 4 0 28.0344 -19.7743 -85.85 - 49 370.85 1040 3 1 28.1225 -19.9242 -114.45 - 49 375.516 800 3 0 28.1327 -19.9276 -115.85 - 49 380.379 1041 2 1 28.3327 -20.009 -144.45 - 49 505.815 800 2 0 28.3431 -20.0143 -145.85 - 49 97.3795 1042 1 1 28.5701 -20.1223 -174.45 - 49 133.148 799 1 0 28.5792 -20.1252 -175.85 - 49 159.022 1043 0 1 28.778 -20.1789 -204.45 - 49 111.727 799 0 0 28.7837 -20.1835 -205.85 - 49 258.081 1012 0 0 30.1797 22.5471 -206.25 - 49 143.329 1042 0 1 28.6497 -20.1789 -204.506 - 49 224.118 1041 0 1 28.45 -20.3324 -204.584 - 49 218.817 1046 1 1 29.3445 -18.8851 -174.45 - 49 83.8974 805 1 0 29.5682 -19.0276 -175.85 - 49 47.4669 804 1 0 29.6077 -19.05 -176.092 - 49 60.6401 1069 0 1 34.0256 -21.0428 -204.45 - 49 80.7096 1070 0 1 34.05 -21.067 -204.568 - 49 183.698 793 0 0 34.319 -21.315 -205.85 - 49 23.5019 808 1 0 29.3825 -18.2818 -175.85 - 49 269.427 809 1 0 29.3813 -18.25 -175.922 - 49 230.808 1056 1 1 31.2987 -17.1642 -174.45 - 49 128.559 815 1 0 31.552 -17.0095 -175.85 - 49 178.66 1080 0 1 36.1167 -14.2676 -204.45 - 49 161.709 827 0 0 36.034 -14.5085 -205.85 - 49 32.874 1040 4 1 28.05 -19.8013 -84.7869 - 49 68.1224 789 4 0 27.8726 -22.2061 -85.8503 - 49 158.963 788 4 0 27.873 -22.25 -85.8828 - 49 151.839 1036 2 1 27.2781 -19.9126 -144.45 - 49 42.5884 1035 2 1 27.25 -19.9043 -144.71 - 49 118.439 1008 1 1 21.7917 -20.4861 -174.45 - 49 116.873 797 1 0 21.5234 -20.5956 -175.85 - 49 74.5161 977 0 1 15.5473 -23.1597 -204.45 - 49 51.083 976 0 1 15.45 -23.1638 -204.699 - 49 119.689 784 0 0 15.0092 -23.1788 -205.85 - 49 127.444 1026 2 1 25.3672 -18.9292 -144.45 - 49 243.387 805 2 0 25.0926 -18.9168 -145.85 - 49 81.8183 995 1 1 19.1164 -18.257 -174.45 - 49 26.6181 994 1 1 19.05 -18.25 -174.771 - 49 82.8326 961 0 1 12.3321 -16.7533 -204.45 - 49 32.5619 960 0 1 12.2499 -16.7579 -204.73 - 49 125.599 816 0 0 11.9423 -16.738 -205.85 - 49 217.516 340 3 1 -112.025 140.209 -114.85 - 49 2.29323 1020 1 1 24.0549 -44.1395 -174.45 - 49 250.585 1019 1 1 24.0499 -44.1441 -174.452 - 49 166.496 1018 1 1 23.85 -44.3495 -174.557 - 49 206.302 1017 1 1 23.65 -44.4232 -174.563 - 49 71.3037 679 1 0 23.3802 -44.1012 -175.85 - 49 113.646 680 1 0 23.3648 -44.0499 -175.898 - 49 116.733 799 9 0 27.7355 -20.1108 64.15 - 49 122.182 796 8 0 27.9312 -20.7802 34.15 - 49 102.313 1042 7 1 28.4649 -20.8959 5.55 - 49 121.124 795 7 0 28.4462 -20.9663 4.15 - 49 167.308 787 6 0 28.0794 -22.5778 -25.85 - 49 149.619 1057 5 1 31.5378 -21.9583 -54.45 - 49 119.194 790 5 0 31.7012 -21.9312 -55.8501 - 49 235.783 1075 4 1 35.0683 -21.9107 -84.45 - 49 26.6895 791 4 0 35.5547 -21.6661 -85.85 - 49 101.823 792 4 0 35.5866 -21.65 -85.9383 - 49 139.402 1128 3 1 45.6688 -16.2062 -114.45 - 49 151.382 816 3 0 46.2332 -16.6962 -115.85 - 49 21.128 1180 2 1 56.2168 -24.4395 -144.45 - 49 136.388 1181 2 1 56.25 -24.4365 -144.502 - 49 22.2397 1182 2 1 56.45 -24.4202 -144.788 - 49 159.814 778 2 0 57.2267 -24.3048 -145.85 - 49 5.47158 1282 1 1 76.6404 -23.6204 -174.45 - 49 114.462 1283 1 1 76.65 -23.6206 -174.463 - 49 38.8636 1284 1 1 76.8501 -23.6186 -174.742 - 49 158.399 782 1 0 77.6598 -23.6017 -175.85 - 49 46.5759 1375 0 1 95.2241 -25.8089 -204.45 - 49 71.1368 1376 0 1 95.35 -25.9138 -204.534 - 49 90.1844 1377 0 1 95.55 -26.0707 -204.669 - 49 42.0534 1378 0 1 95.75 -26.2244 -204.805 - 49 55.4658 761 0 0 97.5924 -27.7235 -205.85 - 49 89.5753 760 0 0 97.7458 -27.8501 -205.94 - 49 159.155 759 0 0 97.9884 -28.05 -206.077 - 49 49.4641 758 0 0 98.2129 -28.2501 -206.196 - 49 41.3754 783 6 0 28.6694 -23.3616 -25.85 - 49 168.435 782 6 0 28.6719 -23.45 -25.9124 - 49 138.165 781 6 0 28.615 -23.65 -26.1118 - 49 118.843 1050 3 1 30.1646 -22.8289 -114.45 - 49 81.3023 1049 3 1 30.05 -22.964 -114.649 - 49 68.4355 779 3 0 28.9218 -24.0993 -115.85 - 49 82.487 778 3 0 28.7851 -24.25 -116.005 - 49 73.4595 1037 2 1 27.6444 -41.3798 -144.45 - 49 9.30369 692 2 0 26.1639 -41.6424 -145.85 - 49 123.284 691 2 0 26.1325 -41.65 -145.88 - 49 211.807 947 1 1 9.64083 -39.4715 -174.45 - 49 33.5372 706 1 0 9.60953 -38.7091 -175.85 - 49 103.602 707 1 0 9.60453 -38.6497 -175.951 - 49 107.009 831 1 0 9.07699 -13.7683 -176.25 - 49 113.178 832 1 0 8.97511 -13.65 -176.003 - 49 40.2754 930 1 1 6.19701 -12.3915 -174.85 - 49 92.6885 929 1 1 6.05 -12.3202 -174.798 - 49 195.364 928 1 1 5.85 -12.0722 -174.765 - 49 123.856 1051 3 1 30.3585 -22.7313 -114.45 - 49 109.371 786 3 0 30.3859 -22.7488 -115.85 - 49 103.324 1054 2 1 30.9348 -23.1054 -144.45 - 49 109.466 784 2 0 30.9687 -23.1469 -145.85 - 49 125.907 1058 1 1 31.6666 -24.1532 -174.45 - 49 123.832 779 1 0 31.7191 -24.1677 -175.851 - 49 130.592 1064 0 1 32.9929 -24.3676 -204.45 - 49 111.883 778 0 0 33.0099 -24.4238 -205.85 -Number of digits in this event: 61 +Number of tracker hits in this event: 100 + 49 321.627 1028 9 1 25.6842 -40.9573 65.55 + 49 310.85 695 9 0 25.686 -40.9494 64.15 + 49 212.547 1028 8 1 25.6944 -40.796 35.55 + 49 204.585 696 8 0 25.7011 -40.804 34.15 + 49 103.385 1029 7 1 25.8627 -40.9974 5.55 + 49 162.006 695 7 0 25.8828 -41.0044 4.15 + 49 112.797 1031 6 1 26.2662 -41.1209 -24.45 + 49 194.035 694 6 0 26.2836 -41.124 -25.85 + 49 180.952 1032 5 1 26.6333 -41.2662 -54.45 + 49 19.424 693 5 0 26.6342 -41.2508 -55.85 + 49 282.608 694 5 0 26.6343 -41.25 -55.9286 + 49 179.924 1033 4 1 26.6674 -40.8798 -84.45 + 49 145.504 695 4 0 26.6648 -40.9014 -85.85 + 49 112.189 1032 3 1 26.5967 -41.3164 -114.45 + 49 365.188 693 3 0 26.5757 -41.3304 -115.85 + 49 154.784 1030 2 1 26.1414 -41.6382 -144.45 + 49 211.921 692 2 0 26.117 -41.6436 -145.85 + 49 118.906 1027 1 1 25.611 -41.7735 -174.45 + 49 103.334 691 1 0 25.5711 -41.7331 -175.85 + 49 150.855 1021 0 1 24.4217 -40.6176 -204.45 + 49 42.9251 697 0 0 24.5208 -40.4637 -205.85 + 49 76.3551 698 0 0 24.53 -40.45 -205.976 + 49 58.64 938 0 1 7.85 -25.9772 -204.808 + 49 130.694 937 0 1 7.65 -25.927 -204.608 + 49 131.83 936 0 1 7.44996 -26.014 -204.548 + 49 22.3712 1333 2 0 11.5563 86.65 -146.093 + 49 9.11338 1022 0 1 24.45 -40.5771 -204.83 + 49 212.394 700 0 0 24.5253 -39.951 -205.85 + 49 37.8651 699 0 0 24.5891 -40.05 -205.961 + 49 124.588 1033 5 1 26.65 -41.225 -54.5714 + 49 98.8747 696 5 0 26.7162 -40.7445 -55.85 + 49 38.1864 697 5 0 26.7259 -40.65 -56.1376 + 49 54.2238 1046 4 1 29.4175 -34.112 -84.4501 + 49 98.2786 1047 4 1 29.45 -33.9966 -84.5941 + 49 67.6945 735 4 0 29.8456 -32.9942 -85.85 + 49 66.475 736 4 0 29.9037 -32.8499 -86.0457 + 49 4.19628 737 4 0 29.9563 -32.6495 -86.2374 + 49 119.549 1092 3 1 38.6401 1.39775 -114.45 + 49 20.3721 1091 3 1 38.45 1.55451 -114.78 + 49 88.5665 910 3 0 37.9455 2.11705 -115.85 + 49 134.43 911 3 0 37.8299 2.2501 -116.153 + 49 76.9851 1049 2 1 29.9367 10.669 -144.45 + 49 184.947 1050 2 1 30.05 10.6917 -144.572 + 49 43.8936 1051 2 1 30.25 10.7526 -144.752 + 49 275.73 952 2 0 31.3378 10.5414 -145.85 + 49 137.232 1243 1 1 68.7369 8.61738 -174.45 + 49 14.9761 942 1 0 68.9475 8.64686 -175.85 + 49 86.5558 943 1 0 68.9528 8.65007 -175.915 + 49 174.088 1257 0 1 71.5211 3.03595 -204.45 + 49 37.7118 907 0 0 71.1835 1.54819 -205.85 + 49 47.4467 906 0 0 71.1713 1.45 -205.901 + 49 50.917 905 0 0 71.1638 1.25 -205.96 + 49 67.0487 904 0 0 71.211 1.05 -206.066 + 49 10.8832 903 0 0 71.2676 0.85 -206.212 + 49 240.696 835 0 0 76.1879 -13.021 -206.25 + 49 161.748 834 0 0 75.7457 -13.0502 -206.019 + 49 90.7977 833 0 0 76.0659 -13.25 -206.151 + 49 217.107 832 0 0 76.076 -13.45 -206.037 + 49 173.938 951 2 0 31.4564 10.45 -146.041 + 49 50.6652 695 5 0 26.8509 -41.044 -55.85 + 49 128.943 1074 4 1 35.0347 -43.8211 -84.45 + 49 21.1803 686 4 0 34.5162 -42.6733 -85.8501 + 49 69.0407 687 4 0 34.5049 -42.65 -85.8768 + 49 120.27 688 4 0 34.3946 -42.45 -86.0883 + 49 14.1406 689 4 0 34.3184 -42.25 -86.2349 + 49 40.3924 1367 4 0 -21.5831 93.6215 -86.25 + 49 382.075 1368 4 0 -21.6555 93.7506 -86.2045 + 49 79.7888 1369 4 0 -21.8247 93.95 -86.1124 + 49 211.301 1370 4 0 -22.0378 94.15 -86.1221 + 49 122.27 1371 4 0 -22.3707 94.3502 -86.1306 + 49 0.891639 780 4 1 -24.047 93.4952 -84.85 + 49 67.4692 779 4 1 -24.05 93.4931 -84.8471 + 49 65.2229 778 4 1 -24.25 93.4105 -84.7569 + 49 53.2074 777 4 1 -24.45 93.3525 -84.7094 + 49 153.533 776 4 1 -24.65 93.2008 -84.6722 + 49 101.85 775 4 1 -24.85 92.7722 -84.6254 + 49 111.729 774 4 1 -25.0502 92.6889 -84.551 + 49 86.8145 773 4 1 -25.25 92.6678 -84.6089 + 49 283.51 1362 4 0 -25.6741 92.6765 -85.8502 + 49 326.304 1616 4 0 -58.3323 143.441 -86.25 + 49 72.503 1615 4 0 -58.2154 143.35 -85.9105 + 49 91.2242 608 4 1 -58.4204 144.216 -84.85 + 49 106.2 695 8 0 25.6777 -41.0285 34.15 + 49 124.007 1028 7 1 25.7995 -41.2096 5.55 + 49 114.941 694 7 0 25.8061 -41.2188 4.15 + 49 132.902 1029 6 1 25.9383 -41.4093 -24.45 + 49 95.261 693 6 0 25.9454 -41.4154 -25.85 + 49 164.282 1030 5 1 26.1947 -41.5407 -54.45 + 49 113.422 692 5 0 26.2058 -41.5472 -55.85 + 49 117.761 1031 4 1 26.4417 -41.6671 -84.45 + 49 144.345 691 4 0 26.4517 -41.6633 -85.85 + 49 134.756 1033 3 1 26.6608 -41.5876 -114.45 + 49 131.281 692 3 0 26.6711 -41.5831 -115.85 + 49 172.846 1034 2 1 26.8787 -41.5505 -144.45 + 49 121.205 1034 1 1 27.0019 -41.4741 -174.45 + 49 100.729 692 1 0 27.0018 -41.4698 -175.85 + 49 140.478 1034 0 1 26.986 -41.3641 -204.45 + 49 101.423 693 0 0 26.9876 -41.3595 -205.85 + 49 161.07 1111 1 1 42.4361 -111.428 -174.85 + 49 44.869 1112 1 1 42.45 -111.446 -174.729 +Number of digits in this event: 46 Using G4ParticleGun... -Particle energy: 8.90262 LIN +Particle energy: 1.35544 LIN Particle: gamma Event: 50 -Number of tracker hits in this event: 93 - 50 302.992 190 8 1 -141.96 4.18193 35.55 - 50 273.618 920 8 0 -141.964 4.18088 34.15 - 50 112.501 190 7 1 -142.05 4.17081 5.55 - 50 256.927 920 7 0 -142.064 4.16439 4.15 - 50 113.981 186 6 1 -142.867 3.90493 -24.45 - 50 166.444 919 6 0 -142.929 3.89049 -25.85 - 50 128.203 179 5 1 -144.206 3.58302 -54.45 - 50 122.579 917 5 0 -144.272 3.57765 -55.85 - 50 167.351 172 4 1 -145.625 3.55918 -84.45 - 50 188.723 917 4 0 -145.696 3.55617 -85.85 - 50 110.365 165 3 1 -147.061 3.46461 -114.45 - 50 150.291 917 3 0 -147.127 3.46125 -115.85 - 50 171.509 158 2 1 -148.44 3.39966 -144.45 - 50 250.254 916 2 0 -148.515 3.39971 -145.85 - 50 63.5217 150 1 1 -150.148 3.63803 -174.45 - 50 139.5 149 1 1 -150.15 3.63803 -174.467 - 50 127.054 917 1 0 -150.286 3.62294 -175.85 - 50 226.613 134 0 1 -153.272 3.08337 -204.45 - 50 101.819 914 0 0 -153.313 3.00874 -205.85 - 50 83.5326 133 0 1 -153.35 3.01184 -204.523 - 50 99.4349 132 0 1 -153.55 2.84828 -204.624 - 50 56.2163 131 0 1 -153.75 2.52291 -204.757 - 50 6.23409 906 0 0 -154.118 1.27112 -205.85 - 50 141.485 905 0 0 -154.12 1.25 -205.868 - 50 68.3457 904 0 0 -154.108 1.05 -206.048 - 50 87.6946 903 0 0 -154.123 0.85 -206.088 - 50 26.232 902 0 0 -154.107 0.65 -206.2 - 50 96.4002 800 0 0 -159.054 -20.0222 -206.25 - 50 266.908 799 0 0 -159.147 -20.0501 -206.057 - 50 161.901 154 1 1 -149.26 2.06312 -174.45 - 50 234.189 153 1 1 -149.35 2.33472 -174.613 - 50 13.0823 921 4 0 -142.523 4.34717 -86.2184 - 50 265.212 187 3 1 -142.694 4.3322 -114.45 - 50 306.328 921 3 0 -142.717 4.33411 -115.85 - 50 246.45 184 2 1 -143.261 4.36767 -144.45 - 50 119.011 921 2 0 -143.263 4.37882 -145.85 - 50 253.705 184 1 1 -143.316 4.58595 -174.45 - 50 124.209 922 1 0 -143.305 4.61787 -175.85 - 50 229.232 185 0 1 -143.021 5.31406 -204.45 - 50 383.415 926 0 0 -143.01 5.32574 -205.85 - 50 103.856 184 0 1 -143.15 5.29796 -204.621 - 50 144.348 186 2 1 -142.935 4.22103 -144.45 - 50 134.729 920 2 0 -142.951 4.21875 -145.85 - 50 108.669 920 1 0 -143.253 4.19326 -175.85 - 50 125.095 183 0 1 -143.439 4.16631 -204.45 - 50 126.178 920 0 0 -143.432 4.14205 -205.85 - 50 126.412 191 7 1 -141.946 4.15677 5.55 - 50 104.43 191 6 1 -141.948 4.12893 -24.45 - 50 117.54 920 6 0 -141.948 4.12707 -25.85 - 50 130.374 191 5 1 -141.949 4.08801 -54.45 - 50 138.125 920 5 0 -141.95 4.08696 -55.85 - 50 121.393 190 4 1 -141.982 4.06098 -84.45 - 50 122.103 920 4 0 -141.985 4.05946 -85.85 - 50 105.695 190 3 1 -142.033 4.02423 -114.45 - 50 120.82 919 3 0 -142.036 4.02351 -115.85 - 50 241.926 190 2 1 -142.098 4.01144 -144.45 - 50 122.616 919 2 0 -142.102 4.011 -145.85 - 50 128.95 189 1 1 -142.176 3.99414 -174.45 - 50 419.026 919 1 0 -142.179 3.99493 -175.85 - 50 104.884 189 0 1 -142.237 4.00817 -204.45 - 50 128.391 919 0 0 -142.24 4.00744 -205.85 - 50 46.3068 924 2 0 -135.887 4.94918 -146.25 - 50 81.6243 925 2 0 -135.791 5.05 -146.203 - 50 92.8551 926 2 0 -135.554 5.25 -146.123 - 50 111.889 927 2 0 -135.3 5.45 -146.051 - 50 303.376 928 2 0 -134.952 5.65 -146.04 - 50 307.606 929 2 0 -134.025 5.85 -146.037 - 50 96.8553 930 2 0 -133.116 6.05 -145.953 - 50 77.5641 931 2 0 -132.871 6.25015 -145.935 - 50 77.1242 932 2 0 -132.922 6.45 -145.89 - 50 71.3791 233 2 1 -133.496 7.11509 -144.85 - 50 88.511 232 2 1 -133.55 7.28473 -144.648 - 50 4.2206 236 2 1 -132.95 -2.03324 -144.772 - 50 7.31246 860 2 0 -134.222 -7.96416 -145.85 - 50 15.1343 229 2 1 -134.281 -8.55846 -144.85 - 50 38.698 846 2 0 -132.38 -10.7771 -145.85 - 50 53.1832 845 2 0 -132.342 -10.85 -145.879 - 50 136.688 246 2 1 -130.909 -11.4228 -144.85 - 50 136.765 228 2 1 -134.416 6.38497 -144.85 - 50 422.504 190 1 1 -142.131 3.83609 -174.45 - 50 50.5854 191 1 1 -141.95 3.67345 -174.777 - 50 119.125 915 1 0 -141.103 3.1891 -175.85 - 50 33.6839 914 1 0 -140.874 3.04998 -176.15 - 50 255.885 819 1 0 -126.954 -16.2051 -176.25 - 50 86.0921 266 1 1 -126.867 -16.2695 -174.85 - 50 359.638 267 1 1 -126.75 -16.3487 -174.699 - 50 499.21 298 0 1 -120.534 -11.9162 -204.45 - 50 198.432 297 0 1 -120.55 -11.9167 -204.49 - 50 117.99 193 0 1 -141.384 5.24778 -204.45 - 50 236.332 927 0 0 -141.6 5.45 -206.156 - 50 62.3556 177 0 1 -144.685 4.0863 -204.45 - 50 53.3128 176 0 1 -144.75 4.03005 -204.715 - 50 107.743 918 0 0 -145.01 3.76593 -205.85 -Number of digits in this event: 53 +Number of tracker hits in this event: 19 + 50 259.738 812 4 1 -17.5553 52.7647 -84.45 + 50 262.221 1163 4 0 -17.5524 52.7662 -85.85 + 50 126.774 812 3 1 -17.5052 52.7819 -114.45 + 50 248.585 1163 3 0 -17.4733 52.7631 -115.85 + 50 25.1211 815 2 1 -16.8522 52.3654 -144.45 + 50 87.7743 816 2 1 -16.85 52.3631 -144.544 + 50 229.037 1161 2 0 -16.8186 52.3327 -145.85 + 50 153.258 819 1 1 -16.1615 51.6748 -174.45 + 50 113.78 1157 1 0 -16.129 51.6403 -175.85 + 50 108.247 822 0 1 -15.4641 50.9609 -204.45 + 50 125.684 1154 0 0 -15.4384 50.9299 -205.85 + 50 1.63467 1002 2 1 20.45 126.527 -144.84 + 50 115.118 813 3 1 -17.3755 52.6911 -114.45 + 50 128.569 813 2 1 -17.2902 52.6838 -144.45 + 50 127.835 1163 2 0 -17.2818 52.6979 -145.85 + 50 119.081 813 1 1 -17.2888 53.2511 -174.45 + 50 120.612 1166 1 0 -17.3037 53.2669 -175.85 + 50 152.846 812 0 1 -17.6285 53.6044 -204.45 + 50 167.159 1167 0 0 -17.6554 53.6242 -205.85 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 5.02309 LIN +Particle energy: 9.30958 LIN Particle: gamma Event: 51 -Number of tracker hits in this event: 3 - 51 125.428 838 10 0 3.01115 -12.37 93.75 - 51 118.65 1513 1 1 122.797 -70.1694 -174.85 - 51 112.592 992 3 1 18.65 -80.683 -114.747 -Number of digits in this event: 3 +Number of tracker hits in this event: 30 + 51 220.214 383 6 1 -103.408 -9.57956 -24.45 + 51 326.24 852 6 0 -103.409 -9.58097 -25.85 + 51 255.444 383 5 1 -103.424 -9.61286 -54.45 + 51 117.104 852 5 0 -103.425 -9.61339 -55.85 + 51 100.498 383 4 1 -103.442 -9.62376 -84.45 + 51 109.573 852 4 0 -103.444 -9.62476 -85.85 + 51 106.572 383 3 1 -103.469 -9.63934 -114.45 + 51 170.436 852 3 0 -103.471 -9.63882 -115.85 + 51 120.896 383 2 1 -103.519 -9.6237 -144.45 + 51 119.143 852 2 0 -103.522 -9.62358 -145.85 + 51 130.316 382 1 1 -103.582 -9.62975 -174.45 + 51 122.757 852 1 0 -103.585 -9.63049 -175.85 + 51 101.511 382 0 1 -103.65 -9.64521 -204.45 + 51 142.653 852 0 0 -103.655 -9.64642 -205.85 + 51 130.204 931 4 1 6.33035 -109.051 -84.4501 + 51 67.4243 1749 12 0 -146.571 169.977 153.75 + 51 1.66974 585 0 1 -63.05 -12.2079 -204.789 + 51 115.758 851 5 0 -103.52 -9.72297 -55.85 + 51 119.126 382 4 1 -103.616 -9.92439 -84.45 + 51 126.262 850 4 0 -103.626 -9.93553 -85.85 + 51 125.435 381 3 1 -103.82 -10.1984 -114.45 + 51 121.95 849 3 0 -103.824 -10.215 -115.85 + 51 156.284 381 2 1 -103.885 -10.4964 -144.45 + 51 141.535 847 2 0 -103.887 -10.5037 -145.85 + 51 131.543 380 1 1 -103.951 -10.6414 -174.45 + 51 129.639 846 1 0 -103.96 -10.6505 -175.85 + 51 117.987 380 0 1 -104.127 -10.8655 -204.45 + 51 104.975 845 0 0 -104.137 -10.886 -205.85 + 51 195.168 630 1 1 -53.9444 -72.6685 -174.85 + 51 120.117 77 0 1 -164.622 3.72844 -204.85 +Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 7.15969 LIN +Particle energy: 1.86725 LIN Particle: gamma Event: 52 Number of tracker hits in this event: 0 -Number of digits in this event: 2 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 7.65406 LIN +Particle energy: 2.77025 LIN Particle: gamma Event: 53 -Number of tracker hits in this event: 22 - 53 330.166 1140 5 1 48.167 21.6519 -54.45 - 53 231.131 1008 5 0 48.1661 21.6545 -55.85 - 53 281.6 1140 4 1 48.1528 21.7547 -84.45 - 53 250.907 1008 4 0 48.1396 21.7701 -85.85 - 53 111.444 1138 3 1 47.8199 22.1298 -114.45 - 53 114.447 1010 3 0 47.805 22.1534 -115.85 - 53 114.368 1137 2 1 47.4636 22.6139 -144.45 - 53 112.573 1012 2 0 47.4295 22.6267 -145.85 - 53 116.109 1133 1 1 46.6832 22.8528 -174.45 - 53 118.504 1014 1 0 46.6438 22.8678 -175.85 - 53 122.06 1129 0 1 45.9549 23.2275 -204.45 - 53 132.046 1015 0 0 45.9352 23.2336 -205.85 - 53 106.352 1140 3 1 48.182 21.6576 -114.45 - 53 101.256 1008 3 0 48.1835 21.6586 -115.85 - 53 153.591 1140 2 1 48.2117 21.6862 -144.45 - 53 114.686 1008 2 0 48.2122 21.6896 -145.85 - 53 101.49 1140 1 1 48.2225 21.7616 -174.45 - 53 111.012 1008 1 0 48.2231 21.7657 -175.85 - 53 453.378 1140 0 1 48.2403 21.8514 -204.45 - 53 121.174 1009 0 0 48.2424 21.8561 -205.85 - 53 21.8686 1146 4 1 49.45 33.0488 -84.5615 - 53 391.605 1008 0 0 48.1086 21.6675 -205.85 -Number of digits in this event: 12 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 1.9963 LIN +Particle energy: 8.71315 LIN Particle: gamma Event: 54 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 51 + 54 331.533 1278 11 1 75.7099 22.3927 125.55 + 54 240.905 1011 11 0 75.711 22.3916 124.15 + 54 225.375 1278 10 1 75.7406 22.361 95.55 + 54 351.172 1011 10 0 75.7419 22.3593 94.15 + 54 224.254 1278 9 1 75.7636 22.3207 65.55 + 54 256.485 1011 9 0 75.7657 22.3183 64.15 + 54 325.562 1278 8 1 75.8041 22.2692 35.55 + 54 259.506 1011 8 0 75.8058 22.2667 34.15 + 54 101.3 1279 7 1 75.8559 22.2113 5.55 + 54 107.927 1010 7 0 75.8598 22.2099 4.15 + 54 213.265 1279 6 1 75.9399 22.1861 -24.45 + 54 113.944 1010 6 0 75.945 22.1844 -25.85 + 54 321.774 1279 5 1 76.0428 22.1656 -54.45 + 54 236.913 1010 5 0 76.047 22.1635 -55.85 + 54 115.029 1280 4 1 76.1344 22.1299 -84.45 + 54 250.59 1010 4 0 76.143 22.1282 -85.85 + 54 158.404 1281 3 1 76.3153 22.0987 -114.45 + 54 103.739 1010 3 0 76.3185 22.0957 -115.85 + 54 152.877 1281 2 1 76.3833 22.0363 -144.45 + 54 252.043 1009 2 0 76.3876 22.0371 -145.85 + 54 111.852 1282 1 1 76.4759 22.0496 -174.45 + 54 214.045 1010 1 0 76.4779 22.0515 -175.85 + 54 124.055 1282 0 1 76.5181 22.0891 -204.45 + 54 154.492 1010 0 0 76.5172 22.0908 -205.85 + 54 46.6054 1023 0 0 36.2757 24.7035 -206.25 + 54 70.1474 1286 1 0 45.3014 77.25 -176.177 + 54 83.1821 747 3 0 39.9835 -30.45 -116.195 + 54 197.817 1287 1 0 45.2289 77.45 -175.908 + 54 151.162 1278 7 1 75.7648 22.3571 5.55 + 54 191.638 1011 7 0 75.7675 22.3547 4.15 + 54 125.882 1278 6 1 75.816 22.2992 -24.45 + 54 127.593 1011 6 0 75.819 22.2976 -25.85 + 54 122.964 1278 4 1 75.7896 22.1159 -84.45 + 54 130.637 1278 3 1 75.7418 21.9996 -114.45 + 54 105.221 1009 3 0 75.7435 21.9939 -115.85 + 54 141.816 1278 2 1 75.7917 21.9002 -144.45 + 54 110.426 1277 1 1 75.5868 21.6678 -174.45 + 54 115.633 1008 1 0 75.5761 21.6597 -175.85 + 54 88.6839 1276 0 1 75.3321 21.5107 -204.45 + 54 145.189 1007 0 0 75.3149 21.5157 -205.85 + 54 156.323 1037 6 0 75.7322 27.5689 -26.25 + 54 29.3089 1038 6 0 75.9264 27.65 -25.8958 + 54 278.328 1297 6 1 79.5504 28.0155 -24.85 + 54 177.651 1298 6 1 79.6508 27.9788 -24.7774 + 54 142.026 1012 7 0 75.7169 22.45 3.92769 + 54 284.804 1060 8 0 43.4788 32.2102 33.75 + 54 109.09 1061 8 0 43.4308 32.2501 33.8311 + 54 24.8263 648 5 0 0.130185 -50.2875 -56.25 + 54 44.5101 649 5 0 -0.0501267 -50.1988 -56.2027 + 54 86.0688 837 5 0 -43.091 -12.5526 -56.25 + 54 214.453 838 5 0 -43.1452 -12.45 -56.0875 +Number of digits in this event: 35 Using G4ParticleGun... -Particle energy: 2.00604 LIN +Particle energy: 4.35827 LIN Particle: gamma Event: 55 -Number of tracker hits in this event: 78 - 55 238.159 1330 9 1 86.1781 -100.516 65.55 - 55 272.63 398 9 0 86.1847 -100.513 64.15 - 55 132.005 1331 8 1 86.3184 -100.452 35.55 - 55 294.249 398 8 0 86.3145 -100.467 34.15 - 55 97.3195 1331 7 1 86.2649 -100.858 5.55 - 55 110.367 396 7 0 86.2656 -100.888 4.15 - 55 114.937 1331 6 1 86.2846 -101.486 -24.45 - 55 130.259 393 6 0 86.2888 -101.526 -25.85 - 55 203.309 1331 5 1 86.3506 -102.356 -54.45 - 55 133.493 388 5 0 86.3677 -102.379 -55.85 - 55 668.59 1333 4 1 86.7167 -102.841 -84.45 - 55 137.375 386 4 0 86.7479 -102.876 -85.85 - 55 138.723 1336 3 1 87.4179 -103.438 -114.45 - 55 115.956 383 3 0 87.4479 -103.463 -115.85 - 55 112.558 1340 2 1 88.0959 -103.922 -144.45 - 55 120.717 380 2 0 88.1292 -103.964 -145.85 - 55 108.519 1343 1 1 88.8097 -104.842 -174.45 - 55 107.935 376 1 0 88.852 -104.88 -175.85 - 55 105.52 1348 0 1 89.8352 -105.695 -204.45 - 55 7.78102 1349 0 1 89.85 -105.707 -204.841 - 55 172.842 372 0 0 89.8932 -105.726 -205.85 - 55 135.102 1332 4 1 86.65 -103.046 -84.4949 - 55 145.122 1331 4 1 86.45 -103.123 -84.6506 - 55 15.1513 1330 4 1 86.25 -103.206 -84.8067 - 55 126.805 381 4 0 84.9127 -103.786 -85.85 - 55 52.7898 380 4 0 84.5467 -103.95 -86.1305 - 55 36.6793 1146 3 1 49.3414 -121.678 -114.45 - 55 66.2776 1145 3 1 49.25 -121.713 -114.539 - 55 59.3432 1144 3 1 49.0497 -121.793 -114.734 - 55 26.5167 289 3 0 47.8907 -122.323 -115.85 - 55 152.256 288 3 0 47.8342 -122.35 -115.906 - 55 37.4356 994 2 1 18.9766 -136.759 -144.45 - 55 61.0171 993 2 1 18.85 -136.818 -144.53 - 55 94.899 992 2 1 18.65 -136.909 -144.652 - 55 58.9493 991 2 1 18.45 -137.001 -144.764 - 55 6.23993 210 2 0 16.4842 -138.138 -145.85 - 55 118.151 209 2 0 16.4634 -138.15 -145.862 - 55 127.936 208 2 0 16.0857 -138.35 -146.046 - 55 47.2773 207 2 0 15.7134 -138.55 -146.205 - 55 50.8322 1334 4 1 87.0023 -103.084 -84.45 - 55 111.816 1330 8 1 86.2425 -100.407 35.55 - 55 107.83 1330 7 1 86.2416 -100.294 5.55 - 55 115.061 399 7 0 86.2356 -100.295 4.15 - 55 348.664 1330 6 1 86.1517 -100.341 -24.45 - 55 145.489 399 6 0 86.1408 -100.345 -25.85 - 55 175.577 1329 5 1 85.8816 -100.408 -54.45 - 55 118.57 398 5 0 85.8664 -100.416 -55.85 - 55 217.957 1327 4 1 85.5603 -100.602 -84.45 - 55 194.845 397 4 0 85.543 -100.598 -85.85 - 55 176.618 1325 3 1 85.2113 -100.517 -114.45 - 55 129.878 398 3 0 85.1909 -100.527 -115.85 - 55 107.192 1323 2 1 84.7509 -100.726 -144.45 - 55 146.644 397 2 0 84.7178 -100.73 -145.85 - 55 121.627 1320 1 1 84.061 -100.808 -174.45 - 55 105.671 396 1 0 84.0334 -100.803 -175.85 - 55 122.914 1316 0 1 83.4029 -100.766 -204.45 - 55 126.422 396 0 0 83.3688 -100.76 -205.85 - 55 26.1994 360 0 0 66.7668 -108.053 -206.25 - 55 0.250061 1144 0 0 27.979 48.8694 -206.25 - 55 56.9037 1328 4 1 85.65 -100.764 -84.6758 - 55 68.5572 393 4 0 86.1265 -101.443 -85.85 - 55 128.921 392 4 0 86.1883 -101.55 -86.0017 - 55 0.656275 391 4 0 86.211 -101.75 -86.2475 - 55 146.367 396 6 0 86.0927 -100.777 -25.8503 - 55 48.88 365 6 0 52.2242 -107.038 -26.25 - 55 76.4272 366 6 0 52.1653 -106.95 -26.1385 - 55 65.4892 367 6 0 52.0181 -106.75 -26.0875 - 55 0.714863 662 6 0 -27.554 -47.4543 -26.25 - 55 89.7096 663 6 0 -27.5555 -47.45 -26.2477 - 55 82.4795 664 6 0 -27.6032 -47.25 -26.1864 - 55 421.425 665 6 0 -27.6189 -47.05 -26.1922 - 55 117.44 767 6 1 -26.5022 -46.8201 -24.8496 - 55 0.0110972 768 6 1 -26.45 -46.802 -24.85 - 55 39.0231 398 6 0 86.3914 -100.525 -25.8501 - 55 113.431 397 6 0 86.432 -100.55 -25.9622 - 55 29.8665 859 6 0 112.44 -8.17812 -26.2499 - 55 13.8788 980 6 0 122.968 16.0882 -26.2499 - 55 76.502 979 6 0 122.97 16.05 -26.2374 -Number of digits in this event: 34 +Number of tracker hits in this event: 5 + 55 79.5927 707 4 0 136.399 -38.5785 -86.2499 + 55 35.259 706 4 0 136.411 -38.65 -85.9627 + 55 67.4392 1580 4 1 136.344 -39.6553 -84.8497 + 55 299.506 1581 4 1 136.35 -39.8367 -84.6902 + 55 141.644 698 4 0 137.039 -40.4182 -85.85 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 3.15145 LIN +Particle energy: 6.95702 LIN Particle: gamma Event: 56 -Number of tracker hits in this event: 2 - 56 26.2067 1638 6 1 147.75 124.538 -24.7162 - 56 171.362 360 12 0 30.1283 -107.966 153.75 -Number of digits in this event: 3 +Number of tracker hits in this event: 92 + 56 281.01 926 8 1 5.44131 112.812 35.55 + 56 335.682 1463 8 0 5.45457 112.826 34.15 + 56 136.522 928 7 1 5.73485 113.17 5.55 + 56 227.831 1465 7 0 5.68615 113.173 4.15 + 56 106.986 921 6 1 4.37849 113.297 -24.45 + 56 124.123 1466 6 0 4.27862 113.357 -25.85 + 56 333.928 909 5 1 2.02174 114.53 -54.45 + 56 122.284 1471 5 0 1.93181 114.52 -55.8507 + 56 111.079 898 4 1 -0.350362 114.631 -84.4502 + 56 101.83 1471 4 0 -0.478573 114.504 -85.85 + 56 88.7156 884 3 1 -3.20709 112.421 -114.45 + 56 529.512 1462 3 0 -3.26614 112.603 -115.85 + 56 281.879 878 2 1 -4.29507 116.439 -144.45 + 56 108.713 1482 2 0 -4.43213 116.639 -145.851 + 56 4.03185 869 1 1 -6.24879 120.555 -174.45 + 56 131.616 868 1 1 -6.25 120.555 -174.462 + 56 178.6 1502 1 0 -6.35452 120.608 -175.85 + 56 139.115 859 0 1 -8.08958 121.464 -204.45 + 56 144.648 1508 0 0 -8.20202 121.798 -205.85 + 56 18.8145 1509 0 0 -8.27298 121.95 -206.217 + 56 172.706 864 1 1 -7.14169 120.355 -174.85 + 56 11.8711 910 1 0 -56.7263 2.25 -176.033 + 56 126.986 910 5 1 2.05008 114.57 -54.549 + 56 300.635 1470 5 0 2.011 114.318 -55.85 + 56 66.4747 878 0 1 -4.35071 122.646 -204.45 + 56 108.685 879 0 1 -4.25 122.62 -204.505 + 56 113.04 880 0 1 -4.05 122.581 -204.6 + 56 63.4771 881 0 1 -3.85 122.534 -204.686 + 56 66.9865 882 0 1 -3.65 122.52 -204.73 + 56 49.557 883 0 1 -3.45 122.511 -204.741 + 56 138.492 884 0 1 -3.24988 122.475 -204.729 + 56 44.9033 885 0 1 -3.05 122.415 -204.69 + 56 50.2678 886 0 1 -2.85 122.374 -204.65 + 56 54.4822 887 0 1 -2.64932 122.317 -204.604 + 56 52.0528 888 0 1 -2.44933 122.268 -204.588 + 56 53.0365 889 0 1 -2.25 122.214 -204.625 + 56 49.5869 890 0 1 -2.04967 122.172 -204.658 + 56 38.4067 891 0 1 -1.85 122.129 -204.64 + 56 56.8056 892 0 1 -1.65 122.105 -204.604 + 56 70.4526 893 0 1 -1.45 122.083 -204.56 + 56 28.0033 894 0 1 -1.25 122.03 -204.494 + 56 57.7743 1231 8 0 23.228 66.2933 33.75 + 56 112.451 926 7 1 5.44054 112.822 5.55 + 56 122.982 1463 7 0 5.44045 112.831 4.15 + 56 206.763 927 6 1 5.45776 113.017 -24.45 + 56 148.835 1464 6 0 5.48382 113.013 -25.85 + 56 154.261 929 5 1 6.01462 112.944 -54.45 + 56 154.948 1463 5 0 6.0407 112.935 -55.85 + 56 113.268 932 4 1 6.54591 112.786 -84.45 + 56 261.054 1463 4 0 6.57139 112.775 -85.85 + 56 101.113 935 3 1 7.11356 112.578 -114.45 + 56 199.303 939 2 1 7.88538 112.604 -144.45 + 56 217.928 1462 2 0 7.92057 112.603 -145.85 + 56 117.954 942 1 1 8.62663 112.6 -174.45 + 56 363.19 1462 1 0 8.671 112.599 -175.85 + 56 155.449 947 0 1 9.54998 112.564 -204.45 + 56 134.064 1462 0 0 9.58918 112.565 -205.85 + 56 48.3843 1604 1 0 28.4605 141.021 -176.25 + 56 89.371 922 14 0 -142.686 4.47912 213.75 + 56 69.7899 921 14 0 -142.808 4.44991 213.928 + 56 29.2181 178 14 1 -144.475 4.76639 215.151 + 56 92.9491 177 14 1 -144.55 4.78927 215.205 + 56 62.7639 176 14 1 -144.75 4.94919 215.315 + 56 69.2096 175 14 1 -144.95 5.01871 215.311 + 56 86.9119 174 14 1 -145.15 5.09402 215.245 + 56 256.162 173 14 1 -145.35 5.11508 215.222 + 56 272.489 924 14 0 -144.86 4.96543 214.15 + 56 179.822 629 6 1 -54.0964 118.315 -24.4506 + 56 289.891 926 3 1 5.44868 112.687 -114.45 + 56 285.827 926 2 1 5.42292 112.752 -144.45 + 56 152.02 1463 2 0 5.42076 112.754 -145.85 + 56 294.065 926 1 1 5.40544 112.781 -174.45 + 56 18.5997 1463 1 0 5.41669 112.751 -175.85 + 56 167.747 928 0 1 5.71674 111.861 -204.45 + 56 138.357 1458 0 0 5.72907 111.813 -205.85 + 56 142.206 1505 0 0 -0.617006 121.217 -206.249 + 56 108.918 927 3 1 5.45 112.677 -114.463 + 56 126.595 1459 3 0 5.49728 112.06 -115.85 + 56 615.707 926 0 1 5.41482 112.523 -204.45 + 56 395.273 1461 0 0 5.41232 112.519 -205.85 + 56 67.3123 1442 3 0 -12.4801 108.55 -116.071 + 56 60.585 887 1 0 -55.7216 -2.45 -176.205 + 56 40.1094 1330 0 0 2.90062 86.1233 -206.25 + 56 157.239 1329 0 0 2.95066 86.05 -206.231 + 56 179.303 1422 0 0 17.0939 104.621 -206.25 + 56 113.263 927 0 1 5.45 112.497 -204.453 + 56 205.389 1460 0 0 5.38629 112.345 -205.85 + 56 27.6372 1070 4 0 107.997 34.25 -86.0869 + 56 66.6842 1442 4 1 108.647 34.3833 -84.85 + 56 28.8126 1443 4 1 108.75 34.4046 -84.8454 + 56 47.794 1067 4 0 107.685 33.4789 -85.85 + 56 63.4379 1066 4 0 107.649 33.45 -85.8781 +Number of digits in this event: 46 Using G4ParticleGun... -Particle energy: 8.37973 LIN +Particle energy: 7.8399 LIN Particle: gamma Event: 57 -Number of tracker hits in this event: 0 -Number of digits in this event: 2 +Number of tracker hits in this event: 99 + 57 236.158 1230 11 1 66.0613 -40.2883 125.55 + 57 195.06 698 11 0 66.0641 -40.2861 124.15 + 57 337.196 1230 10 1 66.103 -40.2374 95.55 + 57 113.913 699 10 0 66.1045 -40.2418 94.15 + 57 103.689 1230 9 1 66.1019 -40.3626 65.55 + 57 255.714 698 9 0 66.1031 -40.3643 64.15 + 57 92.286 1230 8 1 66.1329 -40.4014 35.55 + 57 226.473 698 8 0 66.1345 -40.4136 34.15 + 57 211.141 1230 7 1 66.19 -40.6711 5.55 + 57 111.005 696 7 0 66.1926 -40.683 4.15 + 57 112.49 1230 6 1 66.2338 -40.9291 -24.45 + 57 345.325 695 6 0 66.2387 -40.932 -25.85 + 57 108.681 1231 5 1 66.362 -40.9631 -54.45 + 57 124.424 695 5 0 66.3733 -40.9697 -55.85 + 57 97.6479 1232 4 1 66.6004 -41.1036 -84.45 + 57 133.212 694 4 0 66.6187 -41.1093 -85.85 + 57 138.725 1234 3 1 66.9705 -41.2118 -114.45 + 57 150.932 694 3 0 66.9842 -41.2179 -115.85 + 57 98.0328 1236 2 1 67.2537 -41.3463 -144.45 + 57 117.07 693 2 0 67.2627 -41.3662 -145.85 + 57 255.494 1236 1 1 67.4128 -41.7863 -174.45 + 57 100.967 691 1 0 67.4222 -41.8034 -175.85 + 57 178.088 1237 0 1 67.6295 -42.1902 -204.45 + 57 105.217 689 0 0 67.6435 -42.2171 -205.85 + 57 48.2982 1237 1 1 67.45 -41.7369 -174.734 + 57 25.0147 1267 9 1 73.5915 -7.05152 65.15 + 57 292.856 1233 3 1 66.666 -41.5234 -114.45 + 57 124.549 690 3 0 67.3224 -41.8998 -115.85 + 57 407.867 1296 2 1 79.3243 -47.0718 -144.45 + 57 89.468 1297 2 1 79.45 -45.6304 -144.586 + 57 114.394 1298 2 1 79.65 -45.3612 -144.697 + 57 15.7796 1299 2 1 79.85 -45.1717 -144.827 + 57 101.476 682 2 0 81.9349 -43.6496 -145.85 + 57 368.792 683 2 0 82.2922 -43.4499 -145.915 + 57 30.5493 506 2 0 165.908 -78.8032 -146.25 + 57 143.296 505 2 0 165.928 -78.85 -146.218 + 57 80.758 504 2 0 165.957 -79.05 -146.11 + 57 62.7986 503 2 0 165.991 -79.2501 -146.051 + 57 56.2943 502 2 0 166.033 -79.45 -146.036 + 57 63.2357 501 2 0 166.142 -79.65 -146.048 + 57 68.7459 500 2 0 166.279 -79.8501 -146.107 + 57 103.41 499 2 0 166.234 -80.05 -146 + 57 70.4836 498 2 0 166.116 -80.25 -145.972 + 57 185.643 497 2 0 166.03 -80.45 -145.97 + 57 48.8362 496 2 0 165.998 -80.65 -146.149 + 57 128.189 542 2 0 103.389 -71.5874 -146.25 + 57 237.343 924 2 0 -27.0816 4.94508 -146.25 + 57 171.773 1232 1 1 66.55 -40.0932 -174.45 + 57 120.163 1229 10 1 66.0219 -40.2923 95.55 + 57 164.415 698 10 0 66.0195 -40.2927 94.15 + 57 146.082 1229 9 1 65.9696 -40.3069 65.55 + 57 129.366 1229 8 1 65.9255 -40.3473 35.55 + 57 158.957 1229 7 1 65.9097 -40.3748 5.55 + 57 149.493 698 7 0 65.9239 -40.3961 4.15 + 57 108.172 1229 6 1 65.8924 -40.883 -24.45 + 57 134.394 1226 5 1 65.2777 -40.5622 -54.45 + 57 104.532 697 5 0 65.1899 -40.545 -55.85 + 57 137.596 1217 4 1 63.5262 -40.1761 -84.4502 + 57 251.663 698 4 0 63.4251 -40.2626 -85.85 + 57 100.071 1204 3 1 60.9511 -42.4544 -114.45 + 57 132.5 687 3 0 60.7298 -42.5639 -115.85 + 57 153.741 1181 2 1 56.4058 -45.2337 -144.45 + 57 106.552 673 2 0 56.2182 -45.3269 -145.85 + 57 102.866 1157 1 1 51.6021 -47.2001 -174.45 + 57 116.358 664 1 0 51.4319 -47.2364 -175.85 + 57 130.062 1139 0 1 48.0181 -47.9249 -204.45 + 57 97.4101 660 0 0 47.9119 -48.0074 -205.85 + 57 283.013 1228 5 1 65.8232 -40.3609 -54.45 + 57 283.11 698 5 0 65.8203 -40.3622 -55.85 + 57 111.317 1228 4 1 65.7655 -40.3871 -84.45 + 57 113.998 1228 3 1 65.7193 -40.3764 -114.45 + 57 114.473 698 3 0 65.7192 -40.3775 -115.85 + 57 145.233 1228 2 1 65.7229 -40.4017 -144.45 + 57 120.098 698 2 0 65.721 -40.4045 -145.85 + 57 102.572 1228 1 1 65.6648 -40.4526 -174.45 + 57 95.3224 697 1 0 65.6602 -40.4523 -175.85 + 57 126.575 1227 0 1 65.5711 -40.4516 -204.45 + 57 123.557 698 0 0 65.5649 -40.4486 -205.85 + 57 195.787 120 4 0 0.587967 -156.12 -86.25 + 57 51.5615 119 4 0 0.473121 -156.15 -86.1482 + 57 122.099 1225 4 1 65.0662 -39.8721 -84.4501 + 57 7.7523 1224 4 1 65.05 -39.8418 -84.8211 + 57 102.978 701 4 0 65.0055 -39.7593 -85.85 + 57 170.119 1220 3 1 64.2025 -37.3905 -114.451 + 57 123.576 713 3 0 64.139 -37.28 -115.85 + 57 10.1508 714 3 0 64.1229 -37.25 -116.231 + 57 105.584 1214 2 1 62.9406 -35.0869 -144.45 + 57 125.925 725 2 0 63.0264 -34.9801 -145.85 + 57 339.84 1222 1 1 64.6309 -33.0193 -174.45 + 57 168.491 735 1 0 64.676 -32.8897 -175.85 + 57 17.7967 1228 0 1 65.843 -30.2197 -204.45 + 57 98.0841 1229 0 1 65.85 -30.2125 -204.512 + 57 14.5795 749 0 0 66.0056 -30.0551 -205.851 + 57 106.997 750 0 0 66.0107 -30.05 -205.894 + 57 119.695 1254 1 1 70.9952 -155.914 -174.85 + 57 13.4635 1223 1 1 64.6847 -33.0137 -174.451 + 57 23.2924 1221 1 1 64.4499 -33.1307 -174.777 + 57 96.1101 731 1 0 64.0145 -33.6624 -175.85 + 57 56.0384 730 1 0 63.7837 -33.85 -176.144 +Number of digits in this event: 50 Using G4ParticleGun... -Particle energy: 8.5292 LIN +Particle energy: 9.23572 LIN Particle: gamma Event: 58 -Number of tracker hits in this event: 1 - 58 193.143 1570 0 0 -9.97405 134.294 -206.25 -Number of digits in this event: 3 +Number of tracker hits in this event: 28 + 58 341.693 1481 4 1 116.403 -22.8091 -84.45 + 58 205.125 786 4 0 116.403 -22.8074 -85.85 + 58 311.271 1481 3 1 116.381 -22.7762 -114.45 + 58 110.972 786 3 0 116.38 -22.776 -115.85 + 58 101.935 1480 2 1 116.344 -22.7753 -144.45 + 58 149.819 786 2 0 116.346 -22.775 -145.85 + 58 127.114 1481 1 1 116.397 -22.7696 -174.45 + 58 152.358 786 1 0 116.398 -22.7702 -175.85 + 58 117.973 1481 0 1 116.419 -22.7819 -204.45 + 58 212.418 786 0 0 116.419 -22.7819 -205.85 + 58 202.406 785 0 0 116.392 -22.85 -205.943 + 58 182.806 787 3 0 116.48 -22.5978 -115.85 + 58 153.271 1482 2 1 116.663 -22.4424 -144.45 + 58 0.636945 788 2 0 116.682 -22.45 -145.85 + 58 145.534 787 2 0 116.682 -22.45 -145.853 + 58 118.384 1484 1 1 117.054 -22.5965 -174.45 + 58 110.182 787 1 0 117.09 -22.5942 -175.85 + 58 156.533 1487 0 1 117.649 -22.6273 -204.45 + 58 112.216 787 0 0 117.713 -22.5947 -205.85 + 58 193.919 1422 2 0 32.4188 104.697 -146.25 + 58 49.1692 1423 2 0 32.4047 104.75 -146.185 + 58 371.134 781 4 0 118.041 -23.7114 -85.85 + 58 91.838 782 4 0 118.003 -23.6499 -86.193 + 58 105.65 1182 2 0 73.6808 56.5682 -146.25 + 58 159.578 1181 2 0 73.6191 56.4495 -146.115 + 58 81.3892 1180 2 0 73.5789 56.25 -146.02 + 58 107.948 1269 2 1 73.9147 56.2717 -144.85 + 58 144.253 1270 2 1 74.05 56.3772 -144.749 +Number of digits in this event: 19 Using G4ParticleGun... -Particle energy: 1.60908 LIN +Particle energy: 5.39735 LIN Particle: 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: 73 + 59 245.546 211 8 1 -137.923 4.1252 35.55 + 59 285.953 920 8 0 -137.917 4.11943 34.15 + 59 484.575 211 7 1 -137.796 3.9966 5.55 + 59 117.201 919 7 0 -137.792 3.99743 4.15 + 59 113.299 212 6 1 -137.702 4.04133 -24.45 + 59 50.4196 919 6 0 -137.706 4.04907 -25.85 + 59 178.228 920 6 0 -137.707 4.05 -26.0207 + 59 425.847 211 5 1 -137.809 4.24269 -54.45 + 59 119.568 921 5 0 -137.817 4.25651 -55.85 + 59 106.53 210 4 1 -137.965 4.57061 -84.45 + 59 136.48 922 4 0 -137.976 4.58555 -85.85 + 59 136.472 209 3 1 -138.205 4.87256 -114.45 + 59 108.168 924 3 0 -138.216 4.88546 -115.85 + 59 132.696 208 2 1 -138.398 5.16315 -144.45 + 59 275.114 925 2 0 -138.406 5.18689 -145.85 + 59 121.214 207 1 1 -138.579 5.68243 -174.45 + 59 134.776 928 1 0 -138.582 5.70254 -175.85 + 59 127.482 207 0 1 -138.66 6.11479 -204.45 + 59 168.301 930 0 0 -138.657 6.14085 -205.85 + 59 259.582 920 7 0 -137.929 4.12035 4.15 + 59 173.512 211 6 1 -137.908 4.11149 -24.45 + 59 132.357 919 5 0 -137.851 4.03546 -55.85 + 59 155.98 211 4 1 -137.882 3.8856 -84.45 + 59 187.857 919 4 0 -137.886 3.87824 -85.85 + 59 394.914 210 3 1 -137.992 3.74438 -114.45 + 59 467.403 918 3 0 -137.994 3.73789 -115.85 + 59 109.286 210 2 1 -138.07 3.59147 -144.45 + 59 180.611 917 2 0 -138.077 3.58111 -145.85 + 59 120.45 209 1 1 -138.226 3.38474 -174.45 + 59 101.611 916 1 0 -138.235 3.38124 -175.85 + 59 121.778 208 0 1 -138.432 3.31975 -204.45 + 59 234.051 916 0 0 -138.438 3.32013 -205.85 + 59 6.64025 526 0 0 -83.6999 -74.65 -205.888 + 59 119.436 920 3 0 -138.113 4.06835 -115.85 + 59 272.512 186 2 1 -142.907 9.77624 -144.45 + 59 77.4538 953 2 0 -142.827 10.7135 -145.85 + 59 58.8825 954 2 0 -142.815 10.85 -146.061 + 59 133.203 178 1 1 -144.45 37.3915 -174.45 + 59 129.128 1083 1 0 -144.721 36.7838 -175.85 + 59 46.5017 196 0 1 -140.882 33.8339 -204.45 + 59 80.0831 195 0 1 -140.95 33.8744 -204.598 + 59 164.831 1072 0 0 -141.622 34.4706 -205.85 + 59 91.0881 211 3 1 -137.95 3.69401 -114.49 + 59 128.275 209 2 1 -138.246 3.39724 -144.45 + 59 133.108 916 2 0 -138.236 3.36889 -145.85 + 59 115.754 210 1 1 -137.987 2.79269 -174.45 + 59 153.255 913 1 0 -137.95 2.79148 -175.85 + 59 240.866 214 0 1 -137.264 2.653 -204.45 + 59 129.74 912 0 0 -137.21 2.6098 -205.85 + 59 2.66359 917 3 0 -137.978 3.65 -116.239 + 59 98.6565 755 3 0 -124.123 -28.9089 -116.25 + 59 48.311 279 3 1 -124.313 -28.9973 -114.85 + 59 103.915 278 3 1 -124.35 -29.0104 -114.649 + 59 121.654 277 3 1 -124.55 -29.0414 -114.462 + 59 60.5896 276 3 1 -124.75 -28.8555 -114.706 + 59 139.387 760 3 0 -124.22 -28.023 -115.85 + 59 74.0686 761 3 0 -124.334 -27.85 -116.173 + 59 92.2723 762 3 0 -124.476 -27.65 -116.222 + 59 83.2152 763 3 0 -124.569 -27.45 -116.248 + 59 352.309 212 0 1 -137.683 3.93012 -204.45 + 59 322.686 919 0 0 -137.687 3.92715 -205.85 + 59 231.581 211 2 1 -137.782 3.99884 -144.45 + 59 259.274 919 2 0 -137.772 4.00833 -145.85 + 59 147.96 214 1 1 -137.237 4.46405 -174.45 + 59 149.046 922 1 0 -137.198 4.51348 -175.85 + 59 140.316 220 0 1 -136.082 5.35232 -204.45 + 59 139.042 926 0 0 -136.05 5.39929 -205.85 + 59 79.5562 480 4 1 -84.05 -61.6736 -84.5861 + 59 1.49177 927 0 0 -136.034 5.45 -206.244 + 59 126.358 212 1 1 -137.597 3.72066 -174.45 + 59 119.094 918 1 0 -137.605 3.70381 -175.85 + 59 215.205 104 3 1 -159.243 6.20333 -114.45 + 59 29.5266 105 3 1 -159.15 6.25652 -114.547 +Number of digits in this event: 47 Using G4ParticleGun... -Particle energy: 6.64922 LIN +Particle energy: 9.40571 LIN Particle: gamma Event: 60 -Number of tracker hits in this event: 5 - 60 69.6702 1066 7 1 33.2687 100.127 5.15 - 60 237.102 1065 7 1 33.2499 100.085 5.46461 - 60 27.6767 1757 3 1 171.629 24.6546 -114.45 - 60 118.394 1756 3 1 171.55 24.7214 -114.495 - 60 296.979 1755 3 1 171.35 24.9467 -114.506 -Number of digits in this event: 3 +Number of tracker hits in this event: 4 + 60 54.9757 1653 0 0 -94.7207 150.75 -206.151 + 60 9.52639 603 11 0 121.099 -59.3718 123.75 + 60 85.8903 602 11 0 121.151 -59.45 123.941 + 60 18.4794 1624 5 1 144.95 175.639 -54.5576 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 2.63015 LIN +Particle energy: 7.16933 LIN Particle: gamma Event: 61 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 77 + 61 222.054 703 8 1 -39.4125 -92.0345 35.55 + 61 251.775 440 8 0 -39.4122 -92.0344 34.15 + 61 107.376 703 7 1 -39.4073 -92.0351 5.55 + 61 170.439 440 7 0 -39.4079 -92.0354 4.15 + 61 101.103 703 6 1 -39.4256 -92.0342 -24.45 + 61 102.275 440 6 0 -39.4261 -92.0349 -25.85 + 61 203.353 703 5 1 -39.4336 -92.0545 -54.45 + 61 416.161 440 5 0 -39.4286 -92.0515 -55.85 + 61 116.83 703 4 1 -39.3387 -91.9888 -84.45 + 61 345.031 440 4 0 -39.3352 -91.9828 -85.85 + 61 91.4765 703 3 1 -39.2598 -91.8596 -114.45 + 61 131.288 441 3 0 -39.2552 -91.8537 -115.85 + 61 136.411 704 2 1 -39.1531 -91.7223 -144.45 + 61 122.276 442 2 0 -39.1456 -91.7174 -145.85 + 61 127.812 705 1 1 -38.9902 -91.6399 -174.45 + 61 122.553 442 1 0 -38.9813 -91.6373 -175.85 + 61 115.779 706 0 1 -38.796 -91.5797 -204.45 + 61 142.787 442 0 0 -38.7883 -91.5771 -205.85 + 61 105.646 744 11 1 -31.1519 33.6881 125.15 + 61 107.95 745 11 1 -31.05 33.8328 125.431 + 61 382.916 1070 11 0 -31.2765 34.173 124.15 + 61 25.2667 1071 11 0 -31.3199 34.25 124.007 + 61 189.079 762 1 0 -125.402 -27.65 -175.969 + 61 241.135 701 3 0 -117.778 -39.85 -116.008 + 61 111.763 700 7 1 -39.8514 -92.2204 5.55 + 61 126.405 439 7 0 -39.8959 -92.2306 4.15 + 61 174.595 696 6 1 -40.8147 -92.4311 -24.45 + 61 126.789 438 6 0 -40.8789 -92.4108 -25.85 + 61 116.567 688 5 1 -42.3816 -91.6695 -54.45 + 61 127.1 442 5 0 -42.4616 -91.671 -55.85 + 61 114.148 679 4 1 -44.1747 -91.402 -84.45 + 61 182.682 444 4 0 -44.2267 -91.3144 -85.85 + 61 197.808 673 3 1 -45.4364 -89.3977 -114.45 + 61 24.0738 672 3 1 -45.45 -89.3777 -114.748 + 61 119.676 453 3 0 -45.487 -89.303 -115.85 + 61 296.771 663 2 1 -47.4193 -88.9176 -144.45 + 61 12.5718 662 2 1 -47.45 -88.703 -144.806 + 61 33.8719 461 2 0 -47.8581 -87.7268 -145.85 + 61 94.6987 462 2 0 -47.8918 -87.65 -145.932 + 61 77.8797 463 2 0 -47.9766 -87.45 -146.149 + 61 46.8291 571 1 1 -65.7131 -57.8059 -174.45 + 61 65.6751 570 1 1 -65.85 -57.862 -174.55 + 61 59.9101 569 1 1 -66.0508 -57.9181 -174.689 + 61 54.1085 568 1 1 -66.2513 -57.9564 -174.779 + 61 8.62426 611 1 0 -68.9009 -57.7717 -175.85 + 61 15.9961 548 1 1 -70.384 -57.4889 -174.85 + 61 44.9632 547 1 1 -70.4501 -57.4789 -174.806 + 61 72.4885 546 1 1 -70.65 -57.4525 -174.679 + 61 66.2645 545 1 1 -70.8501 -57.4478 -174.529 + 61 81.9922 680 4 1 -43.9555 -91.413 -84.4501 + 61 148.87 681 4 1 -43.85 -91.4501 -84.6068 + 61 82.1022 439 4 0 -43.2126 -92.15 -85.9518 + 61 128.559 438 4 0 -43.1701 -92.3509 -86.0491 + 61 30.3907 437 4 0 -43.2011 -92.55 -86.1775 + 61 227.345 689 5 1 -42.1163 -91.9995 -54.45 + 61 217.108 683 4 1 -43.2716 -91.9967 -84.45 + 61 115.963 438 3 0 -45.4496 -92.4156 -115.85 + 61 104.199 433 2 0 -47.4382 -93.5144 -145.85 + 61 114.184 658 1 1 -48.4203 -94.2027 -174.45 + 61 122.692 429 1 0 -48.4279 -94.2876 -175.85 + 61 215.66 657 0 1 -48.6065 -96.2419 -204.45 + 61 90.5334 419 0 0 -48.7261 -96.2375 -205.85 + 61 2.19134 554 3 0 -79.3443 -69.25 -116.022 + 61 101.919 673 4 1 -45.3405 -91.9334 -84.4505 + 61 131.709 441 4 0 -45.4027 -91.9212 -85.85 + 61 110.711 667 3 1 -46.502 -91.9572 -114.45 + 61 94.4083 440 3 0 -46.5183 -92.0795 -115.85 + 61 126.206 665 2 1 -46.9362 -94.7796 -144.45 + 61 74.0631 425 2 0 -47.0415 -95.089 -145.85 + 61 122.788 424 2 0 -47.0616 -95.15 -146.13 + 61 173.702 655 1 1 -48.8536 -101.619 -174.45 + 61 40.9513 391 1 0 -48.9434 -101.916 -175.85 + 61 71.5885 390 1 0 -48.9543 -101.95 -176.014 + 61 103.916 644 0 1 -51.1188 -107.471 -204.451 + 61 44.5821 645 0 1 -51.05 -107.547 -204.747 + 61 118.438 361 0 0 -50.7945 -107.836 -205.85 + 61 262.799 142 4 0 -168.854 -151.617 -86.25 +Number of digits in this event: 35 Using G4ParticleGun... -Particle energy: 9.05471 LIN +Particle energy: 5.41867 LIN Particle: gamma Event: 62 -Number of tracker hits in this event: 0 -Number of digits in this event: 2 +Number of tracker hits in this event: 3 + 62 155.745 1547 0 0 170.153 129.656 -206.25 + 62 62.5268 1546 0 0 170.147 129.55 -205.918 + 62 70.6565 1749 0 1 170.006 129.731 -204.85 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 6.70614 LIN +Particle energy: 2.82902 LIN Particle: gamma Event: 63 -Number of tracker hits in this event: 22 - 63 283.068 580 3 1 -64.0157 -65.8702 -114.45 - 63 303.117 570 3 0 -64.0199 -65.8854 -115.85 - 63 103.352 579 2 1 -64.0837 -66.1765 -144.45 - 63 122.863 569 2 0 -64.0866 -66.202 -145.85 - 63 214.985 579 1 1 -64.1935 -66.6892 -174.45 - 63 145.148 566 1 0 -64.2015 -66.7153 -175.85 - 63 112.03 578 0 1 -64.392 -67.21 -204.45 - 63 352.997 564 0 0 -64.4032 -67.2297 -205.85 - 63 19.825 697 9 0 165.932 -40.501 63.75 - 63 365.487 698 9 0 165.942 -40.45 63.7856 - 63 50.8238 529 0 0 -35.2062 -74.05 -206.131 - 63 110.718 728 0 1 -34.2892 -73.6781 -204.85 - 63 150.215 576 0 1 -64.7423 -67.091 -204.45 - 63 159.975 580 2 1 -63.9994 -65.879 -144.45 - 63 105.64 570 2 0 -63.9935 -65.8789 -145.85 - 63 176.504 580 1 1 -63.8558 -65.8501 -174.45 - 63 151.811 570 1 0 -63.8699 -65.8532 -175.85 - 63 127.586 579 0 1 -64.2291 -65.9643 -204.45 - 63 499.645 570 0 0 -64.283 -65.9996 -205.85 - 63 263.883 580 0 1 -63.9818 -65.8837 -204.45 - 63 103.452 975 1 1 15.05 -67.6396 -174.701 - 63 67.6106 976 1 1 15.25 -67.6076 -174.46 -Number of digits in this event: 18 +Number of tracker hits in this event: 1 + 63 334.173 435 1 1 -93.0724 9.82576 -174.85 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 5.97769 LIN +Particle energy: 5.79675 LIN Particle: gamma Event: 64 -Number of tracker hits in this event: 1 - 64 202.138 1062 3 1 32.45 -21.4861 -114.812 -Number of digits in this event: 2 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 2.77514 LIN +Particle energy: 8.68911 LIN Particle: gamma Event: 65 -Number of tracker hits in this event: 49 - 65 250.51 493 7 1 -81.341 103.276 5.55 - 65 228.37 1415 7 0 -81.341 103.275 4.15 - 65 206.918 493 6 1 -81.3334 103.247 -24.45 - 65 149.799 1415 6 0 -81.3352 103.247 -25.85 - 65 236.295 493 5 1 -81.3802 103.25 -54.45 - 65 310.821 1415 5 0 -81.3906 103.251 -55.85 - 65 171.55 492 4 1 -81.5985 103.269 -84.45 - 65 152.22 1415 4 0 -81.6078 103.269 -85.85 - 65 196.859 491 3 1 -81.8005 103.26 -114.45 - 65 114.907 1415 3 0 -81.8076 103.255 -115.85 - 65 223.847 490 2 1 -81.9504 103.134 -144.45 - 65 124.225 1414 2 0 -81.9622 103.131 -145.85 - 65 122.175 489 1 1 -82.2041 103.057 -174.45 - 65 234.783 1414 1 0 -82.2278 103.052 -175.85 - 65 333.481 486 0 1 -82.7311 102.929 -204.45 - 65 92.3366 1413 0 0 -82.7556 102.926 -205.85 - 65 195.939 760 3 1 -27.8985 -48.8884 -114.85 - 65 183.067 490 3 1 -81.85 103.295 -114.681 - 65 173.491 1414 6 0 -80.8039 103.022 -25.8501 - 65 68.2806 495 6 1 -80.9536 102.91 -24.85 - 65 273.652 492 2 1 -81.4639 103.259 -144.45 - 65 209.417 1415 2 0 -81.4847 103.242 -145.85 - 65 148.674 490 1 1 -81.9914 102.841 -174.45 - 65 136.32 1413 1 0 -82.0261 102.776 -175.85 - 65 15.3518 485 0 1 -82.85 101.371 -204.789 - 65 104.872 1405 0 0 -82.9223 101.24 -205.85 - 65 161.623 1408 2 0 -81.2496 101.858 -145.85 - 65 8.3898 1370 2 0 -112.764 94.214 -146.25 - 65 14.4882 1392 2 0 -82.639 98.6856 -146.25 - 65 101.608 495 1 1 -81.024 103.215 -174.45 - 65 191.396 497 0 1 -80.5939 101.692 -204.45 - 65 93.2429 1407 0 0 -80.5906 101.67 -205.85 - 65 223.305 496 0 1 -80.65 101.727 -204.516 - 65 87.7758 498 0 1 -80.45 101.572 -204.527 - 65 111.817 499 0 1 -80.25 101.587 -204.543 - 65 284.986 500 0 1 -80.05 101.71 -204.515 - 65 34.547 1132 2 0 -5.94243 46.65 -146.083 - 65 101.304 492 6 1 -81.4773 103.069 -24.45 - 65 123.314 490 5 1 -81.925 103.335 -54.45 - 65 123.257 488 4 1 -82.3905 103.051 -84.45 - 65 103.808 1414 4 0 -82.4249 103.025 -85.85 - 65 130.749 484 3 1 -83.1118 102.445 -114.45 - 65 127.718 1411 3 0 -83.1623 102.43 -115.85 - 65 197.973 479 2 1 -84.1565 102.194 -144.45 - 65 124.376 1410 2 0 -84.2048 102.182 -145.85 - 65 189.191 474 1 1 -85.2147 101.95 -174.45 - 65 132.88 1408 1 0 -85.294 101.934 -175.85 - 65 322.353 464 0 1 -87.0815 101.521 -204.45 - 65 179 1406 0 0 -87.1613 101.513 -205.85 -Number of digits in this event: 38 +Number of tracker hits in this event: 2 + 65 229.27 1722 6 1 164.55 -62.3413 -24.6023 + 65 112.871 1430 5 0 63.6798 106.15 -56.0824 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 1.89338 LIN +Particle energy: 5.5555 LIN Particle: gamma Event: 66 -Number of tracker hits in this event: 115 - 66 222.338 700 7 1 -39.9337 -8.30207 5.55 - 66 237.867 858 7 0 -39.9304 -8.29836 4.15 - 66 139.227 701 6 1 -39.8437 -8.24281 -24.45 - 66 104.546 859 6 0 -39.8576 -8.24485 -25.85 - 66 302.852 699 5 1 -40.2023 -8.36396 -54.45 - 66 132.31 858 5 0 -40.2061 -8.36665 -55.85 - 66 123.072 698 4 1 -40.2619 -8.50381 -84.45 - 66 355.828 857 4 0 -40.2247 -8.53477 -85.85 - 66 238.545 703 3 1 -39.4348 -9.09783 -114.45 - 66 243.938 854 3 0 -39.3733 -9.13406 -115.85 - 66 140.776 709 2 1 -38.1648 -10.0027 -144.45 - 66 108.473 850 2 0 -38.1399 -10.0221 -145.85 - 66 186.267 711 1 1 -37.6871 -10.266 -174.45 - 66 237.251 848 1 0 -37.7025 -10.2968 -175.85 - 66 232.347 709 0 1 -38.0802 -11.0033 -204.45 - 66 123.824 845 0 0 -38.0585 -11.0013 -205.85 - 66 295.779 873 0 0 -35.1126 -5.28824 -206.25 - 66 37.7259 874 0 0 -35.1943 -5.24998 -206.216 - 66 7.31802 698 5 1 -40.25 -8.28449 -54.8315 - 66 112.943 859 5 0 -40.5049 -8.21071 -55.85 - 66 55.1105 660 4 1 -47.9743 -5.8906 -84.45 - 66 106.745 659 4 1 -48.0501 -5.94236 -84.6413 - 66 220.72 868 4 0 -48.5086 -6.27786 -85.8501 - 66 14.1289 604 3 1 -59.2138 -14.1908 -114.45 - 66 160.312 603 3 1 -59.25 -14.2042 -114.506 - 66 10.861 602 3 1 -59.45 -14.2678 -114.815 - 66 0.940817 828 3 0 -60.1306 -14.4495 -115.85 - 66 137.859 827 3 0 -60.1325 -14.45 -115.853 - 66 29.542 507 2 1 -78.5951 -20.627 -144.45 - 66 86.7935 506 2 1 -78.65 -20.6057 -144.537 - 66 26.4894 798 2 0 -79.2866 -20.2759 -145.85 - 66 83.212 799 2 0 -79.3423 -20.25 -145.961 - 66 54.9937 430 1 1 -94.0704 -13.1308 -174.45 - 66 75.9208 429 1 1 -94.15 -13.122 -174.62 - 66 185.849 835 1 0 -94.7289 -12.9692 -175.85 - 66 100.637 345 0 1 -111.071 -8.12632 -204.45 - 66 30.593 344 0 1 -111.15 -8.01107 -204.765 - 66 50.1777 862 0 0 -111.415 -7.51697 -205.85 - 66 88.0579 863 0 0 -111.454 -7.45 -205.991 - 66 5.55114 794 2 0 -79.3013 -21.05 -146.036 - 66 9.52509 402 1 1 -99.7084 -21.629 -174.45 - 66 96.4729 401 1 1 -99.75 -21.609 -174.487 - 66 70.1605 400 1 1 -99.95 -21.4564 -174.684 - 66 102.567 798 1 0 -101.389 -20.4498 -175.85 - 66 94.1744 799 1 0 -101.639 -20.2499 -176.011 - 66 91.6591 800 1 0 -101.885 -20.05 -176.136 - 66 41.9347 801 1 0 -102.094 -19.85 -176.234 - 66 92.2654 700 5 1 -40.05 -8.35838 -54.5361 - 66 129.09 856 5 0 -39.6487 -8.81065 -55.85 - 66 93.0437 855 5 0 -39.6144 -8.85 -55.9632 - 66 148.051 753 4 1 -29.2773 -16.9907 -84.4501 - 66 222.669 819 4 0 -29.7273 -16.2093 -85.85 - 66 68.2883 820 4 0 -29.8001 -16.0495 -86.1142 - 66 38.0668 722 3 1 -35.5008 0.710967 -114.45 - 66 112.363 723 3 1 -35.45 0.770624 -114.521 - 66 22.9704 724 3 1 -35.25 1.00399 -114.791 - 66 63.9787 909 3 0 -34.4892 1.91211 -115.85 - 66 121.694 910 3 0 -34.3765 2.05 -115.995 - 66 6.25287 911 3 0 -34.2062 2.25 -116.228 - 66 102.172 823 2 1 -15.4355 23.7813 -144.45 - 66 108.439 824 2 1 -15.25 24.026 -144.701 - 66 1.59155 1024 2 0 -14.4869 25.0429 -145.85 - 66 79.0678 1025 2 0 -14.4812 25.05 -145.858 - 66 79.3143 1026 2 0 -14.3296 25.25 -146.056 - 66 33.7263 1027 2 0 -14.2043 25.4503 -146.201 - 66 60.0057 1513 2 0 -1.84439 122.765 -146.25 - 66 65.5428 1514 2 0 -1.90719 122.95 -146.118 - 66 57.6959 1515 2 0 -1.96253 123.15 -146.002 - 66 64.203 1516 2 0 -2.01227 123.35 -145.919 - 66 241.475 881 2 1 -3.69434 128.935 -144.85 - 66 316.041 880 2 1 -3.85 129.632 -144.736 - 66 93.6228 879 2 1 -4.05 130.581 -144.648 - 66 77.7537 878 2 1 -4.25 130.852 -144.657 - 66 119.273 877 2 1 -4.45 131.036 -144.721 - 66 61.712 876 2 1 -4.65 131.261 -144.808 - 66 50.9064 1565 2 0 -6.38026 133.239 -145.85 - 66 102.467 1566 2 0 -6.46982 133.35 -145.9 - 66 71.9722 1567 2 0 -6.65549 133.55 -145.994 - 66 65.7481 1568 2 0 -6.85406 133.75 -146.107 - 66 101.192 738 1 1 -32.3417 142.273 -174.452 - 66 27.0297 737 1 1 -32.4501 142.352 -174.76 - 66 125.911 1612 1 0 -33.003 142.63 -175.85 - 66 150.972 1617 1 0 -75.2131 143.721 -176.25 - 66 92.4638 1618 1 0 -75.265 143.75 -176.16 - 66 22.712 1616 1 0 -75.1209 143.55 -175.908 - 66 269.906 525 1 1 -74.9427 143.372 -174.85 - 66 187.769 524 1 1 -75.0501 142.875 -174.622 - 66 43.6633 1653 4 1 150.855 -14.234 -84.85 - 66 27.6139 1623 4 1 144.95 -17.793 -84.6755 - 66 9.60822 1654 4 1 150.95 -14.2296 -84.8438 - 66 19.8382 1611 1 0 -33.414 142.55 -176 - 66 140.665 700 6 1 -39.8779 -8.50766 -24.45 - 66 102.387 857 6 0 -39.8668 -8.5168 -25.85 - 66 202.853 701 5 1 -39.6548 -8.74309 -54.45 - 66 133.21 703 4 1 -39.4484 -9.02162 -84.45 - 66 206.751 855 4 0 -39.4413 -9.03081 -85.85 - 66 107.836 705 2 1 -38.939 -9.39869 -144.45 - 66 125.936 853 2 0 -38.9357 -9.39088 -145.85 - 66 111.968 705 1 1 -38.8895 -9.26141 -174.45 - 66 119.45 854 1 0 -38.8769 -9.24966 -175.85 - 66 403.809 707 0 1 -38.622 -9.11169 -204.45 - 66 605.978 854 0 0 -38.5874 -9.10961 -205.85 - 66 242.728 855 0 0 -38.592 -9.05 -206.011 - 66 50.0987 787 1 1 -22.65 -12.9214 -174.774 - 66 231.596 704 3 1 -39.25 -9.24704 -114.741 - 66 243.898 1239 4 0 -106.528 68.0299 -86.25 - 66 162.77 700 4 1 -39.8806 -8.90873 -84.45 - 66 277.271 701 4 1 -39.8497 -8.94885 -84.5931 - 66 14.1083 853 4 0 -39.6053 -9.43472 -85.85 - 66 83.1019 852 4 0 -39.5981 -9.45013 -85.8925 - 66 151.693 719 3 1 -36.2395 -3.19692 -114.45 - 66 9.39417 720 3 1 -36.05 -2.80578 -114.818 - 66 55.9957 891 3 0 -35.784 -1.78205 -115.85 - 66 81.5691 892 3 0 -35.7469 -1.65 -115.987 - 66 38.8296 893 3 0 -35.6898 -1.45 -116.172 -Number of digits in this event: 45 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 7.12092 LIN +Particle energy: 3.34583 LIN Particle: gamma Event: 67 -Number of tracker hits in this event: 0 -Number of digits in this event: 1 +Number of tracker hits in this event: 24 + 67 299.636 906 4 1 1.35715 8.99563 -84.45 + 67 351.785 945 4 0 1.35363 9.05108 -85.85 + 67 115.563 906 3 1 1.37025 10.2173 -114.45 + 67 131.389 951 3 0 1.36197 10.2733 -115.85 + 67 13.4126 905 2 1 1.05405 11.8323 -144.45 + 67 129.518 904 2 1 1.05 11.8363 -144.509 + 67 217.612 959 2 0 0.94373 11.9324 -145.85 + 67 397.697 892 1 1 -1.57808 14.1244 -174.45 + 67 182.02 971 1 0 -1.51597 14.2723 -175.85 + 67 6.3343 899 0 1 -0.0535323 17.0798 -204.451 + 67 119.026 984 0 0 0.123272 17.0139 -205.85 + 67 112.189 944 4 0 1.3022 8.95226 -85.85 + 67 129.485 901 3 1 0.351078 8.30783 -114.45 + 67 140.519 941 3 0 0.304937 8.27941 -115.85 + 67 82.078 897 2 1 -0.641995 7.69392 -144.45 + 67 40.9092 896 2 1 -0.65 7.68894 -144.697 + 67 138.048 938 2 0 -0.687383 7.66553 -145.85 + 67 112.214 935 1 0 -1.6629 7.05869 -175.85 + 67 130.797 886 0 1 -2.69946 6.48582 -204.45 + 67 163.232 932 0 0 -2.74919 6.46045 -205.85 + 67 18.7897 950 1 1 10.207 -24.8466 -174.45 + 67 261.459 951 1 1 10.25 -24.8877 -174.469 + 67 74.9593 952 1 1 10.45 -24.99 -174.516 + 67 117.589 561 0 1 -67.7102 -1.46165 -204.85 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 3.30192 LIN +Particle energy: 4.00659 LIN Particle: gamma Event: 68 -Number of tracker hits in this event: 9 - 68 241.293 638 2 1 -52.4331 71.7458 -144.45 - 68 246.333 1258 2 0 -52.4304 71.7477 -145.85 - 68 365.957 638 1 1 -52.3341 71.7859 -174.45 - 68 236.491 1258 1 0 -52.3253 71.7895 -175.85 - 68 134.695 639 0 1 -52.1605 71.8854 -204.45 - 68 200.171 1259 0 0 -52.1479 71.889 -205.85 - 68 110.222 897 5 0 97.9607 -0.45 -56.1954 - 68 108.303 638 0 1 -52.3533 71.7455 -204.45 - 68 164.487 1258 0 0 -52.3515 71.7481 -205.85 -Number of digits in this event: 9 +Number of tracker hits in this event: 44 + 68 228.916 1416 7 1 103.365 22.9231 5.55 + 68 348.101 1014 7 0 103.368 22.9364 4.15 + 68 274.529 1416 6 1 103.532 23.1914 -24.45 + 68 138.091 1015 6 0 103.526 23.1974 -25.85 + 68 308.822 1416 5 1 103.363 23.3783 -54.45 + 68 146.65 1016 5 0 103.345 23.4116 -55.85 + 68 116.571 1414 4 1 103.016 24.0818 -84.45 + 68 128.911 1020 4 0 102.937 24.1678 -85.85 + 68 168.982 1406 3 1 101.358 25.8962 -114.45 + 68 244.169 1405 3 1 101.35 25.9009 -114.552 + 68 279.232 1029 3 0 101.253 25.9617 -115.85 + 68 107.834 1394 2 1 99.0986 27.4169 -144.45 + 68 162.465 1037 2 0 98.9882 27.4733 -145.85 + 68 74.2844 1383 1 1 96.7622 28.7092 -174.45 + 68 50.7306 1382 1 1 96.75 28.7205 -174.649 + 68 123.93 1043 1 0 96.6746 28.7876 -175.85 + 68 144.433 1373 0 1 94.8052 30.4552 -204.45 + 68 114.522 1052 0 0 94.7031 30.5472 -205.85 + 68 2.9853 1407 3 1 101.55 25.9239 -114.844 + 68 128.078 1028 3 0 103.774 25.8498 -116.031 + 68 4.88977 1027 3 0 103.862 25.65 -116.243 + 68 373.313 601 3 0 70.177 -59.7251 -116.25 + 68 238.963 600 3 0 70.2127 -59.8501 -116.196 + 68 32.2037 1418 3 1 103.802 23.3359 -114.45 + 68 70.5456 1017 3 0 103.347 23.5142 -115.85 + 68 107.591 1018 3 0 103.403 23.65 -116.047 + 68 56.4905 901 3 0 87.9335 0.428605 -116.25 + 68 75.9918 683 3 0 118.207 -43.3054 -116.25 + 68 6.0137 606 3 0 42.0194 -58.7487 -116.25 + 68 98.0759 1014 6 0 103.38 22.9079 -25.85 + 68 93.856 1014 5 0 103.403 22.8668 -55.85 + 68 110.566 1416 4 1 103.393 22.8168 -84.45 + 68 125.791 1013 4 0 103.395 22.8144 -85.85 + 68 98.7723 1416 3 1 103.418 22.7654 -114.45 + 68 126.608 1013 3 0 103.421 22.7628 -115.85 + 68 115.595 1416 2 1 103.474 22.7063 -144.45 + 68 108.797 1013 2 0 103.475 22.7045 -145.85 + 68 130.797 1416 1 1 103.489 22.6698 -174.45 + 68 178.714 1013 1 0 103.489 22.6699 -175.85 + 68 171.723 1416 0 1 103.463 22.6819 -204.45 + 68 138.416 1013 0 0 103.462 22.6881 -205.85 + 68 157.565 1417 0 1 103.55 22.5791 -204.485 + 68 223.853 1417 5 1 103.55 22.8421 -54.753 + 68 73.4312 1012 5 0 103.954 22.5073 -55.85 +Number of digits in this event: 26 Using G4ParticleGun... -Particle energy: 9.39506 LIN +Particle energy: 7.22102 LIN Particle: gamma Event: 69 -Number of tracker hits in this event: 0 -Number of digits in this event: 3 +Number of tracker hits in this event: 3 + 69 277.556 710 7 1 -37.9498 53.4474 5.55 + 69 95.1701 637 5 0 98.0809 -52.6073 -56.25 + 69 10.0255 314 5 1 -117.15 -80.0796 -54.8101 +Number of digits in this event: 4 Using G4ParticleGun... -Particle energy: 8.76758 LIN +Particle energy: 5.69141 LIN Particle: gamma Event: 70 -Number of tracker hits in this event: 66 - 70 238.735 187 7 1 -142.697 -42.9076 5.55 - 70 270.404 685 7 0 -142.697 -42.9076 4.15 - 70 99.0566 187 6 1 -142.694 -42.9077 -24.45 - 70 154.296 685 6 0 -142.694 -42.9087 -25.85 - 70 169.208 187 5 1 -142.689 -42.9286 -54.45 - 70 110.904 685 5 0 -142.69 -42.93 -55.85 - 70 124.506 187 4 1 -142.708 -42.9614 -84.45 - 70 129.625 685 4 0 -142.709 -42.9629 -85.85 - 70 110.07 187 3 1 -142.737 -42.9951 -114.45 - 70 112.002 685 3 0 -142.738 -42.9963 -115.85 - 70 102.852 186 2 1 -142.767 -43.0187 -144.45 - 70 113.498 685 2 0 -142.768 -43.0204 -145.85 - 70 212.561 186 1 1 -142.785 -43.0532 -174.45 - 70 159.803 684 1 0 -142.785 -43.0545 -175.85 - 70 203.469 186 0 1 -142.786 -43.0812 -204.45 - 70 109.161 684 0 0 -142.787 -43.0827 -205.85 - 70 44.3982 813 1 1 -17.45 10.9318 -174.74 - 70 145.068 814 1 1 -17.25 10.9704 -174.587 - 70 11.8537 960 1 0 -17.7869 12.2185 -175.85 - 70 90.2147 961 1 0 -17.7937 12.2502 -175.878 - 70 59.1332 962 1 0 -17.9013 12.45 -176.08 - 70 89.2698 1023 1 0 -53.466 24.8077 -176.25 - 70 117.009 1022 1 0 -53.585 24.65 -176.066 - 70 327.398 821 1 0 -47.2924 -15.7336 -176.25 - 70 57.9499 1325 9 0 150.924 85.1908 63.75 - 70 61.0778 1326 9 0 150.95 85.25 63.9626 - 70 292.651 1655 9 1 151.18 85.5365 65.1507 - 70 16.8735 1656 9 1 151.35 85.6709 65.4933 - 70 5.31939 1654 9 1 151.15 85.9605 65.1642 - 70 55.8446 1332 9 0 150.489 86.5819 64.15 - 70 56.904 1333 9 0 150.466 86.6509 64.0484 - 70 215.297 1334 9 0 150.571 86.8502 64.0139 - 70 310.787 1380 9 0 137.506 96.279 63.75 - 70 205.852 187 0 1 -142.69 -42.9086 -204.45 - 70 299.614 683 0 0 -143.061 -43.302 -205.85 - 70 118.03 685 0 0 -142.545 -42.9497 -205.85 - 70 147.85 188 6 1 -142.356 -43.0298 -24.45 - 70 122.257 684 6 0 -142.351 -43.05 -25.9189 - 70 99.7433 189 5 1 -142.289 -43.4845 -54.45 - 70 162.97 682 5 0 -142.277 -43.528 -55.85 - 70 110.769 190 4 1 -142.068 -44.2972 -84.45 - 70 144.914 678 4 0 -141.975 -44.4168 -85.85 - 70 9.5858 677 4 0 -141.949 -44.45 -86.2391 - 70 118.139 200 3 1 -140.059 -46.8739 -114.45 - 70 114.331 665 3 0 -139.996 -47.0152 -115.85 - 70 9.90746 664 3 0 -139.98 -47.05 -116.196 - 70 115.922 207 2 1 -138.717 -49.9659 -144.45 - 70 110.258 649 2 0 -138.647 -50.0772 -145.85 - 70 380.872 214 1 1 -137.242 -52.4012 -174.45 - 70 161.416 637 1 0 -137.171 -52.519 -175.85 - 70 110.412 222 0 1 -135.714 -54.995 -204.45 - 70 124.506 624 0 0 -135.618 -55.1299 -205.85 - 70 82.8943 213 1 1 -137.35 -52.9271 -174.48 - 70 139.224 187 1 1 -142.677 -48.4993 -174.45 - 70 28.1373 655 1 0 -143.172 -49.0205 -175.85 - 70 130.48 654 1 0 -143.199 -49.05 -175.928 - 70 72.4707 138 0 1 -152.447 -62.6604 -204.45 - 70 139.581 137 0 1 -152.55 -62.8028 -204.577 - 70 42.0688 580 0 0 -153.4 -63.9621 -205.85 - 70 116.875 579 0 0 -153.463 -64.05 -205.943 - 70 37.3234 578 0 0 -153.612 -64.25 -206.159 - 70 68.3371 188 1 1 -142.55 -48.4162 -174.661 - 70 95.1698 658 1 0 -142.517 -48.3681 -175.85 - 70 143.377 195 0 1 -141.101 -46.4312 -204.45 - 70 40.0159 669 0 0 -140.754 -46.0926 -205.85 - 70 86.822 670 0 0 -140.711 -46.05 -206.016 +Number of tracker hits in this event: 47 + 70 329.205 353 4 1 -109.391 -21.5266 -84.45 + 70 317.014 792 4 0 -109.391 -21.5269 -85.85 + 70 324.189 353 3 1 -109.399 -21.5327 -114.45 + 70 391.79 792 3 0 -109.399 -21.5317 -115.85 + 70 109.715 353 2 1 -109.401 -21.5095 -144.45 + 70 108.367 792 2 0 -109.401 -21.5062 -145.85 + 70 117.456 353 1 1 -109.408 -21.4359 -174.45 + 70 282.442 793 1 0 -109.405 -21.4326 -175.85 + 70 174.089 353 0 1 -109.365 -21.3728 -204.45 + 70 111.862 793 0 0 -109.365 -21.3705 -205.85 + 70 234.837 758 0 0 -117.697 -28.4073 -206.25 + 70 48.0854 314 0 1 -117.202 -27.7623 -204.85 + 70 326.087 315 0 1 -117.15 -27.7227 -204.783 + 70 151.22 361 2 1 -107.78 -21.3735 -144.45 + 70 176.059 793 2 0 -107.699 -21.3689 -145.85 + 70 430.203 370 1 1 -105.996 -21.2513 -174.45 + 70 253.473 794 1 0 -105.913 -21.2391 -175.85 + 70 231.835 380 0 1 -104.119 -20.9228 -204.45 + 70 131.735 795 0 0 -104.036 -20.9299 -205.85 + 70 1.6469 306 3 1 -118.764 -38.8329 -114.85 + 70 109.094 305 1 1 -119.047 -64.9962 -174.85 + 70 219.584 304 1 1 -119.15 -65.1796 -174.718 + 70 133.55 362 2 1 -107.75 -21.3276 -144.73 + 70 436.668 381 0 1 -103.95 -21.5832 -204.479 + 70 112.855 792 0 0 -103.852 -21.5957 -205.85 + 70 306.599 379 0 1 -104.27 -21.3711 -204.45 + 70 205.515 378 0 1 -104.35 -21.3137 -204.464 + 70 129.614 377 0 1 -104.55 -21.1261 -204.548 + 70 52.6263 949 0 0 -143.823 9.9723 -206.25 + 70 70.6116 950 0 0 -143.784 10.05 -206.083 + 70 171.326 182 0 1 -143.646 10.7971 -204.85 + 70 34.9051 181 0 1 -143.887 11.0473 -204.45 + 70 136.667 180 0 1 -143.95 11.1313 -204.526 + 70 69.7265 957 0 0 -144.536 11.4962 -205.85 + 70 69.7263 956 0 0 -144.714 11.4499 -206.045 + 70 143.283 797 0 0 -104.114 -20.6312 -205.85 + 70 125.836 396 0 1 -100.883 -23.6783 -204.45 + 70 108.923 781 0 0 -100.729 -23.6942 -205.85 + 70 36.4729 371 1 1 -105.95 -21.1641 -174.726 + 70 3.80374 791 1 0 -105.517 -21.8386 -175.85 + 70 64.6427 790 1 0 -105.51 -21.8503 -175.868 + 70 70.1188 789 1 0 -105.412 -22.05 -175.967 + 70 84.8727 788 1 0 -105.383 -22.2506 -176.039 + 70 57.8924 787 1 0 -105.551 -22.45 -176.061 + 70 149.764 786 1 0 -105.607 -22.65 -176.032 + 70 197.233 368 1 1 -106.485 -22.2856 -174.85 + 70 220.973 367 1 1 -106.55 -22.2616 -174.777 Number of digits in this event: 29 Using G4ParticleGun... -Particle energy: 8.77079 LIN +Particle energy: 6.3228 LIN Particle: gamma Event: 71 -Number of tracker hits in this event: 28 - 71 303.224 876 3 1 -4.67184 -75.3217 -114.45 - 71 225.316 523 3 0 -4.67207 -75.3225 -115.85 - 71 244.302 876 2 1 -4.68082 -75.3365 -144.45 - 71 288.687 523 2 0 -4.6835 -75.3395 -145.85 - 71 198.79 876 1 1 -4.75002 -75.398 -174.45 - 71 258.376 523 1 0 -4.7556 -75.4011 -175.85 - 71 147.34 875 0 1 -4.86166 -75.4656 -204.45 - 71 122.389 522 0 0 -4.86802 -75.4697 -205.85 - 71 99.7344 876 0 1 -4.75192 -75.3767 -204.45 - 71 108.717 523 0 0 -4.75199 -75.3768 -205.85 - 71 56.9356 539 1 0 54.68 -72.234 -176.25 - 71 309.398 538 1 0 54.7306 -72.25 -176.178 - 71 411.056 690 2 0 -150.148 -41.9901 -146.25 - 71 17.8036 727 2 0 -98.3346 -34.6065 -146.25 - 71 38.0025 873 1 1 -5.39443 -85.6365 -174.451 - 71 160.19 872 1 1 -5.45019 -85.6375 -174.56 - 71 15.3986 472 1 0 -6.13611 -85.4585 -175.85 - 71 109.306 473 1 0 -6.1621 -85.45 -175.9 - 71 1.86701 923 1 0 -4.54395 4.8465 -176.25 - 71 72.991 924 1 0 -4.54367 4.8505 -176.248 - 71 104.87 925 1 0 -4.54639 5.05 -176.11 - 71 135.25 926 1 0 -4.74759 5.25 -175.945 - 71 23.9568 927 1 0 -4.81029 5.45 -175.884 - 71 90.8418 934 1 0 -5.75045 6.85527 -175.85 - 71 300.848 935 1 0 -5.77577 7.05 -175.956 - 71 175.736 903 1 0 -173.878 0.681036 -176.25 - 71 109.585 902 0 1 0.59074 -100.547 -204.45 - 71 157.143 399 0 0 0.540939 -100.311 -205.85 -Number of digits in this event: 17 +Number of tracker hits in this event: 8 + 71 265.121 938 1 1 7.77815 -6.66727 -174.45 + 71 379.427 866 1 0 7.77862 -6.66704 -175.85 + 71 310.665 938 0 1 7.78921 -6.65612 -204.45 + 71 282.38 866 0 0 7.79094 -6.656 -205.85 + 71 17.8004 869 0 1 -6.10975 40.8137 -204.85 + 71 43.2603 950 1 0 57.1845 10.0772 -176.25 + 71 176.307 949 1 0 57.2572 10.05 -176.225 + 71 52.7051 704 1 0 54.232 -39.05 -176.091 +Number of digits in this event: 7 Using G4ParticleGun... -Particle energy: 1.42746 LIN +Particle energy: 3.20618 LIN Particle: gamma Event: 72 -Number of tracker hits in this event: 3 - 72 2.80589 1625 3 0 163.257 145.15 -116.183 - 72 181.879 1626 3 0 163.427 145.351 -116.081 - 72 258.016 1277 3 1 75.5433 -163.728 -114.45 -Number of digits in this event: 5 +Number of tracker hits in this event: 99 + 72 223.212 876 10 1 -4.65792 -29.6093 95.55 + 72 205.679 752 10 0 -4.66502 -29.6022 94.15 + 72 242.841 876 9 1 -4.81262 -29.4198 65.55 + 72 118.899 753 9 0 -4.82536 -29.3972 64.15 + 72 133.981 874 8 1 -5.1731 -29.0282 35.55 + 72 113.749 755 8 0 -5.18753 -29.0048 34.15 + 72 110.604 872 7 1 -5.54016 -28.5789 5.55 + 72 100.914 757 7 0 -5.52653 -28.5379 4.15 + 72 120.657 874 6 1 -5.21764 -27.79 -24.45 + 72 120.075 761 6 0 -5.18745 -27.7795 -25.85 + 72 284.347 877 5 1 -4.58325 -27.4367 -54.45 + 72 111.326 762 5 0 -4.53211 -27.4557 -55.85 + 72 132.721 882 4 1 -3.51781 -28.0013 -84.45 + 72 415.187 760 4 0 -3.45494 -27.9978 -85.85 + 72 158.377 890 3 1 -1.9565 -27.9894 -114.45 + 72 125.733 760 3 0 -1.91949 -28.0031 -115.85 + 72 153.915 892 2 1 -1.5224 -28.0804 -144.45 + 72 117.495 759 2 0 -1.45915 -28.1073 -145.85 + 72 88.3648 899 1 1 -0.2304 -28.4574 -174.45 + 72 160.061 757 1 0 -0.18671 -28.546 -175.85 + 72 119.032 901 0 1 0.429986 -29.9189 -204.45 + 72 289.43 750 0 0 0.47729 -29.9907 -205.85 + 72 14.0573 582 2 0 11.6019 -63.623 -146.25 + 72 34.8437 581 2 0 11.6142 -63.65 -146.247 + 72 191.026 761 2 0 -2.65786 -27.7451 -145.85 + 72 145.989 762 2 0 -2.70998 -27.65 -145.901 + 72 134.088 898 2 1 -0.373419 -27.8777 -144.45 + 72 12.5869 761 4 0 -3.32236 -27.85 -86.0574 + 72 233.362 899 0 1 -0.173113 -29.8064 -204.45 + 72 166.997 751 0 0 -0.281608 -29.7949 -205.85 + 72 2.24411 898 0 1 -0.250127 -29.8207 -204.843 + 72 48.164 1347 10 0 48.7608 89.5505 93.75 + 72 115.486 752 9 0 -4.65586 -29.6142 64.15 + 72 123.795 876 8 1 -4.69986 -29.6693 35.55 + 72 251.075 751 8 0 -4.70485 -29.6765 34.15 + 72 180.152 876 7 1 -4.78647 -29.8075 5.55 + 72 111.236 751 7 0 -4.78368 -29.8205 4.15 + 72 116.592 876 6 1 -4.74291 -30.0517 -24.45 + 72 100.27 749 6 0 -4.73522 -30.0668 -25.85 + 72 127.333 748 5 0 -4.58431 -30.4084 -55.85 + 72 113.549 879 4 1 -4.13269 -30.9334 -84.45 + 72 215.163 745 4 0 -4.13381 -30.9593 -85.85 + 72 194.754 879 3 1 -4.20518 -31.4184 -114.45 + 72 9.77439 743 3 0 -4.20344 -31.4492 -115.85 + 72 87.3631 742 3 0 -4.20338 -31.45 -115.887 + 72 169.924 879 2 1 -4.15784 -32.1329 -144.45 + 72 91.6878 738 2 0 -3.94905 -32.31 -145.85 + 72 7.94971 900 1 1 0.244736 -35.9548 -174.45 + 72 106.787 901 1 1 0.25 -35.9584 -174.482 + 72 125.783 719 1 0 0.471483 -36.108 -175.85 + 72 114.781 925 0 1 5.07269 -39.2709 -204.45 + 72 9.38888 703 0 0 5.30324 -39.4459 -205.85 + 72 118.89 702 0 0 5.30867 -39.45 -205.883 + 72 67.7756 744 4 0 -4.07362 -31.0503 -86.1508 + 72 37.1774 714 4 0 -72.9092 -37.0525 -86.25 + 72 114.182 715 4 0 -72.8874 -37.05 -86.2195 + 72 95.2802 1481 0 1 116.378 -62.6341 -204.45 + 72 108.436 1480 0 1 116.35 -62.6955 -204.458 + 72 217.637 876 5 1 -4.80791 -29.6638 -54.4704 + 72 241.641 751 5 0 -4.80943 -29.6645 -55.85 + 72 132.599 875 4 1 -4.85179 -29.6645 -84.45 + 72 238.221 751 4 0 -4.85494 -29.6599 -85.85 + 72 194.117 875 3 1 -4.91827 -29.5585 -114.45 + 72 101.092 752 3 0 -4.92227 -29.5549 -115.85 + 72 125.594 875 2 1 -5.01757 -29.4848 -144.45 + 72 290.329 752 2 0 -5.02674 -29.4793 -145.85 + 72 126.73 874 1 1 -5.23503 -29.3713 -174.45 + 72 144.629 753 1 0 -5.24246 -29.3645 -175.85 + 72 117.349 873 0 1 -5.40929 -29.2052 -204.45 + 72 167.084 754 0 0 -5.42781 -29.1961 -205.85 + 72 12.5302 1208 8 1 61.7852 54.5044 35.15 + 72 38.3119 829 0 1 -14.1563 -65.6176 -204.85 + 72 109.643 877 4 1 -4.61574 -29.3616 -84.45 + 72 134.822 753 4 0 -4.6491 -29.2827 -85.85 + 72 234.972 871 3 1 -5.65565 -28.1246 -114.45 + 72 112.463 759 3 0 -5.68949 -28.1271 -115.85 + 72 126.185 870 2 1 -6.01857 -27.8526 -144.45 + 72 125.752 859 1 1 -8.12736 -27.1387 -174.45 + 72 145.174 764 1 0 -8.44817 -27.1057 -175.851 + 72 80.2188 827 0 1 -14.5941 -26.5601 -204.45 + 72 60.6235 826 0 1 -14.6502 -26.5642 -204.638 + 72 121.753 767 0 0 -15.0014 -26.5921 -205.85 + 72 10.9252 455 5 0 -142.43 -88.8582 -56.25 + 72 46.1511 185 5 1 -143.103 -89.7719 -54.85 + 72 518.31 184 5 1 -143.15 -89.8557 -54.7339 + 72 59.5128 761 3 0 -6.06493 -27.707 -115.85 + 72 98.9033 762 3 0 -6.11878 -27.65 -116.035 + 72 167.085 900 2 1 0.0807631 -22.8389 -144.45 + 72 11.0574 901 2 1 0.250203 -22.6351 -144.811 + 72 71.1694 790 2 0 0.674981 -21.9832 -145.85 + 72 111.727 791 2 0 0.762772 -21.85 -146.062 + 72 63.1389 958 1 1 11.6831 -6.20574 -174.451 + 72 84.8929 959 1 1 11.8507 -6.11684 -174.646 + 72 258.671 872 1 0 13.0006 -5.60598 -175.85 + 72 79.7864 587 1 0 29.0897 -62.475 -176.25 + 72 61.3312 586 1 0 29.0564 -62.6502 -176.226 + 72 14.939 585 1 0 29.0255 -62.85 -176.231 + 72 108.368 487 1 0 61.7474 -82.5154 -176.25 + 72 215.677 488 1 0 61.7578 -82.4498 -176.165 +Number of digits in this event: 50 Using G4ParticleGun... -Particle energy: 8.09497 LIN +Particle energy: 4.82554 LIN Particle: gamma Event: 73 Number of tracker hits in this event: 0 Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 2.86454 LIN +Particle energy: 9.30178 LIN Particle: gamma Event: 74 -Number of tracker hits in this event: 7 - 74 285.712 836 1 1 -12.8408 95.5243 -174.45 - 74 292.262 1376 1 0 -12.8416 95.5281 -175.85 - 74 158.965 835 0 1 -12.8782 95.5917 -204.45 - 74 127.74 1377 0 0 -12.876 95.6045 -205.85 - 74 99.5244 836 0 1 -12.8103 95.5415 -204.45 - 74 115.684 1376 0 0 -12.8067 95.5367 -205.85 - 74 90.2457 1391 0 0 62.8073 98.4011 -206.25 -Number of digits in this event: 6 +Number of tracker hits in this event: 14 + 74 250.036 683 2 1 -43.4464 -17.5855 -144.45 + 74 242.231 812 2 0 -43.4457 -17.5853 -145.85 + 74 214.795 683 1 1 -43.4255 -17.5808 -174.45 + 74 260.037 812 1 0 -43.4251 -17.5807 -175.85 + 74 106.565 683 0 1 -43.4176 -17.5712 -204.45 + 74 202.944 812 0 0 -43.4193 -17.5726 -205.85 + 74 83.2985 392 0 0 -94.833 -101.55 -206.07 + 74 165.812 391 0 0 -94.8899 -101.75 -205.894 + 74 6.86641 1593 1 0 -91.1749 138.928 -176.25 + 74 117.975 1594 1 0 -91.1819 138.95 -176.218 + 74 92.2779 1595 1 0 -91.1753 139.15 -175.941 + 74 171.527 444 1 1 -91.2433 139.92 -174.85 + 74 50.281 445 1 1 -91.15 140.301 -174.517 + 74 139.82 682 0 1 -43.4647 -17.545 -204.45 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 2.42787 LIN +Particle energy: 7.54571 LIN Particle: gamma Event: 75 -Number of tracker hits in this event: 128 - 75 325.148 1182 11 1 56.5754 -11.394 125.528 - 75 455.579 843 11 0 56.5588 -11.3859 124.15 - 75 145.315 1180 10 1 56.1879 -11.25 95.55 - 75 115.486 844 10 0 56.1742 -11.2443 94.15 - 75 125.425 1179 9 1 55.8829 -11.1307 65.55 - 75 149.1 844 9 0 55.8722 -11.1268 64.15 - 75 116.672 1178 8 1 55.7027 -11.0032 35.55 - 75 136.688 845 8 0 55.7025 -10.9878 34.15 - 75 125.937 1177 7 1 55.6471 -10.6745 5.55 - 75 62.9759 846 7 0 55.6358 -10.6519 4.15 - 75 70.4376 847 7 0 55.6348 -10.65 4.02777 - 75 127.04 1176 6 1 55.3302 -10.1478 -24.45 - 75 100.811 849 6 0 55.3062 -10.1319 -25.85 - 75 99.5768 1173 5 1 54.7779 -9.81967 -54.45 - 75 127.127 851 5 0 54.7438 -9.8118 -55.85 - 75 133.169 1169 4 1 54.0399 -9.70984 -84.45 - 75 111.844 851 4 0 54.0029 -9.7123 -85.85 - 75 104.34 1166 3 1 53.2727 -9.74501 -114.45 - 75 113.308 851 3 0 53.2351 -9.74178 -115.85 - 75 128.688 1162 2 1 52.479 -9.71108 -144.45 - 75 147.711 851 2 0 52.4545 -9.70134 -145.85 - 75 104.606 1159 1 1 51.9506 -9.48301 -174.45 - 75 112.765 852 1 0 51.9247 -9.48976 -175.85 - 75 114.034 1156 0 1 51.4435 -9.66924 -204.45 - 75 121.331 851 0 0 51.4145 -9.68008 -205.85 - 75 131.74 852 0 0 51.3974 -9.65 -205.912 - 75 0.313615 853 0 0 51.3616 -9.45 -205.851 - 75 48.6717 1159 0 1 51.983 -9.14827 -204.85 - 75 178.974 1160 0 1 52.05 -9.15052 -204.806 - 75 119.156 1167 3 1 53.635 -9.40933 -114.45 - 75 10.5301 1168 3 1 53.65 -9.35328 -114.836 - 75 223.132 854 3 0 53.6828 -9.19393 -115.85 - 75 107.515 1168 2 1 53.802 -4.01171 -144.45 - 75 174.068 881 2 0 53.8676 -3.72436 -145.85 - 75 5.81715 882 2 0 53.8791 -3.64991 -146.227 - 75 79.2249 1171 1 1 54.3931 1.68446 -174.45 - 75 23.0727 1172 1 1 54.45 1.74687 -174.752 - 75 52.2711 909 1 0 54.6675 2.00765 -175.85 - 75 71.6031 910 1 0 54.7033 2.05 -176.016 - 75 14.3334 1204 0 1 61.0393 10.1636 -204.45 - 75 103.494 1205 0 1 61.05 10.1717 -204.487 - 75 122.555 952 0 0 61.4535 10.4738 -205.85 - 75 164.711 1182 10 1 56.5889 -11.4127 95.55 - 75 122.865 843 10 0 56.5862 -11.4214 94.15 - 75 121.616 1182 9 1 56.5674 -11.62 65.55 - 75 111.976 842 9 0 56.5701 -11.6315 64.15 - 75 141.359 1182 8 1 56.6131 -11.8648 35.55 - 75 214.181 840 8 0 56.6154 -11.8923 34.15 - 75 136.625 1183 7 1 56.7163 -12.3982 5.55 - 75 116.938 838 7 0 56.7465 -12.4372 4.15 - 75 110.337 1186 6 1 57.4091 -13.293 -24.45 - 75 88.9042 833 6 0 57.4265 -13.3013 -25.85 - 75 112.38 1188 5 1 57.8147 -13.3766 -54.45 - 75 306.772 833 5 0 57.7768 -13.3571 -55.85 - 75 134.962 1185 4 1 57.0952 -12.8337 -84.45 - 75 116.896 836 4 0 57.0725 -12.8182 -85.85 - 75 237.363 1182 3 1 56.5291 -12.4216 -114.45 - 75 121.526 838 3 0 56.4794 -12.3885 -115.85 - 75 98.0443 1175 2 1 55.1445 -12.1865 -144.45 - 75 260.534 839 2 0 55.143 -12.2173 -145.85 - 75 230.561 1175 1 1 55.2261 -13.0103 -174.45 - 75 140.207 835 1 0 55.1731 -13.0355 -175.85 - 75 117.69 1170 0 1 54.2407 -13.6174 -204.45 - 75 113.973 832 0 0 54.2071 -13.6444 -205.85 - 75 50.9279 831 0 0 54.2 -13.65 -206.128 - 75 21.783 1181 3 1 56.45 -12.5711 -114.798 - 75 31.3011 830 3 0 55.4635 -13.989 -115.85 - 75 76.8255 829 3 0 55.4214 -14.05 -115.89 - 75 116.797 828 3 0 55.2997 -14.25 -116.018 - 75 91.0959 827 3 0 55.1903 -14.45 -116.172 - 75 142.667 448 3 0 -59.2356 -90.4597 -116.25 - 75 124.943 449 3 0 -59.2317 -90.35 -116.039 - 75 198.562 600 3 1 -59.8811 -91.4091 -114.85 - 75 9.17834 601 3 1 -59.85 -91.768 -114.739 - 75 153.202 444 3 0 -61.4125 -91.2945 -115.85 - 75 2.20957 443 3 0 -61.6854 -91.35 -115.884 - 75 27.1695 584 3 1 -63.2184 -90.9 -114.85 - 75 188.793 583 3 1 -63.2504 -90.9075 -114.827 - 75 25.9758 630 0 0 79.5387 -53.85 -206.095 - 75 48.5359 763 3 0 -164.945 -27.4394 -116.25 - 75 168.589 762 3 0 -165.03 -27.45 -116.203 - 75 188.274 14 5 0 162.41 -177.338 -55.85 - 75 6.75765 1191 4 1 58.2641 -13.6127 -84.45 - 75 107.921 1190 4 1 58.25 -13.6121 -84.471 - 75 11.9692 1189 4 1 58.0499 -13.7085 -84.8248 - 75 184.183 828 4 0 57.5571 -14.2554 -85.8507 - 75 24.3212 827 4 0 57.3847 -14.45 -86.1856 - 75 110.015 839 8 0 56.4987 -12.05 33.8264 - 75 2.6513 1183 8 1 56.8473 -12.4732 35.15 - 75 86.3322 1184 8 1 56.85 -12.4746 35.1562 - 75 435.158 1185 8 1 57.05 -12.4866 35.3343 - 75 134.718 1167 7 1 53.61 -5.22985 5.55 - 75 11.0838 1166 7 1 53.4498 -5.12163 5.18081 - 75 98.5452 875 7 0 52.7832 -4.89327 4.14962 - 75 17.0316 876 7 0 52.6375 -4.85 3.82766 - 75 5.03466 843 8 0 53.922 -11.3524 34.15 - 75 5.51877 839 6 0 56.5184 -12.055 -25.85 - 75 37.0615 840 6 0 56.5179 -12.05 -26.1295 - 75 71.4296 1203 5 1 60.6992 -0.896548 -54.4503 - 75 117.923 1204 5 1 60.85 -1.01244 -54.6469 - 75 20.8483 892 5 0 61.7334 -1.62798 -55.85 - 75 187.305 891 5 0 61.7618 -1.65015 -55.8905 - 75 8.37888 890 5 0 61.919 -1.85 -56.213 - 75 2.52601 947 5 0 92.5547 9.64543 -56.25 - 75 83.061 948 5 0 92.5591 9.65 -56.2451 - 75 103.078 949 5 0 92.6 9.85 -56.0461 - 75 73.6725 1362 5 1 92.7439 10.1778 -54.8488 - 75 174.192 1363 5 1 92.75 10.1883 -54.8091 - 75 233.641 1364 5 1 92.95 10.4653 -54.6472 - 75 288.603 1357 5 1 91.7274 10.0737 -54.85 - 75 4.10624 963 5 1 12.85 4.70141 -54.5807 - 75 240.233 1188 3 1 57.6946 -11.6568 -114.45 - 75 244.21 841 3 0 57.7115 -11.661 -115.85 - 75 175.279 1190 2 1 58.0601 -11.7831 -144.45 - 75 114.226 841 2 0 58.0645 -11.7962 -145.85 - 75 149.428 1190 1 1 58.1443 -12.0718 -174.45 - 75 134.779 839 1 0 58.1485 -12.0892 -175.85 - 75 321.939 1190 0 1 58.18 -12.4399 -204.45 - 75 137.574 837 0 0 58.1741 -12.4617 -205.85 - 75 124.244 1184 0 1 57.0259 -14.7633 -204.85 - 75 163.775 803 0 0 56.2167 -19.2566 -205.85 - 75 13.959 1177 0 1 55.4651 -19.8682 -204.85 - 75 201.115 1176 0 1 55.45 -19.881 -204.843 - 75 168.309 1187 2 1 57.63 -12.1529 -144.45 - 75 163.467 1191 1 1 58.2666 -11.8866 -174.45 - 75 109.464 840 1 0 58.2559 -11.8608 -175.85 - 75 142.777 844 0 0 58.0537 -11.1877 -205.85 - 75 270.707 1188 2 1 57.65 -12.2203 -144.704 -Number of digits in this event: 62 -Using G4ParticleGun... -Particle energy: 6.68378 LIN +Number of tracker hits in this event: 26 + 75 331.949 1613 3 1 142.797 24.6246 -114.45 + 75 263.593 1022 3 0 142.795 24.6308 -115.85 + 75 121.877 1612 2 1 142.698 24.1946 -144.45 + 75 96.5517 1020 2 0 142.644 24.1763 -145.85 + 75 50.5726 1607 1 1 141.743 23.8832 -174.45 + 75 77.6588 1608 1 1 141.75 23.8891 -174.591 + 75 135.491 1019 1 0 141.814 23.9378 -175.85 + 75 107.715 1615 0 1 143.211 24.2767 -204.45 + 75 177.812 1021 0 0 143.275 24.3049 -205.85 + 75 138.115 1613 2 1 142.811 24.6567 -144.45 + 75 127.243 1023 2 0 142.813 24.657 -145.85 + 75 324.956 1613 1 1 142.861 24.6629 -174.45 + 75 122.642 1023 1 0 142.863 24.663 -175.85 + 75 216.266 1613 0 1 142.896 24.6577 -204.45 + 75 189.596 1023 0 0 142.899 24.6561 -205.85 + 75 31.8428 1050 0 0 79.6117 30.0841 -206.25 + 75 115.638 1049 0 0 79.5853 30.05 -206.181 + 75 145.642 1048 0 0 79.649 29.8499 -206.184 + 75 88.4051 1614 1 1 142.95 24.8324 -174.545 + 75 110.38 1615 1 1 143.15 25.0105 -174.555 + 75 83.7564 1616 1 1 143.35 25.2126 -174.724 + 75 22.3805 1617 1 1 143.55 25.3847 -174.806 + 75 435.688 1029 1 0 144.553 25.9258 -175.85 + 75 10.7506 1028 1 0 145.097 25.85 -176.014 + 75 172.402 1173 6 1 54.85 -174.403 -24.5643 + 75 169.986 1172 6 1 54.65 -174.464 -24.7305 +Number of digits in this event: 17 +Using G4ParticleGun... +Particle energy: 9.85758 LIN Particle: gamma Event: 76 -Number of tracker hits in this event: 22 - 76 225.635 1339 3 1 87.9598 79.0326 -114.45 - 76 244.932 1294 3 0 87.9604 79.0319 -115.85 - 76 535.879 1339 2 1 87.9766 79.0141 -144.45 - 76 297.157 1294 2 0 87.9773 79.012 -145.85 - 76 419.485 1339 1 1 87.997 78.9749 -174.45 - 76 300.6 1294 1 0 87.9974 78.9782 -175.85 - 76 271.547 1339 0 1 88.0021 79.0441 -204.45 - 76 253.924 1294 0 0 88.0052 79.0464 -205.85 - 76 19.594 1340 1 1 88.05 78.9255 -174.777 - 76 42.4147 1292 1 0 88.682 78.5047 -175.85 - 76 135.709 1291 1 0 88.726 78.45 -175.934 - 76 49.6272 1140 1 0 167.582 48.1699 -176.25 - 76 64.4632 1282 1 0 87.6016 76.6367 -175.85 - 76 102.155 1281 1 0 87.5621 76.45 -175.942 - 76 90.9345 1280 1 0 87.3804 76.25 -175.94 - 76 53.7441 1279 1 0 87.156 76.0498 -175.913 - 76 135.918 1333 1 1 86.8071 76.1602 -174.85 - 76 218.917 1332 1 1 86.65 76.2181 -174.733 - 76 128.13 1318 8 0 -5.4893 83.8303 33.75 - 76 95.7957 1295 2 0 87.9612 79.05 -146.18 - 76 133.181 1338 1 1 87.8373 78.883 -174.45 - 76 39.4995 1338 0 1 87.85 78.9298 -204.724 -Number of digits in this event: 15 +Number of tracker hits in this event: 0 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 7.81052 LIN +Particle energy: 9.36768 LIN Particle: gamma Event: 77 -Number of tracker hits in this event: 2 - 77 32.0146 450 3 0 -78.535 -89.85 -116.152 - 77 59.5573 454 6 0 -159.173 -89.1892 -26.25 -Number of digits in this event: 3 +Number of tracker hits in this event: 47 + 77 127.024 1335 6 1 87.16 21.3379 -24.7359 + 77 228.428 1006 6 0 87.1345 21.3719 -25.85 + 77 100.569 1332 5 1 86.4953 22.261 -54.45 + 77 128.717 1011 5 0 86.4653 22.2974 -55.85 + 77 152.193 1328 4 1 85.8459 23.0398 -84.45 + 77 120.938 1015 4 0 85.8142 23.073 -85.85 + 77 110.704 1325 3 1 85.1647 23.756 -114.45 + 77 124.872 1018 3 0 85.1449 23.8019 -115.85 + 77 178.167 1323 2 1 84.7239 24.715 -144.45 + 77 182.265 1023 2 0 84.712 24.7614 -145.85 + 77 110.306 1322 1 1 84.4886 25.7113 -174.45 + 77 104.791 1028 1 0 84.4775 25.7638 -175.85 + 77 259.696 1321 0 1 84.2627 26.808 -204.45 + 77 152.87 1034 0 0 84.2543 26.8607 -205.85 + 77 348.503 1119 4 0 -63.3106 43.859 -86.25 + 77 44.8202 1118 4 0 -63.6636 43.8496 -86.2268 + 77 390.324 580 4 1 -63.885 43.8641 -84.8498 + 77 116.644 1335 5 1 87.1923 21.3374 -54.45 + 77 133.177 1006 5 0 87.1919 21.3397 -55.85 + 77 115.149 1335 4 1 87.183 21.3868 -84.45 + 77 159.128 1006 4 0 87.1768 21.3869 -85.85 + 77 120.338 1335 3 1 87.0604 21.3408 -114.45 + 77 168.707 1006 3 0 87.0485 21.3404 -115.85 + 77 134.092 1334 2 1 86.8687 21.3683 -144.45 + 77 154.824 1006 2 0 86.8605 21.381 -145.85 + 77 374.931 1333 1 1 86.6771 21.5933 -174.45 + 77 364.299 1007 1 0 86.6637 21.6184 -175.85 + 77 197.234 1331 0 1 86.3846 22.1459 -204.45 + 77 230.197 1010 0 0 86.3683 22.1339 -205.85 + 77 76.6661 1009 0 0 86.4589 22.0491 -205.993 + 77 93.8361 1008 0 0 86.452 21.8499 -206.081 + 77 3.96069 844 0 0 81.0569 -11.2438 -206.25 + 77 62.9112 843 0 0 81.0631 -11.25 -206.244 + 77 106.813 1003 0 0 86.4411 20.7547 -205.85 + 77 153.355 1009 1 0 86.8485 21.9495 -175.85 + 77 120.485 1364 0 1 93.0302 25.9646 -204.45 + 77 44.9614 1031 0 0 93.3048 26.4193 -205.85 + 77 102.364 1032 0 0 93.3282 26.4502 -205.969 + 77 42.835 1368 0 1 93.936 26.8373 -204.85 + 77 156.948 1037 0 0 93.8532 27.5079 -205.85 + 77 297.56 1335 0 1 87.1099 21.6208 -204.45 + 77 316.298 1007 0 0 87.1071 21.6221 -205.85 + 77 56.6509 1652 0 1 150.55 112.856 -204.802 + 77 146.485 1275 1 0 93.6979 75.25 -176.155 + 77 26.4429 548 2 0 164.573 -70.2552 -146.25 + 77 73.5919 1731 2 1 166.463 -70.1603 -144.85 + 77 107.12 1732 2 1 166.55 -70.1345 -144.796 +Number of digits in this event: 31 Using G4ParticleGun... -Particle energy: 3.6725 LIN +Particle energy: 6.76325 LIN Particle: gamma Event: 78 -Number of tracker hits in this event: 3 - 78 221.156 1325 0 1 85.1039 116.136 -204.45 - 78 249.234 1479 0 0 85.1039 116.136 -205.85 - 78 88.8362 965 3 0 27.0898 13.25 -116.195 -Number of digits in this event: 4 +Number of tracker hits in this event: 72 + 78 710.327 1572 6 1 134.623 64.5041 -24.45 + 78 748.578 1222 6 0 134.625 64.4998 -25.85 + 78 348.912 1572 5 1 134.659 64.4259 -54.45 + 78 241.619 1221 5 0 134.656 64.4246 -55.85 + 78 252.79 1572 4 1 134.632 64.3939 -84.45 + 78 210.587 1221 4 0 134.632 64.3956 -85.85 + 78 389.369 1572 3 1 134.636 64.408 -114.45 + 78 109.979 1221 3 0 134.642 64.4058 -115.85 + 78 111.206 1573 2 1 134.76 64.3903 -144.45 + 78 271.297 1221 2 0 134.761 64.3892 -145.85 + 78 142.784 1573 1 1 134.79 64.3699 -174.45 + 78 126.725 1221 1 0 134.794 64.372 -175.85 + 78 104.293 1573 0 1 134.888 64.4251 -204.45 + 78 112.611 1221 0 0 134.889 64.4265 -205.85 + 78 3.39982 1636 0 0 156.565 147.35 -206.083 + 78 36.2014 1637 0 0 156.65 147.55 -205.942 + 78 401.892 1685 0 1 157.209 148.187 -204.85 + 78 105.389 1222 5 0 134.639 64.5198 -55.85 + 78 120.398 1222 4 0 134.671 64.5379 -85.85 + 78 104.767 1222 3 0 134.75 64.4891 -115.85 + 78 241.106 1574 2 1 135.049 64.3239 -144.45 + 78 144.787 1577 1 1 135.68 64.0985 -174.45 + 78 130.689 1220 1 0 135.707 64.0896 -175.85 + 78 112.801 1580 0 1 136.295 63.8881 -204.45 + 78 96.7624 1219 0 0 136.323 63.8748 -205.85 + 78 143.528 1573 6 1 134.75 64.4067 -24.5307 + 78 130.14 1574 4 1 134.977 63.9485 -84.45 + 78 187.518 1219 4 0 134.937 63.9557 -85.85 + 78 127.1 1571 3 1 134.365 64.053 -114.45 + 78 221.712 1219 3 0 134.404 63.9799 -115.85 + 78 98.1179 1572 2 1 134.637 62.038 -144.45 + 78 126.728 1210 2 0 134.838 62.1707 -145.85 + 78 110.639 1593 1 1 138.899 64.5538 -174.45 + 78 124.063 1222 1 0 138.974 64.5216 -175.85 + 78 80.4934 1598 0 1 139.761 63.2163 -204.451 + 78 29.6005 1597 0 1 139.75 63.1902 -204.775 + 78 114.877 1215 0 0 139.703 63.1096 -205.85 + 78 60.5297 1247 0 0 49.278 69.45 -206.22 + 78 36.2034 1248 0 0 48.1684 69.65 -205.899 + 78 65.9064 1136 0 1 47.3828 69.718 -204.85 + 78 118.936 1249 0 0 47.4566 69.9877 -205.85 + 78 66.6415 1142 0 1 48.5458 68.4219 -204.85 + 78 124.389 1558 5 1 131.843 65.6969 -54.45 + 78 122.002 1228 5 0 131.719 65.8148 -55.8503 + 78 4.96344 1229 5 0 131.682 65.85 -56.2237 + 78 172.378 1543 4 1 128.881 68.524 -84.45 + 78 121.764 1243 4 0 128.656 68.6574 -85.85 + 78 35.1419 1519 3 1 123.973 70.8291 -114.45 + 78 200.519 1518 3 1 123.95 70.8451 -114.549 + 78 161.137 1255 3 0 123.641 71.0619 -115.85 + 78 118.526 1484 2 1 117.101 75.9095 -144.45 + 78 14.3573 1483 2 1 116.95 76.0773 -144.818 + 78 93.174 1282 2 0 116.576 76.5267 -145.85 + 78 78.0496 1283 2 0 116.468 76.65 -146.135 + 78 56.4569 1422 1 1 104.698 87.9957 -174.45 + 78 113.968 1421 1 1 104.55 88.1418 -174.498 + 78 101.299 1420 1 1 104.35 88.3274 -174.577 + 78 88.2649 1419 1 1 104.15 88.5168 -174.668 + 78 136.517 1418 1 1 103.95 88.7193 -174.758 + 78 15.3907 1417 1 1 103.75 88.9321 -174.838 + 78 101.385 1361 1 0 100.482 92.3918 -175.85 + 78 95.986 1362 1 0 100.305 92.5504 -175.914 + 78 75.3608 1363 1 0 100.086 92.75 -176 + 78 85.0461 1364 1 0 99.85 92.95 -176.084 + 78 114.33 1365 1 0 99.5969 93.1504 -176.174 + 78 79.4255 965 0 1 13.0824 168.185 -204.45 + 78 61.6126 966 0 1 13.25 168.181 -204.577 + 78 70.1667 967 0 1 13.45 168.157 -204.696 + 78 69.4944 968 0 1 13.6501 168.115 -204.784 + 78 571.755 1736 0 0 16.262 167.452 -205.85 + 78 89.7662 1735 0 0 17.0634 167.35 -206.146 + 78 199.278 1342 1 0 104.258 88.486 -175.85 +Number of digits in this event: 33 Using G4ParticleGun... -Particle energy: 9.72002 LIN +Particle energy: 3.68701 LIN Particle: gamma Event: 79 -Number of tracker hits in this event: 19 - 79 250.716 1109 2 1 42.0148 -37.2621 -144.45 - 79 287.664 713 2 0 42.0183 -37.2622 -145.85 - 79 140.746 1110 1 1 42.0901 -37.2623 -174.45 - 79 254.11 713 1 0 42.0909 -37.2613 -175.85 - 79 116.31 1110 0 1 42.1031 -37.2394 -204.45 - 79 105.372 714 0 0 42.1043 -37.2389 -205.85 - 79 226.744 526 3 0 65.1961 -74.6796 -116.25 - 79 65.0127 1324 3 1 84.85 23.0803 -114.601 - 79 353.259 1109 1 1 42.0139 -37.2572 -174.45 - 79 171.058 1109 0 1 42.0143 -37.2593 -204.45 - 79 174.457 713 0 0 42.0153 -37.2568 -205.85 - 79 418.068 715 1 0 42.1431 -37.0434 -175.85 - 79 42.0444 1135 0 1 47.1017 -35.1368 -204.45 - 79 74.2097 1134 0 1 47.05 -35.0709 -204.608 - 79 24.0677 727 0 0 46.7873 -34.4903 -205.85 - 79 99.2917 728 0 0 46.77 -34.45 -205.936 - 79 28.2685 1090 0 1 38.0918 -33.0724 -204.45 - 79 100.173 1089 0 1 38.049 -33.0728 -204.534 - 79 171.727 735 0 0 37.296 -32.96 -205.85 -Number of digits in this event: 14 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 4.58111 LIN +Particle energy: 9.67378 LIN Particle: gamma Event: 80 -Number of tracker hits in this event: 22 - 80 236.437 397 2 1 -100.728 -10.0703 -144.45 - 80 226.275 849 2 0 -100.74 -10.1257 -145.85 - 80 140.778 395 1 1 -101.055 -11.1933 -174.45 - 80 154.352 844 1 0 -101.089 -11.2254 -175.85 - 80 108.665 391 0 1 -101.771 -11.7987 -204.45 - 80 174.509 841 0 0 -101.814 -11.8352 -205.85 - 80 78.5647 606 0 0 -86.9525 -58.65 -205.971 - 80 88.9188 840 0 0 -101.822 -11.85 -206.197 - 80 53.8543 835 0 0 -119.528 -12.9368 -206.25 - 80 105.147 397 1 1 -100.71 -10.0208 -174.45 - 80 166.806 850 1 0 -100.817 -10.0026 -175.85 - 80 81.5579 386 0 1 -102.919 -9.77993 -204.45 - 80 221.423 385 0 1 -102.95 -9.79546 -204.727 - 80 334.494 850 0 0 -103.066 -9.85486 -205.85 - 80 192.396 467 0 1 -86.5262 -20.4032 -204.45 - 80 92.6288 397 0 1 -100.697 -9.97917 -204.45 - 80 163.157 396 0 1 -100.768 -10.028 -204.45 - 80 53.2578 848 0 0 -101.179 -10.4049 -205.85 - 80 72.5554 847 0 0 -101.23 -10.45 -206.02 - 80 125.602 820 1 1 -15.9324 -41.8228 -174.45 - 80 112.614 821 1 1 -15.85 -41.7351 -174.554 - 80 322.148 692 1 0 -15.3996 -41.5207 -175.851 -Number of digits in this event: 15 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 7.97817 LIN +Particle energy: 7.40111 LIN Particle: gamma Event: 81 -Number of tracker hits in this event: 10 - 81 111.673 734 1 0 -53.5357 -33.0563 -176.25 - 81 165.89 735 1 0 -53.5309 -33.049 -176.242 - 81 207.123 736 1 0 -53.4425 -32.85 -176.059 - 81 88.9316 737 1 0 -53.4225 -32.65 -175.878 - 81 286.271 633 1 1 -53.388 -31.6508 -174.85 - 81 38.9033 632 1 1 -53.45 -31.3801 -174.56 - 81 92.4461 634 1 1 -53.25 -31.2085 -174.574 - 81 74.3706 635 1 1 -53.0496 -31.303 -174.71 - 81 7.85203 636 1 1 -52.85 -31.3789 -174.841 - 81 76.0253 738 1 0 -48.4238 -32.367 -175.85 -Number of digits in this event: 6 +Number of tracker hits in this event: 13 + 81 252.683 844 3 1 -11.2261 -4.71382 -114.45 + 81 289.276 876 3 0 -11.2259 -4.71396 -115.85 + 81 100.916 844 2 1 -11.2285 -4.71583 -144.45 + 81 273.101 876 2 0 -11.2292 -4.71553 -145.85 + 81 96.674 844 1 1 -11.2414 -4.70685 -174.45 + 81 104.08 876 1 0 -11.2418 -4.70722 -175.85 + 81 139.86 844 0 1 -11.2488 -4.71784 -204.45 + 81 146.797 876 0 0 -11.2483 -4.71683 -205.85 + 81 139.811 843 2 1 -11.2776 -4.7412 -144.45 + 81 114.433 843 1 1 -11.3789 -4.94599 -174.45 + 81 107.407 875 1 0 -11.3839 -4.95321 -175.85 + 81 128.178 842 0 1 -11.4709 -5.10474 -204.45 + 81 173.683 874 0 0 -11.4759 -5.11153 -205.85 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 8.68573 LIN +Particle energy: 9.01823 LIN Particle: gamma Event: 82 -Number of tracker hits in this event: 10 - 82 259.019 902 1 1 0.621804 145.276 -174.45 - 82 248.285 1625 1 0 0.61653 145.278 -175.85 - 82 286.155 902 0 1 0.497509 145.319 -204.45 - 82 287.671 1625 0 0 0.490813 145.32 -205.85 - 82 142.842 1626 0 0 0.489868 145.35 -205.901 - 82 115.126 1645 1 0 -61.6517 149.237 -176.25 - 82 42.3625 1182 5 0 10.8858 56.6367 -56.25 - 82 272.71 950 5 1 10.2128 56.2828 -54.8499 - 82 30.1242 1082 0 1 36.45 146.418 -204.834 - 82 9.47494 1125 0 1 45.2108 118.523 -204.45 -Number of digits in this event: 9 +Number of tracker hits in this event: 60 + 82 266.353 532 4 1 -73.4839 -26.5651 -84.45 + 82 223.988 767 4 0 -73.4801 -26.5625 -85.85 + 82 146.307 533 3 1 -73.3887 -26.4873 -114.45 + 82 395.702 767 3 0 -73.3826 -26.4859 -115.85 + 82 388.853 533 2 1 -73.2518 -26.443 -144.45 + 82 97.698 534 2 1 -73.25 -26.4427 -144.722 + 82 228.144 768 2 0 -73.2432 -26.4404 -145.85 + 82 119.604 534 1 1 -73.0663 -26.3954 -174.45 + 82 369.882 768 1 0 -73.0584 -26.3905 -175.85 + 82 345.98 535 0 1 -72.9084 -26.2446 -204.45 + 82 310.202 536 0 1 -72.85 -26.2877 -204.724 + 82 503.345 767 0 0 -72.7203 -26.4548 -205.85 + 82 470.929 535 1 1 -73.05 -26.3896 -174.733 + 82 150.785 768 0 0 -72.5983 -26.2508 -205.85 + 82 555.946 769 0 0 -72.5929 -26.25 -205.949 + 82 38.4597 780 0 0 -73.2139 -23.9792 -205.85 + 82 68.2942 781 0 0 -73.2481 -23.8496 -205.912 + 82 95.7694 782 0 0 -73.3329 -23.65 -206.035 + 82 122.417 783 0 0 -73.3857 -23.4499 -206.01 + 82 56.0376 671 0 0 -66.6761 -45.708 -206.25 + 82 218.425 670 0 0 -66.7532 -45.8501 -206.159 + 82 108.876 568 0 1 -66.2553 -45.625 -204.85 + 82 194.837 569 0 1 -66.25 -45.5115 -204.716 + 82 82.6453 537 0 1 -72.65 -26.1868 -204.62 + 82 78.7513 538 0 1 -72.45 -26.2509 -204.723 + 82 67.7152 539 0 1 -72.2496 -26.2215 -204.681 + 82 136.615 540 0 1 -72.05 -26.355 -204.714 + 82 108.338 541 0 1 -71.85 -26.5621 -204.781 + 82 81.8119 542 0 1 -71.65 -26.7039 -204.715 + 82 50.9373 543 0 1 -71.4499 -26.8361 -204.784 + 82 307.038 527 0 1 -74.5099 -26.0975 -204.45 + 82 489.239 767 1 0 -73.0132 -26.4978 -175.85 + 82 678.867 766 0 0 -72.8649 -26.65 -205.899 + 82 51.6576 694 0 0 -136.005 -41.1584 -206.25 + 82 19.3032 693 0 0 -136.095 -41.25 -206.178 + 82 93.0428 741 0 0 -126.238 -31.8199 -206.25 + 82 114.667 1465 2 1 113.15 108.37 -144.548 + 82 257.796 532 2 1 -73.45 -26.3984 -144.734 + 82 107.85 770 2 0 -74.3083 -26.0367 -145.85 + 82 84.6464 431 1 1 -93.8012 -11.9066 -174.45 + 82 73.6131 430 1 1 -93.9503 -12.0642 -174.576 + 82 69.416 429 1 1 -94.15 -12.2211 -174.731 + 82 99.2725 834 1 0 -95.2344 -13.0658 -175.85 + 82 117.509 833 1 0 -95.4338 -13.2501 -176.092 + 82 217.684 532 3 1 -73.4898 -26.5695 -114.45 + 82 329.273 767 2 0 -73.4431 -26.504 -145.85 + 82 137.728 533 1 1 -73.3729 -26.4619 -174.45 + 82 132.958 531 0 1 -73.6863 -26.6737 -204.45 + 82 14.2829 756 1 1 -28.7147 94.3577 -174.85 + 82 150.026 968 3 0 3.30922 13.6951 -116.25 + 82 105.552 584 6 0 83.3442 -63.0635 -26.25 + 82 84.9166 585 6 0 83.5601 -63.0499 -26.0785 + 82 163.555 586 6 0 83.7153 -62.85 -26.04 + 82 122.197 531 3 1 -73.65 -26.674 -114.48 + 82 119.553 530 3 1 -73.85 -26.9118 -114.513 + 82 154.374 529 3 1 -74.05 -27.095 -114.507 + 82 219.014 532 1 1 -73.4562 -26.55 -174.45 + 82 117.71 533 0 1 -73.3079 -26.4504 -204.45 + 82 353.821 532 0 1 -73.5657 -26.61 -204.45 + 82 45.1111 765 0 0 -73.8117 -26.85 -206.128 +Number of digits in this event: 35 Using G4ParticleGun... -Particle energy: 9.56255 LIN +Particle energy: 9.06683 LIN Particle: gamma Event: 83 -Number of tracker hits in this event: 0 +Number of tracker hits in this event: 2 + 83 35.1219 658 0 1 -48.3203 -88.5831 -204.45 + 83 7.44591 456 0 0 -50.0124 -88.6781 -205.85 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 6.39861 LIN +Particle energy: 8.38225 LIN Particle: gamma Event: 84 Number of tracker hits in this event: 0 -Number of digits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 2.17931 LIN +Particle energy: 3.6522 LIN Particle: gamma Event: 85 Number of tracker hits in this event: 0 Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 9.28714 LIN +Particle energy: 4.13137 LIN Particle: gamma Event: 86 -Number of tracker hits in this event: 65 - 86 496.429 1283 4 1 76.7274 -96.3142 -84.45 - 86 252.687 419 4 0 76.7326 -96.3167 -85.85 - 86 605.668 1283 3 1 76.8071 -96.3779 -114.45 - 86 119.353 418 3 0 76.8138 -96.3776 -115.85 - 86 250.1 1284 2 1 76.9538 -96.3483 -144.45 - 86 506.274 419 2 0 76.9517 -96.3403 -145.85 - 86 357.105 1284 1 1 76.9059 -96.1734 -174.45 - 86 271.781 419 1 0 76.9006 -96.1667 -175.85 - 86 121.961 1283 0 1 76.7923 -96.0057 -204.45 - 86 319.843 420 0 0 76.7803 -95.9965 -205.85 - 86 277.041 1283 1 1 76.7654 -96.4512 -174.471 - 86 85.0474 1282 1 1 76.6499 -96.4317 -174.643 - 86 84.7587 1281 1 1 76.4496 -96.406 -174.715 - 86 63.7581 1280 1 1 76.25 -96.4552 -174.727 - 86 42.1359 1279 1 1 76.05 -96.4816 -174.794 - 86 57.5763 421 1 0 74.5587 -95.8798 -175.85 - 86 64.5506 422 1 0 74.429 -95.7499 -175.985 - 86 123.537 423 1 0 74.3972 -95.5497 -176.025 - 86 55.9883 424 1 0 74.114 -95.35 -176.153 - 86 179.658 309 1 0 65.3468 -118.322 -176.25 - 86 281.952 308 1 0 65.3582 -118.35 -176.223 - 86 115.585 417 1 0 76.9648 -96.5584 -175.85 - 86 67.1212 383 4 0 55.6923 -103.397 -85.85 - 86 433.366 419 3 0 76.7903 -96.2952 -115.85 - 86 267.904 417 2 0 76.8897 -96.7095 -145.85 - 86 169.343 1286 1 1 77.4445 -97.0684 -174.45 - 86 108.267 415 1 0 77.4213 -97.024 -175.85 - 86 296.637 1284 0 1 76.8955 -96.0481 -204.45 - 86 125.204 1285 2 1 77.1172 -96.6931 -144.45 - 86 122.779 416 2 0 77.1468 -96.7765 -145.85 - 86 118.796 1287 1 1 77.5515 -98.1834 -174.45 - 86 144.46 409 1 0 77.5809 -98.2547 -175.85 - 86 109.709 1291 0 1 78.4255 -99.8047 -204.45 - 86 5.16493 1292 0 1 78.45 -99.8381 -204.837 - 86 128.712 401 0 0 78.5125 -99.9121 -205.85 - 86 444.36 1283 2 1 76.7696 -96.2828 -144.45 - 86 177.725 419 0 0 76.8821 -96.2175 -205.85 - 86 3.49172 530 0 0 105.244 -74.05 -206.204 - 86 55.9913 526 0 0 105.774 -74.65 -206.163 - 86 50.8964 1387 2 1 97.55 -53.4697 -144.669 - 86 54.7222 271 3 0 -21.3927 -125.905 -116.25 - 86 23.7834 318 4 0 -71.2065 -116.496 -86.25 - 86 7.40462 528 4 1 -74.3079 -114.431 -84.85 - 86 124.956 334 4 0 -74.0504 -113.214 -85.85 - 86 101.476 335 4 0 -74.032 -113.15 -85.9317 - 86 236.243 239 1 0 137.649 -132.217 -176.25 - 86 54.094 240 1 0 137.738 -132.15 -176.212 - 86 142.241 238 1 0 137.99 -132.35 -175.926 - 86 55.4431 1296 1 1 79.3987 -97.2826 -174.451 - 86 105.714 1297 1 1 79.4501 -97.2937 -174.584 - 86 126.201 413 1 0 79.9418 -97.394 -175.85 - 86 118.975 1356 0 1 91.3745 -100.47 -204.45 - 86 31.4813 397 0 0 91.7475 -100.743 -205.85 - 86 84.4046 396 0 0 91.7674 -100.75 -205.926 - 86 377.138 256 5 0 149.734 -128.803 -56.2495 - 86 24.0593 257 5 0 149.798 -128.75 -56.2069 - 86 158.121 354 2 0 65.3512 -109.155 -146.25 - 86 9.95221 1228 2 1 65.832 -109.332 -144.85 - 86 75.9716 1229 2 1 65.85 -109.337 -144.813 - 86 76.8503 1230 2 1 66.05 -109.241 -144.643 - 86 76.2394 1231 2 1 66.2501 -109.176 -144.611 - 86 85.1237 1232 2 1 66.45 -109.005 -144.694 - 86 88.2375 1233 2 1 66.65 -108.795 -144.723 - 86 120.306 1234 2 1 66.85 -108.567 -144.726 - 86 17.5598 1235 2 1 67.05 -108.396 -144.509 -Number of digits in this event: 33 +Number of tracker hits in this event: 11 + 86 357.707 1231 2 1 66.2579 59.7506 -144.45 + 86 350.049 1198 2 0 66.2581 59.7513 -145.85 + 86 231.348 1231 1 1 66.2656 59.7567 -174.45 + 86 304.479 1198 1 0 66.2676 59.7547 -175.85 + 86 321.971 1231 0 1 66.2997 59.7117 -204.45 + 86 221.302 1198 0 0 66.2983 59.7114 -205.85 + 86 100.103 1105 0 1 41.151 -16.1942 -204.451 + 86 71.1299 1106 0 1 41.2502 -16.1881 -204.695 + 86 125.292 818 0 0 42.3773 -16.2706 -205.85 + 86 18.9233 819 0 0 42.4198 -16.25 -205.928 + 86 21.7376 1437 7 0 149.517 107.563 3.75 +Number of digits in this event: 10 Using G4ParticleGun... -Particle energy: 2.20837 LIN +Particle energy: 2.9195 LIN Particle: gamma Event: 87 -Number of tracker hits in this event: 4 - 87 202.387 941 10 0 -151.951 8.35459 93.75 - 87 235.398 940 10 0 -152.005 8.25 93.8771 - 87 72.4126 854 2 0 62.065 -9.23324 -146.25 - 87 200.12 853 2 0 62.0435 -9.25 -146.222 -Number of digits in this event: 5 +Number of tracker hits in this event: 60 + 87 313.712 1502 7 1 120.603 -41.709 5.55 + 87 398.669 691 7 0 120.611 -41.6954 4.15 + 87 245.421 1503 6 1 120.805 -41.32 -24.45 + 87 118.734 693 6 0 120.823 -41.3173 -25.85 + 87 118.182 1504 5 1 121.144 -41.3982 -54.45 + 87 9.583 1505 5 1 121.15 -41.4028 -54.811 + 87 249.925 693 5 0 121.167 -41.416 -55.85 + 87 333.879 1507 4 1 121.6 -41.7942 -84.45 + 87 247.392 691 4 0 121.607 -41.8019 -85.85 + 87 109.153 1506 3 1 121.48 -41.8062 -114.45 + 87 129.845 690 3 0 121.465 -41.8605 -115.85 + 87 167.68 1505 2 1 121.303 -42.9715 -144.45 + 87 21.3724 685 2 0 121.31 -43.0441 -145.85 + 87 167.79 684 2 0 121.31 -43.05 -145.963 + 87 104.202 1506 1 1 121.483 -44.4948 -174.45 + 87 127.798 677 1 0 121.487 -44.5508 -175.85 + 87 150.623 1507 0 1 121.62 -45.7856 -204.45 + 87 241.288 670 0 0 121.572 -45.9039 -205.85 + 87 112.287 1502 6 1 120.591 -41.7619 -24.45 + 87 107.394 691 6 0 120.586 -41.7617 -25.85 + 87 141.39 1501 5 1 120.487 -41.7534 -54.45 + 87 173.191 691 5 0 120.483 -41.7543 -55.85 + 87 114.25 1501 4 1 120.389 -41.7659 -84.45 + 87 410.092 1500 3 1 120.274 -41.7949 -114.45 + 87 423.794 691 3 0 120.269 -41.7958 -115.85 + 87 146.705 1500 2 1 120.175 -41.8179 -144.45 + 87 111.869 691 2 0 120.171 -41.8192 -145.85 + 87 118.451 1499 1 1 120.078 -41.8393 -174.45 + 87 97.9831 691 1 0 120.069 -41.8382 -175.85 + 87 525.682 1498 0 1 119.833 -41.8152 -204.45 + 87 155.351 691 0 0 119.825 -41.8177 -205.85 + 87 53.626 619 0 0 115.134 -56.05 -206.127 + 87 65.1264 696 0 0 120.067 -40.7911 -205.85 + 87 60.0983 697 0 0 120.065 -40.6499 -206.043 + 87 196.417 1497 0 1 119.75 -41.3618 -204.802 + 87 195.428 1496 0 1 119.55 -40.9516 -204.82 + 87 212.684 1495 0 1 119.35 -40.2659 -204.827 + 87 78.0498 759 0 0 106.352 -28.146 -205.85 + 87 28.4154 760 0 0 106.27 -28.05 -205.862 + 87 132.525 1403 0 1 100.849 -17.6362 -204.85 + 87 73.2091 1402 0 1 100.75 -17.4895 -204.691 + 87 258.737 1504 2 1 121.149 -41.2261 -144.552 + 87 56.7464 1503 2 1 120.95 -41.3683 -144.76 + 87 78.9715 689 2 0 119.791 -42.1373 -145.85 + 87 107.454 688 2 0 119.628 -42.25 -146.006 + 87 81.3015 1338 1 1 87.7522 -62.2765 -174.45 + 87 57.5596 1337 1 1 87.6495 -62.3346 -174.659 + 87 65.5135 587 1 0 86.9325 -62.6004 -175.85 + 87 37.8004 586 1 0 86.7851 -62.65 -176.118 + 87 189.446 1256 0 1 71.3667 -64.4205 -204.45 + 87 28.9728 577 0 0 71.0665 -64.6302 -205.85 + 87 134.192 576 0 0 71.0379 -64.65 -205.979 + 87 105.93 1506 2 1 121.362 -40.795 -144.45 + 87 129.234 696 2 0 121.321 -40.6723 -145.85 + 87 29.3796 697 2 0 121.313 -40.65 -146.114 + 87 178.591 1500 1 1 120.321 -38.3393 -174.45 + 87 197.741 709 1 0 120.347 -38.0791 -175.85 + 87 58.3878 710 1 0 120.349 -38.05 -176.007 + 87 57.0784 740 0 0 118.937 -31.9189 -205.85 + 87 80.425 741 0 0 118.894 -31.85 -206.029 +Number of digits in this event: 32 Using G4ParticleGun... -Particle energy: 7.37287 LIN +Particle energy: 8.76424 LIN Particle: gamma Event: 88 -Number of tracker hits in this event: 113 - 88 330.436 900 10 1 0.247263 71.7174 95.55 - 88 287.51 1258 10 0 0.247474 71.7174 94.15 - 88 232.352 900 9 1 0.237595 71.7058 65.55 - 88 219.661 1258 9 0 0.236254 71.704 64.15 - 88 269.622 900 8 1 0.213554 71.6734 35.55 - 88 196.728 1258 8 0 0.212851 71.6716 34.15 - 88 372.331 900 7 1 0.207717 71.6319 5.55 - 88 112.953 1257 7 0 0.206687 71.6297 4.15 - 88 132.497 900 6 1 0.186282 71.5885 -24.45 - 88 176.625 1257 6 0 0.186168 71.5852 -25.85 - 88 108.594 900 5 1 0.149224 71.5203 -54.45 - 88 319.097 1257 5 0 0.142696 71.5146 -55.85 - 88 57.2188 1259 5 0 -13.2185 72.0155 -56.25 - 88 52.7719 1260 5 0 -13.3396 72.05 -56.0699 - 88 83.1262 832 5 1 -13.5828 72.4092 -54.85 - 88 53.3567 833 5 1 -13.45 72.4991 -54.563 - 88 280.684 834 5 1 -13.2499 72.4853 -54.4737 - 88 99.2721 835 5 1 -13.05 72.0387 -54.8074 - 88 68.5441 1251 5 0 -14.5182 70.3991 -55.85 - 88 135.686 1250 5 0 -14.5168 70.25 -55.8775 - 88 91.3175 1249 5 0 -14.5891 70.0497 -56.065 - 88 229.657 1248 5 0 -14.5588 69.8499 -56.0942 - 88 185.56 1252 6 0 102.548 70.5785 -26.25 - 88 41.8875 1361 6 0 46.2566 92.4829 -26.25 - 88 335.404 1256 4 0 0.0712511 71.3758 -85.85 - 88 127.303 905 3 1 1.08469 70.7324 -114.45 - 88 121.166 1253 3 0 1.14259 70.7819 -115.85 - 88 121.376 912 2 1 2.5108 71.744 -144.45 - 88 225.747 1258 2 0 2.57672 71.7836 -145.85 - 88 50.6572 918 1 1 3.8438 72.7096 -174.45 - 88 71.3813 919 1 1 3.85 72.7167 -174.602 - 88 128.377 1263 1 0 3.90284 72.7672 -175.85 - 88 112.094 925 0 1 5.2433 73.9255 -204.45 - 88 134.076 1270 0 0 5.25274 74.1739 -205.851 - 88 59.483 1294 1 1 79.05 25.4222 -174.706 - 88 110.527 902 3 1 0.59157 71.0427 -114.45 - 88 171.173 1254 3 0 0.624571 71.025 -115.85 - 88 145.306 906 2 1 1.28003 70.6433 -144.45 - 88 106.78 1252 2 0 1.24593 70.6443 -145.85 - 88 133.126 902 1 1 0.543557 70.7277 -174.45 - 88 133.894 1253 1 0 0.50799 70.7308 -175.85 - 88 97.6503 898 0 1 -0.293876 70.8321 -204.45 - 88 229.53 1254 0 0 -0.33935 70.8507 -205.85 - 88 294.035 901 1 1 0.260261 71.3145 -174.45 - 88 282.439 1256 1 0 0.267692 71.3074 -175.85 - 88 269.696 901 0 1 0.285403 71.1349 -204.45 - 88 214.142 1255 0 0 0.279577 71.1305 -205.85 - 88 7.09853 972 3 0 45.4514 14.4602 -116.25 - 88 116.807 971 3 0 45.4725 14.45 -116.239 - 88 58.7836 970 3 0 45.6788 14.25 -116.113 - 88 266.538 969 3 0 45.8367 14.05 -116.014 - 88 23.5911 968 3 0 46.0318 13.8497 -115.893 - 88 17.6108 1134 3 1 47.0085 13.1104 -114.85 - 88 68.8415 1135 3 1 47.05 13.0793 -114.806 - 88 62.6852 1136 3 1 47.25 13.0139 -114.665 - 88 97.9649 1137 3 1 47.45 12.9099 -114.58 - 88 113.531 1138 3 1 47.65 12.6705 -114.49 - 88 80.4473 1139 3 1 47.85 12.4018 -114.501 - 88 450.084 1140 3 1 48.05 12.1884 -114.491 - 88 239.053 1141 3 1 48.25 11.8812 -114.586 - 88 8.71269 956 3 0 46.5683 11.3282 -115.85 - 88 167.701 1126 3 1 45.3756 8.79229 -114.85 - 88 50.6362 1132 3 1 46.5938 15.3902 -114.85 - 88 159.024 975 3 0 45.0681 15.2154 -115.85 - 88 175.953 1180 5 0 -166.852 56.1099 -56.25 - 88 9.40263 1280 5 0 4.72666 76.2414 -56.2498 - 88 102.904 1281 5 0 4.73221 76.2502 -56.2162 - 88 60.0561 1282 5 0 4.74892 76.45 -55.9931 - 88 64.7369 1283 5 0 4.81064 76.6501 -55.995 - 88 59.685 1284 5 0 4.85179 76.85 -56.0647 - 88 99.6594 1285 5 0 4.85394 77.0503 -56.0785 - 88 4.72148 1286 5 0 4.9758 77.2501 -56.2337 - 88 144.869 1268 3 1 73.6917 101.81 -114.45 - 88 67.4178 1098 3 0 2.09507 39.85 -116.12 - 88 102.779 1267 3 1 73.65 101.943 -114.459 - 88 14.1151 900 4 1 0.212668 71.5389 -84.45 - 88 101.083 901 4 1 0.250119 71.5425 -84.4945 - 88 0.00326946 902 4 1 0.45 71.5356 -84.85 - 88 116.118 1255 4 0 0.882469 71.25 -85.9424 - 88 96.8599 964 3 1 13.002 65.2786 -114.45 - 88 17.8341 963 3 1 12.85 65.4215 -114.793 - 88 33.2761 1227 3 0 11.99 65.6214 -115.85 - 88 176.036 1228 3 0 11.8885 65.65 -115.902 - 88 177.274 948 3 1 9.69108 65.3779 -114.85 - 88 7.41621 949 3 1 9.85 65.2831 -114.456 - 88 21.5247 956 3 1 11.2539 64.9415 -114.85 - 88 149.578 955 3 1 11.25 64.9216 -114.825 - 88 179.622 1259 8 0 0.114473 71.906 34.15 - 88 113.665 1259 7 0 0.0751803 71.8527 4.15 - 88 119.66 899 6 1 -0.216348 71.8412 -24.45 - 88 135.774 1258 6 0 -0.23157 71.8307 -25.85 - 88 168.081 897 5 1 -0.545361 71.6411 -54.45 - 88 104.35 894 4 1 -1.12179 71.5833 -84.45 - 88 127.455 1257 4 0 -1.13943 71.5885 -85.85 - 88 114.225 892 3 1 -1.47177 71.711 -114.45 - 88 134.88 1258 3 0 -1.49333 71.7125 -115.85 - 88 117.454 890 2 1 -1.94245 71.7739 -144.45 - 88 115.613 889 1 1 -2.15752 71.7414 -174.45 - 88 127.339 1258 1 0 -2.15725 71.7114 -175.85 - 88 114.651 889 0 1 -2.15001 71.0916 -204.45 - 88 4.96607 899 7 1 -0.0585207 97.8031 5.15 - 88 45.968 965 12 1 13.2264 97.726 155.15 - 88 114.506 958 12 1 11.85 97.0634 155.375 - 88 132.034 957 12 1 11.65 96.9832 155.387 - 88 165.995 966 12 1 13.2501 97.774 155.223 - 88 19.2973 511 5 1 -77.7384 135.303 -54.85 - 88 58.2959 903 0 1 0.803487 8.91827 -204.85 - 88 148.749 1258 5 0 -0.562308 71.65 -56.21 - 88 373.8 741 5 0 -162.411 -31.8184 -56.25 - 88 47.2271 586 4 1 -62.65 35.4895 -84.6368 - 88 78.2148 901 10 1 0.250043 71.7187 95.2561 - 88 96.578 1260 10 0 -0.150471 72.0806 94.15 - 88 104.28 896 10 1 -0.662894 72.3775 95.15 -Number of digits in this event: 52 +Number of tracker hits in this event: 24 + 88 267.406 1108 1 1 41.6707 113.468 -174.45 + 88 355.253 1466 1 0 41.6679 113.464 -175.85 + 88 115.576 1107 0 1 41.5679 113.355 -204.45 + 88 122.971 1465 0 0 41.5616 113.344 -205.85 + 88 173.661 1496 1 0 31.8958 119.354 -176.25 + 88 199.308 1495 1 0 31.743 119.35 -176.109 + 88 121.639 1108 0 1 41.6615 113.466 -204.45 + 88 155.105 1466 0 0 41.6607 113.461 -205.85 + 88 34.725 795 2 1 -20.949 -33.1656 -144.85 + 88 104.967 794 2 1 -21.0501 -33.3086 -144.716 + 88 162.995 793 2 1 -21.25 -33.5508 -144.569 + 88 93.3584 792 2 1 -21.45 -33.7661 -144.451 + 88 3.25225 725 2 0 -21.5319 -35.0377 -145.85 + 88 314.936 724 2 0 -21.533 -35.05 -145.865 + 88 114.923 723 2 0 -21.5591 -35.25 -146.105 + 88 96.9516 675 2 0 -45.6514 -44.9347 -146.25 + 88 40.9484 674 2 0 -45.7232 -45.0502 -145.954 + 88 303.007 671 2 1 -45.6911 -46.0815 -144.85 + 88 224.693 672 2 1 -45.5836 -46.3837 -144.45 + 88 47.6959 670 2 0 -45.8098 -46.0382 -145.85 + 88 60.8778 669 2 0 -45.8022 -46.0502 -145.907 + 88 137.772 670 2 1 -45.85 -46.8899 -144.749 + 88 69.6337 1467 1 0 41.8086 113.55 -175.941 + 88 226.187 1112 1 1 42.5501 114.595 -174.85 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 9.37028 LIN +Particle energy: 1.76823 LIN Particle: gamma Event: 89 -Number of tracker hits in this event: 24 - 89 218.55 527 4 1 -74.6367 -125.606 -84.45 - 89 255.814 272 4 0 -74.6367 -125.606 -85.85 - 89 288.192 527 3 1 -74.639 -125.602 -114.45 - 89 250.723 272 3 0 -74.6394 -125.602 -115.85 - 89 119.739 527 2 1 -74.6434 -125.602 -144.45 - 89 166.414 272 2 0 -74.6452 -125.604 -145.85 - 89 108.188 526 1 1 -74.6838 -125.633 -174.45 - 89 101.82 272 1 0 -74.6854 -125.635 -175.85 - 89 128.757 526 0 1 -74.7198 -125.668 -204.45 - 89 100.973 272 0 0 -74.7222 -125.669 -205.85 - 89 75.5622 182 7 0 -19.5505 -143.655 3.75 - 89 55.817 1012 12 0 111.932 22.5533 153.75 - 89 182.365 1013 12 0 111.982 22.65 153.788 - 89 142.601 181 7 0 -19.4668 -143.75 3.99342 - 89 238.703 735 0 1 -33.0238 -134.81 -204.85 - 89 24.9425 736 0 1 -32.85 -134.837 -204.592 - 89 98.9536 528 2 1 -74.4023 -125.529 -144.45 - 89 113.568 273 2 0 -74.3989 -125.522 -145.85 - 89 120.275 528 1 1 -74.2976 -125.337 -174.45 - 89 137.133 274 1 0 -74.289 -125.332 -175.85 - 89 123.788 529 0 1 -74.229 -125.058 -204.45 - 89 131.026 275 0 0 -74.2396 -125.045 -205.85 - 89 14.5791 211 2 0 -126.866 -137.87 -146.25 - 89 42.8275 143 2 0 -57.439 -151.405 -146.25 -Number of digits in this event: 16 +Number of tracker hits in this event: 0 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 1.3793 LIN +Particle energy: 6.38091 LIN Particle: gamma Event: 90 -Number of tracker hits in this event: 1 - 90 117.129 231 0 0 18.875 -133.86 -206.25 -Number of digits in this event: 2 +Number of tracker hits in this event: 26 + 90 110.066 599 3 1 -60.0837 6.28347 -114.45 + 90 195.308 932 3 0 -60.5145 6.46798 -115.852 + 90 143.284 566 2 1 -66.6927 10.1834 -144.45 + 90 115.649 950 2 0 -66.7554 10.191 -145.85 + 90 94.5805 560 1 1 -67.9176 13.0066 -174.45 + 90 39.9661 559 1 1 -68.05 12.9002 -174.709 + 90 133.165 962 1 0 -68.5422 12.5578 -175.85 + 90 33.0394 489 0 1 -82.1272 7.90186 -204.45 + 90 88.5431 490 0 1 -82.05 7.87636 -204.518 + 90 30.0629 491 0 1 -81.85 7.80124 -204.761 + 90 8.50754 937 0 0 -80.8838 7.46429 -205.85 + 90 147.073 936 0 0 -80.8529 7.44988 -205.885 + 90 127.218 600 3 1 -60.0375 6.25892 -114.45 + 90 105.338 931 3 0 -60.0375 6.25883 -115.85 + 90 103.91 600 2 1 -60.0348 6.25105 -144.45 + 90 156.41 931 2 0 -60.0334 6.25142 -145.85 + 90 134.618 600 1 1 -59.9931 6.26273 -174.45 + 90 171.636 931 1 0 -59.9908 6.26483 -175.85 + 90 117.814 600 0 1 -60.0178 6.30731 -204.45 + 90 139.598 931 0 0 -60.016 6.31003 -205.85 + 90 122.091 599 0 1 -60.05 6.33078 -204.65 + 90 136.538 933 0 0 -60.2475 6.82716 -205.85 + 90 12.0669 934 0 0 -60.2031 6.85 -205.996 + 90 93.1622 1002 0 0 -32.4192 20.6326 -206.25 + 90 178.71 1003 0 0 -32.3854 20.65 -206.212 + 90 178.181 1004 0 0 -32.1764 20.8502 -206.088 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 3.03015 LIN +Particle energy: 7.86078 LIN Particle: gamma Event: 91 -Number of tracker hits in this event: 118 - 91 130.067 323 9 1 -115.522 -22.0181 65.3173 - 91 253.758 790 9 0 -115.522 -22.0175 64.15 - 91 256.642 323 8 1 -115.529 -22.0062 35.55 - 91 166.288 790 8 0 -115.524 -22.0097 34.15 - 91 253.635 323 7 1 -115.411 -22.0925 5.55 - 91 137.18 789 7 0 -115.406 -22.0956 4.15 - 91 531.89 324 6 1 -115.312 -22.1418 -24.45 - 91 114.117 789 6 0 -115.311 -22.1433 -25.85 - 91 105.333 324 5 1 -115.315 -22.1854 -54.45 - 91 107.887 789 5 0 -115.309 -22.1904 -55.85 - 91 109.206 324 4 1 -115.173 -22.2808 -84.45 - 91 186.763 788 4 0 -115.166 -22.2853 -85.85 - 91 174.217 325 3 1 -115.028 -22.3695 -114.45 - 91 111.356 788 3 0 -115.035 -22.3729 -115.85 - 91 149.976 324 2 1 -115.174 -22.4513 -144.45 - 91 130.547 787 2 0 -115.181 -22.4598 -145.85 - 91 292.153 324 1 1 -115.295 -22.6208 -174.45 - 91 303.28 787 1 0 -115.299 -22.6255 -175.85 - 91 126.32 323 0 1 -115.36 -22.7084 -204.45 - 91 132.95 786 0 0 -115.363 -22.7069 -205.85 - 91 68.376 1029 2 0 -146.666 25.8692 -146.25 - 91 48.7842 1030 2 0 -146.795 26.05 -145.902 - 91 20.126 163 2 1 -147.474 26.7402 -144.85 - 91 76.6747 1037 2 0 -147.598 27.4722 -145.85 - 91 151.59 323 2 1 -115.412 -22.3986 -144.624 - 91 210.048 788 2 0 -115.401 -22.4055 -145.85 - 91 113.086 330 1 1 -114.142 -22.6104 -174.451 - 91 104.475 342 0 1 -111.736 -21.8746 -204.45 - 91 94.6788 791 0 0 -111.447 -21.7925 -205.85 - 91 119.079 322 1 1 -115.641 -22.5579 -174.45 - 91 88.4921 786 1 0 -115.733 -22.65 -175.98 - 91 188.342 314 0 1 -117.282 -24.3673 -204.45 - 91 261.091 778 0 0 -117.351 -24.4128 -205.85 - 91 334.475 788 6 0 -115.334 -22.3919 -25.85 - 91 269.158 307 5 1 -118.701 -25.5206 -54.4501 - 91 210.193 773 5 0 -118.429 -25.3678 -55.85 - 91 78.2121 337 4 1 -112.698 -22.0768 -84.45 - 91 84.081 338 4 1 -112.55 -21.9709 -84.5665 - 91 68.7648 339 4 1 -112.35 -21.8312 -84.7132 - 91 49.3294 796 4 0 -110.988 -20.7217 -85.85 - 91 87.9297 797 4 0 -110.911 -20.65 -85.921 - 91 62.7763 798 4 0 -110.735 -20.45 -86.1052 - 91 74.7295 466 3 1 -86.8124 7.01607 -114.45 - 91 27.7131 467 3 1 -86.6499 7.08625 -114.736 - 91 158.589 936 3 0 -86.0243 7.33121 -115.85 - 91 64.1426 562 2 1 -67.6304 8.07534 -144.45 - 91 91.9343 563 2 1 -67.4499 7.9652 -144.584 - 91 22.2022 564 2 1 -67.2498 7.78858 -144.788 - 91 27.3224 934 2 0 -66.5109 6.90534 -145.85 - 91 110.143 933 2 0 -66.4631 6.85 -145.922 - 91 0.104472 932 2 0 -66.2203 6.64985 -146.249 - 91 95.4581 881 2 0 -44.2926 -3.81039 -146.25 - 91 15.2287 880 2 0 -44.1846 -3.85 -145.914 - 91 154.461 681 2 1 -43.7651 -4.16955 -144.85 - 91 12.5038 323 6 1 -115.35 -22.138 -24.8034 - 91 4.13963 790 6 0 -115.48 -21.8547 -25.8501 - 91 104.013 791 6 0 -115.482 -21.85 -25.8678 - 91 155.905 837 5 0 -118.778 -12.5969 -55.8501 - 91 59.8826 838 5 0 -118.79 -12.45 -56.0692 - 91 116.752 299 4 1 -120.339 6.53047 -84.4502 - 91 56.7603 936 4 0 -119.996 7.33517 -85.85 - 91 66.5057 937 4 0 -119.951 7.45 -86.0582 - 91 69.8891 331 3 1 -113.905 23.4946 -114.45 - 91 82.9432 332 3 1 -113.749 23.5608 -114.52 - 91 69.4461 333 3 1 -113.55 23.666 -114.605 - 91 77.4064 334 3 1 -113.35 23.7971 -114.679 - 91 99.5552 335 3 1 -113.15 23.9424 -114.74 - 91 72.9695 336 3 1 -112.95 24.076 -114.774 - 91 82.2986 337 3 1 -112.75 24.1897 -114.802 - 91 8.66934 338 3 1 -112.55 24.314 -114.84 - 91 150.845 1033 3 0 -108.167 26.6511 -115.85 - 91 61.8768 1034 3 0 -107.814 26.8506 -115.866 - 91 30.773 424 3 1 -95.2817 31.892 -114.85 - 91 57.4295 425 3 1 -95.1498 31.9382 -114.827 - 91 64.9426 426 3 1 -94.9499 32.0097 -114.783 - 91 61.0997 427 3 1 -94.75 32.0784 -114.752 - 91 72.5422 428 3 1 -94.55 32.1302 -114.704 - 91 52.6101 429 3 1 -94.3491 32.1986 -114.637 - 91 56.8299 430 3 1 -94.15 32.2636 -114.569 - 91 43.9236 431 3 1 -93.95 32.3154 -114.503 - 91 59.8883 432 3 1 -93.6688 32.4141 -114.45 - 91 70.5162 433 3 1 -93.55 32.4259 -114.505 - 91 71.3464 434 3 1 -93.35 32.4609 -114.599 - 91 66.5971 435 3 1 -93.15 32.4919 -114.711 - 91 6.19709 436 3 1 -92.9499 32.5214 -114.839 - 91 502.216 1063 3 0 -91.4141 32.735 -115.85 - 91 0.654624 581 1 1 -63.8498 32.0352 -174.45 - 91 137.895 580 1 1 -63.8501 32.0344 -174.452 - 91 108.428 1056 1 0 -63.6698 31.3796 -175.85 - 91 36.5931 1055 1 0 -63.6026 31.25 -176.179 - 91 196.671 1012 1 0 -48.3179 22.64 -176.25 - 91 95.4211 665 1 1 -46.9804 22.4898 -174.85 - 91 40.426 666 1 1 -46.85 22.5171 -174.577 - 91 3.7134 939 4 0 -120.289 7.85 -86.1508 - 91 93.3607 789 8 0 -115.497 -22.0775 34.15 - 91 109.614 788 7 0 -115.353 -22.3176 4.15 - 91 152.495 325 5 1 -115.126 -22.4698 -54.45 - 91 97.4374 787 5 0 -115.12 -22.4852 -55.85 - 91 89.7549 325 4 1 -115.008 -22.8336 -84.45 - 91 116.486 785 4 0 -114.974 -22.8705 -85.85 - 91 122.763 329 3 1 -114.329 -23.7365 -114.45 - 91 130.227 781 3 0 -114.261 -23.7994 -115.85 - 91 235.444 338 2 1 -112.412 -24.5097 -144.45 - 91 128.991 777 2 0 -112.287 -24.5772 -145.85 - 91 123.303 350 1 1 -109.974 -26.0886 -174.45 - 91 73.2095 351 1 1 -109.95 -26.1056 -174.62 - 91 325.389 769 1 0 -109.772 -26.2161 -175.85 - 91 15.6688 768 1 0 -109.72 -26.25 -176.213 - 91 103.64 373 0 1 -105.461 -28.9475 -204.45 - 91 103.135 754 0 0 -105.367 -29.1859 -205.85 - 91 3.61522 753 0 0 -105.341 -29.25 -206.233 - 91 77.6439 349 1 1 -110.15 -26.1291 -174.603 - 91 55.3479 348 1 1 -110.35 -26.1112 -174.624 - 91 77.1257 347 1 1 -110.55 -26.0811 -174.61 - 91 69.4245 346 1 1 -110.75 -26.0319 -174.741 - 91 64.2842 770 1 0 -111.082 -26.0473 -175.85 - 91 28.6095 567 0 0 -137.148 -66.494 -206.25 - 91 54.5177 665 1 0 -126.11 -46.9115 -176.25 -Number of digits in this event: 38 +Number of tracker hits in this event: 45 + 91 257.506 576 2 1 -64.6623 -82.3076 -144.45 + 91 279.893 488 2 0 -64.6619 -82.3087 -145.85 + 91 323.197 576 1 1 -64.6506 -82.3307 -174.45 + 91 322.875 488 1 0 -64.6497 -82.3331 -175.85 + 91 117.371 577 0 1 -64.6238 -82.3865 -204.45 + 91 116.489 488 0 0 -64.6221 -82.391 -205.85 + 91 252.156 1165 1 0 -55.4675 53.0898 -176.25 + 91 240.294 629 1 1 -54.2121 53.2816 -174.85 + 91 188.859 630 1 1 -54.049 53.2654 -174.767 + 91 56.8638 631 1 1 -53.85 53.205 -174.698 + 91 64.0245 632 1 1 -53.65 53.1323 -174.681 + 91 59.24 633 1 1 -53.45 53.0425 -174.684 + 91 59.6418 634 1 1 -53.2498 52.9498 -174.627 + 91 60.1562 635 1 1 -53.05 52.8227 -174.516 + 91 49.7727 636 1 1 -52.85 52.7261 -174.464 + 91 62.9988 637 1 1 -52.6496 52.7207 -174.478 + 91 53.1159 638 1 1 -52.45 52.7733 -174.501 + 91 85.0643 639 1 1 -52.25 52.8205 -174.504 + 91 97.2912 640 1 1 -52.05 52.8718 -174.636 + 91 14.7279 641 1 1 -51.85 52.7459 -174.819 + 91 57.3007 1151 1 0 -49.6425 50.3793 -175.85 + 91 72.9179 1150 1 0 -49.4871 50.2499 -175.993 + 91 46.2497 1149 1 0 -49.4484 50.05 -176.171 + 91 55.3222 834 1 0 -44.7438 -13.1855 -176.25 + 91 136.359 833 1 0 -44.6647 -13.25 -176.093 + 91 14.4128 684 1 1 -43.0963 -14.1343 -174.85 + 91 81.3229 685 1 1 -43.05 -14.1561 -174.826 + 91 14.0008 686 1 1 -42.8499 -14.295 -174.817 + 91 63.5705 826 1 0 -42.0402 -14.7678 -175.85 + 91 220.742 825 1 0 -41.9074 -14.85 -175.991 + 91 110.72 824 1 0 -42.1542 -15.05 -176.086 + 91 88.1103 688 1 1 -42.3332 -14.7217 -174.85 + 91 52.6179 689 1 1 -42.2499 -14.6989 -174.803 + 91 11.1285 915 1 1 3.05 -3.75908 -174.585 + 91 425.996 255 0 0 -74.3653 -129.099 -206.25 + 91 39.3892 520 0 1 -75.9459 -128.935 -204.85 + 91 88.9263 519 0 1 -76.05 -128.927 -204.758 + 91 54.197 518 0 1 -76.25 -128.922 -204.581 + 91 125.365 255 1 0 -55.2792 -129.001 -176.249 + 91 18.2848 628 1 1 -54.2807 -129.024 -174.85 + 91 63.0183 251 1 0 -53.6912 -129.836 -175.85 + 91 66.3897 250 1 0 -53.6529 -129.95 -176.053 + 91 328.608 327 4 0 87.6132 -114.639 -86.25 + 91 114.599 576 0 1 -64.6768 -82.2505 -204.45 + 91 162.47 489 0 0 -64.6744 -82.2483 -205.85 +Number of digits in this event: 16 Using G4ParticleGun... -Particle energy: 5.29859 LIN +Particle energy: 7.28771 LIN Particle: gamma Event: 92 -Number of tracker hits in this event: 41 - 92 231.27 1559 5 1 132.098 -66.925 -54.45 - 92 271.218 565 5 0 132.098 -66.9241 -55.85 - 92 108.876 1559 4 1 132.092 -66.9131 -84.45 - 92 234.134 565 4 0 132.093 -66.9131 -85.85 - 92 109.06 1559 3 1 132.106 -66.9167 -114.45 - 92 134.906 565 3 0 132.108 -66.919 -115.85 - 92 351.967 1559 2 1 132.147 -66.9623 -144.45 - 92 419.233 565 2 0 132.145 -66.9665 -145.85 - 92 286.249 1559 1 1 132.116 -67.0474 -174.45 - 92 106.091 564 1 0 132.117 -67.053 -175.85 - 92 316.287 1559 0 1 132.139 -67.1559 -204.45 - 92 255.119 564 0 0 132.138 -67.1558 -205.85 - 92 89.7691 1560 1 1 132.15 -66.9075 -174.646 - 92 94.8084 1561 1 1 132.35 -66.6733 -174.775 - 92 32.127 578 1 0 134.804 -64.4024 -175.85 - 92 68.5046 1572 1 1 134.59 -61.4036 -174.85 - 92 93.4072 604 1 0 133.79 -59.1863 -175.85 - 92 113.551 605 1 0 133.657 -59.05 -176.085 - 92 251.151 606 1 0 133.546 -58.85 -176.135 - 92 102.51 566 1 0 132.087 -66.8313 -175.85 - 92 103.592 566 0 0 131.996 -66.8465 -205.85 - 92 287.569 97 11 0 -31.3994 -160.595 123.75 - 92 124.834 1562 1 1 132.55 -67.6742 -174.548 - 92 108.809 561 1 0 132.688 -67.6733 -175.85 - 92 128.616 1578 0 1 135.829 -67.183 -204.45 - 92 105.945 1558 4 1 131.891 -66.8684 -84.45 - 92 112.339 1557 3 1 131.553 -66.7941 -114.45 - 92 27.4214 1556 3 1 131.55 -66.7914 -114.77 - 92 153.297 566 3 0 131.538 -66.7828 -115.85 - 92 237.482 1555 2 1 131.214 -66.5852 -144.45 - 92 112.706 567 2 0 131.199 -66.5817 -145.85 - 92 119.06 1553 1 1 130.926 -66.4758 -174.45 - 92 107.667 567 1 0 130.923 -66.472 -175.85 - 92 129.008 1553 0 1 130.834 -66.4255 -204.45 - 92 109.397 568 0 0 130.783 -66.4269 -205.85 - 92 54.0772 569 0 0 130.255 -66.1407 -205.85 - 92 66.8982 637 0 0 129.527 -52.595 -206.25 - 92 131.119 638 0 0 129.629 -52.45 -206.105 - 92 261.46 639 0 0 129.559 -52.25 -205.919 - 92 364.342 640 0 0 129.6 -52.05 -205.968 - 92 286.847 661 3 0 134.041 -47.6523 -116.25 -Number of digits in this event: 22 +Number of tracker hits in this event: 0 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 2.81544 LIN +Particle energy: 8.73252 LIN Particle: gamma Event: 93 -Number of tracker hits in this event: 19 - 93 85.2689 1107 3 0 -90.9581 41.4781 -116.25 - 93 22.7495 1034 4 0 -66.4135 26.9996 -86.25 - 93 121.248 1035 4 0 -66.4286 27.05 -86.1696 - 93 41.909 558 4 1 -68.3063 26.8116 -84.85 - 93 62.5607 557 4 1 -68.4502 26.7853 -84.7691 - 93 47.9251 556 4 1 -68.6501 26.7621 -84.6535 - 93 52.7177 555 4 1 -68.8501 26.785 -84.6209 - 93 99.2275 554 4 1 -69.05 26.8413 -84.5916 - 93 68.8511 553 4 1 -69.25 26.9513 -84.525 - 93 94.0408 552 4 1 -69.4501 27.1174 -84.5125 - 93 86.6096 551 4 1 -69.65 27.3913 -84.5846 - 93 66.7319 550 4 1 -69.8507 27.5683 -84.6956 - 93 47.5598 549 4 1 -70.05 27.7282 -84.7881 - 93 331.781 1040 4 0 -71.4991 28.1749 -85.85 - 93 132.778 1000 4 0 -96.7074 20.174 -86.25 - 93 153.749 417 4 1 -96.7326 20.3536 -84.85 - 93 102.859 418 4 1 -96.55 20.3676 -84.5317 - 93 87.712 256 1 1 -128.75 -67.0365 -174.712 - 93 252.583 255 1 1 -128.95 -66.9543 -174.501 -Number of digits in this event: 6 +Number of tracker hits in this event: 3 + 93 65.3565 1304 3 0 -20.0792 80.93 -116.25 + 93 201.099 797 3 1 -20.4942 81.6212 -114.85 + 93 43.4562 754 8 1 -29.1301 45.4988 35.15 +Number of digits in this event: 3 Using G4ParticleGun... -Particle energy: 7.79937 LIN +Particle energy: 8.20306 LIN Particle: gamma Event: 94 -Number of tracker hits in this event: 67 - 94 252.491 179 7 1 -144.214 -3.35582 5.55 - 94 288.075 883 7 0 -144.216 -3.35597 4.15 - 94 297.795 179 6 1 -144.266 -3.35206 -24.45 - 94 297.471 883 6 0 -144.267 -3.35283 -25.85 - 94 217.521 179 5 1 -144.316 -3.36198 -54.45 - 94 247.938 883 5 0 -144.317 -3.35735 -55.85 - 94 288.987 179 4 1 -144.316 -3.2396 -84.45 - 94 242.4 884 4 0 -144.32 -3.23773 -85.85 - 94 171.71 178 3 1 -144.411 -3.19723 -114.45 - 94 161.564 884 3 0 -144.416 -3.1934 -115.85 - 94 142.579 178 2 1 -144.517 -3.1094 -144.45 - 94 285.675 884 2 0 -144.521 -3.10389 -145.85 - 94 224.157 177 1 1 -144.589 -2.97425 -174.45 - 94 112.429 885 1 0 -144.592 -2.96886 -175.85 - 94 114.511 177 0 1 -144.661 -2.86574 -204.45 - 94 131.184 885 0 0 -144.663 -2.85912 -205.85 - 94 66.0605 178 4 1 -144.361 -3.27204 -84.4502 - 94 121.523 883 4 0 -144.299 -3.30981 -85.85 - 94 111.044 185 3 1 -143.12 -3.96519 -114.45 - 94 62.3351 880 3 0 -143.1 -3.86572 -115.85 - 94 54.5844 881 3 0 -143.097 -3.85 -116.072 - 94 470.138 186 2 1 -142.818 -1.85353 -144.45 - 94 116.185 892 2 0 -142.9 -1.57787 -145.85 - 94 125.69 176 1 1 -144.75 3.92563 -174.476 - 94 111.811 920 1 0 -144.803 4.11202 -175.85 - 94 149.47 173 0 1 -145.525 8.16861 -204.45 - 94 203.572 942 0 0 -145.495 8.47064 -205.85 - 94 101.824 891 2 0 -142.717 -1.75202 -145.85 - 94 204.449 196 1 1 -140.891 0.872266 -174.45 - 94 196.441 904 1 0 -140.811 0.926816 -175.851 - 94 178.104 205 0 1 -139.06 1.31842 -204.45 - 94 126.293 905 0 0 -138.734 1.22885 -205.85 - 94 118.407 885 4 0 -144.152 -2.98999 -85.8501 - 94 99.3117 215 3 1 -137.105 1.81835 -114.45 - 94 22.4266 216 3 1 -136.95 1.75079 -114.794 - 94 231.296 907 3 0 -136.455 1.58923 -115.85 - 94 203.792 268 2 1 -126.492 -5.17813 -144.45 - 94 63.286 269 2 1 -126.35 -5.57775 -144.745 - 94 43.7143 864 2 0 -125.871 -7.08704 -145.85 - 94 69.1947 863 2 0 -125.827 -7.25016 -145.975 - 94 30.4908 862 2 0 -125.804 -7.45 -146.174 - 94 132.426 288 1 1 -122.423 -35.3006 -174.45 - 94 185.987 724 1 0 -122.323 -35.1421 -175.85 - 94 43.3728 307 0 1 -118.586 -29.731 -204.45 - 94 86.7379 308 0 1 -118.55 -29.7344 -204.567 - 94 118.996 750 0 0 -118.208 -29.8626 -205.85 - 94 77.2655 1422 0 0 -43.7422 104.55 -206.06 - 94 122.044 884 6 0 -144.321 -3.25 -25.9548 - 94 21.7964 904 0 0 -152.619 1.02646 -206.25 - 94 182.373 180 4 1 -144.056 -3.2001 -84.45 - 94 118.162 180 3 1 -144.134 -3.33844 -114.45 - 94 188.39 883 3 0 -144.139 -3.34589 -115.85 - 94 225.786 179 2 1 -144.21 -3.49262 -144.45 - 94 104.419 882 2 0 -144.234 -3.5105 -145.85 - 94 122.899 880 1 0 -144.727 -3.88656 -175.85 - 94 190.249 174 0 1 -145.249 -4.28736 -204.45 - 94 117.519 878 0 0 -145.244 -4.31849 -205.85 - 94 224.239 180 0 1 -143.978 -3.10184 -204.45 - 94 225.507 884 0 0 -143.98 -3.10093 -205.85 - 94 2.65804 368 4 0 -177.19 -106.376 -86.25 - 94 85.0074 181 9 0 124.931 -143.831 63.75 - 94 191.916 180 2 1 -144.111 -3.2488 -144.45 - 94 128.047 182 1 1 -143.55 -1.77372 -174.45 - 94 121.769 891 1 0 -143.713 -1.71153 -175.85 - 94 121.078 165 0 1 -147.071 -0.45598 -204.45 - 94 173.74 898 0 0 -147.343 -0.432779 -205.85 - 94 106.257 885 2 0 -144.358 -2.94534 -145.85 -Number of digits in this event: 44 +Number of tracker hits in this event: 38 + 94 327.362 1364 1 1 92.9745 63.4121 -174.45 + 94 225.015 1216 1 0 93.3127 63.4073 -175.851 + 94 113.851 1397 0 1 99.669 64.4182 -204.45 + 94 148.473 1221 0 0 99.3861 64.4356 -205.85 + 94 84.4081 1245 0 0 99.7967 69.1664 -206.25 + 94 74.3223 1246 0 0 99.8292 69.25 -205.973 + 94 58.9725 1396 0 1 99.454 69.3079 -204.85 + 94 137.749 1395 0 1 99.35 69.3275 -204.696 + 94 52.0199 1394 0 1 99.1494 69.3775 -204.623 + 94 146.601 1393 0 1 98.95 69.421 -204.578 + 94 44.303 1392 0 1 98.75 69.393 -204.542 + 94 56.2096 1391 0 1 98.55 69.4173 -204.577 + 94 59.7297 1390 0 1 98.35 69.4016 -204.551 + 94 95.3055 1389 0 1 98.15 69.5131 -204.47 + 94 137.666 1388 0 1 97.95 69.751 -204.559 + 94 81.0098 1387 0 1 97.75 69.8956 -204.529 + 94 91.927 1364 0 1 92.9824 63.4275 -204.45 + 94 137.803 1216 0 0 92.983 63.4289 -205.85 + 94 213.284 1013 5 1 22.7836 65.5862 -54.85 + 94 38.5592 1012 5 1 22.65 65.6913 -54.6405 + 94 298.772 996 0 0 165.73 19.417 -206.25 + 94 84.5674 995 0 0 165.982 19.25 -206.096 + 94 65.5878 997 0 0 166.534 19.45 -205.909 + 94 45.7115 1741 0 1 168.43 20.9925 -204.85 + 94 47.1905 1742 0 1 168.55 21.0629 -204.804 + 94 179.234 1005 0 0 168.157 21.1997 -205.85 + 94 213.577 1473 0 0 105.725 114.808 -206.25 + 94 169.019 1474 0 0 105.564 114.95 -206.178 + 94 283.756 1475 0 0 105.316 115.15 -206.096 + 94 86.5882 1472 0 0 104.037 114.75 -206.019 + 94 66.787 1471 0 0 103.754 114.55 -206.022 + 94 19.813 1470 0 0 103.589 114.349 -205.88 + 94 116.581 1413 0 1 102.845 112.745 -204.85 + 94 53.5391 1414 0 1 102.95 112.518 -204.643 + 94 77.33 1415 0 1 103.15 112.515 -204.599 + 94 165.529 1416 0 1 103.35 112.537 -204.57 + 94 89.5676 1466 0 0 103.653 113.447 -205.85 + 94 292.905 1467 0 0 103.62 113.55 -206.039 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 9.96402 LIN +Particle energy: 7.31395 LIN Particle: gamma Event: 95 -Number of tracker hits in this event: 252 - 95 232.543 1179 11 1 55.8517 -9.18124 125.55 - 95 262.947 854 11 0 55.8517 -9.18083 124.15 - 95 419.086 1179 10 1 55.8501 -9.17232 95.55 - 95 114.949 854 10 0 55.8535 -9.17307 94.15 - 95 121.286 1179 9 1 55.9354 -9.19692 65.55 - 95 115.07 854 9 0 55.9355 -9.19729 64.15 - 95 444.496 1179 8 1 55.9237 -9.21593 35.55 - 95 395.225 854 8 0 55.9253 -9.22039 34.15 - 95 258.852 1179 7 1 55.9747 -9.325 5.55 - 95 125.144 853 7 0 55.9791 -9.32925 4.15 - 95 129.497 1180 6 1 56.0755 -9.41552 -24.45 - 95 123.295 853 6 0 56.083 -9.42075 -25.85 - 95 131.5 1180 5 1 56.2345 -9.51894 -54.45 - 95 103.941 852 5 0 56.2444 -9.52573 -55.85 - 95 80.4298 1181 4 1 56.45 -9.66865 -84.45 - 95 172.525 1182 4 1 56.45 -9.66866 -84.4511 - 95 268.078 851 4 0 56.458 -9.6754 -85.85 - 95 345.109 1182 3 1 56.6196 -9.8286 -114.45 - 95 118.549 851 3 0 56.624 -9.83087 -115.85 - 95 373.912 1183 2 1 56.6947 -9.88034 -144.45 - 95 287.154 850 2 0 56.6906 -9.88112 -145.85 - 95 144.079 1182 1 1 56.6105 -9.88855 -174.45 - 95 106.716 850 1 0 56.6111 -9.89158 -175.85 - 95 108.492 1182 0 1 56.6368 -9.9647 -204.45 - 95 181.983 850 0 0 56.6408 -9.97751 -205.85 - 95 230.908 1178 1 1 55.6575 -10.3388 -174.45 - 95 202.01 848 1 0 55.6049 -10.4052 -175.85 - 95 137.259 1170 0 1 54.1911 -11.9785 -204.45 - 95 263.465 840 0 0 53.9591 -11.912 -205.85 - 95 259.657 851 2 0 56.5595 -9.82035 -145.85 - 95 103.967 1167 1 1 53.5086 -8.29894 -174.45 - 95 24.5079 1166 1 1 53.4496 -8.2919 -174.739 - 95 136.729 859 1 0 53.2537 -8.24466 -175.85 - 95 152.284 1136 0 1 47.4269 -6.91517 -204.45 - 95 119.848 864 0 0 47.3641 -7.13276 -205.85 - 95 70.8222 945 9 0 68.9033 9.21199 63.75 - 95 1.77715 946 9 0 68.9162 9.25008 64.0623 - 95 248.656 1183 3 1 56.65 -9.80006 -114.693 - 95 92.6444 853 4 0 56.3173 -9.39708 -85.8505 - 95 141.14 1149 3 1 49.9456 -5.55256 -114.45 - 95 24.2898 872 3 0 50.0685 -5.63619 -115.85 - 95 76.1534 871 3 0 50.0786 -5.65 -115.945 - 95 360.894 1149 2 1 49.8527 -12.9205 -144.45 - 95 126.632 1148 2 1 49.85 -12.9243 -144.456 - 95 48.4946 1147 2 1 49.65 -13.1587 -144.799 - 95 144.275 831 2 0 48.6619 -13.7067 -145.85 - 95 2.73005 832 2 0 48.4495 -13.65 -146.237 - 95 22.1725 1150 2 1 50.05 -13.7103 -144.498 - 95 101.661 1198 3 1 59.7849 -8.92364 -114.45 - 95 15.1345 1197 3 1 59.65 -9.03389 -114.795 - 95 107.21 853 3 0 59.2947 -9.43653 -115.85 - 95 498.808 852 3 0 59.2833 -9.45 -115.886 - 95 183.819 1146 2 1 49.3182 -17.9968 -144.45 - 95 72.246 806 2 0 49.4904 -18.711 -145.85 - 95 104.664 805 2 0 49.5469 -18.85 -146.129 - 95 9.40055 633 2 0 69.1339 -53.4281 -146.25 - 95 99.839 632 2 0 69.1474 -53.45 -146.222 - 95 53.0241 631 2 0 69.2759 -53.65 -145.983 - 95 219.162 1250 2 1 70.0853 -55.0479 -144.849 - 95 49.6359 1251 2 1 70.3079 -55.5079 -144.45 - 95 65.2178 1252 2 1 70.4505 -55.3806 -144.532 - 95 105.348 1253 2 1 70.6504 -55.2169 -144.651 - 95 59.6973 1254 2 1 70.85 -55.0449 -144.77 - 95 105.129 636 2 0 73.63 -52.8191 -145.85 - 95 151.427 637 2 0 73.8795 -52.65 -145.957 - 95 190.02 638 2 0 74.1679 -52.4494 -145.982 - 95 254.537 639 2 0 74.5816 -52.25 -146.015 - 95 171.868 695 2 0 104.472 -41.0066 -146.25 - 95 103.296 1183 1 1 56.65 -16.7521 -174.506 - 95 217.879 1184 1 1 56.85 -16.4574 -174.631 - 95 4.34902 827 1 0 57.8875 -14.4681 -175.85 - 95 75.7927 828 1 0 57.8972 -14.4497 -175.861 - 95 54.3249 829 1 0 57.9988 -14.25 -175.942 - 95 108.185 830 1 0 58.0414 -14.0499 -176.027 - 95 63.2063 831 1 0 58.0843 -13.85 -176.113 - 95 58.5896 832 1 0 58.119 -13.65 -176.176 - 95 51.8704 833 1 0 58.1622 -13.45 -176.176 - 95 3.5239 834 1 0 58.2369 -13.2491 -176.24 - 95 57.6831 1113 1 0 108.144 42.8146 -176.25 - 95 117.618 1114 1 0 108.304 42.85 -176.115 - 95 102.758 1445 1 1 109.303 43.0356 -174.85 - 95 85.9856 1446 1 1 109.35 43.0438 -174.789 - 95 57.1499 1447 1 1 109.55 43.084 -174.615 - 95 106.288 1178 7 1 55.8005 -9.11589 5.55 - 95 269.131 854 7 0 55.7976 -9.11228 4.15 - 95 337.717 1178 6 1 55.7351 -9.03609 -24.45 - 95 123.148 855 6 0 55.7298 -9.03075 -25.85 - 95 113.808 1177 5 1 55.6239 -8.91833 -54.45 - 95 290.794 855 5 0 55.618 -8.91496 -55.85 - 95 123.434 1177 4 1 55.4989 -8.84443 -84.45 - 95 145.225 856 4 0 55.4945 -8.84098 -85.85 - 95 201.826 1176 3 1 55.3995 -8.77118 -114.45 - 95 101.8 856 3 0 55.3953 -8.77002 -115.85 - 95 111.12 1176 2 1 55.3123 -8.74521 -144.45 - 95 121.283 856 2 0 55.3094 -8.74112 -145.85 - 95 130.03 1176 1 1 55.2536 -8.65671 -174.45 - 95 124.366 856 1 0 55.2525 -8.65612 -175.85 - 95 115.97 1175 0 1 55.2443 -8.65608 -204.45 - 95 152.28 856 0 0 55.2434 -8.6544 -205.85 - 95 59.483 1010 1 0 79.5134 22.05 -176.2 - 95 71.4871 1175 1 1 55.2089 -8.66891 -174.45 - 95 71.8158 1174 1 1 55.05 -8.76068 -174.524 - 95 71.5674 1173 1 1 54.85 -8.81999 -174.561 - 95 66.1806 1172 1 1 54.6499 -8.83956 -174.498 - 95 100.926 1171 1 1 54.45 -8.8583 -174.466 - 95 180.151 1170 1 1 54.25 -8.93875 -174.529 - 95 238.617 1169 1 1 54.0496 -9.10584 -174.604 - 95 133.192 1168 1 1 53.85 -9.05755 -174.695 - 95 8.97606 809 0 0 47.4135 -18.05 -206.094 - 95 41.8106 752 5 0 73.0337 -29.5112 -56.2499 - 95 175.101 1179 6 1 55.9234 -9.08117 -24.45 - 95 127.958 854 6 0 55.9216 -9.079 -25.85 - 95 257.162 1179 5 1 55.8867 -9.0276 -54.45 - 95 106.585 1178 4 1 55.7993 -9.01728 -84.45 - 95 144.196 855 4 0 55.7943 -9.01969 -85.85 - 95 163.689 1178 3 1 55.7098 -9.08195 -114.45 - 95 362.898 854 3 0 55.7081 -9.08617 -115.85 - 95 141.535 1178 2 1 55.6722 -9.16343 -144.45 - 95 313.686 854 2 0 55.6724 -9.16736 -145.85 - 95 287.824 853 1 0 55.6912 -9.25146 -175.85 - 95 407.757 1178 0 1 55.6934 -9.30265 -204.45 - 95 107.354 853 0 0 55.7004 -9.30149 -205.85 - 95 206.187 855 0 0 55.7282 -9.01501 -205.85 - 95 197.878 1177 1 1 55.6312 -9.24537 -174.45 - 95 587.215 852 0 0 55.6873 -9.56254 -205.85 - 95 18.1099 851 0 0 55.7646 -9.65 -206.202 - 95 112.071 856 5 0 56.2029 -8.77654 -55.85 - 95 39.5043 1207 4 1 61.6 -6.05806 -84.45 - 95 63.0826 1206 4 1 61.45 -6.08837 -84.517 - 95 75.7158 1205 4 1 61.2496 -6.12644 -84.5989 - 95 52.8614 1204 4 1 61.05 -6.17132 -84.6682 - 95 107.097 1203 4 1 60.8499 -6.19877 -84.6993 - 95 52.3916 1202 4 1 60.65 -6.22634 -84.7297 - 95 83.2039 1201 4 1 60.4495 -6.25299 -84.7773 - 95 9.6155 1200 4 1 60.25 -6.2766 -84.8404 - 95 203.557 866 4 0 57.8702 -6.65062 -85.85 - 95 50.0637 865 4 0 57.2664 -6.85003 -86.2212 - 95 159.322 1027 3 1 25.5247 -17.8925 -114.45 - 95 131.899 1026 3 1 25.4497 -18.0067 -114.599 - 95 125.752 804 3 0 24.7979 -19.056 -115.85 - 95 42.1586 803 3 0 24.6851 -19.25 -116.115 - 95 0.204556 980 2 1 16.0506 -45.5572 -144.45 - 95 149.703 979 2 1 16.0497 -45.557 -144.451 - 95 384.596 978 2 1 15.85 -45.4769 -144.602 - 95 86.4605 977 2 1 15.6497 -45.4134 -144.713 - 95 15.4305 976 2 1 15.45 -45.3368 -144.817 - 95 167.468 677 2 0 13.8092 -44.6271 -145.85 - 95 43.5606 678 2 0 13.5216 -44.45 -146.129 - 95 276.705 773 2 0 8.21247 -25.3716 -146.25 - 95 24.4706 945 2 1 9.21355 -25.4409 -144.85 - 95 149.88 946 2 1 9.25 -25.4484 -144.786 - 95 120.277 947 2 1 9.45 -25.3348 -144.467 - 95 57.854 789 2 0 6.59041 -22.2376 -145.85 - 95 77.4522 790 2 0 6.47709 -22.05 -145.951 - 95 75.6366 791 2 0 6.39773 -21.8496 -145.999 - 95 102.466 792 2 0 6.28412 -21.65 -146.084 - 95 96.0847 1177 6 1 55.65 -9.18024 -24.599 - 95 242.66 1176 6 1 55.45 -9.12244 -24.6039 - 95 332.202 831 9 0 89.1475 -13.7598 63.75 - 95 114.002 853 10 0 55.9969 -9.25724 94.15 - 95 164.193 1186 9 1 57.2955 -10.027 65.55 - 95 231.718 849 9 0 57.4028 -10.1141 64.15 - 95 151.085 1191 8 1 58.3812 -11.8937 35.5495 - 95 152.936 839 8 0 58.4108 -12.1316 34.15 - 95 455.813 1198 7 1 59.751 -17.229 5.55 - 95 107.83 813 7 0 59.8749 -17.4021 4.15 - 95 103.013 1215 6 1 63.0762 -20.5263 -24.4503 - 95 115.62 797 6 0 63.3717 -20.5151 -25.85 - 95 159.985 1247 5 1 69.5078 -20.5319 -54.45 - 95 4.18813 1248 5 1 69.65 -20.5609 -54.8386 - 95 9.1704 797 5 0 69.9909 -20.6472 -55.85 - 95 174.166 796 5 0 70.0022 -20.65 -55.8833 - 95 127.524 1290 4 1 78.0702 -22.7018 -84.4501 - 95 109.058 786 4 0 78.5644 -22.6832 -85.85 - 95 81.6674 1342 3 1 88.565 -22.3204 -114.45 - 95 45.4016 1343 3 1 88.65 -22.2755 -114.689 - 95 191.409 789 3 0 89.0804 -22.1058 -115.85 - 95 171.193 1402 2 1 100.581 -18.7953 -144.45 - 95 31.0713 812 2 0 101.074 -17.5302 -145.85 - 95 87.9549 813 2 0 101.104 -17.45 -145.94 - 95 30.2621 814 2 0 101.19 -17.25 -146.175 - 95 89.7066 1467 1 1 113.611 6.34161 -174.45 - 95 55.6698 1468 1 1 113.75 6.52347 -174.716 - 95 48.5912 936 1 0 114.32 7.38041 -175.85 - 95 132.586 937 1 0 114.367 7.45 -175.943 - 95 23.454 938 1 0 114.513 7.65 -176.206 - 95 5.35234 1540 0 1 128.334 31.5508 -204.45 - 95 86.4315 1541 0 1 128.35 31.5555 -204.461 - 95 101.796 1542 0 1 128.55 31.619 -204.593 - 95 70.6727 1543 0 1 128.75 31.6707 -204.711 - 95 16.6978 1544 0 1 128.95 31.7205 -204.821 - 95 31.9624 1060 0 0 130.801 32.2131 -205.85 - 95 223.322 1061 0 0 130.915 32.25 -205.912 - 95 407.441 1080 0 0 152.853 36.2424 -206.25 - 95 47.5359 1656 0 1 151.388 36.5381 -204.85 - 95 387.37 1655 0 1 151.35 36.5525 -204.818 - 95 13.4538 1086 0 0 151.041 37.417 -205.85 - 95 111.799 1087 0 0 151.045 37.4502 -205.895 - 95 142.448 1125 0 0 132.82 45.1774 -206.25 - 95 30.6596 1563 0 1 132.947 45.6626 -204.85 - 95 365.93 1564 0 1 132.95 45.6973 -204.777 - 95 50.7538 1079 0 0 152.754 36.05 -206.028 - 95 62.1056 1078 0 0 152.752 35.8497 -205.927 - 95 26.3595 1077 0 0 152.756 35.65 -205.878 - 95 125.194 1663 0 1 152.917 33.7879 -204.85 - 95 144.669 1664 0 1 152.95 33.3356 -204.722 - 95 107.919 1665 0 1 153.15 32.9601 -204.643 - 95 399.865 1666 0 1 153.35 32.9532 -204.509 - 95 206.708 1334 3 1 87.0371 -22.2611 -114.45 - 95 27.2591 1335 3 1 87.05 -22.2193 -114.496 - 95 36.6511 811 5 0 40.6336 -17.6977 -55.85 - 95 7.15544 812 5 0 40.4992 -17.65 -56.2222 - 95 53.6123 932 5 0 25.5667 6.62579 -56.25 - 95 159.806 933 5 0 25.4795 6.65 -56.0606 - 95 55.985 1023 5 1 24.7193 6.76028 -54.85 - 95 391.99 1022 5 1 24.65 6.78015 -54.6628 - 95 126.959 1021 5 1 24.45 7.2447 -54.812 - 95 54.5751 934 5 0 19.2433 6.97687 -55.85 - 95 168.912 1199 7 1 59.85 -17.0592 5.50257 - 95 117.154 751 2 0 67.6442 -29.65 -145.911 - 95 74.7736 1178 10 1 55.85 -9.1647 95.3822 - 95 143.882 855 10 0 55.0398 -8.98537 94.1496 - 95 22.8205 817 10 0 32.1071 -16.6099 93.7501 - 95 90.0992 816 10 0 32.1038 -16.65 93.8384 - 95 70.913 815 10 0 32.021 -16.85 94.0777 - 95 22.6805 1055 10 1 31.0854 -17.9146 95.1503 - 95 126.899 1054 10 1 31.05 -17.9577 95.2008 - 95 336.865 1053 10 1 30.8499 -18.1125 95.3212 - 95 75.842 813 10 0 31.1803 -17.3729 94.1499 - 95 137.256 814 10 0 31.1765 -17.25 93.978 - 95 302.479 1183 4 1 56.7044 -9.08563 -84.45 - 95 229.081 854 4 0 56.7096 -9.08604 -85.85 - 95 144.412 1184 2 1 56.9247 -9.05544 -144.45 - 95 245.77 1185 1 1 57.0662 -9.00921 -174.45 - 95 128.796 855 1 0 57.0713 -9.01001 -175.85 - 95 89.035 1185 0 1 57.1661 -9.0118 -204.45 - 95 41.7588 837 0 0 55.4462 -12.6189 -206.25 - 95 132.481 836 0 0 55.4514 -12.6501 -206.184 - 95 2.59754 1188 0 1 57.8435 -15.0186 -204.85 - 95 103.515 1189 0 1 57.8502 -15.025 -204.847 - 95 130.11 1190 0 1 58.05 -15.2168 -204.725 - 95 255.223 1191 0 1 58.25 -15.2625 -204.489 - 95 9.45852 618 2 0 46.1461 -56.4162 -146.25 - 95 79.1194 617 2 0 46.1376 -56.4501 -146.233 - 95 27.4376 616 2 0 46.1092 -56.65 -146.213 - 95 50.6635 1190 3 1 58.1567 -9.31736 -114.85 - 95 123.544 1186 3 1 57.2833 -8.96122 -114.45 - 95 119.538 855 3 0 57.2713 -8.9895 -115.85 - 95 283.09 1185 2 1 57.2005 -9.66052 -144.45 - 95 143.578 843 1 0 57.1822 -11.2621 -175.85 - 95 112.489 1187 0 1 57.6205 -11.7889 -204.45 - 95 138.283 844 1 0 57.1819 -11.25 -176.031 -Number of digits in this event: 119 -Using G4ParticleGun... -Particle energy: 9.66459 LIN +Number of tracker hits in this event: 19 + 95 266.601 594 1 1 -61.2051 -35.4578 -174.45 + 95 244.583 722 1 0 -61.2049 -35.453 -175.85 + 95 273.974 594 0 1 -61.2191 -35.3546 -204.45 + 95 115.804 723 0 0 -61.2136 -35.3465 -205.85 + 95 160.611 722 0 0 -61.2166 -35.4547 -205.85 + 95 78.9202 582 1 0 -117.686 -63.5115 -176.249 + 95 232.127 581 1 0 -117.605 -63.65 -176.095 + 95 298.676 314 1 1 -117.215 -63.6573 -174.85 + 95 74.9671 729 0 0 -61.696 -34.2328 -205.85 + 95 57.3014 730 0 0 -61.651 -34.0498 -205.969 + 95 67.6292 731 0 0 -61.5271 -33.85 -206.048 + 95 221.713 732 0 0 -61.4255 -33.6499 -206.097 + 95 159.516 596 0 0 -9.04071 -60.7522 -206.25 + 95 49.9115 595 0 0 -8.8322 -60.85 -206.164 + 95 153.388 597 0 0 -8.71044 -60.65 -205.934 + 95 4.28065 845 0 1 -10.9866 -60.8821 -204.85 + 95 18.9079 591 0 0 -12.5648 -61.7196 -205.85 + 95 52.5485 828 0 1 -14.4145 -63.7373 -204.85 + 95 85.3253 827 0 1 -14.45 -63.7598 -204.832 +Number of digits in this event: 12 +Using G4ParticleGun... +Particle energy: 3.21451 LIN Particle: gamma Event: 96 Number of tracker hits in this event: 0 -Number of digits in this event: 3 +Number of digits in this event: 1 Using G4ParticleGun... -Particle energy: 7.77988 LIN +Particle energy: 5.83059 LIN Particle: gamma Event: 97 -Number of tracker hits in this event: 40 - 97 213.17 1121 5 1 44.3475 5.60373 -54.45 - 97 230.312 927 5 0 44.348 5.60456 -55.85 - 97 111.991 1121 4 1 44.3592 5.61542 -84.45 - 97 281.702 927 4 0 44.3586 5.61503 -85.85 - 97 327.601 1121 3 1 44.3427 5.6106 -114.45 - 97 150.669 927 3 0 44.3399 5.60971 -115.85 - 97 111.254 1121 2 1 44.2916 5.59526 -144.45 - 97 156.621 927 2 0 44.29 5.59381 -145.85 - 97 124.761 1121 1 1 44.2527 5.56564 -174.45 - 97 97.7986 927 1 0 44.2496 5.56229 -175.85 - 97 156.51 1120 0 1 44.1917 5.49462 -204.45 - 97 190.231 927 0 0 44.1879 5.49194 -205.85 - 97 60.1672 426 0 0 87.2449 -94.75 -206.199 - 97 33.1619 1120 3 1 44.25 5.62379 -114.752 - 97 200.019 929 3 0 43.8906 5.96833 -115.85 - 97 97.3869 930 3 0 43.5682 6.05 -116.03 - 97 28.6103 1109 3 1 41.9422 6.51354 -114.85 - 97 195.148 1108 3 1 41.8497 6.54444 -114.824 - 97 210.037 1107 3 1 41.6499 6.64758 -114.714 - 97 119.631 1120 4 1 44.2113 5.5176 -84.45 - 97 127.839 1119 3 1 43.9902 5.42513 -114.45 - 97 161.894 926 3 0 43.9821 5.42244 -115.85 - 97 142.768 1118 2 1 43.8076 5.36784 -144.45 - 97 113.397 926 2 0 43.7987 5.36564 -145.85 - 97 129.577 1117 1 1 43.6131 5.32655 -174.45 - 97 113.95 926 1 0 43.6044 5.32563 -175.85 - 97 133.648 1116 0 1 43.4378 5.29924 -204.45 - 97 107.853 926 0 0 43.4297 5.29757 -205.85 - 97 19.6525 1477 0 0 20.8367 115.55 -206.163 - 97 72.051 1478 0 0 20.7861 115.75 -206.036 - 97 46.0043 1479 0 0 20.6457 115.95 -205.93 - 97 91.1973 1001 0 1 20.4476 117.828 -204.85 - 97 172.643 1002 0 1 20.45 118.125 -204.718 - 97 170.367 1003 0 1 20.65 118.531 -204.722 - 97 223.148 1004 0 1 20.8504 118.767 -204.8 - 97 63.5971 1005 0 1 21.05 118.866 -204.559 - 97 87.279 1497 0 0 21.0014 119.725 -205.85 - 97 74.7351 1498 0 0 20.9546 119.75 -206.013 - 97 2.13311 441 3 1 -91.9311 -13.0989 -114.85 - 97 31.2096 1228 0 1 65.65 173.773 -204.694 -Number of digits in this event: 22 +Number of tracker hits in this event: 1 + 97 104.241 450 3 0 41.1556 -89.8994 -116.25 +Number of digits in this event: 2 Using G4ParticleGun... -Particle energy: 2.52544 LIN +Particle energy: 6.63633 LIN Particle: gamma Event: 98 -Number of tracker hits in this event: 1 - 98 83.0841 612 2 0 52.6274 -57.481 -146.25 -Number of digits in this event: 2 +Number of tracker hits in this event: 30 + 98 284.034 989 4 1 17.8554 37.0691 -84.45 + 98 305.6 1085 4 0 17.857 37.0685 -85.85 + 98 181.223 989 3 1 17.8978 37.0496 -114.45 + 98 258.984 1084 3 0 17.9003 37.0478 -115.85 + 98 102.256 989 2 1 18.0234 37.0503 -144.45 + 98 104.107 1085 2 0 18.0212 37.0527 -145.85 + 98 151.209 989 1 1 17.9837 37.1239 -174.45 + 98 139.864 1085 1 0 17.9701 37.1739 -175.85 + 98 115.353 988 0 1 17.6704 38.1977 -204.45 + 98 121.619 1091 0 0 17.6635 38.2552 -205.85 + 98 83.3676 950 0 0 38.8783 10.1513 -206.25 + 98 73.7369 949 0 0 39.0315 10.0495 -206.132 + 98 321.786 882 0 0 71.1035 -3.54589 -206.25 + 98 16.4349 881 0 0 71.295 -3.65 -206.124 + 98 112.583 987 3 1 17.4636 36.8738 -114.45 + 98 249.285 986 2 1 17.2767 36.7829 -144.45 + 98 127.852 1083 2 0 17.2585 36.7879 -145.85 + 98 239.214 984 1 1 16.9458 36.915 -174.45 + 98 125.367 1084 1 0 16.9188 36.9052 -175.85 + 98 105.246 981 0 1 16.3778 36.6398 -204.45 + 98 109.886 1082 0 0 16.3681 36.6238 -205.85 + 98 211.39 648 1 0 -43.8937 -50.25 -176.198 + 98 77.1768 647 1 0 -43.9877 -50.45 -176.146 + 98 117.041 1486 0 0 54.5538 117.536 -206.25 + 98 35.8043 1485 0 0 54.6402 117.35 -205.875 + 98 121.451 1175 0 1 55.1675 116.584 -204.85 + 98 77.8645 1176 0 1 55.2501 116.495 -204.674 + 98 145.845 983 1 1 16.85 36.846 -174.529 + 98 81.2505 1110 4 0 54.3949 42.1847 -86.25 + 98 392.124 1109 4 0 54.5031 42.05 -86.08 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 2.95975 LIN +Particle energy: 1.52131 LIN Particle: gamma Event: 99 -Number of tracker hits in this event: 62 - 99 346.147 827 4 1 -14.5857 120.081 -84.45 - 99 228.92 1499 4 0 -14.5311 120.079 -85.85 - 99 126.111 834 3 1 -13.0801 120.084 -114.45 - 99 7.25108 833 3 1 -13.25 120.185 -114.839 - 99 6.84598 1501 3 0 -13.7407 120.539 -115.85 - 99 126.482 1502 3 0 -13.7551 120.55 -115.88 - 99 49.5325 759 2 1 -28.2193 139.689 -144.45 - 99 114.64 758 2 1 -28.25 139.742 -144.549 - 99 58.3142 1603 2 0 -28.3721 140.835 -145.85 - 99 106.079 1604 2 0 -28.3881 140.95 -146.017 - 99 80.8513 740 1 1 -31.9609 149.918 -174.45 - 99 97.2649 741 1 1 -31.85 150.01 -174.702 - 99 227.485 1652 1 0 -30.4698 150.565 -175.85 - 99 129.146 1653 1 0 -29.9663 150.75 -175.97 - 99 99.7332 1654 1 0 -29.6043 150.95 -176.176 - 99 138.581 1378 1 0 -11.6617 95.8772 -176.25 - 99 207.185 1377 1 0 -11.5526 95.75 -176.027 - 99 56.5545 757 2 1 -28.45 139.526 -144.497 - 99 113.837 756 2 1 -28.65 139.468 -144.546 - 99 224.591 755 2 1 -28.85 139.459 -144.578 - 99 105.976 754 2 1 -29.05 139.421 -144.63 - 99 122.857 827 3 1 -14.4957 120.111 -114.45 - 99 118.317 1499 3 0 -14.4903 120.111 -115.85 - 99 111.585 828 2 1 -14.3496 120.098 -144.45 - 99 144.609 1499 2 0 -14.3417 120.098 -145.85 - 99 138.043 829 1 1 -14.1669 120.076 -174.45 - 99 122.75 1499 1 0 -14.1441 120.079 -175.85 - 99 143.94 831 0 1 -13.6598 120.181 -204.45 - 99 204.561 1500 0 0 -13.6416 120.162 -205.85 - 99 113.264 832 0 1 -13.5133 120.305 -204.45 - 99 158.439 833 0 1 -13.4498 120.28 -204.61 - 99 7.67279 1240 0 1 68.05 124.166 -204.653 - 99 105.954 826 4 1 -14.6501 120.055 -84.7928 - 99 143.798 1498 4 0 -15.1985 119.89 -85.85 - 99 217.451 1496 4 0 -14.8705 119.491 -85.85 - 99 13.8618 1495 4 0 -14.916 119.35 -86.2067 - 99 121.621 807 3 1 -18.6225 108.04 -114.45 - 99 69.3065 1434 3 0 -18.5843 107.08 -115.85 - 99 53.9112 1433 3 0 -18.5794 106.95 -116.057 - 99 286.348 801 2 1 -19.6811 87.9745 -144.45 - 99 11.5507 1323 2 0 -19.9153 84.6859 -145.85 - 99 48.464 1322 2 0 -19.9176 84.65 -145.865 - 99 56.5933 1321 2 0 -19.921 84.45 -145.949 - 99 60.1733 1320 2 0 -19.9355 84.25 -146.026 - 99 118.523 1319 2 0 -19.9671 84.05 -146.098 - 99 74.5771 1318 2 0 -19.9929 83.85 -146.166 - 99 54.2133 1317 2 0 -20.0181 83.65 -146.222 - 99 63.3317 281 2 0 -59.1793 -123.755 -146.25 - 99 157.392 280 2 0 -59.2335 -123.95 -146.187 - 99 88.99 279 2 0 -59.3042 -124.15 -146.113 - 99 59.5943 278 2 0 -59.3563 -124.35 -146.015 - 99 41.8681 277 2 0 -59.4201 -124.55 -145.898 - 99 19.9311 601 2 1 -59.8433 -126.344 -144.85 - 99 203.999 600 2 1 -59.85 -126.375 -144.831 - 99 174.043 289 3 0 -70.6745 -122.26 -116.25 - 99 308.048 288 3 0 -70.6081 -122.35 -116.074 - 99 47.6904 596 2 1 -60.65 -127.618 -144.574 - 99 31.3873 266 2 0 -58.9609 -126.928 -145.85 - 99 0.218808 265 2 0 -58.9216 -126.95 -145.85 - 99 101.605 607 2 1 -58.5288 -127.132 -144.85 - 99 52.9138 1351 2 0 61.0428 90.4243 -146.25 - 99 100.711 1413 2 0 54.5395 102.822 -146.25 -Number of digits in this event: 26 +Number of tracker hits in this event: 69 + 99 226.287 789 8 1 -22.1146 -11.6625 35.55 + 99 106.284 841 8 0 -22.1226 -11.6622 34.15 + 99 108.532 788 7 1 -22.2874 -11.6046 5.55 + 99 176.446 842 7 0 -22.2973 -11.6062 4.15 + 99 98.654 787 6 1 -22.5645 -11.6368 -24.45 + 99 118.659 842 6 0 -22.5757 -11.6283 -25.85 + 99 193.359 785 5 1 -22.8942 -11.4016 -54.45 + 99 127.752 843 5 0 -22.9225 -11.3988 -55.85 + 99 131.7 782 4 1 -23.5402 -11.4431 -84.45 + 99 132.508 843 4 0 -23.565 -11.4429 -85.85 + 99 136.102 779 3 1 -24.1653 -11.4671 -114.45 + 99 68.094 842 3 0 -24.2042 -11.4523 -115.85 + 99 63.6315 843 3 0 -24.2102 -11.45 -116.063 + 99 127.716 775 2 1 -24.9963 -11.1893 -144.45 + 99 167.753 844 2 0 -25.0491 -11.1921 -145.85 + 99 116.67 769 1 1 -26.1321 -11.2137 -174.45 + 99 93.4349 844 1 0 -26.1865 -11.1625 -175.85 + 99 202.375 765 0 1 -26.9733 -10.0487 -204.45 + 99 263.306 850 0 0 -26.9069 -9.97622 -205.85 + 99 66.8597 841 5 0 -23.1836 -11.7302 -55.85 + 99 10.4414 621 4 1 -55.65 -77.4616 -84.6541 + 99 267.229 779 1 1 -24.0892 -9.96725 -174.45 + 99 297.317 850 1 0 -24.1066 -9.97021 -175.85 + 99 116.818 776 0 1 -24.6649 -9.89191 -204.45 + 99 59.5076 384 5 1 -103.15 -93.2116 -54.6694 + 99 195.831 770 0 1 -25.9187 -10.8824 -204.45 + 99 120.776 845 0 0 -25.9115 -10.9554 -205.85 + 99 208.901 1233 11 1 66.8413 -82.6771 125.55 + 99 84.3725 841 7 0 -22.3228 -11.65 3.97043 + 99 163.659 842 8 0 -22.0988 -11.6433 34.15 + 99 123.282 790 7 1 -21.8609 -11.2839 5.55 + 99 165.345 843 7 0 -21.8382 -11.2635 4.15 + 99 120.97 793 6 1 -21.2672 -10.9392 -24.45 + 99 124.526 845 6 0 -21.2287 -10.9392 -25.85 + 99 113.689 797 5 1 -20.4772 -10.9169 -54.45 + 99 146.071 845 5 0 -20.4335 -10.9066 -55.85 + 99 247.028 802 4 1 -19.4856 -10.6234 -84.45 + 99 164.147 847 4 0 -19.4371 -10.6228 -85.85 + 99 138.902 807 3 1 -18.5379 -10.5996 -114.45 + 99 147.739 847 3 0 -18.4978 -10.6125 -115.85 + 99 128.406 811 2 1 -17.6937 -10.9719 -144.45 + 99 139.693 845 2 0 -17.6747 -11.0185 -145.85 + 99 125.721 815 1 1 -16.8936 -11.7298 -174.45 + 99 247.162 841 1 0 -16.8501 -11.7784 -175.85 + 99 147.086 820 0 1 -15.9749 -12.8813 -204.45 + 99 139.333 835 0 0 -15.9264 -12.925 -205.85 + 99 42.0673 1115 0 1 43.05 -112.707 -204.644 + 99 7.19726 1111 0 1 42.45 -112.852 -204.492 + 99 103.272 1116 0 1 43.2501 -113.182 -204.651 + 99 68.7622 1117 0 1 43.45 -113.427 -204.535 + 99 222.656 1068 0 1 33.7482 -89.1355 -204.45 + 99 227.818 1069 0 1 33.85 -89.3921 -204.587 + 99 271.325 1054 0 0 -47.866 30.8587 -206.25 + 99 26.9351 1036 0 0 -48.6998 27.45 -206.043 + 99 93.4453 724 0 0 -59.7859 -35.2375 -206.25 + 99 77.57 725 0 0 -59.6923 -35.05 -206.062 + 99 387.36 726 0 0 -59.5245 -34.85 -205.995 + 99 102.443 732 0 0 -19.3333 -33.5707 -206.25 + 99 29.1096 787 0 0 -9.79028 -22.5873 -206.25 + 99 82.1192 786 0 0 -9.75922 -22.65 -206.169 + 99 179.358 785 0 0 -9.67759 -22.8502 -206.003 + 99 0.460051 784 0 0 -9.59154 -23.05 -205.851 + 99 335.21 856 0 1 -8.8287 -24.2016 -204.85 + 99 100.117 855 0 1 -8.85 -24.5271 -204.485 + 99 82.7058 854 0 1 -9.0502 -24.5766 -204.707 + 99 27.6946 853 0 1 -9.25012 -24.582 -204.816 + 99 186.924 779 0 0 -14.3051 -24.144 -205.85 + 99 592.613 780 0 0 -14.9624 -24.05 -205.933 + 99 16.9874 781 0 0 -15.51 -23.85 -206.104 +Number of digits in this event: 43 Run terminated. Run Summary Number of events processed : 100 - User=40.110000s Real=41.490179s Sys=0.010000s + User=41.380000s Real=43.889546s Sys=0.230000s End of Run 1 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - 4 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/particle e- /gun/energy 1 GeV /gun/sourceType 2 @@ -8729,7888 +8425,8561 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun... -Particle energy: 2.10538 LIN +Particle energy: 2.09925 LIN Particle: e- Event: 0 -Number of tracker hits in this event: 60 - 0 124.372 306 9 1 -118.803 60.0095 65.55 - 0 111.869 1199 9 0 -118.801 60.0068 64.15 - 0 125.173 306 8 1 -118.753 59.935 35.55 - 0 119.741 1199 8 0 -118.751 59.9329 34.15 - 0 165.378 307 7 1 -118.7 59.9015 5.55 - 0 167.827 1199 7 0 -118.696 59.9012 4.15 - 0 101.02 307 6 1 -118.625 59.9037 -24.45 - 0 111.404 1199 6 0 -118.623 59.915 -25.85 - 0 109.304 307 5 1 -118.563 60.1547 -54.45 - 0 123.31 1200 5 0 -118.563 60.1653 -55.85 - 0 111.777 307 4 1 -118.581 60.3455 -84.45 - 0 116.565 1201 4 0 -118.585 60.3569 -85.85 - 0 147.294 307 3 1 -118.677 60.633 -114.45 - 0 27.1827 1202 3 0 -118.69 60.6484 -115.85 - 0 71.9479 1203 3 0 -118.691 60.65 -115.997 - 0 126.651 305 2 1 -118.969 60.9802 -144.45 - 0 168.702 1204 2 0 -118.984 60.9998 -145.85 - 0 117.222 304 1 1 -119.255 61.3873 -174.45 - 0 111.467 1206 1 0 -119.267 61.4007 -175.85 - 0 148.132 303 0 1 -119.519 61.6652 -204.45 - 0 106.969 1208 0 0 -119.528 61.667 -205.85 - 0 67.6375 308 3 1 -118.55 60.1915 -114.49 - 0 63.7092 309 3 1 -118.35 60.1453 -114.642 - 0 27.2126 310 3 1 -118.15 60.0848 -114.799 - 0 280.93 1198 3 0 -116.892 59.776 -115.85 - 0 162.664 1238 3 0 33.7078 67.7573 -116.25 - 0 69.1954 1237 3 0 34.2225 67.65 -115.988 - 0 42.6916 1081 3 1 36.335 67.4414 -114.85 - 0 150.703 1082 3 1 36.45 67.3637 -114.772 - 0 160.706 1083 3 1 36.65 67.076 -114.641 - 0 179.998 1084 3 1 36.85 66.4522 -114.609 - 0 100.32 1085 3 1 37.05 65.8717 -114.549 - 0 363.186 1227 4 0 28.0681 65.5199 -86.25 - 0 86.0507 1035 4 1 27.2281 65.4355 -84.8482 - 0 80.2954 1034 4 1 27.05 65.4227 -84.6515 - 0 42.9971 1033 4 1 26.8494 65.377 -84.4548 - 0 68.0481 1032 4 1 26.65 65.3031 -84.5724 - 0 56.229 1031 4 1 26.4484 65.3098 -84.806 - 0 14.4693 1030 4 1 26.25 65.3036 -84.8412 - 0 230.024 1230 4 0 20.4261 66.2054 -85.85 - 0 112.935 1229 4 0 19.818 66.05 -85.9749 - 0 111.401 1228 4 0 19.5557 65.85 -86.0527 - 0 15.6139 984 4 1 16.8847 65.6844 -84.85 - 0 59.7776 983 4 1 16.85 65.6861 -84.8353 - 0 235.484 982 4 1 16.6499 65.6574 -84.7968 - 0 279.62 981 4 1 16.45 65.6038 -84.7216 - 0 182.69 980 4 1 16.2498 65.3222 -84.638 - 0 23.3471 949 4 1 10.05 65.8505 -84.7678 - 0 287.169 308 2 1 -118.402 59.7333 -144.45 - 0 233.545 1198 2 0 -118.395 59.7343 -145.85 - 0 101.534 308 1 1 -118.365 59.6163 -174.45 - 0 145.847 1197 1 0 -118.427 59.6196 -175.85 - 0 99.0849 302 0 1 -119.711 59.9933 -204.45 - 0 11.758 301 0 1 -119.75 60.0011 -204.807 - 0 164.979 1199 0 0 -119.867 60.0241 -205.85 - 0 110.43 321 1 1 -115.896 61.9185 -174.45 - 0 81.9917 1211 1 0 -115.883 62.3527 -175.85 - 0 22.7066 1212 1 0 -115.883 62.45 -176.153 - 0 122.784 321 0 1 -115.82 71.496 -204.45 - 0 114.861 1259 0 0 -115.834 71.8734 -205.85 -Number of digits in this event: 26 +Number of tracker hits in this event: 90 + 0 275.765 264 8 1 -127.29 -56.1513 35.55 + 0 108.815 619 8 0 -127.294 -56.1481 34.15 + 0 587.903 263 7 1 -127.375 -56.0966 5.55 + 0 149.035 619 7 0 -127.378 -56.0941 4.15 + 0 385.998 263 6 1 -127.501 -55.9788 -24.45 + 0 195.551 620 6 0 -127.556 -55.8665 -25.85 + 0 48.3933 621 6 0 -127.564 -55.85 -26.0545 + 0 151.133 257 5 1 -128.646 -53.5716 -54.45 + 0 157.723 633 5 0 -128.708 -53.4365 -55.85 + 0 129.817 250 4 1 -130.003 -50.6473 -84.45 + 0 101.42 647 4 0 -130.063 -50.5079 -85.85 + 0 101.594 244 3 1 -131.286 -47.6586 -114.45 + 0 100.33 662 3 0 -131.348 -47.508 -115.85 + 0 126.354 237 2 1 -132.728 -44.4012 -144.45 + 0 223.07 679 2 0 -132.795 -44.2272 -145.85 + 0 169.549 229 1 1 -134.156 -40.5365 -174.45 + 0 27.4627 697 1 0 -134.255 -40.4554 -175.85 + 0 104.973 698 1 0 -134.262 -40.45 -175.943 + 0 114.976 219 0 1 -136.296 -39.17 -204.45 + 0 192.117 704 0 0 -136.398 -39.097 -205.85 + 0 249.075 614 10 0 73.2993 -57.2497 93.75 + 0 64.5174 613 10 0 74.0178 -57.2501 94.1091 + 0 10.614 1285 10 1 77.2102 -57.6631 95.15 + 0 65.0039 1286 10 1 77.25 -57.666 95.162 + 0 56.4 1287 10 1 77.45 -57.6869 95.207 + 0 61.8526 1288 10 1 77.65 -57.7305 95.2525 + 0 42.3905 1289 10 1 77.85 -57.7923 95.32 + 0 79.6116 1290 10 1 78.05 -57.8311 95.3921 + 0 18.0372 1291 10 1 78.2502 -57.8586 95.4949 + 0 123.961 678 2 0 -132.82 -44.25 -146.024 + 0 239.549 233 1 1 -133.435 -44.1139 -174.45 + 0 248.096 680 1 0 -133.481 -43.9658 -175.85 + 0 105.777 227 0 1 -134.617 -40.9337 -204.45 + 0 183.985 696 0 0 -134.618 -40.7692 -205.85 + 0 126.562 152 0 1 -149.696 35.3582 -204.45 + 0 183.31 151 0 1 -149.75 35.3257 -204.498 + 0 137.44 223 0 1 -135.4 -41.0949 -204.45 + 0 172.058 695 0 0 -135.501 -41.0218 -205.85 + 0 87.6557 1760 9 1 172.15 68.9594 65.3555 + 0 169.275 1761 9 1 172.35 69.0465 65.2976 + 0 9.81371 264 7 1 -127.336 -56.0236 5.55 + 0 249.058 262 7 1 -127.55 -56.1687 5.36348 + 0 446.199 263 8 1 -127.35 -56.2285 35.3325 + 0 111.24 262 5 1 -127.684 -56.0231 -54.45 + 0 123.625 620 5 0 -127.703 -56.0382 -55.85 + 0 115.04 260 4 1 -127.959 -56.4319 -84.45 + 0 136.66 617 4 0 -127.95 -56.4947 -85.85 + 0 91.5259 261 3 1 -127.79 -57.8978 -114.45 + 0 108.043 610 3 0 -127.823 -57.9424 -115.85 + 0 138.163 259 2 1 -128.325 -58.7158 -144.45 + 0 136.701 606 2 0 -128.342 -58.7784 -145.85 + 0 229.529 257 1 1 -128.596 -60.0253 -174.45 + 0 103.74 600 1 0 -128.638 -60.029 -175.85 + 0 117.114 253 0 1 -129.36 -60.5275 -204.45 + 0 179.37 597 0 0 -129.411 -60.5681 -205.851 + 0 251.526 1063 2 0 2.94042 32.65 -146.092 + 0 80.616 729 4 0 -118.625 -34.2059 -86.25 + 0 113.518 618 6 0 -127.469 -56.2856 -25.8503 + 0 192.181 256 5 1 -128.937 -60.9245 -54.4508 + 0 108.229 591 5 0 -128.714 -61.6776 -55.8506 + 0 37.2656 590 5 0 -128.661 -61.85 -56.1576 + 0 209.602 288 4 1 -122.513 -78.9086 -84.4502 + 0 18.3369 289 4 1 -122.35 -79.3885 -84.8143 + 0 28.3577 496 4 0 -121.853 -80.7626 -85.85 + 0 89.6248 495 4 0 -121.82 -80.85 -85.9168 + 0 99.0107 494 4 0 -121.774 -81.05 -86.0435 + 0 128.681 493 4 0 -121.734 -81.25 -86.164 + 0 129.31 337 3 1 -112.707 -124.103 -114.45 + 0 335.209 336 3 1 -112.75 -124.438 -114.56 + 0 2.99846 253 3 0 -113.167 -129.532 -115.85 + 0 53.9273 252 3 0 -113.168 -129.55 -115.854 + 0 51.5278 251 3 0 -113.184 -129.751 -115.901 + 0 76.5662 250 3 0 -113.198 -129.95 -115.946 + 0 61.1636 249 3 0 -113.202 -130.15 -115.997 + 0 56.7549 248 3 0 -113.197 -130.35 -116.041 + 0 69.1646 247 3 0 -113.192 -130.55 -116.091 + 0 53.9016 246 3 0 -113.183 -130.75 -116.146 + 0 93.1592 245 3 0 -113.172 -130.95 -116.199 + 0 290.026 263 2 1 -127.379 -55.845 -144.45 + 0 116.967 620 2 0 -127.412 -55.9569 -145.85 + 0 96.8264 258 1 1 -128.492 -58.5286 -174.45 + 0 139.103 607 1 0 -128.78 -58.4715 -175.851 + 0 114.266 228 0 1 -134.442 -57.2788 -204.45 + 0 128.304 613 0 0 -134.726 -57.2608 -205.85 + 0 33.2835 264 2 1 -127.35 -55.8485 -144.748 + 0 185.728 621 2 0 -127.305 -55.847 -145.85 + 0 151.438 269 1 1 -126.327 -55.7786 -174.45 + 0 117.841 621 1 0 -126.313 -55.743 -175.85 + 0 211.753 270 0 1 -126.062 -55.0791 -204.45 + 0 102.266 625 0 0 -126.054 -54.9885 -205.85 +Number of digits in this event: 46 Using G4ParticleGun... -Particle energy: 6.51009 LIN +Particle energy: 3.74885 LIN Particle: e- Event: 1 -Number of tracker hits in this event: 51 - 1 136.489 1199 10 1 60.0364 63.5061 95.55 - 1 103.01 1217 10 0 60.0365 63.5055 94.15 - 1 118.884 1199 9 1 60.0414 63.4963 65.55 - 1 436.931 1217 9 0 60.0408 63.4966 64.15 - 1 112.86 1199 8 1 60.017 63.5 35.55 - 1 141.556 1217 8 0 60.0173 63.4986 34.15 - 1 121.556 1199 7 1 60.0431 63.4734 5.55 - 1 124.911 1217 7 0 60.0439 63.4745 4.15 - 1 151.146 1200 6 1 60.0638 63.5033 -24.45 - 1 147.539 1217 6 0 60.068 63.4996 -25.85 - 1 160.105 1200 5 1 60.1523 63.429 -54.45 - 1 111.477 1216 5 0 60.1569 63.4246 -55.85 - 1 124.328 1201 4 1 60.2565 63.3342 -84.45 - 1 156.725 1216 4 0 60.2623 63.3302 -85.85 - 1 382.519 1201 3 1 60.3824 63.2483 -114.45 - 1 129.058 1215 3 0 60.3906 63.2453 -115.85 - 1 110.13 1202 2 1 60.5658 63.2058 -144.45 - 1 239.286 1215 2 0 60.5736 63.2109 -145.85 - 1 159.504 1203 1 1 60.7538 63.3313 -174.45 - 1 134.586 1216 1 0 60.7675 63.3377 -175.85 - 1 124 1204 0 1 61.0403 63.4833 -204.45 - 1 259.491 1217 0 0 61.0526 63.4954 -205.85 - 1 243.445 1216 3 0 60.301 63.2659 -115.85 - 1 109.9 1191 2 1 58.4123 63.0283 -144.45 - 1 283.716 1161 1 1 52.3147 64.181 -174.45 - 1 138.466 1221 1 0 52.1787 64.3365 -175.85 - 1 138.074 1141 0 1 48.3983 67.526 -204.45 - 1 2.44443 1140 0 1 48.2498 67.6417 -204.837 - 1 98.9414 1239 0 0 47.8186 67.9494 -205.85 - 1 28.425 1240 0 0 47.6799 68.05 -206.173 - 1 125.408 781 0 1 -23.65 90.0145 -204.76 - 1 116.152 1204 2 1 61.0053 63.4775 -144.45 - 1 348.246 1217 2 0 61.0539 63.5134 -145.85 - 1 128.919 1210 1 1 62.0762 64.1551 -174.45 - 1 103.857 1220 1 0 62.1257 64.1691 -175.85 - 1 66.5375 1215 0 1 63.2411 64.3863 -204.45 - 1 46.9204 1216 0 1 63.25 64.3874 -204.688 - 1 129.995 1221 0 0 63.302 64.3895 -205.85 - 1 232.974 1232 3 0 74.7617 66.5641 -116.25 - 1 119.389 1218 9 0 60.0653 63.65 63.9461 - 1 265.852 1199 2 1 59.9589 63.5582 -144.45 - 1 150.683 1204 1 1 61.0064 62.8728 -174.45 - 1 191.946 1214 1 0 61.1362 62.8594 -175.85 - 1 25.0638 1218 0 1 63.8388 62.5261 -204.45 - 1 96.6676 1219 0 1 63.85 62.5262 -204.536 - 1 120.255 1212 0 0 64.0241 62.5284 -205.85 - 1 10.0503 1452 0 1 110.552 48.6063 -204.85 - 1 117.672 1199 1 1 59.9661 63.5154 -174.45 - 1 116.676 1217 1 0 59.9724 63.5116 -175.85 - 1 394.174 1200 0 1 60.1052 63.436 -204.45 - 1 404.498 1216 0 0 60.1104 63.4353 -205.85 -Number of digits in this event: 35 -Using G4ParticleGun... -Particle energy: 4.77504 LIN +Number of tracker hits in this event: 232 + 1 138.377 1175 10 1 55.081 89.2608 95.55 + 1 107.309 1346 10 0 55.0814 89.2608 94.15 + 1 353.074 1175 9 1 55.0947 89.2638 65.55 + 1 505.24 1346 9 0 55.0941 89.2627 64.15 + 1 435.88 1175 8 1 55.0898 89.248 35.55 + 1 173.902 1345 8 0 55.0908 89.2463 34.15 + 1 242.783 1175 7 1 55.1237 89.2114 5.55 + 1 218.29 1345 7 0 55.1262 89.2099 4.15 + 1 126.919 1175 6 1 55.1776 89.1772 -24.45 + 1 295.245 1345 6 0 55.1782 89.1739 -25.85 + 1 421.508 1175 5 1 55.2087 89.0966 -54.45 + 1 222.139 1345 5 0 55.2096 89.0884 -55.85 + 1 385.354 1175 4 1 55.2336 88.9508 -84.45 + 1 288.505 1344 4 0 55.2409 88.9459 -85.85 + 1 227.857 1176 3 1 55.3611 88.8417 -114.45 + 1 147.906 1343 3 0 55.3674 88.8403 -115.85 + 1 106.367 1177 2 1 55.463 88.7902 -144.45 + 1 236.174 1343 2 0 55.4669 88.7789 -145.85 + 1 319.958 1177 1 1 55.5491 88.4788 -174.45 + 1 119.904 1342 1 0 55.5582 88.457 -175.85 + 1 308.068 1178 0 1 55.7177 87.9615 -204.45 + 1 420.49 1339 0 0 55.7262 87.9306 -205.85 + 1 49.2992 1023 3 1 24.6792 137.61 -114.85 + 1 211.953 1022 3 1 24.6499 137.609 -114.739 + 1 138.688 1179 0 1 55.8508 88.0652 -204.521 + 1 171.929 1340 0 0 56.1944 88.1669 -205.85 + 1 149.851 1159 1 1 51.8952 92.5094 -174.45 + 1 140.835 1345 4 0 55.2266 89.1165 -85.85 + 1 147.505 1345 3 0 55.2795 89.0503 -115.85 + 1 112.124 1176 2 1 55.3444 89.0387 -144.45 + 1 185.437 1344 2 0 55.3496 89.0377 -145.85 + 1 144.355 1344 1 0 55.4755 89.0138 -175.85 + 1 120.945 1344 0 0 55.6931 89.0439 -205.85 + 1 130.847 1173 5 1 54.7334 88.9744 -54.45 + 1 139.002 1344 5 0 54.7069 88.931 -55.85 + 1 165.936 1172 4 1 54.6297 88.7297 -84.45 + 1 117.532 1343 4 0 54.5153 88.7265 -85.85 + 1 152.384 1161 3 1 52.3957 88.5764 -114.45 + 1 77.0084 1342 3 0 52.375 88.6383 -115.85 + 1 131.298 1158 2 1 51.8432 89.9906 -144.45 + 1 109.941 1350 2 0 51.6257 90.2276 -145.85 + 1 122.967 1132 1 1 46.5464 94.9658 -174.45 + 1 124.838 1375 1 0 46.2425 95.1574 -175.85 + 1 176.549 1101 0 1 40.3623 98.9732 -204.45 + 1 252.886 1395 0 0 40.0902 99.2738 -205.85 + 1 14.1336 1396 0 0 40.0288 99.35 -206.177 + 1 5.60396 1394 0 0 39.9383 99.15 -206.229 + 1 28.1542 1265 0 0 52.7888 73.1086 -206.25 + 1 128.939 1264 0 0 52.8526 73.05 -206.195 + 1 114.391 1263 0 0 53.0089 72.8498 -206.039 + 1 93.3614 1262 0 0 53.1628 72.65 -205.994 + 1 7.08879 1261 0 0 53.1917 72.45 -205.875 + 1 102.534 1164 0 1 52.9787 72.3659 -204.85 + 1 336.934 1163 0 1 52.85 72.4455 -204.644 + 1 216.437 1159 2 1 51.85 90.0043 -144.498 + 1 434.037 1346 7 0 55.054 89.3033 4.15 + 1 127.619 1181 6 1 56.3276 93.5812 -24.45 + 1 59.919 1182 6 1 56.4503 93.5454 -24.7721 + 1 233.774 1366 6 0 56.8974 93.4245 -25.85 + 1 110.421 1250 5 1 70.1545 90.231 -54.45 + 1 151.755 1351 5 0 70.3044 90.445 -55.85 + 1 34.8017 1268 4 1 73.8337 94.5087 -84.45 + 1 98.8704 1269 4 1 73.85 94.4354 -84.533 + 1 45.7678 1365 4 0 74.143 93.2715 -85.85 + 1 89.5699 1364 4 0 74.1801 93.15 -85.9865 + 1 51.5273 1363 4 0 74.2501 92.95 -86.194 + 1 626.646 1317 3 1 83.4859 62.51 -114.45 + 1 465.01 1316 3 1 83.45 60.6467 -114.799 + 1 137.578 1145 4 0 73.8903 49.2093 -86.25 + 1 130.021 1267 4 1 73.5759 48.8171 -84.85 + 1 20.072 1161 5 0 74.0795 52.4339 -56.2491 + 1 119.683 1162 5 0 74.0855 52.45 -56.1721 + 1 1122.35 1270 5 1 74.0834 52.8141 -54.85 + 1 16.204 1271 5 1 74.25 53.8121 -54.4516 + 1 20.215 1202 5 0 74.3997 60.5756 -55.8502 + 1 70.3098 1203 5 0 74.4002 60.65 -55.8631 + 1 55.2783 1204 5 0 74.4423 60.85 -55.8947 + 1 83.053 1205 5 0 74.4747 61.05 -55.9478 + 1 51.1057 1206 5 0 74.392 61.2501 -56.0051 + 1 46.573 1207 5 0 74.3168 61.45 -56.0413 + 1 59.9764 1208 5 0 74.2282 61.65 -56.0742 + 1 70.8435 1209 5 0 74.1033 61.8503 -56.0658 + 1 79.2994 1210 5 0 73.957 62.05 -56.0367 + 1 65.6745 1211 5 0 73.8419 62.25 -55.9632 + 1 68.1215 1212 5 0 73.7756 62.45 -55.9264 + 1 70.2294 1213 5 0 73.7274 62.65 -55.9029 + 1 24.178 1214 5 0 73.7184 62.85 -55.8591 + 1 231.27 1266 5 1 73.3821 72.0638 -54.85 + 1 211.226 1267 5 1 73.4502 72.3564 -54.7502 + 1 302.67 1265 5 1 73.25 73.1691 -54.7347 + 1 247.967 1265 5 0 72.6535 73.1809 -55.85 + 1 239.783 1266 5 0 72.653 73.25 -56.1482 + 1 75.9467 1267 5 0 72.7241 73.45 -56.2094 + 1 127.352 1268 5 0 72.8229 73.6501 -56.2224 + 1 411.986 1269 5 0 73.0239 73.85 -56.1814 + 1 145.724 1270 5 0 73.4619 74.05 -56.0245 + 1 179.086 883 9 0 56.6182 -3.30399 63.75 + 1 159.475 1346 8 0 55.0816 89.25 34.0343 + 1 144.671 1174 7 1 55.0336 89.2877 5.55 + 1 110.77 1167 6 1 53.629 89.5903 -24.45 + 1 123.003 1347 6 0 53.5591 89.6116 -25.85 + 1 34.1793 1160 5 1 52.058 89.9635 -54.45 + 1 84.5481 1159 5 1 52.05 89.9651 -54.5742 + 1 99.8542 1349 5 0 51.9721 89.9802 -55.85 + 1 135.091 1150 4 1 50.1962 90.4343 -84.45 + 1 150.946 1351 4 0 50.0764 90.4347 -85.85 + 1 351.403 1138 3 1 47.6846 90.4453 -114.45 + 1 111.61 1350 3 0 47.788 90.3403 -115.85 + 1 105.421 1142 2 1 48.6167 88.4987 -144.45 + 1 112.416 1342 2 0 48.4139 88.4759 -145.85 + 1 117.975 1120 1 1 44.1608 87.3483 -174.45 + 1 64.8683 1339 1 0 43.9489 87.958 -175.85 + 1 45.6679 1340 1 0 43.9112 88.05 -176.068 + 1 168.299 1096 0 1 39.2731 99.7944 -204.45 + 1 7.53645 1404 0 0 39.2547 101.129 -205.85 + 1 83.0555 1405 0 0 39.2547 101.15 -205.872 + 1 73.079 1406 0 0 39.2436 101.35 -206.063 + 1 0.778919 1407 0 0 39.2191 101.55 -206.248 + 1 33.7876 990 7 0 15.127 18.0779 3.75 + 1 232.359 989 7 0 15.1443 18.05 3.78884 + 1 31.3637 1098 7 0 33.5625 39.6625 3.75007 + 1 13.5301 1347 8 0 55.0366 89.45 33.8165 + 1 166.976 1171 7 1 54.331 93.2316 5.54984 + 1 153.52 1366 7 0 54.2185 93.4311 4.15 + 1 134.019 1161 6 1 52.3579 96.712 -24.45 + 1 121.493 1383 6 0 52.2295 96.829 -25.85 + 1 108.098 1146 5 1 49.3348 98.2104 -54.45 + 1 54.2615 1390 5 0 49.2837 98.3342 -55.85 + 1 66.1386 1391 5 0 49.2785 98.35 -56.0296 + 1 176.168 1141 4 1 48.3974 100.883 -84.45 + 1 109.354 1404 4 0 48.2736 101.023 -85.85 + 1 36.2519 1129 3 1 45.8574 104.167 -114.45 + 1 64.0113 1128 3 1 45.85 104.183 -114.597 + 1 45.3927 1420 3 0 45.7807 104.331 -115.85 + 1 101.065 1421 3 0 45.7735 104.35 -116.007 + 1 84.4023 1125 2 1 45.2136 107.64 -144.45 + 1 106.818 1126 2 1 45.25 107.683 -144.729 + 1 97.5634 1438 2 0 45.4489 107.87 -145.85 + 1 201.447 1153 1 1 50.7281 112.279 -174.45 + 1 152.004 1461 1 0 50.9179 112.41 -175.85 + 1 203.828 1176 0 1 55.3886 115.313 -204.45 + 1 40.7344 1483 0 0 55.5843 116.84 -205.85 + 1 223.902 1484 0 0 55.6008 116.951 -205.951 + 1 47.2118 1485 0 0 55.6329 117.15 -206.135 + 1 182.639 1154 1 1 50.85 112.229 -174.517 + 1 71.3261 1155 1 1 51.05 112.044 -174.755 + 1 34.1229 1453 1 0 52.1768 110.852 -175.85 + 1 92.2763 1452 1 0 52.2559 110.75 -175.935 + 1 55.6171 1451 1 0 52.4065 110.55 -176.085 + 1 53.8336 1186 8 1 57.4091 91.6216 35.5497 + 1 67.329 1187 8 1 57.45 91.6246 35.3285 + 1 261.033 1357 8 0 57.6674 91.6457 34.1498 + 1 105.989 1214 7 1 62.9846 92.2571 5.55 + 1 20.9152 1360 7 0 63.1257 92.346 4.15 + 1 100.629 1361 7 0 63.1335 92.35 4.07064 + 1 183.936 1224 6 1 64.9649 93.4836 -24.4502 + 1 176.169 1225 5 1 65.1729 92.619 -54.45 + 1 105.659 1361 5 0 65.0501 92.5098 -55.85 + 1 1.07559 1208 4 1 61.6516 90.7485 -84.4508 + 1 312.778 1207 4 1 61.65 90.7483 -84.4565 + 1 151.713 1352 4 0 61.2768 90.6993 -85.85 + 1 122.484 1162 3 1 52.5759 89.989 -114.45 + 1 133.053 1348 3 0 52.0592 89.8204 -115.85 + 1 160.22 1106 2 1 41.4457 87.0535 -144.45 + 1 26.5628 1105 2 1 41.25 87.0609 -144.787 + 1 148.043 1335 2 0 40.6033 87.0981 -145.85 + 1 113.239 1011 1 1 22.4177 88.243 -174.45 + 1 15.325 1010 1 1 22.25 88.2868 -174.804 + 1 124.971 1341 1 0 21.7614 88.3809 -175.85 + 1 0.183179 937 0 1 7.45078 92.5066 -204.45 + 1 147.88 936 0 1 7.45 92.5068 -204.452 + 1 141.54 1362 0 0 6.74504 92.6849 -205.85 + 1 129.224 1043 7 0 -173.216 28.85 3.93183 + 1 68.1918 1044 7 0 -173.236 28.85 3.95471 + 1 33.1757 1358 8 0 57.7957 91.7501 33.7826 + 1 144.272 1165 3 1 53.0961 88.4502 -114.45 + 1 47.2167 1164 3 1 53.0499 88.6364 -114.731 + 1 202.23 1346 3 0 52.7105 89.2724 -115.85 + 1 20.9378 1347 3 0 52.593 89.45 -116.196 + 1 404.001 1108 2 1 41.8146 104.911 -144.45 + 1 76.6283 1416 2 0 42.0173 103.488 -145.85 + 1 147.799 1415 2 0 42.051 103.35 -146.016 + 1 228.037 1414 2 0 42.4647 103.15 -145.933 + 1 138.308 1413 2 0 43.0625 102.95 -145.941 + 1 81.0378 1412 2 0 43.4663 102.75 -145.962 + 1 129.368 1411 2 0 43.7665 102.55 -145.992 + 1 76.685 1410 2 0 44.1435 102.35 -146.105 + 1 57.459 1677 2 0 68.0126 155.574 -146.25 + 1 278.023 1678 2 0 67.9705 155.75 -146.157 + 1 35.0265 1679 2 0 67.428 155.95 -145.868 + 1 10.3173 1224 2 1 64.8698 159.357 -144.85 + 1 77.3727 1223 2 1 64.85 159.38 -144.837 + 1 314.117 1222 2 1 64.65 159.594 -144.749 + 1 136.089 1221 2 1 64.4498 159.78 -144.584 + 1 161.458 1189 8 1 57.9748 88.0238 35.55 + 1 148.637 1342 8 0 58.0598 88.4877 34.1494 + 1 7.76359 1201 7 1 60.2528 100.442 5.55 + 1 161.644 1200 7 1 60.25 100.45 5.51803 + 1 22.3194 1402 7 0 60.125 100.733 4.15 + 1 101.166 1403 7 0 60.1157 100.75 4.05911 + 1 162.094 1174 6 1 55.0007 105.815 -24.45 + 1 19.7164 1431 6 0 54.6857 106.531 -25.85 + 1 123.099 1432 6 0 54.6772 106.55 -25.8876 + 1 42.4363 1140 5 1 48.1057 120.713 -54.45 + 1 93.9942 1139 5 1 48.05 120.789 -54.5772 + 1 76.7098 1507 5 0 47.4972 121.631 -55.8501 + 1 91.4351 1508 5 0 47.4175 121.75 -56.0268 + 1 539.041 1068 4 1 33.7713 141.01 -84.4503 + 1 18.3781 1611 4 0 33.6314 142.49 -85.85 + 1 80.7051 1612 4 0 33.6278 142.55 -85.9091 + 1 68.0793 1613 4 0 33.6001 142.75 -86.0964 + 1 40.6762 1047 3 1 29.6204 169.156 -114.45 + 1 98.4834 1048 3 1 29.6501 169.157 -114.475 + 1 60.7418 1049 3 1 29.8502 169.169 -114.647 + 1 29.8001 1050 3 1 30.05 169.18 -114.797 + 1 216.527 1744 3 0 31.4814 169.111 -115.85 + 1 98.4625 1683 3 0 103.168 156.792 -116.25 + 1 187.939 1682 3 0 103.418 156.75 -116.029 + 1 37.3257 1422 3 1 104.684 156.798 -114.85 + 1 77.2748 1423 3 1 104.75 156.803 -114.789 + 1 101.577 1424 3 1 104.95 156.807 -114.603 + 1 106.948 1584 4 0 103.758 137.088 -86.25 + 1 58.242 1583 4 0 103.729 136.95 -86.0245 + 1 108.489 1416 4 1 103.516 136.291 -84.85 + 1 20.4428 1431 5 0 112.568 106.376 -56.25 + 1 71.1728 1430 5 0 112.574 106.35 -56.2285 + 1 145.643 1429 5 0 112.592 106.15 -56.0995 + 1 180.82 1428 5 0 112.597 105.95 -55.9665 + 1 365.904 1463 5 1 112.934 104.443 -54.85 + 1 96.2979 1464 5 1 112.95 104 -54.481 + 1 137.958 1465 5 1 113.15 104.27 -54.5915 + 1 0.864688 1427 5 0 113.761 105.748 -55.8504 +Number of digits in this event: 114 +Using G4ParticleGun... +Particle energy: 5.02886 LIN Particle: e- Event: 2 -Number of tracker hits in this event: 41 - 2 140.207 1407 9 1 101.642 77.3349 65.55 - 2 173.962 1286 9 0 101.641 77.3357 64.15 - 2 120.456 1407 8 1 101.607 77.3595 35.55 - 2 99.7197 1286 8 0 101.605 77.3615 34.15 - 2 145.885 1407 7 1 101.574 77.4016 5.55 - 2 128.292 1286 7 0 101.571 77.4033 4.15 - 2 329.452 1406 6 1 101.489 77.4266 -24.45 - 2 164.104 1286 6 0 101.485 77.4255 -25.85 - 2 123.38 1406 5 1 101.405 77.3999 -54.45 - 2 346.586 1286 5 0 101.402 77.3971 -55.85 - 2 151.081 1405 4 1 101.339 77.3642 -84.45 - 2 118.802 1286 4 0 101.329 77.3614 -85.85 - 2 159.59 1404 3 1 101.149 77.3216 -114.45 - 2 103.979 1286 3 0 101.141 77.3183 -115.85 - 2 112.858 1404 2 1 100.958 77.2516 -144.45 - 2 117.364 1285 2 0 100.949 77.2464 -145.85 - 2 129.899 1403 1 1 100.755 77.122 -174.45 - 2 125.986 1285 1 0 100.749 77.1062 -175.85 - 2 106.43 1402 0 1 100.598 76.787 -204.45 - 2 512.298 1283 0 0 100.591 76.7681 -205.85 - 2 9.90458 1322 1 0 83.0054 84.45 -176.047 - 2 190.051 1287 5 0 101.132 77.4501 -56.0009 - 2 61.5044 1139 0 0 178.129 47.943 -206.25 - 2 149.422 1138 0 0 178.349 47.85 -206.109 - 2 23.1514 1798 0 1 179.917 47.2413 -204.85 - 2 87.3728 1799 0 1 179.95 47.2276 -204.824 - 2 12.4671 988 2 0 16.6013 17.7601 -146.25 - 2 248.611 1753 2 0 -57.1364 170.793 -146.25 - 2 6.4767 1752 2 0 -57.1972 170.75 -146.093 - 2 312.629 1188 4 0 41.7376 57.6578 -86.2499 - 2 34.1269 1107 4 1 41.6328 57.1405 -84.8499 - 2 117.977 1287 7 0 101.595 77.45 4.00538 - 2 8.77437 1288 7 0 101.688 77.65 3.76831 - 2 91.6887 1702 7 0 83.2768 160.575 3.75 - 2 64.9823 1703 7 0 83.2094 160.75 3.9246 - 2 61.8423 1704 7 0 83.1522 160.95 3.96851 - 2 123.986 1705 7 0 83.0926 161.15 4.04464 - 2 64.4491 1706 7 0 83.3689 161.35 4.04823 - 2 134.085 1707 7 0 83.4056 161.55 4.00569 - 2 87.7067 1708 7 0 83.1763 161.75 4.05925 - 2 202.122 1314 7 1 82.9035 162.044 5.15 -Number of digits in this event: 25 +Number of tracker hits in this event: 48 + 2 107.494 1169 11 1 53.8808 -7.57864 125.55 + 2 105.655 862 11 0 53.8806 -7.58009 124.15 + 2 179.619 1169 10 1 53.8728 -7.61146 95.55 + 2 136.608 862 10 0 53.8726 -7.61343 94.15 + 2 124.22 1169 9 1 53.8723 -7.65375 65.55 + 2 112.176 861 9 0 53.8717 -7.65573 64.15 + 2 137.784 1169 8 1 53.8581 -7.68597 35.55 + 2 122.468 861 8 0 53.8639 -7.6801 34.15 + 2 206.1 1169 7 1 53.9822 -7.56206 5.55 + 2 127.975 862 7 0 53.9865 -7.55681 4.15 + 2 159.023 1170 6 1 54.0785 -7.44357 -24.45 + 2 143.515 863 6 0 54.0832 -7.43686 -25.85 + 2 138.903 1170 5 1 54.1799 -7.30343 -54.45 + 2 108.075 863 5 0 54.1847 -7.29769 -55.85 + 2 163.67 1171 4 1 54.2818 -7.18139 -84.45 + 2 227.986 864 4 0 54.2861 -7.17636 -85.85 + 2 112.178 1171 3 1 54.3624 -7.07173 -114.45 + 2 143.897 864 3 0 54.3672 -7.06775 -115.85 + 2 296.279 1172 2 1 54.459 -6.99822 -144.45 + 2 372.789 865 2 0 54.4694 -6.99439 -145.85 + 2 163.324 1173 1 1 54.6872 -6.90457 -174.45 + 2 121.929 865 1 0 54.697 -6.90424 -175.85 + 2 207.201 1174 0 1 54.901 -6.89374 -204.45 + 2 116.916 865 0 0 54.9052 -6.8914 -205.85 + 2 62.1365 1546 14 1 129.423 -16.1869 215.15 + 2 210.583 866 0 0 54.8755 -6.84993 -206.155 + 2 527.149 1172 1 1 54.5984 -6.71251 -174.45 + 2 454.62 866 1 0 54.6124 -6.68979 -175.85 + 2 279.39 868 0 0 55.0548 -6.26215 -205.85 + 2 260.851 1173 0 1 54.731 -5.83376 -204.45 + 2 161.596 870 0 0 54.8975 -5.97676 -205.85 + 2 199.017 1172 0 1 54.6212 -5.79019 -204.45 + 2 145.802 871 0 0 54.2168 -5.8138 -205.85 + 2 101.767 832 0 0 67.5507 -13.5284 -206.25 + 2 63.1244 831 0 0 67.7215 -13.65 -205.973 + 2 109.518 1240 0 1 68.186 -13.9971 -204.85 + 2 25.3214 1241 0 1 68.25 -14.0296 -204.547 + 2 0.652124 751 1 0 71.3522 -29.8484 -176.25 + 2 74.255 750 1 0 71.3525 -29.85 -176.247 + 2 56.4682 749 1 0 71.3839 -30.05 -175.959 + 2 193.823 748 1 0 71.3956 -30.25 -175.91 + 2 155.187 747 1 0 71.2781 -30.45 -175.875 + 2 104.511 746 1 0 71.0449 -30.65 -175.941 + 2 213.172 745 1 0 70.9988 -30.85 -175.99 + 2 62.527 998 4 1 19.808 144.518 -84.85 + 2 109.67 1099 3 0 -29.9908 39.85 -116.016 + 2 6.6561 851 7 0 55.0365 -9.80355 4.15 + 2 65.3696 1182 7 1 56.5471 -11.1357 5.15 +Number of digits in this event: 31 Using G4ParticleGun... -Particle energy: 7.87773 LIN +Particle energy: 1.08407 LIN Particle: e- Event: 3 -Number of tracker hits in this event: 45 - 3 115.932 1402 10 1 100.676 -22.1176 95.55 - 3 135.515 789 10 0 100.675 -22.1172 94.15 - 3 135.414 1402 9 1 100.665 -22.1069 65.55 - 3 102.088 789 9 0 100.664 -22.1059 64.15 - 3 202.355 1402 8 1 100.66 -22.0717 35.55 - 3 138.697 789 8 0 100.659 -22.0693 34.15 - 3 99.7421 1402 7 1 100.632 -22.0195 5.55 - 3 133.885 790 7 0 100.632 -22.0172 4.15 - 3 122.535 1402 6 1 100.612 -21.9696 -24.45 - 3 104.151 790 6 0 100.612 -21.9672 -25.85 - 3 164.669 1402 5 1 100.607 -21.9213 -54.45 - 3 110.097 790 5 0 100.607 -21.9194 -55.85 - 3 100.988 1402 4 1 100.601 -21.8832 -84.45 - 3 115.148 790 4 0 100.602 -21.8825 -85.85 - 3 167.11 1402 3 1 100.632 -21.8647 -114.45 - 3 227.642 790 3 0 100.634 -21.8622 -115.85 - 3 97.4381 1402 2 1 100.676 -21.8103 -144.45 - 3 118.683 791 2 0 100.682 -21.8054 -145.85 - 3 115.048 1403 1 1 100.781 -21.702 -174.45 - 3 339.25 791 1 0 100.787 -21.6984 -175.85 - 3 215.347 1403 0 1 100.903 -21.6124 -204.45 - 3 270.861 792 0 0 100.913 -21.6136 -205.85 - 3 254.978 1402 1 1 100.682 -21.8462 -174.45 - 3 124.102 790 1 0 100.69 -21.85 -176.05 - 3 265.069 790 0 0 100.869 -21.9188 -205.85 - 3 357.709 1402 0 1 100.681 -21.8119 -204.45 - 3 105.058 791 0 0 100.682 -21.8144 -205.85 - 3 212.309 1401 3 1 100.534 -22.0722 -114.45 - 3 93.5522 1434 2 1 106.977 -22.468 -144.45 - 3 51.6047 1435 2 1 107.15 -22.3242 -144.709 - 3 111.629 793 2 0 107.415 -21.4255 -145.85 - 3 36.9329 794 2 0 107.409 -21.25 -146.169 - 3 109.924 869 2 0 123.178 -6.22138 -146.25 - 3 119.059 1519 2 1 123.983 -6.29048 -144.85 - 3 3.92032 1520 2 1 124.15 -6.26968 -144.465 - 3 179.686 789 3 0 100.497 -22.1061 -115.85 - 3 79.276 1396 2 1 99.3726 -22.5914 -144.45 - 3 56.7165 1395 2 1 99.35 -22.6027 -144.689 - 3 102.143 787 2 0 99.2488 -22.6398 -145.85 - 3 23.9185 786 2 0 99.2167 -22.65 -146.169 - 3 142.498 1379 1 1 96.0323 -24.0334 -174.45 - 3 122.453 779 1 0 95.9014 -24.0739 -175.85 - 3 442.87 1361 0 1 92.5261 -24.5953 -204.45 - 3 104.125 777 0 0 92.3853 -24.5263 -205.85 - 3 25.7491 1362 0 1 92.55 -24.7308 -204.552 -Number of digits in this event: 23 -Using G4ParticleGun... -Particle energy: 6.84197 LIN +Number of tracker hits in this event: 24 + 3 130.591 1223 10 1 64.7118 72.5362 95.55 + 3 123.101 1262 10 0 64.7136 72.536 94.15 + 3 97.1457 1223 9 1 64.7565 72.5532 65.55 + 3 137.687 1262 9 0 64.7513 72.5604 64.15 + 3 121.507 1222 8 1 64.6278 72.6928 35.55 + 3 105.426 1263 8 0 64.6193 72.6956 34.15 + 3 130.096 1222 7 1 64.4649 72.7548 5.55 + 3 90.5511 1263 7 0 64.4585 72.7583 4.15 + 3 155.833 1221 6 1 64.3152 72.8363 -24.45 + 3 159.582 1263 6 0 64.3105 72.8422 -25.85 + 3 117.475 1220 5 1 64.2228 72.9711 -54.45 + 3 135.327 1264 5 0 64.215 72.9861 -55.85 + 3 115.24 1219 4 1 64.031 73.2795 -84.45 + 3 112.76 1266 4 0 64.0258 73.2937 -85.85 + 3 102.928 1219 3 1 63.8953 73.5773 -114.45 + 3 103.666 1267 3 0 63.8954 73.5865 -115.85 + 3 218.982 1219 2 1 63.8677 73.7751 -144.45 + 3 117.75 1268 2 0 63.8635 73.7869 -145.85 + 3 162.19 1218 1 1 63.7751 74.0393 -174.45 + 3 143.788 1270 1 0 63.7661 74.0583 -175.85 + 3 106.843 1217 0 1 63.5696 74.4509 -204.45 + 3 122.242 1272 0 0 63.5593 74.4677 -205.85 + 3 165.242 1151 6 0 111.914 50.2952 -26.25 + 3 6.74429 1404 1 1 100.95 31.0996 -174.582 +Number of digits in this event: 14 +Using G4ParticleGun... +Particle energy: 9.53133 LIN Particle: e- Event: 4 -Number of tracker hits in this event: 30 - 4 162.932 1037 11 1 27.4727 -71.7491 125.55 - 4 105.717 541 11 0 27.4736 -71.7493 124.15 - 4 104.821 1037 10 1 27.4903 -71.7532 95.55 - 4 120.825 541 10 0 27.4898 -71.7541 94.15 - 4 191.905 1037 9 1 27.482 -71.7748 65.55 - 4 125.899 541 9 0 27.4826 -71.7761 64.15 - 4 184.065 1037 8 1 27.4836 -71.8009 35.55 - 4 120.561 541 8 0 27.4801 -71.8034 34.15 - 4 135.775 1036 7 1 27.4018 -71.8521 5.55 - 4 139.843 540 7 0 27.3998 -71.8546 4.15 - 4 124.023 1036 6 1 27.3524 -71.9091 -24.45 - 4 126.103 540 6 0 27.3507 -71.9125 -25.85 - 4 119.923 1036 5 1 27.3139 -71.986 -54.45 - 4 122.799 540 5 0 27.3123 -71.9907 -55.85 - 4 165.415 1036 4 1 27.2797 -72.0853 -84.45 - 4 114.402 539 4 0 27.2795 -72.0901 -85.85 - 4 155.614 1036 3 1 27.2831 -72.182 -114.45 - 4 143.634 539 3 0 27.2811 -72.1881 -115.85 - 4 137.2 1036 2 1 27.2511 -72.3085 -144.45 - 4 130.899 538 2 0 27.249 -72.3161 -145.85 - 4 161.776 1035 1 1 27.2038 -72.4671 -174.45 - 4 124.166 537 1 0 27.2016 -72.4724 -175.85 - 4 140.59 1035 0 1 27.1677 -72.5499 -204.45 - 4 107.288 537 0 0 27.1645 -72.5555 -205.85 - 4 180.352 643 6 1 -51.3653 -156.99 -24.85 - 4 90.2166 642 6 1 -51.45 -157.072 -24.7534 - 4 505.617 1035 2 1 27.25 -72.3108 -144.58 - 4 202.29 510 6 1 -77.984 -35.0299 -24.85 - 4 7.76807 509 6 1 -78.05 -35.1829 -24.5314 - 4 129.493 1172 4 1 54.6008 -64.4833 -84.85 -Number of digits in this event: 25 +Number of tracker hits in this event: 133 + 4 147.871 625 11 1 -54.9055 -25.0977 125.55 + 4 121.872 774 11 0 -54.9051 -25.0972 124.15 + 4 413.765 625 10 1 -54.8961 -25.0902 95.55 + 4 321.35 774 10 0 -54.8962 -25.0903 94.15 + 4 217.757 625 9 1 -54.8939 -25.0933 65.55 + 4 135.526 774 9 0 -54.8937 -25.0937 64.15 + 4 139.018 625 8 1 -54.8888 -25.1038 35.55 + 4 149.811 774 8 0 -54.8885 -25.1056 34.15 + 4 308.773 625 7 1 -54.8805 -25.1425 5.55 + 4 110.813 774 7 0 -54.8798 -25.1447 4.15 + 4 235.238 625 6 1 -54.8622 -25.1911 -24.45 + 4 126.202 774 6 0 -54.8611 -25.193 -25.85 + 4 241.471 626 5 1 -54.8411 -25.2339 -54.45 + 4 371.513 774 5 0 -54.8398 -25.236 -55.85 + 4 107.05 626 4 1 -54.8165 -25.2792 -84.45 + 4 143.603 773 4 0 -54.8146 -25.2818 -85.85 + 4 102.546 626 3 1 -54.7711 -25.337 -114.45 + 4 188.875 773 3 0 -54.7689 -25.3385 -115.85 + 4 138.798 626 2 1 -54.7301 -25.3473 -144.45 + 4 137.561 773 2 0 -54.7257 -25.3452 -145.85 + 4 123.94 627 1 1 -54.6298 -25.3006 -174.45 + 4 159.155 773 1 0 -54.6242 -25.3009 -175.85 + 4 369.793 627 0 1 -54.5079 -25.3182 -204.45 + 4 129.444 773 0 0 -54.5028 -25.3176 -205.85 + 4 9.6919 1215 2 1 63.05 109.36 -144.63 + 4 75.7609 1214 2 1 62.8918 109.547 -144.45 + 4 149.676 1213 2 1 62.85 109.452 -144.489 + 4 56.6984 861 0 0 -17.8767 -7.76359 -206.25 + 4 113.2 754 1 1 -29.067 -23.2552 -174.85 + 4 97.9175 808 0 1 -18.2606 -6.22746 -204.85 + 4 32.7871 1132 2 0 65.9554 46.5102 -146.25 + 4 191.432 1133 2 0 66.0878 46.65 -146.167 + 4 179.612 1134 2 0 66.1555 46.85 -146.127 + 4 69.7628 1640 0 1 148.295 -95.4852 -204.45 + 4 178.926 407 4 0 -24.3602 -98.5941 -86.2498 + 4 213.143 408 4 0 -24.3347 -98.55 -85.9715 + 4 6.12629 821 2 1 -15.85 -69.8764 -144.681 + 4 33.2415 626 7 1 -54.85 -25.1237 5.38552 + 4 254.035 625 5 1 -54.8769 -25.224 -54.45 + 4 82.4177 707 4 1 -38.5867 -28.4141 -84.45 + 4 55.3564 706 4 1 -38.65 -28.3106 -84.6775 + 4 51.4892 760 4 0 -39 -27.8948 -85.8501 + 4 57.1475 761 4 0 -39.0452 -27.85 -86.0172 + 4 29.1651 1032 4 0 -23.8118 26.5983 -86.2495 + 4 141.639 1033 4 0 -23.7492 26.65 -86.2061 + 4 85.8382 1034 4 0 -23.4788 26.85 -86.0791 + 4 113.176 1035 4 0 -23.2758 27.0501 -86.1075 + 4 78.7319 1036 4 0 -23.2151 27.25 -86.0851 + 4 111.614 1037 4 0 -23.2187 27.4501 -86.09 + 4 100.911 1038 4 0 -23.469 27.65 -86.1569 + 4 156.505 1039 4 0 -23.5496 27.85 -86.0316 + 4 79.6621 780 4 1 -23.9935 27.8501 -84.85 + 4 207.67 1150 4 0 3.25457 50.05 -85.8916 + 4 188.863 636 4 1 -52.8413 -25.354 -84.45 + 4 124.53 774 4 0 -52.7051 -25.1759 -85.85 + 4 172.511 647 3 1 -50.6163 -22.0359 -114.45 + 4 81.7881 792 3 0 -50.7266 -21.5142 -115.85 + 4 86.4347 793 3 0 -50.7374 -21.45 -116.001 + 4 177.411 629 2 1 -54.1762 -8.83973 -144.45 + 4 53.3277 856 2 0 -54.0935 -8.66773 -145.85 + 4 72.2711 857 2 0 -54.0886 -8.65 -146.006 + 4 131.391 640 1 1 -52.0125 -6.0905 -174.45 + 4 41.234 639 1 1 -52.05 -5.87454 -174.765 + 4 5.36383 874 1 0 -52.3047 -5.06479 -175.85 + 4 108.824 875 1 0 -52.3091 -5.05 -175.869 + 4 37.3308 876 1 0 -52.3606 -4.85 -176.127 + 4 2.35569 1005 0 0 -54.3177 21.2406 -205.85 + 4 86.0859 1006 0 0 -54.3168 21.25 -205.859 + 4 80.6577 1007 0 0 -54.2996 21.45 -206.056 + 4 1.4458 1008 0 0 -54.2701 21.65 -206.248 + 4 72.0883 862 2 0 -53.4419 -7.63094 -145.85 + 4 1.92497 624 2 1 -55.1489 -6.21618 -144.85 + 4 297.352 869 2 0 -56.1831 -6.07657 -145.85 + 4 23.6459 683 3 0 47.6319 -43.2658 -116.25 + 4 22.4503 921 3 0 89.8631 4.42182 -116.25 + 4 37.8894 1088 3 0 31.2793 37.773 -116.25 + 4 23.4472 1104 3 0 32.1632 40.9684 -116.25 + 4 123.364 626 9 1 -54.7226 -25.395 65.55 + 4 535.748 773 9 0 -54.7017 -25.3872 64.15 + 4 104.245 629 8 1 -54.1704 -24.9512 35.55 + 4 137.1 775 8 0 -54.149 -24.8724 34.15 + 4 106.812 631 7 1 -53.6921 -23.1841 5.55 + 4 55.1038 784 7 0 -53.6743 -23.0696 4.15 + 4 42.0237 785 7 0 -53.6712 -23.05 3.906 + 4 147.182 633 6 1 -53.4406 -20.9505 -24.45 + 4 119.64 796 6 0 -53.3514 -20.8451 -25.85 + 4 133.739 643 5 1 -51.4411 -18.5245 -54.45 + 4 131.569 808 5 0 -51.3701 -18.4239 -55.8505 + 4 119.693 650 4 1 -49.9769 -16.4572 -84.4504 + 4 172.664 818 4 0 -49.9558 -16.358 -85.8506 + 4 149.97 652 3 1 -49.5294 -14.1275 -114.45 + 4 116.303 830 3 0 -49.5202 -13.9554 -115.85 + 4 100.079 652 2 1 -49.5184 -10.7052 -144.45 + 4 163.757 847 2 0 -49.4744 -10.5802 -145.85 + 4 140.16 656 1 1 -48.7035 -8.2392 -174.45 + 4 117.849 859 1 0 -48.7276 -8.23213 -175.85 + 4 106.591 654 0 1 -49.2148 -8.04567 -204.45 + 4 64.068 860 0 0 -49.1254 -8.04817 -205.85 + 4 31.8776 859 0 0 -49.1088 -8.05 -206.106 + 4 197.355 965 4 0 -3.16702 13.098 -86.2499 + 4 12.4467 915 1 0 19.8512 3.12667 -176.25 + 4 180.455 772 9 0 -54.7675 -25.45 63.9887 + 4 95.2314 1194 9 0 -167.464 58.9147 63.75 + 4 76.5322 1195 9 0 -167.594 59.05 63.796 + 4 54.5158 1196 9 0 -167.721 59.25 63.8485 + 4 63.1502 1197 9 0 -167.814 59.4504 63.8655 + 4 110.914 1198 9 0 -167.995 59.65 63.8326 + 4 108.419 627 9 1 -54.5481 -25.2701 65.55 + 4 108.335 626 8 1 -54.7625 -26.1324 35.55 + 4 132.829 769 8 0 -54.7529 -26.1378 34.15 + 4 108.15 627 7 1 -54.595 -26.2279 5.55 + 4 252.809 769 7 0 -54.606 -26.1937 4.15 + 4 135.301 773 6 0 -54.9142 -25.3477 -25.85 + 4 137.118 779 5 0 -54.866 -24.2214 -55.85 + 4 138.309 624 4 1 -55.2302 -22.3896 -84.45 + 4 96.9135 788 4 0 -55.2673 -22.2828 -85.85 + 4 135.655 619 3 1 -56.0755 -20.0518 -114.45 + 4 94.8102 800 3 0 -56.1108 -20.0166 -115.85 + 4 113.106 615 2 1 -56.9883 -19.2439 -144.45 + 4 217.006 804 2 0 -57.0094 -19.1568 -145.85 + 4 121.041 613 1 1 -57.3796 -17.4157 -174.45 + 4 295.283 813 1 0 -57.4131 -17.3467 -175.85 + 4 166.201 610 0 1 -57.9672 -15.974 -204.45 + 4 87.8872 820 0 0 -57.9357 -15.9528 -205.85 + 4 78.6461 1112 3 0 -131.456 42.45 -116.238 + 4 95.881 1113 3 0 -131.708 42.65 -116.128 + 4 65.8216 837 2 0 -61.0012 -12.65 -145.872 + 4 110.102 618 2 1 -56.408 -17.3986 -144.45 + 4 77.5562 619 2 1 -56.25 -17.5101 -144.686 + 4 135.043 813 2 0 -56.2118 -17.4024 -145.85 + 4 47.8352 814 2 0 -56.3633 -17.25 -146.212 + 4 45.3685 820 2 0 -71.2392 -15.8751 -146.25 + 4 67.9373 821 2 0 -71.221 -15.85 -146.224 +Number of digits in this event: 61 Using G4ParticleGun... -Particle energy: 1.23239 LIN +Particle energy: 5.2759 LIN Particle: e- Event: 5 -Number of tracker hits in this event: 30 - 5 87.7322 698 11 1 -40.3886 71.5776 125.481 - 5 176.1 1257 11 0 -40.3887 71.5776 124.15 - 5 187.608 698 10 1 -40.4 71.5857 95.55 - 5 147.62 1257 10 0 -40.3998 71.5815 94.15 - 5 200.195 698 9 1 -40.3758 71.4699 65.55 - 5 157.37 1257 9 0 -40.369 71.4632 64.15 - 5 112.305 699 8 1 -40.2055 71.3208 35.55 - 5 136.088 1256 8 0 -40.1973 71.3116 34.15 - 5 127.54 700 7 1 -40.043 71.1099 5.55 - 5 150.628 1255 7 0 -40.0341 71.0967 4.15 - 5 119.585 700 6 1 -39.873 70.8421 -24.45 - 5 107.385 1253 6 0 -39.8604 70.8262 -25.85 - 5 134.66 702 5 1 -39.6006 70.5132 -54.45 - 5 166.774 1252 5 0 -39.5841 70.4972 -55.85 - 5 125.418 703 4 1 -39.2705 70.1887 -84.45 - 5 183.364 1250 4 0 -39.2565 70.165 -85.85 - 5 119.925 705 3 1 -38.9755 69.6697 -114.45 - 5 95.3225 1248 3 0 -38.9648 69.6536 -115.85 - 5 30.8913 1247 3 0 -38.9625 69.65 -116.16 - 5 180.204 706 2 1 -38.7603 69.3447 -144.45 - 5 158.757 1246 2 0 -38.7575 69.3375 -145.85 - 5 141.755 706 1 1 -38.7096 69.2301 -174.45 - 5 120.783 1245 1 0 -38.7065 69.2057 -175.85 - 5 122.413 707 0 1 -38.6201 68.7802 -204.45 - 5 252.428 1243 0 0 -38.6126 68.7626 -205.85 - 5 103.907 699 7 1 -40.05 71.0991 5.39312 - 5 12.6877 1251 7 0 -41.0045 70.2714 4.15 - 5 102.413 1250 7 0 -41.0261 70.2494 4.11444 - 5 49.6308 1249 7 0 -41.1458 70.05 3.85242 - 5 134.244 697 10 1 -40.4503 71.5827 95.3444 -Number of digits in this event: 20 -Using G4ParticleGun... -Particle energy: 7.14258 LIN +Number of tracker hits in this event: 161 + 5 386.777 1392 10 1 98.6586 -27.2183 95.55 + 5 414.73 764 10 0 98.6567 -27.2146 94.15 + 5 419.646 1392 9 1 98.6179 -27.1254 65.55 + 5 341.644 764 9 0 98.6154 -27.1234 64.15 + 5 108.697 1392 8 1 98.5706 -27.0892 35.55 + 5 283.575 764 8 0 98.5656 -27.0843 34.15 + 5 122.475 1391 7 1 98.4795 -27.0201 5.55 + 5 92.1337 765 7 0 98.4638 -27.0147 4.15 + 5 142.881 1390 6 1 98.1581 -26.9111 -24.45 + 5 233.497 765 6 0 98.1461 -26.9136 -25.85 + 5 128.85 1388 5 1 97.9198 -26.9871 -54.45 + 5 395.317 765 5 0 97.9168 -26.9895 -55.85 + 5 126.621 1388 4 1 97.8832 -27.0683 -84.45 + 5 124.187 764 4 0 97.8813 -27.0684 -85.85 + 5 151.802 1388 3 1 97.8425 -27.0982 -114.45 + 5 105.322 764 3 0 97.8432 -27.089 -115.85 + 5 114.728 1388 2 1 97.8619 -26.8741 -144.45 + 5 140.215 765 2 0 97.8651 -26.8674 -145.85 + 5 262.222 1388 1 1 97.9322 -26.7008 -174.45 + 5 245.158 766 1 0 97.9389 -26.6896 -175.85 + 5 124.909 1389 0 1 98.0967 -26.4556 -204.45 + 5 130.363 768 0 0 98.1028 -26.4441 -205.85 + 5 10.4749 1326 5 1 85.3809 -34.4045 -54.85 + 5 223.356 767 0 0 98.0936 -26.45 -205.993 + 5 25.309 766 0 0 98.0523 -26.65 -206.015 + 5 234.064 1389 1 1 97.95 -26.4565 -174.609 + 5 174.308 1390 1 1 98.15 -26.2419 -174.75 + 5 54.4841 1391 1 1 98.35 -26.3241 -174.725 + 5 65.7114 1392 1 1 98.55 -26.335 -174.7 + 5 84.0839 1393 1 1 98.7502 -26.3316 -174.669 + 5 168.631 1394 1 1 98.95 -26.2999 -174.701 + 5 40.9589 767 1 0 98.6544 -26.5055 -175.851 + 5 215.568 768 1 0 98.6352 -26.45 -175.965 + 5 77.5774 769 1 0 98.6148 -26.25 -176.219 + 5 261.507 1391 5 1 98.4857 -26.746 -54.45 + 5 581.211 766 5 0 98.5138 -26.6843 -55.85 + 5 129.685 1394 4 1 98.9873 -25.6171 -84.45 + 5 46.2238 773 4 0 98.9712 -25.2953 -85.85 + 5 58.9198 774 4 0 98.9691 -25.25 -86.049 + 5 96.7265 1393 3 1 98.8737 -18.7364 -114.45 + 5 15.393 807 3 0 98.9627 -18.4609 -115.85 + 5 120.543 808 3 0 98.9664 -18.4498 -115.907 + 5 247.911 1405 2 1 101.265 -12.1037 -144.45 + 5 103.438 840 2 0 101.14 -11.8907 -145.85 + 5 57.1871 841 2 0 101.115 -11.85 -146.117 + 5 120.147 864 1 0 98.0602 -7.17874 -175.85 + 5 202.968 1367 0 1 93.6837 -2.11823 -204.45 + 5 68.4686 890 0 0 93.5438 -1.88522 -205.85 + 5 45.7421 891 0 0 93.5219 -1.85 -206.055 + 5 71.4146 1467 0 0 50.9519 113.55 -206.121 + 5 91.1205 1368 0 1 93.7503 -2.1157 -204.493 + 5 99.093 1369 0 1 93.95 -2.23325 -204.706 + 5 1.902 883 0 0 94.5106 -3.44577 -205.85 + 5 98.5525 882 0 0 94.5129 -3.45059 -205.855 + 5 102.486 881 0 0 94.6081 -3.65007 -206.087 + 5 55.9596 1469 1 1 113.95 -1.43281 -174.578 + 5 48.4831 1415 0 1 103.161 0.0503184 -204.66 + 5 6.76068 1414 0 1 103.15 0.137709 -204.812 + 5 173.781 903 0 0 103.042 0.751685 -205.85 + 5 131.53 904 0 0 103.023 0.85 -205.991 + 5 124.594 1389 4 1 98.1493 -26.7052 -84.45 + 5 231.06 766 4 0 98.0644 -26.7149 -85.85 + 5 114.443 1380 3 1 96.2372 -26.6375 -114.45 + 5 240.885 766 3 0 96.1052 -26.6898 -115.85 + 5 112.901 1366 2 1 93.531 -27.8404 -144.45 + 5 105.557 760 2 0 93.4221 -27.8626 -145.85 + 5 222.971 1355 1 1 91.346 -28.0524 -174.45 + 5 122.947 759 1 0 91.3642 -28.0662 -175.85 + 5 99.4952 1357 0 1 91.7443 -28.4578 -204.45 + 5 119.755 757 0 0 91.7409 -28.4651 -205.85 + 5 42.2613 860 4 1 -7.85555 -5.77027 -84.85 + 5 58.9661 1786 1 1 177.35 -126.86 -174.79 + 5 139.124 1787 1 1 177.55 -126.989 -174.685 + 5 240.49 1393 8 1 98.802 -27.1855 35.55 + 5 133.781 1394 7 1 99.001 -27.0985 5.55 + 5 101.577 764 7 0 99.0127 -27.0951 4.15 + 5 165.369 1395 6 1 99.2521 -27.0222 -24.45 + 5 305.819 1397 5 1 99.5918 -26.9163 -54.45 + 5 101.255 1398 4 1 99.9147 -26.8755 -84.45 + 5 121.985 765 4 0 99.9366 -26.8719 -85.85 + 5 231.607 1401 3 1 100.408 -26.79 -114.45 + 5 113.494 1403 2 1 100.92 -27.4582 -144.45 + 5 138.204 762 2 0 100.944 -27.4947 -145.85 + 5 237.784 1406 1 1 101.416 -28.2629 -174.45 + 5 325.556 758 1 0 101.433 -28.2965 -175.85 + 5 172.045 1408 0 1 101.785 -28.9803 -204.45 + 5 85.7001 755 0 0 101.801 -29.0083 -205.85 + 5 198.595 1156 4 0 124.82 51.25 -86.2082 + 5 265.652 1398 3 1 99.772 -26.794 -114.45 + 5 119.156 767 3 0 99.7399 -26.637 -115.85 + 5 207.063 1394 2 1 99.1324 -22.8818 -144.45 + 5 20.1483 787 2 0 98.6124 -22.4748 -145.85 + 5 106.103 788 2 0 98.5809 -22.45 -145.934 + 5 221.085 1327 1 1 85.5845 -13.0735 -174.45 + 5 39.3865 1326 1 1 85.4499 -12.997 -174.751 + 5 307.936 837 1 0 84.9348 -12.6222 -175.85 + 5 115.094 1259 0 1 71.9606 -4.98539 -204.45 + 5 17.4436 1258 0 1 71.85 -5.05809 -204.789 + 5 134.725 873 0 0 71.5623 -5.31847 -205.85 + 5 72.7469 803 0 0 58.8226 -19.3514 -206.25 + 5 49.9849 802 0 0 58.7051 -19.45 -205.979 + 5 153.161 1190 0 1 58.1388 -20.927 -204.85 + 5 116.909 1189 0 1 58.05 -21.1752 -204.68 + 5 40.4816 757 1 0 41.3414 -28.6056 -176.25 + 5 95.9175 756 1 0 41.2783 -28.65 -176.136 + 5 70.6671 1104 1 1 40.8587 -29.336 -174.85 + 5 190.234 1103 1 1 40.85 -29.3498 -174.826 + 5 63.3949 1105 1 1 41.0501 -29.2456 -174.61 + 5 66.9316 1106 1 1 41.25 -29.2604 -174.728 + 5 69.1318 1107 1 1 41.45 -29.1824 -174.728 + 5 52.1068 1108 1 1 41.65 -29.1076 -174.745 + 5 196.764 755 1 0 42.0003 -28.9427 -175.85 + 5 32.4769 754 1 0 42.324 -29.0503 -176.23 + 5 147.086 765 3 0 99.9134 -26.9443 -115.85 + 5 23.0156 1418 2 1 103.907 -32.6007 -144.45 + 5 104.257 1419 2 1 103.95 -32.5794 -144.518 + 5 42.4491 1420 2 1 104.15 -32.4681 -144.821 + 5 130.913 740 2 0 104.891 -32.0053 -145.85 + 5 3.18907 741 2 0 105.157 -31.85 -146.24 + 5 32.0827 1508 1 1 121.82 -21.0309 -174.45 + 5 94.6394 1509 1 1 121.95 -21.02 -174.538 + 5 65.4499 1510 1 1 122.15 -20.9953 -174.673 + 5 124.872 1511 1 1 122.35 -20.97 -174.807 + 5 75.5329 796 1 0 124.103 -20.6954 -175.85 + 5 151.617 797 1 0 124.298 -20.6499 -175.973 + 5 278.867 1398 2 1 99.7934 -26.7339 -144.45 + 5 246.954 766 2 0 99.7838 -26.7454 -145.85 + 5 110.509 1390 0 1 98.2225 -25.334 -204.45 + 5 257.405 773 0 0 98.1101 -25.3668 -205.85 + 5 126.986 558 0 0 74.2618 -68.3625 -206.25 + 5 129.454 1396 1 1 99.4954 -28.2175 -174.45 + 5 241.593 1361 0 1 92.5337 -30.086 -204.45 + 5 119.121 750 0 0 92.2216 -29.9483 -205.85 + 5 84.6804 760 0 0 98.8513 -27.929 -205.85 + 5 60.3323 761 0 0 98.9945 -27.85 -206.156 + 5 109.101 853 0 0 148.232 -9.28966 -206.25 + 5 163.478 852 0 0 148.493 -9.45058 -206.063 + 5 66.9994 851 0 0 148.521 -9.65 -206.049 + 5 101.458 763 9 0 98.6374 -27.2832 64.15 + 5 95.4188 763 8 0 98.8595 -27.3831 34.15 + 5 109.865 1395 7 1 99.1624 -27.5616 5.55 + 5 261.571 762 7 0 99.1807 -27.5612 4.15 + 5 125.541 1396 6 1 99.5062 -27.529 -24.45 + 5 194.349 762 6 0 99.5196 -27.5371 -25.85 + 5 217.342 1398 5 1 99.7986 -27.7063 -54.45 + 5 108.988 761 5 0 99.8105 -27.7181 -55.85 + 5 180.839 1399 4 1 100.077 -27.9911 -84.45 + 5 122.041 760 4 0 100.091 -28.0046 -85.85 + 5 114.038 758 3 0 100.41 -28.3521 -115.85 + 5 112.995 1404 2 1 100.975 -28.577 -144.451 + 5 106.65 757 2 0 100.907 -28.596 -145.85 + 5 10.2527 1398 1 1 99.7574 -28.5517 -174.45 + 5 112.437 1397 1 1 99.75 -28.5469 -174.501 + 5 142.666 1374 0 1 94.9859 -25.2967 -204.45 + 5 44.1581 774 0 0 95.0706 -25.0773 -205.85 + 5 59.6184 775 0 0 95.0799 -25.05 -206.015 + 5 134.059 503 1 0 -79.2434 -79.2771 -176.25 + 5 10.7347 947 0 0 95.9382 9.61052 -206.25 + 5 110.017 968 1 0 133.919 13.7758 -176.25 + 5 48.1538 1016 0 0 77.3709 23.365 -206.25 + 5 89.7335 761 7 0 99.2135 -27.65 3.93178 +Number of digits in this event: 79 +Using G4ParticleGun... +Particle energy: 1.06795 LIN Particle: e- Event: 6 -Number of tracker hits in this event: 47 - 6 113.935 1077 9 1 35.5526 -130.159 65.5337 - 6 121.828 249 9 0 35.5525 -130.159 64.15 - 6 107.126 1077 8 1 35.5473 -130.156 35.55 - 6 127.03 249 8 0 35.5458 -130.157 34.15 - 6 123.628 1077 7 1 35.5093 -130.169 5.55 - 6 110.619 249 7 0 35.5077 -130.169 4.15 - 6 142.23 1077 6 1 35.4551 -130.171 -24.45 - 6 150.17 249 6 0 35.4524 -130.171 -25.85 - 6 167.065 1076 5 1 35.4008 -130.17 -54.45 - 6 170.176 249 5 0 35.3978 -130.169 -55.85 - 6 106.484 1076 4 1 35.3345 -130.157 -84.45 - 6 114.156 249 4 0 35.331 -130.156 -85.85 - 6 240.901 1076 3 1 35.2605 -130.129 -114.45 - 6 222.274 250 3 0 35.2522 -130.127 -115.85 - 6 170.928 1075 2 1 35.0849 -130.088 -144.45 - 6 157.018 250 2 0 35.0771 -130.086 -145.85 - 6 151.36 1074 1 1 34.9211 -130.044 -174.45 - 6 130.327 250 1 0 34.9143 -130.04 -175.85 - 6 987.318 1073 0 1 34.7749 -129.965 -204.45 - 6 662.47 250 0 0 34.767 -129.961 -205.85 - 6 158.288 1073 1 1 34.8497 -130.049 -174.559 - 6 270.12 251 0 0 34.7769 -129.891 -205.85 - 6 16.7106 256 0 0 27.941 -128.892 -206.25 - 6 184.936 257 0 0 27.9501 -128.75 -206.096 - 6 118.512 373 1 0 35.7804 -105.429 -176.25 - 6 67.7728 374 1 0 35.6774 -105.35 -176.181 - 6 62.3741 449 1 0 -11.6584 -90.325 -176.25 - 6 73.899 1072 0 1 34.65 -130.053 -204.603 - 6 63.4545 240 0 0 34.4369 -131.951 -205.85 - 6 62.3941 239 0 0 34.4071 -132.15 -205.981 - 6 64.1783 238 0 0 34.3713 -132.35 -206.099 - 6 10.4965 237 0 0 34.3314 -132.55 -206.233 - 6 2.94115 379 0 0 74.3264 -104.157 -206.25 - 6 78.956 380 0 0 74.3341 -104.15 -206.247 - 6 126.904 370 0 0 59.4457 -106.007 -206.25 - 6 127.953 1084 2 1 36.9529 -127.604 -144.45 - 6 71.2347 264 2 0 37.2482 -127.225 -145.85 - 6 25.4706 265 2 0 37.3113 -127.15 -146.136 - 6 128.24 1118 1 1 43.7396 -119.967 -174.45 - 6 40.3458 301 1 0 44.061 -119.772 -175.85 - 6 93.3808 302 1 0 44.0965 -119.75 -176.011 - 6 16.5848 1156 0 1 51.4259 -115.621 -204.45 - 6 93.5359 1157 0 1 51.4501 -115.616 -204.508 - 6 179.325 323 0 0 51.9822 -115.497 -205.85 - 6 2.59953 1165 0 1 53.0601 -113.303 -204.85 - 6 5.04992 338 0 0 53.2452 -112.505 -205.85 - 6 75.9192 1160 0 1 52.094 -117.557 -204.85 -Number of digits in this event: 25 +Number of tracker hits in this event: 108 + 6 124.212 623 11 1 -55.4216 -36.0031 125.55 + 6 112.984 720 11 0 -55.4119 -35.9969 124.15 + 6 135.646 624 10 1 -55.2279 -35.8694 95.55 + 6 141.932 720 10 0 -55.2204 -35.8759 94.15 + 6 112.368 624 9 1 -55.1002 -36.04 65.55 + 6 97.146 719 9 0 -55.0891 -36.0513 64.15 + 6 255.626 626 8 1 -54.8377 -36.2942 35.55 + 6 240.053 718 8 0 -54.831 -36.3096 34.15 + 6 108.03 627 7 1 -54.6475 -36.6567 5.55 + 6 210.437 716 7 0 -54.6308 -36.6711 4.15 + 6 107.442 628 6 1 -54.3095 -36.9549 -24.45 + 6 121.701 715 6 0 -54.2996 -36.9792 -25.85 + 6 269.282 630 5 1 -53.9993 -37.5123 -54.45 + 6 135.722 712 5 0 -53.997 -37.5446 -55.85 + 6 112.379 631 4 1 -53.8492 -38.2138 -84.45 + 6 117.534 709 4 0 -53.8273 -38.237 -85.85 + 6 97.8472 633 3 1 -53.3651 -38.6498 -114.45 + 6 91.9295 706 3 0 -53.3168 -38.6557 -115.85 + 6 228.494 639 2 1 -52.2327 -38.8107 -144.45 + 6 123.189 706 2 0 -52.1574 -38.8287 -145.85 + 6 114.236 647 1 1 -50.6293 -39.1007 -174.45 + 6 136.132 704 1 0 -50.5268 -39.1211 -175.85 + 6 111.027 658 0 1 -48.4448 -39.6078 -204.45 + 6 120.097 702 0 0 -48.3402 -39.6323 -205.85 + 6 245.958 632 4 1 -53.5417 -37.4868 -84.45 + 6 254.667 712 4 0 -53.5496 -37.4821 -85.85 + 6 193.156 631 3 1 -53.6592 -37.3453 -114.45 + 6 127.979 713 3 0 -53.8065 -37.3744 -115.85 + 6 101.68 616 2 1 -56.7057 -38.0008 -144.45 + 6 130.599 710 2 0 -56.5382 -37.9528 -145.85 + 6 87.0229 636 1 1 -52.6814 -36.6966 -174.45 + 6 38.7356 637 1 1 -52.65 -36.7119 -174.717 + 6 246.883 716 1 0 -52.5135 -36.7652 -175.85 + 6 57.1113 664 0 1 -47.1333 -39.2833 -204.45 + 6 73.2943 665 0 1 -47.05 -39.2111 -204.627 + 6 78.5984 706 0 0 -46.5328 -38.6926 -205.85 + 6 102.765 707 0 0 -46.4871 -38.65 -205.959 + 6 236.51 747 0 0 -50.3139 -30.5367 -206.25 + 6 227.353 645 0 1 -51.0085 -30.378 -204.85 + 6 43.5655 748 0 0 -50.6536 -30.3766 -205.85 + 6 97.47 842 1 0 -95.5693 -11.6176 -176.25 + 6 126.071 843 1 0 -95.8221 -11.4498 -176.027 + 6 0.472069 416 1 1 -96.948 -10.386 -174.85 + 6 90.0079 415 1 1 -96.95 -10.3841 -174.848 + 6 76.1807 414 1 1 -97.15 -10.1834 -174.655 + 6 26.724 974 2 0 -89.6205 14.9725 -146.25 + 6 112.761 975 2 0 -89.6092 15.05 -146.171 + 6 32.8145 976 2 0 -89.623 15.25 -145.967 + 6 148.023 454 2 1 -89.241 15.6998 -144.85 + 6 122.617 455 2 1 -89.05 15.7525 -144.564 + 6 224.724 456 2 1 -88.85 15.7327 -144.455 + 6 302.182 457 2 1 -88.65 15.2353 -144.478 + 6 126.965 458 2 1 -88.45 15.3002 -144.524 + 6 344.331 606 4 1 -58.85 1.75401 -84.5608 + 6 58.0328 715 3 0 -53.6978 -36.8968 -115.85 + 6 44.5989 716 3 0 -53.6788 -36.85 -116.077 + 6 206.793 762 3 0 -48.4423 -27.6289 -116.249 + 6 93.7098 657 3 1 -48.6358 -27.2157 -114.85 + 6 325.482 656 3 1 -48.65 -27.1724 -114.768 + 6 28.9929 655 3 1 -48.85 -26.8355 -114.459 + 6 89.0465 658 3 1 -48.45 -26.1701 -114.578 + 6 102.732 659 3 1 -48.2494 -26.0245 -114.5 + 6 119.942 634 3 1 -53.2477 -37.6261 -114.45 + 6 112.359 712 3 0 -53.2154 -37.6288 -115.85 + 6 161.747 637 2 1 -52.604 -37.6407 -144.45 + 6 145.816 712 2 0 -52.57 -37.6476 -145.85 + 6 109.93 640 1 1 -51.9176 -37.7561 -174.45 + 6 143.943 711 1 0 -51.8602 -37.7537 -175.85 + 6 120.364 647 0 1 -50.646 -37.6514 -204.45 + 6 112.48 711 0 0 -50.5819 -37.6574 -205.85 + 6 47.1871 1436 2 0 -71.7704 107.351 -146.25 + 6 53.0993 1437 2 0 -71.7589 107.55 -146.144 + 6 74.9178 1438 2 0 -71.7506 107.75 -146.083 + 6 86.0937 1439 2 0 -71.7551 107.95 -145.998 + 6 30.7579 1440 2 0 -71.7617 108.15 -145.913 + 6 258.627 539 2 1 -72.0801 112.154 -144.85 + 6 267.566 540 2 1 -72.0499 112.649 -144.536 + 6 1.18307 1467 2 0 -71.1325 113.747 -145.85 + 6 231.28 1468 2 0 -71.1261 113.75 -145.859 + 6 137.253 624 7 1 -55.0647 -35.7543 5.55 + 6 107.099 721 7 0 -55.131 -35.7287 4.15 + 6 98.7722 619 6 1 -56.2146 -35.272 -24.4504 + 6 6.6235 618 6 1 -56.25 -35.2762 -24.8232 + 6 117.279 723 6 0 -56.3578 -35.2928 -25.8502 + 6 143.168 625 8 1 -54.8741 -36.2676 35.55 + 6 96.6186 721 8 0 -54.7148 -35.7612 34.15 + 6 86.3943 722 8 0 -54.6787 -35.65 33.8968 + 6 33.526 652 7 1 -49.4793 -25.2111 5.54989 + 6 101.418 653 7 1 -49.4498 -25.1702 5.45892 + 6 152.658 777 7 0 -48.9957 -24.6458 4.15 + 6 456.364 699 6 1 -40.0561 -17.7066 -24.45 + 6 1.19443 790 6 0 -40.5671 -22.0455 -25.8501 + 6 67.5799 789 6 0 -40.5676 -22.05 -25.8516 + 6 59.7961 788 6 0 -40.58 -22.2504 -25.9209 + 6 71.8774 787 6 0 -40.6012 -22.45 -25.9927 + 6 58.5428 786 6 0 -40.6251 -22.65 -26.0825 + 6 52.3385 785 6 0 -40.6617 -22.85 -26.1574 + 6 28.3486 784 6 0 -40.6743 -23.05 -26.2315 + 6 56.7445 684 5 1 -43.0968 -90.653 -54.45 + 6 248.007 685 5 1 -43.0499 -90.7947 -54.5535 + 6 65.2892 439 5 0 -42.4283 -92.1687 -55.85 + 6 117.026 438 5 0 -42.355 -92.35 -56.0141 + 6 470.86 283 5 0 -82.8293 -123.523 -56.25 + 6 269.987 282 5 0 -83.8188 -123.55 -55.9261 + 6 10.5703 455 5 1 -89.008 -122.383 -54.8499 + 6 99.6447 290 5 0 -89.0822 -122.053 -55.85 + 6 118.624 291 5 0 -89.2049 -121.95 -56.1204 + 6 188.731 762 5 1 -27.65 -125.681 -54.6208 +Number of digits in this event: 46 Using G4ParticleGun... -Particle energy: 2.70508 LIN +Particle energy: 8.1175 LIN Particle: e- Event: 7 -Number of tracker hits in this event: 40 - 7 115.556 1322 10 1 84.6476 -58.2112 95.55 - 7 116.301 609 10 0 84.6457 -58.2135 94.15 - 7 119.012 1322 9 1 84.5962 -58.2773 65.55 - 7 196.275 608 9 0 84.5915 -58.2749 64.15 - 7 159.858 1322 8 1 84.4781 -58.2091 35.55 - 7 122.972 609 8 0 84.4797 -58.2112 34.15 - 7 105.48 1322 7 1 84.5186 -58.2626 5.55 - 7 121.966 608 7 0 84.5215 -58.2652 4.15 - 7 109.331 1322 6 1 84.6174 -58.3108 -24.45 - 7 244 608 6 0 84.6262 -58.3122 -25.85 - 7 143.369 1323 5 1 84.8089 -58.3617 -54.45 - 7 130.056 608 5 0 84.8157 -58.355 -55.85 - 7 113.072 1324 4 1 84.9474 -58.2067 -84.45 - 7 111.801 609 4 0 84.9481 -58.1901 -85.85 - 7 102.83 1324 3 1 84.9562 -57.8171 -114.45 - 7 112.969 611 3 0 84.9519 -57.7881 -115.85 - 7 138.171 1324 2 1 84.8908 -57.175 -144.45 - 7 117.11 614 2 0 84.8769 -57.137 -145.85 - 7 120.367 1322 1 1 84.5624 -56.3293 -174.45 - 7 193.169 618 1 0 84.5504 -56.2968 -175.85 - 7 208.08 1321 0 1 84.2642 -55.613 -204.45 - 7 189.236 622 0 0 84.2515 -55.5718 -205.85 - 7 7.79147 901 6 0 137.058 0.390808 -26.25 - 7 97.0873 902 6 0 137.076 0.45 -26.0892 - 7 42.5505 1585 6 1 137.298 0.982124 -24.85 - 7 183.973 1586 6 1 137.35 0.989561 -24.7652 - 7 12.753 1587 6 1 137.55 1.04523 -24.4837 - 7 64.7174 619 1 0 84.5523 -56.25 -176.099 - 7 144.899 1294 0 1 78.9734 -46.8846 -204.45 - 7 233.355 1293 0 1 78.85 -47.3766 -204.598 - 7 84.8112 1292 0 1 78.6499 -47.5521 -204.626 - 7 8.63404 1291 0 1 78.45 -47.6868 -204.835 - 7 59.6419 656 0 0 76.4951 -48.7339 -205.85 - 7 44.5752 1262 0 1 72.5931 -48.8679 -204.85 - 7 65.7262 1261 0 1 72.45 -48.8683 -204.812 - 7 133.264 1260 0 1 72.25 -48.9229 -204.761 - 7 64.8617 1259 0 1 72.05 -49.0292 -204.519 - 7 147.797 1329 1 1 85.894 -58.171 -174.45 - 7 124.884 728 1 0 21.5802 -34.3152 -176.25 - 7 127.969 729 1 0 21.5786 -34.25 -176.197 -Number of digits in this event: 21 -Using G4ParticleGun... -Particle energy: 7.47814 LIN +Number of tracker hits in this event: 167 + 7 90.938 519 11 1 -76.1204 -11.1606 125.55 + 7 104.382 844 11 0 -76.1207 -11.1608 124.15 + 7 417.746 519 10 1 -76.1273 -11.1612 95.55 + 7 390.066 844 10 0 -76.128 -11.1611 94.15 + 7 128.746 519 9 1 -76.1421 -11.1567 65.55 + 7 259.005 844 9 0 -76.1421 -11.1568 64.15 + 7 121.943 519 8 1 -76.143 -11.1588 35.55 + 7 254.677 844 8 0 -76.1434 -11.1592 34.15 + 7 108.644 519 7 1 -76.1486 -11.1745 5.55 + 7 98.4536 844 7 0 -76.15 -11.1755 4.15 + 7 104.889 519 6 1 -76.1774 -11.1937 -24.45 + 7 112.719 844 6 0 -76.1772 -11.1939 -25.85 + 7 441.512 519 5 1 -76.1785 -11.2008 -54.45 + 7 107.019 844 5 0 -76.1881 -11.2001 -55.85 + 7 183.818 518 4 1 -76.3916 -11.1844 -84.45 + 7 133.86 844 4 0 -76.4011 -11.1844 -85.85 + 7 368.396 517 3 1 -76.5907 -11.178 -114.45 + 7 121.635 844 3 0 -76.5994 -11.1777 -115.85 + 7 195.41 516 2 1 -76.7683 -11.1786 -144.45 + 7 277.519 844 2 0 -76.7787 -11.1809 -145.85 + 7 135.337 515 1 1 -76.9245 -11.2752 -174.45 + 7 294.363 843 1 0 -76.9285 -11.2737 -175.85 + 7 141.893 515 0 1 -76.9484 -11.2995 -204.45 + 7 103.247 843 0 0 -76.9592 -11.3036 -205.85 + 7 132.123 268 2 1 -126.35 88.1272 -144.734 + 7 178.472 1352 2 0 -124.294 90.55 -145.962 + 7 98.5625 267 2 1 -126.55 88.3982 -144.71 + 7 168.806 1347 2 0 -127.488 89.5004 -145.851 + 7 64.6187 1381 2 0 -166.937 96.4539 -146.25 + 7 88.4221 1380 2 0 -167.055 96.3499 -146.151 + 7 448.107 517 2 1 -76.65 -11.1946 -144.711 + 7 275.356 514 0 1 -77.1425 -11.1285 -204.45 + 7 491.448 845 0 0 -77.3265 -11.0064 -205.85 + 7 14.4928 359 2 1 -108.207 28.7378 -144.45 + 7 77.0451 846 0 0 -77.4094 -10.85 -205.931 + 7 143.347 461 3 1 -87.7673 -77.5397 -114.85 + 7 65.6173 462 3 1 -87.65 -77.5878 -114.467 + 7 776.327 518 3 1 -76.2621 -11.2698 -114.45 + 7 225.813 843 3 0 -76.2707 -11.2721 -115.85 + 7 136.861 843 2 0 -76.4629 -11.332 -145.85 + 7 95.6084 516 1 1 -76.6746 -11.3906 -174.45 + 7 102.151 517 0 1 -76.6486 -10.9563 -204.45 + 7 90.9566 612 9 1 -57.4825 170.341 65.55 + 7 90.7797 611 9 1 -57.6501 170.324 65.3998 + 7 204.738 610 9 1 -57.85 170.37 65.3897 + 7 67.4229 609 9 1 -58.05 170.458 65.4647 + 7 339.459 516 3 1 -76.65 -12.4414 -114.555 + 7 161.314 518 2 1 -76.3765 -11.2061 -144.45 + 7 106.695 518 1 1 -76.3182 -11.1684 -174.45 + 7 101.997 844 1 0 -76.3156 -11.171 -175.85 + 7 112.363 518 0 1 -76.2612 -11.2152 -204.45 + 7 112.369 844 0 0 -76.2578 -11.2192 -205.85 + 7 107.569 697 8 0 -152.491 -40.6114 33.75 + 7 125.451 698 8 0 -152.729 -40.45 33.7818 + 7 415.504 699 8 0 -152.922 -40.25 33.8237 + 7 176.212 517 9 1 -76.5537 -10.9963 65.55 + 7 143.797 521 8 1 -75.7714 -12.9429 35.55 + 7 131.557 835 8 0 -75.7508 -12.9387 34.15 + 7 293.63 523 7 1 -75.2821 -12.6117 5.55 + 7 256.667 837 7 0 -75.3064 -12.6062 4.15 + 7 269.468 520 6 1 -75.8726 -12.4432 -24.45 + 7 87.6351 838 6 0 -75.8872 -12.3824 -25.85 + 7 102.802 846 5 0 -76.0788 -10.8228 -55.85 + 7 141.517 523 4 1 -75.3483 -8.83218 -84.45 + 7 149.481 856 4 0 -75.2303 -8.74495 -85.85 + 7 181.365 537 3 1 -72.6265 -6.66067 -114.45 + 7 108.224 867 3 0 -72.4792 -6.58825 -115.85 + 7 95.8267 552 2 1 -69.5628 -5.50106 -144.45 + 7 105.853 873 2 0 -69.363 -5.36515 -145.85 + 7 241.111 573 1 1 -65.3034 -2.47213 -174.451 + 7 121.603 888 1 0 -65.1225 -2.43795 -175.85 + 7 162.282 593 0 1 -61.3516 -1.59163 -204.45 + 7 145.007 892 0 0 -61.0954 -1.63818 -205.85 + 7 110.14 890 1 0 -65.3535 -2.03138 -175.85 + 7 67.2481 564 0 1 -67.0954 6.46241 -204.45 + 7 61.4396 565 0 1 -67.05 6.47131 -204.64 + 7 137.85 932 0 0 -66.8114 6.58589 -205.85 + 7 61.4422 840 0 0 -78.6055 -11.9157 -206.25 + 7 101.031 839 0 0 -78.7749 -12.05 -206.132 + 7 110.626 838 0 0 -79.0098 -12.2503 -205.973 + 7 72.8458 497 0 1 -80.5153 -12.8573 -204.85 + 7 129.824 496 0 1 -80.65 -12.905 -204.759 + 7 94.2229 495 0 1 -80.8503 -12.9869 -204.627 + 7 40.6469 494 0 1 -81.05 -13.0671 -204.516 + 7 244.472 493 0 1 -81.3635 -13.2815 -204.45 + 7 98.0472 833 0 0 -81.7614 -13.3196 -205.85 + 7 88.6008 832 0 0 -81.9393 -13.45 -206.082 + 7 128.031 831 0 0 -82.17 -13.65 -206.17 + 7 37.0813 830 0 0 -82.4127 -13.85 -205.955 + 7 254.92 484 0 1 -83.1221 -13.9554 -204.85 + 7 589.828 483 0 1 -83.25 -13.8328 -204.511 + 7 52.0921 836 7 0 -75.3003 -12.65 4.07513 + 7 67.4178 520 1 1 -75.85 -8.25563 -174.68 + 7 211.914 522 1 1 -75.5804 -9.80666 -174.45 + 7 108.221 527 9 1 -74.4677 -10.1056 65.5499 + 7 123.218 850 9 0 -74.4952 -9.96948 64.15 + 7 104.548 523 8 1 -75.4194 -7.56342 35.55 + 7 110.106 863 8 0 -75.3821 -7.44725 34.1497 + 7 182.012 529 7 1 -74.188 -5.40582 5.5499 + 7 148.21 873 7 0 -74.1051 -5.41889 4.15 + 7 113.352 538 6 1 -72.3442 -5.88293 -24.45 + 7 189.147 870 6 0 -72.2588 -5.93355 -25.85 + 7 129.364 548 5 1 -70.4157 -7.1098 -54.45 + 7 7.82593 864 5 0 -70.2541 -7.24618 -55.8502 + 7 96.2123 863 5 0 -70.2495 -7.25 -55.8897 + 7 142.095 564 4 1 -67.2165 -9.83782 -84.45 + 7 293.108 850 4 0 -67.0132 -9.95538 -85.85 + 7 21.4644 584 3 1 -63.079 -12.1707 -114.45 + 7 157.472 585 3 1 -63.05 -12.1784 -114.524 + 7 109.317 838 3 0 -62.4688 -12.3817 -115.85 + 7 13.7538 837 3 0 -62.329 -12.45 -116.214 + 7 120.105 639 2 1 -52.2086 -18.9532 -144.45 + 7 53.1119 640 2 1 -52.0499 -19.0326 -144.696 + 7 131.45 803 2 0 -51.2523 -19.3594 -145.85 + 7 15.4831 802 2 0 -51.0138 -19.4501 -146.186 + 7 11.2736 749 1 1 -30.0661 -26.6332 -174.45 + 7 98.2021 750 1 1 -30.05 -26.6346 -174.469 + 7 55.9671 751 1 1 -29.85 -26.6531 -174.702 + 7 143.205 766 1 0 -28.8078 -26.7548 -175.85 + 7 47.0073 884 0 1 -3.16265 -26.4452 -204.45 + 7 160.328 885 0 1 -3.05 -26.4705 -204.583 + 7 8.02557 886 0 1 -2.84955 -26.5087 -204.833 + 7 127.911 766 0 0 -2.07223 -26.6854 -205.85 + 7 210.828 851 4 0 -67.1774 -9.85 -86.0698 + 7 127.25 992 8 0 -83.1398 18.5582 33.75 + 7 53.6801 993 8 0 -83.2227 18.65 33.9486 + 7 186.327 479 8 1 -84.172 16.7647 35.15 + 7 78.7464 480 8 1 -84.05 16.7442 35.2938 + 7 165.98 985 8 0 -84.4581 17.195 34.15 + 7 2.2681 986 8 0 -84.4477 17.25 34.0647 + 7 137.466 964 7 0 -75.1626 12.8721 3.75 + 7 269.322 526 7 1 -74.8018 13.3951 5.15013 + 7 0.229949 972 7 0 -74.525 14.6494 4.15 + 7 102.172 973 7 0 -74.5248 14.65 4.14919 + 7 90.2705 974 7 0 -74.576 14.85 3.93681 + 7 72.8742 975 7 0 -74.6945 15.05 3.88755 + 7 59.3328 976 7 0 -74.821 15.2501 3.8737 + 7 179.09 977 7 0 -74.9263 15.45 3.86913 + 7 56.5977 978 7 0 -75.0084 15.6501 3.90986 + 7 47.2292 979 7 0 -75.0162 15.8501 3.96748 + 7 65.1075 980 7 0 -75.0383 16.05 3.9775 + 7 138.72 981 7 0 -75.1414 16.25 3.86744 + 7 69.9907 982 7 0 -75.0891 16.4506 3.77587 + 7 149.455 983 7 0 -74.9543 16.65 3.79689 + 7 277.547 984 7 0 -74.9485 16.8502 3.88886 + 7 20.1024 528 9 1 -74.45 -10.1069 65.5214 + 7 119.504 849 9 0 -74.6148 -10.1684 64.15 + 7 139.116 1038 9 0 -127.019 27.7005 63.75 + 7 91.5569 1039 9 0 -127.478 27.85 63.9933 + 7 39.5835 243 9 1 -131.454 29.9756 65.1501 + 7 66.4809 242 9 1 -131.55 30.0332 65.1758 + 7 52.8101 241 9 1 -131.75 30.1174 65.2299 + 7 49.4766 240 9 1 -131.95 30.1392 65.2898 + 7 52.7239 239 9 1 -132.15 30.1439 65.3422 + 7 59.4666 238 9 1 -132.351 30.1425 65.3706 + 7 84.7237 237 9 1 -132.55 30.1976 65.4211 + 7 90.9015 236 9 1 -132.75 30.1693 65.4467 + 7 61.4553 235 9 1 -132.95 30.0448 65.5316 + 7 53.0233 234 9 1 -133.15 29.9584 65.4904 + 7 54.8199 233 9 1 -133.35 29.9156 65.4689 + 7 62.2578 232 9 1 -133.55 29.8515 65.4281 + 7 51.2181 231 9 1 -133.75 29.8186 65.3672 + 7 72.6088 230 9 1 -133.95 29.7883 65.3833 + 7 162.662 229 9 1 -134.15 29.7487 65.4261 + 7 151.142 228 9 1 -134.35 29.2184 65.5458 + 7 257.39 227 9 1 -134.55 28.8182 65.3535 + 7 174.181 226 9 1 -134.75 28.6304 65.374 +Number of digits in this event: 81 +Using G4ParticleGun... +Particle energy: 4.88736 LIN Particle: e- Event: 8 -Number of tracker hits in this event: 101 - 8 133.131 990 9 1 18.2411 -129.404 65.55 - 8 104.67 253 9 0 18.2406 -129.404 64.15 - 8 436.885 990 8 1 18.2304 -129.396 35.55 - 8 95.4824 253 8 0 18.231 -129.396 34.15 - 8 369.066 990 7 1 18.2484 -129.392 5.54996 - 8 202.006 991 7 1 18.25 -129.394 5.50256 - 8 226.993 253 7 0 18.2829 -129.436 4.15 - 8 314.601 995 6 1 19.1623 -130.545 -24.45 - 8 135.08 247 6 0 19.1092 -130.567 -25.85 - 8 170.585 989 5 1 17.965 -131.028 -54.45 - 8 151.982 244 5 0 17.9456 -131.201 -55.85 - 8 131.575 987 4 1 17.5885 -134.878 -84.45 - 8 92.0655 227 4 0 17.4356 -134.645 -85.8502 - 8 116.803 951 3 1 10.41 -134.251 -114.45 - 8 99.3836 230 3 0 10.2216 -133.983 -115.85 - 8 36.084 231 3 0 10.1889 -133.95 -116.09 - 8 61.3039 932 2 1 6.57053 -132.708 -144.45 - 8 246.834 933 2 1 6.65 -132.92 -144.585 - 8 70.7786 228 2 0 7.05018 -134.382 -145.85 - 8 52.5114 227 2 0 7.08632 -134.55 -145.99 - 8 63.4334 226 2 0 7.11419 -134.75 -146.123 - 8 33.5059 962 1 1 12.4964 -174.814 -174.45 - 8 82.4149 961 1 1 12.4499 -174.745 -174.558 - 8 117.335 27 1 0 12.1866 -174.645 -175.85 - 8 5.06138 28 1 0 12.0931 -174.55 -176.236 - 8 72.7976 931 0 1 6.4284 -152.465 -204.45 - 8 45.0295 930 0 1 6.25 -152.489 -204.692 - 8 172.415 140 0 0 5.63563 -152.029 -205.85 - 8 136.558 141 0 0 5.54505 -151.95 -206.014 - 8 37.0429 142 0 0 5.27975 -151.75 -205.886 - 8 56.4013 915 0 1 3.19392 -150.284 -204.85 - 8 65.9822 914 0 1 3.05 -150.189 -204.746 - 8 53.4097 913 0 1 2.84982 -150.1 -204.594 - 8 51.0091 912 0 1 2.57417 -150.077 -204.45 - 8 120.92 911 0 1 2.44976 -150.101 -204.539 - 8 120.468 910 0 1 2.2499 -150.031 -204.608 - 8 26.9778 333 0 0 22.1542 -113.496 -206.25 - 8 104.06 991 8 1 18.25 -129.459 35.1985 - 8 24.0922 992 7 1 18.4501 -129.229 5.21902 - 8 115.185 256 7 0 18.8103 -128.914 4.15 - 8 9.37998 162 7 0 50.3771 -147.725 3.75 - 8 133.57 161 7 0 50.3934 -147.75 3.77103 - 8 50.6978 160 7 0 50.6698 -147.95 4.04051 - 8 60.7222 1164 7 1 52.8528 -148.863 5.15005 - 8 56.7544 1165 7 1 53.05 -148.945 5.25366 - 8 194.78 1166 7 1 53.25 -148.988 5.37421 - 8 91.8491 1167 7 1 53.45 -149.087 5.53958 - 8 138.634 153 7 0 53.0737 -149.48 4.15 - 8 271.902 152 7 0 53.0359 -149.55 3.99317 - 8 101.411 151 7 0 52.9326 -149.75 3.79337 - 8 132.218 253 6 0 19.3182 -129.382 -25.85 - 8 196.287 1008 5 1 21.6913 -129.65 -54.45 - 8 127.275 252 5 0 21.7635 -129.641 -55.85 - 8 158.721 1016 4 1 23.3132 -129.986 -84.45 - 8 204.488 250 4 0 23.1199 -130.005 -85.8501 - 8 160.084 205 4 0 22.8233 -139.063 -86.25 - 8 17.3312 204 4 0 22.891 -139.15 -85.917 - 8 90.6676 1015 4 1 23.1809 -139.376 -84.8496 - 8 127.858 224 5 0 32.5458 -135.345 -56.25 - 8 134.601 1065 5 1 33.0957 -135.121 -54.85 - 8 1.88756 1066 5 1 33.25 -135.055 -54.4679 - 8 185.334 273 6 0 32.7767 -125.473 -26.25 - 8 0.140878 274 6 0 32.7622 -125.35 -25.851 - 8 145.49 1063 6 1 32.6852 -125.031 -24.85 - 8 100.418 282 7 0 36.8332 -123.719 3.75 - 8 104.418 1085 7 1 37.1062 -123.64 5.15 - 8 271.273 1087 7 1 37.5588 -123.687 5.55 - 8 116.901 1088 7 1 37.65 -122.991 5.47938 - 8 53.2928 1089 7 1 37.85 -122.686 5.49816 - 8 257.928 1090 7 1 38.0502 -122.547 5.45596 - 8 62.7614 1091 7 1 38.25 -122.324 5.40714 - 8 75.453 1092 7 1 38.45 -122.315 5.47192 - 8 147.697 1093 7 1 38.65 -122.377 5.5081 - 8 47.9958 1094 7 1 38.851 -122.473 5.27363 - 8 34.6687 287 7 0 40.2 -122.562 4.15 - 8 110.743 288 7 0 40.2781 -122.55 4.07652 - 8 106.891 150 7 0 31.9297 -149.95 3.86733 - 8 102.934 149 7 0 32.0875 -150.15 3.75609 - 8 225.147 148 7 0 32.1577 -150.35 3.83 - 8 67.49 1029 3 1 25.8665 -130.798 -114.45 - 8 113.799 246 3 0 25.9968 -130.807 -115.85 - 8 119.995 1040 2 1 28.1789 -131.62 -144.45 - 8 117.169 244 2 0 28.4176 -131.322 -145.85 - 8 99.0284 1067 1 1 33.5491 -126.06 -174.45 - 8 26.5454 1068 1 1 33.65 -126.066 -174.773 - 8 538.947 270 1 0 33.9588 -126.066 -175.85 - 8 111.029 1107 0 1 41.5532 -123.312 -204.45 - 8 15.8533 1108 0 1 41.65 -123.411 -204.787 - 8 45.1176 282 0 0 41.9475 -123.704 -205.85 - 8 69.5224 281 0 0 41.99 -123.75 -206.01 - 8 139.014 996 6 1 19.25 -129.384 -24.6415 - 8 126.666 989 7 1 18.05 -129.174 5.2783 - 8 94.7629 988 7 1 17.8494 -129.278 5.18131 - 8 211.647 250 7 0 15.1858 -129.964 4.15 - 8 34.1372 956 7 1 11.3605 -130.897 5.15 - 8 139.362 955 7 1 11.25 -130.912 5.2089 - 8 42.9423 249 7 0 10.9914 -130.225 4.15 - 8 338.801 962 7 1 12.6122 -128.71 5.15 - 8 48.1649 963 7 1 12.65 -128.672 5.18041 - 8 276.633 257 7 0 14.3633 -128.56 4.15 - 8 31.5846 258 7 0 14.4525 -128.55 4.07855 -Number of digits in this event: 44 +Number of tracker hits in this event: 71 + 8 116.624 1358 9 1 91.819 91.5755 65.55 + 8 169.4 1357 9 0 91.8185 91.5749 64.15 + 8 124.119 1358 8 1 91.8057 91.5635 35.55 + 8 101.226 1357 8 0 91.8053 91.5626 34.15 + 8 114.341 1358 7 1 91.8073 91.5486 5.55 + 8 110.313 1356 7 0 91.8067 91.5485 4.15 + 8 384.645 1358 6 1 91.7939 91.548 -24.45 + 8 265.396 1356 6 0 91.7933 91.5477 -25.85 + 8 96.295 1358 5 1 91.7852 91.5392 -54.45 + 8 145.741 1356 5 0 91.7851 91.5359 -55.85 + 8 500.196 1358 4 1 91.7768 91.4748 -84.45 + 8 248.074 1356 4 0 91.7762 91.4688 -85.85 + 8 213.419 1357 3 1 91.7497 91.3396 -114.45 + 8 108.243 1355 3 0 91.7477 91.3358 -115.85 + 8 319.975 1357 2 1 91.7127 91.2721 -144.45 + 8 119.501 1355 2 0 91.7106 91.2676 -145.85 + 8 172.21 1357 1 1 91.6524 91.1702 -174.45 + 8 322.096 1355 1 0 91.6468 91.1659 -175.85 + 8 321.848 1356 0 1 91.5206 91.0817 -204.45 + 8 112.051 1354 0 0 91.5122 91.0757 -205.85 + 8 127.02 1752 3 1 170.55 145.071 -114.839 + 8 106.699 1352 0 0 91.3049 90.6963 -205.85 + 8 167.889 1351 0 0 91.1987 90.55 -206.151 + 8 60.8923 1277 1 0 70.4574 75.5859 -176.25 + 8 152.158 1278 1 0 70.5201 75.65 -176.161 + 8 138.819 1279 1 0 70.646 75.8502 -175.974 + 8 111.585 1357 0 1 91.6519 91.0974 -204.45 + 8 33.1231 1358 0 1 91.7501 90.9603 -204.75 + 8 14.8211 1336 1 1 87.45 89.5247 -174.779 + 8 136.463 1357 4 0 91.8228 91.5504 -85.85 + 8 257.945 1357 3 0 91.7041 91.6144 -115.85 + 8 110.564 1357 2 0 91.602 91.6757 -145.85 + 8 149.103 1356 1 1 91.3727 91.792 -174.45 + 8 144.624 1358 1 0 91.3512 91.7981 -175.85 + 8 120.155 1354 0 1 90.9563 91.95 -204.45 + 8 186.707 1359 0 0 90.9372 91.9703 -205.85 + 8 24.8522 1471 0 0 117.971 114.35 -206.086 + 8 125.644 1358 0 0 90.8866 91.95 -206.047 + 8 265.496 1350 3 1 90.1752 90.6011 -114.45 + 8 104.673 1346 2 1 89.3684 88.5279 -144.45 + 8 122.513 1341 2 0 89.3012 88.4467 -145.85 + 8 88.0833 1338 1 1 87.6838 86.6305 -174.45 + 8 27.5364 1337 1 1 87.65 86.6045 -174.752 + 8 118.433 1332 1 0 87.5222 86.5113 -175.85 + 8 106.02 1322 0 1 84.5387 84.1345 -204.45 + 8 108.955 1319 0 0 84.487 83.968 -205.851 + 8 58.0452 1365 3 0 88.474 93.2522 -115.85 + 8 143.096 1366 3 0 88.5057 93.3503 -115.928 + 8 292.557 1359 6 1 91.95 91.5007 -24.5363 + 8 383.23 1355 6 0 92.5934 91.3237 -25.85 + 8 70.0974 1431 5 1 106.419 86.5063 -54.45 + 8 153.348 1432 5 1 106.55 86.5026 -54.702 + 8 151.968 1332 5 0 107.103 86.504 -55.85 + 8 5.63652 1498 4 1 119.933 84.7232 -84.45 + 8 89.3762 1499 4 1 119.95 84.7303 -84.4727 + 8 38.2475 1500 4 1 120.15 84.819 -84.7556 + 8 170.033 1326 4 0 121.067 85.3113 -85.85 + 8 16.8488 1327 4 0 121.392 85.45 -86.2058 + 8 252.016 1360 6 1 92.2232 91.056 -24.8498 + 8 357.896 1361 6 0 92.3985 92.3903 -25.85 + 8 42.7542 1364 5 1 93.0733 91.0315 -54.45 + 8 143.043 1365 5 1 93.15 91.0622 -54.5421 + 8 15.8179 1366 5 1 93.3501 91.124 -54.787 + 8 96.6449 1355 5 0 93.9446 91.2698 -55.85 + 8 264.306 1430 4 1 106.289 95.5746 -84.45 + 8 40.2109 1397 4 0 105.747 99.6372 -85.8501 + 8 58.289 1398 4 0 105.726 99.75 -85.8963 + 8 104.574 1399 4 0 105.674 99.95 -86.0251 + 8 65.1918 1400 4 0 105.527 100.15 -86.1682 + 8 132.837 1427 4 1 105.724 100.575 -84.8498 + 8 96.1325 1667 1 1 153.55 48.1881 -174.8 +Number of digits in this event: 38 Using G4ParticleGun... -Particle energy: 7.27975 LIN +Particle energy: 1.62131 LIN Particle: e- Event: 9 -Number of tracker hits in this event: 82 - 9 135.688 872 10 1 -5.46188 109.658 95.55 - 9 145.746 1447 10 0 -5.46231 109.66 94.15 - 9 123.477 872 9 1 -5.47365 109.704 65.55 - 9 144.109 1447 9 0 -5.47397 109.706 64.15 - 9 403.857 872 8 1 -5.48915 109.741 35.55 - 9 377.12 1447 8 0 -5.49172 109.741 34.15 - 9 357.102 872 7 1 -5.54369 109.745 5.55 - 9 556.866 1447 7 0 -5.54773 109.745 4.15 - 9 147.593 872 6 1 -5.62954 109.732 -24.45 - 9 269.24 1447 6 0 -5.63473 109.731 -25.85 - 9 111.21 871 5 1 -5.74092 109.716 -54.45 - 9 230.234 1447 5 0 -5.74683 109.713 -55.85 - 9 98.7784 870 4 1 -5.86523 109.661 -84.45 - 9 95.522 1447 4 0 -5.87271 109.658 -85.85 - 9 230.061 870 3 1 -6.02535 109.589 -114.45 - 9 101.583 1447 3 0 -6.03153 109.585 -115.85 - 9 135.705 869 2 1 -6.15612 109.503 -144.45 - 9 143.827 1446 2 0 -6.15996 109.502 -145.85 - 9 114.41 869 1 1 -6.24669 109.46 -174.45 - 9 133.624 1446 1 0 -6.25402 109.454 -175.85 - 9 286.692 868 0 1 -6.39491 109.309 -204.45 - 9 140.117 1445 0 0 -6.39972 109.304 -205.85 - 9 81.5892 869 0 1 -6.25 109.669 -204.564 - 9 136.802 1448 0 0 -5.89743 109.836 -205.851 - 9 81.3624 1444 3 0 -6.15279 109.062 -115.85 - 9 48.9119 1443 3 0 -6.24586 108.95 -116.095 - 9 387.957 873 7 1 -5.42452 109.609 5.55 - 9 106.674 874 6 1 -5.19805 109.668 -24.45 - 9 138.118 875 5 1 -4.94379 109.614 -54.45 - 9 144.734 875 4 1 -4.94899 109.425 -84.45 - 9 132.693 1446 4 0 -4.93776 109.415 -85.85 - 9 159.511 876 3 1 -4.6917 109.208 -114.45 - 9 99.1254 1445 3 0 -4.68549 109.189 -115.85 - 9 132.644 877 2 1 -4.55849 108.758 -144.45 - 9 177.893 1442 2 0 -4.54642 108.741 -145.85 - 9 115.57 878 1 1 -4.28114 108.386 -174.45 - 9 157.165 1441 1 0 -4.26638 108.362 -175.85 - 9 123.502 880 0 1 -3.98765 107.865 -204.45 - 9 118.591 1438 0 0 -3.99203 107.854 -205.85 - 9 31.3458 931 6 0 19.7004 6.42286 -26.25 - 9 209.802 873 8 1 -5.45 109.744 35.4621 - 9 122.299 868 7 1 -6.38325 109.63 5.55 - 9 124.437 856 6 1 -8.70182 111.2 -24.45 - 9 126.797 1455 6 0 -8.80788 111.223 -25.85 - 9 101.458 844 5 1 -11.1546 111.957 -54.45 - 9 146.814 1459 5 0 -11.2547 111.993 -55.85 - 9 151.695 834 4 1 -13.112 112.646 -84.45 - 9 112.061 1462 4 0 -13.2245 112.627 -85.85 - 9 41.0107 822 3 1 -15.6424 111.965 -114.45 - 9 126.706 821 3 1 -15.65 111.963 -114.598 - 9 160.722 1458 3 0 -15.7223 111.944 -115.85 - 9 309.73 812 2 1 -17.5907 111.473 -144.45 - 9 115.894 1457 2 0 -17.5582 111.573 -145.85 - 9 129.829 815 1 1 -16.926 113.566 -174.45 - 9 160.933 1467 1 0 -16.8985 113.686 -175.85 - 9 144.131 817 0 1 -16.6446 116.29 -204.45 - 9 149.352 1481 0 0 -16.5472 116.435 -205.85 - 9 34.043 813 2 1 -17.45 111.456 -144.548 - 9 0.280568 843 5 1 -11.3296 112.282 -54.45 - 9 55.7145 834 5 1 -13.0831 113.913 -54.4501 - 9 305.506 833 5 1 -13.25 113.87 -54.4691 - 9 107.26 1460 5 0 -11.3994 112.282 -55.85 - 9 144.93 838 4 1 -12.3795 111.498 -84.45 - 9 77.7445 839 4 1 -12.25 111.864 -84.734 - 9 12.4124 1466 4 0 -11.2372 113.54 -85.8503 - 9 57.9766 1467 4 0 -11.2306 113.55 -85.8574 - 9 81.2479 1468 4 0 -11.1429 113.75 -85.9964 - 9 62.619 1469 4 0 -11.071 113.95 -86.1036 - 9 318.549 1470 4 0 -11.0355 114.15 -86.1914 - 9 225.278 1399 4 0 -9.75502 100.124 -86.25 - 9 73.6333 1453 7 0 -5.99008 110.783 4.15 - 9 307.113 1454 7 0 -6.08516 110.95 3.91448 - 9 68.373 800 6 1 -19.8672 160.617 -24.45 - 9 220.209 801 6 1 -19.85 160.732 -24.667 - 9 132.515 1707 6 0 -19.1002 161.551 -25.85 - 9 147.218 1708 6 0 -19.0209 161.75 -26.093 - 9 119.104 1709 6 0 -18.9256 161.95 -26.0188 - 9 154.287 798 6 1 -20.3542 161.582 -24.85 - 9 193.596 1197 8 0 -175.244 59.65 33.8055 - 9 34.019 802 6 1 -19.6256 161.087 -24.45 - 9 60.9599 1696 6 0 -20.1912 159.508 -25.8502 - 9 183.415 1695 6 0 -20.134 159.35 -25.9011 +Number of tracker hits in this event: 140 + 9 119.971 815 11 1 -16.9266 41.4783 125.55 + 9 142.149 1107 11 0 -16.9303 41.4794 124.15 + 9 105.043 815 10 1 -17.0258 41.4998 95.55 + 9 109.878 1107 10 0 -17.029 41.498 94.15 + 9 131.747 814 9 1 -17.053 41.472 65.55 + 9 152.551 1107 9 0 -17.0492 41.4642 64.15 + 9 130.496 815 8 1 -16.9805 41.2665 35.55 + 9 5.76174 1106 8 0 -16.967 41.2504 34.15 + 9 106.306 1105 8 0 -16.9666 41.25 34.1146 + 9 168.795 816 7 1 -16.7326 40.9203 5.55 + 9 121.691 1104 7 0 -16.7302 40.914 4.15 + 9 109.006 817 6 1 -16.6089 40.7478 -24.45 + 9 120.468 1103 6 0 -16.5726 40.7378 -25.85 + 9 109.298 821 5 1 -15.7865 40.6273 -54.45 + 9 89.9343 1102 5 0 -15.7283 40.646 -55.85 + 9 27.4878 1103 5 0 -15.7159 40.65 -56.1461 + 9 108.576 827 4 1 -14.6189 41.0719 -84.45 + 9 115.61 1105 4 0 -14.5479 41.0946 -85.85 + 9 161.298 834 3 1 -13.1731 41.4708 -114.45 + 9 110.085 1107 3 0 -13.1039 41.4657 -115.85 + 9 118.182 842 2 1 -11.5483 41.3874 -144.45 + 9 81.9628 1106 2 0 -11.4853 41.4415 -145.85 + 9 69.5715 1107 2 0 -11.4755 41.45 -146.062 + 9 127.865 851 1 1 -9.78756 42.6728 -174.45 + 9 135.597 1113 1 0 -9.68874 42.6987 -175.85 + 9 135.401 862 0 1 -7.55971 43.0441 -204.45 + 9 102.025 1115 0 0 -7.50962 43.1135 -205.85 + 9 97.5507 833 3 1 -13.25 41.5357 -114.642 + 9 71.9004 1111 3 0 -13.7215 42.3208 -115.851 + 9 57.9183 1112 3 0 -13.8198 42.45 -116.037 + 9 2.00052 1113 3 0 -13.8497 42.65 -116.239 + 9 10.7604 1117 0 0 -7.95617 43.5382 -205.85 + 9 50.0249 1677 0 0 40.6304 155.62 -206.25 + 9 46.8947 1678 0 0 40.6442 155.75 -206.237 + 9 144.891 1765 0 0 40.1217 173.317 -206.25 + 9 21.4316 1105 7 0 -16.2328 41.2295 4.15 + 9 361.4 1106 7 0 -16.2034 41.25 4.08278 + 9 358.337 1107 7 0 -15.9246 41.45 4.00028 + 9 163.63 817 4 1 -16.4783 40.522 -84.45 + 9 52.3163 1096 4 0 -16.8983 39.3901 -85.8501 + 9 220.824 1095 4 0 -16.9392 39.25 -86.0016 + 9 37.7982 1094 4 0 -16.9883 39.05 -86.1745 + 9 84.0095 862 4 0 -2.21929 -7.52418 -86.25 + 9 105.038 861 4 0 -2.02952 -7.65 -86.0295 + 9 89.7133 894 4 1 -1.16118 -8.53617 -84.85 + 9 185.855 895 4 1 -1.05 -8.64203 -84.71 + 9 356.082 896 4 1 -0.85 -8.87375 -84.4727 + 9 21.0964 836 4 0 -0.972133 -12.7623 -85.8505 + 9 59.614 835 4 0 -0.975247 -12.85 -85.8879 + 9 71.2897 834 4 0 -0.99543 -13.05 -85.9896 + 9 68.6851 833 4 0 -0.967918 -13.25 -86.1186 + 9 117.645 959 3 1 11.921 -54.3479 -114.45 + 9 119.399 960 3 1 12.05 -54.2733 -114.577 + 9 62.545 961 3 1 12.25 -54.1346 -114.755 + 9 5.93774 634 3 0 13.3305 -53.067 -115.85 + 9 81.4236 635 3 0 13.3486 -53.05 -115.866 + 9 123.234 636 3 0 13.5291 -52.85 -116.032 + 9 138.538 1751 11 0 -129.113 170.35 123.757 + 9 123.27 818 4 1 -16.4237 40.6397 -84.45 + 9 127.194 1102 4 0 -16.1997 40.6023 -85.85 + 9 22.1788 843 3 1 -11.2811 40.3539 -114.45 + 9 63.8033 844 3 1 -11.2499 40.3472 -114.555 + 9 126.335 1101 3 0 -10.908 40.3045 -115.85 + 9 26.2487 882 2 1 -3.62373 40.2703 -144.45 + 9 356.108 881 2 1 -3.65008 40.2502 -144.503 + 9 60.2556 1098 2 0 -4.31368 39.7279 -145.85 + 9 255.221 1097 2 0 -4.40919 39.65 -146.05 + 9 134.168 807 1 1 -18.4866 27.6411 -174.45 + 9 66.993 1032 1 0 -18.8277 26.5989 -175.851 + 9 156.494 1031 1 0 -18.8837 26.45 -176.04 + 9 24.2608 753 0 1 -29.3021 1.34264 -204.45 + 9 99.5413 754 0 1 -29.2499 1.30166 -204.482 + 9 82.7359 755 0 1 -29.0499 1.1421 -204.606 + 9 100.966 756 0 1 -28.85 0.984326 -204.722 + 9 25.2703 757 0 1 -28.65 0.825506 -204.833 + 9 23.2592 897 0 0 -26.7279 -0.591773 -205.85 + 9 118.896 896 0 0 -26.6463 -0.65 -205.893 + 9 129.538 895 0 0 -26.3619 -0.85 -206.043 + 9 31.365 894 0 0 -26.0519 -1.05 -206.203 + 9 38.0074 705 0 0 22.0319 -38.9383 -206.25 + 9 90.4593 704 0 0 22.0775 -39.0508 -206.163 + 9 117.895 703 0 0 22.211 -39.25 -206.025 + 9 8.39602 702 0 0 22.5285 -39.4503 -205.868 + 9 137.297 1019 0 1 23.9186 -40.6515 -204.85 + 9 286.137 1020 0 1 24.05 -40.7672 -204.742 + 9 109.068 1021 0 1 24.2516 -41.0343 -204.45 + 9 315.201 1018 0 1 23.85 -41.3468 -204.566 + 9 144.627 693 0 0 24.2346 -41.3074 -205.85 + 9 340.755 694 0 0 24.4783 -41.25 -206.018 + 9 13.5154 695 0 0 24.4897 -41.0499 -206.002 + 9 145.128 641 3 0 -104.801 -51.695 -116.25 + 9 160.482 640 3 0 -104.998 -51.8501 -116.011 + 9 38.3824 760 0 1 -28.0462 -1.34961 -204.45 + 9 315.705 816 6 1 -16.6928 42.2579 -24.4501 + 9 129.102 1109 6 0 -16.7923 42.0181 -25.8504 + 9 51.0873 796 5 1 -20.8083 37.1748 -54.45 + 9 122.638 795 5 1 -20.85 37.1081 -54.4954 + 9 74.4096 794 5 1 -21.05 36.7912 -54.7293 + 9 154.362 1077 5 0 -21.9884 35.5372 -55.85 + 9 115.822 1076 5 0 -22.0584 35.4499 -55.9279 + 9 109.687 1075 5 0 -22.2547 35.25 -56.0911 + 9 31.935 1074 5 0 -22.4837 35.0499 -56.2159 + 9 31.1989 297 5 0 -104.008 -120.624 -56.25 + 9 49.3033 296 5 0 -104.045 -120.75 -56.2187 + 9 55.9253 295 5 0 -104.115 -120.95 -56.1827 + 9 96.9895 294 5 0 -104.171 -121.15 -56.1272 + 9 50.1402 293 5 0 -104.267 -121.351 -56.0573 + 9 64.6546 292 5 0 -104.374 -121.55 -56.0049 + 9 130.023 291 5 0 -104.508 -121.75 -55.9445 + 9 19.6563 290 5 0 -104.648 -121.95 -55.8764 + 9 85.1223 363 5 1 -107.38 -124.596 -54.85 + 9 69.5675 362 5 1 -107.55 -124.747 -54.7931 + 9 402.653 361 5 1 -107.75 -124.905 -54.7695 + 9 92.7423 360 5 1 -107.95 -125.089 -54.7773 + 9 67.3901 359 5 1 -108.15 -125.251 -54.7982 + 9 68.1502 358 5 1 -108.35 -125.39 -54.8084 + 9 85.5581 357 5 1 -108.55 -125.516 -54.7978 + 9 329.934 356 5 1 -108.75 -125.63 -54.7703 + 9 115.208 355 5 1 -108.95 -125.761 -54.7624 + 9 28.7204 354 5 1 -109.15 -125.92 -54.8277 + 9 11.0865 259 5 0 -112.578 -128.333 -55.85 + 9 161.194 258 5 0 -112.603 -128.35 -55.8578 + 9 128.811 257 5 0 -112.856 -128.55 -55.9401 + 9 101.024 1111 6 0 -16.7045 42.2611 -25.8508 + 9 111.893 813 5 1 -17.2899 41.9361 -54.4512 + 9 115.26 1109 5 0 -17.1956 42.0008 -55.85 + 9 138.996 823 4 1 -15.3433 42.6569 -84.45 + 9 117.462 1113 4 0 -15.0869 42.7206 -85.85 + 9 121.138 850 3 1 -9.96412 44.5583 -114.45 + 9 122.68 1122 3 0 -9.64466 44.5418 -115.85 + 9 140.345 1120 2 0 -3.61267 44.0822 -145.85 + 9 132.613 915 1 1 3.1565 46.5208 -174.45 + 9 20.7335 916 1 1 3.25 46.6738 -174.777 + 9 67.5007 1135 1 0 3.54092 47.1521 -175.85 + 9 52.2072 1136 1 0 3.60582 47.25 -176.077 + 9 113.163 961 0 1 12.3363 59.0061 -204.45 + 9 96.3214 962 0 1 12.45 59.1612 -204.632 + 9 69.2379 1200 0 0 13.2438 60.1153 -205.851 + 9 86.1054 1201 0 0 13.3548 60.2508 -206.019 + 9 358.901 806 1 1 -18.7861 40.5379 -174.45 Number of digits in this event: 53 Using G4ParticleGun... -Particle energy: 8.4844 LIN +Particle energy: 3.24949 LIN Particle: e- Event: 10 -Number of tracker hits in this event: 34 - 10 104.36 1352 10 1 90.667 -36.6148 95.55 - 10 109.552 717 10 0 90.6672 -36.6137 94.15 - 10 112.418 1352 9 1 90.6709 -36.5894 65.55 - 10 128.352 717 9 0 90.6711 -36.5874 64.15 - 10 123.651 1352 8 1 90.6745 -36.5434 35.55 - 10 128.548 717 8 0 90.6739 -36.5424 34.15 - 10 127.443 1352 7 1 90.661 -36.5204 5.55 - 10 147.194 717 7 0 90.6612 -36.5182 4.15 - 10 109.907 1352 6 1 90.6587 -36.4714 -24.45 - 10 118.502 717 6 0 90.658 -36.4692 -25.85 - 10 174.229 1352 5 1 90.6473 -36.4276 -54.45 - 10 114.16 718 5 0 90.6478 -36.4257 -55.85 - 10 164.797 1352 4 1 90.6612 -36.3862 -84.45 - 10 120.772 718 4 0 90.6623 -36.3846 -85.85 - 10 138.035 1352 3 1 90.6876 -36.3594 -114.45 - 10 131.034 718 3 0 90.6885 -36.3591 -115.85 - 10 397.038 1352 2 1 90.7169 -36.3516 -144.45 - 10 437.996 718 2 0 90.7195 -36.351 -145.85 - 10 206.142 1353 1 1 90.782 -36.3265 -174.45 - 10 262.726 718 1 0 90.7854 -36.3253 -175.85 - 10 97.6907 1353 0 1 90.8382 -36.3224 -204.45 - 10 167.066 718 0 0 90.8387 -36.3237 -205.85 - 10 45.4589 1326 1 1 85.3197 -48.1801 -174.45 - 10 74.8627 1327 1 1 85.45 -48.1643 -174.537 - 10 51.927 1328 1 1 85.65 -48.1514 -174.712 - 10 145.604 661 1 0 86.8073 -47.8456 -175.85 - 10 13.8628 662 1 0 87.1307 -47.65 -176.211 - 10 98.86 1351 1 1 90.4052 -36.3029 -174.45 - 10 140.084 1349 0 1 90.0061 -36.7555 -204.45 - 10 244.663 716 0 0 89.9915 -36.7737 -205.85 - 10 31.5501 1340 0 1 88.0727 -37.3944 -204.85 - 10 118.229 719 1 0 90.926 -36.2273 -175.85 - 10 153.376 1355 0 1 91.1936 -35.8421 -204.45 - 10 114.606 721 0 0 91.2152 -35.7647 -205.85 -Number of digits in this event: 20 +Number of tracker hits in this event: 80 + 10 134.937 933 9 1 6.68936 -134.556 65.55 + 10 107.176 227 9 0 6.69096 -134.558 64.15 + 10 135.575 933 8 1 6.72398 -134.593 35.55 + 10 209.712 227 8 0 6.72736 -134.592 34.15 + 10 164.067 933 7 1 6.79873 -134.571 5.55 + 10 137.947 227 7 0 6.8037 -134.571 4.15 + 10 124.614 934 6 1 6.89521 -134.571 -24.45 + 10 148.023 227 6 0 6.89899 -134.573 -25.85 + 10 189.947 934 5 1 6.96966 -134.613 -54.45 + 10 123.785 227 5 0 6.96828 -134.613 -55.85 + 10 109.958 934 4 1 6.9295 -134.618 -84.45 + 10 652.432 227 4 0 6.92825 -134.618 -85.85 + 10 128.757 934 3 1 6.88328 -134.594 -114.45 + 10 151.915 227 3 0 6.88146 -134.59 -115.85 + 10 120.45 933 2 1 6.84432 -134.503 -144.45 + 10 207.931 228 2 0 6.84346 -134.498 -145.85 + 10 124.243 933 1 1 6.82273 -134.38 -174.45 + 10 116.032 228 1 0 6.82328 -134.372 -175.85 + 10 248.173 933 0 1 6.84385 -134.218 -204.45 + 10 127.369 229 0 0 6.84411 -134.211 -205.85 + 10 175.038 934 0 1 6.85004 -134.2 -204.573 + 10 160.472 936 1 1 7.29854 -134.604 -174.45 + 10 102.48 935 1 1 7.24997 -134.729 -174.643 + 10 3.37078 225 1 0 6.95396 -135.144 -175.85 + 10 170.133 224 1 0 6.9492 -135.15 -175.869 + 10 96.2666 898 0 1 -0.251801 -136.901 -204.45 + 10 33.3775 899 0 1 -0.25 -136.881 -204.749 + 10 198.468 218 0 0 0.986679 -136.51 -205.85 + 10 60.939 109 0 0 29.1013 -158.187 -206.25 + 10 89.5508 108 0 0 29.094 -158.35 -206.077 + 10 333.406 1048 0 1 29.7802 -159.587 -204.85 + 10 74.3285 1049 0 1 29.85 -159.791 -204.708 + 10 124.519 226 1 0 7.05782 -134.824 -175.85 + 10 31.9107 911 0 1 2.38133 -139.433 -204.45 + 10 98.9155 912 0 1 2.45 -139.41 -204.565 + 10 276.14 204 0 0 3.31324 -139.306 -205.85 + 10 166.577 557 2 1 -68.45 -65.6637 -144.632 + 10 226.545 933 6 1 6.72413 -134.499 -24.45 + 10 143.222 230 6 0 6.69047 -134.1 -25.8511 + 10 103.053 918 5 1 3.70076 -132.088 -54.45 + 10 104.969 919 5 1 3.85 -132.293 -54.6569 + 10 3.97555 232 5 0 4.56085 -133.737 -55.8504 + 10 72.0082 231 5 0 4.56665 -133.75 -55.8606 + 10 67.8577 230 5 0 4.6552 -133.95 -56.0246 + 10 37.8889 229 5 0 4.70188 -134.15 -56.1721 + 10 14.6846 947 4 1 9.60271 -172.714 -84.45 + 10 84.7426 948 4 1 9.65 -172.725 -84.5023 + 10 61.6206 949 4 1 9.85006 -172.784 -84.7497 + 10 129.523 35 4 0 10.7877 -172.952 -85.85 + 10 38.4005 1001 3 1 20.3645 -176.913 -114.45 + 10 112.055 1002 3 1 20.45 -176.83 -114.547 + 10 36.1631 1003 3 1 20.65 -176.665 -114.758 + 10 7.07094 21 3 0 21.9869 -175.764 -115.85 + 10 190.374 22 3 0 22.011 -175.75 -115.872 + 10 18.5215 23 3 0 22.3678 -175.55 -116.209 + 10 82.5146 228 3 0 76.5414 -134.511 -116.25 + 10 169.167 229 3 0 76.6286 -134.35 -116.063 + 10 25.3489 1286 3 1 77.4247 -133.304 -114.85 + 10 142.471 1287 3 1 77.4506 -133.261 -114.816 + 10 47.5042 1288 3 1 77.65 -133.011 -114.548 + 10 65.1409 306 4 0 68.5965 -118.807 -86.25 + 10 145.243 307 4 0 68.5792 -118.75 -86.1381 + 10 218.794 1243 4 1 68.7559 -119.09 -84.85 + 10 28.3058 1244 4 1 68.85 -119.249 -84.63 + 10 141.537 228 6 0 6.70926 -134.501 -25.85 + 10 122.219 932 5 1 6.50193 -134.471 -54.45 + 10 148.715 228 5 0 6.46911 -134.483 -55.85 + 10 411.821 928 4 1 5.8213 -134.624 -84.45 + 10 267.431 925 3 1 5.15302 -135.211 -114.45 + 10 104.759 224 3 0 5.12479 -135.241 -115.85 + 10 98.6064 922 2 1 4.54292 -135.977 -144.45 + 10 173.979 220 2 0 4.55424 -136.032 -145.85 + 10 131.777 923 1 1 4.71044 -137.188 -174.45 + 10 125.659 214 1 0 4.76147 -137.275 -175.85 + 10 109.572 929 0 1 5.87344 -139.067 -204.45 + 10 280.205 929 4 1 5.85 -134.628 -84.6917 + 10 75.9433 930 4 1 6.05103 -134.546 -84.5153 + 10 145.398 931 4 1 6.25 -134.483 -84.6714 + 10 199.427 226 4 0 7.10733 -134.75 -86.0243 + 10 268.129 938 4 1 7.68921 -134.76 -84.8498 +Number of digits in this event: 47 Using G4ParticleGun... -Particle energy: 2.01926 LIN +Particle energy: 8.85049 LIN Particle: e- Event: 11 -Number of tracker hits in this event: 63 - 11 207.701 1462 8 1 112.554 76.4773 35.55 - 11 356.298 1282 8 0 112.551 76.4739 34.15 - 11 141.615 1461 7 1 112.473 76.4045 5.55 - 11 132.702 1281 7 0 112.473 76.4038 4.15 - 11 105.994 1461 6 1 112.489 76.3917 -24.45 - 11 115.139 1281 6 0 112.486 76.3984 -25.85 - 11 458.691 1461 5 1 112.415 76.5449 -54.45 - 11 155.287 1282 5 0 112.405 76.5517 -55.85 - 11 438.567 1460 4 1 112.195 76.6913 -84.45 - 11 364.12 1283 4 0 112.191 76.6968 -85.85 - 11 120.311 1459 3 1 112.146 76.8172 -114.45 - 11 114.827 1283 3 0 112.142 76.823 -115.85 - 11 149.284 1459 2 1 112.045 76.9279 -144.45 - 11 256.045 1284 2 0 112.043 76.9247 -145.85 - 11 123.246 1459 1 1 111.975 76.8313 -174.45 - 11 117.35 1283 1 0 111.969 76.8187 -175.85 - 11 115.276 1458 0 1 111.846 76.5381 -204.45 - 11 121.512 1282 0 0 111.842 76.5247 -205.85 - 11 242.719 1007 2 0 122.79 21.5549 -146.25 - 11 82.8313 1008 2 0 122.655 21.65 -146.155 - 11 25.1928 1283 2 0 111.977 76.85 -145.902 - 11 334.972 1280 2 0 110.637 76.2408 -145.85 - 11 3.814 1281 2 0 110.364 76.25 -145.966 - 11 234.675 1458 1 1 111.883 77.1834 -174.45 - 11 277.088 1285 1 0 111.876 77.1968 -175.85 - 11 137.595 1456 0 1 111.504 77.6008 -204.45 - 11 140.987 1287 0 0 111.465 77.6256 -205.85 - 11 132.048 1457 0 1 111.743 77.374 -204.45 - 11 135.147 1286 0 0 111.751 77.3806 -205.85 - 11 266.214 1461 3 1 112.419 76.3995 -114.45 - 11 127.872 1281 3 0 112.436 76.3924 -115.85 - 11 182.173 1463 2 1 112.805 76.0998 -144.45 - 11 116.363 1279 2 0 112.848 76.0412 -145.85 - 11 176.995 1468 1 1 113.786 74.8382 -174.45 - 11 205.134 1273 1 0 113.831 74.8242 -175.85 - 11 151.55 1472 0 1 114.655 74.347 -204.45 - 11 110.782 1271 0 0 114.698 74.3431 -205.85 - 11 111.726 1462 3 1 112.55 76.2902 -114.641 - 11 58.6888 1276 3 0 114.125 75.3497 -115.85 - 11 242.941 1275 3 0 114.154 75.25 -115.895 - 11 36.1358 1280 4 0 112.201 76.0978 -85.85 - 11 103.213 1279 4 0 112.187 76.05 -85.9739 - 11 46.2283 1446 3 1 109.52 64.8419 -114.45 - 11 245.518 1447 3 1 109.55 64.7316 -114.599 - 11 186.242 1219 3 0 109.641 63.9912 -115.85 - 11 0.939468 1218 3 0 109.638 63.8498 -116.244 - 11 86.3881 1439 2 1 108.126 57.1355 -144.45 - 11 77.4062 1440 2 1 108.15 57.3604 -144.612 - 11 36.8603 1441 2 1 108.35 57.5303 -144.776 - 11 142.072 1190 2 0 110.153 58.162 -145.85 - 11 119.523 1191 2 0 110.549 58.25 -146.101 - 11 14.8384 1192 2 0 110.757 58.4503 -146.225 - 11 113.567 1495 2 0 164.779 119.173 -146.25 - 11 21.744 1494 2 0 165.01 119.15 -145.929 - 11 81.0358 1728 2 1 165.868 118.764 -144.85 - 11 24.3348 1729 2 1 165.95 118.694 -144.57 - 11 96.634 1411 7 0 104.68 102.424 3.75 - 11 79.4091 1412 7 0 104.654 102.55 4.03477 - 11 10.3096 1413 7 0 104.564 102.75 4.1443 - 11 285.11 1421 7 1 104.488 106.599 5.15007 - 11 58.4826 1422 7 1 104.55 107.277 5.53628 - 11 250.382 1469 8 1 114.054 75.6011 35.15 - 11 147.08 1468 8 1 113.95 75.3918 35.5353 -Number of digits in this event: 36 +Number of tracker hits in this event: 184 + 11 178.744 816 11 1 -16.7743 -64.6871 125.55 + 11 106.098 576 11 0 -16.7749 -64.6872 124.15 + 11 149.208 816 10 1 -16.7807 -64.6863 95.55 + 11 183.031 576 10 0 -16.7818 -64.6856 94.15 + 11 119.892 816 9 1 -16.8082 -64.6677 65.55 + 11 162.055 576 9 0 -16.8091 -64.6678 64.15 + 11 374.347 816 8 1 -16.8248 -64.667 35.55 + 11 262.909 576 8 0 -16.8255 -64.6679 34.15 + 11 368.39 816 7 1 -16.8388 -64.6869 5.55 + 11 425.079 576 7 0 -16.8393 -64.6892 4.15 + 11 464.268 815 6 1 -16.8526 -64.7391 -24.45 + 11 330.985 576 6 0 -16.8532 -64.7428 -25.85 + 11 767.645 815 5 1 -16.871 -64.8234 -54.45 + 11 114.589 576 5 0 -16.8727 -64.8262 -55.85 + 11 385.071 815 4 1 -16.901 -64.8813 -84.45 + 11 358.17 575 4 0 -16.9032 -64.8841 -85.85 + 11 128.786 815 3 1 -16.9539 -64.9472 -114.45 + 11 526.237 575 3 0 -16.9636 -64.9546 -115.85 + 11 121.241 814 2 1 -17.2156 -65.0998 -144.45 + 11 112.447 574 2 0 -17.225 -65.1078 -145.85 + 11 395.469 813 1 1 -17.4074 -65.2793 -174.45 + 11 399.909 573 1 0 -17.4154 -65.2796 -175.85 + 11 157.861 812 0 1 -17.5627 -65.2693 -204.45 + 11 107.791 573 0 0 -17.5633 -65.2721 -205.85 + 11 131.196 810 0 1 -17.9365 -65.3277 -204.45 + 11 153.166 574 0 0 -18.1343 -65.173 -205.85 + 11 144.204 550 0 0 28.2999 -69.8946 -206.25 + 11 92.3106 1047 0 1 29.4727 -70.8712 -204.85 + 11 86.401 1048 0 1 29.65 -70.9443 -204.661 + 11 250.908 1049 0 1 29.85 -70.9632 -204.513 + 11 262.582 834 0 1 -13.0546 -67.6988 -204.45 + 11 159.568 835 0 1 -13.05 -67.6726 -204.466 + 11 106.458 567 0 0 -13.0994 -66.642 -205.85 + 11 26.8392 568 0 0 -13.0509 -66.45 -206.205 + 11 25.4899 811 0 0 8.98677 -17.7406 -206.25 + 11 68.35 812 0 0 9.00798 -17.65 -206.19 + 11 76.8564 813 0 0 9.07798 -17.45 -206.078 + 11 74.6798 814 0 0 9.05576 -17.25 -206.027 + 11 80.7885 815 0 0 9.0651 -17.0498 -206.037 + 11 78.5776 816 0 0 9.01667 -16.85 -206.152 + 11 203.689 1063 0 0 -49.7901 32.6926 -206.25 + 11 76.7847 1064 0 0 -50.0176 32.8504 -205.981 + 11 59.7407 646 0 1 -50.6502 33.4966 -204.849 + 11 86.1436 645 0 1 -50.85 33.5022 -204.756 + 11 237.575 644 0 1 -51.05 33.5202 -204.759 + 11 142.394 643 0 1 -51.25 33.6119 -204.617 + 11 218.027 1057 0 1 31.45 -91.0949 -204.813 + 11 41.7311 658 0 0 -26.4977 -48.3001 -206.25 + 11 177.065 659 0 0 -26.5105 -48.2498 -206.177 + 11 42.0896 660 0 0 -26.5218 -48.05 -205.952 + 11 6.47989 781 0 1 -23.6626 -43.3368 -204.85 + 11 131.602 782 0 1 -23.65 -43.3177 -204.845 + 11 146.041 783 0 1 -23.4498 -43.0372 -204.65 + 11 434.2 814 3 1 -17.0948 -64.7736 -114.45 + 11 161.779 823 3 1 -15.294 -64.9331 -114.451 + 11 333.782 783 2 1 -23.3791 -66.0704 -144.45 + 11 9.76453 782 2 1 -23.45 -66.1297 -144.816 + 11 99.4676 568 2 0 -23.6852 -66.2668 -145.85 + 11 132.501 753 1 1 -29.3162 -70.9865 -174.45 + 11 83.8255 544 1 0 -29.6304 -71.1895 -175.85 + 11 23.9779 543 1 0 -29.7091 -71.25 -176.157 + 11 95.6289 724 0 1 -35.1703 -77.6953 -204.45 + 11 43.8264 725 0 1 -35.05 -77.7234 -204.715 + 11 101.591 510 0 0 -34.5518 -77.8589 -205.85 + 11 188.228 672 0 0 -45.727 -45.5018 -206.25 + 11 21.4423 663 0 1 -47.3855 -46.4041 -204.85 + 11 74.9583 662 0 1 -47.4505 -46.43 -204.805 + 11 86.3861 661 0 1 -47.65 -46.521 -204.671 + 11 52.6667 660 0 1 -47.85 -46.623 -204.553 + 11 40.7705 659 0 1 -48.05 -46.6996 -204.472 + 11 61.8165 658 0 1 -48.2504 -46.7638 -204.474 + 11 82.2626 657 0 1 -48.45 -46.8632 -204.521 + 11 98.7174 656 0 1 -48.65 -47.1357 -204.663 + 11 12.8156 655 0 1 -48.85 -47.4349 -204.79 + 11 21.0545 678 0 0 -40.0618 -44.3828 -206.25 + 11 16.0825 752 1 1 -29.6096 -67.8635 -174.45 + 11 299.048 576 4 0 -16.9094 -64.85 -85.992 + 11 109.181 813 3 1 -17.2865 -64.5956 -114.45 + 11 119.111 576 3 0 -17.5469 -64.7195 -115.85 + 11 85.4929 791 2 1 -21.7835 -66.6927 -144.45 + 11 69.2634 790 2 1 -21.85 -66.7616 -144.738 + 11 3.13135 565 2 0 -22.1285 -67.0476 -145.85 + 11 158.741 564 2 0 -22.1308 -67.05 -145.859 + 11 93.7107 762 1 1 -27.4739 -74.794 -174.45 + 11 60.1592 761 1 1 -27.65 -74.7406 -174.708 + 11 270.082 527 1 0 -28.3496 -74.5926 -175.85 + 11 112.757 672 0 1 -45.483 -69.6929 -204.45 + 11 90.8854 671 0 1 -45.65 -69.6977 -204.672 + 11 186.171 551 0 0 -46.5751 -69.6814 -205.85 + 11 170.35 816 6 1 -16.85 -64.8294 -24.484 + 11 255.579 577 5 0 -16.9615 -64.6448 -55.85 + 11 119.982 806 2 1 -18.6665 -65.5376 -144.45 + 11 154.82 572 2 0 -18.6735 -65.5027 -145.851 + 11 159.42 807 1 1 -18.5225 -65.1033 -174.45 + 11 251.483 574 1 0 -18.4772 -65.0883 -175.85 + 11 134.29 811 0 1 -17.7305 -64.4143 -204.45 + 11 149.421 578 0 0 -17.693 -64.403 -205.85 + 11 12.5736 575 1 0 -18.4346 -65.05 -175.986 + 11 34.3841 584 5 0 -16.1289 -63.1077 -55.85 + 11 146.26 585 5 0 -16.0944 -63.0495 -55.9024 + 11 48.5587 517 5 0 22.7242 -76.5798 -56.25 + 11 122.044 516 5 0 22.6885 -76.6502 -56.1687 + 11 55.8188 1012 5 1 22.5212 -77.5404 -54.85 + 11 528.26 1011 5 1 22.45 -77.6734 -54.7257 + 11 163.004 503 5 0 22.6743 -79.2727 -55.85 + 11 123.858 817 5 1 -16.6159 -65.541 -54.45 + 11 422.981 572 5 0 -16.5896 -65.5519 -55.85 + 11 209 819 4 1 -16.1985 -65.5799 -84.45 + 11 137.362 572 4 0 -16.1862 -65.585 -85.85 + 11 123.095 821 3 1 -15.8086 -65.5721 -114.45 + 11 119.293 572 3 0 -15.8073 -65.5923 -115.85 + 11 116.876 824 2 1 -15.2143 -65.7523 -144.45 + 11 150.427 571 2 0 -15.1456 -65.8088 -145.85 + 11 0.217762 831 1 1 -13.65 -67.0181 -174.45 + 11 129.067 832 1 1 -13.65 -67.0182 -174.451 + 11 97.9891 564 1 0 -13.5731 -67.08 -175.85 + 11 60.5393 837 0 1 -12.6376 -68.167 -204.45 + 11 51.7374 836 0 1 -12.65 -68.179 -204.657 + 11 133.431 558 0 0 -12.7196 -68.2868 -205.85 + 11 46.4273 571 5 0 -16.669 -65.6502 -56.0026 + 11 40.1829 661 2 1 -47.85 -80.9875 -144.678 + 11 245.629 820 6 1 -15.8875 -64.8016 -24.45 + 11 5.89047 819 6 1 -16.05 -64.8374 -24.8315 + 11 239.183 575 6 0 -16.4991 -64.9327 -25.85 + 11 74.4255 756 5 1 -28.7265 -67.4413 -54.45 + 11 69.8107 755 5 1 -28.85 -67.4471 -54.6713 + 11 134.423 562 5 0 -29.5297 -67.4877 -55.8502 + 11 132.605 677 4 1 -44.4871 -67.4932 -84.45 + 11 41.6669 676 4 1 -44.6502 -67.4296 -84.7217 + 11 186.456 564 4 0 -45.342 -67.1616 -85.8505 + 11 35.8752 581 3 1 -63.77 -59.4555 -114.45 + 11 97.265 580 3 1 -63.85 -59.4504 -114.552 + 11 14.6791 579 3 1 -64.05 -59.438 -114.799 + 11 200.457 603 3 0 -64.8609 -59.3921 -115.85 + 11 30.9655 472 2 1 -85.5995 -60.0883 -144.45 + 11 102.432 471 2 1 -85.65 -60.1067 -144.553 + 11 153.42 598 2 0 -86.3207 -60.3455 -145.85 + 11 140.988 390 1 1 -101.956 -64.0287 -174.45 + 11 110.319 578 1 0 -102.387 -64.2609 -175.85 + 11 97.9939 351 0 1 -109.861 -70.8735 -204.45 + 11 21.2434 350 0 1 -109.95 -70.8965 -204.751 + 11 100.894 545 0 0 -110.175 -71.0125 -205.85 + 11 12.1032 544 0 0 -110.225 -71.05 -206.204 + 11 67.129 575 8 0 -16.7996 -64.85 34.0043 + 11 78.9699 817 7 1 -16.6459 -69.0356 5.55 + 11 171.455 553 7 0 -16.6505 -69.3505 4.15 + 11 4.80942 552 7 0 -16.6432 -69.45 3.7633 + 11 2.81487 821 6 1 -15.8458 -77.1101 -24.45 + 11 138.858 511 6 0 -16.3016 -77.6623 -25.8501 + 11 141.619 765 5 1 -26.9275 -90.4253 -54.4502 + 11 71.1574 445 5 0 -27.0708 -91.0501 -55.85 + 11 48.4199 444 5 0 -27.102 -91.15 -56.0815 + 11 129.501 747 4 1 -30.486 -103.085 -84.45 + 11 79.7406 381 4 0 -30.6904 -103.817 -85.8501 + 11 45.3016 380 4 0 -30.7271 -103.95 -86.1086 + 11 99.8682 734 3 1 -33.2125 -117.314 -114.45 + 11 127.736 313 3 0 -33.25 -117.417 -115.85 + 11 119.39 734 2 1 -33.069 -119.38 -144.45 + 11 92.8369 304 2 0 -33.2327 -119.323 -145.85 + 11 126.211 715 1 1 -36.8558 -120.427 -174.45 + 11 146.811 298 1 0 -37.4522 -120.534 -175.851 + 11 77.3732 297 1 0 -37.6119 -120.55 -176.217 + 11 65.1193 651 0 1 -49.7342 -121.122 -204.45 + 11 111.374 650 0 1 -49.85 -121.128 -204.634 + 11 183.597 294 0 0 -50.8255 -121.301 -205.85 + 11 121.878 373 0 0 -99.1216 -105.55 -206.117 + 11 147.697 815 7 1 -16.8975 -64.7955 5.55 + 11 114.11 577 6 0 -16.9401 -64.6246 -25.85 + 11 108.557 817 4 1 -16.6011 -64.4753 -84.45 + 11 112.253 577 4 0 -16.5974 -64.4776 -85.85 + 11 236.539 817 3 1 -16.5558 -64.5416 -114.45 + 11 148.343 577 3 0 -16.5527 -64.5719 -115.85 + 11 125.213 817 2 1 -16.5074 -65.2327 -144.45 + 11 103.609 573 2 0 -16.5101 -65.2654 -145.85 + 11 146.684 817 1 1 -16.5247 -65.9483 -174.45 + 11 129.624 570 1 0 -16.5114 -65.9934 -175.85 + 11 141.145 818 0 1 -16.2594 -66.9688 -204.45 + 11 112.599 565 0 0 -16.2566 -67.016 -205.85 + 11 28.8871 423 0 0 -55.8418 -95.4088 -206.25 + 11 8.42924 598 0 1 -60.27 -96.3505 -204.85 + 11 101.071 414 0 0 -61.3213 -97.2572 -205.85 + 11 103.233 413 0 0 -61.2487 -97.35 -205.918 + 11 95.7526 603 0 1 -59.4088 -98.1017 -204.85 + 11 190.326 568 3 0 -15.1139 -66.3471 -115.85 +Number of digits in this event: 89 Using G4ParticleGun... -Particle energy: 7.85312 LIN +Particle energy: 5.01384 LIN Particle: e- Event: 12 -Number of tracker hits in this event: 26 - 12 106.216 1480 9 1 116.262 -45.7384 65.55 - 12 142.38 671 9 0 116.262 -45.7389 64.15 - 12 322.751 1480 8 1 116.257 -45.7482 35.55 - 12 116.731 671 8 0 116.257 -45.7494 34.15 - 12 97.8006 1480 7 1 116.259 -45.7747 5.55 - 12 109.377 671 7 0 116.258 -45.7758 4.15 - 12 178.007 1480 6 1 116.243 -45.7952 -24.45 - 12 141.365 671 6 0 116.243 -45.7959 -25.85 - 12 118.747 1480 5 1 116.241 -45.8131 -54.45 - 12 117.455 671 5 0 116.241 -45.8139 -55.85 - 12 128.33 1480 4 1 116.233 -45.83 -84.45 - 12 120.581 671 4 0 116.233 -45.832 -85.85 - 12 127.68 1480 3 1 116.242 -45.8723 -114.45 - 12 109.118 670 3 0 116.242 -45.8741 -115.85 - 12 112.702 1480 2 1 116.249 -45.9092 -144.45 - 12 121.342 670 2 0 116.25 -45.9115 -145.85 - 12 98.5736 1480 1 1 116.268 -45.9592 -174.45 - 12 179.574 670 1 0 116.268 -45.9635 -175.85 - 12 120.952 1480 0 1 116.273 -46.0529 -204.45 - 12 109.133 669 0 0 116.273 -46.0574 -205.85 - 12 15.1564 759 1 0 91.2232 -28.0888 -176.25 - 12 59.551 760 1 0 91.1895 -28.05 -176.221 - 12 125.593 761 1 0 91.1553 -27.8499 -176.208 - 12 83.3701 762 1 0 91.153 -27.6495 -176.118 - 12 221.853 763 1 0 91.1414 -27.45 -176.084 - 12 12.0126 540 5 0 -109.064 -72.05 -56.2103 -Number of digits in this event: 13 +Number of tracker hits in this event: 28 + 12 117.106 1101 10 1 40.3355 -76.2726 95.55 + 12 123.955 518 10 0 40.3414 -76.2761 94.15 + 12 261.23 1102 9 1 40.454 -76.3532 65.55 + 12 132.527 518 9 0 40.459 -76.3529 64.15 + 12 123.403 1102 8 1 40.5552 -76.3554 35.55 + 12 112.8 518 8 0 40.5612 -76.3596 34.15 + 12 136.429 1103 7 1 40.6889 -76.448 5.55 + 12 110.384 517 7 0 40.697 -76.4595 4.15 + 12 70.8107 1103 6 1 40.849 -76.7251 -24.45 + 12 130.328 1104 6 1 40.85 -76.7262 -24.5942 + 12 138.917 516 6 0 40.858 -76.7372 -25.85 + 12 139.133 1104 5 1 41.0195 -76.9937 -54.45 + 12 158.058 515 5 0 41.027 -77.0108 -55.85 + 12 126.003 1105 4 1 41.1875 -77.3479 -84.45 + 12 153.07 513 4 0 41.1945 -77.3662 -85.85 + 12 178.61 1106 3 1 41.3392 -77.7452 -114.45 + 12 147.032 511 3 0 41.3472 -77.7668 -115.85 + 12 108.846 1107 2 1 41.4988 -78.1084 -144.45 + 12 140.995 509 2 0 41.5034 -78.1256 -145.85 + 12 90.5287 1107 1 1 41.64 -78.4878 -174.45 + 12 188.745 507 1 0 41.6402 -78.4966 -175.85 + 12 133.937 1107 0 1 41.6079 -78.7656 -204.45 + 12 123.945 506 0 0 41.6078 -78.7794 -205.85 + 12 1.17047 508 1 0 41.6589 -78.45 -176.244 + 12 194.834 536 1 0 53.7662 -72.7701 -176.25 + 12 193.155 1171 1 1 54.3168 -73.1472 -174.85 + 12 114.905 707 12 0 81.3804 -38.4937 153.75 + 12 133.157 708 12 0 81.4645 -38.45 153.919 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 5.62925 LIN +Particle energy: 9.24832 LIN Particle: e- Event: 13 -Number of tracker hits in this event: 65 - 13 119.183 273 8 1 -125.415 69.8287 35.55 - 13 149.561 1248 8 0 -125.418 69.8292 34.15 - 13 178.297 273 7 1 -125.456 69.8621 5.55 - 13 184.59 1249 7 0 -125.457 69.865 4.15 - 13 104.854 273 6 1 -125.47 69.9328 -24.45 - 13 455.728 1249 6 0 -125.475 69.9283 -25.85 - 13 125.579 272 5 1 -125.627 69.8107 -54.45 - 13 113.51 1248 5 0 -125.635 69.8062 -55.85 - 13 106.854 271 4 1 -125.792 69.6975 -84.45 - 13 121.934 1248 4 0 -125.799 69.6941 -85.85 - 13 265.357 271 3 1 -125.928 69.6345 -114.45 - 13 124.323 1247 3 0 -125.934 69.647 -115.85 - 13 13.2172 1248 3 0 -125.935 69.65 -116.189 - 13 107.433 270 2 1 -126.024 69.8863 -144.45 - 13 273.871 1249 2 0 -126.035 69.9013 -145.85 - 13 152.008 269 1 1 -126.27 70.2147 -174.45 - 13 139.458 1250 1 0 -126.284 70.2283 -175.85 - 13 253.901 267 0 1 -126.6 70.5007 -204.45 - 13 136.204 1252 0 0 -126.62 70.5119 -205.85 - 13 191.369 1098 1 0 -157.103 39.85 -176.128 - 13 99.2587 272 3 1 -125.75 69.8982 -114.521 - 13 35.4103 273 3 1 -125.55 70.0709 -114.789 - 13 71.2268 1253 3 0 -124.858 70.7248 -115.85 - 13 80.5218 1254 3 0 -124.734 70.85 -116.035 - 13 45.314 1097 14 1 39.5697 39.6079 215.55 - 13 7.87718 1156 14 1 51.25 43.8172 215.493 - 13 322.569 274 7 1 -125.346 69.8535 5.55 - 13 332.678 1248 7 0 -125.201 69.7045 4.15 - 13 355.996 292 6 1 -121.599 68.4624 -24.4503 - 13 56.6811 1240 6 0 -121.46 68.1026 -25.85 - 13 59.1262 1239 6 0 -121.429 68.05 -26.0777 - 13 92.1437 312 5 1 -117.749 62.7895 -54.45 - 13 97.4083 311 5 1 -117.75 62.7498 -54.5191 - 13 42.3452 1209 5 0 -117.882 61.9283 -55.85 - 13 88.1299 1208 5 0 -117.896 61.85 -55.9853 - 13 30.0557 294 4 1 -121.25 45.8712 -84.45 - 13 71.8263 293 4 1 -121.35 45.8689 -84.5675 - 13 20.3782 292 4 1 -121.55 45.848 -84.7928 - 13 19.0356 1128 4 0 -122.459 45.6602 -85.8508 - 13 179.157 1127 4 0 -122.505 45.65 -85.9042 - 13 2.40806 138 3 1 -152.544 33.3924 -114.45 - 13 95.2728 137 3 1 -152.55 33.3947 -114.459 - 13 42.5664 136 3 1 -152.75 33.4629 -114.73 - 13 234.201 1068 3 0 -153.641 33.7461 -115.85 - 13 12.7822 1069 3 0 -153.882 33.85 -116.202 - 13 92.5504 43 2 1 -171.526 39.0353 -144.451 - 13 385.233 42 2 1 -171.55 39.024 -144.491 - 13 103.716 270 6 1 -126.035 66.5448 -24.45 - 13 48.8788 271 6 1 -125.95 66.5497 -24.7152 - 13 136.939 1232 6 0 -125.624 66.608 -25.85 - 13 52.669 313 5 1 -117.55 67.9543 -54.6767 - 13 59.0579 1238 5 0 -117.218 67.6925 -55.85 - 13 46.7039 1237 5 0 -117.159 67.6498 -56.0566 - 13 41.4446 1146 5 0 -144.303 49.2936 -56.25 - 13 166.577 1145 5 0 -144.416 49.25 -56.1693 - 13 44.4169 167 5 1 -146.579 49.067 -54.85 - 13 56.1459 166 5 1 -146.75 49.0455 -54.7399 - 13 62.5239 165 5 1 -146.95 49.0226 -54.6187 - 13 67.1431 164 5 1 -147.151 48.993 -54.4863 - 13 115.608 163 5 1 -147.35 49.094 -54.4919 - 13 40.3236 162 5 1 -147.55 49.3773 -54.7692 - 13 44.8113 1154 5 0 -148.68 50.9427 -55.8501 - 13 136.868 1155 5 0 -148.756 51.0506 -55.9206 - 13 97.9245 1156 5 0 -148.931 51.2501 -56.059 - 13 51.178 1157 5 0 -149.119 51.45 -56.2085 -Number of digits in this event: 27 +Number of tracker hits in this event: 115 + 13 127.99 738 11 1 -32.3916 -24.6363 125.55 + 13 248.393 777 11 0 -32.3912 -24.6344 124.15 + 13 105.223 738 10 1 -32.3861 -24.5934 95.55 + 13 97.1348 777 10 0 -32.3848 -24.5905 94.15 + 13 191.907 738 9 1 -32.3628 -24.5347 65.55 + 13 115.675 777 9 0 -32.362 -24.5326 64.15 + 13 120.879 738 8 1 -32.3429 -24.4877 35.55 + 13 126.578 777 8 0 -32.3412 -24.4854 34.15 + 13 149.746 738 7 1 -32.3095 -24.434 5.55 + 13 103.695 778 7 0 -32.3075 -24.4321 4.15 + 13 250.813 738 6 1 -32.2651 -24.3954 -24.45 + 13 423.874 778 6 0 -32.2629 -24.3928 -25.85 + 13 203.002 739 5 1 -32.2164 -24.3399 -54.45 + 13 124.88 778 5 0 -32.2138 -24.3379 -55.85 + 13 150.456 739 4 1 -32.161 -24.294 -84.45 + 13 272.347 778 4 0 -32.1596 -24.2925 -85.85 + 13 238.589 739 3 1 -32.1327 -24.2633 -114.45 + 13 152.701 778 3 0 -32.1327 -24.2622 -115.85 + 13 287.186 739 2 1 -32.1263 -24.2238 -144.45 + 13 387.058 779 2 0 -32.1236 -24.2224 -145.85 + 13 102.905 739 1 1 -32.0599 -24.1979 -174.45 + 13 625.578 779 1 0 -32.0566 -24.1904 -175.85 + 13 265.912 740 0 1 -31.9983 -24.0463 -204.45 + 13 138.676 780 0 0 -32.0057 -24.0364 -205.85 + 13 33.6085 740 2 1 -32.0475 -24.2067 -144.45 + 13 142.75 778 2 0 -32.054 -24.2876 -145.85 + 13 140.819 741 1 1 -31.6759 -26.1656 -174.45 + 13 53.4648 769 1 0 -31.714 -26.237 -175.85 + 13 88.541 768 1 0 -31.7216 -26.25 -176.061 + 13 76.2861 748 0 1 -30.3699 -26.6866 -204.45 + 13 32.1652 747 0 1 -30.45 -26.5969 -204.727 + 13 28.3959 768 0 0 -30.8116 -26.2764 -205.85 + 13 83.9481 769 0 0 -30.8423 -26.25 -205.944 + 13 230.436 1631 6 1 146.375 -64.231 -24.85 + 13 17.715 827 3 0 -11.4688 -14.4635 -116.25 + 13 135.268 828 3 0 -11.4379 -14.45 -116.208 + 13 77.4043 848 3 1 -10.4175 -13.8655 -114.85 + 13 57.8437 849 3 1 -10.2493 -13.7587 -114.625 + 13 17.928 809 4 0 -14.1649 -18.2389 -86.2499 + 13 85.3859 808 4 0 -14.1764 -18.25 -86.1764 + 13 117.932 829 4 1 -14.1826 -18.6042 -84.85 + 13 73.4287 672 5 0 -27.4815 -45.485 -56.2499 + 13 66.0603 671 5 0 -27.5638 -45.65 -56.0986 + 13 64.8282 670 5 0 -27.6877 -45.8501 -55.9622 + 13 3.49903 669 5 0 -27.7712 -46.05 -55.8554 + 13 43.3726 757 5 1 -28.6132 -48.1404 -54.85 + 13 214.849 756 5 1 -28.65 -48.2387 -54.8095 + 13 29.0683 755 5 1 -28.85 -48.8711 -54.5064 + 13 38.2874 625 6 0 -21.0154 -55.0085 -26.25 + 13 127.944 624 6 0 -20.9726 -55.0503 -26.0682 + 13 79.9869 796 6 1 -20.731 -55.5535 -24.8499 + 13 176.068 797 6 1 -20.6499 -55.6395 -24.5891 + 13 12.4081 798 6 1 -20.45 -55.6855 -24.8281 + 13 155.072 623 6 0 -19.171 -55.428 -25.8501 + 13 142.406 622 6 0 -19.0162 -55.4501 -25.9934 + 13 155.642 629 6 0 11.0178 -54.1225 -26.25 + 13 84.1948 630 6 0 11.2468 -54.05 -25.9704 + 13 125.051 631 6 0 11.2528 -53.85 -25.99 + 13 193.214 951 6 1 10.3535 -53.1158 -24.85 + 13 665.99 740 1 1 -31.9683 -24.1194 -174.45 + 13 72.0674 796 0 1 -20.6705 -21.769 -204.45 + 13 59.2594 797 0 1 -20.65 -21.8795 -204.656 + 13 89.5479 787 0 0 -20.6301 -22.5462 -205.85 + 13 120.677 786 0 0 -20.625 -22.6501 -206.026 + 13 35.1221 719 1 1 -36.0533 -15.2954 -174.85 + 13 56.2908 720 1 1 -36.0499 -15.283 -174.846 + 13 120.076 780 1 0 -32.0546 -23.9921 -175.851 + 13 147.592 725 0 1 -34.9606 -20.5299 -204.45 + 13 114.564 795 0 0 -34.9093 -20.8764 -205.85 + 13 117.848 791 1 0 -18.8492 -21.717 -176.25 + 13 7.06259 809 1 1 -18.0624 -21.7608 -174.85 + 13 131.888 810 1 1 -18.05 -21.7609 -174.828 + 13 126.552 779 0 0 -31.9779 -24.1561 -205.85 + 13 84.3707 739 0 1 -32.05 -24.2881 -204.622 + 13 117.39 778 0 0 -32.0969 -24.2676 -205.85 + 13 114.976 739 6 1 -32.2455 -24.3794 -24.45 + 13 55.593 752 5 1 -29.4679 -24.9577 -54.45 + 13 65.3362 753 5 1 -29.45 -24.9559 -54.6402 + 13 115.486 775 5 0 -29.3178 -24.9403 -55.85 + 13 141.145 770 4 1 -25.9873 -24.3655 -84.4502 + 13 117.425 791 3 1 -21.8371 -23.6555 -114.45 + 13 183.618 781 3 0 -21.6024 -23.728 -115.85 + 13 128.648 816 2 1 -16.8013 -25.3433 -144.451 + 13 160.759 773 2 0 -16.3649 -25.3228 -145.85 + 13 7.6353 855 1 1 -8.85993 -24.4286 -174.45 + 13 105.814 856 1 1 -8.85 -24.4289 -174.49 + 13 136.022 778 1 0 -8.52414 -24.4397 -175.851 + 13 132.526 892 0 1 -1.59706 -24.9722 -204.45 + 13 113.178 774 0 0 -1.31489 -25.1615 -205.85 + 13 91.7385 735 5 1 -32.9815 -21.3233 -54.45 + 13 15.7235 734 5 1 -33.05 -21.2653 -54.788 + 13 257.248 794 5 0 -33.3171 -21.1231 -55.85 + 13 123.781 699 4 1 -40.1104 -17.0028 -84.4501 + 13 37.9929 817 4 0 -40.5753 -16.4951 -85.85 + 13 100.014 818 4 0 -40.6176 -16.45 -85.9716 + 13 169.396 637 3 1 -52.5543 -4.71526 -114.45 + 13 21.9654 880 3 0 -52.4167 -3.87753 -115.85 + 13 110.02 881 3 0 -52.4122 -3.84997 -115.896 + 13 5.19731 882 3 0 -52.3645 -3.64984 -116.226 + 13 69.1173 660 2 1 -47.9677 13.2032 -144.45 + 13 114.08 661 2 1 -47.85 13.334 -144.62 + 13 51.4527 972 2 0 -46.9177 14.5174 -145.85 + 13 83.0413 973 2 0 -46.827 14.65 -145.978 + 13 36.2839 974 2 0 -46.695 14.85 -146.159 + 13 86.3838 797 1 1 -20.5344 52.1404 -174.45 + 13 203.795 798 1 1 -20.45 52.2554 -174.586 + 13 97.0926 1168 1 0 -19.6814 53.7222 -175.85 + 13 87.0901 1169 1 0 -19.6171 53.8501 -175.962 + 13 40.6347 1170 1 0 -19.5463 54.0502 -176.135 + 13 126.522 826 0 1 -14.6978 83.1927 -204.45 + 13 89.8001 1312 0 0 -14.6951 82.5857 -205.85 + 13 32.1964 1311 0 0 -14.7121 82.45 -206.138 + 13 5.80946 739 9 1 -32.25 -24.5123 65.1628 + 13 31.8561 780 9 0 -31.755 -24.0479 64.15 + 13 190.293 779 9 0 -31.7277 -24.0501 64.081 +Number of digits in this event: 52 Using G4ParticleGun... -Particle energy: 9.7695 LIN +Particle energy: 7.76914 LIN Particle: e- Event: 14 -Number of tracker hits in this event: 27 - 14 124.864 1240 11 1 68.0575 18.2447 125.55 - 14 156.346 990 11 0 68.0577 18.2443 124.15 - 14 104.384 1240 10 1 68.0563 18.2351 95.55 - 14 107.367 990 10 0 68.0558 18.2357 94.15 - 14 101.549 1239 9 1 68.0491 18.241 65.55 - 14 125.31 990 9 0 68.0482 18.242 64.15 - 14 138.786 1239 8 1 68.0337 18.2682 35.55 - 14 118.787 991 8 0 68.0325 18.2703 34.15 - 14 239.06 1239 7 1 68.0082 18.319 5.55 - 14 305.534 991 7 0 68.0066 18.3199 4.15 - 14 105.565 1239 6 1 67.9877 18.3346 -24.45 - 14 104.794 991 6 0 67.9865 18.3354 -25.85 - 14 124.15 1239 5 1 67.9575 18.3514 -54.45 - 14 174.958 991 5 0 67.9557 18.3518 -55.85 - 14 92.0068 1239 4 1 67.9248 18.3659 -84.45 - 14 127.499 991 4 0 67.9237 18.365 -85.85 - 14 96.6186 1239 3 1 67.8904 18.3553 -114.45 - 14 96.2805 991 3 0 67.9184 18.423 -115.85 - 14 117.936 1242 2 1 68.4663 20.2673 -144.45 - 14 240.014 1001 2 0 68.4899 20.3597 -145.85 - 14 111.182 1245 1 1 69.1805 22.269 -174.45 - 14 108.637 1013 1 0 69.1953 22.733 -175.85 - 14 12.184 1014 1 0 69.2017 22.8501 -176.205 - 14 131.23 1248 0 1 69.7527 31.646 -204.45 - 14 93.0262 1059 0 0 69.7936 31.9814 -205.85 - 14 20.3154 1060 0 0 69.8047 32.05 -206.142 - 14 104.402 1238 7 1 67.85 18.1843 5.28839 -Number of digits in this event: 12 +Number of tracker hits in this event: 127 + 14 134.297 1126 10 1 45.428 98.5388 95.55 + 14 121.808 1391 10 0 45.4281 98.5388 94.15 + 14 278.262 1126 9 1 45.4292 98.5406 65.55 + 14 107.575 1391 9 0 45.4285 98.5417 64.15 + 14 124.95 1126 8 1 45.4131 98.5622 35.55 + 14 158.344 1392 8 0 45.4118 98.563 34.15 + 14 112.967 1126 7 1 45.3888 98.5819 5.55 + 14 140.809 1392 7 0 45.3875 98.5834 4.15 + 14 232.577 1126 6 1 45.3585 98.6057 -24.45 + 14 100.86 1392 6 0 45.3559 98.6064 -25.85 + 14 105.491 1126 5 1 45.3049 98.6204 -54.45 + 14 120.954 1392 5 0 45.3019 98.622 -55.85 + 14 113.076 1125 4 1 45.2413 98.654 -84.45 + 14 105.287 1392 4 0 45.2412 98.6572 -85.85 + 14 125.095 1125 3 1 45.2254 98.7219 -114.45 + 14 332.549 1392 3 0 45.2254 98.7267 -115.85 + 14 629.534 1125 2 1 45.249 98.8198 -144.45 + 14 248.891 1393 2 0 45.2513 98.8266 -145.85 + 14 129.262 1126 1 1 45.2967 98.9825 -174.45 + 14 250.081 1394 1 0 45.2993 98.9868 -175.85 + 14 374.091 1126 0 1 45.343 99.0704 -204.45 + 14 113.519 1394 0 0 45.3493 99.0748 -205.85 + 14 47.2874 1422 0 0 39.4476 104.55 -206.189 + 14 17.1158 1112 0 1 42.45 100.763 -204.811 + 14 8.12653 1539 4 1 127.998 -102.926 -84.45 + 14 112.702 1170 0 1 54.05 107.482 -204.641 + 14 92.9871 1128 2 1 45.6881 97.7467 -144.45 + 14 144.24 1388 2 0 45.7264 97.8329 -145.85 + 14 140.124 1134 1 1 46.9678 99.8406 -174.45 + 14 101.849 1398 1 0 47.0436 99.8926 -175.85 + 14 105.59 1143 0 1 48.8078 101.085 -204.45 + 14 119.654 1404 0 0 48.9241 101.093 -205.85 + 14 170.416 1130 2 1 46.1502 99.3584 -144.451 + 14 115.731 1395 2 0 46.1722 99.2024 -145.85 + 14 107.559 1135 1 1 47.157 97.7176 -174.45 + 14 118.854 1387 1 0 47.0689 97.6816 -175.85 + 14 174.086 1117 0 1 43.5998 96.8632 -204.45 + 14 322.544 1118 0 1 43.65 96.3411 -204.668 + 14 46.0898 1367 0 0 44.0549 93.6702 -205.85 + 14 74.0744 1366 0 0 44.0745 93.55 -205.904 + 14 64.8511 1365 0 0 44.0934 93.3494 -206.009 + 14 63.2131 1364 0 0 44.1081 93.15 -206.11 + 14 29.7747 1363 0 0 44.1248 92.9495 -206.201 + 14 69.7405 1041 0 0 45.6323 28.4211 -206.25 + 14 135.756 1040 0 0 45.6266 28.25 -206.157 + 14 105.039 1039 0 0 45.6071 28.05 -206.043 + 14 81.0846 1038 0 0 45.6015 27.85 -205.939 + 14 307.727 1125 0 1 45.25 24.3384 -204.531 + 14 335.956 1124 0 1 45.05 23.8247 -204.788 + 14 73.2544 1009 0 0 44.0889 22.0301 -205.85 + 14 76.4305 1008 0 0 43.9941 21.85 -205.956 + 14 75.1155 1007 0 0 43.884 21.65 -206.057 + 14 91.9585 1006 0 0 43.726 21.4493 -206.137 + 14 68.7061 852 0 0 20.8254 -9.61987 -206.25 + 14 113.587 851 0 0 20.8368 -9.65 -206.157 + 14 123.321 1004 0 1 20.9429 -10.4194 -204.85 + 14 67.2894 1005 0 1 21.1305 -10.8641 -204.45 + 14 99.4094 1006 0 1 21.25 -11.023 -204.611 + 14 94.6007 839 0 0 22.0103 -12.1006 -205.85 + 14 110.871 838 0 0 22.1193 -12.25 -206.005 + 14 59.7 1329 1 1 85.9502 -175.529 -174.85 + 14 88.8435 1330 1 1 86.05 -175.988 -174.796 + 14 623.565 1392 2 0 45.138 98.6688 -145.85 + 14 409.623 1125 1 1 45.1477 98.609 -174.45 + 14 532.652 1392 1 0 45.1456 98.5982 -175.85 + 14 156.336 1391 0 0 45.0787 98.3776 -205.85 + 14 114.48 1390 0 0 45.104 98.35 -206.145 + 14 232.471 1392 0 0 44.9282 98.5787 -205.85 + 14 230.958 1126 2 1 45.2615 98.7589 -144.45 + 14 159.757 1123 1 1 44.6973 99.1064 -174.45 + 14 116.78 1122 1 1 44.65 99.1554 -174.602 + 14 201.043 1397 1 0 44.2408 99.6031 -175.85 + 14 149.874 1081 0 1 36.4081 111.054 -204.45 + 14 93.6252 1458 0 0 36.2079 111.815 -205.85 + 14 111.118 1459 0 0 36.1727 111.95 -206.097 + 14 223.714 895 0 1 -0.89384 89.7048 -204.85 + 14 129.371 1393 1 0 45.2415 98.8422 -175.85 + 14 129.116 1393 0 0 44.9616 98.9243 -205.85 + 14 72.2405 1124 1 1 44.8549 98.8227 -174.45 + 14 370.147 1101 0 1 40.4319 96.7456 -204.45 + 14 420.406 1382 0 0 40.1086 96.6439 -205.85 + 14 99.965 1378 0 0 40.7027 95.9211 -205.85 + 14 50.2528 1380 0 0 40.1721 96.219 -205.85 + 14 111.838 1379 0 0 40.1376 96.15 -205.981 + 14 139.528 1102 0 1 40.45 96.742 -204.849 + 14 109.308 1381 0 0 41.1667 96.5351 -205.85 + 14 109.423 1127 1 1 45.5659 98.5655 -174.45 + 14 133.446 1128 0 1 45.7447 98.5875 -204.45 + 14 43.0524 1172 0 0 9.39749 54.65 -206.221 + 14 110.261 1171 0 0 9.30271 54.45 -206.114 + 14 110.747 946 0 1 9.27824 53.7456 -204.85 + 14 110.236 947 0 1 9.45 53.4738 -204.798 + 14 81.0837 948 0 1 9.65 53.3038 -204.751 + 14 12.7534 949 0 1 9.85 53.2135 -204.832 + 14 24.2704 1162 0 0 12.8456 52.6411 -205.85 + 14 234.154 1163 0 0 12.9389 52.65 -205.892 + 14 66.9293 968 0 1 13.7914 52.8914 -204.85 + 14 262.926 967 0 1 13.65 52.8969 -204.799 + 14 38.6685 1127 9 1 45.4501 98.5504 65.3055 + 14 53.4043 1187 1 1 57.493 68.2935 -174.85 + 14 317.476 1126 4 1 45.4433 98.5275 -84.45 + 14 127.954 1391 4 0 45.3947 98.5048 -85.8505 + 14 114.699 1122 3 1 44.5472 97.9789 -114.45 + 14 120.54 1389 3 0 44.5408 98.0288 -115.85 + 14 129.593 1122 2 1 44.5914 98.9997 -144.45 + 14 171.855 1394 2 0 44.5243 98.9812 -145.85 + 14 311.874 1115 1 1 43.0968 98.8127 -174.45 + 14 180.731 1413 0 0 40.4898 102.819 -205.85 + 14 39.3056 974 1 0 23.3894 14.9679 -176.25 + 14 90.2024 973 1 0 23.3935 14.8498 -176.165 + 14 59.5353 972 1 0 23.4927 14.65 -176.132 + 14 70.5247 971 1 0 23.5631 14.45 -176.147 + 14 58.669 970 1 0 23.602 14.2495 -176.107 + 14 210.666 969 1 0 23.6575 14.05 -176.091 + 14 83.2951 1022 1 1 24.5698 14.7559 -174.849 + 14 114.444 1023 1 1 24.65 14.8526 -174.777 + 14 161.008 1024 1 1 24.85 14.9574 -174.69 + 14 174.592 1025 1 1 25.05 14.8844 -174.542 + 14 149.244 1390 4 0 45.1979 98.3394 -85.85 + 14 100.569 1096 3 1 39.2593 96.4297 -114.45 + 14 88.9721 1381 3 0 39.3875 96.443 -115.85 + 14 80.1838 1102 2 1 40.5419 97.2749 -144.45 + 14 102.245 1101 2 1 40.45 97.1234 -144.557 + 14 167.574 1100 2 1 40.2499 96.9107 -144.623 + 14 306.167 1099 2 1 40.05 96.8509 -144.606 + 14 108.864 1098 2 1 39.85 96.796 -144.56 + 14 162.625 1385 2 0 40.1777 97.2178 -145.85 +Number of digits in this event: 59 Using G4ParticleGun... -Particle energy: 8.20565 LIN +Particle energy: 5.42731 LIN Particle: e- Event: 15 -Number of tracker hits in this event: 84 - 15 128.201 710 8 1 -37.8786 138.764 35.55 - 15 111.019 1593 8 0 -37.8796 138.764 34.15 - 15 434.238 710 7 1 -37.8965 138.772 5.55 - 15 148.442 1593 7 0 -37.8965 138.773 4.15 - 15 225.338 710 6 1 -37.8986 138.799 -24.45 - 15 116.592 1593 6 0 -37.8991 138.8 -25.85 - 15 149.724 710 5 1 -37.909 138.822 -54.45 - 15 484.865 1593 5 0 -37.9101 138.821 -55.85 - 15 393.936 710 4 1 -37.9335 138.805 -84.45 - 15 309.674 1593 4 0 -37.9349 138.806 -85.85 - 15 127.489 710 3 1 -37.9631 138.823 -114.45 - 15 164.446 1593 3 0 -37.9707 138.821 -115.85 - 15 191.28 709 2 1 -38.1259 138.791 -144.45 - 15 113.726 1593 2 0 -38.1138 138.81 -145.85 - 15 134.353 710 1 1 -37.8881 139.125 -174.45 - 15 154.11 1594 1 0 -37.8482 139.141 -175.85 - 15 131.789 715 0 1 -36.9647 139.462 -204.45 - 15 140.423 1596 0 0 -36.9019 139.465 -205.85 - 15 135.289 321 1 1 -115.75 84.9441 -174.709 - 15 67.4852 322 1 1 -115.75 84.8186 -174.557 - 15 266.968 708 1 1 -38.3005 138.743 -174.45 - 15 199.646 1592 1 0 -38.2778 138.749 -175.85 - 15 62.0686 1593 1 0 -38.2749 138.75 -176.007 - 15 224.944 709 0 1 -38.0823 139.098 -204.45 - 15 106.847 1594 0 0 -38.1059 139.098 -205.85 - 15 154.446 1438 0 0 63.6515 107.798 -206.25 - 15 18.7799 1437 0 0 63.6773 107.75 -206.204 - 15 346.072 1216 0 1 63.3921 108.604 -204.85 - 15 0.185948 1215 0 1 63.25 108.661 -204.664 - 15 182.698 1592 0 0 -38.2317 138.58 -205.85 - 15 61.2897 1798 1 0 75.8695 179.95 -176.137 - 15 177.061 1594 4 0 -37.8955 139.039 -85.8503 - 15 262.813 720 3 1 -35.9516 135.804 -114.45 - 15 140.568 1577 3 0 -35.8519 135.677 -115.85 - 15 119.102 732 2 1 -33.4762 133.159 -144.45 - 15 128.026 1564 2 0 -33.4569 133.12 -145.85 - 15 95.2834 727 1 1 -34.5203 133.211 -174.45 - 15 42.42 1565 1 0 -34.6068 133.344 -175.85 - 15 85.633 1566 1 0 -34.6094 133.35 -175.915 - 15 104.364 731 0 1 -33.7042 135.969 -204.45 - 15 98.1897 1581 0 0 -33.5752 136.351 -205.85 - 15 289.526 708 4 1 -38.4349 138.522 -84.45 - 15 104.982 1637 3 0 -35.8014 147.584 -115.85 - 15 132.297 730 2 1 -33.9893 153.028 -144.45 - 15 17.6888 729 2 1 -34.05 153.082 -144.769 - 15 177.275 1665 2 0 -34.251 153.283 -145.85 - 15 10.8237 1666 2 0 -34.3133 153.35 -146.196 - 15 128.992 703 1 1 -39.3299 158.612 -174.45 - 15 155.361 1694 1 0 -39.6898 159 -175.85 - 15 54.8902 653 0 1 -49.3458 167.462 -204.45 - 15 63.6421 652 0 1 -49.45 167.566 -204.645 - 15 90.1472 1740 0 0 -50.1274 168.229 -205.85 - 15 111.709 1741 0 0 -50.2463 168.35 -206.064 - 15 80.4771 1571 0 0 -75.647 134.483 -206.25 - 15 57.2678 1570 0 0 -75.793 134.35 -206.207 - 15 38.4686 1341 0 0 -100.618 88.2855 -206.25 - 15 40.7612 1389 0 0 -74.3702 98.0001 -206.25 - 15 149.94 707 4 1 -38.563 139.572 -84.4506 - 15 144.116 1597 4 0 -38.7426 139.626 -85.85 - 15 109.781 691 3 1 -41.7549 142.798 -114.45 - 15 63.4388 690 3 1 -41.8502 143.074 -114.692 - 15 61.4236 1621 3 0 -42.3346 144.384 -115.85 - 15 96.2614 1622 3 0 -42.405 144.55 -116.003 - 15 30.8643 1623 3 0 -42.4955 144.75 -116.184 - 15 38.1962 616 2 1 -56.7563 173.311 -144.45 - 15 267.359 615 2 1 -56.85 173.424 -144.535 - 15 66.8144 614 2 1 -57.05 173.626 -144.695 - 15 84.9834 1773 2 0 -58.2879 174.768 -145.85 - 15 103.597 1774 2 0 -58.4676 174.95 -146.031 - 15 3.53301 1775 2 0 -58.6662 175.15 -146.241 - 15 6.49977 1115 2 0 -85.4432 43.25 -145.882 - 15 117.341 1588 4 0 -37.8042 137.847 -85.85 - 15 114.3 709 4 1 -38.1089 138.802 -84.45 - 15 110.612 707 3 1 -38.6221 137.696 -114.45 - 15 121.911 1587 3 0 -38.6603 137.699 -115.85 - 15 124.42 702 2 1 -39.4504 137.851 -144.45 - 15 156.646 1588 2 0 -39.5866 137.826 -145.85 - 15 169.142 689 1 1 -42.1434 137.441 -174.45 - 15 129.667 1586 1 0 -42.3941 137.375 -175.85 - 15 134.648 663 0 1 -47.3477 135.851 -204.45 - 15 20.4826 1578 0 0 -47.5461 135.755 -205.851 - 15 87.9702 1577 0 0 -47.556 135.75 -205.921 - 15 149.782 690 1 1 -42.05 137.345 -174.718 - 15 122.121 691 1 1 -41.85 137.286 -174.771 -Number of digits in this event: 45 +Number of tracker hits in this event: 38 + 15 120.627 956 11 1 11.2849 -75.6524 125.55 + 15 106.606 521 11 0 11.2834 -75.6515 124.15 + 15 132.492 956 10 1 11.2576 -75.6295 95.55 + 15 159.294 522 10 0 11.256 -75.627 94.15 + 15 133.224 955 9 1 11.23 -75.5797 65.55 + 15 118.578 522 9 0 11.2298 -75.5776 64.15 + 15 85.9097 955 8 1 11.2122 -75.5336 35.55 + 15 112.003 522 8 0 11.2125 -75.5318 34.15 + 15 118.702 955 7 1 11.2231 -75.4901 5.55 + 15 114.763 522 7 0 11.2241 -75.489 4.15 + 15 108.825 955 6 1 11.2373 -75.4698 -24.45 + 15 125.003 522 6 0 11.2371 -75.472 -25.85 + 15 122.151 955 5 1 11.2367 -75.5166 -54.45 + 15 114.633 522 5 0 11.2264 -75.5183 -55.85 + 15 128.11 955 4 1 11.1157 -75.4148 -84.45 + 15 180.442 523 4 0 11.1788 -75.3674 -85.85 + 15 473.087 962 3 1 12.5914 -74.4152 -114.45 + 15 403.741 528 3 0 12.6694 -74.4132 -115.85 + 15 284.554 971 2 1 14.3626 -74.3889 -144.45 + 15 147.052 528 2 0 14.4036 -74.3519 -145.85 + 15 129.304 975 1 1 15.2343 -73.6725 -174.45 + 15 129.619 532 1 0 15.2536 -73.6308 -175.85 + 15 134.396 978 0 1 15.7711 -72.8743 -204.45 + 15 147.664 536 0 0 15.8621 -72.747 -205.85 + 15 31.0455 972 2 1 14.4501 -74.3988 -144.798 + 15 90.9117 530 2 0 15.2888 -73.9915 -145.85 + 15 196.707 529 2 0 15.2845 -74.05 -146.058 + 15 22.7038 963 3 1 12.65 -74.1769 -114.62 + 15 16.5447 1548 13 0 4.23504 129.83 183.75 + 15 318.233 954 0 1 10.9937 -75.0645 -204.45 + 15 110.445 525 0 0 11.0045 -75.0434 -205.85 + 15 372.351 524 0 0 11.0092 -75.0875 -205.85 + 15 132.443 984 6 1 16.9676 -85.9628 -24.85 + 15 139.53 1776 14 0 -96.2075 175.398 213.75 + 15 68.0988 1777 14 0 -96.4162 175.55 214.095 + 15 160.237 502 0 0 -29.5992 -79.5928 -206.25 + 15 318.409 681 2 0 -39.753 -43.8471 -146.25 + 15 4.12108 680 2 0 -39.9443 -43.85 -146.093 +Number of digits in this event: 26 Using G4ParticleGun... -Particle energy: 5.67236 LIN +Particle energy: 5.74636 LIN Particle: e- Event: 16 -Number of tracker hits in this event: 112 - 16 122.284 800 11 1 -19.9899 -75.4031 125.55 - 16 129.293 523 11 0 -19.9987 -75.399 124.15 - 16 106.606 799 10 1 -20.2171 -75.2917 95.55 - 16 115.541 523 10 0 -20.2205 -75.2849 94.15 - 16 179.806 798 9 1 -20.304 -75.1375 65.55 - 16 124.074 524 9 0 -20.3143 -75.1326 64.15 - 16 94.2976 797 8 1 -20.5072 -75.0509 35.55 - 16 93.794 524 8 0 -20.5132 -75.0565 34.15 - 16 128.943 797 7 1 -20.5469 -75.2558 5.55 - 16 167.598 523 7 0 -20.5534 -75.2589 4.15 - 16 145.846 796 6 1 -20.7066 -75.3769 -24.45 - 16 121.723 523 6 0 -20.7078 -75.3712 -25.85 - 16 117.947 796 5 1 -20.8316 -75.2446 -54.45 - 16 347.713 523 5 0 -20.8448 -75.2514 -55.85 - 16 122.91 794 4 1 -21.1982 -75.3042 -84.45 - 16 226.338 523 4 0 -21.2321 -75.2784 -85.85 - 16 171.178 787 3 1 -22.5013 -74.5827 -114.45 - 16 287.177 527 3 0 -22.5645 -74.55 -115.85 - 16 130.801 780 2 1 -23.9388 -73.8338 -144.45 - 16 126.197 531 2 0 -23.8892 -73.8146 -145.85 - 16 163.252 785 1 1 -22.9208 -73.4191 -174.45 - 16 137.624 533 1 0 -22.8918 -73.3905 -175.85 - 16 125.188 787 0 1 -22.6288 -73.1056 -204.45 - 16 293.087 534 0 0 -22.6122 -73.1284 -205.85 - 16 174.665 1058 4 1 31.6829 -22.4295 -84.85 - 16 112.033 535 0 0 -22.6244 -73.0499 -206 - 16 36.2096 780 0 1 -23.9899 -73.2443 -204.85 - 16 39.1988 779 0 1 -24.0501 -73.2154 -204.821 - 16 10.2482 546 0 0 -24.3869 -70.6676 -205.85 - 16 234.15 547 0 0 -24.3818 -70.6499 -205.866 - 16 109.428 797 9 1 -20.4503 -75.0521 65.2654 - 16 98.4773 525 9 0 -21.8826 -74.9614 64.15 - 16 39.1716 526 9 0 -22.0759 -74.85 63.8538 - 16 281.21 800 6 1 -19.9575 -75.4581 -24.45 - 16 247.249 522 6 0 -19.9584 -75.4564 -25.85 - 16 446.178 800 5 1 -19.9797 -75.4177 -54.45 - 16 83.1587 800 4 1 -20.0445 -75.4024 -84.45 - 16 118.994 799 3 1 -20.1194 -75.386 -114.45 - 16 144.511 523 3 0 -20.1221 -75.3833 -115.85 - 16 422.262 799 2 1 -20.1782 -75.3306 -144.45 - 16 343.825 523 2 0 -20.179 -75.3283 -145.85 - 16 131.222 799 1 1 -20.1981 -75.2812 -174.45 - 16 263.29 523 1 0 -20.2049 -75.2755 -175.85 - 16 342.528 798 0 1 -20.3325 -75.1925 -204.45 - 16 92.7168 524 0 0 -20.3277 -75.1949 -205.85 - 16 85.4794 797 0 1 -20.45 -75.0319 -204.514 - 16 158.478 623 0 1 -55.25 28.4015 -204.602 - 16 189.71 622 0 1 -55.4501 28.6911 -204.544 - 16 276.047 873 13 1 -5.29526 -92.5145 185.15 - 16 148.419 874 13 1 -5.24975 -92.7549 185.484 - 16 106.115 522 3 0 -20.1349 -75.4503 -115.949 - 16 177.035 806 3 1 -18.6818 -76.3052 -114.85 - 16 153.288 802 1 1 -19.6206 -75.3272 -174.45 - 16 111.245 811 0 1 -17.7006 -75.6865 -204.45 - 16 172.12 521 0 0 -17.6617 -75.7213 -205.85 - 16 29.0621 455 0 0 -17.9332 -88.85 -206.068 - 16 117.892 796 1 1 -20.7954 -75.0541 -174.45 - 16 167.605 525 1 0 -20.6662 -74.9571 -175.85 - 16 112.149 812 0 1 -17.6084 -72.088 -204.45 - 16 123.474 540 0 0 -17.404 -71.968 -205.85 - 16 90.2191 799 5 1 -20.05 -75.4386 -54.5278 - 16 186.81 521 5 0 -20.7162 -75.8129 -55.8503 - 16 75.7193 520 5 0 -20.7899 -75.85 -55.9908 - 16 14.5049 719 4 1 -36.2019 -81.345 -84.4505 - 16 75.1442 718 4 1 -36.25 -81.3184 -84.4832 - 16 101.139 717 4 1 -36.4501 -81.2701 -84.6261 - 16 14.149 716 4 1 -36.65 -81.2029 -84.819 - 16 4.32239 503 4 0 -39.4426 -79.2607 -85.8502 - 16 91.1565 504 4 0 -39.4586 -79.2499 -85.8583 - 16 362.358 505 4 0 -39.6527 -79.05 -85.9545 - 16 64.3323 506 4 0 -40.4184 -78.85 -86.1731 - 16 6.27677 507 4 0 -40.5331 -78.6497 -86.2425 - 16 64.0219 794 4 0 -47.4065 -21.067 -86.2499 - 16 129.124 793 4 0 -47.4133 -21.2501 -86.103 - 16 364.781 658 4 1 -48.303 -20.8864 -84.85 - 16 127.157 657 4 1 -48.45 -20.9975 -84.7996 - 16 24.299 792 4 1 -21.6453 -81.6757 -84.45 - 16 102.099 791 4 1 -21.65 -81.6914 -84.5147 - 16 26.1476 490 4 0 -21.7353 -82.026 -85.85 - 16 86.3939 489 4 0 -21.7419 -82.05 -85.946 - 16 113.806 778 3 1 -24.3485 -89.5469 -114.45 - 16 197.479 452 3 0 -24.238 -89.5978 -115.85 - 16 106.891 790 2 1 -21.9345 -90.5144 -144.45 - 16 111.524 447 2 0 -21.7261 -90.5785 -145.85 - 16 4.40404 820 1 1 -15.8548 -91.8234 -174.45 - 16 151.84 821 1 1 -15.85 -91.8226 -174.464 - 16 125.945 442 1 0 -15.379 -91.7406 -175.85 - 16 75.9573 871 0 1 -5.74378 -90.3915 -204.45 - 16 60.473 872 0 1 -5.64978 -90.37 -204.681 - 16 169.201 449 0 0 -5.18837 -90.3207 -205.85 - 16 163.623 796 2 1 -20.8214 -93.238 -144.45 - 16 119.916 801 4 1 -19.839 -75.4455 -84.45 - 16 107.145 522 4 0 -19.8116 -75.4923 -85.85 - 16 115.027 804 3 1 -19.1367 -76.4243 -114.45 - 16 178.711 517 3 0 -19.1576 -76.4666 -115.85 - 16 142.56 802 2 1 -19.6324 -77.5237 -144.45 - 16 154.078 512 2 0 -19.6647 -77.6176 -145.85 - 16 125.473 798 1 1 -20.3366 -79.3872 -174.45 - 16 145.078 502 1 0 -20.3653 -79.4621 -175.85 - 16 60.6712 795 0 1 -21.0486 -80.8387 -204.45 - 16 62.5506 794 0 1 -21.05 -80.8508 -204.665 - 16 114.228 495 0 0 -21.0582 -80.9214 -205.85 - 16 71.8372 805 3 1 -18.9822 -76.433 -114.45 - 16 114.156 807 3 1 -18.65 -76.7389 -114.695 - 16 45.1918 808 3 1 -18.45 -76.8154 -114.751 - 16 207.715 515 3 0 -18.7575 -76.8878 -115.85 - 16 177.894 514 3 0 -18.6506 -77.05 -116.144 - 16 66.1465 934 5 0 26.1434 6.86258 -56.25 - 16 272.421 935 5 0 26.0841 7.05 -56.1968 - 16 67.0742 936 5 0 26.0157 7.25006 -55.9453 - 16 111.769 937 5 0 26.0775 7.45023 -55.9481 - 16 369.338 938 5 0 26.2715 7.65121 -55.9539 -Number of digits in this event: 61 +Number of tracker hits in this event: 44 + 16 119.684 1370 9 1 94.3367 90.4315 65.55 + 16 104.199 1351 9 0 94.3365 90.4311 64.15 + 16 112.078 1370 8 1 94.3333 90.429 35.55 + 16 126.448 1351 8 0 94.3319 90.4289 34.15 + 16 132.5 1370 7 1 94.3036 90.4234 5.55 + 16 103.184 1351 7 0 94.3027 90.4235 4.15 + 16 125.329 1370 6 1 94.2881 90.4306 -24.45 + 16 108.452 1351 6 0 94.2867 90.4306 -25.85 + 16 299.944 1370 5 1 94.2748 90.4143 -54.45 + 16 277.546 1351 5 0 94.2719 90.4146 -55.85 + 16 448.552 1370 4 1 94.2095 90.4288 -84.45 + 16 339.653 1351 4 0 94.2073 90.4267 -85.85 + 16 222.443 1370 3 1 94.1539 90.3809 -114.45 + 16 674.028 1351 3 0 94.1535 90.3784 -115.85 + 16 302.635 1370 2 1 94.1668 90.3534 -144.45 + 16 245.793 1351 2 0 94.1642 90.353 -145.85 + 16 239.897 1369 1 1 94.0881 90.322 -174.45 + 16 232.793 1350 1 0 94.0847 90.3251 -175.85 + 16 115.322 1369 0 1 94.0259 90.4019 -204.45 + 16 274.019 1351 0 0 94.0279 90.4044 -205.85 + 16 54.6594 1123 1 1 44.85 164.808 -174.711 + 16 61.4926 1122 1 1 44.6497 164.949 -174.793 + 16 229.596 1725 1 0 44.1563 165.165 -175.85 + 16 429.473 1368 0 1 93.8172 90.6298 -204.45 + 16 285.488 1352 0 0 93.821 90.618 -205.85 + 16 174.629 1369 5 1 94.1497 90.3404 -54.7259 + 16 1.32598 1382 2 1 96.55 21.95 -144.699 + 16 123.932 1369 3 1 94.1481 90.5159 -114.45 + 16 115.232 1369 2 1 94.0799 90.4404 -144.45 + 16 208.373 1368 1 1 93.9216 90.2557 -174.45 + 16 76.5243 1188 5 0 175.11 57.85 -56.0181 + 16 47.9634 1189 5 0 175.185 57.85 -55.9418 + 16 121.378 1352 1 0 94.1957 90.6002 -175.851 + 16 110.322 1399 0 1 99.983 96.8626 -204.45 + 16 136.882 1384 0 0 100.114 97.0387 -205.85 + 16 123.915 1351 1 0 94.0444 90.4389 -175.85 + 16 114.315 1379 0 1 95.9693 91.5722 -204.45 + 16 98.0672 1358 0 0 96.2966 91.781 -205.851 + 16 117.6 1352 2 0 94.2356 90.5705 -145.85 + 16 111.317 1370 1 1 94.2873 90.8717 -174.45 + 16 118.802 1353 1 0 94.289 90.8831 -175.85 + 16 146.085 1370 0 1 94.314 91.1275 -204.45 + 16 150.418 1355 0 0 94.3116 91.1531 -205.85 + 16 209.598 1349 2 0 95.111 89.9804 -145.85 +Number of digits in this event: 29 Using G4ParticleGun... -Particle energy: 5.20706 LIN +Particle energy: 3.11151 LIN Particle: e- Event: 17 -Number of tracker hits in this event: 120 - 17 103.357 898 11 1 -0.295324 -35.2659 125.55 - 17 201.315 723 11 0 -0.296116 -35.266 124.15 - 17 131.447 898 10 1 -0.314847 -35.2696 95.55 - 17 112.595 723 10 0 -0.315357 -35.2714 94.15 - 17 129.835 898 9 1 -0.328744 -35.3119 65.55 - 17 126.473 723 9 0 -0.328588 -35.3142 64.15 - 17 414.669 898 8 1 -0.327095 -35.3592 35.55 - 17 145.468 723 8 0 -0.327625 -35.3609 34.15 - 17 124.822 898 7 1 -0.345299 -35.4014 5.55 - 17 166.537 723 7 0 -0.346588 -35.4033 4.15 - 17 121.979 898 6 1 -0.372984 -35.4358 -24.45 - 17 126.384 723 6 0 -0.37293 -35.4383 -25.85 - 17 735.487 898 5 1 -0.37319 -35.4918 -54.45 - 17 409.011 722 5 0 -0.373129 -35.4946 -55.85 - 17 377.56 898 4 1 -0.366675 -35.5466 -84.45 - 17 102.416 722 4 0 -0.366779 -35.5489 -85.85 - 17 201.138 898 3 1 -0.374608 -35.5982 -114.45 - 17 103.258 722 3 0 -0.374649 -35.6002 -115.85 - 17 113.512 898 2 1 -0.377019 -35.6411 -144.45 - 17 127.227 722 2 0 -0.377441 -35.6423 -145.85 - 17 168.47 898 1 1 -0.385314 -35.6645 -174.45 - 17 141.859 721 1 0 -0.386693 -35.6703 -175.85 - 17 569.36 898 0 1 -0.415981 -35.7967 -204.45 - 17 337.359 721 0 0 -0.424151 -35.7849 -205.85 - 17 253.775 897 0 1 -0.45 -35.8434 -204.694 - 17 406.127 720 0 0 -0.714962 -35.9986 -205.85 - 17 49.9305 719 0 0 -0.833106 -36.05 -206.182 - 17 51.1899 715 0 0 0.205023 -36.9851 -205.85 - 17 353.804 714 0 0 0.211474 -37.05 -205.897 - 17 101.395 899 0 1 -0.249865 -35.8217 -204.527 - 17 294.722 731 4 0 -0.528867 -33.8342 -85.8502 - 17 98.3632 732 4 0 -0.721227 -33.6496 -86.0327 - 17 77.8058 733 4 0 -0.839429 -33.45 -85.9773 - 17 288.64 734 4 0 -0.837671 -33.25 -86.014 - 17 53.2929 779 0 0 17.2417 -24.0838 -206.25 - 17 200.803 780 0 0 17.3734 -24.05 -206.157 - 17 116.07 721 5 0 -0.170447 -35.6573 -55.8503 - 17 131.695 922 4 1 4.52453 -41.0281 -84.45 - 17 116.061 694 4 0 4.49852 -41.1431 -85.85 - 17 263.663 910 3 1 2.10529 -42.9204 -114.45 - 17 142.086 685 3 0 2.09519 -42.9959 -115.85 - 17 104.665 912 2 1 2.58656 -44.8979 -144.45 - 17 146.232 674 2 0 2.81757 -45.0766 -145.851 - 17 105.79 936 1 1 7.29582 -50.3792 -174.45 - 17 139.841 647 1 0 7.48552 -50.5791 -175.85 - 17 197.224 962 0 1 12.5225 -53.6491 -204.45 - 17 129.178 630 0 0 12.9286 -53.9598 -205.85 - 17 85.2242 899 5 1 -0.25 -35.5049 -54.4842 - 17 126.494 723 5 0 -0.370614 -35.4455 -55.85 - 17 31.2874 897 4 1 -0.636136 -35.2963 -84.4501 - 17 104.757 896 4 1 -0.650012 -35.2866 -84.5377 - 17 159.522 724 4 0 -0.865763 -35.1435 -85.85 - 17 267.278 871 3 1 -5.67085 -31.8619 -114.45 - 17 58.8899 741 3 0 -5.80142 -31.6686 -115.85 - 17 83.3139 742 3 0 -5.81382 -31.65 -115.979 - 17 116.04 855 2 1 -8.91292 -27.7773 -144.45 - 17 113.231 762 2 0 -8.926 -27.5512 -145.85 - 17 103.83 851 1 1 -9.69805 -22.6604 -174.45 - 17 147.479 788 1 0 -9.70783 -22.3308 -175.85 - 17 20.0868 789 1 0 -9.7081 -22.25 -176.181 - 17 227.326 852 0 1 -9.50781 -15.0663 -204.45 - 17 82.2792 826 0 0 -9.4224 -14.7223 -205.85 - 17 38.4152 827 0 0 -9.40371 -14.6499 -206.135 - 17 98.9501 844 0 0 -0.181319 -11.172 -206.25 - 17 13.4741 845 0 0 -0.399018 -11.05 -206.229 - 17 59.0512 870 3 1 -5.85 -31.7119 -114.5 - 17 163.857 869 3 1 -6.05027 -31.6608 -114.502 - 17 90.3139 868 3 1 -6.25008 -31.668 -114.565 - 17 41.6114 867 3 1 -6.45025 -31.7716 -114.755 - 17 125.599 735 3 0 -7.87621 -32.8797 -115.85 - 17 106.312 734 3 0 -8.22667 -33.05 -115.873 - 17 75.3204 733 3 0 -8.41917 -33.2504 -115.927 - 17 295.126 732 3 0 -8.45899 -33.45 -115.986 - 17 79.6709 749 7 0 -8.36779 -30.0978 3.75 - 17 99.1052 748 7 0 -8.19416 -30.25 3.78897 - 17 67.6275 747 7 0 -7.95854 -30.4509 3.88777 - 17 67.0962 746 7 0 -7.84627 -30.65 4.01465 - 17 84.333 745 7 0 -7.85406 -30.85 3.96189 - 17 65.9916 744 7 0 -7.73979 -31.05 4.06802 - 17 71.1887 861 7 1 -7.84025 -32.0604 5.15 - 17 134.233 860 7 1 -7.85 -32.1486 5.27713 - 17 39.3282 859 7 1 -8.05016 -32.1227 5.48864 - 17 223.222 913 4 1 2.7826 -36.8167 -84.45 - 17 128.093 716 4 0 2.73127 -36.8095 -85.85 - 17 120.707 909 3 1 1.86117 -37.1405 -114.45 - 17 113.908 711 3 0 2.04483 -37.6998 -115.85 - 17 0.235938 710 3 0 2.10515 -37.85 -116.249 - 17 138.655 930 2 1 6.09208 -48.2634 -144.45 - 17 68.6614 931 2 1 6.25 -48.4354 -144.696 - 17 177.654 653 2 0 6.97623 -49.2858 -145.85 - 17 58.8897 652 2 0 7.11083 -49.45 -146.078 - 17 118.693 1013 1 1 22.6649 -69.3466 -174.45 - 17 87.9977 1014 1 1 22.85 -69.4721 -174.673 - 17 122.313 549 1 0 23.749 -70.1251 -175.85 - 17 225.936 548 1 0 23.9111 -70.25 -176.049 - 17 87.9523 1134 0 1 46.9094 -90.8849 -204.45 - 17 110.213 1135 0 1 47.05 -91.0348 -204.515 - 17 94.2537 1136 0 1 47.25 -91.2483 -204.61 - 17 158.122 1137 0 1 47.4501 -91.4733 -204.716 - 17 58.8303 1138 0 1 47.65 -91.7053 -204.833 - 17 47.6683 431 0 0 49.5102 -93.8821 -205.85 - 17 88.1517 430 0 0 49.5683 -93.95 -205.884 - 17 89.1341 429 0 0 49.736 -94.15 -205.992 - 17 90.2988 428 0 0 49.9009 -94.35 -206.1 - 17 24.4502 427 0 0 50.0724 -94.5502 -206.214 - 17 114.538 200 0 0 86.2049 -139.974 -206.25 - 17 132.462 1333 0 1 86.7546 -140.066 -204.85 - 17 189.978 1426 1 1 105.35 -122.927 -174.747 - 17 37.0115 979 6 1 16.05 -45.0807 -24.8304 - 17 123.828 902 4 1 0.579788 -36.0651 -84.45 - 17 142.244 720 4 0 0.67594 -35.9698 -85.85 - 17 112.994 926 2 1 5.3568 -30.7144 -144.45 - 17 108.359 747 2 0 5.63653 -30.5812 -145.85 - 17 118.038 956 1 1 11.2572 -27.5775 -174.45 - 17 131.155 762 1 0 11.5399 -27.56 -175.85 - 17 128.884 984 0 1 16.8631 -27.0391 -204.45 - 17 151.836 763 0 0 17.0633 -27.2574 -205.85 - 17 77.8998 731 3 0 2.1705 -33.65 -115.939 - 17 284.386 730 3 0 2.09263 -33.85 -116.042 - 17 84.8215 337 3 0 11.968 -112.699 -116.25 -Number of digits in this event: 58 +Number of tracker hits in this event: 40 + 17 145.389 625 10 1 -54.9092 71.7264 95.55 + 17 198.578 1258 10 0 -54.9089 71.7244 94.15 + 17 123.65 625 9 1 -54.9078 71.6801 65.55 + 17 149.393 1258 9 0 -54.9075 71.6785 64.15 + 17 129.977 625 8 1 -54.9122 71.648 35.55 + 17 95.7032 1257 8 0 -54.9152 71.6437 34.15 + 17 372.302 625 7 1 -54.9789 71.5584 5.55 + 17 123.927 1257 7 0 -54.9839 71.5544 4.15 + 17 136.245 624 6 1 -55.0896 71.4602 -24.45 + 17 116.726 1257 6 0 -55.0933 71.4531 -25.85 + 17 240.338 624 5 1 -55.1857 71.3025 -54.45 + 17 202.113 1256 5 0 -55.1911 71.2949 -55.85 + 17 148.174 623 4 1 -55.3083 71.1494 -84.45 + 17 140.936 1255 4 0 -55.3131 71.1418 -85.85 + 17 173.288 623 3 1 -55.4065 70.9954 -114.45 + 17 141.364 1254 3 0 -55.4101 70.9893 -115.85 + 17 126.685 622 2 1 -55.4835 70.8588 -144.45 + 17 103.707 1254 2 0 -55.487 70.8525 -145.85 + 17 114.786 622 1 1 -55.5577 70.7159 -174.45 + 17 129.913 1253 1 0 -55.5612 70.7108 -175.85 + 17 108.214 622 0 1 -55.6145 70.6048 -204.45 + 17 222.51 1252 0 0 -55.6179 70.6013 -205.85 + 17 39.9751 1251 3 0 -55.61 70.3094 -115.85 + 17 96.0561 1250 3 0 -55.6165 70.2499 -115.868 + 17 123.617 625 6 1 -55.05 71.3324 -24.452 + 17 94.7564 626 6 1 -54.85 70.9256 -24.6098 + 17 29.3089 627 6 1 -54.65 70.5741 -24.7885 + 17 47.5057 1243 6 0 -53.8259 68.7859 -25.85 + 17 105.423 1242 6 0 -53.7701 68.6499 -25.948 + 17 25.0736 1241 6 0 -53.6638 68.45 -26.1816 + 17 172.677 874 6 0 -1.50301 -5.08719 -26.25 + 17 155.359 873 6 0 -1.23699 -5.25 -26.1922 + 17 56.2106 903 6 1 0.745369 -6.50725 -24.85 + 17 281.205 904 6 1 0.85 -6.60142 -24.7964 + 17 29.4336 1262 7 0 -54.9665 72.5833 4.15 + 17 94.5154 1263 7 0 -54.9698 72.65 4.06739 + 17 22.7058 1264 7 0 -55.0244 72.85 3.8214 + 17 42.8415 1258 7 0 -54.6939 71.8214 4.14981 + 17 110.274 1259 7 0 -54.6766 71.85 4.02487 + 17 172.252 149 11 1 -150.267 -103.381 125.15 +Number of digits in this event: 25 Using G4ParticleGun... -Particle energy: 1.07136 LIN +Particle energy: 9.21003 LIN Particle: e- Event: 18 -Number of tracker hits in this event: 44 - 18 109.648 174 7 1 -145.238 25.1216 5.55 - 18 139.71 1025 7 0 -145.244 25.1244 4.15 - 18 136.065 173 6 1 -145.368 25.2254 -24.45 - 18 126.096 1025 6 0 -145.383 25.2248 -25.85 - 18 112.741 172 5 1 -145.705 25.1985 -54.45 - 18 144.739 1025 5 0 -145.73 25.1979 -55.85 - 18 140.628 169 4 1 -146.24 25.174 -84.45 - 18 128.974 1025 4 0 -146.269 25.1796 -85.85 - 18 119.338 166 3 1 -146.844 25.2836 -114.45 - 18 162.793 1026 3 0 -146.873 25.2857 -115.85 - 18 127.143 163 2 1 -147.455 25.3417 -144.45 - 18 154.978 1026 2 0 -147.486 25.3341 -145.85 - 18 128.135 160 1 1 -148.113 25.1147 -174.45 - 18 471.917 1025 1 0 -148.148 25.1098 -175.85 - 18 425.558 156 0 1 -148.864 25.0164 -204.45 - 18 129.028 1024 0 0 -148.903 25.0097 -205.85 - 18 9.8168 157 0 1 -148.732 25.4434 -204.45 - 18 69.4868 1033 0 0 -149.183 26.7083 -205.85 - 18 59.2106 1034 0 0 -149.243 26.85 -206.007 - 18 57.5914 1035 0 0 -149.331 27.0512 -206.156 - 18 143.109 1195 0 0 -144.569 59.1354 -206.25 - 18 237.608 1196 0 0 -144.168 59.25 -206.038 - 18 57.7189 190 0 1 -142.057 59.4346 -204.85 - 18 57.0388 191 0 1 -141.95 59.4654 -204.785 - 18 72.9035 192 0 1 -141.75 59.4719 -204.781 - 18 138.853 1201 0 0 -140.753 60.332 -205.85 - 18 87.6358 1200 0 0 -140.613 60.2498 -206.081 - 18 124.923 199 0 1 -140.167 60.4877 -204.85 - 18 4.66065 200 0 1 -140.15 60.5138 -204.765 - 18 369.597 198 0 1 -140.35 60.6525 -204.654 - 18 222.028 166 1 1 -146.912 25.117 -174.45 - 18 108.054 160 0 1 -148.036 24.4954 -204.45 - 18 121.878 1022 0 0 -147.829 24.4828 -205.851 - 18 76.1002 165 1 1 -146.95 25.1084 -174.656 - 18 266.296 138 0 1 -152.422 25.1463 -204.45 - 18 107.603 1023 0 0 -152.698 24.85 -205.858 - 18 66.61 139 0 1 -152.35 25.5823 -204.762 - 18 71.0584 140 0 1 -152.15 25.7593 -204.766 - 18 101.577 141 0 1 -151.95 25.955 -204.756 - 18 133.537 142 0 1 -151.75 26.1712 -204.811 - 18 74.6574 143 0 1 -151.55 26.42 -204.762 - 18 114.111 144 0 1 -151.35 26.5334 -204.693 - 18 228.541 1030 0 0 -150.686 26.1054 -205.85 - 18 250.054 1031 0 0 -150.376 26.2501 -205.892 -Number of digits in this event: 26 -Using G4ParticleGun... -Particle energy: 1.3683 LIN +Number of tracker hits in this event: 177 + 18 249.068 514 9 1 -77.2496 -105.107 65.55 + 18 319.988 375 9 0 -77.2486 -105.106 64.15 + 18 269.899 514 8 1 -77.2272 -105.093 35.55 + 18 125.185 375 8 0 -77.2261 -105.092 34.15 + 18 86.4447 514 7 1 -77.2021 -105.066 5.55 + 18 122.424 375 7 0 -77.2018 -105.065 4.15 + 18 235.381 514 6 1 -77.1932 -105.046 -24.45 + 18 142.206 375 6 0 -77.1931 -105.045 -25.85 + 18 486.118 514 5 1 -77.1891 -105.021 -54.45 + 18 601.356 375 5 0 -77.1888 -105.019 -55.85 + 18 299.984 514 4 1 -77.1869 -104.996 -84.45 + 18 108.216 375 4 0 -77.187 -104.995 -85.85 + 18 247.39 514 3 1 -77.1868 -104.986 -114.45 + 18 141.601 375 3 0 -77.1868 -104.983 -115.85 + 18 247.16 514 2 1 -77.1865 -104.939 -144.45 + 18 126.448 376 2 0 -77.1868 -104.936 -145.85 + 18 247.035 514 1 1 -77.1903 -104.866 -174.45 + 18 229.4 376 1 0 -77.19 -104.862 -175.85 + 18 520.398 514 0 1 -77.1838 -104.792 -204.45 + 18 411.371 376 0 0 -77.1834 -104.789 -205.85 + 18 0.297989 513 0 1 -77.25 -105.142 -204.849 + 18 229.796 373 0 0 -77.4855 -105.355 -205.85 + 18 36.6031 360 0 0 -146.437 -108.06 -206.25 + 18 71.7073 361 0 0 -146.529 -107.95 -206.194 + 18 226.559 362 0 0 -146.665 -107.75 -206.096 + 18 210.426 363 0 0 -146.734 -107.55 -206.062 + 18 68.576 364 0 0 -146.755 -107.349 -205.948 + 18 69.6682 365 0 0 -146.754 -107.15 -205.933 + 18 105.774 163 0 1 -147.438 -107.915 -204.85 + 18 96.9834 164 0 1 -147.35 -107.983 -204.787 + 18 212.205 414 0 0 -135.048 -97.2394 -206.25 + 18 73.0258 415 0 0 -135.082 -97.1498 -206.186 + 18 99.2059 774 3 0 -98.7943 -25.25 -116.076 + 18 186.994 775 3 0 -98.8213 -25.05 -115.934 + 18 152.94 374 4 0 -77.1948 -105.232 -85.85 + 18 251.476 373 3 0 -77.1608 -105.471 -115.85 + 18 151.637 517 2 1 -76.4549 -106.435 -144.45 + 18 195.107 368 2 0 -76.4817 -106.459 -145.85 + 18 78.3806 366 1 0 -77.2408 -106.946 -175.85 + 18 41.8188 365 1 0 -77.254 -106.95 -176.09 + 18 124.264 506 0 1 -78.7969 -107.413 -204.45 + 18 128.501 269 0 0 -89.2045 -126.314 -206.25 + 18 64.9872 268 0 0 -89.2699 -126.35 -206.197 + 18 158.748 517 4 1 -76.5623 -104.033 -84.45 + 18 137.309 380 4 0 -76.4776 -104.094 -85.85 + 18 97.2262 526 3 1 -74.8359 -105.482 -114.45 + 18 133.584 534 2 1 -73.1358 -102.749 -144.45 + 18 104.225 387 2 0 -73.1049 -102.742 -145.85 + 18 107.959 535 1 1 -73.0211 -102.835 -174.45 + 18 121.636 386 1 0 -72.9634 -102.876 -175.85 + 18 127.436 544 0 1 -71.1495 -103.811 -204.45 + 18 116.988 380 0 0 -70.8797 -104.049 -205.85 + 18 135.582 496 5 1 -80.725 -26.5672 -54.45 + 18 244.465 518 1 1 -76.3432 -104.937 -174.45 + 18 115.998 519 0 1 -76.0929 -105.15 -204.45 + 18 140.161 375 0 0 -76.086 -105.135 -205.85 + 18 145.424 375 1 0 -76.3347 -104.951 -175.85 + 18 120.011 520 0 1 -75.9624 -105.481 -204.45 + 18 268.545 20 4 1 -175.982 37.0913 -84.85 + 18 0.047913 19 4 1 -176.15 37.422 -84.7669 + 18 29.8742 878 6 0 -56.1764 -4.45 -26.1852 + 18 277.439 877 6 0 -56.1874 -4.45012 -26.0736 + 18 96.3019 376 8 0 -77.1904 -104.908 34.15 + 18 118.77 513 7 1 -77.3086 -104.504 5.55 + 18 156.8 378 7 0 -77.302 -104.466 4.15 + 18 127.329 382 6 0 -77.137 -103.68 -25.85 + 18 143.218 515 5 1 -76.8627 -102.561 -54.45 + 18 236.955 388 5 0 -76.8626 -102.506 -55.85 + 18 92.8966 516 4 1 -76.8068 -101.36 -84.45 + 18 115.671 394 4 0 -76.8081 -101.289 -85.85 + 18 147.123 516 3 1 -76.8448 -99.8151 -114.45 + 18 102.677 402 3 0 -76.8558 -99.7399 -115.85 + 18 12.6869 515 2 1 -77.0493 -98.2816 -144.45 + 18 162.439 409 2 0 -77.0728 -98.1888 -145.85 + 18 152.894 512 1 1 -77.5837 -96.2462 -174.45 + 18 110.036 420 1 0 -77.6213 -96.0853 -175.85 + 18 157.161 508 0 1 -78.4033 -92.9182 -204.45 + 18 116.518 436 0 0 -78.4849 -92.7855 -205.85 + 18 2.39941 437 0 0 -78.5079 -92.75 -206.233 + 18 35.7671 387 5 0 -76.8827 -102.55 -56.1885 + 18 54.8958 417 0 0 -75.8218 -96.6054 -205.85 + 18 142.381 514 0 0 -71.4514 -77.1485 -206.25 + 18 77.9577 379 7 0 -77.3197 -104.35 3.97841 + 18 321.848 380 7 0 -77.3148 -104.15 3.98072 + 18 101.714 513 9 1 -77.2515 -105.107 65.549 + 18 137.548 516 8 1 -76.8393 -104.744 35.55 + 18 104.811 377 8 0 -76.809 -104.581 34.1496 + 18 34.3171 378 8 0 -76.804 -104.55 33.8844 + 18 157.897 504 7 1 -79.225 -101.725 5.55 + 18 63.1279 505 7 1 -79.05 -101.771 5.25478 + 18 145.401 390 7 0 -78.3642 -101.956 4.15 + 18 7.14353 614 6 1 -57.0693 -108.752 -24.45 + 18 182.051 615 6 1 -57.0499 -108.743 -24.4723 + 18 80.6677 616 6 1 -56.85 -108.652 -24.6953 + 18 34.6128 359 6 0 -55.6945 -108.181 -25.85 + 18 127.399 360 6 0 -55.6174 -108.15 -25.9274 + 18 101.907 759 5 1 -28.0935 -97.7492 -54.45 + 18 54.5941 412 5 0 -28.1074 -97.5774 -55.8501 + 18 69.0008 413 5 0 -28.116 -97.55 -56.0534 + 18 105.115 753 4 1 -29.3569 -91.7698 -84.45 + 18 8.26377 752 4 1 -29.45 -91.6854 -84.8181 + 18 132.142 443 4 0 -29.7667 -91.4366 -85.85 + 18 15.4313 444 4 0 -29.8597 -91.3498 -86.1942 + 18 0.50378 703 3 1 -39.4487 -83.3475 -114.45 + 18 60.9729 702 3 1 -39.4503 -83.3474 -114.451 + 18 63.0618 701 3 1 -39.65 -83.3356 -114.536 + 18 75.0735 700 3 1 -39.85 -83.3174 -114.641 + 18 63.2942 699 3 1 -40.05 -83.2793 -114.763 + 18 112.884 485 3 0 -41.7271 -82.9317 -115.85 + 18 141.755 486 3 0 -42.064 -82.85 -116.028 + 18 78.5238 594 3 0 -59.4748 -61.1726 -116.25 + 18 102.345 595 3 0 -59.2456 -61.05 -116.03 + 18 40.4963 610 3 1 -57.8645 -60.3133 -114.85 + 18 159.796 611 3 1 -57.85 -60.3059 -114.838 + 18 146.471 612 3 1 -57.6496 -60.166 -114.612 + 18 13.6647 212 5 0 -36.0494 -137.726 -56.25 + 18 150.573 211 5 0 -36.0527 -137.75 -56.2026 + 18 116.405 717 5 1 -36.6192 -137.293 -54.8499 + 18 224.906 716 5 1 -36.6501 -137.27 -54.7712 + 18 376.837 515 6 1 -76.8738 -107.49 -24.45 + 18 60.6711 516 6 1 -76.85 -107.414 -24.6572 + 18 120.282 366 6 0 -76.5828 -106.911 -25.85 + 18 8.18837 367 6 0 -76.4792 -106.75 -26.216 + 18 68.8219 563 5 1 -67.4278 -94.13 -54.4504 + 18 40.3074 562 5 1 -67.45 -94.0845 -54.7144 + 18 144.407 431 5 0 -67.5572 -93.8024 -55.8504 + 18 27.5299 432 5 0 -67.5872 -93.75 -56.1422 + 18 41.8647 553 4 1 -69.3286 -90.4253 -84.45 + 18 100.791 554 4 1 -69.25 -90.3861 -84.5936 + 18 144.109 450 4 0 -68.582 -90.0442 -85.8501 + 18 79.2808 613 3 1 -57.45 -85.6141 -114.768 + 18 356.035 472 3 0 -55.4013 -85.5097 -115.85 + 18 57.1561 839 2 1 -12.2043 -85.0746 -144.45 + 18 74.246 840 2 1 -12.05 -85.0643 -144.606 + 18 9.25984 841 2 1 -11.85 -85.0479 -144.812 + 18 197.71 475 2 0 -10.9474 -85.0252 -145.85 + 18 31.6973 955 1 1 11.1827 -85.6844 -174.45 + 18 117.823 956 1 1 11.2505 -85.699 -174.546 + 18 137.723 469 1 0 11.9741 -86.0594 -175.85 + 18 66.9876 1107 0 1 41.5947 -96.7914 -204.45 + 18 88.7533 1106 0 1 41.4496 -97.0313 -204.47 + 18 84.7086 1105 0 1 41.2498 -97.3226 -204.526 + 18 90.3365 1104 0 1 41.05 -97.5509 -204.605 + 18 52.6298 1103 0 1 40.8499 -97.7716 -204.744 + 18 137.965 406 0 0 39.567 -98.7762 -205.85 + 18 97.5478 405 0 0 39.1736 -98.9501 -206.12 + 18 49.5615 181 0 0 2.55481 -143.824 -206.25 + 18 79.3838 180 0 0 2.48331 -143.95 -206.189 + 18 98.7488 179 0 0 2.37553 -144.15 -206.088 + 18 54.6186 178 0 0 2.27317 -144.351 -205.996 + 18 74.7744 177 0 0 2.22775 -144.55 -205.944 + 18 25.599 176 0 0 2.18988 -144.75 -205.892 + 18 224.465 909 0 1 2.03458 -146.809 -204.85 + 18 161.941 468 3 0 -56.0771 -86.4286 -115.85 + 18 186.341 467 3 0 -56.0383 -86.45 -115.874 + 18 111.9 363 6 0 -77.0938 -107.383 -25.8503 + 18 186.298 489 5 1 -82.0949 -104.996 -54.4502 + 18 95.013 377 5 0 -82.3172 -104.633 -55.8501 + 18 14.327 378 5 0 -82.384 -104.55 -56.1765 + 18 137.215 461 4 1 -87.6877 -97.6884 -84.45 + 18 7.29714 460 4 1 -87.85 -97.554 -84.8302 + 18 5.51656 414 4 0 -88.2442 -97.1568 -85.85 + 18 142.347 415 4 0 -88.251 -97.15 -85.8675 + 18 3.13801 403 3 1 -99.546 -86.2396 -114.45 + 18 111.708 402 3 1 -99.5502 -86.2356 -114.461 + 18 69.6583 471 3 0 -100.061 -85.7286 -115.85 + 18 90.2119 346 2 1 -110.769 -74.8862 -144.45 + 18 16.2399 345 2 1 -110.95 -74.9036 -144.773 + 18 114.405 525 2 0 -111.549 -74.9536 -145.85 + 18 28.232 259 1 1 -128.265 -76.5186 -174.45 + 18 75.8478 258 1 1 -128.35 -76.5261 -174.533 + 18 45.3001 257 1 1 -128.55 -76.5326 -174.732 + 18 87.7353 517 1 0 -129.717 -76.619 -175.85 + 18 61.9953 516 1 0 -129.952 -76.65 -176.083 + 18 91.5264 102 0 1 -159.552 -80.0316 -204.45 + 18 47.3699 101 0 1 -159.75 -80.0372 -204.705 + 18 134.713 500 0 0 -160.626 -80.0313 -205.85 +Number of digits in this event: 81 +Using G4ParticleGun... +Particle energy: 8.54403 LIN Particle: e- Event: 19 -Number of tracker hits in this event: 64 - 19 214.535 470 9 1 -85.9969 -99.2287 65.55 - 19 144.198 404 9 0 -86.0014 -99.2302 64.15 - 19 138.105 469 8 1 -86.1131 -99.2614 35.55 - 19 78.113 404 8 0 -86.1199 -99.2642 34.15 - 19 105.209 469 7 1 -86.2469 -99.32 5.55 - 19 367.355 404 7 0 -86.2452 -99.3261 4.15 - 19 256.301 469 6 1 -86.2238 -99.4471 -24.45 - 19 102.836 403 6 0 -86.2159 -99.4581 -25.85 - 19 136.607 470 5 1 -86.0446 -99.6905 -54.45 - 19 115.195 402 5 0 -86.0355 -99.6999 -55.85 - 19 161.058 471 4 1 -85.8466 -99.8668 -84.45 - 19 103.158 401 4 0 -85.8338 -99.8592 -85.85 - 19 145.901 472 3 1 -85.608 -99.7243 -114.45 - 19 123.545 402 3 0 -85.5979 -99.7196 -115.85 - 19 165.828 473 2 1 -85.3682 -99.65 -144.45 - 19 180.652 402 2 0 -85.3597 -99.6414 -145.85 - 19 112.821 474 1 1 -85.1965 -99.4446 -174.45 - 19 210.396 403 1 0 -85.1935 -99.4376 -175.85 - 19 62.9151 474 0 1 -85.0514 -99.2725 -204.45 - 19 78.0466 475 0 1 -85.05 -99.273 -204.616 - 19 102.511 404 0 0 -85.0408 -99.2777 -205.85 - 19 124.345 206 4 0 11.9366 -138.879 -86.25 - 19 93.5213 402 1 0 -85.2294 -99.55 -176.09 - 19 14.2618 396 7 0 -81.8579 -100.937 3.75 - 19 124.106 395 7 0 -81.8489 -100.95 3.80353 - 19 156.911 394 7 0 -81.5007 -101.15 3.83116 - 19 54.5995 393 7 0 -81.2007 -101.35 4.03325 - 19 150.263 494 7 1 -81.2059 -101.623 5.15 - 19 156.22 495 7 1 -81.0499 -101.738 5.29492 - 19 263.398 470 7 1 -85.9959 -99.286 5.55 - 19 138.929 404 6 0 -86.1661 -99.3273 -25.85 - 19 164.169 469 5 1 -86.1155 -99.9364 -54.45 - 19 129.379 400 5 0 -86.086 -100.014 -55.85 - 19 127.619 473 4 1 -85.3685 -101.563 -84.45 - 19 120.19 392 4 0 -85.3359 -101.612 -85.85 - 19 222.522 476 3 1 -84.6595 -102.348 -114.45 - 19 87.8062 388 3 0 -84.6322 -102.415 -115.85 - 19 118.206 478 2 1 -84.2519 -103.79 -144.45 - 19 157.057 381 2 0 -84.2796 -103.902 -145.85 - 19 120.498 476 1 1 -84.7132 -106.338 -174.45 - 19 113.372 368 1 0 -84.7846 -106.476 -175.85 - 19 152.548 468 0 1 -86.299 -109.027 -204.45 - 19 52.1506 355 0 0 -86.3863 -109.138 -205.85 - 19 125.022 354 0 0 -86.396 -109.15 -206.002 - 19 90.4638 415 1 0 -113.052 -96.9859 -176.25 - 19 202.51 401 5 0 -86.1091 -99.9498 -56.0738 - 19 265.568 472 5 1 -85.6293 -99.9934 -54.8496 - 19 44.7131 473 5 1 -85.45 -99.9643 -54.6125 - 19 123.568 468 6 1 -86.3471 -99.5416 -24.4501 - 19 116.742 402 6 0 -86.4827 -99.6208 -25.85 - 19 3.65996 451 5 1 -89.8474 -101.113 -54.4503 - 19 226.347 450 5 1 -89.85 -101.114 -54.4697 - 19 25.0506 394 5 0 -90.0343 -101.267 -55.8502 - 19 33.8568 429 4 1 -94.329 -104.65 -84.45 - 19 76.7974 428 4 1 -94.35 -104.667 -84.5927 - 19 237.283 376 4 0 -94.5398 -104.819 -85.85 - 19 142.64 406 3 1 -98.7992 -107.766 -114.45 - 19 280.638 361 3 0 -98.9036 -107.78 -115.85 - 19 130.834 396 2 1 -100.817 -108.249 -144.45 - 19 113.564 359 2 0 -100.962 -108.206 -145.85 - 19 98.1442 381 1 1 -103.807 -106.884 -174.45 - 19 140.829 367 1 0 -103.94 -106.729 -175.85 - 19 168.893 366 0 1 -106.873 -103.655 -204.45 - 19 116.653 383 0 0 -107.109 -103.454 -205.85 -Number of digits in this event: 40 +Number of tracker hits in this event: 86 + 19 130.685 271 9 1 -125.786 -39.1713 65.55 + 19 110.782 704 9 0 -125.786 -39.1719 64.15 + 19 422.818 271 8 1 -125.783 -39.1856 35.55 + 19 485.203 704 8 0 -125.782 -39.1862 34.15 + 19 101.85 271 7 1 -125.764 -39.2006 5.55 + 19 216.009 704 7 0 -125.762 -39.2016 4.15 + 19 283.3 272 6 1 -125.714 -39.2208 -24.45 + 19 136.708 704 6 0 -125.713 -39.2218 -25.85 + 19 110.867 272 5 1 -125.692 -39.24 -54.45 + 19 101.241 704 5 0 -125.691 -39.2412 -55.85 + 19 118.949 272 4 1 -125.657 -39.2636 -84.45 + 19 184.391 703 4 0 -125.656 -39.263 -85.85 + 19 563.939 272 3 1 -125.624 -39.2539 -114.45 + 19 208.681 703 3 0 -125.621 -39.2554 -115.85 + 19 123.522 272 2 1 -125.581 -39.279 -144.45 + 19 199.768 703 2 0 -125.578 -39.2767 -145.85 + 19 248.061 273 1 1 -125.492 -39.2273 -174.45 + 19 191.4 704 1 0 -125.479 -39.2207 -175.85 + 19 171.147 274 0 1 -125.248 -39.0837 -204.45 + 19 464.334 704 0 0 -125.241 -39.0795 -205.85 + 19 6.66206 475 0 1 -85.05 -46.5045 -204.502 + 19 27.4641 350 5 0 117.456 -109.952 -56.25 + 19 0.397823 349 5 0 117.974 -110.15 -55.8512 + 19 25.5511 1493 5 1 118.911 -111.124 -54.85 + 19 296.315 1494 5 1 118.95 -111.161 -54.7801 + 19 158.549 1495 5 1 119.15 -111.946 -54.5108 + 19 51.6316 1496 5 1 119.35 -112.049 -54.7425 + 19 225.41 339 5 0 120.993 -112.189 -55.85 + 19 30.7651 340 5 0 121.707 -112.15 -55.8862 + 19 1.90309 1515 5 1 123.344 -114.062 -54.85 + 19 154.927 1516 5 1 123.35 -114.07 -54.8456 + 19 81.0971 1517 5 1 123.55 -114.477 -54.769 + 19 208.703 329 5 0 124.984 -114.332 -55.8503 + 19 76.7925 704 3 0 -125.863 -39.2476 -115.851 + 19 139.27 251 2 1 -129.757 -40.2833 -144.45 + 19 118.843 698 2 0 -129.744 -40.3907 -145.85 + 19 107.359 257 1 1 -128.654 -43.2055 -174.45 + 19 119.98 683 1 0 -128.713 -43.3785 -175.85 + 19 108.728 252 0 1 -129.704 -47.0957 -204.45 + 19 124.967 662 0 0 -129.74 -47.462 -205.85 + 19 69.7453 697 3 0 -125.361 -40.49 -115.85 + 19 91.5181 696 3 0 -125.316 -40.65 -116.033 + 19 312.551 310 2 1 -118.007 -47.4514 -144.45 + 19 248.511 660 2 0 -118.731 -47.8531 -145.85 + 19 39.0654 705 8 0 -125.392 -39.05 33.7998 + 19 129.02 1022 8 0 -59.1801 24.5705 33.7501 + 19 115.321 1023 8 0 -59.1431 24.65 33.8748 + 19 221.705 607 8 1 -58.5473 25.5023 35.15 + 19 177.893 606 8 1 -58.6502 25.5952 35.4714 + 19 6.33075 605 8 1 -58.85 25.5419 35.3378 + 19 259.099 1031 8 0 -57.556 26.4352 34.15 + 19 1.05783 1032 8 0 -57.4964 26.45 34.1282 + 19 48.8974 84 2 1 -163.178 12.444 -144.85 + 19 210.728 273 7 1 -125.502 -38.6043 5.55 + 19 194.15 707 7 0 -125.494 -38.5971 4.15 + 19 130.802 273 6 1 -125.513 -38.3513 -24.45 + 19 106.946 708 6 0 -125.528 -38.3124 -25.85 + 19 137.955 271 5 1 -125.862 -37.5494 -54.45 + 19 429.028 712 5 0 -125.896 -37.5087 -55.85 + 19 203.395 268 4 1 -126.511 -36.6866 -84.45 + 19 127.256 717 4 0 -126.536 -36.6425 -85.85 + 19 125.557 265 3 1 -127.05 -35.769 -114.45 + 19 158.695 721 3 0 -127.06 -35.7238 -115.85 + 19 142.549 264 2 1 -127.233 -34.8878 -144.45 + 19 103.613 725 2 0 -127.251 -34.8617 -145.85 + 19 117.686 262 1 1 -127.598 -34.2501 -174.45 + 19 182.254 729 1 0 -127.562 -34.2383 -175.85 + 19 106.174 266 0 1 -126.797 -34.0125 -204.45 + 19 121.081 730 0 0 -126.73 -33.9565 -205.85 + 19 56.9135 713 5 0 -126.181 -37.4499 -55.8952 + 19 303.698 272 8 1 -125.661 -39.1991 35.55 + 19 111.115 272 7 1 -125.69 -39.5956 5.55 + 19 121.615 702 7 0 -125.686 -39.617 4.15 + 19 169.055 699 6 0 -125.594 -40.0605 -25.85 + 19 108.72 273 5 1 -125.539 -40.4759 -54.45 + 19 120.855 697 5 0 -125.538 -40.4914 -55.85 + 19 116.643 273 4 1 -125.524 -40.8377 -84.45 + 19 39.3336 696 4 0 -125.518 -40.8491 -85.85 + 19 88.3867 695 4 0 -125.518 -40.85 -85.9541 + 19 125.499 274 3 1 -125.336 -41.0425 -114.45 + 19 132.314 695 3 0 -125.332 -41.0391 -115.85 + 19 125.477 274 2 1 -125.302 -40.9685 -144.45 + 19 153.736 695 2 0 -125.308 -40.9487 -145.85 + 19 127.821 697 1 0 -125.452 -40.4768 -175.85 + 19 102.089 273 0 1 -125.464 -39.6721 -204.45 + 19 150.694 702 0 0 -125.53 -39.5336 -205.85 +Number of digits in this event: 54 Using G4ParticleGun... -Particle energy: 7.15141 LIN +Particle energy: 5.22506 LIN Particle: e- Event: 20 -Number of tracker hits in this event: 6 - 20 50.2136 1023 0 0 -129.244 24.65 -206.002 - 20 43.5116 657 0 0 -78.8789 -48.4795 -206.25 - 20 111.577 850 8 0 -99.7304 -10.0446 33.75 - 20 31.9925 451 3 0 102.924 -89.7621 -116.25 - 20 413.762 1420 3 1 104.196 -89.5031 -114.85 - 20 38.6069 1419 3 1 104.15 -89.8653 -114.597 -Number of digits in this event: 4 +Number of tracker hits in this event: 45 + 20 123.575 803 10 1 -19.4444 -107.708 95.55 + 20 105.252 362 10 0 -19.4444 -107.709 94.15 + 20 120.64 803 9 1 -19.4383 -107.723 65.55 + 20 94.2382 362 9 0 -19.4383 -107.725 64.15 + 20 143.048 803 8 1 -19.4396 -107.756 35.55 + 20 104.408 361 8 0 -19.4397 -107.759 34.15 + 20 124.101 803 7 1 -19.4388 -107.818 5.55 + 20 122.733 361 7 0 -19.4386 -107.821 4.15 + 20 137.749 803 6 1 -19.4337 -107.889 -24.45 + 20 174.42 361 6 0 -19.4331 -107.891 -25.85 + 20 103.161 803 5 1 -19.4159 -107.916 -54.45 + 20 122.179 361 5 0 -19.4124 -107.917 -55.85 + 20 120.995 803 4 1 -19.3434 -107.923 -84.45 + 20 147.521 361 4 0 -19.3425 -107.922 -85.85 + 20 128.395 803 3 1 -19.3157 -107.912 -114.45 + 20 121.744 361 3 0 -19.3118 -107.912 -115.85 + 20 118.344 804 2 1 -19.2401 -107.904 -144.45 + 20 146.883 361 2 0 -19.2416 -107.909 -145.85 + 20 114.011 803 1 1 -19.2924 -107.96 -174.45 + 20 418.265 360 1 0 -19.2948 -107.96 -175.85 + 20 113.835 803 0 1 -19.3438 -107.957 -204.45 + 20 278.83 360 0 0 -19.3398 -107.953 -205.85 + 20 274.054 804 1 1 -19.1 -108.058 -174.45 + 20 130.269 808 0 1 -18.4343 -108.58 -204.45 + 20 113.127 358 0 0 -18.3753 -108.507 -205.85 + 20 124.428 805 0 1 -19.0315 -108.089 -204.45 + 20 69.3524 896 0 1 -0.85 -106.885 -204.59 + 20 189.561 328 0 0 -46.9542 -114.411 -206.25 + 20 90.5756 327 0 0 -47.4857 -114.55 -205.994 + 20 104.36 326 0 0 -47.7076 -114.75 -205.969 + 20 11.6647 325 0 0 -47.7932 -114.95 -205.872 + 20 14.6932 658 0 1 -48.4278 -116.614 -204.85 + 20 459.55 657 0 1 -48.4501 -116.667 -204.818 + 20 44.0256 656 0 1 -48.65 -117.97 -204.817 + 20 41.5354 294 0 0 -48.8834 -121.158 -205.85 + 20 59.2993 293 0 0 -48.8893 -121.35 -205.904 + 20 66.3761 292 0 0 -48.8843 -121.55 -205.996 + 20 64.6139 291 0 0 -48.883 -121.75 -206.071 + 20 39.8139 290 0 0 -48.8664 -121.95 -206.184 + 20 25.8906 141 7 1 -151.836 106.649 5.54983 + 20 59.9167 142 7 1 -151.75 106.701 5.53705 + 20 119.707 143 7 1 -151.55 106.754 5.5419 + 20 110.285 1432 7 0 -151.446 106.738 4.15 + 20 13.4404 1433 7 0 -151.44 106.75 4.05972 + 20 11.1174 205 4 0 -122.154 -138.95 -85.922 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 9.44169 LIN +Particle energy: 2.769 LIN Particle: e- Event: 21 -Number of tracker hits in this event: 53 - 21 113.545 1277 10 0 -88.885 75.4905 94.15 - 21 173.328 455 9 1 -88.887 75.4948 65.55 - 21 114.092 1277 9 0 -88.8868 75.4948 64.15 - 21 201.372 455 8 1 -88.8808 75.4953 35.55 - 21 107.455 1277 8 0 -88.8814 75.4959 34.15 - 21 136.545 455 7 1 -88.89 75.5103 5.55 - 21 144.851 1277 7 0 -88.8914 75.5109 4.15 - 21 123.604 455 6 1 -88.9185 75.5265 -24.45 - 21 114.776 1277 6 0 -88.92 75.5268 -25.85 - 21 116.311 455 5 1 -88.9479 75.5292 -54.45 - 21 118.351 1277 5 0 -88.9489 75.5285 -55.85 - 21 107.566 455 4 1 -88.9718 75.5144 -84.45 - 21 219.441 1277 4 0 -88.9736 75.5127 -85.85 - 21 358.385 455 3 1 -89.0056 75.4745 -114.45 - 21 239.085 1277 3 0 -89.0085 75.4724 -115.85 - 21 177.927 454 2 1 -89.0665 75.4252 -144.45 - 21 107.944 1276 2 0 -89.0698 75.4233 -145.85 - 21 177.863 454 1 1 -89.1343 75.3878 -174.45 - 21 135.428 1276 1 0 -89.1375 75.3843 -175.85 - 21 342.453 454 0 1 -89.2031 75.3132 -204.45 - 21 414.058 1276 0 0 -89.2057 75.31 -205.85 - 21 26.2117 457 3 1 -88.6428 15.1447 -114.45 - 21 250.554 1310 0 0 -105.555 82.1378 -206.25 - 21 179.833 1437 4 1 107.566 51.0578 -84.85 - 21 92.6304 1005 5 1 21.1738 29.3382 -54.85 - 21 94.9249 1006 5 1 21.25 29.3161 -54.7549 - 21 109.589 1276 3 0 -88.9345 75.3645 -115.85 - 21 45.2483 445 2 1 -91.0466 72.5654 -144.45 - 21 77.9624 444 2 1 -91.15 72.5101 -144.555 - 21 45.129 443 2 1 -91.35 72.4035 -144.752 - 21 201.97 1258 2 0 -92.4819 71.7871 -145.85 - 21 145.56 1257 2 0 -92.7426 71.65 -146.101 - 21 15.1561 277 1 1 -124.717 54.7885 -174.45 - 21 92.7579 276 1 1 -124.75 54.7764 -174.479 - 21 99.8825 275 1 1 -124.95 54.7018 -174.661 - 21 2.6465 274 1 1 -125.15 54.6261 -174.843 - 21 221.018 1170 1 0 -126.269 54.1908 -175.85 - 21 26.9435 1169 1 0 -126.645 54.05 -176.176 - 21 390.974 104 0 1 -159.305 41.4933 -204.45 - 21 66.6149 103 0 1 -159.351 41.4787 -204.486 - 21 197.413 102 0 1 -159.55 41.4127 -204.643 - 21 24.616 101 0 1 -159.75 41.3478 -204.801 - 21 279.623 1104 0 0 -161.099 40.9445 -205.85 - 21 92.7342 1103 0 0 -161.402 40.85 -206.089 - 21 100.117 456 3 1 -88.85 75.454 -114.834 - 21 122.796 460 2 1 -88.0164 75.8045 -144.45 - 21 296.039 1278 2 0 -87.9821 75.7158 -145.85 - 21 104.97 463 1 1 -87.3432 74.3303 -174.45 - 21 112.248 1271 1 0 -87.5455 74.326 -175.85 - 21 121.084 445 0 1 -91.0357 75.479 -204.45 - 21 9.67305 1278 0 0 -91.2684 75.8404 -205.85 - 21 119.023 1279 0 0 -91.2745 75.85 -205.887 - 21 72.4067 1273 3 0 -89.106 74.7585 -115.85 -Number of digits in this event: 27 +Number of tracker hits in this event: 94 + 21 122.478 1592 8 1 138.653 22.2157 35.55 + 21 118.408 1010 8 0 138.653 22.2133 34.15 + 21 150.427 1592 7 1 138.651 22.166 5.55 + 21 117.76 1010 7 0 138.652 22.1619 4.15 + 21 342.614 1592 6 1 138.668 22.0723 -24.45 + 21 105.292 1010 6 0 138.669 22.0642 -25.85 + 21 353.52 1592 5 1 138.704 21.8931 -54.45 + 21 144.8 1009 5 0 138.706 21.8836 -55.85 + 21 240.939 1592 4 1 138.73 21.6908 -84.45 + 21 126.87 1008 4 0 138.729 21.6784 -85.85 + 21 159.244 1592 3 1 138.733 21.4279 -114.45 + 21 118.572 1006 3 0 138.735 21.4157 -115.85 + 21 122.579 1593 2 1 138.775 21.1856 -144.45 + 21 122.294 1005 2 0 138.777 21.1749 -145.85 + 21 112.869 1593 1 1 138.807 20.9636 -174.45 + 21 115.499 1004 1 0 138.811 20.9527 -175.85 + 21 123.268 1593 0 1 138.885 20.7399 -204.45 + 21 133.247 1003 0 0 138.886 20.7339 -205.85 + 21 25.8246 89 5 0 10.7728 -162.35 -56.0296 + 21 49.5299 88 5 0 10.7356 -162.35 -55.9516 + 21 36.1801 1395 0 0 84.7428 99.1662 -206.25 + 21 193.21 1322 0 1 84.537 98.7286 -204.85 + 21 71.3333 1321 0 1 84.45 98.6054 -204.752 + 21 8.93772 1003 5 0 138.371 20.7302 -55.85 + 21 9.96341 1582 5 1 136.627 18.9717 -54.85 + 21 49.7531 997 5 0 136.78 19.4732 -55.8501 + 21 177.81 1007 6 0 138.726 21.6417 -25.8502 + 21 13.9192 1589 5 1 137.962 5.94913 -54.4503 + 21 131.603 1588 5 1 137.95 5.94983 -54.4896 + 21 125.1 929 5 0 137.555 5.95225 -55.8501 + 21 111.921 1546 4 1 129.54 5.00808 -84.4501 + 21 69.1185 1545 4 1 129.35 5.17439 -84.6883 + 21 2.48196 930 4 0 128.325 6.24231 -85.85 + 21 131.938 931 4 0 128.318 6.25 -85.8583 + 21 75.9364 932 4 0 128.085 6.45 -86.0914 + 21 12.7371 1406 3 1 101.502 32.3761 -114.45 + 21 70.6979 1407 3 1 101.55 32.3793 -114.473 + 21 163.046 1408 3 1 101.75 32.4531 -114.557 + 21 201.789 1409 3 1 101.95 32.4855 -114.653 + 21 92.3074 1410 3 1 102.15 32.4962 -114.741 + 21 305.654 1062 3 0 104.643 32.6253 -115.85 + 21 47.1145 1063 3 0 104.766 32.65 -115.888 + 21 101.272 1061 3 0 105.701 32.45 -116.167 + 21 55.0049 1060 3 0 105.973 32.25 -116.151 + 21 41.6964 1059 3 0 106.084 32.05 -116.181 + 21 381.514 745 3 0 163.266 -30.8915 -116.25 + 21 28.0269 744 3 0 163.42 -31.05 -115.924 + 21 19.3867 1719 3 1 164.127 -31.6569 -114.85 + 21 76.7934 1720 3 1 164.15 -31.6809 -114.816 + 21 113.191 1721 3 1 164.35 -31.746 -114.771 + 21 215.928 1722 3 1 164.55 -31.7525 -114.661 + 21 144.601 1541 2 0 -66.4821 128.46 -146.25 + 21 75.6957 1069 3 0 99.0795 33.9169 -115.85 + 21 98.0354 1070 3 0 98.9093 34.05 -115.95 + 21 55.8037 1071 3 0 98.7103 34.25 -115.986 + 21 51.9094 1394 3 1 99.0751 34.9173 -114.85 + 21 121.644 1395 3 1 99.1501 35.0331 -114.705 + 21 160.167 1011 6 0 138.653 22.2637 -25.8501 + 21 155.095 1593 5 1 138.777 22.9915 -54.45 + 21 131.825 1014 5 0 138.77 22.9556 -55.851 + 21 244.059 1594 4 1 139.117 23.1661 -84.45 + 21 109.103 1016 4 0 139.182 23.2833 -85.85 + 21 150.255 1601 3 1 140.424 26.3471 -114.45 + 21 194.632 1032 3 0 140.409 26.5505 -115.85 + 21 202.577 1599 2 1 140.025 30.4195 -144.45 + 21 109.811 1052 2 0 139.902 30.5889 -145.85 + 21 93.4798 1587 1 1 137.737 33.8769 -174.45 + 21 58.3419 1068 1 0 137.784 33.6933 -175.85 + 21 55.438 1067 1 0 137.79 33.65 -176.093 + 21 39.3462 1590 0 1 138.167 27.9117 -204.45 + 21 156.504 1589 0 1 138.15 27.8082 -204.546 + 21 30.5559 1030 0 0 137.954 26.1494 -205.85 + 21 127.156 1029 0 0 137.944 26.05 -205.927 + 21 71.9523 1028 0 0 137.914 25.8497 -206.087 + 21 68.07 1593 4 1 138.95 23.1507 -84.5299 + 21 23.6853 1591 4 1 138.55 23.2505 -84.8364 + 21 9.24034 981 4 0 129.37 16.4071 -85.85 + 21 40.3439 1490 4 1 118.237 8.0543 -84.85 + 21 101.488 1489 4 1 118.15 7.9634 -84.8025 + 21 200.146 1488 4 1 117.95 7.76602 -84.7772 + 21 427.466 1487 4 1 117.75 7.84343 -84.5965 + 21 0.518813 1013 5 0 138.337 22.6505 -55.851 + 21 122.733 1012 5 0 138.336 22.65 -55.8534 + 21 203.515 1011 5 0 138.233 22.4499 -56.1912 + 21 109.974 872 5 0 105.153 -5.51193 -56.25 + 21 143.582 871 5 0 104.949 -5.65 -56.0586 + 21 27.1383 1418 5 1 103.793 -4.87393 -54.85 + 21 192.267 1417 5 1 103.75 -4.8453 -54.8065 + 21 86.3413 1416 5 1 103.55 -4.7672 -54.7423 + 21 202.366 874 5 0 103.775 -5.18848 -55.85 + 21 50.0724 873 5 0 103.72 -5.25 -55.9349 + 21 4.88518 1010 5 0 138.163 22.25 -56.2475 + 21 69.017 243 5 0 154.086 -131.352 -56.25 + 21 92.9841 309 5 0 104.687 -118.244 -56.25 +Number of digits in this event: 42 Using G4ParticleGun... -Particle energy: 7.69159 LIN +Particle energy: 6.16051 LIN Particle: e- Event: 22 -Number of tracker hits in this event: 57 - 22 129.531 1126 10 1 45.392 -74.9162 95.55 - 22 147.759 525 10 0 45.3905 -74.9165 94.15 - 22 107.289 1126 9 1 45.3585 -74.9231 65.55 - 22 148.892 525 9 0 45.3574 -74.9238 64.15 - 22 117.644 1126 8 1 45.3336 -74.9317 35.55 - 22 106.567 525 8 0 45.3333 -74.9304 34.15 - 22 321.515 1126 7 1 45.3226 -74.9064 5.55 - 22 277.242 525 7 0 45.3239 -74.9058 4.15 - 22 107.608 1126 6 1 45.3478 -74.8959 -24.45 - 22 123.03 525 6 0 45.3489 -74.8961 -25.85 - 22 132.204 1126 5 1 45.3734 -74.9018 -54.45 - 22 177.287 525 5 0 45.3744 -74.903 -55.85 - 22 176.964 1126 4 1 45.4006 -74.9293 -84.45 - 22 99.0268 525 4 0 45.4023 -74.9307 -85.85 - 22 112.371 1126 3 1 45.4388 -74.9604 -114.45 - 22 164.732 525 3 0 45.4412 -74.9609 -115.85 - 22 204.923 1127 2 1 45.4935 -74.9746 -144.45 - 22 267.823 525 2 0 45.4953 -74.9764 -145.85 - 22 210.041 1127 1 1 45.5382 -75.0136 -174.45 - 22 310.711 525 1 0 45.5401 -75.0159 -175.85 - 22 247.966 1127 0 1 45.5783 -75.0667 -204.45 - 22 139.995 524 0 0 45.5815 -75.0687 -205.85 - 22 149.242 1059 3 0 50.8567 31.85 -115.959 - 22 277.819 527 6 0 167.537 -74.5787 -26.25 - 22 1.4816 1738 6 1 167.93 -74.465 -24.8498 - 22 369.819 531 6 0 168.098 -73.763 -25.8505 - 22 302.917 532 6 0 168.226 -73.65 -25.9717 - 22 44.9888 1358 0 1 91.75 -54.6628 -204.706 - 22 98.697 1359 0 1 91.9503 -54.5986 -204.473 - 22 51.4912 5 1 0 3.85212 -178.95 -176.225 - 22 109.693 1127 4 1 45.45 -74.951 -84.8006 - 22 10.9588 526 7 0 45.3566 -74.8499 4.09323 - 22 171.288 1126 2 1 45.3347 -74.8745 -144.45 - 22 122.227 526 0 0 45.5401 -74.7656 -205.85 - 22 27.7311 1015 0 1 23.25 -157.556 -204.828 - 22 291.861 1014 0 1 23.05 -157.949 -204.632 - 22 87.6442 1125 2 1 45.2493 -74.7817 -144.607 - 22 14.0698 1124 2 1 45.05 -74.688 -144.816 - 22 30.2013 527 2 0 44.1131 -74.4649 -145.85 - 22 111.914 528 2 0 44.0453 -74.45 -145.93 - 22 317.506 991 1 1 18.3834 -74.5785 -174.45 - 22 124.771 529 1 0 18.414 -74.2421 -175.85 - 22 78.4054 528 1 0 18.4291 -74.25 -175.905 - 22 63.7723 517 1 0 34.5127 -76.45 -176.078 - 22 81.9815 1127 7 1 45.45 -74.3226 5.30222 - 22 107.301 537 7 0 46.0392 -72.5984 4.14929 - 22 66.75 538 7 0 46.0934 -72.45 4.03098 - 22 61.4931 539 7 0 46.1324 -72.25 3.91875 - 22 49.269 540 7 0 46.1383 -72.05 3.82507 - 22 24.7523 1144 6 1 48.8509 -3.52959 -24.45 - 22 94.2946 1143 6 1 48.85 -3.60829 -24.5274 - 22 105.156 879 6 0 48.9789 -4.0629 -25.85 - 22 22.3705 878 6 0 49.0113 -4.25005 -26.2036 - 22 115.56 1124 0 1 45.0469 -74.9418 -204.45 - 22 242.304 525 0 0 45.0467 -74.9525 -205.85 - 22 130.696 1125 0 1 45.0515 -74.9517 -204.45 - 22 116.566 523 0 0 45.7272 -75.2583 -205.85 -Number of digits in this event: 29 +Number of tracker hits in this event: 23 + 22 197.748 491 9 1 -81.8241 -105.566 65.55 + 22 113.126 372 9 0 -81.8251 -105.565 64.15 + 22 184.037 491 8 1 -81.8371 -105.551 35.55 + 22 126.097 373 8 0 -81.8277 -105.548 34.15 + 22 33.3201 491 7 1 -81.651 -105.459 5.55 + 22 81.1015 492 7 1 -81.65 -105.459 5.469 + 22 104.191 373 7 0 -81.6343 -105.45 4.15 + 22 104.98 493 6 1 -81.2728 -105.226 -24.45 + 22 104.345 374 6 0 -81.2766 -105.218 -25.85 + 22 118.797 493 5 1 -81.3781 -105.093 -54.45 + 22 125.041 375 5 0 -81.3825 -105.082 -55.85 + 22 124.745 492 4 1 -81.5001 -104.833 -84.45 + 22 102.919 376 4 0 -81.4976 -104.839 -85.85 + 22 162.294 493 3 1 -81.4088 -104.947 -114.45 + 22 149.582 376 3 0 -81.3999 -104.949 -115.85 + 22 167.562 494 2 1 -81.2172 -105.036 -144.45 + 22 228.11 375 2 0 -81.2098 -105.04 -145.85 + 22 152.712 495 1 1 -80.9953 -105.191 -174.45 + 22 169.881 374 1 0 -80.9715 -105.194 -175.85 + 22 116.492 497 0 1 -80.4789 -105.215 -204.45 + 22 138.518 374 0 0 -80.4536 -105.226 -205.85 + 22 47.6471 203 2 0 -143.725 -139.35 -146.17 + 22 53.2572 204 2 0 -143.769 -139.35 -146.093 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 5.11468 LIN +Particle energy: 5.33835 LIN Particle: e- Event: 23 -Number of tracker hits in this event: 44 - 23 111.724 1206 10 1 61.298 -98.0438 95.55 - 23 102.391 410 10 0 61.298 -98.0435 94.15 - 23 124.689 1206 9 1 61.3043 -98.038 65.55 - 23 155.677 410 9 0 61.3048 -98.0364 64.15 - 23 140.917 1206 8 1 61.3131 -98.0059 35.55 - 23 180.221 410 8 0 61.3153 -98.0042 34.15 - 23 115.364 1206 7 1 61.3657 -97.963 5.55 - 23 93.1601 410 7 0 61.3702 -97.9598 4.15 - 23 242.72 1207 6 1 61.4601 -97.8848 -24.45 - 23 113.223 411 6 0 61.4645 -97.8815 -25.85 - 23 170.976 1207 5 1 61.5628 -97.8171 -54.45 - 23 134.014 411 5 0 61.5662 -97.814 -55.85 - 23 108.503 1207 4 1 61.6364 -97.753 -84.45 - 23 119.172 412 4 0 61.641 -97.7477 -85.85 - 23 115.44 1208 3 1 61.742 -97.6372 -114.45 - 23 97.9653 412 3 0 61.7468 -97.6327 -115.85 - 23 106.694 1208 2 1 61.8459 -97.5388 -144.45 - 23 116.668 413 2 0 61.8484 -97.5356 -145.85 - 23 108.801 1209 1 1 61.9027 -97.4703 -174.45 - 23 135.52 413 1 0 61.9076 -97.4665 -175.85 - 23 115.613 1209 0 1 62.0047 -97.3839 -204.45 - 23 185.319 413 0 0 62.0031 -97.3817 -205.85 - 23 48.4068 406 1 0 36.8902 -98.7537 -176.25 - 23 263.544 407 1 0 36.646 -98.75 -175.896 - 23 104.2 623 1 0 -13.126 -55.3691 -176.25 - 23 90.9275 467 0 0 41.9754 -86.5937 -206.25 - 23 90.3791 468 0 0 41.8388 -86.45 -206.057 - 23 111.455 469 0 0 41.763 -86.25 -205.969 - 23 92.0201 470 0 0 41.9391 -86.05 -206.1 - 23 267.692 471 0 0 42.0457 -85.85 -206.123 - 23 82.8515 1205 8 1 61.25 -98.1156 35.448 - 23 32.2769 408 8 0 60.6238 -98.4784 34.15 - 23 77.9167 407 8 0 60.5671 -98.5503 34.0327 - 23 20.3128 406 8 0 60.5214 -98.7501 33.8069 - 23 171.843 256 8 0 39.7304 -128.853 33.75 - 23 145.165 1097 8 1 39.5049 -129.151 35.15 - 23 109.719 1096 8 1 39.45 -129.187 35.3994 - 23 69.4462 1095 8 1 39.25 -129.32 35.4459 - 23 90.9265 1094 8 1 39.05 -129.314 35.3418 - 23 65.3085 1093 8 1 38.85 -129.266 35.2542 - 23 35.1089 1092 8 1 38.65 -129.202 35.1942 - 23 286.43 258 8 0 37.6517 -128.531 34.1498 - 23 102.864 259 8 0 37.5099 -128.35 34.0053 - 23 48.8669 441 8 0 9.92358 -91.8077 33.75 -Number of digits in this event: 16 +Number of tracker hits in this event: 32 + 23 124.425 1341 9 1 88.3291 86.386 65.55 + 23 105.408 1331 9 0 88.3317 86.3848 64.15 + 23 124.548 1341 8 1 88.3845 86.3602 35.55 + 23 112.302 1331 8 0 88.3874 86.3588 34.15 + 23 144.9 1341 7 1 88.4445 86.3273 5.55 + 23 109.142 1331 7 0 88.4475 86.3265 4.15 + 23 106.529 1342 6 1 88.5138 86.3159 -24.45 + 23 115.596 1331 6 0 88.5189 86.3143 -25.85 + 23 127.214 1342 5 1 88.6311 86.2817 -54.45 + 23 100.659 1331 5 0 88.6342 86.282 -55.85 + 23 315.654 1343 4 1 88.6944 86.2917 -84.45 + 23 109.22 1331 4 0 88.694 86.288 -85.85 + 23 136.715 1343 3 1 88.6705 86.1956 -114.45 + 23 129.028 1330 3 0 88.6708 86.189 -115.85 + 23 103.393 1343 2 1 88.6664 86.0482 -144.45 + 23 104.273 1329 2 0 88.6648 86.039 -145.85 + 23 140.821 1342 1 1 88.632 85.8308 -174.45 + 23 102.844 1328 1 0 88.6312 85.8233 -175.85 + 23 126.692 1342 0 1 88.6067 85.6469 -204.45 + 23 134.553 1327 0 0 88.6019 85.6414 -205.85 + 23 43.8859 1256 2 1 71.3648 129.352 -144.85 + 23 20.0076 1342 4 1 88.65 86.3804 -84.598 + 23 94.7915 1331 3 0 88.7337 86.2831 -115.85 + 23 231.428 1346 0 1 89.3788 86.3034 -204.45 + 23 68.1126 1335 0 0 89.2087 87.1359 -205.851 + 23 65.9666 1336 0 0 89.2194 87.25 -206.05 + 23 123.726 1331 0 0 89.188 86.3339 -205.85 + 23 357.17 1025 1 0 13.1571 25.1187 -176.25 + 23 204.178 1761 0 1 172.35 90.3925 -204.644 + 23 96.299 1542 1 0 91.9427 128.55 -176.106 + 23 4.38176 1354 1 1 91.0904 129.163 -174.85 + 23 214.296 1353 1 1 90.95 129.256 -174.661 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 8.11106 LIN +Particle energy: 1.67227 LIN Particle: e- Event: 24 -Number of tracker hits in this event: 77 - 24 162.212 249 9 1 -130.299 -8.60468 65.55 - 24 123.808 857 9 0 -130.298 -8.60423 64.15 - 24 251.951 249 8 1 -130.292 -8.59777 35.55 - 24 176.325 857 8 0 -130.293 -8.59781 34.15 - 24 155.979 249 7 1 -130.301 -8.60555 5.55 - 24 136.81 857 7 0 -130.302 -8.60626 4.15 - 24 104.013 249 6 1 -130.312 -8.62017 -24.45 - 24 157.529 857 6 0 -130.313 -8.62102 -25.85 - 24 110.035 249 5 1 -130.331 -8.63494 -54.45 - 24 331.421 857 5 0 -130.333 -8.63464 -55.85 - 24 101.817 248 4 1 -130.365 -8.62701 -84.45 - 24 411.93 857 4 0 -130.368 -8.62624 -85.85 - 24 541.568 248 3 1 -130.41 -8.60827 -114.45 - 24 155.423 857 3 0 -130.411 -8.60715 -115.85 - 24 228.282 248 2 1 -130.438 -8.58382 -144.45 - 24 115.226 857 2 0 -130.437 -8.5819 -145.85 - 24 714.032 248 1 1 -130.415 -8.5413 -174.45 - 24 97.5867 857 1 0 -130.413 -8.53844 -175.85 - 24 163.185 248 0 1 -130.37 -8.48038 -204.45 - 24 126.223 857 0 0 -130.367 -8.4802 -205.85 - 24 93.6411 249 0 1 -130.35 -8.39643 -204.547 - 24 84.7886 250 0 1 -130.15 -8.27211 -204.737 - 24 94.2137 862 0 0 -130.041 -7.50095 -205.85 - 24 147.806 863 0 0 -130.038 -7.45 -205.924 - 24 136.595 820 0 0 -125.467 -16.0053 -206.25 - 24 209.308 821 0 0 -125.555 -15.85 -206.133 - 24 118.864 822 0 0 -125.59 -15.6496 -206.079 - 24 36.9511 1046 0 0 -119.023 29.2909 -206.25 - 24 391.075 1045 0 0 -118.986 29.25 -206.169 - 24 169.873 247 1 1 -130.55 -8.49756 -174.473 - 24 61.6022 246 1 1 -130.75 -8.39569 -174.637 - 24 3.65502 860 1 0 -131.188 -7.85653 -175.85 - 24 99.1476 861 1 0 -131.194 -7.85 -175.866 - 24 11.9278 703 1 0 59.6244 -39.4403 -176.25 - 24 171.24 702 1 0 59.6627 -39.45 -176.241 - 24 53.6252 112 9 1 -157.588 70.3391 65.15 - 24 48.675 193 10 1 -141.49 56.5748 95.15 - 24 57.1475 1268 11 0 -130.455 73.7889 123.75 - 24 58.116 468 7 0 152.791 -86.3164 4.15 - 24 288.744 249 4 1 -130.314 -8.6169 -84.45 - 24 121.824 854 3 0 -130.489 -9.07234 -115.85 - 24 107.114 850 2 0 -130.424 -9.8586 -145.85 - 24 299.065 848 1 0 -130.662 -10.3683 -175.85 - 24 118.063 252 0 1 -129.712 -10.0935 -204.45 - 24 182.966 850 0 0 -129.625 -10.0001 -205.85 - 24 153.113 250 3 1 -130.003 -8.38894 -114.45 - 24 159.609 858 3 0 -130.008 -8.38031 -115.85 - 24 96.2576 250 2 1 -130.091 -8.31338 -144.45 - 24 144.242 858 2 0 -130.066 -8.31998 -145.85 - 24 115.356 253 1 1 -129.521 -8.44873 -174.45 - 24 182.855 858 1 0 -129.474 -8.4433 -175.85 - 24 113.95 257 0 1 -128.599 -8.36065 -204.45 - 24 105.708 858 0 0 -128.553 -8.3552 -205.85 - 24 192.574 247 2 1 -130.55 -8.64726 -144.456 - 24 152.199 246 2 1 -130.75 -9.20538 -144.669 - 24 161.893 245 2 1 -130.95 -9.67285 -144.751 - 24 15.6775 833 2 0 -131.791 -13.3866 -145.85 - 24 54.2189 832 2 0 -131.805 -13.45 -145.87 - 24 53.908 831 2 0 -131.851 -13.65 -145.945 - 24 50.1481 830 2 0 -131.9 -13.85 -146.02 - 24 59.9652 829 2 0 -131.94 -14.05 -146.11 - 24 39.102 828 2 0 -131.974 -14.25 -146.173 - 24 28.7989 219 1 1 -136.299 -54.4923 -174.45 - 24 124.253 218 1 1 -136.35 -54.55 -174.524 - 24 4.57133 217 1 1 -136.55 -54.8262 -174.839 - 24 116.372 620 1 0 -137.216 -55.8525 -175.85 - 24 73.0143 619 1 0 -137.359 -56.05 -176.06 - 24 3.81907 152 0 1 -149.561 -78.0479 -204.45 - 24 57.7436 153 0 1 -149.55 -78.0478 -204.455 - 24 196.895 154 0 1 -149.35 -78.0325 -204.56 - 24 65.3501 155 0 1 -149.15 -78.0522 -204.683 - 24 24.7187 156 0 1 -148.95 -78.0847 -204.801 - 24 135.674 507 0 0 -146.839 -78.5324 -205.85 - 24 158.401 508 0 0 -146.351 -78.45 -206.043 - 24 151.995 860 3 0 -130.466 -7.88659 -115.85 - 24 124.698 859 3 0 -130.73 -8.051 -116.138 - 24 37.2061 247 3 1 -130.55 -8.6151 -114.69 -Number of digits in this event: 40 +Number of tracker hits in this event: 78 + 24 207.021 722 10 1 -35.4524 -87.3874 95.55 + 24 172.409 463 10 0 -35.4577 -87.3862 94.15 + 24 152.501 722 9 1 -35.5666 -87.3377 65.55 + 24 142.266 463 9 0 -35.5757 -87.3373 64.15 + 24 115.473 721 8 1 -35.7631 -87.3511 35.55 + 24 128.675 463 8 0 -35.7732 -87.3456 34.15 + 24 322.318 720 7 1 -35.9671 -87.2556 5.55 + 24 283.201 463 7 0 -35.9762 -87.2552 4.15 + 24 139.588 719 6 1 -36.1727 -87.2568 -24.45 + 24 114.668 463 6 0 -36.1806 -87.263 -25.85 + 24 132.6 718 5 1 -36.3261 -87.3823 -54.45 + 24 177.839 463 5 0 -36.3291 -87.3833 -55.85 + 24 145.593 718 4 1 -36.3822 -87.4393 -84.45 + 24 133.01 463 4 0 -36.3912 -87.4371 -85.85 + 24 134.352 717 3 1 -36.5377 -87.5054 -114.45 + 24 120.255 462 3 0 -36.5434 -87.5132 -115.85 + 24 336.491 716 2 1 -36.6812 -87.6984 -144.45 + 24 228.579 461 2 0 -36.6874 -87.714 -145.85 + 24 113.003 716 1 1 -36.8249 -88.0387 -174.45 + 24 141.058 459 1 0 -36.8325 -88.0602 -175.85 + 24 361.103 715 0 1 -37.0426 -88.502 -204.45 + 24 111.517 457 0 0 -37.0386 -88.5369 -205.85 + 24 254.31 458 0 0 -36.9085 -88.3609 -205.85 + 24 116.937 720 1 1 -35.9942 -87.5844 -174.45 + 24 97.8009 462 1 0 -35.9658 -87.535 -175.85 + 24 113.586 723 0 1 -35.2721 -86.7811 -204.45 + 24 124.963 466 0 0 -35.2716 -86.753 -205.85 + 24 15.0911 715 2 1 -36.85 -87.765 -144.767 + 24 119.743 460 2 0 -37.1886 -87.9577 -145.85 + 24 39.8812 674 1 1 -45.1451 -94.3901 -174.45 + 24 73.8615 675 1 1 -45.05 -94.4174 -174.611 + 24 25.1395 426 1 0 -44.0178 -94.918 -175.85 + 24 114.493 425 1 0 -43.96 -94.9502 -175.922 + 24 26.9557 788 0 1 -22.3403 -102.541 -204.45 + 24 77.5448 789 0 1 -22.2499 -102.551 -204.513 + 24 53.4028 790 0 1 -22.05 -102.569 -204.636 + 24 58.9361 791 0 1 -21.85 -102.598 -204.767 + 24 322.97 388 0 0 -19.0984 -102.506 -205.85 + 24 462.911 389 0 0 -18.4229 -102.35 -206.043 + 24 258.219 387 0 0 -17.0947 -102.55 -206.177 + 24 104.429 386 0 0 -16.8889 -102.75 -206.163 + 24 78.3564 385 0 0 -16.6583 -102.95 -206.163 + 24 117.107 384 0 0 -16.4918 -103.15 -206.21 + 24 2.49401 383 0 0 -16.2031 -103.35 -206.249 + 24 81.512 721 7 1 -35.85 -87.2965 5.40264 + 24 5.13985 462 7 0 -35.6363 -87.45 3.77464 + 24 258.929 735 6 1 -32.9747 -90.7925 -24.45 + 24 51.4158 442 6 0 -32.8894 -91.654 -25.85 + 24 122.276 441 6 0 -32.8882 -91.75 -25.9632 + 24 38.8178 440 6 0 -32.9037 -91.95 -26.1567 + 24 26.1918 733 5 1 -33.3362 -118.126 -54.45 + 24 60.4655 734 5 1 -33.25 -118.125 -54.4788 + 24 70.9908 735 5 1 -33.05 -118.104 -54.5478 + 24 54.2347 736 5 1 -32.85 -118.076 -54.6178 + 24 68.2097 737 5 1 -32.65 -118.025 -54.6866 + 24 50.5663 738 5 1 -32.45 -117.965 -54.7733 + 24 115.47 314 5 0 -29.7722 -117.229 -55.8501 + 24 202.559 315 5 0 -29.4409 -117.15 -55.986 + 24 121.789 1111 4 1 42.3292 -112.998 -84.45 + 24 13.387 1112 4 1 42.4501 -113.12 -84.7796 + 24 84.8929 332 4 0 42.7502 -113.601 -85.8501 + 24 35.7826 331 4 0 42.8495 -113.75 -86.1483 + 24 63.556 1151 3 1 50.4027 -126.413 -114.451 + 24 73.5979 1150 3 1 50.2498 -126.354 -114.669 + 24 117.641 268 3 0 49.054 -126.396 -115.85 + 24 47.0471 269 3 0 48.7965 -126.35 -116.121 + 24 58.7442 371 3 0 1.69999 -105.821 -116.25 + 24 104.626 372 3 0 1.56171 -105.75 -116.086 + 24 54.969 902 3 1 0.575282 -104.807 -114.85 + 24 88.9905 901 3 1 0.45 -104.674 -114.695 + 24 77.1444 900 3 1 0.25 -104.427 -114.681 + 24 155.338 899 3 1 -0.05 -104.047 -114.562 + 24 88.74 432 4 0 -30.9709 -93.7097 -86.2499 + 24 73.9363 433 4 0 -31.1343 -93.5497 -85.9981 + 24 88.7436 743 4 1 -31.3788 -92.1528 -84.85 + 24 186.553 742 4 1 -31.45 -92.0225 -84.5388 + 24 81.6771 741 4 1 -31.6505 -92.1401 -84.4798 + 24 219.048 740 4 1 -31.85 -92.0716 -84.576 +Number of digits in this event: 32 Using G4ParticleGun... -Particle energy: 9.97659 LIN +Particle energy: 7.03626 LIN Particle: e- Event: 25 -Number of tracker hits in this event: 203 - 25 264.975 1247 11 1 69.5542 -10.365 125.55 - 25 158.267 848 11 0 69.5547 -10.3656 124.15 - 25 135.034 1247 10 1 69.5676 -10.3754 95.55 - 25 124.558 848 10 0 69.5686 -10.3762 94.15 - 25 385.407 1247 9 1 69.5935 -10.3928 65.55 - 25 407.169 848 9 0 69.5944 -10.3949 64.15 - 25 254.627 1247 8 1 69.6072 -10.4326 35.55 - 25 400.15 848 8 0 69.6078 -10.4342 34.15 - 25 237.586 1247 7 1 69.6201 -10.4713 5.55 - 25 112.225 847 7 0 69.6207 -10.4713 4.15 - 25 305.077 1247 6 1 69.6338 -10.4782 -24.45 - 25 225.327 847 6 0 69.6338 -10.4829 -25.85 - 25 256.908 1247 5 1 69.6314 -10.5715 -54.45 - 25 377.008 847 5 0 69.6311 -10.5776 -55.85 - 25 128.866 1247 4 1 69.6332 -10.7009 -84.45 - 25 314.835 846 4 0 69.6331 -10.7068 -85.85 - 25 362.382 1247 3 1 69.6375 -10.8257 -114.45 - 25 120.191 846 3 0 69.6372 -10.8298 -115.85 - 25 318.373 1247 2 1 69.6353 -10.9053 -144.45 - 25 186.133 845 2 0 69.6383 -10.9062 -145.85 - 25 100.378 1248 1 1 69.6935 -10.9086 -174.45 - 25 152.345 845 1 0 69.6954 -10.9075 -175.85 - 25 150.291 1248 0 1 69.7323 -10.8779 -204.45 - 25 157.016 845 0 0 69.7326 -10.878 -205.85 - 25 14.9766 784 5 1 -23.1813 -19.4805 -54.45 - 25 90.0484 922 14 0 74.0104 4.58189 213.75 - 25 350.097 1247 1 1 69.6137 -11.0911 -174.45 - 25 236.822 844 1 0 69.565 -11.1094 -175.85 - 25 146.828 1243 0 1 68.652 -11.7385 -204.45 - 25 108.347 841 0 0 68.7195 -11.6977 -205.85 - 25 383.221 1236 0 1 67.4315 -121.749 -204.85 - 25 22.1162 1245 0 1 69.05 -99.8659 -204.841 - 25 35.9963 709 1 0 60.7413 -38.1855 -176.25 - 25 114.313 708 1 0 60.7156 -38.25 -176.151 - 25 70.7571 707 1 0 60.6545 -38.45 -175.962 - 25 387.221 1201 1 1 60.3148 -39.3846 -174.85 - 25 94.4424 1249 4 1 69.9997 -10.6594 -84.45 - 25 136.782 847 4 0 70.1341 -10.6478 -85.85 - 25 383.433 1264 3 1 72.8568 -10.3958 -114.45 - 25 322.588 848 3 0 72.9628 -10.3835 -115.85 - 25 114.806 1277 2 1 75.4653 -10.6881 -144.45 - 25 211.223 846 2 0 75.6004 -10.7828 -145.85 - 25 17.1236 1292 1 1 78.6449 -12.3524 -174.45 - 25 304.91 1293 1 1 78.65 -12.3548 -174.481 - 25 150.512 837 1 0 78.8702 -12.452 -175.85 - 25 269.828 1315 0 1 83.0653 -13.8404 -204.45 - 25 139.133 830 0 0 83.3188 -13.9219 -205.85 - 25 168.222 852 3 0 73.2706 -9.65 -115.935 - 25 616.019 847 3 0 73.5584 -10.45 -116.159 - 25 121.369 955 3 0 90.6492 11.0868 -116.25 - 25 76.9543 956 3 0 90.7726 11.25 -116.047 - 25 43.8825 957 3 0 90.7912 11.45 -116.018 - 25 62.4917 958 3 0 90.7496 11.6513 -115.991 - 25 49.1085 959 3 0 90.7488 11.85 -116.024 - 25 70.1039 960 3 0 90.6837 12.05 -115.964 - 25 75.6284 961 3 0 90.554 12.25 -116 - 25 207.529 962 3 0 90.3847 12.45 -116.113 - 25 70.0041 1345 3 1 89.2011 12.6374 -114.85 - 25 100.742 1344 3 1 89.05 12.7056 -114.736 - 25 127.764 1343 3 1 88.8499 12.8702 -114.63 - 25 34.9575 919 3 0 98.1732 3.92258 -115.85 - 25 135.73 1397 3 1 99.5636 3.34412 -114.85 - 25 89.4472 917 3 0 99.7098 3.58529 -115.85 - 25 50.4728 851 3 0 73.2832 -9.65 -116.039 - 25 95.2464 1248 5 1 69.65 -10.5665 -54.4711 - 25 3.06553 1249 5 1 69.8502 -10.4932 -54.8355 - 25 62.0969 849 5 0 70.4103 -10.1233 -55.85 - 25 64.9884 850 5 0 70.5168 -10.05 -56.0497 - 25 22.2219 1007 5 0 77.6643 21.5809 -56.2498 - 25 119.192 1008 5 0 77.6529 21.65 -56.1751 - 25 41.5514 1009 5 0 77.6531 21.8502 -55.9503 - 25 33.6023 1290 5 1 78.2074 23.3398 -54.85 - 25 153.878 1291 5 1 78.25 23.4382 -54.779 - 25 203.786 1248 8 1 69.822 -10.3626 35.55 - 25 105.919 1251 7 1 70.4214 -10.3402 5.55 - 25 255.669 848 7 0 70.4439 -10.3403 4.15 - 25 317.356 1254 6 1 70.974 -10.3406 -24.45 - 25 216.999 848 6 0 71.005 -10.3476 -25.85 - 25 100.564 1258 5 1 71.7479 -10.5094 -54.45 - 25 122.238 1262 4 1 72.601 -10.8334 -84.45 - 25 141.049 845 4 0 72.626 -10.8554 -85.85 - 25 177.718 1265 3 1 73.111 -11.363 -114.45 - 25 267.222 843 3 0 73.1482 -11.3891 -115.85 - 25 270.248 1269 2 1 73.9193 -11.9507 -144.45 - 25 121.49 840 2 0 73.9632 -11.9671 -145.85 - 25 120.443 1274 1 1 74.8697 -12.3333 -174.45 - 25 256.049 838 1 0 74.9279 -12.3563 -175.85 - 25 300.146 1281 0 1 76.3167 -12.8959 -204.45 - 25 239.518 835 0 0 76.4342 -12.8839 -205.85 - 25 223.237 845 3 0 72.9637 -11.0147 -115.85 - 25 115.061 1274 2 1 75.0203 -11.7563 -144.451 - 25 124.068 839 2 0 75.064 -12.1307 -145.85 - 25 6.06592 1280 1 1 76.0515 -19.4553 -174.45 - 25 125.164 1279 1 1 76.05 -19.4577 -174.469 - 25 106.906 802 1 0 75.8854 -19.5917 -175.85 - 25 95.8756 1263 0 1 72.6955 -22.3611 -204.45 - 25 36.4711 787 0 0 72.6226 -22.6254 -205.85 - 25 90.3184 786 0 0 72.6162 -22.65 -205.979 - 25 19.7806 1262 2 1 72.4565 -11.2654 -144.45 - 25 114.45 1261 2 1 72.45 -11.2678 -144.547 - 25 132.187 843 2 0 72.3609 -11.31 -145.85 - 25 147.372 1251 1 1 70.3887 -12.9294 -174.45 - 25 133.395 834 1 0 70.2497 -13.1654 -175.85 - 25 353.497 1237 0 1 67.491 -18.2927 -204.45 - 25 122.637 807 0 0 67.3661 -18.4729 -205.85 - 25 4.24393 826 0 0 67.1816 -14.665 -205.85 - 25 55.5778 827 0 0 67.1806 -14.65 -205.855 - 25 161.325 828 0 0 67.1728 -14.45 -205.904 - 25 119.033 829 0 0 67.2103 -14.25 -205.953 - 25 55.742 831 0 0 67.3075 -13.85 -205.91 - 25 133.198 832 0 0 67.3345 -13.6497 -205.992 - 25 134.91 833 0 0 67.43 -13.4494 -206.036 - 25 56.7683 834 0 0 67.4647 -13.25 -206.004 - 25 30.4319 836 0 0 67.4277 -12.85 -206.158 - 25 153.281 1249 8 1 69.85 -10.4682 35.2621 - 25 484.361 1248 2 1 69.651 -11.7219 -144.45 - 25 111.423 841 2 0 69.7866 -11.728 -145.85 - 25 124.4 1261 1 1 72.4235 -11.9533 -174.45 - 25 123.423 840 1 0 72.519 -11.8965 -175.85 - 25 127.169 1272 0 1 74.5514 -10.6217 -204.45 - 25 129.092 847 0 0 74.6706 -10.577 -205.85 - 25 143.479 920 6 0 29.3877 4.1172 -26.2499 - 25 244.786 921 6 0 29.3782 4.25 -25.9398 - 25 141.909 844 2 0 69.647 -11.1809 -145.85 - 25 119.533 1249 1 1 69.9961 -12.2697 -174.45 - 25 122.203 1249 0 1 69.9979 -14.14 -204.45 - 25 144.871 847 2 0 69.4816 -10.65 -146.219 - 25 133.651 1246 5 1 69.4338 -10.3977 -54.45 - 25 142.559 848 5 0 69.4266 -10.3965 -55.85 - 25 111.741 1246 4 1 69.2993 -10.3594 -84.45 - 25 123.125 848 4 0 69.2938 -10.356 -85.85 - 25 124.834 1245 3 1 69.1761 -10.2677 -114.45 - 25 131.299 1244 2 1 69.0331 -10.0798 -144.45 - 25 125.177 849 2 0 69.021 -10.0767 -145.85 - 25 361.512 1243 1 1 68.7826 -9.99044 -174.45 - 25 188.986 850 1 0 68.7731 -9.98854 -175.85 - 25 142.385 1242 0 1 68.5647 -9.9443 -204.45 - 25 153.139 850 0 0 68.5585 -9.9442 -205.85 - 25 76.2774 642 2 0 139.324 -51.5935 -146.25 - 25 28.0463 1426 2 0 8.20311 105.499 -146.25 - 25 55.8528 1427 2 0 8.19201 105.55 -146.225 - 25 108.39 1792 2 0 -71.1539 178.566 -146.25 - 25 5.3442 1791 2 0 -71.1277 178.55 -146.211 - 25 63.7968 772 1 0 32.4097 -25.5575 -176.25 - 25 209.574 771 1 0 32.2032 -25.65 -176.156 - 25 106.006 1056 1 1 31.4449 -23.34 -174.85 - 25 65.7945 1055 1 1 31.2498 -23.1562 -174.709 - 25 65.3355 1054 1 1 31.0498 -23.1194 -174.728 - 25 124.303 1053 1 1 30.85 -23.1555 -174.604 - 25 92.3262 1052 1 1 30.6494 -22.9719 -174.472 - 25 89.6628 1051 1 1 30.45 -22.793 -174.465 - 25 203.144 1050 1 1 30.2499 -22.7463 -174.459 - 25 59.2867 1244 1 1 68.85 -9.97231 -174.671 - 25 116.801 852 1 0 69.0034 -9.50737 -175.85 - 25 183.479 853 1 0 69.0248 -9.45 -176.003 - 25 51.9073 1098 1 0 63.2268 39.6814 -176.25 - 25 107.974 1099 1 0 63.1474 39.85 -176.104 - 25 63.5392 1100 1 0 63.0514 40.05 -175.964 - 25 5.4154 1101 1 0 63.0204 40.25 -175.864 - 25 314.401 1213 1 1 62.8238 42.464 -174.85 - 25 146.175 1214 1 1 62.85 42.7733 -174.588 - 25 55.7189 1215 1 1 63.0505 42.7735 -174.502 - 25 170.313 1212 1 1 62.65 43.1083 -174.692 - 25 411.156 1211 1 1 62.45 43.5487 -174.458 - 25 18.9136 1117 1 0 62.6925 43.4784 -175.85 - 25 102.488 1116 1 0 62.7178 43.45 -175.925 - 25 52.0951 1004 1 0 84.1202 20.937 -176.249 - 25 108.855 1005 1 0 84.1396 21.0503 -176.085 - 25 161.744 1322 1 1 84.6081 21.6129 -174.85 - 25 220.932 1321 1 1 84.45 21.8064 -174.602 - 25 148.777 1320 1 1 84.25 21.944 -174.506 - 25 89.9803 851 1 0 68.4134 -9.69582 -175.85 - 25 81.3062 1191 0 1 58.3891 -2.74437 -204.45 - 25 30.9918 1192 0 1 58.45 -2.65075 -204.731 - 25 123.773 889 0 0 58.6767 -2.23153 -205.85 - 25 11.7601 890 0 0 58.7913 -2.05 -206.204 - 25 36.4698 1248 6 1 69.65 -10.5002 -24.7343 - 25 72.9684 1271 5 1 74.3839 -12.2004 -54.45 - 25 64.6328 1270 5 1 74.25 -12.2145 -54.676 - 25 99.8026 838 5 0 73.5729 -12.39 -55.8507 - 25 26.2243 837 5 0 73.3895 -12.45 -56.1544 - 25 19.8737 751 5 0 41.1418 -29.8319 -56.25 - 25 94.7148 750 5 0 41.1291 -29.85 -56.2021 - 25 162.985 1104 5 1 40.9772 -30.1184 -54.85 - 25 264.18 871 5 0 15.6389 -5.7536 -56.2497 - 25 14.5374 870 5 0 15.1577 -5.85008 -55.8713 - 25 143.283 964 5 1 13.0019 -6.33952 -54.8499 - 25 54.1324 963 5 1 12.85 -6.37237 -54.7994 - 25 64.6223 962 5 1 12.65 -6.39252 -54.779 - 25 60.5324 961 5 1 12.4498 -6.5001 -54.7245 - 25 57.0495 960 5 1 12.25 -6.49685 -54.7448 - 25 163.669 866 5 0 11.3594 -6.72982 -55.85 - 25 112.047 1235 1 1 67.2472 -11.2284 -174.45 - 25 133.739 843 1 0 67.0799 -11.327 -175.85 - 25 171.112 1217 0 1 63.6109 -13.2893 -204.45 - 25 91.9865 1236 1 1 67.25 -11.2358 -174.588 - 25 155.821 1237 1 1 67.45 -11.128 -174.745 - 25 55.4575 1238 1 1 67.65 -10.6864 -174.769 - 25 244.991 849 1 0 68.272 -10.2159 -175.85 - 25 302.396 855 1 0 23.3359 -9.02678 -176.25 - 25 140.451 848 2 0 69.7275 -10.4333 -145.85 - 25 159.955 1247 0 1 69.5556 -10.1016 -204.45 - 25 121.017 849 0 0 69.5654 -10.0934 -205.85 -Number of digits in this event: 115 -Using G4ParticleGun... -Particle energy: 5.79466 LIN +Number of tracker hits in this event: 17 + 25 308.52 594 7 1 -61.1055 136.795 5.55 + 25 127.042 1583 7 0 -61.1063 136.794 4.15 + 25 115.959 594 6 1 -61.1254 136.771 -24.45 + 25 195.334 1583 6 0 -61.1334 136.77 -25.85 + 25 132.703 593 5 1 -61.355 136.78 -54.45 + 25 125.515 1583 5 0 -61.3541 136.783 -55.85 + 25 114.857 593 4 1 -61.2914 136.877 -84.45 + 25 209.722 1583 4 0 -61.2978 136.87 -85.85 + 25 143.264 592 3 1 -61.4987 136.705 -114.45 + 25 113.705 1582 3 0 -61.5092 136.701 -115.85 + 25 166.857 591 2 1 -61.7603 136.617 -144.45 + 25 106.738 1582 2 0 -61.7876 136.615 -145.85 + 25 154.43 588 1 1 -62.2946 136.558 -174.45 + 25 173.522 1582 1 0 -62.3192 136.565 -175.85 + 25 122.521 586 0 1 -62.7531 136.701 -204.45 + 25 121.203 1582 0 0 -62.7663 136.706 -205.85 + 25 98.9628 1569 7 0 -62.031 134.016 4.14999 +Number of digits in this event: 15 +Using G4ParticleGun... +Particle energy: 3.8765 LIN Particle: e- Event: 26 -Number of tracker hits in this event: 42 - 26 173.544 380 10 1 -104.126 28.8931 95.55 - 26 104.67 1044 10 0 -104.126 28.8945 94.15 - 26 108.993 380 9 1 -104.133 28.9219 65.55 - 26 130.686 1044 9 0 -104.128 28.9241 64.15 - 26 111.912 380 8 1 -104.103 28.9474 35.55 - 26 124.68 1044 8 0 -104.103 28.9438 34.15 - 26 105.906 380 7 1 -104.126 28.8654 5.55 - 26 253.392 1044 7 0 -104.123 28.8556 4.15 - 26 146.214 380 6 1 -104.094 28.6643 -24.45 - 26 163.733 1043 6 0 -104.096 28.6557 -25.85 - 26 176.873 379 5 1 -104.153 28.491 -54.45 - 26 102.198 1042 5 0 -104.154 28.4949 -55.85 - 26 160.695 379 4 1 -104.177 28.5882 -84.45 - 26 142.484 1042 4 0 -104.168 28.5937 -85.85 - 26 118.014 380 3 1 -103.979 28.7052 -114.45 - 26 402.135 1043 3 0 -103.968 28.7166 -115.85 - 26 142.547 382 2 1 -103.719 28.9202 -144.45 - 26 342.146 1044 2 0 -103.705 28.9267 -145.85 - 26 231.318 383 1 1 -103.457 29.0663 -174.45 - 26 192.297 1045 1 0 -103.448 29.0773 -175.85 - 26 106.574 384 0 1 -103.274 29.2639 -204.45 - 26 140.785 1046 0 0 -103.253 29.264 -205.85 - 26 34.9669 1043 7 0 -104.134 28.8499 3.83946 - 26 310.435 381 3 1 -103.944 28.8388 -114.45 - 26 250.556 379 2 1 -104.315 28.8549 -144.45 - 26 469.939 1043 2 0 -104.31 28.8443 -145.85 - 26 231.796 379 1 1 -104.276 28.6014 -174.45 - 26 173.528 1042 1 0 -104.257 28.5838 -175.85 - 26 150.325 380 0 1 -103.959 28.3354 -204.45 - 26 108.06 1041 0 0 -103.973 28.3853 -205.85 - 26 255.351 380 2 1 -103.955 28.7882 -144.45 - 26 67.8681 1046 1 0 -104.144 29.2503 -175.999 - 26 264.967 373 0 1 -105.536 38.3711 -204.451 - 26 180.445 1096 0 0 -105.17 39.2622 -205.85 - 26 40.8884 1097 0 0 -105.103 39.4504 -206.15 - 26 64.5643 1042 2 0 -104.604 28.65 -146.005 - 26 149.574 1016 2 0 -140.954 23.4067 -146.25 - 26 222.745 191 2 1 -141.879 23.2746 -144.85 - 26 353.713 190 2 1 -141.95 23.1254 -144.525 - 26 108.262 377 1 1 -104.707 28.8011 -174.45 - 26 167.098 1043 1 0 -104.741 28.791 -175.85 - 26 145.595 1042 0 0 -105.496 28.6083 -205.85 -Number of digits in this event: 31 +Number of tracker hits in this event: 32 + 26 114.256 898 9 1 -0.285557 -119.574 65.55 + 26 136.843 302 9 0 -0.285066 -119.577 64.15 + 26 103.057 898 8 1 -0.273374 -119.636 35.55 + 26 146.946 302 8 0 -0.271299 -119.639 34.15 + 26 114.443 899 7 1 -0.229048 -119.699 5.55 + 26 176.261 302 7 0 -0.227446 -119.7 4.15 + 26 148.486 899 6 1 -0.186538 -119.726 -24.45 + 26 121.585 302 6 0 -0.19519 -119.722 -25.85 + 26 124.189 897 5 1 -0.476064 -119.628 -54.45 + 26 112.628 302 5 0 -0.474822 -119.659 -55.85 + 26 163.625 898 4 1 -0.397635 -120.414 -84.45 + 26 114.651 298 4 0 -0.392101 -120.405 -85.85 + 26 104.849 898 3 1 -0.41024 -120.126 -114.45 + 26 214.201 300 3 0 -0.465725 -120.106 -115.85 + 26 221.509 891 2 1 -1.7262 -119.809 -144.45 + 26 113.64 301 2 0 -1.78809 -119.816 -145.85 + 26 158.872 885 1 1 -3.00651 -120.01 -174.45 + 26 183.276 300 1 0 -3.07444 -120.005 -175.85 + 26 102.377 877 0 1 -4.53161 -120.081 -204.45 + 26 168.375 300 0 0 -4.65352 -120.102 -205.85 + 26 101.062 301 1 0 -3.07759 -119.95 -176.114 + 26 36.4459 248 1 0 -43.1206 -130.388 -176.25 + 26 142.893 249 1 0 -43.1512 -130.35 -176.228 + 26 3.6965 305 2 0 -0.123507 -119.081 -145.85 + 26 6.01493 905 2 1 1.21785 -117.824 -144.85 + 26 73.8847 314 2 0 2.10584 -117.192 -145.85 + 26 58.4301 477 7 0 -41.5426 -84.65 3.78619 + 26 271.436 476 7 0 -41.5699 -84.65 3.88014 + 26 202.805 899 3 1 -0.154622 -119.896 -114.45 + 26 33.8941 301 3 0 -0.469476 -119.95 -115.896 + 26 46.8456 894 3 1 -1.08212 -120.42 -114.85 + 26 98.2038 298 3 0 -1.26677 -120.369 -115.85 +Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 7.51689 LIN +Particle energy: 9.23804 LIN Particle: e- Event: 27 -Number of tracker hits in this event: 26 - 27 226.72 737 8 1 -32.5819 -135.154 35.55 - 27 110.091 224 8 0 -32.5802 -135.153 34.15 - 27 122.842 737 7 1 -32.5452 -135.143 5.55 - 27 105.304 225 7 0 -32.5437 -135.145 4.15 - 27 117.517 737 6 1 -32.5132 -135.166 -24.45 - 27 147.486 224 6 0 -32.5132 -135.17 -25.85 - 27 114.024 737 5 1 -32.5116 -135.234 -54.45 - 27 136.268 224 5 0 -32.5105 -135.239 -55.85 - 27 207.878 737 4 1 -32.4979 -135.314 -84.45 - 27 100.488 224 4 0 -32.499 -135.315 -85.85 - 27 134.819 737 3 1 -32.5073 -135.338 -114.45 - 27 110.132 224 3 0 -32.5062 -135.337 -115.85 - 27 151.82 737 2 1 -32.4646 -135.301 -144.45 - 27 122.375 224 2 0 -32.4622 -135.297 -145.85 - 27 316.578 738 1 1 -32.4164 -135.218 -174.45 - 27 109.993 224 1 0 -32.4183 -135.216 -175.85 - 27 407.474 737 0 1 -32.4538 -135.169 -204.45 - 27 106.154 224 0 0 -32.4553 -135.168 -205.85 - 27 35.7576 737 1 1 -32.4501 -135.179 -174.619 - 27 130.788 223 0 0 -32.5128 -135.46 -205.85 - 27 67.1778 1370 2 0 125.805 94.15 -146.172 - 27 103.791 222 0 0 -32.586 -135.555 -205.85 - 27 239.301 736 0 1 -32.65 -135.516 -204.481 - 27 30.6479 228 8 0 -32.3572 -134.417 34.15 - 27 79.5639 229 8 0 -32.3004 -134.35 34.0658 - 27 513.545 230 8 0 -32.084 -134.15 33.9972 -Number of digits in this event: 15 -Using G4ParticleGun... -Particle energy: 7.86022 LIN +Number of tracker hits in this event: 143 + 27 289.503 973 11 1 14.7547 -70.5373 125.55 + 27 128.171 547 11 0 14.7546 -70.5373 124.15 + 27 113.191 973 10 1 14.7517 -70.5382 95.55 + 27 130.748 547 10 0 14.7524 -70.5379 94.15 + 27 106.904 973 9 1 14.766 -70.5302 65.55 + 27 211.695 547 9 0 14.7672 -70.5309 64.15 + 27 123.595 973 8 1 14.792 -70.5472 35.55 + 27 156.312 547 8 0 14.7926 -70.548 34.15 + 27 103.984 973 7 1 14.8078 -70.5672 5.55 + 27 130.23 547 7 0 14.8083 -70.5676 4.15 + 27 497.281 973 6 1 14.8199 -70.5767 -24.45 + 27 451.885 547 6 0 14.8201 -70.5764 -25.85 + 27 104.047 973 5 1 14.8257 -70.5697 -54.45 + 27 121.344 547 5 0 14.8282 -70.5703 -55.85 + 27 138.548 974 4 1 14.8783 -70.5801 -84.45 + 27 253.802 547 4 0 14.8794 -70.5796 -85.85 + 27 614.317 974 3 1 14.9033 -70.5584 -114.45 + 27 724.281 547 3 0 14.9055 -70.5571 -115.85 + 27 515.876 974 2 1 14.9515 -70.5368 -144.45 + 27 484.369 547 2 0 14.9527 -70.5347 -145.85 + 27 595.867 974 1 1 14.9645 -70.4864 -174.45 + 27 459.566 547 1 0 14.9633 -70.4831 -175.85 + 27 384.919 974 0 1 14.9354 -70.4262 -204.45 + 27 418.699 548 0 0 14.9378 -70.4242 -205.85 + 27 282.683 975 0 1 15.1349 -70.9754 -204.45 + 27 253.489 544 0 0 15.1158 -71.0674 -205.85 + 27 315.214 556 0 0 14.9022 -68.8405 -205.85 + 27 11.3011 557 0 0 14.9044 -68.65 -206.208 + 27 103.756 975 1 1 15.1536 -70.5852 -174.45 + 27 104.877 547 0 0 15.2301 -70.5311 -205.85 + 27 28.6095 417 0 1 -96.55 -50.8685 -204.714 + 27 81.0865 456 0 0 -106.594 -88.6776 -206.25 + 27 158.124 935 2 0 -39.4667 7.18516 -146.25 + 27 117.815 546 2 0 14.8756 -70.7394 -145.85 + 27 126.934 972 1 1 14.5147 -70.8299 -174.45 + 27 255.777 546 1 0 14.5113 -70.8361 -175.85 + 27 104.669 972 0 1 14.4876 -70.966 -204.45 + 27 122.856 545 0 0 14.5026 -70.9606 -205.85 + 27 137.262 225 0 0 -11.2918 -134.967 -206.25 + 27 69.4801 973 2 1 14.85 -70.7792 -144.66 + 27 152.174 548 2 0 14.7538 -70.308 -145.85 + 27 373.338 549 2 0 14.7387 -70.25 -146.03 + 27 141.195 601 2 0 -9.03997 -59.7913 -146.25 + 27 205.253 854 2 1 -9.08488 -60.2627 -144.85 + 27 84.8588 855 2 1 -9.05 -60.4219 -144.73 + 27 168.742 853 2 1 -9.25001 -60.4337 -144.559 + 27 122.535 976 2 1 15.3204 -70.19 -144.45 + 27 111.947 548 1 0 14.8738 -70.303 -175.85 + 27 176.128 971 0 1 14.3809 -70.3654 -204.45 + 27 210.347 972 2 1 14.58 -70.8779 -144.45 + 27 128.518 545 2 0 14.5355 -70.8921 -145.85 + 27 179.371 968 1 1 13.7142 -71.1472 -174.45 + 27 121.377 544 1 0 13.6908 -71.145 -175.85 + 27 175.084 965 0 1 13.2428 -71.057 -204.45 + 27 137.214 979 5 1 15.9324 -70.2669 -54.45 + 27 122.341 549 5 0 15.9879 -70.2055 -55.85 + 27 122.962 986 4 1 17.3827 -68.9031 -84.45 + 27 143.255 556 4 0 17.5149 -68.7951 -85.85 + 27 133.33 1000 3 1 20.084 -66.6091 -114.45 + 27 122.914 567 3 0 20.2408 -66.5572 -115.85 + 27 9.33552 1017 2 1 23.6453 -65.2465 -144.451 + 27 197.748 1018 2 1 23.65 -65.2442 -144.487 + 27 154.939 574 2 0 23.815 -65.1556 -145.85 + 27 178.298 1036 1 1 27.3948 -63.1969 -174.45 + 27 111.996 584 1 0 27.4908 -63.121 -175.85 + 27 113.819 1045 0 1 29.1316 -61.5711 -204.45 + 27 107.184 593 0 0 29.2528 -61.4059 -205.85 + 27 277.332 1026 1 1 25.34 -63.8354 -174.451 + 27 18.0806 1027 1 1 25.45 -63.7939 -174.774 + 27 11.8977 581 1 0 25.814 -63.6561 -175.85 + 27 143.92 582 1 0 25.8296 -63.65 -175.897 + 27 32.3519 1074 0 1 34.9584 -57.491 -204.45 + 27 97.6184 1075 0 1 35.0502 -57.4095 -204.511 + 27 93.5846 1076 0 1 35.25 -57.2069 -204.677 + 27 26.8867 620 0 0 36.2588 -55.9376 -205.85 + 27 209.874 621 0 0 36.3194 -55.8499 -205.923 + 27 68.0088 622 0 0 36.4954 -55.65 -206.109 + 27 141.83 711 0 0 53.6261 -37.7567 -206.25 + 27 136.875 1168 0 1 53.7144 -38.0498 -204.85 + 27 29.9984 596 1 0 63.694 -60.7861 -176.249 + 27 75.4274 595 1 0 63.7315 -60.85 -176.165 + 27 64.9833 594 1 0 63.776 -61.05 -175.98 + 27 3.5535 593 1 0 63.768 -61.2504 -175.857 + 27 214.196 1218 1 1 63.7794 -62.9012 -174.85 + 27 33.1557 1217 1 1 63.6498 -63.4977 -174.486 + 27 2.06683 504 6 1 -79.0674 -9.48692 -24.85 + 27 89.395 31 6 0 85.3637 -173.899 -26.25 + 27 32.5075 1025 1 1 25.25 -63.9126 -174.733 + 27 36.0369 580 1 0 25.1096 -64.0329 -175.85 + 27 80.2306 579 1 0 25.0947 -64.05 -175.976 + 27 34.3791 524 1 0 46.8794 -75.2193 -176.25 + 27 146.321 523 1 0 46.9432 -75.2505 -176.15 + 27 42.9491 1145 1 1 49.102 -76.1934 -174.85 + 27 95.5179 1146 1 1 49.2501 -76.2765 -174.823 + 27 72.1079 1147 1 1 49.45 -76.3751 -174.778 + 27 322.35 1148 1 1 49.65 -76.4407 -174.68 + 27 242.462 1149 1 1 49.85 -76.6282 -174.521 + 27 51.8657 515 1 0 49.6388 -76.9801 -175.851 + 27 86.5229 514 1 0 49.6255 -77.05 -176.054 + 27 337.702 976 5 1 15.4103 -70.6988 -54.45 + 27 132.421 546 5 0 15.4295 -70.6978 -55.85 + 27 116.427 979 4 1 15.8632 -70.6432 -84.45 + 27 136.171 982 3 1 16.4985 -70.1827 -114.45 + 27 107.725 549 3 0 16.5263 -70.1817 -115.85 + 27 140.712 985 2 1 17.1828 -70.0833 -144.45 + 27 344.034 989 1 1 17.9728 -69.8559 -174.45 + 27 141.113 551 1 0 18.0477 -69.8128 -175.85 + 27 270.112 997 0 1 19.4962 -68.9527 -204.45 + 27 154.162 549 1 0 18.0282 -70.1332 -175.85 + 27 69.8873 521 0 0 19.4788 -75.8239 -205.85 + 27 63.7551 520 0 0 19.4697 -75.85 -206.027 + 27 174.58 978 4 1 15.85 -70.6608 -84.4943 + 27 80.508 542 4 0 15.4106 -71.538 -85.8504 + 27 103.782 541 4 0 15.2802 -71.65 -86.0466 + 27 33.2864 977 5 1 15.4501 -70.6222 -54.6024 + 27 84.6215 980 2 1 16.1354 -70.459 -144.85 + 27 111.59 977 0 1 15.5355 -70.0423 -204.45 + 27 221.019 550 0 0 15.5868 -70.0217 -205.85 + 27 157.113 546 0 0 14.8928 -70.7117 -205.85 + 27 188.926 959 5 1 11.9692 -68.1776 -54.45 + 27 120.424 958 5 1 11.85 -67.7031 -54.6655 + 27 48.7692 570 5 0 11.0691 -66.0128 -55.8505 + 27 71.495 571 5 0 11.0003 -65.8499 -55.9669 + 27 54.4337 572 5 0 10.9389 -65.6499 -56.1289 + 27 94.7485 906 4 1 1.36565 -35.467 -84.45 + 27 56.097 907 4 1 1.45005 -35.2685 -84.6675 + 27 79.0218 729 4 0 1.89084 -34.2159 -85.8502 + 27 105.371 730 4 0 1.9334 -34.05 -85.9897 + 27 37.5696 731 4 0 1.96429 -33.8499 -86.1461 + 27 103.508 907 3 1 1.5139 0.634352 -114.451 + 27 192.7 908 3 1 1.65 0.75808 -114.644 + 27 127.176 904 3 0 2.42418 0.95124 -115.85 + 27 169.067 905 3 0 1.97965 1.08936 -115.85 + 27 51.1249 533 3 0 61.7033 -73.2887 -116.25 + 27 60.8655 866 0 1 -6.77097 -47.4662 -204.45 + 27 92.7409 865 0 1 -6.85 -47.5604 -204.515 + 27 125.11 864 0 1 -7.05 -47.7244 -204.67 + 27 1.33612 657 0 0 -8.23871 -48.6475 -205.85 + 27 116.265 656 0 0 -8.243 -48.65 -205.854 + 27 72.3478 655 0 0 -8.40739 -48.85 -206.08 + 27 229.279 654 0 0 -8.43765 -49.0504 -206.209 + 27 39.2645 653 0 0 -8.41738 -49.25 -206.197 + 27 271.052 859 0 1 -8.15996 -48.4565 -204.85 +Number of digits in this event: 81 +Using G4ParticleGun... +Particle energy: 4.80531 LIN Particle: e- Event: 28 -Number of tracker hits in this event: 49 - 28 122.818 512 10 0 -86.9103 -77.6473 94.15 - 28 124.861 465 9 1 -86.9095 -77.6532 65.55 - 28 102.444 511 9 0 -86.909 -77.6535 64.15 - 28 96.4322 465 8 1 -86.9055 -77.6578 35.55 - 28 113.476 511 8 0 -86.9061 -77.6584 34.15 - 28 163.598 465 7 1 -86.9218 -77.6677 5.55 - 28 118.733 511 7 0 -86.9231 -77.6669 4.15 - 28 326.719 465 6 1 -86.9492 -77.6463 -24.45 - 28 104.851 512 6 0 -86.9508 -77.645 -25.85 - 28 693.87 465 5 1 -86.9868 -77.6134 -54.45 - 28 356.032 512 5 0 -86.9894 -77.6115 -55.85 - 28 121.976 465 4 1 -87.046 -77.575 -84.45 - 28 99.9742 512 4 0 -87.0488 -77.573 -85.85 - 28 114.416 464 3 1 -87.0995 -77.5386 -114.45 - 28 276.247 512 3 0 -87.101 -77.5361 -115.85 - 28 119.522 464 2 1 -87.1301 -77.492 -144.45 - 28 137.798 512 2 0 -87.1324 -77.4898 -145.85 - 28 126.182 464 1 1 -87.1801 -77.4446 -174.45 - 28 99.1801 513 1 0 -87.1816 -77.4436 -175.85 - 28 138.77 464 0 1 -87.2179 -77.4195 -204.45 - 28 390.655 513 0 0 -87.2159 -77.4189 -205.85 - 28 198.538 453 0 1 -89.3568 -76.1547 -204.85 - 28 1.10629 525 0 0 -92.1984 -74.9568 -205.85 - 28 40.0324 429 0 1 -94.185 -75.2984 -204.85 - 28 44.8475 526 0 0 -94.1613 -74.85 -205.85 - 28 173.176 351 1 0 -84.9302 -109.75 -176.194 - 28 26.2061 466 6 1 -86.85 -77.484 -24.4891 - 28 36.0155 511 5 0 -87.0352 -77.65 -56.1186 - 28 114.483 461 4 1 -87.6975 -78.3284 -84.45 - 28 207.793 508 4 0 -87.773 -78.3679 -85.85 - 28 141.682 452 3 1 -89.5063 -79.2278 -114.45 - 28 124.157 504 3 0 -89.4906 -79.1537 -115.85 - 28 116.737 454 2 1 -89.1913 -77.5961 -144.45 - 28 118.706 513 2 0 -89.1662 -77.45 -145.857 - 28 128.424 456 1 1 -88.8285 -74.6405 -174.45 - 28 101.954 528 1 0 -88.8488 -74.4238 -175.85 - 28 245.188 551 0 0 -89.2914 -69.7657 -205.85 - 28 101.483 683 0 1 -43.45 -85.9704 -204.811 - 28 9.88062 466 4 1 -86.651 -77.7646 -84.45 - 28 115.364 467 4 1 -86.65 -77.7644 -84.4834 - 28 178.105 511 4 0 -86.6083 -77.7515 -85.85 - 28 94.4167 470 3 1 -85.8575 -77.4518 -114.45 - 28 48.4927 471 3 1 -85.85 -77.4546 -114.746 - 28 109.034 474 2 1 -85.2344 -77.6535 -144.45 - 28 134.931 511 2 0 -85.2046 -77.6774 -145.85 - 28 128.768 477 1 1 -84.6476 -78.3118 -174.45 - 28 119.196 508 1 0 -84.6009 -78.372 -175.85 - 28 122.698 482 0 1 -83.621 -79.7071 -204.45 - 28 109.893 501 0 0 -83.5635 -79.7015 -205.85 -Number of digits in this event: 25 +Number of tracker hits in this event: 27 + 28 93.6303 1036 11 1 27.4274 76.8453 125.55 + 28 110.329 1283 11 0 27.4274 76.846 124.15 + 28 135.954 1036 10 1 27.4271 76.8489 95.55 + 28 115.836 1283 10 0 27.4273 76.8474 94.15 + 28 107.193 1036 9 1 27.4276 76.8212 65.55 + 28 139.451 1283 9 0 27.4292 76.82 64.15 + 28 118.572 1037 8 1 27.4634 76.8042 35.55 + 28 167.032 1283 8 0 27.4679 76.8023 34.15 + 28 139.131 1037 7 1 27.5634 76.7467 5.55 + 28 114.089 1283 7 0 27.566 76.7408 4.15 + 28 171.288 1037 6 1 27.6158 76.5927 -24.45 + 28 132.046 1282 6 0 27.6172 76.5855 -25.85 + 28 128.982 1037 5 1 27.6492 76.4159 -54.45 + 28 206.218 1281 5 0 27.6489 76.4048 -55.85 + 28 96.6086 1037 4 1 27.6477 76.1713 -84.45 + 28 113.105 1280 4 0 27.6471 76.1581 -85.85 + 28 133.295 1037 3 1 27.6266 75.8897 -114.45 + 28 155.491 1279 3 0 27.6285 75.8758 -115.85 + 28 128.192 1038 2 1 27.6851 75.6015 -144.45 + 28 113.952 1277 2 0 27.6864 75.5839 -145.85 + 28 119.83 1038 1 1 27.7161 75.2436 -174.45 + 28 130.005 1275 1 0 27.7162 75.2275 -175.85 + 28 188.383 1038 0 1 27.7018 74.8737 -204.45 + 28 130.804 1273 0 0 27.7033 74.8497 -205.85 + 28 2.57503 1274 0 0 27.6847 74.85 -206.244 + 28 37.8962 1152 0 0 -9.26159 50.5312 -206.25 + 28 334.453 1151 0 0 -9.29935 50.4494 -206.21 +Number of digits in this event: 17 Using G4ParticleGun... -Particle energy: 1.14605 LIN +Particle energy: 3.85444 LIN Particle: e- Event: 29 -Number of tracker hits in this event: 65 - 29 105.872 1334 10 1 86.8612 45.14 95.55 - 29 123.231 1125 10 0 86.8601 45.1427 94.15 - 29 116.523 1334 9 1 86.8651 45.1785 65.55 - 29 117.538 1125 9 0 86.8624 45.1903 64.15 - 29 345.183 1333 8 1 86.8321 45.4351 35.55 - 29 114.693 1127 8 0 86.8313 45.4504 34.15 - 29 127.51 1333 7 1 86.8243 45.7532 5.55 - 29 125.239 1128 7 0 86.816 45.7653 4.15 - 29 132.725 1333 6 1 86.6534 46.0085 -24.45 - 29 9.42136 1332 6 1 86.65 46.013 -24.811 - 29 158.348 1129 6 0 86.6405 46.0264 -25.85 - 29 127.063 1331 5 1 86.3912 46.406 -54.45 - 29 131.553 1131 5 0 86.3804 46.4272 -55.85 - 29 215.913 1330 4 1 86.17 46.8415 -84.45 - 29 148.552 1134 4 0 86.1675 46.8608 -85.85 - 29 108.407 1330 3 1 86.088 47.2499 -114.45 - 29 226.229 1136 3 0 86.0804 47.2699 -115.85 - 29 208.126 1329 2 1 85.9441 47.6655 -144.45 - 29 214.43 1138 2 0 85.9288 47.6763 -145.85 - 29 581.653 1327 1 1 85.6122 47.9034 -174.45 - 29 120.077 1139 1 0 85.601 47.9089 -175.85 - 29 145.006 1326 0 1 85.3634 48.0192 -204.45 - 29 151.878 1139 0 0 85.3457 48.0203 -205.85 - 29 142.692 1148 1 0 85.1133 49.7393 -175.85 - 29 144.003 1149 1 0 85.0601 49.85 -175.93 - 29 192.155 1150 1 0 84.9647 50.05 -176.002 - 29 58.0628 1329 1 1 85.9245 50.103 -174.85 - 29 83.6074 1330 1 1 86.05 50.0305 -174.736 - 29 62.353 1331 1 1 86.25 49.9166 -174.587 - 29 2.79058 1326 1 1 85.4499 48.0237 -174.452 - 29 55.2163 1330 2 1 86.0501 47.7768 -144.699 - 29 92.3261 1140 2 0 87.1299 48.1679 -145.85 - 29 192.569 1141 2 0 87.2525 48.25 -145.943 - 29 156.981 1142 2 0 87.5208 48.4501 -145.9 - 29 57.5084 1347 2 1 89.5005 50.2021 -144.85 - 29 297.668 1348 2 1 89.65 50.343 -144.792 - 29 147.288 1349 2 1 89.8502 50.47 -144.654 - 29 108.102 1350 2 1 90.1501 50.6618 -144.451 - 29 26.3775 1145 2 0 88.9466 49.0775 -145.85 - 29 85.0645 1144 2 0 88.9127 49.05 -145.868 - 29 71.1362 1143 2 0 88.7454 48.85 -145.887 - 29 10.3905 1343 2 1 88.7356 46.2758 -144.85 - 29 106.264 1110 2 0 88.1099 42.1831 -145.85 - 29 20.3606 1111 2 0 88.2209 42.25 -145.868 - 29 83.3897 1135 2 0 86.104 47.056 -145.85 - 29 285.509 1134 2 0 86.1038 47.05 -145.858 - 29 167.451 1333 1 1 86.767 47.9184 -174.45 - 29 44.9392 1334 1 1 86.85 48.149 -174.708 - 29 79.4173 1147 1 0 87.1802 49.4832 -175.851 - 29 220.856 1341 0 1 88.378 93.8094 -204.45 - 29 46.2763 1365 0 0 88.5874 93.2437 -205.85 - 29 76.3319 1364 0 0 88.6413 93.15 -206.059 - 29 40.0539 1363 0 0 88.6992 92.9497 -206.203 - 29 205.174 1226 0 0 83.9448 65.3441 -206.25 - 29 40.4468 1316 0 1 83.2583 65.2212 -204.85 - 29 213.561 1315 0 1 83.2498 65.2157 -204.834 - 29 117.24 1349 1 0 87.9879 89.8896 -176.25 - 29 128.24 1340 1 1 88.1204 89.3963 -174.85 - 29 25.003 1341 1 1 88.25 89.1717 -174.491 - 29 36.4179 1125 8 0 86.3993 45.1009 34.1494 - 29 131.345 1124 8 0 86.3483 45.05 34.0131 - 29 120.485 1153 8 0 60.143 50.7509 33.75 - 29 274.467 1203 8 1 60.6792 50.2087 35.1505 - 29 25.169 1202 8 1 60.6497 49.9099 35.4484 - 29 39.272 1204 8 1 60.8502 49.5049 35.5138 -Number of digits in this event: 35 +Number of tracker hits in this event: 54 + 29 132.326 366 9 1 -106.831 -67.8387 65.55 + 29 117.329 561 9 0 -106.829 -67.8393 64.15 + 29 418.809 366 8 1 -106.801 -67.8477 35.55 + 29 258.105 560 8 0 -106.798 -67.8505 34.15 + 29 141.213 367 7 1 -106.728 -67.9067 5.55 + 29 134.355 560 7 0 -106.73 -67.9104 4.15 + 29 124.23 366 6 1 -106.776 -67.9935 -24.45 + 29 138.856 560 6 0 -106.782 -67.9974 -25.85 + 29 152.235 366 5 1 -106.889 -68.0743 -54.45 + 29 255.011 559 5 0 -106.895 -68.0784 -55.85 + 29 102.538 365 4 1 -107.026 -68.1707 -84.45 + 29 141.74 559 4 0 -107.033 -68.1766 -85.85 + 29 136.211 364 3 1 -107.155 -68.3041 -114.45 + 29 102.699 558 3 0 -107.162 -68.3104 -115.85 + 29 124.719 364 2 1 -107.293 -68.4507 -144.45 + 29 174.562 557 2 0 -107.301 -68.4559 -145.85 + 29 108.33 363 1 1 -107.451 -68.5601 -174.45 + 29 164.549 557 1 0 -107.464 -68.5661 -175.85 + 29 133.669 362 0 1 -107.713 -68.6911 -204.45 + 29 125.856 556 0 0 -107.728 -68.6986 -205.85 + 29 15.3403 749 3 1 -30.1431 -66.0531 -114.85 + 29 61.6205 815 2 1 -17.05 68.845 -144.585 + 29 229.265 750 3 1 -30.05 -66.0532 -114.565 + 29 19.0511 751 3 1 -29.8498 -65.987 -114.48 + 29 9.85521 504 1 1 -79.18 162.622 -174.85 + 29 59.5256 607 1 1 -58.65 -80.3919 -174.818 + 29 160.178 363 0 1 -107.373 -68.6088 -204.45 + 29 87.6539 364 0 1 -107.35 -68.6133 -204.475 + 29 93.7714 365 0 1 -107.15 -68.6622 -204.679 + 29 153.093 555 0 0 -106.059 -68.9076 -205.85 + 29 181.234 819 3 1 -16.2057 98.4358 -114.45 + 29 97.4521 1399 3 0 -18.102 100.079 -115.85 + 29 205.345 1400 3 0 -18.2247 100.15 -115.886 + 29 140.706 557 0 0 -107.773 -68.5194 -205.85 + 29 205.658 366 3 1 -106.92 -68.1313 -114.45 + 29 98.4525 563 8 0 -107.024 -67.3295 34.15 + 29 87.9461 564 8 0 -107.044 -67.25 33.9883 + 29 235.37 339 7 1 -112.258 -57.5184 5.54993 + 29 106.493 614 7 0 -112.111 -57.242 4.15 + 29 52.0151 347 6 1 -110.703 -49.7242 -24.45 + 29 97.1538 346 6 1 -110.75 -49.7691 -24.6088 + 29 188.302 650 6 0 -111.613 -49.8875 -25.85 + 29 5.11173 649 6 0 -111.904 -50.0503 -26.2281 + 29 12.9842 781 8 0 150.828 -23.85 33.8575 + 29 194.629 343 7 1 -111.392 -66.4493 5.54978 + 29 127.161 573 7 0 -111.614 -65.4462 4.15 + 29 40.5202 574 7 0 -111.701 -65.25 3.86093 + 29 188.15 294 6 1 -121.257 -49.2123 -24.45 + 29 47.8816 663 6 0 -121.777 -47.3825 -25.8502 + 29 185.764 664 6 0 -121.818 -47.25 -25.9404 + 29 89.9163 665 6 0 -121.875 -47.0499 -26.0968 + 29 56.0514 342 7 1 -111.55 -66.3142 5.27532 + 29 153.388 341 7 1 -111.75 -66.3335 5.2492 + 29 506.04 340 7 1 -111.95 -66.473 5.25847 +Number of digits in this event: 34 Using G4ParticleGun... -Particle energy: 6.34371 LIN +Particle energy: 2.92789 LIN Particle: e- Event: 30 -Number of tracker hits in this event: 161 - 30 116.002 767 10 1 -26.6002 -107.866 95.55 - 30 123.173 361 10 0 -26.6012 -107.869 94.15 - 30 110.841 767 9 1 -26.619 -107.925 65.55 - 30 113.841 361 9 0 -26.6202 -107.928 64.15 - 30 113.044 766 8 1 -26.6511 -107.981 35.55 - 30 212.034 360 8 0 -26.6567 -107.98 34.15 - 30 286.898 766 7 1 -26.7803 -107.959 5.55 - 30 423.058 360 7 0 -26.7892 -107.955 4.15 - 30 123.285 765 6 1 -26.9469 -107.848 -24.45 - 30 132.574 361 6 0 -26.9402 -107.837 -25.85 - 30 260.47 766 5 1 -26.7851 -107.628 -54.45 - 30 319.584 362 5 0 -26.7659 -107.61 -55.85 - 30 104.008 769 4 1 -26.2348 -107.188 -84.45 - 30 120.646 364 4 0 -26.2063 -107.174 -85.85 - 30 99.0715 772 3 1 -25.5885 -106.897 -114.45 - 30 197.278 366 3 0 -25.5565 -106.88 -115.85 - 30 140.682 775 2 1 -24.8798 -106.52 -144.45 - 30 145.85 368 2 0 -24.8453 -106.501 -145.85 - 30 128.31 779 1 1 -24.1586 -106.122 -174.45 - 30 142.569 370 1 0 -24.1153 -106.097 -175.85 - 30 105.348 784 0 1 -23.209 -105.588 -204.45 - 30 173.074 373 0 0 -23.1769 -105.546 -205.85 - 30 103.704 372 0 0 -23.1623 -105.55 -206.224 - 30 494.103 777 1 1 -24.5775 -106.047 -174.45 - 30 91.5252 366 1 0 -24.3411 -106.828 -175.85 - 30 50.4929 365 1 0 -24.2869 -106.95 -176.08 - 30 54.7057 797 0 1 -20.462 -114.738 -204.45 - 30 67.765 796 0 1 -20.65 -114.798 -204.544 - 30 59.3116 795 0 1 -20.85 -114.889 -204.619 - 30 87.757 794 0 1 -21.05 -114.97 -204.686 - 30 60.2956 793 0 1 -21.25 -115.062 -204.751 - 30 53.6121 792 0 1 -21.45 -115.165 -204.789 - 30 67.5029 791 0 1 -21.65 -115.283 -204.813 - 30 64.2802 790 0 1 -21.85 -115.388 -204.836 - 30 294.711 297 0 0 -29.5186 -120.721 -205.85 - 30 478.807 296 0 0 -29.5592 -120.75 -205.853 - 30 72.2462 298 0 0 -31.0583 -120.55 -206.108 - 30 1.02056 299 0 0 -31.1154 -120.35 -206.247 - 30 38.7941 349 1 0 -24.5103 -110.235 -175.85 - 30 66.8216 348 1 0 -24.5125 -110.35 -175.89 - 30 91.9952 347 1 0 -24.5292 -110.55 -175.963 - 30 56.7344 346 1 0 -24.5472 -110.75 -176.05 - 30 49.0393 345 1 0 -24.5558 -110.95 -176.127 - 30 60.0364 344 1 0 -24.5609 -111.151 -176.194 - 30 44.9131 761 5 1 -27.6979 -108.513 -54.85 - 30 244.098 765 1 1 -26.925 -108.34 -174.45 - 30 228.445 359 1 0 -26.9291 -108.339 -175.85 - 30 101.347 765 0 1 -27.0088 -108.321 -204.45 - 30 457.261 359 0 0 -27.0119 -108.318 -205.85 - 30 86.3132 254 0 1 -129.2 -91.3731 -204.85 - 30 16.5978 1074 3 1 34.85 87.3451 -114.68 - 30 336.003 766 0 1 -26.8478 -108.21 -204.45 - 30 58.116 914 0 1 3.05 -87.6497 -204.629 - 30 48.0051 490 3 0 -53.4529 -82.05 -116.222 - 30 124.493 766 6 1 -26.7037 -108.047 -24.45 - 30 228.402 360 6 0 -26.7062 -108.044 -25.85 - 30 141.344 360 5 0 -26.7455 -107.98 -55.85 - 30 182.286 767 4 1 -26.5465 -107.882 -84.45 - 30 117.246 361 4 0 -26.5192 -107.879 -85.85 - 30 185.793 770 3 1 -25.9408 -107.806 -114.45 - 30 227.046 361 3 0 -25.9167 -107.8 -115.85 - 30 96.1936 773 2 1 -25.4199 -107.662 -144.45 - 30 137.039 362 2 0 -25.3896 -107.646 -145.85 - 30 121.616 776 1 1 -24.7245 -107.25 -174.45 - 30 113.881 364 1 0 -24.687 -107.27 -175.85 - 30 99.4888 780 0 1 -23.8977 -107.665 -204.45 - 30 126.932 362 0 0 -23.8712 -107.683 -205.85 - 30 158.534 352 3 0 -27.0896 -109.681 -115.85 - 30 2.29059 1435 5 0 21.8559 107.345 -56.2499 - 30 418.586 1436 5 0 21.8567 107.35 -56.2412 - 30 57.2496 211 1 1 -137.95 -37.7555 -174.586 - 30 132.649 764 6 1 -27.1726 -108.172 -24.45 - 30 164.606 755 5 1 -29.029 -106.603 -54.45 - 30 96.1198 754 5 1 -29.05 -106.574 -54.613 - 30 121.953 369 5 0 -29.2255 -106.339 -55.85 - 30 138.463 734 4 1 -33.067 -100.259 -84.45 - 30 33.966 401 4 0 -33.3136 -99.7967 -85.8502 - 30 80.7545 402 4 0 -33.3404 -99.7499 -85.9922 - 30 113.641 705 3 1 -38.8941 -89.6586 -114.45 - 30 122.275 454 3 0 -39.2291 -89.2296 -115.85 - 30 329.393 669 2 1 -46.098 -80.1647 -144.45 - 30 222.756 501 2 0 -46.49 -79.7768 -145.85 - 30 157.395 623 1 1 -55.2763 -72.4062 -174.45 - 30 123.064 540 1 0 -55.6036 -72.0006 -175.85 - 30 175.495 585 0 1 -62.8805 -64.1017 -204.45 - 30 176.723 581 0 0 -63.1291 -63.7415 -205.85 - 30 19.8948 582 0 0 -63.1849 -63.65 -206.163 - 30 58.7784 789 2 0 -49.2887 -22.1274 -146.25 - 30 287.369 790 2 0 -49.2984 -22.05 -146.223 - 30 123.753 366 5 0 -28.9106 -106.786 -55.85 - 30 3.63197 763 4 1 -27.2579 -111.158 -84.4502 - 30 103.88 764 4 1 -27.25 -111.165 -84.4612 - 30 35.287 765 4 1 -27.05 -111.325 -84.7306 - 30 184.986 341 4 0 -26.1873 -111.79 -85.85 - 30 109.354 940 3 1 8.065 -119.755 -114.45 - 30 95.8095 303 3 0 8.13411 -119.441 -115.85 - 30 108.443 304 3 0 8.17033 -119.35 -116.184 - 30 93.5844 960 2 1 12.1336 -113.019 -144.45 - 30 97.9691 959 2 1 12.05 -112.96 -144.558 - 30 83.8698 339 2 0 11.5656 -112.28 -145.85 - 30 76.5741 340 2 0 11.5015 -112.15 -146.046 - 30 96.5472 584 2 0 5.02758 -63.2273 -146.25 - 30 143.921 585 2 0 4.98674 -63.0499 -146.115 - 30 91.0565 920 2 1 4.20374 -63.0642 -144.85 - 30 28.6102 919 2 1 4.05 -63.0765 -144.537 - 30 126.863 961 2 1 12.3466 -112.905 -144.45 - 30 23.8298 337 2 0 12.2425 -112.575 -145.85 - 30 140.677 338 2 0 12.2323 -112.55 -145.955 - 30 45.1808 683 2 0 23.7234 -43.3788 -146.25 - 30 60.2482 684 2 0 23.7177 -43.25 -146.205 - 30 194.45 685 2 0 23.7422 -43.05 -146.185 - 30 287.598 747 2 0 1.69612 -30.5687 -146.25 - 30 8.01109 1043 0 1 28.65 -99.9671 -204.728 - 30 127.071 1044 0 1 28.85 -99.9233 -204.833 - 30 179.048 1045 0 1 29.05 -99.9338 -204.807 - 30 22.8142 762 1 1 -27.6035 -113.226 -174.45 - 30 68.6478 761 1 1 -27.6502 -113.235 -174.48 - 30 71.799 760 1 1 -27.85 -113.263 -174.623 - 30 25.79 759 1 1 -28.0506 -113.306 -174.799 - 30 72.0383 331 1 0 -29.3142 -113.874 -175.85 - 30 88.217 330 1 0 -29.4632 -113.95 -176.01 - 30 8.56903 664 0 1 -47.075 -140.189 -204.45 - 30 99.6788 665 0 1 -47.0499 -140.177 -204.488 - 30 41.6105 666 0 1 -46.85 -140.048 -204.729 - 30 8.49199 203 0 0 -46.038 -139.36 -205.85 - 30 156.388 204 0 0 -46.0266 -139.35 -205.866 - 30 123.36 738 4 1 -32.3534 -105.405 -84.4501 - 30 21.4107 737 4 1 -32.45 -105.388 -84.742 - 30 127.978 374 4 0 -32.9014 -105.321 -85.8505 - 30 128.731 675 3 1 -45.0194 -105.12 -114.45 - 30 38.5971 378 3 0 -45.024 -104.405 -115.85 - 30 98.8138 379 3 0 -45.0317 -104.35 -115.941 - 30 11.0263 380 3 0 -45.064 -104.15 -116.217 - 30 3.30053 666 2 1 -46.6648 -80.9986 -144.45 - 30 79.8573 667 2 1 -46.6495 -80.9885 -144.459 - 30 77.6465 668 2 1 -46.4498 -80.837 -144.577 - 30 0.46651 670 2 1 -46.05 -80.5236 -144.849 - 30 128.691 503 2 0 -44.8327 -79.4485 -145.85 - 30 330.178 504 2 0 -44.5407 -79.2499 -146.011 - 30 245.805 1023 1 1 24.6932 -84.0937 -174.45 - 30 40.8108 487 1 0 25.5996 -82.5293 -175.85 - 30 89.0855 488 1 0 25.6679 -82.4499 -175.919 - 30 83.533 489 1 0 25.6827 -82.25 -176.055 - 30 43.5256 490 1 0 25.7292 -82.0499 -176.156 - 30 17.1808 827 4 0 -36.7606 -14.6461 -86.25 - 30 61.7391 1022 1 1 24.6497 -84.1139 -174.482 - 30 83.8892 1021 1 1 24.4497 -84.1214 -174.581 - 30 138.562 1020 1 1 24.25 -84.1083 -174.693 - 30 183.046 1019 1 1 24.05 -84.0396 -174.643 - 30 94.1581 739 4 1 -32.2499 -105.166 -84.4512 - 30 72.2 740 4 1 -32.0499 -104.671 -84.6858 - 30 139.924 381 4 0 -31.8196 -103.943 -85.8501 - 30 18.8762 380 4 0 -31.722 -103.95 -86.1958 - 30 223.351 226 4 0 -41.7117 -134.788 -86.25 - 30 182.909 225 4 0 -42.3126 -134.95 -86.0614 - 30 78.0869 224 4 0 -42.5826 -135.15 -86.0258 - 30 113.306 223 4 0 -42.5724 -135.35 -85.9905 - 30 2.16491 222 4 0 -42.4498 -135.55 -85.8506 - 30 141.601 691 4 1 -41.6714 -138.53 -84.85 - 30 135.881 692 4 1 -41.65 -138.57 -84.842 - 30 133.101 358 0 0 -27.1345 -108.413 -205.85 -Number of digits in this event: 71 -Using G4ParticleGun... -Particle energy: 3.28999 LIN +Number of tracker hits in this event: 25 + 30 108.698 550 8 1 -70.0425 -119.694 35.55 + 30 115.988 302 8 0 -70.0437 -119.695 34.15 + 30 119.163 549 7 1 -70.0737 -119.717 5.55 + 30 112.408 302 7 0 -70.0751 -119.702 4.15 + 30 107.259 550 6 1 -69.9528 -119.396 -24.45 + 30 122.1 304 6 0 -69.9263 -119.341 -25.85 + 30 124.492 553 5 1 -69.307 -118.212 -54.45 + 30 110.123 310 5 0 -69.2505 -118.141 -55.85 + 30 120.199 559 4 1 -68.1994 -116.632 -84.45 + 30 103.501 317 4 0 -68.1439 -116.564 -85.85 + 30 33.1661 318 4 0 -68.1321 -116.55 -86.1454 + 30 115.403 565 3 1 -67.0238 -115.191 -114.45 + 30 109.286 324 3 0 -66.9694 -115.168 -115.85 + 30 116.3 570 2 1 -65.8644 -114.615 -144.45 + 30 126.887 328 2 0 -65.8649 -114.531 -145.85 + 30 134.674 570 1 1 -65.9384 -112.997 -174.45 + 30 113.13 335 1 0 -65.8844 -112.961 -175.85 + 30 116.563 575 0 1 -64.9485 -112.361 -204.45 + 30 114.394 339 0 0 -64.8466 -112.335 -205.85 + 30 119.605 301 4 0 -70.006 -119.847 -85.85 + 30 3.94979 114 4 0 -74.9466 -157.343 -86.25 + 30 180.908 113 4 0 -74.9455 -157.35 -86.2423 + 30 120.445 527 4 1 -74.5497 -157.471 -84.85 + 30 7.78759 528 4 1 -74.45 -157.296 -84.8475 + 30 237.747 127 4 0 -74.036 -154.648 -85.85 +Number of digits in this event: 10 +Using G4ParticleGun... +Particle energy: 9.05786 LIN Particle: e- Event: 31 -Number of tracker hits in this event: 18 - 31 103.813 1561 8 1 132.383 49.7311 35.55 - 31 96.3268 1148 8 0 132.382 49.7318 34.15 - 31 129.388 1561 7 1 132.356 49.7376 5.55 - 31 114.14 1148 7 0 132.353 49.7354 4.15 - 31 197.33 1560 6 1 132.306 49.6964 -24.45 - 31 114.003 1148 6 0 132.304 49.6938 -25.85 - 31 146.823 1560 5 1 132.281 49.6298 -54.45 - 31 146.226 1147 5 0 132.278 49.6276 -55.85 - 31 127.506 1560 4 1 132.221 49.5849 -84.45 - 31 156.673 1147 4 0 132.214 49.5982 -85.85 - 31 126.061 1559 3 1 132.119 49.8643 -114.45 - 31 134.35 1149 3 0 132.106 49.8721 -115.85 - 31 110.797 1558 2 1 131.905 49.9389 -144.45 - 31 140.224 1149 2 0 131.882 49.9266 -145.85 - 31 114.089 1555 1 1 131.239 49.6282 -174.45 - 31 171.097 1147 1 0 131.236 49.6129 -175.85 - 31 150.885 1554 0 1 131.108 49.2758 -204.45 - 31 132.51 1146 0 0 131.076 49.279 -205.85 -Number of digits in this event: 15 +Number of tracker hits in this event: 27 + 31 127.27 1459 8 1 111.968 86.8481 35.55 + 31 131.498 1333 8 0 111.968 86.8476 34.15 + 31 104.912 1459 7 1 111.975 86.8391 5.55 + 31 114.789 1333 7 0 111.975 86.8384 4.15 + 31 131.961 1459 6 1 111.978 86.8255 -24.45 + 31 177.499 1333 6 0 111.978 86.8251 -25.85 + 31 146.613 1459 5 1 111.972 86.8229 -54.45 + 31 113.444 1333 5 0 111.972 86.823 -55.85 + 31 117.321 1459 4 1 111.979 86.8262 -84.45 + 31 117.737 1333 4 0 111.979 86.8257 -85.85 + 31 294.91 1459 3 1 111.974 86.8138 -114.45 + 31 109.444 1333 3 0 111.973 86.8133 -115.85 + 31 128.903 1459 2 1 111.962 86.8038 -144.45 + 31 132.398 1333 2 0 111.962 86.803 -145.85 + 31 112.977 1459 1 1 111.954 86.7886 -174.45 + 31 105.573 1333 1 0 111.953 86.7885 -175.85 + 31 114.877 1458 0 1 111.928 86.7814 -204.45 + 31 118.737 1333 0 0 111.928 86.7796 -205.85 + 31 1.84179 1068 3 1 33.8443 82.7945 -114.45 + 31 172.051 1069 3 1 33.85 82.7938 -114.454 + 31 185.391 1270 1 1 74.25 -65.153 -174.798 + 31 89.2269 1458 1 1 111.95 86.7905 -174.599 + 31 86.9285 1457 1 1 111.75 86.877 -174.712 + 31 49.3978 1331 1 0 110.938 86.2976 -175.85 + 31 63.9157 1330 1 0 110.9 86.25 -175.879 + 31 40.5439 1339 1 0 113.028 87.9109 -175.85 + 31 128.549 1470 1 1 114.166 87.4173 -174.85 +Number of digits in this event: 13 Using G4ParticleGun... -Particle energy: 8.77425 LIN +Particle energy: 2.823 LIN Particle: e- Event: 32 -Number of tracker hits in this event: 41 - 32 293.177 1106 10 1 41.3675 -84.0846 95.55 - 32 118.034 479 10 0 41.3671 -84.0837 94.15 - 32 251.816 1106 9 1 41.3593 -84.063 65.55 - 32 166.337 479 9 0 41.3568 -84.0603 64.15 - 32 223.191 1106 8 1 41.307 -84.0038 35.55 - 32 161.811 480 8 0 41.3046 -84.0019 34.15 - 32 106.055 1106 7 1 41.2567 -83.9662 5.55 - 32 108.09 480 7 0 41.2534 -83.9643 4.15 - 32 157.357 1105 6 1 41.1864 -83.9253 -24.45 - 32 227.136 480 6 0 41.1836 -83.9229 -25.85 - 32 218.515 1105 5 1 41.1266 -83.8741 -54.45 - 32 128.402 480 5 0 41.1228 -83.8704 -55.85 - 32 106.725 1104 4 1 41.0433 -83.7942 -84.45 - 32 104.154 481 4 0 41.0388 -83.791 -85.85 - 32 106.427 1104 3 1 40.9543 -83.7372 -114.45 - 32 213.84 481 3 0 40.9512 -83.7354 -115.85 - 32 212.758 1104 2 1 40.8847 -83.6895 -144.45 - 32 120.186 481 2 0 40.8811 -83.6883 -145.85 - 32 115.804 1103 1 1 40.8023 -83.6608 -174.45 - 32 164.18 481 1 0 40.8001 -83.661 -175.85 - 32 145.496 1103 0 1 40.7597 -83.6683 -204.45 - 32 110.489 481 0 0 40.7579 -83.6694 -205.85 - 32 159.089 99 1 0 47.6434 -160.252 -176.25 - 32 11.9874 98 1 0 47.3859 -160.35 -175.881 - 32 36.7704 1131 1 1 46.3606 -160.551 -174.85 - 32 94.5395 1130 1 1 46.2499 -160.558 -174.731 - 32 2.31053 1129 1 1 46.05 -160.603 -174.461 - 32 133.589 188 2 0 -49.9836 -142.45 -146.25 - 32 6.18435 307 3 0 118.46 -118.742 -116.25 - 32 121.085 306 3 0 118.484 -118.75 -116.241 - 32 145.917 305 3 0 118.801 -118.95 -116.006 - 32 2.68058 304 3 0 119.096 -119.15 -115.856 - 32 365.773 1501 3 1 120.366 -119.917 -114.85 - 32 165.752 1500 3 1 120.35 -120.134 -114.582 - 32 21.4004 281 3 0 121.263 -123.75 -116.093 - 32 117.169 1490 4 0 51.1183 118.322 -86.25 - 32 122.552 1156 4 1 51.3339 118.087 -84.8497 - 32 88.5929 1155 4 1 51.25 118.14 -84.5262 - 32 56.5726 1106 6 1 41.25 -83.9284 -24.6318 - 32 294.933 1105 10 1 41.25 -83.7018 95.4929 - 32 155.93 490 10 0 42.787 -82.0094 94.15 -Number of digits in this event: 26 +Number of tracker hits in this event: 19 + 32 109.121 1631 7 1 146.442 -5.66175 5.55 + 32 90.9894 871 7 0 146.442 -5.66331 4.15 + 32 107.127 1631 6 1 146.427 -5.685 -24.45 + 32 140.352 871 6 0 146.421 -5.68562 -25.85 + 32 119.665 1630 5 1 146.312 -5.65591 -54.45 + 32 167.791 871 5 0 146.285 -5.65565 -55.85 + 32 126.105 1628 4 1 145.782 -5.69882 -84.45 + 32 129.165 871 4 0 145.757 -5.70365 -85.85 + 32 108.406 1625 3 1 145.226 -5.8327 -114.45 + 32 95.7818 871 3 0 145.196 -5.83806 -115.85 + 32 124.385 1622 2 1 144.614 -5.94062 -144.45 + 32 110.513 870 2 0 144.576 -5.94641 -145.85 + 32 249.969 1618 1 1 143.803 -6.02396 -174.45 + 32 111.569 870 1 0 143.769 -6.02083 -175.85 + 32 81.8771 1614 0 1 143.074 -5.97657 -204.45 + 32 124.037 870 0 0 143.022 -5.93533 -205.85 + 32 438.862 1631 0 1 146.537 -6.05256 -204.45 + 32 136.473 869 0 0 146.541 -6.05777 -205.85 + 32 9.61282 94 2 0 13.5378 -161.15 -146.047 +Number of digits in this event: 11 Using G4ParticleGun... -Particle energy: 1.01761 LIN +Particle energy: 5.14706 LIN Particle: e- Event: 33 -Number of tracker hits in this event: 49 - 33 117.189 384 9 1 -103.217 -68.5023 65.55 - 33 163.593 557 9 0 -103.217 -68.5082 64.15 - 33 197.657 384 8 1 -103.237 -68.6271 35.55 - 33 15.0821 557 8 0 -103.22 -68.6491 34.15 - 33 186.419 556 8 0 -103.219 -68.65 34.0919 - 33 142.106 386 7 1 -102.874 -69.1249 5.55 - 33 126.436 554 7 0 -102.857 -69.1461 4.15 - 33 151.947 388 6 1 -102.493 -69.5541 -24.45 - 33 175.238 552 6 0 -102.483 -69.5756 -25.85 - 33 195.795 389 5 1 -102.273 -70.0148 -54.45 - 33 108.452 550 5 0 -102.263 -70.0302 -55.85 - 33 110.473 390 4 1 -102.072 -70.313 -84.45 - 33 131.259 548 4 0 -102.063 -70.3253 -85.85 - 33 117.331 391 3 1 -101.858 -70.5891 -114.45 - 33 127.668 547 3 0 -101.852 -70.6034 -115.85 - 33 142.535 392 2 1 -101.735 -70.9102 -144.45 - 33 135.323 545 2 0 -101.73 -70.9235 -145.85 - 33 142.276 392 1 1 -101.638 -71.1832 -174.45 - 33 114.231 544 1 0 -101.647 -71.1944 -175.85 - 33 108.971 392 0 1 -101.697 -71.4221 -204.45 - 33 124.952 543 0 0 -101.699 -71.4305 -205.85 - 33 59.483 497 6 0 -105.214 -80.5257 -26.25 - 33 260.061 393 3 1 -101.399 -70.7115 -114.45 - 33 75.2391 545 3 0 -101.679 -70.9886 -115.85 - 33 41.3077 544 3 0 -101.754 -71.05 -116.15 - 33 95.7767 341 2 1 -111.802 -74.7578 -144.45 - 33 36.6494 340 2 1 -111.95 -74.7199 -144.717 - 33 170.703 527 2 0 -112.679 -74.5382 -145.85 - 33 16.5254 394 3 1 -101.35 -70.671 -114.794 - 33 135.489 548 3 0 -101.038 -70.4342 -115.85 - 33 21.4461 448 2 1 -90.3877 -69.1914 -144.45 - 33 113.103 449 2 1 -90.35 -69.2006 -144.489 - 33 86.7673 450 2 1 -90.0495 -69.2604 -144.69 - 33 5.68932 550 2 0 -89.5613 -70.0399 -145.85 - 33 80.8063 549 2 0 -89.5556 -70.05 -145.864 - 33 67.4451 548 2 0 -89.4564 -70.25 -146.076 - 33 77.6213 420 2 0 -41.6454 -96.112 -146.25 - 33 129.395 419 2 0 -41.485 -96.15 -146.112 - 33 65.648 418 2 0 -41.1971 -96.3509 -145.988 - 33 69.6691 700 2 1 -40.0191 -96.9246 -144.85 - 33 63.1718 701 2 1 -39.8499 -97.0207 -144.712 - 33 65.8575 702 2 1 -39.65 -97.1401 -144.639 - 33 45.5823 703 2 1 -39.45 -97.1936 -144.558 - 33 125.025 704 2 1 -39.25 -97.2287 -144.482 - 33 32.646 412 2 0 -39.1126 -97.7014 -145.85 - 33 113.856 411 2 0 -39.0903 -97.75 -145.959 - 33 7.08103 552 2 0 -89.2121 -69.5209 -145.85 - 33 49.1604 544 0 1 -71.1632 -70.6787 -204.85 - 33 144.188 545 0 1 -71.05 -70.7107 -204.723 -Number of digits in this event: 22 +Number of tracker hits in this event: 55 + 33 179.279 285 9 1 -123.006 -24.5252 65.55 + 33 140.446 777 9 0 -123.006 -24.5252 64.15 + 33 113.411 285 8 1 -123.022 -24.5265 35.55 + 33 143.894 777 8 0 -123.03 -24.5306 34.15 + 33 148.065 284 7 1 -123.195 -24.6146 5.55 + 33 175.698 777 7 0 -123.204 -24.6203 4.15 + 33 116.822 283 6 1 -123.403 -24.7329 -24.45 + 33 114.517 776 6 0 -123.413 -24.7388 -25.85 + 33 175.015 282 5 1 -123.63 -24.863 -54.45 + 33 127.7 775 5 0 -123.641 -24.8704 -55.85 + 33 320.828 281 4 1 -123.878 -25.02 -84.45 + 33 406.927 775 4 0 -123.888 -25.0275 -85.85 + 33 132.186 280 3 1 -124.09 -25.1865 -114.45 + 33 125.652 774 3 0 -124.102 -25.1927 -115.85 + 33 144.867 279 2 1 -124.343 -25.3187 -144.45 + 33 127.193 773 2 0 -124.353 -25.3259 -145.85 + 33 124.256 277 1 1 -124.566 -25.4728 -174.45 + 33 121.95 772 1 0 -124.577 -25.4789 -175.85 + 33 373.97 276 0 1 -124.803 -25.6027 -204.45 + 33 357.27 772 0 0 -124.815 -25.6092 -205.85 + 33 59.483 310 2 1 -118.122 18.2817 -144.85 + 33 126.559 718 1 0 -122.206 -36.278 -176.25 + 33 119.992 289 1 1 -122.298 -36.6223 -174.85 + 33 112.004 709 1 0 -114.095 -38.0963 -176.249 + 33 112.705 330 1 1 -114.073 -38.3903 -174.85 + 33 25.3619 331 1 1 -113.95 -38.4305 -174.526 + 33 65.6456 769 3 1 -26.1949 -136.376 -114.85 + 33 36.2579 816 1 0 57.6374 -16.7878 -176.25 + 33 49.639 1422 3 0 64.1275 104.75 -116.222 + 33 105.677 281 3 1 -123.812 -25.2883 -114.45 + 33 109.809 773 3 0 -123.785 -25.3079 -115.85 + 33 209.255 283 2 1 -123.438 -25.2854 -144.45 + 33 171.616 774 2 0 -123.427 -25.243 -145.85 + 33 123.364 285 1 1 -122.996 -24.2485 -174.45 + 33 7.52324 286 1 1 -122.95 -24.2144 -174.814 + 33 126.275 779 1 0 -122.821 -24.1185 -175.85 + 33 103.415 304 0 1 -119.197 -21.2585 -204.45 + 33 2.66904 794 0 0 -119.21 -21.052 -205.85 + 33 113.878 795 0 0 -119.21 -21.0499 -205.864 + 33 105.85 268 3 1 -126.4 -27.1701 -114.45 + 33 46.708 267 3 1 -126.55 -27.1038 -114.695 + 33 145.648 766 3 0 -127.164 -26.8169 -115.85 + 33 44.7222 216 2 1 -136.896 -20.7989 -144.45 + 33 128.341 215 2 1 -136.95 -20.7324 -144.538 + 33 119.486 802 2 0 -137.742 -19.6081 -145.85 + 33 121.979 803 2 0 -137.895 -19.4496 -146.037 + 33 27.2524 25 1 1 -175.067 12.737 -174.45 + 33 61.6816 24 1 1 -175.15 12.7587 -174.524 + 33 63.36 23 1 1 -175.351 12.7743 -174.674 + 33 47.982 22 1 1 -175.55 12.8251 -174.799 + 33 113.392 965 1 0 -177.245 13.1848 -175.85 + 33 43.0628 966 1 0 -177.503 13.25 -176.087 + 33 36.9132 22 0 1 -175.703 10.8188 -204.45 + 33 92.1241 21 0 1 -175.75 10.7905 -204.589 + 33 184.039 951 0 0 -176.164 10.4136 -205.851 +Number of digits in this event: 28 Using G4ParticleGun... -Particle energy: 6.74839 LIN +Particle energy: 6.64527 LIN Particle: e- Event: 34 -Number of tracker hits in this event: 29 - 34 122.766 1511 9 1 122.52 5.36694 65.55 - 34 141.738 926 9 0 122.52 5.36672 64.15 - 34 126.389 1511 8 1 122.528 5.36082 35.55 - 34 183.207 926 8 0 122.529 5.3615 34.15 - 34 114.932 1511 7 1 122.544 5.38146 5.55 - 34 153.089 926 7 0 122.545 5.38213 4.15 - 34 155.624 1512 6 1 122.562 5.39298 -24.45 - 34 164.623 926 6 0 122.563 5.3931 -25.85 - 34 127.087 1512 5 1 122.584 5.39111 -54.45 - 34 109.666 926 5 0 122.586 5.39179 -55.85 - 34 173.217 1512 4 1 122.61 5.39923 -84.45 - 34 125.022 926 4 0 122.604 5.40262 -85.85 - 34 126.546 1511 3 1 122.523 5.47362 -114.45 - 34 101.195 927 3 0 122.52 5.47805 -115.85 - 34 174.071 1511 2 1 122.454 5.54344 -144.45 - 34 139.851 927 2 0 122.454 5.54669 -145.85 - 34 104.12 1511 1 1 122.453 5.6161 -174.45 - 34 173.326 927 1 0 122.455 5.62385 -175.85 - 34 272.165 1511 0 1 122.484 5.82962 -204.45 - 34 101.459 928 0 0 122.472 5.82173 -205.85 - 34 19.8773 1206 8 1 61.4377 42.4844 35.55 - 34 278.986 1207 8 1 61.45 42.4883 35.5064 - 34 72.6467 1511 4 1 122.55 5.30779 -84.4884 - 34 287.927 1514 0 1 122.951 5.33686 -204.45 - 34 213.743 926 0 0 122.956 5.33814 -205.85 - 34 9.8058 1324 0 1 84.9117 77.8724 -204.45 - 34 6.21881 1529 1 1 126.15 -5.52275 -174.711 - 34 145.904 1512 7 1 122.55 5.3805 5.47612 - 34 219.396 1513 7 1 122.75 5.40912 5.35673 -Number of digits in this event: 22 +Number of tracker hits in this event: 116 + 34 117.877 968 10 1 13.8475 -93.3453 95.55 + 34 130.717 434 10 0 13.8492 -93.3439 94.15 + 34 127.983 969 9 1 13.8874 -93.3034 65.55 + 34 102.797 434 9 0 13.8863 -93.3021 64.15 + 34 120.979 969 8 1 13.8569 -93.2825 35.55 + 34 287.877 434 8 0 13.8544 -93.2822 34.15 + 34 478.895 968 7 1 13.817 -93.2778 5.55 + 34 271.954 434 7 0 13.8148 -93.2765 4.15 + 34 216.386 968 6 1 13.7621 -93.256 -24.45 + 34 273.278 434 6 0 13.7596 -93.2552 -25.85 + 34 141.394 968 5 1 13.7057 -93.238 -54.45 + 34 346.009 434 5 0 13.6989 -93.2383 -55.85 + 34 394.753 967 4 1 13.5591 -93.2353 -84.45 + 34 389.898 434 4 0 13.549 -93.2368 -85.85 + 34 122.377 966 3 1 13.349 -93.251 -114.45 + 34 109.06 434 3 0 13.3375 -93.2482 -115.85 + 34 117.814 965 2 1 13.0975 -93.1992 -144.45 + 34 244.751 434 2 0 13.0836 -93.1953 -145.85 + 34 114.488 963 1 1 12.7927 -93.0978 -174.45 + 34 178.667 435 1 0 12.7819 -93.097 -175.85 + 34 126.589 962 0 1 12.5457 -93.0734 -204.45 + 34 118.475 435 0 0 12.536 -93.0759 -205.85 + 34 62.3304 486 1 0 -57.808 -82.85 -176.103 + 34 116.119 235 0 0 39.3018 -132.95 -206.163 + 34 9.87657 993 3 1 18.8454 -91.8111 -114.45 + 34 115.563 994 3 1 18.85 -91.8248 -114.492 + 34 107.021 439 3 0 19.0603 -92.2314 -115.85 + 34 50.9243 1013 2 1 22.8021 -99.6893 -144.451 + 34 94.1617 1014 2 1 22.85 -99.7183 -144.582 + 34 151.675 400 2 0 23.2893 -100.015 -145.851 + 34 17.1227 1057 1 1 31.614 -107.265 -174.45 + 34 90.281 1058 1 1 31.65 -107.286 -174.499 + 34 26.0909 1059 1 1 31.85 -107.404 -174.771 + 34 187.275 361 1 0 32.5753 -107.829 -175.85 + 34 11.1151 360 1 0 32.8557 -107.95 -176.22 + 34 131.155 1211 0 1 62.3095 -116.945 -204.45 + 34 44.3136 1212 0 1 62.4501 -117.265 -204.745 + 34 31.2757 308 0 0 63.1932 -118.481 -205.85 + 34 75.5311 307 0 0 63.236 -118.55 -205.915 + 34 65.3853 306 0 0 63.3589 -118.75 -206.103 + 34 93.6527 432 7 0 14.4587 -93.5631 4.15 + 34 66.3845 975 7 1 15.1389 -93.344 5.15 + 34 184.437 969 7 1 13.85 -93.3663 5.48486 + 34 247.864 429 7 0 14.2654 -94.3378 4.15 + 34 93.8781 428 7 0 14.2702 -94.35 4.13232 + 34 17.992 427 7 0 14.3472 -94.55 3.83142 + 34 221.578 318 7 0 50.8691 -116.383 3.75 + 34 112.881 1160 7 1 52.0691 -117.057 5.15005 + 34 125.451 1161 7 1 52.2502 -117.201 5.31247 + 34 40.6995 1162 7 1 52.45 -117.39 5.48019 + 34 52.4354 1163 7 1 52.6832 -117.387 5.55 + 34 76.1392 1164 7 1 52.8503 -117.361 5.4558 + 34 43.6281 1165 7 1 53.05 -117.331 5.25017 + 34 146.894 316 7 0 54.0838 -116.885 4.15 + 34 168.78 252 0 0 41.7868 -129.62 -206.25 + 34 18.4341 186 0 0 59.58 -142.893 -206.25 + 34 219.385 968 8 1 13.8331 -93.3243 35.55 + 34 90.8516 433 8 0 13.8466 -93.3638 34.15 + 34 137.026 970 7 1 14.0994 -94.1969 5.55 + 34 107.507 971 6 1 14.3648 -95.2193 -24.45 + 34 113.577 424 6 0 14.3623 -95.2734 -25.85 + 34 172.433 971 5 1 14.3326 -96.4612 -54.45 + 34 105.706 418 5 0 14.3385 -96.4965 -55.85 + 34 230.537 972 4 1 14.4671 -97.2973 -84.45 + 34 113.309 413 4 0 14.4791 -97.3832 -85.85 + 34 272.411 973 3 1 14.7614 -99.2534 -114.45 + 34 137.043 403 3 0 14.8201 -99.3628 -115.85 + 34 142.976 980 2 1 16.1413 -101.609 -144.45 + 34 23.3445 392 2 0 16.1744 -101.748 -145.85 + 34 194.553 391 2 0 16.1749 -101.75 -145.873 + 34 256.729 983 1 1 16.8404 -104.6 -174.45 + 34 154.047 377 1 0 16.8688 -104.726 -175.85 + 34 30.2145 376 1 0 16.8741 -104.75 -176.114 + 34 129.534 986 0 1 17.3664 -107.224 -204.45 + 34 139.769 364 0 0 17.417 -107.317 -205.85 + 34 130.63 982 1 1 16.65 -104.306 -174.672 + 34 100.055 981 1 1 16.45 -104.094 -174.757 + 34 107.344 980 1 1 16.25 -103.829 -174.649 + 34 163.19 979 1 1 16.05 -103.762 -174.55 + 34 1.9062 978 1 1 15.85 -104.167 -174.453 + 34 197.805 984 1 1 16.8968 -104.44 -174.45 + 34 101.169 973 4 1 14.65 -97.2937 -84.6375 + 34 226.885 416 4 0 15.0446 -96.8858 -85.85 + 34 110.259 1025 2 1 25.1316 -100.95 -144.45 + 34 214.562 1026 2 1 25.25 -100.965 -144.572 + 34 71.1862 1027 2 1 25.4507 -101.018 -144.73 + 34 322.257 395 2 0 27.0373 -101.086 -145.85 + 34 104.921 308 2 0 55.7799 -118.487 -146.25 + 34 6.74544 307 2 0 55.7069 -118.55 -145.875 + 34 7.43073 1175 2 1 55.0685 -118.724 -144.85 + 34 101.634 1174 2 1 55.05 -118.729 -144.822 + 34 25.4693 798 3 0 -6.19179 -20.3317 -116.25 + 34 47.075 799 3 0 -6.21106 -20.2499 -116.217 + 34 57.0285 800 3 0 -6.24877 -20.0499 -116.147 + 34 94.6758 801 3 0 -6.25812 -19.85 -116.06 + 34 6.53396 802 3 0 -6.2833 -19.65 -115.859 + 34 258.99 868 3 1 -6.32647 -18.7205 -114.85 + 34 147.134 867 3 1 -6.45029 -18.3669 -114.553 + 34 26.561 869 3 1 -6.25 -17.8271 -114.772 + 34 100.333 814 3 0 -6.12966 -17.2499 -115.85 + 34 56.1966 815 3 0 -6.05891 -17.05 -116.111 + 34 217.404 396 2 0 25.8363 -100.809 -145.85 + 34 16.9168 397 2 0 26.1094 -100.75 -146.217 + 34 172.175 365 2 0 70.1959 -107.135 -146.25 + 34 159.952 366 2 0 70.4028 -106.95 -146.03 + 34 61.5116 367 2 0 70.4851 -106.75 -146.067 + 34 124.984 390 2 0 26.8071 -102.132 -145.85 + 34 84.9173 389 2 0 26.83 -102.15 -145.867 + 34 148.037 967 5 1 13.4754 -93.2914 -54.45 + 34 140.633 967 3 1 13.6351 -93.1188 -114.45 + 34 122.475 435 3 0 13.644 -93.1217 -115.85 + 34 123.225 968 2 1 13.835 -93.201 -144.45 + 34 115.694 969 1 1 14.0395 -93.3125 -174.45 + 34 145.699 434 1 0 14.0474 -93.3163 -175.85 + 34 110.06 970 0 1 14.1794 -93.3969 -204.45 + 34 101.854 433 0 0 14.1903 -93.4043 -205.85 +Number of digits in this event: 57 Using G4ParticleGun... -Particle energy: 3.07054 LIN +Particle energy: 5.15813 LIN Particle: e- Event: 35 -Number of tracker hits in this event: 181 - 35 102.591 690 11 1 -41.918 -62.7275 125.55 - 35 115.451 586 11 0 -41.9186 -62.7283 124.15 - 35 148.366 690 10 1 -41.9305 -62.7547 95.55 - 35 146.484 586 10 0 -41.9266 -62.7529 94.15 - 35 122.144 691 9 1 -41.8373 -62.726 65.55 - 35 281.355 586 9 0 -41.8353 -62.7269 64.15 - 35 242.788 691 8 1 -41.7724 -62.7547 35.55 - 35 519.777 586 8 0 -41.7708 -62.7517 34.15 - 35 112.349 691 7 1 -41.7382 -62.6865 5.55 - 35 137.14 586 7 0 -41.7364 -62.6852 4.15 - 35 121.21 691 6 1 -41.7066 -62.6784 -24.45 - 35 120.523 586 6 0 -41.7035 -62.6799 -25.85 - 35 403.648 692 5 1 -41.6379 -62.7302 -54.45 - 35 330.646 586 5 0 -41.6373 -62.7306 -55.85 - 35 106.848 691 4 1 -41.6759 -62.6759 -84.45 - 35 122.24 586 4 0 -41.6808 -62.6748 -85.85 - 35 111.807 691 3 1 -41.7863 -62.657 -114.45 - 35 137.43 586 3 0 -41.7874 -62.6564 -115.85 - 35 419.256 691 2 1 -41.8048 -62.6372 -144.45 - 35 156.557 587 2 0 -41.8055 -62.64 -145.85 - 35 104.128 691 1 1 -41.8235 -62.6961 -174.45 - 35 126.215 586 1 0 -41.8186 -62.6972 -175.85 - 35 151.25 691 0 1 -41.6931 -62.7225 -204.45 - 35 171.704 586 0 0 -41.6849 -62.7313 -205.85 - 35 80.4789 643 0 0 -124.266 -51.3852 -206.25 - 35 156.554 642 0 0 -124.467 -51.45 -206.101 - 35 207.636 690 2 1 -41.85 -62.655 -144.653 - 35 253.312 690 8 1 -41.9921 -62.8279 35.55 - 35 111.654 689 8 1 -42.05 -62.8335 35.506 - 35 67.5857 688 8 1 -42.25 -62.871 35.3328 - 35 103.77 687 8 1 -42.45 -62.8684 35.2364 - 35 120.566 686 8 1 -42.65 -62.8758 35.2596 - 35 86.4579 685 8 1 -42.85 -62.6696 35.2209 - 35 57.6556 595 8 0 -44.3945 -60.9581 34.1499 - 35 82.6411 596 8 0 -44.4162 -60.85 34.0544 - 35 168.509 597 8 0 -44.4348 -60.65 34.0922 - 35 106.096 679 8 1 -44.153 -60.7495 35.15 - 35 39.9131 700 4 1 -39.8567 -65.1338 -84.45 - 35 117.146 701 4 1 -39.85 -65.2334 -84.5811 - 35 65.6996 568 4 0 -39.8265 -66.3005 -85.85 - 35 88.7336 567 4 0 -39.8284 -66.45 -86.0412 - 35 115.516 714 3 1 -37.0827 -88.4791 -114.45 - 35 27.3812 715 3 1 -37.05 -88.5716 -114.756 - 35 4.77953 456 3 0 -36.8899 -88.8447 -115.85 - 35 103.021 455 3 0 -36.8867 -88.85 -115.871 - 35 227.145 739 2 1 -32.1477 -89.3435 -144.45 - 35 0.0882949 451 2 0 -31.9796 -89.8497 -145.851 - 35 215.879 450 2 0 -31.9794 -89.8501 -145.852 - 35 62.4915 787 1 1 -22.5784 -96.7018 -174.45 - 35 144.017 788 1 1 -22.45 -96.7626 -174.598 - 35 217.84 415 1 0 -21.4712 -97.0817 -175.85 - 35 32.8711 414 1 0 -21.1981 -97.15 -176.16 - 35 31.0859 916 0 1 3.38253 -103.678 -204.45 - 35 62.1168 917 0 1 3.45 -103.643 -204.497 - 35 78.8418 918 0 1 3.65038 -103.569 -204.638 - 35 8.56097 919 0 1 3.85 -103.495 -204.833 - 35 93.2158 385 0 0 4.74381 -103.072 -205.85 - 35 67.5351 386 0 0 4.88327 -102.95 -206.061 - 35 208.257 738 2 1 -32.2502 -89.2224 -144.547 - 35 103.549 587 5 0 -41.5757 -62.5035 -55.8501 - 35 91.685 694 4 1 -41.0761 -62.1002 -84.45 - 35 9.51126 695 4 1 -41.05 -62.0946 -84.8097 - 35 99.6846 589 4 0 -40.9824 -62.081 -85.85 - 35 112.458 704 3 1 -39.1098 -61.8563 -114.45 - 35 127.264 590 3 0 -38.9461 -61.8593 -115.85 - 35 46.3672 725 2 1 -34.871 -62.1536 -144.45 - 35 76.045 726 2 1 -34.85 -62.1579 -144.576 - 35 115.506 589 2 0 -34.624 -62.2033 -145.85 - 35 114.321 753 1 1 -29.3468 -63.0762 -174.45 - 35 118.196 584 1 0 -29.1402 -63.1048 -175.85 - 35 216.994 776 0 1 -24.7876 -63.7321 -204.45 - 35 444.652 581 0 0 -24.4803 -63.7184 -205.85 - 35 221.853 584 0 0 -24.7721 -63.1618 -205.85 - 35 39.8586 636 0 0 -27.6917 -52.6535 -206.25 - 35 161.182 637 0 0 -27.6922 -52.65 -206.239 - 35 287.254 763 0 1 -27.3455 -52.7197 -204.85 - 35 438.479 764 0 1 -27.2497 -52.6906 -204.616 - 35 113.94 765 0 1 -27.05 -52.6593 -204.461 - 35 51.4904 635 0 0 -27.6655 -52.85 -205.896 - 35 61.2811 758 0 1 -28.2693 -54.1001 -204.85 - 35 12.4105 759 0 1 -28.2496 -54.2642 -204.848 - 35 282.972 622 0 0 -22.376 -55.4821 -205.85 - 35 0.133147 627 0 0 -29.9898 -54.5554 -205.85 - 35 366.632 690 9 1 -41.9202 -62.7805 65.55 - 35 126.557 587 9 0 -42.1502 -62.5477 64.15 - 35 174.292 658 8 1 -48.2668 -57.1613 35.5495 - 35 191.8 614 8 0 -48.3907 -57.2159 34.15 - 35 173.445 649 7 1 -50.1231 -56.5954 5.54957 - 35 170.474 616 7 0 -50.308 -56.726 4.14981 - 35 11.1744 632 6 1 -53.6314 -58.9561 -24.45 - 35 107.719 631 6 1 -53.65 -58.9662 -24.4958 - 35 122.489 604 6 0 -54.1061 -59.1688 -25.85 - 35 48.3798 581 5 1 -63.7763 -64.2233 -54.45 - 35 76.416 580 5 1 -63.85 -64.2325 -54.6071 - 35 121.621 578 5 0 -64.4451 -64.2595 -55.85 - 35 138.596 505 4 1 -78.9593 -64.8084 -84.4505 - 35 151.03 573 4 0 -79.2355 -65.3199 -85.85 - 35 21.9264 572 4 0 -79.2908 -65.45 -86.1679 - 35 132.039 484 3 1 -83.0852 -77.7721 -114.45 - 35 51.5727 508 3 0 -83.205 -78.3685 -115.85 - 35 46.4069 507 3 0 -83.2212 -78.45 -116.05 - 35 124.96 469 2 1 -86.1646 -88.1531 -144.45 - 35 94.3411 453 2 0 -85.9736 -89.2603 -145.85 - 35 62.8837 452 2 0 -85.9419 -89.45 -146.08 - 35 184.962 489 1 1 -82.1088 -114.702 -174.45 - 35 49.5014 322 1 0 -82.0029 -115.676 -175.85 - 35 131 321 1 0 -81.9959 -115.75 -175.96 - 35 11.8511 320 1 0 -81.9729 -115.95 -176.214 - 35 122.297 506 0 1 -78.73 -139.547 -204.45 - 35 129.078 201 0 0 -78.7902 -139.803 -205.85 - 35 112.517 184 0 0 -89.5375 -143.158 -206.249 - 35 161.9 185 0 0 -89.5187 -143.15 -206.161 - 35 15.1575 454 0 1 -89.07 -143.241 -204.85 - 35 157.813 455 0 1 -89.05 -143.244 -204.813 - 35 57.5065 456 0 1 -88.8497 -143.223 -204.591 - 35 351.984 457 0 1 -88.6087 -143.228 -204.45 - 35 83.0524 458 0 1 -88.45 -143.342 -204.693 - 35 140.603 459 0 1 -88.25 -143.498 -204.733 - 35 63.0732 460 0 1 -88.0499 -143.592 -204.757 - 35 57.3964 461 0 1 -87.85 -143.574 -204.709 - 35 69.5988 462 0 1 -87.65 -143.489 -204.677 - 35 271.682 463 0 1 -87.45 -143.435 -204.63 - 35 154.163 464 0 1 -87.25 -143.442 -204.532 - 35 191.367 507 0 1 -78.5813 -139.13 -204.45 - 35 27.8785 508 0 1 -78.45 -139.602 -204.801 - 35 121.207 194 0 0 -77.4133 -141.162 -205.85 - 35 83.1661 193 0 0 -77.2711 -141.35 -205.974 - 35 69.3636 192 0 0 -77.1052 -141.55 -206.068 - 35 134.945 191 0 0 -76.9315 -141.75 -206.14 - 35 19.8027 190 0 0 -76.7371 -141.95 -206.222 - 35 61.0724 1 0 0 -11.452 -179.875 -206.25 - 35 195.286 0 0 0 -11.2681 -179.95 -206.148 - 35 123.666 617 7 0 -50.2287 -56.65 3.9377 - 35 261.244 618 7 0 -50.0599 -56.45 3.8643 - 35 193.878 690 7 1 -41.9194 -62.8541 5.55 - 35 131.227 585 7 0 -41.9185 -62.8597 4.15 - 35 149.937 690 6 1 -41.8849 -62.9733 -24.45 - 35 121.125 585 6 0 -41.8801 -62.9835 -25.85 - 35 100.558 691 5 1 -41.7903 -63.2084 -54.45 - 35 133.986 584 5 0 -41.7825 -63.2224 -55.85 - 35 100.846 692 4 1 -41.6158 -63.507 -84.45 - 35 138.885 582 4 0 -41.6037 -63.5237 -85.85 - 35 129.538 693 3 1 -41.3752 -63.8501 -114.45 - 35 129.588 580 3 0 -41.3639 -63.8586 -115.85 - 35 136.499 694 2 1 -41.1608 -63.9871 -144.45 - 35 171.173 580 2 0 -41.1553 -63.9944 -145.85 - 35 290.072 694 1 1 -41.0513 -64.1429 -174.45 - 35 135.092 695 1 1 -41.05 -64.1442 -174.61 - 35 215.416 579 1 0 -41.0394 -64.1545 -175.85 - 35 123.986 696 0 1 -40.8322 -64.3801 -204.45 - 35 130.963 578 0 0 -40.8236 -64.3899 -205.85 - 35 109.232 581 2 0 -41.9793 -63.7739 -145.85 - 35 51.844 672 1 1 -45.4692 -71.863 -174.45 - 35 80.3559 671 1 1 -45.6507 -71.8515 -174.6 - 35 30.5818 670 1 1 -45.85 -71.7762 -174.774 - 35 122.381 542 1 0 -46.9654 -71.5186 -175.85 - 35 36.6367 543 1 0 -47.2799 -71.4499 -176.16 - 35 79.118 504 0 1 -79.0926 -62.2943 -204.45 - 35 109.845 503 0 1 -79.25 -62.4583 -204.593 - 35 37.6548 580 0 0 -79.9963 -63.8501 -206.123 - 35 163.456 583 2 0 -41.7101 -63.3827 -145.85 - 35 103.478 594 1 0 -41.0359 -61.1054 -175.85 - 35 81.4099 710 0 1 -37.9351 -58.4239 -204.45 - 35 95.9726 711 0 1 -37.85 -58.1996 -204.619 - 35 57.9048 616 0 0 -37.1033 -56.8446 -205.85 - 35 69.7996 617 0 0 -37.0019 -56.65 -206.027 - 35 15.9994 618 0 0 -36.9149 -56.4494 -206.199 - 35 115.665 696 1 1 -40.8498 -61.2648 -174.564 - 35 72.6635 697 1 1 -40.6499 -61.4164 -174.559 - 35 70.9946 698 1 1 -40.4499 -61.5337 -174.778 - 35 86.8205 699 1 1 -40.25 -61.7206 -174.77 - 35 53.7399 700 1 1 -40.05 -61.8702 -174.796 - 35 66.8265 701 1 1 -39.8495 -61.9225 -174.801 - 35 182.033 702 1 1 -39.65 -62.0685 -174.815 - 35 64.8904 703 1 1 -39.45 -62.1653 -174.776 - 35 80.7689 358 2 0 -33.3387 -108.427 -146.25 - 35 248.875 592 8 0 -42.7505 -61.6008 34.15 - 35 302.202 535 7 1 -72.8761 -86.5868 5.5499 - 35 223.074 524 9 0 -31.0822 -75.0973 63.75 - 35 222.642 756 9 1 -28.8201 -74.7418 65.15 - 35 153.232 757 9 1 -28.65 -74.6572 65.5019 -Number of digits in this event: 89 +Number of tracker hits in this event: 45 + 35 155.633 964 11 1 12.8916 41.5051 125.55 + 35 116.853 1107 11 0 12.8913 41.5046 124.15 + 35 133.009 964 10 1 12.8861 41.4919 95.55 + 35 139.843 1107 10 0 12.895 41.4801 94.15 + 35 147.226 964 9 1 13.0324 41.2277 65.55 + 35 205.937 1105 9 0 13.0361 41.2291 64.15 + 35 110.648 965 8 1 13.0835 41.2613 35.55 + 35 119.336 1105 8 0 13.0851 41.2499 34.15 + 35 114.593 965 7 1 13.1124 41.0125 5.55 + 35 108.681 1104 7 0 13.1367 40.9895 4.15 + 35 121.14 967 6 1 13.6381 40.4934 -24.45 + 35 12.5016 968 6 1 13.65 40.4828 -24.7935 + 35 291.279 1101 6 0 13.6895 40.4481 -25.85 + 35 54.8707 973 5 1 14.8408 39.5131 -54.45 + 35 38.6421 974 5 1 14.85 39.5074 -54.6823 + 35 94.0032 1097 5 0 14.897 39.482 -55.85 + 35 493.106 979 4 1 15.9495 38.9431 -84.45 + 35 139.581 1094 4 0 16.0013 38.9329 -85.85 + 35 125.98 985 3 1 17.0685 38.7003 -114.45 + 35 156.569 1093 3 0 17.1298 38.6775 -115.85 + 35 143.813 991 2 1 18.3886 38.2728 -144.45 + 35 138.027 1090 2 0 18.4451 38.2243 -145.85 + 35 113.94 997 1 1 19.58 37.306 -174.45 + 35 310.86 1085 1 0 19.6277 37.2139 -175.85 + 35 127.351 1002 0 1 20.531 35.2937 -204.45 + 35 124.628 1075 0 0 20.5315 35.1645 -205.85 + 35 59.7551 978 4 1 15.85 38.7689 -84.728 + 35 63.2885 1093 4 0 15.3191 38.7327 -85.8504 + 35 108.386 1092 4 0 15.2231 38.65 -85.9879 + 35 63.2626 1091 4 0 15.1019 38.45 -86.0332 + 35 71.3508 1090 4 0 15.0754 38.25 -86.1278 + 35 293.824 981 1 1 16.2766 39.1751 -174.451 + 35 262.841 1095 1 0 16.2844 39.1992 -175.85 + 35 155.336 983 0 1 16.6572 40.0577 -204.45 + 35 110.511 1100 0 0 16.8368 40.1714 -205.85 + 35 327.843 1094 1 0 16.2222 39.05 -176.143 + 35 46.3662 972 0 1 14.5149 37.6237 -204.45 + 35 101.052 971 0 1 14.45 37.718 -204.584 + 35 46.2993 1092 0 0 13.8201 38.5686 -205.85 + 35 314.207 1093 0 0 13.7582 38.6502 -205.973 + 35 180.683 1073 1 0 40.5438 34.6698 -176.249 + 35 16.1771 1103 1 1 40.837 34.3165 -174.85 + 35 294.725 1104 1 1 40.8502 34.2974 -174.809 + 35 22.265 1106 10 0 12.902 41.45 93.7702 + 35 169.563 931 10 0 30.9346 6.37688 93.75 +Number of digits in this event: 26 Using G4ParticleGun... -Particle energy: 5.19147 LIN +Particle energy: 6.67933 LIN Particle: e- Event: 36 -Number of tracker hits in this event: 33 - 36 120.485 1088 11 1 37.748 -45.0203 125.55 - 36 104.973 675 11 0 37.7479 -45.0211 124.15 - 36 139.247 1088 10 1 37.7449 -45.0283 95.55 - 36 131.011 675 10 0 37.7445 -45.0282 94.15 - 36 141.872 1088 9 1 37.7316 -45.0237 65.55 - 36 148.341 675 9 0 37.7321 -45.0222 64.15 - 36 336.664 1088 8 1 37.7413 -45.0008 35.55 - 36 139.788 675 8 0 37.7401 -44.9993 34.15 - 36 166.884 1088 7 1 37.7174 -44.9684 5.55 - 36 114.618 675 7 0 37.7173 -44.9667 4.15 - 36 104.581 1088 6 1 37.7118 -44.9309 -24.45 - 36 100.351 675 6 0 37.7112 -44.9294 -25.85 - 36 115.199 1088 5 1 37.6917 -44.8998 -54.45 - 36 148.733 675 5 0 37.6898 -44.8968 -55.85 - 36 119.296 1087 4 1 37.6468 -44.8368 -84.45 - 36 127.396 676 4 0 37.6441 -44.8337 -85.85 - 36 121.686 1087 3 1 37.5874 -44.7811 -114.45 - 36 116.123 676 3 0 37.5859 -44.777 -115.85 - 36 109.383 1087 2 1 37.5525 -44.6884 -144.45 - 36 107.1 676 2 0 37.5503 -44.6844 -145.85 - 36 160.559 1087 1 1 37.5102 -44.6091 -174.45 - 36 110.039 677 1 0 37.5084 -44.6069 -175.85 - 36 321.019 1087 0 1 37.4743 -44.5591 -204.45 - 36 115.396 677 0 0 37.4729 -44.5588 -205.85 - 36 147.199 673 4 1 -45.292 -95.9452 -84.85 - 36 143.494 672 4 1 -45.45 -96.1829 -84.4636 - 36 145.215 671 4 1 -45.65 -96.1518 -84.6864 - 36 123.897 670 4 1 -45.85 -96.2881 -84.7532 - 36 345.844 676 0 0 37.589 -44.7207 -205.85 - 36 6.46984 1011 0 1 22.45 -70.933 -204.752 - 36 240.065 769 0 0 47.4842 -26.1777 -206.25 - 36 4.04088 1135 0 1 47.2251 -25.9844 -204.85 - 36 59.5031 766 0 0 46.7597 -26.7233 -205.85 -Number of digits in this event: 21 +Number of tracker hits in this event: 82 + 36 190.99 876 11 1 -4.72019 -58.1193 125.55 + 36 114.615 609 11 0 -4.7202 -58.1201 124.15 + 36 116.98 876 10 1 -4.72212 -58.1338 95.55 + 36 367.582 609 10 0 -4.72277 -58.1338 94.15 + 36 116.583 876 9 1 -4.73953 -58.1329 65.55 + 36 134.941 609 9 0 -4.7385 -58.1369 64.15 + 36 106.004 876 8 1 -4.7094 -58.2134 35.55 + 36 140.337 609 8 0 -4.70705 -58.2162 34.15 + 36 90.2092 876 7 1 -4.65024 -58.2705 5.55 + 36 73.5951 877 7 1 -4.65 -58.2707 5.44568 + 36 146.625 608 7 0 -4.64674 -58.2724 4.15 + 36 96.6239 877 6 1 -4.57593 -58.3059 -24.45 + 36 145.774 608 6 0 -4.57274 -58.308 -25.85 + 36 156.427 877 5 1 -4.51068 -58.3515 -54.45 + 36 122.499 608 5 0 -4.5075 -58.3532 -55.85 + 36 507.998 878 4 1 -4.44246 -58.389 -84.45 + 36 459.316 608 4 0 -4.43878 -58.3902 -85.85 + 36 332.054 878 3 1 -4.36001 -58.4176 -114.45 + 36 109.61 608 3 0 -4.35433 -58.4195 -115.85 + 36 472.698 879 2 1 -4.23833 -58.4255 -144.45 + 36 290.055 608 2 0 -4.24026 -58.4329 -145.85 + 36 275.097 878 1 1 -4.26158 -58.6055 -174.45 + 36 360.288 607 1 0 -4.26753 -58.6128 -175.85 + 36 130.94 878 0 1 -4.34321 -58.7469 -204.45 + 36 376.47 606 0 0 -4.33863 -58.7508 -205.85 + 36 71.456 926 1 1 5.43109 -51.8615 -174.45 + 36 301.355 927 1 1 5.45 -51.8603 -174.485 + 36 70.4221 925 1 1 5.24972 -51.9272 -174.679 + 36 91.7714 924 1 1 5.05 -52.0591 -174.579 + 36 19.0658 923 1 1 4.84938 -52.1649 -174.477 + 36 201.383 880 2 1 -4.04973 -58.2779 -144.708 + 36 313.361 881 2 1 -3.84997 -58.3961 -144.731 + 36 312.408 878 2 1 -4.25 -58.4134 -144.53 + 36 221.494 607 2 0 -4.28591 -58.466 -145.85 + 36 394.75 879 0 1 -4.14831 -58.4544 -204.45 + 36 147.988 607 0 0 -4.1408 -58.459 -205.85 + 36 287.278 733 0 1 -33.2872 -4.32056 -204.45 + 36 115.778 879 1 1 -4.18607 -58.5172 -174.45 + 36 8.07297 1784 5 0 -88.504 176.95 -55.9776 + 36 230.593 1785 5 0 -88.5618 177.15 -55.8964 + 36 164.583 1786 5 0 -88.4473 177.35 -55.9971 + 36 100.773 875 3 1 -4.98774 -59.746 -114.45 + 36 135.412 600 3 0 -4.95072 -59.908 -115.85 + 36 148.614 580 2 0 -3.99531 -63.9743 -145.85 + 36 27.5629 849 1 1 -10.1893 -64.1877 -174.45 + 36 100.461 848 1 1 -10.25 -64.1639 -174.538 + 36 2.42847 847 1 1 -10.45 -64.0918 -174.839 + 36 2.22087 580 1 0 -11.0769 -63.8528 -175.85 + 36 412.554 581 1 0 -11.0842 -63.85 -175.862 + 36 47.903 774 0 1 -25.1813 -54.6751 -204.45 + 36 98.2082 773 0 1 -25.25 -54.6544 -204.556 + 36 0.140214 772 0 1 -25.45 -54.5969 -204.849 + 36 164.209 628 0 0 -26.2359 -54.4213 -205.85 + 36 154.582 877 3 1 -4.46264 -58.7079 -114.45 + 36 104.121 606 3 0 -4.46542 -58.7111 -115.85 + 36 122.853 877 2 1 -4.47191 -58.6968 -144.45 + 36 128.252 606 2 0 -4.47669 -58.7002 -145.85 + 36 127.244 877 1 1 -4.55241 -58.8523 -174.45 + 36 130.416 606 1 0 -4.62388 -58.835 -175.85 + 36 110.183 869 0 1 -6.11808 -58.3994 -204.45 + 36 133.33 608 0 0 -6.22656 -58.4139 -205.85 + 36 138.654 611 0 0 -4.36829 -57.6795 -205.85 + 36 233.23 723 2 0 5.60396 -35.4165 -146.25 + 36 85.3681 724 2 0 5.43437 -35.25 -146.001 + 36 99.8167 607 4 0 -4.42842 -58.5195 -85.85 + 36 13.6335 594 3 0 -4.31863 -61.2413 -115.85 + 36 109.537 593 3 0 -4.31624 -61.25 -115.901 + 36 145.678 885 2 1 -2.97075 -66.0966 -144.45 + 36 76.0537 568 2 0 -2.72703 -66.3888 -145.85 + 36 27.6593 567 2 0 -2.67741 -66.45 -146.146 + 36 91.1138 908 1 1 1.75 -72.2518 -174.45 + 36 20.841 909 1 1 1.85 -72.3122 -174.763 + 36 83.9173 537 1 0 2.21332 -72.5838 -175.85 + 36 55.1691 536 1 0 2.30288 -72.65 -176.112 + 36 157.521 960 0 1 12.0617 -80.824 -204.45 + 36 11.1455 961 0 1 12.25 -80.8989 -204.804 + 36 133.878 494 0 0 12.7739 -81.1519 -205.85 + 36 181.431 615 9 0 -38.2061 -57.0406 63.75 + 36 437.02 877 11 1 -4.58807 -58.0502 125.55 + 36 4.25015 878 11 1 -4.45 -57.7122 125.383 + 36 13.0588 615 11 0 -4.5032 -56.8923 124.15 + 36 51.0382 873 11 1 -5.34989 -56.7067 125.15 +Number of digits in this event: 47 Using G4ParticleGun... -Particle energy: 6.04788 LIN +Particle energy: 6.85968 LIN Particle: e- Event: 37 -Number of tracker hits in this event: 21 - 37 119.505 1210 8 1 62.1012 -125.617 35.55 - 37 109.254 272 8 0 62.1008 -125.618 34.15 - 37 130.193 1210 7 1 62.0924 -125.641 5.55 - 37 185.533 272 7 0 62.0934 -125.642 4.15 - 37 109.685 1210 6 1 62.1196 -125.653 -24.45 - 37 136.464 272 6 0 62.1206 -125.653 -25.85 - 37 106.706 1210 5 1 62.1402 -125.658 -54.45 - 37 125.072 272 5 0 62.142 -125.66 -55.85 - 37 136.434 1210 4 1 62.1804 -125.689 -84.45 - 37 221.268 272 4 0 62.1829 -125.69 -85.85 - 37 107.591 1210 3 1 62.2384 -125.709 -114.45 - 37 130.694 272 3 0 62.2397 -125.709 -115.85 - 37 103.977 1211 2 1 62.2592 -125.715 -144.45 - 37 128.226 272 2 0 62.258 -125.715 -145.85 - 37 177.684 1210 1 1 62.235 -125.73 -174.45 - 37 132.674 272 1 0 62.2345 -125.73 -175.85 - 37 119.893 1210 0 1 62.2228 -125.707 -204.45 - 37 249.555 272 0 0 62.2228 -125.707 -205.85 - 37 211.713 1593 9 1 138.858 -136.688 65.15 - 37 277.355 271 0 0 62.2868 -125.75 -206.179 - 37 158.435 271 2 0 62.2302 -125.75 -145.945 -Number of digits in this event: 17 +Number of tracker hits in this event: 76 + 37 254.022 668 10 1 -46.2641 83.5112 95.55 + 37 122.709 1317 10 0 -46.2646 83.5116 94.15 + 37 159.321 668 9 1 -46.274 83.5183 65.55 + 37 120.455 1317 9 0 -46.2735 83.5198 64.15 + 37 131.721 668 8 1 -46.2652 83.5486 35.55 + 37 132.433 1317 8 0 -46.2646 83.55 34.15 + 37 126.044 668 7 1 -46.2505 83.5837 5.55 + 37 119.03 1317 7 0 -46.2497 83.5849 4.15 + 37 113.952 669 6 1 -46.2389 83.6105 -24.45 + 37 113.05 1317 6 0 -46.2391 83.6121 -25.85 + 37 111.055 669 5 1 -46.2417 83.6383 -54.45 + 37 121.074 1317 5 0 -46.2393 83.6371 -55.85 + 37 244.531 669 4 1 -46.1781 83.6167 -84.45 + 37 227.375 1317 4 0 -46.1763 83.6152 -85.85 + 37 378.634 669 3 1 -46.1396 83.5854 -114.45 + 37 149.794 1317 3 0 -46.1374 83.5903 -115.85 + 37 242.912 669 2 1 -46.0878 83.6912 -144.45 + 37 189.674 1318 2 0 -46.0869 83.6964 -145.85 + 37 265.461 669 1 1 -46.0673 83.7952 -174.45 + 37 125.949 1318 1 0 -46.0669 83.8003 -175.85 + 37 457.834 669 0 1 -46.0565 83.901 -204.45 + 37 174.615 1319 0 0 -46.0561 83.9065 -205.85 + 37 156.592 532 0 1 -73.5473 116.824 -204.85 + 37 3.98957 1556 5 1 131.35 172.707 -54.5263 + 37 126.201 671 3 1 -45.687 80.8256 -114.45 + 37 113.804 1303 3 0 -45.7419 80.7007 -115.85 + 37 153.235 663 2 1 -47.2792 78.4589 -144.45 + 37 137.359 1290 2 0 -47.2636 78.2411 -145.85 + 37 117.894 665 1 1 -46.8682 73.7555 -174.45 + 37 145.129 1267 1 0 -46.8462 73.5701 -175.851 + 37 144.021 1247 0 0 -46.1119 69.5848 -205.85 + 37 119.92 1318 3 0 -46.2332 83.699 -115.85 + 37 102.808 1317 2 0 -46.1183 83.5718 -145.85 + 37 151.711 1316 1 0 -46.1363 83.3964 -175.85 + 37 138.481 1314 0 0 -46.1886 82.9712 -205.85 + 37 265.189 668 0 1 -46.25 83.0899 -204.493 + 37 243.295 1471 0 0 -45.3516 114.35 -206.162 + 37 36.5564 1472 0 0 -45.334 114.55 -206.033 + 37 46.5072 1470 0 0 -45.0842 114.35 -205.882 + 37 123.632 1319 3 0 -46.115 83.8573 -115.85 + 37 114.028 679 2 1 -44.2293 87.4958 -144.45 + 37 128.906 1337 2 0 -44.1697 87.5957 -145.85 + 37 136.718 686 1 1 -42.722 89.3782 -174.45 + 37 120.413 1348 1 0 -42.7585 89.6611 -175.85 + 37 77.2934 686 0 1 -42.8041 95.849 -204.45 + 37 21.518 685 0 1 -42.85 95.8843 -204.766 + 37 104.804 1379 0 0 -43.0165 95.9959 -205.85 + 37 45.1709 669 8 1 -46.25 83.5402 35.2452 + 37 217.063 1316 8 0 -45.8256 83.3543 34.15 + 37 23.3788 1315 8 0 -45.6526 83.25 33.8027 + 37 34.1637 724 7 1 -35.2293 67.2652 5.54864 + 37 70.7105 723 7 1 -35.25 67.2753 5.39286 + 37 124.074 1236 7 0 -35.4821 67.3024 4.15 + 37 28.5973 680 6 1 -43.9666 64.3568 -24.45 + 37 53.0155 681 6 1 -43.85 64.3234 -24.481 + 37 79.2502 682 6 1 -43.65 64.2636 -24.5229 + 37 91.6957 683 6 1 -43.45 64.1651 -24.6608 + 37 22.6127 1216 6 0 -41.7156 63.2721 -25.85 + 37 272.886 1215 6 0 -41.6674 63.25 -25.8849 + 37 81.8253 1205 8 0 -26.377 61.2289 33.75 + 37 300.063 1206 8 0 -26.337 61.25 33.8295 + 37 137.903 770 8 1 -25.9502 61.2577 35.15 + 37 186.143 669 10 1 -46.25 83.9655 95.3322 + 37 8.82571 670 10 1 -46.05 84.3224 95.1646 + 37 211.499 1320 10 0 -43.9238 84.1531 94.15 + 37 7.0832 689 10 1 -42.079 84.2654 95.15 + 37 64.8457 690 10 1 -42.05 84.2658 95.174 + 37 78.9607 691 10 1 -41.85 84.2462 95.2731 + 37 76.2847 692 10 1 -41.65 84.1646 95.2975 + 37 59.6006 693 10 1 -41.4499 84.0895 95.3041 + 37 98.2244 694 10 1 -41.2489 84.0891 95.2947 + 37 85.4418 695 10 1 -41.05 84.2077 95.2219 + 37 93.044 1312 10 0 -38.472 82.6051 94.15 + 37 131.257 1311 10 0 -38.5439 82.45 94.1032 + 37 135.574 702 10 1 -39.5041 81.872 95.15 + 37 98.9363 1325 10 0 -41.589 85.2283 94.15 +Number of digits in this event: 44 Using G4ParticleGun... -Particle energy: 6.95207 LIN +Particle energy: 5.97818 LIN Particle: e- Event: 38 -Number of tracker hits in this event: 22 - 38 141.76 569 10 1 -66.1815 83.4667 95.55 - 38 159.137 1317 10 0 -66.1823 83.4652 94.15 - 38 136.05 569 9 1 -66.1954 83.4334 65.55 - 38 148.675 1316 9 0 -66.1956 83.4315 64.15 - 38 136.158 569 8 1 -66.2006 83.3939 35.55 - 38 128.869 1316 8 0 -66.1993 83.3928 34.15 - 38 103.163 569 7 1 -66.1714 83.3748 5.55 - 38 110.447 1316 7 0 -66.1705 83.3734 4.15 - 38 112.019 569 6 1 -66.1495 83.3461 -24.45 - 38 209.409 1316 6 0 -66.1491 83.3454 -25.85 - 38 109.15 569 5 1 -66.1338 83.3278 -54.45 - 38 149.526 1316 5 0 -66.1351 83.3252 -55.85 - 38 100.579 569 4 1 -66.1588 83.2785 -84.45 - 38 186.007 1316 4 0 -66.1602 83.2779 -85.85 - 38 367.246 569 3 1 -66.1958 83.2648 -114.45 - 38 142.521 1316 3 0 -66.1962 83.2648 -115.85 - 38 128.538 569 2 1 -66.2069 83.2653 -144.45 - 38 120.344 1316 2 0 -66.2088 83.2684 -145.85 - 38 126.016 569 1 1 -66.2451 83.3377 -174.45 - 38 97.5111 1316 1 0 -66.2457 83.3386 -175.85 - 38 149.312 568 0 1 -66.2576 83.3546 -204.45 - 38 140.356 1316 0 0 -66.2584 83.354 -205.85 -Number of digits in this event: 18 +Number of tracker hits in this event: 86 + 38 112.278 797 10 0 114.501 -20.6371 94.15 + 38 187.57 1471 9 1 114.501 -20.6373 65.55 + 38 128.253 797 9 0 114.502 -20.6376 64.15 + 38 116.339 1471 8 1 114.508 -20.6753 35.55 + 38 133.642 796 8 0 114.508 -20.6769 34.15 + 38 108.876 1471 7 1 114.517 -20.7068 5.55 + 38 147.019 796 7 0 114.515 -20.7092 4.15 + 38 107.329 1471 6 1 114.484 -20.7614 -24.45 + 38 165.571 796 6 0 114.483 -20.7624 -25.85 + 38 116.298 1471 5 1 114.46 -20.79 -54.45 + 38 148.432 796 5 0 114.459 -20.7923 -55.85 + 38 557.558 1471 4 1 114.44 -20.8336 -84.45 + 38 389.124 796 4 0 114.44 -20.836 -85.85 + 38 221.778 1471 3 1 114.441 -20.8888 -114.45 + 38 313.685 795 3 0 114.442 -20.8921 -115.85 + 38 116.115 1471 2 1 114.457 -20.9587 -144.45 + 38 168.222 795 2 0 114.455 -20.9611 -145.85 + 38 114.55 1471 1 1 114.43 -21.0112 -174.45 + 38 123.055 795 1 0 114.428 -21.0123 -175.85 + 38 123.865 1471 0 1 114.396 -21.0458 -204.45 + 38 105.74 795 0 0 114.394 -21.0455 -205.85 + 38 31.9702 795 5 0 114.409 -20.85 -56.1813 + 38 62.2844 677 5 0 115.633 -44.6487 -56.25 + 38 72.3914 676 5 0 115.597 -44.65 -56.0857 + 38 65.7597 1475 5 1 115.296 -44.5792 -54.85 + 38 126.83 1474 5 1 115.15 -44.5377 -54.749 + 38 285.852 1473 5 1 114.95 -44.3968 -54.6799 + 38 19.3567 1472 5 1 114.75 -44.2253 -54.5779 + 38 118.923 810 3 0 114.392 -17.9727 -115.85 + 38 132.262 1463 2 1 112.792 -10.066 -144.45 + 38 89.8952 851 2 0 112.824 -9.71616 -145.85 + 38 34.0598 852 2 0 112.833 -9.65 -146.157 + 38 120.476 1472 1 1 114.572 -4.5593 -174.45 + 38 24.9114 878 1 0 114.683 -4.27234 -175.85 + 38 76.4044 879 1 0 114.692 -4.25 -175.961 + 38 132.255 1487 0 1 117.659 0.849811 -204.45 + 38 153.232 905 0 0 117.843 1.11063 -205.85 + 38 258.519 904 0 0 117.927 1.04998 -206.023 + 38 106.899 903 0 0 118.152 0.849837 -206.008 + 38 115.227 795 4 0 114.539 -20.8637 -85.85 + 38 127.355 1476 3 1 115.497 -20.838 -114.45 + 38 567.213 1481 2 1 116.538 -21.6474 -144.45 + 38 55.9566 1482 2 1 116.55 -21.6344 -144.653 + 38 97.5928 792 2 0 116.655 -21.5726 -145.85 + 38 277.888 1503 1 1 120.796 -20.2207 -174.45 + 38 115.915 800 1 0 120.95 -20.0393 -175.85 + 38 148.56 1520 0 1 124.169 -16.6129 -204.45 + 38 286.746 817 0 0 124.413 -16.6212 -205.85 + 38 124.964 818 0 0 134.411 -16.3294 -206.25 + 38 289.331 1579 0 1 136.018 -16.5765 -204.85 + 38 219.671 1580 0 1 136.15 -16.5875 -204.734 + 38 8.06487 794 1 0 117.582 -21.0627 -175.85 + 38 126.106 811 1 0 151.984 -17.8419 -176.25 + 38 211.99 812 1 0 151.918 -17.65 -176.07 + 38 49.5351 791 4 0 114.632 -21.7396 -85.85 + 38 83.4628 790 4 0 114.66 -21.85 -86.0191 + 38 149.625 1499 3 1 120.08 -38.1421 -114.45 + 38 22.1152 704 3 0 120.225 -39.2095 -115.851 + 38 80.8521 703 3 0 120.233 -39.2502 -115.905 + 38 54.6481 702 3 0 120.28 -39.45 -116.168 + 38 131.33 1518 2 1 123.858 -62.2716 -144.45 + 38 131.301 588 2 0 123.553 -62.3653 -145.85 + 38 44.8356 1508 1 1 121.89 -63.9143 -174.45 + 38 129.58 1509 1 1 121.95 -63.8075 -174.567 + 38 43.974 585 1 0 122.245 -62.9455 -175.85 + 38 95.8279 586 1 0 122.257 -62.8497 -175.987 + 38 128.305 1515 0 1 123.157 -45.2805 -204.45 + 38 50.6627 675 0 0 123.821 -44.9244 -205.85 + 38 87.5005 676 0 0 123.91 -44.85 -206.006 + 38 4.39673 677 0 0 124.049 -44.65 -206.237 + 38 153.934 768 0 0 135.651 -26.3868 -206.25 + 38 66.4173 1577 0 1 135.713 -26.3118 -204.849 + 38 29.0408 1578 0 1 135.75 -26.309 -204.542 + 38 20.9694 1077 3 0 125.794 35.523 -116.25 + 38 39.128 1140 3 0 78.6969 48.2151 -116.25 + 38 111.139 692 0 0 102.607 -41.45 -205.946 + 38 113.04 1464 3 1 113.024 -23.842 -114.45 + 38 97.3514 780 3 0 112.903 -23.9825 -115.851 + 38 115.7 1453 2 1 110.814 -26.2847 -144.45 + 38 122.424 768 2 0 110.865 -26.3986 -145.85 + 38 127.245 1453 1 1 110.929 -28.9755 -174.45 + 38 53.3058 754 1 0 110.903 -29.2134 -175.85 + 38 92.54 753 1 0 110.901 -29.25 -176.063 + 38 127.274 1453 0 1 110.891 -33.8954 -204.45 + 38 2.47163 1454 0 1 110.95 -33.955 -204.838 + 38 116.328 729 0 0 111.118 -34.1219 -205.85 +Number of digits in this event: 42 Using G4ParticleGun... -Particle energy: 7.07117 LIN +Particle energy: 1.62304 LIN Particle: e- Event: 39 -Number of tracker hits in this event: 200 - 39 131.094 1515 9 1 123.152 43.4255 65.55 - 39 106.109 1116 9 0 123.152 43.4254 64.15 - 39 226.299 1514 8 1 123.145 43.419 35.55 - 39 114.046 1116 8 0 123.145 43.4174 34.15 - 39 103.459 1514 7 1 123.137 43.3823 5.55 - 39 163.176 1116 7 0 123.135 43.3804 4.15 - 39 140.968 1514 6 1 123.109 43.3439 -24.45 - 39 161.147 1116 6 0 123.108 43.344 -25.85 - 39 113.05 1514 5 1 123.077 43.3467 -54.45 - 39 119.634 1116 5 0 123.078 43.3455 -55.85 - 39 423.389 1514 4 1 123.103 43.3196 -84.45 - 39 304.652 1116 4 0 123.102 43.3193 -85.85 - 39 505.307 1514 3 1 123.099 43.3101 -114.45 - 39 624.677 1116 3 0 123.1 43.3102 -115.85 - 39 130.579 1514 2 1 123.117 43.3138 -144.45 - 39 281.322 1116 2 0 123.117 43.3138 -145.85 - 39 99.6216 1514 1 1 123.118 43.3125 -174.45 - 39 196.362 1116 1 0 123.12 43.3123 -175.85 - 39 261.889 1515 0 1 123.16 43.3084 -204.45 - 39 364.556 1116 0 0 123.162 43.308 -205.85 - 39 18.9906 1516 0 1 123.55 99.3736 -204.729 - 39 17.3652 1446 7 0 122.685 109.35 3.87591 - 39 46.0137 184 4 0 -176.246 -143.163 -86.25 - 39 118.302 183 4 0 -176.458 -143.35 -86.0705 - 39 284.246 1513 0 1 122.879 43.3454 -204.45 - 39 63.93 1115 0 0 122.926 43.25 -206.019 - 39 99.6594 1513 2 1 122.774 43.3066 -144.45 - 39 119.138 1511 1 1 122.437 43.3982 -174.45 - 39 119.052 1506 0 1 121.478 43.9504 -204.45 - 39 123.59 1119 0 0 121.431 43.9707 -205.85 - 39 136.213 1516 2 1 123.513 42.5029 -144.45 - 39 152.998 1111 2 0 123.263 42.4181 -145.85 - 39 175.192 1489 1 1 118.14 40.4654 -174.45 - 39 126.11 1103 1 0 117.763 40.7156 -175.85 - 39 125.116 1444 0 1 109.057 45.7172 -204.45 - 39 144.377 1128 0 0 108.81 45.8083 -205.85 - 39 301.919 1521 0 1 124.378 40.8173 -204.45 - 39 134.822 1103 0 0 124.278 40.7405 -205.851 - 39 60.4714 659 10 0 70.85 -48.1465 93.75 - 39 114.521 658 10 0 70.6782 -48.25 93.8914 - 39 35.0154 1243 10 1 68.7588 -48.6653 95.15 - 39 70.231 1242 10 1 68.6499 -48.6763 95.2103 - 39 226.159 1241 10 1 68.4499 -48.8033 95.3073 - 39 121.363 1240 10 1 68.25 -48.8722 95.2928 - 39 91.5372 1239 10 1 68.05 -48.8019 95.2231 - 39 97.1135 1238 10 1 67.85 -48.73 95.2245 - 39 5.70329 668 10 0 66.5637 -46.269 94.15 - 39 124.249 669 10 0 66.5536 -46.25 94.1415 - 39 76.5561 670 10 0 66.2104 -46.0498 94.0133 - 39 30.3238 671 10 0 66.1272 -45.85 94.1359 - 39 198.995 1235 10 1 67.2013 -43.3094 95.15 - 39 131.713 1234 10 1 67.0497 -43.266 95.3917 - 39 96.9382 777 11 0 87.2769 -24.5354 123.75 - 39 12.3023 778 11 0 87.3388 -24.45 123.779 - 39 423.246 613 10 0 77.2888 -57.4045 93.75 - 39 82.819 1102 0 0 124.867 40.5071 -205.85 - 39 41.8791 1101 0 0 124.975 40.45 -206.094 - 39 38.608 1095 3 0 125.057 39.139 -115.85 - 39 59.6313 1094 3 0 125.12 39.0486 -115.881 - 39 68.3534 1093 3 0 125.234 38.85 -115.93 - 39 89.5456 1092 3 0 125.419 38.65 -115.902 - 39 80.9506 1091 3 0 125.628 38.45 -115.92 - 39 80.5811 1090 3 0 125.684 38.2499 -116.057 - 39 16.2702 1114 4 0 122.845 42.8672 -85.85 - 39 114.17 1113 4 0 122.834 42.85 -85.9098 - 39 156.76 1487 3 1 117.56 34.9635 -114.45 - 39 139.401 1073 3 0 117.728 34.8293 -115.851 - 39 216.181 1502 2 1 120.67 33.5028 -144.45 - 39 5.27177 1503 2 1 120.75 33.4481 -144.822 - 39 66.8568 1066 2 0 120.975 33.2881 -145.851 - 39 50.2534 1065 2 0 121.023 33.25 -146.077 - 39 77.5388 1530 1 1 126.274 28.6811 -174.45 - 39 66.416 1531 1 1 126.35 28.6279 -174.702 - 39 105.569 1041 1 0 126.699 28.4371 -175.85 - 39 152.266 1586 0 1 137.398 25.4124 -204.45 - 39 53.963 1587 0 1 137.55 25.496 -204.714 - 39 137.973 1029 0 0 138.26 25.8605 -205.85 - 39 91.8043 1559 0 1 132.072 26.8109 -204.45 - 39 72.2953 1501 2 1 120.55 33.4805 -144.494 - 39 63.8788 1500 2 1 120.35 33.3253 -144.586 - 39 56.143 1499 2 1 120.15 33.2335 -144.603 - 39 46.0143 1498 2 1 119.95 33.1711 -144.597 - 39 128.58 1497 2 1 119.75 33.0984 -144.592 - 39 71.5045 1496 2 1 119.55 33.0293 -144.613 - 39 62.8754 1495 2 1 119.35 32.9655 -144.66 - 39 66.315 1494 2 1 119.15 32.9065 -144.687 - 39 60.0896 1493 2 1 118.95 32.899 -144.683 - 39 92.0362 1492 2 1 118.75 32.8771 -144.712 - 39 53.0512 1491 2 1 118.549 32.8764 -144.717 - 39 63.1863 1490 2 1 118.349 32.9151 -144.713 - 39 51.4525 1489 2 1 118.15 33.0113 -144.794 - 39 248.044 1488 2 1 117.95 33.0937 -144.794 - 39 48.7731 1487 2 1 117.75 33.1637 -144.736 - 39 79.4513 1486 2 1 117.55 33.2119 -144.721 - 39 83.7918 1485 2 1 117.35 33.3731 -144.683 - 39 228.08 1484 2 1 117.15 33.5192 -144.62 - 39 113.215 1502 3 1 120.666 43.5822 -114.45 - 39 146.103 1117 3 0 120.531 43.551 -115.85 - 39 86.9801 1114 2 0 117.745 42.8564 -145.85 - 39 90.8331 1113 2 0 117.74 42.85 -146.041 - 39 123.433 1485 1 1 117.263 41.8193 -174.45 - 39 154.688 1108 1 0 117.321 41.8214 -175.85 - 39 118.498 1491 0 1 118.539 42.5219 -204.45 - 39 104.416 1112 0 0 118.569 42.5419 -205.85 - 39 86.0665 1512 4 1 122.748 43.8649 -84.45 - 39 45.3699 1511 4 1 122.55 43.8223 -84.7161 - 39 215.748 1120 4 0 121.554 44.094 -85.8501 - 39 21.883 963 4 0 78.9365 12.6983 -86.25 - 39 93.2977 962 4 0 78.8987 12.6499 -86.2195 - 39 55.6218 961 4 0 78.8016 12.45 -86.1421 - 39 58.6444 960 4 0 78.7132 12.25 -86.0954 - 39 52.7979 959 4 0 78.6286 12.05 -86.0395 - 39 81.9444 958 4 0 78.5736 11.85 -86.0339 - 39 60.4075 957 4 0 78.4759 11.65 -86.0376 - 39 47.0656 956 4 0 78.3712 11.4498 -86.0584 - 39 59.001 955 4 0 78.2974 11.2496 -86.1094 - 39 18.6966 954 4 0 78.2222 11.05 -86.2004 - 39 202.402 714 4 0 55.443 -37.1777 -86.2497 - 39 75.5015 713 4 0 55.2808 -37.25 -86.0152 - 39 4.21081 1172 4 1 54.4549 -36.7571 -84.85 - 39 102.598 1171 4 1 54.45 -36.7532 -84.8417 - 39 323.808 1170 4 1 54.25 -36.6163 -84.6071 - 39 372.557 1169 4 1 54.0499 -36.4554 -84.5119 - 39 25.2911 1168 4 1 53.8495 -36.4204 -84.4716 - 39 157.774 1515 8 1 123.156 43.5031 35.5498 - 39 101.185 1119 8 0 123.22 43.9408 34.15 - 39 122.45 1515 7 1 123.165 50.1273 5.55 - 39 87.742 1516 7 1 123.35 50.0055 5.35715 - 39 13.5238 1146 7 0 124.358 49.2727 4.15 - 39 168.104 1145 7 0 124.387 49.25 4.11358 - 39 6.29664 1144 7 0 124.635 49.05 3.76485 - 39 28.2519 1631 6 1 146.424 31.8899 -24.45 - 39 43.4155 1632 6 1 146.55 31.9029 -24.4829 - 39 59.5518 1633 6 1 146.75 31.9383 -24.538 - 39 63.6831 1634 6 1 146.95 31.9754 -24.6049 - 39 56.8426 1635 6 1 147.15 32.0107 -24.6718 - 39 55.3216 1636 6 1 147.35 32.0271 -24.7317 - 39 46.3401 1637 6 1 147.55 32.0373 -24.7908 - 39 48.3079 1060 6 0 150.547 32.2386 -25.85 - 39 216.768 1061 6 0 150.743 32.25 -25.9213 - 39 102.987 1391 0 1 98.485 113.217 -204.45 - 39 14.8523 1465 0 0 98.6042 113.342 -205.85 - 39 112.76 1466 0 0 98.6115 113.35 -205.908 - 39 179.985 1117 8 0 123.109 43.4766 34.1499 - 39 108.792 1512 7 1 122.58 44.3206 5.54991 - 39 120.134 1121 7 0 122.616 44.3098 4.15 - 39 113.637 1513 6 1 122.856 44.8959 -24.4511 - 39 111.659 1124 6 0 122.889 44.9403 -25.8501 - 39 96.1649 1517 5 1 123.673 46.1299 -54.45 - 39 137.047 1130 5 0 123.705 46.1834 -55.85 - 39 134.367 1520 4 1 124.21 47.7494 -84.45 - 39 122.118 1138 4 0 124.392 47.7119 -85.8502 - 39 128.993 1540 3 1 128.227 46.8959 -114.45 - 39 130.782 1133 3 0 128.367 46.7847 -115.85 - 39 132.983 1555 2 1 131.211 44.5798 -144.45 - 39 172.792 1122 2 0 131.393 44.5766 -145.85 - 39 25.3548 1575 1 1 135.333 44.6106 -174.45 - 39 96.9359 1576 1 1 135.35 44.6246 -174.53 - 39 131.536 1124 1 0 135.631 44.8792 -175.85 - 39 105.159 1607 0 1 141.576 50.5318 -204.45 - 39 86.1754 1153 0 0 141.828 50.8059 -205.85 - 39 50.5655 1154 0 0 141.869 50.8501 -206.082 - 39 267.51 1532 1 1 126.583 52.4358 -174.45 - 39 2.82435 1533 1 1 126.75 52.6262 -174.837 - 39 27.0749 1166 1 0 127.555 53.3907 -175.851 - 39 64.4762 1167 1 0 127.618 53.45 -175.922 - 39 52.4869 1168 1 0 127.781 53.6502 -176.061 - 39 70.9732 1169 1 0 127.863 53.85 -176.115 - 39 55.5301 1170 1 0 127.958 54.0506 -176.147 - 39 56.5611 1171 1 0 128.044 54.2502 -176.17 - 39 61.6798 1172 1 0 128.129 54.4508 -176.176 - 39 55.9041 1173 1 0 128.206 54.65 -176.201 - 39 6.05907 1174 1 0 128.262 54.85 -176.237 - 39 140.981 1519 5 1 124.05 41.4987 -54.4504 - 39 245.864 1107 5 0 124.166 41.5719 -55.85 - 39 112.999 1529 4 1 126.074 44.4579 -84.45 - 39 187.063 1122 4 0 126.283 44.5324 -85.85 - 39 123.726 1551 3 1 130.463 45.5511 -114.45 - 39 131.529 1127 3 0 130.639 45.5704 -115.85 - 39 126.445 1566 2 1 133.479 46.3695 -144.45 - 39 148.588 1129 2 0 133.676 46.0189 -145.85 - 39 67.5478 1586 1 1 137.517 38.3077 -174.45 - 39 70.7757 1587 1 1 137.55 38.2527 -174.632 - 39 138.669 1088 1 0 137.789 37.848 -175.85 - 39 448.105 1611 0 1 142.445 29.4375 -204.45 - 39 275.841 1045 0 0 142.68 29.2028 -205.85 - 39 321.603 773 1 0 135.027 -25.25 -176.102 - 39 170.719 734 1 0 70.7947 -33.1754 -176.25 - 39 345.64 1610 0 1 142.35 29.1714 -204.72 - 39 151.766 1609 0 1 142.15 28.5462 -204.73 - 39 60.7899 1539 2 1 128.133 39.4435 -144.85 - 39 63.7288 1538 2 1 127.95 39.3579 -144.773 - 39 68.9759 1537 2 1 127.75 39.3703 -144.79 - 39 184.655 1093 2 0 126.026 38.7385 -145.85 - 39 153.674 1094 2 0 125.865 38.85 -146.014 - 39 33.998 1584 1 1 136.95 -14.6692 -174.509 - 39 119.096 1188 6 0 148.175 57.7153 -26.25 - 39 173.808 1643 6 1 148.871 58.1864 -24.85 - 39 134.725 1644 6 1 148.95 58.2731 -24.6469 - 39 150.615 1190 6 0 148.458 58.1701 -25.8506 -Number of digits in this event: 82 +Number of tracker hits in this event: 20 + 39 116.123 1422 9 1 104.742 -54.2782 65.55 + 39 118.059 628 9 0 104.742 -54.2834 64.15 + 39 152.324 1422 8 1 104.75 -54.3858 35.55 + 39 187.62 628 8 0 104.747 -54.3932 34.15 + 39 118.242 1422 7 1 104.684 -54.5434 5.55 + 39 127.428 627 7 0 104.684 -54.548 4.15 + 39 146.215 1422 6 1 104.681 -54.6234 -24.45 + 39 168.138 627 6 0 104.682 -54.6283 -25.85 + 39 120.305 1422 5 1 104.733 -54.7188 -54.45 + 39 124.068 626 5 0 104.735 -54.7276 -55.85 + 39 100.328 1423 4 1 104.752 -54.8965 -84.45 + 39 116.422 625 4 0 104.756 -54.9023 -85.85 + 39 124.785 1423 3 1 104.833 -55.0242 -114.45 + 39 117.839 625 3 0 104.835 -55.0276 -115.85 + 39 89.4627 1423 2 1 104.872 -55.0872 -144.45 + 39 158.815 624 2 0 104.874 -55.0834 -145.85 + 39 139.16 1423 1 1 104.929 -55.0154 -174.45 + 39 287.433 625 1 0 104.931 -55.0151 -175.85 + 39 105.832 1424 0 1 104.974 -54.9952 -204.45 + 39 199.842 625 0 0 105.048 -54.9642 -205.85 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 3.79265 LIN +Particle energy: 8.13451 LIN Particle: e- Event: 40 -Number of tracker hits in this event: 29 - 40 141.178 332 10 0 24.1081 -113.562 94.15 - 40 150.336 1020 9 1 24.0939 -113.554 65.55 - 40 165.61 332 9 0 24.0937 -113.554 64.15 - 40 172.674 1020 8 1 24.0852 -113.53 35.55 - 40 89.7954 333 8 0 24.0841 -113.526 34.15 - 40 125.09 1020 7 1 24.062 -113.461 5.55 - 40 117.556 333 7 0 24.0631 -113.458 4.15 - 40 141.038 1020 6 1 24.0524 -113.397 -24.45 - 40 208.341 333 6 0 24.0507 -113.395 -25.85 - 40 255.477 1019 5 1 24.0213 -113.365 -54.45 - 40 116.912 333 5 0 24.0322 -113.392 -55.85 - 40 155.045 1020 4 1 24.2405 -113.92 -84.45 - 40 221.313 330 4 0 24.2648 -113.962 -85.85 - 40 101.52 1024 3 1 24.8559 -114.694 -114.45 - 40 36.6494 327 3 0 24.8605 -114.746 -115.85 - 40 166.53 326 3 0 24.8609 -114.75 -115.943 - 40 138.631 1024 2 1 24.9483 -115.84 -144.45 - 40 139.263 321 2 0 24.9819 -115.902 -145.85 - 40 104.636 1027 1 1 25.4558 -117.143 -174.45 - 40 123.645 314 1 0 25.4724 -117.189 -175.85 - 40 150.778 1029 0 1 25.868 -117.913 -204.45 - 40 147.426 311 0 0 25.8923 -117.92 -205.85 - 40 169.999 1023 3 1 24.8498 -114.692 -114.51 - 40 43.3935 331 3 0 23.0925 -113.782 -115.85 - 40 217.214 332 3 0 23.0296 -113.75 -115.923 - 40 72.6904 333 3 0 23.2042 -113.55 -115.872 - 40 57.2444 331 4 0 24.1622 -113.95 -86.0653 - 40 423.414 1020 5 1 24.0713 -113.443 -54.4501 - 40 89.8848 1021 5 1 24.25 -113.323 -54.588 +Number of tracker hits in this event: 37 + 40 115.787 945 11 1 9.13107 12.0774 125.55 + 40 104.424 960 11 0 9.13172 12.0778 124.15 + 40 167.514 945 10 1 9.14431 12.084 95.55 + 40 152.512 960 10 0 9.14437 12.084 94.15 + 40 135.822 945 9 1 9.14633 12.08 65.55 + 40 119.048 960 9 0 9.14756 12.0806 64.15 + 40 112.085 945 8 1 9.16868 12.0954 35.55 + 40 125.598 960 8 0 9.16947 12.0976 34.15 + 40 123.972 945 7 1 9.1835 12.1448 5.55 + 40 147.918 960 7 0 9.184 12.148 4.15 + 40 232.194 945 6 1 9.19619 12.2106 -24.45 + 40 126.017 960 6 0 9.19692 12.2136 -25.85 + 40 106.115 945 5 1 9.21182 12.28 -54.45 + 40 124.329 961 5 0 9.2118 12.2828 -55.85 + 40 185.098 945 4 1 9.21035 12.3406 -84.45 + 40 119.786 961 4 0 9.21066 12.343 -85.85 + 40 112.031 945 3 1 9.21948 12.3919 -114.45 + 40 102.796 961 3 0 9.2215 12.3948 -115.85 + 40 123.23 946 2 1 9.26411 12.4497 -144.45 + 40 233.357 962 2 0 9.26608 12.4514 -145.85 + 40 126.986 946 1 1 9.31699 12.483 -174.45 + 40 107.673 962 1 0 9.32033 12.4835 -175.85 + 40 185.112 946 0 1 9.39219 12.4892 -204.45 + 40 234.34 962 0 0 9.39615 12.4902 -205.85 + 40 152.38 959 4 0 9.45477 11.967 -85.85 + 40 94.8966 958 4 0 9.42313 11.85 -85.9253 + 40 124.581 946 6 1 9.25 12.2758 -24.6434 + 40 32.223 1447 2 0 -132.246 109.631 -146.25 + 40 303.636 1448 2 0 -132.313 109.75 -146.165 + 40 76.4713 1449 2 0 -132.933 109.95 -146.039 + 40 73.6663 946 3 1 9.27712 12.0872 -114.45 + 40 102.056 960 3 0 9.30473 12.1195 -115.85 + 40 132.277 951 2 1 10.3752 12.4228 -144.45 + 40 100.072 960 1 1 12.1889 15.0789 -174.45 + 40 108.894 975 1 0 11.9671 15.1099 -175.85 + 40 99.9541 936 0 1 7.34419 16.1681 -204.45 + 40 100.728 980 0 0 7.29613 16.1823 -205.85 Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 4.0051 LIN +Particle energy: 2.1311 LIN Particle: e- Event: 41 -Number of tracker hits in this event: 88 - 41 160.859 568 10 1 -66.2853 -69.2564 95.55 - 41 129.732 553 10 0 -66.286 -69.256 94.15 - 41 499.791 568 9 1 -66.2993 -69.2478 65.55 - 41 248.022 554 9 0 -66.3015 -69.2478 64.15 - 41 166.294 568 8 1 -66.3535 -69.2565 35.55 - 41 107.872 553 8 0 -66.3575 -69.2564 34.15 - 41 130.446 568 7 1 -66.4419 -69.2532 5.55 - 41 145.659 553 7 0 -66.4443 -69.2551 4.15 - 41 173.886 567 6 1 -66.4855 -69.2845 -24.45 - 41 184.005 553 6 0 -66.4874 -69.287 -25.85 - 41 169.394 567 5 1 -66.5168 -69.3472 -54.45 - 41 141.885 553 5 0 -66.5189 -69.3492 -55.85 - 41 117.858 567 4 1 -66.5538 -69.3836 -84.45 - 41 138.348 553 4 0 -66.5545 -69.3844 -85.85 - 41 154.925 567 3 1 -66.5741 -69.4067 -114.45 - 41 199.597 553 3 0 -66.5733 -69.4074 -115.85 - 41 200.272 567 2 1 -66.5617 -69.4201 -144.45 - 41 157.277 553 2 0 -66.5603 -69.4238 -145.85 - 41 98.5286 567 1 1 -66.5264 -69.5021 -174.45 - 41 103.34 552 1 0 -66.523 -69.5061 -175.85 - 41 157.019 567 0 1 -66.4628 -69.5831 -204.45 - 41 108.106 552 0 0 -66.4599 -69.5864 -205.85 - 41 94.3424 370 4 1 -106.109 148.708 -84.85 - 41 169.396 612 9 0 -112.09 -57.5602 63.75 - 41 26.7385 566 5 1 -66.65 -69.3169 -54.7724 - 41 167.599 557 5 0 -66.4082 -68.6108 -55.85 - 41 398.514 556 5 0 -66.3568 -68.6501 -55.9958 - 41 138.542 539 6 0 -65.934 -72.184 -26.25 - 41 134.649 570 6 1 -65.9129 -71.6091 -24.8498 - 41 79.9417 569 6 1 -66.0504 -71.4844 -24.6677 - 41 158.882 568 6 1 -66.25 -71.3197 -24.7167 - 41 189.321 545 6 0 -67.2453 -70.981 -25.85 - 41 260.743 511 6 0 -114.306 -77.6836 -26.25 - 41 35.0552 554 7 0 -66.4567 -69.25 3.77365 - 41 24.5802 894 7 0 -97.1179 -1.18826 3.75 - 41 90.7256 796 7 0 -84.0315 -20.7693 3.75 - 41 49.5631 553 9 0 -66.2027 -69.4249 64.15 - 41 66.6538 552 9 0 -66.1886 -69.45 63.9595 - 41 167.608 579 8 1 -64.1778 -72.0263 35.5498 - 41 320.793 578 8 1 -64.2504 -72.038 35.4108 - 41 77.0954 539 8 0 -64.6236 -72.0581 34.15 - 41 62.226 540 8 0 -64.6992 -72.05 33.916 - 41 34.7004 527 7 1 -74.5718 -71.0204 5.54991 - 41 114.901 526 7 1 -74.65 -70.995 5.44333 - 41 148.957 546 7 0 -75.412 -70.7461 4.15 - 41 6.52677 547 7 0 -75.623 -70.65 3.76492 - 41 32.9039 444 6 1 -91.2852 -61.8184 -24.45 - 41 105.402 443 6 1 -91.35 -61.8522 -24.5546 - 41 42.727 589 6 0 -92.043 -62.2151 -25.85 - 41 124.026 588 6 0 -92.1063 -62.25 -25.9653 - 41 11.0201 362 5 1 -107.558 -70.7546 -54.45 - 41 105.93 363 5 1 -107.55 -70.7514 -54.4956 - 41 132.38 547 5 0 -107.28 -70.6323 -55.8506 - 41 75.3893 386 4 1 -102.821 -70.5785 -84.4502 - 41 53.8669 385 4 1 -102.95 -70.6151 -84.7092 - 41 66.2597 545 4 0 -103.92 -70.8717 -85.85 - 41 102.109 546 4 0 -104.15 -70.85 -86.0236 - 41 11.2537 201 4 0 -12.4688 -139.75 -86.0998 - 41 16.4652 554 3 0 55.5598 -69.25 -116.002 - 41 241.674 200 4 0 -12.207 -139.95 -86.0263 - 41 120.529 560 8 0 -63.7689 -67.8991 34.149 - 41 177.36 626 7 1 -54.7392 -64.9513 5.55 - 41 172.565 574 7 0 -54.4402 -65.0954 4.15 - 41 40.7155 662 6 1 -47.5189 -68.2427 -24.4501 - 41 78.9245 663 6 1 -47.45 -68.2722 -24.6096 - 41 123.133 557 6 0 -46.8949 -68.4908 -25.8501 - 41 115.579 734 5 1 -33.1914 -74.1973 -54.45 - 41 112.313 530 5 0 -32.7919 -73.9367 -55.8503 - 41 24.3686 531 5 0 -32.6869 -73.85 -56.1915 - 41 122.394 786 4 1 -22.6786 -64.185 -84.4504 - 41 29.6488 582 4 0 -22.6376 -63.4911 -85.85 - 41 87.7752 583 4 0 -22.6375 -63.45 -85.9441 - 41 31.9889 791 3 1 -21.7314 -54.9999 -114.45 - 41 52.7554 790 3 1 -21.85 -55.0437 -114.502 - 41 98.6501 789 3 1 -22.05 -55.1094 -114.606 - 41 65.2063 788 3 1 -22.2502 -55.1687 -114.703 - 41 158.706 787 3 1 -22.45 -55.2408 -114.781 - 41 171.807 619 3 0 -25.2619 -56.0733 -115.85 - 41 157.825 618 3 0 -25.8399 -56.2501 -116.048 - 41 22.9417 617 3 0 -26.3223 -56.45 -116.226 - 41 23.5202 787 4 1 -22.65 -64.038 -84.7551 - 41 119.837 578 4 0 -22.1874 -64.2523 -85.85 - 41 37.8316 577 4 0 -22.1747 -64.4501 -86.1602 - 41 5.289 536 4 0 -35.7448 -72.6539 -86.25 - 41 228.049 537 4 0 -35.7544 -72.65 -86.2289 - 41 150.348 716 4 1 -36.6886 -72.086 -84.85 - 41 336.879 717 4 1 -36.65 -72.017 -84.6767 - 41 94.9708 567 9 1 -66.45 -69.1809 65.4457 -Number of digits in this event: 44 +Number of tracker hits in this event: 35 + 41 120.07 1210 9 1 62.1272 -114.308 65.55 + 41 117.817 329 9 0 62.1186 -114.309 64.15 + 41 138.898 1209 8 1 61.9391 -114.315 35.55 + 41 150.895 329 8 0 61.9298 -114.313 34.15 + 41 121.847 1208 7 1 61.7262 -114.286 5.55 + 41 128.677 329 7 0 61.7204 -114.282 4.15 + 41 118.601 1207 6 1 61.5925 -114.203 -24.45 + 41 128.298 329 6 0 61.5834 -114.201 -25.85 + 41 160.364 1206 5 1 61.3995 -114.172 -54.45 + 41 109.393 329 5 0 61.3971 -114.168 -55.85 + 41 211.731 1206 4 1 61.3625 -114.133 -84.45 + 41 138.488 330 4 0 61.3585 -114.129 -85.85 + 41 149.714 1206 3 1 61.2751 -114.034 -114.45 + 41 120.105 330 3 0 61.2776 -114.029 -115.85 + 41 119.391 1206 2 1 61.323 -113.927 -144.45 + 41 183.52 331 2 0 61.3217 -113.921 -145.85 + 41 146.846 1206 1 1 61.2922 -113.78 -174.45 + 41 142.345 331 1 0 61.2911 -113.769 -175.85 + 41 114.311 1205 0 1 61.248 -113.561 -204.45 + 41 0.368829 332 0 0 61.2417 -113.55 -205.85 + 41 113.086 333 0 0 61.2417 -113.55 -205.852 + 41 159.125 1207 4 1 61.45 -114.27 -84.4822 + 41 64.8613 96 0 0 15.8322 -160.75 -206.069 + 41 416.02 1204 2 1 60.96 -113.828 -144.45 + 41 102.89 1203 2 1 60.85 -114.589 -144.513 + 41 253.513 1198 1 1 59.7809 -115.755 -174.45 + 41 138.809 321 1 0 59.7642 -115.762 -175.85 + 41 148.216 1196 0 1 59.4305 -115.909 -204.45 + 41 126.27 321 0 0 59.4254 -115.933 -205.85 + 41 92.0917 322 1 0 59.6193 -115.707 -175.85 + 41 225.534 1179 0 1 56.0112 -114.219 -204.45 + 41 114.078 327 0 0 55.6754 -114.652 -205.85 + 41 15.3952 326 0 0 55.5977 -114.75 -206.194 + 41 158.872 1178 0 1 55.8499 -114.364 -204.761 + 41 67.9323 136 0 0 89.2456 -152.75 -206.175 +Number of digits in this event: 25 Using G4ParticleGun... -Particle energy: 7.86424 LIN +Particle energy: 6.55609 LIN Particle: e- Event: 42 -Number of tracker hits in this event: 131 - 42 116.355 420 10 1 -96.0071 -39.476 95.55 - 42 116.231 702 10 0 -96.0079 -39.477 94.15 - 42 136.069 420 9 1 -96.0244 -39.5002 65.55 - 42 159.095 702 9 0 -96.0247 -39.502 64.15 - 42 116.103 420 8 1 -96.028 -39.5386 35.55 - 42 127.369 702 8 0 -96.0274 -39.5408 34.15 - 42 333.549 420 7 1 -96.018 -39.5871 5.55 - 42 377.68 702 7 0 -96.0207 -39.592 4.15 - 42 422.387 420 6 1 -96.0917 -39.6803 -24.45 - 42 452.528 701 6 0 -96.093 -39.6891 -25.85 - 42 317.399 420 5 1 -96.1279 -39.8802 -54.45 - 42 256.957 700 5 0 -96.1324 -39.8897 -55.85 - 42 276.039 419 4 1 -96.2311 -40.0839 -84.45 - 42 115.518 699 4 0 -96.2387 -40.0935 -85.85 - 42 93.8568 418 3 1 -96.3968 -40.2776 -114.45 - 42 122.855 698 3 0 -96.4122 -40.2817 -115.85 - 42 111.314 417 2 1 -96.7264 -40.3631 -144.45 - 42 169.07 698 2 0 -96.7413 -40.3616 -145.85 - 42 142.998 415 1 1 -97.0424 -40.3342 -174.45 - 42 236.74 698 1 0 -97.0517 -40.3306 -175.85 - 42 267.498 414 0 1 -97.2339 -40.2389 -204.45 - 42 282.714 699 0 0 -97.2553 -40.2364 -205.85 - 42 9.52906 1039 9 0 -154.465 27.8656 63.75 - 42 91.1598 413 0 1 -97.35 -40.378 -204.525 - 42 202.617 412 0 1 -97.5501 -40.4958 -204.666 - 42 50.2497 411 0 1 -97.75 -40.5867 -204.776 - 42 8.81777 410 0 1 -97.95 -40.672 -204.843 - 42 26.1915 694 0 0 -100.012 -41.2234 -205.85 - 42 143.132 693 0 0 -100.107 -41.2503 -205.895 - 42 178.064 692 0 0 -100.605 -41.4502 -206.137 - 42 154.139 714 4 0 -146.416 -37.0759 -86.25 - 42 138.869 419 6 1 -96.15 -39.6174 -24.6264 - 42 195.094 700 6 0 -97.7758 -39.8766 -25.85 - 42 110.827 699 6 0 -98.2205 -40.0506 -26.066 - 42 79.4565 698 6 0 -98.5569 -40.25 -26.1265 - 42 56.0689 697 6 0 -98.7165 -40.45 -26.2057 - 42 100.225 537 2 1 -72.65 -99.4339 -144.732 - 42 107.242 416 7 1 -96.8998 -41.5981 5.55 - 42 185.304 417 7 1 -96.75 -41.5885 5.3931 - 42 221.448 418 7 1 -96.55 -41.4708 5.38403 - 42 169.165 419 7 1 -96.35 -41.4158 5.37629 - 42 155.577 703 6 0 -96.0704 -39.3787 -25.85 - 42 276.902 704 5 0 -96.0492 -39.1264 -55.85 - 42 206.007 705 4 0 -96.3206 -39.026 -85.85 - 42 150.387 417 3 1 -96.6396 -38.8836 -114.45 - 42 109.004 705 3 0 -96.6721 -38.888 -115.85 - 42 130.173 414 2 1 -97.2832 -39.0027 -144.45 - 42 112.155 705 2 0 -97.287 -38.9997 -145.85 - 42 239.247 414 1 1 -97.3311 -39.0888 -174.45 - 42 131.733 704 1 0 -97.3507 -39.1024 -175.85 - 42 144.922 703 0 0 -97.7733 -39.4476 -205.85 - 42 102.648 702 0 0 -97.777 -39.45 -205.936 - 42 439.932 421 5 1 -95.9289 -39.8246 -54.45 - 42 243.809 701 5 0 -95.9284 -39.8311 -55.85 - 42 254.89 421 4 1 -95.9184 -39.9719 -84.45 - 42 148.655 700 4 0 -95.916 -39.9797 -85.85 - 42 205.797 421 3 1 -95.8574 -40.1095 -114.45 - 42 155.355 699 3 0 -95.8526 -40.1154 -115.85 - 42 105.617 422 2 1 -95.7366 -40.2324 -144.45 - 42 122.365 699 2 0 -95.7337 -40.2403 -145.85 - 42 185.632 422 1 1 -95.6744 -40.3992 -174.45 - 42 196.15 423 0 1 -95.5016 -40.6042 -204.45 - 42 111.545 697 0 0 -95.4951 -40.6161 -205.85 - 42 37.3973 795 3 1 -20.85 -17.203 -114.77 - 42 163.585 532 6 0 -159.491 -73.5424 -26.2499 - 42 227.312 749 0 0 -79.9005 -30.2287 -206.25 - 42 127.461 420 4 1 -96.1223 -40.2246 -84.45 - 42 179.571 698 4 0 -96.094 -40.258 -85.85 - 42 107.605 424 3 1 -95.2754 -41.0069 -114.45 - 42 132.405 694 3 0 -95.2036 -41.1006 -115.85 - 42 116.897 432 2 1 -93.715 -43.0628 -144.45 - 42 236.477 684 2 0 -93.6325 -43.152 -145.85 - 42 179.058 441 1 1 -91.8527 -44.8639 -174.45 - 42 113.336 675 1 0 -91.7612 -44.8992 -175.85 - 42 111.429 671 0 0 -90.0276 -45.6789 -205.85 - 42 76.4392 681 4 0 -96.161 -43.8265 -85.85 - 42 35.8346 680 4 0 -96.2198 -43.85 -86.1199 - 42 52.8375 784 4 0 -113.737 -23.1411 -86.2497 - 42 108.873 785 4 0 -113.793 -23.05 -86.1262 - 42 104.133 328 4 1 -114.396 -22.2166 -84.85 - 42 27.2303 327 4 1 -114.55 -22.0118 -84.5308 - 42 51.7099 1000 5 0 -140.798 20.141 -56.25 - 42 91.7362 1001 5 0 -140.87 20.25 -56.1698 - 42 76.1099 1002 5 0 -141.025 20.4503 -55.9971 - 42 39.0714 190 5 1 -142.084 21.7668 -54.8495 - 42 110.303 189 5 1 -142.15 21.8495 -54.7764 - 42 56.0467 188 5 1 -142.35 22.075 -54.5621 - 42 50.3303 1165 6 0 -150.309 53.1047 -26.25 - 42 67.8391 1166 6 0 -150.34 53.25 -26.1197 - 42 39.0169 1167 6 0 -150.385 53.45 -25.9483 - 42 213.039 146 6 1 -150.792 54.78 -24.8499 - 42 140.063 145 6 1 -150.95 55.1763 -24.5237 - 42 82.8699 1078 7 0 -150.519 35.8106 3.75018 - 42 156.414 1077 7 0 -150.512 35.65 3.94675 - 42 13.9381 1076 7 0 -150.484 35.4495 4.11874 - 42 135.248 148 7 1 -150.388 34.3312 5.15 - 42 26.9613 149 7 1 -150.35 33.8942 5.49765 - 42 148.972 150 7 1 -150.062 33.6011 5.55 - 42 223.277 1066 7 0 -150.042 33.3573 4.15 - 42 325.652 174 6 1 -145.253 25.8701 -24.4501 - 42 14.6416 175 6 1 -145.15 25.1733 -24.8275 - 42 199.814 1023 6 0 -144.729 24.7769 -25.85 - 42 55.4623 1440 6 0 -160.763 108.173 -26.2498 - 42 64.6808 1441 6 0 -160.797 108.35 -26.2107 - 42 97.7515 1442 6 0 -160.818 108.551 -26.197 - 42 226.636 1443 6 0 -160.754 108.75 -26.0825 - 42 37.1714 1067 7 0 -149.51 33.5275 4.15 - 42 139.962 796 5 0 -102.355 -20.8422 -56.25 - 42 122.938 795 5 0 -102.301 -20.85 -56.1526 - 42 108.435 388 5 1 -102.461 -22.5702 -54.85 - 42 79.2018 387 5 1 -102.55 -22.814 -54.7485 - 42 231.368 786 5 0 -102.687 -22.8467 -55.8504 - 42 24.6395 112 5 1 -157.55 130.88 -54.8311 - 42 94.4448 111 5 1 -157.75 131.323 -54.7185 - 42 326.878 110 5 1 -157.95 131.477 -54.7306 - 42 66.1597 109 5 1 -158.15 131.794 -54.4834 - 42 75.0829 675 4 0 -96.6933 -44.8636 -85.85 - 42 87.9793 674 4 0 -96.793 -45.05 -85.92 - 42 173.664 673 4 0 -96.884 -45.25 -85.8552 - 42 200.418 412 4 1 -97.7055 -47.4967 -84.85 - 42 39.2974 660 4 0 -96.466 -47.9146 -85.85 - 42 14.9341 415 4 1 -97.1446 -47.2485 -84.85 - 42 315.799 420 2 1 -96.1277 -39.4384 -144.45 - 42 215.175 703 2 0 -96.1472 -39.4125 -145.85 - 42 193.051 417 1 1 -96.6223 -38.8784 -174.45 - 42 114.337 706 1 0 -96.6295 -38.8389 -175.85 - 42 128.632 416 0 1 -96.8276 -37.9317 -204.45 - 42 133.891 710 0 0 -96.8752 -37.9237 -205.85 - 42 122.854 419 1 1 -96.23 -39.4733 -174.45 - 42 153.885 702 1 0 -96.233 -39.4715 -175.85 - 42 120.543 419 0 1 -96.3068 -39.4423 -204.45 -Number of digits in this event: 75 -Using G4ParticleGun... -Particle energy: 1.73634 LIN +Number of tracker hits in this event: 28 + 42 14.2225 387 10 1 -102.724 53.766 95.1687 + 42 132.209 1168 10 0 -102.724 53.766 94.15 + 42 104.982 387 9 1 -102.719 53.7694 65.55 + 42 318.519 1168 9 0 -102.717 53.7696 64.15 + 42 151.966 387 8 1 -102.685 53.7709 35.55 + 42 134.647 1168 8 0 -102.684 53.771 34.15 + 42 123.742 387 7 1 -102.662 53.7731 5.55 + 42 137.998 1168 7 0 -102.66 53.774 4.15 + 42 130.771 387 6 1 -102.623 53.794 -24.45 + 42 128.989 1168 6 0 -102.62 53.7945 -25.85 + 42 131.827 387 5 1 -102.575 53.8037 -54.45 + 42 109.811 1168 5 0 -102.574 53.8049 -55.85 + 42 108.524 387 4 1 -102.552 53.8303 -84.45 + 42 171.708 1168 4 0 -102.55 53.8311 -85.85 + 42 147.383 388 3 1 -102.526 53.8416 -114.45 + 42 170.034 1168 3 0 -102.523 53.8419 -115.85 + 42 125.188 388 2 1 -102.469 53.8456 -144.45 + 42 111.884 1168 2 0 -102.468 53.8476 -145.85 + 42 118.159 388 1 1 -102.439 53.8889 -174.45 + 42 101.307 1169 1 0 -102.436 53.891 -175.85 + 42 194.028 388 0 1 -102.39 53.9312 -204.45 + 42 109.561 1169 0 0 -102.388 53.9359 -205.85 + 42 6.86435 718 1 1 -36.4323 132.366 -174.45 + 42 264.88 717 1 1 -36.45 132.353 -174.455 + 42 53.4361 1401 3 0 -141.674 100.35 -115.964 + 42 54.4505 1400 3 0 -141.742 100.35 -115.902 + 42 142.904 181 3 1 -143.916 96.5483 -114.85 + 42 54.1072 1169 9 0 -102.814 53.85 63.9131 +Number of digits in this event: 18 +Using G4ParticleGun... +Particle energy: 3.42351 LIN Particle: e- Event: 43 -Number of tracker hits in this event: 116 - 43 116.323 692 11 1 -41.4562 -63.4527 125.55 - 43 379.603 582 11 0 -41.4584 -63.454 124.15 - 43 161.952 692 10 1 -41.4837 -63.4696 95.55 - 43 105.999 582 10 0 -41.4772 -63.473 94.15 - 43 123.525 693 9 1 -41.3484 -63.5579 65.55 - 43 192.541 582 9 0 -41.3461 -63.5585 64.15 - 43 444.515 693 8 1 -41.2871 -63.584 35.55 - 43 240.362 582 8 0 -41.2877 -63.5869 34.15 - 43 151.021 693 7 1 -41.2707 -63.6497 5.55 - 43 139.54 581 7 0 -41.2689 -63.6543 4.15 - 43 184.851 694 6 1 -41.2418 -63.7335 -24.45 - 43 129.607 581 6 0 -41.2425 -63.7409 -25.85 - 43 116.976 693 5 1 -41.2758 -63.9031 -54.45 - 43 140.932 580 5 0 -41.2697 -63.8931 -55.85 - 43 148.793 694 4 1 -41.1095 -63.6804 -84.45 - 43 117.661 581 4 0 -41.1166 -63.6687 -85.85 - 43 125.124 693 3 1 -41.2819 -63.4074 -114.45 - 43 141.258 583 3 0 -41.3002 -63.4051 -115.85 - 43 119.459 692 2 1 -41.612 -63.3855 -144.45 - 43 152.696 583 2 0 -41.6273 -63.3957 -145.85 - 43 114.587 690 1 1 -41.8904 -63.5851 -174.45 - 43 123.844 582 1 0 -41.9173 -63.5929 -175.85 - 43 127.859 687 0 1 -42.5088 -63.7816 -204.45 - 43 115.348 581 0 0 -42.5759 -63.7605 -205.85 - 43 53.5792 720 1 0 -97.1044 -36.0367 -176.25 - 43 322.021 721 1 0 -97.1306 -35.85 -176.114 - 43 244.469 722 1 0 -97.0413 -35.65 -176.038 - 43 131.434 723 1 0 -96.9258 -35.4498 -175.956 - 43 27.2267 724 1 0 -96.8098 -35.25 -175.879 - 43 37.81 422 1 1 -95.6051 -33.5826 -174.85 - 43 85.3215 423 1 1 -95.55 -33.4501 -174.812 - 43 74.7459 424 1 1 -95.3495 -33.3346 -174.712 - 43 67.6754 425 1 1 -95.15 -33.2893 -174.57 - 43 347.549 694 7 1 -41.25 -63.6504 5.21317 - 43 149.492 585 7 0 -40.3608 -63.0308 4.15 - 43 93.5989 1063 7 0 -66.4444 32.778 3.75004 - 43 241.146 1064 7 0 -66.426 32.85 3.93894 - 43 287.899 583 10 0 -42.1097 -63.4023 94.15 - 43 48.6742 585 10 0 -52.6104 -63.0383 93.75 - 43 93.5391 584 10 0 -52.5208 -63.05 93.8761 - 43 18.9109 637 10 1 -52.6346 -63.7352 95.15 - 43 100.172 636 10 1 -52.6501 -63.7414 95.2141 - 43 123.015 635 10 1 -52.85 -63.7881 95.3335 - 43 304.548 634 10 1 -53.05 -63.6652 95.2904 - 43 97.6812 581 8 0 -41.3873 -63.6955 34.15 - 43 147.275 570 7 0 -41.1547 -65.9912 4.15 - 43 362.821 692 6 1 -41.639 -66.5901 -24.45 - 43 113.85 563 6 0 -41.3552 -67.3234 -25.8502 - 43 79.6162 562 6 0 -41.3007 -67.4501 -26.0938 - 43 274.77 729 5 1 -34.0553 -81.8188 -54.45 - 43 64.2172 488 5 0 -34.0375 -82.3533 -55.8505 - 43 53.0149 487 5 0 -34.0247 -82.4501 -56.0946 - 43 123.994 739 4 1 -32.2342 -93.3212 -84.4502 - 43 0.960083 431 4 0 -32.2127 -93.9479 -85.85 - 43 148.941 430 4 0 -32.2126 -93.95 -85.8547 - 43 201.309 740 3 1 -31.9282 -107.446 -114.45 - 43 112.611 360 3 0 -32.0872 -108.003 -115.85 - 43 2.62169 359 3 0 -32.1316 -108.15 -116.239 - 43 134.621 722 2 1 -35.5758 -118.608 -144.45 - 43 119.752 305 2 0 -35.386 -119.013 -145.85 - 43 97.6041 742 1 1 -31.5831 -127.359 -174.45 - 43 131.571 262 1 0 -31.4538 -127.602 -175.85 - 43 157.285 757 0 1 -28.4592 -132.053 -204.45 - 43 114.008 236 0 0 -28.5002 -132.794 -205.85 - 43 278.541 235 0 0 -28.5077 -132.95 -206.145 - 43 279.263 234 0 0 -28.0405 -133.15 -206.142 - 43 172.172 233 0 0 -27.6638 -133.35 -206.11 - 43 10.248 140 0 0 -52.061 -152.009 -206.25 - 43 2.10588 730 5 1 -34.0476 -81.8139 -54.45 - 43 164.473 728 5 1 -34.2504 -81.9633 -54.6275 - 43 89.3484 727 5 1 -34.45 -82.2368 -54.6854 - 43 65.9765 485 5 0 -34.091 -82.9299 -55.8501 - 43 245.389 484 5 0 -34.0431 -83.05 -55.9569 - 43 213.566 691 6 1 -41.65 -66.677 -24.6268 - 43 151.616 561 6 0 -42.5143 -67.65 -25.9001 - 43 116.356 692 8 1 -41.45 -63.5675 35.2806 - 43 77.76 580 8 0 -41.4658 -63.9474 34.15 - 43 326.89 579 8 0 -41.4052 -64.0501 33.9634 - 43 111.984 691 7 1 -41.7056 -63.3769 5.54967 - 43 120.137 583 7 0 -41.6482 -63.3762 4.15 - 43 44.9555 697 6 1 -40.49 -63.0038 -24.4501 - 43 106.058 698 6 1 -40.45 -62.9827 -24.514 - 43 191.264 588 6 0 -39.6798 -62.4462 -25.85 - 43 6.37006 589 6 0 -39.5104 -62.25 -26.2201 - 43 154.068 759 5 1 -28.0945 -42.8297 -54.45 - 43 377.656 758 5 1 -28.2502 -42.6585 -54.788 - 43 65.3581 757 5 1 -28.45 -42.4896 -54.8084 - 43 151.578 797 2 1 -20.5588 -57.1909 -144.45 - 43 73.7409 614 2 0 -20.3698 -57.0733 -145.85 - 43 38.139 615 2 0 -20.3418 -57.05 -146.095 - 43 125.573 811 1 1 -17.7052 -54.0578 -174.45 - 43 101.335 630 1 0 -17.5432 -54.0357 -175.85 - 43 121.354 825 0 1 -14.8635 -53.5444 -204.45 - 43 119.152 631 0 0 -15.0175 -53.6543 -205.85 - 43 113.401 796 2 1 -20.65 -57.1601 -144.554 - 43 42.4782 620 2 0 -21.4665 -55.9621 -145.85 - 43 83.3249 621 2 0 -21.5336 -55.8498 -145.969 - 43 33.3313 622 2 0 -21.6605 -55.65 -146.175 - 43 144.353 628 0 0 -11.4383 -54.3549 -206.25 - 43 37.1604 846 0 1 -10.7015 -54.1457 -204.85 - 43 91.0429 847 0 1 -10.65 -54.1344 -204.729 - 43 181.833 692 1 0 15.4496 -41.6273 -176.25 - 43 384.298 693 1 0 15.651 -41.45 -176.092 - 43 48.3714 1247 1 1 69.5246 -35.5165 -174.85 - 43 111.505 1248 1 1 69.65 -35.5211 -174.685 - 43 114.278 1249 1 1 69.85 -35.5432 -174.667 - 43 58.1772 1250 1 1 70.0501 -35.4438 -174.675 - 43 61.2362 1251 1 1 70.25 -35.3409 -174.59 - 43 75.1834 1252 1 1 70.45 -35.2905 -174.554 - 43 63.2925 1253 1 1 70.65 -35.2519 -174.479 - 43 82.9241 1254 1 1 70.85 -35.2682 -174.56 - 43 297.088 1255 1 1 71.0501 -35.3476 -174.644 - 43 0.587362 711 1 0 68.7102 -37.8484 -175.85 - 43 118.84 710 1 0 68.709 -37.85 -175.851 - 43 170.345 709 1 0 68.6858 -38.0502 -175.962 - 43 70.9687 581 11 0 -41.1519 -63.65 123.799 -Number of digits in this event: 58 +Number of tracker hits in this event: 122 + 43 191.079 822 11 0 83.0231 -15.5144 123.962 + 43 144.427 1314 10 1 83.0269 -15.5116 95.55 + 43 109.909 822 10 0 83.0249 -15.5097 94.15 + 43 239.589 1314 9 1 82.9912 -15.4828 65.55 + 43 105.541 822 9 0 82.9931 -15.4859 64.15 + 43 179.397 1314 8 1 83.0131 -15.5608 35.55 + 43 142.523 822 8 0 83.0119 -15.5669 34.15 + 43 132.815 1314 7 1 82.9872 -15.6766 5.55 + 43 136.194 821 7 0 82.99 -15.6812 4.15 + 43 161.706 1315 6 1 83.0638 -15.7795 -24.45 + 43 241.579 1314 6 1 83.05 -15.7974 -24.6161 + 43 114.52 820 6 0 82.9797 -15.8898 -25.85 + 43 25.907 1299 5 1 80.025 -17.1672 -54.45 + 43 393.92 1300 5 1 80.0501 -17.1658 -54.5056 + 43 139.679 814 5 0 80.6531 -17.0958 -55.85 + 43 49.3802 1352 4 1 90.6108 -14.4401 -84.45 + 43 105.16 1353 4 1 90.75 -14.4184 -84.5415 + 43 58.5333 1354 4 1 90.95 -14.3822 -84.6783 + 43 22.4761 1355 4 1 91.15 -14.3316 -84.8157 + 43 72.5843 830 4 0 92.7605 -13.902 -85.85 + 43 161.399 831 4 0 92.9551 -13.85 -85.9764 + 43 103.127 1551 3 1 130.397 -3.16014 -114.45 + 43 22.726 1552 3 1 130.55 -3.16254 -114.775 + 43 146.611 884 3 0 131.14 -3.07403 -115.85 + 43 60.1765 1620 2 1 144.303 -1.6425 -144.45 + 43 459.757 1619 2 1 144.15 -1.64075 -144.644 + 43 129.494 892 2 0 143.428 -1.52691 -145.851 + 43 10.6725 1541 1 1 128.39 1.70349 -174.45 + 43 60.8346 1540 1 1 128.35 1.70602 -174.471 + 43 71.0887 1539 1 1 128.15 1.70621 -174.586 + 43 58.9489 1538 1 1 127.95 1.72582 -174.732 + 43 347.167 909 1 0 126.683 1.86491 -175.85 + 43 86.6224 908 1 0 126.315 1.84992 -176.099 + 43 92.4344 1155 0 1 51.2123 -6.66753 -204.45 + 43 39.3614 1154 0 1 51.05 -6.66926 -204.72 + 43 39.137 866 0 0 50.4025 -6.83692 -205.85 + 43 220.988 865 0 0 50.3291 -6.85 -205.964 + 43 13.7731 890 0 0 6.84092 -1.90692 -206.25 + 43 85.6439 910 1 0 126.28 2.05 -175.999 + 43 27.2024 1526 1 1 125.439 2.4964 -174.85 + 43 151.353 1525 1 1 125.35 2.47213 -174.817 + 43 254.606 1524 1 1 125.15 2.48911 -174.71 + 43 120.548 893 2 0 143.812 -1.41584 -145.85 + 43 8.41361 1085 2 1 37.25 -23.6107 -144.453 + 43 74.9451 1315 8 1 83.0839 -15.5517 35.55 + 43 302.964 1316 8 1 83.25 -15.5681 35.4784 + 43 238.514 1315 4 1 83.1542 -15.8549 -84.45 + 43 179.199 820 4 0 83.1481 -15.8602 -85.85 + 43 135.439 1316 3 1 83.4164 -16.2153 -114.451 + 43 31.8236 819 3 0 83.4347 -16.2476 -115.85 + 43 111.4 818 3 0 83.4356 -16.25 -115.93 + 43 278.315 1317 2 1 83.6073 -17.4604 -144.45 + 43 120.197 811 2 0 83.5388 -17.6525 -145.85 + 43 277.262 1311 1 1 82.3226 -21.5009 -174.45 + 43 121.45 791 1 0 82.2455 -21.6694 -175.85 + 43 66.8108 1300 0 1 80.1081 -24.9262 -204.45 + 43 58.8058 1299 0 1 80.05 -24.9262 -204.643 + 43 103.274 775 0 0 79.6665 -24.9116 -205.85 + 43 116.443 818 2 0 83.6661 -16.2873 -145.85 + 43 54.2626 1316 2 1 83.4496 -17.5402 -144.697 + 43 33.9878 809 2 0 82.5675 -18.212 -145.85 + 43 106.118 808 2 0 82.5026 -18.2502 -145.918 + 43 67.2756 807 2 0 82.3721 -18.45 -145.957 + 43 11.9749 806 2 0 82.3281 -18.65 -145.871 + 43 366.861 1311 2 1 82.2824 -19.9786 -144.85 + 43 28.1455 821 4 0 83.2302 -15.85 -86.1224 + 43 248.406 1323 3 1 84.7741 -15.8658 -114.451 + 43 130.062 820 3 0 84.9175 -15.8552 -115.85 + 43 132.679 1340 2 1 88.1222 -15.7162 -144.451 + 43 149.899 821 2 0 88.2551 -15.666 -145.85 + 43 129.196 1357 1 1 91.6153 -14.6305 -174.45 + 43 113.786 827 1 0 91.7172 -14.6361 -175.85 + 43 194.278 1369 0 1 93.9908 -14.8965 -204.45 + 43 133.018 826 0 0 94.0728 -14.7887 -205.85 + 43 95.5114 1368 0 1 93.95 -14.9005 -204.606 + 43 110.439 811 3 0 80.3783 -17.7577 -116.249 + 43 6.71863 824 9 0 83.0852 -15.0587 64.15 + 43 104.44 825 9 0 83.0869 -15.0499 64.1222 + 43 32.542 1215 8 1 63.2402 -4.53844 35.5497 + 43 92.7892 1216 8 1 63.25 -4.56709 35.4878 + 43 130.019 875 8 0 64.0999 -4.92312 34.1497 + 43 18.0633 874 8 0 64.4513 -5.05 33.8153 + 43 34.7886 816 8 0 65.0831 -16.7236 33.75 + 43 77.3882 817 8 0 65.0819 -16.65 33.8701 + 43 67.6291 818 8 0 65.0027 -16.45 34.0093 + 43 45.7205 819 8 0 64.9219 -16.25 34.1183 + 43 82.9055 1223 8 1 64.6813 -15.244 35.15 + 43 266.753 1222 8 1 64.6499 -15.1461 35.2127 + 43 65.0528 1221 8 1 64.45 -14.8727 35.2397 + 43 124.648 824 8 0 64.0431 -15.1189 34.1497 + 43 55.3116 825 8 0 63.9785 -15.05 33.8641 + 43 338.025 1067 8 0 61.638 33.6265 33.7501 + 43 140.584 1313 2 1 82.8179 -15.334 -144.45 + 43 419.126 823 2 0 82.7907 -15.3476 -145.85 + 43 129.17 821 1 0 82.2694 -15.8294 -175.85 + 43 110.5 1311 0 1 82.4137 -16.1929 -204.45 + 43 37.6322 819 0 0 82.3971 -16.2438 -205.85 + 43 64.0205 818 0 0 82.3952 -16.25 -206.018 + 43 51.966 1499 2 1 120.047 97.5932 -144.85 + 43 189.67 1500 2 1 120.15 97.8966 -144.6 + 43 35.6844 188 8 0 62.5889 -142.482 33.7501 + 43 126.218 187 8 0 62.569 -142.55 33.8384 + 43 40.5832 186 8 0 62.5417 -142.75 34.114 + 43 416.352 1212 8 1 62.5539 -142.54 35.15 + 43 78.0715 1314 2 1 82.8789 -15.3886 -144.45 + 43 58.1383 1315 2 1 83.05 -15.396 -144.657 + 43 128.208 1420 1 1 104.24 -14.6587 -174.451 + 43 111.624 826 1 0 103.902 -14.6955 -175.85 + 43 86.2126 1379 0 1 96.0355 -17.4092 -204.45 + 43 62.155 1380 0 1 96.15 -17.5069 -204.672 + 43 76.28 810 0 0 96.8095 -17.9737 -205.85 + 43 59.9462 809 0 0 96.9208 -18.05 -206.045 + 43 59.5366 682 1 0 88.1281 -43.604 -176.25 + 43 205.52 681 1 0 88.0925 -43.65 -176.193 + 43 24.0494 261 7 0 -41.6975 -127.75 3.91813 + 43 66.3648 697 7 1 -40.5826 -128.788 5.15003 + 43 212.802 250 7 0 -42.5131 -130.122 4.15 + 43 46.3227 249 7 0 -42.5399 -130.15 4.13931 + 43 50.0334 974 3 1 15.0133 2.48196 -114.45 + 43 65.4306 975 3 1 15.05 2.5682 -114.628 + 43 224.215 913 3 0 15.1185 2.75069 -115.85 + 43 83.7688 1728 9 1 165.75 -171.605 65.1975 +Number of digits in this event: 53 Using G4ParticleGun... -Particle energy: 1.46913 LIN +Particle energy: 4.12645 LIN Particle: e- Event: 44 -Number of tracker hits in this event: 109 - 44 120.235 1172 9 1 54.5569 -107.346 65.55 - 44 121.473 364 9 0 54.5589 -107.343 64.15 - 44 106.691 1172 8 1 54.5895 -107.266 35.55 - 44 149.233 364 8 0 54.5916 -107.262 34.15 - 44 120.568 1172 7 1 54.6352 -107.201 5.55 - 44 110.858 364 7 0 54.6524 -107.204 4.15 - 44 109.59 1174 6 1 54.9729 -107.288 -24.45 - 44 144.873 364 6 0 54.9734 -107.286 -25.85 - 44 142.647 1174 5 1 54.8838 -107.254 -54.45 - 44 117.624 364 5 0 54.8802 -107.243 -55.85 - 44 218.6 1174 4 1 54.9055 -106.761 -84.45 - 44 104.251 367 4 0 54.9138 -106.723 -85.85 - 44 121.663 1174 3 1 54.9523 -105.926 -114.45 - 44 139.456 371 3 0 54.946 -105.881 -115.85 - 44 219.698 1174 2 1 54.9003 -105.038 -144.45 - 44 29.8896 375 2 0 54.9227 -104.958 -145.85 - 44 68.7355 376 2 0 54.9249 -104.95 -145.985 - 44 367.371 1176 1 1 55.3688 -103.44 -174.45 - 44 251.745 383 1 0 55.3813 -103.382 -175.85 - 44 359.862 1178 0 1 55.7556 -102.313 -204.45 - 44 290.677 389 0 0 55.7726 -102.244 -205.85 - 44 155.886 384 1 0 55.3873 -103.35 -176.078 - 44 64.9372 968 2 1 13.7242 -100.308 -144.85 - 44 319.094 1172 2 1 54.5746 -106.196 -144.45 - 44 325.946 369 2 0 54.6263 -106.153 -145.85 - 44 117.918 370 2 0 54.6298 -106.15 -145.943 - 44 146.561 1177 1 1 55.5184 -105.597 -174.45 - 44 88.6842 373 1 0 55.5245 -105.538 -175.85 - 44 112.635 1175 0 1 55.0915 -104.029 -204.45 - 44 110.229 380 0 0 54.9788 -103.983 -205.85 - 44 120.844 372 1 0 55.4357 -105.722 -175.85 - 44 108.753 376 0 0 55.796 -104.865 -205.85 - 44 172.38 1173 4 1 54.8271 -106.996 -84.45 - 44 133.831 366 4 0 55.0882 -106.807 -85.85 - 44 99.3127 1200 3 1 60.107 -102.821 -114.45 - 44 113.119 1201 3 1 60.2505 -102.882 -114.664 - 44 139.087 384 3 0 61.0993 -103.216 -115.85 - 44 41.7301 1303 2 1 80.7555 -109.707 -144.45 - 44 86.193 1304 2 1 80.85 -109.716 -144.547 - 44 43.9472 1305 2 1 81.05 -109.74 -144.769 - 44 193.876 351 2 0 82.0991 -109.869 -145.85 - 44 148.009 1469 1 1 114.116 -108.145 -174.45 - 44 45.847 358 1 0 113.445 -108.496 -175.85 - 44 105.998 357 1 0 113.348 -108.55 -176.027 - 44 41.3053 1501 2 1 120.35 113.89 -144.686 - 44 227.156 1500 2 1 120.35 113.973 -144.747 - 44 112.007 369 4 0 55.1023 -106.195 -85.85 - 44 173.381 368 4 0 55.1336 -106.35 -85.9267 - 44 282.751 1172 3 1 54.6245 -106.935 -114.45 - 44 108.428 365 3 0 54.635 -106.951 -115.85 - 44 106.447 364 2 0 54.8862 -107.289 -145.85 - 44 234.604 1174 1 1 54.9128 -107.626 -174.45 - 44 122.108 362 1 0 54.9424 -107.663 -175.85 - 44 118.405 1176 0 1 55.3238 -108.5 -204.45 - 44 248.426 358 0 0 55.347 -108.51 -205.85 - 44 120.273 366 3 0 54.6092 -106.916 -115.85 - 44 134.812 1171 2 1 54.2674 -106.549 -144.45 - 44 136.564 368 2 0 54.2563 -106.548 -145.85 - 44 394.556 1169 1 1 54.0112 -106.571 -174.45 - 44 414.895 367 1 0 53.982 -106.582 -175.85 - 44 295.246 1166 0 1 53.3396 -106.849 -204.45 - 44 146.01 366 0 0 53.3064 -106.861 -205.85 - 44 252.147 369 0 0 56.0849 -106.157 -205.85 - 44 58.1868 304 1 0 60.7004 -119.31 -176.25 - 44 88.0842 303 1 0 60.7076 -119.35 -176.143 - 44 113.07 1204 1 1 60.8526 -119.85 -174.85 - 44 172.835 279 2 0 77.1228 -124.197 -146.25 - 44 27.7737 1290 2 1 78.1738 -124.362 -144.85 - 44 113.612 1291 2 1 78.25 -124.379 -144.751 - 44 20.0746 1292 2 1 78.45 -124.398 -144.517 - 44 161.691 1172 4 1 54.6164 -107.194 -84.45 - 44 470.176 364 4 0 54.9779 -107.179 -85.85 - 44 154.022 1212 3 1 62.5158 -107.704 -114.451 - 44 78.5895 1213 3 1 62.65 -107.347 -114.709 - 44 94.7097 374 3 0 63.1871 -105.337 -115.85 - 44 80.7813 375 3 0 63.2455 -105.15 -115.96 - 44 68.0325 376 3 0 63.3275 -104.949 -116.096 - 44 2.28079 377 3 0 63.4372 -104.75 -116.243 - 44 87.7251 1322 2 1 84.5038 -68.2063 -144.45 - 44 98.3639 1323 2 1 84.65 -68.0382 -144.679 - 44 80.8334 565 2 0 85.636 -67.0114 -145.85 - 44 178.34 566 2 0 85.8027 -66.85 -146.02 - 44 18.7185 567 2 0 86.0565 -66.65 -146.209 - 44 158.049 1585 1 1 137.236 -40.3119 -174.45 - 44 41.9921 1584 1 1 137.15 -40.0114 -174.78 - 44 16.0334 703 1 0 136.999 -39.2732 -175.85 - 44 80.2633 704 1 0 136.994 -39.2499 -175.883 - 44 71.3439 705 1 0 136.976 -39.05 -176.122 - 44 110.529 1578 0 1 135.759 -19.379 -204.45 - 44 283.782 804 0 0 135.75 -19.0977 -205.85 - 44 26.1466 805 0 0 135.744 -19.0499 -206.128 - 44 91.569 1597 0 1 139.699 -19.1155 -204.85 - 44 350.944 1598 0 1 139.75 -19.1103 -204.54 - 44 68.2138 1599 0 1 139.95 -18.3845 -204.776 - 44 48.1414 816 0 0 142.475 -16.7592 -205.85 - 44 32.5418 817 0 0 142.594 -16.6499 -205.879 - 44 46.2693 1625 0 1 145.285 -12.8474 -204.85 - 44 184.455 1626 0 1 145.35 -12.7613 -204.839 - 44 98.4094 1627 0 1 145.55 -12.5543 -204.801 - 44 154.882 1628 0 1 145.75 -12.4404 -204.67 - 44 268.598 1629 0 1 145.95 -12.3834 -204.497 - 44 68.0554 778 1 0 132.65 -24.3891 -176.25 - 44 105.773 1171 3 1 54.4174 -106.757 -114.45 - 44 150.458 367 3 0 54.329 -106.734 -115.85 - 44 74.558 1163 2 1 52.6678 -106.28 -144.45 - 44 38.1229 1162 2 1 52.65 -106.271 -144.702 - 44 119.586 1153 1 1 50.846 -106.074 -174.45 - 44 159.32 370 1 0 50.7378 -106.111 -175.85 - 44 149.956 1141 0 1 48.4151 -106.221 -204.45 -Number of digits in this event: 55 +Number of tracker hits in this event: 24 + 44 159.45 1421 9 1 104.434 -79.5991 65.55 + 44 177.272 502 9 0 104.434 -79.5974 64.15 + 44 127.856 1421 8 1 104.452 -79.5657 35.55 + 44 157.119 502 8 0 104.451 -79.5653 34.15 + 44 109.114 1421 7 1 104.454 -79.5689 5.55 + 44 135.695 502 7 0 104.451 -79.5669 4.15 + 44 135.744 1421 6 1 104.388 -79.5264 -24.45 + 44 124.503 502 6 0 104.39 -79.5154 -25.85 + 44 116.086 1421 5 1 104.435 -79.2956 -54.45 + 44 139.925 503 5 0 104.437 -79.2872 -55.85 + 44 122.861 1421 4 1 104.49 -79.1098 -84.45 + 44 133.064 504 4 0 104.493 -79.0994 -85.85 + 44 137.632 1422 3 1 104.567 -78.8833 -114.45 + 44 117.144 505 3 0 104.573 -78.8742 -115.85 + 44 116.282 1422 2 1 104.687 -78.6865 -144.45 + 44 143.97 506 2 0 104.702 -78.6727 -145.85 + 44 100.771 1424 1 1 104.959 -78.3852 -174.45 + 44 100.566 508 1 0 104.995 -78.3936 -175.85 + 44 121.297 1428 0 1 105.86 -78.5882 -204.45 + 44 241.139 507 0 0 105.89 -78.5906 -205.85 + 44 141.385 506 0 0 105.98 -78.65 -205.987 + 44 103.741 792 14 0 -130.93 -21.5653 213.75 + 44 4.2109 793 14 0 -130.869 -21.45 213.753 + 44 117.45 824 14 0 -98.0121 -15.0954 213.75 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 6.33779 LIN +Particle energy: 4.28687 LIN Particle: e- Event: 45 -Number of tracker hits in this event: 60 - 45 129.044 572 8 1 -65.5772 -122.87 35.55 - 45 201.998 286 8 0 -65.5769 -122.87 34.15 - 45 97.4405 572 7 1 -65.565 -122.864 5.55 - 45 133.594 286 7 0 -65.5633 -122.864 4.15 - 45 390.625 572 6 1 -65.5262 -122.85 -24.45 - 45 347.653 286 6 0 -65.5261 -122.85 -25.85 - 45 195.348 572 5 1 -65.521 -122.848 -54.45 - 45 145.978 286 5 0 -65.5223 -122.848 -55.85 - 45 140.756 572 4 1 -65.5468 -122.837 -84.45 - 45 229.586 286 4 0 -65.5479 -122.836 -85.85 - 45 116.766 572 3 1 -65.5675 -122.826 -114.45 - 45 212.411 286 3 0 -65.5677 -122.826 -115.85 - 45 195.135 572 2 1 -65.5726 -122.813 -144.45 - 45 122.313 286 2 0 -65.5713 -122.813 -145.85 - 45 599.676 572 1 1 -65.5335 -122.805 -174.45 - 45 363.185 286 1 0 -65.5309 -122.808 -175.85 - 45 270.935 572 0 1 -65.4755 -122.86 -204.45 - 45 267.694 286 0 0 -65.47 -122.862 -205.85 - 45 32.8577 427 0 0 -14.1277 -94.6099 -206.25 - 45 355.239 571 2 1 -65.65 -122.683 -144.714 - 45 211.043 1325 0 1 85.05 15.6763 -204.772 - 45 440.209 287 8 0 -65.5799 -122.75 33.8262 - 45 109.855 573 0 1 -65.2553 -123.065 -204.45 - 45 294.012 285 0 0 -65.2472 -123.069 -205.85 - 45 193.419 571 5 1 -65.8223 -122.29 -54.45 - 45 242.633 289 5 0 -65.8125 -122.25 -55.85 - 45 147.644 571 4 1 -65.7567 -121.459 -84.45 - 45 119.205 293 4 0 -65.7715 -121.456 -85.85 - 45 354.177 569 3 1 -66.0619 -121.294 -114.45 - 45 139.416 294 3 0 -66.0407 -121.306 -115.85 - 45 123.752 292 2 0 -65.7203 -121.626 -145.85 - 45 115.06 569 1 1 -66.2077 -121.892 -174.45 - 45 121.641 291 1 0 -66.282 -121.94 -175.85 - 45 25.9725 290 1 0 -66.2965 -121.95 -176.129 - 45 154.473 562 0 1 -67.5917 -123.034 -204.45 - 45 2.43528 583 1 0 -92.0581 -63.2599 -176.25 - 45 89.0186 584 1 0 -92.0632 -63.25 -176.243 - 45 104.504 585 1 0 -92.0599 -63.05 -176.07 - 45 66.7851 586 1 0 -91.9393 -62.8499 -175.957 - 45 37.7371 587 1 0 -91.779 -62.65 -175.875 - 45 11.308 452 1 1 -89.475 -59.8637 -174.85 - 45 73.803 453 1 1 -89.45 -59.8296 -174.835 - 45 80.1647 454 1 1 -89.25 -59.6665 -174.777 - 45 69.2095 455 1 1 -89.05 -59.6077 -174.761 - 45 112.034 456 1 1 -88.85 -59.4871 -174.711 - 45 109.683 457 1 1 -88.65 -59.252 -174.662 - 45 165.539 618 1 0 -89.2275 -56.2853 -175.85 - 45 71.5523 619 1 0 -89.2413 -56.2494 -175.863 - 45 167.354 451 1 1 -89.6588 -55.7844 -174.85 - 45 122.631 569 5 1 -66.0537 -122.609 -54.45 - 45 144.378 287 5 0 -66.0661 -122.622 -55.85 - 45 108.796 568 4 1 -66.2612 -122.853 -84.45 - 45 141.779 287 3 0 -66.1234 -122.576 -115.85 - 45 130.209 567 2 1 -66.6385 -123.08 -144.45 - 45 122.138 285 2 0 -66.6825 -123.13 -145.85 - 45 120.025 562 1 1 -67.5235 -123.961 -174.45 - 45 112.919 281 1 0 -67.5453 -123.931 -175.85 - 45 136.489 561 0 1 -67.7089 -123.416 -204.45 - 45 114.292 283 0 0 -67.7123 -123.381 -205.85 - 45 173.13 570 3 1 -66.0499 -122.638 -114.661 -Number of digits in this event: 40 +Number of tracker hits in this event: 83 + 45 129.184 1015 11 1 23.12 18.9567 125.55 + 45 111.517 994 11 0 23.1207 18.9566 124.15 + 45 115.44 1015 10 1 23.1333 18.9584 95.55 + 45 328.238 994 10 0 23.1358 18.9579 94.15 + 45 164.411 1015 9 1 23.1804 18.9445 65.55 + 45 209.568 994 9 0 23.1829 18.9422 64.15 + 45 122.038 1015 8 1 23.2252 18.8952 35.55 + 45 94.3284 994 8 0 23.2268 18.8906 34.15 + 45 134.031 1016 7 1 23.2574 18.7999 5.55 + 45 138.388 993 7 0 23.2592 18.7954 4.15 + 45 162.953 1016 6 1 23.2851 18.7097 -24.45 + 45 129.454 993 6 0 23.285 18.7047 -25.85 + 45 375.795 1016 5 1 23.2775 18.6111 -54.45 + 45 153.274 992 5 0 23.2803 18.6106 -55.85 + 45 830.542 1016 4 1 23.3318 18.6065 -84.45 + 45 417.496 992 4 0 23.327 18.6039 -85.85 + 45 164.385 1015 3 1 23.2304 18.5661 -114.45 + 45 231.711 992 3 0 23.222 18.566 -115.85 + 45 147.841 1014 2 1 23.0373 18.5497 -144.45 + 45 485.174 992 2 0 23.0226 18.5459 -145.85 + 45 152.087 1013 1 1 22.718 18.4622 -174.45 + 45 279.73 992 1 0 22.7029 18.4578 -175.85 + 45 106.924 1011 0 1 22.3948 18.3954 -204.45 + 45 489.712 991 0 0 22.3823 18.3893 -205.85 + 45 112.08 1201 0 0 -44.4632 60.25 -205.941 + 45 54.8246 653 0 1 -49.381 65.0806 -204.85 + 45 178.641 652 0 1 -49.45 65.1562 -204.814 + 45 5.61645 1116 0 0 62.3589 43.25 -206.157 + 45 7.65637 1157 5 1 51.484 -159.234 -54.85 + 45 352.378 691 8 0 -99.2365 -41.7017 33.7501 + 45 403.815 1016 3 1 23.3893 18.5763 -114.45 + 45 348.496 1017 2 1 23.502 18.546 -144.45 + 45 267.556 1018 1 1 23.7438 18.5451 -174.45 + 45 233.858 1019 0 1 23.9878 18.6659 -204.45 + 45 158.96 993 0 0 24.0031 18.6723 -205.85 + 45 237.256 1011 3 1 22.4233 18.222 -114.45 + 45 115.642 990 3 0 22.4225 18.2028 -115.85 + 45 185.479 1012 2 1 22.4503 17.895 -144.45 + 45 204.98 988 2 0 22.4589 17.838 -145.85 + 45 118.048 1014 1 1 22.8705 16.2818 -174.45 + 45 148.124 980 1 0 22.8686 16.1723 -175.852 + 45 2.27721 968 0 0 23.8712 13.6511 -205.851 + 45 125.781 967 0 0 23.871 13.65 -205.862 + 45 96.1094 600 4 1 -60.0343 -165.867 -84.45 + 45 76.6167 599 4 1 -60.05 -165.823 -84.5471 + 45 270.899 993 4 0 23.3034 18.6501 -85.8867 + 45 229.455 993 5 0 23.3296 18.6772 -55.85 + 45 351.477 993 3 0 23.4244 18.7453 -115.85 + 45 127.003 993 2 0 23.4662 18.8357 -145.85 + 45 187.483 1017 1 1 23.5091 18.6995 -174.45 + 45 110.787 993 1 0 23.5175 18.685 -175.85 + 45 262.527 1018 0 1 23.7231 18.3842 -204.45 + 45 17.8733 1017 3 1 23.45 18.7006 -114.779 + 45 83.6845 995 1 0 23.8375 19.2456 -175.85 + 45 36.492 996 1 0 23.8419 19.25 -176.143 + 45 116.304 1020 0 1 24.1729 19.5953 -204.45 + 45 195.902 997 0 0 24.1862 19.5962 -205.85 + 45 120.148 1018 2 1 23.7106 18.661 -144.451 + 45 99.8129 1020 1 1 24.2236 17.5356 -174.45 + 45 258.425 987 1 0 24.2776 17.47 -175.851 + 45 138.684 1027 0 1 25.5313 16.0277 -204.45 + 45 101.558 979 0 0 25.6159 15.9454 -205.85 + 45 366.915 986 1 0 24.2996 17.4496 -176.093 + 45 51.4989 989 2 0 30.2517 17.85 -145.955 + 45 137.006 1048 2 1 29.8124 20.0993 -144.85 + 45 75.7983 1047 2 1 29.65 20.4984 -144.806 + 45 61.3345 1011 2 0 28.4957 22.3385 -145.85 + 45 77.9206 1012 2 0 28.4536 22.4501 -145.872 + 45 238.258 1034 2 1 26.9889 23.3045 -144.85 + 45 11.7167 1033 2 1 26.8498 23.9294 -144.475 + 45 107.142 1015 4 1 23.1655 18.3602 -84.4504 + 45 148.401 991 4 0 23.1441 18.3375 -85.85 + 45 141.681 989 3 0 22.1061 17.9358 -115.85 + 45 112.034 984 2 1 16.9115 18.279 -144.45 + 45 24.0266 983 2 1 16.8499 18.279 -144.746 + 45 127.787 991 2 0 16.6475 18.2833 -145.85 + 45 107.759 955 1 1 11.2266 18.3637 -174.45 + 45 128.076 991 1 0 10.8972 18.3618 -175.85 + 45 141.058 922 0 1 4.64015 18.718 -204.45 + 45 265.264 992 0 0 4.34487 18.65 -205.912 + 45 216.834 455 8 1 -89.0126 89.6386 35.15 + 45 57.9462 454 8 1 -89.0502 89.6132 35.2101 + 45 271.654 1017 0 1 23.5131 18.5202 -204.45 +Number of digits in this event: 54 Using G4ParticleGun... -Particle energy: 3.32745 LIN +Particle energy: 6.683 LIN Particle: e- Event: 46 Number of tracker hits in this event: 46 - 46 127.461 428 10 1 -94.3544 -55.1079 95.55 - 46 112.962 624 10 0 -94.3529 -55.1027 94.15 - 46 134.087 429 9 1 -94.3228 -54.9959 65.55 - 46 236.115 625 9 0 -94.3219 -54.9916 64.15 - 46 108.303 429 8 1 -94.304 -54.9129 35.55 - 46 174.522 625 8 0 -94.2863 -54.8972 34.15 - 46 119.146 431 7 1 -93.883 -54.567 5.55 - 46 131.423 627 7 0 -93.8277 -54.5214 4.15 - 46 127.129 437 6 1 -92.633 -53.6101 -24.45 - 46 124.546 632 6 0 -92.5504 -53.5776 -25.85 - 46 125.377 446 5 1 -90.9143 -52.9234 -54.45 - 46 120.316 635 5 0 -90.8251 -52.9091 -55.85 - 46 188.015 455 4 1 -89.0056 -52.7348 -84.45 - 46 154.523 636 4 0 -88.8929 -52.7328 -85.85 - 46 134.782 467 3 1 -86.5222 -52.8237 -114.45 - 46 135.821 636 3 0 -86.3935 -52.8101 -115.85 - 46 120.235 479 2 1 -84.1097 -52.7623 -144.45 - 46 162.525 636 2 0 -83.9947 -52.7539 -145.85 - 46 147.156 491 1 1 -81.7425 -52.4043 -174.45 - 46 132.161 638 1 0 -81.6727 -52.4086 -175.85 - 46 114.136 499 0 1 -80.1739 -52.5591 -204.45 - 46 156.086 637 0 0 -80.1268 -52.5216 -205.85 - 46 91.2032 453 4 1 -89.2606 -52.1153 -84.45 - 46 312.723 1316 2 0 -49.7928 83.25 -145.982 - 46 118.77 1317 2 0 -49.7557 83.45 -146.091 - 46 92.2221 635 4 0 -89.469 -52.85 -85.9689 - 46 235.363 430 2 1 -93.9888 -54.2321 -144.451 - 46 100.928 628 2 0 -93.9907 -54.2663 -145.85 - 46 112.759 433 1 1 -93.3675 -57.5434 -174.45 - 46 130.548 612 1 0 -93.3521 -57.5052 -175.85 - 46 40.5926 440 0 1 -92.081 -58.5249 -204.45 - 46 81.3602 439 0 1 -92.15 -58.6016 -204.514 - 46 87.4719 438 0 1 -92.35 -58.8523 -204.705 - 46 23.1806 598 0 0 -93.5531 -60.3978 -205.85 - 46 79.6322 597 0 0 -93.5951 -60.4501 -205.888 - 46 227.701 596 0 0 -93.7765 -60.6503 -206.057 - 46 18.6232 595 0 0 -93.9453 -60.8501 -206.209 - 46 118.986 629 2 0 -93.9473 -54.205 -145.85 - 46 126.035 438 1 1 -92.5258 -53.3989 -174.45 - 46 227.521 633 1 0 -92.4007 -53.3838 -175.85 - 46 44.5338 452 0 1 -89.4823 -52.666 -204.45 - 46 80.3375 453 0 1 -89.4499 -52.6883 -204.594 - 46 122.152 635 0 0 -89.2253 -52.8565 -205.85 - 46 0.69111 518 2 1 -76.282 -35.0519 -144.45 - 46 79.5708 309 8 0 93.9128 -118.306 33.75 - 46 311.354 308 8 0 93.96 -118.35 33.8783 -Number of digits in this event: 28 + 46 205.358 1123 10 1 44.7787 101.255 95.55 + 46 150.752 1405 10 0 44.7764 101.255 94.15 + 46 117.585 1123 9 1 44.7294 101.251 65.55 + 46 115.633 1405 9 0 44.7275 101.252 64.15 + 46 157.558 1123 8 1 44.6815 101.275 35.55 + 46 192.399 1405 8 0 44.6797 101.273 34.15 + 46 252.874 1123 7 1 44.6621 101.237 5.55 + 46 229.91 1405 7 0 44.6594 101.235 4.15 + 46 113.447 1122 6 1 44.6276 101.164 -24.45 + 46 168.936 1405 6 0 44.6372 101.162 -25.85 + 46 230.3 1124 5 1 44.869 101.082 -54.45 + 46 113.287 1404 5 0 44.8853 101.082 -55.85 + 46 259.582 1125 4 1 45.1865 101.067 -84.45 + 46 125.393 1404 4 0 45.1973 101.064 -85.85 + 46 110.397 1126 3 1 45.3992 101.171 -114.45 + 46 99.4519 1405 3 0 45.4098 101.185 -115.85 + 46 148.935 1127 2 1 45.6314 101.459 -144.45 + 46 95.0591 1406 2 0 45.6475 101.478 -145.85 + 46 116.091 1129 1 1 45.9893 101.903 -174.45 + 46 122.308 1408 1 0 46.0158 101.911 -175.85 + 46 136.227 1132 0 1 46.6244 102.1 -204.45 + 46 126.779 1409 0 0 46.6385 102.112 -205.85 + 46 133.689 1125 5 1 45.05 101.013 -54.5957 + 46 347.148 1126 5 1 45.25 100.886 -54.5186 + 46 234.763 1122 7 1 44.6344 101.257 5.54972 + 46 51.0158 1399 7 0 44.4772 100.072 4.15 + 46 56.2243 1398 7 0 44.4759 99.95 3.97744 + 46 56.4372 1122 5 1 44.5765 101.188 -54.45 + 46 109.557 1121 5 1 44.45 101.042 -54.6251 + 46 9.85243 1120 5 1 44.25 100.846 -54.8259 + 46 33.6605 1399 5 0 42.5214 100.023 -55.85 + 46 112.065 1398 5 0 42.4282 99.95 -55.9054 + 46 148.595 1397 5 0 42.189 99.75 -56.0883 + 46 156.764 1396 5 0 41.7995 99.55 -56.0673 + 46 120.618 1104 5 1 40.9664 99.3501 -54.85 + 46 253.597 1121 1 1 44.343 101.189 -174.45 + 46 322.15 1405 1 0 44.3404 101.189 -175.85 + 46 126.749 1121 0 1 44.2665 101.202 -204.45 + 46 159.019 1405 0 0 44.254 101.201 -205.85 + 46 71.7459 1388 2 1 97.75 15.5181 -144.574 + 46 145.879 1122 0 1 44.6129 100.767 -204.45 + 46 290.078 1402 0 0 44.6365 100.74 -205.85 + 46 187.094 1406 10 0 44.7346 101.35 93.7681 + 46 45.6207 1124 10 1 44.85 101.12 95.3188 + 46 85.838 1404 10 0 45.0693 100.986 94.15 + 46 43.3246 1403 10 0 45.0777 100.95 94.0069 +Number of digits in this event: 29 Using G4ParticleGun... -Particle energy: 5.12243 LIN +Particle energy: 6.56925 LIN Particle: e- Event: 47 -Number of tracker hits in this event: 83 - 47 121.09 832 10 1 -13.5461 -98.4381 95.55 - 47 107.802 408 10 0 -13.5463 -98.4393 94.15 - 47 133.807 832 9 1 -13.5462 -98.4682 65.55 - 47 143.045 408 9 0 -13.5455 -98.4715 64.15 - 47 122.078 832 8 1 -13.5263 -98.5301 35.55 - 47 103.036 408 8 0 -13.5254 -98.5333 34.15 - 47 112.411 832 7 1 -13.5099 -98.5995 5.55 - 47 240.178 407 7 0 -13.5081 -98.601 4.15 - 47 108.35 832 6 1 -13.4666 -98.63 -24.45 - 47 149.084 407 6 0 -13.4641 -98.6342 -25.85 - 47 104.788 833 5 1 -13.4132 -98.7204 -54.45 - 47 279.543 407 5 0 -13.4107 -98.7229 -55.85 - 47 131.606 833 4 1 -13.3608 -98.7775 -84.45 - 47 148.887 406 4 0 -13.3583 -98.7818 -85.85 - 47 395.686 833 3 1 -13.3092 -98.8638 -114.45 - 47 101.859 406 3 0 -13.307 -98.868 -115.85 - 47 386.113 833 2 1 -13.2609 -98.9593 -144.45 - 47 301.196 405 2 0 -13.2585 -98.9639 -145.85 - 47 155.242 834 1 1 -13.1972 -99.0545 -174.45 - 47 99.5027 405 1 0 -13.1934 -99.0583 -175.85 - 47 192.406 834 0 1 -13.1084 -99.1369 -204.45 - 47 119.323 405 0 0 -13.1005 -99.1382 -205.85 - 47 46.3005 352 2 0 112.027 -109.683 -146.25 - 47 83.2437 479 2 0 133.046 -84.122 -146.25 - 47 229.2 404 2 0 -13.6064 -99.15 -146.168 - 47 267.686 832 5 1 -13.5302 -98.4737 -54.45 - 47 130.809 408 5 0 -13.5448 -98.4702 -55.85 - 47 104.801 830 4 1 -13.9849 -98.5788 -84.45 - 47 189.322 407 4 0 -13.9678 -98.5649 -85.85 - 47 116.489 832 3 1 -13.6384 -98.1225 -114.45 - 47 155.061 410 3 0 -13.6349 -98.1409 -115.85 - 47 137.913 832 2 1 -13.6398 -98.2933 -144.45 - 47 102.477 409 2 0 -13.6544 -98.2409 -145.851 - 47 122.925 829 1 1 -14.1063 -97.3342 -174.45 - 47 153.867 414 1 0 -14.2341 -97.2858 -175.85 - 47 35.9208 815 0 1 -17.0237 -95.8385 -204.45 - 47 102.21 814 0 1 -17.0501 -95.8303 -204.598 - 47 174.234 421 0 0 -17.2766 -95.7689 -205.85 - 47 1.99002 422 0 0 -17.3477 -95.75 -206.242 - 47 117.248 808 4 1 -18.2635 -99.9504 -84.45 - 47 207.643 402 4 0 -18.5609 -99.7001 -85.85 - 47 20.5827 777 3 1 -24.6241 -95.5464 -114.45 - 47 141.851 776 3 1 -24.65 -95.5366 -114.508 - 47 39.1467 424 3 0 -25.2069 -95.3375 -115.85 - 47 103.997 423 3 0 -25.2499 -95.35 -115.954 - 47 47.4703 422 3 0 -25.3244 -95.55 -116.174 - 47 72.0335 725 2 1 -34.9151 -123.805 -144.45 - 47 212.546 726 2 1 -34.85 -123.994 -144.574 - 47 33.0499 271 2 0 -34.2825 -125.87 -145.85 - 47 76.6844 270 2 0 -34.2588 -125.95 -145.905 - 47 67.3298 269 2 0 -34.1981 -126.15 -146.039 - 47 42.0251 268 2 0 -34.1414 -126.35 -146.167 - 47 191.104 407 2 0 -13.3815 -98.7463 -145.85 - 47 34.1905 835 1 1 -12.8525 -98.6858 -174.45 - 47 222.51 836 1 1 -12.85 -98.6858 -174.558 - 47 142.898 407 1 0 -12.8174 -98.6856 -175.85 - 47 100.089 839 0 1 -12.1674 -98.7396 -204.45 - 47 131.111 406 0 0 -12.1392 -98.7628 -205.85 - 47 37.7166 408 2 0 -13.3553 -98.55 -146.135 - 47 105.838 429 1 0 -12.7653 -94.2948 -175.85 - 47 33.8314 835 0 1 -13.0263 -86.9908 -204.451 - 47 44.8976 466 0 0 -13.3156 -86.6896 -205.85 - 47 77.338 467 0 0 -13.3552 -86.65 -206.024 - 47 249.851 407 3 0 -13.3874 -98.5582 -115.85 - 47 116.769 842 2 1 -11.5507 -99.0559 -144.45 - 47 13.834 843 2 1 -11.45 -99.0348 -144.814 - 47 125.707 406 2 0 -11.1526 -98.9441 -145.85 - 47 111.732 886 1 1 -2.7411 -95.1522 -174.45 - 47 30.2352 427 1 0 -2.6198 -94.6025 -175.85 - 47 90.2151 428 1 0 -2.60714 -94.55 -175.978 - 47 208.275 908 0 1 1.71753 -82.8845 -204.45 - 47 13.3411 492 0 0 1.70744 -81.5036 -205.85 - 47 122.88 493 0 0 1.70733 -81.4496 -205.906 - 47 51.9512 494 0 0 1.70869 -81.25 -206.109 - 47 93.5137 489 0 0 1.41999 -82.16 -205.85 - 47 32.5771 490 0 0 1.3523 -82.0498 -206.119 - 47 8.49145 333 1 0 -112.257 -113.35 -176.166 - 47 114.195 840 2 1 -11.9799 -99.6537 -144.45 - 47 125.862 402 2 0 -11.9393 -99.7172 -145.85 - 47 104.852 849 1 1 -10.1617 -101.691 -174.451 - 47 150.8 391 1 0 -10.1566 -101.784 -175.85 - 47 114.779 850 0 1 -9.92585 -103.876 -204.45 - 47 173.032 380 0 0 -9.83987 -103.992 -205.85 -Number of digits in this event: 39 +Number of tracker hits in this event: 39 + 47 126.518 1442 9 1 108.643 -51.9749 65.55 + 47 166.439 640 9 0 108.643 -51.9745 64.15 + 47 128.77 1442 8 1 108.646 -51.9671 35.55 + 47 127.561 640 8 0 108.646 -51.9666 34.15 + 47 108.69 1442 7 1 108.656 -51.9565 5.55 + 47 112.984 640 7 0 108.656 -51.9552 4.15 + 47 116.855 1442 6 1 108.654 -51.9375 -24.45 + 47 169.373 640 6 0 108.655 -51.9361 -25.85 + 47 119.131 1442 5 1 108.658 -51.9 -54.45 + 47 143.281 640 5 0 108.658 -51.8972 -55.85 + 47 95.5175 1442 4 1 108.655 -51.8312 -84.45 + 47 95.2213 641 4 0 108.652 -51.8253 -85.85 + 47 134.13 1442 3 1 108.59 -51.6961 -114.45 + 47 111.82 641 3 0 108.586 -51.6898 -115.85 + 47 235.104 1441 2 1 108.512 -51.574 -144.45 + 47 162.578 642 2 0 108.51 -51.5708 -145.85 + 47 108.299 1441 1 1 108.461 -51.5155 -174.45 + 47 136.73 642 1 0 108.46 -51.5118 -175.85 + 47 133.01 1441 0 1 108.431 -51.4332 -204.45 + 47 150.685 643 0 0 108.417 -51.435 -205.85 + 47 84.7966 690 0 0 111.424 -42.01 -206.25 + 47 30.3328 680 0 0 105.309 -44.0406 -206.249 + 47 146.175 679 0 0 105.339 -44.0501 -206.147 + 47 56.7784 1428 0 1 105.898 -44.4271 -204.85 + 47 198.176 1429 0 1 105.95 -44.4593 -204.735 + 47 86.1847 724 1 0 129.264 -35.09 -176.25 + 47 119.373 725 1 0 129.49 -35.05 -176.077 + 47 163.841 726 1 0 129.815 -34.85 -175.945 + 47 15.5556 727 1 0 130.074 -34.6497 -175.853 + 47 106.819 1567 1 1 133.663 -30.5706 -174.85 + 47 3.33569 758 1 0 134.288 -28.2641 -175.85 + 47 86.6608 759 1 0 134.291 -28.25 -175.857 + 47 55.9482 760 1 0 134.309 -28.05 -176.118 + 47 112.243 696 0 0 112.592 -40.8347 -206.25 + 47 66.6277 697 0 0 112.8 -40.65 -205.994 + 47 73.9248 1472 0 1 114.563 -39.9472 -204.85 + 47 134.856 1473 0 1 114.751 -39.8585 -204.703 + 47 112.405 1474 0 1 114.95 -39.5948 -204.76 + 47 232.508 1475 0 1 115.15 -39.1823 -204.748 +Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 8.5119 LIN +Particle energy: 6.0573 LIN Particle: e- Event: 48 -Number of tracker hits in this event: 54 - 48 108.91 1566 9 0 23.8732 133.496 64.1006 - 48 115.846 1019 8 1 23.8692 133.499 35.55 - 48 127.781 1566 8 0 23.8698 133.499 34.15 - 48 122.938 1019 7 1 23.8804 133.501 5.55 - 48 200.971 1566 7 0 23.8813 133.501 4.15 - 48 118.563 1019 6 1 23.9011 133.496 -24.45 - 48 116.642 1566 6 0 23.9023 133.495 -25.85 - 48 131.507 1019 5 1 23.934 133.471 -54.45 - 48 130.494 1566 5 0 23.9351 133.47 -55.85 - 48 134.411 1019 4 1 23.9575 133.454 -84.45 - 48 105.809 1566 4 0 23.957 133.45 -85.85 - 48 140.008 1019 3 1 23.9401 133.355 -114.45 - 48 144.901 1565 3 0 23.9389 133.349 -115.85 - 48 117.007 1019 2 1 23.9154 133.224 -144.45 - 48 126.26 1565 2 0 23.9164 133.221 -145.85 - 48 202.614 1019 1 1 23.9425 133.165 -174.45 - 48 186.546 1565 1 0 23.9436 133.157 -175.85 - 48 120.762 1019 0 1 23.9683 132.991 -204.45 - 48 261.917 1564 0 0 23.9706 132.982 -205.85 - 48 82.8423 766 5 1 -26.6874 119.384 -54.85 - 48 238.025 1020 1 1 24.0589 133.362 -174.45 - 48 227.471 1566 1 0 24.0681 133.357 -175.85 - 48 238.441 1020 0 1 24.1245 133.119 -204.45 - 48 193.345 1566 0 0 24.1879 133.388 -205.85 - 48 173.667 813 8 0 -143.994 -17.3112 33.7501 - 48 130.161 725 2 1 -35.0486 60.3319 -144.45 - 48 34.5768 1206 2 0 -35.1019 61.3717 -145.85 - 48 90.2075 1207 2 0 -35.1046 61.45 -145.938 - 48 46.2327 1208 2 0 -35.0637 61.65 -146.156 - 48 43.3191 1475 2 0 -53.9028 115.319 -146.25 - 48 143.746 1476 2 0 -53.9812 115.35 -146.179 - 48 110.809 629 2 1 -54.242 115.292 -144.85 - 48 108.707 628 2 1 -54.25 115.336 -144.506 - 48 20.0395 1483 2 0 -53.9738 116.91 -145.85 - 48 64.8408 1484 2 0 -53.9645 116.95 -145.881 - 48 52.2648 1485 2 0 -53.9434 117.15 -146.022 - 48 68.3176 1486 2 0 -53.9399 117.35 -146.093 - 48 53.6054 1487 2 0 -53.9776 117.55 -146.157 - 48 59.3101 1488 2 0 -54.0927 117.75 -146.197 - 48 174.716 1489 2 0 -54.168 117.95 -146.243 - 48 103.399 1490 2 0 -54.4221 118.15 -146.156 - 48 71.8538 1491 2 0 -54.6759 118.35 -146.097 - 48 112.5 1492 2 0 -54.7524 118.551 -146.12 - 48 73.6774 1493 2 0 -54.7913 118.75 -146.09 - 48 584.738 1494 2 0 -54.859 118.95 -146.081 - 48 47.6936 1495 2 0 -54.8638 119.15 -146.204 - 48 46.4575 1039 2 0 39.0415 27.9901 -146.25 - 48 69.5082 1155 2 0 21.1115 51.0743 -146.25 - 48 73.5945 918 2 1 3.74472 160.22 -144.85 - 48 167.293 782 5 0 -114.725 -23.5011 -56.2499 - 48 153.158 781 5 0 -114.719 -23.6501 -56.0898 - 48 289.116 780 5 0 -114.924 -23.85 -56.0095 - 48 63.6704 1244 0 1 68.9334 108.308 -204.85 - 48 272.694 1245 0 1 69.0501 108.289 -204.709 -Number of digits in this event: 28 +Number of tracker hits in this event: 101 + 48 128.434 1280 10 1 76.241 -50.1278 95.55 + 48 116.445 649 10 0 76.2407 -50.1276 94.15 + 48 104.889 1280 9 1 76.2364 -50.125 65.55 + 48 114.409 649 9 0 76.2349 -50.1243 64.15 + 48 146.811 1280 8 1 76.2048 -50.1096 35.55 + 48 137.17 649 8 0 76.2043 -50.1099 34.15 + 48 149.883 1280 7 1 76.1952 -50.1187 5.55 + 48 106.828 649 7 0 76.1945 -50.1195 4.15 + 48 136.043 1280 6 1 76.1697 -50.1352 -24.45 + 48 113.872 649 6 0 76.1676 -50.1371 -25.85 + 48 140.663 1280 5 1 76.1196 -50.1633 -54.45 + 48 107.711 649 5 0 76.1179 -50.1636 -55.85 + 48 194.804 1280 4 1 76.0823 -50.1723 -84.45 + 48 194.417 649 4 0 76.0818 -50.1743 -85.85 + 48 302.922 1280 3 1 76.0689 -50.2183 -114.45 + 48 323.452 649 3 0 76.0676 -50.2205 -115.85 + 48 566.528 1279 2 1 76.0435 -50.2716 -144.45 + 48 244.236 648 2 0 76.0414 -50.2757 -145.85 + 48 197.846 1279 1 1 75.9969 -50.357 -174.45 + 48 153.783 648 1 0 75.9929 -50.3614 -175.85 + 48 205.545 1279 0 1 75.9115 -50.4529 -204.45 + 48 364.156 647 0 0 75.9057 -50.4564 -205.85 + 48 218.05 109 4 0 -2.08688 -158.343 -86.2497 + 48 206.684 110 4 0 -2.33298 -158.149 -86.0439 + 48 149.97 1280 2 1 76.05 -50.2757 -144.476 + 48 37.9091 1281 2 1 76.2502 -50.1045 -144.712 + 48 45.8864 651 2 0 77.0586 -49.7087 -145.85 + 48 107.541 652 2 0 77.1365 -49.65 -146.016 + 48 125.58 808 2 0 111.499 -18.3689 -146.25 + 48 114.646 1456 2 1 111.358 -18.0105 -144.85 + 48 120.395 1455 2 1 111.35 -17.991 -144.805 + 48 231.343 1454 2 1 111.15 -18.1182 -144.52 + 48 99.9698 820 2 0 110.849 -16.0077 -145.85 + 48 192.341 819 2 0 110.814 -16.05 -145.953 + 48 72.7503 490 5 0 90.9624 -81.8719 -56.25 + 48 133.603 489 5 0 91.0568 -82.05 -56.0427 + 48 28.3621 1356 5 1 91.5304 -82.6168 -54.85 + 48 229.184 1357 5 1 91.5501 -82.6352 -54.8013 + 48 105.728 494 5 0 91.8828 -81.2417 -55.8501 + 48 92.8651 495 5 0 91.8864 -81.05 -56.0071 + 48 87.2151 496 5 0 91.8769 -80.8498 -56.2077 + 48 11.8829 497 5 0 91.7615 -80.65 -56.2319 + 48 217.529 1358 5 1 91.7502 -82.7212 -54.6442 + 48 24.2477 488 5 0 91.1613 -82.25 -55.8746 + 48 35.1845 1345 5 1 89.1191 -84.3585 -54.85 + 48 12.5183 1344 5 1 89.05 -84.394 -54.8414 + 48 141.046 477 5 0 87.3267 -84.6204 -55.85 + 48 236.819 649 2 0 75.9578 -50.1614 -145.85 + 48 130.768 1275 1 1 75.1408 -50.519 -174.45 + 48 105.531 647 1 0 75.0711 -50.5262 -175.85 + 48 112.598 1267 0 1 73.4827 -50.5951 -204.45 + 48 119.441 1278 1 1 75.7255 -50.1808 -174.45 + 48 197.768 649 1 0 75.7101 -50.2061 -175.85 + 48 113.269 1276 0 1 75.3242 -50.7718 -204.45 + 48 416.555 646 0 0 75.3002 -50.8146 -205.85 + 48 8.37763 1433 4 1 106.755 9.22258 -84.45 + 48 5.05894 1432 4 1 106.75 9.22301 -84.4529 + 48 57.3002 479 3 1 -84.1117 3.21793 -114.85 + 48 38.37 478 3 1 -84.25 3.23076 -114.827 + 48 200.04 909 3 0 -86.7685 2.00254 -115.85 + 48 56.3752 648 0 0 75.2595 -50.45 -206.167 + 48 140.7 503 0 0 88.6051 -79.3893 -206.25 + 48 65.3475 1282 1 1 76.641 -53.3802 -174.45 + 48 109.054 1283 1 1 76.65 -53.4476 -174.718 + 48 57.4797 631 1 0 76.6499 -53.7884 -175.85 + 48 50.8016 630 1 0 76.6496 -53.85 -176.062 + 48 258.558 1287 0 1 77.6475 -61.9827 -204.45 + 48 139.152 588 0 0 77.307 -62.32 -205.85 + 48 185.61 1278 2 1 75.7883 -50.389 -144.45 + 48 101.496 647 2 0 75.7277 -50.4598 -145.85 + 48 223.189 1273 1 1 74.7327 -51.783 -174.45 + 48 106.777 641 1 0 74.7903 -51.8204 -175.85 + 48 328.559 651 0 0 77.7585 -49.8036 -205.85 + 48 13.5876 1281 3 1 76.25 -50.1487 -114.693 + 48 14.6856 651 3 0 76.2099 -49.6611 -115.85 + 48 120.058 652 3 0 76.2093 -49.65 -115.875 + 48 130.786 1266 2 1 73.303 -31.2115 -144.45 + 48 208.455 1265 2 1 73.25 -31.6672 -144.534 + 48 22.0602 729 2 0 74.0183 -34.1814 -145.85 + 48 77.7837 728 2 0 74.0499 -34.25 -145.889 + 48 60.7921 727 2 0 74.1812 -34.45 -146.017 + 48 57.6452 726 2 0 74.3234 -34.6501 -146.139 + 48 54.6864 725 2 0 74.4141 -34.85 -146.195 + 48 79.6722 724 2 0 74.4824 -35.05 -146.205 + 48 51.688 723 2 0 74.538 -35.2509 -146.166 + 48 61.8083 722 2 0 74.5965 -35.45 -146.099 + 48 52.5309 721 2 0 74.6945 -35.65 -146.09 + 48 48.2098 720 2 0 74.7558 -35.85 -146.068 + 48 58.0747 719 2 0 74.8002 -36.0512 -146.029 + 48 53.8156 718 2 0 74.8239 -36.2509 -146.007 + 48 39.1143 717 2 0 74.8131 -36.45 -145.995 + 48 50.5005 716 2 0 74.8227 -36.6502 -146.01 + 48 44.4316 715 2 0 74.8052 -36.8503 -146.026 + 48 58.1792 714 2 0 74.8008 -37.05 -146.025 + 48 71.5262 713 2 0 74.7972 -37.25 -146.016 + 48 64.3491 712 2 0 74.8028 -37.4501 -145.987 + 48 79.589 711 2 0 74.8203 -37.65 -145.912 + 48 702.416 1270 2 1 74.206 -45.3028 -144.85 + 48 228.899 1271 2 1 74.25 -46.7156 -144.491 + 48 2.07043 1268 2 1 73.7526 -55.9339 -144.85 + 48 121.672 1280 0 1 76.2484 -49.9476 -204.451 +Number of digits in this event: 48 Using G4ParticleGun... -Particle energy: 2.12993 LIN +Particle energy: 8.4731 LIN Particle: e- Event: 49 -Number of tracker hits in this event: 65 - 49 149.819 324 8 0 89.6951 -115.248 34.15 - 49 133.794 1348 7 1 89.694 -115.238 5.55 - 49 143.246 324 7 0 89.6887 -115.237 4.15 - 49 412.765 1347 6 1 89.5657 -115.213 -24.45 - 49 382.734 324 6 0 89.5605 -115.213 -25.85 - 49 119.897 1347 5 1 89.4617 -115.212 -54.45 - 49 350.455 324 5 0 89.4552 -115.217 -55.85 - 49 111.249 1346 4 1 89.3292 -115.328 -84.45 - 49 121.016 324 4 0 89.3206 -115.337 -85.85 - 49 153.235 1345 3 1 89.1304 -115.493 -114.45 - 49 147.971 323 3 0 89.1245 -115.503 -115.85 - 49 109.435 1344 2 1 89.0047 -115.701 -144.45 - 49 153.698 322 2 0 88.9958 -115.716 -145.85 - 49 121.846 1343 1 1 88.8051 -116.025 -174.45 - 49 166.103 320 1 0 88.7909 -116.04 -175.85 - 49 115.187 1342 0 1 88.5048 -116.345 -204.45 - 49 132.304 318 0 0 88.4873 -116.361 -205.85 - 49 6.26824 209 9 0 -50.0601 -138.28 63.75 - 49 7.10512 325 9 0 -73.0264 -115.096 63.75 - 49 33.504 801 9 0 -83.6312 -19.6612 63.75 - 49 167.759 1195 3 1 59.2469 -101.384 -114.85 - 49 79.8262 1196 3 1 59.25 -101.334 -114.624 - 49 139.971 1352 5 1 90.5912 -118.092 -54.45 - 49 24.8959 307 5 0 91.1158 -118.724 -55.85 - 49 182.883 306 5 0 91.1424 -118.75 -55.9133 - 49 63.1343 1425 4 1 105.187 -129.888 -84.45 - 49 69.1335 1426 4 1 105.35 -129.815 -84.5674 - 49 58.9789 1427 4 1 105.55 -129.729 -84.6904 - 49 81.5436 1428 4 1 105.75 -129.659 -84.7736 - 49 20.9804 258 4 0 108.226 -128.391 -85.8501 - 49 151.14 259 4 0 108.302 -128.35 -85.8804 - 49 127.763 260 4 0 108.647 -128.15 -86.0299 - 49 243.684 475 4 0 144.04 -85.0245 -86.2498 - 49 116.512 476 4 0 143.953 -84.85 -85.9052 - 49 16.7859 1616 4 1 143.38 -84.0997 -84.85 - 49 156.055 1615 4 1 143.35 -84.0524 -84.7883 - 49 224.192 1617 4 1 143.559 -83.9928 -84.45 - 49 136.419 1618 4 1 143.75 -84.2494 -84.5965 - 49 138.432 1619 4 1 143.95 -84.3756 -84.683 - 49 32.6916 1613 4 1 142.902 -85.4092 -84.85 - 49 50.4213 468 4 0 142.39 -86.2765 -85.85 - 49 137.228 1345 5 1 89.2288 -115.629 -54.45 - 49 186.507 322 5 0 89.1989 -115.667 -55.85 - 49 128.411 1342 4 1 88.5885 -116.421 -84.45 - 49 135.824 318 4 0 88.6065 -116.487 -85.85 - 49 171.25 1344 3 1 88.9029 -117.968 -114.45 - 49 110.744 310 3 0 88.9246 -118.034 -115.85 - 49 28.6473 1346 2 1 89.4442 -119.454 -144.45 - 49 118.998 1347 2 1 89.45 -119.46 -144.577 - 49 132.039 303 2 0 89.5108 -119.518 -145.85 - 49 131.471 1353 1 1 90.8927 -120.809 -174.45 - 49 110.004 296 1 0 90.943 -120.839 -175.85 - 49 117.859 1359 0 1 92.111 -121.122 -204.45 - 49 137.313 294 0 0 92.1587 -121.173 -205.85 - 49 154.775 1331 1 1 86.4242 -118.733 -174.451 - 49 303.137 1332 1 1 86.45 -118.739 -174.495 - 49 172.294 303 1 0 86.5877 -119.507 -175.85 - 49 177.697 302 1 0 86.5862 -119.55 -175.913 - 49 14.587 301 1 0 86.5414 -119.75 -176.207 - 49 458.899 243 1 0 68.0161 -131.437 -176.25 - 49 100.374 242 1 0 67.2556 -131.55 -176.184 - 49 98.8588 241 1 0 67.3469 -131.75 -176.181 - 49 140.997 240 1 0 67.3476 -131.95 -176.133 - 49 68.1952 85 1 0 61.7657 -163.111 -176.25 - 49 45.0589 304 1 0 86.0618 -119.275 -175.85 -Number of digits in this event: 40 +Number of tracker hits in this event: 33 + 49 99.7518 1340 10 1 88.1253 56.1871 95.55 + 49 86.9984 1180 10 0 88.1267 56.188 94.15 + 49 125.758 1340 9 1 88.1618 56.203 65.55 + 49 105.723 1180 9 0 88.1642 56.2033 64.15 + 49 136.23 1340 8 1 88.2142 56.2084 35.55 + 49 168.837 1180 8 0 88.2175 56.2073 34.15 + 49 144.532 1341 7 1 88.2852 56.1809 5.55 + 49 135.646 1180 7 0 88.2891 56.1797 4.15 + 49 125.338 1341 6 1 88.3685 56.1555 -24.45 + 49 103.154 1180 6 0 88.3722 56.1544 -25.85 + 49 50.7037 1341 5 1 88.4495 56.129 -54.45 + 49 54.2026 1342 5 1 88.45 56.1289 -54.6408 + 49 107.338 1180 5 0 88.453 56.1284 -55.85 + 49 149.15 1342 4 1 88.5219 56.1171 -84.45 + 49 116.983 1180 4 0 88.5246 56.1177 -85.85 + 49 127.733 1342 3 1 88.5777 56.1284 -114.45 + 49 146.001 1180 3 0 88.5796 56.1275 -115.85 + 49 139.438 1342 2 1 88.6134 56.1094 -144.45 + 49 157.625 1180 2 0 88.6143 56.108 -145.85 + 49 103.414 1342 1 1 88.6257 56.0665 -174.45 + 49 139.607 1180 1 0 88.6256 56.0653 -175.85 + 49 206.907 1342 0 1 88.6217 56.0442 -204.45 + 49 128.056 1179 0 0 88.6207 56.0425 -205.85 + 49 25.4108 903 3 0 45.0653 0.690227 -116.25 + 49 261.323 902 3 0 45.0369 0.649872 -116.163 + 49 64.4917 1123 3 1 44.8266 0.713347 -114.85 + 49 166.201 1124 3 1 44.8501 0.79111 -114.669 + 49 292.585 1125 3 1 45.0502 0.87773 -114.499 + 49 440.553 1294 3 0 170.649 78.8807 -116.25 + 49 25.9588 1754 3 1 171.114 79.1128 -114.85 + 49 95.3296 1755 3 1 171.15 79.1161 -114.77 + 49 250.388 1756 3 1 171.35 79.1337 -114.515 + 49 61.8105 1434 2 1 107.05 156.92 -144.85 +Number of digits in this event: 21 Using G4ParticleGun... -Particle energy: 4.57633 LIN +Particle energy: 4.07792 LIN Particle: e- Event: 50 -Number of tracker hits in this event: 22 - 50 135.93 650 8 1 -49.9536 126.356 35.55 - 50 107.091 1531 8 0 -49.9531 126.357 34.15 - 50 128.963 650 7 1 -49.9469 126.355 5.55 - 50 110.024 1531 7 0 -49.9467 126.356 4.15 - 50 163.047 650 6 1 -49.9437 126.364 -24.45 - 50 109.979 1531 6 0 -49.9432 126.366 -25.85 - 50 116.248 650 5 1 -49.9274 126.421 -54.45 - 50 110.773 1531 5 0 -49.9281 126.422 -55.85 - 50 150.744 650 4 1 -49.9393 126.46 -84.45 - 50 141.061 1531 4 0 -49.941 126.462 -85.85 - 50 121.767 650 3 1 -49.9773 126.504 -114.45 - 50 115.053 1531 3 0 -49.9792 126.505 -115.85 - 50 100.138 650 2 1 -50.0142 126.537 -144.45 - 50 131.108 1531 2 0 -50.0156 126.539 -145.85 - 50 117.132 650 1 1 -50.0399 126.593 -174.45 - 50 117.923 1532 1 0 -50.039 126.596 -175.85 - 50 137.695 650 0 1 -50.018 126.639 -204.45 - 50 114.69 1532 0 0 -50.0172 126.641 -205.85 - 50 91.1654 1126 0 0 61.3393 45.25 -206.11 - 50 59.6267 1707 4 0 24.9602 161.55 -86.1152 - 50 437.209 649 1 1 -50.05 126.595 -174.499 - 50 303.987 648 1 1 -50.25 126.241 -174.731 -Number of digits in this event: 12 -Using G4ParticleGun... -Particle energy: 5.19752 LIN +Number of tracker hits in this event: 340 + 50 205.353 1159 11 1 51.8503 -44.0556 125.55 + 50 138.423 1158 11 1 51.85 -44.055 125.462 + 50 127.423 680 11 0 51.8445 -44.0456 124.15 + 50 153.011 1158 10 1 51.7154 -43.8351 95.55 + 50 299.93 681 10 0 51.7132 -43.8174 94.15 + 50 132.955 1157 9 1 51.6497 -43.4477 65.55 + 50 108.547 683 9 0 51.6475 -43.4275 64.15 + 50 135.415 1157 8 1 51.5709 -42.9701 35.55 + 50 123.371 685 8 0 51.5578 -42.9413 34.15 + 50 238.048 1156 7 1 51.2811 -42.3877 5.55 + 50 122.551 688 7 0 51.2771 -42.3705 4.15 + 50 120.237 1155 6 1 51.2089 -42.0369 -24.45 + 50 139.536 690 6 0 51.2149 -42.0267 -25.85 + 50 124.055 1156 5 1 51.2996 -41.8079 -54.45 + 50 117.803 691 5 0 51.3003 -41.7918 -55.85 + 50 283.963 1156 4 1 51.3349 -41.506 -84.45 + 50 156.789 692 4 0 51.3317 -41.4801 -85.85 + 50 118.658 1156 3 1 51.4225 -41.2924 -114.45 + 50 108.797 693 3 0 51.3956 -41.3545 -115.85 + 50 212.558 1153 2 1 50.7519 -42.5537 -144.45 + 50 153.405 687 2 0 50.6995 -42.5151 -145.85 + 50 171.275 1148 1 1 49.6896 -41.5499 -174.45 + 50 109.887 692 1 0 49.6583 -41.4874 -175.85 + 50 114.497 1142 0 1 48.5903 -40.4362 -204.45 + 50 127.058 697 0 0 48.5292 -40.5299 -205.85 + 50 147.661 765 4 1 -26.85 -54.1066 -84.8336 + 50 28.5795 619 4 0 -26.2715 -56.201 -85.85 + 50 142.843 618 4 0 -26.2502 -56.25 -85.8659 + 50 196.886 690 7 0 53.1122 -42.0042 4.15 + 50 89.9707 415 7 0 57.955 -97.0085 3.75 + 50 82.2769 414 7 0 57.9397 -97.15 3.82058 + 50 65.6939 413 7 0 57.9508 -97.35 3.86021 + 50 290.789 383 7 0 89.4794 -103.474 3.75 + 50 42.7003 1153 1 1 50.8435 -40.2081 -174.45 + 50 143.263 1154 1 1 50.85 -40.2078 -174.466 + 50 111.777 699 1 0 51.2135 -40.2293 -175.85 + 50 17.4574 698 1 0 51.2981 -40.25 -176.2 + 50 24.8817 1193 0 1 58.678 -42.0323 -204.45 + 50 144.755 1192 0 1 58.65 -42.0489 -204.52 + 50 117.706 687 0 0 58.0936 -42.4725 -205.85 + 50 60.691 1152 1 1 50.65 -40.3602 -174.56 + 50 73.1536 1151 1 1 50.4493 -40.3379 -174.533 + 50 52.349 1150 1 1 50.25 -40.3062 -174.509 + 50 75.0374 1149 1 1 50.05 -40.254 -174.501 + 50 78.297 1147 1 1 49.6481 -40.1277 -174.51 + 50 48.5983 1146 1 1 49.45 -40.0724 -174.518 + 50 212.602 1145 1 1 49.25 -40.0376 -174.549 + 50 48.0123 1144 1 1 49.0494 -40.0261 -174.581 + 50 52.482 1143 1 1 48.8499 -40.0162 -174.611 + 50 77.3873 1142 1 1 48.65 -40.0171 -174.635 + 50 75.897 1141 1 1 48.45 -40.02 -174.656 + 50 49.704 1140 1 1 48.25 -40.0156 -174.683 + 50 55.1519 1139 1 1 48.0498 -40.0086 -174.708 + 50 123.136 1138 1 1 47.8499 -39.9989 -174.728 + 50 103.624 1137 1 1 47.65 -39.9879 -174.746 + 50 52.7362 1136 1 1 47.45 -39.9682 -174.775 + 50 49.4946 1135 1 1 47.25 -39.9541 -174.802 + 50 70.1333 1134 1 1 47.05 -39.9437 -174.821 + 50 22.5583 1133 1 1 46.85 -39.9322 -174.844 + 50 508.154 700 1 0 39.9098 -39.9519 -175.85 + 50 553.235 701 1 0 38.8038 -39.85 -176.031 + 50 176.108 620 0 1 -56.0484 -27.7762 -204.45 + 50 83.9563 770 0 0 -55.6042 -26.0392 -205.85 + 50 64.4484 771 0 0 -55.5399 -25.85 -206.019 + 50 78.9463 772 0 0 -55.5344 -25.6498 -206.151 + 50 2.65627 773 0 0 -55.5679 -25.45 -206.245 + 50 211.882 1156 6 1 51.4201 -42.6526 -24.45 + 50 228.444 1157 6 1 51.4501 -42.661 -24.5586 + 50 147.126 687 6 0 51.4962 -42.6222 -25.85 + 50 61.6515 1157 5 1 51.5163 -41.832 -54.45 + 50 214.03 1158 5 1 51.6502 -41.8423 -54.5461 + 50 74.9638 1159 5 1 51.85 -41.8484 -54.6859 + 50 21.5861 1160 5 1 52.05 -41.8728 -54.8103 + 50 96.118 689 5 0 53.4776 -42.1659 -55.85 + 50 103.055 688 5 0 53.8224 -42.25 -56.0916 + 50 218.662 1464 4 1 112.956 -70.0126 -84.45 + 50 42.725 544 4 0 113.122 -71.1477 -85.85 + 50 125.881 543 4 0 113.15 -71.2504 -85.9433 + 50 167.26 421 4 0 82.2447 -95.8407 -86.2498 + 50 8.91334 422 4 0 82.0735 -95.75 -85.8789 + 50 75.5492 1311 4 1 82.3529 -95.7285 -84.85 + 50 187.394 1312 4 1 82.4501 -95.6532 -84.8072 + 50 87.2601 423 4 0 81.8307 -95.4553 -85.85 + 50 233.56 679 11 0 51.8515 -44.0592 124.15 + 50 176.251 1159 10 1 51.8858 -44.1435 95.55 + 50 173.459 679 10 0 51.8903 -44.1419 94.15 + 50 118.837 1159 9 1 51.9749 -44.0879 65.55 + 50 111.951 679 9 0 51.9724 -44.0846 64.15 + 50 137.225 1159 8 1 51.9229 -44.0093 35.55 + 50 186.684 680 8 0 51.9244 -44.0078 34.15 + 50 143.44 1159 7 1 51.9661 -43.9712 5.55 + 50 255.667 680 7 0 51.9646 -43.9648 4.15 + 50 299.571 1159 6 1 51.9029 -43.8198 -24.45 + 50 103.826 681 6 0 51.9201 -43.7987 -25.85 + 50 278.947 1161 5 1 52.3278 -43.3999 -54.45 + 50 208.335 683 5 0 52.3246 -43.3693 -55.85 + 50 450.333 1161 4 1 52.2855 -42.7575 -84.45 + 50 149.362 686 4 0 52.2961 -42.7233 -85.85 + 50 109.041 1162 3 1 52.4782 -42.0715 -114.45 + 50 172.206 690 3 0 52.4836 -42.0257 -115.85 + 50 158.454 1162 2 1 52.5374 -41.0284 -144.45 + 50 194.644 695 2 0 52.5336 -40.9825 -145.85 + 50 246.143 1162 1 1 52.4513 -40.0072 -174.45 + 50 143.961 1161 0 1 52.3819 -39.1629 -204.45 + 50 199.297 704 0 0 52.3843 -39.1113 -205.85 + 50 90.3062 689 4 0 51.6107 -42.178 -85.85 + 50 97.7912 690 4 0 51.5271 -42.0499 -86.0504 + 50 344.048 882 4 0 61.6705 -3.58487 -86.25 + 50 80.7627 883 4 0 61.5655 -3.45 -85.9089 + 50 148.526 1158 7 1 51.7047 -43.9428 5.55 + 50 396.664 1157 7 1 51.6499 -44.0441 5.50433 + 50 115.307 655 6 0 51.2846 -48.9011 -25.85 + 50 98.4683 1153 5 1 50.7134 -56.9679 -54.4505 + 50 41.6837 1154 5 1 50.8502 -56.9653 -54.7359 + 50 149.114 615 5 0 51.4442 -57.0114 -55.85 + 50 48.7864 1242 4 1 68.5307 -53.918 -84.45 + 50 97.0594 1243 4 1 68.65 -53.9372 -84.5653 + 50 31.8299 1244 4 1 68.8501 -53.9793 -84.7624 + 50 166.246 629 4 0 70.0308 -54.2126 -85.85 + 50 108.421 1360 3 1 92.1637 -56.0367 -114.45 + 50 122.307 619 3 0 92.2773 -56.0886 -115.85 + 50 150.959 1358 2 1 91.905 -57.7943 -144.45 + 50 56.8749 1357 2 1 91.7497 -58.1254 -144.717 + 50 11.0136 604 2 0 91.0182 -59.2215 -145.85 + 50 157.939 603 2 0 90.9989 -59.25 -145.879 + 50 217.965 602 2 0 90.8327 -59.4503 -146.07 + 50 135.083 455 2 0 69.6152 -88.8812 -146.25 + 50 323.523 1248 2 1 69.7413 -88.9306 -144.85 + 50 109.529 1247 2 1 69.6499 -89.0469 -144.715 + 50 56.8199 456 2 0 68.3831 -88.85 -145.888 + 50 210.763 1241 2 1 68.2602 -88.3887 -144.849 + 50 4.23871 1240 2 1 68.2499 -88.3801 -144.824 + 50 95.283 1183 4 1 56.8479 -35.2051 -84.45 + 50 116.281 1182 4 1 56.6495 -35.3604 -84.6363 + 50 68.1147 1181 4 1 56.45 -35.5362 -84.7215 + 50 181.926 1180 4 1 56.2497 -35.6618 -84.8023 + 50 167.057 720 4 0 53.8055 -35.9238 -85.85 + 50 266.162 1158 1 1 51.655 -43.4014 -174.45 + 50 153.186 1157 1 1 51.65 -43.434 -174.845 + 50 132.692 682 1 0 51.6327 -43.5123 -175.85 + 50 62.1732 1154 0 1 50.8603 -45.6044 -204.451 + 50 50.1278 1153 0 1 50.85 -45.6324 -204.648 + 50 0.328289 671 0 0 50.7946 -45.8498 -205.85 + 50 354.881 670 0 0 50.7946 -45.85 -205.851 + 50 201.008 683 1 0 51.6553 -43.2882 -175.85 + 50 228.505 1158 0 1 51.8351 -41.9656 -204.45 + 50 260.334 1159 0 1 51.85 -41.8808 -204.731 + 50 210.802 692 0 0 51.8873 -41.5468 -205.85 + 50 18.1294 693 0 0 51.8947 -41.4498 -206.174 + 50 59.7336 1157 0 1 51.65 -41.9195 -204.578 + 50 123.8 1156 0 1 51.45 -41.9219 -204.647 + 50 107.818 1155 0 1 51.25 -41.9611 -204.693 + 50 39.1946 698 0 0 55.1044 -40.2801 -205.85 + 50 0.639279 699 0 0 55.1536 -40.25 -205.873 + 50 74.1498 1182 0 1 56.5106 -40.642 -204.85 + 50 247.668 1181 0 1 56.45 -40.6414 -204.675 + 50 326.416 1180 0 1 56.2499 -40.7658 -204.671 + 50 420.889 1160 1 1 52.2038 -42.9409 -174.45 + 50 2.87996 685 1 0 52.2138 -42.8507 -175.85 + 50 209.182 686 1 0 52.2139 -42.8499 -175.861 + 50 127.906 1160 0 1 52.1446 -40.9693 -204.45 + 50 150.435 695 0 0 52.1291 -40.9274 -205.85 + 50 6.19518 1162 0 1 52.6466 -38.8239 -204.45 + 50 130.23 1163 0 1 52.65 -38.8218 -204.477 + 50 171.628 706 0 0 52.8133 -38.7761 -205.851 + 50 114.566 684 1 0 52.5041 -43.2095 -175.85 + 50 308.762 653 0 0 50.9593 -49.3955 -205.85 + 50 305.621 1165 4 1 53.0709 -43.537 -84.45 + 50 184.764 681 4 0 53.1365 -43.7468 -85.85 + 50 169.049 1173 3 1 54.7 -48.8922 -114.45 + 50 45.6695 655 3 0 54.6791 -49.034 -115.85 + 50 132.247 654 3 0 54.6776 -49.05 -116.001 + 50 211.793 1174 2 1 54.8776 -51.58 -144.45 + 50 122.765 642 2 0 54.8851 -51.6142 -145.85 + 50 141.255 1177 1 1 55.5147 -52.294 -174.45 + 50 111.629 638 1 0 55.5458 -52.3143 -175.85 + 50 123.494 632 0 0 56.5262 -53.5308 -205.85 + 50 42.7862 1164 4 1 53.05 -43.4995 -84.6978 + 50 2.53291 683 4 0 52.9497 -43.2528 -85.85 + 50 119.246 684 4 0 52.9485 -43.25 -85.8623 + 50 93.9939 1144 3 1 48.9836 -37.6827 -114.45 + 50 125.765 711 3 0 48.9145 -37.7035 -115.85 + 50 8.58152 1143 2 1 48.6629 -37.4308 -144.45 + 50 410.257 1142 2 1 48.65 -37.3955 -144.466 + 50 128.026 1141 2 1 48.45 -36.7312 -144.734 + 50 94.3091 728 2 0 47.9812 -34.304 -145.85 + 50 73.7854 729 2 0 47.9718 -34.2498 -145.878 + 50 64.9253 730 2 0 47.9454 -34.05 -145.991 + 50 69.8886 731 2 0 47.8703 -33.8499 -146.097 + 50 40.8491 732 2 0 47.7798 -33.65 -146.201 + 50 129.162 1038 1 1 27.7644 21.5656 -174.45 + 50 91.234 1037 1 1 27.65 21.5123 -174.503 + 50 106.705 1039 1 1 27.85 19.0581 -174.488 + 50 14.7788 1040 1 1 28.05 18.7146 -174.499 + 50 216.33 1157 3 1 51.5204 -44.2712 -114.45 + 50 266.742 678 3 0 51.519 -44.2726 -115.85 + 50 123.431 1157 2 1 51.52 -44.2953 -144.45 + 50 156.796 678 2 0 51.5206 -44.2835 -145.85 + 50 180.843 679 1 0 51.5258 -44.0502 -175.85 + 50 214.011 679 0 0 51.9339 -44.1051 -205.85 + 50 66.9665 587 2 0 35.2099 -62.5615 -146.25 + 50 87.1734 586 2 0 35.1352 -62.65 -146.114 + 50 134.634 1072 2 1 34.5781 -63.1394 -144.85 + 50 28.6327 1071 2 1 34.45 -63.1991 -144.556 + 50 107.636 1073 2 1 34.65 -62.9603 -144.539 + 50 30.2776 582 2 0 36.0453 -63.5765 -145.85 + 50 82.3126 581 2 0 36.1149 -63.65 -145.925 + 50 64.0615 580 2 0 36.3203 -63.8501 -146.009 + 50 264.51 579 2 0 36.4223 -64.051 -146.069 + 50 362.862 578 2 0 36.5949 -64.25 -146.059 + 50 67.166 683 3 0 51.685 -43.3629 -115.85 + 50 76.3271 684 3 0 51.7642 -43.25 -115.927 + 50 194.175 1159 3 1 52.0431 -43.8535 -114.85 + 50 218.032 1158 2 1 51.7065 -45.2634 -144.45 + 50 177.491 673 2 0 51.7404 -45.2627 -145.85 + 50 225.612 1163 1 1 52.7648 -44.8694 -174.45 + 50 122.509 675 1 0 52.773 -44.9531 -175.85 + 50 208.993 1170 0 1 54.1232 -46.0796 -204.45 + 50 97.5529 1171 0 1 54.2503 -45.9445 -204.649 + 50 91.1085 669 0 0 55.4258 -46.05 -205.896 + 50 64.5042 668 0 0 55.5572 -46.25 -205.902 + 50 101.163 1167 0 1 53.6062 -46.6373 -204.85 + 50 191.425 1166 0 1 53.45 -46.7525 -204.627 + 50 191.323 679 7 0 51.8245 -44.1633 4.03898 + 50 462.685 679 6 0 52.0284 -44.1663 -25.85 + 50 119.365 680 4 0 53.1471 -44.0359 -85.85 + 50 143.572 1171 3 1 54.2969 -43.4777 -114.45 + 50 100.972 682 3 0 54.2321 -43.4985 -115.851 + 50 116.173 1161 2 1 52.3418 -43.7613 -144.45 + 50 197.079 681 2 0 52.1178 -43.7096 -145.85 + 50 258.47 688 1 0 47.3956 -42.4376 -175.85 + 50 70.4565 1103 0 1 40.7076 -41.4961 -204.45 + 50 41.2919 1102 0 1 40.65 -41.4932 -204.742 + 50 119.511 679 5 0 52.2649 -44.1837 -55.8508 + 50 106.061 678 5 0 52.2818 -44.25 -55.9412 + 50 103.989 1158 6 1 51.8046 -44.1373 -24.45 + 50 109.365 677 5 0 51.6654 -44.5179 -55.85 + 50 111.903 1155 4 1 51.0697 -44.2088 -84.45 + 50 150.051 679 4 0 51.0672 -44.2123 -85.85 + 50 117.417 1155 3 1 51.0533 -44.2283 -114.45 + 50 184.113 679 3 0 51.0793 -44.2177 -115.85 + 50 115.582 680 2 0 51.6706 -44.0235 -145.85 + 50 102.903 680 1 0 52.2573 -43.9109 -175.85 + 50 112.202 1164 0 1 52.8794 -44.1091 -204.45 + 50 154.592 637 6 0 29.3595 -52.6133 -26.2499 + 50 416.431 1051 6 1 30.2927 -53.0594 -24.85 + 50 41.5916 1050 6 1 30.25 -53.1919 -24.5838 + 50 170.235 1160 10 1 52.1384 -44.4105 95.55 + 50 164.752 678 10 0 52.1613 -44.4193 94.15 + 50 168.077 1162 9 1 52.6065 -44.6759 65.55 + 50 204.847 676 9 0 52.6491 -44.6629 64.15 + 50 122.175 1166 8 1 53.4333 -44.4586 35.55 + 50 221.222 677 8 0 53.4652 -44.4652 34.15 + 50 140.696 1170 7 1 54.0887 -44.7294 5.55 + 50 119.345 676 7 0 54.1057 -44.8037 4.15 + 50 381.189 1172 6 1 54.5202 -46.2593 -24.45 + 50 122.177 668 6 0 54.571 -46.3032 -25.8505 + 50 212.733 1176 5 1 55.4367 -46.9526 -54.45 + 50 127.329 665 5 0 55.3906 -46.9786 -55.85 + 50 116.231 1170 4 1 54.2313 -47.9045 -84.45 + 50 143.332 660 4 0 54.124 -48.0001 -85.85 + 50 149.193 1160 3 1 52.2198 -49.9663 -114.45 + 50 177.211 648 3 0 52.1567 -50.3233 -115.85 + 50 18.6992 1151 2 1 50.2885 -58.6031 -144.45 + 50 131.624 1150 2 1 50.25 -58.6269 -144.524 + 50 244.281 1087 1 1 37.5846 -77.4683 -174.45 + 50 10.7595 504 1 0 37.6383 -79.2287 -175.85 + 50 79.3449 503 1 0 37.6386 -79.2501 -175.867 + 50 86.1703 502 1 0 37.6486 -79.4506 -176.035 + 50 25.8341 501 1 0 37.6965 -79.65 -176.197 + 50 64.2724 1151 0 1 50.3963 -129.692 -204.45 + 50 57.7347 1152 0 1 50.45 -129.668 -204.646 + 50 60.9131 253 0 0 51.1477 -129.394 -205.85 + 50 69.4168 254 0 0 51.2484 -129.35 -206.027 + 50 192.37 1177 5 1 55.45 -46.9326 -54.4883 + 50 186.237 671 5 0 54.9623 -45.7789 -55.85 + 50 68.1007 672 5 0 54.9165 -45.6498 -55.9089 + 50 68.0207 673 5 0 54.88 -45.4499 -55.9866 + 50 61.5613 674 5 0 54.8396 -45.2497 -56.1305 + 50 53.5305 857 5 0 24.3347 -8.50705 -56.25 + 50 109.36 858 5 0 24.2015 -8.45 -56.1676 + 50 73.2568 859 5 0 24.0417 -8.25 -56.0981 + 50 99.0751 860 5 0 23.9999 -8.05 -56.0279 + 50 64.7801 861 5 0 23.9726 -7.84904 -55.9555 + 50 86.4514 862 5 0 23.8858 -7.65 -55.9165 + 50 22.8334 863 5 0 23.8579 -7.44973 -55.872 + 50 72.208 1019 5 1 23.9023 -5.47683 -54.85 + 50 238.34 878 5 0 23.3352 -4.29368 -55.8501 + 50 92.4844 879 5 0 23.3346 -4.25 -55.9817 + 50 159.75 1180 2 1 56.135 -47.0512 -144.45 + 50 233.385 664 2 0 56.136 -47.0714 -145.85 + 50 109.56 1180 1 1 56.0555 -47.5867 -174.45 + 50 195.921 662 1 0 56.0462 -47.5476 -175.85 + 50 242.575 674 6 0 54.5359 -45.1966 -25.85 + 50 112.49 668 5 0 55.6011 -46.2602 -55.8501 + 50 48.1369 1192 4 1 58.5574 -56.8822 -84.45 + 50 64.1875 1193 4 1 58.6504 -56.9492 -84.4982 + 50 64.7924 1194 4 1 58.85 -57.0832 -84.6085 + 50 57.9258 1195 4 1 59.05 -57.2089 -84.7055 + 50 68.4439 1196 4 1 59.25 -57.3275 -84.7878 + 50 120.82 604 4 0 62.535 -59.0695 -85.85 + 50 216.391 603 4 0 62.9247 -59.25 -85.961 + 50 140.971 602 4 0 63.3947 -59.45 -86.0495 + 50 78.6883 601 4 0 63.8227 -59.6503 -86.1554 + 50 190.356 1608 3 1 141.862 -94.8142 -114.45 + 50 5.50633 1609 3 1 141.95 -94.3989 -114.831 + 50 15.5593 432 3 0 142.143 -93.5943 -115.85 + 50 89.1112 433 3 0 142.153 -93.5497 -115.897 + 50 64.1243 434 3 0 142.165 -93.3495 -116.119 + 50 99.3671 1600 2 1 140.305 -55.4004 -144.45 + 50 340.81 621 2 0 140.095 -55.7035 -145.85 + 50 44.941 620 2 0 140.091 -55.8501 -146.056 + 50 95.1136 416 4 0 162.051 -96.8054 -86.25 + 50 13.5625 1604 3 1 141.093 -94.7699 -114.45 + 50 72.307 1605 3 1 141.15 -94.7649 -114.475 + 50 196.955 1606 3 1 141.35 -94.7006 -114.538 + 50 43.9041 1607 3 1 141.55 -94.612 -114.535 + 50 132.347 1172 5 1 54.4879 -45.7278 -54.45 + 50 245.938 1174 4 1 54.9586 -46.2253 -84.45 + 50 149.233 669 4 0 54.9901 -46.2294 -85.85 + 50 133.355 1177 3 1 55.4855 -45.8506 -114.45 + 50 136.887 670 3 0 55.6207 -45.8521 -115.85 + 50 128.81 1190 2 1 58.1777 -46.0333 -144.45 + 50 173.5 669 2 0 58.2957 -46.0654 -145.85 + 50 147.147 1203 1 1 60.7221 -46.7232 -174.45 + 50 74.2603 666 1 0 60.786 -46.8339 -175.85 + 50 51.6063 665 1 0 60.795 -46.85 -176.051 + 50 103.508 1211 0 1 62.2627 -49.1787 -204.45 + 50 59.8704 574 8 1 -65.05 -78.1297 35.2768 + 50 391.693 680 10 0 51.5218 -43.8602 94.1499 + 50 7.67595 682 10 0 51.3898 -43.65 93.7643 + 50 32.8309 692 10 0 59.1598 -41.6123 93.75 + 50 107.153 691 10 0 59.2013 -41.65 93.8156 + 50 13.247 690 10 0 59.2252 -41.85 94.1153 + 50 91.987 1197 10 1 59.5215 -42.5164 95.15 + 50 95.8463 1198 10 1 59.6504 -42.7518 95.4118 + 50 107.817 1199 10 1 59.8501 -42.954 95.4905 + 50 37.279 1200 10 1 60.05 -43.081 95.219 + 50 14.1467 247 10 0 132.125 -130.708 93.7501 + 50 63.5566 246 10 0 132.135 -130.75 93.7631 +Number of digits in this event: 166 +Using G4ParticleGun... +Particle energy: 1.16771 LIN Particle: e- Event: 51 -Number of tracker hits in this event: 63 - 51 175.395 1036 10 1 27.4267 104.092 95.55 - 51 95.4343 1419 10 0 27.4255 104.091 94.15 - 51 136.167 1036 9 1 27.3989 104.071 65.55 - 51 98.7866 1419 9 0 27.3967 104.07 64.15 - 51 143.704 1036 8 1 27.3571 104.06 35.55 - 51 165.154 1419 8 0 27.3565 104.06 34.15 - 51 98.5517 1036 7 1 27.3373 104.055 5.55 - 51 119.607 1419 7 0 27.3375 104.055 4.15 - 51 146.723 1036 6 1 27.3326 104.053 -24.45 - 51 136.131 1419 6 0 27.3321 104.054 -25.85 - 51 300.228 1036 5 1 27.3253 104.08 -54.45 - 51 160.446 1419 5 0 27.3254 104.08 -55.85 - 51 214.885 1036 4 1 27.3289 104.071 -84.45 - 51 115.733 1419 4 0 27.3301 104.072 -85.85 - 51 338.566 1036 3 1 27.3609 104.092 -114.45 - 51 124.439 1419 3 0 27.363 104.092 -115.85 - 51 112.015 1036 2 1 27.4145 104.102 -144.45 - 51 109.824 1419 2 0 27.4173 104.103 -145.85 - 51 172.871 1037 1 1 27.4735 104.135 -174.45 - 51 92.1884 1419 1 0 27.4768 104.136 -175.85 - 51 119.539 1037 0 1 27.5414 104.136 -204.45 - 51 108.236 1419 0 0 27.5432 104.138 -205.85 - 51 129.491 1533 12 0 -118.256 126.904 153.75 - 51 88.5498 1037 5 1 27.45 104.336 -54.7632 - 51 0.395777 1422 5 0 28.8674 104.716 -55.85 - 51 47.2615 1056 5 1 31.4155 101.779 -54.85 - 51 147.98 1035 2 1 27.2265 103.915 -144.45 - 51 191.323 1418 2 0 26.9363 103.905 -145.85 - 51 189.272 1505 2 0 38.9849 121.239 -146.25 - 51 0.567406 1103 2 1 40.8472 120.038 -144.85 - 51 300.153 1104 2 1 40.85 120.035 -144.848 - 51 85.4651 1105 2 1 41.0504 119.801 -144.729 - 51 1.12058 1487 2 0 40.904 117.556 -145.85 - 51 126.643 1486 2 0 40.9036 117.55 -145.853 - 51 81.5207 1485 2 0 40.9093 117.35 -146.007 - 51 61.6716 1491 2 0 41.4232 118.439 -146.25 - 51 59.6026 1492 2 0 41.3925 118.55 -146.055 - 51 112.952 1109 2 1 41.9069 119.373 -144.85 - 51 64.1657 1110 2 1 42.05 119.679 -144.543 - 51 136.788 1111 2 1 42.25 119.79 -144.513 - 51 97.6225 1496 2 0 42.5761 119.48 -145.85 - 51 46.247 1495 2 0 42.658 119.35 -146.179 - 51 76.4236 1506 2 0 39.0624 121.35 -146.069 - 51 222.296 1418 3 0 27.2587 103.886 -115.85 - 51 149.722 1038 2 1 27.6753 103.651 -144.45 - 51 176.533 1417 2 0 27.6556 103.646 -145.85 - 51 93.1782 1035 1 1 27.243 103.661 -174.45 - 51 135.128 1417 1 0 27.2207 103.632 -175.85 - 51 135.947 1033 0 1 26.8048 102.947 -204.45 - 51 127.309 1413 0 0 26.8128 102.928 -205.85 - 51 84.7118 1042 0 1 28.4525 103.187 -204.45 - 51 211.364 1041 0 1 28.45 103.187 -204.484 - 51 116.729 1415 0 0 28.3443 103.168 -205.851 - 51 136.631 1412 0 0 28.169 102.707 -205.85 - 51 0.884888 1035 3 1 27.2499 103.894 -114.45 - 51 141.239 1039 2 1 28.0017 103.241 -144.45 - 51 146.159 1415 2 0 27.9723 103.193 -145.85 - 51 117.214 1038 1 1 27.6602 102.109 -174.45 - 51 155.51 1409 1 0 27.7164 102.038 -175.85 - 51 159.186 1040 0 1 28.1424 100.86 -204.45 - 51 271.253 1403 0 0 28.1855 100.769 -205.85 - 51 38.0956 1402 0 0 28.1945 100.75 -206.138 - 51 198.623 1043 0 1 28.65 100.673 -204.824 -Number of digits in this event: 35 -Using G4ParticleGun... -Particle energy: 1.63948 LIN +Number of tracker hits in this event: 219 + 51 131.156 874 11 1 -5.16138 54.1901 125.55 + 51 218.01 1170 11 0 -5.1635 54.1869 124.15 + 51 235.05 874 10 1 -5.24393 54.1289 95.55 + 51 178.361 1170 10 0 -5.25497 54.126 94.15 + 51 185.473 872 9 1 -5.46216 54.0489 65.55 + 51 108.279 1169 9 0 -5.46352 54.0409 64.15 + 51 202.615 872 8 1 -5.49395 53.9397 35.55 + 51 393.969 1169 8 0 -5.49335 53.9342 34.15 + 51 122.379 872 7 1 -5.46967 53.842 5.55 + 51 261.125 1169 7 0 -5.4734 53.8673 4.15 + 51 354.22 872 6 1 -5.60166 54.4161 -24.45 + 51 118.052 1172 6 0 -5.60194 54.4647 -25.85 + 51 123.219 872 5 1 -5.58795 55.5366 -54.45 + 51 190.706 1177 5 0 -5.58038 55.5829 -55.85 + 51 106.227 873 4 1 -5.42233 56.583 -84.45 + 51 44.5896 1182 4 0 -5.40912 56.6423 -85.85 + 51 74.7239 1183 4 0 -5.40744 56.65 -86.0303 + 51 48.9491 874 3 1 -5.05659 57.8775 -114.45 + 51 289.698 875 3 1 -5.05 57.8834 -114.599 + 51 142.761 1189 3 0 -4.99617 57.9327 -115.85 + 51 105.426 881 2 1 -3.76722 59.0404 -144.45 + 51 104.369 1195 2 0 -3.69868 59.0871 -145.85 + 51 10.2199 888 1 1 -2.25084 60.1207 -174.45 + 51 100.088 889 1 1 -2.25 60.1216 -174.468 + 51 247.58 1200 1 0 -2.18552 60.1894 -175.85 + 51 187.821 895 0 1 -0.877183 61.5122 -204.45 + 51 130.103 1207 0 0 -0.804539 61.5829 -205.85 + 51 114.498 851 2 0 14.4751 -9.65 -145.971 + 51 63.1581 975 2 1 15.1084 -10.4417 -144.85 + 51 53.0068 1201 1 0 -2.15332 60.25 -175.885 + 51 24.0474 893 1 1 -1.27635 61.984 -174.85 + 51 180.854 894 1 1 -1.25 62.0023 -174.818 + 51 259.873 875 4 1 -5.03171 53.6985 -84.45 + 51 238.301 1168 4 0 -5.01083 53.7073 -85.85 + 51 123.057 876 3 1 -4.75439 53.924 -114.45 + 51 78.1321 1169 3 0 -4.75667 53.8597 -115.85 + 51 176.846 1168 3 0 -4.75752 53.85 -116.054 + 51 189.43 875 2 1 -4.9594 52.9227 -144.45 + 51 104.098 1163 2 0 -5.00775 52.7594 -145.85 + 51 175.394 869 1 1 -6.18316 49.2993 -174.45 + 51 84.49 1145 1 0 -6.30935 49.0904 -175.85 + 51 46.1352 1144 1 0 -6.33277 49.05 -176.12 + 51 110.998 856 0 1 -8.76373 44.889 -204.45 + 51 121.314 1123 0 0 -8.96196 44.7225 -205.85 + 51 216.229 870 2 1 -5.99269 54.0096 -144.45 + 51 80.29 1169 2 0 -6.06231 54.0443 -145.85 + 51 47.843 1170 2 0 -6.07432 54.05 -146.084 + 51 116.658 862 1 1 -7.57104 54.6419 -174.45 + 51 134.388 1173 1 0 -7.67347 54.6981 -175.85 + 51 181.117 852 0 1 -9.52095 55.9036 -204.45 + 51 171.784 1179 0 0 -9.60976 55.9256 -205.85 + 51 137.004 230 3 1 -134.006 33.9645 -114.45 + 51 31.6461 592 7 0 -65.7944 -61.561 3.75 + 51 74.7237 591 7 0 -65.8172 -61.65 3.89348 + 51 19.9188 590 7 0 -65.9108 -61.8501 4.08075 + 51 120.605 568 7 1 -66.3418 -62.8196 5.15 + 51 95.5749 569 7 1 -66.25 -63.1174 5.40661 + 51 67.6127 871 6 1 -5.65885 53.5357 -24.45 + 51 120.309 1169 6 0 -5.27322 53.8694 -25.85 + 51 0.80703 942 5 1 8.64628 60.7465 -54.4508 + 51 87.0799 943 5 1 8.65 60.7467 -54.4543 + 51 75.3941 944 5 1 8.85013 60.7491 -54.6397 + 51 13.1594 945 5 1 9.05 60.7338 -54.8136 + 51 165.502 1202 5 0 10.1641 60.5355 -55.85 + 51 64.2773 1201 5 0 10.5116 60.45 -56.2095 + 51 2.38288 1088 4 1 37.843 55.152 -84.45 + 51 136.202 1089 4 1 37.85 55.1541 -84.4636 + 51 6.67431 1090 4 1 38.05 55.2133 -84.832 + 51 185.793 1176 4 0 38.4817 55.3451 -85.85 + 51 159.173 1142 3 1 48.4969 59.3954 -114.45 + 51 131.544 1143 3 1 48.65 59.3454 -114.686 + 51 71.4787 1195 3 0 49.2999 59.2421 -115.85 + 51 33.0331 1196 3 0 49.4383 59.25 -116.161 + 51 116.429 1221 2 1 64.3873 59.5577 -144.45 + 51 118.296 1199 2 0 64.5105 59.8798 -145.85 + 51 106.673 1196 1 1 59.3646 72.1855 -174.45 + 51 49.3229 1197 1 1 59.45 72.4887 -174.72 + 51 65.9847 1267 1 0 59.8215 73.4708 -175.85 + 51 66.1406 1268 1 0 59.8798 73.6502 -176.067 + 51 159.747 1554 1 0 -19.4448 130.95 -176.162 + 51 299.493 1168 6 0 -5.56097 53.7319 -25.8501 + 51 255.341 893 5 1 -1.4103 53.1568 -54.45 + 51 98.2027 1164 5 0 -1.22803 52.9567 -55.8506 + 51 118.114 905 4 1 1.23733 48.8735 -84.45 + 51 22.1714 1140 4 0 0.677983 48.0843 -85.8502 + 51 194.409 1139 4 0 0.653228 48.05 -85.9125 + 51 147.515 854 3 1 -9.11274 32.5517 -114.45 + 51 78.0305 1055 3 0 -9.07029 31.2038 -115.85 + 51 67.5872 1054 3 0 -9.06196 31.05 -116.024 + 51 176.015 869 2 1 -6.11132 9.14112 -144.45 + 51 7.7997 868 2 1 -6.25 8.59859 -144.825 + 51 36.4502 936 2 0 -6.45384 7.34833 -145.85 + 51 87.8328 935 2 0 -6.47201 7.25 -145.929 + 51 80.3955 934 2 0 -6.51209 7.05 -146.093 + 51 1.62319 933 2 0 -6.57718 6.84976 -146.246 + 51 85.9963 602 2 0 -77.5864 -59.5637 -146.25 + 51 193.585 601 2 0 -77.7902 -59.65 -146.123 + 51 56.587 505 2 1 -78.9426 -60.3872 -144.85 + 51 98.5256 504 2 1 -79.05 -60.454 -144.721 + 51 1.19627 503 2 1 -79.2501 -60.5632 -144.457 + 51 117.264 551 3 0 -84.9459 -69.6933 -116.25 + 51 124.662 475 3 1 -85.0379 -69.9857 -114.85 + 51 76.3584 507 4 0 -77.5405 -78.5565 -86.25 + 51 42.7158 506 4 0 -77.4866 -78.65 -86.0213 + 51 105.519 516 4 1 -76.8412 -79.0615 -84.8499 + 51 49.9257 517 4 1 -76.6498 -79.1251 -84.5315 + 51 132.169 518 4 1 -76.45 -79.091 -84.5175 + 51 63.6562 498 4 0 -75.0912 -80.3117 -85.85 + 51 70.1036 497 4 0 -74.9131 -80.45 -85.959 + 51 88.6706 496 4 0 -74.7687 -80.6501 -86.1264 + 51 44.2328 125 4 0 -55.2449 -155.03 -86.25 + 51 223.451 124 4 0 -55.2025 -155.15 -86.1133 + 51 104.258 123 4 0 -55.3884 -155.35 -86.0366 + 51 48.4516 336 1 0 -64.7662 -112.818 -175.85 + 51 150.158 335 1 0 -64.7587 -112.95 -176.023 + 51 203.71 833 1 0 -2.63064 -13.2858 -175.85 + 51 4.43465 834 1 0 -2.2032 -13.25 -176.246 + 51 254.767 1542 1 0 2.4883 128.595 -176.25 + 51 211.031 870 9 1 -6.001 54.1081 65.55 + 51 353.121 1170 9 0 -6.03544 54.1002 64.15 + 51 141.237 866 8 1 -6.68045 53.9591 35.55 + 51 143.821 864 7 1 -7.14643 54.0204 5.55 + 51 91.2601 858 6 1 -8.27525 53.8032 -24.45 + 51 124.585 853 5 1 -9.25262 53.9108 -54.45 + 51 202.108 1169 5 0 -9.2824 53.9253 -55.85 + 51 131.844 850 4 1 -9.88585 54.1356 -84.45 + 51 115.42 1170 4 0 -9.95841 54.154 -85.85 + 51 119.036 843 3 1 -11.3811 54.5778 -114.45 + 51 153.839 1172 3 0 -11.4402 54.6004 -115.85 + 51 112.821 832 2 1 -13.5986 55.5657 -144.45 + 51 152.915 1178 2 0 -13.7013 55.6524 -145.85 + 51 320.346 821 1 1 -15.7395 57.5394 -174.45 + 51 221.806 1187 1 0 -15.8394 57.6319 -175.85 + 51 75.1266 1188 1 0 -15.859 57.65 -176.122 + 51 150.48 810 0 1 -17.9916 59.5309 -204.45 + 51 102.721 1198 0 0 -18.0776 59.7018 -205.85 + 51 4.32911 1195 1 0 -37.9344 59.243 -176.25 + 51 4.54126 1228 1 0 -40.0082 65.65 -175.932 + 51 104.928 1183 1 0 -15.2763 56.7868 -175.85 + 51 143.338 1182 1 0 -15.1481 56.65 -176.078 + 51 61.6264 1411 1 0 -15.8088 102.353 -176.25 + 51 56.4346 1412 1 0 -15.9313 102.55 -176.173 + 51 0.6434 1413 1 0 -16.0458 102.75 -176.249 + 51 29.1521 851 4 1 -9.71889 54.1368 -84.45 + 51 96.21 852 4 1 -9.65 54.2199 -84.5177 + 51 107.809 853 4 1 -9.45 54.4806 -84.6053 + 51 102.786 854 4 1 -9.25 54.667 -84.6155 + 51 145.517 855 4 1 -9.05 54.8665 -84.5719 + 51 18.9462 856 4 1 -8.85 55.2205 -84.4715 + 51 175.357 915 2 0 24.4932 3.21414 -145.85 + 51 104.003 916 2 0 24.6476 3.25008 -146.052 + 51 58.116 849 4 1 -10.2476 53.9363 -84.45 + 51 222.543 850 2 1 -9.94683 54.8145 -144.45 + 51 8.57102 851 2 1 -9.8499 54.7165 -144.807 + 51 100.789 1172 2 0 -9.58385 54.5866 -145.85 + 51 117.4 874 1 1 -5.23728 49.3468 -174.45 + 51 4.55058 1149 1 0 -4.72193 50.0418 -175.85 + 51 145.197 1150 1 0 -4.71611 50.05 -175.865 + 51 41.8941 1069 1 0 8.51852 33.9718 -176.25 + 51 157.611 1068 1 0 8.54083 33.85 -176.131 + 51 37.4744 1067 1 0 8.60535 33.65 -175.942 + 51 71.3532 944 1 1 8.86779 32.6233 -174.85 + 51 62.4773 943 1 1 8.85 32.4163 -174.634 + 51 144.865 1174 2 0 -9.81298 54.9033 -145.85 + 51 6.01232 868 1 1 -6.44441 57.1726 -174.45 + 51 107.226 867 1 1 -6.45 57.1778 -174.467 + 51 136.344 811 0 1 -17.6705 64.392 -204.45 + 51 138.037 1224 0 0 -17.8223 64.9018 -205.851 + 51 4.95953 1225 0 0 -17.8719 65.0504 -206.242 + 51 131.35 873 8 1 -5.4074 53.7263 35.55 + 51 46.4457 1165 8 0 -4.90111 53.1246 34.1497 + 51 88.4988 1164 8 0 -4.83914 53.05 33.9774 + 51 157.734 933 7 1 6.68267 41.207 5.55 + 51 6.70521 934 7 1 6.85 41.0209 5.17191 + 51 27.5978 1102 7 0 7.27269 40.4933 4.15 + 51 230.744 1101 7 0 7.30623 40.45 4.06652 + 51 99.715 992 6 1 18.5559 24.8887 -24.45 + 51 114.677 1022 6 0 18.6918 24.635 -25.85 + 51 113.39 1002 5 1 20.4785 19.9647 -54.4507 + 51 116.317 999 5 0 20.6401 20.0283 -55.85 + 51 37.9585 1000 5 0 20.6783 20.05 -56.207 + 51 56.0177 1007 4 1 21.6181 22.571 -84.4506 + 51 278.586 1008 4 1 21.65 22.7094 -84.5286 + 51 3.7026 1025 4 0 21.9321 25.2358 -85.85 + 51 106.294 1026 4 0 21.9337 25.25 -85.8574 + 51 99.6544 1027 4 0 21.9571 25.45 -85.9558 + 51 48.8368 1028 4 0 21.9748 25.65 -86.0486 + 51 83.5183 1029 4 0 21.9899 25.85 -86.1452 + 51 7.86453 1030 4 0 21.987 26.05 -86.2352 + 51 95.4969 985 3 1 17.1491 88.9605 -114.45 + 51 148.389 984 3 1 17.05 89.3013 -114.514 + 51 90.7658 983 3 1 16.85 89.7689 -114.479 + 51 103.335 982 3 1 16.6464 90.15 -114.462 + 51 80.0289 981 3 1 16.45 90.4154 -114.47 + 51 94.1162 980 3 1 16.25 90.5875 -114.528 + 51 117.019 979 3 1 16.05 90.7737 -114.596 + 51 90.8801 978 3 1 15.8497 90.9996 -114.647 + 51 181.081 977 3 1 15.65 91.2216 -114.666 + 51 605.699 976 3 1 15.45 91.5427 -114.642 + 51 730.708 975 3 1 15.25 91.8818 -114.675 + 51 157.71 974 3 1 15.05 94.9279 -114.461 + 51 140.966 973 3 1 14.85 94.4476 -114.679 + 51 44.0529 1363 3 0 13.9804 92.849 -115.85 + 51 88.914 1362 3 0 13.9391 92.75 -115.966 + 51 6.11516 1361 3 0 13.8804 92.55 -116.226 + 51 58.8293 909 3 0 30.3914 1.99874 -116.25 + 51 49.5942 908 3 0 30.4503 1.85 -116.204 + 51 60.5717 907 3 0 30.4569 1.65 -116.147 + 51 82.1167 906 3 0 30.5244 1.45 -116.17 + 51 53.5976 905 3 0 30.6697 1.24979 -116.043 + 51 30.458 1057 3 1 31.5666 1.00385 -114.85 + 51 99.1436 1058 3 1 31.6502 0.984699 -114.737 + 51 109.396 1353 3 0 15.2276 90.8184 -115.85 + 51 105.215 1354 3 0 15.3847 90.9502 -116.07 + 51 133.682 1398 3 0 17.3243 99.791 -116.25 + 51 59.483 1125 6 0 28.8964 45.1879 -26.25 + 51 81.1974 1087 4 1 37.45 5.62794 -84.8028 + 51 205.532 873 10 1 -5.25 54.1251 95.5454 + 51 192.71 1169 10 0 -6.07732 53.9462 94.15 +Number of digits in this event: 86 +Using G4ParticleGun... +Particle energy: 3.24688 LIN Particle: e- Event: 52 -Number of tracker hits in this event: 27 - 52 105.33 354 9 1 -109.221 -43.598 65.55 - 52 168.219 682 9 0 -109.222 -43.6024 64.15 - 52 139.136 354 8 1 -109.22 -43.683 35.55 - 52 177.888 681 8 0 -109.221 -43.6881 34.15 - 52 145.55 354 7 1 -109.245 -43.7986 5.55 - 52 160.266 681 7 0 -109.247 -43.8018 4.15 - 52 125.719 354 6 1 -109.286 -43.867 -24.45 - 52 138.43 680 6 0 -109.288 -43.877 -25.85 - 52 132.69 354 5 1 -109.333 -44.0613 -54.45 - 52 277.75 679 5 0 -109.337 -44.0703 -55.85 - 52 301.434 353 4 1 -109.413 -44.2683 -84.45 - 52 137.226 678 4 0 -109.417 -44.2721 -85.85 - 52 111.78 353 3 1 -109.515 -44.3772 -114.45 - 52 120.129 678 3 0 -109.523 -44.3838 -115.85 - 52 85.8941 352 2 1 -109.663 -44.5355 -144.45 - 52 120.912 677 2 0 -109.681 -44.5435 -145.85 - 52 151.466 350 1 1 -110.043 -44.7192 -174.45 - 52 143.59 676 1 0 -110.065 -44.727 -175.85 - 52 140.779 348 0 1 -110.512 -44.9255 -204.45 - 52 102.035 675 0 0 -110.539 -44.9326 -205.85 - 52 112.366 904 4 0 -94.8155 0.918782 -86.25 - 52 118.049 430 4 1 -94.1098 0.735972 -84.85 - 52 11.0493 431 4 1 -93.95 0.665118 -84.5001 - 52 247.658 352 4 1 -109.55 -44.1689 -84.4783 - 52 181.883 1191 6 0 -12.9936 58.25 -26.1967 - 52 7.85818 976 0 0 -113.042 15.425 -205.85 - 52 51.6248 333 0 1 -113.49 15.2833 -204.85 -Number of digits in this event: 21 +Number of tracker hits in this event: 63 + 52 152.305 1241 9 1 68.4268 -103.265 65.55 + 52 111.003 384 9 0 68.4291 -103.265 64.15 + 52 110.607 1242 8 1 68.4744 -103.255 35.55 + 52 354.947 384 8 0 68.4791 -103.254 34.15 + 52 123.86 1242 7 1 68.5758 -103.224 5.55 + 52 106.841 384 7 0 68.5838 -103.221 4.15 + 52 113.379 1243 6 1 68.7348 -103.166 -24.45 + 52 127.646 384 6 0 68.7436 -103.162 -25.85 + 52 171.899 1244 5 1 68.9508 -103.072 -54.45 + 52 115.552 385 5 0 68.9612 -103.069 -55.85 + 52 105.99 1245 4 1 69.183 -102.991 -84.45 + 52 396.522 385 4 0 69.1953 -102.988 -85.85 + 52 151.57 1247 3 1 69.4505 -102.901 -114.45 + 52 126.397 386 3 0 69.4599 -102.901 -115.85 + 52 116.855 1248 2 1 69.6561 -102.868 -144.45 + 52 120.218 386 2 0 69.6626 -102.87 -145.85 + 52 338.072 1248 1 1 69.7279 -102.856 -174.45 + 52 294.472 386 1 0 69.7372 -102.848 -175.85 + 52 660.096 1249 0 1 69.9267 -102.702 -204.45 + 52 414.827 387 0 0 69.9141 -102.703 -205.85 + 52 23.148 1250 0 1 70.05 -102.414 -204.563 + 52 489.439 1249 1 1 70.0152 -102.767 -174.45 + 52 96.4684 1250 1 1 70.05 -102.671 -174.624 + 52 230.874 1247 1 1 69.65 -102.065 -174.773 + 52 266.353 1243 5 1 68.85 -102.953 -54.7141 + 52 128.115 1246 3 1 69.3762 -102.911 -114.45 + 52 133.639 385 3 0 69.2617 -103.139 -115.85 + 52 354.874 384 3 0 69.2559 -103.15 -115.921 + 52 121.663 1242 2 1 68.6128 -107.392 -144.45 + 52 12.74 1243 2 1 68.65 -107.403 -144.809 + 52 150.781 363 2 0 68.7839 -107.441 -145.85 + 52 31.2641 1261 1 1 72.4372 -109.143 -174.45 + 52 193.07 1262 1 1 72.45 -109.155 -174.552 + 52 108.587 354 1 0 72.6508 -109.279 -175.85 + 52 106.337 1289 0 1 77.872 -111.481 -204.45 + 52 175.833 343 0 0 78.2747 -111.42 -205.85 + 52 369.203 1243 4 1 68.8027 -103.053 -84.45 + 52 129.934 1245 3 1 69.1377 -103.008 -114.45 + 52 118.961 1247 2 1 69.5281 -102.974 -144.45 + 52 123.931 385 2 0 69.5492 -102.97 -145.85 + 52 96.5132 1253 0 1 70.8042 -102.677 -204.45 + 52 28.7184 386 0 0 70.8726 -102.75 -206.06 + 52 147.35 414 0 0 74.6979 -97.2802 -206.25 + 52 104.871 1273 0 1 74.7675 -97.1868 -204.85 + 52 355.894 1242 3 1 68.5004 -103.197 -114.45 + 52 169.583 1239 2 1 67.8759 -103.766 -144.45 + 52 152.547 381 2 0 67.8527 -103.819 -145.85 + 52 140.058 1236 1 1 67.2968 -104.935 -174.45 + 52 264.166 375 1 0 67.2714 -104.981 -175.85 + 52 121.335 1233 0 1 66.791 -105.885 -204.45 + 52 32.5978 371 0 0 66.7583 -105.95 -205.85 + 52 111.852 370 0 0 66.7583 -105.95 -205.851 + 52 105.051 367 5 0 44.5743 -106.573 -56.2499 + 52 278.448 1124 5 1 44.9539 -106.893 -54.85 + 52 132.25 1125 5 1 45.05 -107.009 -54.5841 + 52 14.4338 1123 5 1 44.85 -107.207 -54.5237 + 52 74.0785 1241 3 1 68.45 -103.122 -114.567 + 52 14.178 457 1 0 68.5107 -88.6244 -175.85 + 52 206.738 337 1 0 64.0774 -112.614 -176.25 + 52 91.4268 336 1 0 63.9922 -112.75 -176.125 + 52 94.6168 335 1 0 63.9011 -112.95 -176.061 + 52 61.0289 334 1 0 63.7414 -113.15 -175.909 + 52 395.773 1215 1 1 63.2178 -117.611 -174.85 +Number of digits in this event: 39 Using G4ParticleGun... -Particle energy: 6.89964 LIN +Particle energy: 7.71281 LIN Particle: e- Event: 53 -Number of tracker hits in this event: 153 - 53 134.708 620 11 1 -56.0255 -34.0112 125.55 - 53 138.062 730 11 0 -56.0263 -34.0105 124.15 - 53 123.383 620 10 1 -56.0396 -33.9926 95.55 - 53 107.394 730 10 0 -56.041 -33.993 94.15 - 53 123.747 619 9 1 -56.0736 -34.0024 65.55 - 53 114.557 730 9 0 -56.0744 -34.0027 64.15 - 53 635.895 619 8 1 -56.0892 -34.0107 35.55 - 53 483.438 730 8 0 -56.0894 -34.0104 34.15 - 53 467.673 619 7 1 -56.0816 -33.998 5.55 - 53 272.133 730 7 0 -56.0825 -33.9946 4.15 - 53 98.4535 619 6 1 -56.1112 -33.9332 -24.45 - 53 117.57 730 6 0 -56.111 -33.9324 -25.85 - 53 90.5584 619 5 1 -56.0857 -33.921 -54.45 - 53 245.34 730 5 0 -56.0885 -33.9189 -55.85 - 53 449.143 619 4 1 -56.1555 -33.8784 -84.45 - 53 105.609 730 4 0 -56.1588 -33.8709 -85.85 - 53 110.354 618 3 1 -56.2609 -33.7233 -114.45 - 53 118.754 731 3 0 -56.265 -33.7174 -115.85 - 53 373.139 618 2 1 -56.3564 -33.5915 -144.45 - 53 150.211 732 2 0 -56.3627 -33.5839 -145.85 - 53 225.801 617 1 1 -56.481 -33.4147 -174.45 - 53 257.806 733 1 0 -56.4858 -33.4078 -175.85 - 53 129.851 617 0 1 -56.5766 -33.2762 -204.45 - 53 143.814 733 0 0 -56.5698 -33.259 -205.85 - 53 190.378 575 4 1 -64.9912 -111.745 -84.85 - 53 302.396 577 4 1 -64.484 -111.492 -84.45 - 53 82.7471 574 4 1 -65.05 -111.977 -84.845 - 53 343.345 725 2 0 -55.8146 -34.9367 -145.85 - 53 77.7835 724 2 0 -55.7762 -35.05 -145.953 - 53 48.7672 723 2 0 -55.7294 -35.2502 -146.111 - 53 53.2794 650 1 1 -50.0054 -64.7845 -174.45 - 53 530.656 649 1 1 -50.05 -64.8621 -174.459 - 53 220.521 618 1 1 -56.4143 -33.4554 -174.451 - 53 17.2796 619 1 1 -56.25 -33.5222 -174.784 - 53 95.468 732 1 0 -55.6995 -33.5593 -175.85 - 53 36.0124 894 1 0 1.73548 -1.09614 -176.25 - 53 208.053 895 1 0 1.80614 -1.05 -176.209 - 53 178.367 896 1 0 2.12722 -0.849832 -176.015 - 53 67.6555 917 1 1 3.4883 0.391167 -174.85 - 53 96.758 918 1 1 3.65 0.52107 -174.69 - 53 31.8163 920 1 1 4.14711 0.635568 -174.45 - 53 63.1492 921 1 1 4.25 0.587501 -174.522 - 53 407.919 922 1 1 4.45 0.498201 -174.653 - 53 11.0417 923 1 1 4.65 0.355819 -174.833 - 53 153.992 898 1 0 6.47934 -0.369287 -175.85 - 53 256.37 897 1 0 6.63264 -0.450091 -175.923 - 53 93.4977 605 0 1 -58.9498 -33.9729 -204.45 - 53 111.82 604 0 1 -59.05 -34.0821 -204.567 - 53 5.85732 724 0 0 -59.5125 -35.2388 -205.85 - 53 75.8521 723 0 0 -59.5171 -35.25 -205.863 - 53 88.8252 722 0 0 -59.6015 -35.4502 -206.105 - 53 32.1533 1262 3 1 72.5242 -7.33516 -114.85 - 53 22.4904 1263 3 1 72.65 -7.2451 -114.525 - 53 189.63 618 7 1 -56.2501 -34.1727 5.32266 - 53 0.649828 617 7 1 -56.4503 -34.2532 5.15185 - 53 164.477 725 7 0 -57.5317 -34.8687 4.15 - 53 21.0707 724 7 0 -57.8934 -35.05 3.8219 - 53 126.314 645 7 0 -68.6277 -50.9086 3.75079 - 53 33.5859 646 7 0 -68.6312 -50.85 4.08311 - 53 52.3404 552 7 1 -69.5438 -50.8915 5.15 - 53 126.917 551 7 1 -69.65 -50.9385 5.26774 - 53 64.0261 550 7 1 -69.85 -51.0348 5.33712 - 53 65.5619 549 7 1 -70.05 -51.0093 5.40924 - 53 274.559 548 7 1 -70.2501 -50.9938 5.43522 - 53 384.629 618 6 1 -56.3135 -34.1255 -24.45 - 53 103.477 729 6 0 -56.3234 -34.1478 -25.85 - 53 461.027 617 5 1 -56.5148 -34.6048 -54.45 - 53 184.284 727 5 0 -56.5302 -34.6213 -55.85 - 53 202.24 616 4 1 -56.8127 -34.939 -84.45 - 53 238.346 725 4 0 -56.8136 -34.9488 -85.85 - 53 171.978 616 3 1 -56.8321 -35.1756 -114.45 - 53 140.989 724 3 0 -56.826 -35.1716 -115.85 - 53 123.025 616 2 1 -56.7026 -35.023 -144.45 - 53 111.07 727 1 0 -56.4109 -34.6265 -175.85 - 53 157.844 618 0 1 -56.4126 -34.1098 -204.45 - 53 112.054 729 0 0 -56.4144 -34.0825 -205.85 - 53 265.402 731 7 0 -56.1129 -33.8235 4.15 - 53 232.384 731 6 0 -56.3059 -33.7486 -25.85 - 53 124.579 736 5 0 -56.5401 -32.6952 -55.85 - 53 105.084 743 4 0 -56.1005 -31.297 -85.85 - 53 262.479 615 3 1 -56.8758 -30.5144 -114.45 - 53 109.008 747 3 0 -56.9026 -30.5073 -115.85 - 53 108.983 611 2 1 -57.6728 -30.3452 -144.45 - 53 316.753 748 2 0 -57.7202 -30.3545 -145.85 - 53 113.412 606 1 1 -58.7404 -30.6393 -174.45 - 53 117.803 746 1 0 -58.8221 -30.6867 -175.85 - 53 180.552 598 0 1 -60.3888 -31.7513 -204.45 - 53 114.273 741 0 0 -60.4744 -31.7978 -205.85 - 53 47.2367 1445 9 0 135.311 109.268 63.75 - 53 324.655 1446 9 0 135.295 109.35 63.87 - 53 43.9245 656 0 0 -43.3173 -48.7616 -206.25 - 53 115.165 655 0 0 -43.2107 -48.85 -206.13 - 53 22.1108 654 0 0 -42.992 -49.05 -205.871 - 53 134.07 689 0 1 -42.2081 -49.8135 -204.85 - 53 94.4208 690 0 1 -42.05 -49.978 -204.65 - 53 150.544 615 1 0 -29.5596 -56.876 -176.25 - 53 123.234 755 1 1 -29.0014 -57.1966 -174.85 - 53 2.28743 756 1 1 -28.85 -57.2827 -174.458 - 53 44.6489 478 2 0 -15.1396 -84.3657 -146.25 - 53 81.1018 477 2 0 -15.0985 -84.4501 -146.162 - 53 39.2498 476 2 0 -15.0035 -84.65 -145.952 - 53 143.814 827 2 1 -14.5726 -85.6579 -144.85 - 53 32.9336 828 2 1 -14.45 -85.9704 -144.52 - 53 59.66 386 3 0 -10.4472 -102.853 -116.25 - 53 82.5695 385 3 0 -10.4273 -102.95 -116.089 - 53 130.4 849 3 1 -10.2349 -103.695 -114.848 - 53 83.6871 224 4 0 7.58679 -135.151 -86.2494 - 53 83.2873 223 4 0 7.70253 -135.35 -86.0658 - 53 40.7526 222 4 0 7.82 -135.55 -85.9099 - 53 103.734 944 4 1 8.88262 -137.313 -84.85 - 53 242.366 945 4 1 9.05007 -137.629 -84.6551 - 53 1.40669 736 0 0 -60.9899 -32.7244 -205.85 - 53 62.6368 620 8 1 -56.05 -34.0094 35.3192 - 53 108.919 729 8 0 -56.028 -34.053 34.15 - 53 239.569 621 7 1 -55.846 -35.2324 5.55 - 53 225.231 722 7 0 -55.6148 -35.4996 4.15 - 53 130.096 646 6 1 -50.7059 -40.8959 -24.45 - 53 144.74 695 6 0 -50.6848 -40.8919 -25.85 - 53 114.811 651 5 1 -49.7436 -40.2613 -54.45 - 53 112.188 698 5 0 -49.722 -40.267 -55.8503 - 53 156.227 651 4 1 -49.6902 -40.2047 -84.4503 - 53 107.316 699 4 0 -49.6788 -40.222 -85.85 - 53 132.141 647 3 1 -50.5049 -41.2136 -114.45 - 53 34.9761 648 3 1 -50.45 -41.1727 -114.779 - 53 120.584 695 3 0 -50.2364 -41.0285 -115.85 - 53 151.316 678 2 1 -44.4394 -37.8002 -144.45 - 53 143.602 711 2 0 -44.1386 -37.8207 -145.85 - 53 80.9451 712 1 1 -37.486 -39.0562 -174.45 - 53 77.4634 713 1 1 -37.45 -39.0956 -174.671 - 53 119.681 703 1 0 -37.2692 -39.3147 -175.85 - 53 89.2103 739 0 1 -32.1094 -43.7557 -204.45 - 53 24.9923 740 0 1 -32.05 -43.7856 -204.789 - 53 113.156 680 0 0 -31.8689 -43.8552 -205.85 - 53 336.678 571 0 1 -65.6726 -39.3226 -204.45 - 53 408.487 572 0 1 -65.6499 -39.3004 -204.511 - 53 4.83994 703 0 0 -65.7042 -39.4482 -205.851 - 53 118.784 702 0 0 -65.7048 -39.45 -205.87 - 53 203.483 615 4 1 -56.8961 -34.3319 -84.45 - 53 106.079 728 4 0 -56.8904 -34.3567 -85.85 - 53 120.067 726 3 0 -56.8748 -34.8234 -115.85 - 53 18.3226 614 2 1 -57.2469 -34.7086 -144.45 - 53 110.821 613 2 1 -57.25 -34.7072 -144.513 - 53 134.738 726 2 0 -57.3185 -34.6704 -145.85 - 53 119.663 605 1 1 -58.8718 -33.8662 -174.45 - 53 139.424 730 1 0 -59.0051 -33.8604 -175.85 - 53 233.458 592 0 1 -61.5745 -33.7429 -204.45 - 53 309.813 731 0 0 -61.7417 -33.718 -205.85 - 53 38.5789 729 3 0 -51.3831 -34.2262 -115.85 - 53 71.3581 656 3 1 -48.8128 -32.2804 -114.85 - 53 334.421 657 3 1 -48.65 -32.2597 -114.75 - 53 126.7 724 4 0 -56.6327 -35.0502 -86.0898 - 53 105.698 723 4 0 -56.4838 -35.2501 -86.2083 - 53 209.624 722 4 0 -56.3304 -35.4501 -86.1437 -Number of digits in this event: 76 -Using G4ParticleGun... -Particle energy: 4.5571 LIN +Number of tracker hits in this event: 308 + 53 135.163 991 11 1 18.2644 -44.3234 125.55 + 53 141.718 678 11 0 18.2644 -44.324 124.15 + 53 105.944 991 10 1 18.26 -44.3348 95.55 + 53 160.73 678 10 0 18.2593 -44.3366 94.15 + 53 130.108 991 9 1 18.2511 -44.3724 65.55 + 53 130.984 678 9 0 18.2506 -44.375 64.15 + 53 377.523 990 8 1 18.2451 -44.4282 35.55 + 53 332.277 678 8 0 18.2469 -44.431 34.15 + 53 562.229 991 7 1 18.2844 -44.4896 5.55 + 53 510.37 677 7 0 18.2862 -44.4921 4.15 + 53 354.76 991 6 1 18.3254 -44.5384 -24.45 + 53 280.933 677 6 0 18.3275 -44.5377 -25.85 + 53 426.433 991 5 1 18.3769 -44.523 -54.45 + 53 151.523 677 5 0 18.3781 -44.5214 -55.85 + 53 184.714 991 4 1 18.4077 -44.4862 -84.45 + 53 207.276 677 4 0 18.4093 -44.4848 -85.85 + 53 147.641 991 3 1 18.4437 -44.4578 -114.45 + 53 167.203 677 3 0 18.4456 -44.4553 -115.85 + 53 121.232 992 2 1 18.4851 -44.4009 -144.45 + 53 178.652 678 2 0 18.4844 -44.3963 -145.85 + 53 180.117 992 1 1 18.4832 -44.2892 -174.45 + 53 263.884 678 1 0 18.4847 -44.2857 -175.85 + 53 267.939 992 0 1 18.5257 -44.2059 -204.45 + 53 133.113 679 0 0 18.5297 -44.2009 -205.85 + 53 402.616 86 7 0 20.1091 -162.836 3.75 + 53 5.32611 85 7 0 19.8962 -162.95 3.97221 + 53 11.6261 525 1 0 102.415 -75.05 -176.216 + 53 129.388 991 2 1 18.4496 -44.3648 -144.527 + 53 114.291 682 2 0 17.998 -43.636 -145.85 + 53 217.961 772 1 0 170.038 -25.5082 -176.25 + 53 262.097 1744 1 1 169.143 -25.7447 -174.85 + 53 12.3003 771 1 0 169.969 -25.747 -175.85 + 53 128.312 1757 1 1 171.594 -24.4124 -174.85 + 53 327.271 721 12 1 -35.65 -152.931 155.224 + 53 518.264 682 5 0 25.7103 -43.5187 -56.25 + 53 83.7322 1030 5 1 26.1523 -42.3764 -54.85 + 53 61.1604 1031 5 1 26.25 -42.2733 -54.7861 + 53 69.4193 687 5 0 26.3038 -42.5644 -55.85 + 53 194.331 1040 5 1 28.0805 -43.071 -54.85 + 53 75.194 990 4 1 18.2499 -44.5539 -84.5592 + 53 144.529 989 4 1 18.0494 -44.5025 -84.6836 + 53 55.2802 988 4 1 17.85 -44.2299 -84.7461 + 53 103.467 987 4 1 17.65 -44.1696 -84.7066 + 53 71.3051 986 4 1 17.45 -44.2127 -84.7508 + 53 70.6561 985 4 1 17.25 -44.2465 -84.7974 + 53 272.203 681 4 0 18.2171 -43.7298 -85.85 + 53 61.2571 634 6 0 -11.3373 -53.1829 -26.25 + 53 138.499 635 6 0 -11.3257 -53.0496 -26.1211 + 53 173.858 840 6 1 -11.961 -52.9552 -24.85 + 53 93.0096 839 6 1 -12.05 -53.0064 -24.6937 + 53 47.3273 1301 10 0 88.3441 80.45 93.8064 + 53 114.285 991 0 1 18.45 -44.8263 -204.481 + 53 119.927 675 0 0 18.0334 -45.0277 -205.85 + 53 97.7899 993 0 1 18.65 -45.0579 -204.492 + 53 90.5383 994 0 1 18.8503 -45.1478 -204.68 + 53 170.432 995 0 1 19.0503 -45.0438 -204.838 + 53 50.6985 990 0 1 18.25 -44.9887 -204.478 + 53 89.8276 989 0 1 18.05 -45.0543 -204.565 + 53 140.515 988 0 1 17.85 -45.1163 -204.699 + 53 117.489 674 0 0 17.2822 -45.0666 -205.85 + 53 39.5775 507 0 0 -2.14813 -78.5468 -206.25 + 53 64 506 0 0 -2.19767 -78.6501 -206.189 + 53 366.961 505 0 0 -2.2583 -78.85 -206.183 + 53 12.1185 542 0 0 -32.0506 -71.6317 -206.25 + 53 432.829 541 0 0 -32.0892 -71.6501 -206.242 + 53 99.9168 990 7 1 18.2495 -44.6398 5.34631 + 53 269.887 676 7 0 17.3992 -44.6765 4.1498 + 53 140.314 678 7 0 17.0837 -44.4499 3.84627 + 53 191.546 980 7 1 16.212 -43.7871 5.15002 + 53 316.314 979 7 1 16.05 -43.7031 5.32869 + 53 124.336 1000 6 1 20.1448 -43.8863 -24.45 + 53 125.123 680 6 0 20.224 -43.8673 -25.8503 + 53 133.265 1010 5 1 22.0998 -43.5697 -54.45 + 53 48.6187 1023 4 1 24.8273 -43.996 -84.45 + 53 57.0244 1024 4 1 24.85 -43.989 -84.6268 + 53 255.267 680 4 0 25 -43.9333 -85.85 + 53 123.734 1044 3 1 28.9212 -41.868 -114.45 + 53 111.057 691 3 0 29.1971 -41.7558 -115.85 + 53 88.1336 1072 2 1 34.6013 -39.2566 -144.45 + 53 38.9643 1073 2 1 34.65 -39.2317 -144.694 + 53 173.79 704 2 0 34.8838 -39.1187 -145.85 + 53 123.467 1104 1 1 40.9056 -36.2018 -174.45 + 53 102.412 719 1 0 41.2207 -36.0864 -175.85 + 53 20.1534 1137 0 1 47.6309 -33.3209 -204.45 + 53 140.19 1138 0 1 47.6502 -33.3066 -204.529 + 53 91.8571 734 0 0 47.9799 -33.0924 -205.85 + 53 24.9612 735 0 0 48.0501 -33.05 -206.131 + 53 2.62727 1162 1 0 -0.05 52.4526 -176.169 + 53 7.06463 1161 1 0 -0.0574294 52.45 -176.153 + 53 99.14 1001 6 1 20.25 -43.8561 -24.5374 + 53 25.0941 1002 6 1 20.45 -43.8779 -24.7897 + 53 425.083 679 6 0 21.3375 -44.1949 -25.85 + 53 224.39 678 6 0 21.4283 -44.2501 -25.957 + 53 227.785 486 6 0 83.6692 -82.8094 -26.25 + 53 62.7535 1314 6 1 82.8673 -82.6625 -24.85 + 53 172.784 1313 6 1 82.8499 -82.674 -24.8244 + 53 446.357 493 7 0 -4.37184 -81.4173 3.75 + 53 207.6 494 7 0 -5.12014 -81.25 4.06922 + 53 133.398 495 7 0 -5.49065 -81.05 4.00947 + 53 202.577 871 7 1 -5.69142 -81.5835 5.15 + 53 71.2591 872 7 1 -5.65 -81.5697 5.23188 + 53 54.1174 870 7 1 -5.85 -81.3889 5.49404 + 53 157.251 979 6 1 15.9878 -45.4402 -24.45 + 53 111.83 672 6 0 15.8898 -45.4538 -25.85 + 53 268.326 969 5 1 13.9024 -45.5223 -54.4502 + 53 121.575 672 5 0 13.7479 -45.543 -55.8501 + 53 240.613 954 4 1 10.8596 -45.9219 -84.4502 + 53 151.831 670 4 0 10.86 -45.9619 -85.85 + 53 48.4896 954 3 1 11.0385 -47.485 -114.45 + 53 51.7907 955 3 1 11.05 -47.4891 -114.648 + 53 145.741 662 3 0 11.1511 -47.4998 -115.85 + 53 44.3246 971 2 1 14.3246 -48.3639 -144.45 + 53 84.5979 972 2 1 14.4501 -48.329 -144.593 + 53 6.94544 973 2 1 14.6501 -48.2763 -144.823 + 53 379.101 660 2 0 15.507 -48.039 -145.85 + 53 68.6113 1097 1 1 39.5619 -41.261 -174.45 + 53 166.963 1098 1 1 39.65 -41.2509 -174.52 + 53 325.599 1099 1 1 39.85 -41.2251 -174.667 + 53 32.4673 1100 1 1 40.05 -41.1988 -174.793 + 53 280.378 695 1 0 41.6907 -40.9756 -175.85 + 53 30.6908 1332 0 1 86.5476 -32.5239 -204.45 + 53 86.7124 1333 0 1 86.65 -32.5263 -204.518 + 53 61.2563 1334 0 1 86.85 -32.5421 -204.651 + 53 34.3928 1335 0 1 87.0501 -32.5631 -204.785 + 53 313.392 736 0 0 88.7239 -32.6873 -205.85 + 53 58.7673 979 0 0 152.786 15.8791 -206.25 + 53 65.1186 980 0 0 152.899 16.0505 -206.208 + 53 59.2736 981 0 0 153.002 16.2503 -206.183 + 53 66.3741 982 0 0 153.115 16.4501 -206.168 + 53 62.8257 983 0 0 153.223 16.65 -206.142 + 53 114.14 984 0 0 153.352 16.85 -206.102 + 53 99.7268 985 0 0 153.516 17.05 -206.044 + 53 73.2411 986 0 0 153.692 17.25 -206.003 + 53 83.3568 987 0 0 153.878 17.4502 -205.963 + 53 68.9938 988 0 0 154.069 17.6501 -205.913 + 53 103.057 989 0 0 154.24 17.85 -205.884 + 53 88.1123 990 0 0 154.442 18.05 -205.882 + 53 153.525 991 0 0 154.723 18.25 -205.897 + 53 1.21217 1686 0 1 157.542 18.7759 -204.85 + 53 48.0179 1687 0 1 157.55 18.7772 -204.846 + 53 46.8284 1688 0 1 157.75 18.8069 -204.753 + 53 70.0712 1689 0 1 157.95 18.8293 -204.675 + 53 57.2237 1690 0 1 158.15 18.844 -204.615 + 53 88.0309 1691 0 1 158.35 18.864 -204.569 + 53 29.0872 1692 0 1 158.55 18.8648 -204.494 + 53 22.0228 1106 1 0 173.135 41.3834 -176.25 + 53 51.9289 1107 1 0 173.168 41.45 -176.186 + 53 121.638 1108 1 0 173.175 41.65 -176.115 + 53 65.4159 1109 1 0 173.174 41.85 -175.948 + 53 90.8094 1751 1 1 170.512 45.4492 -174.85 + 53 46.9292 1750 1 1 170.35 45.6726 -174.826 + 53 37.9039 1149 1 0 169.019 49.9583 -175.85 + 53 56.9851 1150 1 0 168.978 50.05 -175.902 + 53 75.0787 1151 1 0 168.84 50.25 -175.985 + 53 173.862 1152 1 0 168.704 50.45 -176.038 + 53 68.0785 1153 1 0 168.472 50.65 -176.111 + 53 183.108 1154 1 0 168.39 50.85 -176.182 + 53 70.9354 1155 1 0 168.219 51.05 -176.239 + 53 150.206 957 2 1 11.596 -43.6168 -144.45 + 53 106.12 681 2 0 11.6144 -43.6912 -145.85 + 53 34.8355 967 1 1 13.6276 -45.6562 -174.45 + 53 272.815 968 1 1 13.65 -45.6571 -174.531 + 53 76.568 671 1 0 14.1015 -45.8345 -175.85 + 53 89.5087 670 1 0 14.1389 -45.8501 -175.958 + 53 12.6078 1026 0 1 25.415 -51.7078 -204.45 + 53 84.5797 1027 0 1 25.45 -51.7061 -204.487 + 53 49.5876 1028 0 1 25.65 -51.6798 -204.708 + 53 14.5626 642 0 0 26.7985 -51.4593 -205.85 + 53 179.34 643 0 0 26.8486 -51.45 -205.896 + 53 281.693 985 7 1 17.1839 -44.7551 5.55 + 53 101.402 985 6 1 17.1721 -44.1313 -24.45 + 53 132.818 981 5 1 16.3654 -43.4978 -54.4502 + 53 200.015 995 4 1 19.1617 -43.8938 -84.45 + 53 113.059 1006 3 1 21.3855 -45.1141 -114.45 + 53 106.748 674 3 0 21.5551 -45.1656 -115.85 + 53 116.848 1024 2 1 24.9852 -46.2661 -144.45 + 53 6.87272 1025 2 1 25.05 -46.3151 -144.816 + 53 91.7068 668 2 0 25.2584 -46.425 -145.85 + 53 70.3139 667 2 0 25.3093 -46.45 -146.094 + 53 59.3751 1055 1 1 31.1865 -49.6081 -174.45 + 53 44.5184 1056 1 1 31.25 -49.6003 -174.678 + 53 113.831 652 1 0 31.5555 -49.5699 -175.85 + 53 154.234 1083 0 1 36.6754 -49.4663 -204.45 + 53 260.335 653 0 0 36.9362 -49.3857 -205.85 + 53 110.103 654 0 0 36.9608 -49.25 -206.031 + 53 335.777 1048 1 1 29.7931 -49.1138 -174.45 + 53 240.978 654 1 0 29.8784 -49.199 -175.85 + 53 277.951 1058 0 1 31.7358 -50.2855 -204.45 + 53 119.164 648 0 0 31.751 -50.2859 -205.85 + 53 125.359 657 1 0 29.5852 -48.5908 -175.85 + 53 3.62446 658 1 0 29.5123 -48.4498 -176.232 + 53 467.373 1024 0 1 24.8548 -37.4564 -204.45 + 53 205.142 1023 0 1 24.85 -37.4338 -204.462 + 53 201.967 728 0 0 24.8392 -34.4335 -205.85 + 53 128.261 727 0 0 24.2846 -34.4501 -206.127 + 53 112.484 682 7 0 18.4069 -43.4706 4.15 + 53 106.874 994 6 1 18.9884 -42.2308 -24.45 + 53 159.166 689 6 0 19.0675 -42.0903 -25.8502 + 53 0.533944 690 6 0 19.0898 -42.05 -26.2453 + 53 118.636 1002 5 1 20.6234 -39.0255 -54.4501 + 53 124.81 705 5 0 20.5944 -38.8915 -55.85 + 53 0.415089 706 5 0 20.5865 -38.85 -56.2493 + 53 130.589 1000 4 1 20.2194 -35.7183 -84.45 + 53 178.459 722 4 0 20.0666 -35.5845 -85.85 + 53 54.7124 986 3 1 17.2613 -32.5724 -114.45 + 53 60.0736 985 3 1 17.25 -32.5563 -114.664 + 53 88.3439 737 3 0 17.1802 -32.4726 -115.851 + 53 41.8374 738 3 0 17.1608 -32.45 -116.184 + 53 174.743 976 2 1 15.2779 -30.6898 -144.45 + 53 203.664 747 2 0 15.2068 -30.5246 -145.85 + 53 262.833 767 1 0 13.7509 -26.5798 -175.85 + 53 213.145 978 0 1 15.8077 -27.6264 -204.45 + 53 272.368 979 0 1 15.85 -27.614 -204.777 + 53 104.492 762 0 0 16.0013 -27.5751 -205.85 + 53 33.5861 756 0 0 15.271 -28.7489 -205.85 + 53 120.39 755 0 0 15.2082 -28.85 -205.958 + 53 125.948 754 0 0 15.1426 -29.05 -206.08 + 53 140.76 753 0 0 15.1185 -29.25 -206.189 + 53 218.371 752 0 0 15.1123 -29.4508 -206.245 + 53 16.8746 30 0 0 20.2715 -173.981 -206.25 + 53 143.696 980 0 1 16.0505 -27.7623 -204.59 + 53 78.0002 981 0 1 16.2502 -28.0027 -204.797 + 53 168.963 751 0 0 17.8707 -29.65 -206.121 + 53 87.7748 750 0 0 18.0473 -29.85 -206.132 + 53 192.914 749 0 0 18.207 -30.05 -206.201 + 53 109.898 539 0 0 94.5253 -72.2012 -206.25 + 53 46.2504 538 0 0 94.6731 -72.25 -206.232 + 53 69.415 982 0 1 16.45 -27.7187 -204.76 + 53 142.352 764 0 0 17.8211 -27.2435 -205.85 + 53 132.948 765 0 0 18.2881 -27.05 -206.034 + 53 65.8584 766 0 0 18.563 -26.85 -205.952 + 53 42.4218 1001 0 1 20.3621 -24.7593 -204.85 + 53 131.11 1002 0 1 20.45 -24.6332 -204.784 + 53 67.1015 1003 0 1 20.65 -24.2941 -204.536 + 53 81.147 1004 0 1 20.85 -24.1431 -204.674 + 53 58.8129 1005 0 1 21.05 -23.9546 -204.695 + 53 64.3284 1006 0 1 21.25 -23.8507 -204.659 + 53 50.0359 1007 0 1 21.45 -23.7845 -204.643 + 53 56.842 1008 0 1 21.65 -23.7502 -204.587 + 53 54.2947 1009 0 1 21.8507 -23.6396 -204.498 + 53 37.0324 992 5 1 18.45 -47.2829 -54.6952 + 53 128.22 661 5 0 18.8108 -47.6657 -55.85 + 53 84.3979 1032 4 1 26.5694 -58.2135 -84.45 + 53 35.229 1033 4 1 26.65 -58.2925 -84.7238 + 53 10.9123 607 4 0 27.0249 -58.638 -85.8502 + 53 112.373 606 4 0 27.038 -58.65 -85.8897 + 53 141.71 1077 3 1 35.5704 -67.7717 -114.45 + 53 115.859 561 3 0 35.8704 -67.7192 -115.85 + 53 75.5479 1114 2 1 42.8873 -67.7874 -144.45 + 53 134.102 1115 2 1 43.0502 -67.6911 -144.61 + 53 18.6658 1116 2 1 43.25 -67.5578 -144.817 + 53 41.0186 565 2 0 44.2815 -66.9281 -145.85 + 53 100.973 566 2 0 44.3813 -66.85 -145.952 + 53 11.8894 567 2 0 44.6285 -66.65 -146.23 + 53 60.0436 1249 1 1 69.9907 -50.8068 -174.45 + 53 325.836 1250 1 1 70.05 -50.5883 -174.525 + 53 101.661 676 1 0 70.6369 -44.8278 -175.85 + 53 56.0136 677 1 0 70.6484 -44.65 -175.889 + 53 198.06 679 1 0 70.6727 -44.25 -175.996 + 53 51.138 680 1 0 70.6714 -44.05 -176.041 + 53 188.683 681 1 0 70.6885 -43.8499 -176.08 + 53 49.0012 682 1 0 70.7072 -43.65 -176.106 + 53 142.101 683 1 0 70.7232 -43.4495 -176.13 + 53 57.117 684 1 0 70.7511 -43.25 -176.156 + 53 71.3041 685 1 0 70.8145 -43.0494 -176.166 + 53 56.5543 686 1 0 70.8969 -42.85 -176.175 + 53 32.7415 687 1 0 70.9919 -42.65 -176.219 + 53 111.891 1509 0 1 122.041 44.1684 -204.45 + 53 5.25728 1508 0 1 121.95 44.2161 -204.829 + 53 62.5916 1121 0 0 121.609 44.3788 -205.85 + 53 74.5004 1122 0 0 121.536 44.4502 -206.046 + 53 6.16549 809 1 0 16.8674 -18.05 -176.199 + 53 145.283 999 5 1 20.0308 -47.1176 -54.4502 + 53 150.424 664 5 0 19.9732 -47.1703 -55.8501 + 53 123.341 993 4 1 18.7171 -48.5426 -84.45 + 53 135.458 656 4 0 18.7271 -48.674 -85.85 + 53 392.925 992 3 1 18.5936 -51.5549 -114.45 + 53 96.1426 642 3 0 18.5769 -51.5967 -115.85 + 53 116.188 990 2 1 18.1133 -52.2387 -144.45 + 53 171.295 640 2 0 18.0319 -52.0002 -145.85 + 53 198.222 979 1 1 15.9722 -46.9343 -174.45 + 53 141.675 669 1 0 15.8929 -46.2368 -175.85 + 53 122.934 970 0 1 14.1008 -30.9968 -204.45 + 53 266.888 975 1 1 15.1273 -52.9102 -174.45 + 53 72.8821 635 1 0 15.1197 -52.9281 -175.851 + 53 58.3007 636 1 0 15.0748 -52.8496 -176.114 + 53 46.8871 538 1 0 -30.7657 -72.344 -176.25 + 53 111.951 633 1 0 15.0464 -53.3508 -175.85 + 53 16.3882 632 1 0 15.0317 -53.45 -176.166 + 53 41.4701 964 0 1 12.9772 -62.2817 -204.451 + 53 103.66 965 0 1 13.05 -62.3396 -204.57 + 53 7.38997 966 0 1 13.25 -62.4449 -204.824 + 53 131.791 586 0 0 13.9797 -62.7444 -205.85 + 53 28.7487 585 0 0 14.2242 -62.85 -206.164 + 53 105.083 550 0 0 32.5774 -69.8949 -206.25 + 53 22.7347 1066 0 1 33.4129 -69.9063 -204.849 + 53 109.318 1067 0 1 33.45 -69.9037 -204.779 + 53 115.791 1068 0 1 33.8244 -69.7968 -204.45 + 53 96.1053 552 0 0 33.7271 -69.5386 -205.85 + 53 46.3938 553 0 0 33.7276 -69.45 -206.106 + 53 26.8897 521 0 0 19.074 -75.8416 -206.25 + 53 180.018 520 0 0 19.0647 -75.85 -206.238 + 53 139.353 519 0 0 18.7766 -76.0502 -206.039 + 53 209.751 518 0 0 18.6824 -76.25 -206.138 + 53 0.762866 988 2 1 17.85 -52.1294 -144.501 + 53 250.169 1328 11 0 79.3644 85.761 123.75 + 53 73.1486 1327 11 0 79.6164 85.65 123.913 + 53 38.8792 995 3 1 19.0593 -46.0663 -114.45 +Number of digits in this event: 134 +Using G4ParticleGun... +Particle energy: 8.57256 LIN Particle: e- Event: 54 -Number of tracker hits in this event: 39 - 54 110.997 330 7 1 -113.959 -95.0888 5.55 - 54 132.282 425 7 0 -113.959 -95.09 4.15 - 54 113.429 330 6 1 -113.965 -95.1146 -24.45 - 54 130.315 425 6 0 -113.964 -95.1144 -25.85 - 54 219.06 330 5 1 -113.952 -95.11 -54.45 - 54 452.418 425 5 0 -113.948 -95.1109 -55.85 - 54 134.941 331 4 1 -113.886 -95.1492 -84.45 - 54 122.488 425 4 0 -113.884 -95.149 -85.85 - 54 98.6531 331 3 1 -113.827 -95.1235 -114.45 - 54 114.749 425 3 0 -113.824 -95.1196 -115.85 - 54 110.048 332 2 1 -113.704 -94.975 -144.45 - 54 116.627 425 2 0 -113.695 -94.9655 -145.85 - 54 366.037 333 1 1 -113.505 -94.7779 -174.45 - 54 136.325 426 1 0 -113.5 -94.7679 -175.85 - 54 135.069 333 0 1 -113.4 -94.5696 -204.45 - 54 143.544 427 0 0 -113.394 -94.5589 -205.85 - 54 19.9746 332 1 1 -113.55 -94.4895 -174.48 - 54 98.4481 323 4 1 -115.428 -93.0058 -84.45 - 54 124.461 435 4 0 -115.491 -93.0171 -85.8506 - 54 189.593 325 1 1 -114.982 -85.9031 -174.45 - 54 47.7669 326 1 1 -114.95 -85.8755 -174.674 - 54 170.027 471 1 0 -114.802 -85.701 -175.851 - 54 97.5206 472 1 0 -114.748 -85.65 -176.225 - 54 131.558 347 0 1 -110.695 -81.8896 -204.45 - 54 111.234 491 0 0 -110.804 -81.7091 -205.85 - 54 14.3331 372 0 1 -105.745 -74.6965 -204.45 - 54 91.8782 371 0 1 -105.75 -74.6826 -204.505 - 54 21.6534 528 0 0 -105.618 -74.2928 -205.85 - 54 116.317 529 0 0 -105.608 -74.25 -205.942 - 54 6.9629 530 0 0 -105.573 -74.05 -206.23 - 54 228.302 331 5 1 -113.934 -95.0558 -54.4501 - 54 163.222 426 5 0 -113.628 -94.95 -56.009 - 54 64.555 357 4 1 -108.608 -93.1555 -84.4509 - 54 193.803 358 4 1 -108.55 -93.1671 -84.5767 - 54 81.1135 359 4 1 -108.35 -93.2132 -84.7806 - 54 26.7181 360 4 1 -108.15 -93.2804 -84.8188 - 54 99.9214 430 4 0 -105.663 -94.0652 -85.85 - 54 148.804 429 4 0 -105.412 -94.15 -85.9533 - 54 113.297 428 4 0 -104.992 -94.35 -86.0914 -Number of digits in this event: 20 +Number of tracker hits in this event: 157 + 54 337.238 855 11 1 -8.94136 73.807 125.55 + 54 109.29 1268 11 0 -8.94312 73.8053 124.15 + 54 138.922 855 10 1 -8.97903 73.7738 95.55 + 54 119.552 1268 10 0 -8.98076 73.7731 94.15 + 54 111.517 855 9 1 -9.01557 73.7599 65.55 + 54 108.21 1268 9 0 -9.01669 73.7602 64.15 + 54 137.378 855 8 1 -9.03773 73.7629 35.55 + 54 112.527 1268 8 0 -9.03909 73.764 34.15 + 54 564.249 854 7 1 -9.06107 73.7891 5.55 + 54 498.334 1268 7 0 -9.06338 73.7915 4.15 + 54 312.22 854 6 1 -9.10469 73.8391 -24.45 + 54 531.006 1268 6 0 -9.10842 73.8431 -25.85 + 54 267.881 854 5 1 -9.17781 73.9256 -54.45 + 54 103.092 1269 5 0 -9.17937 73.9344 -55.85 + 54 169.459 854 4 1 -9.21055 74.1075 -84.45 + 54 129.669 1270 4 0 -9.21248 74.116 -85.85 + 54 239.154 853 3 1 -9.25918 74.2811 -114.45 + 54 155.486 1271 3 0 -9.25428 74.2855 -115.85 + 54 267.001 854 2 1 -9.18894 74.4144 -144.45 + 54 152.328 1272 2 0 -9.25204 74.5488 -145.85 + 54 277.216 847 1 1 -10.5873 77.8387 -174.45 + 54 168.201 1289 1 0 -10.7514 77.9152 -175.85 + 54 113.612 833 0 1 -13.2655 78.7784 -204.45 + 54 159.471 1294 0 0 -13.5365 78.8571 -205.85 + 54 30.9789 834 0 1 -13.25 119.654 -204.596 + 54 6.53566 1709 6 0 -50.8748 161.95 -26.0183 + 54 703.388 646 6 1 -50.8278 162.319 -24.85 + 54 187.001 645 6 1 -50.85 161.981 -24.5886 + 54 13.8879 919 1 0 1.18782 4.02915 -176.25 + 54 127.429 920 1 0 1.22738 4.05012 -176.202 + 54 242.619 907 1 1 1.47426 4.68936 -174.85 + 54 92.9703 908 1 1 1.65 5.13167 -174.565 + 54 122.992 909 1 1 1.85 5.39244 -174.505 + 54 98.6938 853 2 1 -9.27422 74.48 -144.45 + 54 207.649 1271 2 0 -9.32816 74.3085 -145.85 + 54 69.6019 1270 2 0 -9.31909 74.25 -146.09 + 54 161.551 1267 7 0 -9.04059 73.6386 4.15 + 54 4.7326 863 6 1 -7.44375 72.8713 -24.45 + 54 150.126 862 6 1 -7.45 72.8716 -24.4701 + 54 255.831 1263 6 0 -7.9423 72.8428 -25.85 + 54 161.359 802 5 1 -19.5288 71.835 -54.45 + 54 82.8615 801 5 1 -19.65 71.8851 -54.5485 + 54 63.9023 800 5 1 -19.85 71.897 -54.6624 + 54 57.3933 799 5 1 -20.0506 71.8726 -54.7766 + 54 377.562 798 5 1 -20.25 71.7521 -54.7912 + 54 141.055 797 5 1 -20.45 71.7751 -54.7316 + 54 199.538 796 5 1 -20.65 71.8413 -54.5956 + 54 114.366 1257 5 0 -19.7014 71.5238 -55.85 + 54 13.3161 1256 5 0 -19.735 71.4497 -56.1988 + 54 246.6 783 4 1 -23.3004 64.3526 -84.4501 + 54 47.6217 1210 4 0 -22.9424 62.1802 -85.8502 + 54 75.0371 1209 4 0 -22.9093 62.05 -85.9531 + 54 74.6845 1208 4 0 -22.847 61.85 -86.1106 + 54 122.465 830 3 1 -13.9493 26.8494 -114.45 + 54 62.3144 831 3 1 -13.85 26.6029 -114.694 + 54 16.9786 1027 3 0 -13.0867 25.476 -115.85 + 54 90.0419 1026 3 0 -13.0681 25.45 -115.877 + 54 79.9527 1025 3 0 -12.9275 25.25 -116.108 + 54 22.7126 856 2 0 -9.01709 -8.65 -146.05 + 54 170.227 853 6 1 -9.27237 73.9924 -24.45 + 54 109.026 1269 6 0 -9.28111 74.0107 -25.85 + 54 163.713 853 5 1 -9.42394 74.3999 -54.45 + 54 200.366 1272 5 0 -9.34335 74.4628 -55.8503 + 54 50.0855 862 4 1 -7.46185 75.861 -84.45 + 54 44.3854 863 4 1 -7.45 75.8757 -84.6722 + 54 117.658 1279 4 0 -7.38888 75.9351 -85.85 + 54 117.619 869 3 1 -6.11922 77.3648 -114.451 + 54 108.166 1286 3 0 -6.07989 77.4185 -115.85 + 54 113.4 873 2 1 -5.30047 78.1902 -144.451 + 54 124.958 1290 2 0 -5.20696 78.1865 -145.85 + 54 111.105 883 1 1 -3.41232 78.4041 -174.451 + 54 129.792 1291 1 0 -3.36537 78.3808 -175.85 + 54 120.686 889 0 1 -2.20404 78.0842 -204.45 + 54 150.769 1289 0 0 -2.08568 78.008 -205.85 + 54 204.619 1678 5 0 5.74637 155.824 -56.25 + 54 37.3956 1679 5 0 5.59009 155.95 -56.1528 + 54 67.1166 1271 5 0 -9.2748 74.45 -56.0242 + 54 8.3898 1547 4 1 129.616 56.1106 -84.45 + 54 617.501 851 2 1 -9.70609 75.5838 -144.45 + 54 112.967 1277 2 0 -9.713 75.5827 -145.85 + 54 54.9111 848 1 1 -10.3858 71.3533 -174.45 + 54 71.7897 1257 1 0 -10.9108 71.5884 -175.85 + 54 36.0023 1258 1 0 -10.9789 71.65 -176.151 + 54 135.79 1259 1 0 -2.81413 72.0159 -176.25 + 54 125.739 889 1 1 -2.18117 72.095 -174.85 + 54 28.4661 890 1 1 -2.04997 72.155 -174.561 + 54 101.017 1278 2 0 -9.96116 75.7724 -145.85 + 54 10.9993 859 1 1 -8.06442 74.3726 -174.45 + 54 130.25 860 1 1 -8.04995 74.3809 -174.483 + 54 193.009 861 1 1 -7.85 74.2268 -174.831 + 54 196.224 1269 1 0 -7.45373 73.9773 -175.85 + 54 392.212 1268 1 0 -7.35993 73.85 -176.015 + 54 219.159 1267 1 0 -7.39047 73.65 -176.043 + 54 258.644 852 0 1 -9.54946 76.6869 -204.45 + 54 99.2958 1283 0 0 -9.59475 76.6923 -205.85 + 54 43.1799 1285 0 0 -9.55359 77.2032 -205.85 + 54 96.2739 1286 0 0 -9.55264 77.25 -205.965 + 54 158.657 1267 5 0 -9.2202 73.5295 -55.85 + 54 120.338 853 4 1 -9.35674 73.2598 -84.45 + 54 109.177 1266 4 0 -9.36374 73.2526 -85.85 + 54 124.095 852 3 1 -9.51874 73.132 -114.45 + 54 340.744 1265 3 0 -9.52633 73.1295 -115.85 + 54 86.6584 852 2 1 -9.65 73.0693 -144.683 + 54 129.2 1265 2 0 -9.63634 73.0876 -145.85 + 54 127.48 853 1 1 -9.34588 73.5204 -174.45 + 54 109.173 856 0 1 -8.72654 73.6726 -204.45 + 54 251.189 1268 0 0 -8.70999 73.6688 -205.85 + 54 86.3046 1089 1 0 -124.573 38.05 -176.078 + 54 201.45 858 0 1 -8.36022 73.2614 -204.45 + 54 288.18 1265 0 0 -8.34149 73.2393 -205.85 + 54 2.59125 1267 0 0 -8.26969 73.6462 -205.85 + 54 57.9761 1515 0 0 29.8858 123.196 -206.25 + 54 169.28 1516 0 0 30.0081 123.35 -206.194 + 54 78.4127 1517 0 0 30.1497 123.55 -206.148 + 54 77.0575 1518 0 0 30.3165 123.75 -206.08 + 54 85.267 1519 0 0 30.4958 123.95 -205.955 + 54 79.7288 1060 0 1 32.0683 125.448 -204.85 + 54 73.4482 1061 0 1 32.25 125.613 -204.707 + 54 309.193 1062 0 1 32.45 125.743 -204.568 + 54 6.66293 1538 0 0 32.1477 127.918 -205.85 + 54 73.0672 1539 0 0 32.1372 127.951 -205.874 + 54 85.4449 1540 0 0 32.0767 128.151 -206.002 + 54 20.994 1541 0 0 31.9988 128.35 -206.182 + 54 125.444 1654 0 0 7.59361 151.072 -206.25 + 54 112.114 1655 0 0 7.14991 151.15 -206.074 + 54 60.7387 1656 0 0 6.74959 151.35 -205.945 + 54 14.8509 929 0 1 5.88335 151.921 -204.85 + 54 73.618 928 0 1 5.85 151.942 -204.808 + 54 77.0287 927 0 1 5.65 151.998 -204.642 + 54 51.5514 1638 1 0 -37.7076 147.903 -176.25 + 54 288.949 851 1 1 -9.82984 72.8168 -174.45 + 54 281.246 1263 1 0 -9.83877 72.8196 -175.85 + 54 138.821 849 0 1 -10.1022 72.9175 -204.45 + 54 133.433 1264 0 0 -10.0954 72.9262 -205.85 + 54 181.423 847 0 1 -10.6143 72.7155 -204.45 + 54 108.049 1263 0 0 -10.5305 72.7331 -205.85 + 54 122.279 1371 7 0 -111.145 94.474 3.75 + 54 175.874 855 6 1 -8.98455 73.7276 -24.45 + 54 124.883 855 5 1 -8.91303 73.6813 -54.45 + 54 128.925 1268 5 0 -8.90852 73.6782 -55.85 + 54 119.097 856 4 1 -8.78598 73.625 -84.45 + 54 142.878 1267 4 0 -8.77235 73.6334 -85.85 + 54 110.006 857 3 1 -8.51415 73.8503 -114.45 + 54 117.103 1269 3 0 -8.50119 73.8702 -115.85 + 54 192.72 858 2 1 -8.30791 74.2975 -144.45 + 54 162.464 1272 1 0 -7.82 74.5956 -175.85 + 54 194.603 863 0 1 -7.27541 74.9379 -204.45 + 54 228.165 1274 0 0 -7.25374 74.9507 -205.85 + 54 145.597 465 6 1 -86.85 -85.5421 -24.6268 + 54 6.16824 1145 1 0 -2.32391 49.1555 -176.25 + 54 22.3913 884 3 0 -77.415 -3.05 -116.037 + 54 136.014 856 11 1 -8.85 73.7141 125.29 + 54 233.596 855 1 1 -8.97659 73.7176 -174.45 + 54 142.852 862 0 1 -7.52261 74.9908 -204.45 + 54 55.7251 1275 0 0 -7.43096 75.05 -206.066 + 54 142.421 855 0 1 -9.02229 74.6473 -204.45 + 54 142.728 1272 0 0 -9.07311 74.5421 -205.85 +Number of digits in this event: 84 Using G4ParticleGun... -Particle energy: 7.54735 LIN +Particle energy: 4.08078 LIN Particle: e- Event: 55 -Number of tracker hits in this event: 119 - 55 133.402 607 11 1 -58.6025 45.1968 125.55 - 55 243.908 1125 11 0 -58.6026 45.1968 124.15 - 55 101.509 607 10 1 -58.6037 45.1978 95.55 - 55 118.62 1125 10 0 -58.604 45.1977 94.15 - 55 156.699 607 9 1 -58.6141 45.1976 65.55 - 55 182.768 1125 9 0 -58.6155 45.199 64.15 - 55 121.899 607 8 1 -58.6391 45.2249 35.55 - 55 111.65 1125 8 0 -58.6378 45.2263 34.15 - 55 151.938 607 7 1 -58.6137 45.256 5.55 - 55 119.039 1126 7 0 -58.6129 45.2569 4.15 - 55 161.084 607 6 1 -58.5965 45.2699 -24.45 - 55 186.353 1126 6 0 -58.5959 45.2715 -25.85 - 55 105.518 607 5 1 -58.5812 45.3012 -54.45 - 55 120.61 1126 5 0 -58.5806 45.3027 -55.85 - 55 355.622 607 4 1 -58.567 45.3341 -84.45 - 55 314.654 1126 4 0 -58.5656 45.3356 -85.85 - 55 332.241 607 3 1 -58.5369 45.3653 -114.45 - 55 110.729 1126 3 0 -58.5353 45.3671 -115.85 - 55 148.029 607 2 1 -58.5028 45.401 -144.45 - 55 111.156 1126 2 0 -58.5019 45.404 -145.85 - 55 96.5683 607 1 1 -58.4802 45.4661 -174.45 - 55 136.055 1127 1 0 -58.4797 45.4686 -175.85 - 55 99.3637 607 0 1 -58.4663 45.5133 -204.45 - 55 97.9853 1127 0 0 -58.4652 45.5161 -205.85 - 55 52.4713 921 2 0 29.3729 4.39672 -146.25 - 55 262.115 1110 2 0 21.7568 42.2418 -146.25 - 55 227.159 1004 2 1 20.9566 42.2974 -144.85 - 55 83.9538 1005 2 1 21.05 42.5303 -144.502 - 55 110.035 1006 2 1 21.25 42.5224 -144.5 - 55 161.684 1007 2 1 21.4501 42.5408 -144.532 - 55 23.3941 1132 5 1 46.45 153.056 -54.7744 - 55 6.85394 152 7 1 -149.727 -31.3004 5.15 - 55 81.4549 1124 3 0 -58.7851 45.0097 -115.85 - 55 205.626 1123 3 0 -58.8919 44.85 -116.164 - 55 27.241 562 2 1 -67.5714 30.6258 -144.45 - 55 82.1954 561 2 1 -67.65 30.5932 -144.538 - 55 48.8778 560 2 1 -67.85 30.5453 -144.725 - 55 224.109 1050 2 0 -69.0573 30.2153 -145.85 - 55 7.78776 408 1 1 -98.5395 17.0281 -174.45 - 55 96.4734 407 1 1 -98.55 17.0165 -174.464 - 55 44.6063 406 1 1 -98.75 16.824 -174.755 - 55 20.7326 981 1 0 -99.3826 16.2805 -175.851 - 55 167.158 980 1 0 -99.42 16.25 -175.908 - 55 142.21 288 0 1 -122.511 -1.33625 -204.45 - 55 7.19129 289 0 1 -122.35 -1.73376 -204.82 - 55 48.8965 886 0 0 -121.864 -2.81616 -205.85 - 55 77.1867 885 0 0 -121.848 -2.85 -205.882 - 55 62.8758 884 0 0 -121.775 -3.05018 -206.052 - 55 51.1562 883 0 0 -121.692 -3.25 -206.194 - 55 90.0307 608 3 1 -58.45 45.4747 -114.541 - 55 51.7019 609 3 1 -58.25 45.6613 -114.77 - 55 42.7839 1132 3 0 -57.2547 46.5676 -115.85 - 55 72.3164 1133 3 0 -57.1718 46.65 -115.944 - 55 53.7799 1134 3 0 -57.0349 46.85 -116.12 - 55 4.00273 1387 3 0 -23.5131 97.7387 -116.25 - 55 207.68 1388 3 0 -23.5053 97.75 -116.234 - 55 27.5619 1389 3 0 -23.3635 97.95 -115.926 - 55 25.6645 784 3 1 -23.0852 98.6355 -114.85 - 55 118.021 785 3 1 -23.05 98.6981 -114.761 - 55 192.928 1409 4 0 -49.1835 102.094 -86.25 - 55 73.79 646 4 1 -50.8303 102.266 -84.85 - 55 170.026 645 4 1 -50.85 102.271 -84.8333 - 55 131.562 644 4 1 -51.0502 102.31 -84.6679 - 55 60.9096 647 4 1 -50.6499 102.377 -84.7115 - 55 33.4585 648 4 1 -50.45 102.478 -84.8054 - 55 197.109 1413 4 0 -49.0566 102.793 -85.8501 - 55 50.5058 1268 4 0 -19.2657 73.7965 -86.2499 - 55 64.8002 1267 4 0 -19.2809 73.65 -86.1169 - 55 78.4486 1266 4 0 -19.339 73.45 -85.9837 - 55 35.5666 1265 4 0 -19.4236 73.25 -85.8741 - 55 130.31 804 4 1 -19.0969 68.7769 -84.8499 - 55 41.1063 805 4 1 -19.05 68.3759 -84.7907 - 55 128.303 1238 4 0 -19.1921 67.7675 -85.85 - 55 115.979 1125 4 0 -58.4781 45.174 -85.85 - 55 149.148 617 3 1 -56.6217 42.2598 -114.45 - 55 48.6748 1110 3 0 -56.5093 42.0746 -115.85 - 55 122.08 1109 3 0 -56.4952 42.05 -116.022 - 55 118.407 629 2 1 -54.0973 38.0514 -144.45 - 55 170.677 1089 2 0 -54.0301 37.9148 -145.85 - 55 150.177 637 1 1 -52.512 34.7217 -174.45 - 55 36.0798 1072 1 0 -52.4636 34.4721 -175.851 - 55 91.4799 1071 1 0 -52.4601 34.45 -175.969 - 55 135.816 625 0 1 -54.8994 31.9538 -204.45 - 55 48.0081 1058 0 0 -55.1035 31.6811 -205.85 - 55 128.217 1057 0 0 -55.1285 31.65 -206.022 - 55 21.6416 1074 1 0 -52.0113 35.0309 -175.85 - 55 108.187 1075 1 0 -51.9834 35.05 -175.912 - 55 3.99195 1034 1 0 -35.9095 26.8648 -176.25 - 55 69.8961 1033 1 0 -35.9145 26.85 -176.237 - 55 56.3958 1032 1 0 -36.0065 26.6499 -176.12 - 55 69.0461 1031 1 0 -36.0537 26.45 -176.035 - 55 64.9224 1030 1 0 -36.013 26.25 -175.943 - 55 96.0009 1029 1 0 -35.8482 26.05 -175.887 - 55 3.48275 1028 1 0 -35.7389 25.85 -175.855 - 55 76.601 731 1 1 -33.814 22.9328 -174.85 - 55 83.906 1003 1 0 -34.8434 20.8036 -175.85 - 55 70.1566 1002 1 0 -34.8342 20.6496 -175.96 - 55 75.0551 1001 1 0 -34.8277 20.45 -176.073 - 55 84.4229 1000 1 0 -34.817 20.25 -176.162 - 55 77.1541 999 1 0 -34.7587 20.05 -176.088 - 55 89.0589 998 1 0 -34.8556 19.85 -176.104 - 55 183.968 971 1 0 -54.069 14.304 -176.25 - 55 115.098 970 1 0 -54.217 14.2499 -176.094 - 55 128.49 602 3 1 -59.4909 44.7264 -114.45 - 55 217.038 600 2 1 -59.9695 45.0103 -144.45 - 55 114.509 1125 2 0 -60.0254 45.1175 -145.85 - 55 144.5 595 1 1 -61.0254 47.2965 -174.45 - 55 108.715 1136 1 0 -61.0165 47.4171 -175.85 - 55 7.95428 1137 1 0 -61.0145 47.45 -176.229 - 55 219.466 595 0 1 -60.9542 49.572 -204.45 - 55 82.3275 1147 0 0 -61.0031 49.6425 -205.85 - 55 70.2305 1148 0 0 -61.0083 49.65 -205.996 - 55 157.092 599 2 1 -60.0504 45.0049 -144.607 - 55 86.0321 598 2 1 -60.25 45.0066 -144.666 - 55 158.479 1126 9 0 -58.5874 45.25 63.9954 - 55 58.5409 606 9 1 -58.6501 45.2345 65.3893 - 55 121.398 1127 9 0 -59.0628 45.4597 64.15 - 55 19.7409 1128 9 0 -59.0324 45.65 63.7819 - 55 160.057 1124 11 0 -59.4919 44.8835 124.15 -Number of digits in this event: 45 +Number of tracker hits in this event: 28 + 55 117.015 884 10 1 -3.15298 115.237 95.55 + 55 104.248 1475 10 0 -3.15562 115.238 94.15 + 55 108.683 884 9 1 -3.22041 115.256 65.55 + 55 145.955 1475 9 0 -3.22249 115.257 64.15 + 55 106.689 883 8 1 -3.26032 115.277 35.55 + 55 151.921 1475 8 0 -3.262 115.278 34.15 + 55 223.392 883 7 1 -3.30373 115.289 5.55 + 55 139.017 1475 7 0 -3.30592 115.288 4.15 + 55 146.181 883 6 1 -3.34663 115.271 -24.45 + 55 105.105 1475 6 0 -3.34871 115.271 -25.85 + 55 147.653 883 5 1 -3.38525 115.264 -54.45 + 55 199.259 1475 5 0 -3.38612 115.261 -55.85 + 55 137.028 883 4 1 -3.4025 115.213 -84.45 + 55 138.132 1475 4 0 -3.40204 115.21 -85.85 + 55 172.338 883 3 1 -3.38839 115.154 -114.45 + 55 139.999 1475 3 0 -3.38795 115.151 -115.85 + 55 133.669 883 2 1 -3.37738 115.093 -144.45 + 55 115.221 1474 2 0 -3.37817 115.088 -145.85 + 55 118.717 883 1 1 -3.3841 115.005 -174.45 + 55 228.842 1474 1 0 -3.3837 114.999 -175.85 + 55 337.684 883 0 1 -3.38012 114.851 -204.45 + 55 364.599 1473 0 0 -3.37858 114.844 -205.85 + 55 10.7759 1447 1 0 48.8576 109.698 -176.25 + 55 17.6204 1310 0 0 4.35363 82.25 -205.974 + 55 0.558295 1311 0 0 4.35357 82.25 -205.972 + 55 259.944 1474 0 0 -3.2868 115.019 -205.85 + 55 2.60376 1474 5 0 -3.33319 115.15 -56.2472 + 55 8.3249 1656 6 0 65.1334 151.422 -26.25 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 1.93115 LIN +Particle energy: 8.90078 LIN Particle: e- Event: 56 -Number of tracker hits in this event: 26 - 56 144.659 1018 11 1 23.8349 -78.2864 125.55 - 56 103.976 508 11 0 23.8328 -78.2868 124.15 - 56 209.635 1018 10 1 23.7818 -78.2818 95.55 - 56 99.8987 508 10 0 23.7801 -78.2785 94.15 - 56 273.592 1018 9 1 23.748 -78.2155 65.55 - 56 155.215 509 9 0 23.7468 -78.2141 64.15 - 56 122.976 1018 8 1 23.7275 -78.1975 35.55 - 56 100.867 509 8 0 23.7245 -78.1986 34.15 - 56 137.158 1018 7 1 23.6658 -78.2073 5.55 - 56 115.705 509 7 0 23.6642 -78.2092 4.15 - 56 224.242 1017 6 1 23.6375 -78.2358 -24.45 - 56 139.935 509 6 0 23.6288 -78.2381 -25.85 - 56 112.867 1016 5 1 23.4372 -78.291 -54.45 - 56 113.76 508 5 0 23.4323 -78.2938 -55.85 - 56 126.032 1016 4 1 23.325 -78.3502 -84.45 - 56 111.254 508 4 0 23.3144 -78.3713 -85.85 - 56 168.162 1015 3 1 23.0671 -78.8045 -114.45 - 56 139.829 505 3 0 23.0601 -78.8633 -115.85 - 56 103.534 1013 2 1 22.8486 -80.0583 -144.45 - 56 120.069 499 2 0 22.8453 -80.1098 -145.85 - 56 114.876 1013 1 1 22.7731 -81.1578 -174.45 - 56 172.647 494 1 0 22.776 -81.1849 -175.85 - 56 142.158 1013 0 1 22.795 -81.7578 -204.45 - 56 117.478 491 0 0 22.7758 -81.7867 -205.85 - 56 113.852 888 1 0 66.7137 -2.45 -176.234 - 56 52.0427 1019 9 1 23.85 -78.1065 65.5068 -Number of digits in this event: 16 +Number of tracker hits in this event: 69 + 56 107.191 1248 9 1 69.6634 113.133 65.55 + 56 135.574 1464 9 0 69.664 113.133 64.15 + 56 135.942 1248 8 1 69.6742 113.129 35.55 + 56 162.533 1464 8 0 69.6738 113.127 34.15 + 56 102.295 1248 7 1 69.6656 113.095 5.55 + 56 144.36 1464 7 0 69.6657 113.095 4.15 + 56 136.342 1248 6 1 69.6669 113.09 -24.45 + 56 129.496 1464 6 0 69.666 113.091 -25.85 + 56 123.768 1248 5 1 69.6526 113.112 -54.45 + 56 141.027 1464 5 0 69.6521 113.112 -55.85 + 56 110.001 1247 4 1 69.639 113.115 -84.45 + 56 127.609 1464 4 0 69.6377 113.114 -85.85 + 56 363.362 1247 3 1 69.6169 113.101 -114.45 + 56 317.731 1464 3 0 69.6154 113.099 -115.85 + 56 519.185 1247 2 1 69.587 113.066 -144.45 + 56 309.672 1464 2 0 69.5857 113.065 -145.85 + 56 673.553 1247 1 1 69.5641 113.03 -174.45 + 56 297.001 1464 1 0 69.5589 113.029 -175.85 + 56 145.354 1247 0 1 69.4569 113.001 -204.45 + 56 100.627 1464 0 0 69.4521 112.997 -205.85 + 56 23.9951 1596 8 0 162.866 139.371 33.75 + 56 330.32 1595 8 0 162.908 139.35 33.8259 + 56 79.5867 1215 0 1 63.1259 93.4595 -204.85 + 56 196.82 1214 0 1 63.05 93.4453 -204.695 + 56 148.946 1213 0 1 62.85 93.4662 -204.578 + 56 58.17 1212 0 1 62.6497 93.5841 -204.522 + 56 263.107 1367 0 0 63.4408 93.6612 -205.85 + 56 105.323 734 4 1 -33.05 91.568 -84.6515 + 56 164.208 1347 0 1 89.65 151.75 -204.457 + 56 15.2025 1348 0 1 89.6804 151.786 -204.45 + 56 170.463 1346 0 1 89.45 151.988 -204.669 + 56 107.935 474 4 0 153.43 -85.0678 -86.25 + 56 84.379 732 1 0 17.8887 -33.6309 -176.25 + 56 28.6095 1112 0 1 42.65 39.8638 -204.788 + 56 342.707 1465 3 0 69.5957 113.159 -115.85 + 56 103.433 1465 2 0 69.4567 113.294 -145.85 + 56 108.758 1245 1 1 69.166 113.361 -174.45 + 56 117.992 1466 1 0 69.1514 113.372 -175.85 + 56 145.681 1243 0 1 68.8053 113.559 -204.45 + 56 194.807 1467 0 0 68.7673 113.564 -205.85 + 56 292.535 1461 1 0 69.4805 112.517 -175.85 + 56 129.779 1248 0 1 69.845 112.256 -204.45 + 56 106.627 1460 0 0 69.856 112.244 -205.85 + 56 119.073 1462 2 0 69.5112 112.725 -145.85 + 56 131.467 1242 1 1 68.6166 106.217 -174.45 + 56 113.282 1431 1 0 68.3407 106.395 -175.85 + 56 229.563 1207 0 1 61.5197 108.468 -204.45 + 56 126.239 1206 0 1 61.45 108.357 -204.563 + 56 55.1867 1436 0 0 60.5814 107.426 -205.85 + 56 90.7284 1435 0 0 60.5091 107.35 -205.964 + 56 7.49683 1434 0 0 60.3482 107.15 -206.234 + 56 27.71 1208 0 1 61.65 107.909 -204.487 + 56 70.1019 1249 6 1 69.85 112.904 -24.5495 + 56 47.4022 1250 6 1 70.0505 112.796 -24.7405 + 56 126.271 1457 6 0 71.8581 111.741 -25.8501 + 56 86.5334 1456 6 0 72.2978 111.55 -26.0938 + 56 6.18815 682 0 1 -43.45 110.488 -204.633 + 56 101.945 1465 8 0 69.7058 113.15 33.9309 + 56 94.9985 1244 0 1 69.0424 113.64 -204.45 + 56 64.2248 1468 0 0 69.0081 113.75 -206.092 + 56 104.772 1463 1 0 69.4794 112.917 -175.85 + 56 208.656 1527 1 0 104.924 125.605 -176.25 + 56 42.2273 1427 1 1 105.595 124.62 -174.85 + 56 472.274 1426 1 1 105.55 124.544 -174.746 + 56 67.2899 1488 1 0 48.9316 117.777 -176.25 + 56 74.1692 1487 1 0 48.8177 117.75 -176.181 + 56 36.8662 1159 1 0 64.8003 51.9412 -176.25 + 56 22.7305 1158 1 0 64.8657 51.8496 -176.233 + 56 100.94 1055 1 0 59.7796 31.2347 -176.25 +Number of digits in this event: 36 Using G4ParticleGun... -Particle energy: 9.1339 LIN +Particle energy: 1.16973 LIN Particle: e- Event: 57 -Number of tracker hits in this event: 29 - 57 110.129 1403 10 1 100.859 -54.7746 95.55 - 57 101.379 626 10 0 100.859 -54.7749 94.15 - 57 246.445 1403 9 1 100.858 -54.7847 65.55 - 57 104.211 626 9 0 100.858 -54.7862 64.15 - 57 224.128 1403 8 1 100.854 -54.8138 35.55 - 57 113.481 626 8 0 100.853 -54.8157 34.15 - 57 163.727 1403 7 1 100.842 -54.8504 5.55 - 57 156.993 625 7 0 100.842 -54.8522 4.15 - 57 139.297 1403 6 1 100.84 -54.8886 -24.45 - 57 110.454 625 6 0 100.839 -54.8903 -25.85 - 57 194.576 1403 5 1 100.819 -54.9277 -54.45 - 57 118.093 625 5 0 100.818 -54.9289 -55.85 - 57 316.034 1403 4 1 100.804 -54.9548 -84.45 - 57 334.35 625 4 0 100.803 -54.9561 -85.85 - 57 98.9543 1403 3 1 100.774 -54.9809 -114.45 - 57 130.45 625 3 0 100.772 -54.9839 -115.85 - 57 123.032 1402 2 1 100.729 -55.0439 -144.45 - 57 133.777 625 2 0 100.727 -55.0472 -145.85 - 57 147.245 1402 1 1 100.684 -55.1113 -174.45 - 57 133.573 624 1 0 100.682 -55.1158 -175.85 - 57 171.619 1402 0 1 100.633 -55.2048 -204.45 - 57 112.842 624 0 0 100.632 -55.2096 -205.85 - 57 175.585 1280 1 1 76.2203 -61.5611 -174.85 - 57 153.253 1281 1 1 76.25 -61.5335 -174.646 - 57 46.5338 614 2 0 105.846 -57.1316 -146.25 - 57 328.694 626 4 0 100.674 -54.85 -86.1173 - 57 245.436 624 4 0 100.604 -55.05 -86.2237 - 57 267.888 1402 5 1 100.75 -54.8861 -54.5336 - 57 195.532 631 5 0 101.663 -53.8326 -55.8502 -Number of digits in this event: 22 +Number of tracker hits in this event: 71 + 57 102.824 920 10 1 4.05058 101.273 95.55 + 57 138.659 1405 10 0 4.05485 101.275 94.15 + 57 126.077 920 9 1 4.13477 101.327 65.55 + 57 192.733 1405 9 0 4.13847 101.328 64.15 + 57 121.197 920 8 1 4.22073 101.348 35.55 + 57 248.894 1405 8 0 4.275 101.306 34.1498 + 57 300.847 923 7 1 4.77751 100.679 5.54979 + 57 248.793 1402 7 0 4.96262 100.656 4.14977 + 57 127.446 942 6 1 8.50705 99.5851 -24.4502 + 57 116.61 1396 6 0 8.73235 99.4542 -25.8501 + 57 110.968 965 5 1 13.0532 96.9338 -54.4503 + 57 119.766 1383 5 0 13.2863 96.9164 -55.85 + 57 139.759 988 4 1 17.66 96.7886 -84.4503 + 57 23.757 1383 4 0 18.0122 96.94 -85.8504 + 57 90.8571 1384 4 0 18.0341 96.95 -85.9364 + 57 205.032 1024 3 1 24.9409 99.9598 -114.45 + 57 105.19 1399 3 0 25.2608 100.032 -115.85 + 57 101.231 1057 2 1 31.6213 101.706 -144.45 + 57 0.0334482 1058 2 1 31.65 101.663 -144.849 + 57 317.201 1406 2 0 31.7273 101.545 -145.85 + 57 89.5564 1068 1 1 33.8284 98.3792 -174.45 + 57 9.69806 1069 1 1 33.85 98.3173 -174.815 + 57 126.915 1390 1 0 33.9033 98.1598 -175.85 + 57 155.635 1389 1 0 33.9066 98.15 -175.91 + 57 84.2824 1075 0 1 35.1657 94.4041 -204.45 + 57 26.1096 1076 0 1 35.25 94.3791 -204.763 + 57 140.606 1370 0 0 35.5765 94.2662 -205.85 + 57 125.008 1405 2 0 31.9618 101.35 -146.021 + 57 166.508 1025 3 1 25.0501 99.8851 -114.634 + 57 30.5328 1026 3 1 25.25 99.8223 -114.823 + 57 9.67056 1394 3 0 25.8578 98.9613 -115.85 + 57 166.155 1393 3 0 25.8651 98.95 -115.86 + 57 100.668 1404 7 0 4.80942 100.987 4.14916 + 57 541.898 1405 7 0 4.9226 101.15 3.92441 + 57 87.0446 1406 7 0 5.03207 101.35 3.77125 + 57 130.12 1407 7 0 5.16381 101.55 3.88145 + 57 58.7041 1408 7 0 5.21184 101.75 4.01286 + 57 139.002 1409 7 0 5.2079 101.95 3.9773 + 57 133.314 1569 7 0 -60.7355 134.075 3.75 + 57 191.636 921 2 1 4.29741 102.122 -144.45 + 57 68.3156 920 2 1 4.25 102.131 -144.684 + 57 93.1262 1410 2 0 3.9168 102.157 -145.85 + 57 42.9207 1409 2 0 3.85863 102.15 -146.099 + 57 72.197 1129 2 0 -13.1356 46.0244 -146.25 + 57 89.457 1128 2 0 -13.1956 45.8496 -146.091 + 57 14.9242 1127 2 0 -13.2674 45.65 -145.91 + 57 38.273 832 2 1 -13.6089 44.8554 -144.85 + 57 194.714 831 2 1 -13.65 44.7344 -144.7 + 57 257.713 1046 3 0 -53.5502 29.376 -116.25 + 57 37.8468 1047 3 0 -54.2534 29.45 -115.994 + 57 148.033 626 3 1 -54.6548 29.6239 -114.85 + 57 57.332 830 2 1 -13.85 44.7037 -144.499 + 57 116.772 1411 2 0 4.00062 102.437 -145.85 + 57 162.773 896 1 1 -0.834418 105.928 -174.45 + 57 92.2047 1422 1 0 0.05 104.631 -175.924 + 57 141.833 1421 1 0 0.149476 104.55 -176.008 + 57 10.0136 1420 1 0 0.404624 104.35 -176.223 + 57 49.4943 985 0 1 17.1135 77.3403 -204.45 + 57 90.729 986 0 1 17.25 77.4544 -204.565 + 57 121.444 987 0 1 17.45 77.5092 -204.769 + 57 165.473 1284 0 0 18.6299 77.0485 -205.85 + 57 80.6643 1283 0 0 18.9957 76.85 -205.992 + 57 165.212 1282 0 0 19.1698 76.65 -206.015 + 57 125.581 1281 0 0 19.1429 76.4498 -205.976 + 57 39.2221 1280 0 0 19.2081 76.25 -206.181 + 57 8.48386 984 0 1 16.923 75.3742 -204.85 + 57 16.8445 1269 0 0 13.9488 73.9264 -205.85 + 57 32.8671 949 0 1 9.90309 73.7712 -204.85 + 57 82.1644 948 0 1 9.84994 73.7476 -204.837 + 57 48.7695 1265 0 0 10.0611 73.108 -205.85 + 57 85.5259 956 0 1 11.3544 72.6779 -204.85 +Number of digits in this event: 32 Using G4ParticleGun... -Particle energy: 2.38631 LIN +Particle energy: 5.0013 LIN Particle: e- Event: 58 -Number of tracker hits in this event: 124 - 58 126.615 1141 11 1 48.3517 35.5291 125.55 - 58 159.434 1077 11 0 48.3487 35.5296 124.15 - 58 410.31 1141 10 1 48.2751 35.5353 95.55 - 58 652.817 1077 10 0 48.2716 35.5339 94.15 - 58 203.611 1140 9 1 48.1811 35.4889 65.55 - 58 106.434 1077 9 0 48.1751 35.4902 64.15 - 58 99.9158 1139 8 1 48.0429 35.5083 35.55 - 58 115.389 1077 8 0 48.0355 35.5141 34.15 - 58 133.588 1139 7 1 47.8636 35.6533 5.55 - 58 192.555 1078 7 0 47.8553 35.6586 4.15 - 58 164.973 1138 6 1 47.6766 35.78 -24.45 - 58 142.294 1078 6 0 47.6696 35.7815 -25.85 - 58 150.444 1137 5 1 47.4692 35.7533 -54.45 - 58 127.781 1078 5 0 47.4612 35.753 -55.85 - 58 124.184 1136 4 1 47.2956 35.7675 -84.45 - 58 124.766 1078 4 0 47.2851 35.7708 -85.85 - 58 301.821 1135 3 1 47.0674 35.8079 -114.45 - 58 114.109 1078 3 0 47.0542 35.8095 -115.85 - 58 156.188 1133 2 1 46.8086 35.8375 -144.45 - 58 57.4796 1078 2 0 46.8127 35.8484 -145.85 - 58 65.41 1079 2 0 46.8133 35.85 -146.052 - 58 275.809 1134 1 1 46.8899 36.0613 -174.45 - 58 160.609 1080 1 0 46.8888 36.0685 -175.85 - 58 195.087 1133 0 1 46.7631 36.3378 -204.45 - 58 133.767 1081 0 0 46.7587 36.3341 -205.85 - 58 75.8403 1132 0 1 46.6498 36.321 -204.585 - 58 82.5914 1131 0 1 46.45 36.2761 -204.721 - 58 33.2143 1130 0 1 46.2499 36.2473 -204.804 - 58 41.8774 1084 0 0 42.8843 36.9484 -205.85 - 58 64.4593 1091 0 1 38.369 37.3091 -204.85 - 58 219.074 1099 0 0 34.6663 39.8962 -205.85 - 58 111.067 1100 0 0 34.2976 40.0502 -206.019 - 58 83.341 1101 0 0 34.2146 40.2503 -206.128 - 58 12.4533 1102 0 0 34.0611 40.45 -206.228 - 58 48.7528 1254 0 0 -0.276041 70.8889 -206.25 - 58 70.89 1276 0 0 -79.5739 75.3193 -206.25 - 58 88.4566 1141 9 1 48.3826 35.4147 65.55 - 58 49.3762 1142 9 1 48.45 35.476 65.3004 - 58 238.354 1078 9 0 48.7427 35.7098 64.15 - 58 97.7036 1180 8 1 56.2141 41.6687 35.5493 - 58 137.491 1179 8 1 56.05 41.8936 35.3946 - 58 248.166 1178 8 1 55.85 42.1513 35.242 - 58 1.49166 1140 8 0 51.4789 48.241 34.15 - 58 67.5355 1141 8 0 51.4725 48.25 34.1481 - 58 72.4044 1142 8 0 51.3434 48.45 34.1023 - 58 59.9745 1143 8 0 51.2226 48.6502 34.0767 - 58 88.6973 1144 8 0 51.1084 48.85 34.0577 - 58 99.3376 1145 8 0 50.9902 49.05 34.0431 - 58 80.5978 1146 8 0 50.8557 49.25 34.0282 - 58 61.1545 1147 8 0 50.7225 49.45 34.0317 - 58 74.6361 1148 8 0 50.6039 49.6501 34.0312 - 58 61.2273 1149 8 0 50.4776 49.85 34.0326 - 58 58.9916 1150 8 0 50.3963 50.05 34.0039 - 58 81.1058 1151 8 0 50.3262 50.25 33.9381 - 58 59.079 1152 8 0 50.2996 50.4501 33.862 - 58 6.63789 1153 8 0 50.2724 50.65 33.7591 - 58 47.8054 1704 8 0 77.2846 161.024 33.75 - 58 93.6125 1705 8 0 77.3265 161.15 33.8207 - 58 65.4068 1706 8 0 77.3872 161.35 33.9068 - 58 63.1225 1707 8 0 77.4946 161.55 33.9892 - 58 38.2219 1708 8 0 77.6201 161.75 34.1051 - 58 36.0627 1294 8 1 78.9585 163.063 35.15 - 58 143.664 1295 8 1 79.05 163.146 35.2121 - 58 71.3709 1296 8 1 79.2502 163.323 35.2916 - 58 151.637 1297 8 1 79.45 163.437 35.3717 - 58 120.696 1298 8 1 79.65 163.546 35.4639 - 58 150.918 1300 8 1 80.1159 163.728 35.55 - 58 97.9713 1299 8 1 80.05 164.172 35.3827 - 58 102.857 1079 9 0 48.7478 35.85 64.0355 - 58 84.4188 1143 9 1 48.709 35.3797 65.55 - 58 105.085 1076 9 0 48.5878 35.3254 64.1499 - 58 234.871 1131 8 1 46.4048 33.807 35.5498 - 58 116.413 1068 8 0 46.1552 33.7401 34.15 - 58 138.646 1106 7 1 41.3848 32.6769 5.54991 - 58 110.882 1062 7 0 40.9588 32.5669 4.15 - 58 66.6551 1066 6 1 33.3269 28.7363 -24.45 - 58 66.625 1065 6 1 33.25 28.6754 -24.646 - 58 32.9944 1041 6 0 32.7993 28.2838 -25.85 - 58 130.973 1040 6 0 32.7611 28.25 -25.9534 - 58 38.2813 1008 5 1 21.7014 18.7207 -54.45 - 58 91.1327 1007 5 1 21.65 18.6827 -54.5658 - 58 175.137 991 5 0 21.0678 18.2997 -55.85 - 58 71.3455 990 5 0 20.9939 18.25 -56.013 - 58 1.24625 941 4 1 8.25297 9.26652 -84.45 - 58 101.824 940 4 1 8.25 9.26392 -84.4587 - 58 125.653 943 4 0 7.76256 8.83853 -85.85 - 58 80.8557 886 3 1 -2.76687 0.983029 -114.451 - 58 387.686 885 3 1 -2.85 0.925946 -114.638 - 58 162.534 902 3 0 -3.34015 0.599651 -115.85 - 58 112.119 828 2 1 -14.3599 -7.61658 -144.45 - 58 66.7964 827 2 1 -14.45 -7.71022 -144.702 - 58 213.367 859 2 0 -14.8512 -8.13393 -145.85 - 58 25.9495 858 2 0 -14.9619 -8.25 -146.171 - 58 132.066 778 1 1 -24.3404 -18.751 -174.45 - 58 20.1932 777 1 1 -24.4501 -18.8297 -174.801 - 58 150.283 804 1 0 -24.7829 -19.0736 -175.85 - 58 67.5325 727 0 1 -34.5915 -25.6744 -204.451 - 58 98.2487 726 0 1 -34.65 -25.7088 -204.579 - 58 57.5948 770 0 0 -35.2367 -26.0156 -205.85 - 58 202.82 769 0 0 -35.305 -26.05 -206.001 - 58 178.433 1109 6 0 13.005 41.9721 -26.25 - 58 63.0925 1108 6 0 12.866 41.8499 -26.0068 - 58 199.663 961 6 1 12.4018 42.4212 -24.8499 - 58 52.9498 1007 1 0 -9.33219 21.5854 -175.85 - 58 277.929 1140 2 1 48.1707 35.4465 -144.45 - 58 114.322 1077 2 0 48.1555 35.4559 -145.85 - 58 153.657 1139 1 1 48.0425 35.7699 -174.45 - 58 76.3383 1140 1 1 48.05 35.7665 -174.569 - 58 193.573 1078 1 0 48.1619 35.714 -175.85 - 58 123.93 1159 0 1 51.9384 34.0643 -204.45 - 58 114.812 1071 0 0 51.6431 34.3999 -205.85 - 58 119.15 1072 0 0 51.5926 34.45 -206.069 - 58 132.606 1081 1 0 33.0532 36.25 -176.128 - 58 92.1 1063 1 1 32.7069 36.7723 -174.85 - 58 202.177 1062 1 1 32.65 36.8117 -174.698 - 58 102.586 1061 1 1 32.45 37.0191 -174.752 - 58 242.065 1060 1 1 32.25 36.9466 -174.811 - 58 229.525 1059 1 1 32.05 36.9337 -174.659 - 58 137.698 1076 2 0 48.1577 35.4453 -145.85 - 58 287.265 1076 1 0 47.9855 35.432 -175.85 - 58 0.656599 1077 1 0 47.9807 35.45 -176.247 - 58 107.302 1138 0 1 47.6715 36.7832 -204.45 - 58 136.681 1083 0 0 47.6651 36.7908 -205.85 - 58 256.981 1206 7 0 -106.712 61.3578 3.75004 -Number of digits in this event: 55 -Using G4ParticleGun... -Particle energy: 2.43132 LIN +Number of tracker hits in this event: 38 + 58 131.27 800 11 1 -20.0487 3.22922 125.55 + 58 143.426 915 11 0 -20.0497 3.22949 124.15 + 58 104.067 799 10 1 -20.0709 3.23091 95.55 + 58 127.215 915 10 0 -20.0727 3.23042 94.15 + 58 128.285 799 9 1 -20.1099 3.22301 65.55 + 58 119.136 915 9 0 -20.1118 3.22243 64.15 + 58 125.217 799 8 1 -20.165 3.18183 35.55 + 58 96.297 915 8 0 -20.1686 3.1801 34.15 + 58 112.31 799 7 1 -20.2394 3.14374 5.55 + 58 119.006 915 7 0 -20.2409 3.14418 4.15 + 58 114.206 798 6 1 -20.2743 3.14902 -24.45 + 58 144.171 915 6 0 -20.2759 3.14983 -25.85 + 58 122.837 798 5 1 -20.3089 3.15792 -54.45 + 58 135.722 915 5 0 -20.3127 3.15932 -55.85 + 58 250.672 798 4 1 -20.3833 3.18976 -84.45 + 58 126.657 915 4 0 -20.3855 3.19035 -85.85 + 58 124.451 798 3 1 -20.4301 3.20716 -114.45 + 58 203.077 915 3 0 -20.4332 3.20508 -115.85 + 58 99.709 797 2 1 -20.494 3.15947 -144.45 + 58 233.917 915 2 0 -20.4928 3.16078 -145.85 + 58 85.171 797 1 1 -20.4658 3.19617 -174.45 + 58 126.25 915 1 0 -20.4649 3.19389 -175.85 + 58 404.396 797 0 1 -20.4563 3.15843 -204.45 + 58 305.826 915 0 0 -20.4526 3.14543 -205.85 + 58 197.784 798 0 1 -20.45 3.17002 -204.514 + 58 112.961 1052 1 1 30.45 -147.816 -174.808 + 58 154.453 914 0 0 -20.3153 3.0177 -205.85 + 58 134.966 404 1 1 -99.15 -26.7461 -174.683 + 58 82.2271 405 1 1 -99.15 -26.7023 -174.496 + 58 110.673 406 1 1 -98.95 -26.812 -174.501 + 58 110.754 797 4 1 -20.4896 3.02695 -84.45 + 58 13.8376 796 4 1 -20.65 2.86757 -84.7964 + 58 17.7814 912 4 0 -21.1002 2.46785 -85.8504 + 58 152.301 911 4 0 -21.1196 2.44985 -85.8978 + 58 59.4032 799 4 1 -20.25 3.31813 -84.6883 + 58 177.996 921 4 0 -19.5954 4.30229 -85.85 + 58 181.045 922 4 0 -19.3015 4.45017 -86.1308 + 58 55.6155 923 4 0 -19.8268 4.65 -86.1823 +Number of digits in this event: 24 +Using G4ParticleGun... +Particle energy: 2.76147 LIN Particle: e- Event: 59 -Number of tracker hits in this event: 45 - 59 139.516 1218 11 1 63.8478 -2.16181 125.55 - 59 136.874 889 11 0 63.85 -2.1649 124.15 - 59 212.162 1219 10 1 63.9045 -2.22581 95.55 - 59 112.434 889 10 0 63.9075 -2.22615 94.15 - 59 146.511 1219 9 1 63.9744 -2.2294 65.55 - 59 159.721 889 9 0 63.9774 -2.23044 64.15 - 59 186.934 1219 8 1 64.0345 -2.23166 35.55 - 59 335.739 889 8 0 64.0344 -2.23084 34.15 - 59 110.007 1219 7 1 64.0232 -2.21778 5.55 - 59 106.462 889 7 0 64.0217 -2.22101 4.15 - 59 307.343 1219 6 1 63.9798 -2.29949 -24.45 - 59 110.288 888 6 0 63.9761 -2.30434 -25.85 - 59 116.044 1219 5 1 63.9045 -2.40646 -54.45 - 59 113.958 888 5 0 63.9004 -2.41003 -55.85 - 59 107.727 1218 4 1 63.8305 -2.48047 -84.45 - 59 160.262 887 4 0 63.8279 -2.48568 -85.85 - 59 108.032 1218 3 1 63.7686 -2.58869 -114.45 - 59 126.946 887 3 0 63.7692 -2.59279 -115.85 - 59 137.89 1218 2 1 63.7936 -2.68782 -144.45 - 59 123.236 886 2 0 63.7972 -2.69476 -145.85 - 59 139.027 1219 1 1 63.8829 -2.83691 -174.45 - 59 109.674 886 1 0 63.8902 -2.84492 -175.85 - 59 107.192 1219 0 1 64.04 -2.99613 -204.45 - 59 136.828 885 0 0 64.0472 -3.00329 -205.85 - 59 34.3834 886 10 0 64.3029 -2.67168 94.15 - 59 88.869 1215 10 1 63.1412 -2.44344 95.15 - 59 256.971 1218 8 1 63.7336 -1.93625 35.55 - 59 143.842 890 8 0 64.3841 -1.99416 34.15 - 59 90.1514 692 8 0 81.5121 -41.4871 33.75 - 59 325.462 691 8 0 81.5438 -41.65 33.9245 - 59 19.3497 1217 8 1 63.65 -2.25634 35.2252 - 59 43.842 1142 7 1 48.5005 -0.99384 5.55 - 59 195.463 1141 7 1 48.4499 -0.960243 5.47048 - 59 89.1555 897 7 0 47.6717 -0.530275 4.15 - 59 41.4417 898 7 0 47.5272 -0.449892 3.90985 - 59 49.5927 883 7 1 -3.32149 -0.0883531 5.15 - 59 143.819 882 7 1 -3.45 -0.0840983 5.27846 - 59 190.699 881 7 1 -3.65005 -0.0670183 5.44292 - 59 409.498 971 8 0 -42.2619 14.3456 33.7502 - 59 63.6378 678 8 1 -44.286 13.7587 35.1501 - 59 101.836 677 8 1 -44.45 13.6844 35.3027 - 59 68.8145 676 8 1 -44.65 13.6441 35.4336 - 59 16.3305 675 8 1 -44.85 13.6318 35.5098 - 59 67.3081 684 8 1 -43.1611 14.3315 35.1503 - 59 68.1701 683 8 1 -43.25 14.3655 35.3481 -Number of digits in this event: 22 +Number of tracker hits in this event: 69 + 59 124.576 996 9 1 19.2925 -129.745 65.55 + 59 108.555 252 9 0 19.2899 -129.747 64.15 + 59 200.271 996 8 1 19.2573 -129.765 35.55 + 59 134.133 251 8 0 19.2544 -129.767 34.15 + 59 106.335 995 7 1 19.1946 -129.811 5.55 + 59 129.132 251 7 0 19.1954 -129.808 4.15 + 59 111.853 995 6 1 19.2026 -129.739 -24.45 + 59 111.661 252 6 0 19.2106 -129.737 -25.85 + 59 106.886 996 5 1 19.3862 -129.671 -54.45 + 59 120.182 252 5 0 19.3977 -129.673 -55.85 + 59 197.234 997 4 1 19.5962 -129.711 -84.45 + 59 241.015 252 4 0 19.6024 -129.707 -85.85 + 59 126.779 998 3 1 19.7135 -129.632 -114.45 + 59 110.653 252 3 0 19.7298 -129.635 -115.85 + 59 134.076 999 2 1 20.0381 -129.676 -144.45 + 59 125.632 252 2 0 20.0521 -129.671 -145.85 + 59 163.078 1001 1 1 20.3497 -129.623 -174.45 + 59 364.21 252 1 0 20.3636 -129.617 -175.85 + 59 129.299 1002 0 1 20.6268 -129.49 -204.45 + 59 113.758 253 0 0 20.6383 -129.489 -205.85 + 59 49.7065 1271 1 1 74.2866 -11.8614 -174.85 + 59 53.4175 966 5 1 13.356 -145.526 -54.85 + 59 275.58 995 4 1 19.1908 -129.586 -84.45 + 59 67.8003 253 4 0 19.1497 -129.382 -85.85 + 59 52.9842 254 4 0 19.1467 -129.35 -86.0672 + 59 156.552 991 3 1 18.3191 -124.234 -114.45 + 59 58.1899 282 3 0 18.5146 -123.638 -115.851 + 59 45.1396 283 3 0 18.5498 -123.55 -116.078 + 59 36.6846 1012 2 1 22.4715 -113.131 -144.45 + 59 107.208 1011 2 1 22.45 -113.062 -144.594 + 59 94.3535 338 2 0 22.2605 -112.449 -145.85 + 59 68.7341 339 2 0 22.2349 -112.35 -146.046 + 59 209.969 990 1 1 18.2113 -96.9846 -174.45 + 59 113.294 991 1 1 18.25 -96.8424 -174.594 + 59 63.9735 423 1 0 18.5148 -95.5489 -175.85 + 59 70.7648 424 1 0 18.5463 -95.35 -176.039 + 59 6.17389 425 1 0 18.5718 -95.15 -176.226 + 59 37.2234 1003 0 1 20.8185 -64.907 -204.45 + 59 154.464 1004 0 1 20.8502 -64.8838 -204.541 + 59 121.305 578 0 0 21.2346 -64.418 -205.85 + 59 28.6095 115 0 0 43.6869 -156.95 -206.135 + 59 124.48 994 3 1 18.8851 -129.532 -114.45 + 59 90.2121 253 3 0 18.8717 -129.53 -115.85 + 59 124.883 992 2 1 18.5802 -129.449 -144.45 + 59 227.05 253 2 0 18.5604 -129.458 -145.85 + 59 178.884 988 0 1 17.7427 -130.56 -204.45 + 59 130.791 247 0 0 17.7134 -130.611 -205.85 + 59 153.129 686 0 1 -42.822 89.6838 -204.45 + 59 217.274 992 1 1 18.538 -129.55 -174.45 + 59 98.1724 254 1 0 18.0933 -129.343 -175.85 + 59 170.721 941 0 1 8.39579 -121.925 -204.45 + 59 125.042 290 0 0 8.50807 -122.114 -205.85 + 59 2.60709 289 0 0 8.54584 -122.15 -206.247 + 59 144.418 1000 0 1 20.1026 -129.475 -204.45 + 59 121.158 252 0 0 20.5595 -129.592 -205.85 + 59 461.549 996 4 1 19.25 -129.602 -84.4932 + 59 22.4385 261 4 0 21.4826 -127.788 -85.85 + 59 125.292 262 4 0 21.4961 -127.75 -85.8651 + 59 112.982 250 4 0 19.1737 -129.972 -85.8503 + 59 112.726 957 3 1 11.6374 -134.075 -114.45 + 59 196.786 229 3 0 11.4973 -134.254 -115.85 + 59 287.133 928 2 1 5.69534 -138.408 -144.45 + 59 86.9357 927 2 1 5.65 -138.49 -144.503 + 59 6.38122 929 2 1 5.85 -139.22 -144.826 + 59 43.5965 202 2 0 6.46051 -139.672 -145.85 + 59 123.291 201 2 0 6.56395 -139.75 -145.946 + 59 40.9985 200 2 0 6.66631 -139.95 -146.145 + 59 225.158 1043 13 1 28.7457 8.70264 185.15 + 59 304.27 230 3 0 11.4 -134.15 -116.096 +Number of digits in this event: 39 Using G4ParticleGun... -Particle energy: 8.60419 LIN +Particle energy: 3.90168 LIN Particle: e- Event: 60 -Number of tracker hits in this event: 34 - 60 105.653 1307 9 1 81.4829 -94.1201 65.55 - 60 102.736 430 9 0 81.4831 -94.1197 64.15 - 60 118.536 1307 8 1 81.4901 -94.117 35.55 - 60 121.071 430 8 0 81.4907 -94.1164 34.15 - 60 146.837 1307 7 1 81.4982 -94.104 5.55 - 60 105.717 430 7 0 81.4984 -94.1038 4.15 - 60 157.367 1307 6 1 81.5044 -94.0932 -24.45 - 60 108.32 430 6 0 81.5045 -94.0933 -25.85 - 60 334.621 1307 5 1 81.5051 -94.0988 -54.45 - 60 207.961 430 5 0 81.5073 -94.0988 -55.85 - 60 117.123 1307 4 1 81.5705 -94.0826 -84.45 - 60 125.274 430 4 0 81.5726 -94.082 -85.85 - 60 166.875 1307 3 1 81.6043 -94.0648 -114.45 - 60 228.798 430 3 0 81.7018 -94.0525 -115.85 - 60 115.316 1320 2 1 84.1135 -93.8183 -144.45 - 60 139.188 431 2 0 84.1796 -93.8148 -145.85 - 60 145.11 1327 1 1 85.5333 -93.9628 -174.45 - 60 154.983 431 1 0 85.4149 -93.9266 -175.85 - 60 109.242 1315 0 1 83.1912 -93.8908 -204.45 - 60 121.931 431 0 0 83.1512 -93.9171 -205.85 - 60 95.2829 1306 3 1 81.45 -94.0129 -114.568 - 60 98.9869 429 3 0 80.9416 -94.15 -115.966 - 60 12.3441 1521 1 1 124.35 -136.478 -174.758 - 60 267.08 1307 2 1 81.502 -94.1597 -144.45 - 60 298.176 429 2 0 81.5061 -94.1556 -145.85 - 60 90.2583 1307 1 1 81.5968 -94.0762 -174.45 - 60 117.511 430 1 0 81.6009 -94.074 -175.85 - 60 116.259 1308 0 1 81.6844 -94.028 -204.45 - 60 224.573 430 0 0 81.6875 -94.0261 -205.85 - 60 75.3711 1456 0 1 111.504 -50.7118 -204.45 - 60 116.758 1306 1 1 81.329 -94.4208 -174.45 - 60 109.77 428 1 0 81.3199 -94.4341 -175.85 - 60 104.797 1305 0 1 81.1418 -94.6982 -204.45 - 60 113.815 427 0 0 81.1331 -94.7072 -205.85 -Number of digits in this event: 18 +Number of tracker hits in this event: 31 + 60 125.498 1194 10 1 59.0471 -97.6825 95.55 + 60 169.205 412 10 0 59.0497 -97.6824 94.15 + 60 151.533 1195 9 1 59.099 -97.6803 65.55 + 60 128.429 412 9 0 59.1 -97.6796 64.15 + 60 115.559 1195 8 1 59.1157 -97.6646 35.55 + 60 149.104 412 8 0 59.1161 -97.6648 34.15 + 60 127.53 1195 7 1 59.1114 -97.6769 5.55 + 60 104.816 412 7 0 59.1113 -97.6772 4.15 + 60 162.856 1195 6 1 59.1043 -97.6866 -24.45 + 60 122.728 412 6 0 59.1018 -97.687 -25.85 + 60 115.288 1194 5 1 59.0407 -97.6955 -54.45 + 60 90.7566 412 5 0 59.0377 -97.6955 -55.85 + 60 110.057 1194 4 1 58.9633 -97.6947 -84.45 + 60 146.486 412 4 0 58.9575 -97.6892 -85.85 + 60 129.775 1193 3 1 58.8243 -97.5738 -114.45 + 60 127.612 412 3 0 58.8177 -97.5689 -115.85 + 60 158.295 1193 2 1 58.6871 -97.4829 -144.45 + 60 188.432 413 2 0 58.6825 -97.4792 -145.85 + 60 119.445 1192 1 1 58.5918 -97.4046 -174.45 + 60 125.934 413 1 0 58.5878 -97.3999 -175.85 + 60 101.539 1192 0 1 58.5119 -97.2988 -204.45 + 60 120.738 414 0 0 58.509 -97.2926 -205.85 + 60 260.456 1194 1 1 58.9467 -97.7819 -174.45 + 60 142.744 411 1 0 58.7745 -97.8085 -175.85 + 60 10.3644 1179 0 1 55.8543 -97.9588 -204.45 + 60 105.19 1178 0 1 55.85 -97.9677 -204.491 + 60 109.111 408 0 0 55.6429 -98.3903 -205.851 + 60 371.834 412 1 0 59.0488 -97.7289 -175.85 + 60 105.446 1202 0 1 60.5086 -96.8766 -204.45 + 60 208.79 416 0 0 60.579 -96.9017 -205.85 + 60 333.109 1195 1 1 59.0634 -97.6504 -174.45 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 1.45441 LIN +Particle energy: 9.99898 LIN Particle: e- Event: 61 -Number of tracker hits in this event: 28 - 61 106.418 548 10 1 -70.3961 -55.109 95.55 - 61 147.723 624 10 0 -70.3967 -55.1118 94.15 - 61 119.126 548 9 1 -70.4232 -55.157 65.55 - 61 119.996 624 9 0 -70.4174 -55.16 64.15 - 61 141.281 548 8 1 -70.3046 -55.2418 35.55 - 61 157.947 624 8 0 -70.3027 -55.2456 34.15 - 61 150.989 548 7 1 -70.2748 -55.337 5.55 - 61 95.4823 623 7 0 -70.256 -55.3469 4.15 - 61 122.133 551 6 1 -69.8203 -55.6573 -24.45 - 61 126.676 621 6 0 -69.8368 -55.6912 -25.85 - 61 106.582 548 5 1 -70.2867 -56.2969 -54.45 - 61 146.537 618 5 0 -70.3625 -56.3539 -55.85 - 61 131.143 540 4 1 -72.005 -57.5602 -84.45 - 61 90.6715 612 4 0 -72.149 -57.6402 -85.85 - 61 59.8395 611 4 0 -72.1667 -57.65 -86.0218 - 61 447.736 525 3 1 -74.9163 -59.5494 -114.45 - 61 115.735 602 3 0 -75.0351 -59.6317 -115.85 - 61 41.5335 601 3 0 -75.0613 -59.65 -116.162 - 61 142.65 511 2 1 -77.6911 -61.2391 -144.45 - 61 103.925 593 2 0 -77.8401 -61.3085 -145.85 - 61 11.317 496 1 1 -80.8475 -62.4809 -174.45 - 61 83.4153 495 1 1 -80.85 -62.4818 -174.493 - 61 125.537 587 1 0 -80.9318 -62.5024 -175.85 - 61 126.499 486 0 1 -82.7393 -63.0131 -204.45 - 61 2.31147 585 0 0 -82.7678 -63.0496 -205.85 - 61 90.3003 584 0 0 -82.7681 -63.05 -205.864 - 61 58.721 621 0 0 -69.7196 -55.7973 -206.142 - 61 88.2695 546 8 1 -70.65 -55.3832 35.4894 -Number of digits in this event: 13 +Number of tracker hits in this event: 29 + 61 123.262 1384 9 1 97.0062 77.4494 65.55 + 61 170.775 1286 9 0 97.0068 77.4488 64.15 + 61 157.928 1384 8 1 97.018 77.4289 35.55 + 61 126.015 1286 8 0 97.0188 77.4265 34.15 + 61 111.008 1384 7 1 97.0329 77.3761 5.55 + 61 115.243 1286 7 0 97.0348 77.3724 4.15 + 61 137.387 1384 6 1 97.0724 77.2996 -24.45 + 61 117.421 1286 6 0 97.0733 77.2966 -25.85 + 61 126.889 1384 5 1 97.0893 77.2374 -54.45 + 61 131.363 1285 5 0 97.0896 77.2351 -55.85 + 61 120.404 1384 4 1 97.0962 77.1877 -84.45 + 61 103.327 1285 4 0 97.0958 77.186 -85.85 + 61 154.054 1384 3 1 97.0887 77.1504 -114.45 + 61 157.169 1285 3 0 97.0882 77.1488 -115.85 + 61 182.825 1384 2 1 97.0766 77.1182 -144.45 + 61 157.758 1285 2 0 97.0769 77.1162 -145.85 + 61 206.945 1384 1 1 97.0856 77.0765 -174.45 + 61 105.311 1285 1 0 97.0857 77.0737 -175.85 + 61 396.188 1384 0 1 97.0869 77.0124 -204.45 + 61 134.651 1284 0 0 97.0735 76.9888 -205.85 + 61 71.2385 1533 1 1 126.783 -41.7325 -174.85 + 61 96.5239 1285 0 0 97.1411 77.1855 -205.85 + 61 114.966 1282 0 0 97.1883 76.5859 -205.85 + 61 34.9553 1592 3 0 -69.5615 138.741 -115.85 + 61 25.381 1283 6 0 97.639 76.6831 -25.85 + 61 149.087 1282 6 0 97.6812 76.65 -25.9226 + 61 20.0953 1281 6 0 97.9846 76.45 -26.2169 + 61 46.7672 817 5 0 176.484 -16.4771 -56.25 + 61 119.92 818 5 0 176.459 -16.45 -56.2188 +Number of digits in this event: 18 Using G4ParticleGun... -Particle energy: 6.09137 LIN +Particle energy: 5.13143 LIN Particle: e- Event: 62 -Number of tracker hits in this event: 61 - 62 112.094 593 10 1 -61.2947 -78.5647 95.55 - 62 169.912 507 10 0 -61.2937 -78.5643 94.15 - 62 127.391 593 9 1 -61.2704 -78.5565 65.55 - 62 164.57 507 9 0 -61.27 -78.5567 64.15 - 62 195.509 593 8 1 -61.262 -78.5632 35.55 - 62 137.852 507 8 0 -61.2621 -78.562 34.15 - 62 161.44 593 7 1 -61.262 -78.5401 5.55 - 62 142.042 507 7 0 -61.2597 -78.539 4.15 - 62 114.86 594 6 1 -61.2132 -78.5208 -24.45 - 62 128.629 507 6 0 -61.2129 -78.5193 -25.85 - 62 109.082 594 5 1 -61.2069 -78.4905 -54.45 - 62 166.545 507 5 0 -61.2079 -78.4898 -55.85 - 62 104.529 594 4 1 -61.2304 -78.4749 -84.45 - 62 105.454 507 4 0 -61.2307 -78.4744 -85.85 - 62 125.195 594 3 1 -61.2359 -78.4698 -114.45 - 62 122.772 507 3 0 -61.2346 -78.4693 -115.85 - 62 256.06 594 2 1 -61.2111 -78.4579 -144.45 - 62 126.966 507 2 0 -61.2123 -78.4582 -145.85 - 62 105.729 594 1 1 -61.2362 -78.4644 -174.45 - 62 154.712 507 1 0 -61.2396 -78.467 -175.85 - 62 120.943 593 0 1 -61.3046 -78.5254 -204.45 - 62 115.428 507 0 0 -61.3121 -78.5297 -205.85 - 62 55.6636 253 1 0 26.0756 -129.474 -176.25 - 62 92.2954 252 1 0 26.2196 -129.55 -176.089 - 62 8.41405 251 1 0 26.493 -129.75 -175.871 - 62 22.5837 1037 1 1 27.5925 -130.875 -174.85 - 62 116.02 1038 1 1 27.65 -130.927 -174.796 - 62 46.6748 1039 1 1 27.85 -131.161 -174.58 - 62 33.5678 85 2 0 -82.5325 -163.15 -146.034 - 62 25.9152 84 2 0 -82.576 -163.15 -146.04 - 62 27.6113 595 2 1 -61.05 -78.3723 -144.723 - 62 26.0306 504 2 0 -61.0348 -79.2164 -145.85 - 62 215.539 503 2 0 -61.0489 -79.25 -145.903 - 62 16.4428 508 3 0 -61.2349 -78.45 -116.177 - 62 58.1726 675 2 1 -44.8923 -84.5407 -144.45 - 62 149.337 674 2 1 -45.05 -84.6268 -144.578 - 62 114.748 474 2 0 -45.5319 -85.1665 -145.85 - 62 8.30046 580 1 0 -71.9599 -63.8673 -176.25 - 62 92.4279 581 1 0 -71.9552 -63.85 -176.216 - 62 302.119 582 1 0 -72.06 -63.65 -176.019 - 62 7.07454 532 1 1 -73.6371 -61.6888 -174.85 - 62 315.541 531 1 1 -73.6501 -61.6746 -174.84 - 62 29.3643 530 1 1 -73.85 -61.6529 -174.783 - 62 161.005 478 3 1 -84.3106 39.2437 -114.45 - 62 52.9986 1095 3 0 -84.507 39.1287 -115.85 - 62 114.743 1094 3 0 -84.4734 39.05 -116.035 - 62 6.26215 781 0 0 -127.8 -23.85 -205.974 - 62 2.42614 782 0 0 -128.059 -23.65 -205.853 - 62 140.715 250 0 1 -130.09 -20.2779 -204.85 - 62 120.148 249 0 1 -130.15 -20.1629 -204.83 - 62 238.326 805 0 0 -130.372 -19.0421 -205.85 - 62 94.3895 592 8 1 -61.45 -78.511 35.3115 - 62 322.719 512 8 0 -62.8468 -77.5842 34.15 - 62 86.4268 513 8 0 -63.0228 -77.45 33.9875 - 62 70.3083 511 8 0 -64.021 -77.6502 34.0249 - 62 76.6008 510 8 0 -64.137 -77.8503 33.9266 - 62 18.5077 509 8 0 -64.3111 -78.05 33.7956 - 62 245.913 441 7 1 -91.7971 -101.674 5.54992 - 62 119.229 440 7 1 -91.9502 -101.573 5.33912 - 62 27.6817 439 7 1 -92.15 -101.366 5.2198 - 62 121.753 399 7 0 -91.1103 -100.319 4.14984 -Number of digits in this event: 28 +Number of tracker hits in this event: 21 + 62 117.76 240 9 1 -132.084 -9.74371 65.55 + 62 115.18 851 9 0 -132.085 -9.74367 64.15 + 62 133.486 240 8 1 -132.088 -9.74773 35.55 + 62 101.964 851 8 0 -132.088 -9.74648 34.15 + 62 314.495 240 7 1 -132.085 -9.72501 5.55 + 62 110.698 851 7 0 -132.086 -9.72456 4.15 + 62 164.284 240 6 1 -132.101 -9.71668 -24.45 + 62 107.298 851 6 0 -132.103 -9.7165 -25.85 + 62 121.805 239 5 1 -132.16 -9.70628 -54.45 + 62 114.14 851 5 0 -132.162 -9.70569 -55.85 + 62 131.782 239 4 1 -132.197 -9.69444 -84.45 + 62 155.887 851 4 0 -132.2 -9.69621 -85.85 + 62 117.521 239 3 1 -132.269 -9.72607 -114.45 + 62 115.179 851 3 0 -132.272 -9.72734 -115.85 + 62 148.372 239 2 1 -132.324 -9.77041 -144.45 + 62 120.85 851 2 0 -132.321 -9.76958 -145.85 + 62 106.895 239 1 1 -132.274 -9.74966 -174.45 + 62 114.663 851 1 0 -132.273 -9.75126 -175.85 + 62 188.602 239 0 1 -132.238 -9.78576 -204.45 + 62 341.027 851 0 0 -132.236 -9.78619 -205.85 + 62 142.63 603 0 0 -160.792 -59.2584 -206.25 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 8.9313 LIN +Particle energy: 1.0738 LIN Particle: e- Event: 63 -Number of tracker hits in this event: 29 - 63 96.9196 817 11 1 -16.5887 0.539877 125.55 - 63 146.088 902 11 0 -16.5871 0.539478 124.15 - 63 133.326 817 10 1 -16.5553 0.528967 95.55 - 63 132.394 902 10 0 -16.553 0.527775 94.15 - 63 151.656 817 9 1 -16.5109 0.503484 65.55 - 63 114.462 902 9 0 -16.5092 0.508994 64.15 - 63 117.921 818 8 1 -16.4064 0.708928 35.55 - 63 102.297 903 8 0 -16.4034 0.728761 34.15 - 63 122.694 818 7 1 -16.2795 1.14045 5.55 - 63 111.619 905 7 0 -16.2749 1.15824 4.15 - 63 107.927 819 6 1 -16.1613 1.53724 -24.45 - 63 132.729 907 6 0 -16.1206 1.53382 -25.85 - 63 165.87 823 5 1 -15.2639 1.44511 -54.45 - 63 154.44 906 5 0 -15.2254 1.44716 -55.85 - 63 434.133 827 4 1 -14.4571 1.44127 -84.45 - 63 56.7501 828 4 1 -14.45 1.4401 -84.6332 - 63 117.665 906 4 0 -14.4034 1.43394 -85.85 - 63 204.932 833 3 1 -13.3134 1.30548 -114.45 - 63 128.142 906 3 0 -13.2564 1.29454 -115.85 - 63 243.83 839 2 1 -12.0922 1.10288 -144.45 - 63 119.113 905 2 0 -12.0403 1.10253 -145.85 - 63 116.182 845 1 1 -11.0213 1.02829 -174.45 - 63 129.353 904 1 0 -10.9758 1.04141 -175.85 - 63 122.85 850 0 1 -9.96483 1.36142 -204.45 - 63 123.684 906 0 0 -9.9116 1.37567 -205.85 - 63 6.33668 1166 4 0 15.4829 53.3816 -86.25 - 63 29.7346 779 0 1 -24.05 -9.64965 -204.529 - 63 251.527 819 0 1 -16.0783 0.286484 -204.45 - 63 66.0738 820 0 1 -16.05 0.274432 -204.488 -Number of digits in this event: 17 +Number of tracker hits in this event: 44 + 63 124.729 1502 9 1 120.684 27.446 65.55 + 63 115.441 1036 9 0 120.685 27.4451 64.15 + 63 141.062 1502 8 1 120.728 27.4525 35.55 + 63 106.211 1037 8 0 120.725 27.4632 34.15 + 63 114.838 1502 7 1 120.653 27.7085 5.55 + 63 101.22 1038 7 0 120.653 27.7234 4.15 + 63 138.798 1502 6 1 120.658 28.033 -24.45 + 63 238.742 1040 6 0 120.661 28.0524 -25.85 + 63 185.272 1503 5 1 120.776 28.4006 -54.45 + 63 247.477 1041 5 0 120.781 28.4131 -55.85 + 63 102.091 1503 4 1 120.902 28.6557 -84.45 + 63 159.945 1043 4 0 120.914 28.6779 -85.85 + 63 171.544 1504 3 1 121.141 29.1692 -114.45 + 63 136.1 1045 3 0 121.159 29.1765 -115.85 + 63 320.213 1507 2 1 121.561 29.315 -144.45 + 63 455.792 1046 2 0 121.587 29.3279 -145.85 + 63 121.364 1510 1 1 122.193 29.5738 -174.45 + 63 155.74 1047 1 0 122.28 29.5788 -175.85 + 63 140.129 1519 0 1 124.086 29.6606 -204.45 + 63 112.847 1048 0 0 124.192 29.6772 -205.85 + 63 85.7396 1195 2 0 -12.9146 59.0508 -146.25 + 63 7.7308 826 2 1 -14.7395 61.5857 -144.85 + 63 13.5649 1213 2 0 -15.1245 62.8488 -145.85 + 63 35.1102 1214 2 0 -15.1253 62.85 -145.854 + 63 110.146 1506 2 1 121.55 29.316 -144.559 + 63 137.995 1484 1 1 117.121 30.3954 -174.45 + 63 218.579 1051 1 0 117.083 30.3063 -175.85 + 63 127.559 1476 0 1 115.51 28.232 -204.451 + 63 106.979 1041 0 0 115.473 28.3859 -205.85 + 63 244.531 1507 1 1 121.694 30.2671 -174.45 + 63 207.29 1500 0 1 120.232 32.2255 -204.45 + 63 114.544 1061 0 0 120.549 32.2658 -205.85 + 63 107.408 1508 1 1 121.75 30.2987 -174.822 + 63 307.518 1505 3 1 121.15 29.1744 -114.681 + 63 17.1371 1042 3 0 121.548 28.6231 -115.85 + 63 301.235 1510 0 1 122.168 30.2199 -204.45 + 63 137.74 1050 0 0 122.212 30.1678 -205.85 + 63 105.561 1509 0 1 122.15 30.2451 -204.512 + 63 143.799 1052 0 0 121.96 30.5409 -205.851 + 63 54.8696 872 5 0 46.0819 -5.45 -56.2149 + 63 123.908 1150 6 0 97.716 50.0881 -26.25 + 63 50.0048 1149 6 0 97.6038 50.05 -25.9267 + 63 136.078 1383 6 1 96.8582 49.4299 -24.85 + 63 266.38 1382 6 1 96.75 49.3677 -24.6468 +Number of digits in this event: 28 Using G4ParticleGun... -Particle energy: 5.10404 LIN +Particle energy: 3.26252 LIN Particle: e- Event: 64 -Number of tracker hits in this event: 45 - 64 139.821 1375 10 1 95.1714 -42.4995 95.55 - 64 209.492 687 10 0 95.1717 -42.5003 94.15 - 64 136.818 1375 9 1 95.1743 -42.5164 65.55 - 64 96.0269 687 9 0 95.1765 -42.517 64.15 - 64 112.549 1375 8 1 95.2178 -42.5222 35.55 - 64 141.095 687 8 0 95.219 -42.5223 34.15 - 64 115.318 1375 7 1 95.2446 -42.5209 5.55 - 64 110.662 687 7 0 95.2463 -42.5205 4.15 - 64 114.638 1375 6 1 95.2815 -42.5176 -24.45 - 64 105.498 687 6 0 95.2835 -42.5164 -25.85 - 64 264.538 1375 5 1 95.3248 -42.4961 -54.45 - 64 141.467 687 5 0 95.3256 -42.4965 -55.85 - 64 108.608 1375 4 1 95.3342 -42.503 -84.45 - 64 93.3848 687 4 0 95.3337 -42.5034 -85.85 - 64 139.295 1375 3 1 95.3299 -42.5079 -114.45 - 64 123.251 687 3 0 95.3319 -42.5087 -115.85 - 64 110.834 1376 2 1 95.3757 -42.5253 -144.45 - 64 143.601 687 2 0 95.3764 -42.5251 -145.85 - 64 439.217 1376 1 1 95.3843 -42.5205 -174.45 - 64 134.685 687 1 0 95.3861 -42.517 -175.85 - 64 446.601 1376 0 1 95.4233 -42.4316 -204.45 - 64 136.836 688 0 0 95.4247 -42.4317 -205.85 - 64 300.852 687 0 0 95.3791 -42.4842 -205.85 - 64 37.5133 1077 2 1 35.6098 -58.9283 -144.85 - 64 11.5869 1374 5 1 95.15 -42.7014 -54.815 - 64 41.1607 684 5 0 94.7112 -43.1784 -55.8503 - 64 80.4773 683 5 0 94.6479 -43.25 -56.0036 - 64 155.658 1317 4 1 83.6057 -55.686 -84.45 - 64 133.026 620 4 0 83.3537 -55.8573 -85.85 - 64 162.404 1283 3 1 76.664 -60.9484 -114.45 - 64 10.6308 593 3 0 76.884 -61.4345 -115.851 - 64 99.2988 592 3 0 76.8916 -61.45 -115.896 - 64 197.865 1306 2 1 81.3296 -71.6353 -144.45 - 64 166.663 532 2 0 81.6468 -73.5213 -145.85 - 64 218.57 531 2 0 81.6642 -73.65 -145.944 - 64 56.9496 530 2 0 81.6853 -73.85 -146.105 - 64 0.962189 529 2 0 81.7413 -74.05 -146.248 - 64 94.7943 1310 2 1 82.1144 -73.1473 -144.85 - 64 17.1163 534 2 0 82.4693 -73.1995 -145.85 - 64 90.1235 1267 0 1 73.4821 -119.144 -204.45 - 64 106.798 1266 0 1 73.45 -119.041 -204.606 - 64 318.437 308 0 0 75.9216 -118.467 -205.85 - 64 99.9234 1322 4 1 84.5235 -55.2991 -84.45 - 64 45.98 711 9 0 94.4882 -37.7718 64.15 - 64 266.296 712 9 0 94.4681 -37.65 64.1342 -Number of digits in this event: 26 +Number of tracker hits in this event: 106 + 64 133.632 429 10 1 -94.2833 31.4834 95.55 + 64 129.621 1057 10 0 -94.2794 31.4839 94.15 + 64 252.337 429 9 1 -94.1979 31.5118 65.55 + 64 126.802 1057 9 0 -94.1938 31.5139 64.15 + 64 125.38 430 8 1 -94.1141 31.5628 35.55 + 64 172.479 1057 8 0 -94.1112 31.565 34.15 + 64 148.758 430 7 1 -94.0525 31.6001 5.55 + 64 97.338 1057 7 0 -94.0431 31.6061 4.15 + 64 267.078 431 6 1 -93.8452 31.7301 -24.45 + 64 219.285 1058 6 0 -93.8346 31.7344 -25.85 + 64 121.997 432 5 1 -93.6376 31.8105 -54.45 + 64 126.095 1058 5 0 -93.6288 31.8125 -55.85 + 64 125.093 433 4 1 -93.4562 31.869 -84.45 + 64 218.509 1059 4 0 -93.4493 31.874 -85.85 + 64 104.53 434 3 1 -93.3173 31.9723 -114.45 + 64 148.281 1059 3 0 -93.3092 31.9789 -115.85 + 64 353.022 435 2 1 -93.1425 32.1253 -144.45 + 64 404.98 1060 2 0 -93.1322 32.1374 -145.85 + 64 175.151 436 1 1 -92.9242 32.3887 -174.45 + 64 120.3 1061 1 0 -92.9149 32.4008 -175.85 + 64 126.75 437 0 1 -92.7184 32.6381 -204.45 + 64 27.6174 1062 0 0 -92.7074 32.6492 -205.85 + 64 95.518 1063 0 0 -92.7066 32.65 -205.951 + 64 22.205 1400 3 0 -54.1357 100.336 -116.25 + 64 63.8601 1401 3 0 -54.1423 100.35 -116.218 + 64 1.50967 293 3 0 2.22208 -121.35 -116.147 + 64 47.1342 292 3 0 2.06251 -121.55 -115.908 + 64 70.3574 434 2 1 -93.15 31.9698 -144.638 + 64 128.106 1057 2 0 -93.5479 31.571 -145.85 + 64 191.44 382 1 1 -103.561 23.7779 -174.451 + 64 0.627871 381 1 1 -103.75 23.5353 -174.847 + 64 143.97 1014 1 0 -104.236 22.9461 -175.85 + 64 175.293 1013 1 0 -104.316 22.85 -176.012 + 64 36.0944 308 0 1 -118.469 6.73347 -204.451 + 64 103.819 307 0 1 -118.55 6.70751 -204.581 + 64 16.6732 932 0 0 -119.298 6.46063 -205.85 + 64 103.24 931 0 0 -119.329 6.45 -205.905 + 64 7.60063 381 0 1 -103.873 0.415916 -204.45 + 64 107.243 435 1 1 -93.1242 32.1542 -174.45 + 64 104.041 1060 1 0 -93.1299 32.1407 -175.85 + 64 118.713 433 0 1 -93.41 31.8629 -204.45 + 64 210.703 1059 0 0 -93.3537 31.8752 -205.85 + 64 330.476 428 7 1 -94.3556 31.4305 5.55 + 64 265.561 1056 7 0 -94.3594 31.4331 4.15 + 64 140.417 429 6 1 -94.2787 31.5845 -24.45 + 64 137.845 436 5 1 -92.7798 33.1015 -54.45 + 64 167.083 1065 5 0 -92.7143 33.1594 -55.85 + 64 190.416 442 4 1 -91.6774 34.0976 -84.45 + 64 117.077 1070 4 0 -91.6222 34.1396 -85.85 + 64 103.312 447 3 1 -90.6464 34.9342 -114.45 + 64 138.389 1074 3 0 -90.602 35.003 -115.85 + 64 140.991 452 2 1 -89.5833 36.5875 -144.45 + 64 112.403 1083 2 0 -89.5799 36.6766 -145.85 + 64 153.539 451 1 1 -89.7547 38.8412 -174.45 + 64 133.054 1094 1 0 -89.7405 38.9284 -175.85 + 64 104.002 453 0 1 -89.3039 40.8478 -204.45 + 64 111.468 1104 0 0 -89.3234 40.9044 -205.85 + 64 7.89874 1090 1 0 -88.623 38.1106 -175.85 + 64 31.0705 1105 1 0 -122.447 41.0679 -176.25 + 64 160.53 1055 6 0 -93.9326 31.1637 -25.85 + 64 111.639 430 5 1 -94.0755 31.0076 -54.45 + 64 254.611 1054 5 0 -94.0684 31.0143 -55.85 + 64 282.929 430 4 1 -94.0249 31.0793 -84.45 + 64 175.087 1055 4 0 -94.0206 31.1028 -85.85 + 64 98.2696 430 3 1 -94.0214 31.5711 -114.45 + 64 141.859 1057 3 0 -94.0329 31.574 -115.85 + 64 100.111 430 2 1 -94.1187 31.4535 -144.45 + 64 118.207 1056 2 0 -94.1584 31.4351 -145.85 + 64 143.883 425 1 1 -95.0528 31.011 -174.45 + 64 151.947 1054 1 0 -95.1531 30.957 -175.85 + 64 114.497 414 0 1 -97.26 29.975 -204.45 + 64 77.6997 1049 0 0 -97.4431 29.8686 -205.85 + 64 50.4374 1048 0 0 -97.4758 29.85 -206.096 + 64 177.006 429 4 1 -94.15 31.1127 -84.7392 + 64 93.0574 1055 5 0 -94.0094 31.0501 -56.044 + 64 34.5347 1054 3 0 -94.7983 30.9668 -115.85 + 64 47.8496 428 9 1 -94.35 31.4155 65.3458 + 64 140.631 1054 9 0 -94.7084 31.0234 64.1499 + 64 24.4581 388 8 1 -102.495 22.9737 35.55 + 64 196.702 387 8 1 -102.55 22.9895 35.4962 + 64 43.6514 386 8 1 -102.75 23.0717 35.2846 + 64 105.715 1016 8 0 -103.865 23.3621 34.15 + 64 62.3448 1017 8 0 -104.121 23.4501 33.8869 + 64 94.7714 229 7 1 -134.187 42.9831 5.55 + 64 34.3565 228 7 1 -134.35 42.8953 5.26478 + 64 251.349 1113 7 0 -134.908 42.7034 4.15 + 64 39.6866 1112 7 0 -135.078 42.65 3.8446 + 64 96.6086 430 9 1 -94.15 31.4434 65.4317 + 64 68.0862 431 9 1 -93.95 31.293 65.2739 + 64 37.7851 1047 9 0 -92.3742 29.5553 64.1499 + 64 96.5364 1046 9 0 -92.2933 29.4494 64.0878 + 64 56.1651 1045 9 0 -92.098 29.25 63.8894 + 64 13.363 703 9 0 -39.3135 -39.423 63.75 + 64 96.0735 702 9 0 -39.2896 -39.45 63.7742 + 64 240.538 701 9 0 -39.0702 -39.65 63.9573 + 64 24.1521 715 9 1 -36.9417 -40.0004 65.1501 + 64 58.5413 716 9 1 -36.8497 -39.9986 65.1925 + 64 151.594 717 9 1 -36.65 -39.9449 65.2953 + 64 104.568 718 9 1 -36.45 -39.8712 65.3989 + 64 8.10517 719 9 1 -36.25 -39.8821 65.5333 + 64 0.950928 700 9 0 -36.4221 -39.85 63.8948 + 64 263.96 863 9 0 -8.14863 -7.44921 63.7501 + 64 0.51776 863 9 1 -7.29444 -5.82936 65.1501 + 64 97.5902 900 9 0 -2.61025 0.235972 64.15 + 64 331.082 901 9 0 -2.60185 0.250104 64.1478 + 64 2.17673 1641 9 0 -101.812 148.501 63.7501 +Number of digits in this event: 52 Using G4ParticleGun... -Particle energy: 5.19771 LIN +Particle energy: 8.55129 LIN Particle: e- Event: 65 -Number of tracker hits in this event: 79 - 65 135.706 392 10 1 -101.569 36.4019 95.55 - 65 109.451 1081 10 0 -101.568 36.4016 94.15 - 65 138.288 393 9 1 -101.534 36.3929 65.55 - 65 126.528 1081 9 0 -101.532 36.3924 64.15 - 65 143.05 393 8 1 -101.483 36.3737 35.55 - 65 116.354 1081 8 0 -101.481 36.3755 34.15 - 65 118.08 393 7 1 -101.446 36.411 5.55 - 65 111.962 1081 7 0 -101.447 36.4123 4.15 - 65 134.508 393 6 1 -101.446 36.4427 -24.45 - 65 154.49 1081 6 0 -101.441 36.4451 -25.85 - 65 174.122 394 5 1 -101.319 36.4887 -54.45 - 65 121.816 1082 5 0 -101.313 36.4873 -55.85 - 65 420.487 394 4 1 -101.17 36.4561 -84.45 - 65 455.97 1082 4 0 -101.164 36.4558 -85.85 - 65 412.02 395 3 1 -101.055 36.44 -114.45 - 65 360.202 1081 3 0 -101.048 36.4438 -115.85 - 65 161.122 396 2 1 -100.878 36.5452 -144.45 - 65 341.961 1082 2 0 -100.867 36.545 -145.85 - 65 167.161 397 1 1 -100.592 36.5922 -174.45 - 65 123.466 1082 1 0 -100.575 36.5989 -175.85 - 65 84.595 399 0 1 -100.183 36.7579 -204.45 - 65 114.536 1083 0 0 -100.168 36.7734 -205.85 - 65 2.22058 107 2 0 -22.9911 -158.55 -146.067 - 65 57.2624 106 2 0 -22.8557 -158.75 -146.179 - 65 135.414 377 2 0 -91.5195 -104.671 -146.25 - 65 55.9789 378 2 0 -91.6148 -104.55 -145.917 - 65 45.7921 450 2 1 -89.9324 -103.391 -144.85 - 65 21.2558 451 2 1 -89.85 -103.324 -144.84 - 65 12.7499 389 2 0 -86.4759 -102.165 -145.85 - 65 214.765 466 2 1 -86.8173 -102.989 -144.85 - 65 12.7236 1607 3 0 -111.671 141.55 -115.991 - 65 105.138 341 3 1 -111.895 141.741 -114.85 - 65 385.351 394 2 1 -101.227 36.2896 -144.45 - 65 103.905 1081 2 0 -101.242 36.2698 -145.85 - 65 213.576 393 1 1 -101.545 35.9112 -174.45 - 65 115.199 1079 1 0 -101.555 35.8857 -175.85 - 65 226.685 391 0 1 -101.771 35.3985 -204.45 - 65 152.338 1076 0 0 -101.786 35.3719 -205.85 - 65 18.7403 889 6 0 -160.82 -2.05 -26.2263 - 65 58.7355 1084 2 0 -100.07 36.8983 -145.85 - 65 27.1656 400 2 1 -100.097 36.8627 -144.85 - 65 7.06399 1069 2 0 -99.835 33.9477 -145.85 - 65 27.8124 397 2 1 -100.563 33.6985 -144.85 - 65 319.273 390 0 1 -101.95 35.7675 -204.738 - 65 104.233 1078 0 0 -102.064 35.7514 -205.85 - 65 144.322 1080 0 0 -102.124 36.0701 -205.85 - 65 114.669 1084 3 0 -101.083 36.9212 -115.85 - 65 97.1137 1087 2 0 -101.19 37.5929 -145.85 - 65 13.9668 394 1 1 -101.35 37.7603 -174.796 - 65 108.914 1088 1 0 -100.873 37.7706 -175.85 - 65 141.242 454 0 1 -89.1995 37.3716 -204.45 - 65 115.34 1085 0 0 -88.9996 37.2457 -205.85 - 65 101.876 1075 0 0 -72.637 35.25 -206.147 - 65 54.4928 542 0 1 -71.5635 34.9709 -204.85 - 65 80.1479 543 0 1 -71.45 34.949 -204.747 - 65 75.3585 544 0 1 -71.2499 34.8864 -204.58 - 65 55.4285 545 0 1 -71.05 34.8203 -204.498 - 65 60.5312 546 0 1 -70.85 34.7545 -204.476 - 65 101.474 547 0 1 -70.6496 34.6504 -204.473 - 65 109.277 548 0 1 -70.45 34.5636 -204.478 - 65 100.818 549 0 1 -70.25 34.5008 -204.578 - 65 108.702 550 0 1 -70.05 34.4014 -204.716 - 65 23.4474 1058 0 0 -68.7339 31.7309 -205.85 - 65 75.1962 1057 0 0 -68.698 31.65 -205.886 - 65 56.8203 1056 0 0 -68.6767 31.45 -206.021 - 65 49.0919 1055 0 0 -68.6523 31.25 -206.085 - 65 56.8683 1054 0 0 -68.6251 31.05 -206.151 - 65 81.4285 1053 0 0 -68.5741 30.85 -206.221 - 65 92.8325 1052 0 0 -68.5246 30.65 -206.237 - 65 55.9503 1051 0 0 -68.5068 30.45 -206.246 - 65 241.221 1050 0 0 -68.4964 30.25 -206.231 - 65 163.947 1018 0 0 -1.74489 23.699 -206.25 - 65 222.391 1065 0 0 52.5639 33.1926 -206.25 - 65 114.173 1064 0 0 52.9829 33.05 -205.934 - 65 29.4134 1183 0 1 56.7842 32.2834 -204.85 - 65 75.2185 1184 0 1 56.85 32.2639 -204.834 - 65 46.1891 1185 0 1 57.0502 32.2295 -204.821 - 65 222.782 1061 0 0 59.6406 32.2669 -205.85 - 65 309.255 1062 0 0 60.2204 32.4501 -206.15 -Number of digits in this event: 32 +Number of tracker hits in this event: 120 + 65 103.226 1597 8 1 139.738 40.9853 35.55 + 65 159.458 1104 8 0 139.737 40.9858 34.15 + 65 174.848 1597 7 1 139.731 40.9951 5.55 + 65 113.49 1104 7 0 139.732 40.9941 4.15 + 65 139.18 1597 6 1 139.744 40.9715 -24.45 + 65 401.009 1104 6 0 139.744 40.971 -25.85 + 65 540.238 1598 5 1 139.751 40.9535 -54.45 + 65 413.721 1104 5 0 139.752 40.9528 -55.85 + 65 359.337 1598 4 1 139.769 40.9444 -84.45 + 65 135.33 1104 4 0 139.77 40.944 -85.85 + 65 125.081 1598 3 1 139.795 40.9389 -114.45 + 65 132.789 1104 3 0 139.796 40.9373 -115.85 + 65 129.54 1598 2 1 139.841 40.899 -144.45 + 65 154.249 1104 2 0 139.843 40.8968 -145.85 + 65 112.689 1598 1 1 139.892 40.8571 -174.45 + 65 110.224 1104 1 0 139.894 40.8551 -175.85 + 65 342.506 1598 0 1 139.92 40.8107 -204.45 + 65 121.876 1103 0 0 139.921 40.8069 -205.85 + 65 71.4811 1656 1 1 151.45 25.1814 -174.85 + 65 181.776 1114 0 0 140.241 42.9265 -205.85 + 65 149.032 1115 0 0 140.185 43.05 -206.023 + 65 202.543 1105 7 0 139.598 41.1472 4.15 + 65 105.429 1579 6 1 136.099 45.6743 -24.45 + 65 125.018 1127 6 0 136.177 45.5459 -25.85 + 65 92.3385 1584 5 1 137.125 41.9957 -54.45 + 65 40.8404 1585 5 1 137.15 42.0118 -54.7161 + 65 120.699 1110 5 0 137.275 42.0846 -55.85 + 65 98.1191 1124 4 0 139.68 44.9661 -85.8509 + 65 16.928 1125 4 0 139.625 45.0501 -86.1859 + 65 128.284 1575 3 1 135.34 52.765 -114.45 + 65 107.518 1164 3 0 135.117 52.9679 -115.85 + 65 25.9318 1540 2 1 128.161 55.292 -144.45 + 65 125.827 1539 2 1 128.15 55.3087 -144.515 + 65 135.842 1177 2 0 127.878 55.5797 -145.85 + 65 1.58671 1178 2 0 127.783 55.65 -146.244 + 65 68.2809 1492 1 1 118.639 59.9866 -174.45 + 65 57.2081 1491 1 1 118.55 60.0222 -174.645 + 65 6.41933 1200 1 0 117.981 60.246 -175.85 + 65 102.833 1201 1 0 117.97 60.25 -175.872 + 65 45.4 1418 0 1 103.8 65.8669 -204.45 + 65 71.6881 1417 0 1 103.75 65.8678 -204.603 + 65 111.127 1229 0 0 103.364 65.8713 -205.85 + 65 132.137 1105 5 0 139.74 41.0715 -55.85 + 65 100.949 1594 4 1 139.135 43.1009 -84.45 + 65 126.355 1116 4 0 138.998 43.2772 -85.85 + 65 242.581 1579 3 1 136.06 46.5828 -114.45 + 65 128.828 1133 3 0 136 46.6711 -115.85 + 65 182.054 1572 2 1 134.593 47.9313 -144.45 + 65 23.1541 1139 2 0 134.531 48.0444 -145.85 + 65 94.9406 1140 2 0 134.528 48.05 -145.916 + 65 118.857 1568 1 1 133.923 50.6278 -174.45 + 65 124.786 1153 1 0 133.855 50.7931 -175.85 + 65 122.173 1557 0 1 131.628 54.4292 -204.45 + 65 28.5885 1556 0 1 131.55 54.5105 -204.801 + 65 129.772 1173 0 0 131.318 54.7466 -205.85 + 65 156.234 1138 2 0 134.381 47.6688 -145.85 + 65 53.4 1137 2 0 134.308 47.65 -145.964 + 65 227.021 1597 5 1 139.75 40.9901 -54.5598 + 65 125.531 1592 4 1 138.663 41.9278 -84.4504 + 65 134.848 1109 4 0 138.54 41.9927 -85.8501 + 65 108.212 1115 3 0 135.88 43.1526 -115.85 + 65 105.196 1560 2 1 132.31 44.0441 -144.45 + 65 125.572 1119 2 0 132.064 43.9747 -145.85 + 65 94.4746 1534 1 1 127 43.0129 -174.451 + 65 198.41 1533 1 1 126.95 42.984 -174.691 + 65 214.374 1113 1 0 126.715 42.8315 -175.85 + 65 86.4993 1502 0 1 120.692 38.41 -204.45 + 65 27.7163 1503 0 1 120.75 38.2444 -204.757 + 65 49.0078 1087 0 0 120.977 37.5627 -205.85 + 65 77.0687 1086 0 0 121.014 37.45 -206.022 + 65 10.095 1527 4 1 125.742 80.4692 -84.85 + 65 112.706 1700 2 0 169.859 160.15 -146.183 + 65 86.992 1699 2 0 169.923 160.15 -146.081 + 65 213.946 1103 7 0 139.665 40.7704 4.15 + 65 293.465 1096 7 0 164.647 39.3961 3.75 + 65 168.777 1097 7 0 164.622 39.45 3.82339 + 65 46.605 1392 7 0 73.5735 98.714 3.75 + 65 98.196 1393 7 0 73.566 98.75 3.77802 + 65 303.262 1598 6 1 139.756 40.9854 -24.45 + 65 214.474 1597 4 1 139.611 41.2536 -84.45 + 65 172.242 1106 4 0 139.605 41.2642 -85.85 + 65 106.681 1596 3 1 139.519 41.5552 -114.45 + 65 94.3129 1107 3 0 139.521 41.5602 -115.85 + 65 112.508 1597 2 1 139.58 41.6791 -144.45 + 65 102.682 1108 2 0 139.587 41.6878 -145.85 + 65 107.407 1597 1 1 139.723 41.8718 -174.45 + 65 197.794 1109 1 0 139.766 41.8774 -175.85 + 65 156.569 1600 0 1 140.17 42.95 -204.45 + 65 178.019 1103 5 0 139.827 40.6675 -55.85 + 65 149.632 1599 4 1 140.012 40.4384 -84.45 + 65 116.575 1101 4 0 140.012 40.4338 -85.85 + 65 117.948 1599 3 1 140.004 40.3511 -114.45 + 65 160.55 1101 3 0 140.009 40.3444 -115.85 + 65 433.827 1600 2 1 140.184 40.1831 -144.45 + 65 143.75 1100 2 0 140.189 40.1775 -145.85 + 65 117.022 1600 1 1 140.314 40.0307 -174.45 + 65 120.797 1099 1 0 140.321 40.0168 -175.85 + 65 164.257 1601 0 1 140.421 39.7667 -204.45 + 65 125.523 1098 0 0 140.428 39.7562 -205.85 + 65 21.4882 1201 0 1 60.45 116.516 -204.646 + 65 226.042 1200 0 1 60.2498 116.684 -204.511 + 65 198.069 1099 0 0 139.884 39.9889 -205.85 + 65 114.68 1105 4 0 139.495 41.05 -85.8937 + 65 73.0514 1527 3 1 125.657 58.7278 -114.45 + 65 80.4652 1526 3 1 125.55 58.6515 -114.653 + 65 127.237 1525 3 1 125.35 58.568 -114.775 + 65 128.751 1194 3 0 125.015 58.9464 -115.85 + 65 102.301 1193 3 0 124.744 58.85 -116.166 + 65 88.4839 1192 3 0 124.522 58.6499 -116.186 + 65 70.7463 1191 3 0 124.43 58.45 -115.986 + 65 25.3925 1520 3 1 124.167 57.9205 -114.85 + 65 80.2614 1519 3 1 124.15 57.8931 -114.772 + 65 120.681 1518 3 1 123.95 57.931 -114.729 + 65 99.9407 1517 3 1 123.75 58.0723 -114.794 + 65 191.023 1188 3 0 123.3 57.6553 -115.85 + 65 157.85 1601 1 1 140.542 39.0229 -174.451 + 65 120.695 1095 1 0 140.572 39.1803 -175.85 + 65 148.397 1605 0 1 141.171 41.0521 -204.45 + 65 29.8993 1109 0 0 141.507 41.9745 -205.85 + 65 99.3294 1110 0 0 141.537 42.0502 -205.964 +Number of digits in this event: 65 Using G4ParticleGun... -Particle energy: 5.84622 LIN +Particle energy: 3.48431 LIN Particle: e- Event: 66 -Number of tracker hits in this event: 42 - 66 144.946 303 9 1 -119.426 -12.9795 65.55 - 66 140.339 835 9 0 -119.425 -12.977 64.15 - 66 176.605 303 8 1 -119.414 -12.9243 35.55 - 66 178.852 835 8 0 -119.413 -12.9193 34.15 - 66 146.929 303 7 1 -119.381 -12.8139 5.55 - 66 138.249 836 7 0 -119.379 -12.8083 4.15 - 66 152.534 304 6 1 -119.328 -12.6895 -24.45 - 66 104.213 836 6 0 -119.326 -12.6831 -25.85 - 66 143.381 304 5 1 -119.292 -12.5563 -54.45 - 66 100.231 837 5 0 -119.289 -12.5501 -55.85 - 66 119.172 304 4 1 -119.235 -12.4183 -84.45 - 66 112.707 838 4 0 -119.232 -12.4114 -85.85 - 66 196.359 304 3 1 -119.18 -12.2672 -114.45 - 66 132.028 838 3 0 -119.176 -12.2582 -115.85 - 66 116.452 305 2 1 -119.109 -12.074 -144.45 - 66 110.825 839 2 0 -119.105 -12.0626 -145.85 - 66 137.203 305 1 1 -119.028 -11.8287 -174.45 - 66 112.673 841 1 0 -119.023 -11.8167 -175.85 - 66 236.085 306 0 1 -118.927 -11.5709 -204.45 - 66 128.46 842 0 0 -118.922 -11.5591 -205.85 - 66 105.739 710 7 0 -62.5566 -37.9312 3.75 - 66 136.39 588 7 1 -62.3295 -37.9352 5.15 - 66 102.566 789 8 0 46.8643 -22.1489 33.75 - 66 167.277 790 8 0 47.2734 -22.05 33.7886 - 66 168.719 791 8 0 47.7447 -21.85 33.7883 - 66 108.768 792 8 0 48.1586 -21.6499 33.8935 - 66 65.5188 793 8 0 48.4472 -21.45 33.9741 - 66 59.5399 794 8 0 48.595 -21.25 34.0153 - 66 109.555 795 8 0 48.7352 -21.05 34.0427 - 66 64.4098 796 8 0 48.9063 -20.8499 34.1085 - 66 80.2815 1160 8 1 52.1012 -17.0739 35.15 - 66 90.55 1161 8 1 52.25 -16.9029 35.2093 - 66 71.9932 1162 8 1 52.45 -16.6998 35.2667 - 66 93.4569 1163 8 1 52.65 -16.5568 35.2948 - 66 124.849 1164 8 1 52.85 -16.4528 35.3338 - 66 122.81 1165 8 1 53.0504 -16.356 35.3706 - 66 86.529 1166 8 1 53.25 -16.2894 35.4259 - 66 18.4643 1167 8 1 53.45 -16.24 35.5204 - 66 73.8526 824 8 0 51.1267 -15.1319 34.15 - 66 84.7576 825 8 0 50.9987 -15.05 34.0643 - 66 33.7607 826 8 0 50.7986 -14.85 33.8662 - 66 8.3898 935 1 0 -128.158 7.15597 -176.25 -Number of digits in this event: 20 +Number of tracker hits in this event: 106 + 66 348.925 979 11 1 15.9336 1.03481 125.55 + 66 225.755 904 11 0 15.9356 1.03419 124.15 + 66 143.361 979 10 1 15.9625 1.02302 95.55 + 66 110.627 904 10 0 15.9612 1.02446 94.15 + 66 96.3335 979 9 1 15.9369 1.06209 65.55 + 66 132.537 905 9 0 15.9351 1.06248 64.15 + 66 112.711 979 8 1 15.9141 1.06868 35.55 + 66 126.458 905 8 0 15.9096 1.06545 34.15 + 66 143.846 978 7 1 15.8093 0.998393 5.55 + 66 131.804 904 7 0 15.801 0.995093 4.15 + 66 121.817 977 6 1 15.6407 0.923375 -24.45 + 66 182.121 904 6 0 15.632 0.921248 -25.85 + 66 107.666 976 5 1 15.4487 0.879742 -54.45 + 66 137.259 904 5 0 15.441 0.878894 -55.85 + 66 95.8709 976 4 1 15.2816 0.851613 -84.45 + 66 155.097 904 4 0 15.2704 0.850739 -85.85 + 66 173.34 974 3 1 15.0445 0.825198 -114.45 + 66 112.809 903 3 0 14.996 0.832818 -115.85 + 66 158.745 969 2 1 13.9028 1.06251 -144.45 + 66 488.77 904 2 0 13.8508 1.04037 -145.85 + 66 49.6181 964 1 1 12.8564 0.420983 -174.45 + 66 67.7538 963 1 1 12.85 0.416183 -174.605 + 66 157.288 901 1 0 12.7991 0.37692 -175.85 + 66 131.304 958 0 1 11.6806 -0.453305 -204.45 + 66 135.237 897 0 0 11.6401 -0.54201 -205.85 + 66 331.283 1038 2 1 27.65 -56.7029 -144.77 + 66 22.9975 1039 2 1 27.85 -55.8929 -144.793 + 66 58.0091 620 2 0 28.5036 -55.8907 -145.85 + 66 152.455 621 2 0 28.6494 -55.8499 -146 + 66 1.33292 622 2 0 28.8713 -55.65 -146.248 + 66 73.8175 1202 2 0 86.5548 60.5574 -146.25 + 66 170.312 1203 2 0 86.5867 60.65 -146.198 + 66 63.831 1204 2 0 86.6653 60.8505 -145.964 + 66 130.181 1339 2 1 88.0334 62.4429 -144.85 + 66 186.865 1340 2 1 88.05 62.4839 -144.836 + 66 84.7584 904 8 0 15.9155 1.05 34.0975 + 66 61.8653 974 8 1 14.9412 0.576785 35.1501 + 66 109.437 973 8 1 14.85 0.562954 35.1654 + 66 69.829 877 11 0 12.08 -4.55231 123.751 + 66 370.174 878 11 0 12.1391 -4.4499 123.932 + 66 205.394 981 2 1 16.2541 0.973351 -144.45 + 66 167.401 982 1 1 16.4783 0.718373 -174.45 + 66 183.187 903 1 0 16.4802 0.703436 -175.85 + 66 119.893 982 0 1 16.4654 0.349203 -204.45 + 66 136.942 901 0 0 16.4633 0.342646 -205.85 + 66 116.519 980 1 1 16.238 1.06959 -174.45 + 66 131.339 905 1 0 16.2244 1.07844 -175.85 + 66 104.688 979 0 1 15.9135 1.25803 -204.45 + 66 112.215 906 0 0 15.8848 1.30359 -205.85 + 66 33.2711 978 11 1 15.85 1.02402 125.254 + 66 89.6365 941 10 1 8.33128 2.37197 95.55 + 66 53.6771 940 10 1 8.24987 2.41287 95.2944 + 66 117.225 908 10 0 7.736 1.79265 94.15 + 66 141.806 907 10 0 7.63987 1.65 93.9219 + 66 119.034 886 9 1 -2.70806 -17.8364 65.5495 + 66 81.1673 885 9 1 -2.85046 -18.0716 65.3014 + 66 83.1262 804 9 0 -3.82182 -19.0764 64.15 + 66 87.0244 803 9 0 -3.97517 -19.25 63.9651 + 66 7.88699 802 9 0 -4.14532 -19.45 63.7735 + 66 38.9573 769 8 1 -26.2163 -49.0348 35.55 + 66 166.203 768 8 1 -26.25 -49.1545 35.4708 + 66 22.7165 767 8 1 -26.45 -49.6531 35.1818 + 66 59.9897 640 8 0 -27.1228 -51.8834 34.15 + 66 110.146 639 8 0 -27.1736 -52.05 34.0689 + 66 60.0559 638 8 0 -27.239 -52.25 33.9421 + 66 50.8119 637 8 0 -27.311 -52.45 33.8225 + 66 359.172 661 7 1 -47.7833 -104.977 5.55 + 66 192.15 660 7 1 -47.85 -105.082 5.42782 + 66 10.7743 370 7 0 -48.651 -106.113 4.15 + 66 120.92 369 7 0 -48.6685 -106.15 4.10496 + 66 7.9437 368 7 0 -48.7585 -106.35 3.77667 + 66 364.882 304 7 0 -82.92 -119.338 3.75025 + 66 57.9957 241 7 0 -39.3956 -131.856 3.75 + 66 236.516 240 7 0 -39.2543 -131.95 3.90607 + 66 83.0143 714 7 1 -37.2216 -132.809 5.15 + 66 74.3556 715 7 1 -37.05 -132.926 5.22834 + 66 139.806 716 7 1 -36.85 -133.161 5.24048 + 66 83.557 717 7 1 -36.65 -133.47 5.23891 + 66 80.0363 718 7 1 -36.45 -133.734 5.2525 + 66 143.579 719 7 1 -36.25 -133.957 5.23907 + 66 308.135 720 7 1 -36.05 -134.36 5.31047 + 66 209.711 190 8 0 5.37318 -142.117 33.75 + 66 23.1365 938 8 1 7.76968 -141.757 35.15 + 66 103.1 939 8 1 7.85036 -141.756 35.2074 + 66 405.026 940 8 1 8.05 -141.719 35.4338 + 66 83.4929 905 11 0 15.9825 1.19799 124.15 + 66 15.9312 906 11 0 15.982 1.25004 123.784 + 66 20.3824 969 10 1 13.8951 6.22378 95.5499 + 66 61.6473 968 10 1 13.85 6.23929 95.517 + 66 81.2736 967 10 1 13.65 6.30825 95.3695 + 66 17.6696 966 10 1 13.4499 6.39961 95.1923 + 66 70.0857 934 10 0 12.2427 6.96478 94.15 + 66 109.37 935 10 0 12.0811 7.05031 94.0017 + 66 2.66483 846 9 1 -10.6568 17.0145 65.55 + 66 98.5906 847 9 1 -10.65 17.0235 65.5371 + 66 106.08 848 9 1 -10.4496 17.2488 65.3035 + 66 1.16262 849 9 1 -10.25 17.5056 65.1536 + 66 6.10488 993 9 0 -9.30296 18.834 64.15 + 66 65.5523 994 9 0 -9.29106 18.85 64.1378 + 66 89.3755 995 9 0 -9.14859 19.0507 63.985 + 66 32.6954 996 9 0 -9.00621 19.25 63.8308 + 66 86.6792 1129 7 1 45.85 98.1547 5.23179 + 66 539.312 955 8 1 11.2087 51.4479 35.5498 + 66 7.28999 1160 8 0 11.3473 52.2378 34.15 + 66 252.164 1161 8 0 11.3506 52.2501 34.1315 + 66 161.51 954 8 1 11.05 51.2681 35.4204 +Number of digits in this event: 46 Using G4ParticleGun... -Particle energy: 8.08572 LIN +Particle energy: 3.06041 LIN Particle: e- Event: 67 -Number of tracker hits in this event: 149 - 67 148.603 776 10 1 -24.7302 -98.4247 95.55 - 67 112.488 408 10 0 -24.7298 -98.4256 94.15 - 67 195.57 776 9 1 -24.7239 -98.4465 65.55 - 67 107.028 408 9 0 -24.7235 -98.4477 64.15 - 67 96.5903 776 8 1 -24.7167 -98.4712 35.55 - 67 109.308 408 8 0 -24.7172 -98.4713 34.15 - 67 145.909 776 7 1 -24.7286 -98.4761 5.55 - 67 146.38 408 7 0 -24.7301 -98.4758 4.15 - 67 126.924 776 6 1 -24.761 -98.471 -24.45 - 67 120.464 408 6 0 -24.7621 -98.4704 -25.85 - 67 371.62 776 5 1 -24.786 -98.4587 -54.45 - 67 242.42 408 5 0 -24.7864 -98.4583 -55.85 - 67 119.038 776 4 1 -24.7973 -98.45 -84.45 - 67 103.884 408 4 0 -24.7972 -98.4504 -85.85 - 67 107.412 776 3 1 -24.7929 -98.4655 -114.45 - 67 242.54 408 3 0 -24.7921 -98.4662 -115.85 - 67 220.447 776 2 1 -24.7796 -98.4805 -144.45 - 67 359.051 408 2 0 -24.7789 -98.4799 -145.85 - 67 142.217 776 1 1 -24.7615 -98.4635 -174.45 - 67 107.902 408 1 0 -24.762 -98.4638 -175.85 - 67 399.718 776 0 1 -24.77 -98.469 -204.45 - 67 481.515 408 0 0 -24.7709 -98.4694 -205.85 - 67 39.8527 619 4 0 -103.356 -56.1578 -86.25 - 67 23.5123 620 4 0 -103.385 -56.05 -86.2075 - 67 132.911 292 11 0 -102.025 -121.568 123.75 - 67 41.873 293 11 0 -102.011 -121.55 123.773 - 67 8.3898 197 1 0 -39.1962 -140.697 -176.25 - 67 12.0846 1161 1 0 -68.9979 52.2771 -176.25 - 67 152.721 409 3 0 -24.7942 -98.3498 -115.892 - 67 157.756 779 1 1 -24.2281 -97.8821 -174.45 - 67 137.151 411 1 0 -24.1791 -97.8386 -175.85 - 67 107.663 784 0 1 -23.1328 -96.8732 -204.45 - 67 126.933 416 0 0 -23.0386 -96.8991 -205.85 - 67 33.3572 775 2 1 -24.9304 -98.5698 -144.45 - 67 89.4509 774 2 1 -25.05 -98.6533 -144.464 - 67 56.2541 773 2 1 -25.2502 -98.7925 -144.487 - 67 58.6915 772 2 1 -25.4502 -98.9407 -144.508 - 67 108.721 771 2 1 -25.65 -99.0883 -144.521 - 67 61.419 770 2 1 -25.85 -99.2409 -144.53 - 67 72.3581 769 2 1 -26.05 -99.3905 -144.541 - 67 53.7028 768 2 1 -26.25 -99.5358 -144.549 - 67 79.7547 767 2 1 -26.4504 -99.6909 -144.56 - 67 69.2503 766 2 1 -26.65 -99.8612 -144.57 - 67 115.642 765 2 1 -26.85 -100.022 -144.586 - 67 87.3211 764 2 1 -27.05 -100.178 -144.595 - 67 62.1503 763 2 1 -27.25 -100.334 -144.593 - 67 71.7532 762 2 1 -27.45 -100.486 -144.588 - 67 72.9244 761 2 1 -27.65 -100.639 -144.588 - 67 141.727 760 2 1 -27.85 -100.786 -144.587 - 67 57.0112 759 2 1 -28.05 -100.925 -144.587 - 67 64.2701 758 2 1 -28.2503 -101.062 -144.579 - 67 173.752 757 2 1 -28.45 -101.193 -144.565 - 67 75.91 756 2 1 -28.65 -101.334 -144.55 - 67 71.4537 755 2 1 -28.85 -101.467 -144.532 - 67 78.8262 754 2 1 -29.05 -101.607 -144.515 - 67 61.9249 753 2 1 -29.25 -101.749 -144.503 - 67 65.3286 752 2 1 -29.4503 -101.894 -144.498 - 67 67.5301 751 2 1 -29.65 -102.029 -144.488 - 67 73.3884 750 2 1 -29.85 -102.175 -144.474 - 67 78.4899 749 2 1 -30.05 -102.338 -144.468 - 67 89.4087 748 2 1 -30.2503 -102.522 -144.482 - 67 211.374 747 2 1 -30.45 -102.699 -144.496 - 67 64.114 746 2 1 -30.65 -102.86 -144.507 - 67 60.1481 745 2 1 -30.85 -103.016 -144.512 - 67 116.436 744 2 1 -31.05 -103.173 -144.506 - 67 68.0766 743 2 1 -31.25 -103.339 -144.502 - 67 82.3225 742 2 1 -31.45 -103.504 -144.493 - 67 64.4412 741 2 1 -31.65 -103.673 -144.476 - 67 40.6984 740 2 1 -31.85 -103.842 -144.451 - 67 60.4829 739 2 1 -32.05 -103.979 -144.462 - 67 62.0309 738 2 1 -32.25 -104.1 -144.477 - 67 81.3328 737 2 1 -32.45 -104.219 -144.497 - 67 73.4955 736 2 1 -32.65 -104.341 -144.52 - 67 156.293 735 2 1 -32.85 -104.461 -144.538 - 67 84.9955 734 2 1 -33.0506 -104.582 -144.556 - 67 231.752 733 2 1 -33.25 -104.705 -144.569 - 67 184.603 732 2 1 -33.45 -104.827 -144.58 - 67 67.0873 731 2 1 -33.65 -104.952 -144.611 - 67 54.9677 730 2 1 -33.85 -105.069 -144.634 - 67 64.6632 729 2 1 -34.05 -105.189 -144.653 - 67 57.1473 728 2 1 -34.2501 -105.302 -144.665 - 67 127.997 727 2 1 -34.45 -105.396 -144.67 - 67 381.97 726 2 1 -34.65 -105.496 -144.69 - 67 84.3562 725 2 1 -34.85 -105.593 -144.706 - 67 81.3525 724 2 1 -35.05 -105.686 -144.721 - 67 268.693 723 2 1 -35.2502 -105.774 -144.728 - 67 65.9252 722 2 1 -35.4501 -105.861 -144.736 - 67 109.569 721 2 1 -35.65 -105.945 -144.748 - 67 62.8428 720 2 1 -35.85 -106.031 -144.766 - 67 142.164 719 2 1 -36.05 -106.114 -144.78 - 67 112.452 718 2 1 -36.25 -106.196 -144.781 - 67 54.0927 717 2 1 -36.4502 -106.289 -144.781 - 67 78.7163 716 2 1 -36.6501 -106.393 -144.79 - 67 79.755 715 2 1 -36.85 -106.493 -144.802 - 67 95.0039 714 2 1 -37.0504 -106.592 -144.817 - 67 53.5977 713 2 1 -37.25 -106.694 -144.834 - 67 9.89282 712 2 1 -37.4504 -106.798 -144.848 - 67 57.812 299 2 0 -61.3444 -120.237 -145.85 - 67 117.519 298 2 0 -61.5437 -120.35 -145.858 - 67 126.902 297 2 0 -61.8978 -120.55 -145.878 - 67 120.76 296 2 0 -62.2296 -120.75 -145.924 - 67 110.675 295 2 0 -62.5689 -120.95 -145.988 - 67 111.971 294 2 0 -62.8897 -121.15 -146.042 - 67 97.546 293 2 0 -63.189 -121.35 -146.077 - 67 101.929 292 2 0 -63.4756 -121.55 -146.109 - 67 200.214 291 2 0 -63.7774 -121.75 -146.147 - 67 114.008 290 2 0 -64.0743 -121.95 -146.192 - 67 12.5285 289 2 0 -64.3571 -122.15 -146.242 - 67 128.127 1248 1 0 101.38 69.7098 -176.25 - 67 70.1551 1249 1 0 101.715 69.8501 -176.111 - 67 56.5514 1250 1 0 101.666 70.05 -175.968 - 67 128.7 1405 1 1 101.302 71.1001 -174.85 - 67 93.5219 1334 2 0 110.337 86.9557 -146.249 - 67 36.061 1335 2 0 110.371 87.05 -146.005 - 67 134.97 1448 2 1 109.822 87.2731 -144.85 - 67 494.05 1447 2 1 109.75 87.2504 -144.746 - 67 180.959 566 2 0 39.9943 -66.8437 -146.25 - 67 51.9318 410 5 0 -25.0123 -97.9915 -55.8505 - 67 114.482 411 5 0 -25.0289 -97.95 -55.9541 - 67 144.437 752 4 1 -29.5765 -88.0178 -84.4504 - 67 147.363 462 4 0 -29.2987 -87.6216 -85.85 - 67 148.032 791 3 1 -21.7629 -74.0758 -114.45 - 67 22.836 535 3 0 -21.6885 -72.8683 -115.85 - 67 135.019 536 3 0 -21.6859 -72.85 -115.87 - 67 77.7922 537 3 0 -21.6534 -72.65 -116.054 - 67 1.77332 538 3 0 -21.6288 -72.45 -116.247 - 67 11.2231 575 3 0 7.20692 -65.0238 -116.25 - 67 124.001 574 3 0 7.24257 -65.05 -116.216 - 67 22.5417 573 3 0 7.53612 -65.2501 -115.895 - 67 63.0198 941 3 1 8.30532 -65.6908 -114.85 - 67 84.1428 942 3 1 8.45003 -65.7628 -114.677 - 67 8.52071 943 3 1 8.65 -65.8566 -114.466 - 67 263.34 944 3 1 8.86863 -66.2298 -114.45 - 67 100.73 571 3 0 9.34118 -65.8358 -115.85 - 67 83.9289 572 3 0 9.34289 -65.6497 -116.017 - 67 18.285 1694 8 1 159.074 109.888 35.15 - 67 3.32854 409 5 0 -24.8308 -98.35 -56.2282 - 67 113.089 769 4 1 -26.1042 -96.2442 -84.4501 - 67 156.631 418 4 0 -26.2642 -96.3621 -85.85 - 67 18.5396 753 3 1 -29.4417 -98.5989 -114.45 - 67 118.06 752 3 1 -29.45 -98.6099 -114.518 - 67 212.63 406 3 0 -29.6191 -98.8383 -115.85 - 67 122.668 379 2 0 -33.4774 -104.189 -145.85 - 67 225.8 715 1 1 -36.8531 -107.963 -174.45 - 67 121.142 359 1 0 -37.0307 -108.296 -175.85 - 67 49.3996 358 1 0 -37.0598 -108.35 -176.087 - 67 92.0238 693 0 1 -41.4378 -113.591 -204.45 - 67 40.9439 692 0 1 -41.45 -113.635 -204.697 - 67 147.255 331 0 0 -41.5114 -113.829 -205.85 -Number of digits in this event: 52 +Number of tracker hits in this event: 46 + 67 195.996 969 11 1 14.003 -51.6452 125.55 + 67 204.995 642 11 0 14.0043 -51.646 124.15 + 67 229.852 969 10 1 14.037 -51.6543 95.55 + 67 221.617 641 10 0 14.0375 -51.6522 94.15 + 67 143.866 970 9 1 14.0554 -51.609 65.55 + 67 106.454 642 9 0 14.0539 -51.6038 64.15 + 67 117.146 969 8 1 14.029 -51.5057 35.55 + 67 168.973 642 8 0 14.0292 -51.5011 34.15 + 67 113.942 969 7 1 14.0278 -51.408 5.55 + 67 166.548 643 7 0 14.029 -51.4048 4.15 + 67 148.414 970 6 1 14.0514 -51.3476 -24.45 + 67 254.887 643 6 0 14.0506 -51.3475 -25.85 + 67 121.625 969 5 1 14.035 -51.3393 -54.45 + 67 100.492 643 5 0 14.0328 -51.3393 -55.85 + 67 206.875 969 4 1 13.9816 -51.3448 -84.45 + 67 335.443 643 4 0 13.9803 -51.3446 -85.85 + 67 102.814 969 3 1 13.9407 -51.337 -114.45 + 67 125.285 643 3 0 13.9352 -51.3347 -115.85 + 67 182.344 968 2 1 13.8254 -51.286 -144.45 + 67 194.334 643 2 0 13.8153 -51.2852 -145.85 + 67 183.909 967 1 1 13.612 -51.2658 -174.45 + 67 205.759 643 1 0 13.6018 -51.2603 -175.85 + 67 138.825 966 0 1 13.4025 -51.1394 -204.45 + 67 206.172 644 0 0 13.3899 -51.1319 -205.85 + 67 38.3928 642 4 0 14.0926 -51.45 -86.111 + 67 96.382 969 2 1 14.0472 -51.0108 -144.45 + 67 136.301 642 2 0 12.3019 -51.613 -145.85 + 67 101.45 641 2 0 12.223 -51.65 -145.927 + 67 190.524 587 2 0 -49.4308 -62.5913 -146.25 + 67 0.0442132 586 2 0 -49.8323 -62.65 -145.85 + 67 34.1054 632 2 1 -53.4656 -64.6262 -144.85 + 67 171.728 542 2 0 -69.3591 -71.4749 -145.85 + 67 74.5096 541 2 0 -69.7254 -71.65 -146.111 + 67 75.2808 353 2 0 -114.062 -109.379 -146.25 + 67 112.081 352 2 0 -114.188 -109.55 -146.11 + 67 72.5683 351 2 0 -114.369 -109.75 -145.995 + 67 68.4974 350 2 0 -114.389 -109.95 -145.921 + 67 213.276 349 2 0 -114.449 -110.15 -145.962 + 67 72.2226 348 2 0 -114.499 -110.35 -146.061 + 67 80.0654 347 2 0 -114.465 -110.55 -146.16 + 67 123.501 970 2 1 14.05 -51.0112 -144.451 + 67 91.7483 599 2 0 -3.57447 -60.2047 -146.25 + 67 71.6499 600 2 0 -3.47724 -60.0499 -146.028 + 67 368.655 885 2 1 -2.88829 -58.5692 -144.85 + 67 314.396 886 2 1 -2.85 -58.9537 -144.593 + 67 16.1426 642 10 0 14.0608 -51.65 93.9453 +Number of digits in this event: 27 Using G4ParticleGun... -Particle energy: 3.9178 LIN +Particle energy: 3.47458 LIN Particle: e- Event: 68 -Number of tracker hits in this event: 82 - 68 454.704 964 11 1 12.8872 -6.49552 125.55 - 68 112.318 867 11 0 12.8858 -6.4956 124.15 - 68 121.678 964 10 1 12.8648 -6.49348 95.55 - 68 206.212 867 10 0 12.8644 -6.49341 94.15 - 68 128.769 964 9 1 12.8543 -6.49288 65.55 - 68 148.047 867 9 0 12.8548 -6.4943 64.15 - 68 152.988 964 8 1 12.8615 -6.52523 35.55 - 68 145.629 867 8 0 12.8627 -6.5309 34.15 - 68 384.898 964 7 1 12.8972 -6.65007 5.55 - 68 109.454 866 7 0 12.8988 -6.65803 4.15 - 68 134.305 964 6 1 12.9411 -6.82365 -24.45 - 68 124.4 866 6 0 12.9427 -6.83122 -25.85 - 68 390.535 964 5 1 12.999 -6.98392 -54.45 - 68 449.893 865 5 0 12.9956 -6.98984 -55.85 - 68 381.369 964 4 1 12.9279 -7.12197 -84.45 - 68 346.598 864 4 0 12.9272 -7.12346 -85.85 - 68 263.887 964 3 1 12.923 -7.15132 -114.45 - 68 107.716 864 3 0 12.9202 -7.15186 -115.85 - 68 156.831 964 2 1 12.8847 -7.17124 -144.45 - 68 368.69 864 2 0 12.8842 -7.16861 -145.85 - 68 102.301 964 1 1 12.8814 -7.15426 -174.45 - 68 147.026 864 1 0 12.8803 -7.15076 -175.85 - 68 263.502 964 0 1 12.8647 -7.08867 -204.45 - 68 126.288 864 0 0 12.8639 -7.08165 -205.85 - 68 118.281 965 3 1 13.0574 -6.58842 -114.45 - 68 113.735 867 3 0 13.0741 -6.55126 -115.85 - 68 339.024 966 2 1 13.377 -5.80003 -144.45 - 68 243.463 871 2 0 13.3759 -5.76149 -145.85 - 68 136.599 966 1 1 13.3053 -4.9152 -174.45 - 68 126.355 875 1 0 13.3259 -4.89253 -175.85 - 68 148.025 968 0 1 13.6756 -4.47193 -204.45 - 68 139.387 877 0 0 13.737 -4.48409 -205.85 - 68 109.277 966 0 1 13.3385 -4.80468 -204.45 - 68 103.621 873 0 0 13.5331 -5.29165 -205.85 - 68 23.9529 872 0 0 13.5851 -5.4502 -206.185 - 68 142.623 963 0 1 12.7496 -4.04769 -204.45 - 68 44.7327 962 0 1 12.65 -3.66867 -204.747 - 68 53.6714 888 0 0 12.1696 -2.34822 -205.85 - 68 110.058 889 0 0 12.1365 -2.24993 -205.929 - 68 69.5579 890 0 0 12.0918 -2.05 -206.08 - 68 19.8107 891 0 0 12.0797 -1.85 -206.212 - 68 47.8921 1185 2 0 125.901 57.05 -146.088 - 68 209.654 863 3 0 12.9656 -7.4358 -115.85 - 68 133.96 862 2 0 13.4122 -7.57801 -145.85 - 68 152.12 972 1 1 14.4542 -7.65328 -174.45 - 68 120.024 861 1 0 14.4823 -7.66441 -175.85 - 68 119.022 975 0 1 15.0767 -7.84179 -204.45 - 68 98.7573 861 0 0 15.0958 -7.81772 -205.85 - 68 37.1453 961 1 0 -58.0783 12.3259 -176.25 - 68 78.7963 962 1 0 -58.3086 12.45 -175.946 - 68 47.5194 963 1 0 -58.4195 12.65 -175.874 - 68 129.417 612 1 1 -57.5712 15.5135 -174.85 - 68 341.285 611 1 1 -57.65 15.7623 -174.671 - 68 152.605 866 5 0 13.2498 -6.80649 -55.8502 - 68 71.0316 1008 4 1 21.7631 1.19251 -84.4504 - 68 121.242 1007 4 1 21.65 1.14263 -84.5767 - 68 160.253 1006 4 1 21.45 1.02431 -84.765 - 68 307.452 902 4 0 20.5709 0.52613 -85.85 - 68 129.189 901 4 0 20.3143 0.45 -86.2397 - 68 73.4332 900 4 0 20.2533 0.25 -86.1474 - 68 152.484 1002 4 0 -44.3236 20.5482 -86.2499 - 68 133.997 674 4 1 -45.0626 20.6883 -84.85 - 68 203.757 967 4 1 13.46 -5.88305 -84.45 - 68 118.374 870 4 0 13.4664 -5.89652 -85.85 - 68 24.7179 968 3 1 13.8456 -6.18772 -114.45 - 68 83.9544 969 3 1 13.85 -6.19547 -114.548 - 68 135.056 868 3 0 13.9255 -6.29087 -115.85 - 68 169.233 977 2 1 15.5241 -8.05857 -144.45 - 68 99.0032 859 2 0 15.5622 -8.15779 -145.85 - 68 115.682 981 1 1 16.3718 -10.1664 -174.45 - 68 176.24 848 1 0 16.514 -10.3103 -175.85 - 68 112.28 995 0 1 19.1529 -13.2621 -204.45 - 68 207.23 833 0 0 19.2674 -13.278 -205.85 - 68 234.123 965 2 1 13.0581 -7.14957 -144.45 - 68 124.358 967 1 1 13.5297 -6.85037 -174.45 - 68 147.688 866 1 0 13.6269 -6.828 -175.851 - 68 93.4521 977 0 1 15.6183 -6.60348 -204.45 - 68 34.7445 978 0 1 15.65 -6.60501 -204.747 - 68 125.046 867 0 0 15.7662 -6.61006 -205.85 - 68 106.797 965 1 1 13.0636 -7.32175 -174.45 - 68 180.26 863 1 0 13.0627 -7.32466 -175.85 - 68 102.653 863 0 0 13.0196 -7.42564 -205.85 -Number of digits in this event: 53 +Number of tracker hits in this event: 71 + 68 112.578 615 11 0 -60.5206 -56.9391 124.15 + 68 119.965 597 10 1 -60.5226 -56.9452 95.55 + 68 164.242 615 10 0 -60.5209 -56.9457 94.15 + 68 108.43 597 9 1 -60.4904 -56.958 65.55 + 68 108.674 615 9 0 -60.4825 -56.9529 64.15 + 68 156.792 598 8 1 -60.3225 -56.8445 35.55 + 68 140.121 616 8 0 -60.3202 -56.841 34.15 + 68 128.002 598 7 1 -60.3058 -56.774 5.55 + 68 355.351 616 7 0 -60.3123 -56.7731 4.15 + 68 113.866 598 6 1 -60.4411 -56.7775 -24.45 + 68 174.504 616 6 0 -60.4497 -56.7743 -25.85 + 68 43.9998 597 5 1 -60.6492 -56.7115 -54.45 + 68 102.81 596 5 1 -60.65 -56.7112 -54.5912 + 68 122.478 616 5 0 -60.6573 -56.7085 -55.85 + 68 116.387 596 4 1 -60.8171 -56.6187 -84.45 + 68 113.285 617 4 0 -60.8272 -56.6108 -85.85 + 68 154.121 595 3 1 -61.0214 -56.4406 -114.45 + 68 146.505 618 3 0 -61.0336 -56.4373 -115.85 + 68 108.577 593 2 1 -61.3014 -56.3512 -144.45 + 68 130.582 618 2 0 -61.3093 -56.3456 -145.85 + 68 180.296 593 1 1 -61.4366 -56.2405 -174.45 + 68 122.856 619 1 0 -61.4382 -56.2376 -175.85 + 68 124.693 592 0 1 -61.4635 -56.1637 -204.45 + 68 222.788 619 0 0 -61.4706 -56.1592 -205.85 + 68 306.648 599 1 1 -60.1157 -56.367 -174.45 + 68 70.742 618 1 0 -60.0785 -56.4371 -175.85 + 68 111.242 617 1 0 -60.0728 -56.45 -176.057 + 68 153.65 606 0 1 -58.747 -58.6025 -204.45 + 68 39.2994 605 0 0 -58.7347 -58.9988 -205.85 + 68 67.2348 604 0 0 -58.7306 -59.05 -206.024 + 68 11.5776 600 1 1 -60.05 -56.2836 -174.822 + 68 143.441 620 1 0 -59.8654 -56.0378 -175.85 + 68 173.316 622 0 1 -55.6127 -50.1753 -204.45 + 68 215.453 651 0 0 -55.1892 -49.775 -205.85 + 68 232.885 599 7 1 -60.0907 -56.6967 5.55 + 68 102.488 601 6 1 -59.8082 -56.538 -24.45 + 68 284.971 617 6 0 -59.792 -56.522 -25.85 + 68 148.93 602 5 1 -59.4625 -56.2191 -54.45 + 68 163.847 619 5 0 -59.4482 -56.2099 -55.85 + 68 112.395 604 4 1 -59.1392 -56.0472 -84.45 + 68 115.66 620 4 0 -59.1229 -56.0393 -85.85 + 68 121.494 606 3 1 -58.7895 -55.8656 -114.45 + 68 124.817 620 3 0 -58.7792 -55.8638 -115.85 + 68 117.122 607 2 1 -58.5892 -55.8141 -144.45 + 68 149.813 621 2 0 -58.575 -55.8133 -145.85 + 68 122.696 608 1 1 -58.2631 -55.8026 -174.45 + 68 134.94 621 1 0 -58.2503 -55.7995 -175.85 + 68 130.068 610 0 1 -58.016 -55.7397 -204.45 + 68 151.967 621 0 0 -58.0043 -55.7409 -205.85 + 68 17.8565 853 0 1 -9.45 -24.8889 -204.817 + 68 62.4488 780 0 0 -10.5835 -24.0318 -205.85 + 68 34.0736 752 1 1 -29.5723 -42.8966 -174.85 + 68 271.765 854 0 1 -9.24996 -24.7853 -204.721 + 68 3.77911 855 0 1 -9.05 -24.8648 -204.748 + 68 290.228 600 6 1 -60.0071 -56.5002 -24.45 + 68 124.404 600 5 1 -59.9241 -56.4561 -54.45 + 68 122.808 617 5 0 -59.9297 -56.4669 -55.85 + 68 121.887 600 4 1 -60.0081 -56.723 -84.45 + 68 96.5026 616 4 0 -60.0061 -56.7444 -85.85 + 68 144.761 600 3 1 -59.9442 -57.1539 -114.45 + 68 112.34 614 3 0 -59.9521 -57.1703 -115.85 + 68 143.343 599 2 1 -60.0689 -57.5327 -144.45 + 68 138.174 612 2 0 -60.0834 -57.546 -145.85 + 68 145.907 598 1 1 -60.3987 -57.8076 -174.45 + 68 158.842 611 1 0 -60.393 -57.8091 -175.85 + 68 108.309 598 0 1 -60.3279 -57.8026 -204.45 + 68 131.1 611 0 0 -60.3201 -57.7975 -205.85 + 68 28.3065 574 0 0 -56.3887 -65.05 -206.228 + 68 190.958 618 6 0 -59.8851 -56.3594 -25.85 + 68 214.345 1061 7 1 32.25 -31.4316 5.24849 + 68 90.9825 1060 7 1 32.2498 -31.4537 5.47333 +Number of digits in this event: 45 Using G4ParticleGun... -Particle energy: 3.96478 LIN +Particle energy: 8.77814 LIN Particle: e- Event: 69 -Number of tracker hits in this event: 82 - 69 154.178 961 11 1 12.4386 36.6484 125.55 - 69 118.891 1082 11 0 12.4381 36.6472 124.15 - 69 113.794 961 10 1 12.4285 36.6266 95.55 - 69 109.567 1082 10 0 12.4293 36.6265 94.15 - 69 156.504 961 9 1 12.4454 36.6296 65.55 - 69 94.8666 1082 9 0 12.4448 36.6296 64.15 - 69 95.4489 961 8 1 12.4373 36.6253 35.55 - 69 122.645 1082 8 0 12.438 36.6253 34.15 - 69 120.897 962 7 1 12.4513 36.6258 5.55 - 69 107.898 1082 7 0 12.4558 36.6289 4.15 - 69 344.444 962 6 1 12.5585 36.6911 -24.45 - 69 110.59 1083 6 0 12.5645 36.6954 -25.85 - 69 115.93 963 5 1 12.687 36.7926 -54.45 - 69 322.003 1083 5 0 12.6936 36.7972 -55.85 - 69 161.026 963 4 1 12.8199 36.8963 -84.45 - 69 143.453 1084 4 0 12.8238 36.9005 -85.85 - 69 99.8189 964 3 1 12.9003 36.9853 -114.45 - 69 141.644 1084 3 0 12.9017 36.9884 -115.85 - 69 121.254 964 2 1 12.9265 37.0599 -144.45 - 69 275.706 1085 2 0 12.9305 37.0635 -145.85 - 69 886.577 964 1 1 12.9987 37.1579 -174.45 - 69 663.952 1085 1 0 12.9991 37.1612 -175.85 - 69 299.527 964 0 1 13.0056 37.2367 -204.45 - 69 258.296 1085 0 0 13.0045 37.2391 -205.85 - 69 274.951 134 1 0 170.059 -153.15 -176.207 - 69 74.2003 133 1 0 170.387 -153.35 -176.103 - 69 215.777 1752 1 1 170.655 -153.692 -174.85 - 69 17.2077 1084 2 0 12.9492 37.05 -146.198 - 69 127.709 851 2 0 13.5475 -9.81185 -146.25 - 69 91.4711 850 2 0 13.525 -9.85 -146.22 - 69 53.5163 570 2 0 25.6197 -65.9678 -146.25 - 69 199.215 569 2 0 25.6377 -66.0501 -146.208 - 69 37.5923 1002 3 0 81.9711 20.6498 -116.25 - 69 95.466 1003 3 0 82.0865 20.65 -116.182 - 69 117.44 1102 3 0 84.0997 40.6103 -116.25 - 69 143.073 1103 3 0 84.0692 40.6501 -116.181 - 69 171.95 952 3 0 97.7038 10.6035 -116.25 - 69 130.329 971 0 1 14.3757 38.6918 -204.45 - 69 110.646 1093 0 0 14.4481 38.7415 -205.85 - 69 119.722 965 2 1 13.1422 37.1139 -144.45 - 69 109.406 963 1 1 12.6883 37.3799 -174.45 - 69 158.574 1087 1 0 12.7076 37.4572 -175.85 - 69 116.133 966 0 1 13.4132 39.1494 -204.45 - 69 128.599 1095 0 0 13.4332 39.1558 -205.85 - 69 35.6146 965 1 1 13.05 36.8565 -174.752 - 69 121.297 1083 1 0 13.2531 36.8036 -175.85 - 69 118.782 1021 1 0 78.4227 24.3511 -176.25 - 69 157.415 1020 1 0 78.5651 24.2499 -176.173 - 69 39.6478 1019 1 0 78.6984 24.05 -175.941 - 69 21.2167 1293 1 1 78.845 23.569 -174.85 - 69 116.454 1294 1 1 78.85 23.5631 -174.767 - 69 82.3293 1724 11 0 -116.379 164.95 124.025 - 69 133.278 1084 1 0 12.9736 36.8638 -175.85 - 69 126.83 961 0 1 12.3911 36.8189 -204.45 - 69 524.867 1083 0 0 12.3655 36.7987 -205.85 - 69 12.5072 839 0 1 -12.05 67.384 -204.806 - 69 212.425 1082 6 0 12.4862 36.6308 -25.85 - 69 134.646 961 5 1 12.4116 36.6932 -54.45 - 69 101.061 961 4 1 12.3393 36.5324 -84.45 - 69 142.553 1082 4 0 12.3404 36.5455 -85.85 - 69 120.749 961 3 1 12.3133 36.8587 -114.45 - 69 138.438 1083 3 0 12.2853 36.8343 -115.85 - 69 117.343 958 2 1 11.6641 36.3929 -144.45 - 69 614.072 1081 2 0 11.6522 36.371 -145.85 - 69 140.554 956 1 1 11.4329 35.6105 -174.45 - 69 94.2616 1077 1 0 11.4453 35.585 -175.85 - 69 116.898 958 0 1 11.7147 35.0201 -204.45 - 69 139.654 1074 0 0 11.7293 34.9723 -205.85 - 69 323.533 1082 2 0 11.587 36.4501 -146.089 - 69 115.216 965 5 1 13.1123 36.2239 -54.45 - 69 106.536 1080 5 0 13.1625 36.2342 -55.85 - 69 176.851 970 4 1 14.1798 36.4082 -84.45 - 69 107.897 1081 4 0 14.2179 36.3923 -85.85 - 69 152.211 975 3 1 15.0658 36.1808 -114.45 - 69 108.156 1080 3 0 15.094 36.1865 -115.85 - 69 53.9553 977 2 1 15.6378 36.2654 -144.45 - 69 54.3941 978 2 1 15.65 36.2835 -144.632 - 69 123 988 1 1 17.6594 39.0848 -174.45 - 69 130.266 1094 1 0 17.6337 38.9673 -175.85 - 69 128.411 983 0 1 16.6848 36.4289 -204.45 - 69 111.222 1081 0 0 16.6222 36.3654 -205.85 - 69 13.2069 993 0 1 18.8189 36.7011 -204.815 -Number of digits in this event: 46 +Number of tracker hits in this event: 67 + 69 131.207 965 11 1 13.2426 79.3771 125.55 + 69 116.792 1296 11 0 13.2432 79.3766 124.15 + 69 135.782 966 10 1 13.2572 79.3672 95.55 + 69 176.574 1296 10 0 13.2572 79.366 94.15 + 69 126.547 966 9 1 13.255 79.3466 65.55 + 69 188.377 1296 9 0 13.254 79.3462 64.15 + 69 120.988 965 8 1 13.242 79.3425 35.55 + 69 125.132 1296 8 0 13.2422 79.3435 34.15 + 69 133.465 965 7 1 13.2482 79.3668 5.55 + 69 442.889 1296 7 0 13.2489 79.3686 4.15 + 69 130.944 966 6 1 13.2594 79.4056 -24.45 + 69 154.506 1296 6 0 13.2585 79.4088 -25.85 + 69 371.354 965 5 1 13.2308 79.4698 -54.45 + 69 120.544 1297 5 0 13.2293 79.4731 -55.85 + 69 400.055 965 4 1 13.1944 79.5347 -84.45 + 69 176.341 1297 4 0 13.1916 79.5422 -85.85 + 69 106.538 965 3 1 13.1546 79.6983 -114.45 + 69 206.513 1298 3 0 13.1582 79.711 -115.85 + 69 140.599 965 2 1 13.2039 79.9809 -144.45 + 69 110.252 1299 2 0 13.1969 79.9977 -145.85 + 69 97.2665 964 1 1 13.0459 80.3146 -174.45 + 69 129.065 1301 1 0 13.0275 80.3228 -175.85 + 69 211.309 962 0 1 12.649 80.4912 -204.45 + 69 97.0459 1302 0 0 12.6266 80.4967 -205.85 + 69 44.6702 836 3 1 -12.7171 69.428 -114.85 + 69 208.251 1297 7 0 13.1604 79.45 3.91574 + 69 45.163 966 7 1 13.25 79.3699 5.29258 + 69 90.7143 1298 7 0 13.5385 79.65 3.95538 + 69 12.04 1299 7 0 13.6155 79.85 3.77158 + 69 275.225 966 0 1 13.3863 79.6882 -204.45 + 69 550.518 1297 0 0 13.3747 79.6453 -205.85 + 69 145.974 1298 0 0 13.3634 79.7045 -205.85 + 69 25.6331 1355 7 0 61.2332 91.15 4.10677 + 69 106.78 1000 6 1 20.1943 78.4647 -24.45 + 69 40.3651 1001 6 1 20.25 78.5414 -24.7899 + 69 70.6414 1295 6 0 20.5133 79.0541 -25.85 + 69 53.0124 1294 6 0 20.5619 79.05 -26.1012 + 69 60.598 1074 6 0 30.1817 35.0153 -26.2499 + 69 74.2134 1073 6 0 30.0901 34.8494 -26.1284 + 69 123.35 1072 6 0 29.9748 34.6499 -26.1204 + 69 66.6141 1071 6 0 29.8217 34.45 -26.1523 + 69 105.025 1070 6 0 29.748 34.25 -26.2279 + 69 99.652 1069 6 0 29.587 34.05 -26.2152 + 69 431.579 1068 6 0 29.5668 33.85 -26.1551 + 69 234.239 1296 5 0 13.2271 79.2662 -55.85 + 69 121.022 1296 4 0 13.1989 79.2778 -85.85 + 69 258.747 966 3 1 13.3252 79.2768 -114.45 + 69 200.16 1296 3 0 13.3352 79.2768 -115.85 + 69 125.785 967 2 1 13.5507 79.2849 -144.45 + 69 112.802 1296 2 0 13.5613 79.2894 -145.85 + 69 99.4206 968 1 1 13.7813 79.3636 -174.45 + 69 101.454 1296 1 0 13.7939 79.3715 -175.85 + 69 306.83 969 0 1 14.0406 79.5147 -204.45 + 69 38.6467 970 0 1 14.05 79.5183 -204.718 + 69 114.322 1295 4 0 13.2249 79.2338 -85.85 + 69 160.805 1295 3 0 13.2744 79.1396 -115.85 + 69 119.298 966 2 1 13.3521 79.0305 -144.45 + 69 145.94 1294 2 0 13.354 79.0303 -145.85 + 69 110.632 966 1 1 13.4064 79.0248 -174.45 + 69 119.099 1294 1 0 13.4098 79.0264 -175.85 + 69 211.259 967 0 1 13.4824 79.0588 -204.45 + 69 111.27 1295 0 0 13.4858 79.0627 -205.85 + 69 25.5287 1435 3 0 -128.458 107.231 -116.25 + 69 44.0727 1537 6 1 127.55 -33.5027 -24.486 + 69 140.403 417 1 1 -96.6248 60.5058 -174.85 + 69 136.025 416 1 1 -96.75 60.4894 -174.766 + 69 0.933135 1632 4 0 80.7011 146.651 -86.25 +Number of digits in this event: 39 Using G4ParticleGun... -Particle energy: 3.84831 LIN +Particle energy: 9.315 LIN Particle: e- Event: 70 -Number of tracker hits in this event: 84 - 70 202.428 446 9 1 -90.752 -87.4152 65.55 - 70 116.685 463 9 0 -90.7537 -87.4169 64.15 - 70 155.995 446 8 1 -90.8069 -87.4525 35.55 - 70 99.3159 462 8 0 -90.8092 -87.4562 34.15 - 70 111.507 446 7 1 -90.8516 -87.5242 5.55 - 70 140.565 462 7 0 -90.8538 -87.5263 4.15 - 70 244.168 446 6 1 -90.8999 -87.5718 -24.45 - 70 119.466 462 6 0 -90.9011 -87.5725 -25.85 - 70 118.274 446 5 1 -90.9321 -87.5958 -54.45 - 70 301.391 462 5 0 -90.9361 -87.5982 -55.85 - 70 193.646 445 4 1 -91.031 -87.662 -84.45 - 70 112.862 461 4 0 -91.0354 -87.6657 -85.85 - 70 536.029 445 3 1 -91.1147 -87.7642 -114.45 - 70 371.866 461 3 0 -91.1149 -87.7577 -115.85 - 70 122.791 445 2 1 -91.1229 -87.6176 -144.45 - 70 113.104 462 2 0 -91.1219 -87.6104 -145.85 - 70 105.457 445 1 1 -91.1207 -87.4674 -174.45 - 70 203.396 462 1 0 -91.12 -87.4594 -175.85 - 70 102.122 445 0 1 -91.1229 -87.2861 -204.45 - 70 355.298 463 0 0 -91.1258 -87.2823 -205.85 - 70 108.069 442 2 1 -91.6703 -86.5387 -144.451 - 70 54.8158 467 2 0 -91.7976 -86.4606 -145.85 - 70 71.3053 468 2 0 -91.8143 -86.45 -146.03 - 70 122.829 429 1 1 -94.337 -84.0151 -174.45 - 70 190.972 481 1 0 -94.3444 -83.7644 -175.85 - 70 123.213 427 0 1 -94.704 -78.4556 -204.45 - 70 51.131 509 0 0 -94.63 -78.0971 -205.851 - 70 56.0659 510 0 0 -94.6201 -78.05 -206.035 - 70 61.8801 444 3 1 -91.15 -87.7874 -114.559 - 70 66.7787 443 3 1 -91.35 -87.7601 -114.666 - 70 49.7352 442 3 1 -91.55 -87.7671 -114.733 - 70 57.5568 441 3 1 -91.75 -87.8121 -114.778 - 70 48.3752 440 3 1 -91.95 -87.7888 -114.794 - 70 0.717229 439 3 1 -92.15 -87.7915 -114.848 - 70 196.479 462 3 0 -94.8044 -87.6166 -115.85 - 70 141.432 446 2 1 -90.8063 -87.2082 -144.45 - 70 136.542 464 2 0 -90.756 -87.0919 -145.85 - 70 111.404 452 1 1 -89.6229 -84.74 -174.45 - 70 112.57 477 1 0 -89.5349 -84.62 -175.85 - 70 131.701 462 0 1 -87.6134 -81.9232 -204.45 - 70 112.536 491 0 0 -87.6017 -81.8438 -205.85 - 70 31.4048 493 0 0 -87.5403 -81.4287 -205.85 - 70 34.6143 443 2 1 -91.4615 -87.7785 -144.45 - 70 0.978204 461 2 0 -91.5157 -87.8496 -145.85 - 70 194.011 460 2 0 -91.516 -87.85 -145.856 - 70 30.7976 424 1 1 -95.3144 -89.2392 -174.45 - 70 98.3575 423 1 1 -95.35 -89.2319 -174.573 - 70 136.738 454 1 0 -95.7885 -89.2024 -175.85 - 70 64.1458 373 0 1 -105.415 -89.0487 -204.45 - 70 73.908 372 0 1 -105.55 -89.1248 -204.621 - 70 5.60248 371 0 1 -105.75 -89.2481 -204.836 - 70 243.352 450 0 0 -106.677 -89.8613 -205.85 - 70 119.524 321 0 0 -145.995 -115.809 -206.25 - 70 101.578 320 0 0 -146.306 -115.95 -206.033 - 70 20.7334 160 0 1 -148.073 -116.339 -204.85 - 70 69.4358 159 0 1 -148.15 -116.354 -204.802 - 70 88.5539 158 0 1 -148.35 -116.414 -204.687 - 70 93.6691 157 0 1 -148.55 -116.492 -204.556 - 70 50.9105 347 1 0 -155.29 -110.575 -176.25 - 70 77.7093 348 1 0 -155.316 -110.55 -176.141 - 70 90.1238 122 1 1 -155.675 -110.146 -174.85 - 70 19.3063 121 1 1 -155.75 -110.052 -174.531 - 70 52.7771 551 2 0 -177.783 -69.7865 -146.25 - 70 59.0982 552 2 0 -177.872 -69.65 -146.161 - 70 66.1946 553 2 0 -178.005 -69.45 -146.035 - 70 18.7717 554 2 0 -178.16 -69.2496 -145.878 - 70 50.8792 4 2 1 -179.23 -68.1073 -144.85 - 70 78.79 3 2 1 -179.35 -67.9903 -144.742 - 70 77.238 2 2 1 -179.55 -67.846 -144.649 - 70 123.771 1 2 1 -179.75 -67.6972 -144.589 - 70 32.2167 0 2 1 -179.95 -67.5083 -144.501 - 70 68.8726 451 0 0 -106.901 -89.85 -205.928 - 70 206.404 365 0 1 -107.055 -88.9705 -204.85 - 70 169.631 366 0 1 -106.95 -88.9617 -204.516 - 70 299.023 443 0 1 -91.3653 -87.7068 -204.45 - 70 117.807 461 0 0 -91.3642 -87.6979 -205.85 - 70 109.483 613 0 0 -61.9219 -57.45 -206.136 - 70 136.082 459 0 0 -91.4885 -88.0967 -205.85 - 70 0.711899 458 0 0 -91.5146 -88.2504 -206.247 - 70 127.331 462 0 0 -87.7227 -87.5577 -206.25 - 70 60.3702 455 0 1 -88.8929 -86.9998 -204.85 - 70 96.3709 454 0 1 -89.05 -86.9909 -204.728 - 70 62.0966 444 0 1 -91.35 -87.6611 -204.657 - 70 90.1577 464 0 0 -91.1344 -87.25 -206.221 -Number of digits in this event: 29 +Number of tracker hits in this event: 27 + 70 114.592 753 11 1 -29.2719 61.9915 125.55 + 70 106.393 1209 11 0 -29.2721 61.9923 124.15 + 70 100.795 753 10 1 -29.2784 62.0123 95.55 + 70 124.467 1209 10 0 -29.279 62.0143 94.15 + 70 160.121 753 9 1 -29.2895 62.0538 65.55 + 70 108.864 1210 9 0 -29.2909 62.0555 64.15 + 70 132.89 753 8 1 -29.3212 62.0877 35.55 + 70 283.443 1210 8 0 -29.3233 62.089 34.15 + 70 111.38 753 7 1 -29.3629 62.1186 5.55 + 70 119.109 1210 7 0 -29.3646 62.1192 4.15 + 70 152.932 753 6 1 -29.3951 62.1283 -24.45 + 70 135.439 1210 6 0 -29.3975 62.1296 -25.85 + 70 180.898 753 5 1 -29.4433 62.1517 -54.45 + 70 120.714 1210 5 0 -29.447 62.1534 -55.85 + 70 114.231 752 4 1 -29.5081 62.1741 -84.45 + 70 123.011 1210 4 0 -29.5123 62.1725 -85.85 + 70 115.728 752 3 1 -29.6215 62.1083 -114.45 + 70 118.426 1210 3 0 -29.6182 62.1112 -115.85 + 70 143.248 752 2 1 -29.4968 62.1944 -144.45 + 70 145.407 1210 2 0 -29.4905 62.1753 -145.85 + 70 219.018 753 1 1 -29.328 61.7978 -174.45 + 70 89.6865 1208 1 0 -29.3234 61.78 -175.85 + 70 103.836 754 0 1 -29.2385 61.4207 -204.45 + 70 120.138 1206 0 0 -29.2408 61.4028 -205.85 + 70 22.5976 1288 0 0 -84.859 77.6711 -206.25 + 70 79.9236 1287 0 0 -84.9606 77.65 -206.221 + 70 5.50218 1379 11 1 95.95 87.5324 125.242 +Number of digits in this event: 15 Using G4ParticleGun... -Particle energy: 2.96101 LIN +Particle energy: 4.46837 LIN Particle: e- Event: 71 -Number of tracker hits in this event: 39 - 71 142.147 352 9 0 -79.2335 -109.698 64.15 - 71 126.017 504 8 1 -79.2238 -109.7 35.55 - 71 117.398 352 8 0 -79.229 -109.704 34.15 - 71 210.191 503 7 1 -79.3494 -109.783 5.55 - 71 125.68 351 7 0 -79.3528 -109.792 4.15 - 71 102.945 503 6 1 -79.43 -109.968 -24.45 - 71 341.642 350 6 0 -79.4323 -109.98 -25.85 - 71 149.92 502 5 1 -79.4816 -110.19 -54.45 - 71 118.788 349 5 0 -79.4855 -110.209 -55.85 - 71 91.6169 502 4 1 -79.5372 -110.609 -84.45 - 71 97.835 347 4 0 -79.5335 -110.621 -85.85 - 71 109.9 502 3 1 -79.504 -110.893 -114.45 - 71 360.043 346 3 0 -79.497 -110.9 -115.85 - 71 105.958 503 2 1 -79.3397 -110.99 -144.45 - 71 303.655 345 2 0 -79.3353 -111.005 -145.85 - 71 116.798 503 1 1 -79.2786 -111.282 -174.45 - 71 204.704 344 1 0 -79.2779 -111.289 -175.85 - 71 713.278 503 0 1 -79.2583 -111.476 -204.45 - 71 171.509 343 0 0 -79.2495 -111.462 -205.85 - 71 664.834 342 0 0 -79.3787 -111.617 -205.85 - 71 64.2518 1793 2 0 -173.864 178.931 -146.25 - 71 248.044 503 3 1 -79.4378 -110.819 -114.45 - 71 122.651 501 2 1 -79.7716 -111.978 -144.45 - 71 194.843 340 2 0 -79.7737 -112.023 -145.85 - 71 134.356 501 1 1 -79.6617 -113.372 -174.45 - 71 107.804 333 1 0 -79.7092 -113.448 -175.85 - 71 116.336 497 0 1 -80.5138 -114.99 -204.45 - 71 172.912 325 0 0 -80.5252 -114.983 -205.85 - 71 187.099 504 2 1 -79.1378 -110.044 -144.45 - 71 113.059 350 2 0 -79.2599 -110.126 -145.851 - 71 110.067 491 1 1 -81.6741 -111.502 -174.45 - 71 4.5372 342 1 0 -82.1416 -111.746 -175.85 - 71 121.308 341 1 0 -82.1495 -111.75 -175.874 - 71 98.2307 436 0 1 -92.8529 -116.16 -204.45 - 71 115.205 318 0 0 -93.1532 -116.461 -205.85 - 71 0.421273 317 0 0 -93.2353 -116.55 -206.247 - 71 10.6859 346 2 0 -79.4918 -110.932 -145.85 - 71 1.96863 344 2 0 -79.6185 -111.15 -146.243 - 71 34.4614 439 0 1 -92.2526 -103.608 -204.45 -Number of digits in this event: 21 +Number of tracker hits in this event: 86 + 71 184.775 1034 11 0 -78.8422 26.9557 124.15 + 71 106.463 506 10 1 -78.8435 26.9541 95.55 + 71 109.904 1034 10 0 -78.8431 26.9548 94.15 + 71 209.315 506 9 1 -78.8418 26.966 65.55 + 71 95.954 1034 9 0 -78.8427 26.9682 64.15 + 71 112.86 505 8 1 -78.8595 27.0116 35.55 + 71 121.067 1034 8 0 -78.8593 27.0124 34.15 + 71 125.537 505 7 1 -78.8508 27.0326 5.55 + 71 95.2246 1034 7 0 -78.8492 27.0347 4.15 + 71 139.551 506 6 1 -78.8126 27.0897 -24.45 + 71 160.814 1035 6 0 -78.813 27.0919 -25.85 + 71 355.828 506 5 1 -78.826 27.1389 -54.45 + 71 365.343 1035 5 0 -78.8258 27.1418 -55.85 + 71 315.406 506 4 1 -78.8005 27.2418 -84.45 + 71 289.647 1035 4 0 -78.7985 27.2453 -85.85 + 71 328.883 506 3 1 -78.7613 27.327 -114.45 + 71 258.389 1036 3 0 -78.7586 27.3347 -115.85 + 71 129.461 506 2 1 -78.6965 27.4907 -144.45 + 71 193.158 1037 2 0 -78.6927 27.4974 -145.85 + 71 122.303 507 1 1 -78.6055 27.6288 -174.45 + 71 132.391 1037 1 0 -78.6 27.6365 -175.85 + 71 136.672 507 0 1 -78.4932 27.7826 -204.45 + 71 136.849 1038 0 0 -78.4874 27.7887 -205.85 + 71 16.8101 865 14 1 -7.05 -173.497 215.168 + 71 48.7265 1768 1 0 12.9864 173.75 -176.019 + 71 124.736 507 3 1 -78.6183 27.3043 -114.45 + 71 111.091 507 2 1 -78.5918 26.9939 -144.45 + 71 117.746 1034 2 0 -78.5992 26.9744 -145.85 + 71 460.836 506 1 1 -78.8393 26.5742 -174.45 + 71 133.708 1032 1 0 -78.8556 26.5572 -175.85 + 71 120.848 504 0 1 -79.16 26.1554 -204.45 + 71 303.392 1030 0 0 -79.1628 26.1335 -205.85 + 71 167.927 505 4 1 -78.85 26.8433 -84.5258 + 71 26.4868 504 4 1 -79.05 26.9247 -84.7961 + 71 141.108 1034 4 0 -80.3904 27.0057 -85.85 + 71 130.24 1435 4 0 -143.909 107.175 -86.25 + 71 0.964647 1100 4 0 -54.1306 40.0516 -86.2498 + 71 343.203 1099 4 0 -54.1301 40.05 -86.2484 + 71 123.514 1098 4 0 -54.0046 39.85 -86.1457 + 71 116.249 507 4 1 -78.6141 27.4153 -84.45 + 71 150.871 1036 4 0 -78.6028 27.4229 -85.85 + 71 115.035 1037 3 0 -78.6743 27.5835 -115.85 + 71 117.051 508 2 1 -78.3551 28.9467 -144.45 + 71 121.197 1044 2 0 -78.3767 28.9765 -145.85 + 71 146.069 1047 1 0 -78.8537 29.4734 -175.85 + 71 164.157 503 0 1 -79.3905 30.4288 -204.45 + 71 98.4854 1052 0 0 -79.422 30.5205 -205.85 + 71 41.2803 678 1 1 -44.45 37.6389 -174.579 + 71 99.6432 677 1 1 -44.4501 37.6515 -174.528 + 71 159.483 505 5 1 -78.85 27.1301 -54.623 + 71 270.771 506 0 1 -78.7507 27.1986 -204.45 + 71 128.454 1036 0 0 -78.9605 27.3078 -205.85 + 71 346.688 1674 2 0 -4.02867 155.015 -146.25 + 71 179.089 1035 0 0 -78.8603 27.2061 -205.851 + 71 59.4146 1116 0 0 -64.6587 43.2984 -206.25 + 71 161.074 1117 0 0 -64.5373 43.45 -206.098 + 71 53.7213 1118 0 0 -64.3793 43.65 -205.905 + 71 90.3737 582 0 1 -63.5739 44.7695 -204.85 + 71 290.887 583 0 1 -63.45 44.9269 -204.691 + 71 89.1071 1157 1 0 -70.534 51.5716 -176.25 + 71 10.6104 1158 1 0 -70.6089 51.65 -175.887 + 71 129.151 546 1 1 -70.778 51.9418 -174.85 + 71 336.29 1230 2 0 -87.3487 66.0594 -146.25 + 71 5.21761 459 2 1 -88.2404 66.5983 -144.85 + 71 92.0662 458 2 1 -88.25 66.6035 -144.835 + 71 18.1006 457 2 1 -88.45 66.6924 -144.524 + 71 167.353 1293 3 0 -72.9657 78.714 -116.249 + 71 40.3939 1294 3 0 -72.7286 78.85 -115.952 + 71 144.481 542 3 1 -71.5909 79.5505 -114.85 + 71 190.996 543 3 1 -71.45 79.6298 -114.721 + 71 96.2377 544 3 1 -71.25 79.739 -114.546 + 71 108.248 1303 4 0 -76.5288 80.722 -86.25 + 71 19.6992 515 4 1 -77.0157 80.8598 -84.8498 + 71 101.369 514 4 1 -77.0501 80.8764 -84.7648 + 71 81.5136 545 3 1 -70.9176 79.8942 -114.45 + 71 135.675 541 3 1 -71.65 79.8416 -114.566 + 71 50.6152 1302 3 0 -71.6336 80.6325 -115.85 + 71 334.352 1303 3 0 -71.6329 80.65 -115.873 + 71 84.0913 1304 3 0 -71.6702 80.85 -115.977 + 71 360.97 584 0 1 -63.25 45.5217 -204.738 + 71 252.171 1130 0 0 -63.9586 46.2061 -205.85 + 71 286.517 1131 0 0 -64.1714 46.25 -206.196 + 71 14.0615 1114 0 0 -64.3232 42.9519 -206.25 + 71 88.3985 1225 1 0 6.2657 65.05 -176.073 + 71 11.6725 892 1 1 -1.45 63.3141 -174.833 + 71 0.628396 888 1 1 -2.25 62.3037 -174.651 +Number of digits in this event: 50 Using G4ParticleGun... -Particle energy: 5.00769 LIN +Particle energy: 8.44228 LIN Particle: e- Event: 72 -Number of tracker hits in this event: 55 - 72 151.143 283 8 1 -123.408 77.4886 35.55 - 72 148.918 1287 8 0 -123.408 77.4887 34.15 - 72 140.054 283 7 1 -123.408 77.4863 5.55 - 72 141.737 1287 7 0 -123.407 77.4868 4.15 - 72 114.046 283 6 1 -123.406 77.4779 -24.45 - 72 128.613 1287 6 0 -123.407 77.4758 -25.85 - 72 171.349 283 5 1 -123.435 77.4408 -54.45 - 72 113.076 1286 5 0 -123.432 77.4383 -55.85 - 72 136.035 284 4 1 -123.349 77.3837 -84.45 - 72 105.547 1286 4 0 -123.346 77.3839 -85.85 - 72 288.849 284 3 1 -123.275 77.3988 -114.45 - 72 176.118 1286 3 0 -123.278 77.4021 -115.85 - 72 113.014 283 2 1 -123.359 77.4772 -144.45 - 72 97.5389 1287 2 0 -123.37 77.4802 -145.85 - 72 374.011 282 1 1 -123.586 77.5338 -174.45 - 72 456.653 1287 1 0 -123.586 77.5319 -175.85 - 72 179.336 282 0 1 -123.573 77.488 -204.45 - 72 137.5 1287 0 0 -123.571 77.4894 -205.85 - 72 103.746 808 9 0 -47.9174 -18.3393 63.75 - 72 178.721 807 9 0 -47.9745 -18.45 63.9889 - 72 139.078 1286 1 0 -123.555 77.3701 -175.85 - 72 89.2923 283 0 1 -123.55 74.2696 -204.502 - 72 25.7568 284 0 1 -123.35 74.3234 -204.77 - 72 121.278 1272 0 0 -122.762 74.5668 -205.85 - 72 63.0804 283 1 1 -123.55 77.5324 -174.636 - 72 104.612 297 0 1 -120.669 79.899 -204.45 - 72 192.631 1297 0 0 -120.421 79.5693 -205.85 - 72 72.0824 1285 3 0 -123.489 77.1251 -115.85 - 72 29.5105 1284 3 0 -123.552 77.05 -116.128 - 72 45.858 249 2 1 -130.237 68.8028 -144.45 - 72 73.4647 248 2 1 -130.35 68.8455 -144.574 - 72 59.5784 247 2 1 -130.55 68.9225 -144.738 - 72 11.5325 1249 2 0 -132.176 70.0303 -145.85 - 72 108.912 1250 2 0 -132.202 70.05 -145.871 - 72 249.872 1251 2 0 -132.519 70.25 -146.077 - 72 87.325 80 1 1 -163.971 75.888 -174.45 - 72 108.353 79 1 1 -164.15 75.8202 -174.665 - 72 44.7469 78 1 1 -164.35 75.7052 -174.792 - 72 25.1316 1265 1 0 -167.454 73.106 -175.85 - 72 239.486 1264 1 0 -167.535 73.0496 -175.869 - 72 2.9364 70 1 1 -166.052 71.8519 -174.85 - 72 124.084 1245 1 0 -161.091 69.2413 -175.85 - 72 73.5469 283 3 1 -123.35 77.277 -114.598 - 72 76.8978 282 3 1 -123.55 77.2174 -114.713 - 72 13.929 281 3 1 -123.75 77.2578 -114.817 - 72 133.768 1288 3 0 -125.534 77.7137 -115.85 - 72 351.606 1289 3 0 -125.766 77.8501 -115.926 - 72 41.1433 253 3 1 -129.475 76.054 -114.85 - 72 65.1374 252 3 1 -129.55 76.015 -114.793 - 72 149.448 251 3 1 -129.75 75.9804 -114.719 - 72 46.0193 250 3 1 -129.95 75.8789 -114.53 - 72 36.8971 427 9 1 -94.6144 45.9056 65.15 - 72 116.092 428 9 1 -94.55 45.9224 65.2826 - 72 190.915 429 9 1 -94.35 45.8911 65.3421 - 72 203.697 430 9 1 -94.15 45.7589 65.4784 -Number of digits in this event: 28 +Number of tracker hits in this event: 60 + 72 104.071 1334 10 1 86.8703 5.72181 95.55 + 72 129.918 928 10 0 86.8701 5.72193 94.15 + 72 100.369 1334 9 1 86.8662 5.72238 65.55 + 72 111.405 928 9 0 86.8649 5.72239 64.15 + 72 97.9753 1333 8 1 86.838 5.72334 35.55 + 72 183.32 928 8 0 86.8362 5.72407 34.15 + 72 224.803 1333 7 1 86.7942 5.73978 5.55 + 72 113.486 928 7 0 86.7921 5.74105 4.15 + 72 238.56 1333 6 1 86.748 5.76939 -24.45 + 72 116.123 928 6 0 86.7457 5.76969 -25.85 + 72 127.134 1333 5 1 86.699 5.77584 -54.45 + 72 114.659 928 5 0 86.6974 5.77543 -55.85 + 72 135.618 1333 4 1 86.6677 5.76636 -84.45 + 72 124.632 928 4 0 86.6662 5.76626 -85.85 + 72 119.976 1332 3 1 86.6369 5.76834 -114.45 + 72 668.664 928 3 0 86.6388 5.77341 -115.85 + 72 111.443 1333 2 1 86.7108 5.8234 -144.45 + 72 81.6463 928 2 0 86.71 5.84446 -145.85 + 72 28.1272 929 2 0 86.7093 5.85 -146.154 + 72 120.256 1333 1 1 86.6594 6.45938 -174.45 + 72 103.272 933 1 0 86.7212 6.65616 -175.851 + 72 115.045 1340 0 1 88.2186 10.7718 -204.45 + 72 128.212 1341 0 1 88.25 10.8399 -204.774 + 72 149.584 955 0 0 88.3466 11.0741 -205.85 + 72 104.394 1411 1 1 102.387 -31.4443 -174.85 + 72 43.8371 167 4 0 23.6953 -146.55 -85.91 + 72 19.1687 1018 4 1 23.8419 -146.968 -84.85 + 72 43.7328 1019 4 1 23.85 -146.984 -84.8282 + 72 72.1996 158 4 0 23.5402 -148.407 -85.85 + 72 139.374 954 0 0 88.6168 10.8522 -205.85 + 72 12.5037 1140 0 0 93.8699 48.2127 -206.25 + 72 51.3304 1141 0 0 93.8693 48.25 -206.23 + 72 113.541 1142 0 0 93.8601 48.4501 -206.105 + 72 87.8975 1143 0 0 93.8606 48.6502 -205.958 + 72 98.2727 1369 0 1 94.0568 49.743 -204.85 + 72 41.8245 1370 0 1 94.1501 49.9934 -204.577 + 72 71.3017 1144 0 0 93.7969 48.8503 -205.918 + 72 32.6854 1361 0 1 92.4355 48.7376 -204.85 + 72 237.332 1360 0 1 92.35 48.7232 -204.772 + 72 225.588 1359 0 1 92.15 48.6556 -204.545 + 72 242.761 932 1 0 86.7177 6.65 -175.977 + 72 322.08 927 3 0 86.7661 5.64981 -116.131 + 72 6.30052 596 4 1 -60.85 -72.5228 -84.8089 + 72 34.0643 1463 2 1 112.75 32.7337 -144.698 + 72 103.293 1462 2 1 112.75 32.799 -144.558 + 72 97.4874 1332 1 1 86.4775 5.86126 -174.682 + 72 282.702 929 1 0 86.4754 5.86382 -175.85 + 72 379.491 1331 0 1 86.441 5.90106 -204.45 + 72 103.802 929 0 0 86.3932 5.90695 -205.85 + 72 198.744 662 1 0 143.183 -47.45 -176.174 + 72 57.6692 666 2 0 85.8077 -46.6846 -146.25 + 72 60.1489 669 2 0 84.9903 -46.25 -146.129 + 72 80.283 661 1 0 143.339 -47.65 -176.039 + 72 92.3485 927 0 0 86.3245 5.49398 -205.85 + 72 230.018 1005 8 0 93.8083 21.0561 33.75 + 72 32.0644 1004 8 0 93.559 21.0499 34.1069 + 72 89.7014 1362 8 1 92.7438 20.2198 35.15 + 72 146 1361 8 1 92.55 20.0677 35.2532 + 72 147.049 1360 8 1 92.3491 20.0066 35.3614 + 72 212.82 1359 8 1 92.15 20.1945 35.429 +Number of digits in this event: 25 Using G4ParticleGun... -Particle energy: 2.30673 LIN +Particle energy: 2.61607 LIN Particle: e- Event: 73 -Number of tracker hits in this event: 45 - 73 181.912 256 8 1 -128.874 -58.071 35.55 - 73 106.649 609 8 0 -128.868 -58.0753 34.15 - 73 103.531 256 7 1 -128.76 -58.1551 5.55 - 73 141.765 609 7 0 -128.75 -58.1687 4.15 - 73 120.166 258 6 1 -128.534 -58.4524 -24.45 - 73 123.98 607 6 0 -128.526 -58.4661 -25.85 - 73 278.008 258 5 1 -128.374 -58.7335 -54.45 - 73 242.11 606 5 0 -128.368 -58.7471 -55.85 - 73 114.693 259 4 1 -128.25 -59.025 -84.45 - 73 144.669 605 4 0 -128.249 -59.0407 -85.85 - 73 131.323 259 3 1 -128.212 -59.3711 -114.45 - 73 240.065 603 3 0 -128.212 -59.3965 -115.85 - 73 121.102 259 2 1 -128.248 -59.9124 -144.45 - 73 273.185 600 2 0 -128.251 -59.9325 -145.85 - 73 131.43 259 1 1 -128.281 -60.2485 -174.45 - 73 113.646 598 1 0 -128.276 -60.273 -175.85 - 73 114.915 259 0 1 -128.217 -60.8255 -204.45 - 73 115.692 596 0 0 -128.241 -60.8261 -205.85 - 73 157.34 601 2 0 -128.207 -59.85 -146.072 - 73 25.6215 259 5 1 -128.35 -58.5947 -54.4647 - 73 23.4273 262 1 1 -127.731 -59.9488 -174.45 - 73 86.3005 261 1 1 -127.75 -59.9231 -174.544 - 73 31.0268 600 1 0 -128.059 -59.8583 -175.85 - 73 303.361 601 1 0 -128.088 -59.85 -175.955 - 73 78.5844 602 1 0 -128.211 -59.6497 -176.176 - 73 13.389 603 1 0 -128.309 -59.4494 -176.237 - 73 53.1425 944 1 0 -176.72 8.9139 -176.25 - 73 53.0706 943 1 0 -176.781 8.85 -176.062 - 73 108.632 14 1 1 -177.204 9.0408 -174.85 - 73 272.562 258 2 1 -128.516 -58.4225 -144.45 - 73 115.176 607 2 0 -128.566 -58.4697 -145.85 - 73 109.27 251 1 1 -129.807 -59.5556 -174.45 - 73 112.141 239 0 1 -132.286 -61.3567 -204.45 - 73 205.739 592 0 0 -132.5 -61.4524 -205.85 - 73 88.9319 1004 0 0 -129.286 20.9138 -206.25 - 73 23.9482 254 2 0 -99.7489 -129.291 -146.249 - 73 77.6461 253 2 0 -99.7162 -129.35 -146.213 - 73 94.5351 252 2 0 -99.5833 -129.55 -146.027 - 73 1.63783 251 2 0 -99.4358 -129.75 -145.855 - 73 101.79 408 2 1 -98.495 -130.821 -144.85 - 73 120.985 409 2 1 -98.35 -130.957 -144.657 - 73 223.714 191 3 0 -75.9773 -141.759 -116.25 - 73 44.7323 527 3 1 -74.5677 -141.697 -114.85 - 73 97.7683 528 3 1 -74.45 -141.686 -114.743 - 73 28.8397 529 3 1 -74.25 -141.625 -114.521 -Number of digits in this event: 21 +Number of tracker hits in this event: 92 + 73 175.172 1091 11 1 38.2886 -39.4777 125.55 + 73 192.422 702 11 0 38.2869 -39.4793 124.15 + 73 160.254 1091 10 1 38.2523 -39.5079 95.55 + 73 134.423 702 10 0 38.2516 -39.5095 94.15 + 73 106.349 1090 9 1 38.2244 -39.5534 65.55 + 73 133.434 702 9 0 38.2266 -39.5551 64.15 + 73 120.988 1091 8 1 38.2729 -39.5827 35.55 + 73 105.262 702 8 0 38.2795 -39.5813 34.15 + 73 8.62759 1091 7 1 38.4496 -39.5333 5.55 + 73 177.117 1092 7 1 38.45 -39.5334 5.51769 + 73 131.41 702 7 0 38.4649 -39.535 4.15 + 73 99.7291 1093 6 1 38.7303 -39.5259 -24.45 + 73 126.281 702 6 0 38.7406 -39.5184 -25.85 + 73 131.99 1094 5 1 38.9393 -39.3796 -54.45 + 73 115.105 703 5 0 38.9453 -39.3884 -55.85 + 73 214.079 1095 4 1 39.0644 -39.5801 -84.45 + 73 146.075 702 4 0 39.0721 -39.5772 -85.85 + 73 115.103 1095 3 1 39.2299 -39.4974 -114.45 + 73 316.165 702 3 0 39.2224 -39.4947 -115.85 + 73 121.517 1094 2 1 39.0034 -39.4946 -144.45 + 73 110.011 702 2 0 39.0097 -39.5148 -145.85 + 73 131.863 1095 1 1 39.128 -39.9526 -174.45 + 73 415.872 700 1 0 39.1278 -39.9826 -175.85 + 73 105.271 1095 0 1 39.195 -40.5426 -204.45 + 73 276.76 697 0 0 39.1686 -40.5563 -205.85 + 73 47.5901 1046 0 1 29.427 -54.9321 -204.45 + 73 483.022 341 1 0 6.96482 -111.833 -176.25 + 73 144.034 906 1 0 87.7426 1.25143 -176.25 + 73 126.628 1394 1 1 98.95 6.93551 -174.827 + 73 5.42721 977 1 0 98.0087 15.45 -176.023 + 73 320.152 448 2 0 102.573 -90.5023 -146.249 + 73 53.0831 1093 7 1 38.65 -39.478 5.51855 + 73 79.5654 1094 7 1 38.8501 -39.412 5.50829 + 73 81.9456 1095 7 1 39.05 -39.3424 5.48859 + 73 42.1637 1096 7 1 39.25 -39.2937 5.46176 + 73 69.5503 1097 7 1 39.4506 -39.2526 5.46785 + 73 152.183 1098 7 1 39.6504 -39.1875 5.47764 + 73 74.8274 1099 7 1 39.8501 -39.1118 5.46109 + 73 134.831 1100 7 1 40.05 -39.0461 5.4163 + 73 61.9563 1101 7 1 40.2503 -38.9914 5.36613 + 73 94.9772 1102 7 1 40.4504 -38.9124 5.33574 + 73 75.4559 1103 7 1 40.65 -38.8152 5.30679 + 73 61.9892 1104 7 1 40.85 -38.7214 5.31285 + 73 56.365 1105 7 1 41.05 -38.6431 5.34864 + 73 72.3222 1106 7 1 41.25 -38.5483 5.39245 + 73 64.6976 1107 7 1 41.45 -38.4416 5.47218 + 73 1.24633 1108 7 1 41.6503 -38.3905 5.54908 + 73 456.206 1092 4 1 38.6384 -39.4506 -84.45 + 73 352.686 703 4 0 38.6448 -39.4482 -85.85 + 73 99.2524 1093 3 1 38.7697 -39.4284 -114.45 + 73 163.696 703 3 0 38.7882 -39.4429 -115.85 + 73 125.798 1095 2 1 39.176 -39.7613 -144.45 + 73 522.656 701 2 0 39.1939 -39.7729 -145.85 + 73 254.644 1097 1 1 39.5648 -39.9755 -174.45 + 73 113.568 1098 0 1 39.8291 -40.1798 -204.45 + 73 112.554 699 0 0 39.8454 -40.185 -205.85 + 73 106.194 1098 1 1 39.653 -40.0609 -174.451 + 73 132.887 1089 0 1 38.0163 -44.0405 -204.45 + 73 42.2544 673 0 0 37.637 -45.3538 -205.85 + 73 159.962 672 0 0 37.6074 -45.451 -205.962 + 73 19.7415 671 0 0 37.507 -45.65 -206.209 + 73 153.465 1091 3 1 38.4406 -39.4964 -114.45 + 73 508.869 1090 2 1 38.1248 -39.7111 -144.45 + 73 115.423 1090 1 1 38.1005 -40.1157 -174.45 + 73 129.443 699 1 0 38.0796 -40.1298 -175.85 + 73 119.371 1087 0 1 37.5847 -40.4865 -204.45 + 73 77.4816 886 2 0 20.9025 -2.71604 -146.25 + 73 19.385 885 2 0 21.0473 -2.85 -146.228 + 73 111.198 1072 1 1 34.6266 -40.91 -174.45 + 73 235.62 695 1 0 34.4296 -40.9192 -175.85 + 73 118.739 1048 0 1 29.812 -40.8099 -204.45 + 73 141.538 695 0 0 29.7699 -40.8758 -205.85 + 73 24.175 694 1 0 34.3704 -41.0503 -176.046 + 73 172.781 600 1 0 37.7239 -59.9667 -176.25 + 73 138.309 1093 1 1 38.6826 -39.6897 -174.45 + 73 199.92 702 1 0 38.6808 -39.6469 -175.85 + 73 145.253 1093 0 1 38.7633 -38.2621 -204.45 + 73 95.0339 710 0 0 39.0282 -37.9307 -205.85 + 73 15.1093 711 0 0 39.0983 -37.85 -206.188 + 73 48.4018 711 4 0 38.9457 -37.7358 -85.85 + 73 86.4695 712 4 0 38.9599 -37.65 -85.8745 + 73 72.7275 1094 4 1 39.0436 -36.2834 -84.85 + 73 127.048 1092 3 1 38.4628 -39.7441 -114.45 + 73 108.512 719 2 0 38.4251 -36.1432 -145.85 + 73 179.52 1142 1 1 48.4854 -30.2737 -174.45 + 73 171.358 749 1 0 49.0056 -30.0871 -175.85 + 73 1.53495 750 1 0 49.1559 -30.0499 -176.241 + 73 108.54 1202 0 1 60.4813 -27.0043 -204.45 + 73 146.836 766 0 0 60.7387 -26.7295 -205.85 + 73 85.0664 775 1 0 67.704 -24.8681 -176.25 + 73 97.0047 1143 1 1 48.6502 -30.3316 -174.755 + 73 235.234 745 1 0 49.4207 -30.9103 -175.85 +Number of digits in this event: 47 Using G4ParticleGun... -Particle energy: 6.85645 LIN +Particle energy: 9.85614 LIN Particle: e- Event: 74 -Number of tracker hits in this event: 69 - 74 113.141 508 10 1 -78.3026 -34.3518 95.55 - 74 107.663 728 10 0 -78.3031 -34.3534 94.15 - 74 116.897 508 9 1 -78.3101 -34.388 65.55 - 74 103.085 728 9 0 -78.311 -34.3887 64.15 - 74 122.939 508 8 1 -78.33 -34.4103 35.55 - 74 106.73 728 8 0 -78.331 -34.4119 34.15 - 74 122.638 508 7 1 -78.3546 -34.4471 5.55 - 74 141.288 728 7 0 -78.3546 -34.4483 4.15 - 74 225.188 508 6 1 -78.3517 -34.4725 -24.45 - 74 147.346 727 6 0 -78.3511 -34.4741 -25.85 - 74 94.0138 508 5 1 -78.3339 -34.5143 -54.45 - 74 156.578 727 5 0 -78.3331 -34.516 -55.85 - 74 114.043 508 4 1 -78.3143 -34.5431 -84.45 - 74 106.092 727 4 0 -78.3122 -34.5441 -85.85 - 74 138.349 508 3 1 -78.2642 -34.5677 -114.45 - 74 120.476 727 3 0 -78.261 -34.5688 -115.85 - 74 175.081 509 2 1 -78.2027 -34.5888 -144.45 - 74 290.66 727 2 0 -78.2003 -34.5904 -145.85 - 74 98.5435 509 1 1 -78.1507 -34.624 -174.45 - 74 219.455 727 1 0 -78.1481 -34.6239 -175.85 - 74 244.199 509 0 1 -78.0996 -34.6287 -204.45 - 74 266.23 727 0 0 -78.0968 -34.6278 -205.85 - 74 64.174 834 5 0 137.403 -13.2198 -56.25 - 74 182.352 1597 5 1 139.6 -13.9025 -54.85 - 74 19.6252 1030 1 0 -103.593 26.05 -175.902 - 74 45.2229 381 1 1 -103.923 26.9793 -174.85 - 74 219.996 380 1 1 -103.95 27.0076 -174.815 - 74 14.5261 1068 9 1 33.7079 -132.58 65.15 - 74 28.5758 631 0 1 -53.7646 -59.7864 -204.465 - 74 72.0395 630 0 1 -53.8504 -59.7761 -204.45 - 74 142.708 203 11 0 -132.139 -139.426 123.75 - 74 178.576 204 11 0 -131.935 -139.35 123.866 - 74 81.0314 728 6 0 -78.3517 -34.4499 -25.9365 - 74 26.1111 729 6 0 -78.3399 -34.25 -26.2009 - 74 75.7959 879 6 0 -97.3553 -4.05285 -26.25 - 74 69.0747 880 6 0 -97.3722 -4.05 -26.2253 - 74 51.9683 411 6 1 -97.9063 -4.22377 -24.85 - 74 129.723 410 6 1 -97.9501 -4.23357 -24.7276 - 74 187.634 409 6 1 -98.1501 -4.41036 -24.5128 - 74 85.2853 408 6 1 -98.3504 -4.84701 -24.5437 - 74 186.082 407 6 1 -98.55 -4.91627 -24.6102 - 74 188.944 508 2 1 -78.25 -34.6298 -144.543 - 74 198.597 500 1 1 -79.9054 -34.2829 -174.45 - 74 120.192 728 1 0 -79.9026 -34.2926 -175.85 - 74 130.295 500 0 1 -79.9687 -34.728 -204.45 - 74 120.623 726 0 0 -79.8424 -34.7621 -205.85 - 74 102.166 726 2 0 -78.4582 -34.6504 -145.85 - 74 134.04 487 1 1 -82.4795 -34.9824 -174.45 - 74 93.959 724 1 0 -82.7275 -35.1557 -175.85 - 74 65.8625 462 0 1 -87.6255 -38.3875 -204.45 - 74 155.922 461 0 1 -87.65 -38.4157 -204.626 - 74 118.333 707 0 0 -87.8218 -38.5815 -205.85 - 74 87.0592 489 4 0 -136.011 -82.1336 -86.25 - 74 74.0493 488 4 0 -136.01 -82.2501 -86.0855 - 74 119.057 732 0 0 -80.2062 -33.6095 -206.25 - 74 164.277 499 0 1 -80.1005 -33.7709 -204.85 - 74 157.913 498 0 1 -80.25 -33.8679 -204.524 - 74 69.0894 497 0 1 -80.45 -33.7882 -204.472 - 74 130.07 496 0 1 -80.65 -33.6804 -204.491 - 74 282.006 495 0 1 -80.85 -33.6253 -204.474 - 74 267.106 494 0 1 -81.0503 -33.1862 -204.566 - 74 146.204 896 2 0 -96.5807 -0.808127 -146.25 - 74 188.136 897 2 0 -96.6274 -0.649904 -146.044 - 74 414.632 508 0 1 -78.4399 -34.718 -204.45 - 74 280.168 507 0 1 -78.45 -34.7718 -204.488 - 74 62.4911 719 0 0 -78.7907 -36.0826 -205.85 - 74 54.8827 718 0 0 -78.814 -36.2509 -206.088 - 74 50.7683 694 3 0 152.639 -41.2119 -116.25 - 74 198.412 510 0 1 -78.05 -33.4032 -204.573 -Number of digits in this event: 39 +Number of tracker hits in this event: 65 + 74 198.436 718 11 1 -36.381 -50.9881 125.55 + 74 165.944 645 11 0 -36.3838 -50.9916 124.15 + 74 129.627 718 10 1 -36.4372 -51.0473 95.55 + 74 142.133 644 10 0 -36.4373 -51.0502 94.15 + 74 114.246 718 9 1 -36.4202 -51.1076 65.55 + 74 124.315 644 9 0 -36.419 -51.1014 64.15 + 74 121.397 718 8 1 -36.399 -50.9803 35.55 + 74 105.518 645 8 0 -36.3997 -50.9726 34.15 + 74 393.241 718 7 1 -36.4386 -50.7867 5.55 + 74 193.529 646 7 0 -36.4428 -50.7772 4.15 + 74 127.156 717 6 1 -36.5297 -50.5871 -24.45 + 74 97.0713 647 6 0 -36.5315 -50.5759 -25.85 + 74 121.319 717 5 1 -36.5753 -50.3463 -54.45 + 74 153.672 648 5 0 -36.5744 -50.3312 -55.85 + 74 359.491 717 4 1 -36.5465 -50.0171 -84.45 + 74 140.239 650 4 0 -36.546 -49.9995 -85.85 + 74 417.711 717 3 1 -36.5437 -49.6451 -114.45 + 74 203.897 652 3 0 -36.5461 -49.6321 -115.85 + 74 229.029 717 2 1 -36.5902 -49.3757 -144.45 + 74 141.234 653 2 0 -36.5946 -49.3626 -145.85 + 74 192.26 716 1 1 -36.6811 -49.0935 -174.45 + 74 101.161 654 1 0 -36.6856 -49.0828 -175.85 + 74 116.461 716 0 1 -36.7665 -48.8614 -204.45 + 74 103.369 655 0 0 -36.7711 -48.8523 -205.85 + 74 15.0786 656 0 0 -36.7722 -48.85 -206.186 + 74 4.60135 1070 2 0 -159.079 34.1937 -146.25 + 74 67.0809 100 2 1 -160.079 34.0816 -144.85 + 74 440.184 596 3 0 -127.952 -60.6833 -116.25 + 74 72.368 595 3 0 -127.365 -60.85 -116.203 + 74 2.90111 93 3 0 2.80896 -161.538 -116.25 + 74 290.01 92 3 0 2.81453 -161.55 -116.243 + 74 170.897 922 3 1 4.48866 -161.777 -114.85 + 74 236.941 923 3 1 4.65035 -161.727 -114.721 + 74 252.272 647 7 0 -36.5345 -50.6499 4.01583 + 74 23.8439 715 7 1 -36.85 -51.6477 5.35993 + 74 97.7209 779 2 1 -24.0613 -13.2328 -144.85 + 74 244.866 645 7 0 -36.4149 -50.9866 4.15 + 74 110.657 715 6 1 -37.0185 -51.2239 -24.45 + 74 107.843 643 6 0 -37.0819 -51.2608 -25.85 + 74 233.907 708 5 1 -38.3971 -51.9118 -54.45 + 74 134.557 640 5 0 -38.453 -51.9737 -55.85 + 74 164.292 701 4 1 -39.6853 -53.1262 -84.45 + 74 119.811 634 4 0 -39.781 -53.2064 -85.85 + 74 117.673 690 3 1 -41.9304 -54.8991 -114.45 + 74 203.707 625 3 0 -41.9703 -55.0179 -115.85 + 74 7.5592 624 3 0 -41.982 -55.05 -116.211 + 74 125.906 685 2 1 -42.9444 -57.7785 -144.45 + 74 124.752 610 2 0 -43.0006 -57.9253 -145.85 + 74 174.071 679 1 1 -44.1662 -60.8732 -174.45 + 74 99.1666 595 1 0 -44.1985 -60.9269 -175.85 + 74 125.216 676 0 1 -44.6803 -61.9844 -204.45 + 74 8.74802 590 0 0 -44.7321 -62.0485 -205.85 + 74 164.288 589 0 0 -44.7333 -62.05 -205.884 + 74 138.927 718 6 1 -36.3431 -50.7566 -24.45 + 74 116.939 646 6 0 -36.3474 -50.7679 -25.85 + 74 129.441 718 5 1 -36.405 -50.981 -54.45 + 74 103.602 645 5 0 -36.4111 -51.0007 -55.85 + 74 110.828 642 4 0 -36.5199 -51.4874 -85.85 + 74 129.22 639 3 0 -36.5648 -52.0882 -115.85 + 74 115.156 637 2 0 -36.537 -52.559 -145.85 + 74 218.329 717 1 1 -36.5159 -52.7758 -174.45 + 74 106.386 636 1 0 -36.4993 -52.815 -175.85 + 74 92.6196 719 0 1 -36.1561 -53.5928 -204.45 + 74 127.746 631 0 0 -36.1349 -53.6561 -205.85 + 74 199.213 632 0 0 -36.1096 -53.65 -206.045 +Number of digits in this event: 40 Using G4ParticleGun... -Particle energy: 8.64316 LIN +Particle energy: 8.0086 LIN Particle: e- Event: 75 -Number of tracker hits in this event: 25 - 75 335.022 515 9 1 -76.8644 -89.5381 65.55 - 75 114.691 452 9 0 -76.8652 -89.5379 64.15 - 75 102.961 515 8 1 -76.8792 -89.5417 35.55 - 75 152.887 452 8 0 -76.8795 -89.5409 34.15 - 75 158.731 515 7 1 -76.8859 -89.5242 5.55 - 75 164.143 452 7 0 -76.8825 -89.5241 4.15 - 75 119.389 516 6 1 -76.818 -89.5202 -24.45 - 75 171.047 452 6 0 -76.8165 -89.5201 -25.85 - 75 154.743 516 5 1 -76.7931 -89.5079 -54.45 - 75 144.653 452 5 0 -76.7929 -89.5062 -55.85 - 75 139.211 516 4 1 -76.7957 -89.4649 -84.45 - 75 114.129 452 4 0 -76.7983 -89.4644 -85.85 - 75 131.549 516 3 1 -76.8454 -89.4616 -114.45 - 75 108.264 452 3 0 -76.8456 -89.4635 -115.85 - 75 119.071 516 2 1 -76.8365 -89.5049 -144.45 - 75 133.048 452 2 0 -76.8336 -89.4976 -145.85 - 75 113.412 516 1 1 -76.7866 -89.337 -174.45 - 75 144.234 453 1 0 -76.7828 -89.3255 -175.85 - 75 175.899 516 0 1 -76.6964 -89.0911 -204.45 - 75 100.393 454 0 0 -76.6961 -89.0805 -205.85 - 75 223.135 515 1 1 -76.9113 -89.4714 -174.45 - 75 217.115 452 1 0 -76.9108 -89.4707 -175.85 - 75 228.992 515 0 1 -76.9102 -89.4557 -204.45 - 75 254.782 452 0 0 -76.906 -89.4602 -205.85 - 75 39.2784 453 0 0 -76.9232 -89.45 -206.118 -Number of digits in this event: 18 +Number of tracker hits in this event: 125 + 75 113.624 965 9 1 13.2056 129.034 65.55 + 75 123.67 1544 9 0 13.2054 129.034 64.15 + 75 115.295 965 8 1 13.2104 129.034 35.55 + 75 276.846 1544 8 0 13.2121 129.034 34.15 + 75 126.193 966 7 1 13.2687 129.044 5.55 + 75 108.076 1544 7 0 13.2734 129.042 4.15 + 75 114.536 966 6 1 13.3792 128.997 -24.45 + 75 112.502 1544 6 0 13.3806 128.994 -25.85 + 75 110.079 967 5 1 13.477 128.986 -54.45 + 75 318.198 1544 5 0 13.4833 128.985 -55.85 + 75 105.389 967 4 1 13.618 128.952 -84.45 + 75 429.379 1544 4 0 13.6248 128.952 -85.85 + 75 443.707 968 3 1 13.7572 128.926 -114.45 + 75 446.673 1543 3 0 13.7658 128.926 -115.85 + 75 393.833 969 2 1 13.9674 128.936 -144.45 + 75 283.859 1543 2 0 13.9709 128.931 -145.85 + 75 138.122 969 1 1 14.0345 128.828 -174.45 + 75 388.282 1543 1 0 14.038 128.821 -175.85 + 75 150.927 970 0 1 14.1229 128.691 -204.45 + 75 260.806 1542 0 0 14.1271 128.681 -205.85 + 75 197.116 1648 3 0 -26.7157 149.887 -116.25 + 75 237.978 765 3 1 -26.9527 150.167 -114.85 + 75 34.2697 766 3 1 -26.85 150.167 -114.744 + 75 39.3899 368 1 1 -106.466 41.502 -174.85 + 75 202.508 1107 1 0 -107.538 41.4945 -175.85 + 75 151.749 968 2 1 13.85 128.983 -144.582 + 75 165.479 1547 2 0 13.6391 129.564 -145.85 + 75 205.885 1548 2 0 13.5282 129.75 -146.164 + 75 115.189 1549 2 0 13.431 129.95 -146.219 + 75 1.00737 1550 2 0 13.3414 130.15 -146.248 + 75 85.1593 967 2 1 13.6499 128.847 -144.604 + 75 95.918 1731 2 0 -7.36135 166.37 -146.25 + 75 22.432 1732 2 0 -7.39766 166.55 -145.937 + 75 85.4967 863 2 1 -7.43158 167.086 -144.849 + 75 394.763 862 2 1 -7.45 167.29 -144.567 + 75 261.844 1736 2 0 -7.79959 167.435 -145.85 + 75 193.446 1735 2 0 -7.8624 167.35 -146.178 + 75 334.177 1465 2 0 -29.5893 113.176 -146.25 + 75 26.7393 1466 2 0 -29.8013 113.35 -146.054 + 75 175.764 1664 4 0 -7.4474 153.068 -86.25 + 75 63.4376 1665 4 0 -7.51576 153.15 -86.1213 + 75 85.4238 1437 4 0 13.2328 107.637 -86.25 + 75 316.687 970 1 1 14.0739 128.771 -174.45 + 75 240.392 1542 1 0 14.2606 128.707 -175.85 + 75 137.202 991 0 1 18.2715 127.436 -204.45 + 75 112.878 1536 0 0 18.4328 127.392 -205.85 + 75 36.7831 527 3 1 -74.45 -150.112 -114.637 + 75 367.543 971 0 1 14.3008 128.624 -204.45 + 75 156.751 1440 5 0 -2.96018 108.246 -56.2498 + 75 291.466 1439 5 0 -3.01566 108.15 -56.0118 + 75 92.0103 1438 5 0 -2.62624 107.95 -56.0526 + 75 52.7867 1546 3 0 13.6912 129.493 -115.85 + 75 100.675 1547 3 0 13.6911 129.55 -115.989 + 75 135.92 973 2 1 14.7778 142.506 -144.45 + 75 89.7591 1617 2 0 14.961 143.569 -145.85 + 75 83.3217 1618 2 0 14.9853 143.75 -146.087 + 75 219.144 950 1 1 10.2228 172.302 -174.45 + 75 6.64995 949 1 1 10.05 172.891 -174.836 + 75 64.3541 1771 1 0 9.59513 174.368 -175.85 + 75 82.5064 1772 1 0 9.53571 174.55 -175.97 + 75 101.579 1773 1 0 9.47448 174.75 -176.097 + 75 63.5145 1774 1 0 9.42159 174.951 -176.221 + 75 111.856 971 2 1 14.311 127.828 -144.45 + 75 114.602 1538 2 0 14.3667 127.797 -145.85 + 75 237.536 977 1 1 15.5715 127.153 -174.45 + 75 172.441 1534 1 0 15.6641 127.125 -175.85 + 75 99.6675 987 0 1 17.555 126.53 -204.45 + 75 105.184 1531 0 0 17.6304 126.498 -205.85 + 75 132.995 963 8 1 12.7719 129.487 35.15 + 75 236.533 965 5 1 13.2096 129.054 -54.45 + 75 244.935 969 4 1 13.9037 129.89 -84.45 + 75 260.389 1548 4 0 13.9153 129.911 -85.85 + 75 134.834 971 3 1 14.2621 130.113 -114.45 + 75 112.899 1550 3 0 14.257 130.183 -115.85 + 75 103.391 1558 2 0 13.9929 131.824 -145.85 + 75 193.458 971 1 1 14.3701 132.26 -174.45 + 75 96.1342 1560 1 0 14.372 132.333 -175.85 + 75 26.114 1561 1 0 14.3726 132.35 -176.18 + 75 100.169 1568 0 0 14.3559 133.834 -205.85 + 75 6.79231 1512 5 0 76.2026 122.685 -56.25 + 75 41.6844 966 5 1 13.25 129.149 -54.7315 + 75 104.548 1546 5 0 13.2579 129.38 -55.85 + 75 109.966 958 4 1 11.7396 135.159 -84.45 + 75 150.013 1575 4 0 11.6361 135.213 -85.85 + 75 11.0772 923 3 1 4.82312 131.007 -114.45 + 75 111.415 924 3 1 4.85025 130.998 -114.519 + 75 138.45 1552 3 0 5.27367 130.716 -115.85 + 75 41.0251 942 2 1 8.51916 122.13 -144.45 + 75 250.173 941 2 1 8.45 121.999 -144.551 + 75 70.6622 940 2 1 8.25 121.575 -144.772 + 75 62.8173 1491 2 0 7.45884 118.5 -145.85 + 75 50.9649 1490 2 0 7.40169 118.35 -145.9 + 75 88.8384 1489 2 0 7.30283 118.15 -145.966 + 75 93.9306 1488 2 0 7.19045 117.95 -146.03 + 75 58.826 1487 2 0 7.09437 117.749 -146.077 + 75 52.9505 1486 2 0 6.99911 117.55 -146.116 + 75 62.5738 1485 2 0 6.89927 117.35 -146.171 + 75 21.6197 1484 2 0 6.82136 117.149 -146.224 + 75 277.904 965 3 1 13.1831 128.999 -114.45 + 75 240.539 1544 3 0 13.1844 128.988 -115.85 + 75 229.193 965 2 1 13.234 128.771 -144.45 + 75 315.195 965 1 1 13.0876 128.569 -174.45 + 75 102.497 964 0 1 12.9787 128.29 -204.45 + 75 198.552 1540 0 0 12.9662 128.272 -205.85 + 75 3.2782 1702 3 0 46.6187 160.747 -116.25 + 75 22.2152 1703 3 0 46.6141 160.75 -116.241 + 75 75.7153 1587 4 0 57.911 137.574 -86.25 + 75 233.182 1586 4 0 58.0024 137.55 -86.2219 + 75 65.3179 1203 4 1 60.7131 139.287 -84.85 + 75 118.081 1204 4 1 60.8501 139.45 -84.7812 + 75 63.4723 1205 4 1 61.0503 139.67 -84.7582 + 75 189.15 1206 4 1 61.2512 139.733 -84.7841 + 75 186.069 1207 4 1 61.45 139.768 -84.7937 + 75 20.1099 1600 4 0 59.8266 140.182 -85.8501 + 75 102.244 1184 4 1 57.006 139.962 -84.85 + 75 45.5794 1185 4 1 57.0503 139.887 -84.551 + 75 67.1079 1599 4 0 61.8451 140.016 -85.85 + 75 147.157 1544 2 0 13.2051 128.962 -145.85 + 75 320.22 965 0 1 13.186 128.852 -204.45 + 75 402.735 1543 0 0 13.1797 128.844 -205.85 + 75 36.745 1362 0 0 -36.7147 92.75 -206.146 + 75 96.3283 548 0 1 -70.25 157.106 -204.61 + 75 186.012 1361 0 0 -36.9404 92.55 -205.95 + 75 56.5517 1360 0 0 -36.9122 92.35 -205.862 + 75 140.41 1544 0 0 13.2258 128.951 -206.167 +Number of digits in this event: 58 Using G4ParticleGun... -Particle energy: 6.66724 LIN +Particle energy: 4.05981 LIN Particle: e- Event: 76 -Number of tracker hits in this event: 81 - 76 128.214 255 8 1 -129.027 45.9517 35.55 - 76 110.58 1129 8 0 -129.028 45.9504 34.15 - 76 165.847 255 7 1 -129.05 45.9278 5.55 - 76 180.976 1129 7 0 -129.052 45.925 4.15 - 76 108.205 255 6 1 -129.086 45.8783 -24.45 - 76 99.8555 1129 6 0 -129.088 45.875 -25.85 - 76 258.665 255 5 1 -129.124 45.8117 -54.45 - 76 112.62 1128 5 0 -129.128 45.8086 -55.85 - 76 246.29 254 4 1 -129.206 45.7465 -84.45 - 76 126.899 1128 4 0 -129.202 45.7455 -85.85 - 76 153.072 255 3 1 -129.099 45.7286 -114.45 - 76 111.985 1128 3 0 -129.094 45.7439 -115.85 - 76 271.753 255 2 1 -129.008 46.1062 -144.45 - 76 229.554 1130 2 0 -129 46.1238 -145.85 - 76 103.923 256 1 1 -128.897 46.5229 -174.45 - 76 111.604 1132 1 0 -128.884 46.5493 -175.85 - 76 169.411 257 0 1 -128.594 47.0957 -204.45 - 76 128.672 1135 0 0 -128.602 47.1298 -205.85 - 76 266.131 1118 2 0 -131.879 43.8122 -146.25 - 76 137.48 1117 2 0 -131.763 43.6497 -146.096 - 76 75.3713 1129 2 0 -128.967 46.05 -145.987 - 76 289.942 252 0 1 -129.607 45.3624 -204.45 - 76 325.409 1126 0 0 -129.606 45.319 -205.85 - 76 163.962 1035 6 0 112.464 27.1138 -26.25 - 76 127.064 1129 5 0 -129.003 45.9953 -55.85 - 76 9.41993 1130 5 0 -128.965 46.05 -56.2263 - 76 79.4875 972 5 0 -92.9403 14.6229 -56.2499 - 76 106.531 971 5 0 -92.781 14.4496 -56.115 - 76 134.252 970 5 0 -92.5989 14.25 -55.9688 - 76 91.6884 444 5 1 -91.2053 12.7404 -54.85 - 76 242.568 445 5 1 -91.15 12.6807 -54.8056 - 76 133.312 446 5 1 -90.95 12.4579 -54.6382 - 76 8.58463 447 5 1 -90.75 12.2365 -54.4713 - 76 8.93258 872 6 0 -67.0401 -5.63253 -26.25 - 76 139.854 871 6 0 -67.0169 -5.65 -26.2223 - 76 30.4289 870 6 0 -66.7826 -5.85007 -25.9383 - 76 27.7663 570 6 1 -65.9054 -6.543 -24.85 - 76 93.4009 571 6 1 -65.85 -6.58475 -24.7837 - 76 83.5065 572 6 1 -65.65 -6.7654 -24.5352 - 76 13.3104 794 7 0 -96.7744 -21.2313 3.75009 - 76 165.942 793 7 0 -96.8138 -21.25 3.78641 - 76 5.65033 792 7 0 -97.1896 -21.45 4.13156 - 76 47.2312 409 7 1 -98.2752 -21.9592 5.15064 - 76 113.863 408 7 1 -98.3501 -21.9929 5.21798 - 76 77.5738 407 7 1 -98.5501 -22.0817 5.38763 - 76 163.213 850 8 0 -176.53 -9.9589 33.75 - 76 133.974 851 8 0 -177.058 -9.84979 33.9562 - 76 62.1222 4 8 1 -179.207 -9.23929 35.15 - 76 62.7687 3 8 1 -179.35 -9.19031 35.2271 - 76 61.2267 2 8 1 -179.55 -9.11752 35.3335 - 76 102.883 1 8 1 -179.75 -9.02837 35.4613 - 76 26.9398 1 14 1 -179.797 -1.6551 215.15 - 76 86.7034 2 14 1 -179.75 -1.63398 215.245 - 76 34.3906 537 9 0 -47.3701 -72.45 63.7695 - 76 120.219 443 5 1 -91.3501 11.2516 -54.5943 - 76 657.453 442 5 1 -91.55 10.9686 -54.5007 - 76 49.7977 805 6 0 -55.1229 -18.9601 -26.2499 - 76 189.377 804 6 0 -55.0049 -19.05 -26.1657 - 76 5.79517 803 6 0 -54.5406 -19.2501 -25.866 - 76 6.52656 635 6 1 -52.8732 -20.0092 -24.85 - 76 58.7998 636 6 1 -52.8492 -20.0194 -24.8363 - 76 95.4753 637 6 1 -52.6498 -20.0811 -24.7374 - 76 53.6995 638 6 1 -52.45 -20.1431 -24.6643 - 76 45.1539 639 6 1 -52.2499 -20.2322 -24.6099 - 76 65.0759 640 6 1 -52.0496 -20.3361 -24.5677 - 76 101.922 641 6 1 -51.85 -20.4522 -24.5722 - 76 111.378 642 6 1 -51.65 -20.5868 -24.6004 - 76 56.5537 643 6 1 -51.45 -20.7035 -24.6217 - 76 71.854 644 6 1 -51.2496 -20.8018 -24.6294 - 76 132.267 645 6 1 -51.05 -20.9251 -24.6046 - 76 88.2909 646 6 1 -50.85 -21.0654 -24.5416 - 76 52.3756 647 6 1 -50.65 -21.1904 -24.4984 - 76 53.4347 648 6 1 -50.45 -21.2844 -24.4812 - 76 83.512 650 6 1 -50.0216 -21.082 -24.45 - 76 133.604 649 6 1 -50.05 -21.0078 -24.5327 - 76 75.2913 800 6 0 -50.2777 -20.0165 -25.8507 - 76 86.3905 801 6 0 -50.3667 -19.85 -25.9863 - 76 116.077 802 6 0 -50.4802 -19.65 -26.0759 - 76 82.5936 423 1 1 -95.55 89.1889 -174.669 - 76 251.379 968 0 0 -124.093 13.8293 -206.25 - 76 45.4591 904 0 0 -134.207 0.85 -206.099 -Number of digits in this event: 33 +Number of tracker hits in this event: 24 + 76 118.737 420 9 1 -96.0674 -80.0732 65.55 + 76 122.799 499 9 0 -96.0678 -80.074 64.15 + 76 122.579 420 8 1 -96.0656 -80.0902 35.55 + 76 128.667 499 8 0 -96.0674 -80.0929 34.15 + 76 192.203 420 7 1 -96.1059 -80.1559 5.55 + 76 126.487 499 7 0 -96.1026 -80.1602 4.15 + 76 125.223 420 6 1 -96.0306 -80.2657 -24.45 + 76 141.812 498 6 0 -96.0276 -80.2705 -25.85 + 76 133.334 420 5 1 -95.9585 -80.3528 -54.45 + 76 99.8873 498 5 0 -95.9537 -80.3573 -55.85 + 76 165.614 421 4 1 -95.858 -80.4503 -84.45 + 76 123.879 497 4 0 -95.8468 -80.4519 -85.85 + 76 125.117 422 3 1 -95.6153 -80.4892 -114.45 + 76 117.718 497 3 0 -95.6018 -80.4905 -115.85 + 76 162.195 424 2 1 -95.3284 -80.5156 -144.45 + 76 188.438 497 2 0 -95.3139 -80.5159 -145.85 + 76 123.812 425 1 1 -95.0117 -80.521 -174.45 + 76 119.223 497 1 0 -94.9976 -80.5217 -175.85 + 76 191.468 427 0 1 -94.7079 -80.53 -204.45 + 76 121.221 497 0 0 -94.6947 -80.5299 -205.85 + 76 281.214 420 0 1 -96.1201 -80.1399 -204.458 + 76 238.742 499 0 0 -96.121 -80.1391 -205.85 + 76 78.5587 615 1 1 -57.05 -97.638 -174.75 + 76 252.732 500 0 0 -96.1177 -80.05 -205.922 +Number of digits in this event: 21 Using G4ParticleGun... -Particle energy: 4.45074 LIN +Particle energy: 3.11348 LIN Particle: e- Event: 77 -Number of tracker hits in this event: 18 - 77 100.793 1600 7 1 140.229 52.1453 5.55 - 77 270.602 1160 7 0 140.228 52.1478 4.15 - 77 117.354 1600 6 1 140.213 52.2294 -24.45 - 77 106.739 1160 6 0 140.215 52.2325 -25.85 - 77 205.395 1600 5 1 140.237 52.2821 -54.45 - 77 151.554 1161 5 0 140.242 52.2843 -55.85 - 77 151.123 1601 4 1 140.356 52.3141 -84.45 - 77 117.284 1161 4 0 140.363 52.316 -85.85 - 77 129.897 1601 3 1 140.478 52.3464 -114.45 - 77 109.491 1161 3 0 140.477 52.3517 -115.85 - 77 121.151 1601 2 1 140.49 52.4482 -144.45 - 77 117.58 1161 2 0 140.494 52.4441 -145.85 - 77 111.79 1602 1 1 140.627 52.3086 -174.45 - 77 136.322 1161 1 0 140.648 52.3056 -175.85 - 77 168.103 1604 0 1 141.111 52.2196 -204.45 - 77 120.089 1160 0 0 141.107 52.2186 -205.85 - 77 345.182 1503 11 1 120.915 98.8823 125.55 - 77 212.938 1794 8 1 179.15 6.45106 35.4274 -Number of digits in this event: 14 +Number of tracker hits in this event: 35 + 77 273.038 698 9 1 -40.3364 -110.227 65.55 + 77 123.705 349 9 0 -40.3348 -110.225 64.15 + 77 198.301 698 8 1 -40.2978 -110.184 35.55 + 77 171.565 349 8 0 -40.2973 -110.18 34.15 + 77 187.519 698 7 1 -40.2809 -110.103 5.55 + 77 139.939 350 7 0 -40.2779 -110.096 4.15 + 77 142.616 699 6 1 -40.2181 -109.947 -24.45 + 77 121.034 351 6 0 -40.2163 -109.94 -25.85 + 77 113.928 699 5 1 -40.1795 -109.793 -54.45 + 77 237.388 351 5 0 -40.1778 -109.786 -55.85 + 77 115.146 699 4 1 -40.1514 -109.628 -84.45 + 77 130.646 352 4 0 -40.1478 -109.622 -85.85 + 77 182.508 699 3 1 -40.0722 -109.501 -114.45 + 77 117.275 353 3 0 -40.0694 -109.496 -115.85 + 77 113.712 700 2 1 -40.0285 -109.4 -144.45 + 77 126.379 353 2 0 -40.0251 -109.395 -145.85 + 77 110.006 700 1 1 -39.9603 -109.297 -174.45 + 77 124.262 354 1 0 -39.9585 -109.294 -175.85 + 77 692.724 700 0 1 -39.9408 -109.232 -204.45 + 77 552.255 354 0 0 -39.9413 -109.234 -205.85 + 77 124.099 280 2 0 -52.7766 -124.047 -146.25 + 77 96.845 281 2 0 -52.8266 -123.95 -145.957 + 77 294.055 282 2 0 -52.8936 -123.75 -145.852 + 77 5.90899 924 1 1 4.85 -139.474 -174.747 + 77 53.574 912 1 1 2.65 -148.442 -174.634 + 77 28.6797 356 0 0 -40.2252 -108.78 -205.85 + 77 181.74 357 0 0 -40.244 -108.75 -205.948 + 77 13.8925 701 0 1 -39.85 -109.258 -204.809 + 77 87.088 353 0 0 -39.7556 -109.35 -205.961 + 77 17.5582 350 5 0 -40.0588 -109.95 -55.8921 + 77 30.0688 354 5 0 -68.3919 -109.178 -56.2499 + 77 33.3014 167 5 0 -38.8186 -146.599 -56.25 + 77 112.99 699 7 1 -40.2499 -110.1 5.34514 + 77 202.332 697 8 1 -40.4504 -110.201 35.3613 + 77 85.0918 392 4 0 100.868 -101.55 -86.0866 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 7.83557 LIN +Particle energy: 2.0861 LIN Particle: e- Event: 78 -Number of tracker hits in this event: 208 - 78 350.237 808 9 1 -18.379 -132.272 65.55 - 78 582.262 239 9 0 -18.3793 -132.272 64.15 - 78 114.919 808 8 1 -18.4017 -132.259 35.55 - 78 135.18 239 8 0 -18.4037 -132.257 34.15 - 78 186.555 808 7 1 -18.4413 -132.214 5.55 - 78 111.083 239 7 0 -18.4455 -132.212 4.15 - 78 134.201 807 6 1 -18.5272 -132.171 -24.45 - 78 150.511 239 6 0 -18.53 -132.169 -25.85 - 78 414.529 807 5 1 -18.5835 -132.125 -54.45 - 78 109.989 240 5 0 -18.5869 -132.123 -55.85 - 78 148.583 806 4 1 -18.6573 -132.082 -84.45 - 78 127.519 240 4 0 -18.6609 -132.079 -85.85 - 78 108.809 806 3 1 -18.7349 -132.017 -114.45 - 78 164.127 240 3 0 -18.738 -132.013 -115.85 - 78 159.884 806 2 1 -18.8022 -131.941 -144.45 - 78 119.106 241 2 0 -18.8056 -131.937 -145.85 - 78 129.1 805 1 1 -18.8717 -131.862 -174.45 - 78 291.142 241 1 0 -18.8729 -131.856 -175.85 - 78 143.166 805 0 1 -18.8971 -131.739 -204.45 - 78 116.635 242 0 0 -18.8993 -131.732 -205.85 - 78 182.912 807 7 1 -18.45 -132.489 5.45387 - 78 111.574 234 7 0 -18.9572 -133.189 4.14991 - 78 26.8419 233 7 0 -19.043 -133.35 3.82442 - 78 133.028 240 7 0 -18.6401 -132.095 4.14933 - 78 14.8581 788 6 1 -22.4177 -130.444 -24.45 - 78 83.2211 787 6 1 -22.45 -130.448 -24.492 - 78 41.8479 786 6 1 -22.6502 -130.466 -24.7403 - 78 257.782 248 6 0 -23.4234 -130.446 -25.8501 - 78 78.8356 682 5 1 -43.5833 -129.678 -54.4513 - 78 35.6451 681 5 1 -43.65 -129.646 -54.7252 - 78 70.6611 253 5 0 -43.9066 -129.407 -55.85 - 78 44.6296 254 5 0 -43.9598 -129.35 -56.089 - 78 11.0205 650 4 1 -50.0348 -122.419 -84.45 - 78 99.3567 649 4 1 -50.0501 -122.415 -84.473 - 78 11.6792 648 4 1 -50.2501 -122.361 -84.8008 - 78 1.17451 289 4 0 -50.862 -122.151 -85.85 - 78 166.096 290 4 0 -50.8651 -122.15 -85.8554 - 78 79.7892 121 4 0 -129.583 -155.817 -86.25 - 78 151.166 120 4 0 -129.825 -155.951 -86.1411 - 78 104.135 119 4 0 -130.248 -156.15 -86.0059 - 78 84.8716 118 4 0 -130.613 -156.35 -85.9158 - 78 15.1 221 4 1 -135.897 -159.227 -84.85 - 78 74.0719 220 4 1 -135.95 -159.256 -84.8414 - 78 82.1138 219 4 1 -136.15 -159.368 -84.813 - 78 66.2214 218 4 1 -136.35 -159.484 -84.7798 - 78 124.137 217 4 1 -136.55 -159.612 -84.7287 - 78 50.9836 216 4 1 -136.75 -159.761 -84.6846 - 78 60.0146 215 4 1 -136.95 -159.884 -84.6525 - 78 60.4447 214 4 1 -137.15 -159.993 -84.6246 - 78 68.2532 213 4 1 -137.35 -160.091 -84.5802 - 78 25.7297 212 4 1 -137.55 -160.195 -84.4818 - 78 211.316 76 5 0 -148.691 -164.838 -56.25 - 78 14.9585 151 5 1 -149.91 -165.073 -54.85 - 78 87.2517 150 5 1 -149.95 -165.074 -54.8115 - 78 57.8157 149 5 1 -150.15 -165.026 -54.5994 - 78 143.393 842 8 1 -11.6329 -128.617 35.5498 - 78 28.59 843 8 1 -11.45 -128.748 35.2187 - 78 79.9284 255 8 0 -10.6928 -129.06 34.1497 - 78 56.3981 254 8 0 -10.5184 -129.15 33.9248 - 78 102.185 975 7 1 15.1688 -143.038 5.54994 - 78 14.478 974 7 1 15.05 -143.098 5.20077 - 78 167.989 184 7 0 14.7253 -143.284 4.15 - 78 56.0114 913 6 1 2.68318 -143.525 -24.45 - 78 70.1402 914 6 1 2.85005 -143.497 -24.5135 - 78 57.8134 915 6 1 3.05065 -143.454 -24.5808 - 78 51.6034 916 6 1 3.25 -143.436 -24.641 - 78 54.0635 917 6 1 3.45013 -143.435 -24.6982 - 78 116.703 918 6 1 3.65 -143.432 -24.7245 - 78 57.2646 919 6 1 3.85 -143.423 -24.7711 - 78 61.8877 920 6 1 4.05062 -143.404 -24.8122 - 78 354.792 183 6 0 9.36038 -143.432 -25.8501 - 78 14.3459 977 6 1 15.585 -144.249 -24.85 - 78 53.3093 978 6 1 15.65 -144.258 -24.8409 - 78 43.0756 979 6 1 15.85 -144.291 -24.8198 - 78 45.5655 980 6 1 16.05 -144.332 -24.8167 - 78 41.7555 981 6 1 16.25 -144.382 -24.8274 - 78 32.9882 175 6 0 20.699 -145.131 -25.8501 - 78 153.158 174 6 0 20.8009 -145.15 -25.8714 - 78 4.20816 1058 6 1 31.8264 -144.517 -24.8499 - 78 90.7612 191 6 0 76.5258 -141.777 -25.85 - 78 40.5376 1308 6 1 81.7031 -141.574 -24.85 - 78 55.6554 1309 6 1 81.85 -141.567 -24.806 - 78 58.3181 1310 6 1 82.05 -141.51 -24.7615 - 78 62.1035 1311 6 1 82.25 -141.443 -24.7131 - 78 64.9451 1312 6 1 82.4502 -141.356 -24.6234 - 78 166.393 1313 6 1 82.65 -141.285 -24.5452 - 78 4.42525 1314 6 1 82.85 -141.219 -24.4589 - 78 139.239 212 7 0 74.902 -137.647 3.75 - 78 45.5467 213 7 0 74.8301 -137.55 4.09809 - 78 3.6533 1272 7 1 74.591 -136.36 5.15 - 78 213.059 232 7 0 75.6387 -133.73 4.15 - 78 97.5784 1029 0 1 25.8952 -137.879 -204.45 - 78 149.703 209 0 0 26.5473 -138.205 -205.85 - 78 90.1725 208 0 0 26.7229 -138.35 -206.063 - 78 75.4358 207 0 0 26.7973 -138.55 -206.129 - 78 153.274 206 0 0 26.8525 -138.75 -206.176 - 78 143.817 205 0 0 27.1115 -138.95 -206.087 - 78 90.0248 204 0 0 27.4009 -139.15 -205.933 - 78 170.439 1036 0 1 27.3143 -138.643 -204.85 - 78 124.998 1035 0 1 27.25 -138.827 -204.715 - 78 16.8449 203 0 0 27.3733 -139.35 -205.891 - 78 167.16 810 8 1 -18.0336 -131.683 35.55 - 78 124.219 241 8 0 -17.9772 -131.833 34.15 - 78 136.804 815 7 1 -17.0154 -134.644 5.54915 - 78 118.775 227 7 0 -16.8395 -134.663 4.15 - 78 50.2572 830 6 1 -13.8722 -135.753 -24.4505 - 78 68.495 831 6 1 -13.85 -135.777 -24.6081 - 78 106.891 221 6 0 -13.6399 -135.927 -25.85 - 78 58.4045 220 6 0 -13.6095 -135.95 -26.031 - 78 137.006 860 5 1 -7.96445 -140.215 -54.4501 - 78 220.492 197 5 0 -8.13247 -140.583 -55.8504 - 78 100.362 853 4 1 -9.36072 -148.048 -84.45 - 78 154.153 854 4 1 -9.25 -147.914 -84.5732 - 78 50.9877 169 4 0 -8.50635 -146.31 -85.85 - 78 68.8871 170 4 0 -8.43344 -146.15 -85.9797 - 78 57.6106 171 4 0 -8.35859 -145.95 -86.1195 - 78 4.70085 172 4 0 -8.28496 -145.75 -86.2447 - 78 170.119 957 3 1 11.4652 -100.769 -114.45 - 78 63.304 958 3 1 11.65 -100.921 -114.685 - 78 89.5603 390 3 0 12.8472 -101.991 -115.85 - 78 76.7976 389 3 0 13.0066 -102.15 -116.068 - 78 183.49 880 9 0 -3.32895 -3.85 63.9742 - 78 36.4812 490 5 1 -81.879 -109.947 -54.45 - 78 19.088 967 3 1 13.5114 -100.501 -114.85 - 78 102.801 829 6 1 -14.05 -135.66 -24.4777 - 78 80.6688 828 6 1 -14.25 -135.524 -24.6673 - 78 16.3304 227 6 0 -15.5347 -134.582 -25.8504 - 78 123.064 228 6 0 -15.5772 -134.55 -25.8891 - 78 85.2705 229 6 0 -15.8641 -134.35 -26.1198 - 78 73.6485 640 5 1 -51.8724 -104.892 -54.45 - 78 62.3929 639 5 1 -52.05 -104.877 -54.4843 - 78 115.968 638 5 1 -52.25 -104.863 -54.5179 - 78 62.3309 637 5 1 -52.4512 -104.847 -54.5498 - 78 43.5338 636 5 1 -52.65 -104.824 -54.5808 - 78 97.5833 635 5 1 -52.8507 -104.801 -54.6084 - 78 44.3865 634 5 1 -53.0507 -104.782 -54.6356 - 78 74.8853 633 5 1 -53.25 -104.769 -54.6651 - 78 73.0571 632 5 1 -53.45 -104.766 -54.7 - 78 54.2823 631 5 1 -53.6502 -104.76 -54.7378 - 78 45.1007 630 5 1 -53.85 -104.752 -54.7785 - 78 27.9459 629 5 1 -54.05 -104.745 -54.827 - 78 517.377 378 5 0 -58.2342 -104.501 -55.85 - 78 42.4718 377 5 0 -59.16 -104.55 -56.1882 - 78 14.1278 305 4 1 -119.143 -114.537 -84.4505 - 78 121.522 304 4 1 -119.15 -114.532 -84.4697 - 78 116.775 330 4 0 -119.778 -114.115 -85.8501 - 78 232.258 239 3 1 -132.319 -108.637 -114.45 - 78 174.264 357 3 0 -131.768 -108.576 -115.85 - 78 4.33108 316 2 1 -116.946 -113.399 -144.45 - 78 131.335 315 2 1 -116.95 -113.398 -144.468 - 78 42.4405 334 2 0 -116.982 -113.186 -145.85 - 78 74.772 335 2 0 -116.974 -113.15 -145.99 - 78 58.3465 308 1 1 -118.389 -110.445 -174.45 - 78 107.87 309 1 1 -118.35 -110.427 -174.482 - 78 69.5477 240 3 1 -132.15 -108.582 -114.691 - 78 55.9972 358 3 0 -131.959 -108.466 -115.85 - 78 104.006 244 3 1 -131.294 -109.076 -114.85 - 78 55.07 245 3 1 -131.15 -109.075 -114.758 - 78 91.7717 352 3 0 -130.656 -109.665 -115.85 - 78 5.31225 232 3 1 -133.71 -110.274 -114.85 - 78 21.0239 349 3 0 -134.664 -110.264 -115.85 - 78 42.6551 222 3 1 -135.603 -110.64 -114.85 - 78 20.5771 888 1 1 -2.25455 -151.747 -174.45 - 78 254.958 889 1 1 -2.24996 -151.743 -174.479 - 78 125.735 142 1 0 -2.12235 -151.607 -175.85 - 78 168.971 898 0 1 -0.266795 -149.735 -204.45 - 78 24.3421 897 0 1 -0.450098 -150.121 -204.784 - 78 21.0999 144 0 0 -1.02926 -151.282 -205.85 - 78 75.1223 143 0 0 -1.06377 -151.351 -205.913 - 78 64.523 142 0 0 -1.18652 -151.55 -206.108 - 78 71.9179 144 1 0 -1.68595 -151.226 -175.85 - 78 58.2886 145 1 0 -1.60174 -151.15 -176.062 - 78 153.212 936 0 1 7.26303 -141.256 -204.45 - 78 20.258 937 0 1 7.45 -140.98 -204.792 - 78 26.2997 199 0 0 8.16429 -140.21 -205.85 - 78 114.075 200 0 0 8.22063 -140.15 -205.928 - 78 24.4202 201 0 0 8.41152 -139.95 -206.196 - 78 133.567 328 8 0 -37.318 -114.416 33.75 - 78 1.76521 327 8 0 -37.484 -114.55 34.1451 - 78 70.2675 710 8 1 -37.927 -115.17 35.15 - 78 522.525 709 8 1 -38.0501 -115.215 35.3072 - 78 48.6708 708 8 1 -38.25 -115.426 35.3096 - 78 119.911 807 8 1 -18.6163 -132.886 35.5497 - 78 120.8 236 8 0 -18.5434 -132.93 34.15 - 78 157.91 816 7 1 -16.7478 -134.585 5.55 - 78 2.07079 817 7 1 -16.6499 -134.658 5.1541 - 78 184.483 226 7 0 -16.4102 -134.851 4.1495 - 78 59.4178 846 6 1 -10.7242 -140.586 -24.45 - 78 105.005 847 6 1 -10.6498 -140.635 -24.553 - 78 24.758 848 6 1 -10.4499 -140.737 -24.7881 - 78 3.18112 195 6 0 -9.43625 -141.147 -25.85 - 78 224.988 194 6 0 -9.42868 -141.15 -25.8579 - 78 104.035 989 5 1 17.9399 -151.14 -54.4501 - 78 145.17 142 5 0 18.0752 -151.596 -55.85 - 78 146.957 1008 4 1 21.6875 -159.812 -84.4502 - 78 19.7322 1009 4 1 21.85 -159.943 -84.7854 - 78 180.33 98 4 0 22.272 -160.373 -85.85 - 78 64.1378 1069 3 1 33.8519 -171.484 -114.45 - 78 68.7314 1070 3 1 34.05 -171.54 -114.605 - 78 74.6397 1071 3 1 34.25 -171.623 -114.724 - 78 0.103181 1072 3 1 34.45 -171.731 -114.849 - 78 112.961 36 3 0 36.172 -172.819 -115.85 - 78 139.815 35 3 0 36.38 -172.95 -115.982 - 78 23.0875 34 3 0 36.679 -173.15 -116.207 - 78 71.2495 138 5 0 19.2392 -152.35 -55.9068 - 78 98.639 137 5 0 19.5107 -152.55 -56.1089 - 78 24.7917 136 5 0 19.78 -152.75 -56.2125 - 78 65.9271 610 7 0 -4.52533 -58.05 3.97192 -Number of digits in this event: 63 -Using G4ParticleGun... -Particle energy: 2.7242 LIN +Number of tracker hits in this event: 42 + 78 208.996 1139 10 1 47.9192 -87.5685 95.55 + 78 117.173 462 10 0 47.916 -87.5697 94.15 + 78 107.883 1138 9 1 47.8233 -87.5993 65.55 + 78 278.204 462 9 0 47.8133 -87.6025 64.15 + 78 181.71 1137 8 1 47.5954 -87.663 35.55 + 78 108.318 461 8 0 47.5882 -87.6655 34.15 + 78 214.064 1136 7 1 47.4417 -87.7228 5.55 + 78 189.937 461 7 0 47.4306 -87.7222 4.15 + 78 102.502 1135 6 1 47.2083 -87.7064 -24.45 + 78 229.759 461 6 0 47.1992 -87.7 -25.85 + 78 114.497 1134 5 1 47.0053 -87.5362 -54.45 + 78 110.326 462 5 0 46.9943 -87.5274 -55.85 + 78 113.391 1133 4 1 46.7682 -87.3553 -84.45 + 78 147.341 463 4 0 46.7589 -87.3491 -85.85 + 78 147.718 1132 3 1 46.5642 -87.2316 -114.45 + 78 157.484 464 3 0 46.5555 -87.2323 -115.85 + 78 117.16 1131 2 1 46.3658 -87.2512 -144.45 + 78 107.042 463 2 0 46.3605 -87.259 -145.85 + 78 449.519 1130 1 1 46.2414 -87.4165 -174.45 + 78 121.904 463 1 0 46.2363 -87.4286 -175.85 + 78 134.164 1130 0 1 46.1277 -87.7163 -204.45 + 78 254.782 461 0 0 46.1192 -87.731 -205.85 + 78 95.0921 968 0 0 74.2315 13.7316 -206.25 + 78 43.1134 969 0 0 74.1632 13.85 -205.964 + 78 9.19733 1268 0 1 73.6707 14.2444 -204.85 + 78 328.019 1267 0 1 73.65 14.2575 -204.812 + 78 6.44805 1266 0 1 73.4411 14.3488 -204.45 + 78 1.66436 974 0 0 74.0348 15.0447 -205.85 + 78 156.015 975 0 0 74.038 15.05 -205.858 + 78 57.3279 976 0 0 74.0728 15.25 -206.013 + 78 87.8658 977 0 0 74.1137 15.4506 -206.109 + 78 122.739 978 0 0 74.2472 15.65 -206.155 + 78 91.8268 979 0 0 74.4115 15.8501 -206.101 + 78 372.748 1272 0 1 74.6493 16.4134 -204.85 + 78 94.255 1273 0 1 74.65 16.4149 -204.846 + 78 94.219 1271 0 1 74.45 16.8121 -204.477 + 78 2.42827 470 1 0 45.7555 -85.8565 -175.85 + 78 103.184 471 1 0 45.7528 -85.8499 -175.857 + 78 100.828 472 1 0 45.675 -85.65 -176.006 + 78 296.781 473 1 0 45.5231 -85.4499 -176.015 + 78 85.8022 474 1 0 45.3251 -85.25 -176.006 + 78 316.633 462 6 0 47.3303 -87.65 -25.9247 +Number of digits in this event: 21 +Using G4ParticleGun... +Particle energy: 1.4788 LIN Particle: e- Event: 79 -Number of tracker hits in this event: 28 - 79 144.453 254 7 1 -129.274 71.8123 5.55 - 79 247.229 1258 7 0 -129.279 71.8132 4.15 - 79 139.556 253 6 1 -129.357 71.8445 -24.45 - 79 96.3477 1259 6 0 -129.36 71.8527 -25.85 - 79 99.6541 253 5 1 -129.44 72.0194 -54.45 - 79 150.559 1259 5 0 -129.44 72.0283 -55.85 - 79 205.382 253 4 1 -129.44 72.2176 -84.45 - 79 116.437 1260 4 0 -129.435 72.2196 -85.85 - 79 297.934 254 3 1 -129.338 72.2731 -114.45 - 79 110.079 1261 3 0 -129.335 72.2762 -115.85 - 79 116.156 254 2 1 -129.291 72.3502 -144.45 - 79 116.335 1261 2 0 -129.295 72.359 -145.85 - 79 107.694 254 1 1 -129.344 72.5173 -174.45 - 79 129.427 1262 1 0 -129.355 72.5187 -175.85 - 79 133.298 252 0 1 -129.566 72.5933 -204.45 - 79 335.794 1262 0 0 -129.578 72.5919 -205.85 - 79 77.0523 255 3 1 -129.15 72.8508 -114.667 - 79 143.001 256 3 1 -128.95 73.0606 -114.734 - 79 57.6162 257 3 1 -128.75 73.1322 -114.735 - 79 67.3345 258 3 1 -128.55 73.2113 -114.736 - 79 53.5283 259 3 1 -128.349 73.3202 -114.708 - 79 56.812 260 3 1 -128.15 73.37 -114.714 - 79 58.608 261 3 1 -127.95 73.3814 -114.767 - 79 20.488 262 3 1 -127.75 73.4102 -114.833 - 79 272.034 1267 3 0 -123.732 73.502 -115.85 - 79 162.265 1284 3 0 -121.178 76.9097 -116.25 - 79 58.4066 1480 11 0 41.1847 116.217 123.75 - 79 216.797 1073 3 1 34.6843 -3.61387 -114.85 -Number of digits in this event: 16 +Number of tracker hits in this event: 38 + 79 107.91 282 8 1 -123.636 -72.4562 35.55 + 79 131.197 537 8 0 -123.635 -72.4559 34.15 + 79 132.128 282 7 1 -123.619 -72.4483 5.55 + 79 120.492 537 7 0 -123.623 -72.4513 4.15 + 79 168.968 282 6 1 -123.701 -72.4991 -24.45 + 79 152.636 537 6 0 -123.704 -72.5022 -25.85 + 79 115.746 281 5 1 -123.8 -72.5659 -54.45 + 79 132.571 537 5 0 -123.814 -72.5745 -55.85 + 79 109.995 280 4 1 -124.117 -72.7473 -84.45 + 79 117.061 536 4 0 -124.136 -72.7559 -85.85 + 79 153.644 278 3 1 -124.513 -72.9658 -114.45 + 79 138.847 535 3 0 -124.52 -72.9843 -115.85 + 79 312.495 277 2 1 -124.644 -73.3717 -144.45 + 79 633.201 533 2 0 -124.65 -73.3979 -145.85 + 79 109.734 276 1 1 -124.782 -73.9221 -174.45 + 79 123.32 530 1 0 -124.796 -73.945 -175.85 + 79 157.928 275 0 1 -125.112 -74.4346 -204.45 + 79 121.656 527 0 0 -125.119 -74.4699 -205.85 + 79 389.275 531 1 0 -124.869 -73.7797 -175.85 + 79 134.758 271 0 1 -125.808 -74.9453 -204.45 + 79 2.98659 528 0 0 -125.686 -74.2546 -205.852 + 79 351.102 529 0 0 -125.685 -74.25 -205.86 + 79 241.064 530 0 0 -125.68 -74.05 -206.242 + 79 200.751 278 1 1 -124.471 -74.2073 -174.45 + 79 105.695 529 1 0 -124.545 -74.227 -175.85 + 79 331.026 269 0 1 -126.273 -74.8678 -204.451 + 79 112.15 526 0 0 -126.297 -74.8303 -205.85 + 79 160.529 275 1 1 -125.021 -74.8244 -174.45 + 79 122.193 525 1 0 -125.111 -74.9941 -175.85 + 79 111.587 268 0 1 -126.441 -77.4815 -204.45 + 79 157.799 513 0 0 -126.282 -77.4441 -205.85 + 79 232.341 276 2 1 -124.826 -73.2551 -144.45 + 79 250.126 273 1 1 -125.435 -73.8278 -174.45 + 79 112.41 267 0 1 -126.611 -73.8477 -204.45 + 79 145.22 531 0 0 -126.5 -73.85 -206.116 + 79 107.508 538 6 0 -123.641 -72.45 -26.0959 + 79 178.775 539 6 0 -123.604 -72.25 -26.2029 + 79 104.212 540 6 0 -123.627 -72.0499 -26.0127 +Number of digits in this event: 28 Using G4ParticleGun... -Particle energy: 5.70434 LIN +Particle energy: 2.31161 LIN Particle: e- Event: 80 -Number of tracker hits in this event: 180 - 80 118.673 622 11 1 -55.642 -36.5697 125.55 - 80 282.833 717 11 0 -55.6322 -36.6153 124.15 - 80 114.357 623 10 1 -55.4183 -37.6206 95.55 - 80 131.396 711 10 0 -55.4118 -37.6845 94.15 - 80 118.919 623 9 1 -55.2582 -38.9886 65.55 - 80 117.304 704 9 0 -55.2515 -39.0663 64.15 - 80 117.043 624 8 1 -55.1036 -40.6549 35.55 - 80 168.892 696 8 0 -55.0836 -40.7339 34.15 - 80 233.731 626 7 1 -54.6688 -42.3163 5.55 - 80 97.9923 688 7 0 -54.6445 -42.3997 4.15 - 80 111.632 629 6 1 -54.1041 -44.1008 -24.45 - 80 139.257 679 6 0 -54.0828 -44.1771 -25.85 - 80 116.506 631 5 1 -53.6934 -45.7 -54.45 - 80 167.07 671 5 0 -53.6841 -45.7803 -55.85 - 80 114.97 632 4 1 -53.4604 -47.3793 -84.45 - 80 114.444 662 4 0 -53.4495 -47.4581 -85.85 - 80 161.688 633 3 1 -53.3415 -48.767 -114.45 - 80 115.249 656 3 0 -53.3275 -48.8216 -115.85 - 80 122.038 634 2 1 -53.0938 -49.9912 -144.45 - 80 115.467 649 2 0 -53.0812 -50.0612 -145.85 - 80 156.766 636 1 1 -52.8293 -51.4868 -174.45 - 80 117.568 642 1 0 -52.8148 -51.5633 -175.85 - 80 255.6 637 0 1 -52.5046 -53.1506 -204.45 - 80 129.642 634 0 0 -52.4873 -53.231 -205.85 - 80 15.337 633 0 0 -52.4834 -53.25 -206.183 - 80 1.59308 1186 14 1 57.25 99.5143 215.298 - 80 176.301 678 6 0 -54.0861 -44.25 -26.1335 - 80 0.782923 629 0 0 -50.3373 -54.2012 -205.85 - 80 134.142 626 10 1 -54.8263 -34.6149 95.55 - 80 144.53 728 10 0 -54.8341 -34.4293 94.15 - 80 127.952 624 9 1 -55.2464 -30.1971 65.5493 - 80 94.082 750 9 0 -55.2344 -30.0091 64.1499 - 80 124.1 625 8 1 -54.8873 -26.0038 35.55 - 80 16.4396 770 8 0 -54.8794 -25.8575 34.15 - 80 177.408 771 8 0 -54.8792 -25.85 34.0771 - 80 105.711 786 7 0 -54.8575 -22.7539 4.1498 - 80 109.082 616 6 1 -56.7258 -17.9404 -24.45 - 80 93.5015 811 6 0 -56.8013 -17.689 -25.85 - 80 58.2753 812 6 0 -56.814 -17.65 -26.0607 - 80 115.973 608 5 1 -58.2948 -12.8705 -54.45 - 80 204.218 837 5 0 -58.3664 -12.6102 -55.8502 - 80 127.478 600 4 1 -59.9295 -6.50092 -84.4505 - 80 158.554 868 4 0 -60.1217 -6.32938 -85.85 - 80 139.818 579 3 1 -64.0751 -2.59016 -114.45 - 80 68.9774 888 3 0 -64.3902 -2.29323 -115.85 - 80 51.0287 889 3 0 -64.4379 -2.25 -116.059 - 80 428.068 545 2 1 -70.9266 3.50256 -144.45 - 80 138.908 918 2 0 -71.2869 3.65867 -145.85 - 80 65.7162 505 1 1 -79.0113 6.19279 -174.45 - 80 94.8212 504 1 1 -79.05 6.21757 -174.637 - 80 233.615 931 1 0 -79.2902 6.39422 -175.85 - 80 218.833 477 0 1 -84.6005 10.3082 -204.45 - 80 139.776 476 0 1 -84.65 10.3504 -204.742 - 80 256.032 952 0 0 -84.817 10.5271 -205.85 - 80 152.411 638 0 1 -52.4049 3.57764 -204.45 - 80 146.54 918 0 0 -52.6551 3.70727 -205.85 - 80 46.0331 920 0 0 -52.7366 4.21678 -205.85 - 80 146.896 921 0 0 -52.7544 4.25 -205.924 - 80 19.4444 1423 7 1 104.75 68.3464 5.15423 - 80 117.856 325 2 1 -114.95 -44.4209 -144.709 - 80 373.974 620 7 1 -55.9361 -36.1652 5.55 - 80 218.192 719 7 0 -55.9449 -36.1576 4.15 - 80 428.015 619 6 1 -56.1189 -36.0029 -24.45 - 80 145.372 720 6 0 -56.1262 -35.9951 -25.85 - 80 109.928 618 5 1 -56.2695 -35.8201 -54.45 - 80 98.7992 721 5 0 -56.3004 -35.7878 -55.85 - 80 163.299 614 4 1 -57.0893 -35.1501 -84.45 - 80 134.752 724 4 0 -57.1574 -35.1363 -85.85 - 80 302.593 607 3 1 -58.6052 -34.8441 -114.45 - 80 144.258 726 3 0 -58.7211 -34.8449 -115.85 - 80 115.242 594 2 1 -61.0926 -34.9842 -144.45 - 80 124.864 725 2 0 -61.2273 -35.0113 -145.85 - 80 136.054 580 1 1 -63.9027 -35.5308 -174.45 - 80 266.822 722 1 0 -64.0091 -35.5839 -175.85 - 80 150.964 569 0 1 -66.053 -36.6281 -204.45 - 80 147.87 716 0 0 -66.1505 -36.6725 -205.85 - 80 383.016 617 4 1 -56.5022 -35.6974 -84.45 - 80 345.069 721 4 0 -56.5165 -35.6861 -85.85 - 80 216.774 616 3 1 -56.8006 -35.4553 -114.45 - 80 237.568 722 3 0 -56.8114 -35.4517 -115.85 - 80 122.84 615 2 1 -57.0271 -35.3902 -144.45 - 80 237.617 723 2 0 -57.0398 -35.3903 -145.85 - 80 130.442 613 1 1 -57.2902 -35.3719 -174.45 - 80 276.41 723 1 0 -57.3008 -35.3754 -175.85 - 80 398.595 612 0 1 -57.4506 -35.3342 -204.45 - 80 122.286 723 0 0 -57.4693 -35.3305 -205.85 - 80 235.427 617 3 1 -56.5215 -35.4902 -114.45 - 80 251.587 618 2 1 -56.3897 -35.3029 -144.45 - 80 123.065 619 1 1 -56.0649 -35.1703 -174.45 - 80 335.31 724 1 0 -56.0389 -35.164 -175.85 - 80 125.835 622 0 1 -55.5617 -34.9686 -204.45 - 80 107.688 725 0 0 -55.5363 -34.9486 -205.85 - 80 101.081 292 0 1 -121.55 38.2563 -204.563 - 80 128.464 615 1 1 -57.0474 -35.2433 -174.45 - 80 83.7161 616 1 1 -56.85 -35.1099 -174.506 - 80 31.3385 614 1 1 -57.05 -35.2437 -174.538 - 80 208.522 719 6 0 -55.9704 -36.218 -25.85 - 80 46.5967 718 6 0 -55.9448 -36.25 -26.084 - 80 98.2952 645 5 1 -50.9694 -40.2519 -54.45 - 80 139.808 699 5 0 -50.904 -40.1448 -55.85 - 80 136.996 657 4 1 -48.5534 -38.047 -84.45 - 80 19.4586 656 4 1 -48.6501 -37.9217 -84.7796 - 80 77.8806 712 4 0 -48.9269 -37.5384 -85.85 - 80 43.5579 713 4 0 -48.9842 -37.45 -86.0958 - 80 4.78392 622 3 1 -55.6429 -27.0924 -114.45 - 80 132.844 621 3 1 -55.65 -27.0803 -114.47 - 80 108.744 769 3 0 -55.884 -26.2082 -115.85 - 80 79.7774 770 3 0 -55.9247 -26.0498 -116.081 - 80 127.43 584 2 1 -63.1589 -6.13436 -144.45 - 80 115.923 870 2 0 -63.3854 -5.92697 -145.85 - 80 165.551 579 1 1 -64.1715 0.0508106 -174.45 - 80 124.709 902 1 0 -64.3426 0.468339 -175.85 - 80 26.5889 572 0 1 -65.4581 7.92464 -204.45 - 80 120.708 573 0 1 -65.45 7.96349 -204.544 - 80 24.0462 941 0 0 -65.1816 8.40942 -205.85 - 80 92.5972 942 0 0 -65.1554 8.45 -205.966 - 80 60.5586 605 3 0 73.2962 -58.9236 -116.25 - 80 5.17135 945 3 0 115.407 9.2388 -116.25 - 80 18.4635 946 3 0 115.412 9.25047 -116.247 - 80 127.425 1028 3 0 117.512 25.7416 -116.25 - 80 138.424 620 6 1 -56.05 -35.9758 -24.6142 - 80 28.0341 721 6 0 -55.6432 -35.6683 -25.8503 - 80 131.26 722 6 0 -55.6203 -35.65 -25.923 - 80 91.4933 660 5 1 -47.9241 -28.2003 -54.45 - 80 40.0133 760 5 0 -48.0182 -27.8743 -55.85 - 80 92.7708 761 5 0 -48.0269 -27.85 -55.9541 - 80 102.098 646 4 1 -50.7853 -21.2221 -84.4502 - 80 47.0474 645 4 1 -50.8501 -21.2666 -84.7028 - 80 126.632 792 4 0 -51.0874 -21.5211 -85.85 - 80 27.4292 762 3 0 -56.812 -27.6094 -115.85 - 80 92.7984 761 3 0 -56.8222 -27.65 -115.946 - 80 223.389 600 2 1 -59.9689 -42.2295 -144.45 - 80 71.7272 684 2 0 -59.9731 -43.1312 -145.85 - 80 66.4386 683 2 0 -59.9749 -43.25 -146.034 - 80 6.49286 596 1 1 -60.6612 -61.0932 -174.45 - 80 197.066 597 1 1 -60.65 -61.1018 -174.472 - 80 162.588 591 1 0 -59.9799 -61.658 -175.85 - 80 17.1547 689 0 1 -42.099 -70.9834 -204.45 - 80 75.7694 690 0 1 -42.0499 -71.0039 -204.513 - 80 56.9764 691 0 1 -41.85 -71.0899 -204.733 - 80 107.822 542 0 0 -40.8105 -71.5534 -205.85 - 80 57.3725 541 0 0 -40.5514 -71.65 -206.147 - 80 150.419 541 1 0 -53.3512 -71.65 -176.081 - 80 78.0925 540 1 0 -53.3321 -71.85 -176.066 - 80 12.2627 601 2 1 -59.85 -42.3211 -144.787 - 80 211.478 686 2 0 -59.1908 -42.7021 -145.85 - 80 392.544 687 2 0 -59.055 -42.65 -146.1 - 80 294.239 688 2 0 -58.8402 -42.45 -146.097 - 80 7.22097 841 2 0 -46.5634 -11.6651 -146.25 - 80 7.60511 842 2 0 -46.556 -11.65 -146.24 - 80 49.3944 619 7 1 -56.05 -36.256 5.27812 - 80 80.5812 715 7 0 -56.5629 -36.995 4.15 - 80 73.7573 714 7 0 -56.683 -37.05 3.90797 - 80 113.126 617 5 1 -56.49 -35.9126 -54.45 - 80 121.158 720 5 0 -56.5082 -35.9002 -55.85 - 80 155.908 615 4 1 -56.9138 -35.6523 -84.45 - 80 104.35 611 3 1 -57.6675 -36.3832 -114.45 - 80 14.6994 612 3 1 -57.65 -36.3519 -114.803 - 80 190.621 719 3 0 -57.5917 -36.2206 -115.85 - 80 40.4782 619 2 1 -56.25 -31.946 -144.724 - 80 18.6055 744 2 0 -55.6332 -31.088 -145.85 - 80 147.876 745 2 0 -55.606 -31.05 -145.9 - 80 26.6275 746 2 0 -55.4689 -30.85 -146.154 - 80 327.025 692 1 1 -41.6429 -9.61488 -174.45 - 80 120.967 856 1 0 -41.4124 -8.83983 -175.85 - 80 24.6364 857 1 0 -41.3716 -8.65 -176.17 - 80 63.2908 701 0 1 -39.7588 6.61246 -204.45 - 80 70.673 700 0 1 -39.85 6.72185 -204.669 - 80 2.20755 936 0 0 -40.4128 7.44523 -205.85 - 80 116.244 937 0 0 -40.4166 7.45 -205.858 - 80 16.9703 938 0 0 -40.5758 7.65 -206.198 - 80 22.105 850 1 0 -41.4926 -10.0026 -175.85 - 80 89.7961 849 1 0 -41.497 -10.05 -175.926 - 80 61.9041 688 1 1 -42.3851 -11.1148 -174.85 - 80 128.476 687 1 1 -42.45 -11.1942 -174.759 - 80 86.556 686 1 1 -42.65 -11.3917 -174.462 - 80 116.57 685 1 1 -42.8501 -11.5399 -174.607 - 80 398.364 724 0 1 -35.146 137.311 -204.45 - 80 226.191 722 0 0 -57.5294 -35.5886 -205.85 - 80 9.59247 721 0 0 -57.7169 -35.65 -206.215 -Number of digits in this event: 90 -Using G4ParticleGun... -Particle energy: 7.65688 LIN +Number of tracker hits in this event: 55 + 80 105.398 1060 10 1 32.1354 -80.5728 95.55 + 80 99.2227 497 10 0 32.1293 -80.5699 94.15 + 80 138.288 1059 9 1 32.0117 -80.4936 65.55 + 80 106.947 497 9 0 32.006 -80.4889 64.15 + 80 197.281 1059 8 1 31.8747 -80.3944 35.55 + 80 139.13 498 8 0 31.8701 -80.394 34.15 + 80 122.698 1058 7 1 31.7571 -80.3917 5.55 + 80 120.373 498 7 0 31.7489 -80.3894 4.15 + 80 368.367 1057 6 1 31.5738 -80.34 -24.45 + 80 126.994 498 6 0 31.5649 -80.341 -25.85 + 80 110.923 1056 5 1 31.3925 -80.3518 -54.45 + 80 110.4 498 5 0 31.3819 -80.3488 -55.85 + 80 120.319 1055 4 1 31.1549 -80.2956 -84.45 + 80 189.457 498 4 0 31.1433 -80.2921 -85.85 + 80 445.881 1054 3 1 30.8994 -80.2292 -114.45 + 80 112.405 499 3 0 30.8854 -80.2268 -115.85 + 80 101.444 1052 2 1 30.6098 -80.1881 -144.45 + 80 121.685 499 2 0 30.5959 -80.1863 -145.85 + 80 145.149 1051 1 1 30.3098 -80.159 -174.45 + 80 128.629 499 1 0 30.2976 -80.1589 -175.85 + 80 126.369 1050 0 1 30.0524 -80.2238 -204.45 + 80 62.5025 1049 0 1 30.05 -80.2235 -204.708 + 80 184.603 499 0 0 30.039 -80.2212 -205.85 + 80 29.9164 509 0 0 30.2812 -78.111 -205.85 + 80 137.665 1064 0 1 32.9344 -78.2612 -204.85 + 80 61.0752 501 6 0 38.9421 -79.766 -25.85 + 80 33.2538 502 6 0 40.5942 -79.65 -26.1784 + 80 195.534 611 6 0 53.1128 -57.7501 -26.25 + 80 19.2158 612 6 0 53.1136 -57.65 -26.1893 + 80 101.928 496 6 0 31.5024 -80.7219 -25.8502 + 80 119.319 1059 5 1 32.012 -83.1532 -54.45 + 80 99.4839 486 5 0 31.5595 -82.8144 -55.85 + 80 62.7463 487 5 0 31.553 -82.65 -56.0707 + 80 229.746 1056 4 1 31.3154 -80.0496 -84.45 + 80 205.339 499 4 0 31.2994 -80.0832 -85.85 + 80 118.557 494 3 0 30.8882 -81.0613 -115.85 + 80 130.958 1049 2 1 29.9087 -82.4119 -144.45 + 80 155.844 487 2 0 29.884 -82.4625 -145.85 + 80 124.332 1047 1 1 29.5162 -83.4299 -174.45 + 80 115.47 482 1 0 29.4466 -83.491 -175.85 + 80 34.4969 1040 0 1 28.0615 -84.9433 -204.45 + 80 73.7925 1039 0 1 28.05 -84.9406 -204.587 + 80 93.4999 475 0 0 27.9375 -84.922 -205.85 + 80 9.28403 804 4 0 -74.578 -19.25 -86.1414 + 80 92.3343 975 7 0 -44.8476 15.1473 3.75 + 80 42.1451 999 7 0 -6.41699 19.9234 3.75 + 80 18.2756 1044 7 0 37.6937 28.9796 3.75 + 80 0.917605 491 3 0 31.0067 -81.8479 -115.85 + 80 107.852 490 3 0 31.0068 -81.85 -115.853 + 80 179.773 489 3 0 31.0133 -82.05 -116.017 + 80 127.515 488 3 0 31.0093 -82.2501 -116.132 + 80 21.3911 487 3 0 31.0022 -82.45 -116.226 + 80 81.2013 500 4 0 31.4703 -80.0446 -85.85 + 80 172.24 1071 3 1 34.344 -80.3353 -114.45 + 80 65.3272 1070 3 1 34.25 -80.606 -114.688 +Number of digits in this event: 28 +Using G4ParticleGun... +Particle energy: 6.52126 LIN Particle: e- Event: 81 -Number of tracker hits in this event: 105 - 81 117.966 829 11 1 -14.2356 -80.1316 125.55 - 81 205.931 499 11 0 -14.2358 -80.131 124.15 - 81 148.139 829 10 1 -14.2371 -80.119 95.55 - 81 154.735 499 10 0 -14.2378 -80.1187 94.15 - 81 123.161 828 9 1 -14.2584 -80.1143 65.55 - 81 106.397 499 9 0 -14.2585 -80.1133 64.15 - 81 140.344 828 8 1 -14.2668 -80.0887 35.55 - 81 132.907 499 8 0 -14.2659 -80.0869 34.15 - 81 133.409 829 7 1 -14.2452 -80.0495 5.55 - 81 105.602 500 7 0 -14.2443 -80.0467 4.15 - 81 131.979 829 6 1 -14.2231 -79.9842 -24.45 - 81 96.0775 500 6 0 -14.2302 -79.9695 -25.85 - 81 339.129 828 5 1 -14.3888 -79.7154 -54.45 - 81 405.109 501 5 0 -14.4054 -79.7014 -55.85 - 81 128.909 826 4 1 -14.7782 -79.4551 -84.45 - 81 110.467 503 4 0 -14.7992 -79.4375 -85.85 - 81 200.151 824 3 1 -15.2332 -79.0409 -114.45 - 81 122.827 505 3 0 -15.2514 -79.0135 -115.85 - 81 137.895 822 2 1 -15.6349 -78.4348 -144.45 - 81 120.962 508 2 0 -15.6624 -78.4016 -145.85 - 81 255.874 819 1 1 -16.2204 -77.7594 -174.45 - 81 119.611 511 1 0 -16.2502 -77.7264 -175.85 - 81 240.992 815 0 1 -16.8638 -77.0494 -204.45 - 81 119.264 515 0 0 -16.8933 -77.0025 -205.85 - 81 149.519 511 0 0 -17.0165 -77.7676 -205.85 - 81 83.8013 510 0 0 -17.0592 -77.85 -206.007 - 81 108.372 509 0 0 -17.2625 -78.0502 -206.145 - 81 87.4252 232 0 0 -48.2965 -133.574 -206.25 - 81 76.7271 231 0 0 -48.2776 -133.75 -206.072 - 81 48.7394 230 0 0 -48.2146 -133.95 -205.926 - 81 15.8514 660 0 1 -47.8632 -135.85 -204.85 - 81 229.987 661 0 1 -47.85 -135.891 -204.828 - 81 9.23079 647 0 1 -50.4952 -147.132 -204.45 - 81 180.127 825 3 1 -15.0328 -78.6655 -114.45 - 81 261.082 504 3 0 -15.1666 -79.1003 -115.85 - 81 117.377 807 2 1 -18.578 -90.7915 -144.45 - 81 111.456 808 2 1 -18.4499 -90.9985 -144.618 - 81 54.3935 438 2 0 -17.424 -92.3891 -145.85 - 81 89.7841 437 2 0 -17.3053 -92.55 -146.01 - 81 17.7501 436 2 0 -17.1469 -92.75 -146.214 - 81 168.126 931 1 1 6.26805 -112.355 -174.45 - 81 113.477 932 1 1 6.45 -112.543 -174.569 - 81 170.705 933 1 1 6.65016 -112.716 -174.7 - 81 20.524 934 1 1 6.85016 -112.871 -174.823 - 81 37.7522 330 1 0 8.51206 -114.088 -175.85 - 81 121.03 329 1 0 8.59713 -114.15 -175.903 - 81 131.678 328 1 0 8.8788 -114.35 -176.063 - 81 3.06726 327 1 0 9.22266 -114.55 -176.246 - 81 124.982 170 1 0 65.6851 -145.995 -176.25 - 81 115.754 1229 1 1 65.976 -145.949 -174.849 - 81 34.0176 1230 1 1 66.1728 -146.24 -174.45 - 81 134.014 503 3 0 -14.806 -79.2501 -115.873 - 81 23.1186 329 3 0 -6.83934 -114.266 -116.25 - 81 74.3069 328 3 0 -6.83481 -114.35 -116.178 - 81 76.5718 327 3 0 -6.78944 -114.55 -116.055 - 81 60.8572 326 3 0 -6.66157 -114.75 -115.943 - 81 22.8621 876 3 1 -4.70381 -116.551 -114.85 - 81 90.7937 877 3 1 -4.64983 -116.597 -114.821 - 81 25.4218 878 3 1 -4.4496 -116.815 -114.819 - 81 14.1388 311 3 0 -3.14974 -117.913 -115.85 - 81 86.5123 310 3 0 -3.10532 -117.95 -115.884 - 81 92.747 309 3 0 -2.95454 -118.15 -116.034 - 81 41.4235 308 3 0 -2.79358 -118.35 -116.168 - 81 51.9204 587 3 0 57.4818 -62.5626 -116.25 - 81 92.8682 588 3 0 57.499 -62.45 -116.205 - 81 63.6092 589 3 0 57.536 -62.25 -116.102 - 81 199.119 590 3 0 57.4671 -62.05 -116.069 - 81 71.6846 591 3 0 57.345 -61.85 -116.102 - 81 186.934 592 3 0 57.2539 -61.65 -116.14 - 81 135.976 1176 3 1 55.4484 -61.4922 -114.85 - 81 114.219 1177 3 1 55.4501 -61.3489 -114.772 - 81 166.777 1075 6 1 35.05 127.671 -24.6969 - 81 49.9543 1077 6 1 35.45 126.545 -24.6449 - 81 375.77 829 0 1 -14.0814 -79.6612 -204.45 - 81 243.447 501 0 0 -14.0832 -79.6609 -205.85 - 81 0.994315 603 0 0 1.08913 -59.3934 -206.25 - 81 25.181 463 0 0 74.0111 -87.2562 -206.25 - 81 52.7723 464 0 0 74.0603 -87.25 -206.214 - 81 33.9483 500 5 0 -14.5521 -79.8603 -55.8503 - 81 98.8274 794 4 1 -21.1525 -77.8058 -84.4501 - 81 25.7907 793 4 1 -21.25 -77.7908 -84.77 - 81 144.627 511 4 0 -21.5689 -77.7172 -85.85 - 81 33.3909 747 3 1 -30.6052 -75.0993 -114.45 - 81 138.619 746 3 1 -30.65 -75.1112 -114.574 - 81 157.718 524 3 0 -31.1502 -75.1987 -115.85 - 81 183.34 695 2 1 -40.8626 -76.3228 -144.45 - 81 159.475 515 2 0 -40.9739 -76.9123 -145.851 - 81 20.6581 514 2 0 -41.0106 -77.05 -146.183 - 81 114.444 677 1 1 -44.5219 -88.8683 -174.45 - 81 30.6853 678 1 1 -44.45 -89.134 -174.798 - 81 44.0993 450 1 0 -44.2306 -89.9349 -175.85 - 81 86.9789 449 1 0 -44.1719 -90.1501 -176.115 - 81 142.013 707 0 1 -38.6346 -112.037 -204.45 - 81 10.2945 338 0 0 -38.6517 -112.542 -205.85 - 81 126.133 337 0 0 -38.6519 -112.55 -205.872 - 81 98.9752 464 1 0 -63.5289 -87.1209 -176.25 - 81 120.407 807 4 1 -18.5777 -76.5838 -84.45 - 81 134.506 517 4 0 -18.6519 -76.54 -85.85 - 81 103.548 795 3 1 -21.0113 -76.8292 -114.45 - 81 175.945 516 3 0 -20.9894 -76.8068 -115.85 - 81 202.349 789 2 1 -22.1712 -75.139 -144.45 - 81 109.421 525 2 0 -22.0433 -74.9721 -145.85 - 81 116.046 813 1 1 -17.3637 -69.9289 -174.45 - 81 92.721 812 1 1 -17.4501 -69.8611 -174.531 - 81 36.7763 553 2 1 -69.3492 -78.6986 -144.85 -Number of digits in this event: 47 +Number of tracker hits in this event: 60 + 81 144.327 972 9 1 14.5334 121.454 65.55 + 81 101.7 1506 9 0 14.5338 121.453 64.15 + 81 101.05 972 8 1 14.5332 121.427 35.55 + 81 105.762 1506 8 0 14.5317 121.425 34.15 + 81 123.272 972 7 1 14.5075 121.391 5.55 + 81 110.945 1506 7 0 14.5058 121.392 4.15 + 81 133.917 972 6 1 14.47 121.401 -24.45 + 81 120.303 1506 6 0 14.4679 121.402 -25.85 + 81 140.982 971 5 1 14.4206 121.432 -54.45 + 81 115.549 1506 5 0 14.4163 121.432 -55.85 + 81 174.51 971 4 1 14.3227 121.424 -84.45 + 81 446.637 1506 4 0 14.3155 121.425 -85.85 + 81 115.745 970 3 1 14.1755 121.448 -114.45 + 81 150.943 1506 3 0 14.166 121.449 -115.85 + 81 147.666 969 2 1 13.9681 121.463 -144.45 + 81 122.405 1506 2 0 13.9572 121.463 -145.85 + 81 116.968 968 1 1 13.7393 121.469 -174.45 + 81 120.046 1506 1 0 13.7266 121.471 -175.85 + 81 116.61 967 0 1 13.4833 121.556 -204.45 + 81 175.458 1507 0 0 13.4775 121.563 -205.85 + 81 115.356 971 3 1 14.3726 120.603 -114.45 + 81 138.481 1503 3 0 14.0506 120.769 -115.85 + 81 62.4218 940 2 1 8.10417 124.891 -144.45 + 81 62.0281 939 2 1 8.05 124.908 -144.653 + 81 114.702 1524 2 0 7.69308 125.003 -145.85 + 81 14.4756 890 1 1 -2.03642 124.604 -174.45 + 81 132.362 889 1 1 -2.05021 124.589 -174.483 + 81 11.9388 1519 1 0 -2.64143 123.968 -175.85 + 81 215.81 1518 1 0 -2.6586 123.95 -175.89 + 81 50.0031 825 0 1 -14.9668 111.17 -204.45 + 81 100.52 824 0 1 -15.05 111.117 -204.557 + 81 9.06494 823 0 1 -15.25 110.984 -204.823 + 81 204.011 1451 0 0 -16.0269 110.507 -205.85 + 81 132.338 1450 0 0 -16.2725 110.35 -206.192 + 81 69.9417 1449 0 0 -16.3757 110.15 -206.092 + 81 58.4501 1448 0 0 -16.4818 109.95 -206.054 + 81 143.131 1447 0 0 -16.5035 109.75 -205.998 + 81 24.9842 1446 0 0 -16.7313 109.55 -205.909 + 81 322.279 813 0 1 -17.3175 109.316 -204.85 + 81 127.502 973 3 1 14.8088 120.993 -114.45 + 81 133.84 1504 3 0 14.8968 121.024 -115.85 + 81 240.703 983 2 1 16.7278 122.001 -144.45 + 81 173.19 1509 2 0 16.7443 122.027 -145.85 + 81 187.593 986 1 1 17.4168 122.351 -174.45 + 81 134.568 1511 1 0 17.4998 122.416 -175.85 + 81 228.863 996 0 1 19.3284 124.089 -204.45 + 81 235.304 1519 0 0 19.3095 124.108 -205.85 + 81 15.0829 1520 0 0 19.3313 124.15 -206.195 + 81 267.213 1546 0 0 47.8616 129.509 -206.25 + 81 96.6107 1547 0 0 48.5215 129.55 -206.143 + 81 36.3632 1548 0 0 48.7302 129.75 -206.208 + 81 75.6642 1726 0 0 68.8441 165.419 -206.25 + 81 80.7165 1727 0 0 68.8373 165.55 -205.986 + 81 58.6987 1233 0 1 66.7926 167.251 -204.85 + 81 208.371 1232 0 1 66.65 167.367 -204.761 + 81 79.0286 1231 0 1 66.4498 167.605 -204.766 + 81 97.9498 1730 0 0 62.3139 166.3 -205.85 + 81 163.943 1729 0 0 62.0793 166.15 -205.955 + 81 207.61 1728 0 0 61.8367 165.95 -206.019 + 81 120.582 1472 8 1 114.723 -108.844 35.55 +Number of digits in this event: 35 Using G4ParticleGun... -Particle energy: 5.69087 LIN +Particle energy: 8.2302 LIN Particle: e- Event: 82 -Number of tracker hits in this event: 150 - 82 383.061 1195 11 1 59.1601 -54.7211 125.55 - 82 320.972 626 11 0 59.1594 -54.7213 124.15 - 82 230.554 1195 10 1 59.1483 -54.7179 95.55 - 82 105.137 626 10 0 59.1466 -54.7192 94.15 - 82 117.429 1195 9 1 59.1066 -54.74 65.55 - 82 215.591 626 9 0 59.1053 -54.7411 64.15 - 82 109.725 1195 8 1 59.081 -54.7615 35.55 - 82 102.962 626 8 0 59.0819 -54.7604 34.15 - 82 113.052 1195 7 1 59.1023 -54.7392 5.55 - 82 128.565 626 7 0 59.1022 -54.7384 4.15 - 82 112.763 1195 6 1 59.0955 -54.7319 -24.45 - 82 108.358 626 6 0 59.0951 -54.7315 -25.85 - 82 171.709 1195 5 1 59.0901 -54.7208 -54.45 - 82 122.315 626 5 0 59.0918 -54.7188 -55.85 - 82 176.313 1195 4 1 59.1246 -54.6764 -84.45 - 82 220.019 626 4 0 59.1262 -54.6728 -85.85 - 82 120.663 1195 3 1 59.1683 -54.5938 -114.45 - 82 179.604 627 3 0 59.1711 -54.5915 -115.85 - 82 118.683 1195 2 1 59.2308 -54.5454 -144.45 - 82 116.459 627 2 0 59.2369 -54.5422 -145.85 - 82 110.358 1196 1 1 59.363 -54.4617 -174.45 - 82 424.156 627 1 0 59.3689 -54.4577 -175.85 - 82 214.645 1197 0 1 59.4895 -54.3782 -204.45 - 82 98.8008 628 0 0 59.5014 -54.3763 -205.85 - 82 2.76906 1215 2 0 119.898 63.0867 -145.85 - 82 21.3355 1395 7 0 -103.105 99.1962 3.75012 - 82 291.896 1394 7 0 -103.132 99.15 3.80085 - 82 44.6334 1034 3 1 26.9203 -119.443 -114.85 - 82 234.318 507 7 0 33.5597 -78.6104 3.75 - 82 20.4856 506 7 0 33.1649 -78.65 3.84097 - 82 117.036 627 10 0 59.3261 -54.597 94.1491 - 82 278.58 1209 9 1 61.932 -49.2731 65.55 - 82 91.4559 655 9 0 61.8832 -49.0147 64.15 - 82 68.2482 1208 8 1 61.7345 -40.9772 35.55 - 82 123.66 1209 8 1 61.8501 -40.9273 35.4371 - 82 44.3883 1210 8 1 62.05 -40.8321 35.2406 - 82 59.6617 699 8 0 63.4918 -40.1103 34.15 - 82 165.566 700 8 0 63.6226 -40.05 34.0515 - 82 0.275358 701 8 0 63.9687 -39.85 33.7507 - 82 114.094 1402 7 1 100.596 -13.0616 5.5494 - 82 145.46 837 7 0 100.606 -12.6375 4.14961 - 82 60.8029 1333 6 1 86.7112 -5.92342 -24.4502 - 82 86.3718 1334 6 1 86.85 -5.99315 -24.6258 - 82 24.3484 866 6 0 87.7298 -6.79207 -25.85 - 82 100.908 865 6 0 87.77 -6.85 -25.9199 - 82 89.5004 864 6 0 87.8131 -7.05 -26.0877 - 82 5.07719 863 6 0 87.8668 -7.25 -26.2283 - 82 122.331 1438 5 1 107.901 -27.0381 -54.45 - 82 57.8954 767 5 0 107.449 -26.5368 -55.85 - 82 38.4803 768 5 0 107.399 -26.45 -56.0933 - 82 103.024 803 5 0 106.736 -19.2695 -56.25 - 82 53.1683 802 5 0 106.694 -19.45 -55.9781 - 82 236.848 1430 5 1 106.328 -20.567 -54.85 - 82 98.7083 1429 5 1 106.15 -20.7791 -54.4856 - 82 105.792 1431 5 1 106.35 -20.7152 -54.5443 - 82 154.399 1432 5 1 106.55 -20.8038 -54.5281 - 82 231.389 1433 5 1 106.75 -20.7798 -54.6054 - 82 26.4537 1194 1 1 58.8714 -54.8106 -174.793 - 82 156.169 626 1 0 58.8629 -54.809 -175.85 - 82 119.387 1201 0 1 60.3107 -51.7274 -204.45 - 82 112.127 644 0 0 60.5321 -51.1945 -205.85 - 82 1.38976 645 0 0 60.5954 -51.05 -206.242 - 82 107.52 625 11 0 59.1362 -54.9917 124.15 - 82 24.458 624 11 0 59.1238 -55.05 123.841 - 82 110.959 1184 10 1 56.8766 -60.6976 95.5488 - 82 195.193 595 10 0 57.0309 -60.8601 94.15 - 82 153.7 1196 9 1 59.2804 -65.2197 65.55 - 82 126.37 572 9 0 59.2241 -65.468 64.15 - 82 110.316 1206 8 1 61.3122 -65.7982 35.55 - 82 136.335 571 8 0 61.132 -65.7955 34.15 - 82 141.747 1194 7 1 58.9662 -68.1892 5.55 - 82 109.568 557 7 0 58.9754 -68.5262 4.15 - 82 92.1138 1186 6 1 57.4078 -75.0024 -24.45 - 82 191.686 1185 6 1 57.2497 -75.0911 -24.6739 - 82 50.0229 522 6 0 56.3466 -75.6157 -25.85 - 82 160.152 521 6 0 56.2895 -75.6501 -25.9252 - 82 117.147 1050 5 1 30.24 -89.5731 -54.45 - 82 146.536 452 5 0 29.8548 -89.6209 -55.85 - 82 127.241 1014 4 1 23.0377 -85.7641 -84.4503 - 82 386.142 470 4 0 22.6091 -85.9594 -85.85 - 82 6.4993 967 3 1 13.4766 -88.602 -114.451 - 82 56.1025 966 3 1 13.45 -88.6113 -114.467 - 82 76.2122 965 3 1 13.2497 -88.6791 -114.624 - 82 26.329 964 3 1 13.0499 -88.7781 -114.813 - 82 114.748 452 3 0 12.1101 -89.494 -115.85 - 82 103.246 451 3 0 11.8766 -89.65 -116.078 - 82 9.73526 300 5 0 -5.29881 -120.058 -56.25 - 82 16.9231 856 6 1 -8.65 -125.046 -24.7571 - 82 25.1346 472 4 0 -32.0726 -85.5076 -86.2497 - 82 84.2858 473 4 0 -32.0934 -85.45 -86.204 - 82 465.465 474 4 0 -32.2549 -85.25 -86.0176 - 82 35.3295 729 4 1 -34.1466 -84.6318 -84.85 - 82 69.2348 728 4 1 -34.2501 -84.5981 -84.7833 - 82 70.4238 727 4 1 -34.45 -84.4976 -84.6376 - 82 51.8335 726 4 1 -34.65 -84.4167 -84.5354 - 82 113.155 725 4 1 -34.8722 -84.2005 -84.45 - 82 174.092 724 4 1 -35.05 -84.3073 -84.7499 - 82 54.9396 723 4 1 -35.2501 -84.1691 -84.7216 - 82 76.636 722 4 1 -35.45 -84.1275 -84.7461 - 82 30.6831 721 4 1 -35.65 -84.0314 -84.7943 - 82 27.5202 475 4 0 -35.7505 -85.0383 -85.85 - 82 21.608 416 4 0 -27.0738 -96.9456 -86.25 - 82 61.8359 415 4 0 -27.0693 -96.95 -86.2456 - 82 127.626 1223 4 1 64.791 -90.8451 -84.45 - 82 81.823 443 4 0 65.2339 -91.4717 -85.85 - 82 91.8027 442 4 0 65.2813 -91.55 -85.9945 - 82 44.6789 973 4 0 20.5251 14.7015 -86.25 - 82 77.9202 974 4 0 20.4487 14.8507 -86.1964 - 82 98.6611 975 4 0 20.3947 15.05 -86.0938 - 82 126.001 976 4 0 20.6102 15.25 -85.9617 - 82 39.7679 1017 4 1 23.559 17.0403 -84.85 - 82 73.1303 1018 4 1 23.65 17.1152 -84.8108 - 82 53.8193 1019 4 1 23.8501 17.3548 -84.7537 - 82 209.801 992 4 0 26.0865 18.539 -85.85 - 82 138.532 885 4 0 57.1993 -2.89098 -86.25 - 82 182.991 1185 4 1 57.2002 -2.88812 -84.85 - 82 116.38 1179 10 1 55.8841 -56.5148 95.55 - 82 132.375 617 10 0 55.8037 -56.5843 94.15 - 82 110.979 1171 9 1 54.4226 -57.3664 65.5497 - 82 108.972 613 9 0 54.356 -57.2913 64.1497 - 82 69.6355 1165 8 1 53.2119 -55.4886 35.5487 - 82 29.7645 1166 8 1 53.25 -55.4936 35.2839 - 82 116.592 622 8 0 53.4091 -55.5046 34.15 - 82 148.919 1185 7 1 57.156 -55.664 5.54971 - 82 112.46 622 7 0 57.1565 -55.5264 4.15 - 82 70.564 1184 6 1 56.9874 -53.2289 -24.4502 - 82 139.836 635 6 0 57.3567 -52.9875 -25.85 - 82 156.652 1221 5 1 64.3046 -48.3652 -54.45 - 82 133.657 659 5 0 64.7361 -48.1464 -55.85 - 82 159.165 1264 4 1 72.9655 -43.6629 -84.45 - 82 170.606 1265 4 1 73.05 -43.5863 -84.7732 - 82 93.1423 683 4 0 73.3665 -43.3289 -85.85 - 82 17.7538 684 4 0 73.4633 -43.25 -86.1788 - 82 82.118 1308 3 1 81.7629 -36.3914 -114.45 - 82 50.8511 1309 3 1 81.85 -36.3458 -114.654 - 82 11.0862 719 3 0 82.3754 -36.0613 -115.85 - 82 126.418 720 3 0 82.3951 -36.05 -115.895 - 82 15.0902 1371 2 1 94.5386 -27.7559 -144.45 - 82 125.901 1372 2 1 94.55 -27.7524 -144.472 - 82 173.819 762 2 0 95.2496 -27.529 -145.85 - 82 71.1549 1447 1 1 109.675 -22.6754 -174.45 - 82 84.9314 1448 1 1 109.75 -22.4989 -174.63 - 82 70.7715 792 1 0 110.352 -21.5852 -175.85 - 82 80.3026 793 1 0 110.464 -21.45 -176.035 - 82 120.071 690 4 0 72.9937 -41.9607 -85.85 - 82 98.8647 482 4 0 105.128 -83.4534 -86.25 - 82 182.784 481 4 0 105.081 -83.6501 -86.0138 - 82 76.0915 1426 4 1 105.389 -84.7226 -84.85 - 82 80.8536 471 4 0 106.47 -85.7123 -85.8501 - 82 19.6837 469 4 0 106.763 -86.05 -85.8979 -Number of digits in this event: 56 -Using G4ParticleGun... -Particle energy: 3.05823 LIN +Number of tracker hits in this event: 70 + 82 129.847 862 8 1 -7.57372 -140.695 35.55 + 82 102.652 197 8 0 -7.57464 -140.697 34.15 + 82 104.019 862 7 1 -7.59202 -140.732 5.55 + 82 112.492 197 7 0 -7.59315 -140.733 4.15 + 82 139.413 862 6 1 -7.61552 -140.775 -24.45 + 82 149.011 196 6 0 -7.61599 -140.778 -25.85 + 82 113.418 862 5 1 -7.629 -140.834 -54.45 + 82 106.159 196 5 0 -7.63661 -140.838 -55.85 + 82 464.808 861 4 1 -7.81173 -140.949 -84.45 + 82 343.601 196 4 0 -7.83767 -140.943 -85.85 + 82 115.411 858 3 1 -8.2853 -140.718 -114.45 + 82 167.031 197 3 0 -8.29879 -140.675 -115.85 + 82 95.1461 857 2 1 -8.57796 -139.739 -144.45 + 82 148.581 202 2 0 -8.60808 -139.686 -145.85 + 82 173.564 853 1 1 -9.33349 -138.589 -174.45 + 82 213.419 207 1 0 -9.37506 -138.559 -175.85 + 82 310.696 849 0 1 -10.2234 -137.941 -204.45 + 82 112.264 210 0 0 -10.3006 -137.959 -205.85 + 82 235.561 197 0 0 -10.053 -140.653 -205.85 + 82 100.917 564 9 0 76.8964 -67.1501 63.75 + 82 14.6136 845 0 1 -11.045 -110.497 -204.45 + 82 108.863 844 0 1 -11.05 -110.477 -204.465 + 82 105.11 863 3 1 -7.26763 -139.864 -114.45 + 82 130.427 201 3 0 -7.34471 -139.792 -115.851 + 82 124.176 858 2 1 -8.35394 -137.742 -144.45 + 82 179.099 212 2 0 -8.3592 -137.593 -145.85 + 82 4.14304 213 2 0 -8.36478 -137.55 -146.229 + 82 191.308 849 1 1 -10.1073 -132.272 -174.45 + 82 202.623 241 1 0 -10.2 -131.932 -175.85 + 82 103.618 841 0 1 -11.7557 -124.432 -204.45 + 82 121.361 280 0 0 -12.0049 -124.02 -205.85 + 82 62.1985 281 0 0 -12.0492 -123.95 -206.102 + 82 232.893 860 3 1 -7.903 -140.995 -114.45 + 82 114.837 195 3 0 -7.90456 -141.002 -115.85 + 82 349.468 860 2 1 -7.9702 -141.133 -144.45 + 82 470.782 195 2 0 -7.97864 -141.126 -145.85 + 82 99.514 859 1 1 -8.13443 -140.87 -174.45 + 82 119.676 196 1 0 -8.14418 -140.854 -175.85 + 82 93.4756 858 0 1 -8.38177 -140.588 -204.45 + 82 57.6524 839 1 1 -12.1202 -141.552 -174.45 + 82 86.3678 838 1 1 -12.25 -141.572 -174.6 + 82 3.47472 837 1 1 -12.4502 -141.57 -174.836 + 82 89.6625 193 1 0 -13.1757 -141.403 -175.85 + 82 35.8037 194 1 0 -13.3947 -141.35 -176.131 + 82 10.8265 698 0 1 -40.4441 -135.504 -204.45 + 82 116.014 697 0 1 -40.45 -135.509 -204.458 + 82 12.515 696 0 1 -40.65 -135.697 -204.809 + 82 74.8712 219 0 0 -41.1516 -136.231 -205.85 + 82 62.6268 218 0 0 -41.2567 -136.35 -206.061 + 82 97.1229 196 2 0 -7.92687 -140.95 -146.008 + 82 66.8561 861 2 1 -7.85 -141.134 -144.612 + 82 144.234 910 1 1 2.10088 -138.434 -174.45 + 82 16.2907 210 1 0 2.5726 -137.969 -175.85 + 82 105.757 211 1 0 2.59255 -137.95 -175.908 + 82 118.404 963 0 1 12.6703 -130.224 -204.45 + 82 94.3652 252 0 0 12.9751 -129.664 -205.85 + 82 32.5884 253 0 0 13.0402 -129.55 -206.135 + 82 321.989 861 3 1 -7.68987 -141.488 -114.45 + 82 48.4438 186 3 0 -8.09243 -142.837 -115.85 + 82 171.04 185 3 0 -8.10552 -142.95 -115.992 + 82 6.01805 184 3 0 -8.07484 -143.15 -116.229 + 82 103.001 224 3 0 -57.1546 -135.158 -116.25 + 82 141.787 225 3 0 -57.1736 -135.15 -116.237 + 82 16.9807 223 3 0 -57.3612 -135.35 -115.887 + 82 26.6072 609 3 1 -58.1964 -136.284 -114.849 + 82 207.338 608 3 1 -58.25 -136.341 -114.794 + 82 72.3563 607 3 1 -58.4501 -136.406 -114.522 + 82 347.433 606 3 1 -58.65 -136.383 -114.552 + 82 147.193 226 3 0 -58.8286 -134.95 -115.891 + 82 182.912 862 4 1 -7.64993 -140.848 -84.456 +Number of digits in this event: 30 +Using G4ParticleGun... +Particle energy: 5.40923 LIN Particle: e- Event: 83 -Number of tracker hits in this event: 45 - 83 124.995 805 10 1 -18.8586 -101.805 95.55 - 83 150.932 391 10 0 -18.8577 -101.805 94.15 - 83 233.865 806 9 1 -18.8326 -101.808 65.55 - 83 109.537 391 9 0 -18.8344 -101.808 64.15 - 83 135.269 805 8 1 -18.8863 -101.816 35.55 - 83 191.022 391 8 0 -18.8851 -101.819 34.15 - 83 118.859 805 7 1 -18.857 -101.893 5.55 - 83 124.996 391 7 0 -18.8579 -101.897 4.15 - 83 166.739 805 6 1 -18.8803 -101.985 -24.45 - 83 119.089 390 6 0 -18.8802 -101.992 -25.85 - 83 119.333 805 5 1 -18.8685 -102.115 -54.45 - 83 131.591 390 5 0 -18.869 -102.119 -55.85 - 83 371.353 805 4 1 -18.8812 -102.212 -84.45 - 83 175.876 389 4 0 -18.8834 -102.209 -85.85 - 83 137.363 805 3 1 -18.8992 -102.14 -114.45 - 83 129.546 390 3 0 -18.8994 -102.141 -115.85 - 83 106.712 805 2 1 -18.904 -102.15 -144.45 - 83 182.315 390 2 0 -18.9057 -102.143 -145.85 - 83 232.14 805 1 1 -18.9573 -101.982 -174.45 - 83 137.116 390 1 0 -18.9556 -101.974 -175.85 - 83 111.182 805 0 1 -18.903 -101.837 -204.45 - 83 107.565 391 0 0 -18.8926 -101.833 -205.85 - 83 74.068 766 0 1 -26.65 67.4497 -204.549 - 83 36.8582 1224 0 0 -27.9381 65.05 -206.015 - 83 204.619 765 0 1 -26.8512 68.3345 -204.603 - 83 384.564 764 0 1 -27.05 68.245 -204.668 - 83 268.533 390 4 0 -18.8589 -102.073 -85.85 - 83 253.047 806 3 1 -18.7772 -101.814 -114.45 - 83 113.898 391 3 0 -18.773 -101.795 -115.85 - 83 131.067 806 2 1 -18.7006 -101.402 -144.45 - 83 191.588 393 2 0 -18.717 -101.38 -145.85 - 83 20.3077 804 1 1 -19.05 -100.972 -174.767 - 83 130.785 395 1 0 -19.0759 -100.974 -175.85 - 83 132.53 801 0 1 -19.7871 -101 -204.45 - 83 122.117 395 0 0 -19.8292 -101.042 -205.85 - 83 173.578 421 0 0 -23.7781 -95.8096 -206.25 - 83 113.701 422 0 0 -23.8188 -95.75 -206.114 - 83 70.9973 446 0 0 -6.07212 -90.9054 -206.25 - 83 103.125 391 4 0 -18.8873 -101.939 -85.85 - 83 115.561 401 3 0 -18.9087 -99.9165 -115.85 - 83 129.057 797 2 1 -20.5924 -100.688 -144.45 - 83 116.029 398 2 0 -20.6922 -100.548 -145.85 - 83 115.868 784 1 1 -23.095 -97.8916 -174.45 - 83 128.233 411 1 0 -23.2699 -97.8493 -175.85 - 83 119.683 418 0 0 -27.3348 -96.5087 -205.85 -Number of digits in this event: 29 +Number of tracker hits in this event: 107 + 83 115.467 1271 11 0 -39.1174 74.4448 124.15 + 83 152.796 704 10 1 -39.117 74.4437 95.55 + 83 109.87 1271 10 0 -39.117 74.4431 94.15 + 83 111.744 704 9 1 -39.115 74.4289 65.55 + 83 128.139 1271 9 0 -39.1146 74.4288 64.15 + 83 98.3903 704 8 1 -39.1123 74.4227 35.55 + 83 125.088 1271 8 0 -39.111 74.4215 34.15 + 83 128.805 704 7 1 -39.0784 74.3912 5.55 + 83 113.664 1271 7 0 -39.0786 74.3905 4.15 + 83 158.102 704 6 1 -39.0759 74.3638 -24.45 + 83 97.5953 1271 6 0 -39.0699 74.3561 -25.85 + 83 187.335 705 5 1 -38.9421 74.1957 -54.45 + 83 115.159 1270 5 0 -38.9365 74.1987 -55.85 + 83 153.573 706 4 1 -38.8099 74.2751 -84.45 + 83 264.1 1271 4 0 -38.8092 74.278 -85.85 + 83 479.808 706 3 1 -38.8018 74.3205 -114.45 + 83 209.071 1271 3 0 -38.7957 74.3233 -115.85 + 83 152.265 706 2 1 -38.6746 74.403 -144.45 + 83 131.269 1271 2 0 -38.6697 74.4048 -145.85 + 83 120.727 707 1 1 -38.5705 74.4257 -174.45 + 83 257.271 1271 1 0 -38.563 74.4295 -175.85 + 83 126.199 708 0 1 -38.4182 74.4939 -204.45 + 83 102.484 1272 0 0 -38.4088 74.5 -205.85 + 83 181.466 1058 0 0 129.871 31.8346 -206.25 + 83 6.18771 923 3 1 4.80979 -91.7395 -114.85 + 83 18.9232 1196 1 0 -43.9667 59.3194 -176.25 + 83 55.4108 1270 3 0 -38.8509 74.2498 -116.121 + 83 1.77573 1333 7 0 134.116 86.8249 3.75 + 83 146.652 1574 7 1 134.964 86.3466 5.15 + 83 338.086 1575 7 1 135.15 86.4413 5.4192 + 83 42.1988 1576 7 1 135.405 86.6261 5.55 + 83 169.03 1335 7 0 136.009 87.0985 4.15 + 83 264.902 706 0 1 -38.7582 74.5928 -204.45 + 83 100.794 1274 0 0 -39.0739 74.9637 -205.85 + 83 15.7748 1275 0 0 -39.1494 75.05 -206.186 + 83 114.523 705 0 1 -38.85 74.2448 -204.637 + 83 197.074 704 0 1 -39.05 74.1115 -204.761 + 83 40.877 1264 0 0 -40.0815 72.9551 -205.85 + 83 104.432 1263 0 0 -40.1668 72.85 -205.959 + 83 197.642 1262 0 0 -40.3803 72.6484 -206.072 + 83 67.1583 1261 0 0 -40.4917 72.4497 -206.116 + 83 20.5068 1260 0 0 -40.644 72.249 -206.205 + 83 42.0947 1312 0 0 -55.1896 82.5716 -206.25 + 83 74.7364 1177 0 0 -54.9141 55.6293 -206.25 + 83 74.6184 1176 0 0 -54.9112 55.4499 -206.153 + 83 144.6 1353 0 0 -25.3783 90.7696 -206.25 + 83 27.4045 1352 0 0 -25.3441 90.75 -206.21 + 83 157.354 1268 3 0 -38.7469 73.8168 -115.85 + 83 129.308 705 2 1 -38.8951 74.4246 -144.45 + 83 123.917 1273 2 0 -38.7222 74.7353 -145.85 + 83 125.811 724 1 1 -35.1562 81.2268 -174.45 + 83 39.8103 725 1 1 -35.05 81.3449 -174.711 + 83 34.3016 1308 1 0 -34.5798 81.8074 -175.85 + 83 83.9151 1309 1 0 -34.5334 81.8501 -175.961 + 83 13.2675 792 0 1 -21.472 91.9745 -204.451 + 83 134.912 793 0 1 -21.45 91.9984 -204.483 + 83 23.3768 794 0 1 -21.25 92.2305 -204.784 + 83 50.206 1364 0 0 -20.5541 93.0844 -205.851 + 83 92.1093 1365 0 0 -20.5031 93.1501 -205.933 + 83 39.927 1366 0 0 -20.3601 93.35 -206.183 + 83 106.406 1269 3 0 -38.8135 73.8557 -115.85 + 83 224.971 701 2 1 -39.7354 73.7537 -144.45 + 83 223.121 1268 2 0 -39.8125 73.7674 -145.85 + 83 142.49 693 1 1 -41.3366 74.0892 -174.451 + 83 213.76 1269 1 0 -41.4599 74.0185 -175.85 + 83 102.818 680 0 1 -43.9024 72.6046 -204.45 + 83 219.826 704 5 1 -39.05 74.3875 -54.6306 + 83 143.481 1271 5 0 -39.1102 74.3552 -55.85 + 83 164.071 698 4 1 -40.4124 73.3177 -84.45 + 83 66.914 1265 4 0 -40.3788 73.0746 -85.85 + 83 62.7206 1264 4 0 -40.379 73.05 -86.0189 + 83 111.552 700 3 1 -39.8616 69.2298 -114.45 + 83 352.396 701 3 1 -39.85 69.2325 -114.617 + 83 92.8392 1246 3 0 -39.8241 69.2702 -115.85 + 83 109.784 1253 2 0 -39.8434 70.67 -145.85 + 83 90.24 697 1 1 -40.6058 71.2236 -174.45 + 83 29.3784 696 1 1 -40.65 71.2067 -174.741 + 83 112.245 1255 1 0 -40.799 71.0927 -175.85 + 83 102.037 677 0 1 -44.5065 68.9368 -204.45 + 83 14.0569 676 0 1 -44.65 68.9446 -204.826 + 83 141.549 1244 0 0 -45.0947 68.8926 -205.85 + 83 20.8002 730 1 1 -33.915 52.7498 -174.45 + 83 71.0525 1191 0 0 -44.8929 58.2686 -205.85 + 83 135.951 1273 5 0 -39.2456 74.6532 -55.85 + 83 55.5063 673 4 1 -45.2548 75.4596 -84.45 + 83 78.7114 672 4 1 -45.4501 75.4587 -84.5085 + 83 57.0196 671 4 1 -45.65 75.4649 -84.5492 + 83 61.8909 670 4 1 -45.85 75.4717 -84.5917 + 83 57.6485 669 4 1 -46.0503 75.4785 -84.6377 + 83 64.9785 668 4 1 -46.25 75.4884 -84.6775 + 83 75.6499 667 4 1 -46.4501 75.4894 -84.7202 + 83 56.6964 666 4 1 -46.65 75.4937 -84.7523 + 83 63.9036 665 4 1 -46.85 75.5059 -84.7825 + 83 40.8963 664 4 1 -47.0503 75.5001 -84.8278 + 83 541.527 1274 4 0 -55.4257 75.0239 -85.85 + 83 214.453 1273 4 0 -57.0412 74.8499 -85.9695 + 83 121.348 1272 4 0 -57.7977 74.65 -85.9898 + 83 30.0093 385 4 1 -103.033 58.3252 -84.85 + 83 63.2371 1167 4 0 -119.06 53.6238 -85.8501 + 83 74.6889 199 4 1 -140.161 49.246 -84.85 + 83 143.883 198 4 1 -140.35 49.2066 -84.8356 + 83 150.124 197 4 1 -140.55 49.1782 -84.8033 + 83 132.401 196 4 1 -140.751 49.1335 -84.7576 + 83 198.669 195 4 1 -140.95 49.0638 -84.6876 + 83 154.984 194 4 1 -141.15 48.9792 -84.6284 + 83 188.245 193 4 1 -141.35 48.8825 -84.5727 + 83 111.158 192 4 1 -141.55 48.7587 -84.4814 +Number of digits in this event: 50 Using G4ParticleGun... -Particle energy: 3.81039 LIN +Particle energy: 2.77683 LIN Particle: e- Event: 84 -Number of tracker hits in this event: 144 - 84 180.316 1088 10 1 37.6546 85.973 95.55 - 84 108.647 1329 10 0 37.6555 85.9735 94.15 - 84 102.352 1088 9 1 37.6692 85.9787 65.55 - 84 103.236 1329 9 0 37.6704 85.9799 64.15 - 84 109.176 1088 8 1 37.6911 86.004 35.55 - 84 188.985 1329 8 0 37.6933 86.0054 34.15 - 84 362.74 1088 7 1 37.7258 86.0308 5.55 - 84 113.19 1329 7 0 37.7265 86.0291 4.15 - 84 283.328 1088 6 1 37.7444 86.0021 -24.45 - 84 315.53 1329 6 0 37.7351 86.0051 -25.85 - 84 110.624 1087 5 1 37.5537 86.0781 -54.45 - 84 132.519 1330 5 0 37.5436 86.084 -55.85 - 84 120.251 1086 4 1 37.3546 86.205 -84.45 - 84 147.187 1330 4 0 37.3432 86.2121 -85.85 - 84 132.585 1085 3 1 37.1065 86.3666 -114.45 - 84 174.775 1331 3 0 37.0935 86.3751 -115.85 - 84 121.884 1083 2 1 36.8397 86.5555 -144.45 - 84 359.621 1332 2 0 36.8284 86.5644 -145.85 - 84 136.661 1082 1 1 36.5859 86.766 -174.45 - 84 301.399 1333 1 0 36.5747 86.7773 -175.85 - 84 234.276 1081 0 1 36.3369 87.0047 -204.45 - 84 213.93 1334 0 0 36.3269 87.0157 -205.85 - 84 156.337 1561 9 0 165.842 132.35 63.8993 - 84 208.184 1362 2 1 92.55 91.8544 -144.534 - 84 60.0806 1305 1 0 36.3765 81.19 -176.25 - 84 64.3622 1382 1 0 -38.1667 96.6117 -176.25 - 84 32.2862 1383 1 0 -38.3365 96.75 -176.185 - 84 84.3061 1082 0 1 36.6096 86.4707 -204.45 - 84 115.622 1327 0 0 35.9256 85.5821 -205.85 - 84 131.421 1326 0 0 35.8032 85.45 -206.047 - 84 418.815 1354 0 0 12.0838 91.0097 -206.25 - 84 102.212 1355 0 0 11.9772 91.15 -206.013 - 84 5.19738 966 0 1 13.442 90.415 -204.85 - 84 198.516 967 0 1 13.45 90.4103 -204.843 - 84 86.5391 968 0 1 13.6567 90.1502 -204.632 - 84 235.596 1088 1 1 37.7397 85.9821 -174.45 - 84 252.798 1329 1 0 37.7154 85.9845 -175.85 - 84 19.9078 1086 0 1 37.2518 86.0687 -204.45 - 84 90.1601 1085 0 1 37.25 86.0696 -204.534 - 84 247.767 1330 0 0 37.223 86.0767 -205.85 - 84 45.9342 1336 0 0 38.8808 87.4115 -206.25 - 84 146.469 1092 0 1 38.6337 86.8486 -204.85 - 84 245.392 1093 0 1 38.65 86.8223 -204.793 - 84 161.642 570 13 0 58.1348 -65.8528 183.75 - 84 173.299 1094 0 1 38.9856 86.1383 -204.45 - 84 90.1238 1087 6 1 37.6499 85.9953 -24.7478 - 84 40.2004 1028 5 1 25.7146 84.172 -54.45 - 84 83.2056 1027 5 1 25.65 84.1374 -54.5711 - 84 131.024 1318 5 0 25.124 83.7847 -55.8502 - 84 46.7299 981 4 1 16.2783 76.9792 -84.45 - 84 70.1841 980 4 1 16.25 76.9836 -84.5759 - 84 110.323 1284 4 0 15.9576 76.9724 -85.85 - 84 32.0407 946 3 1 9.42336 76.4675 -114.45 - 84 100.609 947 3 1 9.45 76.4566 -114.561 - 84 133.355 1281 3 0 9.71809 76.3021 -115.85 - 84 60.332 976 2 1 15.278 73.1412 -144.45 - 84 34.0053 975 2 1 15.25 73.1022 -144.698 - 84 104.88 1264 2 0 15.132 72.9495 -145.85 - 84 116.12 963 1 1 12.7252 70.1747 -174.45 - 84 60.8726 1248 1 0 12.6207 69.7259 -175.85 - 84 45.616 1247 1 0 12.6068 69.65 -176.074 - 84 139.71 964 0 1 12.923 58.7984 -204.45 - 84 111.055 1194 0 0 13.0466 58.8844 -205.85 - 84 319.69 1332 6 0 36.8327 86.5061 -25.85 - 84 52.4253 990 5 1 18.1551 94.7797 -54.45 - 84 89.9897 989 5 1 18.0491 94.8621 -54.5809 - 84 9.59286 988 5 1 17.85 95.0128 -54.8246 - 84 36.638 1377 5 0 17.0094 95.6741 -55.85 - 84 149.25 1378 5 0 16.9104 95.75 -55.9675 - 84 231.016 858 4 1 -8.28788 116.138 -84.45 - 84 66.9476 857 4 1 -8.45 116.166 -84.5576 - 84 58.5086 856 4 1 -8.65 116.195 -84.6859 - 84 23.26 855 4 1 -8.85 116.229 -84.8125 - 84 200.25 1482 4 0 -10.4054 116.602 -85.85 - 84 23.9321 1483 4 0 -10.9412 116.75 -86.1998 - 84 19.5896 616 3 1 -56.7815 126.735 -114.45 - 84 58.5091 615 3 1 -56.85 126.721 -114.473 - 84 65.1671 614 3 1 -57.05 126.678 -114.53 - 84 82.8758 613 3 1 -57.2504 126.634 -114.58 - 84 67.6579 612 3 1 -57.45 126.589 -114.631 - 84 47.2807 611 3 1 -57.65 126.54 -114.682 - 84 52.9417 610 3 1 -57.8506 126.501 -114.737 - 84 41.1216 609 3 1 -58.0502 126.477 -114.805 - 84 508.976 1530 3 0 -60.9029 126.225 -115.85 - 84 49.284 1330 8 0 37.8744 86.05 33.8538 - 84 78.5041 1427 3 0 -129.461 105.692 -116.25 - 84 117.729 1428 3 0 -129.695 105.75 -116.04 - 84 37.1224 1429 3 0 -129.736 105.95 -115.957 - 84 45.9674 254 3 1 -129.199 107.025 -114.85 - 84 180.128 255 3 1 -129.15 107.065 -114.797 - 84 149.265 256 3 1 -128.95 107.116 -114.679 - 84 230.739 1435 3 0 -128.863 107.219 -115.85 - 84 211.811 1434 3 0 -129.18 107.15 -116.159 - 84 136.489 1330 7 0 37.7018 86.0564 4.15 - 84 173.429 1085 6 1 37.1071 86.483 -24.45 - 84 63.2816 1082 5 1 36.4574 87.2294 -54.45 - 84 82.8574 1081 5 1 36.45 87.2281 -54.6321 - 84 141.921 1335 5 0 36.4054 87.2199 -55.85 - 84 107.513 1076 4 1 35.3528 86.8342 -84.45 - 84 176.977 1333 4 0 35.2948 86.8303 -85.85 - 84 120.596 1069 3 1 33.9615 86.8522 -114.45 - 84 127.469 1334 3 0 33.9423 86.8871 -115.85 - 84 145.115 1068 2 1 33.6784 87.7784 -144.45 - 84 128.635 1338 2 0 33.6697 87.8303 -145.85 - 84 139.746 1066 1 1 33.4172 88.7622 -174.45 - 84 179.783 1343 1 0 33.3022 88.7595 -175.85 - 84 109.978 1054 0 1 30.8823 88.8109 -204.45 - 84 68.2949 1343 0 0 30.8034 88.8443 -205.85 - 84 43.6507 1344 0 0 30.7895 88.85 -206.094 - 84 113.479 1089 7 1 37.85 86.1454 5.44108 - 84 13.7358 1090 7 1 38.05 86.2964 5.19514 - 84 66.3482 1334 7 0 38.891 86.9456 4.15 - 84 110.364 1335 7 0 39.0289 87.05 3.98219 - 84 23.034 1211 6 1 62.403 103.753 -24.45 - 84 212.064 1212 6 1 62.45 103.814 -24.5149 - 84 45.7435 1213 6 1 62.65 104.066 -24.7835 - 84 28.1495 1424 6 0 63.4935 105.089 -25.85 - 84 80.6338 1425 6 0 63.5434 105.15 -25.9136 - 84 61.3801 1426 6 0 63.6964 105.351 -26.1102 - 84 16.6786 1331 5 1 86.4021 134.696 -54.4501 - 84 55.875 1332 5 1 86.4504 134.679 -54.4818 - 84 69.6509 1333 5 1 86.6501 134.594 -54.5869 - 84 65.7558 1334 5 1 86.8505 134.512 -54.6441 - 84 116.889 1335 5 1 87.05 134.462 -54.7068 - 84 534.332 1336 5 1 87.25 134.476 -54.8162 - 84 53.9834 1337 5 1 87.45 134.557 -54.5186 - 84 252.205 1088 3 1 37.8302 86.1813 -114.45 - 84 236.71 1330 3 0 37.7986 86.197 -115.85 - 84 149.348 1085 2 1 37.1253 86.9994 -144.45 - 84 170.364 1335 2 0 36.8956 87.1087 -145.85 - 84 99.8594 1060 1 1 32.1076 89.2243 -174.45 - 84 116.561 1345 1 0 32.1191 89.2156 -175.85 - 84 207.294 1061 0 1 32.4138 90.5611 -204.45 - 84 47.9689 1062 0 1 32.45 90.6271 -204.678 - 84 53.4958 1353 0 0 32.6195 90.9244 -205.85 - 84 20.6459 1334 2 0 36.9658 86.9972 -145.85 - 84 257.519 1352 0 0 38.4583 90.7206 -205.85 - 84 130.228 1091 0 1 38.4476 90.6023 -204.451 - 84 124.172 1086 2 1 37.2743 86.4607 -144.45 - 84 102.011 1081 1 1 36.3311 87.8694 -174.45 - 84 95.9329 1339 1 0 36.4719 87.9109 -175.85 - 84 125.328 1096 0 1 39.3664 87.8598 -204.45 - 84 120.563 1339 0 0 39.4784 87.9608 -205.85 - 84 8.68843 157 11 1 -148.726 32.8061 125.15 -Number of digits in this event: 65 +Number of tracker hits in this event: 52 + 84 131.186 919 11 1 3.98653 32.6765 125.55 + 84 208.194 1063 11 0 3.98474 32.6767 124.15 + 84 130.649 919 10 1 3.92754 32.6832 95.55 + 84 115.692 1063 10 0 3.92588 32.6817 94.15 + 84 118.9 919 9 1 3.90553 32.6564 65.55 + 84 118.178 1063 9 0 3.90786 32.6539 64.15 + 84 147.618 919 8 1 3.96313 32.6089 35.55 + 84 146.332 1062 8 0 3.97293 32.6459 34.1495 + 84 128.169 923 7 1 4.74875 33.236 5.55 + 84 130.01 1068 7 0 4.53442 33.6852 4.15 + 84 183.743 905 6 1 1.06415 43.7791 -24.45 + 84 29.0295 1122 6 0 1.25783 44.5842 -25.8505 + 84 210.17 1123 6 0 1.27504 44.6501 -25.9603 + 84 125.536 936 5 1 7.32298 63.4274 -54.4504 + 84 105.55 1219 5 0 7.44314 63.8829 -55.85 + 84 91.2132 944 4 1 8.99086 73.6325 -84.45 + 84 118.701 943 4 1 8.85 73.9527 -84.638 + 84 35.708 1281 4 0 8.17525 76.3413 -85.8502 + 84 126.584 1282 4 0 8.145 76.4501 -85.9038 + 84 273.442 1283 4 0 8.11128 76.65 -86.0662 + 84 70.4606 933 3 1 6.73049 98.7709 -114.45 + 84 191.023 932 3 1 6.65 98.9668 -114.575 + 84 71.5241 1406 3 0 5.5929 101.35 -115.85 + 84 79.8293 1407 3 0 5.50973 101.55 -115.95 + 84 61.6213 1408 3 0 5.43186 101.75 -116.039 + 84 47.4865 1409 3 0 5.36058 101.95 -116.111 + 84 57.3646 1410 3 0 5.29304 102.151 -116.188 + 84 267.941 1682 3 0 -106.217 156.726 -116.25 + 84 7.26328 353 3 1 -109.517 156.726 -114.85 + 84 55.087 352 3 1 -109.55 156.725 -114.835 + 84 65.3345 351 3 1 -109.75 156.723 -114.754 + 84 43.0874 350 3 1 -109.95 156.724 -114.693 + 84 208.125 349 3 1 -110.15 156.721 -114.683 + 84 86.0374 348 3 1 -110.35 156.736 -114.686 + 84 51.6815 347 3 1 -110.55 156.777 -114.679 + 84 54.2608 346 3 1 -110.75 156.849 -114.663 + 84 70.4968 345 3 1 -110.95 156.933 -114.648 + 84 48.3055 344 3 1 -111.151 157.007 -114.678 + 84 80.3296 343 3 1 -111.35 157.071 -114.712 + 84 56.6437 342 3 1 -111.55 157.126 -114.735 + 84 69.7735 341 3 1 -111.75 157.188 -114.778 + 84 122.332 1690 3 0 -114.765 158.179 -115.85 + 84 307.563 1691 3 0 -115.127 158.35 -115.927 + 84 85.1211 1692 3 0 -115.657 158.55 -115.927 + 84 11.5388 309 3 1 -118.322 159.179 -114.85 + 84 61.6977 308 3 1 -118.35 159.186 -114.834 + 84 160.79 307 3 1 -118.551 159.245 -114.693 + 84 137.978 306 3 1 -118.75 159.279 -114.531 + 84 5.37405 305 3 1 -118.96 159.241 -114.45 + 84 96.6761 1699 3 0 -118.38 159.984 -115.85 + 84 91.2421 1700 3 0 -118.262 160.15 -116.099 + 84 9.58649 988 2 1 17.6571 153.467 -144.85 +Number of digits in this event: 22 Using G4ParticleGun... -Particle energy: 3.77812 LIN +Particle energy: 7.3869 LIN Particle: e- Event: 85 -Number of tracker hits in this event: 107 - 85 120.864 1084 11 1 37.0492 17.5102 125.55 - 85 136.619 987 11 0 37.0477 17.5116 124.15 - 85 114.943 1084 10 1 37.0099 17.5391 95.55 - 85 118.875 987 10 0 37.0058 17.5415 94.15 - 85 113.523 1084 9 1 36.9216 17.6017 65.55 - 85 102.507 987 9 0 36.9174 17.6051 64.15 - 85 104.835 1083 8 1 36.8256 17.6771 35.55 - 85 207.414 988 8 0 36.8214 17.6807 34.15 - 85 205.677 1083 7 1 36.7384 17.7534 5.55 - 85 131.434 988 7 0 36.7362 17.7557 4.15 - 85 145.236 1083 6 1 36.6952 17.8057 -24.45 - 85 113.816 988 6 0 36.689 17.8199 -25.85 - 85 108.838 1082 5 1 36.5617 18.0939 -54.45 - 85 125.55 990 5 0 36.5567 18.1049 -55.85 - 85 131.894 1081 4 1 36.4301 18.2989 -84.45 - 85 143.306 991 4 0 36.4159 18.3138 -85.85 - 85 132.022 1080 3 1 36.1299 18.6163 -114.45 - 85 144.92 992 3 0 36.1146 18.6337 -115.85 - 85 260.338 1078 2 1 35.7843 19.0507 -144.45 - 85 125.628 995 2 0 35.7799 19.0737 -145.85 - 85 146.801 1077 1 1 35.64 19.5127 -174.45 - 85 279.407 997 1 0 35.628 19.5199 -175.85 - 85 167.94 1077 0 1 35.4515 19.715 -204.45 - 85 188.329 1076 0 1 35.45 19.7157 -204.537 - 85 145.347 998 0 0 35.4311 19.7267 -205.85 - 85 115.81 135 7 0 89.5679 -152.98 3.75 - 85 136.501 1344 7 1 88.9232 -152.825 5.15 - 85 16.3821 1343 7 1 88.85 -152.824 5.20366 - 85 12.6065 1441 1 0 51.8572 108.511 -176.25 - 85 130.809 1442 1 0 51.8618 108.55 -176.237 - 85 28.9653 1443 1 0 51.8807 108.75 -175.915 - 85 51.6675 1153 1 1 50.7928 108.67 -174.85 - 85 94.9136 1152 1 1 50.65 108.7 -174.791 - 85 324.11 1151 1 1 50.4499 108.769 -174.651 - 85 226.143 1150 1 1 50.25 108.805 -174.473 - 85 68.9868 996 1 0 35.571 19.45 -176.172 - 85 121.507 995 1 0 35.5357 19.25 -176.154 - 85 201.909 994 1 0 35.3985 19.05 -175.883 - 85 47.1761 1069 1 1 33.9934 21.3391 -174.85 - 85 140.448 1010 1 0 32.7957 22.1527 -175.85 - 85 140.722 1080 2 1 36.1792 18.8735 -144.45 - 85 135.74 994 2 0 36.0382 18.8576 -145.85 - 85 196.751 1065 1 1 33.1175 18.4694 -174.45 - 85 254.262 992 1 0 33.0253 18.5481 -175.85 - 85 123.719 1053 0 1 30.7469 19.9119 -204.45 - 85 75.2498 999 0 0 30.6186 20.0273 -205.85 - 85 27.1376 1000 0 0 30.5927 20.05 -206.131 - 85 76.4843 1079 2 1 35.9948 18.6969 -144.45 - 85 151.275 988 2 0 34.9861 17.7886 -145.85 - 85 79.3744 987 2 0 34.8323 17.6498 -146.062 - 85 48.6694 969 1 1 13.9634 -1.40409 -174.45 - 85 90.1549 968 1 1 13.85 -1.46758 -174.607 - 85 79.3785 890 1 0 12.9738 -1.96888 -175.85 - 85 71.8855 889 1 0 12.8288 -2.05 -176.056 - 85 108.877 858 0 1 -8.26687 -13.6158 -204.45 - 85 32.3874 857 0 1 -8.45017 -13.787 -204.764 - 85 206.453 828 0 0 -9.04582 -14.3612 -205.85 - 85 115.246 827 0 0 -9.13832 -14.45 -206.017 - 85 73.3704 829 0 0 -9.38964 -14.2497 -206.13 - 85 54.0575 830 0 0 -9.39332 -14.0496 -206.208 - 85 4.11121 1414 0 0 -35.232 103.136 -206.25 - 85 54.6921 1415 0 0 -35.2349 103.15 -206.248 - 85 108.07 1084 8 1 36.88 17.7392 35.55 - 85 156.201 989 8 0 37.1401 17.85 33.8569 - 85 28.548 1088 8 1 37.8115 17.8726 35.15 - 85 119.163 1089 8 1 37.8501 17.8685 35.2493 - 85 158.302 1090 8 1 38.05 17.7814 35.4747 - 85 238.731 1080 1 1 36.1627 18.4125 -174.45 - 85 155.575 991 1 0 36.143 18.3939 -175.85 - 85 142.692 989 0 0 35.573 17.9388 -205.85 - 85 135.122 1093 0 1 38.7378 20.1254 -204.45 - 85 136.255 1001 0 0 39.0095 20.2722 -205.85 - 85 5.73457 1052 1 0 119.474 30.45 -176.234 - 85 202.902 1083 5 1 36.8288 17.6725 -54.45 - 85 100.159 988 5 0 36.8426 17.6532 -55.85 - 85 10.116 987 5 0 36.8498 17.65 -56.2078 - 85 257.496 1086 4 1 37.2653 17.4913 -84.45 - 85 102.423 987 4 0 37.3324 17.5509 -85.85 - 85 107.764 1092 3 1 38.5406 18.9737 -114.45 - 85 111.423 995 3 0 38.6007 19.0549 -115.85 - 85 135.192 1097 2 1 39.453 20.4241 -144.45 - 85 111.316 1002 2 0 39.5033 20.5184 -145.85 - 85 115.904 1102 1 1 40.468 22.3728 -174.45 - 85 193.808 1012 1 0 40.5026 22.4605 -175.85 - 85 132.05 1105 0 1 41.2287 24.1691 -204.45 - 85 99.257 1021 0 0 41.2698 24.2878 -205.85 - 85 246.433 729 1 0 65.3059 -34.1915 -176.25 - 85 156.386 986 5 0 36.5968 17.4059 -55.85 - 85 149.325 1049 4 1 30.0291 13.5194 -84.45 - 85 2.53842 1048 4 1 29.85 13.4841 -84.8382 - 85 130.104 966 4 0 29.3622 13.3806 -85.85 - 85 177.004 980 3 1 16.182 10.7369 -114.45 - 85 130.523 952 3 0 15.8199 10.5256 -115.85 - 85 130.812 942 2 1 8.49145 6.13874 -144.45 - 85 16.2325 941 2 1 8.45 6.01683 -144.8 - 85 6.4213 928 2 0 8.32596 5.66269 -145.85 - 85 238.658 927 2 0 8.3217 5.65 -145.887 - 85 104.031 928 1 1 5.6508 -3.90326 -174.45 - 85 135.494 878 1 0 5.72989 -4.27613 -175.85 - 85 17.6639 934 0 1 7.02488 -9.91932 -204.45 - 85 115.413 935 0 1 7.05009 -9.93882 -204.513 - 85 40.4525 848 0 0 7.56224 -10.3973 -205.85 - 85 81.5944 847 0 0 7.61907 -10.45 -205.998 - 85 295.857 1085 0 1 37.107 17.5304 -204.45 - 85 81.1092 982 0 0 37.5999 16.6045 -205.85 - 85 46.4842 981 0 0 37.6624 16.45 -206.088 - 85 138.057 987 0 0 37.4153 17.4845 -205.85 -Number of digits in this event: 57 +Number of tracker hits in this event: 170 + 85 135.235 921 10 1 4.31147 104.804 95.55 + 85 112.133 1423 10 0 4.31224 104.804 94.15 + 85 115.219 921 9 1 4.32887 104.795 65.55 + 85 207.679 1423 9 0 4.33037 104.795 64.15 + 85 156.009 921 8 1 4.35748 104.778 35.55 + 85 115.135 1423 8 0 4.3591 104.777 34.15 + 85 385.485 921 7 1 4.39516 104.765 5.55 + 85 472.622 1423 7 0 4.39377 104.764 4.15 + 85 147.53 921 6 1 4.36286 104.736 -24.45 + 85 224.042 1422 6 0 4.36232 104.737 -25.85 + 85 410.819 921 5 1 4.3498 104.755 -54.45 + 85 94.6843 1423 5 0 4.35011 104.756 -55.85 + 85 108.695 921 4 1 4.34855 104.787 -84.45 + 85 117.582 1423 4 0 4.34985 104.788 -85.85 + 85 114.853 921 3 1 4.38691 104.796 -114.45 + 85 126.82 1423 3 0 4.39156 104.795 -115.85 + 85 262.217 922 2 1 4.48937 104.767 -144.45 + 85 231.671 1423 2 0 4.48802 104.771 -145.85 + 85 418.696 922 1 1 4.45525 104.862 -174.45 + 85 160.544 1423 1 0 4.45356 104.864 -175.85 + 85 103.225 921 0 1 4.42133 104.906 -204.45 + 85 134.185 1423 0 0 4.4197 104.909 -205.85 + 85 66.957 1008 2 0 -36.7018 21.6711 -146.25 + 85 316.242 1007 2 0 -36.8207 21.65 -146.126 + 85 123.228 712 2 1 -37.541 21.3448 -144.85 + 85 197.483 713 2 1 -37.4498 21.5184 -144.747 + 85 85.6543 1530 2 0 174.974 126.259 -146.25 + 85 168.194 1531 2 0 174.984 126.35 -146.138 + 85 131.752 1532 2 0 174.929 126.55 -146.067 + 85 169.478 305 13 0 102.763 -119.013 183.75 + 85 390.853 1412 13 1 102.708 -118.948 185.15 + 85 57.9886 1413 13 1 102.798 -119.01 185.55 + 85 110.918 307 13 0 102.545 -118.709 184.15 + 85 27.5479 306 13 0 102.52 -118.75 183.774 + 85 64.3636 686 1 1 -42.6732 -4.6691 -174.85 + 85 69.2156 685 1 1 -42.8501 -4.83652 -174.693 + 85 128.469 684 1 1 -43.0501 -4.85277 -174.579 + 85 43.3074 683 1 1 -43.3012 -4.91257 -174.45 + 85 55.5962 682 1 1 -43.45 -4.95068 -174.484 + 85 51.5711 681 1 1 -43.65 -4.93026 -174.504 + 85 73.9541 680 1 1 -43.85 -4.93755 -174.52 + 85 57.5611 679 1 1 -44.0504 -4.95227 -174.543 + 85 65.8798 678 1 1 -44.2504 -4.96697 -174.55 + 85 63.8586 677 1 1 -44.45 -4.97039 -174.528 + 85 49.2014 676 1 1 -44.6502 -4.96225 -174.54 + 85 67.7072 675 1 1 -44.85 -4.91748 -174.538 + 85 0.176616 674 1 1 -45.05 -4.85642 -174.451 + 85 14.0938 1325 6 1 85.05 172.609 -24.525 + 85 612.958 922 4 1 4.49304 104.686 -84.45 + 85 316.863 1422 4 0 4.47508 104.682 -85.85 + 85 117.536 920 3 1 4.11615 104.662 -114.45 + 85 256.268 1422 3 0 4.11529 104.667 -115.85 + 85 198.234 920 2 1 4.14731 104.825 -144.45 + 85 113.927 920 1 1 4.07417 105.082 -174.45 + 85 122.589 1424 1 0 4.10948 105.082 -175.85 + 85 285.973 923 0 1 4.7727 105.09 -204.45 + 85 190.309 1424 0 0 4.82047 105.08 -205.85 + 85 161.727 922 3 1 4.50296 104.654 -114.45 + 85 230.097 1422 2 0 4.59886 104.67 -145.85 + 85 137.484 1422 1 0 4.6084 104.664 -175.85 + 85 219.197 1422 0 0 4.69006 104.702 -205.85 + 85 28.5056 1039 0 1 27.9356 56.7895 -204.85 + 85 157.594 1040 0 1 28.05 56.5611 -204.478 + 85 145.423 1041 0 1 28.2501 56.6524 -204.615 + 85 22.0551 1762 0 0 -63.9336 172.708 -206.25 + 85 48.7406 1763 0 0 -63.9499 172.75 -206.234 + 85 268.865 1469 0 0 32.8389 114.008 -206.25 + 85 10.7784 1470 0 0 33.026 114.15 -205.87 + 85 187.603 1070 0 1 34.0639 115.958 -204.85 + 85 357.605 1071 0 1 34.25 116.154 -204.775 + 85 187.958 1072 0 1 34.4502 116.231 -204.746 + 85 42.2392 1073 0 1 34.65 116.346 -204.661 + 85 96.075 987 0 0 93.0673 17.5074 -206.25 + 85 100.919 923 1 1 4.65002 104.732 -174.719 + 85 110.352 1425 1 0 4.87359 105.22 -175.85 + 85 39.632 1426 1 0 4.97151 105.35 -176.124 + 85 127.498 1554 1 0 43.3988 131.094 -176.25 + 85 90.9636 1120 1 1 44.0853 130.747 -174.85 + 85 471.765 1121 1 1 44.2501 130.636 -174.669 + 85 32.3803 1544 1 0 44.576 129.033 -175.85 + 85 68.083 1543 1 0 44.6204 128.95 -175.952 + 85 65.8955 1542 1 0 44.7098 128.75 -176.127 + 85 63.2293 1541 1 0 44.7089 128.55 -176.136 + 85 69.6001 1540 1 0 44.5899 128.35 -176.047 + 85 81.2052 1539 1 0 44.5102 128.15 -175.927 + 85 8.38744 1538 1 0 44.5096 127.95 -175.871 + 85 105.69 1126 1 1 45.2518 126.531 -174.849 + 85 84.1915 1127 1 1 45.45 126.336 -174.654 + 85 112.756 1128 1 1 45.65 126.23 -174.564 + 85 139.472 1129 1 1 45.8502 126.173 -174.55 + 85 151.033 1531 1 0 45.3437 126.466 -175.85 + 85 95.2666 1532 1 0 45.0834 126.55 -175.924 + 85 83.3052 1125 1 1 45.1757 126.806 -174.85 + 85 77.0346 1421 1 0 4.46711 104.55 -175.942 + 85 21.1587 1110 1 0 -18.4837 42.1208 -176.25 + 85 228.152 1109 1 0 -18.5001 42.05 -176.218 + 85 65.5038 1108 1 0 -18.4987 41.85 -176.056 + 85 15.0177 1107 1 0 -18.4942 41.65 -175.902 + 85 234.196 808 1 1 -18.3779 40.433 -174.85 + 85 195.559 809 1 1 -18.25 40.1854 -174.618 + 85 43.947 1082 1 0 -17.413 36.5901 -175.85 + 85 61.4252 1081 1 0 -17.3446 36.45 -175.89 + 85 8.15388 1080 1 0 -17.2824 36.2497 -175.86 + 85 321.852 813 1 1 -17.3253 34.1074 -174.85 + 85 38.8277 814 1 1 -17.25 33.8767 -174.748 + 85 340.084 1065 1 0 -17.4084 33.158 -175.85 + 85 141.49 922 6 1 4.5606 104.634 -24.45 + 85 124.323 922 5 1 4.63388 104.426 -54.45 + 85 113.648 1421 5 0 4.63212 104.423 -55.85 + 85 143.522 1421 4 0 4.55829 104.385 -85.85 + 85 185.436 923 3 1 4.67957 104.49 -114.45 + 85 111.314 1421 3 0 4.68842 104.521 -115.85 + 85 126.236 924 2 1 4.85588 105.185 -144.45 + 85 121.173 1425 2 0 4.87409 105.236 -145.85 + 85 138.115 926 1 1 5.40888 106.525 -174.451 + 85 112.675 1432 1 0 5.45654 106.605 -175.85 + 85 93.4165 932 0 1 6.4718 108.309 -204.45 + 85 366.015 1441 0 0 6.6059 108.44 -205.85 + 85 3.26366 1033 1 1 26.6984 59.8291 -174.85 + 85 40.3222 204 3 0 99.0418 -139.15 -116.211 + 85 93.7095 1626 0 0 2.18929 145.402 -206.25 + 85 29.2225 582 5 1 -63.4987 90.5395 -54.85 + 85 127.681 1496 4 0 0.0942577 119.356 -86.2495 + 85 40.3762 897 4 1 -0.602543 119.387 -84.8498 + 85 98.5116 896 4 1 -0.65 119.401 -84.7629 + 85 86.3303 895 4 1 -0.85 119.515 -84.7022 + 85 214.512 894 4 1 -1.05 119.544 -84.7138 + 85 64.7749 1267 4 0 39.4867 73.5922 -86.25 + 85 91.8903 1266 4 0 39.4639 73.4499 -86.1357 + 85 281.297 1265 4 0 39.4821 73.25 -86.0468 + 85 272.458 911 6 1 2.3183 107.965 -24.45 + 85 83.2037 910 6 1 2.25 107.99 -24.6043 + 85 201.562 1440 6 0 1.63502 108.267 -25.85 + 85 17.0698 1441 6 0 1.44437 108.35 -26.2018 + 85 131.723 829 5 1 -14.0886 115.53 -54.45 + 85 50.4987 828 5 1 -14.25 115.581 -54.7196 + 85 136.619 1478 5 0 -15.0293 115.828 -55.85 + 85 167.027 713 4 1 -37.2815 121.704 -84.45 + 85 19.9761 1510 4 0 -37.6421 122.318 -85.8502 + 85 82.4975 1511 4 0 -37.6606 122.35 -85.9259 + 85 68.4893 675 3 1 -44.935 131.587 -114.45 + 85 33.2582 676 3 1 -44.85 131.591 -114.71 + 85 110.65 1557 3 0 -44.4938 131.578 -115.85 + 85 103.5 710 2 1 -37.8921 132.468 -144.451 + 85 27.9023 711 2 1 -37.85 132.607 -144.77 + 85 84.0085 1564 2 0 -37.722 133.076 -145.85 + 85 175.729 1565 2 0 -37.712 133.15 -146.05 + 85 123.898 725 1 1 -34.9518 144.883 -174.45 + 85 102.263 1623 1 0 -35.2504 144.883 -175.85 + 85 141.083 700 0 1 -40.0287 141.379 -204.45 + 85 50.3729 701 0 1 -39.85 141.006 -204.766 + 85 138.737 1601 0 0 -37.6695 140.448 -205.85 + 85 64.9312 736 0 1 -32.69 140.958 -204.85 + 85 150.881 737 0 1 -32.65 140.966 -204.843 + 85 139.379 738 0 1 -32.45 140.998 -204.8 + 85 224.915 739 0 1 -32.2494 141.006 -204.68 + 85 12.0637 740 0 1 -32.0338 140.946 -204.45 + 85 215.85 735 0 1 -32.8502 141.218 -204.5 + 85 414.961 1610 0 0 -32.5259 142.305 -205.85 + 85 169.512 1611 0 0 -32.5005 142.35 -205.9 + 85 31.0969 1490 2 0 -28.9992 118.228 -146.25 + 85 119.907 1489 2 0 -29.0311 118.15 -146.223 + 85 204.381 712 4 1 -37.4501 121.786 -84.4879 + 85 72.3175 1513 4 0 -37.7681 122.898 -85.85 + 85 272.836 1514 4 0 -37.7693 122.95 -85.9149 + 85 213.53 1515 4 0 -37.824 123.15 -85.9766 + 85 468.702 644 1 1 -51.1368 145.226 -174.45 + 85 86.1273 643 1 1 -51.25 145.528 -174.664 + 85 7.70465 938 1 1 7.79059 113.304 -174.85 + 85 130.764 939 1 1 7.8501 113.33 -174.64 +Number of digits in this event: 82 Using G4ParticleGun... -Particle energy: 4.71063 LIN +Particle energy: 9.59623 LIN Particle: e- Event: 86 -Number of tracker hits in this event: 248 - 86 130.44 893 11 1 -1.25388 -76.8669 125.55 - 86 117.817 515 11 0 -1.25318 -76.8691 124.15 - 86 328.451 894 10 1 -1.23943 -76.9188 95.55 - 86 365.848 515 10 0 -1.23943 -76.9203 94.15 - 86 211.155 894 9 1 -1.24287 -76.9519 65.55 - 86 227.982 515 9 0 -1.2417 -76.9493 64.15 - 86 271.078 894 8 1 -1.20938 -76.8872 35.55 - 86 110.956 515 8 0 -1.20998 -76.8846 34.15 - 86 131.027 894 7 1 -1.20554 -76.838 5.55 - 86 156.61 516 7 0 -1.20314 -76.8373 4.15 - 86 104.052 894 6 1 -1.15443 -76.8342 -24.45 - 86 117.925 516 6 0 -1.14809 -76.8384 -25.85 - 86 126.718 895 5 1 -1.02628 -76.9123 -54.45 - 86 108.315 515 5 0 -1.03036 -76.9034 -55.85 - 86 365.583 894 4 1 -1.16627 -76.6718 -84.45 - 86 380.432 516 4 0 -1.17003 -76.6627 -85.85 - 86 220.622 893 3 1 -1.27859 -76.4894 -114.45 - 86 176.05 517 3 0 -1.28155 -76.473 -115.85 - 86 149.349 893 2 1 -1.34983 -76.161 -144.45 - 86 153.206 519 2 0 -1.35306 -76.1414 -145.85 - 86 119.695 893 1 1 -1.42197 -75.939 -174.45 - 86 213.431 520 1 0 -1.4437 -75.9293 -175.85 - 86 115.877 890 0 1 -1.88047 -75.7298 -204.45 - 86 142.69 521 0 0 -1.89775 -75.7154 -205.85 - 86 9.95866 343 9 0 -179.182 -111.372 63.75 - 86 97.7202 894 3 1 -1.18359 -76.8993 -114.45 - 86 85.3874 512 3 0 -1.40211 -77.4827 -115.85 - 86 39.8903 511 3 0 -1.4257 -77.6502 -116.115 - 86 144.701 898 2 1 -0.250524 -90.9038 -144.45 - 86 157.431 449 2 0 -0.277676 -90.3175 -145.85 - 86 109.849 715 4 0 17.7272 -37.05 -86.2389 - 86 35.6838 716 4 0 17.712 -36.85 -85.906 - 86 148.163 983 4 1 16.7945 -37.6045 -84.85 - 86 27.7111 892 3 1 -1.45 -76.5387 -114.752 - 86 39.7477 518 3 0 -1.59341 -76.45 -116.104 - 86 106.224 877 2 1 -4.60683 -74.8887 -144.45 - 86 112.547 526 2 0 -4.71333 -74.7029 -145.85 - 86 19.5205 527 2 0 -4.74003 -74.65 -146.236 - 86 7.78256 867 1 1 -6.64853 -70.9261 -174.45 - 86 81.7863 866 1 1 -6.65 -70.9263 -174.473 - 86 127.782 545 1 0 -6.74364 -70.93 -175.85 - 86 34.2692 854 0 1 -9.23491 -71.314 -204.45 - 86 141.821 853 0 1 -9.25004 -71.3292 -204.607 - 86 61.4056 543 0 0 -9.37938 -71.4335 -205.85 - 86 50.9715 542 0 0 -9.40637 -71.45 -206.074 - 86 297.122 895 3 1 -0.90355 -76.8503 -114.45 - 86 136.988 516 3 0 -0.918031 -76.8498 -115.85 - 86 268.837 894 2 1 -1.13244 -76.7375 -144.45 - 86 110.284 516 2 0 -1.18509 -76.7053 -145.85 - 86 105.772 889 1 1 -2.10545 -75.9875 -174.45 - 86 157.675 886 0 1 -2.75717 -75.3145 -204.45 - 86 187.182 523 0 0 -2.78214 -75.2666 -205.85 - 86 74.8676 895 2 1 -1.05 -76.6709 -144.609 - 86 142.169 518 2 0 -0.565615 -76.3445 -145.85 - 86 98.5566 515 3 0 -0.890128 -76.91 -115.85 - 86 112.433 506 2 0 -1.33506 -78.7413 -145.85 - 86 104.949 877 1 1 -4.59281 -81.6472 -174.45 - 86 16.5229 876 1 1 -4.65001 -81.6769 -174.799 - 86 96.8421 491 1 0 -4.82315 -81.7711 -175.85 - 86 3.06159 852 0 1 -9.64798 -83.6578 -204.45 - 86 151.562 851 0 1 -9.65 -83.6582 -204.457 - 86 123.207 481 0 0 -10.0709 -83.76 -205.85 - 86 115.992 893 10 1 -1.25011 -76.8827 95.5083 - 86 139.627 518 10 0 -1.78666 -76.4326 94.1499 - 86 103.891 835 9 1 -12.9387 -67.5058 65.5499 - 86 53.9655 834 9 1 -13.05 -67.4208 65.2757 - 86 24.3125 564 9 0 -13.5421 -67.067 64.15 - 86 122.492 565 9 0 -13.5655 -67.05 64.0966 - 86 180.198 768 8 1 -26.3601 -58.0796 35.55 - 86 125.214 767 8 1 -26.45 -57.9827 35.2169 - 86 8.02372 611 8 0 -26.7169 -57.6593 34.1497 - 86 110.82 612 8 0 -26.7246 -57.65 34.1184 - 86 139.216 728 7 1 -34.2709 -49.8399 5.55 - 86 16.8162 727 7 1 -34.45 -49.7015 5.20163 - 86 56.7791 653 7 0 -34.9968 -49.3176 4.15 - 86 277.29 654 7 0 -35.0923 -49.25 3.97244 - 86 110.094 644 6 1 -51.1145 -38.312 -24.45 - 86 42.8537 643 6 1 -51.25 -38.2166 -24.691 - 86 122.352 711 6 0 -51.9159 -37.8034 -25.8502 - 86 423.401 563 5 1 -67.4456 -28.2401 -54.45 - 86 193.624 562 5 1 -67.45 -28.2365 -54.458 - 86 62.7247 561 5 1 -67.65 -28.0596 -54.8382 - 86 30.1391 762 5 0 -68.1293 -27.5008 -55.85 - 86 112.489 763 5 0 -68.171 -27.4499 -55.9391 - 86 142.944 496 4 1 -80.666 -12.8667 -84.4509 - 86 28.1219 838 4 0 -81.3245 -12.2901 -85.8504 - 86 245.041 839 4 0 -81.3702 -12.2499 -85.946 - 86 148.553 426 3 1 -94.7847 1.34602 -114.45 - 86 5.916 425 3 1 -94.95 1.6457 -114.833 - 86 7.51183 911 3 0 -95.3321 2.42337 -115.85 - 86 97.261 912 3 0 -95.3445 2.45 -115.885 - 86 50.3674 913 3 0 -95.4449 2.65 -116.14 - 86 23.6444 357 2 1 -108.693 25.7529 -144.45 - 86 127.473 356 2 1 -108.75 25.8289 -144.535 - 86 9.78231 355 2 1 -108.95 26.0861 -144.818 - 86 64.5593 1035 2 0 -109.689 27.0777 -145.85 - 86 87.5591 1036 2 0 -109.805 27.25 -146.028 - 86 10.1014 1037 2 0 -109.919 27.45 -146.219 - 86 102.672 267 1 1 -126.606 57.7089 -174.45 - 86 86.6148 266 1 1 -126.75 57.9911 -174.655 - 86 97.5038 1197 1 0 -127.584 59.4861 -175.85 - 86 80.4775 1198 1 0 -127.676 59.6503 -175.98 - 86 55.584 1199 1 0 -127.792 59.85 -176.135 - 86 15.11 96 0 1 -160.907 100.953 -204.45 - 86 80.8569 95 0 1 -160.95 100.985 -204.48 - 86 86.1024 94 0 1 -161.15 101.131 -204.605 - 86 94.2216 93 0 1 -161.35 101.272 -204.732 - 86 144.071 1411 0 0 -163.266 102.399 -205.85 - 86 158.876 1412 0 0 -163.526 102.55 -205.99 - 86 56.4082 1413 0 0 -163.891 102.75 -206.165 - 86 8.85968 840 4 0 -81.5395 -12.05 -86.2482 - 86 97.4086 756 5 0 -68.4814 -28.7198 -55.85 - 86 55.309 755 5 0 -68.6145 -28.85 -55.9841 - 86 65.5976 754 5 0 -68.6862 -29.05 -56.0065 - 86 68.4153 753 5 0 -68.6945 -29.2501 -55.9253 - 86 249.581 895 9 1 -0.987057 -76.9433 65.55 - 86 124.006 897 8 1 -0.620233 -77.0395 35.55 - 86 408.798 514 8 0 -0.567964 -77.1007 34.15 - 86 117.754 902 7 1 0.533597 -78.4528 5.55 - 86 172.206 507 7 0 0.58434 -78.5134 4.15 - 86 45.5226 907 6 1 1.64069 -79.7604 -24.45 - 86 101.705 908 6 1 1.65 -79.7629 -24.6054 - 86 113.399 501 6 0 1.72088 -79.7818 -25.85 - 86 104.661 916 5 1 3.31136 -80.1017 -54.45 - 86 113.518 499 5 0 3.37606 -80.0792 -55.85 - 86 101.882 923 4 1 4.68137 -79.9344 -84.4501 - 86 105.035 500 4 0 4.76601 -79.8661 -85.85 - 86 9.72262 501 4 0 4.78633 -79.85 -86.2179 - 86 115.183 930 3 1 6.12518 -78.677 -114.45 - 86 119.291 507 3 0 6.19806 -78.6442 -115.85 - 86 317.553 936 2 1 7.25365 -78.4909 -144.45 - 86 45.5033 510 2 0 7.31717 -77.8858 -145.85 - 86 128.457 511 2 0 7.3289 -77.85 -145.966 - 86 17.2733 553 2 0 33.4806 -69.4292 -146.25 - 86 131.077 552 2 0 33.5029 -69.4505 -146.202 - 86 94.6129 551 2 0 33.6799 -69.6502 -145.978 - 86 296.403 550 2 0 33.7622 -69.8506 -145.925 - 86 227.204 932 3 1 6.59802 -81.3419 -114.45 - 86 117.798 493 3 0 6.63911 -81.3751 -115.85 - 86 226.454 937 2 1 7.46827 -81.9237 -144.451 - 86 117.293 489 2 0 7.3996 -82.104 -145.85 - 86 136.859 931 1 1 6.44112 -86.3456 -174.45 - 86 82.1473 467 1 0 6.34031 -86.5909 -175.85 - 86 26.7886 466 1 0 6.31768 -86.65 -176.195 - 86 118.326 922 0 1 4.60614 -91.6951 -204.451 - 86 238.996 440 0 0 4.72112 -92.0067 -205.85 - 86 4.59426 374 0 0 -3.34959 -105.346 -206.25 - 86 316.686 373 0 0 -3.35176 -105.35 -206.233 - 86 62.4751 974 0 1 15.024 -84.4415 -204.45 - 86 92.0947 975 0 1 15.0501 -84.5593 -204.619 - 86 73.0916 470 0 0 15.4843 -85.8511 -205.85 - 86 70.5453 469 0 0 15.6031 -86.05 -206.015 - 86 41.8596 468 0 0 15.7822 -86.2501 -206.153 - 86 130.796 451 0 0 15.667 -89.7562 -206.25 - 86 192.89 452 0 0 15.4931 -89.65 -206.089 - 86 28.523 453 0 0 15.3944 -89.45 -205.928 - 86 116.265 982 0 1 16.4592 -88.6595 -204.85 - 86 300.323 981 0 1 16.45 -88.5168 -204.673 - 86 81.9804 977 0 1 15.5839 -90.7435 -204.85 - 86 141.92 978 0 1 15.6501 -90.8347 -204.771 - 86 93.0866 494 3 0 6.34361 -81.2197 -115.85 - 86 136.625 906 2 1 1.44723 -78.1233 -144.45 - 86 11.2984 512 2 0 1.27775 -77.473 -145.851 - 86 112.52 513 2 0 1.26995 -77.45 -145.901 - 86 118.712 870 1 1 -5.88086 -64.4595 -174.45 - 86 4.36641 579 1 0 -5.9146 -64.0541 -175.851 - 86 94.2715 580 1 0 -5.91505 -64.05 -175.865 - 86 137.082 860 0 1 -7.91239 -56.8039 -204.451 - 86 17.9951 859 0 1 -8.05012 -56.73 -204.809 - 86 125.983 617 0 0 -8.45359 -56.5501 -205.85 - 86 133.774 951 1 1 10.3441 -81.7225 -174.45 - 86 120.93 493 1 0 10.1592 -81.4247 -175.85 - 86 54.1234 559 1 0 11.6981 -68.1411 -176.25 - 86 76.9407 560 1 0 11.6876 -68.0495 -176.155 - 86 129.263 561 1 0 11.6991 -67.85 -176.067 - 86 18.28 443 8 0 -21.8472 -91.5391 33.7504 - 86 241.135 442 8 0 -21.8203 -91.55 33.7805 - 86 93.3425 903 7 1 0.65 -78.3784 5.51469 - 86 143.967 508 7 0 1.02239 -78.4077 4.15 - 86 109.358 943 6 1 8.75496 -78.8772 -24.45 - 86 20.7538 944 6 1 8.85 -78.8755 -24.7751 - 86 201.828 505 6 0 9.1563 -78.8601 -25.8505 - 86 41.606 991 5 1 18.3784 -79.1129 -54.45 - 86 277.883 992 5 1 18.45 -79.1153 -54.5599 - 86 125.074 504 5 0 19.2583 -79.0925 -55.85 - 86 7.25964 1089 4 1 38.0258 -77.0444 -84.45 - 86 86.8302 1090 4 1 38.0505 -77.0542 -84.4722 - 86 220.975 1091 4 1 38.2501 -77.1303 -84.6542 - 86 3.68131 1092 4 1 38.4502 -77.2076 -84.8384 - 86 22.0901 512 4 0 39.5528 -77.6285 -85.85 - 86 175.621 511 4 0 39.6182 -77.65 -85.9091 - 86 55.4449 1256 3 1 71.2882 -91.1581 -114.45 - 86 131.434 1257 3 1 71.45 -91.2117 -114.557 - 86 177.21 1258 3 1 71.65 -91.2755 -114.687 - 86 17.6166 1259 3 1 71.85 -91.3346 -114.818 - 86 13.1759 442 3 0 73.3711 -91.7357 -115.85 - 86 185.874 441 3 0 73.4309 -91.75 -115.891 - 86 37.0368 1482 2 1 116.669 -101.826 -144.45 - 86 86.404 1483 2 1 116.75 -101.791 -144.54 - 86 61.4594 1484 2 1 116.95 -101.719 -144.761 - 86 289.172 393 2 0 118.074 -101.397 -145.85 - 86 187.635 394 2 0 118.27 -101.35 -146.013 - 86 50.2909 1619 1 1 144.068 -93.0534 -174.45 - 86 116.725 1620 1 1 144.15 -93.2141 -174.564 - 86 141.266 425 1 0 144.612 -95.0235 -175.85 - 86 63.641 424 1 0 144.642 -95.1501 -175.94 - 86 58.7107 423 1 0 144.7 -95.3501 -176.079 - 86 80.5223 422 1 0 144.733 -95.5502 -176.183 - 86 11.4207 101 1 0 142.076 -159.924 -176.25 - 86 177.653 100 1 0 142.075 -159.95 -176.22 - 86 62.2261 1594 1 1 139.138 -160.474 -174.85 - 86 18.7038 1593 1 1 138.95 -160.508 -174.84 - 86 315.516 95 1 0 137.91 -161.04 -175.85 - 86 178.878 94 1 0 137.402 -161.15 -176.006 - 86 12.908 1586 1 1 137.544 -162.269 -174.849 - 86 251.44 1587 1 1 137.55 -162.297 -174.818 - 86 169.81 1588 1 1 137.75 -162.497 -174.703 - 86 61.8398 93 1 0 138.415 -161.43 -175.85 - 86 86.6806 392 2 0 118.862 -101.55 -146.074 - 86 108.546 391 2 0 119.114 -101.751 -146.052 - 86 76.0246 390 2 0 119.338 -101.95 -146.033 - 86 62.6667 389 2 0 119.515 -102.15 -146.038 - 86 63.9446 388 2 0 119.686 -102.35 -146.043 - 86 43.9129 387 2 0 119.833 -102.55 -146.044 - 86 49.1032 386 2 0 119.905 -102.75 -146.05 - 86 63.6506 385 2 0 119.971 -102.95 -146.059 - 86 55.6115 384 2 0 119.999 -103.15 -146.076 - 86 56.6448 383 2 0 120.038 -103.35 -146.055 - 86 72.7912 382 2 0 120.072 -103.551 -146.002 - 86 40.4446 381 2 0 120.172 -103.75 -145.916 - 86 26.3979 1507 2 1 121.691 -105.699 -144.85 - 86 113.136 1508 2 1 121.75 -105.766 -144.818 - 86 78.628 1509 2 1 121.95 -105.969 -144.778 - 86 76.8908 1510 2 1 122.15 -106.123 -144.694 - 86 66.3625 1511 2 1 122.35 -106.275 -144.583 - 86 69.2876 1512 2 1 122.55 -106.407 -144.575 - 86 58.4701 1513 2 1 122.75 -106.592 -144.503 - 86 308.815 1515 2 1 123.219 -106.539 -144.45 - 86 208.34 1516 2 1 123.35 -106.514 -144.797 - 86 135.562 1704 1 1 160.95 -97.3387 -174.627 - 86 19.7523 400 1 0 160.545 -100.082 -175.85 - 86 79.1391 399 1 0 160.511 -100.15 -175.888 - 86 61.1896 1707 1 1 161.652 -100.51 -174.85 - 86 43.4355 1708 1 1 161.75 -100.52 -174.78 - 86 74.4252 397 1 0 161.371 -100.621 -175.85 - 86 36.6552 576 3 0 63.3531 -64.7478 -116.25 - 86 230.137 577 3 0 63.2636 -64.6495 -116.225 - 86 341.466 578 3 0 63.1098 -64.45 -116.158 -Number of digits in this event: 94 -Using G4ParticleGun... -Particle energy: 1.95209 LIN +Number of tracker hits in this event: 55 + 86 229.288 1403 8 1 100.801 -100.183 35.55 + 86 95.6656 399 8 0 100.8 -100.182 34.15 + 86 99.1027 1403 7 1 100.786 -100.174 5.55 + 86 104.758 399 7 0 100.785 -100.174 4.15 + 86 103.564 1403 6 1 100.761 -100.181 -24.45 + 86 116.747 399 6 0 100.76 -100.181 -25.85 + 86 288.767 1402 5 1 100.72 -100.187 -54.45 + 86 385.797 399 5 0 100.718 -100.188 -55.85 + 86 116.831 1402 4 1 100.676 -100.194 -84.45 + 86 117.029 399 4 0 100.673 -100.194 -85.85 + 86 439.402 1402 3 1 100.606 -100.194 -114.45 + 86 123.964 399 3 0 100.603 -100.194 -115.85 + 86 113.084 1401 2 1 100.54 -100.189 -144.45 + 86 133.128 399 2 0 100.537 -100.188 -145.85 + 86 178.244 1401 1 1 100.466 -100.172 -174.45 + 86 171.554 399 1 0 100.463 -100.171 -175.85 + 86 462.92 1401 0 1 100.405 -100.141 -204.45 + 86 144.22 400 0 0 100.403 -100.14 -205.85 + 86 375.559 1403 5 1 100.75 -100.221 -54.598 + 86 165.674 1406 4 1 101.429 -101.185 -84.45 + 86 359.753 394 4 0 101.438 -101.22 -85.85 + 86 118.01 1406 3 1 101.457 -102.111 -114.45 + 86 67.4845 390 3 0 101.44 -102.145 -115.85 + 86 48.3824 389 3 0 101.437 -102.15 -116.112 + 86 229.904 1404 2 1 101.062 -103.068 -144.45 + 86 101.651 385 2 0 101.083 -103.095 -145.85 + 86 66.9709 1407 1 1 101.73 -103.773 -174.45 + 86 68.5062 1408 1 1 101.75 -103.773 -174.605 + 86 163.845 381 1 0 101.907 -103.771 -175.85 + 86 111.973 1426 0 1 105.44 -104.105 -204.45 + 86 111.242 380 0 0 105.607 -104.118 -205.85 + 86 152.047 384 2 0 101.062 -103.2 -145.85 + 86 11.2278 1417 1 1 103.565 -102.762 -174.45 + 86 104.371 1416 1 1 103.55 -102.763 -174.466 + 86 55.5299 1415 1 1 103.35 -102.824 -174.699 + 86 233.245 384 1 0 102.33 -103.21 -175.85 + 86 9.79072 383 1 0 102.027 -103.35 -176.228 + 86 87.1002 1399 0 1 100.062 -97.5832 -204.45 + 86 16.4798 395 4 0 101.344 -101.15 -85.9999 + 86 99.6466 1403 4 1 100.891 -100.022 -84.45 + 86 128.151 400 4 0 100.882 -100.019 -85.85 + 86 115.695 400 3 0 100.676 -100.016 -115.85 + 86 272.745 1402 2 1 100.672 -100.441 -144.45 + 86 117.793 398 2 0 100.632 -100.487 -145.85 + 86 103.131 1398 1 1 99.7874 -101.471 -174.45 + 86 173.21 393 1 0 99.7935 -101.524 -175.85 + 86 126.071 1398 0 1 99.917 -102.819 -204.45 + 86 98.6114 386 0 0 99.9338 -102.855 -205.85 + 86 217.023 1393 0 1 98.8023 -102.6 -204.45 + 86 158.88 388 0 0 98.8147 -102.491 -205.851 + 86 27.2868 1392 0 1 98.75 -102.6 -204.764 + 86 124.018 387 0 0 98.6523 -102.608 -205.85 + 86 26.8968 1403 2 1 100.75 -100.509 -144.801 + 86 277.546 403 0 0 100.523 -99.5035 -205.85 + 86 12.0857 1402 0 1 100.55 -99.4829 -204.801 +Number of digits in this event: 28 +Using G4ParticleGun... +Particle energy: 4.40767 LIN Particle: e- Event: 87 -Number of tracker hits in this event: 116 - 87 194.311 1169 9 1 53.9328 109.425 65.55 - 87 161.175 1446 9 0 53.9274 109.422 64.15 - 87 190.399 1168 8 1 53.8292 109.358 35.55 - 87 155.06 1446 8 0 53.7983 109.382 34.15 - 87 151.655 1165 7 1 53.0892 109.842 5.55 - 87 129.474 1448 7 0 53.0595 109.863 4.15 - 87 249.963 1162 6 1 52.4604 110.278 -24.45 - 87 143.581 1450 6 0 52.4248 110.304 -25.85 - 87 315.128 1157 5 1 51.6195 110.847 -54.45 - 87 254.281 1453 5 0 51.5645 110.865 -55.85 - 87 158.19 1152 4 1 50.5795 111.318 -84.45 - 87 109.097 1455 4 0 50.3699 111.26 -85.8513 - 87 187.752 1131 3 1 46.3021 109.112 -114.45 - 87 24.8817 1444 3 0 46.2792 108.961 -115.85 - 87 87.4936 1443 3 0 46.2768 108.95 -115.95 - 87 133.751 1131 2 1 46.3132 104.797 -144.45 - 87 63.9294 1422 2 0 46.3405 104.582 -145.85 - 87 42.3525 1421 2 0 46.3446 104.55 -146.059 - 87 151.304 1132 1 1 46.5136 99.3436 -174.45 - 87 61.7555 1394 1 0 46.4825 99.0009 -175.85 - 87 64.5051 1393 1 0 46.4788 98.95 -176.057 - 87 268.764 1129 0 1 45.9451 91.8317 -204.45 - 87 147.352 1356 0 0 45.9672 91.4622 -205.85 - 87 80.9782 1128 0 1 45.85 92.1149 -204.582 - 87 79.5765 1127 0 1 45.65 92.0977 -204.536 - 87 243.086 1126 0 1 45.4499 92.1469 -204.577 - 87 51.7307 1454 5 0 51.4032 111.014 -55.85 - 87 29.8039 1452 5 0 51.5114 110.75 -55.9157 - 87 15.6532 1161 5 1 52.4247 109.119 -54.85 - 87 272.266 1162 5 1 52.45 109.075 -54.8262 - 87 225.451 1163 5 1 52.65 108.477 -54.4727 - 87 154.519 1439 5 0 53.5539 108 -55.8504 - 87 252.863 1440 5 0 53.8087 108.15 -56.1044 - 87 98.7429 1441 5 0 53.8754 108.35 -56.1065 - 87 70.0692 1449 6 0 52.6538 109.994 -25.85 - 87 39.901 1448 6 0 52.7078 109.95 -26.0785 - 87 31.7566 1391 6 0 45.7557 98.4175 -26.25 - 87 77.8375 1390 6 0 45.7173 98.3499 -26.1288 - 87 145.757 1130 6 1 46.1217 98.0633 -24.8499 - 87 282.538 1131 6 1 46.2668 98.0543 -24.45 - 87 161.77 1388 6 0 46.3127 97.9039 -25.85 - 87 38.4901 1387 6 0 46.2468 97.75 -26.1549 - 87 48.2467 1164 7 1 53.05 109.858 5.30214 - 87 111.116 1449 7 0 52.6279 109.981 4.14934 - 87 4.88024 1065 6 1 33.0524 119.8 -24.45 - 87 137.905 1064 6 1 33.05 119.806 -24.4554 - 87 89.3657 1063 6 1 32.85 120.194 -24.6486 - 87 54.5681 1503 6 0 32.6507 120.85 -25.85 - 87 77.4806 1504 6 0 32.6456 120.95 -26.0166 - 87 45.6812 1552 6 0 40.8117 130.706 -26.25 - 87 67.7027 1553 6 0 40.8029 130.75 -26.0255 - 87 109.702 1105 6 1 41.0774 131.469 -24.85 - 87 21.6155 1106 6 1 41.2512 131.598 -24.5183 - 87 50.5053 1150 0 1 50.1823 116.727 -204.45 - 87 94.8807 1151 0 1 50.2501 116.818 -204.6 - 87 148.037 1485 0 0 50.9029 117.267 -205.85 - 87 37.6662 1486 0 0 51.1304 117.35 -206.122 - 87 243.296 1168 6 1 53.7976 109.098 -24.45 - 87 232.751 1444 6 0 53.7876 109.077 -25.85 - 87 141.406 1167 5 1 53.5576 108.619 -54.45 - 87 108.02 1442 5 0 53.6292 108.655 -55.85 - 87 145.28 1172 4 1 54.4805 108.798 -84.4502 - 87 217.218 1443 4 0 54.5543 108.756 -85.85 - 87 47.3277 1442 4 0 54.5695 108.75 -86.1099 - 87 1.50087 1179 3 1 55.8509 108.074 -114.45 - 87 261.247 1178 3 1 55.85 108.073 -114.458 - 87 106.017 1439 3 0 55.7307 108.036 -115.85 - 87 120.675 1168 2 1 53.6975 106.704 -144.45 - 87 163.064 1432 2 0 53.5755 106.684 -145.851 - 87 1.2345 1154 1 1 50.8504 106.085 -174.45 - 87 103.195 1153 1 1 50.85 106.085 -174.457 - 87 102.71 1429 1 0 50.7793 106.023 -175.85 - 87 113.116 1144 0 1 48.9316 105.142 -204.45 - 87 120.473 1424 0 0 48.9219 105.085 -205.85 - 87 34.4008 1286 6 0 -20.4645 77.2703 -26.25 - 87 110.515 1285 6 0 -20.5054 77.2499 -26.2349 - 87 98.6842 1284 6 0 -20.8159 77.0498 -26.0495 - 87 91.8989 1283 6 0 -21.1315 76.85 -25.9002 - 87 3.40871 768 6 1 -26.4338 75.3477 -24.85 - 87 68.5395 767 6 1 -26.45 75.3432 -24.8468 - 87 64.6935 766 6 1 -26.65 75.2648 -24.8083 - 87 69.9846 765 6 1 -26.85 75.1701 -24.7552 - 87 68.9634 764 6 1 -27.0502 75.0597 -24.7488 - 87 73.5847 763 6 1 -27.25 74.9662 -24.7318 - 87 51.266 762 6 1 -27.45 74.8752 -24.694 - 87 61.9029 761 6 1 -27.65 74.7962 -24.7268 - 87 135.933 760 6 1 -27.85 74.7545 -24.7749 - 87 76.5553 759 6 1 -28.0502 74.7121 -24.7539 - 87 112.899 758 6 1 -28.25 74.606 -24.6398 - 87 77.4682 757 6 1 -28.45 74.4728 -24.5759 - 87 19.3235 756 6 1 -28.65 74.4248 -24.5 - 87 304.503 1168 5 1 53.7829 109.005 -54.45 - 87 246.604 1444 5 0 53.8975 109.057 -55.85 - 87 178.487 1179 4 1 55.9821 110.907 -84.45 - 87 97.3548 1453 4 0 55.9871 110.945 -85.85 - 87 153.36 1456 3 0 55.7487 111.389 -115.85 - 87 107.482 1192 2 1 58.5357 111.219 -144.45 - 87 119.278 1452 2 0 58.4732 110.708 -145.85 - 87 62.1341 1190 1 1 58.1021 100.891 -174.45 - 87 48.6039 1189 1 1 58.05 100.903 -174.67 - 87 109.356 1404 1 0 57.7011 101.006 -175.85 - 87 56.3517 1137 0 1 47.5932 106.436 -204.45 - 87 80.1329 1136 0 1 47.45 106.478 -204.565 - 87 67.3366 1135 0 1 47.25 106.544 -204.724 - 87 178.064 1433 0 0 45.8656 106.857 -205.85 - 87 30.9789 1495 0 0 30.2862 119.15 -205.902 - 87 162.773 1169 4 1 53.9144 108.707 -84.45 - 87 133.997 1167 3 1 53.5574 109.736 -114.45 - 87 141.263 1448 3 0 53.6181 109.761 -115.85 - 87 233.565 1173 2 1 54.7806 110.253 -144.45 - 87 154.546 1450 2 0 54.8601 110.251 -145.85 - 87 114.125 1183 1 1 56.6573 110.366 -174.45 - 87 99.6304 1451 1 0 56.7127 110.389 -175.85 - 87 110.916 1189 0 1 57.9721 110.835 -204.45 - 87 113.639 1453 0 0 58.0012 110.836 -205.85 - 87 64.1496 1458 3 0 145.339 111.889 -116.25 -Number of digits in this event: 49 +Number of tracker hits in this event: 27 + 87 150.849 645 10 1 -50.8813 -75.8013 95.55 + 87 170.685 521 10 0 -50.8813 -75.8023 94.15 + 87 123.357 645 9 1 -50.878 -75.8252 65.55 + 87 124.538 521 9 0 -50.8755 -75.8262 64.15 + 87 113.467 646 8 1 -50.8198 -75.8381 35.55 + 87 130.606 521 8 0 -50.8195 -75.8368 34.15 + 87 128.695 646 7 1 -50.8142 -75.8094 5.55 + 87 130.355 521 7 0 -50.8138 -75.8089 4.15 + 87 281.873 646 6 1 -50.8098 -75.8055 -24.45 + 87 101.589 521 6 0 -50.808 -75.8055 -25.85 + 87 95.8671 646 5 1 -50.7656 -75.8071 -54.45 + 87 139.94 521 5 0 -50.7642 -75.808 -55.85 + 87 115.974 646 4 1 -50.7371 -75.8189 -84.45 + 87 116.679 521 4 0 -50.7355 -75.8201 -85.85 + 87 135.05 646 3 1 -50.7073 -75.8501 -114.45 + 87 124.416 521 3 0 -50.7052 -75.85 -115.85 + 87 191.848 646 2 1 -50.6588 -75.8452 -144.45 + 87 113.229 521 2 0 -50.6565 -75.8451 -145.85 + 87 95.5416 647 1 1 -50.6042 -75.8558 -174.45 + 87 132.448 520 1 0 -50.6039 -75.8579 -175.85 + 87 372.791 647 0 1 -50.6037 -75.9057 -204.45 + 87 203.548 520 0 0 -50.6057 -75.9126 -205.85 + 87 40.5821 459 1 1 -88.05 -75.5508 -174.787 + 87 107.634 462 1 1 -87.65 -65.2964 -174.752 + 87 364.111 521 0 0 -50.5636 -75.8315 -205.85 + 87 128.461 519 0 0 -50.6859 -76.1933 -205.85 + 87 104.582 180 0 0 -137.795 -144.028 -206.25 +Number of digits in this event: 19 Using G4ParticleGun... -Particle energy: 8.84762 LIN +Particle energy: 8.25264 LIN Particle: e- Event: 88 -Number of tracker hits in this event: 131 - 88 134.086 438 10 1 -92.3573 -35.122 95.55 - 88 137.704 724 10 0 -92.3572 -35.1211 94.15 - 88 245.836 438 9 1 -92.3604 -35.1017 65.55 - 88 247.214 724 9 0 -92.3599 -35.1005 64.15 - 88 154.149 438 8 1 -92.3545 -35.0737 35.55 - 88 135.679 724 8 0 -92.3541 -35.0729 34.15 - 88 607.649 439 7 1 -92.3496 -35.0619 5.55 - 88 483.594 724 7 0 -92.3485 -35.0614 4.15 - 88 112.308 439 6 1 -92.3231 -35.0536 -24.45 - 88 211.441 724 6 0 -92.3223 -35.0528 -25.85 - 88 146.763 439 5 1 -92.3052 -35.0388 -54.45 - 88 133.213 725 5 0 -92.3042 -35.0375 -55.85 - 88 122.625 439 4 1 -92.2799 -35.0144 -84.45 - 88 140.76 725 4 0 -92.2781 -35.0136 -85.85 - 88 130.53 439 3 1 -92.2369 -34.9963 -114.45 - 88 160.023 725 3 0 -92.2355 -34.9951 -115.85 - 88 148.093 439 2 1 -92.2074 -34.9708 -144.45 - 88 163.599 725 2 0 -92.2057 -34.9704 -145.85 - 88 177.428 439 1 1 -92.1773 -34.9608 -174.45 - 88 120.484 725 1 0 -92.1747 -34.9596 -175.85 - 88 132.182 440 0 1 -92.1192 -34.9392 -204.45 - 88 131.991 725 0 0 -92.1151 -34.9374 -205.85 - 88 148.778 660 4 0 -127.065 -48.0471 -86.25 - 88 36.4528 659 4 0 -127.074 -48.05 -86.2441 - 88 82.2871 440 5 1 -92.15 -35.0153 -54.5014 - 88 91.9183 441 5 1 -91.9498 -34.946 -54.5619 - 88 338.324 442 5 1 -91.7498 -34.9969 -54.6078 - 88 21.1066 602 0 0 -124.599 -59.5621 -206.25 - 88 165.65 456 6 1 -88.734 -36.8588 -24.45 - 88 128.211 716 6 0 -88.6419 -36.7504 -25.85 - 88 113.414 485 5 1 -82.9345 -36.4588 -54.45 - 88 19.4192 486 5 1 -82.85 -36.5293 -54.7663 - 88 111.199 716 5 0 -82.5823 -36.7111 -55.85 - 88 139.807 528 4 1 -74.4285 -43.1965 -84.45 - 88 49.5617 683 4 0 -73.9859 -43.4241 -85.8502 - 88 139.307 682 4 0 -73.9481 -43.45 -85.9922 - 88 20.8527 578 3 1 -64.3032 -49.3058 -114.45 - 88 89.3618 579 3 1 -64.25 -49.3315 -114.508 - 88 71.2217 580 3 1 -64.05 -49.4558 -114.734 - 88 81.0363 645 3 0 -63.3941 -50.8576 -115.85 - 88 61.4127 644 3 0 -63.3075 -51.05 -115.977 - 88 60.6584 643 3 0 -63.2261 -51.25 -116.143 - 88 163.705 634 2 1 -53.1906 -80.8149 -144.45 - 88 64.2545 491 2 0 -53.2849 -81.7183 -145.85 - 88 81.102 490 2 0 -53.2918 -81.85 -146.043 - 88 31.3654 489 2 0 -53.2852 -82.05 -146.197 - 88 182.094 668 1 1 -46.2521 -126.08 -174.45 - 88 140.344 667 1 1 -46.45 -126.07 -174.65 - 88 125.829 268 1 0 -47.7521 -126.409 -175.85 - 88 52.587 458 2 0 -67.685 -88.3283 -146.25 - 88 344.819 441 4 1 -91.8302 -42.1715 -84.4504 - 88 100.958 688 4 0 -91.5507 -42.3974 -85.85 - 88 19.6923 687 4 0 -91.485 -42.45 -86.1763 - 88 0.865584 463 3 1 -87.4475 -47.5333 -114.45 - 88 102.561 462 3 1 -87.45 -47.5315 -114.455 - 88 37.7296 461 3 1 -87.65 -47.3997 -114.745 - 88 182.68 665 3 0 -88.4593 -46.9926 -115.85 - 88 126.88 382 2 1 -103.725 -39.7522 -144.45 - 88 80.5896 704 2 0 -103.39 -39.1501 -145.85 - 88 87.2029 705 2 0 -103.33 -39.05 -146.096 - 88 30.9685 421 1 1 -95.7892 -30.2893 -174.45 - 88 52.1213 422 1 1 -95.7497 -30.2913 -174.465 - 88 88.0895 423 1 1 -95.55 -30.3034 -174.533 - 88 65.2821 424 1 1 -95.35 -30.3179 -174.592 - 88 138.488 425 1 1 -95.15 -30.3404 -174.66 - 88 80.644 426 1 1 -94.95 -30.3617 -174.721 - 88 63.3373 427 1 1 -94.75 -30.3667 -174.78 - 88 20.5119 428 1 1 -94.55 -30.3697 -174.83 - 88 308.868 749 1 0 -89.7815 -30.1757 -175.85 - 88 339.795 748 1 0 -88.8512 -30.25 -175.959 - 88 122.963 747 1 0 -88.1456 -30.45 -175.98 - 88 31.3836 746 1 0 -87.7987 -30.6502 -176.23 - 88 46.9998 617 0 1 -56.5944 -52.0832 -204.45 - 88 64.273 616 0 1 -56.65 -52.1115 -204.644 - 88 30.9749 638 0 0 -57.2397 -52.4256 -205.85 - 88 100.493 637 0 0 -57.2835 -52.45 -205.944 - 88 109.921 689 4 0 -91.6661 -42.1463 -85.8507 - 88 119.471 466 3 1 -86.715 -42.5752 -114.45 - 88 142.234 687 3 0 -86.5315 -42.5942 -115.85 - 88 118.95 487 2 1 -82.521 -43.3055 -144.45 - 88 187.59 488 2 1 -82.4495 -43.2234 -144.466 - 88 100.54 489 2 1 -82.2498 -42.9637 -144.518 - 88 93.7879 490 2 1 -82.05 -42.7041 -144.553 - 88 97.7918 491 2 1 -81.85 -42.4723 -144.556 - 88 93.4435 492 2 1 -81.6499 -42.2479 -144.565 - 88 120.753 493 2 1 -81.4497 -42.0028 -144.584 - 88 130.61 494 2 1 -81.25 -41.7336 -144.633 - 88 79.3417 495 2 1 -81.05 -41.477 -144.648 - 88 81.3979 496 2 1 -80.85 -41.2914 -144.584 - 88 130.338 497 2 1 -80.65 -41.1111 -144.486 - 88 91.0616 498 2 1 -80.2953 -40.5539 -144.45 - 88 68.6247 677 2 0 -82.4389 -44.5 -145.85 - 88 92.1933 676 2 0 -82.4664 -44.6501 -146.023 - 88 345.314 531 2 0 -56.3803 -73.6996 -146.25 - 88 57.9837 440 7 1 -92.15 -34.8725 5.28876 - 88 17.0795 728 7 0 -91.5821 -34.2729 4.15 - 88 192.503 729 7 0 -91.5607 -34.25 4.10781 - 88 32.7713 730 7 0 -91.4061 -34.05 3.79221 - 88 98.1805 522 6 1 -75.5373 -14.257 -24.45 - 88 76.8257 523 6 1 -75.45 -14.2516 -24.6191 - 88 118.718 829 6 0 -74.6205 -14.2017 -25.85 - 88 17.9321 584 5 1 -63.1944 -8.05987 -54.45 - 88 64.089 583 5 1 -63.2505 -8.05897 -54.4966 - 88 71.1617 582 5 1 -63.45 -8.01617 -54.5864 - 88 71.8403 581 5 1 -63.65 -7.95912 -54.6045 - 88 69.9608 580 5 1 -63.85 -7.85078 -54.6358 - 88 57.1253 579 5 1 -64.05 -7.82411 -54.6813 - 88 505.009 578 5 1 -64.25 -7.77552 -54.7216 - 88 150.902 577 5 1 -64.45 -7.7858 -54.6423 - 88 114.25 438 7 1 -92.3755 -35.0674 5.5499 - 88 116.769 424 6 1 -95.2096 -35.6614 -24.4506 - 88 158.478 722 6 0 -95.5005 -35.6229 -25.8502 - 88 0.555811 393 5 1 -101.55 -35.0771 -54.45 - 88 138.302 392 5 1 -101.55 -35.0771 -54.4521 - 88 134.509 724 5 0 -101.804 -35.0768 -55.85 - 88 170.49 366 4 1 -106.859 -35.6213 -84.4502 - 88 116.671 724 4 0 -107.153 -35.1671 -85.85 - 88 140.378 333 3 1 -113.42 -25.9236 -114.45 - 88 125.165 773 3 0 -113.69 -25.4492 -115.85 - 88 84.6664 305 2 1 -119.111 -16.1097 -144.45 - 88 47.0461 304 2 1 -119.15 -16.0339 -144.681 - 88 131.28 822 2 0 -119.364 -15.6363 -145.85 - 88 139.458 281 1 1 -123.786 -5.63271 -174.451 - 88 3.29103 873 1 0 -124.081 -5.25429 -175.85 - 88 109.604 874 1 0 -124.084 -5.24983 -175.867 - 88 289.407 252 0 1 -129.553 0.271436 -204.45 - 88 119.19 903 0 0 -129.936 0.650134 -205.851 - 88 95.1045 365 4 1 -106.95 -35.4618 -84.6167 - 88 112.352 364 4 1 -107.15 -35.3718 -84.7472 - 88 189.614 363 4 1 -107.35 -35.252 -84.644 - 88 90.2226 362 4 1 -107.55 -35.413 -84.5154 -Number of digits in this event: 59 +Number of tracker hits in this event: 135 + 88 140.549 1142 11 1 48.4818 -29.902 125.55 + 88 124.892 750 11 0 48.4811 -29.9017 124.15 + 88 202.106 1142 10 1 48.4637 -29.897 95.55 + 88 142.839 750 10 0 48.463 -29.8974 94.15 + 88 113.913 1141 9 1 48.4469 -29.9029 65.55 + 88 290.962 750 9 0 48.4444 -29.9037 64.15 + 88 101.666 1141 8 1 48.3946 -29.9202 35.55 + 88 130.505 750 8 0 48.3929 -29.92 34.15 + 88 300.993 1141 7 1 48.3547 -29.9172 5.55 + 88 345.378 750 7 0 48.3535 -29.9169 4.15 + 88 121.051 1141 6 1 48.327 -29.9127 -24.45 + 88 109.904 750 6 0 48.326 -29.9123 -25.85 + 88 141.423 1141 5 1 48.3046 -29.9076 -54.45 + 88 204.992 750 5 0 48.302 -29.909 -55.85 + 88 144.679 1140 4 1 48.2473 -29.9368 -84.45 + 88 128.393 750 4 0 48.2445 -29.9387 -85.85 + 88 129.549 1140 3 1 48.1847 -29.9774 -114.45 + 88 103.256 750 3 0 48.1825 -29.9793 -115.85 + 88 95.6401 1140 2 1 48.1364 -30.0157 -144.45 + 88 108.011 750 2 0 48.1325 -30.0186 -145.85 + 88 238.288 1139 1 1 48.0471 -30.0788 -174.45 + 88 142.671 749 1 0 48.0446 -30.0825 -175.85 + 88 334.069 1139 0 1 47.9945 -30.1598 -204.45 + 88 265.928 749 0 0 47.9919 -30.1645 -205.85 + 88 87.6532 655 2 0 17.4592 -48.9849 -146.25 + 88 68.8052 1138 1 1 47.85 -29.7455 -174.748 + 88 30.7381 758 1 0 45.8607 -28.2878 -175.85 + 88 126.621 759 1 0 45.8044 -28.25 -175.878 + 88 98.2547 760 1 0 45.5714 -28.0497 -175.982 + 88 61.8019 761 1 0 45.3965 -27.85 -176.017 + 88 65.1598 762 1 0 45.2222 -27.65 -176.045 + 88 80.508 763 1 0 45.0877 -27.45 -176.035 + 88 58.4289 764 1 0 45.028 -27.25 -175.991 + 88 29.2664 765 1 0 44.9822 -27.0499 -175.884 + 88 142.958 1121 1 1 44.4191 -25.6207 -174.85 + 88 38.6075 1120 1 1 44.2499 -25.26 -174.54 + 88 1.36921 549 0 0 35.3141 -70.1537 -206.25 + 88 4.70976 1079 0 1 36.0432 -69.8199 -204.85 + 88 125.536 1080 0 1 36.05 -69.8141 -204.843 + 88 37.4893 548 3 0 -32.0334 -70.3908 -116.25 + 88 132.945 750 0 0 48.0249 -30.0496 -205.85 + 88 2.22968 1140 7 1 48.25 -29.9062 5.16107 + 88 181.195 1096 6 1 39.4458 -31.6317 -24.4504 + 88 39.7937 739 6 0 39.2043 -32.1982 -25.85 + 88 118.765 738 6 0 39.1807 -32.25 -25.9699 + 88 146.454 1061 5 1 32.2755 -46.6754 -54.45 + 88 107.572 1060 5 1 32.2499 -46.7174 -54.6101 + 88 39.0233 665 5 0 31.8989 -47.0145 -55.85 + 88 78.8566 664 5 0 31.8523 -47.05 -56.0078 + 88 152.204 1029 4 1 25.9182 -54.2363 -84.4501 + 88 67.2441 625 4 0 26.2687 -54.9596 -85.85 + 88 81.2121 624 4 0 26.3164 -55.0501 -86.0254 + 88 133.577 1079 3 1 35.9453 -68.8775 -114.45 + 88 15.7053 1078 3 1 35.85 -68.6461 -114.769 + 88 26.6796 559 3 0 36.3401 -68.0948 -115.85 + 88 81.1078 560 3 0 36.3874 -68.05 -115.947 + 88 25.6986 561 3 0 36.4389 -67.85 -116.163 + 88 74.369 582 3 0 -47.1545 -63.4835 -116.25 + 88 132.125 581 3 0 -47.3497 -63.6507 -116.153 + 88 64.687 580 3 0 -47.7435 -63.8507 -116.005 + 88 672.167 658 3 1 -48.2794 -63.7475 -114.85 + 88 20.1881 952 1 1 10.5499 -13.6704 -174.45 + 88 131.659 951 1 1 10.45 -13.5024 -174.603 + 88 219.955 950 1 1 10.25 -13.2166 -174.725 + 88 74.8625 850 1 0 12.2402 -9.97026 -175.85 + 88 178.233 851 1 0 12.3782 -9.84997 -175.902 + 88 111.413 852 1 0 12.7174 -9.65 -175.924 + 88 2.47052 554 3 0 35.8811 -69.052 -115.85 + 88 54.5778 1145 2 1 49.2296 -86.2395 -144.45 + 88 182.986 1146 2 1 49.25 -86.2573 -144.493 + 88 275.623 473 2 0 49.5052 -85.3274 -145.85 + 88 8.74111 464 2 0 48.6432 -87.2354 -145.85 + 88 207.239 463 2 0 48.6288 -87.25 -145.868 + 88 134.6 462 2 0 48.1216 -87.45 -146.169 + 88 4.93578 152 2 0 -27.8868 -149.735 -146.25 + 88 314.922 151 2 0 -27.896 -149.75 -146.245 + 88 137.634 659 5 0 33.2945 -48.1277 -55.85 + 88 23.6975 658 5 0 33.526 -48.25 -56.1781 + 88 58.116 1188 8 1 57.65 -62.469 35.3155 + 88 124.975 1160 6 1 52.1654 -31.1285 -24.45 + 88 125.77 743 6 0 52.0901 -31.301 -25.85 + 88 140.501 1150 5 1 50.2136 -34.9658 -54.45 + 88 104.993 721 5 0 49.9736 -35.656 -55.851 + 88 132.715 1110 4 1 42.1112 -47.4891 -84.45 + 88 25.4317 1109 4 1 42.05 -47.7156 -84.7745 + 88 81.7252 657 4 0 41.8849 -48.4558 -85.85 + 88 36.7269 656 4 0 41.8427 -48.65 -86.1266 + 88 135.379 1084 3 1 36.9755 -69.9012 -114.45 + 88 108.844 1085 3 1 37.0501 -70.1131 -114.627 + 88 4.928 542 3 0 37.4115 -71.6318 -115.85 + 88 59.2656 541 3 0 37.4155 -71.65 -115.865 + 88 64.7366 540 3 0 37.4599 -71.8501 -116.022 + 88 32.8368 539 3 0 37.5037 -72.0507 -116.169 + 88 88.8262 199 3 0 71.0423 -140.171 -116.25 + 88 78.288 198 3 0 71.2026 -140.35 -116.117 + 88 77.3454 197 3 0 71.3784 -140.55 -115.989 + 88 13.5361 196 3 0 71.5332 -140.75 -115.879 + 88 138.355 1264 3 1 72.8641 -142.372 -114.85 + 88 107.7 1265 3 1 73.05 -142.589 -114.713 + 88 67.3022 1266 3 1 73.2501 -142.81 -114.567 + 88 44.1449 274 4 0 80.5519 -125.238 -86.25 + 88 75.4408 275 4 0 80.5789 -125.15 -86.1222 + 88 1.74248 1303 4 1 80.8482 -124.363 -84.85 + 88 187.41 1304 4 1 80.85 -124.358 -84.8419 + 88 91.6808 265 5 0 82.0006 -126.963 -56.25 + 88 138.843 1310 5 1 82.0853 -127.211 -54.8497 + 88 162.157 220 6 0 60.905 -135.962 -26.2497 + 88 178.105 1199 6 1 60.041 -136.549 -24.85 + 88 58.116 212 6 0 58.9809 -137.55 -25.9814 + 88 102.881 1141 11 1 48.438 -29.8256 125.55 + 88 40.01 1140 11 1 48.25 -29.9325 125.276 + 88 270.796 748 11 0 47.337 -30.3534 124.15 + 88 52.2208 747 11 0 47.097 -30.4501 123.852 + 88 15.3288 1000 10 1 20.0939 -41.52 95.55 + 88 83.4059 999 10 1 20.05 -41.5072 95.5019 + 88 80.6239 998 10 1 19.85 -41.4032 95.2847 + 88 173.436 695 10 0 18.681 -40.9485 94.15 + 88 49.4026 696 10 0 18.379 -40.85 93.8873 + 88 43.1203 852 9 1 -9.59135 -30.6084 65.55 + 88 90.5567 853 9 1 -9.45 -30.5953 65.4929 + 88 64.2836 854 9 1 -9.2495 -30.544 65.4103 + 88 54.465 855 9 1 -9.05 -30.4791 65.3209 + 88 61.5379 856 9 1 -8.85 -30.4797 65.2226 + 88 150.578 749 9 0 -5.63873 -30.2457 64.15 + 88 284.804 751 9 0 -4.72106 -29.85 63.9824 + 88 41.1243 890 9 1 -1.92761 -29.521 65.1502 + 88 74.6944 891 9 1 -1.85 -29.5078 65.1963 + 88 45.5111 892 9 1 -1.65 -29.4914 65.2497 + 88 54.4471 893 9 1 -1.45 -29.4754 65.2839 + 88 75.3812 894 9 1 -1.24986 -29.557 65.2839 + 88 86.7237 895 9 1 -1.04974 -29.6786 65.2365 + 88 137.142 896 9 1 -0.85 -29.6404 65.3478 + 88 160.102 897 9 1 -0.65 -29.3817 65.4192 + 88 442.965 757 9 0 -0.105535 -28.6087 64.15 + 88 377.918 954 6 0 -150.693 10.9906 -25.85 +Number of digits in this event: 56 Using G4ParticleGun... -Particle energy: 2.27095 LIN +Particle energy: 4.42805 LIN Particle: e- Event: 89 -Number of tracker hits in this event: 62 - 89 112.781 798 11 1 -20.2687 6.53132 125.55 - 89 109.534 932 11 0 -20.266 6.53459 124.15 - 89 164.565 799 10 1 -20.2048 6.58999 95.55 - 89 105.869 932 10 0 -20.2035 6.59329 94.15 - 89 105.511 799 9 1 -20.1706 6.67068 65.55 - 89 136.105 933 9 0 -20.1686 6.6758 64.15 - 89 238.897 799 8 1 -20.1357 6.78596 35.55 - 89 272.764 933 8 0 -20.136 6.7946 34.15 - 89 134.369 799 7 1 -20.1565 6.97776 5.55 - 89 108.863 934 7 0 -20.1575 6.98459 4.15 - 89 116.918 799 6 1 -20.2139 7.1201 -24.45 - 89 169.352 935 6 0 -20.2126 7.12211 -25.85 - 89 105.659 799 5 1 -20.1948 7.12706 -54.45 - 89 110.258 935 5 0 -20.1917 7.12492 -55.85 - 89 160.179 799 4 1 -20.1454 7.06404 -84.45 - 89 111.324 935 4 0 -20.1474 7.05623 -85.85 - 89 201.245 799 3 1 -20.1905 6.89798 -114.45 - 89 185.098 934 3 0 -20.1785 6.87972 -115.85 - 89 139.345 800 2 1 -19.8915 6.51483 -144.45 - 89 140.242 932 2 0 -19.8792 6.49568 -145.85 - 89 172.089 801 1 1 -19.6569 6.05309 -174.45 - 89 123.195 929 1 0 -19.6505 6.0277 -175.85 - 89 130.559 802 0 1 -19.512 5.50436 -204.45 - 89 230.462 927 0 0 -19.5122 5.46599 -205.85 - 89 100.891 584 3 1 -63.05 -3.74977 -114.827 - 89 233.811 583 3 1 -63.25 -3.88702 -114.492 - 89 49.7465 1016 5 1 23.3589 -5.66239 -54.85 - 89 98.6145 798 10 1 -20.25 6.5698 95.3651 - 89 26.017 797 10 1 -20.4501 6.49809 95.1898 - 89 89.5116 929 10 0 -21.2826 5.98229 94.15 - 89 25.3665 928 10 0 -21.3549 5.85 94.1303 - 89 37.0159 794 10 1 -21.1659 3.94002 95.15 - 89 38.7825 913 10 0 -21.0588 2.7237 94.15 - 89 94.6881 789 10 1 -22.1525 2.74606 95.15 - 89 246.128 801 4 1 -19.8023 6.76303 -84.45 - 89 202.993 933 4 0 -19.8394 6.74042 -85.85 - 89 114.725 798 3 1 -20.3549 6.30171 -114.45 - 89 133.694 931 3 0 -20.4249 6.30203 -115.85 - 89 134.531 790 2 1 -21.8507 6.32976 -144.45 - 89 169.598 931 2 0 -21.9732 6.30276 -145.85 - 89 94.8343 776 1 1 -24.7099 5.80289 -174.45 - 89 5.04388 775 1 1 -24.85 5.71764 -174.83 - 89 94.8436 927 1 0 -25.2196 5.50049 -175.85 - 89 51.9171 926 1 0 -25.3003 5.45 -176.073 - 89 0.176916 721 0 1 -35.8495 -1.1457 -204.45 - 89 248.086 720 0 1 -35.85 -1.14589 -204.451 - 89 130.911 892 0 0 -36.3431 -1.46482 -205.85 - 89 0.828082 924 2 0 -23.8673 4.85254 -145.85 - 89 33.6154 923 2 0 -23.8708 4.85 -145.852 - 89 8.7959 772 2 1 -25.6281 5.21286 -144.85 - 89 23.1923 771 2 1 -25.6503 5.2198 -144.845 - 89 55.458 937 2 0 -28.4869 7.50695 -145.85 - 89 155.057 757 2 1 -28.6005 6.93466 -144.85 - 89 88.9826 808 3 1 -18.3086 7.64251 -114.451 - 89 70.7915 809 3 1 -18.25 7.65724 -114.688 - 89 99.6322 938 3 0 -18.1214 7.69584 -115.85 - 89 40.1834 819 2 1 -16.1694 4.80946 -144.45 - 89 146.581 818 2 1 -16.25 4.80423 -144.592 - 89 2.27365 817 2 1 -16.45 4.83039 -144.844 - 89 150.411 925 2 0 -17.3164 5.12946 -145.85 - 89 55.6765 926 2 0 -17.5061 5.25003 -146.103 - 89 43.0734 820 2 1 -16.0067 4.6881 -144.45 -Number of digits in this event: 27 +Number of tracker hits in this event: 35 + 89 112.616 775 7 1 -25.0118 144.745 5.55 + 89 122.803 1622 7 0 -25.0145 144.745 4.15 + 89 118.476 775 6 1 -25.0394 144.748 -24.45 + 89 126.718 1622 6 0 -25.0412 144.749 -25.85 + 89 113.562 774 5 1 -25.0871 144.789 -54.45 + 89 110.231 1623 5 0 -25.0876 144.791 -55.85 + 89 120.59 774 4 1 -25.0994 144.816 -84.45 + 89 114.035 1623 4 0 -25.0995 144.816 -85.85 + 89 139.211 774 3 1 -25.11 144.813 -114.45 + 89 149.108 1623 3 0 -25.109 144.813 -115.85 + 89 354.555 774 2 1 -25.1071 144.762 -144.45 + 89 111.899 1623 2 0 -25.1044 144.762 -145.85 + 89 93.0581 774 1 1 -25.0507 144.76 -174.45 + 89 20.9694 775 1 1 -25.05 144.759 -174.776 + 89 110.771 1623 1 0 -25.048 144.759 -175.85 + 89 111.726 775 0 1 -24.9906 144.741 -204.45 + 89 126.065 1622 0 0 -24.9887 144.741 -205.85 + 89 35.0784 1623 0 0 -25.0391 144.782 -206.169 + 89 141.632 773 2 1 -25.2602 144.685 -144.45 + 89 150.318 1621 2 0 -25.5925 144.494 -145.85 + 89 78.7886 709 1 1 -38.0984 134.055 -174.45 + 89 91.3775 708 1 1 -38.25 134.072 -174.631 + 89 172.922 1570 1 0 -39.1752 134.274 -175.85 + 89 95.4445 579 0 1 -64.232 138.443 -204.45 + 89 22.298 580 0 1 -64.05 138.375 -204.832 + 89 55.2043 1589 0 0 -63.2881 138.015 -205.85 + 89 82.4059 1588 0 0 -63.1566 137.95 -206.025 + 89 97.2869 1626 2 0 -25.0911 145.432 -145.85 + 89 49.7781 1627 2 0 -25.0637 145.55 -146.112 + 89 117.979 799 1 1 -20.1157 159.41 -174.45 + 89 102.761 1698 1 0 -20.4465 159.877 -175.85 + 89 98.4971 1699 1 0 -20.5014 159.95 -176.065 + 89 63.0957 757 0 1 -28.5352 171.413 -204.45 + 89 67.346 756 0 1 -28.65 171.403 -204.645 + 89 185.762 1755 0 0 -29.4092 171.208 -205.85 +Number of digits in this event: 14 Using G4ParticleGun... -Particle energy: 1.9924 LIN +Particle energy: 4.26794 LIN Particle: e- Event: 90 -Number of tracker hits in this event: 135 - 90 179.345 1340 10 1 88.1305 1.10518 95.55 - 90 196.974 905 10 0 88.1093 1.07606 94.15 - 90 106.267 1337 9 1 87.5333 0.447376 65.55 - 90 110.359 901 9 0 87.4925 0.431198 64.15 - 90 112.825 1322 7 1 84.5713 -0.34892 5.55 - 90 305.935 898 7 0 84.4966 -0.326697 4.15 - 90 119.488 1313 6 1 82.8283 0.30457 -24.45 - 90 3.08832 901 6 0 82.7246 0.25053 -25.85 - 90 94.6388 900 6 0 82.7236 0.25 -25.8638 - 90 293.093 1302 5 1 80.5428 -0.71863 -54.45 - 90 141.432 896 5 0 80.4558 -0.777886 -55.85 - 90 118.884 1293 4 1 78.8144 -1.96773 -84.45 - 90 220.072 889 4 0 78.7074 -2.07107 -85.85 - 90 147.975 1282 3 1 76.5436 -4.33508 -114.45 - 90 125.073 878 3 0 76.4173 -4.42249 -115.85 - 90 88.7107 1269 2 1 73.8858 -6.08617 -144.45 - 90 15.492 1268 2 1 73.85 -6.10869 -144.795 - 90 148.137 869 2 0 73.7414 -6.17591 -145.85 - 90 154.225 1253 1 1 70.7545 -8.01134 -174.45 - 90 116.744 859 1 0 70.5583 -8.1147 -175.85 - 90 148.637 1233 0 1 66.6972 -10.101 -204.45 - 90 19.697 1232 0 1 66.65 -10.133 -204.819 - 90 107.094 849 0 0 66.5168 -10.2231 -205.85 - 90 27.7911 848 0 0 66.4771 -10.25 -206.158 - 90 316.272 1303 5 1 80.7316 -0.519038 -54.45 - 90 83.3815 895 5 0 80.432 -0.950404 -55.85 - 90 14.7294 894 5 0 80.3576 -1.05 -56.2059 - 90 7.28125 1273 4 1 74.6666 -9.98219 -84.45 - 90 128.048 1272 4 1 74.65 -9.9886 -84.4781 - 90 5.65868 1271 4 1 74.45 -10.0553 -84.8294 - 90 129.276 849 4 0 73.85 -10.198 -85.85 - 90 1.2395 1186 3 1 57.2507 -10.8213 -114.45 - 90 79.6103 1185 3 1 57.2495 -10.8217 -114.451 - 90 152.296 1184 3 1 57.05 -10.8912 -114.669 - 90 132.331 843 3 0 55.9557 -11.3374 -115.85 - 90 43.9533 842 3 0 55.6756 -11.45 -116.138 - 90 17.8664 617 3 0 10.0649 -56.6047 -116.25 - 90 88.2399 616 3 0 10.037 -56.65 -116.211 - 90 83.6765 615 3 0 9.91779 -56.85 -116.035 - 90 1.00582 614 3 0 9.80266 -57.0501 -115.855 - 90 177.746 945 3 1 9.19814 -58.0758 -114.85 - 90 49.6248 944 3 1 9.05 -58.3368 -114.587 - 90 165.014 942 3 1 8.6043 -58.3442 -114.45 - 90 33.2339 619 3 0 8.20323 -56.1559 -115.85 - 90 66.4943 620 3 0 8.18198 -56.0494 -115.91 - 90 67.9398 621 3 0 8.13819 -55.85 -116.02 - 90 70.0716 622 3 0 8.1017 -55.6499 -116.124 - 90 40.2201 623 3 0 8.06972 -55.4499 -116.2 - 90 103.18 1237 3 0 -22.175 67.4532 -116.25 - 90 103.202 1238 3 0 -22.3687 67.65 -116.061 - 90 3.18229 1239 3 0 -22.6003 67.8501 -115.859 - 90 66.8641 781 3 1 -23.7255 68.7192 -114.85 - 90 82.9487 780 3 1 -23.85 68.8036 -114.76 - 90 70.3434 779 3 1 -24.05 68.8848 -114.638 - 90 40.7799 778 3 1 -24.25 68.9416 -114.519 - 90 36.908 1274 4 0 -36.9909 75.0141 -86.2498 - 90 80.2528 1275 4 0 -37.0565 75.0502 -86.1009 - 90 140.007 710 4 1 -37.8965 75.3397 -84.85 - 90 36.0667 1418 5 0 -26.8029 103.84 -56.25 - 90 83.7963 1419 5 0 -26.7678 103.95 -56.1441 - 90 106.813 1420 5 0 -26.7025 104.15 -56.0223 - 90 48.4806 1421 5 0 -26.623 104.35 -55.9474 - 90 95.0474 1422 5 0 -26.5483 104.55 -55.9146 - 90 55.7203 1423 5 0 -26.4693 104.75 -55.9095 - 90 40.5295 1424 5 0 -26.3752 104.95 -55.8709 - 90 66.7799 786 5 1 -22.799 111.004 -54.85 - 90 71.1521 787 5 1 -22.65 111.22 -54.7925 - 90 116.644 788 5 1 -22.45 111.371 -54.7344 - 90 162.41 789 5 1 -22.25 111.682 -54.6632 - 90 139.303 1107 7 1 41.45 142.074 5.1666 - 90 104.015 898 5 0 80.601 -0.386096 -55.85 - 90 127.28 1286 4 1 77.3218 1.27821 -84.4502 - 90 112.449 904 4 0 77.2536 1.03377 -85.85 - 90 109.655 1273 3 1 74.6874 -4.13029 -114.45 - 90 107.417 879 3 0 74.7063 -4.11579 -115.85 - 90 132.508 1271 2 1 74.3794 -3.7173 -144.45 - 90 101.367 881 2 0 74.4209 -3.71803 -145.85 - 90 111.759 1283 1 1 76.7923 -4.52417 -174.45 - 90 0.701226 874 1 0 76.7021 -5.24902 -175.85 - 90 235.025 873 1 0 76.702 -5.25 -175.852 - 90 212.843 1479 0 1 116.003 -74.01 -204.45 - 90 137.493 1341 0 1 88.3167 1.59133 -204.61 - 90 297.963 907 0 0 88.3768 1.62058 -205.85 - 90 29.0943 1037 3 0 34.7772 27.5173 -116.25 - 90 110.214 1038 3 0 34.6492 27.65 -115.968 - 90 369.029 1340 9 1 88.1486 1.08096 65.55 - 90 271.326 904 9 0 88.3418 0.931273 64.15 - 90 140.596 1357 8 1 91.616 -1.41185 35.5499 - 90 5.26088 1358 8 1 91.75 -1.37947 35.1702 - 90 107.894 893 8 0 92.1474 -1.30898 34.1493 - 90 23.1179 1422 7 1 104.703 1.44497 5.55 - 90 101.691 1423 7 1 104.75 1.49372 5.48396 - 90 35.0763 1424 7 1 104.95 1.69368 5.21967 - 90 57.6367 912 7 0 105.784 2.55347 4.15 - 90 97.3577 913 7 0 105.877 2.65 4.02711 - 90 10.2516 914 7 0 106.058 2.85 3.78385 - 90 110.776 1530 6 1 126.202 25.1955 -24.45 - 90 83.1902 1531 6 1 126.35 25.5669 -24.6692 - 90 45.2938 1038 6 0 127.282 27.7299 -25.85 - 90 57.5146 1039 6 0 127.33 27.8504 -25.9155 - 90 140.529 1040 6 0 127.406 28.05 -26.014 - 90 61.7386 1041 6 0 127.473 28.25 -26.1034 - 90 67.8658 1042 6 0 127.526 28.45 -26.1862 - 90 1.66986 1770 6 0 107.07 174.342 -26.2498 - 90 69.2574 1771 6 0 107.064 174.35 -26.2465 - 90 97.4718 1772 6 0 106.908 174.55 -26.1269 - 90 88.9981 1773 6 0 106.687 174.75 -25.959 - 90 0.612814 1774 6 0 106.458 174.95 -25.8516 - 90 17.0027 1422 6 1 104.575 176.901 -24.85 - 90 118.848 1421 6 1 104.55 176.929 -24.8359 - 90 131.949 1420 6 1 104.35 177.265 -24.7245 - 90 145.917 1419 6 1 104.15 177.677 -24.6041 - 90 208.986 905 9 0 88.1545 1.07357 64.15 - 90 133.254 1341 8 1 88.3027 0.736992 35.55 - 90 111.119 903 8 0 88.2891 0.782421 34.15 - 90 115.664 1340 7 1 88.1108 1.69359 5.55 - 90 367.863 908 7 0 88.0822 1.76034 4.15 - 90 159.016 1336 6 1 87.3878 2.95245 -24.45 - 90 130.841 914 6 0 87.3523 3.0218 -25.85 - 90 118.819 1331 5 1 86.4019 4.79062 -54.4505 - 90 160.598 924 5 0 86.2458 5.01787 -55.8502 - 90 127.392 925 5 0 86.2218 5.05 -56.0534 - 90 135.752 1311 4 1 82.3957 9.7806 -84.4501 - 90 127.483 949 4 0 82.2216 9.89608 -85.85 - 90 123.075 1292 3 1 78.5445 11.9249 -114.45 - 90 10.759 959 3 0 78.4181 11.8519 -115.85 - 90 148.645 958 3 0 78.4149 11.85 -115.886 - 90 142.68 1279 2 1 75.8999 10.6631 -144.45 - 90 231.738 952 2 0 75.7811 10.5561 -145.85 - 90 119.623 1267 1 1 73.6125 8.24415 -174.45 - 90 118.423 940 1 0 73.4277 8.11047 -175.85 - 90 104.395 1247 0 1 69.6352 5.50026 -204.451 - 90 265.946 926 0 0 69.5704 5.42764 -205.85 - 90 71.7496 1163 0 1 52.7979 16.5699 -204.85 - 90 145.962 909 7 0 88.0521 1.85 3.90273 -Number of digits in this event: 51 -Using G4ParticleGun... -Particle energy: 7.57442 LIN +Number of tracker hits in this event: 128 + 90 157.122 1544 9 1 129.135 -13.2751 65.55 + 90 129.804 833 9 0 129.137 -13.2729 64.15 + 90 128.284 1545 8 1 129.17 -13.2193 35.55 + 90 118.172 834 8 0 129.171 -13.2146 34.15 + 90 484.284 1545 7 1 129.174 -13.1174 5.55 + 90 406.388 834 7 0 129.176 -13.111 4.15 + 90 156.784 1545 6 1 129.202 -12.973 -24.45 + 90 305.603 835 6 0 129.199 -12.9718 -25.85 + 90 117.528 1545 5 1 129.155 -12.9468 -54.45 + 90 310.543 835 5 0 129.157 -12.9423 -55.85 + 90 95.9693 1545 4 1 129.187 -12.8409 -84.45 + 90 181.015 836 4 0 129.191 -12.8313 -85.85 + 90 152.372 1545 3 1 129.301 -12.6858 -114.45 + 90 177.513 836 3 0 129.309 -12.6707 -115.85 + 90 430.553 1546 2 1 129.433 -12.3818 -144.45 + 90 187.863 838 2 0 129.441 -12.3742 -145.85 + 90 220.709 1547 1 1 129.583 -12.2184 -174.45 + 90 173.173 839 1 0 129.586 -12.2075 -175.85 + 90 249.912 1547 0 1 129.631 -12.0014 -204.45 + 90 146.062 840 0 0 129.632 -11.9854 -205.85 + 90 89.4878 837 2 0 129.232 -12.4628 -145.85 + 90 74.3207 1516 1 1 123.391 -8.96931 -174.45 + 90 98.954 1517 1 1 123.55 -9.09445 -174.643 + 90 43.174 851 1 0 124.157 -9.78628 -175.85 + 90 87.4339 850 1 0 124.221 -9.85008 -175.973 + 90 56.2485 1604 0 1 141.009 -21.4293 -204.45 + 90 94.5329 1603 0 1 140.95 -21.3571 -204.558 + 90 6.04982 1602 0 1 140.75 -21.1871 -204.83 + 90 12.845 796 0 0 139.923 -20.6766 -205.85 + 90 200.594 797 0 0 139.88 -20.65 -205.9 + 90 58.9478 1518 1 1 123.75 -8.97777 -174.606 + 90 67.4143 1519 1 1 123.95 -9.07446 -174.707 + 90 50.9655 1520 1 1 124.15 -9.18935 -174.791 + 90 68.2851 848 1 0 126.285 -10.3554 -175.85 + 90 432.106 847 1 0 126.473 -10.4501 -175.921 + 90 321.959 846 1 0 127.967 -10.65 -176.072 + 90 173.337 832 6 0 129.013 -13.5475 -25.85 + 90 80.629 831 6 0 128.982 -13.65 -26.0177 + 90 106.097 1582 5 1 136.582 -33.3894 -54.45 + 90 13.3747 1583 5 1 136.75 -33.5581 -54.798 + 90 90.4853 732 5 0 137.511 -33.6282 -55.8506 + 90 145.216 731 5 0 137.726 -33.65 -56.0719 + 90 66.1355 912 5 0 144.089 2.48456 -56.25 + 90 68.6575 913 5 0 144.024 2.65023 -56.1466 + 90 76.1412 914 5 0 143.966 2.85 -56.085 + 90 213.048 915 5 0 143.913 3.05 -56.0371 + 90 206.816 916 5 0 143.908 3.25 -56.0645 + 90 27.9991 1612 5 1 142.74 5.55662 -54.85 + 90 49.9621 956 5 0 139.128 11.339 -55.85 + 90 284.23 957 5 0 139.106 11.4503 -55.8891 + 90 133.491 870 6 0 104.067 -5.99683 -26.25 + 90 300.3 871 6 0 104.032 -5.85 -25.9941 + 90 144.181 1673 0 1 154.845 -58.3411 -204.85 + 90 123.181 1547 6 1 129.566 -13.0404 -24.45 + 90 119.62 1551 5 1 130.456 -12.9073 -54.45 + 90 127.581 1559 4 1 132.082 -12.8911 -84.45 + 90 137.566 835 4 0 132.1 -12.9132 -85.85 + 90 300.949 1561 3 1 132.472 -13.2258 -114.45 + 90 109.758 833 3 0 132.48 -13.2734 -115.85 + 90 129.95 1561 2 1 132.55 -14.0992 -144.45 + 90 116.772 829 2 0 132.544 -14.11 -145.85 + 90 101.64 1561 1 1 132.52 -14.2564 -174.45 + 90 104.966 829 1 0 132.507 -14.2082 -175.85 + 90 107.278 1559 0 1 132.143 -13.1677 -204.45 + 90 133.232 834 0 0 132.123 -13.1007 -205.85 + 90 0.220174 826 2 0 132.317 -14.8488 -145.85 + 90 123.855 825 2 0 132.316 -14.8505 -145.852 + 90 43.7772 824 2 0 132.256 -15.0501 -146.132 + 90 350.508 726 2 0 90.8836 -34.8283 -146.25 + 90 168.403 727 2 0 90.7251 -34.6492 -145.979 + 90 152.556 831 3 0 133.305 -13.6655 -115.85 + 90 50.9764 830 3 0 133.739 -13.85 -116.196 + 90 104.637 1575 2 1 135.224 -12.5343 -144.45 + 90 90.2792 839 2 0 135.225 -12.25 -145.972 + 90 9.15181 1576 1 1 135.55 -6.28703 -174.45 + 90 124.183 1577 1 1 135.55 -6.27123 -174.479 + 90 48.642 872 1 0 135.576 -5.53332 -175.85 + 90 72.4683 873 1 0 135.579 -5.45 -176.002 + 90 127.338 1577 0 1 135.661 10.718 -204.45 + 90 24.1223 1576 0 1 135.55 10.9701 -204.759 + 90 29.3514 959 0 0 135.11 11.9591 -205.85 + 90 105.228 960 0 0 135.068 12.0504 -205.948 + 90 46.51 961 0 0 134.974 12.25 -206.138 + 90 323.77 547 2 0 127.524 -70.5916 -146.25 + 90 124.334 1548 6 1 129.806 -13.4328 -24.45 + 90 149.814 1552 5 1 130.641 -14.2065 -54.45 + 90 106.101 828 5 0 130.686 -14.3016 -55.85 + 90 104.795 1557 4 1 131.563 -16.2273 -84.45 + 90 68.3632 818 4 0 131.562 -16.4091 -85.85 + 90 82.8003 817 4 0 131.564 -16.45 -86.131 + 90 102.937 799 3 0 132.495 -20.0664 -115.85 + 90 266.021 1569 2 1 134.039 -24.8713 -144.45 + 90 88.1632 773 2 0 134.282 -25.347 -145.85 + 90 38.8793 772 2 0 134.338 -25.4501 -146.125 + 90 171.127 1603 1 1 140.834 -35.7417 -174.45 + 90 20.212 1604 1 1 140.95 -36.0623 -174.809 + 90 65.1863 714 1 0 141.208 -37.1147 -175.85 + 90 113.222 713 1 0 141.233 -37.2504 -175.996 + 90 11.1145 712 1 0 141.258 -37.45 -176.22 + 90 19.7639 1607 0 1 141.749 -62.0435 -204.45 + 90 195.781 1608 0 1 141.75 -62.1008 -204.508 + 90 40.8391 583 0 0 142.124 -63.3564 -205.85 + 90 194.611 582 0 0 142.154 -63.45 -205.955 + 90 17.2285 581 0 0 142.224 -63.65 -206.203 + 90 22.138 308 0 0 123.188 -118.485 -206.25 + 90 68.5823 307 0 0 123.149 -118.55 -206.219 + 90 133.114 306 0 0 123.074 -118.75 -206.094 + 90 48.309 305 0 0 122.987 -118.95 -205.943 + 90 78.8414 1509 0 1 122.104 -120.565 -204.85 + 90 85.2838 1508 0 1 121.95 -120.78 -204.685 + 90 99.9344 1507 0 1 121.75 -120.918 -204.531 + 90 65.6059 1505 0 1 121.287 -120.752 -204.45 + 90 347.886 1504 0 1 121.15 -120.644 -204.637 + 90 70.5355 300 0 0 120.602 -120.109 -205.85 + 90 79.669 301 0 0 120.53 -119.95 -206.04 + 90 19.6464 302 0 0 120.466 -119.75 -206.226 + 90 20.516 1503 0 1 120.95 -120.778 -204.822 + 90 146.546 744 4 0 123.103 -31.1495 -86.25 + 90 164.901 1546 1 1 129.486 -13.0625 -174.45 + 90 98.4788 834 1 0 129.494 -13.0567 -175.85 + 90 103.214 835 0 0 129.668 -12.941 -205.85 + 90 192.634 498 5 0 173.598 -80.25 -56.2208 + 90 80.8463 1782 5 1 176.701 -72.1647 -54.45 + 90 136.32 833 1 0 129.977 -13.35 -175.851 + 90 95.2745 1609 0 1 141.95 -15.2689 -204.495 + 90 21.7701 1610 0 1 142.151 -15.3653 -204.778 + 90 97.1862 821 0 0 142.943 -15.7189 -205.85 + 90 31.4505 820 0 0 143.178 -15.85 -206.158 +Number of digits in this event: 55 +Using G4ParticleGun... +Particle energy: 1.65806 LIN Particle: e- Event: 91 -Number of tracker hits in this event: 42 - 91 178.48 1028 11 1 25.8055 -1.02023 125.55 - 91 110.079 895 11 0 25.8064 -1.02082 124.15 - 91 108.815 1028 10 1 25.8269 -1.03429 95.55 - 91 114.126 895 10 0 25.8307 -1.03613 94.15 - 91 172.051 1029 9 1 25.9087 -1.07099 65.55 - 91 139.952 894 9 0 25.9135 -1.07232 64.15 - 91 134.111 1029 8 1 26.0149 -1.09307 35.55 - 91 117.83 894 8 0 26.0202 -1.09437 34.15 - 91 166.983 1030 7 1 26.1287 -1.12104 5.55 - 91 152.292 894 7 0 26.1341 -1.12259 4.15 - 91 146.803 1030 6 1 26.2444 -1.1555 -24.45 - 91 206.064 894 6 0 26.25 -1.15752 -25.85 - 91 132.93 1031 5 1 26.3605 -1.19951 -54.45 - 91 132.668 894 5 0 26.3659 -1.20198 -55.85 - 91 136.79 1032 4 1 26.4719 -1.25196 -84.45 - 91 115.242 893 4 0 26.4761 -1.25446 -85.85 - 91 141.275 1032 3 1 26.5634 -1.30605 -114.45 - 91 104.991 893 3 0 26.5668 -1.30869 -115.85 - 91 132.955 1032 2 1 26.6421 -1.36252 -144.45 - 91 117.017 893 2 0 26.6457 -1.36482 -145.85 - 91 381.526 1033 1 1 26.7177 -1.41257 -174.45 - 91 281.821 893 1 0 26.7205 -1.41164 -175.85 - 91 132.553 1033 0 1 26.7675 -1.39399 -204.45 - 91 125.239 893 0 0 26.7705 -1.39321 -205.85 - 91 0.524569 877 3 0 23.8049 -4.48544 -115.85 - 91 14.6397 999 3 1 20.0299 -8.14797 -114.85 - 91 12.3332 853 3 0 17.3085 -9.44377 -115.85 - 91 159.077 852 3 0 17.2895 -9.45 -115.862 - 91 37.7719 1034 1 1 26.85 -1.54983 -174.719 - 91 5.4241 889 1 0 27.1852 -2.2376 -175.85 - 91 156.519 888 1 0 27.1913 -2.25 -175.87 - 91 15.7619 887 1 0 27.2871 -2.45 -176.196 - 91 91.6957 1094 0 1 38.8681 -20.4306 -204.45 - 91 84.5901 1095 0 1 39.05 -20.6272 -204.579 - 91 160.888 1096 0 1 39.2503 -20.8672 -204.727 - 91 47.9786 784 0 0 40.575 -23.0926 -205.85 - 91 70.9257 783 0 0 40.6692 -23.2504 -205.927 - 91 78.6995 782 0 0 40.8227 -23.4508 -206.006 - 91 80.4797 781 0 0 40.9717 -23.6501 -206.117 - 91 3.12369 780 0 0 41.1208 -23.85 -206.242 - 91 175.399 1034 0 1 27.0129 1.31831 -204.45 - 91 139.464 907 0 0 26.8734 1.48033 -205.85 -Number of digits in this event: 25 +Number of tracker hits in this event: 27 + 91 65.8111 1098 10 1 39.8318 -108.667 95.4191 + 91 120.071 357 10 0 39.8318 -108.667 94.15 + 91 147.369 1098 9 1 39.8157 -108.649 65.55 + 91 187.302 357 9 0 39.8198 -108.65 64.15 + 91 99.2856 1099 8 1 39.9 -108.678 35.55 + 91 156.407 357 8 0 39.9084 -108.68 34.15 + 91 116.231 1100 7 1 40.0712 -108.708 5.55 + 91 112.59 357 7 0 40.0832 -108.704 4.15 + 91 127.599 1101 6 1 40.3435 -108.659 -24.45 + 91 257.913 357 6 0 40.353 -108.655 -25.85 + 91 139.728 1103 5 1 40.7567 -108.6 -54.45 + 91 123.626 357 5 0 40.7753 -108.608 -55.85 + 91 137.38 1105 4 1 41.1218 -108.821 -84.45 + 91 147.323 356 4 0 41.1484 -108.846 -85.85 + 91 201.569 1108 3 1 41.7184 -109.322 -114.45 + 91 104.818 353 3 0 41.743 -109.351 -115.85 + 91 171.298 1110 2 1 42.223 -109.931 -144.45 + 91 144.369 350 2 0 42.2513 -109.963 -145.85 + 91 133.469 1113 1 1 42.8304 -110.689 -174.45 + 91 209.146 347 1 0 42.8562 -110.722 -175.85 + 91 117.274 1116 0 1 43.3468 -111.435 -204.45 + 91 132.823 343 0 0 43.3724 -111.475 -205.85 + 91 5.02762 14 11 0 17.1046 -177.227 123.75 + 91 40.5789 527 1 0 64.8237 -74.5493 -176.25 + 91 90.1073 528 1 0 64.8583 -74.45 -176.128 + 91 139.423 1224 1 1 65.0137 -73.5989 -174.85 + 91 106.271 1099 9 1 39.85 -108.649 65.3356 +Number of digits in this event: 20 Using G4ParticleGun... -Particle energy: 3.1605 LIN +Particle energy: 2.84095 LIN Particle: e- Event: 92 -Number of tracker hits in this event: 25 - 92 245.704 753 9 1 -29.3082 -125.268 65.55 - 92 169.818 274 9 0 -29.3076 -125.27 64.15 - 92 105.652 753 8 1 -29.2984 -125.314 35.55 - 92 120.602 274 8 0 -29.2952 -125.317 34.15 - 92 110.869 754 7 1 -29.2279 -125.403 5.55 - 92 155.303 273 7 0 -29.2247 -125.405 4.15 - 92 150.721 754 6 1 -29.1502 -125.418 -24.45 - 92 107.487 273 6 0 -29.1473 -125.419 -25.85 - 92 110.774 754 5 1 -29.0852 -125.453 -54.45 - 92 122.772 273 5 0 -29.083 -125.456 -55.85 - 92 195.441 755 4 1 -29.028 -125.536 -84.45 - 92 110.221 273 4 0 -29.0241 -125.538 -85.85 - 92 122.411 755 3 1 -28.9542 -125.593 -114.45 - 92 99.1316 272 3 0 -28.9437 -125.595 -115.85 - 92 119.41 756 2 1 -28.7165 -125.636 -144.45 - 92 111.591 272 2 0 -28.7079 -125.644 -145.85 - 92 137.313 757 1 1 -28.5315 -125.81 -174.45 - 92 112.414 271 1 0 -28.519 -125.814 -175.85 - 92 140.809 759 0 1 -28.2341 -125.892 -204.45 - 92 128.661 271 0 0 -28.2209 -125.903 -205.85 - 92 17.4824 191 3 0 0.636791 -141.903 -116.25 - 92 21.4967 190 3 0 0.604824 -141.95 -116.231 - 92 120.913 753 6 1 -29.25 -125.545 -24.6217 - 92 143.244 752 6 1 -29.45 -125.83 -24.6827 - 92 176.101 268 6 0 -29.2187 -126.359 -25.85 -Number of digits in this event: 17 +Number of tracker hits in this event: 55 + 92 207.264 957 10 1 11.499 88.9211 95.55 + 92 150.071 1344 10 0 11.502 88.924 94.15 + 92 139.682 957 9 1 11.5617 88.9675 65.55 + 92 408.982 1344 9 0 11.5531 88.9655 64.15 + 92 195.978 956 8 1 11.3776 88.9316 35.55 + 92 128.376 1344 8 0 11.3709 88.9301 34.15 + 92 125.529 955 7 1 11.2292 88.9022 5.55 + 92 192.791 1344 7 0 11.2274 88.9036 4.15 + 92 125.186 955 6 1 11.1819 88.929 -24.45 + 92 97.4281 1344 6 0 11.1794 88.9294 -25.85 + 92 281.825 955 5 1 11.1142 88.9216 -54.45 + 92 185.704 1344 5 0 11.1096 88.9235 -55.85 + 92 222.063 954 4 1 11.0037 88.9777 -84.45 + 92 104.286 1344 4 0 11 88.9796 -85.85 + 92 120.356 954 3 1 10.9329 89.0301 -114.45 + 92 127.481 1344 3 0 10.9329 89.0335 -115.85 + 92 163.082 954 2 1 10.9725 89.1586 -144.45 + 92 130.542 1345 2 0 10.9713 89.1606 -145.85 + 92 141.621 954 1 1 10.985 89.2216 -174.45 + 92 373.511 1345 1 0 10.9797 89.2347 -175.85 + 92 168.881 953 0 1 10.8276 89.4682 -204.45 + 92 118.627 1347 0 0 10.8627 89.4874 -205.85 + 92 43.5063 1270 4 1 74.0712 -8.98329 -84.85 + 92 92.2219 849 4 0 73.9628 -10.2011 -85.85 + 92 55.1168 848 4 0 73.9247 -10.25 -85.8984 + 92 219.616 1343 2 0 10.6533 88.6752 -145.85 + 92 212.411 1345 10 0 12.0794 89.2233 94.15 + 92 283.762 958 3 1 11.7212 88.6979 -114.45 + 92 224.325 1343 3 0 11.7262 88.7025 -115.85 + 92 235.312 958 2 1 11.8361 88.8166 -144.45 + 92 125.328 959 1 1 11.9099 89.0531 -174.45 + 92 132.788 960 0 1 12.11 89.3944 -204.45 + 92 261.697 1346 0 0 12.1171 89.4146 -205.85 + 92 292.065 1006 1 0 -115.293 21.294 -176.25 + 92 3.48489 334 1 1 -113.172 23.2949 -174.85 + 92 3.96772 1053 1 0 -108.579 30.7519 -175.85 + 92 127.609 365 1 1 -106.995 30.1216 -174.85 + 92 202.136 959 0 1 12.0204 89.1811 -204.45 + 92 129.339 1345 0 0 12.0515 89.1561 -205.85 + 92 10.1152 1242 2 0 16.9166 68.4681 -146.25 + 92 102.385 1241 2 0 16.9277 68.45 -146.218 + 92 154.534 984 2 1 16.8633 67.9867 -144.85 + 92 359.391 983 2 1 16.85 67.9676 -144.787 + 92 343.009 985 2 1 17.05 67.3308 -144.668 + 92 14.0333 986 2 1 17.25 67.2715 -144.679 + 92 24.0559 1349 2 0 12.4385 90.0061 -145.85 + 92 89.3585 1350 2 0 12.558 90.1501 -145.997 + 92 119.592 952 2 1 10.5623 88.9268 -144.45 + 92 189.747 1344 2 0 10.4076 88.9277 -145.85 + 92 242.186 935 1 1 7.19207 89.0699 -174.45 + 92 6.47775 923 0 1 4.6537 88.9893 -204.45 + 92 126.649 922 0 1 4.65 88.9899 -204.477 + 92 123.973 1344 0 0 4.45515 89.0283 -205.85 + 92 42.9662 1327 7 0 19.8198 85.4979 3.75 + 92 98.0956 1496 7 0 -39.8454 119.493 3.75006 +Number of digits in this event: 39 Using G4ParticleGun... -Particle energy: 9.28387 LIN +Particle energy: 1.47366 LIN Particle: e- Event: 93 -Number of tracker hits in this event: 49 - 93 111.291 1359 10 1 92.0351 27.5918 95.55 - 93 259.791 1037 10 0 92.0353 27.5924 94.15 - 93 105.679 1359 9 1 92.0396 27.6072 65.55 - 93 124.519 1037 9 0 92.0404 27.6071 64.15 - 93 314.704 1359 8 1 92.0546 27.608 35.55 - 93 144.768 1037 8 0 92.0548 27.6091 34.15 - 93 128.48 1359 7 1 92.0573 27.6333 5.55 - 93 123.818 1037 7 0 92.0575 27.6346 4.15 - 93 119.753 1359 6 1 92.0598 27.6616 -24.45 - 93 166.286 1038 6 0 92.0598 27.6633 -25.85 - 93 98.9647 1359 5 1 92.0697 27.6939 -54.45 - 93 119.436 1038 5 0 92.0709 27.6903 -55.85 - 93 114.025 1359 4 1 92.0812 27.6 -84.45 - 93 96.764 1037 4 0 92.0882 27.595 -85.85 - 93 108.515 1360 3 1 92.1896 27.5203 -114.45 - 93 333.739 1037 3 0 92.1902 27.5254 -115.85 - 93 237.575 1360 2 1 92.1656 27.602 -144.45 - 93 124.539 1037 2 0 92.1643 27.6077 -145.85 - 93 101.174 1360 1 1 92.1513 27.7505 -174.45 - 93 550.358 1038 1 0 92.1524 27.7657 -175.85 - 93 120.475 1360 0 1 92.1808 28.0667 -204.45 - 93 297.914 1040 0 0 92.1898 28.0813 -205.85 - 93 240.848 1359 2 1 91.9947 27.7315 -144.45 - 93 483.294 1038 2 0 91.994 27.7317 -145.85 - 93 209.644 1359 1 1 91.9787 27.7406 -174.45 - 93 117.724 1358 0 1 91.9317 27.7774 -204.45 - 93 240.658 1038 0 0 91.9279 27.7799 -205.85 - 93 107.948 1015 1 0 105.839 23.0752 -176.25 - 93 305.319 1362 0 1 92.5883 27.2833 -204.45 - 93 121.621 1035 0 0 92.6232 27.2414 -205.85 - 93 59.483 1739 14 0 128.457 168.107 214.15 - 93 224.084 1359 3 1 92.0735 27.7563 -114.45 - 93 278.767 1038 3 0 92.0877 27.7631 -115.85 - 93 112.738 1361 2 1 92.3891 27.9214 -144.45 - 93 134.395 1039 2 0 92.3973 27.9206 -145.85 - 93 119.261 1362 1 1 92.5821 27.8851 -174.45 - 93 149.464 1039 1 0 92.59 27.8855 -175.85 - 93 258.252 1039 0 0 92.7453 27.9268 -205.85 - 93 0.860943 1261 2 1 72.45 30.0936 -144.819 - 93 114.981 1361 1 1 92.3968 27.7869 -174.45 - 93 149.701 1359 0 1 92.0913 27.7174 -204.45 - 93 200.39 1365 0 1 93.2416 28.1744 -204.45 - 93 6.75956 485 2 0 -41.798 -82.85 -146.241 - 93 40.3124 681 2 1 -43.65 -84.9493 -144.788 - 93 264.105 680 2 1 -43.85 -85.1343 -144.724 - 93 95.9293 1366 0 1 93.35 27.8111 -204.629 - 93 46.8251 1032 0 0 93.3906 26.5469 -205.85 - 93 124.951 1031 0 0 93.4037 26.45 -205.964 - 93 140.171 1030 0 0 93.4505 26.25 -206.186 -Number of digits in this event: 32 +Number of tracker hits in this event: 83 + 93 145.681 740 11 1 -31.8761 -74.4813 125.55 + 93 153.593 527 11 0 -31.8738 -74.4767 124.15 + 93 356.589 741 10 1 -31.8208 -74.3985 95.55 + 93 111.745 528 10 0 -31.8167 -74.4042 94.15 + 93 113.394 741 9 1 -31.7135 -74.5191 65.55 + 93 126.584 527 9 0 -31.7101 -74.5265 64.15 + 93 98.8022 742 8 1 -31.6349 -74.6807 35.55 + 93 122.067 526 8 0 -31.6341 -74.6945 34.15 + 93 127.082 742 7 1 -31.5991 -74.979 5.55 + 93 153.596 525 7 0 -31.5961 -74.9872 4.15 + 93 129.699 742 6 1 -31.5358 -75.177 -24.45 + 93 305.6 524 6 0 -31.537 -75.191 -25.85 + 93 105.755 742 5 1 -31.5633 -75.4526 -54.45 + 93 193.962 522 5 0 -31.5589 -75.4678 -55.85 + 93 135.001 742 4 1 -31.5068 -75.794 -84.45 + 93 145.637 521 4 0 -31.5136 -75.8133 -85.85 + 93 153.337 742 3 1 -31.6317 -76.2174 -114.45 + 93 215.433 519 3 0 -31.6411 -76.2388 -115.85 + 93 202.623 741 2 1 -31.8104 -76.6994 -144.45 + 93 126.172 516 2 0 -31.8097 -76.7208 -145.85 + 93 117.809 741 1 1 -31.8061 -77.2056 -174.45 + 93 186.719 514 1 0 -31.8005 -77.2345 -175.85 + 93 133.634 741 0 1 -31.6954 -77.7918 -204.45 + 93 108.942 511 0 0 -31.6917 -77.8324 -205.85 + 93 34.6685 8 14 0 -122.211 -178.379 213.75 + 93 174.485 520 4 0 -31.5136 -75.85 -86.0838 + 93 255.991 743 0 1 -31.4099 -76.8372 -204.45 + 93 116.923 515 0 0 -31.3112 -76.8571 -205.85 + 93 181.853 742 0 1 -31.45 -76.9233 -204.749 + 93 166.288 513 0 0 -31.8683 -77.3347 -205.85 + 93 8.1073 512 0 0 -31.9101 -77.45 -206.215 + 93 121.418 485 0 0 -29.67 -82.9 -206.25 + 93 593.709 754 0 1 -29.166 -83.2088 -204.85 + 93 43.7259 755 0 1 -29.05 -84.5316 -204.593 + 93 45.4526 470 0 0 -30.1743 -86.0012 -205.85 + 93 28.4121 469 0 0 -30.2311 -86.05 -205.886 + 93 274.655 741 6 1 -31.7946 -75.0817 -24.4502 + 93 143.471 739 5 1 -32.1377 -77.0346 -54.45 + 93 118.875 514 5 0 -32.0735 -77.0553 -55.8508 + 93 106.453 746 4 1 -30.749 -77.9203 -84.45 + 93 158.044 510 4 0 -30.685 -77.9528 -85.85 + 93 134.874 754 3 1 -29.2383 -78.5535 -114.45 + 93 1.12788 507 3 0 -29.042 -78.6494 -115.85 + 93 259.456 506 3 0 -29.0409 -78.65 -115.858 + 93 94.6982 778 2 1 -24.3215 -81.455 -144.45 + 93 244.069 779 2 1 -24.25 -81.4664 -144.722 + 93 104.698 492 2 0 -23.9338 -81.5279 -145.85 + 93 119.452 823 1 1 -15.4025 -83.471 -174.45 + 93 143.399 482 1 0 -15.185 -83.5984 -175.85 + 93 139.631 845 0 1 -10.9116 -86.6582 -204.451 + 93 136.294 466 0 0 -10.7149 -86.7305 -205.85 + 93 27.8343 740 6 1 -31.8503 -75.1023 -24.4566 + 93 190.38 525 6 0 -31.8002 -75.0433 -25.85 + 93 131.059 740 5 1 -32.0411 -74.6328 -54.45 + 93 156.746 527 5 0 -32.0658 -74.5976 -55.85 + 93 122.914 737 4 1 -32.4874 -73.8125 -84.45 + 93 152.454 531 4 0 -32.5361 -73.7837 -85.85 + 93 219.746 732 3 1 -33.543 -73.1485 -114.45 + 93 140.131 534 3 0 -33.6265 -73.1252 -115.85 + 93 232.043 724 2 1 -35.1197 -72.5608 -144.45 + 93 134.491 537 2 0 -35.1824 -72.512 -145.85 + 93 191.86 716 1 1 -36.7475 -71.8133 -174.45 + 93 103.006 541 1 0 -36.877 -71.7531 -175.85 + 93 119.942 704 0 1 -39.1666 -70.2013 -204.45 + 93 132.794 548 0 0 -39.22 -70.269 -205.85 + 93 286.12 736 3 1 -32.7385 -73.5402 -114.45 + 93 337.098 532 3 0 -32.6931 -73.5353 -115.85 + 93 196.102 532 2 0 -31.5925 -73.5366 -145.85 + 93 108.753 750 1 1 -29.8984 -74.5072 -174.451 + 93 143.494 526 1 0 -29.8749 -74.7036 -175.85 + 93 134.786 751 0 1 -29.7451 -78.1016 -204.45 + 93 147.954 509 0 0 -29.5862 -78.1487 -205.85 + 93 130.164 727 2 1 -34.5044 -74.221 -144.45 + 93 263.457 528 2 0 -34.5905 -74.3507 -145.85 + 93 45.7417 724 1 1 -35.132 -76.0832 -174.45 + 93 93.4454 723 1 1 -35.2502 -76.1146 -174.581 + 93 26.5458 722 1 1 -35.45 -76.1634 -174.804 + 93 127.287 518 1 0 -36.393 -76.3738 -175.85 + 93 23.5617 595 0 1 -60.9941 -81.278 -204.45 + 93 66.2489 594 0 1 -61.05 -81.2802 -204.503 + 93 54.8357 593 0 1 -61.25 -81.2813 -204.696 + 93 159.662 494 0 0 -62.3166 -81.2325 -205.85 + 93 342.283 357 6 0 -93.9918 -108.6 -26.2499 +Number of digits in this event: 57 Using G4ParticleGun... -Particle energy: 5.10376 LIN +Particle energy: 4.56201 LIN Particle: e- Event: 94 -Number of tracker hits in this event: 87 - 94 115.939 424 9 1 -95.1904 93.0487 65.55 - 94 107.808 1364 9 0 -95.1905 93.0475 64.15 - 94 105.866 424 8 1 -95.1935 93.0197 35.55 - 94 119.998 1364 8 0 -95.1945 93.0169 34.15 - 94 330.166 424 7 1 -95.2002 92.9507 5.55 - 94 140.443 1363 7 0 -95.199 92.9479 4.15 - 94 140.097 424 6 1 -95.1675 92.8882 -24.45 - 94 145.298 1363 6 0 -95.1671 92.8853 -25.85 - 94 124.251 424 5 1 -95.1618 92.8283 -54.45 - 94 354.333 1363 5 0 -95.1644 92.8252 -55.85 - 94 380.796 424 4 1 -95.2112 92.7614 -84.45 - 94 262.205 1363 4 0 -95.2118 92.7598 -85.85 - 94 131.006 424 3 1 -95.2176 92.7295 -114.45 - 94 180.336 1362 3 0 -95.219 92.7291 -115.85 - 94 638.906 424 2 1 -95.2559 92.7137 -144.45 - 94 450.329 1362 2 0 -95.2578 92.7126 -145.85 - 94 108.75 424 1 1 -95.2941 92.689 -174.45 - 94 121.791 1362 1 0 -95.2931 92.6837 -175.85 - 94 128.421 424 0 1 -95.2729 92.578 -204.45 - 94 125.55 1362 0 0 -95.2718 92.5736 -205.85 - 94 36.4273 1108 6 0 -63.6517 41.7349 -26.25 - 94 97.8003 1107 6 0 -63.5476 41.65 -26.2119 - 94 86.3298 1106 6 0 -63.4875 41.4499 -26.1579 - 94 64.7865 1105 6 0 -63.4295 41.2498 -26.0896 - 94 57.0108 1104 6 0 -63.3919 41.0488 -26.0676 - 94 123.351 1103 6 0 -63.3568 40.8497 -25.9846 - 94 18.3421 1102 6 0 -63.3676 40.65 -25.862 - 94 179.393 580 6 1 -63.8714 39.9162 -24.85 - 94 94.6315 581 6 1 -63.85 39.5006 -24.7074 - 94 17.1429 1090 6 0 -63.0218 38.0935 -25.85 - 94 503.393 1089 6 0 -63.0042 38.05 -25.8729 - 94 171 1361 0 0 -95.2751 92.55 -206.064 - 94 246.922 425 1 1 -95.1394 92.8363 -174.45 - 94 258.713 1363 1 0 -95.1291 92.838 -175.85 - 94 128.099 425 0 1 -94.9595 93.0141 -204.45 - 94 309.246 1364 0 0 -94.9319 93.0029 -205.85 - 94 149.454 806 2 0 -160.813 -18.7184 -146.25 - 94 30.3158 805 2 0 -161.174 -18.85 -145.944 - 94 114.408 89 2 1 -162.22 -19.1807 -144.85 - 94 164.684 88 2 1 -162.35 -19.0284 -144.57 - 94 273.883 803 2 0 -161.416 -19.3097 -145.85 - 94 143.109 762 2 0 -150.626 -27.5479 -146.25 - 94 161.122 426 1 1 -94.8281 92.8272 -174.45 - 94 116.956 429 0 1 -94.2078 92.0393 -204.45 - 94 118.535 1359 0 0 -94.271 91.9896 -205.85 - 94 128.943 1362 4 0 -95.3364 92.678 -85.85 - 94 20.7603 405 3 1 -99.1339 90.0239 -114.45 - 94 10.1639 404 3 1 -99.1624 90.15 -114.818 - 94 57.4484 1351 3 0 -99.2189 90.4837 -115.85 - 94 122.857 1352 3 0 -99.2288 90.55 -116.035 - 94 124.388 391 2 1 -101.821 102.024 -144.45 - 94 106.471 1411 2 0 -101.624 102.443 -145.85 - 94 91.3721 1412 2 0 -101.587 102.55 -146.19 - 94 128.183 416 1 1 -96.8581 112.854 -174.45 - 94 140.489 1465 1 0 -96.5987 113.217 -175.85 - 94 119.546 451 0 1 -89.7626 119.309 -204.451 - 94 119.374 1496 0 0 -89.5941 119.469 -205.85 - 94 123.523 423 3 1 -95.4816 92.7134 -114.45 - 94 119.239 1363 2 0 -95.1802 92.8438 -145.85 - 94 137.757 1364 1 0 -95.0853 93.0245 -175.85 - 94 135.581 426 0 1 -94.9012 93.0011 -204.45 - 94 53.0831 1287 2 0 16.6388 77.5553 -146.25 - 94 102.463 1288 2 0 16.653 77.65 -146.168 - 94 120.926 1289 2 0 16.8194 77.85 -146.104 - 94 77.0912 1290 2 0 17.1536 78.0502 -146.11 - 94 79.3578 1291 2 0 17.3456 78.25 -146.104 - 94 4.46864 1292 2 0 17.5259 78.45 -146.241 - 94 137.384 1452 2 0 42.7862 110.708 -146.249 - 94 493.991 1113 2 1 42.7583 110.911 -144.85 - 94 149.485 1112 2 1 42.65 111.223 -144.637 - 94 123.912 420 2 1 -96.0545 92.3366 -144.45 - 94 107.782 1360 2 0 -95.9193 92.3372 -145.851 - 94 130.806 437 1 1 -92.6228 92.4724 -174.45 - 94 139.891 1360 1 0 -92.4969 92.3344 -175.85 - 94 138.998 447 0 1 -90.6282 89.6672 -204.45 - 94 108.957 1348 0 0 -90.6396 89.6959 -205.85 - 94 209.937 1353 0 0 -19.3952 90.8618 -206.25 - 94 121.647 419 2 1 -96.15 92.3884 -144.507 - 94 115.857 418 2 1 -96.3503 92.5638 -144.636 - 94 57.2479 417 2 1 -96.55 92.8009 -144.767 - 94 156.176 1369 2 0 -97.4757 93.9507 -145.85 - 94 3.31174 1368 2 0 -97.6215 93.9497 -146.238 - 94 114.035 405 1 1 -99.0641 78.5121 -174.45 - 94 11.0906 404 1 1 -99.15 78.3474 -174.794 - 94 3.84383 1289 1 0 -99.3103 77.8554 -175.85 - 94 234.062 1288 1 0 -99.312 77.85 -175.861 - 94 41.9003 1287 1 0 -99.3124 77.6499 -176.172 -Number of digits in this event: 50 +Number of tracker hits in this event: 61 + 94 109.752 670 11 1 -45.957 -39.9081 125.55 + 94 117.474 700 11 0 -45.9574 -39.909 124.15 + 94 139.13 670 10 1 -45.9649 -39.9187 95.55 + 94 119.016 700 10 0 -45.9653 -39.925 94.15 + 94 123.654 670 9 1 -45.9888 -40.0468 65.55 + 94 129.456 699 9 0 -45.9905 -40.0527 64.15 + 94 111.791 670 8 1 -46.0314 -40.1782 35.55 + 94 118.334 699 8 0 -46.0343 -40.1837 34.15 + 94 154.735 669 7 1 -46.0933 -40.296 5.55 + 94 122.837 698 7 0 -46.0943 -40.3036 4.15 + 94 193.66 669 6 1 -46.1113 -40.4661 -24.45 + 94 94.0636 697 6 0 -46.1142 -40.4734 -25.85 + 94 126.157 669 5 1 -46.1817 -40.6234 -54.45 + 94 121.293 697 5 0 -46.1843 -40.6294 -55.85 + 94 144.813 669 4 1 -46.2431 -40.7506 -84.45 + 94 109.441 696 4 0 -46.2479 -40.7616 -85.85 + 94 104.278 668 3 1 -46.3414 -40.9864 -114.45 + 94 225.65 695 3 0 -46.3461 -40.9966 -115.85 + 94 118.914 667 2 1 -46.4523 -41.2101 -144.45 + 94 108.149 694 2 0 -46.4602 -41.2276 -145.85 + 94 138.348 667 1 1 -46.6127 -41.5791 -174.45 + 94 199.909 692 1 0 -46.6148 -41.5955 -175.85 + 94 98.3288 667 0 1 -46.6466 -41.9367 -204.45 + 94 158.361 690 0 0 -46.6278 -41.9776 -205.85 + 94 30.6218 576 0 1 -64.65 -67.0624 -204.805 + 94 86.8628 1290 2 0 -169.009 78.05 -146.209 + 94 38.6829 501 1 0 -41.7528 -79.65 -176.073 + 94 73.1304 1291 2 0 -169.206 78.2501 -146.034 + 94 23.2043 1292 2 0 -169.32 78.45 -145.918 + 94 171.106 50 2 1 -169.953 79.1861 -144.85 + 94 264.698 669 0 1 -46.0581 -40.0058 -204.45 + 94 31.8607 698 0 0 -46.4137 -40.4144 -205.85 + 94 93.6973 697 0 0 -46.4406 -40.45 -205.965 + 94 200.817 700 0 0 -46.1128 -40.0306 -205.85 + 94 162.06 384 0 1 -103.204 -101.896 -204.85 + 94 176.22 383 0 1 -103.35 -102.056 -204.683 + 94 156.294 1132 3 1 46.45 -80.7666 -114.776 + 94 64.4775 671 1 1 -45.8082 -39.8818 -174.45 + 94 198.012 670 1 1 -45.85 -39.8722 -174.58 + 94 119.95 701 1 0 -46.1803 -39.8422 -175.85 + 94 21.1748 653 0 1 -49.3776 -38.0549 -204.45 + 94 94.9252 652 0 1 -49.45 -38.0521 -204.512 + 94 47.1396 651 0 1 -49.6507 -38.0637 -204.707 + 94 176.878 708 0 0 -50.7594 -38.2797 -205.85 + 94 204.941 741 0 0 -82.9945 -31.7924 -206.25 + 94 15.0309 477 0 1 -84.6231 -31.5754 -204.85 + 94 73.514 476 0 1 -84.65 -31.5719 -204.825 + 94 61.6649 475 0 1 -84.8501 -31.5465 -204.635 + 94 210.6 469 0 1 -86.0769 -30.9641 -204.45 + 94 255.491 674 0 1 -45.2074 -39.0725 -204.45 + 94 309.426 705 0 0 -45.1882 -39.0466 -205.85 + 94 170.491 810 1 0 -5.59164 -17.9548 -176.25 + 94 24.5347 696 1 0 -46.4531 -40.8111 -175.85 + 94 124.019 695 1 0 -46.4812 -40.8501 -175.917 + 94 2.86798 694 1 0 -46.5962 -41.05 -176.238 + 94 3.37997 621 0 1 -55.6567 -54.911 -204.45 + 94 96.4954 622 0 1 -55.6494 -54.9149 -204.463 + 94 24.3693 623 0 1 -55.45 -54.9759 -204.771 + 94 28.6131 623 0 0 -54.6022 -55.4121 -205.85 + 94 185.66 622 0 0 -54.5322 -55.4501 -205.933 + 94 30.9789 581 0 0 -34.4103 -63.85 -206.005 +Number of digits in this event: 31 Using G4ParticleGun... -Particle energy: 3.65425 LIN +Particle energy: 4.32755 LIN Particle: e- Event: 95 -Number of tracker hits in this event: 85 - 95 178.981 965 11 1 13.2142 62.2042 125.55 - 95 141.609 1210 11 0 13.2124 62.2049 124.15 - 95 133.32 965 10 1 13.1748 62.2106 95.55 - 95 156.837 1210 10 0 13.1715 62.206 94.15 - 95 135.383 965 9 1 13.0996 62.1196 65.55 - 95 160.64 1210 9 0 13.1004 62.1176 64.15 - 95 141.176 965 8 1 13.1139 62.065 35.55 - 95 100.846 1210 8 0 13.112 62.0611 34.15 - 95 117.488 965 7 1 13.0791 61.9519 5.55 - 95 111.685 1209 7 0 13.0776 61.9419 4.15 - 95 114.416 964 6 1 13.0287 61.7362 -24.45 - 95 109.907 1208 6 0 13.0296 61.724 -25.85 - 95 381.465 964 5 1 13.0402 61.4878 -54.45 - 95 161.976 1207 5 0 13.0417 61.4716 -55.85 - 95 104.587 965 4 1 13.0554 61.1483 -84.45 - 95 116.034 1205 4 0 13.0706 61.1349 -85.85 - 95 155.185 966 3 1 13.3866 60.8892 -114.45 - 95 136.974 1204 3 0 13.4058 60.8693 -115.85 - 95 464.098 968 2 1 13.7506 60.4375 -144.45 - 95 93.5645 1201 2 0 13.7601 60.4145 -145.85 - 95 131.546 969 1 1 13.9234 59.9545 -174.45 - 95 113.018 1199 1 0 13.9223 59.9352 -175.85 - 95 124.897 969 0 1 13.8802 59.5703 -204.45 - 95 105.949 1197 0 0 13.8809 59.5461 -205.85 - 95 209.052 1207 2 0 13.6009 61.4698 -145.85 - 95 257.802 1206 2 0 13.6218 61.45 -146.009 - 95 53.8929 1196 0 0 14.3044 59.3503 -205.85 - 95 247.683 1466 14 0 -108.176 113.39 213.75 - 95 157.305 1201 6 0 12.601 60.45 -25.8531 - 95 64.5932 1028 6 0 42.6052 25.7608 -26.25 - 95 292.396 1027 6 0 42.6149 25.6487 -26.1187 - 95 136.834 1026 6 0 42.5826 25.45 -26.0564 - 95 357.515 1209 5 0 12.9722 61.964 -55.8509 - 95 83.9124 968 4 1 13.758 61.9189 -84.4503 - 95 199.923 967 4 1 13.65 61.9933 -84.7128 - 95 91.6547 1211 4 0 13.1632 62.3639 -85.85 - 95 69.3916 1212 4 0 13.0675 62.45 -86.0862 - 95 120.466 900 3 1 0.210191 73.929 -114.451 - 95 35.9248 1271 3 0 -0.0963047 74.413 -115.85 - 95 86.0124 1272 3 0 -0.123801 74.45 -115.962 - 95 114.478 857 2 1 -8.55376 84.9691 -144.45 - 95 125.756 856 2 1 -8.65 84.9943 -144.541 - 95 51.1785 855 2 1 -8.85075 85.0305 -144.737 - 95 0.0879232 854 2 1 -9.05 85.0454 -144.849 - 95 275.868 1325 2 0 -11.3804 85.1285 -145.85 - 95 138.272 423 1 1 -95.5459 66.8863 -174.45 - 95 558.538 422 1 1 -95.55 66.8791 -174.453 - 95 389.052 424 1 1 -95.35 64.7843 -174.746 - 95 528.171 425 1 1 -95.15 64.33 -174.696 - 95 89.3791 426 1 1 -94.9498 62.9116 -174.744 - 95 116.37 427 1 1 -94.7498 62.8159 -174.637 - 95 59.9286 859 2 1 -8.13647 84.668 -144.45 - 95 78.6073 860 2 1 -8.05 84.6065 -144.618 - 95 330.776 1321 2 0 -7.31806 84.3751 -145.85 - 95 79.102 1572 5 0 80.8907 134.668 -56.25 - 95 144.452 1573 5 0 80.7032 134.75 -56.0876 - 95 87.9177 1574 5 0 80.3616 134.95 -55.905 - 95 50.9248 1575 5 0 80.1749 135.15 -55.8948 - 95 217.182 1279 5 1 75.9915 138.244 -54.85 - 95 130.412 1278 5 1 75.8499 138.46 -54.8075 - 95 110.166 1589 5 0 77.269 138.135 -55.85 - 95 98.2909 1283 5 1 76.8122 139.684 -54.85 - 95 204.889 1320 2 0 -8.98264 84.25 -146.024 - 95 185.441 964 4 1 12.9277 61.9637 -84.45 - 95 139.195 1209 4 0 12.9234 61.9271 -85.85 - 95 118.268 964 3 1 13.0484 61.2247 -114.45 - 95 278.713 1205 3 0 13.0024 61.2267 -115.85 - 95 115.17 959 2 1 11.9887 61.4016 -144.45 - 95 141.563 961 1 1 12.2996 63.7679 -174.45 - 95 130.245 1218 1 0 12.2719 63.8022 -175.85 - 95 107.675 960 0 1 12.1235 64.5268 -204.45 - 95 137.159 1222 0 0 12.077 64.5912 -205.85 - 95 240.531 1238 3 0 45.2601 67.8029 -116.25 - 95 165.02 1196 5 1 59.3952 6.24762 -54.4501 - 95 77.2087 908 8 0 65.1616 1.85 33.7827 - 95 132.062 1564 0 1 133.009 4.51094 -204.45 - 95 175.016 1565 0 1 133.15 4.67536 -204.586 - 95 134.341 1091 6 0 170.569 38.3225 -26.25 - 95 16.4244 1750 6 1 170.177 38.2358 -24.8499 - 95 180.879 1749 6 1 170.15 38.2407 -24.826 - 95 11.6462 1147 0 0 18.3706 49.5479 -206.25 - 95 100.175 1146 0 0 18.3218 49.45 -205.936 - 95 121.725 1145 0 0 18.3752 49.25 -205.92 - 95 119.638 1144 0 0 18.3795 49.05 -206.116 - 95 104.934 975 0 0 40.1358 15.1724 -206.25 -Number of digits in this event: 48 +Number of tracker hits in this event: 73 + 95 116.38 736 10 1 -32.823 87.3074 95.55 + 95 120.495 1336 10 0 -32.8225 87.307 94.15 + 95 149.982 736 9 1 -32.8091 87.2982 65.55 + 95 112.994 1336 9 0 -32.8063 87.2968 64.15 + 95 165.205 736 8 1 -32.7505 87.262 35.55 + 95 280.311 1336 8 0 -32.7479 87.2591 34.15 + 95 570.844 736 7 1 -32.7005 87.1901 5.55 + 95 316.12 1335 7 0 -32.6992 87.1882 4.15 + 95 196.969 736 6 1 -32.6675 87.1647 -24.45 + 95 145.745 1335 6 0 -32.6664 87.1619 -25.85 + 95 105.345 737 5 1 -32.6489 87.1055 -54.45 + 95 107.363 1335 5 0 -32.6473 87.1015 -55.85 + 95 139.151 737 4 1 -32.6051 87.02 -84.45 + 95 143.777 1334 4 0 -32.6014 87.0168 -85.85 + 95 116.911 737 3 1 -32.5155 86.9585 -114.45 + 95 113.079 1334 3 0 -32.5126 86.9476 -115.85 + 95 119.924 737 2 1 -32.4606 86.7432 -144.45 + 95 102.068 1333 2 0 -32.463 86.7339 -145.85 + 95 266.184 737 1 1 -32.5202 86.5305 -174.45 + 95 166.412 1332 1 0 -32.5215 86.5223 -175.85 + 95 147.727 737 0 1 -32.5501 86.3446 -204.45 + 95 129.351 1331 0 0 -32.5552 86.3355 -205.85 + 95 375.293 791 2 1 -21.7717 -14.8167 -144.45 + 95 107.819 738 1 1 -32.3648 86.7531 -174.45 + 95 335.195 1336 1 0 -33.217 87.3459 -175.85 + 95 109.407 729 1 1 -34.1526 87.7195 -174.85 + 95 149.332 867 1 1 -6.65 84.4631 -174.558 + 95 108.399 1334 7 0 -32.6234 87.05 3.993 + 95 203.182 737 6 1 -32.4897 86.8541 -24.45 + 95 124.799 1333 6 0 -32.4818 86.8306 -25.85 + 95 143.469 738 5 1 -32.3196 86.3284 -54.45 + 95 126.378 1331 5 0 -32.3143 86.3048 -55.85 + 95 182.183 739 4 1 -32.231 85.8467 -84.45 + 95 98.9027 1328 4 0 -32.2145 85.8277 -85.85 + 95 515.677 740 3 1 -31.9049 85.424 -114.45 + 95 163.297 1326 3 0 -31.8752 85.4419 -115.85 + 95 227.966 744 2 1 -31.2092 85.9233 -144.45 + 95 157.726 1329 2 0 -31.1631 85.918 -145.85 + 95 149.093 749 1 1 -30.236 85.7983 -174.45 + 95 104.783 1328 1 0 -30.1986 85.7995 -175.85 + 95 96.8561 753 0 1 -29.3851 85.7886 -204.45 + 95 117.657 1328 0 0 -29.3597 85.8085 -205.85 + 95 111.345 1324 4 0 -32.7722 84.952 -85.85 + 95 114.525 1323 4 0 -32.9484 84.8498 -86.0975 + 95 229.37 734 4 1 -33.1668 84.4595 -84.85 + 95 32.3362 1232 2 0 125.31 66.4728 -146.25 + 95 35.4877 1231 2 0 125.354 66.45 -146.229 + 95 74.4988 1333 7 0 -32.7188 86.8374 4.15 + 95 105.274 746 6 1 -30.7408 88.297 -24.45 + 95 163.313 1341 6 0 -30.5903 88.3916 -25.85 + 95 36.3586 761 5 1 -27.6652 90.194 -54.4501 + 95 93.4378 762 5 1 -27.65 90.2094 -54.5478 + 95 106.166 1351 5 0 -27.4447 90.4332 -55.8505 + 95 26.9451 784 4 1 -23.0707 95.4154 -84.45 + 95 93.1538 785 4 1 -23.05 95.435 -84.5409 + 95 24.9283 1377 4 0 -22.7451 95.7292 -85.85 + 95 80.1344 1378 4 0 -22.7229 95.7501 -85.9457 + 95 20.2494 820 3 1 -15.8617 102.088 -114.45 + 95 95.1138 821 3 1 -15.85 102.112 -114.53 + 95 68.0712 1411 3 0 -15.5678 102.49 -115.85 + 95 48.8476 1412 3 0 -15.5228 102.55 -116.065 + 95 120.035 853 2 1 -9.36202 111.052 -144.451 + 95 36.404 852 2 1 -9.45015 111.118 -144.74 + 95 115.857 1456 2 0 -9.82989 111.402 -145.85 + 95 314.505 798 1 1 -20.3489 119.264 -174.45 + 95 252.167 797 1 1 -20.45 119.333 -174.678 + 95 30.2596 1497 1 0 -20.988 119.716 -175.85 + 95 89.8161 1498 1 0 -21.0373 119.75 -175.957 + 95 185.542 730 0 1 -33.9557 129.508 -204.45 + 95 135.451 1548 0 0 -34.2155 129.847 -205.85 + 95 97.9727 1488 1 0 -21.2722 117.834 -175.85 + 95 182.592 1487 1 0 -21.3988 117.75 -175.967 + 95 45.3411 886 5 1 -2.85 113.82 -54.5863 +Number of digits in this event: 37 Using G4ParticleGun... -Particle energy: 2.11215 LIN +Particle energy: 4.33465 LIN Particle: e- Event: 96 -Number of tracker hits in this event: 46 - 96 116.31 1145 11 1 49.1974 -20.346 125.55 - 96 118.2 798 11 0 49.2002 -20.3438 124.15 - 96 169.371 1146 10 1 49.2507 -20.2919 95.55 - 96 127.295 798 10 0 49.2517 -20.2897 94.15 - 96 113.719 1146 9 1 49.275 -20.2518 65.55 - 96 84.4509 798 9 0 49.2788 -20.2504 64.15 - 96 12.4004 799 9 0 49.2798 -20.25 63.8072 - 96 192.828 1146 8 1 49.3489 -20.2228 35.55 - 96 104.866 799 8 0 49.3542 -20.2166 34.15 - 96 118.477 1147 7 1 49.4881 -20.0904 5.55 - 96 142.037 799 7 0 49.4944 -20.082 4.15 - 96 114.343 1147 6 1 49.6307 -19.9199 -24.45 - 96 115.346 800 6 0 49.6381 -19.9086 -25.85 - 96 102.181 1148 5 1 49.7932 -19.6946 -54.45 - 96 142.542 801 5 0 49.7986 -19.6884 -55.85 - 96 178.629 1149 4 1 49.896 -19.5632 -84.45 - 96 125.553 802 4 0 49.9024 -19.5522 -85.85 - 96 129.035 1149 3 1 50.0441 -19.3489 -114.45 - 96 154.001 803 3 0 50.0495 -19.3403 -115.85 - 96 222.091 1150 2 1 50.1557 -19.1589 -144.45 - 96 142.707 804 2 0 50.1597 -19.1505 -145.85 - 96 28.098 1150 1 1 50.2497 -18.9798 -174.45 - 96 89.9334 1151 1 1 50.25 -18.9794 -174.558 - 96 224.167 805 1 0 50.2531 -18.9741 -175.85 - 96 100.734 1151 0 1 50.3416 -18.8529 -204.45 - 96 175.693 806 0 0 50.3455 -18.845 -205.85 - 96 16.8052 1076 0 1 35.45 -22.0425 -204.613 - 96 53.1658 1081 1 1 36.25 78.9995 -174.849 - 96 202.808 826 1 0 46.4909 -14.837 -176.25 - 96 79.0136 1149 2 1 50.05 -19.2501 -144.68 - 96 267.886 803 2 0 49.2378 -19.25 -145.924 - 96 230.938 800 8 0 50.3427 -20.0137 34.15 - 96 308.393 1149 1 1 50.0101 -19.8993 -174.45 - 96 214.954 1148 1 1 49.85 -19.9738 -174.679 - 96 350.069 1147 1 1 49.65 -20.1438 -174.641 - 96 28.0951 658 2 0 25.568 -48.25 -146.035 - 96 169.833 807 1 0 49.8573 -18.6484 -175.85 - 96 147.596 801 1 0 49.6228 -19.7021 -175.85 - 96 132.025 802 1 0 49.5929 -19.6498 -176.035 - 96 165.958 1142 1 1 48.6089 -18.8726 -174.85 - 96 295.754 1141 1 1 48.45 -18.8179 -174.696 - 96 112.84 799 6 0 49.4708 -20.176 -25.85 - 96 54.1103 798 6 0 49.444 -20.25 -26.0736 - 96 204.138 756 6 0 44.1553 -28.7434 -26.25 - 96 181.826 1114 6 1 42.9911 -30.8545 -24.8499 - 96 170.022 1145 10 1 49.25 -20.2912 95.4946 -Number of digits in this event: 29 +Number of tracker hits in this event: 63 + 96 124.567 710 9 1 -38.0149 -123.625 65.55 + 96 121.891 282 9 0 -38.0133 -123.623 64.15 + 96 146.932 710 8 1 -37.9764 -123.584 35.55 + 96 280.639 282 8 0 -37.9742 -123.581 34.15 + 96 100.363 710 7 1 -37.9294 -123.521 5.55 + 96 97.5686 283 7 0 -37.9267 -123.519 4.15 + 96 119.984 710 6 1 -37.8692 -123.467 -24.45 + 96 284.68 283 6 0 -37.866 -123.465 -25.85 + 96 145.002 711 5 1 -37.8084 -123.416 -54.45 + 96 125.052 283 5 0 -37.8063 -123.415 -55.85 + 96 472.021 711 4 1 -37.7713 -123.405 -84.45 + 96 254.436 283 4 0 -37.7732 -123.409 -85.85 + 96 146.203 711 3 1 -37.8047 -123.483 -114.45 + 96 200.789 283 3 0 -37.8008 -123.483 -115.85 + 96 114.489 711 2 1 -37.7215 -123.492 -144.45 + 96 100.958 283 2 0 -37.7221 -123.484 -145.85 + 96 98.8844 711 1 1 -37.7185 -123.321 -174.45 + 96 110.605 284 1 0 -37.7042 -123.32 -175.85 + 96 128.153 713 0 1 -37.3987 -123.27 -204.45 + 96 136.065 284 0 0 -37.3905 -123.278 -205.85 + 96 103.406 282 4 0 -38.0102 -123.674 -85.85 + 96 9.89472 281 4 0 -38.0784 -123.75 -86.2041 + 96 106.35 679 3 1 -44.2131 -130.328 -114.45 + 96 44.1749 680 3 1 -44.05 -130.31 -114.74 + 96 163.714 249 3 0 -43.4373 -130.245 -115.85 + 96 39.3562 771 2 1 -25.7902 -127.211 -144.45 + 96 68.7796 772 2 1 -25.6499 -127.251 -144.529 + 96 66.0067 773 2 1 -25.4497 -127.311 -144.652 + 96 48.5245 774 2 1 -25.25 -127.388 -144.769 + 96 116.377 258 2 0 -23.0462 -128.358 -145.85 + 96 157.357 257 2 0 -22.6485 -128.55 -145.986 + 96 138.553 256 2 0 -22.2335 -128.75 -146.049 + 96 123.814 255 2 0 -21.8397 -128.95 -146.158 + 96 113.973 727 3 1 -34.6196 -124.875 -114.45 + 96 120.775 274 3 0 -34.7075 -125.151 -115.85 + 96 121.551 705 2 1 -39.0389 -136.817 -144.451 + 96 84.5375 215 2 0 -38.8375 -137.115 -145.85 + 96 68.4997 214 2 0 -38.8172 -137.15 -146.015 + 96 64.2583 725 1 1 -34.9808 -142.796 -174.45 + 96 124.751 726 1 1 -34.85 -142.725 -174.571 + 96 75.8218 727 1 1 -34.6497 -142.601 -174.754 + 96 105.565 192 1 0 -33.6082 -141.718 -175.85 + 96 128.172 193 1 0 -33.4285 -141.549 -176.044 + 96 41.437 496 2 0 -92.2124 -80.85 -146.108 + 96 163.564 495 2 0 -92.288 -80.85 -146.073 + 96 98.8398 239 0 0 21.1178 -132.15 -205.912 + 96 129.859 711 6 1 -37.8494 -123.445 -24.45 + 96 95.8989 712 5 1 -37.65 -123.192 -54.5422 + 96 111.814 284 5 0 -37.626 -123.187 -55.85 + 96 133.74 714 4 1 -37.2058 -122.982 -84.45 + 96 139.273 285 4 0 -37.1854 -122.983 -85.85 + 96 130.56 716 3 1 -36.7614 -123.1 -114.45 + 96 108.109 285 3 0 -36.7167 -123.104 -115.85 + 96 121.822 721 2 1 -35.8185 -123.181 -144.45 + 96 125.826 285 2 0 -35.715 -123.149 -145.85 + 96 132.727 731 1 1 -33.7568 -122.465 -174.45 + 96 174.745 288 1 0 -33.6869 -122.474 -175.85 + 96 103.823 739 0 1 -32.1817 -122.844 -204.45 + 96 187.878 286 0 0 -32.1703 -122.857 -205.85 + 96 1.12821 437 0 0 -23.2938 -92.554 -206.25 + 96 355.214 438 0 0 -23.2926 -92.5498 -206.248 + 96 386.636 407 5 0 -27.2367 -98.71 -56.25 + 96 31.6461 408 5 0 -27.3418 -98.5498 -56.0295 +Number of digits in this event: 36 Using G4ParticleGun... -Particle energy: 2.67007 LIN +Particle energy: 3.95534 LIN Particle: e- Event: 97 -Number of tracker hits in this event: 72 - 97 155.734 1289 8 1 77.9784 115.747 35.55 - 97 309.837 1478 8 0 77.9666 115.755 34.15 - 97 139.414 1288 7 1 77.7636 115.759 5.55 - 97 112.002 1478 7 0 77.7522 115.796 4.15 - 97 105.915 1287 6 1 77.5348 116.5 -24.45 - 97 124.73 1481 6 0 77.5039 116.527 -25.85 - 97 99.9706 1283 5 1 76.8166 117.05 -54.45 - 97 113.545 1484 5 0 76.7634 117.052 -55.85 - 97 140.7 1278 4 1 75.7079 117.184 -84.45 - 97 101.74 1485 4 0 75.6882 117.163 -85.85 - 97 140.205 1276 3 1 75.3064 116.738 -114.45 - 97 104.56 1482 3 0 75.2918 116.73 -115.85 - 97 279.264 1274 2 1 74.8981 116.631 -144.45 - 97 90.7943 1482 2 0 74.893 116.632 -145.85 - 97 112.789 1273 1 1 74.7237 116.64 -174.45 - 97 104.895 1482 1 0 74.7193 116.616 -175.85 - 97 187.577 1273 0 1 74.6558 116.12 -204.45 - 97 127.701 1479 0 0 74.6416 116.089 -205.85 - 97 185.466 1269 0 1 73.8925 121.381 -204.45 - 97 134.03 1506 0 0 73.8065 121.45 -205.85 - 97 37.2125 1270 0 1 74.05 121.475 -204.739 - 97 115.718 1508 0 0 74.6807 121.825 -205.85 - 97 50.4143 1479 8 0 77.8439 115.95 33.7684 - 97 92.7408 1422 6 1 104.596 83.4273 -24.45 - 97 14.8137 1423 6 1 104.75 83.2715 -24.6294 - 97 245.068 1287 0 1 77.5102 115.655 -204.45 - 97 242.199 1477 0 0 77.5062 115.655 -205.85 - 97 75.6283 1084 4 1 37.036 128.859 -84.85 - 97 114.5 1085 4 1 37.05 128.833 -84.552 - 97 126.839 1288 6 1 77.8356 115.704 -24.45 - 97 138.218 1477 6 0 77.5981 115.62 -25.85 - 97 35.7864 1262 5 1 72.4616 113.378 -54.45 - 97 110.13 1261 5 1 72.45 113.372 -54.4944 - 97 118.878 1465 5 0 72.0781 113.227 -55.85 - 97 30.1808 1219 4 1 63.8835 110.349 -84.45 - 97 95.3127 1218 4 1 63.85 110.337 -84.5563 - 97 135.749 1450 4 0 63.4515 110.207 -85.85 - 97 114.444 1171 3 1 54.3981 106.829 -114.45 - 97 117.323 1431 3 0 54.0128 106.491 -115.85 - 97 147.633 1129 2 1 45.9729 99.7613 -144.451 - 97 127.777 1395 2 0 45.5514 99.3309 -145.85 - 97 7.26833 1085 1 1 37.0564 90.8396 -174.45 - 97 179.262 1084 1 1 37.05 90.8317 -174.472 - 97 197.166 1350 1 0 36.6209 90.3176 -175.85 - 97 216.96 1062 0 1 32.5588 79.411 -204.45 - 97 166.157 1293 0 0 32.4539 78.8203 -205.85 - 97 107.003 1289 6 1 77.8867 115.708 -24.45 - 97 119.173 1476 6 0 78.2542 115.55 -25.9356 - 97 215.648 1314 5 1 82.8716 110.618 -54.45 - 97 22.2912 1444 5 0 83.1273 109.011 -55.8501 - 97 71.1428 1443 5 0 83.137 108.95 -55.9009 - 97 87.6908 1442 5 0 83.1559 108.75 -56.0683 - 97 9.08223 1441 5 0 83.1688 108.55 -56.2304 - 97 217.772 1327 4 1 85.6089 73.6298 -84.45 - 97 104.643 1259 4 0 85.1416 72.0439 -85.8501 - 97 67.4921 1258 4 0 85.1553 71.85 -85.9982 - 97 37.4138 1257 4 0 85.1913 71.65 -86.1565 - 97 228.251 1347 3 1 89.5379 36.1225 -114.45 - 97 193.716 1071 3 0 89.4764 34.4098 -115.85 - 97 74.3211 1070 3 0 89.4664 34.25 -115.988 - 97 41.7179 1069 3 0 89.4635 34.0499 -116.154 - 97 264.893 1347 2 1 89.4539 0.980885 -144.45 - 97 50.3348 1348 2 1 89.65 0.865004 -144.678 - 97 66.5931 902 2 0 90.5498 0.501502 -145.85 - 97 160.683 901 2 0 90.6724 0.449822 -146.006 - 97 72.6081 1455 1 1 111.27 -10.5746 -174.45 - 97 60.7391 1456 1 1 111.35 -10.6494 -174.652 - 97 7.72357 845 1 0 111.808 -11.0403 -175.85 - 97 101.344 844 1 0 111.82 -11.05 -175.882 - 97 144.761 1497 0 1 119.676 -20.3608 -204.45 - 97 51.4816 1498 0 1 119.75 -20.3988 -204.774 - 97 187.49 797 0 0 120.016 -20.5222 -205.851 -Number of digits in this event: 32 -Using G4ParticleGun... -Particle energy: 8.1958 LIN +Number of tracker hits in this event: 197 + 97 120.741 1253 10 1 70.7864 -53.5201 95.55 + 97 102.192 632 10 0 70.7857 -53.5205 94.15 + 97 372.938 1253 9 1 70.7774 -53.5338 65.55 + 97 221.656 632 9 0 70.7758 -53.5338 64.15 + 97 194.194 1253 8 1 70.7458 -53.5259 35.55 + 97 144.706 632 8 0 70.7458 -53.5247 34.15 + 97 389.162 1253 7 1 70.7389 -53.5027 5.55 + 97 412.499 632 7 0 70.7405 -53.5028 4.15 + 97 249.417 1253 6 1 70.7805 -53.5069 -24.45 + 97 291.361 632 6 0 70.7793 -53.5101 -25.85 + 97 340.419 1253 5 1 70.7621 -53.5971 -54.45 + 97 216.897 632 5 0 70.7588 -53.5965 -55.85 + 97 231.095 1253 4 1 70.6854 -53.594 -84.45 + 97 124.53 632 4 0 70.6829 -53.5948 -85.85 + 97 99.1095 1252 3 1 70.6243 -53.5952 -114.45 + 97 268.358 632 3 0 70.6204 -53.6001 -115.85 + 97 228.716 1252 2 1 70.5488 -53.7153 -144.45 + 97 267.797 631 2 0 70.5465 -53.7242 -145.85 + 97 117.679 1252 1 1 70.5093 -53.8896 -174.45 + 97 225.362 630 1 0 70.5103 -53.8984 -175.85 + 97 112.561 1252 0 1 70.5199 -54.0808 -204.45 + 97 172.54 629 0 0 70.519 -54.097 -205.85 + 97 494.514 1253 3 1 70.6638 -53.6248 -114.45 + 97 363.848 1254 3 1 70.85 -53.4843 -114.609 + 97 161.403 1255 3 1 71.05 -53.2597 -114.8 + 97 161.125 639 3 0 72.4459 -52.0735 -115.85 + 97 77.1389 640 3 0 72.4816 -52.0499 -115.871 + 97 229.628 641 3 0 72.6128 -51.85 -115.978 + 97 103.862 638 3 0 72.0397 -52.3593 -115.85 + 97 121.216 629 5 0 70.9188 -54.0699 -55.8503 + 97 137.693 705 5 0 141.066 -39.0404 -56.2499 + 97 97.7441 706 5 0 141.313 -38.85 -56.1139 + 97 105.619 1610 5 1 142.158 -37.7942 -54.8496 + 97 68.7202 1611 5 1 142.35 -37.6781 -54.7241 + 97 65.08 1612 5 1 142.55 -37.6675 -54.7129 + 97 53.7812 1613 5 1 142.75 -37.6797 -54.6739 + 97 50.546 1614 5 1 142.95 -37.6295 -54.6178 + 97 49.8602 1615 5 1 143.15 -37.6103 -54.5392 + 97 61.8355 1616 5 1 143.35 -37.6138 -54.4659 + 97 116.538 1617 5 1 143.55 -37.4328 -54.5287 + 97 120.093 1618 5 1 143.75 -37.108 -54.6296 + 97 135.356 1619 5 1 143.95 -36.7341 -54.7063 + 97 65.1265 1620 5 1 144.15 -36.4193 -54.7304 + 97 74.2618 1621 5 1 144.35 -36.4319 -54.6672 + 97 351.122 1622 5 1 144.55 -36.3176 -54.548 + 97 33.7103 635 3 0 71.6498 -52.898 -115.85 + 97 103.365 636 3 0 71.7037 -52.85 -115.94 + 97 130.8 631 3 0 70.7173 -53.7307 -115.85 + 97 324.681 1253 2 1 70.8247 -53.7443 -144.45 + 97 233.884 1256 1 1 71.2611 -53.9271 -174.45 + 97 115.023 1255 0 1 71.1505 -53.5915 -204.45 + 97 118.719 632 0 0 71.1492 -53.5783 -205.85 + 97 104.739 1447 4 1 109.717 44.5598 -84.85 + 97 144.426 1252 8 1 70.65 -53.5588 35.1855 + 97 201.498 633 3 0 70.8485 -53.3529 -115.851 + 97 377.054 1256 2 1 71.3341 -53.5227 -144.45 + 97 144.647 633 2 0 71.1721 -53.3856 -145.85 + 97 227.773 1242 1 1 68.616 -50.513 -174.45 + 97 148.207 650 1 0 68.5369 -50.0221 -175.85 + 97 129.991 1235 0 1 67.1862 -40.4623 -204.45 + 97 114.544 701 0 0 67.0424 -39.7461 -205.85 + 97 75.7484 702 0 0 67.023 -39.65 -206.041 + 97 148.33 1092 0 0 -35.3712 38.5287 -206.25 + 97 344.894 1093 0 0 -35.6013 38.65 -206.071 + 97 12.052 713 0 1 -37.4201 38.7021 -204.85 + 97 92.8532 712 0 1 -37.45 38.703 -204.83 + 97 72.9359 711 0 1 -37.65 38.7168 -204.7 + 97 180.67 710 0 1 -37.8502 38.7409 -204.553 + 97 19.6752 709 0 1 -38.05 38.6517 -204.796 + 97 118.037 1094 0 0 -38.9532 38.85 -206.192 + 97 86.8195 734 0 0 4.54995 -33.1132 -206.25 + 97 198.914 733 0 0 4.18773 -33.25 -206.132 + 97 45.4305 548 0 0 -25.6764 -70.3943 -206.25 + 97 262.849 547 0 0 -25.6825 -70.45 -206.21 + 97 71.1362 543 3 0 79.2353 -71.3227 -116.25 + 97 114.169 544 3 0 79.2375 -71.25 -116.221 + 97 45.504 1254 2 1 70.9091 -55.4198 -144.45 + 97 57.2179 618 2 0 70.2463 -56.3357 -145.85 + 97 63.7108 617 2 0 70.1817 -56.45 -146.039 + 97 81.4067 1208 1 1 61.7997 -73.7659 -174.45 + 97 93.0466 1209 1 1 61.8502 -73.7908 -174.51 + 97 43.2562 1210 1 1 62.05 -73.8623 -174.727 + 97 27.8768 528 1 0 63.0947 -74.4085 -175.85 + 97 182.423 527 1 0 63.172 -74.45 -175.932 + 97 138.19 1334 0 1 86.9111 -84.9854 -204.45 + 97 181.484 751 1 0 83.3054 -29.7225 -176.25 + 97 23.2412 633 6 0 70.8342 -53.4443 -25.85 + 97 106.595 1258 5 1 71.7168 -54.8828 -54.45 + 97 124.356 624 5 0 71.7581 -55.0674 -55.85 + 97 107.428 1264 4 1 72.9974 -58.8684 -84.4501 + 97 162.038 604 4 0 72.9846 -59.06 -85.85 + 97 118.759 1262 3 1 72.5307 -63.5839 -114.45 + 97 242.983 580 3 0 72.6885 -63.9316 -115.85 + 97 125.772 1281 2 1 76.3166 -71.0777 -144.45 + 97 127.439 542 2 0 76.4832 -71.4929 -145.85 + 97 133.853 1298 1 1 79.7354 -79.8528 -174.45 + 97 61.6392 499 1 0 79.7783 -80.1991 -175.85 + 97 79.7003 498 1 0 79.7862 -80.25 -176.061 + 97 159.661 1302 0 1 80.5184 -86.5339 -204.45 + 97 22.9456 466 0 0 80.7198 -86.8351 -205.85 + 97 101.295 465 0 0 80.7297 -86.85 -205.919 + 97 129.06 1254 6 1 70.85 -53.2861 -24.6996 + 97 23.8069 1255 6 1 71.0502 -52.9155 -24.8201 + 97 100.886 638 6 0 72.5242 -52.3126 -25.85 + 97 230.446 639 6 0 72.5278 -52.25 -26.0857 + 97 120.621 1252 6 1 70.5227 -53.47 -24.45 + 97 137.631 1252 5 1 70.6197 -53.1801 -54.45 + 97 88.9824 634 5 0 70.6258 -53.1582 -55.85 + 97 44.3249 636 4 0 70.8447 -52.6531 -85.85 + 97 79.4618 637 4 0 70.8456 -52.65 -86.0061 + 97 146.523 641 2 0 71.2709 -51.7024 -145.85 + 97 164.132 644 1 0 71.3689 -51.1853 -175.85 + 97 97.696 1257 0 1 71.5078 -50.7307 -204.45 + 97 120.238 646 0 0 71.5162 -50.6985 -205.85 + 97 21.0955 1247 1 1 69.482 -53.3818 -174.45 + 97 173.603 631 9 0 70.5411 -53.6899 64.15 + 97 6.91522 1206 8 1 61.2548 -56.8728 35.5493 + 97 109.798 1205 8 1 61.25 -56.8736 35.542 + 97 18.6461 1204 8 1 61.05 -56.9026 35.2217 + 97 172.364 615 8 0 60.3973 -56.9647 34.15 + 97 35.151 1110 7 1 42.1428 -57.5456 5.55 + 97 109.173 1109 7 1 42.05 -57.5358 5.44141 + 97 23.0953 1108 7 1 41.85 -57.5135 5.22353 + 97 245.184 613 7 0 40.861 -57.3382 4.15 + 97 70.589 975 6 1 15.2217 -52.5955 -24.4501 + 97 81.6381 974 6 1 15.05 -52.538 -24.6018 + 97 35.074 973 6 1 14.85 -52.479 -24.7679 + 97 73.905 640 6 0 13.1539 -52.05 -26.1221 + 97 2.06934 769 5 1 -26.2445 -43.5102 -54.45 + 97 96.5222 768 5 1 -26.2504 -43.5054 -54.4555 + 97 96.1539 767 5 1 -26.45 -43.302 -54.6592 + 97 6.72233 690 5 0 -27.5657 -41.8743 -55.85 + 97 99.6551 691 5 0 -27.585 -41.8499 -55.8709 + 97 116.226 692 5 0 -27.7499 -41.65 -56.0366 + 97 85.4991 693 5 0 -27.9185 -41.449 -56.1868 + 97 101.406 603 4 1 -59.3339 0.775839 -84.45 + 97 41.0396 602 4 1 -59.4502 1.01775 -84.7182 + 97 75.9586 910 4 0 -59.9395 2.11102 -85.85 + 97 78.1786 911 4 0 -59.9964 2.25 -85.997 + 97 6.95894 912 4 0 -60.0759 2.45 -86.2238 + 97 84.5823 556 3 1 -68.7377 26.4362 -114.45 + 97 69.8752 555 3 1 -68.85 26.6025 -114.647 + 97 103.004 1037 3 0 -69.4866 27.6108 -115.85 + 97 87.551 1038 3 0 -69.5112 27.6501 -115.897 + 97 38.5928 1039 3 0 -69.6327 27.8501 -116.143 + 97 109.066 482 2 1 -83.5463 52.79 -144.45 + 97 187.23 481 2 1 -83.6505 52.8977 -144.581 + 97 11.1979 480 2 1 -83.8502 53.106 -144.823 + 97 102.813 1169 2 0 -84.5922 53.8561 -145.85 + 97 55.951 1170 2 0 -84.8064 54.0502 -146.137 + 97 117.343 376 1 1 -104.849 75.2241 -174.45 + 97 129.873 1278 1 0 -104.87 75.6583 -175.85 + 97 158.512 373 0 1 -105.515 84.3059 -204.45 + 97 194.025 1322 0 0 -105.166 84.4596 -205.85 + 97 46.1823 812 2 0 1.9407 -17.5147 -146.25 + 97 463.663 1150 7 1 50.1542 -62.4059 5.54992 + 97 84.3267 1149 7 1 50.05 -62.3844 5.4381 + 97 98.2271 1148 7 1 49.85 -62.3441 5.22272 + 97 73.6374 1147 7 1 49.65 -62.406 5.22711 + 97 87.1069 1146 7 1 49.4497 -62.5361 5.29265 + 97 336.697 1145 7 1 49.25 -62.6062 5.34592 + 97 235.867 1144 7 1 49.0496 -62.4247 5.37646 + 97 36.5928 1143 7 1 48.8495 -62.0687 5.50805 + 97 110.986 1244 8 1 68.9818 -54.2427 35.55 + 97 235.878 628 8 0 68.8966 -54.2665 34.15 + 97 184.14 1238 7 1 67.6615 -55.0657 5.55 + 97 112.506 624 7 0 67.7225 -55.0545 4.14972 + 97 120.8 1245 6 1 69.1871 -55.2917 -24.4501 + 97 114.152 622 6 0 69.2817 -55.478 -25.85 + 97 109.283 1255 5 1 71.1419 -59.2132 -54.45 + 97 23.8235 602 5 0 71.428 -59.6203 -55.85 + 97 85.856 601 5 0 71.4457 -59.6501 -55.9459 + 97 101.418 1286 4 1 77.3154 -68.637 -84.45 + 97 64.0489 1287 4 1 77.45 -68.8515 -84.7397 + 97 68.8437 551 4 0 77.9776 -69.745 -85.85 + 97 117.788 550 4 0 78.0387 -69.85 -85.9796 + 97 6.4269 549 4 0 78.1568 -70.05 -86.2291 + 97 67.5533 1355 3 1 91.2674 -92.5556 -114.45 + 97 96.9661 1356 3 1 91.3502 -92.6479 -114.571 + 97 51.4007 432 3 0 92.1904 -93.6458 -115.85 + 97 178.661 431 3 0 92.2762 -93.7503 -115.981 + 97 15.2784 430 3 0 92.435 -93.9501 -116.211 + 97 30.3762 1459 2 1 112.096 -118.767 -144.45 + 97 99.9103 1460 2 1 112.15 -118.865 -144.52 + 97 58.7423 1461 2 1 112.35 -119.147 -144.729 + 97 91.3657 297 2 0 113.447 -120.56 -145.85 + 97 133.479 296 2 0 113.61 -120.75 -146.021 + 97 27.316 295 2 0 113.778 -120.95 -146.205 + 97 43.8729 1600 1 1 140.235 -156.273 -174.45 + 97 100.667 1601 1 1 140.35 -156.433 -174.534 + 97 102.235 1602 1 1 140.55 -156.686 -174.654 + 97 96.8237 1603 1 1 140.75 -156.931 -174.772 + 97 69.6815 107 1 0 142.337 -158.622 -175.85 + 97 99.186 106 1 0 142.453 -158.75 -175.934 + 97 121.72 105 1 0 142.643 -158.95 -176.07 + 97 214.9 104 1 0 142.833 -159.15 -176.157 + 97 204.997 625 7 0 67.7522 -55.05 3.75535 +Number of digits in this event: 81 +Using G4ParticleGun... +Particle energy: 5.07817 LIN Particle: e- Event: 98 -Number of tracker hits in this event: 101 - 98 3.97514 1396 10 1 99.55 -49.8512 95.55 - 98 120.633 1397 10 1 99.55 -49.8512 95.5285 - 98 117.81 650 10 0 99.5509 -49.8513 94.15 - 98 117.929 1397 9 1 99.5707 -49.8537 65.55 - 98 292.398 650 9 0 99.5713 -49.8541 64.15 - 98 578.107 1397 8 1 99.5857 -49.8619 35.55 - 98 127.315 650 8 0 99.5857 -49.8625 34.15 - 98 130.472 1397 7 1 99.5865 -49.87 5.55 - 98 110.786 650 7 0 99.5849 -49.8706 4.15 - 98 78.5654 1397 6 1 99.55 -49.8828 -24.45 - 98 506.012 1396 6 1 99.55 -49.8828 -24.4798 - 98 241.935 650 6 0 99.5487 -49.8836 -25.85 - 98 104.915 1396 5 1 99.5162 -49.8985 -54.45 - 98 188.285 650 5 0 99.5145 -49.8991 -55.85 - 98 124.861 1396 4 1 99.4758 -49.9145 -84.45 - 98 263.765 650 4 0 99.4745 -49.9158 -85.85 - 98 140.895 1396 3 1 99.4466 -49.9385 -114.45 - 98 126.359 650 3 0 99.4458 -49.9388 -115.85 - 98 106.621 1396 2 1 99.429 -49.9476 -144.45 - 98 130.927 650 2 0 99.428 -49.9481 -145.85 - 98 119.045 1396 1 1 99.4143 -49.9547 -174.45 - 98 209.387 650 1 0 99.4128 -49.9547 -175.85 - 98 121.6 1396 0 1 99.3865 -49.9579 -204.45 - 98 137.425 650 0 0 99.3852 -49.9575 -205.85 - 98 99.5691 1395 6 1 99.35 -49.6502 -24.6458 - 98 27.2263 1359 1 1 92.0729 16.4524 -174.45 - 98 86.5742 1360 1 1 92.15 16.4761 -174.516 - 98 211.159 1361 1 1 92.3501 16.6066 -174.676 - 98 19.0241 1362 1 1 92.55 16.6011 -174.828 - 98 127.065 974 1 0 95.0511 15.0065 -175.85 - 98 164.271 973 1 0 95.2596 14.85 -175.983 - 98 9.16777 972 1 0 95.5028 14.65 -176.23 - 98 65.9156 1372 1 1 94.578 15.4647 -174.85 - 98 66.2957 1371 1 1 94.55 15.4363 -174.824 - 98 37.2451 1398 5 1 99.7689 -50.8959 -54.45 - 98 116.772 1397 5 1 99.75 -50.9231 -54.6013 - 98 132.205 644 5 0 99.597 -51.1614 -55.8502 - 98 17.5064 1377 4 1 95.5646 -57.0114 -84.45 - 98 87.2994 1376 4 1 95.55 -57.0278 -84.5327 - 98 257.169 613 4 0 95.332 -57.2852 -85.85 - 98 107.515 1350 3 1 90.3137 -63.1454 -114.45 - 98 43.9273 583 3 0 90.05 -63.3334 -116.068 - 98 113.493 1324 2 1 84.9556 -66.3518 -144.45 - 98 128.233 568 2 0 84.7244 -66.304 -145.85 - 98 147.392 1296 1 1 79.3786 -65.4452 -174.45 - 98 61.0946 571 1 0 79.1383 -65.7992 -175.85 - 98 60.0432 570 1 0 79.1018 -65.85 -176.046 - 98 108.373 1269 0 1 73.96 -73.0179 -204.45 - 98 139.611 1268 0 1 73.85 -73.1255 -204.717 - 98 26.7208 532 0 0 73.3634 -73.6164 -205.85 - 98 103.488 531 0 0 73.3305 -73.65 -205.929 - 98 163.494 1275 0 1 75.1418 -67.9004 -204.45 - 98 247.951 1274 0 1 75.0497 -67.8505 -204.615 - 98 119.05 562 0 0 74.561 -67.6223 -205.85 - 98 40.5301 641 0 0 71.1373 -51.7883 -206.25 - 98 83.2322 642 0 0 71.2021 -51.65 -206.14 - 98 78.3635 643 0 0 71.2129 -51.45 -205.949 - 98 21.2406 1254 0 1 70.8709 -49.9443 -204.85 - 98 176.022 1253 0 1 70.8499 -49.8705 -204.8 - 98 26.995 1252 0 1 70.65 -49.5215 -204.537 - 98 75.7139 1273 0 1 74.8496 -68.004 -204.714 - 98 9.34967 1272 0 1 74.6497 -68.036 -204.832 - 98 109.007 557 0 0 73.0341 -68.5072 -205.85 - 98 113.158 556 0 0 72.7165 -68.6501 -206.069 - 98 84.5682 612 4 0 95.3647 -57.45 -85.8792 - 98 121.599 611 4 0 95.4831 -57.65 -85.9707 - 98 95.2839 1358 4 1 91.8959 -58.0791 -84.85 - 98 160.09 600 4 0 91.8882 -59.8769 -85.85 - 98 52.842 649 6 0 99.9548 -50.05 -26.122 - 98 96.7948 644 8 0 100.011 -51.0611 34.1496 - 98 62.7262 643 8 0 100.118 -51.25 33.8825 - 98 117.897 1476 7 1 115.429 -68.0312 5.54992 - 98 68.534 1477 7 1 115.55 -67.6446 5.30918 - 98 21.8381 569 7 0 116.382 -66.1146 4.15 - 98 325.312 570 7 0 116.422 -66.0499 4.0991 - 98 89.9137 603 7 0 106.011 -59.338 3.75 - 98 32.0557 602 7 0 105.961 -59.45 4.01673 - 98 48.3253 1429 7 1 106.113 -59.7273 5.15 - 98 345.088 1430 7 1 106.15 -59.7768 5.32721 - 98 116.043 1431 7 1 106.35 -60.0644 5.3551 - 98 134.211 651 8 0 99.9597 -49.7053 34.15 - 98 6.57789 1434 7 1 107.143 -46.8932 5.55 - 98 96.8496 1435 7 1 107.15 -46.8909 5.51671 - 98 110.08 666 7 0 107.401 -46.8135 4.15 - 98 125.166 1460 6 1 112.236 -44.9249 -24.45 - 98 115.818 675 6 0 112.463 -44.9229 -25.85 - 98 197.497 1483 5 1 116.908 -45.177 -54.45 - 98 111.846 674 5 0 116.919 -45.1082 -55.8506 - 98 124.433 1487 4 1 117.661 -44.1781 -84.4502 - 98 145.845 678 4 0 117.79 -44.2878 -85.85 - 98 113.775 1501 3 1 120.371 -47.1842 -114.45 - 98 103.274 664 3 0 120.391 -47.1043 -115.85 - 98 143.812 1500 2 1 120.255 -45.8417 -144.45 - 98 118.909 669 2 0 120.088 -46.0713 -145.85 - 98 124.633 1471 1 1 114.431 -50.9715 -174.45 - 98 79.3623 643 1 0 114.184 -51.3613 -175.85 - 98 26.8255 642 1 0 114.129 -51.45 -176.147 - 98 69.9607 1442 0 1 108.589 -59.4262 -204.45 - 98 39.0897 1441 0 1 108.55 -59.4857 -204.692 - 98 109.213 601 0 0 108.355 -59.7661 -205.85 - 98 10.8647 600 0 0 108.293 -59.85 -206.212 -Number of digits in this event: 40 +Number of tracker hits in this event: 37 + 98 121.697 818 11 1 -16.3424 -69.3623 125.55 + 98 105.786 553 11 0 -16.3427 -69.3631 124.15 + 98 176.622 818 10 1 -16.3399 -69.3759 95.55 + 98 163.479 553 10 0 -16.3434 -69.3744 94.15 + 98 114.521 818 9 1 -16.4154 -69.3392 65.55 + 98 127.705 553 9 0 -16.4168 -69.3357 64.15 + 98 130.694 817 8 1 -16.4533 -69.267 35.55 + 98 111.606 553 8 0 -16.4562 -69.2602 34.15 + 98 138.749 817 7 1 -16.49 -69.1276 5.55 + 98 170.856 554 7 0 -16.4895 -69.1199 4.15 + 98 121.444 817 6 1 -16.4918 -68.962 -24.45 + 98 96.8034 555 6 0 -16.4892 -68.956 -25.85 + 98 106.414 818 5 1 -16.4287 -68.8853 -54.45 + 98 104.552 555 5 0 -16.4265 -68.8848 -55.85 + 98 150.59 818 4 1 -16.3586 -68.8819 -84.45 + 98 178.505 555 4 0 -16.3527 -68.8815 -85.85 + 98 110.318 819 3 1 -16.2431 -68.9039 -114.45 + 98 100.061 555 3 0 -16.2464 -68.9057 -115.85 + 98 121.851 818 2 1 -16.3031 -68.9124 -144.45 + 98 123.607 555 2 0 -16.3084 -68.9217 -145.85 + 98 412.452 818 1 1 -16.4121 -69.0911 -174.45 + 98 109.56 554 1 0 -16.4102 -69.1056 -175.85 + 98 131.599 818 0 1 -16.3221 -69.4112 -204.45 + 98 129.943 553 0 0 -16.3132 -69.4352 -205.85 + 98 272.281 555 1 0 -16.2768 -68.9591 -175.85 + 98 270.146 819 0 1 -16.1107 -69.0693 -204.45 + 98 106.972 554 0 0 -16.093 -69.0692 -205.85 + 98 225.359 548 0 0 -16.2764 -70.3372 -205.85 + 98 144.823 556 4 0 -16.3113 -68.85 -86.1576 + 98 185.699 562 2 0 135.001 -67.4611 -146.25 + 98 262.034 563 2 0 135.041 -67.45 -146.229 + 98 136.872 561 2 0 135.189 -67.65 -145.996 + 98 25.3857 553 7 0 -16.4799 -69.25 3.79103 + 98 192.515 333 7 0 31.4519 -113.375 3.75 + 98 128.407 334 7 0 31.6067 -113.35 3.81947 + 98 78.3263 818 8 1 -16.45 -69.2715 35.4403 + 98 2.29431 48 1 1 -170.35 -64.2983 -174.477 +Number of digits in this event: 25 Using G4ParticleGun... -Particle energy: 5.82924 LIN +Particle energy: 3.37459 LIN Particle: e- Event: 99 -Number of tracker hits in this event: 83 - 99 98.4224 874 11 1 -5.06574 38.3908 125.55 - 99 167.422 1091 11 0 -5.06678 38.3913 124.15 - 99 132.081 874 10 1 -5.08919 38.4127 95.55 - 99 119.916 1091 10 0 -5.08986 38.4132 94.15 - 99 108.659 874 9 1 -5.1026 38.4331 65.55 - 99 139.968 1091 9 0 -5.10363 38.4328 64.15 - 99 176.131 874 8 1 -5.12711 38.4201 35.55 - 99 121.574 1091 8 0 -5.12894 38.4193 34.15 - 99 170.648 874 7 1 -5.16657 38.4004 5.55 - 99 106.26 1091 7 0 -5.16761 38.3962 4.15 - 99 325.236 874 6 1 -5.1969 38.3051 -24.45 - 99 258.909 1091 6 0 -5.19643 38.2987 -25.85 - 99 152.444 874 5 1 -5.18723 38.164 -54.45 - 99 177.15 1090 5 0 -5.18882 38.1588 -55.85 - 99 298.789 874 4 1 -5.22242 38.0572 -84.45 - 99 119.159 1090 4 0 -5.22416 38.052 -85.85 - 99 131.336 873 3 1 -5.25585 37.9497 -114.45 - 99 154.658 1089 3 0 -5.25959 37.9455 -115.85 - 99 173.196 873 2 1 -5.33046 37.8519 -144.45 - 99 133.127 1088 2 0 -5.33075 37.8454 -145.85 - 99 120.565 873 1 1 -5.33803 37.6967 -174.45 - 99 349.6 1088 1 0 -5.3269 37.6879 -175.85 - 99 101.456 874 0 1 -5.1115 37.5129 -204.45 - 99 157.488 1087 0 0 -5.1082 37.5068 -205.85 - 99 14.6647 988 1 0 31.004 17.85 -176.117 - 99 46.4452 490 3 1 -81.9831 -96.2739 -114.45 - 99 15.4182 1114 0 0 -1.14573 43.0047 -206.249 - 99 210.941 1115 0 0 -1.13516 43.05 -206.206 - 99 60.8035 1116 0 0 -1.08471 43.25 -206.002 - 99 206.686 895 0 1 -0.967091 44.2705 -204.85 - 99 110.757 1092 1 0 -10.2154 38.5509 -176.25 - 99 3.81599 1091 1 0 -10.3501 38.45 -175.86 - 99 1.4237 847 1 1 -10.6479 38.0981 -174.85 - 99 173.653 846 1 1 -10.6501 38.0957 -174.843 - 99 67.1587 848 1 1 -10.2528 37.6128 -174.45 - 99 178.531 849 1 1 -10.25 37.6428 -174.623 - 99 10.8979 850 1 1 -10.05 37.8075 -174.823 - 99 37.0218 1090 1 0 -9.30362 38.0671 -175.85 - 99 86.3888 1089 1 0 -9.26616 38.05 -175.946 - 99 121.063 875 6 1 -5.05 38.1904 -24.5698 - 99 129.918 341 1 0 119.07 -111.904 -176.25 - 99 116.373 342 1 0 119.286 -111.75 -176.151 - 99 66.2723 343 1 0 119.55 -111.55 -175.938 - 99 34.9815 1502 1 1 120.643 -111.086 -174.85 - 99 70.3839 1503 1 1 120.75 -111.065 -174.803 - 99 231.068 1504 1 1 120.95 -111.018 -174.74 - 99 109.178 1505 1 1 121.15 -110.506 -174.498 - 99 167.398 1506 1 1 121.35 -110.316 -174.526 - 99 92.6515 1507 1 1 121.55 -109.939 -174.456 - 99 84.0907 1508 1 1 121.75 -109.863 -174.585 - 99 88.6838 1509 1 1 121.95 -109.921 -174.723 - 99 252.075 1510 1 1 122.15 -109.962 -174.724 - 99 183.161 1091 5 0 -5.24235 38.3705 -55.9337 - 99 96.2223 873 4 1 -5.33633 38.7091 -84.45 - 99 119.438 1093 4 0 -5.38372 38.7392 -85.85 - 99 178.209 871 3 1 -5.67001 39.3214 -114.45 - 99 81.8072 1096 3 0 -5.72733 39.4258 -115.85 - 99 30.2606 1097 3 0 -5.74305 39.45 -116.174 - 99 22.1373 864 2 1 -7.24488 41.6673 -144.45 - 99 85.1335 863 2 1 -7.25 41.6701 -144.535 - 99 131.199 1108 2 0 -7.32681 41.7051 -145.85 - 99 117.129 855 1 1 -8.94337 42.5978 -174.45 - 99 152.645 1112 1 0 -9.04931 42.62 -175.85 - 99 192.317 844 0 1 -11.0829 43.507 -204.45 - 99 104.496 1091 4 0 -5.12081 38.4235 -85.85 - 99 132.681 872 3 1 -5.5998 38.3663 -114.45 - 99 166.54 1091 3 0 -5.49925 38.3176 -115.85 - 99 140.291 883 2 1 -3.40468 37.1338 -144.45 - 99 156.773 1084 2 0 -3.36425 37.0395 -145.85 - 99 147.212 888 1 1 -2.43923 34.9567 -174.45 - 99 113.217 1074 1 0 -2.38786 34.9282 -175.85 - 99 107.059 892 0 1 -1.63582 34.5013 -204.45 - 99 115.909 1072 0 0 -1.67914 34.4639 -205.85 - 99 101.992 284 0 0 16.9587 -123.15 -206.085 - 99 137.883 281 0 0 17.0096 -123.75 -206.169 - 99 87.0941 283 0 0 16.983 -123.35 -206.015 - 99 59.6888 282 0 0 16.8891 -123.55 -205.877 - 99 1.53202 981 0 1 16.2505 -124.676 -204.85 - 99 115.915 980 0 1 16.25 -124.677 -204.849 - 99 335.257 275 0 0 15.9558 -125.092 -205.85 - 99 22.5089 1085 2 0 -3.41567 37.05 -146.225 - 99 21.6396 1480 2 0 -71.0091 116.308 -146.25 - 99 236.832 1245 2 0 -118.098 69.1471 -146.25 -Number of digits in this event: 42 +Number of tracker hits in this event: 124 + 99 105.405 1281 10 1 76.3754 -38.1665 95.55 + 99 101.171 709 10 0 76.3779 -38.1687 94.15 + 99 443.599 1281 9 1 76.4322 -38.2158 65.55 + 99 394.311 709 9 0 76.4307 -38.221 64.15 + 99 236.225 1281 8 1 76.4099 -38.3369 35.55 + 99 145.864 708 8 0 76.4128 -38.3434 34.15 + 99 135.296 1282 7 1 76.4773 -38.4871 5.55 + 99 229.741 707 7 0 76.4803 -38.4938 4.15 + 99 188.682 1282 6 1 76.5416 -38.6378 -24.45 + 99 104.146 707 6 0 76.5454 -38.6442 -25.85 + 99 413.927 1282 5 1 76.6216 -38.771 -54.45 + 99 296.591 706 5 0 76.624 -38.7796 -55.85 + 99 128.174 1283 4 1 76.6675 -38.9624 -84.45 + 99 124.981 705 4 0 76.6749 -38.9696 -85.85 + 99 126.718 1284 3 1 76.8534 -39.0996 -114.45 + 99 99.7974 704 3 0 76.8545 -39.1136 -115.85 + 99 275.829 1283 2 1 76.8069 -39.3686 -144.45 + 99 139.269 703 2 0 76.7949 -39.3964 -145.85 + 99 120.602 1282 1 1 76.4652 -40.0755 -174.45 + 99 162.16 699 1 0 76.4132 -40.1023 -175.85 + 99 155.755 1276 0 1 75.3513 -40.6858 -204.45 + 99 226.648 696 0 0 75.2955 -40.7393 -205.85 + 99 144.191 696 4 0 85.7492 -40.7455 -86.25 + 99 61.2652 1331 4 1 86.3906 -40.6636 -84.85 + 99 252.235 1332 4 1 86.45 -40.6586 -84.7426 + 99 81.0491 1135 5 1 47.232 -38.9841 -54.85 + 99 61.7363 1134 5 1 47.0498 -38.9746 -54.709 + 99 46.4436 1133 5 1 46.85 -38.9477 -54.5665 + 99 14.9089 835 6 0 41.9126 -12.8896 -26.2499 + 99 54.8243 836 6 0 41.9097 -12.85 -26.2259 + 99 144.476 837 6 0 41.9042 -12.65 -26.2368 + 99 101.694 838 6 0 21.5647 -12.45 -26.0192 + 99 151.143 839 6 0 21.5115 -12.25 -25.9172 + 99 110.19 840 6 0 21.4898 -12.05 -25.9962 + 99 287.06 1284 1 1 77.0003 -39.5972 -174.45 + 99 393.424 702 1 0 77.0205 -39.5778 -175.85 + 99 93.7467 1287 0 1 77.4617 -40.8308 -204.45 + 99 132.893 694 0 0 77.722 -41.1596 -205.85 + 99 0.18781 693 0 0 77.8012 -41.25 -206.248 + 99 15.1917 1072 1 0 90.9401 34.6081 -176.25 + 99 47.6038 1073 1 0 90.9491 34.65 -176.222 + 99 90.6053 1074 1 0 90.9865 34.85 -176.117 + 99 21.4192 1075 1 0 91.0229 35.05 -175.892 + 99 117.399 1353 1 1 90.896 35.5039 -174.85 + 99 97.7275 1284 0 1 76.8511 -39.9484 -204.45 + 99 100.567 1283 0 1 76.85 -39.9498 -204.491 + 99 119.943 700 0 0 76.8147 -39.9945 -205.85 + 99 43.7673 1285 0 1 77.05 -40.0481 -204.718 + 99 149.475 684 0 0 82.8105 -43.1845 -206.25 + 99 134.368 1313 0 1 82.7229 -43.0735 -204.85 + 99 262.721 704 2 0 76.8244 -39.1645 -145.85 + 99 101.423 1282 2 1 76.5973 -39.0553 -144.45 + 99 148.749 1364 1 1 93.0228 -42.6014 -174.45 + 99 146.856 689 1 0 93.2341 -42.1623 -175.85 + 99 64.3161 1377 0 1 95.6107 -36.0732 -204.45 + 99 54.0613 1376 0 1 95.55 -36.1289 -204.606 + 99 111.995 717 0 0 95.044 -36.4767 -205.85 + 99 78.966 708 2 0 76.9664 -38.3926 -145.85 + 99 83.5879 709 2 0 77.0223 -38.2498 -146.03 + 99 27.6259 710 2 0 77.1133 -38.05 -146.182 + 99 19.9856 1371 1 1 94.3792 -7.44431 -174.45 + 99 68.4864 1370 1 1 94.35 -7.42911 -174.459 + 99 72.0641 1369 1 1 94.1496 -7.3208 -174.544 + 99 90.9375 1368 1 1 93.95 -7.14371 -174.673 + 99 18.5278 1367 1 1 93.75 -6.98397 -174.818 + 99 48.0795 873 1 0 91.8806 -5.37252 -175.85 + 99 94.2927 874 1 0 91.742 -5.25 -175.928 + 99 85.5664 875 1 0 91.5412 -5.05 -176.028 + 99 81.4591 876 1 0 91.3938 -4.85 -176.138 + 99 21.4159 877 1 0 91.2389 -4.65 -176.233 + 99 43.9067 1569 1 0 61.6028 133.988 -176.25 + 99 41.7752 1570 1 0 61.6778 134.15 -176.211 + 99 130.886 711 8 0 76.2936 -37.6756 34.15 + 99 175.205 1279 7 1 75.9137 -37.2645 5.55 + 99 156.781 714 7 0 75.8966 -37.2255 4.15 + 99 133.475 1277 6 1 75.5063 -36.4868 -24.45 + 99 139.845 718 6 0 75.5149 -36.4456 -25.85 + 99 107.838 1278 5 1 75.7603 -35.635 -54.45 + 99 144.804 722 5 0 75.7573 -35.5914 -55.85 + 99 133.391 1278 4 1 75.6668 -34.7625 -84.45 + 99 107.047 726 4 0 75.6766 -34.7167 -85.85 + 99 169.967 1279 3 1 75.9545 -33.6997 -114.45 + 99 134.843 732 3 0 75.9312 -33.6431 -115.85 + 99 203.494 1277 2 1 75.494 -32.5241 -144.45 + 99 106.153 737 2 0 75.4537 -32.4723 -145.85 + 99 104.951 1273 1 1 74.7093 -31.4058 -174.45 + 99 123.397 743 1 0 74.6702 -31.3556 -175.85 + 99 128.576 1269 0 1 73.9082 -30.3265 -204.45 + 99 112.351 748 0 0 73.8418 -30.2972 -205.85 + 99 116.072 1278 3 1 75.8497 -33.6661 -114.66 + 99 57.2525 1277 3 1 75.65 -33.6231 -114.571 + 99 158.013 1282 8 1 76.6101 -38.9042 35.55 + 99 136.668 705 8 0 76.6349 -38.9542 34.15 + 99 71.3204 1285 7 1 77.2436 -39.9523 5.55 + 99 66.897 1286 7 1 77.25 -39.9621 5.35803 + 99 140.699 700 7 0 77.2945 -40.0262 4.15 + 99 114.667 1291 6 1 78.3778 -41.6148 -24.45 + 99 129.153 692 6 0 78.4223 -41.6219 -25.85 + 99 9.13622 1295 5 1 79.2486 -41.8397 -54.45 + 99 138.276 1296 5 1 79.25 -41.8401 -54.4675 + 99 140.092 690 5 0 79.3643 -41.8756 -55.85 + 99 151.325 1308 4 1 81.651 -42.4622 -84.4505 + 99 109.821 687 4 0 81.8418 -42.5182 -85.8502 + 99 62.8503 1311 3 1 82.3953 -44.2377 -114.45 + 99 36.4665 1312 3 1 82.45 -44.2618 -114.691 + 99 143.487 678 3 0 82.6823 -44.3817 -115.85 + 99 22.6484 1338 2 1 87.8054 -47.0557 -144.45 + 99 97.9985 1339 2 1 87.8501 -47.0489 -144.536 + 99 286.454 665 2 0 88.5145 -47.0182 -145.85 + 99 90.048 1428 1 1 105.791 -44.5614 -174.45 + 99 59.8123 1429 1 1 105.95 -44.6085 -174.682 + 99 18.1871 676 1 0 106.809 -44.8398 -175.85 + 99 145.664 675 1 0 106.851 -44.85 -175.909 + 99 2.97913 1527 0 1 125.562 -49.3407 -204.45 + 99 132.2 1526 0 1 125.55 -49.3384 -204.463 + 99 43.4505 1525 0 1 125.35 -49.3045 -204.721 + 99 111.89 655 0 0 124.372 -48.9632 -205.85 + 99 99.3637 656 0 0 124.109 -48.85 -206.161 + 99 122.786 683 3 0 81.2201 -43.2931 -115.85 + 99 22.7638 684 3 0 81.1844 -43.25 -115.867 + 99 208.585 1307 4 1 81.6487 -42.4669 -84.45 + 99 171.475 684 4 0 81.5093 -43.0876 -85.85 + 99 135.12 691 5 0 79.3802 -41.85 -56.1229 + 99 98.7855 677 0 0 85.8636 -44.5957 -205.85 +Number of digits in this event: 59 Run terminated. Run Summary Number of events processed : 100 - User=45.490000s Real=47.169535s Sys=0.020000s + User=45.730000s Real=48.315436s Sys=0.010000s End of Run 2 -There are histograms that can be viewed with visualization: - 6 h1 histograms(s) - 6 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 19 of which, static: 0 -Dynamic pools deleted: 19 / Total memory freed: 0.19 MB +Dynamic pools deleted: 19 / Total memory freed: 0.2 MB ============================================================ diff --git a/examples/advanced/gorad/gorad.out b/examples/advanced/gorad/gorad.out index 8f3cf810e12..2adfcd9aec2 100644 --- a/examples/advanced/gorad/gorad.out +++ b/examples/advanced/gorad/gorad.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -220,19 +220,19 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=152.610000s Real=158.345588s Sys=0.030000s + User=150.490000s Real=158.128130s Sys=0.030000s /control/doifBatch /score/dumpAllQuantitiesToFile Probes Probes.csv /score/dumpAllQuantitiesToFile Probes Probes.csv # Mesh or volume name: Probes -- # Primitive scorer name: dose - bin 0,0,0 : statistical error 27.747(%) - to reduce the statistical error below 10%, increase number of events approximately 7.69898 times. + bin 0,0,0 : statistical error 27.4517(%) + to reduce the statistical error below 10%, increase number of events approximately 7.53597 times. # Mesh or volume name: Probes -- # Primitive scorer name: protonFlux - bin 0,0,0 : statistical error 33.5269(%) - to reduce the statistical error below 10%, increase number of events approximately 11.2405 times. + bin 0,0,0 : statistical error 22.7266(%) + to reduce the statistical error below 10%, increase number of events approximately 5.16497 times. # Mesh or volume name: Probes -- # Primitive scorer name: volFlx - bin 0,0,0 : statistical error 26.7392(%) - to reduce the statistical error below 10%, increase number of events approximately 7.14983 times. + bin 0,0,0 : statistical error 22.4495(%) + to reduce the statistical error below 10%, increase number of events approximately 5.0398 times. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 2.4 MB +Dynamic pools deleted: 12 / Total memory freed: 1.2 MB ============================================================ diff --git a/examples/advanced/hadrontherapy/History b/examples/advanced/hadrontherapy/History index 8b4895755a1..2a50b2b6d6b 100644 --- a/examples/advanced/hadrontherapy/History +++ b/examples/advanced/hadrontherapy/History @@ -6,6 +6,15 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-11-07 A. Sciuto (hadrontherapy-V11-02-03) +- Update of readme, main, macros, physics list, run action and passive proton beamline: + general cleanup, bugfixing and readability improvement. + + +## 2024-08-12 I. Hrivnacova (hadrontherapy-V11-02-02) +- Updated for changes in accumulables: + use new "Register" method with shorter name + ## 2024-04-24 Gabriele Cosmo (hadrontherapy-V11-02-01) - Fixed compilation error on Windows VC++ with C++20 Standard enabled. Make proper use of G4String in HadrontherapyInteractionParameters. diff --git a/examples/advanced/hadrontherapy/README b/examples/advanced/hadrontherapy/README index 7b13fdabe4d..4910b4d5987 100644 --- a/examples/advanced/hadrontherapy/README +++ b/examples/advanced/hadrontherapy/README @@ -2,41 +2,40 @@ Text version of the Hadrontherapy README file ========================================================= -Last revision: -Released with the Geant4 10.7 version (December 2020) +Last revision: November 2024 ------------------------------------------------------------------------------------------------- -ADVERTISEMENT: this is the text version of the README file of the 'basic' hadrontherapy, -as it has been released in the Geant4 10.7 release -Visit the Hadrontherapy web site (https://twiki.cern.ch/twiki/bin/view/Geant4/AdvancedExamplesHadrontherapy) to request -the complete version of this program, together with its documentation; -'hadrontherapy' (both basic and full version) is supported by the Italian INFN -Institute in the framework of the MC-INFN Group +'hadrontherapy' example is supported by the Italian INFN +Institute in the framework of the Geant4 INFN experiment -------------------------------------------------------------------------------------------------- - - ========================================================= - HADRONTHERAPY - ========================================================= -==========> MAIN AUTHORS <========== +---------------------------------------------------------------------------- + GEANT 4 - Hadrontherapy example +---------------------------------------------------------------------------- - G.A.P. Cirrone(a)*, L. Pandola(a), G.Milluzzo(a), G.Petringa(a) + MAIN AUTHORS + ==================== + G.A.P. Cirrone(a)*, L. Pandola(a), G. Petringa(a), S.Fattori(a), A.Sciuto(a) + *Corresponding author, email to pablo.cirrone@lns.infn.it -==========> PAST AUTHORS <========== -J.Pipek(a),R. Calcagno(a), G.Cuttone(a),G.Danielsen (b), F.Di Rosa(a), S.Guatelli(c), A.Heikkinen(b), P.Kaitaniemi(b), -A.Lechner(d), S.E.Mazzaglia(a), M.G.Pia(e), F.Romano(f), G.Russo(a), M.Russo(a), A.Varisano(a), A. Tramontana (a,f) + ==========> PAST CONTRIBUTORS <========== + R.Calcagno(a), G.Danielsen (b), F.Di Rosa(a), + S.Guatelli(c), A.Heikkinen(b), P.Kaitaniemi(b), + A.Lechner(d), S.E.Mazzaglia(a), Z. Mei(h), G.Milluzzo(a), + M.G.Pia(e), F.Romano(a), G.Russo(a,g), + M.Russo(a), A.Tramontana (a), A.Varisano(a) -(a) Laboratori Nazionali del Sud of the INFN, Catania, Italy -(b) Helsinki Institute of Physics, Helsinki, Finland -(c) University of Wollongong, Australia -(d) CERN, (CH) -(e) INFN Section of Genova, Genova, Italy -(f) Physics and Astronomy Department, University of Catania, Catania, Italy + (a) Laboratori Nazionali del Sud of INFN, Catania, Italy + (b) Helsinki Institute of Physics, Helsinki, Finland + (c) University of Wallongong, Australia + (d) CERN, Geneve, Switzwerland + (e) INFN Section of Genova, Genova, Italy + (f) Physics and Astronomy Department, Univ. of Catania, Catania, Italy + (g) CNR-IBFM, Italy + (h) Institute of Applied Electromagnetic Engineering(IAEE) + Huazhong University of Science and Technology(HUST), Wuhan, China - *Corresponding author, email to: cirrone@lns.infn.it ------------------------------------------------------------------------------------------------- HADRONTHERAPY: @@ -228,46 +227,26 @@ The user can have the possibility to vary, via messenger, many characteristics o PHYSICS PROCESSES AND PHYSICS MODELS IMPLEMENTATION =================================================== - Physics models in 'hadrontherapy', following the Geant4 organization, can be defined using four different approaches: - -Particular care is addressed to the simulation of the physics processes. -Three different approaches can be used for the choose of the physic models. - -Approach 1: -Using the macro command: -/physic/addPhysics/. - -In this case, the models (for electromagnetic, hadronic elastic and hadronic inelastic) can be -activated directly calling the name of the Physics Lists that are available inside the -Geant4 kernel in the directory: - -$G4INSTALL/source/physics_lists/builders/include - -An example of the use of the Physics List can be found in the macro files: -default_macro.mac and carbon_beamline.mac - -Approach 2: +Using the builder concepts of Geant4 we assembled (and tested) two different +Physics Lists that are particuilarly suited for Hadronterapy applications: -A set of built-in physic lists are also defined and included in the class HadrontherapyPhisicsList.cc and can be activated by macro command: +'HADRONTHERAPY_1' is more suited for protons only +'HADRONTHERAPY_2' is suggested for better precision with ions -/physic/addPhysics/. +NOTE: to activate the "_HP" physics you have to set the G4PARTICLEHPDATA environment +variable pointing to the external dataset named "G4TENDL". -Two different physics lists can be selected using this approach: -- HADRONTHERAPY_1: include HP hadronic physics models -- HADRONTHERAPY_2: HP physics models are switched off +The Reference physics lists (already present in the Geant4 kernel) can +be used as well. In this case the more suitable "Reference physics lists" are: +"QBBC", "QGSP_BIC", "Shielding", "QGSP_BERT", +"QGSP_BIC_AllHP" and "QGSP_BIC_HP" -Approach 3: -We developed this approach in order to simplify the choice of the physic models to -be used in the application. -With this approach the user must only insert a command line in his/her .mac file using the: /physics/addPackage -This permits to switch-on an already built physics package. -Various packages are already present in the Geant4 tree: they are in the directory: geant4/source/physics_lists/lists/include -Approach 4: -Directly call a reference physics list by setting the variable PHYSLIST. Ex.: - export PHYSLIST=QGSP_BIC_EMY -and the export QGSP_BIC_EMY reference physics list will be setted +All the lists can be activated inside any macro file using the command: +/Physics/addPhysics +Examples of usage are: +/Physics/addPhysics HADRONTHERAPY_1 or /Physics/addPhysics QGSP_BIC_HP INTERACTIVE COMMANDS diff --git a/examples/advanced/hadrontherapy/hadrontherapy.cc b/examples/advanced/hadrontherapy/hadrontherapy.cc index 676fc901b9b..417af66455f 100644 --- a/examples/advanced/hadrontherapy/hadrontherapy.cc +++ b/examples/advanced/hadrontherapy/hadrontherapy.cc @@ -23,28 +23,23 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// ---------------------------------------------------------------------------- -// GEANT 4 - Hadrontherapy example -// ---------------------------------------------------------------------------- -// -// MAIN AUTHOR -// ==================== -// G.A.P. Cirrone(a)* -// -// *Corresponding author, email to pablo.cirrone@lns.infn.it +// ---------------------------------------------------------------------------- +// GEANT 4 - Hadrontherapy example +// ---------------------------------------------------------------------------- // -// ACTUAL CONTRIBUTORS +// MAIN AUTHORS // ==================== -// G.A.P. Cirrone(a), L. Pandola(a), G. Petringa(a) +// G.A.P. Cirrone(a)*, L. Pandola(a), G. Petringa(a), S.Fattori(a), A.Sciuto(a) +// *Corresponding author, email to pablo.cirrone@lns.infn.it // // -// ==========> PAST CONTRIBUTORS <========== +// ==========> PAST CONTRIBUTORS <========== // -// R. Calcagno(a), G.Danielsen (b), F.Di Rosa(a), -// S.Guatelli(c), A.Heikkinen(b), P.Kaitaniemi(b), -// A.Lechner(d), S.E.Mazzaglia(a), Z. Mei(h), M.G.Pia(e), -// F.Romano(a), G.Russo(a,g), M.Russo(a), A. Tramontana (a), -// A.Varisano(a) +// R.Calcagno(a), G.Danielsen (b), F.Di Rosa(a), +// S.Guatelli(c), A.Heikkinen(b), P.Kaitaniemi(b), +// A.Lechner(d), S.E.Mazzaglia(a), Z. Mei(h), G.Milluzzo(a), +// M.G.Pia(e), F.Romano(a), G.Russo(a,g), +// M.Russo(a), A.Tramontana (a), A.Varisano(a) // // (a) Laboratori Nazionali del Sud of INFN, Catania, Italy // (b) Helsinki Institute of Physics, Helsinki, Finland @@ -93,14 +88,16 @@ #include "G4VisExecutive.hh" #include "G4UIExecutive.hh" +#include "QBBC.hh" + ////////////////////////////////////////////////////////////////////////////////////////////// int main(int argc ,char ** argv) { - G4UIExecutive* ui = 0; - if ( argc == 1 ) { - ui = new G4UIExecutive(argc, argv); - } - + // Detect interactive mode (if no arguments) and define UI session + // + G4UIExecutive* ui = nullptr; + if ( argc == 1 ) { ui = new G4UIExecutive(argc, argv); } + //Instantiate the G4Timer object, to monitor the CPU time spent for //the entire execution G4Timer* theTimer = new G4Timer(); @@ -114,17 +111,21 @@ int main(int argc ,char ** argv) G4Random::setTheEngine( &defaultEngine ); G4int seed = (G4int) time( NULL ); G4Random::setTheSeed( seed ); - - auto* runManager = G4RunManagerFactory::CreateRunManager(); - G4int nThreads = 4; - runManager->SetNumberOfThreads(nThreads); + + // Construct the default run manager + // + auto* runManager = G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default); + + // Define the number of threads for the simulation runs + G4int nThreads = 4; + runManager->SetNumberOfThreads(nThreads); - // Geometry controller is responsible for instantiating the - // geometries. All geometry specific m tasks are now in class - // HadrontherapyGeometryController. + // Geometry controller is responsible for instantiating the geometries. + // HadrontherapyGeometryController *geometryController = new HadrontherapyGeometryController(); // Connect the geometry controller to the G4 user interface + // HadrontherapyGeometryMessenger *geometryMessenger = new HadrontherapyGeometryMessenger(geometryController); G4ScoringManager *scoringManager = G4ScoringManager::GetScoringManager(); @@ -135,30 +136,17 @@ int main(int argc ,char ** argv) // Initialize the physics G4PhysListFactory factory; - G4VModularPhysicsList* phys = 0; - G4String physName = ""; - - // Physics List name defined via environment variable - char* path = std::getenv("PHYSLIST"); - if (path) { physName = G4String(path); } + G4VModularPhysicsList* physicsList = 0; + physicsList = new HadrontherapyPhysicsList(); - if(physName != "" && factory.IsReferencePhysList(physName)) - { - phys = factory.GetReferencePhysList(physName); - } - if (phys) + if (physicsList) { G4cout << "Going to register G4ParallelWorldPhysics" << G4endl; - phys->RegisterPhysics(new G4ParallelWorldPhysics("DetectorROGeometry")); - } - else - { - G4cout << "Using HadrontherapyPhysicsList()" << G4endl; - phys = new HadrontherapyPhysicsList(); + physicsList -> RegisterPhysics(new G4ParallelWorldPhysics("DetectorROGeometry")); } // Initialisations of physics - runManager->SetUserInitialization(phys); + runManager->SetUserInitialization(physicsList); // Initialisation of the Actions runManager->SetUserInitialization(new HadrontherapyActionInitialization); @@ -167,30 +155,32 @@ int main(int argc ,char ** argv) G4ScoringManager::GetScoringManager(); // Interaction data: stopping powers + // HadrontherapyInteractionParameters* pInteraction = new HadrontherapyInteractionParameters(true); // Initialize analysis + // HadrontherapyAnalysis* analysis = HadrontherapyAnalysis::GetInstance(); - -// Initialise the Visualisation - G4VisManager* visManager = new G4VisExecutive; + // Initialise the Visualisation + // + auto visManager = new G4VisExecutive(argc, argv); visManager -> Initialize(); //** Get the pointer to the User Interface manager - G4UImanager* UImanager = G4UImanager::GetUIpointer(); + // + auto UImanager = G4UImanager::GetUIpointer(); if ( !ui ) { // batch mode G4String command = "/control/execute "; G4String fileName = argv[1]; UImanager->ApplyCommand(command+fileName); - } else { - + UImanager -> ApplyCommand("/control/macroPath macro"); UImanager -> ApplyCommand("/control/execute macro/defaultMacro.mac"); ui -> SessionStart(); delete ui; diff --git a/examples/advanced/hadrontherapy/hadrontherapy.out b/examples/advanced/hadrontherapy/hadrontherapy.out index edafedad16a..14107eecc9c 100644 --- a/examples/advanced/hadrontherapy/hadrontherapy.out +++ b/examples/advanced/hadrontherapy/hadrontherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,7 +21,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Activating geometry default Going to register Parallel world...... done -Using HadrontherapyPhysicsList() +Going to register G4ParallelWorldPhysics +Accumulable registered as "RBE" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -34,7 +35,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -162,10 +162,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -318,7 +321,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -694,17 +697,15 @@ Index : 9 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Run 0 starts ... Run terminated. Run Summary Number of events processed : 500 - User=5.250000s Real=5.568770s Sys=0.100000s + User=5.160000s Real=5.450592s Sys=0.080000s Graphics systems deleted. Visualization Manager deleting... -The simulation took: 8.78874 s to run (real time) +The simulation took: 8.16199 s to run (real time) Dose is being written to Dose.out i j k Dose(Gy)================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 diff --git a/examples/advanced/hadrontherapy/macro/carbon_beamline.mac b/examples/advanced/hadrontherapy/macro/carbon_beamline.mac index 7568be3715e..22cf8f5374b 100644 --- a/examples/advanced/hadrontherapy/macro/carbon_beamline.mac +++ b/examples/advanced/hadrontherapy/macro/carbon_beamline.mac @@ -139,3 +139,7 @@ ######################### /run/beamOn 10 + + +# Visualization setting in case you wish it) +/control/execute vis.mac \ No newline at end of file diff --git a/examples/advanced/hadrontherapy/macro/defaultMacro.mac b/examples/advanced/hadrontherapy/macro/defaultMacro.mac index b3a92244f89..f65813fd973 100644 --- a/examples/advanced/hadrontherapy/macro/defaultMacro.mac +++ b/examples/advanced/hadrontherapy/macro/defaultMacro.mac @@ -1,30 +1,27 @@ -# G.A.P.Cirrone, pablo.cirrone@lns.infn.it +# Macro file for the initialization of example B1 +# in interactive session # -# Default macro file with visualisation. It is called if no argument is provided at run +# Set some default verbose +/control/verbose 2 +/control/saveHistory +/run/verbose 2 # -######################### -# Set of the verboses -# -/control/verbose 0 -/tracking/verbose 0 -/run/verbose 0 -/event/verbose 0 +# Change the default number of threads (in multi-threaded mode) +/run/numberOfThreads 4 ########################## # Set of the physic models # +#/Physics/addPhysics HADRONTHERAPY_1 +/Physics/addPhysics QGSP_BIC_HP +#/run/numberOfThreads 1 -/Physics/addPhysics HADRONTHERAPY_1 -/run/numberOfThreads 10 - -########################## -# Initialisation procedure -# +# Initialize kernel /run/initialize # Set a very high time threshold to allow all decays to happen -/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year +#/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year #################################################### # Set here the CUT and the STEP MAX for the tracking. @@ -137,6 +134,9 @@ # Default material is water liquid /changePhantom/material G4_WATER - /run/printProgress 1000 -/run/beamOn 50000 +/run/beamOn 100000 + +# Visualization setting (in case you wish it) +# +# /control/execute vis.mac diff --git a/examples/advanced/hadrontherapy/macro/defaultMacro_vis.mac b/examples/advanced/hadrontherapy/macro/defaultMacro_vis.mac index 6a83eabe510..f7b12990548 100644 --- a/examples/advanced/hadrontherapy/macro/defaultMacro_vis.mac +++ b/examples/advanced/hadrontherapy/macro/defaultMacro_vis.mac @@ -1,53 +1,27 @@ -# G.A.P.Cirrone, -# pablo.cirrone@lns.infn.it +# Macro file for the initialization of example B1 +# in interactive session # -# Default macro file. It is called if no argument is provided at run -# and when the PHYSLIST enviroment variable is OFF -# i.e. simply typing $G4WORKDIR/bin/Linux-++/Hadrontherapy - -######################### -# Set of the verboses +# Set some default verbose +/control/verbose 2 +/control/saveHistory +/run/verbose 2 # -/control/verbose 0 -/tracking/verbose 0 -/run/verbose 0 -/event/verbose 0 +# Change the default number of threads (in multi-threaded mode) +/run/numberOfThreads 4 ########################## # Set of the physic models # +#/Physics/addPhysics HADRONTHERAPY_1 +/Physics/addPhysics QGSP_BIC_HP +#/run/numberOfThreads 1 -/Physics/addPhysics HADRONTHERAPY_1 -/run/numberOfThreads 1 - -########################## -# Initialisation procedure -# +# Initialize kernel /run/initialize # Set a very high time threshold to allow all decays to happen -/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year - -########################## -# Visualisation -# -/vis/open OGLI 600x600-0+0 -#/vis/open ## open the default viewer - -# Disable auto refresh and quieten vis messages whilst scene and -# trajectories are established: -/vis/viewer/set/autoRefresh false -/vis/verbose errors - -/vis/drawVolume -/vis/viewer/set/viewpointThetaPhi 30 140 deg -/vis/viewer/zoom 1 -/vis/viewer/pan -10 0 cm -/vis/scene/add/trajectories smooth -/vis/scene/endOfEventAction accumulate -/vis/viewer/set/autoRefresh true -/vis/verbose warnings +#/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year #################################################### # Set here the CUT and the STEP MAX for the tracking. @@ -89,7 +63,6 @@ # the beam is travelling along the x-axis without any angular dispersion (angular despersion set to 0.0) # - /gps/ang/rot1 0 0 1 /gps/ang/rot2 0 1 0 /gps/ang/type beam1d @@ -98,8 +71,8 @@ # the beam energy is in gaussian profile # /gps/ene/type Gauss -/gps/ene/mono 60.0 MeV -#/gps/ene/sigma 0.25 MeV +/gps/ene/mono 62.3 MeV +/gps/ene/sigma 0.25 MeV #/gps/ene/mono 744 MeV #/gps/ene/sigma 0.740 MeV @@ -127,12 +100,6 @@ /changeDetector/displacement 0 18 18 cm /changePhantom/update -######################### -# Display the event number -# during the run -# -/event/printEventNumber 100 - ######################### # Start of the run # @@ -140,9 +107,35 @@ /analysis/secondary true /analysis/computeLet + +### RBE +/rbe/verbose 2 +/rbe/loadLemTable data/rbe/lem1.csv +/rbe/calculation 1 +/rbe/accumulate 1 + +## U87 +#/rbe/dcut 8.0 gray +#/rbe/alphaX 0.11 gray(-1) +#/rbe/betaX 0.06 gray(-2) +#/rbe/lemTable data/rbe/U87_LEM.dat +/rbe/cellLine U87 + +## AG01522 +#/rbe/dcut 9.5 gray +#/rbe/alphaX 0.54 gray(-1) +#/rbe/betaX 0.062 gray(-2) +#/rbe/lemTable data/rbe/AG01522_LEM.dat + +/rbe/doseScale 7777770 +# Dose scale should be: 2e7 / nEvents * voxelSizeInCm2 + + # Default material is water liquid /changePhantom/material G4_WATER /run/printProgress 1000 -/run/beamOn 1000 -/tracking/verbose 0 +/run/beamOn 500 + +# Visualization setting +/control/execute vis.mac diff --git a/examples/advanced/hadrontherapy/macro/vis.mac b/examples/advanced/hadrontherapy/macro/vis.mac new file mode 100644 index 00000000000..a0c11c8ed40 --- /dev/null +++ b/examples/advanced/hadrontherapy/macro/vis.mac @@ -0,0 +1,116 @@ +# Macro file for the visualization setting in the initialization phase +# of the B1 example when running in interactive mode +# + +# Specify a viewer, e.g., /vis/open OGL, or allow a system choice: +/vis/open +# This chooses a graphics system (in order of priority): +# - by argument in G4VisExecutive construction. +# - by environment variable, G4VIS_DEFAULT_DRIVER. +# - by information in ~/.g4session. +# - by mode (batch/interactive) and if interactive, by your build flags. +# See "Choosing a graphics viewer" in the Application Guide for details. +# For example, with environment variable G4VIS_DEFAULT_DRIVER: +# The format is []. Set this, e.g: +# (bash) export G4VIS_DEFAULT_DRIVER=TSG +# (tcsh) setenv G4VIS_DEFAULT_DRIVER OI +# or on the command line, precede the app invocation, e.g: +# G4VIS_DEFAULT_DRIVER=Vtk ./ +# The window-size-hint can optionally be added, e.g: +# (bash) export G4VIS_DEFAULT_DRIVER="OGLSX 1000x1000-0+0" +# Other suggestions for G4VIS_DEFAULT_DRIVER (see list of registered +# graphics systems printed at the start): +# DAWNFILE: to create a .prim file suitable for viewing in DAWN. +# HepRepFile: to create a .heprep file suitable for viewing in HepRApp. +# VRML2FILE: to create a .wrl file suitable for viewing in a VRML viewer. +# "TSG_OFFSCREEN 1200x1200": to create an image file with TSG. +# See the tsg_offscreen.mac in examples/basic/B5 for more commands +# to change the file format, file name, picture size, etc. + +# Disable auto refresh and quieten vis messages whilst scene and +# trajectories are established: +/vis/viewer/set/autoRefresh false +/vis/verbose errors +# +# Draw geometry: +/vis/drawVolume +# +# Specify view angle: +/vis/viewer/set/viewpointVector -1 0 0 +/vis/viewer/set/lightsVector -1 0 0 +# +# Specify style (surface, wireframe, auxiliary edges,...) +/vis/viewer/set/style wireframe +/vis/viewer/set/auxiliaryEdge true +/vis/viewer/set/lineSegmentsPerCircle 100 +# +# Draw smooth trajectories at end of event, showing trajectory points +# as markers 2 pixels wide: +/vis/scene/add/trajectories smooth +#/vis/modeling/trajectories/create/drawByCharge +#/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true +#/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2 +# (if too many tracks cause core dump => /tracking/storeTrajectory 0) + +# Draw hits at end of event: +#/vis/scene/add/hits +# +# To draw only gammas: +#/vis/filtering/trajectories/create/particleFilter +#/vis/filtering/trajectories/particleFilter-0/add gamma +# +# To invert the above, drawing all particles except gammas, +# keep the above two lines but also add: +#/vis/filtering/trajectories/particleFilter-0/invert true +# +# Many other options are available with /vis/modeling and /vis/filtering. +# For example, to select colour by particle ID: +#/vis/modeling/trajectories/create/drawByParticleID +#/vis/modeling/trajectories/drawByParticleID-0/default/setDrawStepPts true +# To select or override default colours (note: e+ is blue by default): +#/vis/modeling/trajectories/list +#/vis/modeling/trajectories/drawByParticleID-0/set e+ yellow +# +# To superimpose all of the events from a given run: +/vis/scene/endOfEventAction accumulate +# +# Decorations +# Name +/vis/set/textColour green +/vis/set/textLayout right +/vis/scene/add/text2D 0.9 -.9 24 ! ! hadrontherapy +# +# Axes, scale, etc. +/vis/scene/add/scale # Simple scale line +/vis/scene/add/axes # Simple axes: x=red, y=green, z=blue. +/vis/scene/add/eventID # Drawn at end of event +/vis/scene/add/date # Date stamp +#/vis/scene/add/logo2D # Simple logo +#/vis/scene/add/logo # 3D logo +# +# Frame +/vis/set/colour red +/vis/set/lineWidth 2 +/vis/scene/add/frame # Simple frame around the view +/vis/set/colour # Revert to default colour (white) +/vis/set/lineWidth # Revert to default line width (1.) + +# +# To get nice view +# Make the "World" box invisible +/vis/geometry/set/visibility World 1 false +# "Envelope" is transparent blue to represent water +/vis/geometry/set/colour Envelope 0 0 0 1 .3 +/vis/viewer/set/style surface +/vis/viewer/set/hiddenMarker true +/vis/viewer/set/viewpointThetaPhi 40 120 +# +# Re-establish auto refreshing and verbosity: +/vis/viewer/set/autoRefresh true +/vis/verbose warnings +# +# For file-based drivers, use this to create an empty detector view: +#/vis/viewer/flush + + + diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyPhysicsList.cc b/examples/advanced/hadrontherapy/src/HadrontherapyPhysicsList.cc index 8c012cc0cc1..512c62fe920 100644 --- a/examples/advanced/hadrontherapy/src/HadrontherapyPhysicsList.cc +++ b/examples/advanced/hadrontherapy/src/HadrontherapyPhysicsList.cc @@ -26,15 +26,25 @@ // Hadrontherapy advanced example for Geant4 // See more at: https://twiki.cern.ch/twiki/bin/view/Geant4/AdvancedExamplesHadrontherapy // -// -// ****** SUGGESTED PHYSICS FOR ACCURATE SIMULATIONS ********* -// ****** IN MEDICAL PHYSICS APPLICATIONS ********* +// Using the builder concepts of Geant4 we assembled (and tested) two different +// Physics Lists that are particuilarly suited for Hadronterapy applications: // // 'HADRONTHERAPY_1' is more suited for protons only // 'HADRONTHERAPY_2' is suggested for better precision with ions -// 'HADRONTHERAPY_3' test that uses Bertini cascade -// It can be activated inside any macro file using the command: -// /Physics/addPhysics HADRONTHERAPY_1 (HADRONTHERAPY_2) (HADRONTHERAPY_3) +// +// The Reference physics lists (already present in the Geant4 kernel) can +// be used as well. In this case the more suitable "Reference physics lists" are: +// "QBBC", "QGSP_BIC", "Shielding", "QGSP_BERT", +// "QGSP_BIC_AllHP" and "QGSP_BIC_HP" +// +// NOTE: to activate the "_HP" physics you have to set the G4PARTICLEHPDATA environment +// variable pointing to the external dataset named "G4TENDL". +// +// All the lists can be activated inside any macro file using the command: +// /Physics/addPhysics +// +// Examples of usage are: +// /Physics/addPhysics HADRONTHERAPY_1 or /Physics/addPhysics QGSP_BIC_HP #include "G4SystemOfUnits.hh" #include "G4RunManager.hh" @@ -69,8 +79,19 @@ #include "G4AutoDelete.hh" #include "G4HadronPhysicsQGSP_BIC_AllHP.hh" #include "QGSP_BIC_HP.hh" +#include "QGSP_BIC.hh" #include "G4HadronPhysicsQGSP_BERT.hh" #include "G4HadronPhysicsQGSP_BERT_HP.hh" +#include "G4ParallelWorldPhysics.hh" +// Physics List +#include "QBBC.hh" +#include "QGSP_BIC.hh" +#include "Shielding.hh" +#include "QGSP_BERT.hh" +#include "QGSP_BIC_AllHP.hh" +#include "QGSP_BIC_HP.hh" + + ///////////////////////////////////////////////////////////////////////////// HadrontherapyPhysicsList::HadrontherapyPhysicsList() : G4VModularPhysicsList() @@ -87,7 +108,6 @@ HadrontherapyPhysicsList::HadrontherapyPhysicsList() : G4VModularPhysicsList() // Elecromagnetic physics // emPhysicsList = new G4EmStandardPhysics_option4(); - } ///////////////////////////////////////////////////////////////////////////// @@ -194,22 +214,51 @@ void HadrontherapyPhysicsList::AddPhysicsList(const G4String& name) hadronPhys.push_back( new G4NeutronTrackingCut()); G4cout << "HADRONTHERAPY_2 PHYSICS LIST has been activated" << G4endl; - } - else if (name == "HADRONTHERAPY_3"){ - AddPhysicsList("standard_opt4"); - hadronPhys.push_back( new G4DecayPhysics()); - hadronPhys.push_back( new G4RadioactiveDecayPhysics()); - hadronPhys.push_back( new G4IonBinaryCascadePhysics()); - hadronPhys.push_back( new G4EmExtraPhysics()); - hadronPhys.push_back( new G4HadronElasticPhysics()); - hadronPhys.push_back( new G4StoppingPhysics()); - hadronPhys.push_back( new G4HadronPhysicsQGSP_BERT_HP()); - hadronPhys.push_back( new G4NeutronTrackingCut()); + } + + else if (name == "QGSP_BIC"){ + auto physicsList = new QGSP_BIC; + G4RunManager::GetRunManager() -> SetUserInitialization(physicsList); + G4RunManager::GetRunManager() -> PhysicsHasBeenModified(); + physicsList -> RegisterPhysics(new G4ParallelWorldPhysics("DetectorROGeometry")); + } + + else if (name == "QGSP_BERT"){ + auto physicsList = new QGSP_BERT; + G4RunManager::GetRunManager() -> SetUserInitialization(physicsList); + G4RunManager::GetRunManager() -> PhysicsHasBeenModified(); + physicsList -> RegisterPhysics(new G4ParallelWorldPhysics("DetectorROGeometry")); + } + + else if (name == "QGSP_BIC_AllHP"){ + auto physicsList = new QGSP_BIC_AllHP; + G4RunManager::GetRunManager() -> SetUserInitialization(physicsList); + G4RunManager::GetRunManager() -> PhysicsHasBeenModified(); + physicsList -> RegisterPhysics(new G4ParallelWorldPhysics("DetectorROGeometry")); + } + + else if (name == "QGSP_BIC_HP"){ + auto physicsList = new QGSP_BIC_HP; + G4RunManager::GetRunManager() -> SetUserInitialization(physicsList); + G4RunManager::GetRunManager() -> PhysicsHasBeenModified(); + physicsList -> RegisterPhysics(new G4ParallelWorldPhysics("DetectorROGeometry")); + } + + else if (name == "Shielding"){ + auto physicsList = new Shielding; + G4RunManager::GetRunManager() -> SetUserInitialization(physicsList); + G4RunManager::GetRunManager() -> PhysicsHasBeenModified(); + physicsList -> RegisterPhysics(new G4ParallelWorldPhysics("DetectorROGeometry")); + } - G4cout << "HADRONTHERAPY_3 PHYSICS LIST has been activated" << G4endl; + else if (name == "QBBC"){ + auto physicsList = new QBBC; + G4RunManager::GetRunManager() -> SetUserInitialization(physicsList); + G4RunManager::GetRunManager() -> PhysicsHasBeenModified(); + physicsList -> RegisterPhysics(new G4ParallelWorldPhysics("DetectorROGeometry")); } - + else { G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" << " is not defined" diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyRunAction.cc b/examples/advanced/hadrontherapy/src/HadrontherapyRunAction.cc index fb0b97478c8..e75c0b3dde2 100644 --- a/examples/advanced/hadrontherapy/src/HadrontherapyRunAction.cc +++ b/examples/advanced/hadrontherapy/src/HadrontherapyRunAction.cc @@ -48,7 +48,7 @@ HadrontherapyRunAction::HadrontherapyRunAction() { G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(&fRBEAccumulable); + accumulableManager->Register(&fRBEAccumulable); } diff --git a/examples/advanced/hadrontherapy/src/PassiveProtonBeamLine.cc b/examples/advanced/hadrontherapy/src/PassiveProtonBeamLine.cc index f0ba580ff50..838b0d8d68f 100644 --- a/examples/advanced/hadrontherapy/src/PassiveProtonBeamLine.cc +++ b/examples/advanced/hadrontherapy/src/PassiveProtonBeamLine.cc @@ -558,7 +558,7 @@ void PassiveProtonBeamLine::ConstructPassiveProtonBeamLine() // The treatment room is invisible in the Visualisation - //logicTreatmentRoom -> SetVisAttributes(G4VisAttributes::GetInvisible()); + logicTreatmentRoom -> SetVisAttributes(G4VisAttributes::GetInvisible()); // Components of the Passive Proton Beam Line HadrontherapyBeamLineSupport(); diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out index e142d40da0f..2ac237a0c2e 100644 --- a/examples/advanced/human_phantom/human_phantom.out +++ b/examples/advanced/human_phantom/human_phantom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -432,10 +431,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -587,7 +589,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -921,8 +923,6 @@ Index : 2 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ... set ntuple merging mode : G4NtupleMergeMode::kNone - done ... set ntuple merging mode : G4NtupleMergeMode::kNone - done diff --git a/examples/advanced/iort_therapy/iort_therapy.out b/examples/advanced/iort_therapy/iort_therapy.out index 910d85f7697..b4f3fc0375a 100644 --- a/examples/advanced/iort_therapy/iort_therapy.out +++ b/examples/advanced/iort_therapy/iort_therapy.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -149,10 +148,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -592,8 +594,6 @@ Index : 6 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Run 0 starts ... @@ -603,11 +603,11 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 2000 - User=10.500000s Real=11.982035s Sys=0.390000s + User=10.500000s Real=12.220440s Sys=0.320000s /score/dumpQuantityToFile boxMesh_1 dose dose.out Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.16 MB +Dynamic pools deleted: 10 / Total memory freed: 0.17 MB ============================================================ diff --git a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out index fdb9309ec2e..29764f1ad77 100644 --- a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out +++ b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,7 +38,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -131,10 +130,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -305,7 +307,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -784,11 +786,10 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -813,7 +814,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -927,16 +928,17 @@ Index : 12 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 395 kByte - Total CPU time elapsed for geometry optimisation: 0.24 seconds + Total CPU time elapsed for geometry optimisation: 0.23 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 54.17 0.13 0.00 152k EmModuleLogical - 45.83 0.11 0.00 238k HadModuleLogical + 52.17 0.12 0.00 152k EmModuleLogical + 47.83 0.11 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 @@ -948,15 +950,15 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 60.17 238k 1385 2370 3792 0.11 HadModuleLogical - 38.50 152k 1129 1152 2426 0.13 EmModuleLogical + 38.50 152k 1129 1152 2426 0.12 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 0.08 0k 1 4 6 0.00 LArgLogical 0.05 0k 1 2 4 0.00 CryostatLogical 0.05 0k 1 2 4 0.00 FCALEnvelopeLogical -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. ### Run 0 start. Read 2001 events from file data-tracks/tracks-20GeV.dat @@ -966,366 +968,359 @@ 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 : 54 +Number of F1 Tiles with Positive energy : 55 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.71242 3.03537 4.01962 +1.71242 3.26195 4.00348 Visible Energy in Hole Counter (MeV) -0 105.358 +0 32.4345 Visible Energy in Upstream Dead Materials -1787.77 +1182.42 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 66 +N Tracks out of world 36 N Secondaries 86 -EmEdep is=16838.4 MeV -HadEdep is=0.702707 MeV -Edep in FCAL1 FCAl2 : 16838.4 0.702707 +EmEdep is=18053.1 MeV +HadEdep is=1.89574 MeV +Edep in FCAL1 FCAl2 : 18053.1 1.89574 **** Primary : 2 Vertex : (-3.76032,10.9751,32740) -Number of F1 Tiles with Positive energy : 59 +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.94926 1.48626 1.79314 +1.80601 1.57394 4.20942 Visible Energy in Hole Counter (MeV) -0 87.2435 +0 38.4616 Visible Energy in Upstream Dead Materials -619.728 +253.973 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 34 -N Secondaries 148 -EmEdep is=18226 MeV -HadEdep is=0.22609 MeV -Edep in FCAL1 FCAl2 : 18226 0.22609 +0 0.0799994 0 0 0 0 +N Tracks out of world 19 +N Secondaries 135 +EmEdep is=19127.7 MeV +HadEdep is=7.49977 MeV +Edep in FCAL1 FCAl2 : 19127.7 7.49977 **** Primary : 3 Vertex : (13.1951,2.677,32740) -Number of F1 Tiles with Positive energy : 40 +Number of F1 Tiles with Positive energy : 47 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.20047 1.71766 1.68862 +1.7371 2.17147 1.63142 Visible Energy in Hole Counter (MeV) -0 0 +0 97.9524 Visible Energy in Upstream Dead Materials -5.10483 +2107.68 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 1 -N Secondaries 314 -EmEdep is=19667.2 MeV +N Tracks out of world 74 +N Secondaries 123 +EmEdep is=16968.9 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19667.2 0 +Edep in FCAL1 FCAl2 : 16968.9 0 **** Primary : 4 Vertex : (-8.66148,-8.80731,32740) -Number of F1 Tiles with Positive energy : 50 +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.78339 1.90408 1.91952 +1.83118 1.89471 1.89536 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -1.32055 +6.57929 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 4 -N Secondaries 177 -EmEdep is=19819.1 MeV +N Tracks out of world 5 +N Secondaries 303 +EmEdep is=19768.3 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19819.1 0 +Edep in FCAL1 FCAl2 : 19768.3 0 **** Primary : 5 Vertex : (4.75859,7.01622,32740) -Number of F1 Tiles with Positive energy : 55 +Number of F1 Tiles with Positive energy : 58 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.68968 1.59558 1.64609 +1.56157 1.92087 1.72176 Visible Energy in Hole Counter (MeV) -0 27.9469 +0 52.2218 Visible Energy in Upstream Dead Materials -449.874 +620.709 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 17 -N Secondaries 250 -EmEdep is=18472.6 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 18472.6 0 +N Tracks out of world 43 +N Secondaries 67 +EmEdep is=18552.3 MeV +HadEdep is=0.847705 MeV +Edep in FCAL1 FCAl2 : 18552.3 0.847705 **** Primary : 6 Vertex : (1.94335,14.9228,32740) -Number of F1 Tiles with Positive energy : 45 +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.48109 1.58706 2.12178 +1.60196 1.74373 1.46391 Visible Energy in Hole Counter (MeV) -0 0 +0 4.88727 Visible Energy in Upstream Dead Materials -4.5501 +1.79383 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 0 -N Secondaries 149 -EmEdep is=19856.4 MeV -HadEdep is=3.72131 MeV -Edep in FCAL1 FCAl2 : 19856.4 3.72131 +N Tracks out of world 4 +N Secondaries 133 +EmEdep is=19829.4 MeV +HadEdep is=1.97263 MeV +Edep in FCAL1 FCAl2 : 19829.4 1.97263 **** Primary : 7 Vertex : (-10.9878,-6.7949,32740) -Number of F1 Tiles with Positive energy : 43 +Number of F1 Tiles with Positive energy : 71 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.59286 1.61245 1.7611 +1.80819 2.33558 2.28131 Visible Energy in Hole Counter (MeV) -0 3.92682 +0 139.904 Visible Energy in Upstream Dead Materials -10.9716 +5201.46 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 2 -N Secondaries 280 -EmEdep is=19894.6 MeV -HadEdep is=0.171978 MeV -Edep in FCAL1 FCAl2 : 19894.6 0.171978 +N Tracks out of world 160 +N Secondaries 112 +EmEdep is=12518.2 MeV +HadEdep is=0.146936 MeV +Edep in FCAL1 FCAl2 : 12518.2 0.146936 **** Primary : 8 Vertex : (10.9757,-1.49585,32740) -Number of F1 Tiles with Positive energy : 44 +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.76941 1.87474 1.74408 +1.53031 1.59619 2.15734 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -8.88674 +7.63994 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 N Tracks out of world 4 -N Secondaries 116 -EmEdep is=19743.6 MeV -HadEdep is=0.31416 MeV -Edep in FCAL1 FCAl2 : 19743.6 0.31416 +N Secondaries 176 +EmEdep is=19744.6 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19744.6 0 **** Primary : 9 Vertex : (-27.7734,3.36444,32740) -Number of F1 Tiles with Positive energy : 60 +Number of F1 Tiles with Positive energy : 61 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.9015 1.63699 1.93183 +2.70646 2.01955 2.0561 Visible Energy in Hole Counter (MeV) -0 24.721 +0 42.3821 Visible Energy in Upstream Dead Materials -4096.61 +4254.06 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 90 -N Secondaries 133 -EmEdep is=14118.8 MeV -HadEdep is=1.09897 MeV -Edep in FCAL1 FCAl2 : 14118.8 1.09897 +N Tracks out of world 110 +N Secondaries 168 +EmEdep is=14029.2 MeV +HadEdep is=5.57243 MeV +Edep in FCAL1 FCAl2 : 14029.2 5.57243 **** Primary : 10 Vertex : (-22.5474,4.1006,32740) -Number of F1 Tiles with Positive energy : 67 +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.74206 2.11785 1.72674 +1.94682 1.99919 1.8053 Visible Energy in Hole Counter (MeV) -0 51.6985 +0 0 Visible Energy in Upstream Dead Materials -4093.14 +7.22622 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 105 -N Secondaries 109 -EmEdep is=13961.3 MeV -HadEdep is=7.84935 MeV -Edep in FCAL1 FCAl2 : 13961.3 7.84935 +N Tracks out of world 4 +N Secondaries 14 +EmEdep is=19895.5 MeV +HadEdep is=3.76962 MeV +Edep in FCAL1 FCAl2 : 19895.5 3.76962 ---> Begin of event: 11 **** Primary : 11 Vertex : (-6.31939,21.5056,32740) -Number of F1 Tiles with Positive energy : 47 +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.86092 1.45769 1.55882 +1.54677 2.07828 1.60281 Visible Energy in Hole Counter (MeV) -0 11.7118 +0 0 Visible Energy in Upstream Dead Materials -346.529 +3.85561 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 13 -N Secondaries 293 -EmEdep is=19473.2 MeV -HadEdep is=0.757227 MeV -Edep in FCAL1 FCAl2 : 19473.2 0.757227 +N Tracks out of world 3 +N Secondaries 314 +EmEdep is=19732.8 MeV +HadEdep is=0.691443 MeV +Edep in FCAL1 FCAl2 : 19732.8 0.691443 **** Primary : 12 Vertex : (17.1015,6.30557,32740) -Number of F1 Tiles with Positive energy : 45 +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.67656 1.56069 1.90166 +1.68787 1.88013 2.23245 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -16.3173 +4.29124 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 7 -N Secondaries 181 -EmEdep is=19853.3 MeV -HadEdep is=0.00799249 MeV -Edep in FCAL1 FCAl2 : 19853.3 0.00799249 +N Tracks out of world 0 +N Secondaries 173 +EmEdep is=19856.8 MeV +HadEdep is=9.72552 MeV +Edep in FCAL1 FCAl2 : 19856.8 9.72552 **** Primary : 13 Vertex : (-24.9484,11.8659,32740) -Number of F1 Tiles with Positive energy : 26 +Number of F1 Tiles with Positive energy : 21 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.52734 1.9948 1.57958 +1.91591 2.06653 1.73099 Visible Energy in Hole Counter (MeV) -0 109.532 +0 171.283 Visible Energy in Upstream Dead Materials -18282.8 +17774.6 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 171 -N Secondaries 207 -EmEdep is=782.719 MeV -HadEdep is=0.0817231 MeV -Edep in FCAL1 FCAl2 : 782.719 0.0817231 +N Tracks out of world 311 +N Secondaries 99 +EmEdep is=716.838 MeV +HadEdep is=0.244165 MeV +Edep in FCAL1 FCAl2 : 716.838 0.244165 **** Primary : 14 Vertex : (-0.133696,18.3151,32740) -Number of F1 Tiles with Positive energy : 55 +Number of F1 Tiles with Positive energy : 39 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.7771 2.3913 1.7495 +2.02312 1.73368 1.83387 Visible Energy in Hole Counter (MeV) -0 12.162 +0 0 Visible Energy in Upstream Dead Materials -528.473 +6.97368 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 23 -N Secondaries 151 -EmEdep is=19150.5 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19150.5 0 +N Tracks out of world 3 +N Secondaries 131 +EmEdep is=19847.3 MeV +HadEdep is=3.61876 MeV +Edep in FCAL1 FCAl2 : 19847.3 3.61876 **** Primary : 15 Vertex : (17.3196,17.6617,32740) -Number of F1 Tiles with Positive energy : 44 +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.66202 1.93621 1.99633 +2.55054 1.67267 1.68993 Visible Energy in Hole Counter (MeV) -0 0 +0 0.249746 Visible Energy in Upstream Dead Materials -18.5078 +4.29604 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 N Tracks out of world 3 -N Secondaries 316 -EmEdep is=19656.1 MeV -HadEdep is=53.6198 MeV -Edep in FCAL1 FCAl2 : 19656.1 53.6198 +N Secondaries 186 +EmEdep is=19796.1 MeV +HadEdep is=0.626593 MeV +Edep in FCAL1 FCAl2 : 19796.1 0.626593 **** Primary : 16 Vertex : (-20.8489,10.8988,32740) -Number of F1 Tiles with Positive energy : 66 +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.64353 2.81167 3.77534 +1.98912 1.86235 1.72562 Visible Energy in Hole Counter (MeV) -0 81.6881 +0 127.478 Visible Energy in Upstream Dead Materials -4596.04 +7373.9 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 -N Tracks out of world 122 -N Secondaries 117 -EmEdep is=13281.8 MeV -HadEdep is=0.510999 MeV -Edep in FCAL1 FCAl2 : 13281.8 0.510999 +N Tracks out of world 198 +N Secondaries 209 +EmEdep is=10967.1 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 10967.1 0 **** Primary : 17 Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 73 +Number of F1 Tiles with Positive energy : 74 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -3.20939 1.88559 1.67226 +1.66684 5.96736 1.643 Visible Energy in Hole Counter (MeV) -0 145.451 +0 67.6279 Visible Energy in Upstream Dead Materials -5976.83 +8142.42 Visible Energy in Tail Catcher Scintillator -0.0684642 0 0 0 0 0 0 +0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber -0.135019 0 0 0 0 0 -N Tracks out of world 191 -N Secondaries 126 -EmEdep is=10977.6 MeV -HadEdep is=1.86355 MeV -Edep in FCAL1 FCAl2 : 10977.6 1.86355 +0 0 0 0 0 0 +N Tracks out of world 197 +N Secondaries 114 +EmEdep is=9073.64 MeV +HadEdep is=4.33168 MeV +Edep in FCAL1 FCAl2 : 9073.64 4.33168 **** Primary : 18 Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 58 +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.60874 1.49478 1.98963 +3.65941 1.48034 2.21497 Visible Energy in Hole Counter (MeV) -0 22.1513 +0 66.612 Visible Energy in Upstream Dead Materials -4122.52 +815.781 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 83 -N Secondaries 157 -EmEdep is=14287 MeV -HadEdep is=0.740534 MeV -Edep in FCAL1 FCAl2 : 14287 0.740534 +N Tracks out of world 39 +N Secondaries 130 +EmEdep is=18060.8 MeV +HadEdep is=9.46246 MeV +Edep in FCAL1 FCAl2 : 18060.8 9.46246 Run terminated. Run Summary Number of events processed : 18 - User=7.240000s Real=7.607723s Sys=0.000000s -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. + User=7.320000s Real=7.577222s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1b679b0 -UserPhysicsList deleted 0x1b68be0 -UserActionInitialization deleted 0x1d24ad0 +UserDetectorConstruction deleted 0xb2c0b0 +UserPhysicsList deleted 0xb2d2c0 +UserActionInitialization deleted 0xce8990 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. @@ -1335,23 +1330,23 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 47 +Total navigation history collections cleaned: 42 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0663 MB +Pool ID '20G4NavigationLevelRep', size : 0.0596 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0875 MB +Pool ID '17G4DynamicParticle', size : 0.0807 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.174 MB -Pool ID '18G4TouchableHistory', size : 0.00577 MB +Pool ID '7G4Track', size : 0.161 MB +Pool ID '18G4TouchableHistory', size : 0.00481 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.34 MB +Dynamic pools deleted: 12 / Total memory freed: 0.32 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out index 5399e997cdc..d1a6baee722 100644 --- a/examples/advanced/medical_linac/medical_linac.out +++ b/examples/advanced/medical_linac/medical_linac.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out index d4abe71da6a..a6a88e799df 100644 --- a/examples/advanced/microbeam/microbeam.out +++ b/examples/advanced/microbeam/microbeam.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -23,7 +23,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 16 ***** - Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -349,10 +349,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -804,7 +807,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -##### Create analysis manager 0xb9f7e0 +##### Create analysis manager 0x1ab2bf0 Using analysis manager All Ntuples have been created -> Event # 1 generated @@ -830,13 +833,13 @@ All Ntuples have been created -> Event # 8 generated ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.30740330099759 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.068345520137867 + -----> total absorbed dose within Nucleus is (Gy) = 0.3073991032787 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.068345399891208 -> Event # 9 generated ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.0070030500712663 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.079541288093519 + -----> total absorbed dose within Nucleus is (Gy) = 0.0070030500704745 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.079541288087811 -> Event # 10 generated ===> Sorry, the incident alpha particle has missed the targeted cell ! diff --git a/examples/advanced/microelectronics/microelectronics.out b/examples/advanced/microelectronics/microelectronics.out index c765943c9e4..cb075e812c2 100644 --- a/examples/advanced/microelectronics/microelectronics.out +++ b/examples/advanced/microelectronics/microelectronics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,7 +37,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -116,10 +115,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -277,7 +279,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV deltaVI + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 10 TeV deltaVI ===== EM models for the G4Region Target ====== BetheBloch : Emin= 10 MeV Emax= 10 TeV deltaVI @@ -343,14 +345,15 @@ Index : 1 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. -##### Create analysis manager 0xf64560 +##### Create analysis manager 0x780290 Using analysis manager ... set ntuple merging row mode : row-wise - done ... create file : microelectronics.root - done @@ -362,17 +365,17 @@ Si Reading TCS file Elastic Total Cross file : Elastic/elsepa_elastic_cross_e_Si loaddata : Elastic/elsepa_elastic_cross_e_Si -Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.6/microelec/Elastic/elsepa_elastic_cumulated_diffcross_e_Si.dat +Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.6.1/microelec/Elastic/elsepa_elastic_cumulated_diffcross_e_Si.dat MicroElasticModel, Material 2 / 2 : G4_Si Si Reading TCS file Elastic Total Cross file : Elastic/elsepa_elastic_cross_e_Si loaddata : Elastic/elsepa_elastic_cross_e_Si -Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.6/microelec/Elastic/elsepa_elastic_cumulated_diffcross_e_Si.dat +Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.6.1/microelec/Elastic/elsepa_elastic_cumulated_diffcross_e_Si.dat Run terminated. Run Summary Number of events processed : 10 - User=0.350000s Real=0.440977s Sys=0.020000s + User=0.340000s Real=0.410808s Sys=0.010000s ... write file : microelectronics.root - done ... close file : microelectronics.root - done ... clear all data - done @@ -385,9 +388,9 @@ Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0xf149b0 -UserPhysicsList deleted 0xf2d110 -UserActionInitialization deleted 0xf5dba0 +UserDetectorConstruction deleted 0x730c90 +UserPhysicsList deleted 0x746ba0 +UserActionInitialization deleted 0x7797b0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out index 28875e33647..511d77fcf54 100644 --- a/examples/advanced/nanobeam/nanobeam.out +++ b/examples/advanced/nanobeam/nanobeam.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -23,7 +23,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 1 ***** - Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -58,7 +58,7 @@ G4Material WARNING: duplicate name of material Vacuum ***** Table : Nb of materials = 3 ***** - Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -79,7 +79,7 @@ G4Material WARNING: duplicate name of material Vacuum ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -121,10 +121,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -267,7 +270,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -294,7 +297,7 @@ Index : 0 used in the geometry : Yes ================================================================== -##### Create analysis manager 0x147e000 +##### Create analysis manager 0xfc5960 Using analysis manager Ntuple-1 created Ntuple-2 created diff --git a/examples/advanced/purging_magnet/purging_magnet.out b/examples/advanced/purging_magnet/purging_magnet.out index 1a9b483e92c..29cd7c42a24 100644 --- a/examples/advanced/purging_magnet/purging_magnet.out +++ b/examples/advanced/purging_magnet/purging_magnet.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -277,10 +276,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -432,7 +434,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -751,8 +753,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. Ntuple-1 created Ntuple-2 created Ntuple-3 created diff --git a/examples/advanced/stim_pixe_tomography/stim_pixe_tomography.out b/examples/advanced/stim_pixe_tomography/stim_pixe_tomography.out index 9785a0326f0..4ea203741bb 100644 --- a/examples/advanced/stim_pixe_tomography/stim_pixe_tomography.out +++ b/examples/advanced/stim_pixe_tomography/stim_pixe_tomography.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -113,7 +112,7 @@ PhysicsList::AddPhysicsList: /tomography/run/scanParameters 5 1 5 /run/initialize - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -185,10 +184,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -827,7 +829,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: protonParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -849,7 +851,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -874,7 +876,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -897,8 +899,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Scan information: Projection_index 0 Slice_index 0 Pixel_index 0 @@ -906,7 +906,7 @@ Projection_index 0 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000670s Sys=0.000000s + User=0.000000s Real=0.000548s Sys=0.000000s /gps/direction 1.000000 0.000000 0.000000 /gps/pos/centre -36.000000 -14.400000 0.000000 um /run/beamOn 20 @@ -936,7 +936,7 @@ Projection_index 0 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.011682s Sys=0.000000s + User=0.010000s Real=0.007874s Sys=0.000000s /gps/direction 1.000000 0.000000 0.000000 /gps/pos/centre -36.000000 0.000000 0.000000 um /run/beamOn 20 @@ -966,7 +966,7 @@ Projection_index 0 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.011324s Sys=0.000000s + User=0.010000s Real=0.007055s Sys=0.000000s /gps/direction 1.000000 0.000000 0.000000 /gps/pos/centre -36.000000 14.400000 0.000000 um /run/beamOn 20 @@ -996,7 +996,7 @@ Projection_index 0 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.011803s Sys=0.000000s + User=0.000000s Real=0.007270s Sys=0.000000s /gps/direction 1.000000 0.000000 0.000000 /gps/pos/centre -36.000000 28.800000 0.000000 um /run/beamOn 20 @@ -1056,7 +1056,7 @@ Projection_index 1 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000136s Sys=0.000000s + User=0.000000s Real=0.000121s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -20.660504 -32.810114 0.000000 um /run/beamOn 20 @@ -1086,7 +1086,7 @@ Projection_index 1 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.110000s Real=0.134704s Sys=0.000000s + User=0.010000s Real=0.005458s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -29.124612 -21.160269 0.000000 um /run/beamOn 20 @@ -1116,7 +1116,7 @@ Projection_index 1 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.013685s Sys=0.000000s + User=0.010000s Real=0.009289s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -37.588719 -9.510424 0.000000 um /run/beamOn 20 @@ -1146,7 +1146,7 @@ Projection_index 1 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.006293s Sys=0.000000s + User=0.010000s Real=0.005493s Sys=0.000000s /gps/direction 0.809017 0.587785 0.000000 /gps/pos/centre -46.052827 2.139420 0.000000 um /run/beamOn 20 @@ -1176,7 +1176,7 @@ Projection_index 1 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000128s Sys=0.000000s + User=0.000000s Real=0.000123s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre 16.265816 -43.137724 0.000000 um /run/beamOn 20 @@ -1206,7 +1206,7 @@ Projection_index 2 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000122s Sys=0.000000s + User=0.000000s Real=0.000120s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre 2.570602 -38.687879 0.000000 um /run/beamOn 20 @@ -1236,7 +1236,7 @@ Projection_index 2 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.009081s Sys=0.000000s + User=0.000000s Real=0.007189s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre -11.124612 -34.238035 0.000000 um /run/beamOn 20 @@ -1266,7 +1266,7 @@ Projection_index 2 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.008885s Sys=0.000000s + User=0.010000s Real=0.007694s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre -24.819826 -29.788190 0.000000 um /run/beamOn 20 @@ -1296,7 +1296,7 @@ Projection_index 2 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.009638s Sys=0.000000s + User=0.010000s Real=0.006752s Sys=0.000000s /gps/direction 0.309017 0.951057 0.000000 /gps/pos/centre -38.515039 -25.338345 0.000000 um /run/beamOn 20 @@ -1326,7 +1326,7 @@ Projection_index 2 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000277s Sys=0.000000s + User=0.000000s Real=0.000127s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre 38.515039 -25.338345 0.000000 um /run/beamOn 20 @@ -1356,7 +1356,7 @@ Projection_index 3 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000126s Sys=0.000000s + User=0.000000s Real=0.000223s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre 24.819826 -29.788190 0.000000 um /run/beamOn 20 @@ -1386,7 +1386,7 @@ Projection_index 3 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.008423s Sys=0.000000s + User=0.010000s Real=0.007249s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre 11.124612 -34.238035 0.000000 um /run/beamOn 20 @@ -1416,7 +1416,7 @@ Projection_index 3 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.008496s Sys=0.000000s + User=0.000000s Real=0.007404s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre -2.570602 -38.687879 0.000000 um /run/beamOn 20 @@ -1446,7 +1446,7 @@ Projection_index 3 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.008615s Sys=0.000000s + User=0.010000s Real=0.007515s Sys=0.000000s /gps/direction -0.309017 0.951057 0.000000 /gps/pos/centre -16.265816 -43.137724 0.000000 um /run/beamOn 20 @@ -1476,7 +1476,7 @@ Projection_index 3 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000129s Sys=0.000000s + User=0.000000s Real=0.000127s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 46.052827 2.139420 0.000000 um /run/beamOn 20 @@ -1506,7 +1506,7 @@ Projection_index 4 Slice_index 0 Pixel_index 0 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000123s Sys=0.000000s + User=0.000000s Real=0.000132s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 37.588719 -9.510424 0.000000 um /run/beamOn 20 @@ -1536,7 +1536,7 @@ Projection_index 4 Slice_index 0 Pixel_index 1 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.006655s Sys=0.000000s + User=0.010000s Real=0.005650s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 29.124612 -21.160269 0.000000 um /run/beamOn 20 @@ -1566,7 +1566,7 @@ Projection_index 4 Slice_index 0 Pixel_index 2 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.010799s Sys=0.000000s + User=0.010000s Real=0.009440s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 20.660504 -32.810114 0.000000 um /run/beamOn 20 @@ -1596,7 +1596,7 @@ Projection_index 4 Slice_index 0 Pixel_index 3 Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.006283s Sys=0.000000s + User=0.000000s Real=0.005418s Sys=0.000000s /gps/direction -0.809017 0.587785 0.000000 /gps/pos/centre 12.196397 -44.459959 0.000000 um /run/beamOn 20 @@ -1626,7 +1626,7 @@ Projection_index 4 Slice_index 0 Pixel_index 4 Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000126s Sys=0.000000s + User=0.000000s Real=0.000125s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/advanced/underground_physics/alpha.out b/examples/advanced/underground_physics/alpha.out new file mode 100644 index 00000000000..7145e4ab548 --- /dev/null +++ b/examples/advanced/underground_physics/alpha.out @@ -0,0 +1,4 @@ +Evt Eprim Etot LXe LXeTime PMT PMTTime Seed1 Seed2 First Flags +# MeV MeV hits ns hits ns hit + +0 5.4860 5.0030 1187 0x1.8952f5d9640cp-14 5134 0x1.7ff10b7bebc43p+4 1 11161992 alpha electron other diff --git a/examples/advanced/underground_physics/alpha_pmt.out b/examples/advanced/underground_physics/alpha_pmt.out new file mode 100644 index 00000000000..c5fc4ab5773 --- /dev/null +++ b/examples/advanced/underground_physics/alpha_pmt.out @@ -0,0 +1,5135 @@ +Hit# X, mm Y, mm Z, mm +0 8.873 -16.157 -331.114 +1 2.202 12.995 -329.377 +2 -2.176 6.406 -328.079 +3 -11.337 5.805 -329.259 +4 -2.660 -10.621 -328.827 +5 -20.777 -5.306 -332.412 +6 3.165 -13.954 -329.697 +7 -9.581 12.918 -330.258 +8 12.668 14.837 -331.552 +9 -3.462 8.208 -328.417 +10 0.988 -6.129 -328.007 +11 7.523 16.984 -331.170 +12 11.415 17.758 -332.256 +13 -18.990 9.979 -332.416 +14 7.679 -5.570 -328.524 +15 5.977 -10.663 -329.128 +16 3.722 4.995 -328.010 +17 1.116 1.370 -327.654 +18 -2.317 -13.017 -329.388 +19 -13.544 12.605 -331.141 +20 2.876 -13.002 -329.414 +21 -20.252 6.953 -332.397 +22 3.931 -13.037 -329.497 +23 15.660 7.244 -330.668 +24 19.275 -10.290 -332.605 +25 13.321 -7.154 -329.944 +26 -0.668 4.172 -327.801 +27 -10.374 9.687 -329.663 +28 4.215 -21.414 -332.593 +29 -19.984 9.324 -332.702 +30 -15.870 12.266 -331.785 +31 0.093 -21.401 -332.392 +32 14.300 -9.828 -330.704 +33 -17.405 -5.244 -331.015 +34 -0.757 -3.296 -327.737 +35 7.328 8.091 -328.819 +36 12.613 13.758 -331.206 +37 18.821 -8.317 -332.014 +38 -14.772 1.882 -329.873 +39 -11.370 14.529 -331.121 +40 10.915 7.167 -329.344 +41 -3.083 6.851 -328.186 +42 18.122 9.582 -331.980 +43 18.422 6.616 -331.579 +44 -15.322 -9.669 -330.992 +45 -20.535 4.676 -332.234 +46 8.559 -8.523 -329.092 +47 5.568 22.127 -333.083 +48 9.145 2.789 -328.538 +49 -18.100 7.098 -331.523 +50 16.001 3.828 -330.384 +51 -2.085 -7.202 -328.184 +52 -5.531 -12.916 -329.621 +53 -13.564 -13.403 -331.369 +54 7.851 -3.613 -328.370 +55 18.014 10.080 -332.044 +56 -10.152 -6.639 -329.105 +57 14.788 1.533 -329.865 +58 -10.673 -15.957 -331.422 +59 17.674 4.679 -331.056 +60 -12.465 13.448 -331.076 +61 4.159 10.727 -328.954 +62 -9.091 -10.187 -329.508 +63 10.363 2.630 -328.770 +64 -5.560 21.679 -332.864 +65 4.132 -6.151 -328.171 +66 13.416 2.111 -329.487 +67 8.191 -0.977 -328.303 +68 20.643 1.771 -332.078 +69 3.118 1.817 -327.753 +70 -19.074 5.272 -331.670 +71 -9.974 12.124 -330.130 +72 15.950 12.694 -331.929 +73 7.859 -18.035 -331.621 +74 -4.467 -0.417 -327.823 +75 -5.305 -3.251 -328.009 +76 9.875 7.790 -329.218 +77 -5.408 -15.042 -330.225 +78 -1.815 -16.609 -330.473 +79 1.870 16.607 -330.474 +80 -12.678 -17.579 -332.521 +81 -9.290 2.333 -328.542 +82 -13.168 -3.860 -329.527 +83 -15.089 -13.864 -331.976 +84 -0.290 -10.595 -328.750 +85 10.349 -9.614 -329.643 +86 11.470 -10.642 -330.113 +87 2.835 12.002 -329.155 +88 1.774 5.630 -327.970 +89 0.365 15.159 -329.958 +90 -4.945 5.224 -328.139 +91 -14.466 8.885 -330.568 +92 -8.479 19.929 -332.513 +93 2.052 22.018 -332.732 +94 1.319 7.299 -328.172 +95 6.323 4.232 -328.201 +96 3.335 22.515 -333.054 +97 0.624 -21.608 -332.494 +98 8.780 4.542 -328.602 +99 -8.528 -3.633 -328.483 +100 20.891 9.140 -333.076 +101 2.347 -11.322 -328.967 +102 16.938 -8.877 -331.391 +103 -6.098 -3.530 -328.118 +104 14.142 13.724 -331.646 +105 2.574 4.935 -327.932 +106 -6.023 -19.540 -331.957 +107 -2.930 -15.968 -330.309 +108 -4.850 0.826 -327.864 +109 3.403 -4.313 -327.924 +110 -9.098 16.686 -331.343 +111 -11.545 -7.277 -329.506 +112 -14.818 -3.904 -330.009 +113 15.115 -14.722 -332.251 +114 14.927 -11.294 -331.227 +115 11.473 3.643 -329.082 +116 -3.246 -1.587 -327.753 +117 9.342 -4.690 -328.719 +118 18.659 -6.204 -331.617 +119 7.234 17.859 -331.451 +120 -2.106 14.645 -329.844 +121 -12.743 -9.128 -330.122 +122 4.603 -15.884 -330.413 +123 -16.413 12.537 -332.048 +124 -16.898 -13.483 -332.494 +125 -3.139 2.181 -327.768 +126 -6.909 1.178 -328.113 +127 6.614 -4.717 -328.282 +128 -3.732 4.719 -327.984 +129 -8.118 20.152 -332.545 +130 -10.425 1.777 -328.745 +131 2.980 -3.570 -327.838 +132 7.211 -0.783 -328.148 +133 -7.459 15.286 -330.579 +134 1.174 19.189 -331.433 +135 -4.670 17.716 -331.071 +136 15.019 3.595 -330.047 +137 8.677 -14.572 -330.562 +138 4.831 -13.244 -329.635 +139 -0.768 7.787 -328.234 +140 -0.923 -20.566 -332.019 +141 10.813 -6.122 -329.179 +142 -3.925 12.593 -329.380 +143 1.070 -2.832 -327.714 +144 -11.941 2.971 -329.148 +145 13.730 4.213 -329.712 +146 -5.920 -7.992 -328.614 +147 -8.825 17.769 -331.692 +148 -18.826 -5.496 -331.595 +149 14.707 5.198 -330.098 +150 13.831 7.305 -330.111 +151 -0.487 -6.509 -328.048 +152 10.823 11.477 -330.155 +153 21.685 -6.085 -332.934 +154 -12.720 3.770 -329.400 +155 -9.908 -0.096 -328.607 +156 -17.820 -2.942 -330.970 +157 15.530 9.358 -330.997 +158 -1.710 12.326 -329.183 +159 9.422 -13.385 -330.355 +160 -15.648 -2.731 -330.191 +161 21.592 5.471 -332.811 +162 -0.690 -16.016 -330.240 +163 -18.164 -5.138 -331.291 +164 0.934 -17.552 -330.787 +165 -10.401 13.958 -330.724 +166 16.059 6.934 -330.756 +167 17.310 -4.676 -330.920 +168 14.376 -1.003 -329.727 +169 -13.665 -4.574 -329.727 +170 22.257 4.011 -332.981 +171 3.326 4.437 -327.929 +172 7.178 -2.404 -328.195 +173 -19.026 7.194 -331.909 +174 8.558 1.955 -328.394 +175 -8.737 14.663 -330.601 +176 9.119 16.438 -331.259 +177 11.465 15.625 -331.497 +178 -15.448 -16.792 -333.083 +179 -1.340 -2.876 -327.723 +180 -5.313 4.720 -328.127 +181 0.723 -6.416 -328.039 +182 -10.429 1.968 -328.753 +183 -1.209 -0.508 -327.640 +184 -4.676 -9.544 -328.757 +185 -13.651 2.728 -329.584 +186 -5.734 0.164 -327.951 +187 19.687 9.943 -332.704 +188 -19.040 -7.346 -331.939 +189 10.241 -15.050 -331.025 +190 -3.514 -10.491 -328.852 +191 -15.025 16.291 -332.756 +192 -5.780 1.368 -327.975 +193 3.852 4.143 -327.942 +194 -10.307 0.511 -328.691 +195 2.931 2.798 -327.786 +196 -15.585 12.289 -331.695 +197 3.985 -12.270 -329.302 +198 0.207 -4.212 -327.800 +199 12.454 -17.247 -332.332 +200 -10.915 -12.210 -330.358 +201 -9.510 10.902 -329.744 +202 -6.928 -2.666 -328.173 +203 -11.921 -4.502 -329.260 +204 7.499 -4.933 -328.429 +205 0.976 -2.687 -327.704 +206 20.614 -1.210 -332.047 +207 15.090 2.123 -329.982 +208 -12.511 -7.756 -329.820 +209 0.672 -20.528 -331.997 +210 17.228 11.958 -332.193 +211 -15.329 -3.719 -330.155 +212 1.816 2.029 -327.697 +213 4.761 8.524 -328.578 +214 -17.539 -5.554 -331.100 +215 0.888 -18.871 -331.297 +216 16.514 5.809 -330.761 +217 10.777 -12.067 -330.290 +218 -13.494 14.032 -331.534 +219 9.050 8.463 -329.170 +220 -13.339 3.079 -329.518 +221 12.647 5.396 -329.535 +222 -7.818 11.409 -329.558 +223 14.460 4.566 -329.958 +224 4.578 8.870 -328.621 +225 10.651 7.603 -329.351 +226 4.501 11.862 -329.246 +227 7.379 -17.004 -331.155 +228 15.671 10.278 -331.237 +229 -5.484 14.043 -329.930 +230 -6.025 1.363 -328.003 +231 -6.937 -15.802 -330.669 +232 -5.938 -2.561 -328.040 +233 -15.275 -7.748 -330.622 +234 -16.014 2.154 -330.283 +235 9.500 18.531 -332.125 +236 -19.116 -5.359 -331.697 +237 15.341 8.558 -330.783 +238 14.971 -10.669 -331.095 +239 -10.152 -11.088 -329.917 +240 10.466 -17.230 -331.830 +241 -10.201 -5.402 -328.963 +242 0.720 -17.247 -330.671 +243 -8.487 11.071 -329.592 +244 1.640 -17.080 -330.633 +245 13.182 10.693 -330.567 +246 2.921 -5.109 -327.968 +247 21.819 -4.216 -332.786 +248 -0.842 -10.923 -328.828 +249 -17.356 0.013 -330.705 +250 14.507 -6.073 -330.139 +251 4.383 -15.911 -330.401 +252 5.782 9.639 -328.892 +253 -12.264 0.363 -329.139 +254 -4.664 -20.903 -332.399 +255 -6.918 3.041 -328.193 +256 11.725 5.338 -329.297 +257 20.074 -8.215 -332.528 +258 8.980 15.399 -330.881 +259 -6.498 17.260 -331.118 +260 -13.564 12.852 -331.214 +261 5.398 5.559 -328.222 +262 -13.935 -11.465 -330.964 +263 -2.241 8.264 -328.356 +264 1.151 -9.734 -328.586 +265 -4.426 -12.919 -329.508 +266 -6.545 7.379 -328.598 +267 -6.480 -18.031 -331.406 +268 -15.012 14.988 -332.304 +269 13.013 14.388 -331.506 +270 20.203 -4.426 -332.061 +271 13.831 -0.687 -329.563 +272 -12.662 13.289 -331.084 +273 5.818 15.336 -330.367 +274 12.055 12.684 -330.758 +275 -14.133 11.817 -331.110 +276 12.035 -5.254 -329.364 +277 12.934 6.839 -329.793 +278 -5.819 4.740 -328.185 +279 -10.444 -1.851 -328.752 +280 19.093 -4.933 -331.641 +281 16.078 -3.255 -330.367 +282 11.526 -3.148 -329.060 +283 -6.909 -3.040 -328.192 +284 -7.653 -14.191 -330.271 +285 -1.004 1.245 -327.649 +286 -8.707 12.261 -329.919 +287 -12.693 17.558 -332.517 +288 -2.434 -12.440 -329.243 +289 2.347 14.464 -329.800 +290 -18.464 4.649 -331.357 +291 14.045 11.197 -330.932 +292 -7.538 -6.241 -328.582 +293 -14.411 -1.275 -329.744 +294 -5.633 -12.716 -329.580 +295 3.401 -7.586 -328.314 +296 -2.869 -13.822 -329.640 +297 13.001 -18.092 -332.813 +298 9.739 0.724 -328.578 +299 -7.863 0.213 -328.241 +300 -9.403 0.402 -328.510 +301 -16.591 -11.617 -331.871 +302 -12.558 -15.325 -331.680 +303 8.800 5.799 -328.737 +304 13.430 5.232 -329.728 +305 -17.410 2.252 -330.779 +306 -19.109 12.565 -333.110 +307 10.293 -9.564 -329.621 +308 5.484 -2.714 -327.996 +309 6.854 -13.469 -329.942 +310 15.273 -5.485 -330.307 +311 13.519 -14.899 -331.812 +312 4.329 9.059 -328.644 +313 -17.742 -7.472 -331.444 +314 4.329 -16.365 -330.550 +315 -17.155 9.714 -331.638 +316 -13.521 3.923 -329.629 +317 3.530 13.196 -329.509 +318 6.842 -2.049 -328.132 +319 -0.843 10.527 -328.742 +320 -16.163 -3.525 -330.415 +321 -4.724 -3.533 -327.970 +322 17.593 1.756 -330.826 +323 16.629 9.142 -331.332 +324 12.093 -3.028 -329.189 +325 -17.160 -9.386 -331.572 +326 -18.470 -8.284 -331.866 +327 -14.506 -5.897 -330.117 +328 13.009 18.799 -333.105 +329 -1.155 -16.399 -330.390 +330 11.265 2.595 -328.967 +331 -10.927 -4.147 -328.997 +332 9.303 8.576 -329.237 +333 -8.462 -7.997 -328.986 +334 -18.735 -8.869 -332.082 +335 0.975 -15.894 -330.204 +336 13.505 -10.120 -330.532 +337 -2.839 5.101 -327.962 +338 17.641 -11.179 -332.153 +339 0.797 -8.215 -328.304 +340 3.422 4.369 -327.930 +341 18.019 -2.170 -331.004 +342 -3.714 17.681 -330.972 +343 5.351 1.827 -327.941 +344 9.448 -8.040 -329.174 +345 16.745 8.909 -331.328 +346 8.512 -3.070 -328.442 +347 3.232 15.987 -330.335 +348 -14.132 14.803 -331.965 +349 0.286 12.476 -329.193 +350 -6.845 12.770 -329.750 +351 -1.163 1.904 -327.673 +352 -1.260 -7.137 -328.147 +353 -1.818 -15.573 -330.124 +354 14.904 0.539 -329.880 +355 -11.754 9.360 -329.915 +356 2.302 -0.077 -327.676 +357 5.804 -11.647 -329.332 +358 -16.614 4.383 -330.642 +359 -0.438 1.439 -327.646 +360 2.609 -6.062 -328.057 +361 1.968 -12.603 -329.264 +362 -7.549 8.422 -328.908 +363 2.695 -12.740 -329.334 +364 3.371 10.320 -328.806 +365 13.644 3.722 -329.648 +366 13.284 8.674 -330.185 +367 -4.987 12.187 -329.374 +368 -2.221 -14.200 -329.716 +369 3.221 -4.748 -327.951 +370 3.828 4.590 -327.979 +371 -10.279 18.220 -332.169 +372 7.423 17.497 -331.344 +373 -2.930 -13.096 -329.442 +374 -10.873 3.699 -328.949 +375 -11.024 5.953 -329.205 +376 -3.534 -15.296 -330.130 +377 -0.009 6.453 -328.038 +378 16.873 1.688 -330.561 +379 -6.839 6.731 -328.545 +380 1.555 15.518 -330.096 +381 3.586 2.716 -327.824 +382 10.476 -1.894 -328.760 +383 -10.116 -18.264 -332.150 +384 -19.644 -9.960 -332.689 +385 -10.519 -11.135 -330.007 +386 9.084 -3.574 -328.577 +387 -14.072 15.684 -332.239 +388 6.581 -3.922 -328.209 +389 -16.243 8.457 -331.067 +390 -1.886 5.511 -327.961 +391 -6.155 -5.105 -328.262 +392 -18.098 -7.500 -331.586 +393 -12.370 12.801 -330.871 +394 -9.145 4.915 -328.704 +395 -9.472 -6.572 -328.959 +396 2.836 -1.282 -327.720 +397 2.294 -9.569 -328.593 +398 5.561 5.630 -328.248 +399 15.960 -8.302 -330.943 +400 4.730 -13.879 -329.803 +401 16.165 9.014 -331.144 +402 1.532 -5.495 -327.947 +403 4.425 -6.253 -328.209 +404 9.329 -20.614 -332.987 +405 -6.017 16.188 -330.674 +406 15.017 -4.009 -330.079 +407 4.750 21.913 -332.885 +408 -21.123 6.810 -332.772 +409 2.748 5.651 -328.016 +410 -14.860 -14.630 -332.139 +411 -9.723 -12.014 -330.051 +412 3.669 14.987 -330.043 +413 -13.075 3.910 -329.506 +414 10.460 -18.600 -332.363 +415 14.120 -4.356 -329.838 +416 -2.749 10.963 -328.907 +417 0.705 10.564 -328.748 +418 18.045 2.929 -331.055 +419 12.086 5.834 -329.443 +420 3.619 -4.151 -327.925 +421 2.071 17.761 -330.901 +422 7.511 4.728 -328.411 +423 13.411 3.235 -329.548 +424 -12.287 -17.117 -332.238 +425 0.942 0.285 -327.633 +426 -13.890 14.205 -331.703 +427 -13.853 5.137 -329.837 +428 -8.051 7.176 -328.790 +429 -2.607 6.438 -328.114 +430 -4.333 0.213 -327.810 +431 0.511 -2.441 -327.685 +432 9.034 -16.871 -331.397 +433 5.757 19.431 -331.876 +434 16.868 -10.772 -331.767 +435 -0.166 12.142 -329.108 +436 6.465 -18.615 -331.635 +437 -4.241 5.189 -328.071 +438 0.945 -13.396 -329.445 +439 13.426 2.831 -329.527 +440 16.462 13.772 -332.421 +441 21.197 -6.722 -332.793 +442 -3.456 10.851 -328.927 +443 8.037 -10.174 -329.319 +444 1.700 1.226 -327.667 +445 -3.248 -6.628 -328.167 +446 -4.169 -19.534 -331.749 +447 17.163 -11.856 -332.142 +448 10.279 2.872 -328.766 +449 6.008 -1.359 -328.001 +450 -12.733 -14.856 -331.575 +451 -6.444 2.246 -328.087 +452 0.606 9.332 -328.498 +453 1.915 -7.180 -328.174 +454 -12.884 0.930 -329.306 +455 12.211 7.646 -329.726 +456 4.021 -19.965 -331.920 +457 3.517 7.185 -328.262 +458 -10.916 0.373 -328.821 +459 -3.432 13.433 -329.567 +460 20.962 -9.167 -333.114 +461 10.613 10.473 -329.879 +462 -2.988 -10.670 -328.856 +463 2.935 -6.864 -328.179 +464 -12.791 -0.564 -329.276 +465 -21.191 -0.700 -332.299 +466 8.216 19.902 -332.453 +467 -9.069 -17.966 -331.815 +468 -4.958 22.180 -333.038 +469 15.324 -3.913 -330.169 +470 -2.216 7.623 -328.252 +471 7.087 -17.246 -331.198 +472 12.833 4.401 -329.483 +473 -16.601 -6.753 -330.917 +474 9.173 18.531 -332.059 +475 3.499 -15.430 -330.171 +476 -0.473 1.012 -327.636 +477 -0.502 -20.850 -332.140 +478 -1.034 -21.765 -332.576 +479 -5.022 -11.822 -329.287 +480 -11.543 12.965 -330.706 +481 7.040 -13.136 -329.877 +482 17.590 -12.954 -332.603 +483 6.657 5.262 -328.343 +484 4.732 -5.668 -328.167 +485 -4.324 -16.833 -330.714 +486 -8.529 3.096 -328.447 +487 -4.111 8.564 -328.526 +488 7.987 4.681 -328.481 +489 -1.658 -16.603 -330.465 +490 13.331 11.130 -330.709 +491 -1.329 21.829 -332.614 +492 9.553 -2.350 -328.593 +493 14.002 16.995 -332.687 +494 -16.346 -9.458 -331.294 +495 5.920 -11.135 -329.226 +496 9.132 19.218 -332.334 +497 -1.036 -4.005 -327.793 +498 -2.747 -6.168 -328.078 +499 -2.417 14.389 -329.781 +500 2.372 -12.655 -329.295 +501 17.384 -1.878 -330.753 +502 6.727 -16.736 -330.961 +503 -9.320 -5.577 -328.807 +504 3.242 -11.051 -328.957 +505 -3.124 -11.362 -329.020 +506 -14.850 -4.716 -330.092 +507 21.073 -3.628 -332.383 +508 -2.638 -19.352 -331.572 +509 16.292 -3.389 -330.449 +510 11.351 3.515 -329.044 +511 -9.718 3.116 -328.667 +512 10.802 -18.453 -332.383 +513 -3.853 -5.274 -328.048 +514 14.702 4.233 -330.001 +515 -1.161 -12.764 -329.280 +516 10.704 7.875 -329.407 +517 15.185 5.802 -330.316 +518 10.650 3.768 -328.905 +519 1.307 10.381 -328.721 +520 6.400 13.605 -329.918 +521 -3.953 12.848 -329.449 +522 -9.805 14.113 -330.643 +523 -6.101 -6.214 -328.381 +524 -4.710 16.547 -330.650 +525 -9.137 10.925 -329.677 +526 -18.545 1.776 -331.192 +527 5.686 -13.907 -329.914 +528 1.554 -10.445 -328.742 +529 -14.120 -10.597 -330.816 +530 9.002 4.948 -328.681 +531 -4.278 -12.886 -329.486 +532 -1.977 22.278 -332.857 +533 10.433 -3.982 -328.876 +534 9.971 -12.192 -330.147 +535 17.645 -12.215 -332.419 +536 -4.655 -17.856 -331.122 +537 11.097 -3.889 -329.014 +538 -3.231 -16.730 -330.590 +539 -6.882 -14.915 -330.375 +540 -1.834 -20.994 -332.240 +541 5.826 6.086 -328.332 +542 -2.922 -15.449 -330.138 +543 8.513 19.583 -332.369 +544 9.725 7.569 -329.153 +545 -13.829 -13.600 -331.504 +546 0.011 7.614 -328.202 +547 -19.946 6.220 -332.157 +548 10.190 11.032 -329.912 +549 3.918 -13.345 -329.580 +550 -10.532 -3.897 -328.890 +551 17.008 -5.964 -330.955 +552 0.966 18.448 -331.130 +553 -12.584 18.934 -333.041 +554 -14.290 -10.704 -330.891 +555 -3.426 4.029 -327.902 +556 -17.079 -6.179 -331.009 +557 -1.373 -3.414 -327.758 +558 -2.316 -5.704 -328.001 +559 0.603 0.336 -327.628 +560 19.275 -8.727 -332.279 +561 -7.618 20.302 -332.526 +562 15.632 14.438 -332.335 +563 3.580 17.321 -330.828 +564 -8.690 9.791 -329.353 +565 16.164 -8.722 -331.089 +566 0.624 21.653 -332.515 +567 -2.210 -18.204 -331.077 +568 -1.692 9.094 -328.479 +569 -1.143 22.777 -333.077 +570 -9.050 -9.963 -329.453 +571 10.240 19.831 -332.834 +572 -7.188 0.512 -328.141 +573 -13.311 -11.021 -330.678 +574 -14.938 -12.013 -331.410 +575 5.858 1.781 -327.996 +576 3.446 17.131 -330.749 +577 12.881 -0.012 -329.297 +578 12.077 3.825 -329.241 +579 -7.274 -5.404 -328.445 +580 -3.588 16.214 -330.437 +581 -13.338 -8.851 -330.232 +582 -9.055 -0.129 -328.443 +583 -13.448 -1.678 -329.479 +584 -0.536 -14.530 -329.766 +585 13.094 10.638 -330.530 +586 -9.245 6.393 -328.892 +587 -2.452 2.546 -327.747 +588 7.081 7.968 -328.763 +589 10.985 2.016 -328.876 +590 -12.775 -15.945 -331.949 +591 4.867 -4.508 -328.062 +592 -5.762 -15.731 -330.489 +593 2.413 -17.271 -330.736 +594 4.180 14.557 -329.952 +595 3.484 -12.305 -329.273 +596 -12.394 10.671 -330.350 +597 8.064 10.203 -329.330 +598 13.221 -6.648 -329.844 +599 -5.930 19.889 -332.094 +600 1.517 19.485 -331.566 +601 -7.828 9.366 -329.124 +602 -20.429 -3.922 -332.116 +603 -13.503 -2.007 -329.507 +604 14.441 0.572 -329.740 +605 19.347 3.691 -331.630 +606 -9.350 5.962 -328.858 +607 5.363 -13.074 -329.644 +608 -1.668 -1.359 -327.669 +609 19.529 8.389 -332.323 +610 2.977 21.424 -332.500 +611 12.934 -0.996 -329.321 +612 -18.447 9.743 -332.143 +613 7.176 -18.131 -331.547 +614 -21.752 0.539 -332.561 +615 21.909 -4.175 -332.826 +616 11.745 8.941 -329.833 +617 5.009 6.094 -328.244 +618 12.842 -5.475 -329.595 +619 -10.100 16.011 -331.313 +620 -3.210 -2.740 -327.800 +621 4.605 12.767 -329.485 +622 13.061 15.587 -331.907 +623 13.936 -12.491 -331.226 +624 1.358 11.364 -328.940 +625 -10.735 -16.516 -331.631 +626 8.420 18.304 -331.825 +627 -0.412 -18.834 -331.276 +628 1.361 -1.370 -327.660 +629 -1.041 4.771 -327.860 +630 -8.495 -7.479 -328.910 +631 13.031 -7.251 -329.880 +632 6.711 -21.597 -332.981 +633 2.514 1.180 -327.700 +634 -3.321 -10.929 -328.935 +635 -10.060 -1.650 -328.665 +636 19.717 11.115 -332.990 +637 -1.361 4.628 -327.855 +638 7.543 -16.616 -331.042 +639 -4.404 0.861 -327.823 +640 0.874 -12.939 -329.320 +641 -10.034 1.787 -328.664 +642 -13.631 -10.955 -330.754 +643 -12.145 5.220 -329.387 +644 0.124 -4.065 -327.788 +645 3.433 -9.989 -328.742 +646 1.504 -11.727 -329.029 +647 -19.227 10.148 -332.552 +648 9.395 -5.508 -328.814 +649 -1.247 20.108 -331.824 +650 -14.081 -9.441 -330.560 +651 8.967 14.344 -330.546 +652 14.392 3.843 -329.875 +653 -15.463 -15.635 -332.672 +654 -2.584 21.169 -332.357 +655 0.433 -21.798 -332.582 +656 0.466 -1.501 -327.648 +657 -5.650 -8.235 -328.623 +658 5.509 3.137 -328.023 +659 -19.611 4.377 -331.801 +660 -0.739 1.383 -327.648 +661 -5.295 -5.424 -328.197 +662 -15.694 1.141 -330.142 +663 -4.559 -5.435 -328.125 +664 15.813 2.399 -330.228 +665 4.212 3.836 -327.946 +666 12.408 -18.821 -332.945 +667 -21.232 1.013 -332.324 +668 -10.936 -5.919 -329.181 +669 -11.094 15.951 -331.518 +670 3.772 -5.232 -328.038 +671 -11.966 -2.711 -329.139 +672 -7.935 -6.727 -328.708 +673 0.100 12.720 -329.255 +674 -11.851 -11.555 -330.418 +675 19.252 -1.950 -331.485 +676 -3.520 -2.730 -327.821 +677 -11.236 -5.039 -329.150 +678 -19.855 8.082 -332.409 +679 -5.851 11.371 -329.272 +680 -5.625 15.596 -330.428 +681 5.294 -1.439 -327.923 +682 11.044 1.049 -328.859 +683 4.122 -1.878 -327.827 +684 -5.885 -4.260 -328.150 +685 -1.383 -19.426 -331.537 +686 10.588 7.596 -329.337 +687 0.379 -6.942 -328.105 +688 15.097 -15.296 -332.434 +689 10.595 8.810 -329.543 +690 -1.869 -11.263 -328.933 +691 -17.482 9.570 -331.731 +692 12.867 17.659 -332.605 +693 -9.698 1.402 -328.595 +694 -1.389 1.532 -327.666 +695 -8.525 -11.217 -329.632 +696 7.118 -12.713 -329.775 +697 12.351 -4.496 -329.367 +698 2.586 -3.164 -327.789 +699 -7.051 1.980 -328.158 +700 3.487 -17.477 -330.879 +701 6.848 10.821 -329.277 +702 17.935 12.463 -332.600 +703 5.064 4.757 -328.104 +704 -12.458 0.778 -329.193 +705 -1.252 -21.096 -332.267 +706 -9.583 7.645 -329.137 +707 -17.413 9.372 -331.664 +708 -0.328 3.672 -327.758 +709 -4.301 9.585 -328.730 +710 7.822 2.405 -328.292 +711 -2.852 -12.715 -329.337 +712 -8.744 0.762 -328.393 +713 14.926 -9.496 -330.830 +714 -12.175 7.429 -329.683 +715 5.391 21.013 -332.530 +716 -14.610 2.126 -329.834 +717 14.395 -14.028 -331.804 +718 8.087 -8.282 -328.970 +719 -11.932 4.182 -329.235 +720 -15.230 -1.702 -330.009 +721 5.359 4.553 -328.116 +722 -5.391 18.404 -331.413 +723 10.187 10.842 -329.869 +724 -5.141 18.767 -331.530 +725 -19.196 9.515 -332.403 +726 1.187 -7.685 -328.227 +727 11.835 -3.983 -329.194 +728 5.164 19.166 -331.696 +729 -1.687 -20.847 -332.167 +730 -10.949 6.257 -329.226 +731 -9.881 6.747 -329.064 +732 -16.391 6.078 -330.752 +733 1.640 4.400 -327.843 +734 -2.156 -2.124 -327.714 +735 2.608 12.526 -329.274 +736 5.379 -0.867 -327.919 +737 -6.103 -12.190 -329.502 +738 3.153 13.820 -329.657 +739 10.272 -3.274 -328.790 +740 -0.834 14.384 -329.726 +741 5.206 -4.651 -328.109 +742 -2.941 11.105 -328.950 +743 -22.429 -0.314 -332.889 +744 -7.378 -1.411 -328.186 +745 13.577 -4.963 -329.741 +746 13.980 8.071 -330.278 +747 14.362 -5.986 -330.085 +748 -5.362 17.002 -330.881 +749 15.170 11.061 -331.250 +750 10.036 -6.847 -329.109 +751 -14.778 1.142 -329.852 +752 1.642 1.543 -327.674 +753 -6.909 -6.152 -328.479 +754 -0.497 -17.122 -330.623 +755 16.234 5.705 -330.651 +756 -11.032 -0.158 -328.846 +757 10.755 -4.150 -328.959 +758 -13.689 0.931 -329.526 +759 6.322 -8.210 -328.700 +760 -2.482 12.823 -329.345 +761 15.146 -17.009 -333.062 +762 -20.045 2.717 -331.860 +763 14.009 7.262 -330.157 +764 -6.918 -19.024 -331.866 +765 -3.288 -9.266 -328.591 +766 9.981 13.808 -330.590 +767 1.921 -5.662 -327.979 +768 7.247 17.661 -331.378 +769 -17.757 3.687 -330.999 +770 -5.605 7.173 -328.452 +771 -5.218 -9.102 -328.727 +772 3.797 -18.735 -331.388 +773 0.570 -6.826 -328.091 +774 -19.255 4.459 -331.659 +775 3.163 -3.843 -327.870 +776 13.465 17.817 -332.840 +777 11.469 14.504 -331.137 +778 1.042 -8.038 -328.279 +779 -4.676 5.436 -328.136 +780 -0.366 0.294 -327.626 +781 7.910 -1.193 -328.262 +782 0.249 -16.441 -330.380 +783 13.010 -9.019 -330.173 +784 9.024 -18.710 -332.102 +785 -0.696 -12.304 -329.153 +786 0.413 10.332 -328.695 +787 9.082 -4.658 -328.668 +788 -6.471 -17.703 -331.280 +789 15.430 13.229 -331.902 +790 -9.458 10.094 -329.558 +791 16.209 8.837 -331.126 +792 9.998 -10.415 -329.735 +793 -14.035 11.545 -331.013 +794 -2.713 -4.601 -327.907 +795 9.356 -13.310 -330.321 +796 -0.733 -3.451 -327.747 +797 4.582 -11.763 -329.230 +798 6.014 -6.120 -328.359 +799 -1.726 -16.970 -330.597 +800 -6.523 1.248 -328.063 +801 4.255 -21.145 -332.471 +802 -19.553 -2.069 -331.616 +803 0.723 -10.674 -328.772 +804 14.380 -1.455 -329.740 +805 -8.348 -8.883 -329.119 +806 -21.527 -6.174 -332.871 +807 -17.329 -8.109 -331.395 +808 5.831 -1.201 -327.976 +809 4.492 -4.439 -328.020 +810 10.546 -1.268 -328.755 +811 21.789 -0.910 -332.585 +812 9.655 -11.561 -329.926 +813 -1.242 0.240 -327.639 +814 -10.946 17.122 -331.901 +815 -7.904 -14.672 -330.458 +816 -5.542 2.950 -328.016 +817 3.927 -3.742 -327.916 +818 -6.013 -4.080 -328.150 +819 13.423 -12.887 -331.183 +820 20.433 5.756 -332.311 +821 -11.139 -3.929 -329.027 +822 -14.571 -5.067 -330.042 +823 -5.420 -0.469 -327.918 +824 -13.868 0.118 -329.569 +825 16.165 3.862 -330.442 +826 -12.829 -2.476 -329.346 +827 -4.222 -4.324 -327.987 +828 12.751 9.518 -330.200 +829 10.468 0.596 -328.726 +830 -5.968 8.323 -328.675 +831 5.970 -0.371 -327.979 +832 -17.833 12.376 -332.536 +833 16.415 -3.137 -330.474 +834 5.498 12.864 -329.603 +835 16.378 -4.544 -330.575 +836 10.733 -14.275 -330.893 +837 3.051 21.486 -332.534 +838 -14.652 10.201 -330.891 +839 6.261 -4.615 -328.227 +840 18.082 13.634 -332.997 +841 5.648 -17.970 -331.275 +842 8.964 -18.579 -332.037 +843 -1.158 13.018 -329.357 +844 20.951 0.018 -332.183 +845 -9.378 -7.624 -329.094 +846 -9.171 8.265 -329.158 +847 1.278 8.661 -328.389 +848 -5.392 -21.247 -332.639 +849 1.973 10.734 -328.819 +850 5.475 20.358 -332.243 +851 3.171 -4.544 -327.929 +852 20.864 2.174 -332.195 +853 -7.681 0.999 -328.222 +854 7.669 17.060 -331.222 +855 0.849 -4.446 -327.827 +856 9.664 -6.758 -329.022 +857 12.056 6.539 -329.525 +858 2.047 6.944 -328.146 +859 -1.144 2.939 -327.722 +860 -3.168 16.403 -330.472 +861 5.422 8.123 -328.578 +862 6.122 11.789 -329.405 +863 4.744 -16.979 -330.807 +864 5.822 -16.658 -330.813 +865 -12.073 -2.830 -329.172 +866 -8.647 15.639 -330.897 +867 -6.409 16.125 -330.704 +868 -0.842 -17.726 -330.850 +869 12.746 5.505 -329.573 +870 14.521 6.586 -330.212 +871 12.669 3.673 -329.380 +872 18.712 3.358 -331.345 +873 7.247 -21.298 -332.922 +874 -11.567 7.365 -329.524 +875 15.528 -7.309 -330.635 +876 -10.378 16.935 -331.701 +877 -3.590 -12.313 -329.282 +878 -11.777 7.077 -329.532 +879 16.178 10.818 -331.532 +880 -9.579 8.150 -329.218 +881 -11.007 2.187 -328.888 +882 6.857 -2.542 -328.157 +883 9.304 -15.452 -330.961 +884 17.899 -9.533 -331.882 +885 -12.731 -12.676 -330.933 +886 -5.403 12.182 -329.417 +887 18.751 -0.985 -331.251 +888 2.130 -9.007 -328.480 +889 3.786 -13.835 -329.707 +890 18.996 -8.177 -332.061 +891 -12.095 3.828 -329.246 +892 -2.477 -22.162 -332.835 +893 2.735 -1.620 -327.724 +894 -14.134 -1.686 -329.675 +895 6.724 -15.946 -330.687 +896 -4.492 -22.153 -332.975 +897 17.119 -2.810 -330.703 +898 7.146 -3.921 -328.287 +899 -15.156 -16.872 -333.013 +900 -6.876 4.052 -328.259 +901 -8.927 4.203 -328.598 +902 -6.399 -9.599 -328.961 +903 -8.740 8.578 -329.134 +904 1.958 -1.560 -327.685 +905 -0.494 -6.243 -328.014 +906 -8.482 -5.872 -328.690 +907 16.022 -8.164 -330.940 +908 7.198 -1.450 -328.161 +909 20.622 -7.556 -332.659 +910 0.646 11.301 -328.911 +911 1.331 -9.008 -328.453 +912 1.726 3.986 -327.811 +913 -9.242 -15.368 -330.921 +914 -5.018 11.258 -329.153 +915 -3.916 9.236 -328.632 +916 -6.547 -11.027 -329.282 +917 14.742 1.179 -329.841 +918 -17.659 6.540 -331.273 +919 -0.929 -13.966 -329.605 +920 3.295 -20.017 -331.886 +921 -12.686 -7.034 -329.755 +922 -14.816 -12.857 -331.597 +923 17.257 4.612 -330.894 +924 19.726 -3.217 -331.755 +925 -16.576 -8.890 -331.264 +926 6.158 -1.875 -328.036 +927 -3.415 13.320 -329.535 +928 -17.410 8.553 -331.505 +929 6.485 -8.160 -328.713 +930 3.255 8.230 -328.406 +931 3.704 15.251 -330.129 +932 10.605 3.431 -328.871 +933 -4.080 1.730 -327.818 +934 3.829 19.146 -331.558 +935 10.708 3.030 -328.867 +936 -16.927 8.277 -331.277 +937 8.473 18.821 -332.043 +938 13.095 17.528 -332.619 +939 6.579 -2.323 -328.108 +940 12.864 18.118 -332.785 +941 8.909 -15.426 -330.876 +942 -18.600 0.823 -331.188 +943 -5.075 0.860 -327.887 +944 -11.504 5.881 -329.307 +945 -0.031 -20.422 -331.945 +946 16.133 -6.998 -330.790 +947 -3.691 0.078 -327.759 +948 -17.646 -2.926 -330.904 +949 -5.258 1.481 -327.920 +950 17.319 6.847 -331.190 +951 10.704 -19.276 -332.701 +952 12.459 3.595 -329.320 +953 -0.105 -7.524 -328.188 +954 -7.989 19.809 -332.372 +955 7.571 11.569 -329.556 +956 -3.522 -22.043 -332.835 +957 2.578 15.657 -330.186 +958 19.578 2.659 -331.656 +959 -5.956 16.806 -330.882 +960 8.533 6.193 -328.738 +961 3.565 18.835 -331.410 +962 13.439 -8.616 -330.228 +963 2.284 -5.225 -327.947 +964 8.047 9.545 -329.194 +965 3.048 10.982 -328.929 +966 -10.997 14.415 -330.997 +967 1.253 20.619 -332.050 +968 3.656 -12.713 -329.390 +969 14.005 -10.597 -330.782 +970 6.730 21.599 -332.985 +971 -4.311 -3.115 -327.905 +972 0.936 5.086 -327.889 +973 -8.746 1.830 -328.422 +974 15.683 -10.189 -331.221 +975 -5.364 -13.381 -329.729 +976 15.931 -3.087 -330.307 +977 -2.071 -5.619 -327.980 +978 12.160 -5.289 -329.399 +979 17.882 6.698 -331.380 +980 5.870 -19.270 -331.823 +981 1.080 -14.560 -329.784 +982 17.046 4.297 -330.788 +983 -0.172 0.417 -327.625 +984 -10.225 6.264 -329.070 +985 -17.748 0.974 -330.861 +986 2.961 9.645 -328.643 +987 -6.130 4.607 -328.210 +988 1.918 18.372 -331.130 +989 -6.382 -13.884 -329.995 +990 -4.295 -9.856 -328.783 +991 -9.439 11.536 -329.877 +992 -8.630 19.076 -332.177 +993 8.566 -14.453 -330.505 +994 -16.562 4.127 -330.601 +995 -2.832 18.699 -331.305 +996 14.166 -14.950 -332.023 +997 -15.285 -16.313 -332.852 +998 -0.369 -2.910 -327.709 +999 4.158 -12.875 -329.473 +1000 9.796 -20.255 -332.923 +1001 2.320 0.459 -327.679 +1002 13.884 8.302 -330.290 +1003 -9.760 19.159 -332.439 +1004 21.131 -0.697 -332.271 +1005 -7.456 -20.652 -332.656 +1006 -5.345 -7.972 -328.545 +1007 1.086 -16.468 -330.401 +1008 4.055 -21.506 -332.622 +1009 6.975 -7.918 -328.740 +1010 -12.979 -0.177 -329.323 +1011 -2.870 19.580 -331.670 +1012 17.151 9.800 -331.655 +1013 -1.060 -14.042 -329.630 +1014 -5.636 18.895 -331.639 +1015 12.319 -4.376 -329.348 +1016 -11.504 2.968 -329.043 +1017 -2.152 11.088 -328.905 +1018 -14.898 -7.493 -330.462 +1019 11.952 13.825 -331.052 +1020 0.724 -10.775 -328.794 +1021 5.625 -14.601 -330.113 +1022 10.097 13.159 -330.430 +1023 3.398 -12.898 -329.420 +1024 -3.020 -8.453 -328.429 +1025 -9.891 -4.323 -328.793 +1026 -17.306 3.823 -330.841 +1027 20.042 10.489 -332.984 +1028 12.175 -2.741 -329.193 +1029 -11.734 -9.535 -329.944 +1030 14.131 6.909 -330.140 +1031 -13.061 -14.381 -331.517 +1032 11.284 3.655 -329.039 +1033 9.911 -0.184 -328.608 +1034 -12.186 13.720 -331.082 +1035 13.087 1.480 -329.374 +1036 -4.772 7.412 -328.400 +1037 -18.756 1.258 -331.259 +1038 -14.229 17.740 -333.044 +1039 -13.292 -8.304 -330.122 +1040 1.368 -7.723 -328.237 +1041 8.891 7.473 -328.980 +1042 -3.851 -15.991 -330.382 +1043 7.813 -8.444 -328.953 +1044 -3.219 0.661 -327.731 +1045 9.413 4.872 -328.750 +1046 -20.453 -4.598 -332.189 +1047 20.826 -8.476 -332.916 +1048 20.990 -0.919 -332.210 +1049 10.119 19.808 -332.796 +1050 -14.329 5.818 -330.054 +1051 -16.918 -4.698 -330.780 +1052 -14.737 1.913 -329.864 +1053 3.257 20.877 -332.265 +1054 6.315 9.532 -328.937 +1055 -9.282 -8.324 -329.189 +1056 -9.142 2.103 -328.504 +1057 5.559 -13.546 -329.797 +1058 -0.024 -20.918 -332.168 +1059 9.694 -7.001 -329.062 +1060 -5.242 11.655 -329.270 +1061 11.038 -3.009 -328.939 +1062 8.898 -7.112 -328.927 +1063 -11.151 12.269 -330.428 +1064 -5.730 -21.373 -332.739 +1065 11.600 7.429 -329.542 +1066 -14.108 4.644 -329.861 +1067 3.154 -10.148 -328.756 +1068 12.895 -1.096 -329.313 +1069 14.586 -1.497 -329.803 +1070 5.495 11.674 -329.303 +1071 3.972 -7.592 -328.357 +1072 1.375 18.196 -331.042 +1073 13.068 6.022 -329.720 +1074 1.396 13.361 -329.446 +1075 12.978 -9.749 -330.308 +1076 -7.321 -12.428 -329.731 +1077 -2.856 5.665 -328.024 +1078 8.802 4.310 -328.585 +1079 -3.692 4.614 -327.971 +1080 8.992 -5.632 -328.753 +1081 -5.872 7.539 -328.537 +1082 11.775 2.676 -329.091 +1083 -15.161 8.344 -330.687 +1084 18.666 11.413 -332.619 +1085 6.959 -7.912 -328.737 +1086 -4.419 14.881 -330.073 +1087 -18.750 -0.894 -331.249 +1088 -4.564 -20.206 -332.076 +1089 -13.094 -13.913 -331.384 +1090 -6.787 8.994 -328.899 +1091 0.706 -6.936 -328.108 +1092 0.467 10.735 -328.782 +1093 13.739 -11.996 -331.039 +1094 14.777 12.836 -331.579 +1095 -18.706 -4.453 -331.435 +1096 -6.287 1.573 -328.042 +1097 6.977 -10.548 -329.235 +1098 -13.413 0.840 -329.448 +1099 9.961 13.203 -330.414 +1100 17.890 -13.650 -332.925 +1101 12.257 -13.613 -331.069 +1102 -18.474 2.469 -331.196 +1103 -3.217 -17.075 -330.712 +1104 -18.452 -11.056 -332.443 +1105 -2.796 -20.951 -332.269 +1106 14.357 -11.918 -331.204 +1107 8.347 -7.962 -328.961 +1108 -7.356 -7.152 -328.678 +1109 -8.527 7.047 -328.852 +1110 6.675 5.989 -328.427 +1111 -5.893 8.818 -328.752 +1112 -2.470 -9.269 -328.544 +1113 7.956 20.212 -332.543 +1114 16.641 -9.093 -331.326 +1115 -3.490 -14.277 -329.814 +1116 12.010 -5.762 -329.415 +1117 -1.653 -0.630 -327.654 +1118 9.390 -5.977 -328.868 +1119 -6.266 -7.429 -328.569 +1120 12.762 17.929 -332.681 +1121 -3.846 6.768 -328.228 +1122 10.340 12.558 -330.320 +1123 6.562 -20.752 -332.564 +1124 13.862 -0.701 -329.572 +1125 -17.037 15.214 -333.095 +1126 -0.423 -10.836 -328.804 +1127 15.760 8.580 -330.925 +1128 -14.704 6.227 -330.219 +1129 -3.194 -13.555 -329.585 +1130 9.707 -18.843 -332.296 +1131 1.161 -9.741 -328.587 +1132 -5.236 -14.096 -329.918 +1133 -2.284 -19.852 -331.753 +1134 4.012 4.875 -328.020 +1135 -3.336 17.876 -331.018 +1136 -9.472 -13.868 -330.503 +1137 2.363 -22.078 -332.777 +1138 12.391 -17.837 -332.542 +1139 -2.878 -19.012 -331.435 +1140 -14.988 -16.888 -332.963 +1141 3.145 -7.930 -328.350 +1142 9.665 -13.169 -330.343 +1143 18.034 2.222 -331.012 +1144 -14.067 -9.364 -330.540 +1145 -6.133 -17.389 -331.116 +1146 7.444 13.919 -330.158 +1147 3.893 1.777 -327.805 +1148 13.293 1.993 -329.459 +1149 19.048 -9.338 -332.304 +1150 16.636 -9.322 -331.370 +1151 0.536 7.899 -328.249 +1152 -15.688 -15.699 -332.772 +1153 3.469 -6.816 -328.207 +1154 -14.461 10.638 -330.928 +1155 -7.199 14.125 -330.181 +1156 -5.779 20.406 -332.302 +1157 3.143 -7.727 -328.318 +1158 -7.216 7.914 -328.774 +1159 -16.115 -7.246 -330.821 +1160 -18.423 -12.869 -332.910 +1161 6.499 8.333 -328.743 +1162 -7.586 12.516 -329.795 +1163 9.972 3.301 -328.740 +1164 13.581 6.260 -329.893 +1165 15.940 -9.418 -331.146 +1166 -14.328 -4.864 -329.948 +1167 17.182 5.446 -330.956 +1168 -8.135 -12.410 -329.857 +1169 -5.409 16.448 -330.690 +1170 4.939 -13.485 -329.712 +1171 9.130 -8.525 -329.195 +1172 -11.858 -4.546 -329.249 +1173 4.345 -0.245 -327.811 +1174 12.719 -3.095 -329.352 +1175 10.553 -6.126 -329.122 +1176 7.342 4.475 -328.362 +1177 -15.219 -14.960 -332.363 +1178 16.041 3.842 -330.398 +1179 4.661 -0.488 -327.842 +1180 -5.337 -7.288 -328.439 +1181 8.220 3.449 -328.418 +1182 -7.395 -3.524 -328.293 +1183 8.784 -9.525 -329.317 +1184 -3.129 15.257 -330.090 +1185 -10.251 -18.677 -332.347 +1186 18.680 2.157 -331.262 +1187 15.927 13.862 -332.258 +1188 -8.976 -20.348 -332.794 +1189 -10.340 8.860 -329.508 +1190 -2.886 -0.555 -327.709 +1191 -4.510 -3.287 -327.933 +1192 6.060 -2.827 -328.069 +1193 -8.650 11.701 -329.769 +1194 0.701 12.198 -329.126 +1195 12.526 -17.295 -332.370 +1196 -0.211 13.861 -329.567 +1197 17.545 2.023 -330.818 +1198 6.865 2.207 -328.142 +1199 -5.198 -0.110 -327.892 +1200 -12.053 17.381 -332.275 +1201 -15.867 9.524 -331.143 +1202 7.080 -9.357 -329.008 +1203 3.115 1.117 -327.732 +1204 8.859 -6.912 -328.892 +1205 -15.414 -14.962 -332.429 +1206 -4.241 2.992 -327.891 +1207 -10.027 8.130 -329.304 +1208 1.374 1.405 -327.662 +1209 -1.147 16.299 -330.345 +1210 19.385 -8.048 -332.201 +1211 0.363 -16.690 -330.468 +1212 0.827 4.554 -327.836 +1213 -19.045 -5.793 -331.720 +1214 8.010 -6.858 -328.738 +1215 11.492 18.084 -332.404 +1216 -18.052 -6.886 -331.473 +1217 2.665 7.635 -328.276 +1218 1.681 -22.042 -332.729 +1219 -12.618 18.413 -332.835 +1220 11.978 -8.206 -329.760 +1221 -20.565 1.892 -332.048 +1222 10.769 -3.629 -328.921 +1223 2.105 -4.480 -327.867 +1224 -11.810 1.070 -329.038 +1225 -7.598 10.749 -329.372 +1226 -11.401 5.556 -329.245 +1227 -2.991 4.333 -327.899 +1228 20.138 -2.175 -331.872 +1229 7.976 8.892 -329.059 +1230 -2.985 3.052 -327.804 +1231 16.221 15.454 -332.876 +1232 -15.716 0.759 -330.142 +1233 -21.182 -3.841 -332.462 +1234 -3.572 -13.204 -329.515 +1235 15.763 3.264 -330.262 +1236 -4.058 -10.777 -328.956 +1237 0.932 2.280 -327.684 +1238 13.519 -6.411 -329.895 +1239 1.737 -2.967 -327.741 +1240 12.886 -7.009 -329.805 +1241 4.691 -1.229 -327.857 +1242 -6.050 -7.726 -328.588 +1243 2.506 -17.055 -330.662 +1244 -9.679 4.097 -328.731 +1245 11.969 -1.114 -329.077 +1246 -7.892 -18.601 -331.850 +1247 -12.966 6.305 -329.729 +1248 -13.167 11.204 -330.681 +1249 -19.813 10.892 -332.978 +1250 15.438 6.057 -330.429 +1251 19.639 3.040 -331.706 +1252 22.278 -2.295 -332.871 +1253 1.167 20.797 -332.139 +1254 7.594 -12.777 -329.864 +1255 8.557 -9.153 -329.205 +1256 2.069 -0.421 -327.668 +1257 -15.663 -0.797 -330.125 +1258 6.167 8.196 -328.678 +1259 13.585 14.423 -331.680 +1260 5.017 17.943 -331.193 +1261 9.521 -7.942 -329.172 +1262 21.372 -0.113 -332.378 +1263 2.896 12.148 -329.195 +1264 5.520 16.090 -330.580 +1265 13.501 -14.805 -331.776 +1266 9.035 4.704 -328.663 +1267 -18.365 -2.805 -331.172 +1268 8.108 0.686 -328.284 +1269 13.697 -10.308 -330.628 +1270 -1.002 -0.532 -327.636 +1271 21.096 -5.562 -332.589 +1272 17.713 5.129 -331.117 +1273 0.218 20.377 -331.937 +1274 -12.157 -12.107 -330.633 +1275 1.844 11.368 -328.957 +1276 -17.611 -9.144 -331.693 +1277 2.303 14.651 -329.854 +1278 12.066 -2.198 -329.138 +1279 12.722 5.312 -329.545 +1280 11.475 -12.294 -330.511 +1281 12.981 1.162 -329.337 +1282 3.621 4.650 -327.969 +1283 -4.068 -9.512 -328.696 +1284 12.623 4.543 -329.441 +1285 15.642 -4.424 -330.316 +1286 -7.568 -1.876 -328.230 +1287 -15.886 2.632 -330.264 +1288 15.567 -1.261 -330.104 +1289 6.216 6.904 -328.487 +1290 -20.183 -9.156 -332.757 +1291 16.965 14.721 -332.904 +1292 -19.015 8.805 -332.185 +1293 -11.451 -7.645 -329.540 +1294 -5.236 15.559 -330.371 +1295 9.079 -18.398 -331.987 +1296 -8.718 13.281 -330.192 +1297 -12.669 9.862 -330.248 +1298 -6.931 -7.426 -328.657 +1299 -3.261 -11.450 -329.049 +1300 -5.543 -16.870 -330.855 +1301 2.948 -16.044 -330.336 +1302 0.566 -18.152 -331.008 +1303 13.458 6.254 -329.857 +1304 -20.096 -6.178 -332.217 +1305 11.170 16.670 -331.790 +1306 -20.136 4.852 -332.075 +1307 22.341 0.416 -332.846 +1308 14.659 3.079 -329.900 +1309 7.900 21.287 -333.026 +1310 3.357 -8.774 -328.506 +1311 -16.638 3.274 -330.561 +1312 -6.657 -19.947 -332.219 +1313 5.110 -4.558 -328.091 +1314 2.639 2.155 -327.739 +1315 -9.050 -17.749 -331.727 +1316 -1.501 3.806 -327.790 +1317 17.427 13.880 -332.814 +1318 6.559 -4.682 -328.272 +1319 -2.068 20.604 -332.073 +1320 8.701 7.941 -329.019 +1321 -0.350 -8.317 -328.315 +1322 -4.454 7.112 -328.327 +1323 -13.734 4.250 -329.717 +1324 9.375 -3.084 -328.599 +1325 -19.356 -11.654 -332.970 +1326 17.748 -7.540 -331.457 +1327 18.584 7.085 -331.713 +1328 -2.886 -7.576 -328.279 +1329 11.532 -1.475 -328.982 +1330 21.573 5.881 -332.854 +1331 -15.401 -1.551 -330.059 +1332 8.770 2.349 -328.448 +1333 -0.715 5.089 -327.886 +1334 9.950 -1.479 -328.637 +1335 -6.201 16.178 -330.694 +1336 -7.857 -18.420 -331.772 +1337 12.315 -4.179 -329.330 +1338 -7.933 -5.172 -328.521 +1339 -3.243 -0.818 -327.734 +1340 11.824 -0.852 -329.037 +1341 -0.973 7.366 -328.174 +1342 5.674 -4.623 -328.157 +1343 2.009 -20.391 -331.975 +1344 12.255 -1.702 -329.165 +1345 12.558 -7.085 -329.729 +1346 17.084 -10.600 -331.806 +1347 -0.417 -18.558 -331.165 +1348 -16.700 13.935 -332.557 +1349 3.841 -11.880 -329.194 +1350 -10.006 -1.766 -328.658 +1351 -15.926 -11.062 -331.502 +1352 -1.337 5.482 -327.940 +1353 7.537 5.786 -328.527 +1354 11.039 -6.802 -329.319 +1355 -3.962 11.998 -329.233 +1356 -9.111 -19.310 -332.368 +1357 -8.522 -0.608 -328.353 +1358 7.395 7.641 -328.758 +1359 4.552 5.929 -328.181 +1360 10.300 -7.178 -329.212 +1361 4.496 19.096 -331.597 +1362 -4.062 17.793 -331.043 +1363 -15.291 -8.654 -330.784 +1364 13.243 15.493 -331.927 +1365 -19.851 0.249 -331.697 +1366 14.223 16.411 -332.541 +1367 3.942 8.239 -328.458 +1368 0.012 18.145 -331.002 +1369 15.214 -2.447 -330.036 +1370 6.267 5.310 -328.297 +1371 2.072 11.331 -328.957 +1372 -6.664 13.371 -329.888 +1373 6.517 -8.859 -328.838 +1374 19.586 -8.368 -332.344 +1375 -13.481 2.526 -329.525 +1376 2.326 -19.821 -331.742 +1377 -5.249 20.631 -332.339 +1378 -3.799 -20.426 -332.104 +1379 -19.573 -6.840 -332.085 +1380 6.539 -12.716 -329.694 +1381 13.585 17.807 -332.872 +1382 1.887 -17.638 -330.847 +1383 -3.129 -15.343 -330.117 +1384 8.892 -17.436 -331.578 +1385 17.697 6.560 -331.290 +1386 5.063 -7.271 -328.408 +1387 -7.537 -3.550 -328.316 +1388 12.660 -6.655 -329.695 +1389 0.964 0.544 -327.635 +1390 -6.187 -5.235 -328.279 +1391 -5.320 7.789 -328.514 +1392 -9.888 -2.668 -328.675 +1393 6.579 9.992 -329.064 +1394 8.731 -19.361 -332.316 +1395 -5.586 -20.844 -332.476 +1396 -1.358 16.975 -330.587 +1397 18.879 3.629 -331.433 +1398 17.799 -1.974 -330.912 +1399 -4.148 -16.033 -330.421 +1400 -1.393 0.795 -327.649 +1401 -13.464 -8.269 -330.164 +1402 2.565 21.302 -332.418 +1403 -9.754 17.502 -331.776 +1404 5.945 11.629 -329.345 +1405 -2.237 -11.293 -328.955 +1406 -1.133 4.403 -327.829 +1407 -12.443 12.692 -330.861 +1408 -1.967 -19.469 -331.576 +1409 15.254 14.270 -332.155 +1410 -7.614 -20.748 -332.726 +1411 9.794 12.961 -330.313 +1412 1.404 -2.479 -327.704 +1413 -4.063 -13.316 -329.584 +1414 -3.486 16.168 -330.414 +1415 4.825 2.359 -327.910 +1416 10.085 15.541 -331.151 +1417 15.325 -2.257 -330.062 +1418 5.286 2.759 -327.977 +1419 -6.261 -9.384 -328.902 +1420 -13.462 10.564 -330.617 +1421 -2.221 -21.865 -332.667 +1422 5.957 4.363 -328.167 +1423 4.361 21.489 -332.642 +1424 -9.210 4.601 -328.686 +1425 8.836 12.195 -329.925 +1426 7.474 15.231 -330.564 +1427 18.489 -9.088 -332.025 +1428 -2.823 -17.954 -331.014 +1429 -0.323 1.136 -327.637 +1430 21.348 7.217 -332.941 +1431 -5.065 13.165 -329.637 +1432 10.592 -15.948 -331.400 +1433 17.654 8.021 -331.502 +1434 2.507 -12.827 -329.347 +1435 -4.539 -8.812 -328.607 +1436 10.452 9.908 -329.725 +1437 16.267 -14.569 -332.599 +1438 -8.063 -20.664 -332.765 +1439 6.279 -19.113 -331.812 +1440 -7.469 13.812 -330.131 +1441 14.618 10.948 -331.048 +1442 -3.963 10.943 -328.985 +1443 10.479 -1.976 -328.764 +1444 4.846 -6.679 -328.303 +1445 -15.052 -13.518 -331.861 +1446 -15.190 -4.290 -330.158 +1447 18.926 11.428 -332.730 +1448 6.663 11.628 -329.437 +1449 0.777 -16.420 -330.379 +1450 2.571 -10.749 -328.850 +1451 -21.380 1.291 -332.400 +1452 -11.535 8.639 -329.727 +1453 15.251 -13.138 -331.817 +1454 -12.345 -10.813 -330.369 +1455 -4.765 12.194 -329.353 +1456 -3.339 12.591 -329.335 +1457 -13.196 -5.620 -329.707 +1458 -5.462 3.363 -328.033 +1459 -12.866 15.750 -331.907 +1460 -16.868 -6.724 -331.008 +1461 6.054 -2.049 -328.030 +1462 7.649 3.533 -328.332 +1463 -2.568 -0.461 -327.691 +1464 -0.912 -0.639 -327.636 +1465 20.980 -8.268 -332.949 +1466 -9.075 15.251 -330.851 +1467 7.469 10.867 -329.378 +1468 -8.796 -8.774 -329.178 +1469 17.761 -2.759 -330.937 +1470 15.989 6.691 -330.697 +1471 -6.844 -2.632 -328.159 +1472 -8.181 -7.152 -328.808 +1473 0.047 -11.615 -328.980 +1474 10.978 -10.800 -330.033 +1475 -16.463 6.435 -330.824 +1476 5.644 14.692 -330.143 +1477 9.898 -14.523 -330.786 +1478 2.082 -14.426 -329.776 +1479 -4.898 -18.008 -331.205 +1480 5.116 -19.569 -331.859 +1481 13.321 8.661 -330.193 +1482 1.430 10.925 -328.842 +1483 14.727 8.370 -330.555 +1484 7.448 -3.153 -328.276 +1485 -21.154 -2.591 -332.350 +1486 -12.600 -8.167 -329.911 +1487 15.319 6.190 -330.408 +1488 -10.566 -16.948 -331.748 +1489 17.691 -10.738 -332.067 +1490 -0.907 -10.060 -328.646 +1491 16.253 3.222 -330.424 +1492 -11.581 -7.898 -329.611 +1493 -6.190 -15.108 -330.341 +1494 16.214 -0.831 -330.309 +1495 -0.010 20.507 -331.983 +1496 -1.588 3.492 -327.770 +1497 9.235 -11.556 -329.842 +1498 19.796 5.847 -332.043 +1499 20.587 6.775 -332.520 +1500 7.710 12.515 -329.814 +1501 -0.256 1.752 -327.654 +1502 7.583 -9.634 -329.137 +1503 1.747 -1.850 -327.688 +1504 2.684 10.925 -328.895 +1505 18.833 -5.075 -331.549 +1506 -2.742 19.377 -331.577 +1507 3.149 1.254 -327.737 +1508 7.836 -16.274 -330.970 +1509 7.064 0.347 -328.122 +1510 -7.226 -6.025 -328.509 +1511 11.155 -5.781 -329.214 +1512 9.303 16.607 -331.355 +1513 7.830 -0.753 -328.241 +1514 -9.436 -9.863 -329.507 +1515 -12.576 -16.386 -332.049 +1516 -3.117 -21.107 -332.361 +1517 8.189 -18.325 -331.792 +1518 0.256 1.720 -327.653 +1519 -14.078 9.862 -330.644 +1520 -4.072 -3.760 -327.929 +1521 4.472 -1.992 -327.862 +1522 4.253 18.794 -331.452 +1523 -2.033 11.063 -328.894 +1524 9.614 11.003 -329.787 +1525 -19.405 10.708 -332.757 +1526 9.659 19.395 -332.517 +1527 21.337 -2.270 -332.418 +1528 -2.986 3.789 -327.855 +1529 -10.296 2.778 -328.764 +1530 -12.215 -8.861 -329.935 +1531 17.019 7.504 -331.180 +1532 -2.460 3.697 -327.819 +1533 -2.230 -9.654 -328.607 +1534 -0.128 -18.526 -331.151 +1535 11.469 19.698 -333.071 +1536 0.035 -4.094 -327.790 +1537 14.400 2.576 -329.793 +1538 0.028 -11.760 -329.014 +1539 -9.643 -8.119 -329.225 +1540 18.613 1.646 -331.214 +1541 -7.016 -10.026 -329.131 +1542 -6.039 9.711 -328.937 +1543 -4.376 18.399 -331.306 +1544 9.625 -19.899 -332.728 +1545 6.644 7.431 -328.619 +1546 8.268 -8.372 -329.016 +1547 -14.215 -10.351 -330.790 +1548 16.373 6.266 -330.770 +1549 18.412 -11.964 -332.657 +1550 1.043 5.828 -327.972 +1551 -7.545 -17.039 -331.194 +1552 -1.086 -10.249 -328.688 +1553 -7.454 18.332 -331.670 +1554 -15.305 -0.474 -330.005 +1555 -8.008 10.081 -329.295 +1556 0.262 -10.062 -328.639 +1557 9.802 -15.796 -331.176 +1558 18.464 -5.713 -331.476 +1559 14.416 -13.540 -331.665 +1560 -2.802 17.989 -331.026 +1561 20.118 -1.943 -331.853 +1562 -18.345 -5.528 -331.406 +1563 5.179 -5.032 -328.143 +1564 -1.266 -19.767 -331.678 +1565 13.831 -0.168 -329.558 +1566 -11.855 -16.999 -332.081 +1567 -3.465 -18.442 -331.246 +1568 -4.195 11.047 -329.028 +1569 11.249 -13.099 -330.673 +1570 -6.027 -21.750 -332.958 +1571 18.993 -11.101 -332.677 +1572 -7.821 -11.214 -329.513 +1573 10.613 -16.742 -331.684 +1574 -18.561 -5.111 -331.444 +1575 0.532 17.838 -330.888 +1576 12.932 0.890 -329.318 +1577 1.254 -7.197 -328.155 +1578 10.577 0.313 -328.746 +1579 -9.013 -18.782 -332.130 +1580 -12.878 -9.166 -330.166 +1581 4.759 -10.780 -329.020 +1582 -10.767 12.372 -330.366 +1583 -14.322 2.653 -329.773 +1584 -16.941 -10.641 -331.763 +1585 -13.673 13.188 -331.340 +1586 -11.825 -2.060 -329.073 +1587 14.694 2.023 -329.855 +1588 18.498 -6.692 -331.620 +1589 -6.567 -0.433 -328.055 +1590 12.645 10.670 -330.416 +1591 12.752 2.768 -329.342 +1592 13.226 -1.105 -329.402 +1593 14.540 0.492 -329.768 +1594 0.788 21.661 -332.521 +1595 -19.747 -3.686 -331.799 +1596 2.142 4.475 -327.868 +1597 7.529 -19.550 -332.183 +1598 17.261 -4.859 -330.920 +1599 -9.732 -12.950 -330.297 +1600 -18.108 1.005 -330.999 +1601 15.696 -8.700 -330.926 +1602 -5.599 10.227 -328.990 +1603 3.166 12.481 -329.295 +1604 -13.784 -0.028 -329.544 +1605 4.749 -15.201 -330.205 +1606 8.372 2.002 -328.364 +1607 3.527 -4.465 -327.945 +1608 -9.921 8.563 -329.357 +1609 -0.439 7.600 -328.201 +1610 -2.591 -3.141 -327.788 +1611 9.468 0.514 -328.523 +1612 -3.449 -10.167 -328.780 +1613 17.859 -7.552 -331.502 +1614 -12.161 -1.578 -329.138 +1615 15.839 -3.882 -330.334 +1616 -3.521 -2.171 -327.793 +1617 1.535 -5.271 -327.923 +1618 -3.656 -15.838 -330.316 +1619 -8.839 15.511 -330.890 +1620 12.105 -12.182 -330.639 +1621 6.947 -7.750 -328.709 +1622 -3.032 -6.106 -328.086 +1623 -1.777 -0.409 -327.656 +1624 -5.825 18.856 -331.647 +1625 -6.629 7.754 -328.666 +1626 -6.905 2.283 -328.151 +1627 -4.054 -1.552 -327.811 +1628 9.486 17.769 -331.823 +1629 -21.282 -1.497 -332.360 +1630 -5.553 -2.120 -327.975 +1631 -20.723 1.061 -332.092 +1632 -6.764 -9.103 -328.916 +1633 -17.584 -0.454 -330.792 +1634 18.943 -3.466 -331.447 +1635 5.091 19.257 -331.725 +1636 12.947 12.401 -330.919 +1637 -11.697 10.124 -330.056 +1638 -6.608 16.123 -330.730 +1639 11.499 -12.463 -330.561 +1640 10.576 15.873 -331.371 +1641 8.074 -20.716 -332.803 +1642 8.705 1.436 -328.401 +1643 16.846 -6.791 -331.009 +1644 -6.666 -8.975 -328.879 +1645 16.169 -13.096 -332.118 +1646 -4.780 -6.892 -328.326 +1647 5.275 -17.081 -330.900 +1648 -2.269 8.239 -328.353 +1649 0.364 -4.581 -327.833 +1650 -4.047 20.410 -332.118 +1651 -6.178 10.095 -329.032 +1652 2.300 2.728 -327.750 +1653 -8.482 -18.376 -331.865 +1654 -3.105 -12.349 -329.258 +1655 10.584 -4.766 -328.978 +1656 -9.582 -7.914 -329.179 +1657 -4.721 -21.812 -332.833 +1658 -5.740 1.641 -327.978 +1659 -3.895 -12.714 -329.409 +1660 -14.429 -4.458 -329.939 +1661 0.112 -16.291 -330.329 +1662 -5.909 -4.757 -328.197 +1663 -4.438 0.743 -327.825 +1664 8.319 20.753 -332.853 +1665 20.546 -6.382 -332.445 +1666 10.186 -19.400 -332.635 +1667 -10.127 -8.270 -329.348 +1668 1.928 5.029 -327.912 +1669 8.250 8.252 -328.992 +1670 11.919 2.893 -329.138 +1671 22.666 3.091 -333.113 +1672 3.869 7.633 -328.355 +1673 -8.908 10.535 -329.548 +1674 10.737 -0.147 -328.780 +1675 -5.218 1.260 -327.910 +1676 -11.909 6.586 -329.495 +1677 -11.865 6.893 -329.527 +1678 22.211 -0.040 -332.780 +1679 3.544 -7.311 -328.282 +1680 7.838 -9.236 -329.100 +1681 -12.659 -14.108 -331.323 +1682 0.960 22.285 -332.827 +1683 7.312 -1.354 -328.175 +1684 13.247 9.856 -330.404 +1685 3.289 11.482 -329.059 +1686 8.642 14.194 -330.441 +1687 -17.409 -6.271 -331.142 +1688 7.618 -1.931 -328.240 +1689 -5.742 -17.232 -331.009 +1690 -17.992 13.523 -332.927 +1691 11.591 18.361 -332.540 +1692 -7.655 -4.300 -328.394 +1693 -4.732 -10.683 -328.996 +1694 0.868 -22.192 -332.779 +1695 -13.358 -8.510 -330.176 +1696 -9.370 16.933 -331.486 +1697 -4.825 -11.340 -329.153 +1698 3.419 14.896 -329.996 +1699 -20.302 -5.162 -332.182 +1700 15.862 -16.090 -332.970 +1701 20.031 6.601 -332.248 +1702 7.603 -14.638 -330.398 +1703 -5.635 -20.310 -332.241 +1704 19.003 2.302 -331.399 +1705 -5.520 18.731 -331.559 +1706 -0.194 16.376 -330.358 +1707 -4.824 -6.113 -328.228 +1708 1.444 10.343 -328.717 +1709 -10.438 1.229 -328.731 +1710 -4.035 -19.136 -331.572 +1711 -15.861 -15.225 -332.670 +1712 -5.538 -4.369 -328.119 +1713 -14.615 -8.861 -330.609 +1714 -18.359 7.658 -331.714 +1715 5.379 6.634 -328.352 +1716 8.986 -1.993 -328.471 +1717 -11.662 13.831 -330.981 +1718 -1.816 -3.912 -327.808 +1719 -20.715 9.536 -333.076 +1720 -21.325 -0.505 -332.359 +1721 -19.319 -9.443 -332.440 +1722 9.796 13.096 -330.350 +1723 -6.875 20.712 -332.592 +1724 -19.459 5.339 -331.838 +1725 9.754 2.500 -328.639 +1726 -2.746 15.797 -330.241 +1727 8.847 0.785 -328.412 +1728 18.672 9.713 -332.227 +1729 13.323 5.782 -329.761 +1730 -8.039 -1.731 -328.299 +1731 14.749 -11.989 -331.344 +1732 13.997 12.131 -331.149 +1733 -16.586 -9.052 -331.299 +1734 -12.724 2.844 -329.339 +1735 3.558 -10.791 -328.921 +1736 -9.475 -16.895 -331.493 +1737 2.195 15.452 -330.100 +1738 -4.430 10.392 -328.905 +1739 -22.162 0.077 -332.756 +1740 5.475 -13.353 -329.733 +1741 1.182 11.774 -329.032 +1742 -7.382 -9.529 -329.086 +1743 16.212 -10.982 -331.582 +1744 7.418 -21.029 -332.824 +1745 -3.617 -9.606 -328.679 +1746 -9.879 -14.071 -330.646 +1747 -3.619 -3.635 -327.885 +1748 -9.434 -8.806 -329.303 +1749 2.868 19.861 -331.790 +1750 11.909 12.507 -330.674 +1751 7.957 16.172 -330.955 +1752 -17.895 1.314 -330.925 +1753 -18.156 5.651 -331.347 +1754 2.692 -15.766 -330.228 +1755 -2.448 8.180 -328.352 +1756 -0.476 21.468 -332.425 +1757 12.701 4.003 -329.414 +1758 5.895 13.456 -329.811 +1759 -14.682 15.920 -332.513 +1760 8.989 -4.297 -328.618 +1761 -8.425 12.180 -329.848 +1762 6.232 5.791 -328.346 +1763 7.972 -18.533 -331.837 +1764 -21.341 -5.246 -332.666 +1765 -4.623 -22.241 -333.032 +1766 15.566 3.609 -330.223 +1767 -11.501 8.275 -329.655 +1768 -17.612 -11.757 -332.287 +1769 -1.352 -15.833 -330.193 +1770 5.052 -7.290 -328.410 +1771 5.505 -12.498 -329.508 +1772 14.231 14.408 -331.870 +1773 -4.303 -11.642 -329.175 +1774 -16.052 16.079 -333.034 +1775 10.243 -10.532 -329.812 +1776 -5.976 -2.261 -328.030 +1777 14.902 8.387 -330.612 +1778 -10.707 -0.987 -328.783 +1779 21.555 -5.672 -332.818 +1780 17.886 -1.060 -330.915 +1781 -1.022 9.329 -328.505 +1782 14.853 10.907 -331.112 +1783 -5.615 -1.329 -327.955 +1784 -11.495 -1.303 -328.969 +1785 -0.458 7.969 -328.259 +1786 16.264 8.342 -331.054 +1787 -8.861 3.419 -328.526 +1788 -10.703 17.252 -331.892 +1789 -0.055 9.661 -328.558 +1790 18.270 -3.702 -331.197 +1791 2.549 2.506 -327.750 +1792 15.582 -1.280 -330.109 +1793 -11.494 -9.804 -329.940 +1794 2.767 -11.759 -329.092 +1795 7.750 15.807 -330.797 +1796 21.717 0.640 -332.557 +1797 22.622 2.225 -333.039 +1798 8.103 1.301 -328.296 +1799 -12.733 -14.026 -331.318 +1800 -6.463 20.956 -332.643 +1801 8.167 -0.231 -328.290 +1802 10.792 0.594 -328.796 +1803 -3.971 -6.516 -328.204 +1804 1.254 15.743 -330.161 +1805 -8.943 -2.239 -328.474 +1806 -13.875 9.890 -330.590 +1807 -21.845 6.643 -333.102 +1808 12.940 -0.998 -329.323 +1809 5.517 18.329 -331.399 +1810 7.606 8.770 -328.978 +1811 9.809 -6.248 -328.983 +1812 -6.818 -3.672 -328.222 +1813 18.960 11.536 -332.772 +1814 -14.259 -14.772 -331.994 +1815 0.076 4.640 -327.837 +1816 1.449 -9.117 -328.476 +1817 10.231 -9.620 -329.619 +1818 -0.126 -1.989 -327.663 +1819 17.319 -1.761 -330.724 +1820 17.429 0.310 -330.733 +1821 9.211 -10.391 -329.573 +1822 -9.253 -6.288 -328.880 +1823 -4.524 -17.353 -330.921 +1824 11.228 6.062 -329.265 +1825 -4.885 -9.481 -328.765 +1826 16.453 -15.034 -332.818 +1827 6.919 -18.700 -331.734 +1828 9.750 -14.241 -330.670 +1829 -6.177 14.161 -330.049 +1830 12.832 11.108 -330.566 +1831 21.827 -3.914 -332.763 +1832 11.467 -12.477 -330.557 +1833 7.650 -0.356 -328.208 +1834 11.945 12.338 -330.639 +1835 -8.491 -16.090 -331.021 +1836 17.166 5.067 -330.908 +1837 8.102 -6.686 -328.730 +1838 -16.634 6.435 -330.884 +1839 11.015 -11.884 -330.298 +1840 7.216 -7.706 -328.741 +1841 -8.605 9.581 -329.296 +1842 7.247 -15.242 -330.532 +1843 5.258 -15.588 -330.383 +1844 8.603 2.319 -328.417 +1845 -2.051 -13.402 -329.481 +1846 3.943 -20.665 -332.223 +1847 9.860 -6.722 -329.056 +1848 -7.397 -7.880 -328.796 +1849 -12.483 9.015 -330.032 +1850 -7.335 -8.481 -328.886 +1851 -3.956 0.075 -327.779 +1852 16.108 -5.892 -330.631 +1853 -10.380 -6.631 -329.151 +1854 -2.160 -5.450 -327.965 +1855 -8.205 5.121 -328.560 +1856 14.446 10.172 -330.821 +1857 -4.065 -19.535 -331.740 +1858 -13.093 1.593 -329.379 +1859 9.294 8.360 -329.198 +1860 1.196 -0.223 -327.638 +1861 15.415 -9.560 -331.000 +1862 14.366 -10.638 -330.899 +1863 -0.615 20.824 -332.129 +1864 4.330 -3.083 -327.904 +1865 -1.406 -7.118 -328.148 +1866 -1.623 -2.166 -327.696 +1867 19.890 3.434 -331.840 +1868 -10.884 -3.243 -328.919 +1869 4.477 -2.725 -327.896 +1870 0.431 19.714 -331.640 +1871 -4.667 -5.766 -328.172 +1872 2.168 -6.029 -328.032 +1873 19.411 3.166 -331.618 +1874 -1.614 0.593 -327.653 +1875 -21.501 4.907 -332.703 +1876 -17.573 -12.613 -332.500 +1877 6.289 2.275 -328.069 +1878 15.521 4.728 -330.306 +1879 17.220 -9.605 -331.640 +1880 8.764 20.368 -332.762 +1881 -0.954 -2.648 -327.702 +1882 -16.351 -12.171 -331.928 +1883 8.088 10.004 -329.292 +1884 -7.253 -20.417 -332.517 +1885 -17.410 8.104 -331.424 +1886 6.223 18.634 -331.609 +1887 0.342 10.475 -328.725 +1888 2.156 15.983 -330.273 +1889 19.924 -10.128 -332.849 +1890 -10.351 -3.510 -328.822 +1891 -13.580 -14.148 -331.594 +1892 14.993 -0.484 -329.907 +1893 7.604 -12.395 -329.766 +1894 7.473 7.821 -328.798 +1895 -4.864 -10.430 -328.955 +1896 17.904 0.426 -330.912 +1897 -11.844 -8.050 -329.700 +1898 -4.963 6.707 -328.319 +1899 -17.175 0.491 -330.642 +1900 -3.954 -11.221 -329.048 +1901 -7.523 20.234 -332.479 +1902 16.729 14.929 -332.884 +1903 6.619 -6.873 -328.535 +1904 13.096 13.662 -331.311 +1905 15.868 0.470 -330.188 +1906 -18.031 0.283 -330.959 +1907 4.377 6.946 -328.296 +1908 7.922 12.024 -329.724 +1909 15.349 12.267 -331.610 +1910 12.527 7.554 -329.792 +1911 -12.550 -3.874 -329.365 +1912 13.575 -1.711 -329.516 +1913 13.878 -5.898 -329.932 +1914 -5.614 -1.146 -327.950 +1915 -13.969 -7.036 -330.111 +1916 -17.777 -3.202 -330.971 +1917 -0.577 -16.324 -330.343 +1918 0.415 -5.108 -327.884 +1919 -10.058 8.976 -329.459 +1920 2.208 9.087 -328.498 +1921 19.084 9.472 -332.347 +1922 6.568 7.622 -328.638 +1923 13.109 2.346 -329.414 +1924 15.613 -11.728 -331.559 +1925 -13.793 -3.373 -329.664 +1926 -5.763 1.632 -327.980 +1927 4.099 -2.169 -327.837 +1928 -4.516 -4.378 -328.017 +1929 13.870 -0.290 -329.570 +1930 -2.866 13.178 -329.461 +1931 -5.714 -16.820 -330.857 +1932 -3.626 19.802 -331.817 +1933 -1.681 14.461 -329.771 +1934 -13.150 16.340 -332.194 +1935 6.753 -12.030 -329.548 +1936 -2.966 -18.509 -331.238 +1937 20.555 4.142 -332.191 +1938 -11.639 -9.255 -329.867 +1939 -5.026 -9.137 -328.714 +1940 -5.933 -10.969 -329.190 +1941 3.820 18.149 -331.159 +1942 -9.297 13.458 -330.351 +1943 -0.856 -10.939 -328.832 +1944 3.153 -3.070 -327.816 +1945 15.356 -15.210 -332.492 +1946 10.689 17.738 -332.074 +1947 4.567 5.203 -328.101 +1948 -9.778 -16.965 -331.582 +1949 -7.154 -11.386 -329.450 +1950 -5.759 -15.280 -330.341 +1951 13.557 10.813 -330.700 +1952 -13.214 -3.988 -329.550 +1953 2.368 7.923 -328.306 +1954 -15.251 -16.880 -333.049 +1955 -11.958 10.105 -330.116 +1956 5.811 15.727 -330.493 +1957 11.805 -15.249 -331.458 +1958 3.468 -4.203 -327.919 +1959 17.562 7.102 -331.318 +1960 -15.876 -5.717 -330.531 +1961 11.661 -14.960 -331.328 +1962 2.955 13.925 -329.675 +1963 -0.064 -5.932 -327.974 +1964 -0.568 -13.843 -329.565 +1965 -3.649 -18.131 -331.139 +1966 12.655 3.634 -329.373 +1967 0.677 22.690 -333.024 +1968 -12.946 8.061 -329.985 +1969 5.969 -16.897 -330.916 +1970 -11.028 5.431 -329.145 +1971 -0.592 10.098 -328.649 +1972 -13.448 -17.133 -332.571 +1973 -8.868 2.324 -328.464 +1974 13.431 -4.388 -329.644 +1975 -2.378 12.311 -329.208 +1976 4.667 -1.385 -327.859 +1977 -3.772 -10.022 -328.774 +1978 -0.570 -15.924 -330.208 +1979 0.576 -6.265 -328.018 +1980 4.969 -0.321 -327.870 +1981 7.700 -14.005 -330.224 +1982 -15.240 1.605 -330.009 +1983 2.116 -10.333 -328.739 +1984 -11.298 4.057 -329.074 +1985 11.397 -9.433 -329.843 +1986 13.582 -11.594 -330.892 +1987 9.802 6.693 -329.041 +1988 2.020 21.093 -332.293 +1989 6.330 -18.715 -331.656 +1990 11.252 -0.768 -328.901 +1991 0.441 -3.372 -327.738 +1992 -10.277 -15.101 -331.049 +1993 -5.385 -5.288 -328.192 +1994 -4.411 20.748 -332.303 +1995 -5.301 -16.164 -330.580 +1996 8.064 -20.325 -332.613 +1997 -10.617 -12.844 -330.457 +1998 15.322 10.553 -331.182 +1999 14.292 -0.397 -329.693 +2000 -2.411 -14.646 -329.858 +2001 -18.521 10.374 -332.311 +2002 11.807 -0.139 -329.026 +2003 -18.888 6.235 -331.713 +2004 10.237 19.418 -332.654 +2005 9.260 5.483 -328.785 +2006 2.133 -8.913 -328.463 +2007 -19.911 0.184 -331.723 +2008 -7.909 6.085 -328.621 +2009 -4.037 13.789 -329.714 +2010 -5.692 7.342 -328.487 +2011 5.676 2.426 -328.003 +2012 7.876 -13.562 -330.125 +2013 2.226 -1.273 -327.689 +2014 -21.929 0.601 -332.647 +2015 15.333 8.481 -330.767 +2016 -10.900 8.689 -329.589 +2017 15.282 -6.640 -330.457 +2018 20.875 -7.893 -332.833 +2019 2.682 5.504 -327.997 +2020 14.466 16.643 -332.702 +2021 -0.612 7.631 -328.208 +2022 18.822 -5.203 -331.559 +2023 -7.873 1.398 -328.262 +2024 1.894 -3.531 -327.783 +2025 0.326 12.695 -329.249 +2026 6.035 9.072 -328.815 +2027 7.167 -16.699 -331.013 +2028 12.653 -13.626 -331.178 +2029 -6.144 -4.293 -328.184 +2030 4.792 7.326 -328.389 +2031 -12.572 13.650 -331.164 +2032 -7.872 -5.464 -328.542 +2033 -4.004 1.057 -327.794 +2034 -12.391 -4.501 -329.378 +2035 -19.396 -1.242 -331.521 +2036 -16.792 -5.234 -330.791 +2037 -5.844 -2.637 -328.033 +2038 7.388 14.387 -330.288 +2039 -0.335 -19.540 -331.565 +2040 11.510 8.126 -329.632 +2041 -5.474 -0.571 -327.925 +2042 5.380 2.574 -327.977 +2043 -3.920 -1.961 -327.814 +2044 18.928 -7.062 -331.849 +2045 17.329 -4.290 -330.890 +2046 9.096 0.465 -328.453 +2047 8.302 8.994 -329.132 +2048 -0.392 -21.840 -332.602 +2049 -13.045 10.471 -330.480 +2050 -5.782 -19.262 -331.809 +2051 5.747 7.064 -328.453 +2052 1.669 15.230 -330.008 +2053 4.524 21.664 -332.741 +2054 8.494 7.077 -328.851 +2055 5.245 11.003 -329.119 +2056 0.506 10.331 -328.696 +2057 -4.422 20.472 -332.180 +2058 -21.058 6.847 -332.747 +2059 -10.979 -12.769 -330.519 +2060 -9.757 6.984 -329.072 +2061 2.211 -20.082 -331.849 +2062 -3.134 18.929 -331.417 +2063 11.651 -4.676 -329.212 +2064 4.724 -19.991 -331.998 +2065 15.648 -15.886 -332.823 +2066 1.449 2.389 -327.701 +2067 12.559 4.210 -329.395 +2068 -0.895 -13.514 -329.477 +2069 -12.130 -10.457 -330.235 +2070 -2.001 1.430 -327.683 +2071 -2.636 -18.793 -331.332 +2072 8.680 -16.159 -331.079 +2073 -18.354 2.625 -331.157 +2074 -15.955 -4.006 -330.383 +2075 -5.340 13.239 -329.687 +2076 -8.021 -7.804 -328.881 +2077 9.585 -15.657 -331.085 +2078 -0.372 15.809 -330.168 +2079 -18.184 1.404 -331.038 +2080 -2.400 6.996 -328.169 +2081 -14.340 0.749 -329.712 +2082 -18.715 4.075 -331.404 +2083 -2.474 8.495 -328.406 +2084 -12.808 4.441 -329.480 +2085 2.670 22.587 -333.046 +2086 -6.936 -1.300 -328.120 +2087 -3.208 -3.760 -327.866 +2088 -18.407 1.491 -331.128 +2089 21.201 5.236 -332.599 +2090 9.491 9.789 -329.502 +2091 2.840 10.796 -328.875 +2092 4.874 -12.444 -329.427 +2093 -4.155 5.830 -328.134 +2094 -4.546 -9.300 -328.698 +2095 6.800 7.682 -328.678 +2096 -6.529 -12.183 -329.555 +2097 -9.017 -17.270 -331.540 +2098 11.011 13.318 -330.678 +2099 -5.065 5.121 -328.141 +2100 11.248 -1.847 -328.929 +2101 -11.132 15.064 -331.232 +2102 5.806 -7.502 -328.524 +2103 -11.424 9.515 -329.866 +2104 -2.673 6.992 -328.182 +2105 -15.124 8.715 -330.742 +2106 -20.973 4.690 -332.434 +2107 10.790 8.419 -329.517 +2108 21.959 -2.916 -332.751 +2109 -10.205 -5.916 -329.023 +2110 -15.632 0.176 -330.109 +2111 -6.725 15.225 -330.450 +2112 0.598 17.832 -330.886 +2113 5.392 -3.558 -328.039 +2114 -7.009 -21.043 -332.765 +2115 14.747 -10.742 -331.041 +2116 -17.204 1.455 -330.672 +2117 -4.975 -12.411 -329.429 +2118 6.167 7.923 -328.633 +2119 10.158 10.387 -329.762 +2120 -16.843 -14.696 -332.850 +2121 -6.791 9.697 -329.033 +2122 -1.241 14.176 -329.674 +2123 -17.365 4.171 -330.893 +2124 -20.593 4.562 -332.248 +2125 -8.894 15.252 -330.816 +2126 -5.371 9.358 -328.792 +2127 4.972 7.859 -328.489 +2128 9.403 16.760 -331.430 +2129 4.495 -17.507 -330.975 +2130 -16.165 -3.341 -330.402 +2131 1.452 8.708 -328.402 +2132 3.325 -18.550 -331.278 +2133 -18.262 4.438 -331.258 +2134 3.284 7.535 -328.298 +2135 -12.862 -8.838 -330.100 +2136 12.674 3.156 -329.345 +2137 -5.317 19.319 -331.777 +2138 6.000 -1.689 -328.010 +2139 -6.514 -13.447 -329.889 +2140 0.652 -4.498 -327.829 +2141 -3.560 3.524 -327.873 +2142 1.576 2.990 -327.737 +2143 -3.485 2.471 -327.805 +2144 -17.218 11.880 -332.169 +2145 -16.454 11.990 -331.917 +2146 9.435 18.176 -331.971 +2147 -12.563 -8.525 -329.964 +2148 -3.547 -1.310 -327.765 +2149 2.397 17.581 -330.849 +2150 6.575 -4.826 -328.288 +2151 -5.056 -10.128 -328.911 +2152 1.163 2.573 -327.702 +2153 12.168 -15.713 -331.706 +2154 8.417 17.852 -331.648 +2155 -8.418 -11.699 -329.728 +2156 3.070 16.537 -330.512 +2157 18.210 -12.460 -332.709 +2158 -4.626 6.591 -328.271 +2159 -10.260 -2.780 -328.757 +2160 17.513 6.022 -331.148 +2161 -0.643 7.971 -328.262 +2162 18.919 -9.532 -332.291 +2163 15.474 11.811 -331.534 +2164 -17.021 4.447 -330.793 +2165 5.721 -19.861 -332.055 +2166 -6.923 9.282 -328.971 +2167 8.597 -8.162 -329.037 +2168 19.197 4.764 -331.666 +2169 -5.312 10.631 -329.044 +2170 2.678 -1.094 -327.706 +2171 2.886 -12.336 -329.241 +2172 -12.216 -6.048 -329.501 +2173 8.179 2.879 -328.375 +2174 -1.244 -6.143 -328.014 +2175 3.100 -16.263 -330.420 +2176 5.938 18.153 -331.382 +2177 20.655 3.754 -332.203 +2178 -7.503 12.540 -329.788 +2179 1.866 -4.698 -327.877 +2180 15.802 -10.865 -331.413 +2181 -1.139 16.189 -330.307 +2182 2.591 15.687 -330.196 +2183 7.336 17.941 -331.499 +2184 1.123 4.019 -327.796 +2185 -0.736 -2.820 -327.708 +2186 5.591 -2.785 -328.012 +2187 7.922 20.403 -332.623 +2188 -13.465 9.108 -330.316 +2189 12.269 -15.528 -331.671 +2190 -2.337 -12.234 -329.197 +2191 9.810 13.649 -330.508 +2192 3.515 -0.159 -327.746 +2193 -0.807 18.948 -331.327 +2194 14.417 5.097 -329.999 +2195 4.312 -14.149 -329.842 +2196 4.958 -3.052 -327.961 +2197 -21.463 5.484 -332.752 +2198 2.369 3.322 -327.789 +2199 10.936 15.465 -331.317 +2200 -7.977 -9.599 -329.193 +2201 17.357 -5.638 -331.043 +2202 2.149 4.659 -327.885 +2203 -8.619 17.838 -331.680 +2204 -3.402 -18.512 -331.269 +2205 -3.173 2.418 -327.781 +2206 7.497 8.831 -328.972 +2207 -3.621 -16.162 -330.422 +2208 8.968 0.421 -328.429 +2209 -7.170 -11.600 -329.503 +2210 4.291 -1.122 -327.819 +2211 2.156 11.673 -329.041 +2212 21.371 -7.478 -332.994 +2213 -4.126 8.123 -328.453 +2214 -13.384 -4.340 -329.627 +2215 7.186 17.902 -331.460 +2216 -4.454 6.842 -328.289 +2217 14.838 -4.055 -330.028 +2218 21.890 3.996 -332.800 +2219 8.604 10.467 -329.478 +2220 1.845 7.950 -328.288 +2221 0.737 -13.815 -329.559 +2222 4.129 -14.988 -330.080 +2223 14.995 11.072 -331.196 +2224 22.515 -2.878 -333.023 +2225 5.675 -8.569 -328.682 +2226 -7.101 -17.286 -331.215 +2227 1.760 3.780 -327.796 +2228 -1.261 -20.078 -331.812 +2229 -9.852 4.482 -328.799 +2230 -3.911 -22.197 -332.943 +2231 -16.115 1.301 -330.286 +2232 12.240 -0.780 -329.138 +2233 18.725 6.103 -331.630 +2234 22.538 3.102 -333.049 +2235 -5.939 4.155 -328.147 +2236 17.074 12.241 -332.210 +2237 -13.730 4.376 -329.727 +2238 -20.710 3.946 -332.244 +2239 -17.330 -4.986 -330.959 +2240 3.963 9.333 -328.654 +2241 -8.041 1.326 -328.286 +2242 13.742 -2.040 -329.575 +2243 9.150 0.823 -328.468 +2244 0.098 8.058 -328.272 +2245 0.060 9.560 -328.538 +2246 -2.872 -20.630 -332.128 +2247 -6.492 -7.331 -328.584 +2248 -4.130 -7.736 -328.392 +2249 -1.535 15.288 -330.022 +2250 -20.207 4.408 -332.062 +2251 -12.400 9.146 -330.036 +2252 -1.242 19.646 -331.626 +2253 -0.592 -6.436 -328.039 +2254 -11.281 -9.827 -329.895 +2255 -1.497 1.056 -327.657 +2256 6.274 -15.430 -330.455 +2257 -14.405 6.665 -330.187 +2258 -13.649 -6.602 -329.957 +2259 -8.828 -7.397 -328.957 +2260 -2.523 -0.781 -327.693 +2261 -7.132 -13.817 -330.081 +2262 -12.779 -3.235 -329.377 +2263 21.597 3.033 -332.585 +2264 1.468 19.526 -331.582 +2265 -3.859 -11.551 -329.117 +2266 -1.936 12.167 -329.152 +2267 17.957 -11.080 -332.252 +2268 4.128 -9.234 -328.649 +2269 10.030 8.672 -329.398 +2270 13.144 -11.736 -330.803 +2271 -6.578 -12.800 -329.721 +2272 -16.504 8.340 -331.138 +2273 -4.994 18.141 -331.266 +2274 3.055 13.132 -329.460 +2275 -3.951 -14.673 -329.968 +2276 2.182 -20.841 -332.185 +2277 -21.697 -4.320 -332.737 +2278 17.329 -13.977 -332.806 +2279 9.813 -11.797 -330.015 +2280 0.028 -0.687 -327.628 +2281 -9.200 -13.949 -330.473 +2282 -11.308 -16.496 -331.761 +2283 5.918 16.129 -330.641 +2284 5.897 -1.374 -327.988 +2285 0.990 -13.686 -329.527 +2286 12.665 15.026 -331.612 +2287 1.977 -18.127 -331.037 +2288 -9.294 -3.714 -328.627 +2289 9.067 10.636 -329.599 +2290 13.252 -5.807 -329.744 +2291 -3.707 22.362 -333.007 +2292 -1.399 -14.320 -329.720 +2293 2.777 15.260 -330.069 +2294 1.633 11.957 -329.089 +2295 -2.458 15.635 -330.172 +2296 2.078 9.696 -328.608 +2297 -1.439 -7.402 -328.191 +2298 5.632 -20.243 -332.211 +2299 17.534 -2.055 -330.816 +2300 3.511 -7.147 -328.256 +2301 -12.590 -14.332 -331.372 +2302 -19.370 2.489 -331.560 +2303 7.248 12.502 -329.739 +2304 -1.977 -5.862 -328.004 +2305 -7.303 -6.669 -328.603 +2306 -4.680 5.872 -328.186 +2307 20.818 0.085 -332.123 +2308 4.694 1.177 -327.856 +2309 -6.884 -19.681 -332.137 +2310 -3.600 7.247 -328.277 +2311 18.544 -8.375 -331.912 +2312 -12.211 -3.609 -329.258 +2313 2.219 -11.921 -329.103 +2314 -16.929 -1.320 -330.569 +2315 -20.744 -5.099 -332.373 +2316 2.922 -11.679 -329.082 +2317 -0.699 -2.229 -327.677 +2318 12.145 12.198 -330.653 +2319 -5.951 -19.044 -331.740 +2320 -6.855 10.091 -329.122 +2321 -2.264 21.899 -332.685 +2322 -3.125 10.200 -328.765 +2323 -11.551 12.324 -330.537 +2324 9.849 11.691 -329.997 +2325 -13.317 -3.827 -329.565 +2326 7.816 -17.942 -331.577 +2327 -12.818 -10.631 -330.453 +2328 -21.556 -6.080 -332.872 +2329 5.375 -3.039 -328.003 +2330 -6.069 -6.985 -328.480 +2331 22.574 2.181 -333.013 +2332 8.551 12.928 -330.065 +2333 13.685 -7.543 -330.107 +2334 0.474 8.166 -328.291 +2335 16.719 -8.109 -331.173 +2336 2.845 1.924 -327.740 +2337 -12.721 6.596 -329.703 +2338 -17.332 -3.010 -330.792 +2339 -9.234 -20.809 -333.057 +2340 12.839 0.263 -329.286 +2341 -9.641 -11.777 -329.976 +2342 -8.084 15.617 -330.790 +2343 -6.056 -6.007 -328.350 +2344 20.515 6.425 -332.437 +2345 2.083 2.610 -327.734 +2346 11.887 -3.298 -329.156 +2347 5.240 12.442 -329.465 +2348 11.874 -13.849 -331.051 +2349 18.554 11.603 -332.621 +2350 2.952 -15.425 -330.132 +2351 -1.996 -18.900 -331.343 +2352 -2.148 14.209 -329.715 +2353 -4.084 10.257 -328.847 +2354 -7.265 13.915 -330.130 +2355 5.355 -16.139 -330.578 +2356 9.972 11.101 -329.883 +2357 16.364 1.283 -330.371 +2358 9.152 12.246 -329.997 +2359 -5.486 9.118 -328.759 +2360 -9.771 -17.928 -331.944 +2361 -5.619 -16.590 -330.764 +2362 10.960 14.170 -330.914 +2363 10.797 14.299 -330.915 +2364 6.086 4.986 -328.241 +2365 19.172 -5.226 -331.705 +2366 8.802 12.648 -330.036 +2367 20.563 4.369 -332.216 +2368 14.385 14.799 -332.042 +2369 5.229 15.344 -330.301 +2370 -13.259 -2.974 -329.489 +2371 -5.180 -17.706 -331.120 +2372 15.891 -2.981 -330.286 +2373 9.905 -10.400 -329.712 +2374 1.720 5.037 -327.905 +2375 -7.572 8.171 -328.870 +2376 15.528 13.679 -332.067 +2377 14.617 -12.000 -331.305 +2378 22.028 4.574 -332.922 +2379 7.824 -3.005 -328.325 +2380 -13.174 7.370 -329.937 +2381 3.972 -4.523 -327.984 +2382 9.728 20.550 -333.042 +2383 13.748 -16.866 -332.561 +2384 9.013 19.636 -332.488 +2385 -5.318 -9.343 -328.783 +2386 7.446 -16.368 -330.940 +2387 9.361 -3.737 -328.641 +2388 -14.789 12.256 -331.426 +2389 -11.810 -4.523 -329.235 +2390 9.154 16.518 -331.294 +2391 16.537 -11.920 -331.929 +2392 -16.094 -6.934 -330.767 +2393 -7.305 6.750 -328.614 +2394 -14.974 6.467 -330.335 +2395 -4.027 -15.519 -330.241 +2396 -2.000 -20.971 -332.236 +2397 -9.093 -0.314 -328.451 +2398 5.837 1.230 -327.977 +2399 -11.401 15.192 -331.339 +2400 0.034 21.423 -332.402 +2401 19.929 -9.557 -332.727 +2402 -6.862 12.712 -329.738 +2403 14.115 -11.399 -331.001 +2404 -15.283 -5.192 -330.277 +2405 3.434 -21.454 -332.546 +2406 -6.661 16.943 -331.025 +2407 6.253 11.809 -329.427 +2408 -2.865 3.805 -327.849 +2409 -16.207 -3.775 -330.449 +2410 -1.070 -9.827 -328.602 +2411 5.700 13.255 -329.732 +2412 -2.768 -16.506 -330.483 +2413 11.293 -0.186 -328.905 +2414 1.257 -20.505 -331.999 +2415 -10.253 -13.674 -330.609 +2416 -11.173 18.653 -332.554 +2417 15.730 11.430 -331.524 +2418 12.831 -15.846 -331.931 +2419 1.009 11.055 -328.861 +2420 -5.988 3.951 -328.136 +2421 2.999 -0.130 -327.713 +2422 -1.428 -15.545 -330.101 +2423 20.318 8.010 -332.600 +2424 10.619 -9.574 -329.693 +2425 10.961 0.376 -328.831 +2426 -4.173 22.122 -332.930 +2427 -14.411 -4.908 -329.977 +2428 -13.839 -8.902 -330.385 +2429 -11.716 18.129 -332.479 +2430 15.328 8.344 -330.741 +2431 6.219 8.376 -328.715 +2432 -9.892 -9.132 -329.454 +2433 10.669 9.385 -329.668 +2434 16.483 0.082 -330.394 +2435 2.447 6.854 -328.151 +2436 14.026 15.158 -332.048 +2437 1.389 10.535 -328.756 +2438 -4.176 -12.077 -329.270 +2439 5.284 16.498 -330.694 +2440 -1.340 3.684 -327.776 +2441 12.563 -2.886 -329.299 +2442 -6.223 12.025 -329.476 +2443 -12.859 1.546 -329.315 +2444 -5.673 10.245 -329.003 +2445 20.715 -7.712 -332.728 +2446 -14.977 -0.150 -329.900 +2447 13.620 17.698 -332.840 +2448 -1.118 -8.887 -328.425 +2449 -3.478 -2.215 -327.792 +2450 -1.241 0.419 -327.640 +2451 -12.605 16.481 -332.092 +2452 5.282 19.380 -331.798 +2453 12.576 -0.495 -329.220 +2454 -8.065 -20.622 -332.747 +2455 -0.285 16.193 -330.296 +2456 -1.223 5.171 -327.904 +2457 -16.878 9.277 -331.447 +2458 -0.573 17.044 -330.596 +2459 -5.031 13.322 -329.677 +2460 14.671 5.665 -330.139 +2461 -8.920 0.015 -328.419 +2462 3.757 8.465 -328.481 +2463 -11.997 2.546 -329.138 +2464 -2.223 -11.135 -328.919 +2465 8.113 18.674 -331.918 +2466 -10.568 -18.123 -332.196 +2467 5.572 -6.383 -328.340 +2468 5.800 12.633 -329.578 +2469 -2.059 2.919 -327.750 +2470 12.661 -16.288 -332.038 +2471 19.345 1.247 -331.500 +2472 -9.056 -4.743 -328.671 +2473 -13.189 -1.965 -329.419 +2474 -4.201 -7.039 -328.294 +2475 9.397 -10.589 -329.652 +2476 5.169 -12.030 -329.353 +2477 -12.607 0.792 -329.232 +2478 12.213 -1.537 -329.149 +2479 10.726 -8.725 -329.557 +2480 -8.491 13.741 -330.281 +2481 -5.583 -5.942 -328.287 +2482 -0.755 12.785 -329.277 +2483 10.903 -19.252 -332.738 +2484 8.710 4.850 -328.619 +2485 7.788 -16.360 -330.992 +2486 2.969 -2.478 -327.772 +2487 8.370 2.358 -328.379 +2488 -6.853 -4.402 -328.286 +2489 20.566 9.704 -333.044 +2490 13.966 10.346 -330.714 +2491 -8.974 -14.873 -330.711 +2492 11.427 10.056 -329.976 +2493 10.874 -4.765 -329.041 +2494 9.509 -6.033 -328.897 +2495 -4.240 -13.781 -329.729 +2496 3.574 22.408 -333.019 +2497 16.557 -13.251 -332.301 +2498 -1.431 0.056 -327.644 +2499 21.582 -4.910 -332.742 +2500 18.817 -6.295 -331.693 +2501 -7.029 -21.499 -332.983 +2502 -3.262 12.586 -329.329 +2503 21.420 2.129 -332.450 +2504 -15.311 12.035 -331.537 +2505 5.755 7.150 -328.466 +2506 4.795 6.332 -328.253 +2507 8.547 -8.755 -329.131 +2508 10.278 -17.013 -331.707 +2509 -9.132 3.122 -328.556 +2510 -16.743 -4.381 -330.687 +2511 7.993 3.802 -328.406 +2512 -4.006 -0.972 -327.792 +2513 0.413 15.841 -330.179 +2514 18.003 7.446 -331.540 +2515 -12.736 12.399 -330.861 +2516 6.624 3.789 -328.204 +2517 1.454 -17.874 -330.921 +2518 -2.720 2.727 -327.771 +2519 13.126 5.491 -329.673 +2520 2.085 13.189 -329.424 +2521 -3.160 -22.205 -332.888 +2522 -15.451 -16.035 -332.808 +2523 10.030 -20.057 -332.886 +2524 -3.275 -2.806 -327.808 +2525 9.841 10.018 -329.619 +2526 14.997 -4.683 -330.134 +2527 -0.398 11.118 -328.866 +2528 -10.145 -9.645 -329.606 +2529 -19.437 5.776 -331.881 +2530 10.159 19.479 -332.662 +2531 -5.305 11.954 -329.349 +2532 8.982 -17.282 -331.538 +2533 -1.479 1.812 -327.678 +2534 11.348 10.533 -330.060 +2535 16.130 2.091 -330.319 +2536 -6.643 17.121 -331.088 +2537 1.673 19.138 -331.428 +2538 12.427 -15.001 -331.539 +2539 -16.503 -14.235 -332.578 +2540 -5.320 12.982 -329.615 +2541 -13.488 -11.626 -330.873 +2542 11.292 -2.015 -328.946 +2543 -12.831 -9.054 -330.132 +2544 -1.693 14.191 -329.692 +2545 10.090 -4.044 -328.809 +2546 13.184 9.771 -330.369 +2547 16.810 8.272 -331.234 +2548 -8.870 2.080 -328.453 +2549 20.132 7.030 -332.356 +2550 20.147 8.760 -332.662 +2551 -1.318 -15.649 -330.132 +2552 14.570 9.739 -330.768 +2553 -11.426 7.864 -329.569 +2554 12.236 -2.185 -329.180 +2555 -0.799 -1.744 -327.660 +2556 -1.024 -0.733 -327.639 +2557 -10.734 -6.616 -329.226 +2558 17.452 10.713 -331.970 +2559 3.573 -13.413 -329.572 +2560 -2.300 9.217 -328.527 +2561 -14.377 -1.086 -329.729 +2562 -2.313 6.607 -328.112 +2563 16.240 -1.877 -330.348 +2564 20.289 -6.432 -332.337 +2565 19.477 6.708 -332.024 +2566 18.272 -8.135 -331.761 +2567 -2.429 14.349 -329.770 +2568 14.526 6.814 -330.245 +2569 0.764 12.441 -329.189 +2570 -7.680 1.799 -328.244 +2571 -16.722 4.610 -330.702 +2572 17.856 1.873 -330.929 +2573 4.402 -17.375 -330.917 +2574 -0.218 -3.611 -327.753 +2575 2.332 4.763 -327.903 +2576 -15.439 -8.217 -330.754 +2577 -10.430 18.505 -332.317 +2578 18.371 5.465 -331.409 +2579 -7.129 -18.631 -331.738 +2580 -16.530 12.233 -332.009 +2581 -13.405 -5.959 -329.805 +2582 -10.324 -13.431 -330.555 +2583 -11.033 5.350 -329.137 +2584 -19.545 1.028 -331.578 +2585 6.523 13.182 -329.817 +2586 5.035 7.161 -328.389 +2587 17.124 -12.184 -332.213 +2588 19.685 2.777 -331.709 +2589 -6.085 2.563 -328.058 +2590 -14.325 -3.599 -329.836 +2591 16.548 9.613 -331.397 +2592 5.281 16.703 -330.765 +2593 -3.626 -3.970 -327.911 +2594 -17.549 -6.729 -331.258 +2595 4.162 -10.697 -328.948 +2596 -12.170 13.887 -331.127 +2597 6.759 21.301 -332.848 +2598 2.375 5.068 -327.935 +2599 -9.801 6.074 -328.960 +2600 8.188 5.512 -328.599 +2601 0.900 16.500 -330.409 +2602 2.366 6.907 -328.155 +2603 4.812 -16.180 -330.534 +2604 -2.423 3.832 -327.828 +2605 20.500 4.371 -332.188 +2606 9.327 -9.866 -329.486 +2607 -7.227 -13.252 -329.936 +2608 2.182 12.344 -329.207 +2609 16.084 -1.196 -330.273 +2610 -7.036 20.153 -332.366 +2611 2.495 19.090 -331.445 +2612 -5.253 -18.731 -331.528 +2613 -0.462 -1.945 -327.663 +2614 -3.992 0.021 -327.782 +2615 -17.704 -1.651 -330.863 +2616 0.895 13.794 -329.556 +2617 11.117 -6.023 -329.235 +2618 -16.182 -5.615 -330.623 +2619 -13.714 4.218 -329.708 +2620 12.809 5.433 -329.582 +2621 2.086 6.315 -328.064 +2622 -11.672 4.805 -329.229 +2623 -1.621 -14.467 -329.771 +2624 -13.518 -15.000 -331.844 +2625 3.412 -19.473 -331.662 +2626 -7.508 1.420 -328.206 +2627 -12.262 -5.169 -329.411 +2628 8.682 -19.749 -332.473 +2629 9.072 19.536 -332.457 +2630 -12.035 -18.688 -332.789 +2631 12.294 1.585 -329.171 +2632 -2.257 -1.166 -327.687 +2633 12.942 -5.100 -329.581 +2634 -4.549 -14.775 -330.052 +2635 15.570 5.932 -330.456 +2636 -12.852 5.835 -329.640 +2637 13.370 14.507 -331.644 +2638 0.392 13.592 -329.492 +2639 5.766 -19.047 -331.718 +2640 7.842 11.166 -329.505 +2641 -7.097 16.880 -331.067 +2642 9.174 13.499 -330.339 +2643 14.921 -4.273 -330.072 +2644 4.282 -11.327 -329.099 +2645 -19.620 1.490 -331.622 +2646 6.550 -8.483 -328.776 +2647 -1.528 -13.295 -329.432 +2648 -5.005 -14.010 -329.868 +2649 -16.966 -8.303 -331.296 +2650 -12.400 18.865 -332.961 +2651 -18.989 -3.907 -331.500 +2652 -15.524 13.240 -331.937 +2653 1.059 -10.147 -328.667 +2654 -5.132 16.523 -330.685 +2655 7.284 12.459 -329.733 +2656 6.303 -20.171 -332.267 +2657 -2.901 14.676 -329.894 +2658 -1.606 15.008 -329.936 +2659 5.308 -8.406 -328.613 +2660 4.901 -12.433 -329.427 +2661 2.941 10.135 -328.740 +2662 -9.671 8.633 -329.319 +2663 2.835 -12.094 -329.178 +2664 5.992 -20.287 -332.277 +2665 -13.909 15.641 -332.174 +2666 -7.782 -19.043 -332.012 +2667 -5.830 12.897 -329.651 +2668 -0.156 15.166 -329.959 +2669 -3.114 7.911 -328.345 +2670 1.343 0.471 -327.643 +2671 3.968 -13.659 -329.672 +2672 2.404 -14.324 -329.761 +2673 -4.616 2.962 -327.923 +2674 -9.373 -13.954 -330.509 +2675 -5.504 -21.794 -332.912 +2676 -11.090 -7.869 -329.492 +2677 5.875 -14.848 -330.219 +2678 -4.316 4.384 -328.000 +2679 4.528 -13.884 -329.785 +2680 -5.452 5.527 -328.225 +2681 -15.674 -12.799 -331.863 +2682 -11.665 -13.806 -330.975 +2683 1.886 8.589 -328.396 +2684 15.228 2.932 -330.068 +2685 16.123 -14.638 -332.570 +2686 6.051 7.066 -328.489 +2687 -11.615 -4.650 -329.200 +2688 0.183 5.237 -327.896 +2689 3.257 -12.428 -329.288 +2690 19.451 5.654 -331.872 +2691 -4.184 6.301 -328.194 +2692 -6.162 -0.669 -328.006 +2693 -4.736 5.612 -328.161 +2694 -6.538 -15.118 -330.390 +2695 -3.412 -7.232 -328.262 +2696 10.733 17.800 -332.108 +2697 12.359 -12.149 -330.696 +2698 -0.418 -4.049 -327.788 +2699 17.415 7.772 -331.370 +2700 12.523 -6.779 -329.676 +2701 4.123 7.245 -328.317 +2702 3.020 18.307 -331.162 +2703 -8.143 9.650 -329.230 +2704 6.968 5.474 -328.408 +2705 10.895 1.805 -328.848 +2706 7.117 -6.160 -328.510 +2707 6.975 5.543 -328.417 +2708 -0.124 -4.464 -327.821 +2709 1.932 -21.805 -332.624 +2710 2.614 6.112 -328.064 +2711 18.771 -9.436 -332.210 +2712 -16.416 -13.027 -332.186 +2713 -6.976 -8.035 -328.759 +2714 3.526 -7.894 -328.370 +2715 -4.264 2.344 -327.859 +2716 -0.371 21.601 -332.488 +2717 0.619 12.586 -329.234 +2718 4.781 -15.373 -330.263 +2719 6.415 19.766 -332.106 +2720 -9.053 -14.216 -330.524 +2721 2.352 -10.690 -328.826 +2722 -8.208 -19.605 -332.323 +2723 -10.975 -7.649 -329.431 +2724 7.171 17.540 -331.320 +2725 -0.037 -4.524 -327.827 +2726 17.808 -2.048 -330.918 +2727 9.658 13.768 -330.511 +2728 17.257 4.187 -330.855 +2729 5.206 9.842 -328.868 +2730 -6.757 7.065 -328.580 +2731 -9.582 -2.135 -328.588 +2732 -7.796 -5.196 -328.502 +2733 13.037 10.946 -330.585 +2734 16.197 -4.641 -330.522 +2735 -1.025 -10.644 -328.771 +2736 3.124 -8.863 -328.507 +2737 -11.848 -11.503 -330.405 +2738 13.742 -17.493 -332.797 +2739 15.615 12.091 -331.653 +2740 15.414 -2.648 -330.111 +2741 -14.597 -4.022 -329.951 +2742 -13.431 8.082 -330.122 +2743 -8.946 -20.791 -332.990 +2744 -1.727 16.564 -330.454 +2745 12.918 3.819 -329.456 +2746 -17.998 -8.183 -331.662 +2747 8.238 19.773 -332.401 +2748 9.701 -11.292 -329.872 +2749 -16.733 -3.260 -330.593 +2750 -3.396 -11.335 -329.032 +2751 6.851 19.256 -331.953 +2752 4.245 -12.680 -329.429 +2753 -10.083 -0.796 -328.648 +2754 -18.026 12.524 -332.653 +2755 10.805 -5.457 -329.098 +2756 -12.173 -15.639 -331.682 +2757 -3.987 -1.175 -327.795 +2758 2.295 11.199 -328.937 +2759 2.695 8.326 -328.389 +2760 17.344 -4.045 -330.874 +2761 -12.304 -1.739 -329.179 +2762 21.307 -6.973 -332.883 +2763 5.472 1.880 -327.956 +2764 14.087 -2.264 -329.684 +2765 8.254 -18.789 -331.990 +2766 12.948 -14.216 -331.435 +2767 2.984 17.708 -330.930 +2768 17.419 -7.073 -331.260 +2769 5.913 -0.677 -327.976 +2770 -9.405 13.746 -330.454 +2771 18.300 -7.169 -331.613 +2772 8.807 3.921 -328.554 +2773 10.085 -13.380 -330.489 +2774 -7.430 -14.944 -330.466 +2775 -10.696 9.326 -329.662 +2776 5.911 17.392 -331.089 +2777 -9.187 5.075 -328.728 +2778 -5.886 -2.558 -328.034 +2779 3.191 -18.616 -331.295 +2780 0.434 19.725 -331.645 +2781 -9.888 8.661 -329.367 +2782 6.692 11.915 -329.511 +2783 -8.909 -8.627 -329.173 +2784 2.847 5.047 -327.957 +2785 2.494 16.155 -330.347 +2786 -7.972 19.003 -332.028 +2787 11.497 -8.013 -329.610 +2788 6.794 19.636 -332.105 +2789 20.460 -2.598 -332.036 +2790 -1.362 -9.646 -328.574 +2791 -8.589 1.237 -328.376 +2792 7.754 13.176 -329.998 +2793 -12.044 -13.805 -331.070 +2794 -7.140 -20.866 -332.703 +2795 -5.283 -13.108 -329.645 +2796 8.356 -15.051 -330.654 +2797 -2.649 7.318 -328.228 +2798 -17.147 -2.993 -330.724 +2799 4.961 -1.348 -327.886 +2800 4.102 -4.845 -328.025 +2801 -0.088 -13.885 -329.573 +2802 -22.573 -0.739 -332.966 +2803 1.012 12.552 -329.221 +2804 -3.257 16.567 -330.535 +2805 -11.646 3.436 -329.107 +2806 -8.693 -11.958 -329.840 +2807 5.588 -21.798 -332.924 +2808 -0.031 -13.375 -329.430 +2809 -15.960 -2.247 -330.269 +2810 11.439 0.998 -328.948 +2811 13.137 8.653 -330.141 +2812 3.437 7.991 -328.380 +2813 -0.018 -5.041 -327.876 +2814 -15.601 6.206 -330.502 +2815 22.312 -1.313 -332.849 +2816 21.808 5.526 -332.922 +2817 -16.400 -4.902 -330.618 +2818 -11.146 -4.995 -329.125 +2819 19.775 9.296 -332.605 +2820 12.432 -14.426 -331.359 +2821 -8.221 -2.464 -328.359 +2822 8.298 7.598 -328.895 +2823 -6.651 -10.323 -329.142 +2824 16.967 5.138 -330.843 +2825 5.224 -17.861 -331.184 +2826 12.457 0.784 -329.193 +2827 0.506 -6.905 -328.101 +2828 -4.105 -5.771 -328.123 +2829 6.300 5.156 -328.285 +2830 -10.718 7.589 -329.364 +2831 -9.874 10.376 -329.701 +2832 5.306 -21.290 -332.649 +2833 11.772 -5.712 -329.351 +2834 -4.572 17.647 -331.035 +2835 -5.898 7.612 -328.552 +2836 6.015 19.653 -332.003 +2837 8.361 -1.091 -328.333 +2838 0.156 -17.742 -330.849 +2839 3.601 21.928 -332.785 +2840 20.543 7.000 -332.534 +2841 -21.624 -4.522 -332.722 +2842 -14.662 -16.379 -332.669 +2843 -7.944 -21.389 -333.083 +2844 12.758 13.093 -331.055 +2845 8.159 14.523 -330.455 +2846 0.901 -1.533 -327.655 +2847 -5.749 21.610 -332.855 +2848 3.113 15.450 -330.150 +2849 -2.766 0.810 -327.706 +2850 2.096 17.321 -330.739 +2851 -11.639 16.328 -331.783 +2852 -9.275 -4.163 -328.659 +2853 11.026 0.021 -328.844 +2854 -16.281 -4.685 -330.556 +2855 -10.375 -14.043 -330.744 +2856 17.684 12.862 -332.613 +2857 9.642 -8.990 -329.378 +2858 6.630 16.229 -330.770 +2859 -9.228 -6.976 -328.969 +2860 2.327 -15.017 -329.968 +2861 -5.366 22.241 -333.114 +2862 6.846 18.921 -331.813 +2863 1.553 -9.850 -328.619 +2864 -5.368 14.875 -330.168 +2865 6.652 11.955 -329.515 +2866 -3.613 12.824 -329.416 +2867 0.106 -17.803 -330.872 +2868 15.155 -7.507 -330.545 +2869 16.821 -8.651 -331.307 +2870 3.654 -3.150 -327.855 +2871 -10.110 -12.178 -330.173 +2872 1.913 -15.359 -330.058 +2873 -3.462 6.524 -328.167 +2874 -12.723 -13.015 -331.024 +2875 4.778 0.706 -327.855 +2876 -11.710 -19.629 -333.103 +2877 6.013 15.990 -330.606 +2878 10.076 -17.478 -331.836 +2879 -5.208 2.024 -327.934 +2880 -2.306 -0.292 -327.677 +2881 14.404 4.644 -329.949 +2882 -10.088 7.355 -329.194 +2883 -4.749 6.094 -328.219 +2884 -12.210 13.571 -331.045 +2885 7.875 -9.398 -329.137 +2886 12.511 -4.712 -329.428 +2887 11.802 15.080 -331.402 +2888 -1.136 -18.855 -331.296 +2889 2.819 9.268 -328.563 +2890 -22.642 -2.836 -333.084 +2891 -14.368 -6.675 -330.178 +2892 15.905 -2.317 -330.254 +2893 7.589 -15.318 -330.610 +2894 14.151 -4.212 -329.834 +2895 10.635 10.298 -329.846 +2896 -12.470 -18.823 -332.962 +2897 -0.859 1.869 -327.665 +2898 3.147 -15.683 -330.228 +2899 -21.643 -6.050 -332.910 +2900 4.931 17.422 -330.987 +2901 11.438 14.720 -331.197 +2902 13.375 -4.357 -329.626 +2903 -3.611 9.054 -328.575 +2904 0.194 6.942 -328.104 +2905 5.920 -15.954 -330.582 +2906 19.225 2.648 -331.508 +2907 -5.575 2.653 -328.003 +2908 15.100 -12.792 -331.671 +2909 -11.283 7.804 -329.526 +2910 18.317 10.058 -332.159 +2911 21.751 -3.263 -332.674 +2912 13.330 -18.507 -333.078 +2913 18.770 -3.569 -331.385 +2914 10.666 10.162 -329.824 +2915 1.347 9.682 -328.580 +2916 -3.132 -0.891 -327.729 +2917 9.425 11.561 -329.881 +2918 7.547 -0.423 -328.193 +2919 -2.673 1.701 -327.723 +2920 2.588 -5.802 -328.025 +2921 -16.368 8.674 -331.150 +2922 -8.458 2.827 -328.418 +2923 11.595 -17.272 -332.116 +2924 -0.760 -3.880 -327.779 +2925 -4.762 -4.208 -328.025 +2926 21.076 -4.569 -332.469 +2927 -6.368 -4.824 -328.260 +2928 -9.468 8.363 -329.232 +2929 7.640 -5.936 -328.561 +2930 -10.193 -11.063 -329.920 +2931 -6.143 6.042 -328.365 +2932 -18.115 -7.691 -331.624 +2933 -4.075 -0.627 -327.792 +2934 -2.763 -2.832 -327.779 +2935 -3.437 -14.874 -329.990 +2936 0.876 9.952 -328.623 +2937 7.879 -7.622 -328.830 +2938 20.057 -4.246 -331.981 +2939 20.838 6.895 -332.653 +2940 8.972 -6.328 -328.833 +2941 1.385 2.328 -327.696 +2942 -4.750 9.981 -328.850 +2943 -16.004 -5.829 -330.588 +2944 12.673 -18.309 -332.808 +2945 1.347 15.706 -330.151 +2946 5.007 -4.479 -328.073 +2947 -1.816 -19.740 -331.685 +2948 -9.874 -5.743 -328.935 +2949 -3.283 9.867 -328.708 +2950 3.199 2.640 -327.794 +2951 2.186 12.752 -329.312 +2952 5.859 5.688 -328.289 +2953 11.757 -17.443 -332.222 +2954 -12.065 3.222 -329.195 +2955 18.858 8.701 -332.100 +2956 -12.668 0.308 -329.242 +2957 8.342 1.545 -328.342 +2958 11.878 13.586 -330.964 +2959 -5.428 9.941 -328.912 +2960 -16.080 -2.944 -330.348 +2961 3.440 -0.735 -327.746 +2962 14.429 3.070 -329.830 +2963 -0.407 5.435 -327.919 +2964 -1.952 -12.598 -329.262 +2965 1.377 18.145 -331.022 +2966 8.192 3.430 -328.412 +2967 13.768 -16.240 -332.340 +2968 21.474 6.176 -332.846 +2969 12.084 -12.960 -330.840 +2970 -21.032 -0.815 -332.228 +2971 8.360 4.566 -328.532 +2972 -5.530 7.068 -328.429 +2973 -14.315 15.079 -332.111 +2974 11.154 -12.647 -330.527 +2975 -6.263 1.240 -328.039 +2976 -3.317 -9.588 -328.655 +2977 8.208 -12.404 -329.868 +2978 -8.128 -18.562 -331.875 +2979 -1.331 4.517 -327.844 +2980 -12.299 -17.653 -332.445 +2981 -5.972 3.453 -328.098 +2982 10.801 7.439 -329.359 +2983 -2.717 -0.798 -327.703 +2984 -15.568 -1.482 -330.110 +2985 20.616 4.911 -332.295 +2986 -2.869 -0.718 -327.710 +2987 -4.599 -1.234 -327.859 +2988 6.545 17.717 -331.295 +2989 -19.230 5.312 -331.739 +2990 -17.719 -3.118 -330.943 +2991 -5.755 15.288 -330.343 +2992 16.327 -5.930 -330.711 +2993 -21.376 -0.643 -332.385 +2994 12.510 -10.912 -330.435 +2995 12.165 -2.417 -329.173 +2996 9.350 20.142 -332.778 +2997 14.377 -14.608 -331.978 +2998 -15.219 -3.366 -330.093 +2999 1.102 -3.131 -327.733 +3000 -4.451 21.712 -332.757 +3001 -4.274 10.641 -328.945 +3002 9.799 -1.698 -328.614 +3003 -6.568 7.044 -328.552 +3004 -3.756 19.464 -331.685 +3005 -16.952 11.045 -331.862 +3006 0.477 -4.227 -327.803 +3007 -1.372 -14.540 -329.785 +3008 -11.460 -5.563 -329.260 +3009 -17.218 4.587 -330.878 +3010 3.311 -12.334 -329.268 +3011 0.514 -10.957 -328.831 +3012 -5.899 -13.341 -329.780 +3013 -10.525 16.034 -331.415 +3014 -2.664 7.696 -328.286 +3015 0.488 -22.088 -332.723 +3016 9.982 12.100 -330.126 +3017 4.121 4.237 -327.971 +3018 5.642 5.510 -328.244 +3019 20.386 -10.286 -333.092 +3020 1.865 -22.169 -332.798 +3021 -4.192 15.444 -330.231 +3022 -13.007 8.772 -330.127 +3023 11.846 6.805 -329.510 +3024 -3.034 -15.364 -330.118 +3025 7.498 -6.033 -328.550 +3026 11.606 9.949 -329.997 +3027 4.895 8.305 -328.554 +3028 -2.060 4.871 -327.902 +3029 -2.984 -20.334 -332.003 +3030 2.835 -0.808 -327.710 +3031 -8.430 -16.628 -331.197 +3032 16.045 -7.234 -330.796 +3033 8.973 -14.084 -330.470 +3034 20.824 -2.522 -332.195 +3035 -9.548 -10.499 -329.662 +3036 18.105 -12.389 -332.647 +3037 -0.163 -17.005 -330.578 +3038 -10.424 -0.645 -328.717 +3039 -7.721 -20.127 -332.476 +3040 9.564 -14.469 -330.701 +3041 3.750 -13.169 -329.519 +3042 5.737 -6.775 -328.411 +3043 5.196 19.174 -331.703 +3044 13.122 -11.783 -330.809 +3045 5.506 13.715 -329.838 +3046 14.175 1.421 -329.678 +3047 -10.311 4.336 -328.880 +3048 10.785 -17.646 -332.061 +3049 11.348 10.869 -330.135 +3050 3.699 13.592 -329.631 +3051 9.070 2.309 -328.500 +3052 9.119 4.202 -328.633 +3053 3.312 9.879 -328.712 +3054 -19.467 -10.948 -332.841 +3055 4.695 -21.738 -332.794 +3056 -16.135 -12.417 -331.918 +3057 -12.718 13.535 -331.169 +3058 -1.059 18.659 -331.216 +3059 -3.394 17.980 -331.061 +3060 4.330 -16.773 -330.693 +3061 -9.537 6.187 -328.922 +3062 5.338 9.722 -328.859 +3063 -5.757 -6.004 -328.314 +3064 -11.242 6.127 -329.276 +3065 -6.415 1.856 -328.068 +3066 13.402 1.558 -329.463 +3067 14.081 -7.677 -330.243 +3068 10.298 -2.907 -328.772 +3069 -1.009 -21.883 -332.632 +3070 -5.471 3.416 -328.038 +3071 -19.001 -10.759 -332.598 +3072 -18.456 9.632 -332.123 +3073 -8.959 10.875 -329.633 +3074 -21.995 -2.391 -332.738 +3075 -5.020 -11.652 -329.246 +3076 -10.411 -0.329 -328.711 +3077 -8.504 9.033 -329.174 +3078 9.576 20.342 -332.915 +3079 1.595 -6.786 -328.108 +3080 -5.008 -3.564 -327.999 +3081 10.341 -4.349 -328.887 +3082 16.000 -1.669 -330.259 +3083 -4.037 -14.232 -329.843 +3084 -12.961 0.182 -329.318 +3085 13.400 1.492 -329.460 +3086 0.782 8.716 -328.389 +3087 -9.024 -13.734 -330.377 +3088 -16.960 9.479 -331.518 +3089 -1.376 7.952 -328.273 +3090 -8.129 -2.640 -328.353 +3091 -12.556 -14.917 -331.547 +3092 3.783 -0.953 -327.775 +3093 6.291 -7.082 -328.521 +3094 -4.549 2.776 -327.906 +3095 21.318 -1.912 -332.393 +3096 -4.583 -9.328 -328.706 +3097 -13.397 -16.373 -332.277 +3098 18.689 -2.935 -331.308 +3099 6.896 -3.219 -328.201 +3100 -6.523 1.683 -328.075 +3101 -9.331 -11.266 -329.792 +3102 16.648 -4.540 -330.669 +3103 11.398 -2.328 -328.984 +3104 4.238 5.055 -328.057 +3105 19.284 1.887 -331.496 +3106 10.449 15.034 -331.066 +3107 -10.051 1.511 -328.659 +3108 -5.220 11.308 -329.186 +3109 -11.472 1.373 -328.965 +3110 11.028 10.153 -329.904 +3111 1.514 4.421 -327.840 +3112 -18.368 4.325 -331.288 +3113 6.014 21.112 -332.654 +3114 3.459 15.241 -330.107 +3115 -15.184 -13.695 -331.957 +3116 -11.633 -14.202 -331.085 +3117 1.920 1.529 -327.683 +3118 -19.460 -1.120 -331.544 +3119 -13.728 -1.033 -329.540 +3120 9.043 -15.023 -330.771 +3121 7.989 18.130 -331.680 +3122 7.530 -21.350 -332.993 +3123 -20.099 6.116 -332.210 +3124 -3.174 -15.675 -330.228 +3125 1.063 14.441 -329.748 +3126 -19.584 6.118 -331.988 +3127 -9.051 -11.736 -329.851 +3128 19.877 -10.066 -332.814 +3129 -0.893 -13.637 -329.511 +3130 -3.968 13.846 -329.725 +3131 13.524 6.246 -329.875 +3132 9.743 8.526 -329.314 +3133 -0.990 -7.659 -328.218 +3134 10.991 -7.984 -329.488 +3135 17.218 14.657 -332.979 +3136 14.725 2.616 -329.893 +3137 -20.368 8.455 -332.703 +3138 -17.001 12.378 -332.219 +3139 -17.982 1.829 -330.986 +3140 2.841 -14.454 -329.824 +3141 -12.584 15.478 -331.738 +3142 9.530 -13.307 -330.354 +3143 3.473 19.209 -331.556 +3144 12.167 -17.961 -332.541 +3145 13.381 11.496 -330.811 +3146 -3.472 6.177 -328.124 +3147 -0.216 -17.784 -330.865 +3148 -19.510 -0.054 -331.552 +3149 3.533 0.977 -327.757 +3150 4.636 -17.541 -331.001 +3151 -11.708 -4.257 -329.187 +3152 -0.134 21.136 -332.268 +3153 -12.831 -18.284 -332.842 +3154 -5.164 8.470 -328.609 +3155 -10.250 -17.568 -331.909 +3156 21.446 3.628 -332.557 +3157 5.074 -7.519 -328.446 +3158 -2.304 -20.389 -331.988 +3159 4.490 -21.403 -332.614 +3160 -17.922 -10.995 -332.217 +3161 -2.091 -21.988 -332.720 +3162 12.361 -14.605 -331.396 +3163 5.128 -19.053 -331.645 +3164 -2.688 4.200 -327.871 +3165 -14.655 16.097 -332.566 +3166 -1.831 -10.269 -328.714 +3167 3.516 9.558 -328.663 +3168 18.622 8.277 -331.926 +3169 8.429 -3.788 -328.478 +3170 -4.176 -20.114 -331.999 +3171 -10.107 -6.512 -329.078 +3172 1.313 -21.143 -332.290 +3173 -5.773 20.687 -332.428 +3174 -20.162 1.122 -331.844 +3175 0.140 -7.580 -328.197 +3176 -4.546 -16.176 -330.506 +3177 -6.610 -11.527 -329.406 +3178 0.901 -14.358 -329.720 +3179 -3.802 -9.547 -328.682 +3180 1.592 -8.960 -328.452 +3181 14.859 1.382 -329.883 +3182 10.543 7.956 -329.384 +3183 -1.638 9.350 -328.525 +3184 -12.044 15.351 -331.553 +3185 13.109 -7.441 -329.930 +3186 -4.705 -6.719 -328.295 +3187 14.619 4.187 -329.972 +3188 10.668 16.038 -331.449 +3189 1.516 -13.458 -329.477 +3190 -1.068 -7.153 -328.145 +3191 -9.340 -20.425 -332.903 +3192 19.244 -1.297 -331.459 +3193 12.742 -5.320 -329.551 +3194 5.781 -2.515 -328.019 +3195 15.457 5.504 -330.368 +3196 -6.936 -17.012 -331.090 +3197 -14.540 -5.202 -330.047 +3198 0.902 9.683 -328.570 +3199 17.141 -1.600 -330.654 +3200 -21.218 -0.370 -332.308 +3201 -4.010 -4.333 -327.970 +3202 -7.691 15.041 -330.538 +3203 9.006 1.385 -328.454 +3204 -10.919 11.104 -330.089 +3205 9.077 12.480 -330.044 +3206 -3.107 18.826 -331.374 +3207 1.118 -8.605 -328.376 +3208 4.231 21.300 -332.541 +3209 10.440 -10.891 -329.934 +3210 -19.362 -8.146 -332.208 +3211 3.430 -0.953 -327.749 +3212 6.487 5.065 -328.300 +3213 -7.079 11.832 -329.546 +3214 -3.126 -18.008 -331.064 +3215 -3.343 -13.123 -329.476 +3216 4.849 15.054 -330.169 +3217 6.838 -9.003 -328.907 +3218 -11.856 6.818 -329.514 +3219 10.632 -12.516 -330.373 +3220 -6.005 -19.219 -331.819 +3221 3.993 -6.064 -328.149 +3222 -19.203 -6.592 -331.893 +3223 -16.704 -6.479 -330.915 +3224 -0.965 8.040 -328.278 +3225 -2.670 -15.335 -330.087 +3226 -6.808 -14.740 -330.310 +3227 -3.279 -15.052 -330.035 +3228 18.676 5.244 -331.505 +3229 3.159 8.893 -328.515 +3230 11.048 13.806 -330.826 +3231 8.959 -12.721 -330.085 +3232 12.619 18.666 -332.939 +3233 11.837 4.861 -329.274 +3234 -11.932 -5.815 -329.402 +3235 -4.515 -4.884 -328.064 +3236 -2.364 -4.859 -327.914 +3237 13.109 6.880 -329.846 +3238 8.635 14.685 -330.589 +3239 -5.323 14.872 -330.162 +3240 -8.985 13.148 -330.205 +3241 3.739 -0.403 -327.764 +3242 -2.914 4.700 -327.928 +3243 12.212 -3.734 -329.268 +3244 -9.118 14.607 -330.655 +3245 -13.816 2.391 -329.613 +3246 -7.745 -6.646 -328.667 +3247 10.869 -11.219 -330.105 +3248 1.030 -11.900 -329.059 +3249 -7.696 -12.694 -329.859 +3250 -1.395 -1.889 -327.678 +3251 -4.607 14.729 -330.044 +3252 1.878 2.666 -327.729 +3253 -3.180 -5.993 -328.082 +3254 11.874 12.673 -330.709 +3255 -13.445 -1.319 -329.467 +3256 -1.813 6.158 -328.044 +3257 12.993 -6.099 -329.710 +3258 5.450 -7.595 -328.498 +3259 -7.324 -6.541 -328.589 +3260 -19.682 -3.572 -331.762 +3261 8.322 -1.236 -328.330 +3262 1.877 16.156 -330.319 +3263 12.824 -8.106 -329.960 +3264 16.599 11.454 -331.833 +3265 -15.092 8.011 -330.607 +3266 6.765 -13.160 -329.844 +3267 7.024 12.242 -329.640 +3268 -17.408 -2.202 -330.776 +3269 -1.303 -0.282 -327.641 +3270 -9.214 -3.103 -328.570 +3271 8.276 3.119 -328.405 +3272 11.162 5.911 -329.231 +3273 8.918 -1.465 -328.440 +3274 8.007 -5.739 -328.595 +3275 2.351 15.688 -330.184 +3276 -3.932 1.078 -327.788 +3277 -9.326 3.298 -328.603 +3278 -3.688 -21.578 -332.624 +3279 -10.457 -10.972 -329.956 +3280 -3.986 19.455 -331.700 +3281 2.589 7.876 -328.310 +3282 4.308 13.458 -329.644 +3283 -17.283 -14.741 -333.031 +3284 18.081 3.467 -331.105 +3285 5.302 -6.556 -328.334 +3286 -6.829 20.904 -332.673 +3287 3.853 10.022 -328.780 +3288 -2.255 -11.658 -329.042 +3289 -1.616 15.807 -330.193 +3290 -2.750 -8.601 -328.439 +3291 -8.916 -2.368 -328.475 +3292 -0.022 -4.736 -327.846 +3293 -20.769 6.326 -332.538 +3294 17.991 -1.905 -330.981 +3295 -0.329 10.212 -328.670 +3296 12.784 -14.690 -331.537 +3297 -6.866 -4.750 -328.320 +3298 0.402 12.586 -329.221 +3299 4.305 7.331 -328.345 +3300 -11.353 18.960 -332.726 +3301 17.945 7.430 -331.515 +3302 2.709 2.448 -327.756 +3303 11.124 -17.174 -331.963 +3304 4.213 21.001 -332.400 +3305 -21.099 -0.267 -332.252 +3306 -10.981 -11.127 -330.109 +3307 3.535 11.503 -329.081 +3308 -4.545 15.224 -330.192 +3309 0.081 21.114 -332.258 +3310 -7.444 -12.187 -329.689 +3311 21.268 4.356 -332.538 +3312 0.722 -14.908 -329.884 +3313 14.847 8.478 -330.611 +3314 -5.663 -1.391 -327.962 +3315 4.254 -20.107 -332.003 +3316 -8.352 7.195 -328.843 +3317 -11.492 -5.288 -329.236 +3318 14.749 -9.708 -330.817 +3319 -1.700 17.091 -330.639 +3320 6.032 -10.828 -329.171 +3321 0.311 -8.587 -328.361 +3322 12.177 6.430 -329.541 +3323 -11.520 17.494 -332.181 +3324 9.175 -16.381 -331.250 +3325 -14.298 7.537 -330.285 +3326 0.379 10.788 -328.793 +3327 9.038 0.553 -328.443 +3328 16.026 3.684 -330.381 +3329 7.964 -6.836 -328.728 +3330 5.574 -0.753 -327.938 +3331 4.574 -11.549 -329.178 +3332 -0.387 -2.421 -327.683 +3333 -2.752 16.673 -330.540 +3334 -0.084 -21.393 -332.388 +3335 -13.032 -2.954 -329.427 +3336 -1.469 3.902 -327.796 +3337 16.992 11.207 -331.916 +3338 5.646 -19.493 -331.889 +3339 17.134 -1.099 -330.637 +3340 3.352 -15.649 -330.231 +3341 -2.283 -18.426 -331.167 +3342 7.825 17.362 -331.359 +3343 -15.235 -7.400 -330.554 +3344 13.033 -4.190 -329.518 +3345 18.887 -4.247 -331.489 +3346 8.598 -19.831 -332.493 +3347 -9.005 -0.705 -328.439 +3348 16.229 5.874 -330.670 +3349 -1.172 -4.035 -327.799 +3350 -12.114 8.239 -329.799 +3351 -0.604 -13.592 -329.494 +3352 -2.716 19.276 -331.533 +3353 -0.369 1.671 -327.652 +3354 -2.312 -5.115 -327.937 +3355 14.940 1.264 -329.905 +3356 -8.645 -20.058 -332.601 +3357 -5.371 -6.858 -328.382 +3358 8.405 19.966 -332.515 +3359 4.693 14.112 -329.867 +3360 -8.112 -0.387 -328.282 +3361 -5.638 8.165 -328.610 +3362 5.462 -2.706 -327.993 +3363 20.166 2.929 -331.926 +3364 10.147 4.490 -328.860 +3365 5.890 1.592 -327.994 +3366 19.734 6.670 -332.128 +3367 -3.038 -12.780 -329.365 +3368 4.060 11.697 -329.167 +3369 11.182 2.209 -328.929 +3370 10.483 -16.451 -331.550 +3371 -12.343 -15.457 -331.666 +3372 -11.889 0.752 -329.051 +3373 14.135 6.426 -330.074 +3374 -13.857 -15.733 -332.190 +3375 7.290 -8.264 -328.843 +3376 8.316 -0.429 -328.316 +3377 -14.624 1.399 -329.811 +3378 -15.780 1.024 -330.168 +3379 10.698 7.942 -329.416 +3380 7.180 6.839 -328.608 +3381 19.952 3.722 -331.890 +3382 1.557 -18.533 -331.190 +3383 9.578 -11.104 -329.803 +3384 -10.506 -5.760 -329.068 +3385 2.587 -3.509 -327.812 +3386 -2.786 9.062 -328.523 +3387 13.210 16.172 -332.152 +3388 20.680 -2.290 -332.118 +3389 8.813 -1.696 -328.429 +3390 14.278 -1.747 -329.719 +3391 12.086 5.896 -329.450 +3392 -11.642 2.434 -329.047 +3393 -5.108 11.496 -329.218 +3394 -13.122 7.137 -329.887 +3395 -0.969 0.987 -327.642 +3396 -11.210 -9.269 -329.768 +3397 16.733 -6.940 -330.991 +3398 -0.523 0.140 -327.626 +3399 -8.124 -8.669 -329.043 +3400 8.057 12.845 -329.958 +3401 1.015 4.078 -327.799 +3402 0.490 -17.744 -330.852 +3403 -0.947 -15.988 -330.235 +3404 16.380 7.313 -330.923 +3405 14.878 -6.019 -330.247 +3406 1.841 12.405 -329.208 +3407 -8.100 -9.752 -329.243 +3408 -12.799 13.793 -331.278 +3409 3.499 21.721 -332.678 +3410 12.875 9.681 -330.266 +3411 -11.215 17.872 -332.251 +3412 -11.519 -0.620 -328.961 +3413 -9.276 -2.127 -328.530 +3414 -4.766 11.706 -329.234 +3415 -17.543 -10.416 -331.936 +3416 16.560 15.091 -332.876 +3417 -14.803 0.292 -329.847 +3418 -6.527 5.269 -328.326 +3419 -8.980 -18.217 -331.896 +3420 9.049 11.354 -329.759 +3421 5.659 -21.422 -332.754 +3422 -14.785 -9.783 -330.844 +3423 -13.719 14.984 -331.898 +3424 7.640 2.717 -328.280 +3425 -14.210 2.048 -329.711 +3426 -11.531 14.212 -331.063 +3427 15.407 -11.122 -331.342 +3428 7.198 5.276 -328.420 +3429 11.568 -14.609 -331.194 +3430 1.384 15.177 -329.982 +3431 -3.915 4.623 -327.989 +3432 1.455 16.808 -330.530 +3433 4.756 -16.195 -330.533 +3434 -8.201 6.213 -328.684 +3435 6.466 2.937 -328.126 +3436 8.392 -10.637 -329.478 +3437 -6.711 7.259 -328.602 +3438 0.042 4.326 -327.809 +3439 -7.705 -7.358 -328.762 +3440 14.725 2.221 -329.873 +3441 -6.146 -16.197 -330.694 +3442 1.189 -1.824 -327.670 +3443 5.476 3.174 -328.022 +3444 -19.520 -8.261 -332.296 +3445 16.829 14.538 -332.794 +3446 7.924 -19.482 -332.221 +3447 -19.130 1.335 -331.413 +3448 -18.428 1.299 -331.130 +3449 6.626 -0.219 -328.061 +3450 0.380 19.361 -331.491 +3451 -7.917 2.761 -328.326 +3452 11.536 -1.260 -328.977 +3453 17.273 -8.822 -331.504 +3454 -1.885 21.186 -332.330 +3455 8.259 -17.635 -331.536 +3456 12.726 -18.064 -332.724 +3457 -13.943 -16.704 -332.561 +3458 -8.127 -14.169 -330.343 +3459 17.907 -3.077 -331.012 +3460 13.323 -10.354 -330.531 +3461 9.871 4.143 -328.773 +3462 10.509 5.211 -329.007 +3463 6.839 10.260 -329.155 +3464 -11.918 17.081 -332.127 +3465 -16.719 14.473 -332.732 +3466 6.091 3.965 -328.150 +3467 -8.929 -1.907 -328.457 +3468 -14.825 11.588 -331.267 +3469 -4.184 -13.755 -329.717 +3470 -16.008 -16.172 -333.051 +3471 13.070 3.609 -329.481 +3472 -17.747 -11.626 -332.305 +3473 3.879 6.852 -328.242 +3474 8.446 -1.220 -328.351 +3475 16.636 14.096 -332.583 +3476 2.119 6.677 -328.112 +3477 -7.910 2.100 -328.292 +3478 2.110 21.736 -332.599 +3479 16.188 16.047 -333.071 +3480 -4.729 -1.226 -327.861 +3481 -4.058 -12.347 -329.327 +3482 3.264 -1.352 -327.747 +3483 10.377 -2.209 -328.752 +3484 5.544 -8.687 -328.688 +3485 -0.023 -8.971 -328.428 +3486 8.750 -1.273 -328.405 +3487 -11.576 3.845 -329.121 +3488 18.359 -8.389 -331.841 +3489 -8.353 -17.485 -331.497 +3490 7.293 -6.136 -328.533 +3491 -3.746 -8.172 -328.431 +3492 -3.621 -4.725 -327.976 +3493 -12.863 -18.863 -333.090 +3494 3.674 -5.380 -328.046 +3495 -4.784 -12.389 -329.404 +3496 -2.361 9.631 -328.608 +3497 -14.485 -16.244 -332.564 +3498 1.851 21.866 -332.650 +3499 -16.819 -4.191 -330.697 +3500 -3.642 -12.540 -329.344 +3501 8.698 -20.828 -332.959 +3502 15.434 -2.768 -330.124 +3503 -13.884 -11.628 -330.989 +3504 10.019 -3.205 -328.733 +3505 1.605 7.863 -328.266 +3506 -3.017 -3.769 -327.855 +3507 -7.579 -20.249 -332.495 +3508 -14.973 1.214 -329.914 +3509 13.820 -10.225 -330.645 +3510 19.535 0.368 -331.564 +3511 14.750 -13.051 -331.630 +3512 13.853 9.150 -330.436 +3513 10.571 -2.119 -328.790 +3514 -15.667 -1.076 -330.132 +3515 -13.465 2.680 -329.529 +3516 9.510 -19.873 -332.693 +3517 -8.995 4.735 -328.659 +3518 2.488 -0.988 -327.694 +3519 -10.228 -12.940 -330.398 +3520 21.210 8.070 -333.020 +3521 12.296 -2.711 -329.221 +3522 0.841 15.850 -330.188 +3523 0.597 8.100 -328.282 +3524 -5.839 11.017 -329.190 +3525 12.094 2.983 -329.187 +3526 18.005 2.808 -331.032 +3527 -15.710 12.650 -331.835 +3528 1.664 14.285 -329.718 +3529 10.627 -13.035 -330.511 +3530 0.013 -5.520 -327.926 +3531 -4.024 21.954 -332.834 +3532 -4.625 19.837 -331.922 +3533 8.353 -7.640 -328.911 +3534 -2.678 -1.045 -327.705 +3535 3.166 -2.994 -327.812 +3536 -13.488 -1.148 -329.475 +3537 0.903 -3.994 -327.790 +3538 13.047 -8.658 -330.117 +3539 -12.383 13.005 -330.930 +3540 -13.187 -0.690 -329.384 +3541 -3.247 13.121 -329.469 +3542 -9.151 -11.877 -329.905 +3543 -9.798 19.289 -332.502 +3544 -9.642 7.648 -329.149 +3545 -22.606 0.955 -332.986 +3546 1.638 -1.399 -327.669 +3547 19.610 -7.015 -332.127 +3548 -0.489 12.333 -329.158 +3549 2.351 -15.554 -330.141 +3550 -1.960 19.590 -331.627 +3551 4.356 5.648 -328.131 +3552 -13.622 -16.422 -332.361 +3553 5.103 10.188 -328.928 +3554 12.534 1.531 -329.230 +3555 3.074 8.646 -328.466 +3556 -16.317 12.944 -332.127 +3557 -0.050 -14.273 -329.686 +3558 -12.967 -1.467 -329.342 +3559 17.878 -11.857 -332.416 +3560 -2.559 -12.200 -329.189 +3561 5.974 -21.725 -332.939 +3562 -7.441 8.839 -328.965 +3563 13.181 6.142 -329.766 +3564 -15.797 -2.103 -330.209 +3565 -5.157 -13.059 -329.618 +3566 5.369 -6.046 -328.276 +3567 -1.681 0.811 -327.658 +3568 12.625 0.954 -329.239 +3569 14.775 -1.600 -329.864 +3570 8.820 -7.742 -329.008 +3571 -1.742 -3.671 -327.787 +3572 15.526 1.811 -330.108 +3573 18.836 11.803 -332.789 +3574 17.471 2.789 -330.830 +3575 10.353 9.172 -329.558 +3576 15.213 -1.549 -329.999 +3577 -19.487 0.634 -331.546 +3578 -12.486 -6.150 -329.583 +3579 -5.028 8.221 -328.553 +3580 18.856 -1.164 -331.297 +3581 -13.009 -13.661 -331.286 +3582 -13.547 -5.675 -329.811 +3583 12.797 -7.355 -329.833 +3584 17.512 -7.849 -331.419 +3585 -0.533 -1.811 -327.659 +3586 -7.600 0.161 -328.200 +3587 5.808 -13.312 -329.761 +3588 3.348 6.393 -328.143 +3589 -1.709 -5.830 -327.991 +3590 3.733 -11.351 -329.060 +3591 19.976 -0.033 -331.750 +3592 -6.867 -8.284 -328.785 +3593 17.723 -4.321 -331.040 +3594 3.658 6.072 -328.124 +3595 10.275 -10.701 -329.856 +3596 4.431 -7.850 -328.436 +3597 9.873 -10.191 -329.662 +3598 -16.523 -12.076 -331.965 +3599 -11.699 -6.232 -329.397 +3600 5.119 -7.354 -328.426 +3601 -5.069 2.088 -327.922 +3602 7.296 4.319 -328.352 +3603 -1.859 -18.061 -331.007 +3604 -3.886 -12.839 -329.441 +3605 14.300 -4.070 -329.866 +3606 -13.458 -2.143 -329.500 +3607 -7.874 17.203 -331.308 +3608 9.320 13.480 -330.362 +3609 11.988 -2.222 -329.120 +3610 -7.649 -15.855 -330.797 +3611 -11.405 -2.813 -329.011 +3612 13.200 -9.367 -330.292 +3613 -8.889 17.649 -331.658 +3614 -4.369 -11.246 -329.088 +3615 2.608 -10.943 -328.894 +3616 -19.256 -0.323 -331.447 +3617 -4.711 -5.046 -328.098 +3618 -1.371 -0.918 -327.650 +3619 -1.145 -9.227 -328.488 +3620 -9.173 16.664 -331.350 +3621 -22.583 -3.040 -333.067 +3622 2.327 2.630 -327.746 +3623 -2.990 2.799 -327.790 +3624 1.499 4.295 -327.829 +3625 -14.790 8.900 -330.671 +3626 -11.532 -14.607 -331.185 +3627 -10.179 3.144 -328.762 +3628 13.020 -15.231 -331.777 +3629 4.224 -12.785 -329.455 +3630 4.457 -13.978 -329.806 +3631 0.425 -15.580 -330.093 +3632 -0.697 -16.953 -330.565 +3633 -6.154 10.519 -329.119 +3634 -13.475 -2.734 -329.535 +3635 -12.011 -16.500 -331.940 +3636 5.201 7.218 -328.415 +3637 -13.365 3.107 -329.527 +3638 -17.499 -14.273 -332.964 +3639 15.469 -16.134 -332.849 +3640 -4.947 -21.178 -332.556 +3641 18.523 10.359 -332.309 +3642 -8.325 8.035 -328.969 +3643 5.081 -7.996 -328.522 +3644 10.041 1.927 -328.671 +3645 9.289 5.402 -328.782 +3646 -13.517 0.903 -329.478 +3647 -15.151 -8.865 -330.778 +3648 -0.470 -3.101 -327.721 +3649 -14.198 10.616 -330.844 +3650 -10.446 4.104 -328.889 +3651 -1.744 3.516 -327.776 +3652 5.857 -2.166 -328.012 +3653 -10.754 -14.511 -330.970 +3654 -9.380 16.879 -331.469 +3655 -4.158 -10.285 -328.859 +3656 13.457 -1.506 -329.476 +3657 -13.008 7.259 -329.874 +3658 8.826 18.365 -331.925 +3659 20.668 -2.024 -332.100 +3660 -11.547 4.037 -329.130 +3661 -17.774 13.314 -332.779 +3662 -16.959 -6.307 -330.982 +3663 -0.575 -3.225 -327.730 +3664 13.880 -4.265 -329.760 +3665 -21.093 7.222 -332.822 +3666 1.163 3.096 -327.732 +3667 -12.660 -4.077 -329.410 +3668 -4.463 8.533 -328.552 +3669 -16.490 10.308 -331.525 +3670 3.208 -7.685 -328.316 +3671 19.278 8.267 -332.195 +3672 -5.186 22.030 -332.989 +3673 -2.441 -13.795 -329.609 +3674 -0.870 -20.960 -332.196 +3675 -15.134 12.901 -331.712 +3676 -20.036 0.592 -331.780 +3677 11.683 -15.850 -331.628 +3678 -1.125 4.302 -327.820 +3679 18.555 -9.766 -332.191 +3680 12.862 5.179 -329.568 +3681 3.537 -11.576 -329.098 +3682 1.515 -3.051 -327.739 +3683 -15.722 -14.479 -332.379 +3684 -8.385 0.283 -328.326 +3685 20.552 -4.812 -332.255 +3686 17.245 2.797 -330.747 +3687 -0.078 2.110 -327.668 +3688 8.177 -7.462 -328.854 +3689 1.728 7.117 -328.158 +3690 9.627 6.623 -328.996 +3691 8.348 17.240 -331.404 +3692 12.511 5.228 -329.481 +3693 -8.787 -2.312 -328.449 +3694 3.938 2.444 -327.837 +3695 19.325 10.975 -332.787 +3696 0.066 -0.907 -327.632 +3697 -7.546 -14.503 -330.348 +3698 9.512 -15.447 -331.001 +3699 10.784 -16.543 -331.652 +3700 -8.583 -14.133 -330.412 +3701 9.502 15.727 -331.091 +3702 -6.270 4.794 -328.245 +3703 5.825 -5.043 -328.216 +3704 9.583 -20.646 -333.055 +3705 -10.930 8.860 -329.626 +3706 -2.183 -20.698 -332.120 +3707 2.503 20.549 -332.070 +3708 -1.189 -8.749 -328.403 +3709 6.628 16.834 -330.982 +3710 -12.409 -0.523 -329.177 +3711 10.068 6.322 -329.045 +3712 14.764 -1.448 -329.856 +3713 12.640 3.930 -329.392 +3714 -8.458 -0.638 -328.342 +3715 10.616 -8.414 -329.477 +3716 1.231 -3.347 -327.750 +3717 7.488 4.413 -328.378 +3718 -0.446 14.828 -329.855 +3719 0.317 -14.532 -329.764 +3720 9.007 2.046 -328.477 +3721 17.462 12.160 -332.335 +3722 -13.306 0.629 -329.415 +3723 -12.353 -17.335 -332.338 +3724 17.870 0.043 -330.897 +3725 14.659 -6.855 -330.291 +3726 -15.566 -15.399 -332.627 +3727 -14.308 13.132 -331.515 +3728 -11.512 -9.048 -329.797 +3729 5.499 -21.860 -332.944 +3730 0.531 -16.581 -330.431 +3731 9.230 12.870 -330.176 +3732 2.675 -13.163 -329.446 +3733 -2.734 12.735 -329.335 +3734 -5.021 0.298 -327.875 +3735 2.384 3.214 -327.782 +3736 -4.623 9.438 -328.731 +3737 -0.079 -6.099 -327.994 +3738 3.099 -5.499 -328.020 +3739 19.883 -0.881 -331.718 +3740 -3.846 12.079 -329.243 +3741 4.420 21.721 -332.758 +3742 3.389 0.305 -327.738 +3743 4.122 -7.879 -328.414 +3744 -14.405 -5.630 -330.054 +3745 -10.691 6.004 -329.137 +3746 -1.129 -3.542 -327.761 +3747 19.289 -11.765 -332.970 +3748 4.354 -11.013 -329.034 +3749 3.750 5.276 -328.041 +3750 22.504 -3.287 -333.045 +3751 4.797 -0.147 -327.852 +3752 7.402 19.032 -331.945 +3753 -1.143 -11.214 -328.900 +3754 12.699 2.023 -329.291 +3755 -3.365 22.417 -333.007 +3756 -14.216 -5.578 -329.992 +3757 0.643 16.929 -330.555 +3758 11.139 -17.025 -331.911 +3759 11.359 16.162 -331.655 +3760 12.538 -18.041 -332.663 +3761 -0.629 13.868 -329.573 +3762 -17.132 13.913 -332.711 +3763 -14.250 15.169 -332.120 +3764 -5.947 19.737 -332.031 +3765 -10.292 -20.260 -333.036 +3766 -19.203 4.759 -331.668 +3767 3.430 -7.071 -328.240 +3768 -1.303 -3.831 -327.786 +3769 -14.290 15.389 -332.206 +3770 9.939 9.483 -329.531 +3771 2.260 -2.516 -327.747 +3772 11.352 7.950 -329.566 +3773 -4.454 10.664 -328.966 +3774 17.482 13.883 -332.836 +3775 -5.308 -17.777 -331.161 +3776 -7.019 -13.348 -329.932 +3777 11.787 -5.948 -329.383 +3778 -9.039 -7.248 -328.973 +3779 -2.755 -8.839 -328.481 +3780 -7.392 11.449 -329.500 +3781 -5.132 18.918 -331.590 +3782 5.758 -10.648 -329.098 +3783 9.815 -16.190 -331.314 +3784 -12.753 0.726 -329.279 +3785 3.734 -15.123 -330.090 +3786 9.612 20.165 -332.843 +3787 3.614 16.501 -330.538 +3788 19.561 5.546 -331.905 +3789 -9.987 -15.822 -331.224 +3790 5.063 -1.287 -327.895 +3791 17.670 8.285 -331.554 +3792 1.860 -2.437 -327.717 +3793 -9.484 -10.189 -329.583 +3794 12.385 5.504 -329.480 +3795 3.176 -6.673 -328.168 +3796 6.589 -4.653 -328.273 +3797 2.558 16.018 -330.304 +3798 5.881 -10.014 -328.979 +3799 -12.242 -14.677 -331.387 +3800 -0.460 -4.712 -327.846 +3801 11.606 -4.383 -329.174 +3802 16.264 -15.183 -332.799 +3803 -16.985 12.103 -332.140 +3804 -1.226 -15.717 -330.152 +3805 -14.994 -13.331 -331.788 +3806 -1.764 1.311 -327.671 +3807 15.725 -7.596 -330.745 +3808 -16.620 11.500 -331.852 +3809 -8.929 -4.205 -328.599 +3810 -5.888 14.612 -330.148 +3811 -14.204 -14.249 -331.813 +3812 -18.958 -9.420 -332.284 +3813 -10.506 -13.301 -330.558 +3814 3.067 -6.119 -328.090 +3815 2.541 -2.036 -327.729 +3816 1.553 -20.162 -331.857 +3817 -6.467 -21.669 -332.980 +3818 6.947 -6.219 -328.493 +3819 -13.188 -15.133 -331.792 +3820 12.572 0.214 -329.217 +3821 -6.158 10.805 -329.182 +3822 5.563 -2.851 -328.012 +3823 -6.081 -5.748 -328.323 +3824 1.205 -9.807 -328.601 +3825 -20.627 4.121 -332.222 +3826 19.531 -0.400 -331.562 +3827 6.964 21.517 -332.981 +3828 9.967 5.466 -328.922 +3829 -0.027 0.433 -327.625 +3830 -11.569 13.196 -330.777 +3831 -21.551 -0.355 -332.464 +3832 1.083 11.984 -329.080 +3833 -11.710 -16.281 -331.784 +3834 -6.130 -7.895 -328.624 +3835 2.347 11.872 -329.098 +3836 2.970 1.810 -327.743 +3837 0.867 -2.172 -327.678 +3838 2.555 -0.709 -327.693 +3839 11.084 -1.631 -328.884 +3840 3.771 4.898 -328.004 +3841 -3.336 13.524 -329.586 +3842 10.403 -5.788 -329.049 +3843 10.413 -19.153 -332.581 +3844 9.496 11.913 -329.981 +3845 -5.458 -9.830 -328.893 +3846 19.223 1.976 -331.474 +3847 -9.330 -8.968 -329.313 +3848 11.505 -14.403 -331.115 +3849 15.051 9.516 -330.873 +3850 -4.191 -5.429 -328.092 +3851 -3.723 -11.244 -329.035 +3852 5.607 -3.511 -328.059 +3853 11.852 10.136 -330.096 +3854 -0.360 -4.442 -327.821 +3855 13.126 5.292 -329.651 +3856 -9.420 3.763 -328.655 +3857 15.384 13.113 -331.854 +3858 10.190 -5.327 -328.952 +3859 14.115 15.778 -332.284 +3860 3.254 -7.361 -328.270 +3861 13.860 11.247 -330.889 +3862 20.242 6.266 -332.293 +3863 2.717 -21.084 -332.325 +3864 -4.465 -12.700 -329.454 +3865 -6.623 17.615 -331.268 +3866 13.169 5.531 -329.689 +3867 2.921 6.182 -328.089 +3868 11.001 -4.295 -329.026 +3869 -16.406 0.406 -330.370 +3870 2.425 7.272 -328.210 +3871 -6.572 21.895 -333.105 +3872 9.463 -7.329 -329.065 +3873 1.935 11.986 -329.107 +3874 -7.461 3.384 -328.293 +3875 19.423 -5.973 -331.901 +3876 -1.525 12.232 -329.154 +3877 15.767 10.680 -331.359 +3878 -2.507 15.366 -330.088 +3879 -4.586 13.849 -329.780 +3880 11.441 11.903 -330.404 +3881 -14.574 2.171 -329.825 +3882 -3.828 -18.582 -331.330 +3883 7.010 -7.254 -328.643 +3884 -19.849 2.254 -331.751 +3885 11.345 -10.418 -330.034 +3886 -1.754 21.631 -332.534 +3887 1.742 12.244 -329.164 +3888 -7.432 -2.129 -328.220 +3889 -6.463 -9.133 -328.881 +3890 18.831 3.864 -331.433 +3891 9.588 -9.098 -329.387 +3892 22.117 1.516 -332.760 +3893 -0.947 2.908 -327.716 +3894 -7.438 -19.444 -332.123 +3895 -20.622 -2.890 -332.125 +3896 9.934 -6.089 -328.988 +3897 -11.504 -1.478 -328.976 +3898 -9.091 7.875 -329.079 +3899 -0.875 -12.538 -329.215 +3900 1.324 4.827 -327.872 +3901 15.534 -6.089 -330.464 +3902 9.704 -7.991 -329.216 +3903 -1.642 -6.271 -328.042 +3904 -5.785 0.437 -327.958 +3905 5.787 -13.468 -329.802 +3906 5.414 6.615 -328.353 +3907 -7.948 0.084 -328.254 +3908 -9.568 7.385 -329.094 +3909 -17.080 4.806 -330.849 +3910 1.391 -16.100 -330.284 +3911 8.054 0.232 -328.271 +3912 2.689 -3.141 -327.793 +3913 -12.297 -2.758 -329.224 +3914 17.696 -6.040 -331.220 +3915 -2.578 18.848 -331.351 +3916 -5.684 -1.057 -327.956 +3917 -20.717 -5.497 -332.407 +3918 10.892 5.437 -329.115 +3919 -9.819 -5.268 -328.870 +3920 11.616 19.552 -333.045 +3921 -12.118 17.530 -332.350 +3922 15.492 -11.507 -331.463 +3923 -19.349 6.034 -331.878 +3924 0.525 19.126 -331.395 +3925 -5.292 -10.025 -328.914 +3926 10.791 13.443 -330.662 +3927 13.800 2.210 -329.599 +3928 -12.430 1.485 -329.203 +3929 -3.127 15.922 -330.306 +3930 13.044 -14.199 -331.467 +3931 6.577 -11.291 -329.346 +3932 -1.825 -19.871 -331.741 +3933 -13.284 -1.175 -329.419 +3934 14.626 15.442 -332.330 +3935 13.877 -4.451 -329.776 +3936 15.289 2.317 -330.054 +3937 14.154 -13.186 -331.483 +3938 -10.582 10.202 -329.814 +3939 -3.099 17.429 -330.845 +3940 2.521 5.471 -327.985 +3941 -10.528 -13.301 -330.563 +3942 -12.158 -6.411 -329.533 +3943 0.967 4.522 -327.836 +3944 -7.514 6.668 -328.634 +3945 1.272 -0.539 -327.642 +3946 -8.063 -0.601 -328.276 +3947 -19.603 1.214 -331.607 +3948 -16.739 -11.819 -331.976 +3949 -17.126 -8.039 -331.308 +3950 11.341 -4.066 -329.084 +3951 -5.495 -7.527 -328.492 +3952 6.840 -19.339 -331.986 +3953 20.759 4.068 -332.276 +3954 8.725 -6.705 -328.839 +3955 18.987 6.932 -331.853 +3956 15.612 4.632 -330.326 +3957 3.848 8.862 -328.558 +3958 -14.956 -16.230 -332.712 +3959 15.828 -6.039 -330.555 +3960 9.820 13.578 -330.490 +3961 -11.904 -17.140 -332.145 +3962 -4.506 12.306 -329.356 +3963 7.875 -10.575 -329.378 +3964 -8.540 -20.578 -332.814 +3965 2.676 -15.833 -330.249 +3966 4.403 -14.763 -330.035 +3967 -1.917 19.929 -331.770 +3968 -13.384 -11.764 -330.878 +3969 -6.399 -1.002 -328.041 +3970 -4.938 -8.312 -328.559 +3971 9.664 -11.588 -329.934 +3972 5.482 1.934 -327.960 +3973 3.203 -12.187 -329.224 +3974 -1.105 12.270 -329.152 +3975 19.633 1.481 -331.627 +3976 -8.301 -10.429 -329.418 +3977 4.877 2.302 -327.913 +3978 5.343 10.856 -329.097 +3979 -2.407 -1.329 -327.698 +3980 0.131 12.684 -329.245 +3981 -8.708 -18.434 -331.930 +3982 9.929 -9.045 -329.445 +3983 -8.712 -17.980 -331.752 +3984 -0.806 15.625 -330.113 +3985 0.351 -20.133 -331.819 +3986 -9.975 9.762 -329.594 +3987 18.906 11.066 -332.632 +3988 -1.637 15.260 -330.017 +3989 -2.332 5.984 -328.034 +3990 -5.524 -10.414 -329.021 +3991 -14.131 -9.318 -330.550 +3992 7.549 1.105 -328.204 +3993 -5.476 2.747 -327.997 +3994 7.687 -8.143 -328.883 +3995 -10.785 2.044 -328.833 +3996 3.330 -11.075 -328.968 +3997 17.925 -7.110 -331.457 +3998 10.094 13.389 -330.494 +3999 17.670 -0.347 -330.823 +4000 10.106 15.311 -331.080 +4001 15.601 1.680 -330.128 +4002 -6.871 11.003 -329.321 +4003 -7.350 -3.076 -328.257 +4004 -0.394 2.557 -327.690 +4005 -0.386 -18.529 -331.154 +4006 16.588 9.695 -331.429 +4007 2.444 -8.444 -328.396 +4008 7.857 12.960 -329.956 +4009 21.830 -2.403 -332.659 +4010 -17.804 4.967 -331.134 +4011 -15.578 8.258 -330.807 +4012 10.053 -3.672 -328.773 +4013 9.942 7.556 -329.195 +4014 15.173 5.182 -330.241 +4015 -6.753 9.107 -328.915 +4016 -8.230 -16.347 -331.063 +4017 1.061 18.831 -331.285 +4018 -14.356 -16.132 -332.483 +4019 -4.667 14.717 -330.046 +4020 18.048 -1.455 -330.987 +4021 -17.346 -11.038 -332.007 +4022 -6.895 -9.056 -328.925 +4023 5.698 -8.604 -328.691 +4024 -9.330 17.191 -331.573 +4025 -11.122 -7.555 -329.449 +4026 -5.229 6.063 -328.263 +4027 11.662 0.438 -328.993 +4028 6.490 2.458 -328.103 +4029 10.043 -7.982 -329.283 +4030 -12.137 -7.832 -329.737 +4031 8.282 1.480 -328.330 +4032 9.957 -19.237 -332.514 +4033 1.821 8.515 -328.381 +4034 3.815 -11.520 -329.106 +4035 -10.881 3.587 -328.943 +4036 -4.832 5.355 -328.142 +4037 16.876 2.629 -330.605 +4038 -13.356 -11.454 -330.794 +4039 13.065 -4.918 -329.595 +4040 13.497 -2.676 -329.538 +4041 3.841 -0.134 -327.770 +4042 -16.717 -4.201 -330.662 +4043 1.252 16.198 -330.313 +4044 -14.392 -5.033 -329.984 +4045 9.065 3.105 -328.542 +4046 -4.982 -0.313 -327.871 +4047 11.804 -4.543 -329.236 +4048 -6.439 13.420 -329.871 +4049 -6.989 13.267 -329.905 +4050 0.655 -6.818 -328.091 +4051 -2.020 -12.786 -329.314 +4052 19.940 -7.610 -332.364 +4053 9.198 11.449 -329.810 +4054 11.789 6.831 -329.500 +4055 -2.291 -2.475 -327.736 +4056 15.924 -5.161 -330.484 +4057 6.011 -21.687 -332.926 +4058 -9.431 3.578 -328.643 +4059 -10.514 -2.264 -328.784 +4060 -10.768 -8.627 -329.548 +4061 8.643 3.213 -328.474 +4062 -1.477 17.294 -330.706 +4063 14.741 -11.752 -331.281 +4064 -13.378 -10.723 -330.628 +4065 16.820 9.322 -331.436 +4066 -2.306 -8.520 -328.402 +4067 10.969 19.682 -332.939 +4068 7.158 6.648 -328.579 +4069 7.228 -13.987 -330.145 +4070 3.439 11.230 -329.011 +4071 15.012 8.156 -330.607 +4072 -12.398 3.945 -329.331 +4073 -16.701 -4.939 -330.728 +4074 8.959 -14.051 -330.457 +4075 6.967 -9.168 -328.956 +4076 9.052 -14.033 -330.470 +4077 -8.739 -12.761 -330.055 +4078 -6.106 4.451 -328.193 +4079 8.557 -1.091 -328.367 +4080 7.524 -3.054 -328.282 +4081 5.324 13.964 -329.889 +4082 10.383 -12.726 -330.374 +4083 10.897 -5.106 -329.081 +4084 21.177 3.288 -332.406 +4085 3.158 -1.624 -327.749 +4086 11.677 -5.836 -329.343 +4087 -10.439 -6.264 -329.116 +4088 0.080 -12.069 -329.090 +4089 -14.104 8.027 -330.307 +4090 4.413 5.114 -328.078 +4091 -5.996 -10.781 -329.156 +4092 -7.133 9.867 -329.116 +4093 5.363 1.390 -327.929 +4094 17.841 -1.838 -330.922 +4095 19.446 -11.360 -332.934 +4096 -7.129 2.089 -328.174 +4097 -7.901 -8.070 -328.905 +4098 12.998 7.529 -329.913 +4099 -4.194 -1.486 -327.820 +4100 12.283 -12.299 -330.715 +4101 -3.082 -21.876 -332.722 +4102 -16.300 -9.749 -331.338 +4103 -4.716 10.153 -328.882 +4104 -9.868 -10.567 -329.741 +4105 15.816 -4.509 -330.382 +4106 13.261 14.261 -331.537 +4107 15.942 -1.481 -330.234 +4108 10.080 -7.418 -329.202 +4109 -16.927 14.046 -332.675 +4110 -8.852 -4.609 -328.621 +4111 8.122 -6.647 -328.728 +4112 20.351 0.995 -331.925 +4113 -12.530 -13.937 -331.237 +4114 -5.749 5.589 -328.265 +4115 19.125 6.043 -331.785 +4116 5.629 -5.393 -328.230 +4117 -5.537 7.105 -328.435 +4118 7.164 11.780 -329.545 +4119 7.882 20.011 -332.442 +4120 -7.806 -0.834 -328.238 +4121 7.162 8.365 -328.841 +4122 15.424 -13.108 -331.866 +4123 8.934 7.118 -328.935 +4124 14.472 -4.395 -329.946 +4125 -9.218 10.161 -329.526 +4126 -0.337 -21.946 -332.652 +4127 -13.579 4.112 -329.661 +4128 13.576 1.248 -329.502 +4129 -3.201 3.373 -327.838 +4130 -17.754 3.392 -330.975 +4131 -16.519 -3.237 -330.517 +4132 5.141 -20.363 -332.207 +4133 9.259 7.819 -329.112 +4134 14.192 7.391 -330.230 +4135 10.623 18.439 -332.335 +4136 13.868 -9.452 -330.499 +4137 -12.388 9.579 -330.117 +4138 0.530 -12.953 -329.319 +4139 -6.127 -10.924 -329.204 +4140 8.444 13.113 -330.097 +4141 5.913 -14.689 -330.175 +4142 12.044 8.701 -329.863 +4143 1.094 17.745 -330.862 +4144 12.336 7.362 -329.714 +4145 17.096 -6.120 -331.008 +4146 7.137 -7.693 -328.728 +4147 9.440 7.095 -329.026 +4148 8.568 -3.614 -328.488 +4149 -7.239 16.779 -331.052 +4150 -4.703 -0.500 -327.846 +4151 8.673 3.382 -328.490 +4152 2.603 -13.915 -329.652 +4153 10.525 -20.214 -333.069 +4154 15.469 -6.676 -330.522 +4155 21.951 6.467 -333.122 +4156 -14.290 9.611 -330.656 +4157 10.286 5.672 -329.011 +4158 18.377 -9.177 -331.998 +4159 -16.156 -8.611 -331.065 +4160 1.375 -8.834 -328.422 +4161 8.261 -15.046 -330.636 +4162 -7.275 -16.416 -330.930 +4163 -9.198 15.207 -330.860 +4164 -8.412 -10.162 -329.380 +4165 4.103 14.411 -329.902 +4166 7.079 8.020 -328.771 +4167 6.680 7.867 -328.691 +4168 -13.418 -2.846 -329.525 +4169 -1.962 -19.317 -331.513 +4170 -7.283 11.822 -329.573 +4171 16.775 2.644 -330.570 +4172 11.539 -17.892 -332.340 +4173 0.787 1.101 -327.641 +4174 -10.583 -19.597 -332.810 +4175 1.696 11.757 -329.043 +4176 5.973 -7.147 -328.491 +4177 18.609 6.437 -331.628 +4178 7.457 6.634 -328.621 +4179 12.763 13.027 -331.038 +4180 4.655 7.496 -328.402 +4181 -4.364 2.014 -327.853 +4182 12.963 -7.520 -329.903 +4183 17.304 -9.356 -331.620 +4184 11.435 -2.003 -328.978 +4185 -0.577 12.800 -329.279 +4186 -15.393 -10.622 -331.221 +4187 -2.893 -8.411 -328.414 +4188 -8.710 -14.793 -330.636 +4189 -7.092 -20.120 -332.360 +4190 0.772 -4.414 -327.823 +4191 -19.299 9.912 -332.531 +4192 -6.974 4.037 -328.272 +4193 -11.871 12.146 -330.570 +4194 2.084 7.020 -328.158 +4195 -12.508 -13.419 -331.079 +4196 -3.405 -7.759 -328.341 +4197 0.841 4.311 -327.815 +4198 7.972 3.529 -328.383 +4199 -4.879 -5.155 -328.125 +4200 -10.637 6.481 -329.186 +4201 -4.528 -4.376 -328.018 +4202 10.623 15.910 -331.394 +4203 4.172 -8.900 -328.591 +4204 14.271 12.947 -331.451 +4205 4.316 4.437 -328.005 +4206 -0.313 -15.040 -329.920 +4207 15.471 -15.438 -332.608 +4208 9.831 13.645 -330.511 +4209 -14.298 2.925 -329.782 +4210 -21.016 -1.692 -332.244 +4211 18.399 -2.465 -331.166 +4212 -13.756 9.377 -330.452 +4213 6.520 21.177 -332.754 +4214 -8.871 -7.104 -328.921 +4215 -0.994 -10.480 -328.745 +4216 -5.531 -4.069 -328.093 +4217 9.472 -2.415 -328.580 +4218 -11.119 6.434 -329.288 +4219 -17.419 -7.662 -331.353 +4220 13.392 15.740 -332.054 +4221 -6.224 4.824 -328.242 +4222 6.806 -21.605 -332.999 +4223 -13.574 -10.509 -330.636 +4224 -11.447 4.604 -329.157 +4225 -3.293 -17.205 -330.765 +4226 14.933 -14.935 -332.261 +4227 0.201 -6.593 -328.057 +4228 -7.809 1.270 -328.248 +4229 -18.715 -12.241 -332.866 +4230 3.299 -7.862 -328.350 +4231 -3.370 -0.947 -327.745 +4232 15.316 6.068 -330.391 +4233 9.172 -5.018 -328.719 +4234 12.995 -7.278 -329.874 +4235 -5.871 2.267 -328.018 +4236 -0.533 -8.452 -328.340 +4237 17.648 13.308 -332.728 +4238 -15.555 -9.874 -331.111 +4239 -17.106 -7.866 -331.272 +4240 -3.135 -6.569 -328.152 +4241 -4.704 3.930 -327.997 +4242 -7.657 -0.277 -328.209 +4243 3.573 -12.386 -329.299 +4244 0.362 3.601 -327.753 +4245 -3.177 -4.494 -327.925 +4246 5.167 10.830 -329.072 +4247 0.191 -18.462 -331.126 +4248 -4.569 -3.847 -327.978 +4249 -4.106 2.310 -327.844 +4250 -6.889 -14.518 -330.253 +4251 1.085 -7.659 -328.220 +4252 7.674 14.170 -330.268 +4253 -4.583 -8.203 -328.507 +4254 4.680 20.495 -332.216 +4255 5.414 19.872 -332.023 +4256 -2.514 9.859 -328.661 +4257 6.042 -14.269 -330.064 +4258 -7.287 17.894 -331.473 +4259 -8.111 -18.108 -331.692 +4260 -6.004 -6.600 -328.419 +4261 -8.574 6.919 -328.842 +4262 -8.245 4.175 -328.478 +4263 -0.114 -13.714 -329.525 +4264 20.196 -9.305 -332.793 +4265 9.309 -9.842 -329.478 +4266 -0.425 -16.719 -330.479 +4267 11.645 7.837 -329.617 +4268 5.775 9.863 -328.936 +4269 18.605 -8.368 -331.936 +4270 0.738 13.733 -329.536 +4271 -0.481 3.845 -327.772 +4272 20.455 -8.737 -332.796 +4273 11.663 13.971 -331.023 +4274 3.710 -16.886 -330.681 +4275 13.862 -9.570 -330.521 +4276 3.620 -12.590 -329.355 +4277 -3.407 -5.613 -328.053 +4278 -13.885 -3.676 -329.713 +4279 -0.495 15.969 -330.222 +4280 -2.585 -6.059 -328.056 +4281 -7.737 -12.060 -329.703 +4282 9.205 -2.929 -328.558 +4283 3.949 14.976 -330.062 +4284 -8.679 16.232 -331.104 +4285 21.173 0.906 -332.294 +4286 -5.464 7.311 -328.456 +4287 9.614 -10.134 -329.597 +4288 3.786 9.659 -328.702 +4289 3.067 -12.516 -329.298 +4290 -8.427 -0.327 -328.334 +4291 6.580 16.405 -330.824 +4292 -12.170 11.733 -330.542 +4293 17.705 -10.400 -331.995 +4294 -8.352 -15.297 -330.732 +4295 13.995 9.575 -330.572 +4296 3.064 9.067 -328.540 +4297 -8.950 0.473 -328.427 +4298 6.253 -20.725 -332.508 +4299 10.334 15.760 -331.279 +4300 -6.045 -0.598 -327.991 +4301 12.885 4.242 -329.483 +4302 -7.028 4.473 -328.316 +4303 17.139 -7.686 -331.253 +4304 2.105 -22.246 -332.846 +4305 -9.387 -1.865 -328.540 +4306 19.653 -9.474 -332.589 +4307 17.168 -10.784 -331.880 +4308 -8.428 19.313 -332.239 +4309 -16.761 8.372 -331.234 +4310 -19.565 1.268 -331.592 +4311 14.338 10.506 -330.861 +4312 7.307 10.810 -329.341 +4313 22.307 -4.398 -333.042 +4314 -9.515 -1.872 -328.565 +4315 -0.320 12.262 -329.138 +4316 3.019 -1.461 -327.735 +4317 -17.361 4.466 -330.918 +4318 -9.785 -0.110 -328.582 +4319 -17.751 -11.549 -332.287 +4320 -0.605 -1.913 -327.663 +4321 12.267 -8.011 -329.799 +4322 0.463 16.247 -330.315 +4323 -6.774 -8.150 -328.750 +4324 5.453 13.693 -329.826 +4325 -12.317 -12.520 -330.782 +4326 -5.716 9.278 -328.815 +4327 4.242 8.932 -328.603 +4328 -17.556 -1.075 -330.791 +4329 -12.615 5.582 -329.548 +4330 -10.081 15.879 -331.264 +4331 -20.298 -0.629 -331.895 +4332 -21.616 -2.070 -332.540 +4333 5.993 -2.597 -328.048 +4334 -6.673 0.304 -328.068 +4335 2.489 -11.830 -329.094 +4336 20.538 9.234 -332.932 +4337 7.047 12.332 -329.666 +4338 6.590 -1.308 -328.073 +4339 1.635 -13.576 -329.513 +4340 1.297 5.525 -327.944 +4341 5.263 -15.358 -330.309 +4342 3.104 -13.221 -329.487 +4343 -5.474 10.276 -328.986 +4344 -5.321 1.180 -327.919 +4345 12.704 -10.376 -330.367 +4346 -8.589 17.332 -331.482 +4347 11.516 1.999 -328.997 +4348 -14.657 7.954 -330.461 +4349 -6.651 -4.803 -328.295 +4350 -12.241 17.916 -332.532 +4351 8.197 6.793 -328.760 +4352 4.225 -11.352 -329.100 +4353 9.057 -19.083 -332.262 +4354 -15.890 -2.197 -330.244 +4355 15.592 -1.287 -330.112 +4356 19.549 -2.053 -331.614 +4357 1.630 12.282 -329.170 +4358 -3.589 9.960 -328.748 +4359 -5.603 -4.584 -328.146 +4360 -12.488 -1.799 -329.228 +4361 4.442 11.074 -329.056 +4362 -7.583 -6.714 -328.651 +4363 -21.099 -2.963 -332.347 +4364 13.811 0.690 -329.557 +4365 3.377 -17.998 -331.067 +4366 17.593 -13.249 -332.689 +4367 12.794 -5.916 -329.634 +4368 10.306 8.696 -329.460 +4369 -17.105 5.145 -330.894 +4370 -5.023 9.814 -328.844 +4371 -11.121 7.677 -329.468 +4372 1.660 1.809 -327.683 +4373 14.193 -2.925 -329.751 +4374 -7.775 -10.115 -329.265 +4375 16.345 -7.149 -330.886 +4376 8.687 20.320 -332.725 +4377 9.472 9.502 -329.441 +4378 19.765 -7.012 -332.193 +4379 -6.275 -21.801 -333.016 +4380 -3.866 14.584 -329.934 +4381 5.889 13.001 -329.686 +4382 -14.953 -7.718 -330.515 +4383 1.737 -17.665 -330.852 +4384 -7.709 -15.000 -330.528 +4385 4.197 -20.374 -332.116 +4386 -0.522 15.428 -330.045 +4387 5.134 7.264 -328.414 +4388 3.476 0.181 -327.744 +4389 -3.512 -12.340 -329.283 +4390 9.027 0.877 -328.446 +4391 12.514 -11.198 -330.503 +4392 4.755 19.590 -331.829 +4393 1.388 -18.909 -331.325 +4394 5.478 -20.480 -332.298 +4395 -9.301 -8.020 -329.142 +4396 9.225 16.635 -331.350 +4397 -0.390 -4.353 -327.813 +4398 16.045 1.115 -330.258 +4399 13.811 0.287 -329.553 +4400 -8.077 -7.994 -328.921 +4401 -10.137 18.618 -332.297 +4402 3.779 -0.118 -327.765 +4403 20.693 -0.656 -332.071 +4404 4.686 -19.373 -331.731 +4405 16.761 4.939 -330.749 +4406 -11.839 -1.508 -329.056 +4407 3.826 -1.045 -327.780 +4408 -10.468 -17.173 -331.809 +4409 -8.923 -20.268 -332.748 +4410 -18.184 11.801 -332.522 +4411 -7.543 -5.892 -328.540 +4412 -3.487 -7.716 -328.340 +4413 -9.323 14.020 -330.518 +4414 -14.133 5.132 -329.918 +4415 17.328 8.273 -331.424 +4416 -4.661 0.815 -327.846 +4417 17.519 -3.230 -330.876 +4418 0.556 -2.208 -327.675 +4419 -3.343 -17.033 -330.706 +4420 -5.828 -0.080 -327.961 +4421 3.153 22.603 -333.085 +4422 15.103 -4.467 -330.147 +4423 -12.151 11.725 -330.536 +4424 -0.188 -15.454 -330.051 +4425 -12.311 13.834 -331.148 +4426 -20.538 -6.722 -332.490 +4427 2.123 -9.028 -328.484 +4428 -3.267 5.998 -328.088 +4429 -16.435 7.431 -330.961 +4430 6.269 -17.087 -331.024 +4431 18.847 9.698 -332.296 +4432 -8.483 11.955 -329.802 +4433 4.478 6.992 -328.312 +4434 -15.549 6.807 -330.567 +4435 5.591 14.110 -329.962 +4436 5.334 -12.984 -329.617 +4437 13.046 16.261 -332.136 +4438 3.195 4.140 -327.895 +4439 -10.979 15.028 -331.185 +4440 20.327 -5.616 -332.247 +4441 -17.368 9.395 -331.652 +4442 11.468 -16.438 -331.779 +4443 8.507 18.615 -331.965 +4444 2.902 -10.712 -328.860 +4445 8.972 3.372 -328.543 +4446 15.579 2.908 -330.179 +4447 -0.418 -10.156 -328.659 +4448 16.215 4.083 -330.477 +4449 -6.743 15.096 -330.412 +4450 -11.287 1.068 -328.915 +4451 2.096 1.781 -327.698 +4452 -6.756 -2.384 -328.135 +4453 5.153 8.902 -328.684 +4454 10.932 9.219 -329.694 +4455 -0.440 10.015 -328.630 +4456 10.664 -9.896 -329.768 +4457 7.280 -4.256 -328.334 +4458 -8.839 -6.958 -328.894 +4459 -8.118 -20.805 -332.840 +4460 13.572 0.327 -329.486 +4461 1.551 -18.162 -331.034 +4462 -6.453 -7.134 -328.550 +4463 -10.407 -13.830 -330.688 +4464 2.922 0.984 -327.718 +4465 4.187 -19.678 -331.812 +4466 -11.965 -16.991 -332.106 +4467 -21.609 4.156 -332.680 +4468 -7.664 7.821 -328.827 +4469 1.406 -19.434 -331.541 +4470 13.944 1.028 -329.601 +4471 -19.583 1.151 -331.597 +4472 -2.373 -4.315 -327.864 +4473 -10.789 4.607 -329.007 +4474 4.695 -20.471 -332.207 +4475 2.308 1.627 -327.702 +4476 1.744 5.331 -327.936 +4477 9.781 -20.471 -333.018 +4478 -3.868 1.674 -327.800 +4479 -16.271 9.137 -331.204 +4480 14.155 -14.679 -331.932 +4481 -3.351 12.248 -329.249 +4482 -12.058 4.187 -329.266 +4483 -8.245 -2.874 -328.385 +4484 -1.550 -21.678 -332.549 +4485 15.261 -1.217 -330.004 +4486 -11.696 11.560 -330.381 +4487 13.717 9.205 -330.407 +4488 14.844 -1.213 -329.874 +4489 2.626 5.574 -328.001 +4490 5.172 10.519 -329.005 +4491 14.188 11.401 -331.024 +4492 -5.180 -12.355 -329.436 +4493 1.557 -1.519 -327.670 +4494 4.756 -9.092 -328.679 +4495 -3.582 -16.887 -330.671 +4496 5.060 -7.241 -328.403 +4497 -7.780 -9.197 -329.084 +4498 -14.797 -17.094 -332.978 +4499 -6.722 0.810 -328.080 +4500 4.437 -13.060 -329.547 +4501 8.501 -1.505 -328.368 +4502 -3.506 20.376 -332.058 +4503 -3.984 -11.680 -329.157 +4504 -7.608 3.951 -328.358 +4505 -10.669 -1.995 -328.806 +4506 9.542 10.935 -329.758 +4507 -0.824 -10.425 -328.730 +4508 1.132 2.561 -327.701 +4509 -12.660 3.000 -329.331 +4510 14.379 16.305 -332.552 +4511 0.464 4.007 -327.785 +4512 -9.738 7.317 -329.117 +4513 4.454 8.694 -328.579 +4514 -10.622 -11.195 -330.044 +4515 -0.510 11.525 -328.961 +4516 3.284 -18.507 -331.259 +4517 -6.635 4.601 -328.274 +4518 6.524 1.220 -328.062 +4519 11.386 4.284 -329.113 +4520 -14.460 -5.371 -330.041 +4521 -17.611 2.786 -330.882 +4522 1.696 -11.150 -328.901 +4523 9.223 15.580 -330.987 +4524 13.011 14.937 -331.679 +4525 13.320 -5.393 -329.715 +4526 1.647 4.323 -327.846 +4527 2.445 21.492 -332.500 +4528 0.836 9.048 -328.449 +4529 5.689 14.294 -330.028 +4530 -22.603 0.459 -332.977 +4531 8.442 12.319 -329.886 +4532 9.750 2.997 -328.666 +4533 -11.554 -18.166 -332.452 +4534 9.760 -9.518 -329.502 +4535 -11.730 -15.498 -331.521 +4536 -5.431 -13.746 -329.839 +4537 -10.292 -15.525 -331.191 +4538 -16.571 2.750 -330.504 +4539 -8.768 -2.611 -328.460 +4540 -20.440 -9.680 -332.982 +4541 0.492 -5.174 -327.892 +4542 -14.431 14.315 -331.903 +4543 -1.935 -1.488 -327.682 +4544 18.590 6.212 -331.590 +4545 2.297 14.509 -329.811 +4546 -10.862 7.709 -329.415 +4547 -4.443 2.030 -327.861 +4548 2.620 -10.488 -328.796 +4549 3.302 -5.311 -328.013 +4550 19.130 -0.394 -331.396 +4551 -0.218 -0.651 -327.628 +4552 5.214 -4.965 -328.140 +4553 2.639 -10.264 -328.750 +4554 -6.954 11.975 -329.562 +4555 15.968 15.412 -332.771 +4556 -2.634 -18.639 -331.270 +4557 19.261 11.477 -332.884 +4558 -9.007 -6.989 -328.929 +4559 15.949 6.932 -330.718 +4560 20.767 -5.207 -332.396 +4561 -18.348 -10.406 -332.249 +4562 -8.090 -0.340 -328.278 +4563 -3.498 -18.046 -331.094 +4564 -9.340 -11.906 -329.948 +4565 1.271 -2.703 -327.712 +4566 -0.120 -18.697 -331.219 +4567 16.908 -1.856 -330.580 +4568 17.617 12.584 -332.509 +4569 6.078 -2.277 -328.043 +4570 18.661 -5.289 -331.504 +4571 3.212 2.307 -327.779 +4572 5.300 -3.293 -328.011 +4573 13.666 -1.861 -329.547 +4574 -0.534 -2.834 -327.706 +4575 9.707 8.379 -329.282 +4576 -9.787 -12.665 -330.232 +4577 -3.557 3.046 -327.841 +4578 -6.375 4.593 -328.239 +4579 7.993 -12.323 -329.811 +4580 -2.050 22.325 -332.883 +4581 -8.129 6.655 -328.730 +4582 -2.368 -13.348 -329.480 +4583 -13.860 -11.015 -330.834 +4584 -5.160 1.243 -327.903 +4585 -5.856 -5.855 -328.308 +4586 -20.190 8.837 -332.697 +4587 9.451 -0.962 -328.527 +4588 -2.588 3.185 -327.791 +4589 -19.421 6.414 -331.959 +4590 -3.286 8.079 -328.384 +4591 9.932 2.260 -328.663 +4592 -4.129 -7.085 -328.295 +4593 -8.988 20.682 -332.948 +4594 -14.858 -4.471 -330.071 +4595 3.674 12.146 -329.247 +4596 18.049 -0.276 -330.966 +4597 10.449 -8.377 -329.435 +4598 20.402 -1.397 -331.958 +4599 4.182 21.340 -332.555 +4600 9.997 -9.710 -329.588 +4601 -0.813 9.111 -328.460 +4602 10.018 1.592 -328.655 +4603 -2.472 -6.676 -328.129 +4604 7.801 -3.888 -328.382 +4605 20.969 -5.698 -332.547 +4606 12.203 12.230 -330.676 +4607 -4.286 18.488 -331.332 +4608 -0.011 -8.694 -328.379 +4609 -0.383 -21.884 -332.623 +4610 15.547 10.558 -331.257 +4611 16.852 11.856 -332.027 +4612 -8.354 11.800 -329.741 +4613 -0.550 17.366 -330.712 +4614 13.445 8.403 -330.182 +4615 -2.066 -7.693 -328.257 +4616 -14.766 -0.568 -329.838 +4617 8.230 21.056 -332.977 +4618 0.898 -20.150 -331.834 +4619 -15.215 -1.784 -330.007 +4620 20.922 -3.490 -332.303 +4621 -17.362 14.315 -332.924 +4622 -2.511 7.247 -328.210 +4623 6.281 -9.058 -328.843 +4624 10.952 -3.814 -328.976 +4625 6.682 0.106 -328.068 +4626 -6.743 -14.119 -330.113 +4627 -7.768 20.242 -332.524 +4628 -9.214 14.337 -330.592 +4629 13.938 -6.157 -329.981 +4630 -14.248 3.241 -329.788 +4631 11.272 -2.545 -328.966 +4632 3.514 -22.382 -333.001 +4633 -6.407 -12.515 -329.624 +4634 -7.786 -3.826 -328.375 +4635 -3.748 -5.930 -328.114 +4636 -16.683 2.168 -330.513 +4637 15.707 5.002 -330.395 +4638 7.928 -7.263 -328.783 +4639 9.828 7.023 -329.092 +4640 3.654 -12.117 -329.238 +4641 9.399 -10.036 -329.535 +4642 -6.677 -1.508 -328.090 +4643 11.103 -2.199 -328.910 +4644 14.479 -9.963 -330.786 +4645 16.412 -1.393 -330.390 +4646 12.208 -17.385 -332.318 +4647 -9.875 10.204 -329.665 +4648 -1.020 -11.123 -328.876 +4649 -10.220 -17.793 -331.989 +4650 5.470 -1.817 -327.954 +4651 -5.512 -11.390 -329.248 +4652 -3.009 -21.704 -332.634 +4653 8.299 -9.669 -329.260 +4654 -16.373 -0.563 -330.360 +4655 -14.368 -5.427 -330.020 +4656 9.911 -14.008 -330.634 +4657 11.244 3.851 -329.044 +4658 6.005 -0.172 -327.983 +4659 12.708 10.745 -330.449 +4660 -0.749 17.190 -330.651 +4661 9.855 0.512 -328.599 +4662 -11.236 -4.829 -329.129 +4663 -3.068 2.822 -327.796 +4664 12.947 -14.319 -331.466 +4665 -4.603 12.042 -329.300 +4666 20.647 8.829 -332.901 +4667 2.869 12.230 -329.213 +4668 7.021 14.013 -330.122 +4669 -7.119 20.607 -332.582 +4670 -21.935 3.504 -332.781 +4671 -17.483 8.313 -331.488 +4672 8.106 -20.929 -332.895 +4673 -7.858 14.731 -330.468 +4674 -13.135 11.861 -330.832 +4675 -14.823 4.733 -330.085 +4676 12.329 17.028 -332.216 +4677 14.066 10.677 -330.818 +4678 0.512 -9.010 -328.438 +4679 3.363 -20.563 -332.131 +4680 -0.288 12.927 -329.310 +4681 3.755 6.831 -328.230 +4682 1.486 7.933 -328.274 +4683 -9.563 0.834 -328.546 +4684 8.398 -7.641 -328.918 +4685 1.612 15.925 -330.232 +4686 15.181 -0.005 -329.963 +4687 9.371 -2.053 -328.545 +4688 4.385 17.966 -331.138 +4689 -11.931 16.706 -331.993 +4690 -22.194 4.240 -332.971 +4691 2.526 14.215 -329.735 +4692 -19.962 -5.159 -332.033 +4693 6.381 -3.119 -328.126 +4694 15.306 -2.928 -330.092 +4695 7.791 16.653 -331.096 +4696 -4.994 7.236 -328.396 +4697 -3.023 -11.406 -329.024 +4698 13.386 -4.558 -329.647 +4699 -20.691 7.694 -332.714 +4700 -7.223 17.740 -331.404 +4701 8.797 -18.675 -332.044 +4702 18.267 -13.115 -332.917 +4703 8.705 -2.712 -328.455 +4704 -8.490 -19.345 -332.264 +4705 7.469 -0.859 -328.187 +4706 -5.165 17.110 -330.898 +4707 10.012 0.995 -328.638 +4708 11.737 15.315 -331.462 +4709 -0.683 18.019 -330.959 +4710 -13.473 -9.217 -330.340 +4711 7.687 -3.804 -328.358 +4712 13.246 13.066 -331.183 +4713 5.927 -3.434 -328.091 +4714 9.016 19.349 -332.366 +4715 -3.289 -7.219 -328.251 +4716 -15.409 14.817 -332.380 +4717 8.660 1.282 -328.389 +4718 -18.343 10.709 -332.317 +4719 -2.612 -14.417 -329.799 +4720 -16.951 -8.967 -331.413 +4721 1.530 -20.159 -331.855 +4722 -11.765 -16.255 -331.789 +4723 -15.044 16.771 -332.938 +4724 -5.045 6.465 -328.295 +4725 -5.500 -19.060 -331.691 +4726 3.933 -2.306 -327.830 +4727 15.930 -8.092 -330.896 +4728 -3.562 -3.255 -327.855 +4729 6.640 -17.997 -331.416 +4730 -18.549 7.217 -331.719 +4731 6.178 -1.045 -328.014 +4732 11.970 -7.399 -329.627 +4733 -11.229 -6.531 -329.326 +4734 5.385 0.142 -327.912 +4735 6.643 10.589 -329.198 +4736 -9.438 -17.932 -331.876 +4737 -3.458 -0.989 -327.752 +4738 4.807 19.230 -331.684 +4739 -0.039 -20.318 -331.899 +4740 -6.318 -14.552 -330.185 +4741 14.619 15.438 -332.327 +4742 -13.685 3.727 -329.660 +4743 4.954 -5.855 -328.210 +4744 9.590 -7.343 -329.092 +4745 -5.802 -16.819 -330.867 +4746 18.175 11.482 -332.437 +4747 3.980 20.116 -331.983 +4748 15.684 -10.059 -331.193 +4749 -4.968 -7.748 -328.471 +4750 -16.912 -2.631 -330.618 +4751 -2.759 5.136 -327.962 +4752 15.008 -9.596 -330.876 +4753 -10.528 -2.070 -328.779 +4754 -2.500 12.258 -329.200 +4755 -10.414 6.238 -329.107 +4756 -3.413 -16.188 -330.415 +4757 11.859 10.355 -330.145 +4758 5.336 -4.389 -328.099 +4759 -1.744 -16.159 -330.315 +4760 10.433 -7.883 -329.349 +4761 -10.962 -17.236 -331.947 +4762 -7.768 -2.102 -328.270 +4763 -14.655 13.150 -331.628 +4764 22.107 3.865 -332.894 +4765 19.773 -3.805 -331.819 +4766 0.706 7.077 -328.128 +4767 -4.706 10.311 -328.914 +4768 20.030 3.961 -331.944 +4769 -15.493 -2.675 -330.138 +4770 0.195 10.009 -328.627 +4771 0.417 5.090 -327.883 +4772 -0.935 -16.999 -330.585 +4773 -17.682 -10.702 -332.055 +4774 7.395 -10.036 -329.189 +4775 2.845 5.906 -328.051 +4776 21.352 1.761 -332.402 +4777 1.426 7.624 -328.224 +4778 -17.960 -7.222 -331.488 +4779 -4.328 -1.528 -327.833 +4780 21.495 2.035 -332.481 +4781 20.487 5.832 -332.345 +4782 12.471 1.065 -329.202 +4783 10.071 -5.491 -328.946 +4784 0.241 -11.165 -328.876 +4785 -8.672 12.416 -329.952 +4786 -5.321 -2.562 -327.971 +4787 5.953 15.238 -330.352 +4788 -8.635 12.747 -330.032 +4789 8.216 -9.181 -329.152 +4790 -5.763 -21.115 -332.623 +4791 -10.049 15.452 -331.114 +4792 -3.690 -19.700 -331.779 +4793 -11.738 6.832 -329.487 +4794 -8.365 -12.535 -329.929 +4795 15.343 7.529 -330.609 +4796 6.381 -19.507 -331.991 +4797 13.768 0.307 -329.541 +4798 -5.598 -20.154 -332.168 +4799 -13.167 -16.569 -332.281 +4800 0.050 -10.262 -328.679 +4801 -1.382 -9.403 -328.527 +4802 20.977 -0.056 -332.195 +4803 4.279 21.411 -332.597 +4804 -17.120 13.690 -332.639 +4805 -14.190 -11.175 -330.970 +4806 -7.020 -2.090 -328.158 +4807 5.227 -4.482 -328.096 +4808 -8.736 2.988 -328.476 +4809 -1.303 12.389 -329.187 +4810 -5.108 17.256 -330.945 +4811 2.496 -19.975 -331.817 +4812 -14.549 6.149 -330.162 +4813 5.331 9.102 -328.739 +4814 15.477 -12.540 -331.726 +4815 -3.953 2.306 -327.831 +4816 -17.023 -1.309 -330.602 +4817 13.002 11.194 -330.633 +4818 8.419 -7.608 -328.917 +4819 -8.751 -18.213 -331.850 +4820 -15.059 15.673 -332.550 +4821 2.331 4.382 -327.868 +4822 -4.208 22.472 -333.106 +4823 1.049 1.963 -327.672 +4824 -6.306 9.099 -328.854 +4825 6.427 4.400 -328.229 +4826 9.869 2.574 -328.666 +4827 -4.335 -12.381 -329.360 +4828 8.512 -18.911 -332.087 +4829 -8.688 20.695 -332.895 +4830 0.756 4.161 -327.801 +4831 -6.183 -0.022 -328.004 +4832 3.945 17.773 -331.025 +4833 -4.690 -14.064 -329.853 +4834 -9.613 14.255 -330.646 +4835 -4.023 15.988 -330.396 +4836 -7.503 -5.390 -328.477 +4837 9.105 -14.962 -330.764 +4838 -12.171 6.032 -329.488 +4839 -10.946 5.448 -329.128 +4840 12.906 0.058 -329.304 +4841 -7.293 -6.683 -328.603 +4842 -4.082 7.324 -328.326 +4843 -14.841 -17.382 -333.102 +4844 -4.660 -11.829 -329.253 +4845 8.400 -2.408 -328.386 +4846 9.050 -0.277 -328.443 +4847 -7.226 -5.517 -328.450 +4848 -3.222 -7.745 -328.326 +4849 -1.803 -7.562 -328.236 +4850 -4.380 11.794 -329.219 +4851 -14.812 -8.638 -330.629 +4852 -9.943 0.674 -328.618 +4853 -3.226 -15.835 -330.284 +4854 6.221 5.621 -328.325 +4855 7.140 -12.095 -329.619 +4856 -7.301 -0.026 -328.155 +4857 -3.998 -12.364 -329.327 +4858 -13.678 -8.813 -330.321 +4859 -0.458 4.819 -327.856 +4860 -4.192 15.535 -330.260 +4861 4.766 -14.839 -330.093 +4862 4.958 -12.549 -329.463 +4863 -7.683 -8.919 -329.017 +4864 -21.745 -0.287 -332.556 +4865 9.516 4.815 -328.764 +4866 5.014 -17.048 -330.859 +4867 -2.342 0.131 -327.678 +4868 -16.405 -14.440 -332.607 +4869 13.070 7.012 -329.855 +4870 4.997 -6.834 -328.339 +4871 -2.678 8.568 -328.429 +4872 -2.078 -17.147 -330.675 +4873 7.083 3.873 -328.274 +4874 -12.195 11.375 -330.462 +4875 -6.066 -8.099 -328.649 +4876 -4.361 -8.299 -328.503 +4877 -13.620 2.404 -329.558 +4878 11.092 -1.300 -328.876 +4879 7.030 14.479 -330.272 +4880 -9.803 -19.699 -332.679 +4881 0.515 -19.789 -331.673 +4882 -13.093 -4.983 -329.609 +4883 -17.091 0.497 -330.611 +4884 -3.518 4.467 -327.945 +4885 -11.062 14.276 -330.970 +4886 6.242 -20.131 -332.241 +4887 -15.283 -4.345 -330.193 +4888 -8.668 -11.502 -329.725 +4889 17.038 0.045 -330.590 +4890 7.941 -5.583 -328.567 +4891 1.929 14.003 -329.646 +4892 -0.382 -15.134 -329.950 +4893 -2.779 11.563 -329.046 +4894 -15.262 -9.690 -330.977 +4895 -3.555 -6.452 -328.164 +4896 9.788 -16.392 -331.379 +4897 -11.683 8.267 -329.698 +4898 4.036 -11.490 -329.116 +4899 11.887 15.551 -331.579 +4900 -8.058 -1.081 -328.283 +4901 -15.681 14.634 -332.414 +4902 -2.568 20.229 -331.932 +4903 7.102 12.112 -329.618 +4904 4.971 3.141 -327.967 +4905 17.276 2.519 -330.743 +4906 2.524 9.362 -328.565 +4907 3.215 -3.086 -327.821 +4908 16.922 1.335 -330.567 +4909 21.385 3.392 -332.510 +4910 -11.025 -0.621 -328.848 +4911 6.599 19.652 -332.083 +4912 -11.994 -16.327 -331.873 +4913 6.611 13.181 -329.828 +4914 17.906 13.601 -332.916 +4915 2.786 -21.027 -332.303 +4916 13.156 -4.715 -329.599 +4917 18.310 12.486 -332.756 +4918 -13.695 15.654 -332.114 +4919 -0.422 1.070 -327.636 +4920 -5.617 9.810 -328.907 +4921 17.230 12.106 -332.232 +4922 7.395 -6.355 -328.575 +4923 -13.211 -16.721 -332.349 +4924 2.604 -11.660 -329.060 +4925 16.756 -1.164 -330.504 +4926 -1.241 7.486 -328.198 +4927 7.985 20.074 -332.487 +4928 5.701 -8.427 -328.661 +4929 -6.802 -21.697 -333.043 +4930 -13.939 -5.679 -329.923 +4931 -20.021 3.387 -331.894 +4932 -16.239 -6.429 -330.746 +4933 -2.105 15.470 -330.102 +4934 18.721 2.269 -331.283 +4935 -1.933 -12.616 -329.266 +4936 10.129 -11.988 -330.129 +4937 6.776 6.182 -328.465 +4938 -10.624 8.650 -329.521 +4939 19.724 2.252 -331.697 +4940 3.466 -3.289 -327.850 +4941 13.601 12.034 -331.008 +4942 -5.336 4.031 -328.069 +4943 -6.763 20.875 -332.650 +4944 -16.139 -3.589 -330.412 +4945 17.195 6.422 -331.084 +4946 2.048 20.552 -332.049 +4947 13.928 -1.380 -329.605 +4948 -6.307 -10.018 -329.033 +4949 -15.494 6.030 -330.444 +4950 -16.356 3.689 -330.493 +4951 -0.645 18.743 -331.242 +4952 17.233 -6.691 -331.135 +4953 7.961 -15.845 -330.845 +4954 9.812 9.213 -329.453 +4955 3.471 4.636 -327.957 +4956 -2.487 10.585 -328.810 +4957 -1.342 11.590 -328.992 +4958 8.967 3.954 -328.585 +4959 -3.324 -3.083 -327.828 +4960 16.057 1.150 -330.263 +4961 -19.800 -8.561 -332.472 +4962 -6.433 -12.546 -329.635 +4963 5.367 5.065 -328.166 +4964 -13.876 7.972 -330.231 +4965 -10.094 -5.519 -328.954 +4966 13.964 5.416 -329.900 +4967 -2.661 -5.853 -328.035 +4968 -17.076 -0.874 -330.612 +4969 6.111 6.284 -328.391 +4970 7.136 -20.118 -332.366 +4971 1.787 -3.263 -327.761 +4972 -6.850 -20.042 -332.289 +4973 0.490 6.969 -328.110 +4974 8.747 6.447 -328.808 +4975 6.207 -10.787 -329.184 +4976 14.530 -5.707 -330.101 +4977 -1.081 -5.360 -327.921 +4978 -4.496 0.407 -327.826 +4979 -0.299 14.433 -329.734 +4980 0.943 -1.594 -327.657 +4981 -13.963 -12.953 -331.360 +4982 -0.898 -6.995 -328.119 +4983 -19.034 4.105 -331.536 +4984 4.050 11.270 -329.066 +4985 12.822 17.557 -332.552 +4986 3.085 14.978 -329.999 +4987 -6.043 6.183 -328.370 +4988 -4.859 8.621 -328.604 +4989 11.358 10.518 -330.059 +4990 5.310 -15.141 -330.245 +4991 -1.712 5.537 -327.958 +4992 -8.451 9.983 -329.350 +4993 -3.057 10.103 -328.741 +4994 -4.882 -14.569 -330.022 +4995 -10.743 -6.088 -329.159 +4996 -0.312 6.683 -328.069 +4997 -13.176 -14.062 -331.452 +4998 -22.613 0.695 -332.985 +4999 -0.635 -19.647 -331.614 +5000 7.765 -13.280 -330.028 +5001 -3.936 -18.932 -331.480 +5002 -0.313 8.651 -328.372 +5003 10.097 -14.630 -330.862 +5004 -9.927 20.548 -333.085 +5005 7.720 14.151 -330.270 +5006 -0.330 8.873 -328.411 +5007 -1.850 0.130 -327.657 +5008 0.073 -17.691 -330.830 +5009 -18.747 4.960 -331.502 +5010 4.931 1.960 -327.903 +5011 14.832 12.292 -331.449 +5012 -8.329 5.185 -328.587 +5013 -2.963 10.618 -328.843 +5014 18.394 -0.667 -331.104 +5015 -17.695 -7.640 -331.453 +5016 -0.939 6.035 -327.995 +5017 3.590 -16.458 -330.521 +5018 9.054 7.046 -328.946 +5019 -16.575 3.415 -330.549 +5020 -12.114 8.790 -329.896 +5021 -0.240 11.012 -328.841 +5022 19.196 -4.422 -331.632 +5023 3.321 -1.178 -327.747 +5024 13.641 4.209 -329.687 +5025 1.571 -19.961 -331.771 +5026 -11.550 9.548 -329.902 +5027 -11.198 4.455 -329.085 +5028 -15.212 3.047 -330.070 +5029 5.172 -20.642 -332.335 +5030 19.638 -1.554 -331.632 +5031 -11.246 10.731 -330.080 +5032 -20.455 2.187 -332.012 +5033 -1.316 -15.088 -329.952 +5034 4.780 11.152 -329.105 +5035 13.593 -6.270 -329.897 +5036 -20.527 9.498 -332.982 +5037 -6.013 -5.050 -328.239 +5038 16.323 -10.435 -331.495 +5039 14.668 12.715 -331.511 +5040 -8.503 -17.945 -331.699 +5041 15.618 8.178 -330.807 +5042 -17.905 9.324 -331.842 +5043 12.996 8.828 -330.134 +5044 -11.756 -11.093 -330.285 +5045 -3.338 -11.395 -329.042 +5046 4.546 6.338 -328.230 +5047 11.494 9.855 -329.951 +5048 -16.924 10.598 -331.747 +5049 9.710 19.449 -332.551 +5050 10.138 3.554 -328.781 +5051 5.478 -15.846 -330.493 +5052 -2.333 7.013 -328.178 +5053 -3.284 -3.692 -327.866 +5054 -11.817 8.665 -329.800 +5055 -13.790 6.817 -330.028 +5056 4.005 -2.046 -327.824 +5057 18.550 6.372 -331.596 +5058 5.603 -0.792 -327.942 +5059 -7.040 -20.807 -332.661 +5060 -1.297 -10.124 -328.667 +5061 -11.222 13.977 -330.918 +5062 20.604 0.642 -332.031 +5063 12.954 -4.091 -329.488 +5064 5.856 -5.221 -328.238 +5065 18.434 -4.753 -331.356 +5066 -9.082 19.400 -332.401 +5067 19.975 4.039 -331.927 +5068 -8.751 -18.861 -332.111 +5069 -5.885 6.450 -328.385 +5070 -7.048 -8.120 -328.783 +5071 -7.260 7.622 -328.735 +5072 14.488 0.777 -329.756 +5073 -1.228 -8.058 -328.287 +5074 2.258 1.452 -327.695 +5075 14.056 -17.893 -333.051 +5076 -2.461 0.673 -327.688 +5077 3.222 9.335 -328.600 +5078 0.203 7.330 -328.159 +5079 0.858 -18.131 -331.005 +5080 12.434 -2.997 -329.273 +5081 20.246 2.297 -331.925 +5082 -12.257 9.160 -330.002 +5083 -1.764 -3.201 -327.756 +5084 10.605 -19.620 -332.825 +5085 2.624 12.454 -329.256 +5086 -9.465 5.530 -328.830 +5087 10.523 16.158 -331.457 +5088 0.966 17.904 -330.920 +5089 -5.421 12.765 -329.568 +5090 -12.631 2.315 -329.286 +5091 -3.408 -2.253 -327.789 +5092 4.129 17.528 -330.949 +5093 -7.195 -15.341 -330.556 +5094 2.688 20.315 -331.976 +5095 -10.180 2.018 -328.703 +5096 -10.917 3.906 -328.975 +5097 -4.114 -17.925 -331.098 +5098 1.114 -13.741 -329.545 +5099 6.874 15.620 -330.600 +5100 -3.043 4.413 -327.909 +5101 -17.991 10.097 -332.039 +5102 -16.575 -3.048 -330.524 +5103 6.816 -7.157 -328.602 +5104 14.058 6.248 -330.028 +5105 0.814 5.712 -327.955 +5106 6.107 -4.793 -328.225 +5107 2.582 -14.648 -329.868 +5108 18.185 6.148 -331.421 +5109 14.134 3.439 -329.768 +5110 -4.025 -0.486 -327.787 +5111 15.018 4.572 -330.130 +5112 3.667 -12.669 -329.379 +5113 -7.724 19.108 -332.029 +5114 2.881 -12.485 -329.279 +5115 -5.104 16.797 -330.779 +5116 -4.456 -4.789 -328.050 +5117 4.377 10.470 -328.917 +5118 6.807 11.700 -329.475 +5119 -16.471 6.870 -330.888 +5120 -7.084 -0.134 -328.124 +5121 -5.597 -4.483 -328.136 +5122 3.659 -2.304 -327.809 +5123 -8.127 4.177 -328.458 +5124 18.994 10.836 -332.613 +5125 -17.435 -11.624 -332.185 +5126 -15.691 -11.947 -331.641 +5127 -9.887 4.436 -328.802 +5128 6.481 -5.426 -328.337 +5129 9.605 20.660 -333.066 +5130 -10.892 15.292 -331.250 +5131 1.000 -1.083 -327.645 +5132 -17.947 -9.199 -331.833 +5133 9.292 5.017 -328.742 diff --git a/examples/advanced/underground_physics/gamma_1000.out b/examples/advanced/underground_physics/gamma_1000.out new file mode 100644 index 00000000000..bc96d78efc1 --- /dev/null +++ b/examples/advanced/underground_physics/gamma_1000.out @@ -0,0 +1,352 @@ +Evt Eprim Etot LXe LXeTime PMT PMTTime Seed1 Seed2 First Flags +# MeV MeV hits ns hits ns hit + +3 0.0600 0.0600 66 0x1.4f6fc8c708fa8p-15 54 0x1.382377b3d35bep+5 1 36749704 gamma gamma electron +5 0x1.eb851eb851eb9p-5 0x1.b116228134481p-6 24 0x1.30809e8074632p-15 22 0x1.384d91212ec7ap+5 1 36749704 gamma gamma electron +9 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 20 0x1.d734ca6f87d53p-14 28 0x1.d339b12d58062p+5 1 36749704 gamma gamma electron +14 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 59 0x1.6f517820463f2p-18 52 0x1.c93301b20aeb2p+5 1 36749704 gamma gamma electron +22 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.2b1cb06e9aef7p-10 57 0x1.7e73e500da077p+5 1 36749704 gamma gamma electron +28 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 27 0x1.b6dd046de66ebp-17 20 0x1.975e0d6280108p+5 1 36749704 gamma gamma electron +30 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.e223592ae219fp-18 47 0x1.541dc3e1ca937p+5 1 36749704 gamma gamma electron +35 0x1.eb851eb851eb9p-5 0x1.430bee4acbd65p-5 44 0x1.31b96ae605e99p-17 22 0x1.a23997fb7ecf1p+5 1 36749704 gamma gamma electron +37 0x1.eb851eb851eb9p-5 0x1.04e09015551aap-7 10 0x1.7a415f64c52cap-10 142 0x1.2c7defa5f2f7ep+5 1 36749704 gamma gamma electron +38 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.9f5f2b8c1b6a5p-10 63 0x1.7830090ea0548p+5 1 36749704 gamma gamma electron +39 0x1.eb851eb851eb9p-5 0x1.26c7554ecd418p-6 24 0x1.933d729fd3a4bp-16 19 0x1.6d9d1421c31c7p+5 1 36749704 gamma gamma electron +40 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 51 0x1.6f6c333c49d82p-18 59 0x1.5c624f30c7ddbp+5 1 36749704 gamma gamma electron +41 0x1.eb851eb851eb9p-5 0x1.76213bad5f9a4p-6 32 0x1.358ac3e8d8199p-13 22 0x1.f1c48b11c1639p+5 1 36749704 gamma gamma electron +45 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 49 0x1.6136c8fd827bcp-17 49 0x1.faa52ae8f918p+4 1 36749704 gamma gamma electron +46 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 57 0x1.0d11644ae2262p-17 52 0x1.7aa68cc12d7ddp+5 1 36749704 gamma gamma electron +56 0x1.eb851eb851eb9p-5 0x1.70043d2e74e38p-5 47 0x1.391aa76ba8dc8p-12 46 0x1.4c8a877fc026p+5 1 36749704 gamma gamma electron +59 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.c30e4fcba7009p-18 53 0x1.65ab6929030d3p+5 1 36749704 gamma gamma electron +62 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 13 0x1.a740ab8df6be4p-17 30 0x1.4f2328c2245cbp+5 1 36749704 gamma gamma electron +63 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 45 0x1.c14139b72af5dp-18 71 0x1.7a205e28924c8p+5 1 36749704 gamma gamma electron +64 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dd1p-6 33 0x1.ef90443cc0945p-17 25 0x1.6b4013dcf7776p+5 1 36749704 gamma gamma electron +66 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 43 0x1.b1167ff3043afp-18 90 0x1.71b051cff45b3p+5 1 36749704 gamma gamma electron +68 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 45 0x1.6ddd34bacdbaep-10 176 0x1.5ade2df69199ep+5 1 36749704 gamma gamma electron +69 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 58 0x1.1d9ef2d3effafp-17 54 0x1.2649fb40614c9p+5 1 36749704 gamma gamma electron +72 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 64 0x1.7660d4400a31ep-17 60 0x1.a1d13355242ebp+5 1 36749704 gamma gamma electron +74 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 65 0x1.9f6a202ac3fc3p-17 54 0x1.9477f1a640e2dp+5 1 36749704 gamma gamma electron +79 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 39 0x1.281a42ec441b1p-17 50 0x1.4f0e5f2347414p+5 1 36749704 gamma gamma electron +84 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.f209c584dedf7p-18 78 0x1.752f4e13563c2p+5 1 36749704 gamma gamma electron +85 0x1.eb851eb851eb9p-5 0x1.24da1e8343199p-6 17 0x1.f6384b9a04819p-18 18 0x1.6b953f0c3b735p+5 1 36749704 gamma gamma electron +87 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 32 0x1.10dd271fa9092p-17 37 0x1.a4bb7e56e2ee8p+5 1 36749704 gamma gamma electron +91 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 57 0x1.6b5c95595d762p-8 137 0x1.339ad044e7941p+5 1 36749704 gamma gamma electron +92 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 54 0x1.308afc89610e2p-15 61 0x1.a8727e6d3c881p+5 1 36749704 gamma gamma electron +93 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 58 0x1.206eee994eb57p-17 65 0x1.84c5d2fadd756p+5 1 36749704 gamma gamma electron +100 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 30 0x1.8d4fa61b3286cp-18 36 0x1.b73c177ae80f8p+5 1 36749704 gamma gamma electron +103 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 67 0x1.d83ff976b24a8p-17 45 0x1.c35800017baefp+5 1 36749704 gamma gamma electron +104 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 55 0x1.8753d7ebcdc13p-18 58 0x1.7778b1446794ep+5 1 36749704 gamma gamma electron +105 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 26 0x1.64f5b44c30d31p-16 25 0x1.50cc052da9fecp+5 1 36749704 gamma gamma electron +110 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.d6a1d9fec718bp-17 72 0x1.4a36d392169aep+5 1 36749704 gamma gamma electron +113 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 58 0x1.e6113cd4beeaep-18 61 0x1.393175f57858ap+5 1 36749704 gamma gamma electron +114 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 56 0x1.759f621d78334p-18 66 0x1.7b1c32ff81344p+5 1 36749704 gamma gamma electron +117 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 80 0x1.bf9a08ccf920bp-16 62 0x1.73545cf42d859p+5 1 36749704 gamma gamma electron +118 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 62 0x1.4777c0df7d3ddp-17 64 0x1.5e8a32bf79afbp+5 1 36749704 gamma gamma electron +119 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 62 0x1.3f590b0859761p-17 67 0x1.caa1fa2774bbep+5 1 36749704 gamma gamma electron +120 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 29 0x1.bc3feb4380406p-16 27 0x1.15de3354d6aabp+6 1 36749704 gamma gamma electron +121 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 57 0x1.74efb85768fa9p-18 43 0x1.52e6850a723ccp+5 1 36749704 gamma gamma electron +127 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 61 0x1.7280ad275d63bp-18 55 0x1.6a45bb2a846eep+5 1 36749704 gamma gamma electron +130 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 20 0x1.7bdc76d62ef39p-18 23 0x1.0a9ffb9d151ap+6 1 36749704 gamma gamma electron +131 0x1.eb851eb851eb9p-5 0x1.96973d49aa813p-7 12 0x1.2249f87f71516p-13 13 0x1.3a7cf6743ade9p+5 1 36749704 gamma gamma electron +137 0x1.eb851eb851eb9p-5 0x1.b11622813448p-6 30 0x1.c3eb0e1b14e7p-18 19 0x1.4e97266dcb701p+5 1 36749704 gamma gamma electron +140 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 64 0x1.b048d751382f6p-17 66 0x1.3c99fdee57062p+5 1 36749704 gamma gamma electron +141 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 53 0x1.6b7c0f64d1071p-18 72 0x1.59a50809c704fp+5 1 36749704 gamma gamma electron +142 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.600173cac3494p-16 67 0x1.45278d2bdf3f4p+5 1 36749704 gamma gamma electron +143 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 58 0x1.29254a9d03d43p-10 66 0x1.4a98939231021p+5 1 36749704 gamma gamma electron +145 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 49 0x1.993207a605485p-18 44 0x1.bc2f7468d4ca9p+5 1 36749704 gamma gamma electron +146 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 33 0x1.4784d715fe81fp-16 29 0x1.f77fbe9e87fe5p+5 1 36749704 gamma gamma electron +147 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 70 0x1.3633c6e26c8b5p-17 68 0x1.93cf93ccec301p+5 1 36749704 gamma gamma electron +149 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 55 0x1.aebe8055d04bfp-18 51 0x1.5a5476f7847f8p+5 1 36749704 gamma gamma electron +150 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 24 0x1.28a12e30040e2p-9 78 0x1.8f4b1d91f76a4p+5 1 36749704 gamma gamma electron +155 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 84 0x1.e8077ffd97e72p-17 38 0x1.762a58fe68d64p+5 1 36749704 gamma gamma electron +157 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 73 0x1.6b8da19688ab6p-16 53 0x1.c81bbb68a7d5ap+5 1 36749704 gamma gamma electron +158 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.21cfc7ab99e41p-17 74 0x1.5742994fefe32p+5 1 36749704 gamma gamma electron +160 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 20 0x1.d0e4d7140240ep-16 20 0x1.8f20d20efe804p+5 1 36749704 gamma gamma electron +163 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.176a9c2dfdc12p-17 51 0x1.6dcd493eab83fp+5 1 36749704 gamma gamma electron +165 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.78332bd35a5eep-17 74 0x1.3090b0f05f5d2p+5 1 36749704 gamma gamma electron +166 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.216878f586455p-8 67 0x1.8a2bc08bbb5bcp+5 1 36749704 gamma gamma electron +167 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 32 0x1.1ac7258623df8p-14 17 0x1.cb454c1b37fd9p+5 1 36749704 gamma gamma electron +168 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 36 0x1.2f15518948302p-16 23 0x1.6ccdc9086fc3dp+5 1 36749704 gamma gamma electron +172 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 53 0x1.3babc728b0914p-17 54 0x1.544fb1ab5edb1p+5 1 36749704 gamma gamma electron +173 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 69 0x1.81b0c4b44d976p-18 72 0x1.3acf5c6abfa2bp+5 1 36749704 gamma gamma electron +177 0x1.eb851eb851eb9p-5 0x1.d697c750f7292p-7 41 0x1.1956578dc32e8p-14 14 0x1.caf862e5affc7p+5 1 36749704 e- electron +178 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 62 0x1.10de584dd8643p-17 54 0x1.a430f7c5194ccp+5 1 36749704 gamma gamma electron +180 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 30 0x1.2559a354f302bp-16 30 0x1.4a469bf8698d9p+5 1 36749704 gamma gamma electron +185 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 87 0x1.a8a706469a48ap-13 55 0x1.8da62f68d69b4p+5 1 36749704 gamma gamma electron +187 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.14db8cd3fb143p-16 52 0x1.605e0cfa094fbp+5 1 36749704 gamma gamma electron +188 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.989fe1a69d8c7p-17 60 0x1.5772a35607f4p+5 1 36749704 gamma gamma electron +190 0x1.eb851eb851eb9p-5 0x1.47a8a09d99d97p-5 47 0x1.11e993153eec5p-17 29 0x1.4986f34272f7p+5 1 36749704 gamma gamma electron +191 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 44 0x1.e9fb73c5e604bp-18 44 0x1.28ed143d46f81p+5 1 36749704 gamma gamma electron +193 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 63 0x1.269b10df8aca8p-10 83 0x1.5615e62c6766cp+5 1 36749704 gamma gamma electron +194 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 46 0x1.6bdc492d20224p-17 57 0x1.290743872c0efp+5 1 36749704 gamma gamma electron +200 0x1.eb851eb851eb9p-5 0x1.b8928324e30e7p-7 16 0x1.6212fd8ceaa26p-13 14 0x1.6152cdaca65ap+5 1 36749704 gamma gamma electron +201 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 62 0x1.6378b69c1d103p-15 45 0x1.929c268da9c49p+5 1 36749704 gamma gamma electron +202 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.767460188e5c5p-17 48 0x1.38cd40c90c595p+5 1 36749704 gamma gamma electron +207 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 57 0x1.dde25219d77d2p-16 76 0x1.66fdd651e833cp+5 1 36749704 gamma gamma electron +209 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 61 0x1.782f71f3e159cp-18 59 0x1.6a07f828b43a3p+5 1 36749704 gamma gamma electron +213 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 24 0x1.9a55c18d54596p-18 32 0x1.87a23be0f001dp+5 1 36749704 gamma gamma electron +215 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 64 0x1.a3cfccc372cadp-18 40 0x1.7e919578e5672p+5 1 36749704 gamma gamma electron +219 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 71 0x1.73034606425f8p-9 59 0x1.75ed7b2bec846p+5 1 36749704 gamma gamma electron +221 0x1.eb851eb851eb9p-5 0x1.e39143d559ac8p-5 86 0x1.f1585774f741cp-17 60 0x1.522c5f7f87ca1p+5 1 36749704 gamma gamma electron +223 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.c47e65f9bd311p-18 55 0x1.70223357d5a47p+5 1 36749704 gamma gamma electron +227 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.c8ff156f56d58p-18 51 0x1.4c9095739cc29p+5 1 36749704 gamma gamma electron +228 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 66 0x1.752e8e7e2dcdep-18 45 0x1.56973c79428b2p+5 1 36749704 gamma gamma electron +229 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 62 0x1.86c514c701da5p-18 42 0x1.6d3b63fa4a2b3p+5 1 36749704 gamma gamma electron +231 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 20 0x1.580e46916bcdep-18 14 0x1.a11eccc9f8eabp+5 1 36749704 gamma gamma electron +232 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 53 0x1.85040d518d217p-16 73 0x1.7c96c3effa70dp+5 1 36749704 gamma gamma electron +234 0x1.eb851eb851eb9p-5 0x1.3fb5576541a33p-5 35 0x1.e2c7d7fb22da1p-17 27 0x1.1ec6ccd84b101p+5 1 36749704 gamma gamma electron +238 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 59 0x1.74412cfa225ecp-18 78 0x1.55b1a21274ef4p+5 1 36749704 gamma gamma electron +239 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 24 0x1.34ac09d70f518p-17 35 0x1.6b8a80ae08897p+5 1 36749704 gamma gamma electron +240 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 68 0x1.fec438aa91075p-16 71 0x1.5679d024f86b5p+5 1 36749704 gamma gamma electron +243 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 44 0x1.a7ab5b18e7df5p-16 56 0x1.8c17c15298183p+5 1 36749704 gamma gamma electron +244 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 57 0x1.74ff6dda25a38p-10 80 0x1.4a64e9e95526cp+5 1 36749704 gamma gamma electron +246 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 63 0x1.65990f9e6f56fp-16 61 0x1.9c481c715d49cp+5 1 36749704 gamma gamma electron +248 0x1.eb851eb851eb9p-5 0x1.b9f89da59fc2p-10 2 0x1.7a9334c03d7ep-18 4 0x1.0e34749060aecp+5 1 36749704 gamma gamma electron +253 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.9db1cd7ab5dc4p-15 53 0x1.b6a1ba424168cp+5 1 36749704 gamma gamma electron +255 0x1.eb851eb851eb9p-5 0x1.be85e22cb0623p-7 7 0x1.489eb481779acp-14 13 0x1.21333e76f1004p+6 1 36749704 gamma gamma electron +257 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 50 0x1.cf9782139b664p-18 58 0x1.5414071cfe461p+5 1 36749704 gamma gamma electron +258 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 28 0x1.c1ae4469bd3f6p-18 32 0x1.7b91c1dbf56bcp+5 1 36749704 gamma gamma electron +263 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.a58d64e798224p-10 144 0x1.846a416238439p+5 1 36749704 gamma gamma electron +265 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.685b3d65949f2p-18 65 0x1.7e41f87292123p+5 1 36749704 gamma gamma electron +268 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 53 0x1.61abd632b7617p-18 66 0x1.7813381c8bc69p+5 1 36749704 gamma gamma electron +271 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 37 0x1.ebc382d655d2dp-18 28 0x1.65fc61d4bd337p+5 1 36749704 gamma gamma electron +272 0x1.eb851eb851eb9p-5 0x1.b00e5024db81fp-6 23 0x1.4d643df5a0e95p-17 23 0x1.25cbc8833a6d2p+5 1 36749704 gamma gamma electron +273 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 36 0x1.7bd3ea0b4f8bap-18 25 0x1.09b9b9ae24915p+6 1 36749704 gamma gamma electron +275 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcep-6 25 0x1.218d9a7c16f58p-16 36 0x1.5e9b3b4c99c0bp+5 1 36749704 gamma gamma electron +280 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 66 0x1.0519bd975719dp-9 56 0x1.8cbe03aa9adb7p+5 1 36749704 gamma gamma electron +284 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 52 0x1.a918976875865p-18 79 0x1.2ba1aa3725a33p+5 1 36749704 gamma gamma electron +287 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 84 0x1.70e9873f629aap-14 47 0x1.7d646e3538837p+5 1 36749704 gamma gamma electron +291 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 64 0x1.98d552a0e3c64p-18 71 0x1.73b42532b5389p+5 1 36749704 gamma gamma electron +292 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.2867340876f87p-16 63 0x1.6cc4b9f894884p+5 1 36749704 gamma gamma electron +294 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 30 0x1.12de1a8c37dc1p-14 28 0x1.b68ff52e6a5d7p+5 1 36749704 gamma gamma electron +307 0x1.eb851eb851eb9p-5 0x1.9707ebddbd542p-6 51 0x1.0eeb3dcf787ap-17 29 0x1.83d5b70711a29p+5 1 36749704 gamma gamma electron +310 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 32 0x1.763b5a4aacd72p-13 25 0x1.4154c7358f11dp+5 1 36749704 gamma gamma electron +313 0x1.eb851eb851eb9p-5 0x1.b00e5024db81bp-6 24 0x1.d05392d74796fp-18 29 0x1.552e60a19edbp+5 1 36749704 gamma gamma electron +317 0x1.eb851eb851eb9p-5 0x1.1b8fa87f0faa9p-6 22 0x1.fd6c52134351bp-18 18 0x1.50df9784baf94p+5 1 36749704 gamma gamma electron +319 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 29 0x1.5765f78b1eff3p-18 29 0x1.54c54808ac68cp+5 1 36749704 gamma gamma electron +320 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 49 0x1.9cd33c385e69ap-18 60 0x1.6da50d94dec22p+5 1 36749704 gamma gamma electron +327 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 53 0x1.9f598dc173b05p-18 62 0x1.53ba4375ca1b5p+5 1 36749704 gamma gamma electron +329 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 42 0x1.ea525280765cdp-18 49 0x1.659e5164de99bp+5 1 36749704 gamma gamma electron +333 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 61 0x1.1870c876992f6p-17 46 0x1.0c43c0c92aa47p+5 1 36749704 gamma gamma electron +338 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 38 0x1.3a1c804acb768p-17 30 0x1.fa8ccad97f842p+4 1 36749704 gamma gamma electron +349 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 62 0x1.0006189fae3fep-16 41 0x1.abb66e5e59f59p+5 1 36749704 gamma gamma electron +351 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.c2159a37aa34dp-18 50 0x1.91414e165eb3cp+5 1 36749704 gamma gamma electron +353 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 55 0x1.6c171c5233edp-18 58 0x1.5a930e729b1a6p+5 1 36749704 gamma gamma electron +356 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.76115c21c6432p-18 66 0x1.9da15545c9aaap+5 1 36749704 gamma gamma electron +357 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.5855749eb73d8p-18 98 0x1.2c327a46dbdebp+5 1 36749704 gamma gamma electron +359 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 24 0x1.0adb23dcaa55cp-15 19 0x1.231b6ba63f437p+5 1 36749704 gamma gamma electron +362 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 83 0x1.f058762d6bee5p-18 56 0x1.ebb73a91d37fp+5 1 36749704 gamma gamma electron +364 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 57 0x1.3b9f0f9505781p-17 43 0x1.3a57116809b63p+5 1 36749704 gamma gamma electron +365 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 26 0x1.f10b6513bbc86p-18 31 0x1.5c32c1f5276b7p+5 1 36749704 gamma gamma electron +366 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 34 0x1.ae97682422f11p-18 22 0x1.63c2c9a50ca4fp+5 1 36749704 gamma gamma electron +371 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e9192fp-6 42 0x1.cd92313283cd4p-18 29 0x1.91bfac8fdb464p+5 1 36749704 gamma gamma electron +372 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 74 0x1.29127e2ffe247p-17 63 0x1.255df3ec36da5p+5 1 36749704 gamma gamma electron +373 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.83506b0bfdb8cp-18 49 0x1.b02ff0f43f029p+5 1 36749704 gamma gamma electron +374 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 37 0x1.6dc8e9d628685p-18 37 0x1.8bfe5a75361b4p+5 1 36749704 gamma gamma electron +375 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 51 0x1.a82230858bf1ap-18 77 0x1.61be32723fcbfp+5 1 36749704 gamma gamma electron +377 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 61 0x1.3d4a908077133p-16 77 0x1.c9f271b733e8cp+5 1 36749704 gamma gamma electron +378 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 21 0x1.cd36f102db6cp-18 20 0x1.4493b4f5512a7p+5 1 36749704 gamma gamma electron +380 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 73 0x1.94ef1334469dep-18 63 0x1.5609bf2103698p+5 1 36749704 gamma gamma electron +384 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 51 0x1.a97fd9a8d72e5p-18 53 0x1.6c1d3225445fdp+5 1 36749704 gamma gamma electron +385 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 48 0x1.93111bd03dab6p-17 57 0x1.450b239063797p+5 1 36749704 gamma gamma electron +388 0x1.eb851eb851eb9p-5 0x1.ae2659db83a0cp-6 42 0x1.9fefa0904d6cap-13 28 0x1.8015dde373a22p+5 1 36749704 gamma gamma electron +392 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 61 0x1.a1abbfd094b64p-18 61 0x1.8b44361b6b924p+5 1 36749704 gamma gamma electron +394 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 62 0x1.839f9b08b415ep-18 55 0x1.15779f8c4460bp+5 1 36749704 gamma gamma electron +396 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 27 0x1.61c521f9d042ap-18 33 0x1.79a3be99b9ff8p+5 1 36749704 gamma gamma electron +400 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.48e6915a52754p-15 57 0x1.4b4bd8c589716p+5 1 36749704 gamma gamma electron +402 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 42 0x1.7f69610ca5a44p-18 32 0x1.86ad9a7352f36p+5 1 36749704 gamma gamma electron +404 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.71796634a47b6p-18 31 0x1.2a04e25a274f8p+5 1 36749704 gamma gamma electron +405 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 72 0x1.42331287056c2p-15 57 0x1.b3ade5c19dc5ep+5 1 36749704 gamma gamma electron +406 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 49 0x1.64aabdbf87292p-8 128 0x1.7cdbda2a8381bp+5 1 36749704 gamma gamma electron +409 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 61 0x1.08524fd5f9c29p-17 60 0x1.8504a7567f51ap+5 1 36749704 gamma gamma electron +412 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.154a38889327p-15 60 0x1.1e045fc23565p+5 1 36749704 gamma gamma electron +418 0x1.eb851eb851eb9p-5 0x1.49e994d9b203bp-7 6 0x1.50da9395840a1p-17 11 0x1.9e566495e6309p+5 1 36749704 gamma gamma electron +422 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 52 0x1.054676fa67792p-17 56 0x1.86e9e8acbc08p+5 1 36749704 gamma gamma electron +424 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 44 0x1.80ab617337ef5p-18 63 0x1.b16d2d5d67187p+5 1 36749704 gamma gamma electron +425 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 58 0x1.51479ff824b78p-18 49 0x1.6684166b53bccp+5 1 36749704 gamma gamma electron +432 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 55 0x1.62dd808d02136p-18 77 0x1.96b640ba8ae18p+5 1 36749704 gamma gamma electron +433 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 39 0x1.06c9204575dc8p-13 32 0x1.755267de5d98p+5 1 36749704 gamma gamma electron +440 0x1.eb851eb851eb9p-5 0x1.29c4221f492f8p-6 37 0x1.1e569fd5d8cp-16 20 0x1.02b408d7e22fdp+5 1 36749704 e- electron +441 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 31 0x1.25777401382cap-14 31 0x1.beede7b805126p+5 1 36749704 gamma gamma electron +442 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.21b134521ee31p-17 63 0x1.2994b015cc1c1p+5 1 36749704 gamma gamma electron +444 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 64 0x1.836538e5c6367p-18 59 0x1.a58a6d0fd4003p+5 1 36749704 gamma gamma electron +445 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 34 0x1.a9b47caf272d9p-16 23 0x1.01b0c3eaddcdap+5 1 36749704 gamma gamma electron +447 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 22 0x1.b69521f1c013ep-17 22 0x1.786f51a292f98p+4 1 36749704 gamma gamma electron +449 0x1.eb851eb851eb9p-5 0x1.96ca31e652f23p-6 30 0x1.ef7edb909a706p-14 27 0x1.8801607431534p+5 1 36749704 e- electron +452 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.0779abea8e974p-17 42 0x1.3ea766218417ap+5 1 36749704 gamma gamma electron +456 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 49 0x1.2576e9b035ae4p-17 50 0x1.7b13c18537238p+5 1 36749704 gamma gamma electron +460 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 45 0x1.db4846c52041dp-15 66 0x1.9308ad87c02c4p+5 1 36749704 gamma gamma electron +469 0x1.eb851eb851eb9p-5 0x1.672ead9274e21p-5 42 0x1.6ef6b2a826084p-16 29 0x1.2d3d6b4007feep+5 1 36749704 gamma gamma electron +470 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 46 0x1.41d333a1f5f4bp-13 52 0x1.56056a3d54a96p+5 1 36749704 gamma gamma electron +472 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 38 0x1.a2357886fc044p-18 63 0x1.8b945a2b7fb83p+5 1 36749704 gamma gamma electron +473 0x1.eb851eb851eb9p-5 0x1.686437b7fd31ep-5 53 0x1.19589a4a1fce5p-15 47 0x1.a47cc240f5463p+5 1 36749704 gamma gamma electron +476 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 69 0x1.5971e6f9698f4p-17 51 0x1.8380da7333a62p+5 1 36749704 gamma gamma electron +482 0x1.eb851eb851eb9p-5 0x1.a34ca0c282c72p-6 26 0x1.d391d49bfb584p-17 29 0x1.b7e3d60a39748p+5 1 36749704 gamma gamma electron +485 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 19 0x1.3918e57e6f272p-16 29 0x1.5c3e79cef605bp+5 1 36749704 gamma gamma electron +490 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 28 0x1.608eab89740b3p-18 33 0x1.3ef251723dd77p+5 1 36749704 gamma gamma electron +491 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 54 0x1.16218a7b7ad1ap-17 45 0x1.62467e7ceea48p+5 1 36749704 gamma gamma electron +493 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 56 0x1.a05607b4bb2e9p-16 56 0x1.51ae3457ec80dp+5 1 36749704 gamma gamma electron +495 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 28 0x1.8a57dcba14c26p-18 24 0x1.6f8466c7fafdcp+5 1 36749704 gamma gamma electron +499 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 24 0x1.47c9b651a3fcp-10 33 0x1.d7cd062d1a1fbp+5 1 36749704 gamma gamma electron +500 0x1.eb851eb851eb9p-5 0x1.50aea3ecd9b2ap-5 42 0x1.09e38b7681b16p-9 114 0x1.63e16b6b2cb3dp+5 1 36749704 gamma gamma electron +508 0x1.eb851eb851eb9p-5 0x1.a34ca0c282c6fp-6 18 0x1.293c2bae957b9p-16 23 0x1.a8fc4c3fc5c14p+5 1 36749704 gamma gamma electron +510 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 50 0x1.4ff914b42058bp-18 45 0x1.a075174753f41p+5 1 36749704 gamma gamma electron +512 0x1.eb851eb851eb9p-5 0x1.d199d47307844p-6 43 0x1.f032962bc5c7ap-13 25 0x1.4fc95811ad83dp+5 1 36749704 e- electron +513 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 44 0x1.6d417ce63bb68p-18 61 0x1.62e043276f2dep+5 1 36749704 gamma gamma electron +516 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.eec5b4164f673p-18 49 0x1.a5ef31b8a264cp+5 1 36749704 gamma gamma electron +520 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 44 0x1.5aa6afed97465p-18 55 0x1.533214f4e13cp+5 1 36749704 gamma gamma electron +525 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.e6aefb3ddc456p-18 20 0x1.b3853c678ead1p+4 1 36749704 gamma gamma electron +527 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebdp-5 53 0x1.9b55da8cbe5a3p-15 58 0x1.670a95e22a60ap+5 1 36749704 gamma gamma electron +528 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 58 0x1.b4f75f73232b1p-17 54 0x1.c6a57f020b0a6p+5 1 36749704 gamma gamma electron +531 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 83 0x1.bab8dd326464dp-14 50 0x1.5f524c95c2612p+5 1 36749704 gamma gamma electron +534 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 42 0x1.5ef0727404c9dp-10 106 0x1.57d8706c490a6p+5 1 36749704 gamma gamma electron +535 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.5f8d95fc154c2p-18 58 0x1.a28ef20371015p+5 1 36749704 gamma gamma electron +536 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 25 0x1.f4731ad2ed3afp-17 25 0x1.612f38bd88c88p+5 1 36749704 gamma gamma electron +537 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.6f25345ec78f6p-18 66 0x1.57eb7e3aa72cep+5 1 36749704 gamma gamma electron +543 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 51 0x1.d38cf5868837p-10 156 0x1.6d061229d1cafp+5 1 36749704 gamma gamma electron +546 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 66 0x1.b4296520b03cp-18 53 0x1.88d24be2b223cp+5 1 36749704 gamma gamma electron +547 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 51 0x1.a05fc9b221b94p-18 80 0x1.5b00698d3949dp+5 1 36749704 gamma gamma electron +548 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 39 0x1.7b3cb982c33bbp-17 52 0x1.881b4df8307f4p+5 1 36749704 gamma gamma electron +549 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 35 0x1.53c6e6e7bda62p-17 65 0x1.006cf00723c7ap+5 1 36749704 gamma gamma electron +564 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.71786315c2605p-17 43 0x1.512f402a5f6d4p+5 1 36749704 gamma gamma electron +569 0x1.eb851eb851eb9p-5 0x1.b00e5024db81cp-6 16 0x1.21f75efcf4705p-17 25 0x1.d4f96b552dc75p+5 1 36749704 gamma gamma electron +574 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 56 0x1.5f6e9eee3b002p-18 72 0x1.5f65ddb528aeap+5 1 36749704 gamma gamma electron +576 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 46 0x1.91eac9ff5cddbp-10 144 0x1.82172c0b3f161p+5 1 36749704 gamma gamma electron +577 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 38 0x1.6c277e1d8b51ap-9 141 0x1.79f1e26d49f51p+5 1 36749704 gamma gamma electron +579 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 64 0x1.611c3cb896cfcp-18 52 0x1.ab7d5f8269c83p+5 1 36749704 gamma gamma electron +580 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.8b4d0fbaa812dp-18 57 0x1.ce2fd9754d23ep+5 1 36749704 gamma gamma electron +590 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 47 0x1.b2eb48434e897p-18 64 0x1.62d9cb191512bp+5 1 36749704 gamma gamma electron +591 0x1.eb851eb851eb9p-5 0x1.be85e22cb0625p-7 16 0x1.93c41e7f53d7cp-16 14 0x1.5d45add0305ecp+5 1 36749704 gamma gamma electron +593 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 21 0x1.cfcf97d17ac2p-18 30 0x1.6d2cda9aa4c39p+5 1 36749704 gamma gamma electron +594 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.676c6c6be8f16p-18 51 0x1.8650e053f7b3cp+5 1 36749704 gamma gamma electron +595 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 55 0x1.aafaf594b5bfep-17 72 0x1.64d85373d959ep+5 1 36749704 gamma gamma electron +602 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 44 0x1.056b9e4d46b29p-15 32 0x1.4d447539e5cd7p+5 1 36749704 gamma gamma electron +605 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 52 0x1.591e5e71bf3c2p-18 66 0x1.72bebf5ae194bp+5 1 36749704 gamma gamma electron +614 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 60 0x1.e8de54142221cp-18 67 0x1.89beb37d6a15fp+5 1 36749704 gamma gamma electron +615 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 62 0x1.d5366f13599ep-16 59 0x1.5e814cd6fd8d6p+5 1 36749704 gamma gamma electron +624 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 60 0x1.82ed763459dddp-18 47 0x1.44a9f7bb4e4ffp+5 1 36749704 gamma gamma electron +625 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e9193p-6 26 0x1.9b5d01d7744bdp-18 23 0x1.87f063ad3540dp+5 1 36749704 gamma gamma electron +630 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 27 0x1.a00e1a0e988aap-18 27 0x1.787ad33ead2c3p+5 1 36749704 gamma gamma electron +632 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 33 0x1.30de8bc4d8fa5p-17 26 0x1.509f2a11f9c1bp+5 1 36749704 gamma gamma electron +633 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 34 0x1.967429f3c315dp-16 27 0x1.f1a9744585352p+5 1 36749704 gamma gamma electron +634 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 53 0x1.03cd11f1325cfp-17 52 0x1.75061570b13eap+5 1 36749704 gamma gamma electron +636 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.19d4031f6618ap-16 57 0x1.ba2fbcd0a2815p+5 1 36749704 gamma gamma electron +644 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.09e3c02fbcb1ap-9 69 0x1.ca907d13c1484p+5 1 36749704 gamma gamma electron +647 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 74 0x1.12fcbfd7edb4p-9 61 0x1.6120539d9757ap+5 1 36749704 gamma gamma electron +651 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 69 0x1.6abf2ffb36267p-18 59 0x1.14d366f1bf4d5p+5 1 36749704 gamma gamma electron +652 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.85f2dd3bafbe5p-18 26 0x1.00c67aa486dep+5 1 36749704 gamma gamma electron +661 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 27 0x1.381367c880524p-17 33 0x1.68f21f65b4cb5p+5 1 36749704 gamma gamma electron +662 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 60 0x1.1dec7fe361cd5p-17 50 0x1.c4c23fe4b1d1ep+5 1 36749704 gamma gamma electron +663 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 56 0x1.1b74f88069091p-16 62 0x1.52ba3e7b116bdp+5 1 36749704 gamma gamma electron +670 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 45 0x1.5888f11932c42p-18 62 0x1.5f7c966426b8dp+5 1 36749704 gamma gamma electron +675 0x1.eb851eb851eb9p-5 0x1.7300e3e2b079dp-7 24 0x1.30d251922abdep-15 10 0x1.4e95b4657a928p+5 1 36749704 e- electron +681 0x1.eb851eb851eb9p-5 0x1.3a140aa35f17dp-5 48 0x1.769b34c52a55ap-14 42 0x1.90ba914276c3ap+5 1 36749704 gamma gamma electron +684 0x1.eb851eb851eb9p-5 0x1.b8928324e30e3p-7 19 0x1.3f20ce11e71bfp-12 10 0x1.64a6ecd9bfdd1p+5 1 36749704 gamma gamma electron +688 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 76 0x1.9e7d2e252aa5dp-18 50 0x1.7657bc05eefabp+5 1 36749704 gamma gamma electron +689 0x1.eb851eb851eb9p-5 0x1.8acf8a81225b6p-6 55 0x1.43deda741e591p-17 22 0x1.2df562e88b70fp+5 1 36749704 gamma gamma electron +693 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 36 0x1.10fd55a0f2bbfp-16 21 0x1.53169f93d2323p+5 1 36749704 gamma gamma electron +696 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 67 0x1.88cd3e63ec9a6p-17 53 0x1.19757ef64aff2p+5 1 36749704 gamma gamma electron +701 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 54 0x1.7f789179dfb42p-10 154 0x1.840117b88aa42p+5 1 36749704 gamma gamma electron +705 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 71 0x1.f58d295ac9454p-10 162 0x1.6351c4f157011p+5 1 36749704 gamma gamma electron +707 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dc9p-6 25 0x1.bc0a20b7c59d4p-18 30 0x1.1a31eea76ba9fp+6 1 36749704 gamma gamma electron +709 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 33 0x1.32911b038c77fp-16 24 0x1.927a0ddd3b387p+5 1 36749704 gamma gamma electron +711 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 61 0x1.978923413b978p-18 59 0x1.7f5422c6441d3p+5 1 36749704 gamma gamma electron +714 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 49 0x1.887baf8a4f914p-18 65 0x1.65cbe95c53dc9p+5 1 36749704 gamma gamma electron +716 0x1.eb851eb851eb9p-5 0x1.07484ee2b3ae6p-5 41 0x1.8e38e6b561828p-17 32 0x1.d3850200b5666p+5 1 36749704 gamma gamma electron +717 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91931p-6 44 0x1.49aecad4eceaap-17 26 0x1.8092c88c55641p+5 1 36749704 gamma gamma electron +721 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 22 0x1.85d03197dc11fp-17 31 0x1.985cbcaade145p+5 1 36749704 gamma gamma electron +725 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 65 0x1.b1c6945e8d18p-18 53 0x1.72f1131829a19p+5 1 36749704 gamma gamma electron +727 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 55 0x1.6bc24301e4b54p-10 84 0x1.5bd845e33be64p+5 1 36749704 gamma gamma electron +729 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcfp-6 28 0x1.4e6f52bc63392p-16 24 0x1.474933afc03a8p+5 1 36749704 gamma gamma electron +733 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebdp-5 75 0x1.f04fdd4e1bd5ap-18 58 0x1.1751ee4b33b93p+5 1 36749704 gamma gamma electron +737 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 70 0x1.aa5cdd1323dbap-17 49 0x1.3e19a95b76987p+5 1 36749704 gamma gamma electron +742 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 72 0x1.5689f74ab3808p-18 55 0x1.b8419cf58511cp+5 1 36749704 gamma gamma electron +743 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 49 0x1.156d5f7e37afbp-9 87 0x1.a48d39bdfaecdp+5 1 36749704 gamma gamma electron +744 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcdp-6 26 0x1.69a0e049c8ad3p-17 32 0x1.2064391c8f683p+5 1 36749704 gamma gamma electron +749 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.731054925e3eap-17 32 0x1.37fb37eed17adp+5 1 36749704 gamma gamma electron +751 0x1.eb851eb851eb9p-5 0x1.33e67d739fee3p-6 37 0x1.99477c63a5b65p-11 18 0x1.6f4622557285ep+5 1 36749704 gamma gamma electron +753 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 70 0x1.95239af567d58p-16 56 0x1.77df45d88cfbep+5 1 36749704 gamma gamma electron +755 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 61 0x1.9ba440efc4b48p-18 64 0x1.7d0e7790b64dep+5 1 36749704 gamma gamma electron +756 0x1.eb851eb851eb9p-5 0x1.76deef0e4034ap-5 45 0x1.ba2c7360b90ecp-18 44 0x1.5a1a6a74763d7p+5 1 36749704 gamma gamma electron +758 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebep-5 65 0x1.68afd6b38a9a9p-10 72 0x1.3430cd0046c3dp+5 1 36749704 gamma gamma electron +759 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 48 0x1.7c76c397c9788p-17 54 0x1.4679888c7b01p+5 1 36749704 gamma gamma electron +760 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dcap-6 29 0x1.9dd9e15212551p-10 80 0x1.6ef35e0f5462fp+5 1 36749704 gamma gamma electron +762 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb5p-5 67 0x1.67fafcf79506ap-18 48 0x1.1eb169f29ad3dp+5 1 36749704 gamma gamma electron +764 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb6p-5 60 0x1.ff2b130d13e34p-18 58 0x1.6e7cd6551991ap+5 1 36749704 gamma gamma electron +765 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb3p-5 66 0x1.0ed2c4ee2933cp-17 48 0x1.33db64887f3d1p+5 1 36749704 gamma gamma electron +767 0x1.eb851eb851eb9p-5 0x1.be85e22cb0623p-7 16 0x1.576307331d9b9p-12 10 0x1.aaa68af20ba0ep+5 1 36749704 gamma gamma electron +768 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.57033f179327p-15 58 0x1.cabdb8605fa61p+5 1 36749704 gamma gamma electron +771 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 52 0x1.7c205f0d3c295p-18 63 0x1.379a52ecf1783p+5 1 36749704 gamma gamma electron +772 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 32 0x1.d67e393aa0332p-13 20 0x1.19e105fb856a8p+5 1 36749704 gamma gamma electron +773 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 52 0x1.848b22e21a9f9p-18 73 0x1.6cd5d510d5b91p+5 1 36749704 gamma gamma electron +774 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 65 0x1.6a31260bb6ap-17 59 0x1.a58a084c7f3edp+5 1 36749704 gamma gamma electron +776 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 47 0x1.aeeb1416ee71cp-18 72 0x1.5055fd83cf3b6p+5 1 36749704 gamma gamma electron +777 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 64 0x1.2b6b2eab33555p-17 46 0x1.a8511a812a6dfp+4 1 36749704 gamma gamma electron +780 0x1.eb851eb851eb9p-5 0x1.a113e15e5449p-6 22 0x1.6d10456674124p-18 26 0x1.aed4e549e5208p+5 1 36749704 gamma gamma electron +781 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dd1p-6 29 0x1.93c2323d091c9p-15 31 0x1.cbc7fffae232fp+5 1 36749704 gamma gamma electron +791 0x1.eb851eb851eb9p-5 0x1.baaeb29a46e9fp-5 50 0x1.06de761948a63p-13 43 0x1.c48224cb68f9p+5 1 36749704 e- electron +794 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 57 0x1.7d8f13fa149b4p-18 75 0x1.9db1145fc864cp+5 1 36749704 gamma gamma electron +798 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 39 0x1.5ba725b9f5768p-15 23 0x1.9cc4109cbeae6p+5 1 36749704 gamma gamma electron +803 0x1.eb851eb851eb9p-5 0x1.9600b0a947ddbp-5 61 0x1.adadc443e3ef7p-17 43 0x1.5071d2e2a550bp+5 1 36749704 gamma gamma electron +804 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 54 0x1.51e1d2e9183bfp-18 72 0x1.af142060a0c37p+5 1 36749704 gamma gamma electron +806 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 17 0x1.52d95d019a0c8p-18 34 0x1.547fb2e728dc3p+5 1 36749704 gamma gamma electron +810 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 31 0x1.0879ef5a4256ap-15 30 0x1.548be209f218cp+5 1 36749704 gamma gamma electron +813 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 37 0x1.cce023e99618p-18 22 0x1.327f50ef70b1dp+5 1 36749704 gamma gamma electron +818 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 25 0x1.5e1bb5d6fc63p-18 22 0x1.4d0f9c2dbd123p+5 1 36749704 gamma gamma electron +820 0x1.eb851eb851eb9p-5 0x1.b00e5024db818p-6 20 0x1.b661ebe12e0f8p-18 24 0x1.27170508c7165p+5 1 36749704 gamma gamma electron +824 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 63 0x1.7af36cf581a86p-10 64 0x1.5da18ab0268edp+5 1 36749704 gamma gamma electron +826 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 58 0x1.a1a0ef570edebp-18 53 0x1.499eda8cd213fp+5 1 36749704 gamma gamma electron +834 0x1.eb851eb851eb9p-5 0x1.b00e5024db81bp-6 27 0x1.06665ec7fcddbp-17 23 0x1.6ae39f17faf13p+5 1 36749704 gamma gamma electron +836 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 54 0x1.054414b4e85ccp-16 58 0x1.cafc2d53cfffp+5 1 36749704 gamma gamma electron +838 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 35 0x1.d92b3068f2d69p-18 23 0x1.abca2be727b6ap+5 1 36749704 gamma gamma electron +845 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 53 0x1.675af76b87e3p-16 66 0x1.9acefd9cc24cep+5 1 36749704 gamma gamma electron +846 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 32 0x1.f7d669faf48d9p-18 25 0x1.b7ee3cd38c2e1p+5 1 36749704 gamma gamma electron +851 0x1.eb851eb851eb9p-5 0x1.bda7037fb7192p-5 51 0x1.6ae547da56c1ap-11 46 0x1.752cc92234d24p+5 1 36749704 gamma gamma electron +852 0x1.eb851eb851eb9p-5 0x1.0d774c67b79f3p-6 22 0x1.d7b6d103e7ee8p-15 19 0x1.3da00ce9efcedp+5 1 36749704 gamma gamma electron +853 0x1.eb851eb851eb9p-5 0x1.2977ab57002b6p-5 46 0x1.b84a138108c62p-17 32 0x1.d1cebc4f0aa42p+5 1 36749704 e- electron +854 0x1.eb851eb851eb9p-5 0x1.4c08ed0e8bb43p-6 20 0x1.fa5c378759eb3p-17 22 0x1.890e4af578032p+5 1 36749704 gamma gamma electron +858 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 68 0x1.91322eddce0a2p-17 56 0x1.340e57a5e3972p+5 1 36749704 gamma gamma electron +864 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 70 0x1.021d9ba96e22fp-9 182 0x1.6851af4d80f67p+5 1 36749704 gamma gamma electron +865 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 47 0x1.a931899a5f2e3p-17 49 0x1.6204ed8eeda52p+5 1 36749704 gamma gamma electron +869 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91933p-6 39 0x1.1df5df3de8079p-14 23 0x1.fab1cd918532p+4 1 36749704 gamma gamma electron +873 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.d02f33e38f543p-17 43 0x1.3364ca2ee2a92p+5 1 36749704 gamma gamma electron +875 0x1.eb851eb851eb9p-5 0x1.b00e5024db81dp-6 21 0x1.74132d0445e14p-16 37 0x1.ab170f515516ep+5 1 36749704 gamma gamma electron +876 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 33 0x1.c22b39593daa4p-14 29 0x1.8500ed7481809p+5 1 36749704 gamma gamma electron +877 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 63 0x1.82620e546e0a3p-18 55 0x1.1f4a6c11c907p+5 1 36749704 gamma gamma electron +880 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebcp-5 49 0x1.60320483cc692p-18 65 0x1.385ec4dece9a2p+5 1 36749704 gamma gamma electron +882 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 38 0x1.b2230dffed7efp-14 35 0x1.8340ce2bbef22p+5 1 36749704 gamma gamma electron +884 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.c8c3ad17cc7e4p-9 108 0x1.75d748b209748p+5 1 36749704 gamma gamma electron +888 0x1.eb851eb851eb9p-5 0x1.b00e5024db819p-6 29 0x1.2ae8db33828fap-16 22 0x1.3b678e88506c8p+5 1 36749704 gamma gamma electron +889 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 65 0x1.3d842643e1fa5p-17 73 0x1.7190a6867237fp+5 1 36749704 gamma gamma electron +892 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 38 0x1.584c4c5b7661dp-17 30 0x1.a9070ff771bacp+5 1 36749704 gamma gamma electron +894 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dccp-6 46 0x1.762024beb9a53p-18 25 0x1.9dff5ddad5908p+5 1 36749704 gamma gamma electron +896 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 71 0x1.7021babbf695bp-10 150 0x1.789cfa393bd57p+5 1 36749704 gamma gamma electron +900 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 57 0x1.4eb0ee06e8f92p-10 65 0x1.513318ef0a557p+5 1 36749704 gamma gamma electron +901 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 69 0x1.84c1de9c6d41ap-16 40 0x1.6bae3ce186d88p+5 1 36749704 gamma gamma electron +905 0x1.eb851eb851eb9p-5 0x1.4c08ed0e8bb4p-6 20 0x1.05e02c7e2917ep-14 13 0x1.d8696d73462aap+4 1 36749704 gamma gamma electron +906 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 29 0x1.053e9a448ee22p-16 27 0x1.849a5ac20e505p+5 1 36749704 gamma gamma electron +914 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 54 0x1.6e4c5cb9063b3p-18 52 0x1.adb736ab8e6b1p+5 1 36749704 gamma gamma electron +916 0x1.eb851eb851eb9p-5 0x1.b116228134481p-6 24 0x1.3d1b109a65ad8p-16 23 0x1.ceba7fc48a801p+4 1 36749704 gamma gamma electron +924 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 63 0x1.c342157c09c3fp-18 54 0x1.b3acf9443a438p+5 1 36749704 gamma gamma electron +925 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 49 0x1.889492c49bbe9p-10 66 0x1.7276e8a813c9ep+5 1 36749704 gamma gamma electron +936 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb4p-5 65 0x1.5528b9f679c9ep-18 64 0x1.35bf18780e202p+5 1 36749704 gamma gamma electron +939 0x1.eb851eb851eb9p-5 0x1.b00e5024db81ap-6 31 0x1.e2d9cfe72c0ecp-18 34 0x1.b3b1bfca2a1c8p+5 1 36749704 gamma gamma electron +940 0x1.eb851eb851eb9p-5 0x1.f47f2ddd88dc9p-6 22 0x1.f7a59da339d71p-18 32 0x1.b6e4fc662956dp+5 1 36749704 gamma gamma electron +943 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebbp-5 53 0x1.50e0aceec9001p-16 38 0x1.a47565c68602bp+5 1 36749704 gamma gamma electron +945 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 73 0x1.0860d33fb8b64p-9 61 0x1.681fb06e822cdp+5 1 36749704 gamma gamma electron +947 0x1.eb851eb851eb9p-5 0x1.595ae3212765cp-5 55 0x1.fe1a8b6156926p-14 53 0x1.43d31e8d617c4p+5 1 36749704 gamma gamma electron +948 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 56 0x1.2fd9ebc147137p-17 59 0x1.74490a084198ap+5 1 36749704 gamma gamma electron +951 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 40 0x1.96c09e2b6cd47p-15 28 0x1.3939893e1b2dep+5 1 36749704 gamma gamma electron +956 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 28 0x1.70369d5267893p-14 22 0x1.57478fb3b4986p+5 1 36749704 gamma gamma electron +960 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 25 0x1.b8fd790925441p-16 19 0x1.2a568e538d959p+5 1 36749704 gamma gamma electron +964 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb9p-5 65 0x1.08ee424ff51a8p-16 52 0x1.5ffc36802d3f9p+5 1 36749704 gamma gamma electron +971 0x1.eb851eb851eb9p-5 0x1.eb851eb851ebap-5 54 0x1.2276defb17185p-9 136 0x1.53f3e2ecc6a9bp+5 1 36749704 gamma gamma electron +975 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91936p-6 28 0x1.1a0073a623a0ap-14 29 0x1.049260e548495p+5 1 36749704 gamma gamma electron +977 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91932p-6 28 0x1.911facac923ap-17 26 0x1.5fe7f14078cddp+5 1 36749704 gamma gamma electron +978 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91934p-6 40 0x1.1d83682805207p-14 27 0x1.66e991048f482p+5 1 36749704 gamma gamma electron +987 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 55 0x1.d55369d54e66ep-18 70 0x1.454f5d55a194p+5 1 36749704 gamma gamma electron +988 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb7p-5 57 0x1.6d42b3c3dea26p-9 55 0x1.564cd822422b2p+5 1 36749704 gamma gamma electron +989 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91935p-6 35 0x1.7b840858fcfe6p-18 34 0x1.6bf3ca6711d0ap+5 1 36749704 gamma gamma electron +990 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 67 0x1.5416b07a4e43fp-18 79 0x1.93a107e036677p+5 1 36749704 gamma gamma electron +997 0x1.eb851eb851eb9p-5 0x1.eb851eb851eb8p-5 58 0x1.95b95290f917bp-18 55 0x1.6bb87716aac0fp+5 1 36749704 gamma gamma electron +998 0x1.eb851eb851eb9p-5 0x1.ef1a6a0e91937p-6 31 0x1.4d3443cade923p-17 23 0x1.84b8ff357913p+5 1 36749704 gamma gamma electron diff --git a/examples/advanced/underground_physics/underground_physics-alpha.out b/examples/advanced/underground_physics/underground_physics-alpha.out index bc58b49d92b..5aef9ae5654 100644 --- a/examples/advanced/underground_physics/underground_physics-alpha.out +++ b/examples/advanced/underground_physics/underground_physics-alpha.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -153,10 +152,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -320,7 +322,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 StepFunction=(0.1, 0.001 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 GeV ===== Limit on energy threshold has been applied @@ -462,11 +464,10 @@ Threshold for very long decay time at rest 1e+60 y ------------------------------------------------------------------------- Hadronic Processes for GenericIon Process: RadioactiveDecay -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -627,7 +628,7 @@ muPairProd: for mu- XStype:1 SubType=4 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -762,8 +763,6 @@ Index : 12 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 starts (master). @@ -797,6 +796,8 @@ Particle name: alpha /vis/scene/notifyHandlers WARNING: Scene "none" not found. /vis/scene/list to see scenes. +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system has been instantiated. Use "/vis/open" or "/vis/sceneHandler/create". Alternatively, to avoid this message, suppress instantiation of vis @@ -808,15 +809,10 @@ WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system Run terminated. Run Summary Number of events processed : 1 - User=1.420000s Real=1.494897s Sys=0.050000s -There are histograms that can be viewed with visualization: - 12 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". + User=1.320000s Real=1.419830s Sys=0.050000s Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== -Number of memory pools allocated: 16 of which, static: 0 -Dynamic pools deleted: 16 / Total memory freed: 28 MB +Number of memory pools allocated: 18 of which, static: 0 +Dynamic pools deleted: 18 / Total memory freed: 28 MB ============================================================ diff --git a/examples/advanced/underground_physics/underground_physics.out b/examples/advanced/underground_physics/underground_physics.out index c0607747371..37454e7d6cb 100644 --- a/examples/advanced/underground_physics/underground_physics.out +++ b/examples/advanced/underground_physics/underground_physics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -126,10 +125,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -293,7 +295,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 GeV, 20 bins/decade, spline: 1 StepFunction=(0.1, 0.001 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 GeV ===== Limit on energy threshold has been applied @@ -435,11 +437,10 @@ Threshold for very long decay time at rest 1e+60 y ------------------------------------------------------------------------- Hadronic Processes for GenericIon Process: RadioactiveDecay -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -600,7 +601,7 @@ muPairProd: for mu- XStype:1 SubType=4 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -735,8 +736,6 @@ Index : 12 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts (master). -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -1737,10 +1736,5 @@ Setting was ignored. ---> End of event: 990 -There are histograms that can be viewed with visualization: - 12 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/xray_SiliconPoreOptics/SiliconPoreOptics.out b/examples/advanced/xray_SiliconPoreOptics/SiliconPoreOptics.out index 1f523e670da..9e103b19754 100644 --- a/examples/advanced/xray_SiliconPoreOptics/SiliconPoreOptics.out +++ b/examples/advanced/xray_SiliconPoreOptics/SiliconPoreOptics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -123,10 +122,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -404,7 +406,7 @@ IonCoulombScattering : Emin= 0 eV Emax= 100 TeV min MeanLife (from G4NuclideTable) 1 ns Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 -Stored internal conversion coefficients 0 +Stored internal conversion coefficients 1 Enabled atomic relaxation mode 1 Enable correlated gamma emission 0 Max 2J for sampling of angular correlations 10 @@ -799,8 +801,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -868,7 +868,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 5000 - User=27.900000s Real=29.618214s Sys=0.010000s + User=28.630000s Real=30.234820s Sys=0.050000s ... write file : output.root - done ... close file : output.root - done Graphics systems deleted. diff --git a/examples/advanced/xray_TESdetector/xray_TESdetector.out b/examples/advanced/xray_TESdetector/xray_TESdetector.out index 607d95b32f0..f712798cbbb 100644 --- a/examples/advanced/xray_TESdetector/xray_TESdetector.out +++ b/examples/advanced/xray_TESdetector/xray_TESdetector.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -122,10 +121,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 10 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -260,10 +262,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 10 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -1114,7 +1119,7 @@ SingleCoulombScat: for pi- XStype:2 SubType=1 BuildTable=1 Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: protonParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -1137,7 +1142,7 @@ SingleCoulombScat: for pi- XStype:2 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1269,8 +1274,6 @@ Index : 13 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -1289,12 +1292,12 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 1000 - User=0.840000s Real=0.937623s Sys=0.000000s + User=1.050000s Real=1.301892s Sys=0.000000s ... write file : output.root - done ... close file : output.root - done Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.055 MB +Dynamic pools deleted: 11 / Total memory freed: 0.053 MB ============================================================ diff --git a/examples/advanced/xray_fluorescence/xray_fluorescence.out b/examples/advanced/xray_fluorescence/xray_fluorescence.out index 57caeb7d7e0..e7bc8dad3f0 100644 --- a/examples/advanced/xray_fluorescence/xray_fluorescence.out +++ b/examples/advanced/xray_fluorescence/xray_fluorescence.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2201,7 +2201,7 @@ G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. ElmMassFraction: 8.53 % ElmAbundance 52.63 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -2300,7 +2300,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -2426,10 +2425,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -2954,6 +2956,7 @@ Index : 5 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 1 kByte @@ -2970,8 +2973,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ------- -------- ------ ------ -------- ---------- ---------- 69.08 0k 3 9 24 0.00 World 30.92 0k 2 3 11 0.00 HPGeDetector -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. ### Run 0 starts (master). Reading data... done @@ -2986,28 +2989,21 @@ Created histos Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003194s Sys=0.000000s + User=0.000000s Real=0.003039s Sys=0.000000s Going to save histograms ... write file : xrayfluo.root - done ... close file : xrayfluo.root - done /vis/viewer/update WARNING: command "/vis/viewer/update" could not be applied: no current viewer. -There are histograms that can be viewed with visualization: - 9 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... visManager deleted G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x10c39f0 +UserDetectorConstruction deleted 0x2494c60 XrayFluoDetectorConstruction deleted -UserPhysicsList deleted 0x11458e0 -UserActionInitialization deleted 0x119bb70 +UserPhysicsList deleted 0x2516830 +UserActionInitialization deleted 0x256c950 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/advanced/xray_telescope/History b/examples/advanced/xray_telescope/History index 6b9e4196705..19905fb5536 100644 --- a/examples/advanced/xray_telescope/History +++ b/examples/advanced/xray_telescope/History @@ -5,6 +5,9 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-10-17 Makoto Asai (xraytel-V11-02-00) +- Unnecessary use of G4VisManager and some UI commands are removed for more stability. + ## 2023-11-15 I. Hrivnacova (xraytel-V11-01-00) - Updated vis.mac: - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices diff --git a/examples/advanced/xray_telescope/XrayTel.cc b/examples/advanced/xray_telescope/XrayTel.cc index 2101bbc0f08..fa7eb7ca976 100644 --- a/examples/advanced/xray_telescope/XrayTel.cc +++ b/examples/advanced/xray_telescope/XrayTel.cc @@ -96,20 +96,20 @@ int main( int argc, char** argv ) runManager->SetUserInitialization(new XrayTelPhysicsList); runManager->SetUserInitialization(new XrayTelActionInitializer()); - // visualization manager - G4VisManager* visManager = new G4VisExecutive; - visManager->Initialize(); - //Initialize G4 kernel runManager->Initialize(); // get the pointer to the User Interface manager - G4UImanager *UImanager = G4UImanager::GetUIpointer(); + auto* UImanager = G4UImanager::GetUIpointer(); if ( argc==1 ){ - G4UIExecutive* ui = new G4UIExecutive(argc, argv); - UImanager->ApplyCommand("/control/execute vis.mac"); - ui->SessionStart(); - delete ui; + auto* visManager = new G4VisExecutive; + visManager->Initialize(); + + auto* ui = new G4UIExecutive(argc, argv); + UImanager->ApplyCommand("/control/execute vis.mac"); + ui->SessionStart(); + delete ui; + delete visManager; } else { // Create a pointer to the User Interface manager @@ -121,7 +121,6 @@ int main( int argc, char** argv ) } // job termination - delete visManager; delete runManager; return 0; } diff --git a/examples/advanced/xray_telescope/src/XrayTelRunAction.cc b/examples/advanced/xray_telescope/src/XrayTelRunAction.cc index 4bca7a97fe6..a3e64aa308b 100644 --- a/examples/advanced/xray_telescope/src/XrayTelRunAction.cc +++ b/examples/advanced/xray_telescope/src/XrayTelRunAction.cc @@ -86,10 +86,6 @@ void XrayTelRunAction::BeginOfRunAction(const G4Run* aRun) else G4cout << "### Run : " << runN << " (worker)" << G4endl; - if (G4VVisManager::GetConcreteInstance()) { - G4UImanager* UI = G4UImanager::GetUIpointer(); - UI->ApplyCommand("/vis/scene/notifyHandlers"); - } // Book histograms and ntuples XrayTelAnalysis* analysis = XrayTelAnalysis::getInstance(); analysis->book(IsMaster()); @@ -100,9 +96,6 @@ void XrayTelRunAction::EndOfRunAction(const G4Run* ) { XrayTelAnalysis* analysis = XrayTelAnalysis::getInstance(); analysis->finish(IsMaster()); - - if (G4VVisManager::GetConcreteInstance()) - G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update"); } diff --git a/examples/advanced/xray_telescope/test.mac b/examples/advanced/xray_telescope/test.mac index 2337c438533..e444f2de620 100644 --- a/examples/advanced/xray_telescope/test.mac +++ b/examples/advanced/xray_telescope/test.mac @@ -1,5 +1,5 @@ /run/verbose 1 -/tracking/storeTrajectory 1 +/control/doifInteractive /tracking/storeTrajectory 1 /gps/particle proton /gps/pos/type Plane /gps/pos/shape Annulus diff --git a/examples/advanced/xray_telescope/vis.mac b/examples/advanced/xray_telescope/vis.mac index bb9cb82ac8f..32c12b6755a 100644 --- a/examples/advanced/xray_telescope/vis.mac +++ b/examples/advanced/xray_telescope/vis.mac @@ -7,7 +7,7 @@ /control/verbose 2 /run/verbose 2 # -/run/initialize +#/run/initialize # # Open a viewer /vis/open @@ -26,7 +26,7 @@ #/vis/viewer/set/viewpointThetaPhi 90. 0. # # Specify zoom value: -/vis/viewer/zoom 10.5 +##/vis/viewer/zoom 10.5 # # Specify style (surface or wireframe): #/vis/viewer/set/style wireframe diff --git a/examples/advanced/xray_telescope/xray_telescope.out b/examples/advanced/xray_telescope/xray_telescope.out index 545d9f41381..9ef77640f19 100644 --- a/examples/advanced/xray_telescope/xray_telescope.out +++ b/examples/advanced/xray_telescope/xray_telescope.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,76 +19,6 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Registered graphics systems are: - ASCIITree (ATree) - DAWNFILE (DAWNFILE) - G4HepRepFile (HepRepFile) - RayTracer (RayTracer) - VRML2FILE (VRML2FILE) - gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) - OpenGLImmediateQt (OGLIQt, OGLI) - OpenGLStoredQt (OGLSQt, OGL, OGLS) - OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) - OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) - OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) - OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) - RayTracerX (RayTracerX) - Qt3D (Qt3D) - TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) - TOOLSSG_X11_ZB (TSG_X11_ZB, TSGX11ZB) - TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) - TOOLSSG_XT_ZB (TSG_XT_ZB, TSGXtZB) - TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) - TOOLSSG_QT_ZB (TSG_QT_ZB, TSGQtZB) -You may choose a graphics system (driver) with a parameter of -the command "/vis/open" or "/vis/sceneHandler/create", -or you may omit the driver parameter and choose at run time: -- by argument in the construction of G4VisExecutive -- by environment variable "G4VIS_DEFAULT_DRIVER" -- by entry in "~/.g4session" -- by build flags. -- Note: This feature is not allowed in batch mode. -For further information see "examples/basic/B1/exampleB1.cc" -and "vis.mac". - -Registering model factories... - -You have successfully registered the following model factories. -Registered model factories: - generic - drawByAttribute - drawByCharge - drawByOriginVolume - drawByParticleID - drawByEncounteredVolume - -Registered models: - None - -Registered filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -Registered filters: - None - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -110,10 +40,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -256,7 +189,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -455,22 +388,15 @@ Index : 6 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run : 0 (master) -WARNING: Scene "none" not found. - /vis/scene/list to see scenes. Opening output file xraytel ... done Run terminated. Run Summary Number of events processed : 1000 - User=0.020000s Real=0.027286s Sys=0.000000s + User=0.010000s Real=0.011300s Sys=0.000000s ########################################## -WARNING: command "/vis/viewer/update" could not be applied: no current viewer. -Graphics systems deleted. -Visualization Manager deleting... ================== Deleting memory pools =================== -Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.018 MB +Number of memory pools allocated: 9 of which, static: 0 +Dynamic pools deleted: 9 / Total memory freed: 0.015 MB ============================================================ diff --git a/examples/basic/B1/.README.txt b/examples/basic/B1/.README.txt index dd432f5707f..080e3cb0209 100644 --- a/examples/basic/B1/.README.txt +++ b/examples/basic/B1/.README.txt @@ -144,6 +144,11 @@ The following paragraphs are common to all basic examples ls or browse the available UI commands in the Application Developers Guide, Section 7.1. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example,\n @@ -162,10 +167,16 @@ The following paragraphs are common to all basic examples The user command interface is set via the G4UIExecutive class in the main() function in exampleB1.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + \section B1_C HOW TO RUN - Execute exampleB1 in the 'interactive mode' with visualization diff --git a/examples/basic/B1/CMakeLists.txt b/examples/basic/B1/CMakeLists.txt index 97e708d439a..09ffa9954b3 100644 --- a/examples/basic/B1/CMakeLists.txt +++ b/examples/basic/B1/CMakeLists.txt @@ -1,26 +1,14 @@ #---------------------------------------------------------------------------- # Setup the project +# cmake_minimum_required(VERSION 3.16...3.27) project(B1) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -30,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB1 exampleB1.cc ${sources} ${headers}) -target_link_libraries(exampleB1 ${Geant4_LIBRARIES}) +target_include_directories(exampleB1 PRIVATE include) +target_link_libraries(exampleB1 PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -56,14 +45,3 @@ foreach(_script ${EXAMPLEB1_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# For internal Geant4 use - but has no effect if you build this -# example standalone -# -add_custom_target(B1 DEPENDS exampleB1) - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB1 DESTINATION bin) diff --git a/examples/basic/B1/History b/examples/basic/B1/History index 36aef92f21e..6cebe456ec7 100644 --- a/examples/basic/B1/History +++ b/examples/basic/B1/History @@ -5,6 +5,10 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-08-12 I. Hrivnacova (exampleB1-V11-02-00) +- Updated for changes in accumulables: + use new "Register" method with shorter name + ## 2023-11-14 I. Hrivnacova (exampleB1-V11-01-03) - Fixes for Doxygen: Move class description comments after namespace diff --git a/examples/basic/B1/README b/examples/basic/B1/README index 03d428dfd1c..af1a2fc5632 100644 --- a/examples/basic/B1/README +++ b/examples/basic/B1/README @@ -132,6 +132,11 @@ ls or browse the available UI commands in the Application Developers Guide, Section 7.1. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example, @@ -145,10 +150,16 @@ The user command interface is set via the G4UIExecutive class in the main() function in exampleB1.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + C- HOW TO RUN - Execute exampleB1 in the 'interactive mode' with visualization: diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index 389caa740a6..048e0070fb3 100644 --- a/examples/basic/B1/exampleB1.out +++ b/examples/basic/B1/exampleB1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,6 +20,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** <<< Reference Physics List QBBC +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -32,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -118,10 +119,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -292,7 +296,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -567,7 +571,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -576,7 +580,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -657,7 +661,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for e+ Process: positronNuclear @@ -757,7 +761,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: protonParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -776,11 +780,11 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -805,12 +809,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. --> Event 100 starts. @@ -842,7 +844,7 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Cumulated dose per run, in scoring volume : 4.70767 nanoGy rms = 144.639 picoGy + Cumulated dose per run, in scoring volume : 5.02923 nanoGy rms = 146.046 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/basic/B1/src/RunAction.cc b/examples/basic/B1/src/RunAction.cc index 3f59eb2e5bf..9223ca08cf5 100644 --- a/examples/basic/B1/src/RunAction.cc +++ b/examples/basic/B1/src/RunAction.cc @@ -62,8 +62,8 @@ RunAction::RunAction() // Register accumulable to the accumulable manager G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(fEdep); - accumulableManager->RegisterAccumulable(fEdep2); + accumulableManager->Register(fEdep); + accumulableManager->Register(fEdep2); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/basic/B2/.README.txt b/examples/basic/B2/.README.txt index a98ab5e5f49..14aa734ada8 100644 --- a/examples/basic/B2/.README.txt +++ b/examples/basic/B2/.README.txt @@ -179,6 +179,11 @@ This example simulates a simplified fixed target experiment. (since they require no external libraries), but the OGL driver requires that the Geant4 libraries have been built with the OpenGL option. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example,\n @@ -196,10 +201,16 @@ This example simulates a simplified fixed target experiment. The user command interface is set via the G4UIExecutive class in the main () function in exampleB2a.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB2a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + \section B2_C HOW TO RUN - Execute exampleB2a in the 'interactive mode' with visualization diff --git a/examples/basic/B2/B2a/CMakeLists.txt b/examples/basic/B2/B2a/CMakeLists.txt index a17fe041118..a48080f52ce 100644 --- a/examples/basic/B2/B2a/CMakeLists.txt +++ b/examples/basic/B2/B2a/CMakeLists.txt @@ -6,22 +6,9 @@ project(B2a) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -31,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB2a exampleB2a.cc ${sources} ${headers}) -target_link_libraries(exampleB2a ${Geant4_LIBRARIES}) +target_include_directories(exampleB2a PRIVATE include) +target_link_libraries(exampleB2a PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -58,8 +46,3 @@ foreach(_script ${EXAMPLEB2A_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB2a DESTINATION bin) diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out index a414758a298..5c54ed60a06 100644 --- a/examples/basic/B2/B2a/exampleB2a.out +++ b/examples/basic/B2/B2a/exampleB2a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -189,10 +188,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -363,7 +365,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -845,7 +847,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -870,12 +872,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. >>> Event: 0 @@ -905,7 +905,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 12 0 hits stored in this event >>> Event: 13 - 136 hits stored in this event + 0 hits stored in this event >>> Event: 14 0 hits stored in this event >>> Event: 15 @@ -929,19 +929,19 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 24 0 hits stored in this event >>> Event: 25 - 0 hits stored in this event + 169 hits stored in this event >>> Event: 26 - 0 hits stored in this event + 115 hits stored in this event >>> Event: 27 - 17 hits stored in this event + 0 hits stored in this event >>> Event: 28 - 194 hits stored in this event + 0 hits stored in this event >>> Event: 29 0 hits stored in this event >>> Event: 30 0 hits stored in this event >>> Event: 31 - 9 hits stored in this event + 0 hits stored in this event >>> Event: 32 0 hits stored in this event >>> Event: 33 @@ -949,9 +949,9 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 34 0 hits stored in this event >>> Event: 35 - 0 hits stored in this event + 146 hits stored in this event >>> Event: 36 - 67 hits stored in this event + 0 hits stored in this event >>> Event: 37 0 hits stored in this event >>> Event: 38 @@ -963,21 +963,21 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 41 0 hits stored in this event >>> Event: 42 - 9 hits stored in this event ->>> Event: 43 0 hits stored in this event +>>> Event: 43 + 27 hits stored in this event >>> Event: 44 - 0 hits stored in this event + 58 hits stored in this event >>> Event: 45 - 292 hits stored in this event + 0 hits stored in this event >>> Event: 46 0 hits stored in this event >>> Event: 47 - 0 hits stored in this event + 47 hits stored in this event >>> Event: 48 0 hits stored in this event >>> Event: 49 - 0 hits stored in this event + 89 hits stored in this event >>> Event: 50 0 hits stored in this event >>> Event: 51 @@ -985,7 +985,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 52 0 hits stored in this event >>> Event: 53 - 0 hits stored in this event + 51 hits stored in this event >>> Event: 54 0 hits stored in this event >>> Event: 55 @@ -1007,7 +1007,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 63 0 hits stored in this event >>> Event: 64 - 172 hits stored in this event + 0 hits stored in this event >>> Event: 65 0 hits stored in this event >>> Event: 66 @@ -1015,17 +1015,17 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 67 0 hits stored in this event >>> Event: 68 - 0 hits stored in this event + 16 hits stored in this event >>> Event: 69 - 61 hits stored in this event + 0 hits stored in this event >>> Event: 70 0 hits stored in this event >>> Event: 71 0 hits stored in this event >>> Event: 72 - 87 hits stored in this event ->>> Event: 73 0 hits stored in this event +>>> Event: 73 + 144 hits stored in this event >>> Event: 74 0 hits stored in this event >>> Event: 75 @@ -1033,7 +1033,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 76 0 hits stored in this event >>> Event: 77 - 0 hits stored in this event + 39 hits stored in this event >>> Event: 78 0 hits stored in this event >>> Event: 79 @@ -1041,7 +1041,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 80 0 hits stored in this event >>> Event: 81 - 0 hits stored in this event + 4 hits stored in this event >>> Event: 82 0 hits stored in this event >>> Event: 83 @@ -1051,7 +1051,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 85 0 hits stored in this event >>> Event: 86 - 0 hits stored in this event + 101 hits stored in this event >>> Event: 87 0 hits stored in this event >>> Event: 88 @@ -1081,205 +1081,205 @@ See commands in /vis/modeling/trajectories/ for other options. ### Run 1 starts. --> Event 0 starts. >>> Event: 0 - 108 hits stored in this event + 103 hits stored in this event >>> Event: 1 - 91 hits stored in this event + 99 hits stored in this event >>> Event: 2 - 127 hits stored in this event + 80 hits stored in this event >>> Event: 3 - 103 hits stored in this event + 451 hits stored in this event >>> Event: 4 - 169 hits stored in this event + 120 hits stored in this event >>> Event: 5 - 97 hits stored in this event + 94 hits stored in this event >>> Event: 6 - 96 hits stored in this event + 369 hits stored in this event >>> Event: 7 - 161 hits stored in this event + 78 hits stored in this event >>> Event: 8 - 91 hits stored in this event + 67 hits stored in this event >>> Event: 9 - 79 hits stored in this event + 426 hits stored in this event >>> Event: 10 - 80 hits stored in this event + 81 hits stored in this event >>> Event: 11 - 100 hits stored in this event + 69 hits stored in this event >>> Event: 12 - 119 hits stored in this event + 186 hits stored in this event >>> Event: 13 - 151 hits stored in this event + 72 hits stored in this event >>> Event: 14 - 84 hits stored in this event + 191 hits stored in this event >>> Event: 15 - 126 hits stored in this event + 56 hits stored in this event >>> Event: 16 - 99 hits stored in this event + 171 hits stored in this event >>> Event: 17 - 88 hits stored in this event + 200 hits stored in this event >>> Event: 18 - 65 hits stored in this event + 51 hits stored in this event >>> Event: 19 - 99 hits stored in this event + 272 hits stored in this event >>> Event: 20 - 220 hits stored in this event + 47 hits stored in this event >>> Event: 21 - 86 hits stored in this event + 66 hits stored in this event >>> Event: 22 - 315 hits stored in this event + 131 hits stored in this event >>> Event: 23 - 99 hits stored in this event + 57 hits stored in this event >>> Event: 24 - 109 hits stored in this event + 129 hits stored in this event >>> Event: 25 - 482 hits stored in this event + 203 hits stored in this event >>> Event: 26 - 63 hits stored in this event + 208 hits stored in this event >>> Event: 27 - 135 hits stored in this event + 93 hits stored in this event >>> Event: 28 - 105 hits stored in this event + 140 hits stored in this event >>> Event: 29 - 196 hits stored in this event + 142 hits stored in this event >>> Event: 30 - 638 hits stored in this event + 97 hits stored in this event >>> Event: 31 - 184 hits stored in this event + 102 hits stored in this event >>> Event: 32 - 105 hits stored in this event + 267 hits stored in this event >>> Event: 33 - 74 hits stored in this event + 151 hits stored in this event >>> Event: 34 - 102 hits stored in this event + 99 hits stored in this event >>> Event: 35 - 289 hits stored in this event + 212 hits stored in this event >>> Event: 36 - 301 hits stored in this event + 190 hits stored in this event >>> Event: 37 - 96 hits stored in this event + 1758 hits stored in this event >>> Event: 38 - 172 hits stored in this event + 205 hits stored in this event >>> Event: 39 - 116 hits stored in this event + 114 hits stored in this event >>> Event: 40 - 151 hits stored in this event + 96 hits stored in this event >>> Event: 41 - 119 hits stored in this event + 78 hits stored in this event >>> Event: 42 - 115 hits stored in this event + 80 hits stored in this event >>> Event: 43 - 71 hits stored in this event + 91 hits stored in this event >>> Event: 44 - 56 hits stored in this event + 80 hits stored in this event >>> Event: 45 - 81 hits stored in this event + 85 hits stored in this event >>> Event: 46 - 48 hits stored in this event + 327 hits stored in this event >>> Event: 47 - 92 hits stored in this event + 171 hits stored in this event >>> Event: 48 - 124 hits stored in this event + 99 hits stored in this event >>> Event: 49 - 170 hits stored in this event + 90 hits stored in this event >>> Event: 50 - 67 hits stored in this event + 120 hits stored in this event >>> Event: 51 - 181 hits stored in this event + 153 hits stored in this event >>> Event: 52 - 461 hits stored in this event + 91 hits stored in this event >>> Event: 53 - 178 hits stored in this event + 1417 hits stored in this event >>> Event: 54 - 357 hits stored in this event + 372 hits stored in this event >>> Event: 55 - 836 hits stored in this event + 70 hits stored in this event >>> Event: 56 - 115 hits stored in this event + 210 hits stored in this event >>> Event: 57 - 71 hits stored in this event + 92 hits stored in this event >>> Event: 58 - 59 hits stored in this event + 61 hits stored in this event >>> Event: 59 - 102 hits stored in this event + 233 hits stored in this event >>> Event: 60 - 1648 hits stored in this event + 254 hits stored in this event >>> Event: 61 - 970 hits stored in this event + 423 hits stored in this event >>> Event: 62 - 66 hits stored in this event + 5754 hits stored in this event >>> Event: 63 - 105 hits stored in this event + 73 hits stored in this event >>> Event: 64 - 72 hits stored in this event + 88 hits stored in this event >>> Event: 65 - 97 hits stored in this event + 505 hits stored in this event >>> Event: 66 - 95 hits stored in this event + 58 hits stored in this event >>> Event: 67 - 235 hits stored in this event + 119 hits stored in this event >>> Event: 68 - 164 hits stored in this event + 307 hits stored in this event >>> Event: 69 - 174 hits stored in this event + 96 hits stored in this event >>> Event: 70 - 74 hits stored in this event + 102 hits stored in this event >>> Event: 71 - 1306 hits stored in this event + 65 hits stored in this event >>> Event: 72 - 85 hits stored in this event + 88 hits stored in this event >>> Event: 73 - 70 hits stored in this event + 1573 hits stored in this event >>> Event: 74 - 47 hits stored in this event + 96 hits stored in this event >>> Event: 75 - 78 hits stored in this event + 75 hits stored in this event >>> Event: 76 - 153 hits stored in this event + 129 hits stored in this event >>> Event: 77 - 132 hits stored in this event + 66 hits stored in this event >>> Event: 78 - 148 hits stored in this event + 51 hits stored in this event >>> Event: 79 - 91 hits stored in this event + 100 hits stored in this event >>> Event: 80 - 59 hits stored in this event + 171 hits stored in this event >>> Event: 81 - 54 hits stored in this event + 97 hits stored in this event >>> Event: 82 - 72 hits stored in this event + 110 hits stored in this event >>> Event: 83 - 124 hits stored in this event + 237 hits stored in this event >>> Event: 84 - 72 hits stored in this event + 83 hits stored in this event >>> Event: 85 - 97 hits stored in this event + 64 hits stored in this event >>> Event: 86 - 174 hits stored in this event + 71 hits stored in this event >>> Event: 87 - 76 hits stored in this event + 250 hits stored in this event >>> Event: 88 - 63 hits stored in this event + 90 hits stored in this event >>> Event: 89 - 76 hits stored in this event + 111 hits stored in this event >>> Event: 90 - 82 hits stored in this event + 176 hits stored in this event >>> Event: 91 - 589 hits stored in this event + 94 hits stored in this event >>> Event: 92 - 61 hits stored in this event + 74 hits stored in this event >>> Event: 93 - 101 hits stored in this event + 56 hits stored in this event >>> Event: 94 - 69 hits stored in this event + 63 hits stored in this event >>> Event: 95 - 82 hits stored in this event + 92 hits stored in this event >>> Event: 96 - 170 hits stored in this event + 100 hits stored in this event >>> Event: 97 - 189 hits stored in this event + 74 hits stored in this event >>> Event: 98 - 178 hits stored in this event + 107 hits stored in this event >>> Event: 99 - 7434 hits stored in this event + 98 hits stored in this event ### Run 2 starts. --> Event 0 starts. diff --git a/examples/basic/B2/B2b/CMakeLists.txt b/examples/basic/B2/B2b/CMakeLists.txt index da35db51f0e..d128afa2368 100644 --- a/examples/basic/B2/B2b/CMakeLists.txt +++ b/examples/basic/B2/B2b/CMakeLists.txt @@ -6,22 +6,9 @@ project(B2b) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -31,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB2b exampleB2b.cc ${sources} ${headers}) -target_link_libraries(exampleB2b ${Geant4_LIBRARIES}) +target_include_directories(exampleB2b PRIVATE include) +target_link_libraries(exampleB2b PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -58,8 +46,3 @@ foreach(_script ${EXAMPLEB2B_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB2b DESTINATION bin) diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index 0466fad46fd..4dcb7750b8b 100644 --- a/examples/basic/B2/B2b/exampleB2b.out +++ b/examples/basic/B2/B2b/exampleB2b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -185,10 +184,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -359,7 +361,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -841,7 +843,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -866,12 +868,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. >>> Event: 0 @@ -927,7 +927,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 25 0 hits stored in this event >>> Event: 26 - 0 hits stored in this event + 38 hits stored in this event >>> Event: 27 0 hits stored in this event >>> Event: 28 @@ -939,11 +939,11 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 31 0 hits stored in this event >>> Event: 32 - 0 hits stored in this event + 291 hits stored in this event >>> Event: 33 - 22 hits stored in this event + 0 hits stored in this event >>> Event: 34 - 79 hits stored in this event + 0 hits stored in this event >>> Event: 35 0 hits stored in this event >>> Event: 36 @@ -963,7 +963,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 43 0 hits stored in this event >>> Event: 44 - 99 hits stored in this event + 0 hits stored in this event >>> Event: 45 0 hits stored in this event >>> Event: 46 @@ -979,25 +979,25 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 51 0 hits stored in this event >>> Event: 52 - 112 hits stored in this event + 0 hits stored in this event >>> Event: 53 0 hits stored in this event >>> Event: 54 - 56 hits stored in this event + 0 hits stored in this event >>> Event: 55 0 hits stored in this event >>> Event: 56 0 hits stored in this event >>> Event: 57 - 21 hits stored in this event + 14 hits stored in this event >>> Event: 58 - 0 hits stored in this event + 58 hits stored in this event >>> Event: 59 0 hits stored in this event >>> Event: 60 - 0 hits stored in this event + 20 hits stored in this event >>> Event: 61 - 63 hits stored in this event + 5 hits stored in this event >>> Event: 62 0 hits stored in this event >>> Event: 63 @@ -1023,9 +1023,9 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 73 0 hits stored in this event >>> Event: 74 - 0 hits stored in this event + 21 hits stored in this event >>> Event: 75 - 49 hits stored in this event + 0 hits stored in this event >>> Event: 76 0 hits stored in this event >>> Event: 77 @@ -1045,7 +1045,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 84 0 hits stored in this event >>> Event: 85 - 0 hits stored in this event + 70 hits stored in this event >>> Event: 86 0 hits stored in this event >>> Event: 87 @@ -1053,11 +1053,11 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 88 0 hits stored in this event >>> Event: 89 - 331 hits stored in this event + 0 hits stored in this event >>> Event: 90 0 hits stored in this event >>> Event: 91 - 0 hits stored in this event + 79 hits stored in this event >>> Event: 92 0 hits stored in this event >>> Event: 93 @@ -1069,7 +1069,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 96 0 hits stored in this event >>> Event: 97 - 46 hits stored in this event + 0 hits stored in this event >>> Event: 98 0 hits stored in this event >>> Event: 99 @@ -1077,205 +1077,205 @@ See commands in /vis/modeling/trajectories/ for other options. ### Run 1 starts. --> Event 0 starts. >>> Event: 0 - 85 hits stored in this event + 63 hits stored in this event >>> Event: 1 - 86 hits stored in this event + 440 hits stored in this event >>> Event: 2 - 328 hits stored in this event + 553 hits stored in this event >>> Event: 3 - 87 hits stored in this event + 2115 hits stored in this event >>> Event: 4 - 120 hits stored in this event + 65 hits stored in this event >>> Event: 5 - 86 hits stored in this event + 102 hits stored in this event >>> Event: 6 - 105 hits stored in this event + 350 hits stored in this event >>> Event: 7 - 60 hits stored in this event + 422 hits stored in this event >>> Event: 8 - 121 hits stored in this event + 176 hits stored in this event >>> Event: 9 - 86 hits stored in this event + 64 hits stored in this event >>> Event: 10 - 361 hits stored in this event + 114 hits stored in this event >>> Event: 11 - 185 hits stored in this event + 528 hits stored in this event >>> Event: 12 - 80 hits stored in this event + 95 hits stored in this event >>> Event: 13 - 67 hits stored in this event + 91 hits stored in this event >>> Event: 14 - 93 hits stored in this event + 79 hits stored in this event >>> Event: 15 - 76 hits stored in this event + 51 hits stored in this event >>> Event: 16 - 65 hits stored in this event + 72 hits stored in this event >>> Event: 17 - 81 hits stored in this event + 79 hits stored in this event >>> Event: 18 - 124 hits stored in this event + 144 hits stored in this event >>> Event: 19 - 121 hits stored in this event + 86 hits stored in this event >>> Event: 20 - 606 hits stored in this event + 98 hits stored in this event >>> Event: 21 - 66 hits stored in this event + 76 hits stored in this event >>> Event: 22 - 207 hits stored in this event + 306 hits stored in this event >>> Event: 23 - 289 hits stored in this event + 136 hits stored in this event >>> Event: 24 - 126 hits stored in this event + 103 hits stored in this event >>> Event: 25 - 79 hits stored in this event + 87 hits stored in this event >>> Event: 26 - 81 hits stored in this event + 107 hits stored in this event >>> Event: 27 - 170 hits stored in this event + 97 hits stored in this event >>> Event: 28 - 219 hits stored in this event + 165 hits stored in this event >>> Event: 29 - 186 hits stored in this event + 235 hits stored in this event >>> Event: 30 - 61 hits stored in this event + 90 hits stored in this event >>> Event: 31 - 111 hits stored in this event + 255 hits stored in this event >>> Event: 32 - 52 hits stored in this event + 109 hits stored in this event >>> Event: 33 - 105 hits stored in this event + 87 hits stored in this event >>> Event: 34 - 72 hits stored in this event + 379 hits stored in this event >>> Event: 35 - 64 hits stored in this event + 101 hits stored in this event >>> Event: 36 - 107 hits stored in this event + 252 hits stored in this event >>> Event: 37 - 114 hits stored in this event + 136 hits stored in this event >>> Event: 38 - 119 hits stored in this event + 67 hits stored in this event >>> Event: 39 - 76 hits stored in this event + 122 hits stored in this event >>> Event: 40 - 79 hits stored in this event + 73 hits stored in this event >>> Event: 41 - 105 hits stored in this event + 499 hits stored in this event >>> Event: 42 - 547 hits stored in this event + 101 hits stored in this event >>> Event: 43 - 71 hits stored in this event + 107 hits stored in this event >>> Event: 44 - 157 hits stored in this event + 130 hits stored in this event >>> Event: 45 - 104 hits stored in this event + 147 hits stored in this event >>> Event: 46 - 167 hits stored in this event + 99 hits stored in this event >>> Event: 47 - 134 hits stored in this event + 91 hits stored in this event >>> Event: 48 - 441 hits stored in this event + 71 hits stored in this event >>> Event: 49 - 79 hits stored in this event + 89 hits stored in this event >>> Event: 50 - 65 hits stored in this event + 67 hits stored in this event >>> Event: 51 - 260 hits stored in this event + 80 hits stored in this event >>> Event: 52 - 75 hits stored in this event + 149 hits stored in this event >>> Event: 53 - 274 hits stored in this event + 258 hits stored in this event >>> Event: 54 - 118 hits stored in this event + 83 hits stored in this event >>> Event: 55 - 93 hits stored in this event + 78 hits stored in this event >>> Event: 56 - 231 hits stored in this event + 43 hits stored in this event >>> Event: 57 - 92 hits stored in this event + 103 hits stored in this event >>> Event: 58 - 79 hits stored in this event + 194 hits stored in this event >>> Event: 59 - 85 hits stored in this event + 84 hits stored in this event >>> Event: 60 - 150 hits stored in this event + 188 hits stored in this event >>> Event: 61 - 598 hits stored in this event + 97 hits stored in this event >>> Event: 62 - 133 hits stored in this event + 543 hits stored in this event >>> Event: 63 - 74 hits stored in this event + 57 hits stored in this event >>> Event: 64 - 177 hits stored in this event + 65 hits stored in this event >>> Event: 65 - 73 hits stored in this event + 141 hits stored in this event >>> Event: 66 - 68 hits stored in this event + 79 hits stored in this event >>> Event: 67 - 65 hits stored in this event + 338 hits stored in this event >>> Event: 68 - 922 hits stored in this event + 81 hits stored in this event >>> Event: 69 - 50 hits stored in this event + 123 hits stored in this event >>> Event: 70 - 128 hits stored in this event + 52 hits stored in this event >>> Event: 71 - 33582 hits stored in this event + 258 hits stored in this event >>> Event: 72 - 110 hits stored in this event + 276 hits stored in this event >>> Event: 73 - 119 hits stored in this event + 89 hits stored in this event >>> Event: 74 - 119 hits stored in this event + 130 hits stored in this event >>> Event: 75 - 122 hits stored in this event + 72 hits stored in this event >>> Event: 76 - 86 hits stored in this event + 81 hits stored in this event >>> Event: 77 - 929 hits stored in this event + 3984 hits stored in this event >>> Event: 78 - 78 hits stored in this event + 68 hits stored in this event >>> Event: 79 - 66 hits stored in this event + 67 hits stored in this event >>> Event: 80 - 119 hits stored in this event + 190 hits stored in this event >>> Event: 81 - 225 hits stored in this event + 96 hits stored in this event >>> Event: 82 - 99 hits stored in this event + 340 hits stored in this event >>> Event: 83 - 75 hits stored in this event + 464 hits stored in this event >>> Event: 84 - 89 hits stored in this event + 76 hits stored in this event >>> Event: 85 - 108 hits stored in this event + 91 hits stored in this event >>> Event: 86 - 93 hits stored in this event + 54 hits stored in this event >>> Event: 87 - 100 hits stored in this event + 85 hits stored in this event >>> Event: 88 - 129 hits stored in this event + 73 hits stored in this event >>> Event: 89 - 87 hits stored in this event + 144 hits stored in this event >>> Event: 90 - 2147 hits stored in this event + 89 hits stored in this event >>> Event: 91 - 164 hits stored in this event + 102 hits stored in this event >>> Event: 92 - 47 hits stored in this event + 120 hits stored in this event >>> Event: 93 - 60 hits stored in this event + 2499 hits stored in this event >>> Event: 94 - 184 hits stored in this event + 91 hits stored in this event >>> Event: 95 - 87 hits stored in this event + 126 hits stored in this event >>> Event: 96 - 262 hits stored in this event + 65 hits stored in this event >>> Event: 97 - 134 hits stored in this event + 100 hits stored in this event >>> Event: 98 - 68 hits stored in this event + 152 hits stored in this event >>> Event: 99 - 107 hits stored in this event + 723 hits stored in this event ### Run 2 starts. --> Event 0 starts. diff --git a/examples/basic/B2/README b/examples/basic/B2/README index ba012e0e193..b58fcb7bb64 100644 --- a/examples/basic/B2/README +++ b/examples/basic/B2/README @@ -165,6 +165,11 @@ (since they require no external libraries), but the OGL driver requires that the Geant4 libraries have been built with the OpenGL option. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example, @@ -178,10 +183,16 @@ The user command interface is set via the G4UIExecutive class in the main() function in exampleB2a.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + C- HOW TO RUN - Execute exampleB2a in the 'interactive mode' with visualization diff --git a/examples/basic/B3/.README.txt b/examples/basic/B3/.README.txt index f619820dfe8..e335ad113bf 100644 --- a/examples/basic/B3/.README.txt +++ b/examples/basic/B3/.README.txt @@ -171,6 +171,11 @@ The following paragraphs are common to all basic examples (since they require no external libraries), but the OGL driver requires that the Geant4 libraries have been built with the OpenGL option. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example,\n @@ -188,10 +193,16 @@ The following paragraphs are common to all basic examples The user command interface is set via the G4UIExecutive class in the main () function in exampleB3.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + \section B3_C HOW TO RUN - Execute exampleB3a in the 'interactive mode' with visualization diff --git a/examples/basic/B3/B3a/CMakeLists.txt b/examples/basic/B3/B3a/CMakeLists.txt index f3cb3b0d151..9cc3d83c21f 100644 --- a/examples/basic/B3/B3a/CMakeLists.txt +++ b/examples/basic/B3/B3a/CMakeLists.txt @@ -6,22 +6,9 @@ project(B3a) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -31,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB3a exampleB3a.cc ${sources} ${headers}) -target_link_libraries(exampleB3a ${Geant4_LIBRARIES}) +target_include_directories(exampleB3a PRIVATE include) +target_link_libraries(exampleB3a PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -58,14 +46,3 @@ foreach(_script ${EXAMPLEB3_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# For internal Geant4 use - but has no effect if you build this -# example standalone -# -add_custom_target(B3a DEPENDS exampleB3a) - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB3a DESTINATION bin ) diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out index f0424d1c6b8..9e8edeab729 100644 --- a/examples/basic/B3/B3a/exampleB3a.out +++ b/examples/basic/B3/B3a/exampleB3a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,6 +19,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -31,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -260,10 +261,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -449,7 +453,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV ====================================================================== ====== Radioactive Decay Physics Parameters ======= @@ -711,8 +715,6 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 start. @@ -740,8 +742,8 @@ Setting was ignored. --> Event 9000 starts. --------------------End of Global Run----------------------- - The run was 10000 events Nb of 'good' e+ annihilations: 1308 - Total dose in patient : 305.937 picoGy + The run was 10000 events Nb of 'good' e+ annihilations: 1306 + Total dose in patient : 306.658 picoGy ------------------------------------------------------------ ... write file : scoring.root - done diff --git a/examples/basic/B3/B3a/src/RunAction.cc b/examples/basic/B3/B3a/src/RunAction.cc index 1cb3b7065b1..7a272cf2b5a 100644 --- a/examples/basic/B3/B3a/src/RunAction.cc +++ b/examples/basic/B3/B3a/src/RunAction.cc @@ -61,8 +61,8 @@ RunAction::RunAction() // Register accumulable to the accumulable manager G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(fGoodEvents); - accumulableManager->RegisterAccumulable(fSumDose); + accumulableManager->Register(fGoodEvents); + accumulableManager->Register(fSumDose); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/basic/B3/B3b/CMakeLists.txt b/examples/basic/B3/B3b/CMakeLists.txt index 4fb1725b94a..203ce9a041b 100644 --- a/examples/basic/B3/B3b/CMakeLists.txt +++ b/examples/basic/B3/B3b/CMakeLists.txt @@ -6,22 +6,9 @@ project(B3b) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -31,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB3b exampleB3b.cc ${sources} ${headers}) -target_link_libraries(exampleB3b ${Geant4_LIBRARIES}) +target_include_directories(exampleB3b PRIVATE include) +target_link_libraries(exampleB3b PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -58,14 +46,3 @@ foreach(_script ${EXAMPLEB3_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# For internal Geant4 use - but has no effect if you build this -# example standalone -# -add_custom_target(B3b DEPENDS exampleB3b) - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB3b DESTINATION bin ) diff --git a/examples/basic/B3/B3b/exampleB3b.out b/examples/basic/B3/B3b/exampleB3b.out index 790ee4f7ab2..3b87a825dd1 100644 --- a/examples/basic/B3/B3b/exampleB3b.out +++ b/examples/basic/B3/B3b/exampleB3b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -260,10 +259,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -449,7 +451,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV ====================================================================== ====== Radioactive Decay Physics Parameters ======= @@ -711,8 +713,6 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 start. @@ -742,9 +742,9 @@ Setting was ignored. --> Event 9000 starts. --------------------End of Global Run----------------------- - The run was 10000 events Nb of 'good' e+ annihilations: 1308 - Total dose in patient : 305.937 picoGy - Total dose in patient : 3.05937e-10 [sigma: 1.73788e-14 | error: 0.0056805 | coeff: 0.0056805 | eff: 1 | fom: 30990.3 | r2int: 3.22649e-05 | r2eff: 0 | hits: 10000 ] Gy + The run was 10000 events Nb of 'good' e+ annihilations: 1306 + Total dose in patient : 306.658 picoGy + Total dose in patient : 3.06658e-10 [sigma: 1.74008e-14 | error: 0.00567435 | coeff: 0.00567435 | eff: 1 | fom: 31057.6 | r2int: 3.2195e-05 | r2eff: 0 | hits: 10000 ] Gy ------------------------------------------------------------ ... write file : scoring.root - done diff --git a/examples/basic/B3/History b/examples/basic/B3/History index 3db71bdbb5c..d9d93a5b60c 100644 --- a/examples/basic/B3/History +++ b/examples/basic/B3/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-08-12 I. Hrivnacova (exampleB3-V11-02-00) +- Updated for changes in accumulables: + use new "Register" method with shorter name + ## 2024-05-07 I. Hrivnacova (exampleB3-V11-02-00) - Looping over G4THitsMap via range for loop instead of iterators. diff --git a/examples/basic/B3/README b/examples/basic/B3/README index 4a64cff14ad..3b8d6f50b00 100644 --- a/examples/basic/B3/README +++ b/examples/basic/B3/README @@ -162,6 +162,11 @@ (since they require no external libraries), but the OGL driver requires that the Geant4 libraries have been built with the OpenGL option. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example, @@ -175,10 +180,16 @@ The user command interface is set via the G4UIExecutive class in the main() function in exampleB3.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + C- HOW TO RUN - Execute exampleB3a in the 'interactive mode' with visualization diff --git a/examples/basic/B4/.README.txt b/examples/basic/B4/.README.txt index a6e08ad72b9..5185f5abd3c 100644 --- a/examples/basic/B4/.README.txt +++ b/examples/basic/B4/.README.txt @@ -296,6 +296,11 @@ The following paragraphs are common to all basic examples (since they require no external libraries), but the OGL driver requires that the Geant4 libraries have been built with the OpenGL option. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example,\n @@ -313,10 +318,16 @@ The following paragraphs are common to all basic examples The user command interface is set via the G4UIExecutive class in the main () function in exampleB4a.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + */ diff --git a/examples/basic/B4/B4a/CMakeLists.txt b/examples/basic/B4/B4a/CMakeLists.txt index ffaeeb1aaf2..79c79823684 100644 --- a/examples/basic/B4/B4a/CMakeLists.txt +++ b/examples/basic/B4/B4a/CMakeLists.txt @@ -6,22 +6,9 @@ project(B4a) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -31,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB4a exampleB4a.cc ${sources} ${headers}) -target_link_libraries(exampleB4a ${Geant4_LIBRARIES}) +target_include_directories(exampleB4a PRIVATE include) +target_link_libraries(exampleB4a PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -60,8 +48,3 @@ foreach(_script ${EXAMPLEB4A_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB4a DESTINATION bin) diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out index 8f9dcd7feea..d010e30fa18 100644 --- a/examples/basic/B4/B4a/exampleB4a.out +++ b/examples/basic/B4/B4a/exampleB4a.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -115,7 +114,7 @@ Some /vis commands (optionally) take a string to specify colour. ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -161,10 +160,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -335,7 +337,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -817,7 +819,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -842,12 +844,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -864,26 +864,19 @@ Setting was ignored. ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 279.218 MeV total track length: 20.3807 cm - Gap: total energy: 19.7181 MeV total track length: 9.43835 cm + Absorber: total energy: 260.424 MeV total track length: 18.8985 cm + Gap: total energy: 20.1593 MeV total track length: 10.2646 cm --> End of event 0 ----> print histograms statistic for the entire run - EAbs : mean = 279.218 MeV rms = 0 eV - EGap : mean = 19.7181 MeV rms = 0 eV - LAbs : mean = 20.3807 cm rms = 0 fm - LGap : mean = 9.43835 cm rms = 0 fm + EAbs : mean = 260.424 MeV rms = 0 eV + EGap : mean = 20.1593 MeV rms = 0 eV + LAbs : mean = 18.8985 cm rms = 0 fm + LGap : mean = 10.2646 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Transportation, GammaGeneralProc, msc, eIoni eBrem, CoulombScat, msc, eIoni eBrem, annihil, CoulombScat, msc @@ -944,51 +937,37 @@ hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, dInela ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 253.71 MeV total track length: 18.3379 cm - Gap: total energy: 18.1797 MeV total track length: 8.925 cm + Absorber: total energy: 271.299 MeV total track length: 19.4388 cm + Gap: total energy: 23.6238 MeV total track length: 11.1558 cm --> End of event 0 ----> print histograms statistic for the entire run - EAbs : mean = 253.71 MeV rms = 0 eV - EGap : mean = 18.1797 MeV rms = 0 eV - LAbs : mean = 18.3379 cm rms = 0 fm - LGap : mean = 8.925 cm rms = 0 fm + EAbs : mean = 271.299 MeV rms = 0 eV + EGap : mean = 23.6238 MeV rms = 0 eV + LAbs : mean = 19.4388 cm rms = 0 fm + LGap : mean = 11.1558 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ### Run 2 starts. ... create file : B4.root - done ... open analysis file : B4.root - done ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 437.115 MeV total track length: 31.5725 cm - Gap: total energy: 19.1128 MeV total track length: 8.67887 cm + Absorber: total energy: 446.304 MeV total track length: 32.6572 cm + Gap: total energy: 42.0373 MeV total track length: 21.6011 cm --> End of event 0 ----> print histograms statistic for the entire run EAbs : mean = 0 eV rms = 0 eV - EGap : mean = 19.1128 MeV rms = 0 eV - LAbs : mean = 31.5725 cm rms = 0 fm - LGap : mean = 8.67887 cm rms = 0 fm + EGap : mean = 0 eV rms = 0 eV + LAbs : mean = 32.6572 cm rms = 0 fm + LGap : mean = 21.6011 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4b/CMakeLists.txt b/examples/basic/B4/B4b/CMakeLists.txt index f58dd264b03..19df1c7d078 100644 --- a/examples/basic/B4/B4b/CMakeLists.txt +++ b/examples/basic/B4/B4b/CMakeLists.txt @@ -6,22 +6,9 @@ project(B4b) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -31,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB4b exampleB4b.cc ${sources} ${headers}) -target_link_libraries(exampleB4b ${Geant4_LIBRARIES}) +target_include_directories(exampleB4b PRIVATE include) +target_link_libraries(exampleB4b PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -60,8 +48,3 @@ foreach(_script ${EXAMPLEB4B_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB4b DESTINATION bin) diff --git a/examples/basic/B4/B4b/exampleB4b.out b/examples/basic/B4/B4b/exampleB4b.out index 5e04bb0e480..505d75a52de 100644 --- a/examples/basic/B4/B4b/exampleB4b.out +++ b/examples/basic/B4/B4b/exampleB4b.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -115,7 +114,7 @@ Some /vis commands (optionally) take a string to specify colour. ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -161,10 +160,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -335,7 +337,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -817,7 +819,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -842,12 +844,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 start. @@ -865,26 +865,19 @@ Setting was ignored. ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 279.218 MeV total track length: 20.3807 cm - Gap: total energy: 19.7181 MeV total track length: 9.43835 cm + Absorber: total energy: 260.424 MeV total track length: 18.8985 cm + Gap: total energy: 20.1593 MeV total track length: 10.2646 cm --> End of event 0 ----> print histograms statistic for the entire run - EAbs : mean = 279.218 MeV rms = 0 eV - EGap : mean = 19.7181 MeV rms = 0 eV - LAbs : mean = 20.3807 cm rms = 0 fm - LGap : mean = 9.43835 cm rms = 0 fm + EAbs : mean = 260.424 MeV rms = 0 eV + EGap : mean = 20.1593 MeV rms = 0 eV + LAbs : mean = 18.8985 cm rms = 0 fm + LGap : mean = 10.2646 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Transportation, GammaGeneralProc, msc, eIoni eBrem, CoulombScat, msc, eIoni eBrem, annihil, CoulombScat, msc @@ -946,26 +939,19 @@ hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, dInela ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 253.71 MeV total track length: 18.3379 cm - Gap: total energy: 18.1797 MeV total track length: 8.925 cm + Absorber: total energy: 271.299 MeV total track length: 19.4388 cm + Gap: total energy: 23.6238 MeV total track length: 11.1558 cm --> End of event 0 ----> print histograms statistic for the entire run - EAbs : mean = 253.71 MeV rms = 0 eV - EGap : mean = 18.1797 MeV rms = 0 eV - LAbs : mean = 18.3379 cm rms = 0 fm - LGap : mean = 8.925 cm rms = 0 fm + EAbs : mean = 271.299 MeV rms = 0 eV + EGap : mean = 23.6238 MeV rms = 0 eV + LAbs : mean = 19.4388 cm rms = 0 fm + LGap : mean = 11.1558 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ### Run 2 starts. ### Run 2 start. ... create file : B4.root - done @@ -973,25 +959,18 @@ There are histograms that can be viewed with visualization: ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 437.115 MeV total track length: 31.5725 cm - Gap: total energy: 19.1128 MeV total track length: 8.67887 cm + Absorber: total energy: 446.304 MeV total track length: 32.6572 cm + Gap: total energy: 42.0373 MeV total track length: 21.6011 cm --> End of event 0 ----> print histograms statistic for the entire run EAbs : mean = 0 eV rms = 0 eV - EGap : mean = 19.1128 MeV rms = 0 eV - LAbs : mean = 31.5725 cm rms = 0 fm - LGap : mean = 8.67887 cm rms = 0 fm + EGap : mean = 0 eV rms = 0 eV + LAbs : mean = 32.6572 cm rms = 0 fm + LGap : mean = 21.6011 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4c/CMakeLists.txt b/examples/basic/B4/B4c/CMakeLists.txt index 0243744ae26..5f4e931f722 100644 --- a/examples/basic/B4/B4c/CMakeLists.txt +++ b/examples/basic/B4/B4c/CMakeLists.txt @@ -6,22 +6,9 @@ project(B4c) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -31,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB4c exampleB4c.cc ${sources} ${headers}) -target_link_libraries(exampleB4c ${Geant4_LIBRARIES}) +target_include_directories(exampleB4c PRIVATE include) +target_link_libraries(exampleB4c PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -60,8 +48,3 @@ foreach(_script ${EXAMPLEB4C_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB4c DESTINATION bin) diff --git a/examples/basic/B4/B4c/exampleB4c.out b/examples/basic/B4/B4c/exampleB4c.out index 7e6f778a132..576c8be8dbd 100644 --- a/examples/basic/B4/B4c/exampleB4c.out +++ b/examples/basic/B4/B4c/exampleB4c.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -115,7 +114,7 @@ Some /vis commands (optionally) take a string to specify colour. ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -161,10 +160,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -335,7 +337,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -817,7 +819,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -842,12 +844,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -864,26 +864,19 @@ Setting was ignored. ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 279.218 MeV total track length: 20.3807 cm - Gap: total energy: 19.7181 MeV total track length: 9.43835 cm + Absorber: total energy: 260.424 MeV total track length: 18.8985 cm + Gap: total energy: 20.1593 MeV total track length: 10.2646 cm --> End of event: 0 ----> print histograms statistic for the entire run - EAbs : mean = 279.218 MeV rms = 0 eV - EGap : mean = 19.7181 MeV rms = 0 eV - LAbs : mean = 20.3807 cm rms = 0 fm - LGap : mean = 9.43835 cm rms = 0 fm + EAbs : mean = 260.424 MeV rms = 0 eV + EGap : mean = 20.1593 MeV rms = 0 eV + LAbs : mean = 18.8985 cm rms = 0 fm + LGap : mean = 10.2646 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Transportation, GammaGeneralProc, msc, eIoni eBrem, CoulombScat, msc, eIoni eBrem, annihil, CoulombScat, msc @@ -944,51 +937,37 @@ hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, dInela ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 253.71 MeV total track length: 18.3379 cm - Gap: total energy: 18.1797 MeV total track length: 8.925 cm + Absorber: total energy: 271.299 MeV total track length: 19.4388 cm + Gap: total energy: 23.6238 MeV total track length: 11.1558 cm --> End of event: 0 ----> print histograms statistic for the entire run - EAbs : mean = 253.71 MeV rms = 0 eV - EGap : mean = 18.1797 MeV rms = 0 eV - LAbs : mean = 18.3379 cm rms = 0 fm - LGap : mean = 8.925 cm rms = 0 fm + EAbs : mean = 271.299 MeV rms = 0 eV + EGap : mean = 23.6238 MeV rms = 0 eV + LAbs : mean = 19.4388 cm rms = 0 fm + LGap : mean = 11.1558 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ### Run 2 starts. ... create file : B4.root - done ... open analysis file : B4.root - done ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 437.115 MeV total track length: 31.5725 cm - Gap: total energy: 19.1128 MeV total track length: 8.67887 cm + Absorber: total energy: 446.304 MeV total track length: 32.6572 cm + Gap: total energy: 42.0373 MeV total track length: 21.6011 cm --> End of event: 0 ----> print histograms statistic for the entire run EAbs : mean = 0 eV rms = 0 eV - EGap : mean = 19.1128 MeV rms = 0 eV - LAbs : mean = 31.5725 cm rms = 0 fm - LGap : mean = 8.67887 cm rms = 0 fm + EGap : mean = 0 eV rms = 0 eV + LAbs : mean = 32.6572 cm rms = 0 fm + LGap : mean = 21.6011 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4d/CMakeLists.txt b/examples/basic/B4/B4d/CMakeLists.txt index e6011dc2f11..541c5f1b514 100644 --- a/examples/basic/B4/B4d/CMakeLists.txt +++ b/examples/basic/B4/B4d/CMakeLists.txt @@ -6,22 +6,9 @@ project(B4d) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project @@ -31,10 +18,11 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB4d exampleB4d.cc ${sources} ${headers}) -target_link_libraries(exampleB4d ${Geant4_LIBRARIES}) +target_include_directories(exampleB4d PRIVATE include) +target_link_libraries(exampleB4d PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -60,8 +48,3 @@ foreach(_script ${EXAMPLEB4D_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB4d DESTINATION bin) diff --git a/examples/basic/B4/B4d/exampleB4d.out b/examples/basic/B4/B4d/exampleB4d.out index 32357141d3b..2c54520a4f4 100644 --- a/examples/basic/B4/B4d/exampleB4d.out +++ b/examples/basic/B4/B4d/exampleB4d.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -115,7 +114,7 @@ Some /vis commands (optionally) take a string to specify colour. ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -165,10 +164,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -339,7 +341,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -821,7 +823,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -846,12 +848,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -868,26 +868,19 @@ Setting was ignored. ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 279.218 MeV total track length: 20.3807 cm - Gap: total energy: 19.7181 MeV total track length: 9.43835 cm + Absorber: total energy: 260.424 MeV total track length: 18.8985 cm + Gap: total energy: 20.1593 MeV total track length: 10.2646 cm --> End of event: 0 ----> print histograms statistic for the entire run - EAbs : mean = 279.218 MeV rms = 0 eV - EGap : mean = 19.7181 MeV rms = 0 eV - LAbs : mean = 20.3807 cm rms = 0 fm - LGap : mean = 9.43835 cm rms = 0 fm + EAbs : mean = 260.424 MeV rms = 0 eV + EGap : mean = 20.1593 MeV rms = 0 eV + LAbs : mean = 18.8985 cm rms = 0 fm + LGap : mean = 10.2646 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Transportation, GammaGeneralProc, msc, eIoni eBrem, CoulombScat, msc, eIoni eBrem, annihil, CoulombScat, msc @@ -948,52 +941,38 @@ hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, dInela ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 253.71 MeV total track length: 18.3379 cm - Gap: total energy: 18.1797 MeV total track length: 8.925 cm + Absorber: total energy: 271.299 MeV total track length: 19.4388 cm + Gap: total energy: 23.6238 MeV total track length: 11.1558 cm --> End of event: 0 ----> print histograms statistic for the entire run - EAbs : mean = 253.71 MeV rms = 0 eV - EGap : mean = 18.1797 MeV rms = 0 eV - LAbs : mean = 18.3379 cm rms = 0 fm - LGap : mean = 8.925 cm rms = 0 fm + EAbs : mean = 271.299 MeV rms = 0 eV + EGap : mean = 23.6238 MeV rms = 0 eV + LAbs : mean = 19.4388 cm rms = 0 fm + LGap : mean = 11.1558 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ### Run 2 starts. ... create file : B4.root - done ... open analysis file : B4.root - done ... open analysis file : B4.root - done Using --> Event 0 starts. - Absorber: total energy: 437.115 MeV total track length: 31.5725 cm - Gap: total energy: 19.1128 MeV total track length: 8.67887 cm + Absorber: total energy: 446.304 MeV total track length: 32.6572 cm + Gap: total energy: 42.0373 MeV total track length: 21.6011 cm --> End of event: 0 ----> print histograms statistic for the entire run EAbs : mean = 0 eV rms = 0 eV - EGap : mean = 19.1128 MeV rms = 0 eV - LAbs : mean = 31.5725 cm rms = 0 fm - LGap : mean = 8.67887 cm rms = 0 fm + EGap : mean = 0 eV rms = 0 eV + LAbs : mean = 32.6572 cm rms = 0 fm + LGap : mean = 21.6011 cm rms = 0 fm ... write file : B4.root - done ... close file : B4.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... -### deleting chargedFilter 0xb7fb80 +### deleting chargedFilter 0x164e710 diff --git a/examples/basic/B4/README b/examples/basic/B4/README index 3a7abb64c04..0ee0447cd03 100644 --- a/examples/basic/B4/README +++ b/examples/basic/B4/README @@ -252,6 +252,11 @@ (since they require no external libraries), but the OGL driver requires that the Geant4 libraries have been built with the OpenGL option. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example, @@ -265,6 +270,12 @@ The user command interface is set via the G4UIExecutive class in the main() function in exampleB4a.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. diff --git a/examples/basic/B5/.README.txt b/examples/basic/B5/.README.txt index 18595075b26..63278bf3717 100644 --- a/examples/basic/B5/.README.txt +++ b/examples/basic/B5/.README.txt @@ -291,6 +291,11 @@ The following paragraphs are common to all basic examples To see even more commands use help or ls or browse the available UI commands in the Application Developers Guide. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example,\n @@ -308,10 +313,16 @@ The following paragraphs are common to all basic examples The user command interface is set via the G4UIExecutive class in the main () function in exampleB5.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + \section B5_C HOW TO RUN - Execute exampleB5 in the 'interactive mode' with visualization diff --git a/examples/basic/B5/CMakeLists.txt b/examples/basic/B5/CMakeLists.txt index 9c2d4cd9398..ba0a0c81126 100644 --- a/examples/basic/B5/CMakeLists.txt +++ b/examples/basic/B5/CMakeLists.txt @@ -5,36 +5,23 @@ project(B5) #---------------------------------------------------------------------------- # 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 +# See the documentation for a guide on how to enable/disable specific components # -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) +find_package(Geant4 REQUIRED ui_all vis_all) #---------------------------------------------------------------------------- # Locate sources and headers for this project # NB: headers are included so they will show up in IDEs # -include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include - ${Geant4_INCLUDE_DIR}) file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) #---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries +# Add the executable, use our local headers, and link it to the Geant4 libraries # add_executable(exampleB5 exampleB5.cc ${sources} ${headers}) -target_link_libraries(exampleB5 ${Geant4_LIBRARIES}) +target_include_directories(exampleB5 PRIVATE include) +target_link_libraries(exampleB5 PRIVATE ${Geant4_LIBRARIES}) #---------------------------------------------------------------------------- # Copy all scripts to the build directory, i.e. the directory in which we @@ -62,15 +49,3 @@ foreach(_script ${B5_SCRIPTS}) COPYONLY ) endforeach() - -#---------------------------------------------------------------------------- -# Add program to the project targets -# (this avoids the need of typing the program name after make) -# -add_custom_target(B5 DEPENDS exampleB5) - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS exampleB5 DESTINATION bin) - diff --git a/examples/basic/B5/README b/examples/basic/B5/README index 44dba5c3693..b1e9d2a1cc6 100644 --- a/examples/basic/B5/README +++ b/examples/basic/B5/README @@ -274,6 +274,11 @@ To see even more commands use help or ls or browse the available UI commands in the Application Developers Guide. + Since 11.1, the TSG visualization driver can also produce the "offscrean" + file output in png, jpeg, gl2ps formats without drawing on the screen. + It can be controlled via UI commands provided in '/vis/tsg' which are + demonstrated in the tsg_offscreen.mac macro in example B5. + For more information on visualization, including information on how to install and run DAWN, OpenGL and HepRApp, see the visualization tutorials, for example, @@ -287,10 +292,16 @@ The user command interface is set via the G4UIExecutive class in the main() function in exampleB5.cc + The selection of the user command interface is then done automatically according to the Geant4 configuration or it can be done explicitly via the third argument of the G4UIExecutive constructor (see exampleB4a.cc). + The gui.mac macros are provided in examples B2, B4 and B5. This macro + is automatically executed if Geant4 is built with any GUI session. + It is also possible to customise the icons menu bar which is + demonstrated in the icons.mac macro in example B5. + C- HOW TO RUN - Execute exampleB5 in the 'interactive mode' with visualization: diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index 4db3dbbe887..22f6621c47d 100644 --- a/examples/basic/B5/exampleB5.out +++ b/examples/basic/B5/exampleB5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -259,10 +258,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -433,7 +435,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -915,7 +917,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -940,12 +942,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -968,40 +968,40 @@ Hodoscope 1 has 1 hits. Hodoscope[7] 4.9870027260872 (nsec) Hodoscope 2 has 0 hits. Drift Chamber 1 has 34 hits. - Layer[0] : time 6.6726483777458 (nsec) --- local (x,y) -2.670535957086, -15.459053892831 + Layer[0] : time 6.6726483776791 (nsec) --- local (x,y) -2.6705359550686, -15.459053887043 Layer[0] : time 6.6724364438581 (nsec) --- local (x,y) -13.23780862396, 11.700787877165 Layer[0] : time 6.7007314325618 (nsec) --- local (x,y) 24.720678661792, 72.55430677598 Layer[0] : time 6.6746364704571 (nsec) --- local (x,y) -10.985158643528, -17.637883173522 - Layer[0] : time 6.6730472864275 (nsec) --- local (x,y) -19.404032595146, 5.5189721190572 + Layer[0] : time 6.6730472863839 (nsec) --- local (x,y) -19.404032593972, 5.5189721151471 Layer[0] : time 6.9266659511772 (nsec) --- local (x,y) -149.19886338227, -143.37147151472 - Layer[0] : time 6.6951976041626 (nsec) --- local (x,y) -17.297275022687, -63.322804462041 + Layer[0] : time 6.6951975886854 (nsec) --- local (x,y) -17.297275092184, -63.322804528929 Layer[0] : time 6.7888806014905 (nsec) --- local (x,y) -20.111069201463, -160.77906025403 - Layer[0] : time 6.818604417594 (nsec) --- local (x,y) -127.37502702727, -85.362878844913 - Layer[1] : time 8.3419372616408 (nsec) --- local (x,y) -5.3332073099432, -30.802133406915 + Layer[0] : time 6.8186033614811 (nsec) --- local (x,y) -127.37502671052, -85.362879162699 + Layer[1] : time 8.3419372615033 (nsec) --- local (x,y) -5.333207304657, -30.80213339434 Layer[1] : time 8.3415176165109 (nsec) --- local (x,y) -26.390080633209, 23.326526720805 Layer[1] : time 8.3979088565519 (nsec) --- local (x,y) 49.282198983599, 144.58714542264 Layer[1] : time 8.3458876712761 (nsec) --- local (x,y) -21.859635320069, -35.069195575231 - Layer[1] : time 8.3427336053094 (nsec) --- local (x,y) -38.674938512116, 10.999108474538 + Layer[1] : time 8.3427336052195 (nsec) --- local (x,y) -38.674938512136, 10.999108465643 Layer[1] : time 8.8478629023622 (nsec) --- local (x,y) -297.99883911916, -284.63633515014 - Layer[1] : time 8.3868059018484 (nsec) --- local (x,y) -34.337423084557, -126.06141036647 - Layer[1] : time 8.6326062030466 (nsec) --- local (x,y) -253.83896982921, -169.7212111701 - Layer[2] : time 10.011225033619 (nsec) --- local (x,y) -7.9895583635407, -46.135170769761 + Layer[1] : time 8.386805857812 (nsec) --- local (x,y) -34.337423499623, -126.06141072575 + Layer[1] : time 8.6326040391362 (nsec) --- local (x,y) -253.8389702616, -169.72121686915 + Layer[2] : time 10.011225033407 (nsec) --- local (x,y) -7.9895583548074, -46.135170752197 Layer[2] : time 10.01059699837 (nsec) --- local (x,y) -39.544037574704, 34.927161466643 Layer[2] : time 10.095073608334 (nsec) --- local (x,y) 73.847802219364, 216.5914881433 Layer[2] : time 10.017158870351 (nsec) --- local (x,y) -32.826710887442, -52.611822916749 - Layer[2] : time 10.012419985165 (nsec) --- local (x,y) -57.933979073616, 16.521774472672 - Layer[2] : time 10.078298403532 (nsec) --- local (x,y) -51.05325756474, -188.60253278252 - Layer[2] : time 10.445925203612 (nsec) --- local (x,y) -379.99270523119, -253.28064639878 - Layer[3] : time 11.680508403759 (nsec) --- local (x,y) -10.598675463029, -61.432985776839 + Layer[2] : time 10.012419985026 (nsec) --- local (x,y) -57.933979074513, 16.521774456915 + Layer[2] : time 10.078298330381 (nsec) --- local (x,y) -51.053258778404, -188.60253371918 + Layer[2] : time 10.445921893215 (nsec) --- local (x,y) -379.99270754828, -253.28066013562 + Layer[3] : time 11.68050840347 (nsec) --- local (x,y) -10.59867545431, -61.432985754927 Layer[3] : time 11.679674022053 (nsec) --- local (x,y) -52.678591797351, 46.519214687581 Layer[3] : time 11.792239835867 (nsec) --- local (x,y) 98.406138266742, 288.60074937808 Layer[3] : time 11.688484723609 (nsec) --- local (x,y) -43.987877415929, -70.495756737718 - Layer[3] : time 11.682103339446 (nsec) --- local (x,y) -77.161785798256, 22.070482154642 - Layer[3] : time 11.769767390493 (nsec) --- local (x,y) -67.679283060943, -251.10823799979 - Layer[4] : time 13.349791951958 (nsec) --- local (x,y) -13.180543780017, -76.736903122195 + Layer[3] : time 11.682103339256 (nsec) --- local (x,y) -77.161785801226, 22.07048213092 + Layer[3] : time 11.769767287603 (nsec) --- local (x,y) -67.679285182495, -251.10823955567 + Layer[4] : time 13.349791951588 (nsec) --- local (x,y) -13.180543771773, -76.736903095478 Layer[4] : time 13.348747335519 (nsec) --- local (x,y) -65.785613619161, 58.094357305148 Layer[4] : time 13.359795786022 (nsec) --- local (x,y) -55.032106933021, -88.327164570999 - Layer[4] : time 13.351788490385 (nsec) --- local (x,y) -96.391692871751, 27.659586492481 + Layer[4] : time 13.351788490141 (nsec) --- local (x,y) -96.391692877383, 27.659586459291 Drift Chamber 2 has 0 hits. EM Calorimeter has 8 hits. Total Edep is 1330.2273843407 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) @@ -1009,11 +1009,6 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ### Run 1 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1021,44 +1016,40 @@ There are histograms that can be viewed with visualization: ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (0,0,100000) +>>> Event 0 >>> Simulation truth : pi+ (-0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867880803883 (nsec) -Hodoscope 2 has 10 hits. - Hodoscope[10] 42.693776378762 (nsec) - Hodoscope[21] 277.31081302495 (nsec) - Hodoscope[15] 55.873792498349 (nsec) - Hodoscope[11] 432.42272832113 (nsec) - Hodoscope[3] 445.37425939279 (nsec) - Hodoscope[4] 344.76454843821 (nsec) - Hodoscope[6] 56.071344077312 (nsec) - Hodoscope[23] 354.28393498159 (nsec) - Hodoscope[16] 527.29893705636 (nsec) - Hodoscope[13] 437.50952698677 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.6709548381997 (nsec) --- local (x,y) -0.002682465132296, 0.0062123828560278 - Layer[0] : time 6.8983882452069 (nsec) --- local (x,y) -72.650122610623, 250.07943892006 - Layer[1] : time 8.3387769394958 (nsec) --- local (x,y) -0.0054707039837512, 0.019902898989213 - Layer[2] : time 10.006599040766 (nsec) --- local (x,y) -0.010167442711037, 0.032725837248744 - Layer[3] : time 11.674421141944 (nsec) --- local (x,y) -0.014068348299887, 0.044648782490179 - Layer[4] : time 13.342243243137 (nsec) --- local (x,y) -0.018911672191209, 0.056301006563936 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.366460711945 (nsec) --- local (x,y) -82.787696455557, 0.19450595441458 - Layer[1] : time 36.035194662319 (nsec) --- local (x,y) -99.323720581466, 0.1990617006355 - Layer[2] : time 37.703928811244 (nsec) --- local (x,y) -115.86154576292, 0.20197002738172 - Layer[3] : time 39.372662759407 (nsec) --- local (x,y) -132.39755023373, 0.20441553494352 - Layer[4] : time 41.04139639115 (nsec) --- local (x,y) -148.93068469023, 0.20540122778311 -EM Calorimeter has 70 hits. Total Edep is 17852.510954768 (MeV) -Hadron Calorimeter has 18 hits. Total Edep is 3491.4427191217 (MeV) + Hodoscope[7] 4.9867880803649 (nsec) +Hodoscope 2 has 7 hits. + Hodoscope[10] 42.693893478616 (nsec) + Hodoscope[2] 853.77866942287 (nsec) + Hodoscope[8] 250.84079578652 (nsec) + Hodoscope[19] 56.859826340972 (nsec) + Hodoscope[6] 55.343982182128 (nsec) + Hodoscope[7] 495.81935314938 (nsec) + Hodoscope[11] 203.69686923003 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709548379098 (nsec) --- local (x,y) -0.0067756403066425, 0.0073906289400873 + Layer[1] : time 8.3387769388024 (nsec) --- local (x,y) -0.0099926278606033, 0.017568658924285 + Layer[2] : time 10.006599039562 (nsec) --- local (x,y) -0.015479911648651, 0.024229681018116 + Layer[3] : time 11.674421140242 (nsec) --- local (x,y) -0.020538462591487, 0.029163681873659 + Layer[4] : time 13.34224324097 (nsec) --- local (x,y) -0.024539271250352, 0.035941087448643 +Drift Chamber 2 has 10 hits. + Layer[0] : time 34.366581574853 (nsec) --- local (x,y) -82.691294357706, 0.2575490956363 + Layer[1] : time 36.035314703191 (nsec) --- local (x,y) -99.219857386674, 0.27113901043004 + Layer[2] : time 37.704047857661 (nsec) --- local (x,y) -115.74865880945, 0.28307290276609 + Layer[2] : time 67.162264725082 (nsec) --- local (x,y) -1290.129459435, 165.55834854679 + Layer[2] : time 62.984961951652 (nsec) --- local (x,y) 1356.6966797816, -48.063194168024 + Layer[3] : time 39.372781000818 (nsec) --- local (x,y) -132.27735664709, 0.29610978194111 + Layer[3] : time 65.183122266138 (nsec) --- local (x,y) -1013.9046848682, 222.68618979017 + Layer[3] : time 61.008420084131 (nsec) --- local (x,y) 1142.2883970341, -45.167603632942 + Layer[4] : time 41.041513966124 (nsec) --- local (x,y) -148.80443890137, 0.31120033346316 + Layer[4] : time 59.027088728178 (nsec) --- local (x,y) 926.25949701545, -43.499779580654 +EM Calorimeter has 52 hits. Total Edep is 67684.84057846 (MeV) +Hadron Calorimeter has 14 hits. Total Edep is 767.19162002928 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ### Run 2 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1068,34 +1059,28 @@ There are histograms that can be viewed with visualization: >>> Event 0 >>> Simulation truth : e+ (-0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832233112 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 43.186002215912 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.670948340625 (nsec) --- local (x,y) 0.0073211601586285, 0.013184225918185 - Layer[0] : time 9.8122797492774 (nsec) --- local (x,y) 312.71134569564, 284.81004195729 - Layer[1] : time 8.3387688171895 (nsec) --- local (x,y) 0.0098260138838844, 0.025734973476443 - Layer[2] : time 10.006589293717 (nsec) --- local (x,y) 0.010605902796119, 0.038054218070042 - Layer[3] : time 11.674409770463 (nsec) --- local (x,y) 0.010815725734307, 0.052876709723874 - Layer[4] : time 13.342230247337 (nsec) --- local (x,y) 0.013009619247829, 0.068783939190756 -Drift Chamber 2 has 6 hits. - Layer[0] : time 34.848759153407 (nsec) --- local (x,y) -147.50796217691, 0.2246569071903 - Layer[0] : time 34.863435375881 (nsec) --- local (x,y) -148.97926606319, -4.8232355454257 - Layer[1] : time 36.519482832009 (nsec) --- local (x,y) -177.02262981075, 0.23718191943914 - Layer[2] : time 38.190206227092 (nsec) --- local (x,y) -206.53585636471, 0.24590834880824 - Layer[3] : time 39.860928973385 (nsec) --- local (x,y) -236.04578202111, 0.25401929413388 - Layer[4] : time 41.531651938048 (nsec) --- local (x,y) -265.55681902607, 0.26081352705045 -EM Calorimeter has 49 hits. Total Edep is 76401.581521515 (MeV) -Hadron Calorimeter has 7 hits. Total Edep is 210.27083725289 (MeV) + Hodoscope[7] 4.9867832234035 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[8] 43.190330649002 (nsec) + Hodoscope[19] 57.660287089897 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709483403725 (nsec) --- local (x,y) -0.0078194544128074, 0.016877001566486 + Layer[1] : time 8.3387688168624 (nsec) --- local (x,y) -0.016170330645767, 0.025466416613827 + Layer[2] : time 10.006589293355 (nsec) --- local (x,y) -0.024617143733625, 0.033957207322737 + Layer[3] : time 11.674409769853 (nsec) --- local (x,y) -0.032419219533725, 0.043131779952623 + Layer[4] : time 13.342230246272 (nsec) --- local (x,y) -0.041127019308454, 0.04983131588152 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.847142604164 (nsec) --- local (x,y) -175.37996203, 0.097670494369148 + Layer[1] : time 36.519056477252 (nsec) --- local (x,y) -210.43242993394, 0.10052973459178 + Layer[2] : time 38.190970504937 (nsec) --- local (x,y) -245.48556023618, 0.10402435228797 + Layer[3] : time 39.862884960085 (nsec) --- local (x,y) -280.54052266602, 0.10945869390707 + Layer[4] : time 41.534800272498 (nsec) --- local (x,y) -315.59915960027, 0.11485380328862 +EM Calorimeter has 36 hits. Total Edep is 90341.940603355 (MeV) +Hadron Calorimeter has 6 hits. Total Edep is 46.021064065152 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ### Run 3 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1105,34 +1090,27 @@ There are histograms that can be viewed with visualization: >>> Event 0 >>> Simulation truth : proton (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0086863284267 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[9] 43.375683330743 (nsec) - Hodoscope[11] 167.0696713933 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.7002543381721 (nsec) --- local (x,y) 0.061699955795404, 0.13367778139925 - Layer[0] : time 6.9856455219212 (nsec) --- local (x,y) -214.37744560602, -58.151419376056 - Layer[1] : time 8.3754061149888 (nsec) --- local (x,y) 0.095134965797631, 0.15163072174932 - Layer[2] : time 10.050558032821 (nsec) --- local (x,y) 0.10184023469292, 0.14259846746547 - Layer[3] : time 11.725710156547 (nsec) --- local (x,y) 0.065130155847375, 0.10109565903693 - Layer[4] : time 13.400862454082 (nsec) --- local (x,y) 0.012542485167561, 0.069696686791965 + Hodoscope[7] 5.0086864841725 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.372291175741 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.7002520202434 (nsec) --- local (x,y) -0.13615699291167, -0.11423808353801 + Layer[1] : time 8.3754013376319 (nsec) --- local (x,y) -0.23418287293239, -0.23364684807226 + Layer[2] : time 10.050550801061 (nsec) --- local (x,y) -0.32397110617685, -0.34133337768202 + Layer[3] : time 11.725700371749 (nsec) --- local (x,y) -0.41033275902485, -0.41915374933057 + Layer[4] : time 13.400850133958 (nsec) --- local (x,y) -0.53734923757434, -0.50072537656057 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.00161826807 (nsec) --- local (x,y) -148.215910084, 0.064369430189429 - Layer[1] : time 36.679712005433 (nsec) --- local (x,y) -177.84766387749, 0.11131009603679 - Layer[2] : time 38.357812947108 (nsec) --- local (x,y) -207.51499347779, 0.1717486083707 - Layer[3] : time 40.035915288661 (nsec) --- local (x,y) -237.18858466969, 0.29177227374236 - Layer[4] : time 41.714021565584 (nsec) --- local (x,y) -266.88125849306, 0.40198631631247 -EM Calorimeter has 44 hits. Total Edep is 3336.5504212072 (MeV) -Hadron Calorimeter has 13 hits. Total Edep is 83.793786862242 (MeV) + Layer[0] : time 34.998981754733 (nsec) --- local (x,y) -149.737938906, -1.9109347911622 + Layer[1] : time 36.677062052274 (nsec) --- local (x,y) -179.31596936378, -2.0090738563814 + Layer[2] : time 38.355112007681 (nsec) --- local (x,y) -208.63928742781, -2.9333467490963 + Layer[3] : time 40.032986354926 (nsec) --- local (x,y) -236.40281513517, -9.4243058877382 + Layer[4] : time 41.710860413247 (nsec) --- local (x,y) -264.15946414451, -15.934912970631 +EM Calorimeter has 14 hits. Total Edep is 284.90658100546 (MeV) +Hadron Calorimeter has 10 hits. Total Edep is 477.09941960831 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ### Run 4 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1142,29 +1120,28 @@ There are histograms that can be viewed with visualization: >>> Event 0 >>> Simulation truth : pi+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9872689240519 (nsec) -Hodoscope 2 has 0 hits. -Drift Chamber 1 has 8 hits. - Layer[0] : time 9.6401713841559 (nsec) --- local (x,y) 710.6646447744, 42.987480887565 - Layer[0] : time 9.8390975052805 (nsec) --- local (x,y) 133.39514901258, 285.38162769857 - Layer[0] : time 6.6764363922637 (nsec) --- local (x,y) -17.704214866223, -26.647240764308 - Layer[0] : time 12.245613277157 (nsec) --- local (x,y) 658.12078579518, 11.286923074097 - Layer[1] : time 8.3492931100349 (nsec) --- local (x,y) -35.628173991906, -53.451032789776 - Layer[2] : time 10.022170667797 (nsec) --- local (x,y) -53.641689364472, -80.310818909386 - Layer[3] : time 11.695055245156 (nsec) --- local (x,y) -71.636226834283, -107.22182786876 - Layer[4] : time 13.367942633087 (nsec) --- local (x,y) -89.714333400313, -134.09197032737 -Drift Chamber 2 has 0 hits. -EM Calorimeter has 0 hits. Total Edep is 0 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Hodoscope[7] 4.9872689587926 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[10] 42.689301474077 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6715983169245 (nsec) --- local (x,y) -0.33163501705994, -0.1155679252521 + Layer[1] : time 8.3395815130072 (nsec) --- local (x,y) -0.57569849160462, -0.17706776702595 + Layer[2] : time 10.007564680186 (nsec) --- local (x,y) -0.79762575712661, -0.24146696426985 + Layer[3] : time 11.675547847158 (nsec) --- local (x,y) -1.0179262202653, -0.30452487525457 + Layer[4] : time 13.343531022748 (nsec) --- local (x,y) -1.2358604322027, -0.38412635822619 +Drift Chamber 2 has 6 hits. + Layer[0] : time 34.361401678423 (nsec) --- local (x,y) -83.451028104635, -1.4818053887373 + Layer[1] : time 36.030253033513 (nsec) --- local (x,y) -99.586195345323, -1.5789045262503 + Layer[2] : time 37.699104028203 (nsec) --- local (x,y) -115.71796163548, -1.6785515243348 + Layer[3] : time 39.367955027084 (nsec) --- local (x,y) -131.84988934723, -1.7265445491675 + Layer[4] : time 41.036805419972 (nsec) --- local (x,y) -147.9760638432, -1.7828924393696 + Layer[4] : time 41.396585772789 (nsec) --- local (x,y) -114.45456003947, 44.691624573626 +EM Calorimeter has 11 hits. Total Edep is 206.65029203192 (MeV) +Hadron Calorimeter has 11 hits. Total Edep is 586.77210658292 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ### Run 5 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1172,35 +1149,29 @@ There are histograms that can be viewed with visualization: ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : e+ (0,0,10000) +>>> Event 0 >>> Simulation truth : e+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832405997 (nsec) + Hodoscope[7] 4.9867832346592 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.182800390766 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.6709484551684 (nsec) --- local (x,y) -0.22090305053347, 0.066588872793262 - Layer[1] : time 8.3387690461902 (nsec) --- local (x,y) -0.36924457881958, 0.17498975959799 - Layer[2] : time 10.006589645974 (nsec) --- local (x,y) -0.53419078543706, 0.27107912552322 - Layer[3] : time 11.674410244719 (nsec) --- local (x,y) -0.70207018328634, 0.3599249414491 - Layer[4] : time 13.342230840744 (nsec) --- local (x,y) -0.8511332755974, 0.473496820504 - Layer[4] : time 13.997855839059 (nsec) --- local (x,y) 111.25988038367, -217.31047115656 + Hodoscope[9] 43.18604133867 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709483993118 (nsec) --- local (x,y) 0.011712640370662, 0.12703744297467 + Layer[1] : time 8.3387689252515 (nsec) --- local (x,y) -0.036218643390032, 0.2365727931659 + Layer[2] : time 10.006589442486 (nsec) --- local (x,y) -0.083838627915537, 0.33264972552847 + Layer[3] : time 11.674409955387 (nsec) --- local (x,y) -0.098062149412397, 0.4325546566709 + Layer[4] : time 13.342230478456 (nsec) --- local (x,y) -0.11203689248329, 0.54743475518977 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.845535364772 (nsec) --- local (x,y) -149.59879458049, 1.9563998487088 - Layer[1] : time 36.516262971347 (nsec) --- local (x,y) -179.1332840874, 2.0491820954648 - Layer[2] : time 38.186991205514 (nsec) --- local (x,y) -208.67098982402, 2.1333217170481 - Layer[3] : time 39.857716556029 (nsec) --- local (x,y) -238.19397508757, 2.235793645926 - Layer[4] : time 41.528442278096 (nsec) --- local (x,y) -267.71886149383, 2.3340750050045 -EM Calorimeter has 18 hits. Total Edep is 9422.5150523877 (MeV) -Hadron Calorimeter has 2 hits. Total Edep is 1.7568025649655 (MeV) + Layer[0] : time 34.848222964479 (nsec) --- local (x,y) -150.29800507082, 1.7136492716911 + Layer[1] : time 36.519069411888 (nsec) --- local (x,y) -180.43057230248, 1.7239789352412 + Layer[2] : time 38.189910665815 (nsec) --- local (x,y) -210.53668047862, 1.5047187323312 + Layer[3] : time 39.860749165496 (nsec) --- local (x,y) -240.62906596803, 1.2879890303411 + Layer[4] : time 41.531583286186 (nsec) --- local (x,y) -270.69955231, 1.0659886646892 +EM Calorimeter has 21 hits. Total Edep is 9580.556064736 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ### Run 6 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1208,34 +1179,29 @@ There are histograms that can be viewed with visualization: ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : proton (0,0,1000) +>>> Event 0 >>> Simulation truth : proton (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.8391001829207 (nsec) + Hodoscope[7] 6.8389558773932 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.388193743042 (nsec) + Hodoscope[9] 59.313581466409 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 9.1528621049605 (nsec) --- local (x,y) 0.32482730163322, -2.4357003316704 - Layer[1] : time 11.444459007444 (nsec) --- local (x,y) 0.2528682274619, -4.3611803672758 - Layer[2] : time 13.736307927339 (nsec) --- local (x,y) 0.22120964659181, -6.3076631384454 - Layer[3] : time 16.028408290254 (nsec) --- local (x,y) 0.30987950108901, -8.5806046234649 - Layer[4] : time 18.320700311448 (nsec) --- local (x,y) 0.63536370744962, -10.80852521507 + Layer[0] : time 9.153197827135 (nsec) --- local (x,y) -2.5518253264194, 1.3974778512736 + Layer[1] : time 11.445232775581 (nsec) --- local (x,y) -4.0608945275672, 1.7009529482719 + Layer[2] : time 13.73748309333 (nsec) --- local (x,y) -6.3039643017089, 2.5364912992481 + Layer[3] : time 16.029934639768 (nsec) --- local (x,y) -9.3588055899364, 3.2060440690804 + Layer[4] : time 18.322596931931 (nsec) --- local (x,y) -12.424517139668, 4.1243620077777 Drift Chamber 2 has 5 hits. - Layer[0] : time 47.908009317685 (nsec) --- local (x,y) -155.01112697814, -34.745530130759 - Layer[1] : time 50.208378964652 (nsec) --- local (x,y) -186.55262032559, -36.809167253659 - Layer[2] : time 52.508933427837 (nsec) --- local (x,y) -218.08505590067, -38.725720148306 - Layer[3] : time 54.809347877503 (nsec) --- local (x,y) -248.37458533036, -40.120353889959 - Layer[4] : time 57.109935673283 (nsec) --- local (x,y) -278.15707288549, -41.330960828909 -EM Calorimeter has 6 hits. Total Edep is 364.36642792611 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 0.31811752647332 (MeV) + Layer[0] : time 47.832282856649 (nsec) --- local (x,y) -188.22446947764, 7.7972538199101 + Layer[1] : time 50.132657576614 (nsec) --- local (x,y) -219.03443029607, 7.4210334457103 + Layer[2] : time 52.433233361606 (nsec) --- local (x,y) -249.91800962794, 6.9555908041979 + Layer[3] : time 54.733932432893 (nsec) --- local (x,y) -280.48368613494, 6.4558433540426 + Layer[4] : time 57.034881014872 (nsec) --- local (x,y) -311.06799889339, 5.8403397229555 +EM Calorimeter has 5 hits. Total Edep is 302.24801040526 (MeV) +Hadron Calorimeter has 2 hits. Total Edep is 1.1180453752656 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ### Run 7 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1243,34 +1209,29 @@ There are histograms that can be viewed with visualization: ... open analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (-0,0,1000) +>>> Event 0 >>> Simulation truth : pi+ (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0351318078072 (nsec) + Hodoscope[7] 5.0351370784809 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 43.072896590196 (nsec) + Hodoscope[10] 43.132459781645 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7356923333028 (nsec) --- local (x,y) -0.85873375950705, 1.6341856338631 - Layer[1] : time 8.4197550753428 (nsec) --- local (x,y) -1.3130141551809, 3.5622457876611 - Layer[2] : time 10.103818545477 (nsec) --- local (x,y) -1.6766366175687, 5.3749721386629 - Layer[3] : time 11.787884116455 (nsec) --- local (x,y) -2.1285577151727, 7.1093526761477 - Layer[4] : time 13.471955975347 (nsec) --- local (x,y) -3.1745188564809, 8.8945187605438 + Layer[0] : time 6.73569156906 (nsec) --- local (x,y) -0.55036982605612, -0.075577871866188 + Layer[1] : time 8.4197482214431 (nsec) --- local (x,y) -0.56242653354845, -0.81627644390484 + Layer[2] : time 10.103808394726 (nsec) --- local (x,y) -0.50515642425194, -1.52404654403 + Layer[3] : time 11.787871070119 (nsec) --- local (x,y) -0.31209730444132, -2.1344770232806 + Layer[4] : time 13.471936639176 (nsec) --- local (x,y) -0.054349427338769, -2.792202083006 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.664282312828 (nsec) --- local (x,y) -92.682607258069, 29.077500946997 - Layer[1] : time 36.349260230187 (nsec) --- local (x,y) -108.8250631018, 30.633262316121 - Layer[2] : time 38.034261315287 (nsec) --- local (x,y) -125.14753595421, 32.241213853556 - Layer[3] : time 39.719311095294 (nsec) --- local (x,y) -141.88330022045, 33.704712574853 - Layer[4] : time 41.404361855542 (nsec) --- local (x,y) -158.57684989402, 35.124246922144 -EM Calorimeter has 5 hits. Total Edep is 196.69605970148 (MeV) -Hadron Calorimeter has 6 hits. Total Edep is 42.471579465713 (MeV) + Layer[0] : time 34.722820355096 (nsec) --- local (x,y) -83.519319236587, -15.613211399321 + Layer[1] : time 36.408084178667 (nsec) --- local (x,y) -102.0193839761, -17.081571285398 + Layer[2] : time 38.09330363207 (nsec) --- local (x,y) -120.14763215434, -18.414672478742 + Layer[3] : time 39.778518713733 (nsec) --- local (x,y) -138.20577565528, -19.844844579434 + Layer[4] : time 41.463750398005 (nsec) --- local (x,y) -156.3700294203, -21.305399733146 +EM Calorimeter has 16 hits. Total Edep is 581.67383203992 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 0.037339796506785 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ### Run 8 starts. ... create file : B5.root - done ... open analysis file : B5.root - done @@ -1280,32 +1241,27 @@ There are histograms that can be viewed with visualization: >>> Event 0 >>> Simulation truth : e+ (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867843864763 (nsec) + Hodoscope[7] 4.9867842458664 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.208367138885 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709542559535 (nsec) --- local (x,y) 1.6498495250725, 0.33962536871918 - Layer[1] : time 8.3387787117601 (nsec) --- local (x,y) 2.6945524636116, 0.51456778633208 - Layer[2] : time 10.0066026537 (nsec) --- local (x,y) 3.6005666163972, 0.87201050718744 - Layer[3] : time 11.674427832295 (nsec) --- local (x,y) 4.5076409425278, 1.5933905877985 - Layer[4] : time 13.342252849605 (nsec) --- local (x,y) 5.4666651096915, 2.2013551379382 -Drift Chamber 2 has 6 hits. - Layer[0] : time 34.868326480027 (nsec) --- local (x,y) -147.35717133647, -1.1282361988465 - Layer[1] : time 36.539562723469 (nsec) --- local (x,y) -179.35984464524, -2.0374666553141 - Layer[2] : time 38.210811190297 (nsec) --- local (x,y) -211.41320395303, -3.1569140140396 - Layer[3] : time 39.882096559817 (nsec) --- local (x,y) -243.62823576861, -4.5499999464813 - Layer[4] : time 41.553393733957 (nsec) --- local (x,y) -275.91044761426, -5.6205877630586 - Layer[4] : time 41.799469076123 (nsec) --- local (x,y) -192.97247751191, -13.536093243078 -EM Calorimeter has 9 hits. Total Edep is 965.27562419886 (MeV) + Hodoscope[9] 43.122772126907 (nsec) +Drift Chamber 1 has 6 hits. + Layer[0] : time 6.6709645045779 (nsec) --- local (x,y) -1.7331574975067, -0.094926214328247 + Layer[1] : time 8.3388021532606 (nsec) --- local (x,y) -3.9568779767214, -0.45874350551086 + Layer[2] : time 10.006644263377 (nsec) --- local (x,y) -6.445017885804, -0.92798868028034 + Layer[3] : time 11.674494262959 (nsec) --- local (x,y) -9.3871860206838, -1.2755599004368 + Layer[4] : time 13.342352377042 (nsec) --- local (x,y) -12.574158458145, -2.2963429738764 + Layer[4] : time 13.720500496896 (nsec) --- local (x,y) 154.23526451345, 290.36839894796 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.784049178336 (nsec) --- local (x,y) -195.04583188566, -22.32950225775 + Layer[1] : time 36.45509028051 (nsec) --- local (x,y) -226.0558728001, -24.507291518148 + Layer[2] : time 38.126121230655 (nsec) --- local (x,y) -257.00443160134, -26.855973179648 + Layer[3] : time 39.79715415644 (nsec) --- local (x,y) -287.95951010076, -29.245458454357 + Layer[4] : time 41.468167412331 (nsec) --- local (x,y) -318.80604790358, -31.796973240453 +EM Calorimeter has 9 hits. Total Edep is 966.70057239402 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write file : B5.root - done ... write file : B5ntuple.root - done ... close file : B5.root - done ... close file : B5ntuple.root - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - 2 h2 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/CMakeLists.txt b/examples/basic/CMakeLists.txt index 9fdba184692..ae3b1cb9e0a 100644 --- a/examples/basic/CMakeLists.txt +++ b/examples/basic/CMakeLists.txt @@ -8,4 +8,4 @@ add_subdirectory(B3) add_subdirectory(B4) add_subdirectory(B5) -add_custom_target(basic DEPENDS B1 B2 B3 B4 B5) +add_custom_target(basic DEPENDS exampleB1 B2 B3 B4 exampleB5) diff --git a/examples/basic/History b/examples/basic/History index 804313cb185..be74465795a 100644 --- a/examples/basic/History +++ b/examples/basic/History @@ -5,6 +5,17 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-09-18 I. Hrivnacova (exbasic-V11-02-04) +- Added information about gui.mac and icons.mac + in the USER INTERFACES section in README + +## 2024-09-16 I. Hrivnacova (exbasic-V11-02-03) +- Added information about TSG visualization driver and tsg_offscreen.mac + in the VISUALIZATION section in README + +## 2024-07-01 Ben Morgan (exbasic-V11-02-02) +- Simplify and modernize CMake scripts for all basic examples + ## 2024-06-10 I. Hrivnacova (exbasic-V11-02-01) - Fix includes, simplified local variables names: - Applied suggestions of include-what-you-use tools, diff --git a/examples/extended/analysis/AnaEx01/AnaEx01-csv.out b/examples/extended/analysis/AnaEx01/AnaEx01-csv.out index c7144f2d0a9..6a4c59e6a07 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01-csv.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01-csv.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -55,6 +55,14 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo <<< Geant4 Physics List simulation engine: FTFP_BERT +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" +Accumulable registered as "accumulable_2" +Accumulable registered as "accumulable_3" +Accumulable registered as "accumulable_4" +Accumulable registered as "accumulable_5" +Accumulable registered as "accumulable_6" +Accumulable registered as "accumulable_7" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -67,7 +75,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -175,10 +182,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -349,7 +359,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -831,7 +841,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -856,12 +866,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ... open analysis file : AnaEx01.csv - done ... create file : ./ntuple/AnaEx01_nt_Ntuple1.csv - done @@ -906,13 +914,6 @@ LGap: mean = 32.6255 cm rms = 0 fm ----> Histograms and ntuples are saved -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. # e- 500MeV /gun/particle e- /gun/energy 500 MeV @@ -946,20 +947,20 @@ There are histograms that can be viewed with visualization: --------------------End of Run------------------------------ - mean Energy in Absorber : 186.264 MeV +- 50.8208 MeV - mean Energy in Gap : 45.8735 MeV +- 13.843 MeV + mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV + mean Energy in Gap : 46.2433 MeV +- 13.396 MeV - mean trackLength in Absorber : 46.0323 cm +- 12.6521 cm - mean trackLength in Gap : 23.2729 cm +- 7.04724 cm + mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm + mean trackLength in Gap : 23.4367 cm +- 6.8607 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 186.264 MeV rms = 50.8208 MeV -EGap: mean = 45.8735 MeV rms = 13.843 MeV -LAbs: mean = 46.0323 cm rms = 12.6521 cm -LGap: mean = 23.246 cm rms = 6.99942 cm +EAbs: mean = 189.29 MeV rms = 49.6309 MeV +EGap: mean = 46.2433 MeV rms = 13.396 MeV +LAbs: mean = 46.7296 cm rms = 12.3868 cm +LGap: mean = 23.4367 cm rms = 6.8607 cm ... create file : ./histo/AnaEx01_h1_EAbs.csv - done ... create file : ./histo/AnaEx01_h1_EGap.csv - done ... create file : ./histo/AnaEx01_h1_LAbs.csv - done @@ -979,12 +980,5 @@ LGap: mean = 23.246 cm rms = 6.99942 cm ----> Histograms and ntuples are saved -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx01/AnaEx01-hdf5.out b/examples/extended/analysis/AnaEx01/AnaEx01-hdf5.out index f2406f9a3e1..a25e8efc100 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01-hdf5.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01-hdf5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -55,6 +55,14 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo <<< Geant4 Physics List simulation engine: FTFP_BERT +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" +Accumulable registered as "accumulable_2" +Accumulable registered as "accumulable_3" +Accumulable registered as "accumulable_4" +Accumulable registered as "accumulable_5" +Accumulable registered as "accumulable_6" +Accumulable registered as "accumulable_7" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -67,7 +75,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -175,10 +182,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -349,7 +359,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -831,7 +841,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -856,12 +866,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ... create file : AnaEx01.hdf5 - done ... open analysis file : AnaEx01.hdf5 - done @@ -891,13 +899,6 @@ LGap: mean = 32.6255 cm rms = 0 fm ----> Histograms and ntuples are saved -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. # e- 500MeV /gun/particle e- /gun/energy 500 MeV @@ -930,31 +931,24 @@ There are histograms that can be viewed with visualization: --------------------End of Run------------------------------ - mean Energy in Absorber : 186.264 MeV +- 50.8208 MeV - mean Energy in Gap : 45.8735 MeV +- 13.843 MeV + mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV + mean Energy in Gap : 46.2433 MeV +- 13.396 MeV - mean trackLength in Absorber : 46.0323 cm +- 12.6521 cm - mean trackLength in Gap : 23.2729 cm +- 7.04724 cm + mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm + mean trackLength in Gap : 23.4367 cm +- 6.8607 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 186.264 MeV rms = 50.8208 MeV -EGap: mean = 45.8735 MeV rms = 13.843 MeV -LAbs: mean = 46.0323 cm rms = 12.6521 cm -LGap: mean = 23.246 cm rms = 6.99942 cm +EAbs: mean = 189.29 MeV rms = 49.6309 MeV +EGap: mean = 46.2433 MeV rms = 13.396 MeV +LAbs: mean = 46.7296 cm rms = 12.3868 cm +LGap: mean = 23.4367 cm rms = 6.8607 cm ... write file : AnaEx01.hdf5 - done ... close file : AnaEx01.hdf5 - done ----> Histograms and ntuples are saved -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx01/AnaEx01-root.out b/examples/extended/analysis/AnaEx01/AnaEx01-root.out index 1188bedc795..71005fe260c 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01-root.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01-root.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -55,6 +55,14 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo <<< Geant4 Physics List simulation engine: FTFP_BERT +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" +Accumulable registered as "accumulable_2" +Accumulable registered as "accumulable_3" +Accumulable registered as "accumulable_4" +Accumulable registered as "accumulable_5" +Accumulable registered as "accumulable_6" +Accumulable registered as "accumulable_7" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -67,7 +75,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -175,10 +182,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -349,7 +359,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -831,7 +841,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -856,12 +866,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ... set ntuple merging row mode : row-wise - done ... create file : AnaEx01.root - done @@ -893,13 +901,6 @@ LGap: mean = 32.6255 cm rms = 0 fm ----> Histograms and ntuples are saved -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. # e- 500MeV /gun/particle e- /gun/energy 500 MeV @@ -933,31 +934,24 @@ There are histograms that can be viewed with visualization: --------------------End of Run------------------------------ - mean Energy in Absorber : 186.264 MeV +- 50.8208 MeV - mean Energy in Gap : 45.8735 MeV +- 13.843 MeV + mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV + mean Energy in Gap : 46.2433 MeV +- 13.396 MeV - mean trackLength in Absorber : 46.0323 cm +- 12.6521 cm - mean trackLength in Gap : 23.2729 cm +- 7.04724 cm + mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm + mean trackLength in Gap : 23.4367 cm +- 6.8607 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 186.264 MeV rms = 50.8208 MeV -EGap: mean = 45.8735 MeV rms = 13.843 MeV -LAbs: mean = 46.0323 cm rms = 12.6521 cm -LGap: mean = 23.246 cm rms = 6.99942 cm +EAbs: mean = 189.29 MeV rms = 49.6309 MeV +EGap: mean = 46.2433 MeV rms = 13.396 MeV +LAbs: mean = 46.7296 cm rms = 12.3868 cm +LGap: mean = 23.4367 cm rms = 6.8607 cm ... write file : AnaEx01.root - done ... close file : AnaEx01.root - done ----> Histograms and ntuples are saved -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx01/AnaEx01-xml.out b/examples/extended/analysis/AnaEx01/AnaEx01-xml.out index 841916fe175..0c3b300e40f 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01-xml.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01-xml.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -55,6 +55,14 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo <<< Geant4 Physics List simulation engine: FTFP_BERT +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" +Accumulable registered as "accumulable_2" +Accumulable registered as "accumulable_3" +Accumulable registered as "accumulable_4" +Accumulable registered as "accumulable_5" +Accumulable registered as "accumulable_6" +Accumulable registered as "accumulable_7" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -67,7 +75,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -175,10 +182,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -349,7 +359,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -831,7 +841,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -856,12 +866,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ... create file : AnaEx01.xml - done ... open analysis file : AnaEx01.xml - done @@ -897,13 +905,6 @@ LGap: mean = 32.6255 cm rms = 0 fm ----> Histograms and ntuples are saved -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. # e- 500MeV /gun/particle e- /gun/energy 500 MeV @@ -938,20 +939,20 @@ There are histograms that can be viewed with visualization: --------------------End of Run------------------------------ - mean Energy in Absorber : 186.264 MeV +- 50.8208 MeV - mean Energy in Gap : 45.8735 MeV +- 13.843 MeV + mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV + mean Energy in Gap : 46.2433 MeV +- 13.396 MeV - mean trackLength in Absorber : 46.0323 cm +- 12.6521 cm - mean trackLength in Gap : 23.2729 cm +- 7.04724 cm + mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm + mean trackLength in Gap : 23.4367 cm +- 6.8607 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 186.264 MeV rms = 50.8208 MeV -EGap: mean = 45.8735 MeV rms = 13.843 MeV -LAbs: mean = 46.0323 cm rms = 12.6521 cm -LGap: mean = 23.246 cm rms = 6.99942 cm +EAbs: mean = 189.29 MeV rms = 49.6309 MeV +EGap: mean = 46.2433 MeV rms = 13.396 MeV +LAbs: mean = 46.7296 cm rms = 12.3868 cm +LGap: mean = 23.4367 cm rms = 6.8607 cm ... write file : AnaEx01.xml - done ... write file : AnaEx01_nt_Ntuple1.xml - done ... write file : AnaEx01_nt_Ntuple2.xml - done @@ -961,12 +962,5 @@ LGap: mean = 23.246 cm rms = 6.99942 cm ----> Histograms and ntuples are saved -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx01/shared/src/RunAction.cc b/examples/extended/analysis/AnaEx01/shared/src/RunAction.cc index d69d575eba2..20a1836daa5 100644 --- a/examples/extended/analysis/AnaEx01/shared/src/RunAction.cc +++ b/examples/extended/analysis/AnaEx01/shared/src/RunAction.cc @@ -46,14 +46,14 @@ RunAction::RunAction(HistoManager* histo) : fHistoManager(histo) { // Register accumulable to the accumulable manager G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(fSumEAbs); - accumulableManager->RegisterAccumulable(fSum2EAbs); - accumulableManager->RegisterAccumulable(fSumEGap); - accumulableManager->RegisterAccumulable(fSum2EGap); - accumulableManager->RegisterAccumulable(fSumLAbs); - accumulableManager->RegisterAccumulable(fSum2LAbs); - accumulableManager->RegisterAccumulable(fSumLGap); - accumulableManager->RegisterAccumulable(fSum2LGap); + accumulableManager->Register(fSumEAbs); + accumulableManager->Register(fSum2EAbs); + accumulableManager->Register(fSumEGap); + accumulableManager->Register(fSum2EGap); + accumulableManager->Register(fSumLAbs); + accumulableManager->Register(fSum2LAbs); + accumulableManager->Register(fSumLGap); + accumulableManager->Register(fSum2LGap); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/analysis/AnaEx02/AnaEx02.out b/examples/extended/analysis/AnaEx02/AnaEx02.out index 47ec16d29f3..d9ea708a29f 100644 --- a/examples/extended/analysis/AnaEx02/AnaEx02.out +++ b/examples/extended/analysis/AnaEx02/AnaEx02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,7 +21,7 @@ ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -54,6 +54,14 @@ <<< Geant4 Physics List simulation engine: FTFP_BERT +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" +Accumulable registered as "accumulable_2" +Accumulable registered as "accumulable_3" +Accumulable registered as "accumulable_4" +Accumulable registered as "accumulable_5" +Accumulable registered as "accumulable_6" +Accumulable registered as "accumulable_7" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -66,7 +74,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -174,10 +181,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -348,7 +358,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -830,7 +840,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -855,12 +865,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ----> Output file is open in AnaEx02.root @@ -916,20 +924,20 @@ LGap: mean = 32.6255 cm rms = 0 fm --------------------End of Run------------------------------ - mean Energy in Absorber : 186.264 MeV +- 50.8208 MeV - mean Energy in Gap : 45.8735 MeV +- 13.843 MeV + mean Energy in Absorber : 189.29 MeV +- 49.6309 MeV + mean Energy in Gap : 46.2433 MeV +- 13.396 MeV - mean trackLength in Absorber : 46.0323 cm +- 12.6521 cm - mean trackLength in Gap : 23.2729 cm +- 7.04724 cm + mean trackLength in Absorber : 46.7296 cm +- 12.3868 cm + mean trackLength in Gap : 23.4367 cm +- 6.8607 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 186.264 MeV rms = 50.8208 MeV -EGap: mean = 45.8735 MeV rms = 13.843 MeV -LAbs: mean = 46.0323 cm rms = 12.6521 cm -LGap: mean = 23.246 cm rms = 6.99942 cm +EAbs: mean = 189.29 MeV rms = 49.6309 MeV +EGap: mean = 46.2433 MeV rms = 13.396 MeV +LAbs: mean = 46.7296 cm rms = 12.3868 cm +LGap: mean = 23.4367 cm rms = 6.8607 cm ----> Histograms and ntuples are saved diff --git a/examples/extended/analysis/AnaEx02/shared/src/RunAction.cc b/examples/extended/analysis/AnaEx02/shared/src/RunAction.cc index d69d575eba2..20a1836daa5 100644 --- a/examples/extended/analysis/AnaEx02/shared/src/RunAction.cc +++ b/examples/extended/analysis/AnaEx02/shared/src/RunAction.cc @@ -46,14 +46,14 @@ RunAction::RunAction(HistoManager* histo) : fHistoManager(histo) { // Register accumulable to the accumulable manager G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(fSumEAbs); - accumulableManager->RegisterAccumulable(fSum2EAbs); - accumulableManager->RegisterAccumulable(fSumEGap); - accumulableManager->RegisterAccumulable(fSum2EGap); - accumulableManager->RegisterAccumulable(fSumLAbs); - accumulableManager->RegisterAccumulable(fSum2LAbs); - accumulableManager->RegisterAccumulable(fSumLGap); - accumulableManager->RegisterAccumulable(fSum2LGap); + accumulableManager->Register(fSumEAbs); + accumulableManager->Register(fSum2EAbs); + accumulableManager->Register(fSumEGap); + accumulableManager->Register(fSum2EGap); + accumulableManager->Register(fSumLAbs); + accumulableManager->Register(fSum2LAbs); + accumulableManager->Register(fSumLGap); + accumulableManager->Register(fSum2LGap); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/analysis/AnaEx03/.README.txt b/examples/extended/analysis/AnaEx03/.README.txt index 5be76480a5a..b934ede392f 100644 --- a/examples/extended/analysis/AnaEx03/.README.txt +++ b/examples/extended/analysis/AnaEx03/.README.txt @@ -75,6 +75,8 @@ \endverbatim and then the AnaEx03.in macro is called. +- The plotter.mac macro can be used in the interactive mode to plot histograms. It should be executed after the first /run/beamOn call and before the first /analysis/reset call. + (See also a commented line with this macro call in AnaEx03.in.) \section AnaEx03_s3 How to run diff --git a/examples/extended/analysis/AnaEx03/AnaEx03-csv.out b/examples/extended/analysis/AnaEx03/AnaEx03-csv.out index f62580daf51..8eff22c3e86 100644 --- a/examples/extended/analysis/AnaEx03/AnaEx03-csv.out +++ b/examples/extended/analysis/AnaEx03/AnaEx03-csv.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -67,7 +67,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -161,10 +160,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -335,7 +337,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -817,7 +819,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -842,19 +844,13 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... create file : ./histo/e-_h1_EAbs.csv - done ... create file : ./histo/e-_h1_EGap.csv - done ... create file : ./histo/e-_h1_LAbs.csv - done @@ -877,10 +873,6 @@ LGap: mean = 2.3872 cm rms = 9.61394 mm ---> Begin of event: 0 ... create file : ./ntuple/e-_nt_Ntuple1_v1.csv - done ... create file : ./ntuple/e-_nt_Ntuple2_v1.csv - done -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... create file : ./histo/e-_h1_EAbs_v1.csv - done ... create file : ./histo/e-_h1_LAbs_v1.csv - done ... write file : ./histo/e-_h1_EAbs.csv - done @@ -903,10 +895,6 @@ LAbs: mean = 13.1175 cm rms = 4.04973 mm ---> Begin of event: 0 ... create file : ./ntuple/e-_nt_Ntuple1_v2.csv - done ... create file : ./ntuple/e-_nt_Ntuple2_v2.csv - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... create file : ./histo/e-_h1_EAbs_v2.csv - done ... create file : ./histo/e-_h1_EGap2_v2.csv - done ... create file : ./histo/e-_h1_LAbs_v2.csv - done @@ -956,10 +944,6 @@ LGap2: mean = 6.91332 cm rms = 3.1357 cm ### Run 3 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... create file : ./histo/proton_h1_EAbs.csv - done ... create file : ./histo/proton_h1_EGap2.csv - done ... create file : ./histo/proton_h1_LAbs.csv - done @@ -973,19 +957,15 @@ There are histograms that can be viewed with visualization: ----> print histograms statistic -EAbs: mean = 220.52 MeV rms = 42.6585 MeV -EGap2: mean = 21.0932 MeV rms = 14.424 MeV -LAbs: mean = 8.44493 cm rms = 2.11558 cm -LGap2: mean = 4.29837 cm rms = 1.2912 cm +EAbs: mean = 219.88 MeV rms = 43.1697 MeV +EGap2: mean = 20.0259 MeV rms = 9.07144 MeV +LAbs: mean = 8.97192 cm rms = 1.91523 cm +LGap2: mean = 4.65684 cm rms = 1.29345 cm ### Run 4 start. ---> Begin of event: 0 ... create file : ./ntuple/proton_nt_Ntuple1_v1.csv - done ... create file : ./ntuple/proton_nt_Ntuple2_v1.csv - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... create file : ./histo/proton_h1_EAbs_v1.csv - done ... create file : ./histo/proton_h1_EGap2_v1.csv - done ... create file : ./histo/proton_h1_LAbs_v1.csv - done @@ -1005,10 +985,10 @@ There are histograms that can be viewed with visualization: ----> print histograms statistic -EAbs: mean = 183.744 MeV rms = 43.5113 MeV -EGap2: mean = 15.4705 MeV rms = 6.10516 MeV -LAbs: mean = 9.21143 cm rms = 2.16642 cm -LGap2: mean = 4.86717 cm rms = 1.60599 cm +EAbs: mean = 202.531 MeV rms = 61.5619 MeV +EGap2: mean = 17.1471 MeV rms = 7.9748 MeV +LAbs: mean = 9.63554 cm rms = 1.93891 cm +LGap2: mean = 4.84455 cm rms = 1.12888 cm ... close file : ./histo/proton_h1_EAbs.csv - done ... close file : ./histo/proton_h1_EAbs_v1.csv - done ... close file : ./histo/proton_h1_EGap2.csv - done diff --git a/examples/extended/analysis/AnaEx03/AnaEx03-hdf5.out b/examples/extended/analysis/AnaEx03/AnaEx03-hdf5.out index f4a82d4e94a..e03adc08f76 100644 --- a/examples/extended/analysis/AnaEx03/AnaEx03-hdf5.out +++ b/examples/extended/analysis/AnaEx03/AnaEx03-hdf5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -67,7 +67,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -160,10 +159,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -334,7 +336,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -816,7 +818,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -841,19 +843,13 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.hdf5 - done ----> print histograms statistic @@ -865,10 +861,6 @@ LGap: mean = 2.3872 cm rms = 9.61394 mm ### Run 1 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.hdf5 - done ----> print histograms statistic @@ -878,10 +870,6 @@ LAbs: mean = 13.1175 cm rms = 4.04973 mm ### Run 2 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.hdf5 - done ----> print histograms statistic @@ -896,33 +884,25 @@ LGap2: mean = 6.91332 cm rms = 3.1357 cm ### Run 3 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : proton.hdf5 - done ----> print histograms statistic -EAbs: mean = 220.52 MeV rms = 42.6585 MeV -EGap2: mean = 21.0932 MeV rms = 14.424 MeV -LAbs: mean = 8.44493 cm rms = 2.11558 cm -LGap2: mean = 4.29837 cm rms = 1.2912 cm +EAbs: mean = 219.88 MeV rms = 43.1697 MeV +EGap2: mean = 20.0259 MeV rms = 9.07144 MeV +LAbs: mean = 8.97192 cm rms = 1.91523 cm +LGap2: mean = 4.65684 cm rms = 1.29345 cm ### Run 4 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : proton.hdf5 - done ----> print histograms statistic -EAbs: mean = 183.744 MeV rms = 43.5113 MeV -EGap2: mean = 15.4705 MeV rms = 6.10516 MeV -LAbs: mean = 9.21143 cm rms = 2.16642 cm -LGap2: mean = 4.86717 cm rms = 1.60599 cm +EAbs: mean = 202.531 MeV rms = 61.5619 MeV +EGap2: mean = 17.1471 MeV rms = 7.9748 MeV +LAbs: mean = 9.63554 cm rms = 1.93891 cm +LGap2: mean = 4.84455 cm rms = 1.12888 cm ... close file : proton.hdf5 - done Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx03/AnaEx03-root.out b/examples/extended/analysis/AnaEx03/AnaEx03-root.out index ad21f782063..1fc05b559ac 100644 --- a/examples/extended/analysis/AnaEx03/AnaEx03-root.out +++ b/examples/extended/analysis/AnaEx03/AnaEx03-root.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -67,7 +67,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -162,10 +161,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -336,7 +338,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -818,7 +820,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -843,19 +845,13 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.root - done ----> print histograms statistic @@ -867,10 +863,6 @@ LGap: mean = 2.3872 cm rms = 9.61394 mm ### Run 1 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.root - done ----> print histograms statistic @@ -880,10 +872,6 @@ LAbs: mean = 13.1175 cm rms = 4.04973 mm ### Run 2 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.root - done ----> print histograms statistic @@ -899,33 +887,25 @@ LGap2: mean = 6.91332 cm rms = 3.1357 cm ### Run 3 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : proton.root - done ----> print histograms statistic -EAbs: mean = 220.52 MeV rms = 42.6585 MeV -EGap2: mean = 21.0932 MeV rms = 14.424 MeV -LAbs: mean = 8.44493 cm rms = 2.11558 cm -LGap2: mean = 4.29837 cm rms = 1.2912 cm +EAbs: mean = 219.88 MeV rms = 43.1697 MeV +EGap2: mean = 20.0259 MeV rms = 9.07144 MeV +LAbs: mean = 8.97192 cm rms = 1.91523 cm +LGap2: mean = 4.65684 cm rms = 1.29345 cm ### Run 4 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : proton.root - done ----> print histograms statistic -EAbs: mean = 183.744 MeV rms = 43.5113 MeV -EGap2: mean = 15.4705 MeV rms = 6.10516 MeV -LAbs: mean = 9.21143 cm rms = 2.16642 cm -LGap2: mean = 4.86717 cm rms = 1.60599 cm +EAbs: mean = 202.531 MeV rms = 61.5619 MeV +EGap2: mean = 17.1471 MeV rms = 7.9748 MeV +LAbs: mean = 9.63554 cm rms = 1.93891 cm +LGap2: mean = 4.84455 cm rms = 1.12888 cm ... close file : proton.root - done Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx03/AnaEx03-xml.out b/examples/extended/analysis/AnaEx03/AnaEx03-xml.out index a59560bc605..cfc6fc460ad 100644 --- a/examples/extended/analysis/AnaEx03/AnaEx03-xml.out +++ b/examples/extended/analysis/AnaEx03/AnaEx03-xml.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 3 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -67,7 +67,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -162,10 +161,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -336,7 +338,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -818,7 +820,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -843,19 +845,13 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.xml - done ... write file : e-_nt_Ntuple1.xml - done ... write file : e-_nt_Ntuple2.xml - done @@ -869,10 +865,6 @@ LGap: mean = 2.3872 cm rms = 9.61394 mm ### Run 1 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.xml - done ... write file : e-_nt_Ntuple1.xml - done ... write file : e-_nt_Ntuple2.xml - done @@ -884,10 +876,6 @@ LAbs: mean = 13.1175 cm rms = 4.04973 mm ### Run 2 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : e-.xml - done ... write file : e-_nt_Ntuple1.xml - done ... write file : e-_nt_Ntuple2.xml - done @@ -908,37 +896,29 @@ LGap2: mean = 6.91332 cm rms = 3.1357 cm ### Run 3 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : proton.xml - done ... write file : proton_nt_Ntuple1.xml - done ... write file : proton_nt_Ntuple2.xml - done ----> print histograms statistic -EAbs: mean = 220.52 MeV rms = 42.6585 MeV -EGap2: mean = 21.0932 MeV rms = 14.424 MeV -LAbs: mean = 8.44493 cm rms = 2.11558 cm -LGap2: mean = 4.29837 cm rms = 1.2912 cm +EAbs: mean = 219.88 MeV rms = 43.1697 MeV +EGap2: mean = 20.0259 MeV rms = 9.07144 MeV +LAbs: mean = 8.97192 cm rms = 1.91523 cm +LGap2: mean = 4.65684 cm rms = 1.29345 cm ### Run 4 start. ---> Begin of event: 0 -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". ... write file : proton.xml - done ... write file : proton_nt_Ntuple1.xml - done ... write file : proton_nt_Ntuple2.xml - done ----> print histograms statistic -EAbs: mean = 183.744 MeV rms = 43.5113 MeV -EGap2: mean = 15.4705 MeV rms = 6.10516 MeV -LAbs: mean = 9.21143 cm rms = 2.16642 cm -LGap2: mean = 4.86717 cm rms = 1.60599 cm +EAbs: mean = 202.531 MeV rms = 61.5619 MeV +EGap2: mean = 17.1471 MeV rms = 7.9748 MeV +LAbs: mean = 9.63554 cm rms = 1.93891 cm +LGap2: mean = 4.84455 cm rms = 1.12888 cm ... close file : proton.xml - done ... close file : proton_nt_Ntuple1.xml - done ... close file : proton_nt_Ntuple2.xml - done diff --git a/examples/extended/analysis/AnaEx03/History b/examples/extended/analysis/AnaEx03/History index 3b4dbf092a9..8852ba0a0b5 100644 --- a/examples/extended/analysis/AnaEx03/History +++ b/examples/extended/analysis/AnaEx03/History @@ -5,6 +5,9 @@ which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-09-16 I. Hrivnacova (AnaEx03-V11-02-00) +- Added info about plotter.mac in README + ## 2023-08-16 I. Hrivnacova (AnaEx03-V11-01-01) - Added UI command /AnaEx03/runAction/printStatistic to call PrintStatistic(). diff --git a/examples/extended/analysis/AnaEx03/README b/examples/extended/analysis/AnaEx03/README index 37ff52f5832..c99da7673f5 100644 --- a/examples/extended/analysis/AnaEx03/README +++ b/examples/extended/analysis/AnaEx03/README @@ -72,6 +72,8 @@ and then the AnaEx03.in macro is called. + The plotter.mac macro can be used in the interactive mode to plot histograms. It should be executed after the first /run/beamOn call and before the first /analysis/reset call. + (See also a commented line with this macro call in AnaEx03.in.) How to run -------------- diff --git a/examples/extended/analysis/B1Con/exampleB01Con.out b/examples/extended/analysis/B1Con/exampleB01Con.out index 94eb327591d..f385555ade5 100644 --- a/examples/extended/analysis/B1Con/exampleB01Con.out +++ b/examples/extended/analysis/B1Con/exampleB01Con.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,6 +20,9 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** <<< Reference Physics List QBBC +Accumulable registered as "accumulable_0" +Accumulable registered as "accumulable_1" +Accumulable registered as "accumulable_2" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -32,7 +35,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -118,10 +120,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -292,7 +297,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -567,7 +572,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -576,7 +581,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -657,7 +662,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for e+ Process: positronNuclear @@ -757,7 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: protonParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -776,11 +781,11 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -805,12 +810,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. G4ConvergenceTester Output Result of DOSE_TALLY EFFICIENCY = 0.198 @@ -864,53 +867,53 @@ i/16 till_ith mean var sd r vov G4ConvergenceTester Output Result of DOSE_TALLY - EFFICIENCY = 0.612 - MEAN = 4.70767e-12 - VAR = 2.09414e-23 - SD = 4.57618e-12 - R = 0.0307395 - SHIFT = 3.36726e-13 - VOV = 0.000199175 - FOM = 4601.27 -THE LARGEST SCORE = 1.07575e-11 and it happened at 607th event - Affected Mean = 4.71372e-12 and its ratio to original is 1.00128 - Affected VAR = 2.09571e-23 and its ratio to original is 1.00075 - Affected R = 0.0306962 and its ratio to original is 0.998591 - Affected SHIFT = 3.3236e-13 and its ratio to original is 0.987033 - Affected FOM = 4601.27 and its ratio to original is 1 -MEAN distribution is RANDOM + EFFICIENCY = 0.639 + MEAN = 5.02923e-12 + VAR = 2.13507e-23 + SD = 4.62068e-12 + R = 0.0290539 + SHIFT = 4.21507e-14 + VOV = 0.000159873 + FOM = 4738.61 +THE LARGEST SCORE = 1.07265e-11 and it happened at 217th event + Affected Mean = 5.03492e-12 and its ratio to original is 1.00113 + Affected VAR = 2.13618e-23 and its ratio to original is 1.00052 + Affected R = 0.0290141 and its ratio to original is 0.998629 + Affected SHIFT = 3.7882e-14 and its ratio to original is 0.898729 + Affected FOM = 4738.61 and its ratio to original is 1 +MEAN distribution is not RANDOM r follows 1/std::sqrt(N) r is monotonically decrease -r is less than 0.1. r = 0.0307395 +r is less than 0.1. r = 0.0290539 VOV follows 1/std::sqrt(N) VOV is monotonically decrease FOM distribution is not RANDOM SLOPE is not large enough -This result passes 6 / 8 Convergence Test. +This result passes 5 / 8 Convergence Test. G4ConvergenceTester Output History of DOSE_TALLY i/16 till_ith mean var sd r vov fom shift e r2eff r2int - 1 62 5.19299e-12 2.1284e-23 4.61346e-12 0.111928 0.00320878 347.051 -2.2379e-14 0.666667 0.00793651 0.00439255 - 2 124 5.36134e-12 2.12529e-23 4.61009e-12 0.0769096 0.001509 735.041 -2.4295e-13 0.656 0.00419512 0.00167264 - 3 187 5.1933e-12 2.16596e-23 4.65399e-12 0.0653586 0.000877776 1017.81 -8.33545e-14 0.632979 0.00308421 0.00116482 - 4 249 4.95489e-12 2.15601e-23 4.64329e-12 0.0592682 0.000688672 1237.74 1.1844e-13 0.612 0.00253595 0.000962715 - 5 312 4.91856e-12 2.14292e-23 4.62917e-12 0.0531977 0.000567319 1536.34 1.6347e-13 0.616613 0.00198646 0.000834496 - 6 374 4.90622e-12 2.0871e-23 4.56847e-12 0.0480849 0.000528341 1880.42 1.48974e-13 0.624 0.00160684 0.000699154 - 7 437 4.77642e-12 2.08916e-23 4.57073e-12 0.0457243 0.000449474 2079.59 2.55796e-13 0.609589 0.00146221 0.000623722 - 8 499 4.77164e-12 2.09932e-23 4.58183e-12 0.0429424 0.000382828 2357.76 2.67344e-13 0.612 0.00126797 0.00057239 - 9 562 4.71852e-12 2.09737e-23 4.5797e-12 0.0409051 0.000346315 2598.47 3.11738e-13 0.605684 0.00115635 0.0005139 - 10 624 4.70478e-12 2.10471e-23 4.58771e-12 0.0390047 0.00030795 2857.84 3.22915e-13 0.6016 0.00105957 0.00045936 - 11 687 4.72405e-12 2.09644e-23 4.5787e-12 0.0369516 0.000283309 3184.24 3.08893e-13 0.607558 0.000938856 0.000424579 - 12 749 4.72705e-12 2.11366e-23 4.59746e-12 0.0355138 0.000252487 3447.29 3.11107e-13 0.602667 0.000879056 0.000380491 - 13 812 4.76222e-12 2.10716e-23 4.59039e-12 0.0338061 0.000231611 3804.37 2.76281e-13 0.608856 0.00079019 0.000351255 - 14 874 4.76977e-12 2.10183e-23 4.58457e-12 0.0324935 0.000216617 4117.92 2.72184e-13 0.612571 0.000722814 0.000331808 - 15 937 4.70589e-12 2.09145e-23 4.57323e-12 0.0317308 0.000213362 4318.29 3.35765e-13 0.610874 0.000679103 0.000326665 - 16 999 4.70767e-12 2.09414e-23 4.57618e-12 0.0307395 0.000199175 4601.27 3.36726e-13 0.612 0.000633987 0.000309986 + 1 62 4.99293e-12 2.10508e-23 4.58811e-12 0.115773 0.00356031 298.431 1.46313e-13 0.650794 0.00851723 0.00467345 + 2 124 4.89485e-12 2.10368e-23 4.58659e-12 0.0838099 0.00164968 569.468 2.18492e-13 0.664 0.00404819 0.00291972 + 3 187 4.7724e-12 2.11208e-23 4.59573e-12 0.0702327 0.00105755 810.926 3.34653e-13 0.654255 0.00281093 0.00209546 + 4 249 4.6363e-12 2.1569e-23 4.64425e-12 0.0633539 0.000780916 996.583 4.57993e-13 0.62 0.00245161 0.00154605 + 5 312 4.85852e-12 2.17617e-23 4.66494e-12 0.0542713 0.000505555 1358.06 2.32515e-13 0.629393 0.00188125 0.00105471 + 6 374 4.8653e-12 2.17374e-23 4.66234e-12 0.0494855 0.000431103 1633.44 2.26612e-13 0.626667 0.00158865 0.000853634 + 7 437 4.90007e-12 2.15519e-23 4.6424e-12 0.0452693 0.000380288 1951.88 2.027e-13 0.634703 0.00131402 0.000730609 + 8 499 4.94209e-12 2.16667e-23 4.65475e-12 0.0421211 0.000313515 2254.55 1.63316e-13 0.634 0.00115457 0.000616067 + 9 562 4.98958e-12 2.14881e-23 4.63552e-12 0.0391544 0.00028419 2609.15 9.82775e-14 0.635879 0.0010171 0.000513244 + 10 624 4.96958e-12 2.16331e-23 4.65114e-12 0.0374369 0.000246798 2854.05 1.14877e-13 0.6288 0.000944529 0.000454746 + 11 687 4.92839e-12 2.15382e-23 4.64093e-12 0.0359009 0.000229095 3103.48 1.467e-13 0.625 0.000872093 0.000414911 + 12 749 4.98217e-12 2.14662e-23 4.63317e-12 0.0339569 0.000211796 3468.99 9.78498e-14 0.634667 0.000767507 0.000384028 + 13 812 4.9715e-12 2.13579e-23 4.62146e-12 0.0326021 0.000200813 3763.29 1.09e-13 0.638376 0.00069677 0.000364822 + 14 874 4.99847e-12 2.13822e-23 4.62409e-12 0.0312741 0.000183095 4089.69 7.4347e-14 0.637714 0.000649258 0.000327693 + 15 937 5.02119e-12 2.13288e-23 4.61831e-12 0.0300313 0.000172209 4435.18 5.36675e-14 0.640725 0.000597795 0.000303124 + 16 999 5.02923e-12 2.13507e-23 4.62068e-12 0.0290539 0.000159873 4738.61 4.21507e-14 0.639 0.000564945 0.00027834 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Cumulated dose per run, in scoring volume : 4.70767 nanoGy rms = 144.639 picoGy + Cumulated dose per run, in scoring volume : 5.02923 nanoGy rms = 146.046 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/analysis/B1Con/src/RunAction.cc b/examples/extended/analysis/B1Con/src/RunAction.cc index cd33f2e7196..7cbd1c8172c 100644 --- a/examples/extended/analysis/B1Con/src/RunAction.cc +++ b/examples/extended/analysis/B1Con/src/RunAction.cc @@ -61,9 +61,9 @@ RunAction::RunAction() // Register accumulable to the accumulable manager G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(fEdep); - accumulableManager->RegisterAccumulable(fEdep2); - accumulableManager->RegisterAccumulable(&fEdepPerEvent); + accumulableManager->Register(fEdep); + accumulableManager->Register(fEdep2); + accumulableManager->Register(&fEdepPerEvent); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/analysis/History b/examples/extended/analysis/History index 95dd0818913..9f8cf60635d 100644 --- a/examples/extended/analysis/History +++ b/examples/extended/analysis/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-08-12 I. Hrivnacova (analysisExample-V11-02-00) +- Updated for changes in accumulables: + use new "Register" method with shorter name ## 2023-11-15 I. Hrivnacova (analysisExample-V11-01-00) - Updated vis.mac macros: diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index 8f6727929cc..2b138c2cb09 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -124,10 +124,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -298,7 +301,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -780,7 +783,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -805,7 +808,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -826,24 +829,24 @@ Max 2J for sampling of angular correlations 10 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 37 | 129 | 37 | 37 | 0.0141346 | 2.50151 | 1 | 6319.8 | 6319.8 | 39047.3 | 15809 | 551.919 | - cell_01 | 143 | 169 | 494 | 494 | 0.0284315 | 4.65384 | 1 | 24724.4 | 24724.4 | 113620 | 115063 | 3230.37 | - cell_02 | 175 | 273 | 1284 | 642 | 0.0152999 | 2.96694 | 0.5 | 48728.8 | 24364.4 | 147533 | 72287.7 | 2257.25 | - cell_03 | 245 | 390 | 2277 | 569.25 | 0.00750143 | 2.12762 | 0.25 | 75105.4 | 18776.4 | 185373 | 39949 | 1390.56 | - cell_04 | 302 | 438 | 2519 | 314.875 | 0.0041225 | 1.6376 | 0.125 | 80385.9 | 10048.2 | 145806 | 16455 | 601.084 | - cell_05 | 326 | 467 | 2832 | 177 | 0.0036518 | 1.40627 | 0.0625 | 84488.1 | 5280.51 | 78543.5 | 7425.81 | 286.825 | - cell_06 | 335 | 485 | 3167 | 98.9688 | 0.00353905 | 1.5158 | 0.03125 | 93844.7 | 2932.65 | 46028.3 | 4445.3 | 162.897 | - cell_07 | 374 | 533 | 3379 | 52.7969 | 0.00409635 | 1.31248 | 0.015625 | 102335 | 1598.98 | 20363.8 | 2098.63 | 83.4172 | - cell_08 | 391 | 583 | 3759 | 29.3672 | 0.0034061 | 1.22557 | 0.0078125 | 108832 | 850.248 | 12654.7 | 1042.04 | 43.1032 | - cell_09 | 319 | 481 | 3047 | 11.9023 | 0.00274063 | 1.23986 | 0.00390625 | 87875.5 | 343.263 | 6205.24 | 425.6 | 17.0063 | - cell_10 | 291 | 425 | 2704 | 5.28125 | 0.00300906 | 1.23975 | 0.00195312 | 80305.1 | 156.846 | 2582.61 | 194.449 | 7.77122 | - cell_11 | 245 | 359 | 2335 | 2.28027 | 0.00329516 | 1.15499 | 0.000976562 | 68810.5 | 67.1978 | 961.111 | 77.6125 | 3.16702 | - cell_12 | 226 | 346 | 2012 | 0.982422 | 0.00307834 | 1.24728 | 0.000488281 | 61466.5 | 30.013 | 494.403 | 37.4344 | 1.52194 | - cell_13 | 204 | 297 | 1735 | 0.423584 | 0.00291361 | 1.08037 | 0.000244141 | 50828.1 | 12.4092 | 198.84 | 13.4065 | 0.579341 | - cell_14 | 173 | 252 | 1736 | 0.211914 | 0.00294957 | 0.817106 | 0.00012207 | 50721.3 | 6.19156 | 88.5095 | 5.05916 | 0.261065 | - cell_15 | 156 | 214 | 1675 | 0.102234 | 0.00183409 | 0.65141 | 6.10352e-05 | 45319.5 | 2.76608 | 52.9189 | 1.80185 | 0.097058 | - cell_16 | 139 | 198 | 1365 | 0.0416565 | 0.00168723 | 0.691558 | 3.05176e-05 | 35823.4 | 1.09324 | 22.6412 | 0.756041 | 0.038201 | - cell_17 | 111 | 158 | 1089 | 0.0166168 | 0.00208178 | 0.792333 | 1.52588e-05 | 30677.1 | 0.468096 | 8.91184 | 0.370888 | 0.0185525 | - cell_18 | 62 | 121 | 663 | 0.00505829 | 0.00367138 | 0.897193 | 7.62939e-06 | 20687.4 | 0.157832 | 1.95084 | 0.141606 | 0.00716227 | - cell_19 | 39 | 39 | 39 | 0.000297546 | 0.023012 | 1.60163 | 7.62939e-06 | 6364.5 | 0.0485573 | 0.148025 | 0.077771 | 0.00340635 | + cell_00 | 32 | 127 | 32 | 32 | 0.0845737 | 2.0617 | 1 | 4910.36 | 4910.36 | 5034.02 | 10123.7 | 425.746 | + cell_01 | 139 | 179 | 438 | 438 | 0.0191757 | 4.80353 | 1 | 22564.6 | 22564.6 | 157594 | 108390 | 3021.97 | + cell_02 | 174 | 270 | 1387 | 693.5 | 0.00960822 | 2.71544 | 0.5 | 47764.9 | 23882.4 | 214154 | 64851.4 | 2057.64 | + cell_03 | 229 | 334 | 1996 | 499 | 0.00429422 | 1.93323 | 0.25 | 60618 | 15154.5 | 234525 | 29297.2 | 1007.1 | + cell_04 | 254 | 381 | 2080 | 260 | 0.00403276 | 1.80231 | 0.125 | 68361.4 | 8545.17 | 141305 | 15401 | 569.85 | + cell_05 | 291 | 420 | 2641 | 165.062 | 0.00580203 | 1.49184 | 0.0625 | 83641.3 | 5227.58 | 52782.6 | 7798.7 | 306.247 | + cell_06 | 327 | 472 | 3096 | 96.75 | 0.00329671 | 1.14903 | 0.03125 | 91909.9 | 2872.18 | 43789.3 | 3300.23 | 144.36 | + cell_07 | 296 | 437 | 2943 | 45.9844 | 0.0025358 | 0.926805 | 0.015625 | 83931.9 | 1311.44 | 22000.2 | 1215.45 | 55.7882 | + cell_08 | 262 | 372 | 2446 | 19.1094 | 0.00226551 | 0.877407 | 0.0078125 | 69581.2 | 543.603 | 9731.96 | 476.961 | 22.0478 | + cell_09 | 260 | 356 | 2314 | 9.03906 | 0.00190067 | 0.834784 | 0.00390625 | 65923 | 257.512 | 5169.73 | 214.967 | 9.82594 | + cell_10 | 229 | 331 | 2140 | 4.17969 | 0.00234883 | 0.860081 | 0.00195312 | 60783.9 | 118.719 | 2040.08 | 102.108 | 4.79178 | + cell_11 | 186 | 270 | 1814 | 1.77148 | 0.00229621 | 0.939265 | 0.000976562 | 51490.9 | 50.2841 | 958.328 | 47.2301 | 2.20052 | + cell_12 | 154 | 220 | 1424 | 0.695312 | 0.0028097 | 0.847351 | 0.000488281 | 40931.5 | 19.9861 | 291.45 | 16.9352 | 0.818887 | + cell_13 | 123 | 185 | 1232 | 0.300781 | 0.00204903 | 0.735657 | 0.000244141 | 34576.5 | 8.44154 | 145.049 | 6.21008 | 0.297209 | + cell_14 | 109 | 157 | 1280 | 0.15625 | 0.00185062 | 0.668348 | 0.00012207 | 34197.7 | 4.17453 | 80.1564 | 2.79004 | 0.148339 | + cell_15 | 79 | 112 | 711 | 0.043396 | 0.00199861 | 0.599334 | 6.10352e-05 | 20323.6 | 1.24046 | 21.0749 | 0.743447 | 0.0421204 | + cell_16 | 68 | 99 | 677 | 0.0206604 | 0.00164614 | 0.722076 | 3.05176e-05 | 19126.5 | 0.583695 | 12.3606 | 0.421472 | 0.0203474 | + cell_17 | 53 | 82 | 487 | 0.00743103 | 0.00278585 | 1.1472 | 1.52588e-05 | 14596.6 | 0.222727 | 3.96399 | 0.255511 | 0.0110431 | + cell_18 | 32 | 57 | 417 | 0.00318146 | 0.00545839 | 1.29856 | 7.62939e-06 | 12084.9 | 0.0922005 | 0.928253 | 0.119728 | 0.00506676 | + cell_19 | 25 | 25 | 25 | 0.000190735 | 0.0204052 | 1.25247 | 7.62939e-06 | 4390.79 | 0.0334991 | 0.0948056 | 0.0419565 | 0.00193453 | ============================================= diff --git a/examples/extended/biasing/B02/exampleB02.out b/examples/extended/biasing/B02/exampleB02.out index 23b06fa114d..38c831897f5 100644 --- a/examples/extended/biasing/B02/exampleB02.out +++ b/examples/extended/biasing/B02/exampleB02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -151,10 +151,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -325,7 +328,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -807,7 +810,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -832,7 +835,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -853,24 +856,24 @@ Max 2J for sampling of angular correlations 10 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 42 | 131 | 0 | 0 | 0.184971 | 3.37607 | 1 | 8498.22 | 8498.22 | 4902.45 | 28690.6 | 906.81 | - cell_01 | 156 | 177 | 591 | 591 | 0.0253005 | 4.59154 | 1 | 26095.4 | 26095.4 | 128533 | 119818 | 3251.96 | - cell_02 | 151 | 270 | 1364 | 682 | 0.00824517 | 2.88448 | 0.5 | 46809.7 | 23404.8 | 248723 | 67510.8 | 2050.76 | - cell_03 | 213 | 339 | 1847 | 461.75 | 0.00784637 | 2.49261 | 0.25 | 60023.3 | 15005.8 | 152868 | 37403.7 | 1199.46 | - cell_04 | 292 | 439 | 2704 | 338 | 0.00395717 | 1.82087 | 0.125 | 85481.2 | 10685.1 | 170951 | 19456.3 | 676.482 | - cell_05 | 354 | 521 | 2902 | 181.375 | 0.00381489 | 1.74643 | 0.0625 | 90527.3 | 5657.96 | 92037.5 | 9881.21 | 351.113 | - cell_06 | 357 | 536 | 3259 | 101.844 | 0.0036991 | 1.51354 | 0.03125 | 101450 | 3170.31 | 49567.1 | 4798.39 | 183.354 | - cell_07 | 365 | 520 | 3235 | 50.5469 | 0.00397513 | 1.30445 | 0.015625 | 98869.1 | 1544.83 | 20778.6 | 2015.16 | 82.5977 | - cell_08 | 353 | 506 | 3520 | 27.5 | 0.00341526 | 1.16311 | 0.0078125 | 104366 | 815.361 | 11933.1 | 948.352 | 40.7546 | - cell_09 | 329 | 479 | 3030 | 11.8359 | 0.00321627 | 1.21251 | 0.00390625 | 89437.1 | 349.364 | 5523.33 | 423.608 | 17.7645 | - cell_10 | 342 | 473 | 3183 | 6.2168 | 0.0026826 | 1.0116 | 0.00195312 | 96625 | 188.721 | 3212.72 | 190.91 | 8.61842 | - cell_11 | 332 | 478 | 3205 | 3.12988 | 0.00238013 | 0.885205 | 0.000976562 | 90989 | 88.8565 | 1471.85 | 78.6562 | 3.50321 | - cell_12 | 277 | 397 | 2565 | 1.25244 | 0.00235102 | 0.832991 | 0.000488281 | 71004.1 | 34.67 | 564.603 | 28.8798 | 1.32739 | - cell_13 | 240 | 326 | 2169 | 0.529541 | 0.0021402 | 0.936454 | 0.000244141 | 62727.9 | 15.3144 | 290.008 | 14.3413 | 0.620674 | - cell_14 | 191 | 291 | 1962 | 0.239502 | 0.00265347 | 1.12766 | 0.00012207 | 55184.8 | 6.73643 | 119.225 | 7.59638 | 0.316361 | - cell_15 | 153 | 230 | 1472 | 0.0898438 | 0.00326666 | 1.15395 | 6.10352e-05 | 43572.5 | 2.65945 | 39.9852 | 3.06887 | 0.130618 | - cell_16 | 152 | 221 | 1581 | 0.0482483 | 0.00272235 | 1.00827 | 3.05176e-05 | 45287.1 | 1.38205 | 22.507 | 1.39349 | 0.0612721 | - cell_17 | 132 | 197 | 1326 | 0.0202332 | 0.00255942 | 1.01292 | 1.52588e-05 | 38901.4 | 0.593589 | 10.9514 | 0.601259 | 0.0280292 | - cell_18 | 76 | 142 | 931 | 0.00710297 | 0.00258 | 0.814225 | 7.62939e-06 | 24945.4 | 0.190318 | 2.97786 | 0.154962 | 0.00768286 | - cell_19 | 46 | 46 | 0 | 0 | 0.0218231 | 1.52808 | 7.62939e-06 | 6737.27 | 0.0514013 | 0.15395 | 0.0785454 | 0.00335965 | + cell_00 | 39 | 130 | 0 | 0 | 0.146305 | 2.58752 | 1 | 7735.04 | 7735.04 | 5138.29 | 20014.6 | 751.755 | + cell_01 | 144 | 174 | 439 | 439 | 0.0263387 | 4.85355 | 1 | 22771.9 | 22771.9 | 115955 | 110525 | 3054.12 | + cell_02 | 162 | 262 | 1093 | 546.5 | 0.0143137 | 2.96329 | 0.5 | 40570.9 | 20285.5 | 132270 | 60111.8 | 1893.27 | + cell_03 | 259 | 360 | 2138 | 534.5 | 0.00526551 | 1.95036 | 0.25 | 70127.6 | 17531.9 | 226278 | 34193.6 | 1191.47 | + cell_04 | 302 | 463 | 2787 | 348.375 | 0.0041987 | 1.62123 | 0.125 | 86028.9 | 10753.6 | 150928 | 17434 | 633.7 | + cell_05 | 320 | 473 | 2701 | 168.812 | 0.00463847 | 1.74254 | 0.0625 | 85881.2 | 5367.58 | 71822.2 | 9353.24 | 333.145 | + cell_06 | 342 | 514 | 2971 | 92.8438 | 0.00466288 | 1.69531 | 0.03125 | 96168.6 | 3005.27 | 39781.7 | 5094.86 | 185.497 | + cell_07 | 361 | 528 | 3534 | 55.2188 | 0.00217172 | 1.40696 | 0.015625 | 102969 | 1608.89 | 39022.2 | 2263.64 | 84.7452 | + cell_08 | 349 | 505 | 3512 | 27.4375 | 0.00370149 | 1.25871 | 0.0078125 | 102305 | 799.26 | 10912.6 | 1006.04 | 40.3929 | + cell_09 | 304 | 457 | 2898 | 11.3203 | 0.00321127 | 1.09538 | 0.00390625 | 82770 | 323.32 | 4623.69 | 354.159 | 14.8479 | + cell_10 | 290 | 411 | 2355 | 4.59961 | 0.00270975 | 1.22787 | 0.00195312 | 72422.7 | 141.451 | 2662.43 | 173.683 | 7.21453 | + cell_11 | 288 | 404 | 2580 | 2.51953 | 0.0039989 | 1.15174 | 0.000976562 | 80386.8 | 78.5027 | 996.956 | 90.4145 | 3.98672 | + cell_12 | 279 | 394 | 2728 | 1.33203 | 0.002806 | 0.973076 | 0.000488281 | 78167.6 | 38.1678 | 605.027 | 37.1401 | 1.69771 | + cell_13 | 262 | 382 | 2479 | 0.605225 | 0.00245087 | 1.00742 | 0.000244141 | 68707.8 | 16.7744 | 292.22 | 16.8989 | 0.716192 | + cell_14 | 233 | 345 | 2202 | 0.268799 | 0.00255164 | 1.07093 | 0.00012207 | 64324.8 | 7.85215 | 135.162 | 8.40908 | 0.344886 | + cell_15 | 207 | 292 | 1837 | 0.112122 | 0.00294079 | 1.06094 | 6.10352e-05 | 54421.9 | 3.32165 | 52.5653 | 3.52408 | 0.154584 | + cell_16 | 198 | 262 | 1793 | 0.054718 | 0.00355412 | 1.14424 | 3.05176e-05 | 52272.2 | 1.59522 | 21.1475 | 1.82532 | 0.0751608 | + cell_17 | 195 | 279 | 1920 | 0.0292969 | 0.00240612 | 1.10685 | 1.52588e-05 | 55018.3 | 0.839513 | 16.0736 | 0.929215 | 0.0386751 | + cell_18 | 119 | 215 | 1251 | 0.00954437 | 0.00283835 | 1.25316 | 7.62939e-06 | 36799.8 | 0.280761 | 5.07835 | 0.351839 | 0.0144141 | + cell_19 | 69 | 69 | 0 | 0 | 0.00513625 | 1.60588 | 7.62939e-06 | 10899.7 | 0.0831584 | 1.06731 | 0.133543 | 0.00548197 | ============================================= diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index d6c96ba6de2..3e03b81277e 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -113,10 +113,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -513,7 +516,7 @@ hIoni: for pi- XStype:3 SubType=2 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -538,7 +541,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -577,24 +580,24 @@ ipre_over_ipost = 256. ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 45 | 141 | 0 | 0 | 0.00284012 | 1.72472 | 1 | 7560.2 | 7560.2 | 179803 | 13039.2 | 510.662 | - cell_01 | 157 | 189 | 406 | 406 | 0.00248455 | 4.14 | 1 | 25379.5 | 25379.5 | 1.18743e+06 | 105071 | 2950.24 | - cell_02 | 211 | 319 | 1020 | 510 | 0.000939005 | 2.88328 | 0.5 | 55257.5 | 27628.7 | 2.57208e+06 | 79661.3 | 2415.2 | - cell_03 | 335 | 486 | 1853 | 463.25 | 0.000541882 | 1.9403 | 0.25 | 99248.9 | 24812.2 | 2.79309e+06 | 48143.3 | 1513.53 | - cell_04 | 521 | 717 | 3259 | 407.375 | 0.000347866 | 1.26681 | 0.125 | 154203 | 19275.4 | 2.49466e+06 | 24418.3 | 867.808 | - cell_05 | 811 | 1073 | 4855 | 303.438 | 0.000181836 | 1.02898 | 0.0625 | 229914 | 14369.6 | 3.05419e+06 | 14786.1 | 555.362 | - cell_06 | 1007 | 1401 | 6354 | 198.562 | 0.000152013 | 0.88442 | 0.03125 | 291283 | 9102.61 | 2.0972e+06 | 8050.53 | 318.802 | - cell_07 | 1253 | 1666 | 7821 | 122.203 | 0.000124385 | 0.714621 | 0.015625 | 351043 | 5485.05 | 1.31915e+06 | 3919.73 | 164.082 | - cell_08 | 1488 | 2073 | 9590 | 74.9219 | 9.57211e-05 | 0.63372 | 0.0078125 | 419361 | 3276.26 | 940280 | 2076.23 | 90.0046 | - cell_09 | 1655 | 2317 | 10575 | 41.3086 | 0.000104644 | 0.602613 | 0.00390625 | 470943 | 1839.62 | 471041 | 1108.58 | 49.2916 | - cell_10 | 1967 | 2686 | 12704 | 24.8125 | 8.67741e-05 | 0.539749 | 0.00195312 | 565763 | 1105.01 | 315578 | 596.426 | 27.384 | - cell_11 | 2293 | 3097 | 14172 | 13.8398 | 8.36225e-05 | 0.509666 | 0.000976562 | 633733 | 618.88 | 181520 | 315.422 | 15.1791 | - cell_12 | 2535 | 3493 | 15887 | 7.75732 | 7.80035e-05 | 0.503796 | 0.000488281 | 709075 | 346.228 | 107714 | 174.428 | 8.40204 | - cell_13 | 2743 | 3813 | 17690 | 4.31885 | 7.1278e-05 | 0.502967 | 0.000244141 | 780598 | 190.576 | 63314.8 | 95.8534 | 4.51295 | - cell_14 | 3023 | 4208 | 19113 | 2.33313 | 7.73867e-05 | 0.491617 | 0.00012207 | 849405 | 103.687 | 31817.7 | 50.9744 | 2.46227 | - cell_15 | 3309 | 4576 | 21338 | 1.30237 | 7.78715e-05 | 0.463999 | 6.10352e-05 | 944862 | 57.6698 | 16998.9 | 26.7588 | 1.32373 | - cell_16 | 3568 | 4965 | 22884 | 0.698364 | 6.83912e-05 | 0.436182 | 3.05176e-05 | 996635 | 30.4149 | 9753.6 | 13.2664 | 0.667061 | - cell_17 | 3633 | 5244 | 23676 | 0.361267 | 6.90973e-05 | 0.437683 | 1.52588e-05 | 1.04302e+06 | 15.9153 | 5162.78 | 6.96584 | 0.356734 | - cell_18 | 2662 | 4969 | 20517 | 0.156532 | 7.75273e-05 | 0.478 | 7.62939e-06 | 917505 | 7.00001 | 2219.44 | 3.34601 | 0.172068 | - cell_19 | 2329 | 2329 | 0 | 0 | 0.000124413 | 0.614934 | 7.62939e-06 | 372364 | 2.84091 | 684.426 | 1.74697 | 0.0851516 | + cell_00 | 50 | 148 | 0 | 0 | 0.00158171 | 1.41825 | 1 | 8516.3 | 8516.3 | 318144 | 12078.2 | 503.21 | + cell_01 | 156 | 190 | 434 | 434 | 0.00279242 | 3.934 | 1 | 25070.4 | 25070.4 | 980625 | 98627.1 | 2738.32 | + cell_02 | 219 | 320 | 1025 | 512.5 | 0.000596475 | 2.40569 | 0.5 | 55425.5 | 27712.8 | 3.50567e+06 | 66668.3 | 2091.04 | + cell_03 | 370 | 513 | 2093 | 523.25 | 0.000368877 | 1.74075 | 0.25 | 105795 | 26448.9 | 4.12449e+06 | 46040.8 | 1521.43 | + cell_04 | 559 | 755 | 3210 | 401.25 | 0.000401062 | 1.26971 | 0.125 | 157476 | 19684.5 | 2.27373e+06 | 24993.6 | 911.908 | + cell_05 | 727 | 987 | 4377 | 273.562 | 0.000216823 | 1.0686 | 0.0625 | 209487 | 13092.9 | 2.48356e+06 | 13991.1 | 538.492 | + cell_06 | 866 | 1198 | 5275 | 164.844 | 0.000183198 | 0.902366 | 0.03125 | 246354 | 7698.57 | 1.49176e+06 | 6946.93 | 273.288 | + cell_07 | 995 | 1438 | 6251 | 97.6719 | 0.000152274 | 0.917662 | 0.015625 | 292505 | 4570.38 | 1.07465e+06 | 4194.07 | 163.641 | + cell_08 | 1222 | 1711 | 7626 | 59.5781 | 0.000146977 | 0.77056 | 0.0078125 | 344316 | 2689.97 | 585827 | 2072.78 | 86.1031 | + cell_09 | 1566 | 2075 | 9203 | 35.9492 | 9.69556e-05 | 0.686036 | 0.00390625 | 427496 | 1669.91 | 498342 | 1145.62 | 48.3171 | + cell_10 | 1752 | 2446 | 11165 | 21.8066 | 0.000101528 | 0.64274 | 0.00195312 | 506512 | 989.282 | 269702 | 635.851 | 27.3824 | + cell_11 | 2009 | 2799 | 12832 | 12.5312 | 9.4097e-05 | 0.588779 | 0.000976562 | 571125 | 557.739 | 154981 | 328.385 | 14.5833 | + cell_12 | 2323 | 3188 | 14769 | 7.21143 | 9.07246e-05 | 0.545569 | 0.000488281 | 657157 | 320.877 | 90120.9 | 175.061 | 8.17618 | + cell_13 | 2682 | 3657 | 17223 | 4.20483 | 8.10623e-05 | 0.487361 | 0.000244141 | 757727 | 184.992 | 54410.9 | 90.1578 | 4.41067 | + cell_14 | 3060 | 4156 | 19166 | 2.3396 | 8.13967e-05 | 0.503064 | 0.00012207 | 858632 | 104.813 | 31352.3 | 52.7279 | 2.55198 | + cell_15 | 3297 | 4592 | 21493 | 1.31183 | 7.41902e-05 | 0.451626 | 6.10352e-05 | 931687 | 56.8656 | 17212.2 | 25.682 | 1.27697 | + cell_16 | 3546 | 4940 | 23018 | 0.702454 | 6.7298e-05 | 0.437952 | 3.05176e-05 | 1.00812e+06 | 30.7653 | 10007.7 | 13.4737 | 0.673497 | + cell_17 | 3585 | 5154 | 23999 | 0.366196 | 6.89242e-05 | 0.425524 | 1.52588e-05 | 1.05135e+06 | 16.0424 | 5043.31 | 6.8264 | 0.347606 | + cell_18 | 2582 | 4827 | 19507 | 0.148827 | 7.52927e-05 | 0.502331 | 7.62939e-06 | 869744 | 6.63562 | 2188.63 | 3.33328 | 0.164788 | + cell_19 | 2205 | 2205 | 0 | 0 | 0.000135511 | 0.686778 | 7.62939e-06 | 351217 | 2.67958 | 646.055 | 1.84027 | 0.0875476 | ============================================= diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index 44e15e6a0c9..f9b24e1380a 100644 --- a/examples/extended/biasing/GB01/exampleGB01.out +++ b/examples/extended/biasing/GB01/exampleGB01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -45,7 +45,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -124,10 +123,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -298,7 +300,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -780,7 +782,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -805,12 +807,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1731,7 +1731,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 9.39 0.109 0 0 0 test.phys initStep - 1 0.00111 0.000134 9.39 0 0.109 0.00201 0.00201 test.phys ionIoni + 1 0.000827 9.93e-05 9.39 0 0.109 0.00137 0.00137 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -1754,7 +1754,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 166 93.9 147 0.18 0 0 0 test.phys initStep - 1 166 93.9 147 0 0.18 0.00252 0.00252 test.phys ionIoni + 1 166 93.9 147 0 0.18 0.00175 0.00175 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -1762,7 +1762,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 61.3 0.0812 0 0 0 test.phys initStep - 1 -0.000286 -0.000894 61.3 0 0.0812 0.00175 0.00175 test.phys ionIoni + 1 -0.000218 -0.000681 61.3 0 0.0812 0.00118 0.00118 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -1782,7 +1782,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 49.4 0.231 0 0 0 test.phys initStep - 1 -3.09e-05 0.000676 49.4 0 0.231 0.00269 0.00269 test.phys ionIoni + 1 -2.24e-05 0.000491 49.4 0 0.231 0.00189 0.00189 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -1826,7 +1826,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 301 -2.64 184 0.127 0 0 0 test.phys initStep - 1 301 -2.64 184 0 0.127 0.00216 0.00216 test.phys ionIoni + 1 301 -2.64 184 0 0.127 0.00148 0.00148 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1 @@ -1834,7 +1834,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -1.91 68.9 178 0.0933 0 0 0 test.phys initStep - 1 -1.91 68.9 178 0 0.0933 0.00187 0.00187 test.phys ionIoni + 1 -1.91 68.9 178 0 0.0933 0.00127 0.00127 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -1842,7 +1842,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -37.6 60.6 100 0.0903 0 0 0 test.phys initStep - 1 -37.6 60.6 100 0 0.0903 0.00184 0.00184 test.phys ionIoni + 1 -37.6 60.6 100 0 0.0903 0.00125 0.00125 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -1865,7 +1865,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 166 118 108 0.116 0 0 0 test.phys initStep - 1 166 118 108 0 0.116 0.00207 0.00207 test.phys ionIoni + 1 166 118 108 0 0.116 0.00142 0.00142 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -1873,7 +1873,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 99.1 74.1 158 0.102 0 0 0 test.phys initStep - 1 99.1 74.1 158 0 0.102 0.00195 0.00195 test.phys ionIoni + 1 99.1 74.1 158 0 0.102 0.00133 0.00133 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -1893,7 +1893,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 107 0.0896 0 0 0 test.phys initStep - 1 9.84e-05 0.000999 107 0 0.0896 0.00183 0.00183 test.phys ionIoni + 1 7.42e-05 0.000754 107 0 0.0896 0.00124 0.00124 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -1916,7 +1916,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -8.85 -64.2 34 0.11 0 0 0 test.phys initStep - 1 -8.85 -64.2 34 0 0.11 0.00201 0.00201 test.phys ionIoni + 1 -8.85 -64.2 34 0 0.11 0.00137 0.00137 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 3, Parent ID = 1 @@ -1924,7 +1924,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -53 -58 25.8 0.177 0 0 0 test.phys initStep - 1 -53 -58 25.8 0 0.177 0.00251 0.00251 test.phys ionIoni + 1 -53 -58 25.8 0 0.177 0.00174 0.00174 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -1932,7 +1932,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 34 0.173 0 0 0 test.phys initStep - 1 0.00038 0.00111 34 0 0.173 0.00249 0.00249 test.phys ionIoni + 1 0.000277 0.00081 34 0 0.173 0.00173 0.00173 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -1953,7 +1953,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -81.1 -78.5 37.4 0.135 0 0 0 test.phys initStep - 1 -81.1 -78.5 37.4 0 0.135 0.00222 0.00222 test.phys ionIoni + 1 -81.1 -78.5 37.4 0 0.135 0.00153 0.00153 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -1961,7 +1961,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 7.92 -31.6 44.9 0.12 0 0 0 test.phys initStep - 1 7.92 -31.6 44.9 0 0.12 0.0021 0.0021 test.phys ionIoni + 1 7.92 -31.6 44.9 0 0.12 0.00144 0.00144 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -1980,7 +1980,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 83.2 0.344 0 0 0 test.phys initStep - 1 0.00191 -0.0019 83.2 0 0.344 0.00287 0.00287 test.phys ionIoni + 1 0.00141 -0.0014 83.2 0 0.344 0.00208 0.00208 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2000,7 +2000,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -0.793 -0.511 173 0.254 0 0 0 test.phys initStep - 1 -0.793 -0.508 173 0 0.254 0.00274 0.00274 test.phys ionIoni + 1 -0.793 -0.509 173 0 0.254 0.00194 0.00194 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -2008,7 +2008,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 167 0.198 0 0 0 test.phys initStep - 1 0.00189 0.00122 167 0 0.198 0.00259 0.00259 test.phys ionIoni + 1 0.00137 0.000885 167 0 0.198 0.00181 0.00181 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2045,7 +2045,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 11.6 1.53 0 0 0 test.phys initStep - 1 -0.0013 -0.00195 11.6 0 1.53 0.0033 0.0033 test.phys ionIoni + 1 -0.00123 -0.00186 11.6 0 1.53 0.00314 0.00314 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 @@ -2099,7 +2099,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 305 219 131 1.35 0 0 0 test.phys initStep - 1 305 219 131 0 1.35 0.00383 0.00383 test.phys ionIoni + 1 305 219 131 0 1.35 0.00336 0.00336 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 3 @@ -2246,7 +2246,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 68.8 75.9 12.1 0.204 0 0 0 test.phys initStep - 1 68.8 75.9 12.1 0 0.204 0.00261 0.00261 test.phys ionIoni + 1 68.8 75.9 12.1 0 0.204 0.00183 0.00183 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 @@ -2264,7 +2264,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -1.47 -1.04 17.4 0.955 0 0 0 test.phys initStep - 1 -1.47 -1.04 17.4 0 0.955 0.00319 0.00319 test.phys ionIoni + 1 -1.47 -1.04 17.4 0 0.955 0.0026 0.0026 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2281,7 +2281,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 57.2 0.514 0 0 0 test.phys initStep - 1 0.00307 0.00144 57.2 0 0.514 0.00355 0.00355 test.phys ionIoni + 1 0.00231 0.00109 57.2 0 0.514 0.00266 0.00266 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 @@ -2527,7 +2527,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 180 0.302 0 0 0 test.phys initStep - 1 -0.000459 -0.00258 180 0 0.302 0.00282 0.00282 test.phys ionIoni + 1 -0.000335 -0.00188 180 0 0.302 0.00202 0.00202 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2547,7 +2547,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 26.9 7.42 161 0.59 0 0 0 test.phys initStep - 1 26.9 7.42 161 0 0.59 0.00307 0.00307 test.phys ionIoni + 1 26.9 7.42 161 0 0.59 0.00234 0.00234 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -2555,7 +2555,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 83.2 0.884 0 0 0 test.phys initStep - 1 -0.00297 -0.000821 83.2 0 0.884 0.00317 0.00317 test.phys ionIoni + 1 -0.0024 -0.000662 83.2 0 0.884 0.00255 0.00255 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2583,7 +2583,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -3.12 0.969 42.7 3.72 0 0 0 test.phys initStep - 1 -3.12 0.971 42.7 0 3.72 0.00275 0.00275 test.phys ionIoni + 1 -3.12 0.972 42.7 0 3.72 0.00418 0.00418 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 @@ -2627,6 +2627,6 @@ Step# X(mm) Y(mm) Z(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 25.6 0.271 0 0 0 test.phys initStep - 1 0.00242 -0.000753 25.6 0 0.271 0.00277 0.00277 test.phys ionIoni + 1 0.00176 -0.000548 25.6 0 0.271 0.00197 0.00197 test.phys ionIoni Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out index 9a1951e0fad..6b857f9fc13 100644 --- a/examples/extended/biasing/GB02/exampleGB02.out +++ b/examples/extended/biasing/GB02/exampleGB02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -45,7 +45,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -124,10 +123,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -298,7 +300,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -780,7 +782,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -805,12 +807,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -3189,7 +3189,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 46.3 0.238 0 0 0 test.phys initStep - 1 0.000502 0.000224 46.3 0 0.238 0.0027 0.0027 test.phys ionIoni + 1 0.000365 0.000163 46.3 0 0.238 0.00191 0.00191 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3232,7 +3232,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -185 -314 82 0.0744 0 0 0 test.phys initStep - 1 -185 -314 82 0 0.0744 0.00168 0.00168 test.phys ionIoni + 1 -185 -314 82 0 0.0744 0.00113 0.00113 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 6, Parent ID = 2 @@ -3240,7 +3240,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -302 -307 127 0.0758 0 0 0 test.phys initStep - 1 -302 -307 127 0 0.0758 0.0017 0.0017 test.phys ionIoni + 1 -302 -307 127 0 0.0758 0.00114 0.00114 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 5, Parent ID = 2 @@ -3248,7 +3248,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -267 -364 131 0.0938 0 0 0 test.phys initStep - 1 -267 -364 131 0 0.0938 0.00187 0.00187 test.phys ionIoni + 1 -267 -364 131 0 0.0938 0.00127 0.00127 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 @@ -3256,7 +3256,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -364 -364 100 0.186 0 0 0 test.phys initStep - 1 -364 -364 100 0 0.186 0.00254 0.00254 test.phys ionIoni + 1 -364 -364 100 0 0.186 0.00177 0.00177 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 @@ -3264,7 +3264,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -48.9 -7.69 143 0.153 0 0 0 test.phys initStep - 1 -48.9 -7.69 143 0 0.153 0.00235 0.00235 test.phys ionIoni + 1 -48.9 -7.69 143 0 0.153 0.00163 0.00163 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3332,7 +3332,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -95.5 -53.9 166 0.148 0 0 0 test.phys initStep - 1 -95.5 -53.9 166 0 0.148 0.00231 0.00231 test.phys ionIoni + 1 -95.5 -53.9 166 0 0.148 0.0016 0.0016 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 5, Parent ID = 2 @@ -3340,7 +3340,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -16 -53.4 136 0.117 0 0 0 test.phys initStep - 1 -16 -53.4 136 0 0.117 0.00208 0.00208 test.phys ionIoni + 1 -16 -53.4 136 0 0.117 0.00142 0.00142 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 4, Parent ID = 2 @@ -3348,7 +3348,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -28.1 -73.2 120 0.181 0 0 0 test.phys initStep - 1 -28.1 -73.2 120 0 0.181 0.00253 0.00253 test.phys ionIoni + 1 -28.1 -73.2 120 0 0.181 0.00176 0.00176 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 @@ -3356,7 +3356,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 87.5 0.085 0 0 0 test.phys initStep - 1 0.000348 0.000905 87.5 0 0.085 0.00179 0.00179 test.phys ionIoni + 1 0.000264 0.000686 87.5 0 0.085 0.00121 0.00121 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3386,7 +3386,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 56.6 0.164 0 0 0 test.phys initStep - 1 0.000202 -0.00118 56.6 0 0.164 0.00243 0.00243 test.phys ionIoni + 1 0.000147 -0.000859 56.6 0 0.164 0.00168 0.00168 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3438,7 +3438,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 175 -262 166 0.126 0 0 0 test.phys initStep - 1 175 -262 166 0 0.126 0.00215 0.00215 test.phys ionIoni + 1 175 -262 166 0 0.126 0.00147 0.00147 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 @@ -3446,7 +3446,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -26 -0.754 58.8 0.135 0 0 0 test.phys initStep - 1 -26 -0.753 58.8 0 0.135 0.00222 0.00222 test.phys ionIoni + 1 -26 -0.753 58.8 0 0.135 0.00152 0.00152 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3476,7 +3476,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 62.5 0.111 0 0 0 test.phys initStep - 1 0.000438 0.00104 62.5 0 0.111 0.00203 0.00203 test.phys ionIoni + 1 0.000325 0.000772 62.5 0 0.111 0.00138 0.00138 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3506,7 +3506,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 13.7 0.129 0 0 0 test.phys initStep - 1 -0.000358 0.00113 13.7 0 0.129 0.00217 0.00217 test.phys ionIoni + 1 -0.000263 0.000832 13.7 0 0.129 0.00149 0.00149 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3535,7 +3535,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 81.6 0.167 0 0 0 test.phys initStep - 1 0.000774 0.000901 81.6 0 0.167 0.00245 0.00245 test.phys ionIoni + 1 0.000565 0.000656 81.6 0 0.167 0.0017 0.0017 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3562,7 +3562,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 148 0.914 0 0 0 test.phys initStep - 1 0.000348 -0.0028 148 0 0.914 0.00296 0.00296 test.phys ionIoni + 1 0.000286 -0.00229 148 0 0.914 0.00243 0.00243 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 @@ -3628,7 +3628,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 120 0.283 0 0 0 test.phys initStep - 1 -0.00167 -0.00196 120 0 0.283 0.00279 0.00279 test.phys ionIoni + 1 -0.00121 -0.00143 120 0 0.283 0.00199 0.00199 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3657,7 +3657,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 133 0.145 0 0 0 test.phys initStep - 1 0.000172 0.00184 133 0 0.145 0.00229 0.00229 test.phys ionIoni + 1 0.000126 0.00135 133 0 0.145 0.00158 0.00158 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3684,7 +3684,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 120 0.534 0 0 0 test.phys initStep - 1 0.00167 -0.00136 120 0 0.534 0.00312 0.00312 test.phys ionIoni + 1 0.00128 -0.00105 120 0 0.534 0.00239 0.00239 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = deuteron, Track ID = 6, Parent ID = 2 @@ -3757,7 +3757,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 36 -19.4 139 1.21 0 0 0 test.phys initStep - 1 36 -19.4 139 0 1.21 0.00329 0.00329 test.phys ionIoni + 1 36 -19.4 139 0 1.21 0.00292 0.00292 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 2 @@ -3789,7 +3789,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 116 109 27.6 0.166 0 0 0 test.phys initStep - 1 116 109 27.6 0 0.166 0.00244 0.00244 test.phys ionIoni + 1 116 109 27.6 0 0.166 0.00169 0.00169 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 @@ -3873,7 +3873,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 25.8 0.9 0 0 0 test.phys initStep - 1 -0.00272 0.00147 25.8 0 0.9 0.00318 0.00318 test.phys ionIoni + 1 -0.0022 0.00119 25.8 0 0.9 0.00256 0.00256 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3916,10 +3916,10 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 122 21.9 0 0 0 test.phys initStep - 1 -0.161 0.0283 122 15.4 6.41 0.267 0.267 test.phys ionIoni - 2 -0.28 0.0526 122 8.89 6.55 0.203 0.47 test.phys ionIoni - 3 -0.352 0.0652 122 0.898 7.99 0.126 0.596 test.phys ionIoni - 4 -0.357 0.0659 122 0 0.898 0.00798 0.604 test.phys ionIoni + 1 -0.161 0.0283 122 15.4 6.42 0.267 0.267 test.phys ionIoni + 2 -0.28 0.0525 122 8.88 6.56 0.202 0.47 test.phys ionIoni + 3 -0.352 0.0652 122 0.878 8 0.125 0.595 test.phys ionIoni + 4 -0.357 0.0658 122 0 0.878 0.00786 0.603 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 @@ -4034,7 +4034,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -26.1 140 91.9 1.62 0 0 0 test.phys initStep - 1 -26.1 140 91.9 0 1.62 0.00358 0.00358 test.phys ionIoni + 1 -26.1 140 91.9 0 1.62 0.00338 0.00338 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 5 @@ -4148,7 +4148,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 177 0.533 0 0 0 test.phys initStep - 1 -0.00213 0.00121 177 0 0.533 0.00312 0.00312 test.phys ionIoni + 1 -0.00164 0.000932 177 0 0.533 0.00239 0.00239 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 @@ -4221,7 +4221,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.975 1.49 147 3.79 0 0 0 test.phys initStep - 1 0.976 1.49 147 0 3.79 0.00335 0.00335 test.phys ionIoni + 1 0.977 1.49 147 0 3.79 0.00517 0.00517 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 @@ -4301,7 +4301,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 108 12.1 0 0 0 test.phys initStep - 1 -0.000182 -0.00121 108 0 12.1 0.00501 0.00501 test.phys ionIoni + 1 -0.000869 -0.00578 108 0 12.1 0.0239 0.0239 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = deuteron, Track ID = 8, Parent ID = 2 @@ -4539,7 +4539,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -260 499 123 3.3 0 0 0 test.phys initStep - 1 -260 499 123 0 3.3 0.00388 0.00388 test.phys ionIoni + 1 -260 499 123 0 3.3 0.00492 0.00492 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 3 @@ -4732,7 +4732,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -1.31 41.2 111 0.334 0 0 0 test.phys initStep - 1 -1.31 41.2 111 0 0.334 0.00286 0.00286 test.phys ionIoni + 1 -1.31 41.2 111 0 0.334 0.00207 0.00207 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -4759,7 +4759,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 17.6 5.19 0 0 0 test.phys initStep - 1 -0.00344 -0.00169 17.6 0 5.19 0.00411 0.00411 test.phys ionIoni + 1 -0.00731 -0.00359 17.6 0 5.19 0.00874 0.00874 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2 @@ -4846,7 +4846,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 150 150 156 0.457 0 0 0 test.phys initStep - 1 150 150 156 0 0.457 0.00298 0.00298 test.phys ionIoni + 1 150 150 156 0 0.457 0.00221 0.00221 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 12, Parent ID = 3 @@ -4854,6 +4854,6 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 136 145 148 0.475 0 0 0 test.phys initStep - 1 136 145 148 0 0.475 0.00299 0.00299 test.phys ionIoni + 1 136 145 148 0 0.475 0.00223 0.00223 test.phys ionIoni Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB03/exampleGB03.out b/examples/extended/biasing/GB03/exampleGB03.out index d0f75110797..7333e37f659 100644 --- a/examples/extended/biasing/GB03/exampleGB03.out +++ b/examples/extended/biasing/GB03/exampleGB03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -130,10 +129,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -304,7 +306,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -783,11 +785,10 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -812,7 +813,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -856,6 +857,7 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte @@ -870,14 +872,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 100.00 0k 1 10 10 0.00 Calor -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and probability for applying the technique 1 . ### Run 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=0.090000s Real=0.093653s Sys=0.000000s + User=0.080000s Real=0.089643s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -918,6 +920,7 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 1 kByte @@ -932,19 +935,21 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 100.00 1k 1 20 20 0.00 Calor +-------------------------------------------------------------------------------- + GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and probability for applying the technique 0.5 . ### Run 1 starts. Run terminated. Run Summary Number of events processed : 10 - User=0.100000s Real=0.111468s Sys=0.000000s + User=0.100000s Real=0.103629s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:1) -UserDetectorConstruction deleted 0x1dc1590 -UserPhysicsList deleted 0x1dc2050 -UserActionInitialization deleted 0x1f7d6b0 +UserDetectorConstruction deleted 0x1919870 +UserPhysicsList deleted 0x191a380 +UserActionInitialization deleted 0x1ad5570 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out index 46894f96007..5af7e6d3269 100644 --- a/examples/extended/biasing/GB04/exampleGB04.out +++ b/examples/extended/biasing/GB04/exampleGB04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -45,7 +45,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -124,10 +123,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -298,7 +300,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -780,7 +782,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -805,7 +807,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -842,13 +844,14 @@ Index : 1 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + BremSplittingOperator : starting run with brem. splitting factor = 1, biasing only primaries , biasing only once per track . -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ********************************************************************************************************* @@ -1254,7 +1257,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003134s Sys=0.000000s + User=0.000000s Real=0.002538s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -2340,7 +2343,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016908s Sys=0.000000s + User=0.000000s Real=0.004188s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -3753,14 +3756,14 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.009408s Sys=0.000000s + User=0.010000s Real=0.007805s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:2) -UserDetectorConstruction deleted 0x10d8280 -UserPhysicsList deleted 0x10d85e0 -UserActionInitialization deleted 0x1293b70 +UserDetectorConstruction deleted 0x9b5540 +UserPhysicsList deleted 0x9b58c0 +UserActionInitialization deleted 0xb70a30 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out index c4685d9fb90..fa822087cda 100644 --- a/examples/extended/biasing/GB05/exampleGB05.out +++ b/examples/extended/biasing/GB05/exampleGB05.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,7 +47,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -126,10 +125,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -300,7 +302,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -782,7 +784,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -807,12 +809,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. gamma, kinetic energy (MeV) = 0.158024, position (cm) = (-91.9317,63.6565,200), weight = 0.03125 neutron, kinetic energy (MeV) = 35.7446, position (cm) = (-80.7648,72.1643,200), weight = 0.015625 neutron, kinetic energy (MeV) = 35.7446, position (cm) = (-80.7648,72.1643,200), weight = 0.015625 @@ -1051,975 +1051,1161 @@ See commands in /vis/modeling/trajectories/ for other options. gamma, kinetic energy (MeV) = 2.97976, position (cm) = (-65.9789,71.7097,200), weight = 1.90735e-06 gamma, kinetic energy (MeV) = 0.781212, position (cm) = (-178.614,26.9742,200), weight = 1.52588e-05 neutron, kinetic energy (MeV) = 1.98534, position (cm) = (-185.518,41.6567,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 7.16768, position (cm) = (-170.996,33.8289,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.35392, position (cm) = (-186.793,26.1158,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.855396, position (cm) = (-186.79,22.7251,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 86.0745, position (cm) = (-192.216,26.0666,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.25838, position (cm) = (-174.268,22.8763,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.52003, position (cm) = (-193.319,25.7054,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.63504, position (cm) = (-191.419,26.1439,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 52.6249, position (cm) = (-193.025,23.5232,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 52.6249, position (cm) = (-193.025,23.5232,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.487572, position (cm) = (-177.35,15.096,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.1441, position (cm) = (-184.632,-26.9214,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.319481, position (cm) = (-192.141,-25.3244,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.385948, position (cm) = (-197.702,-32.4336,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.2916, position (cm) = (-195.092,-32.9676,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.260682, position (cm) = (-196.103,-45.5792,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0487668, position (cm) = (-198.248,-42.4095,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.47305, position (cm) = (-197.228,-46.9187,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 5.14672, position (cm) = (-197.805,-43.8972,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 57.9695, position (cm) = (-188.968,-26.6086,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 57.9695, position (cm) = (-188.968,-26.6086,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 57.9695, position (cm) = (-188.968,-26.6086,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 57.8088, position (cm) = (-189.678,-27.3977,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 57.9695, position (cm) = (-188.968,-26.6086,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 42.8867, position (cm) = (-122.244,-68.8494,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 2.92448, position (cm) = (-62.0225,61.2365,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.542674, position (cm) = (-62.2138,68.086,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 34.5698, position (cm) = (-52.6219,66.3417,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.87995, position (cm) = (-53.0017,66.4324,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 6.61963, position (cm) = (-50.8649,67.5584,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 7.86453, position (cm) = (-51.383,66.926,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 34.5268, position (cm) = (-58.3241,63.5373,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 34.3728, position (cm) = (-60.1864,63.4992,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 34.3728, position (cm) = (-60.1864,63.4992,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 28.2977, position (cm) = (-57.5543,72.379,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.115259, position (cm) = (-122.685,58.5609,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.5516e-06, position (cm) = (-89.1919,52.5506,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.106571, position (cm) = (-79.5984,101.588,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0499559, position (cm) = (-80.9862,104.816,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.31102, position (cm) = (-81.0175,101.739,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.03121e-06, position (cm) = (-70.289,90.4673,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.471507, position (cm) = (-89.064,90.6222,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.79657, position (cm) = (-90.6454,96.3542,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 24.4498, position (cm) = (-84.1224,98.7954,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 33.8667, position (cm) = (-83.5957,99.6051,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 34.3603, position (cm) = (-83.7573,94.5366,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.191411, position (cm) = (-84.5147,95.3565,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 7.34015, position (cm) = (-85.6203,97.4868,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 34.8961, position (cm) = (-85.7198,96.8282,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 35.3023, position (cm) = (-85.7105,98.8056,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.00172508, position (cm) = (-74.603,79.2951,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.88359, position (cm) = (-91.9598,78.7919,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 14.4314, position (cm) = (-144.943,11.7038,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 6.12565e-05, position (cm) = (-144.019,54.4867,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.56127, position (cm) = (-155.982,38.1709,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 3.2814e-07, position (cm) = (-128.171,25.0281,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.309027, position (cm) = (-176.96,46.2555,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0937119, position (cm) = (-211.567,15.502,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 2.22243, position (cm) = (-172.256,11.8967,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 75.7236, position (cm) = (-279.063,18.8357,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.257485, position (cm) = (-266.035,23.8651,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.818092, position (cm) = (-280.208,22.8267,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 34.0665, position (cm) = (-292.455,15.7798,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0979223, position (cm) = (-318.208,2.86431,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 6.79364, position (cm) = (-318.279,2.07293,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 75.2039, position (cm) = (-314.194,6.57688,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 75.2039, position (cm) = (-314.194,6.57688,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 74.0898, position (cm) = (-276.807,26.8967,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.124632, position (cm) = (-278.02,21.6837,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 5.80112e-07, position (cm) = (-281.35,22.1681,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 8.41964, position (cm) = (-273.29,21.2884,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 8.41964, position (cm) = (-273.29,21.2884,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 75.4051, position (cm) = (-304.365,25.3812,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 1.64304, position (cm) = (-228.574,54.1835,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.0851757, position (cm) = (-225.354,50.3471,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.434466, position (cm) = (-252.952,30.9245,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 0.00130763, position (cm) = (-258.343,59.8002,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 3.32434, position (cm) = (-252.931,28.9702,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 7.30338, position (cm) = (-262.668,30.9368,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 7.30338, position (cm) = (-262.668,30.9368,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 7.30338, position (cm) = (-262.668,30.9368,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 1.15293, position (cm) = (-245.218,30.5448,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 1.59468, position (cm) = (-284.541,25.3095,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 2.31043, position (cm) = (-274.772,24.5687,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.348998, position (cm) = (-275.527,28.5967,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 66.173, position (cm) = (-285.781,33.2208,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 66.173, position (cm) = (-285.781,33.2208,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 66.173, position (cm) = (-285.781,33.2208,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.45246, position (cm) = (-272.77,36.6284,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 4.9036, position (cm) = (-262.363,40.8283,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.204301, position (cm) = (-249.023,44.3193,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.539634, position (cm) = (-252.908,36.6979,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.16358, position (cm) = (-208.703,29.1282,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.342294, position (cm) = (-271.413,-28.955,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.74926, position (cm) = (-217.52,27.6045,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 34.7849, position (cm) = (-199.016,20.4583,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 34.7849, position (cm) = (-199.016,20.4583,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.108747, position (cm) = (-176.36,-18.8331,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 0.729218, position (cm) = (-221.149,-21.8085,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-215.17,-10.6649,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.419061, position (cm) = (-227.077,-2.28607,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.113404, position (cm) = (-202.85,-22.2435,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 7.40928, position (cm) = (-222.661,-26.5235,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 1.66366, position (cm) = (-246.005,-18.2247,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.164901, position (cm) = (-285.385,-43.6295,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 3.43594, position (cm) = (-259.323,-42.0428,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 0.00146246, position (cm) = (-267.302,-26.102,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 34.351, position (cm) = (-264.177,-59.1626,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 5.76319, position (cm) = (-254.257,-45.6226,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 34.2349, position (cm) = (-252.685,-18.6323,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 1.12421, position (cm) = (-243.335,-16.538,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 23.5461, position (cm) = (-201.084,-22.4007,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.153063, position (cm) = (-195.99,-15.8545,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 1.32119, position (cm) = (-204.614,-14.3897,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.0908602, position (cm) = (-207.781,-12.609,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 35.8492, position (cm) = (-204.461,-30.0909,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 35.9936, position (cm) = (-200.857,-31.2716,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 35.5696, position (cm) = (-200.506,-33.5305,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 35.4147, position (cm) = (-229.056,-35.7535,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 35.2124, position (cm) = (-227.833,-31.2113,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.219022, position (cm) = (-239.978,-10.0209,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.113883, position (cm) = (-239.583,-14.6618,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 4.37158, position (cm) = (-246.382,-7.81702,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 1.68429, position (cm) = (-201.983,-16.1618,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.982177, position (cm) = (-203.511,-13.2973,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.499959, position (cm) = (-247.595,5.73552,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 4.0769e-05, position (cm) = (-200.41,-41.9642,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0791992, position (cm) = (-6.6171,130.612,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.234616, position (cm) = (2.45821,105.919,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 5.11225, position (cm) = (16.015,106.009,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.149237, position (cm) = (-4.79027,93.0697,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.02713, position (cm) = (4.78632,101.314,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.43421, position (cm) = (-15.7011,92.3633,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.624614, position (cm) = (0.167186,102.483,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.147269, position (cm) = (-3.93233,107.433,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.85884, position (cm) = (-0.0247577,101.018,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 4.52914, position (cm) = (7.4126,85.1536,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.196068, position (cm) = (-0.00356181,106.695,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 14.7047, position (cm) = (-0.933163,96.2405,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 14.7047, position (cm) = (-0.933163,96.2405,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 15.8755, position (cm) = (-2.7185,95.696,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 17.8669, position (cm) = (-2.80535,95.5846,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.12925, position (cm) = (2.72155,97.7829,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.000230289, position (cm) = (6.27648,108.286,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.36682, position (cm) = (31.8262,80.6928,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 8.39279, position (cm) = (27.2606,75.3712,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.660244, position (cm) = (20.4045,91.3999,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.81514, position (cm) = (13.9032,94.9131,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 5.17489, position (cm) = (20.2718,87.8623,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.605616, position (cm) = (19.3591,89.2145,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.71079, position (cm) = (16.0348,92.1421,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 16.169, position (cm) = (16.8216,89.5781,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 16.169, position (cm) = (16.8216,89.5781,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 42.762, position (cm) = (70.6914,131.983,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0647202, position (cm) = (30.83,109.933,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.857513, position (cm) = (109.012,125.852,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 34.8782, position (cm) = (110.717,116.717,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.151911, position (cm) = (112.397,113.781,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 5.67373, position (cm) = (114.959,119.72,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.251041, position (cm) = (112.504,136.545,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 35.2192, position (cm) = (117.114,116.008,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00224917, position (cm) = (106.424,125.139,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.756014, position (cm) = (89.8318,120.442,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 4.13731, position (cm) = (89.8537,112.727,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.18705, position (cm) = (-5.06262,92.0918,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 21.9119, position (cm) = (-37.0042,101.462,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 12.1429, position (cm) = (-27.0522,104.709,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 12.8714, position (cm) = (-34.0469,94.6345,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.49088, position (cm) = (-28.1714,96.4415,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.156233, position (cm) = (-37.0692,93.1972,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 9.53715, position (cm) = (-34.8283,94.8484,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 37.9316, position (cm) = (0.637725,105.2,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.250385, position (cm) = (1.65584,101.662,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.511442, position (cm) = (-2.63625,102.307,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 24.661, position (cm) = (0.274723,107.287,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 38.0717, position (cm) = (-0.83608,105.64,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 38.0717, position (cm) = (-0.83608,105.64,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 38.2231, position (cm) = (6.93189,107.845,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 33.5835, position (cm) = (3.85351,108.006,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 3.18802, position (cm) = (-10.2446,98.4543,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.30839e-06, position (cm) = (-19.6632,109.754,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 6.62547e-07, position (cm) = (-43.5378,167.238,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.112419, position (cm) = (-33.4388,152.524,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.124834, position (cm) = (-55.0711,167.151,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.296394, position (cm) = (-17.5188,165.394,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.403019, position (cm) = (-30.8055,144.627,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.71277, position (cm) = (-47.1364,172.388,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.483214, position (cm) = (-32.2148,164.659,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.290051, position (cm) = (-17.1577,139.289,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.431629, position (cm) = (-26.1275,199.047,200), weight = 1.90735e-06 - e-, kinetic energy (MeV) = 2.00565, position (cm) = (-34.2971,201.291,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.431226, position (cm) = (-48.9464,194.035,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.156494, position (cm) = (-64.0879,133.577,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.425984, position (cm) = (-63.0008,141.011,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 5.96365, position (cm) = (-38.5305,123.925,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 4.56735, position (cm) = (-13.9595,107.633,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.71902, position (cm) = (-36.9046,162.265,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 30.2112, position (cm) = (-36.2773,159.771,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.0342, position (cm) = (-64.8833,149.756,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.117372, position (cm) = (-58.1863,163.044,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.30079, position (cm) = (-80.3419,159.458,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 0.0473238, position (cm) = (-69.8332,156.545,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.374416, position (cm) = (-62.6861,164.224,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.767864, position (cm) = (-57.93,170.491,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.0717542, position (cm) = (-79.7911,173.263,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 30.5426, position (cm) = (-39.8154,240.436,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 30.5426, position (cm) = (-39.8154,240.436,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 29.6347, position (cm) = (-41.8915,237.196,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.27487, position (cm) = (-47.066,169.678,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.26767, position (cm) = (-51.8758,186.119,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.09039, position (cm) = (-48.4934,187.319,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 2.26767, position (cm) = (-51.8758,186.119,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.155629, position (cm) = (-64.3713,179.628,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 8.875, position (cm) = (-63.1647,179.452,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 8.01481, position (cm) = (-64.9584,171.587,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.60309, position (cm) = (-64.4103,176.829,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 3.70132, position (cm) = (-82.4919,209.776,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0157821, position (cm) = (-57.6993,178.401,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 6.64265, position (cm) = (-25.6872,148.06,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.274931, position (cm) = (28.8039,104.36,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 2.122, position (cm) = (66.2464,77.3935,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.8923, position (cm) = (62.239,76.0253,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 7.13419, position (cm) = (75.2315,65.1811,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 12.1932, position (cm) = (72.0527,80.5759,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 12.1932, position (cm) = (72.0527,80.5759,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 12.1932, position (cm) = (72.0527,80.5759,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0999603, position (cm) = (71.4232,80.1859,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.00480339, position (cm) = (78.0926,78.1322,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.250052, position (cm) = (65.992,79.8563,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 8.3984, position (cm) = (71.0312,78.4753,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.171769, position (cm) = (54.4577,81.9435,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.172947, position (cm) = (48.0879,86.9546,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.81818, position (cm) = (69.2957,77.2489,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.120231, position (cm) = (64.8002,79.4969,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.36304, position (cm) = (65.5986,80.3863,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 3.68171, position (cm) = (76.3622,80.3222,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 11.9068, position (cm) = (67.5478,50.2531,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.525565, position (cm) = (66.1337,70.9952,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.898894, position (cm) = (65.9672,63.4402,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.33572, position (cm) = (66.8023,63.1236,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.162277, position (cm) = (62.5238,76.8727,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.00377837, position (cm) = (41.5376,123.955,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 21.9705, position (cm) = (69.8771,86.0263,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 21.9705, position (cm) = (69.8771,86.0263,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 21.4703, position (cm) = (70.1761,83.7227,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 5.01927e-07, position (cm) = (4.01815,62.3888,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.0794496, position (cm) = (-6.59822,43.0624,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (3.75386,32.7393,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 21.6591, position (cm) = (6.89333,37.7901,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.27628, position (cm) = (25.761,46.2786,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 12.3503, position (cm) = (18.7709,16.5038,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 12.3503, position (cm) = (18.7709,16.5038,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0473666, position (cm) = (21.9059,16.8405,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.49389, position (cm) = (22.8182,18.0627,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.712598, position (cm) = (22.5404,17.9481,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.160589, position (cm) = (28.6956,8.29557,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.127963, position (cm) = (16.3128,22.8082,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 6.01928e-05, position (cm) = (17.3595,39.6898,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 4.24775, position (cm) = (47.5689,14.9818,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.30452, position (cm) = (54.2038,7.22267,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 5.3123, position (cm) = (56.7907,5.02186,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.421247, position (cm) = (41.8649,-2.82022,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.444791, position (cm) = (61.4706,10.9339,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.65434, position (cm) = (65.4145,6.91395,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.119958, position (cm) = (65.0479,6.85868,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 4.1198, position (cm) = (54.909,2.75044,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 7.28104, position (cm) = (-22.9871,28.9346,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 46.2297, position (cm) = (9.86781,21.9739,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 45.3667, position (cm) = (21.6821,24.6865,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 44.9712, position (cm) = (18.0138,23.3828,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.2297, position (cm) = (9.86781,21.9739,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.1759, position (cm) = (9.69891,21.3228,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.1187, position (cm) = (10.2922,20.9633,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.898318, position (cm) = (-2.1028,50.7077,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 2.22305, position (cm) = (2.70149,36.0439,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 15.7438, position (cm) = (-46.2922,54.3683,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.150683, position (cm) = (-57.5964,54.8795,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.121972, position (cm) = (-45.8145,28.8295,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.130141, position (cm) = (-66.8222,63.4474,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.5874, position (cm) = (-41.5177,49.4454,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.211778, position (cm) = (-58.5878,53.1046,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 46.9541, position (cm) = (-62.4256,54.6205,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 56.6598, position (cm) = (52.4809,41.7834,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 0.667875, position (cm) = (52.9094,34.052,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.31736, position (cm) = (73.7584,32.2371,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 42.2755, position (cm) = (74.1242,32.032,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 61.0391, position (cm) = (74.248,31.999,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 61.0391, position (cm) = (74.248,31.999,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 2.17772, position (cm) = (74.8583,50.354,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 3.22962, position (cm) = (74.5561,47.6807,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 5.87435, position (cm) = (74.4173,47.6408,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 39.7317, position (cm) = (73.9243,47.3512,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 33.0071, position (cm) = (53.1597,48.5952,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.6347, position (cm) = (302.184,26.746,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 6.17665, position (cm) = (283.099,41.7843,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 39.2615, position (cm) = (283.678,41.8539,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0257385, position (cm) = (282.78,28.8328,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 46.5533, position (cm) = (326.706,23.4739,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 46.5533, position (cm) = (326.706,23.4739,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.103054, position (cm) = (326.099,25.4092,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.246414, position (cm) = (323.98,17.8714,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.82919, position (cm) = (323.001,24.6506,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 7.40186, position (cm) = (326.803,24.177,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0971582, position (cm) = (332.352,29.9313,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.40534, position (cm) = (331.154,16.931,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.89647, position (cm) = (329.242,13.7642,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.107452, position (cm) = (328.403,11.8566,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (170.44,-53.5183,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.84683e-06, position (cm) = (222,-40.4404,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.290391, position (cm) = (121.346,-45.2886,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.124737, position (cm) = (143.693,-31.2047,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.201383, position (cm) = (10.7154,24.4242,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 4.1383, position (cm) = (2.58974,-47.9242,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.38811, position (cm) = (-4.18249,-37.8991,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.445011, position (cm) = (-14.7868,-22.346,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.137054, position (cm) = (-17.5975,-22.6008,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.0986776, position (cm) = (-27.1385,-25.9273,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.78207, position (cm) = (12.8273,44.6854,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 61.5373, position (cm) = (7.35612,53.6757,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.516105, position (cm) = (26.3804,40.7853,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.40606, position (cm) = (46.3455,35.9354,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 22.9732, position (cm) = (31.5705,52.713,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.0608088, position (cm) = (22.2885,21.8645,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.217203, position (cm) = (-2.89947,34.9814,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.85768, position (cm) = (8.86423,14.7167,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 5.82534, position (cm) = (31.1739,21.3713,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 5.82534, position (cm) = (31.1739,21.3713,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.4287, position (cm) = (8.37502,-4.40566,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 9.76019, position (cm) = (11.2848,2.49348,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 6.42013, position (cm) = (9.88646,10.3883,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 6.84859, position (cm) = (16.8657,11.5486,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 13.9181, position (cm) = (7.34961,0.832121,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 35.0652, position (cm) = (-53.2767,-38.5909,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 98.5281, position (cm) = (48.1198,-49.6149,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 98.5281, position (cm) = (48.1198,-49.6149,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 41.3062, position (cm) = (29.2564,54.413,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 24.9949, position (cm) = (29.0475,52.2885,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 41.7797, position (cm) = (30.9755,51.3367,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 41.9004, position (cm) = (31.2192,51.2859,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.34247, position (cm) = (37.3773,-22.7668,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.609486, position (cm) = (52.0601,-13.7502,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 4.42317, position (cm) = (51.7236,6.9232,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 25.4587, position (cm) = (33.7994,-27.968,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 6.93465, position (cm) = (38.6562,-43.9274,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.147955, position (cm) = (35.2536,-64.8987,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.06978, position (cm) = (48.1749,-60.7652,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 25.9347, position (cm) = (38.6705,-43.9907,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 12.0231, position (cm) = (37.3921,-44.1549,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 26.0229, position (cm) = (36.9875,-43.7083,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.177224, position (cm) = (35.8277,-48.2601,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.116919, position (cm) = (29.729,-41.1983,200), weight = 7.62939e-06 - e-, kinetic energy (MeV) = 2.23806, position (cm) = (39.0454,-59.605,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 14.7916, position (cm) = (38.4425,-36.3249,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 4.62444, position (cm) = (39.8602,-48.9613,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.38041, position (cm) = (25.0233,-21.8337,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.219485, position (cm) = (19.9964,-34.2955,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.265121, position (cm) = (28.131,-37.7499,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.62834, position (cm) = (32.5906,-32.1962,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.0820669, position (cm) = (18.8658,-19.9531,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.120473, position (cm) = (27.1092,-35.6254,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 6.01601, position (cm) = (144.211,-9.80091,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 15.3113, position (cm) = (140.618,-3.44023,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.144211, position (cm) = (136.669,6.11595,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 4.61497e-05, position (cm) = (136.973,15.161,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 51.8271, position (cm) = (142.641,40.114,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 30.5309, position (cm) = (152.659,59.7678,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 3.20558e-05, position (cm) = (126.302,37.0713,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.762282, position (cm) = (150.846,55.5799,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0580537, position (cm) = (150.374,47.0017,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.95689, position (cm) = (107.872,58.1256,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 45.2828, position (cm) = (121.615,44.6811,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 45.1596, position (cm) = (122.199,48.8149,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 45.1269, position (cm) = (121.986,48.3774,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0765143, position (cm) = (149.83,48.1692,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.42955, position (cm) = (134.501,55.9517,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 6.09147, position (cm) = (137.177,62.0638,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 2.06963, position (cm) = (105.635,19.6112,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 5.55631e-06, position (cm) = (79.5152,17.0614,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 3.8257e-06, position (cm) = (105.362,16.7685,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.235369, position (cm) = (63.7412,31.4545,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.00327671, position (cm) = (198.268,62.8898,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.46478, position (cm) = (148.694,19.581,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.263567, position (cm) = (57.728,-22.2053,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 53.8302, position (cm) = (54.0074,-21.4401,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 53.9401, position (cm) = (54.0778,-21.5423,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 53.9401, position (cm) = (54.0778,-21.5423,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 53.9401, position (cm) = (54.0778,-21.5423,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 53.9401, position (cm) = (54.0778,-21.5423,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 53.9401, position (cm) = (54.0778,-21.5423,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 4.30786, position (cm) = (50.397,3.47398,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.132688, position (cm) = (16.5804,-2.91938,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.358677, position (cm) = (47.6775,-34.3342,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 5.55942, position (cm) = (37.3835,31.1366,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 93.6404, position (cm) = (39.1339,0.658607,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.51408, position (cm) = (62.8859,-57.199,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 84.4926, position (cm) = (43.1176,16.9632,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 84.9086, position (cm) = (43.4303,16.9423,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 84.9086, position (cm) = (43.4303,16.9423,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 9.12088, position (cm) = (34.5054,-20.8045,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.000246231, position (cm) = (21.7434,21.4628,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.130972, position (cm) = (-44.6447,46.7502,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 9.20676, position (cm) = (16.859,-1.91138,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 23.7364, position (cm) = (14.4598,2.80362,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.113867, position (cm) = (-2.89337,57.3906,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 41.4161, position (cm) = (6.40819,16.1616,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 71.7897, position (cm) = (2.54505,18.9045,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 70.729, position (cm) = (3.20543,21.7262,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 71.1225, position (cm) = (8.04659,9.57844,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 71.1225, position (cm) = (8.04659,9.57844,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 71.1225, position (cm) = (8.04659,9.57844,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.88274, position (cm) = (46.3349,37.1977,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.177297, position (cm) = (63.4529,3.21055,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.204421, position (cm) = (42.8925,34.6564,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 71.6246, position (cm) = (-2.60777,20.013,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.12081, position (cm) = (21.3208,11.2063,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.19278, position (cm) = (13.4491,16.3674,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 7.67875, position (cm) = (24.1926,14.6681,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 27.0056, position (cm) = (20.4996,12.3812,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 4.85414e-05, position (cm) = (-15.7384,4.66407,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 64.1707, position (cm) = (-2.38168,12.9587,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.201816, position (cm) = (13.0747,4.54203,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.0851299, position (cm) = (6.88133,1.4084,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 1.85489, position (cm) = (10.4315,15.5691,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 3.25431, position (cm) = (5.48105,6.88139,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 52.9546, position (cm) = (-5.48321,24.3933,200), weight = 0.0625 - gamma, kinetic energy (MeV) = 0.133103, position (cm) = (3.39114,-18.4021,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.0729702, position (cm) = (39.6577,-29.2941,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 10.8381, position (cm) = (51.1204,-36.1571,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 10.8381, position (cm) = (51.1204,-36.1571,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 9.2145, position (cm) = (27.8878,-38.2711,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.23795, position (cm) = (64.6337,-33.7657,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.100667, position (cm) = (57.7196,-42.9369,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0934127, position (cm) = (14.5621,17.4542,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 4.65115, position (cm) = (94.0217,-38.0994,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.403418, position (cm) = (90.3911,-66.9945,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.669657, position (cm) = (79.2155,-45.7952,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.277251, position (cm) = (81.592,-35.356,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.72378, position (cm) = (80.1445,-42.6771,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.131322, position (cm) = (75.8718,-35.6566,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0729081, position (cm) = (93.6332,-47.4772,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.322666, position (cm) = (107.13,-51.3318,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.108812, position (cm) = (93.6619,-33.1375,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 30.6557, position (cm) = (116.045,-44.4884,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.19613e-05, position (cm) = (66.187,-23.4815,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 2.13749, position (cm) = (52.8244,-23.7698,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.000176656, position (cm) = (57.2176,-25.448,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.810312, position (cm) = (46.1646,-50.8237,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.13691, position (cm) = (49.5062,-54.2537,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.96885, position (cm) = (42.902,-46.1481,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.818825, position (cm) = (39.1938,-63.492,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 27.634, position (cm) = (36.2272,-52.2582,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.11806, position (cm) = (-34.6917,-0.589716,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.149343, position (cm) = (-51.9808,-5.98023,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.255038, position (cm) = (-10.0214,-2.13928,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 85.8474, position (cm) = (-15.9903,-6.15644,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 0.669632, position (cm) = (-37.4786,-7.03756,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 2.13254, position (cm) = (-48.803,14.7516,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.000466852, position (cm) = (-40.5071,13.482,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 6.73575, position (cm) = (-35.3754,-8.32752,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 1.40443, position (cm) = (-31.9904,-5.31817,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.60909, position (cm) = (-52.131,-22.2471,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0257617, position (cm) = (-69.7952,-26.079,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.546454, position (cm) = (-57.9839,-30.3988,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.39775, position (cm) = (-54.7735,-29.4452,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 22.9075, position (cm) = (-60.4185,-30.6687,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 22.9075, position (cm) = (-60.4185,-30.6687,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.852208, position (cm) = (-51.1898,-24.6371,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.716, position (cm) = (-48.8071,-50.1693,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 22.4226, position (cm) = (-59.0517,-30.434,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.81563, position (cm) = (-48.5989,-4.43335,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.115175, position (cm) = (-43.9323,-26.7666,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.24021, position (cm) = (-30.9831,-20.9867,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 5.32674, position (cm) = (-46.7509,-21.4153,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 7.76699, position (cm) = (-24.9166,-25.1829,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 7.76699, position (cm) = (-24.9166,-25.1829,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.24826, position (cm) = (-13.071,-11.706,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 19.8997, position (cm) = (-32.4102,8.45699,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 20.9273, position (cm) = (-32.4967,10.6342,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 21.3316, position (cm) = (-31.7212,9.72207,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.368257, position (cm) = (-23.6435,-19.2606,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 5.2753, position (cm) = (-28.5021,-19.4293,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 0.582155, position (cm) = (-24.1286,-14.8296,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.91149, position (cm) = (-1.97312,45.2889,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.101156, position (cm) = (-4.36219,6.92413,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 43.6306, position (cm) = (-10.3986,17.0856,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 75.1982, position (cm) = (-33.5018,-19.5319,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.147005, position (cm) = (-34.35,-19.9586,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 27.5029, position (cm) = (-33.186,-20.1623,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 74.4499, position (cm) = (-32.4075,-20.6596,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.283043, position (cm) = (-49.2874,-23.6341,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 4.03226, position (cm) = (-38.8098,-3.02766,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 44.3478, position (cm) = (-42.8398,-21.0009,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 43.6279, position (cm) = (-42.6299,-21.0578,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.481362, position (cm) = (-29.1154,-18.04,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 7.28282, position (cm) = (-38.6133,-27.9994,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 7.28282, position (cm) = (-38.6133,-27.9994,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.100437, position (cm) = (-35.09,-24.9368,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 2.24276, position (cm) = (-33.7176,-21.8792,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 7.28282, position (cm) = (-38.6133,-27.9994,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 14.665, position (cm) = (-33.0227,-24.9392,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.0803895, position (cm) = (-43.1463,-14.8388,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.159214, position (cm) = (-27.9555,-18.4541,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 1.26513, position (cm) = (-48.1989,-22.8587,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 2.87343, position (cm) = (-36.8711,-33.0025,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 3.03377, position (cm) = (-36.4994,-34.078,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 3.03377, position (cm) = (-36.4994,-34.078,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 3.03377, position (cm) = (-36.4994,-34.078,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 46.0552, position (cm) = (-29.6214,-30.5471,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 74.617, position (cm) = (-33.8151,-23.0103,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 74.2161, position (cm) = (-33.9282,-23.3559,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 6.57913, position (cm) = (-33.5004,11.9391,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.185916, position (cm) = (-42.9395,15.8294,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.525654, position (cm) = (-49.6919,9.37466,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.181136, position (cm) = (-57.717,-15.9082,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 3.15248, position (cm) = (-22.1915,28.5816,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 7.05756, position (cm) = (-28.6289,55.2189,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.242576, position (cm) = (-25.56,46.1603,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 2.04068, position (cm) = (-33.5699,72.162,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 2.04068, position (cm) = (-33.5699,72.162,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 4.58993e-05, position (cm) = (-28.2517,60.6576,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 0.000112397, position (cm) = (-41.071,46.8287,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 7.90328e-06, position (cm) = (-45.9044,44.5749,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 83.6863, position (cm) = (-55.5575,42.0623,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.861154, position (cm) = (-68.8692,37.5015,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.168793, position (cm) = (-53.4881,37.7261,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 4.006, position (cm) = (-45.1078,40.2493,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.286, position (cm) = (-61.2152,31.8994,200), weight = 3.05176e-05 - e-, kinetic energy (MeV) = 1.57485, position (cm) = (-53.3127,47.9409,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.131672, position (cm) = (-71.9843,32.5366,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.319135, position (cm) = (-61.3092,39.4656,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 8.89317, position (cm) = (-64.143,32.7462,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 8.89317, position (cm) = (-64.143,32.7462,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.116185, position (cm) = (-113.266,45.0164,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 8.95983, position (cm) = (-55.3182,40.1297,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.00581493, position (cm) = (-56.817,46.5661,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0996308, position (cm) = (-57.5048,56.5286,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 21.3331, position (cm) = (-51.2217,51.6829,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 31.2553, position (cm) = (-45.4831,50.4299,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 31.3797, position (cm) = (-47.899,52.247,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0724288, position (cm) = (-74.8454,40.8432,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.11921, position (cm) = (-57.7199,46.72,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.759328, position (cm) = (-84.206,45.9003,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 6.97755, position (cm) = (-113.051,31.62,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 7.2378, position (cm) = (-77.056,59.2811,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.67969e-06, position (cm) = (-169.363,75.7509,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 46.4955, position (cm) = (-197.12,91.2933,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 46.3693, position (cm) = (-196.958,91.2805,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 46.4955, position (cm) = (-197.12,91.2933,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.10309, position (cm) = (-168.725,79.2339,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 46.6521, position (cm) = (-200.12,85.1976,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.69608, position (cm) = (-185.208,70.5112,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.0642333, position (cm) = (-186.504,86.437,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.96994, position (cm) = (-255.244,109.779,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 9.12207, position (cm) = (-242.569,106.206,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.167686, position (cm) = (-247.892,103.86,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.3759, position (cm) = (-239.915,84.7677,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.000273231, position (cm) = (-220.89,106.196,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.15905e-07, position (cm) = (-241.003,93.1744,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 4.23269, position (cm) = (-256.003,99.5466,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 60.4644, position (cm) = (-266.25,87.2691,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.24133e-05, position (cm) = (-269.774,56.8065,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.447637, position (cm) = (-284,68.6985,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.211316, position (cm) = (-282.688,49.9128,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.30752, position (cm) = (-257.62,64.7078,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.236033, position (cm) = (-273.677,66.6907,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.02145, position (cm) = (-244.814,91.473,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.267077, position (cm) = (-259.433,67.7433,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.76293, position (cm) = (-321.427,-0.664196,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 10.6776, position (cm) = (-343.848,-31.9555,200), weight = 3.63798e-12 - neutron, kinetic energy (MeV) = 10.6776, position (cm) = (-343.848,-31.9555,200), weight = 3.63798e-12 - neutron, kinetic energy (MeV) = 2.43255, position (cm) = (-336.15,-18.9252,200), weight = 7.27596e-12 - gamma, kinetic energy (MeV) = 3.38347, position (cm) = (-353.948,-17.6262,200), weight = 7.27596e-12 - neutron, kinetic energy (MeV) = 10.3527, position (cm) = (-348.731,-25.6376,200), weight = 7.27596e-12 - neutron, kinetic energy (MeV) = 10.8507, position (cm) = (-348.729,-28.0432,200), weight = 7.27596e-12 - gamma, kinetic energy (MeV) = 0.282889, position (cm) = (-331.061,15.0429,200), weight = 2.91038e-11 - gamma, kinetic energy (MeV) = 0.20472, position (cm) = (-355.305,-17.7875,200), weight = 2.91038e-11 - gamma, kinetic energy (MeV) = 4.11682, position (cm) = (-335.346,-23.0784,200), weight = 2.91038e-11 - neutron, kinetic energy (MeV) = 0.85876, position (cm) = (-335.065,-29.2804,200), weight = 2.91038e-11 - gamma, kinetic energy (MeV) = 0.129965, position (cm) = (-327.14,21.9633,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 11.9826, position (cm) = (-351.849,25.8724,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 11.9826, position (cm) = (-351.849,25.8724,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 11.9826, position (cm) = (-351.849,25.8724,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 11.7957, position (cm) = (-350.555,25.7718,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 11.9826, position (cm) = (-351.849,25.8724,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 11.8124, position (cm) = (-363.194,55.6205,200), weight = 2.32831e-10 - neutron, kinetic energy (MeV) = 11.9326, position (cm) = (-368.035,55.2014,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 5.0617, position (cm) = (-367.095,52.1297,200), weight = 5.82077e-11 - gamma, kinetic energy (MeV) = 0.818031, position (cm) = (-394.961,37.3848,200), weight = 5.82077e-11 - neutron, kinetic energy (MeV) = 1.75225, position (cm) = (-338.451,49.4897,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.0743497, position (cm) = (-363.264,40.787,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 2.14799, position (cm) = (-373.979,55.8882,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.185329, position (cm) = (-356.104,37.4164,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 5.39219, position (cm) = (-324.068,58.9444,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 0.732455, position (cm) = (-359.356,44.3083,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 5.57303, position (cm) = (-359.484,40.3834,200), weight = 4.65661e-10 - neutron, kinetic energy (MeV) = 1.11863, position (cm) = (-361.058,48.4109,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 1.60032, position (cm) = (-374.074,27.2503,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 0.0956759, position (cm) = (-284.683,56.8039,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.07872, position (cm) = (-295.954,63.8125,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 3.0632e-07, position (cm) = (-309.161,36.3152,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 4.58795, position (cm) = (-287.246,56.9768,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 15.2198, position (cm) = (-273.806,67.1688,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0783753, position (cm) = (-290.18,73.9087,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 27.1759, position (cm) = (-248.832,70.6974,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 26.9553, position (cm) = (-249.055,70.5907,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 7.26294e-05, position (cm) = (-252.794,76.8742,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.62696, position (cm) = (-249.737,78.7741,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.62696, position (cm) = (-249.737,78.7741,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.813513, position (cm) = (-246.064,77.6605,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 4.33994, position (cm) = (-244.56,72.7216,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.10451, position (cm) = (-245.029,89.0756,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-242.125,85.764,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 16.4376, position (cm) = (-248.303,75.7132,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 16.1801, position (cm) = (-252.109,71.4356,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 16.1801, position (cm) = (-252.109,71.4356,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.106884, position (cm) = (-247.65,72.1781,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0981159, position (cm) = (-247.819,71.2719,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.42407, position (cm) = (-258.616,71.3275,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.577198, position (cm) = (-241.35,80.194,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.898533, position (cm) = (-236.581,94.5252,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 3.39354, position (cm) = (-246.324,83.8179,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 17.1816, position (cm) = (-231.536,108.562,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.00537, position (cm) = (-200.939,132.646,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.287284, position (cm) = (-266.519,106.107,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 8.43318, position (cm) = (-237.256,95.0139,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 39.9707, position (cm) = (-263.191,81.9092,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 39.9707, position (cm) = (-263.191,81.9092,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.626562, position (cm) = (-254.653,88.0295,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.861209, position (cm) = (-256.038,84.4617,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.253394, position (cm) = (-291.44,69.4435,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.662634, position (cm) = (-257.628,84.7494,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.51702, position (cm) = (-257.49,84.8609,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.929, position (cm) = (-257.354,84.8942,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 40.6271, position (cm) = (-253.842,90.8086,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 40.6271, position (cm) = (-253.842,90.8086,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.8659, position (cm) = (-159.392,79.1033,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.40408, position (cm) = (-145.63,73.4308,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 16.2589, position (cm) = (-152.908,69.9704,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.85878, position (cm) = (-153.931,75.7161,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.300104, position (cm) = (-147.055,71.1647,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.81869, position (cm) = (-148.453,70.2281,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0776946, position (cm) = (-146.266,85.3259,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.889441, position (cm) = (-147.573,72.0165,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.09378, position (cm) = (-149.006,70.1697,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.7169, position (cm) = (-149.534,70.4766,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0638864, position (cm) = (-141.143,55.3202,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.29025, position (cm) = (-147.288,52.6071,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.14303, position (cm) = (-130.307,25.3824,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.56991, position (cm) = (-152.479,66.8899,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0734785, position (cm) = (-153.568,53.1804,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.482292, position (cm) = (-118.566,88.3352,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.252194, position (cm) = (-141.788,83.7742,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.62165, position (cm) = (-125.358,77.7023,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.74927, position (cm) = (-184.48,72.4329,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.41075e-06, position (cm) = (-215.084,90.0426,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 13.897, position (cm) = (-18.5326,108.209,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 13.897, position (cm) = (-18.5326,108.209,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 13.897, position (cm) = (-18.5326,108.209,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 13.897, position (cm) = (-18.5326,108.209,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.38005e-07, position (cm) = (-189.578,39.4615,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.138445, position (cm) = (-130.778,52.9146,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 18.7928, position (cm) = (-146.222,62.6525,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 18.7928, position (cm) = (-146.222,62.6525,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 18.7928, position (cm) = (-146.222,62.6525,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 18.7422, position (cm) = (-146.212,62.4752,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.50193, position (cm) = (-142.031,56.1034,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 18.7928, position (cm) = (-146.222,62.6525,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 18.7928, position (cm) = (-146.222,62.6525,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.128825, position (cm) = (-141.263,66.3468,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 7.87086, position (cm) = (-140.997,58.4473,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.109694, position (cm) = (-150.855,63.8713,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 18.7928, position (cm) = (-146.222,62.6525,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.92751e-06, position (cm) = (25.425,73.3477,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.731112, position (cm) = (74.2038,-3.70452,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.0229821, position (cm) = (-34.5384,45.1015,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.103645, position (cm) = (12.5785,82.2433,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.19111, position (cm) = (-3.49394,97.7467,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.490739, position (cm) = (21.0471,60.1797,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.42467, position (cm) = (31.0621,80.4665,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.9961, position (cm) = (46.6127,114.136,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 6.94198, position (cm) = (44.9385,80.4479,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.173438, position (cm) = (20.234,83.2308,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.70495, position (cm) = (28.3308,90.4639,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 21.9975, position (cm) = (13.2881,88.6797,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 21.9215, position (cm) = (14.7491,84.8385,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 21.9975, position (cm) = (13.2881,88.6797,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.59555, position (cm) = (13.8455,11.043,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.59555, position (cm) = (13.8455,11.043,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.280109, position (cm) = (27.5506,-22.9448,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 2.80438, position (cm) = (5.44449,106.054,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 48.143, position (cm) = (5.50632,109.143,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0526099, position (cm) = (16.7471,104.166,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.000293981, position (cm) = (-10.8805,60.9014,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.58975, position (cm) = (-4.75865,79.9432,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.96741, position (cm) = (-4.2316,79.8234,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0766966, position (cm) = (6.2131,85.1386,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 25.9478, position (cm) = (-23.4449,107.489,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 25.9478, position (cm) = (-23.4449,107.489,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 25.2035, position (cm) = (-20.5727,99.1318,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.220187, position (cm) = (-11.4047,96.6407,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 5.97319, position (cm) = (-16.858,99.7049,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 25.9478, position (cm) = (-23.4449,107.489,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.407049, position (cm) = (-23.5527,104.616,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.809111, position (cm) = (-13.4277,102.451,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.66689e-06, position (cm) = (-107.423,6.47634,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 10.9226, position (cm) = (-127.53,-66.8941,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 10.9677, position (cm) = (-126.286,-67.6169,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 10.9677, position (cm) = (-126.286,-67.6169,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 8.64759, position (cm) = (-126.068,-60.3635,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 10.9677, position (cm) = (-126.286,-67.6169,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 10.9677, position (cm) = (-126.286,-67.6169,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 0.700447, position (cm) = (-134.803,-65.3653,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.301417, position (cm) = (-128.064,-42.0972,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.211311, position (cm) = (-108.749,-53.4546,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0367252, position (cm) = (-117.736,-59.4619,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.3077, position (cm) = (-125.169,-30.8312,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0415536, position (cm) = (-126.491,-29.5446,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0939341, position (cm) = (-125.145,-35.4115,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 4.61997, position (cm) = (-128.634,-35.5041,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.00131146, position (cm) = (-133.372,0.387674,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.374853, position (cm) = (-133.008,8.62997,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.126688, position (cm) = (-137.045,-8.33442,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.287727, position (cm) = (-137.286,-1.61757,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 1.87561, position (cm) = (-133.839,8.28404,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.0783972, position (cm) = (-115.52,3.79468,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.062425, position (cm) = (-136.589,-18.6253,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.163689, position (cm) = (-126.28,-22.9426,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 3.14319e-07, position (cm) = (-134.259,11.9179,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 11.7679, position (cm) = (-135.277,-9.28534,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 11.7679, position (cm) = (-135.277,-9.28534,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.255374, position (cm) = (-110.091,2.83611,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.458436, position (cm) = (-118.213,-4.12014,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 1.36836, position (cm) = (-120.092,-6.5748,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 2.47079, position (cm) = (-118.408,7.8479,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.000859764, position (cm) = (-56.5581,-46.3037,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.00132245, position (cm) = (-68.2067,-74.44,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.114927, position (cm) = (-56.5106,-91.8805,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 4.17244, position (cm) = (-54.6061,-92.2475,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 6.75672e-05, position (cm) = (-55.2717,-78.9252,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.270996, position (cm) = (-44.6805,-95.8657,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.858641, position (cm) = (-25.1666,50.8564,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 47.7242, position (cm) = (-25.7889,66.0895,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 48.324, position (cm) = (-14.6789,46.4908,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.120313, position (cm) = (-11.3247,31.9471,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 2.01095, position (cm) = (-8.58978,72.3504,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 23.7778, position (cm) = (-37.7335,-41.4717,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 4.80392e-05, position (cm) = (-42.6222,-45.9194,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0816071, position (cm) = (53.9807,-43.6099,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.647057, position (cm) = (50.0129,-48.2278,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.95668, position (cm) = (64.5019,-42.0812,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.87271, position (cm) = (33.9563,-32.7606,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.203918, position (cm) = (-80.0905,-42.8857,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.23756, position (cm) = (-83.0775,-37.3426,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 2.06189, position (cm) = (-67.8838,-34.4385,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.18254, position (cm) = (-83.0046,-38.1178,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.19946, position (cm) = (-78.991,-29.8958,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.99362, position (cm) = (-38.5014,-86.764,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0870527, position (cm) = (-16.3583,-14.8734,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 8.00917e-05, position (cm) = (-17.6079,-25.0037,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 2.38881, position (cm) = (-7.36329,-1.96202,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 11.7037, position (cm) = (-14.1549,-18.8148,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.925897, position (cm) = (18.6118,-65.9666,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 11.6483, position (cm) = (-10.587,-15.832,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 11.6483, position (cm) = (-10.587,-15.832,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 16.4851, position (cm) = (-14.628,-10.701,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 16.4851, position (cm) = (-14.628,-10.701,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 14.2881, position (cm) = (-62.9978,0.491527,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 12.4275, position (cm) = (-60.2461,-2.29001,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 12.4275, position (cm) = (-60.2461,-2.29001,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 12.4275, position (cm) = (-60.2461,-2.29001,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.239922, position (cm) = (-51.3416,-2.89475,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.713536, position (cm) = (-54.5495,-1.46865,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.27264, position (cm) = (-57.3826,-2.34973,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 7.76802, position (cm) = (-58.124,-1.57652,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.53307, position (cm) = (-48.9449,9.25492,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.110528, position (cm) = (-100.058,-35.8749,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 50.7198, position (cm) = (-65.0434,-48.3275,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 76.4851, position (cm) = (-83.6034,-36.4821,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 76.4851, position (cm) = (-83.6034,-36.4821,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 7.39568, position (cm) = (-80.0457,-37.1454,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 48.1737, position (cm) = (-88.8282,-44.2111,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.0086, position (cm) = (-89.0784,-44.1767,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 75.6549, position (cm) = (-78.8594,-38.7496,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 8.73091, position (cm) = (-80.2693,-39.1541,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 63.3131, position (cm) = (-80.37,-40.1953,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.64119e-07, position (cm) = (-11.9167,32.2254,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 76.6327, position (cm) = (-70.4725,-30.2267,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 2.32482, position (cm) = (-57.2926,-16.443,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.63169e-05, position (cm) = (-55.7998,-37.9272,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 76.603, position (cm) = (-85.9833,-79.255,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 76.7097, position (cm) = (-102.833,-106.668,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.0822979, position (cm) = (-97.7273,-105.279,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 76.7097, position (cm) = (-102.833,-106.668,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 76.2295, position (cm) = (-112.388,-112.173,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 76.6716, position (cm) = (-83.3048,-94.8692,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 76.7495, position (cm) = (-87.455,-88.081,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 76.7495, position (cm) = (-87.455,-88.081,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 4.3996e-07, position (cm) = (-73.375,-103.377,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 7.29595, position (cm) = (-95.1327,-80.7549,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 5.68564, position (cm) = (-104.287,-67.3701,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 76.5579, position (cm) = (-128.85,-76.29,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 76.3944, position (cm) = (-128.847,-76.2841,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00760944, position (cm) = (-103.823,-93.6595,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.105717, position (cm) = (-114.718,-88.0788,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 53.6049, position (cm) = (-125.952,-89.275,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 76.4268, position (cm) = (-125.591,-98.1817,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 76.4268, position (cm) = (-125.591,-98.1817,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 76.4268, position (cm) = (-125.591,-98.1817,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 76.4782, position (cm) = (-122.436,-73.1104,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 76.7547, position (cm) = (-122.602,-81.5378,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 77.1217, position (cm) = (-122.405,-73.4842,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 77.1217, position (cm) = (-122.405,-73.4842,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 76.8366, position (cm) = (-121.82,-73.3187,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 77.0126, position (cm) = (-123.481,-74.4278,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 77.0126, position (cm) = (-123.481,-74.4278,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 77.0126, position (cm) = (-123.481,-74.4278,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 77.1217, position (cm) = (-122.405,-73.4842,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 77.1217, position (cm) = (-122.405,-73.4842,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 77.1217, position (cm) = (-122.405,-73.4842,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 77.1217, position (cm) = (-122.405,-73.4842,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.35282, position (cm) = (-115.289,-73.298,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 4.83561, position (cm) = (-119.587,-67.749,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.116354, position (cm) = (-120.775,-46.7575,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.369993, position (cm) = (-120.368,-70.1551,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 76.5324, position (cm) = (-132.671,-61.8892,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 76.6283, position (cm) = (-132.146,-61.6401,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 76.6832, position (cm) = (-131.553,-61.7256,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 76.6832, position (cm) = (-131.553,-61.7256,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.6205, position (cm) = (-122.837,-77.2728,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 2.9047, position (cm) = (-124.469,-76.619,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.94774, position (cm) = (-126.251,-83.4156,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 4.76739, position (cm) = (-120.963,-71.1945,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.96301e-06, position (cm) = (-116.546,-53.1682,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.45474, position (cm) = (-106.698,-52.9753,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.238096, position (cm) = (-111.037,-63.2655,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.18942, position (cm) = (-96.7525,-53.9445,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.0946396, position (cm) = (-52.7486,-33.5247,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.90784, position (cm) = (-42.404,-38.6784,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 77.2392, position (cm) = (-66.6718,7.0478,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 77.2392, position (cm) = (-66.6718,7.0478,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.127884, position (cm) = (-69.033,-1.91903,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.09898, position (cm) = (-56.0893,15.3292,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 4.25487, position (cm) = (-62.6245,6.56991,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.84022, position (cm) = (-65.0776,8.38901,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.657247, position (cm) = (-123.095,-19.3987,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.18231, position (cm) = (-81.1085,7.05737,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.445819, position (cm) = (-101.791,40.2857,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 3.87419, position (cm) = (-85.634,24.1266,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.798685, position (cm) = (-68.1841,7.46231,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.10564, position (cm) = (-68.5503,4.03048,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.461335, position (cm) = (-63.4709,-1.20278,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 2.36654, position (cm) = (-59.6273,7.70734,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.95402, position (cm) = (-58.266,0.295043,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.255662, position (cm) = (-7.52498,-33.5353,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.83538, position (cm) = (-10.7075,-38.9646,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 17.5398, position (cm) = (-10.9131,-43.9926,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 40.009, position (cm) = (-16.5995,-45.1714,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.109914, position (cm) = (-2.2899,-82.9155,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.974217, position (cm) = (-1.81177,-82.147,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 14.2552, position (cm) = (-0.445051,-80.4155,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 32.2853, position (cm) = (-17.0229,-91.967,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 32.2853, position (cm) = (-17.0229,-91.967,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 32.2189, position (cm) = (-16.985,-92.0236,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 32.0832, position (cm) = (-4.19655,-83.4138,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 32.0003, position (cm) = (-4.30151,-83.3761,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 32.0832, position (cm) = (-4.19655,-83.4138,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 32.0832, position (cm) = (-4.19655,-83.4138,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 28.8567, position (cm) = (-1.76169,-78.2373,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-10.105,-84.2152,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.103091, position (cm) = (-10.8178,-82.8499,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.155415, position (cm) = (46.719,-16.3369,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.23755, position (cm) = (4.09017,-6.52767,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.41105, position (cm) = (16.7188,10.747,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 5.40822, position (cm) = (0.496156,-5.76885,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.67285, position (cm) = (-19.4713,-0.509877,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 15.9749, position (cm) = (-11.0033,4.39034,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 15.9749, position (cm) = (-11.0033,4.39034,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-11.966,5.21515,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 42.4482, position (cm) = (-16.0551,0.789947,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 5.67805, position (cm) = (23.0497,3.81052,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.000149004, position (cm) = (21.3092,-20.039,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0717562, position (cm) = (-11.6297,15.6106,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 4.72092, position (cm) = (-9.11448,12.7464,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.136295, position (cm) = (-15.6418,7.33041,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.768971, position (cm) = (-25.4466,10.0976,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 7.72611, position (cm) = (-17.912,10.2649,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00961513, position (cm) = (-26.6031,-2.38573,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.133529, position (cm) = (1.05328,22.0485,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 6.14747, position (cm) = (-3.8364,8.55729,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 7.10306, position (cm) = (-36.4274,7.95042,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.270462, position (cm) = (3.24801,16.0974,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 39.1946, position (cm) = (8.15791,18.472,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0786357, position (cm) = (62.3303,-30.5959,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 16.2658, position (cm) = (57.2766,142.219,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 0.136514, position (cm) = (57.3809,142.165,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 1.99402, position (cm) = (47.2926,143.814,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 7.61688, position (cm) = (57.2498,141.752,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 6.15288, position (cm) = (62.6247,146.659,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.375514, position (cm) = (60.6942,132.615,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 2.82332, position (cm) = (77.6425,116.89,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 1.93292, position (cm) = (78.2226,128.039,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 0.619195, position (cm) = (88.8539,140.344,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.16219, position (cm) = (43.6743,138.922,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 3.26627, position (cm) = (29.5038,-0.756426,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 17.204, position (cm) = (54.9335,98.3226,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.50255, position (cm) = (64.8771,107.785,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 3.82029, position (cm) = (-14.481,-6.83542,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.383185, position (cm) = (21.1333,-1.58729,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.119583, position (cm) = (-2.24669,-2.37748,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.809965, position (cm) = (52.6439,30.5135,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.59199, position (cm) = (63.8508,-24.9375,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.460977, position (cm) = (136.734,60.0128,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 30.2668, position (cm) = (136.169,65.3789,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.97351, position (cm) = (131.208,43.4238,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.224582, position (cm) = (113.909,55.2785,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.103119, position (cm) = (121.384,48.7183,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.15373, position (cm) = (116.868,51.7901,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.38337, position (cm) = (117.336,53.7847,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.176969, position (cm) = (107.222,43.6454,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0519726, position (cm) = (98.6853,46.1501,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.86383, position (cm) = (109.599,69.2833,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.08746, position (cm) = (110.561,54.0662,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.44942, position (cm) = (116.266,72.8304,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 35.0484, position (cm) = (120.499,48.4846,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.264653, position (cm) = (40.7461,51.262,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.894782, position (cm) = (87.0968,64.4475,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0472025, position (cm) = (81.9719,69.6077,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.21828, position (cm) = (60.0425,61.1387,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.259294, position (cm) = (72.552,49.8107,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.632488, position (cm) = (67.4348,67.0893,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.35567e-05, position (cm) = (85.8565,49.6332,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 15.8007, position (cm) = (76.4488,68.1067,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 13.9669, position (cm) = (82.7811,61.7297,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0729102, position (cm) = (77.3875,65.5795,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 10.8794, position (cm) = (78.0481,66.9315,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.234718, position (cm) = (44.3726,86.2969,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 3.1444, position (cm) = (56.8252,67.2832,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.471243, position (cm) = (48.0969,30.7275,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.278414, position (cm) = (77.8843,67.1421,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.04078, position (cm) = (77.8678,67.5205,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.323956, position (cm) = (73.5654,62.2783,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.000261177, position (cm) = (88.5351,90.2585,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.49324, position (cm) = (81.511,60.205,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 4.21631, position (cm) = (57.5197,63.671,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.31164, position (cm) = (43.234,74.0223,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 11.9271, position (cm) = (46.024,151.184,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.104293, position (cm) = (60.3563,139.161,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 2.51846, position (cm) = (49.8166,134.578,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 2.37571, position (cm) = (49.9912,134.131,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.347558, position (cm) = (62.617,130.505,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.0591268, position (cm) = (52.9811,153.489,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.801339, position (cm) = (58.3978,122.621,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 4.60465, position (cm) = (56.1132,114.877,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.273035, position (cm) = (73.1922,141.872,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.000424773, position (cm) = (58.234,116.128,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.154852, position (cm) = (49.4926,104.091,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 19.7544, position (cm) = (50.2163,135.88,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.317899, position (cm) = (51.0676,127.3,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 19.5687, position (cm) = (43.5406,131.823,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 0.0961058, position (cm) = (48.3753,131.167,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.116951, position (cm) = (46.3062,128.365,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 3.59517, position (cm) = (50.5206,131.186,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 0.00978852, position (cm) = (60.8655,133.988,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 5.80352, position (cm) = (82.1493,110.976,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 6.71959, position (cm) = (91.2929,134.707,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.506606, position (cm) = (111.888,128.581,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.71824, position (cm) = (158.7,161.413,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 2.63543, position (cm) = (68.2667,165.006,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.643494, position (cm) = (59.2962,55.5239,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 6.63987, position (cm) = (57.8016,-34.6477,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 9.04792e-06, position (cm) = (33.1139,-20.801,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.122404, position (cm) = (-191.056,26.6427,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 8.01998, position (cm) = (-185.065,35.2539,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.01998, position (cm) = (-185.065,35.2539,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 86.0745, position (cm) = (-192.216,26.0666,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 86.0745, position (cm) = (-192.216,26.0666,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0799967, position (cm) = (-190.111,24.6745,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.377794, position (cm) = (-189.442,20.4532,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.8198, position (cm) = (-192.561,21.9032,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 79.0051, position (cm) = (-191.428,25.8922,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 85.5059, position (cm) = (-194.258,27.1789,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 86.0745, position (cm) = (-192.216,26.0666,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 86.0745, position (cm) = (-192.216,26.0666,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 86.0745, position (cm) = (-192.216,26.0666,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.13618, position (cm) = (-191.248,26.0389,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.177084, position (cm) = (-189.78,30.8016,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 70.8352, position (cm) = (-191.74,26.1289,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.205108, position (cm) = (-95.4141,-9.92979,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.113695, position (cm) = (-287.219,-48.4868,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.076458, position (cm) = (-287.174,-50.2571,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.325347, position (cm) = (-94.7795,-20.0909,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.32654e-07, position (cm) = (-111.111,-2.86512,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.573457, position (cm) = (-174.323,8.74951,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 39.8388, position (cm) = (-215.345,40.3425,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 39.4096, position (cm) = (-216.394,40.0235,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 40.0159, position (cm) = (-213.791,39.9045,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.132246, position (cm) = (-230.059,47.7475,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.153745, position (cm) = (-215.019,58.7163,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 6.04524, position (cm) = (-219.573,49.6373,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 41.1699, position (cm) = (-210.793,43.6453,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 41.1699, position (cm) = (-210.793,43.6453,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.149052, position (cm) = (-204.72,36.9496,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.000132146, position (cm) = (-202.615,28.9911,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.600123, position (cm) = (-201.515,41.853,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 29.1713, position (cm) = (-195.859,52.4184,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 21.1118, position (cm) = (-191.185,34.3244,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.87124, position (cm) = (-59.3626,3.10379,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 16.4579, position (cm) = (-75.367,-6.50742,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.0927105, position (cm) = (-58.3681,1.75103,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.752231, position (cm) = (-58.3513,-5.69927,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0828287, position (cm) = (-151.579,-65.921,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.57716, position (cm) = (-109.376,-51.9988,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 16.0754, position (cm) = (-83.6304,-33.3074,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 16.0754, position (cm) = (-83.6304,-33.3074,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.103467, position (cm) = (-88.3162,-7.89546,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.547139, position (cm) = (-90.8191,-31.0695,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 4.53211, position (cm) = (-93.9426,-9.22949,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.286623, position (cm) = (-98.1101,-17.7027,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.170235, position (cm) = (-94.5339,-12.8398,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 16.1284, position (cm) = (-87.4677,-29.4528,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.097227, position (cm) = (-92.9577,-24.7793,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.15606, position (cm) = (-87.6014,-29.5965,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.063148, position (cm) = (-95.0454,-42.2719,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 16.1284, position (cm) = (-87.4677,-29.4528,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.00173765, position (cm) = (-80.5188,-26.6005,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.23431, position (cm) = (-91.4325,-31.7696,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.134339, position (cm) = (-74.7735,25.7846,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0990287, position (cm) = (-81.5133,27.4344,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.942627, position (cm) = (-79.2555,-88.4123,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 26.8903, position (cm) = (-134.8,81.6852,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 27.0573, position (cm) = (-134.298,81.1585,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 6.43018, position (cm) = (-94.8421,101.888,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.283058, position (cm) = (-115.882,43.6275,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 5.56481, position (cm) = (-162.541,67.8885,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.873244, position (cm) = (-115.97,-0.340757,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.278428, position (cm) = (-115.293,29.0926,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.000136079, position (cm) = (43.2926,-38.8078,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 2.39992, position (cm) = (50.5673,-33.4694,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 2.51015, position (cm) = (37.4669,-29.5012,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.217837, position (cm) = (14.9459,-34.7515,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 18.0955, position (cm) = (31.8782,-42.168,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.381689, position (cm) = (40.3942,-73.5558,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 3.85569, position (cm) = (36.4983,-74.2764,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 82.2632, position (cm) = (29.8131,-66.3821,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 60.7558, position (cm) = (-20.3365,19.9547,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 57.5263, position (cm) = (-27.2162,12.6986,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.104676, position (cm) = (-19.8586,-34.8569,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.153322, position (cm) = (-29.5283,0.294796,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.15289, position (cm) = (-12.1251,10.628,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 61.1425, position (cm) = (-20.3391,1.13496,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 61.2464, position (cm) = (-23.9703,2.61885,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 61.2464, position (cm) = (-23.9703,2.61885,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 5.47852, position (cm) = (31.029,32.755,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.58518, position (cm) = (25.8366,-0.646371,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 14.5101, position (cm) = (42.4104,-5.55906,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.10111, position (cm) = (44.7562,1.20772,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 24.75, position (cm) = (48.2614,23.9853,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.227595, position (cm) = (46.3054,19.1209,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.55878, position (cm) = (28.8432,16.2796,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.422769, position (cm) = (40.9806,18.4652,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 5.90236, position (cm) = (3.50854,20.4574,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0843337, position (cm) = (5.09343,66.0583,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.032345, position (cm) = (12.2006,18.7947,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.61579, position (cm) = (13.9192,3.52711,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 41.4055, position (cm) = (16.9742,33.8791,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.135646, position (cm) = (16.4915,36.1411,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.24819, position (cm) = (15.123,32.398,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.219249, position (cm) = (11.6007,42.9449,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.76731, position (cm) = (30.2361,14.077,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 9.56039e-05, position (cm) = (-68.479,7.66551,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 3.48077, position (cm) = (-54.1596,-14.184,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.302137, position (cm) = (-38.7664,-64.3098,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0622353, position (cm) = (-54.0129,-72.148,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.07068, position (cm) = (-47.8884,-56.6195,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.143332, position (cm) = (-24.1147,-72.7608,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.32933, position (cm) = (-50.2558,-50.3173,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0815845, position (cm) = (-35.3484,-50.4229,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 18.4926, position (cm) = (-37.4838,-51.0407,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0868284, position (cm) = (-30.4055,-41.0042,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.29175, position (cm) = (-26.2602,-27.6181,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 66.254, position (cm) = (-40.2426,-11.7745,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.682634, position (cm) = (-44.4254,-15.1321,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 66.9152, position (cm) = (-38.3513,-17.9058,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 56.0665, position (cm) = (70.3452,18.6069,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 56.1991, position (cm) = (69.6268,17.7126,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.485707, position (cm) = (76.1694,27.6187,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 55.4827, position (cm) = (67.526,21.159,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.555278, position (cm) = (72.6002,18.5355,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0736404, position (cm) = (67.9874,21.2129,200), weight = 0.00390625 + e-, kinetic energy (MeV) = 7.22765, position (cm) = (63.5378,27.7383,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0311237, position (cm) = (63.5386,27.739,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.0456748, position (cm) = (73.6074,-2.83763,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.71888, position (cm) = (91.0391,-19.7254,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.328855, position (cm) = (94.7464,-13.2339,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 11.406, position (cm) = (90.7545,-10.9207,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.446064, position (cm) = (82.098,-28.7242,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 54.8074, position (cm) = (88.6664,-10.73,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 50.106, position (cm) = (88.4612,-13.4587,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 54.2169, position (cm) = (86.7467,-7.49297,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 55.7986, position (cm) = (70.5927,2.45824,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.09015, position (cm) = (91.5018,20.1458,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.813026, position (cm) = (82.8848,11.9443,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 6.16636, position (cm) = (78.3778,12.5127,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.74095, position (cm) = (78.3192,38.9065,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 56.3493, position (cm) = (85.9483,-8.42401,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 54.6257, position (cm) = (107.525,-2.00486,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 55.8787, position (cm) = (97.0424,3.13194,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.140113, position (cm) = (71.5676,6.74708,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.095911, position (cm) = (55.4713,6.36934,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.24209, position (cm) = (70.7146,-1.35211,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.99702, position (cm) = (69.4613,1.42253,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 56.3961, position (cm) = (67.1526,3.43465,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 56.2473, position (cm) = (67.0086,3.45421,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.121073, position (cm) = (73.6864,9.76417,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 38.5739, position (cm) = (46.7715,-1.62532,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 38.1072, position (cm) = (46.2337,-2.1075,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.69295, position (cm) = (13.8971,13.8371,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 63.6347, position (cm) = (-28.2575,-57.1561,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 63.4878, position (cm) = (-28.2093,-57.1569,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.74097, position (cm) = (-23.9096,-67.6814,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 31.9964, position (cm) = (-32.9676,-49.3708,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 63.6347, position (cm) = (-28.2575,-57.1561,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 63.6347, position (cm) = (-28.2575,-57.1561,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 49.9299, position (cm) = (-75.5423,-52.2732,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 49.9299, position (cm) = (-75.5423,-52.2732,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.913716, position (cm) = (9.44025,8.04115,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.148617, position (cm) = (10.9106,12.2769,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.641779, position (cm) = (7.33125,9.73882,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.90785, position (cm) = (6.40714,8.7111,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.26964, position (cm) = (7.64784,-4.14521,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.69235, position (cm) = (24.4604,-27.025,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.000274692, position (cm) = (9.56978,6.27297,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.26134, position (cm) = (5.00118,7.58977,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.47906, position (cm) = (4.2613,3.70441,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 3.4913, position (cm) = (-19.856,6.82351,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 66.24, position (cm) = (-16.1563,7.81827,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 98.4962, position (cm) = (-14.7375,5.84955,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 66.8126, position (cm) = (4.11478,29.7632,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 66.8126, position (cm) = (4.11478,29.7632,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0963306, position (cm) = (-0.107552,23.3329,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.53965, position (cm) = (3.71003,21.1067,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 66.7716, position (cm) = (4.77023,29.5863,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.51519, position (cm) = (2.48169,5.49507,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.598292, position (cm) = (8.09177,20.98,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 3.6748, position (cm) = (7.39319,21.2325,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 7.1947, position (cm) = (7.54227,21.4758,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 27.1882, position (cm) = (8.37855,22.2838,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.358648, position (cm) = (14.8044,20.9201,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.0166289, position (cm) = (12.3885,32.9861,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.40572, position (cm) = (11.8126,8.98849,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.0058, position (cm) = (14.1821,12.9527,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.122337, position (cm) = (2.86997,1.80472,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 45.53, position (cm) = (25.036,-7.39347,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.64844, position (cm) = (24.5744,-4.59422,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 6.70088, position (cm) = (21.0496,-5.68557,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 21.6413, position (cm) = (25.6656,-7.26979,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.324085, position (cm) = (17.2334,0.271707,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.49824, position (cm) = (23.4502,-5.18348,200), weight = 3.05176e-05 + e-, kinetic energy (MeV) = 1.24547, position (cm) = (23.536,-5.10464,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 98.6567, position (cm) = (2.96212,23.5617,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 98.6567, position (cm) = (2.96212,23.5617,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 98.6567, position (cm) = (2.96212,23.5617,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 98.0012, position (cm) = (6.39515,40.2038,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 58.2658, position (cm) = (-29.7634,10.7562,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 10.0513, position (cm) = (-2.35114,-76.1202,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.22209, position (cm) = (3.65621,-80.4564,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.79108, position (cm) = (-8.01512,-79.3502,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.000198571, position (cm) = (10.7042,-36.1446,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.24248, position (cm) = (-33.3615,-47.0613,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.36071, position (cm) = (-6.8044,-104.065,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 33.4156, position (cm) = (-40.6987,-82.5019,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 34.3291, position (cm) = (-39.3998,-75.993,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.00534599, position (cm) = (-41.1189,-96.8439,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 3.29521e-06, position (cm) = (-10.2097,-103.953,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.59395, position (cm) = (13.0263,-114.288,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 1.68461, position (cm) = (-21.2375,-99.0753,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 6.75748, position (cm) = (-2.26627,-87.8922,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.0190112, position (cm) = (5.45404,-110.548,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 3.97724, position (cm) = (1.26645,-84.0523,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.95444, position (cm) = (60.1009,-112.221,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.658804, position (cm) = (44.1178,-105.331,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 12.8292, position (cm) = (43.8265,-108.123,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.291077, position (cm) = (-16.6927,32.5169,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 56.0654, position (cm) = (-34.1788,52.2462,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 56.0654, position (cm) = (-34.1788,52.2462,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.27293, position (cm) = (-30.0605,53.2734,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.160766, position (cm) = (-34.6752,47.1896,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.367083, position (cm) = (-31.6783,53.7538,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.523522, position (cm) = (-31.424,54.6318,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.616571, position (cm) = (-33.225,54.265,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 66.4118, position (cm) = (-16.9769,42.4422,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 66.345, position (cm) = (-17.0601,42.1728,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 5.02531, position (cm) = (-16.6314,39.6566,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 66.4118, position (cm) = (-16.9769,42.4422,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 66.4118, position (cm) = (-16.9769,42.4422,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.98272, position (cm) = (-12.0871,33.9255,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.84347e-05, position (cm) = (-24.2858,16.0682,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 3.32912e-06, position (cm) = (-60.8001,81.1098,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.101863, position (cm) = (-56.325,68.5585,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.365669, position (cm) = (-56.2724,53.9098,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.000228683, position (cm) = (-11.51,41.5511,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.43, position (cm) = (-4.99546,30.3824,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.24795e-07, position (cm) = (7.59756,44.56,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.106452, position (cm) = (-21.3633,6.30663,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.21678, position (cm) = (-8.11456,27.8382,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.10203, position (cm) = (6.76763,0.189985,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.31811, position (cm) = (13.2054,24.6153,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.729892, position (cm) = (6.66361,28.7796,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.267918, position (cm) = (7.61258,13.3265,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.205422, position (cm) = (-25.4411,13.0348,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0686288, position (cm) = (13.299,9.45254,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.285298, position (cm) = (36.1332,21.8521,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.22261, position (cm) = (9.40871,22.7951,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.930232, position (cm) = (28.1897,10.0586,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 25.2705, position (cm) = (33.0011,35.6661,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.128554, position (cm) = (-13.8093,16.182,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.131095, position (cm) = (-14.3428,-4.40531,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 7.63081, position (cm) = (-32.1024,35.6421,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 50.4238, position (cm) = (-36.425,25.9793,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.318193, position (cm) = (11.3797,79.3721,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0954061, position (cm) = (30.9164,36.8623,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 5.30155, position (cm) = (-34.7389,57.3919,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.564853, position (cm) = (-33.7088,-8.01536,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.1125, position (cm) = (-59.4913,-2.18678,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.46127e-05, position (cm) = (50.1967,-11.2547,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.39651, position (cm) = (-52.6428,83.6449,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 6.45397, position (cm) = (-43.4874,92.5939,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 12.3243, position (cm) = (-41.0651,92.7864,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 27.7031, position (cm) = (-44.803,91.2895,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 27.7031, position (cm) = (-44.803,91.2895,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 28.7733, position (cm) = (-65.598,125.371,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 28.7733, position (cm) = (-65.598,125.371,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 28.2815, position (cm) = (-62.4302,122.855,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.501088, position (cm) = (-65.0566,84.2207,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 22.4921, position (cm) = (-55.3026,123.16,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 27.7536, position (cm) = (-57.5104,123.38,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.514023, position (cm) = (-63.0756,102.522,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.7048, position (cm) = (-54.8805,101.796,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.92175, position (cm) = (-58.4578,105.181,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.561616, position (cm) = (3.87045,71.2278,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.112899, position (cm) = (-43.5817,35.2699,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.52172, position (cm) = (-46.2754,39.9731,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.19185, position (cm) = (-47.5451,42.9244,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.98523, position (cm) = (-42.1068,43.3183,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 25.2391, position (cm) = (-63.7369,39.4778,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 25.8871, position (cm) = (-48.0708,39.5176,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 24.7097, position (cm) = (-47.9949,44.0983,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 24.962, position (cm) = (-51.2495,40.5823,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 25.973, position (cm) = (-47.8892,43.2909,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 25.5468, position (cm) = (-48.2724,40.9912,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 25.983, position (cm) = (-47.7838,41.8608,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 25.6713, position (cm) = (-44.4026,43.0667,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 25.3967, position (cm) = (-49.8618,47.3824,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 25.9934, position (cm) = (-48.1726,43.7947,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 19.9518, position (cm) = (-47.3691,46.3582,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.4531, position (cm) = (-36.0378,87.2916,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 5.0437, position (cm) = (-44.2075,68.2391,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.160568, position (cm) = (-34.581,78.5662,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.11556, position (cm) = (-37.2307,69.2307,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 4.93985, position (cm) = (-38.1934,69.1818,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 5.92927, position (cm) = (-47.6745,55.0686,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.121755, position (cm) = (-24.5027,61.7009,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.14048e-05, position (cm) = (-35.5061,57.4393,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 7.72945, position (cm) = (-34.5532,59.2915,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 7.76904, position (cm) = (-42.8551,52.4787,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.37155, position (cm) = (-45.7208,63.6384,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.78864, position (cm) = (-27.661,49.0379,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.32593, position (cm) = (-4.60056,43.5687,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0395098, position (cm) = (-2.61683,46.5757,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.51204, position (cm) = (22.1618,142.893,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 18.8804, position (cm) = (12.7948,110.286,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 18.7444, position (cm) = (6.59596,120.046,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.43545, position (cm) = (12.1024,92.8597,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.14662, position (cm) = (0.715897,92.1689,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.28647, position (cm) = (22.6749,85.941,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.06247, position (cm) = (-49.9252,75.7158,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 26.0948, position (cm) = (-3.28678,-25.2992,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 1.94364, position (cm) = (-7.3743,-22.7539,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.507607, position (cm) = (-5.09794,-38.3652,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 9.0078, position (cm) = (-7.48143,-38.6274,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.445756, position (cm) = (-2.5861,-34.2877,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 7.79846, position (cm) = (-0.00650764,-34.7882,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 35.2047, position (cm) = (-1.34498,-40.8018,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 37.2096, position (cm) = (-1.15053,-40.1448,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 46.7276, position (cm) = (-4.89794,-38.5809,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 45.8281, position (cm) = (-103.577,-20.114,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 45.8281, position (cm) = (-103.577,-20.114,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.111327, position (cm) = (-93.6209,-16.4707,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.185428, position (cm) = (-96.1515,-15.1881,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.308909, position (cm) = (-53.5907,-16.274,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.84027, position (cm) = (-53.2328,-15.6918,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.340645, position (cm) = (-43.9715,-37.1738,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 45.9092, position (cm) = (-58.8838,-12.7215,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 45.6418, position (cm) = (-58.9113,-12.2284,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 38.6507, position (cm) = (-64.4188,-29.1692,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 39.119, position (cm) = (-62.0058,-31.1204,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.605062, position (cm) = (-50.5021,-4.33004,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 15.9841, position (cm) = (-30.6299,-77.3379,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 11.6164, position (cm) = (-41.3872,-39.6372,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 11.6164, position (cm) = (-41.3872,-39.6372,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 12.0364, position (cm) = (-41.5739,-36.353,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 12.0364, position (cm) = (-41.5739,-36.353,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.103491, position (cm) = (-41.4768,-38.5575,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.44961, position (cm) = (-42.0545,-37.8383,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 11.3695, position (cm) = (-41.4015,-40.0542,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.161917, position (cm) = (-47.8708,-69.1424,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.38384, position (cm) = (-67.2143,-3.22556,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.07157, position (cm) = (-60.5133,58.3252,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 37.8, position (cm) = (-29.3605,-46.9434,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 37.8, position (cm) = (-29.3605,-46.9434,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 37.8, position (cm) = (-29.3605,-46.9434,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 36.0344, position (cm) = (-6.42857,-45.6131,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 36.18, position (cm) = (-9.14636,-48.1577,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 3.92612, position (cm) = (32.6791,-15.9168,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.605684, position (cm) = (-47.5511,-12.244,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 4.2593, position (cm) = (-25.2355,-12.1057,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.365035, position (cm) = (-33.5125,-14.7531,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.276011, position (cm) = (-40.6506,-21.999,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 7.42027, position (cm) = (-54.2396,48.873,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.0117, position (cm) = (-57.8166,46.7838,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.186185, position (cm) = (-69.3948,51.3853,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.133599, position (cm) = (-62.7336,55.5255,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.97043e-08, position (cm) = (-55.4185,22.0208,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.7588, position (cm) = (-44.7397,50.3022,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.61309, position (cm) = (-42.0977,39.1247,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.97238, position (cm) = (-29.4994,74.6764,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 3.17504, position (cm) = (-51.2789,47.8525,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 28.3531, position (cm) = (-34.3545,51.0248,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 59.9654, position (cm) = (-26.4615,54.3517,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 59.5644, position (cm) = (-27.9554,50.7188,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.60403e-06, position (cm) = (-25.0621,56.069,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.55488, position (cm) = (-18.0809,75.4498,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 59.9681, position (cm) = (-31.604,62.254,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.520453, position (cm) = (33.3108,21.8959,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.94083, position (cm) = (49.0689,-45.3568,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 1.34514e-05, position (cm) = (24.574,-52.8357,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 1.48659, position (cm) = (57.758,-32.2487,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 60.366, position (cm) = (30.0696,-33.6824,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 60.3046, position (cm) = (29.9506,-34.4086,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 60.366, position (cm) = (30.0696,-33.6824,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 60.3001, position (cm) = (32.1244,-35.6702,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 97.3305, position (cm) = (65.1326,-58.0196,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.155853, position (cm) = (66.9962,-65.12,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 2.25356, position (cm) = (62.6794,-62.5733,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 54.3807, position (cm) = (59.2494,-54.3243,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 54.3807, position (cm) = (59.2494,-54.3243,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.143319, position (cm) = (45.048,-37.3723,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 97.2396, position (cm) = (58.4611,-56.5865,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.569868, position (cm) = (56.8678,-55.7102,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (69.4386,-65.5082,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0963242, position (cm) = (57.9195,-56.3761,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 2.81143, position (cm) = (49.5569,-56.6911,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 6.03437, position (cm) = (55.7273,-53.5212,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 26.054, position (cm) = (58.0669,-56.4289,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 4.18301, position (cm) = (23.6701,-70.9312,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 5.71493, position (cm) = (27.7316,-69.0079,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.706766, position (cm) = (80.9181,-26.1764,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 55.5046, position (cm) = (45.2715,13.6809,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 55.5046, position (cm) = (45.2715,13.6809,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.20806, position (cm) = (49.8601,3.97624,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 18.3883, position (cm) = (51.2439,-13.9862,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.02005e-05, position (cm) = (58.4331,-10.3595,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 10.6039, position (cm) = (56.3365,-5.29073,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 17.103, position (cm) = (59.5407,-6.6294,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 18.3883, position (cm) = (51.2439,-13.9862,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 18.3883, position (cm) = (51.2439,-13.9862,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 18.3883, position (cm) = (51.2439,-13.9862,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0672584, position (cm) = (51.6494,-15.9508,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.665865, position (cm) = (50.7703,-15.7029,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.85802, position (cm) = (51.7182,-13.4439,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.601385, position (cm) = (45.6457,-7.18576,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 5.6608, position (cm) = (45.2663,-4.55181,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.6608, position (cm) = (45.2663,-4.55181,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 28.9462, position (cm) = (43.0692,6.94213,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 55.2356, position (cm) = (47.7143,12.012,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 55.393, position (cm) = (48.3306,12.7562,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 55.5046, position (cm) = (45.2715,13.6809,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 55.5046, position (cm) = (45.2715,13.6809,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 55.1908, position (cm) = (46.907,15.649,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 31.5924, position (cm) = (21.921,15.6533,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.6246, position (cm) = (43.6468,26.9125,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.36174, position (cm) = (36.648,-16.0534,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 42.586, position (cm) = (56.5885,-8.33024,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 42.586, position (cm) = (56.5885,-8.33024,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 42.4174, position (cm) = (52.4838,-1.8243,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 55.3516, position (cm) = (50.8041,8.4297,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.253177, position (cm) = (29.2471,-0.081946,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 8.66824, position (cm) = (41.0676,2.0945,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.611891, position (cm) = (43.8481,-0.264203,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.478279, position (cm) = (58.1928,4.31661,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.42133, position (cm) = (45.2139,16.9626,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.137707, position (cm) = (60.1505,-2.45769,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.259141, position (cm) = (58.0416,-15.2245,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0941076, position (cm) = (57.247,-6.70332,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 14.9099, position (cm) = (58.0815,-5.4286,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 2.6808e-06, position (cm) = (30.3989,-1.95408,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 3.06813, position (cm) = (39.4088,-15.505,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.95959, position (cm) = (39.6851,-14.7972,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 17.1855, position (cm) = (50.5482,-1.17106,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.150723, position (cm) = (26.0365,5.34148,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.57357, position (cm) = (38.1457,14.6415,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.305466, position (cm) = (18.8164,-4.33704,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.331264, position (cm) = (44.1111,2.9902,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 47.6227, position (cm) = (36.9191,5.89141,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.633204, position (cm) = (40.1319,4.65783,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.662115, position (cm) = (35.7952,7.92325,200), weight = 0.00012207 + e-, kinetic energy (MeV) = 3.6857, position (cm) = (35.7478,8.20563,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 37.9587, position (cm) = (37.0612,4.45239,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 47.6227, position (cm) = (36.9191,5.89141,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.282922, position (cm) = (36.6418,6.30682,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.574445, position (cm) = (36.9199,8.05303,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 12.3527, position (cm) = (36.4931,10.8139,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.446294, position (cm) = (50.438,37.6598,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 3.05037, position (cm) = (63.4844,29.2128,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.359169, position (cm) = (74.2034,21.2741,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 10.5518, position (cm) = (55.5195,7.22481,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 10.5518, position (cm) = (55.5195,7.22481,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 10.5518, position (cm) = (55.5195,7.22481,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 10.2473, position (cm) = (55.0521,6.97884,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 10.5518, position (cm) = (55.5195,7.22481,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 54.621, position (cm) = (63.6945,26.1119,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 15.653, position (cm) = (40.1893,57.3497,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.149584, position (cm) = (-41.1478,18.9297,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 2.73399, position (cm) = (-53.2123,9.50252,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 2.49378, position (cm) = (-41.4804,12.9025,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 8.75361, position (cm) = (-64.1008,7.54821,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.620102, position (cm) = (-36.6851,-5.97188,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 0.00528009, position (cm) = (-33.6095,3.14951,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.159088, position (cm) = (-33.0129,30.5901,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.750588, position (cm) = (-19.586,14.9044,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 3.11064, position (cm) = (-15.2982,23.5189,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 7.84951, position (cm) = (-20.9169,28.137,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 7.93711, position (cm) = (-26.0724,25.6123,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.190641, position (cm) = (-23.2784,23.3817,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.519758, position (cm) = (-21.0967,21.7535,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 6.16111, position (cm) = (-21.022,23.376,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 4.3767, position (cm) = (7.88826,46.3385,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.3767, position (cm) = (7.88826,46.3385,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.252439, position (cm) = (17.991,67.3189,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.02656, position (cm) = (10.8231,67.0387,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 61.5394, position (cm) = (-6.62574,20.1694,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 61.5394, position (cm) = (-6.62574,20.1694,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 0.00316483, position (cm) = (-18.2542,11.3121,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 32.529, position (cm) = (-50.7521,23.6501,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 5.73823e-06, position (cm) = (-53.4703,17.3833,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 49.9885, position (cm) = (-37.9665,9.75948,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 49.8695, position (cm) = (-43.1251,5.76439,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 2.23429, position (cm) = (-26.7492,14.242,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.169811, position (cm) = (-19.6783,62.6563,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.35086, position (cm) = (7.96119,29.7394,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 15.8196, position (cm) = (-12.9449,19.2351,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 15.8196, position (cm) = (-12.9449,19.2351,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 15.8196, position (cm) = (-12.9449,19.2351,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 14.6621, position (cm) = (-9.19254,18.2879,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 17.3194, position (cm) = (0.782788,25.8891,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.131479, position (cm) = (-3.55125,22.0213,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.239624, position (cm) = (-0.994641,20.9985,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00161397, position (cm) = (-6.02818,29.9554,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.212169, position (cm) = (-18.3066,19.9567,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0329306, position (cm) = (22.9107,1.65673,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 56.4388, position (cm) = (-42.1496,19.5849,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 56.4388, position (cm) = (-42.1496,19.5849,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 56.4388, position (cm) = (-42.1496,19.5849,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 62.6775, position (cm) = (-31.2741,25.5326,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.54578, position (cm) = (-34.0297,12.5653,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 29.9706, position (cm) = (-20.8415,4.40616,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 31.9515, position (cm) = (-21.165,15.7457,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 64.0796, position (cm) = (-29.0767,17.2021,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.294611, position (cm) = (-17.8012,-10.9272,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 4.26248, position (cm) = (-19.8682,-7.89049,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.000196208, position (cm) = (-24.4007,-7.54872,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.151909, position (cm) = (-9.1502,-5.05995,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0741398, position (cm) = (-18.389,-3.55538,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 28.2221, position (cm) = (-2.72406,-11.5211,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.00682702, position (cm) = (-7.86593,30.3995,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-2.9549,-8.53878,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.327031, position (cm) = (22.7123,33.646,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.398171, position (cm) = (20.8179,33.2151,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 18.8156, position (cm) = (26.2178,33.4045,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.0276424, position (cm) = (18.4634,65.8714,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 27.6146, position (cm) = (12.446,44.7185,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.5524, position (cm) = (12.9513,43.6628,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.7416, position (cm) = (14.8321,44.6663,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0962305, position (cm) = (13.7438,42.7337,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.434063, position (cm) = (7.73658,47.8312,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 4.54918, position (cm) = (16.8218,48.8789,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.597526, position (cm) = (2.71287,59.327,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 29.235, position (cm) = (-14.774,-14.9793,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.629718, position (cm) = (-29.5882,-3.12571,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 5.03954, position (cm) = (-9.66884,-9.18917,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 8.06798, position (cm) = (4.09803,-39.792,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.296513, position (cm) = (39.8114,-22.6599,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.202462, position (cm) = (39.7119,-24.7462,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.75235, position (cm) = (41.0442,-14.9251,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.40203, position (cm) = (45.4276,-25.8073,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.86238, position (cm) = (40.2678,-7.63685,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (28.2701,-13.4772,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.159781, position (cm) = (40.0558,-16.8189,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.132414, position (cm) = (17.0533,-41.7728,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.203845, position (cm) = (21.2291,-42.597,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.720738, position (cm) = (61.5035,-47.5635,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.114154, position (cm) = (21.2489,-26.7279,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.802796, position (cm) = (10.7394,1.91614,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.367308, position (cm) = (28.729,-28.3563,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.588875, position (cm) = (33.8724,-41.7629,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.984149, position (cm) = (-21.7561,-23.4799,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 3.75816, position (cm) = (23.4365,-12.3818,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.740093, position (cm) = (39.973,-29.1537,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.0786204, position (cm) = (-4.35942,-29.948,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 88.0671, position (cm) = (59.8688,7.31454,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 88.0671, position (cm) = (59.8688,7.31454,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.429017, position (cm) = (72.3847,-26.805,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.73891, position (cm) = (68.0124,-21.2621,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.82245e-06, position (cm) = (55.2419,10.0672,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.479889, position (cm) = (70.8002,-1.26247,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0921738, position (cm) = (50.8649,3.58984,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.8614, position (cm) = (71.2186,-57.7782,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.467072, position (cm) = (55.0141,5.12917,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 80.1289, position (cm) = (67.5695,0.259072,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 80.1289, position (cm) = (67.5695,0.259072,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 80.1289, position (cm) = (67.5695,0.259072,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.43399, position (cm) = (83.0156,9.47172,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 53.8646, position (cm) = (46.7754,-1.46167,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 54.1208, position (cm) = (47.7941,1.22296,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 88.8562, position (cm) = (74.3419,4.80796,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 88.8562, position (cm) = (74.3419,4.80796,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.286847, position (cm) = (59.7855,4.74846,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 60.6079, position (cm) = (79.4454,18.1472,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 60.7594, position (cm) = (97.6954,31.8333,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 60.8868, position (cm) = (97.1554,31.1689,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.145593, position (cm) = (82.276,38.9219,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 19.3816, position (cm) = (94.9347,28.8285,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 88.1959, position (cm) = (89.8659,-11.6999,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 88.5047, position (cm) = (96.0595,-13.0776,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.082683, position (cm) = (96.8499,-13.2957,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 6.66981, position (cm) = (96.2871,-12.9796,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.42657, position (cm) = (95.6624,-10.9461,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 27.1217, position (cm) = (96.0793,-13.2649,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 88.5047, position (cm) = (96.0595,-13.0776,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.20982, position (cm) = (82.6386,-36.6906,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0649565, position (cm) = (111.997,-26.4251,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.746167, position (cm) = (58.6067,-24.6703,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.96089, position (cm) = (63.5018,-27.6352,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 8.44076, position (cm) = (62.3364,-27.0821,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 13.306, position (cm) = (62.3044,-27.8252,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 13.306, position (cm) = (62.3044,-27.8252,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 13.306, position (cm) = (62.3044,-27.8252,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.323336, position (cm) = (71.3908,-27.3612,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.26994, position (cm) = (69.5024,-24.9928,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.77135, position (cm) = (75.0416,-24.2768,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.389508, position (cm) = (77.8541,-25.0516,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.0712442, position (cm) = (75.3877,-24.6396,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.337853, position (cm) = (63.0112,9.86318,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 13.244, position (cm) = (68.2174,-25.8382,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 5.0269, position (cm) = (73.7908,-16.71,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.0179641, position (cm) = (75.2596,-2.74363,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 13.2589, position (cm) = (59.6042,-37.7552,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.78075, position (cm) = (59.6735,-37.8973,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 6.45411, position (cm) = (59.7798,-37.4866,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.236619, position (cm) = (88.5308,-43.281,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.0760077, position (cm) = (94.576,-39.6405,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.23366, position (cm) = (66.9552,-42.3893,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 7.99881, position (cm) = (58.0025,-42.4925,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.144663, position (cm) = (81.9358,-21.6345,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.159116, position (cm) = (72.4261,-15.6643,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 74.1881, position (cm) = (108.282,-1.37482,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 74.1881, position (cm) = (108.282,-1.37482,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 74.1881, position (cm) = (108.282,-1.37482,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 73.9903, position (cm) = (108.256,-1.09469,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 87.3099, position (cm) = (109.97,-6.73376,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.156102, position (cm) = (106.661,-1.26185,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 64.2198, position (cm) = (113.519,-14.8924,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 22.6093, position (cm) = (98.793,-44.7751,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 3.22635, position (cm) = (89.5644,-44.8299,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 22.5829, position (cm) = (99.3852,-45.6754,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 4.40074, position (cm) = (36.2738,-54.8786,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 10.7243, position (cm) = (0.821207,-114.672,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00177424, position (cm) = (17.974,-93.6674,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.08777, position (cm) = (42.7715,-97.596,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.144816, position (cm) = (29.6957,-95.6032,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 5.88851, position (cm) = (31.2076,-92.1361,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.00318937, position (cm) = (43.6048,-100.762,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 6.34097, position (cm) = (46.4001,-98.1376,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 20.9499, position (cm) = (48.6905,-129.608,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 20.5414, position (cm) = (48.13,-129.106,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.170291, position (cm) = (40.6825,-100.944,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.29991, position (cm) = (44.3674,-96.7788,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.92968, position (cm) = (62.3037,-93.9644,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 14.7037, position (cm) = (33.7051,-104.122,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.118806, position (cm) = (34.7747,-107.041,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.54299, position (cm) = (32.3405,-113.728,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.3906, position (cm) = (39.8886,-103.366,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 17.5107, position (cm) = (39.3037,-111.21,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 17.5107, position (cm) = (39.3037,-111.21,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 6.75808, position (cm) = (39.8007,-111.145,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 11.2307, position (cm) = (45.5814,-103.011,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.63799e-07, position (cm) = (56.2015,-76.977,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.02493e-08, position (cm) = (56.384,-76.8156,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.129284, position (cm) = (55.1391,-103.87,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.115203, position (cm) = (54.2495,-104.001,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 21.0036, position (cm) = (58.0632,-105.174,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 21.0036, position (cm) = (58.0632,-105.174,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.157023, position (cm) = (18.2353,-56.8811,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.35544, position (cm) = (43.2796,-114.154,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 6.71386, position (cm) = (19.3178,-82.9659,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.316814, position (cm) = (32.6446,-110.076,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.836556, position (cm) = (19.5281,-65.7872,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 22.2067, position (cm) = (17.2334,-96.7641,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 24.033, position (cm) = (0.785815,-107.512,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 23.5212, position (cm) = (1.20174,-96.6416,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 23.4183, position (cm) = (3.58882,-107.417,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 24.033, position (cm) = (0.785815,-107.512,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.9698, position (cm) = (18.1109,-105.93,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.26122, position (cm) = (21.5658,-110.781,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.472093, position (cm) = (12.93,-106.001,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.72479, position (cm) = (16.4624,-115.651,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.67092, position (cm) = (14.7474,-110.657,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.397084, position (cm) = (3.65755,-55.915,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 66.4107, position (cm) = (7.24265,-53.5509,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 56.2217, position (cm) = (8.65544,-38.5525,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0701939, position (cm) = (7.74397,-39.5477,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 19.1841, position (cm) = (-0.418622,-43.358,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.177202, position (cm) = (20.5435,-55.9268,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.4026, position (cm) = (3.02216,-31.1873,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.12093, position (cm) = (3.63579,-18.3251,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 82.232, position (cm) = (10.0309,-22.42,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 5.96319, position (cm) = (13.8106,-16.4102,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 70.4502, position (cm) = (15.0593,-34.6932,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 70.4502, position (cm) = (15.0593,-34.6932,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 70.4502, position (cm) = (15.0593,-34.6932,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 70.4502, position (cm) = (15.0593,-34.6932,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 82.1902, position (cm) = (22.5036,-31.5802,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 82.1902, position (cm) = (22.5036,-31.5802,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.28561, position (cm) = (29.2602,-65.6453,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.4051, position (cm) = (30.6011,-67.5036,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 5.64445, position (cm) = (28.3053,-56.425,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 6.30753, position (cm) = (-5.81295,-85.6791,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.39594, position (cm) = (-21.4951,-41.6358,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.780327, position (cm) = (-15.4604,-80.542,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 10.8647, position (cm) = (-11.8737,-64.8898,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 13.7891, position (cm) = (-15.5519,-74.006,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0725648, position (cm) = (-22.9811,-72,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.823, position (cm) = (-12.0463,-82.8516,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.248824, position (cm) = (-17.1985,-74.2612,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 13.7891, position (cm) = (-15.5519,-74.006,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 13.7891, position (cm) = (-15.5519,-74.006,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.742399, position (cm) = (4.05558,-47.728,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 68.1908, position (cm) = (-20.5273,-73.1611,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 67.2128, position (cm) = (-15.7565,-58.6027,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 68.3443, position (cm) = (-18.1818,-62.575,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 8.5309, position (cm) = (-8.66726,-82.1485,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 68.2654, position (cm) = (-13.909,-72.5882,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 64.984, position (cm) = (-101.518,-147.938,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 10.9389, position (cm) = (-62.4223,-116.835,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.86121, position (cm) = (-69.2476,-118.878,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.275184, position (cm) = (16.0121,-65.3846,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.255811, position (cm) = (18.9072,-95.0902,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0665877, position (cm) = (20.6675,-95.13,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.225183, position (cm) = (1.78372,-89.0241,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.40692, position (cm) = (18.237,-95.3776,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 41.7884, position (cm) = (6.76089,-83.1354,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.14506e-06, position (cm) = (0.0134179,-56.4447,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.53509, position (cm) = (-30.9052,-54.1273,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.624383, position (cm) = (-27.2842,-67.4239,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.091111, position (cm) = (-35.8503,-66.8519,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.621156, position (cm) = (-36.4636,-72.5562,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0643743, position (cm) = (-22.9357,-69.3219,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.68345, position (cm) = (-27.8906,-61.2089,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 12.1971, position (cm) = (-38.0138,-68.7732,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.18415, position (cm) = (-46.782,-67.2037,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.34974, position (cm) = (-46.3753,-66.2011,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.6736, position (cm) = (-46.7501,-66.557,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 13.2763, position (cm) = (-38.9287,-64.7307,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.20027e-05, position (cm) = (20.3508,-68.9663,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.254521, position (cm) = (-19.6537,-3.17865,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.211082, position (cm) = (31.0742,19.8524,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 28.0516, position (cm) = (-9.64272,-8.47415,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 9.72391, position (cm) = (-49.0184,24.1387,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 73.5026, position (cm) = (-20.6817,-3.80588,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 73.5026, position (cm) = (-20.6817,-3.80588,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0735094, position (cm) = (-7.78821,7.30252,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.145054, position (cm) = (9.4695,76.7717,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.377904, position (cm) = (-17.3939,78.6082,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 1.55867, position (cm) = (16.3489,64.6549,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.0887026, position (cm) = (-24.505,62.8746,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.453817, position (cm) = (-16.7621,45.9266,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.136817, position (cm) = (57.3421,-5.57368,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 2.71096, position (cm) = (56.3677,5.1024,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.40539, position (cm) = (49.9136,8.40465,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.113511, position (cm) = (56.9341,20.9352,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.41716, position (cm) = (44.4998,25.0423,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 4.24385, position (cm) = (46.3078,28.3978,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 4.92729, position (cm) = (54.7983,21.9199,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 10.4721, position (cm) = (50.6512,18.0017,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 3.69813, position (cm) = (46.424,16.8365,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 3.69813, position (cm) = (46.424,16.8365,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 3.91918, position (cm) = (68.497,24.8304,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 2.64608e-07, position (cm) = (53.1051,33.0852,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 0.583306, position (cm) = (34.4384,31.5007,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.111512, position (cm) = (33.1765,54.2427,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.298214, position (cm) = (14.2598,39.4017,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.713576, position (cm) = (10.972,40.7077,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 0.368572, position (cm) = (20.6453,46.6693,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.429619, position (cm) = (31.2172,47.3957,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 2.28024, position (cm) = (26.4188,39.9514,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.124839, position (cm) = (28.6661,43.4986,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 19.5167, position (cm) = (16.7768,45.0754,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 19.5167, position (cm) = (16.7768,45.0754,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 19.5167, position (cm) = (16.7768,45.0754,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 19.5762, position (cm) = (58.0357,33.9592,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 9.81025e-05, position (cm) = (41.7941,40.4091,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 5.77954, position (cm) = (27.1906,16.8668,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.28587, position (cm) = (104.233,-46.2668,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.00879699, position (cm) = (18.4969,-9.73032,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0775181, position (cm) = (48.4464,21.1951,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.46902, position (cm) = (49.7482,28.5823,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 22.4405, position (cm) = (28.3252,56.1246,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 22.4405, position (cm) = (28.3252,56.1246,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.72792, position (cm) = (-12.6438,17.2895,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.526938, position (cm) = (-17.9764,23.17,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 18.7335, position (cm) = (-11.2949,38.1978,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.189627, position (cm) = (27.5511,11.0163,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.114618, position (cm) = (23.3753,5.93813,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.29807, position (cm) = (21.7811,13.1524,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 1.48579, position (cm) = (19.8731,8.74763,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 1.32761, position (cm) = (30.9501,18.9328,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 12.092, position (cm) = (22.5825,10.565,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.317491, position (cm) = (7.49566,9.69796,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 6.67289, position (cm) = (8.25796,61.9697,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 3.73906e-05, position (cm) = (4.97762,35.9776,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 23.0291, position (cm) = (26.6798,36.4271,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 2.22306, position (cm) = (28.7212,29.6128,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.608309, position (cm) = (42.5722,72.128,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 8.35058, position (cm) = (42.4707,50.945,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 16.3564, position (cm) = (45.4238,63.8205,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 1.63838, position (cm) = (66.4686,37.1351,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 6.05262, position (cm) = (73.9783,29.3889,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 3.40125, position (cm) = (72.0016,36.6654,200), weight = 1.16415e-10 + gamma, kinetic energy (MeV) = 0.0515633, position (cm) = (77.0826,37.3866,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 6.63694, position (cm) = (73.7533,43.9967,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 0.305208, position (cm) = (83.5685,46.4276,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 22.1681, position (cm) = (79.0378,50.2791,200), weight = 5.82077e-11 + neutron, kinetic energy (MeV) = 0.0053909, position (cm) = (60.5714,34.2254,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 1.31085, position (cm) = (71.7023,41.6632,200), weight = 5.82077e-11 + neutron, kinetic energy (MeV) = 21.8732, position (cm) = (76.916,52.5394,200), weight = 1.16415e-10 + gamma, kinetic energy (MeV) = 1.5198, position (cm) = (59.5195,18.9549,200), weight = 2.91038e-11 + neutron, kinetic energy (MeV) = 1.17116, position (cm) = (61.8805,19.0228,200), weight = 2.91038e-11 + gamma, kinetic energy (MeV) = 0.068401, position (cm) = (56.7991,16.7642,200), weight = 2.91038e-11 + neutron, kinetic energy (MeV) = 1.87929, position (cm) = (74.7397,19.5326,200), weight = 1.45519e-11 + gamma, kinetic energy (MeV) = 0.0502246, position (cm) = (58.8695,14.7789,200), weight = 2.91038e-11 + gamma, kinetic energy (MeV) = 0.101272, position (cm) = (66.8292,18.9933,200), weight = 5.82077e-11 + neutron, kinetic energy (MeV) = 1.95424, position (cm) = (97.6898,7.12799,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 0.231643, position (cm) = (64.1284,16.9055,200), weight = 5.82077e-11 + neutron, kinetic energy (MeV) = 0.143084, position (cm) = (69.4629,1.7212,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.758866, position (cm) = (70.4968,-21.8315,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 21.4359, position (cm) = (77.3548,17.3641,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.148765, position (cm) = (96.2101,26.8601,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 0.277201, position (cm) = (88.9862,40.8414,200), weight = 5.82077e-11 + neutron, kinetic energy (MeV) = 22.2218, position (cm) = (96.4533,35.8744,200), weight = 5.82077e-11 + neutron, kinetic energy (MeV) = 0.115551, position (cm) = (100.428,25.5042,200), weight = 1.16415e-10 + gamma, kinetic energy (MeV) = 3.58934, position (cm) = (93.3136,34.3726,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 4.23194, position (cm) = (93.2209,34.5995,200), weight = 1.16415e-10 + gamma, kinetic energy (MeV) = 1.34233, position (cm) = (74.8139,29.6576,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 6.48012, position (cm) = (78.1823,43.0653,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 4.13911, position (cm) = (-24.1456,34.5173,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 79.217, position (cm) = (-18.8229,33.0098,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 74.415, position (cm) = (-5.0891,42.0903,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.412576, position (cm) = (38.5082,19.2482,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 15.3439, position (cm) = (47.9179,5.13871,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 6.83609, position (cm) = (38.388,51.0587,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 18.359, position (cm) = (26.1903,43.1698,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.575188, position (cm) = (25.5554,41.2957,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.27415, position (cm) = (21.3515,41.6176,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.214606, position (cm) = (28.0239,43.3878,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.940728, position (cm) = (31.2704,66.8152,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 48.8327, position (cm) = (25.1822,53.4174,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 49.0201, position (cm) = (25.5007,53.4491,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 48.8951, position (cm) = (25.3768,54.9405,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 89.7359, position (cm) = (18.3621,55.511,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 90.1982, position (cm) = (18.6932,63.7863,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 90.2512, position (cm) = (23.7147,45.951,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.678133, position (cm) = (11.7098,32.2337,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.18383, position (cm) = (9.07437,28.6361,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.18383, position (cm) = (9.07437,28.6361,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.15224, position (cm) = (9.43809,28.3946,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.21398, position (cm) = (-57.3722,-94.5264,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0895064, position (cm) = (-56.1986,-109.484,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.1043, position (cm) = (-31.0861,-91.7347,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.207269, position (cm) = (-13.6183,-107.301,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 7.17828, position (cm) = (-28.0157,-100.985,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.661567, position (cm) = (-24.9513,-99.3737,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 1.46587, position (cm) = (-23.0749,-98.5662,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 2.32885, position (cm) = (-23.7977,-86.6952,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 1.32985e-07, position (cm) = (-31.3265,-71.4743,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.110039, position (cm) = (-39.9432,-9.09551,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.723715, position (cm) = (-24.2185,-7.63214,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 23.1034, position (cm) = (-24.2546,-6.07972,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 49.999, position (cm) = (-26.5475,-7.53917,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 99.5098, position (cm) = (-25.7183,-7.31849,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 99.7035, position (cm) = (-25.077,-6.82515,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 99.7035, position (cm) = (-25.077,-6.82515,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 99.6294, position (cm) = (-25.4969,-6.69921,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 97.11, position (cm) = (-3.51749,-60.3067,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 34.8032, position (cm) = (122.157,8.97309,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.145219, position (cm) = (175.319,6.85241,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.479333, position (cm) = (25.9899,-39.6805,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.219533, position (cm) = (94.8463,-60.3106,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0689161, position (cm) = (110.241,-57.5365,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.509031, position (cm) = (85.9723,-52.0896,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.25272, position (cm) = (85.9759,-52.0957,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 16.7319, position (cm) = (77.4921,-55.791,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.160345, position (cm) = (103.828,22.7234,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.000954595, position (cm) = (71.0045,-20.2199,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 4.93507, position (cm) = (64.6808,-12.0801,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0685458, position (cm) = (56.6272,17.9756,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.01814, position (cm) = (68.7969,41.2138,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 13.3052, position (cm) = (51.5072,6.55972,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 6.09286, position (cm) = (58.3227,7.59376,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 94.9657, position (cm) = (52.4367,-43.4164,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 65.8717, position (cm) = (54.4713,-55.533,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.02972, position (cm) = (107.982,-36.0539,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.670243, position (cm) = (48.0592,64.4689,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 42.4841, position (cm) = (41.207,33.659,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 59.9476, position (cm) = (-15.985,-16.9354,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 81.3248, position (cm) = (-14.6309,-23.0105,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 17.6544, position (cm) = (-14.5279,-28.0095,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.724859, position (cm) = (-21.5748,-16.805,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 4.6139, position (cm) = (-16.8069,-16.0709,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 2.70609, position (cm) = (-15.4611,-5.47752,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.27522, position (cm) = (-9.47082,-8.71755,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 4.52091, position (cm) = (-2.42479,-13.2548,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 5.76199e-07, position (cm) = (-27.7944,-38.6022,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.255115, position (cm) = (-22.5624,-41.5098,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.00417006, position (cm) = (-8.17986,-92.5312,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.327, position (cm) = (-3.40305,-83.6907,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.00227735, position (cm) = (-0.55994,-67.8749,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 5.07485, position (cm) = (-9.27948,-10.9731,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.000466328, position (cm) = (32.0349,-18.8035,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-23.3529,11.1027,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.108895, position (cm) = (-17.3251,-6.90837,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 12.3501, position (cm) = (-5.28037,-28.7611,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 12.2782, position (cm) = (-4.94115,-28.4238,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 12.2782, position (cm) = (-4.94115,-28.4238,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 3.24467, position (cm) = (-14.3891,2.02228,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000789632, position (cm) = (-11.7431,-13.8363,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.130356, position (cm) = (-2.49089,6.30129,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.113876, position (cm) = (-8.81085,-6.56616,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.450283, position (cm) = (18.6106,22.5106,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.0574291, position (cm) = (-19.1577,40.4611,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.966531, position (cm) = (-20.1194,22.5634,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 6.06602, position (cm) = (-23.2345,18.065,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.204515, position (cm) = (-15.9942,21.0885,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.198525, position (cm) = (-5.34224,24.0101,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.563648, position (cm) = (-21.6949,2.12525,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.288966, position (cm) = (-1.70637,-20.1863,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.04798, position (cm) = (-2.45302,4.85221,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.236694, position (cm) = (-4.87445,-10.1727,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.291124, position (cm) = (16.629,23.0945,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.41915, position (cm) = (-15.9221,-44.2335,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 17.1948, position (cm) = (8.81366,15.719,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 17.1948, position (cm) = (8.81366,15.719,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 17.1948, position (cm) = (8.81366,15.719,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.3432, position (cm) = (7.40157,15.423,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.25144, position (cm) = (-23.7598,1.70912,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.902754, position (cm) = (-4.69849,13.3536,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.748421, position (cm) = (2.61558,-20.4145,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.750952, position (cm) = (-16.2728,-25.0044,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.10871e-07, position (cm) = (7.80259,-48.3764,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 6.71338, position (cm) = (8.20733,-26.5836,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 8.23286e-07, position (cm) = (-33.9916,-19.0028,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.74996, position (cm) = (-4.57459,-19.9237,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.07244, position (cm) = (-25.7726,7.471,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 83.2653, position (cm) = (-14.1677,-40.02,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.720283, position (cm) = (-31.103,78.6494,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.102341, position (cm) = (-42.5986,84.2185,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0783438, position (cm) = (-58.7676,91.5715,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.403189, position (cm) = (-22.8271,62.2971,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 46.4844, position (cm) = (-41.431,89.179,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 46.4844, position (cm) = (-41.431,89.179,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.406897, position (cm) = (-36.4034,88.1153,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.27906, position (cm) = (-37.1456,84.8409,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.42766, position (cm) = (-36.8036,84.9192,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 11.6415, position (cm) = (-37.096,84.8018,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 47.2937, position (cm) = (-39.2444,92.341,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 47.015, position (cm) = (-36.4186,88.6682,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 46.7617, position (cm) = (-36.597,88.6797,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 8.42384, position (cm) = (-37.5765,81.0746,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 9.52576, position (cm) = (-56.395,97.3449,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.167136, position (cm) = (-54.692,96.9823,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0955589, position (cm) = (-56.2706,88.9928,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 4.79886, position (cm) = (-53.5339,114.699,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.03558, position (cm) = (-51.4495,87.2736,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.334406, position (cm) = (-45.6814,85.2625,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.75191e-07, position (cm) = (102.855,67.4731,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.275857, position (cm) = (53.8495,43.1807,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 62.5834, position (cm) = (45.6268,38.8635,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.227768, position (cm) = (45.9732,33.9,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.647159, position (cm) = (32.9922,31.7813,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 62.6502, position (cm) = (45.7308,39.0255,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 62.6502, position (cm) = (45.7308,39.0255,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 7.06983, position (cm) = (24.8322,15.8166,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.11886, position (cm) = (24.0776,11.7153,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.203315, position (cm) = (46.9973,23.2721,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.70197, position (cm) = (35.5619,5.14184,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.000286238, position (cm) = (26.8723,15.6083,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.82188, position (cm) = (20.0928,1.88843,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.617023, position (cm) = (-8.2153,46.4374,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 3.096, position (cm) = (-16.6934,11.8135,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0904938, position (cm) = (-2.83394,128.734,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.901595, position (cm) = (-5.81179,125.07,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.793212, position (cm) = (-5.97058,124.865,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.32315, position (cm) = (-5.69778,125.093,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 6.58801, position (cm) = (0.862003,105.805,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 43.8445, position (cm) = (-1.41192,110.89,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.535082, position (cm) = (33.2475,123.939,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 32.7194, position (cm) = (9.80195,83.5352,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 8.35519, position (cm) = (8.32088,69.8571,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.185289, position (cm) = (42.9949,-11.2577,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.873239, position (cm) = (34.2327,18.0331,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.0209301, position (cm) = (10.1014,22.5487,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.129429, position (cm) = (31.9356,12.9685,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 59.0974, position (cm) = (48.4302,11.1419,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 59.4612, position (cm) = (43.579,13.623,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 59.543, position (cm) = (41.6818,12.5067,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 59.543, position (cm) = (41.6818,12.5067,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 59.543, position (cm) = (41.6818,12.5067,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 59.3802, position (cm) = (40.7235,9.46724,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 59.1044, position (cm) = (-16.3052,55.6477,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 58.5762, position (cm) = (-15.3696,56.5541,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 59.1731, position (cm) = (-14.9786,56.0016,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 58.9685, position (cm) = (30.0517,102.382,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.356902, position (cm) = (13.7184,84.4079,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0798633, position (cm) = (11.9821,85.0902,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.116635, position (cm) = (42.6483,95.9276,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.186968, position (cm) = (55.9842,103.104,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.733596, position (cm) = (47.4174,68.4834,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.281975, position (cm) = (38.7333,71.0927,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.07606, position (cm) = (37.5197,89.1231,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.504552, position (cm) = (38.1139,75.9332,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.07668, position (cm) = (38.6003,74.2546,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 8.17991, position (cm) = (34.8385,72.4599,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.362828, position (cm) = (42.9256,72.9581,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.415, position (cm) = (42.0709,71.41,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 5.78722, position (cm) = (42.8427,72.1235,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.61955, position (cm) = (34.0934,94.4533,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.67498, position (cm) = (34.5408,95.1023,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.1707, position (cm) = (21.232,98.5479,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 58.8618, position (cm) = (31.2363,101.738,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 58.8618, position (cm) = (31.2363,101.738,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 58.8618, position (cm) = (31.2363,101.738,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 58.1512, position (cm) = (18.0978,103.745,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 58.1512, position (cm) = (18.0978,103.745,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.02188, position (cm) = (37.4388,106.792,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 44.4918, position (cm) = (31.7709,102.226,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 44.4342, position (cm) = (31.7783,102.259,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 28.9011, position (cm) = (46.252,61.399,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 6.56717, position (cm) = (36.5862,63.0025,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.0499315, position (cm) = (40.8678,58.7138,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.02362, position (cm) = (54.6142,74.0652,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.29685, position (cm) = (50.6262,75.6539,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.341298, position (cm) = (35.362,63.3184,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.305838, position (cm) = (49.8589,64.2069,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.159193, position (cm) = (41.682,63.2415,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.8138, position (cm) = (39.9873,50.9144,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 7.89039, position (cm) = (35.0658,59.647,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.413117, position (cm) = (32.6144,54.8016,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 7.26566e-05, position (cm) = (82.0652,43.1235,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.790195, position (cm) = (63.1038,62.1714,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.154462, position (cm) = (71.6595,58.0521,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.216522, position (cm) = (61.4044,57.4979,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.24186, position (cm) = (58.2528,57.6601,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 6.50295e-05, position (cm) = (43.7128,68.3837,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.15533, position (cm) = (48.8003,50.9673,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.310936, position (cm) = (51.9133,69.3772,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 9.29168, position (cm) = (69.3699,76.5754,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 32.1417, position (cm) = (53.3567,75.5002,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.395411, position (cm) = (55.2347,76.1308,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 2.35729, position (cm) = (52.7761,74.3346,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 3.01504, position (cm) = (65.4865,81.8054,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 2.90536, position (cm) = (64.7718,81.4787,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 32.3416, position (cm) = (51.9887,75.9026,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.218565, position (cm) = (49.9654,70.8006,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 32.1747, position (cm) = (52.4814,74.6874,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 32.3416, position (cm) = (51.9887,75.9026,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 32.2547, position (cm) = (51.7069,75.9322,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 6.00004, position (cm) = (61.3198,66.5508,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.19249, position (cm) = (37.7012,63.0576,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.284129, position (cm) = (58.0776,65.5941,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.63279, position (cm) = (43.3224,53.0405,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 60.127, position (cm) = (15.9166,0.293361,200), weight = 0.125 + gamma, kinetic energy (MeV) = 0.602428, position (cm) = (52.3367,-100.598,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.357927, position (cm) = (33.2602,43.5818,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.12999, position (cm) = (-13.5366,72.6455,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.195331, position (cm) = (-25.2446,64.213,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 23.0362, position (cm) = (-23.703,62.1343,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.221577, position (cm) = (-35.1329,65.5516,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.119281, position (cm) = (-16.8566,55.769,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 3.94365, position (cm) = (-25.3757,62.4424,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 23.0362, position (cm) = (-23.703,62.1343,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00448781, position (cm) = (-25.0503,59.591,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.239711, position (cm) = (-7.00762,107.776,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.367935, position (cm) = (-15.5264,66.5677,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 4.27573, position (cm) = (-22.3066,57.6125,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.07653, position (cm) = (-31.4585,69.242,200), weight = 0.000488281 + e-, kinetic energy (MeV) = 0.916108, position (cm) = (-30.9248,70.3904,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.10878, position (cm) = (-31.5614,70.1451,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 4.22413e-07, position (cm) = (-9.15101,65.7602,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 34.1409, position (cm) = (-22.8196,80.0491,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 33.1229, position (cm) = (-22.0384,92.5288,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 33.0449, position (cm) = (-22.6378,92.9668,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.399053, position (cm) = (-24.2754,40.8518,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0525182, position (cm) = (-5.93435,48.0474,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 73.1066, position (cm) = (79.201,-23.6734,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 42.7613, position (cm) = (86.3556,-23.3637,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 42.6486, position (cm) = (84.7109,-18.5882,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 43.0467, position (cm) = (80.3075,-32.6823,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.077048, position (cm) = (70.1214,-19.6625,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.000599355, position (cm) = (78.8619,-24.635,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 42.6267, position (cm) = (76.4034,-16.9271,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 42.4071, position (cm) = (76.3454,-17.7579,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.159377, position (cm) = (73.086,-17.2824,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 8.07691, position (cm) = (77.2071,-22.479,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.03982, position (cm) = (76.7711,-13.4227,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.58391e-05, position (cm) = (54.925,3.66137,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 21.6326, position (cm) = (34.0738,-67.7939,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 39.1957, position (cm) = (29.1977,-70.811,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 43.3672, position (cm) = (-17.1801,-1.86272,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.108349, position (cm) = (-15.9801,11.7817,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.435002, position (cm) = (1.92142,16.0443,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 78.5382, position (cm) = (-21.0747,-1.47399,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 77.3486, position (cm) = (-28.0291,0.471318,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 2.50245, position (cm) = (-15.6749,-6.50353,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 79.0922, position (cm) = (-23.2571,-1.55516,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 79.0689, position (cm) = (-23.5003,-1.80541,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 77.0304, position (cm) = (-14.9693,-4.50095,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 77.1768, position (cm) = (-35.8368,-14.3299,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.594277, position (cm) = (-29.9083,-16.7301,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.548856, position (cm) = (-43.5635,-3.13938,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.02285, position (cm) = (-25.9535,-0.100532,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 16.6548, position (cm) = (-9.10027,-1.09262,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.293542, position (cm) = (-16.5522,-15.9488,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.199872, position (cm) = (-25.3589,10.46,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0577414, position (cm) = (-22.0536,24.9816,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.36042, position (cm) = (-39.7565,37.3126,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.091846, position (cm) = (-23.3165,39.1407,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 44.0737, position (cm) = (-21.9675,14.4886,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 74.6982, position (cm) = (-23.1587,-18.8065,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.25865, position (cm) = (-14.091,-1.73053,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 59.3413, position (cm) = (-10.9189,-2.50044,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 72.9769, position (cm) = (-12.0197,-4.53697,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 71.9302, position (cm) = (-10.8437,-8.05343,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 71.9302, position (cm) = (-10.8437,-8.05343,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 57.9441, position (cm) = (50.8319,-54.7836,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.0915607, position (cm) = (52.2899,-22.8395,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.109441, position (cm) = (62.1635,-26.2857,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 9.06849, position (cm) = (68.9819,-37.1679,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.15582, position (cm) = (104.725,10.8771,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.772387, position (cm) = (104.576,-1.22738,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.125384, position (cm) = (104.593,-3.87758,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0565964, position (cm) = (93.0836,-7.13371,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.70353, position (cm) = (90.9576,1.8232,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.586139, position (cm) = (48.1171,-11.4392,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.54878, position (cm) = (40.8797,-28.311,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 26.4916, position (cm) = (68.6332,-12.6604,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 6.29088, position (cm) = (65.6808,-10.8306,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.276434, position (cm) = (68.3073,9.94334,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.27319, position (cm) = (3.22519,-1.05553,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 1.76667, position (cm) = (46.7481,1.24572,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.228631, position (cm) = (12.1965,-94.5256,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 9.40757, position (cm) = (14.0286,-89.2116,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 31.0488, position (cm) = (15.3499,-107.86,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 31.0488, position (cm) = (15.3499,-107.86,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.730665, position (cm) = (66.0027,-125.579,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 79.0078, position (cm) = (6.96016,33.2532,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 79.6879, position (cm) = (3.20416,31.8053,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.00256927, position (cm) = (-11.9947,2.11159,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.153437, position (cm) = (-40.4885,20.8623,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 27.0174, position (cm) = (-54.8817,41.2587,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0711242, position (cm) = (-41.0507,36.5628,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.143488, position (cm) = (-53.2008,34.5681,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 26.5841, position (cm) = (-52.916,39.6428,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.172373, position (cm) = (-37.366,31.2783,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0277361, position (cm) = (-40.8416,17.0796,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0875094, position (cm) = (-63.7641,26.1016,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.000280583, position (cm) = (-54.237,34.0815,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.06521, position (cm) = (-68.6881,23.5962,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 6.47698, position (cm) = (-79.4335,12.5601,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 6.47698, position (cm) = (-79.4335,12.5601,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.47698, position (cm) = (-79.4335,12.5601,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.689296, position (cm) = (-53.7605,19.2143,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0852189, position (cm) = (-15.1034,-51.5206,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.29494, position (cm) = (-62.0991,52.0616,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.130641, position (cm) = (-40.6612,11.7858,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.05552, position (cm) = (-27.4191,23.4914,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.433464, position (cm) = (-29.7493,22.3765,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.219895, position (cm) = (-38.9409,-81.6239,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.592278, position (cm) = (-41.4825,-79.3897,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.098071, position (cm) = (-41.096,-78.5049,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.34916, position (cm) = (-47.4018,-79.752,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.98986, position (cm) = (-30.0744,-119.82,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0620021, position (cm) = (-23.7621,-148.079,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.73017, position (cm) = (-14.6621,-150.215,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 55.7753, position (cm) = (-1.32851,-65.915,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 56.4575, position (cm) = (0.269915,-65.5446,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 56.4575, position (cm) = (0.269915,-65.5446,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.41606, position (cm) = (-15.5099,-67.4903,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.48401, position (cm) = (-7.41023,-69.9171,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.953107, position (cm) = (10.5481,-107.688,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 22.8657, position (cm) = (6.35724,-88.8722,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.27103, position (cm) = (-3.11475,-78.1128,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.120044, position (cm) = (5.38694,-101.89,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 5.71689, position (cm) = (3.5749,-107.255,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 23.6843, position (cm) = (1.64988,-109.306,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 25.4302, position (cm) = (-0.334864,-113.549,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.00073676, position (cm) = (-6.76675,-115.517,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.46573, position (cm) = (-13.948,-80.7397,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.116209, position (cm) = (-6.8651,-140.87,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.352505, position (cm) = (3.3829,-95.1749,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.252425, position (cm) = (-9.24288,-63.3769,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.021579, position (cm) = (-17.7565,-59.5129,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.03004, position (cm) = (-11.3353,-58.6572,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0690504, position (cm) = (-4.16158,-63.6627,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 3.52776, position (cm) = (0.172664,-92.2372,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 3.12687, position (cm) = (-1.28691,-82.8917,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.98594, position (cm) = (0.312306,-86.0746,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.173586, position (cm) = (19.7391,-69.1513,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.607692, position (cm) = (18.9815,-58.4025,200), weight = 4.76837e-07 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB06/History b/examples/extended/biasing/GB06/History index 4113e3b795e..71e193b2d7e 100644 --- a/examples/extended/biasing/GB06/History +++ b/examples/extended/biasing/GB06/History @@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-07-10 Gabriele Cosmo (GB06-V11-02-00) +- Avoid call to static volumes store in DetectorConstruction class. + ## 2023-09-05 Gabriele Cosmo (GB06-V11-01-00) - Replaced use of deprecated G4TouchableHistoryHandle with G4TouchableHandle. diff --git a/examples/extended/biasing/GB06/exampleGB06.out b/examples/extended/biasing/GB06/exampleGB06.out index c035a231f33..0139e2f9bdd 100644 --- a/examples/extended/biasing/GB06/exampleGB06.out +++ b/examples/extended/biasing/GB06/exampleGB06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,8 +37,9 @@ Parallel World `parallelWorldForSlices' constructed. -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : BIAS.GEN.28 - issued by : G4BiasingHelper::AddBiasingProcessLimiter(G4ProcessManager* pmanager) -Trying to re-add a G4ParallelGeometriesLimiterProcess process to the process manager for 'neutron (PDG : 2112 ) while one is already present. + issued by : G4BiasingHelper::AddBiasingProcessLimiter() +Trying to re-add a G4ParallelGeometriesLimiterProcess process +to the process manager for 'neutron (PDG : 2112 ) while one is already present. Call ignored. *** This is just a warning message. *** @@ -57,7 +58,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -136,10 +136,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -310,7 +313,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -792,7 +795,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -817,174 +820,484 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. - gamma, kinetic energy (MeV) = 0.155922, position (cm) = (-1.12447,-99.9989,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.235884, position (cm) = (41.6118,-135.17,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.26157e-05, position (cm) = (48.3097,-127.023,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 59.5442, position (cm) = (30.2169,-107.533,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.690975, position (cm) = (18.5576,-105.989,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.102403, position (cm) = (43.1464,-95.2785,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.150181, position (cm) = (30.3177,-107.107,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 34.9078, position (cm) = (9.98292,-116.14,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.21824, position (cm) = (43.6606,-139.631,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.15839e-08, position (cm) = (40.3207,-94.5419,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.95269, position (cm) = (66.8299,-55.3239,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.40083, position (cm) = (83.2133,-101.511,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.98498, position (cm) = (-100.813,-89.1972,500), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.115532, position (cm) = (-118.35,-92.8621,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.51489, position (cm) = (-114.647,-94.4197,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.904183, position (cm) = (-29.7982,-91.4973,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.869268, position (cm) = (-30.0483,-66.312,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.202823, position (cm) = (-65.8514,-89.546,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 41.9959, position (cm) = (71.5637,21.8473,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.1552, position (cm) = (51.5762,-11.6089,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.17405e-05, position (cm) = (-20.3293,-12.0743,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 59.0452, position (cm) = (-29.9534,16.3063,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.70305, position (cm) = (-40.6411,18.6902,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 59.6223, position (cm) = (-43.571,20.8035,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.233, position (cm) = (-64.8565,73.3827,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 11.4166, position (cm) = (-26.0378,76.8941,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.0655, position (cm) = (-43.3106,132.806,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.757, position (cm) = (120.787,14.6089,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 34.704, position (cm) = (114.922,5.47751,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.968121, position (cm) = (124.652,-122.912,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.138993, position (cm) = (77.1496,-111.443,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.61727, position (cm) = (136.275,-137.295,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.792746, position (cm) = (140.59,-109.954,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.0279, position (cm) = (36.1035,-115.291,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.84969, position (cm) = (41.309,-118.863,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000611661, position (cm) = (39.0839,-127.322,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0569576, position (cm) = (40.0759,-119.791,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.07945, position (cm) = (37.261,-121.326,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.6376, position (cm) = (35.4548,-63.0965,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.177153, position (cm) = (24.9148,-61.6172,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.332512, position (cm) = (65.3617,-47.19,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 39.3648, position (cm) = (85.8794,-109.318,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 3.49813, position (cm) = (96.0213,-122.959,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.08919, position (cm) = (92.0465,-148.237,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.68808, position (cm) = (79.2038,-138.272,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.02375, position (cm) = (84.2866,-105.444,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.4638, position (cm) = (108.757,-135.664,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.47657, position (cm) = (85.0995,-135.996,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.4005, position (cm) = (28.9117,-22.3432,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 85.6627, position (cm) = (26.5075,-27.3052,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.11872e-08, position (cm) = (-1.15638,-53.9281,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.0153, position (cm) = (17.4627,-42.6131,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 85.2745, position (cm) = (24.1159,-36.0799,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 86.0641, position (cm) = (126.365,140.481,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 85.3693, position (cm) = (129.821,139.136,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 41.1739, position (cm) = (77.7497,20.9516,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.17585, position (cm) = (134.697,62.2946,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.219759, position (cm) = (-14.469,-135.139,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 86.3851, position (cm) = (-27.9509,-62.5686,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 86.3851, position (cm) = (-27.9509,-62.5686,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.489339, position (cm) = (27.9362,10.202,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.39336, position (cm) = (25.6167,4.11795,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.561577, position (cm) = (6.70354,2.78865,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 36.072, position (cm) = (-0.322997,-19.5591,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 62.2474, position (cm) = (107.372,54.1734,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 61.7745, position (cm) = (115.628,52.2372,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.937471, position (cm) = (116.358,42.8127,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.291247, position (cm) = (103.399,77.4795,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0822016, position (cm) = (103.673,43.5525,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.228875, position (cm) = (119.105,75.9234,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.09229e-09, position (cm) = (111.267,65.4993,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0675812, position (cm) = (136.076,63.5083,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.34666, position (cm) = (125.931,48.2759,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.401496, position (cm) = (104.589,53.336,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 63.1259, position (cm) = (131.236,43.2395,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.253068, position (cm) = (72.8863,69.7482,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 62.0818, position (cm) = (6.35567,48.8414,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0899299, position (cm) = (52.0739,69.5772,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.71716, position (cm) = (66.0226,58.9994,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.57632, position (cm) = (57.1534,50.1169,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 6.5764, position (cm) = (55.7821,45.6181,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 33.5866, position (cm) = (82.3291,64.5885,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.159018, position (cm) = (66.4533,60.3237,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.101148, position (cm) = (135.527,81.9366,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.18511, position (cm) = (107.919,31.5653,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.470864, position (cm) = (140.861,12.9063,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.399005, position (cm) = (136.135,17.9882,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.31208, position (cm) = (140.081,40.1639,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.668556, position (cm) = (127.719,69.0773,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.396506, position (cm) = (132.551,54.9432,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 35.4633, position (cm) = (129.14,68.7027,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 95.693, position (cm) = (52.2326,5.83171,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 95.7759, position (cm) = (51.0038,6.36178,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.16694e-05, position (cm) = (55.7697,34.829,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.22306, position (cm) = (70.7361,34.5458,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.46737, position (cm) = (72.5819,12.6869,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 48.574, position (cm) = (75.3279,25.416,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 83.3342, position (cm) = (73.5519,28.5576,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.7479, position (cm) = (56.6066,4.49178,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.9505, position (cm) = (18.0739,41.7132,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 29.8246, position (cm) = (-22.3806,48.822,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 25.3781, position (cm) = (4.5419,3.04284,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 25.4691, position (cm) = (3.34919,15.6982,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 93.2519, position (cm) = (23.2425,59.2204,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 92.7553, position (cm) = (21.7208,60.3168,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.73608, position (cm) = (10.9891,58.632,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (14.9165,48.5154,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-5.56668,6.86153,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.147699, position (cm) = (-2.31877,4.7696,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.25133, position (cm) = (-20.455,-31.05,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.14833, position (cm) = (-22.717,40.0701,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.114824, position (cm) = (31.8394,-29.7926,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 42.62, position (cm) = (40.4459,-23.4062,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0284637, position (cm) = (-8.75397,7.44137,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.11411, position (cm) = (-37.0178,-32.3084,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.130761, position (cm) = (-28.8791,-36.3496,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0923855, position (cm) = (51.6809,-42.7596,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.24912, position (cm) = (40.6779,-48.6002,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.27333, position (cm) = (23.2999,-18.2262,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 26.9908, position (cm) = (33.2079,-0.60608,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 29.6063, position (cm) = (31.9318,3.84785,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.42623, position (cm) = (38.7037,-21.215,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.96756, position (cm) = (43.603,-18.238,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.622041, position (cm) = (45.3746,-2.66869,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.04697, position (cm) = (12.1305,-2.24576,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.81616e-05, position (cm) = (59.0454,9.50355,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.55607e-06, position (cm) = (125.568,-6.18732,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.71398, position (cm) = (125.962,17.6625,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.20801e-07, position (cm) = (94.8001,-14.1737,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 45.018, position (cm) = (120.264,4.29357,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.506274, position (cm) = (47.7905,21.5308,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 68.3641, position (cm) = (47.0914,-43.6663,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.2835, position (cm) = (47.6277,-31.7459,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 95.9981, position (cm) = (52.6655,-30.9145,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.2567, position (cm) = (49.4105,-35.7111,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.66103, position (cm) = (-16.0013,-45.5223,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.107108, position (cm) = (16.5629,-47.7193,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.21245, position (cm) = (6.49692,-7.5512,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 43.9436, position (cm) = (37.8945,-6.17415,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 42.7551, position (cm) = (24.0702,-18.0218,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.125667, position (cm) = (-2.17929,-5.03441,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.632319, position (cm) = (4.76314,-15.2768,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.286929, position (cm) = (-3.52268,-7.72764,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.177667, position (cm) = (-20.0728,-14.5565,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.32869, position (cm) = (21.972,-14.8761,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.56425, position (cm) = (4.23758,11.682,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.140052, position (cm) = (-60.7261,-24.9535,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.201915, position (cm) = (-63.6885,-22.7769,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.72683, position (cm) = (-50.6703,-34.689,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0719195, position (cm) = (-89.9707,-44.1209,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 97.1802, position (cm) = (-17.4528,5.34125,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.690341, position (cm) = (-0.736794,-9.03299,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.68798, position (cm) = (-3.50978,-12.5206,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.450738, position (cm) = (-6.29867,71.3888,500), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.553866, position (cm) = (20.4191,-4.95654,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.50955, position (cm) = (28.8103,12.041,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.72265, position (cm) = (25.7298,-9.85041,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.03345, position (cm) = (31.4634,-23.4401,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.778861, position (cm) = (26.7111,-11.4328,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.04209, position (cm) = (46.5853,-13.0393,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.7208, position (cm) = (31.6031,19.1952,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.79362, position (cm) = (-13.3877,20.4565,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.83824, position (cm) = (16.4007,-37.3581,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.226131, position (cm) = (-72.4774,24.8187,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 38.7572, position (cm) = (-72.9751,12.1281,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.36751, position (cm) = (-93.9379,17.6205,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.124502, position (cm) = (-13.8553,-7.44823,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.54115, position (cm) = (-12.0591,-4.11185,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.88359, position (cm) = (-13.5248,-8.00434,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 29.8135, position (cm) = (-15.1931,-10.8324,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 54.1364, position (cm) = (-13.4846,-2.15215,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 53.4279, position (cm) = (-18.9056,9.89572,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 63.2528, position (cm) = (35.988,-148.223,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 64.5609, position (cm) = (32.7078,-120.193,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 63.8401, position (cm) = (32.6594,-127.529,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00022267, position (cm) = (55.5902,27.3933,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.298025, position (cm) = (69.8519,57.136,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.48772, position (cm) = (31.3183,18.1913,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 55.9043, position (cm) = (66.7202,25.3393,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0124636, position (cm) = (88.4994,34.8577,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.30716e-09, position (cm) = (117.972,37.8301,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.41593, position (cm) = (87.8886,-123.727,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 36.9101, position (cm) = (95.794,-105.344,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 70.0303, position (cm) = (99.5453,-96.0805,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 70.2266, position (cm) = (100.392,-102.953,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.01062, position (cm) = (-50.1821,-51.5265,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 87.9271, position (cm) = (-41.55,-43.0574,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.87308, position (cm) = (-42.8712,-35.7886,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 30.2787, position (cm) = (-23.829,-32.9996,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 65.9213, position (cm) = (-50.1611,-79.7907,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.19273, position (cm) = (-86.2931,-76.0381,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 87.3904, position (cm) = (-62.9072,-69.6307,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 87.5496, position (cm) = (-55.5178,-78.4352,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.52252, position (cm) = (-62.1989,-71.157,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 60.6242, position (cm) = (-53.2956,-74.5714,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.265539, position (cm) = (-130.08,-18.5131,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.95507, position (cm) = (-61.2783,-63.2437,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.15879, position (cm) = (-87.3197,-40.6729,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.77135, position (cm) = (-82.351,-42.6034,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.35608, position (cm) = (-80.8516,-42.4544,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.311793, position (cm) = (-73.7827,-41.5745,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 87.0336, position (cm) = (-116.451,-25.3707,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.64568, position (cm) = (-114.192,3.33889,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.03372, position (cm) = (-118.619,-19.5532,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.302566, position (cm) = (-117.731,-28.1289,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0801371, position (cm) = (-95.3312,-43.7483,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.123519, position (cm) = (-104.434,-62.8918,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.162531, position (cm) = (-88.6432,-32.3297,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.68317, position (cm) = (-105.145,-22.5612,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.31669, position (cm) = (-81.8424,-49.5482,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.79436, position (cm) = (-80.8016,-50.7783,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 11.1312, position (cm) = (-70.2173,-37.2073,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.0032, position (cm) = (-120.176,-33.8957,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.109359, position (cm) = (-139.266,-39.0255,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-139.773,-25.2141,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 82.7642, position (cm) = (-146.426,-31.8285,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.105834, position (cm) = (-102.561,44.8187,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.169278, position (cm) = (-93.0859,36.4456,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.324138, position (cm) = (-107.675,30.1962,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.146447, position (cm) = (-100.622,-5.7081,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.119894, position (cm) = (-125.751,-19.7337,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.321107, position (cm) = (-109.184,-11.9278,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.949389, position (cm) = (-136.099,-46.9837,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.8692, position (cm) = (-107.529,-7.16615,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.840509, position (cm) = (-108.295,-81.5574,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00791619, position (cm) = (-119.574,-95.8668,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 57.8817, position (cm) = (-123.256,-69.1558,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.59072, position (cm) = (-99.2011,-79.7322,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.70375, position (cm) = (-82.8034,-111.126,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.284492, position (cm) = (-127.799,-126.334,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.702939, position (cm) = (-121.339,-108.869,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.44469, position (cm) = (-73.4897,-115.929,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.76834e-06, position (cm) = (-67.849,-110.863,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.142799, position (cm) = (-34.449,-88.3839,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 86.6142, position (cm) = (-81.8701,-124.496,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.8002, position (cm) = (-53.341,-116.14,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.72576, position (cm) = (-71.1975,-147.178,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.372807, position (cm) = (-76.6393,-104.29,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.616261, position (cm) = (74.2644,-73.4093,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.80686, position (cm) = (91.5706,-80.3818,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.7726, position (cm) = (76.754,-67.5635,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.475109, position (cm) = (75.0002,-41.1023,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.8416, position (cm) = (21.3092,-117.261,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.08299, position (cm) = (19.6506,-111.729,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.285272, position (cm) = (17.0324,-133.931,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.63434, position (cm) = (19.9749,-149.571,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.79512, position (cm) = (15.1439,-132.244,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.523585, position (cm) = (38.0547,-117.215,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0943128, position (cm) = (15.3969,-122.259,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000350551, position (cm) = (-3.23562,-99.1689,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.76356, position (cm) = (0.859621,-82.955,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 16.1582, position (cm) = (4.5581,-89.5803,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.18591, position (cm) = (20.2889,-108.434,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.63916, position (cm) = (11.9712,-125.214,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.15296, position (cm) = (21.7935,-89.4053,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.03685, position (cm) = (24.0295,-104.815,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.946068, position (cm) = (30.2058,-101.126,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.22306, position (cm) = (23.6792,-102.71,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 80.0047, position (cm) = (16.567,-107.768,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 80.0639, position (cm) = (15.2866,-110.331,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.273896, position (cm) = (72.8567,-129.361,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.0298, position (cm) = (48.7391,-116.039,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.77237, position (cm) = (24.2251,-149.431,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 30.0802, position (cm) = (12.9528,-102.899,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 11.0396, position (cm) = (11.0527,-122.477,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.8328, position (cm) = (15.5152,-109.526,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.223539, position (cm) = (9.89834,-138.884,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.95404, position (cm) = (24.5671,-136.526,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.8245, position (cm) = (14.7834,-109.382,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.224891, position (cm) = (9.32448,-119.416,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.35852, position (cm) = (-18.586,-133.466,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.45796, position (cm) = (-19.5353,-135.958,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 79.317, position (cm) = (-14.8595,-127.175,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.38481, position (cm) = (46.8627,43.9821,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.7816, position (cm) = (30.0068,47.7173,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.33771, position (cm) = (56.8687,85.7752,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.387015, position (cm) = (46.9239,76.2257,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 59.748, position (cm) = (27.4493,54.2991,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.204191, position (cm) = (24.7361,-58.6451,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 54.1293, position (cm) = (3.09674,44.8575,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.642338, position (cm) = (-17.8753,13.0964,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.007793, position (cm) = (-16.8362,14.2453,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.978074, position (cm) = (54.9198,75.4234,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 9.06208, position (cm) = (51.3751,81.0103,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.73755, position (cm) = (61.8967,56.8992,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 66.1109, position (cm) = (78.6992,30.6112,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.55156e-08, position (cm) = (64.3239,59.3911,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.19927, position (cm) = (61.0543,17.8342,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 73.7249, position (cm) = (46.2241,54.7263,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 73.7249, position (cm) = (46.2241,54.7263,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.881898, position (cm) = (14.1402,67.1003,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.56031, position (cm) = (57.4898,56.2056,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0856528, position (cm) = (32.7629,43.332,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.40801, position (cm) = (78.5478,53.2117,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 17.8663, position (cm) = (33.3595,-5.5331,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.695195, position (cm) = (-0.3742,1.92759,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 25.2547, position (cm) = (3.68162,-9.21174,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.11022, position (cm) = (7.28054,-3.88592,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 22.8434, position (cm) = (-3.43188,-0.461747,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 55.1177, position (cm) = (-14.0544,-2.41288,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 56.6365, position (cm) = (-9.34267,-3.73954,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.5345, position (cm) = (-34.2444,2.37848,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.5345, position (cm) = (-34.2444,2.37848,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.732462, position (cm) = (-21.1703,17.4732,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.232267, position (cm) = (-30.0819,29.0371,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.827202, position (cm) = (-61.2887,33.353,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.29376e-10, position (cm) = (10.7579,-3.22867,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 40.0913, position (cm) = (-7.05627,2.54567,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.240324, position (cm) = (-0.0644361,6.99471,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.66513e-05, position (cm) = (2.79194,-3.48436,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.841117, position (cm) = (-4.36757,2.36649,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.10074, position (cm) = (34.9412,-48.677,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.918636, position (cm) = (33.3696,-45.8084,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 96.1021, position (cm) = (27.2919,-17.4708,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.4955, position (cm) = (25.8999,-25.2082,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.94926, position (cm) = (16.0515,-38.1963,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 77.764, position (cm) = (14.6304,-37.5795,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.12005e-06, position (cm) = (50.5207,-16.2715,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 45.6055, position (cm) = (18.6725,-32.0992,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.99389, position (cm) = (13.9451,-39.4545,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.206501, position (cm) = (4.74646,-33.9182,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.01951, position (cm) = (-3.25195,-47.7312,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.104912, position (cm) = (1.51661,-32.8106,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00552586, position (cm) = (18.1786,-34.1084,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.38309, position (cm) = (-0.29168,-33.427,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.978, position (cm) = (19.0666,-40.5315,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.5743, position (cm) = (17.8559,-21.6772,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.399808, position (cm) = (18.0502,-21.1421,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.01644, position (cm) = (17.4732,-21.7722,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.01882, position (cm) = (17.0692,-21.6257,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.39946, position (cm) = (20.134,-22.814,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 56.5915, position (cm) = (18.3878,-21.408,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.5743, position (cm) = (17.8559,-21.6772,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.2546, position (cm) = (12.3675,-17.9673,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.49569, position (cm) = (16.7835,-39.3764,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 59.1037, position (cm) = (64.89,-43.2237,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.06956, position (cm) = (43.1167,-25.6673,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.95483e-05, position (cm) = (25.7569,-12.5489,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0959445, position (cm) = (26.0394,-54.8528,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.41524e-05, position (cm) = (6.39354,-25.4019,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.74992, position (cm) = (29.5943,-50.1176,500), weight = 1.90735e-06 + e-, kinetic energy (MeV) = 1.73457, position (cm) = (29.664,-50.2522,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 14.9926, position (cm) = (34.5834,-48.9771,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 63.8573, position (cm) = (26.1812,-58.9441,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 59.6034, position (cm) = (34.0715,-121.619,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.2046e-07, position (cm) = (16.3621,-84.6252,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.19927, position (cm) = (24.7745,19.3537,500), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 59.7171, position (cm) = (115.376,-75.6655,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.073468, position (cm) = (108.73,-73.6736,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.405382, position (cm) = (94.5091,-104.533,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.601139, position (cm) = (100.642,-29.1845,500), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.263021, position (cm) = (11.0062,28.8863,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.268133, position (cm) = (-6.58248,41.3561,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 1.26132, position (cm) = (41.7919,18.4846,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.305373, position (cm) = (53.6465,24.3092,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.36142, position (cm) = (-4.59073,-41.9836,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.0879, position (cm) = (36.3175,138.127,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 93.8128, position (cm) = (-61.6601,-137.905,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 93.7997, position (cm) = (-62.2874,-138.94,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.177463, position (cm) = (-70.4379,-117.635,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 24.7998, position (cm) = (-53.8724,-143.688,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 33.1011, position (cm) = (-61.6214,-140.224,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.39869, position (cm) = (-73.612,-126.208,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.40818, position (cm) = (-62.0855,-121.017,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.887833, position (cm) = (-105.578,-132.223,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 33.0663, position (cm) = (-34.5977,-54.3685,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.308058, position (cm) = (-36.3687,-18.6003,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.20551, position (cm) = (-60.268,18.0711,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.08669, position (cm) = (-33.5508,-2.48475,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.07659, position (cm) = (-39.566,-1.329,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 45.221, position (cm) = (0.517983,-57.4399,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.54553, position (cm) = (-8.39834,-69.4029,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 50.6486, position (cm) = (-15.9465,-42.6215,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 50.1161, position (cm) = (-20.1683,-33.9679,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 35.0099, position (cm) = (28.3181,-57.7424,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.22306, position (cm) = (-35.477,-56.1545,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 28.3591, position (cm) = (-21.2158,-71.0711,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 71.2385, position (cm) = (-51.53,-47.78,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.10522, position (cm) = (-57.6089,-50.102,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.588607, position (cm) = (-49.8907,-43.6852,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.111976, position (cm) = (-58.509,-47.1594,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.353523, position (cm) = (-61.2526,-50.3633,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 10.6868, position (cm) = (-55.1405,-45.1292,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 28.9195, position (cm) = (-41.2819,-46.542,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 71.0259, position (cm) = (-47.6742,-48.4947,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 71.5789, position (cm) = (-8.87549,-3.5116,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.184205, position (cm) = (-11.6031,-14.3474,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.333057, position (cm) = (-35.0489,-64.6257,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.102037, position (cm) = (-21.0376,-30.8445,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.614703, position (cm) = (-18.4681,-5.5689,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.1876, position (cm) = (-10.8514,-31.5914,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 68.9839, position (cm) = (-60.3151,-101.382,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.284475, position (cm) = (-42.7967,-99.8028,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.81055, position (cm) = (-52.6766,-79.2982,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.16146, position (cm) = (-54.5336,-98.7519,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 59.8903, position (cm) = (-32.4705,-106.482,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 68.264, position (cm) = (-35.2967,-106.354,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.362512, position (cm) = (-35.4483,-67.3124,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.217763, position (cm) = (-43.6095,-69.0488,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.365402, position (cm) = (-35.8723,-58.9062,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.391883, position (cm) = (-21.8331,-63.5598,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.68053, position (cm) = (-146.783,-56.316,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 97.472, position (cm) = (-120.928,-42.8497,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.554322, position (cm) = (-85.3898,-43.7499,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.28706, position (cm) = (-98.4697,-77.3927,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.64171, position (cm) = (-122.077,-84.5218,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000136982, position (cm) = (-142.821,-57.2927,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.64175, position (cm) = (-136.354,-53.3778,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.096319, position (cm) = (-146.768,-68.9195,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.142892, position (cm) = (-100.56,-109.766,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.31477, position (cm) = (-96.2167,-98.9096,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 64.155, position (cm) = (-85.1716,-106.537,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.595566, position (cm) = (-84.5852,-106.408,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.99305e-05, position (cm) = (-102.246,-107.722,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 51.3647, position (cm) = (-73.372,-97.691,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0689569, position (cm) = (-59.238,-61.4425,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.171498, position (cm) = (-43.2831,-13.8195,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0564823, position (cm) = (-88.3443,-62.7684,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.27811, position (cm) = (-114.706,-71.5856,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.46927e-05, position (cm) = (-84.612,-56.0835,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.78592, position (cm) = (-91.9687,-54.8444,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.09053, position (cm) = (-90.0464,-67.7978,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.62755, position (cm) = (-86.7933,-60.2331,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.483, position (cm) = (-84.3335,-59.1248,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 47.8909, position (cm) = (-85.9818,-56.1934,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 96.9244, position (cm) = (-83.0354,-61.6891,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 98.1203, position (cm) = (-85.6975,-56.376,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 52.9469, position (cm) = (-73.5495,-58.922,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.71276, position (cm) = (-92.1507,-75.6358,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0402582, position (cm) = (-89.8406,-46.7593,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.152052, position (cm) = (-83.3431,-99.461,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.185187, position (cm) = (-82.6934,-106.562,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.727182, position (cm) = (-105.049,-43.6592,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.23837, position (cm) = (-96.9344,-46.1911,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.103962, position (cm) = (-97.593,-24.9674,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.6891, position (cm) = (-101.385,-68.2628,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.4665e-07, position (cm) = (-120.565,-55.6945,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.31018, position (cm) = (-99.2712,-39.3389,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.85608, position (cm) = (-100.651,-59.8972,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.119895, position (cm) = (-72.0332,-23.7674,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 97.2656, position (cm) = (-113.143,-76.7407,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 97.9111, position (cm) = (-104.064,-70.9101,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.589532, position (cm) = (-136.004,-59.9865,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.706816, position (cm) = (-124.299,-82.0015,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 40.0391, position (cm) = (-129.588,23.031,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.10803e-07, position (cm) = (-134.117,55.2612,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 26.7684, position (cm) = (18.802,-24.7229,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0917282, position (cm) = (75.2861,-8.98574,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.14678, position (cm) = (33.9672,-49.2948,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.403758, position (cm) = (23.0102,-61.1799,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 25.6186, position (cm) = (27.2251,-39.3222,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.119708, position (cm) = (-6.95482,-88.3652,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.271571, position (cm) = (9.34449,-108.441,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.79034, position (cm) = (0.810965,-124.455,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.160096, position (cm) = (2.0065,-103.993,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.280836, position (cm) = (-9.21965,-112.361,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.37893, position (cm) = (19.3724,-115.176,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.76858, position (cm) = (3.75559,-101.603,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 89.9556, position (cm) = (37.4996,-74.3945,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 55.075, position (cm) = (49.7441,-69.3873,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.6413e-08, position (cm) = (43.1102,-75.9661,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.27531, position (cm) = (35.892,-74.4056,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.157738, position (cm) = (36.6341,-77.4262,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 90.0974, position (cm) = (40.037,-68.734,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.195656, position (cm) = (40.8226,-93.4085,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0436889, position (cm) = (21.762,-55.4127,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.111611, position (cm) = (105.548,-52.3133,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.89101, position (cm) = (51.5564,-60.7926,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.3974, position (cm) = (44.4445,-72.4327,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 90.93, position (cm) = (51.566,-68.6345,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.66387, position (cm) = (55.3652,-53.4703,500), weight = 1.90735e-06 + e-, kinetic energy (MeV) = 0.504467, position (cm) = (54.644,-53.5045,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 57.5878, position (cm) = (52.3788,-54.4561,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 52.4988, position (cm) = (6.71002,-69.2181,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000397228, position (cm) = (63.2118,-59.6146,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.74202e-05, position (cm) = (19.5721,-43.2612,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0133459, position (cm) = (79.7463,-43.4606,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.59698e-08, position (cm) = (83.2462,-73.5641,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 19.159, position (cm) = (92.5052,-60.4935,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 51.9409, position (cm) = (61.9782,-54.6371,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 47.8083, position (cm) = (80.1361,-25.3017,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.22306, position (cm) = (-42.6815,6.15347,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0472737, position (cm) = (-76.7862,-24.073,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 46.4308, position (cm) = (-106.441,57.0563,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 28.6929, position (cm) = (-64.5281,85.8574,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.67596, position (cm) = (-58.337,17.2628,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00750435, position (cm) = (-97.7009,53.9601,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.12056, position (cm) = (-96.9171,48.6573,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.67095, position (cm) = (-100.489,52.7607,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.309502, position (cm) = (-80.6519,66.4473,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 9.97001, position (cm) = (-94.7388,73.4452,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 43.8985, position (cm) = (-95.6736,72.1259,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.92847, position (cm) = (-86.7224,73.4185,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.67521, position (cm) = (-90.567,77.2007,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 30.6433, position (cm) = (-93.812,-63.4057,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 68.9184, position (cm) = (109.1,-86.7073,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 69.043, position (cm) = (109.184,-86.6117,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.69247, position (cm) = (95.3023,-81.1441,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.03344, position (cm) = (120.877,-62.4262,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 46.8244, position (cm) = (94.0487,-80.7899,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 23.2887, position (cm) = (76.3696,-70.3884,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.73636, position (cm) = (77.3959,-76.7512,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.624939, position (cm) = (80.5407,-76.8054,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.93521e-05, position (cm) = (97.3996,-80.8272,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.879208, position (cm) = (90.0859,-65.3921,500), weight = 1.90735e-06 + e-, kinetic energy (MeV) = 2.97568, position (cm) = (89.2736,-64.8892,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.115037, position (cm) = (89.2738,-64.891,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 55.3676, position (cm) = (79.2375,-81.6842,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.383239, position (cm) = (56.2044,-64.4956,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.03961e-06, position (cm) = (48.4434,-65.6503,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.00984, position (cm) = (60.156,-61.4612,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.590063, position (cm) = (59.8182,-36.4113,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-47.5627,-79.3815,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.22306, position (cm) = (-15.1988,-69.1399,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00124995, position (cm) = (-61.4885,-101.826,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.29892, position (cm) = (-22.2682,-85.8739,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.41816e-07, position (cm) = (-31.9571,-107.32,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.96218, position (cm) = (-76.3927,46.7856,500), weight = 1.52588e-05 + e-, kinetic energy (MeV) = 2.98569, position (cm) = (-76.5526,46.7808,500), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.218247, position (cm) = (-49.2148,-83.6384,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.926459, position (cm) = (-28.779,-86.7349,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.8265, position (cm) = (-56.7314,-99.2621,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.79376, position (cm) = (-88.3316,-115.004,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.13228, position (cm) = (-56.3688,-77.1384,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.0229471, position (cm) = (-77.737,-66.8713,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.33305e-10, position (cm) = (-67.271,-62.3064,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 50.469, position (cm) = (-85.8158,-57.9851,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.273693, position (cm) = (-31.1293,19.5436,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.2234, position (cm) = (-58.305,-11.3047,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.83747, position (cm) = (-69.9434,-3.52206,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.95371, position (cm) = (-75.695,46.1787,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.196118, position (cm) = (-84.69,40.8101,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.05192, position (cm) = (-87.2838,50.1897,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.94279, position (cm) = (-112.647,52.9475,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.53197, position (cm) = (-111.586,51.9134,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.626568, position (cm) = (-61.735,95.0979,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0965549, position (cm) = (-73.6229,85.7865,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.791856, position (cm) = (-77.902,109.637,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.82127, position (cm) = (-58.5524,84.2515,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-83.5614,25.5609,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.178411, position (cm) = (-89.6585,21.6535,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 9.91466, position (cm) = (-89.9927,51.9854,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 72.6685, position (cm) = (-74.4017,38.3878,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 83.3179, position (cm) = (-66.9905,39.8339,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.38867, position (cm) = (-65.9803,45.6706,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 83.5142, position (cm) = (-78.7396,26.5978,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 84.1092, position (cm) = (-76.7968,43.5109,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.504261, position (cm) = (-74.8533,2.13608,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.5531, position (cm) = (-86.1411,51.5806,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.8441, position (cm) = (-88.01,45.739,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.02782, position (cm) = (-83.4395,35.2665,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.00276e-05, position (cm) = (-120.11,59.1314,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.38256, position (cm) = (-59.5239,54.4282,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.625765, position (cm) = (-94.9242,62.4866,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 77.2536, position (cm) = (-80.4799,66.5741,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 84.4367, position (cm) = (-75.2227,59.3392,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.17059, position (cm) = (-92.8677,83.6585,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.10656e-05, position (cm) = (-83.4158,87.1278,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00531977, position (cm) = (-94.6116,97.5227,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 81.1443, position (cm) = (-70.7746,113.162,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.74163, position (cm) = (-60.6089,19.3419,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0548129, position (cm) = (-65.8985,32.9975,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.100141, position (cm) = (-87.5851,67.2194,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.45928e-07, position (cm) = (-104.684,80.3179,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 82.9409, position (cm) = (-89.0663,62.9487,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 57.581, position (cm) = (-89.2046,37.4441,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 58.2948, position (cm) = (-90.1857,37.5344,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 11.1605, position (cm) = (-69.0528,31.9656,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.08651e-07, position (cm) = (-120.754,46.9474,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.160443, position (cm) = (-112.456,47.1386,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.30533, position (cm) = (-144.753,42.727,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.59021, position (cm) = (-93.3365,32.2141,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.934297, position (cm) = (-103.856,54.3141,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 17.764, position (cm) = (-91.2473,45.7357,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 17.6986, position (cm) = (-91.3708,-27.3546,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.284561, position (cm) = (-60.5411,38.5488,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.000113798, position (cm) = (-43.7665,6.61539,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.44469, position (cm) = (-96.7924,27.2754,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.204867, position (cm) = (-83.8786,28.9186,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.178495, position (cm) = (26.2974,-98.8814,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.59937, position (cm) = (27.2586,-98.9873,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.94429, position (cm) = (26.9484,-98.8377,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (23.7565,-98.845,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.185622, position (cm) = (23.5831,-100.92,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.213014, position (cm) = (19.0199,-88.6231,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 87.0544, position (cm) = (21.9074,-94.3384,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.09457, position (cm) = (13.0732,-110.795,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 79.6952, position (cm) = (16.8417,-118.129,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.34934e-07, position (cm) = (10.8465,-100.485,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.367548, position (cm) = (82.0269,-96.3076,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.083346, position (cm) = (19.3587,-122.843,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.77045, position (cm) = (51.7401,-115.939,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.290889, position (cm) = (74.0161,-113.607,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.21974, position (cm) = (76.1836,-115.234,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.17524, position (cm) = (79.2486,-112.779,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.96926, position (cm) = (77.4113,-117.342,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 42.6939, position (cm) = (97.6619,-123.708,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.578825, position (cm) = (59.3373,-8.00099,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0918055, position (cm) = (37.1029,-28.7779,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.956009, position (cm) = (1.03104,-2.86159,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0964317, position (cm) = (-32.8817,11.3135,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.6664e-05, position (cm) = (-15.5588,41.0086,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.62285e-08, position (cm) = (-82.4264,-2.10054,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.492891, position (cm) = (-93.9938,-21.7624,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.935768, position (cm) = (-119.5,11.8496,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 20.8774, position (cm) = (-113.33,-5.93763,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.44469, position (cm) = (37.9938,44.7207,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.29172e-06, position (cm) = (62.2356,117.397,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.41558, position (cm) = (47.6354,113.615,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.08065, position (cm) = (84.0328,112.595,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.62406, position (cm) = (91.195,105.075,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 7.38524, position (cm) = (103.587,107.106,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.380093, position (cm) = (-118.017,80.0493,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 36.4954, position (cm) = (-118.038,80.556,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.204271, position (cm) = (-103.06,41.0447,500), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.28762e-06, position (cm) = (-95.5554,39.7579,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00030669, position (cm) = (-91.7924,63.4357,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.93434, position (cm) = (-87.2097,-18.673,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 66.604, position (cm) = (-26.4433,-33.9821,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 66.5036, position (cm) = (-22.9897,-35.16,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 66.2058, position (cm) = (-41.234,-54.8676,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 65.9548, position (cm) = (-42.6579,-54.1309,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.73346, position (cm) = (-58.6823,-71.0236,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 30.6047, position (cm) = (-34.7896,-15.1885,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.20494, position (cm) = (-35.6693,-27.2972,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.557776, position (cm) = (-44.5244,-32.0945,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.738484, position (cm) = (-33.3856,-26.1669,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.60721, position (cm) = (-37.3745,-35.169,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 18.2111, position (cm) = (-40.2939,-21.2587,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.44469, position (cm) = (-108.063,6.76907,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.54228e-09, position (cm) = (-93.1488,4.50278,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.4437e-07, position (cm) = (-106.538,9.09432,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.01416, position (cm) = (-98.9502,17.721,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.37308, position (cm) = (-92.9068,16.4636,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.39941, position (cm) = (-13.4721,-29.983,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.323962, position (cm) = (-26.7708,2.94653,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 9.13563, position (cm) = (16.7627,-38.7697,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 3.21902, position (cm) = (-61.0557,-41.8367,500), weight = 1.90735e-06 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB06/include/GB06DetectorConstruction.hh b/examples/extended/biasing/GB06/include/GB06DetectorConstruction.hh index 093a4005c68..629ed2b4d27 100644 --- a/examples/extended/biasing/GB06/include/GB06DetectorConstruction.hh +++ b/examples/extended/biasing/GB06/include/GB06DetectorConstruction.hh @@ -32,7 +32,7 @@ #include "G4VUserDetectorConstruction.hh" #include "globals.hh" -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +class G4LogicalVolume; class GB06DetectorConstruction : public G4VUserDetectorConstruction { @@ -40,9 +40,11 @@ class GB06DetectorConstruction : public G4VUserDetectorConstruction GB06DetectorConstruction(); ~GB06DetectorConstruction(); - public: virtual G4VPhysicalVolume* Construct(); virtual void ConstructSDandField(); + + private: + G4LogicalVolume* logicMeasurement = nullptr; }; #endif diff --git a/examples/extended/biasing/GB06/include/GB06ParallelWorldForSlices.hh b/examples/extended/biasing/GB06/include/GB06ParallelWorldForSlices.hh index 0a5685a5abc..81d9c292166 100644 --- a/examples/extended/biasing/GB06/include/GB06ParallelWorldForSlices.hh +++ b/examples/extended/biasing/GB06/include/GB06ParallelWorldForSlices.hh @@ -33,6 +33,9 @@ #include "G4VUserParallelWorld.hh" +class G4LogicalVolume; +class G4PVReplica; + class GB06ParallelWorldForSlices : public G4VUserParallelWorld { public: @@ -42,6 +45,9 @@ class GB06ParallelWorldForSlices : public G4VUserParallelWorld private: virtual void Construct(); virtual void ConstructSD(); + + G4LogicalVolume* sliceLogical = nullptr; + G4PVReplica* slicePhysical = nullptr; }; #endif diff --git a/examples/extended/biasing/GB06/src/GB06DetectorConstruction.cc b/examples/extended/biasing/GB06/src/GB06DetectorConstruction.cc index f0f7af523bc..04ba5621045 100644 --- a/examples/extended/biasing/GB06/src/GB06DetectorConstruction.cc +++ b/examples/extended/biasing/GB06/src/GB06DetectorConstruction.cc @@ -32,7 +32,6 @@ #include "G4Box.hh" #include "G4LogicalVolume.hh" -#include "G4LogicalVolumeStore.hh" #include "G4Material.hh" #include "G4NistManager.hh" #include "G4PVPlacement.hh" @@ -93,9 +92,9 @@ G4VPhysicalVolume* GB06DetectorConstruction::Construct() G4double halfz = 1 * cm; G4VSolid* solidMeasurement = new G4Box("meas.solid", halfXY, halfXY, halfz); - G4LogicalVolume* logicMeasurement = new G4LogicalVolume(solidMeasurement, // its solid - worldMaterial, // its material - "meas.logical"); // its name + logicMeasurement = new G4LogicalVolume(solidMeasurement, // its solid + worldMaterial, // its material + "meas.logical"); // its name new G4PVPlacement(nullptr, // no rotation G4ThreeVector(0, 0, 2 * halfZ + halfz), // entrance set after shield @@ -119,6 +118,5 @@ void GB06DetectorConstruction::ConstructSDandField() G4VSensitiveDetector* sd = new GB06SD("Measurer"); SDman->AddNewDetector(sd); // -- Fetch volume for sensitivity and attach sensitive module to it: - G4LogicalVolume* logicSD = G4LogicalVolumeStore::GetInstance()->GetVolume("meas.logical"); - logicSD->SetSensitiveDetector(sd); + logicMeasurement->SetSensitiveDetector(sd); } diff --git a/examples/extended/biasing/GB06/src/GB06ParallelWorldForSlices.cc b/examples/extended/biasing/GB06/src/GB06ParallelWorldForSlices.cc index 6b27aca7638..00e9eb47410 100644 --- a/examples/extended/biasing/GB06/src/GB06ParallelWorldForSlices.cc +++ b/examples/extended/biasing/GB06/src/GB06ParallelWorldForSlices.cc @@ -93,7 +93,7 @@ void GB06ParallelWorldForSlices::Construct() // -- get back the solid, a G4box in this case. We cast the pointer to access later on // -- the G4Box class specific methods: - G4Box* shieldSolid = (G4Box*)shieldLogical->GetSolid(); + auto shieldSolid = (G4Box*)shieldLogical->GetSolid(); // -- we now re-create a logical volume for the mother volume of the slices: G4LogicalVolume* motherForSlicesLogical = @@ -112,17 +112,17 @@ void GB06ParallelWorldForSlices::Construct() shieldSolid->GetYHalfLength(), halfSliceZ); // -- the logical volume for slices: - G4LogicalVolume* sliceLogical = new G4LogicalVolume(sliceSolid, // its solid - nullptr, // no material - "slice.logical"); // its name + sliceLogical = new G4LogicalVolume(sliceSolid, // its solid + nullptr, // no material + "slice.logical"); // its name // -- we use a replica, to place the 20 slices in one go, along the Z axis: - new G4PVReplica("slice.physical", // its name - sliceLogical, // its logical volume - motherForSlicesLogical, // its mother volume - kZAxis, // axis of replication - nSlices, // number of replica - 2 * halfSliceZ); // width of replica + slicePhysical = new G4PVReplica("slice.physical", // its name + sliceLogical, // its logical volume + motherForSlicesLogical, // its mother volume + kZAxis, // axis of replication + nSlices, // number of replica + 2 * halfSliceZ); // width of replica // -- 3) place the sliced structure, using the concrete shield placement: // ---------------------------------------------------------------- @@ -159,20 +159,17 @@ void GB06ParallelWorldForSlices::ConstructSD() biasingOperator->SetParallelWorld(GetWorld()); // -- Attach to the logical volume where the biasing has to be applied: - auto slice = G4LogicalVolumeStore::GetInstance()->GetVolume("slice.logical"); - biasingOperator->AttachTo(slice); + biasingOperator->AttachTo(sliceLogical); // -- Create a simple "volume importance" map, linking replica numbers to importances: // -------------------------------------------------------------------------------- // -- we define the map as going from an importance to 2*importance when going from // -- a slice to the next one, in the Z direction. // -- Get back the replica of slices: - G4PVReplica* slicePhysical = - (G4PVReplica*)(G4PhysicalVolumeStore::GetInstance()->GetVolume("slice.physical")); G4int nReplica = slicePhysical->GetMultiplicity(); // -- We use and fill the map we defined in the biasing operator: G4int importance = 1; - for (G4int iReplica = 0; iReplica < nReplica; iReplica++) { + for (G4int iReplica = 0; iReplica < nReplica; ++iReplica) { (biasingOperator->GetImportanceMap())[iReplica] = importance; importance *= 2; } diff --git a/examples/extended/biasing/GB07/exampleGB07.out b/examples/extended/biasing/GB07/exampleGB07.out index 35464644400..4e9a5d76ad2 100644 --- a/examples/extended/biasing/GB07/exampleGB07.out +++ b/examples/extended/biasing/GB07/exampleGB07.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -45,7 +45,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -124,10 +123,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -298,7 +300,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -780,7 +782,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -805,359 +807,425 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. - gamma, kinetic energy (MeV) = 0.347436, position (cm) = (53.9248,-22.054,200), weight = 1 - e-, kinetic energy (MeV) = 35.0845, position (cm) = (54.5981,-23.2912,200), weight = 1 - gamma, kinetic energy (MeV) = 0.444117, position (cm) = (5.66298,-6.88418,200), weight = 1 - neutron, kinetic energy (MeV) = 85.9154, position (cm) = (1.99411,-5.88714,200), weight = 2 - pi-, kinetic energy (MeV) = 241.245, position (cm) = (4.87754,-5.52468,200), weight = 1 - gamma, kinetic energy (MeV) = 1.42651, position (cm) = (-29.1557,28.7956,200), weight = 3 - gamma, kinetic energy (MeV) = 2.36826, position (cm) = (-9.29501,4.53288,200), weight = 3 - neutron, kinetic energy (MeV) = 208.78, position (cm) = (51.4204,1.70177,200), weight = 1 - neutron, kinetic energy (MeV) = 252.954, position (cm) = (-8.3405,44.2199,200), weight = 5 - anti_nu_mu, kinetic energy (MeV) = 24.9124, position (cm) = (12.035,92.3696,200), weight = 1 - gamma, kinetic energy (MeV) = 0.496635, position (cm) = (-64.8725,48.2492,200), weight = 6 - neutron, kinetic energy (MeV) = 154.466, position (cm) = (-62.6613,34.9801,200), weight = 2 - neutron, kinetic energy (MeV) = 1158.85, position (cm) = (-22.8417,-15.2571,200), weight = 1 - gamma, kinetic energy (MeV) = 31.3415, position (cm) = (13.7293,-35.0949,200), weight = 1 - gamma, kinetic energy (MeV) = 1.37486, position (cm) = (-10.0066,-24.0662,200), weight = 1 - gamma, kinetic energy (MeV) = 1.90454, position (cm) = (4.24148,-34.8136,200), weight = 1 - gamma, kinetic energy (MeV) = 1.73111, position (cm) = (3.48088,-32.8609,200), weight = 1 - gamma, kinetic energy (MeV) = 12.1485, position (cm) = (4.20231,-33.0514,200), weight = 1 - gamma, kinetic energy (MeV) = 11.7795, position (cm) = (-1.6421,-35.9911,200), weight = 1 - gamma, kinetic energy (MeV) = 1.36032, position (cm) = (0.551179,-35.4539,200), weight = 1 - neutron, kinetic energy (MeV) = 854.456, position (cm) = (-21.8048,3.51466,200), weight = 1 - gamma, kinetic energy (MeV) = 3.36768, position (cm) = (-88.5389,-67.2159,200), weight = 3 - neutron, kinetic energy (MeV) = 1.08567e-06, position (cm) = (-37.6761,17.2706,200), weight = 15 - anti_nu_mu, kinetic energy (MeV) = 25.4842, position (cm) = (-11.1503,-66.6162,200), weight = 1 - gamma, kinetic energy (MeV) = 0.317693, position (cm) = (21.2952,-65.5864,200), weight = 4 - proton, kinetic energy (MeV) = 293.459, position (cm) = (32.5981,-81.4059,200), weight = 1 - proton, kinetic energy (MeV) = 2628.1, position (cm) = (-21.6641,14.1808,200), weight = 1 - gamma, kinetic energy (MeV) = 3.80198, position (cm) = (-20.5209,-7.25018,200), weight = 2 - gamma, kinetic energy (MeV) = 1.66775, position (cm) = (-22.9263,10.3468,200), weight = 2 - gamma, kinetic energy (MeV) = 17.8749, position (cm) = (-29.2644,-1.75232,200), weight = 2 - gamma, kinetic energy (MeV) = 1.56653, position (cm) = (-28.8945,-4.37305,200), weight = 2 - gamma, kinetic energy (MeV) = 0.74644, position (cm) = (-20.5668,0.0833705,200), weight = 2 - gamma, kinetic energy (MeV) = 0.178927, position (cm) = (-38.454,-8.3104,200), weight = 2 - gamma, kinetic energy (MeV) = 4.71537, position (cm) = (-33.5219,-5.14711,200), weight = 2 - neutron, kinetic energy (MeV) = 32.77, position (cm) = (-5.93815,0.0315222,200), weight = 4 - e+, kinetic energy (MeV) = 369.711, position (cm) = (-8.61374,-4.21704,200), weight = 2 - gamma, kinetic energy (MeV) = 11.1169, position (cm) = (-8.61414,-4.21663,200), weight = 2 - gamma, kinetic energy (MeV) = 2.19895, position (cm) = (-8.62034,-4.21602,200), weight = 2 - e-, kinetic energy (MeV) = 137.206, position (cm) = (-8.60185,-4.25512,200), weight = 2 - gamma, kinetic energy (MeV) = 0.631526, position (cm) = (-8.60282,-4.2554,200), weight = 2 - gamma, kinetic energy (MeV) = 0.954713, position (cm) = (-8.59666,-4.25666,200), weight = 2 - gamma, kinetic energy (MeV) = 0.664425, position (cm) = (-8.60486,-4.25787,200), weight = 2 - pi-, kinetic energy (MeV) = 513.914, position (cm) = (-3.25379,-1.32532,200), weight = 1 - e-, kinetic energy (MeV) = 0.990526, position (cm) = (-3.32243,-1.37799,200), weight = 1 - proton, kinetic energy (MeV) = 1583.94, position (cm) = (-7.01187,-5.19268,200), weight = 3 - proton, kinetic energy (MeV) = 2466.66, position (cm) = (-5.61079,-5.10085,200), weight = 1 - neutron, kinetic energy (MeV) = 1.29512e-06, position (cm) = (-20.5085,-76.7672,200), weight = 1 - neutron, kinetic energy (MeV) = 244.746, position (cm) = (-64.9597,-69.598,200), weight = 1 - neutron, kinetic energy (MeV) = 111.472, position (cm) = (-46.1326,22.5253,200), weight = 1 - neutron, kinetic energy (MeV) = 221.902, position (cm) = (-68.1784,76.0094,200), weight = 1 - nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (-32.2363,-56.5984,200), weight = 1 - e+, kinetic energy (MeV) = 3.61605, position (cm) = (1.19484,-5.96803,200), weight = 1 - gamma, kinetic energy (MeV) = 0.607949, position (cm) = (0.897305,-5.29612,200), weight = 1 - gamma, kinetic energy (MeV) = 102.719, position (cm) = (0.0763168,-5.99959,200), weight = 1 - gamma, kinetic energy (MeV) = 16.313, position (cm) = (-0.115558,-6.12709,200), weight = 1 - gamma, kinetic energy (MeV) = 18.1141, position (cm) = (0.218963,-6.2388,200), weight = 1 - e+, kinetic energy (MeV) = 24.9269, position (cm) = (-0.70918,-7.74587,200), weight = 1 - gamma, kinetic energy (MeV) = 21.3029, position (cm) = (-0.745391,-7.73258,200), weight = 1 - gamma, kinetic energy (MeV) = 4.6877, position (cm) = (-0.621916,-7.7923,200), weight = 1 - gamma, kinetic energy (MeV) = 27.4432, position (cm) = (-0.506625,-7.89613,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0841052, position (cm) = (-2.17914,-9.24379,200), weight = 1 - e-, kinetic energy (MeV) = 19.2125, position (cm) = (-0.134326,-6.79709,200), weight = 1 - gamma, kinetic energy (MeV) = 9.77312, position (cm) = (-0.118345,-6.79751,200), weight = 1 - gamma, kinetic energy (MeV) = 0.164802, position (cm) = (4.72182,-7.4781,200), weight = 1 - gamma, kinetic energy (MeV) = 0.2942, position (cm) = (-10.0318,-7.3677,200), weight = 1 - gamma, kinetic energy (MeV) = 0.10048, position (cm) = (-7.19327,2.91493,200), weight = 1 - gamma, kinetic energy (MeV) = 0.168171, position (cm) = (-4.85107,4.25046,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0878839, position (cm) = (1.02753,3.75636,200), weight = 1 - gamma, kinetic energy (MeV) = 1.89563, position (cm) = (0.0901223,-15.7303,200), weight = 1 - gamma, kinetic energy (MeV) = 0.393754, position (cm) = (2.1033,-4.50324,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0766204, position (cm) = (-15.0196,-3.73239,200), weight = 1 - gamma, kinetic energy (MeV) = 1.23485, position (cm) = (-1.1438,-10.6698,200), weight = 1 - e-, kinetic energy (MeV) = 2.70513, position (cm) = (-1.29958,-10.7368,200), weight = 1 - gamma, kinetic energy (MeV) = 92.6921, position (cm) = (-0.775311,-7.80333,200), weight = 1 - gamma, kinetic energy (MeV) = 1.04412, position (cm) = (0.0999697,-0.379786,200), weight = 1 - gamma, kinetic energy (MeV) = 18.3654, position (cm) = (-12.3134,3.35258,200), weight = 1 - gamma, kinetic energy (MeV) = 1.30264, position (cm) = (-2.56121,-6.03522,200), weight = 1 - gamma, kinetic energy (MeV) = 34.0218, position (cm) = (-0.164933,-7.53178,200), weight = 1 - gamma, kinetic energy (MeV) = 1.12464, position (cm) = (0.983833,-7.78043,200), weight = 1 - gamma, kinetic energy (MeV) = 9.65339, position (cm) = (-1.72707,-6.4601,200), weight = 1 - gamma, kinetic energy (MeV) = 0.246833, position (cm) = (15.2285,-30.0298,200), weight = 1 - gamma, kinetic energy (MeV) = 56.1031, position (cm) = (1.4353,-8.67762,200), weight = 1 - gamma, kinetic energy (MeV) = 0.220311, position (cm) = (-8.3647,-8.89171,200), weight = 1 - gamma, kinetic energy (MeV) = 0.241422, position (cm) = (5.75806,-8.69302,200), weight = 1 - gamma, kinetic energy (MeV) = 0.920881, position (cm) = (-1.62905,-5.07392,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0709274, position (cm) = (-1.97544,-5.66475,200), weight = 1 - gamma, kinetic energy (MeV) = 0.335474, position (cm) = (-1.75365,-6.11252,200), weight = 1 - gamma, kinetic energy (MeV) = 0.745893, position (cm) = (-0.777558,-6.13685,200), weight = 1 - gamma, kinetic energy (MeV) = 0.649089, position (cm) = (-23.9475,-13.2752,200), weight = 3 - neutron, kinetic energy (MeV) = 200.208, position (cm) = (-24.4586,-16.0619,200), weight = 1 - gamma, kinetic energy (MeV) = 0.367804, position (cm) = (-25.6858,-7.71287,200), weight = 1 - gamma, kinetic energy (MeV) = 1.21947, position (cm) = (-10.5465,-10.2242,200), weight = 1 - gamma, kinetic energy (MeV) = 0.585068, position (cm) = (-22.0181,7.63516,200), weight = 1 - gamma, kinetic energy (MeV) = 6.31694, position (cm) = (7.5362,-0.20523,200), weight = 1 - anti_nu_mu, kinetic energy (MeV) = 24.7475, position (cm) = (-10.9763,-20.9481,200), weight = 1 - proton, kinetic energy (MeV) = 979.967, position (cm) = (8.4449,-11.5392,200), weight = 1 - nu_e, kinetic energy (MeV) = 36.3968, position (cm) = (15.5326,-78.2193,200), weight = 10 - neutron, kinetic energy (MeV) = 128.087, position (cm) = (59.8637,15.2814,200), weight = 5 - gamma, kinetic energy (MeV) = 0.503067, position (cm) = (13.91,9.94539,200), weight = 1 - gamma, kinetic energy (MeV) = 0.299304, position (cm) = (14.9249,6.70778,200), weight = 1 - gamma, kinetic energy (MeV) = 0.494776, position (cm) = (27.1928,49.8827,200), weight = 12 - proton, kinetic energy (MeV) = 148.718, position (cm) = (-2.04015,-26.4034,200), weight = 1 - gamma, kinetic energy (MeV) = 6.04312, position (cm) = (-26.5726,10.6645,200), weight = 2 - gamma, kinetic energy (MeV) = 4.49052, position (cm) = (-16.0503,4.52807,200), weight = 2 - gamma, kinetic energy (MeV) = 67.1691, position (cm) = (-15.3526,1.20541,200), weight = 2 - gamma, kinetic energy (MeV) = 0.0741294, position (cm) = (-14.0023,-1.16916,200), weight = 2 - gamma, kinetic energy (MeV) = 1.36845, position (cm) = (-13.4274,3.64696,200), weight = 2 - gamma, kinetic energy (MeV) = 1.37932, position (cm) = (-13.925,4.04846,200), weight = 2 - gamma, kinetic energy (MeV) = 8.90446, position (cm) = (-18.8162,4.41339,200), weight = 2 - gamma, kinetic energy (MeV) = 13.3376, position (cm) = (-18.3316,-0.600406,200), weight = 2 - gamma, kinetic energy (MeV) = 0.141815, position (cm) = (-9.56966,-2.33311,200), weight = 2 - gamma, kinetic energy (MeV) = 0.426469, position (cm) = (-26.2519,8.2047,200), weight = 2 - proton, kinetic energy (MeV) = 1085.9, position (cm) = (7.57284,-16.0508,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0620621, position (cm) = (8.28925,-16.1236,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-46.6088,0.870593,200), weight = 1 - gamma, kinetic energy (MeV) = 4.43088, position (cm) = (59.4836,-44.1629,200), weight = 6 - gamma, kinetic energy (MeV) = 0.443496, position (cm) = (22.2235,50.8027,200), weight = 3 - gamma, kinetic energy (MeV) = 32.2283, position (cm) = (-25.8332,-45.5484,200), weight = 1 - pi+, kinetic energy (MeV) = 188.498, position (cm) = (-28.3255,4.72047,200), weight = 1 - gamma, kinetic energy (MeV) = 2.46155, position (cm) = (-38.7909,-6.89159,200), weight = 2 - e+, kinetic energy (MeV) = 211.645, position (cm) = (-39.6882,-5.22613,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0637764, position (cm) = (-39.6878,-5.22622,200), weight = 1 - e-, kinetic energy (MeV) = 44.8234, position (cm) = (-39.7547,-5.21263,200), weight = 1 - proton, kinetic energy (MeV) = 272.87, position (cm) = (-33.0879,-6.01881,200), weight = 1 - neutron, kinetic energy (MeV) = 406.523, position (cm) = (-42.9539,-5.63261,200), weight = 1 - anti_nu_mu, kinetic energy (MeV) = 27.319, position (cm) = (0.0537495,19.9069,200), weight = 2 - gamma, kinetic energy (MeV) = 0.0651607, position (cm) = (61.9621,-84.1232,200), weight = 18 - neutron, kinetic energy (MeV) = 70.321, position (cm) = (58.4309,-93.6185,200), weight = 6 - gamma, kinetic energy (MeV) = 0.792229, position (cm) = (-54.1233,-6.06573,200), weight = 3 - gamma, kinetic energy (MeV) = 1.23789, position (cm) = (-62.6904,-8.86425,200), weight = 3 - gamma, kinetic energy (MeV) = 0.663714, position (cm) = (-31.7606,-0.507145,200), weight = 3 - gamma, kinetic energy (MeV) = 0.139164, position (cm) = (1.24461,-26.8554,200), weight = 1 - gamma, kinetic energy (MeV) = 0.153962, position (cm) = (17.2662,-25.8497,200), weight = 1 - neutron, kinetic energy (MeV) = 419.635, position (cm) = (-31.3584,-43.013,200), weight = 1 - gamma, kinetic energy (MeV) = 3.30291, position (cm) = (2.55133,5.23648,200), weight = 1 - gamma, kinetic energy (MeV) = 0.498471, position (cm) = (1.21481,-5.93772,200), weight = 1 - gamma, kinetic energy (MeV) = 0.49835, position (cm) = (-2.62428,10.2714,200), weight = 1 - gamma, kinetic energy (MeV) = 11.2046, position (cm) = (-2.51507,-1.93653,200), weight = 1 - gamma, kinetic energy (MeV) = 10.9747, position (cm) = (-3.00631,-0.136813,200), weight = 1 - e-, kinetic energy (MeV) = 9.04328, position (cm) = (-1.07072,-2.36139,200), weight = 1 - gamma, kinetic energy (MeV) = 0.528207, position (cm) = (-1.30969,-2.16882,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0678158, position (cm) = (-2.21892,-2.97223,200), weight = 1 - gamma, kinetic energy (MeV) = 47.0982, position (cm) = (-2.78889,2.61507,200), weight = 1 - gamma, kinetic energy (MeV) = 1.84635, position (cm) = (-20.1062,-43.3605,200), weight = 1 - gamma, kinetic energy (MeV) = 0.335866, position (cm) = (19.1742,-10.6632,200), weight = 1 - gamma, kinetic energy (MeV) = 5.41122, position (cm) = (22.4502,27.5714,200), weight = 1 - gamma, kinetic energy (MeV) = 0.425758, position (cm) = (27.6757,26.9917,200), weight = 1 - gamma, kinetic energy (MeV) = 2.60517, position (cm) = (5.89469,-5.71768,200), weight = 1 - gamma, kinetic energy (MeV) = 0.234073, position (cm) = (-8.81034,19.5721,200), weight = 1 - gamma, kinetic energy (MeV) = 0.104205, position (cm) = (-0.589091,6.20133,200), weight = 1 - gamma, kinetic energy (MeV) = 0.204926, position (cm) = (-1.3402,-1.31091,200), weight = 1 - gamma, kinetic energy (MeV) = 0.21021, position (cm) = (-1.3908,8.92528,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-3.02872,3.90952,200), weight = 1 - gamma, kinetic energy (MeV) = 0.152575, position (cm) = (-2.181,3.12924,200), weight = 1 - gamma, kinetic energy (MeV) = 9.88445, position (cm) = (12.6917,-13.9754,200), weight = 1 - gamma, kinetic energy (MeV) = 28.7336, position (cm) = (19.7959,-12.811,200), weight = 1 - gamma, kinetic energy (MeV) = 9.22643, position (cm) = (4.40014,-15.6958,200), weight = 1 - gamma, kinetic energy (MeV) = 0.195344, position (cm) = (9.85902,-13.6435,200), weight = 1 - gamma, kinetic energy (MeV) = 0.39143, position (cm) = (7.27796,-4.65027,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0644007, position (cm) = (8.22616,-8.29653,200), weight = 1 - gamma, kinetic energy (MeV) = 0.10995, position (cm) = (-1.81826,8.09149,200), weight = 1 - gamma, kinetic energy (MeV) = 18.6734, position (cm) = (4.49889,18.6686,200), weight = 1 - gamma, kinetic energy (MeV) = 1.97847, position (cm) = (-9.86757,6.54115,200), weight = 1 - gamma, kinetic energy (MeV) = 0.530138, position (cm) = (-23.7656,-5.02465,200), weight = 1 - gamma, kinetic energy (MeV) = 0.119183, position (cm) = (34.426,31.9953,200), weight = 1 - gamma, kinetic energy (MeV) = 0.111138, position (cm) = (34.1227,-13.3133,200), weight = 1 - gamma, kinetic energy (MeV) = 3.90395, position (cm) = (22.2398,-4.85287,200), weight = 1 - gamma, kinetic energy (MeV) = 11.7492, position (cm) = (-11.8179,-9.93974,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0678146, position (cm) = (4.9882,-20.1205,200), weight = 1 - gamma, kinetic energy (MeV) = 0.314587, position (cm) = (2.91366,-6.37995,200), weight = 1 - gamma, kinetic energy (MeV) = 0.207072, position (cm) = (-23.419,5.55137,200), weight = 1 - gamma, kinetic energy (MeV) = 1.01666, position (cm) = (-7.92557,-12.7017,200), weight = 1 - gamma, kinetic energy (MeV) = 0.522893, position (cm) = (29.159,-27.3597,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0644154, position (cm) = (-7.1917,-12.7752,200), weight = 1 - gamma, kinetic energy (MeV) = 0.16703, position (cm) = (-16.2391,-13.8241,200), weight = 1 - gamma, kinetic energy (MeV) = 499.016, position (cm) = (2.01988,-2.11222,200), weight = 1 - gamma, kinetic energy (MeV) = 10.7654, position (cm) = (-15.7716,11.6379,200), weight = 1 - gamma, kinetic energy (MeV) = 11.26, position (cm) = (15.0364,17.682,200), weight = 1 - gamma, kinetic energy (MeV) = 1.506, position (cm) = (-44.7446,10.8413,200), weight = 1 - gamma, kinetic energy (MeV) = 16.7933, position (cm) = (4.18978,7.01521,200), weight = 1 - gamma, kinetic energy (MeV) = 3.93812, position (cm) = (-15.7588,-2.31961,200), weight = 1 - gamma, kinetic energy (MeV) = 11.5324, position (cm) = (11.2427,10.4685,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0978857, position (cm) = (-2.57069,-5.28287,200), weight = 1 - gamma, kinetic energy (MeV) = 30.806, position (cm) = (-1.74572,1.91587,200), weight = 1 - gamma, kinetic energy (MeV) = 8.86929, position (cm) = (-22.8071,2.76048,200), weight = 1 - anti_nu_mu, kinetic energy (MeV) = 43.1429, position (cm) = (53.6576,33.4511,200), weight = 1 - gamma, kinetic energy (MeV) = 6.14101, position (cm) = (11.6487,-0.766774,200), weight = 1 - gamma, kinetic energy (MeV) = 18.8272, position (cm) = (-13.6512,-4.25877,200), weight = 1 - gamma, kinetic energy (MeV) = 4.13136, position (cm) = (-1.40449,-6.79565,200), weight = 1 - gamma, kinetic energy (MeV) = 21.5181, position (cm) = (-0.0346034,5.36515,200), weight = 1 - gamma, kinetic energy (MeV) = 3.26215, position (cm) = (1.02063,-9.77386,200), weight = 1 - gamma, kinetic energy (MeV) = 0.409768, position (cm) = (10.3018,16.0009,200), weight = 1 - gamma, kinetic energy (MeV) = 0.789805, position (cm) = (11.3651,7.92376,200), weight = 1 - gamma, kinetic energy (MeV) = 24.1014, position (cm) = (-3.62305,-2.46947,200), weight = 1 - gamma, kinetic energy (MeV) = 2.1791, position (cm) = (4.25172,-12.2941,200), weight = 1 - gamma, kinetic energy (MeV) = 10.6167, position (cm) = (1.28821,-0.322814,200), weight = 1 - e-, kinetic energy (MeV) = 15.1536, position (cm) = (0.400153,-5.02449,200), weight = 1 - gamma, kinetic energy (MeV) = 0.231761, position (cm) = (0.358589,-4.57941,200), weight = 1 - gamma, kinetic energy (MeV) = 0.477766, position (cm) = (0.997666,-4.35974,200), weight = 1 - gamma, kinetic energy (MeV) = 1.31703, position (cm) = (-0.000852767,-3.61645,200), weight = 1 - gamma, kinetic energy (MeV) = 1.96316, position (cm) = (-0.524625,-4.09799,200), weight = 1 - gamma, kinetic energy (MeV) = 3.21679, position (cm) = (-0.313156,-2.45934,200), weight = 1 - e+, kinetic energy (MeV) = 9.80372, position (cm) = (-0.396221,-4.21994,200), weight = 1 - e-, kinetic energy (MeV) = 6.41649, position (cm) = (-0.394809,-4.22367,200), weight = 1 - gamma, kinetic energy (MeV) = 0.115238, position (cm) = (-6.08426,-0.0204346,200), weight = 1 - gamma, kinetic energy (MeV) = 0.31357, position (cm) = (2.35169,-5.14254,200), weight = 1 - gamma, kinetic energy (MeV) = 37.0745, position (cm) = (2.99403,-3.88903,200), weight = 1 - gamma, kinetic energy (MeV) = 2.60573, position (cm) = (0.143588,-4.43082,200), weight = 1 - gamma, kinetic energy (MeV) = 173.198, position (cm) = (1.2093,-0.416255,200), weight = 1 - gamma, kinetic energy (MeV) = 1.61924, position (cm) = (21.7768,45.4825,200), weight = 1 - gamma, kinetic energy (MeV) = 17.6901, position (cm) = (-11.7752,2.67564,200), weight = 1 - gamma, kinetic energy (MeV) = 7.73484, position (cm) = (-13.2831,3.88985,200), weight = 1 - gamma, kinetic energy (MeV) = 1.25853, position (cm) = (-6.07277,-4.65745,200), weight = 1 - gamma, kinetic energy (MeV) = 3.88558, position (cm) = (-9.60919,15.7853,200), weight = 1 - gamma, kinetic energy (MeV) = 4.79927, position (cm) = (-0.591127,-21.2063,200), weight = 1 - gamma, kinetic energy (MeV) = 0.44868, position (cm) = (5.4888,-17.7003,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0574399, position (cm) = (6.70552,4.45861,200), weight = 1 - gamma, kinetic energy (MeV) = 2.15196, position (cm) = (-1.74628,15.4151,200), weight = 1 - gamma, kinetic energy (MeV) = 7.25287, position (cm) = (-8.93816,-2.78652,200), weight = 1 - gamma, kinetic energy (MeV) = 4.35335, position (cm) = (-8.59904,-3.26154,200), weight = 3 - gamma, kinetic energy (MeV) = 1.18698, position (cm) = (-9.07576,-2.38496,200), weight = 1 - gamma, kinetic energy (MeV) = 0.364394, position (cm) = (-8.72621,-1.92399,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0718808, position (cm) = (-3.70682,-3.31868,200), weight = 1 - gamma, kinetic energy (MeV) = 0.131803, position (cm) = (-17.8624,-6.87978,200), weight = 1 - gamma, kinetic energy (MeV) = 1.84407, position (cm) = (-6.68769,2.21134,200), weight = 1 - gamma, kinetic energy (MeV) = 7.16916, position (cm) = (-10.5097,-0.00421235,200), weight = 1 - gamma, kinetic energy (MeV) = 21.6239, position (cm) = (-9.70936,8.39188,200), weight = 1 - gamma, kinetic energy (MeV) = 7.1191, position (cm) = (8.00881,20.5265,200), weight = 1 - gamma, kinetic energy (MeV) = 0.147233, position (cm) = (11.389,23.2715,200), weight = 1 - gamma, kinetic energy (MeV) = 56.6232, position (cm) = (11.8877,-6.44941,200), weight = 1 - gamma, kinetic energy (MeV) = 3.38772, position (cm) = (2.58919,23.0755,200), weight = 1 - gamma, kinetic energy (MeV) = 6.70568, position (cm) = (-0.175555,6.06753,200), weight = 1 - gamma, kinetic energy (MeV) = 1.01023, position (cm) = (1.81966,6.0753,200), weight = 1 - gamma, kinetic energy (MeV) = 22.3344, position (cm) = (0.958392,0.980496,200), weight = 1 - gamma, kinetic energy (MeV) = 0.452983, position (cm) = (20.7708,-2.37574,200), weight = 1 - gamma, kinetic energy (MeV) = 2.42475, position (cm) = (-13.1892,1.70909,200), weight = 1 - gamma, kinetic energy (MeV) = 4.49688, position (cm) = (35.5461,-49.8881,200), weight = 1 - gamma, kinetic energy (MeV) = 0.573744, position (cm) = (4.12162,0.297085,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0743798, position (cm) = (-18.2546,-34.1807,200), weight = 1 - gamma, kinetic energy (MeV) = 2.2768, position (cm) = (6.54182,1.50862,200), weight = 1 - gamma, kinetic energy (MeV) = 12.0985, position (cm) = (21.9396,-3.29245,200), weight = 1 - gamma, kinetic energy (MeV) = 15.2717, position (cm) = (-4.71083,10.5175,200), weight = 1 - gamma, kinetic energy (MeV) = 0.140234, position (cm) = (-1.49228,12.3082,200), weight = 1 - gamma, kinetic energy (MeV) = 0.237259, position (cm) = (-3.58316,12.8033,200), weight = 1 - gamma, kinetic energy (MeV) = 3.75765, position (cm) = (-13.7353,10.7283,200), weight = 1 - gamma, kinetic energy (MeV) = 5.09166, position (cm) = (-0.584926,-14.6207,200), weight = 1 - gamma, kinetic energy (MeV) = 8.46924, position (cm) = (36.3104,26.6784,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-29.6527,57.6305,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0858989, position (cm) = (-26.3316,55.7683,200), weight = 1 - gamma, kinetic energy (MeV) = 1.98869, position (cm) = (-8.98247,-14.6184,200), weight = 1 - gamma, kinetic energy (MeV) = 0.10256, position (cm) = (15.796,9.31608,200), weight = 1 - gamma, kinetic energy (MeV) = 2.78039, position (cm) = (-6.33747,8.67501,200), weight = 1 - gamma, kinetic energy (MeV) = 0.566531, position (cm) = (-5.50299,10.7112,200), weight = 1 - gamma, kinetic energy (MeV) = 4.20238, position (cm) = (-6.21357,9.64082,200), weight = 1 - gamma, kinetic energy (MeV) = 0.199211, position (cm) = (-5.30221,10.5977,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-4.17875,8.8691,200), weight = 1 - e-, kinetic energy (MeV) = 5.96095, position (cm) = (-3.63849,10.2683,200), weight = 1 - gamma, kinetic energy (MeV) = 0.167886, position (cm) = (7.7734,4.27168,200), weight = 1 - gamma, kinetic energy (MeV) = 1.33631, position (cm) = (-9.76639,0.066731,200), weight = 1 - gamma, kinetic energy (MeV) = 3.63441, position (cm) = (34.6807,36.5401,200), weight = 1 - gamma, kinetic energy (MeV) = 2.91123, position (cm) = (1.47183,5.07581,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0806214, position (cm) = (-12.8887,-12.1302,200), weight = 1 - gamma, kinetic energy (MeV) = 66.9098, position (cm) = (-0.0751976,-3.77611,200), weight = 1 - gamma, kinetic energy (MeV) = 0.410758, position (cm) = (-7.94563,4.12083,200), weight = 1 - gamma, kinetic energy (MeV) = 4.2071, position (cm) = (0.91742,-12.032,200), weight = 1 - gamma, kinetic energy (MeV) = 0.240841, position (cm) = (5.95424,-14.5449,200), weight = 1 - gamma, kinetic energy (MeV) = 0.420785, position (cm) = (4.36792,-17.4968,200), weight = 1 - gamma, kinetic energy (MeV) = 0.675452, position (cm) = (0.121945,-7.46362,200), weight = 1 - gamma, kinetic energy (MeV) = 0.124104, position (cm) = (-21.3217,-17.7692,200), weight = 1 - gamma, kinetic energy (MeV) = 3.0769, position (cm) = (8.16661,30.8575,200), weight = 1 - gamma, kinetic energy (MeV) = 8.24469, position (cm) = (16.4985,-2.89702,200), weight = 1 - gamma, kinetic energy (MeV) = 0.346703, position (cm) = (-10.508,-6.18175,200), weight = 1 - gamma, kinetic energy (MeV) = 5.64413, position (cm) = (-0.575261,-2.64271,200), weight = 1 - gamma, kinetic energy (MeV) = 0.48128, position (cm) = (14.8469,37.5383,200), weight = 1 - gamma, kinetic energy (MeV) = 3.13522, position (cm) = (11.7955,-19.9264,200), weight = 1 - gamma, kinetic energy (MeV) = 6.01555, position (cm) = (4.00552,-1.17305,200), weight = 1 - gamma, kinetic energy (MeV) = 5.83243, position (cm) = (26.1217,-13.4658,200), weight = 1 - gamma, kinetic energy (MeV) = 0.622259, position (cm) = (-9.11339,-13.294,200), weight = 1 - gamma, kinetic energy (MeV) = 45.2785, position (cm) = (-1.47745,7.66903,200), weight = 1 - gamma, kinetic energy (MeV) = 1.82805, position (cm) = (1.25987,-0.924849,200), weight = 1 - gamma, kinetic energy (MeV) = 4.09728, position (cm) = (-0.104698,20.4083,200), weight = 1 - gamma, kinetic energy (MeV) = 2.49913, position (cm) = (6.47319,0.571993,200), weight = 1 - gamma, kinetic energy (MeV) = 9.30757, position (cm) = (-1.68832,-7.99213,200), weight = 1 - gamma, kinetic energy (MeV) = 0.436251, position (cm) = (-15.5537,6.32114,200), weight = 1 - gamma, kinetic energy (MeV) = 8.33218, position (cm) = (30.0278,24.5875,200), weight = 1 - gamma, kinetic energy (MeV) = 41.8576, position (cm) = (-7.14849,-3.19187,200), weight = 1 - gamma, kinetic energy (MeV) = 4.61776, position (cm) = (-10.2179,5.15521,200), weight = 1 - gamma, kinetic energy (MeV) = 3.96402, position (cm) = (-4.97908,1.96046,200), weight = 1 - gamma, kinetic energy (MeV) = 20.8182, position (cm) = (1.04485,4.76879,200), weight = 1 - gamma, kinetic energy (MeV) = 3.53596, position (cm) = (9.60767,-2.96464,200), weight = 1 - gamma, kinetic energy (MeV) = 6.06396, position (cm) = (-0.343891,11.7065,200), weight = 1 - gamma, kinetic energy (MeV) = 0.431109, position (cm) = (0.355771,1.56254,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0546459, position (cm) = (1.28233,1.00345,200), weight = 1 - gamma, kinetic energy (MeV) = 0.318168, position (cm) = (-1.3715,0.980176,200), weight = 1 - gamma, kinetic energy (MeV) = 7.67376, position (cm) = (-1.19067,1.68762,200), weight = 1 - gamma, kinetic energy (MeV) = 0.872118, position (cm) = (-1.53051,0.800197,200), weight = 1 - gamma, kinetic energy (MeV) = 1.83666, position (cm) = (-0.517984,1.0242,200), weight = 1 - gamma, kinetic energy (MeV) = 6.0368, position (cm) = (-0.191751,-15.5298,200), weight = 1 - gamma, kinetic energy (MeV) = 24.9849, position (cm) = (-30.7687,-21.9702,200), weight = 1 - gamma, kinetic energy (MeV) = 0.308762, position (cm) = (12.6633,-26.1165,200), weight = 1 - gamma, kinetic energy (MeV) = 0.133908, position (cm) = (14.5805,-0.788744,200), weight = 1 - gamma, kinetic energy (MeV) = 0.222612, position (cm) = (1.32356,-1.91875,200), weight = 1 - gamma, kinetic energy (MeV) = 0.131359, position (cm) = (16.2698,18.852,200), weight = 1 - gamma, kinetic energy (MeV) = 38.0802, position (cm) = (25.1636,80.4917,200), weight = 1 - gamma, kinetic energy (MeV) = 0.236803, position (cm) = (7.82483,29.5961,200), weight = 1 - gamma, kinetic energy (MeV) = 0.18064, position (cm) = (2.6797,21.1591,200), weight = 1 - gamma, kinetic energy (MeV) = 0.590028, position (cm) = (2.52312,21.831,200), weight = 1 - e-, kinetic energy (MeV) = 13.4232, position (cm) = (2.95542,21.5843,200), weight = 1 - gamma, kinetic energy (MeV) = 19.3793, position (cm) = (2.95336,21.5843,200), weight = 1 - gamma, kinetic energy (MeV) = 0.309212, position (cm) = (2.8764,21.5804,200), weight = 1 - gamma, kinetic energy (MeV) = 0.196208, position (cm) = (2.8705,21.6261,200), weight = 1 - gamma, kinetic energy (MeV) = 0.607712, position (cm) = (2.88927,21.591,200), weight = 1 - gamma, kinetic energy (MeV) = 10.1739, position (cm) = (3.127,21.6099,200), weight = 1 - gamma, kinetic energy (MeV) = 7.3443, position (cm) = (1.73553,-8.34953,200), weight = 1 - gamma, kinetic energy (MeV) = 6.53719, position (cm) = (8.72919,18.6895,200), weight = 1 - gamma, kinetic energy (MeV) = 14.4567, position (cm) = (-13.2432,28.6892,200), weight = 1 - e-, kinetic energy (MeV) = 7.04892, position (cm) = (-13.1927,28.4378,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0501905, position (cm) = (-13.1943,28.4376,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0790203, position (cm) = (-13.1923,28.4295,200), weight = 1 - e-, kinetic energy (MeV) = 2.10693, position (cm) = (8.88524,-2.72162,200), weight = 1 - gamma, kinetic energy (MeV) = 3.41861, position (cm) = (7.95133,-1.07639,200), weight = 1 - gamma, kinetic energy (MeV) = 0.970516, position (cm) = (5.71237,4.53101,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0480061, position (cm) = (3.79349,-1.58595,200), weight = 1 - gamma, kinetic energy (MeV) = 62.5727, position (cm) = (2.92698,-1.39459,200), weight = 1 - gamma, kinetic energy (MeV) = 1.60978, position (cm) = (6.62948,-9.56378,200), weight = 1 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (3.25368,0.0757002,200), weight = 1 - gamma, kinetic energy (MeV) = 7.6287, position (cm) = (1.17621,-0.321417,200), weight = 1 - gamma, kinetic energy (MeV) = 2.54906, position (cm) = (11.2414,5.19245,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0824035, position (cm) = (11.8893,4.51393,200), weight = 1 - gamma, kinetic energy (MeV) = 17.4488, position (cm) = (-10.4736,7.12421,200), weight = 1 - gamma, kinetic energy (MeV) = 6.81823, position (cm) = (0.23117,-5.30142,200), weight = 1 - gamma, kinetic energy (MeV) = 0.531252, position (cm) = (28.1691,10.4128,200), weight = 1 - e+, kinetic energy (MeV) = 4.35299, position (cm) = (2.24905,-0.460788,200), weight = 1 - gamma, kinetic energy (MeV) = 11.7858, position (cm) = (-4.19179,11.7717,200), weight = 3 - gamma, kinetic energy (MeV) = 2.32683, position (cm) = (2.42116,-5.26094,200), weight = 1 - e-, kinetic energy (MeV) = 80.0704, position (cm) = (0.0959045,1.55489,200), weight = 1 - gamma, kinetic energy (MeV) = 0.236479, position (cm) = (0.103415,1.44844,200), weight = 1 - gamma, kinetic energy (MeV) = 20.3932, position (cm) = (-0.117158,1.30593,200), weight = 1 - gamma, kinetic energy (MeV) = 0.212811, position (cm) = (-1.59018,-3.50204,200), weight = 1 - gamma, kinetic energy (MeV) = 0.090845, position (cm) = (-3.42076,-3.31407,200), weight = 1 - gamma, kinetic energy (MeV) = 0.0854594, position (cm) = (-0.794014,6.36464,200), weight = 1 - gamma, kinetic energy (MeV) = 6.41999, position (cm) = (-0.168179,0.85556,200), weight = 1 - gamma, kinetic energy (MeV) = 0.155487, position (cm) = (-1.20245,-0.573404,200), weight = 1 - gamma, kinetic energy (MeV) = 0.470076, position (cm) = (-1.89046,10.6832,200), weight = 1 - gamma, kinetic energy (MeV) = 0.15551, position (cm) = (1.42145,2.95634,200), weight = 1 - e-, kinetic energy (MeV) = 14.4806, position (cm) = (0.152436,1.91678,200), weight = 1 - gamma, kinetic energy (MeV) = 1.38668, position (cm) = (0.404979,2.1258,200), weight = 1 - gamma, kinetic energy (MeV) = 5.30634, position (cm) = (1.42976,1.2595,200), weight = 1 + gamma, kinetic energy (MeV) = 0.694069, position (cm) = (34.4008,-21.5861,200), weight = 1 + gamma, kinetic energy (MeV) = 5.0803, position (cm) = (11.7225,13.5192,200), weight = 1 + gamma, kinetic energy (MeV) = 0.419916, position (cm) = (13.1157,31.5784,200), weight = 1 + gamma, kinetic energy (MeV) = 6.11175, position (cm) = (4.77229,23.12,200), weight = 1 + gamma, kinetic energy (MeV) = 6.54608, position (cm) = (4.95539,23.1762,200), weight = 1 + gamma, kinetic energy (MeV) = 68.8671, position (cm) = (4.87036,22.3779,200), weight = 1 + gamma, kinetic energy (MeV) = 2.02309, position (cm) = (4.52093,22.5939,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0575109, position (cm) = (2.87466,13.2851,200), weight = 1 + gamma, kinetic energy (MeV) = 26.7423, position (cm) = (0.620897,12.5142,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0809434, position (cm) = (-19.579,11.0157,200), weight = 1 + gamma, kinetic energy (MeV) = 3.71544, position (cm) = (-21.9395,5.06992,200), weight = 1 + gamma, kinetic energy (MeV) = 0.517979, position (cm) = (1.47071,28.1469,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (18.4148,20.8975,200), weight = 1 + gamma, kinetic energy (MeV) = 1.43491, position (cm) = (3.81127,9.45635,200), weight = 1 + gamma, kinetic energy (MeV) = 147.882, position (cm) = (6.71564,16.1488,200), weight = 1 + gamma, kinetic energy (MeV) = 0.222852, position (cm) = (5.29177,3.22006,200), weight = 1 + gamma, kinetic energy (MeV) = 0.142699, position (cm) = (3.79715,17.0006,200), weight = 1 + gamma, kinetic energy (MeV) = 6.0108, position (cm) = (4.78892,16.6371,200), weight = 1 + gamma, kinetic energy (MeV) = 0.716259, position (cm) = (1.41121,18.1841,200), weight = 1 + gamma, kinetic energy (MeV) = 0.309079, position (cm) = (5.15576,16.1188,200), weight = 1 + gamma, kinetic energy (MeV) = 0.194289, position (cm) = (-9.64323,35.6914,200), weight = 1 + gamma, kinetic energy (MeV) = 0.132096, position (cm) = (-5.21085,13.7206,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (0.600509,12.7382,200), weight = 1 + gamma, kinetic energy (MeV) = 0.649043, position (cm) = (-5.37633,28.5123,200), weight = 1 + gamma, kinetic energy (MeV) = 1.89303, position (cm) = (-6.23315,17.9235,200), weight = 1 + gamma, kinetic energy (MeV) = 0.559024, position (cm) = (7.89005,11.5373,200), weight = 1 + gamma, kinetic energy (MeV) = 0.340976, position (cm) = (-20.236,26.8604,200), weight = 1 + gamma, kinetic energy (MeV) = 0.230785, position (cm) = (27.1829,-46.4931,200), weight = 1 + gamma, kinetic energy (MeV) = 0.177536, position (cm) = (59.406,-37.1718,200), weight = 1 + gamma, kinetic energy (MeV) = 1.44093, position (cm) = (35.8136,-48.6109,200), weight = 1 + gamma, kinetic energy (MeV) = 0.612536, position (cm) = (2.63208,14,200), weight = 1 + gamma, kinetic energy (MeV) = 110.656, position (cm) = (-23.0644,-15.05,200), weight = 1 + gamma, kinetic energy (MeV) = 13.3662, position (cm) = (-6.30145,-8.12489,200), weight = 1 + gamma, kinetic energy (MeV) = 20.3641, position (cm) = (-10.2584,-7.1016,200), weight = 1 + proton, kinetic energy (MeV) = 2523.69, position (cm) = (-2.17716,9.15875,200), weight = 1 + gamma, kinetic energy (MeV) = 0.241036, position (cm) = (69.0077,72.5035,200), weight = 1 + gamma, kinetic energy (MeV) = 0.755574, position (cm) = (10.1346,32.6435,200), weight = 1 + gamma, kinetic energy (MeV) = 21.3887, position (cm) = (18.7789,36.4166,200), weight = 1 + neutron, kinetic energy (MeV) = 145.14, position (cm) = (31.9884,-45.132,200), weight = 1 + neutron, kinetic energy (MeV) = 1.87242, position (cm) = (-14.7522,24.4921,200), weight = 2 + neutron, kinetic energy (MeV) = 304.643, position (cm) = (3.32328,4.22323,200), weight = 1 + anti_nu_mu, kinetic energy (MeV) = 51.7701, position (cm) = (2.24836,15.1321,200), weight = 3 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (61.9414,73.3799,200), weight = 3 + gamma, kinetic energy (MeV) = 0.747204, position (cm) = (0.152934,31.7246,200), weight = 3 + neutron, kinetic energy (MeV) = 83.2391, position (cm) = (3.43903,28.3814,200), weight = 1 + anti_nu_mu, kinetic energy (MeV) = 193.842, position (cm) = (-15.3697,89.4122,200), weight = 4 + neutron, kinetic energy (MeV) = 325.312, position (cm) = (-2.29906,66.9262,200), weight = 4 + nu_e, kinetic energy (MeV) = 31.6115, position (cm) = (-18.1028,89.9788,200), weight = 5 + gamma, kinetic energy (MeV) = 0.795577, position (cm) = (27.3938,-0.877299,200), weight = 1 + gamma, kinetic energy (MeV) = 3.18779, position (cm) = (27.6689,-1.24937,200), weight = 1 + gamma, kinetic energy (MeV) = 0.130337, position (cm) = (30.6419,0.381609,200), weight = 1 + gamma, kinetic energy (MeV) = 1.61121, position (cm) = (28.3994,-3.64472,200), weight = 1 + gamma, kinetic energy (MeV) = 6.58278, position (cm) = (28.4728,-4.21682,200), weight = 1 + gamma, kinetic energy (MeV) = 3.25799, position (cm) = (28.2785,-7.49959,200), weight = 1 + gamma, kinetic energy (MeV) = 5.9447, position (cm) = (28.2181,-4.59357,200), weight = 1 + gamma, kinetic energy (MeV) = 54.982, position (cm) = (27.9324,-4.66028,200), weight = 1 + gamma, kinetic energy (MeV) = 0.295589, position (cm) = (25.5971,-3.72543,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (23.6511,-7.62285,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (30.4998,-0.581181,200), weight = 1 + gamma, kinetic energy (MeV) = 0.145597, position (cm) = (25.9888,-9.29379,200), weight = 1 + gamma, kinetic energy (MeV) = 0.185724, position (cm) = (26.9775,-8.46629,200), weight = 1 + gamma, kinetic energy (MeV) = 2.96496, position (cm) = (27.637,-5.17125,200), weight = 1 + gamma, kinetic energy (MeV) = 7.0034, position (cm) = (30.7808,0.0170997,200), weight = 1 + gamma, kinetic energy (MeV) = 0.206494, position (cm) = (34.422,-5.93705,200), weight = 1 + gamma, kinetic energy (MeV) = 1.14499, position (cm) = (-9.56523,9.11714,200), weight = 1 + gamma, kinetic energy (MeV) = 1.27722, position (cm) = (-3.64029,10.9431,200), weight = 1 + gamma, kinetic energy (MeV) = 0.291662, position (cm) = (8.26904,0.77327,200), weight = 1 + gamma, kinetic energy (MeV) = 65.5686, position (cm) = (3.99782,-0.986568,200), weight = 1 + gamma, kinetic energy (MeV) = 1.80728, position (cm) = (3.8007,-1.17288,200), weight = 1 + gamma, kinetic energy (MeV) = 3.94972, position (cm) = (1.83544,-0.466172,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (6.3538,0.69363,200), weight = 1 + gamma, kinetic energy (MeV) = 0.108635, position (cm) = (4.26175,1.38199,200), weight = 1 + neutron, kinetic energy (MeV) = 30.1334, position (cm) = (29.0455,-28.3199,200), weight = 1 + neutron, kinetic energy (MeV) = 1.41696e-06, position (cm) = (-20.1842,86.8094,200), weight = 1 + proton, kinetic energy (MeV) = 1112.42, position (cm) = (63.9598,-34.3372,200), weight = 1 + neutron, kinetic energy (MeV) = 6.20578, position (cm) = (-90.7753,-2.66086,200), weight = 10 + anti_nu_mu, kinetic energy (MeV) = 50.5551, position (cm) = (48.3883,8.33594,200), weight = 1 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (-40.999,-9.48685,200), weight = 1 + proton, kinetic energy (MeV) = 449.471, position (cm) = (16.1036,-1.19129,200), weight = 1 + gamma, kinetic energy (MeV) = 0.119954, position (cm) = (41.4096,-40.076,200), weight = 18 + neutron, kinetic energy (MeV) = 59.6647, position (cm) = (36.2233,-16.3182,200), weight = 12 + neutron, kinetic energy (MeV) = 0.000174613, position (cm) = (-11.9505,-34.6387,200), weight = 6 + neutron, kinetic energy (MeV) = 677.928, position (cm) = (17.0658,10.9712,200), weight = 1 + nu_e, kinetic energy (MeV) = 32.8368, position (cm) = (-22.1857,65.328,200), weight = 1 + anti_nu_mu, kinetic energy (MeV) = 41.3361, position (cm) = (-43.356,-57.7339,200), weight = 1 + neutron, kinetic energy (MeV) = 1.38134e-06, position (cm) = (-17.3469,-56.8539,200), weight = 3 + gamma, kinetic energy (MeV) = 21.2389, position (cm) = (-5.70406,8.36427,200), weight = 3 + pi-, kinetic energy (MeV) = 436.311, position (cm) = (17.9322,-10.2526,200), weight = 1 + neutron, kinetic energy (MeV) = 1.06639, position (cm) = (27.3861,15.5835,200), weight = 9 + gamma, kinetic energy (MeV) = 0.142771, position (cm) = (-18.5249,18.9101,200), weight = 3 + gamma, kinetic energy (MeV) = 0.115643, position (cm) = (-0.913327,21.8665,200), weight = 3 + gamma, kinetic energy (MeV) = 0.197014, position (cm) = (-3.13061,24.0765,200), weight = 3 + gamma, kinetic energy (MeV) = 0.496893, position (cm) = (-4.39098,25.6011,200), weight = 3 + gamma, kinetic energy (MeV) = 0.324913, position (cm) = (-2.33522,29.6409,200), weight = 3 + gamma, kinetic energy (MeV) = 5.57848, position (cm) = (-3.86705,25.9781,200), weight = 3 + gamma, kinetic energy (MeV) = 0.121167, position (cm) = (-6.72255,24.175,200), weight = 3 + gamma, kinetic energy (MeV) = 5.69063, position (cm) = (21.3119,21.7363,200), weight = 1 + gamma, kinetic energy (MeV) = 0.987686, position (cm) = (10.5251,10.5586,200), weight = 1 + gamma, kinetic energy (MeV) = 0.155764, position (cm) = (13.1689,15.4464,200), weight = 3 + gamma, kinetic energy (MeV) = 16.9594, position (cm) = (13.4194,12.0987,200), weight = 1 + gamma, kinetic energy (MeV) = 0.093847, position (cm) = (12.1002,11.2284,200), weight = 1 + gamma, kinetic energy (MeV) = 12.0388, position (cm) = (11.815,11.0796,200), weight = 1 + gamma, kinetic energy (MeV) = 26.856, position (cm) = (13.1961,9.67762,200), weight = 1 + e-, kinetic energy (MeV) = 229.385, position (cm) = (13.4736,9.77937,200), weight = 1 + gamma, kinetic energy (MeV) = 2.24579, position (cm) = (13.4707,9.78473,200), weight = 1 + gamma, kinetic energy (MeV) = 0.628744, position (cm) = (13.4732,9.77735,200), weight = 1 + gamma, kinetic energy (MeV) = 1.07889, position (cm) = (13.4541,9.76832,200), weight = 1 + gamma, kinetic energy (MeV) = 4.34416, position (cm) = (13.4551,9.79836,200), weight = 1 + gamma, kinetic energy (MeV) = 13.2757, position (cm) = (13.4957,9.68634,200), weight = 1 + gamma, kinetic energy (MeV) = 31.487, position (cm) = (13.5313,9.69454,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0986939, position (cm) = (17.167,8.47026,200), weight = 1 + gamma, kinetic energy (MeV) = 3.62426, position (cm) = (13.4443,9.64222,200), weight = 1 + gamma, kinetic energy (MeV) = 60.6064, position (cm) = (13.3634,9.81039,200), weight = 1 + gamma, kinetic energy (MeV) = 0.77294, position (cm) = (13.3431,9.87725,200), weight = 1 + gamma, kinetic energy (MeV) = 0.115347, position (cm) = (6.303,11.2604,200), weight = 1 + gamma, kinetic energy (MeV) = 4.25716, position (cm) = (13.1817,9.59696,200), weight = 1 + gamma, kinetic energy (MeV) = 101.21, position (cm) = (13.1389,9.62804,200), weight = 1 + kaon0L, kinetic energy (MeV) = 1830.28, position (cm) = (1.24119,0.808501,200), weight = 1 + lambda, kinetic energy (MeV) = 1994.91, position (cm) = (-0.144609,2.08004,200), weight = 1 + gamma, kinetic energy (MeV) = 195.351, position (cm) = (10.4512,3.34797,200), weight = 1 + pi+, kinetic energy (MeV) = 352.161, position (cm) = (30.5449,-4.83391,200), weight = 1 + gamma, kinetic energy (MeV) = 0.417264, position (cm) = (-2.78204,-1.34999,200), weight = 1 + neutron, kinetic energy (MeV) = 37.8091, position (cm) = (1.2215,-2.46982,200), weight = 2 + neutron, kinetic energy (MeV) = 50.6219, position (cm) = (-7.43948,-12.6643,200), weight = 2 + gamma, kinetic energy (MeV) = 0.0680542, position (cm) = (0.59453,1.88407,200), weight = 2 + neutron, kinetic energy (MeV) = 1.68455, position (cm) = (9.17694,26.7505,200), weight = 7 + proton, kinetic energy (MeV) = 900.275, position (cm) = (-1.29955,-2.38827,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0877762, position (cm) = (17.0476,8.24855,200), weight = 12 + proton, kinetic energy (MeV) = 344.258, position (cm) = (-10.432,-47.195,200), weight = 1 + gamma, kinetic energy (MeV) = 0.810042, position (cm) = (-74.3281,-7.93341,200), weight = 1 + gamma, kinetic energy (MeV) = 1.15489, position (cm) = (-49.8991,2.48663,200), weight = 1 + neutron, kinetic energy (MeV) = 68.8657, position (cm) = (51.7932,-6.19219,200), weight = 4 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (26.6602,15.6929,200), weight = 3 + gamma, kinetic energy (MeV) = 6.16898, position (cm) = (-15.8688,-32.2244,200), weight = 1 + nu_e, kinetic energy (MeV) = 45.1455, position (cm) = (10.5045,34.4354,200), weight = 1 + nu_mu, kinetic energy (MeV) = 235.532, position (cm) = (57.7044,-71.3252,200), weight = 1 + nu_e, kinetic energy (MeV) = 44.487, position (cm) = (-19.637,-5.66908,200), weight = 1 + nu_mu, kinetic energy (MeV) = 29.7919, position (cm) = (44.8855,-70.1123,200), weight = 1 + neutron, kinetic energy (MeV) = 108.58, position (cm) = (-17.7981,-39.1485,200), weight = 1 + gamma, kinetic energy (MeV) = 0.194161, position (cm) = (-7.32484,-20.532,200), weight = 1 + gamma, kinetic energy (MeV) = 0.302879, position (cm) = (-2.506,-23.856,200), weight = 1 + gamma, kinetic energy (MeV) = 0.670763, position (cm) = (0.929908,-22.1166,200), weight = 1 + gamma, kinetic energy (MeV) = 11.2076, position (cm) = (-4.38861,-23.3493,200), weight = 1 + gamma, kinetic energy (MeV) = 108.181, position (cm) = (-4.79105,-23.8758,200), weight = 1 + gamma, kinetic energy (MeV) = 0.179313, position (cm) = (-4.88529,-23.8765,200), weight = 1 + neutron, kinetic energy (MeV) = 76.2377, position (cm) = (-16.4734,-4.07065,200), weight = 1 + gamma, kinetic energy (MeV) = 0.14496, position (cm) = (-10.7512,11.5684,200), weight = 2 + neutron, kinetic energy (MeV) = 393.779, position (cm) = (-20.5509,15.6623,200), weight = 1 + gamma, kinetic energy (MeV) = 3.3401, position (cm) = (-23.1343,29.7407,200), weight = 2 + e-, kinetic energy (MeV) = 0.361352, position (cm) = (-23.1082,29.7079,200), weight = 2 + e-, kinetic energy (MeV) = 5.03856, position (cm) = (-23.2778,25.2749,200), weight = 2 + gamma, kinetic energy (MeV) = 0.0968031, position (cm) = (-23.0798,25.708,200), weight = 2 + e-, kinetic energy (MeV) = 3.67983, position (cm) = (-21.5034,25.6962,200), weight = 2 + gamma, kinetic energy (MeV) = 0.21289, position (cm) = (-22.2335,25.7057,200), weight = 2 + gamma, kinetic energy (MeV) = 13.3788, position (cm) = (-18.9552,19.0886,200), weight = 2 + gamma, kinetic energy (MeV) = 0.118198, position (cm) = (-10.5201,15.4042,200), weight = 2 + pi-, kinetic energy (MeV) = 502.779, position (cm) = (-4.69782,0.225241,200), weight = 2 + gamma, kinetic energy (MeV) = 0.0687311, position (cm) = (-3.23584,2.8357,200), weight = 2 + gamma, kinetic energy (MeV) = 0.212237, position (cm) = (1.81272,8.38972,200), weight = 2 + neutron, kinetic energy (MeV) = 4.09965, position (cm) = (-1.47103,-0.637705,200), weight = 6 + neutron, kinetic energy (MeV) = 10.4801, position (cm) = (-9.68091,-8.86425,200), weight = 3 + proton, kinetic energy (MeV) = 542.504, position (cm) = (-3.86225,-0.39522,200), weight = 9 + neutron, kinetic energy (MeV) = 951.157, position (cm) = (-4.35638,-1.74635,200), weight = 3 + gamma, kinetic energy (MeV) = 82.5858, position (cm) = (-0.475422,1.23562,200), weight = 1 + gamma, kinetic energy (MeV) = 0.168137, position (cm) = (-21.1572,7.08633,200), weight = 1 + gamma, kinetic energy (MeV) = 4.30591, position (cm) = (-0.67218,-6.60197,200), weight = 1 + e-, kinetic energy (MeV) = 3.65092, position (cm) = (3.71021,-12.9161,200), weight = 1 + gamma, kinetic energy (MeV) = 12.4737, position (cm) = (-2.59581,-8.0889,200), weight = 1 + gamma, kinetic energy (MeV) = 23.8782, position (cm) = (6.69737,2.25495,200), weight = 1 + gamma, kinetic energy (MeV) = 1.253, position (cm) = (-0.301827,4.5703,200), weight = 1 + gamma, kinetic energy (MeV) = 7.58931, position (cm) = (-2.1835,0.273393,200), weight = 1 + gamma, kinetic energy (MeV) = 0.046237, position (cm) = (18.9803,8.19134,200), weight = 1 + gamma, kinetic energy (MeV) = 1.06968, position (cm) = (-0.0767613,-44.2248,200), weight = 1 + gamma, kinetic energy (MeV) = 0.301938, position (cm) = (-16.4983,-8.2756,200), weight = 1 + gamma, kinetic energy (MeV) = 0.490661, position (cm) = (-2.82328,2.76249,200), weight = 1 + gamma, kinetic energy (MeV) = 1.82766, position (cm) = (-0.585466,-3.11602,200), weight = 1 + gamma, kinetic energy (MeV) = 10.1851, position (cm) = (-4.03678,-4.89536,200), weight = 1 + gamma, kinetic energy (MeV) = 11.6716, position (cm) = (-3.11105,-4.82643,200), weight = 1 + gamma, kinetic energy (MeV) = 0.531864, position (cm) = (-3.41855,-5.0314,200), weight = 1 + gamma, kinetic energy (MeV) = 32.879, position (cm) = (-3.20713,-3.86034,200), weight = 1 + gamma, kinetic energy (MeV) = 7.89965, position (cm) = (-3.10625,-4.57624,200), weight = 1 + gamma, kinetic energy (MeV) = 1.28651, position (cm) = (-5.69984,-5.54569,200), weight = 1 + gamma, kinetic energy (MeV) = 7.73939, position (cm) = (-3.51217,-4.75619,200), weight = 1 + gamma, kinetic energy (MeV) = 13.1991, position (cm) = (-3.36951,-5.15524,200), weight = 1 + gamma, kinetic energy (MeV) = 8.16837, position (cm) = (1.22782,-5.41261,200), weight = 1 + gamma, kinetic energy (MeV) = 3.98471, position (cm) = (1.33297,-4.32306,200), weight = 1 + gamma, kinetic energy (MeV) = 2.28677, position (cm) = (2.563,0.896325,200), weight = 1 + gamma, kinetic energy (MeV) = 10.5481, position (cm) = (2.15131,3.06061,200), weight = 1 + gamma, kinetic energy (MeV) = 1.00203, position (cm) = (4.44064,2.51556,200), weight = 1 + gamma, kinetic energy (MeV) = 1.26508, position (cm) = (2.96782,-0.688112,200), weight = 1 + gamma, kinetic energy (MeV) = 3.8318, position (cm) = (-3.87644,2.78896,200), weight = 1 + gamma, kinetic energy (MeV) = 1.20844, position (cm) = (-4.39629,3.16749,200), weight = 1 + e+, kinetic energy (MeV) = 29.2061, position (cm) = (0.530338,-1.38162,200), weight = 1 + gamma, kinetic energy (MeV) = 0.141356, position (cm) = (0.517999,-1.3934,200), weight = 1 + gamma, kinetic energy (MeV) = 2.88155, position (cm) = (0.557882,-1.38625,200), weight = 1 + gamma, kinetic energy (MeV) = 15.3143, position (cm) = (0.557189,-1.41347,200), weight = 1 + gamma, kinetic energy (MeV) = 0.489877, position (cm) = (0.576999,-1.49663,200), weight = 1 + gamma, kinetic energy (MeV) = 6.24278, position (cm) = (0.611463,-1.51743,200), weight = 1 + gamma, kinetic energy (MeV) = 0.683997, position (cm) = (-5.31569,-8.62034,200), weight = 1 + gamma, kinetic energy (MeV) = 0.232296, position (cm) = (-1.95828,-1.68854,200), weight = 1 + gamma, kinetic energy (MeV) = 15.4273, position (cm) = (-2.74626,-0.321928,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0986447, position (cm) = (-6.54646,3.37703,200), weight = 1 + gamma, kinetic energy (MeV) = 7.19068, position (cm) = (1.23815,5.39802,200), weight = 1 + gamma, kinetic energy (MeV) = 1.46578, position (cm) = (-12.1536,4.79507,200), weight = 1 + gamma, kinetic energy (MeV) = 26.3836, position (cm) = (-2.74124,0.390896,200), weight = 1 + gamma, kinetic energy (MeV) = 1.98994, position (cm) = (0.266178,-0.864252,200), weight = 1 + gamma, kinetic energy (MeV) = 233.797, position (cm) = (0.570063,-0.444454,200), weight = 1 + gamma, kinetic energy (MeV) = 0.05398, position (cm) = (-4.07174,4.01848,200), weight = 1 + gamma, kinetic energy (MeV) = 0.107017, position (cm) = (8.01343,9.07943,200), weight = 1 + gamma, kinetic energy (MeV) = 0.987294, position (cm) = (0.815874,-3.82881,200), weight = 1 + gamma, kinetic energy (MeV) = 4.28848, position (cm) = (1.15831,-2.66448,200), weight = 1 + gamma, kinetic energy (MeV) = 10.3034, position (cm) = (1.36982,-1.76289,200), weight = 1 + gamma, kinetic energy (MeV) = 0.459151, position (cm) = (0.97724,-1.17192,200), weight = 1 + gamma, kinetic energy (MeV) = 0.488161, position (cm) = (1.80791,-1.39062,200), weight = 1 + gamma, kinetic energy (MeV) = 0.220918, position (cm) = (9.85438,5.76463,200), weight = 1 + gamma, kinetic energy (MeV) = 0.643674, position (cm) = (0.207448,0.273367,200), weight = 1 + gamma, kinetic energy (MeV) = 22.0219, position (cm) = (0.313397,0.116066,200), weight = 1 + gamma, kinetic energy (MeV) = 27.6589, position (cm) = (0.657352,0.291572,200), weight = 1 + gamma, kinetic energy (MeV) = 0.479521, position (cm) = (-1.97956,2.314,200), weight = 1 + gamma, kinetic energy (MeV) = 0.466188, position (cm) = (0.509667,0.296805,200), weight = 1 + gamma, kinetic energy (MeV) = 3.23461, position (cm) = (1.58969,0.324807,200), weight = 1 + gamma, kinetic energy (MeV) = 0.402218, position (cm) = (0.568483,-0.045786,200), weight = 1 + gamma, kinetic energy (MeV) = 225.791, position (cm) = (0.223891,0.269718,200), weight = 1 + gamma, kinetic energy (MeV) = 0.936901, position (cm) = (5.16115,5.87441,200), weight = 1 + gamma, kinetic energy (MeV) = 0.46669, position (cm) = (8.20988,12.3951,200), weight = 1 + gamma, kinetic energy (MeV) = 0.395195, position (cm) = (-1.64058,-0.208691,200), weight = 1 + gamma, kinetic energy (MeV) = 1.06244, position (cm) = (-1.38906,-3.86198,200), weight = 1 + gamma, kinetic energy (MeV) = 2.23069, position (cm) = (0.0082166,0.795431,200), weight = 1 + gamma, kinetic energy (MeV) = 1.2071, position (cm) = (3.82154,-0.983348,200), weight = 1 + gamma, kinetic energy (MeV) = 1.77117, position (cm) = (-2.43351,-0.0379111,200), weight = 1 + gamma, kinetic energy (MeV) = 0.566533, position (cm) = (12.3276,4.26156,200), weight = 1 + gamma, kinetic energy (MeV) = 0.165139, position (cm) = (2.94927,1.30041,200), weight = 1 + gamma, kinetic energy (MeV) = 0.244117, position (cm) = (-0.971714,0.833651,200), weight = 1 + gamma, kinetic energy (MeV) = 311.456, position (cm) = (-0.499482,1.35134,200), weight = 1 + gamma, kinetic energy (MeV) = 0.228947, position (cm) = (-4.50838,1.60638,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0995755, position (cm) = (-1.43005,9.0167,200), weight = 1 + gamma, kinetic energy (MeV) = 0.659492, position (cm) = (29.8485,46.2326,200), weight = 1 + e+, kinetic energy (MeV) = 4.17691, position (cm) = (-22.098,-11.5082,200), weight = 1 + e-, kinetic energy (MeV) = 6.08784, position (cm) = (-22.0983,-11.4939,200), weight = 1 + gamma, kinetic energy (MeV) = 58.886, position (cm) = (8.0453,-5.00725,200), weight = 1 + gamma, kinetic energy (MeV) = 4.49174, position (cm) = (-9.76766,-9.90797,200), weight = 1 + gamma, kinetic energy (MeV) = 25.3946, position (cm) = (-2.85436,4.33044,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0994299, position (cm) = (4.71244,16.825,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-8.33659,-7.1632,200), weight = 1 + gamma, kinetic energy (MeV) = 0.394312, position (cm) = (3.26517,5.97194,200), weight = 1 + gamma, kinetic energy (MeV) = 24.1133, position (cm) = (-5.49221,4.97689,200), weight = 1 + gamma, kinetic energy (MeV) = 11.1345, position (cm) = (-5.67654,6.37047,200), weight = 1 + gamma, kinetic energy (MeV) = 1.30841, position (cm) = (-4.53013,6.55239,200), weight = 1 + gamma, kinetic energy (MeV) = 20.5922, position (cm) = (7.58228,-0.721485,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0801072, position (cm) = (18.784,5.50575,200), weight = 1 + gamma, kinetic energy (MeV) = 0.564096, position (cm) = (8.16999,-13.7974,200), weight = 1 + gamma, kinetic energy (MeV) = 3.03645, position (cm) = (17.5791,-13.582,200), weight = 1 + gamma, kinetic energy (MeV) = 0.18936, position (cm) = (8.33684,-3.72491,200), weight = 1 + gamma, kinetic energy (MeV) = 32.4592, position (cm) = (4.6047,-10.541,200), weight = 1 + gamma, kinetic energy (MeV) = 0.384061, position (cm) = (49.9443,-37.9541,200), weight = 1 + gamma, kinetic energy (MeV) = 4.97924, position (cm) = (-14.9964,-9.43003,200), weight = 1 + gamma, kinetic energy (MeV) = 3.9093, position (cm) = (-48.1472,-15.1513,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-3.47762,20.1997,200), weight = 1 + e-, kinetic energy (MeV) = 0.592349, position (cm) = (-4.10112,19.1814,200), weight = 1 + gamma, kinetic energy (MeV) = 28.0519, position (cm) = (-8.16831,-2.06723,200), weight = 1 + gamma, kinetic energy (MeV) = 15.2214, position (cm) = (-1.60207,0.857977,200), weight = 1 + gamma, kinetic energy (MeV) = 5.10248, position (cm) = (9.97344,1.09187,200), weight = 1 + gamma, kinetic energy (MeV) = 2.30465, position (cm) = (-9.21556,-3.54974,200), weight = 1 + gamma, kinetic energy (MeV) = 0.525361, position (cm) = (-8.47142,-4.56004,200), weight = 1 + gamma, kinetic energy (MeV) = 2.92544, position (cm) = (-7.60979,-4.09209,200), weight = 1 + gamma, kinetic energy (MeV) = 1.10309, position (cm) = (-6.71627,-3.07952,200), weight = 1 + gamma, kinetic energy (MeV) = 10.1433, position (cm) = (-5.17178,-2.16854,200), weight = 1 + gamma, kinetic energy (MeV) = 20.314, position (cm) = (-5.15704,-2.56462,200), weight = 1 + gamma, kinetic energy (MeV) = 0.381031, position (cm) = (-2.03005,-3.5848,200), weight = 1 + gamma, kinetic energy (MeV) = 12.4253, position (cm) = (-0.69177,-3.85379,200), weight = 1 + gamma, kinetic energy (MeV) = 2.47257, position (cm) = (-3.66722,11.4221,200), weight = 1 + gamma, kinetic energy (MeV) = 0.645007, position (cm) = (-3.74419,-1.52442,200), weight = 1 + gamma, kinetic energy (MeV) = 0.608543, position (cm) = (-4.38578,3.79278,200), weight = 1 + gamma, kinetic energy (MeV) = 3.31495, position (cm) = (-0.547,0.390669,200), weight = 1 + gamma, kinetic energy (MeV) = 12.6546, position (cm) = (-9.41669,-0.34935,200), weight = 1 + gamma, kinetic energy (MeV) = 50.4394, position (cm) = (4.27656,8.53705,200), weight = 1 + gamma, kinetic energy (MeV) = 4.40329, position (cm) = (9.43891,4.48049,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0943514, position (cm) = (10.0126,4.30346,200), weight = 1 + gamma, kinetic energy (MeV) = 2.90273, position (cm) = (-7.5679,1.66883,200), weight = 1 + gamma, kinetic energy (MeV) = 2.81297, position (cm) = (-10.9036,7.2136,200), weight = 1 + gamma, kinetic energy (MeV) = 4.11902, position (cm) = (-3.8378,1.43876,200), weight = 1 + gamma, kinetic energy (MeV) = 0.137151, position (cm) = (-26.8375,-3.97854,200), weight = 1 + gamma, kinetic energy (MeV) = 3.5617, position (cm) = (2.10791,2.69312,200), weight = 1 + gamma, kinetic energy (MeV) = 0.777883, position (cm) = (8.41258,5.69905,200), weight = 1 + gamma, kinetic energy (MeV) = 14.6617, position (cm) = (-1.22991,1.06623,200), weight = 1 + gamma, kinetic energy (MeV) = 5.92138, position (cm) = (-2.98748,0.9293,200), weight = 1 + gamma, kinetic energy (MeV) = 0.310443, position (cm) = (-3.38086,2.59241,200), weight = 1 + e-, kinetic energy (MeV) = 6.72994, position (cm) = (-2.98689,0.974822,200), weight = 1 + gamma, kinetic energy (MeV) = 0.168316, position (cm) = (-2.98092,1.00138,200), weight = 1 + gamma, kinetic energy (MeV) = 0.633368, position (cm) = (-2.51619,-8.94417,200), weight = 1 + gamma, kinetic energy (MeV) = 2.10448, position (cm) = (11.0243,-7.21435,200), weight = 1 + gamma, kinetic energy (MeV) = 6.49299, position (cm) = (-9.43852,5.22403,200), weight = 1 + gamma, kinetic energy (MeV) = 3.18891, position (cm) = (-6.24677,-6.88644,200), weight = 1 + gamma, kinetic energy (MeV) = 4.82386, position (cm) = (-5.75769,-11.1973,200), weight = 1 + gamma, kinetic energy (MeV) = 7.56556, position (cm) = (-5.02419,-12.6599,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0482563, position (cm) = (-5.43988,-13.6231,200), weight = 1 + gamma, kinetic energy (MeV) = 3.84707, position (cm) = (-4.97762,-1.38681,200), weight = 1 + gamma, kinetic energy (MeV) = 0.126235, position (cm) = (-3.28203,-11.8949,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0645741, position (cm) = (-13.6761,-6.27769,200), weight = 1 + gamma, kinetic energy (MeV) = 15.4108, position (cm) = (0.380224,-4.82813,200), weight = 1 + gamma, kinetic energy (MeV) = 1.56374, position (cm) = (-25.1533,0.988052,200), weight = 1 + gamma, kinetic energy (MeV) = 2.06552, position (cm) = (-1.93452,-0.734225,200), weight = 1 + e-, kinetic energy (MeV) = 5.58774, position (cm) = (-0.353954,1.11224,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0358603, position (cm) = (-0.35078,1.11849,200), weight = 1 + gamma, kinetic energy (MeV) = 1.68051, position (cm) = (-0.0186423,1.17337,200), weight = 1 + gamma, kinetic energy (MeV) = 1.21886, position (cm) = (-1.88807,-0.949335,200), weight = 1 + gamma, kinetic energy (MeV) = 6.77125, position (cm) = (-0.729525,-0.499812,200), weight = 1 + gamma, kinetic energy (MeV) = 6.68127, position (cm) = (-0.848594,-0.104208,200), weight = 1 + gamma, kinetic energy (MeV) = 20.0602, position (cm) = (2.37573,-3.27441,200), weight = 1 + gamma, kinetic energy (MeV) = 0.375586, position (cm) = (-4.14801,-3.00481,200), weight = 1 + gamma, kinetic energy (MeV) = 1.21698, position (cm) = (-10.2531,14.8483,200), weight = 1 + gamma, kinetic energy (MeV) = 0.122321, position (cm) = (-4.61819,-2.32605,200), weight = 1 + gamma, kinetic energy (MeV) = 16.1411, position (cm) = (-10.609,-1.50176,200), weight = 1 + gamma, kinetic energy (MeV) = 0.114757, position (cm) = (0.382882,-25.0835,200), weight = 1 + gamma, kinetic energy (MeV) = 0.102727, position (cm) = (-8.34339,7.0483,200), weight = 1 + gamma, kinetic energy (MeV) = 14.2815, position (cm) = (-3.65929,-1.76046,200), weight = 1 + gamma, kinetic energy (MeV) = 0.909885, position (cm) = (22.5295,-14.5522,200), weight = 1 + gamma, kinetic energy (MeV) = 13.9399, position (cm) = (-14.9914,-4.46501,200), weight = 1 + e+, kinetic energy (MeV) = 2.26079, position (cm) = (-4.5077,-13.4773,200), weight = 1 + e-, kinetic energy (MeV) = 7.17884, position (cm) = (-4.57622,-13.343,200), weight = 1 + gamma, kinetic energy (MeV) = 0.172486, position (cm) = (-4.59846,-13.3322,200), weight = 1 + gamma, kinetic energy (MeV) = 10.2441, position (cm) = (3.73359,0.120766,200), weight = 1 + gamma, kinetic energy (MeV) = 0.324303, position (cm) = (-32.4796,32.9507,200), weight = 3 + gamma, kinetic energy (MeV) = 4.46066, position (cm) = (2.45443,-1.24087,200), weight = 1 + gamma, kinetic energy (MeV) = 2.58313, position (cm) = (-9.43525,-7.13461,200), weight = 1 + gamma, kinetic energy (MeV) = 5.39928, position (cm) = (2.08332,1.09686,200), weight = 1 + gamma, kinetic energy (MeV) = 3.37202, position (cm) = (-6.84811,10.8414,200), weight = 1 + gamma, kinetic energy (MeV) = 0.820094, position (cm) = (-3.11879,1.90727,200), weight = 1 + gamma, kinetic energy (MeV) = 0.054834, position (cm) = (-3.51951,2.07148,200), weight = 1 + gamma, kinetic energy (MeV) = 11.5309, position (cm) = (-4.05825,2.52368,200), weight = 1 + gamma, kinetic energy (MeV) = 8.72656, position (cm) = (0.436227,1.0769,200), weight = 1 + gamma, kinetic energy (MeV) = 7.76953, position (cm) = (0.710842,1.85235,200), weight = 1 + gamma, kinetic energy (MeV) = 14.768, position (cm) = (-1.45351,-1.52775,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (0.732542,-1.16348,200), weight = 1 + gamma, kinetic energy (MeV) = 0.167294, position (cm) = (11.4554,32.765,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (0.493933,2.42595,200), weight = 1 + gamma, kinetic energy (MeV) = 0.181149, position (cm) = (0.404394,3.31906,200), weight = 1 + gamma, kinetic energy (MeV) = 22.267, position (cm) = (0.389613,1.4224,200), weight = 1 + e-, kinetic energy (MeV) = 45.0703, position (cm) = (0.981734,0.0520684,200), weight = 1 + gamma, kinetic energy (MeV) = 2.14172, position (cm) = (0.955942,0.0690251,200), weight = 1 + gamma, kinetic energy (MeV) = 17.0409, position (cm) = (2.00138,1.88429,200), weight = 1 + gamma, kinetic energy (MeV) = 1.13402, position (cm) = (28.6063,23.6792,200), weight = 1 + gamma, kinetic energy (MeV) = 0.428057, position (cm) = (11.28,-4.44192,200), weight = 1 + e-, kinetic energy (MeV) = 1.55343, position (cm) = (2.16581,-3.02981,200), weight = 1 + gamma, kinetic energy (MeV) = 0.182003, position (cm) = (2.37991,-3.02486,200), weight = 1 + gamma, kinetic energy (MeV) = 27.163, position (cm) = (6.42474,2.3543,200), weight = 1 + gamma, kinetic energy (MeV) = 9.44254, position (cm) = (-6.55246,-8.49448,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0627532, position (cm) = (-11.3006,9.38048,200), weight = 1 + gamma, kinetic energy (MeV) = 5.32167, position (cm) = (0.748853,-13.4237,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0570456, position (cm) = (1.94591,4.32763,200), weight = 1 + gamma, kinetic energy (MeV) = 1.70949, position (cm) = (-3.03957,4.88856,200), weight = 1 + gamma, kinetic energy (MeV) = 2.29251, position (cm) = (-53.2877,-31.5388,200), weight = 1 + gamma, kinetic energy (MeV) = 4.61655, position (cm) = (-17.7744,8.39513,200), weight = 1 + gamma, kinetic energy (MeV) = 21.845, position (cm) = (-20.1043,23.5383,200), weight = 1 + gamma, kinetic energy (MeV) = 12.3606, position (cm) = (7.80893,22.2177,200), weight = 1 + gamma, kinetic energy (MeV) = 14.8609, position (cm) = (4.56802,7.38998,200), weight = 1 + gamma, kinetic energy (MeV) = 1.46777, position (cm) = (-7.39974,20.0163,200), weight = 1 + gamma, kinetic energy (MeV) = 0.491775, position (cm) = (-7.33913,15.0198,200), weight = 1 + gamma, kinetic energy (MeV) = 0.184759, position (cm) = (-22.3479,-17.2302,200), weight = 1 + gamma, kinetic energy (MeV) = 1.92736, position (cm) = (-2.85292,47.3479,200), weight = 1 + gamma, kinetic energy (MeV) = 6.11678, position (cm) = (-9.89782,32.7932,200), weight = 1 + gamma, kinetic energy (MeV) = 0.334237, position (cm) = (10.9629,3.75955,200), weight = 1 + gamma, kinetic energy (MeV) = 9.0331, position (cm) = (2.06891,-0.637624,200), weight = 1 + gamma, kinetic energy (MeV) = 6.11629, position (cm) = (12.4948,18.5428,200), weight = 1 + gamma, kinetic energy (MeV) = 1.00713, position (cm) = (-0.514157,10.9665,200), weight = 1 + gamma, kinetic energy (MeV) = 3.19863, position (cm) = (20.0802,-6.16614,200), weight = 1 + gamma, kinetic energy (MeV) = 0.538552, position (cm) = (-20.2636,8.76073,200), weight = 1 + gamma, kinetic energy (MeV) = 15.5302, position (cm) = (13.1622,-17.1032,200), weight = 1 + gamma, kinetic energy (MeV) = 0.125583, position (cm) = (19.6845,15.5343,200), weight = 1 + gamma, kinetic energy (MeV) = 0.243866, position (cm) = (10.0763,18.2947,200), weight = 1 + gamma, kinetic energy (MeV) = 5.59711, position (cm) = (14.7114,12.0522,200), weight = 1 + gamma, kinetic energy (MeV) = 10.9379, position (cm) = (-6.85734,-6.46463,200), weight = 1 + gamma, kinetic energy (MeV) = 0.81758, position (cm) = (-9.16043,2.039,200), weight = 1 + gamma, kinetic energy (MeV) = 0.379908, position (cm) = (1.28444,2.97271,200), weight = 1 + gamma, kinetic energy (MeV) = 0.145072, position (cm) = (1.6341,9.13157,200), weight = 1 + gamma, kinetic energy (MeV) = 0.650323, position (cm) = (-37.6451,-35.6335,200), weight = 1 + gamma, kinetic energy (MeV) = 0.10512, position (cm) = (-0.389392,-8.92043,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0873063, position (cm) = (-4.25888,-14.5321,200), weight = 1 + gamma, kinetic energy (MeV) = 4.63081, position (cm) = (-2.68585,-6.56111,200), weight = 1 + gamma, kinetic energy (MeV) = 5.44993, position (cm) = (-1.69639,-4.06806,200), weight = 1 + gamma, kinetic energy (MeV) = 0.215552, position (cm) = (8.88373,-39.3468,200), weight = 1 + gamma, kinetic energy (MeV) = 12.0316, position (cm) = (-0.244186,-1.09685,200), weight = 1 + gamma, kinetic energy (MeV) = 17.8443, position (cm) = (-12.5467,-13.188,200), weight = 1 + e+, kinetic energy (MeV) = 4.93663, position (cm) = (-1.26736,-0.158164,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0676795, position (cm) = (-1.33753,-0.0744528,200), weight = 1 + gamma, kinetic energy (MeV) = 4.75888, position (cm) = (-0.934355,-0.0457843,200), weight = 1 + gamma, kinetic energy (MeV) = 1.61638, position (cm) = (-0.0386415,-0.702677,200), weight = 1 + gamma, kinetic energy (MeV) = 12.156, position (cm) = (-1.26933,1.1081,200), weight = 1 + gamma, kinetic energy (MeV) = 0.844735, position (cm) = (0.210885,0.998903,200), weight = 1 + gamma, kinetic energy (MeV) = 1.76879, position (cm) = (-0.541781,0.535256,200), weight = 1 + gamma, kinetic energy (MeV) = 1.04169, position (cm) = (-3.22428,-5.16218,200), weight = 1 + gamma, kinetic energy (MeV) = 3.84632, position (cm) = (-2.42744,-2.90294,200), weight = 1 + gamma, kinetic energy (MeV) = 11.7441, position (cm) = (1.67958,-1.05889,200), weight = 1 + gamma, kinetic energy (MeV) = 6.35764, position (cm) = (2.76212,3.45685,200), weight = 1 + gamma, kinetic energy (MeV) = 3.50456, position (cm) = (0.2335,0.609105,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0789324, position (cm) = (2.02564,-4.09946,200), weight = 1 + gamma, kinetic energy (MeV) = 0.188983, position (cm) = (-3.60993,0.195971,200), weight = 1 + gamma, kinetic energy (MeV) = 0.853216, position (cm) = (-2.75441,-0.887279,200), weight = 1 + gamma, kinetic energy (MeV) = 3.85953, position (cm) = (-0.37868,0.213902,200), weight = 1 + gamma, kinetic energy (MeV) = 7.4912, position (cm) = (19.6933,-51.3101,200), weight = 1 + gamma, kinetic energy (MeV) = 0.230777, position (cm) = (1.26509,10.8553,200), weight = 1 + gamma, kinetic energy (MeV) = 1.81911, position (cm) = (-11.5644,-16.594,200), weight = 1 + gamma, kinetic energy (MeV) = 2.17234, position (cm) = (24.1458,16.0217,200), weight = 1 + gamma, kinetic energy (MeV) = 23.2794, position (cm) = (10.9604,-32.6029,200), weight = 1 + gamma, kinetic energy (MeV) = 3.14134, position (cm) = (20.1605,-14.6883,200), weight = 1 + gamma, kinetic energy (MeV) = 1.26289, position (cm) = (-1.19822,8.06706,200), weight = 1 + gamma, kinetic energy (MeV) = 0.158234, position (cm) = (-6.71042,8.22174,200), weight = 1 + gamma, kinetic energy (MeV) = 0.115543, position (cm) = (16.9211,-41.6165,200), weight = 1 + gamma, kinetic energy (MeV) = 1.41165, position (cm) = (-2.14285,-21.4921,200), weight = 1 + gamma, kinetic energy (MeV) = 4.48208, position (cm) = (-2.4667,-12.5716,200), weight = 1 + gamma, kinetic energy (MeV) = 0.897691, position (cm) = (-22.6375,11.678,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0745651, position (cm) = (-12.0555,10.2928,200), weight = 1 + gamma, kinetic energy (MeV) = 2.89631, position (cm) = (15.1669,-7.98408,200), weight = 1 + gamma, kinetic energy (MeV) = 0.189846, position (cm) = (5.95971,3.04214,200), weight = 1 + gamma, kinetic energy (MeV) = 5.42196, position (cm) = (-3.52517,4.60429,200), weight = 1 + gamma, kinetic energy (MeV) = 0.294961, position (cm) = (14.2181,-16.7587,200), weight = 1 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out index 305a1a11ff4..7386453facc 100644 --- a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out +++ b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -127,10 +126,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -249,8 +251,6 @@ Index : 4 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 start. @@ -426,7 +426,7 @@ nb event 195000 Run terminated. Run Summary Number of events processed : 200000 - User=75.930000s Real=90.406852s Sys=0.090000s + User=78.360000s Real=100.293594s Sys=0.110000s Results of reverse/adjoint simulation! normalised edep [MeV] = 0.00163827 error[MeV] = 1.70862e-05 diff --git a/examples/extended/common/common.out b/examples/extended/common/common.out index 24542227dfa..dbeef4f21e7 100644 --- a/examples/extended/common/common.out +++ b/examples/extended/common/common.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -117,23 +116,24 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.000293s Sys=0.000000s + User=0.000000s Real=0.000358s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1d75580 -UserPhysicsList deleted 0x1fc51f0 +UserDetectorConstruction deleted 0x1123ee0 +UserPhysicsList deleted 0x1384940 UserActionInitialization deleted 0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index 60e74c6af1e..1476fb98ade 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -53,10 +53,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -156,7 +159,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000379s Sys=0.000000s + User=0.000000s Real=0.000376s Sys=0.000000s Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm @@ -225,7 +228,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000187s Sys=0.000000s + User=0.000000s Real=0.000193s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 Dynamic pools deleted: 9 / Total memory freed: 0.012 MB diff --git a/examples/extended/electromagnetic/TestEm1/.README.txt b/examples/extended/electromagnetic/TestEm1/.README.txt index 4bd5a87457f..20c0d50ae78 100644 --- a/examples/extended/electromagnetic/TestEm1/.README.txt +++ b/examples/extended/electromagnetic/TestEm1/.README.txt @@ -145,7 +145,10 @@ Idle> exit - 3 : step size of primary particle - 4 : total energy deposit - 5 : energy of charged secondaries at creation - - 6 : energy of neutral secondaries at creation + - 6 : energy of neutral secondaries at creation + - 7 : NIEL energy + - 8 : energy leakage + - 9 : energy deposit + leakage The histograms are managed by G4AnalysisManager class and its Messenger. The histos can be individually activated with the command : diff --git a/examples/extended/electromagnetic/TestEm1/History b/examples/extended/electromagnetic/TestEm1/History index f444e27df47..1e017c094da 100644 --- a/examples/extended/electromagnetic/TestEm1/History +++ b/examples/extended/electromagnetic/TestEm1/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-23 Michel Maire (testem1-V11-02-01) +- Run, EventAction, TrackingAction, HistoManager: compute and plot energy leakage + ## 2024-01-30 Vladimir Ivanchenko (testem1-V11-02-00) - PrimaryGeneratorAction - added tiny shift of position of the particle gun from the world volume boundary. This fix removes diff --git a/examples/extended/electromagnetic/TestEm1/README b/examples/extended/electromagnetic/TestEm1/README index 42f492f6f78..13fb39c0b20 100644 --- a/examples/extended/electromagnetic/TestEm1/README +++ b/examples/extended/electromagnetic/TestEm1/README @@ -142,7 +142,10 @@ 3 : step size of primary particle 4 : total energy deposit 5 : energy of charged secondaries at creation - 6 : energy of neutral secondaries at creation + 6 : energy of neutral secondaries at creation + 7 : NIEL energy + 8 : energy leakage + 9 : energy deposit + leakage The histograms are managed by G4AnalysisManager class and its Messenger. The histos can be individually activated with the command : diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index 1073199414c..3f01c50177e 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -71,10 +71,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -150,10 +153,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -274,7 +280,7 @@ eBrem: for e+ XStype:4 SubType=3 eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai -annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 +annihil: for e+ XStype:2 SubType=5 AtRestModel:Simple BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eplus2gg : Emin= 0 eV Emax= 100 TeV @@ -327,7 +333,7 @@ ionIoni: for GenericIon XStype:1 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV CSDA range table up to 1 GeV in 49 bins ====================================================================== @@ -336,7 +342,7 @@ ionIoni: for GenericIon XStype:1 SubType=2 min MeanLife (from G4NuclideTable) 1 ps Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 -Stored internal conversion coefficients 0 +Stored internal conversion coefficients 1 Enabled atomic relaxation mode 0 Enable correlated gamma emission 0 Max 2J for sampling of angular correlations 10 @@ -630,31 +636,34 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 2000 - User=1.380000s Real=1.404061s Sys=0.000000s + User=1.280000s Real=1.294144s Sys=0.000000s ======================== run summary ====================== The run is: 2000 e- of 100 MeV through 10 m of Aluminium (density: 2.7 g/cm3 ) - Total energy deposit: 99.745 MeV + Energy deposit: 99.765 MeV + Energy leakage: 234.79 keV + Edep + Eleak: 100 MeV + NIEL energy calculated: 0 eV - Nb tracks/event neutral: 25.148 charged: 136.44 - Nb steps/event neutral: 138.65 charged: 202.13 + Nb tracks/event neutral: 25.53 charged: 138.57 + Nb steps/event neutral: 141.07 charged: 204.64 Process calls frequency : - Rayl= 17960 Transportation= 1712 annihil= 2752 - compt= 209051 conv= 2740 eBrem= 45892 - eIoni= 355515 msc= 98 phot= 45851 + Rayl= 18242 Transportation= 1827 annihil= 2794 + compt= 212832 conv= 2780 eBrem= 46608 + eIoni= 359772 msc= 102 phot= 46454 --------------------------------------------------------- Primary particle : - true Range = 11.219 cm rms = 3.8494 cm - proj Range = 9.7916 cm rms = 3.5888 cm - proj/true = 0.8728 - transverse dispersion at end = 1.6095 cm - mass true Range from simulation = 30.29 g/cm2 + true Range = 11.073 cm rms = 3.9415 cm + proj Range = 9.6118 cm rms = 3.6765 cm + proj/true = 0.86804 + transverse dispersion at end = 1.616 cm + mass true Range from simulation = 29.897 g/cm2 from PhysicsTable (csda range) = 32.101 g/cm2 --------------------------------------------------------- @@ -662,7 +671,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={854000218025625534, 1602114986107378838, 637679287990482566, 1711667390386229696, 185089392026995872, 836753136868358252, 1610558643707216074, 407623396517643049, 1941980813285345262, 1046642763088244334, 813596839674692381, 993377439860321299, 1725773872740159511, 776090111936464000, 2226077302771218507, 1278715083816088941, 1199516723978670969} counter= 8sumtot= 1400513329071583477 +N=17 V[N]={1176734187215063284, 2107189873979932999, 1691597703571750464, 1628580260238185548, 1516870852614564031, 879134642103965277, 2287509171269908542, 1200545379946903170, 846951825991781591, 1207557503103738744, 1301496425248176495, 701146241449067984, 1483949326633120104, 1141441745572723665, 1936950711395470660, 1296482528234290123, 222168551129539468} counter= 7sumtot= 1873719846774936590 --------------------------------------- # /gun/particle proton @@ -684,7 +693,7 @@ Index : 0 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={854000218025625534, 1602114986107378838, 637679287990482566, 1711667390386229696, 185089392026995872, 836753136868358252, 1610558643707216074, 407623396517643049, 1941980813285345262, 1046642763088244334, 813596839674692381, 993377439860321299, 1725773872740159511, 776090111936464000, 2226077302771218507, 1278715083816088941, 1199516723978670969} counter= 8sumtot= 1400513329071583477 +N=17 V[N]={1176734187215063284, 2107189873979932999, 1691597703571750464, 1628580260238185548, 1516870852614564031, 879134642103965277, 2287509171269908542, 1200545379946903170, 846951825991781591, 1207557503103738744, 1301496425248176495, 701146241449067984, 1483949326633120104, 1141441745572723665, 1936950711395470660, 1296482528234290123, 222168551129539468} counter= 7sumtot= 1873719846774936590 --------------------------------------- --> Event 0 starts. --> Event 200 starts. @@ -699,29 +708,32 @@ N=17 V[N]={854000218025625534, 1602114986107378838, 637679287990482566, 17116673 Run terminated. Run Summary Number of events processed : 2000 - User=0.060000s Real=0.066881s Sys=0.000000s + User=0.060000s Real=0.062577s Sys=0.000000s ======================== run summary ====================== The run is: 2000 proton of 100 MeV through 10 m of Aluminium (density: 2.7 g/cm3 ) - Total energy deposit: 100 MeV - NIEL energy calculated: 166.82 eV + Energy deposit: 100 MeV + Energy leakage: 0 eV + Edep + Eleak: 100 MeV + + NIEL energy calculated: 168.97 eV - Nb tracks/event neutral: 0 charged: 1.0095 - Nb steps/event neutral: 0 charged: 19.075 + Nb tracks/event neutral: 0 charged: 1.0105 + Nb steps/event neutral: 0 charged: 19.076 Process calls frequency : - CoulombScat= 41 NoProcess= 19 hIoni= 38070 - ionIoni= 19 + CoulombScat= 43 NoProcess= 21 hIoni= 38068 + ionIoni= 21 --------------------------------------------------------- Primary particle : - true Range = 3.7098 cm rms = 416.41 um - proj Range = 3.7016 cm rms = 426.73 um - proj/true = 0.9978 - transverse dispersion at end = 1.089 mm - mass true Range from simulation = 10.016 g/cm2 + true Range = 3.7126 cm rms = 406.78 um + proj Range = 3.7043 cm rms = 417.2 um + proj/true = 0.99776 + transverse dispersion at end = 1.1108 mm + mass true Range from simulation = 10.024 g/cm2 from PhysicsTable (csda range) = 10.012 g/cm2 --------------------------------------------------------- @@ -729,7 +741,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1686919498172074765, 133099857864031212, 346597858852179664, 2077717544792937691, 2174409252546454130, 791632923641533765, 1699067990644691197, 827361479598595751, 2146295106856041869, 2208002568941048432, 363166452655795377, 183250956946337389, 1836707271319745930, 422207256384990250, 177789897801475711, 2096233983661035106, 1227362404615834153} counter= 4sumtot= 1951078231585250784 +N=17 V[N]={1610750495675705963, 925083778435996622, 1914352731260835654, 737396617112119490, 1158741212973190500, 1143490610672421220, 1654953357602807799, 2050915963109726904, 403813286065206382, 991132062316565095, 2082048221001379179, 22943023986533793, 785998588531053663, 1217866166083140372, 2036198478969783598, 648054502443533414, 1787353749246115810} counter= 15sumtot= 418505762562869899 --------------------------------------- # ================== Deleting memory pools =================== diff --git a/examples/extended/electromagnetic/TestEm1/include/EventAction.hh b/examples/extended/electromagnetic/TestEm1/include/EventAction.hh index f1cba1a7504..3d00fd431cd 100644 --- a/examples/extended/electromagnetic/TestEm1/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm1/include/EventAction.hh @@ -51,10 +51,12 @@ class EventAction : public G4UserEventAction inline void AddEdep(G4double Edep) { fTotalEnergyDeposit += Edep; }; inline void AddNIEL(G4double Edep) { fNIEL += Edep; }; inline G4double GetEnergyDeposit() { return fTotalEnergyDeposit; }; - + inline void AddEleak(G4double eleak) {fEnergyLeak += eleak;}; + private: G4double fTotalEnergyDeposit = 0.; G4double fNIEL = 0.; + G4double fEnergyLeak = 0.; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/include/Run.hh b/examples/extended/electromagnetic/TestEm1/include/Run.hh index a3660a51cc9..0b952542e13 100644 --- a/examples/extended/electromagnetic/TestEm1/include/Run.hh +++ b/examples/extended/electromagnetic/TestEm1/include/Run.hh @@ -58,6 +58,7 @@ class Run : public G4Run void CountProcesses(const G4String& procName); void AddEdep(G4double val) { fEdep += val; } + void AddEleak(G4double val){ fEleak += val;} void AddNIEL(G4double val) { fNIEL += val; } void AddTrueRange(G4double l) { @@ -85,7 +86,7 @@ class Run : public G4Run G4int fNbOfTraks0 = 0, fNbOfTraks1 = 0; G4int fNbOfSteps0 = 0, fNbOfSteps1 = 0; - G4double fEdep = 0., fNIEL = 0.; + G4double fEdep = 0., fEleak = 0., fNIEL = 0.; G4double fTrueRange = 0., fTrueRange2 = 0.; G4double fProjRange = 0., fProjRange2 = 0.; G4double fTransvDev = 0., fTransvDev2 = 0.; diff --git a/examples/extended/electromagnetic/TestEm1/include/TrackingAction.hh b/examples/extended/electromagnetic/TestEm1/include/TrackingAction.hh index 54710cc655e..2af008cc0bc 100644 --- a/examples/extended/electromagnetic/TestEm1/include/TrackingAction.hh +++ b/examples/extended/electromagnetic/TestEm1/include/TrackingAction.hh @@ -36,13 +36,14 @@ #include "G4UserTrackingAction.hh" class PrimaryGeneratorAction; +class EventAction; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... class TrackingAction : public G4UserTrackingAction { public: - TrackingAction(PrimaryGeneratorAction*); + TrackingAction(PrimaryGeneratorAction*, EventAction*); ~TrackingAction() override = default; void PreUserTrackingAction(const G4Track*) override; @@ -50,6 +51,7 @@ class TrackingAction : public G4UserTrackingAction private: PrimaryGeneratorAction* fPrimary = nullptr; + EventAction* fEventAction = nullptr; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/ActionInitialization.cc b/examples/extended/electromagnetic/TestEm1/src/ActionInitialization.cc index c45eefa7ea2..28b2763048b 100644 --- a/examples/extended/electromagnetic/TestEm1/src/ActionInitialization.cc +++ b/examples/extended/electromagnetic/TestEm1/src/ActionInitialization.cc @@ -61,7 +61,7 @@ void ActionInitialization::Build() const EventAction* event = new EventAction(); SetUserAction(event); - SetUserAction(new TrackingAction(prim)); + SetUserAction(new TrackingAction(prim, event)); SetUserAction(new SteppingAction(event)); diff --git a/examples/extended/electromagnetic/TestEm1/src/EventAction.cc b/examples/extended/electromagnetic/TestEm1/src/EventAction.cc index e63c9094c7b..d6a810dd2f0 100644 --- a/examples/extended/electromagnetic/TestEm1/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm1/src/EventAction.cc @@ -34,8 +34,10 @@ #include "EventAction.hh" #include "HistoManager.hh" +#include "Run.hh" #include "G4Event.hh" +#include "G4RunManager.hh" #include "G4UnitsTable.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -44,14 +46,22 @@ void EventAction::BeginOfEventAction(const G4Event*) { fTotalEnergyDeposit = 0.; fNIEL = 0.; + fEnergyLeak = 0.; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void EventAction::EndOfEventAction(const G4Event*) { + //get Run + Run* run = static_cast( + G4RunManager::GetRunManager()->GetNonConstCurrentRun()); + if (fEnergyLeak > 0.) run->AddEleak(fEnergyLeak); + G4AnalysisManager::Instance()->FillH1(4, fTotalEnergyDeposit); G4AnalysisManager::Instance()->FillH1(7, fNIEL); + G4AnalysisManager::Instance()->FillH1(8, fEnergyLeak); + G4AnalysisManager::Instance()->FillH1(9, fTotalEnergyDeposit+fEnergyLeak); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/HistoManager.cc b/examples/extended/electromagnetic/TestEm1/src/HistoManager.cc index 6ef420b2a4e..8fa53b49393 100644 --- a/examples/extended/electromagnetic/TestEm1/src/HistoManager.cc +++ b/examples/extended/electromagnetic/TestEm1/src/HistoManager.cc @@ -56,16 +56,18 @@ void HistoManager::Book() analysisManager->SetActivation(true); // enable inactivation of histograms // Define histograms start values - const G4int kMaxHisto = 7; - const G4String id[] = {"1", "2", "3", "4", "5", "6", "8"}; + const G4int kMaxHisto = 9; + const G4String id[] = {"1", "2", "3", "4", "5", "6", "7", "8", "9" }; const G4String title[] = { - "total track length of primary particle", // 1 - "nb steps of primary particle", // 2 - "step size of primary particle", // 3 - "total energy deposit", // 4 - "energy of charged secondaries at creation", // 5 - "energy of neutral secondaries at creation", // 6 - "NIEL energy deposit" // 7 + "total track length of primary particle", //1 + "nb steps of primary particle", //2 + "step size of primary particle", //3 + "total energy deposit", //4 + "energy of charged secondaries at creation", //5 + "energy of neutral secondaries at creation", //6 + "NIEL energy deposit", //7 + "energy leakage", //8 + "energy total: deposit + leakage" //9 }; // Default values (to be reset via /analysis/h1/set command) G4int nbins = 100; diff --git a/examples/extended/electromagnetic/TestEm1/src/Run.cc b/examples/extended/electromagnetic/TestEm1/src/Run.cc index 2233b0ceb19..a48bdd7f740 100644 --- a/examples/extended/electromagnetic/TestEm1/src/Run.cc +++ b/examples/extended/electromagnetic/TestEm1/src/Run.cc @@ -82,6 +82,7 @@ void Run::Merge(const G4Run* run) fNbOfSteps0 += localRun->fNbOfSteps0; fNbOfSteps1 += localRun->fNbOfSteps1; fEdep += localRun->fEdep; + fEleak += localRun->fEleak; fNIEL += localRun->fNIEL; fTrueRange += localRun->fTrueRange; fTrueRange2 += localRun->fTrueRange2; @@ -131,8 +132,14 @@ void Run::EndOfRun() } G4double dNbOfEvents = (G4double)numberOfEvent; - G4cout << "\n Total energy deposit: " << G4BestUnit(fEdep / dNbOfEvents, "Energy") << G4endl; - G4cout << " NIEL energy calculated: " << G4BestUnit(fNIEL / dNbOfEvents, "Energy") << G4endl; + G4cout << "\n Energy deposit: " + << G4BestUnit(fEdep/dNbOfEvents, "Energy") << G4endl; + G4cout << " Energy leakage: " + << G4BestUnit(fEleak/dNbOfEvents, "Energy") << G4endl; + G4cout << " Edep + Eleak: " + << G4BestUnit((fEdep+fEleak)/dNbOfEvents, "Energy") << G4endl; + G4cout << " \n NIEL energy calculated: " + << G4BestUnit(fNIEL/dNbOfEvents, "Energy") << G4endl; // nb of tracks and steps per event // diff --git a/examples/extended/electromagnetic/TestEm1/src/TrackingAction.cc b/examples/extended/electromagnetic/TestEm1/src/TrackingAction.cc index 7f219728ddb..5f48845f3c6 100644 --- a/examples/extended/electromagnetic/TestEm1/src/TrackingAction.cc +++ b/examples/extended/electromagnetic/TestEm1/src/TrackingAction.cc @@ -32,18 +32,23 @@ #include "TrackingAction.hh" +#include "EventAction.hh" #include "HistoManager.hh" #include "PrimaryGeneratorAction.hh" #include "Run.hh" +#include "G4Positron.hh" +#include "G4PhysicalConstants.hh" #include "G4RunManager.hh" +#include "G4StepStatus.hh" #include "G4SystemOfUnits.hh" #include "G4Track.hh" #include "G4UnitsTable.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TrackingAction::TrackingAction(PrimaryGeneratorAction* prim) : fPrimary(prim) {} +TrackingAction::TrackingAction(PrimaryGeneratorAction* prim, EventAction* evt) +: fPrimary(prim),fEventAction(evt) {} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -126,6 +131,16 @@ void TrackingAction::PostUserTrackingAction(const G4Track* aTrack) << " dynam-pdg= " << G4BestUnit (dif2 , "Energy") << G4endl; */ + + // energy leakage + G4StepStatus status = aTrack->GetStep()->GetPostStepPoint()->GetStepStatus(); + if (status == fWorldBoundary) { + G4double eleak = aTrack->GetKineticEnergy(); + if (aTrack->GetDefinition() == G4Positron::Positron()) { + eleak += 2*electron_mass_c2; + } + fEventAction->AddEleak(eleak); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index 36160599f8d..c9487d67764 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -62,10 +62,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -218,7 +221,7 @@ Lorentz Factor XTR photon number total time for build X-ray TR energy loss tables = 0.37 s Build angle for energy distribution according the current radiator -total time for build X-ray TR angle for energy loss tables = 1.5 s +total time for build X-ray TR angle for energy loss tables = 1.4 s msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -305,10 +308,10 @@ Lorentz Factor XTR photon number 8.085e+04 3.154 9.283e+04 3.154 -total time for build X-ray TR energy loss tables = 0.38 s +total time for build X-ray TR energy loss tables = 0.37 s Build angle for energy distribution according the current radiator -total time for build X-ray TR angle for energy loss tables = 1.46 s +total time for build X-ray TR angle for energy loss tables = 1.39 s msc: for proton SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -352,7 +355,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -632,7 +635,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.260000s Real=0.308644s Sys=0.000000s + User=0.220000s Real=0.223966s Sys=0.000000s ================== run summary ===================== End of Run TotNbofEvents = 1000 Mean energy deposit in absorber = 0.0479535 +-0.0189569 MeV diff --git a/examples/extended/electromagnetic/TestEm11/History b/examples/extended/electromagnetic/TestEm11/History index a0da6bfb64f..6938f02dbdf 100644 --- a/examples/extended/electromagnetic/TestEm11/History +++ b/examples/extended/electromagnetic/TestEm11/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-22 Michel Maire (testem11-V11-02-01) +- TrackingAction: in energy leakage, add special traitement for positron + ## 2024-01-30 Vladimir Ivanchenko (testem11-V11-02-00) - PrimaryGeneratorAction - added tiny shift of position of the particle gun from the world volume boundary. This fix removes diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index 644e1576dcd..6183435b7b1 100644 --- a/examples/extended/electromagnetic/TestEm11/TestEm11.out +++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -93,10 +93,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -292,7 +295,7 @@ nuclearStopping: for GenericIon SubType=8 BuildTable=0 min MeanLife (from G4NuclideTable) 1 ps Max life time (from G4DeexPrecoParameters) 1 ns Internal e- conversion flag 1 -Stored internal conversion coefficients 0 +Stored internal conversion coefficients 1 Enabled atomic relaxation mode 0 Enable correlated gamma emission 0 Max 2J for sampling of angular correlations 10 @@ -546,7 +549,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20000 - User=1.100000s Real=1.135229s Sys=0.000000s + User=0.930000s Real=0.930109s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm11/src/TrackingAction.cc b/examples/extended/electromagnetic/TestEm11/src/TrackingAction.cc index a01d6018811..e9d5ca2a3fe 100644 --- a/examples/extended/electromagnetic/TestEm11/src/TrackingAction.cc +++ b/examples/extended/electromagnetic/TestEm11/src/TrackingAction.cc @@ -37,70 +37,75 @@ #include "HistoManager.hh" #include "Run.hh" +#include "G4PhysicalConstants.hh" +#include "G4Positron.hh" #include "G4RunManager.hh" #include "G4StepStatus.hh" #include "G4Track.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TrackingAction::TrackingAction(DetectorConstruction* det, EventAction* evt) - : fDetector(det), fEventAct(evt) -{} +TrackingAction::TrackingAction(DetectorConstruction* det,EventAction* evt) +:fDetector(det),fEventAct(evt) +{ } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TrackingAction::PostUserTrackingAction(const G4Track* track) { G4int trackID = track->GetTrackID(); - + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - Run* run = static_cast(G4RunManager::GetRunManager()->GetNonConstCurrentRun()); - - // track length of primary particle or charged secondaries + Run* run + = static_cast( + G4RunManager::GetRunManager()->GetNonConstCurrentRun()); + + //track length of primary particle or charged secondaries // G4double tracklen = track->GetTrackLength(); if (trackID == 1) { run->AddTrackLength(tracklen); analysisManager->FillH1(3, tracklen); - } - else if (track->GetDefinition()->GetPDGCharge() != 0.) + } else if (track->GetDefinition()->GetPDGCharge() != 0.) analysisManager->FillH1(6, tracklen); - - // extract projected range of primary particle + + //extract projected range of primary particle // if (trackID == 1) { - G4double x = track->GetPosition().x() + 0.5 * fDetector->GetAbsorSizeX(); + G4double x = track->GetPosition().x() + 0.5*fDetector->GetAbsorSizeX(); run->AddProjRange(x); analysisManager->FillH1(5, x); } - - // mean step size of primary particle + + //mean step size of primary particle // if (trackID == 1) { G4int nbOfSteps = track->GetCurrentStepNumber(); - G4double stepSize = tracklen / nbOfSteps; - run->AddStepSize(nbOfSteps, stepSize); + G4double stepSize = tracklen/nbOfSteps; + run->AddStepSize(nbOfSteps,stepSize); } - - // status of primary particle : absorbed, transmited, reflected ? + + //status of primary particle : absorbed, transmited, reflected ? // if (trackID == 1) { G4int flag = 0; if (!track->GetNextVolume()) { - if (track->GetMomentumDirection().x() > 0.) - flag = 1; - else - flag = 2; + if (track->GetMomentumDirection().x() > 0.) flag = 1; + else flag = 2; } run->AddTrackStatus(flag); } - + // where are we ? G4StepStatus status = track->GetStep()->GetPostStepPoint()->GetStepStatus(); if (status == fWorldBoundary) { - G4double energy = track->GetKineticEnergy(); - fEventAct->AddEleak(energy); + G4double eleak = track->GetKineticEnergy(); + if (track->GetDefinition() == G4Positron::Positron()) { + eleak += 2*electron_mass_c2; + } + fEventAct->AddEleak(eleak); } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index 683d6948b63..2567416be19 100644 --- a/examples/extended/electromagnetic/TestEm12/TestEm12.out +++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -86,10 +86,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -263,7 +266,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV CSDA range table up to 1 GeV in 49 bins @@ -542,7 +545,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.910000s Real=0.937099s Sys=0.000000s + User=0.910000s Real=0.908880s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index 4d38fa3c769..b1c89f5ae4a 100644 --- a/examples/extended/electromagnetic/TestEm13/TestEm13.out +++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,10 +40,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -160,10 +163,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. --------- Ranecu engine status --------- @@ -183,7 +189,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=2.320000s Real=2.350237s Sys=0.000000s + User=2.230000s Real=2.249596s Sys=0.000000s ======================== run summary ====================== @@ -250,7 +256,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.750000s Real=2.941842s Sys=0.000000s + User=2.570000s Real=2.629715s Sys=0.010000s ======================== run summary ====================== @@ -271,9 +277,9 @@ Run Summary ---------------------------------------- G4 kernel has come to Quit state. Deleting G4Run (id:1) -UserDetectorConstruction deleted 0xfd6d30 -UserPhysicsList deleted 0x1278f00 -UserActionInitialization deleted 0x13f9e60 +UserDetectorConstruction deleted 0x8a1640 +UserPhysicsList deleted 0xb53bf0 +UserActionInitialization deleted 0xcd4c10 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index 3bc0f9c72a2..6d78d422be9 100644 --- a/examples/extended/electromagnetic/TestEm14/TestEm14.out +++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,10 +40,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -160,10 +163,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. --------- Ranecu engine status --------- @@ -183,7 +189,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=3.820000s Real=3.881869s Sys=0.000000s + User=4.680000s Real=5.002171s Sys=0.010000s ======================== run summary ====================== @@ -253,7 +259,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.810000s Real=3.909531s Sys=0.000000s + User=3.610000s Real=3.666068s Sys=0.000000s ======================== run summary ====================== @@ -276,9 +282,9 @@ Run Summary ---------------------------------------- G4 kernel has come to Quit state. Deleting G4Run (id:1) -UserDetectorConstruction deleted 0x52bd30 -UserPhysicsList deleted 0x7d0b10 -UserActionInitialization deleted 0x951870 +UserDetectorConstruction deleted 0x1d2c640 +UserPhysicsList deleted 0x1fe1400 +UserActionInitialization deleted 0x2162640 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index af185d1b027..5b8d677f7e0 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -195,7 +195,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -251,10 +251,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -384,7 +387,7 @@ ionIoni: for GenericIon XStype:0 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 0, fluct: 0, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -549,10 +552,13 @@ Index : 1 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. ------- MixMaxRng engine status ------- @@ -563,7 +569,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.050327s Sys=0.000000s + User=0.040000s Real=0.045057s Sys=0.000000s The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 ) @@ -635,7 +641,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.060000s Real=0.063707s Sys=0.000000s + User=0.060000s Real=0.058742s Sys=0.000000s The run consists of 10000 e- of 100 keV through 100 m of Water (density: 1 g/cm3 ) @@ -664,8 +670,8 @@ N=17 V[N]={310976880687426508, 1713548588833330960, 1561521303267605489, 5885692 --------------------------------------- G4 kernel has come to Quit state. Deleting G4Run (id:1) -UserDetectorConstruction deleted 0xdc3970 -UserPhysicsList deleted 0xe07840 +UserDetectorConstruction deleted 0xcffc50 +UserPhysicsList deleted 0xd434f0 UserActionInitialization deleted 0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 diff --git a/examples/extended/electromagnetic/TestEm16/TestEm16.out b/examples/extended/electromagnetic/TestEm16/TestEm16.out index 9e57d7666ab..8959ee62216 100644 --- a/examples/extended/electromagnetic/TestEm16/TestEm16.out +++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -122,10 +122,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -334,7 +337,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.200000s Real=0.233569s Sys=0.000000s + User=0.190000s Real=0.188390s Sys=0.000000s Summary for synchrotron radiation : Number of photons = 64566 Emean = 20.42 +/- 0.1465 keV diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out index 660d6fadf08..5405e14bd81 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,7 +21,7 @@ ***** Table : Nb of materials = 7 ***** - Material: galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -165,10 +165,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -339,7 +342,7 @@ ionIoni: for GenericIon XStype:1 SubType=2 Lambda tables from threshold to 1000 PeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 1000 PeV msc: for alpha SubType= 10 @@ -604,10 +607,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. ### Run 0 start. @@ -629,12 +635,12 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=1.320000s Real=1.363002s Sys=0.000000s + User=1.520000s Real=1.558747s Sys=0.030000s The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> CoulombScat : 5613 muIoni : 466065 muPairProd : 63500 muBrems : 637 - Simulation: total CrossSection = 0.53581 /cm MeanFreePath = 1.8663 cm massicCrossSection = 0.068083 cm2/g + Number of process calls ---> CoulombScat : 5817 muIoni : 465476 muPairProd : 63643 muBrems : 651 + Simulation: total CrossSection = 0.53559 /cm MeanFreePath = 1.8671 cm massicCrossSection = 0.068054 cm2/g Theory: total CrossSection = 0.52947 /cm MeanFreePath = 1.8887 cm massicCrossSection = 0.067277 cm2/g # /gun/particle pi+ @@ -670,7 +676,7 @@ Index : 0 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={432129628493770164, 1814378723063674975, 1209460836733901477, 40378447318968385, 1166405697066150015, 1712438097955414309, 1162066631942647724, 1377996140163220349, 67315068592747067, 761465620694214575, 1743598615136346759, 196570106205536369, 93293628111674800, 2181392307262736968, 2131942092924136303, 1649029329482157720, 374520013121668153} counter= 11sumtot= 1973479919773108455 +N=17 V[N]={882454084924701664, 2270259229220857311, 818577390581940897, 1426604042526396198, 480266226005173583, 188530774845791518, 1049894952900439173, 2108254491617653549, 67514774349258322, 175092158049147372, 393893130671613424, 1529173506857517301, 1747618713700092971, 2151849549381702022, 721140998242719756, 579078769140434288, 1816672379963618080} counter= 17sumtot= 2265974108483199772 --------------------------------------- --> Event 0 starts. --> Event 1000 starts. @@ -685,12 +691,12 @@ N=17 V[N]={432129628493770164, 1814378723063674975, 1209460836733901477, 4037844 Run terminated. Run Summary Number of events processed : 10000 - User=1.280000s Real=1.291411s Sys=0.000000s + User=1.140000s Real=1.147049s Sys=0.000000s The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> hPairProd : 59687 hIoni : 437672 CoulombScat : 5542 hBrems : 356 - Simulation: total CrossSection = 0.50326 /cm MeanFreePath = 1.9871 cm massicCrossSection = 0.063946 cm2/g + Number of process calls ---> hIoni : 436874 hPairProd : 59172 CoulombScat : 5569 hBrems : 393 + Simulation: total CrossSection = 0.50201 /cm MeanFreePath = 1.992 cm massicCrossSection = 0.063788 cm2/g # /gun/particle proton /run/beamOn 10000 @@ -725,7 +731,7 @@ Index : 0 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={666189274156109320, 913680459780043419, 495444254095043894, 163299520257719017, 104458280747222742, 272215273116300644, 932702107349058568, 885237446869949751, 1190578473375854215, 1090243270728123887, 915443789560795790, 1352586357148823147, 1049018277636030738, 2005118987467449020, 2146158333251440373, 695781257761596764, 1124268770556695881} counter= 9sumtot= 2167366078576093464 +N=17 V[N]={2103257823577124208, 469380737387581810, 386042433805554138, 1802430644607842505, 804448371540535249, 1779466859180359812, 1937382105945851007, 365603651364239426, 1236294566231758049, 530694216919414896, 1036938576786736727, 1786903812069656131, 966308926261532388, 907406917814257267, 1632242837280314955, 454243073969002515, 212028608884676175} counter= 2sumtot= 2270173099130579601 --------------------------------------- --> Event 0 starts. --> Event 1000 starts. @@ -740,17 +746,17 @@ N=17 V[N]={666189274156109320, 913680459780043419, 495444254095043894, 163299520 Run terminated. Run Summary Number of events processed : 10000 - User=1.140000s Real=1.234717s Sys=0.000000s + User=1.210000s Real=1.214799s Sys=0.000000s The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> hIoni : 436930 hPairProd : 34302 CoulombScat : 5625 hBrems : 3 - Simulation: total CrossSection = 0.47686 /cm MeanFreePath = 2.0971 cm massicCrossSection = 0.060592 cm2/g + Number of process calls ---> hIoni : 436614 hPairProd : 33957 CoulombScat : 5719 hBrems : 11 + Simulation: total CrossSection = 0.4763 /cm MeanFreePath = 2.0995 cm massicCrossSection = 0.060521 cm2/g # G4 kernel has come to Quit state. Deleting G4Run (id:2) -UserDetectorConstruction deleted 0x1786650 -UserPhysicsList deleted 0x17c5a18 +UserDetectorConstruction deleted 0x25d1910 +UserPhysicsList deleted 0x2610788 UserActionInitialization deleted 0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 @@ -766,15 +772,15 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00673 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0163 MB +Pool ID '17G4DynamicParticle', size : 0.0154 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.0317 MB +Pool ID '7G4Track', size : 0.0308 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.061 MB +Dynamic pools deleted: 9 / Total memory freed: 0.059 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out index 6f1a2a12377..2db5b852d29 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,10 +40,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -122,10 +125,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -215,7 +221,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.650000s Real=0.667681s Sys=0.000000s + User=0.590000s Real=0.591981s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index a2ee5660da8..09bf98919c0 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -54,10 +54,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -157,10 +160,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -279,7 +285,7 @@ eBrem: for e+ XStype:3 SubType=3 eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai -annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 +annihil: for e+ XStype:2 SubType=5 AtRestModel:Simple BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eplus2gg : Emin= 0 eV Emax= 100 TeV @@ -331,7 +337,7 @@ ionIoni: for GenericIon XStype:1 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -599,51 +605,51 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100 - User=2.400000s Real=2.425051s Sys=0.000000s + User=2.240000s Real=2.268802s Sys=0.000000s LOGITUDINAL PROFILE CUMULATIVE LOGITUDINAL PROFILE bin Mean rms bin Mean rms - 0.00-> 0.50 radl: 0.18% 0.08% 0-> 0.50 radl: 0.18% 0.08% - 0.50-> 1.00 radl: 0.44% 0.30% 0-> 1.00 radl: 0.62% 0.34% - 1.00-> 1.50 radl: 0.89% 0.50% 0-> 1.50 radl: 1.52% 0.77% - 1.50-> 2.00 radl: 1.64% 0.80% 0-> 2.00 radl: 3.15% 1.45% - 2.00-> 2.50 radl: 2.41% 1.15% 0-> 2.50 radl: 5.56% 2.46% - 2.50-> 3.00 radl: 3.30% 1.46% 0-> 3.00 radl: 8.86% 3.75% - 3.00-> 3.50 radl: 4.01% 1.49% 0-> 3.50 radl: 12.87% 4.98% - 3.50-> 4.00 radl: 4.58% 1.56% 0-> 4.00 radl: 17.45% 6.28% - 4.00-> 4.50 radl: 5.14% 1.69% 0-> 4.50 radl: 22.59% 7.60% - 4.50-> 5.00 radl: 5.39% 1.71% 0-> 5.00 radl: 27.98% 8.76% - 5.00-> 5.50 radl: 5.63% 1.75% 0-> 5.50 radl: 33.61% 9.83% - 5.50-> 6.00 radl: 5.52% 1.54% 0-> 6.00 radl: 39.13% 10.66% - 6.00-> 6.50 radl: 5.35% 1.33% 0-> 6.50 radl: 44.48% 11.22% - 6.50-> 7.00 radl: 5.16% 1.32% 0-> 7.00 radl: 49.64% 11.51% - 7.00-> 7.50 radl: 5.03% 1.16% 0-> 7.50 radl: 54.68% 11.54% - 7.50-> 8.00 radl: 4.62% 1.17% 0-> 8.00 radl: 59.29% 11.27% - 8.00-> 8.50 radl: 4.27% 1.05% 0-> 8.50 radl: 63.56% 11.14% - 8.50-> 9.00 radl: 3.88% 1.09% 0-> 9.00 radl: 67.44% 10.81% - 9.00-> 9.50 radl: 3.41% 1.00% 0-> 9.50 radl: 70.86% 10.48% - 9.50->10.00 radl: 3.11% 0.97% 0->10.00 radl: 73.97% 9.98% - 10.00->10.50 radl: 2.81% 0.91% 0->10.50 radl: 76.78% 9.45% - 10.50->11.00 radl: 2.50% 1.02% 0->11.00 radl: 79.28% 8.80% - 11.00->11.50 radl: 2.27% 0.96% 0->11.50 radl: 81.55% 8.03% - 11.50->12.00 radl: 2.04% 1.03% 0->12.00 radl: 83.59% 7.24% - 12.00->12.50 radl: 1.78% 0.90% 0->12.50 radl: 85.38% 6.49% - 12.50->13.00 radl: 1.53% 0.88% 0->13.00 radl: 86.91% 5.78% - 13.00->13.50 radl: 1.29% 0.79% 0->13.50 radl: 88.20% 5.11% - 13.50->14.00 radl: 1.11% 0.73% 0->14.00 radl: 89.32% 4.53% - 14.00->14.50 radl: 0.96% 0.67% 0->14.50 radl: 90.28% 3.99% - 14.50->15.00 radl: 0.89% 0.61% 0->15.00 radl: 91.17% 3.50% - 15.00->15.50 radl: 0.76% 0.57% 0->15.50 radl: 91.93% 3.04% - 15.50->16.00 radl: 0.64% 0.49% 0->16.00 radl: 92.56% 2.66% - 16.00->16.50 radl: 0.53% 0.35% 0->16.50 radl: 93.09% 2.40% - 16.50->17.00 radl: 0.45% 0.35% 0->17.00 radl: 93.54% 2.15% - 17.00->17.50 radl: 0.37% 0.29% 0->17.50 radl: 93.91% 1.91% - 17.50->18.00 radl: 0.32% 0.27% 0->18.00 radl: 94.23% 1.72% - 18.00->18.50 radl: 0.28% 0.26% 0->18.50 radl: 94.51% 1.53% - 18.50->19.00 radl: 0.23% 0.22% 0->19.00 radl: 94.74% 1.38% - 19.00->19.50 radl: 0.21% 0.22% 0->19.50 radl: 94.95% 1.25% - 19.50->20.00 radl: 0.15% 0.19% 0->20.00 radl: 95.10% 1.13% + 0.00-> 0.50 radl: 0.19% 0.11% 0-> 0.50 radl: 0.19% 0.11% + 0.50-> 1.00 radl: 0.50% 0.39% 0-> 1.00 radl: 0.69% 0.46% + 1.00-> 1.50 radl: 0.97% 0.51% 0-> 1.50 radl: 1.67% 0.90% + 1.50-> 2.00 radl: 1.65% 0.81% 0-> 2.00 radl: 3.31% 1.60% + 2.00-> 2.50 radl: 2.38% 1.09% 0-> 2.50 radl: 5.70% 2.55% + 2.50-> 3.00 radl: 3.12% 1.35% 0-> 3.00 radl: 8.82% 3.72% + 3.00-> 3.50 radl: 3.93% 1.52% 0-> 3.50 radl: 12.76% 5.02% + 3.50-> 4.00 radl: 4.55% 1.57% 0-> 4.00 radl: 17.31% 6.28% + 4.00-> 4.50 radl: 5.24% 1.59% 0-> 4.50 radl: 22.55% 7.40% + 4.50-> 5.00 radl: 5.60% 1.41% 0-> 5.00 radl: 28.15% 8.28% + 5.00-> 5.50 radl: 5.96% 1.32% 0-> 5.50 radl: 34.10% 8.87% + 5.50-> 6.00 radl: 5.90% 1.25% 0-> 6.00 radl: 40.01% 9.40% + 6.00-> 6.50 radl: 5.91% 1.24% 0-> 6.50 radl: 45.92% 9.73% + 6.50-> 7.00 radl: 5.41% 1.07% 0-> 7.00 radl: 51.33% 9.84% + 7.00-> 7.50 radl: 4.96% 1.04% 0-> 7.50 radl: 56.29% 9.67% + 7.50-> 8.00 radl: 4.58% 1.06% 0-> 8.00 radl: 60.87% 9.40% + 8.00-> 8.50 radl: 4.14% 0.93% 0-> 8.50 radl: 65.00% 9.13% + 8.50-> 9.00 radl: 3.84% 1.04% 0-> 9.00 radl: 68.84% 8.54% + 9.00-> 9.50 radl: 3.48% 0.98% 0-> 9.50 radl: 72.32% 8.02% + 9.50->10.00 radl: 3.16% 0.89% 0->10.00 radl: 75.48% 7.46% + 10.00->10.50 radl: 2.79% 0.99% 0->10.50 radl: 78.26% 6.78% + 10.50->11.00 radl: 2.39% 0.97% 0->11.00 radl: 80.66% 6.08% + 11.00->11.50 radl: 2.13% 0.85% 0->11.50 radl: 82.79% 5.55% + 11.50->12.00 radl: 1.89% 0.79% 0->12.00 radl: 84.67% 5.07% + 12.00->12.50 radl: 1.56% 0.71% 0->12.50 radl: 86.23% 4.62% + 12.50->13.00 radl: 1.38% 0.64% 0->13.00 radl: 87.61% 4.18% + 13.00->13.50 radl: 1.21% 0.54% 0->13.50 radl: 88.82% 3.83% + 13.50->14.00 radl: 1.04% 0.51% 0->14.00 radl: 89.86% 3.46% + 14.00->14.50 radl: 0.91% 0.52% 0->14.50 radl: 90.77% 3.09% + 14.50->15.00 radl: 0.76% 0.46% 0->15.00 radl: 91.53% 2.73% + 15.00->15.50 radl: 0.71% 0.41% 0->15.50 radl: 92.24% 2.45% + 15.50->16.00 radl: 0.59% 0.38% 0->16.00 radl: 92.83% 2.18% + 16.00->16.50 radl: 0.48% 0.30% 0->16.50 radl: 93.31% 2.02% + 16.50->17.00 radl: 0.38% 0.27% 0->17.00 radl: 93.69% 1.87% + 17.00->17.50 radl: 0.37% 0.28% 0->17.50 radl: 94.06% 1.70% + 17.50->18.00 radl: 0.30% 0.27% 0->18.00 radl: 94.36% 1.51% + 18.00->18.50 radl: 0.24% 0.21% 0->18.50 radl: 94.60% 1.40% + 18.50->19.00 radl: 0.21% 0.21% 0->19.00 radl: 94.81% 1.26% + 19.00->19.50 radl: 0.19% 0.17% 0->19.50 radl: 95.00% 1.16% + 19.50->20.00 radl: 0.17% 0.18% 0->20.00 radl: 95.17% 1.05% @@ -651,85 +657,85 @@ Run Summary bin Mean rms bin Mean rms - 0.00-> 0.10 radl: 17.73% 1.95% 0-> 0.10 radl: 17.73% 1.95% - 0.10-> 0.20 radl: 13.20% 1.42% 0-> 0.20 radl: 30.92% 2.47% - 0.20-> 0.30 radl: 9.96% 1.24% 0-> 0.30 radl: 40.88% 2.59% - 0.30-> 0.40 radl: 7.75% 0.89% 0-> 0.40 radl: 48.63% 2.49% - 0.40-> 0.50 radl: 6.05% 0.75% 0-> 0.50 radl: 54.68% 2.46% - 0.50-> 0.60 radl: 4.90% 0.64% 0-> 0.60 radl: 59.59% 2.34% - 0.60-> 0.70 radl: 3.96% 0.60% 0-> 0.70 radl: 63.54% 2.20% - 0.70-> 0.80 radl: 3.25% 0.59% 0-> 0.80 radl: 66.79% 2.03% - 0.80-> 0.90 radl: 2.86% 0.57% 0-> 0.90 radl: 69.65% 1.97% - 0.90-> 1.00 radl: 2.38% 0.47% 0-> 1.00 radl: 72.03% 1.88% - 1.00-> 1.10 radl: 2.05% 0.42% 0-> 1.10 radl: 74.08% 1.76% - 1.10-> 1.20 radl: 1.81% 0.39% 0-> 1.20 radl: 75.89% 1.70% - 1.20-> 1.30 radl: 1.55% 0.30% 0-> 1.30 radl: 77.44% 1.62% - 1.30-> 1.40 radl: 1.42% 0.35% 0-> 1.40 radl: 78.87% 1.59% - 1.40-> 1.50 radl: 1.25% 0.30% 0-> 1.50 radl: 80.12% 1.58% - 1.50-> 1.60 radl: 1.13% 0.26% 0-> 1.60 radl: 81.25% 1.54% - 1.60-> 1.70 radl: 1.03% 0.25% 0-> 1.70 radl: 82.28% 1.56% - 1.70-> 1.80 radl: 0.99% 0.23% 0-> 1.80 radl: 83.27% 1.56% - 1.80-> 1.90 radl: 0.88% 0.20% 0-> 1.90 radl: 84.15% 1.54% - 1.90-> 2.00 radl: 0.85% 0.22% 0-> 2.00 radl: 84.99% 1.51% - 2.00-> 2.10 radl: 0.75% 0.19% 0-> 2.10 radl: 85.74% 1.48% - 2.10-> 2.20 radl: 0.70% 0.22% 0-> 2.20 radl: 86.44% 1.44% - 2.20-> 2.30 radl: 0.65% 0.19% 0-> 2.30 radl: 87.09% 1.39% - 2.30-> 2.40 radl: 0.61% 0.20% 0-> 2.40 radl: 87.70% 1.35% - 2.40-> 2.50 radl: 0.55% 0.16% 0-> 2.50 radl: 88.26% 1.33% - 2.50-> 2.60 radl: 0.50% 0.17% 0-> 2.60 radl: 88.75% 1.31% - 2.60-> 2.70 radl: 0.49% 0.15% 0-> 2.70 radl: 89.24% 1.32% - 2.70-> 2.80 radl: 0.43% 0.16% 0-> 2.80 radl: 89.68% 1.30% - 2.80-> 2.90 radl: 0.43% 0.14% 0-> 2.90 radl: 90.11% 1.28% - 2.90-> 3.00 radl: 0.41% 0.13% 0-> 3.00 radl: 90.52% 1.27% - 3.00-> 3.10 radl: 0.37% 0.13% 0-> 3.10 radl: 90.89% 1.26% - 3.10-> 3.20 radl: 0.35% 0.12% 0-> 3.20 radl: 91.24% 1.23% - 3.20-> 3.30 radl: 0.34% 0.13% 0-> 3.30 radl: 91.58% 1.22% - 3.30-> 3.40 radl: 0.32% 0.12% 0-> 3.40 radl: 91.90% 1.19% - 3.40-> 3.50 radl: 0.30% 0.12% 0-> 3.50 radl: 92.20% 1.19% - 3.50-> 3.60 radl: 0.28% 0.12% 0-> 3.60 radl: 92.48% 1.18% - 3.60-> 3.70 radl: 0.25% 0.09% 0-> 3.70 radl: 92.73% 1.16% - 3.70-> 3.80 radl: 0.25% 0.11% 0-> 3.80 radl: 92.99% 1.17% - 3.80-> 3.90 radl: 0.24% 0.11% 0-> 3.90 radl: 93.23% 1.14% - 3.90-> 4.00 radl: 0.23% 0.09% 0-> 4.00 radl: 93.46% 1.15% - 4.00-> 4.10 radl: 0.19% 0.09% 0-> 4.10 radl: 93.64% 1.16% - 4.10-> 4.20 radl: 0.20% 0.10% 0-> 4.20 radl: 93.85% 1.16% - 4.20-> 4.30 radl: 0.19% 0.09% 0-> 4.30 radl: 94.04% 1.15% - 4.30-> 4.40 radl: 0.20% 0.07% 0-> 4.40 radl: 94.24% 1.15% - 4.40-> 4.50 radl: 0.17% 0.08% 0-> 4.50 radl: 94.41% 1.14% - 4.50-> 4.60 radl: 0.16% 0.08% 0-> 4.60 radl: 94.57% 1.13% - 4.60-> 4.70 radl: 0.14% 0.08% 0-> 4.70 radl: 94.71% 1.12% - 4.70-> 4.80 radl: 0.15% 0.09% 0-> 4.80 radl: 94.86% 1.12% - 4.80-> 4.90 radl: 0.13% 0.08% 0-> 4.90 radl: 94.99% 1.13% - 4.90-> 5.00 radl: 0.11% 0.07% 0-> 5.00 radl: 95.10% 1.13% + 0.00-> 0.10 radl: 17.63% 1.63% 0-> 0.10 radl: 17.63% 1.63% + 0.10-> 0.20 radl: 13.25% 1.16% 0-> 0.20 radl: 30.89% 2.20% + 0.20-> 0.30 radl: 9.86% 1.04% 0-> 0.30 radl: 40.74% 2.39% + 0.30-> 0.40 radl: 7.73% 0.85% 0-> 0.40 radl: 48.48% 2.41% + 0.40-> 0.50 radl: 6.02% 0.80% 0-> 0.50 radl: 54.50% 2.32% + 0.50-> 0.60 radl: 4.95% 0.70% 0-> 0.60 radl: 59.45% 2.26% + 0.60-> 0.70 radl: 4.07% 0.64% 0-> 0.70 radl: 63.51% 2.20% + 0.70-> 0.80 radl: 3.31% 0.52% 0-> 0.80 radl: 66.83% 2.07% + 0.80-> 0.90 radl: 2.80% 0.50% 0-> 0.90 radl: 69.62% 1.91% + 0.90-> 1.00 radl: 2.36% 0.47% 0-> 1.00 radl: 71.98% 1.87% + 1.00-> 1.10 radl: 2.01% 0.36% 0-> 1.10 radl: 73.99% 1.78% + 1.10-> 1.20 radl: 1.84% 0.40% 0-> 1.20 radl: 75.83% 1.72% + 1.20-> 1.30 radl: 1.58% 0.40% 0-> 1.30 radl: 77.41% 1.63% + 1.30-> 1.40 radl: 1.42% 0.31% 0-> 1.40 radl: 78.83% 1.59% + 1.40-> 1.50 radl: 1.29% 0.29% 0-> 1.50 radl: 80.11% 1.60% + 1.50-> 1.60 radl: 1.11% 0.24% 0-> 1.60 radl: 81.22% 1.57% + 1.60-> 1.70 radl: 1.03% 0.26% 0-> 1.70 radl: 82.25% 1.54% + 1.70-> 1.80 radl: 0.95% 0.26% 0-> 1.80 radl: 83.19% 1.48% + 1.80-> 1.90 radl: 0.90% 0.25% 0-> 1.90 radl: 84.09% 1.42% + 1.90-> 2.00 radl: 0.83% 0.23% 0-> 2.00 radl: 84.92% 1.39% + 2.00-> 2.10 radl: 0.74% 0.20% 0-> 2.10 radl: 85.66% 1.36% + 2.10-> 2.20 radl: 0.71% 0.20% 0-> 2.20 radl: 86.37% 1.32% + 2.20-> 2.30 radl: 0.64% 0.22% 0-> 2.30 radl: 87.01% 1.30% + 2.30-> 2.40 radl: 0.60% 0.18% 0-> 2.40 radl: 87.61% 1.28% + 2.40-> 2.50 radl: 0.56% 0.15% 0-> 2.50 radl: 88.17% 1.26% + 2.50-> 2.60 radl: 0.52% 0.15% 0-> 2.60 radl: 88.70% 1.22% + 2.60-> 2.70 radl: 0.51% 0.16% 0-> 2.70 radl: 89.21% 1.21% + 2.70-> 2.80 radl: 0.47% 0.14% 0-> 2.80 radl: 89.68% 1.20% + 2.80-> 2.90 radl: 0.43% 0.14% 0-> 2.90 radl: 90.11% 1.21% + 2.90-> 3.00 radl: 0.43% 0.14% 0-> 3.00 radl: 90.54% 1.20% + 3.00-> 3.10 radl: 0.37% 0.12% 0-> 3.10 radl: 90.91% 1.18% + 3.10-> 3.20 radl: 0.34% 0.12% 0-> 3.20 radl: 91.25% 1.17% + 3.20-> 3.30 radl: 0.33% 0.12% 0-> 3.30 radl: 91.58% 1.16% + 3.30-> 3.40 radl: 0.31% 0.13% 0-> 3.40 radl: 91.89% 1.16% + 3.40-> 3.50 radl: 0.32% 0.13% 0-> 3.50 radl: 92.21% 1.14% + 3.50-> 3.60 radl: 0.28% 0.12% 0-> 3.60 radl: 92.49% 1.15% + 3.60-> 3.70 radl: 0.26% 0.11% 0-> 3.70 radl: 92.75% 1.13% + 3.70-> 3.80 radl: 0.26% 0.11% 0-> 3.80 radl: 93.01% 1.12% + 3.80-> 3.90 radl: 0.23% 0.09% 0-> 3.90 radl: 93.24% 1.13% + 3.90-> 4.00 radl: 0.23% 0.10% 0-> 4.00 radl: 93.47% 1.13% + 4.00-> 4.10 radl: 0.22% 0.10% 0-> 4.10 radl: 93.69% 1.12% + 4.10-> 4.20 radl: 0.20% 0.08% 0-> 4.20 radl: 93.89% 1.10% + 4.20-> 4.30 radl: 0.20% 0.09% 0-> 4.30 radl: 94.09% 1.10% + 4.30-> 4.40 radl: 0.19% 0.09% 0-> 4.40 radl: 94.28% 1.09% + 4.40-> 4.50 radl: 0.17% 0.08% 0-> 4.50 radl: 94.45% 1.08% + 4.50-> 4.60 radl: 0.17% 0.08% 0-> 4.60 radl: 94.62% 1.07% + 4.60-> 4.70 radl: 0.16% 0.09% 0-> 4.70 radl: 94.78% 1.07% + 4.70-> 4.80 radl: 0.15% 0.07% 0-> 4.80 radl: 94.93% 1.06% + 4.80-> 4.90 radl: 0.14% 0.06% 0-> 4.90 radl: 95.06% 1.06% + 4.90-> 5.00 radl: 0.11% 0.06% 0-> 5.00 radl: 95.17% 1.05% ===== SUMMARY ===== Total number of events: 100 - Mean number of charged steps: 7243.52 - Mean number of neutral steps: 4104.99 + Mean number of charged steps: 7282.30 + Mean number of neutral steps: 4129.76 - energy deposit : 95.10 % E0 +- 1.13 % E0 - charged traklen: 485.02 radl +- 5.72 radl - neutral traklen: 4211.12 radl +- 106.32 radl + energy deposit : 95.17 % E0 +- 1.05 % E0 + charged traklen: 485.17 radl +- 5.33 radl + neutral traklen: 4234.20 radl +- 137.47 radl 90.00 % confinement: radius = 2.87 radl (2.56 cm ) <<<>>> 100 events for Total Energy in Absorber -Edep: 0.95103 delEdep= 0.00203021 nrms= 2.47586 -Erms: 0.0113416 delErms= 0.0031416 nrms= 3.83121 -<<<>>> IS ACCEPTED +Edep: 0.951731 delEdep= 0.00273084 nrms= 3.33029 +Erms: 0.0104885 delErms= 0.00228851 nrms= 2.79087 +<<<>>> IS NOT ACCEPTED ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1320352641469246449, 748593876044476691, 1615749449855265301, 125343198321865026, 834324597444753381, 476231807464612, 1793595680660756118, 1053561202518711313, 1364853499329730466, 611659800538802749, 19571227452826305, 1518611527987771938, 1594630539722534896, 1449659023793603771, 2005265392046213865, 509648880159559296, 2217712594629105637} counter= 16sumtot= 336865290073136206 +N=17 V[N]={1398845600007675958, 668479405224017148, 1983933737211562293, 1412120036313625423, 1337744427355291499, 760986330337380472, 80325672388640921, 1819653083881006092, 1132830951630036280, 778023537716595151, 2262839309974581669, 1878387213102408022, 1615122050315780633, 290768350164185196, 589013399592900989, 1103856972128193763, 332547298556216580} counter= 13sumtot= 998733302190546481 --------------------------------------- ... write file : testem2.root - done ... close file : testem2.root - done ... clear all data - done ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.067 MB +Dynamic pools deleted: 9 / Total memory freed: 0.064 MB ============================================================ diff --git a/examples/extended/electromagnetic/TestEm3/History b/examples/extended/electromagnetic/TestEm3/History index 1b36f3d84c9..d37754dd81b 100644 --- a/examples/extended/electromagnetic/TestEm3/History +++ b/examples/extended/electromagnetic/TestEm3/History @@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-22 Michel Maire (testem3-V11-02-02) +- TrackingAction: in energy leakage, add special traitement for positron + +## 2024-10-01 Michel Maire (testem3-V11-02-01) +- Run::Merge(): add fEnergyDeposit[k] (bugzilla 2626) + ## 2024-04-03 Michel Maire (testem3-V11-02-00) - Readme: documente stepMax.mac diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out b/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out index 2e4a01d6659..a5ae064fd29 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Aluminium: 10 cm ------------------------------------------------------------- - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -93,10 +93,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -248,7 +251,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index 9d8528ee1d1..47b011e4a90 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -36,7 +36,7 @@ PhysicsList::AddPhysicsList: G4_lAr: 5.7 mm ------------------------------------------------------------- - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -102,10 +102,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -224,7 +227,7 @@ eBrem: for e+ XStype:4 SubType=3 eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai -annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 +annihil: for e+ XStype:2 SubType=5 AtRestModel:Simple BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eplus2gg : Emin= 0 eV Emax= 100 TeV @@ -276,7 +279,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -547,31 +550,31 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.600000s Real=1.721576s Sys=0.000000s + User=1.440000s Real=1.489719s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 777.02 MeV : 15.11 MeV 1.944 +- 0.1944 % 54.9 cm +- 1.24 cm - G4_lAr: 212.08 MeV : 14.64 MeV 6.903 +- 0.6903 % 1.04 m +- 7.59 cm + G4_Pb: 774.02 MeV : 15.41 MeV 1.991 +- 0.1991 % 54.7 cm +- 1.19 cm + G4_lAr: 215.75 MeV : 15.11 MeV 7.002 +- 0.7002 % 1.06 m +- 7.51 cm - Total energy deposited = 989.1 MeV +- 7.478 MeV - Energy leakage = 10.88 MeV +- 7.445 MeV - Total energy : Edep + Eleak = 1000 MeV +- 143.1 keV + Total energy deposited = 989.8 MeV +- 6.36 MeV + Energy leakage = 10.23 MeV +- 6.36 MeV + Total energy : Edep + Eleak = 1 GeV +- 47.03 eV ------------------------------------------------------------ Beam particle e- E = 1 GeV - Mean number of gamma 509.6 - Mean number of e- 877.1 - Mean number of e+ 53.4 - Mean number of charged steps 3659.8 - Mean number of neutral steps 3743.57 + Mean number of gamma 510.7 + Mean number of e- 872.6 + Mean number of e+ 53.75 + Mean number of charged steps 3635.38 + Mean number of neutral steps 3700.9 ------------------------------------------------------------ Energy deposition from Energy flow balance : material Total Edep - G4_Pb: 777.04 MeV - G4_lAr: 212.063 MeV + G4_Pb: 774.018 MeV + G4_lAr: 215.747 MeV ------------------------------------------------------------ @@ -622,36 +625,36 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.240000s Real=1.306412s Sys=0.000000s + User=1.150000s Real=1.165204s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 772.06 MeV : 27.33 MeV 3.54 +- 0.354 % 51.9 cm +- 1.77 cm - G4_lAr: 215.96 MeV : 17.58 MeV 8.142 +- 0.8142 % 1.02 m +- 8.02 cm + G4_Pb: 774.95 MeV : 21.67 MeV 2.796 +- 0.2796 % 51.9 cm +- 1.26 cm + G4_lAr: 216.33 MeV : 15.36 MeV 7.101 +- 0.7101 % 1.02 m +- 7.08 cm - Total energy deposited = 988 MeV +- 26.74 MeV - Energy leakage = 11.93 MeV +- 21.64 MeV - Total energy : Edep + Eleak = 999.9 MeV +- 14.43 MeV + Total energy deposited = 991.3 MeV +- 16.02 MeV + Energy leakage = 10.09 MeV +- 9.407 MeV + Total energy : Edep + Eleak = 1.001 GeV +- 13.68 MeV ------------------------------------------------------------ Beam particle e- E = 1 GeV - Mean number of gamma 290.5 - Mean number of e- 553.8 - Mean number of e+ 53.4 - Mean number of charged steps 3118.64 - Mean number of neutral steps 2942.43 + Mean number of gamma 292.9 + Mean number of e- 558.7 + Mean number of e+ 53.66 + Mean number of charged steps 3138.34 + Mean number of neutral steps 2951 ------------------------------------------------------------ Energy deposition from Energy flow balance : material Total Edep - G4_Pb: 771.342 MeV - G4_lAr: 216.669 MeV + G4_Pb: 772.681 MeV + G4_lAr: 217.081 MeV ------------------------------------------------------------ # ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.091 MB +Dynamic pools deleted: 9 / Total memory freed: 0.1 MB ============================================================ diff --git a/examples/extended/electromagnetic/TestEm3/src/Run.cc b/examples/extended/electromagnetic/TestEm3/src/Run.cc index 41109493ed4..7f82aa1c474 100644 --- a/examples/extended/electromagnetic/TestEm3/src/Run.cc +++ b/examples/extended/electromagnetic/TestEm3/src/Run.cc @@ -188,6 +188,11 @@ void Run::Merge(const G4Run* run) fLateralEleak[k] += localRun->fLateralEleak[k]; } + for (G4int k=0; kfEnergyDeposit[k].begin(), localRun->fEnergyDeposit[k].end()); + } + fChargedStep += localRun->fChargedStep; fNeutralStep += localRun->fNeutralStep; diff --git a/examples/extended/electromagnetic/TestEm3/src/TrackingAction.cc b/examples/extended/electromagnetic/TestEm3/src/TrackingAction.cc index f119b02d878..d00eb3a32da 100644 --- a/examples/extended/electromagnetic/TestEm3/src/TrackingAction.cc +++ b/examples/extended/electromagnetic/TestEm3/src/TrackingAction.cc @@ -34,26 +34,27 @@ #include "TrackingAction.hh" #include "DetectorConstruction.hh" -#include "EventAction.hh" #include "Run.hh" +#include "EventAction.hh" -#include "G4PhysicalConstants.hh" -#include "G4Positron.hh" #include "G4RunManager.hh" +#include "G4Positron.hh" +#include "G4PhysicalConstants.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TrackingAction::TrackingAction(DetectorConstruction* det, EventAction* evt) - : fDetector(det), fEventAct(evt) -{} - +TrackingAction::TrackingAction(DetectorConstruction* det,EventAction* evt) +:fDetector(det),fEventAct(evt) +{ } + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void TrackingAction::PreUserTrackingAction(const G4Track* track) +void TrackingAction::PreUserTrackingAction(const G4Track* track ) { - // get Run - Run* run = static_cast(G4RunManager::GetRunManager()->GetNonConstCurrentRun()); - + //get Run + Run* run = static_cast( + G4RunManager::GetRunManager()->GetNonConstCurrentRun()); + // Energy flow initialisation for primary particle // if (track->GetTrackID() == 1) { @@ -63,34 +64,35 @@ void TrackingAction::PreUserTrackingAction(const G4Track* track) const G4VTouchable* touchable = track->GetTouchable(); G4int absorNum = touchable->GetCopyNumber(); G4int layerNum = touchable->GetReplicaNumber(1); - Idnow = (fDetector->GetNbOfAbsor()) * layerNum + absorNum; + Idnow = (fDetector->GetNbOfAbsor())*layerNum + absorNum; } - + G4double Eflow = track->GetKineticEnergy(); if (track->GetDefinition() == G4Positron::Positron()) { - Eflow += 2 * electron_mass_c2; - } - - // flux artefact, if primary vertex is inside the calorimeter - for (G4int pl = 1; pl <= Idnow; ++pl) { - run->SumEnergyFlow(pl, Eflow); + Eflow += 2*electron_mass_c2; } - } - else { + + //flux artefact, if primary vertex is inside the calorimeter + for (G4int pl=1; pl<=Idnow; ++pl) {run->SumEnergyFlow(pl, Eflow);} + } else { run->AddSecondaryTrack(track); } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void TrackingAction::PostUserTrackingAction(const G4Track* track) +void TrackingAction::PostUserTrackingAction(const G4Track* track ) { - // energy leakage - G4StepStatus status = track->GetStep()->GetPostStepPoint()->GetStepStatus(); - if (status == fWorldBoundary) { + // energy leakage + G4StepStatus status = track->GetStep()->GetPostStepPoint()->GetStepStatus(); + if (status == fWorldBoundary) { G4double eleak = track->GetKineticEnergy(); + if (track->GetDefinition() == G4Positron::Positron()) { + eleak += 2*electron_mass_c2; + } fEventAct->SumEnergyLeak(eleak); - } + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.out b/examples/extended/electromagnetic/TestEm4/TestEm4.out index e1d7a7baa08..79a96bc3ef8 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -58,10 +58,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -181,10 +184,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. --------- Ranecu engine status --------- @@ -208,7 +214,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.770000s Real=0.822511s Sys=0.000000s + User=0.810000s Real=0.808299s Sys=0.000000s --------------------End of Global Run------------------------ The run consists of 100000 gamma of 9 MeV in a volume of C6F6 @@ -223,9 +229,9 @@ Run Summary ... close file : testem4.root - done G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1c43400 -UserPhysicsList deleted 0x1c427a0 -UserActionInitialization deleted 0x1ca8050 +UserDetectorConstruction deleted 0x17216c0 +UserPhysicsList deleted 0x17228d0 +UserActionInitialization deleted 0x1786330 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out b/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out index 316c91f8bc2..c3da8d1c6f8 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -105,7 +105,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000397s Sys=0.000000s + User=0.000000s Real=0.000417s Sys=0.000000s ======================== run summary ====================== @@ -185,7 +185,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 6 - User=0.000000s Real=0.000058s Sys=0.000000s + User=0.000000s Real=0.000073s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out b/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out index 96f12b526ad..67b16441aa5 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5-pixe_ANSTO.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -72,10 +72,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -134,7 +137,7 @@ Type of PIXE cross section for e+- Livermore # /run/initialize - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -236,36 +239,36 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=73.480000s Real=93.646424s Sys=0.160000s + User=73.600000s Real=89.648758s Sys=0.140000s ======================== run summary ====================== The run was 100000 proton of 3 MeV through 50 um of Gold (density: 19.3 g/cm3 ) - Total energy deposit in absorber per event = 3 MeV +- 36.45 eV + Total energy deposit in absorber per event = 3 MeV +- 76.71 eV - -----> Mean dE/dx = 600 MeV/cm (31.05 MeV*cm2/g) + -----> Mean dE/dx = 599.9 MeV/cm (31.05 MeV*cm2/g) From formulas : restricted dEdx = 676.4 MeV/cm (35.01 MeV*cm2/g) full dEdx = 676.5 MeV/cm (35.01 MeV*cm2/g) - Leakage : primary = 65.74 eV +- 35.92 eV secondaries = 14.07 eV +- 1.179 eV + Leakage : primary = 278.1 eV +- 76.3 eV secondaries = 14.72 eV +- 955.4 meV Energy balance : edep + eleak = 3 MeV - Total track length (charged) in absorber per event = 31.06 um +- 1.083 nm - Total track length (neutral) in absorber per event = 362.7 nm +- 3.184 nm + Total track length (charged) in absorber per event = 31.06 um +- 1.249 nm + Total track length (neutral) in absorber per event = 355.2 nm +- 3.118 nm - Number of steps (charged) in absorber per event = 141.8 +- 0.1263 - Number of steps (neutral) in absorber per event = 0.5861 +- 0.002446 + Number of steps (charged) in absorber per event = 141.8 +- 0.1266 + Number of steps (neutral) in absorber per event = 0.5817 +- 0.002434 - Number of secondaries per event : Gammas = 0.5839 electrons = 109.6 positrons = 0 + Number of secondaries per event : Gammas = 0.5798 electrons = 109.6 positrons = 0 Number of events with the primary particle transmitted = 0 % Number of events with at least 1 particle transmitted (same charge as primary) = 0 % - Number of events with the primary particle reflected = 0.005 % - Number of events with at least 1 particle reflected (same charge as primary) = 0.005 % + Number of events with the primary particle reflected = 0.016 % + Number of events with at least 1 particle reflected (same charge as primary) = 0.016 % MultipleScattering: rms proj angle of transmit primary particle = 0 mrad (central part only) @@ -273,19 +276,19 @@ Run Summary central part defined as +- 699.8 mrad Tail ratio = 0 % Gamma process counts: - Photoeffect 58109 - Compton 3 + Photoeffect 57671 + Compton 2 Conversion 0 - Rayleigh 218 + Rayleigh 195 ... write file : pixe.root - done ... close file : pixe.root - done ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={944671353633884230, 300194246912256983, 1338926093308238266, 1441599044978111444, 559828476273747537, 976665045002376518, 1655586542061687849, 1507013437582523992, 2052944524787068341, 2173254900581545545, 733849232472135636, 379249519059016924, 877093410379007237, 1488918075031648810, 1263787258307413205, 589725557209658928, 749180548014423557} counter= 14sumtot= 585743191885193394 +N=17 V[N]={1865847532392181060, 99825406610688157, 359444420570531604, 1595240065015446652, 893119202495921306, 1324979107203650855, 852295147626347754, 826571437727771892, 2049915322115205500, 757520833902555854, 348265068551329111, 748267151128822368, 1950628009764165982, 1535417471323711813, 1798702300717679741, 1338321521261254999, 2232042557627417187} counter= 15sumtot= 2129658482325130227 --------------------------------------- ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.16 MB +Dynamic pools deleted: 9 / Total memory freed: 0.15 MB ============================================================ diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index 0392a07d363..b92bb8161e7 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,7 +38,7 @@ PhysicsList::AddPhysicsList: # /run/initialize - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -88,10 +88,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -515,30 +518,30 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=0.890000s Real=0.938960s Sys=0.000000s + User=0.830000s Real=0.835179s Sys=0.000000s ======================== run summary ====================== The run was 100000 pi+ of 5 GeV through 20 um of Silicon (density: 2.33 g/cm3 ) - Total energy deposit in absorber per event = 6.346 keV +- 16.23 eV + Total energy deposit in absorber per event = 6.346 keV +- 16.24 eV -----> Mean dE/dx = 3.173 MeV/cm (1.362 MeV*cm2/g) From formulas : restricted dEdx = 2.96 MeV/cm (1.27 MeV*cm2/g) - full dEdx = 4.727 MeV/cm (2.029 MeV*cm2/g) + full dEdx = 4.726 MeV/cm (2.028 MeV*cm2/g) - Leakage : primary = 5 GeV +- 1.301 keV secondaries = 3.621 keV +- 1.301 keV + Leakage : primary = 5 GeV +- 1.301 keV secondaries = 3.62 keV +- 1.301 keV Energy balance : edep + eleak = 5 GeV - Total track length (charged) in absorber per event = 20.26 um +- 7.733 nm + Total track length (charged) in absorber per event = 20.26 um +- 7.74 nm Total track length (neutral) in absorber per event = 1.273 Ang +- 7.208e+04 fm - Number of steps (charged) in absorber per event = 1.129 +- 0.003973 + Number of steps (charged) in absorber per event = 1.129 +- 0.00398 Number of steps (neutral) in absorber per event = 4e-05 +- 2e-05 - Number of secondaries per event : Gammas = 4e-05 electrons = 0.01731 positrons = 0 + Number of secondaries per event : Gammas = 4e-05 electrons = 0.0173 positrons = 0 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -560,7 +563,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={821612629383806282, 1355057195926553987, 1269729022158354381, 44614384821324673, 1303746237006252945, 287979836684896906, 2187769835849609370, 723285766230658542, 843848951070026816, 411140667534285683, 1214416906255647570, 627651330024082620, 2171256320394340744, 456036330617358175, 101021189349451762, 395972390457516759, 480661350402717899} counter= 4sumtot= 860742288884721408 +N=17 V[N]={910941890323901813, 1015746291667433571, 1849782191790666821, 2179466225097274715, 963777671182733477, 1530585685499942884, 474907864927283377, 370893106741411538, 749435919370185968, 1894087573375515360, 1222544245262558989, 82670065345513084, 1779182905495802724, 2280541892589703393, 189639557845637357, 1620934213556233742, 564239596775570545} counter= 6sumtot= 1232632823137817750 --------------------------------------- # /testem/det/setAbsMat Gold @@ -605,7 +608,7 @@ Index : 2 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={821612629383806282, 1355057195926553987, 1269729022158354381, 44614384821324673, 1303746237006252945, 287979836684896906, 2187769835849609370, 723285766230658542, 843848951070026816, 411140667534285683, 1214416906255647570, 627651330024082620, 2171256320394340744, 456036330617358175, 101021189349451762, 395972390457516759, 480661350402717899} counter= 4sumtot= 860742288884721408 +N=17 V[N]={910941890323901813, 1015746291667433571, 1849782191790666821, 2179466225097274715, 963777671182733477, 1530585685499942884, 474907864927283377, 370893106741411538, 749435919370185968, 1894087573375515360, 1222544245262558989, 82670065345513084, 1779182905495802724, 2280541892589703393, 189639557845637357, 1620934213556233742, 564239596775570545} counter= 6sumtot= 1232632823137817750 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -615,15 +618,15 @@ N=17 V[N]={821612629383806282, 1355057195926553987, 1269729022158354381, 4461438 Run terminated. Run Summary Number of events processed : 50000 - User=0.650000s Real=0.669512s Sys=0.000000s + User=0.600000s Real=0.596580s Sys=0.000000s ======================== run summary ====================== The run was 50000 e- of 15.7 MeV through 9.66 um of Gold (density: 19.3 g/cm3 ) - Total energy deposit in absorber per event = 18.5 keV +- 65.14 eV + Total energy deposit in absorber per event = 18.5 keV +- 65.13 eV - -----> Mean dE/dx = 19.16 MeV/cm (0.9915 MeV*cm2/g) + -----> Mean dE/dx = 19.15 MeV/cm (0.9914 MeV*cm2/g) From formulas : restricted dEdx = 17.91 MeV/cm (0.927 MeV*cm2/g) @@ -635,7 +638,7 @@ Run Summary Total track length (charged) in absorber per event = 9.932 um +- 12.05 nm Total track length (neutral) in absorber per event = 130.4 nm +- 8.558 nm - Number of steps (charged) in absorber per event = 2.708 +- 0.00813 + Number of steps (charged) in absorber per event = 2.708 +- 0.008137 Number of steps (neutral) in absorber per event = 0.02784 +- 0.0007708 Number of secondaries per event : Gammas = 0.02774 electrons = 0.02262 positrons = 0 @@ -649,7 +652,7 @@ Run Summary MultipleScattering: rms proj angle of transmit primary particle = 34.83 mrad (central part only) computed theta0 (Highland formula) = 35.1 mrad - central part defined as +- 105.3 mrad Tail ratio = 2.914 % + central part defined as +- 105.3 mrad Tail ratio = 2.913 % Gamma process counts: Photoeffect 233 @@ -660,7 +663,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1350763663012815612, 1294348897496478787, 1497574536371361083, 1311753551330282605, 1604272835801072024, 478382643570230237, 174370242934593580, 1118323367948153675, 183190413119826769, 6592242593151900, 954709532099726697, 1955739663614221939, 708984632719044540, 2058128678670554479, 968441555857833481, 1086034042937008217, 1747224124524366416} counter= 14sumtot= 52090550891170433 +N=17 V[N]={1900512211198940772, 1890227061717900871, 2082969366185794521, 717329119814801546, 746772598107075142, 2253257141874079289, 1565015741181765462, 1721304841662136345, 1382867999358481846, 1399573321192407097, 1402798657604617262, 803310304975942705, 179789696494380082, 1278609982842878592, 1224333590392160124, 18064541666290349, 1661179403854659617} counter= 7sumtot= 1475328497201066063 --------------------------------------- # /run/setCut 10 um @@ -710,7 +713,7 @@ Index : 3 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1350763663012815612, 1294348897496478787, 1497574536371361083, 1311753551330282605, 1604272835801072024, 478382643570230237, 174370242934593580, 1118323367948153675, 183190413119826769, 6592242593151900, 954709532099726697, 1955739663614221939, 708984632719044540, 2058128678670554479, 968441555857833481, 1086034042937008217, 1747224124524366416} counter= 14sumtot= 52090550891170433 +N=17 V[N]={1900512211198940772, 1890227061717900871, 2082969366185794521, 717329119814801546, 746772598107075142, 2253257141874079289, 1565015741181765462, 1721304841662136345, 1382867999358481846, 1399573321192407097, 1402798657604617262, 803310304975942705, 179789696494380082, 1278609982842878592, 1224333590392160124, 18064541666290349, 1661179403854659617} counter= 7sumtot= 1475328497201066063 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -720,52 +723,52 @@ N=17 V[N]={1350763663012815612, 1294348897496478787, 1497574536371361083, 131175 Run terminated. Run Summary Number of events processed : 50000 - User=1.820000s Real=1.980485s Sys=0.000000s + User=1.770000s Real=1.842544s Sys=0.000000s ======================== run summary ====================== The run was 50000 mu+ of 96.2 MeV through 4.74 mm of G4_POLYETHYLENE (density: 940 mg/cm3) - Total energy deposit in absorber per event = 1.053 MeV +- 987.7 eV + Total energy deposit in absorber per event = 1.049 MeV +- 1.012 keV - -----> Mean dE/dx = 2.221 MeV/cm (2.363 MeV*cm2/g) + -----> Mean dE/dx = 2.212 MeV/cm (2.353 MeV*cm2/g) From formulas : - restricted dEdx = 1.761 MeV/cm (1.873 MeV*cm2/g) - full dEdx = 2.28 MeV/cm (2.425 MeV*cm2/g) + restricted dEdx = 1.749 MeV/cm (1.861 MeV*cm2/g) + full dEdx = 2.265 MeV/cm (2.409 MeV*cm2/g) - Leakage : primary = 95.12 MeV +- 1.349 keV secondaries = 27.37 keV +- 729.9 eV + Leakage : primary = 95.12 MeV +- 1.364 keV secondaries = 27.03 keV +- 723.1 eV Energy balance : edep + eleak = 96.2 MeV - Total track length (charged) in absorber per event = 5.168 mm +- 3.713 um - Total track length (neutral) in absorber per event = 18.36 um +- 2.016 um + Total track length (charged) in absorber per event = 5.174 mm +- 3.85 um + Total track length (neutral) in absorber per event = 22.19 um +- 2.291 um - Number of steps (charged) in absorber per event = 11.46 +- 0.03112 - Number of steps (neutral) in absorber per event = 0.00928 +- 0.0004498 + Number of steps (charged) in absorber per event = 11.48 +- 0.03144 + Number of steps (neutral) in absorber per event = 0.00952 +- 0.0004611 - Number of secondaries per event : Gammas = 0.0089 electrons = 4.187 positrons = 0 + Number of secondaries per event : Gammas = 0.00898 electrons = 4.183 positrons = 0 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % - Number of events with the primary particle reflected = 0.004 % - Number of events with at least 1 particle reflected (same charge as primary) = 0.004 % + Number of events with the primary particle reflected = 0.002 % + Number of events with at least 1 particle reflected (same charge as primary) = 0.002 % MultipleScattering: - rms proj angle of transmit primary particle = 7.321 mrad (central part only) + rms proj angle of transmit primary particle = 7.331 mrad (central part only) computed theta0 (Highland formula) = 7.636 mrad - central part defined as +- 22.91 mrad Tail ratio = 1.233 % + central part defined as +- 22.91 mrad Tail ratio = 1.251 % Gamma process counts: - Photoeffect 290 - Compton 16 + Photoeffect 281 + Compton 20 Conversion 0 - Rayleigh 3 + Rayleigh 7 ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={259808161633608381, 1699288445904995528, 1090904378916437161, 706721855983804764, 650736876350838486, 2058478167238721866, 1715703218711355282, 390147856004027483, 1510430911949678032, 2292085793239906216, 1954290827584041406, 1081447968060984640, 598848276166094160, 570192178062982954, 971153001893022519, 484014818966045887, 1454776790956935882} counter= 3sumtot= 1042285453913929039 +N=17 V[N]={721215474158146395, 563948681617651029, 983967623568370346, 1070310276103294922, 1813306394081108138, 883673812371756628, 2204077636644992540, 1252416658832175202, 705847018841888899, 656035830486288594, 668054787003167782, 1954443689840332278, 171708394805446998, 794114014840939171, 671506160880811378, 1585356721258687729, 173315239973448498} counter= 4sumtot= 732397350812648870 --------------------------------------- # /run/setCut 1 mm @@ -821,7 +824,7 @@ Index : 4 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={259808161633608381, 1699288445904995528, 1090904378916437161, 706721855983804764, 650736876350838486, 2058478167238721866, 1715703218711355282, 390147856004027483, 1510430911949678032, 2292085793239906216, 1954290827584041406, 1081447968060984640, 598848276166094160, 570192178062982954, 971153001893022519, 484014818966045887, 1454776790956935882} counter= 3sumtot= 1042285453913929039 +N=17 V[N]={721215474158146395, 563948681617651029, 983967623568370346, 1070310276103294922, 1813306394081108138, 883673812371756628, 2204077636644992540, 1252416658832175202, 705847018841888899, 656035830486288594, 668054787003167782, 1954443689840332278, 171708394805446998, 794114014840939171, 671506160880811378, 1585356721258687729, 173315239973448498} counter= 4sumtot= 732397350812648870 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -831,15 +834,15 @@ N=17 V[N]={259808161633608381, 1699288445904995528, 1090904378916437161, 7067218 Run terminated. Run Summary Number of events processed : 50000 - User=0.480000s Real=0.511424s Sys=0.000000s + User=0.440000s Real=0.447394s Sys=0.000000s ======================== run summary ====================== The run was 50000 proton of 175 GeV through 8 mm of Aluminium (density: 2.7 g/cm3 ) - Total energy deposit in absorber per event = 5.161 MeV +- 331.3 keV + Total energy deposit in absorber per event = 5.166 MeV +- 331.4 keV - -----> Mean dE/dx = 6.449 MeV/cm (2.388 MeV*cm2/g) + -----> Mean dE/dx = 6.455 MeV/cm (2.391 MeV*cm2/g) From formulas : restricted dEdx = 4.024 MeV/cm (1.49 MeV*cm2/g) @@ -851,10 +854,10 @@ Run Summary Total track length (charged) in absorber per event = 8.004 mm +- 0 fm Total track length (neutral) in absorber per event = 0 fm +- 0 fm - Number of steps (charged) in absorber per event = 1.264 +- 0.002314 + Number of steps (charged) in absorber per event = 1.264 +- 0.002311 Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0 electrons = 0.2644 positrons = 0.00072 + Number of secondaries per event : Gammas = 0 electrons = 0.2641 positrons = 0.00072 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -863,9 +866,9 @@ Run Summary Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 0.02057 mrad (central part only) + rms proj angle of transmit primary particle = 0.02059 mrad (central part only) computed theta0 (Highland formula) = 0.02111 mrad - central part defined as +- 0.06333 mrad Tail ratio = 1.352 % + central part defined as +- 0.06333 mrad Tail ratio = 1.354 % Gamma process counts: Photoeffect 0 @@ -876,7 +879,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={208646914259207529, 44936455847492391, 617853924538367756, 122840575292410615, 554625140930138278, 425420266314921049, 1100409250128904939, 88037367507246226, 886917685562055761, 484189764832677705, 1494479114852379083, 856245190962181511, 63808615407432736, 1760858753733414007, 1397402278650583195, 1407199650688570504, 212537499099074009} counter= 10sumtot= 197193402538587539 +N=17 V[N]={586188805523696918, 1131603525368056635, 2135194985283342976, 198810288281098764, 1859364577566708290, 747392614834672169, 1443398113223629212, 1853063223351273687, 700585883318557013, 563088282181033400, 1219458057342336830, 283825257007801530, 1893085453482933525, 1586429633045751571, 935246602078391752, 1653660448563846466, 428547637722730383} counter= 17sumtot= 772199314466309513 --------------------------------------- # /testem/det/setAbsMat Iron @@ -933,7 +936,7 @@ Index : 5 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={208646914259207529, 44936455847492391, 617853924538367756, 122840575292410615, 554625140930138278, 425420266314921049, 1100409250128904939, 88037367507246226, 886917685562055761, 484189764832677705, 1494479114852379083, 856245190962181511, 63808615407432736, 1760858753733414007, 1397402278650583195, 1407199650688570504, 212537499099074009} counter= 10sumtot= 197193402538587539 +N=17 V[N]={586188805523696918, 1131603525368056635, 2135194985283342976, 198810288281098764, 1859364577566708290, 747392614834672169, 1443398113223629212, 1853063223351273687, 700585883318557013, 563088282181033400, 1219458057342336830, 283825257007801530, 1893085453482933525, 1586429633045751571, 935246602078391752, 1653660448563846466, 428547637722730383} counter= 17sumtot= 772199314466309513 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -943,30 +946,30 @@ N=17 V[N]={208646914259207529, 44936455847492391, 617853924538367756, 1228405752 Run terminated. Run Summary Number of events processed : 50000 - User=7.540000s Real=7.847703s Sys=0.010000s + User=7.770000s Real=8.005405s Sys=0.000000s ======================== run summary ====================== The run was 50000 mu+ of 100 GeV through 1 m of Iron (density: 7.87 g/cm3 ) - Total energy deposit in absorber per event = 2.166 GeV +- 14.98 MeV + Total energy deposit in absorber per event = 2.164 GeV +- 15.06 MeV - -----> Mean dE/dx = 21.66 MeV/cm (2.752 MeV*cm2/g) + -----> Mean dE/dx = 21.64 MeV/cm (2.75 MeV*cm2/g) From formulas : restricted dEdx = 11.21 MeV/cm (1.425 MeV*cm2/g) full dEdx = 21.61 MeV/cm (2.746 MeV*cm2/g) - Leakage : primary = 97.83 GeV +- 14.99 MeV secondaries = 0 eV +- 0 eV + Leakage : primary = 97.83 GeV +- 15.06 MeV secondaries = 0 eV +- 0 eV Energy balance : edep + eleak = 100 GeV - Total track length (charged) in absorber per event = 100 cm +- 7.917 um + Total track length (charged) in absorber per event = 1 m +- 7.054 nm Total track length (neutral) in absorber per event = 0 fm +- 0 fm - Number of steps (charged) in absorber per event = 47.58 +- 0.03057 + Number of steps (charged) in absorber per event = 47.57 +- 0.03044 Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0.0488 electrons = 46.53 positrons = 1.27 + Number of secondaries per event : Gammas = 0.05028 electrons = 46.52 positrons = 1.255 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -975,9 +978,9 @@ Run Summary Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 1.173 mrad (central part only) + rms proj angle of transmit primary particle = 1.179 mrad (central part only) computed theta0 (Highland formula) = 1.182 mrad - central part defined as +- 3.546 mrad Tail ratio = 0.562 % + central part defined as +- 3.546 mrad Tail ratio = 0.581 % Gamma process counts: Photoeffect 0 @@ -988,10 +991,10 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1677103876344921596, 2145489090854365033, 481303451215822613, 1616489373288118465, 384234704660471306, 839699839614129357, 1492764307969312906, 821359852248163654, 784933776173016720, 1581977921863174715, 1177477298979774340, 2171462053635775432, 513278174562618836, 299019185349657766, 561025169451506329, 147941292274911013, 1054042942077394166} counter= 14sumtot= 1608701246067276590 +N=17 V[N]={2245332062785330139, 817527537138477602, 2208955415621962434, 1911871626809666158, 2018271629327533224, 252208757772556221, 2111904931995587983, 2025798935824892370, 794388457801044854, 359392616012068219, 1869042557738858509, 1294847768989359152, 1168562467208268995, 1179233934371549309, 557724355172618823, 888911320343304352, 1829833147014685496} counter= 4sumtot= 475377429790824330 --------------------------------------- # ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.053 MB +Dynamic pools deleted: 9 / Total memory freed: 0.054 MB ============================================================ diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index 5797a8f1d6f..650d397e982 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -96,10 +96,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -201,10 +204,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. ### Run 0 start. ###RunAction::BeginOfRunAction Material:Iron @@ -270,7 +276,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.001323s Sys=0.000000s + User=0.010000s Real=0.000784s Sys=0.000000s ### RunAction::EndOfRunAction Number of process calls ---> GammaToMuPair : 5 @@ -389,7 +395,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000703s Sys=0.000000s + User=0.000000s Real=0.000517s Sys=0.000000s ### RunAction::EndOfRunAction Number of process calls ---> AnnihiToMuPair : 2 ee2hadr : 3 @@ -413,8 +419,8 @@ Run Summary # G4 kernel has come to Quit state. Deleting G4Run (id:1) -UserDetectorConstruction deleted 0x10dba10 -UserPhysicsList deleted 0x1115a20 +UserDetectorConstruction deleted 0x2495110 +UserPhysicsList deleted 0x24ce750 UserActionInitialization deleted 0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index c43256bef42..bb304660b15 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -111,7 +111,7 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -161,10 +161,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -589,7 +592,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=5.260000s Real=5.427962s Sys=0.000000s + User=4.930000s Real=5.040664s Sys=0.000000s The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -649,7 +652,7 @@ N=17 V[N]={1928752482960533917, 1537011110587309912, 992093420709832135, 4758505 Run terminated. Run Summary Number of events processed : 1000 - User=2.180000s Real=2.336364s Sys=0.000000s + User=1.740000s Real=1.756327s Sys=0.000000s The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -720,19 +723,19 @@ N=17 V[N]={1914085016406179854, 1941870692113417104, 952751528242321116, 1425379 Run terminated. Run Summary Number of events processed : 1000 - User=1.070000s Real=1.118329s Sys=0.000000s + User=1.250000s Real=1.262820s Sys=0.000000s The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 ) - Projected Range= 2.13493 cm rms= 1.38711 mm - Mean number of primary steps = 20.214 - Total energy deposit= 286.144 MeV + Projected Range= 2.15354 cm rms= 1.32915 mm + Mean number of primary steps = 20.248 + Total energy deposit= 282.516 MeV niel energy deposit = 0 eV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={151707898100124987, 19917757600868759, 1419800856734832694, 1560245199859545952, 2267788488931667696, 1401050557995960686, 2209362003978103445, 395546699699921923, 962456204520373893, 534300977070189864, 1979686078452658319, 722018928119453872, 907486289890070518, 388450050295050896, 897767811549417373, 2001922160682699102, 277160168370591150} counter= 4sumtot= 1955767067355673472 +N=17 V[N]={802904847557501977, 1304012642077385197, 468862643498481156, 118095008621248892, 7816663873909395, 432377721937728685, 2112881585052554126, 1883267768424347962, 1103242902064830583, 2271006795752334060, 230780498814337572, 1824847715553228121, 327339017117439241, 87907626522137228, 2082805216843832136, 314116091949154755, 624827943539873715} counter= 10sumtot= 2162034633918161095 --------------------------------------- /testem/det/setMat TechVacuum /gun/particle alpha @@ -779,13 +782,13 @@ Index : 3 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={151707898100124987, 19917757600868759, 1419800856734832694, 1560245199859545952, 2267788488931667696, 1401050557995960686, 2209362003978103445, 395546699699921923, 962456204520373893, 534300977070189864, 1979686078452658319, 722018928119453872, 907486289890070518, 388450050295050896, 897767811549417373, 2001922160682699102, 277160168370591150} counter= 4sumtot= 1955767067355673472 +N=17 V[N]={802904847557501977, 1304012642077385197, 468862643498481156, 118095008621248892, 7816663873909395, 432377721937728685, 2112881585052554126, 1883267768424347962, 1103242902064830583, 2271006795752334060, 230780498814337572, 1824847715553228121, 327339017117439241, 87907626522137228, 2082805216843832136, 314116091949154755, 624827943539873715} counter= 10sumtot= 2162034633918161095 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.000479s Sys=0.000000s + User=0.000000s Real=0.000447s Sys=0.000000s The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 mg/cm3) @@ -797,7 +800,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2178346315285316457, 2196848744907458826, 454638339385618934, 795962221068932197, 242254738977719014, 1462967378059317989, 618623261560512109, 777297444539996418, 2275531519734395362, 561205808944516919, 1616021129501452156, 741495052925886547, 1508218945068066100, 106041668659611952, 265030292211178285, 1207530402951665186, 704967614899665752} counter= 12sumtot= 1572079814185452546 +N=17 V[N]={1821026208194177978, 862958539362113243, 292898641549640933, 31117047788278017, 277325237414433276, 83797131909603556, 1371768445132365316, 1978946109804166447, 1371708410959716506, 1198638738101231486, 1393047992907952769, 1973415537439969477, 930951127829443379, 531322687877833846, 1837206187938219369, 1265180206644685976, 1642980236085652577} counter= 2sumtot= 417544413229932543 --------------------------------------- /testem/det/setMat G4_WATER /gun/particle alpha @@ -842,25 +845,25 @@ Index : 3 used in the geometry : No ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2178346315285316457, 2196848744907458826, 454638339385618934, 795962221068932197, 242254738977719014, 1462967378059317989, 618623261560512109, 777297444539996418, 2275531519734395362, 561205808944516919, 1616021129501452156, 741495052925886547, 1508218945068066100, 106041668659611952, 265030292211178285, 1207530402951665186, 704967614899665752} counter= 12sumtot= 1572079814185452546 +N=17 V[N]={1821026208194177978, 862958539362113243, 292898641549640933, 31117047788278017, 277325237414433276, 83797131909603556, 1371768445132365316, 1978946109804166447, 1371708410959716506, 1198638738101231486, 1393047992907952769, 1973415537439969477, 930951127829443379, 531322687877833846, 1837206187938219369, 1265180206644685976, 1642980236085652577} counter= 2sumtot= 417544413229932543 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.009008s Sys=0.000000s + User=0.010000s Real=0.008298s Sys=0.000000s The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) - Projected Range= 6.45105 mm rms= 45.1826 um - Mean number of primary steps = 30.47 + Projected Range= 6.46025 mm rms= 40.2467 um + Mean number of primary steps = 30.41 Total energy deposit= 100 MeV - niel energy deposit = 10.7965 keV + niel energy deposit = 10.4896 keV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={642173176385878770, 2261877590780848859, 1794931773416174307, 1669264004467326632, 276825973827274531, 2028091038900264263, 1001417392396374058, 16938961897946881, 1735427896724310328, 1667822891821662975, 1923046520198639556, 1031238661217900498, 1591841565453392124, 1601748091599704193, 1182923547188079765, 1360876954799858067, 762355902453925917} counter= 16sumtot= 1796214860606316165 +N=17 V[N]={989157427584633894, 2087952271038465535, 425056854451477234, 817060721617071318, 2040585090989459377, 1349194284895396607, 1921876282780518184, 1328835073059241387, 1652814624680139364, 522664043543157155, 2212714623811812632, 1289198410415301081, 260964190155758584, 1885949086408274336, 2275569063061195479, 1653413449300761948, 2012079737166184690} counter= 11sumtot= 1666655142821909295 --------------------------------------- /testem/det/setMat G4_Si /gun/particle ion @@ -914,25 +917,25 @@ Index : 4 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={642173176385878770, 2261877590780848859, 1794931773416174307, 1669264004467326632, 276825973827274531, 2028091038900264263, 1001417392396374058, 16938961897946881, 1735427896724310328, 1667822891821662975, 1923046520198639556, 1031238661217900498, 1591841565453392124, 1601748091599704193, 1182923547188079765, 1360876954799858067, 762355902453925917} counter= 16sumtot= 1796214860606316165 +N=17 V[N]={989157427584633894, 2087952271038465535, 425056854451477234, 817060721617071318, 2040585090989459377, 1349194284895396607, 1921876282780518184, 1328835073059241387, 1652814624680139364, 522664043543157155, 2212714623811812632, 1289198410415301081, 260964190155758584, 1885949086408274336, 2275569063061195479, 1653413449300761948, 2012079737166184690} counter= 11sumtot= 1666655142821909295 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=6.430000s Real=6.667367s Sys=0.050000s + User=6.010000s Real=6.195864s Sys=0.040000s The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 ) - Projected Range= 142.678 um rms= 39.44 um - Mean number of primary steps = 98776.4 - Total energy deposit= 1.21791 GeV - niel energy deposit = 7.01536 MeV + Projected Range= 142.166 um rms= 39.0222 um + Mean number of primary steps = 98069.9 + Total energy deposit= 1.21803 GeV + niel energy deposit = 7.04037 MeV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1897414034110012915, 2029783329544247793, 951231955092339563, 1203494590379245458, 1747642071500592192, 1998936163019871767, 250792112118154906, 1297478119421351412, 15808912364814678, 188990316055090457, 1282964355667491894, 1413664622720865137, 346483064006905658, 1304324610982302327, 1884499808609232959, 147084526910681753, 1842078800893689213} counter= 3sumtot= 1355927319687338474 +N=17 V[N]={1169934708488790920, 195642384756332438, 661694816270983648, 841544545050541684, 2291666413153236028, 1622269320785454242, 2038934843927004197, 1753532313627427472, 1896349381370323148, 1844507784063269810, 998262683456450011, 2101954490607795970, 768036766540161689, 318664234937569736, 302910095121795213, 1659067656772971232, 1441893926455356483} counter= 6sumtot= 1154279282462218362 --------------------------------------- /testem/det/setMat Water_1.05 /gun/particle proton @@ -992,25 +995,25 @@ Index : 5 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1897414034110012915, 2029783329544247793, 951231955092339563, 1203494590379245458, 1747642071500592192, 1998936163019871767, 250792112118154906, 1297478119421351412, 15808912364814678, 188990316055090457, 1282964355667491894, 1413664622720865137, 346483064006905658, 1304324610982302327, 1884499808609232959, 147084526910681753, 1842078800893689213} counter= 3sumtot= 1355927319687338474 +N=17 V[N]={1169934708488790920, 195642384756332438, 661694816270983648, 841544545050541684, 2291666413153236028, 1622269320785454242, 2038934843927004197, 1753532313627427472, 1896349381370323148, 1844507784063269810, 998262683456450011, 2101954490607795970, 768036766540161689, 318664234937569736, 302910095121795213, 1659067656772971232, 1441893926455356483} counter= 6sumtot= 1154279282462218362 --------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=0.490000s Real=0.505880s Sys=0.000000s + User=0.460000s Real=0.460461s Sys=0.000000s The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 ) - Projected Range= 16.9302 cm rms= 1.80192 mm - Mean number of primary steps = 180.231 + Projected Range= 16.9298 cm rms= 1.81073 mm + Mean number of primary steps = 180.194 Total energy deposit= 160 MeV - niel energy deposit = 190.762 eV + niel energy deposit = 202.764 eV ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={380191097718349745, 2283177063017682339, 1225979988488178054, 516693894415932402, 2151908028589315597, 1093925472203386301, 2203537212254817620, 247325920704247792, 325861980349171127, 535878144136232302, 1559638786739674630, 1998767465404681788, 35951925755056667, 1973166530077501583, 1422931224139281961, 2228929210237268588, 1403747394352406276} counter= 9sumtot= 835024255659939213 +N=17 V[N]={1211521313187343560, 396856565218799672, 2063566778734628104, 195617215074098631, 942167027802539670, 2004030760040715404, 2153552283401169858, 411831024574972750, 949043315968861181, 659357464347539526, 732989581339181699, 364536959792846939, 2061095835245135448, 1549338037282133360, 665738150642202792, 509758664091084980, 1074175219499804498} counter= 6sumtot= 1804275131747200415 --------------------------------------- ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index fdab465d66f..37bb15e10be 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -138,7 +138,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ElmMassFraction: 18.29 % ElmAbundance 72.73 % - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -555,7 +555,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.020000s Real=0.021763s Sys=0.000000s + User=0.020000s Real=0.017561s Sys=0.000000s RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166294 ==================================================== Beam Particle: proton diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index 6f0a42c5813..98a3c8a6dca 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -68,10 +68,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -294,7 +297,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -602,39 +605,39 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.700000s Real=0.724143s Sys=0.000000s + User=0.830000s Real=0.841132s Sys=0.010000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= Number of events 100 -Average number of e- 402.7 -Average number of gamma 634.3 -Average number of e+ 47.91 -Average number of steps 2945 -Edep 1x1 = 0.8315 +- 0.00288 res= 3.464 % 100 -Edep 3x3 = 0.9578 +- 0.001466 res= 1.53 % 100 -Edep 5x5 = 0.9789 +- 0.001178 res= 1.204 % 100 +Average number of e- 402.8 +Average number of gamma 636.7 +Average number of e+ 48.13 +Average number of steps 2960 +Edep 1x1 = 0.8298 +- 0.003084 res= 3.717 % 100 +Edep 3x3 = 0.9549 +- 0.001579 res= 1.654 % 100 +Edep 5x5 = 0.9772 +- 0.00112 res= 1.146 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8681 +- 0.002698 - E1/E25 = 0.8494 +- 0.002821 - E9/E25 = 0.9784 +- 0.000934 + E1/E9 = 0.869 +- 0.002788 + E1/E25 = 0.8492 +- 0.003001 + E9/E25 = 0.9772 +- 0.001013 Beam Energy 1 GeV ================================================================== <<<<>>>> 100 events for Crystal Calorimeter -Edep1x1: 0.8315 delEdep1x1= -0.1685 nrms= -1.685 -Erms1x1: 0.0288 delErms1x1= -0.9712 nrms= -9.712 -Edep3x3: 0.9578 delEdep3x3= -0.04225 nrms= -0.4225 -Erms3x3: 0.01466 delErms3x3= -0.9853 nrms= -9.853 -Edep5x5: 0.9789 delEdep5x5= -0.02108 nrms= -0.2108 -Erms5x5: 0.01178 delErms5x5= -0.9882 nrms= -9.882 +Edep1x1: 0.8298 delEdep1x1= -0.1702 nrms= -1.702 +Erms1x1: 0.03084 delErms1x1= -0.9692 nrms= -9.692 +Edep3x3: 0.9549 delEdep3x3= -0.04511 nrms= -0.4511 +Erms3x3: 0.01579 delErms3x3= -0.9842 nrms= -9.842 +Edep5x5: 0.9772 delEdep5x5= -0.0228 nrms= -0.228 +Erms5x5: 0.0112 delErms5x5= -0.9888 nrms= -9.888 <<<<>>>> IS ACCEPTED Z bremsstrahlung photoeffect compton conversion - 13 0 0 155 0 - 53 260 42 0 44 - 55 277 47 0 48 + 13 0 0 157 0 + 53 262 41 0 46 + 55 277 49 0 47 # /testem/det/acceptance1 0.0136 0.0001 500 /testem/det/acceptance9 0.0139 0.0001 500 @@ -712,22 +715,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.120000s Real=1.119726s Sys=0.000000s + User=0.970000s Real=0.981740s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 1 ================================================================= Number of events 1000 -Average number of e- 71.65 -Average number of gamma 64.81 -Average number of e+ 3.7 -Average number of steps 444.1 -Edep 1x1 = 0.01434 +- 0.0003211 -Edep 3x3 = 0.0147 +- 0.0003571 -Edep 5x5 = 0.01476 +- 0.0003621 +Average number of e- 67.78 +Average number of gamma 59.36 +Average number of e+ 3.215 +Average number of steps 415.9 +Edep 1x1 = 0.01396 +- 0.0002087 +Edep 3x3 = 0.01427 +- 0.0002304 +Edep 5x5 = 0.01432 +- 0.0002336 =========== Ratios without trancating =========================== - E1/E9 = 0.9831 +- 0.0007003 - E1/E25 = 0.9799 +- 0.0007927 - E9/E25 = 0.9967 +- 0.0001962 + E1/E9 = 0.9847 +- 0.0006783 + E1/E25 = 0.9821 +- 0.000761 + E9/E25 = 0.9973 +- 0.000168 Beam Energy 20 GeV ================================================================== @@ -835,22 +838,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.470000s Real=0.474574s Sys=0.000000s + User=0.450000s Real=0.456992s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= Number of events 100 -Average number of e- 170.5 -Average number of gamma 220.3 -Average number of e+ 46.79 -Average number of steps 1831 -Edep 1x1 = 0.8393 +- 0.004132 res= 4.923 % 100 -Edep 3x3 = 0.9619 +- 0.003638 res= 3.782 % 100 -Edep 5x5 = 0.9811 +- 0.003664 res= 3.735 % 100 +Average number of e- 173.1 +Average number of gamma 222.4 +Average number of e+ 47.83 +Average number of steps 1842 +Edep 1x1 = 0.8364 +- 0.003535 res= 4.226 % 100 +Edep 3x3 = 0.9596 +- 0.003475 res= 3.621 % 100 +Edep 5x5 = 0.9816 +- 0.003513 res= 3.579 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8726 +- 0.00319 - E1/E25 = 0.8556 +- 0.003252 - E9/E25 = 0.9804 +- 0.000934 + E1/E9 = 0.872 +- 0.003318 + E1/E25 = 0.8526 +- 0.003511 + E9/E25 = 0.9776 +- 0.001144 Beam Energy 1 GeV ================================================================== @@ -958,27 +961,27 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.770000s Real=0.805495s Sys=0.000000s + User=0.640000s Real=0.645977s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 3 ================================================================= Number of events 100 -Average number of e- 172.8 -Average number of gamma 361.1 -Average number of e+ 48 -Average number of steps 1997 -Edep 1x1 = 0.8308 +- 0.00408 res= 4.911 % 100 -Edep 3x3 = 0.9576 +- 0.003625 res= 3.786 % 100 -Edep 5x5 = 0.9796 +- 0.003503 res= 3.576 % 100 +Average number of e- 173.1 +Average number of gamma 362.5 +Average number of e+ 47.62 +Average number of steps 1992 +Edep 1x1 = 0.8242 +- 0.004125 res= 5.004 % 100 +Edep 3x3 = 0.9517 +- 0.003258 res= 3.423 % 100 +Edep 5x5 = 0.9732 +- 0.003441 res= 3.536 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8678 +- 0.003129 - E1/E25 = 0.8483 +- 0.003316 - E9/E25 = 0.9775 +- 0.001244 + E1/E9 = 0.8661 +- 0.003144 + E1/E25 = 0.8471 +- 0.003224 + E9/E25 = 0.978 +- 0.001135 Beam Energy 1 GeV ================================================================== # ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.094 MB +Dynamic pools deleted: 9 / Total memory freed: 0.1 MB ============================================================ diff --git a/examples/extended/errorpropagation/errProp/errProp.out b/examples/extended/errorpropagation/errProp/errProp.out index 556c40b973d..3c57ed16b3a 100644 --- a/examples/extended/errorpropagation/errProp/errProp.out +++ b/examples/extended/errorpropagation/errProp/errProp.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,7 +18,7 @@ WWW : http://geant4.org/ ************************************************************** - creating G4RunManagerKernel 0x1000a80 + creating G4RunManagerKernel 0xa834c0 G4ChordFinder: stepperDriverId: 2 The materials defined are : @@ -94,15 +94,15 @@ G4Transportation: Current values for thresholds related to the killing of loop Important Energy = 250 ( above this tracks are given multiple chances ) Extra Trials = 10 'important' tracks, i.e. those above 'important' energy G4Transportation constructor> set fShortStepOptimisation to false -0x12a8a50G4ErrorPhysicsList:: particle process manager e+ = 0x12ad3a0 -0x12a88b0G4ErrorPhysicsList:: particle process manager e- = 0x12adf10 -0x12a8710G4ErrorPhysicsList:: particle process manager gamma = 0x12ae080 -0x12a9dd0G4ErrorPhysicsList:: particle process manager geantino = 0x12b14c0 -0x12a8c30G4ErrorPhysicsList:: particle process manager mu+ = 0x12b1710 -0x12a8f80G4ErrorPhysicsList:: particle process manager mu- = 0x12b1960 -0x12a9360G4ErrorPhysicsList:: particle process manager pi+ = 0x12b1bb0 -0x12a9780G4ErrorPhysicsList:: particle process manager pi- = 0x12b1e00 -0x12a9ba0G4ErrorPhysicsList:: particle process manager proton = 0x12b2050 +0xd3ad20G4ErrorPhysicsList:: particle process manager e+ = 0xd3f670 +0xd3ab80G4ErrorPhysicsList:: particle process manager e- = 0xd40150 +0xd3a9e0G4ErrorPhysicsList:: particle process manager gamma = 0xd402c0 +0xd3c0a0G4ErrorPhysicsList:: particle process manager geantino = 0xd436f0 +0xd3af00G4ErrorPhysicsList:: particle process manager mu+ = 0xd43940 +0xd3b250G4ErrorPhysicsList:: particle process manager mu- = 0xd43b90 +0xd3b630G4ErrorPhysicsList:: particle process manager pi+ = 0xd43de0 +0xd3ba50G4ErrorPhysicsList:: particle process manager pi- = 0xd3f190 +0xd3be70G4ErrorPhysicsList:: particle process manager proton = 0xd43ff0 physicsList->CheckParticleList() start. physicsList->setCut() start. G4ChordFinder: stepperDriverId: 2 @@ -127,10 +127,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -239,6 +242,7 @@ Index : 3 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 1 kByte @@ -257,6 +261,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 44.50 0k 3 8 18 0.00 World 37.80 0k 1 10 10 0.00 HCAL 17.70 0k 1 4 4 0.00 ECAL +-------------------------------------------------------------------------------- + /tracking/verbose 1 /geant4e/limits/stepLength 100 mm Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/HepMCEx01.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/HepMCEx01.cc index a38f4e8e1a6..3d0cf619dc8 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/HepMCEx01.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/HepMCEx01.cc @@ -116,7 +116,7 @@ int main(int argc, char** argv) // owned and deleted by the run manager, so they should not // be deleted in the main() program ! + delete verbosity; delete visManager; delete runManager; - delete verbosity; } diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/History b/examples/extended/eventgenerator/HepMC/HepMCEx01/History index 2c2d02a7ebe..74433763e1f 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/History +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/History @@ -1,9 +1,13 @@ # Example HepMCEx01 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- + +## 2024-09-20 Gabriele Cosmo (HepMCEx01-V11-02-01) +- Avoid deleting anything after deletion of run-manager in main(). ## 2024-04-25 Ben Morgan (HepMCEx01-V11-02-00) - Update CMake script to use new Pythia6 setup/build variables diff --git a/examples/extended/eventgenerator/exgps/exgps_batch.out b/examples/extended/eventgenerator/exgps/exgps_batch.out index 45081b84f2d..fb362a455c6 100644 --- a/examples/extended/eventgenerator/exgps/exgps_batch.out +++ b/examples/extended/eventgenerator/exgps/exgps_batch.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run1.out b/examples/extended/eventgenerator/particleGun/particleGun_run1.out index 700845ac153..b6f3b642704 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run1.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -67,7 +67,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000352s Sys=0.000000s + User=0.000000s Real=0.000364s Sys=0.000000s # /tracking/verbose 0 /run/beamOn 5 @@ -87,7 +87,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000048s Sys=0.000000s + User=0.000000s Real=0.000035s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 Dynamic pools deleted: 9 / Total memory freed: 0.015 MB diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run2.out b/examples/extended/eventgenerator/particleGun/particleGun_run2.out index 9ee5a06f0de..0972d3e38dc 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run2.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -49,7 +49,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.240000s Real=0.245291s Sys=0.000000s + User=0.180000s Real=0.183950s Sys=0.000000s ... write file : run2.root - done ... close file : run2.root - done ================== Deleting memory pools =================== diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run3.out b/examples/extended/eventgenerator/particleGun/particleGun_run3.out index 52b6d98688c..e46e64bd134 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run3.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,7 +50,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.290000s Real=0.297664s Sys=0.000000s + User=0.220000s Real=0.224241s Sys=0.000000s ... write file : run3.root - done ... close file : run3.root - done ================== Deleting memory pools =================== diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run4.out b/examples/extended/eventgenerator/particleGun/particleGun_run4.out index b6971b95d98..224b09771a2 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run4.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -65,7 +65,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.460000s Real=3.531331s Sys=0.000000s + User=3.260000s Real=3.400688s Sys=0.000000s ... write file : run4.root - done ... close file : run4.root - done ================== Deleting memory pools =================== diff --git a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out index d6205b5bc9a..3960eab1031 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out +++ b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -50,7 +50,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.350000s Real=0.349235s Sys=0.000000s + User=0.340000s Real=0.363836s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 Dynamic pools deleted: 9 / Total memory freed: 0.013 MB diff --git a/examples/extended/exoticphysics/.README.txt b/examples/extended/exoticphysics/.README.txt index 16f61325bfc..6ec7dabcd4f 100644 --- a/examples/extended/exoticphysics/.README.txt +++ b/examples/extended/exoticphysics/.README.txt @@ -9,7 +9,10 @@ \link Examplechanneling channeling \endlink -This example simulates channeling of 400 GeV/c protons in a bent crystal. + Channeling examples are dedicated to various coherent effects + in oriented crystals, in particular, channeling, channeling radiation, + coherent bremsstrahlung, coherent pair production etc. as well as their + various applications. \link Exampledmparticle dmparticle \endlink diff --git a/examples/extended/exoticphysics/History b/examples/extended/exoticphysics/History index be0e0950ff5..f93f1d1cc19 100644 --- a/examples/extended/exoticphysics/History +++ b/examples/extended/exoticphysics/History @@ -4,6 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-30 A. Sytov (exExoticPhysics-V11-02-00) +-Updated README related to channeling (added information about + channeling examples instead of old channeling exampled which + was moved in channeling/ch0 folder) ## 2023-11-15 I. Hrivnacova (exExoticPhysics-V11-01-01) - Updated vis.mac macros: diff --git a/examples/extended/exoticphysics/README b/examples/extended/exoticphysics/README index d49fd41f87d..059c70b04ac 100644 --- a/examples/extended/exoticphysics/README +++ b/examples/extended/exoticphysics/README @@ -8,7 +8,10 @@ channeling ---------- -This example simulates channeling of 400 GeV/c protons in a bent crystal. + Channeling examples are dedicated to various coherent effects + in oriented crystals, in particular, channeling, channeling radiation, + coherent bremsstrahlung, coherent pair production etc. as well as their + various applications. dmparticle --------- diff --git a/examples/extended/exoticphysics/channeling/.README.txt b/examples/extended/exoticphysics/channeling/.README.txt index 4cb4c20f105..303ce987910 100644 --- a/examples/extended/exoticphysics/channeling/.README.txt +++ b/examples/extended/exoticphysics/channeling/.README.txt @@ -1,92 +1,46 @@ ///\file "exoticphysics/channeling/.README.txt" -///\brief Example channeling README page - -/*! \page Examplechanneling Example channeling - -\author Enrico Bagli - INFN and University Ferrara (Italy) \n - bagli@fe.infn.it - -This example shows how channeling in bent crystal can be simulated -in Geant4 - -\section channeling_s1 INTRODUCTION - -The example simulates the channeling of 400 GeV/c protons in bent -Si crystal. Channeling occurs when particles enter a crystal aligned -with atomic planes or axes. In bent crystals, the particles are -trapped between atomic planes and follow the crystal curvature -being deflected. If the particle direction is tangent to a bent -crystal plane is reflected to the opposite direction with respect -to channeling, i.e., it suffer ‘volume reflection’. The example -provides the physical model for planar channeling and volume -reflection in bent crystals. - -\section channeling_s2 GEOMETRY - -The geometry is a bent Si crystal with three Si detectors placed at --9.998 m, -0.320 m and 10.756 m with respect to bent crystal position. -The Si detectors allows to measure incoming and outgoing angle - after the interaction with the Si bent crystal. The -geometry is all under vacuum. - -\section channeling_s3 PRIMARY EVENT - -The primary events are 400 GeV/c protons at -1.05 m from the -crystal with 13.36 microrad x 11.25 microrad divergence. - -\section channeling_s4 PHYSICS - -In the example the physics of channeling and volume reflection -has been added to the standard Geant4 physics. The description -of the used model can be found in the paper ‘A model for the -interaction of high-energy particles in straight and bent -crystals implemented in Geant4’ by E. Bagli et al., available -online at http://arxiv.org/abs/1403.5819 - -\section channeling_s5 EXECUTION & OUTPUT - -The executable must be run from within the source directory of the example -to ensure that it can find the path for crystal data files. - -Data files for Si crystal interplanar potential, nuclei and electron density - are stored in a named subdirectory’data’ - -Upon execution, the macro -\verbatim -2009_PLB680_129.mac -\endverbatim -will automatically run the -example with 1000 protons. - -Use -\verbatim -/xtal/setBR XXX 0. 0. m -\endverbatim -To change crystal bending to XXX meters - -Use -\verbatim -/xtal/setSize 1.0 70. XXX mm -\endverbatim -To change crystal length to XXX millimeter - -Use -\verbatim -/xtal/setEC data/Si220 -\endverbatim -To select the (110) Si crystal plane of channeling - -GPS commands are used for the primary generator. - -\subsection channeling_s5_sub1 ExExhCh.root - -The output is the ExExhCh.root file with the TTree ExExChTree -has the leaves: -- angXin : incoming particle X angle at the crystal -- angYin : incoming particle Y angle at the crystal -- posXin : hitting X position of the particle at the crystal -- posYin : hitting Y position of the particle at the crystal -- angXout: outgoing particle X angle out of the the crystal -- angYout: outgoing particle Y angle out of the the crystal -*/ +///\brief Examples channeling README page + +/*! \page Examples Category "channeling" + + Examples in this directory are dedicated to various coherent effects + in oriented crystals, in particular, channeling, channeling radiation, + coherent bremsstrahlung, coherent pair production etc. as well as their + various applications. + +\link Examplech0 ch0 \endlink + + This example shows how channeling in bent crystal can be simulated + in Geant4 using G4Channeling process. The example simulates the channeling + of 400 GeV/c protons in bent Si crystal. It has been moved into channeling/ch0 + from the channeling folder. + +\link Examplech1 ch1 \endlink + + This example is an easy demonstration of the minimum requirements necessary + to integrate the G4ChannelingFastSimModel and the G4BaierKatkov model + into a project in order to simulate the physics of channeling and + channeling radiation/coherent bremsstrahlung. + +\link Examplech2 ch2 \endlink + + This example is an enhanced version of ch1, providing the user with + the full functionality of both the G4ChannelingFastSimModel and G4BaierKatkov, + with parameters set up via a macro, in order to simulate the physics of + channeling and channeling radiation/coherent bremsstrahlung, and enhanced output. + The example can be exploited for a wide range of cases to study coherent effects in + a straight, bent or periodically bent crystal (crystalline undulator). + +\link Examplech3 ch3 \endlink + + This example is an easy demonstration of the minimum requirements necessary + to integrate the G4CoherentPairProduction process along with G4ChannelingFastSimModel + and G4BaierKatkov into a project in order to simulate the physics of electromagnetic + shower in an oriented crystal. The simulation includes the physics of channeling, + channeling radiation/coherent bremsstrahlung and coherent pair production. + The structure of this example is based on ch1, but with the G4CoherentPairProductionPhysics + process included, as well as different output, a different crystal material, alignment and + geometry parameters, and a photon beam as the incoming source instead of charged particles. + + */ diff --git a/examples/extended/exoticphysics/channeling/CMakeLists.txt b/examples/extended/exoticphysics/channeling/CMakeLists.txt index 19903dca9ab..7b0a4ebd3ff 100644 --- a/examples/extended/exoticphysics/channeling/CMakeLists.txt +++ b/examples/extended/exoticphysics/channeling/CMakeLists.txt @@ -1,81 +1,8 @@ -#---------------------------------------------------------------------------- -# Setup the project -# -cmake_minimum_required(VERSION 3.16...3.27) -project(channeling) - -#---------------------------------------------------------------------------- -# Find Geant4 package, activating all available UI and Vis drivers by default -# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui -# to build a batch mode only executable -# - -option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) -if(WITH_GEANT4_UIVIS) - find_package(Geant4 REQUIRED ui_all vis_all) -else() - find_package(Geant4 REQUIRED) -endif() - -#---------------------------------------------------------------------------- -# Setup Geant4 include directories and compile definitions -# Setup include directory for this project -# -include(${Geant4_USE_FILE}) -include_directories(${PROJECT_SOURCE_DIR}/include) - -#---------------------------------------------------------------------------- -# Locate sources and headers for this project -# NB: headers are included so they will show up in IDEs -# -file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) -file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) - -#---------------------------------------------------------------------------- -# Install data -# -file(GLOB _data RELATIVE ${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/data/*.txt) -foreach(_dat ${_data}) - configure_file( - ${PROJECT_SOURCE_DIR}/${_dat} - ${PROJECT_BINARY_DIR}/${_dat} - COPYONLY - ) -endforeach() -file(GLOB _data RELATIVE ${PROJECT_SOURCE_DIR}/mac ${PROJECT_SOURCE_DIR}/mac/*.mac) -foreach(_dat ${_data}) - configure_file( - ${PROJECT_SOURCE_DIR}/mac/${_dat} - ${PROJECT_BINARY_DIR}/${_dat} - COPYONLY - ) -endforeach() -file(GLOB _data RELATIVE ${PROJECT_SOURCE_DIR}/analysis ${PROJECT_SOURCE_DIR}/analysis/*.sh ${PROJECT_SOURCE_DIR}/analysis/*.C) -foreach(_dat ${_data}) - configure_file( - ${PROJECT_SOURCE_DIR}/analysis/${_dat} - ${PROJECT_BINARY_DIR}/${_dat} - COPYONLY - ) -endforeach() - - -#---------------------------------------------------------------------------- -# Add the executable, and link it to the Geant4 libraries -# -add_executable(channeling channeling.cc ${sources} ${headers}) -target_link_libraries(channeling ${Geant4_LIBRARIES}) - - -#---------------------------------------------------------------------------- -# For internal Geant4 use - but has no effect if you build this -# example standalone -# -add_custom_target(channeling_custom DEPENDS channeling) - -#---------------------------------------------------------------------------- -# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX -# -install(TARGETS channeling DESTINATION bin) +#---Adding all channeling examples subdirectories explicitly +cmake_minimum_required(VERSION 3.16...3.27) +add_subdirectory(ch0) +add_subdirectory(ch1) +add_subdirectory(ch2) +add_subdirectory(ch3) \ No newline at end of file diff --git a/examples/extended/exoticphysics/channeling/History b/examples/extended/exoticphysics/channeling/History index 58234fda176..8250b3600bc 100644 --- a/examples/extended/exoticphysics/channeling/History +++ b/examples/extended/exoticphysics/channeling/History @@ -4,6 +4,23 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-11-29 I. Hrivnacova (channelingExamples-V11-02-03) +- Fixes Doxygen pages names & links + +## 2024-10-30 A. Sytov (channelingExamples-V11-02-02) + -added the ch3 example; readme of channeling folder updated + -added the CMakeLists.txt for the channeling examples + +## 2024-09-25 A. Sytov (channelingExamples-V11-02-01) + -added the ch2 example; readme of channeling folder updated + -small updates in ch1 example: README updated, deletion of some comments + in DetectorConstruction, {nullptr} added in PrimaryGeneratorAction. + +## 2024-09-02 A. Sytov (channelingExamples-V11-02-00) + -moved the channeling example into channeling/ch0 + -added the ch1 example + -updated tests/ctests_examples/CMakeLists.txt + (added new test for ch1 and updated a test for ch0) ## 2022-11-02 Vladimir Ivanchenko (channelingExample-V11-00-01) - Use SS EM physics instead of Opt4 and disable Coulomb scattering @@ -145,4 +162,3 @@ May 19, 2014 E. Bagli (channelingExample-V10-00-01) May 9, 2014, E. Bagli (channelingExample-V10-00-00) - First import. - diff --git a/examples/extended/exoticphysics/channeling/README b/examples/extended/exoticphysics/channeling/README index 1c3fccfc9e8..87ebd2cf2d1 100644 --- a/examples/extended/exoticphysics/channeling/README +++ b/examples/extended/exoticphysics/channeling/README @@ -1,71 +1,46 @@ -================================================================= - Channeling effect in Geant4 -================================================================= - Enrico Bagli - INFN and University Ferrara (Italy) - bagli@fe.infn.it -This example shows how channeling in bent crystal can be simulated -in Geant4 - -1.INTRODUCTION -The example simulates the channeling of 400 GeV/c protons in bent -Si crystal. Channeling occurs when particles enter a crystal aligned -with atomic planes or axes. In bent crystals, the particles are -trapped between atomic planes and follow the crystal curvature -being deflected. If the particle direction is tangent to a bent -crystal plane is reflected to the opposite direction with respect -to channeling, i.e., it suffer ‘volume reflection’. The example -provides the physical model for planar channeling and volume -reflection in bent crystals. - -2.GEOMETRY -The geometry is a bent Si crystal with three Si detectors placed at --9.998 m, -0.320 m and 10.756 m with respect to the position of -the bent crystal itself. The Si detectors allows to measure -incoming and outgoing angle after the interaction with the Si bent crystal. -The geometry is all under vacuum. - -3.PRIMARY EVENT -The primary events are 400 GeV/c protons launched at -10.5 m from the -crystal with 13.36 microrad x 11.25 microrad divergence. - -4.PHYSICS -In the example the physics of channeling and volume reflection -has been added to the standard Geant4 physics. The description -of the used model can be found in the paper ‘A model for the -interaction of high-energy particles in straight and bent -crystals implemented in Geant4’ by E. Bagli et al., available -online at http://arxiv.org/abs/1403.5819 - -5.EXECUTION & OUTPUT -The executable must be run from within the source directory of the example -to ensure that it can find the path for crystal data files. - -Data files for Si crystal interplanar potential, nuclei and electron density - are stored in a subdirectory named ’data’ - -Upon execution, the 2009_PLB680_129.mac macro will automatically run the -example with 1000 protons. - -Use -/xtal/setBR XXX 0. 0. m -To change crystal bending to XXX meters - -Use -/xtal/setSize 1.0 70. XXX mm -To change crystal length to XXX millimeter - -Use -/xtal/potfilename data/Si220pl -To select the (110) Si crystal plane of channeling - -GPS commands are used for the primary generator. - -The output is the ExExhCh.root file with the TTree ExExChTree -has the leaves: -- angXin : incoming particle X angle at the crystal -- angYin : incoming particle Y angle at the crystal -- posXin : hitting X position of the particle at the crystal -- posYin : hitting Y position of the particle at the crystal -- angXout: outgoing particle X angle out of the the crystal -- angYout: outgoing particle Y angle out of the the crystal + Geant4 extended examples - channeling + ---------------------------------------------- + + Examples in this directory are dedicated to various coherent effects + in oriented crystals, in particular, channeling, channeling radiation, + coherent bremsstrahlung, coherent pair production etc. as well as their + various applications. + + ch0 + ------- + + This example shows how channeling in bent crystal can be simulated + in Geant4 using G4Channeling process. The example simulates the channeling + of 400 GeV/c protons in bent Si crystal. It has been moved into channeling/ch0 + from the channeling folder. + + ch1 + ------- + + This example is an easy demonstration of the minimum requirements necessary + to integrate the G4ChannelingFastSimModel and the G4BaierKatkov model + into a project in order to simulate the physics of channeling and + channeling radiation/coherent bremsstrahlung. + + ch2 + ------- + + This example is an enhanced version of ch1, providing the user with + the full functionality of both the G4ChannelingFastSimModel and G4BaierKatkov, + with parameters set up via a macro, in order to simulate the physics of + channeling and channeling radiation/coherent bremsstrahlung, and enhanced output. + The example can be exploited for a wide range of cases to study coherent effects in + a straight, bent or periodically bent crystal (crystalline undulator). + + ch3 + ------- + + This example is an easy demonstration of the minimum requirements necessary + to integrate the G4CoherentPairProduction process along with G4ChannelingFastSimModel + and G4BaierKatkov into a project in order to simulate the physics of electromagnetic + shower in an oriented crystal. The simulation includes the physics of channeling, + channeling radiation/coherent bremsstrahlung and coherent pair production. + The structure of this example is based on ch1, but with the G4CoherentPairProductionPhysics + process included, as well as different output, a different crystal material, alignment and + geometry parameters, and a photon beam as the incoming source instead of charged particles. diff --git a/examples/extended/exoticphysics/channeling/ch0/.README.txt b/examples/extended/exoticphysics/channeling/ch0/.README.txt new file mode 100644 index 00000000000..002b6ed2f7e --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch0/.README.txt @@ -0,0 +1,92 @@ + +///\file "exoticphysics/channeling/ch0/.README.txt" +///\brief Example ch0 README page + +/*! \page Examplech0 Example ch0 + +\author Enrico Bagli - INFN and University Ferrara (Italy) \n + bagli@fe.infn.it + +This example shows how channeling in bent crystal can be simulated +in Geant4 + +\section channeling_s1 INTRODUCTION + +The example simulates the channeling of 400 GeV/c protons in bent +Si crystal. Channeling occurs when particles enter a crystal aligned +with atomic planes or axes. In bent crystals, the particles are +trapped between atomic planes and follow the crystal curvature +being deflected. If the particle direction is tangent to a bent +crystal plane is reflected to the opposite direction with respect +to channeling, i.e., it suffer ‘volume reflection’. The example +provides the physical model for planar channeling and volume +reflection in bent crystals. + +\section channeling_s2 GEOMETRY + +The geometry is a bent Si crystal with three Si detectors placed at +-9.998 m, -0.320 m and 10.756 m with respect to bent crystal position. +The Si detectors allows to measure incoming and outgoing angle + after the interaction with the Si bent crystal. The +geometry is all under vacuum. + +\section channeling_s3 PRIMARY EVENT + +The primary events are 400 GeV/c protons at -1.05 m from the +crystal with 13.36 microrad x 11.25 microrad divergence. + +\section channeling_s4 PHYSICS + +In the example the physics of channeling and volume reflection +has been added to the standard Geant4 physics. The description +of the used model can be found in the paper ‘A model for the +interaction of high-energy particles in straight and bent +crystals implemented in Geant4’ by E. Bagli et al., available +online at http://arxiv.org/abs/1403.5819 + +\section channeling_s5 EXECUTION & OUTPUT + +The executable must be run from within the source directory of the example +to ensure that it can find the path for crystal data files. + +Data files for Si crystal interplanar potential, nuclei and electron density + are stored in a named subdirectory’data’ + +Upon execution, the macro +\verbatim +2009_PLB680_129.mac +\endverbatim +will automatically run the +example with 1000 protons. + +Use +\verbatim +/xtal/setBR XXX 0. 0. m +\endverbatim +To change crystal bending to XXX meters + +Use +\verbatim +/xtal/setSize 1.0 70. XXX mm +\endverbatim +To change crystal length to XXX millimeter + +Use +\verbatim +/xtal/setEC data/Si220 +\endverbatim +To select the (110) Si crystal plane of channeling + +GPS commands are used for the primary generator. + +\subsection channeling_s5_sub1 ExExhCh.root + +The output is the ExExhCh.root file with the TTree ExExChTree +has the leaves: +- angXin : incoming particle X angle at the crystal +- angYin : incoming particle Y angle at the crystal +- posXin : hitting X position of the particle at the crystal +- posYin : hitting Y position of the particle at the crystal +- angXout: outgoing particle X angle out of the the crystal +- angYout: outgoing particle Y angle out of the the crystal +*/ diff --git a/examples/extended/exoticphysics/channeling/ch0/CMakeLists.txt b/examples/extended/exoticphysics/channeling/ch0/CMakeLists.txt new file mode 100644 index 00000000000..7764aa49f8c --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch0/CMakeLists.txt @@ -0,0 +1,79 @@ +#---------------------------------------------------------------------------- +# Setup the project +# +cmake_minimum_required(VERSION 3.16...3.27) +project(ch0) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# + +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# Setup include directory for this project +# +include(${Geant4_USE_FILE}) +include_directories(${PROJECT_SOURCE_DIR}/include) + +#---------------------------------------------------------------------------- +# Locate sources and headers for this project +# NB: headers are included so they will show up in IDEs +# +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Install data +# +file(GLOB _data RELATIVE ${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/data/*.txt) +foreach(_dat ${_data}) + configure_file( + ${PROJECT_SOURCE_DIR}/${_dat} + ${PROJECT_BINARY_DIR}/${_dat} + COPYONLY + ) +endforeach() +file(GLOB _data RELATIVE ${PROJECT_SOURCE_DIR}/mac ${PROJECT_SOURCE_DIR}/mac/*.mac) +foreach(_dat ${_data}) + configure_file( + ${PROJECT_SOURCE_DIR}/mac/${_dat} + ${PROJECT_BINARY_DIR}/${_dat} + COPYONLY + ) +endforeach() +file(GLOB _data RELATIVE ${PROJECT_SOURCE_DIR}/analysis ${PROJECT_SOURCE_DIR}/analysis/*.sh ${PROJECT_SOURCE_DIR}/analysis/*.C) +foreach(_dat ${_data}) + configure_file( + ${PROJECT_SOURCE_DIR}/analysis/${_dat} + ${PROJECT_BINARY_DIR}/${_dat} + COPYONLY + ) +endforeach() + + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(ch0 ch0.cc ${sources} ${headers}) +target_link_libraries(ch0 ${Geant4_LIBRARIES}) + + +#---------------------------------------------------------------------------- +# For internal Geant4 use - but has no effect if you build this +# example standalone +# +add_custom_target(ch0_custom DEPENDS ch0) + +#---------------------------------------------------------------------------- +# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX +# +install(TARGETS ch0 DESTINATION bin) diff --git a/examples/extended/exoticphysics/channeling/ch0/History b/examples/extended/exoticphysics/channeling/ch0/History new file mode 100644 index 00000000000..33b1acf7a1a --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch0/History @@ -0,0 +1,153 @@ +# Example channeling History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2024-09-02 Alexei Sytov (ch0-V11-02-00) +- moved into the folder channeling/ch0 +- renamed to ch0 +- root file removed +- output file removed + +## 2022-11-02 Vladimir Ivanchenko (channelingExample-V11-00-01) +- Use SS EM physics instead of Opt4 and disable Coulomb scattering + +## 2021-12-10 Ben Morgan (channelingExample-V11-00-00) +- Change to new Markdown History format + +--- + +# History entries prior to 11.0 + +October 06, 2021 I. Hrivnacova (channelingExample-V10-07-03) +- Migration to new G4AnalysisManager.hh header; + removed Analysis.hh, + define the output file name with an extension. + +August 03, 2021 B. Morgan (channelingExample-V10-07-02) +- Move test definition to test category + +July 19, 2021 I. Hrivnacova (channelingExample-V10-07-01) +- Updated for changes in the analysis category: + removed deleting of the analysis manager, + as this is now done by the Geant4 kernel. + +March 19, 2021 V. Ivanchenko (channelingExample-V10-07-00) +- removed local option4 physics + +November 10, 2020 B. Morgan (channelingExample-V10-06-00) +- Migration to G4RunManagerFactory. + +May 08, 2018 B. Morgan (channelingExample-V10-04-00) +- Include G4Types before use of G4MULTITHREADED. For forward + compatibility with move to #defines over -D for G4 preprocessor + symbols. + +August 22, 2017 E. Bagli (channelingExample-V10-03-03) +- Modified sdht_ID to fSDHT_ID +- Removed G4VIS_USE, G4UI_USE +- Removed double blank lines + +May 05,2017 E. Bagli (channelingExample-V10-03-00) +- Added the support to the G4Crystal package implemented in V10-03 +- Added the support to G4Channeling process implemented in V10-03-01 + +November 02, 2016 I. Hrivnacova (channelingExample-V10-02-04) +- Added file descriptions for Doxygen documentation + +October 17, 2016 E. Bagli (channelingExample-V10-02-03) +- Removed GPS initialization + +October 14, 2016 G.Folger (channelingExample-V10-02-02) +- remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator(). + fix required by clang39 on Linux and MAC + +October 6, 2016 E. Bagli (channelingExample-V10-02-01) +- Fixed coding guideline violations + +May 19, 2016 G. Cosmo (channelingExample-V10-02-00) +- Fixed compilation warning on gcc-6.1 in XLatticeManager3. + +June 16, 2015 E. Bagli (channelingExample-V10-01-05) +- bug fix passing arguments + +June 11, 2015 E. Bagli (channelingExample-V10-01-04) +- bug fix on analysis macro + +June 11, 2015 E. Bagli (channelingExample-V10-01-03) +- further protection against zero division + +June 3, 2015 E. Bagli (channelingExample-V10-01-02) +- prevent division by zero in ProcessChanneling and Wrappers classes + +May 27, 2015 E. Bagli (channeling-Example-V10-01-01) +- added full integration of particle trajectory into the channeling process +- added beampipe and detector box to the detector construction +- modified the wrapper classes to correct bugs in energy loss calculation under channeling +- added to the wrapper class the InCrystal parameter in order to be completely transparent if the particle is outside a volume with a lattice +- added the InCrystal parameter to the user info to switch between single and multiple scattering +- single and multiple scattering are enabled/disabled if the volume has or not a lattice +- added data files for Si110 and Si111 planar nuclei density, planar electron density and planar electric field +- minor modification to XPhysicalLattice +- minor modification to the macro to analyze the output data + +Mar 6, 2015 A. Dotti (channelingExample-V10-01-00) +- Initialization of GPS defaults moved to master + +October 16, 2014 E. Bagli (channelingExample-V10-00-15) +- minor modification to condition for vr +- minor modification to computation of channeling outgoing angle +- changed nuclei density to electron and nuclei density for ss cross section computation + +July 1, 2014 G.Folger (channelingExample-V10-00-14) +- revert change introduced with tag ...-12, CMakeLists.txt rev.82513 + +June 30, 2014 E. Bagli (channelingExample-V10-00-13) +- erf function modified to CLHEP::HepStat::erfQ + +June 26, 2014 G.Folger (channelingExample-V10-00-12) +- Build example only if erf() is available on system. + erf function misses on Windows up to VC11 (studio 2012) included. + +June 22, 2014 E. Bagli (channelingExample-V10-00-11) +- CLHEP/Random/Stat.h added to XCrystalPlanarMoliereTempPotential.cc + +June 21, 2014 E. Bagli (channelingExample-V10-00-10) +- Changed erfc(x) to 1.-erf(x) + +June 20, 2014 E. Bagli (channelingExample-V10-00-09) +- Modified channelling to channeling in CMakeLists.txt + +June 10, 2014 E. Bagli (channelingExample-V10-00-08) +- Moved Channeling to channeling in CMakeLists.txt and CTestDefinitions.txt + +June 4, 2014 A. Dotti (channelingExample-V10-00-07) +- New GPS MT ready migration + +June 2, 2014 E. Bagli (channelingExample-v10-00-06) +- Modified M_PI to CLHEP::pi + +May 30, 2014 E. Bagli (channelingExample-v10-00-05) +- Removed measurement of time elapsed into channeling.c + +May 28, 2014 E. Bagli (channelingExample-v10-00-04) +- Corrected conversions between data types. +- Added root reference file (physical/ExExCh.root). + +May 27, 2014 A. Dotti (channelingExample-V10-00-03) +- First version of CTest introduced, via extenral + file CTestDefinitions.txt + +May 20, 2014 E. Bagli (channelingExample-V10-00-02) +- Removed src/G4Channeling*. +- Removed include/G4Channeling*. +- Removed analysis/merge.sh +- Wrote History and inserted reference to channeling model adopted + +May 19, 2014 E. Bagli (channelingExample-V10-00-01) +- Class names modified. + +May 9, 2014, E. Bagli (channelingExample-V10-00-00) +- First import. + diff --git a/examples/extended/exoticphysics/channeling/ch0/README b/examples/extended/exoticphysics/channeling/ch0/README new file mode 100644 index 00000000000..1c3fccfc9e8 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch0/README @@ -0,0 +1,71 @@ +================================================================= + Channeling effect in Geant4 +================================================================= + Enrico Bagli - INFN and University Ferrara (Italy) + bagli@fe.infn.it + +This example shows how channeling in bent crystal can be simulated +in Geant4 + +1.INTRODUCTION +The example simulates the channeling of 400 GeV/c protons in bent +Si crystal. Channeling occurs when particles enter a crystal aligned +with atomic planes or axes. In bent crystals, the particles are +trapped between atomic planes and follow the crystal curvature +being deflected. If the particle direction is tangent to a bent +crystal plane is reflected to the opposite direction with respect +to channeling, i.e., it suffer ‘volume reflection’. The example +provides the physical model for planar channeling and volume +reflection in bent crystals. + +2.GEOMETRY +The geometry is a bent Si crystal with three Si detectors placed at +-9.998 m, -0.320 m and 10.756 m with respect to the position of +the bent crystal itself. The Si detectors allows to measure +incoming and outgoing angle after the interaction with the Si bent crystal. +The geometry is all under vacuum. + +3.PRIMARY EVENT +The primary events are 400 GeV/c protons launched at -10.5 m from the +crystal with 13.36 microrad x 11.25 microrad divergence. + +4.PHYSICS +In the example the physics of channeling and volume reflection +has been added to the standard Geant4 physics. The description +of the used model can be found in the paper ‘A model for the +interaction of high-energy particles in straight and bent +crystals implemented in Geant4’ by E. Bagli et al., available +online at http://arxiv.org/abs/1403.5819 + +5.EXECUTION & OUTPUT +The executable must be run from within the source directory of the example +to ensure that it can find the path for crystal data files. + +Data files for Si crystal interplanar potential, nuclei and electron density + are stored in a subdirectory named ’data’ + +Upon execution, the 2009_PLB680_129.mac macro will automatically run the +example with 1000 protons. + +Use +/xtal/setBR XXX 0. 0. m +To change crystal bending to XXX meters + +Use +/xtal/setSize 1.0 70. XXX mm +To change crystal length to XXX millimeter + +Use +/xtal/potfilename data/Si220pl +To select the (110) Si crystal plane of channeling + +GPS commands are used for the primary generator. + +The output is the ExExhCh.root file with the TTree ExExChTree +has the leaves: +- angXin : incoming particle X angle at the crystal +- angYin : incoming particle Y angle at the crystal +- posXin : hitting X position of the particle at the crystal +- posYin : hitting Y position of the particle at the crystal +- angXout: outgoing particle X angle out of the the crystal +- angYout: outgoing particle Y angle out of the the crystal diff --git a/examples/extended/exoticphysics/channeling/analysis/analyse_ch_eff.C b/examples/extended/exoticphysics/channeling/ch0/analysis/analyse_ch_eff.C similarity index 100% rename from examples/extended/exoticphysics/channeling/analysis/analyse_ch_eff.C rename to examples/extended/exoticphysics/channeling/ch0/analysis/analyse_ch_eff.C diff --git a/examples/extended/exoticphysics/channeling/channeling.cc b/examples/extended/exoticphysics/channeling/ch0/ch0.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/channeling.cc rename to examples/extended/exoticphysics/channeling/ch0/ch0.cc diff --git a/examples/extended/exoticphysics/channeling/channeling.out b/examples/extended/exoticphysics/channeling/ch0/channeling-ch0.out similarity index 99% rename from examples/extended/exoticphysics/channeling/channeling.out rename to examples/extended/exoticphysics/channeling/ch0/channeling-ch0.out index ab8de2b85e3..d4a5ff50e1c 100644 --- a/examples/extended/exoticphysics/channeling/channeling.out +++ b/examples/extended/exoticphysics/channeling/ch0/channeling-ch0.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -149,10 +148,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -783,7 +785,7 @@ CoulombScat: for pi- XStype:2 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -808,7 +810,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -838,8 +840,6 @@ Index : 2 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : ExExCh.root - done @@ -1849,12 +1849,12 @@ Using Run terminated. Run Summary Number of events processed : 1000 - User=85.490000s Real=101.831163s Sys=0.040000s + User=84.840000s Real=95.287506s Sys=0.010000s ... write file : ExExCh.root - done ... close file : ExExCh.root - done Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 14 of which, static: 1 -Dynamic pools deleted: 13 / Total memory freed: 0.061 MB +Dynamic pools deleted: 13 / Total memory freed: 0.055 MB ============================================================ diff --git a/examples/extended/exoticphysics/channeling/data/Si220pl_atd.txt b/examples/extended/exoticphysics/channeling/ch0/data/Si220pl_atd.txt similarity index 100% rename from examples/extended/exoticphysics/channeling/data/Si220pl_atd.txt rename to examples/extended/exoticphysics/channeling/ch0/data/Si220pl_atd.txt diff --git a/examples/extended/exoticphysics/channeling/data/Si220pl_efx.txt b/examples/extended/exoticphysics/channeling/ch0/data/Si220pl_efx.txt similarity index 100% rename from examples/extended/exoticphysics/channeling/data/Si220pl_efx.txt rename to examples/extended/exoticphysics/channeling/ch0/data/Si220pl_efx.txt diff --git a/examples/extended/exoticphysics/channeling/data/Si220pl_efy.txt b/examples/extended/exoticphysics/channeling/ch0/data/Si220pl_efy.txt similarity index 100% rename from examples/extended/exoticphysics/channeling/data/Si220pl_efy.txt rename to examples/extended/exoticphysics/channeling/ch0/data/Si220pl_efy.txt diff --git a/examples/extended/exoticphysics/channeling/data/Si220pl_eld.txt b/examples/extended/exoticphysics/channeling/ch0/data/Si220pl_eld.txt similarity index 100% rename from examples/extended/exoticphysics/channeling/data/Si220pl_eld.txt rename to examples/extended/exoticphysics/channeling/ch0/data/Si220pl_eld.txt diff --git a/examples/extended/exoticphysics/channeling/data/Si220pl_pot.txt b/examples/extended/exoticphysics/channeling/ch0/data/Si220pl_pot.txt similarity index 100% rename from examples/extended/exoticphysics/channeling/data/Si220pl_pot.txt rename to examples/extended/exoticphysics/channeling/ch0/data/Si220pl_pot.txt diff --git a/examples/extended/exoticphysics/channeling/include/DetectorConstruction.hh b/examples/extended/exoticphysics/channeling/ch0/include/DetectorConstruction.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/DetectorConstruction.hh rename to examples/extended/exoticphysics/channeling/ch0/include/DetectorConstruction.hh diff --git a/examples/extended/exoticphysics/channeling/include/DetectorConstructionMessenger.hh b/examples/extended/exoticphysics/channeling/ch0/include/DetectorConstructionMessenger.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/DetectorConstructionMessenger.hh rename to examples/extended/exoticphysics/channeling/ch0/include/DetectorConstructionMessenger.hh diff --git a/examples/extended/exoticphysics/channeling/include/EventAction.hh b/examples/extended/exoticphysics/channeling/ch0/include/EventAction.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/EventAction.hh rename to examples/extended/exoticphysics/channeling/ch0/include/EventAction.hh diff --git a/examples/extended/exoticphysics/channeling/include/G4ChannelingPhysics.hh b/examples/extended/exoticphysics/channeling/ch0/include/G4ChannelingPhysics.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/G4ChannelingPhysics.hh rename to examples/extended/exoticphysics/channeling/ch0/include/G4ChannelingPhysics.hh diff --git a/examples/extended/exoticphysics/channeling/include/PrimaryGeneratorAction.hh b/examples/extended/exoticphysics/channeling/ch0/include/PrimaryGeneratorAction.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/PrimaryGeneratorAction.hh rename to examples/extended/exoticphysics/channeling/ch0/include/PrimaryGeneratorAction.hh diff --git a/examples/extended/exoticphysics/channeling/include/RunAction.hh b/examples/extended/exoticphysics/channeling/ch0/include/RunAction.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/RunAction.hh rename to examples/extended/exoticphysics/channeling/ch0/include/RunAction.hh diff --git a/examples/extended/exoticphysics/channeling/include/SensitiveDetector.hh b/examples/extended/exoticphysics/channeling/ch0/include/SensitiveDetector.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/SensitiveDetector.hh rename to examples/extended/exoticphysics/channeling/ch0/include/SensitiveDetector.hh diff --git a/examples/extended/exoticphysics/channeling/include/SensitiveDetectorHit.hh b/examples/extended/exoticphysics/channeling/ch0/include/SensitiveDetectorHit.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/SensitiveDetectorHit.hh rename to examples/extended/exoticphysics/channeling/ch0/include/SensitiveDetectorHit.hh diff --git a/examples/extended/exoticphysics/channeling/include/StackingAction.hh b/examples/extended/exoticphysics/channeling/ch0/include/StackingAction.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/StackingAction.hh rename to examples/extended/exoticphysics/channeling/ch0/include/StackingAction.hh diff --git a/examples/extended/exoticphysics/channeling/include/UserActionInitialization.hh b/examples/extended/exoticphysics/channeling/ch0/include/UserActionInitialization.hh similarity index 100% rename from examples/extended/exoticphysics/channeling/include/UserActionInitialization.hh rename to examples/extended/exoticphysics/channeling/ch0/include/UserActionInitialization.hh diff --git a/examples/extended/exoticphysics/channeling/mac/2009_PLB680_129.mac b/examples/extended/exoticphysics/channeling/ch0/mac/2009_PLB680_129.mac similarity index 100% rename from examples/extended/exoticphysics/channeling/mac/2009_PLB680_129.mac rename to examples/extended/exoticphysics/channeling/ch0/mac/2009_PLB680_129.mac diff --git a/examples/extended/exoticphysics/channeling/src/DetectorConstruction.cc b/examples/extended/exoticphysics/channeling/ch0/src/DetectorConstruction.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/DetectorConstruction.cc rename to examples/extended/exoticphysics/channeling/ch0/src/DetectorConstruction.cc diff --git a/examples/extended/exoticphysics/channeling/src/DetectorConstructionMessenger.cc b/examples/extended/exoticphysics/channeling/ch0/src/DetectorConstructionMessenger.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/DetectorConstructionMessenger.cc rename to examples/extended/exoticphysics/channeling/ch0/src/DetectorConstructionMessenger.cc diff --git a/examples/extended/exoticphysics/channeling/src/EventAction.cc b/examples/extended/exoticphysics/channeling/ch0/src/EventAction.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/EventAction.cc rename to examples/extended/exoticphysics/channeling/ch0/src/EventAction.cc diff --git a/examples/extended/exoticphysics/channeling/src/G4ChannelingPhysics.cc b/examples/extended/exoticphysics/channeling/ch0/src/G4ChannelingPhysics.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/G4ChannelingPhysics.cc rename to examples/extended/exoticphysics/channeling/ch0/src/G4ChannelingPhysics.cc diff --git a/examples/extended/exoticphysics/channeling/src/PrimaryGeneratorAction.cc b/examples/extended/exoticphysics/channeling/ch0/src/PrimaryGeneratorAction.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/PrimaryGeneratorAction.cc rename to examples/extended/exoticphysics/channeling/ch0/src/PrimaryGeneratorAction.cc diff --git a/examples/extended/exoticphysics/channeling/src/RunAction.cc b/examples/extended/exoticphysics/channeling/ch0/src/RunAction.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/RunAction.cc rename to examples/extended/exoticphysics/channeling/ch0/src/RunAction.cc diff --git a/examples/extended/exoticphysics/channeling/src/SensitiveDetector.cc b/examples/extended/exoticphysics/channeling/ch0/src/SensitiveDetector.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/SensitiveDetector.cc rename to examples/extended/exoticphysics/channeling/ch0/src/SensitiveDetector.cc diff --git a/examples/extended/exoticphysics/channeling/src/SensitiveDetectorHit.cc b/examples/extended/exoticphysics/channeling/ch0/src/SensitiveDetectorHit.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/SensitiveDetectorHit.cc rename to examples/extended/exoticphysics/channeling/ch0/src/SensitiveDetectorHit.cc diff --git a/examples/extended/exoticphysics/channeling/src/StackingAction.cc b/examples/extended/exoticphysics/channeling/ch0/src/StackingAction.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/StackingAction.cc rename to examples/extended/exoticphysics/channeling/ch0/src/StackingAction.cc diff --git a/examples/extended/exoticphysics/channeling/src/UserActionInitialization.cc b/examples/extended/exoticphysics/channeling/ch0/src/UserActionInitialization.cc similarity index 100% rename from examples/extended/exoticphysics/channeling/src/UserActionInitialization.cc rename to examples/extended/exoticphysics/channeling/ch0/src/UserActionInitialization.cc diff --git a/examples/extended/exoticphysics/channeling/ch1/.README.txt b/examples/extended/exoticphysics/channeling/ch1/.README.txt new file mode 100644 index 00000000000..a2a85d24a9b --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/.README.txt @@ -0,0 +1,56 @@ + +///\file "exoticphysics/channeling/ch1/.README.txt" +///\brief Example ch1 README page + +/*! \page Examplech1 Example ch1 + +\author Alexei Sytov - INFN Ferrara Division (Italy) \n + sytov@fe.infn.it + +\section ch1_s1 INTRODUCTION +Example ch1 is an easy demonstration of the minimum requirements necessary +to integrate the G4ChannelingFastSimModel and the G4BaierKatkov model into a project +in order to simulate the physics of channeling and +channeling radiation/coherent bremsstrahlung. + +This example serves as a guideline for users on how to add this physics +to their existing Geant4 projects. It includes the minimum necessary options +to incorporate this physics. Specifically, it requires registering +G4FastSimulationPhysics in the main routine and +adding a few lines of code in DetectorConstruction. + +\section ch1_s2 DESCRIPTION +The example is based on the following experiments on channeling [1] and +channeling radiation [2] in a bent crystal, carried out at Mainz Mikrotron MAMI with +855 MeV electrons. The experimental validation of G4ChannelingFastSimModel is +described in [3]. + +This example includes a bent crystal and a detector positioned behind it. +The incoming beam is set up in macro run.mac. + +The example does not include any input of the model or geometry parameters +from the macro to keep it as straightforward as possible. The output is recorded +into the file results.root. It consists of +the charged particle distribution at the detector in the x-plane +(the plane of crystal bending and perpendicular to the crystal planes) as well as +the spectrum of photons arriving to the detector. To build these plots, one has to +open this file in root and use +\verbatim +x_out->Draw() +\endverbatim + +and + +\verbatim +Spectrum->Draw() +\endverbatim + +for the coordinates and the spectrum, respectively. + +\section ch1_s3 REFERENCES + +-# A. Mazzolari et al. Phys. Rev. Lett. 112, 135503 (2014). +-# L. Bandiera et al. Phys. Rev. Lett. 115, 025504 (2015). +-# A. Sytov et al. Journal of the Korean Physical Society 83, 132–139 (2023). + +*/ diff --git a/examples/extended/exoticphysics/channeling/ch1/CMakeLists.txt b/examples/extended/exoticphysics/channeling/ch1/CMakeLists.txt new file mode 100644 index 00000000000..f221e6c13cc --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/CMakeLists.txt @@ -0,0 +1,55 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(ch1) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, i.e. the directory in which we +# build ch1. This is so that we can run the executable directly because it +# relies on these scripts being in the current working directory. +# +set(TESTch1_SCRIPTS + init_vis.mac + vis.mac + run.mac + ) + +foreach(_script ${TESTch1_SCRIPTS}) + configure_file( + ${PROJECT_SOURCE_DIR}/${_script} + ${PROJECT_BINARY_DIR}/${_script} + COPYONLY + ) +endforeach() + + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +# Locate sources and headers for this project +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(ch1 ch1.cc ${sources} ${headers}) +target_include_directories(ch1 PRIVATE include) +target_link_libraries(ch1 PRIVATE ${Geant4_LIBRARIES}) diff --git a/examples/extended/exoticphysics/channeling/ch1/History b/examples/extended/exoticphysics/channeling/ch1/History new file mode 100644 index 00000000000..1b5f674c7f8 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/History @@ -0,0 +1,15 @@ +# Category ch1 History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2024-09-25 Alexei Sytov (ch1-V11-02-01) +- Some comments deleted in DetectorConstruction +- Added {nullptr} in PrimaryGeneratorAction.hh and DetectorConstruction.hh +- redundant modules deleted +- CLHEP units added +- README updated + +## 2024-09-02 Alexei Sytov (ch1-V11-02-00) +- First implementation diff --git a/examples/extended/exoticphysics/channeling/ch1/README b/examples/extended/exoticphysics/channeling/ch1/README new file mode 100644 index 00000000000..1dc4929d406 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/README @@ -0,0 +1,46 @@ +------------------------------------------------------------------- + + ========================================================= + Geant4 - an Object-Oriented Toolkit for Simulation in HEP + ========================================================= + + Example ch1 + ----------- + A. Sytov + INFN Ferrara Division, sytov@fe.infn.it + +INTRODUCTION +Example ch1 is an easy demonstration of the minimum requirements necessary +to integrate the G4ChannelingFastSimModel and the G4BaierKatkov model into a project +in order to simulate the physics of channeling and +channeling radiation/coherent bremsstrahlung. + +This example serves as a guideline for users on how to add this physics +to their existing Geant4 projects. It includes the minimum necessary options +to incorporate this physics. Specifically, it requires registering +G4FastSimulationPhysics in the main routine and +adding a few lines of code in DetectorConstruction. + +DESCRIPTION + +The example is based on the following experiments on channeling [1] and +channeling radiation [2] in a bent crystal, carried out at Mainz Mikrotron MAMI with +855 MeV electrons. The experimental validation of G4ChannelingFastSimModel is +described in [3]. + +This example includes a bent crystal and a detector positioned behind it. +The incoming beam is set up in macro run.mac. + +The example does not include any input of the model or geometry parameters +from the macro to keep it as straightforward as possible. The output is recorded +into the file results.root. It consists of +the charged particle distribution at the detector in the x-plane +(the plane of crystal bending and perpendicular to the crystal planes) as well as +the spectrum of photons arriving to the detector. To build these plots, one has to +open this file in root and use x_out->Draw() and Spectrum->Draw() for the coordinates +and the spectrum, respectively. + +REFERENCES +[1] A. Mazzolari et al. Phys. Rev. Lett. 112, 135503 (2014). +[2] L. Bandiera et al. Phys. Rev. Lett. 115, 025504 (2015). +[3] A. Sytov et al. Journal of the Korean Physical Society 83, 132–139 (2023). diff --git a/examples/extended/exoticphysics/channeling/ch1/ch1.cc b/examples/extended/exoticphysics/channeling/ch1/ch1.cc new file mode 100644 index 00000000000..b13ccd0901a --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/ch1.cc @@ -0,0 +1,146 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file ch1.cc +/// \brief Main program of the ch1 example +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" +#include "ActionInitialization.hh" + +#include "G4RunManagerFactory.hh" +#include "G4SteppingVerbose.hh" +#include "G4UImanager.hh" +#include "FTFP_BERT.hh" +#include "G4FastSimulationPhysics.hh" + +#include "G4VisExecutive.hh" +#include "G4UIExecutive.hh" + +#include "Randomize.hh" +#include "G4Timer.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int main(int argc,char** argv) +{ + // Get current time + G4Timer* theTimer = new G4Timer(); + theTimer->Start(); + + // Choose the Random engine + G4Random::setTheEngine(new CLHEP::RanecuEngine); + CLHEP::HepRandom::setTheSeed(0.); + + //use G4SteppingVerboseWithUnits + G4int precision = 4; + G4SteppingVerbose::UseBestUnit(precision); + + // Detect interactive mode (if no arguments) and define UI session + G4UIExecutive* ui = nullptr; + if ( argc == 1 ) { ui = new G4UIExecutive(argc, argv); } + + // Construct the default run manager + auto* runManager = + G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default); + + // Set mandatory initialization classes + // + // Detector construction + runManager->SetUserInitialization(new DetectorConstruction()); + + // Physics list + G4VModularPhysicsList* physicsList = new FTFP_BERT; + + // -- Create helper tool, used to activate the fast simulation: + G4FastSimulationPhysics* fastSimulationPhysics = new G4FastSimulationPhysics(); + fastSimulationPhysics->BeVerbose(); + // -- activation of fast simulation for particles having fast simulation models + // -- attached in the mass geometry: + // you may add any charged particles here + // CAUTION: for the particles other then e+- you would likely want + // to switch off the radiation + fastSimulationPhysics->ActivateFastSimulation("e-"); + fastSimulationPhysics->ActivateFastSimulation("e+"); + //fastSimulationPhysics->ActivateFastSimulation("proton"); + //fastSimulationPhysics->ActivateFastSimulation("anti_proton"); + //fastSimulationPhysics->ActivateFastSimulation("mu+"); + //fastSimulationPhysics->ActivateFastSimulation("mu-"); + //fastSimulationPhysics->ActivateFastSimulation("pi+"); + //fastSimulationPhysics->ActivateFastSimulation("pi-"); + //fastSimulationPhysics->ActivateFastSimulation("GenericIon"); + // ... + // you may activate this model for any charged particle + // a neutral particle will not enter the model + + // -- Attach the fast simulation physics constructor to the physics list: + physicsList->RegisterPhysics( fastSimulationPhysics ); + physicsList->SetVerboseLevel(1); + runManager->SetUserInitialization(physicsList); + + // User action initialization + runManager->SetUserInitialization(new ActionInitialization()); + + // Initialize visualization + G4VisManager* visManager = new G4VisExecutive; + // G4VisExecutive can take a verbosity argument - see /vis/verbose guidance. + // G4VisManager* visManager = new G4VisExecutive("Quiet"); + visManager->Initialize(); + + // Get the pointer to the User Interface manager + G4UImanager* UImanager = G4UImanager::GetUIpointer(); + + // Process macro or start UI session + if ( ! ui ) { + // batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UImanager->ApplyCommand(command+fileName); + } + else { + // interactive mode + UImanager->ApplyCommand("/control/execute init_vis.mac"); + ui->SessionStart(); + delete ui; + } + + // Job termination + // Free the store: user actions, physics_list and detector_description are + // owned and deleted by the run manager, so they should not be deleted + // in the main() program ! + + delete visManager; + delete runManager; + + theTimer->Stop(); + G4cout << "Execution terminated" << G4endl; + G4cout << (*theTimer) << G4endl; + delete theTimer; + +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/visualization/userVisAction/run1.out b/examples/extended/exoticphysics/channeling/ch1/channeling-ch1.out similarity index 59% rename from examples/extended/visualization/userVisAction/run1.out rename to examples/extended/exoticphysics/channeling/ch1/channeling-ch1.out index 925b15e867f..6145bb942d5 100644 --- a/examples/extended/visualization/userVisAction/run1.out +++ b/examples/extended/exoticphysics/channeling/ch1/channeling-ch1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -<<< Reference Physics List QBBC +<<< Geant4 Physics List simulation engine: FTFP_BERT + Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -32,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -84,30 +84,38 @@ Registered filters: None You have successfully registered the following user vis actions. -Run Duration User Vis Actions: - My nice logo +Run Duration User Vis Actions: none End of Event User Vis Actions: none End of Run User Vis Actions: none Some /vis commands (optionally) take a string to specify colour. "/vis/list" to see available colours. -Checking overlaps for volume Envelope:0 (G4Box) ... OK! -Checking overlaps for volume Shape1:0 (G4Cons) ... OK! -Checking overlaps for volume Shape2:0 (G4Trd) ... OK! -### HadronInelasticQBBC Construct Process: - Emin(FTFP)= 3 GeV Emax(FTFP)= 100000 GeV - Emin(BERT)= 1 GeV Emax(BERT)= 6 GeV Emax(BERTpions)= 12 GeV - Emin(BIC) = 0 GeV Emax(BIC)= 1.5 GeV. -/run/verbose 2 -/event/verbose 0 -/tracking/verbose 1 -# -# gamma 6 MeV to the direction (0.,0.,1.) -# -/gun/particle gamma -/gun/energy 6 MeV -# -/run/beamOn 5 +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. +Checking overlaps for volume Crystal:0 (G4Box) ... OK! +Crystal size: 20 20 0.0305 mm3 +Crystal bending angle: 0.000905 rad +Crystal angleX: 0 rad +Checking overlaps for volume Detector:0 (G4Box) ... OK! +======================================================================= +====== Crystal lattice data ======== +======================================================================= +Crystal material: Si +Crystal planes: (111) + +G4BaierKatkov model is activated. + +Radiation model activated + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 + e+ : fastSimProcess_massGeom[geom:World] + e- : fastSimProcess_massGeom[geom:World] ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -129,10 +137,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -303,7 +314,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -545,6 +556,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) +----------------------------------------------------------------------- + Hadronic Processes for neutron + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller ----------------------------------------------------------------------- Hadronic Processes for B- Process: hadElastic @@ -567,9 +591,6 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV - Process: ionElastic - Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for He3 Process: hadElastic @@ -578,7 +599,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -587,7 +608,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -668,7 +689,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for e+ Process: positronNuclear @@ -725,19 +746,6 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV Process: muMinusCaptureAtRest ------------------------------------------------------------------------ - Hadronic Processes for neutron - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV - Process: neutronInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 6 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV - Process: nCapture - Model: nRadCapture: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for pi+ Process: hadElastic @@ -745,8 +753,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 12 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for pi- @@ -755,8 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 12 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV Process: hBertiniCaptureAtRest ----------------------------------------------------------------------- @@ -766,9 +772,8 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 6 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -787,11 +792,11 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -816,420 +821,112 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - -Region -- -- appears in world volume - This region is in the mass world. - Root logical volume(s) : World - Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] - Materials : G4_AIR G4_WATER G4_A-150_TISSUE G4_BONE_COMPACT_ICRU - 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 : 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_WATER - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 2 used in the geometry : Yes - Material : G4_A-150_TISSUE - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.28343 keV e- 301.331 keV e+ 293.733 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 3 used in the geometry : Yes - Material : G4_BONE_COMPACT_ICRU - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 3.93604 keV e- 398.36 keV e+ 386.306 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -================================================================== - -Start closing geometry. -G4GeometryManager::ReportVoxelStats -- Voxel Statistics - - Total memory consumed for geometry optimisation: 0 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 Envelope - - Voxelisation: top memory users: - Percent Memory Heads Nodes Pointers Total CPU Volume - ------- -------- ------ ------ -------- ---------- ---------- - 100.00 0k 1 3 4 0.00 Envelope -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. - -********************************************************************************************************* -* 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 -50.2 6.16 -150 6 0 0 0 Envelope initStep - 1 -50.2 6.16 40 6 0 190 190 Shape2 Transportation - 2 -50.2 6.16 100 6 0 60 250 Envelope Transportation - 3 -50.2 6.16 150 6 0 50 300 World Transportation - 4 -50.2 6.16 180 6 0 30 330 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.5 28.4 -150 6 0 0 0 Envelope initStep - 1 -17.5 28.4 -100 6 0 50 50 Shape1 Transportation - 2 -17.5 28.4 -40 6 0 60 110 Envelope Transportation - 3 -17.5 28.4 40 6 0 80 190 Shape2 Transportation - 4 -17.5 28.4 100 6 0 60 250 Envelope Transportation - 5 -17.5 28.4 150 6 0 50 300 World Transportation - 6 -17.5 28.4 180 6 0 30 330 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.3 0.957 -150 6 0 0 0 Envelope initStep - 1 33.3 0.957 -136 2.66 0 14.2 14.2 Envelope compt - 2 100 -41.1 20.9 2.66 0 175 190 World Transportation - 3 120 -53.7 67.8 2.66 0 52.6 242 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 33.3 0.957 -136 3.34 0 0 0 Envelope initStep - 1 31.2 0.623 -131 2.48 0.86 5.21 5.21 Envelope eIoni - 2 29.5 0.396 -128 1.76 0.723 4.17 9.38 Envelope eIoni - 3 28.1 2.9 -128 1.3 0.461 3.28 12.7 Envelope eIoni - 4 27.4 4.45 -129 0.857 0.439 2.7 15.4 Envelope eIoni - 5 26.8 5.18 -131 0.537 0.32 2.11 17.5 Envelope eIoni - 6 26.2 5.84 -130 0.204 0.333 1.59 19.1 Envelope eIoni - 7 26.1 5.62 -130 0 0.204 0.468 19.5 Envelope eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.2 4.89 -150 6 0 0 0 Envelope initStep - 1 -55.2 4.89 -122 2.86 0 27.5 27.5 Envelope compt - 2 -4.14 -51 40 2.86 0 179 207 Shape2 Transportation - 3 12.2 -68.8 92 2.85 0 57.3 264 Shape2 compt - 4 14.7 -71.9 100 2.85 0 8.92 273 Envelope Transportation - 5 30.1 -90.7 150 2.85 0 55.6 329 World Transportation - 6 39.3 -102 180 2.85 0 33.4 362 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.2 -68.8 92 0.00653 0 0 0 Shape2 initStep - 1 12.2 -68.8 92 0 0.00653 0.000719 0.000719 Shape2 eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.2 4.89 -122 3.14 0 0 0 Envelope initStep - 1 -55.8 5.56 -120 2.3 0.541 2.84 2.84 Envelope eIoni - 2 -55.2 5.56 -116 1.73 0.566 3.95 6.79 Envelope eIoni - 3 -55.2 5.55 -116 1.55 0.0044 0.034 6.82 Envelope eBrem - 4 -54.3 4.27 -114 0.904 0.643 3.02 9.84 Envelope eIoni - 5 -53.6 3.03 -113 0.538 0.366 2.18 12 Envelope eIoni - 6 -53.7 3.03 -112 0.217 0.321 1.59 13.6 Envelope eIoni - 7 -53.4 3.02 -112 0 0.217 0.513 14.1 Envelope eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.2 5.55 -116 0.183 0 0 0 Envelope initStep - 1 -44.3 -10.9 -84.7 0.167 0 37.3 37.3 Envelope compt - 2 -64.8 -32.2 -48.2 0.107 0 47 84.3 Envelope compt - 3 -27.4 -1.98 -54.6 0.107 0 48.5 133 Shape1 Transportation - 4 -2.85 17.9 -58.9 0.0774 0 31.8 165 Shape1 compt - 5 -3.31 16.8 -58.2 0.0673 0 1.34 166 Shape1 compt - 6 -3.78 -1.31 -87.8 0.0575 0 34.7 201 Shape1 compt - 7 0.714 1.54 -87.8 0.0544 0 5.32 206 Shape1 compt - 8 5.92 6.13 -100 0.0544 0 14 220 Envelope Transportation - 9 27.3 25 -150 0.0544 0 57.5 278 World Transportation - 10 40.1 36.3 -180 0.0544 0 34.5 312 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.714 1.54 -87.8 0.00311 0 0 0 Shape1 initStep - 1 0.714 1.54 -87.8 0 0.00311 0.000294 0.000294 Shape1 eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.78 -1.31 -87.8 0.00975 0 0 0 Shape1 initStep - 1 -3.78 -1.32 -87.8 0 0.00975 0.0021 0.0021 Shape1 eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.31 16.8 -58.2 0.0101 0 0 0 Shape1 initStep - 1 -3.31 16.8 -58.2 0 0.0101 0.00226 0.00226 Shape1 eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.85 17.9 -58.9 0.0296 0 0 0 Shape1 initStep - 1 -2.85 17.9 -58.9 0 0.0296 0.015 0.015 Shape1 eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -64.8 -32.2 -48.2 0.0604 0 0 0 Envelope initStep - 1 -64.8 -32.2 -48.1 0 0.0604 0.0605 0.0605 Envelope eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.3 -10.9 -84.7 0.0161 0 0 0 Envelope initStep - 1 -44.3 -10.9 -84.7 0 0.0161 0.00589 0.00589 Envelope eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.8 5.56 -120 0.299 0 0 0 Envelope initStep - 1 -55.5 5.88 -120 0 0.299 0.842 0.842 Envelope eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.5 -26 -150 6 0 0 0 Envelope initStep - 1 35.5 -26 40 6 0 190 190 Shape2 Transportation - 2 35.5 -26 100 6 0 60 250 Envelope Transportation - 3 35.5 -26 121 1.53 0 21 271 Envelope compt - 4 48.5 -30.7 137 1.47 0 20.9 292 Envelope compt - 5 61.6 -37.9 150 1.47 0 20 312 World Transportation - 6 91.2 -54.3 180 1.47 0 45.2 357 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 48.5 -30.7 137 0.0606 0 0 0 Envelope initStep - 1 48.5 -30.7 137 0 0.0606 0.0609 0.0609 Envelope eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.5 -26 121 4.47 0 0 0 Envelope initStep - 1 34.4 -25.5 127 3.46 1.01 6.57 6.57 Envelope eIoni - 2 31.1 -22.4 129 2.27 1.2 5.36 11.9 Envelope eIoni - 3 28.9 -20 131 1.64 0.622 3.91 15.8 Envelope eIoni - 4 28.4 -17.3 130 1.2 0.444 3.14 19 Envelope eIoni - 5 26.5 -17.1 131 0.697 0.504 2.58 21.6 Envelope eIoni - 6 25.7 -17.9 130 0.38 0.317 1.87 23.4 Envelope eIoni - 7 25.1 -17.9 130 0.0237 0.356 1.18 24.6 Envelope eIoni - 8 25.1 -17.9 130 0 0.0237 0.0117 24.6 Envelope eIoni - Run terminated. -Run Summary - Number of events processed : 5 - User=0.000000s Real=0.001834s Sys=0.000000s - ---------------------End of Global Run----------------------- - The run consists of 5 gamma of 6 MeV - Dose in scoring volume : 0.0006037614975433381 picoGy +- 0.0005400207002815904 picoGy ------------------------------------------------------------- - -# -# proton 210 MeV to the direction (0.,0.,1.) -# -/gun/particle proton -/gun/energy 210 MeV -/tracking/verbose 2 -# -/run/beamOn 1 - -Region -- -- appears in world volume - This region is in the mass world. - Root logical volume(s) : World - Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] - Materials : G4_AIR G4_WATER G4_A-150_TISSUE G4_BONE_COMPACT_ICRU - Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - -Region -- -- is not associated to any world. - Root logical volume(s) : - Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] - Materials : - Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - -========= Table of registered couples ============================ - -Index : 0 used in the geometry : Yes - Material : G4_AIR - Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 1 used in the geometry : Yes - Material : G4_WATER - Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.525205046753567 keV e- 277.6325949648837 keV e+ 270.8225713625466 keV proton 69.99999999999999 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 2 used in the geometry : Yes - Material : G4_A-150_TISSUE - Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 2.283428025631864 keV e- 301.3305178493645 keV e+ 293.732853832379 keV proton 69.99999999999999 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 3 used in the geometry : Yes - Material : G4_BONE_COMPACT_ICRU - Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um - Energy thresholds : gamma 3.936040379512573 keV e- 398.3596964735049 keV e+ 386.3056464871661 keV proton 69.99999999999999 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -================================================================== - -### Run 1 starts. - -********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.19 15.2 -150 210 0 0 0 Envelope initStep - 1 -6.19 15.2 -100 188 21.9 50 50 Shape1 Transportation - 2 -6.74 14.6 -58.5 166 21.6 41.5 91.5 Shape1 hIoni - 3 -7.25 14.5 -40 156 10.4 18.5 110 Envelope Transportation - 4 -7.44 14.5 -32.7 153 3.35 7.33 117 Envelope hadElastic - :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 1 --------------- - : -7.44 14.5 -32.7 0.109 O16 - :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 5 -9.84 11.2 -0.0349 134 18.6 32.9 150 Envelope hIoni - 6 -11.9 8.99 26 118 16.3 26.2 176 Envelope hIoni - 7 -12.9 7.7 40 108 9.87 14.1 191 Shape2 Transportation - 8 -13.8 6.85 50.3 95.2 12.6 10.4 201 Shape2 hIoni - 9 -14.5 6.08 58.7 84.3 10.8 8.39 209 Shape2 hIoni - 10 -15 5.42 65.4 74.1 10.3 6.8 216 Shape2 hIoni - 11 -15.4 4.98 70.8 65 9.1 5.42 222 Shape2 hIoni - 12 -15.9 4.59 75.1 56.8 8.14 4.32 226 Shape2 hIoni - 13 -16.2 4.27 78.5 50.2 6.58 3.43 229 Shape2 hIoni - 14 -16.5 4 81.2 44 6.19 2.78 232 Shape2 hIoni - 15 -16.7 3.79 83.5 38.7 5.37 2.23 234 Shape2 hIoni - 16 -16.9 3.58 85.2 33.8 4.86 1.8 236 Shape2 hIoni - 17 -17.1 3.38 86.6 29.1 4.67 1.44 238 Shape2 hIoni - 18 -17.3 3.24 87.8 25.2 3.94 1.14 239 Shape2 hIoni - 19 -17.4 3.1 88.7 21.6 3.59 0.915 240 Shape2 hIoni - 20 -17.5 3 89.4 18.4 3.24 0.732 240 Shape2 hIoni - 21 -17.6 2.92 89.9 15.3 3.02 0.585 241 Shape2 hIoni - 22 -17.7 2.86 90.4 12.6 2.75 0.466 241 Shape2 hIoni - 23 -17.7 2.82 90.8 10 2.59 0.371 242 Shape2 hIoni - 24 -17.8 2.79 91.1 7.5 2.5 0.294 242 Shape2 hIoni - 25 -17.8 2.76 91.3 4.84 2.66 0.229 242 Shape2 hIoni - 26 -17.8 2.75 91.4 1.92 2.92 0.161 242 Shape2 hIoni - 27 -17.8 2.75 91.5 0.0239 1.9 0.0423 243 Shape2 hIoni - 28 -17.8 2.75 91.5 0 0.0239 0.000372 243 Shape2 hIoni - -********************************************************************************************************* -* G4Track Information: Particle = O16, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.44 14.5 -32.7 0.109 0 0 0 Envelope initStep - 1 -7.44 14.5 -32.7 0 0.109 0.000954 0.000954 Envelope ionIoni - Run terminated. -Run Summary - Number of events processed : 1 - User=0.000000s Real=0.000811s Sys=0.000000s - ---------------------End of Global Run----------------------- - The run consists of 1 proton of 210 MeV - Dose in scoring volume : 9.973684663160896 picoGy +- 0 picoGy ------------------------------------------------------------- - +--> Event 0 starts. +--> Event 10 starts. +--> Event 20 starts. +--> Event 30 starts. +--> Event 40 starts. +--> Event 50 starts. +--> Event 60 starts. +--> Event 70 starts. +--> Event 80 starts. +--> Event 90 starts. +--> Event 100 starts. +--> Event 110 starts. +--> Event 120 starts. +--> Event 130 starts. +--> Event 140 starts. +--> Event 150 starts. +--> Event 160 starts. +--> Event 170 starts. +--> Event 180 starts. +--> Event 190 starts. +--> Event 200 starts. +--> Event 210 starts. +--> Event 220 starts. +--> Event 230 starts. +--> Event 240 starts. +--> Event 250 starts. +--> Event 260 starts. +--> Event 270 starts. +--> Event 280 starts. +--> Event 290 starts. +--> Event 300 starts. +--> Event 310 starts. +--> Event 320 starts. +--> Event 330 starts. +--> Event 340 starts. +--> Event 350 starts. +--> Event 360 starts. +--> Event 370 starts. +--> Event 380 starts. +--> Event 390 starts. +--> Event 400 starts. +--> Event 410 starts. +--> Event 420 starts. +--> Event 430 starts. +--> Event 440 starts. +--> Event 450 starts. +--> Event 460 starts. +--> Event 470 starts. +--> Event 480 starts. +--> Event 490 starts. +--> Event 500 starts. +--> Event 510 starts. +--> Event 520 starts. +--> Event 530 starts. +--> Event 540 starts. +--> Event 550 starts. +--> Event 560 starts. +--> Event 570 starts. +--> Event 580 starts. +--> Event 590 starts. +--> Event 600 starts. +--> Event 610 starts. +--> Event 620 starts. +--> Event 630 starts. +--> Event 640 starts. +--> Event 650 starts. +--> Event 660 starts. +--> Event 670 starts. +--> Event 680 starts. +--> Event 690 starts. +--> Event 700 starts. +--> Event 710 starts. +--> Event 720 starts. +--> Event 730 starts. +--> Event 740 starts. +--> Event 750 starts. +--> Event 760 starts. +--> Event 770 starts. +--> Event 780 starts. +--> Event 790 starts. +--> Event 800 starts. +--> Event 810 starts. +--> Event 820 starts. +--> Event 830 starts. +--> Event 840 starts. +--> Event 850 starts. +--> Event 860 starts. +--> Event 870 starts. +--> Event 880 starts. +--> Event 890 starts. +--> Event 900 starts. +--> Event 910 starts. +--> Event 920 starts. +--> Event 930 starts. +--> Event 940 starts. +--> Event 950 starts. +--> Event 960 starts. +--> Event 970 starts. +--> Event 980 starts. +--> Event 990 starts. Graphics systems deleted. Visualization Manager deleting... -G4 kernel has come to Quit state. -Deleting G4Run (id:1) -UserDetectorConstruction deleted 0x14b5fe0 -UserPhysicsList deleted 0x14b7200 -UserActionInitialization deleted 0x1672070 -UserWorkerInitialization deleted 0 -UserWorkerThreadInitialization deleted 0 -UserRunAction deleted. -UserPrimaryGenerator deleted. -RunManager is deleting RunManagerKernel. -G4SDManager deleted. -EventManager deleted. -Units table cleared. -TransportationManager deleted. -Total navigation history collections cleaned: 7 -G4RNGHelper object is deleted. -================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.00769 MB -Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00192 MB -Pool ID '7G4Event', size : 0.000961 MB -Pool ID '15G4PrimaryVertex', size : 0.000961 MB -Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '7G4Track', size : 0.00288 MB -Pool ID '18G4TouchableHistory', size : 0.000961 MB -Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.018 MB -============================================================ -G4Allocator objects are deleted. -UImanager deleted. -StateManager deleted. -RunManagerKernel is deleted. Good bye :) -RunManager is deleted. +Execution terminated +User=59.720000s Real=80.855503s Sys=0.060000s diff --git a/examples/advanced/dsbandrepair/include/ChemActionInitialization.hh b/examples/extended/exoticphysics/channeling/ch1/include/ActionInitialization.hh similarity index 76% rename from examples/advanced/dsbandrepair/include/ChemActionInitialization.hh rename to examples/extended/exoticphysics/channeling/ch1/include/ActionInitialization.hh index 4473859903d..f9fffc1cd73 100644 --- a/examples/advanced/dsbandrepair/include/ChemActionInitialization.hh +++ b/examples/extended/exoticphysics/channeling/ch1/include/ActionInitialization.hh @@ -23,34 +23,30 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class // -/// \file ChemActionInitialization.hh -/// \brief Definition of the ChemActionInitialization class +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#ifndef CHEMACTIONINITIALIZATION_HH -#define CHEMACTIONINITIALIZATION_HH +#ifndef B1ActionInitialization_h +#define B1ActionInitialization_h 1 #include "G4VUserActionInitialization.hh" -#include "ChemPhysicsList.hh" - -class DetectorConstruction; -class ChemNtupleManager; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -class ChemActionInitialization : public G4VUserActionInitialization +/// Action initialization class. + +class ActionInitialization : public G4VUserActionInitialization { -public: - ChemActionInitialization(ChemNtupleManager* histo, ChemPhysicsList *phys); - ~ChemActionInitialization() override = default; - + public: + ActionInitialization(); + ~ActionInitialization() override = default; + void BuildForMaster() const override; void Build() const override; - -private: - ChemNtupleManager* fpNtuple{nullptr}; - ChemPhysicsList *fPhysList{nullptr}; }; + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#endif // ACTIONINITIALIZATION_HH +#endif diff --git a/examples/extended/exoticphysics/channeling/ch1/include/DetectorConstruction.hh b/examples/extended/exoticphysics/channeling/ch1/include/DetectorConstruction.hh new file mode 100644 index 00000000000..303e0a60f3d --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/include/DetectorConstruction.hh @@ -0,0 +1,70 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1DetectorConstruction_h +#define B1DetectorConstruction_h 1 + +#include "G4VUserDetectorConstruction.hh" +#include "G4ios.hh" +#include "globals.hh" +#include + +#include "G4Region.hh" +#include "G4PVPlacement.hh" + +#include "G4ChannelingFastSimModel.hh" + +class G4VPhysicalVolume; +class G4LogicalVolume; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Detector construction class to define materials and geometry. + +class DetectorConstruction : public G4VUserDetectorConstruction +{ + public: + DetectorConstruction(); + ~DetectorConstruction() override = default; + + G4VPhysicalVolume* Construct() override; + void ConstructSDandField() override; + + private: + + //variables to remember + G4Material* fCrystalMaterial{nullptr}; + G4LogicalVolume* fLogicCrystal{nullptr}; + G4double fBendingAngle = 0.; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/advanced/dsbandrepair/include/ChemPrimaryGeneratorAction.hh b/examples/extended/exoticphysics/channeling/ch1/include/PrimaryGeneratorAction.hh similarity index 72% rename from examples/advanced/dsbandrepair/include/ChemPrimaryGeneratorAction.hh rename to examples/extended/exoticphysics/channeling/ch1/include/PrimaryGeneratorAction.hh index 6b6de4063c5..b15b685aa31 100644 --- a/examples/advanced/dsbandrepair/include/ChemPrimaryGeneratorAction.hh +++ b/examples/extended/exoticphysics/channeling/ch1/include/PrimaryGeneratorAction.hh @@ -23,26 +23,36 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the B1::PrimaryGeneratorAction class // -/// \file ChemPrimaryGeneratorAction.hh -/// \brief Definition of the ChemPrimaryGeneratorAction class +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#ifndef ChemPrimaryGeneratorAction_h -#define ChemPrimaryGeneratorAction_h 1 +#ifndef B1PrimaryGeneratorAction_h +#define B1PrimaryGeneratorAction_h 1 #include "G4VUserPrimaryGeneratorAction.hh" +#include "globals.hh" +#include "G4GeneralParticleSource.hh" class G4ParticleGun; +class G4Event; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -class ChemPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction +/// The primary generator action class with GeneralParticleSource. + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction { -public: - ChemPrimaryGeneratorAction(); - ~ChemPrimaryGeneratorAction() override; + public: + PrimaryGeneratorAction(); + ~PrimaryGeneratorAction() override; + + // method from the base class void GeneratePrimaries(G4Event*) override; -private: - G4ParticleGun* fpParticleGun{nullptr}; + private: + G4GeneralParticleSource* fGPS{nullptr}; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/dsbandrepair/include/ChemRunAction.hh b/examples/extended/exoticphysics/channeling/ch1/include/RunAction.hh similarity index 79% rename from examples/advanced/dsbandrepair/include/ChemRunAction.hh rename to examples/extended/exoticphysics/channeling/ch1/include/RunAction.hh index d4ed0a26890..9521cf0324e 100644 --- a/examples/advanced/dsbandrepair/include/ChemRunAction.hh +++ b/examples/extended/exoticphysics/channeling/ch1/include/RunAction.hh @@ -23,29 +23,34 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +/// \file RunAction.hh +/// \brief Definition of the RunAction class // -/// \file ChemRunAction.hh -/// \brief Definition of the ChemRunAction class +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#ifndef ChemRunAction_h -#define ChemRunAction_h 1 +#ifndef RunAction_h +#define RunAction_h 1 #include "G4UserRunAction.hh" +#include "globals.hh" + +class G4Run; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -class ChemNtupleManager; -class ChemRunAction : public G4UserRunAction +/// Run action class. + +class RunAction : public G4UserRunAction { -public: - ChemRunAction(ChemNtupleManager* fN); - ~ChemRunAction() override = default; + public: + RunAction(); + ~RunAction() override; void BeginOfRunAction(const G4Run*) override; - void EndOfRunAction(const G4Run*) override; - -private: - ChemNtupleManager *fNtupleManager{nullptr}; + void EndOfRunAction(const G4Run*) override; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#endif \ No newline at end of file +#endif + diff --git a/examples/advanced/dsbandrepair/include/PhysicsMessenger.hh b/examples/extended/exoticphysics/channeling/ch1/include/SteppingAction.hh similarity index 75% rename from examples/advanced/dsbandrepair/include/PhysicsMessenger.hh rename to examples/extended/exoticphysics/channeling/ch1/include/SteppingAction.hh index 09c33fd371e..3eaa3f17970 100644 --- a/examples/advanced/dsbandrepair/include/PhysicsMessenger.hh +++ b/examples/extended/exoticphysics/channeling/ch1/include/SteppingAction.hh @@ -23,32 +23,35 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +/// \file SteppingAction.hh +/// \brief Definition of the SteppingAction class // -/// \file PhysicsMessenger.hh -/// \brief Definition of the PhysicsMessenger class +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1SteppingAction_h +#define B1SteppingAction_h 1 -#ifndef PhysicsMessenger_h -#define PhysicsMessenger_h -#include "G4UImessenger.hh" -#include "G4UIcmdWithAString.hh" -#include "G4UIdirectory.hh" +#include "G4UserSteppingAction.hh" +#include "globals.hh" +#include +#include -#include +class G4LogicalVolume; -class PhysicsList; +class EventAction; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -class PhysicsMessenger: public G4UImessenger +/// Stepping action class. + +class SteppingAction : public G4UserSteppingAction { -public: - PhysicsMessenger(PhysicsList*); - ~PhysicsMessenger() override = default; - void SetNewValue(G4UIcommand*,G4String) override; -private: - PhysicsList* fPhysicsList{nullptr}; - std::unique_ptr fPhysListCmd{nullptr}; - std::unique_ptr fPhysDir{nullptr}; + public: + SteppingAction(); + ~SteppingAction() override = default; + + // method from the base class + void UserSteppingAction(const G4Step*) override; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/exoticphysics/channeling/ch1/init_vis.mac b/examples/extended/exoticphysics/channeling/ch1/init_vis.mac new file mode 100644 index 00000000000..6ee720b2143 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/init_vis.mac @@ -0,0 +1,32 @@ +# Macro file for the initialization of example ch01 +# in interactive session +# +# Set some default verbose +/control/verbose 2 +/control/saveHistory +/run/verbose 2 +# +# Change the default number of threads (in multi-threaded mode) +#/run/numberOfThreads 4 +# +#Initialize kernel +/run/initialize +# +# Initialize kernel +/run/initialize +# +#coordinate distribution (radial Gauss) +/gps/pos/centre 0. 0. -1. cm +/gps/pos/type Beam +/gps/pos/sigma_x 0.07 mm +/gps/pos/sigma_y 0.2 mm +# +#angular distribution (radial Gauss) +/gps/ang/type beam2d +/gps/ang/rot1 1 0 0 +/gps/ang/rot2 0 -1 0 +/gps/ang/sigma_x 30.E-6 rad +/gps/ang/sigma_y 30.E-6 rad +# +# Visualization setting +/control/execute vis.mac diff --git a/examples/extended/exoticphysics/channeling/ch1/run.mac b/examples/extended/exoticphysics/channeling/ch1/run.mac new file mode 100644 index 00000000000..6afeaef8db3 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/run.mac @@ -0,0 +1,33 @@ +/random/setSeeds 19577794 424238336 +#setting number of cores +/run/numberOfThreads 2 + +/run/initialize + +#settings +/control/verbose 0 +/run/verbose 0 +/tracking/verbose 0 + +#beam +/gps/particle e- + +#coordinate distribution (radial Gauss) +/gps/pos/centre 0. 0. -1. cm +/gps/pos/type Beam +/gps/pos/sigma_x 0.07 mm +/gps/pos/sigma_y 0.2 mm + +#angular distribution (radial Gauss) +/gps/ang/type beam2d +/gps/ang/rot1 1 0 0 +/gps/ang/rot2 0 -1 0 +/gps/ang/sigma_x 30.E-6 rad +/gps/ang/sigma_y 30.E-6 rad + +#energy distribution (constant) +/gps/ene/mono 0.855 GeV + +#statistics +/run/printProgress 10 +/run/beamOn 1000 diff --git a/examples/extended/exoticphysics/channeling/ch1/src/ActionInitialization.cc b/examples/extended/exoticphysics/channeling/ch1/src/ActionInitialization.cc new file mode 100644 index 00000000000..a899b627ade --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/src/ActionInitialization.cc @@ -0,0 +1,60 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "RunAction.hh" +#include "SteppingAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::ActionInitialization() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::BuildForMaster() const +{ + SetUserAction(new RunAction); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::Build() const +{ + SetUserAction(new PrimaryGeneratorAction); + + SetUserAction(new RunAction); + + SetUserAction(new SteppingAction); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/exoticphysics/channeling/ch1/src/DetectorConstruction.cc b/examples/extended/exoticphysics/channeling/ch1/src/DetectorConstruction.cc new file mode 100644 index 00000000000..fd0764fddd9 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/src/DetectorConstruction.cc @@ -0,0 +1,205 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" + +#include "G4RunManager.hh" +#include "G4NistManager.hh" +#include "G4Box.hh" +#include "G4LogicalVolume.hh" +#include "G4RegionStore.hh" +#include "G4VisAttributes.hh" +#include "PrimaryGeneratorAction.hh" +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() +{ + //Check overlap option + G4bool checkOverlaps = true; + + //Materials + G4NistManager* nist = G4NistManager::Instance(); + G4Material* world_mat = nist->FindOrBuildMaterial("G4_Galactic"); + G4Material* silicon = nist->FindOrBuildMaterial("G4_Si"); + + //World + G4Box* solidWorld = new G4Box("World", 0.2*CLHEP::m, 0.2*CLHEP::m, 10.*CLHEP::m); + G4LogicalVolume* logicWorld = new G4LogicalVolume(solidWorld, world_mat, "World"); + G4VPhysicalVolume* physWorld = new G4PVPlacement + (0, // no rotation + G4ThreeVector(), // centre position + logicWorld, // its logical volume + "World", // its name + 0, // its mother volume + false, // no boolean operation + 0, // copy number + checkOverlaps); // overlaps checking + logicWorld->SetVisAttributes(G4VisAttributes::GetInvisible()); + + + // --------------- Crystal ------------------------------------ + + /*parameters of the following experiment: + Only channeling: A. Mazzolari et al. Phys. Rev. Lett. 112, 135503 (2014) + Radition: L. Bandiera et al. Phys. Rev. Lett. 115, 025504 (2015) + Published experimental validation of G4ChannelingFastSimModel (only channeling): + A. Sytov et al. Journal of the Korean Physical Society 83, 132–139 (2023) + */ + + //Select crystal material + fCrystalMaterial = nist->FindOrBuildMaterial("G4_Si"); + + //Setting crystal rotation angle (also the angle of crystal planes vs the beam) + //Crystal rotation angle (also the angle of crystal planes vs the beam) + G4double angleX = 0.*1e-6; //rad + G4RotationMatrix* crystalRotationMatrix = new G4RotationMatrix; + crystalRotationMatrix->rotateY(-angleX); + + //Crystal bending angle + fBendingAngle = 0.905*CLHEP::mrad; + + //setting crystal dimensions: + G4ThreeVector crystalSize = G4ThreeVector(20.*CLHEP::mm, + 20.*CLHEP::mm, + 0.0305*CLHEP::mm); + + //Setting crystal position + G4ThreeVector posCrystal = G4ThreeVector(0., 0., crystalSize.z()/2.); + + //crystal volume + G4Box* solidCrystal = new G4Box("Crystal", + crystalSize.x()/2, + crystalSize.y()/2, + crystalSize.z()/2.); + + fLogicCrystal = new G4LogicalVolume(solidCrystal, + fCrystalMaterial, + "Crystal"); + new G4PVPlacement(crystalRotationMatrix, + posCrystal, + fLogicCrystal, + "Crystal", + logicWorld, + false, + 0, + checkOverlaps); + + //crystal region (necessary for the FastSim model) + G4Region* regionCh = new G4Region("Crystal"); + regionCh->AddRootLogicalVolume(fLogicCrystal); + + //visualization attributes + G4VisAttributes* crystalVisAttribute = + new G4VisAttributes(G4Colour(1., 0., 0.)); + crystalVisAttribute->SetForceSolid(true); + fLogicCrystal->SetVisAttributes(crystalVisAttribute); + + //print crystal info + G4cout << "Crystal size: " << crystalSize.x()/CLHEP::mm + << " " << crystalSize.y()/CLHEP::mm + << " " << crystalSize.z()/CLHEP::mm << " mm3" << G4endl; + G4cout << "Crystal bending angle: " << fBendingAngle << " rad" << G4endl; + G4cout << "Crystal angleX: " << angleX << " rad" << G4endl; + + // --------------- Detector ----------------------------------- + //Setting detector position + G4ThreeVector posDetector = G4ThreeVector(0, 0, 5973*CLHEP::mm); + + //particle detector volume + G4Box* detector = new G4Box("Detector", + 10*CLHEP::cm/2, + 10*CLHEP::cm/2, + 0.3*CLHEP::mm/2); + + G4LogicalVolume* logicDetector = new G4LogicalVolume(detector, + silicon, + "Detector"); + new G4PVPlacement(0, + posDetector, + logicDetector, + "Detector", + logicWorld, + false, + 0, + checkOverlaps); + + //visualization attributes + G4VisAttributes* detectorVisAttribute = + new G4VisAttributes(G4Colour(0., 0., 1)); + detectorVisAttribute->SetForceSolid(true); + logicDetector->SetVisAttributes(detectorVisAttribute); + + //always return the physical World + return physWorld; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::ConstructSDandField() +{ + // --------------- fast simulation ---------------------------- + //extract the region of the crystal from the store + G4RegionStore* regionStore = G4RegionStore::GetInstance(); + G4Region* regionCh = regionStore->GetRegion("Crystal"); + + ///create the channeling model for this region + G4ChannelingFastSimModel* channelingModel = + new G4ChannelingFastSimModel("ChannelingModel", regionCh); + + ///Crystal planes or axes considered + ///Use brackets (...) for planes and <...> for axes + G4String lattice = "(111)"; + + ///activate the channeling model + channelingModel->Input(fCrystalMaterial, lattice); + ///setting bending angle of the crystal planes (default is 0) + channelingModel->GetCrystalData()->SetBendingAngle(fBendingAngle,fLogicCrystal); + + /* + activate radiation model (do it only when you want to take into account the + radiation production in an oriented crystal; it reduces simulation speed.) + */ + G4bool activateRadiationModel = true; + if (activateRadiationModel) + { + channelingModel->RadiationModelActivate(); + G4cout << "Radiation model activated" << G4endl; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/exoticphysics/channeling/ch1/src/PrimaryGeneratorAction.cc b/examples/extended/exoticphysics/channeling/ch1/src/PrimaryGeneratorAction.cc new file mode 100644 index 00000000000..0d1c8c509fb --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/src/PrimaryGeneratorAction.cc @@ -0,0 +1,56 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "PrimaryGeneratorAction.hh" +#include "G4Event.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::PrimaryGeneratorAction() +{ + fGPS = new G4GeneralParticleSource(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() +{ + delete fGPS; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) +{ + fGPS->GeneratePrimaryVertex(anEvent); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/advanced/dsbandrepair/src/InformationKeeper.cc b/examples/extended/exoticphysics/channeling/ch1/src/RunAction.cc similarity index 58% rename from examples/advanced/dsbandrepair/src/InformationKeeper.cc rename to examples/extended/exoticphysics/channeling/ch1/src/RunAction.cc index 66b90f97ca6..b3890b29ad8 100644 --- a/examples/advanced/dsbandrepair/src/InformationKeeper.cc +++ b/examples/extended/exoticphysics/channeling/ch1/src/RunAction.cc @@ -24,59 +24,64 @@ // ******************************************************************** // // -/// \file InformationKeeper.cc -/// \brief Implementation of the InformationKeeper class +/// \file RunAction.cc +/// \brief Implementation of the RunAction class -#include "InformationKeeper.hh" +#include "RunAction.hh" +#include "G4AnalysisManager.hh" -#ifdef USE_MPI -#include "G4MPImanager.hh" -#endif +#include "G4RunManager.hh" +#include "G4Run.hh" +#include -#include //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -InformationKeeper* InformationKeeper::fInstance = nullptr; +RunAction::RunAction() + : G4UserRunAction() +{ + //using analysis manager for output + auto analysisManager = G4AnalysisManager::Instance(); + + //setting our histogram + //a true range and bin number is set up in BeginOfRunAction + analysisManager->CreateH1("x_out","Detector",100,-10,10); + analysisManager->CreateH1("Spectrum","Spectrum",20,0,100); +} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -InformationKeeper* InformationKeeper::Instance() -{ - if (fInstance == nullptr) { - static InformationKeeper parParser; - fInstance = &parParser; - } - return fInstance; -} +RunAction::~RunAction() +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -InformationKeeper::InformationKeeper() +void RunAction::BeginOfRunAction(const G4Run*) { - fPhysOutFolderName = "phys_output"; - fChemInputFolderName = "chem_input"; + //opening output file + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + G4String fileName = "results.root"; + analysisManager->OpenFile(fileName); + + //histogram range in X + G4double rangeX = 100*CLHEP::mm/2; + //setting histograms + G4double binNumber = 500; + analysisManager->SetH1(0,binNumber,-rangeX,rangeX,"mm"); + analysisManager->SetH1XAxisTitle(0,"x [mm]"); + analysisManager->SetH1YAxisTitle(0,"Count"); + + analysisManager->SetH1(1,20,0,100,"MeV"); + analysisManager->SetH1XAxisTitle(1,"Egamma [MeV]"); + analysisManager->SetH1YAxisTitle(1,"Count"); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void InformationKeeper::WritePhysGeo() +void RunAction::EndOfRunAction(const G4Run*) { - //Create a file containing geopath and Physlist in "FS build directory" for chemStage and anlysis - std::string fname = "imp.info"; - std::ofstream fout(fname); - fout<<"====> Auto_generated file. Do not delete me !!!\n"; - fout<<"====> The file conveys some information for chem_geo and Analysis modules!!!\n"; - fout<<"_geocellpath "<Write(); + analysisManager->CloseFile(); } -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/exoticphysics/channeling/ch1/src/SteppingAction.cc b/examples/extended/exoticphysics/channeling/ch1/src/SteppingAction.cc new file mode 100644 index 00000000000..69ca67d95a1 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/src/SteppingAction.cc @@ -0,0 +1,84 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class + +#include "SteppingAction.hh" +#include "DetectorConstruction.hh" + +#include "G4Step.hh" +#include "G4Event.hh" +#include "G4RunManager.hh" +#include "G4LogicalVolume.hh" +#include + +#include "G4AnalysisManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::SteppingAction() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::UserSteppingAction(const G4Step* step) +{ + + G4String volumeName = step->GetPreStepPoint()->GetTouchableHandle() + ->GetVolume()->GetName(); + + //if a particle enters the detector volume + if (step->GetPreStepPoint()-> GetStepStatus()==G4StepStatus::fGeomBoundary&& + volumeName=="Detector") + { + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + + //we are writing only charged particles + if(std::abs(step->GetTrack()->GetDefinition()->GetPDGCharge())>DBL_EPSILON) + { + //coordinate in the horizontal plane + G4double x0 = step->GetPreStepPoint()->GetPosition().getX()/CLHEP::mm; + + //filling histogram + analysisManager->FillH1(0, x0); + } + + //gamma spectrum + if(step->GetTrack()->GetDefinition()->GetParticleName()=="gamma") + { + //coordinate in the horizontal plane + G4double eGamma0 = step->GetPreStepPoint()->GetTotalEnergy()/CLHEP::MeV; + + //filling histogram + analysisManager->FillH1(1, eGamma0); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +//} diff --git a/examples/extended/exoticphysics/channeling/ch1/vis.mac b/examples/extended/exoticphysics/channeling/ch1/vis.mac new file mode 100644 index 00000000000..5e0e66d8bad --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch1/vis.mac @@ -0,0 +1,69 @@ +#Macro for the visualization + +#Create an empty scene +/vis/scene/create + +#Create a scene handler for a specific graphics system +/vis/open OGL +#/vis/open DAWNFILE +#/vis/open VRML2FILE + +#Disable auto refresh and quieten vis messages whilst scene and +#trajectories are established: +/vis/viewer/set/autoRefresh false +/vis/verbose errors + +#Draw the scene +/vis/drawVolume +/vis/viewer/flush + +#Set the camera +/vis/viewer/reset +/vis/viewer/set/viewpointThetaPhi 135. 45. deg +/vis/viewer/zoom 2 + +#Specify style (surface, wireframe, auxiliary edges,...) +/vis/viewer/set/style wireframe +/vis/viewer/set/lineSegmentsPerCircle 100 + +#Geometry +#/vis/geometry/set/lineWidth all 1 3 + +#Decoration +#Axes +/vis/set/lineWidth 3 +#/vis/scene/add/axes 0 0 0 1.0 m #Simple axes: x=red, y=green, z=blue. +#Name +#/vis/set/textColour red +#/vis/set/textLayout right +#/vis/scene/add/text2D 0.8 -0.85 24 ! ! FastSimChannelingRad +#Frame +#/vis/set/colour red +#/vis/set/lineWidth 2 +#/vis/scene/add/frame #Simple frame around the view +#/vis/set/colour #Revert to default colour (white) +#/vis/set/lineWidth #Revert to default line width (1.) + +#Commands for the drawing the tracks +/vis/scene/add/eventID #Drawn at end of event +/tracking/storeTrajectory 0 #(if too many tracks cause core dumped => storeTrajectory 0) +/vis/scene/endOfEventAction accumulate +/vis/scene/add/trajectories smooth rich +#/vis/modeling/trajectories/create/drawByParticleID +/vis/modeling/trajectories/create/drawByCharge +/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true +/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2 + +#Draw hits at end of event: +/vis/scene/add/hits + +#Geometry test (it can cause a "core dumped") +/geometry/navigator/reset +/geometry/test/run + +#Re-establish auto refreshing and verbosity: +/vis/viewer/set/autoRefresh true +/vis/verbose warnings + +#For file-based drivers, use this to create an empty detector view: +#/vis/viewer/flush diff --git a/examples/extended/exoticphysics/channeling/ch2/.README.txt b/examples/extended/exoticphysics/channeling/ch2/.README.txt new file mode 100644 index 00000000000..8c766d03cb3 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/.README.txt @@ -0,0 +1,68 @@ + +///\file "exoticphysics/channeling/ch2/.README.txt" +///\brief Example ch2 README page + +/*! \page Examplech2 Example ch2 + +\author Alexei Sytov, Gianfranco Paternò - INFN Ferrara Division (Italy) \n + sytov@fe.infn.it, paterno@fe.infn.it + +\section ch2_s1 INTRODUCTION +Example ch2 is an enhanced version of ch1, providing the user with the full functionality of +both the G4ChannelingFastSimModel and G4BaierKatkov, with parameters set up via a macro, +in order to simulate the physics of channeling and channeling radiation/coherent bremsstrahlung. + +The example can be exploited for a wide range of cases to study coherent effects in +a straight, bent or periodically bent crystal (crystalline undulator). Channeling +physics in ch2 is active for protons, ions, muons, pions, electrons and their antiparticles. +Any other charged particle can also be activated. + +\section ch2_s2 DESCRIPTION +The setup of the example ch2 is identical to ch1. As ch1, this example includes a bent crystal +and a detector positioned behind it. Like ch1, it is based on the experiments on +channeling [1] and channeling radiation [2] in a bent crystal, carried out at +Mainz Mikrotron MAMI with 855 MeV electrons. The experimental validation of +G4ChannelingFastSimModel is described in [3]. + +However, since ch2 parameters are fully set up in the macro run.mac, this example +is quite flexible and can be easily adapted for entirely different cases. + +A description of all the available options is provided in run.mac. +It includes crystal and detector geometry, activation flags for +G4ChannelingFastSimModel and G4BaierKatkov and various options. + +The example also provides detailed descriptions of various options for +G4ChannelingFastSimModel and G4BaierKatkov, which can adjust model parameters +depending on the specific case (see ConstructSDandField in DetectorConstruction). + +The front surface of the crystal is placed at z=0 (with z as the beam direction), +while the front position of the detector can be set up via run.mac. + +The output is recorded into the file results.root as a set of root ntuples. +These ntuples include: +-# crystal: particles recorded at the crystal entrance, +-# detector: all particles (except photons) recorded at the detector entrance, +-# detector_photons: photons recorded at the detector entrance. + +The format of every ntuple includes the following 10 variables (columns): + +"eventID", "volume", "x", "y", "angle_x", "angle_y", "Ekin", "particle", "particleID", "parentID" + +The variables represent: +-# the event number within the run (column 0), +-# the volume, either the crystal or the detector (column 1), +-# the coordinate (x,y) and the angles (x'=dx/dz, y'=dy/dz) of the impinging particles (columns 2-6), +-# the kinetic energy of the particle (column 7), +-# the particle name (column 8), +-# the particle ID (column 9), +-# the parent ID of the particle (column 10). + +To visualize these data, one should either open results.root using root TBrowser or use the python script analysis_ch2.py. + +\section ch1_s3 REFERENCES + +-# A. Mazzolari et al. Phys. Rev. Lett. 112, 135503 (2014). +-# L. Bandiera et al. Phys. Rev. Lett. 115, 025504 (2015). +-# A. Sytov et al. Journal of the Korean Physical Society 83, 132–139 (2023). + +*/ diff --git a/examples/extended/exoticphysics/channeling/ch2/CMakeLists.txt b/examples/extended/exoticphysics/channeling/ch2/CMakeLists.txt new file mode 100644 index 00000000000..f9514a4cc94 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/CMakeLists.txt @@ -0,0 +1,56 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(ch2) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, i.e. the directory in which we +# build ch2. This is so that we can run the executable directly because it +# relies on these scripts being in the current working directory. +# +set(TESTch2_SCRIPTS + init_vis.mac + vis.mac + run.mac + analysis_ch2.py + ) + +foreach(_script ${TESTch2_SCRIPTS}) + configure_file( + ${PROJECT_SOURCE_DIR}/${_script} + ${PROJECT_BINARY_DIR}/${_script} + COPYONLY + ) +endforeach() + + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +# Locate sources and headers for this project +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(ch2 ch2.cc ${sources} ${headers}) +target_include_directories(ch2 PRIVATE include) +target_link_libraries(ch2 PRIVATE ${Geant4_LIBRARIES}) diff --git a/examples/extended/exoticphysics/channeling/ch2/History b/examples/extended/exoticphysics/channeling/ch2/History new file mode 100644 index 00000000000..5a73c309883 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/History @@ -0,0 +1,9 @@ +# Category ch1 History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + + +## 2024-09-25 Alexei Sytov (ch2-V11-02-00) +- First implementation diff --git a/examples/extended/exoticphysics/channeling/ch2/README b/examples/extended/exoticphysics/channeling/ch2/README new file mode 100644 index 00000000000..969d482bc80 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/README @@ -0,0 +1,68 @@ +------------------------------------------------------------------- + + ========================================================= + Geant4 - an Object-Oriented Toolkit for Simulation in HEP + ========================================================= + + Example ch2 + ----------- + A. Sytov, G. Paternò + INFN Ferrara Division, sytov@fe.infn.it, paterno@fe.infn.it + +INTRODUCTION +Example ch2 is an enhanced version of ch1, providing the user with the full functionality of +both the G4ChannelingFastSimModel and G4BaierKatkov, with parameters set up via a macro, +in order to simulate the physics of channeling and channeling radiation/coherent bremsstrahlung. + +The example can be exploited for a wide range of cases to study coherent effects in +a straight, bent or periodically bent crystal (crystalline undulator). Channeling +physics in ch2 is active for protons, ions, muons, pions, electrons and their antiparticles. +Any other charged particle can also be activated. + +DESCRIPTION + +The setup of the example ch2 is identical to ch1. As ch1, this example includes a bent crystal +and a detector positioned behind it. Like ch1, it is based on the experiments on +channeling [1] and channeling radiation [2] in a bent crystal, carried out at +Mainz Mikrotron MAMI with 855 MeV electrons. The experimental validation of +G4ChannelingFastSimModel is described in [3]. + +However, since ch2 parameters are fully set up in the macro run.mac, this example +is quite flexible and can be easily adapted for entirely different cases. + +A description of all the available options is provided in run.mac. +It includes crystal and detector geometry, activation flags for +G4ChannelingFastSimModel and G4BaierKatkov and various options. + +The example also provides detailed descriptions of various options for +G4ChannelingFastSimModel and G4BaierKatkov, which can adjust model parameters +depending on the specific case (see ConstructSDandField in DetectorConstruction). + +The front surface of the crystal is placed at z=0 (with z as the beam direction), +while the front position of the detector can be set up via run.mac. + +The output is recorded into the file results.root as a set of root ntuples. +These ntuples include: +- crystal: particles recorded at the crystal entrance, +- detector: all particles (except photons) recorded at the detector entrance, +- detector_photons: photons recorded at the detector entrance. + +The format of every ntuple includes the following 10 variables (columns): + +"eventID", "volume", "x", "y", "angle_x", "angle_y", "Ekin", "particle", "particleID", "parentID" + +The variables represent: +- the event number within the run (column 0), +- the volume, either the crystal or the detector (column 1), +- the coordinate (x,y) and the angles (x'=dx/dz, y'=dy/dz) of the impinging particles (columns 2-6), +- the kinetic energy of the particle (column 7), +- the particle name (column 8), +- the particle ID (column 9), +- the parent ID of the particle (column 10). + +To visualize these data, one should either open results.root using root TBrowser or use the python script analysis_ch2.py. + +REFERENCES +[1] A. Mazzolari et al. Phys. Rev. Lett. 112, 135503 (2014). +[2] L. Bandiera et al. Phys. Rev. Lett. 115, 025504 (2015). +[3] A. Sytov et al. Journal of the Korean Physical Society 83, 132–139 (2023). diff --git a/examples/extended/exoticphysics/channeling/ch2/analysis_ch2.py b/examples/extended/exoticphysics/channeling/ch2/analysis_ch2.py new file mode 100755 index 00000000000..aa54cfe10f7 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/analysis_ch2.py @@ -0,0 +1,113 @@ +#!/usr/bin/env python +# coding: utf-8 + +# Read and plot the simulation results of particle interactions in Oriented Crystals +# obatined through example ch2, which is baed on G4ChannelingFastSimModel. + +import numpy as np +import pandas as pd +import matplotlib.pyplot as plt +import os +import uproot + +################################### INPUT ############################################ +# Set path and filename of the simulation file +G4_sim_path = "" +root_file = "results" + +Nmax = 1e5 #max number of events to elaborate + +save_fig = True +fig_path = G4_sim_path + +apply_collimation = False +coll_angle = 20/8627 #rad +NbinE = 25 +rangeE = [0, 10] #MeV + +NbinTheta = 100 +rangeTheta = [-1, 2] #mrad +###################################################################################### + +# Create figure directory if it does not exist +if fig_path != '' and not os.path.exists(fig_path): + os.makedirs(fig_path) + print('created fig_path:', fig_path) + +# Open the simulation output root file +rf = uproot.open(G4_sim_path + root_file + '.root') +rf_content = [item.split(';')[0] for item in rf.keys()] +print('rf_content:', rf_content, '\n') + +# Import the scoring ntuples and convert them into pandas dataframes +branches = ["eventID", "volume", "x", "y", "angle_x", "angle_y", + "Ekin" , "particle", "particleID", "parentID"] +df_in = rf['crystal'].arrays(branches, library='pd') +df_out = rf['detector'].arrays(branches, library='pd') +df_ph = rf['detector_photons'].arrays(branches, library='pd') + +# Define in and out dataframes +df_in_all_primary = df_in[df_in.parentID == 0] +df_out_all_primary = df_out[df_out.parentID == 0] +Nmax = min([int(Nmax), len(df_out_all_primary)]) +df_in_primary = df_in_all_primary[:Nmax] +df_out_primary = df_out_all_primary[:Nmax] + +# Select only the columns useful for deflection +df_in_primary_sel = df_in_primary[["eventID", "angle_x", "angle_y"]] +df_out_primary_sel = df_out_primary[["eventID", "angle_x", "angle_y"]] +del df_in_primary, df_out_primary + +# Array with photon energies and angles +Eph = df_ph['Ekin'].values #MeV +Nph = len(Eph) +print("number of emitted photons:", Nph) +thetaX_ph = df_ph['angle_x'].values*1e3 #rad -> mrad +thetaY_ph = df_ph['angle_y'].values*1e3 #rad -> mrad + +# Take only the photons inside the collimator acceptance +theta_ph = np.sqrt(thetaX_ph**2 + thetaY_ph**2) +if apply_collimation: + thetaX_ph = thetaX_ph[theta_ph <= coll_angle] + thetaY_ph = thetaY_ph[theta_ph <= coll_angle] + Eph = Eph[theta_ph <= coll_angle] + theta_ph = theta_ph[theta_ph <= coll_angle] + +# Calculate the scored photon energy spectrum +spectrum, EbinEdges = np.histogram(Eph, bins=NbinE, range=rangeE, density=True) +Ebin = EbinEdges[:-1] + (EbinEdges[1]-EbinEdges[0])*0.5 +spectral_intensity = Ebin * spectrum + +# Plot the photon energy spectrum +fig = plt.figure(figsize=(13, 6)) +fs = 16 +lw = 2 +bw = 0.6 +plt.subplot(1,2,1) +plt.bar(Ebin, spectrum, width=bw, linewidth=lw, alpha=1, label='') +plt.title('Emitted photon spectrum') +plt.xlabel('E [MeV]', fontsize=fs) +plt.ylabel('1/N$\\times$dN/dE', fontsize=fs) +plt.yscale('log') +plt.subplot(1,2,2) +plt.bar(Ebin, spectral_intensity, width=bw, linewidth=lw, alpha=1, label='') +plt.title('Emitted photon spectral intensity') +plt.xlabel('E [MeV]', fontsize=fs) +plt.ylabel('1/N$\\times$dW/dE', fontsize=fs) +plt.yscale('log') +if save_fig: + plt.savefig(fig_path + 'spectrum.jpg') +plt.close() + +# Plot angle_x distribution at the detector +thetaXdistrib, thetaEdges = np.histogram(df_out_primary_sel["angle_x"].values*1e3, \ + bins=NbinTheta, range=rangeTheta, density=True) +thetabin = thetaEdges[:-1] + (thetaEdges[1]-thetaEdges[0])*0.5 +plt.figure(figsize=(9, 6)) +plt.plot(thetabin, thetaXdistrib, linewidth=lw, alpha=1, label='') +plt.xlabel('$\\theta_X$ [mrad]', fontsize=fs) +plt.ylabel('1/N$\\times$dN/d$\\theta_X$', fontsize=fs) +if save_fig: + plt.savefig(fig_path + 'thetaXdistribution.jpg') +plt.close() + diff --git a/examples/extended/exoticphysics/channeling/ch2/ch2.cc b/examples/extended/exoticphysics/channeling/ch2/ch2.cc new file mode 100644 index 00000000000..8d819212d82 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/ch2.cc @@ -0,0 +1,146 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file ch2.cc +/// \brief Main program of the ch2 example +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" +#include "ActionInitialization.hh" + +#include "G4RunManagerFactory.hh" +#include "G4SteppingVerbose.hh" +#include "G4UImanager.hh" +#include "FTFP_BERT.hh" +#include "G4FastSimulationPhysics.hh" + +#include "G4VisExecutive.hh" +#include "G4UIExecutive.hh" + +#include "Randomize.hh" +#include "G4Timer.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int main(int argc,char** argv) +{ + // Get current time + G4Timer* theTimer = new G4Timer(); + theTimer->Start(); + + // Choose the Random engine + G4Random::setTheEngine(new CLHEP::RanecuEngine); + CLHEP::HepRandom::setTheSeed(0.); + + //use G4SteppingVerboseWithUnits + G4int precision = 4; + G4SteppingVerbose::UseBestUnit(precision); + + // Detect interactive mode (if no arguments) and define UI session + G4UIExecutive* ui = nullptr; + if ( argc == 1 ) { ui = new G4UIExecutive(argc, argv); } + + // Construct the default run manager + auto* runManager = + G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default); + + // Set mandatory initialization classes + // + // Detector construction + runManager->SetUserInitialization(new DetectorConstruction()); + + // Physics list + G4VModularPhysicsList* physicsList = new FTFP_BERT; + + // -- Create helper tool, used to activate the fast simulation: + G4FastSimulationPhysics* fastSimulationPhysics = new G4FastSimulationPhysics(); + fastSimulationPhysics->BeVerbose(); + // -- activation of fast simulation for particles having fast simulation models + // -- attached in the mass geometry: + // you may add any charged particles here + // CAUTION: for the particles other then e+- you would likely want + // to switch off the radiation + fastSimulationPhysics->ActivateFastSimulation("e-"); + fastSimulationPhysics->ActivateFastSimulation("e+"); + fastSimulationPhysics->ActivateFastSimulation("proton"); + fastSimulationPhysics->ActivateFastSimulation("anti_proton"); + fastSimulationPhysics->ActivateFastSimulation("mu+"); + fastSimulationPhysics->ActivateFastSimulation("mu-"); + fastSimulationPhysics->ActivateFastSimulation("pi+"); + fastSimulationPhysics->ActivateFastSimulation("pi-"); + fastSimulationPhysics->ActivateFastSimulation("GenericIon"); + //fastSimulationPhysics->ActivateFastSimulation("your_particle"); + // you may activate this model for any charged particle + // a neutral particle will not enter the model + + // -- Attach the fast simulation physics constructor to the physics list: + physicsList->RegisterPhysics( fastSimulationPhysics ); + physicsList->SetVerboseLevel(1); + runManager->SetUserInitialization(physicsList); + + // User action initialization + runManager->SetUserInitialization(new ActionInitialization()); + + // Initialize visualization + G4VisManager* visManager = new G4VisExecutive; + // G4VisExecutive can take a verbosity argument - see /vis/verbose guidance. + // G4VisManager* visManager = new G4VisExecutive("Quiet"); + visManager->Initialize(); + + // Get the pointer to the User Interface manager + G4UImanager* UImanager = G4UImanager::GetUIpointer(); + + // Process macro or start UI session + if ( ! ui ) { + // batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UImanager->ApplyCommand(command+fileName); + } + else { + // interactive mode + UImanager->ApplyCommand("/control/execute init_vis.mac"); + ui->SessionStart(); + delete ui; + } + + // Job termination + // Free the store: user actions, physics_list and detector_description are + // owned and deleted by the run manager, so they should not be deleted + // in the main() program ! + + delete visManager; + delete runManager; + + theTimer->Stop(); + G4cout << "Execution terminated" << G4endl; + G4cout << (*theTimer) << G4endl; + delete theTimer; + +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/visualization/userVisAction/run2.out b/examples/extended/exoticphysics/channeling/ch2/channeling-ch2.out similarity index 81% rename from examples/extended/visualization/userVisAction/run2.out rename to examples/extended/exoticphysics/channeling/ch2/channeling-ch2.out index 48d194bc930..94367da984f 100644 --- a/examples/extended/visualization/userVisAction/run2.out +++ b/examples/extended/exoticphysics/channeling/ch2/channeling-ch2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,8 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -<<< Reference Physics List QBBC +<<< Geant4 Physics List simulation engine: FTFP_BERT + Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -32,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -84,30 +84,51 @@ Registered filters: None You have successfully registered the following user vis actions. -Run Duration User Vis Actions: - My nice logo +Run Duration User Vis Actions: none End of Event User Vis Actions: none End of Run User Vis Actions: none Some /vis commands (optionally) take a string to specify colour. "/vis/list" to see available colours. -Checking overlaps for volume Envelope:0 (G4Box) ... OK! -Checking overlaps for volume Shape1:0 (G4Cons) ... OK! -Checking overlaps for volume Shape2:0 (G4Trd) ... OK! -### HadronInelasticQBBC Construct Process: - Emin(FTFP)= 3 GeV Emax(FTFP)= 100000 GeV - Emin(BERT)= 1 GeV Emax(BERT)= 6 GeV Emax(BERTpions)= 12 GeV - Emin(BIC) = 0 GeV Emax(BIC)= 1.5 GeV. -/run/verbose 2 -# -# gamma 6 MeV to the direction (0.,0.,1.) -# 10000 events -# -/gun/particle gamma -/gun/energy 6 MeV -# -/run/printProgress 100 -/run/beamOn 1000 +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. +Checking overlaps for volume Crystal:0 (G4Box) ... OK! +Crystal material: G4_Si +Crystal size: 20x20x0.0305 mm3 +G4ChannelingFastSimModel activated +Crystal bending angle: 0.000905 rad +Crystal Lattice: (111) +Crystal angleX: 0 rad +Crystal angleY: 0 rad +ActivateRadiationModel: 1 + +Checking overlaps for volume Detector:0 (G4Box) ... OK! +======================================================================= +====== Crystal lattice data ======== +======================================================================= +Crystal material: Si +Crystal planes: (111) + +G4BaierKatkov model is activated. + +Radiation model activated + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 + GenericIon : fastSimProcess_massGeom[geom:World] + anti_proton : fastSimProcess_massGeom[geom:World] + e+ : fastSimProcess_massGeom[geom:World] + e- : fastSimProcess_massGeom[geom:World] + mu+ : fastSimProcess_massGeom[geom:World] + mu- : fastSimProcess_massGeom[geom:World] + pi+ : fastSimProcess_massGeom[geom:World] + pi- : fastSimProcess_massGeom[geom:World] + proton : fastSimProcess_massGeom[geom:World] ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -129,10 +150,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -303,7 +327,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -545,6 +569,19 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) +----------------------------------------------------------------------- + Hadronic Processes for neutron + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller ----------------------------------------------------------------------- Hadronic Processes for B- Process: hadElastic @@ -567,9 +604,6 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV - Process: ionElastic - Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for He3 Process: hadElastic @@ -578,7 +612,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -587,7 +621,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -668,7 +702,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for e+ Process: positronNuclear @@ -725,19 +759,6 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV Process: muMinusCaptureAtRest ------------------------------------------------------------------------ - Hadronic Processes for neutron - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV - Process: neutronInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 6 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV - Process: nCapture - Model: nRadCapture: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for pi+ Process: hadElastic @@ -745,8 +766,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV Process: pi+Inelastic Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 12 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for pi- @@ -755,8 +775,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV Process: pi-Inelastic Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 12 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV Process: hBertiniCaptureAtRest ----------------------------------------------------------------------- @@ -766,9 +785,8 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV Process: protonInelastic Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 6 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -787,11 +805,11 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -816,204 +834,112 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - -Region -- -- appears in world volume - This region is in the mass world. - Root logical volume(s) : World - Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] - Materials : G4_AIR G4_WATER G4_A-150_TISSUE G4_BONE_COMPACT_ICRU - 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 : 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_WATER - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 2 used in the geometry : Yes - Material : G4_A-150_TISSUE - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.28343 keV e- 301.331 keV e+ 293.733 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 3 used in the geometry : Yes - Material : G4_BONE_COMPACT_ICRU - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 3.93604 keV e- 398.36 keV e+ 386.306 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -================================================================== - -Start closing geometry. -G4GeometryManager::ReportVoxelStats -- Voxel Statistics - - Total memory consumed for geometry optimisation: 0 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 Envelope - - Voxelisation: top memory users: - Percent Memory Heads Nodes Pointers Total CPU Volume - ------- -------- ------ ------ -------- ---------- ---------- - 100.00 0k 1 3 4 0.00 Envelope -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. +--> Event 10 starts. +--> Event 20 starts. +--> Event 30 starts. +--> Event 40 starts. +--> Event 50 starts. +--> Event 60 starts. +--> Event 70 starts. +--> Event 80 starts. +--> Event 90 starts. --> Event 100 starts. +--> Event 110 starts. +--> Event 120 starts. +--> Event 130 starts. +--> Event 140 starts. +--> Event 150 starts. +--> Event 160 starts. +--> Event 170 starts. +--> Event 180 starts. +--> Event 190 starts. --> Event 200 starts. +--> Event 210 starts. +--> Event 220 starts. +--> Event 230 starts. +--> Event 240 starts. +--> Event 250 starts. +--> Event 260 starts. +--> Event 270 starts. +--> Event 280 starts. +--> Event 290 starts. --> Event 300 starts. +--> Event 310 starts. +--> Event 320 starts. +--> Event 330 starts. +--> Event 340 starts. +--> Event 350 starts. +--> Event 360 starts. +--> Event 370 starts. +--> Event 380 starts. +--> Event 390 starts. --> Event 400 starts. +--> Event 410 starts. +--> Event 420 starts. +--> Event 430 starts. +--> Event 440 starts. +--> Event 450 starts. +--> Event 460 starts. +--> Event 470 starts. +--> Event 480 starts. +--> Event 490 starts. --> Event 500 starts. +--> Event 510 starts. +--> Event 520 starts. +--> Event 530 starts. +--> Event 540 starts. +--> Event 550 starts. +--> Event 560 starts. +--> Event 570 starts. +--> Event 580 starts. +--> Event 590 starts. --> Event 600 starts. +--> Event 610 starts. +--> Event 620 starts. +--> Event 630 starts. +--> Event 640 starts. +--> Event 650 starts. +--> Event 660 starts. +--> Event 670 starts. +--> Event 680 starts. +--> Event 690 starts. --> Event 700 starts. +--> Event 710 starts. +--> Event 720 starts. +--> Event 730 starts. +--> Event 740 starts. +--> Event 750 starts. +--> Event 760 starts. +--> Event 770 starts. +--> Event 780 starts. +--> Event 790 starts. --> Event 800 starts. +--> Event 810 starts. +--> Event 820 starts. +--> Event 830 starts. +--> Event 840 starts. +--> Event 850 starts. +--> Event 860 starts. +--> Event 870 starts. +--> Event 880 starts. +--> Event 890 starts. --> Event 900 starts. - Run terminated. -Run Summary - Number of events processed : 1000 - User=0.030000s Real=0.028701s Sys=0.000000s - ---------------------End of Global Run----------------------- - The run consists of 1000 gamma of 6 MeV - Dose in scoring volume : 38.2775 picoGy +- 3.69149 picoGy ------------------------------------------------------------- - -# -# proton 210 MeV to the direction (0.,0.,1.) -# 1000 events -# -/gun/particle proton -/gun/energy 210 MeV -# -/run/beamOn 1000 - -Region -- -- appears in world volume - This region is in the mass world. - Root logical volume(s) : World - Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] - Materials : G4_AIR G4_WATER G4_A-150_TISSUE G4_BONE_COMPACT_ICRU - 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 : 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_WATER - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.52521 keV e- 277.633 keV e+ 270.823 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 2 used in the geometry : Yes - Material : G4_A-150_TISSUE - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.28343 keV e- 301.331 keV e+ 293.733 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 3 used in the geometry : Yes - Material : G4_BONE_COMPACT_ICRU - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 3.93604 keV e- 398.36 keV e+ 386.306 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -================================================================== - -### Run 1 starts. ---> Event 0 starts. ---> Event 100 starts. ---> Event 200 starts. ---> Event 300 starts. ---> Event 400 starts. ---> Event 500 starts. ---> Event 600 starts. ---> Event 700 starts. ---> Event 800 starts. ---> Event 900 starts. - Run terminated. -Run Summary - Number of events processed : 1000 - User=0.250000s Real=0.252469s Sys=0.010000s - ---------------------End of Global Run----------------------- - The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 5.00878 nanoGy +- 146.537 picoGy ------------------------------------------------------------- - +--> Event 910 starts. +--> Event 920 starts. +--> Event 930 starts. +--> Event 940 starts. +--> Event 950 starts. +--> Event 960 starts. +--> Event 970 starts. +--> Event 980 starts. +--> Event 990 starts. Graphics systems deleted. Visualization Manager deleting... -G4 kernel has come to Quit state. -Deleting G4Run (id:1) -UserDetectorConstruction deleted 0x962fe0 -UserPhysicsList deleted 0x964200 -UserActionInitialization deleted 0xb1f070 -UserWorkerInitialization deleted 0 -UserWorkerThreadInitialization deleted 0 -UserRunAction deleted. -UserPrimaryGenerator deleted. -RunManager is deleting RunManagerKernel. -G4SDManager deleted. -EventManager deleted. -Units table cleared. -TransportationManager deleted. -Total navigation history collections cleaned: 12 -G4RNGHelper object is deleted. -================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0173 MB -Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00577 MB -Pool ID '7G4Event', size : 0.000961 MB -Pool ID '15G4PrimaryVertex', size : 0.000961 MB -Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '7G4Track', size : 0.0106 MB -Pool ID '18G4TouchableHistory', size : 0.00192 MB -Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00192 MB -Pool ID '17G4ReactionProduct', size : 0.00192 MB -Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.044 MB -============================================================ -G4Allocator objects are deleted. -UImanager deleted. -StateManager deleted. -RunManagerKernel is deleted. Good bye :) -RunManager is deleted. +Execution terminated +User=63.440000s Real=75.771604s Sys=0.230000s diff --git a/examples/extended/exoticphysics/channeling/ch2/include/ActionInitialization.hh b/examples/extended/exoticphysics/channeling/ch2/include/ActionInitialization.hh new file mode 100644 index 00000000000..f9fffc1cd73 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/include/ActionInitialization.hh @@ -0,0 +1,52 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1ActionInitialization_h +#define B1ActionInitialization_h 1 + +#include "G4VUserActionInitialization.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Action initialization class. + +class ActionInitialization : public G4VUserActionInitialization +{ + public: + ActionInitialization(); + ~ActionInitialization() override = default; + + void BuildForMaster() const override; + void Build() const override; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/exoticphysics/channeling/ch2/include/DetectorConstruction.hh b/examples/extended/exoticphysics/channeling/ch2/include/DetectorConstruction.hh new file mode 100644 index 00000000000..f4a1d9199b0 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/include/DetectorConstruction.hh @@ -0,0 +1,170 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1DetectorConstruction_h +#define B1DetectorConstruction_h 1 + +#include "G4VUserDetectorConstruction.hh" +#include "G4ios.hh" +#include "globals.hh" +#include +#include + +#include "G4Region.hh" +#include "G4PVPlacement.hh" + +#include "G4ChannelingFastSimModel.hh" + +#include "DetectorConstructionMessenger.hh" + +class G4VPhysicalVolume; +class G4LogicalVolume; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Detector construction class to define materials and geometry. + +class DetectorConstruction : public G4VUserDetectorConstruction +{ + public: + DetectorConstruction(); + ~DetectorConstruction() override = default; + + G4VPhysicalVolume* Construct() override; + void ConstructSDandField() override; + + //methods to set the Crystal features + void SetCrystalMaterial(const G4String& val) {fCrystalMaterialStr = val;} + void SetCrystalSize(G4ThreeVector val) {fCrystalSize = val;} + void SetCrystalBendingAngle(G4double val) {fBendingAngle = val;} + void SetCrystalLattice(const G4String& val) {fLattice = val;} + void SetCrystalAngleX(G4double val) {fAngleX = val;} + void SetCrystalAngleY(G4double val) {fAngleY = val;} + void SetRadiationModel(G4bool val) {fActivateRadiationModel = val;} + void SetChannelingModel(G4bool val) {fActivateChannelingModel = val;} + + void SetCrystallineUndulatorAmplitude(G4double val) + {fCrystallineUndulatorAmplitude = val;} + void SetCrystallineUndulatorPeriod(G4double val) + {fCrystallineUndulatorPeriod = val;} + void SetCrystallineUndulatorPhase(G4double val) + {fCrystallineUndulatorPhase = val;} + + void SetPotentialPath(const G4String& path){fPotentialPath = path;} + void SetMinPhotonEnergy(G4double val) {fMinPhotonEnergy = val;} + void SetSamplingPhotonsNumber(G4int val) {fSamplingPhotonsNumber = val;} + void SetNSmallTrajectorySteps(G4int val) {fNSmallTrajectorySteps = val;} + void SetRadiationAngleFactor(G4double val) {fRadiationAngleFactor = val;} + + void SetMinPhotonEnergyAddStat(G4double val) {fMinPhotonEnergyAddStat = val;} + void SetMaxPhotonEnergyAddStat(G4double val) {fMaxPhotonEnergyAddStat = val;} + void SetMultiplePhotonStatistics(G4int val) {fTimesPhotonStatistics = val;} + + void SetDetectorSize(G4ThreeVector val) {fDetectorSize = val;} + void SetDetectorFrontPositionZ(G4double val) {fDetectorFrontPosZ = val;} + + void SetParticleMinKinEnergy(G4double val) {fParticleMinKinEnergy = val;} + void SetProtonMinKinEnergy(G4double val) {fProtonMinKinEnergy = val;} + void SetAntiprotonMinKinEnergy(G4double val) {fAntiprotonMinKinEnergy = val;} + void SetPiPlusMinKinEnergy(G4double val) {fPiPlusMinKinEnergy = val;} + void SetPiMinusMinKinEnergy(G4double val) {fPiMinusMinKinEnergy = val;} + void SetElectronMinKinEnergy(G4double val) {fElectronMinKinEnergy = val;} + void SetPositronMinKinEnergy(G4double val) {fPositronMinKinEnergy = val;} + void SetMuPlusMinKinEnergy(G4double val) {fMuPlusMinKinEnergy = val;} + void SetMuMinusMinKinEnergy(G4double val) {fMuMinusMinKinEnergy = val;} + + void SetLindhardAngles(G4double val) {fLindhardAngles = val;} + void SetLindhardAnglesProton(G4double val) {fLindhardAnglesProton = val;} + void SetLindhardAnglesAntiproton(G4double val) {fLindhardAnglesAntiproton = val;} + void SetLindhardAnglesPiPlus(G4double val) {fLindhardAnglesPiPlus = val;} + void SetLindhardAnglesPiMinus(G4double val) {fLindhardAnglesPiMinus = val;} + void SetLindhardAnglesElectron(G4double val) {fLindhardAnglesElectron = val;} + void SetLindhardAnglesPositron(G4double val) {fLindhardAnglesPositron = val;} + void SetLindhardAnglesMuPlus(G4double val) {fLindhardAnglesMuPlus = val;} + void SetLindhardAnglesMuMinus(G4double val) {fLindhardAnglesMuMinus = val;} + + private: + DetectorConstructionMessenger* fMessenger; + + //crystal features + G4LogicalVolume* fLogicCrystal{nullptr}; + G4String fCrystalMaterialStr = "G4_Si"; + G4Material* fCrystalMaterial{nullptr}; + G4ThreeVector fCrystalSize; + G4double fBendingAngle = 0.; + G4String fLattice; + G4double fAngleX = 0.; + G4double fAngleY = 0.; + G4bool fActivateRadiationModel = false; + G4bool fActivateChannelingModel = true; + + //Crystal undulator parameters; default 0 => no undulator + G4double fCrystallineUndulatorAmplitude = 0.; + G4double fCrystallineUndulatorPeriod = 0.; + G4double fCrystallineUndulatorPhase = 0.; + + G4ThreeVector fDetectorSize; + G4double fDetectorFrontPosZ = 1*CLHEP::m; + + G4String fPotentialPath = ""; + + G4double fMinPhotonEnergy = 1*CLHEP::MeV; //G4BaierKatkov default value + G4int fSamplingPhotonsNumber = 150; //G4BaierKatkov default value + G4int fNSmallTrajectorySteps = 10000; //G4BaierKatkov default value + G4double fRadiationAngleFactor = 4; //G4BaierKatkov default value + + G4double fMinPhotonEnergyAddStat = 1*CLHEP::MeV; + G4double fMaxPhotonEnergyAddStat = 20*CLHEP::MeV; + G4int fTimesPhotonStatistics = 1; + + G4double fParticleMinKinEnergy = 200.*CLHEP::MeV;//G4ChannelingFastSimModel default value + G4double fProtonMinKinEnergy = 200.*CLHEP::MeV; + G4double fAntiprotonMinKinEnergy = 200.*CLHEP::MeV; + G4double fPiPlusMinKinEnergy = 200.*CLHEP::MeV; + G4double fPiMinusMinKinEnergy = 200.*CLHEP::MeV; + G4double fElectronMinKinEnergy = 200.*CLHEP::MeV; + G4double fPositronMinKinEnergy = 200.*CLHEP::MeV; + G4double fMuPlusMinKinEnergy = 200.*CLHEP::MeV; + G4double fMuMinusMinKinEnergy = 200.*CLHEP::MeV; + + G4double fLindhardAngles = 100; //G4ChannelingFastSimModel default value + G4double fLindhardAnglesProton = 100; + G4double fLindhardAnglesAntiproton = 100; + G4double fLindhardAnglesPiPlus = 100; + G4double fLindhardAnglesPiMinus = 100; + G4double fLindhardAnglesElectron = 100; + G4double fLindhardAnglesPositron = 100; + G4double fLindhardAnglesMuPlus = 100; + G4double fLindhardAnglesMuMinus = 100; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/exoticphysics/channeling/ch2/include/DetectorConstructionMessenger.hh b/examples/extended/exoticphysics/channeling/ch2/include/DetectorConstructionMessenger.hh new file mode 100644 index 00000000000..6b45be766a8 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/include/DetectorConstructionMessenger.hh @@ -0,0 +1,116 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstructionMessenger.hh +/// \brief Description of the DetectorConstruction messenger class +// +// +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef DetectorConstructionMessenger_h +#define DetectorConstructionMessenger_h 1 + +#include "G4UImessenger.hh" +#include "globals.hh" + +class DetectorConstruction; +class G4UIdirectory; +class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWithAnInteger; +class G4UIcmdWithADouble; +class G4UIcmdWithABool; +class G4UIcmdWith3VectorAndUnit; +class G4UIcmdWithAString; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Detector construction messenger class to define custom commands +/// to control the geometry and other settings. + +class DetectorConstructionMessenger: public G4UImessenger +{ +public: + DetectorConstructionMessenger(DetectorConstruction* mpga); + ~DetectorConstructionMessenger(); + + void SetNewValue(G4UIcommand* command, G4String newValues) override; + +private: + DetectorConstruction* fDetector{nullptr}; + + G4UIdirectory* fCmdDir{nullptr}; + G4UIcmdWithAString* fCrystalMaterialCmd{nullptr}; + G4UIcmdWith3VectorAndUnit* fCrystalSizeCmd{nullptr}; + G4UIcmdWithAString* fCrystalLatticeCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fCrystalAngleXCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fCrystalAngleYCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fCrystalBendingAngleCmd{nullptr}; + G4UIcmdWithABool* fRadModelCmd{nullptr}; + G4UIcmdWithABool* fChannelingModelCmd{nullptr}; + + G4UIcmdWith3VectorAndUnit* fDetectorSizeCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fDetectorFrontPosZCmd{nullptr}; + + G4UIcmdWithADoubleAndUnit* fCrystallineUndulatorAmplitudeCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fCrystallineUndulatorPeriodCmd{nullptr}; + G4UIcmdWithADouble* fCrystallineUndulatorPhaseCmd{nullptr}; + + G4UIcmdWithAString* fPotentialPathCmd{nullptr}; + + G4UIcmdWithADoubleAndUnit* fMinPhotonEnergyCmd{nullptr}; + G4UIcmdWithAnInteger* fSamplingPhotonsNumberCmd{nullptr}; + G4UIcmdWithAnInteger* fNSmallTrajectoryStepsCmd{nullptr}; + G4UIcmdWithADouble* fRadiationAngleFactorCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fMinPhotonEnergyAddStatCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fMaxPhotonEnergyAddStatCmd{nullptr}; + G4UIcmdWithAnInteger* fTimesPhotonStatisticsCmd{nullptr}; + + G4UIcmdWithADoubleAndUnit* fParticleMinKinEnergyCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fProtonMinKinEnergyCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fAntiprotonMinKinEnergyCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fPiPlusMinKinEnergyCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fPiMinusMinKinEnergyCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fElectronMinKinEnergyCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fPositronMinKinEnergyCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fMuPlusMinKinEnergyCmd{nullptr}; + G4UIcmdWithADoubleAndUnit* fMuMinusMinKinEnergyCmd{nullptr}; + + G4UIcmdWithADouble* fLindhardAnglesCmd{nullptr}; + G4UIcmdWithADouble* fLindhardAnglesProtonCmd{nullptr}; + G4UIcmdWithADouble* fLindhardAnglesAntiprotonCmd{nullptr}; + G4UIcmdWithADouble* fLindhardAnglesPiPlusCmd{nullptr}; + G4UIcmdWithADouble* fLindhardAnglesPiMinusCmd{nullptr}; + G4UIcmdWithADouble* fLindhardAnglesElectronCmd{nullptr}; + G4UIcmdWithADouble* fLindhardAnglesPositronCmd{nullptr}; + G4UIcmdWithADouble* fLindhardAnglesMuPlusCmd{nullptr}; + G4UIcmdWithADouble* fLindhardAnglesMuMinusCmd{nullptr}; + +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif + diff --git a/examples/extended/exoticphysics/channeling/ch2/include/PrimaryGeneratorAction.hh b/examples/extended/exoticphysics/channeling/ch2/include/PrimaryGeneratorAction.hh new file mode 100644 index 00000000000..b15b685aa31 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/include/PrimaryGeneratorAction.hh @@ -0,0 +1,60 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the B1::PrimaryGeneratorAction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1PrimaryGeneratorAction_h +#define B1PrimaryGeneratorAction_h 1 + +#include "G4VUserPrimaryGeneratorAction.hh" +#include "globals.hh" +#include "G4GeneralParticleSource.hh" + +class G4ParticleGun; +class G4Event; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// The primary generator action class with GeneralParticleSource. + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction +{ + public: + PrimaryGeneratorAction(); + ~PrimaryGeneratorAction() override; + + // method from the base class + void GeneratePrimaries(G4Event*) override; + + private: + G4GeneralParticleSource* fGPS{nullptr}; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/exoticphysics/channeling/ch2/include/RunAction.hh b/examples/extended/exoticphysics/channeling/ch2/include/RunAction.hh new file mode 100644 index 00000000000..7080a871450 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/include/RunAction.hh @@ -0,0 +1,56 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.hh +/// \brief Definition of the RunAction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef RunAction_h +#define RunAction_h 1 + +#include "G4UserRunAction.hh" +#include "globals.hh" + +class G4Run; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Run action class. + +class RunAction : public G4UserRunAction +{ + public: + RunAction(); + ~RunAction() override = default; + + void BeginOfRunAction(const G4Run*) override; + void EndOfRunAction(const G4Run*) override; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif + diff --git a/examples/advanced/dsbandrepair/include/ChemNtupleManager.hh b/examples/extended/exoticphysics/channeling/ch2/include/SteppingAction.hh similarity index 73% rename from examples/advanced/dsbandrepair/include/ChemNtupleManager.hh rename to examples/extended/exoticphysics/channeling/ch2/include/SteppingAction.hh index c80b32824ad..abfe66c55db 100644 --- a/examples/advanced/dsbandrepair/include/ChemNtupleManager.hh +++ b/examples/extended/exoticphysics/channeling/ch2/include/SteppingAction.hh @@ -23,36 +23,36 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +/// \file SteppingAction.hh +/// \brief Definition of the SteppingAction class // -/// \file ChemNtupleManager.hh -/// \brief Definition of the ChemNtupleManager class +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#ifndef HistoManager_h -#define HistoManager_h 1 +#ifndef B1SteppingAction_h +#define B1SteppingAction_h 1 +#include "G4UserSteppingAction.hh" #include "globals.hh" -#include "G4AnalysisManager.hh" +#include +#include +#include + +class G4LogicalVolume; + +class EventAction; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -class ChemNtupleManager +/// Stepping action class. + +class SteppingAction : public G4UserSteppingAction { -public: - ChemNtupleManager() = default; - ~ChemNtupleManager() = default; - - void SetFileName(const G4String& name) {fFileName = name;}; - void Book(); - void Save(); - void FillNtupleIColumn(G4int icol, G4int ival); - void FillNtupleFColumn(G4int icol, G4float ival); - void FillNtupleDColumn(G4int id, G4int icol, G4double ival); - void AddNtupleRow(); - void AddNtupleRow(G4int id); - void CreateNtuples(); - -private: - G4String fFileName="Output";// output + public: + SteppingAction(); + ~SteppingAction() override = default; + + // method from the base class + void UserSteppingAction(const G4Step*) override; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/exoticphysics/channeling/ch2/init_vis.mac b/examples/extended/exoticphysics/channeling/ch2/init_vis.mac new file mode 100644 index 00000000000..608196bd53f --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/init_vis.mac @@ -0,0 +1,32 @@ +# Macro file for the initialization of example ch2 +# in interactive session +# +# Set some default verbose +/control/verbose 2 +/control/saveHistory +/run/verbose 2 +# +# Change the default number of threads (in multi-threaded mode) +#/run/numberOfThreads 4 +# +#Initialize kernel +/run/initialize +# +# Initialize kernel +/run/initialize +# +#coordinate distribution (radial Gauss) +/gps/pos/centre 0. 0. -1. cm +/gps/pos/type Beam +/gps/pos/sigma_x 0.07 mm +/gps/pos/sigma_y 0.2 mm +# +#angular distribution (radial Gauss) +/gps/ang/type beam2d +/gps/ang/rot1 1 0 0 +/gps/ang/rot2 0 -1 0 +/gps/ang/sigma_x 30.E-6 rad +/gps/ang/sigma_y 30.E-6 rad +# +# Visualization setting +/control/execute vis.mac diff --git a/examples/extended/exoticphysics/channeling/ch2/run.mac b/examples/extended/exoticphysics/channeling/ch2/run.mac new file mode 100644 index 00000000000..2a487efab12 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/run.mac @@ -0,0 +1,109 @@ +/random/setSeeds 19577794 424238336 +#setting number of cores +/run/numberOfThreads 2 + +#crystal geometry +#change it as you want +/crystal/setCrystalSize 20. 20. 0.0305 mm +/crystal/setCrystalBendingAngle 0.905 mrad #default is 0 +/crystal/setCrystalAngleX 0 mrad #default is 0 +/crystal/setCrystalAngleY 0 mrad #default is 0 + +#crystal undulator parameters +#CAUTION: incompatible with bent crystal +#CAUTION: needs small detector size (1/gamma) and high photon statistics to observe the effect +#(see also comments in ConstructSDandField in DetectorConstruction) +#use if necessary: +#/crystal/setCrystallineUndulatorAmplitude 1 nm +#/crystal/setCrystallineUndulatorPeriod 100 um +#/crystal/setCrystallineUndulatorPhase 0. + +#crystal lattice parameters +#change it according to the data available in G4CHANNELINGDATA +/crystal/setCrystalMaterial G4_Si # check G4CHANNELINGDATA dataset +/crystal/setCrystalLattice (111) # check G4CHANNELINGDATA dataset + +#detector parameters +#change it as you want +/crystal/setDetectorSize 10 10 0.03 cm +/crystal/setFrontPositionZ 5973 mm + +#G4ChannelingFastSimModel parameters +#change it as you want +/crystal/setChannelingModel true #switch on/off G4ChannelingFastSimModel +/crystal/setRadiationModel true #switch on/off G4BaierKatkov + #(G4ChannelingFastSimModel must be switched on) +#the pass to channeling data if different from the default: +#/crystal/setChannelingDataPath your_path + +#the following can be changed or commented: +#the low energy threshold for particle to enter the G4ChannelingFastSimModel: +/crystal/setParticleMinKinEnergy 200 MeV # default value for all charged particles +#the same for specific particles (has priority vs default) +/crystal/setParticleMinKinEnergy/proton 200 MeV +/crystal/setParticleMinKinEnergy/anti_proton 200 MeV +/crystal/setParticleMinKinEnergy/pi+ 200 MeV +/crystal/setParticleMinKinEnergy/pi- 200 MeV +/crystal/setParticleMinKinEnergy/e+ 200 MeV +/crystal/setParticleMinKinEnergy/e- 200 MeV +/crystal/setParticleMinKinEnergy/mu+ 200 MeV +/crystal/setParticleMinKinEnergy/mu- 200 MeV + +#the following can be changed or commented: +#high angular threshold for particle to enter the G4ChannelingFastSimModel expressed in Lindhard angles: +/crystal/setLindhardAngles 100. # default value for all charged particles +#the same for specific particles (has priority vs default) +/crystal/setLindhardAngles/proton 100. +/crystal/setLindhardAngles/anti_proton 100. +/crystal/setLindhardAngles/pi+ 100. +/crystal/setLindhardAngles/pi- 100. +/crystal/setLindhardAngles/e+ 100. +/crystal/setLindhardAngles/e- 100. +/crystal/setLindhardAngles/mu+ 100. +/crystal/setLindhardAngles/mu- 100. + +#the following can be changed or commented: +#G4BaierKatkov parameters +#(see also comments in ConstructSDandField in DetectorConstruction): +/crystal/setMinPhotonEnergy 1 MeV # G4BaierKatkov default +/crystal/setSamplingPhotonsNumber 150 # G4BaierKatkov default +/crystal/setNSmallTrajectorySteps 10000 # G4BaierKatkov default +/crystal/setRadiationAngleFactor 4. # G4BaierKatkov default + +#add statistics of sampling photons in G4BaierKatkov in specific energy range +#use if necessary (usually in the crystalline undulator case): +#CAUTION: this energy range must not be below minimum photon energy +#(see also comments in ConstructSDandField in DetectorConstruction) +#/crystal/AddPhotonStatistics/setMinPhotonEnergy 1 MeV +#/crystal/AddPhotonStatistics/setMaxPhotonEnergy 20 MeV +#/crystal/AddPhotonStatistics/setMultiplePhotonStatistics 10 + +/run/initialize + +#settings +/control/verbose 0 +/run/verbose 0 +/tracking/verbose 0 + +#beam +/gps/particle e- + +#coordinate distribution (radial Gauss) +/gps/pos/centre 0. 0. -1. cm +/gps/pos/type Beam +/gps/pos/sigma_x 0.07 mm +/gps/pos/sigma_y 0.2 mm + +#angular distribution (radial Gauss) +/gps/ang/type beam2d +/gps/ang/rot1 1 0 0 +/gps/ang/rot2 0 -1 0 +/gps/ang/sigma_x 30.E-6 rad +/gps/ang/sigma_y 30.E-6 rad + +#energy distribution (constant) +/gps/ene/mono 0.855 GeV + +#statistics +/run/printProgress 10 +/run/beamOn 1000 diff --git a/examples/extended/exoticphysics/channeling/ch2/src/ActionInitialization.cc b/examples/extended/exoticphysics/channeling/ch2/src/ActionInitialization.cc new file mode 100644 index 00000000000..a899b627ade --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/src/ActionInitialization.cc @@ -0,0 +1,60 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "RunAction.hh" +#include "SteppingAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +ActionInitialization::ActionInitialization() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::BuildForMaster() const +{ + SetUserAction(new RunAction); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ActionInitialization::Build() const +{ + SetUserAction(new PrimaryGeneratorAction); + + SetUserAction(new RunAction); + + SetUserAction(new SteppingAction); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/exoticphysics/channeling/ch2/src/DetectorConstruction.cc b/examples/extended/exoticphysics/channeling/ch2/src/DetectorConstruction.cc new file mode 100644 index 00000000000..d36c690c35a --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/src/DetectorConstruction.cc @@ -0,0 +1,357 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" + +#include "G4RunManager.hh" +#include "G4NistManager.hh" +#include "G4Box.hh" +#include "G4LogicalVolume.hh" +#include "G4RegionStore.hh" +#include "G4VisAttributes.hh" +#include "PrimaryGeneratorAction.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() +{ + //instantiate the messenger + fMessenger = new DetectorConstructionMessenger(this); + + //Crystal size + fCrystalSize.setX(20*CLHEP::mm); + fCrystalSize.setY(20*CLHEP::mm); + fCrystalSize.setZ(0.0305*CLHEP::mm); + + //Crystal planes or axes considered + fLattice = "(111)"; + + //Detector size + fDetectorSize.setX(10*CLHEP::cm); + fDetectorSize.setY(10*CLHEP::cm); + fDetectorSize.setZ(0.1*CLHEP::mm); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() +{ + //Check overlap option + G4bool checkOverlaps = true; + + //Materials + G4NistManager* nist = G4NistManager::Instance(); + G4Material* world_mat = nist->FindOrBuildMaterial("G4_Galactic"); + G4Material* silicon = nist->FindOrBuildMaterial("G4_Si"); + + //World + G4Box* solidWorld = new G4Box("World", 0.2*CLHEP::m, 0.2*CLHEP::m, 10.*CLHEP::m); + G4LogicalVolume* logicWorld = new G4LogicalVolume(solidWorld, world_mat, "World"); + G4VPhysicalVolume* physWorld = new G4PVPlacement + (0, // no rotation + G4ThreeVector(), // centre position + logicWorld, // its logical volume + "World", // its name + 0, // its mother volume + false, // no boolean operation + 0, // copy number + checkOverlaps); // overlaps checking + logicWorld->SetVisAttributes(G4VisAttributes::GetInvisible()); + + + // --------------- Crystal ------------------------------------ + + //Select crystal material + fCrystalMaterial = nist->FindOrBuildMaterial(fCrystalMaterialStr); + + //Crystal rotation angle (also the angle of crystal planes vs the beam) + G4RotationMatrix* crystalRotationMatrix = new G4RotationMatrix; + crystalRotationMatrix->rotateY(-fAngleX); + crystalRotationMatrix->rotateX(-fAngleY); + + //Setting crystal position + G4ThreeVector posCrystal = G4ThreeVector(0., 0., fCrystalSize.z()/2.); + + //crystal volume + G4Box* solidCrystal = new G4Box("Crystal", + fCrystalSize.x()/2, + fCrystalSize.y()/2, + fCrystalSize.z()/2.); + + fLogicCrystal = new G4LogicalVolume(solidCrystal, + fCrystalMaterial, + "Crystal"); + new G4PVPlacement(crystalRotationMatrix, + posCrystal, + fLogicCrystal, + "Crystal", + logicWorld, + false, + 0, + checkOverlaps); + + if (fActivateChannelingModel) + { + //crystal region (necessary for the FastSim model) + G4Region* regionCh = new G4Region("Crystal"); + regionCh->AddRootLogicalVolume(fLogicCrystal); + } + + //visualization attributes + G4VisAttributes* crystalVisAttribute = + new G4VisAttributes(G4Colour(1., 0., 0.)); + crystalVisAttribute->SetForceSolid(true); + fLogicCrystal->SetVisAttributes(crystalVisAttribute); + + //print Crystal info + G4cout << "Crystal material: " << fCrystalMaterial->GetName() << G4endl; + G4cout << "Crystal size: " << fCrystalSize.x()/CLHEP::mm + << "x" << fCrystalSize.y()/CLHEP::mm + << "x" << fCrystalSize.z()/CLHEP::mm << " mm3" << G4endl; + if (fActivateChannelingModel) + { + G4cout << "G4ChannelingFastSimModel activated" << G4endl; + G4cout << "Crystal bending angle: " << fBendingAngle << " rad" << G4endl; + G4cout << "Crystal Lattice: " << fLattice << G4endl; + G4cout << "Crystal angleX: " << fAngleX << " rad" << G4endl; + G4cout << "Crystal angleY: " << fAngleY << " rad" << G4endl; + G4cout << "ActivateRadiationModel: " << fActivateRadiationModel << G4endl; + + if (fCrystallineUndulatorAmplitude > DBL_EPSILON && + fCrystallineUndulatorPeriod > DBL_EPSILON) { + G4cout << "Crystalline undulator activated: " << G4endl; + G4cout << "undulator amplitude: " + << fCrystallineUndulatorAmplitude/CLHEP::nm + << " nm" << G4endl; + G4cout << "undulator period: " + << fCrystallineUndulatorPeriod/CLHEP::mm + << " mm" << G4endl; + G4cout << "undulator phase: " + << fCrystallineUndulatorPhase + << " rad" << G4endl; + } + + G4cout << G4endl; + } + else + { + G4cout << "G4ChannelingFastSimModel is not activated" << G4endl << G4endl; + } + + // --------------- Detector ----------------------------------- + //Setting detector position + G4ThreeVector posDetector = + G4ThreeVector(0, 0, fDetectorFrontPosZ+fDetectorSize.z()/2.); + + //particle detector volume + G4Box* detector = new G4Box("Detector", + fDetectorSize.x()/2, + fDetectorSize.y()/2, + fDetectorSize.z()/2.); + + G4LogicalVolume* logicDetector = new G4LogicalVolume(detector, + silicon, + "Detector"); + new G4PVPlacement(0, + posDetector, + logicDetector, + "Detector", + logicWorld, + false, + 0, + checkOverlaps); + + //visualization attributes + G4VisAttributes* detectorVisAttribute = + new G4VisAttributes(G4Colour(1., 0., 1., 0.3)); + detectorVisAttribute->SetForceSolid(true); + logicDetector->SetVisAttributes(detectorVisAttribute); + + //always return the physical World + return physWorld; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::ConstructSDandField() +{ + if (fActivateChannelingModel) + { + // --------------- fast simulation ---------------------------- + //extract the region of the crystal from the store + G4RegionStore* regionStore = G4RegionStore::GetInstance(); + G4Region* regionCh = regionStore->GetRegion("Crystal"); + + //create the channeling model for this region + G4ChannelingFastSimModel* channelingModel = + new G4ChannelingFastSimModel("ChannelingModel", regionCh); + + //activate the channeling model + channelingModel->Input(fCrystalMaterial, fLattice, fPotentialPath); + //setting bending angle of the crystal planes (default is 0) + channelingModel->GetCrystalData()->SetBendingAngle(fBendingAngle, fLogicCrystal); + + //setting crystalline undulator parameters + //NOTE: they are incompatible with a bent crystal + if (fCrystallineUndulatorAmplitude > DBL_EPSILON && + fCrystallineUndulatorPeriod > DBL_EPSILON) + { + channelingModel->GetCrystalData()->SetCrystallineUndulatorParameters( + fCrystallineUndulatorAmplitude, + fCrystallineUndulatorPeriod, + fCrystallineUndulatorPhase, + fLogicCrystal); + } + + /* + Set the multiple of critical channeling angles (Lindhard angles) which defines + the angular cut of the model (otherwise standard Geant4 is active): + a number too low reduces the accuracy of the model; + a number too high sometimes drastically reduces the simulation speed. + The default value is 100, while for many problems 10-20 is ok. + CAUTION: If you set this value to 1 meaning the angular cut = 1*Lindhard angle, + this will cut off the physics of overbarrier motion, still important even if + the particle is not in channeling. This will provide incorrect results. + */ + channelingModel->SetDefaultLindhardAngleNumberHighLimit(fLindhardAngles); + //you may set a particular limit for a certain particle type + //(has a priority vs default): + channelingModel->SetLindhardAngleNumberHighLimit(fLindhardAnglesProton,"proton"); + channelingModel->SetLindhardAngleNumberHighLimit(fLindhardAnglesAntiproton, + "anti_proton"); + channelingModel->SetLindhardAngleNumberHighLimit(fLindhardAnglesPiPlus,"pi+"); + channelingModel->SetLindhardAngleNumberHighLimit(fLindhardAnglesPiMinus,"pi-"); + channelingModel->SetLindhardAngleNumberHighLimit(fLindhardAnglesPositron,"e+"); + channelingModel->SetLindhardAngleNumberHighLimit(fLindhardAnglesElectron,"e-"); + channelingModel->SetLindhardAngleNumberHighLimit(fLindhardAnglesMuPlus,"mu+"); + channelingModel->SetLindhardAngleNumberHighLimit(fLindhardAnglesMuMinus,"mu-"); + //channelingModel->SetLindhardAngleNumberHighLimit(your_value,"your_particle"); + + /* + Set the low kinetic energy cut for the model: + too low energy may reduce the simulation speed (sometimes drastically), + too high energy can cut off a useful physics for radiation losses. + A recommended value depends a lot on the case. Usually it should be above 100 MeV, + since below quantum channeling effects may become important, though lower energies + are not forbidden. For energies considerably above 1 GeV and a crystal thick enough + for multiphoton radiation emission,a lower energy limit of 300-500 MeV is recommended. + */ + channelingModel->SetDefaultLowKineticEnergyLimit(fParticleMinKinEnergy); + //you may set a particular limit for a certain particle type + //(has a priority vs default): + channelingModel->SetLowKineticEnergyLimit(fProtonMinKinEnergy,"proton"); + channelingModel->SetLowKineticEnergyLimit(fAntiprotonMinKinEnergy,"anti_proton"); + channelingModel->SetLowKineticEnergyLimit(fPiPlusMinKinEnergy,"pi+"); + channelingModel->SetLowKineticEnergyLimit(fPiMinusMinKinEnergy,"pi-"); + channelingModel->SetLowKineticEnergyLimit(fPositronMinKinEnergy,"e+"); + channelingModel->SetLowKineticEnergyLimit(fElectronMinKinEnergy,"e-"); + channelingModel->SetLowKineticEnergyLimit(fMuPlusMinKinEnergy,"mu+"); + channelingModel->SetLowKineticEnergyLimit(fMuMinusMinKinEnergy,"mu-"); + //channelingModel->SetLowKineticEnergyLimit(your_value,"your_particle"); + + /* + activate the radiation model (do it only when you want to take into account the + radiation production in an oriented crystal; it reduces simulation speed.) + */ + if (fActivateRadiationModel) + { + channelingModel->RadiationModelActivate(); + G4cout << "Radiation model activated" << G4endl; + + /* + Set the number of the photons used in Monte Carlo integral in Baier-Katkov: + too low number reduces the accuracy of the model; + too high number reduces the calculation speed. + In most of the cases 150 is a minimal secure number. + */ + channelingModel->GetRadiationModel()-> + SetSamplingPhotonsNumber(fSamplingPhotonsNumber); + + /* + Increase the statistics of sampling photons in a certain energy range. + By default it is not active! In many cases it is not necessary. + It is very useful for a soft spectrum part, when it is considerably below + the charged particle energy, in order to increase the accuracy. It is possible + to apply as many ranges as you want. + NOTE: usually important for crystalline undulator + CAUTION: insert only an integer number as a multiple of a photon statistics + and ONLY > 1 . + CAUTION: this energy range must not be beyond the range of radiation energies + (i.e. below minimum photon energy (see below)) and must not intersect another + range with an increased statistics if any. + CAUTION: this is a multiple of the statistics of sampling photons randomly get in + this energy range => make sure the total number of sampling photons is high enough + to regularly get in this energy range, otherwise the statistics will not increase. + */ + if(fTimesPhotonStatistics>1) + {channelingModel->GetRadiationModel()-> + AddStatisticsInPhotonEnergyRegion(fMinPhotonEnergyAddStat, + fMaxPhotonEnergyAddStat, + fTimesPhotonStatistics);} + + /* + Adjust the angular distribution of the sampling photons by + changing the multiple of the opening radiation angle 1/gamma: + the model should work correctly in the range 2-5; + too small multiple reduces the accuracy; + too high value requires more sampling photons. + */ + channelingModel->GetRadiationModel()-> + SetRadiationAngleFactor(fRadiationAngleFactor); + + /* + Set the minimal energy of radiated photon: generally it depends on which part + of the spectrum you are interested in: + too low number vs the charged particle energy may require more sampling photons + in a total or in a particular energy range; + too high number may reduce the accuracy in radiation energy loss. + Generally 1 MeV is a recommended value. + */ + channelingModel->GetRadiationModel()->SetMinPhotonEnergy(fMinPhotonEnergy); + + /* + Set the number of trajectory steps after which the radiation probability + check (whether the probability is below or above of the threshold) is performed; + at the first iteration also the sampling photons are generated by using + the angles of this first part of the trajectory as an argument: + too higher number of steps reduces the accuracy due to considerable excess + of the single radiation probability threshold; + too low number may reduce the accuracy of the angular distribution of + sampling photons. + Generally the range between 1000-10000 steps is recommended. + */ + channelingModel->GetRadiationModel()-> + SetNSmallTrajectorySteps(fNSmallTrajectorySteps); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/exoticphysics/channeling/ch2/src/DetectorConstructionMessenger.cc b/examples/extended/exoticphysics/channeling/ch2/src/DetectorConstructionMessenger.cc new file mode 100644 index 00000000000..3d7cb70008f --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/src/DetectorConstructionMessenger.cc @@ -0,0 +1,555 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstructionMessenger.cc +/// \brief Implementation of the DetectorConstruction messenger class +// +// +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstructionMessenger.hh" +#include "DetectorConstruction.hh" + +#include "G4UIdirectory.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWithADouble.hh" +#include "G4UIcmdWithAnInteger.hh" +#include "G4UIcmdWith3VectorAndUnit.hh" +#include "G4UIcmdWithABool.hh" +#include "G4UIcmdWithAString.hh" + +#include "G4RunManager.hh" +#include "G4ios.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstructionMessenger::DetectorConstructionMessenger(DetectorConstruction* det): +fDetector(det) +{ + fCmdDir = new G4UIdirectory("/crystal/"); + fCmdDir->SetGuidance("crystal Control"); + + fCrystalMaterialCmd = new G4UIcmdWithAString("/crystal/setCrystalMaterial",this); + fCrystalMaterialCmd->SetGuidance("Set Crystal Material"); + fCrystalMaterialCmd->SetParameterName("matname",false); + fCrystalMaterialCmd->SetDefaultValue("G4_Si"); + + fCrystalSizeCmd = new G4UIcmdWith3VectorAndUnit("/crystal/setCrystalSize",this); + fCrystalSizeCmd->SetGuidance("Set Crystal size"); + fCrystalSizeCmd->SetParameterName("dimCrX","dimCrY","dimCrZ",false); + fCrystalSizeCmd->SetUnitCategory("Length"); + fCrystalSizeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fCrystalLatticeCmd = new G4UIcmdWithAString("/crystal/setCrystalLattice",this); + fCrystalLatticeCmd-> + SetGuidance("Set Crystal Lattice, use brackets (...) for planes and <...> for axes"); + fCrystalLatticeCmd->SetParameterName("lattice",false); + fCrystalLatticeCmd->SetDefaultValue("(111)"); + + fCrystalAngleXCmd = new G4UIcmdWithADoubleAndUnit("/crystal/setCrystalAngleX",this); + fCrystalAngleXCmd->SetGuidance("Set crystal orientation with respect to the beam"); + fCrystalAngleXCmd->SetUnitCategory("Angle"); + fCrystalAngleXCmd->SetParameterName("angX",false); + fCrystalAngleXCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fCrystalAngleYCmd = new G4UIcmdWithADoubleAndUnit("/crystal/setCrystalAngleY",this); + fCrystalAngleYCmd->SetGuidance("Set crystal orientation with respect to the beam"); + fCrystalAngleYCmd->SetUnitCategory("Angle"); + fCrystalAngleYCmd->SetParameterName("angY",false); + fCrystalAngleYCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fCrystalBendingAngleCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setCrystalBendingAngle",this); + fCrystalBendingAngleCmd->SetGuidance("Set crystal bending angle"); + fCrystalBendingAngleCmd->SetParameterName("bendingAngle",false); + fCrystalBendingAngleCmd->SetUnitCategory("Angle"); + fCrystalBendingAngleCmd->SetRange("bendingAngle >= 0"); + fCrystalBendingAngleCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fCrystallineUndulatorAmplitudeCmd = + new G4UIcmdWithADoubleAndUnit + ("/crystal/setCrystallineUndulatorAmplitude",this); + fCrystallineUndulatorAmplitudeCmd-> + SetGuidance("Set crystalline undulator amplitude"); + fCrystallineUndulatorAmplitudeCmd->SetUnitCategory("Length"); + fCrystallineUndulatorAmplitudeCmd-> + SetParameterName("CrystallineUndulatorAmplitude",false); + fCrystallineUndulatorAmplitudeCmd-> + SetRange("CrystallineUndulatorAmplitude > 0"); + fCrystallineUndulatorAmplitudeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fCrystallineUndulatorPeriodCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setCrystallineUndulatorPeriod",this); + fCrystallineUndulatorPeriodCmd-> + SetGuidance("Set crystalline undulator Period"); + fCrystallineUndulatorPeriodCmd->SetUnitCategory("Length"); + fCrystallineUndulatorPeriodCmd-> + SetParameterName("CrystallineUndulatorPeriod",false); + fCrystallineUndulatorPeriodCmd-> + SetRange("CrystallineUndulatorPeriod > 0"); + fCrystallineUndulatorPeriodCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fCrystallineUndulatorPhaseCmd = + new G4UIcmdWithADouble("/crystal/setCrystallineUndulatorPhase",this); + fCrystallineUndulatorPhaseCmd-> + SetGuidance("Set crystalline undulator phase"); + fCrystallineUndulatorPhaseCmd-> + SetParameterName("CrystallineUndulatorPhase",false); + fCrystallineUndulatorPhaseCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fDetectorSizeCmd = new G4UIcmdWith3VectorAndUnit("/crystal/setDetectorSize",this); + fDetectorSizeCmd->SetGuidance("Set detector size"); + fDetectorSizeCmd->SetParameterName("dimDetX","dimDetY","dimDetZ",false); + fDetectorSizeCmd->SetUnitCategory("Length"); + fDetectorSizeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fDetectorFrontPosZCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setFrontPositionZ",this); + fDetectorFrontPosZCmd->SetGuidance("Set detector front position Z"); + fDetectorFrontPosZCmd->SetParameterName("frontPosDetZ",false); + fDetectorFrontPosZCmd->SetUnitCategory("Length"); + fDetectorFrontPosZCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fPotentialPathCmd = new G4UIcmdWithAString("/crystal/setChannelingDataPath",this); + fPotentialPathCmd-> + SetGuidance("Set the path where to find the available data " + "for the G4ChannelingFastSimModel " + "if different from G4CHANNELINGDATA"); + fPotentialPathCmd->SetParameterName("channelingDataPath",false); + fPotentialPathCmd->SetDefaultValue(""); + + fChannelingModelCmd = new G4UIcmdWithABool("/crystal/setChannelingModel", this); + fChannelingModelCmd->SetGuidance("Activate/deactivate G4ChannelingFastSimModel"); + fChannelingModelCmd->SetParameterName("ChannelingModel",true); + fChannelingModelCmd->SetDefaultValue(false); + + fRadModelCmd = new G4UIcmdWithABool("/crystal/setRadiationModel", this); + fRadModelCmd->SetGuidance("Activate/deactivate G4BaierKatkov"); + fRadModelCmd->SetParameterName("ActivateRadiationModel",true); + fRadModelCmd->SetDefaultValue(false); + + fMinPhotonEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setMinPhotonEnergy",this); + fMinPhotonEnergyCmd-> + SetGuidance("Set the low energy threshold for " + "the photons emitted in G4BaierKatkov"); + fMinPhotonEnergyCmd->SetParameterName("MinPhotonEnergy",false); + fMinPhotonEnergyCmd->SetUnitCategory("Energy"); + fMinPhotonEnergyCmd->SetRange("MinPhotonEnergy > 0"); + fMinPhotonEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fSamplingPhotonsNumberCmd = + new G4UIcmdWithAnInteger("/crystal/setSamplingPhotonsNumber",this); + fSamplingPhotonsNumberCmd-> + SetGuidance("Set SamplingPhotonsNumber in G4BaierKatkov"); + fSamplingPhotonsNumberCmd->SetParameterName("SamplingPhotonsNumber",false); + fSamplingPhotonsNumberCmd->SetRange("SamplingPhotonsNumber>1"); + fSamplingPhotonsNumberCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fNSmallTrajectoryStepsCmd = + new G4UIcmdWithAnInteger("/crystal/setNSmallTrajectorySteps",this); + fNSmallTrajectoryStepsCmd-> + SetGuidance("Set NSmallTrajectorySteps in G4BaierKatkov"); + fNSmallTrajectoryStepsCmd->SetParameterName("NSmallTrajectorySteps",false); + fNSmallTrajectoryStepsCmd->SetRange("NSmallTrajectorySteps>1"); + fNSmallTrajectoryStepsCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fRadiationAngleFactorCmd = + new G4UIcmdWithADouble("/crystal/setRadiationAngleFactor",this); + fRadiationAngleFactorCmd->SetGuidance("Set Radiation Angle Factor"); + fRadiationAngleFactorCmd->SetParameterName("RadiationAngleFactor",false); + fRadiationAngleFactorCmd->SetRange("RadiationAngleFactor > 0"); + fRadiationAngleFactorCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fMinPhotonEnergyAddStatCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/AddPhotonStatistics/setMinPhotonEnergy",this); + fMinPhotonEnergyAddStatCmd-> + SetGuidance("Set the min energy in the range to increase " + "the sampling photon statistics in G4BaierKatkov"); + fMinPhotonEnergyAddStatCmd->SetParameterName("addStatMinPhotonEnergy",false); + fMinPhotonEnergyAddStatCmd->SetUnitCategory("Energy"); + fMinPhotonEnergyAddStatCmd->SetRange("addStatMinPhotonEnergy > 0"); + fMinPhotonEnergyAddStatCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fMaxPhotonEnergyAddStatCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/AddPhotonStatistics/setMaxPhotonEnergy",this); + fMaxPhotonEnergyAddStatCmd-> + SetGuidance("Set the max energy in the range to increase " + "the sampling photon statistics in G4BaierKatkov"); + fMaxPhotonEnergyAddStatCmd->SetParameterName("addStatMaxPhotonEnergy",false); + fMaxPhotonEnergyAddStatCmd->SetUnitCategory("Energy"); + fMaxPhotonEnergyAddStatCmd->SetRange("addStatMaxPhotonEnergy > 0"); + fMaxPhotonEnergyAddStatCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fTimesPhotonStatisticsCmd = + new G4UIcmdWithAnInteger("/crystal/AddPhotonStatistics/setMultiplePhotonStatistics", + this); + fTimesPhotonStatisticsCmd-> + SetGuidance("Set multiple of the sampling photon statistics in G4BaierKatkov"); + fTimesPhotonStatisticsCmd->SetParameterName("timesPhotonStatistics",false); + fTimesPhotonStatisticsCmd->SetRange("timesPhotonStatistics > 1"); + fTimesPhotonStatisticsCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fParticleMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy",this); + fParticleMinKinEnergyCmd-> + SetGuidance("Set the low energy threshold for particle " + "to enter the G4ChannelingFastSimModel"); + fParticleMinKinEnergyCmd->SetParameterName("partLEth",false); + fParticleMinKinEnergyCmd->SetUnitCategory("Energy"); + fParticleMinKinEnergyCmd->SetRange("partLEth > 0"); + fParticleMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fProtonMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy/proton",this); + fProtonMinKinEnergyCmd-> + SetGuidance("Set the low energy threshold for proton " + "to enter the G4ChannelingFastSimModel"); + fProtonMinKinEnergyCmd->SetParameterName("protonLEth",false); + fProtonMinKinEnergyCmd->SetUnitCategory("Energy"); + fProtonMinKinEnergyCmd->SetRange("protonLEth > 0"); + fProtonMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fAntiprotonMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy/anti_proton",this); + fAntiprotonMinKinEnergyCmd->SetGuidance("Set the low energy threshold for anti_proton" + " to enter the G4ChannelingFastSimModel"); + fAntiprotonMinKinEnergyCmd->SetParameterName("anti_protonLEth",false); + fAntiprotonMinKinEnergyCmd->SetUnitCategory("Energy"); + fAntiprotonMinKinEnergyCmd->SetRange("anti_protonLEth > 0"); + fAntiprotonMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fPiPlusMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy/pi+",this); + fPiPlusMinKinEnergyCmd-> + SetGuidance("Set the low energy threshold for pi+ " + "to enter the G4ChannelingFastSimModel"); + fPiPlusMinKinEnergyCmd->SetParameterName("piPlusLEth",false); + fPiPlusMinKinEnergyCmd->SetUnitCategory("Energy"); + fPiPlusMinKinEnergyCmd->SetRange("piPlusLEth > 0"); + fPiPlusMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fPiMinusMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy/pi-",this); + fPiMinusMinKinEnergyCmd->SetGuidance("Set the low energy threshold for pi- " + "to enter the G4ChannelingFastSimModel"); + fPiMinusMinKinEnergyCmd->SetParameterName("piMinusLEth",false); + fPiMinusMinKinEnergyCmd->SetUnitCategory("Energy"); + fPiMinusMinKinEnergyCmd->SetRange("piMinusLEth > 0"); + fPiMinusMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fPositronMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy/e+",this); + fPositronMinKinEnergyCmd->SetGuidance("Set the low energy threshold for e+ " + "to enter the G4ChannelingFastSimModel"); + fPositronMinKinEnergyCmd->SetParameterName("ePlusLEth",false); + fPositronMinKinEnergyCmd->SetUnitCategory("Energy"); + fPositronMinKinEnergyCmd->SetRange("ePlusLEth > 0"); + fPositronMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fElectronMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy/e-",this); + fElectronMinKinEnergyCmd->SetGuidance("Set the low energy threshold for e- " + "to enter the G4ChannelingFastSimModel"); + fElectronMinKinEnergyCmd->SetParameterName("eMinusLEth",false); + fElectronMinKinEnergyCmd->SetUnitCategory("Energy"); + fElectronMinKinEnergyCmd->SetRange("eMinusLEth > 0"); + fElectronMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fMuPlusMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy/mu+",this); + fMuPlusMinKinEnergyCmd->SetGuidance("Set the low energy threshold for mu+ " + "to enter the G4ChannelingFastSimModel"); + fMuPlusMinKinEnergyCmd->SetParameterName("muPlusLEth",false); + fMuPlusMinKinEnergyCmd->SetUnitCategory("Energy"); + fMuPlusMinKinEnergyCmd->SetRange("muPlusLEth > 0"); + fMuPlusMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fMuMinusMinKinEnergyCmd = + new G4UIcmdWithADoubleAndUnit("/crystal/setParticleMinKinEnergy/mu-",this); + fMuMinusMinKinEnergyCmd->SetGuidance("Set the low energy threshold for mu- " + "to enter the G4ChannelingFastSimModel"); + fMuMinusMinKinEnergyCmd->SetParameterName("muMinusLEth",false); + fMuMinusMinKinEnergyCmd->SetUnitCategory("Energy"); + fMuMinusMinKinEnergyCmd->SetRange("muMinusLEth > 0"); + fMuMinusMinKinEnergyCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesCmd = new G4UIcmdWithADouble("/crystal/setLindhardAngles",this); + fLindhardAnglesCmd-> + SetGuidance("Set high angular threshold for particle to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesCmd->SetParameterName("LindhardAngles",false); + fLindhardAnglesCmd->SetRange("LindhardAngles >= 0"); + fLindhardAnglesCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesProtonCmd = + new G4UIcmdWithADouble("/crystal/setLindhardAngles/proton",this); + fLindhardAnglesProtonCmd-> + SetGuidance("Set high angular threshold for proton to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesProtonCmd->SetParameterName("LindhardAnglesProton",false); + fLindhardAnglesProtonCmd->SetRange("LindhardAnglesProton >= 0"); + fLindhardAnglesProtonCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesAntiprotonCmd = + new G4UIcmdWithADouble("/crystal/setLindhardAngles/anti_proton",this); + fLindhardAnglesAntiprotonCmd-> + SetGuidance("Set high angular threshold for anti_proton to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesAntiprotonCmd->SetParameterName("LindhardAnglesAnti_proton",false); + fLindhardAnglesAntiprotonCmd->SetRange("LindhardAnglesAnti_proton >= 0"); + fLindhardAnglesAntiprotonCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesPiPlusCmd = + new G4UIcmdWithADouble("/crystal/setLindhardAngles/pi+",this); + fLindhardAnglesPiPlusCmd-> + SetGuidance("Set high angular threshold for pi+ to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesPiPlusCmd->SetParameterName("LindhardAnglesPiPlus",false); + fLindhardAnglesPiPlusCmd->SetRange("LindhardAnglesPiPlus >= 0"); + fLindhardAnglesPiPlusCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesPiMinusCmd = + new G4UIcmdWithADouble("/crystal/setLindhardAngles/pi-",this); + fLindhardAnglesPiMinusCmd-> + SetGuidance("Set high angular threshold for pi- to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesPiMinusCmd->SetParameterName("LindhardAnglesPiMinus",false); + fLindhardAnglesPiMinusCmd->SetRange("LindhardAnglesPiMinus >= 0"); + fLindhardAnglesPiMinusCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesPositronCmd = + new G4UIcmdWithADouble("/crystal/setLindhardAngles/e+",this); + fLindhardAnglesPositronCmd-> + SetGuidance("Set high angular threshold for e+ to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesPositronCmd->SetParameterName("LindhardAnglesPositron",false); + fLindhardAnglesPositronCmd->SetRange("LindhardAnglesPositron >= 0"); + fLindhardAnglesPositronCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesElectronCmd = + new G4UIcmdWithADouble("/crystal/setLindhardAngles/e-",this); + fLindhardAnglesElectronCmd-> + SetGuidance("Set high angular threshold for e- to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesElectronCmd->SetParameterName("LindhardAnglesElectron",false); + fLindhardAnglesElectronCmd->SetRange("LindhardAnglesElectron >= 0"); + fLindhardAnglesElectronCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesMuPlusCmd = + new G4UIcmdWithADouble("/crystal/setLindhardAngles/mu+",this); + fLindhardAnglesMuPlusCmd-> + SetGuidance("Set high angular threshold for mu+ to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesMuPlusCmd->SetParameterName("LindhardAnglesMuPlus",false); + fLindhardAnglesMuPlusCmd->SetRange("LindhardAnglesMuPlus >= 0"); + fLindhardAnglesMuPlusCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fLindhardAnglesMuMinusCmd = + new G4UIcmdWithADouble("/crystal/setLindhardAngles/mu-",this); + fLindhardAnglesMuMinusCmd-> + SetGuidance("Set high angular threshold for mu- to enter " + "the G4ChannelingFastSimModel expressed in Lindhard angles"); + fLindhardAnglesMuMinusCmd->SetParameterName("LindhardAnglesMuMinus",false); + fLindhardAnglesMuMinusCmd->SetRange("LindhardAnglesMuMinus >= 0"); + fLindhardAnglesMuMinusCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +DetectorConstructionMessenger::~DetectorConstructionMessenger() +{ + delete fCmdDir; + delete fCrystalMaterialCmd; + delete fCrystalSizeCmd; + delete fCrystalLatticeCmd; + delete fCrystalAngleXCmd; + delete fCrystalAngleYCmd; + delete fCrystalBendingAngleCmd; + delete fRadModelCmd; + delete fChannelingModelCmd; + + delete fCrystallineUndulatorAmplitudeCmd; + delete fCrystallineUndulatorPeriodCmd; + delete fCrystallineUndulatorPhaseCmd; + + delete fDetectorSizeCmd; + delete fDetectorFrontPosZCmd; + + delete fPotentialPathCmd; + + delete fMinPhotonEnergyCmd; + delete fSamplingPhotonsNumberCmd; + delete fNSmallTrajectoryStepsCmd; + delete fRadiationAngleFactorCmd; + delete fMinPhotonEnergyAddStatCmd; + delete fMaxPhotonEnergyAddStatCmd; + delete fTimesPhotonStatisticsCmd; + + delete fParticleMinKinEnergyCmd; + delete fProtonMinKinEnergyCmd; + delete fAntiprotonMinKinEnergyCmd; + delete fPiPlusMinKinEnergyCmd; + delete fPiMinusMinKinEnergyCmd; + delete fElectronMinKinEnergyCmd; + delete fPositronMinKinEnergyCmd; + delete fMuPlusMinKinEnergyCmd; + delete fMuMinusMinKinEnergyCmd; + + delete fLindhardAnglesCmd; + delete fLindhardAnglesProtonCmd; + delete fLindhardAnglesAntiprotonCmd; + delete fLindhardAnglesPiPlusCmd; + delete fLindhardAnglesPiMinusCmd; + delete fLindhardAnglesElectronCmd; + delete fLindhardAnglesPositronCmd; + delete fLindhardAnglesMuPlusCmd; + delete fLindhardAnglesMuMinusCmd; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void DetectorConstructionMessenger::SetNewValue(G4UIcommand* command, G4String newValue) +{ + if (command == fCrystalMaterialCmd) + {fDetector->SetCrystalMaterial(newValue);} + if (command == fCrystalSizeCmd) + {fDetector->SetCrystalSize(fCrystalSizeCmd->GetNew3VectorValue(newValue));} + if (command == fCrystalLatticeCmd) + {fDetector->SetCrystalLattice(newValue);} + if (command == fCrystalAngleXCmd) + {fDetector->SetCrystalAngleX(fCrystalAngleXCmd->GetNewDoubleValue(newValue));} + if (command == fCrystalAngleYCmd) + {fDetector->SetCrystalAngleY(fCrystalAngleYCmd->GetNewDoubleValue(newValue));} + if (command == fCrystalBendingAngleCmd) + {fDetector->SetCrystalBendingAngle( + fCrystalBendingAngleCmd->GetNewDoubleValue(newValue));} + if (command == fRadModelCmd) + {fDetector->SetRadiationModel(fRadModelCmd->GetNewBoolValue(newValue));} + if (command == fChannelingModelCmd) + {fDetector->SetChannelingModel(fChannelingModelCmd->GetNewBoolValue(newValue));} + + if (command == fCrystallineUndulatorAmplitudeCmd) + {fDetector->SetCrystallineUndulatorAmplitude + (fCrystallineUndulatorAmplitudeCmd->GetNewDoubleValue(newValue));} + if (command == fCrystallineUndulatorPeriodCmd) + {fDetector->SetCrystallineUndulatorPeriod + (fCrystallineUndulatorPeriodCmd->GetNewDoubleValue(newValue));} + if (command == fCrystallineUndulatorPhaseCmd) + {fDetector->SetCrystallineUndulatorPhase + (fCrystallineUndulatorPhaseCmd->GetNewDoubleValue(newValue));} + + if (command == fDetectorSizeCmd) + {fDetector->SetDetectorSize(fDetectorSizeCmd->GetNew3VectorValue(newValue));} + if (command == fDetectorFrontPosZCmd) + {fDetector->SetDetectorFrontPositionZ( + fDetectorFrontPosZCmd->GetNewDoubleValue(newValue));} + + if (command == fPotentialPathCmd) + {fDetector->SetPotentialPath(newValue);} + + if (command == fMinPhotonEnergyCmd) + {fDetector->SetMinPhotonEnergy( + fMinPhotonEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fSamplingPhotonsNumberCmd) + {fDetector->SetSamplingPhotonsNumber( + fSamplingPhotonsNumberCmd->GetNewIntValue(newValue));} + if (command == fNSmallTrajectoryStepsCmd) + {fDetector->SetNSmallTrajectorySteps( + fNSmallTrajectoryStepsCmd->GetNewIntValue(newValue));} + if (command == fRadiationAngleFactorCmd) + {fDetector->SetRadiationAngleFactor( + fRadiationAngleFactorCmd->GetNewDoubleValue(newValue));} + + if (command == fMinPhotonEnergyAddStatCmd) + {fDetector->SetMinPhotonEnergyAddStat( + fMinPhotonEnergyAddStatCmd->GetNewDoubleValue(newValue));} + if (command == fMaxPhotonEnergyAddStatCmd) + {fDetector->SetMaxPhotonEnergyAddStat( + fMaxPhotonEnergyAddStatCmd->GetNewDoubleValue(newValue));} + if (command == fTimesPhotonStatisticsCmd) + {fDetector->SetMultiplePhotonStatistics( + fTimesPhotonStatisticsCmd->GetNewIntValue(newValue));} + + if (command == fParticleMinKinEnergyCmd) + {fDetector->SetParticleMinKinEnergy( + fParticleMinKinEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fProtonMinKinEnergyCmd) + {fDetector->SetProtonMinKinEnergy( + fProtonMinKinEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fAntiprotonMinKinEnergyCmd) + {fDetector->SetAntiprotonMinKinEnergy( + fAntiprotonMinKinEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fPiPlusMinKinEnergyCmd) + {fDetector->SetPiPlusMinKinEnergy( + fPiPlusMinKinEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fPiMinusMinKinEnergyCmd) + {fDetector->SetPiMinusMinKinEnergy( + fPiMinusMinKinEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fElectronMinKinEnergyCmd) + {fDetector->SetElectronMinKinEnergy( + fElectronMinKinEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fPositronMinKinEnergyCmd) + {fDetector->SetPositronMinKinEnergy( + fPositronMinKinEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fMuPlusMinKinEnergyCmd) + {fDetector->SetMuPlusMinKinEnergy( + fMuPlusMinKinEnergyCmd->GetNewDoubleValue(newValue));} + if (command == fMuMinusMinKinEnergyCmd) + {fDetector->SetMuMinusMinKinEnergy( + fMuMinusMinKinEnergyCmd->GetNewDoubleValue(newValue));} + + if (command == fLindhardAnglesCmd) + {fDetector->SetLindhardAngles( + fLindhardAnglesCmd->GetNewDoubleValue(newValue));} + if (command == fLindhardAnglesProtonCmd) + {fDetector->SetLindhardAnglesProton( + fLindhardAnglesProtonCmd->GetNewDoubleValue(newValue));} + if (command == fLindhardAnglesAntiprotonCmd) + {fDetector->SetLindhardAnglesAntiproton( + fLindhardAnglesAntiprotonCmd->GetNewDoubleValue(newValue));} + if (command == fLindhardAnglesPiPlusCmd) + {fDetector->SetLindhardAnglesPiPlus( + fLindhardAnglesPiPlusCmd->GetNewDoubleValue(newValue));} + if (command == fLindhardAnglesPiMinusCmd) + {fDetector->SetLindhardAnglesPiMinus( + fLindhardAnglesPiMinusCmd->GetNewDoubleValue(newValue));} + if (command == fLindhardAnglesElectronCmd) + {fDetector->SetLindhardAnglesElectron( + fLindhardAnglesElectronCmd->GetNewDoubleValue(newValue));} + if (command == fLindhardAnglesPositronCmd) + {fDetector->SetLindhardAnglesPositron( + fLindhardAnglesPositronCmd->GetNewDoubleValue(newValue));} + if (command == fLindhardAnglesMuPlusCmd) + {fDetector->SetLindhardAnglesMuPlus( + fLindhardAnglesMuPlusCmd->GetNewDoubleValue(newValue));} + if (command == fLindhardAnglesMuMinusCmd) + {fDetector->SetLindhardAnglesMuMinus( + fLindhardAnglesMuMinusCmd->GetNewDoubleValue(newValue));} +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/exoticphysics/channeling/ch2/src/PrimaryGeneratorAction.cc b/examples/extended/exoticphysics/channeling/ch2/src/PrimaryGeneratorAction.cc new file mode 100644 index 00000000000..0d1c8c509fb --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/src/PrimaryGeneratorAction.cc @@ -0,0 +1,56 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "PrimaryGeneratorAction.hh" +#include "G4Event.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::PrimaryGeneratorAction() +{ + fGPS = new G4GeneralParticleSource(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() +{ + delete fGPS; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) +{ + fGPS->GeneratePrimaryVertex(anEvent); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/exoticphysics/channeling/ch2/src/RunAction.cc b/examples/extended/exoticphysics/channeling/ch2/src/RunAction.cc new file mode 100644 index 00000000000..f650fe34d31 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/src/RunAction.cc @@ -0,0 +1,92 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file RunAction.cc +/// \brief Implementation of the RunAction class + +#include "RunAction.hh" +#include "G4AnalysisManager.hh" + +#include "G4RunManager.hh" +#include "G4Run.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::RunAction() + : G4UserRunAction() +{ + //using analysis manager for output + auto analysisManager = G4AnalysisManager::Instance(); + +#ifdef G4MULTITHREADED + analysisManager->SetNtupleMerging(true); +#else + analysisManager->SetNtupleMerging(false); +#endif + + //Creating the ntuple to score the deflection of particles and + //the emitted radiation + + G4String nTupleName[3] = + {"crystal", "detector", "detector_photons"}; + for(G4int i=0; i<3; i++) + { + analysisManager->CreateNtuple(nTupleName[i],nTupleName[i]); + analysisManager->CreateNtupleIColumn("eventID"); + analysisManager->CreateNtupleSColumn("volume"); + analysisManager->CreateNtupleDColumn("x"); + analysisManager->CreateNtupleDColumn("y"); + analysisManager->CreateNtupleDColumn("angle_x"); + analysisManager->CreateNtupleDColumn("angle_y"); + analysisManager->CreateNtupleDColumn("Ekin"); + analysisManager->CreateNtupleSColumn("particle"); + analysisManager->CreateNtupleIColumn("particleID"); + analysisManager->CreateNtupleIColumn("parentID"); + + analysisManager->FinishNtuple(); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::BeginOfRunAction(const G4Run*) +{ + //opening output file + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + G4String fileName = "results.root"; + analysisManager->OpenFile(fileName); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::EndOfRunAction(const G4Run*) +{ + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + analysisManager->Write(); + analysisManager->CloseFile(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/exoticphysics/channeling/ch2/src/SteppingAction.cc b/examples/extended/exoticphysics/channeling/ch2/src/SteppingAction.cc new file mode 100644 index 00000000000..284392cfb1a --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/src/SteppingAction.cc @@ -0,0 +1,138 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class + +#include "SteppingAction.hh" +#include "DetectorConstruction.hh" + +#include "G4Step.hh" +#include "G4Event.hh" +#include "G4RunManager.hh" +#include "G4LogicalVolume.hh" + +#include "G4AnalysisManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +SteppingAction::SteppingAction() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::UserSteppingAction(const G4Step* step) +{ + + G4String volumeName = step->GetPreStepPoint()->GetTouchableHandle() + ->GetVolume()->GetName(); + + //if a particle enters the detector volume + if (step->GetPreStepPoint()-> GetStepStatus()==G4StepStatus::fGeomBoundary&& + (volumeName=="Crystal"||volumeName=="Detector")) + { + + //coordinates + G4double x0 = step->GetPreStepPoint()->GetPosition().getX()/CLHEP::mm; + G4double y0 = step->GetPreStepPoint()->GetPosition().getY()/CLHEP::mm; + + //angles + G4ThreeVector momentumDirection = + step->GetPreStepPoint()->GetMomentumDirection(); + G4double angle_x = + std::atan(momentumDirection.getX()/momentumDirection.getZ()); + G4double angle_y = + std::atan(momentumDirection.getY()/momentumDirection.getZ()); + if (momentumDirection.getZ() < 0) + { + if (momentumDirection.getX() > 0) + { + angle_x += CLHEP::pi; + } + else + { + angle_x -= CLHEP::pi; + } + if (momentumDirection.getY() > 0) + { + angle_y += CLHEP::pi; + } + else + { + angle_y -= CLHEP::pi; + } + } + + //kinetic energy + G4double ekin = step->GetPreStepPoint()->GetKineticEnergy()/CLHEP::MeV; + + //particle name, ID and parentID + G4String particleName = + step->GetTrack()->GetDefinition()->GetParticleName(); + G4int particleID = step->GetTrack()->GetTrackID(); + G4int parentID = step->GetTrack()->GetParentID(); + + //event ID + G4int eventID = + G4RunManager::GetRunManager()->GetCurrentEvent()->GetEventID(); + + //ntuple index + G4int iTuple = 0; + if(volumeName=="Crystal") + { + iTuple = 0; + } + else if(volumeName=="Detector") + { + if(particleName=="gamma") + { + iTuple = 2; + } + else + { + iTuple = 1; + } + } + + //saving result to root + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + analysisManager->FillNtupleIColumn(iTuple,0,eventID); + analysisManager->FillNtupleSColumn(iTuple,1,volumeName); + analysisManager->FillNtupleDColumn(iTuple,2,x0); + analysisManager->FillNtupleDColumn(iTuple,3,y0); + analysisManager->FillNtupleDColumn(iTuple,4,angle_x); + analysisManager->FillNtupleDColumn(iTuple,5,angle_y); + analysisManager->FillNtupleDColumn(iTuple,6,ekin); + analysisManager->FillNtupleSColumn(iTuple,7,particleName); + analysisManager->FillNtupleIColumn(iTuple,8,particleID); + analysisManager->FillNtupleIColumn(iTuple,9,parentID); + analysisManager->AddNtupleRow(iTuple); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +//} diff --git a/examples/extended/exoticphysics/channeling/ch2/vis.mac b/examples/extended/exoticphysics/channeling/ch2/vis.mac new file mode 100644 index 00000000000..0206b30ebed --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch2/vis.mac @@ -0,0 +1,69 @@ +#Macro for the visualization + +#Create an empty scene +/vis/scene/create + +#Create a scene handler for a specific graphics system +/vis/open OGL +#/vis/open DAWNFILE +#/vis/open VRML2FILE + +#Disable auto refresh and quieten vis messages whilst scene and +#trajectories are established: +/vis/viewer/set/autoRefresh false +/vis/verbose errors + +#Draw the scene +/vis/drawVolume +/vis/viewer/flush + +#Set the camera +/vis/viewer/reset +/vis/viewer/set/viewpointThetaPhi 135. 45. deg +/vis/viewer/zoom 2 + +#Specify style (surface, wireframe, auxiliary edges,...) +/vis/viewer/set/style wireframe +/vis/viewer/set/lineSegmentsPerCircle 100 + +#Geometry +#/vis/geometry/set/lineWidth all 1 3 + +#Decoration +#Axes +/vis/set/lineWidth 3 +#/vis/scene/add/axes 0 0 0 1.0 m #Simple axes: x=red, y=green, z=blue. +#Name +#/vis/set/textColour red +#/vis/set/textLayout right +#/vis/scene/add/text2D 0.8 -0.85 24 ! ! ch2 +#Frame +#/vis/set/colour red +#/vis/set/lineWidth 2 +#/vis/scene/add/frame #Simple frame around the view +#/vis/set/colour #Revert to default colour (white) +#/vis/set/lineWidth #Revert to default line width (1.) + +#Commands for the drawing the tracks +/vis/scene/add/eventID #Drawn at end of event +/tracking/storeTrajectory 0 #(if too many tracks cause core dumped => storeTrajectory 0) +/vis/scene/endOfEventAction accumulate +/vis/scene/add/trajectories smooth rich +#/vis/modeling/trajectories/create/drawByParticleID +/vis/modeling/trajectories/create/drawByCharge +/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true +/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2 + +#Draw hits at end of event: +/vis/scene/add/hits + +#Geometry test (it can cause a "core dumped") +/geometry/navigator/reset +/geometry/test/run + +#Re-establish auto refreshing and verbosity: +/vis/viewer/set/autoRefresh true +/vis/verbose warnings + +#For file-based drivers, use this to create an empty detector view: +#/vis/viewer/flush diff --git a/examples/extended/exoticphysics/channeling/ch3/.README.txt b/examples/extended/exoticphysics/channeling/ch3/.README.txt new file mode 100644 index 00000000000..afd3c551395 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/.README.txt @@ -0,0 +1,74 @@ + +///\file "exoticphysics/channeling/ch3/.README.txt" +///\brief Example ch3 README page + +/*! \page Examplech3 Example ch3 + +\author Alexei Sytov - INFN Ferrara Division (Italy) \n + sytov@fe.infn.it + +\section ch3_s1 INTRODUCTION +Example ch3 demonstrates the minimum requirements necessary to integrate the +G4CoherentPairProduction process into a project, along with the G4ChannelingFastSimModel +and G4BaierKatkov models, to simulate the physics of electromagnetic showers in +an oriented crystal. + +The key concept is the acceleration of electromagnetic processes (both radiation and +pair production) in an oriented crystal, which can significantly reduce the effective +radiation length [1,2]. Potential applications include electron/positron sources for +accelerator experiments, as well as crystalline oriented calorimeters for collider and +space applications [1,2]. + +This example serves as a guideline for users on how to add this physics +to their existing Geant4 projects. It includes the minimum necessary options +to incorporate this physics. Specifically, it requires registering +G4FastSimulationPhysics and G4CoherentPairProductionPhysics in the main routine and +adding a few lines of code in DetectorConstruction. + +All of this physics does not depend on the physics list. In particular, the +process G4CoherentPairProduction simulates only coherent part of pair production in +the crystal volume, while the incoherent one should be simulated with +standard Geant4 processes. + +\section ch3_s2 DESCRIPTION + +The example simulates high energy photon interaction (typically above 10 GeV) with +an oriented W crystal with <111> crystal axes aligned along the photon beam direction. + +The structure of this example is very similar to the example ch1. +ch3 includes a straight W crystal and a detector positioned behind it. +The incoming photon beam is set up in macro run.mac. + +One can also use the Geant4 GUI by launching the code without specifying a macro file. +In this case, the visualization setup is automatically loaded through the vis.mac and +init_vis.mac macro files. The initial beam distribution in this setup will be identical +to that in run.mac. + +The example does not include any input of the model or geometry parameters +from the macro to keep it as straightforward as possible. The output is recorded +into the file results.root. It consists of the spectrums of e-, e+ +and gamma arriving to the detector. To build these plots, one has to +open this file in root and use +\verbatim +Spectrum_electrons->Draw() +\endverbatim + +\verbatim +Spectrum_positrons->Draw() +\endverbatim + +and + +\verbatim +Spectrum_gamma->Draw() +\endverbatim + +for e-, e+ and gamma, respectively. + +\section ch3_s3 REFERENCES + +-# V. N. Baier, V. M. Katkov, V. M. Strakhovenko. Electromagnetic Processes +at High Energies in Oriented Single Crystals (World Scientific, Singapore, 1998). +-# L. Bandiera, V.V. Tikhomirov et al. Phys. Rev. Lett. 121, 021603 (2018). + +*/ diff --git a/examples/extended/exoticphysics/channeling/ch3/CMakeLists.txt b/examples/extended/exoticphysics/channeling/ch3/CMakeLists.txt new file mode 100644 index 00000000000..8d8533c8bf6 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/CMakeLists.txt @@ -0,0 +1,55 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 3.16...3.21) +project(ch3) + +#---------------------------------------------------------------------------- +# Find Geant4 package, activating all available UI and Vis drivers by default +# You can set WITH_GEANT4_UIVIS to OFF via the command line or ccmake/cmake-gui +# to build a batch mode only executable +# +option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) +if(WITH_GEANT4_UIVIS) + find_package(Geant4 REQUIRED ui_all vis_all) +else() + find_package(Geant4 REQUIRED) +endif() + +#---------------------------------------------------------------------------- +# Setup Geant4 include directories and compile definitions +# +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, i.e. the directory in which we +# build ch3. This is so that we can run the executable directly because it +# relies on these scripts being in the current working directory. +# +set(TESTch3_SCRIPTS + init_vis.mac + vis.mac + run.mac + ) + +foreach(_script ${TESTch3_SCRIPTS}) + configure_file( + ${PROJECT_SOURCE_DIR}/${_script} + ${PROJECT_BINARY_DIR}/${_script} + COPYONLY + ) +endforeach() + + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +# Locate sources and headers for this project +file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc) +file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh) + +#---------------------------------------------------------------------------- +# Add the executable, and link it to the Geant4 libraries +# +add_executable(ch3 ch3.cc ${sources} ${headers}) +target_include_directories(ch3 PRIVATE include) +target_link_libraries(ch3 PRIVATE ${Geant4_LIBRARIES}) diff --git a/examples/extended/exoticphysics/channeling/ch3/History b/examples/extended/exoticphysics/channeling/ch3/History new file mode 100644 index 00000000000..81a6eedeaa4 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/History @@ -0,0 +1,8 @@ +# Category ch3 History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2024-10-30 Alexei Sytov (ch3-V11-02-00) +- First implementation diff --git a/examples/extended/exoticphysics/channeling/ch3/README b/examples/extended/exoticphysics/channeling/ch3/README new file mode 100644 index 00000000000..50a83c38378 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/README @@ -0,0 +1,59 @@ +------------------------------------------------------------------- + + ========================================================= + Geant4 - an Object-Oriented Toolkit for Simulation in HEP + ========================================================= + + Example ch3 + ----------- + A. Sytov + INFN Ferrara Division, sytov@fe.infn.it + +INTRODUCTION +Example ch3 demonstrates the minimum requirements necessary to integrate the +G4CoherentPairProduction process into a project, along with the G4ChannelingFastSimModel +and G4BaierKatkov models, to simulate the physics of electromagnetic showers in +an oriented crystal. + +The key concept is the acceleration of electromagnetic processes (both radiation and +pair production) in an oriented crystal, which can significantly reduce the effective +radiation length [1,2]. Potential applications include electron/positron sources for +accelerator experiments, as well as crystalline oriented calorimeters for collider and +space applications [1,2]. + +This example serves as a guideline for users on how to add this physics +to their existing Geant4 projects. It includes the minimum necessary options +to incorporate this physics. Specifically, it requires registering +G4FastSimulationPhysics and G4CoherentPairProductionPhysics in the main routine and +adding a few lines of code in DetectorConstruction. + +All of this physics does not depend on the physics list. In particular, the +process G4CoherentPairProduction simulates only coherent part of pair production in +the crystal volume, while the incoherent one should be simulated with +standard Geant4 processes. + +DESCRIPTION + +The example simulates high energy photon interaction (typically above 10 GeV) with +an oriented W crystal with <111> crystal axes aligned along the photon beam direction. + +The structure of this example is very similar to the example ch1. +ch3 includes a straight W crystal and a detector positioned behind it. +The incoming photon beam is set up in macro run.mac. + +One can also use the Geant4 GUI by launching the code without specifying a macro file. +In this case, the visualization setup is automatically loaded through the vis.mac and +init_vis.mac macro files. The initial beam distribution in this setup will be identical +to that in run.mac. + +The example does not include any input of the model or geometry parameters +from the macro to keep it as straightforward as possible. The output is recorded +into the file results.root. It consists of the spectrums of e-, e+ +and gamma arriving to the detector. To build these plots, one has to +open this file in root and use Spectrum_electrons->Draw(), Spectrum_positrons->Draw() +and Spectrum_gamma->Draw() for e-, e+ and gamma, respectively. + +REFERENCES +[1] V. N. Baier, V. M. Katkov, V. M. Strakhovenko, Electromagnetic Processes +at High Energies in Oriented Single Crystals (World Scientific, Singapore, 1998). +[2] L. Bandiera, V.V. Tikhomirov et al. Phys. Rev. Lett. 121, 021603 (2018). diff --git a/examples/extended/exoticphysics/channeling/ch3/ch3.cc b/examples/extended/exoticphysics/channeling/ch3/ch3.cc new file mode 100644 index 00000000000..42c5314783e --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/ch3.cc @@ -0,0 +1,142 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file ch3.cc +/// \brief Main program of the ch3 example +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" +#include "ActionInitialization.hh" + +#include "G4RunManagerFactory.hh" +#include "G4SteppingVerbose.hh" +#include "G4UImanager.hh" +#include "FTFP_BERT.hh" +#include "G4FastSimulationPhysics.hh" +#include "G4CoherentPairProductionPhysics.hh" + +#include "G4VisExecutive.hh" +#include "G4UIExecutive.hh" + +#include "Randomize.hh" +#include "G4Timer.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +int main(int argc,char** argv) +{ + // Get current time + G4Timer* theTimer = new G4Timer(); + theTimer->Start(); + + // Choose the Random engine + G4Random::setTheEngine(new CLHEP::RanecuEngine); + CLHEP::HepRandom::setTheSeed(0.); + + //use G4SteppingVerboseWithUnits + G4int precision = 4; + G4SteppingVerbose::UseBestUnit(precision); + + // Detect interactive mode (if no arguments) and define UI session + G4UIExecutive* ui = nullptr; + if ( argc == 1 ) { ui = new G4UIExecutive(argc, argv); } + + // Construct the default run manager + auto* runManager = + G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default); + + // Set mandatory initialization classes + // + // Detector construction + runManager->SetUserInitialization(new DetectorConstruction()); + + // Physics list + G4VModularPhysicsList* physicsList = new FTFP_BERT; + + // -- Create helper tool, used to activate the fast simulation: + G4FastSimulationPhysics* fastSimulationPhysics = new G4FastSimulationPhysics(); + fastSimulationPhysics->BeVerbose(); + // -- activation of fast simulation for particles having fast simulation models + fastSimulationPhysics->ActivateFastSimulation("e-"); + fastSimulationPhysics->ActivateFastSimulation("e+"); + // -- Attach the fast simulation physics constructor to the physics list: + physicsList->RegisterPhysics( fastSimulationPhysics ); + + // Create coherent pair production physics + G4CoherentPairProductionPhysics* coherentPairProductionPhysics = + new G4CoherentPairProductionPhysics(); + // CAUTION: using default for channeling model name "ChannelingModel" and + // the region name "Crystal" (see DetectorConstruction). + + // Register coherentPairProductionPhysics to the physics list: + physicsList->RegisterPhysics(coherentPairProductionPhysics); + + physicsList->SetVerboseLevel(1); + runManager->SetUserInitialization(physicsList); + + // User action initialization + runManager->SetUserInitialization(new ActionInitialization()); + + // Initialize visualization + G4VisManager* visManager = new G4VisExecutive; + // G4VisExecutive can take a verbosity argument - see /vis/verbose guidance. + // G4VisManager* visManager = new G4VisExecutive("Quiet"); + visManager->Initialize(); + + // Get the pointer to the User Interface manager + G4UImanager* UImanager = G4UImanager::GetUIpointer(); + + // Process macro or start UI session + if ( ! ui ) { + // batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UImanager->ApplyCommand(command+fileName); + } + else { + // interactive mode + UImanager->ApplyCommand("/control/execute init_vis.mac"); + ui->SessionStart(); + delete ui; + } + + // Job termination + // Free the store: user actions, physics_list and detector_description are + // owned and deleted by the run manager, so they should not be deleted + // in the main() program ! + + delete visManager; + delete runManager; + + theTimer->Stop(); + G4cout << "Execution terminated" << G4endl; + G4cout << (*theTimer) << G4endl; + delete theTimer; + +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/exoticphysics/channeling/ch3/channeling-ch3.out b/examples/extended/exoticphysics/channeling/ch3/channeling-ch3.out new file mode 100644 index 00000000000..5e7767552db --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/channeling-ch3.out @@ -0,0 +1,932 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + Qt3D (Qt3D) + TOOLSSG_X11_GLES (TSG_X11_GLES, TSGX11, TSG_XT_GLES_FALLBACK) + TOOLSSG_X11_ZB (TSG_X11_ZB, TSGX11ZB) + TOOLSSG_XT_GLES (TSG_XT_GLES, TSGXt, TSG_QT_GLES_FALLBACK) + TOOLSSG_XT_ZB (TSG_XT_ZB, TSGXtZB) + TOOLSSG_QT_GLES (TSG_QT_GLES, TSGQt, TSG) + TOOLSSG_QT_ZB (TSG_QT_ZB, TSGQtZB) +You may choose a graphics system (driver) with a parameter of +the command "/vis/open" or "/vis/sceneHandler/create", +or you may omit the driver parameter and choose at run time: +- by argument in the construction of G4VisExecutive +- by environment variable "G4VIS_DEFAULT_DRIVER" +- by entry in "~/.g4session" +- by build flags. +- Note: This feature is not allowed in batch mode. +For further information see "examples/basic/B1/exampleB1.cc" +and "vis.mac". + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. +Checking overlaps for volume Crystal:0 (G4Box) ... OK! +Crystal size: 10 10 0.1 mm3 +Crystal angleX: 0 rad +Checking overlaps for volume Detector:0 (G4Box) ... OK! +======================================================================= +====== Crystal lattice data ======== +======================================================================= +Crystal material: W +Crystal axes: <111> + +G4BaierKatkov model is activated. + +Radiation model activated + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 + e+ : fastSimProcess_massGeom[geom:World] + e- : fastSimProcess_massGeom[geom:World] +G4CoherentPairProductionPhysics::ConstructProcess +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use combined TransportationWithMsc Disabled +Use general process 1 +Enable linear polarisation for gamma 0 +Enable photoeffect sampling below K-shell 1 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 +Livermore data directory epics_2017 +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Use ICRU90 data 0 +Fluctuations of dE/dx are enabled 1 +Type of fluctuation model for leptons and hadrons Urban +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 150 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 150 keV to 100 TeV in 62 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 AtRestModel:Simple BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + MuBetheBloch : Emin= 200 keV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + Sampling table 21x1001 from 0.85 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:3 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) +----------------------------------------------------------------------- + Hadronic Processes for neutron + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + Process: nKiller +----------------------------------------------------------------------- + Hadronic Processes for B- + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for D- + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for GenericIon + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV +----------------------------------------------------------------------- + Hadronic Processes for He3 + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV +----------------------------------------------------------------------- + Hadronic Processes for alpha + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV +----------------------------------------------------------------------- + Hadronic Processes for anti_He3 + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for anti_alpha + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for anti_deuteron + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest +------------------------------------------------------------------------- + Hadronic Processes for anti_hypertriton + Process: hFritiofCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for anti_lambda + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hFritiofCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for anti_neutron + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for anti_proton + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for anti_triton + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Process: hFritiofCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for deuteron + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV +----------------------------------------------------------------------- + Hadronic Processes for e+ + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for e- + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for gamma + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for kaon+ + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for kaon- + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for lambda + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for mu+ + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for mu- + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + Process: muMinusCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for pi+ + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for pi- + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for proton + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +----------------------------------------------------------------------- + Hadronic Processes for sigma- + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + Process: hBertiniCaptureAtRest +----------------------------------------------------------------------- + Hadronic Processes for triton + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV +======================================================================= +====== Geant4 Native Pre-compound Model Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 1 +Pre-compound model active 1 +Pre-compound excitation low energy 100 keV +Pre-compound excitation high energy 30 MeV +Angular generator for pre-compound model 1 +Use NeverGoBack option for pre-compound model 0 +Use SoftCutOff option for pre-compound model 0 +Use CEM transitions for pre-compound model 1 +Use GNASH transitions for pre-compound model 0 +Use HETC submodel for pre-compound model 0 +======================================================================= +====== Nuclear De-excitation Module Parameters ======== +======================================================================= +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy 10 eV +Min energy per nucleon for multifragmentation 200 GeV +Limit excitation energy for Fermi BreakUp 20 MeV +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres 1 ns +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 1 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +### Run 0 starts. +--> Event 0 starts. +--> Event 10 starts. +--> Event 20 starts. +--> Event 30 starts. +--> Event 40 starts. +--> Event 50 starts. +--> Event 60 starts. +--> Event 70 starts. +--> Event 80 starts. +--> Event 90 starts. +--> Event 100 starts. +--> Event 110 starts. +--> Event 120 starts. +--> Event 130 starts. +--> Event 140 starts. +--> Event 150 starts. +--> Event 160 starts. +--> Event 170 starts. +--> Event 180 starts. +--> Event 190 starts. +--> Event 200 starts. +--> Event 210 starts. +--> Event 220 starts. +--> Event 230 starts. +--> Event 240 starts. +--> Event 250 starts. +--> Event 260 starts. +--> Event 270 starts. +--> Event 280 starts. +--> Event 290 starts. +--> Event 300 starts. +--> Event 310 starts. +--> Event 320 starts. +--> Event 330 starts. +--> Event 340 starts. +--> Event 350 starts. +--> Event 360 starts. +--> Event 370 starts. +--> Event 380 starts. +--> Event 390 starts. +--> Event 400 starts. +--> Event 410 starts. +--> Event 420 starts. +--> Event 430 starts. +--> Event 440 starts. +--> Event 450 starts. +--> Event 460 starts. +--> Event 470 starts. +--> Event 480 starts. +--> Event 490 starts. +--> Event 500 starts. +--> Event 510 starts. +--> Event 520 starts. +--> Event 530 starts. +--> Event 540 starts. +--> Event 550 starts. +--> Event 560 starts. +--> Event 570 starts. +--> Event 580 starts. +--> Event 590 starts. +--> Event 600 starts. +--> Event 610 starts. +--> Event 620 starts. +--> Event 630 starts. +--> Event 640 starts. +--> Event 650 starts. +--> Event 660 starts. +--> Event 670 starts. +--> Event 680 starts. +--> Event 690 starts. +--> Event 700 starts. +--> Event 710 starts. +--> Event 720 starts. +--> Event 730 starts. +--> Event 740 starts. +--> Event 750 starts. +--> Event 760 starts. +--> Event 770 starts. +--> Event 780 starts. +--> Event 790 starts. +--> Event 800 starts. +--> Event 810 starts. +--> Event 820 starts. +--> Event 830 starts. +--> Event 840 starts. +--> Event 850 starts. +--> Event 860 starts. +--> Event 870 starts. +--> Event 880 starts. +--> Event 890 starts. +--> Event 900 starts. +--> Event 910 starts. +--> Event 920 starts. +--> Event 930 starts. +--> Event 940 starts. +--> Event 950 starts. +--> Event 960 starts. +--> Event 970 starts. +--> Event 980 starts. +--> Event 990 starts. +Graphics systems deleted. +Visualization Manager deleting... +Execution terminated +User=122.950000s Real=140.672899s Sys=0.590000s diff --git a/examples/extended/exoticphysics/channeling/ch3/include/ActionInitialization.hh b/examples/extended/exoticphysics/channeling/ch3/include/ActionInitialization.hh new file mode 100644 index 00000000000..01738466920 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/include/ActionInitialization.hh @@ -0,0 +1,52 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1ActionInitialization_h +#define B1ActionInitialization_h 1 + +#include "G4VUserActionInitialization.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Action initialization class. + +class ActionInitialization : public G4VUserActionInitialization +{ + public: + ActionInitialization() = default; + ~ActionInitialization() override = default; + + void BuildForMaster() const override; + void Build() const override; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/exoticphysics/channeling/ch3/include/DetectorConstruction.hh b/examples/extended/exoticphysics/channeling/ch3/include/DetectorConstruction.hh new file mode 100644 index 00000000000..c2f78ec8eed --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/include/DetectorConstruction.hh @@ -0,0 +1,69 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1DetectorConstruction_h +#define B1DetectorConstruction_h 1 + +#include "G4VUserDetectorConstruction.hh" +#include "G4ios.hh" +#include "globals.hh" +#include + +#include "G4Region.hh" +#include "G4PVPlacement.hh" + +#include "G4ChannelingFastSimModel.hh" + +class G4VPhysicalVolume; +class G4LogicalVolume; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Detector construction class to define materials and geometry. + +class DetectorConstruction : public G4VUserDetectorConstruction +{ + public: + DetectorConstruction() = default; + ~DetectorConstruction() override = default; + + G4VPhysicalVolume* Construct() override; + void ConstructSDandField() override; + + private: + + //variables to remember + G4Material* fCrystalMaterial{nullptr}; + G4LogicalVolume* fLogicCrystal{nullptr}; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/exoticphysics/channeling/ch3/include/PrimaryGeneratorAction.hh b/examples/extended/exoticphysics/channeling/ch3/include/PrimaryGeneratorAction.hh new file mode 100644 index 00000000000..b15b685aa31 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/include/PrimaryGeneratorAction.hh @@ -0,0 +1,60 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the B1::PrimaryGeneratorAction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1PrimaryGeneratorAction_h +#define B1PrimaryGeneratorAction_h 1 + +#include "G4VUserPrimaryGeneratorAction.hh" +#include "globals.hh" +#include "G4GeneralParticleSource.hh" + +class G4ParticleGun; +class G4Event; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// The primary generator action class with GeneralParticleSource. + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction +{ + public: + PrimaryGeneratorAction(); + ~PrimaryGeneratorAction() override; + + // method from the base class + void GeneratePrimaries(G4Event*) override; + + private: + G4GeneralParticleSource* fGPS{nullptr}; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/exoticphysics/channeling/ch3/include/RunAction.hh b/examples/extended/exoticphysics/channeling/ch3/include/RunAction.hh new file mode 100644 index 00000000000..9521cf0324e --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/include/RunAction.hh @@ -0,0 +1,56 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file RunAction.hh +/// \brief Definition of the RunAction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef RunAction_h +#define RunAction_h 1 + +#include "G4UserRunAction.hh" +#include "globals.hh" + +class G4Run; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Run action class. + +class RunAction : public G4UserRunAction +{ + public: + RunAction(); + ~RunAction() override; + + void BeginOfRunAction(const G4Run*) override; + void EndOfRunAction(const G4Run*) override; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif + diff --git a/examples/extended/exoticphysics/channeling/ch3/include/SteppingAction.hh b/examples/extended/exoticphysics/channeling/ch3/include/SteppingAction.hh new file mode 100644 index 00000000000..e117645ba23 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/include/SteppingAction.hh @@ -0,0 +1,59 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file SteppingAction.hh +/// \brief Definition of the SteppingAction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef B1SteppingAction_h +#define B1SteppingAction_h 1 + +#include "G4UserSteppingAction.hh" +#include "globals.hh" +#include +#include + +class G4LogicalVolume; + +class EventAction; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +/// Stepping action class. + +class SteppingAction : public G4UserSteppingAction +{ + public: + SteppingAction() = default; + ~SteppingAction() override = default; + + // method from the base class + void UserSteppingAction(const G4Step*) override; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/exoticphysics/channeling/ch3/init_vis.mac b/examples/extended/exoticphysics/channeling/ch3/init_vis.mac new file mode 100644 index 00000000000..10f720d26ca --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/init_vis.mac @@ -0,0 +1,38 @@ +# Macro file for the initialization of example ch3 +# in interactive session +# +# Set some default verbose +/control/verbose 2 +/control/saveHistory +/run/verbose 2 +# +# Change the default number of threads (in multi-threaded mode) +#/run/numberOfThreads 4 +# +#Initialize kernel +/run/initialize +# +# Initialize kernel +/run/initialize +# +#beam +/gps/particle gamma +# +#coordinate distribution (radial Gauss) +/gps/pos/centre 0. 0. -1. cm +/gps/pos/type Beam +/gps/pos/sigma_x 1 mm +/gps/pos/sigma_y 1 mm +# +#angular distribution (radial Gauss) +/gps/ang/type beam2d +/gps/ang/rot1 1 0 0 +/gps/ang/rot2 0 -1 0 +/gps/ang/sigma_x 1.E-3 rad +/gps/ang/sigma_y 1.E-3 rad +# +#energy distribution (constant) +/gps/ene/mono 100 GeV +# +# Visualization setting +/control/execute vis.mac diff --git a/examples/extended/exoticphysics/channeling/ch3/run.mac b/examples/extended/exoticphysics/channeling/ch3/run.mac new file mode 100644 index 00000000000..86c7d3bc9ef --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/run.mac @@ -0,0 +1,33 @@ +/random/setSeeds 19577794 424238336 +#setting number of cores +/run/numberOfThreads 2 + +/run/initialize + +#settings +/control/verbose 0 +/run/verbose 0 +/tracking/verbose 0 + +#beam +/gps/particle gamma + +#coordinate distribution (radial Gauss) +/gps/pos/centre 0. 0. -1. cm +/gps/pos/type Beam +/gps/pos/sigma_x 1 mm +/gps/pos/sigma_y 1 mm + +#angular distribution (radial Gauss) +/gps/ang/type beam2d +/gps/ang/rot1 1 0 0 +/gps/ang/rot2 0 -1 0 +/gps/ang/sigma_x 1.E-3 rad +/gps/ang/sigma_y 1.E-3 rad + +#energy distribution (constant) +/gps/ene/mono 100 GeV + +#statistics +/run/printProgress 10 +/run/beamOn 1000 diff --git a/examples/advanced/dsbandrepair/src/ChemRunAction.cc b/examples/extended/exoticphysics/channeling/ch3/src/ActionInitialization.cc similarity index 80% rename from examples/advanced/dsbandrepair/src/ChemRunAction.cc rename to examples/extended/exoticphysics/channeling/ch3/src/ActionInitialization.cc index 33a8427cca9..680bc083e97 100644 --- a/examples/advanced/dsbandrepair/src/ChemRunAction.cc +++ b/examples/extended/exoticphysics/channeling/ch3/src/ActionInitialization.cc @@ -23,35 +23,33 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class // -/// \file ChemRunAction.cc -/// \brief Implementation of the ChemRunAction class - -#include "ChemRunAction.hh" -#include "ChemNtupleManager.hh" +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include "G4Run.hh" +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "RunAction.hh" +#include "SteppingAction.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -ChemRunAction::ChemRunAction(ChemNtupleManager* fN) : G4UserRunAction(), -fNtupleManager(fN) +void ActionInitialization::BuildForMaster() const { - fNtupleManager->CreateNtuples(); + SetUserAction(new RunAction); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void ChemRunAction::BeginOfRunAction(const G4Run*) +void ActionInitialization::Build() const { - fNtupleManager->Book(); -} + SetUserAction(new PrimaryGeneratorAction); -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + SetUserAction(new RunAction); -void ChemRunAction::EndOfRunAction(const G4Run*) -{ - fNtupleManager->Save(); + SetUserAction(new SteppingAction); } -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... \ No newline at end of file +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/exoticphysics/channeling/ch3/src/DetectorConstruction.cc b/examples/extended/exoticphysics/channeling/ch3/src/DetectorConstruction.cc new file mode 100644 index 00000000000..9c455f45702 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/src/DetectorConstruction.cc @@ -0,0 +1,191 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "DetectorConstruction.hh" + +#include "G4RunManager.hh" +#include "G4NistManager.hh" +#include "G4Box.hh" +#include "G4LogicalVolume.hh" +#include "G4RegionStore.hh" +#include "G4VisAttributes.hh" +#include "PrimaryGeneratorAction.hh" +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() +{ + //Check overlap option + G4bool checkOverlaps = true; + + //Materials + G4NistManager* nist = G4NistManager::Instance(); + G4Material* world_mat = nist->FindOrBuildMaterial("G4_Galactic"); + G4Material* silicon = nist->FindOrBuildMaterial("G4_Si"); + + //World + G4Box* solidWorld = new G4Box("World", 0.2*CLHEP::m, 0.2*CLHEP::m, 0.3*CLHEP::m); + G4LogicalVolume* logicWorld = new G4LogicalVolume(solidWorld, world_mat, "World"); + G4VPhysicalVolume* physWorld = new G4PVPlacement + (0, // no rotation + G4ThreeVector(), // centre position + logicWorld, // its logical volume + "World", // its name + 0, // its mother volume + false, // no boolean operation + 0, // copy number + checkOverlaps); // overlaps checking + logicWorld->SetVisAttributes(G4VisAttributes::GetInvisible()); + + + // --------------- Crystal ------------------------------------ + + //Select crystal material + fCrystalMaterial = nist->FindOrBuildMaterial("G4_W"); + + //Setting crystal rotation angle (also the angle of crystal planes vs the beam) + //Crystal rotation angle (also the angle of crystal planes vs the beam) + G4double angleX = 0.*1e-6; //rad + G4RotationMatrix* crystalRotationMatrix = new G4RotationMatrix; + crystalRotationMatrix->rotateY(-angleX); + + //setting crystal dimensions + /*at high energies the electromagnetic shower in + oriented tungsten should behave similarly to the + e.m. shower in several times thicker amorphous tungsten + (several times reduction of the effective radiation length)*/ + G4ThreeVector crystalSize = G4ThreeVector(10.*CLHEP::mm, + 10.*CLHEP::mm, + 0.1*CLHEP::mm); + + //Setting crystal position + G4ThreeVector posCrystal = G4ThreeVector(0., 0., crystalSize.z()/2.); + + //crystal volume + G4Box* solidCrystal = new G4Box("Crystal", + crystalSize.x()/2, + crystalSize.y()/2, + crystalSize.z()/2.); + + fLogicCrystal = new G4LogicalVolume(solidCrystal, + fCrystalMaterial, + "Crystal"); + new G4PVPlacement(crystalRotationMatrix, + posCrystal, + fLogicCrystal, + "Crystal", + logicWorld, + false, + 0, + checkOverlaps); + + //crystal region (necessary for the FastSim model) + G4Region* regionCh = new G4Region("Crystal"); + regionCh->AddRootLogicalVolume(fLogicCrystal); + + //visualization attributes + G4VisAttributes* crystalVisAttribute = + new G4VisAttributes(G4Colour(1., 0., 0.)); + crystalVisAttribute->SetForceSolid(true); + fLogicCrystal->SetVisAttributes(crystalVisAttribute); + + //print crystal info + G4cout << "Crystal size: " << crystalSize.x()/CLHEP::mm + << " " << crystalSize.y()/CLHEP::mm + << " " << crystalSize.z()/CLHEP::mm << " mm3" << G4endl; + G4cout << "Crystal angleX: " << angleX << " rad" << G4endl; + + // --------------- Detector ----------------------------------- + //Setting detector position + G4ThreeVector posDetector = G4ThreeVector(0, 0, 0.1*CLHEP::m); + + //particle detector volume + G4Box* detector = new G4Box("Detector", + 10*CLHEP::cm/2, + 10*CLHEP::cm/2, + 0.3*CLHEP::mm/2); + + G4LogicalVolume* logicDetector = new G4LogicalVolume(detector, + silicon, + "Detector"); + new G4PVPlacement(0, + posDetector, + logicDetector, + "Detector", + logicWorld, + false, + 0, + checkOverlaps); + + //visualization attributes + G4VisAttributes* detectorVisAttribute = + new G4VisAttributes(G4Colour(0., 0., 1)); + detectorVisAttribute->SetForceSolid(true); + logicDetector->SetVisAttributes(detectorVisAttribute); + + //always return the physical World + return physWorld; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::ConstructSDandField() +{ + // --------------- fast simulation ---------------------------- + //extract the region of the crystal from the store + G4RegionStore* regionStore = G4RegionStore::GetInstance(); + G4Region* regionCh = regionStore->GetRegion("Crystal"); + + //create the channeling model for this region + G4ChannelingFastSimModel* channelingModel = + new G4ChannelingFastSimModel("ChannelingModel", regionCh); + + //Crystal planes or axes considered + //Use brackets (...) for planes and <...> for axes + G4String lattice = "<111>"; + + //activate the channeling model + channelingModel->Input(fCrystalMaterial, lattice); + + /* + activate radiation model (do it only when you want to take into account the + radiation production in an oriented crystal; it reduces simulation speed.) + */ + G4bool activateRadiationModel = true; + if (activateRadiationModel) + { + channelingModel->RadiationModelActivate(); + G4cout << "Radiation model activated" << G4endl; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/exoticphysics/channeling/ch3/src/PrimaryGeneratorAction.cc b/examples/extended/exoticphysics/channeling/ch3/src/PrimaryGeneratorAction.cc new file mode 100644 index 00000000000..0d1c8c509fb --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/src/PrimaryGeneratorAction.cc @@ -0,0 +1,56 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "PrimaryGeneratorAction.hh" +#include "G4Event.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::PrimaryGeneratorAction() +{ + fGPS = new G4GeneralParticleSource(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PrimaryGeneratorAction::~PrimaryGeneratorAction() +{ + delete fGPS; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) +{ + fGPS->GeneratePrimaryVertex(anEvent); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + diff --git a/examples/extended/exoticphysics/channeling/ch3/src/RunAction.cc b/examples/extended/exoticphysics/channeling/ch3/src/RunAction.cc new file mode 100644 index 00000000000..9be6e588122 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/src/RunAction.cc @@ -0,0 +1,89 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file RunAction.cc +/// \brief Implementation of the RunAction class + +#include "RunAction.hh" +#include "G4AnalysisManager.hh" + +#include "G4RunManager.hh" +#include "G4Run.hh" +#include + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::RunAction() + : G4UserRunAction() +{ + //using analysis manager for output + auto analysisManager = G4AnalysisManager::Instance(); + + //setting our histogram + //a true range and bin number is set up in BeginOfRunAction + analysisManager->CreateH1("Spectrum_electrons","Spectrum_e-",20,0,100); + analysisManager->CreateH1("Spectrum_positrons","Spectrum_e+",20,0,100); + analysisManager->CreateH1("Spectrum_gamma","Spectrum_gamma",25,0,125); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +RunAction::~RunAction() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::BeginOfRunAction(const G4Run*) +{ + //opening output file + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + G4String fileName = "results.root"; + analysisManager->OpenFile(fileName); + + //setting histograms + analysisManager->SetH1(0,20,0,100); + analysisManager->SetH1XAxisTitle(0,"E_e- [GeV]"); + analysisManager->SetH1YAxisTitle(0,"Count"); + + analysisManager->SetH1(1,20,0,100); + analysisManager->SetH1XAxisTitle(1,"E_e+ [GeV]"); + analysisManager->SetH1YAxisTitle(1,"Count"); + + analysisManager->SetH1(2,25,0,125); + analysisManager->SetH1XAxisTitle(2,"E_gamma [GeV]"); + analysisManager->SetH1YAxisTitle(2,"Count"); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void RunAction::EndOfRunAction(const G4Run*) +{ + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + analysisManager->Write(); + analysisManager->CloseFile(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/exoticphysics/channeling/ch3/src/SteppingAction.cc b/examples/extended/exoticphysics/channeling/ch3/src/SteppingAction.cc new file mode 100644 index 00000000000..811cf583d98 --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/src/SteppingAction.cc @@ -0,0 +1,89 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +/// \file SteppingAction.cc +/// \brief Implementation of the SteppingAction class + +#include "SteppingAction.hh" +#include "DetectorConstruction.hh" + +#include "G4Step.hh" +#include "G4Event.hh" +#include "G4RunManager.hh" +#include "G4LogicalVolume.hh" +#include + +#include "G4AnalysisManager.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void SteppingAction::UserSteppingAction(const G4Step* step) +{ + + G4String volumeName = step->GetPreStepPoint()->GetTouchableHandle() + ->GetVolume()->GetName(); + + //if a particle enters the detector volume + if (step->GetPreStepPoint()-> GetStepStatus()==G4StepStatus::fGeomBoundary&& + volumeName=="Detector") + { + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + + //e- spectrum + if(step->GetTrack()->GetDefinition()->GetParticleName()=="e-") + { + //coordinate in the horizontal plane + G4double eElectron = step->GetPreStepPoint()->GetTotalEnergy()/CLHEP::GeV; + + //filling histogram + analysisManager->FillH1(0, eElectron); + } + + //e+ spectrum + if(step->GetTrack()->GetDefinition()->GetParticleName()=="e+") + { + //coordinate in the horizontal plane + G4double ePositron = step->GetPreStepPoint()->GetTotalEnergy()/CLHEP::GeV; + + //filling histogram + analysisManager->FillH1(1, ePositron); + } + + //gamma spectrum + if(step->GetTrack()->GetDefinition()->GetParticleName()=="gamma") + { + //coordinate in the horizontal plane + G4double eGamma = step->GetPreStepPoint()->GetTotalEnergy()/CLHEP::GeV; + + //filling histogram + analysisManager->FillH1(2, eGamma); + } + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +//} diff --git a/examples/extended/exoticphysics/channeling/ch3/vis.mac b/examples/extended/exoticphysics/channeling/ch3/vis.mac new file mode 100644 index 00000000000..d5a91a89bbf --- /dev/null +++ b/examples/extended/exoticphysics/channeling/ch3/vis.mac @@ -0,0 +1,69 @@ +#Macro for the visualization + +#Create an empty scene +/vis/scene/create + +#Create a scene handler for a specific graphics system +/vis/open OGL +#/vis/open DAWNFILE +#/vis/open VRML2FILE + +#Disable auto refresh and quieten vis messages whilst scene and +#trajectories are established: +/vis/viewer/set/autoRefresh false +/vis/verbose errors + +#Draw the scene +/vis/drawVolume +/vis/viewer/flush + +#Set the camera +/vis/viewer/reset +/vis/viewer/set/viewpointThetaPhi 135. 45. deg +/vis/viewer/zoom 1 + +#Specify style (surface, wireframe, auxiliary edges,...) +/vis/viewer/set/style wireframe +/vis/viewer/set/lineSegmentsPerCircle 100 + +#Geometry +#/vis/geometry/set/lineWidth all 1 3 + +#Decoration +#Axes +/vis/set/lineWidth 3 +#/vis/scene/add/axes 0 0 0 1.0 m #Simple axes: x=red, y=green, z=blue. +#Name +#/vis/set/textColour red +#/vis/set/textLayout right +#/vis/scene/add/text2D 0.8 -0.85 24 ! ! FastSimChannelingRad +#Frame +#/vis/set/colour red +#/vis/set/lineWidth 2 +#/vis/scene/add/frame #Simple frame around the view +#/vis/set/colour #Revert to default colour (white) +#/vis/set/lineWidth #Revert to default line width (1.) + +#Commands for the drawing the tracks +/vis/scene/add/eventID #Drawn at end of event +/tracking/storeTrajectory 0 #(if too many tracks cause core dumped => storeTrajectory 0) +/vis/scene/endOfEventAction accumulate +/vis/scene/add/trajectories smooth rich +#/vis/modeling/trajectories/create/drawByParticleID +/vis/modeling/trajectories/create/drawByCharge +/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true +/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2 + +#Draw hits at end of event: +/vis/scene/add/hits + +#Geometry test (it can cause a "core dumped") +/geometry/navigator/reset +/geometry/test/run + +#Re-establish auto refreshing and verbosity: +/vis/viewer/set/autoRefresh true +/vis/verbose warnings + +#For file-based drivers, use this to create an empty detector view: +#/vis/viewer/flush diff --git a/examples/extended/exoticphysics/channeling/physval/ExExCh.root b/examples/extended/exoticphysics/channeling/physval/ExExCh.root deleted file mode 100644 index 4c669518883e4b36fdc2737284240a5c365ed119..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 88745 zcmeFXXHXPT*YB%>AW9Gr2@(_r5Rsg-NX`mM&N&Zp$e^I)AUQMSAUS7HqQoJm85nYg zAq@jF3|yc0)cx?*sXF)i?VPH!tJdo7-Mjbx_u6ZBb#?#TfIyFX_p;vIyLa#1z5DuQ zf6eyqzVu)FPZ7oa>+avXw@Q5Po=?SpRsB!S^4^2LbwdAD&+(tee|!2{9)6OybF_LQ z=Pl~&d-qn(|Bi8=#r?l3 z|LXj^E&OZm9)9}dW@YvGe~j^;-DlFyHjY;AFU_1SUw#0(+j-alo!#|SAN^dp=gxB9 z`~D%!%YzIK=knG3NG>DF#!{H5p79$nu-If8M<>=4UYjT1ADgXPYY|~SNH2D|s6A7< zP-`(5%aP9#e|~$Lvyxr<03pn%X-th zPUx8t2bApETOBWmioAId_k)D}O~kH{xv8w5oYHBUd4D)rLp8Gc(wp$O{q7)Mu0>}D z9yp@9;Syf_d`GGl_ima6IF=kF;92fJzIKxFbp2WT*Nrnc<{ToA3UYqLdK8DFvcpn< ziJ{`Y0)yf1_N2tDHzr)s&+k0oo$yCK&FiFhsa{{7->oP)4nVVllSd3-H}wM!w+?0J zkfXZ_=(k>it2iU{d_j%bW)SS8`fDHFUN?HFxD=jiz5Ax5zgwO?WFs2$>Mn%%&aYeK zZl6*9DyZ#gtl~9;$vNB?Lb`Pey}Dqh*5}^_v%dE5xr67FoOCZ^s=XdHyC((-V1r^8 zrDWKC+(L!1eDV*<2D?e-q%=Z^XsQ25-&g+dm4-j}A>D2sE#a?VQdLvDC%V7!KrX8> z?qBi!pMH5N`w|Zi@Zpi>kFT`Pa&ak2rE&BpzS0l>zW0{uH?DQf7YavHe0)hs!`1r? zxG!-@!@u4qcozK3@+JPm*U}H|C%!!Q$PIJjzV}3)`z!TZ(}yn>et$jPdO&jZ^4_cP zcZ7tBxlapU;)uL{NATuD2wp=jjzm((eO>Ngf>G1^>|-V=jG1L^BageDQ%8&-C{r7VeOT6{a|1!osvdoF`vM9y|?x)c5NP?qli4 zygx!7B;`I3uzmMLbV5di>dQl>v|ohJYl4XmSAQ7?|5M+bl-|Ga?>~~pH8*|t;QPym z|EmC+Hjh7~Kasxo{^?gLsvqxODN5tHefUE5DHo5(RvO>;H9k&_DK2^1?+4m7U+HLR z)t&xD_x-{(3A}6B5!}Hu5jG8B6&OA#@QI|0m%c|0Mi$?VqwR^`9ax^-scY{y{j-&cZ*e zwcl&FZvU{3!+LlAB`B=n{}Ple(|-ucuZDk0@vIO3(D$m#zU#jPg?!*2QoJSh*FUtT zjs5c9LO7ayN1}cp0=QATZlv!G)C_bE-FB{zGeV&T+RB zCURSoJZ$hMIk!MZGlx}cm~%l|uaa`wYf9%F@ z1|mKx0R)^^-(coHC-Ld5AByGE$Go^=1+7HlGK$lEUU9|ZW!$RR#83t1bS4NlrRbDU zWr!4=<}m$ym?Y-v4!YV7?DKO|In}?Fek18^e=z>l#IAC3-&no)HI0yI{ONV)ARzA; z%hB8`%iorNxT<@rL?h5_8U%{vib!dOvwG6Y!VIKZ0ww(UPOr(NSWZ4r#7H@$+wI#I zlob_t^>??u7jHMLKDz7(W+8svD$;eUzx~~85pU?85DhQJ3_N-Yw#9xOOkozx{uLN= zt*Lc=!gkJXUfFVirp(x`T1!>6RUoUN7htuISHQ7$yPlb_3cSF;&sYqEm!xFhyhK-t352#ZX2(P*^X*Q^&(xn3B#AC8_ zGC)I;Iek)S;gaTDNhNh+MNyvHH)9Y(qZ7Z;*Zb2RyIE!>Q4!64b++c*Gy8cHZ zB@2+j+4IyUpaLu8MNRrDBn*>)XAc%QBvFP1(WEo z;Z>sbWoNvaQ%R^pZ&VTR-bemq;)-}mZ^J%&v=l4ZoQanv!{Fm;l>U=L?u_`X>ku4` z8ap17P{Vnvqb5UhlxN4zC^_2hl6>W{Y!a!Qrta18~2} z?ntUJckvM%V{7Z;>}g@z-0Plzk49ljSa-TcxAi1l;akye>~uxnfC8u0=>r zTos2AvNdyQF$6$aCan?|{a6!ZGM$_u9r0jpYa!ZqH`So*&LMY#G3~aTz!p8F=@AB7 z+NhlgbQaE59T$Aa*DAi$#p$Wt04GF;rB9?O7D%i#b$op!*wQ2vu!j zn`L>NQ%X)TOd+=EMXFVN_=@K&#E8#!CRpFdXr=haFa6#F#O_saUlKior=+jQn1isR z4wi|}wiMODbu|ArPp_Gi5H+5qF}-38o30uAm;kTwUkO*?1T1!*`1eC30CNXemHBr1 zhL7D-$tAK-#pq6(X6lV?@>A4Nl@C`2>0Kh6_iVhQz-~i+EQ%8>JFPDe=q^#1hQ@XJ zlqI?&ziz|toe2~D9{R8a!dWSnc-1N4*BX8;YeA9@{bu#Twx_SdqU!WJ;MIEX*bwqf znN9K3vUbzAJ~Xjgr-W2ITKw8|^Wbd|S(mu^b<3%s=ExrUi&s7Ihr7kW_gzxx_la_u zV95aCuyExd+9z&43cRRcn2pC6Ku<{6?7YOkX!18X)XQf0wNfgJrjKCEECa#vJ}Aag zz~8OV5oWSZUvAtN!Cri$z$pVoa}|)1`(FC)RTbKCOpR{uWGi|jzt$&C2|b-p=rm?k z8PqIsKUeskQ?B8r%>}${-hQlh+BWra9p<0V=v~ZXI>?!jaJ!wh96-Cqk-DAfEia%XKXN z>cEV&&+**n#zy*xfb|H@u#)NMba?Y^dQYC~t82FMNU15`Omr1G5JW-*`@{mLVlHX@ zSbn9#>Kh*&+d8v<`pxBte(0R5u}Csv$kTpotfV%FLa3ZrqQK`kg}HnxG+}qqXp@Je z?c;p?oQNw{@&}c|N*RhxLvi=U;T05Ti95*XptZ7Jc(&7b{DcumaEcJ$vKZ_nQL?Pp z14~Nk%9|fc816QfQWH2Iq3!ikefY66(uH7&MFm{bP)lr3VisXM*l-q#$K?(}OyHew6^&wmzzFHdpf>+y4m-Z2W0! zSu)!!-fWc1!_KEK%<$%Aux}gtSX@V5e2Ds3+@|5HNu`}w@lPuy_akXt7qz^|pyvUz zL?0>CY@LrzemA7c#~NbQ+oPv`9k;`i+pZEW?vJ=V4|I~h%8A?dv-B`$Z)!mtU0sU~ zapp|RGX|*09fT6POR?LSv}zQVFbYl<;snN3Nw)pD5ud5sIe0FiwA_Q_^1!GSy4KaJ z!){0j>@rZ%?F@sNJ_1JpU6sSn6Er0ql z6B@mBQS3g$dWMYK>PAh-sykJG;d>j=J#&(M;Esc_(Z-}NI|#g5DNF7O;@77U=9C1U zroX4r)yFuGVDvL;3*JQFLGrFGR#J_UFBosc>Z!ILU3L%jVjlz%=OP^jt~jGQm2p6X z!hxlLgwQz0rmEFXOk_^3?VWiRl>0@kpldDl7c_R5Whvo1oH5qS%K&4^u*c;=&AW4v zuX+l@fyU<$&D(g;lc;58*$+~O8IC?LhAZxVOoiS>^jRCWi5~tk-Ofa=7oORqmJQ-9 zI&BQi0!I2V?+ygE07rc^pRv|5N}T7SVSapP)GWLYHCef9zKSd@?9ST#`#c1 zcGCv2S5C11l^A?&D&qx`yipzf%eV+ zj!-2-9GyeEm$MT(s9zDl+W0*-J5uKd+B8u~RQ+1SPRvY_x+O`?k*f zbZV5?`qipf3t*}I3qU(l?xC8SlJC$f*0OhU**aV_XGfn{FgxgFrbHQ*_|k+iFsiam zemaM4LE;1YJ0R!WrK@H%z0c#0+NZQ%Z+}kWZnkjz@w(95jO5a~`t&)c2B%uudw15W zmA3|9Sy=(O>eVk*$0FTv6k^wSAT&pcu9Ccw*Vk_5 z5(+mW+h6S_BjFlci49!^zO5*wSJDpa;*zT1ujgrVOX^La!Ya>$jjMGaKqsxE%IXLN zcsbn0x@pcv8hJOmbd8~o5CiTBN|+27Yq7#O^L%McI_iCgY7O{*9_41ww~&{*T!AJb zEKYWZHzE>2d#DLvBe~9^%XvWa)e$Om{F^0SBXz=u6);-VfC!(9zCced?C~3**mPSJ zfwYP;2jGJU+9t8A44^!cy)FlwOlpwd?$5xb!Jg`Z2htN2Wl!G9_1iJfoMv5?v)!um zV)_i}UIi$8@3a>%V9r*|$Ax1wV)j%H+I`r(oP*R}ck76q#^*Km}) zg4Wn&c*2t4%&iUk>}SHB1ZJWvjfGCfP4^9CW8taO9^vm_E749XU=A@n2G*MolNB=O8%oye zCDHpr7{!TIl><4%z>gUN9~*IoyZo~60cjDF#{3S)rejW67cz$xE<;y|MB!O_!-m6K z*8~q_l?n0(ec{U1{EMnFdyT2ou`wF*@q`Aha?LSEe0`wBf^@$dg+ZrS|26Q~avgTC z_X`p55YQpPSM~*(jqL;}{@%9ONFQ!<_o9#LR5RB{YP0<8u{A_K6at@$0Q3WPuEGOs zlx`9lgzSdjXLMB|F9okbmm0Gp>R%z_KlJGhZYXU$SRx>Cja9?KY7+BktZ;o1z7mz2 z_0kD(l%oGntqtwj$NP7VyjEO|&Mc)^U6Vba2$SE=@RI9qXI=#2=Z23K+ z>aFY#1!OE|q)hY$EN&i*K1%>a-=6vN#Idw0WV=+}{U|i15jUPnPDsnBbsISj=!3Mk zFBO!>MuL*7&c>Ex4!XgP4)!*+@tB!VLUaRkO@;K+KDx$r#?n4f67HChk7z=)MoTTW{V~qhp8&j->$Bhgq zJK~CG-al`jYw=^q)u{Q2Vri!dY6XpWh}s~=z+{g(^j8P!X~UjQ)jr0 zrk1(eonh)-d+RxE$-M;QK-rb`hsPq$JyE zy43cox4K$Z%D|%xfOC4=4@hV9^b+Jg=XlFYn+7@x-2NE1A%U28`u5 zM#uVmG>%WHnT_#jerG9_(4L70QZ-s~H3AT1bRBueMhQ82_$#s>gOvG%NcK9_%nBBr z9Bx1XB1&>E$`5e;D_Oeiw4CXdFTwzvBv^e+4`GI2J{On$mNw07E_90Nn&J>4xFHmz z|3YS6!6aynUo=KAvsrl5VU&o(Hi#x59TYg|grDX!C71#^0)Hwc@~9 zUPUI8z`CUawn{Fc&}b^n;lq+-jg>-P{``^ot@f;j8H`}>GT%qVx-qke&pttA(}k$) z4zYbZZ(l_HcRH?mhBWEWqib`rrp;>TQuwC?!D5H+m_LjBZ-P1#+mG?<5x$PqUeM=t z12gLtC?x}>n_D)fxNtnOJ0}GN*y~meaS~dS>*0ks*_E!#>&sYw8XlL8q{wTq(z}|G zf~Ra2ZPrXgUIc6@$~b9HUKle+3-reaUpM!R2d=!c=fl|K zNC>3KnnXCaAUv5#@j#DTmm63srDk(Qbc&0Sa|BhKub)kC=7XIhI>UYd_TpScjLYqM zpJ#I2z7dt*w<|g|i}OpwlR7WSIZ?^gv)lJAsn<)eb2JGw-&7&faekYo*OnkS%Yu^J zYX4f60YeACMa;?kuGG6j;RA_it5O-=dhlTQ+sckgC;n!$s_t3#>4KMwcQV1~(U!4smx!HQ%pGnw8 znLMk+nARztxRND*t7EK-!QO1;m!CJkJz3>g4qZdw%~P5LV%$q6ow$Hf$3qmc&xT@y&&G=WXR*?|vs%O$7lgd)v?CGV{E$f31}xk0JRxh5=td}q zTAeq?JJZNvKYmx)K>eFUbb!eO##H&`B@meC3AOhuniP6tPOJu$sl)fM|E$8DD9hmG zw0=<@`M4dnlBC(4#4Hy-h75zM~o? zr`HE1KCN8&WuD_!J091v8%zF>c2Q>pjE*_&PXFg-cX4;wQ3YFUL7`^dQA0Bb6?>6W&ufvq%~L{ej$=N@N;20+tSO{ z*Ly#Curk1QPG03mrt&hrPwM=QWX!%=Z{ZWX#AC2+jVOojJ2NA)Yj(sQ`q&DP_Z=Qw zI_h|dZBt`1?i{h|X6uw}OX_-AB~e@=kii$@(wU>N?|yJ^Y=KRTGR-T?n&@bS0}hsX zpd$jZxvYD7T#7JSj&@fx>c6H5fNS%A5XV9Wh}1``A4&qB%kC?B>~ErD4CZ@$MxH|i zxDZnVbiBM~lvYIdo6ZUfOQv5jokq z%~yM6TVu4~i=kfx8J^gV{${3l5vXKmE@30a*PeCVq$_dQ1Fdc_vk6>yJ8h8glCb3{ zu=GdYQCq#)KKO&?yh8K!Oibe_7)d=C$NBixEfNkJUpWoKji>)UbZ#LS6y*sy z@e;HQ8xUl=KM3s-b!mCX3=Nr*&!mrEuo=v%B3x9)eOQlRs6wmci$;&w*$GYka;{yv zz_{D#SA&eTGLekZy=g|vO}ETrZ39W(zG1u!T)x{~4)v*hR2c0}!!`9zNYYUbQd9nY zdlk46)|fok?pc3*O#DJO%-|Z!W;4eZl>W!aX&^4oOlQ!IlCwkoX4DUoMG%`;E0EYE z=zeB?M-N+SWMqz#Menrk?l%`p^NCdn89#bS6nea8_#sV+H(y4q`GQ7nL+JV@4YR`^ zqaxl?y|@VB4{$#JlhwbhsJq`YVKsctABa3mADn3p*O+^--L~^K!{@^L`j&1weLrl& z321?iUtoSRb@MoT@n?0vxeA zAC6<4BjJO@)1qt+J3G~iOusE~P^a>h#kX2067uY7MuMZ_fCQ@sme%`K)dQe4a#jb8 z*-c2h9mqOj@%emYaXJ%TH-Qxyq+^dp^Xj)@fY!lKe>&7U zX9WCg3)P-jR5%p+qm}PTK*RyY0`oIf?d1?8bN^=f`!}$tcl%EWmH+s_g&t{@CH*tM zS>sO{vJZq(!R$0rQCHgh^tzAx_A#cer3UZ7M~x_k)P&Y6nkGs9d&C3|osgf0Fkyz2CV=3CWoH z2f1v+%Sd^jYO*X=C4R=UPak&*e)GSse*4r5jr{AZo*Wd&4U!F>}s2`c|CLzn3LtEDpM~LlK*05 zdh$`+I4sF0sG{tA9eg|v|7q%~0X!RO$g-DOY3&R6^x%dAN7Z=Z?>qw!g(=QJ? zn{2?&=0PcTR*OYMic7Nt}ggoaYpouxxK?poF$qpioGdarensBlTVxShV_bRUh9L{as zXsgWg&Pr|R46$a{{vfKRHT`G3src?nw4 zJ6&0-gp69nMC2~tl>RKm11xsyT`hUpUtaIb&NYB2OYhFtqr}KV$q}$Bo0VcOK!@w} zROUISmXyVe-cd$9zeBdu^=UDsQboOY|3u5{1OaDV{j~}yz>z2VC-Hp-+iWK;LHbXt zn4`jk-XJl$SIyO8;iR znsqQQZP`D<_xTuyYS4GPKaH?^eV;GKxFR*~$&q^#&CF=U4`H?|QE|>ZsxpOc&4f`Y@^K4h?57zj!C^)oX*tBN0-28kPld*(b`hC; z$FzD7|H(=hs}~QsgKkLfT-}k@4C5ro7grb|f-7v%sH2sw2i6&t4~8+X=Vw$y!DnT_ zs2rvq2sYQXAFcyGs!8+dQkWfcF(Xie)n6_@A-A8-b{~M&oZTF* zZ7fUew)}W4J&FVAR;Qn?79y~xiBHYBh>;bvuf%@EhI`o^?RB;%C;ZBc0j17nOT*e+ z-xNdA6s8ysTfJ&_amKDGd|i}xAMLv$Q_lCw)eDb{nliDPK~re2srQ7Jy?t1Rnt3pe zlx;{itl+$ThWT_-L979cjJ19n=k{EjkTE~ch(d_vE*}Z(%0}BIW>`KStY2ctF7=9v zvq}{0W}&VY^G>cLpITy2AEjwKB*ZXvLgwZq+O<|bBa2FmbD9L<5aD9sUN z!-%`V1(p!8Pm{WEPi8NTD$C{<9-s3ER2IL59EKAMF?ou_E+Sg)89xm;{@N zGL7Q!-(Pe73TO16G*GadA#G=O6Iv;EaV5u!59;9+=ImUJX&)~fILr7L6=%@d;a9X3 z9h82XxI~uG-769lygCfAbe`qT6r`z6G?X*(Dld*f9UQIO@0ZJiIu)O8@qNxY0?+vf z{=mgtTZ?cAO>JtaS2gSKv`GGF@zVL=a5=yIB-kgkoPX_*e8h0vBSW~`d^6VfH-9=& z)EZ&hJ0_?wp$2pruo(N(>wdm$Mympfb4_bV<)x4+RKAT?@zTNFFgeF!#PJ;{JYiyMoDt0a%jI@`;vF62OUcONZlv}4v zQPHs;efg0db`7p#t_R`~yNll9oBX~*qy{Bl-XSvcGH#@%cfo>pd!gY^3p=w0);^hI zcZ0HgcW>{^_Vcc!Sf1V@JiFuCe|3upxwspo#SN#=9qpsGVi|wU=W2cLe{56!mtfITfz^K?BV>tM{{J&H zI3IET0bY1F^WTYq|1TcuUznwr_W!~zgwweE14WUK_Yc_0*V6m{zzO|tBm4K-$^Rzv z{(oq?{+n##FvvfkHvczW|0fXhpH`WR@Pq&Mn7V`f1(jwtVwzGe_n)r^Ncxx$9mrQq z!WOluZ<1t}9~nsPg``_Ussm*BZkS>MefF0I-b;~rJIx*#wv#9!>dHNQYJ$JvUZ(#= ze6j?twvQ41Hq;c#q8+x2oe8)ck~T02sqcLiiMs8n0maDiAnJ9AC1ttlOpt53Yj#T& z{MLVb7l&WKlzUmfE~Suvs`AKnNzvlj*mwemne0rb!s%*n4nM*dDrpp$W~Z!I@Cq0w z#uvJJUn@8p^5e%=Qx#4+UEvC(etAj2;Fl;25<3=OL~7y(JDcu*$Pa6qC;$)ok(o@{ z8{Hi{DZam38iRZKz0(@Mz4E^F1g^unjj#%p)1~K;a%JUAF`8wEM!C}uQoo&0N|~y$s#f6wc6pYf3TBI zvZD+l?*?OkqKVU`nbdw$SXc^X@J1}&_&BpfoTN=EI&&6ftyeRuJO}$~&s6@=Pg82a zGHK0ksWPsK-O)2p-G;LOkRopSR6YK7>GQw*mYB#I{0FHMZ5|N~4Jp<4&9W|HH9AQ_ z3@RcHOwH<%fhxTLe?K)Y<}i0fUU%9+%8E~qsoiK3ZBHA4Iiqt zQf)L^57c`yB+;&ZGWTM(`$2SB_JGE5Ya>HCE;CC-Wj4!R#4Geb~%v6r~m-k{59Dy$n>U8)v74Rmqu8`YyDu{m&VX* z;TwUR#iJ6a0#Yn9SXSI|qE5vZ5YZy0D|Wu@O6Hzxr{I(MU_Iwt=+_odWgpJz&}Py* z2B;cr&56;;vbxiZ*~vBrCEN^ol(=M|pWDmrv=gcusEfy4$9ma&Nkr{4Ntl*{dn}v760VtFqvE z{iRNA*8uE!lGwiE_@Sc!0o@8Z{sJqn@3s11=ujT3luN?;yCnS8%5q?TmXAwVAFDW2 z@)-F#qxR&(VvdOx0cv=V0#;;xIS{Jy+x=p>%;hA|jn|W!U?07%k$tRv32Af%9%`vi zZW_Br0h>!1)d!Yz2FG<}6LVBeNw^Hu6PWT@EA>9hJeYNY@Y_O|KDHiEmwdJ+3(Wnv zb^Fzw00{QO6lStyFe3ac0`NIJkD5g!cCHBaWmag>C!6<)x;3S88;m9P+b^fd`gdHm zi+2EP&DttT`Xy+Ux)=dKyHcwzi=l=Dt0v@dF%Z4lD{BX-k7YV<F5TuTFXU7CvZhpe2T!Oi+1Yk6bnmgg!vB{YFa(eb~rw`S*8|oj8$n%+GzqP>gs87&! zmV<5pIj66#c}Tn#2_kF-IY)KL`?Dkhrh4ZbsfVg=K&P8~FEe~NM1Q%Yahn*x>$gpG zl`L*-#Lv)Xd1gY;F8G12>J3S{bF~DWhUQX?J4EoPkU(u|VAsU{_2Tqg_o^#RrG=A! z+g(Y-sE~#9T1J`iC)kQBW6;R69^ioi zghYohm)&YiNty=b^PB65=|p*9INE3h2v9@5aauCZ&qB|5U+%(Po)R5i$k5F!$mZ{U z{pb`%SaM1Z9K91;#U=Q3$$oWpN#vAEbFuLrOgU>j-}J zoRcWl$=gR~_Sq%uC(sdeWW(R-SP$GVdQ3weq@TPBP5Aa!LYT=CMx$Ti>t&_DIy~o3 zB?;0!17_5)>;@?Ai(c;fsCXPjAqe1@KjckNFB%W5`*>!z+qw}HnU3gPmE+mX`7!4N-;NcWe5eS)TuN=A;q-%v6_`Vt$N{lm;hXf05g&(6%WE1>1dKW|*2na@n4+F4i-`nQJ(B_DV2W0d6+JVmZWu|0*89g=ty=|Dm@Fb5d)0Y z((|7w4d%Q1=aMX+yl9GkiS(C$jiJ|<-H<bDs81y3O9lh7 zo8MASU3?cCC+_%Cjn#fgn=?yjWh{2$~_cwq> z0N#LOsJm@ABa{Q0s(x1(X6S$7K3iI@uIRm3Qx=#&QkT-*aR*Bq^VHB--z zvXlv+CRj&ZXV(PbBUcVAkq1W#{V$%Zgx9Z-!v&5g3vatLuH=@R$8_k6f_<#$v?V*< ze@o2PLUi*?`zmBgkvf)|#YOZgL>qoRPamklKv81vHNh>LN8&CS05>5)T?0Yftt)zm zPR&bAsn5zo*#UVCD`@lYCR==$T2661K{+CP@M>UV@m;4%BI1*TfpEzaC8-PKP|d#j zxAsBXGoYQtPy1{8W8+(CA9h185<5qLE0WSWuI1uKF-hRlprP}pY7u`7m|LiR2l_Xo zwqAEdTL-Faq?R%&%32B9SsV>YW^PP6`ISE)bF*r_L)bvlNtiR)HyuDfEHR4*e1Wmd zO3Pyq{2OYG>F3&Le9MBvtAmL@6^GP?zlra%ZMdjx<@v`nvKfp0^TOhIitbrCNCB#@ z=M}9HDH89!wbBNiy7?cgc1ibB+AqFinsZ!)bYP`#Y4J$%B~ z>zDy5LxXf4yO`^uDW2ka?>Wh$77gdHxN5O43|(FFBKnltoegxvg01=ArVILTfCmZ>Dg#(A^GKmm(FQ9)ZwXve z>Z4K)izbg{BFpW#XgrbVdXX-hv|(r7JOy^i2vwiUJ~WCB)dAWDP@9gmMwDOSr)<#cq%(iCKk+bTRo*GG!xT}(l$*GDqv9n|dZjRy87w1j* zNRd{*eLXog3`i!Es{|izA*t4ilC+$ZPl~4}R}K|4J<3@bT2I#FKW%iQt-kZrEQhvj z8`*O)-3MIFEh)flt?%e6yM|JKs4nvMM=b;GoP7tlyWUS$o?AJn&Xyecbpg-rGi}F9%r6I;8bn{K)OQ6}Wrc zh}$ibHAYiBXuaX+rIy}vp>8zKI1Y%v0#(1PLw4OCR4TB^thRr-xw=oESn7TGXCngH zV=FtEHcRKOPX;;Sz#Mt;*6o0}pghNNCNzF3?WTX`1OPYXnQu!V7Tfb(LOUBQ#DH|l z*vzckITmTIj$^uG*cVGf6aGzoECSF4AE|gT|6+>J?80!U#f#sw^?lc>?;ABSr$1|b zg;TrJ<;9Q}4d6chx#ZV2-*=KITYI+r(_D(ivH zws-QGVw1T~R*sc4auQcV8w#Y-w} z;o*MRFVsj2gjUH{CS~Ze8h(j2?E~OJ8+jbY*I?uMSSk3em2QX%9@+GO`LVyBNTq6y)m!{L+soyw3@rnZhs+l>l%S}|#mk1!Fi0R}h6z&0sU$%7&U8ZXsAWaf(u*mo8 z+3OeIuIIkWf`-%~wdt?Br#FG8I2(4CLpmz4gffTBW-1T;wm46bR8B5|FW+68Tiu2b zzSoqmEIT^7$vn|=_8Ac3U}~+q=>a8&r$38zLm+s*U_W~;4SK$kCkqTh#UI68l7eUQ z3Ya2=c)?`ZT}?o2n)Ta79*Yt5CI7ZlxhIgYv+NG5Qwd^@w9UrMyZKmXDh&wxm6;dE z`$jMH)*W{x30Yx9j*6Z81f&Hz8i-TnA6_mBLT{sRyFd05`u<_2?p5r8EyX7_7l-Uu z-r^C7xW76L9Kw4;weIMFUHSW&wNU~1vpL&sCy@Wt%kY&NY%IfCi)P9edOR7yjv#AZ z^wZy@5Vy3aZ&Z_Nbs$`Sr2vX^MyFiQ8YgjOW%k@gmwK0hJJY;n9e)aV_WP|5o;w-6 zb+rI{hvDPRIuGAqZ?w4c=0Q!{`h#%+jNtfH>xAzcZ*Xiu%i4*w-Jwq*?(Hlj={nN9 z*WPBIDvWa8jK1kEaR7cuaaK~X-^xc~z zBktCyJ5`$^u)cfm&3qLolo)2KFtOTEc7GQ4HEig064S1>f&TieS}dU7gR}JdmlRyg zESGb(31sMla{(Wz3|QO#r%d)iJHromPn3d{W;(}fWQbr0@;rsc1QQe+Q73vYN@w1- zFW9MS1Jycpffpd=aW#Or4<%hSlzwhyBT^)%liKhoBQ#ilOv-Xs+W4X);dny#}z8)MJi$iIrTi|3w;zdw+BNA6^98VQKU0W1l2x@+5 z2EK~R%#e!zBAO~tpCiG%W)OC~<76ORFNjM5ykU%LHNn~dQNC=4^U;X881)c4(_WJ1 zVqfM2!tzzfE}M0q$&+BW6v~Ns5N6;(g-ZGY|6fg9R{wIq=*1t*o8J zdOy&e-ndWpjr12Y7I&NN6$oafkbuIADll+z_Wtw6=mJ=+<@hB zkHKUg$NAr%&D@*cTKm$q#$$_3h@cJ~h!8fnq#%PAkwTIrrt*DnMZKCU1faJc>shtH zT#Ra{)X_6VyG!6!4QhD|C(T-n44ZkNxp*9NdA~BN{Rd=meo0LLZsVsybi*J;iu0O; z!OzW<$6>zTrf1l~Bwf%`D|ItD&cg3HIj9x-JGoX*^lttlrz-k8c67JiNozr!0-E?D zb3<~X>E@68fu{AJ`K2;b2?cVHM7BqYSt(Fa{xd*>Z z546CreuimJc8f?qLFH6i_!SKXEn6r4Zj%QxbPDHvt))g@Trq5^(}q2t&X@AC5M6lG z#We;o7bO--YQ5m$%RUey+Lh`77k)cw%Vuy5+jGkusj(A6)eG`H6fG%rsOWuf0{!xf zHQN2j@gDA&ZgKZcX&h0q-=9=qP;8fTd&t^6r^-^ohi_LF6hsa@G1Mg}F|!<+o&{x5 zn^cCK+WeN~F@OMcQQI9*uAe1;_$H6jcMqvQw<4rDxw)Kk1pj2@=5Y!F_4VxiC8)8w zgA^$RDNjE0Tf-3oPsYbB^`BK%)B1q~p>-y6g{ytO@)KjPN+h}|p+hWA>%oFP7YF6@ z<|@xo?goyG&OZZdJLsNJzF>B)Fv_%cR*-C~XIlD>l7L65+(u_5d5QH$?KPh5&5X%d zIyQ$;rzTd1a%WqAdhGA7UL#nb4Aod!`c7?YqBVu$S+5t8ryb`MngCwbGs)<96?Qjc z6prfr`!DVKeK>(G7JlD>hgT~j3DmWp*OtZ3?rpd@473=Bk?Uay&V_I@lkQqGK48u`KOu_;(6` zo3c{a)}*8EmmSWqh>sOUR>*D3%uh`!**X>eEfO1jc60u6O=+H!VdpQ@#Vx|R=_tDo zeneC7;85avN&NAM-VLylm7}@VJgs*-NEJWZnKSdr6$BsMIYt=)5n`%flHT^9tFv&r z1>`_qrL%GqB%(v*$fV0c6dW$Lu%%-#z_N3AW$aHs-CzGJsPD$kkzv66B$t{#dIPur z7LlnpX9eaIHpu?n!24&eZ{Eoo1MBX%TJ0r`?yc&H?NI?8eo5DY*J~Mb%Uq`Q%yqT* zcx07sNyVyJg&rGf)%gF$YYK55DEKnYFmz5aDP4l;EYT>DP%{<{ddhcbAOms=)0d|b z+!+01Ridkq`Y@*+deeg}nNF@a-AS{)qdhbin@p!$o%N41_uvSKM+6ok{8^i{D3kr) z0oE}*7PB0J9cG5}TM(BhD)~ebL9hgH&%NpM)`hh~YHhU9XZBi519J2S=vbqzSls;Z zNhoohN?LDIj-=^1wnJ0?Vgj(M4@&Yc&yAn}yGS_Kb33Q@$~JA_xd!^9v?{WXYZsk7 z0MG+OX%clz{NW=pR=G%9R z(J5pN>@uJhfeUpONb0`Hy!=2tb}($|VQ!}@2lN0Iaxic?fucv=ocdVLJSi%^j(u@R z)r_Sk&!n@W70!MRi#)YN>!|tqGzx}O08~fMsxoDV>pD91Td#OI3OYi+v(cufjJ;)d zRH@Wgb{vbH4>+WKlc_q;xS+<7u;dH~)^KnXg=9ks@#*AZ{F zny1y^K}6Vwv`iw~<|somZxF){`DO?ex$~dPBU4Vb2L(eXZIwc5VmP z4&trJpP}oypj@V&50^;az>Br;BOIap^n5s7I;x$R*E5-$PBR7?GTvo__g!EGF5yi% zU1kS|clBP3zFRramZlWqF(QM38YJSV{9rlc+65Yk5O=!W<10qA9rOfea$TarVqmp= zoyl!Lsf%rCCoRLj^Vams=tu|!{U@+ZT%a}n=f*p_CZS-@8xcP>b}5E|;~~t#Er(6L z!~+SZu)DR}t<73v}EmJt$ZGSii7x;AdB*4J+uD z5|Fi0Re;(23hp9ps-`Y!9GUL;X~Wwo3Oe+>D2u%HnLZt3xv=qg^7?9RG@$5 zX+9B0EnFKPn&L93LCcNj_3k7Qdcf}O^FcpH@D^*v8{iz@4Z)&Sy~Z{V9fvgoad_7s z;ef`&=b{UVjZ59m$m=h7*54*&)+uzx-C+C0EQfGNljJ2}t+&~$Vk7vxY#>aGx@04v zN-d5%Ae^&AWAoRz>O6&-5;O{37tHF2SmVO#PR2s2HnryZG&}^ZQf$1KYquEbGwgW-O-BWE_4xIw7_^2ZuGMtTjuXm?Qe1JHo#X zNu!$8SP*eA=%p z6EjsXTs#i?Qas^eS1C$N^-eujuInHg`^k6?c?!I=3}tQFPK!yZX+s4LDcNv0~4x zLQ~7ZPGA$It|TY`{}a#@J*Hw51YCPM)qov9-;zon?!v_w&pAT*vb{|zF$mFd55Fsi z0kg0Vper!j`VOS9;$U74qxyhoeW23 z%4B|De7;^~N|sG%gDQj0a`Wl`U!>j`fP zeGD|X;xkfMayn_Qw{#S*COo_|6|}p;D1eKWdLJ8P+1W1+f42ki)^y+ck{2Ui8ytM_ z&US6maTIQ;{(2*d5^?x-#s@fF4{j>M_;OYP%4>xbK`h2HZ|d4R^vQ z48?%k>BY&Qm+aw>vqKlm@80zL_)V%1-_`_As;rcgSv1x3p!q76uD(89dQhy&z&i;d z{Jl|RrxqwOeV}~yWTefs7#=+Ei}c#s8n&UvF3KP_vH(ERp1&?jpql|sWX!%DxPMja ztUbP0(U0VVm2qHdI*jylpz9H;2-W#y1buSdoR)kR!PCJ6(UR};J94x(OOE>E*)Dr; z`C#sA8*8j8y9nv#6pVv~o-{bBjb7$v(fQn&ctlJjB|`}L`JrfsWme`G9VkzFkT{*J z%VYlQ=l_SjvkHoX>(=y_kc5OF!Gi~P3GRfTjl0t%K!C=r8;1mUX)L(ACAbsZT^eYh zacJBdXL9q;`R8V;=2T79IaTL=U9H-+Yt`P*dR|+UVojHHogoSQ^KrCSK|#4x11AT9 zB6oo@oJ%4k8EpH+>FbLK9JBR$h&kfVFiv^Io%X`4UmO$8On)peKGQ3l-HmyRpO*V` z8`)0vmU}oQDGS))!eTU5dns6O_p>D)yePJ}`D>qyWaoEW+odF}K76)o)G+-)uV}8x z1#+NhmL5*7RfKZ2Fz_>SLOLzU^qsoQ>`?I7|K=dEGyp2@4+|Q-r>FE9N<<#%g9~BJ zyapiS)5^qSx53VnK< z<^0tgDidAtw#6i5%e7G_$z8+y7(KG&MhEPTi;7BPsWGy-oLsrpX*2wfZLlM+W-`gh z(fuV(NuiG;^Xn>TW+<^QudaO;aks_8koC9YY0Medbbb#g*jsD<>QP_c{dX+`S>TD} z3&UILBqvG<#)rmk*|X)D)~e-et+}(ycII*6CN2&_r;M5aTOqeFI<359IB67gQCjt>lpW>z+L+RE(Eg6*Fr&$w_~?YMJTW2;zE^)h>balDh(W z3!dZL@6uBtU%daEDK>p$JQYjafgNkY?h9}`8&$LUyRSEPndX)|4phFy8OGJ{R>uj9V+?!X!Y4&ftA3& z`L5I^0-i;xp)nMP$a2wI|M{QlzYehfd`}GZ9EJXcjy-$!QT`8w=qC*BlUM)d^}_Jv z`i^V;=f&m3YYS;C!T+iL>pJ`Qp1h41BmWm-`2G8Px>an-zk)IMfd8H-naS_8CgwROtjY3ipDwk z*<1*d+BiXshXdw#$7o>tHoN-H)-Eo07kv>k%WgBV=`+%#_068H7jw=UU){F)29J+; zzx`}F&&I-{6KflwZK+Avi~(LZ+mA7k{<0suCq`29w)g=q(g7K-MWU{vhV?#21WE|h zVcp3V*tx7!gpTAis0w+tg{H{QHkakdv?RyxQ+aZ?umjblj;^2g+p=Rhr9iq(E+Q;~ z$kI)uzv1iLvGdIUC8xU+bak5R^FaLSOCrkMfZLRv$!;;@fjU-+XkLZ-*y2QWl6bp4 z=CpbCMu(u3?f&Zv(A6IH8?WTKud6w#yhVFD`NmJr*TMDUUWn33USBgksW1<*HbcZ& ze5DDtm~V^vyofcUdZ|ykVVUrh|2#uSt!@oq?7rOrEi-9K>Dv-Q_llzUM-{)A;cPn5 z6Ujx<@b9m5<(mAKkZWGgMG$0FZJS}1h&ZsyZd(c}>s%_aB&L9anP$?Uauv7h<7zRu zZ%Fr5U-C-@Ysj_%JGhJjU+w~eD`aO%1Zam$!v=s zd2b$eO($SQm7$6kWbH*sJUsJNc}R85*64)2!s#T8*LW?h$={@<2=hbqU#i;;3)43x zDuQQEhmZATartE%Jd9wBbh=OWlPgrTpsn7Wcvh3Dg4Dr&H}>lyp{DkEYbW0^DyaL{ z+ExXT%*=^eGElO2pizO$IggwEgkw=$ct)kA)!3Y=@_xVl=G3q$_+m-H`P*Yz8c!BF zZpY9X_zkr#vO;HENE!dYYH`rK>Hd(~(@uFfiBTgfo_oh^+@%6B!5wj$)9ckgG18HX zrc0zuFT^}uW083)b!OivE6n|o_r74dYYvu&Tu?3T-=?PI-ERD(ZkYzl% zWjT6^73V@@pTh=pFLh`t(<7`=+tP4|TA`Bn-|1!oJefjg1kLttui6H?o8>#^q78>wA{R*s$7(yC$tCoiv8|% zjqzIw#Si)bsMRJY4OK=YJXLqgmxfrfSHbSUDJYdh$-7o~s}J{i)M_1&w+i~8&t^r~ z^VrVQdBQ*zSJb`WT&f)X`<(*Lw(SMWuAe%y`L2f)F&CLQ07+QG!v=9jp1{kS!&fLV z0H>eTGT47wk94Y6v(cr82kO0LcUsap$Xl@yy0^20OIMg!baOqdOV?d=V7B_buGX~c znD`q}7O3kNk=%vu^IhYk(FY$+rNW@Fv?d9u%(x+&>ZK~5=C~zdbn6P0D#n!I+|10z z)^HuWc+R^6?ilkcc_HqdPG^n3ki%kPp&4D@{`jyDyYEC-JuSX2NYU!+&PR!Dt=Ay) zPwO?N5juf&6)fQ-kI4*2M-zu^A*#8$c6+-|_U}gxuG#f@L_({vjy*XcX)^OvzZ(J& z-Z@{&&}Y3W=>S1A!hnYrpBU2@S!Gm&&R6^kY9fq(9G|xd&HbKEs|>NS z4`+9C9C-yrZ0b5$uMs(mlpE`GBS@W#+IQyzExJLAL6;<0Tk%M-`2B{VS`l6w*~ex+ ze#^lOmpoY3$+zm8m!Ukpq zUDP#(NJ>-l2;8i1<%iHa_%Bn;0p|qwmPCw&u_9CdXcsLa=v2Y(Lq~B%1D9hpO%4xA zoAs7^10E&Qp?gM~rl)I|&P=wueY4#WR$cS`q^I9|^SL~Rv*`NeQz?yvHe76U4R|#k za%*!)MmyO?aD10?!-lCMhgC`BBcO+-b8{3q`pF3_-FJDsIrn|dIa_tS+anHxf%_p= z9)I?1sOxnBapkvf@kQbS^-w>*ZHNZQ20LS)*5^+|B4`>=ZdFs^9Av)Q%RbUm@o*KJ z%jVcuV7OnE;iNd!!+x+bG$sSkmGpAM^V0jTnqu@VV$Sl}o2oJ~5vB{wuu4#iaRMZ8 zcl))3F)&S)dz&()4b+YmcIQ}r7eYO&_0+ol7@<$iTW9g=?x#rXcB={L1>?q>Cgm!J z)&~@w*g|Pt#4Hj1prqvKiDX8YpY05pi#;o8J#}Z@f{RzGy~yJOU$3TT`{m5sG)K~; zykP_Y%$^lzC?Llvf={AyG-5B&vR|6=bGEtB7;Y&BdiWNOPgzRqx}e zgkYLt9SlAy)-I`n1{SwCaMI2LD8FgFP%o=keRI8w4}Eb&iSet$Wu4btH1({XhE#({ z2F)oa1W8fx*{U!7M;^Qaq%V*mF%L z_4@OCMCMltd)v+edZ?C1!7%x+iHBX{vrIkN^>dsDL9DW;U zuB#oKcwnHgvFOg5P6?HU8ZL_+3ob{mq={a2XH=U*OLQ~W1Uf!PQ#rI9tt&f_+9M%> z8$|NQ5oY3axH`Wagqwn# zjyFt5t6OfJSHT~ZO(C`s_uc_Zt@ky%1s!B>1Q&0^Ly9i@QH*E1L>9 z_s_YU5$9zFKMFB@9l8hP6w!%!u3@M8Ho*=aqC~8)L&#gxCsXJ+)i~fp%#2ML+ul|l zo4A7?3F;#3U5ilM*XILM9K4-rbGL9>Wf1$Zo+8xY=?GJO931rTIz01(ZsyoA} zuE<{Yhk^}x74URg7aBN(K*GR&O(>${N@(};Asbfl}U>fY_z9j#7{MrUs<7)bHb{%)2|NI z$QJfFfEQL^9=}YGKv5(VWZz&5n$yc7Pi-$W-)OgSb*=2)#<_Gfwhg*rse z7xnSdc*c=4GM_b)SG@nOjuDQ+UFa%2Zg5i{X_~i)Rpp@NKq}9^?%+bBC61$uc__h? zC-j7-CUeSzEVBp4T~ebdCv1IH!Bf|K#nXl9NUC~8yko9Y8bv%SA@GP%qzmZ7g0)oA z`S>#v&D>?d)lNF@Dq3&TIS{*C+oV z%KO+h{Pz-4&{QViZ~15UZOv;x)NPHV>l<60*5Inj_M2-i$8K?^1z$4am{jUhwrq3l z?IJ8C491}si)gq*A=s|%`GzPNDiz$k=<}^&XD*?-Koa-qkMTW1I7B@KF^s(e8;{ZD z6bkF2BS?z=R@$4#qGYf1tAd+nFfW$q%UrkIz#siyWb$(Z(|VOCo4wRnt)3+}x(@&S2(KPi@gl z2(_P|R!1Ja*P@?^I67*-MMT#`&@K4-iu@z<;a9&~rko6^$YlisYK*Ln8cn&Oq72d1 z*!qy|_DC`$v?l_2}{7Ibvl?Q2Hto!>+#fqr~@Agj4S zg{6RWPTKyv>!2`K$EZ*2r??32kgMYGB_P(G3BE-b4nL`Tq%-Kk=n~XdqQZr)%L8z+W>ok$sy?$AKW?_UOsBaxILr^bn@w8 zER$Mn@bKO~qFeT}M*-PP2*7K8Z}Ani9|5;IZRLT0IMoP(Jv)3iq>dLFBoSmfZ#X4K(tLGk`@ zOVpceWQWoQXN7_E)d-Fk;Z=8dzRc|7lE5L>V6sHxdxRxl*zjuKd{r5(cu}LK8_JF0 zW_hWQKTAzTSD#)ehDz|Kxvv!)ImJ%}-i3G^i2*Krr#5$+P>7(Rk$H=rN@+uq8T)|5$GxQWH)z zP$dT!laS<<1ZBDT*?$na1$2bN5cw}93>j1I6hM2wzvASGsXNY83X!_H+XN9BCGg186h%WKf7koSA)Z!g9rozKvkMcl1_;MY$Sy zc(M!O5KnY;4ud7O5nK~`CSod>Lj`{3P zGoD$;>-C+k0@jCftEqgBUOodqTckfUMaWKDrwA z95Mb3c8o^(r^2VL9}*>oLkTtGFEin&ZEt z`>y}k3nqpC|aEQ=h$vcpHXsHm0j+>I1KI_@Sm;W&e zV@&pOm>l6Jt!OwmCtaWRRC&Gl`#MxWqNw~lM?0L@FC-H{dwPx>@X*bZH&Py#(aHS> z+V1`+F-#UcvAa%!4rCl*T+H5l(}kOAoX)jr!$=l&(BV;DJI?~*dJe!~^?qBWmE zYFx|H{PJFsS;aIpqj3odc2rGmx46Gi+*Z?A+`Bw}|CI><8+~nWVyjp~#h+aDi&D{L zJgQBvvH2%uJs(vGfkU3z`=z*7rQ}D7HrH*)9KdR#>{$A}vu_s2 zVwT|oNt-_Ig-l{ZO3qiC@5#rqJ~T-JI(53)K&B@x%9?hh%pzXrFZ=q$)lp>L`P}3V-|Ugv!_1fYNH7$n0C@`O z5ZoU~B!@pPrx(SFQaKFng&UCi*0}v?iYHBNGK2pBCQ*UbB057tq+d>pc%dA3=np+&vs zM;eiM)yC|9am%gGAUs;A3M2Aaz5**VVzq5t+Kr{}R?^j1AciEKg~$(Nmn6dms^U(j zi(Xbyh)le%L=7&({Re}-7wktBnaVHL=w?RP-p0MyKy^)cQIt&b?Pq``X$DPv)VS{_ zJdGGvz(Z~8a%G~(2%0;_v6xN@wwCz`GBLbB>`U_0IAAKc zd09KvWvXrsWQHv?e8*>ldzqUEF8h%f<%Qz~@rg;*+;sW7y| z8*4Dew4u8~Vm(m7D!v~=1xk`ENqaXk~_il2qsb7$eafKU-+|&5QbwD5GopWd{H9r3LpzxyU;62-p@ny9lJ#eQ;@kJ_Q5AZK&rBA<$h_d|Oji#J(4)(KL+UH;4`^rCHs{=bRVM!4Q6PA7sG^-jX*x`@qc7tZLSsd(z4Iw>aa%uaV3u#=SkJCLC~lW2RU zl-{HIsmTgZ{4y$`phM5OKXnO%nX+Z&;FD?f*b<>q81*+IW;7M+Ip}vMfuikY5!G=l z;;J{lh2?ZfA=rjWX`wN_6_PE>{#Gm5>)1GAI8(nGAk{l1V7ed1P){1Jcnbpqa^d7H zDa^458uSb?nTQt~d#2%zCaT8&{O zYl0M2Cf6&zQXtZFG%l;c@F5}_O^0WT8@jg+`6;Y(geI9{-_0GaeYrMdg|I53T!gP& z-hE?4-Vq@!r%gSkVhv=tN|ruLjHw!ahx9HVuP&M-_=xh%JPr$c-nF7q`(ib<%(yGY zoZz3sgZF|B*+~@?uh0Xdnv!MXLwZFHj&ch7a}NyL#a)u}Yr*o~bBkF<3m;uBmZY}w zi?@CdCWT~9ZtClz9d7rl>pW2ZzFV?}o?DjYo{wkpe%u&wYgnz<+A3Vyxx0S%W_jw& zzC>aX-|V_2+v#wy2*H4m_jCF5HirkOm&P@7DFbFybTsSQ5I&m?uKox z%1TP)%}(ziuce@^u~G2m;;hQd(r?DMK!6Y~j0i=@47D%8zuX}I8O%D+z8^yI0b;1u zr`3|A@pRKQIN=&{35@qJ?G|r_;EC|-jR28J=VUY~W$gORzO0&%5D`^cTkW0#0hOK5 z<7%+Y)0=b|=c*3Qy0L48a8>=NrC)-fr`sw8=?1?$7)Vk71izyMo*%_NA5SkHZ{Pu0 z&o`DKUjp(+XdhL#VIOO!GVq0l9Jl~0U@4X~KL5?Sf%dDD42orn`wRHI+X!O#!IT`DFU9Iql6c?!!m*qrZFR zCPuGqw&bONb$Y-%kjQMzvWMGEIY~avXP8r>I~o9_+5GJ^Wt=X8%_T!0LHK|wt6{N^ zW(2-{upDLm^UyH9bO~^PPjLIz!O&}W@cBnbPyeh$TkyJqAfoO5FM8+~#FhCbi!WaP zIB)#BG*3PT80DY5=ig~-*RK350&UGjTv$T|`8*7p;>iGQ@6_wd(qfDE?B$)ya|bRP z&Iydm(g*0`#($LZJRqB#Splc>8N7R0Hk0R{#Rds&I-|pXixeNhQw}Up!kV6U3m9v; zRDr;ZCfgg`H|$<|mx5qt%t2DqUlc@0Kn?k=fsd#|F7i-C*UmBY!zr4fwEMxmr2Uo6 zPgc;p>@?i_cdN_ID&F1<+Z7X`G2y#wkWko#W9-uT+@Yd-E%xbazZn5d^ z2)8@oASVLYnyc<5v01T6{`u(|H7vw)7zRVF`7}iOs=8P=8TSXFYmygIh`C8mem{6@ z1)M$rJf)=!k*yWHU0N=dBf;d*f(4+MIT#&}F%lubm%}${cc*t(E}RJL@D;cQ9z4Ti zWgE7^Fp>3N9BVS2W2e1s#!7zWp*MAQnW@-lX$G1P0~(@fsKz>01-B7~>`X#^*&zvw z>#gx0e$-N@CJ~B1`kD39 zd&Z5GX)C-%s#2!X2x8nxoF7;#IeXRlcSOANEHPxa1-w4S0keL(8S+M{cH19_bhygn zEw?*+>@@u~gd0XvQ8?6k%J9Sx9vNQCDbE#fbP$USLy2bV%HL)Q2QyrVSi=sl4DnjM zyM8Vph&S9r-S}GFrMj>kG{t@FvYVThJVD1)3CqIX3*kOEVGhT$2$}+X`Fg~J|Ic0& zXug$l-A~2FD!<4Un&2UaFQK2B$>vBW*FXxQ^b;7Z7HN1wN}7;1h1{%wOI|7qrSdF1 z4bqU>6ALz9e*UOj^SCaL6FfN(I}B!|%*bm<^I>ANp#T9-GnqOoqh}gMCD30rvC}vO zz$^6(+)@+3WX+--^Ql_z5o~93ym^)$!xg32l?*}xXE0SOJxNvF#yNJNp4{iPhzOJ^P&r}2;!f(~;sz~;yoU&^_-Kw6h%E_iv zOoHKFqCT~|dv}mCJu%NMYRgiU}!txg$Mze|e<;JEgOsIq+YE z(#g|b{pVkLq8B|Mp1Ga;!#wbZ?B8PPn07n=ku83PKO;r^lbucQ{{igaAtn27iCq2H zLB;;UU&H@J4$6NWuxz6+_5T|H^cRhB`gb(uyNLUD0`pa@e~UXLxcKr9?acQ#dpWox ze?3h9Q~fsr@;~1bA|mhqSia0W?oS_rvR5c+E6z zd7w60dQeU`Z}Mb@?xLLmrxOpKa!i#lnYMdWPtwJMkFzKKWX#F~NPOtSI;??pG|ChS zb;=z!k)dU>W2bKyBZ4+gmi*xONCS;)s@&5e31;NKPAV)4obXSKk`uOtD?Q&rq>VJ3 zgH}*4MHn!%B+m}XMl3ZArZG!;w$NZ9n@@IXp%KGW~ji**eX@Sl5B%NKglQqm1#d05RtuPt?&Ji#)_+o~O3zsLciO*w3bTdmebL?^El4CZ%}qh&ZhoSb4bGw>8!LcL8(?+@20|RwG^`xqB7cLko*fE}(63l(t+hC^` z4trU`PJ4a8b~*=@YQ4}kl?1mW1qDWExUVuy7B2n)M*C7^PDT-Ax;nXhHafRyfPQm7 zm~=RBzqi171`&k1hWw5$NCRrxAvvB9@sF{)0UjoM1x3gxtPLNb(`4krnz{(ELwzc? z&M%sCnKz7X-j9eNjn;*O=ZOhno~u`$+%wk1~nru@$Zap=Z9kGEOGZd>i{@r&dF zKw0Rm_gRatq#TmGR<&fd1&JWLgC7(%VqD+kSre3|HlO8@xhvOY~z=Xw!i`Zv)zoFzSU$~XX|El&By z54Pzfil`fZnc*|b=P?FIh!=p4Z~0v}4`|(psv@j>ietAEb%JDdEv8uGWtjPrDdPh9 z(fZiTNt_4I#~K+rB6wxtYl{UD`g9zY$W7}X>|f=^%iy{z(0w&~;1Q!omkUpPV746XQXXtN9llX+DcT_uk@=Lu7+RJs1a@(t zbi3^2+K#y>e7m;0LV03Hx~>|a2~o1MLd0#iV2=OX45~g6%kaA=-aF!9DqVdbzW*Nn znx?qeJeZCom`M^T`$md@kP!35#}7~$8Kw81A~%Z%{_+3dzgg^xhDT5K4_fE<_wTgS zA`i~*5N(DH_J?!J#BL^R+F5UUOWy3HBOO)z?$SkT@xIj+zFutCi?Js9);=*s$)Img zc4bQ?5rMJaMl113F}`_r5ZwV2GjIB7j%N-Sv;_>r#wJY0CvEkcEqu+Pm1N&)Ty-h7 z@JnPZoIaUz@4!LCp@A->mi|s_KJ_ZcF}Zaix2-q7nbs+9Q2V0>x6?(8Lhk#aeQ$Tc zgs&l_!S)o9f)X)m0dw>9^2%oyyPqU0Lf#F2pcZMU(DbnIGcu6*=ZmY2&h?N6YM4%9T~FQpR^N4Oz^~`*_%-wJ zZ;BQBWGTu}$I21#7_|`DjuPL)o!nX0K#xhJS0KyNE!TSr!ocPd%17;-7u_;}ch)sQ z@(nlD#CzvedFR6Z4c1iJ%?+p64*@(Z^Ijs~z$n!V?4oNPnXE8ADt0%9Qp-4%n3 zM8!IJY&R=b$XFdMvg)&e&Pj%ui%qA$(U44ob`4azXXSFb2rIe4VS3&{;!?xedPhxcAq1wFg|9Z>5Yed!)H#ofC+ImNCqzzu&U#9 zjYZ=Dh6+DXVbtPX?To}arXd+l<^P-R!T38Y3KibqKnJdL(!9sz?qN{U2GXPD_)l_e z4rIt-jB^v!+S^F#7mX_wp=RP~(9f$w^usq-I&W-U^7yljl@6rtl-&MUI=Io{0UK7I`(Il-pS9*Rt=vi-xZU?xfX zu`|=>HW7z?6FzkyW|7l7n@}zM>GOs>H48 zyGI^q8I@0MPgIOnlrtVpjAxwYI%FY4=pocwv;>Ar6|h^vUcUM=eDkr}%lSFNT7G#| zDb98JMTtk>P5QnWz_hPEvHnpkcm#5|%xQ9&+A|D{QKgua?QL=<-*>ffemb7o=BUTB zmQF*X{yAH0hM2F3AV7P|q2h{6}NSXMF^bh7|}jsNv^UY?> zp#oEAnG-Om#Choth(&e0oCWJloJXrw-74Cith|?}G*Xbd`D{!lDSUo&V~Od?8;;)} z=Mzw0{w{*xySrxL$)BIH$|5YH)JxMjxSy&;GFcUM>==xXu%*aun1&Yi-Mm|VQLtDk zIck!$N)OE)iJ8`MKgaz&W`dB@iN#CT?$|v2T20G@@={O`D8X>mA@ff7r(37nIngLp zZMm|5l%5`@-hTFD`%d?8;P5+jZ}s6mKt24|ZGX6tGvq__xIEVzW1*W~kF|RC{I8=q zL0|nY)m`e~U*SFROch9!XN!dl!TFl;Kf{M;gLrWQ66e+Ev$E%m+J}0QsVFQu9Az13 z@ChdE(+7SbLk4fi#KUvY9sV!-Og8+)hNA)d88OA@?eRLIMU;ePRU&`&{}dVU6=KF) z?bmz<@O~E_qBw?Sw4_nEL+tIQ+N}~hIrxt1vCX*oXKmop;>WfPf~KTaGi{!wn>pvGCQjv2dyLa} z#F*%Uy#>TsM;x`~PC0?TuBwDIL03`Sc;|`ofm=UdVaG~peML7u7WWYVmrwQZE^I%I zQb^l+4};0YL2neA=yKvaUC&>K4@bwFdm)gLom;MQi9`P%e?GkiAn1JcxOM(XRKCz% z;woh<(g?eZX~|$J^^H&Af@x|wob`AFEb+LS%`-Uyo%s}icHU5@}#Z1 z(2T-|DXE*kl+;|-k!ombQHoM)e&?`SfumZ^v4%GFH6_l~VtDT_%_u2c83^%?NLuDa z)RBnuwY$GxOlRLO{ox!^4-ZQookD#Ut{qx(k$mStwbI@f;{+G9e32PpB4dql)g3&r zF&4=ic<^}#Ig(nNLzc`g&|E$-e>uQzGMMSCS;?V(PEza9CXGPB zqxpc|kh@w?VF&WSqU-39^X>DdPzW^!?bm3a1+j}?xOeCXH+4iTXd5CGDvABX=4nqt z)4gs&c=QKeOpPOdz@Rt__Rtf?B(LKUIa|KKHopQn`D&y$7yAg;OxRyh*DY4sP( z2|yVVc&q*RJ8@O;mF8a#EBqjQ?0>3}5EH23W)K@RHGUK?lHYl2jMx{rmPaOc_MY3n zTTfkfKex&tD_!NJx)$Cd4F`Y>J3!c@=wm=x{?4gad#Hzg)R0=F2w+ zDf&gqp$!eV5|n!y%a(6AUm7N(L%qiPB6@YJBn$A_D*h%Clbs7c9&OdQ&urhUK=we) zEbA`5WpMIngRN+Xx8?2OyMt&ABvC^7-*%8EpV?$71<{EJJ;)iA;l7U#otTWXC=P%S z=cWvwg;Rzcnr^OWduIbT_92s@z(dU0^oN<2V4*ECV%chIi&mUgc<9tUOQpDIdoqE} zUawaEpA(bEG+IORT~xb+%gJ!N7RpIYa?rYze-DhAkC+;Il-ajx{QRF z>XHj{$$(srV#dbR@uRc|^-F&#Mnt8EOm2X1tlhkwmhd8LQ|CJR5Pyeyl4jeBAO}M{ zWSe4UEeF+Y0&iR7(lpC-$$qNT*^z^xNb4_u^B2bRCyp{g)+AvEAAHc|`%1xLSye>w zYztAXfFQix)S?NMu1)&H;Jl%)d3eQENY%BVN#Eiv4v$uyZ=vRdkLx>kKCuJ~%%xbV z$?;PRKZvk&*qVC>%1q1jaigcEQ6&)tY6vagI*b-{Q_Q^HPJbGvS=q&AF$?^lwCum<$4Q1-NVNfX1}R9SEzaQLW=y3N?I&Noo<<^<3GL$KOcKs+tR66jB)oHZBe?eI}g~~zt10v z6D);H?$1=tPQvs2tNK+5-X-VZm8(m4naz!@-FW^aupRLn7`XUcakb=|n|YoM1o79* z2uh^_C2mu@xTKrd{UMJPHN{G1P5nrz(&8zb*SZXvlD~mz$Jamq@*m z&-Gt68-e%BsCAu$Y-P3J$%i$RUdDN(GDV_>=MxzxD$~9$$LzyHOF4aoYr-NTHrYpf z@2YLZn)R)Z_O40Rn;zv7`<|Ah(}z7wi6QQJjm6z27LDxk?My4Hbo>FD zw2tF3Eia?7szT(u1sjmUSp~(FCYkmZg5g7bJ9;YJTzfig-#S_vj%eH>DVtd;Z{;&B zn#Lz;riKgVKU|Xo0HUI$+z^^)6a7GzE;oBIvHs zJK}}UjoIed^v(1Yp)A{$c{>$d`VqWtC`}w%{j8|k%)Y(&D8SEl`)0OSrO~E;jLD9` zm$@phjiSD&VZy}+A3MiiOdR2NmeX&v=ZA0GuYOg|% zzxv^^MXv&#i~RnyMbk1SuDPb_C4&wV^lE@ChtMGFjgg$Kr?himBmZ@V$n`ghW+&C( zqU;?}j!Uo^u~1$~x;YS}>@!1C_dLUu>oq~sX0xx(m|QCFskcIzyP5pacFze z`^;9O^(GytA)(ROWg9a*0vD6aLoAS`2X=R zS{YSNx8t?z_+lRi#86Kgt(*C|Nu;y4T86G~)vPnxXR3vc%^D0EH$k4#X$&sA(Acg@ zukgcS*?OA6;y(er`kN8TzdnL=r`bqqvHfrF*Y%J1&0M|AE)0LHxDw1YgIDC*wFn$i zjwTr&17|31=hRMH-YhpPn>01D`_C}43Dh@LCoY{=7(GDrC<*o4;Z=7ibf+r@du%g! zHqES0VkZlHpe;WdbNFSE`Zon5C8KMJDf1ZtM_Drtg$^eL#rx+vYbHtcfq+(@{NDX(sI3kEVu*l0N0~)$ra#Dj$ETxx% z-fzy=yHOs$U4gb%Z7MCo*tFCPc>Sa-IreI)QWuS2VbYULce+8A0MB16J1!?)39!VB zVQI5s{fpl|gWFnKf~Dh5;%DLcsFh!hnzwJjoW_ln*I6Xtu8EtvzQ;kO>Hc~)6!uU! z?oszujuf541mlz=>_bVy1(Y#nEdC0dHss1*4UoFusnF$qgho%v+3+5}ho*T-hz}D| zN>QwdOR%o6QwIgeMW+JoKBaH+umpIePY$A`wE!EHaTigG)&dBoy~q^HwWP1o3d9iS z8GIM@7?Zv3+7Y}dn~#Is>1flojh?Ql(vPxWyj&A-bQm7A$W86<3(jIC#L8H=jdQ(K zo$_ic2x2iUo~63cRs2WZ*FH6hwb^(jjj*02E1@~sIb!&;Xk3J5Nsb?u*u0U(qgl~g z=9|6JYIA<#40B)QOLAZoDMA>rcS8V3^}gI|=GF_0->T3}s{LL&G-t&0S)8Dxm4vqM7y(xdZOz`H1aPXevy*bk9nIwS6A4}UE**vQ zWsPg)Qi5qg@s~U5QDp^lpQZ_2)x9CplQkqWmPbOC?6=$!{ zaJlCQ)6Z(1kiVt?jkLHbRJ*<`T}a2%fRcY7niJ%pa=4RR4;(^ldaiuxl{kL1+2WTj zXpzo*!3)W5WCz>fQK%OWJ?5y*Iao2~AG{Nui2rU)@zYCllw!g@u^y9n+@jbrCZm~* z@>6NS{Y8|KDPa1>lvr7oS%`Rx-gT-XT+7G%OH1hyp0!a9D-CyUkgyU52#57${FMm1 zcsO0c(iq4-V}2uOacLvYVL~_I7cZRKzMDg1nsgxZrWrd?e@-i9z%p;C2x{rtn>QiW z8z*)CDisiZ-2t1Xv{CQB6??0q+{yqFH6vc;9+JNm;qaO@Bm)#|mB!k_@{0THK++IN zCTp;DQ)&33y1HwpN(quL@ZN6JootlB7?ukG+fqogBX9=!7Lm}E<5%NPMo%Hoj)Pws z4#m_($)LRzEeqP{pO!s}5VlfbB_BS>Zr)tL)3vcCSiLEwW+T3rW7D^PVGywm-n|IN z>!fR9(JB%%-zaU48(0C}m9(zEEm5cz$Z)yg+FNPn>-v5Ennh`v*W$tQ`lP2S<142H zpzT@Fb(kWTP@1dz?PfM^?q09v0%<|9>(};a`&mx9ycN^aECjIFJOeqt++s1gJX?-n zJxYr0%VWTqJG}c*s@%oetyL51r7?@IiJ+bWKjpaOt1%53^3b;+LnxbDo~$0V#%x?~ zh>lB#Z!$u24`{razPMhx1}aPlu}-m`+EsH5P;8BEpKj;hC;^n0nt99U(l(ehsO`AAC3zNxMmygc&TaGde)*B9_nkF z6dL&71KT)m?w=Jd-#Rb#KDH7hNO1b_b8-eD%c>hJE;%KQ-G)_TNXT+%z~n35?-y}4 zH<(gU&y4|_!=|5GcREA(&&S&=m`+`EPL-414?bN2PS0yFv>bpCx4I`60^$Y%*8FeO z)r)b}&0AlIl+f4h&C4v6Du0>#jj-v3trxuF0Jhi1&kVnMdri+yU)$zy+^!V7iL|ml zdq|)gyxh-FZg&or~s6=DBa8Oi5G3Q zj@0#r@I^c~x2x%?jil>%%l`9e7gD}f!4K+lT;bLUq#}2{JK5ou`T@wY+IL`E!)1K; z=VC-}hO$7JUNn8Xjr5R*+_5*II8ZXjrXkRfc_ z_krG_Iod?%)%1B|mRUuE_vdOEI&XSy)okHA7Y*x{G3d}_FQTKhMiS}V8t;?~VX9-9 ziMkwnR-o7)lZL^VJ3{3j|HG*ypP}^r_^=#Ryi$)uF7|Q)lGqrf+9zU+leQS6o53s2LzYf+hqB4hilO+}+*XA%O;hd!vEi7ThIB;}F~-xCL)$ zpmBF-8fzHtd^l&V`7kr*u32~8J2QV^SM9gnso-V`NNn<~RlrZO_Qp54ZA$HdgI(uA9Qg!ukU7c4)FCjh=F$)83`X_Ki&j z%JV3-t{1=~Bg>!aAa~v)ke@dG^z5f`qNRltn6Ys@>k;ek23&-XX)cn&X|>9jeM2ep zSzhsb-hEV?Lpq&Hyr8_5LLgw$@Gag6EKwExnPz?}^%9IWl<&@U4_^odBnkCJ&P|Mk zU#aVow39O&s0I*&SGmL4B3uyX{YKM>!M4+RPN%XCsdI~UJT2|3CyfUx;?Fyga@riJ zbg^70KBaX8ij+)GRd`kr6fc4b?>1iac@@{JU0k5dfGP%h!|e7yI_ME<97I;$vJq5s z$*88uo0HF~WgL3g{I#0sZuMuO`v<_9$*M{csZw_Rr)zaBL)YweT?afjpJyEI&jP>5 zN(BgEEFVqMXFvQB8jg)}TI=}QX^y2c#xgBvi#8n_y_yWtyQu?gxe_r<6a2raD%{-fA$n3Jss=?s$L?p+Z{QK7lPRtmW>Q z9k)w&?$X@sN)OUqw)=AP?Dl|T<`X@D7r0GNeK00n7>+Lgd-_cHnP^Ny1)MX2s`&6P z;A(4m%Z*muAHoj}@o_44>XuUG0^XQe9X=EBJ=aLReSRQ%R2#Qo`PG{q{$PQ|9-jE> z-MiZw_(r&z2z1peFBw{p|7`I_jOFs#VsfMBnJnnGCLZ~$mGf6`3J!b$i>+ne=6iqD z-{)01#2IDA#WUT(yK}Mb)j-Uz9A7-7h*!qeX~}l|gCNg0d*@KfM>Dv0*OnnX6#eEk z0?vn^T$l}vjr<<+{yYKcPVGr*Ir6z%#Qbs3W1SLX?V)@fs{RhCP#kYPh)n$r6A~(GKIwI+1qT{kFP1d+#~`9NNbh@I zD+Zxry+Q-5zse3GJ%9Z~^)W2u%{$bjSLoY8lIm|6z9OyWQ(}d3a=f*D(qj6rcdkAP z$vgPnJ0#`&*ZMuL%zMyqdfv7msjcINNHF|-r9t)fyEqQR>y)4n!hhKJFF$EelFh?= z*KJ<4Y!Lj{LieK5`!BbIR)~hxgBcd|#vGZp2N~@Z3h(zV0Q_#ZV!FZR4w9pZ0(zM@k{W-))oVUB{n{(2>d z{v5rR3ST;iA>lPY6*_*1qPPU+J{rROV@$9D$BVKMZ5>tezn0x-Qa_Qrk%Zsj{Z~fz z|Bv^7cf9|5RuhhopZ;5VzY>0L@&A_mewrmk{U4Iw|2^@3-0MO8KTM>akY}L>7#6?? zw*NOnRSm$6kc8Vd64~VNd^2INk-|=zA$^S+RXYGpD|NJHXwrbWuUyDPDcXpFybZ)~ z8{l`o6O}1{kIi!Yltv+(%!Lx$Ybhq$LKlY}M*Z!zjybz%{oQ#CHL0!EPu3VZNvG~c z*ELD@WT(jn9vGia^E+Ugv+cX8(=Tm9l4Qap?;DZ_D$5r}C zs(=ZmUJuWgJoxdZjsZYasIf+sDr!_=Z{I^9TRd>Kbqp3qYysTJzar2Ot3yc63*@j6 zGf|7tKOC#$5jcIHgL3EwIaXFU;{FuPpTRY29s`Ck$N>mwvE&P{aUB4ZC%S z5SyO8sg`;0`^V}YPfM41zu3(K&_C=UBL3A9rG>C&IwNoM|} zhp?8~jZtBPx+q34o7M~Q`!$Er*)NdHyJ%2l&if^eH&f*E%`K{$Owjf`vD*PW!L!y} z9b%n6!lwIbli2g8fHY^}B*KB+(xe$a>{|_uD`LI*!*@(`1*R^6rW`!_?K7KP#J`ii zi1#?_Vj5}d!adD0Bj&Y9#bm-3dXCh*!so)QNM|!_j8xMt$8_3|PTC^M+irNf_D{mW zkBdZRr4y3r6CMktiQR9q?t!(jwD9tf$+emDUwPVVkKy|#EEG%yMCV8MF2v)MS?30( zi?Jl$7dW|(jTwr$N@9sOKsFQJqT7q#=LEvdtE1W?`T6Cyjvo5pJv~@29`Wj~nMe~dr!K#f&)byN+qjjEX zIS=Qh)1M%=;!HU7l0Oqz*j8St)YACA0p}RDy9u@$^T8`(B)UAuD3=NRd&XUNK1_6G zpUec{hA^E2X9EBg?lA>_0H2$lK>VEQwG@y5U$c<`R+$WFY(R-~xdkQ)L?d#|1pMiG z|COE*8_#xLfTSQ$U4wgma0g;jHVJNXJ-rqOkyq&1cIA^tS2Y^Wk>CB|B08J1XYw2v zFW2cNWXt_s^1e+&vK4-jBxVm}7ir#*5vW@EGtSFnn>ndg&{3@Ow4lA9A>B>2Ik$i0|+``u};jh+en)hX?Ox(uIQ?gm0q(SkP^WTaxLre5?Qc5c^(7_>X6{)+G+)M6hobu&wZW^)%pL zo6%24(aKEclz-8UOeUhN{0AyKh~j(RRr#K)6I}qn<@?Z8y$|v-_g!79_T!-MDi=#W zacA3!*bXDTlT!AyA%HYzhwjqhozZc190{jE>_9k+W)X$1hD%rOShEz-w2lpTCm29# zL!53V$y^}ZdFzz69rR}2b1u=;y&%J$)Jdc1%V4_5&3(2YBwaDj9TRXaC=r_!FLx=% z@|Rf|y62Dh6wL}jrlZ(zv@D`Udzc7J)o3NiqcL6-DU|Kh4VWoKm(RN6i!b^Sl3pcd zfuCa@H`vfM4)cPBI<~p>3u`LZ#%>HA)k&q*PAnv8uv($*V8efE@(Zf&zy(>L+_}mG zeYWTo^&NG0GI!2iZHDC?(eU!(y%KGsr^zV8Jtq*MK3-S81x3c%l?9Zu(-hEYgQys~ z2^{`YP&$0ILs?g~w#r?j(>OxU9e=wahXlU&yJ&f@MxFf?$|Xp!9aNQvNzqE|ieCYX z+L@QWvnpsdJEQq+mLHzf9UZXuUBhuI(}=p=xNgAj<;W7`s?M=Ka;cLElvwA;pR4=~0nD|>J%2divq57bLOr&vWc2DBT_ zm!b;Wam%t@4E1ym7(4hE^owdps$06Q3e61b(VL#QBKQ~>&;pi*e)+hqhH~k>@C_Yr zB%pVA-4mIk8Uwv;p47=G;7wbWt$7N1rUyj|K1gNHAQK%r#VyDRGSu;Ys^5BF@ob<< zR5P0MA*QNbF`8q+E z@?g3slVC>l99HUzRp+r_zYw)C9osB#d(wQ!hD2;6%t;cVCA7TtAzts`LdeIklf z>)2U9dqFF-YA7Mtc+3lsd>L@Sh>P1cDieB{*a_|%rCur(Cxfi{em_{k_F}m&AZYEr z>DRqrXTB))9VhfJ-1C`>Cg~VOtPtSI+Bl1r&U zqi0aehB1kmW<5*q^UPlr?+WJ_Y9BP|KP3hF{7Uh^n|UdimJjY9`e+Tn>n@5ubfqbo zsyqIs+`FN09|U}k{VampST~%hr$abt>pm&ftyGtxm~JA#e>QUYecZFtU1gdvf=z&a z>9kpwpusu&`HRiGILzd5s7MS~vub5`=7f#xS|p_0_1`u|lPRZ<%Ka#V=|(-!xHB)U zT3+d3h0$0ghqLAiQzBJk+{qF@pOeK=dO&r!@X!$QDU(> zgZno|<9D?p!%-0+H|XT49uGA)*D_@d0jc@eB5%st1Fl8@LW^_H{q24G-gy^sEZ4P* z;^0{rDqvCGnIfZ065v;=r=u{P%GD|qC}MOI$|RTN6;nA<{HYM?Z1QfdG@598h4>pr z4`Ghau~btL7<6{X{w*(B+wZ^!T{eepUZ4a%zJnD#`mNxDC6_5!_;{3k;A6n0>{J># zKXXJ?(p;FeeRSQ9T^+Yl@?iNK?@oy4g#lpN%SfFb&$Pz=4sMhDx*@IIOd)SIn4soL zDEHwgrs~Td_Domv&cHV-Os0JW_78vIOrSE$qhzh59H>KLv2L(-6#crE>_(Q@o5+8f;7U%e=&ochpPK3P%X8z__@> zLCzu<72xlfCXaqlE(=X@o=TO*Rnu1WiQNaSK+Dpy%Z&@6h@ptuooN$CF&t_0l2R+* zU+~wwHL`&V6bMzl*0CR#j;g)3-;~;m@f~U>x~tRmbEKKpH7I|t5UU!P782Ayn3`Wy zuur}1bos0%maD4l%v$O?7Se(b5xKDZ_5;vQ{lUI|rDQG8i)`K8>@)x;}orLwgfL%eE8;Dci+!Zok{SZVcC_AkCuh( zgbxTYt&|Ox+F+8gl-31`jK_X4Y0I9`J7U27)I|&5Xqe4`pV50^02|!2Zn4?d!)1 zApK`VfA0?`?V0E7l~}(5cZL0~Fy}}BD7pK*WGa$19nq25tX=)yC~nGsXr5&R8HETpihzaU6n8$FB7A<;MyP6S@0Xq5eP(?u#698?L87yRmoukdqogv`e1)(lD@x)ay}a>0)S7#mn7A=Ox49Ut z%_1`Cso#-2f%5x;TX+KK9>MrJZ-iTYAK&*K7a8q7wbWBI6wA_w8~K$@E=djrVgCYg z_Y;17T$0ndHw^P%bS_~Ii1v(O#L#R#n4<3robU78U4rpWmDD!Y9v$Hs2hVryDzh{h zhdH8Mn>*dzxi3*KZTNN5?I)G)>UsDr*TDjQH@4adm6OnSd!;3F4zxq=*^~FQ3;b4N z_Z0(}Kr3f_7xPrzzhB^^{|@8!U{ZBk`&g;=9mIp0!0oTLW` zvl_OS{hGgz$(l`xTM~%Cv>V(klQw%OpR2+hzQV@XBsZckA7fYeyT8NP)(5U+ z>V>9bEW6Tr>`1lyrY$!Xf2amW9R>IAKe+?6;;?e_%p{0ZP8dZX(=zi$Y+>;#Y(0P- zIYu!fs8!ZjW|p*Sy!wIjh0FuafH}m9_%J(NI;!8nCP~y)Bj9Xt(KN-Wlx3CZ4pVzl zvr+wm8;KOxVytkMPR8X@`^hJ=49B=tc28n?jH>iVyI)=gu463HXj2S2JYQ81b| zG%03f4zRchQ3%NnxB>O0AM1MwokiduL77%Z4ejs;#7Bv4facjpTugNXS;gCq&|1+r z{4O`oy9l)UPxxYJ!xmRodW7+BzgtB+>P5GVqvYp`(|SrlYf+yTni>c#bf!jzj2&yr zMk#aSHsmt3ch3iZ-5~}4i(|;^1nRyripieeF@vLE^24zy%OilsbKtz_Ge}vR);g#4RnG z6NI0Uwigyq_>rv_gx8{4-lo^N4?lcg64gg&J2okvT33=ZZB#Ts*%M={;!KtJ%e=BX zpk6ked6zm&+H85Wiht`oVxAv_=ta$Em1Z{VhdOG1K)m{EIuo^X_cO#))?|pFUu1^d z7ys$dv(xO9cvvc>M7>6_pa*@+f3n%=9{MUPt0->H6qTuu5DYZEXK1>3*wVZBiSBUl zcVZ1RUUaW##g^5@)jOu<$b&hPn~(X0CUDJYSZ-oFP9)$q6xT>b_T1QKCyKy-RWw!5 z#i{{8L@5{XN5gi!8au8ce+}zr@*DY;5Eyy2F(M0P$0Rw?XVBB)yOI7)oKg7nx9G)u{#tNRVAplPypoz*LAah8m})aZ$WRpagre ztZ;_$WuLJO9AhH0=4n!@BhK>Gm(Z;_gb0Kzned5{ z$Xq2jj~W`CqP-|Z3m+vA6q(vZY%S$}cPusr;{t`9keupeTaxBZ!34J5NUg8;Zt)=N z(*>q?PcO2_BLwlkh%Medu|c!SmAE}JGKMCO4@119E zN{BZg`)PYl)?>N7G+NYMBX*B@AeT}p=)URZJinT)=?>UVd$LCWc&TtUch{xaU;Q*< z@)awsS79IMRP!^xVuBRsbBbLK6ram)!L;oMy(|_O%3qDqjk-TptSY4ZEh1E^<6*pf zq64ziel!v^7X5m=5|R0cdH21{nsZLAkuz#+jci~*`Odyn^muRo7>^R$hrbYGKV_gb7kswwc6ctD_v`~ejK&hsxZR;T>f`+Cn`+~kK=>hqM!eMAD-AV z!avP5aWtG^4iR{t5JT!i-^WyFCH9y5(__^FP~|Or7cksEX%f9`^?r!4!-FNmO}^pD1U6O6?j|J z3Z9YM?(-O6Pba7K-_+ZEl|m>cp{Z=8QTn_@ON&QYcSqQZS@9+0BD3+(M(N(JjLFP! zJU3q%q;GRtX-Ff#*LdOLW6w5-wit)%>rrmm(4F|yoYu!M6}}R6x~R6ne^UsbJB)I3@wnW#egAL&C8W<+jrGmh}O}3g#3r+i_vpILLAPECkB5;WTvsim&(}{jg?H;YQ(N zm^@g4N%!rYpn!DCOL4=r|ZyBlzrjAp|~NYsglbb||ZV!)(9NAW``w zF~7X$^Ts66`827G(fiU?%2mNFMMRJ+qqWkO9({%eDav6WppnyIFn^!=G= z1RK#~0%@i{3FKOpBHruEZ&z%I=a|DdD~Foa_WC@EL1gDSC#MO%A{Mc&Cv{!QU+m6l zCl1WNA0IU;Vykqm#yT5k?MNp7{T_dJO7F0Kdv+F4E}QkM{M)bLN&ad)zy_$haatxC zgI)Kl(&LtDBeaWa4123r*U)f~muVI}$-n;ZFpL{KXx^>a=uX(Ac$ECEOb#rlB0*d- z(#IQ^690Y2UovmctlbDPmuSC=73+HIpTT6@l$<_dZZ48j8*kI_P%D$dtJiYyj<8#6 z@n()Gj3is=$zMiGD8t_JEW>Uucq!Qnun4&BN##SFEzpl>lnngKod_&=`tG%v`EkCm zf|qFNzS5~MJcKOwbCTFUcUi(^xB{|K!o@>;vx3H!fT)!xZvN`Evud|aK5f$*V=KC} z3sj>rpvo6Px=7ka-I$WJY?=7nxI70yV^L*YSKmf^oOVm6sNZ@MN>k!b!ZI(BID&ew zg=(TMmDs@#zArY=x|4oJwjBhH_Sd|N78_eklQyZ{n%E6)rec!-r$>$f$=zG)2UNnQ zgAN)-!6#zKS8(29mKV8^$o#72;=3S6f^2P+mv5hp?jGgi*jG&5mJALxa0Mo4v*3h6 zIsVb>pSUN$YUxG5P-a3ABhzl!DpI>6M8fUVys_ml2*m2ILj*sA(zThZBw~sW+flQ2~s)Q zxhuNWbx>B;Cd|UPq@5~RI!R=HTvti9pR|<^cenXSI(u4)Wc|TZFo4wV)cK9Y)sNz{K#c}zkN8*AtDh++yp z=xFN(d0i)3Q8lGtBM8zlPF~So z_P?(@!9l?1OYfQ&x=PSiwhtQv(d&Hd{eNp}V(>6ktr|P?Dv0VT37Se~{DP@Sojr7m z=nwi2_zvaLj53{(;RZunk0Tf)f`^znAF58j`mems{m@)3`%uALqmKvBi)wG0dH4Sdlc#bD(hn-}=Y!ycXPDv#Nj+k#ls?)T(M zR8RHzE3fm$7>jApWJAbNOzo0^<5@D_=dx5vR(9VN37e7kA_ZrwV9VB!EK&R~c)v5o z?C^`r>K$toi}w6Mb*9}y1wzPKm;sE;etMBQ#fOA!{D`o_rQB&E4Wgc=b}o9`ML-WB zYi0&d3wA)K|NiDbJ^IlT-|3}o9flOWx_8<(PT`2(Ko3{cfmFse?Mn-A@w zh2FboF@uO_|GDSCI8Sc46~|%~m}p{;VhD@y-RH^5{^virAD`tM;N)}L3r(29KPAP3 z<*`MsUttuWzjljewTw;yFBOKM_A1sE>Vu`eA_5|}Eqg+s{yJYu+xq)J93iNQcc z&P9#xD)AOo{q;bPI5t6ku>HRfoXn@a`9qhBEOh^OLGPrg(2yC2#c^B`-Z16|xetet z4WrWHi@(Q5LE+I3LIX))3VxM@{-@{aXYh-HEJ5o3?D6N_JO2T4vZQ(u;cdS|k4!+u zkdIIv4mMVoM8cQgf(adk~rHTco_L_qJo1-n8Z=$U#xUr z3Y`B_&-cGr*IoF9alRvA3jcrLRsUxirN0~J|4m1@j$`&p^4lRR^@@Z}QcX zX8KgJvw^@DNnt8i1h{(O?OR!8uqD5J`&{r{araV% z2_mQin%?MzB_OA3g*7Ja7^=N^dFCwW$E%~$Ip+nO{Mo-v3FNb{o|mA@M%+4Gr()QS z`uUE23+FTN1sZ(ueYD*AnC|i6!eXY`JeZwjA-*FpJ!GH>PAMYk84ekta@zNG z^#F62Ks#`c=)j-8m9-7AG~Rg??yWT>StW=4%>%s4LewW^KeURH z>_5e2kB4!Qn3XbBX~v3lEu{$P?+}Fpjg>>}EI45`SLrI2Kq9CSWaRO>szWa+u@cfl z5iFPYOY`r@muArT)%Nym!GlnR%($iFbDhJzXtKW`x76%?xw7lT;YI9c7-ZzcSO;+t z8px^kK+YXuLN1<4BuF#~9kV-qOY7Bj0JkC=L&QHmEO5ndck%7sp(ge(C_jiqFLI(x zl`rj(Y7(nWZJD9x)g@7SY35D3WGkAIEXw#*vsqCC(@$US;BMQG?=Fc@3~RU9*-dse z%JIq)7(6xDvS$3cA+P5-c}HA4{=jX#*7r#6crrN&l_I<+>lYpIO843fwP>GvOA}N6 zKGq~jn()Zdzf!F=8QOAURn68&6aA|lHi!;Qn1GtWR~;O!);<{Fo_JNK%n3MC>^=4v zUp|1~CHte&w#m<(Ya^B%4J~IdyQ1Bn+i8gQDZS*>r01gYQp-?PtzpG(aBhPljo6=V zE4c&;H?5=CmfzUa(bpG4EwV=Gi`|dMn`y*MtMyBx{do$oM%UrGi0(pKN(@!|7}0S{ zPm>lqNtN8h8hGm7I6Es4<+K|Mms~9qYuydhQ1cbZE$J#Bb&x)a<-RdPGcm$TZ6Mj=H^{8q&R^}2B5CcWzmalcBI9b`33F4oBk}Pc%w9Cn-3aCh8^jVx zBWIynp;|Z?vU}NOcK0l3j0#p7wIBU-#cw@5HZiPc%(_FX*dZO0ONP}uw;bwB^chCj z(?cg{j>0OQWU6m-zaw%1&mN);6u#*^os4$(8eUN(vL4BQSWTf#0aJMHkZS7~9v-@( z1JxYSr!6HBUl${*4^tZA`!o#$N@$$@Y|})AL-2w)OhLqb7h|rl-_BfzAa{m>njs)? zx#}k>apwz3yFJ%OH$yB(yF?Rl>s@>{ygWJXI$fKql8w)`=JRF3{h!h7r z_q{+VA$54iAgEIlb90KP?E-AZ=5t`5Gp(_ypzEBr0#1D|)#ck)b5k`n3_JTXN^P@6 z%Xe(3GZ<^T-6&<^+iHOsX-~vhtyW33SNpyZ_lu%G5WOSg<5gD3R!Eym1VV+)^fWll zPl&Ub*(PtLtI7yEyQ7&k+Om>O+@}KGCioxG(DXhywbfC>F zruJ^=;FB9G2xC=$p&F!50B5wS>r(u@YSZp`r#`3!k(KFSE}SICg7}VbWmL=-wvzjn zCYbei85TtdY!g!sUOj)$$ZiAu^JnuUuUyfI>=sk=cIu|H0+0=*6z4c`-o#us@FkS zxbP&-$zHb;ryJBtSgmc7;o`)n!J&=a9LI~(yuzOo5ze}hudwA zLq*zJY3{!$PF*yFXFyxCyL6tSJt&&1R>y5P-FzM$cY6a8K||j%?2^qobpl2X%WHi; zSs}H@kqF|5qqTSyOKi?MT8~ZnbbcyNipf~4HuIsm%M8>tNdG2-ETcdFex8QTaMq#H z*G1q80c_#_j&PW7hG3hLLay}pzjT`Ab%|0>U9*3XU(T04z7?`q2Wd*uTx&l8VHiRNfO; z82q^^i!H9+jnFv?;ivQVwkKsqOd#*<=-GcZXWBLB>;(^u!plZR^%pJX2{Easz6I5{?1WiCcA?OWJEPK^>@E%1-ulHDPf@bM zb6DDz_!%)M>M$zC`E(e^(@xH54?qX~ais=(sV{ZnI=d)QxT)y~d4G-n6cNh8f9xFF zFd6(7?@A92c@8EMi}b2FN{*U3DJ-ZCB$gK)RBkxwG)Fz)o<2gCK+!iRc)kFoDbd6} zTjR2)Q+;X%X6Tt3yPFfvH7jroM@8ZdGLJ#f6J^XNbDA5gD~*cQT5x8^Gayr0Q21*F zgGEXV+%XGJYp=={mg$a|)?#n3BFK+%>a(Vi7y@Kh$D=BU$0OfSf-gX7gc^4c(+ls~ z>}&t64bt>zHgl5m{i;_wLL_*JJ^dKrqlQf^jWx^rdntKs0?aki<2XKbY6X-(#!|S* zo5P84>q>m;p@J@=e9*2sbkfm{H!9l#8we#CBQo~mWo9%RtTE)Xc=rw}&=zb4vEaYy zzrW)4zfHU9CDEBh(NoRW<9FGc0K-}A%Ma~*0LMMchP$q+L!28R+YXUx+~)S@JE1Ck`cS z#_hEiKyQssv;{j$q!yhnhpWux?rX!>K+F_YlWbyZDLxlXww=IT_HT(pl%}vp{yS3< zps-7yr_NCXB543sExigd6gcJHrqYp}5$|2-Rq3akR_Yg1ILrz^TbJ)Q-z{Y^GwRW+ zPoUX~IJkF6_qt??Pg5!^i*D1?L&vh(q1 zp=0N}?VFbp_h`JBnbT)@MWR+wNz_kx%Y1mVX)%cK5$J_De;0+neb)T=q;uK0UlSRt zRjo8CONZao0<&JDLw^`*(!&ch<@?Y*6{!C=ESa5RqQ)kqWV;#Bti#!FRTJ{~2vex> zzP#0=tHR5>w`XBYPvXQ|csVW0{=kPcJ6YTDgW=ZD8u3EUfki$hW%fp)J0G8nheRa3iPRM5_QRU|z1W@y2=3aZ1ssQ%+!LTKNEpVu)fd6s z-jYv-|aV7^ms@YI$9IaFgvJ#zTeF;a9nH^KE> zv_02yJik0wHDPFi+-&>%Q1bkBpoI^o2j}}ZvVIbs z=VOsa*Oh)=38jz+-0m4N9R~Mu*5baDt<0<%&O>FwpPfcZ z=*-t~7AvbcBVDpjQ@K1txq~-Wo!jUSsht9HY|q7koh{H9$wETs$=szr|KA6Bgk(k% zCeJb5Cv}Uze9!`O>)1c8*8S;><@T>EOI8Zma9R6G7gIexA6P)UvHvGCa9K!xjrYN^ z;l@lA3H4x>N9%^e&m_gN@I+fSBN=xpk>zui{lV!IHTcZB&5Zx#ApZGRAa#JS$vVixHG;^hz&`K%m5d<{%4Me(TvF{A_^;s z)^aV!6?$%svD7U)r8UmIZo1eO4{N5QN_V42Wb(9ptH8x7;;%#eztu?fL$qg@4C_jv zbfR0(mOnPNdrb3-^?nlqL=SbUGHk#0S?FrgnDL9MrV{tdscvTq3_wjd@dA4}rt+su z9dYd>a640>b%}hulM89nbj(yfFEHf=r7Fa&aV$W(z$>9M&D@J+b+!hBRg{< zL$rQ5y34%a6>}op7o(9od!NS9EGN6{ zHQM}_a#Qn2Gij8}7k#lMeJuSXpJ_2PLZ&vyEfguB_eWh7sYWy>$AQ^y@(A+qE%w*;*H+L@Uh12X znvPtV)~?WWFSW_~!A*v!{giy>GSS|SQx-}w?yGtHQ(Ciac)Hr3osxWVM?Cg{+^@i<3lnFF{*Sx&b|0PRe}1MJ^zU$yWo2oT4K%wmwi-d7l^AedjL^`}T~|0B z@ENB!-#?Z3;iuDlyvHhdOBagjo@lzfUmMga2)tlky1?~8v^Ms-B?@7Zl*65MheDI& zJipO?$c`Nu-d0-%?M#gSq3!P4Oo(dDT=)nW-r_jx#*UGtueP-{IGKW-!Ytp5$$3IN zKS%rWvjDT4fznA(cll{;jZ;V@9Q5>jb3 z>%AK;r0Uv8Zt3cU3sj5hRO7^K1d-#_{#2ilOA#?}nYOb`F2so~w^tbV4;HyE zjRZ_8*}>4;4c!Orc|gdMQ_Ge5#&vjr*Qnm}BqP7p`4fDmy*)rzO%E}%FnRl-!Pp}W zzN&c%$$tAGyBTI0an*0VV=N3dnI~*$uO9rACfqOL8n{@b1;5s)TncxrY_~fl7>Y0& z@n04Djf+z-%f&M~1gODmB@-Y!vOSb8SPVdZV96PltVR=UTjMftb?%SMa%jIUtc^^3 zD_SEteE+YZ`nZ|)L$y%OjrW|SE2SXtkx>H6qti2tyJAuO@}T8P{_9t4Za8z=ymG5_ z@5FKjfvv-czwtyohE3ApDl%e2vDAAP(q(_>*}Y-yQJiHuQoM)1X`NHw`YGpiZvFHu z&bJI_F}br414%-AL(8mVsATUREA!vO4=gJ|-S>u23G3Ehdbuv#KZu1#RbTGm;#l}x zfmC24+q&M*vQu`?N%9THj;q}d!>zkbkXC}zagUAlh*ke_oilj#jkfJ=;@KZ`olc!I zZNqP+$yTP8#|f3)#@cd($=){CEB6s+BSptXy$Eh&x~Q!B>GM4i!as#CtQ|J$BZh9; zZ<+z0C{4#o2>1fzzdNn^iBlPX6Kq`UDYXyZO z zMqZZN?VxWr7Hd@z3C0e1Sy61dxLE1i{^fMAwM}2oYwGyzRI>4A3eEAbE0Mb%een=G z-nBb4>{rHh%MQ<`D3D$#u#;Gpd>O)EFfjiKXFF+e{A(6D-bRu9S@z{Udx2t9lg7+fFy z+Ry<1LLZ-bLFxb7bG!M8nP3t|72j<0RDd3DRarqK>@;+SFATpEvy-*{5StDEi<@KT zc90SFGzk9R+Pe<;sH&`g=B1H>h!g<}4-^OlX%Pif7)SzNAb^qp5(S)O-b;o|X2KMb zAn03BTzhY;F1Bw~Y>Q=8>}BoBx}SY*sB2#pSqm=8_doZ(m%KNbB=abWyL*4X+?jdp z)O+qZ=brnrt=pOf_g^>mw<{X|e#&8kt{?qu{E&TCSFEU>mAm}r!l&{EtoifWeWHt& z>3ckTQ~!6q8a3d@=B!IrKXBjhE%Dmt-+cH_OAmZ-eEnTBLh13bM~{E^QB!E%Kxx>p?2$#TV7duLgSFEZyugBYhlI5R}IQtv~uAz-zjf?)a}WM*Nmv!r}3rx zmzRbP`PUm?esJ61ZI=XAre%FM_}L!KAFf`w|MXesymPPb-j)6Cxa`w=?|S{X{yj?0 z`uyqpzQ6e9>o){HSTydcC6`Rxw%2IwzUywSxqI<`6GH#{)QIxBqHZI!sxuzm@Rst> zc^^Ht@gG|F)5{*Yr~5hAkNd;gje8<5pY;B7(dXWufBVd)x6YgK}B7kvhatCul?flA2-C;eR%u>CoR9=*^|d^>0h$s>o*S_^ub-5 z$Lobv{xhC`Z_Du48mGVX+V@ACKlo3dZFv6X37H&)C!c)yr^~Ld zdV29QQ%c`|!S~R-_18`R{lc>2zy5ID#hXHZTXSNsmoM3Rd*g%^myVnL*KbGRh3wDv z*{AM?jj#5od2eX#MQ_dh=B}sL{y1ruSGu_TPyKnykH*XnPcE!9~hx~r# z)VJ5)*~5Qj)yH@D-u&|2H&&eeK>wTdLyo$w|Fm!Ry5sE4L$=KR$AH1UN1q?L@qy2V zKH7ZEhUXrO`!}o|d%2!@$Gd+oI&slG@2tu`XzzzU+pK5zi1%6Xoc2-t>j#gz@8d_F z*zbeLw@(y5UlxA((4}urdCZr4S?$Ha_>w0IkDb45ad`Q*&-!g!xN+OI)AxO^VSV(U z&UyZo zr9{+73i@LF5fze$=$%XO&6`tE9EfPuv2dh0v!tn{si@Zcz)4*6_GaAX864%i$je9Q zI{ubXQ4!I!9C-(S?KwGA6V#%rFXUH`3`Ya8KsbcEns3Ja)O-TpP9wN`cMo*9zbp`q z<(0=Gny+4ql!o*$9^bs2(gh5@Nwjf*S+NbRBH>ccL{hv&y>K}rC2q*7m|e95w9uT_ zYewUk2RH96ZpQJ+k%+IENywnI)?2Jwae{v1fHTDx4OCY&H)woHCk6d+q917onXS(a z1(wFO(&9d00b7lW-)g|Gg<=6cphbwNEB-ocnR81+vBfbjQH?>g4xfujLBBxs`F4mI z`jkK{+N&xMQ}OhmUya6mv3OK%3`hKwIwC|%_Rl>U^@s)THOVw)j6|gSE!PQL^K6|9k%o- zlgmqR1u&zS127aN5UOE>jwJ>CJkcL$2c4lab=^&gIYc#?I%!#~i2#5nA7_xV1fNHf zf_{$ZRXdzay&@0`YI!E082=!mlwp7fWu_s7q?Cxq?_+;_SLdMUb>zBfc)Eg{`WQl1 z%ASd`O2-AvniCE3Y{F+Fv2^N5K|j&{Y*PV-Rn%%~6^24o)x#0hr-oQ9OgX9f{A;)> z=o(5yMfmHm*`?NCNKLOL#YP7t2d0He21J+0UP?yPH&M_^to^NZfWmrS{ z42OEo7G~nea3BNIesnX^cLaEZGCn{AIF4#?!Y9VlB^C|7kY*O&O zzn#Jioo#xaCONCd*uWDA>ZG*@bFm=-%qPW5bd=}^I02LgmTP-N(Lr7&9C8Dq*^nTX ziig*U{xCa;JY5L0ObgY-Y6n!u>*GNm{++d^GEmkMUofcpc)nBpfqEVysnZuWf!7GI zKG7#=r2t+WsP7kw*H>u~0nh@bg?QY!19_4Oa=8E&6MeCr-fVrQucD(c zKbtS7lSx58*G^8Gp?)aLye5sRU}-p{S?a6i+vppr#=>fqrkW0!pHgU+-DfPC45{7? z#J`q^eu5pdJe{dEO>m3xZB@3IoRUmjDP`?uwtQg-X48iP?0$Bz-CAs)=|Nn4+Vll@ zy5c3e+Ys!g+Y;H$I<*_Kn^D^Y+~MWXC#0ZP?IiEjLNYjRdb_uO{^L*dtEXC7WeBR3 z<4N%n9bl)rmy>F1DqeKOq+Ak&D^m^WK21y%x8*+VzN70Dpw1KEN>b1x=tDovPCY!F za6A+F7Ep(_D#$@bm^+cnG4|5lqH|$v~mQW`zhT z8yx8q(r=!woPh@`-e0%D`Noh2=O2O+N8r`FW#~EG;9+0?-wpKZr#vN7D=D8GYNmT< zKDh1Qfa<$UdEX-BosdQl&LX948hi&R^>~R+#nr3vd19h%wWd-X7qA6eL<)KtTRSo! ziax8)tOVE7^s}Sn#vAZ(M1!f(Go2J~n_QB>yp;Y{UCi?#Q1={QNT&<`dl!ZbP2mnr ze0qsOhK#CpO2aRiemKZ(^D-;MQ~OS?ipCX_-rwt8Otw9cC4Offglb;Oop7Psaz zoQ;rzUNX{&hm0Wl9;44%s0x(W`s%Y(j!J6~?h;V}{yJ=#BETJnYdjE%Ng8aPXObb= zdMGL0=j%hX`lhtz3X z7Sd;ioQK{g#Y@!BJ`VGiiIn%@)wRCJM9XBPu}S zx5G)Vs0~Di&5a^uhM=jM<8pQ_8Y1Ba1kNp!A*a7_79k#ahEpdk0e67IU5v%MhNSm3 zQt-^b^E~l|;0=|Msg^7F<_`+n< zOQfLhYiD+@c@u1ygTxyRN#fP*k@#DaL_<7N8qHl!q7z#|U>Xzn6|iLjKNiRwU?;Gb zNnjjFmYNWBs*U>Ifty*HH?>FV`6j8Si>I#;{Vpf9J-h|cxlHueh9vq^fsoT>OeDIk z4&RBpnd+O{qxu4q>NCXSWoWd^sqWn#;)3ivCi@E@&a#%-h=F!l_e{JyQLAsqy-f7l z_J}^uB>FT`aG4Clb~(}Qpe;!5$|S#QNRm4+QaW37#|YlNjg*D2ATooAe9t8E4N~xH zU%OoQFy-nOQ@?}Cn{gLQ^t$#WdWI>{RixlD>6`3wiMBylklBUFeA|$+e1#PJN;<(- zg~LGyk!x`e6M0R0M4o06`HRe{Cc1*ey+ESpN}!7o>bZy%AnlxPDvH9vAp8g}zB~qA%3z%&+hKv$^hLzC(rZirmlpgFcq~QBdyE@91(B6)`M=MqC zQZ1b>u4U-FG@`bqnyjb|VFz+dEzGnWGHSocv^`5`x*;Vrg%oe%SgR=4mfD2$>hHSF zBsARB(~v^SOB9kKFW@Y-SRid+nVPF}huS%pYZL$etw2Ki#>)AMA;u6_aDJvOq|qqpq2FJ`r(DH5=E%RC%T)>WDRvt8f9!sge}*6{2@c z;yF4$6Uq^ey^-IgV85)~mSLMe|m2Q>*L%3twlq08-pz=Glyx;oPr zsY62khvx^JOoCIMMTXSYd5N5|v^9teSX=$1pqELZ;r0jTVVRYmDtNV*{4N;<`;3KF zN=2hu^;S0|JbNB*a58v;VRSpec4I@P`eG=3s*1<7DAUkcv*#)6Oi0xNk}PW*)&>%f)SleQLAw3m z;DZUm;DdRs9J0gj$!Q%#-A#qqerU-w-C={e=p`X=PK$PL&0C|chmU}XT{>fAW;sgy zgq1$qkYj2!DPAH&^t0`3%+@Qyu_?`v&^UZSkyNX*RmDfy)8Z^tRm2xUQ5Aa%sO#d1 zslFkiMY(u`Tw!#UAu&2d;BunqXE`yd3^WLg4owXspN^%*?MEn?7dpm{P_AC?Tc-I1 zN_|`9;fu$@Q9hvxM!Dlcr!@_Gpb}8jxq`N3zTp1im&msBPnJqO)IJc^s>2~aD}}Jy z_-wbe6s{mwE$q6C2c^$A$xd*NUS91BP32q||)ohCg17 z;$Js7tTH4HGS4J+vBZf(Ni-IyhZ>A%RYIE#H1n*AjCm|v6Y`2d> z>*`>NJpgu?=4^e6X$tq`igcEUbpU{mz+ZE`wF~&`Lp9 z&TWQp%yO2~!&`=kc-{pG}FbSx;QReA*4Fqkm?H31u>360w)b z9AQ^o6l0q%!r=TPMq4V1vT)0D(EP*IQEC{=TaiZ0V_XiN`V*R6TBu1B>PDsCrO zz-9FsS5twk5&3LorYUZPE3U(CX0*Bl1rvx*gDbnY3 zrx;uuyUt5=94Y8!qQzlIvUDk$Uh;$G5yK2(0wXspZ!{zQGo`qG46{ah4|&e;u|K9}an1L8g70DsX}>ZwLmUfXlStUecneQ9goM0*3%4^}+V@ zg)3*8WXba56G-tA&9sx%8m=7DVQ?U)Ld#vXOpfbd1q&#G&2j-nt^<}i@v(xHv8mv* zgP{tHuJ9M^M%STmtz3*b$`{)20Y-!)3J4*MZW?{;?LLcRF|71Jeq5vI+TZD*1j{#Yn)3v764Razn+3)8>15yt_bUS#MRgP!M zdY|@~coh;OOTf%a1$yU;{x~~&*_;y=TRBR({FpIe5pp<$T!uydWel1!Z2{eFAenMx>O6kFi=2a@eWxM%s zjA0aba|tzbxWC*;XDu^EG=#jo%wz2&1Y9@FQ@%6=^OTQB@wQp?la!Un9bPo!jf=h~ z!9C?(LvT-7m&iRaQR6}X0o((X4PXQNRQ8RRjtrS|6Xf33PMlUxM{ExuH$F$b3DX{d zIyO?L>7~W{o9n@9REw~GZvw=qL$rtu;%)#QYXX!>?OCLF6Sg|ajexmTBKmi~53o~$ zy6WZzsR(Zy>uJJ4*{|5}?h+t|cG{z$s1%>;1ucmyvzkw*0{{3SM0`4p;~IpxX=f#> zI$IJp6uUu)8wQT7hceuguCHUOVLH+!q5d+~kT$vr79%LOJz87Sq97-A*LRr-GDM2k z8UT)!^)3vO1vao1tjGt8RHcY4#8x=h`$jv>5LZ25M9e9S^P z=q`v_Wm0X=%{ew$cF{|tb9|v1ZAAVNbro~wmhfZ;Pfr)c1U?mGqz3!E>!waFD=%@z z__@?cGiwXL?h{NjWEp_m{^v+k=K_tnW^E&~3@w;g^^QA?0hB%?8<@xn0O@>UR&AY1 zv0x9X#RjQ-vyPr~b9@kq4s3#A#w_!}I&po1)I`vaM|RvYEBFz-``Yt@A?N)kNbwRS z?3UoG%4tT^6^ltsSsu7DJdW{-hJ*=U=sX^P7(%RcMTu9sWUYu}Hzlez@X#ULO;D}b z9+49dD4&_@l-pNLod)ENo8<&3-sCcMyhosmJ~I&FExY;Vr%ds+D40+!6#;v+L96EX zW%vPH=@7w@J* zO}3!D<3bfl0&t++mRW=?P+}rY1p)UWO%(waXs7dN5#{yi${xQ5SO0e&O)AuuHHBY% z9-U~&@hP`3Ce+TeKWgT;PJ69xG)PH@OmlGyySr(LgH&N!y}!7-i&a@+dF7j<7Lo## z95s|(bhF~4cX_;_0Y0jT8_i>Z7}s^A8Zq&RSYt>QUP6jDafgNQ>#Z!;nRBiWuIK8rxK>2GX{n$! zPtkHLfAlD{VWC2`K*iT#p)vRp8tpD=5CWR)Way-zKTh-`oUt-fChC2AS94uEN0hwk zEh^nHQ?Q{H;})OoHd~>4vbA2v#{XQs%vYtEwcITrgM7>_tQtd7*Fo91fHgH7ignY` ziE-=#lqhNz^D1g#1S8w6g~^j-$-K{=VNq$oyljD%va9QbxJ+p6R$U{-!3^Wt3GtG$ z?S_jfxkCrju z5}Y{>Fz=+B3GDQw3GB&iFFgDGa3@5RiHpqyc6yrxb`CDU({_ghHpZIBy>(nZ&y;oJ zZad58;TQ3nMuiPIniTw!6PaVDQKmktDiDh9(K;LOPjZtRPi7Jw<~Kt>x;_x<6%043 zn!m+HEK!OmXRu0AyhIMN zGWDaGS3RfjN;&9)oW#on@$+bq<)-Wr3L(T~H@*q5rt;E!Pq{!3u$*1?2T;j_cN4o2 zmfwUVODpG*;!SwFZU)SJG}go7+4jOY-Gp5a?tDDOfvR<1Sj-bwXNHJ=S2czT| z>-FNma8+xXppF_pa`c#y)M@js(! zUhN&P5@d-2(`-YydO4m%SFblN_*EG(-v0C7JwPlqTeB8IJl^C9eY}U@%$$ z)i>Xo%4R2jbn(#PsyL(Ok0~Ci7R((v8!zR2+HB3KWs3A4-;n~o&?YFoa-`kk0E>@|Rn_YR#Yw>3G9;V^3LliMM|9Jkh8HP;SRe?cBX+*(Db>c`9F>EK5!t zwbNM=)R_JbSka|%lzfT0wCw_$tcW+ER#{Nk)XM=@!WzcDh6@^#1q+VotBa(uY0Tb9 zp}B>ZY?Ie0``m|xUW`X9^!9Tuv+`@>8-n2&Z!b%QMEfd3DnR8@WIyNX@{Rya7G^p) zi}VZpiK%#fUpUf}zxslK<#+)%*3@-z&@Gv9bGM9r_k*Jlw+l)VLa}f>(q9&Xv^tHb zN)RVtdr$_>igFm?8{5la4zUY0Q^z=L95b-x6@lhE_>&G5H;`d>MDd{AQyy%G zjB*(4NDPO%w{8auivvt!%Kn;{=oGW&!~R0tsdh+sK|nkt-r^D+anM9t)d#j?ib7xA zI<4mG*pDXu#Yr3`YMf7-guf0ODnIZTQTZ{@kjdPBqz_q5w~)S=!MdwsbolTv7wf5Q+o z6W&4rubdPdbL_Ds3hbzKbT0AsCr=n^;@AZ*Xs2s1uAqs`GAPN{8DTy_G$Wa-6Z?oe}5cW8lI`Z}GqO^2vCxkI#Im^+9VFbadj z2vp<}Nn$2o3_Ud1^E$|Y`BaK_d!!4{=bBA`&{c zb9{&~{l@&;`4D5^Lll&JX|idj_z*jjO+TX#!DU?RL&!?9gx5@&J_NXR)P-9=0k<-6 zqU?)A)cXECh;OFccm9miItl~FJk)vrs_p3PwGWf zLTg=lNvV1f%aeN%mBZXYgh@|71S1M#Fnt6m-nQ!rg;ew01@Dn?;nQ;sG5FHklt*Rb z0zB(yj|!{IkfBn93`ddz90u6+5C0V)7Aq|7T3EcDtDhVgq^biu;6m6vAiIFroE+i;_oky0Z?F*F;K&V6(@yjT3;PxB z6mJmuh}|ZmR0wZygu=UX*nQY3-r&w;)6eA%;;m6nihEq7Xsd4Oud?}nq^u_#D{AX#L!M9!gpQVumX0SaOs>HUk7T?;%c0Dlu Lit( Event 0 starts. Event = 0 z0 = -779.999 Primary direction = (0,0,1) -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96969 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.404 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 30.2808 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.89827 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.88291 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.04501 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.894835 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 30.2745 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.26739 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60184 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.50666 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.12541 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.0172 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.59196 Mass(GeV)= 0.5 TrackId= 81 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33804 Mass(GeV)= 0.5 TrackId= 85 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.60217 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 35.8531 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64643 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.78199 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.44585 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50673 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.28835 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.693403 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.40065 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.87271 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.658615 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.35247 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.92095 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.6999 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.849499 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.58209 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 52.8956 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.9714 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.81465 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.3462 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.697475 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.9641 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.632647 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.17707 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.76126 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.52008 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 60.0237 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66562 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.82638 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.48914 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60466 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.607361 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.35199 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.8681 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.1369 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04818 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.63779 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.47676 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03606 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.6078 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.88712 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.64932 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.15935 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.915922 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.2188 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18614 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.50137 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.9148 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43898 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.64051 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.527 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 54.7362 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61926 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12323 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.49418 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.2836 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 33.2116 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.80819 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.83717 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.751924 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.90293 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.06164 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.98682 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.9496 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.90954 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.33587 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 43.4456 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03522 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42679 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.67593 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.786197 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05435 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.35836 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 31.0248 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.88843 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.932225 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.794155 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 26.997 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.12644 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.77697 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.9908 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.94106 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.4 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.609283 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.8658 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4363 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.817458 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.48617 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.00913 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.760748 Mass(GeV)= 0.5 TrackId= 78 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.19622 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42793 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.902044 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00282 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.916816 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.936445 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.893828 Mass(GeV)= 0.5 TrackId= 68 --> Event 10 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.047 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34393 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.6971 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.71641 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.995599 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50494 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.720998 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01785 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.94253 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30813 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.683997 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.57951 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2554 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.1021 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 31.3412 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.8716 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31977 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32696 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.18871 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.31264 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53252 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.7631 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.73804 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4226 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.928276 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07949 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.0464 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.89372 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.62212 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.1105 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.45476 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.50708 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.87259 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.846794 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 21.7762 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.52615 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.1381 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.659036 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.15232 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.6613 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.983366 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.6149 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.93574 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.77681 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.618172 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.623469 Mass(GeV)= 0.5 TrackId= 81 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.74184 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.40414 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04046 Mass(GeV)= 0.5 TrackId= 82 -### New exotic particle produced: ldmphoton Ekin(GeV)= 30.3607 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.957655 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.13281 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.720993 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.6529 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.43764 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0639 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.49544 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.722925 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.34284 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.666095 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 95.3641 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02525 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 34.5815 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14905 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.0782 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.95633 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.02568 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30467 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.7383 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.47703 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.44243 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63568 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30062 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.06541 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.34851 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.864502 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54255 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.85599 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.29145 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.27841 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.5697 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38369 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.3348 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10309 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.2224 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.9997 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.87603 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.70184 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.734353 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16996 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.32429 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66788 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.3684 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.636513 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.121 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.1537 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.71054 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.735804 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48093 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.77516 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.95595 Mass(GeV)= 0.5 TrackId= 85 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18746 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.60017 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.19118 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.98826 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.5695 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.98854 Mass(GeV)= 0.5 TrackId= 77 --> Event 20 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15668 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.38301 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.51454 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01637 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.713 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.6471 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3418 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.99479 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.35451 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11954 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.852649 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.71576 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.25924 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11522 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.5207 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.743477 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.69134 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.92418 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.32563 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 34.5794 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16904 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.914 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.53301 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.744899 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.915936 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.44072 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9828 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50116 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.3895 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.80057 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.09338 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.914596 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03742 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.87393 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18539 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.89811 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.17176 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.09274 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.86325 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.90703 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.45742 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.689705 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.93201 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.827966 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.19333 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.9006 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.617368 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.64328 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.80148 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.842549 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 26.444 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 28.5476 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.56029 Mass(GeV)= 0.5 TrackId= 81 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.71004 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.704467 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.30267 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.60015 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.30518 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.59969 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09103 Mass(GeV)= 0.5 TrackId= 88 +### New exotic particle produced: ldmphoton Ekin(GeV)= 41.9686 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.603863 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.70858 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.22745 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.749104 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.600461 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.64151 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.36494 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.943711 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.35429 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.45405 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.56071 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.37797 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01425 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.22879 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.55261 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.60979 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43588 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7061 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.864542 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6107 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.0605 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.02753 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.54404 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.45028 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.9693 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.6084 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.19629 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.02564 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07183 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.4181 Mass(GeV)= 0.5 TrackId= 81 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67014 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.8692 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.70218 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.9549 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21565 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9107 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.65687 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.33914 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.952725 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.32114 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40341 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 50.5647 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.1876 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.09756 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.63129 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.06326 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.860718 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.16726 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.737292 Mass(GeV)= 0.5 TrackId= 77 --> Event 30 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.0024 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.0779 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.00365 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 38.613 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.7703 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64968 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.31115 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.8885 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.802736 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.631421 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.03844 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.765335 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.98104 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11292 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.3476 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.826 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.718294 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.9391 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54957 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.604856 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.937 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.83792 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.24992 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.3288 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.72704 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.2474 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.45046 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 23.9876 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.852494 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.846422 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.58679 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.08763 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.4183 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.83544 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.52888 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.53988 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.5734 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02436 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.19055 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.54735 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.756512 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.0663 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.55296 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.37811 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.61621 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.627582 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32475 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.9317 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.81142 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.59275 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.90272 Mass(GeV)= 0.5 TrackId= 85 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.03306 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13238 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.35174 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.687961 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.62716 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.39874 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17202 Mass(GeV)= 0.5 TrackId= 78 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.633146 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25384 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.65107 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54729 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.769591 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.6962 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31076 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.75025 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.41166 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.5069 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.3348 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.942021 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.72386 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.7468 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11347 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.66885 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.3044 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.94877 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96585 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09275 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.74777 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.39806 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.793708 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01031 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76717 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.29 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.83967 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.08555 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.33883 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.7839 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.74687 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.714244 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.797863 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01515 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.767648 Mass(GeV)= 0.5 TrackId= 81 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.30276 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.75299 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.0113 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.614279 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.45659 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 29.1859 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9116 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.997552 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.42303 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.791637 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2409 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.615742 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.633955 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.53455 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.977687 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.93421 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.668638 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66558 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.4178 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.5276 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.1269 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.41325 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.999759 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.24523 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.60261 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43582 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.656105 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70152 Mass(GeV)= 0.5 TrackId= 68 --> Event 40 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.912555 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.19316 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.948587 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.8924 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.36801 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.6754 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.77488 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.733375 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.93758 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00232 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.87964 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.05381 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01384 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60265 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.95512 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.968765 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.39055 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.10356 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01783 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.1982 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.55738 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.32823 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.741883 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.3762 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 28.174 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.142 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.68258 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.31156 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.0493 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48363 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.05018 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.82496 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2726 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.43278 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34794 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.15024 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.94467 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.787772 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.87424 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7363 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.76915 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.872396 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.883834 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.4391 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.988494 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.930083 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.960568 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.77365 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31109 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.42476 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.75069 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.7588 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.16561 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.70358 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.4345 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.763739 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 54.7075 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47215 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.55158 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.9655 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.982795 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.20005 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.27351 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.59019 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.715295 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06021 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.34763 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34359 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 32.2706 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.35199 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33048 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.6279 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.87377 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.608429 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.790512 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 71.3758 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15159 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.614169 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.40468 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.77853 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.03951 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.69214 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 31.722 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.79272 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.651716 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.694478 Mass(GeV)= 0.5 TrackId= 85 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.92974 Mass(GeV)= 0.5 TrackId= 87 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.5982 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.774278 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.03323 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.7788 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.839843 Mass(GeV)= 0.5 TrackId= 42 --> Event 50 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.681583 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.8204 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.46441 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16688 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.779814 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.679768 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0356 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21476 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.94754 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.03761 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.603606 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.923047 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.51964 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.33179 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.82564 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 28.3022 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.693712 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 40.1621 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.33705 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76869 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.04835 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.12065 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.721096 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.27607 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.11943 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.56245 Mass(GeV)= 0.5 TrackId= 92 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.657563 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15417 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.07632 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.5351 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.42416 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.33694 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.26165 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.64623 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.46858 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.653378 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.895101 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.0197 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.720243 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9719 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.90934 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.73148 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65572 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.80451 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38733 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.50131 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90579 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.48301 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.73913 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.03756 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.17153 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.89898 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.68957 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.10816 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6556 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.62592 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31048 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.18659 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.11529 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.80678 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.8907 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.94762 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.85555 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.874616 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.37372 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.631174 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.5995 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32979 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.50081 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00748 Mass(GeV)= 0.5 TrackId= 79 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.8173 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.85745 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.89932 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.36541 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.75685 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.14103 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.41571 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.769697 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 47.0573 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63324 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29155 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.932769 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.49509 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.990968 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.64266 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.48555 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.9138 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7996 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.857783 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67459 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 55.6836 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.999651 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.34107 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53621 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.65072 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.19602 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.883851 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12941 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.61116 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.75561 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.93044 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.39683 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.6803 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48014 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7533 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 14.7317 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.9308 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.57042 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.95187 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.61345 Mass(GeV)= 0.5 TrackId= 90 --> Event 60 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.1186 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.91754 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.57417 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.82211 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.35414 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.49476 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.57774 Mass(GeV)= 0.5 TrackId= 84 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.6942 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0959 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.80089 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.3853 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.662148 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.27015 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.624661 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.72465 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.925 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.333 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05811 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46119 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.59822 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00225 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.600226 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18717 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.38867 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.59473 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.50368 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.54595 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.758073 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 41.0273 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.847403 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.33163 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.61103 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.0476 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.69826 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.0547 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.51596 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2854 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.28109 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.610713 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.70017 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.85809 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.17398 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 21.1622 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.5279 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30538 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.29728 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16615 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.69798 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.00177 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.03683 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.30563 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.63829 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.02263 Mass(GeV)= 0.5 TrackId= 80 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13936 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.864055 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.80719 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.5956 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.64855 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.910054 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16589 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.692377 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.7994 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.9625 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.86327 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.71905 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30018 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60415 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6746 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.4638 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.14953 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.10581 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.8264 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.70526 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.61133 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42225 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2591 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.81524 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.68339 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.999852 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.80134 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.57649 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.23204 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.93247 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.59804 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96633 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.93171 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0629 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.716 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.191 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30455 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02839 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26519 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.897965 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.40839 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 33.6762 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.635781 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.1828 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11682 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97212 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.2829 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.620095 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48211 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 32.8778 Mass(GeV)= 0.5 TrackId= 78 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3058 Mass(GeV)= 0.5 TrackId= 10 --> Event 70 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.628793 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.36496 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 47.3688 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.0641 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.661354 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07845 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.788472 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.56846 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.04331 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10177 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.750236 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.4481 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.29144 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.657913 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.737536 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.737435 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.30277 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.676523 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60674 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.02741 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.36134 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.45446 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.0293 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.961616 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 23.3044 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.87303 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.23482 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.23235 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.60088 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.35485 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 43.0506 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.1148 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01484 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.07293 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.34339 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.4928 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63643 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.659417 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.4781 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00881 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3551 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.681997 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.61591 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.76586 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19109 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.3093 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.49771 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.09943 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.45656 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.06369 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.4694 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.3008 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07567 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.792619 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.70838 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.752827 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.701303 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.66298 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65974 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.49078 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65561 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.92187 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.789943 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.53994 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67262 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.29041 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.9934 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2902 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.86651 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.9324 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.99232 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.774501 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.76623 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.19462 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.71266 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.759682 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.39174 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.82544 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.75433 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.995266 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.36706 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.77995 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.91095 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.46524 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.985462 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.7642 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29529 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.6435 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.739615 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.689349 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.952147 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.768744 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.645915 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.64818 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.9938 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.35438 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79072 Mass(GeV)= 0.5 TrackId= 76 +### New exotic particle produced: ldmphoton Ekin(GeV)= 30.652 Mass(GeV)= 0.5 TrackId= 86 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.878936 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.74133 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.967 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 32.8199 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.68415 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.15799 Mass(GeV)= 0.5 TrackId= 62 --> Event 80 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.38261 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.787099 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.03584 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.73814 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.16084 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23515 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.606107 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.81285 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.59292 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.07132 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.08508 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06542 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.47433 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.53574 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.3254 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05266 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.59469 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.05893 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42952 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.689862 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.933228 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.52734 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34138 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.5838 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.46591 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27366 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.30086 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0827 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.79717 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48943 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.8715 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27746 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.7812 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.03717 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07525 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.80254 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.874901 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.7075 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.838234 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.70644 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.4826 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.616677 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.82455 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54509 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.2772 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.3933 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0405 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.84114 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.61287 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.07854 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21848 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.707708 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.79631 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.63515 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.19164 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60221 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.08858 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.628628 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50764 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.05838 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 42.963 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14973 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3245 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.59245 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40096 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.835946 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.72555 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.32176 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.42108 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.714693 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.00549 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97849 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.55574 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.828964 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.3406 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.677401 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.899993 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.56834 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.6024 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9928 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 26.1002 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67136 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.71276 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.659863 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.691424 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.63838 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.803904 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96339 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.86978 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61633 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.820056 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.22538 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.21743 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05957 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.41235 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.811074 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96436 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.38334 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.08637 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04587 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.8797 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.04209 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.742254 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.80719 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.75537 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.44271 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.2725 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 56.7956 Mass(GeV)= 0.5 TrackId= 48 --> Event 90 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.72851 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 23.7781 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.04022 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0292 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.837468 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.873321 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.06762 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.654297 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.13209 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.59447 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.54846 Mass(GeV)= 0.5 TrackId= 88 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.3726 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.834882 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.821508 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78394 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.79028 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.5399 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.3242 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26011 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78459 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27301 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02732 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.6259 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.839055 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.5477 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.6216 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.74794 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.86417 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.52997 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.4524 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.31108 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.36813 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.5458 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.03786 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.753539 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.601505 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.93187 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.660199 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.49934 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.5859 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.28678 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.82235 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.7446 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.92071 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 30.3745 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 13.9534 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.69231 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.4691 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.41871 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.7198 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.70235 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.652244 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.461 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.1176 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.7439 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.18006 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.20838 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 51.8386 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.45379 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.845426 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11567 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 82.7841 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29601 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38253 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.0376 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90428 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02953 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.04237 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.6378 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.02 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02565 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 29.1812 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13875 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.989742 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.10689 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.82392 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.86017 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.8485 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 28.8837 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.658789 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.87559 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.28589 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0418 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43006 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26592 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.867962 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54648 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.51437 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96759 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.0576 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.35887 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.9296 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.42277 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.3567 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.92553 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.00424 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37507 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.4208 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21796 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.724155 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14661 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61272 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 56.9269 Mass(GeV)= 0.5 TrackId= 75 Run terminated. Run Summary Number of events processed : 100 - User=0.770000s Real=0.859475s Sys=0.010000s -RunAction: End of run actions are started 1 Nevt= 100 Edep= 4224.44 + User=0.870000s Real=0.892027s Sys=0.000000s +RunAction: End of run actions are started 1 Nevt= 100 Edep= 4107.57 ==================================================== Beam Particle: proton Ekin(GeV) = 100 @@ -1153,8 +1134,8 @@ RunAction: End of run actions are started 1 Nevt= 100 Edep= 4224.44 ================== run summary ===================== End of Run TotNbofEvents = 100 - Mean energy deposit in absorber = 4.2244 +- 0.09194 GeV RMS/Emean = 0.21764 - Mean number of steps in absorber= 86.51 + Mean energy deposit in absorber = 4.1076 +- 0.093721 GeV RMS/Emean = 0.22817 + Mean number of steps in absorber= 84.17 ================== run end ========================== ... write file : dmp.root - done @@ -1164,5 +1145,5 @@ Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.081 MB +Dynamic pools deleted: 10 / Total memory freed: 0.087 MB ============================================================ diff --git a/examples/extended/exoticphysics/monopole/monopole.out b/examples/extended/exoticphysics/monopole/monopole.out index d41d343377c..3f3cba4b4af 100644 --- a/examples/extended/exoticphysics/monopole/monopole.out +++ b/examples/extended/exoticphysics/monopole/monopole.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -102,10 +102,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -277,7 +280,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -759,7 +762,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -784,7 +787,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= diff --git a/examples/extended/exoticphysics/saxs/saxs-slits.out b/examples/extended/exoticphysics/saxs/saxs-slits.out index 78dd39ecc7c..c6b291fe256 100644 --- a/examples/extended/exoticphysics/saxs/saxs-slits.out +++ b/examples/extended/exoticphysics/saxs/saxs-slits.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -61,10 +61,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -218,7 +221,7 @@ eBrem: for e+ XStype:4 SubType=3 PenBrem : Emin= 0 eV Emax= 1 GeV eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai -annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 +annihil: for e+ XStype:2 SubType=5 AtRestModel:Simple BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenAnnih : Emin= 0 eV Emax= 1 GeV eplus2gg : Emin= 1 GeV Emax= 100 TeV @@ -556,7 +559,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 1000000 - User=15.040000s Real=21.615302s Sys=0.100000s + User=16.980000s Real=24.613964s Sys=0.010000s --------------------End of Global Run----------------------- The run had 1000000 events... write file : output.root - done @@ -566,4 +569,4 @@ Number of memory pools allocated: 12 of which, static: 0 Dynamic pools deleted: 12 / Total memory freed: 0.025 MB ============================================================ Execution completed -User=16.910000s Real=24.266991s Sys=0.140000s +User=18.930000s Real=27.231625s Sys=0.050000s diff --git a/examples/extended/exoticphysics/saxs/saxs.out b/examples/extended/exoticphysics/saxs/saxs.out index 7bde268d2f0..06f7ed6a2ea 100644 --- a/examples/extended/exoticphysics/saxs/saxs.out +++ b/examples/extended/exoticphysics/saxs/saxs.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -52,10 +52,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -208,7 +211,7 @@ eBrem: for e+ XStype:4 SubType=3 PenBrem : Emin= 0 eV Emax= 1 GeV eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai -annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 +annihil: for e+ XStype:2 SubType=5 AtRestModel:Simple BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenAnnih : Emin= 0 eV Emax= 1 GeV eplus2gg : Emin= 1 GeV Emax= 100 TeV @@ -539,7 +542,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 1000000 - User=24.250000s Real=35.493106s Sys=0.300000s + User=24.830000s Real=34.842806s Sys=0.060000s --------------------End of Global Run----------------------- The run had 1000000 events... write file : output.root - done @@ -549,4 +552,4 @@ Number of memory pools allocated: 12 of which, static: 0 Dynamic pools deleted: 12 / Total memory freed: 0.023 MB ============================================================ Execution completed -User=26.050000s Real=38.262667s Sys=0.390000s +User=26.740000s Real=38.508149s Sys=0.110000s diff --git a/examples/extended/exoticphysics/ucn/ExUCN.out b/examples/extended/exoticphysics/ucn/ExUCN.out index 2c63c95a593..43a36aeae6d 100644 --- a/examples/extended/exoticphysics/ucn/ExUCN.out +++ b/examples/extended/exoticphysics/ucn/ExUCN.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 2 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -57,7 +57,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -139,8 +138,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ===================================== G4EventManager::ProcessOneEvent() @@ -1512,7 +1509,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.030000s Real=0.036937s Sys=0.000000s + User=0.030000s Real=0.028866s Sys=0.000000s Sum NoMT: 0 Sum NoMRT: 0 Sum NoMRCondition: 0 diff --git a/examples/extended/field/BlineTracer/BlineTracer.out b/examples/extended/field/BlineTracer/BlineTracer.out index 135b6d680bc..fc6fe559aea 100644 --- a/examples/extended/field/BlineTracer/BlineTracer.out +++ b/examples/extended/field/BlineTracer/BlineTracer.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/field/field01/.README.txt b/examples/extended/field/field01/.README.txt index 1936b365d2d..34401a1c990 100644 --- a/examples/extended/field/field01/.README.txt +++ b/examples/extended/field/field01/.README.txt @@ -13,7 +13,7 @@ - choosing the type of Runge Kutta stepper used for integration of the motion of charged particles in the magnetic field, - controlling the thresholds that determine which looping particles are - killed by G4Transporation. + killed by G4Transportation. Some of these capabilities are available via interactive commands, implemented in F01FieldMessenger. diff --git a/examples/extended/field/field01/History b/examples/extended/field/field01/History index 358f6f44f20..32cf2c3dff4 100644 --- a/examples/extended/field/field01/History +++ b/examples/extended/field/field01/History @@ -1,8 +1,18 @@ # Example field01 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! + +------------------------------------------------------------------------------- + +## 2024-09-30 Gabriele Cosmo (fieldex01-V11-02-02) +- Use GeometryHasBeenModified() in place of ReinitializeGeometry() in + DetectorCostruction UI commands implementation, for thread safety. + +## 2024-09-18 Gabriele Cosmo (fieldex01-V11-02-01) +- Use default Tasking run-manager from G4RunManagerFactory. +- Use default MixMax random generator. ## 2024-04-29 Ivana Hrivnacova (fieldex01-V11-02-00) - Replaced FieldSetup and FieldMessenger classes with usage of new diff --git a/examples/extended/field/field01/README b/examples/extended/field/field01/README index 006886a30c3..ae8ad3b8738 100644 --- a/examples/extended/field/field01/README +++ b/examples/extended/field/field01/README @@ -16,7 +16,7 @@ - choosing the type of Runge Kutta stepper used for integration of the motion of charged particles in the magnetic field, - controlling the thresholds that determine which looping particles are - killed by G4Transporation. + killed by G4Transportation. Some of these capabilities are available via interactive commands, implemented in F01FieldMessenger. diff --git a/examples/extended/field/field01/field01.cc b/examples/extended/field/field01/field01.cc index 9207e802de9..ec00466e1a3 100644 --- a/examples/extended/field/field01/field01.cc +++ b/examples/extended/field/field01/field01.cc @@ -27,9 +27,6 @@ /// \file field/field01/field01.cc /// \brief Main program of the field/field01 example // -// -// -// //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -42,7 +39,6 @@ #include "G4Types.hh" #include "G4UImanager.hh" -// To control verbosity #include "FTFP_BERT.hh" #include "G4EmParameters.hh" @@ -64,19 +60,18 @@ int main(int argc, char** argv) { // Instantiate G4UIExecutive if there are no arguments (interactive mode) + // G4UIExecutive* ui = nullptr; if (argc == 1) { ui = new G4UIExecutive(argc, argv); } - // Choose the Random engine + // Setting the application-specific SteppingVerbose // - G4Random::setTheEngine(new CLHEP::RanecuEngine); - - G4VSteppingVerbose::SetInstance(new F01SteppingVerbose); + auto verbosity = new F01SteppingVerbose; - // Construct the sequential (or default) run manager - auto* runManager = G4RunManagerFactory::CreateRunManager(G4RunManagerType::Serial); + // Construct the default run manager + auto runManager = G4RunManagerFactory::CreateRunManager(); // G4TransportationWithMscType: fDisabled, fEnabled, fMultipleSteps // G4EmParameters::Instance()->SetTransportationWithMsc(G4TransportationWithMscType::fEnabled); @@ -185,6 +180,7 @@ int main(int argc, char** argv) // printed in the RunAction's EndOfEvent action. // ( Eventually a summary could be provided here instead or as well. ) + delete verbosity; delete visManager; delete runManager; diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index 96fe3908211..f2a95b5de60 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -107,7 +107,7 @@ Global field created with stepper DormandPrince745 /field/printParameters Magnetic field parameters: field type = Magnetic - equation type = MagUsualEqRhs + equation type = EqMagnetic stepper type = DormandPrince745 minStep = 0.01 mm constDistance = 0 mm @@ -207,7 +207,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001395s Sys=0.000000s + User=0.000000s Real=0.002480s Sys=0.000000s # /gun/energy 250.0 MeV /run/beamOn 1 @@ -292,7 +292,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000847s Sys=0.000000s + User=0.010000s Real=0.001620s Sys=0.000000s # /gun/energy 200.0 MeV /run/beamOn 1 @@ -377,7 +377,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000843s Sys=0.000000s + User=0.000000s Real=0.001534s Sys=0.000000s # /gun/energy 100.0 MeV /run/beamOn 1 @@ -401,68 +401,68 @@ Index : 0 used in the geometry : Yes Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 100 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 0 fm 17.5806 m 6.32161e-08 2.98111e-08 -1 100 MeV 9.34653 meV 4.40895 m 4.40895 m World Transportation - 2 11.002 um 278.249 nm 13.6125 m -2.63228e-06 0.000108402 -1 100 MeV 8.41188 meV 3.96806 m 8.37701 m World Transportation - 3 -22.0728 um -6.62316 um 10.0412 m 6.52435e-05 -0.000217077 -1 100 MeV 7.57069 meV 3.57125 m 11.9483 m World Transportation - 4 -760.593 um -1.00432 cm 6.82712 m 0.000138985 -0.000239188 -1 100 MeV 6.81368 meV 3.21415 m 15.1624 m World Transportation - 5 -708.501 um -1.0005 cm 3.93441 m -0.000236616 0.000273543 -1 100 MeV 6.13226 meV 2.89271 m 18.0551 m World Transportation - 6 -724.391 um -9.99048 mm 1.33097 m -0.000379952 0.000117158 -1 100 MeV 5.51903 meV 2.60344 m 20.6586 m World Transportation - 7 -8.12874 mm -2.09728 cm -1.01213 m 0.000368832 0.000367894 -1 100 MeV 4.96728 meV 2.34317 m 23.0017 m World Transportation - 8 -8.14264 mm -2.08747 cm -3.12092 m -0.000596379 0.000231088 -1 100 MeV 4.47044 meV 2.1088 m 25.1105 m World Transportation - 9 -8.12932 mm -2.08583 cm -5.01883 m -0.000757942 0.000362191 -1 100 MeV 4.02354 meV 1.89799 m 27.0085 m World Transportation - 10 -8.09658 mm -2.1012 cm -6.72695 m 0.000755188 0.000684511 -0.999999 100 MeV 3.62104 meV 1.70812 m 28.7166 m World Transportation - 11 -8.19219 mm -2.08188 cm -8.26425 m -0.00114679 -0.000256597 -0.999999 100 MeV 3.25893 meV 1.53731 m 30.2539 m World Transportation - 12 -8.28948 mm -2.09035 cm -9.64783 m -0.000312868 -0.00121425 -0.999999 100 MeV 2.93304 meV 1.38358 m 31.6375 m World Transportation - 13 -8.28279 mm -2.08689 cm -10.893 m -0.00065342 -0.00114841 -0.999999 100 MeV 2.63974 meV 1.24522 m 32.8827 m World Transportation - 14 -8.10549 mm -2.08074 cm -12.0137 m -0.00125893 0.000596796 -0.999999 100 MeV 2.3758 meV 1.12071 m 34.0034 m World Transportation - 15 -6.86625 mm -1.38702 cm -13.0224 m 0.00145807 0.000141286 -0.999999 100 MeV 2.13829 meV 1.00868 m 35.0121 m World Transportation - 16 -7.651 mm -7.06032 mm -13.9301 m -0.00143768 0.000539957 -0.999999 100 MeV 1.92446 meV 90.7809 cm 35.9199 m World Transportation - 17 -1.1365 cm -1.44376 cm -14.7471 m -0.000229467 -0.00158411 -0.999999 100 MeV 1.73209 meV 81.7063 cm 36.737 m World Transportation - 18 -1.13172 cm -1.45864 cm -15.4824 m 0.00123539 -0.00111409 -0.999999 100 MeV 1.55874 meV 73.5291 cm 37.4723 m World Transportation - 19 -1.12844 cm -1.46144 cm -16.1441 m 0.00151077 -0.000790778 -0.999999 100 MeV 1.40287 meV 66.1762 cm 38.1341 m World Transportation - 20 -8.63947 mm -1.71719 cm -16.7397 m 0.00111193 -0.00135291 -0.999998 100 MeV 1.26263 meV 59.5608 cm 38.7297 m World Transportation - 21 -1.04833 cm -2.31406 cm -17.2757 m -0.000529518 -0.00172273 -0.999998 100 MeV 1.13648 meV 53.61 cm 39.2658 m World Transportation - 22 -1.02626 cm -2.30137 cm -17.7582 m -0.00177902 0.000448753 -0.999998 100 MeV 1.0227 meV 48.2426 cm 39.7482 m World Transportation - 23 -9.45343 mm -2.33374 cm -18.1924 m 0.00116241 0.00145837 -0.999998 100 MeV 0.920428 meV 43.4185 cm 40.1824 m World Transportation - 24 -9.79393 mm -2.32278 cm -18.5831 m 8.39918e-05 -0.0018932 -0.999998 100 MeV 0.828383 meV 39.0765 cm 40.5731 m World Transportation - 25 -9.42004 mm -2.31475 cm -18.9348 m -0.000705997 0.00178697 -0.999998 100 MeV 0.745545 meV 35.1689 cm 40.9248 m World Transportation - 26 -9.7859 mm -2.32886 cm -19.2513 m 0.000682728 -0.00181416 -0.999998 100 MeV 0.671084 meV 31.6564 cm 41.2414 m World Transportation - 27 -9.40382 mm -2.32136 cm -19.5362 m -5.55579e-05 0.00194662 -0.999998 100 MeV 0.603891 meV 28.4868 cm 41.5263 m World Transportation - 28 -9.76764 mm -2.31096 cm -19.7926 m -0.00107912 -0.00163438 -0.999998 100 MeV 0.543502 meV 25.6381 cm 41.7826 m World Transportation - 29 -9.57688 mm -2.34182 cm -20.0233 m 0.00195845 0.000243216 -0.999998 100 MeV 0.489152 meV 23.0743 cm 42.0134 m World Transportation - 30 -9.43498 mm -2.31042 cm -20.231 m -0.00113285 0.00163996 -0.999998 100 MeV 0.440237 meV 20.7669 cm 42.221 m World Transportation - 31 -9.76067 mm -2.30885 cm -20.4179 m -0.00128647 -0.00156597 -0.999998 100 MeV 0.396213 meV 18.6902 cm 42.408 m World Transportation - 32 -9.71804 mm -2.33908 cm -20.5861 m 0.00168874 -0.00114632 -0.999998 100 MeV 0.356629 meV 16.8229 cm 42.5762 m World Transportation - 33 -5.7498 mm -2.29109 cm -20.7375 m 0.00127616 0.00160046 -0.999998 100 MeV 0.321114 meV 15.1476 cm 42.7277 m World Transportation - 34 -5.61988 mm -2.01996 cm -20.8737 m -0.00127268 0.00160604 -0.999998 100 MeV 0.288929 meV 13.6294 cm 42.8639 m World Transportation - 35 -3.33202 mm -2.10231 cm -20.9964 m -0.00195365 -0.000620444 -0.999998 100 MeV 0.260073 meV 12.2682 cm 42.9866 m World Transportation - 36 -3.47403 mm -2.1185 cm -21.1067 m -0.000359686 -0.00201818 -0.999998 100 MeV 0.233961 meV 11.0364 cm 43.097 m World Transportation - 37 -3.41385 mm -2.13712 cm -21.2061 m 0.00147289 -0.0014258 -0.999998 100 MeV 0.210565 meV 9.93276 cm 43.1963 m World Transportation - 38 -3.24594 mm -2.14285 cm -21.2954 m 0.00203737 0.000226865 -0.999998 100 MeV 0.189508 meV 8.93949 cm 43.2857 m World Transportation - 39 -3.10548 mm -2.13505 cm -21.3759 m 0.00126961 0.00160939 -0.999998 100 MeV 0.170557 meV 8.04554 cm 43.3662 m World Transportation - 40 -2.87767 mm -2.02489 cm -21.4483 m -9.1873e-05 0.00204782 -0.999998 100 MeV 0.153528 meV 7.24223 cm 43.4386 m World Transportation - 41 -2.92461 mm -2.01262 cm -21.5135 m -0.00129893 0.00158576 -0.999998 100 MeV 0.138152 meV 6.51691 cm 43.5038 m World Transportation - 42 -3.02275 mm -2.00597 cm -21.5721 m -0.0019539 0.00061984 -0.999998 100 MeV 0.124337 meV 5.86521 cm 43.5624 m World Transportation - 43 -3.12962 mm -2.00546 cm -21.6249 m -0.00200385 -0.000432152 -0.999998 100 MeV 0.111903 meV 5.27869 cm 43.6152 m World Transportation - 44 -3.21668 mm -2.00963 cm -21.6724 m -0.00159394 -0.00128898 -0.999998 100 MeV 0.100713 meV 4.75082 cm 43.6627 m World Transportation - 45 -3.27141 mm -2.01639 cm -21.7152 m -0.000928239 -0.00182774 -0.999998 100 MeV 0.0906414 meV 4.27574 cm 43.7055 m World Transportation - 46 -4.44598 mm -1.87639 cm -21.7537 m -0.000186565 -0.00204136 -0.999998 100 MeV 0.0817583 meV 3.85671 cm 43.744 m World Transportation - 47 -4.44038 mm -1.88343 cm -21.7883 m 0.000506709 -0.00198628 -0.999998 100 MeV 0.0734189 meV 3.46332 cm 43.7787 m World Transportation - 48 -4.39893 mm -1.73928 cm -21.8195 m 0.00108293 -0.00174046 -0.999998 100 MeV 0.0662205 meV 3.12376 cm 43.8099 m World Transportation - 49 -3.67159 mm -1.65254 cm -21.8475 m 0.00151643 -0.00137929 -0.999998 100 MeV 0.0595614 meV 2.80964 cm 43.838 m World Transportation - 50 -2.64789 mm -1.73081 cm -21.8728 m 0.00180916 -0.000963978 -0.999998 100 MeV 0.0536423 meV 2.53042 cm 43.8633 m World Transportation - 51 -2.60468 mm -1.73253 cm -21.8955 m 0.00197792 -0.000538672 -0.999998 100 MeV 0.0481702 meV 2.27229 cm 43.886 m World Transportation - 52 -2.5634 mm -1.73322 cm -21.9159 m 0.00204566 -0.000132323 -0.999998 100 MeV 0.0433532 meV 2.04506 cm 43.9065 m World Transportation - 53 -2.52574 mm -1.73312 cm -21.9344 m 0.00203606 0.000238458 -0.999998 100 MeV 0.0390179 meV 1.84055 cm 43.9249 m World Transportation - 54 -2.17225 mm -1.6953 cm -21.9509 m 0.00197036 0.000565805 -0.999998 100 MeV 0.035145 meV 1.65786 cm 43.9415 m World Transportation - 55 -2.14359 mm -1.69425 cm -21.9658 m 0.00186648 0.000847807 -0.999998 100 MeV 0.0316047 meV 1.49086 cm 43.9564 m World Transportation - 56 -2.44216 mm -1.73508 cm -21.9792 m 0.00173855 0.00108619 -0.999998 100 MeV 0.0284859 meV 1.34374 cm 43.9698 m World Transportation - 57 -2.42199 mm -1.73364 cm -21.9913 m 0.00159751 0.00128474 -0.999998 100 MeV 0.0255996 meV 1.20758 cm 43.9819 m World Transportation - 58 -2.40874 mm -1.73246 cm -22 m 0.00148205 0.00141637 -0.999998 100 MeV 0.0184973 meV 8.72558 mm 43.9906 m OutOfWorld Transportation + 1 0 fm 0 fm 17.5806 m 1.62449e-08 6.10975e-08 -1 100 MeV 9.34653 meV 4.40895 m 4.40895 m World Transportation + 2 7.98954 um 7.81794 um 13.6125 m -7.69604e-05 7.86402e-05 -1 100 MeV 8.41188 meV 3.96806 m 8.37701 m World Transportation + 3 -15.4448 um -21.7407 um 10.0412 m 0.000213949 -0.000152041 -1 100 MeV 7.57069 meV 3.57125 m 11.9483 m World Transportation + 4 -1.00381 cm 683.521 um 6.82712 m 0.000300215 -0.000114118 -1 100 MeV 6.81368 meV 3.21415 m 15.1624 m World Transportation + 5 -1.00191 cm 759.363 um 3.93441 m -0.000446267 7.28787e-05 -1 100 MeV 6.13226 meV 2.89271 m 18.0551 m World Transportation + 6 -1.00488 cm 769.837 um 1.33097 m -0.000549358 -0.000219984 -1 100 MeV 5.51903 meV 2.60344 m 20.6586 m World Transportation + 7 -976.05 um -8.99489 mm -1.01214 m 4.73921e-07 0.000792298 -1 100 MeV 4.96728 meV 2.34317 m 23.0017 m World Transportation + 8 -1.09996 mm -8.90007 mm -3.12093 m -0.000932832 -0.000427382 -0.999999 100 MeV 4.47044 meV 2.1088 m 25.1105 m World Transportation + 9 -1.09446 mm -8.88402 mm -5.01883 m -0.00109084 -0.000373191 -0.999999 100 MeV 4.02354 meV 1.89799 m 27.0085 m World Transportation + 10 -930.314 um -9.00478 mm -6.72695 m 9.77924e-05 0.00124247 -0.999999 100 MeV 3.62104 meV 1.70812 m 28.7166 m World Transportation + 11 -1.16989 mm -8.91766 mm -8.26426 m -0.000759734 -0.00111564 -0.999999 100 MeV 3.25893 meV 1.53731 m 30.2539 m World Transportation + 12 -1.18312 mm -9.06362 mm -9.64783 m 0.000677002 -0.00124592 -0.999999 100 MeV 2.93304 meV 1.38358 m 31.6375 m World Transportation + 13 -1.20546 mm -9.03 mm -10.893 m 0.000346024 -0.00146575 -0.999999 100 MeV 2.63974 meV 1.24522 m 32.8827 m World Transportation + 14 -3.70669 mm -1.24847 cm -12.0137 m -0.00149794 -0.000466703 -0.999999 100 MeV 2.3758 meV 1.12071 m 34.0034 m World Transportation + 15 -7.08942 mm -6.38894 mm -13.0224 m 0.00109139 0.00121854 -0.999999 100 MeV 2.13829 meV 1.00868 m 35.0121 m World Transportation + 16 -1.98113 mm -2.31203 mm -13.9301 m -0.00156769 -0.000625489 -0.999999 100 MeV 1.92446 meV 90.7809 cm 35.9199 m World Transportation + 17 -4.48077 mm 5.16849 mm -14.7471 m 0.000978369 -0.00145023 -0.999998 100 MeV 1.73209 meV 81.7063 cm 36.737 m World Transportation + 18 -4.33292 mm 5.0839 mm -15.4824 m 0.00181106 5.12311e-06 -0.999998 100 MeV 1.55874 meV 73.5288 cm 37.4723 m World Transportation + 19 -4.28518 mm 5.0847 mm -16.1442 m 0.0018032 0.000474996 -0.999998 100 MeV 1.40286 meV 66.1759 cm 38.134 m World Transportation + 20 -7.00506 mm 2.1025 mm -16.7398 m 0.00188654 -0.000275064 -0.999998 100 MeV 1.26263 meV 59.5608 cm 38.7297 m World Transportation + 21 -6.21514 mm -4.27765 mm -17.2758 m 0.000843333 -0.00178556 -0.999998 100 MeV 1.13648 meV 53.61 cm 39.2658 m World Transportation + 22 -6.13038 mm -4.01215 mm -17.7582 m -0.00177002 -0.000951261 -0.999998 100 MeV 1.02269 meV 48.2423 cm 39.7482 m World Transportation + 23 -4.70701 mm -3.43608 mm -18.1924 m -0.000134106 0.00202887 -0.999998 100 MeV 0.920428 meV 43.4185 cm 40.1824 m World Transportation + 24 -5.06131 mm -3.59659 mm -18.5831 m 0.00144569 -0.0014586 -0.999998 100 MeV 0.828378 meV 39.0763 cm 40.5731 m World Transportation + 25 -4.81966 mm -3.26109 mm -18.9348 m -0.00185662 0.000919981 -0.999998 100 MeV 0.74554 meV 35.1687 cm 40.9248 m World Transportation + 26 -2.78109 mm -6.88624 mm -19.2513 m 0.00185592 -0.000958902 -0.999998 100 MeV 0.671084 meV 31.6564 cm 41.2414 m World Transportation + 27 -2.52953 mm -6.55052 mm -19.5362 m -0.00144857 0.00151725 -0.999998 100 MeV 0.603889 meV 28.4867 cm 41.5262 m World Transportation + 28 -2.89544 mm -6.72963 mm -19.7926 m 0.000314413 -0.00208428 -0.999998 100 MeV 0.5435 meV 25.638 cm 41.7826 m World Transportation + 29 -2.52085 mm -6.83892 mm -20.0233 m 0.00139018 0.00160283 -0.999998 100 MeV 0.48915 meV 23.0742 cm 42.0134 m World Transportation + 30 -2.62103 mm -6.06827 mm -20.231 m -0.00208162 0.000496368 -0.999998 100 MeV 0.440237 meV 20.7669 cm 42.221 m World Transportation + 31 -2.93745 mm -6.65881 mm -20.4179 m 9.6669e-05 -0.00217372 -0.999998 100 MeV 0.396213 meV 18.6902 cm 42.4079 m World Transportation + 32 -1.04325 mm -6.14337 mm -20.5861 m 0.00217121 0.000296717 -0.999998 100 MeV 0.356629 meV 16.8229 cm 42.5762 m World Transportation + 33 150.519 um -2.32932 mm -20.7375 m -0.000129615 0.00219388 -0.999998 100 MeV 0.321114 meV 15.1476 cm 42.7276 m World Transportation + 34 2.37253 mm -1.65681 mm -20.8737 m -0.00216883 0.000368934 -0.999998 100 MeV 0.288929 meV 13.6294 cm 42.8639 m World Transportation + 35 4.77356 mm -2.30604 mm -20.9964 m -0.00111455 -0.0018975 -0.999998 100 MeV 0.260073 meV 12.2682 cm 42.9866 m World Transportation + 36 4.77641 mm -2.53725 mm -21.1067 m 0.00116124 -0.00186948 -0.999998 100 MeV 0.23396 meV 11.0364 cm 43.097 m World Transportation + 37 4.95807 mm -2.6427 mm -21.2061 m 0.00219927 -8.13849e-05 -0.999998 100 MeV 0.210564 meV 9.93272 cm 43.1963 m World Transportation + 38 5.13329 mm -2.56799 mm -21.2955 m 0.00146383 0.00164324 -0.999998 100 MeV 0.189507 meV 8.93945 cm 43.2857 m World Transportation + 39 5.18946 mm -2.40491 mm -21.3759 m -0.000141413 0.00219612 -0.999998 100 MeV 0.170557 meV 8.04551 cm 43.3662 m World Transportation + 40 5.09311 mm -3.25404 mm -21.4483 m -0.00154307 0.00156894 -0.999998 100 MeV 0.153528 meV 7.24223 cm 43.4386 m World Transportation + 41 4.96761 mm -3.18983 mm -21.5135 m -0.00217515 0.000333699 -0.999998 100 MeV 0.138151 meV 6.51684 cm 43.5037 m World Transportation + 42 4.84151 mm -3.20714 mm -21.5721 m -0.00200472 -0.000907505 -0.999998 100 MeV 0.124335 meV 5.86516 cm 43.5624 m World Transportation + 43 4.75255 mm -3.2798 mm -21.6249 m -0.00128957 -0.0017831 -0.999998 100 MeV 0.111902 meV 5.27864 cm 43.6152 m World Transportation + 44 4.71295 mm -3.37552 mm -21.6724 m -0.000347348 -0.00217295 -0.999998 100 MeV 0.100712 meV 4.75078 cm 43.6627 m World Transportation + 45 4.71779 mm -3.46879 mm -21.7152 m 0.000570721 -0.00212525 -0.999998 100 MeV 0.0906406 meV 4.2757 cm 43.7054 m World Transportation + 46 3.12701 mm -2.61091 mm -21.7537 m 0.00131612 -0.00176356 -0.999998 100 MeV 0.0817583 meV 3.85671 cm 43.744 m World Transportation + 47 3.18202 mm -2.66312 mm -21.7883 m 0.00183 -0.00122202 -0.999998 100 MeV 0.073418 meV 3.46328 cm 43.7786 m World Transportation + 48 3.24397 mm -2.69194 mm -21.8195 m 0.00211361 -0.000612278 -0.999998 100 MeV 0.0662205 meV 3.12376 cm 43.8099 m World Transportation + 49 2.17544 mm -2.51447 mm -21.8475 m 0.00220045 -1.2836e-05 -0.999998 100 MeV 0.0595614 meV 2.80964 cm 43.838 m World Transportation + 50 1.64437 mm -3.60109 mm -21.8728 m 0.00213599 0.000528747 -0.999998 100 MeV 0.0536423 meV 2.53042 cm 43.8633 m World Transportation + 51 1.69116 mm -3.58377 mm -21.8955 m 0.00196555 0.000989311 -0.999998 100 MeV 0.0481687 meV 2.27222 cm 43.886 m World Transportation + 52 1.72906 mm -3.55965 mm -21.916 m 0.00172806 0.0013623 -0.999998 100 MeV 0.0433518 meV 2.045 cm 43.9065 m World Transportation + 53 1.75843 mm -3.53184 mm -21.9344 m 0.00145436 0.00165136 -0.999998 100 MeV 0.0390167 meV 1.8405 cm 43.9249 m World Transportation + 54 1.96061 mm -3.96854 mm -21.9509 m 0.00116702 0.0018655 -0.999998 100 MeV 0.035145 meV 1.65786 cm 43.9414 m World Transportation + 55 1.97591 mm -3.93956 mm -21.9658 m 0.000881723 0.00201606 -0.999998 100 MeV 0.0316034 meV 1.4908 cm 43.9563 m World Transportation + 56 1.9775 mm -4.44983 mm -21.9792 m 0.000608566 0.0021145 -0.999998 100 MeV 0.0284859 meV 1.34374 cm 43.9698 m World Transportation + 57 1.98332 mm -4.42392 mm -21.9913 m 0.000353514 0.00217172 -0.999998 100 MeV 0.0255985 meV 1.20753 cm 43.9819 m World Transportation + 58 1.98537 mm -4.40495 mm -22 m 0.000166947 0.00219398 -0.999998 100 MeV 0.0184973 meV 8.72558 mm 43.9906 m OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001135s Sys=0.000000s + User=0.000000s Real=0.002638s Sys=0.000000s # /gun/energy 50.0 MeV /run/beamOn 1 @@ -486,68 +486,68 @@ Index : 0 used in the geometry : Yes Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 0 fm 17.5806 m -4.41183e-08 7.20951e-09 -1 50 MeV 8.74614 meV 4.40895 m 4.40895 m World Transportation - 2 772.969 um -6.82185 mm 13.6125 m 9.03074e-05 -3.15837e-05 -1 50 MeV 7.87155 meV 3.96807 m 8.37702 m World Transportation - 3 777.866 um -6.82343 mm 10.0412 m 0.00012129 6.43004e-05 -1 50 MeV 7.08437 meV 3.57125 m 11.9483 m World Transportation - 4 779.61 um -6.82782 mm 6.82712 m 0.000207245 9.84925e-05 -1 50 MeV 6.37593 meV 3.21412 m 15.1624 m World Transportation - 5 783.974 um -6.8331 mm 3.93441 m 0.000310709 0.000184017 -1 50 MeV 5.73834 meV 2.89271 m 18.0551 m World Transportation - 6 -564.335 um -9.62536 mm 1.33097 m 0.000100544 0.000404138 -1 50 MeV 5.16451 meV 2.60344 m 20.6585 m World Transportation - 7 -1.69085 mm -1.49787 cm -1.01213 m -0.000508708 -6.4459e-05 -1 50 MeV 4.64808 meV 2.34311 m 23.0017 m World Transportation - 8 -1.66937 mm -1.50283 cm -3.12092 m 0.000463117 0.000356332 -1 50 MeV 4.18325 meV 2.10879 m 25.1104 m World Transportation - 9 -1.68128 mm -1.50391 cm -5.01882 m 0.000673664 0.000123159 -1 50 MeV 3.76493 meV 1.89791 m 27.0084 m World Transportation - 10 -1.6582 mm -1.49787 cm -6.72694 m -0.00050905 0.000575208 -1 50 MeV 3.38845 meV 1.70813 m 28.7165 m World Transportation - 11 -1.54276 mm -1.51428 cm -8.26425 m 0.000396681 0.000738766 -1 50 MeV 3.04959 meV 1.53731 m 30.2538 m World Transportation - 12 -1.58 mm -1.50753 cm -9.64782 m -0.00092474 9.12674e-06 -1 50 MeV 2.74463 meV 1.38358 m 31.6374 m World Transportation - 13 -1.54805 mm -1.50808 cm -10.893 m -0.000817309 0.000634963 -0.999999 50 MeV 2.47017 meV 1.24522 m 32.8826 m World Transportation - 14 -1.61526 mm -1.51732 cm -12.0137 m 0.000992354 -0.000681488 -0.999999 50 MeV 2.22316 meV 1.1207 m 34.0033 m World Transportation - 15 -1.55109 mm -1.51923 cm -13.0224 m 0.00136586 0.000575486 -0.999999 50 MeV 2.00084 meV 1.00863 m 35.0119 m World Transportation - 16 -1.5353 mm -1.11894 cm -13.9301 m 0.00133517 -0.000923538 -0.999999 50 MeV 1.80079 meV 90.7781 cm 35.9197 m World Transportation - 17 -1.46564 mm -1.10356 cm -14.7471 m -0.0016773 0.000440967 -0.999998 50 MeV 1.62068 meV 81.6988 cm 36.7367 m World Transportation - 18 -1.58116 mm -1.1126 cm -15.4824 m 9.262e-05 -0.00182178 -0.999998 50 MeV 1.45861 meV 73.5289 cm 37.472 m World Transportation - 19 -500.366 um -1.39589 cm -16.1442 m 0.000871931 -0.00167285 -0.999998 50 MeV 1.31277 meV 66.1773 cm 38.1337 m World Transportation - 20 167.197 um -1.19821 cm -16.7397 m -0.000736492 -0.00180038 -0.999998 50 MeV 1.18149 meV 59.5591 cm 38.7293 m World Transportation - 21 336.022 um -1.19535 cm -17.2758 m -0.00129753 0.00150641 -0.999998 50 MeV 1.06333 meV 53.6026 cm 39.2654 m World Transportation - 22 -2.11435 mm -1.27838 cm -17.7582 m 0.00140244 -0.00147795 -0.999998 50 MeV 0.957017 meV 48.2435 cm 39.7478 m World Transportation - 23 -1.93285 mm -1.27265 cm -18.1924 m 0.000280207 0.00207728 -0.999998 50 MeV 0.861295 meV 43.4181 cm 40.182 m World Transportation - 24 -2.0052 mm -1.26087 cm -18.5831 m -0.00202825 0.000659895 -0.999998 50 MeV 0.775166 meV 39.0763 cm 40.5727 m World Transportation - 25 -2.07234 mm -1.26067 cm -18.9348 m -0.00206651 -0.000655054 -0.999998 50 MeV 0.697649 meV 35.1687 cm 40.9244 m World Transportation - 26 -4.3565 mm -1.36497 cm -19.2513 m -0.00214145 -0.000526956 -0.999998 50 MeV 0.627922 meV 31.6537 cm 41.241 m World Transportation - 27 -4.28024 mm -1.36563 cm -19.5362 m -0.00201271 0.000966756 -0.999998 50 MeV 0.565097 meV 28.4867 cm 41.5258 m World Transportation - 28 -4.94042 mm -1.50216 cm -19.7926 m 0.000287076 0.00223423 -0.999997 50 MeV 0.508602 meV 25.6388 cm 41.7822 m World Transportation - 29 -3.83451 mm -1.55467 cm -20.0233 m 0.00217444 -0.000689878 -0.999997 50 MeV 0.457742 meV 23.0749 cm 42.013 m World Transportation - 30 -4.13024 mm -1.35371 cm -20.231 m -0.00186534 -0.00135615 -0.999997 50 MeV 0.411986 meV 20.7683 cm 42.2206 m World Transportation - 31 -3.95184 mm -1.36801 cm -20.4179 m 0.000935985 0.00213817 -0.999997 50 MeV 0.37076 meV 18.6901 cm 42.4075 m World Transportation - 32 -4.17824 mm -1.36027 cm -20.5861 m -0.000580282 -0.0022963 -0.999997 50 MeV 0.333684 meV 16.8211 cm 42.5758 m World Transportation - 33 -4.36526 mm -1.42667 cm -20.7375 m 0.000962907 0.00217896 -0.999997 50 MeV 0.300322 meV 15.1393 cm 42.7271 m World Transportation - 34 -4.17373 mm -1.5616 cm -20.8737 m -0.00185241 -0.00152489 -0.999997 50 MeV 0.270316 meV 13.6267 cm 42.8634 m World Transportation - 35 -4.10116 mm -1.58344 cm -20.9964 m 0.00242551 -0.000103414 -0.999997 50 MeV 0.243256 meV 12.2626 cm 42.986 m World Transportation - 36 -3.98879 mm -1.56437 cm -21.1067 m -0.00131036 0.00209777 -0.999997 50 MeV 0.21893 meV 11.0363 cm 43.0964 m World Transportation - 37 -4.20081 mm -1.56346 cm -21.2061 m -0.00148807 -0.00205519 -0.999997 50 MeV 0.197037 meV 9.93268 cm 43.1957 m World Transportation - 38 -4.15149 mm -1.58292 cm -21.2955 m 0.00232327 -0.00108923 -0.999997 50 MeV 0.177333 meV 8.93941 cm 43.2851 m World Transportation - 39 -4.25415 mm -1.66589 cm -21.3759 m 0.0010704 0.00234514 -0.999997 50 MeV 0.15962 meV 8.04649 cm 43.3656 m World Transportation - 40 -4.30187 mm -1.64938 cm -21.4483 m -0.00216339 0.00141056 -0.999997 50 MeV 0.143639 meV 7.2409 cm 43.438 m World Transportation - 41 -4.45891 mm -1.65033 cm -21.5135 m -0.00197607 -0.00166539 -0.999997 50 MeV 0.129276 meV 6.51681 cm 43.5032 m World Transportation - 42 -4.50074 mm -1.66406 cm -21.5721 m 0.000712185 -0.00248467 -0.999997 50 MeV 0.116348 meV 5.86513 cm 43.5618 m World Transportation - 43 -4.40746 mm -1.67319 cm -21.6249 m 0.00249976 -0.000657721 -0.999997 50 MeV 0.104713 meV 5.27862 cm 43.6146 m World Transportation - 44 -4.29158 mm -1.67074 cm -21.6724 m 0.00202037 0.00161217 -0.999997 50 MeV 0.0942418 meV 4.75076 cm 43.6621 m World Transportation - 45 -3.81194 mm -1.66252 cm -21.7152 m 0.000154331 0.00258017 -0.999997 50 MeV 0.0848257 meV 4.27609 cm 43.7049 m World Transportation - 46 -4.67461 mm -1.61028 cm -21.7537 m -0.0016534 0.00198683 -0.999997 50 MeV 0.0763784 meV 3.85025 cm 43.7434 m World Transportation - 47 -5.35702 mm -1.61404 cm -21.7883 m -0.00253415 0.000509326 -0.999997 50 MeV 0.0687229 meV 3.46434 cm 43.778 m World Transportation - 48 -6.00772 mm -1.64943 cm -21.8195 m -0.00236835 -0.00103553 -0.999997 50 MeV 0.0618594 meV 3.11835 cm 43.8092 m World Transportation - 49 -6.06309 mm -1.65398 cm -21.8475 m -0.00147887 -0.00212 -0.999997 50 MeV 0.0556498 meV 2.80532 cm 43.8373 m World Transportation - 50 -6.08595 mm -1.66002 cm -21.8728 m -0.000295478 -0.00256786 -0.999997 50 MeV 0.0500849 meV 2.52479 cm 43.8625 m World Transportation - 51 -6.07968 mm -1.66581 cm -21.8955 m 0.000838868 -0.002445 -0.999997 50 MeV 0.0450764 meV 2.27231 cm 43.8852 m World Transportation - 52 -6.05309 mm -1.67034 cm -21.9159 m 0.00172586 -0.00192439 -0.999997 50 MeV 0.0405687 meV 2.04508 cm 43.9057 m World Transportation - 53 -6.02309 mm -1.65005 cm -21.9343 m 0.00229372 -0.00119174 -0.999997 50 MeV 0.0365173 meV 1.84085 cm 43.9241 m World Transportation - 54 -5.98259 mm -1.65138 cm -21.9509 m 0.00255396 -0.000398308 -0.999997 50 MeV 0.0328606 meV 1.65651 cm 43.9407 m World Transportation - 55 -5.94419 mm -1.65141 cm -21.9658 m 0.00256045 0.000353896 -0.999997 50 MeV 0.0295746 meV 1.49086 cm 43.9556 m World Transportation - 56 -5.91085 mm -1.6505 cm -21.9792 m 0.00238062 0.00100697 -0.999997 50 MeV 0.0266171 meV 1.34177 cm 43.969 m World Transportation - 57 -5.8838 mm -1.64895 cm -21.9913 m 0.00207842 0.00153674 -0.999997 50 MeV 0.0239554 meV 1.2076 cm 43.9811 m World Transportation - 58 -5.8673 mm -1.64744 cm -22 m 0.00178828 0.00186638 -0.999997 50 MeV 0.0172467 meV 8.69412 mm 43.9897 m OutOfWorld Transportation + 1 0 fm 0 fm 17.5806 m 2.92822e-09 1.44442e-07 -1 50 MeV 8.74614 meV 4.40895 m 4.40895 m World Transportation + 2 5.79616 mm 3.6621 mm 13.6125 m 3.12051e-05 -9.54197e-05 -1 50 MeV 7.87155 meV 3.96807 m 8.37702 m World Transportation + 3 5.79568 mm 3.6562 mm 10.0412 m 0.000146631 -0.000104853 -1 50 MeV 7.08437 meV 3.57125 m 11.9483 m World Transportation + 4 5.79218 mm 3.65227 mm 6.82712 m 0.000223524 -0.000173586 -1 50 MeV 6.37593 meV 3.21412 m 15.1624 m World Transportation + 5 5.79199 mm 3.64836 mm 3.93441 m 0.000300128 -0.000177267 -1 50 MeV 5.73834 meV 2.89271 m 18.0551 m World Transportation + 6 5.80569 mm 3.64149 mm 1.33097 m 0.000434671 9.1049e-05 -1 50 MeV 5.16451 meV 2.60344 m 20.6585 m World Transportation + 7 691.985 um 1.79482 mm -1.01213 m -0.000322871 0.00047979 -1 50 MeV 4.64808 meV 2.34311 m 23.0017 m World Transportation + 8 652.248 um 1.74715 mm -3.12092 m 0.000610746 -0.000298557 -1 50 MeV 4.18325 meV 2.10879 m 25.1104 m World Transportation + 9 635.652 um 1.75349 mm -5.01882 m 0.000486582 -0.000623628 -1 50 MeV 3.76493 meV 1.89791 m 27.0084 m World Transportation + 10 709.571 um 1.76323 mm -6.72694 m 0.000295966 0.00082423 -1 50 MeV 3.38845 meV 1.70813 m 28.7165 m World Transportation + 11 668.666 um 1.72882 mm -8.26425 m 0.000969872 2.30349e-05 -1 50 MeV 3.04959 meV 1.53731 m 30.2538 m World Transportation + 12 716.708 um 1.80753 mm -9.64782 m -0.000571891 0.000964009 -0.999999 50 MeV 2.74463 meV 1.38358 m 31.6374 m World Transportation + 13 741.556 um 1.77247 mm -10.893 m 0.000114894 0.00145069 -0.999999 50 MeV 2.47017 meV 1.24522 m 32.8826 m World Transportation + 14 1.72558 mm 2.22187 mm -12.0137 m -5.91166e-05 -0.0016396 -0.999999 50 MeV 2.22316 meV 1.1207 m 34.0033 m World Transportation + 15 1.75527 mm 2.14545 mm -13.0224 m 0.0014378 -0.00105819 -0.999998 50 MeV 2.00084 meV 1.00863 m 35.0119 m World Transportation + 16 1.98413 mm -1.71877 mm -13.9301 m -0.000151194 -0.00189795 -0.999998 50 MeV 1.80079 meV 90.7781 cm 35.9197 m World Transportation + 17 2.17959 mm -1.70044 mm -14.7471 m -0.000510162 0.0019304 -0.999998 50 MeV 1.62068 meV 81.6989 cm 36.7367 m World Transportation + 18 2.02534 mm -1.63705 mm -15.4824 m -0.00175185 -0.00109088 -0.999998 50 MeV 1.45861 meV 73.5291 cm 37.472 m World Transportation + 19 -783.603 um -1.00012 mm -16.1442 m -0.00117543 -0.0017866 -0.999998 50 MeV 1.31277 meV 66.1773 cm 38.1337 m World Transportation + 20 206.211 um 713.154 um -16.7397 m -0.00218081 -0.000258586 -0.999998 50 MeV 1.18149 meV 59.5591 cm 38.7293 m World Transportation + 21 327.287 um 562.346 um -17.2758 m 0.000773068 0.00211298 -0.999997 50 MeV 1.06333 meV 53.6027 cm 39.2654 m World Transportation + 22 -1.8933 mm -539.06 um -17.7582 m -0.000688431 -0.00218785 -0.999997 50 MeV 0.957017 meV 48.2435 cm 39.7478 m World Transportation + 23 -1.73882 mm -685.702 um -18.1924 m 0.00218394 0.000837898 -0.999997 50 MeV 0.861298 meV 43.4182 cm 40.182 m World Transportation + 24 -1.66254 mm -552.048 um -18.5831 m -0.000434016 0.00233191 -0.999997 50 MeV 0.775168 meV 39.0764 cm 40.5727 m World Transportation + 25 -1.69625 mm -484.756 um -18.9348 m -0.00175207 0.00167161 -0.999997 50 MeV 0.697651 meV 35.1688 cm 40.9244 m World Transportation + 26 -513.421 um 1.66607 mm -19.2513 m -0.00165382 0.00181343 -0.999997 50 MeV 0.627922 meV 31.6537 cm 41.241 m World Transportation + 27 -479.988 um 1.58757 mm -19.5362 m -0.000116318 0.00246832 -0.999997 50 MeV 0.565098 meV 28.4867 cm 41.5258 m World Transportation + 28 -775.287 um 77.9707 um -19.7926 m 0.00232982 0.00090233 -0.999997 50 MeV 0.508602 meV 25.6388 cm 41.7822 m World Transportation + 29 -238.659 um 1.23558 mm -20.0233 m 0.000467794 -0.00247873 -0.999997 50 MeV 0.457742 meV 23.0749 cm 42.013 m World Transportation + 30 -1.87427 mm 1.20891 mm -20.231 m -0.00229302 0.00110572 -0.999997 50 MeV 0.411986 meV 20.7683 cm 42.2207 m World Transportation + 31 35.7815 um 210.836 um -20.4179 m 0.00256361 0.000203912 -0.999997 50 MeV 0.370805 meV 18.6924 cm 42.4076 m World Transportation + 32 -6.68169 um 470.738 um -20.5861 m -0.00252712 -0.000627645 -0.999997 50 MeV 0.333686 meV 16.8212 cm 42.5758 m World Transportation + 33 503.494 um -185.931 um -20.7375 m 0.00261104 0.000195454 -0.999997 50 MeV 0.300322 meV 15.1393 cm 42.7272 m World Transportation + 34 -941.395 um 173.918 um -20.8737 m -0.00243421 0.0010057 -0.999997 50 MeV 0.270316 meV 13.6267 cm 42.8634 m World Transportation + 35 -1.11518 mm -9.0451 um -20.9964 m 0.00114952 -0.00239825 -0.999996 50 MeV 0.243258 meV 12.2627 cm 42.9861 m World Transportation + 36 -873.298 um -19.3015 um -21.1067 m 0.0013503 0.00233951 -0.999996 50 MeV 0.218932 meV 11.0364 cm 43.0964 m World Transportation + 37 -973.318 um 189.771 um -21.2061 m -0.00274483 0.000380478 -0.999996 50 MeV 0.197039 meV 9.93278 cm 43.1958 m World Transportation + 38 -1.13563 mm 42.3997 um -21.2954 m 0.000141791 -0.00279881 -0.999996 50 MeV 0.177335 meV 8.9395 cm 43.2852 m World Transportation + 39 -491.664 um -847.259 um -21.3759 m 0.00281029 0.000171152 -0.999996 50 MeV 0.15962 meV 8.04649 cm 43.3656 m World Transportation + 40 -356.967 um -716.539 um -21.4483 m 0.000249897 0.00280941 -0.999996 50 MeV 0.143642 meV 7.24101 cm 43.438 m World Transportation + 41 -446.764 um -570.047 um -21.5135 m -0.00261928 0.00105032 -0.999996 50 MeV 0.129277 meV 6.51691 cm 43.5032 m World Transportation + 42 -600.527 um -600.152 um -21.5721 m -0.00202969 -0.00196143 -0.999996 50 MeV 0.11635 meV 5.86522 cm 43.5619 m World Transportation + 43 -640.637 um -736.894 um -21.6249 m 0.000648702 -0.0027471 -0.999996 50 MeV 0.104715 meV 5.27869 cm 43.6146 m World Transportation + 44 -557.58 um -836.044 um -21.6724 m 0.00259078 -0.00112029 -0.999996 50 MeV 0.0942432 meV 4.75082 cm 43.6622 m World Transportation + 45 -762.686 um -1.06497 mm -21.7152 m 0.00256617 0.00117533 -0.999996 50 MeV 0.0848257 meV 4.27609 cm 43.7049 m World Transportation + 46 -84.7484 um -1.69129 mm -21.7537 m 0.00106654 0.00261315 -0.999996 50 MeV 0.0763784 meV 3.85025 cm 43.7434 m World Transportation + 47 511.757 um -1.44494 mm -21.7883 m -0.000809431 0.00270384 -0.999996 50 MeV 0.0687229 meV 3.46434 cm 43.7781 m World Transportation + 48 -128.682 um -1.68876 mm -21.8195 m -0.0022134 0.00175126 -0.999996 50 MeV 0.0618594 meV 3.11835 cm 43.8092 m World Transportation + 49 -200.859 um -1.6587 mm -21.8475 m -0.0028022 0.000337481 -0.999996 50 MeV 0.0556495 meV 2.8053 cm 43.8373 m World Transportation + 50 -270.824 um -1.66767 mm -21.8728 m -0.00262648 -0.0010331 -0.999996 50 MeV 0.0500845 meV 2.52477 cm 43.8625 m World Transportation + 51 -323.416 um -1.70344 mm -21.8955 m -0.00192592 -0.00206357 -0.999996 50 MeV 0.0450761 meV 2.2723 cm 43.8853 m World Transportation + 52 -353.418 um -1.7523 mm -21.9159 m -0.000968743 -0.00265121 -0.999996 50 MeV 0.0405685 meV 2.04507 cm 43.9057 m World Transportation + 53 -593.384 um -1.8557 mm -21.9343 m 2.86735e-05 -0.00282249 -0.999996 50 MeV 0.0365173 meV 1.84085 cm 43.9241 m World Transportation + 54 -585.399 um -1.90157 mm -21.9509 m 0.000926967 -0.00266614 -0.999996 50 MeV 0.0328605 meV 1.65651 cm 43.9407 m World Transportation + 55 -566.012 um -1.93875 mm -21.9658 m 0.00165533 -0.00228657 -0.999996 50 MeV 0.0295744 meV 1.49085 cm 43.9556 m World Transportation + 56 -540.048 um -1.96617 mm -21.9792 m 0.00219252 -0.00177801 -0.999996 50 MeV 0.026617 meV 1.34177 cm 43.969 m World Transportation + 57 -511.29 um -1.98433 mm -21.9913 m 0.00254809 -0.00121468 -0.999996 50 MeV 0.0239553 meV 1.20759 cm 43.9811 m World Transportation + 58 -488.212 um -1.99245 mm -22 m 0.00271686 -0.000765886 -0.999996 50 MeV 0.0172467 meV 8.69412 mm 43.9898 m OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.001601s Sys=0.000000s + User=0.000000s Real=0.002589s Sys=0.000000s # # Change the value of the B-field # @@ -574,34 +574,34 @@ Index : 0 used in the geometry : Yes Step# X Y Z Direction x dir y dir z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 21.9895 m 0 0 -1 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 3.14294 m 21.1456 m -2.46727e-08 0.500921 0.865493 50 MeV 8.74614 meV 4.40895 m 4.40895 m World Transportation - 2 -2.68249 nm 3.19433 m 21.2413 m 1.52149e-08 0.444065 0.895995 50 MeV 0.215676 meV 10.8723 cm 4.51767 m World Transportation - 3 -1.24207 nm 3.23397 m 21.3273 m -2.98799e-08 0.393042 0.91952 50 MeV 0.187802 meV 9.46713 cm 4.61234 m World Transportation - 4 1.09035 mm 3.265 m 21.4045 m -1.60274e-08 0.347197 0.937792 50 MeV 0.164988 meV 8.31708 cm 4.69552 m World Transportation - 5 1.09035 mm 3.28901 m 21.4739 m -1.65141e-09 0.305965 0.952043 50 MeV 0.145813 meV 7.35047 cm 4.76902 m World Transportation - 6 1.09035 mm 3.30777 m 21.5364 m 1.92407e-07 0.268869 0.963177 50 MeV 0.129453 meV 6.52575 cm 4.83428 m World Transportation - 7 1.09036 mm 3.32243 m 21.5927 m 5.95077e-08 0.235483 0.971878 50 MeV 0.115314 meV 5.81299 cm 4.89241 m World Transportation - 8 1.09037 mm 3.33387 m 21.6433 m 8.34068e-08 0.205431 0.978672 50 MeV 0.102978 meV 5.19114 cm 4.94432 m World Transportation - 9 1.09037 mm 3.34279 m 21.6889 m 8.53298e-08 0.178375 0.983963 50 MeV 0.0921379 meV 4.6447 cm 4.99077 m World Transportation - 10 1.09037 mm 3.3497 m 21.7299 m 1.08942e-07 0.154017 0.988068 50 MeV 0.0825596 meV 4.16185 cm 5.03238 m World Transportation - 11 1.87655 mm 3.35505 m 21.7669 m 1.4148e-07 0.132086 0.991238 50 MeV 0.0740905 meV 3.73492 cm 5.06973 m World Transportation - 12 2.24129 mm 3.3598 m 21.8001 m 1.58003e-07 0.11234 0.99367 50 MeV 0.0665231 meV 3.35345 cm 5.10327 m World Transportation - 13 2.24129 mm 3.36291 m 21.83 m 1.87332e-07 0.0945584 0.995519 50 MeV 0.0597512 meV 3.01207 cm 5.13339 m World Transportation - 14 2.2413 mm 3.36526 m 21.857 m 1.32853e-07 0.0785491 0.99691 50 MeV 0.0537073 meV 2.7074 cm 5.16046 m World Transportation - 15 2.24089 mm 3.36654 m 21.8813 m 1.25686e-07 0.0641363 0.997941 50 MeV 0.0483084 meV 2.43524 cm 5.18481 m World Transportation - 16 1.58748 mm 3.36767 m 21.9032 m 9.32887e-08 0.0511629 0.99869 50 MeV 0.0434688 meV 2.19127 cm 5.20673 m World Transportation - 17 1.58748 mm 3.36856 m 21.9228 m 6.55791e-08 0.0394847 0.99922 50 MeV 0.0390704 meV 1.96955 cm 5.22642 m World Transportation - 18 2.04485 mm 3.36872 m 21.9406 m 2.2402e-07 0.0289721 0.99958 50 MeV 0.0351974 meV 1.77431 cm 5.24417 m World Transportation - 19 2.04486 mm 3.36911 m 21.9565 m 1.74053e-07 0.0195106 0.99981 50 MeV 0.0316312 meV 1.59454 cm 5.26011 m World Transportation - 20 2.04486 mm 3.36933 m 21.9709 m 1.86356e-07 0.0109944 0.99994 50 MeV 0.0284657 meV 1.43496 cm 5.27446 m World Transportation - 21 2.04486 mm 3.36942 m 21.9838 m 2.03326e-07 0.00332931 0.999994 50 MeV 0.0256182 meV 1.29142 cm 5.28738 m World Transportation - 22 2.04486 mm 3.36943 m 21.9895 m 2.24236e-07 -6.95566e-05 1 50 MeV 0.0113595 meV 5.72635 mm 5.2931 m World Transportation - 23 2.04486 mm 3.36943 m 21.9905 m 2.09345e-07 -0.000663107 1 50 MeV 0.00202385 meV 1.02023 mm 5.29412 m Absorber Transportation - 24 2.04487 mm 3.36939 m 22 m 1.77865e-07 -0.00630184 0.99998 50 MeV 0.0188455 meV 9.50007 mm 5.30362 m OutOfWorld Transportation + 1 0 fm 3.14294 m 21.1456 m 4.56875e-08 0.500921 0.865493 50 MeV 8.74614 meV 4.40895 m 4.40895 m World Transportation + 2 4.96729 nm 3.19433 m 21.2413 m 1.06914e-07 0.444065 0.895995 50 MeV 0.215676 meV 10.8723 cm 4.51767 m World Transportation + 3 15.089 nm 3.23397 m 21.3273 m 2.50508e-07 0.393043 0.91952 50 MeV 0.187802 meV 9.46713 cm 4.61234 m World Transportation + 4 754.025 um 3.26397 m 21.4048 m 3.1002e-07 0.347197 0.937792 50 MeV 0.164988 meV 8.31708 cm 4.69552 m World Transportation + 5 754.047 um 3.28797 m 21.4743 m 1.39933e-06 0.305988 0.952035 50 MeV 0.145732 meV 7.34641 cm 4.76898 m World Transportation + 6 754.139 um 3.30672 m 21.5367 m 1.42974e-06 0.268913 0.963165 50 MeV 0.129382 meV 6.5222 cm 4.8342 m World Transportation + 7 1.53737 mm 3.32146 m 21.5929 m 1.44357e-06 0.235545 0.971863 50 MeV 0.115271 meV 5.81086 cm 4.89231 m World Transportation + 8 699.183 um 3.33283 m 21.6435 m 1.38834e-06 0.205508 0.978655 50 MeV 0.102952 meV 5.18986 cm 4.94421 m World Transportation + 9 1.67579 mm 3.34157 m 21.6891 m 1.41573e-06 0.178467 0.983946 50 MeV 0.0921292 meV 4.64426 cm 4.99065 m World Transportation + 10 2.42481 mm 3.34874 m 21.7301 m 1.43253e-06 0.154124 0.988051 50 MeV 0.0825379 meV 4.16076 cm 5.03226 m World Transportation + 11 2.42487 mm 3.35408 m 21.767 m 1.32455e-06 0.132204 0.991222 50 MeV 0.0740231 meV 3.73152 cm 5.06957 m World Transportation + 12 2.42491 mm 3.35818 m 21.8003 m 1.31697e-06 0.112469 0.993655 50 MeV 0.066459 meV 3.35021 cm 5.10308 m World Transportation + 13 1.61442 mm 3.36134 m 21.8302 m 1.24646e-06 0.0947004 0.995506 50 MeV 0.0597476 meV 3.01189 cm 5.13319 m World Transportation + 14 1.35558 mm 3.3639 m 21.8572 m 1.24278e-06 0.078703 0.996898 50 MeV 0.053676 meV 2.70582 cm 5.16025 m World Transportation + 15 1.35561 mm 3.36564 m 21.8814 m 1.36222e-06 0.0642998 0.997931 50 MeV 0.0482612 meV 2.43286 cm 5.18458 m World Transportation + 16 1.35564 mm 3.36691 m 21.9033 m 1.39523e-06 0.0513335 0.998682 50 MeV 0.043408 meV 2.18821 cm 5.20646 m World Transportation + 17 1.07993 mm 3.36814 m 21.9229 m 1.36214e-06 0.0396613 0.999213 50 MeV 0.0390691 meV 1.96948 cm 5.22616 m World Transportation + 18 1.07995 mm 3.36875 m 21.9406 m 1.34753e-06 0.0291536 0.999575 50 MeV 0.0351394 meV 1.77139 cm 5.24387 m World Transportation + 19 1.07998 mm 3.36914 m 21.9566 m 1.36157e-06 0.0196952 0.999806 50 MeV 0.0316205 meV 1.594 cm 5.25981 m World Transportation + 20 1.08 mm 3.36936 m 21.9709 m 1.31302e-06 0.011182 0.999937 50 MeV 0.0284561 meV 1.43448 cm 5.27416 m World Transportation + 21 1.08001 mm 3.36945 m 21.9838 m 1.39432e-06 0.00351953 0.999994 50 MeV 0.0256095 meV 1.29098 cm 5.28707 m World Transportation + 22 1.08002 mm 3.36946 m 21.9895 m 1.36998e-06 0.000144006 1 50 MeV 0.0112815 meV 5.68704 mm 5.29275 m World Transportation + 23 1.08002 mm 3.36946 m 21.9905 m 1.3853e-06 -0.000449529 1 50 MeV 0.00202385 meV 1.02023 mm 5.29377 m Absorber Transportation + 24 1.08003 mm 3.36943 m 22 m 1.35688e-06 -0.00608822 0.999981 50 MeV 0.0188455 meV 9.50006 mm 5.30327 m OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000458s Sys=0.000000s + User=0.000000s Real=0.001194s Sys=0.000000s # /gun/energy 500.0 MeV /tracking/verbose 0 @@ -633,7 +633,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.015906s Sys=0.000000s + User=0.020000s Real=0.021215s Sys=0.000000s # # Test commands defined in this example /control/verbose 2 @@ -642,20 +642,21 @@ Run Summary /calor/setWorldMat Kr20CO2 /calor/setAbsThick 0.8 mm -- Calorimeter Absorber z-coords: Start= 21989.6 End= 21990.4 -/run/reinitializeGeometry +/run/geometryModified /calor/setAbsRad 1900 mm -- Calorimeter Absorber z-coords: Start= 21989.6 End= 21990.4 -/run/reinitializeGeometry +/run/geometryModified /calor/setAbsZpos 20990 mm -- Calorimeter Absorber z-coords: Start= 20989.6 End= 20990.4 -/run/reinitializeGeometry +/run/geometryModified /calor/setWorldZ 45000 mm -- Calorimeter Absorber z-coords: Start= 20989.6 End= 20990.4 -/run/reinitializeGeometry +/run/geometryModified /calor/setWorldR 23000 mm -- Calorimeter Absorber z-coords: Start= 20989.6 End= 20990.4 -/run/reinitializeGeometry +/run/geometryModified /field01/setField 0 0 1.0 kG + G4ChordFinder: stepperDriverId: 2 # /gun/random on /gun/xvertex 100 mm @@ -666,17 +667,6 @@ Run Summary Z coordinate of the primary vertex = 100 mm. # /run/beamOn 1 -Start re-initialization because - Geometry -has been modified since last Run. --- Calorimeter Absorber z-coords: Start= 20989.6 End= 20990.4 - - The WORLD is made of 45000mm of Kr20CO2, the transverse size (R) of the world is 23000 mm. - The ABSORBER is made of 0.8mm of Xe20CO2, the transverse size (R) is 1900 mm. - Z position of the (middle of the) absorber 20990 mm. - -Global field created with stepper DormandPrince745 - G4ChordFinder: stepperDriverId: 2 ========= Table of registered couples ============================ @@ -706,8 +696,8 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.008551s Sys=0.010000s + User=0.000000s Real=0.007824s Sys=0.000000s ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.29 MB +Dynamic pools deleted: 12 / Total memory freed: 0.27 MB ============================================================ diff --git a/examples/extended/field/field01/include/F01SteppingVerbose.hh b/examples/extended/field/field01/include/F01SteppingVerbose.hh index f7b877af7e7..54bc67d2a4a 100644 --- a/examples/extended/field/field01/include/F01SteppingVerbose.hh +++ b/examples/extended/field/field01/include/F01SteppingVerbose.hh @@ -61,6 +61,8 @@ class F01SteppingVerbose : public G4SteppingVerbose F01SteppingVerbose() = default; ~F01SteppingVerbose() override = default; + G4VSteppingVerbose* Clone() override { return new F01SteppingVerbose; } + void StepInfo() override; void TrackingStarted() override; }; diff --git a/examples/extended/field/field01/src/F01DetectorConstruction.cc b/examples/extended/field/field01/src/F01DetectorConstruction.cc index 910e136145b..402598c1673 100644 --- a/examples/extended/field/field01/src/F01DetectorConstruction.cc +++ b/examples/extended/field/field01/src/F01DetectorConstruction.cc @@ -212,7 +212,7 @@ void F01DetectorConstruction::DefineMaterials() G4VPhysicalVolume* F01DetectorConstruction::ConstructCalorimeter() { - // Cleanup old geometry + // In case an old geometry is present... clean it up if (fPhysiWorld) { G4GeometryManager::GetInstance()->OpenGeometry(); @@ -221,7 +221,7 @@ G4VPhysicalVolume* F01DetectorConstruction::ConstructCalorimeter() G4SolidStore::GetInstance()->Clean(); } - // complete the Calor parameters definition and Print + // Compute the Calor parameters definition and Print ComputeCalorParameters(); PrintCalorParameters(); @@ -314,7 +314,7 @@ void F01DetectorConstruction::SetAbsorberThickness(G4double val) // change Absorber thickness and recompute the calorimeter parameters fAbsorberThickness = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -324,7 +324,7 @@ void F01DetectorConstruction::SetAbsorberRadius(G4double val) // change the transverse size and recompute the calorimeter parameters fAbsorberRadius = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -333,7 +333,7 @@ void F01DetectorConstruction::SetWorldSizeZ(G4double val) { fWorldSizeZ = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -342,7 +342,7 @@ void F01DetectorConstruction::SetWorldSizeR(G4double val) { fWorldSizeR = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -351,7 +351,7 @@ void F01DetectorConstruction::SetAbsorberZpos(G4double val) { fZAbsorber = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/field/field02/History b/examples/extended/field/field02/History index 1ad53722048..79b8b90ef9a 100644 --- a/examples/extended/field/field02/History +++ b/examples/extended/field/field02/History @@ -1,9 +1,18 @@ # Example field02 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- + +## 2024-09-30 Gabriele Cosmo (fieldex02-V11-02-02) +- Use GeometryHasBeenModified() in place of ReinitializeGeometry() in + DetectorCostruction UI commands implementation, for thread safety. + +## 2024-09-18 Gabriele Cosmo (fieldex02-V11-02-01) +- Migrated to use G4RunManagerFactory. +- Use default MixMax random generator. ## 2024-04-29 Ivana Hrivnacova (fieldex02-V11-02-00) - Replaced FieldSetup and FieldMessenger classes with usage of new @@ -12,7 +21,7 @@ be used as a substitute for writing good git commit messages! in DetectorConstruction and its messenger and removed setting Z-value only -## 2023-07-05 I. Hrivnacova (fieldex02-V11-01-00) +## 2023-07-05 Ivana Hrivnacova (fieldex02-V11-01-00) - Clang-tidy, new coding guidelines - Clean-up trailing white-spaces diff --git a/examples/extended/field/field02/field02.cc b/examples/extended/field/field02/field02.cc index c317610f9c8..c2341ec6247 100644 --- a/examples/extended/field/field02/field02.cc +++ b/examples/extended/field/field02/field02.cc @@ -27,21 +27,13 @@ /// \file field/field02/field02.cc /// \brief Main program of the field/field02 example // -// -// -// //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "G4Types.hh" -#ifdef G4MULTITHREADED -# include "G4MTRunManager.hh" -#else -# include "F02SteppingVerbose.hh" - -# include "G4RunManager.hh" -#endif +#include "G4RunManagerFactory.hh" +#include "F02SteppingVerbose.hh" #include "F02ActionInitialization.hh" #include "F02DetectorConstruction.hh" @@ -58,23 +50,19 @@ int main(int argc, char** argv) { // Instantiate G4UIExecutive if there are no arguments (interactive mode) + // G4UIExecutive* ui = nullptr; if (argc == 1) { ui = new G4UIExecutive(argc, argv); } - // Choose the Random engine + // Setting the application-specific SteppingVerbose // - G4Random::setTheEngine(new CLHEP::RanecuEngine); + auto verbosity = new F02SteppingVerbose; // Construct the default run manager // -#ifdef G4MULTITHREADED - G4MTRunManager* runManager = new G4MTRunManager; -#else - G4VSteppingVerbose::SetInstance(new F02SteppingVerbose); - auto runManager = new G4RunManager; -#endif + auto runManager = G4RunManagerFactory::CreateRunManager(); // Set mandatory initialization classes // @@ -121,6 +109,7 @@ int main(int argc, char** argv) // owned and deleted by the run manager, so they should not // be deleted in the main() program ! + delete verbosity; delete visManager; delete runManager; diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index d0ddf8f88eb..5fb3f65a422 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -1,3 +1,4 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ !!! WARNING - FPE detection is activated !!! @@ -10,7 +11,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -229,7 +230,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -296,7 +296,7 @@ Some /vis commands (optionally) take a string to specify colour. /field/printParameters Magnetic field parameters: field type = ElectroMagnetic - equation type = EqMagElectric + equation type = EqElectroMagnetic stepper type = ClassicalRK4 minStep = 10 mm constDistance = 0 mm @@ -334,10 +334,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -508,7 +511,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -990,7 +993,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1015,7 +1018,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -1038,8 +1041,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. @@ -1049,58 +1050,46 @@ See commands in /vis/modeling/trajectories/ for other options. Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -36.6 um -4.84 cm 1.55 cm 534 MeV 7.44 keV 5.32 cm 5.32 cm World eIoni - 2 -30.9 um -12.8 cm 2.02 cm 1.33 GeV 13.9 keV 7.93 cm 13.3 cm World eIoni - 3 -28.1 um -20 cm 2.24 cm 2.05 GeV 18 keV 7.25 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -30.9 um -12.8 cm 2.02 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 -31.3 um -12.8 cm 2.01 cm 325 keV 1.34 keV 81.8 um 81.8 um World eIoni - 2 -33.9 um -20 cm 2.01 cm 724 MeV 15.6 keV 7.58 cm 7.58 cm OutOfWorldTransportation + 1 122 um -4.33 cm 1.49 cm 483 MeV 7.98 keV 4.81 cm 4.81 cm World eIoni + 2 295 um -11.8 cm 1.96 cm 1.23 GeV 17.5 keV 7.51 cm 12.3 cm World eIoni + 3 368 um -19 cm 2.19 cm 1.95 GeV 17.5 keV 7.23 cm 19.5 cm World eIoni + 4 376 um -20 cm 2.22 cm 2.05 GeV 1.96 keV 9.55 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -36.6 um -4.84 cm 1.55 cm 3.4 keV 0 eV 0 fm 0 fm World initStep - 1 -47.4 um -4.85 cm 1.55 cm 1.52 MeV 3.4 keV 363 um 363 um World eIoni - 2 -53.8 um -4.91 cm 1.55 cm 6.7 MeV 0 eV 518 um 881 um World eIoni - 3 -1.36 mm -11.8 cm 1.54 cm 696 MeV 8.15 keV 6.89 cm 6.98 cm World eIoni - 4 -1.27 mm -20 cm 1.45 cm 1.52 GeV 18.5 keV 8.21 cm 15.2 cm OutOfWorldTransportation + 0 368 um -19 cm 2.19 cm 4.08 MeV 0 eV 0 fm 0 fm World initStep + 1 378 um -20 cm 2.26 cm 99.5 MeV 2.83 keV 9.6 mm 9.6 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm -11.8 cm 1.54 cm 5.17 keV 0 eV 0 fm 0 fm World initStep - 1 -1.36 mm -11.8 cm 1.54 cm 3.2 MeV 5.17 keV 759 um 759 um World eIoni - 2 -1.37 mm -11.9 cm 1.54 cm 12.4 MeV 60.4 eV 921 um 1.68 mm World eIoni - 3 -1.37 mm -20 cm 1.54 cm 821 MeV 12.6 keV 8.08 cm 8.25 cm OutOfWorldTransportation + 0 295 um -11.8 cm 1.96 cm 2.08 keV 0 eV 0 fm 0 fm World initStep + 1 300 um -11.8 cm 1.96 cm 650 keV 2.08 keV 160 um 160 um World eIoni + 2 2.86 mm -15 cm 1.9 cm 317 MeV 5.46 keV 3.19 cm 3.2 cm World eIoni + 3 5.07 mm -20 cm 1.88 cm 817 MeV 8 keV 5 cm 8.21 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 34.3 um -7.66 cm 1.73 cm 816 MeV 21.4 keV 8.15 cm 8.15 cm World eIoni - 2 110 um -20 cm 2.18 cm 2.05 GeV 29.5 keV 12.3 cm 20.5 cm OutOfWorldTransportation + 0 2.86 mm -15 cm 1.9 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 2.86 mm -15 cm 1.9 cm 215 keV 1.05 keV 56.9 um 56.9 um World eIoni + 2 2.85 mm -20 cm 1.9 cm 500 MeV 11.9 keV 5.32 cm 5.33 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 34.3 um -7.66 cm 1.73 cm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 36.4 um -7.67 cm 1.73 cm 207 keV 1.02 keV 55 um 55 um World eIoni - 2 -2.49 cm -17.4 cm 1.23 cm 977 MeV 23.4 keV 11.3 cm 11.3 cm World eIoni - 3 -3.78 cm -19.6 cm 1.04 cm 1.2 GeV 4.55 keV 2.57 cm 13.9 cm OutOfWorldTransportation + 0 122 um -4.33 cm 1.49 cm 144 keV 0 eV 0 fm 0 fm World initStep + 1 69.5 um -6.19 cm 1.93 cm 186 MeV 5.25 keV 1.95 cm 1.95 cm World eIoni + 2 -3.46 mm -20 cm 3.12 cm 1.57 GeV 28.6 keV 13.9 cm 15.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1108,205 +1097,211 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 32.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 -1.02 mm -19.4 cm 2.22 cm 1.99 GeV 44.2 keV 19.9 cm 19.9 cm World eIoni + 2 -1.04 mm -20 cm 2.23 cm 2.05 GeV 1.18 keV 5.64 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -116 um -7.14 cm 1.74 cm 764 MeV 18.1 keV 7.63 cm 7.63 cm World eIoni - 2 -252 um -17.9 cm 2.2 cm 1.84 GeV 19.7 keV 10.8 cm 18.4 cm World eIoni - 3 -267 um -20 cm 2.26 cm 2.05 GeV 6.48 keV 2.05 cm 20.5 cm OutOfWorldTransportation + 0 -1.02 mm -19.4 cm 2.22 cm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 -1.01 mm -19.4 cm 2.22 cm 691 keV 2.15 keV 170 um 170 um World eIoni + 2 -991 um -19.6 cm 2.22 cm 11.5 MeV 0 eV 1.08 mm 1.25 mm World eIoni + 3 -964 um -20 cm 2.22 cm 56.4 MeV 203 eV 4.49 mm 5.74 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -252 um -17.9 cm 2.2 cm 1.8 keV 0 eV 0 fm 0 fm World initStep - 1 -246 um -18 cm 2.2 cm 513 keV 1.8 keV 128 um 128 um World eIoni - 2 -223 um -20 cm 2.2 cm 205 MeV 2.22 keV 2.06 cm 2.07 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 28.2 um -1.65 cm 1.07 cm 215 MeV 7.21 keV 2.09 cm 2.09 cm World eIoni + 2 45.3 um -20 cm 2.21 cm 2.05 GeV 40.5 keV 18.4 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -116 um -7.14 cm 1.74 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 -113 um -7.14 cm 1.74 cm 285 keV 1.24 keV 72.7 um 72.7 um World eIoni - 2 -92.2 um -20 cm 1.74 cm 1.29 GeV 24.5 keV 14.3 cm 14.3 cm OutOfWorldTransportation + 0 28.2 um -1.65 cm 1.07 cm 6.75 keV 0 eV 0 fm 0 fm World initStep + 1 21.5 um -1.7 cm 1.07 cm 5.17 MeV 6.75 keV 1.19 mm 1.19 mm World eIoni + 2 174 um -1.83 cm 1.03 cm 18.8 MeV 109 eV 1.44 mm 2.63 mm World eIoni + 3 300 um -2.21 cm 9.93 mm 56.3 MeV 788 eV 3.78 mm 6.41 mm World eIoni + 4 425 um -3.98 cm 9.48 mm 233 MeV 3.06 keV 1.77 cm 2.41 cm World eIoni + 5 448 um -4.86 cm 9.38 mm 321 MeV 2.3 keV 8.76 mm 3.29 cm World eIoni + 6 526 um -11.2 cm 9.07 mm 956 MeV 12.6 keV 6.35 cm 9.64 cm World eIoni + 7 574 um -20 cm 8.92 mm 1.84 GeV 19.8 keV 8.79 cm 18.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 67.9 um -10.5 cm 1.86 cm 1.1 GeV 22.2 keV 11 cm 11 cm World eIoni - 2 110 um -20 cm 2.15 cm 2.05 GeV 19.8 keV 9.51 cm 20.5 cm OutOfWorldTransportation + 0 526 um -11.2 cm 9.07 mm 2.75 keV 0 eV 0 fm 0 fm World initStep + 1 535 um -11.2 cm 9.07 mm 1.05 MeV 2.75 keV 253 um 253 um World eIoni + 2 520 um -11.6 cm 9.13 mm 37.3 MeV 893 eV 3.62 mm 3.88 mm World eIoni + 3 209 um -18.7 cm 9.72 mm 750 MeV 10.1 keV 7.13 cm 7.52 cm World eIoni + 4 228 um -20 cm 9.73 mm 879 MeV 2.3 keV 1.29 cm 8.81 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 67.9 um -10.5 cm 1.86 cm 2.67 keV 0 eV 0 fm 0 fm World initStep - 1 76.9 um -10.5 cm 1.86 cm 982 keV 2.67 keV 199 um 199 um World eIoni - 2 -386 um -20 cm 1.84 cm 950 MeV 12.9 keV 9.62 cm 9.64 cm OutOfWorldTransportation + 0 209 um -18.7 cm 9.72 mm 1.51 keV 0 eV 0 fm 0 fm World initStep + 1 205 um -18.7 cm 9.72 mm 394 keV 1.51 keV 97.1 um 97.1 um World eIoni + 2 186 um -20 cm 9.71 mm 129 MeV 3.93 keV 1.29 cm 1.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -69.2 um -2.93 cm 1.31 cm 343 MeV 7.1 keV 3.39 cm 3.39 cm World eIoni - 2 -92.8 um -3.61 cm 1.4 cm 411 MeV 1.03 keV 6.92 mm 4.09 cm World eIoni - 3 -139 um -5.37 cm 1.58 cm 587 MeV 5.42 keV 1.77 cm 5.85 cm World eIoni - 4 -178 um -7.35 cm 1.73 cm 785 MeV 3.64 keV 1.98 cm 7.84 cm World eIoni - 5 -270 um -14 cm 2.03 cm 1.45 GeV 15.7 keV 6.62 cm 14.5 cm World eIoni - 6 -327 um -20 cm 2.2 cm 2.05 GeV 11.5 keV 6.04 cm 20.5 cm OutOfWorldTransportation + 0 520 um -11.6 cm 9.13 mm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 516 um -11.6 cm 9.13 mm 275 keV 1.21 keV 70.5 um 70.5 um World eIoni + 2 492 um -20 cm 9.14 mm 842 MeV 16.1 keV 9.04 cm 9.05 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -270 um -14 cm 2.03 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -266 um -14 cm 2.03 cm 317 keV 1.32 keV 79.9 um 79.9 um World eIoni - 2 -242 um -20 cm 2.03 cm 603 MeV 12 keV 6.27 cm 6.28 cm OutOfWorldTransportation + 0 448 um -4.86 cm 9.38 mm 1.16 keV 0 eV 0 fm 0 fm World initStep + 1 447 um -4.86 cm 9.39 mm 253 keV 1.16 keV 65.5 um 65.5 um World eIoni + 2 -2.32 mm -18.3 cm 2.56 cm 1.35 GeV 36.7 keV 15.6 cm 15.6 cm World eIoni + 3 -2.74 mm -20 cm 3.16 cm 1.51 GeV 5.9 keV 1.76 cm 17.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -178 um -7.35 cm 1.73 cm 1.38 keV 0 eV 0 fm 0 fm World initStep - 1 -174 um -7.35 cm 1.73 cm 340 keV 1.38 keV 85.1 um 85.1 um World eIoni - 2 -147 um -20 cm 1.73 cm 1.26 GeV 26.3 keV 13.7 cm 13.7 cm OutOfWorldTransportation + 0 425 um -3.98 cm 9.48 mm 2.6 keV 0 eV 0 fm 0 fm World initStep + 1 434 um -3.99 cm 9.48 mm 954 keV 2.6 keV 231 um 231 um World eIoni + 2 441 um -4.15 cm 9.5 mm 16.5 MeV 107 eV 1.55 mm 1.78 mm World eIoni + 3 516 um -5.52 cm 9.51 mm 154 MeV 1.9 keV 1.38 cm 1.55 cm World eIoni + 4 570 um -8.8 cm 9.63 mm 482 MeV 4.46 keV 3.28 cm 4.83 cm World eIoni + 5 559 um -9.89 cm 9.66 mm 590 MeV 1.18 keV 1.09 cm 5.92 cm World eIoni + 6 500 um -20 cm 9.84 mm 1.6 GeV 23.4 keV 10.1 cm 16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -139 um -5.37 cm 1.58 cm 1.75 keV 0 eV 0 fm 0 fm World initStep - 1 -144 um -5.38 cm 1.58 cm 491 keV 1.75 keV 122 um 122 um World eIoni - 2 -174 um -20 cm 1.58 cm 1.46 GeV 30.6 keV 15.3 cm 15.4 cm OutOfWorldTransportation + 0 559 um -9.89 cm 9.66 mm 3.23 keV 0 eV 0 fm 0 fm World initStep + 1 566 um -9.9 cm 9.65 mm 1.39 MeV 3.23 keV 334 um 334 um World eIoni + 2 593 um -10.1 cm 9.66 mm 23 MeV 262 eV 2.16 mm 2.49 mm World eIoni + 3 745 um -20 cm 9.74 mm 1.01 GeV 18.1 keV 9.89 cm 10.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -92.8 um -3.61 cm 1.4 cm 5.17 keV 0 eV 0 fm 0 fm World initStep - 1 -92.3 um -3.65 cm 1.4 cm 3.2 MeV 5.17 keV 759 um 759 um World eIoni - 2 -348 um -5.25 cm 1.41 cm 164 MeV 2.72 keV 1.61 cm 1.68 cm World eIoni - 3 -476 um -6.92 cm 1.43 cm 330 MeV 3.71 keV 1.66 cm 3.35 cm World eIoni - 4 -707 um -13.6 cm 1.48 cm 996 MeV 15.6 keV 6.66 cm 10 cm World eIoni - 5 -815 um -20 cm 1.5 cm 1.64 GeV 13.1 keV 6.43 cm 16.4 cm OutOfWorldTransportation + 0 570 um -8.8 cm 9.63 mm 4.05 keV 0 eV 0 fm 0 fm World initStep + 1 579 um -8.82 cm 9.61 mm 2.07 MeV 4.05 keV 494 um 494 um World eIoni + 2 579 um -8.82 cm 9.61 mm 2.43 MeV 5.2 eV 35.9 um 529 um World eIoni + 3 288 um -10.4 cm 9.45 mm 164 MeV 2.75 keV 1.61 cm 1.67 cm World eIoni + 4 385 um -12.1 cm 9.1 mm 330 MeV 3.59 keV 1.66 cm 3.33 cm World eIoni + 5 545 um -18.3 cm 8.54 mm 951 MeV 15.5 keV 6.22 cm 9.54 cm World eIoni + 6 558 um -19.6 cm 8.48 mm 1.08 GeV 2.93 keV 1.33 cm 10.9 cm World eIoni + 7 562 um -20 cm 8.46 mm 1.12 GeV 360 eV 3.58 mm 11.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -707 um -13.6 cm 1.48 cm 2.88 keV 0 eV 0 fm 0 fm World initStep - 1 -710 um -13.6 cm 1.48 cm 1.14 MeV 2.88 keV 274 um 274 um World eIoni - 2 -687 um -13.8 cm 1.47 cm 22.9 MeV 73.8 eV 2.18 mm 2.45 mm World eIoni - 3 -658 um -20 cm 1.47 cm 643 MeV 11.2 keV 6.2 cm 6.44 cm OutOfWorldTransportation + 0 558 um -19.6 cm 8.48 mm 1.64 keV 0 eV 0 fm 0 fm World initStep + 1 553 um -19.6 cm 8.48 mm 456 keV 1.64 keV 111 um 111 um World eIoni + 2 539 um -20 cm 8.48 mm 35.8 MeV 295 eV 3.54 mm 3.65 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -476 um -6.92 cm 1.43 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 -474 um -6.92 cm 1.43 cm 237 keV 1.11 keV 62 um 62 um World eIoni - 2 7.29 mm -19.1 cm 1.84 cm 1.22 GeV 31.8 keV 14.1 cm 14.1 cm World eIoni - 3 8.64 mm -20 cm 2 cm 1.31 GeV 1.05 keV 8.9 mm 15 cm OutOfWorldTransportation + 0 545 um -18.3 cm 8.54 mm 1.35 keV 0 eV 0 fm 0 fm World initStep + 1 545 um -18.3 cm 8.54 mm 329 keV 1.35 keV 82.6 um 82.6 um World eIoni + 2 549 um -20 cm 8.52 mm 169 MeV 5.89 keV 1.7 cm 1.71 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -69.2 um -2.93 cm 1.31 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -69.7 um -2.93 cm 1.31 cm 225 keV 1.08 keV 59.2 um 59.2 um World eIoni - 2 4.04 cm -14.1 cm 3.79 cm 1.12 GeV 32.6 keV 13 cm 13 cm World eIoni - 3 6.03 cm -19.1 cm 3.64 cm 1.61 GeV 9.73 keV 5.33 cm 18.3 cm OutOfWorldTransportation + 0 385 um -12.1 cm 9.1 mm 1.35 keV 0 eV 0 fm 0 fm World initStep + 1 385 um -12.1 cm 9.1 mm 330 keV 1.35 keV 82.9 um 82.9 um World eIoni + 2 385 um -20 cm 9.13 mm 791 MeV 17.9 keV 8.29 cm 8.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 62.9 um -3.82 cm 1.42 cm 431 MeV 9.67 keV 4.29 cm 4.29 cm World eIoni - 2 135 um -5.24 cm 1.57 cm 573 MeV 1.48 keV 1.43 cm 5.72 cm World eIoni - 3 271 um -9.17 cm 1.83 cm 966 MeV 11.6 keV 3.94 cm 9.66 cm World eIoni - 4 379 um -13.4 cm 2.01 cm 1.39 GeV 9.24 keV 4.25 cm 13.9 cm World eIoni - 5 498 um -20 cm 2.2 cm 2.05 GeV 17.9 keV 6.59 cm 20.5 cm OutOfWorldTransportation + 0 516 um -5.52 cm 9.51 mm 1.37 keV 0 eV 0 fm 0 fm World initStep + 1 512 um -5.53 cm 9.51 mm 337 keV 1.37 keV 84.6 um 84.6 um World eIoni + 2 487 um -20 cm 9.5 mm 1.45 GeV 25.2 keV 15.8 cm 15.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 379 um -13.4 cm 2.01 cm 1.3 keV 0 eV 0 fm 0 fm World initStep - 1 379 um -13.4 cm 2.01 cm 308 keV 1.3 keV 78.1 um 78.1 um World eIoni - 2 378 um -20 cm 2 cm 659 MeV 12.4 keV 6.89 cm 6.9 cm OutOfWorldTransportation + 0 300 um -2.21 cm 9.93 mm 3.9 keV 0 eV 0 fm 0 fm World initStep + 1 310 um -2.23 cm 9.92 mm 1.93 MeV 3.9 keV 462 um 462 um World eIoni + 2 316 um -2.28 cm 9.92 mm 6.57 MeV 47.9 eV 463 um 926 um World eIoni + 3 338 um -2.58 cm 9.91 mm 36.7 MeV 542 eV 3.01 mm 3.94 mm World eIoni + 4 191 um -9.21 cm 1.01 cm 700 MeV 13.8 keV 6.63 cm 7.02 cm World eIoni + 5 265 um -20 cm 1.01 cm 1.78 GeV 19.6 keV 10.8 cm 17.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 271 um -9.17 cm 1.83 cm 100 keV 0 eV 0 fm 0 fm World initStep - 1 -956 um -9.82 cm 1.81 cm 65.1 MeV 2.68 keV 6.71 mm 6.71 mm World eIoni - 2 -2.7 mm -15.8 cm 1.78 cm 667 MeV 12.5 keV 6.02 cm 6.69 cm World eIoni - 3 -2.95 mm -17.9 cm 1.78 cm 870 MeV 3.65 keV 2.03 cm 8.72 cm World eIoni - 4 -3.16 mm -20 cm 1.78 cm 1.08 GeV 4.22 keV 2.13 cm 10.9 cm OutOfWorldTransportation + 0 191 um -9.21 cm 1.01 cm 13.6 keV 0 eV 0 fm 0 fm World initStep + 1 156 um -9.36 cm 1.01 cm 15.4 MeV 7.17 keV 2.29 mm 2.29 mm World eIoni + 2 -2.29 mm -9.62 cm 1.19 cm 41.7 MeV 1.38 keV 5.45 mm 7.74 mm World eIoni + 3 -4.51 mm -16.2 cm 1.34 cm 696 MeV 12.9 keV 6.55 cm 7.33 cm World eIoni + 4 -4.97 mm -20 cm 1.37 cm 1.08 GeV 6.99 keV 3.83 cm 11.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm -17.9 cm 1.78 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 -2.95 mm -17.9 cm 1.78 cm 322 keV 1.34 keV 81.2 um 81.2 um World eIoni - 2 -2.94 mm -20 cm 1.78 cm 213 MeV 5.94 keV 2.16 cm 2.17 cm OutOfWorldTransportation + 0 -4.51 mm -16.2 cm 1.34 cm 83.3 keV 0 eV 0 fm 0 fm World initStep + 1 -4.39 mm -16.2 cm 1.35 cm 7.42 MeV 161 eV 751 um 751 um World eIoni + 2 -4.27 mm -17.8 cm 1.35 cm 168 MeV 2.96 keV 1.6 cm 1.68 cm World eIoni + 3 -4.3 mm -20 cm 1.33 cm 383 MeV 2.68 keV 2.15 cm 3.83 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.7 mm -15.8 cm 1.78 cm 22.5 keV 0 eV 0 fm 0 fm World initStep - 1 -2.74 mm -16.1 cm 1.77 cm 29.1 MeV 4.65 keV 3.73 mm 3.73 mm World eIoni - 2 -7.89 mm -17.9 cm 1.6 cm 204 MeV 3.82 keV 1.87 cm 2.24 cm World eIoni - 3 -9.51 mm -20 cm 1.55 cm 415 MeV 4.31 keV 2.12 cm 4.36 cm OutOfWorldTransportation + 0 338 um -2.58 cm 9.91 mm 1.35 keV 0 eV 0 fm 0 fm World initStep + 1 334 um -2.58 cm 9.91 mm 327 keV 1.35 keV 82.3 um 82.3 um World eIoni + 2 305 um -20 cm 9.91 mm 1.74 GeV 31.1 keV 19.6 cm 19.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 135 um -5.24 cm 1.57 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 133 um -5.24 cm 1.57 cm 227 keV 1.08 keV 59.7 um 59.7 um World eIoni - 2 1.01 cm -16.6 cm -1.63 cm 1.14 GeV 32.1 keV 13.1 cm 13.2 cm World eIoni - 3 1.09 cm -20 cm -3.56 cm 1.47 GeV 7.29 keV 3.88 cm 17 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 39.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 62.9 um -3.82 cm 1.42 cm 1.96 keV 0 eV 0 fm 0 fm World initStep - 1 67 um -3.82 cm 1.42 cm 590 keV 1.96 keV 146 um 146 um World eIoni - 2 88.9 um -20 cm 1.42 cm 1.62 GeV 29.1 keV 16.8 cm 16.8 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 35.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1314,27 +1309,28 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -9.62 um -5.47 mm 6.88 mm 105 MeV 2.2 keV 9.23 mm 9.23 mm World eIoni - 2 141 um -19.1 cm 2.22 cm 1.96 GeV 40.3 keV 18.7 cm 19.6 cm World eIoni - 3 165 um -20 cm 2.24 cm 2.05 GeV 2.41 keV 8.8 mm 20.5 cm OutOfWorldTransportation + 1 64 um -2.93 cm 1.32 cm 343 MeV 4.77 keV 3.4 cm 3.4 cm World eIoni + 2 255 um -16.2 cm 2.13 cm 1.67 GeV 23.4 keV 13.3 cm 16.7 cm World eIoni + 3 323 um -20 cm 2.24 cm 2.05 GeV 7.71 keV 3.76 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 141 um -19.1 cm 2.22 cm 1.64 keV 0 eV 0 fm 0 fm World initStep - 1 140 um -19.1 cm 2.22 cm 454 keV 1.64 keV 111 um 111 um World eIoni - 2 136 um -20 cm 2.22 cm 88 MeV 1.07 keV 8.78 mm 8.89 mm OutOfWorldTransportation + 0 255 um -16.2 cm 2.13 cm 7.35 keV 0 eV 0 fm 0 fm World initStep + 1 230 um -16.3 cm 2.13 cm 6.03 MeV 5.15 keV 1.32 mm 1.32 mm World eIoni + 2 1.37 mm -17.5 cm 1.96 cm 126 MeV 2.55 keV 1.23 cm 1.36 cm World eIoni + 3 1.74 mm -20 cm 1.9 cm 376 MeV 4.46 keV 2.51 cm 3.87 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.62 um -5.47 mm 6.88 mm 1.68 keV 0 eV 0 fm 0 fm World initStep - 1 -12.9 um -5.52 mm 6.88 mm 474 keV 1.68 keV 115 um 115 um World eIoni - 2 -33.1 um -20 cm 6.86 mm 1.95 GeV 33.2 keV 20.8 cm 20.9 cm OutOfWorldTransportation + 0 64 um -2.93 cm 1.32 cm 33.8 keV 0 eV 0 fm 0 fm World initStep + 1 120 um -3.04 cm 1.31 cm 11.1 MeV 476 eV 1.15 mm 1.15 mm World eIoni + 2 -1.67 mm -20 cm 1.37 cm 1.71 GeV 29.6 keV 17 cm 17.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1342,18 +1338,27 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -728 um -19.2 cm 2.13 cm 1.97 GeV 44.4 keV 19.7 cm 19.7 cm World eIoni - 2 -751 um -20 cm 2.15 cm 2.05 GeV 793 eV 7.62 mm 20.5 cm OutOfWorldTransportation + 1 10.1 um -11.8 cm 2.01 cm 1.23 GeV 26.7 keV 12.3 cm 12.3 cm World eIoni + 2 -105 um -18.5 cm 2.25 cm 1.9 GeV 17.9 keV 6.65 cm 19 cm World eIoni + 3 -126 um -20 cm 2.29 cm 2.05 GeV 3.05 keV 1.54 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -105 um -18.5 cm 2.25 cm 1.99 keV 0 eV 0 fm 0 fm World initStep + 1 -111 um -18.5 cm 2.25 cm 606 keV 1.99 keV 150 um 150 um World eIoni + 2 -133 um -20 cm 2.25 cm 154 MeV 2.83 keV 1.54 cm 1.56 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -728 um -19.2 cm 2.13 cm 2.47 keV 0 eV 0 fm 0 fm World initStep - 1 -720 um -19.2 cm 2.13 cm 873 keV 2.47 keV 212 um 212 um World eIoni - 2 -633 um -19.6 cm 2.13 cm 34.7 MeV 777 eV 3.38 mm 3.6 mm World eIoni - 3 -608 um -20 cm 2.13 cm 76.2 MeV 1.73 keV 4.15 mm 7.75 mm OutOfWorldTransportation + 0 10.1 um -11.8 cm 2.01 cm 3.44 keV 0 eV 0 fm 0 fm World initStep + 1 22 um -11.8 cm 2.01 cm 1.53 MeV 3.44 keV 314 um 314 um World eIoni + 2 605 um -20 cm 2 cm 819 MeV 9.46 keV 8.22 cm 8.25 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1361,35 +1366,39 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 43.4 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 -28.2 um -2.46 cm 1.24 cm 296 MeV 4.71 keV 2.92 cm 2.92 cm World eIoni + 2 -31.2 um -3.88 cm 1.43 cm 438 MeV 4.01 keV 1.43 cm 4.36 cm World eIoni + 3 -71.5 um -16.8 cm 2.13 cm 1.73 GeV 26.3 keV 12.9 cm 17.2 cm World eIoni + 4 -89.8 um -20 cm 2.21 cm 2.05 GeV 6.29 keV 3.25 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -594 um -13.4 cm 2.03 cm 1.39 GeV 27.4 keV 13.9 cm 13.9 cm World eIoni - 2 -709 um -15.5 cm 2.1 cm 1.6 GeV 3.57 keV 2.15 cm 16 cm World eIoni - 3 -909 um -20 cm 2.21 cm 2.05 GeV 11.4 keV 4.47 cm 20.5 cm OutOfWorldTransportation + 0 -71.5 um -16.8 cm 2.13 cm 3.8 keV 0 eV 0 fm 0 fm World initStep + 1 -74 um -16.8 cm 2.13 cm 1.85 MeV 3.8 keV 442 um 442 um World eIoni + 2 -37.1 um -17.4 cm 2.13 cm 66 MeV 881 eV 6.41 mm 6.85 mm World eIoni + 3 178 um -20 cm 2.15 cm 325 MeV 5.95 keV 2.59 cm 3.27 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -709 um -15.5 cm 2.1 cm 3.26 keV 0 eV 0 fm 0 fm World initStep - 1 -715 um -15.5 cm 2.1 cm 1.09 MeV 639 eV 158 um 158 um World eIoni - 2 107 um -20 cm 2.14 cm 447 MeV 6.02 keV 4.49 cm 4.51 cm OutOfWorldTransportation + 0 -31.2 um -3.88 cm 1.43 cm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 -27 um -3.88 cm 1.43 cm 381 keV 1.48 keV 94.4 um 94.4 um World eIoni + 2 481 nm -20 cm 1.43 cm 1.61 GeV 26.4 keV 17.5 cm 17.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -594 um -13.4 cm 2.03 cm 4.07 keV 0 eV 0 fm 0 fm World initStep - 1 -588 um -13.4 cm 2.03 cm 1.59 MeV 920 eV 227 um 227 um World eIoni - 2 -706 um -20 cm 2.03 cm 662 MeV 8.88 keV 6.63 cm 6.65 cm OutOfWorldTransportation + 0 -28.2 um -2.46 cm 1.24 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 -25.5 um -2.46 cm 1.24 cm 287 keV 1.25 keV 73.3 um 73.3 um World eIoni + 2 -4.83 mm -19 cm 2.15 cm 1.65 GeV 35.7 keV 19 cm 19 cm World eIoni + 3 -8.54 mm -20 cm 2.53 cm 1.75 GeV 2.78 keV 1.15 cm 20.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1397,36 +1406,38 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -22.4 um -2.03 cm 1.16 cm 253 MeV 6.63 keV 2.48 cm 2.48 cm World eIoni - 2 50.6 um -18.8 cm 2.18 cm 1.93 GeV 26.7 keV 16.8 cm 19.3 cm World eIoni - 3 52.5 um -20 cm 2.21 cm 2.05 GeV 2.4 keV 1.24 cm 20.5 cm OutOfWorldTransportation + 1 -88.9 um -3.43 cm 1.39 cm 393 MeV 7.31 keV 3.91 cm 3.91 cm World eIoni + 2 -363 um -6.55 cm 1.68 cm 705 MeV 8.68 keV 3.13 cm 7.04 cm World eIoni + 3 -851 um -20 cm 2.22 cm 2.05 GeV 30.9 keV 13.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 50.6 um -18.8 cm 2.18 cm 1.68 keV 0 eV 0 fm 0 fm World initStep - 1 45.4 um -18.8 cm 2.18 cm 475 keV 1.68 keV 115 um 115 um World eIoni - 2 25.6 um -20 cm 2.18 cm 124 MeV 1.52 keV 1.24 cm 1.25 cm OutOfWorldTransportation + 0 -363 um -6.55 cm 1.68 cm 2.64 keV 0 eV 0 fm 0 fm World initStep + 1 -360 um -6.56 cm 1.68 cm 978 keV 2.64 keV 237 um 237 um World eIoni + 2 -517 um -10.3 cm 1.43 cm 379 MeV 5.58 keV 3.79 cm 3.81 cm World eIoni + 3 -459 um -10.9 cm 1.42 cm 431 MeV 840 eV 5.22 mm 4.34 cm World eIoni + 4 57.1 um -20 cm 1.35 cm 1.34 GeV 14.1 keV 9.14 cm 13.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -22.4 um -2.03 cm 1.16 cm 3.53 keV 0 eV 0 fm 0 fm World initStep - 1 -10.6 um -2.04 cm 1.15 cm 1.62 MeV 3.53 keV 387 um 387 um World eIoni - 2 -5.88 um -2.1 cm 1.15 cm 7.3 MeV 62.3 eV 568 um 956 um World eIoni - 3 2.62 um -20 cm 1.15 cm 1.8 GeV 27.1 keV 17.9 cm 18 cm OutOfWorldTransportation + 0 -459 um -10.9 cm 1.42 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 -461 um -10.9 cm 1.42 cm 292 keV 1.26 keV 74.4 um 74.4 um World eIoni + 2 -480 um -20 cm 1.42 cm 914 MeV 14.8 keV 9.8 cm 9.81 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 31.8 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 -88.9 um -3.43 cm 1.39 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 -93.2 um -3.44 cm 1.39 cm 428 keV 1.58 keV 105 um 105 um World eIoni + 2 -120 um -20 cm 1.39 cm 1.66 GeV 29.9 keV 17.8 cm 17.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1434,17 +1445,17 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 1.04 mm -19.7 cm 2.23 cm 2.02 GeV 36.8 keV 20.2 cm 20.2 cm World eIoni - 2 1.05 mm -20 cm 2.24 cm 2.05 GeV 542 eV 2.69 mm 20.5 cm OutOfWorldTransportation + 1 97.1 um -7.86 cm 1.74 cm 836 MeV 15.4 keV 8.35 cm 8.35 cm World eIoni + 2 332 um -20 cm 2.12 cm 2.05 GeV 23.8 keV 12.1 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm -19.7 cm 2.23 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 1.04 mm -19.7 cm 2.23 cm 236 keV 1.11 keV 61.6 um 61.6 um World eIoni - 2 1.03 mm -20 cm 2.23 cm 26.9 MeV 400 eV 2.68 mm 2.74 mm OutOfWorldTransportation + 0 97.1 um -7.86 cm 1.74 cm 1.52 keV 0 eV 0 fm 0 fm World initStep + 1 92.5 um -7.86 cm 1.74 cm 398 keV 1.52 keV 98.1 um 98.1 um World eIoni + 2 64.1 um -20 cm 1.74 cm 1.21 GeV 21.2 keV 12.8 cm 12.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1452,97 +1463,100 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 9.06 um -1.06 cm 9.08 mm 156 MeV 5.65 keV 1.48 cm 1.48 cm World eIoni - 2 9.04 um -2.37 cm 1.23 cm 287 MeV 1.36 keV 1.35 cm 2.83 cm World eIoni - 3 22.2 um -16.6 cm 2.14 cm 1.71 GeV 33.4 keV 14.2 cm 17.1 cm World eIoni - 4 40.2 um -20 cm 2.24 cm 2.05 GeV 3.87 keV 3.43 cm 20.5 cm OutOfWorldTransportation + 1 -66.4 um -2.75 cm 1.29 cm 325 MeV 7.7 keV 3.21 cm 3.21 cm World eIoni + 2 -118 um -6.21 cm 1.66 cm 671 MeV 4.33 keV 3.48 cm 6.7 cm World eIoni + 3 -203 um -20 cm 2.23 cm 2.05 GeV 33.5 keV 13.8 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 22.2 um -16.6 cm 2.14 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 18 um -16.6 cm 2.14 cm 358 keV 1.42 keV 89.2 um 89.2 um World eIoni - 2 -5.18 um -20 cm 2.14 cm 343 MeV 6.08 keV 3.49 cm 3.5 cm OutOfWorldTransportation + 0 -118 um -6.21 cm 1.66 cm 7.83 keV 0 eV 0 fm 0 fm World initStep + 1 -88.5 um -6.28 cm 1.66 cm 6.73 MeV 5.68 keV 1.42 mm 1.42 mm World eIoni + 2 -1.44 mm -6.85 cm 1.48 cm 64.5 MeV 878 eV 6.74 mm 8.16 mm World eIoni + 3 -2.77 mm -20 cm 1.32 cm 1.38 GeV 25.6 keV 13.1 cm 14 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.04 um -2.37 cm 1.23 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 11 um -2.37 cm 1.23 cm 237 keV 1.11 keV 61.9 um 61.9 um World eIoni - 2 1.87 cm -14.5 cm 6.01 cm 1.22 GeV 32.2 keV 14 cm 14.1 cm World eIoni - 3 3.95 cm -19.6 cm 4.55 cm 1.72 GeV 11.2 keV 5.69 cm 19.7 cm OutOfWorldTransportation + 0 -66.4 um -2.75 cm 1.29 cm 2.22 keV 0 eV 0 fm 0 fm World initStep + 1 -73.4 um -2.75 cm 1.29 cm 724 keV 2.22 keV 178 um 178 um World eIoni + 2 -753 um -4.55 cm 1.37 cm 180 MeV 2.8 keV 1.8 cm 1.82 cm World eIoni + 3 -1.83 mm -8.72 cm 1.28 cm 598 MeV 6.77 keV 4.18 cm 6 cm World eIoni + 4 -1.85 mm -8.91 cm 1.28 cm 616 MeV 333 eV 1.86 mm 6.18 cm World eIoni + 5 -2.77 mm -19.9 cm 1.2 cm 1.72 GeV 21.9 keV 11 cm 17.2 cm World eBrem + 6 -2.77 mm -20 cm 1.2 cm 1.73 GeV 30.1 eV 618 um 17.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.06 um -1.06 cm 9.08 mm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 8.11 um -1.06 cm 9.09 mm 230 keV 1.09 keV 60 um 60 um World eIoni - 2 4.72 cm -12.7 cm 2.26 cm 1.16 GeV 30.7 keV 13.4 cm 13.4 cm World eIoni - 3 6.28 cm -19 cm 3.16 cm 1.79 GeV 14.2 keV 6.59 cm 20 cm OutOfWorldTransportation + 0 -2.77 mm -19.9 cm 1.2 cm 11.4 keV 0 eV 0 fm 0 fm World initStep + 1 -2.78 mm -20 cm 1.2 cm 11.4 keV 0 eV 618 um 618 um OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 292 um -8.13 cm 1.78 cm 863 MeV 14.7 keV 8.62 cm 8.62 cm World eIoni - 2 526 um -20 cm 2.23 cm 2.05 GeV 25.9 keV 11.9 cm 20.5 cm OutOfWorldTransportation + 0 -1.85 mm -8.91 cm 1.28 cm 5.09 keV 0 eV 0 fm 0 fm World initStep + 1 -1.85 mm -8.94 cm 1.28 cm 3.1 MeV 5.09 keV 736 um 736 um World eIoni + 2 -1.98 mm -9.96 cm 1.28 cm 105 MeV 1.2 keV 1.02 cm 1.09 cm World eIoni + 3 -2.24 mm -13.6 cm 1.29 cm 466 MeV 9.41 keV 3.61 cm 4.7 cm World eIoni + 4 -2.28 mm -14.6 cm 1.29 cm 564 MeV 1.21 keV 9.84 mm 5.69 cm World eIoni + 5 -2.41 mm -20 cm 1.3 cm 1.11 GeV 11.7 keV 5.44 cm 11.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 292 um -8.13 cm 1.78 cm 2.34 keV 0 eV 0 fm 0 fm World initStep - 1 286 um -8.13 cm 1.78 cm 796 keV 2.34 keV 195 um 195 um World eIoni - 2 303 um -8.32 cm 1.78 cm 19 MeV 202 eV 1.82 mm 2.01 mm World eIoni - 3 -192 um -16.1 cm 1.81 cm 800 MeV 14.3 keV 7.81 cm 8.01 cm World eIoni - 4 -333 um -20 cm 1.83 cm 1.19 GeV 8.45 keV 3.88 cm 11.9 cm OutOfWorldTransportation + 0 -2.28 mm -14.6 cm 1.29 cm 2.57 keV 0 eV 0 fm 0 fm World initStep + 1 -2.28 mm -14.6 cm 1.29 cm 933 keV 2.57 keV 226 um 226 um World eIoni + 2 -2.54 mm -15.5 cm 1.28 cm 89.9 MeV 1.29 keV 8.9 mm 9.13 mm World eIoni + 3 -2.78 mm -17.6 cm 1.27 cm 305 MeV 3.61 keV 2.16 cm 3.07 cm World eIoni + 4 -2.9 mm -20 cm 1.26 cm 544 MeV 5.18 keV 2.39 cm 5.46 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -192 um -16.1 cm 1.81 cm 4.59 keV 0 eV 0 fm 0 fm World initStep - 1 -180 um -16.1 cm 1.81 cm 2.58 MeV 4.59 keV 613 um 613 um World eIoni - 2 -214 um -16.7 cm 1.81 cm 55.6 MeV 494 eV 5.31 mm 5.92 mm World eIoni - 3 -396 um -19.9 cm 1.79 cm 373 MeV 6.11 keV 3.18 cm 3.77 cm World eIoni - 4 -398 um -20 cm 1.79 cm 388 MeV 1.38 keV 1.46 mm 3.91 cm OutOfWorldTransportation + 0 -2.78 mm -17.6 cm 1.27 cm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 -2.79 mm -17.6 cm 1.27 cm 306 keV 1.3 keV 77.6 um 77.6 um World eIoni + 2 -2.81 mm -20 cm 1.27 cm 239 MeV 3.33 keV 2.42 cm 2.43 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -396 um -19.9 cm 1.79 cm 2.44 keV 0 eV 0 fm 0 fm World initStep - 1 -395 um -19.9 cm 1.79 cm 856 keV 2.44 keV 208 um 208 um World eIoni - 2 -393 um -20 cm 1.79 cm 14.6 MeV 124 eV 1.38 mm 1.59 mm OutOfWorldTransportation + 0 -2.24 mm -13.6 cm 1.29 cm 2.39 keV 0 eV 0 fm 0 fm World initStep + 1 -2.25 mm -13.6 cm 1.29 cm 823 keV 2.39 keV 201 um 201 um World eIoni + 2 -2.44 mm -14.3 cm 1.27 cm 75.7 MeV 858 eV 7.5 mm 7.7 mm World eIoni + 3 -2.75 mm -20 cm 1.26 cm 643 MeV 11.9 keV 5.67 cm 6.44 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -23 um -2.93 cm 1.31 cm 343 MeV 6.08 keV 3.4 cm 3.4 cm World eIoni - 2 -37.1 um -20 cm 2.21 cm 2.05 GeV 32.6 keV 17.1 cm 20.5 cm OutOfWorldTransportation + 0 -1.83 mm -8.72 cm 1.28 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 -1.82 mm -8.73 cm 1.28 cm 220 keV 1.06 keV 58 um 58 um World eIoni + 2 -6.61 mm -19.5 cm 1.31 cm 1.08 GeV 29.4 keV 12.5 cm 12.5 cm WorldTransportation + 3 -7.02 mm -20 cm 1.33 cm 1.13 GeV 1.44 keV 4.76 mm 13 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -23 um -2.93 cm 1.31 cm 1.64 keV 0 eV 0 fm 0 fm World initStep - 1 -21.9 um -2.93 cm 1.31 cm 458 keV 1.64 keV 111 um 111 um World eIoni - 2 -15.7 um -20 cm 1.31 cm 1.71 GeV 29.3 keV 18.2 cm 18.2 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1550,99 +1564,90 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -217 um -6.79 cm 1.71 cm 729 MeV 14.5 keV 7.28 cm 7.28 cm World eIoni - 2 -261 um -7.8 cm 1.77 cm 830 MeV 2.36 keV 1.01 cm 8.29 cm World eIoni - 3 -350 um -10.3 cm 1.91 cm 1.08 GeV 6.04 keV 2.52 cm 10.8 cm World eIoni - 4 -534 um -18.3 cm 2.2 cm 1.88 GeV 14.7 keV 8.02 cm 18.8 cm World eIoni - 5 -561 um -20 cm 2.24 cm 2.05 GeV 2.23 keV 1.67 cm 20.5 cm OutOfWorldTransportation + 1 166 um -5.7 cm 1.62 cm 620 MeV 10.3 keV 6.19 cm 6.19 cm World eIoni + 2 353 um -20 cm 2.23 cm 2.05 GeV 28.9 keV 14.3 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -534 um -18.3 cm 2.2 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 -539 um -18.3 cm 2.2 cm 491 keV 1.72 keV 119 um 119 um World eIoni - 2 -559 um -20 cm 2.19 cm 167 MeV 1.66 keV 1.67 cm 1.69 cm OutOfWorldTransportation + 0 166 um -5.7 cm 1.62 cm 1.19 keV 0 eV 0 fm 0 fm World initStep + 1 167 um -5.71 cm 1.62 cm 264 keV 1.19 keV 68.1 um 68.1 um World eIoni + 2 177 um -20 cm 1.62 cm 1.43 GeV 28.1 keV 16.5 cm 16.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -350 um -10.3 cm 1.91 cm 2.3 keV 0 eV 0 fm 0 fm World initStep - 1 -358 um -10.3 cm 1.91 cm 771 keV 2.3 keV 189 um 189 um World eIoni - 2 -363 um -10.3 cm 1.91 cm 2.88 MeV 0 eV 211 um 400 um World eIoni - 3 -423 um -20 cm 1.91 cm 968 MeV 14.6 keV 9.67 cm 9.71 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -40.1 um -12.6 cm 2.05 cm 1.31 GeV 29.7 keV 13.1 cm 13.1 cm World eIoni + 2 -21 um -20 cm 2.29 cm 2.05 GeV 21.1 keV 7.42 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -261 um -7.8 cm 1.77 cm 2.39 keV 0 eV 0 fm 0 fm World initStep - 1 -268 um -7.81 cm 1.77 cm 822 keV 2.39 keV 201 um 201 um World eIoni - 2 218 um -9.04 cm 1.79 cm 124 MeV 1.65 keV 1.23 cm 1.25 cm World eIoni - 3 304 um -11.6 cm 1.79 cm 377 MeV 3.81 keV 2.53 cm 3.78 cm World eIoni - 4 384 um -20 cm 1.78 cm 1.22 GeV 15.7 keV 8.43 cm 12.2 cm OutOfWorldTransportation + 0 -40.1 um -12.6 cm 2.05 cm 1.43 keV 0 eV 0 fm 0 fm World initStep + 1 -42.8 um -12.6 cm 2.05 cm 362 keV 1.43 keV 90 um 90 um World eIoni + 2 -58.8 um -20 cm 2.05 cm 742 MeV 13.7 keV 7.71 cm 7.72 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 304 um -11.6 cm 1.79 cm 5 keV 0 eV 0 fm 0 fm World initStep - 1 290 um -11.6 cm 1.79 cm 3.01 MeV 5 keV 714 um 714 um World eIoni - 2 289 um -11.6 cm 1.79 cm 4.43 MeV 0 eV 143 um 856 um World eIoni - 3 297 um -20 cm 1.79 cm 843 MeV 12.1 keV 8.4 cm 8.48 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 353 um -11.8 cm 2 cm 1.23 GeV 22.9 keV 12.3 cm 12.3 cm World eIoni + 2 530 um -20 cm 2.27 cm 2.05 GeV 14.7 keV 8.21 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 289 um -11.6 cm 1.79 cm 3.11 keV 0 eV 0 fm 0 fm World initStep - 1 278 um -11.6 cm 1.79 cm 1.3 MeV 3.11 keV 312 um 312 um World eIoni - 2 280 um -11.9 cm 1.78 cm 29 MeV 511 eV 2.77 mm 3.08 mm World eIoni - 3 314 um -12.6 cm 1.78 cm 101 MeV 1.05 keV 7.16 mm 1.02 cm World eIoni - 4 336 um -13.1 cm 1.78 cm 146 MeV 802 eV 4.51 mm 1.48 cm World eIoni - 5 435 um -20 cm 1.78 cm 839 MeV 13.7 keV 6.93 cm 8.41 cm OutOfWorldTransportation + 0 353 um -11.8 cm 2 cm 1.64 keV 0 eV 0 fm 0 fm World initStep + 1 351 um -11.8 cm 2 cm 454 keV 1.64 keV 111 um 111 um World eIoni + 2 337 um -20 cm 2 cm 820 MeV 16.9 keV 8.44 cm 8.46 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 336 um -13.1 cm 1.78 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 341 um -13.1 cm 1.78 cm 561 keV 1.9 keV 139 um 139 um World eIoni - 2 365 um -20 cm 1.78 cm 693 MeV 10.7 keV 7.05 cm 7.06 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 256 um -11.4 cm 1.98 cm 1.19 GeV 28.6 keV 11.9 cm 11.9 cm World eIoni + 2 295 um -20 cm 2.27 cm 2.05 GeV 20.6 keV 8.63 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 314 um -12.6 cm 1.78 cm 49.4 keV 0 eV 0 fm 0 fm World initStep - 1 210 um -12.9 cm 1.78 cm 31.8 MeV 1.81 keV 3.35 mm 3.35 mm World eIoni - 2 -648 um -20 cm 1.54 cm 738 MeV 11.2 keV 7.07 cm 7.41 cm OutOfWorldTransportation + 0 256 um -11.4 cm 1.98 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 255 um -11.4 cm 1.98 cm 219 keV 1.06 keV 57.7 um 57.7 um World eIoni + 2 250 um -20 cm 1.98 cm 863 MeV 23.7 keV 9.65 cm 9.65 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 218 um -9.04 cm 1.79 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 224 um -9.04 cm 1.79 cm 614 keV 2.01 keV 152 um 152 um World eIoni - 2 256 um -20 cm 1.79 cm 1.1 GeV 16.1 keV 11.2 cm 11.2 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 85.1 um -4.25 cm 1.47 cm 475 MeV 6.59 keV 4.73 cm 4.73 cm World eIoni + 2 111 um -20 cm 2.2 cm 2.05 GeV 42.5 keV 15.8 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -217 um -6.79 cm 1.71 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 -216 um -6.8 cm 1.7 cm 337 keV 1.37 keV 84.6 um 84.6 um World eIoni - 2 -210 um -20 cm 1.7 cm 1.32 GeV 27 keV 14.3 cm 14.3 cm OutOfWorldTransportation + 0 85.1 um -4.25 cm 1.47 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 83.3 um -4.26 cm 1.47 cm 268 keV 1.2 keV 69 um 69 um World eIoni + 2 444 um -19.1 cm 2.42 cm 1.48 GeV 36.5 keV 17.1 cm 17.1 cm World eIoni + 3 481 um -20 cm 2.65 cm 1.57 GeV 4.69 keV 9.79 mm 18.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1650,46 +1655,45 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 37.7 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 183 um -9.87 cm 1.91 cm 1.04 GeV 21.7 keV 10.4 cm 10.4 cm World eIoni + 2 201 um -20 cm 2.27 cm 2.05 GeV 22.2 keV 10.1 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 84.6 um -3.39 cm 1.38 cm 389 MeV 7.49 keV 3.86 cm 3.86 cm World eIoni - 2 290 um -10.9 cm 1.96 cm 1.14 GeV 15.7 keV 7.52 cm 11.4 cm World eIoni - 3 297 um -11.4 cm 1.99 cm 1.19 GeV 2.44 keV 5.5 mm 11.9 cm World eIoni - 4 376 um -20 cm 2.28 cm 2.05 GeV 20.6 keV 8.57 cm 20.5 cm OutOfWorldTransportation + 0 183 um -9.87 cm 1.91 cm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 185 um -9.87 cm 1.91 cm 368 keV 1.45 keV 91.4 um 91.4 um World eIoni + 2 195 um -20 cm 1.91 cm 1.01 GeV 19.7 keV 10.7 cm 10.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 297 um -11.4 cm 1.99 cm 1.61 keV 0 eV 0 fm 0 fm World initStep - 1 300 um -11.4 cm 1.99 cm 441 keV 1.61 keV 108 um 108 um World eIoni - 2 316 um -20 cm 1.99 cm 856 MeV 18.7 keV 8.84 cm 8.85 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -94 um -3.76 cm 1.43 cm 426 MeV 8.54 keV 4.23 cm 4.23 cm World eIoni + 2 -132 um -19.3 cm 2.2 cm 1.98 GeV 28 keV 15.5 cm 19.8 cm World eIoni + 3 -133 um -20 cm 2.22 cm 2.05 GeV 1.73 keV 7.33 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 290 um -10.9 cm 1.96 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 292 um -10.9 cm 1.96 cm 337 keV 1.37 keV 84.3 um 84.3 um World eIoni - 2 305 um -20 cm 1.97 cm 911 MeV 16.5 keV 9.62 cm 9.63 cm OutOfWorldTransportation + 0 -132 um -19.3 cm 2.2 cm 4.6 keV 0 eV 0 fm 0 fm World initStep + 1 -120 um -19.3 cm 2.21 cm 2.6 MeV 4.6 keV 617 um 617 um World eIoni + 2 -105 um -20 cm 2.21 cm 73.3 MeV 634 eV 7.07 mm 7.69 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 84.6 um -3.39 cm 1.38 cm 1 keV 0 eV 0 fm 0 fm World initStep - 1 87.2 um -3.39 cm 1.38 cm 200 keV 1 keV 53.4 um 53.4 um World eIoni - 2 -9.91 mm -12.7 cm 5.19 cm 927 MeV 24.2 keV 10.7 cm 10.7 cm World eIoni - 3 -2.79 cm -19.8 cm 7.84 cm 1.64 GeV 14.9 keV 7.85 cm 18.6 cm OutOfWorldTransportation + 0 -94 um -3.76 cm 1.43 cm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 -90.4 um -3.76 cm 1.43 cm 307 keV 1.3 keV 77.8 um 77.8 um World eIoni + 2 -63.8 um -20 cm 1.43 cm 1.62 GeV 31.7 keV 18.4 cm 18.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1697,49 +1701,38 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -41.9 um -3.91 cm 1.43 cm 441 MeV 7.55 keV 4.38 cm 4.38 cm World eIoni - 2 -24 um -7.36 cm 1.72 cm 786 MeV 7.56 keV 3.47 cm 7.85 cm World eIoni - 3 -9.73 um -16.3 cm 2.1 cm 1.68 GeV 15.7 keV 8.93 cm 16.8 cm World eIoni - 4 -7.99 um -19.6 cm 2.19 cm 2.01 GeV 5.04 keV 3.3 cm 20.1 cm World eIoni - 5 -7.81 um -20 cm 2.2 cm 2.05 GeV 589 eV 4.17 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.99 um -19.6 cm 2.19 cm 2.88 keV 0 eV 0 fm 0 fm World initStep - 1 -3.66 um -19.6 cm 2.19 cm 1.14 MeV 2.88 keV 274 um 274 um World eIoni - 2 15.4 um -19.9 cm 2.19 cm 33 MeV 94.1 eV 3.19 mm 3.46 mm World eIoni - 3 23.1 um -20 cm 2.2 cm 41.7 MeV 0 eV 875 um 4.33 mm OutOfWorldTransportation + 1 27.9 um -1.65 cm 1.07 cm 215 MeV 2.35 keV 2.1 cm 2.1 cm World eIoni + 2 82.9 um -15.8 cm 2.1 cm 1.63 GeV 30.2 keV 14.2 cm 16.3 cm World eIoni + 3 92.8 um -20 cm 2.22 cm 2.05 GeV 6.96 keV 4.16 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.73 um -16.3 cm 2.1 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -7.31 um -16.3 cm 2.1 cm 277 keV 1.22 keV 71 um 71 um World eIoni - 2 7.41 um -20 cm 2.1 cm 372 MeV 7.83 keV 3.83 cm 3.83 cm OutOfWorldTransportation + 0 82.9 um -15.8 cm 2.1 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 81.8 um -15.8 cm 2.1 cm 202 keV 1.01 keV 53.9 um 53.9 um World eIoni + 2 73.5 um -20 cm 2.1 cm 416 MeV 8.29 keV 4.41 cm 4.41 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -24 um -7.36 cm 1.72 cm 2.45 keV 0 eV 0 fm 0 fm World initStep - 1 -22 um -7.37 cm 1.72 cm 859 keV 2.45 keV 209 um 209 um World eIoni - 2 -46.5 um -7.55 cm 1.72 cm 18.6 MeV 34.9 eV 1.78 mm 1.99 mm World eIoni - 3 -139 um -20 cm 1.71 cm 1.26 GeV 18.6 keV 12.5 cm 12.7 cm OutOfWorldTransportation + 0 27.9 um -1.65 cm 1.07 cm 2.63 keV 0 eV 0 fm 0 fm World initStep + 1 36.7 um -1.66 cm 1.07 cm 969 keV 2.63 keV 235 um 235 um World eIoni + 2 31.3 um -1.9 cm 1.08 cm 24.9 MeV 367 eV 2.4 mm 2.63 mm World eIoni + 3 -1.44 mm -17.5 cm 1.06 cm 1.59 GeV 24.5 keV 15.6 cm 15.9 cm World eIoni + 4 -1.66 mm -20 cm 1.06 cm 1.83 GeV 5.58 keV 2.47 cm 18.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -41.9 um -3.91 cm 1.43 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 -36.9 um -3.91 cm 1.43 cm 433 keV 1.59 keV 106 um 106 um World eIoni - 2 -6.39 um -20 cm 1.43 cm 1.61 GeV 28.9 keV 17.2 cm 17.2 cm OutOfWorldTransportation + 0 -1.44 mm -17.5 cm 1.06 cm 1.4 keV 0 eV 0 fm 0 fm World initStep + 1 -1.44 mm -17.5 cm 1.06 cm 350 keV 1.4 keV 87.4 um 87.4 um World eIoni + 2 -1.44 mm -20 cm 1.05 cm 247 MeV 4.69 keV 2.5 cm 2.51 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1747,46 +1740,48 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 390 um -10 cm 1.89 cm 1.05 GeV 18.9 keV 10.5 cm 10.5 cm World eIoni - 2 526 um -19.5 cm 2.18 cm 2 GeV 18.9 keV 9.5 cm 20 cm World eIoni - 3 532 um -20 cm 2.19 cm 2.05 GeV 2.17 keV 4.93 mm 20.5 cm OutOfWorldTransportation + 1 -80.6 um -5.3 cm 1.57 cm 580 MeV 10.4 keV 5.78 cm 5.78 cm World eIoni + 2 -85.6 um -7.94 cm 1.76 cm 844 MeV 7.09 keV 2.65 cm 8.43 cm World eIoni + 3 -89.3 um -10.7 cm 1.9 cm 1.12 GeV 4.21 keV 2.77 cm 11.2 cm World eIoni + 4 -101 um -20 cm 2.2 cm 2.05 GeV 18.4 keV 9.29 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 526 um -19.5 cm 2.18 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 523 um -19.5 cm 2.18 cm 616 keV 2.01 keV 152 um 152 um World eIoni - 2 513 um -20 cm 2.18 cm 49.3 MeV 1.45 keV 4.87 mm 5.03 mm OutOfWorldTransportation + 0 -89.3 um -10.7 cm 1.9 cm 1.27 keV 0 eV 0 fm 0 fm World initStep + 1 -86 um -10.7 cm 1.9 cm 297 keV 1.27 keV 75.5 um 75.5 um World eIoni + 2 -63.1 um -20 cm 1.9 cm 929 MeV 22.1 keV 9.95 cm 9.96 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 390 um -10 cm 1.89 cm 7.12 keV 0 eV 0 fm 0 fm World initStep - 1 390 um -10 cm 1.89 cm 1.52 MeV 388 eV 168 um 168 um World eIoni - 2 -306 um -13.4 cm 2.01 cm 340 MeV 6.24 keV 3.39 cm 3.41 cm World eIoni - 3 -938 um -20 cm 2.2 cm 999 MeV 14.7 keV 6.6 cm 10 cm OutOfWorldTransportation + 0 -85.6 um -7.94 cm 1.76 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 -86.4 um -7.95 cm 1.76 cm 257 keV 1.17 keV 66.4 um 66.4 um World eIoni + 2 -92.3 um -20 cm 1.76 cm 1.21 GeV 26 keV 13.6 cm 13.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -306 um -13.4 cm 2.01 cm 18.8 keV 0 eV 0 fm 0 fm World initStep - 1 -319 um -13.6 cm 2 cm 23.1 MeV 4.7 keV 3.09 mm 3.09 mm World eIoni - 2 208 um -13.8 cm 1.95 cm 38.7 MeV 98.1 eV 1.73 mm 4.82 mm World eIoni - 3 2.87 mm -20 cm 1.69 cm 659 MeV 13.8 keV 6.23 cm 6.71 cm OutOfWorldTransportation + 0 -80.6 um -5.3 cm 1.57 cm 4.15 keV 0 eV 0 fm 0 fm World initStep + 1 -67.9 um -5.32 cm 1.57 cm 2.15 MeV 4.15 keV 514 um 514 um World eIoni + 2 -137 um -6.15 cm 1.58 cm 85.2 MeV 577 eV 8.3 mm 8.82 mm World eIoni + 3 -592 um -19.3 cm 1.54 cm 1.4 GeV 25.1 keV 13.2 cm 14.1 cm World eIoni + 4 -600 um -20 cm 1.54 cm 1.47 GeV 980 eV 6.6 mm 14.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 35.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 -592 um -19.3 cm 1.54 cm 15.5 keV 0 eV 0 fm 0 fm World initStep + 1 -645 um -19.5 cm 1.54 cm 18.1 MeV 7.27 keV 2.56 mm 2.56 mm World eIoni + 2 -666 um -20 cm 1.56 cm 66 MeV 928 eV 4.8 mm 7.36 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1794,116 +1789,122 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -9.88 um -1.51 cm 1.04 cm 201 MeV 3.3 keV 1.95 cm 1.95 cm World eIoni - 2 -14.1 um -2.62 cm 1.27 cm 312 MeV 1.37 keV 1.13 cm 3.08 cm World eIoni - 3 -25.6 um -6.63 cm 1.7 cm 713 MeV 8.24 keV 4.04 cm 7.12 cm World eIoni - 4 -40.1 um -20 cm 2.23 cm 2.05 GeV 23.6 keV 13.4 cm 20.5 cm OutOfWorldTransportation + 1 95.1 um -4.04 cm 1.45 cm 454 MeV 7.67 keV 4.52 cm 4.52 cm World eIoni + 2 168 um -6.29 cm 1.63 cm 679 MeV 3.9 keV 2.26 cm 6.78 cm World eIoni + 3 340 um -18.6 cm 2.09 cm 1.91 GeV 29.1 keV 12.3 cm 19.1 cm World eIoni + 4 353 um -20 cm 2.13 cm 2.05 GeV 3.08 keV 1.38 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -25.6 um -6.63 cm 1.7 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 -25.3 um -6.64 cm 1.7 cm 223 keV 1.07 keV 58.8 um 58.8 um World eIoni - 2 2.23 cm -17.7 cm 1.27 cm 1.11 GeV 26.3 keV 12.8 cm 12.8 cm World eIoni - 3 2.53 cm -19.8 cm 1.32 cm 1.32 GeV 2.86 keV 2.16 cm 15 cm OutOfWorldTransportation + 0 340 um -18.6 cm 2.09 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 338 um -18.6 cm 2.09 cm 268 keV 1.2 keV 68.9 um 68.9 um World eIoni + 2 327 um -20 cm 2.09 cm 138 MeV 2.94 keV 1.39 cm 1.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -14.1 um -2.62 cm 1.27 cm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 -18.5 um -2.62 cm 1.27 cm 481 keV 1.7 keV 117 um 117 um World eIoni - 2 -44.5 um -20 cm 1.27 cm 1.74 GeV 31.4 keV 18.5 cm 18.5 cm OutOfWorldTransportation + 0 168 um -6.29 cm 1.63 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 169 um -6.29 cm 1.63 cm 202 keV 1.01 keV 53.8 um 53.8 um World eIoni + 2 9.39 um -15.7 cm -2.35 cm 938 MeV 28.8 keV 10.8 cm 10.9 cm World eIoni + 3 814 um -17.1 cm -2.76 cm 1.08 GeV 2.21 keV 1.45 cm 12.3 cm WorldTransportation + 4 1.45 mm -18.3 cm -3.09 cm 1.2 GeV 2.22 keV 1.3 cm 13.6 cm WorldTransportation + 5 1.97 mm -19.5 cm -3.35 cm 1.32 GeV 2.19 keV 1.17 cm 14.8 cm WorldTransportation + 6 2.19 mm -20 cm -3.47 cm 1.37 GeV 1.14 keV 5.43 mm 15.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.88 um -1.51 cm 1.04 cm 8.49 keV 0 eV 0 fm 0 fm World initStep - 1 -32.5 um -1.58 cm 1.05 cm 7.72 MeV 8.49 keV 1.54 mm 1.54 mm World eIoni - 2 1.5 mm -2.41 cm 1.26 cm 90.5 MeV 1.25 keV 9.61 mm 1.11 cm World eIoni - 3 2.39 mm -8.99 cm 1.36 cm 748 MeV 12.6 keV 6.58 cm 7.69 cm World eIoni - 4 2.76 mm -20 cm 1.4 cm 1.85 GeV 19.7 keV 11 cm 18.7 cm OutOfWorldTransportation + 0 95.1 um -4.04 cm 1.45 cm 2.8 keV 0 eV 0 fm 0 fm World initStep + 1 86.9 um -4.05 cm 1.45 cm 1.08 MeV 2.8 keV 261 um 261 um World eIoni + 2 77.6 um -4.15 cm 1.45 cm 10.6 MeV 30.1 eV 953 um 1.21 mm World eIoni + 3 76.2 um -20 cm 1.46 cm 1.6 GeV 27.6 keV 15.9 cm 16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm -8.99 cm 1.36 cm 8.25 keV 0 eV 0 fm 0 fm World initStep - 1 2.37 mm -9.06 cm 1.36 cm 7.36 MeV 4.57 keV 1.5 mm 1.5 mm World eIoni - 2 2.34 mm -9.35 cm 1.53 cm 36.2 MeV 110 eV 3.51 mm 5 mm World eIoni - 3 2.35 mm -10.9 cm 1.66 cm 195 MeV 3.1 keV 1.59 cm 2.09 cm World eIoni - 4 2.41 mm -15.3 cm 1.75 cm 635 MeV 10.8 keV 4.4 cm 6.5 cm World eIoni - 5 2.45 mm -20 cm 1.79 cm 1.1 GeV 10.5 keV 4.66 cm 11.2 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 45.3 um -2.51 cm 1.24 cm 300 MeV 5.05 keV 2.97 cm 2.97 cm World eIoni + 2 180 um -20 cm 2.2 cm 2.05 GeV 40.9 keV 17.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 mm -15.3 cm 1.75 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 2.41 mm -15.3 cm 1.75 cm 276 keV 1.22 keV 70.8 um 70.8 um World eIoni - 2 2.4 mm -20 cm 1.75 cm 466 MeV 12.1 keV 4.84 cm 4.85 cm OutOfWorldTransportation + 0 45.3 um -2.51 cm 1.24 cm 4.77 keV 0 eV 0 fm 0 fm World initStep + 1 42.3 um -2.53 cm 1.25 cm 2.76 MeV 4.77 keV 656 um 656 um World eIoni + 2 45.7 um -2.64 cm 1.25 cm 13.3 MeV 44.3 eV 1.05 mm 1.71 mm World eIoni + 3 183 um -20 cm 1.25 cm 1.75 GeV 32.4 keV 17.4 cm 17.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 mm -10.9 cm 1.66 cm 1.44 keV 0 eV 0 fm 0 fm World initStep - 1 2.34 mm -10.9 cm 1.66 cm 364 keV 1.44 keV 90.5 um 90.5 um World eIoni - 2 2.32 mm -20 cm 1.66 cm 907 MeV 18.3 keV 9.5 cm 9.51 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -2.71 um -1.27 mm 3.52 mm 62.7 MeV 1.49 keV 3.81 mm 3.81 mm World eIoni + 2 -251 um -8.24 cm 1.79 cm 874 MeV 14.5 keV 8.35 cm 8.73 cm World eIoni + 3 -252 um -8.3 cm 1.79 cm 880 MeV 3.98 eV 597 um 8.79 cm World eIoni + 4 -275 um -9.82 cm 1.87 cm 1.03 GeV 2.79 keV 1.52 cm 10.3 cm World eIoni + 5 -377 um -20 cm 2.22 cm 2.05 GeV 20.3 keV 10.2 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.34 mm -9.35 cm 1.53 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 2.34 mm -9.35 cm 1.53 cm 421 keV 1.57 keV 103 um 103 um World eIoni - 2 2.34 mm -20 cm 1.52 cm 1.07 GeV 18.4 keV 11.1 cm 11.1 cm OutOfWorldTransportation + 0 -275 um -9.82 cm 1.87 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 -274 um -9.82 cm 1.87 cm 247 keV 1.14 keV 64.3 um 64.3 um World eIoni + 2 -263 um -20 cm 1.87 cm 1.02 GeV 22.1 keV 11.3 cm 11.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -396 um -13.4 cm 1.98 cm 1.39 GeV 26.3 keV 13.9 cm 13.9 cm World eIoni - 2 -400 um -17.1 cm 2.09 cm 1.76 GeV 6.57 keV 3.69 cm 17.6 cm World eIoni - 3 -402 um -20 cm 2.17 cm 2.05 GeV 3.92 keV 2.9 cm 20.5 cm OutOfWorldTransportation + 0 -252 um -8.3 cm 1.79 cm 2.53 keV 0 eV 0 fm 0 fm World initStep + 1 -245 um -8.31 cm 1.79 cm 906 keV 2.53 keV 220 um 220 um World eIoni + 2 741 um -10.4 cm 1.75 cm 206 MeV 5.1 keV 2.05 cm 2.07 cm World eIoni + 3 1.74 mm -15.3 cm 1.62 cm 701 MeV 9.8 keV 4.96 cm 7.03 cm World eIoni + 4 2.17 mm -20 cm 1.57 cm 1.17 GeV 10.3 keV 4.69 cm 11.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -400 um -17.1 cm 2.09 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 -394 um -17.1 cm 2.09 cm 575 keV 1.93 keV 143 um 143 um World eIoni - 2 -370 um -20 cm 2.09 cm 290 MeV 3.77 keV 2.91 cm 2.93 cm OutOfWorldTransportation + 0 1.74 mm -15.3 cm 1.62 cm 2.98 keV 0 eV 0 fm 0 fm World initStep + 1 1.75 mm -15.3 cm 1.62 cm 1.2 MeV 2.98 keV 290 um 290 um World eIoni + 2 1.71 mm -15.6 cm 1.62 cm 33.4 MeV 444 eV 3.22 mm 3.51 mm World eIoni + 3 1.49 mm -20 cm 1.63 cm 469 MeV 8.38 keV 4.35 cm 4.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -396 um -13.4 cm 1.98 cm 2.31 keV 0 eV 0 fm 0 fm World initStep - 1 -402 um -13.4 cm 1.98 cm 777 keV 2.31 keV 190 um 190 um World eIoni - 2 -848 um -14.5 cm 1.98 cm 105 MeV 825 eV 1.04 cm 1.06 cm World eIoni - 3 -1.9 mm -20 cm 1.98 cm 658 MeV 14.1 keV 5.54 cm 6.59 cm OutOfWorldTransportation + 0 -251 um -8.24 cm 1.79 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 -251 um -8.24 cm 1.79 cm 320 keV 1.33 keV 80.7 um 80.7 um World eIoni + 2 -248 um -20 cm 1.78 cm 1.18 GeV 18.6 keV 12.7 cm 12.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 35.7 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 -2.71 um -1.27 mm 3.52 mm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 17 nm -1.3 mm 3.52 mm 216 keV 1.05 keV 57.1 um 57.1 um World eIoni + 2 -4.39 cm -10.6 cm 1.08 cm 1.05 GeV 25.3 keV 12.1 cm 12.2 cm World eIoni + 3 -9.05 cm -17.8 cm 1.95 cm 1.77 GeV 22.7 keV 8.66 cm 20.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1911,233 +1912,225 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 84.2 um -3.46 cm 1.39 cm 396 MeV 6.18 keV 3.93 cm 3.93 cm World eIoni - 2 189 um -7.19 cm 1.72 cm 769 MeV 7.01 keV 3.75 cm 7.68 cm World eIoni - 3 291 um -15.7 cm 2.1 cm 1.62 GeV 17.1 keV 8.51 cm 16.2 cm World eIoni - 4 318 um -20 cm 2.22 cm 2.05 GeV 7.67 keV 4.3 cm 20.5 cm OutOfWorldTransportation + 1 9.01 um -2.93 cm 1.32 cm 343 MeV 7.46 keV 3.4 cm 3.4 cm World eIoni + 2 -23.8 um -14.6 cm 2.07 cm 1.51 GeV 27.7 keV 11.7 cm 15.1 cm World eIoni + 3 -28 um -16.7 cm 2.14 cm 1.72 GeV 5.52 keV 2.1 cm 17.2 cm World eIoni + 4 -32.3 um -20 cm 2.23 cm 2.05 GeV 6.08 keV 3.29 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 291 um -15.7 cm 2.1 cm 2.9 keV 0 eV 0 fm 0 fm World initStep - 1 296 um -15.7 cm 2.1 cm 1.15 MeV 2.9 keV 278 um 278 um World eIoni - 2 193 um -16.4 cm 2.09 cm 72.1 MeV 658 eV 7.09 mm 7.37 mm World eIoni - 3 -292 um -20 cm 2.12 cm 430 MeV 6.1 keV 3.58 cm 4.32 cm OutOfWorldTransportation + 0 -28 um -16.7 cm 2.14 cm 14.3 keV 0 eV 0 fm 0 fm World initStep + 1 -54.3 um -16.9 cm 2.14 cm 16.4 MeV 4.61 keV 2.39 mm 2.39 mm World eIoni + 2 2.24 mm -17.1 cm 1.88 cm 43.5 MeV 1.86 keV 5.29 mm 7.69 mm World eIoni + 3 3.95 mm -20 cm 1.69 cm 329 MeV 5.72 keV 2.87 cm 3.64 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 189 um -7.19 cm 1.72 cm 1.28 keV 0 eV 0 fm 0 fm World initStep - 1 193 um -7.2 cm 1.72 cm 301 keV 1.28 keV 76.4 um 76.4 um World eIoni - 2 217 um -20 cm 1.72 cm 1.28 GeV 33.1 keV 14.1 cm 14.1 cm OutOfWorldTransportation + 0 2.24 mm -17.1 cm 1.88 cm 1.71 keV 0 eV 0 fm 0 fm World initStep + 1 2.23 mm -17.1 cm 1.88 cm 489 keV 1.71 keV 118 um 118 um World eIoni + 2 2.23 mm -20 cm 1.88 cm 286 MeV 3.53 keV 2.88 cm 2.89 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 84.2 um -3.46 cm 1.39 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 80.9 um -3.46 cm 1.39 cm 249 keV 1.15 keV 64.7 um 64.7 um World eIoni - 2 -2.94 cm -16.6 cm -1.94 mm 1.32 GeV 29.6 keV 15.2 cm 15.2 cm World eIoni - 3 -4.47 cm -19.5 cm -1.54 cm 1.6 GeV 4.22 keV 3.52 cm 18.7 cm OutOfWorldTransportation + 0 -23.8 um -14.6 cm 2.07 cm 2.35 keV 0 eV 0 fm 0 fm World initStep + 1 -31.3 um -14.6 cm 2.07 cm 802 keV 2.35 keV 196 um 196 um World eIoni + 2 -251 um -16.5 cm 1.97 cm 193 MeV 1.94 keV 1.92 cm 1.94 cm World eIoni + 3 -177 um -20 cm 1.95 cm 539 MeV 5.19 keV 3.46 cm 5.41 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -1.7 um -770 um 2.76 mm 57.7 MeV 215 eV 2.9 mm 2.9 mm World eIoni - 2 2.75 um -2.42 cm 1.23 cm 292 MeV 4.17 keV 2.59 cm 2.88 cm World eIoni - 3 12.5 um -3.68 cm 1.41 cm 418 MeV 1.99 keV 1.28 cm 4.16 cm World eIoni - 4 15.3 um -4.11 cm 1.46 cm 461 MeV 463 eV 4.32 mm 4.59 cm World eIoni - 5 32.5 um -7.33 cm 1.72 cm 783 MeV 5.91 keV 3.23 cm 7.82 cm World eIoni - 6 71.3 um -15.6 cm 2.08 cm 1.61 GeV 16.1 keV 8.29 cm 16.1 cm World eIoni - 7 86 um -20 cm 2.2 cm 2.05 GeV 10.2 keV 4.39 cm 20.5 cm OutOfWorldTransportation + 0 9.01 um -2.93 cm 1.32 cm 5.67 keV 0 eV 0 fm 0 fm World initStep + 1 30 um -2.97 cm 1.32 cm 3.78 MeV 5.67 keV 894 um 894 um World eIoni + 2 37.6 um -3.03 cm 1.32 cm 9.29 MeV 79.4 eV 551 um 1.44 mm World eIoni + 3 487 um -8.74 cm 1.26 cm 581 MeV 10.9 keV 5.72 cm 5.86 cm World eIoni + 4 1.11 mm -20 cm 1.11 cm 1.71 GeV 24.3 keV 11.3 cm 17.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 71.3 um -15.6 cm 2.08 cm 4.98 keV 0 eV 0 fm 0 fm World initStep - 1 87.7 um -15.6 cm 2.08 cm 2.98 MeV 4.98 keV 708 um 708 um World eIoni - 2 115 um -16.1 cm 2.08 cm 47.5 MeV 457 eV 4.45 mm 5.16 mm World eIoni - 3 32.1 um -18.5 cm 2.06 cm 286 MeV 4.74 keV 2.39 cm 2.9 cm World eIoni - 4 22.8 um -20 cm 2.06 cm 439 MeV 2.42 keV 1.53 cm 4.43 cm OutOfWorldTransportation + 0 487 um -8.74 cm 1.26 cm 3.1 keV 0 eV 0 fm 0 fm World initStep + 1 477 um -8.75 cm 1.26 cm 1.29 MeV 3.1 keV 310 um 310 um World eIoni + 2 226 um -10 cm 1.3 cm 130 MeV 2.94 keV 1.29 cm 1.32 cm World eIoni + 3 -577 um -20 cm 1.3 cm 1.13 GeV 14.7 keV 9.96 cm 11.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 32.1 um -18.5 cm 2.06 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 28.9 um -18.5 cm 2.06 cm 317 keV 1.32 keV 80 um 80 um World eIoni - 2 12.7 um -20 cm 2.06 cm 153 MeV 3.18 keV 1.54 cm 1.55 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -299 um -11.1 cm 1.9 cm 1.16 GeV 15.6 keV 11.6 cm 11.6 cm World eIoni + 2 -326 um -13.9 cm 2 cm 1.44 GeV 7.7 keV 2.74 cm 14.4 cm World eIoni + 3 -354 um -17 cm 2.1 cm 1.75 GeV 5.45 keV 3.11 cm 17.5 cm World eIoni + 4 -362 um -18 cm 2.13 cm 1.85 GeV 2.59 keV 9.92 mm 18.5 cm World eIoni + 5 -377 um -20 cm 2.18 cm 2.05 GeV 3.9 keV 2.02 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 32.5 um -7.33 cm 1.72 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 31.9 um -7.33 cm 1.72 cm 289 keV 1.25 keV 73.7 um 73.7 um World eIoni - 2 27.2 um -20 cm 1.72 cm 1.27 GeV 26.9 keV 14.1 cm 14.1 cm OutOfWorldTransportation + 0 -362 um -18 cm 2.13 cm 1.5 keV 0 eV 0 fm 0 fm World initStep + 1 -364 um -18 cm 2.13 cm 393 keV 1.5 keV 96.8 um 96.8 um World eIoni + 2 -372 um -20 cm 2.13 cm 202 MeV 3.83 keV 2.03 cm 2.04 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.3 um -4.11 cm 1.46 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 12.8 um -4.12 cm 1.46 cm 284 keV 1.24 keV 72.5 um 72.5 um World eIoni - 2 -6.34 um -20 cm 1.46 cm 1.59 GeV 36.4 keV 18.3 cm 18.3 cm OutOfWorldTransportation + 0 -354 um -17 cm 2.1 cm 1.43 keV 0 eV 0 fm 0 fm World initStep + 1 -357 um -17 cm 2.1 cm 361 keV 1.43 keV 89.8 um 89.8 um World eIoni + 2 -368 um -20 cm 2.1 cm 301 MeV 6.65 keV 3.05 cm 3.06 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 12.5 um -3.68 cm 1.41 cm 2.12 keV 0 eV 0 fm 0 fm World initStep - 1 14.6 um -3.69 cm 1.41 cm 672 keV 2.12 keV 165 um 165 um World eIoni - 2 471 um -5.25 cm 1.34 cm 157 MeV 2.15 keV 1.56 cm 1.58 cm World eIoni - 3 369 um -11 cm 1.17 cm 727 MeV 9.14 keV 5.71 cm 7.29 cm World eIoni - 4 325 um -12.6 cm 1.14 cm 891 MeV 3.07 keV 1.64 cm 8.92 cm World eIoni - 5 319 um -12.8 cm 1.14 cm 916 MeV 186 eV 2.5 mm 9.17 cm World eIoni - 6 217 um -19.7 cm 1.06 cm 1.61 GeV 20 keV 6.91 cm 16.1 cm World eIoni - 7 214 um -20 cm 1.06 cm 1.63 GeV 521 eV 2.54 mm 16.3 cm OutOfWorldTransportation + 0 -326 um -13.9 cm 2 cm 14.4 keV 0 eV 0 fm 0 fm World initStep + 1 -279 um -14 cm 2 cm 16.4 MeV 4.97 keV 2.4 mm 2.4 mm World eIoni + 2 -442 um -14.1 cm 2 cm 23.7 MeV 65 eV 749 um 3.15 mm World eIoni + 3 -1.88 mm -20 cm 2 cm 612 MeV 8.44 keV 5.89 cm 6.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 217 um -19.7 cm 1.06 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 219 um -19.7 cm 1.06 cm 243 keV 1.13 keV 63.2 um 63.2 um World eIoni - 2 230 um -20 cm 1.06 cm 25.4 MeV 344 eV 2.52 mm 2.58 mm OutOfWorldTransportation + 0 -299 um -11.1 cm 1.9 cm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 -303 um -11.1 cm 1.9 cm 368 keV 1.45 keV 91.3 um 91.3 um World eIoni + 2 -329 um -20 cm 1.9 cm 886 MeV 16.5 keV 9.27 cm 9.28 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 319 um -12.8 cm 1.14 cm 3.85 keV 0 eV 0 fm 0 fm World initStep - 1 306 um -12.9 cm 1.14 cm 1.89 MeV 3.85 keV 452 um 452 um World eIoni - 2 364 um -13.7 cm 1.12 cm 82.5 MeV 653 eV 8.06 mm 8.52 mm World eIoni - 3 476 um -19.2 cm 1.09 cm 633 MeV 8.81 keV 5.51 cm 6.36 cm World eIoni - 4 481 um -20 cm 1.09 cm 716 MeV 1.22 keV 8.28 mm 7.19 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 36.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 476 um -19.2 cm 1.09 cm 2.52 keV 0 eV 0 fm 0 fm World initStep - 1 472 um -19.2 cm 1.09 cm 899 keV 2.52 keV 218 um 218 um World eIoni - 2 476 um -19.4 cm 1.1 cm 19.2 MeV 454 eV 1.83 mm 2.05 mm World eIoni - 3 539 um -20 cm 1.1 cm 82.8 MeV 665 eV 6.37 mm 8.41 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 39.7 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 364 um -13.7 cm 1.12 cm 2.89 keV 0 eV 0 fm 0 fm World initStep - 1 355 um -13.7 cm 1.12 cm 1.14 MeV 2.89 keV 276 um 276 um World eIoni - 2 370 um -13.9 cm 1.12 cm 22.3 MeV 174 eV 2.11 mm 2.39 mm World eIoni - 3 233 um -19.9 cm 1.16 cm 620 MeV 13.3 keV 5.97 cm 6.21 cm World eIoni - 4 232 um -20 cm 1.16 cm 633 MeV 53.5 eV 1.38 mm 6.35 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 51.3 um -2.24 cm 1.2 cm 274 MeV 4.71 keV 2.7 cm 2.7 cm World eIoni + 2 51.1 um -2.37 cm 1.23 cm 287 MeV 192 eV 1.32 mm 2.83 cm World eIoni + 3 3.98 um -15.4 cm 2.09 cm 1.59 GeV 22.7 keV 13.1 cm 15.9 cm World eIoni + 4 3.82 um -18.7 cm 2.18 cm 1.92 GeV 5.42 keV 3.26 cm 19.2 cm World eIoni + 5 4.26 um -20 cm 2.22 cm 2.05 GeV 1.73 keV 1.3 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 233 um -19.9 cm 1.16 cm 2.48 keV 0 eV 0 fm 0 fm World initStep - 1 241 um -19.9 cm 1.16 cm 880 keV 2.48 keV 214 um 214 um World eIoni - 2 258 um -20 cm 1.16 cm 9.46 MeV 1.73 keV 858 um 1.07 mm World eIoni - 3 262 um -20 cm 1.16 cm 13.8 MeV 52.6 eV 431 um 1.5 mm OutOfWorldTransportation + 0 3.82 um -18.7 cm 2.18 cm 1.78 keV 0 eV 0 fm 0 fm World initStep + 1 -1.73 um -18.7 cm 2.18 cm 503 keV 1.78 keV 125 um 125 um World eIoni + 2 -22.7 um -20 cm 2.18 cm 130 MeV 1.95 keV 1.3 cm 1.31 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 325 um -12.6 cm 1.14 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 328 um -12.6 cm 1.14 cm 213 keV 1.04 keV 56.5 um 56.5 um World eIoni - 2 351 um -20 cm 1.14 cm 741 MeV 15.3 keV 8.17 cm 8.18 cm OutOfWorldTransportation + 0 3.98 um -15.4 cm 2.09 cm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 7.69 um -15.4 cm 2.09 cm 309 keV 1.3 keV 78.3 um 78.3 um World eIoni + 2 30.5 um -20 cm 2.09 cm 456 MeV 6.16 keV 4.7 cm 4.71 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 369 um -11 cm 1.17 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 366 um -11 cm 1.17 cm 236 keV 1.11 keV 61.8 um 61.8 um World eIoni - 2 347 um -20 cm 1.17 cm 905 MeV 20.3 keV 10 cm 10 cm OutOfWorldTransportation + 0 51.1 um -2.37 cm 1.23 cm 2.05 keV 0 eV 0 fm 0 fm World initStep + 1 55.8 um -2.38 cm 1.23 cm 636 keV 2.05 keV 157 um 157 um World eIoni + 2 1.06 mm -5.13 cm 1.04 cm 275 MeV 3.92 keV 2.76 cm 2.78 cm World eIoni + 3 -2.85 mm -10.4 cm 4.53 mm 805 MeV 11.3 keV 5.35 cm 8.13 cm World eIoni + 4 -5.63 mm -20 cm 294 um 1.76 GeV 19.2 keV 9.58 cm 17.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.75 um -2.42 cm 1.23 cm 14.3 keV 0 eV 0 fm 0 fm World initStep - 1 -34.7 um -2.48 cm 1.23 cm 6.12 MeV 1.93 keV 679 um 679 um World eIoni - 2 -586 um -4.83 cm 1.12 cm 241 MeV 3.93 keV 2.35 cm 2.42 cm World eIoni - 3 -710 um -5.36 cm 1.12 cm 294 MeV 744 eV 5.34 mm 2.95 cm World eIoni - 4 -1.58 mm -15.5 cm 1.11 cm 1.31 GeV 25.5 keV 10.2 cm 13.1 cm World eIoni - 5 -1.73 mm -20 cm 1.11 cm 1.76 GeV 9.17 keV 4.49 cm 17.6 cm OutOfWorldTransportation + 0 -2.85 mm -10.4 cm 4.53 mm 6.27 keV 0 eV 0 fm 0 fm World initStep + 1 -2.87 mm -10.5 cm 4.53 mm 4.52 MeV 6.27 keV 1.06 mm 1.06 mm World eIoni + 2 -2.02 mm -10.8 cm 5.28 mm 34.1 MeV 881 eV 3.88 mm 4.94 mm World eIoni + 3 -1.58 mm -14.7 cm 5.85 mm 431 MeV 9.57 keV 3.97 cm 4.46 cm World eIoni + 4 -1.54 mm -16.4 cm 5.92 mm 599 MeV 4.74 keV 1.68 cm 6.14 cm World eIoni + 5 -1.52 mm -18 cm 5.98 mm 762 MeV 3.41 keV 1.63 cm 7.78 cm World eIoni + 6 -1.5 mm -20 cm 6.03 mm 957 MeV 5.36 keV 1.95 cm 9.73 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -15.5 cm 1.11 cm 2.05 keV 0 eV 0 fm 0 fm World initStep - 1 -1.59 mm -15.5 cm 1.11 cm 638 keV 2.05 keV 157 um 157 um World eIoni - 2 -1.22 mm -16.5 cm 1.13 cm 99.1 MeV 1.07 keV 9.86 mm 1 cm World eIoni - 3 -1.17 mm -16.9 cm 1.14 cm 140 MeV 235 eV 4.11 mm 1.41 cm World eIoni - 4 -1.02 mm -20 cm 1.15 cm 449 MeV 9.33 keV 3.09 cm 4.5 cm OutOfWorldTransportation + 0 -1.52 mm -18 cm 5.98 mm 1.64 keV 0 eV 0 fm 0 fm World initStep + 1 -1.51 mm -18.1 cm 5.98 mm 457 keV 1.64 keV 111 um 111 um World eIoni + 2 -1.49 mm -20 cm 5.98 mm 195 MeV 4.73 keV 1.96 cm 1.97 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 mm -16.9 cm 1.14 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 -1.17 mm -16.9 cm 1.14 cm 217 keV 1.05 keV 57.4 um 57.4 um World eIoni - 2 -1.15 mm -20 cm 1.14 cm 309 MeV 8.38 keV 3.2 cm 3.21 cm OutOfWorldTransportation + 0 -1.54 mm -16.4 cm 5.92 mm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 -1.54 mm -16.4 cm 5.93 mm 231 keV 1.1 keV 60.7 um 60.7 um World eIoni + 2 -1.54 mm -20 cm 5.95 mm 358 MeV 7.96 keV 3.72 cm 3.73 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -710 um -5.36 cm 1.12 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 -713 um -5.36 cm 1.12 cm 347 keV 1.4 keV 86.7 um 86.7 um World eIoni - 2 -733 um -20 cm 1.12 cm 1.46 GeV 28.7 keV 16 cm 16 cm OutOfWorldTransportation + 0 -1.58 mm -14.7 cm 5.85 mm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 -1.58 mm -14.7 cm 5.86 mm 244 keV 1.13 keV 63.5 um 63.5 um World eIoni + 2 -1.58 mm -20 cm 5.88 mm 527 MeV 10.3 keV 5.55 cm 5.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -586 um -4.83 cm 1.12 cm 1.44 keV 0 eV 0 fm 0 fm World initStep - 1 -582 um -4.83 cm 1.12 cm 367 keV 1.44 keV 91.1 um 91.1 um World eIoni - 2 -556 um -20 cm 1.12 cm 1.52 GeV 31.3 keV 16.5 cm 16.5 cm OutOfWorldTransportation + 0 1.06 mm -5.13 cm 1.04 cm 1.81 keV 0 eV 0 fm 0 fm World initStep + 1 1.06 mm -5.13 cm 1.04 cm 519 keV 1.81 keV 129 um 129 um World eIoni + 2 1.06 mm -20 cm 1.04 cm 1.49 GeV 29.9 keV 15.5 cm 15.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 um -770 um 2.76 mm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 2.7 um -808 um 2.76 mm 399 keV 1.52 keV 98.4 um 98.4 um World eIoni - 2 31.5 um -20 cm 2.75 mm 1.99 GeV 38.7 keV 21.9 cm 21.9 cm OutOfWorldTransportation + 0 51.3 um -2.24 cm 1.2 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 54.1 um -2.25 cm 1.2 cm 214 keV 1.05 keV 56.7 um 56.7 um World eIoni + 2 4.32 cm -12.6 cm 4.41 mm 1.03 GeV 28.1 keV 12 cm 12 cm World eIoni + 3 4.1 cm -19.6 cm -1.72 cm 1.73 GeV 16.8 keV 7.33 cm 19.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2145,109 +2138,110 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 69.4 um -5.34 cm 1.57 cm 584 MeV 7.97 keV 5.83 cm 5.83 cm World eIoni - 2 140 um -14.3 cm 2.03 cm 1.48 GeV 18.8 keV 8.94 cm 14.8 cm World eIoni - 3 162 um -20 cm 2.2 cm 2.05 GeV 14 keV 5.73 cm 20.5 cm OutOfWorldTransportation + 1 4.51 um -6.42 mm 7.37 mm 114 MeV 1.28 keV 1.03 cm 1.03 cm World eIoni + 2 16.8 um -3.31 cm 1.37 cm 381 MeV 5.11 keV 2.76 cm 3.78 cm World eIoni + 3 15.4 um -3.79 cm 1.43 cm 428 MeV 581 eV 4.75 mm 4.26 cm World eIoni + 4 -39.1 um -13.3 cm 2.02 cm 1.38 GeV 14.7 keV 9.54 cm 13.8 cm World eIoni + 5 -71.5 um -20 cm 2.22 cm 2.05 GeV 13.3 keV 6.69 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 140 um -14.3 cm 2.03 cm 5.22 keV 0 eV 0 fm 0 fm World initStep - 1 124 um -14.3 cm 2.04 cm 3.26 MeV 5.22 keV 771 um 771 um World eIoni - 2 118 um -14.4 cm 2.04 cm 12.9 MeV 319 eV 966 um 1.74 mm World eIoni - 3 168 um -16.4 cm 2.05 cm 208 MeV 2.56 keV 1.95 cm 2.13 cm World eIoni - 4 262 um -20 cm 2.06 cm 573 MeV 6.65 keV 3.64 cm 5.77 cm OutOfWorldTransportation + 0 -39.1 um -13.3 cm 2.02 cm 2.33 keV 0 eV 0 fm 0 fm World initStep + 1 -41.6 um -13.3 cm 2.02 cm 791 keV 2.33 keV 193 um 193 um World eIoni + 2 23.1 um -13.9 cm 2.04 cm 55.9 MeV 643 eV 5.52 mm 5.71 mm World eIoni + 3 28.7 um -20 cm 2.11 cm 669 MeV 8.96 keV 6.13 cm 6.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 168 um -16.4 cm 2.05 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 165 um -16.4 cm 2.05 cm 317 keV 1.32 keV 80 um 80 um World eIoni - 2 146 um -20 cm 2.05 cm 364 MeV 5.94 keV 3.73 cm 3.73 cm OutOfWorldTransportation + 0 15.4 um -3.79 cm 1.43 cm 1.37 keV 0 eV 0 fm 0 fm World initStep + 1 16.7 um -3.79 cm 1.43 cm 335 keV 1.37 keV 84.1 um 84.1 um World eIoni + 2 25.7 um -20 cm 1.42 cm 1.62 GeV 34 keV 18 cm 18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 69.4 um -5.34 cm 1.57 cm 9.1 keV 0 eV 0 fm 0 fm World initStep - 1 38.3 um -5.43 cm 1.57 cm 8.22 MeV 3.41 keV 1.39 mm 1.39 mm World eIoni - 2 -2.67 mm -9.01 cm 1.34 cm 367 MeV 7.33 keV 3.68 cm 3.82 cm World eIoni - 3 -2.64 mm -19.4 cm 1.43 cm 1.41 GeV 24 keV 10.4 cm 14.2 cm World eIoni - 4 -2.65 mm -20 cm 1.44 cm 1.47 GeV 1.84 keV 5.89 mm 14.8 cm OutOfWorldTransportation + 0 16.8 um -3.31 cm 1.37 cm 1.6 keV 0 eV 0 fm 0 fm World initStep + 1 14.5 um -3.32 cm 1.37 cm 438 keV 1.6 keV 107 um 107 um World eIoni + 2 679 nm -20 cm 1.37 cm 1.67 GeV 29.6 keV 17.8 cm 17.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm -19.4 cm 1.43 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 -2.64 mm -19.4 cm 1.43 cm 252 keV 1.15 keV 65.3 um 65.3 um World eIoni - 2 -2.63 mm -20 cm 1.43 cm 59 MeV 956 eV 5.9 mm 5.97 mm OutOfWorldTransportation + 0 4.51 um -6.42 mm 7.37 mm 6.02 keV 0 eV 0 fm 0 fm World initStep + 1 -9.23 um -6.84 mm 7.38 mm 4.21 MeV 6.02 keV 995 um 995 um World eIoni + 2 -13.2 um -1.37 cm 7.46 mm 72.5 MeV 441 eV 6.83 mm 7.83 mm World eIoni + 3 -53.3 um -3.61 cm 7.54 mm 297 MeV 4.09 keV 2.25 cm 3.03 cm World eIoni + 4 -98.2 um -10.6 cm 7.63 mm 992 MeV 13.6 keV 6.95 cm 9.97 cm World eIoni + 5 -126 um -20 cm 7.72 mm 1.94 GeV 17.6 keV 9.44 cm 19.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.67 mm -9.01 cm 1.34 cm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 -2.67 mm -9.01 cm 1.34 cm 240 keV 1.12 keV 62.6 um 62.6 um World eIoni - 2 -2.68 mm -20 cm 1.34 cm 1.1 GeV 25.5 keV 12.4 cm 12.5 cm OutOfWorldTransportation + 0 -98.2 um -10.6 cm 7.63 mm 2.91 keV 0 eV 0 fm 0 fm World initStep + 1 -88.3 um -10.6 cm 7.63 mm 1.15 MeV 2.91 keV 278 um 278 um World eIoni + 2 9.92 um -11 cm 7.58 mm 48 MeV 500 eV 4.69 mm 4.97 mm World eIoni + 3 99 um -12.8 cm 7.74 mm 229 MeV 3.49 keV 1.81 cm 2.3 cm World eIoni + 4 167 um -20 cm 7.89 mm 944 MeV 14 keV 7.16 cm 9.46 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 32.4 um -10.5 cm 1.95 cm 1.11 GeV 21.8 keV 11 cm 11 cm World eIoni - 2 116 um -19.7 cm 2.27 cm 2.02 GeV 20.3 keV 9.16 cm 20.2 cm World eIoni - 3 117 um -20 cm 2.28 cm 2.05 GeV 267 eV 2.99 mm 20.5 cm OutOfWorldTransportation + 0 99 um -12.8 cm 7.74 mm 3.39 keV 0 eV 0 fm 0 fm World initStep + 1 104 um -12.9 cm 7.73 mm 1.51 MeV 3.39 keV 362 um 362 um World eIoni + 2 105 um -12.9 cm 7.72 mm 3.12 MeV 0 eV 160 um 523 um World eIoni + 3 118 um -20 cm 7.7 mm 716 MeV 8.74 keV 7.13 cm 7.19 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 116 um -19.7 cm 2.27 cm 3.34 keV 0 eV 0 fm 0 fm World initStep - 1 127 um -19.7 cm 2.27 cm 1.31 MeV 847 eV 214 um 214 um World eIoni - 2 553 um -20 cm 2.29 cm 29.9 MeV 613 eV 2.95 mm 3.17 mm OutOfWorldTransportation + 0 -53.3 um -3.61 cm 7.54 mm 3.82 keV 0 eV 0 fm 0 fm World initStep + 1 -52.2 um -3.63 cm 7.53 mm 1.86 MeV 3.82 keV 445 um 445 um World eIoni + 2 -85.8 um -4.26 cm 7.6 mm 65.2 MeV 905 eV 6.34 mm 6.78 mm World eIoni + 3 -89.2 um -4.78 cm 7.62 mm 117 MeV 657 eV 5.13 mm 1.19 cm World eIoni + 4 -389 um -14.1 cm 7.61 mm 1.05 GeV 16.3 keV 9.35 cm 10.5 cm World eIoni + 5 -584 um -20 cm 7.53 mm 1.64 GeV 9.98 keV 5.87 cm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 32.4 um -10.5 cm 1.95 cm 2.73 keV 0 eV 0 fm 0 fm World initStep - 1 31.9 um -10.6 cm 1.95 cm 95 keV 0 eV 10.3 um 10.3 um World eIoni - 2 4.76 mm -12.1 cm 1.91 cm 157 MeV 5.67 keV 1.7 cm 1.7 cm World eIoni - 3 8.08 mm -13.2 cm 1.92 cm 270 MeV 2.44 keV 1.18 cm 2.88 cm World eIoni - 4 1.54 cm -19.9 cm 1.95 cm 939 MeV 14 keV 6.74 cm 9.62 cm OutOfWorldTransportation + 0 -389 um -14.1 cm 7.61 mm 1.9 keV 0 eV 0 fm 0 fm World initStep + 1 -394 um -14.1 cm 7.61 mm 561 keV 1.9 keV 139 um 139 um World eIoni + 2 -416 um -20 cm 7.63 mm 587 MeV 7.93 keV 5.96 cm 5.97 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.08 mm -13.2 cm 1.92 cm 3.33 keV 0 eV 0 fm 0 fm World initStep - 1 8.07 mm -13.3 cm 1.92 cm 1.47 MeV 3.33 keV 352 um 352 um World eIoni - 2 8.06 mm -13.3 cm 1.92 cm 4.76 MeV 0 eV 329 um 681 um World eIoni - 3 7.16 mm -18 cm 1.96 cm 480 MeV 8.56 keV 4.76 cm 4.82 cm World eIoni - 4 6.88 mm -20 cm 2.01 cm 674 MeV 2.89 keV 1.94 cm 6.76 cm OutOfWorldTransportation + 0 -89.2 um -4.78 cm 7.62 mm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 -92.8 um -4.78 cm 7.62 mm 382 keV 1.48 keV 94.6 um 94.6 um World eIoni + 2 -117 um -20 cm 7.64 mm 1.52 GeV 31 keV 16.4 cm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.16 mm -18 cm 1.96 cm 3.04 keV 0 eV 0 fm 0 fm World initStep - 1 7.15 mm -18.1 cm 1.96 cm 1.25 MeV 3.04 keV 300 um 300 um World eIoni - 2 7.18 mm -19.8 cm 1.9 cm 180 MeV 2.87 keV 1.79 cm 1.82 cm World eIoni - 3 7.19 mm -20 cm 1.9 cm 194 MeV 158 eV 1.4 mm 1.96 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 35.6 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2255,49 +2249,59 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 154 um -6.02 cm 1.65 cm 652 MeV 9.77 keV 6.5 cm 6.5 cm World eIoni - 2 290 um -17.5 cm 2.18 cm 1.8 GeV 25.6 keV 11.5 cm 18 cm World eIoni - 3 301 um -19 cm 2.23 cm 1.95 GeV 2.02 keV 1.59 cm 19.5 cm World eIoni - 4 307 um -20 cm 2.25 cm 2.05 GeV 2.77 keV 9.59 mm 20.5 cm OutOfWorldTransportation + 1 79.8 nm -2.34 mm 4.69 mm 73.4 MeV 747 eV 5.39 mm 5.39 mm World eIoni + 2 58.2 um -11.9 cm 1.94 cm 1.24 GeV 21.1 keV 11.9 cm 12.4 cm World eIoni + 3 60 um -12.5 cm 1.96 cm 1.3 GeV 1.32 keV 5.31 mm 12.9 cm World eIoni + 4 80.7 um -20 cm 2.18 cm 2.05 GeV 17.8 keV 7.55 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 301 um -19 cm 2.23 cm 3.06 keV 0 eV 0 fm 0 fm World initStep - 1 298 um -19.1 cm 2.23 cm 1.26 MeV 3.06 keV 304 um 304 um World eIoni - 2 383 um -19.5 cm 2.23 cm 50.8 MeV 485 eV 4.95 mm 5.26 mm World eIoni - 3 482 um -20 cm 2.22 cm 95.8 MeV 711 eV 4.51 mm 9.76 mm OutOfWorldTransportation + 0 60 um -12.5 cm 1.96 cm 1.63 keV 0 eV 0 fm 0 fm World initStep + 1 58.7 um -12.5 cm 1.95 cm 449 keV 1.63 keV 110 um 110 um World eIoni + 2 51.4 um -20 cm 1.95 cm 755 MeV 14.1 keV 7.76 cm 7.77 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 290 um -17.5 cm 2.18 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 293 um -17.5 cm 2.18 cm 314 keV 1.32 keV 79.4 um 79.4 um World eIoni - 2 312 um -20 cm 2.18 cm 255 MeV 5.14 keV 2.58 cm 2.59 cm OutOfWorldTransportation + 0 58.2 um -11.9 cm 1.94 cm 1.61 keV 0 eV 0 fm 0 fm World initStep + 1 61.5 um -11.9 cm 1.94 cm 440 keV 1.61 keV 107 um 107 um World eIoni + 2 78.8 um -20 cm 1.94 cm 808 MeV 10.3 keV 8.33 cm 8.34 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 154 um -6.02 cm 1.65 cm 3.65 keV 0 eV 0 fm 0 fm World initStep - 1 144 um -6.03 cm 1.65 cm 1.72 MeV 3.65 keV 411 um 411 um World eIoni - 2 132 um -6.31 cm 1.66 cm 29 MeV 187 eV 2.73 mm 3.14 mm World eIoni - 3 -344 um -15.2 cm 1.69 cm 918 MeV 17.2 keV 8.89 cm 9.2 cm World eIoni - 4 -522 um -20 cm 1.72 cm 1.4 GeV 10.3 keV 4.81 cm 14 cm OutOfWorldTransportation + 0 79.8 nm -2.34 mm 4.69 mm 2.09 keV 0 eV 0 fm 0 fm World initStep + 1 -2.18 um -2.4 mm 4.7 mm 688 keV 2.09 keV 162 um 162 um World eIoni + 2 8.23 mm -8.46 cm 1.13 cm 823 MeV 12.9 keV 8.35 cm 8.36 cm World eIoni + 3 4.5 mm -15.1 cm 2.76 cm 1.48 GeV 13.7 keV 6.82 cm 15.2 cm World eIoni + 4 2.73 mm -20 cm 3.54 cm 1.98 GeV 12.6 keV 5 cm 20.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -344 um -15.2 cm 1.69 cm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 -340 um -15.2 cm 1.69 cm 388 keV 1.49 keV 95.8 um 95.8 um World eIoni - 2 -316 um -20 cm 1.69 cm 481 MeV 9.9 keV 4.91 cm 4.92 cm OutOfWorldTransportation + 0 4.5 mm -15.1 cm 2.76 cm 53.9 keV 0 eV 0 fm 0 fm World initStep + 1 4.37 mm -16.1 cm 2.76 cm 105 MeV 4.78 keV 1.24 cm 1.24 cm World eIoni + 2 116 um -15.6 cm 3.22 cm 52 MeV 2.02 keV 8.52 mm 2.09 cm World eIoni + 3 -7.17 mm -16.9 cm 4.01 cm 183 MeV 3.32 keV 1.83 cm 3.92 cm World eIoni + 4 -1.07 cm -20 cm 4.39 cm 491 MeV 7.71 keV 3.12 cm 7.04 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -7.17 mm -16.9 cm 4.01 cm 1.55 keV 0 eV 0 fm 0 fm World initStep + 1 -7.16 mm -16.9 cm 4.01 cm 413 keV 1.55 keV 101 um 101 um World eIoni + 2 -7.14 mm -20 cm 4.01 cm 309 MeV 5.1 keV 3.13 cm 3.14 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2305,47 +2309,48 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 42.7 um -4.31 cm 1.48 cm 481 MeV 9.65 keV 4.79 cm 4.79 cm World eIoni - 2 62.1 um -14.3 cm 2.04 cm 1.48 GeV 19.7 keV 10 cm 14.8 cm World eIoni - 3 67.4 um -20 cm 2.2 cm 2.05 GeV 8.47 keV 5.66 cm 20.5 cm OutOfWorldTransportation + 1 -258 um -8.14 cm 1.77 cm 864 MeV 14.9 keV 8.63 cm 8.63 cm World eIoni + 2 -346 um -17.2 cm 2.13 cm 1.77 GeV 24.2 keV 9.04 cm 17.7 cm World eIoni + 3 -363 um -19.1 cm 2.18 cm 1.96 GeV 3.29 keV 1.91 cm 19.6 cm World eIoni + 4 -370 um -20 cm 2.2 cm 2.05 GeV 1.5 keV 9.13 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 62.1 um -14.3 cm 2.04 cm 2.51 keV 0 eV 0 fm 0 fm World initStep - 1 58.1 um -14.3 cm 2.04 cm 897 keV 2.51 keV 218 um 218 um World eIoni - 2 -121 um -15 cm 2.03 cm 65.2 MeV 843 eV 6.44 mm 6.66 mm World eIoni - 3 -577 um -20 cm 2.01 cm 566 MeV 7.35 keV 5.01 cm 5.67 cm OutOfWorldTransportation + 0 -363 um -19.1 cm 2.18 cm 2.25 keV 0 eV 0 fm 0 fm World initStep + 1 -366 um -19.1 cm 2.18 cm 744 keV 2.25 keV 182 um 182 um World eIoni + 2 -366 um -19.2 cm 2.18 cm 7.61 MeV 0 eV 687 um 869 um World eIoni + 3 -408 um -20 cm 2.18 cm 91.2 MeV 800 eV 8.36 mm 9.23 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 42.7 um -4.31 cm 1.48 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 41.4 um -4.31 cm 1.48 cm 431 keV 1.59 keV 106 um 106 um World eIoni - 2 33.5 um -20 cm 1.47 cm 1.57 GeV 30 keV 16.7 cm 16.7 cm OutOfWorldTransportation + 0 -346 um -17.2 cm 2.13 cm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 -345 um -17.2 cm 2.13 cm 240 keV 1.12 keV 62.5 um 62.5 um World eIoni + 2 -336 um -20 cm 2.13 cm 283 MeV 7.62 keV 2.9 cm 2.91 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -40.1 um -4.33 cm 1.48 cm 483 MeV 9.46 keV 4.81 cm 4.81 cm World eIoni - 2 -39.5 um -20 cm 2.21 cm 2.05 GeV 31.6 keV 15.7 cm 20.5 cm OutOfWorldTransportation + 0 -258 um -8.14 cm 1.77 cm 4.45 keV 0 eV 0 fm 0 fm World initStep + 1 -271 um -8.16 cm 1.77 cm 1.99 MeV 1.42 keV 296 um 296 um World eIoni + 2 3.51 mm -16.2 cm 1.89 cm 810 MeV 10.8 keV 8.12 cm 8.15 cm World eIoni + 3 4.65 mm -20 cm 1.92 cm 1.19 GeV 4.41 keV 3.76 cm 11.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -40.1 um -4.33 cm 1.48 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 -38.6 um -4.33 cm 1.48 cm 234 keV 1.1 keV 61.1 um 61.1 um World eIoni - 2 3.62 cm -16.2 cm 2.4 cm 1.19 GeV 31.8 keV 13.7 cm 13.7 cm World eIoni - 3 4.59 cm -19.5 cm 3.01 cm 1.51 GeV 5.85 keV 3.44 cm 17.2 cm OutOfWorldTransportation + 0 3.51 mm -16.2 cm 1.89 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 3.51 mm -16.2 cm 1.89 cm 311 keV 1.31 keV 78.6 um 78.6 um World eIoni + 2 3.53 mm -20 cm 1.89 cm 376 MeV 5.77 keV 3.85 cm 3.86 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2353,28 +2358,39 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -2.57 um -4.13 mm 6.07 mm 91.2 MeV 2.09 keV 7.66 mm 7.66 mm World eIoni - 2 -109 um -8.27 cm 1.78 cm 876 MeV 17.4 keV 7.99 cm 8.76 cm World eIoni - 3 -189 um -20 cm 2.2 cm 2.05 GeV 23.2 keV 11.7 cm 20.5 cm OutOfWorldTransportation + 1 611 um -13.7 cm 2.04 cm 1.42 GeV 27.7 keV 14.2 cm 14.2 cm World eIoni + 2 663 um -14.5 cm 2.07 cm 1.5 GeV 856 eV 8.51 mm 15 cm World eIoni + 3 939 um -20 cm 2.2 cm 2.05 GeV 13 keV 5.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -109 um -8.27 cm 1.78 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 -106 um -8.27 cm 1.78 cm 208 keV 1.03 keV 55.2 um 55.2 um World eIoni - 2 -1.06 cm -18.1 cm 3.34 cm 984 MeV 27 keV 11.4 cm 11.4 cm World eIoni - 3 -1.73 cm -19.9 cm 3.07 cm 1.17 GeV 4.16 keV 1.96 cm 13.3 cm OutOfWorldTransportation + 0 663 um -14.5 cm 2.07 cm 2.16 keV 0 eV 0 fm 0 fm World initStep + 1 656 um -14.5 cm 2.07 cm 694 keV 2.16 keV 170 um 170 um World eIoni + 2 625 um -15.9 cm 2.14 cm 140 MeV 3.56 keV 1.4 cm 1.42 cm World eIoni + 3 1.22 mm -20 cm 2.14 cm 549 MeV 7.94 keV 4.09 cm 5.51 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 625 um -15.9 cm 2.14 cm 6.92 keV 0 eV 0 fm 0 fm World initStep + 1 651 um -16 cm 2.14 cm 5.4 MeV 6.92 keV 1.23 mm 1.23 mm World eIoni + 2 843 um -16 cm 2.13 cm 9.45 MeV 0 eV 454 um 1.68 mm World eIoni + 3 2.06 mm -20 cm 2.09 cm 409 MeV 6.77 keV 4 cm 4.17 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 um -4.13 mm 6.07 mm 1.79 keV 0 eV 0 fm 0 fm World initStep - 1 -8.19 um -4.18 mm 6.07 mm 510 keV 1.79 keV 127 um 127 um World eIoni - 2 -41.1 um -20 cm 6.07 mm 1.96 GeV 34 keV 20.8 cm 20.8 cm OutOfWorldTransportation + 0 611 um -13.7 cm 2.04 cm 12.4 keV 0 eV 0 fm 0 fm World initStep + 1 615 um -13.8 cm 2.04 cm 13.6 MeV 3.93 keV 2.12 mm 2.12 mm World eIoni + 2 1.48 mm -14.7 cm 2.17 cm 103 MeV 1.7 keV 1.18 cm 1.39 cm World eIoni + 3 1.68 mm -20 cm 2.2 cm 634 MeV 14.4 keV 5.31 cm 6.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2382,42 +2398,35 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 83.2 um -5.49 cm 1.58 cm 599 MeV 10.3 keV 5.98 cm 5.98 cm World eIoni - 2 87.9 um -8.14 cm 1.77 cm 864 MeV 6.94 keV 2.65 cm 8.63 cm World eIoni - 3 99.7 um -15.1 cm 2.07 cm 1.56 GeV 14.1 keV 6.95 cm 15.6 cm World eIoni - 4 102 um -20 cm 2.21 cm 2.05 GeV 9.89 keV 4.92 cm 20.5 cm OutOfWorldTransportation + 1 -438 um -14.9 cm 2.02 cm 1.54 GeV 33 keV 15.4 cm 15.4 cm World eIoni + 2 -539 um -18.7 cm 2.13 cm 1.92 GeV 6.26 keV 3.73 cm 19.2 cm World eIoni + 3 -569 um -20 cm 2.16 cm 2.05 GeV 2.39 keV 1.35 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 99.7 um -15.1 cm 2.07 cm 4.28 keV 0 eV 0 fm 0 fm World initStep - 1 109 um -15.1 cm 2.07 cm 2.28 MeV 4.28 keV 543 um 543 um World eIoni - 2 102 um -16.1 cm 2.05 cm 99 MeV 1.01 keV 9.67 mm 1.02 cm World eIoni - 3 53.6 um -20 cm 2.02 cm 492 MeV 8.71 keV 3.93 cm 4.95 cm OutOfWorldTransportation + 0 -539 um -18.7 cm 2.13 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 -539 um -18.7 cm 2.13 cm 227 keV 1.08 keV 59.7 um 59.7 um World eIoni + 2 -540 um -20 cm 2.12 cm 135 MeV 3.05 keV 1.36 cm 1.37 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 87.9 um -8.14 cm 1.77 cm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 85.4 um -8.14 cm 1.77 cm 206 keV 1.02 keV 54.9 um 54.9 um World eIoni - 2 1.77 cm -17.9 cm 6.4 mm 974 MeV 24.2 keV 11.3 cm 11.3 cm World eIoni - 3 3.04 cm -18.3 cm -1.8 mm 1.01 GeV 3.01 keV 1.57 cm 12.8 cm WorldTransportation - 4 4.05 cm -18.8 cm -8.28 mm 1.06 GeV 1.16 keV 1.3 cm 14.1 cm WorldTransportation - 5 4.88 cm -19.3 cm -1.37 cm 1.12 GeV 3.33 keV 1.13 cm 15.3 cm WorldTransportation - 6 4.96 cm -19.4 cm -1.41 cm 1.12 GeV 192 eV 997 um 15.4 cm OutOfWorldTransportation + 0 -438 um -14.9 cm 2.02 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 -436 um -14.9 cm 2.02 cm 211 keV 1.04 keV 55.9 um 55.9 um World eIoni + 2 -418 um -20 cm 2.02 cm 507 MeV 12.4 keV 5.42 cm 5.42 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 83.2 um -5.49 cm 1.58 cm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 85.2 um -5.5 cm 1.58 cm 483 keV 1.7 keV 117 um 117 um World eIoni - 2 96.6 um -20 cm 1.58 cm 1.45 GeV 24.3 keV 15.2 cm 15.2 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 35.2 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2425,67 +2434,68 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 168 um -6.83 cm 1.72 cm 733 MeV 12.7 keV 7.32 cm 7.32 cm World eIoni - 2 208 um -20 cm 2.27 cm 2.05 GeV 21.8 keV 13.2 cm 20.5 cm OutOfWorldTransportation + 1 -23.9 um -4.21 cm 1.47 cm 471 MeV 10.1 keV 4.69 cm 4.69 cm World eIoni + 2 -24.8 um -4.46 cm 1.49 cm 496 MeV 730 eV 2.53 mm 4.94 cm World eIoni + 3 -28.7 um -5.57 cm 1.59 cm 607 MeV 1.71 keV 1.11 cm 6.05 cm World eIoni + 4 -51.5 um -14.2 cm 2.03 cm 1.47 GeV 18.6 keV 8.6 cm 14.7 cm World eIoni + 5 -62.8 um -19.1 cm 2.17 cm 1.96 GeV 9.31 keV 4.99 cm 19.6 cm World eIoni + 6 -64.9 um -20 cm 2.19 cm 2.05 GeV 3.62 keV 8.51 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 168 um -6.83 cm 1.72 cm 4.57 keV 0 eV 0 fm 0 fm World initStep - 1 166 um -6.86 cm 1.72 cm 2.57 MeV 4.57 keV 610 um 610 um World eIoni - 2 368 um -8.08 cm 1.72 cm 125 MeV 3.68 keV 1.22 cm 1.28 cm World eIoni - 3 669 um -11.5 cm 1.77 cm 462 MeV 5.4 keV 3.38 cm 4.66 cm World eIoni - 4 905 um -19.3 cm 1.8 cm 1.24 GeV 19 keV 7.82 cm 12.5 cm World eIoni - 5 919 um -20 cm 1.8 cm 1.32 GeV 897 eV 7.27 mm 13.2 cm OutOfWorldTransportation + 0 -62.8 um -19.1 cm 2.17 cm 2.88 keV 0 eV 0 fm 0 fm World initStep + 1 -62.9 um -19.2 cm 2.17 cm 1.13 MeV 2.88 keV 273 um 273 um World eIoni + 2 -163 um -19.8 cm 2.17 cm 60.1 MeV 258 eV 5.9 mm 6.17 mm World eIoni + 3 -237 um -20 cm 2.17 cm 85.1 MeV 461 eV 2.5 mm 8.67 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 905 um -19.3 cm 1.8 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 907 um -19.3 cm 1.8 cm 262 keV 1.18 keV 67.6 um 67.6 um World eIoni - 2 917 um -20 cm 1.8 cm 72.7 MeV 3.32 keV 7.29 mm 7.36 mm OutOfWorldTransportation + 0 -51.5 um -14.2 cm 2.03 cm 1.95 keV 0 eV 0 fm 0 fm World initStep + 1 -47.5 um -14.2 cm 2.03 cm 584 keV 1.95 keV 144 um 144 um World eIoni + 2 -29.6 um -20 cm 2.03 cm 584 MeV 7.42 keV 5.92 cm 5.93 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 669 um -11.5 cm 1.77 cm 1.77 keV 0 eV 0 fm 0 fm World initStep - 1 669 um -11.5 cm 1.77 cm 500 keV 1.77 keV 125 um 125 um World eIoni - 2 669 um -20 cm 1.77 cm 854 MeV 16.8 keV 8.77 cm 8.78 cm OutOfWorldTransportation + 0 -28.7 um -5.57 cm 1.59 cm 7.47 keV 0 eV 0 fm 0 fm World initStep + 1 -46.1 um -5.59 cm 1.59 cm 2.05 MeV 2.59 keV 231 um 231 um World eIoni + 2 9.3 mm -18.6 cm 1.9 cm 1.3 GeV 17.1 keV 13.1 cm 13.1 cm World eIoni + 3 1.03 cm -20 cm 1.98 cm 1.44 GeV 2.48 keV 1.42 cm 14.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -9.51 um -14 cm 1.98 cm 1.45 GeV 26.8 keV 14.5 cm 14.5 cm World eIoni - 2 45.2 um -14.7 cm 1.99 cm 1.52 GeV 1.32 keV 7.55 mm 15.2 cm World eIoni - 3 364 um -20 cm 2.07 cm 2.05 GeV 11.1 keV 5.28 cm 20.5 cm OutOfWorldTransportation + 0 9.3 mm -18.6 cm 1.9 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 9.3 mm -18.6 cm 1.9 cm 230 keV 1.09 keV 60.2 um 60.2 um World eIoni + 2 9.28 mm -20 cm 1.9 cm 142 MeV 2.29 keV 1.44 cm 1.44 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 45.2 um -14.7 cm 1.99 cm 1.62 keV 0 eV 0 fm 0 fm World initStep - 1 50.1 um -14.7 cm 1.99 cm 447 keV 1.62 keV 109 um 109 um World eIoni - 2 75.4 um -20 cm 1.99 cm 528 MeV 7.95 keV 5.38 cm 5.39 cm OutOfWorldTransportation + 0 -24.8 um -4.46 cm 1.49 cm 1.83 keV 0 eV 0 fm 0 fm World initStep + 1 -22 um -4.47 cm 1.49 cm 527 keV 1.83 keV 131 um 131 um World eIoni + 2 -6.53 um -20 cm 1.49 cm 1.55 GeV 30.4 keV 16.3 cm 16.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.51 um -14 cm 1.98 cm 16 keV 0 eV 0 fm 0 fm World initStep - 1 -4.85 um -14.2 cm 1.98 cm 18.9 MeV 5.09 keV 2.65 mm 2.65 mm World eIoni - 2 -831 um -15.4 cm 1.8 cm 144 MeV 2.57 keV 1.28 cm 1.54 cm World eIoni - 3 -1.41 mm -20 cm 1.68 cm 604 MeV 7.74 keV 4.6 cm 6.13 cm OutOfWorldTransportation + 0 -23.9 um -4.21 cm 1.47 cm 1.36 keV 0 eV 0 fm 0 fm World initStep + 1 -23.7 um -4.21 cm 1.47 cm 332 keV 1.36 keV 83.2 um 83.2 um World eIoni + 2 -22.7 um -20 cm 1.47 cm 1.58 GeV 30.3 keV 17.5 cm 17.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2493,27 +2503,26 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -521 um -12.3 cm 1.97 cm 1.28 GeV 24.5 keV 12.8 cm 12.8 cm World eIoni - 2 -841 um -19.3 cm 2.21 cm 1.98 GeV 14 keV 7.05 cm 19.8 cm World eIoni - 3 -867 um -20 cm 2.23 cm 2.05 GeV 2.81 keV 6.78 mm 20.5 cm OutOfWorldTransportation + 1 320 um -9.87 cm 1.9 cm 1.04 GeV 25.1 keV 10.4 cm 10.4 cm World eIoni + 2 356 um -20 cm 2.26 cm 2.05 GeV 22.8 keV 10.1 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -841 um -19.3 cm 2.21 cm 1.3 keV 0 eV 0 fm 0 fm World initStep - 1 -840 um -19.3 cm 2.21 cm 309 keV 1.3 keV 78.2 um 78.2 um World eIoni - 2 -836 um -20 cm 2.21 cm 67.8 MeV 1.61 keV 6.78 mm 6.86 mm OutOfWorldTransportation + 0 320 um -9.87 cm 1.9 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 319 um -9.87 cm 1.9 cm 208 keV 1.03 keV 55.3 um 55.3 um World eIoni + 2 -2 mm -19.8 cm 1.85 cm 989 MeV 27.3 keV 11.4 cm 11.4 cm World eIoni + 3 -2.91 mm -20 cm 1.93 cm 1.01 GeV 379 eV 2.65 mm 11.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -521 um -12.3 cm 1.97 cm 1.8 keV 0 eV 0 fm 0 fm World initStep - 1 -516 um -12.3 cm 1.97 cm 513 keV 1.8 keV 128 um 128 um World eIoni - 2 -489 um -20 cm 1.97 cm 773 MeV 13.9 keV 7.9 cm 7.91 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 40.7 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2521,185 +2530,166 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -31.3 um -1.52 cm 1.04 cm 202 MeV 3.28 keV 1.96 cm 1.96 cm World eIoni - 2 -89.4 um -5.96 cm 1.64 cm 646 MeV 9.5 keV 4.48 cm 6.45 cm World eIoni - 3 -96.5 um -9.36 cm 1.85 cm 986 MeV 5.44 keV 3.4 cm 9.85 cm World eIoni - 4 -98.3 um -10.5 cm 1.91 cm 1.1 GeV 1.12 keV 1.13 cm 11 cm World eIoni - 5 -107 um -20 cm 2.22 cm 2.05 GeV 20.1 keV 9.52 cm 20.5 cm OutOfWorldTransportation + 1 0 fm -20 cm 2.22 cm 2.05 GeV 46.6 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -98.3 um -10.5 cm 1.91 cm 1.78 keV 0 eV 0 fm 0 fm World initStep - 1 -96.2 um -10.5 cm 1.91 cm 505 keV 1.78 keV 126 um 126 um World eIoni - 2 -85.1 um -20 cm 1.9 cm 951 MeV 18.7 keV 9.79 cm 9.8 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -5.14 um -8.07 mm 8.11 mm 131 MeV 3.04 keV 1.21 cm 1.21 cm World eIoni + 2 -6.07 um -1.8 cm 1.11 cm 230 MeV 904 eV 1.04 cm 2.25 cm World eIoni + 3 43.8 um -18.6 cm 2.19 cm 1.91 GeV 37.5 keV 16.8 cm 19 cm World eIoni + 4 39 um -20 cm 2.23 cm 2.05 GeV 1.9 keV 1.45 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -96.5 um -9.36 cm 1.85 cm 10.8 keV 0 eV 0 fm 0 fm World initStep - 1 -72.7 um -9.47 cm 1.85 cm 11.2 MeV 4.2 keV 1.89 mm 1.89 mm World eIoni - 2 -238 um -9.91 cm 1.67 cm 55 MeV 695 eV 4.88 mm 6.78 mm World eIoni - 3 -546 um -18.9 cm 1.38 cm 954 MeV 16.9 keV 8.99 cm 9.67 cm World eIoni - 4 -584 um -20 cm 1.36 cm 1.06 GeV 3.77 keV 1.11 cm 10.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -546 um -18.9 cm 1.38 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 -545 um -18.9 cm 1.38 cm 430 keV 1.59 keV 105 um 105 um World eIoni - 2 -539 um -20 cm 1.38 cm 111 MeV 2.76 keV 1.11 cm 1.12 cm OutOfWorldTransportation + 0 43.8 um -18.6 cm 2.19 cm 1.94 keV 0 eV 0 fm 0 fm World initStep + 1 49.9 um -18.6 cm 2.19 cm 582 keV 1.94 keV 144 um 144 um World eIoni + 2 71.8 um -20 cm 2.19 cm 145 MeV 780 eV 1.45 cm 1.46 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -89.4 um -5.96 cm 1.64 cm 2.76 keV 0 eV 0 fm 0 fm World initStep - 1 -94.7 um -5.97 cm 1.64 cm 1.05 MeV 2.76 keV 255 um 255 um World eIoni - 2 -98 um -6.01 cm 1.64 cm 5.36 MeV 0 eV 431 um 686 um World eIoni - 3 1.7 mm -16.3 cm 1.86 cm 1.03 GeV 14.4 keV 10.3 cm 10.4 cm World eIoni - 4 1.65 mm -16.5 cm 1.87 cm 1.06 GeV 718 eV 2.36 mm 10.6 cm World eIoni - 5 994 um -20 cm 1.95 cm 1.4 GeV 6.47 keV 3.47 cm 14.1 cm OutOfWorldTransportation + 0 -6.07 um -1.8 cm 1.11 cm 2.66 keV 0 eV 0 fm 0 fm World initStep + 1 -15.1 um -1.81 cm 1.11 cm 989 keV 2.66 keV 240 um 240 um World eIoni + 2 -205 um -2.86 cm 1.08 cm 106 MeV 1.11 keV 1.06 cm 1.08 cm World eIoni + 3 -468 um -11.6 cm 1.02 cm 984 MeV 13.9 keV 8.77 cm 9.85 cm World eIoni + 4 -490 um -20 cm 1 cm 1.82 GeV 14.4 keV 8.37 cm 18.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 mm -16.5 cm 1.87 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 1.65 mm -16.5 cm 1.87 cm 314 keV 1.32 keV 79.4 um 79.4 um World eIoni - 2 1.66 mm -20 cm 1.86 cm 347 MeV 6.07 keV 3.55 cm 3.55 cm OutOfWorldTransportation + 0 -468 um -11.6 cm 1.02 cm 3.48 keV 0 eV 0 fm 0 fm World initStep + 1 -480 um -11.7 cm 1.02 cm 1.58 MeV 3.48 keV 378 um 378 um World eIoni + 2 -539 um -12 cm 1.02 cm 33.5 MeV 486 eV 3.19 mm 3.57 mm World eIoni + 3 -688 um -16.5 cm 9.94 mm 484 MeV 10.1 keV 4.51 cm 4.86 cm World eIoni + 4 -749 um -20 cm 9.81 mm 837 MeV 6.38 keV 3.53 cm 8.39 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 mm -16.3 cm 1.86 cm 1.16 keV 0 eV 0 fm 0 fm World initStep - 1 1.7 mm -16.3 cm 1.86 cm 252 keV 1.16 keV 65.4 um 65.4 um World eIoni - 2 1.68 mm -20 cm 1.86 cm 371 MeV 7.62 keV 3.83 cm 3.84 cm OutOfWorldTransportation + 0 -688 um -16.5 cm 9.94 mm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 -685 um -16.5 cm 9.94 mm 251 keV 1.15 keV 65.2 um 65.2 um World eIoni + 2 -667 um -20 cm 9.95 mm 353 MeV 6.45 keV 3.64 cm 3.65 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -31.3 um -1.52 cm 1.04 cm 2.11 keV 0 eV 0 fm 0 fm World initStep - 1 -31.9 um -1.53 cm 1.04 cm 664 keV 2.11 keV 164 um 164 um World eIoni - 2 424 um -4.38 cm 1.26 cm 286 MeV 4.07 keV 2.87 cm 2.88 cm World eIoni - 3 986 um -18.1 cm 2.04 cm 1.66 GeV 26.5 keV 13.7 cm 16.6 cm World eIoni - 4 1.02 mm -19.4 cm 2.07 cm 1.79 GeV 2.66 keV 1.36 cm 18 cm World eIoni - 5 1.04 mm -20 cm 2.09 cm 1.85 GeV 1.42 keV 5.58 mm 18.5 cm OutOfWorldTransportation + 0 -5.14 um -8.07 mm 8.11 mm 1.71 keV 0 eV 0 fm 0 fm World initStep + 1 -9.68 um -8.12 mm 8.11 mm 486 keV 1.71 keV 118 um 118 um World eIoni + 2 -37.1 um -20 cm 8.09 mm 1.92 GeV 36.9 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm -19.4 cm 2.07 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 1.02 mm -19.4 cm 2.07 cm 561 keV 1.9 keV 139 um 139 um World eIoni - 2 1.02 mm -20 cm 2.07 cm 55.8 MeV 669 eV 5.53 mm 5.67 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 986 um -18.1 cm 2.04 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 989 um -18.1 cm 2.04 cm 236 keV 1.11 keV 61.8 um 61.8 um World eIoni - 2 1.01 mm -20 cm 2.04 cm 192 MeV 2.62 keV 1.95 cm 1.96 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -5.21 um -3.65 mm 5.76 mm 86.5 MeV 1.06 keV 7.08 mm 7.08 mm World eIoni + 2 -3.56 um -2.13 cm 1.18 cm 263 MeV 3.41 keV 1.88 cm 2.59 cm World eIoni + 3 -8.5 um -14 cm 2.04 cm 1.45 GeV 28.2 keV 11.9 cm 14.5 cm World eIoni + 4 -31.5 um -20 cm 2.22 cm 2.05 GeV 15.1 keV 5.99 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -79.7 um -3.19 cm 1.35 cm 369 MeV 4.27 keV 3.66 cm 3.66 cm World eIoni - 2 -139 um -20 cm 2.22 cm 2.05 GeV 38.5 keV 16.8 cm 20.5 cm OutOfWorldTransportation + 0 -8.5 um -14 cm 2.04 cm 3.09 keV 0 eV 0 fm 0 fm World initStep + 1 -13.7 um -14 cm 2.05 cm 1.29 MeV 3.09 keV 309 um 309 um World eIoni + 2 -12.5 um -14.2 cm 2.05 cm 23.3 MeV 158 eV 2.2 mm 2.51 mm World eIoni + 3 9.2 um -20 cm 2.06 cm 599 MeV 11 keV 5.76 cm 6.01 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -79.7 um -3.19 cm 1.35 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 -78.6 um -3.19 cm 1.35 cm 291 keV 1.26 keV 74 um 74 um World eIoni - 2 -92.2 um -20 cm 1.35 cm 1.68 GeV 40.2 keV 19.4 cm 19.4 cm World eIoni - 3 1.28 cm -20 cm -4.86 cm 1.68 GeV 14.9 keV 6.38 cm 25.8 cm OutOfWorldTransportation + 0 -3.56 um -2.13 cm 1.18 cm 5.16 keV 0 eV 0 fm 0 fm World initStep + 1 13.8 um -2.16 cm 1.18 cm 3.19 MeV 5.16 keV 754 um 754 um World eIoni + 2 -10.6 um -3.98 cm 1.15 cm 185 MeV 2.84 keV 1.82 cm 1.89 cm World eIoni + 3 1.32 um -13.3 cm 1.15 cm 1.11 GeV 19.3 keV 9.28 cm 11.2 cm World eIoni + 4 25 um -20 cm 1.15 cm 1.79 GeV 13.7 keV 6.74 cm 17.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 108 um -4.01 cm 1.45 cm 450 MeV 6.22 keV 4.48 cm 4.48 cm World eIoni - 2 453 um -20 cm 2.22 cm 2.05 GeV 30.4 keV 16 cm 20.5 cm OutOfWorldTransportation + 0 1.32 um -13.3 cm 1.15 cm 1.66 keV 0 eV 0 fm 0 fm World initStep + 1 259 nm -13.3 cm 1.15 cm 463 keV 1.66 keV 113 um 113 um World eIoni + 2 -5.25 um -20 cm 1.15 cm 674 MeV 14.7 keV 6.9 cm 6.91 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 108 um -4.01 cm 1.45 cm 14.2 keV 0 eV 0 fm 0 fm World initStep - 1 73.4 um -4.17 cm 1.45 cm 16.2 MeV 4.05 keV 2.38 mm 2.38 mm World eIoni - 2 164 um -4.19 cm 1.42 cm 18.9 MeV 73.1 eV 403 um 2.78 mm World eIoni - 3 2.71 mm -17.5 cm 9.74 mm 1.35 GeV 23.7 keV 13.3 cm 13.6 cm World eIoni - 4 2.83 mm -20 cm 9.7 mm 1.6 GeV 8.26 keV 2.54 cm 16.1 cm OutOfWorldTransportation + 0 -5.21 um -3.65 mm 5.76 mm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 1.78 um -3.71 mm 5.76 mm 687 keV 2.15 keV 169 um 169 um World eIoni + 2 -4.88 um -4.92 mm 5.76 mm 12.8 MeV 109 eV 1.21 mm 1.38 mm World eIoni + 3 -118 um -20 cm 5.79 mm 1.96 GeV 29.9 keV 19.5 cm 19.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 mm -17.5 cm 9.74 mm 3.3 keV 0 eV 0 fm 0 fm World initStep - 1 2.71 mm -17.5 cm 9.73 mm 1.44 MeV 3.3 keV 346 um 346 um World eIoni - 2 2.71 mm -17.6 cm 9.72 mm 14.5 MeV 7.55 eV 1.31 mm 1.65 mm World eIoni - 3 2.71 mm -18.1 cm 9.73 mm 64 MeV 201 eV 4.95 mm 6.6 mm World eIoni - 4 2.71 mm -20 cm 9.73 mm 254 MeV 2.15 keV 1.9 cm 2.56 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -314 um -8.57 cm 1.81 cm 907 MeV 18.3 keV 9.06 cm 9.06 cm World eIoni + 2 -367 um -12.5 cm 1.98 cm 1.3 GeV 8.57 keV 3.94 cm 13 cm World eIoni + 3 -404 um -16 cm 2.1 cm 1.65 GeV 8.41 keV 3.51 cm 16.5 cm World eIoni + 4 -416 um -17.4 cm 2.14 cm 1.79 GeV 2.09 keV 1.36 cm 17.9 cm World eIoni + 5 -437 um -20 cm 2.2 cm 2.05 GeV 3.18 keV 2.62 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 mm -18.1 cm 9.73 mm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 2.71 mm -18.1 cm 9.73 mm 462 keV 1.65 keV 112 um 112 um World eIoni - 2 2.72 mm -20 cm 9.76 mm 190 MeV 3.98 keV 1.91 cm 1.92 cm OutOfWorldTransportation + 0 -416 um -17.4 cm 2.14 cm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 -417 um -17.4 cm 2.14 cm 274 keV 1.21 keV 70.4 um 70.4 um World eIoni + 2 -422 um -20 cm 2.14 cm 262 MeV 6.17 keV 2.67 cm 2.68 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 38.7 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 -404 um -16 cm 2.1 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -401 um -16 cm 2.1 cm 224 keV 1.07 keV 58.9 um 58.9 um World eIoni + 2 -380 um -20 cm 2.1 cm 398 MeV 7.45 keV 4.16 cm 4.17 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -264 um -7.58 cm 1.75 cm 808 MeV 14.9 keV 8.07 cm 8.07 cm World eIoni - 2 -520 um -20 cm 2.22 cm 2.05 GeV 24.8 keV 12.4 cm 20.5 cm OutOfWorldTransportation + 0 -367 um -12.5 cm 1.98 cm 1.88 keV 0 eV 0 fm 0 fm World initStep + 1 -365 um -12.5 cm 1.99 cm 553 keV 1.88 keV 137 um 137 um World eIoni + 2 -357 um -20 cm 1.99 cm 749 MeV 15.3 keV 7.63 cm 7.65 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -264 um -7.58 cm 1.75 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 -267 um -7.58 cm 1.75 cm 377 keV 1.47 keV 93.4 um 93.4 um World eIoni - 2 -289 um -20 cm 1.75 cm 1.24 GeV 24.5 keV 13.2 cm 13.2 cm OutOfWorldTransportation + 0 -314 um -8.57 cm 1.81 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 -317 um -8.57 cm 1.81 cm 237 keV 1.11 keV 62 um 62 um World eIoni + 2 -343 um -20 cm 1.81 cm 1.14 GeV 30.7 keV 13.1 cm 13.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2707,176 +2697,161 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -122 um -8.8 cm 1.79 cm 930 MeV 16.8 keV 9.29 cm 9.29 cm World eIoni - 2 -196 um -16.6 cm 2.09 cm 1.71 GeV 17.1 keV 7.82 cm 17.1 cm World eIoni - 3 -201 um -17.4 cm 2.11 cm 1.79 GeV 1.08 keV 8.29 mm 17.9 cm World eIoni - 4 -216 um -20 cm 2.18 cm 2.05 GeV 5.32 keV 2.55 cm 20.5 cm OutOfWorldTransportation + 1 -162 um -5.94 cm 1.65 cm 645 MeV 9.89 keV 6.43 cm 6.43 cm World eIoni + 2 -415 um -14.2 cm 2.07 cm 1.47 GeV 18.9 keV 8.27 cm 14.7 cm World eIoni + 3 -421 um -14.5 cm 2.08 cm 1.5 GeV 352 eV 2.62 mm 15 cm World eIoni + 4 -526 um -20 cm 2.24 cm 2.05 GeV 10.9 keV 5.54 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -201 um -17.4 cm 2.11 cm 5.07 keV 0 eV 0 fm 0 fm World initStep - 1 -220 um -17.5 cm 2.11 cm 3.08 MeV 5.07 keV 730 um 730 um World eIoni - 2 -251 um -18.1 cm 2.12 cm 62.1 MeV 316 eV 5.9 mm 6.63 mm World eIoni - 3 -288 um -20 cm 2.13 cm 255 MeV 2.92 keV 1.93 cm 2.6 cm OutOfWorldTransportation + 0 -421 um -14.5 cm 2.08 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 -421 um -14.5 cm 2.08 cm 243 keV 1.13 keV 63.2 um 63.2 um World eIoni + 2 -419 um -20 cm 2.08 cm 553 MeV 12.4 keV 5.85 cm 5.86 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -196 um -16.6 cm 2.09 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 -195 um -16.6 cm 2.09 cm 245 keV 1.13 keV 63.7 um 63.7 um World eIoni - 2 -185 um -20 cm 2.09 cm 338 MeV 7.74 keV 3.49 cm 3.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -122 um -8.8 cm 1.79 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -120 um -8.8 cm 1.79 cm 227 keV 1.08 keV 59.6 um 59.6 um World eIoni - 2 -108 um -20 cm 1.79 cm 1.12 GeV 23.8 keV 12.9 cm 12.9 cm OutOfWorldTransportation + 0 -415 um -14.2 cm 2.07 cm 11.4 keV 0 eV 0 fm 0 fm World initStep + 1 -405 um -14.2 cm 2.07 cm 984 keV 164 eV 103 um 103 um World eIoni + 2 -147 um -15.4 cm 2.1 cm 123 MeV 2.02 keV 1.22 cm 1.23 cm World eIoni + 3 -482 um -18.5 cm 2.22 cm 428 MeV 3.44 keV 3.05 cm 4.28 cm World eIoni + 4 -496 um -18.7 cm 2.22 cm 451 MeV 132 eV 2.29 mm 4.51 cm World eIoni + 5 -508 um -18.9 cm 2.23 cm 472 MeV 200 eV 2.17 mm 4.73 cm World eIoni + 6 -562 um -20 cm 2.25 cm 580 MeV 1.85 keV 1.07 cm 5.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -304 um -9.27 cm 1.86 cm 977 MeV 14.5 keV 9.76 cm 9.76 cm World eIoni - 2 -645 um -20 cm 2.26 cm 2.05 GeV 20 keV 10.7 cm 20.5 cm OutOfWorldTransportation + 0 -508 um -18.9 cm 2.23 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 -506 um -18.9 cm 2.23 cm 428 keV 1.58 keV 105 um 105 um World eIoni + 2 -499 um -20 cm 2.23 cm 107 MeV 1.21 keV 1.07 cm 1.08 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -304 um -9.27 cm 1.86 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 -304 um -9.27 cm 1.86 cm 336 keV 1.37 keV 84.3 um 84.3 um World eIoni - 2 -303 um -20 cm 1.86 cm 1.07 GeV 27.8 keV 11.5 cm 11.5 cm OutOfWorldTransportation + 0 -496 um -18.7 cm 2.22 cm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 -503 um -18.7 cm 2.22 cm 689 keV 2.15 keV 169 um 169 um World eIoni + 2 -524 um -20 cm 2.22 cm 129 MeV 1.64 keV 1.29 cm 1.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -5.65 um -6.31 mm 7.31 mm 113 MeV 1.54 keV 1.02 cm 1.02 cm World eIoni - 2 72.3 um -10.4 cm 1.89 cm 1.09 GeV 14.1 keV 9.91 cm 10.9 cm World eIoni - 3 117 um -15.8 cm 2.08 cm 1.63 GeV 13.5 keV 5.33 cm 16.3 cm World eIoni - 4 119 um -16 cm 2.09 cm 1.65 GeV 287 eV 2.55 mm 16.5 cm World eIoni - 5 143 um -20 cm 2.2 cm 2.05 GeV 7.02 keV 3.98 cm 20.5 cm OutOfWorldTransportation + 0 -482 um -18.5 cm 2.22 cm 1.91 keV 0 eV 0 fm 0 fm World initStep + 1 -487 um -18.5 cm 2.22 cm 564 keV 1.91 keV 140 um 140 um World eIoni + 2 -506 um -20 cm 2.22 cm 152 MeV 1.83 keV 1.52 cm 1.53 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 119 um -16 cm 2.09 cm 1.84 keV 0 eV 0 fm 0 fm World initStep - 1 123 um -16 cm 2.09 cm 534 keV 1.84 keV 133 um 133 um World eIoni - 2 143 um -20 cm 2.09 cm 398 MeV 9.73 keV 4.02 cm 4.03 cm OutOfWorldTransportation + 0 -147 um -15.4 cm 2.1 cm 1.71 keV 0 eV 0 fm 0 fm World initStep + 1 -143 um -15.4 cm 2.1 cm 486 keV 1.71 keV 118 um 118 um World eIoni + 2 -123 um -20 cm 2.1 cm 456 MeV 5.9 keV 4.63 cm 4.64 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 117 um -15.8 cm 2.08 cm 2.24 keV 0 eV 0 fm 0 fm World initStep - 1 110 um -15.8 cm 2.08 cm 736 keV 2.24 keV 181 um 181 um World eIoni - 2 -446 um -17 cm 2.11 cm 126 MeV 3.68 keV 1.26 cm 1.28 cm World eIoni - 3 -1.54 mm -20 cm 2.13 cm 423 MeV 4.11 keV 2.97 cm 4.25 cm OutOfWorldTransportation + 0 -162 um -5.94 cm 1.65 cm 14.8 keV 0 eV 0 fm 0 fm World initStep + 1 -213 um -6.11 cm 1.64 cm 17 MeV 4.45 keV 2.46 mm 2.46 mm World eIoni + 2 114 um -7.05 cm 1.8 cm 111 MeV 2.15 keV 9.54 mm 1.2 cm World eIoni + 3 462 um -20 cm 2.03 cm 1.41 GeV 32.5 keV 13 cm 14.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 72.3 um -10.4 cm 1.89 cm 2.48 keV 0 eV 0 fm 0 fm World initStep - 1 64 um -10.4 cm 1.89 cm 879 keV 2.48 keV 214 um 214 um World eIoni - 2 101 um -10.9 cm 1.88 cm 41.6 MeV 529 eV 4.07 mm 4.29 mm World eIoni - 3 1.12 mm -20 cm 1.76 cm 956 MeV 17.3 keV 9.15 cm 9.58 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -153 um -5.71 cm 1.61 cm 621 MeV 11.1 keV 6.19 cm 6.19 cm World eIoni + 2 -191 um -20 cm 2.2 cm 2.05 GeV 35.5 keV 14.3 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.65 um -6.31 mm 7.31 mm 5.35 keV 0 eV 0 fm 0 fm World initStep - 1 -17.2 um -6.65 mm 7.3 mm 3.4 MeV 5.35 keV 804 um 804 um World eIoni - 2 -4.83 um -9.85 mm 7.29 mm 35.4 MeV 1.76 keV 3.2 mm 4 mm World eIoni - 3 -98.4 um -7.43 cm 7.61 mm 680 MeV 11.6 keV 6.45 cm 6.85 cm World eIoni - 4 -214 um -20 cm 7.84 mm 1.94 GeV 27.4 keV 12.6 cm 19.4 cm OutOfWorldTransportation + 0 -153 um -5.71 cm 1.61 cm 2.13 keV 0 eV 0 fm 0 fm World initStep + 1 -146 um -5.72 cm 1.61 cm 676 keV 2.13 keV 166 um 166 um World eIoni + 2 -1.02 mm -8.77 cm 1.83 cm 306 MeV 4.48 keV 3.07 cm 3.08 cm World eIoni + 3 -1.49 mm -10.1 cm 2.02 cm 444 MeV 3.42 keV 1.4 cm 4.48 cm World eIoni + 4 -2.13 mm -13 cm 2.28 cm 730 MeV 6.79 keV 2.87 cm 7.35 cm World eIoni + 5 -2.18 mm -13.3 cm 2.3 cm 759 MeV 107 eV 2.91 mm 7.64 cm World eIoni + 6 -2.2 mm -13.4 cm 2.31 cm 773 MeV 445 eV 1.44 mm 7.79 cm World eIoni + 7 -2.97 mm -20 cm 2.63 cm 1.43 GeV 14.8 keV 6.57 cm 14.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -98.4 um -7.43 cm 7.61 mm 2.77 keV 0 eV 0 fm 0 fm World initStep - 1 -90.9 um -7.45 cm 7.61 mm 1.06 MeV 2.77 keV 256 um 256 um World eIoni - 2 -77.9 um -7.52 cm 7.6 mm 8.53 MeV 0 eV 747 um 1 mm World eIoni - 3 -19.5 um -8.67 cm 7.67 mm 124 MeV 3.17 keV 1.15 cm 1.25 cm World eIoni - 4 7.52 um -9.08 cm 7.73 mm 164 MeV 557 eV 4.05 mm 1.66 cm World eIoni - 5 203 um -19.3 cm 8.08 mm 1.19 GeV 17.9 keV 10.2 cm 11.9 cm World eIoni - 6 206 um -20 cm 8.08 mm 1.26 GeV 1.38 keV 6.76 mm 12.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 203 um -19.3 cm 8.08 mm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 197 um -19.3 cm 8.08 mm 577 keV 1.93 keV 143 um 143 um World eIoni - 2 180 um -20 cm 8.07 mm 67.6 MeV 1.12 keV 6.72 mm 6.86 mm OutOfWorldTransportation + 0 -2.2 mm -13.4 cm 2.31 cm 3.21 keV 0 eV 0 fm 0 fm World initStep + 1 -2.21 mm -13.5 cm 2.31 cm 1.37 MeV 3.21 keV 330 um 330 um World eIoni + 2 -2.35 mm -14.5 cm 2.29 cm 102 MeV 2.58 keV 1.01 cm 1.04 cm World eIoni + 3 -2.84 mm -16.9 cm 2.28 cm 343 MeV 7.16 keV 2.42 cm 3.46 cm World eIoni + 4 -3.1 mm -20 cm 2.27 cm 656 MeV 7.91 keV 3.12 cm 6.58 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.52 um -9.08 cm 7.73 mm 1.6 keV 0 eV 0 fm 0 fm World initStep - 1 3.62 um -9.08 cm 7.72 mm 436 keV 1.6 keV 107 um 107 um World eIoni - 2 -19.3 um -20 cm 7.71 mm 1.09 GeV 18.2 keV 11.4 cm 11.4 cm OutOfWorldTransportation + 0 -2.84 mm -16.9 cm 2.28 cm 3.73 keV 0 eV 0 fm 0 fm World initStep + 1 -2.82 mm -16.9 cm 2.28 cm 1.79 MeV 3.73 keV 428 um 428 um World eIoni + 2 -2.84 mm -17.2 cm 2.28 cm 28 MeV 18.4 eV 2.63 mm 3.05 mm World eIoni + 3 -2.86 mm -20 cm 2.28 cm 312 MeV 4.56 keV 2.84 cm 3.15 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.5 um -8.67 cm 7.67 mm 1.83 keV 0 eV 0 fm 0 fm World initStep - 1 -24.2 um -8.68 cm 7.67 mm 530 keV 1.83 keV 132 um 132 um World eIoni - 2 -48.9 um -20 cm 7.69 mm 1.13 GeV 20.4 keV 11.7 cm 11.7 cm OutOfWorldTransportation + 0 -2.18 mm -13.3 cm 2.3 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 -2.18 mm -13.3 cm 2.3 cm 532 keV 1.84 keV 132 um 132 um World eIoni + 2 -2.18 mm -20 cm 2.3 cm 670 MeV 10.6 keV 6.82 cm 6.84 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -143 um -6.68 cm 1.71 cm 718 MeV 16.3 keV 7.17 cm 7.17 cm World eIoni - 2 -425 um -17.9 cm 2.19 cm 1.84 GeV 25.3 keV 11.2 cm 18.4 cm World eIoni - 3 -463 um -20 cm 2.25 cm 2.05 GeV 5.4 keV 2.14 cm 20.5 cm OutOfWorldTransportation + 0 -2.13 mm -13 cm 2.28 cm 2.23 keV 0 eV 0 fm 0 fm World initStep + 1 -2.12 mm -13 cm 2.28 cm 732 keV 2.23 keV 180 um 180 um World eIoni + 2 -2.17 mm -13.6 cm 2.3 cm 58.7 MeV 1.07 keV 5.8 mm 5.98 mm World eIoni + 3 -2.25 mm -15.8 cm 2.36 cm 283 MeV 2.81 keV 2.25 cm 2.84 cm World eIoni + 4 -2.26 mm -20 cm 2.38 cm 699 MeV 4.98 keV 4.16 cm 7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -425 um -17.9 cm 2.19 cm 1.67 keV 0 eV 0 fm 0 fm World initStep - 1 -421 um -17.9 cm 2.19 cm 467 keV 1.67 keV 113 um 113 um World eIoni - 2 -404 um -20 cm 2.19 cm 214 MeV 2.71 keV 2.15 cm 2.16 cm OutOfWorldTransportation + 0 -2.25 mm -15.8 cm 2.36 cm 14.7 keV 0 eV 0 fm 0 fm World initStep + 1 -2.29 mm -16 cm 2.36 cm 16.9 MeV 3.5 keV 2.45 mm 2.45 mm World eIoni + 2 -3.54 mm -16.1 cm 2.36 cm 21.3 MeV 91.9 eV 1.35 mm 3.8 mm World eIoni + 3 -9.06 mm -20 cm 2.35 cm 414 MeV 8.91 keV 4.01 cm 4.39 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -143 um -6.68 cm 1.71 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 -142 um -6.68 cm 1.71 cm 358 keV 1.42 keV 89.1 um 89.1 um World eIoni - 2 -136 um -20 cm 1.71 cm 1.33 GeV 26.4 keV 14.3 cm 14.4 cm OutOfWorldTransportation + 0 -1.49 mm -10.1 cm 2.02 cm 24.4 keV 0 eV 0 fm 0 fm World initStep + 1 -1.52 mm -10.3 cm 2.02 cm 18.1 MeV 2.45 keV 2.03 mm 2.03 mm World eIoni + 2 751 um -20 cm 1.99 cm 985 MeV 18 keV 9.68 cm 9.88 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2884,40 +2859,39 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 34.3 um -1.63 cm 1.07 cm 213 MeV 3.66 keV 2.07 cm 2.07 cm World eIoni - 2 36.9 um -1.77 cm 1.1 cm 227 MeV 165 eV 1.47 mm 2.22 cm World eIoni - 3 130 um -20 cm 2.22 cm 2.05 GeV 35.3 keV 18.3 cm 20.5 cm OutOfWorldTransportation + 1 -563 um -13.1 cm 2 cm 1.36 GeV 30.2 keV 13.6 cm 13.6 cm World eIoni + 2 -576 um -17.8 cm 2.14 cm 1.83 GeV 9.23 keV 4.7 cm 18.3 cm World eIoni + 3 -577 um -20 cm 2.2 cm 2.05 GeV 2.78 keV 2.21 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 36.9 um -1.77 cm 1.1 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 33.3 um -1.78 cm 1.1 cm 282 keV 1.24 keV 72.2 um 72.2 um World eIoni - 2 2.08 cm -17.8 cm 1.67 cm 1.6 GeV 36.7 keV 18.5 cm 18.5 cm World eIoni - 3 3.76 cm -19.6 cm 2.89 cm 1.79 GeV 4.04 keV 2.76 cm 21.3 cm OutOfWorldTransportation + 0 -576 um -17.8 cm 2.14 cm 4.13 keV 0 eV 0 fm 0 fm World initStep + 1 -588 um -17.8 cm 2.14 cm 2.14 MeV 4.13 keV 510 um 510 um World eIoni + 2 -592 um -17.9 cm 2.14 cm 6.28 MeV 78 eV 414 um 924 um World eIoni + 3 -604 um -20 cm 2.14 cm 221 MeV 2.81 keV 2.15 cm 2.24 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 34.3 um -1.63 cm 1.07 cm 6.01 keV 0 eV 0 fm 0 fm World initStep - 1 11.9 um -1.67 cm 1.07 cm 4.19 MeV 6.01 keV 989 um 989 um World eIoni - 2 18.2 um -2.04 cm 1.07 cm 40.9 MeV 220 eV 3.67 mm 4.66 mm WorldTransportation - 3 18.2 um -2.04 cm 1.07 cm 40.9 MeV2.09e-07 meV 1.09 fm 4.66 mm World eIoni - 4 -721 um -19.4 cm 1.02 cm 1.77 GeV 33.4 keV 17.3 cm 17.8 cm World eIoni - 5 -757 um -20 cm 1.01 cm 1.84 GeV 2.02 keV 6.25 mm 18.4 cm OutOfWorldTransportation + 0 -563 um -13.1 cm 2 cm 2.26 keV 0 eV 0 fm 0 fm World initStep + 1 -569 um -13.1 cm 2 cm 748 keV 2.26 keV 183 um 183 um World eIoni + 2 -572 um -13.1 cm 2 cm 1.76 MeV 30.5 eV 101 um 284 um World eIoni + 3 -566 um -20 cm 2 cm 691 MeV 11.4 keV 6.91 cm 6.94 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -721 um -19.4 cm 1.02 cm 1.85 keV 0 eV 0 fm 0 fm World initStep - 1 -726 um -19.4 cm 1.02 cm 538 keV 1.85 keV 134 um 134 um World eIoni - 2 -742 um -20 cm 1.02 cm 62.5 MeV 1.23 keV 6.21 mm 6.34 mm OutOfWorldTransportation + 0 -572 um -13.1 cm 2 cm 2.73 keV 0 eV 0 fm 0 fm World initStep + 1 -580 um -13.1 cm 2 cm 1.03 MeV 2.73 keV 250 um 250 um World eIoni + 2 -588 um -13.2 cm 2 cm 6.34 MeV 0 eV 530 um 781 um World eIoni + 3 -577 um -20 cm 2 cm 689 MeV 10.8 keV 6.83 cm 6.91 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2925,184 +2899,183 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 192 um -6.07 cm 1.64 cm 657 MeV 13.5 keV 6.56 cm 6.56 cm World eIoni - 2 202 um -20 cm 2.21 cm 2.05 GeV 24.5 keV 13.9 cm 20.5 cm OutOfWorldTransportation + 1 146 um -8.95 cm 1.86 cm 945 MeV 20.1 keV 9.44 cm 9.44 cm World eIoni + 2 153 um -11.8 cm 1.99 cm 1.23 GeV 6.05 keV 2.81 cm 12.3 cm World eIoni + 3 161 um -20 cm 2.25 cm 2.05 GeV 19 keV 8.25 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 192 um -6.07 cm 1.64 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 197 um -6.08 cm 1.64 cm 483 keV 1.73 keV 120 um 120 um World eIoni - 2 226 um -20 cm 1.64 cm 1.39 GeV 25.3 keV 14.6 cm 14.6 cm OutOfWorldTransportation + 0 153 um -11.8 cm 1.99 cm 1.28 keV 0 eV 0 fm 0 fm World initStep + 1 155 um -11.8 cm 1.99 cm 298 keV 1.28 keV 75.8 um 75.8 um World eIoni + 2 169 um -20 cm 1.99 cm 825 MeV 15.6 keV 8.76 cm 8.76 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -276 um -8.71 cm 1.8 cm 920 MeV 19.4 keV 9.2 cm 9.2 cm World eIoni - 2 -300 um -9.85 cm 1.86 cm 1.03 GeV 2.29 keV 1.14 cm 10.3 cm World eIoni - 3 -443 um -20 cm 2.2 cm 2.05 GeV 21.6 keV 10.2 cm 20.5 cm OutOfWorldTransportation + 0 146 um -8.95 cm 1.86 cm 1.36 keV 0 eV 0 fm 0 fm World initStep + 1 148 um -8.95 cm 1.86 cm 333 keV 1.36 keV 83.7 um 83.7 um World eIoni + 2 160 um -20 cm 1.86 cm 1.11 GeV 19.4 keV 11.8 cm 11.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -300 um -9.85 cm 1.86 cm 1.51 keV 0 eV 0 fm 0 fm World initStep - 1 -299 um -9.85 cm 1.86 cm 396 keV 1.51 keV 97.5 um 97.5 um World eIoni - 2 -294 um -20 cm 1.86 cm 1.02 GeV 16.9 keV 10.6 cm 10.6 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 35.4 um -3.05 cm 1.33 cm 355 MeV 7.31 keV 3.52 cm 3.52 cm World eIoni + 2 65.5 um -12.7 cm 2 cm 1.32 GeV 15.8 keV 9.7 cm 13.2 cm World eIoni + 3 80.8 um -20 cm 2.22 cm 2.05 GeV 14.9 keV 7.28 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -276 um -8.71 cm 1.8 cm 2.05 keV 0 eV 0 fm 0 fm World initStep - 1 -273 um -8.71 cm 1.8 cm 634 keV 2.05 keV 156 um 156 um World eIoni - 2 -5.06 mm -13.8 cm 2.05 cm 505 MeV 7.48 keV 5.1 cm 5.12 cm World eIoni - 3 -8.49 mm -20 cm 1.78 cm 1.13 GeV 10.5 keV 6.24 cm 11.4 cm OutOfWorldTransportation + 0 65.5 um -12.7 cm 2 cm 85.6 keV 0 eV 0 fm 0 fm World initStep + 1 503 um -14.8 cm 2.82 cm 204 MeV 9.69 keV 2.34 cm 2.34 cm World eIoni + 2 3.11 mm -16.6 cm 3.46 cm 391 MeV 3.54 keV 2 cm 4.34 cm World eIoni + 3 4.95 mm -19.1 cm 3.91 cm 633 MeV 6.59 keV 2.46 cm 6.8 cm World eIoni + 4 5.15 mm -19.4 cm 3.96 cm 668 MeV 568 eV 3.59 mm 7.16 cm World eIoni + 5 5.47 mm -20 cm 4.04 cm 727 MeV 796 eV 5.89 mm 7.75 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.06 mm -13.8 cm 2.05 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 -5.06 mm -13.8 cm 2.05 cm 288 keV 1.25 keV 73.5 um 73.5 um World eIoni - 2 -5.05 mm -20 cm 2.05 cm 623 MeV 14 keV 6.53 cm 6.54 cm OutOfWorldTransportation ---> Event 50 starts. + 0 5.15 mm -19.4 cm 3.96 cm 3.08 keV 0 eV 0 fm 0 fm World initStep + 1 5.16 mm -19.4 cm 3.96 cm 1.28 MeV 3.08 keV 307 um 307 um World eIoni + 2 5.2 mm -19.7 cm 3.96 cm 24.4 MeV 160 eV 2.31 mm 2.62 mm World eIoni + 3 5.22 mm -20 cm 3.97 cm 58.4 MeV 430 eV 3.4 mm 6.02 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -466 um -14 cm 2 cm 1.45 GeV 30.7 keV 14.5 cm 14.5 cm World eIoni - 2 -485 um -15.1 cm 2.04 cm 1.56 GeV 3.08 keV 1.13 cm 15.6 cm World eIoni - 3 -546 um -19.6 cm 2.17 cm 2.01 GeV 10.1 keV 4.52 cm 20.1 cm World eIoni - 4 -551 um -20 cm 2.18 cm 2.05 GeV 1 keV 3.74 mm 20.5 cm OutOfWorldTransportation + 0 4.95 mm -19.1 cm 3.91 cm 13.6 keV 0 eV 0 fm 0 fm World initStep + 1 4.99 mm -19.2 cm 3.91 cm 15.4 MeV 4.31 keV 2.29 mm 2.29 mm World eIoni + 2 5.08 mm -19.2 cm 3.91 cm 16.4 MeV 18.6 eV 138 um 2.43 mm World eIoni + 3 6.89 mm -20 cm 3.85 cm 93.4 MeV 2.09 keV 8 mm 1.04 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -546 um -19.6 cm 2.17 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 -542 um -19.6 cm 2.17 cm 375 keV 1.46 keV 92.9 um 92.9 um World eIoni - 2 -527 um -20 cm 2.17 cm 37.4 MeV 339 eV 3.71 mm 3.8 mm OutOfWorldTransportation + 0 3.11 mm -16.6 cm 3.46 cm 2.32 keV 0 eV 0 fm 0 fm World initStep + 1 3.12 mm -16.6 cm 3.46 cm 784 keV 2.32 keV 192 um 192 um World eIoni + 2 2.85 mm -17.8 cm 3.5 cm 113 MeV 1.11 keV 1.12 cm 1.14 cm World eIoni + 3 2.72 mm -18.3 cm 3.51 cm 162 MeV 3.72 keV 4.99 mm 1.64 cm World eIoni + 4 2.47 mm -20 cm 3.51 cm 336 MeV 4.97 keV 1.74 cm 3.37 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -485 um -15.1 cm 2.04 cm 11.9 keV 0 eV 0 fm 0 fm World initStep - 1 -500 um -15.2 cm 2.04 cm 12.8 MeV 5.92 keV 2.04 mm 2.04 mm World eIoni - 2 -561 um -15.2 cm 2.05 cm 10.2 MeV 151 eV 307 um 2.35 mm World eIoni - 3 -1.61 mm -16.2 cm 2.34 cm 111 MeV 1.35 keV 1.2 cm 1.43 cm World eIoni - 4 -1.95 mm -20 cm 2.44 cm 489 MeV 8.15 keV 3.78 cm 5.22 cm OutOfWorldTransportation + 0 2.72 mm -18.3 cm 3.51 cm 2.61 keV 0 eV 0 fm 0 fm World initStep + 1 2.73 mm -18.3 cm 3.51 cm 958 keV 2.61 keV 232 um 232 um World eIoni + 2 2.75 mm -18.7 cm 3.51 cm 45.9 MeV 1.63 keV 4.5 mm 4.73 mm World eIoni + 3 2.66 mm -20 cm 3.53 cm 173 MeV 3.22 keV 1.28 cm 1.75 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 mm -16.2 cm 2.34 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 -1.61 mm -16.2 cm 2.34 cm 293 keV 1.26 keV 74.6 um 74.6 um World eIoni - 2 -1.63 mm -20 cm 2.34 cm 378 MeV 4.01 keV 3.88 cm 3.89 cm OutOfWorldTransportation + 0 503 um -14.8 cm 2.82 cm 1.78 keV 0 eV 0 fm 0 fm World initStep + 1 498 um -14.8 cm 2.82 cm 503 keV 1.78 keV 126 um 126 um World eIoni + 2 472 um -20 cm 2.82 cm 523 MeV 9.67 keV 5.31 cm 5.32 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -466 um -14 cm 2 cm 14.8 keV 0 eV 0 fm 0 fm World initStep - 1 -467 um -14.1 cm 2.01 cm 17.1 MeV 2.7 keV 2.47 mm 2.47 mm World eIoni - 2 -2.63 mm -15.1 cm 1.73 cm 109 MeV 2.82 keV 1.01 cm 1.26 cm World eIoni - 3 -4.19 mm -20 cm 1.51 cm 602 MeV 7.81 keV 4.94 cm 6.2 cm OutOfWorldTransportation + 0 35.4 um -3.05 cm 1.33 cm 6.69 keV 0 eV 0 fm 0 fm World initStep + 1 54.7 um -3.09 cm 1.33 cm 3.82 MeV 1.74 keV 536 um 536 um World eIoni + 2 961 um -6.96 cm 1.23 cm 391 MeV 8.13 keV 3.89 cm 3.94 cm World eIoni + 3 989 um -7.08 cm 1.24 cm 403 MeV 33.7 eV 1.22 mm 4.06 cm World eIoni + 4 1.34 mm -8.96 cm 1.25 cm 591 MeV 2.92 keV 1.88 cm 5.94 cm World eIoni + 5 1.95 mm -14.5 cm 1.28 cm 1.14 GeV 13.4 keV 5.53 cm 11.5 cm World eIoni + 6 1.96 mm -14.6 cm 1.28 cm 1.15 GeV 106 eV 909 um 11.6 cm World eIoni + 7 2.32 mm -20 cm 1.3 cm 1.69 GeV 13.8 keV 5.42 cm 17 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 490 um -12.5 cm 2.01 cm 1.3 GeV 23 keV 13 cm 13 cm World eIoni - 2 759 um -19 cm 2.22 cm 1.95 GeV 16.9 keV 6.46 cm 19.5 cm World eIoni - 3 794 um -20 cm 2.25 cm 2.05 GeV 2.71 keV 1.04 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 759 um -19 cm 2.22 cm 82.6 keV 0 eV 0 fm 0 fm World initStep - 1 189 um -19.5 cm 2.31 cm 59.3 MeV 3.26 keV 6.16 mm 6.16 mm World eIoni - 2 -608 um -20 cm 2.37 cm 104 MeV 503 eV 4.63 mm 1.08 cm OutOfWorldTransportation + 0 1.96 mm -14.6 cm 1.28 cm 10.2 keV 0 eV 0 fm 0 fm World initStep + 1 1.98 mm -14.7 cm 1.28 cm 9.17 MeV 2.09 keV 1.39 mm 1.39 mm World eIoni + 2 2.83 mm -16.9 cm 1.15 cm 230 MeV 2.6 keV 2.21 cm 2.35 cm World eIoni + 3 3.13 mm -20 cm 1.12 cm 542 MeV 5.88 keV 3.12 cm 5.48 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 189 um -19.5 cm 2.31 cm 6.98 keV 0 eV 0 fm 0 fm World initStep - 1 176 um -19.6 cm 2.31 cm 5.49 MeV 6.98 keV 1.24 mm 1.24 mm World eIoni - 2 853 um -20 cm 2.4 cm 45.2 MeV 1.43 keV 4.2 mm 5.44 mm OutOfWorldTransportation + 0 2.83 mm -16.9 cm 1.15 cm 3.21 keV 0 eV 0 fm 0 fm World initStep + 1 2.83 mm -16.9 cm 1.15 cm 1.37 MeV 3.21 keV 330 um 330 um World eIoni + 2 2.85 mm -17.1 cm 1.15 cm 21.4 MeV 427 eV 2 mm 2.33 mm World eIoni + 3 2.94 mm -20 cm 1.14 cm 312 MeV 4.53 keV 2.91 cm 3.14 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 176 um -19.6 cm 2.31 cm 7.46 keV 0 eV 0 fm 0 fm World initStep - 1 199 um -19.7 cm 2.31 cm 6.18 MeV 6.14 keV 1.34 mm 1.34 mm World eIoni - 2 437 um -19.8 cm 2.35 cm 18.5 MeV 19.5 eV 1.32 mm 2.67 mm World eIoni - 3 596 um -20 cm 2.38 cm 39.7 MeV 156 eV 2.14 mm 4.81 mm OutOfWorldTransportation + 0 1.95 mm -14.5 cm 1.28 cm 2.03 keV 0 eV 0 fm 0 fm World initStep + 1 1.94 mm -14.5 cm 1.28 cm 627 keV 2.03 keV 155 um 155 um World eIoni + 2 1.97 mm -14.7 cm 1.28 cm 24.5 MeV 304 eV 2.39 mm 2.54 mm World eIoni + 3 2.55 mm -20 cm 1.21 cm 551 MeV 11.4 keV 5.27 cm 5.52 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 490 um -12.5 cm 2.01 cm 7.68 keV 0 eV 0 fm 0 fm World initStep - 1 519 um -12.6 cm 2.01 cm 6.51 MeV 5.62 keV 1.39 mm 1.39 mm World eIoni - 2 1.15 mm -13.1 cm 1.9 cm 64.6 MeV 949 eV 6.04 mm 7.43 mm World eIoni - 3 1.76 mm -20 cm 1.78 cm 751 MeV 17.9 keV 6.86 cm 7.6 cm OutOfWorldTransportation + 0 1.97 mm -14.7 cm 1.28 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 1.97 mm -14.7 cm 1.28 cm 407 keV 1.54 keV 100 um 100 um World eIoni + 2 1.99 mm -20 cm 1.28 cm 527 MeV 5.53 keV 5.38 cm 5.39 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -185 um -6.04 cm 1.65 cm 655 MeV 15.6 keV 6.53 cm 6.53 cm World eIoni - 2 -1.04 mm -12.3 cm 2.06 cm 1.28 GeV 12.1 keV 6.29 cm 12.8 cm World eIoni - 3 -1.65 mm -20 cm 2.34 cm 2.05 GeV 13.9 keV 7.68 cm 20.5 cm OutOfWorldTransportation + 0 1.34 mm -8.96 cm 1.25 cm 1.55 keV 0 eV 0 fm 0 fm World initStep + 1 1.34 mm -8.97 cm 1.25 cm 412 keV 1.55 keV 101 um 101 um World eIoni + 2 1.36 mm -20 cm 1.25 cm 1.1 GeV 22.7 keV 11.6 cm 11.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm -12.3 cm 2.06 cm 7.74 keV 0 eV 0 fm 0 fm World initStep - 1 -1.03 mm -12.4 cm 2.06 cm 6.59 MeV 4.88 keV 1.4 mm 1.4 mm World eIoni - 2 -1.01 mm -12.8 cm 1.89 cm 43.1 MeV 558 eV 4.92 mm 6.32 mm World eIoni - 3 -922 um -20 cm 1.78 cm 768 MeV 13.4 keV 7.25 cm 7.88 cm OutOfWorldTransportation + 0 989 um -7.08 cm 1.24 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 992 um -7.09 cm 1.24 cm 409 keV 1.54 keV 101 um 101 um World eIoni + 2 1.01 mm -20 cm 1.23 cm 1.29 GeV 25.6 keV 13.7 cm 13.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -185 um -6.04 cm 1.65 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 -187 um -6.05 cm 1.65 cm 214 keV 1.05 keV 56.6 um 56.6 um World eIoni - 2 -1.84 cm -16.4 cm -1.44 cm 1.03 GeV 26.6 keV 11.9 cm 12 cm World eIoni - 3 -2.11 cm -19.9 cm -3.97 cm 1.38 GeV 8.88 keV 4.35 cm 16.3 cm OutOfWorldTransportation + 0 961 um -6.96 cm 1.23 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 959 um -6.96 cm 1.23 cm 203 keV 1.01 keV 54.2 um 54.2 um World eIoni + 2 -730 um -16.5 cm 4.72 cm 952 MeV 30.3 keV 11 cm 11 cm World eIoni + 3 -1.16 mm -17.8 cm 5.22 cm 1.08 GeV 4.47 keV 1.38 cm 12.4 cm WorldTransportation + 4 -1.51 mm -18.9 cm 5.62 cm 1.2 GeV 2.89 keV 1.24 cm 13.6 cm WorldTransportation + 5 -1.79 mm -20 cm 5.95 cm 1.3 GeV 2.86 keV 1.11 cm 14.7 cm WorldTransportation + 6 -1.79 mm -20 cm 5.95 cm 1.3 GeV 3.98 eV 18.9 um 14.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3110,59 +3083,58 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 99.2 um -4.07 cm 1.47 cm 457 MeV 8.62 keV 4.54 cm 4.54 cm World eIoni - 2 472 um -17.9 cm 2.18 cm 1.84 GeV 25.6 keV 13.8 cm 18.4 cm World eIoni - 3 502 um -20 cm 2.24 cm 2.05 GeV 3.89 keV 2.15 cm 20.5 cm OutOfWorldTransportation + 1 -93.4 um -8.19 cm 1.82 cm 870 MeV 21.5 keV 8.69 cm 8.69 cm World eIoni + 2 -302 um -15.7 cm 2.17 cm 1.62 GeV 15.4 keV 7.54 cm 16.2 cm World eIoni + 3 -379 um -20 cm 2.3 cm 2.05 GeV 11.2 keV 4.28 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 472 um -17.9 cm 2.18 cm 1.62 keV 0 eV 0 fm 0 fm World initStep - 1 477 um -17.9 cm 2.18 cm 446 keV 1.62 keV 109 um 109 um World eIoni - 2 497 um -20 cm 2.19 cm 215 MeV 2.53 keV 2.16 cm 2.17 cm OutOfWorldTransportation + 0 -302 um -15.7 cm 2.17 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -302 um -15.7 cm 2.17 cm 216 keV 1.05 keV 57.2 um 57.2 um World eIoni + 2 -301 um -20 cm 2.17 cm 427 MeV 6.92 keV 4.5 cm 4.51 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 99.2 um -4.07 cm 1.47 cm 2.33 keV 0 eV 0 fm 0 fm World initStep - 1 103 um -4.07 cm 1.47 cm 787 keV 2.33 keV 192 um 192 um World eIoni - 2 584 um -5.2 cm 1.47 cm 113 MeV 1.09 keV 1.13 cm 1.15 cm World eIoni - 3 97.9 um -14.8 cm 1.53 cm 1.07 GeV 26.6 keV 9.58 cm 10.7 cm World eIoni - 4 29.9 um -19 cm 1.54 cm 1.49 GeV 9.99 keV 4.2 cm 14.9 cm World eIoni - 5 15.8 um -20 cm 1.54 cm 1.59 GeV 2.14 keV 1.01 cm 15.9 cm OutOfWorldTransportation + 0 -93.4 um -8.19 cm 1.82 cm 10.2 keV 0 eV 0 fm 0 fm World initStep + 1 -81.3 um -8.3 cm 1.81 cm 10.3 MeV 4.46 keV 1.81 mm 1.81 mm World eIoni + 2 76.4 um -8.33 cm 1.83 cm 13.9 MeV 2.73 eV 448 um 2.25 mm World eIoni + 3 1.57 mm -11.7 cm 2.05 cm 347 MeV 6.3 keV 3.35 cm 3.57 cm World eIoni + 4 1.77 mm -13.4 cm 2.08 cm 523 MeV 5.27 keV 1.76 cm 5.34 cm World eIoni + 5 2.16 mm -20 cm 2.15 cm 1.18 GeV 16.2 keV 6.58 cm 11.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 29.9 um -19 cm 1.54 cm 2.14 keV 0 eV 0 fm 0 fm World initStep - 1 23 um -19 cm 1.54 cm 682 keV 2.14 keV 168 um 168 um World eIoni - 2 -327 um -19.8 cm 1.54 cm 82.5 MeV 1.51 keV 8.2 mm 8.36 mm World eIoni - 3 -402 um -20 cm 1.54 cm 101 MeV 277 eV 1.9 mm 1.03 cm OutOfWorldTransportation + 0 1.77 mm -13.4 cm 2.08 cm 2.32 keV 0 eV 0 fm 0 fm World initStep + 1 1.77 mm -13.4 cm 2.08 cm 780 keV 2.32 keV 191 um 191 um World eIoni + 2 1.72 mm -13.8 cm 2.08 cm 36 MeV 364 eV 3.53 mm 3.72 mm World eIoni + 3 1.45 mm -20 cm 2.07 cm 658 MeV 8.28 keV 6.22 cm 6.59 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 97.9 um -14.8 cm 1.53 cm 2.19 keV 0 eV 0 fm 0 fm World initStep - 1 91 um -14.8 cm 1.53 cm 711 keV 2.19 keV 175 um 175 um World eIoni - 2 83.9 um -14.9 cm 1.53 cm 7.8 MeV 46.4 eV 709 um 883 um World eIoni - 3 112 um -20 cm 1.53 cm 522 MeV 8.86 keV 5.14 cm 5.23 cm OutOfWorldTransportation + 0 1.57 mm -11.7 cm 2.05 cm 1.56 keV 0 eV 0 fm 0 fm World initStep + 1 1.57 mm -11.7 cm 2.05 cm 420 keV 1.56 keV 103 um 103 um World eIoni + 2 1.58 mm -20 cm 2.05 cm 834 MeV 14.1 keV 8.62 cm 8.63 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 83.9 um -14.9 cm 1.53 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 80.4 um -14.9 cm 1.53 cm 281 keV 1.23 keV 72 um 72 um World eIoni - 2 57 um -20 cm 1.53 cm 514 MeV 8.37 keV 5.35 cm 5.36 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41 keV 20.5 cm 20.5 cm OutOfWorldTransportation +--> Event 50 starts. ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3170,293 +3142,286 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 285 um -15.3 cm 2.02 cm 1.58 GeV 32.4 keV 15.8 cm 15.8 cm World eIoni - 2 306 um -17.6 cm 2.09 cm 1.81 GeV 5.2 keV 2.27 cm 18 cm World eIoni - 3 325 um -20 cm 2.15 cm 2.05 GeV 3.68 keV 2.45 cm 20.5 cm OutOfWorldTransportation + 1 -152 nm -5.25 cm 1.59 cm 575 MeV 8.54 keV 5.74 cm 5.74 cm World eIoni + 2 -39.3 um -18.1 cm 2.22 cm 1.86 GeV 28.2 keV 12.8 cm 18.6 cm World eIoni + 3 -43.9 um -20 cm 2.27 cm 2.05 GeV 5.04 keV 1.94 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 306 um -17.6 cm 2.09 cm 2.47 keV 0 eV 0 fm 0 fm World initStep - 1 300 um -17.6 cm 2.09 cm 871 keV 2.47 keV 212 um 212 um World eIoni - 2 407 um -18.1 cm 2.08 cm 50.2 MeV 1.28 keV 4.94 mm 5.15 mm World eIoni - 3 782 um -20 cm 2.04 cm 245 MeV 1.51 keV 1.95 cm 2.46 cm OutOfWorldTransportation + 0 -39.3 um -18.1 cm 2.22 cm 3.97 keV 0 eV 0 fm 0 fm World initStep + 1 -35.9 um -18.1 cm 2.22 cm 1.99 MeV 3.97 keV 476 um 476 um World eIoni + 2 88.9 um -18.8 cm 2.22 cm 74.6 MeV 986 eV 7.26 mm 7.74 mm World eIoni + 3 186 um -19.7 cm 2.23 cm 168 MeV 1.72 keV 9.37 mm 1.71 cm World eIoni + 4 202 um -20 cm 2.23 cm 194 MeV 84.9 eV 2.53 mm 1.96 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 285 um -15.3 cm 2.02 cm 2.12 keV 0 eV 0 fm 0 fm World initStep - 1 278 um -15.3 cm 2.02 cm 673 keV 2.12 keV 166 um 166 um World eIoni - 2 555 um -16.1 cm 2.04 cm 84.3 MeV 935 eV 8.38 mm 8.55 mm World eIoni - 3 698 um -20 cm 2.05 cm 472 MeV 5.05 keV 3.88 cm 4.73 cm OutOfWorldTransportation + 0 186 um -19.7 cm 2.23 cm 3.38 keV 0 eV 0 fm 0 fm World initStep + 1 184 um -19.8 cm 2.23 cm 739 keV 202 eV 89.5 um 89.5 um World eIoni + 2 -135 um -20 cm 2.21 cm 25.3 MeV 238 eV 2.53 mm 2.61 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -6.45 um -3.92 mm 5.95 mm 89.2 MeV 969 eV 7.41 mm 7.41 mm World eIoni - 2 -6.75 um -4.61 mm 6.4 mm 96.2 MeV 23.3 eV 829 um 8.24 mm World eIoni - 3 -31.8 um -5.8 cm 1.63 cm 630 MeV 13.2 keV 5.46 cm 6.29 cm World eIoni - 4 -49.5 um -6.43 cm 1.68 cm 693 MeV 1.08 keV 6.3 mm 6.92 cm World eIoni - 5 -128 um -10.5 cm 1.91 cm 1.1 GeV 11.5 keV 4.06 cm 11 cm World eIoni - 6 -236 um -20 cm 2.23 cm 2.05 GeV 17.5 keV 9.52 cm 20.5 cm OutOfWorldTransportation + 0 -152 nm -5.25 cm 1.59 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 3.12 um -5.25 cm 1.59 cm 312 keV 1.31 keV 79 um 79 um World eIoni + 2 26.5 um -20 cm 1.59 cm 1.47 GeV 35.9 keV 16.4 cm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -128 um -10.5 cm 1.91 cm 1.94 keV 0 eV 0 fm 0 fm World initStep - 1 -125 um -10.5 cm 1.91 cm 579 keV 1.94 keV 144 um 144 um World eIoni - 2 -108 um -20 cm 1.91 cm 952 MeV 17.3 keV 9.74 cm 9.75 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -11.7 um -6.63 mm 7.48 mm 116 MeV 3.01 keV 1.05 cm 1.05 cm World eIoni + 2 -49.1 um -9.61 cm 1.86 cm 1.01 GeV 22.2 keV 9.05 cm 10.1 cm World eIoni + 3 -87.7 um -20 cm 2.22 cm 2.05 GeV 18.8 keV 10.4 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -49.5 um -6.43 cm 1.68 cm 36.2 keV 0 eV 0 fm 0 fm World initStep - 1 -148 um -6.99 cm 1.68 cm 56.4 MeV 5.78 keV 6.81 mm 6.81 mm World eIoni - 2 4.01 mm -8.53 cm 1.64 cm 209 MeV 3.15 keV 1.6 cm 2.28 cm World eIoni - 3 5.01 mm -9.37 cm 1.63 cm 294 MeV 1.31 keV 8.48 mm 3.13 cm World eIoni - 4 9.44 mm -19.4 cm 1.59 cm 1.3 GeV 20.5 keV 10.1 cm 13.2 cm World eIoni - 5 9.56 mm -20 cm 1.58 cm 1.35 GeV 3.2 keV 5.44 mm 13.7 cm OutOfWorldTransportation + 0 -49.1 um -9.61 cm 1.86 cm 2.21 keV 0 eV 0 fm 0 fm World initStep + 1 -53.7 um -9.62 cm 1.86 cm 721 keV 2.21 keV 177 um 177 um World eIoni + 2 241 um -10.7 cm 1.9 cm 104 MeV 1.09 keV 1.04 cm 1.05 cm World eIoni + 3 2.16 mm -20 cm 2 cm 1.04 GeV 17.6 keV 9.35 cm 10.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.44 mm -19.4 cm 1.59 cm 6.13 keV 0 eV 0 fm 0 fm World initStep - 1 9.44 mm -19.5 cm 1.58 cm 4.35 MeV 6.13 keV 1.03 mm 1.03 mm World eIoni - 2 9.79 mm -19.9 cm 1.44 cm 44.7 MeV 1.13 keV 4.65 mm 5.67 mm World eIoni - 3 9.82 mm -20 cm 1.43 cm 54.3 MeV 58.7 eV 957 um 6.63 mm OutOfWorldTransportation + 0 -11.7 um -6.63 mm 7.48 mm 1.28 keV 0 eV 0 fm 0 fm World initStep + 1 -14.4 um -6.66 mm 7.48 mm 301 keV 1.28 keV 76.4 um 76.4 um World eIoni + 2 -1.48 cm -18.4 cm 1.28 cm 1.78 GeV 45 keV 20.5 cm 20.5 cm World eIoni + 3 -2.71 cm -19.8 cm 2.67 cm 1.92 GeV 4.06 keV 2.33 cm 22.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.01 mm -9.37 cm 1.63 cm 17.2 keV 0 eV 0 fm 0 fm World initStep - 1 4.99 mm -9.57 cm 1.64 cm 20.6 MeV 2.93 keV 2.82 mm 2.82 mm World eIoni - 2 4.38 mm -9.8 cm 1.8 cm 43.5 MeV 1.69 keV 2.94 mm 5.77 mm World eIoni - 3 2.22 mm -19.4 cm 2.32 cm 1 GeV 14.7 keV 9.63 cm 10.2 cm World eIoni - 4 2.18 mm -20 cm 2.32 cm 1.06 GeV 1.68 keV 6.07 mm 10.8 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -98.6 um -4.15 cm 1.46 cm 464 MeV 7.1 keV 4.62 cm 4.62 cm World eIoni + 2 -212 um -10.2 cm 1.88 cm 1.07 GeV 14 keV 6.06 cm 10.7 cm World eIoni + 3 -215 um -10.5 cm 1.9 cm 1.1 GeV 1.35 keV 3.51 mm 11 cm World eIoni + 4 -287 um -20 cm 2.2 cm 2.05 GeV 17 keV 9.46 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm -19.4 cm 2.32 cm 1.2 keV 0 eV 0 fm 0 fm World initStep - 1 2.22 mm -19.4 cm 2.32 cm 270 keV 1.2 keV 69.4 um 69.4 um World eIoni - 2 2.21 mm -20 cm 2.32 cm 60.7 MeV 1.1 keV 6.07 mm 6.14 mm OutOfWorldTransportation + 0 -215 um -10.5 cm 1.9 cm 1.61 keV 0 eV 0 fm 0 fm World initStep + 1 -219 um -10.6 cm 1.9 cm 442 keV 1.61 keV 108 um 108 um World eIoni + 2 -238 um -20 cm 1.9 cm 945 MeV 13.8 keV 9.8 cm 9.81 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm -8.53 cm 1.64 cm 141 keV 0 eV 0 fm 0 fm World initStep - 1 1.94 mm -10 cm 1.46 cm 149 MeV 6.37 keV 1.55 cm 1.55 cm World eIoni - 2 2 mm -14.3 cm 7.01 mm 579 MeV 8.56 keV 4.38 cm 5.92 cm World eIoni - 3 2.05 mm -18.3 cm 4.15 mm 977 MeV 9.35 keV 3.99 cm 9.91 cm World eIoni - 4 2.06 mm -20 cm 3.27 mm 1.15 GeV 4.51 keV 1.71 cm 11.6 cm OutOfWorldTransportation + 0 -212 um -10.2 cm 1.88 cm 4.67 keV 0 eV 0 fm 0 fm World initStep + 1 -214 um -10.2 cm 1.88 cm 2.67 MeV 4.67 keV 634 um 634 um World eIoni + 2 -214 um -10.3 cm 1.88 cm 8.94 MeV 29.4 eV 627 um 1.26 mm World eIoni + 3 -204 um -20 cm 1.88 cm 980 MeV 14.1 keV 9.72 cm 9.84 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm -18.3 cm 4.15 mm 2.99 keV 0 eV 0 fm 0 fm World initStep - 1 2.04 mm -18.3 cm 4.14 mm 150 keV 115 eV 16.3 um 16.3 um World eIoni - 2 2.23 mm -20 cm 4.27 mm 171 MeV 4.01 keV 1.77 cm 1.77 cm OutOfWorldTransportation + 0 -98.6 um -4.15 cm 1.46 cm 216 keV 0 eV 0 fm 0 fm World initStep + 1 5.63 mm -7.51 cm 1.94 cm 336 MeV 8.3 keV 3.5 cm 3.5 cm World eIoni + 2 1.91 cm -19.9 cm 4.12 cm 1.58 GeV 27 keV 12.7 cm 16.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm -14.3 cm 7.01 mm 1.95 keV 0 eV 0 fm 0 fm World initStep - 1 2 mm -14.3 cm 7.01 mm 585 keV 1.95 keV 145 um 145 um World eIoni - 2 1.97 mm -20 cm 7.01 mm 568 MeV 7.86 keV 5.76 cm 5.77 cm OutOfWorldTransportation + 0 5.63 mm -7.51 cm 1.94 cm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 5.63 mm -7.51 cm 1.94 cm 372 keV 1.46 keV 92.2 um 92.2 um World eIoni + 2 5.63 mm -20 cm 1.94 cm 1.25 GeV 22.1 keV 13.3 cm 13.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -31.8 um -5.8 cm 1.63 cm 1.2 keV 0 eV 0 fm 0 fm World initStep - 1 -28.9 um -5.8 cm 1.63 cm 271 keV 1.2 keV 69.6 um 69.6 um World eIoni - 2 -6.59 um -20 cm 1.63 cm 1.42 GeV 32 keV 16.2 cm 16.2 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 270 um -7.95 cm 1.76 cm 844 MeV 16.5 keV 8.43 cm 8.43 cm World eIoni + 2 483 um -13.4 cm 2.01 cm 1.39 GeV 14.6 keV 5.46 cm 13.9 cm World eIoni + 3 647 um -20 cm 2.19 cm 2.05 GeV 14.2 keV 6.6 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.75 um -4.61 mm 6.4 mm 2.81 keV 0 eV 0 fm 0 fm World initStep - 1 2.76 um -4.72 mm 6.4 mm 1.09 MeV 2.81 keV 262 um 262 um World eIoni - 2 245 um -1.29 cm 6.47 mm 82.7 MeV 2.49 keV 8.17 mm 8.43 mm World eIoni - 3 551 um -3.71 cm 6.69 mm 325 MeV 4.94 keV 2.42 cm 3.26 cm World eBrem - 4 615 um -4.79 cm 6.75 mm 433 MeV 869 eV 1.08 cm 4.34 cm World eIoni - 5 787 um -10.2 cm 6.93 mm 978 MeV 11.9 keV 5.45 cm 9.8 cm World eIoni - 6 804 um -11.3 cm 6.95 mm 1.08 GeV 1.63 keV 1.06 cm 10.9 cm World eIoni - 7 900 um -20 cm 7.07 mm 1.95 GeV 18.4 keV 8.7 cm 19.6 cm OutOfWorldTransportation + 0 483 um -13.4 cm 2.01 cm 5.12 keV 0 eV 0 fm 0 fm World initStep + 1 502 um -13.4 cm 2.01 cm 3.14 MeV 5.12 keV 744 um 744 um World eIoni + 2 521 um -13.6 cm 2.01 cm 23.7 MeV 222 eV 2.05 mm 2.8 mm World eIoni + 3 618 um -15.7 cm 2.01 cm 225 MeV 2.35 keV 2.02 cm 2.3 cm World eIoni + 4 682 um -20 cm 2.01 cm 660 MeV 7.46 keV 4.34 cm 6.64 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 804 um -11.3 cm 6.95 mm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 801 um -11.3 cm 6.95 mm 387 keV 1.49 keV 95.7 um 95.7 um World eIoni - 2 783 um -20 cm 6.97 mm 870 MeV 15.3 keV 9.06 cm 9.07 cm OutOfWorldTransportation + 0 618 um -15.7 cm 2.01 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 621 um -15.7 cm 2.01 cm 228 keV 1.09 keV 59.8 um 59.8 um World eIoni + 2 639 um -20 cm 2.01 cm 434 MeV 9.6 keV 4.56 cm 4.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 787 um -10.2 cm 6.93 mm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 784 um -10.2 cm 6.93 mm 480 keV 1.72 keV 120 um 120 um World eIoni - 2 764 um -20 cm 6.95 mm 976 MeV 17.6 keV 10.1 cm 10.1 cm OutOfWorldTransportation + 0 270 um -7.95 cm 1.76 cm 2.88 keV 0 eV 0 fm 0 fm World initStep + 1 275 um -7.96 cm 1.76 cm 1.14 MeV 2.88 keV 274 um 274 um World eIoni + 2 420 um -8.67 cm 1.78 cm 72.4 MeV 716 eV 7.13 mm 7.41 mm World eIoni + 3 650 um -20 cm 1.82 cm 1.21 GeV 21.7 keV 11.3 cm 12.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 615 um -4.79 cm 6.75 mm 5.45 keV 0 eV 0 fm 0 fm World initStep - 1 597 um -4.82 cm 6.76 mm 3.51 MeV 2.72 keV 776 um 776 um World eIoni - 2 -119 um -5.07 cm 7.68 mm 28.5 MeV 792 eV 3.1 mm 3.88 mm World eIoni - 3 -461 um -12.5 cm 8.55 mm 774 MeV 13 keV 7.46 cm 7.85 cm World eIoni - 4 -374 um -20 cm 8.74 mm 1.52 GeV 17.2 keV 7.47 cm 15.3 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -275 nm -438 um 2.08 mm 54.4 MeV 142 eV 2.14 mm 2.14 mm World eIoni + 2 16.5 um -1.27 cm 9.75 mm 177 MeV 5.45 keV 1.48 cm 1.7 cm World eIoni + 3 149 um -14.9 cm 2.06 cm 1.54 GeV 26.4 keV 13.7 cm 15.4 cm World eIoni + 4 179 um -20 cm 2.21 cm 2.05 GeV 9.91 keV 5.12 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -461 um -12.5 cm 8.55 mm 2.89 keV 0 eV 0 fm 0 fm World initStep - 1 -469 um -12.5 cm 8.55 mm 1.15 MeV 2.89 keV 276 um 276 um World eIoni - 2 -473 um -12.6 cm 8.55 mm 7.18 MeV 200 eV 604 um 880 um World eIoni - 3 149 um -19.8 cm 9.7 mm 729 MeV 15.5 keV 7.22 cm 7.31 cm World eIoni - 4 163 um -20 cm 9.7 mm 747 MeV 146 eV 1.77 mm 7.49 cm OutOfWorldTransportation + 0 149 um -14.9 cm 2.06 cm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 151 um -14.9 cm 2.06 cm 274 keV 1.21 keV 70.3 um 70.3 um World eIoni + 2 160 um -20 cm 2.06 cm 512 MeV 13.6 keV 5.34 cm 5.35 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 149 um -19.8 cm 9.7 mm 2.13 keV 0 eV 0 fm 0 fm World initStep - 1 145 um -19.8 cm 9.69 mm 676 keV 2.13 keV 166 um 166 um World eIoni - 2 138 um -20 cm 9.68 mm 17.7 MeV 73.8 eV 1.7 mm 1.87 mm OutOfWorldTransportation + 0 16.5 um -1.27 cm 9.75 mm 7.77 keV 0 eV 0 fm 0 fm World initStep + 1 -6.72 um -1.33 cm 9.73 mm 6.65 MeV 3.97 keV 1.41 mm 1.41 mm World eIoni + 2 -556 um -1.53 cm 8.17 mm 26.1 MeV 609 eV 3.05 mm 4.46 mm World eIoni + 3 -822 um -2.37 cm 7.38 mm 110 MeV 2.85 keV 8.46 mm 1.29 cm World eIoni + 4 -1.35 mm -20 cm 5.84 mm 1.87 GeV 36 keV 17.6 cm 18.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -119 um -5.07 cm 7.68 mm 1.36 keV 0 eV 0 fm 0 fm World initStep - 1 -117 um -5.08 cm 7.67 mm 332 keV 1.36 keV 83.5 um 83.5 um World eIoni - 2 -104 um -20 cm 7.65 mm 1.49 GeV 32.5 keV 16.4 cm 16.4 cm OutOfWorldTransportation + 0 -822 um -2.37 cm 7.38 mm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 -820 um -2.37 cm 7.39 mm 277 keV 1.22 keV 71.1 um 71.1 um World eIoni + 2 -1.94 cm -18 cm 1.52 cm 1.56 GeV 33.9 keV 18 cm 18 cm World eIoni + 3 -3.44 cm -19.7 cm 7.11 mm 1.73 GeV 3.23 keV 2.43 cm 20.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.45 um -3.92 mm 5.95 mm 2.06 keV 0 eV 0 fm 0 fm World initStep - 1 -6.16 um -3.98 mm 5.95 mm 657 keV 2.06 keV 158 um 158 um World eIoni - 2 353 um -1.34 cm 5.75 mm 95.2 MeV 1.2 keV 9.47 mm 9.63 mm World eIoni - 3 1.16 mm -6.78 cm 4.82 mm 639 MeV 9.23 keV 5.44 cm 6.41 cm World eIoni - 4 1.65 mm -20 cm 4.28 mm 1.96 GeV 25.2 keV 13.2 cm 19.6 cm OutOfWorldTransportation + 0 -275 nm -438 um 2.08 mm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 -574 nm -466 um 2.08 mm 293 keV 1.25 keV 73.9 um 73.9 um World eIoni + 2 2.48 cm -17.1 cm -1.3 cm 1.7 GeV 38 keV 19.6 cm 19.6 cm World eIoni + 3 2.41 cm -19.9 cm -1.87 cm 1.98 GeV 6.18 keV 2.84 cm 22.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 mm -6.78 cm 4.82 mm 3.74 keV 0 eV 0 fm 0 fm World initStep - 1 1.15 mm -6.8 cm 4.82 mm 1.8 MeV 3.74 keV 430 um 430 um World eIoni - 2 1.15 mm -7.26 cm 4.76 mm 47.9 MeV 493 eV 4.61 mm 5.04 mm World eIoni - 3 1.28 mm -16.9 cm 4.33 mm 1.01 GeV 15.1 keV 9.61 cm 10.1 cm World eIoni - 4 1.18 mm -18.2 cm 4.25 mm 1.14 GeV 4.73 keV 1.35 cm 11.5 cm World eIoni - 5 1.08 mm -20 cm 4.17 mm 1.32 GeV 4.32 keV 1.78 cm 13.2 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -237 um -8.01 cm 1.76 cm 851 MeV 18.8 keV 8.5 cm 8.5 cm World eIoni + 2 -430 um -11.5 cm 1.93 cm 1.2 GeV 7.63 keV 3.53 cm 12 cm World eIoni + 3 -729 um -20 cm 2.19 cm 2.05 GeV 14.6 keV 8.46 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm -18.2 cm 4.25 mm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 1.18 mm -18.2 cm 4.25 mm 211 keV 1.04 keV 56 um 56 um World eIoni - 2 1.17 mm -20 cm 4.27 mm 178 MeV 4.57 keV 1.81 cm 1.82 cm OutOfWorldTransportation + 0 -430 um -11.5 cm 1.93 cm 2.09 keV 0 eV 0 fm 0 fm World initStep + 1 -423 um -11.6 cm 1.93 cm 659 keV 2.09 keV 162 um 162 um World eIoni + 2 -418 um -13.4 cm 2.05 cm 188 MeV 4.23 keV 1.88 cm 1.89 cm World eIoni + 3 -792 um -20 cm 2.06 cm 846 MeV 14.2 keV 6.58 cm 8.47 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -16.9 cm 4.33 mm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 1.28 mm -16.9 cm 4.33 mm 484 keV 1.7 keV 117 um 117 um World eIoni - 2 1.28 mm -20 cm 4.36 mm 313 MeV 4.77 keV 3.16 cm 3.17 cm OutOfWorldTransportation + 0 -237 um -8.01 cm 1.76 cm 4.13 keV 0 eV 0 fm 0 fm World initStep + 1 -238 um -8.04 cm 1.76 cm 2.14 MeV 4.13 keV 510 um 510 um World eIoni + 2 -200 um -8.4 cm 1.76 cm 38.7 MeV 389 eV 3.66 mm 4.17 mm World eIoni + 3 -201 um -8.61 cm 1.76 cm 59.1 MeV 56 eV 2.03 mm 6.2 mm World eIoni + 4 -230 um -20 cm 1.76 cm 1.2 GeV 23 keV 11.4 cm 12 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 421 um -14.5 cm 2.01 cm 1.5 GeV 32.4 keV 15 cm 15 cm World eIoni - 2 443 um -18.2 cm 2.1 cm 1.87 GeV 7.04 keV 3.66 cm 18.7 cm World eIoni - 3 453 um -20 cm 2.14 cm 2.05 GeV 2.24 keV 1.82 cm 20.5 cm OutOfWorldTransportation + 0 -201 um -8.61 cm 1.76 cm 1.9 keV 0 eV 0 fm 0 fm World initStep + 1 -196 um -8.61 cm 1.76 cm 563 keV 1.9 keV 140 um 140 um World eIoni + 2 -169 um -20 cm 1.76 cm 1.14 GeV 14.1 keV 11.7 cm 11.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 443 um -18.2 cm 2.1 cm 2.34 keV 0 eV 0 fm 0 fm World initStep - 1 451 um -18.2 cm 2.1 cm 792 keV 2.34 keV 193 um 193 um World eIoni - 2 703 um -19.2 cm 2.07 cm 106 MeV 2.01 keV 1.05 cm 1.07 cm World eIoni - 3 742 um -20 cm 2.06 cm 182 MeV 1.84 keV 7.63 mm 1.83 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 364 nm -4.53 mm 6.33 mm 95.3 MeV 1.51 keV 8.14 mm 8.14 mm World eIoni + 2 -135 um -10.6 cm 1.9 cm 1.11 GeV 23.2 keV 10.3 cm 11.1 cm World eIoni + 3 -255 um -16.2 cm 2.1 cm 1.67 GeV 12.8 keV 5.63 cm 16.7 cm World eIoni + 4 -314 um -20 cm 2.2 cm 2.05 GeV 12.3 keV 3.78 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 421 um -14.5 cm 2.01 cm 9.15 keV 0 eV 0 fm 0 fm World initStep - 1 392 um -14.6 cm 2.01 cm 8.73 MeV 3.67 keV 1.65 mm 1.65 mm World eIoni - 2 -323 um -15.4 cm 1.97 cm 86.2 MeV 1.18 keV 7.81 mm 9.46 mm World eIoni - 3 -985 um -20 cm 1.93 cm 547 MeV 11.1 keV 4.61 cm 5.56 cm OutOfWorldTransportation + 0 -255 um -16.2 cm 2.1 cm 998 eV 0 eV 0 fm 0 fm World initStep + 1 -253 um -16.2 cm 2.1 cm 198 keV 998 eV 53 um 53 um World eIoni + 2 -239 um -20 cm 2.09 cm 378 MeV 7.54 keV 3.98 cm 3.99 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -259 um -15 cm 2.15 cm 1.55 GeV 27.5 keV 15.5 cm 15.5 cm World eIoni - 2 62.1 um -20 cm 2.3 cm 2.05 GeV 11 keV 5 cm 20.5 cm OutOfWorldTransportation + 0 -135 um -10.6 cm 1.9 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -132 um -10.6 cm 1.9 cm 223 keV 1.07 keV 58.8 um 58.8 um World eIoni + 2 -108 um -20 cm 1.9 cm 940 MeV 34.5 keV 10.6 cm 10.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -259 um -15 cm 2.15 cm 9.35 keV 0 eV 0 fm 0 fm World initStep - 1 -272 um -15.1 cm 2.15 cm 9.04 MeV 5.78 keV 1.68 mm 1.68 mm World eIoni - 2 -548 um -15.8 cm 2.02 cm 81.9 MeV 856 eV 7.45 mm 9.12 mm World eIoni - 3 -809 um -20 cm 1.92 cm 500 MeV 8.37 keV 4.18 cm 5.09 cm OutOfWorldTransportation + 0 364 nm -4.53 mm 6.33 mm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 -904 nm -4.56 mm 6.33 mm 270 keV 1.2 keV 69.2 um 69.2 um World eIoni + 2 -2.4 cm -15.4 cm 4.47 cm 1.5 GeV 38.6 keV 17.3 cm 17.3 cm World eIoni + 3 -4.25 cm -19.5 cm 4.71 cm 1.91 GeV 10.1 keV 4.52 cm 21.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3464,97 +3429,101 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 58.5 um -8.67 cm 1.85 cm 917 MeV 17.1 keV 9.16 cm 9.16 cm World eIoni - 2 197 um -13.4 cm 2.06 cm 1.39 GeV 12.2 keV 4.7 cm 13.9 cm World eIoni - 3 261 um -16.1 cm 2.16 cm 1.66 GeV 6.82 keV 2.73 cm 16.6 cm World eIoni - 4 338 um -20 cm 2.27 cm 2.05 GeV 8.26 keV 3.91 cm 20.5 cm OutOfWorldTransportation + 1 20.9 um -1.56 cm 1.05 cm 206 MeV 3.05 keV 2 cm 2 cm World eIoni + 2 32.7 um -3.73 cm 1.42 cm 423 MeV 4.52 keV 2.21 cm 4.21 cm World eIoni + 3 70.7 um -13.8 cm 2.04 cm 1.43 GeV 24.5 keV 10.1 cm 14.3 cm World eIoni + 4 73.2 um -20 cm 2.22 cm 2.05 GeV 16.6 keV 6.17 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 261 um -16.1 cm 2.16 cm 1.77 keV 0 eV 0 fm 0 fm World initStep - 1 255 um -16.1 cm 2.16 cm 499 keV 1.77 keV 124 um 124 um World eIoni - 2 231 um -20 cm 2.16 cm 391 MeV 4.44 keV 3.96 cm 3.97 cm OutOfWorldTransportation + 0 70.7 um -13.8 cm 2.04 cm 4.24 keV 0 eV 0 fm 0 fm World initStep + 1 58.4 um -13.9 cm 2.04 cm 2.24 MeV 4.24 keV 534 um 534 um World eIoni + 2 73.9 um -14.2 cm 2.04 cm 36.3 MeV 135 eV 3.41 mm 3.94 mm World eIoni + 3 26.4 um -16.9 cm 2.04 cm 302 MeV 3.36 keV 2.66 cm 3.06 cm World eIoni + 4 2.73 um -20 cm 2.04 cm 617 MeV 7.98 keV 3.14 cm 6.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 197 um -13.4 cm 2.06 cm 11.4 keV 0 eV 0 fm 0 fm World initStep - 1 170 um -13.5 cm 2.06 cm 12.1 MeV 3.87 keV 1.98 mm 1.98 mm World eIoni - 2 1.02 mm -14.4 cm 2.05 cm 106 MeV 714 eV 9.41 mm 1.14 cm World eIoni - 3 1.79 mm -20 cm 2.03 cm 664 MeV 8.89 keV 5.58 cm 6.72 cm OutOfWorldTransportation + 0 26.4 um -16.9 cm 2.04 cm 1.52 keV 0 eV 0 fm 0 fm World initStep + 1 23.4 um -16.9 cm 2.04 cm 402 keV 1.52 keV 98.9 um 98.9 um World eIoni + 2 8.5 um -20 cm 2.04 cm 314 MeV 6.68 keV 3.18 cm 3.19 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 58.5 um -8.67 cm 1.85 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 64.3 um -8.67 cm 1.85 cm 562 keV 1.9 keV 139 um 139 um World eIoni - 2 94.7 um -20 cm 1.85 cm 1.13 GeV 21.3 keV 11.7 cm 11.7 cm OutOfWorldTransportation + 0 32.7 um -3.73 cm 1.42 cm 1.74 keV 0 eV 0 fm 0 fm World initStep + 1 38.1 um -3.74 cm 1.42 cm 489 keV 1.74 keV 122 um 122 um World eIoni + 2 69.6 um -20 cm 1.42 cm 1.63 GeV 27.9 keV 17.2 cm 17.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 91.6 um -8.18 cm 1.76 cm 868 MeV 16.4 keV 8.67 cm 8.67 cm World eIoni - 2 106 um -8.7 cm 1.78 cm 920 MeV 854 eV 5.17 mm 9.19 cm World eIoni - 3 238 um -15 cm 2.02 cm 1.55 GeV 12.5 keV 6.28 cm 15.5 cm World eIoni - 4 310 um -20 cm 2.15 cm 2.05 GeV 10.3 keV 5.03 cm 20.5 cm OutOfWorldTransportation + 0 20.9 um -1.56 cm 1.05 cm 5.86 keV 0 eV 0 fm 0 fm World initStep + 1 18.7 um -1.6 cm 1.05 cm 4.01 MeV 5.86 keV 948 um 948 um World eIoni + 2 18.6 um -1.61 cm 1.05 cm 5.04 MeV 0 eV 103 um 1.05 mm World eIoni + 3 908 um -6.19 cm 1.06 cm 463 MeV 6.31 keV 4.58 cm 4.68 cm World eIoni + 4 1.15 mm -17.9 cm 1.09 cm 1.64 GeV 28.3 keV 11.8 cm 16.4 cm World eIoni + 5 1.17 mm -19 cm 1.1 cm 1.74 GeV 1.98 keV 1.04 cm 17.5 cm World eIoni + 6 1.18 mm -20 cm 1.1 cm 1.84 GeV 1.97 keV 1.01 cm 18.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 238 um -15 cm 2.02 cm 30.8 keV 0 eV 0 fm 0 fm World initStep - 1 154 um -15.4 cm 2.03 cm 44.5 MeV 4.63 keV 5.46 mm 5.46 mm World eIoni - 2 3.71 mm -16.9 cm 2.72 cm 191 MeV 3.64 keV 1.72 cm 2.26 cm World eIoni - 3 5.47 mm -19.7 cm 3.06 cm 475 MeV 5.44 keV 2.86 cm 5.12 cm World eIoni - 4 5.58 mm -20 cm 3.08 cm 502 MeV 56.7 eV 2.75 mm 5.4 cm OutOfWorldTransportation + 0 1.17 mm -19 cm 1.1 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 1.16 mm -19 cm 1.1 cm 247 keV 1.14 keV 64.2 um 64.2 um World eIoni + 2 1.15 mm -20 cm 1.1 cm 101 MeV 2.02 keV 1.02 cm 1.03 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 mm -19.7 cm 3.06 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 5.47 mm -19.7 cm 3.06 cm 363 keV 1.43 keV 90.2 um 90.2 um World eIoni - 2 5.46 mm -20 cm 3.06 cm 27.4 MeV 267 eV 2.71 mm 2.8 mm OutOfWorldTransportation + 0 1.15 mm -17.9 cm 1.09 cm 1.92 keV 0 eV 0 fm 0 fm World initStep + 1 1.15 mm -18 cm 1.09 cm 572 keV 1.92 keV 142 um 142 um World eIoni + 2 1.15 mm -20 cm 1.09 cm 205 MeV 3.46 keV 2.06 cm 2.07 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.71 mm -16.9 cm 2.72 cm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 3.71 mm -16.9 cm 2.72 cm 206 keV 1.02 keV 54.7 um 54.7 um World eIoni - 2 3.7 mm -20 cm 2.72 cm 311 MeV 7.34 keV 3.24 cm 3.24 cm OutOfWorldTransportation + 0 908 um -6.19 cm 1.06 cm 56.7 keV 0 eV 0 fm 0 fm World initStep + 1 841 um -7.33 cm 1.05 cm 114 MeV 7.25 keV 1.34 cm 1.34 cm World eIoni + 2 4.7 mm -11.5 cm 1.22 cm 529 MeV 12.2 keV 4.17 cm 5.52 cm World eIoni + 3 5.79 mm -14.3 cm 1.26 cm 813 MeV 6.46 keV 2.85 cm 8.36 cm World eIoni + 4 7.13 mm -20 cm 1.31 cm 1.38 GeV 13.2 keV 5.67 cm 14 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 106 um -8.7 cm 1.78 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 113 um -8.7 cm 1.78 cm 614 keV 2.01 keV 152 um 152 um World eIoni - 2 144 um -20 cm 1.79 cm 1.13 GeV 14.7 keV 11.6 cm 11.6 cm OutOfWorldTransportation + 0 5.79 mm -14.3 cm 1.26 cm 3.65 keV 0 eV 0 fm 0 fm World initStep + 1 5.78 mm -14.3 cm 1.26 cm 1.72 MeV 3.65 keV 411 um 411 um World eIoni + 2 5.78 mm -14.4 cm 1.26 cm 3.76 MeV 0 eV 204 um 615 um World eIoni + 3 5.88 mm -15.4 cm 1.26 cm 104 MeV 2.02 keV 1.01 cm 1.07 cm World eIoni + 4 6.05 mm -20 cm 1.26 cm 567 MeV 9.46 keV 4.63 cm 5.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 91.6 um -8.18 cm 1.76 cm 3.8 keV 0 eV 0 fm 0 fm World initStep - 1 79.7 um -8.2 cm 1.76 cm 1.85 MeV 3.8 keV 441 um 441 um World eIoni - 2 -424 um -10.1 cm 1.78 cm 189 MeV 3.62 keV 1.87 cm 1.92 cm World eIoni - 3 -1.61 mm -20 cm 1.83 cm 1.18 GeV 16.9 keV 9.93 cm 11.8 cm OutOfWorldTransportation + 0 5.88 mm -15.4 cm 1.26 cm 1.38 keV 0 eV 0 fm 0 fm World initStep + 1 5.87 mm -15.4 cm 1.26 cm 340 keV 1.38 keV 85.2 um 85.2 um World eIoni + 2 5.86 mm -20 cm 1.26 cm 463 MeV 10.1 keV 4.75 cm 4.76 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3562,28 +3531,38 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 164 um -5.78 cm 1.63 cm 628 MeV 12.8 keV 6.26 cm 6.26 cm World eIoni - 2 225 um -11.1 cm 1.94 cm 1.16 GeV 9.94 keV 5.37 cm 11.6 cm World eIoni - 3 278 um -20 cm 2.22 cm 2.05 GeV 18.6 keV 8.86 cm 20.5 cm OutOfWorldTransportation + 1 -69.1 um -6.82 cm 1.72 cm 732 MeV 12.1 keV 7.31 cm 7.31 cm World eIoni + 2 -187 um -16.5 cm 2.19 cm 1.7 GeV 16.7 keV 9.71 cm 17 cm World eIoni + 3 -207 um -19.1 cm 2.27 cm 1.96 GeV 6.02 keV 2.56 cm 19.6 cm World eIoni + 4 -214 um -20 cm 2.29 cm 2.05 GeV 2.18 keV 9.25 mm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -207 um -19.1 cm 2.27 cm 1.65 keV 0 eV 0 fm 0 fm World initStep + 1 -204 um -19.1 cm 2.27 cm 461 keV 1.65 keV 112 um 112 um World eIoni + 2 -192 um -20 cm 2.27 cm 92.4 MeV 1.21 keV 9.23 mm 9.34 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 225 um -11.1 cm 1.94 cm 5.14 keV 0 eV 0 fm 0 fm World initStep - 1 235 um -11.2 cm 1.94 cm 3.17 MeV 5.14 keV 750 um 750 um World eIoni - 2 194 um -12 cm 1.94 cm 80.9 MeV 1.58 keV 7.77 mm 8.52 mm World eIoni - 3 171 um -20 cm 1.94 cm 886 MeV 14.1 keV 8.05 cm 8.9 cm OutOfWorldTransportation + 0 -187 um -16.5 cm 2.19 cm 1.66 keV 0 eV 0 fm 0 fm World initStep + 1 -182 um -16.5 cm 2.19 cm 464 keV 1.66 keV 113 um 113 um World eIoni + 2 -159 um -20 cm 2.19 cm 349 MeV 5.48 keV 3.52 cm 3.53 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 164 um -5.78 cm 1.63 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 167 um -5.78 cm 1.63 cm 423 keV 1.57 keV 104 um 104 um World eIoni - 2 185 um -20 cm 1.63 cm 1.42 GeV 28 keV 15.1 cm 15.1 cm OutOfWorldTransportation + 0 -69.1 um -6.82 cm 1.72 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 -66.2 um -6.82 cm 1.72 cm 231 keV 1.09 keV 60.4 um 60.4 um World eIoni + 2 1.51 cm -18.5 cm 1.62 cm 1.16 GeV 29.1 keV 13.5 cm 13.5 cm World eIoni + 3 4.72 cm -19.4 cm 2.35 cm 1.26 GeV 5.86 keV 3.44 cm 16.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3591,171 +3570,168 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -66.5 um -3.51 cm 1.39 cm 401 MeV 8.8 keV 3.98 cm 3.98 cm World eIoni - 2 -145 um -9.6 cm 1.86 cm 1.01 GeV 13.3 keV 6.11 cm 10.1 cm World eIoni - 3 -221 um -20 cm 2.22 cm 2.05 GeV 21 keV 10.4 cm 20.5 cm OutOfWorldTransportation + 1 54.3 um -7.35 cm 1.71 cm 785 MeV 15.6 keV 7.84 cm 7.84 cm World eIoni + 2 77.9 um -15.8 cm 2.06 cm 1.63 GeV 15.1 keV 8.41 cm 16.3 cm World eIoni + 3 82.6 um -20 cm 2.17 cm 2.05 GeV 9.57 keV 4.24 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -145 um -9.6 cm 1.86 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 -147 um -9.6 cm 1.86 cm 202 keV 1.01 keV 53.9 um 53.9 um World eIoni - 2 -5.09 mm -19 cm 1.01 cm 941 MeV 26.9 keV 10.9 cm 10.9 cm World eIoni - 3 -1.28 cm -19.6 cm 3.57 mm 1 GeV 2.01 keV 1.19 cm 12.1 cm WorldTransportation - 4 -1.6 cm -19.9 cm 882 um 1.03 GeV 1.06 keV 5.15 mm 12.6 cm OutOfWorldTransportation + 0 77.9 um -15.8 cm 2.06 cm 1.34 keV 0 eV 0 fm 0 fm World initStep + 1 81.6 um -15.8 cm 2.06 cm 324 keV 1.34 keV 81.6 um 81.6 um World eIoni + 2 103 um -20 cm 2.06 cm 424 MeV 8.89 keV 4.35 cm 4.36 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -66.5 um -3.51 cm 1.39 cm 1.2 keV 0 eV 0 fm 0 fm World initStep - 1 -69.1 um -3.51 cm 1.39 cm 270 keV 1.2 keV 69.3 um 69.3 um World eIoni - 2 1.26 cm -18.4 cm 5.13 mm 1.49 GeV 29.8 keV 17.2 cm 17.2 cm World eIoni - 3 1.67 cm -19.9 cm 697 um 1.64 GeV 2.2 keV 1.61 cm 18.8 cm OutOfWorldTransportation + 0 54.3 um -7.35 cm 1.71 cm 2.55 keV 0 eV 0 fm 0 fm World initStep + 1 62.8 um -7.36 cm 1.71 cm 921 keV 2.55 keV 224 um 224 um World eIoni + 2 61.8 um -7.6 cm 1.72 cm 25.1 MeV 111 eV 2.42 mm 2.64 mm World eIoni + 3 -206 um -11.3 cm 1.72 cm 397 MeV 7.13 keV 3.71 cm 3.98 cm World eIoni + 4 -243 um -12.1 cm 1.72 cm 473 MeV 1.07 keV 7.64 mm 4.74 cm World eIoni + 5 -450 um -20 cm 1.72 cm 1.26 GeV 19.1 keV 7.92 cm 12.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -166 nm -55 um 746 um 50.6 MeV 40.4 eV 749 um 749 um World eIoni - 2 76.3 um -3.17 cm 1.35 cm 367 MeV 5.78 keV 3.56 cm 3.64 cm World eIoni - 3 130 um -8.29 cm 1.79 cm 879 MeV 11.6 keV 5.15 cm 8.78 cm World eIoni - 4 186 um -15.9 cm 2.11 cm 1.64 GeV 18.7 keV 7.58 cm 16.4 cm World eIoni - 5 200 um -18.2 cm 2.18 cm 1.87 GeV 4.83 keV 2.34 cm 18.7 cm World eIoni - 6 210 um -20 cm 2.22 cm 2.05 GeV 2.5 keV 1.79 cm 20.5 cm OutOfWorldTransportation + 0 -243 um -12.1 cm 1.72 cm 5.86 keV 0 eV 0 fm 0 fm World initStep + 1 -243 um -12.1 cm 1.72 cm 2.47 MeV 1.35 keV 318 um 318 um World eIoni + 2 -1.03 mm -20 cm 1.8 cm 792 MeV 12.1 keV 7.92 cm 7.95 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 200 um -18.2 cm 2.18 cm 1.85 keV 0 eV 0 fm 0 fm World initStep - 1 195 um -18.2 cm 2.18 cm 539 keV 1.85 keV 134 um 134 um World eIoni - 2 175 um -20 cm 2.18 cm 179 MeV 2.66 keV 1.8 cm 1.81 cm OutOfWorldTransportation + 0 -243 um -12.1 cm 1.72 cm 1.51 keV 0 eV 0 fm 0 fm World initStep + 1 -247 um -12.1 cm 1.72 cm 398 keV 1.51 keV 97.6 um 97.6 um World eIoni + 2 -269 um -20 cm 1.72 cm 789 MeV 17 keV 8.17 cm 8.18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 186 um -15.9 cm 2.11 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 189 um -15.9 cm 2.11 cm 257 keV 1.17 keV 66.6 um 66.6 um World eIoni - 2 209 um -20 cm 2.11 cm 413 MeV 10.9 keV 4.29 cm 4.3 cm OutOfWorldTransportation + 0 -206 um -11.3 cm 1.72 cm 1.88 keV 0 eV 0 fm 0 fm World initStep + 1 -210 um -11.3 cm 1.72 cm 549 keV 1.88 keV 136 um 136 um World eIoni + 2 -228 um -20 cm 1.72 cm 868 MeV 19.2 keV 8.88 cm 8.89 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 130 um -8.29 cm 1.79 cm 4.1 keV 0 eV 0 fm 0 fm World initStep - 1 116 um -8.31 cm 1.79 cm 2.11 MeV 4.1 keV 503 um 503 um World eIoni - 2 139 um -8.83 cm 1.79 cm 54 MeV 379 eV 5.19 mm 5.69 mm World eIoni - 3 136 um -9.9 cm 1.81 cm 161 MeV 2.97 keV 1.07 cm 1.64 cm World eIoni - 4 119 um -17.8 cm 1.82 cm 951 MeV 15.8 keV 7.9 cm 9.54 cm World eIoni - 5 115 um -20 cm 1.82 cm 1.17 GeV 4.14 keV 2.2 cm 11.7 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 102 um -5.26 cm 1.57 cm 576 MeV 11.3 keV 5.75 cm 5.75 cm World eIoni + 2 272 um -20 cm 2.21 cm 2.05 GeV 31.5 keV 14.8 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 119 um -17.8 cm 1.82 cm 1.51 keV 0 eV 0 fm 0 fm World initStep - 1 118 um -17.8 cm 1.82 cm 395 keV 1.51 keV 97.4 um 97.4 um World eIoni - 2 115 um -20 cm 1.82 cm 220 MeV 2.57 keV 2.22 cm 2.23 cm OutOfWorldTransportation + 0 102 um -5.26 cm 1.57 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 101 um -5.27 cm 1.57 cm 259 keV 1.17 keV 67 um 67 um World eIoni + 2 4.95 mm -19.3 cm 1.06 cm 1.4 GeV 30.9 keV 16.2 cm 16.2 cm World eIoni + 3 8.62 mm -20 cm 9 mm 1.47 GeV 1.45 keV 7.98 mm 17 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 136 um -9.9 cm 1.81 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 134 um -9.91 cm 1.81 cm 229 keV 1.09 keV 60.1 um 60.1 um World eIoni - 2 111 um -20 cm 1.81 cm 1.01 GeV 28.1 keV 11.4 cm 11.4 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 38.6 um -1.82 cm 1.11 cm 232 MeV 4.25 keV 2.27 cm 2.27 cm World eIoni + 2 48 um -3 cm 1.33 cm 350 MeV 4.03 keV 1.2 cm 3.46 cm World eIoni + 3 63.8 um -5.19 cm 1.58 cm 568 MeV 3.46 keV 2.2 cm 5.67 cm World eIoni + 4 111 um -17.4 cm 2.16 cm 1.79 GeV 24.8 keV 12.2 cm 17.9 cm World eIoni + 5 118 um -20 cm 2.23 cm 2.05 GeV 3.05 keV 2.64 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.3 um -3.17 cm 1.35 cm 14.5 keV 0 eV 0 fm 0 fm World initStep - 1 27.1 um -3.33 cm 1.35 cm 16.6 MeV 4.43 keV 2.41 mm 2.41 mm World eIoni - 2 1.13 mm -4.28 cm 1.68 cm 111 MeV 2.17 keV 1.04 cm 1.28 cm World eIoni - 3 2.55 mm -20 cm 2.1 cm 1.68 GeV 29.9 keV 15.7 cm 17 cm OutOfWorldTransportation + 0 111 um -17.4 cm 2.16 cm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 114 um -17.4 cm 2.16 cm 235 keV 1.1 keV 61.3 um 61.3 um World eIoni + 2 134 um -20 cm 2.16 cm 264 MeV 3.9 keV 2.71 cm 2.72 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -166 nm -55 um 746 um 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 -2.5 um -84.6 um 747 um 370 keV 1.33 keV 80.3 um 80.3 um World eIoni - 2 -17.4 um -20 cm 751 um 2 GeV 42.5 keV 22.3 cm 22.3 cm OutOfWorldTransportation + 0 63.8 um -5.19 cm 1.58 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 65 um -5.19 cm 1.58 cm 212 keV 1.04 keV 56.2 um 56.2 um World eIoni + 2 -3.42 cm -15.4 cm -1.04 cm 1.02 GeV 27.2 keV 11.8 cm 11.8 cm World eIoni + 3 -11.1 cm -16.6 cm -12.7 cm 1.14 GeV 41.1 keV 19.2 cm 31 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 91.1 um -4.27 cm 1.49 cm 477 MeV 7.61 keV 4.75 cm 4.75 cm World eIoni - 2 120 um -7.22 cm 1.74 cm 772 MeV 4.82 keV 2.97 cm 7.71 cm World eIoni - 3 126 um -8.22 cm 1.8 cm 872 MeV 2.99 keV 9.98 mm 8.71 cm World eIoni - 4 129 um -8.77 cm 1.83 cm 927 MeV 850 eV 5.49 mm 9.26 cm World eIoni - 5 129 um -8.89 cm 1.84 cm 939 MeV 392 eV 1.25 mm 9.38 cm World eIoni - 6 161 um -20 cm 2.24 cm 2.05 GeV 27 keV 11.1 cm 20.5 cm OutOfWorldTransportation + 0 48 um -3 cm 1.33 cm 4.83 keV 0 eV 0 fm 0 fm World initStep + 1 45.7 um -3.02 cm 1.33 cm 2.83 MeV 4.83 keV 671 um 671 um World eIoni + 2 42.5 um -3.36 cm 1.33 cm 36.7 MeV 524 eV 3.39 mm 4.06 mm World eIoni + 3 3.85 um -20 cm 1.34 cm 1.7 GeV 28.4 keV 16.6 cm 17 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 129 um -8.89 cm 1.84 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 129 um -8.89 cm 1.84 cm 319 keV 1.33 keV 80.6 um 80.6 um World eIoni - 2 132 um -20 cm 1.83 cm 1.11 GeV 24.6 keV 12 cm 12 cm OutOfWorldTransportation + 0 42.5 um -3.36 cm 1.33 cm 21.9 keV 0 eV 0 fm 0 fm World initStep + 1 72.7 um -3.39 cm 1.34 cm 2.92 MeV 104 eV 302 um 302 um World eIoni + 2 28.8 um -4 cm 1.33 cm 63.8 MeV 1e+03 eV 6.09 mm 6.39 mm World eIoni + 3 5.55 um -20 cm 1.33 cm 1.66 GeV 35 keV 16 cm 16.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 129 um -8.77 cm 1.83 cm 2.5 keV 0 eV 0 fm 0 fm World initStep - 1 135 um -8.78 cm 1.83 cm 890 keV 2.5 keV 216 um 216 um World eIoni - 2 100 um -9.04 cm 1.83 cm 27.3 MeV 240 eV 2.64 mm 2.85 mm World eIoni - 3 65.3 um -20 cm 1.83 cm 1.12 GeV 20.1 keV 11 cm 11.2 cm OutOfWorldTransportation + 0 28.8 um -4 cm 1.33 cm 3.94 keV 0 eV 0 fm 0 fm World initStep + 1 22.2 um -4.02 cm 1.33 cm 1.97 MeV 3.94 keV 470 um 470 um World eIoni + 2 17.3 um -4.5 cm 1.34 cm 50.3 MeV 335 eV 4.84 mm 5.31 mm World eIoni + 3 64.8 um -10.8 cm 1.34 cm 679 MeV 10.4 keV 6.29 cm 6.82 cm World eIoni + 4 180 um -20 cm 1.31 cm 1.6 GeV 23.3 keV 9.2 cm 16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 126 um -8.22 cm 1.8 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 124 um -8.22 cm 1.8 cm 483 keV 1.73 keV 120 um 120 um World eIoni - 2 117 um -20 cm 1.8 cm 1.18 GeV 20.4 keV 12.2 cm 12.3 cm OutOfWorldTransportation + 0 64.8 um -10.8 cm 1.34 cm 2.46 keV 0 eV 0 fm 0 fm World initStep + 1 64.7 um -10.8 cm 1.34 cm 867 keV 2.46 keV 211 um 211 um World eIoni + 2 73.6 um -11.3 cm 1.33 cm 48.3 MeV 363 eV 4.74 mm 4.95 mm World eIoni + 3 135 um -15.3 cm 1.31 cm 450 MeV 8.21 keV 4.02 cm 4.51 cm World eIoni + 4 263 um -20 cm 1.31 cm 920 MeV 9.07 keV 4.71 cm 9.22 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 120 um -7.22 cm 1.74 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 123 um -7.22 cm 1.74 cm 210 keV 1.03 keV 55.7 um 55.7 um World eIoni - 2 7.18 mm -17.2 cm -9.18 mm 1 GeV 25.6 keV 11.6 cm 11.6 cm World eIoni - 3 9.91 mm -20 cm -1.43 cm 1.28 GeV 4.54 keV 2.81 cm 14.4 cm OutOfWorldTransportation + 0 135 um -15.3 cm 1.31 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 135 um -15.3 cm 1.31 cm 244 keV 1.13 keV 63.6 um 63.6 um World eIoni + 2 129 um -20 cm 1.31 cm 471 MeV 7.45 keV 4.93 cm 4.93 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 91.1 um -4.27 cm 1.49 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 89 um -4.27 cm 1.49 cm 234 keV 1.1 keV 61.1 um 61.1 um World eIoni - 2 -2.79 cm -16.2 cm -1.07 cm 1.19 GeV 30.7 keV 13.7 cm 13.8 cm World eIoni - 3 -7.08 cm -18.7 cm -2.46 cm 1.44 GeV 12.4 keV 5.2 cm 19 cm OutOfWorldTransportation + 0 38.6 um -1.82 cm 1.11 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 35.9 um -1.82 cm 1.11 cm 220 keV 1.06 keV 58 um 58 um World eIoni + 2 4.39 cm -12.6 cm -1.77 mm 1.08 GeV 28.5 keV 12.5 cm 12.5 cm World eIoni + 3 6.74 cm -18.8 cm -2.62 cm 1.7 GeV 14.6 keV 7.08 cm 19.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3763,110 +3739,105 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 378 um -9.74 cm 1.87 cm 1.02 GeV 18.2 keV 10.2 cm 10.2 cm World eIoni - 2 419 um -11.8 cm 1.96 cm 1.23 GeV 3.8 keV 2.03 cm 12.3 cm World eIoni - 3 498 um -18.2 cm 2.17 cm 1.87 GeV 15.8 keV 6.39 cm 18.7 cm World eIoni - 4 517 um -20 cm 2.21 cm 2.05 GeV 5.41 keV 1.84 cm 20.5 cm OutOfWorldTransportation + 1 -288 um -9.19 cm 1.86 cm 969 MeV 17.1 keV 9.69 cm 9.69 cm World eIoni + 2 -364 um -13.2 cm 2.04 cm 1.37 GeV 7.04 keV 4.02 cm 13.7 cm World eIoni + 3 -407 um -15.8 cm 2.13 cm 1.63 GeV 6.51 keV 2.55 cm 16.3 cm World eIoni + 4 -466 um -20 cm 2.25 cm 2.05 GeV 10.6 keV 4.24 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 498 um -18.2 cm 2.17 cm 1.91 keV 0 eV 0 fm 0 fm World initStep - 1 503 um -18.2 cm 2.17 cm 564 keV 1.91 keV 140 um 140 um World eIoni - 2 522 um -20 cm 2.17 cm 184 MeV 3.95 keV 1.85 cm 1.86 cm OutOfWorldTransportation + 0 -407 um -15.8 cm 2.13 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 -410 um -15.8 cm 2.13 cm 208 keV 1.03 keV 55.3 um 55.3 um World eIoni + 2 -427 um -20 cm 2.13 cm 424 MeV 13.4 keV 4.48 cm 4.49 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 419 um -11.8 cm 1.96 cm 189 keV 0 eV 0 fm 0 fm World initStep - 1 -1.27 cm -18.1 cm 3.25 cm 634 MeV 18.6 keV 7.03 cm 7.03 cm World eIoni - 2 -2.16 cm -19.9 cm 3.15 cm 811 MeV 3.34 keV 1.99 cm 9.02 cm OutOfWorldTransportation + 0 -364 um -13.2 cm 2.04 cm 3.15 keV 0 eV 0 fm 0 fm World initStep + 1 -353 um -13.2 cm 2.04 cm 1.33 MeV 3.15 keV 319 um 319 um World eIoni + 2 -344 um -13.4 cm 2.04 cm 18.3 MeV 112 eV 1.69 mm 2.01 mm World eIoni + 3 -322 um -20 cm 2.04 cm 679 MeV 14.7 keV 6.61 cm 6.81 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 378 um -9.74 cm 1.87 cm 24.2 keV 0 eV 0 fm 0 fm World initStep - 1 351 um -10.1 cm 1.86 cm 32 MeV 3.97 keV 4.05 mm 4.05 mm World eIoni - 2 347 um -10.1 cm 1.86 cm 33.4 MeV 52.7 eV 144 um 4.2 mm World eIoni - 3 149 um -12 cm 1.71 cm 224 MeV 5.06 keV 1.91 cm 2.33 cm World eIoni - 4 -141 um -20 cm 1.59 cm 1.03 GeV 17.9 keV 8.02 cm 10.4 cm OutOfWorldTransportation + 0 -288 um -9.19 cm 1.86 cm 2.21 keV 0 eV 0 fm 0 fm World initStep + 1 -285 um -9.2 cm 1.86 cm 722 keV 2.21 keV 177 um 177 um World eIoni + 2 -666 um -13.7 cm 1.45 cm 454 MeV 6.08 keV 4.57 cm 4.59 cm World eIoni + 3 -628 um -20 cm 1.08 cm 1.08 GeV 12.6 keV 6.28 cm 10.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 149 um -12 cm 1.71 cm 1.31 keV 0 eV 0 fm 0 fm World initStep - 1 150 um -12 cm 1.71 cm 310 keV 1.31 keV 78.5 um 78.5 um World eIoni - 2 155 um -20 cm 1.7 cm 802 MeV 24.7 keV 8.47 cm 8.48 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 356 um -9.39 cm 1.85 cm 989 MeV 20.7 keV 9.88 cm 9.88 cm World eIoni + 2 651 um -15.1 cm 2.07 cm 1.56 GeV 13.3 keV 5.72 cm 15.6 cm World eIoni + 3 832 um -20 cm 2.2 cm 2.05 GeV 10.3 keV 4.9 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 3.3 um -1.09 cm 9.14 mm 158 MeV 3.47 keV 1.51 cm 1.51 cm World eIoni - 2 -96.6 um -20 cm 2.21 cm 2.05 GeV 44.4 keV 19 cm 20.5 cm OutOfWorldTransportation + 0 651 um -15.1 cm 2.07 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 654 um -15.1 cm 2.07 cm 237 keV 1.11 keV 61.9 um 61.9 um World eIoni + 2 676 um -20 cm 2.07 cm 490 MeV 12.4 keV 5.16 cm 5.16 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.3 um -1.09 cm 9.14 mm 2.95 keV 0 eV 0 fm 0 fm World initStep - 1 13.5 um -1.1 cm 9.14 mm 1.19 MeV 2.95 keV 286 um 286 um World eIoni - 2 -378 um -2.54 cm 9.42 mm 146 MeV 4.55 keV 1.45 cm 1.47 cm World eIoni - 3 -482 um -5.79 cm 9.67 mm 470 MeV 6.52 keV 3.25 cm 4.72 cm World eIoni - 4 -525 um -9.63 cm 9.79 mm 854 MeV 8.46 keV 3.84 cm 8.56 cm World eIoni - 5 -537 um -11.2 cm 9.82 mm 1.01 GeV 1.9 keV 1.59 cm 10.2 cm World eIoni - 6 -573 um -20 cm 9.94 mm 1.89 GeV 16 keV 8.78 cm 18.9 cm OutOfWorldTransportation + 0 356 um -9.39 cm 1.85 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 355 um -9.39 cm 1.85 cm 493 keV 1.75 keV 123 um 123 um World eIoni + 2 347 um -20 cm 1.84 cm 1.06 GeV 19.5 keV 11 cm 11 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -537 um -11.2 cm 9.82 mm 11.9 keV 0 eV 0 fm 0 fm World initStep - 1 -566 um -11.3 cm 9.86 mm 12.9 MeV 3.01 keV 2.05 mm 2.05 mm World eIoni - 2 755 um -11.4 cm 9.76 mm 15.4 MeV 73.9 eV 1.41 mm 3.46 mm World eIoni - 3 5.03 mm -15.9 cm 9.66 mm 463 MeV 8.47 keV 4.54 cm 4.89 cm World eIoni - 4 5.82 mm -20 cm 9.63 mm 877 MeV 10.5 keV 4.14 cm 9.02 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 24.2 um -6.07 cm 1.66 cm 657 MeV 14.2 keV 6.56 cm 6.56 cm World eIoni + 2 -4.15 um -15.1 cm 2.12 cm 1.56 GeV 23.5 keV 9.02 cm 15.6 cm World eIoni + 3 -20.6 um -20 cm 2.27 cm 2.05 GeV 9.95 keV 4.92 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.03 mm -15.9 cm 9.66 mm 5.18 keV 0 eV 0 fm 0 fm World initStep - 1 5.03 mm -15.9 cm 9.64 mm 3.21 MeV 5.18 keV 761 um 761 um World eIoni - 2 5.02 mm -16 cm 9.63 mm 17.7 MeV 382 eV 1.45 mm 2.21 mm World eIoni - 3 5 mm -20 cm 9.63 mm 414 MeV 7.33 keV 3.96 cm 4.18 cm OutOfWorldTransportation + 0 -4.15 um -15.1 cm 2.12 cm 3.39 keV 0 eV 0 fm 0 fm World initStep + 1 7.08 um -15.1 cm 2.12 cm 1.28 MeV 1.34 keV 197 um 197 um World eIoni + 2 -944 um -16.5 cm 2.16 cm 145 MeV 1.41 keV 1.46 cm 1.48 cm World eIoni + 3 -2.11 mm -20 cm 2.05 cm 491 MeV 5.96 keV 3.47 cm 4.94 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -525 um -9.63 cm 9.79 mm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 -521 um -9.63 cm 9.79 mm 401 keV 1.52 keV 98.7 um 98.7 um World eIoni - 2 -495 um -20 cm 9.78 mm 1.04 GeV 18.5 keV 10.9 cm 10.9 cm OutOfWorldTransportation + 0 -944 um -16.5 cm 2.16 cm 1.37 keV 0 eV 0 fm 0 fm World initStep + 1 -948 um -16.5 cm 2.16 cm 335 keV 1.37 keV 84 um 84 um World eIoni + 2 -971 um -20 cm 2.16 cm 346 MeV 3.65 keV 3.53 cm 3.54 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -482 um -5.79 cm 9.67 mm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 -483 um -5.79 cm 9.66 mm 209 keV 1.03 keV 55.4 um 55.4 um World eIoni - 2 -3.28 cm -15.7 cm 3.65 cm 991 MeV 24 keV 11.5 cm 11.5 cm World eIoni - 3 -3.91 cm -19.6 cm 3.95 cm 1.38 GeV 9.38 keV 3.98 cm 15.4 cm OutOfWorldTransportation + 0 24.2 um -6.07 cm 1.66 cm 1.44 keV 0 eV 0 fm 0 fm World initStep + 1 28.5 um -6.08 cm 1.67 cm 367 keV 1.44 keV 91.2 um 91.2 um World eIoni + 2 57.2 um -20 cm 1.67 cm 1.39 GeV 21.6 keV 15 cm 15 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3874,49 +3845,50 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -70.7 um -2.88 cm 1.31 cm 338 MeV 5.68 keV 3.35 cm 3.35 cm World eIoni - 2 -163 um -12.3 cm 1.99 cm 1.28 GeV 19.9 keV 9.47 cm 12.8 cm World eIoni - 3 -219 um -20 cm 2.23 cm 2.05 GeV 16.4 keV 7.68 cm 20.5 cm OutOfWorldTransportation + 1 -80.6 um -9.64 cm 1.9 cm 1.01 GeV 20.5 keV 10.1 cm 10.1 cm World eIoni + 2 -74.5 um -14.2 cm 2.12 cm 1.47 GeV 10.9 keV 4.61 cm 14.7 cm World eIoni + 3 -71.1 um -18.3 cm 2.26 cm 1.88 GeV 9.96 keV 4.04 cm 18.8 cm World eIoni + 4 -69.5 um -20 cm 2.31 cm 2.05 GeV 5.84 keV 1.72 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -163 um -12.3 cm 1.99 cm 5 keV 0 eV 0 fm 0 fm World initStep - 1 -182 um -12.4 cm 1.99 cm 3.01 MeV 5 keV 713 um 713 um World eIoni - 2 -184 um -12.4 cm 1.99 cm 4.19 MeV 0 eV 119 um 832 um World eIoni - 3 126 um -15.7 cm 2.04 cm 340 MeV 5.42 keV 3.36 cm 3.44 cm World eIoni - 4 890 um -20 cm 2.18 cm 768 MeV 8.27 keV 4.29 cm 7.73 cm OutOfWorldTransportation + 0 -71.1 um -18.3 cm 2.26 cm 1.77 keV 0 eV 0 fm 0 fm World initStep + 1 -69.6 um -18.3 cm 2.26 cm 499 keV 1.77 keV 124 um 124 um World eIoni + 2 -63.6 um -20 cm 2.25 cm 172 MeV 1.04 keV 1.72 cm 1.73 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 126 um -15.7 cm 2.04 cm 13.3 keV 0 eV 0 fm 0 fm World initStep - 1 167 um -15.8 cm 2.04 cm 10.1 MeV 1.55 keV 1.26 mm 1.26 mm World eIoni - 2 535 um -16.5 cm 2.1 cm 74.4 MeV 998 eV 6.47 mm 7.73 mm WorldTransportation - 3 535 um -16.5 cm 2.1 cm 74.4 MeV 0 eV 0 fm 7.73 mm World eIoni - 4 876 um -20 cm 2.14 cm 428 MeV 8.08 keV 3.54 cm 4.31 cm OutOfWorldTransportation + 0 -74.5 um -14.2 cm 2.12 cm 6.12 keV 0 eV 0 fm 0 fm World initStep + 1 -95.1 um -14.3 cm 2.12 cm 4.33 MeV 6.12 keV 1.02 mm 1.02 mm World eIoni + 2 -115 um -14.5 cm 2.12 cm 27 MeV 355 eV 2.27 mm 3.29 mm World eIoni + 3 -171 um -20 cm 2.12 cm 576 MeV 12.1 keV 5.49 cm 5.82 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 535 um -16.5 cm 2.1 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 533 um -16.5 cm 2.09 cm 478 keV 1.72 keV 119 um 119 um World eIoni - 2 524 um -20 cm 2.09 cm 354 MeV 7.42 keV 3.57 cm 3.59 cm OutOfWorldTransportation + 0 -80.6 um -9.64 cm 1.9 cm 2.6 keV 0 eV 0 fm 0 fm World initStep + 1 -76.8 um -9.64 cm 1.9 cm 949 keV 2.6 keV 230 um 230 um World eIoni + 2 -75.5 um -9.65 cm 1.9 cm 1.85 MeV 0 eV 89.9 um 320 um World eIoni + 3 -2.24 mm -15.8 cm 1.68 cm 612 MeV 8.51 keV 6.11 cm 6.14 cm World eBrem + 4 66.2 um -18.7 cm 1.44 cm 904 MeV 9.14 keV 2.94 cm 9.08 cm World eIoni + 5 875 um -20 cm 1.36 cm 1.04 GeV 3.43 keV 1.33 cm 10.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -70.7 um -2.88 cm 1.31 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -68.8 um -2.88 cm 1.31 cm 314 keV 1.32 keV 79.3 um 79.3 um World eIoni - 2 -55.1 um -20 cm 1.31 cm 1.71 GeV 33.3 keV 19.4 cm 19.4 cm OutOfWorldTransportation + 0 66.2 um -18.7 cm 1.44 cm 1.94 keV 0 eV 0 fm 0 fm World initStep + 1 61.3 um -18.7 cm 1.44 cm 580 keV 1.94 keV 144 um 144 um World eIoni + 2 43.7 um -20 cm 1.45 cm 133 MeV 3.1 keV 1.33 cm 1.34 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3924,116 +3896,91 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 12.3 um -1.79 cm 1.1 cm 229 MeV 4.56 keV 2.24 cm 2.24 cm World eIoni - 2 -2.71 um -5.16 cm 1.57 cm 566 MeV 5.4 keV 3.41 cm 5.64 cm World eIoni - 3 -68.6 um -20 cm 2.22 cm 2.05 GeV 38.2 keV 14.9 cm 20.5 cm OutOfWorldTransportation + 1 97.6 um -6.07 cm 1.63 cm 657 MeV 9.95 keV 6.56 cm 6.56 cm World eIoni + 2 61.2 um -8.83 cm 1.8 cm 933 MeV 5.04 keV 2.76 cm 9.32 cm World eIoni + 3 33.7 um -11.7 cm 1.93 cm 1.22 GeV 4.73 keV 2.83 cm 12.1 cm World eIoni + 4 11 um -14.1 cm 2.02 cm 1.46 GeV 4.96 keV 2.45 cm 14.6 cm World eIoni + 5 -32.7 um -20 cm 2.19 cm 2.05 GeV 10.4 keV 5.9 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.71 um -5.16 cm 1.57 cm 992 eV 0 eV 0 fm 0 fm World initStep - 1 -1.62 um -5.16 cm 1.57 cm 197 keV 992 eV 52.6 um 52.6 um World eIoni - 2 -2.99 cm -14.2 cm 3.95 cm 900 MeV 21.2 keV 10.4 cm 10.4 cm World eIoni - 3 -3.4 cm -15.7 cm 4.19 cm 1.05 GeV 2.7 keV 1.56 cm 12 cm WorldTransportation - 4 -3.71 cm -17 cm 4.39 cm 1.18 GeV 1.94 keV 1.4 cm 13.4 cm WorldTransportation - 5 -3.97 cm -18.2 cm 4.54 cm 1.31 GeV 1.66 keV 1.26 cm 14.6 cm WorldTransportation - 6 -4.18 cm -19.3 cm 4.67 cm 1.42 GeV 1.47 keV 1.13 cm 15.8 cm WorldTransportation - 7 -4.22 cm -19.6 cm 4.69 cm 1.44 GeV 171 eV 2.14 mm 16 cm OutOfWorldTransportation + 0 11 um -14.1 cm 2.02 cm 1.86 keV 0 eV 0 fm 0 fm World initStep + 1 5.69 um -14.1 cm 2.02 cm 540 keV 1.86 keV 134 um 134 um World eIoni + 2 -19.9 um -20 cm 2.03 cm 590 MeV 8.48 keV 5.99 cm 6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 12.3 um -1.79 cm 1.1 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 11.3 um -1.79 cm 1.1 cm 208 keV 1.03 keV 55.2 um 55.2 um World eIoni - 2 4.19 cm -11.7 cm 1.34 cm 988 MeV 25 keV 11.4 cm 11.4 cm World eIoni - 3 5.21 cm -13.1 cm 2.05 cm 1.13 GeV 2.53 keV 1.86 cm 13.3 cm WorldTransportation - 4 6.02 cm -14.4 cm 2.6 cm 1.26 GeV 3.78 keV 1.64 cm 14.9 cm WorldTransportation - 5 6.66 cm -15.6 cm 3.04 cm 1.38 GeV 2.49 keV 1.47 cm 16.4 cm WorldTransportation - 6 7.19 cm -16.8 cm 3.41 cm 1.5 GeV 1.23 keV 1.32 cm 17.7 cm WorldTransportation - 7 7.64 cm -17.8 cm 3.71 cm 1.6 GeV 2.49 keV 1.18 cm 18.9 cm WorldTransportation - 8 7.86 cm -18.4 cm 3.87 cm 1.66 GeV 1.41 keV 6.31 mm 19.5 cm OutOfWorldTransportation + 0 33.7 um -11.7 cm 1.93 cm 5.15 keV 0 eV 0 fm 0 fm World initStep + 1 46.2 um -11.7 cm 1.93 cm 3.17 MeV 5.15 keV 752 um 752 um World eIoni + 2 116 um -12.4 cm 1.94 cm 77.1 MeV 537 eV 7.4 mm 8.15 mm WorldTransportation + 3 116 um -12.4 cm 1.94 cm 77.1 MeV 0 eV 0 fm 8.15 mm World eIoni + 4 220 um -15.8 cm 1.95 cm 415 MeV 5.56 keV 3.38 cm 4.2 cm World eIoni + 5 261 um -20 cm 1.95 cm 835 MeV 9.79 keV 4.19 cm 8.39 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -347 um -12.2 cm 2.02 cm 1.27 GeV 22.8 keV 12.7 cm 12.7 cm World eIoni - 2 -371 um -16.2 cm 2.16 cm 1.67 GeV 8.48 keV 4.01 cm 16.7 cm World eIoni - 3 -392 um -20 cm 2.27 cm 2.05 GeV 6.44 keV 3.82 cm 20.5 cm OutOfWorldTransportation + 0 220 um -15.8 cm 1.95 cm 1.35 keV 0 eV 0 fm 0 fm World initStep + 1 222 um -15.8 cm 1.95 cm 330 keV 1.35 keV 82.9 um 82.9 um World eIoni + 2 232 um -20 cm 1.94 cm 419 MeV 7.85 keV 4.3 cm 4.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -371 um -16.2 cm 2.16 cm 18 keV 0 eV 0 fm 0 fm World initStep - 1 -326 um -16.3 cm 2.16 cm 9.07 MeV 1.11 keV 1 mm 1 mm World eIoni - 2 -684 um -18.4 cm 1.91 cm 219 MeV 7.15 keV 2.14 cm 2.24 cm World eIoni - 3 -676 um -18.6 cm 1.9 cm 240 MeV 128 eV 2.09 mm 2.45 cm World eIoni - 4 -638 um -20 cm 1.87 cm 382 MeV 2.05 keV 1.42 cm 3.87 cm OutOfWorldTransportation + 0 61.2 um -8.83 cm 1.8 cm 2.63 keV 0 eV 0 fm 0 fm World initStep + 1 52.2 um -8.84 cm 1.8 cm 973 keV 2.63 keV 236 um 236 um World eIoni + 2 34 um -9.48 cm 1.82 cm 64.9 MeV 711 eV 6.4 mm 6.63 mm World eIoni + 3 -65.7 um -14.3 cm 1.84 cm 545 MeV 9.4 keV 4.8 cm 5.47 cm World eIoni + 4 -121 um -20 cm 1.85 cm 1.12 GeV 7.84 keV 5.72 cm 11.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -676 um -18.6 cm 1.9 cm 3.41 keV 0 eV 0 fm 0 fm World initStep - 1 -673 um -18.6 cm 1.9 cm 1.52 MeV 3.41 keV 365 um 365 um World eIoni - 2 -910 um -19.7 cm 1.89 cm 110 MeV 2.68 keV 1.08 cm 1.12 cm World eIoni - 3 -932 um -20 cm 1.89 cm 142 MeV 649 eV 3.26 mm 1.44 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -684 um -18.4 cm 1.91 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -680 um -18.4 cm 1.91 cm 278 keV 1.22 keV 71.2 um 71.2 um World eIoni - 2 -661 um -20 cm 1.91 cm 163 MeV 2.92 keV 1.65 cm 1.66 cm OutOfWorldTransportation + 0 -65.7 um -14.3 cm 1.84 cm 1.65 keV 0 eV 0 fm 0 fm World initStep + 1 -70.8 um -14.3 cm 1.84 cm 458 keV 1.65 keV 111 um 111 um World eIoni + 2 -97.1 um -20 cm 1.84 cm 572 MeV 10.1 keV 5.83 cm 5.84 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -347 um -12.2 cm 2.02 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 -346 um -12.2 cm 2.02 cm 291 keV 1.26 keV 74.2 um 74.2 um World eIoni - 2 -339 um -20 cm 2.01 cm 783 MeV 15.4 keV 8.31 cm 8.32 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 37.9 um -3.76 cm 1.44 cm 426 MeV 8.33 keV 4.24 cm 4.24 cm World eIoni - 2 127 um -12.7 cm 2 cm 1.32 GeV 21.3 keV 8.96 cm 13.2 cm World eIoni - 3 166 um -20 cm 2.22 cm 2.05 GeV 14.9 keV 7.29 cm 20.5 cm OutOfWorldTransportation + 0 97.6 um -6.07 cm 1.63 cm 2.2 keV 0 eV 0 fm 0 fm World initStep + 1 90.7 um -6.08 cm 1.63 cm 713 keV 2.2 keV 175 um 175 um World eIoni + 2 -803 um -9.75 cm 1.34 cm 368 MeV 9.98 keV 3.69 cm 3.71 cm World eIoni + 3 -4.52 mm -17.5 cm 2.2 mm 1.14 GeV 14.8 keV 7.82 cm 11.5 cm World eIoni + 4 -5.01 mm -19.3 cm 716 um 1.33 GeV 4.81 keV 1.87 cm 13.4 cm World eIoni + 5 -5.17 mm -20 cm 241 um 1.39 GeV 1.09 keV 6.6 mm 14.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 127 um -12.7 cm 2 cm 2.2 keV 0 eV 0 fm 0 fm World initStep - 1 131 um -12.7 cm 2 cm 717 keV 2.2 keV 176 um 176 um World eIoni - 2 -288 um -13.9 cm 1.96 cm 120 MeV 2.38 keV 1.2 cm 1.21 cm World eIoni - 3 -2.7 mm -20 cm 1.95 cm 729 MeV 11.5 keV 6.1 cm 7.31 cm OutOfWorldTransportation + 0 -5.01 mm -19.3 cm 716 um 13.2 keV 0 eV 0 fm 0 fm World initStep + 1 -4.97 mm -19.5 cm 741 um 14.3 MeV 3.39 keV 2.12 mm 2.12 mm World eIoni + 2 -4.37 mm -20 cm 4.12 mm 66 MeV 1.23 keV 6.7 mm 8.83 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 37.9 um -3.76 cm 1.44 cm 1.55 keV 0 eV 0 fm 0 fm World initStep - 1 34.1 um -3.77 cm 1.44 cm 416 keV 1.55 keV 102 um 102 um World eIoni - 2 10.1 um -20 cm 1.44 cm 1.62 GeV 29.6 keV 17.4 cm 17.4 cm OutOfWorldTransportation + 0 -4.52 mm -17.5 cm 2.2 mm 4.39 keV 0 eV 0 fm 0 fm World initStep + 1 -4.5 mm -17.5 cm 2.2 mm 2.23 MeV 1.32 keV 386 um 386 um World eIoni + 2 -5.14 mm -20 cm 3.41 mm 252 MeV 1.7 keV 2.53 cm 2.56 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4041,48 +3988,41 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -285 um -8.02 cm 1.78 cm 852 MeV 20 keV 8.51 cm 8.51 cm World eIoni - 2 -613 um -15.2 cm 2.13 cm 1.57 GeV 14.1 keV 7.24 cm 15.7 cm World eIoni - 3 -773 um -20 cm 2.28 cm 2.05 GeV 10.3 keV 4.76 cm 20.5 cm OutOfWorldTransportation + 1 77.7 um -3.79 cm 1.42 cm 429 MeV 8.33 keV 4.27 cm 4.27 cm World eIoni + 2 121 um -5.76 cm 1.61 cm 626 MeV 3.83 keV 1.98 cm 6.24 cm World eIoni + 3 258 um -17.7 cm 2.15 cm 1.82 GeV 18.1 keV 12 cm 18.2 cm World eIoni + 4 275 um -20 cm 2.21 cm 2.05 GeV 3.77 keV 2.27 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -613 um -15.2 cm 2.13 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 -614 um -15.2 cm 2.13 cm 222 keV 1.07 keV 58.4 um 58.4 um World eIoni - 2 -625 um -20 cm 2.13 cm 475 MeV 11.8 keV 5.03 cm 5.03 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -285 um -8.02 cm 1.78 cm 4.66 keV 0 eV 0 fm 0 fm World initStep - 1 -294 um -8.05 cm 1.78 cm 2.65 MeV 4.66 keV 630 um 630 um World eIoni - 2 -281 um -8.6 cm 1.79 cm 57.6 MeV 286 eV 5.5 mm 6.13 mm World eIoni - 3 -390 um -12.6 cm 1.81 cm 462 MeV 9.9 keV 4.04 cm 4.65 cm World eIoni - 4 -444 um -20 cm 1.81 cm 1.2 GeV 15.7 keV 7.36 cm 12 cm OutOfWorldTransportation + 0 258 um -17.7 cm 2.15 cm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 264 um -17.7 cm 2.15 cm 472 keV 1.68 keV 114 um 114 um World eIoni + 2 286 um -20 cm 2.15 cm 227 MeV 5.26 keV 2.29 cm 2.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -390 um -12.6 cm 1.81 cm 8.91 keV 0 eV 0 fm 0 fm World initStep - 1 -420 um -12.7 cm 1.81 cm 7.72 MeV 3.5 keV 1.26 mm 1.26 mm World eIoni - 2 1.75 mm -15.5 cm 1.58 cm 282 MeV 3.53 keV 2.83 cm 2.95 cm World eIoni - 3 2.11 mm -20 cm 1.54 cm 736 MeV 9.54 keV 4.54 cm 7.49 cm OutOfWorldTransportation + 0 121 um -5.76 cm 1.61 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 118 um -5.76 cm 1.61 cm 219 keV 1.06 keV 57.8 um 57.8 um World eIoni + 2 -2.96 cm -16.5 cm -1.96 mm 1.07 GeV 26.5 keV 12.4 cm 12.4 cm World eIoni + 3 -3.06 cm -17.8 cm -4.02 mm 1.2 GeV 3.39 keV 1.33 cm 13.7 cm WorldTransportation + 4 -3.14 cm -19 cm -5.7 mm 1.32 GeV 1.67 keV 1.2 cm 14.9 cm WorldTransportation + 5 -3.19 cm -19.7 cm -6.7 mm 1.4 GeV 1.23 keV 7.73 mm 15.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.75 mm -15.5 cm 1.58 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 1.75 mm -15.5 cm 1.58 cm 379 keV 1.47 keV 93.9 um 93.9 um World eIoni - 2 1.77 mm -20 cm 1.58 cm 454 MeV 11.6 keV 4.63 cm 4.64 cm OutOfWorldTransportation + 0 77.7 um -3.79 cm 1.42 cm 3.13 keV 0 eV 0 fm 0 fm World initStep + 1 73.6 um -3.81 cm 1.42 cm 1.31 MeV 3.13 keV 316 um 316 um World eIoni + 2 72.5 um -3.88 cm 1.42 cm 8.58 MeV 122 eV 727 um 1.04 mm World eIoni + 3 59.6 um -20 cm 1.43 cm 1.62 GeV 22.1 keV 16.1 cm 16.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4090,7 +4030,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 37.5 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 0 fm -20 cm 2.22 cm 2.05 GeV 48.8 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4098,105 +4038,107 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 43.6 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 7.75 um -4.14 mm 6.09 mm 91.4 MeV 625 eV 7.68 mm 7.68 mm World eIoni + 2 9.34 um -5.69 mm 7.01 mm 107 MeV 164 eV 1.8 mm 9.48 mm World eIoni + 3 24.5 um -2.25 cm 1.2 cm 276 MeV 3.89 keV 1.77 cm 2.71 cm World eIoni + 4 41.3 um -4.32 cm 1.49 cm 482 MeV 4.56 keV 2.08 cm 4.79 cm World eIoni + 5 9.81 um -14.9 cm 2.08 cm 1.54 GeV 25 keV 10.6 cm 15.4 cm World eIoni + 6 -38.9 um -20 cm 2.22 cm 2.05 GeV 11.4 keV 5.08 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -161 um -5.38 cm 1.59 cm 588 MeV 13.3 keV 5.87 cm 5.87 cm World eIoni - 2 -205 um -20 cm 2.23 cm 2.05 GeV 32.5 keV 14.6 cm 20.5 cm OutOfWorldTransportation + 0 9.81 um -14.9 cm 2.08 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 11.4 um -14.9 cm 2.08 cm 211 keV 1.04 keV 55.9 um 55.9 um World eIoni + 2 23.8 um -20 cm 2.08 cm 508 MeV 13.8 keV 5.42 cm 5.43 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -161 um -5.38 cm 1.59 cm 87.7 keV 0 eV 0 fm 0 fm World initStep - 1 -202 um -7.09 cm 1.58 cm 171 MeV 8.68 keV 1.9 cm 1.9 cm World eIoni - 2 -3.43 mm -10.3 cm 1.2 cm 488 MeV 7.2 keV 3.21 cm 5.11 cm World eIoni - 3 -4.99 mm -13.5 cm 1.03 cm 810 MeV 4.98 keV 3.23 cm 8.34 cm World eIoni - 4 -5.59 mm -15.2 cm 9.59 mm 987 MeV 3.14 keV 1.77 cm 10.1 cm World eIoni - 5 -6.8 mm -20 cm 8.22 mm 1.46 GeV 8.29 keV 4.74 cm 14.9 cm OutOfWorldTransportation + 0 41.3 um -4.32 cm 1.49 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 39.4 um -4.32 cm 1.49 cm 287 keV 1.25 keV 73.1 um 73.1 um World eIoni + 2 25.3 um -20 cm 1.49 cm 1.57 GeV 39 keV 18 cm 18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.59 mm -15.2 cm 9.59 mm 2.62 keV 0 eV 0 fm 0 fm World initStep - 1 -5.59 mm -15.3 cm 9.59 mm 963 keV 2.62 keV 233 um 233 um World eIoni - 2 -5.76 mm -16.4 cm 9.94 mm 115 MeV 2.54 keV 1.14 cm 1.16 cm World eIoni - 3 -6.17 mm -20 cm 1.02 cm 474 MeV 9.07 keV 3.59 cm 4.76 cm OutOfWorldTransportation + 0 24.5 um -2.25 cm 1.2 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 26 um -2.26 cm 1.2 cm 225 keV 1.08 keV 59.2 um 59.2 um World eIoni + 2 8.21 mm -13.5 cm -3.47 cm 1.12 GeV 28.9 keV 13 cm 13 cm World eIoni + 3 2.83 mm -20 cm -4.42 cm 1.77 GeV 19.7 keV 6.61 cm 19.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.99 mm -13.5 cm 1.03 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -4.99 mm -13.5 cm 1.03 cm 227 keV 1.08 keV 59.7 um 59.7 um World eIoni - 2 -5.01 mm -20 cm 1.03 cm 651 MeV 12.5 keV 7.02 cm 7.03 cm OutOfWorldTransportation + 0 9.34 um -5.69 mm 7.01 mm 2.54 keV 0 eV 0 fm 0 fm World initStep + 1 2.93 um -5.78 mm 7.01 mm 911 keV 2.54 keV 222 um 222 um World eIoni + 2 -1.06 mm -2.91 cm 7.75 mm 234 MeV 4.58 keV 2.34 cm 2.36 cm World eIoni + 3 -1.25 mm -6.99 cm 8.4 mm 643 MeV 7.35 keV 4.09 cm 6.45 cm World eIoni + 4 -1.32 mm -10.1 cm 8.67 mm 956 MeV 7 keV 3.13 cm 9.58 cm World eIoni + 5 -1.41 mm -16.1 cm 8.99 mm 1.55 GeV 12.6 keV 5.97 cm 15.5 cm World eIoni + 6 -1.44 mm -18.6 cm 9.09 mm 1.81 GeV 5.49 keV 2.55 cm 18.1 cm World eBrem + 7 -1.46 mm -20 cm 9.14 mm 1.94 GeV 2.25 keV 1.35 cm 19.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.43 mm -10.3 cm 1.2 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 -3.43 mm -10.3 cm 1.21 cm 380 keV 1.47 keV 94 um 94 um World eIoni - 2 -3.42 mm -20 cm 1.21 cm 974 MeV 17.2 keV 10.2 cm 10.2 cm OutOfWorldTransportation + 0 -1.44 mm -18.6 cm 9.09 mm 822 keV 0 eV 0 fm 0 fm World initStep + 1 -1.46 mm -20 cm 9.14 mm 822 keV 0 eV 1.35 cm 1.35 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -202 um -7.09 cm 1.58 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 -206 um -7.1 cm 1.58 cm 336 keV 1.37 keV 84.2 um 84.2 um World eIoni - 2 -229 um -20 cm 1.58 cm 1.29 GeV 26.5 keV 14 cm 14 cm OutOfWorldTransportation + 0 -1.41 mm -16.1 cm 8.99 mm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -1.41 mm -16.1 cm 8.99 mm 217 keV 1.05 keV 57.3 um 57.3 um World eIoni + 2 -1.41 mm -20 cm 8.97 mm 391 MeV 8.83 keV 4.09 cm 4.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 418 um -11.6 cm 1.98 cm 1.21 GeV 20 keV 12.1 cm 12.1 cm World eIoni - 2 516 um -19.4 cm 2.26 cm 1.99 GeV 14.9 keV 7.84 cm 19.9 cm World eIoni - 3 521 um -20 cm 2.27 cm 2.05 GeV 1.14 keV 5.84 mm 20.5 cm OutOfWorldTransportation + 0 -1.32 mm -10.1 cm 8.67 mm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 -1.32 mm -10.1 cm 8.67 mm 319 keV 1.33 keV 80.4 um 80.4 um World eIoni + 2 -1.3 mm -20 cm 8.68 mm 987 MeV 18.4 keV 10.5 cm 10.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 516 um -19.4 cm 2.26 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 516 um -19.4 cm 2.26 cm 360 keV 1.43 keV 89.7 um 89.7 um World eIoni - 2 516 um -20 cm 2.26 cm 58.4 MeV 1.3 keV 5.82 mm 5.91 mm OutOfWorldTransportation + 0 -1.25 mm -6.99 cm 8.4 mm 1.43 keV 0 eV 0 fm 0 fm World initStep + 1 -1.25 mm -7 cm 8.4 mm 362 keV 1.43 keV 90 um 90 um World eIoni + 2 -1.27 mm -20 cm 8.38 mm 1.3 GeV 25.9 keV 14 cm 14 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 418 um -11.6 cm 1.98 cm 3.02 keV 0 eV 0 fm 0 fm World initStep - 1 411 um -11.6 cm 1.98 cm 1.23 MeV 3.02 keV 297 um 297 um World eIoni - 2 406 um -11.8 cm 1.97 cm 18.4 MeV 185 eV 1.72 mm 2.01 mm World eIoni - 3 555 um -16.5 cm 1.99 cm 496 MeV 8.59 keV 4.78 cm 4.98 cm World eIoni - 4 509 um -20 cm 2 cm 841 MeV 7.45 keV 3.45 cm 8.43 cm OutOfWorldTransportation + 0 7.75 um -4.14 mm 6.09 mm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 3.89 um -4.17 mm 6.09 mm 313 keV 1.31 keV 79.1 um 79.1 um World eIoni + 2 4.05 mm -19.3 cm -61.1 um 1.88 GeV 45.5 keV 21.7 cm 21.7 cm WorldTransportation + 3 5.87 mm -20 cm -8.12 mm 1.96 GeV 2.89 keV 1.11 cm 22.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 555 um -16.5 cm 1.99 cm 5.2 keV 0 eV 0 fm 0 fm World initStep - 1 541 um -16.6 cm 1.99 cm 3.23 MeV 5.2 keV 765 um 765 um World eIoni - 2 538 um -16.7 cm 1.99 cm 16 MeV 102 eV 1.28 mm 2.04 mm World eIoni - 3 535 um -20 cm 1.99 cm 345 MeV 4.69 keV 3.29 cm 3.5 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.4 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4204,76 +4146,89 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 76.7 um -8.56 cm 1.84 cm 906 MeV 16.9 keV 9.05 cm 9.05 cm World eIoni - 2 101 um -10.4 cm 1.94 cm 1.09 GeV 5.71 keV 1.85 cm 10.9 cm World eIoni - 3 136 um -14.2 cm 2.09 cm 1.47 GeV 5.86 keV 3.78 cm 14.7 cm World eIoni - 4 149 um -15.8 cm 2.15 cm 1.63 GeV 5.69 keV 1.59 cm 16.3 cm World eIoni - 5 178 um -20 cm 2.27 cm 2.05 GeV 12.1 keV 4.23 cm 20.5 cm OutOfWorldTransportation + 1 180 um -12.4 cm 1.93 cm 1.29 GeV 24.7 keV 12.9 cm 12.9 cm World eIoni + 2 201 um -13.8 cm 1.98 cm 1.42 GeV 3.25 keV 1.39 cm 14.2 cm World eIoni + 3 277 um -20 cm 2.16 cm 2.05 GeV 13.3 keV 6.25 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 149 um -15.8 cm 2.15 cm 2.4 keV 0 eV 0 fm 0 fm World initStep - 1 142 um -15.8 cm 2.15 cm 828 keV 2.4 keV 202 um 202 um World eIoni - 2 140 um -16.2 cm 2.14 cm 45.8 MeV 440 eV 4.5 mm 4.71 mm World eIoni - 3 -91.4 um -19.5 cm 2.11 cm 371 MeV 7.61 keV 3.26 cm 3.73 cm World eIoni - 4 -106 um -20 cm 2.11 cm 422 MeV 358 eV 5.1 mm 4.24 cm OutOfWorldTransportation + 0 201 um -13.8 cm 1.98 cm 1.95 keV 0 eV 0 fm 0 fm World initStep + 1 195 um -13.8 cm 1.98 cm 583 keV 1.95 keV 144 um 144 um World eIoni + 2 167 um -20 cm 1.98 cm 625 MeV 8.95 keV 6.34 cm 6.35 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -91.4 um -19.5 cm 2.11 cm 2.08 keV 0 eV 0 fm 0 fm World initStep - 1 -89.2 um -19.5 cm 2.11 cm 650 keV 2.08 keV 160 um 160 um World eIoni - 2 -83.3 um -20 cm 2.11 cm 51 MeV 320 eV 5.04 mm 5.2 mm OutOfWorldTransportation + 0 180 um -12.4 cm 1.93 cm 1.52 keV 0 eV 0 fm 0 fm World initStep + 1 184 um -12.4 cm 1.94 cm 402 keV 1.52 keV 99 um 99 um World eIoni + 2 204 um -20 cm 1.94 cm 764 MeV 12.6 keV 7.9 cm 7.91 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 140 um -16.2 cm 2.14 cm 4.1 keV 0 eV 0 fm 0 fm World initStep - 1 148 um -16.2 cm 2.14 cm 548 keV 0 eV 60.8 um 60.8 um World eIoni - 2 -53.4 um -20 cm 2.16 cm 377 MeV 6.13 keV 3.8 cm 3.8 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 78.1 um -7.14 cm 1.74 cm 764 MeV 13.4 keV 7.63 cm 7.63 cm World eIoni + 2 99 um -7.83 cm 1.79 cm 834 MeV 1.19 keV 6.98 mm 8.33 cm World eIoni + 3 200 um -12.4 cm 2.03 cm 1.29 GeV 9.8 keV 4.57 cm 12.9 cm World eIoni + 4 310 um -20 cm 2.29 cm 2.05 GeV 15.9 keV 7.6 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 148 um -16.2 cm 2.14 cm 1.92 keV 0 eV 0 fm 0 fm World initStep - 1 143 um -16.2 cm 2.13 cm 569 keV 1.92 keV 141 um 141 um World eIoni - 2 119 um -20 cm 2.13 cm 376 MeV 5.03 keV 3.79 cm 3.8 cm OutOfWorldTransportation + 0 200 um -12.4 cm 2.03 cm 2.21 keV 0 eV 0 fm 0 fm World initStep + 1 201 um -12.4 cm 2.03 cm 720 keV 2.21 keV 177 um 177 um World eIoni + 2 217 um -12.5 cm 2.03 cm 11.6 MeV 20.5 eV 1.09 mm 1.26 mm World eIoni + 3 325 um -20 cm 2.03 cm 760 MeV 13.8 keV 7.48 cm 7.61 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 136 um -14.2 cm 2.09 cm 1.45 keV 0 eV 0 fm 0 fm World initStep - 1 133 um -14.2 cm 2.09 cm 368 keV 1.45 keV 91.4 um 91.4 um World eIoni - 2 114 um -20 cm 2.09 cm 581 MeV 8.6 keV 5.98 cm 5.99 cm OutOfWorldTransportation + 0 99 um -7.83 cm 1.79 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 95.6 um -7.84 cm 1.79 cm 291 keV 1.26 keV 74.2 um 74.2 um World eIoni + 2 71.2 um -20 cm 1.79 cm 1.22 GeV 23.5 keV 13.4 cm 13.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 101 um -10.4 cm 1.94 cm 1.48 keV 0 eV 0 fm 0 fm World initStep - 1 104 um -10.4 cm 1.94 cm 385 keV 1.48 keV 95.1 um 95.1 um World eIoni - 2 122 um -20 cm 1.94 cm 959 MeV 21.3 keV 10 cm 10 cm OutOfWorldTransportation + 0 78.1 um -7.14 cm 1.74 cm 3.47 keV 0 eV 0 fm 0 fm World initStep + 1 86 um -7.15 cm 1.74 cm 1.58 MeV 3.47 keV 378 um 378 um World eIoni + 2 91 um -7.19 cm 1.74 cm 4.88 MeV 0 eV 331 um 708 um World eIoni + 3 116 um -8.8 cm 1.76 cm 166 MeV 1.3 keV 1.62 cm 1.69 cm World eIoni + 4 83.6 um -20 cm 1.78 cm 1.29 GeV 19 keV 11.2 cm 12.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 116 um -8.8 cm 1.76 cm 3.45 keV 0 eV 0 fm 0 fm World initStep + 1 106 um -8.82 cm 1.76 cm 1.56 MeV 3.45 keV 374 um 374 um World eIoni + 2 104 um -8.83 cm 1.76 cm 2.37 MeV 0 eV 80.6 um 454 um World eIoni + 3 -871 um -12.5 cm 1.83 cm 369 MeV 9.56 keV 3.67 cm 3.72 cm World eIoni + 4 -3.39 mm -20 cm 2 cm 1.12 GeV 16.5 keV 7.51 cm 11.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.7 um -8.56 cm 1.84 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 73.3 um -8.56 cm 1.84 cm 318 keV 1.33 keV 80.2 um 80.2 um World eIoni - 2 50.3 um -20 cm 1.84 cm 1.14 GeV 20.1 keV 12.4 cm 12.4 cm OutOfWorldTransportation + 0 -871 um -12.5 cm 1.83 cm 4.25 keV 0 eV 0 fm 0 fm World initStep + 1 -870 um -12.5 cm 1.83 cm 2.25 MeV 4.25 keV 537 um 537 um World eIoni + 2 -870 um -12.5 cm 1.83 cm 4.49 MeV 0 eV 223 um 760 um World eIoni + 3 -873 um -20 cm 1.83 cm 750 MeV 11.1 keV 7.46 cm 7.54 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4281,47 +4236,51 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 999 um -19.1 cm 2.2 cm 1.96 GeV 42.2 keV 19.6 cm 19.6 cm World eIoni - 2 1.02 mm -20 cm 2.21 cm 2.05 GeV 2.18 keV 9.33 mm 20.5 cm OutOfWorldTransportation + 1 75.7 um -5.3 cm 1.6 cm 580 MeV 14.8 keV 5.78 cm 5.78 cm World eIoni + 2 103 um -8.38 cm 1.83 cm 888 MeV 5.6 keV 3.09 cm 8.87 cm World eIoni + 3 117 um -10.5 cm 1.95 cm 1.1 GeV 4.37 keV 2.15 cm 11 cm World eIoni + 4 137 um -14.4 cm 2.11 cm 1.49 GeV 6.56 keV 3.84 cm 14.9 cm World eIoni + 5 155 um -20 cm 2.28 cm 2.05 GeV 9.52 keV 5.64 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 999 um -19.1 cm 2.2 cm 2.46 keV 0 eV 0 fm 0 fm World initStep - 1 1.01 mm -19.1 cm 2.2 cm 862 keV 2.46 keV 210 um 210 um World eIoni - 2 1.01 mm -19.1 cm 2.2 cm 1.75 MeV 0 eV 89.2 um 299 um World eIoni - 3 1.02 mm -20 cm 2.2 cm 93.3 MeV 1.54 keV 9.16 mm 9.46 mm OutOfWorldTransportation + 0 137 um -14.4 cm 2.11 cm 16 keV 0 eV 0 fm 0 fm World initStep + 1 168 um -14.5 cm 2.11 cm 18.8 MeV 6.97 keV 2.63 mm 2.63 mm World eIoni + 2 -81.6 um -14.6 cm 2.09 cm 26.8 MeV 634 eV 890 um 3.52 mm World eIoni + 3 -2.06 mm -20 cm 1.87 cm 564 MeV 8.66 keV 5.39 cm 5.74 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -19.8 um -1.07 cm 9.11 mm 157 MeV 2.14 keV 1.49 cm 1.49 cm World eIoni - 2 -70.4 um -18.2 cm 2.16 cm 1.87 GeV 37.1 keV 17.2 cm 18.7 cm World eIoni - 3 -53.1 um -20 cm 2.21 cm 2.05 GeV 5.41 keV 1.84 cm 20.5 cm OutOfWorldTransportation + 0 117 um -10.5 cm 1.95 cm 1.73 keV 0 eV 0 fm 0 fm World initStep + 1 113 um -10.5 cm 1.95 cm 481 keV 1.73 keV 120 um 120 um World eIoni + 2 -4.84 mm -14.8 cm 2.12 cm 430 MeV 7.03 keV 4.36 cm 4.37 cm World eBrem + 3 -8.74 mm -20 cm 2.18 cm 946 MeV 9.65 keV 5.17 cm 9.54 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -70.4 um -18.2 cm 2.16 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 -68.3 um -18.2 cm 2.16 cm 322 keV 1.34 keV 81.1 um 81.1 um World eIoni - 2 -57.8 um -20 cm 2.16 cm 184 MeV 3.22 keV 1.85 cm 1.86 cm OutOfWorldTransportation + 0 103 um -8.38 cm 1.83 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 103 um -8.38 cm 1.83 cm 229 keV 1.09 keV 60.1 um 60.1 um World eIoni + 2 -761 um -19.9 cm 1.82 cm 1.15 GeV 27.6 keV 13.3 cm 13.3 cm World eIoni + 3 -1.17 mm -20 cm 1.81 cm 1.16 GeV 27.3 eV 967 um 13.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.8 um -1.07 cm 9.11 mm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 -16.5 um -1.07 cm 9.11 mm 259 keV 1.17 keV 66.9 um 66.9 um World eIoni - 2 4.23 cm -15.1 cm -1.54 cm 1.4 GeV 40.8 keV 16.2 cm 16.2 cm World eIoni - 3 7.74 cm -18.4 cm -3.08 cm 1.74 GeV 9.88 keV 5.12 cm 21.3 cm OutOfWorldTransportation + 0 75.7 um -5.3 cm 1.6 cm 2.36 keV 0 eV 0 fm 0 fm World initStep + 1 83.2 um -5.31 cm 1.6 cm 805 keV 2.36 keV 197 um 197 um World eIoni + 2 89.3 um -5.9 cm 1.58 cm 60.4 MeV 1.43 keV 5.96 mm 6.16 mm World eIoni + 3 -95.1 um -20 cm 1.47 cm 1.47 GeV 22.3 keV 14.1 cm 14.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4329,146 +4288,159 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 57.1 um -4.09 cm 1.45 cm 459 MeV 7.82 keV 4.57 cm 4.57 cm World eIoni - 2 64.2 um -4.78 cm 1.52 cm 528 MeV 987 eV 6.92 mm 5.26 cm World eIoni - 3 87.3 um -9.95 cm 1.87 cm 1.05 GeV 11.1 keV 5.18 cm 10.4 cm World eIoni - 4 -168 um -20 cm 2.23 cm 2.05 GeV 24.9 keV 10.1 cm 20.5 cm OutOfWorldTransportation + 1 29.8 um -4.61 cm 1.51 cm 511 MeV 9.27 keV 5.09 cm 5.09 cm World eIoni + 2 27.2 um -5.89 cm 1.61 cm 639 MeV 1.61 keV 1.29 cm 6.38 cm World eIoni + 3 -32.6 um -18.2 cm 2.14 cm 1.87 GeV 28.7 keV 12.3 cm 18.7 cm World eIoni + 4 -42 um -19.5 cm 2.17 cm 2 GeV 2.29 keV 1.36 cm 20 cm World eIoni + 5 -44.9 um -20 cm 2.18 cm 2.05 GeV 1.86 keV 4.53 mm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -42 um -19.5 cm 2.17 cm 1.66 keV 0 eV 0 fm 0 fm World initStep + 1 -47.1 um -19.6 cm 2.17 cm 466 keV 1.66 keV 113 um 113 um World eIoni + 2 -63.1 um -20 cm 2.17 cm 45.3 MeV 1.4 keV 4.49 mm 4.61 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 87.3 um -9.95 cm 1.87 cm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 84.5 um -9.96 cm 1.87 cm 405 keV 1.53 keV 99.7 um 99.7 um World eIoni - 2 67.8 um -20 cm 1.86 cm 1 GeV 15 keV 10.5 cm 10.5 cm OutOfWorldTransportation + 0 -32.6 um -18.2 cm 2.14 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 -31.2 um -18.2 cm 2.14 cm 250 keV 1.15 keV 64.8 um 64.8 um World eIoni + 2 -22.8 um -20 cm 2.13 cm 181 MeV 2.35 keV 1.84 cm 1.85 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 64.2 um -4.78 cm 1.52 cm 8.58 keV 0 eV 0 fm 0 fm World initStep - 1 96.6 um -4.86 cm 1.52 cm 7.86 MeV 4.95 keV 1.55 mm 1.55 mm World eIoni - 2 1.09 mm -5.42 cm 1.75 cm 63.9 MeV 579 eV 6.68 mm 8.23 mm World eIoni - 3 2.37 mm -19 cm 1.94 cm 1.42 GeV 25.6 keV 13.6 cm 14.4 cm World eIoni - 4 2.4 mm -20 cm 1.95 cm 1.52 GeV 1.22 keV 9.93 mm 15.4 cm OutOfWorldTransportation + 0 27.2 um -5.89 cm 1.61 cm 2.3 keV 0 eV 0 fm 0 fm World initStep + 1 28.5 um -5.9 cm 1.62 cm 770 keV 2.3 keV 188 um 188 um World eIoni + 2 52.8 um -6.08 cm 1.62 cm 18.8 MeV 236 eV 1.81 mm 2 mm World eIoni + 3 161 um -8.92 cm 1.64 cm 303 MeV 4.99 keV 2.84 cm 3.04 cm World eIoni + 4 175 um -9.69 cm 1.64 cm 380 MeV 1.06 keV 7.66 mm 3.81 cm World eIoni + 5 251 um -15.9 cm 1.65 cm 1 GeV 12.6 keV 6.25 cm 10.1 cm World eIoni + 6 282 um -18.7 cm 1.65 cm 1.28 GeV 2.37 keV 2.76 cm 12.8 cm World eIoni + 7 296 um -20 cm 1.66 cm 1.41 GeV 2.76 keV 1.3 cm 14.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 mm -19 cm 1.94 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 2.37 mm -19 cm 1.94 cm 322 keV 1.34 keV 81.1 um 81.1 um World eIoni - 2 2.35 mm -20 cm 1.94 cm 99.4 MeV 1.93 keV 9.96 mm 1 cm OutOfWorldTransportation + 0 282 um -18.7 cm 1.65 cm 2.57 keV 0 eV 0 fm 0 fm World initStep + 1 289 um -18.7 cm 1.65 cm 934 keV 2.57 keV 227 um 227 um World eIoni + 2 449 um -20 cm 1.67 cm 127 MeV 1.7 keV 1.26 cm 1.29 cm World eIoni + 3 454 um -20 cm 1.68 cm 130 MeV 93.6 eV 260 um 1.31 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 57.1 um -4.09 cm 1.45 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 53.3 um -4.1 cm 1.45 cm 319 keV 1.33 keV 80.4 um 80.4 um World eIoni - 2 26.4 um -20 cm 1.46 cm 1.59 GeV 30.9 keV 17.8 cm 17.8 cm OutOfWorldTransportation + 0 251 um -15.9 cm 1.65 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 252 um -15.9 cm 1.65 cm 247 keV 1.14 keV 64.3 um 64.3 um World eIoni + 2 255 um -20 cm 1.65 cm 406 MeV 7.43 keV 4.22 cm 4.22 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -87.9 um -5.35 cm 1.57 cm 585 MeV 10.1 keV 5.83 cm 5.83 cm World eIoni - 2 -117 um -20 cm 2.19 cm 2.05 GeV 29.9 keV 14.7 cm 20.5 cm OutOfWorldTransportation + 0 175 um -9.69 cm 1.64 cm 2.12 keV 0 eV 0 fm 0 fm World initStep + 1 174 um -9.7 cm 1.64 cm 670 keV 2.12 keV 165 um 165 um World eIoni + 2 -1.62 mm -12.3 cm 1.59 cm 257 MeV 3.92 keV 2.58 cm 2.6 cm World eIoni + 3 -4.88 mm -15.4 cm 1.52 cm 571 MeV 4.04 keV 3.16 cm 5.75 cm World eIoni + 4 -7.28 mm -20 cm 1.46 cm 1.03 GeV 8.38 keV 4.59 cm 10.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -87.9 um -5.35 cm 1.57 cm 1.39 keV 0 eV 0 fm 0 fm World initStep - 1 -90.7 um -5.35 cm 1.57 cm 344 keV 1.39 keV 86 um 86 um World eIoni - 2 -109 um -20 cm 1.57 cm 1.46 GeV 33.7 keV 16 cm 16 cm OutOfWorldTransportation + 0 -4.88 mm -15.4 cm 1.52 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 -4.88 mm -15.4 cm 1.52 cm 312 keV 1.31 keV 78.8 um 78.8 um World eIoni + 2 -4.86 mm -20 cm 1.52 cm 459 MeV 6.94 keV 4.73 cm 4.74 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 42.9 um -3.64 cm 1.42 cm 414 MeV 7.82 keV 4.11 cm 4.11 cm World eIoni - 2 -96.2 um -10.9 cm 1.95 cm 1.14 GeV 13.2 keV 7.29 cm 11.4 cm World eIoni - 3 -165 um -17 cm 2.17 cm 1.75 GeV 11.9 keV 6.13 cm 17.5 cm World eIoni - 4 -175 um -18.1 cm 2.2 cm 1.86 GeV 1.5 keV 1.04 cm 18.6 cm World eIoni - 5 -191 um -20 cm 2.25 cm 2.05 GeV 4.51 keV 1.92 cm 20.5 cm OutOfWorldTransportation + 0 161 um -8.92 cm 1.64 cm 7.28 keV 0 eV 0 fm 0 fm World initStep + 1 188 um -8.98 cm 1.64 cm 5.77 MeV 3.74 keV 1.09 mm 1.09 mm World eIoni + 2 -1.34 mm -18.6 cm 1.48 cm 966 MeV 16.8 keV 9.64 cm 9.75 cm World eIoni + 3 -1.54 mm -20 cm 1.5 cm 1.11 GeV 5.93 keV 1.42 cm 11.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -175 um -18.1 cm 2.2 cm 3.95 keV 0 eV 0 fm 0 fm World initStep - 1 -189 um -18.1 cm 2.2 cm 1.98 MeV 3.95 keV 473 um 473 um World eIoni - 2 -194 um -18.8 cm 2.19 cm 69.9 MeV 706 eV 6.79 mm 7.26 mm World eIoni - 3 -179 um -20 cm 2.14 cm 192 MeV 2.22 keV 1.23 cm 1.95 cm OutOfWorldTransportation + 0 -1.34 mm -18.6 cm 1.48 cm 10.6 keV 0 eV 0 fm 0 fm World initStep + 1 -1.33 mm -18.7 cm 1.48 cm 11 MeV 4.5 keV 1.87 mm 1.87 mm World eIoni + 2 -2.37 mm -18.8 cm 1.56 cm 26.4 MeV 335 eV 2.09 mm 3.96 mm World eIoni + 3 -3.83 mm -20 cm 1.67 cm 141 MeV 2.85 keV 1.17 cm 1.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -165 um -17 cm 2.17 cm 2.66 keV 0 eV 0 fm 0 fm World initStep - 1 -160 um -17 cm 2.17 cm 304 keV 213 eV 34.1 um 34.1 um World eIoni - 2 -74.8 um -17.5 cm 2.19 cm 46.3 MeV 657 eV 4.61 mm 4.64 mm World eIoni - 3 50 um -19.7 cm 2.22 cm 265 MeV 4.45 keV 2.19 cm 2.65 cm World eIoni - 4 63.4 um -20 cm 2.22 cm 297 MeV 326 eV 3.17 mm 2.97 cm OutOfWorldTransportation + 0 29.8 um -4.61 cm 1.51 cm 1.7 keV 0 eV 0 fm 0 fm World initStep + 1 30.6 um -4.61 cm 1.5 cm 483 keV 1.7 keV 117 um 117 um World eIoni + 2 35.6 um -20 cm 1.5 cm 1.54 GeV 28.5 keV 16.2 cm 16.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 50 um -19.7 cm 2.22 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 48.1 um -19.7 cm 2.22 cm 277 keV 1.22 keV 71 um 71 um World eIoni - 2 40.9 um -20 cm 2.22 cm 31.7 MeV 234 eV 3.15 mm 3.22 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -222 um -9.03 cm 1.86 cm 954 MeV 17.1 keV 9.53 cm 9.53 cm World eIoni + 2 -340 um -20 cm 2.26 cm 2.05 GeV 21.1 keV 11 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -74.8 um -17.5 cm 2.19 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 -77.2 um -17.5 cm 2.19 cm 228 keV 1.09 keV 59.9 um 59.9 um World eIoni - 2 -93.4 um -20 cm 2.19 cm 250 MeV 3.71 keV 2.57 cm 2.57 cm OutOfWorldTransportation + 0 -222 um -9.03 cm 1.86 cm 2.25 keV 0 eV 0 fm 0 fm World initStep + 1 -215 um -9.04 cm 1.86 cm 744 keV 2.25 keV 182 um 182 um World eIoni + 2 1.84 mm -12.4 cm 2.03 cm 340 MeV 5.3 keV 3.41 cm 3.43 cm World eIoni + 3 4.76 mm -19.6 cm 2.12 cm 1.05 GeV 14.8 keV 7.15 cm 10.6 cm World eIoni + 4 4.86 mm -20 cm 2.12 cm 1.1 GeV 329 eV 4.21 mm 11 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -96.2 um -10.9 cm 1.95 cm 3.16 keV 0 eV 0 fm 0 fm World initStep - 1 -107 um -10.9 cm 1.95 cm 1.34 MeV 3.16 keV 321 um 321 um World eIoni - 2 -112 um -10.9 cm 1.95 cm 3.8 MeV 0 eV 246 um 568 um World eIoni - 3 180 um -12.9 cm 1.95 cm 201 MeV 3.4 keV 1.98 cm 2.03 cm World eIoni - 4 483 um -20 cm 1.94 cm 909 MeV 12.4 keV 7.08 cm 9.11 cm OutOfWorldTransportation + 0 4.76 mm -19.6 cm 2.12 cm 3.34 keV 0 eV 0 fm 0 fm World initStep + 1 4.76 mm -19.6 cm 2.11 cm 1.47 MeV 3.34 keV 353 um 353 um World eIoni + 2 4.71 mm -19.9 cm 2.12 cm 35.5 MeV 59 eV 3.4 mm 3.75 mm World eIoni + 3 4.7 mm -20 cm 2.12 cm 42.1 MeV 143 eV 661 um 4.41 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 180 um -12.9 cm 1.95 cm 1.16 keV 0 eV 0 fm 0 fm World initStep - 1 177 um -12.9 cm 1.95 cm 254 keV 1.16 keV 65.7 um 65.7 um World eIoni - 2 158 um -20 cm 1.95 cm 708 MeV 15.8 keV 7.57 cm 7.58 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 8.23 um -13.6 cm 1.97 cm 1.41 GeV 24.2 keV 14.1 cm 14.1 cm World eIoni + 2 28.7 um -20 cm 2.15 cm 2.05 GeV 10 keV 6.44 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 42.9 um -3.64 cm 1.42 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 44.7 um -3.64 cm 1.42 cm 335 keV 1.37 keV 84.1 um 84.1 um World eIoni - 2 56.9 um -20 cm 1.42 cm 1.64 GeV 37.5 keV 18.2 cm 18.2 cm OutOfWorldTransportation + 0 8.23 um -13.6 cm 1.97 cm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 8.96 um -13.6 cm 1.97 cm 206 keV 1.02 keV 54.8 um 54.8 um World eIoni + 2 14.9 um -20 cm 1.97 cm 643 MeV 15 keV 7.04 cm 7.04 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4476,50 +4448,55 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 245 um -7.68 cm 1.75 cm 818 MeV 16.3 keV 8.17 cm 8.17 cm World eIoni - 2 302 um -8.42 cm 1.79 cm 892 MeV 1.31 keV 7.41 mm 8.91 cm World eIoni - 3 337 um -8.92 cm 1.81 cm 942 MeV 1.06 keV 5.03 mm 9.42 cm World eIoni - 4 658 um -14.9 cm 2.04 cm 1.54 GeV 11.6 keV 5.97 cm 15.4 cm World eIoni - 5 850 um -20 cm 2.17 cm 2.05 GeV 13 keV 5.11 cm 20.5 cm OutOfWorldTransportation + 1 -91 um -3.49 cm 1.39 cm 399 MeV 6.77 keV 3.96 cm 3.96 cm World eIoni + 2 -113 um -11.3 cm 1.94 cm 1.18 GeV 13.9 keV 7.87 cm 11.8 cm World eIoni + 3 -103 um -20 cm 2.21 cm 2.05 GeV 17.1 keV 8.67 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 658 um -14.9 cm 2.04 cm 1 keV 0 eV 0 fm 0 fm World initStep - 1 660 um -14.9 cm 2.04 cm 200 keV 1 keV 53.4 um 53.4 um World eIoni - 2 682 um -20 cm 2.04 cm 511 MeV 10.1 keV 5.49 cm 5.5 cm OutOfWorldTransportation + 0 -113 um -11.3 cm 1.94 cm 10.2 keV 0 eV 0 fm 0 fm World initStep + 1 -147 um -11.4 cm 1.94 cm 10.3 MeV 5.06 keV 1.8 mm 1.8 mm World eIoni + 2 583 um -12 cm 1.72 cm 63 MeV 603 eV 5.96 mm 7.76 mm World eIoni + 3 1.44 mm -20 cm 1.46 cm 867 MeV 15.6 keV 8.04 cm 8.82 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 337 um -8.92 cm 1.81 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 335 um -8.93 cm 1.81 cm 224 keV 1.07 keV 59 um 59 um World eIoni - 2 315 um -20 cm 1.81 cm 1.11 GeV 30.2 keV 12.8 cm 12.8 cm OutOfWorldTransportation + 0 -91 um -3.49 cm 1.39 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 -88.2 um -3.49 cm 1.39 cm 378 keV 1.47 keV 93.5 um 93.5 um World eIoni + 2 -69.6 um -20 cm 1.39 cm 1.65 GeV 34.8 keV 18 cm 18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 37.8 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 302 um -8.42 cm 1.79 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 298 um -8.43 cm 1.79 cm 273 keV 1.21 keV 70 um 70 um World eIoni - 2 273 um -20 cm 1.78 cm 1.16 GeV 22.2 keV 12.8 cm 12.8 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 219 um -16.1 cm 2.04 cm 1.66 GeV 30.1 keV 16.6 cm 16.6 cm World eIoni + 2 282 um -20 cm 2.14 cm 2.05 GeV 7.23 keV 3.89 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 245 um -7.68 cm 1.75 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 246 um -7.68 cm 1.75 cm 208 keV 1.03 keV 55.2 um 55.2 um World eIoni - 2 2.38 cm -17.5 cm 2.35 cm 986 MeV 17.9 keV 11.4 cm 11.4 cm World eIoni - 3 3.29 cm -18.5 cm 2.32 cm 1.08 GeV 2.51 keV 1.29 cm 12.7 cm WorldTransportation - 4 4.03 cm -19.3 cm 2.3 cm 1.16 GeV 2.13 keV 1.15 cm 13.8 cm WorldTransportation - 5 4.21 cm -19.6 cm 2.29 cm 1.19 GeV 392 eV 2.84 mm 14.1 cm OutOfWorldTransportation + 0 219 um -16.1 cm 2.04 cm 3.86 keV 0 eV 0 fm 0 fm World initStep + 1 227 um -16.1 cm 2.04 cm 1.9 MeV 3.86 keV 453 um 453 um World eIoni + 2 244 um -16.3 cm 2.04 cm 18.6 MeV 137 eV 1.67 mm 2.13 mm World eIoni + 3 295 um -20 cm 2.05 cm 389 MeV 7.99 keV 3.71 cm 3.92 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4527,56 +4504,58 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -431 um -12.6 cm 1.96 cm 1.31 GeV 22.6 keV 13.1 cm 13.1 cm World eIoni - 2 -498 um -14.2 cm 2.02 cm 1.47 GeV 3.38 keV 1.6 cm 14.7 cm World eIoni - 3 -689 um -20 cm 2.18 cm 2.05 GeV 12.4 keV 5.84 cm 20.5 cm OutOfWorldTransportation + 1 557 nm -1.24 mm 3.47 mm 62.4 MeV 219 eV 3.75 mm 3.75 mm World eIoni + 2 288 um -12.3 cm 2.01 cm 1.28 GeV 19.8 keV 12.4 cm 12.8 cm World eIoni + 3 286 um -13.6 cm 2.06 cm 1.41 GeV 3.73 keV 1.28 cm 14.1 cm World eIoni + 4 272 um -20 cm 2.26 cm 2.05 GeV 13.2 keV 6.44 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -498 um -14.2 cm 2.02 cm 6.53 keV 0 eV 0 fm 0 fm World initStep - 1 -505 um -14.2 cm 2.02 cm 277 keV 73.5 eV 29.4 um 29.4 um World eIoni - 2 -6.48 mm -18.1 cm 2.44 cm 397 MeV 8.97 keV 4.09 cm 4.09 cm World eIoni - 3 -5.01 mm -19.7 cm 2.64 cm 559 MeV 4.74 keV 1.64 cm 5.73 cm World eIoni - 4 -4.83 mm -20 cm 2.67 cm 584 MeV 436 eV 2.5 mm 5.98 cm OutOfWorldTransportation + 0 286 um -13.6 cm 2.06 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 288 um -13.6 cm 2.06 cm 227 keV 1.08 keV 59.7 um 59.7 um World eIoni + 2 307 um -20 cm 2.06 cm 644 MeV 15.3 keV 6.94 cm 6.95 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.01 mm -19.7 cm 2.64 cm 1.28 keV 0 eV 0 fm 0 fm World initStep - 1 -5.01 mm -19.7 cm 2.64 cm 302 keV 1.28 keV 76.5 um 76.5 um World eIoni - 2 -5 mm -20 cm 2.64 cm 24.8 MeV 422 eV 2.45 mm 2.53 mm OutOfWorldTransportation + 0 288 um -12.3 cm 2.01 cm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 289 um -12.3 cm 2.01 cm 204 keV 1.02 keV 54.3 um 54.3 um World eIoni + 2 295 um -20 cm 2.01 cm 772 MeV 21 keV 8.64 cm 8.65 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -431 um -12.6 cm 1.96 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 -433 um -12.6 cm 1.96 cm 222 keV 1.07 keV 58.5 um 58.5 um World eIoni - 2 -444 um -20 cm 1.96 cm 744 MeV 21.2 keV 8.15 cm 8.16 cm OutOfWorldTransportation + 0 557 nm -1.24 mm 3.47 mm 2.86 keV 0 eV 0 fm 0 fm World initStep + 1 1.37 um -1.35 mm 3.47 mm 1.13 MeV 2.86 keV 271 um 271 um World eIoni + 2 -70.7 um -5.26 mm 3.45 mm 40.2 MeV 616 eV 3.91 mm 4.18 mm World eIoni + 3 -413 um -16.6 cm 4.11 mm 1.64 GeV 30.8 keV 16 cm 16.5 cm World eIoni + 4 -437 um -18.3 cm 4.09 mm 1.82 GeV 2.97 keV 1.73 cm 18.2 cm World eIoni + 5 -457 um -20 cm 4.07 mm 1.99 GeV 2.57 keV 1.71 cm 19.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -217 um -15.4 cm 2.02 cm 1.59 GeV 32.3 keV 15.9 cm 15.9 cm World eIoni - 2 -280 um -20 cm 2.14 cm 2.05 GeV 10.9 keV 4.62 cm 20.5 cm OutOfWorldTransportation + 0 -437 um -18.3 cm 4.09 mm 10.1 keV 0 eV 0 fm 0 fm World initStep + 1 -461 um -18.3 cm 4.1 mm 3.04 MeV 558 eV 336 um 336 um World eIoni + 2 -610 um -20 cm 4.42 mm 171 MeV 1.77 keV 1.69 cm 1.72 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -217 um -15.4 cm 2.02 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 -218 um -15.4 cm 2.02 cm 261 keV 1.18 keV 67.4 um 67.4 um World eIoni - 2 -226 um -20 cm 2.02 cm 461 MeV 6.5 keV 4.8 cm 4.81 cm OutOfWorldTransportation + 0 -413 um -16.6 cm 4.11 mm 21.7 keV 0 eV 0 fm 0 fm World initStep + 1 -455 um -16.7 cm 4.07 mm 11.4 MeV 2.1 keV 1.25 mm 1.25 mm World eIoni + 2 -466 um -20 cm 4.18 mm 344 MeV 8.75 keV 3.33 cm 3.45 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4584,31 +4563,18 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -191 um -6.68 cm 1.7 cm 718 MeV 14.9 keV 7.17 cm 7.17 cm World eIoni - 2 -350 um -18 cm 2.21 cm 1.85 GeV 24.6 keV 11.3 cm 18.5 cm World eIoni - 3 -365 um -20 cm 2.26 cm 2.05 GeV 4.23 keV 2.01 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -350 um -18 cm 2.21 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 -346 um -18 cm 2.21 cm 479 keV 1.72 keV 119 um 119 um World eIoni - 2 -329 um -20 cm 2.2 cm 201 MeV 5.08 keV 2.02 cm 2.03 cm OutOfWorldTransportation + 1 356 um -10.5 cm 1.93 cm 1.1 GeV 21.6 keV 11 cm 11 cm World eIoni + 2 1.07 mm -20 cm 2.27 cm 2.05 GeV 16.9 keV 9.48 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -191 um -6.68 cm 1.7 cm 1e+03 eV 0 eV 0 fm 0 fm World initStep - 1 -188 um -6.68 cm 1.7 cm 199 keV 1e+03 eV 53.1 um 53.1 um World eIoni - 2 -2.71 cm -15.9 cm -1.12 cm 918 MeV 21.2 keV 10.6 cm 10.6 cm World eIoni - 3 -2.81 cm -17.2 cm -1.35 cm 1.06 GeV 2.14 keV 1.4 cm 12 cm WorldTransportation - 4 -2.89 cm -18.5 cm -1.53 cm 1.18 GeV 1.65 keV 1.26 cm 13.3 cm WorldTransportation - 5 -2.96 cm -19.6 cm -1.68 cm 1.29 GeV 2.02 keV 1.13 cm 14.4 cm WorldTransportation - 6 -2.97 cm -19.8 cm -1.7 cm 1.31 GeV 72.6 eV 1.87 mm 14.6 cm OutOfWorldTransportation + 0 356 um -10.5 cm 1.93 cm 2.22 keV 0 eV 0 fm 0 fm World initStep + 1 363 um -10.5 cm 1.93 cm 727 keV 2.22 keV 178 um 178 um World eIoni + 2 380 um -10.9 cm 1.94 cm 32.5 MeV 314 eV 3.18 mm 3.36 mm World eIoni + 3 387 um -20 cm 1.97 cm 947 MeV 14.5 keV 9.15 cm 9.48 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4616,71 +4582,66 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -8.15 um -7.51 mm 7.87 mm 125 MeV 2.99 keV 1.15 cm 1.15 cm World eIoni - 2 -40 um -4.83 cm 1.54 cm 533 MeV 6 keV 4.16 cm 5.31 cm World eIoni - 3 -119 um -15.6 cm 2.12 cm 1.61 GeV 18.9 keV 10.8 cm 16.1 cm World eIoni - 4 -122 um -16.4 cm 2.14 cm 1.69 GeV 1.75 keV 8.3 mm 16.9 cm World eIoni - 5 -135 um -20 cm 2.25 cm 2.05 GeV 5.6 keV 3.55 cm 20.5 cm OutOfWorldTransportation + 1 0 fm -20 cm 2.22 cm 2.05 GeV 36.2 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -122 um -16.4 cm 2.14 cm 6.97 keV 0 eV 0 fm 0 fm World initStep - 1 -109 um -16.5 cm 2.14 cm 5.47 MeV 6.97 keV 1.24 mm 1.24 mm World eIoni - 2 896 um -17.5 cm 2.01 cm 108 MeV 1.11 keV 1.05 cm 1.18 cm World eIoni - 3 1.28 mm -20 cm 1.96 cm 355 MeV 5.1 keV 2.47 cm 3.65 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 27.3 um -1.57 cm 1.05 cm 207 MeV 1.15 keV 2.01 cm 2.01 cm World eIoni + 2 -14.5 um -10.2 cm 1.89 cm 1.07 GeV 18.9 keV 8.66 cm 10.7 cm World eIoni + 3 -15.1 um -10.3 cm 1.9 cm 1.08 GeV 157 eV 1.43 mm 10.8 cm World eIoni + 4 -46.9 um -20 cm 2.22 cm 2.05 GeV 20.6 keV 9.69 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -119 um -15.6 cm 2.12 cm 1.67 keV 0 eV 0 fm 0 fm World initStep - 1 -122 um -15.6 cm 2.12 cm 468 keV 1.67 keV 114 um 114 um World eIoni - 2 -135 um -20 cm 2.12 cm 438 MeV 5.21 keV 4.44 cm 4.45 cm OutOfWorldTransportation + 0 -15.1 um -10.3 cm 1.9 cm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 -14.2 um -10.3 cm 1.9 cm 281 keV 1.23 keV 72 um 72 um World eIoni + 2 -7.89 um -20 cm 1.89 cm 968 MeV 20.1 keV 10.5 cm 10.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -40 um -4.83 cm 1.54 cm 2.91 keV 0 eV 0 fm 0 fm World initStep - 1 -30.9 um -4.84 cm 1.54 cm 1.15 MeV 2.91 keV 278 um 278 um World eIoni - 2 -66.5 um -5.32 cm 1.53 cm 48.5 MeV 1.15 keV 4.73 mm 5.01 mm World eIoni - 3 -61.8 um -7.43 cm 1.5 cm 260 MeV 7.15 keV 2.12 cm 2.62 cm World eIoni - 4 -29.7 um -13 cm 1.48 cm 818 MeV 9.69 keV 5.58 cm 8.19 cm World eIoni - 5 13 um -20 cm 1.47 cm 1.52 GeV 12.9 keV 6.99 cm 15.2 cm OutOfWorldTransportation + 0 -14.5 um -10.2 cm 1.89 cm 2.19 keV 0 eV 0 fm 0 fm World initStep + 1 -7.31 um -10.2 cm 1.89 cm 712 keV 2.19 keV 175 um 175 um World eIoni + 2 -615 um -11.7 cm 1.93 cm 148 MeV 1.46 keV 1.47 cm 1.49 cm World eIoni + 3 -2.79 mm -20 cm 2.08 cm 982 MeV 15.6 keV 8.35 cm 9.84 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -29.7 um -13 cm 1.48 cm 19.7 keV 0 eV 0 fm 0 fm World initStep - 1 -68.4 um -13.1 cm 1.49 cm 14.1 MeV 1.21 keV 1.61 mm 1.61 mm World eIoni - 2 -2.04 mm -20 cm 1.57 cm 699 MeV 12.1 keV 6.86 cm 7.02 cm OutOfWorldTransportation + 0 27.3 um -1.57 cm 1.05 cm 45.2 keV 0 eV 0 fm 0 fm World initStep + 1 93.4 um -1.63 cm 1.06 cm 6.16 MeV 221 eV 628 um 628 um World eIoni + 2 2.75 mm -16.4 cm 6.87 mm 1.48 GeV 24.6 keV 14.8 cm 14.9 cm World eIoni + 3 2.79 mm -18.7 cm 6.74 mm 1.71 GeV 3.38 keV 2.3 cm 17.2 cm World eIoni + 4 2.8 mm -20 cm 6.67 mm 1.84 GeV 1.73 keV 1.28 cm 18.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -61.8 um -7.43 cm 1.5 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 -64.5 um -7.43 cm 1.5 cm 221 keV 1.07 keV 58.2 um 58.2 um World eIoni - 2 7.01 mm -18.3 cm 3.03 cm 1.09 GeV 23.6 keV 12.6 cm 12.6 cm World eIoni - 3 1.83 cm -19.9 cm 4.89 cm 1.25 GeV 5.54 keV 2.71 cm 15.3 cm OutOfWorldTransportation + 0 2.79 mm -18.7 cm 6.74 mm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 2.79 mm -18.7 cm 6.74 mm 240 keV 1.12 keV 62.6 um 62.6 um World eIoni + 2 2.78 mm -20 cm 6.76 mm 128 MeV 2.16 keV 1.29 cm 1.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.15 um -7.51 mm 7.87 mm 1.31 keV 0 eV 0 fm 0 fm World initStep - 1 -9.99 um -7.54 mm 7.88 mm 315 keV 1.31 keV 78.9 um 78.9 um World eIoni - 2 -2.11 mm -19.8 cm 7.6 mm 1.9 GeV 51.7 keV 21.9 cm 21.9 cm World eIoni - 3 -3.33 mm -20 cm 7.49 mm 1.92 GeV 188 eV 2.43 mm 22.2 cm OutOfWorldTransportation + 0 2.75 mm -16.4 cm 6.87 mm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 2.75 mm -16.4 cm 6.87 mm 251 keV 1.15 keV 65 um 65 um World eIoni + 2 2.75 mm -20 cm 6.89 mm 358 MeV 7.23 keV 3.7 cm 3.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4688,210 +4649,207 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -2.42 um -4.45 mm 6.3 mm 94.6 MeV 630 eV 8.06 mm 8.06 mm World eIoni - 2 15.3 um -2.29 cm 1.21 cm 279 MeV 3.31 keV 1.94 cm 2.75 cm World eIoni - 3 156 um -17.3 cm 2.15 cm 1.78 GeV 33 keV 15.1 cm 17.8 cm World eIoni - 4 182 um -20 cm 2.22 cm 2.05 GeV 6.53 keV 2.68 cm 20.5 cm OutOfWorldTransportation + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.9 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 156 um -17.3 cm 2.15 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 153 um -17.3 cm 2.15 cm 323 keV 1.34 keV 81.3 um 81.3 um World eIoni - 2 132 um -20 cm 2.15 cm 268 MeV 4.29 keV 2.72 cm 2.73 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 91.3 um -3.54 cm 1.4 cm 404 MeV 7.48 keV 4.01 cm 4.01 cm World eIoni + 2 142 um -6.38 cm 1.67 cm 688 MeV 8.4 keV 2.85 cm 6.87 cm World eIoni + 3 254 um -20 cm 2.23 cm 2.05 GeV 31.4 keV 13.6 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.3 um -2.29 cm 1.21 cm 2.17 keV 0 eV 0 fm 0 fm World initStep - 1 8.93 um -2.3 cm 1.21 cm 698 keV 2.17 keV 172 um 172 um World eIoni - 2 -2.84 mm -9.02 cm 4.97 mm 673 MeV 12.1 keV 6.8 cm 6.82 cm World eIoni - 3 3.56 mm -19.6 cm -2.29 cm 1.74 GeV 24.6 keV 11 cm 17.9 cm World eIoni - 4 3.58 mm -19.7 cm -2.3 cm 1.74 GeV 72.9 eV 607 um 17.9 cm World eIoni - 5 3.69 mm -20 cm -2.35 cm 1.77 GeV 570 eV 2.94 mm 18.2 cm OutOfWorldTransportation + 0 142 um -6.38 cm 1.67 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 142 um -6.38 cm 1.67 cm 292 keV 1.26 keV 74.3 um 74.3 um World eIoni + 2 141 um -20 cm 1.68 cm 1.36 GeV 29.6 keV 15.2 cm 15.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 mm -19.7 cm -2.3 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 3.58 mm -19.7 cm -2.3 cm 244 keV 1.13 keV 63.5 um 63.5 um World eIoni - 2 3.56 mm -20 cm -2.3 cm 29 MeV 282 eV 2.89 mm 2.95 mm OutOfWorldTransportation + 0 91.3 um -3.54 cm 1.4 cm 2.25 keV 0 eV 0 fm 0 fm World initStep + 1 87.7 um -3.54 cm 1.4 cm 339 keV 98.6 eV 41.5 um 41.5 um World eIoni + 2 1.21 cm -10 cm 8.27 mm 648 MeV 13.6 keV 6.74 cm 6.74 cm World eIoni + 3 2.2 cm -19.9 cm -2.11 mm 1.63 GeV 19.6 keV 9.97 cm 16.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.56 mm -19.6 cm -2.29 cm 2.62 keV 0 eV 0 fm 0 fm World initStep - 1 3.56 mm -19.7 cm -2.29 cm 965 keV 2.62 keV 234 um 234 um World eIoni - 2 3.55 mm -20 cm -2.29 cm 35 MeV 39.3 eV 3.41 mm 3.64 mm OutOfWorldTransportation + 0 87.7 um -3.54 cm 1.4 cm 11 keV 0 eV 0 fm 0 fm World initStep + 1 60.1 um -3.66 cm 1.4 cm 11.5 MeV 4.23 keV 1.92 mm 1.92 mm World eIoni + 2 973 um -3.82 cm 1.48 cm 27.8 MeV 1.03 keV 2.08 mm 4 mm World eIoni + 3 4 mm -11 cm 1.71 cm 750 MeV 12.4 keV 7.25 cm 7.65 cm World eIoni + 4 4.87 mm -17.9 cm 1.76 cm 1.43 GeV 10.5 keV 6.83 cm 14.5 cm World eIoni + 5 5.05 mm -20 cm 1.77 cm 1.65 GeV 3.72 keV 2.12 cm 16.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.42 um -4.45 mm 6.3 mm 2.07 keV 0 eV 0 fm 0 fm World initStep - 1 1.78 um -4.52 mm 6.3 mm 646 keV 2.07 keV 159 um 159 um World eIoni - 2 17.7 um -5.9 mm 6.31 mm 14.5 MeV 401 eV 1.39 mm 1.55 mm World eIoni - 3 210 um -7.15 cm 5.75 mm 670 MeV 9.08 keV 6.56 cm 6.71 cm World eIoni - 4 349 um -15.4 cm 5.33 mm 1.49 GeV 18.8 keV 8.23 cm 14.9 cm World eIoni - 5 363 um -16.8 cm 5.27 mm 1.64 GeV 2.32 keV 1.43 cm 16.4 cm World eIoni - 6 391 um -20 cm 5.18 mm 1.96 GeV 5.56 keV 3.2 cm 19.6 cm OutOfWorldTransportation + 0 4.87 mm -17.9 cm 1.76 cm 4.82 keV 0 eV 0 fm 0 fm World initStep + 1 4.88 mm -17.9 cm 1.76 cm 706 keV 273 eV 77.7 um 77.7 um World eIoni + 2 5.2 mm -20 cm 1.7 cm 212 MeV 4.64 keV 2.13 cm 2.13 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 363 um -16.8 cm 5.27 mm 4.85 keV 0 eV 0 fm 0 fm World initStep - 1 367 um -16.8 cm 5.26 mm 2.85 MeV 4.85 keV 677 um 677 um World eIoni - 2 411 um -17.3 cm 5.24 mm 45.3 MeV 1.82 keV 4.24 mm 4.92 mm World eIoni - 3 432 um -20 cm 5.22 mm 320 MeV 5.01 keV 2.74 cm 3.24 cm OutOfWorldTransportation + 0 4 mm -11 cm 1.71 cm 1.98 keV 0 eV 0 fm 0 fm World initStep + 1 3.99 mm -11.1 cm 1.71 cm 600 keV 1.98 keV 148 um 148 um World eIoni + 2 3.97 mm -20 cm 1.71 cm 895 MeV 17.1 keV 9.13 cm 9.15 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 349 um -15.4 cm 5.33 mm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 350 um -15.4 cm 5.32 mm 277 keV 1.22 keV 71 um 71 um World eIoni - 2 352 um -20 cm 5.3 mm 463 MeV 10.4 keV 4.8 cm 4.8 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -555 um -18.1 cm 2.1 cm 1.86 GeV 33.3 keV 18.6 cm 18.6 cm World eIoni + 2 -593 um -19.3 cm 2.12 cm 1.98 GeV 3 keV 1.2 cm 19.8 cm World eIoni + 3 -613 um -20 cm 2.14 cm 2.05 GeV 1.05 keV 6.96 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 210 um -7.15 cm 5.75 mm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 213 um -7.15 cm 5.75 mm 316 keV 1.32 keV 79.8 um 79.8 um World eIoni - 2 238 um -20 cm 5.74 mm 1.29 GeV 23.3 keV 14 cm 14.1 cm OutOfWorldTransportation + 0 -593 um -19.3 cm 2.12 cm 8.41 keV 0 eV 0 fm 0 fm World initStep + 1 -572 um -19.4 cm 2.13 cm 7.61 MeV 5.29 keV 1.52 mm 1.52 mm World eIoni + 2 -387 um -19.6 cm 2.06 cm 25.6 MeV 301 eV 1.94 mm 3.46 mm World eIoni + 3 -242 um -20 cm 2.01 cm 69.5 MeV 678 eV 4.43 mm 7.9 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 132 um -9.53 cm 1.89 cm 1 GeV 21.7 keV 10 cm 10 cm World eIoni - 2 132 um -9.53 cm 1.89 cm 1 GeV 5.84 eV 27.8 um 10 cm World eIoni - 3 137 um -9.69 cm 1.9 cm 1.02 GeV 220 eV 1.6 mm 10.2 cm World eIoni - 4 252 um -14.5 cm 2.12 cm 1.5 GeV 10.9 keV 4.84 cm 15 cm World eIoni - 5 313 um -17.9 cm 2.23 cm 1.84 GeV 6.41 keV 3.33 cm 18.4 cm World eIoni - 6 346 um -20 cm 2.29 cm 2.05 GeV 4.9 keV 2.15 cm 20.5 cm OutOfWorldTransportation + 0 -555 um -18.1 cm 2.1 cm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 -558 um -18.1 cm 2.1 cm 234 keV 1.1 keV 61.3 um 61.3 um World eIoni + 2 -577 um -20 cm 2.1 cm 190 MeV 2.66 keV 1.94 cm 1.94 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 313 um -17.9 cm 2.23 cm 8.49 keV 0 eV 0 fm 0 fm World initStep - 1 340 um -17.9 cm 2.23 cm 7.72 MeV 2.88 keV 1.54 mm 1.54 mm World eIoni - 2 2.63 mm -18.5 cm 2.13 cm 66.8 MeV 2.19 keV 7.12 mm 8.66 mm World eIoni - 3 3.37 mm -20 cm 2.1 cm 214 MeV 3.22 keV 1.48 cm 2.34 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 8.53 um -5.27 cm 1.56 cm 577 MeV 12.2 keV 5.75 cm 5.75 cm World eIoni + 2 105 um -13.1 cm 1.99 cm 1.36 GeV 17.4 keV 7.83 cm 13.6 cm World eIoni + 3 107 um -13.4 cm 2 cm 1.39 GeV 666 eV 3.16 mm 13.9 cm World eIoni + 4 138 um -18.2 cm 2.15 cm 1.87 GeV 7.22 keV 4.77 cm 18.7 cm World eIoni + 5 147 um -20 cm 2.19 cm 2.05 GeV 4.87 keV 1.83 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 252 um -14.5 cm 2.12 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 255 um -14.5 cm 2.12 cm 321 keV 1.33 keV 80.8 um 80.8 um World eIoni - 2 273 um -20 cm 2.12 cm 547 MeV 10.6 keV 5.66 cm 5.67 cm OutOfWorldTransportation + 0 138 um -18.2 cm 2.15 cm 994 eV 0 eV 0 fm 0 fm World initStep + 1 139 um -18.2 cm 2.15 cm 197 keV 994 eV 52.7 um 52.7 um World eIoni + 2 147 um -20 cm 2.15 cm 183 MeV 2.27 keV 1.88 cm 1.88 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 137 um -9.69 cm 1.9 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 134 um -9.69 cm 1.9 cm 228 keV 1.09 keV 59.8 um 59.8 um World eIoni - 2 111 um -20 cm 1.9 cm 1.03 GeV 21.2 keV 11.7 cm 11.7 cm OutOfWorldTransportation + 0 107 um -13.4 cm 2 cm 2.36 keV 0 eV 0 fm 0 fm World initStep + 1 109 um -13.4 cm 2 cm 804 keV 2.36 keV 196 um 196 um World eIoni + 2 1.02 mm -16.1 cm 2.15 cm 268 MeV 4.33 keV 2.68 cm 2.7 cm World eIoni + 3 593 um -17.5 cm 2.28 cm 408 MeV 2.5 keV 1.41 cm 4.1 cm World eIoni + 4 109 um -20 cm 2.43 cm 660 MeV 6.17 keV 2.53 cm 6.64 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 132 um -9.53 cm 1.89 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 136 um -9.53 cm 1.89 cm 363 keV 1.43 keV 90.2 um 90.2 um World eIoni - 2 160 um -20 cm 1.89 cm 1.05 GeV 15.5 keV 11.1 cm 11.1 cm OutOfWorldTransportation + 0 593 um -17.5 cm 2.28 cm 13.5 keV 0 eV 0 fm 0 fm World initStep + 1 603 um -17.6 cm 2.28 cm 15.2 MeV 4.52 keV 2.28 mm 2.28 mm World eIoni + 2 783 um -18.4 cm 2.46 cm 90.1 MeV 439 eV 7.75 mm 1 cm World eIoni + 3 903 um -20 cm 2.56 cm 253 MeV 4.35 keV 1.63 cm 2.63 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 132 um -9.53 cm 1.89 cm 96.9 keV 0 eV 0 fm 0 fm World initStep - 1 75.4 um -9.55 cm 1.9 cm 2.09 MeV 0 eV 214 um 214 um World eIoni - 2 1.65 mm -14.1 cm 1.84 cm 452 MeV 5.59 keV 4.51 cm 4.53 cm World eIoni - 3 2.23 mm -19.1 cm 1.71 cm 957 MeV 10.2 keV 5.05 cm 9.58 cm World eIoni - 4 2.3 mm -20 cm 1.69 cm 1.05 GeV 1.68 keV 9 mm 10.5 cm OutOfWorldTransportation + 0 105 um -13.1 cm 1.99 cm 72.2 keV 0 eV 0 fm 0 fm World initStep + 1 -4.26 mm -14.8 cm 1.39 cm 170 MeV 8.95 keV 1.99 cm 1.99 cm World eIoni + 2 -462 um -16.3 cm 1.06 cm 326 MeV 2.09 keV 1.64 cm 3.63 cm World eIoni + 3 239 um -16.8 cm 9.96 mm 369 MeV 1.04 keV 4.4 mm 4.07 cm World eIoni + 4 3.76 mm -20 cm 6.88 mm 691 MeV 5.6 keV 3.26 cm 7.33 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm -19.1 cm 1.71 cm 2.96 keV 0 eV 0 fm 0 fm World initStep - 1 2.22 mm -19.1 cm 1.71 cm 1.19 MeV 2.96 keV 286 um 286 um World eIoni - 2 2.23 mm -19.2 cm 1.71 cm 12.9 MeV 232 eV 1.17 mm 1.46 mm World eIoni - 3 2.27 mm -20 cm 1.71 cm 90 MeV 2.64 keV 7.71 mm 9.16 mm OutOfWorldTransportation + 0 239 um -16.8 cm 9.96 mm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 243 um -16.8 cm 9.96 mm 282 keV 1.23 keV 71.9 um 71.9 um World eIoni + 2 263 um -20 cm 9.95 mm 323 MeV 8.63 keV 3.31 cm 3.32 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 mm -14.1 cm 1.84 cm 2.77 keV 0 eV 0 fm 0 fm World initStep - 1 1.65 mm -14.1 cm 1.84 cm 1.06 MeV 2.77 keV 257 um 257 um World eIoni - 2 1.84 mm -14.8 cm 1.85 cm 71.5 MeV 588 eV 7.05 mm 7.31 mm World eIoni - 3 2.01 mm -20 cm 1.85 cm 595 MeV 10.2 keV 5.23 cm 5.96 cm OutOfWorldTransportation + 0 8.53 um -5.27 cm 1.56 cm 2.1 keV 0 eV 0 fm 0 fm World initStep + 1 13.9 um -5.27 cm 1.56 cm 664 keV 2.1 keV 163 um 163 um World eIoni + 2 335 um -6.09 cm 1.55 cm 82.2 MeV 752 eV 8.17 mm 8.33 mm World eIoni + 3 668 um -8.54 cm 1.56 cm 325 MeV 4.81 keV 2.45 cm 3.28 cm World eBrem + 4 792 um -11.6 cm 1.56 cm 632 MeV 5.08 keV 3.06 cm 6.34 cm World eIoni + 5 888 um -15.5 cm 1.57 cm 1.02 GeV 6.13 keV 3.88 cm 10.2 cm World eIoni + 6 888 um -15.5 cm 1.57 cm 1.02 GeV 0 eV 185 um 10.2 cm World eIoni + 7 962 um -20 cm 1.57 cm 1.47 GeV 9.47 keV 4.51 cm 14.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 419 um -10.5 cm 1.91 cm 1.1 GeV 22.5 keV 11 cm 11 cm World eIoni - 2 643 um -20 cm 2.21 cm 2.05 GeV 15.1 keV 9.51 cm 20.5 cm World eIoni - 3 643 um -20 cm 2.21 cm 2.05 GeV 176 eV 262 um 20.5 cm OutOfWorldTransportation + 0 888 um -15.5 cm 1.57 cm 2.04 keV 0 eV 0 fm 0 fm World initStep + 1 895 um -15.5 cm 1.57 cm 631 keV 2.04 keV 156 um 156 um World eIoni + 2 921 um -20 cm 1.57 cm 451 MeV 5.62 keV 4.54 cm 4.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 643 um -20 cm 2.21 cm 6.76 keV 0 eV 0 fm 0 fm World initStep - 1 588 um -20 cm 2.21 cm 1.33 MeV 941 eV 146 um 146 um World msc - 2 575 um -20 cm 2.21 cm 2.13 MeV 0 eV 81.7 um 228 um World msc - 3 568 um -20 cm 2.21 cm 2.62 MeV 7.14 eV 49.1 um 277 um World msc - 4 568 um -20 cm 2.21 cm 2.65 MeV 418 meV 2.84 um 280 um OutOfWorldTransportation + 0 888 um -15.5 cm 1.57 cm 2.11 keV 0 eV 0 fm 0 fm World initStep + 1 887 um -15.5 cm 1.57 cm 666 keV 2.11 keV 164 um 164 um World eIoni + 2 488 um -17.3 cm 1.67 cm 180 MeV 2.69 keV 1.8 cm 1.82 cm World eIoni + 3 -1.16 mm -20 cm 1.69 cm 452 MeV 4.99 keV 2.73 cm 4.55 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 419 um -10.5 cm 1.91 cm 15 keV 0 eV 0 fm 0 fm World initStep - 1 464 um -10.6 cm 1.91 cm 17.4 MeV 4.9 keV 2.5 mm 2.5 mm World eIoni - 2 567 um -10.6 cm 1.92 cm 16.3 MeV 0 eV 176 um 2.67 mm World eIoni - 3 6.23 mm -20 cm 2.44 cm 953 MeV 19.5 keV 9.63 cm 9.89 cm OutOfWorldTransportation + 0 792 um -11.6 cm 1.56 cm 24.3 keV 0 eV 0 fm 0 fm World initStep + 1 735 um -11.7 cm 1.56 cm 12.8 MeV 361 eV 1.39 mm 1.39 mm World eIoni + 2 2.48 mm -20 cm 1.23 cm 840 MeV 14 keV 8.31 cm 8.45 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 40.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 668 um -8.54 cm 1.56 cm 1.58 MeV 0 eV 0 fm 0 fm World initStep + 1 1.56 mm -20 cm 1.61 cm 1.58 MeV 0 eV 11.5 cm 11.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4899,82 +4857,78 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 357 um -9.36 cm 1.85 cm 986 MeV 17.1 keV 9.85 cm 9.85 cm World eIoni - 2 382 um -10.9 cm 1.93 cm 1.14 GeV 2.97 keV 1.59 cm 11.4 cm World eIoni - 3 429 um -14.6 cm 2.07 cm 1.51 GeV 8.69 keV 3.7 cm 15.1 cm World eIoni - 4 482 um -20 cm 2.22 cm 2.05 GeV 15.1 keV 5.36 cm 20.5 cm OutOfWorldTransportation + 1 184 um -5.91 cm 1.63 cm 641 MeV 12.8 keV 6.39 cm 6.39 cm World eIoni + 2 197 um -7.26 cm 1.72 cm 776 MeV 4.18 keV 1.36 cm 7.75 cm World eIoni + 3 272 um -17.3 cm 2.14 cm 1.78 GeV 16.1 keV 10 cm 17.8 cm World eIoni + 4 300 um -20 cm 2.21 cm 2.05 GeV 7.21 keV 2.73 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 429 um -14.6 cm 2.07 cm 2.18 keV 0 eV 0 fm 0 fm World initStep - 1 430 um -14.7 cm 2.07 cm 703 keV 2.18 keV 173 um 173 um World eIoni - 2 -3.57 mm -19.5 cm 2.3 cm 481 MeV 6.68 keV 4.84 cm 4.86 cm WorldTransportation - 3 -3.57 mm -19.5 cm 2.3 cm 481 MeV3.01e-09 meV0.0144 fm 4.86 cm World eIoni - 4 -3.87 mm -20 cm 2.39 cm 535 MeV 1.62 keV 5.5 mm 5.41 cm OutOfWorldTransportation + 0 272 um -17.3 cm 2.14 cm 526 keV 0 eV 0 fm 0 fm World initStep + 1 -152 um -20 cm 2.13 cm 274 MeV 2.66 keV 2.76 cm 2.76 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 382 um -10.9 cm 1.93 cm 5.94 keV 0 eV 0 fm 0 fm World initStep - 1 387 um -11 cm 1.93 cm 4.05 MeV 3.91 keV 811 um 811 um World eIoni - 2 701 um -20 cm 2.19 cm 905 MeV 16 keV 9.06 cm 9.15 cm OutOfWorldTransportation + 0 197 um -7.26 cm 1.72 cm 47.6 keV 0 eV 0 fm 0 fm World initStep + 1 128 um -8.12 cm 1.71 cm 86.2 MeV 8.86 keV 1.02 cm 1.02 cm World eIoni + 2 -3.61 mm -9.53 cm 7.44 mm 227 MeV 3.44 keV 1.79 cm 2.82 cm World eIoni + 3 -5.61 mm -11.7 cm 2.28 mm 442 MeV 6.51 keV 2.22 cm 5.04 cm World eIoni + 4 -8.68 mm -20 cm -5.67 mm 1.27 GeV 15.8 keV 8.35 cm 13.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 357 um -9.36 cm 1.85 cm 2.94 keV 0 eV 0 fm 0 fm World initStep - 1 354 um -9.37 cm 1.85 cm 1.18 MeV 2.94 keV 284 um 284 um World eIoni - 2 354 um -9.4 cm 1.85 cm 4.19 MeV 0 eV 301 um 585 um World eIoni - 3 263 um -10.6 cm 1.86 cm 125 MeV 997 eV 1.21 cm 1.27 cm World eIoni - 4 247 um -15.1 cm 1.86 cm 573 MeV 12.2 keV 4.47 cm 5.74 cm World eIoni - 5 261 um -19.2 cm 1.87 cm 984 MeV 10.3 keV 4.11 cm 9.86 cm World eIoni - 6 263 um -20 cm 1.87 cm 1.06 GeV 4.01 keV 8.02 mm 10.7 cm OutOfWorldTransportation + 0 -5.61 mm -11.7 cm 2.28 mm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 -5.61 mm -11.7 cm 2.29 mm 205 keV 1.02 keV 54.4 um 54.4 um World eIoni + 2 -5.6 mm -20 cm 2.31 mm 831 MeV 23.9 keV 9.39 cm 9.39 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 261 um -19.2 cm 1.87 cm 19.8 keV 0 eV 0 fm 0 fm World initStep - 1 272 um -19.4 cm 1.86 cm 24.6 MeV 4.85 keV 3.25 mm 3.25 mm World eIoni - 2 -675 um -19.7 cm 1.73 cm 53.6 MeV 444 eV 3.36 mm 6.6 mm World eIoni - 3 -1.11 mm -20 cm 1.66 cm 80.2 MeV 1.09 keV 2.77 mm 9.37 mm OutOfWorldTransportation + 0 184 um -5.91 cm 1.63 cm 3.15 keV 0 eV 0 fm 0 fm World initStep + 1 177 um -5.92 cm 1.63 cm 1.33 MeV 3.15 keV 319 um 319 um World eIoni + 2 169 um -6.03 cm 1.63 cm 11.9 MeV 0 eV 1.06 mm 1.38 mm World eIoni + 3 -487 um -13 cm 1.58 cm 707 MeV 13.9 keV 6.95 cm 7.09 cm World eIoni + 4 -1.89 mm -20 cm 1.45 cm 1.41 GeV 19.3 keV 7.02 cm 14.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -675 um -19.7 cm 1.73 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 -672 um -19.7 cm 1.73 cm 244 keV 1.13 keV 63.4 um 63.4 um World eIoni - 2 -660 um -20 cm 1.73 cm 26.7 MeV 551 eV 2.65 mm 2.71 mm OutOfWorldTransportation + 0 -487 um -13 cm 1.58 cm 10.6 keV 0 eV 0 fm 0 fm World initStep + 1 -517 um -13.1 cm 1.58 cm 10.9 MeV 5.52 keV 1.86 mm 1.86 mm World eIoni + 2 -406 um -13.1 cm 1.59 cm 11.7 MeV 22.9 eV 161 um 2.02 mm World eIoni + 3 2.46 mm -17.3 cm 1.8 cm 432 MeV 9.02 keV 4.26 cm 4.46 cm World eIoni + 4 2.79 mm -20 cm 1.81 cm 702 MeV 5.97 keV 2.69 cm 7.16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 247 um -15.1 cm 1.86 cm 5.28 keV 0 eV 0 fm 0 fm World initStep - 1 229 um -15.1 cm 1.86 cm 3.32 MeV 5.28 keV 786 um 786 um World eIoni - 2 222 um -15.2 cm 1.86 cm 10.6 MeV 0 eV 726 um 1.51 mm World eIoni - 3 199 um -20 cm 1.86 cm 492 MeV 6.29 keV 4.81 cm 4.96 cm OutOfWorldTransportation + 0 2.46 mm -17.3 cm 1.8 cm 4.64 keV 0 eV 0 fm 0 fm World initStep + 1 2.46 mm -17.3 cm 1.8 cm 2.63 MeV 4.64 keV 625 um 625 um World eIoni + 2 2.48 mm -17.6 cm 1.79 cm 27.2 MeV 357 eV 2.46 mm 3.08 mm World eIoni + 3 2.53 mm -20 cm 1.79 cm 269 MeV 4.98 keV 2.42 cm 2.73 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 263 um -10.6 cm 1.86 cm 6.44 keV 0 eV 0 fm 0 fm World initStep - 1 273 um -10.7 cm 1.86 cm 4.75 MeV 6.44 keV 1.11 mm 1.11 mm World eIoni - 2 -677 um -11 cm 1.74 cm 39.9 MeV 118 eV 4.12 mm 5.23 mm World eIoni - 3 -1.71 mm -20 cm 1.61 cm 939 MeV 15.7 keV 8.99 cm 9.52 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4982,371 +4936,367 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 308 um -11.4 cm 1.91 cm 1.19 GeV 20.4 keV 11.9 cm 11.9 cm World eIoni - 2 298 um -17.2 cm 2.11 cm 1.77 GeV 13.3 keV 5.78 cm 17.7 cm World eIoni - 3 294 um -20 cm 2.18 cm 2.05 GeV 4.57 keV 2.77 cm 20.5 cm OutOfWorldTransportation + 1 -63.8 um -2.94 cm 1.32 cm 344 MeV 6.63 keV 3.41 cm 3.41 cm World eIoni + 2 -128 um -3.42 cm 1.39 cm 392 MeV 403 eV 4.79 mm 3.89 cm World eIoni + 3 -293 um -4.95 cm 1.55 cm 545 MeV 2.86 keV 1.55 cm 5.43 cm World eIoni + 4 -726 um -12.4 cm 1.99 cm 1.29 GeV 11.5 keV 7.43 cm 12.9 cm World eIoni + 5 -749 um -12.9 cm 2.01 cm 1.34 GeV 666 eV 5.73 mm 13.4 cm World eIoni + 6 -882 um -16.9 cm 2.14 cm 1.74 GeV 10.3 keV 3.92 cm 17.4 cm World eIoni + 7 -968 um -20 cm 2.22 cm 2.05 GeV 3.94 keV 3.14 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 298 um -17.2 cm 2.11 cm 3.17 keV 0 eV 0 fm 0 fm World initStep - 1 293 um -17.2 cm 2.11 cm 1.35 MeV 3.17 keV 323 um 323 um World eIoni - 2 175 um -18.4 cm 2.07 cm 115 MeV 1.38 keV 1.13 cm 1.17 cm World eIoni - 3 245 um -20 cm 2.06 cm 277 MeV 4.07 keV 1.63 cm 2.79 cm OutOfWorldTransportation + 0 -882 um -16.9 cm 2.14 cm 5.51 keV 0 eV 0 fm 0 fm World initStep + 1 -874 um -16.9 cm 2.13 cm 3.31 MeV 1.58 keV 561 um 561 um World eIoni + 2 535 um -20 cm 2.18 cm 314 MeV 4.29 keV 3.13 cm 3.19 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 308 um -11.4 cm 1.91 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 305 um -11.5 cm 1.91 cm 233 keV 1.1 keV 61.1 um 61.1 um World eIoni - 2 282 um -20 cm 1.91 cm 855 MeV 25 keV 9.43 cm 9.44 cm OutOfWorldTransportation + 0 -749 um -12.9 cm 2.01 cm 1.32 keV 0 eV 0 fm 0 fm World initStep + 1 -750 um -12.9 cm 2.01 cm 317 keV 1.32 keV 79.9 um 79.9 um World eIoni + 2 -757 um -20 cm 2.01 cm 706 MeV 10.1 keV 7.39 cm 7.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -2 um -1 mm 3.13 mm 60 MeV 332 eV 3.34 mm 3.34 mm World eIoni - 2 -19.1 um -1.81 cm 1.11 cm 231 MeV 4.06 keV 1.93 cm 2.26 cm World eIoni - 3 -20 um -1.87 cm 1.13 cm 237 MeV 127 eV 610 um 2.32 cm World eIoni - 4 -79.5 um -20 cm 2.23 cm 2.05 GeV 38.8 keV 18.2 cm 20.5 cm OutOfWorldTransportation + 0 -726 um -12.4 cm 1.99 cm 4.25 keV 0 eV 0 fm 0 fm World initStep + 1 -734 um -12.4 cm 1.98 cm 2.26 MeV 4.25 keV 537 um 537 um World eIoni + 2 -736 um -12.4 cm 1.98 cm 6.28 MeV 28.8 eV 402 um 939 um World eIoni + 3 -728 um -13 cm 1.98 cm 63.7 MeV 367 eV 5.74 mm 6.68 mm World eIoni + 4 -649 um -20 cm 1.98 cm 764 MeV 12.2 keV 7 cm 7.67 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -20 um -1.87 cm 1.13 cm 3.13 keV 0 eV 0 fm 0 fm World initStep - 1 -27.2 um -1.88 cm 1.13 cm 1.31 MeV 3.13 keV 316 um 316 um World eIoni - 2 -68.8 um -2.12 cm 1.13 cm 25.3 MeV 297 eV 2.4 mm 2.71 mm World eIoni - 3 -129 um -3.22 cm 1.13 cm 135 MeV 2.93 keV 1.1 cm 1.37 cm World eIoni - 4 -129 um -16.5 cm 1.15 cm 1.47 GeV 27.1 keV 13.3 cm 14.7 cm World eIoni - 5 -116 um -20 cm 1.16 cm 1.81 GeV 8.9 keV 3.46 cm 18.1 cm OutOfWorldTransportation + 0 -728 um -13 cm 1.98 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 -726 um -13 cm 1.98 cm 532 keV 1.84 keV 132 um 132 um World eIoni + 2 -718 um -20 cm 1.98 cm 700 MeV 10.3 keV 7.13 cm 7.14 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -129 um -16.5 cm 1.15 cm 2.55 keV 0 eV 0 fm 0 fm World initStep - 1 -137 um -16.5 cm 1.15 cm 918 keV 2.55 keV 223 um 223 um World eIoni - 2 -163 um -17 cm 1.16 cm 45 MeV 1.37 keV 4.41 mm 4.64 mm World eIoni - 3 140 um -20 cm 1.2 cm 346 MeV 8.29 keV 3.01 cm 3.47 cm OutOfWorldTransportation + 0 -293 um -4.95 cm 1.55 cm 1.39 keV 0 eV 0 fm 0 fm World initStep + 1 -295 um -4.95 cm 1.55 cm 345 keV 1.39 keV 86.4 um 86.4 um World eIoni + 2 -303 um -20 cm 1.55 cm 1.5 GeV 27.5 keV 16.5 cm 16.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -129 um -3.22 cm 1.13 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 -131 um -3.22 cm 1.13 cm 212 keV 1.04 keV 56.3 um 56.3 um World eIoni - 2 -2.24 cm -13.4 cm 4.84 cm 1.02 GeV 32 keV 11.8 cm 11.8 cm World eIoni - 3 -3.57 cm -19.7 cm 6.29 cm 1.65 GeV 14.8 keV 6.56 cm 18.4 cm OutOfWorldTransportation + 0 -128 um -3.42 cm 1.39 cm 3.1 keV 0 eV 0 fm 0 fm World initStep + 1 -133 um -3.43 cm 1.39 cm 1.29 MeV 3.1 keV 311 um 311 um World eIoni + 2 -183 um -3.73 cm 1.39 cm 31.6 MeV 341 eV 3.03 mm 3.34 mm World eIoni + 3 -190 um -10.8 cm 1.36 cm 742 MeV 15.4 keV 7.1 cm 7.44 cm World eIoni + 4 -205 um -14.1 cm 1.36 cm 1.07 GeV 4.79 keV 3.26 cm 10.7 cm World eIoni + 5 -211 um -15.7 cm 1.36 cm 1.23 GeV 2.49 keV 1.65 cm 12.4 cm World eIoni + 6 -226 um -20 cm 1.36 cm 1.66 GeV 10.2 keV 4.25 cm 16.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.1 um -1.81 cm 1.11 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -16.2 um -1.81 cm 1.11 cm 226 keV 1.08 keV 59.5 um 59.5 um World eIoni - 2 2.52 cm -13.1 cm 5.18 cm 1.13 GeV 24.7 keV 13.1 cm 13.1 cm World eIoni - 3 1.48 cm -19.9 cm 7.74 cm 1.81 GeV 15.5 keV 7.39 cm 20.5 cm OutOfWorldTransportation + 0 -211 um -15.7 cm 1.36 cm 12.5 keV 0 eV 0 fm 0 fm World initStep + 1 -213 um -15.9 cm 1.36 cm 13.7 MeV 5.22 keV 2.13 mm 2.13 mm World eIoni + 2 -1.18 mm -16.5 cm 1.33 cm 77.4 MeV 825 eV 6.48 mm 8.61 mm World eIoni + 3 -1.92 mm -19 cm 1.31 cm 321 MeV 5.19 keV 2.44 cm 3.3 cm World eIoni + 4 -2.06 mm -20 cm 1.3 cm 425 MeV 4.76 keV 1.04 cm 4.34 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 um -1 mm 3.13 mm 2.56 keV 0 eV 0 fm 0 fm World initStep - 1 -8.75 um -1.09 mm 3.13 mm 940 keV 2.56 keV 225 um 225 um World eIoni - 2 64.2 um -5.41 mm 3.09 mm 44.1 MeV 893 eV 4.32 mm 4.54 mm World eIoni - 3 239 um -12.2 cm 2.52 mm 1.21 GeV 21.6 keV 11.7 cm 12.1 cm World eIoni - 4 500 um -20 cm 2.46 mm 1.99 GeV 13.9 keV 7.77 cm 19.9 cm OutOfWorldTransportation + 0 -1.92 mm -19 cm 1.31 cm 1.53 keV 0 eV 0 fm 0 fm World initStep + 1 -1.92 mm -19 cm 1.31 cm 406 keV 1.53 keV 99.9 um 99.9 um World eIoni + 2 -1.94 mm -20 cm 1.31 cm 104 MeV 2.13 keV 1.04 cm 1.05 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 239 um -12.2 cm 2.52 mm 1.89 keV 0 eV 0 fm 0 fm World initStep - 1 233 um -12.2 cm 2.52 mm 558 keV 1.89 keV 138 um 138 um World eIoni - 2 206 um -20 cm 2.51 mm 777 MeV 11.9 keV 7.92 cm 7.93 cm OutOfWorldTransportation + 0 -1.18 mm -16.5 cm 1.33 cm 2.53 keV 0 eV 0 fm 0 fm World initStep + 1 -1.18 mm -16.5 cm 1.33 cm 908 keV 2.53 keV 221 um 221 um World eIoni + 2 -1.19 mm -16.6 cm 1.33 cm 4.85 MeV 84.8 eV 394 um 615 um World eIoni + 3 -1.21 mm -20 cm 1.33 cm 348 MeV 3.97 keV 3.43 cm 3.49 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -223 um -6.75 cm 1.69 cm 725 MeV 13.7 keV 7.24 cm 7.24 cm World eIoni - 2 -243 um -7.44 cm 1.74 cm 794 MeV 1.58 keV 6.92 mm 7.93 cm World eIoni - 3 -297 um -9.67 cm 1.86 cm 1.02 GeV 4.34 keV 2.24 cm 10.2 cm World eIoni - 4 -346 um -12.2 cm 1.98 cm 1.27 GeV 5.74 keV 2.51 cm 12.7 cm World eIoni - 5 -357 um -12.8 cm 2 cm 1.33 GeV 785 eV 6.59 mm 13.3 cm World eIoni - 6 -451 um -20 cm 2.22 cm 2.05 GeV 14.2 keV 7.16 cm 20.5 cm OutOfWorldTransportation + 0 -205 um -14.1 cm 1.36 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 -204 um -14.1 cm 1.36 cm 321 keV 1.33 keV 80.9 um 80.9 um World eIoni + 2 -197 um -20 cm 1.37 cm 590 MeV 9.51 keV 6.12 cm 6.13 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -357 um -12.8 cm 2 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 -353 um -12.8 cm 2 cm 281 keV 1.23 keV 72 um 72 um World eIoni - 2 -329 um -20 cm 2 cm 716 MeV 13.7 keV 7.58 cm 7.59 cm OutOfWorldTransportation + 0 -190 um -10.8 cm 1.36 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 -188 um -10.8 cm 1.36 cm 227 keV 1.08 keV 59.7 um 59.7 um World eIoni + 2 -170 um -20 cm 1.36 cm 917 MeV 22.9 keV 10.2 cm 10.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -346 um -12.2 cm 1.98 cm 1.79 keV 0 eV 0 fm 0 fm World initStep - 1 -351 um -12.2 cm 1.98 cm 508 keV 1.79 keV 126 um 126 um World eIoni - 2 -377 um -20 cm 1.97 cm 782 MeV 10.1 keV 8 cm 8.01 cm OutOfWorldTransportation + 0 -63.8 um -2.94 cm 1.32 cm 3.18 keV 0 eV 0 fm 0 fm World initStep + 1 -73.8 um -2.95 cm 1.32 cm 1.35 MeV 3.18 keV 324 um 324 um World eIoni + 2 -165 um -3.51 cm 1.33 cm 57 MeV 924 eV 5.56 mm 5.89 mm World eIoni + 3 -266 um -6.33 cm 1.35 cm 339 MeV 8.17 keV 2.82 cm 3.41 cm World eIoni + 4 -262 um -8.02 cm 1.36 cm 508 MeV 5.46 keV 1.69 cm 5.1 cm World eBrem + 5 -255 um -10.4 cm 1.37 cm 747 MeV 2.94 keV 2.39 cm 7.49 cm World eIoni + 6 -249 um -11.9 cm 1.37 cm 899 MeV 4.67 keV 1.52 cm 9.01 cm World eIoni + 7 -231 um -20 cm 1.38 cm 1.71 GeV 15.1 keV 8.06 cm 17.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -297 um -9.67 cm 1.86 cm 2.89 keV 0 eV 0 fm 0 fm World initStep - 1 -295 um -9.68 cm 1.87 cm 1.14 MeV 2.89 keV 276 um 276 um World eIoni - 2 -291 um -9.75 cm 1.87 cm 8.13 MeV 0 eV 699 um 974 um World eIoni - 3 -293 um -20 cm 1.87 cm 1.03 GeV 16.2 keV 10.2 cm 10.3 cm OutOfWorldTransportation + 0 -249 um -11.9 cm 1.37 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 -247 um -11.9 cm 1.37 cm 203 keV 1.01 keV 54.2 um 54.2 um World eIoni + 2 -232 um -20 cm 1.37 cm 806 MeV 17.8 keV 9.08 cm 9.09 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -243 um -7.44 cm 1.74 cm 3.97 keV 0 eV 0 fm 0 fm World initStep - 1 -230 um -7.46 cm 1.74 cm 2 MeV 3.97 keV 477 um 477 um World eIoni - 2 -228 um -7.47 cm 1.74 cm 2.52 MeV 7.53 eV 52 um 529 um World eIoni - 3 -194 um -20 cm 1.74 cm 1.26 GeV 21.3 keV 12.6 cm 12.6 cm OutOfWorldTransportation + 0 -255 um -10.4 cm 1.37 cm 3.26 keV 0 eV 0 fm 0 fm World initStep + 1 -249 um -10.4 cm 1.37 cm 1.41 MeV 3.26 keV 339 um 339 um World eIoni + 2 -233 um -10.6 cm 1.37 cm 14.6 MeV 204 eV 1.32 mm 1.66 mm World eIoni + 3 399 um -17.3 cm 1.41 cm 693 MeV 18.2 keV 6.78 cm 6.95 cm World eIoni + 4 461 um -20 cm 1.41 cm 959 MeV 7.09 keV 2.66 cm 9.61 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -223 um -6.75 cm 1.69 cm 1.76 keV 0 eV 0 fm 0 fm World initStep - 1 -223 um -6.75 cm 1.69 cm 497 keV 1.76 keV 124 um 124 um World eIoni - 2 -223 um -20 cm 1.69 cm 1.33 GeV 30.8 keV 13.8 cm 13.8 cm OutOfWorldTransportation + 0 399 um -17.3 cm 1.41 cm 2.83 keV 0 eV 0 fm 0 fm World initStep + 1 401 um -17.4 cm 1.41 cm 1.1 MeV 2.83 keV 265 um 265 um World eIoni + 2 365 um -17.6 cm 1.41 cm 27.3 MeV 0 eV 2.62 mm 2.89 mm World eIoni + 3 294 um -20 cm 1.41 cm 266 MeV 4.03 keV 2.39 cm 2.68 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 160 um -8.12 cm 1.76 cm 862 MeV 19.1 keV 8.61 cm 8.61 cm World eIoni - 2 163 um -9.22 cm 1.82 cm 972 MeV 1.78 keV 1.11 cm 9.71 cm World eIoni - 3 177 um -14.6 cm 2.03 cm 1.51 GeV 9.88 keV 5.43 cm 15.1 cm World eIoni - 4 179 um -15.5 cm 2.06 cm 1.6 GeV 3.21 keV 8.57 mm 16 cm World eIoni - 5 186 um -19 cm 2.15 cm 1.95 GeV 6.35 keV 3.51 cm 19.5 cm World eIoni - 6 189 um -20 cm 2.18 cm 2.05 GeV 2.47 keV 9.88 mm 20.5 cm OutOfWorldTransportation + 0 365 um -17.6 cm 1.41 cm 1 keV 0 eV 0 fm 0 fm World initStep + 1 366 um -17.6 cm 1.41 cm 199 keV 1 keV 53.3 um 53.3 um World eIoni + 2 372 um -20 cm 1.4 cm 239 MeV 4.91 keV 2.46 cm 2.47 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 186 um -19 cm 2.15 cm 2.62 keV 0 eV 0 fm 0 fm World initStep - 1 184 um -19 cm 2.16 cm 961 keV 2.62 keV 233 um 233 um World eIoni - 2 178 um -20 cm 2.16 cm 98.8 MeV 640 eV 9.79 mm 1 cm OutOfWorldTransportation + 0 -262 um -8.02 cm 1.36 cm 4.31 keV 0 eV 0 fm 0 fm World initStep + 1 -185 um -11.6 cm 1.38 cm 0 eV 403 eV 3.61 cm 3.61 cm World phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 15 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 179 um -15.5 cm 2.06 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 176 um -15.5 cm 2.06 cm 351 keV 1.4 keV 87.5 um 87.5 um World eIoni - 2 161 um -20 cm 2.06 cm 450 MeV 7.07 keV 4.6 cm 4.61 cm OutOfWorldTransportation + 0 -185 um -11.6 cm 1.38 cm 3.91 keV 0 eV 0 fm 0 fm World initStep + 1 -188 um -11.7 cm 1.37 cm 1.94 MeV 3.91 keV 463 um 463 um World eIoni + 2 -197 um -12.1 cm 1.38 cm 43.5 MeV 339 eV 4.15 mm 4.62 mm World eIoni + 3 -239 um -13.7 cm 1.4 cm 207 MeV 4.61 keV 1.64 cm 2.1 cm World eBrem + 4 -250 um -18.4 cm 1.41 cm 678 MeV 6.2 keV 4.71 cm 6.81 cm World eIoni + 5 -254 um -20 cm 1.41 cm 837 MeV 4.79 keV 1.59 cm 8.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 177 um -14.6 cm 2.03 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 179 um -14.6 cm 2.03 cm 212 keV 1.04 keV 56.2 um 56.2 um World eIoni - 2 192 um -20 cm 2.03 cm 535 MeV 14 keV 5.73 cm 5.74 cm OutOfWorldTransportation + 0 -250 um -18.4 cm 1.41 cm 1.32 keV 0 eV 0 fm 0 fm World initStep + 1 -253 um -18.4 cm 1.41 cm 316 keV 1.32 keV 79.9 um 79.9 um World eIoni + 2 -267 um -20 cm 1.41 cm 159 MeV 2.33 keV 1.6 cm 1.61 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 163 um -9.22 cm 1.82 cm 11.1 keV 0 eV 0 fm 0 fm World initStep - 1 127 um -9.34 cm 1.81 cm 11.7 MeV 4.16 keV 1.94 mm 1.94 mm World eIoni - 2 -1.84 mm -9.83 cm 1.97 cm 60.5 MeV 465 eV 5.7 mm 7.64 mm World eIoni - 3 -4.51 mm -20 cm 2.18 cm 1.08 GeV 18.7 keV 10.2 cm 10.9 cm OutOfWorldTransportation + 0 -266 um -6.33 cm 1.35 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 -263 um -6.33 cm 1.35 cm 209 keV 1.03 keV 55.4 um 55.4 um World eIoni + 2 3.12 cm -16.2 cm 3.33 cm 992 MeV 22.5 keV 11.5 cm 11.5 cm World eIoni + 3 4.31 cm -19.5 cm 5.46 cm 1.32 GeV 8.72 keV 4.1 cm 15.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 160 um -8.12 cm 1.76 cm 3.05 keV 0 eV 0 fm 0 fm World initStep - 1 166 um -8.13 cm 1.76 cm 1.26 MeV 3.05 keV 302 um 302 um World eIoni - 2 178 um -8.22 cm 1.76 cm 9.81 MeV 93.7 eV 855 um 1.16 mm World eIoni - 3 708 um -12.9 cm 1.78 cm 474 MeV 8.37 keV 4.64 cm 4.76 cm World eIoni - 4 728 um -13.3 cm 1.78 cm 515 MeV 806 eV 4.13 mm 5.17 cm World eIoni - 5 837 um -16.3 cm 1.79 cm 817 MeV 7.84 keV 3.01 cm 8.19 cm World eIoni - 6 919 um -20 cm 1.8 cm 1.19 GeV 7.36 keV 3.71 cm 11.9 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -193 um -7.42 cm 1.72 cm 792 MeV 14.3 keV 7.91 cm 7.91 cm World eIoni + 2 -241 um -16.5 cm 2.1 cm 1.7 GeV 16.3 keV 9.1 cm 17 cm World eIoni + 3 -248 um -20 cm 2.19 cm 2.05 GeV 5.75 keV 3.49 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 837 um -16.3 cm 1.79 cm 8.47 keV 0 eV 0 fm 0 fm World initStep - 1 863 um -16.4 cm 1.79 cm 7.7 MeV 4.95 keV 1.53 mm 1.53 mm World eIoni - 2 997 um -16.6 cm 1.73 cm 28.9 MeV 363 eV 2.21 mm 3.75 mm World eIoni - 3 1.02 mm -16.6 cm 1.72 cm 36.3 MeV 13.3 eV 747 um 4.5 mm World eIoni - 4 1.27 mm -20 cm 1.62 cm 371 MeV 5.6 keV 3.35 cm 3.8 cm OutOfWorldTransportation + 0 -241 um -16.5 cm 2.1 cm 799 keV 0 eV 0 fm 0 fm World initStep + 1 -500 um -20 cm 2.15 cm 350 MeV 4.36 keV 3.52 cm 3.52 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm -16.6 cm 1.72 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 1.02 mm -16.7 cm 1.72 cm 228 keV 1.09 keV 59.9 um 59.9 um World eIoni - 2 998 um -20 cm 1.72 cm 335 MeV 6.89 keV 3.47 cm 3.48 cm OutOfWorldTransportation + 0 -193 um -7.42 cm 1.72 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 -196 um -7.42 cm 1.72 cm 238 keV 1.11 keV 62.1 um 62.1 um World eIoni + 2 37.7 um -19.7 cm 1.39 cm 1.22 GeV 31.2 keV 14.1 cm 14.1 cm World eIoni + 3 838 um -20 cm 8.96 mm 1.26 GeV 654 eV 6.02 mm 14.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 728 um -13.3 cm 1.78 cm 1.68 keV 0 eV 0 fm 0 fm World initStep - 1 723 um -13.3 cm 1.78 cm 475 keV 1.68 keV 115 um 115 um World eIoni - 2 699 um -20 cm 1.78 cm 673 MeV 7.51 keV 6.88 cm 6.89 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 608 um -13.9 cm 2.06 cm 1.44 GeV 34.6 keV 14.4 cm 14.4 cm World eIoni + 2 685 um -15.6 cm 2.12 cm 1.61 GeV 6.79 keV 1.71 cm 16.1 cm World eIoni + 3 847 um -20 cm 2.24 cm 2.05 GeV 12.7 keV 4.38 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 708 um -12.9 cm 1.78 cm 134 keV 0 eV 0 fm 0 fm World initStep - 1 -2 cm -17.7 cm 1.65 cm 481 MeV 16.5 keV 5.58 cm 5.58 cm World eIoni - 2 -2.74 cm -19.8 cm 1.73 cm 696 MeV 5.35 keV 2.28 cm 7.85 cm OutOfWorldTransportation + 0 685 um -15.6 cm 2.12 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 687 um -15.6 cm 2.12 cm 212 keV 1.04 keV 56.2 um 56.2 um World eIoni + 2 706 um -20 cm 2.12 cm 438 MeV 10.8 keV 4.63 cm 4.63 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 2.04 um -1.78 mm 4.12 mm 67.8 MeV 1.02 keV 4.6 mm 4.6 mm World eIoni - 2 18.4 um -6.44 cm 1.69 cm 694 MeV 10.7 keV 6.47 cm 6.93 cm World eIoni - 3 4.93 um -8.56 cm 1.83 cm 906 MeV 6.5 keV 2.12 cm 9.05 cm World eIoni - 4 -31.4 um -20 cm 2.25 cm 2.05 GeV 23.4 keV 11.5 cm 20.5 cm OutOfWorldTransportation + 0 608 um -13.9 cm 2.06 cm 11 keV 0 eV 0 fm 0 fm World initStep + 1 627 um -14 cm 2.06 cm 11.5 MeV 3.77 keV 1.92 mm 1.92 mm World eIoni + 2 1.27 mm -15.5 cm 2.39 cm 164 MeV 4.12 keV 1.6 cm 1.79 cm World eIoni + 3 1.41 mm -20 cm 2.54 cm 609 MeV 10.4 keV 4.46 cm 6.24 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.93 um -8.56 cm 1.83 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 2.39 um -8.56 cm 1.83 cm 315 keV 1.32 keV 79.6 um 79.6 um World eIoni - 2 -14.8 um -20 cm 1.83 cm 1.14 GeV 19.1 keV 12.4 cm 12.4 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 868 um -17.7 cm 2.18 cm 1.82 GeV 33.8 keV 18.2 cm 18.2 cm World eIoni + 2 892 um -20 cm 2.24 cm 2.05 GeV 5.55 keV 2.29 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 18.4 um -6.44 cm 1.69 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 12.3 um -6.45 cm 1.69 cm 578 keV 1.93 keV 143 um 143 um World eIoni - 2 -19.3 um -20 cm 1.69 cm 1.36 GeV 21.7 keV 14 cm 14 cm OutOfWorldTransportation + 0 868 um -17.7 cm 2.18 cm 33.8 keV 0 eV 0 fm 0 fm World initStep + 1 798 um -17.8 cm 2.19 cm 13.8 MeV 1.08 keV 1.45 mm 1.45 mm World eIoni + 2 722 um -20 cm 2.23 cm 229 MeV 5.74 keV 2.16 cm 2.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 um -1.78 mm 4.12 mm 3.48 keV 0 eV 0 fm 0 fm World initStep - 1 12.5 um -1.88 mm 4.12 mm 1.03 MeV 464 eV 136 um 136 um World eIoni - 2 -2.02 cm -16.3 cm 7.9 mm 1.61 GeV 22.5 keV 16.4 cm 16.4 cm World eIoni - 3 -2.6 cm -18.6 cm 7.75 mm 1.84 GeV 5.14 keV 2.38 cm 18.8 cm World eIoni - 4 -2.76 cm -19.3 cm 7.71 mm 1.92 GeV 1.12 keV 7.38 mm 19.5 cm World eIoni - 5 -2.86 cm -19.8 cm 7.68 mm 1.96 GeV 1.36 keV 4.7 mm 20 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 25.1 um -3.44 cm 1.39 cm 265 MeV 9.66 keV 3.91 cm 3.91 cm World eBrem + 2 35.4 um -4.17 cm 1.48 cm 338 MeV 745 eV 7.35 mm 4.65 cm World eIoni + 3 55.3 um -7.05 cm 1.69 cm 625 MeV 6.58 keV 2.88 cm 7.53 cm World eIoni + 4 98.7 um -20 cm 2.08 cm 1.92 GeV 27.2 keV 13 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm -19.3 cm 7.71 mm 2.64 keV 0 eV 0 fm 0 fm World initStep - 1 -2.76 cm -19.3 cm 7.7 mm 975 keV 2.64 keV 236 um 236 um World eIoni - 2 -2.76 cm -19.8 cm 7.68 mm 47.4 MeV 598 eV 4.64 mm 4.88 mm OutOfWorldTransportation + 0 55.3 um -7.05 cm 1.69 cm 3.21 keV 0 eV 0 fm 0 fm World initStep + 1 48.4 um -7.06 cm 1.69 cm 1.37 MeV 3.21 keV 330 um 330 um World eIoni + 2 48.4 um -7.14 cm 1.69 cm 9.8 MeV 21.3 eV 843 um 1.17 mm World eIoni + 3 67.2 um -7.75 cm 1.69 cm 70.1 MeV 912 eV 6.03 mm 7.2 mm World eIoni + 4 -29.7 um -15 cm 1.69 cm 795 MeV 14.1 keV 7.25 cm 7.97 cm World eIoni + 5 -150 um -18.7 cm 1.67 cm 1.17 GeV 5.93 keV 3.71 cm 11.7 cm World eIoni + 6 -185 um -20 cm 1.67 cm 1.3 GeV 2.64 keV 1.29 cm 13 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.6 cm -18.6 cm 7.75 mm 13.8 keV 0 eV 0 fm 0 fm World initStep - 1 -2.6 cm -18.8 cm 7.71 mm 15.6 MeV 3.99 keV 2.32 mm 2.32 mm World eIoni - 2 -2.19 cm -19.9 cm 7.85 mm 126 MeV 2.18 keV 1.23 cm 1.46 cm OutOfWorldTransportation + 0 -150 um -18.7 cm 1.67 cm 7.25 keV 0 eV 0 fm 0 fm World initStep + 1 -129 um -18.8 cm 1.67 cm 5.76 MeV 3.75 keV 1.12 mm 1.12 mm World eIoni + 2 -2 mm -20 cm 1.52 cm 129 MeV 1.57 keV 1.31 cm 1.43 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 cm -16.3 cm 7.9 mm 2.35 keV 0 eV 0 fm 0 fm World initStep - 1 -2.02 cm -16.3 cm 7.89 mm 799 keV 2.35 keV 195 um 195 um World eIoni - 2 -2.07 cm -18.1 cm 8.72 mm 182 MeV 1.49 keV 1.82 cm 1.84 cm World eIoni - 3 -2.08 cm -19.9 cm 9.23 mm 358 MeV 3.58 keV 1.76 cm 3.6 cm OutOfWorldTransportation + 0 -29.7 um -15 cm 1.69 cm 9.18 keV 0 eV 0 fm 0 fm World initStep + 1 -61.3 um -15.1 cm 1.69 cm 8.78 MeV 4.54 keV 1.65 mm 1.65 mm World eIoni + 2 292 um -15.2 cm 1.72 cm 21.8 MeV 250 eV 1.41 mm 3.06 mm World eIoni + 3 1.44 mm -20 cm 1.85 cm 500 MeV 7.95 keV 4.79 cm 5.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -148 um -5.05 cm 1.56 cm 555 MeV 10.8 keV 5.53 cm 5.53 cm World eIoni - 2 -199 um -9.64 cm 1.87 cm 1.01 GeV 9.42 keV 4.6 cm 10.1 cm World eIoni - 3 -274 um -20 cm 2.23 cm 2.05 GeV 19 keV 10.4 cm 20.5 cm OutOfWorldTransportation + 0 67.2 um -7.75 cm 1.69 cm 1.28 keV 0 eV 0 fm 0 fm World initStep + 1 66 um -7.75 cm 1.69 cm 302 keV 1.28 keV 76.5 um 76.5 um World eIoni + 2 58.2 um -20 cm 1.69 cm 1.23 GeV 21.2 keV 13.4 cm 13.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -199 um -9.64 cm 1.87 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 -197 um -9.64 cm 1.87 cm 242 keV 1.13 keV 63 um 63 um World eIoni - 2 -181 um -20 cm 1.87 cm 1.04 GeV 26.8 keV 11.6 cm 11.6 cm OutOfWorldTransportation + 0 35.4 um -4.17 cm 1.48 cm 4.89 keV 0 eV 0 fm 0 fm World initStep + 1 51.7 um -4.2 cm 1.48 cm 2.89 MeV 4.89 keV 686 um 686 um World eIoni + 2 52.5 um -4.46 cm 1.48 cm 28.9 MeV 887 eV 2.6 mm 3.29 mm World eIoni + 3 154 um -15 cm 1.42 cm 1.03 GeV 15 keV 10.5 cm 10.8 cm World eBrem + 4 236 um -20 cm 1.39 cm 1.54 GeV 10 keV 5.05 cm 15.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -148 um -5.05 cm 1.56 cm 3.84 keV 0 eV 0 fm 0 fm World initStep - 1 -140 um -5.06 cm 1.56 cm 1.88 MeV 3.84 keV 449 um 449 um World eIoni - 2 -120 um -5.88 cm 1.58 cm 83.6 MeV 1.05 keV 8.17 mm 8.62 mm World eIoni - 3 -143 um -13.3 cm 1.62 cm 824 MeV 15.5 keV 7.41 cm 8.27 cm World eIoni - 4 -128 um -20 cm 1.64 cm 1.5 GeV 13.3 keV 6.71 cm 15 cm OutOfWorldTransportation + 0 154 um -15 cm 1.42 cm 47.5 MeV 0 eV 0 fm 0 fm World initStep + 1 233 um -20 cm 1.39 cm 47.5 MeV 0 eV 5.05 cm 5.05 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -143 um -13.3 cm 1.62 cm 3.22 keV 0 eV 0 fm 0 fm World initStep - 1 -154 um -13.3 cm 1.62 cm 1.38 MeV 3.22 keV 331 um 331 um World eIoni - 2 -177 um -13.5 cm 1.62 cm 17.9 MeV 307 eV 1.65 mm 1.98 mm World eIoni - 3 -224 um -20 cm 1.62 cm 671 MeV 11.2 keV 6.54 cm 6.73 cm OutOfWorldTransportation + 0 25.1 um -3.44 cm 1.39 cm 130 MeV 0 eV 0 fm 0 fm World initStep + 1 104 um -20 cm 3.56 cm 130 MeV 0 eV 16.7 cm 16.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5354,49 +5304,27 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 51.2 um -6.19 cm 1.64 cm 669 MeV 9.76 keV 6.68 cm 6.68 cm World eIoni - 2 140 um -10 cm 1.86 cm 1.05 GeV 9.02 keV 3.86 cm 10.5 cm World eIoni - 3 273 um -18.9 cm 2.16 cm 1.94 GeV 21.1 keV 8.83 cm 19.4 cm World eIoni - 4 285 um -20 cm 2.19 cm 2.05 GeV 2.18 keV 1.13 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 273 um -18.9 cm 2.16 cm 2.05 keV 0 eV 0 fm 0 fm World initStep - 1 271 um -18.9 cm 2.16 cm 634 keV 2.05 keV 156 um 156 um World eIoni - 2 235 um -19.1 cm 2.16 cm 21.9 MeV 231 eV 2.13 mm 2.29 mm World eIoni - 3 188 um -20 cm 2.17 cm 113 MeV 811 eV 9.1 mm 1.14 cm OutOfWorldTransportation + 1 348 um -9.47 cm 1.87 cm 997 MeV 20.8 keV 9.96 cm 9.96 cm World eIoni + 2 477 um -13.8 cm 2.04 cm 1.43 GeV 9.44 keV 4.3 cm 14.3 cm World eIoni + 3 604 um -20 cm 2.22 cm 2.05 GeV 10.9 keV 6.24 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 140 um -10 cm 1.86 cm 8.79 keV 0 eV 0 fm 0 fm World initStep - 1 107 um -10.1 cm 1.86 cm 8.17 MeV 6.32 keV 1.59 mm 1.59 mm World eIoni - 2 -1.44 mm -10.5 cm 2.03 cm 45.5 MeV 830 eV 5.01 mm 6.6 mm World eIoni - 3 -2.66 mm -14.4 cm 2.15 cm 434 MeV 7.73 keV 3.89 cm 4.55 cm World eIoni - 4 -3.25 mm -20 cm 2.19 cm 996 MeV 13.2 keV 5.62 cm 10.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.66 mm -14.4 cm 2.15 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 -2.65 mm -14.4 cm 2.15 cm 294 keV 1.26 keV 74.7 um 74.7 um World eIoni - 2 -2.63 mm -20 cm 2.15 cm 562 MeV 9.35 keV 5.85 cm 5.86 cm OutOfWorldTransportation + 0 477 um -13.8 cm 2.04 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 480 um -13.8 cm 2.04 cm 209 keV 1.03 keV 55.5 um 55.5 um World eIoni + 2 501 um -20 cm 2.05 cm 623 MeV 20.5 keV 6.78 cm 6.78 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 51.2 um -6.19 cm 1.64 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 54.3 um -6.2 cm 1.64 cm 293 keV 1.26 keV 74.7 um 74.7 um World eIoni - 2 76.5 um -20 cm 1.63 cm 1.38 GeV 26.9 keV 15.4 cm 15.4 cm OutOfWorldTransportation + 0 348 um -9.47 cm 1.87 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 345 um -9.47 cm 1.87 cm 248 keV 1.14 keV 64.4 um 64.4 um World eIoni + 2 327 um -20 cm 1.87 cm 1.05 GeV 24.3 keV 11.8 cm 11.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5404,1252 +5332,405 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -316 um -8.59 cm 1.81 cm 909 MeV 18 keV 9.08 cm 9.08 cm World eIoni - 2 -427 um -11.6 cm 1.95 cm 1.21 GeV 11.1 keV 3.05 cm 12.1 cm World eIoni - 3 -609 um -18.9 cm 2.19 cm 1.94 GeV 12.2 keV 7.22 cm 19.4 cm World eIoni - 4 -631 um -20 cm 2.22 cm 2.05 GeV 4.74 keV 1.14 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -609 um -18.9 cm 2.19 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -610 um -18.9 cm 2.19 cm 227 keV 1.08 keV 59.6 um 59.6 um World eIoni - 2 -616 um -20 cm 2.19 cm 114 MeV 2.19 keV 1.15 cm 1.15 cm OutOfWorldTransportation + 1 -254 um -12.6 cm 2.04 cm 1.31 GeV 23.8 keV 13.1 cm 13.1 cm World eIoni + 2 -323 um -16.8 cm 2.19 cm 1.73 GeV 9.11 keV 4.14 cm 17.3 cm World eIoni + 3 -366 um -20 cm 2.27 cm 2.05 GeV 6.17 keV 3.23 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -427 um -11.6 cm 1.95 cm 2.36 keV 0 eV 0 fm 0 fm World initStep - 1 -425 um -11.7 cm 1.96 cm 808 keV 2.36 keV 197 um 197 um World eIoni - 2 -511 um -12 cm 1.96 cm 38.4 MeV 917 eV 3.76 mm 3.96 mm WorldTransportation - 3 -511 um -12 cm 1.96 cm 38.4 MeV 0 eV 0 fm 3.96 mm World eIoni - 4 -958 um -20 cm 1.95 cm 836 MeV 16.4 keV 7.97 cm 8.37 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -316 um -8.59 cm 1.81 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 -316 um -8.6 cm 1.81 cm 358 keV 1.42 keV 89 um 89 um World eIoni - 2 -313 um -20 cm 1.81 cm 1.14 GeV 24.9 keV 12.1 cm 12.2 cm OutOfWorldTransportation + 0 -323 um -16.8 cm 2.19 cm 20.1 keV 0 eV 0 fm 0 fm World initStep + 1 -288 um -17 cm 2.18 cm 25.1 MeV 5.45 keV 3.3 mm 3.3 mm World eIoni + 2 -227 um -17.1 cm 2.24 cm 29.5 MeV 109 eV 772 um 4.07 mm World eIoni + 3 5.32 um -17.5 cm 2.48 cm 71 MeV 1.7 keV 4.81 mm 8.88 mm World eIoni + 4 352 um -20 cm 2.82 cm 323 MeV 3.38 keV 2.55 cm 3.44 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 405 um -10.3 cm 1.9 cm 1.08 GeV 22.2 keV 10.7 cm 10.7 cm World eIoni - 2 443 um -16.6 cm 2.14 cm 1.71 GeV 16.7 keV 6.3 cm 17 cm World eIoni - 3 458 um -20 cm 2.23 cm 2.05 GeV 6.82 keV 3.45 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 443 um -16.6 cm 2.14 cm 1.16 keV 0 eV 0 fm 0 fm World initStep - 1 446 um -16.6 cm 2.14 cm 254 keV 1.16 keV 65.8 um 65.8 um World eIoni - 2 461 um -20 cm 2.14 cm 345 MeV 9.58 keV 3.56 cm 3.56 cm OutOfWorldTransportation + 0 5.32 um -17.5 cm 2.48 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 3.67 um -17.5 cm 2.48 cm 379 keV 1.47 keV 93.8 um 93.8 um World eIoni + 2 -4.71 um -20 cm 2.47 cm 252 MeV 5.67 keV 2.55 cm 2.56 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 405 um -10.3 cm 1.9 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 402 um -10.3 cm 1.9 cm 228 keV 1.09 keV 59.8 um 59.8 um World eIoni - 2 384 um -20 cm 1.9 cm 974 MeV 23.1 keV 11 cm 11 cm OutOfWorldTransportation - Run terminated. -Run Summary - Number of events processed : 100 - User=0.030000s Real=0.049123s Sys=0.010000s -# -# Test commands defined in this example -/control/verbose 2 -# -/calor/setAbsMat Air -/calor/setWorldMat Xe20CO2 -/calor/setAbsThick 38 mm -/run/reinitializeGeometry -/calor/setAbsRad 12 cm -/run/reinitializeGeometry -/calor/setAbsZpos 40 cm -/run/reinitializeGeometry -/calor/setWorldZ 100 cm -/run/reinitializeGeometry -/calor/setWorldR 25 cm -/run/reinitializeGeometry -#/rndm/save is NOT USED in macro. # to remove -#/rndm/read is NOT USED in macro. # to remove -# -/gun/random on -/gun/xvertex 10 mm - X coordinate of the primary vertex = 10 mm. -/gun/yvertex 10 mm - Y coordinate of the primary vertex = 10 mm. -/gun/zvertex 10 mm - Z coordinate of the primary vertex = 10 mm. -# -/run/beamOn 1 -Start re-initialization because - Geometry -has been modified since last Run. - - The WORLD is made of 1000mm of Xe20CO2, the transverse size (R) of the world is 250 mm. - The ABSORBER is made of 38mm of Air, the transverse size (R) is 120 mm. - Z position of the (middle of the) absorber 400 mm. - -Global field created with stepper ClassicalRK4 - -========= 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 : No - Material : Kr20CO2 - 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 - -Index : 2 used in the geometry : Yes - Material : Xe20CO2 - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 990 eV e- 1.1371297826313 keV e+ 1.1142639816587 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -================================================================== - -### Run 1 starts. ---> Event 0 starts. + 0 -254 um -12.6 cm 2.04 cm 1.83 keV 0 eV 0 fm 0 fm World initStep + 1 -252 um -12.6 cm 2.04 cm 525 keV 1.83 keV 131 um 131 um World eIoni + 2 -245 um -20 cm 2.04 cm 737 MeV 9.65 keV 7.52 cm 7.53 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -1.33 cm 1 cm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 1.52 cm -2.38 cm 1.91 cm 155 MeV 6.1 keV 1.47 cm 1.47 cm World eIoni - 2 1.51 cm -3.77 cm 2.25 cm 294 MeV 5.39 keV 1.44 cm 2.91 cm World eIoni - 3 1.5 cm -4.38 cm 2.35 cm 356 MeV 5.76 keV 6.19 mm 3.53 cm World eIoni - 4 1.5 cm -5.42 cm 2.48 cm 459 MeV 10.3 keV 1.05 cm 4.57 cm World eIoni - 5 1.49 cm -6.82 cm 2.62 cm 600 MeV 8.63 keV 1.41 cm 5.99 cm World eIoni - 6 1.46 cm -13.5 cm 3.01 cm 1.26 GeV 47.8 keV 6.66 cm 12.6 cm World eIoni - 7 1.46 cm -16.4 cm 3.11 cm 1.55 GeV 20.7 keV 2.89 cm 15.5 cm World eIoni - 8 1.45 cm -18.7 cm 3.19 cm 1.79 GeV 12.2 keV 2.36 cm 17.9 cm World eIoni - 9 1.44 cm -22 cm 3.28 cm 2.12 GeV 21 keV 3.29 cm 21.2 cm World eIoni - 10 1.44 cm -22.3 cm 3.29 cm 2.15 GeV 688 eV 3.2 mm 21.5 cm World eIoni - 11 1.44 cm -25 cm 3.35 cm 2.41 GeV 11.8 keV 2.63 cm 24.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -22.3 cm 3.29 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 1.44 cm -22.3 cm 3.29 cm 69.4 keV 1.24 keV 52.8 um 52.8 um World eIoni - 2 1.44 cm -22.6 cm 3.29 cm 30.6 MeV 11.7 keV 9.04 mm 9.1 mm World eIoni - 3 7.6 mm -25 cm 3.03 cm 266 MeV 20.3 keV 2.93 cm 3.84 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -22 cm 3.28 cm 1.44 keV 0 eV 0 fm 0 fm World initStep - 1 1.44 cm -22 cm 3.28 cm 84.3 keV 1.44 keV 64.3 um 64.3 um World eIoni - 2 2.19 cm -22.4 cm 3.62 cm 41.7 MeV 8.79 keV 1.2 cm 1.21 cm World eIoni - 3 2.93 cm -23.4 cm 4.18 cm 140 MeV 6.82 keV 1.5 cm 2.71 cm World msc - 4 3.15 cm -24.8 cm 4.36 cm 279 MeV 8.19 keV 1.42 cm 4.13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 cm -18.7 cm 3.19 cm 3.03 keV 0 eV 0 fm 0 fm World initStep - 1 1.45 cm -18.7 cm 3.19 cm 230 keV 3.03 keV 182 um 182 um World eIoni - 2 1.46 cm -18.8 cm 3.18 cm 9.74 MeV 308 eV 971 um 1.15 mm World eIoni - 3 1.46 cm -19.1 cm 3.16 cm 40.2 MeV 522 eV 3.05 mm 4.21 mm World eIoni - 4 1.46 cm -19.2 cm 3.16 cm 50.3 MeV 1.91 keV 1.01 mm 5.22 mm World eIoni - 5 1.46 cm -19.9 cm 3.15 cm 116 MeV 4.88 keV 6.59 mm 1.18 cm World eIoni - 6 1.46 cm -20 cm 3.15 cm 124 MeV 791 eV 761 um 1.26 cm World eIoni - 7 1.46 cm -21.9 cm 3.13 cm 318 MeV 10.4 keV 1.94 cm 3.2 cm World eIoni - 8 1.46 cm -25 cm 3.13 cm 624 MeV 21.1 keV 3.05 cm 6.26 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -21.9 cm 3.13 cm 3.75 keV 0 eV 0 fm 0 fm World initStep - 1 1.46 cm -21.9 cm 3.13 cm 194 keV 48.2 eV 30.2 um 30.2 um World eIoni - 2 1.55 cm -22.2 cm 3.17 cm 27.7 MeV 2.37 keV 3.01 mm 3.04 mm World eIoni - 3 1.63 cm -23.6 cm 2.73 cm 166 MeV 8.23 keV 1.47 cm 1.77 cm World eIoni - 4 1.65 cm -24.9 cm 2.59 cm 304 MeV 5.63 keV 1.4 cm 3.17 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 cm -23.6 cm 2.73 cm 7.04 keV 0 eV 0 fm 0 fm World initStep - 1 1.63 cm -23.6 cm 2.73 cm 795 keV 7.04 keV 692 um 692 um World eIoni - 2 1.62 cm -23.7 cm 2.71 cm 19.3 MeV 274 eV 1.86 mm 2.55 mm World eIoni - 3 1.56 cm -25 cm 2.7 cm 140 MeV 8.29 keV 1.2 cm 1.46 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm -22.2 cm 3.17 cm 5.68 keV 0 eV 0 fm 0 fm World initStep - 1 1.55 cm -22.2 cm 3.17 cm 579 keV 5.68 keV 486 um 486 um World eIoni - 2 1.53 cm -22.4 cm 3.16 cm 21.7 MeV 365 eV 2.14 mm 2.62 mm World eIoni - 3 1.45 cm -25 cm 3.16 cm 278 MeV 10.3 keV 2.56 cm 2.83 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -21.9 cm 3.13 cm 1.88 keV 0 eV 0 fm 0 fm World initStep - 1 1.46 cm -21.9 cm 3.13 cm 118 keV 1.88 keV 93.2 um 93.2 um World eIoni - 2 3.6 mm -22.6 cm 3.85 cm 71.1 MeV 19.9 keV 1.93 cm 1.94 cm World msc - 3 -3.32 mm -23.9 cm 4.24 cm 196 MeV 9.4 keV 1.52 cm 3.45 cm World msc - 4 -5.86 mm -25 cm 4.38 cm 309 MeV 7.64 keV 1.16 cm 4.61 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -20 cm 3.15 cm 1.94 keV 0 eV 0 fm 0 fm World initStep - 1 1.46 cm -20 cm 3.15 cm 121 keV 1.94 keV 96.9 um 96.9 um World eIoni - 2 2.19 cm -20.7 cm 3.97 cm 71.5 MeV 9.56 keV 1.67 cm 1.68 cm World eBrem - 3 1.9 cm -22 cm 5.27 cm 203 MeV 21.3 keV 2.63 cm 4.31 cm World msc - 4 1.86 cm -24.9 cm 5.59 cm 497 MeV 22.1 keV 2.96 cm 7.27 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -19.9 cm 3.15 cm 11.2 keV 0 eV 0 fm 0 fm World initStep - 1 1.46 cm -19.9 cm 3.15 cm 1.67 MeV 8.05 keV 1.34 mm 1.34 mm World eIoni - 2 1.51 cm -25 cm 3.22 cm 507 MeV 21.2 keV 5.34 cm 5.48 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -19.2 cm 3.16 cm 2.38 keV 0 eV 0 fm 0 fm World initStep - 1 1.46 cm -19.2 cm 3.16 cm 162 keV 2.38 keV 128 um 128 um World eIoni - 2 7.49 mm -20.1 cm 3.62 cm 89 MeV 10.3 keV 1.46 cm 1.48 cm World eIoni - 3 5.9 mm -22.3 cm 3.82 cm 307 MeV 11.3 keV 2.2 cm 3.67 cm World eIoni - 4 5.58 mm -23.1 cm 3.86 cm 387 MeV 4.04 keV 8.03 mm 4.47 cm World eIoni - 5 5.02 mm -25 cm 3.92 cm 577 MeV 13.8 keV 1.9 cm 6.38 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.58 mm -23.1 cm 3.86 cm 1.44 keV 0 eV 0 fm 0 fm World initStep - 1 5.57 mm -23.1 cm 3.86 cm 84.9 keV 1.44 keV 64.9 um 64.9 um World eIoni - 2 4.39 mm -23.5 cm 3.03 cm 42.3 MeV 13.8 keV 1.22 cm 1.23 cm World eIoni - 3 2.61 mm -24.3 cm 2.71 cm 118 MeV 4.06 keV 8.51 mm 2.08 cm World msc - 4 1.85 mm -25 cm 2.58 cm 190 MeV 4.34 keV 7.43 mm 2.82 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.9 mm -22.3 cm 3.82 cm 5.46 keV 0 eV 0 fm 0 fm World initStep - 1 5.91 mm -22.3 cm 3.82 cm 546 keV 5.46 keV 456 um 456 um World eIoni - 2 5.89 mm -22.4 cm 3.82 cm 6.55 MeV 647 eV 602 um 1.06 mm World eIoni - 3 5.81 mm -25 cm 3.82 cm 270 MeV 12.2 keV 2.64 cm 2.75 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -19.1 cm 3.16 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 1.46 cm -19.1 cm 3.16 cm 68.7 keV 1.23 keV 52.3 um 52.3 um World eIoni - 2 1.46 cm -19.4 cm 3.16 cm 30.1 MeV 9.37 keV 8.92 mm 8.97 mm World eIoni - 3 1.39 cm -25 cm 2.4 cm 584 MeV 24.1 keV 5.65 cm 6.55 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -16.4 cm 3.11 cm 30.9 keV 0 eV 0 fm 0 fm World initStep - 1 1.46 cm -16.4 cm 3.12 cm 4.55 MeV 720 eV 628 um 628 um World eIoni - 2 1.37 cm -25 cm 3.01 cm 861 MeV 24.1 keV 8.72 cm 8.78 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -13.5 cm 3.01 cm 8.12 keV 0 eV 0 fm 0 fm World initStep - 1 1.46 cm -13.5 cm 3.01 cm 991 keV 8.12 keV 879 um 879 um World eIoni - 2 1.46 cm -13.6 cm 3 cm 9.42 MeV 795 eV 844 um 1.72 mm World eIoni - 3 1.53 cm -24.8 cm 2.81 cm 1.13 GeV 39.6 keV 11.3 cm 11.5 cm World eIoni - 4 1.55 cm -25 cm 2.81 cm 1.15 GeV 338 eV 1.51 mm 11.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 cm -24.8 cm 2.81 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 1.53 cm -24.8 cm 2.81 cm 79.6 keV 1.37 keV 60.3 um 60.3 um World eIoni - 2 1.53 cm -25 cm 2.81 cm 15.1 MeV 721 eV 1.86 mm 1.92 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 208 um -7.33 cm 1.72 cm 783 MeV 14.1 keV 7.82 cm 7.82 cm World eIoni + 2 238 um -9.32 cm 1.83 cm 982 MeV 9.85 keV 2 cm 9.82 cm World eIoni + 3 313 um -18.1 cm 2.15 cm 1.86 GeV 15.4 keV 8.74 cm 18.6 cm World eIoni + 4 323 um -20 cm 2.2 cm 2.05 GeV 5.39 keV 1.95 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 cm -6.82 cm 2.62 cm 9.79 keV 0 eV 0 fm 0 fm World initStep - 1 1.49 cm -6.84 cm 2.62 cm 1.34 MeV 3.41 keV 635 um 635 um World eIoni - 2 1.12 cm -12.2 cm 4.24 cm 539 MeV 21.5 keV 5.86 cm 5.93 cm World eIoni - 3 1.1 cm -12.6 cm 4.33 cm 577 MeV 500 eV 3.93 mm 6.32 cm World eIoni - 4 9.41 mm -15.4 cm 4.9 cm 854 MeV 14.3 keV 2.84 cm 9.16 cm World eIoni - 5 8.44 mm -17.7 cm 5.25 cm 1.09 GeV 13.3 keV 2.38 cm 11.5 cm World eIoni - 6 8 mm -19 cm 5.41 cm 1.22 GeV 8.05 keV 1.29 cm 12.8 cm World eIoni - 7 7.07 mm -22.2 cm 5.74 cm 1.54 GeV 14.3 keV 3.23 cm 16.1 cm World eIoni - 8 6.72 mm -23.6 cm 5.86 cm 1.68 GeV 4.5 keV 1.39 cm 17.5 cm World eIoni - 9 6.4 mm -25 cm 5.97 cm 1.82 GeV 5.95 keV 1.4 cm 18.8 cm OutOfWorldTransportation + 0 313 um -18.1 cm 2.15 cm 7.77 keV 0 eV 0 fm 0 fm World initStep + 1 330 um -18.1 cm 2.15 cm 6.64 MeV 4.59 keV 1.41 mm 1.41 mm World eIoni + 2 417 um -18.2 cm 2.18 cm 9.99 MeV 1.32 keV 461 um 1.87 mm World eIoni + 3 906 um -20 cm 2.35 cm 195 MeV 2.59 keV 1.86 cm 2.05 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.72 mm -23.6 cm 5.86 cm 1.87 keV 0 eV 0 fm 0 fm World initStep - 1 6.72 mm -23.6 cm 5.86 cm 116 keV 1.87 keV 92.3 um 92.3 um World eIoni - 2 6.42 mm -24.1 cm 5.36 cm 51.9 MeV 10.1 keV 8.54 mm 8.64 mm World msc - 3 6.94 mm -25 cm 4.96 cm 135 MeV 5.85 keV 9.38 mm 1.8 cm World msc - 4 6.95 mm -25 cm 4.95 cm 139 MeV 804 eV 395 um 1.84 cm OutOfWorldTransportation + 0 238 um -9.32 cm 1.83 cm 2.24 keV 0 eV 0 fm 0 fm World initStep + 1 239 um -9.33 cm 1.83 cm 739 keV 2.24 keV 181 um 181 um World eIoni + 2 241 um -9.46 cm 1.83 cm 13.5 MeV 47.1 eV 1.27 mm 1.46 mm World eIoni + 3 270 um -20 cm 1.83 cm 1.07 GeV 18.3 keV 10.5 cm 10.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.07 mm -22.2 cm 5.74 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 7.07 mm -22.2 cm 5.74 cm 67.8 keV 1.22 keV 51.7 um 51.7 um World eIoni - 2 7.05 mm -22.5 cm 5.74 cm 29.5 MeV 13.9 keV 8.76 mm 8.81 mm World eIoni - 3 4.44 mm -25 cm 6.11 cm 278 MeV 10.9 keV 2.55 cm 3.43 cm OutOfWorldTransportation + 0 208 um -7.33 cm 1.72 cm 13.2 keV 0 eV 0 fm 0 fm World initStep + 1 226 um -7.48 cm 1.72 cm 14.8 MeV 4.81 keV 2.23 mm 2.23 mm World eIoni + 2 -1.3 mm -7.99 cm 1.87 cm 66 MeV 802 eV 5.67 mm 7.91 mm World eIoni + 3 -2.59 mm -10.1 cm 1.99 cm 278 MeV 4.76 keV 2.13 cm 2.92 cm World eIoni + 4 -3.91 mm -19.9 cm 2.12 cm 1.26 GeV 18.1 keV 9.78 cm 12.7 cm World eIoni + 5 -3.92 mm -20 cm 2.12 cm 1.27 GeV 377 eV 999 um 12.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8 mm -19 cm 5.41 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 8 mm -19 cm 5.41 cm 66.7 keV 1.21 keV 51 um 51 um World eIoni - 2 7.99 mm -19.3 cm 5.41 cm 28.7 MeV 5.99 keV 8.55 mm 8.6 mm World eIoni - 3 -438 um -25 cm 5.9 cm 600 MeV 30.4 keV 5.92 cm 6.78 cm OutOfWorldTransportation + 0 -3.91 mm -19.9 cm 2.12 cm 1.88 keV 0 eV 0 fm 0 fm World initStep + 1 -3.91 mm -19.9 cm 2.12 cm 553 keV 1.88 keV 137 um 137 um World eIoni + 2 -3.9 mm -20 cm 2.12 cm 10 MeV 15.5 eV 946 um 1.08 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.44 mm -17.7 cm 5.25 cm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 8.44 mm -17.7 cm 5.25 cm 99.8 keV 1.65 keV 77.9 um 77.9 um World eIoni - 2 8.46 mm -18.3 cm 5.25 cm 54.9 MeV 12.5 keV 1.56 cm 1.57 cm World eIoni - 3 2.21 cm -24.9 cm 5.1 cm 718 MeV 29.6 keV 6.9 cm 8.46 cm OutOfWorldTransportation + 0 -2.59 mm -10.1 cm 1.99 cm 5.16 keV 0 eV 0 fm 0 fm World initStep + 1 -2.6 mm -10.1 cm 1.99 cm 3.18 MeV 5.16 keV 754 um 754 um World eIoni + 2 -2.62 mm -10.7 cm 2 cm 63.6 MeV 353 eV 6.04 mm 6.79 mm World eIoni + 3 -2.72 mm -14.8 cm 2.02 cm 467 MeV 6.72 keV 4.04 cm 4.72 cm World eIoni + 4 -2.74 mm -20 cm 2.03 cm 988 MeV 9.36 keV 5.21 cm 9.93 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.41 mm -15.4 cm 4.9 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 9.4 mm -15.4 cm 4.9 cm 69.6 keV 1.25 keV 53.2 um 53.2 um World eIoni - 2 9.39 mm -15.7 cm 4.9 cm 30.8 MeV 7.36 keV 9.09 mm 9.15 mm World eIoni - 3 2.07 cm -24.9 cm 4.5 cm 955 MeV 46.6 keV 9.49 cm 10.4 cm OutOfWorldTransportation + 0 -2.72 mm -14.8 cm 2.02 cm 3.85 keV 0 eV 0 fm 0 fm World initStep + 1 -2.71 mm -14.8 cm 2.02 cm 1.89 MeV 3.85 keV 450 um 450 um World eIoni + 2 -2.72 mm -15 cm 2.02 cm 25.1 MeV 296 eV 2.32 mm 2.77 mm World eIoni + 3 -2.8 mm -16.4 cm 2.02 cm 159 MeV 1.37 keV 1.34 cm 1.61 cm World eIoni + 4 -2.87 mm -20 cm 2.03 cm 521 MeV 6.22 keV 3.62 cm 5.24 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -12.6 cm 4.33 cm 2.54 keV 0 eV 0 fm 0 fm World initStep - 1 1.1 cm -12.6 cm 4.33 cm 178 keV 2.54 keV 141 um 141 um World eIoni - 2 1.09 cm -12.8 cm 4.34 cm 22.4 MeV 2.95 keV 2.4 mm 2.54 mm World eIoni - 3 1.04 cm -12.9 cm 4.29 cm 26.5 MeV 344 eV 761 um 3.3 mm World eIoni - 4 9.25 mm -13.1 cm 4.2 cm 48.3 MeV 759 eV 2.68 mm 5.98 mm World eIoni - 5 6.35 mm -15.7 cm 3.93 cm 313 MeV 12.7 keV 2.69 cm 3.28 cm World eIoni - 6 6.28 mm -15.9 cm 3.92 cm 330 MeV 127 eV 1.7 mm 3.45 cm World eIoni - 7 5.6 mm -18.1 cm 3.83 cm 550 MeV 14.9 keV 2.2 cm 5.66 cm World eIoni - 8 5.58 mm -18.2 cm 3.83 cm 559 MeV 736 eV 995 um 5.75 cm World eIoni - 9 4.8 mm -22.8 cm 3.73 cm 1.02 GeV 30.6 keV 4.61 cm 10.4 cm World eIoni - 10 4.57 mm -25 cm 3.7 cm 1.24 GeV 14.4 keV 2.2 cm 12.6 cm OutOfWorldTransportation + 0 -2.8 mm -16.4 cm 2.02 cm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 -2.8 mm -16.4 cm 2.02 cm 383 keV 1.48 keV 94.8 um 94.8 um World eIoni + 2 -2.77 mm -20 cm 2.02 cm 362 MeV 7.74 keV 3.68 cm 3.69 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.8 mm -22.8 cm 3.73 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 4.81 mm -22.8 cm 3.73 cm 65.2 keV 1.18 keV 49.6 um 49.6 um World eIoni - 2 4.82 mm -23.1 cm 3.73 cm 27.7 MeV 4.76 keV 8.27 mm 8.32 mm World eIoni - 3 -125 um -25 cm 3.59 cm 220 MeV 9.4 keV 2.02 cm 2.86 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -27.7 um -10.5 cm 1.95 cm 1.1 GeV 22.7 keV 11 cm 11 cm World eIoni + 2 -28.6 um -10.9 cm 1.96 cm 1.14 GeV 507 eV 3.62 mm 11.4 cm World eIoni + 3 -43.9 um -20 cm 2.28 cm 2.05 GeV 23.3 keV 9.15 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.58 mm -18.2 cm 3.83 cm 2.25 keV 0 eV 0 fm 0 fm World initStep - 1 5.58 mm -18.2 cm 3.83 cm 149 keV 2.25 keV 119 um 119 um World eIoni - 2 2.53 cm -19.2 cm 3.99 cm 105 MeV 19.1 keV 2.9 cm 2.91 cm World eIoni - 3 5.35 cm -24.4 cm 4.57 cm 623 MeV 43 keV 6.7 cm 9.61 cm OutOfWorldTransportation + 0 -28.6 um -10.9 cm 1.96 cm 4.74 keV 0 eV 0 fm 0 fm World initStep + 1 -28.6 um -10.9 cm 1.97 cm 2.73 MeV 4.74 keV 649 um 649 um World eIoni + 2 -21.7 um -11 cm 1.97 cm 19.3 MeV 171 eV 1.66 mm 2.31 mm World eIoni + 3 -20.3 um -20 cm 1.97 cm 914 MeV 14.7 keV 8.95 cm 9.18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.6 mm -18.1 cm 3.83 cm 7.83 keV 0 eV 0 fm 0 fm World initStep - 1 5.62 mm -18.1 cm 3.83 cm 940 keV 4.31 keV 584 um 584 um World eIoni - 2 5.86 mm -20.7 cm 3.07 cm 261 MeV 9.24 keV 2.79 cm 2.85 cm World eIoni - 3 3.65 mm -24.9 cm 2.91 cm 681 MeV 36.9 keV 4.21 cm 7.06 cm World eIoni - 4 3.62 mm -25 cm 2.91 cm 691 MeV 192 eV 1.01 mm 7.16 cm OutOfWorldTransportation + 0 -27.7 um -10.5 cm 1.95 cm 16 keV 0 eV 0 fm 0 fm World initStep + 1 18.8 um -10.7 cm 1.95 cm 18.8 MeV 5.33 keV 2.64 mm 2.64 mm World eIoni + 2 -3.71 mm -11.6 cm 2.28 cm 114 MeV 2.28 keV 1.15 cm 1.42 cm World eIoni + 3 -6.8 mm -20 cm 2.55 cm 949 MeV 15 keV 8.37 cm 9.79 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm -24.9 cm 2.91 cm 1.36 keV 0 eV 0 fm 0 fm World initStep - 1 3.65 mm -24.9 cm 2.91 cm 78.9 keV 1.36 keV 60 um 60 um World eIoni - 2 3.64 mm -25 cm 2.91 cm 10.1 MeV 1.07 keV 1.14 mm 1.2 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -56.3 um -3.84 cm 1.44 cm 434 MeV 8.57 keV 4.32 cm 4.32 cm World eIoni + 2 -70.1 um -6.83 cm 1.71 cm 733 MeV 12.2 keV 3 cm 7.32 cm World eIoni + 3 -72.6 um -11.6 cm 1.97 cm 1.21 GeV 13.8 keV 4.77 cm 12.1 cm World eIoni + 4 -69.6 um -16.3 cm 2.14 cm 1.68 GeV 9.28 keV 4.7 cm 16.8 cm World eIoni + 5 -70.6 um -20 cm 2.24 cm 2.05 GeV 7.66 keV 3.7 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.86 mm -20.7 cm 3.07 cm 1.66 keV 0 eV 0 fm 0 fm World initStep - 1 5.86 mm -20.7 cm 3.07 cm 101 keV 1.66 keV 78.2 um 78.2 um World eIoni - 2 1.63 cm -21.3 cm 2.8 cm 55.6 MeV 12.7 keV 1.58 cm 1.58 cm World eIoni - 3 2.7 cm -22.9 cm 2.13 cm 219 MeV 11 keV 2.25 cm 3.84 cm World msc - 4 3 cm -24.8 cm 1.93 cm 412 MeV 11.6 keV 1.96 cm 5.8 cm OutOfWorldTransportation + 0 -69.6 um -16.3 cm 2.14 cm 2.52 keV 0 eV 0 fm 0 fm World initStep + 1 -62 um -16.3 cm 2.14 cm 901 keV 2.52 keV 219 um 219 um World eIoni + 2 -60.6 um -16.3 cm 2.14 cm 1.39 MeV 7.14 eV 48.7 um 268 um World eIoni + 3 -38.2 um -20 cm 2.14 cm 370 MeV 6.3 keV 3.7 cm 3.72 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.28 mm -15.9 cm 3.92 cm 4.53 keV 0 eV 0 fm 0 fm World initStep - 1 6.28 mm -15.9 cm 3.92 cm 409 keV 4.53 keV 337 um 337 um World eIoni - 2 6.71 mm -16.2 cm 3.91 cm 27.7 MeV 314 eV 2.79 mm 3.13 mm World eIoni - 3 8.29 mm -20.8 cm 3.86 cm 487 MeV 32 keV 4.6 cm 4.91 cm World eBrem - 4 8.38 mm -21.2 cm 3.86 cm 526 MeV 3.05 keV 3.9 mm 5.3 cm World eIoni - 5 8.56 mm -22 cm 3.86 cm 611 MeV 3.69 keV 8.51 mm 6.15 cm World eIoni - 6 8.9 mm -23.9 cm 3.87 cm 803 MeV 17 keV 1.92 cm 8.07 cm World eIoni - 7 8.99 mm -24.6 cm 3.88 cm 868 MeV 4.86 keV 6.52 mm 8.73 cm World eIoni - 8 9.05 mm -25 cm 3.88 cm 909 MeV 2.72 keV 4.08 mm 9.13 cm OutOfWorldTransportation + 0 -72.6 um -11.6 cm 1.97 cm 2.11 keV 0 eV 0 fm 0 fm World initStep + 1 -66 um -11.6 cm 1.97 cm 665 keV 2.11 keV 164 um 164 um World eIoni + 2 4.77 mm -16.6 cm 2.14 cm 499 MeV 6.54 keV 5.03 cm 5.05 cm World eIoni + 3 9.53 mm -20 cm 2.42 cm 838 MeV 6.45 keV 3.43 cm 8.48 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 34 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.99 mm -24.6 cm 3.88 cm 1.63 keV 0 eV 0 fm 0 fm World initStep - 1 8.99 mm -24.6 cm 3.88 cm 98.7 keV 1.63 keV 76.7 um 76.7 um World eIoni - 2 8.95 mm -25 cm 3.89 cm 39.1 MeV 7.57 keV 6.32 mm 6.4 mm World msc - 3 9.45 mm -25 cm 4.23 cm 40.7 MeV 647 eV 3.48 mm 9.88 mm OutOfWorldTransportation + 0 -70.1 um -6.83 cm 1.71 cm 4.89 keV 0 eV 0 fm 0 fm World initStep + 1 -83.9 um -6.86 cm 1.71 cm 2.89 MeV 4.89 keV 686 um 686 um World eIoni + 2 -85.9 um -7.08 cm 1.71 cm 24.9 MeV 367 eV 2.2 mm 2.89 mm World eIoni + 3 410 um -16.1 cm 1.68 cm 929 MeV 22 keV 9.04 cm 9.33 cm World eIoni + 4 770 um -20 cm 1.68 cm 1.32 GeV 10.8 keV 3.88 cm 13.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 34 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.9 mm -23.9 cm 3.87 cm 3.04 keV 0 eV 0 fm 0 fm World initStep - 1 8.89 mm -23.9 cm 3.87 cm 231 keV 3.04 keV 183 um 183 um World eIoni - 2 8.58 mm -24.1 cm 3.85 cm 19.5 MeV 178 eV 2.01 mm 2.19 mm World eIoni - 3 7.74 mm -25 cm 3.9 cm 106 MeV 2.44 keV 8.77 mm 1.1 cm OutOfWorldTransportation + 0 410 um -16.1 cm 1.68 cm 4.98 keV 0 eV 0 fm 0 fm World initStep + 1 410 um -16.2 cm 1.68 cm 2.99 MeV 4.98 keV 709 um 709 um World eIoni + 2 466 um -16.7 cm 1.68 cm 59.1 MeV 801 eV 5.61 mm 6.32 mm World eIoni + 3 611 um -20 cm 1.67 cm 388 MeV 6.28 keV 3.29 cm 3.92 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 34 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.56 mm -22 cm 3.86 cm 1.51 keV 0 eV 0 fm 0 fm World initStep - 1 8.57 mm -22 cm 3.86 cm 89.8 keV 1.51 keV 68.9 um 68.9 um World eIoni - 2 1.75 cm -22.5 cm 4.01 cm 46.3 MeV 15 keV 1.33 cm 1.33 cm World eIoni - 3 2.63 cm -23.7 cm 4.07 cm 169 MeV 11 keV 1.6 cm 2.93 cm World msc - 4 2.87 cm -24.8 cm 4.08 cm 283 MeV 6.05 keV 1.17 cm 4.1 cm OutOfWorldTransportation + 0 -56.3 um -3.84 cm 1.44 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 -60.7 um -3.85 cm 1.44 cm 410 keV 1.54 keV 101 um 101 um World eIoni + 2 -2.22 mm -6.19 cm 1.55 cm 235 MeV 2.31 keV 2.37 cm 2.38 cm World eBrem + 3 -4.45 cm -19.5 cm 7.08 mm 1.57 GeV 27.8 keV 14.3 cm 16.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 34 +* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.38 mm -21.2 cm 3.86 cm 2.8 keV 0 eV 0 fm 0 fm World initStep - 1 8.38 mm -21.2 cm 3.86 cm 206 keV 2.8 keV 162 um 162 um World eIoni - 2 8.14 mm -21.3 cm 3.87 cm 13.3 MeV 1.4 keV 1.36 mm 1.52 mm WorldTransportation - 3 8.14 mm -21.3 cm 3.87 cm 13.3 MeV7.62e-11 meV0.000162 fm 1.52 mm World eIoni - 4 7.56 mm -25 cm 3.91 cm 383 MeV 17 keV 3.71 cm 3.86 cm OutOfWorldTransportation + 0 -2.22 mm -6.19 cm 1.55 cm 2.3 keV 0 eV 0 fm 0 fm World initStep + 1 -2.74 cm -7.83 cm 1.06 cm 0 eV 403 eV 3.04 cm 3.04 cm World phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.35 mm -15.7 cm 3.93 cm 79.6 keV 0 eV 0 fm 0 fm World initStep - 1 6.41 mm -16.1 cm 3.91 cm 38.5 MeV 15 keV 1.11 cm 1.11 cm World eIoni - 2 5.48 mm -16.9 cm 4.09 cm 114 MeV 5.04 keV 7.84 mm 1.89 cm World eIoni - 3 5.31 mm -17.1 cm 4.13 cm 140 MeV 926 eV 2.67 mm 2.16 cm World eIoni - 4 4.6 mm -19.1 cm 4.27 cm 334 MeV 11.2 keV 1.94 cm 4.1 cm World eIoni - 5 4.27 mm -20.9 cm 4.35 cm 516 MeV 17 keV 1.86 cm 5.96 cm World eBrem - 6 3.99 mm -23.6 cm 4.42 cm 782 MeV 16.1 keV 2.66 cm 8.62 cm World eIoni - 7 3.91 mm -24.5 cm 4.44 cm 872 MeV 4.18 keV 8.98 mm 9.52 cm World eIoni - 8 3.9 mm -24.6 cm 4.44 cm 888 MeV 327 eV 1.64 mm 9.69 cm World eIoni - 9 3.87 mm -25 cm 4.45 cm 925 MeV 2.69 keV 3.65 mm 10.1 cm OutOfWorldTransportation + 0 -2.74 cm -7.83 cm 1.06 cm 1.9 keV 0 eV 0 fm 0 fm World initStep + 1 -2.74 cm -7.83 cm 1.06 cm 561 keV 1.9 keV 139 um 139 um World eIoni + 2 -2.74 cm -19.8 cm 1.06 cm 1.2 GeV 22.6 keV 12.4 cm 12.4 cm OutOfWorldTransportation + Run terminated. +Run Summary + Number of events processed : 100 + User=0.030000s Real=0.038808s Sys=0.000000s +# +# Test commands defined in this example +/control/verbose 2 +# +/calor/setAbsMat Air +/calor/setWorldMat Xe20CO2 +/calor/setAbsThick 38 mm +/run/geometryModified +/calor/setAbsRad 12 cm +/run/geometryModified +/calor/setAbsZpos 40 cm +/run/geometryModified +/calor/setWorldZ 100 cm +/run/geometryModified +/calor/setWorldR 25 cm +/run/geometryModified +#/rndm/save is NOT USED in macro. # to remove +#/rndm/read is NOT USED in macro. # to remove +# +/gun/random on +/gun/xvertex 10 mm + X coordinate of the primary vertex = 10 mm. +/gun/yvertex 10 mm + Y coordinate of the primary vertex = 10 mm. +/gun/zvertex 10 mm + Z coordinate of the primary vertex = 10 mm. +# +/run/beamOn 1 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 33 -********************************************************************************************************* +========= Table of registered couples ============================ -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm -24.6 cm 4.44 cm 5.68 keV 0 eV 0 fm 0 fm World initStep - 1 3.9 mm -24.6 cm 4.44 cm 578 keV 5.68 keV 486 um 486 um World eIoni - 2 3.91 mm -24.7 cm 4.44 cm 5.07 MeV 16.1 eV 450 um 936 um World eIoni - 3 3.95 mm -25 cm 4.44 cm 36.5 MeV 438 eV 3.14 mm 4.08 mm OutOfWorldTransportation +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 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 33 -********************************************************************************************************* +Index : 1 used in the geometry : No + Material : Kr20CO2 + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.91 mm -24.5 cm 4.44 cm 3.17 keV 0 eV 0 fm 0 fm World initStep - 1 3.92 mm -24.5 cm 4.44 cm 245 keV 3.17 keV 195 um 195 um World eIoni - 2 3.88 mm -24.5 cm 4.43 cm 6.16 MeV 78.7 eV 599 um 794 um World eIoni - 3 3.59 mm -25 cm 4.4 cm 53 MeV 2.79 keV 4.71 mm 5.5 mm OutOfWorldTransportation +Index : 2 used in the geometry : Yes + Material : Xe20CO2 + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 990 eV e- 1.1371297826313 keV e+ 1.1142639816587 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* +================================================================== -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.88 mm -24.5 cm 4.43 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 3.88 mm -24.5 cm 4.43 cm 63.6 keV 1.17 keV 48.9 um 48.9 um World eIoni - 2 3.98 mm -24.7 cm 4.55 cm 16 MeV 1.12 keV 2.28 mm 2.33 mm World msc - 3 4.01 mm -24.9 cm 4.66 cm 32.4 MeV 292 eV 1.99 mm 4.33 mm World msc - 4 4.02 mm -25 cm 4.71 cm 46.6 MeV 79.3 eV 1.5 mm 5.82 mm OutOfWorldTransportation +### Run 1 starts. +--> Event 0 starts. ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 33 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.99 mm -23.6 cm 4.42 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 3.99 mm -23.6 cm 4.42 cm 127 keV 2.01 keV 102 um 102 um World eIoni - 2 1.77 mm -24.3 cm 5.1 cm 69.8 MeV 6.8 keV 1.35 cm 1.36 cm World msc - 3 1.76 mm -25 cm 5.23 cm 143 MeV 1.8 keV 7.41 mm 2.1 cm OutOfWorldTransportation + 0 -4.65 cm -3.95 cm 1 cm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -4.72 cm -11.4 cm 2.84 cm 797 MeV 44.9 keV 7.96 cm 7.96 cm World eIoni + 2 -4.78 cm -19.4 cm 3.21 cm 1.6 GeV 53.9 keV 8.01 cm 16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 33 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.27 mm -20.9 cm 4.35 cm 3.69 MeV 0 eV 0 fm 0 fm World initStep - 1 3.71 mm -25 cm 4.48 cm 3.69 MeV 0 eV 4.09 cm 4.09 cm OutOfWorldTransportation + 0 -4.72 cm -11.4 cm 2.84 cm 5.21 keV 0 eV 0 fm 0 fm World initStep + 1 -4.72 cm -11.4 cm 2.83 cm 505 keV 5.21 keV 423 um 423 um World eIoni + 2 -4.72 cm -11.5 cm 2.83 cm 3.62 MeV 0 eV 312 um 735 um World eIoni + 3 -4.45 cm -14.6 cm 3 cm 314 MeV 9.49 keV 3.13 cm 3.21 cm World eIoni + 4 -4.22 cm -15.9 cm 3.14 cm 448 MeV 6.2 keV 1.37 cm 4.57 cm World eIoni + 5 -3.99 cm -17.8 cm 3.27 cm 641 MeV 10.2 keV 1.95 cm 6.52 cm World eIoni + 6 -3.95 cm -18.3 cm 3.3 cm 685 MeV 3.47 keV 4.45 mm 6.96 cm World eIoni + 7 -3.84 cm -19.6 cm 3.36 cm 821 MeV 8.56 keV 1.37 cm 8.33 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 33 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mm -19.1 cm 4.27 cm 15.2 keV 0 eV 0 fm 0 fm World initStep - 1 4.61 mm -19.1 cm 4.27 cm 2.74 MeV 5.71 keV 1.81 mm 1.81 mm World eIoni - 2 4.61 mm -19.1 cm 4.26 cm 5.54 MeV 0 eV 294 um 2.1 mm World eIoni - 3 4.67 mm -25 cm 4.2 cm 595 MeV 26.8 keV 5.94 cm 6.15 cm OutOfWorldTransportation + 0 -3.95 cm -18.3 cm 3.3 cm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 -3.95 cm -18.3 cm 3.3 cm 88.4 keV 1.49 keV 67.8 um 67.8 um World eIoni + 2 -3.8 cm -18.7 cm 3.81 cm 40.1 MeV 10.1 keV 8.28 mm 8.35 mm World msc + 3 -3.65 cm -19 cm 4.19 cm 73.9 MeV 3.23 keV 5.5 mm 1.39 cm World msc + 4 -3.58 cm -19.4 cm 4.37 cm 114 MeV 3.8 keV 4.42 mm 1.83 cm World msc + 5 -3.54 cm -19.7 cm 4.46 cm 142 MeV 1.92 keV 2.99 mm 2.13 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 33 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm -17.1 cm 4.13 cm 3.16 keV 0 eV 0 fm 0 fm World initStep - 1 5.31 mm -17.1 cm 4.13 cm 244 keV 3.16 keV 194 um 194 um World eIoni - 2 5.31 mm -17.2 cm 4.12 cm 3.8 MeV 46.1 eV 358 um 553 um World eIoni - 3 5.38 mm -17.5 cm 4.09 cm 41.5 MeV 999 eV 3.79 mm 4.34 mm World eBrem - 4 5.27 mm -18.2 cm 4.07 cm 107 MeV 2.55 keV 6.56 mm 1.09 cm World eIoni - 5 5.21 mm -19.1 cm 4.05 cm 203 MeV 4.33 keV 9.55 mm 2.04 cm World eIoni - 6 5.18 mm -19.7 cm 4.04 cm 263 MeV 3.95 keV 6.02 mm 2.65 cm World eIoni - 7 5.16 mm -23.4 cm 4.02 cm 630 MeV 23.2 keV 3.67 cm 6.32 cm World eIoni - 8 5.17 mm -25 cm 4.02 cm 788 MeV 13.4 keV 1.58 cm 7.9 cm OutOfWorldTransportation + 0 -3.99 cm -17.8 cm 3.27 cm 1.91 keV 0 eV 0 fm 0 fm World initStep + 1 -3.99 cm -17.8 cm 3.27 cm 119 keV 1.91 keV 95 um 95 um World eIoni + 2 -3.33 cm -18.4 cm 2.94 cm 62.1 MeV 11 keV 1.19 cm 1.2 cm World msc + 3 -2.81 cm -19.4 cm 2.65 cm 156 MeV 3.53 keV 1.13 cm 2.33 cm World msc + 4 -2.69 cm -19.8 cm 2.59 cm 199 MeV 3.43 keV 4.51 mm 2.79 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 44 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.16 mm -23.4 cm 4.02 cm 24.8 keV 0 eV 0 fm 0 fm World initStep - 1 5.19 mm -23.5 cm 4.02 cm 5.54 MeV 1.81 keV 1.35 mm 1.35 mm World eIoni - 2 4.61 mm -23.8 cm 3.94 cm 41.9 MeV 2.21 keV 3.79 mm 5.14 mm World eIoni - 3 4.18 mm -25 cm 3.91 cm 158 MeV 8.73 keV 1.17 cm 1.68 cm OutOfWorldTransportation + 0 -4.22 cm -15.9 cm 3.14 cm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 -4.22 cm -15.9 cm 3.14 cm 103 keV 1.68 keV 79.5 um 79.5 um World eIoni + 2 -5.33 cm -16.5 cm 3.18 cm 57.4 MeV 14.3 keV 1.62 cm 1.63 cm World eIoni + 3 -5.89 cm -18 cm 3.16 cm 212 MeV 7.8 keV 1.66 cm 3.29 cm World msc + 4 -6.04 cm -19.1 cm 3.15 cm 317 MeV 10.1 keV 1.06 cm 4.36 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.61 mm -23.8 cm 3.94 cm 1.92 keV 0 eV 0 fm 0 fm World initStep - 1 4.61 mm -23.8 cm 3.94 cm 120 keV 1.92 keV 95.7 um 95.7 um World eIoni - 2 48.6 um -24.4 cm 4.28 cm 58.5 MeV 7.66 keV 1.01 cm 1.02 cm World msc - 3 13.9 um -25 cm 4.61 cm 117 MeV 3.47 keV 6.71 mm 1.7 cm OutOfWorldTransportation + 0 -4.45 cm -14.6 cm 3 cm 2.46 keV 0 eV 0 fm 0 fm World initStep + 1 -4.45 cm -14.6 cm 3 cm 169 keV 2.46 keV 135 um 135 um World eIoni + 2 -4.22 cm -15.2 cm 2.67 cm 64 MeV 5.31 keV 8.43 mm 8.57 mm World eIoni + 3 -3.99 cm -15.8 cm 2.37 cm 125 MeV 4.31 keV 7.21 mm 1.58 cm World eIoni + 4 -3.57 cm -19.7 cm 1.84 cm 513 MeV 25.1 keV 3.95 cm 5.53 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 44 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.18 mm -19.7 cm 4.04 cm 1.45 keV 0 eV 0 fm 0 fm World initStep - 1 5.18 mm -19.7 cm 4.04 cm 85.3 keV 1.45 keV 65 um 65 um World eIoni - 2 5.2 mm -20.2 cm 4.04 cm 42.5 MeV 9.81 keV 1.23 cm 1.23 cm World eIoni - 3 3.01 mm -24 cm 2.76 cm 424 MeV 23.4 keV 4.31 cm 5.55 cm World eBrem - 4 2.87 mm -25 cm 2.69 cm 524 MeV 5.92 keV 1.01 cm 6.55 cm OutOfWorldTransportation + 0 -3.99 cm -15.8 cm 2.37 cm 2.63 keV 0 eV 0 fm 0 fm World initStep + 1 -3.99 cm -15.8 cm 2.37 cm 188 keV 2.63 keV 148 um 148 um World eIoni + 2 -4.02 cm -16 cm 2.32 cm 23 MeV 600 eV 2.44 mm 2.59 mm World eIoni + 3 -4.02 cm -19.6 cm 2.2 cm 379 MeV 19.7 keV 3.57 cm 3.82 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.01 mm -24 cm 2.76 cm 631 keV 0 eV 0 fm 0 fm World initStep - 1 2.84 mm -25 cm 2.68 cm 631 keV 0 eV 1.01 cm 1.01 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.21 mm -19.1 cm 4.05 cm 2.74 keV 0 eV 0 fm 0 fm World initStep - 1 5.21 mm -19.1 cm 4.05 cm 199 keV 2.74 keV 157 um 157 um World eIoni - 2 5.23 mm -19.2 cm 4.05 cm 3.81 MeV 480 eV 365 um 522 um World eIoni - 3 3.17 mm -22.3 cm 4.19 cm 320 MeV 9.28 keV 3.2 cm 3.25 cm World eIoni - 4 87.7 um -25 cm 3.86 cm 586 MeV 11.6 keV 2.69 cm 5.94 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm -22.3 cm 4.19 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 3.17 mm -22.3 cm 4.19 cm 128 keV 2.01 keV 102 um 102 um World eIoni - 2 1.34 cm -23.1 cm 4.27 cm 74.8 MeV 10.9 keV 1.59 cm 1.6 cm World msc - 3 1.71 cm -24.5 cm 4.48 cm 218 MeV 9.54 keV 1.5 cm 3.1 cm World msc - 4 1.77 cm -24.9 cm 4.51 cm 259 MeV 1.74 keV 4.19 mm 3.52 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.27 mm -18.2 cm 4.07 cm 7.13 keV 0 eV 0 fm 0 fm World initStep - 1 5.28 mm -18.2 cm 4.07 cm 812 keV 7.13 keV 707 um 707 um World eIoni - 2 5.28 mm -18.2 cm 4.07 cm 3.26 MeV 38.8 eV 245 um 952 um World eIoni - 3 6.21 mm -19.5 cm 4.09 cm 136 MeV 5.07 keV 1.34 cm 1.43 cm World eIoni - 4 6.3 mm -19.6 cm 4.09 cm 144 MeV 377 eV 753 um 1.51 cm World eIoni - 5 7.36 mm -20.9 cm 4.1 cm 267 MeV 7.38 keV 1.23 cm 2.74 cm World eIoni - 6 8.82 mm -24.4 cm 4.12 cm 621 MeV 24.6 keV 3.54 cm 6.28 cm World eIoni - 7 8.97 mm -25 cm 4.12 cm 680 MeV 3.79 keV 5.93 mm 6.88 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.82 mm -24.4 cm 4.12 cm 1.39 keV 0 eV 0 fm 0 fm World initStep - 1 8.82 mm -24.4 cm 4.12 cm 81.2 keV 1.39 keV 61.8 um 61.8 um World eIoni - 2 6.98 mm -24.6 cm 4.03 cm 25.4 MeV 5.05 keV 3.79 mm 3.85 mm World msc - 3 6.39 mm -25 cm 4.01 cm 60 MeV 1.17 keV 3.52 mm 7.37 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.36 mm -20.9 cm 4.1 cm 2.79 keV 0 eV 0 fm 0 fm World initStep - 1 7.35 mm -20.9 cm 4.1 cm 205 keV 2.79 keV 161 um 161 um World eIoni - 2 8.31 mm -21.2 cm 4.11 cm 31.6 MeV 1.1 keV 3.41 mm 3.57 mm World eIoni - 3 1.08 cm -22.7 cm 4.18 cm 185 MeV 3.95 keV 1.56 cm 1.91 cm World eIoni - 4 1.2 cm -25 cm 4.21 cm 412 MeV 14.1 keV 2.28 cm 4.19 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm -22.7 cm 4.18 cm 7.27 keV 0 eV 0 fm 0 fm World initStep - 1 1.08 cm -22.7 cm 4.18 cm 575 keV 116 eV 93.4 um 93.4 um World eIoni - 2 1.09 cm -25 cm 4.23 cm 228 MeV 11.2 keV 2.6 cm 2.61 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.3 mm -19.6 cm 4.09 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 6.3 mm -19.6 cm 4.09 cm 79.4 keV 1.37 keV 60.6 um 60.6 um World eIoni - 2 6.32 mm -20 cm 4.09 cm 37.9 MeV 12.6 keV 1.1 cm 1.11 cm World eIoni - 3 1.05 cm -25 cm 3.19 cm 535 MeV 21.6 keV 5.17 cm 6.28 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.21 mm -19.5 cm 4.09 cm 18.8 keV 0 eV 0 fm 0 fm World initStep - 1 6.2 mm -19.6 cm 4.08 cm 858 keV 266 eV 99.3 um 99.3 um World eIoni - 2 6.2 mm -19.6 cm 4.09 cm 3.2 MeV 0 eV 236 um 335 um World eIoni - 3 6.32 mm -21 cm 4.2 cm 146 MeV 4.69 keV 1.44 cm 1.47 cm World eIoni - 4 6.31 mm -21.1 cm 4.2 cm 152 MeV 389 eV 565 um 1.53 cm World eIoni - 5 5.83 mm -25 cm 4.3 cm 544 MeV 23.7 keV 3.93 cm 5.46 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.31 mm -21.1 cm 4.2 cm 1.48 keV 0 eV 0 fm 0 fm World initStep - 1 6.31 mm -21.1 cm 4.2 cm 87.8 keV 1.48 keV 67 um 67 um World eIoni - 2 6.32 mm -21.5 cm 4.2 cm 44.6 MeV 11.8 keV 1.28 cm 1.29 cm World eIoni - 3 5.91 mm -25 cm 5.54 cm 392 MeV 33.4 keV 4.21 cm 5.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.32 mm -21 cm 4.2 cm 8.67 keV 0 eV 0 fm 0 fm World initStep - 1 6.33 mm -21 cm 4.2 cm 1.1 MeV 1.08 keV 460 um 460 um World eIoni - 2 6.25 mm -21.8 cm 4.13 cm 80.6 MeV 3.95 keV 8.21 mm 8.67 mm World eIoni - 3 6.97 mm -24.1 cm 4.03 cm 311 MeV 20.8 keV 2.31 cm 3.18 cm World eIoni - 4 6.99 mm -24.3 cm 4.03 cm 331 MeV 711 eV 1.93 mm 3.37 cm World eIoni - 5 7 mm -24.4 cm 4.03 cm 344 MeV 1.23 keV 1.3 mm 3.5 cm World eIoni - 6 7.02 mm -24.6 cm 4.02 cm 355 MeV 772 eV 1.1 mm 3.61 cm World eIoni - 7 7.06 mm -25 cm 4.01 cm 398 MeV 3.27 keV 4.31 mm 4.04 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.02 mm -24.6 cm 4.02 cm 1.95 keV 0 eV 0 fm 0 fm World initStep - 1 7.02 mm -24.6 cm 4.02 cm 122 keV 1.95 keV 97.3 um 97.3 um World eIoni - 2 7.03 mm -25 cm 4.02 cm 43.1 MeV 5.77 keV 5.98 mm 6.08 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7 mm -24.4 cm 4.03 cm 5.56 keV 0 eV 0 fm 0 fm World initStep - 1 7 mm -24.5 cm 4.03 cm 561 keV 5.56 keV 470 um 470 um World eIoni - 2 6.89 mm -24.6 cm 4.03 cm 13.2 MeV 474 eV 1.27 mm 1.74 mm World eIoni - 3 6.8 mm -25 cm 4.04 cm 54.2 MeV 2.03 keV 4.1 mm 5.84 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.99 mm -24.3 cm 4.03 cm 1.68 keV 0 eV 0 fm 0 fm World initStep - 1 6.99 mm -24.3 cm 4.03 cm 102 keV 1.68 keV 79.8 um 79.8 um World eIoni - 2 9.2 mm -24.7 cm 4.17 cm 40.5 MeV 4.84 keV 6.42 mm 6.5 mm World msc - 3 1.05 cm -25 cm 4.22 cm 65.8 MeV 1.88 keV 2.9 mm 9.41 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.97 mm -24.1 cm 4.03 cm 6.19 keV 0 eV 0 fm 0 fm World initStep - 1 6.97 mm -24.1 cm 4.03 cm 658 keV 6.19 keV 559 um 559 um World eIoni - 2 6.92 mm -24.2 cm 4.04 cm 8.21 MeV 308 eV 757 um 1.32 mm World eIoni - 3 6.7 mm -24.8 cm 4.05 cm 67.8 MeV 2.06 keV 5.96 mm 7.28 mm World eIoni - 4 6.65 mm -25 cm 4.05 cm 86.5 MeV 1.34 keV 1.87 mm 9.15 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.7 mm -24.8 cm 4.05 cm 2.4 keV 0 eV 0 fm 0 fm World initStep - 1 6.71 mm -24.8 cm 4.05 cm 164 keV 2.4 keV 130 um 130 um World eIoni - 2 6.72 mm -25 cm 4.05 cm 18.6 MeV 525 eV 1.98 mm 2.11 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.25 mm -21.8 cm 4.13 cm 1.77 keV 0 eV 0 fm 0 fm World initStep - 1 6.26 mm -21.8 cm 4.13 cm 108 keV 1.77 keV 85.8 um 85.8 um World eIoni - 2 -5.78 mm -22.4 cm 4.21 cm 62.8 MeV 19.7 keV 1.77 cm 1.78 cm World eIoni - 3 -1.53 cm -23.4 cm 4.26 cm 160 MeV 9.5 keV 1.43 cm 3.21 cm World msc - 4 -1.96 cm -24.9 cm 4.28 cm 310 MeV 8.66 keV 1.56 cm 4.77 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm -19.6 cm 4.09 cm 7.85 keV 0 eV 0 fm 0 fm World initStep - 1 6.19 mm -19.6 cm 4.08 cm 941 keV 7.85 keV 830 um 830 um World eIoni - 2 6.2 mm -19.6 cm 4.08 cm 5.39 MeV 108 eV 445 um 1.28 mm World eIoni - 3 9.55 mm -24.4 cm 3.82 cm 487 MeV 16.9 keV 4.85 cm 4.98 cm World eIoni - 4 9.8 mm -25 cm 3.8 cm 540 MeV 8.29 keV 5.33 mm 5.51 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.55 mm -24.4 cm 3.82 cm 10.6 keV 0 eV 0 fm 0 fm World initStep - 1 9.56 mm -24.5 cm 3.82 cm 1.52 MeV 8.05 keV 1.3 mm 1.3 mm World eIoni - 2 9.97 mm -24.6 cm 3.83 cm 15.3 MeV 1.12 keV 1.49 mm 2.78 mm World eIoni - 3 1.02 cm -25 cm 3.85 cm 53 MeV 3.06 keV 3.79 mm 6.57 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.38 mm -17.5 cm 4.09 cm 17.6 keV 0 eV 0 fm 0 fm World initStep - 1 4.41 mm -20.7 cm 3.9 cm 0 eV 5.45 keV 3.14 cm 3.14 cm World phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 mm -20.7 cm 3.9 cm 12.2 keV 0 eV 0 fm 0 fm World initStep - 1 4.4 mm -20.7 cm 3.9 cm 823 keV 278 eV 106 um 106 um World eIoni - 2 5.05 mm -21 cm 3.9 cm 32.8 MeV 1.12 keV 3.43 mm 3.54 mm World eIoni - 3 5.62 mm -22.7 cm 3.97 cm 200 MeV 7.41 keV 1.68 cm 2.03 cm World eIoni - 4 5.91 mm -24.6 cm 4 cm 392 MeV 10.7 keV 1.91 cm 3.95 cm World eIoni - 5 5.95 mm -25 cm 4 cm 434 MeV 2.58 keV 4.18 mm 4.36 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.91 mm -24.6 cm 4 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 5.91 mm -24.6 cm 4 cm 83.3 keV 1.42 keV 63.5 um 63.5 um World eIoni - 2 4.47 mm -24.8 cm 3.98 cm 27 MeV 6.75 keV 4.09 mm 4.15 mm World msc - 3 1.55 mm -24.9 cm 3.9 cm 35.4 MeV 1.64 keV 3.34 mm 7.49 mm World msc - 4 964 um -25 cm 3.88 cm 42.3 MeV 24.6 eV 930 um 8.42 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.62 mm -22.7 cm 3.97 cm 8.72 keV 0 eV 0 fm 0 fm World initStep - 1 5.63 mm -22.7 cm 3.97 cm 628 keV 405 eV 91.2 um 91.2 um World eIoni - 2 5.66 mm -25 cm 3.97 cm 233 MeV 6.42 keV 2.61 cm 2.62 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.05 mm -21 cm 3.9 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 5.05 mm -21 cm 3.9 cm 64.5 keV 1.18 keV 49.2 um 49.2 um World eIoni - 2 5.06 mm -21.3 cm 3.9 cm 27.2 MeV 10.8 keV 8.15 mm 8.2 mm World eIoni - 3 9.7 mm -25 cm 4.22 cm 399 MeV 18.4 keV 3.8 cm 4.62 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.25 mm -13.1 cm 4.2 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 9.25 mm -13.1 cm 4.2 cm 81.2 keV 1.4 keV 62.5 um 62.5 um World eIoni - 2 9.25 mm -13.5 cm 4.2 cm 39.4 MeV 11.9 keV 1.14 cm 1.15 cm World eIoni - 3 1.28 cm -25 cm 3.52 cm 1.19 GeV 81.5 keV 12.3 cm 13.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm -12.9 cm 4.29 cm 1.27 keV 0 eV 0 fm 0 fm World initStep - 1 1.04 cm -12.9 cm 4.29 cm 71.1 keV 1.27 keV 54.5 um 54.5 um World eIoni - 2 1.04 cm -13.2 cm 4.3 cm 31.8 MeV 8.27 keV 9.36 mm 9.42 mm World eIoni - 3 1.6 cm -24.9 cm 3.05 cm 1.21 GeV 63.2 keV 12.3 cm 13.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm -12.8 cm 4.34 cm 1.75 keV 0 eV 0 fm 0 fm World initStep - 1 1.09 cm -12.8 cm 4.34 cm 107 keV 1.75 keV 84.5 um 84.5 um World eIoni - 2 1.09 cm -13.4 cm 4.34 cm 61.7 MeV 18.3 keV 1.74 cm 1.75 cm World eIoni - 3 2.31 cm -24.9 cm 4.72 cm 1.21 GeV 68.6 keV 11.6 cm 13.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 cm -12.2 cm 4.24 cm 5.2 keV 0 eV 0 fm 0 fm World initStep - 1 1.12 cm -12.2 cm 4.24 cm 71 keV 0 eV 8.6 um 8.6 um World eIoni - 2 1.11 cm -12.5 cm 4.23 cm 31.6 MeV 11 keV 9.35 mm 9.36 mm World eIoni - 3 1.54 cm -13.3 cm 4.14 cm 107 MeV 2.27 keV 8.84 mm 1.82 cm World eIoni - 4 1.9 cm -16.1 cm 4.07 cm 385 MeV 18.2 keV 2.81 cm 4.63 cm World eIoni - 5 2.02 cm -17.9 cm 4.05 cm 571 MeV 12.6 keV 1.87 cm 6.5 cm World eIoni - 6 2.1 cm -19.7 cm 4.03 cm 753 MeV 9.03 keV 1.82 cm 8.32 cm World eIoni - 7 2.24 cm -24.9 cm 4 cm 1.27 GeV 30.8 keV 5.16 cm 13.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.1 cm -19.7 cm 4.03 cm 4.63 keV 0 eV 0 fm 0 fm World initStep - 1 2.09 cm -19.7 cm 4.03 cm 423 keV 4.63 keV 350 um 350 um World eIoni - 2 1.98 cm -20.6 cm 4.25 cm 84.3 MeV 4.93 keV 9.02 mm 9.37 mm World eIoni - 3 1.85 cm -21.3 cm 4.46 cm 160 MeV 5.2 keV 7.96 mm 1.73 cm World eIoni - 4 1.63 cm -24.9 cm 4.83 cm 521 MeV 27.6 keV 3.64 cm 5.37 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm -21.3 cm 4.46 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 1.85 cm -21.3 cm 4.46 cm 118 keV 1.9 keV 94.1 um 94.1 um World eIoni - 2 2.62 cm -22.1 cm 5.6 cm 72 MeV 11.9 keV 2.02 cm 2.03 cm World eIoni - 3 3.06 cm -23.6 cm 6.27 cm 225 MeV 11.9 keV 1.76 cm 3.78 cm World msc - 4 3.2 cm -24.8 cm 6.49 cm 346 MeV 5.71 keV 1.23 cm 5.02 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm -17.9 cm 4.05 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 2.02 cm -17.9 cm 4.05 cm 94.5 keV 1.57 keV 72.9 um 72.9 um World eIoni - 2 2.02 cm -18.4 cm 4.05 cm 50.2 MeV 16.2 keV 1.43 cm 1.44 cm World eIoni - 3 2.62 cm -24.9 cm 2.39 cm 694 MeV 43.2 keV 7.05 cm 8.49 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.9 cm -16.1 cm 4.07 cm 4.38 keV 0 eV 0 fm 0 fm World initStep - 1 1.91 cm -16.1 cm 4.07 cm 387 keV 4.38 keV 320 um 320 um World eIoni - 2 1.91 cm -16.1 cm 4.07 cm 7.15 MeV 675 eV 681 um 1 mm World eIoni - 3 1.89 cm -18.8 cm 4.18 cm 276 MeV 8.96 keV 2.69 cm 2.79 cm World eIoni - 4 1.88 cm -19.3 cm 4.21 cm 326 MeV 4.82 keV 5.02 mm 3.3 cm World eIoni - 5 1.85 cm -21.1 cm 4.27 cm 507 MeV 11 keV 1.81 cm 5.11 cm World eIoni - 6 1.83 cm -22.4 cm 4.3 cm 636 MeV 9.02 keV 1.29 cm 6.39 cm World eIoni - 7 1.81 cm -24.9 cm 4.35 cm 888 MeV 17.3 keV 2.52 cm 8.92 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 cm -22.4 cm 4.3 cm 2.43 keV 0 eV 0 fm 0 fm World initStep - 1 1.83 cm -22.4 cm 4.3 cm 166 keV 2.43 keV 119 um 119 um World eIoni - 2 1.85 cm -22.7 cm 4.42 cm 32.5 MeV 567 eV 3.68 mm 3.8 mm World eIoni - 3 1.86 cm -24.9 cm 4.64 cm 252 MeV 14.2 keV 2.21 cm 2.59 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm -22.7 cm 4.42 cm 1.35 keV 0 eV 0 fm 0 fm World initStep - 1 1.85 cm -22.7 cm 4.42 cm 77.9 keV 1.35 keV 59.3 um 59.3 um World eIoni - 2 1.8 cm -23.1 cm 3.68 cm 36.8 MeV 13.4 keV 1.07 cm 1.08 cm World eIoni - 3 1.34 cm -24 cm 3.25 cm 126 MeV 7.06 keV 1.15 cm 2.23 cm World msc - 4 1.18 cm -25 cm 3.1 cm 223 MeV 7.74 keV 9.95 mm 3.22 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm -21.1 cm 4.27 cm 1.94 keV 0 eV 0 fm 0 fm World initStep - 1 1.85 cm -21.1 cm 4.27 cm 122 keV 1.94 keV 97.2 um 97.2 um World eIoni - 2 7.53 mm -21.9 cm 3.32 cm 75.9 MeV 26.6 keV 2.12 cm 2.13 cm World eIoni - 3 -4.79 mm -22.5 cm 2.77 cm 142 MeV 12.1 keV 1.89 cm 4.02 cm World msc - 4 -9.66 mm -25 cm 2.54 cm 386 MeV 14.6 keV 2.5 cm 6.52 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 cm -19.3 cm 4.21 cm 1.3 keV 0 eV 0 fm 0 fm World initStep - 1 1.88 cm -19.3 cm 4.21 cm 73.8 keV 1.3 keV 56 um 56 um World eIoni - 2 1.88 cm -19.7 cm 4.2 cm 33.8 MeV 7.42 keV 9.9 mm 9.96 mm World eIoni - 3 2.13 cm -24.9 cm 3.32 cm 559 MeV 26.2 keV 5.42 cm 6.42 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 cm -18.8 cm 4.18 cm 5.69 keV 0 eV 0 fm 0 fm World initStep - 1 1.89 cm -18.8 cm 4.18 cm 582 keV 1.85 keV 287 um 287 um World eIoni - 2 1.8 cm -20.3 cm 3.78 cm 148 MeV 6.29 keV 1.61 cm 1.63 cm World eIoni - 3 1.65 cm -21.6 cm 2.3 cm 275 MeV 8.76 keV 2 cm 3.64 cm World eIoni - 4 1.56 cm -23.7 cm 1.41 cm 486 MeV 8.96 keV 2.3 cm 5.93 cm World eIoni - 5 1.52 cm -25 cm 1.06 cm 614 MeV 7.57 keV 1.32 cm 7.26 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm -23.7 cm 1.41 cm 1.41 keV 0 eV 0 fm 0 fm World initStep - 1 1.56 cm -23.7 cm 1.41 cm 81.6 keV 1.41 keV 62.6 um 62.6 um World eIoni - 2 1.92 cm -24 cm 1.11 cm 35.3 MeV 5.61 keV 7.34 mm 7.4 mm World msc - 3 1.82 cm -24.5 cm 8.51 mm 82.5 MeV 3.53 keV 5.52 mm 1.29 cm World msc - 4 1.79 cm -24.9 cm 7.57 mm 119 MeV 1.7 keV 3.8 mm 1.67 cm World msc - 5 1.78 cm -24.9 cm 7.43 mm 126 MeV 744 eV 691 um 1.74 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 cm -21.6 cm 2.3 cm 2.71 keV 0 eV 0 fm 0 fm World initStep - 1 1.65 cm -21.6 cm 2.3 cm 195 keV 2.71 keV 154 um 154 um World eIoni - 2 1.59 cm -21.9 cm 2.23 cm 30.8 MeV 925 eV 3.34 mm 3.5 mm World eIoni - 3 1.52 cm -25 cm 2.22 cm 338 MeV 12.8 keV 3.08 cm 3.43 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm -20.3 cm 3.78 cm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 1.8 cm -20.3 cm 3.78 cm 103 keV 1.7 keV 81 um 81 um World eIoni - 2 1.8 cm -20.9 cm 3.78 cm 57.5 MeV 16.2 keV 1.63 cm 1.64 cm World eIoni - 3 2.95 cm -24.8 cm 2.84 cm 453 MeV 25.3 keV 4.4 cm 6.04 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 cm -18.8 cm 4.18 cm 1.98 keV 0 eV 0 fm 0 fm World initStep - 1 1.89 cm -18.8 cm 4.18 cm 131 keV 1.98 keV 99.4 um 99.4 um World eIoni - 2 3.14 cm -19.7 cm 5.2 cm 84.9 MeV 12.4 keV 2.36 cm 2.37 cm World eIoni - 3 4.04 cm -21.4 cm 3.63 cm 261 MeV 18.7 keV 2.86 cm 5.24 cm World msc - 4 4.34 cm -24.6 cm 3.09 cm 580 MeV 19.2 keV 3.25 cm 8.48 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm -5.42 cm 2.48 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 1.5 cm -5.42 cm 2.48 cm 71.1 keV 1.26 keV 54.2 um 54.2 um World eIoni - 2 1.5 cm -5.74 cm 2.48 cm 31.8 MeV 10.6 keV 9.37 mm 9.42 mm World eIoni - 3 1.92 cm -24.9 cm 3.59 cm 1.95 GeV 102 keV 19.4 cm 20.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm -4.38 cm 2.35 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 1.5 cm -4.38 cm 2.35 cm 62.8 keV 1.15 keV 48 um 48 um World eIoni - 2 1.5 cm -4.64 cm 2.35 cm 26.1 MeV 7.84 keV 7.85 mm 7.9 mm World eIoni - 3 7.76 mm -25 cm 1.29 cm 2.06 GeV 103 keV 20.6 cm 21.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm -3.77 cm 2.25 cm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 1.5 cm -3.77 cm 2.25 cm 91.9 keV 1.53 keV 70.3 um 70.3 um World eIoni - 2 1.5 cm -4.25 cm 2.25 cm 48 MeV 12.6 keV 1.37 cm 1.38 cm World eIoni - 3 -6.87 mm -18.9 cm 2.61 cm 1.51 GeV 97.8 keV 15.4 cm 16.8 cm World eBrem - 4 -8.28 mm -24.5 cm 2.63 cm 2.08 GeV 32.2 keV 5.65 cm 22.5 cm World eBrem - 5 -8.38 mm -25 cm 2.63 cm 2.12 GeV 2.96 keV 4.7 mm 22.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.28 mm -24.5 cm 2.63 cm 104 keV 0 eV 0 fm 0 fm World initStep - 1 -8.38 mm -25 cm 2.63 cm 104 keV 0 eV 4.7 mm 4.7 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.87 mm -18.9 cm 2.61 cm 159 keV 0 eV 0 fm 0 fm World initStep - 1 -8.66 mm -25 cm 2.64 cm 159 keV 0 eV 6.12 cm 6.12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -2.38 cm 1.91 cm 8.27 keV 0 eV 0 fm 0 fm World initStep - 1 1.52 cm -2.39 cm 1.91 cm 1 MeV 896 eV 297 um 297 um World eIoni - 2 1.61 cm -8.95 cm -1.06 cm 657 MeV 38.7 keV 7.77 cm 7.8 cm World eIoni - 3 1.71 cm -13.8 cm -3.59 cm 1.14 GeV 37.6 keV 5.51 cm 13.3 cm World eIoni - 4 1.73 cm -15.4 cm -4.13 cm 1.3 GeV 13.5 keV 1.65 cm 15 cm World eIoni - 5 1.79 cm -20.7 cm -5.56 cm 1.84 GeV 39 keV 5.57 cm 20.5 cm World eIoni - 6 1.79 cm -21.2 cm -5.67 cm 1.89 GeV 3.92 keV 4.98 mm 21 cm World eIoni - 7 1.8 cm -21.4 cm -5.71 cm 1.9 GeV 811 eV 1.78 mm 21.2 cm World eIoni - 8 1.8 cm -21.6 cm -5.75 cm 1.92 GeV 1.59 keV 1.83 mm 21.4 cm World eIoni - 9 1.82 cm -24.9 cm -6.4 cm 2.26 GeV 27.9 keV 3.41 cm 24.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm -21.6 cm -5.75 cm 1.69 keV 0 eV 0 fm 0 fm World initStep - 1 1.8 cm -21.6 cm -5.75 cm 102 keV 1.69 keV 80.2 um 80.2 um World eIoni - 2 8.11 mm -22.2 cm -6.25 cm 57.2 MeV 18.5 keV 1.62 cm 1.63 cm World eIoni - 3 -1.13 mm -23.5 cm -6.47 cm 188 MeV 47.7 keV 1.68 cm 3.31 cm World msc - 4 -4.49 mm -25 cm -6.55 cm 341 MeV 10.1 keV 1.57 cm 4.88 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm -21.4 cm -5.71 cm 3.25 keV 0 eV 0 fm 0 fm World initStep - 1 1.8 cm -21.4 cm -5.71 cm 254 keV 3.25 keV 202 um 202 um World eIoni - 2 1.78 cm -21.5 cm -5.7 cm 11.7 MeV 171 eV 1.17 mm 1.37 mm World eIoni - 3 1.73 cm -22.4 cm -5.71 cm 100 MeV 6.91 keV 8.86 mm 1.02 cm World eIoni - 4 1.72 cm -22.6 cm -5.72 cm 120 MeV 2.47 keV 2.05 mm 1.23 cm World eIoni - 5 1.7 cm -24.9 cm -5.76 cm 353 MeV 12.8 keV 2.33 cm 3.56 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm -22.6 cm -5.72 cm 3.15 keV 0 eV 0 fm 0 fm World initStep - 1 1.72 cm -22.6 cm -5.72 cm 242 keV 3.15 keV 193 um 193 um World eIoni - 2 1.76 cm -22.9 cm -5.75 cm 24.4 MeV 406 eV 2.53 mm 2.72 mm World eIoni - 3 1.99 cm -24.9 cm -5.84 cm 231 MeV 12.2 keV 2.09 cm 2.36 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm -22.4 cm -5.71 cm 2.16 keV 0 eV 0 fm 0 fm World initStep - 1 1.73 cm -22.4 cm -5.71 cm 140 keV 2.16 keV 112 um 112 um World eIoni - 2 1.83 cm -23.3 cm -4.61 cm 85.1 MeV 8 keV 1.74 cm 1.75 cm World msc - 3 1.86 cm -24.1 cm -3.45 cm 170 MeV 9.69 keV 1.52 cm 3.27 cm World msc - 4 1.86 cm -24.9 cm -3.08 cm 252 MeV 3.39 keV 8.97 mm 4.17 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 cm -21.5 cm -5.7 cm 1.97 keV 0 eV 0 fm 0 fm World initStep - 1 1.78 cm -21.5 cm -5.7 cm 125 keV 1.97 keV 99.4 um 99.4 um World eIoni - 2 7.41 mm -22.3 cm -4.84 cm 78 MeV 16.4 keV 2.01 cm 2.02 cm WorldTransportation - 3 -2.1 mm -22.6 cm -4.12 cm 106 MeV 15 keV 1.63 cm 3.65 cm World msc - 4 -6.37 mm -25 cm -3.8 cm 347 MeV 18.5 keV 2.47 cm 6.12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 cm -21.2 cm -5.67 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 1.79 cm -21.2 cm -5.67 cm 81.7 keV 1.4 keV 62.2 um 62.2 um World eIoni - 2 1.79 cm -21.6 cm -5.67 cm 39.7 MeV 16.2 keV 1.15 cm 1.16 cm World eIoni - 3 1.58 cm -24.9 cm -4.98 cm 372 MeV 21.4 keV 3.44 cm 4.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 cm -20.7 cm -5.56 cm 3.73 keV 0 eV 0 fm 0 fm World initStep - 1 1.79 cm -20.8 cm -5.56 cm 280 keV 1.25 keV 65 um 65 um World eIoni - 2 1.6 cm -22 cm -4.89 cm 125 MeV 9.16 keV 1.58 cm 1.59 cm World eIoni - 3 1.14 cm -23.6 cm -3.71 cm 287 MeV 12.3 keV 2.09 cm 3.68 cm World eIoni - 4 9.74 mm -25 cm -3.27 cm 423 MeV 8.68 keV 1.45 cm 5.13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 95 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 cm -23.6 cm -3.71 cm 1.31 keV 0 eV 0 fm 0 fm World initStep - 1 1.14 cm -23.6 cm -3.71 cm 74.2 keV 1.31 keV 56.8 um 56.8 um World eIoni - 2 1.38 cm -23.9 cm -4.16 cm 32.3 MeV 6.53 keV 7.74 mm 7.8 mm World msc - 3 1.55 cm -24.4 cm -4.49 cm 77.1 MeV 4.88 keV 6 mm 1.38 cm World msc - 4 1.6 cm -24.7 cm -4.58 cm 106 MeV 867 eV 3.1 mm 1.69 cm World msc - 5 1.64 cm -24.9 cm -4.64 cm 133 MeV 1.25 keV 2.75 mm 1.97 cm OutOfWorldTransportation + 0 -4.22 cm -15.2 cm 2.67 cm 3.36 keV 0 eV 0 fm 0 fm World initStep + 1 -4.22 cm -15.2 cm 2.67 cm 263 keV 3.36 keV 212 um 212 um World eIoni + 2 -4.22 cm -15.2 cm 2.67 cm 5.05 MeV 18 eV 483 um 695 um World eIoni + 3 -3.93 cm -18.9 cm 2.53 cm 366 MeV 13.6 keV 3.63 cm 3.7 cm World eIoni + 4 -3.86 cm -19.3 cm 2.52 cm 412 MeV 2.37 keV 4.71 mm 4.17 cm World eIoni + 5 -3.82 cm -19.6 cm 2.51 cm 444 MeV 1.4 keV 3.17 mm 4.49 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm -15.4 cm -4.13 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 1.73 cm -15.4 cm -4.13 cm 88.2 keV 1.47 keV 66.6 um 66.6 um World eIoni - 2 1.73 cm -15.8 cm -4.12 cm 45 MeV 9.73 keV 1.29 cm 1.3 cm World eIoni - 3 3.27 cm -24.8 cm -4.7 cm 941 MeV 51.5 keV 9.71 cm 11 cm OutOfWorldTransportation + 0 -3.86 cm -19.3 cm 2.52 cm 12.5 keV 0 eV 0 fm 0 fm World initStep + 1 -3.86 cm -19.3 cm 2.52 cm 1.98 MeV 5.43 keV 1.33 mm 1.33 mm World eIoni + 2 -3.88 cm -19.6 cm 2.51 cm 30.3 MeV 2.49 keV 2.85 mm 4.18 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 cm -13.8 cm -3.59 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 1.71 cm -13.8 cm -3.59 cm 81.4 keV 1.4 keV 62.4 um 62.4 um World eIoni - 2 1.71 cm -14.2 cm -3.59 cm 39.5 MeV 11.4 keV 1.14 cm 1.15 cm World eIoni - 3 3.23 cm -24.8 cm -4.27 cm 1.1 GeV 62.6 keV 11.1 cm 12.2 cm OutOfWorldTransportation + 0 -3.93 cm -18.9 cm 2.53 cm 1.88 keV 0 eV 0 fm 0 fm World initStep + 1 -3.93 cm -18.9 cm 2.53 cm 116 keV 1.88 keV 92.7 um 92.7 um World eIoni + 2 -3.92 cm -19.4 cm 2.35 cm 56.9 MeV 7.66 keV 1.02 cm 1.03 cm World msc + 3 -3.93 cm -19.6 cm 2.33 cm 75.9 MeV 347 eV 1.91 mm 1.22 cm OutOfWorldTransportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.011800s Sys=0.000000s + User=0.000000s Real=0.002059s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.023 MB +Dynamic pools deleted: 11 / Total memory freed: 0.019 MB ============================================================ diff --git a/examples/extended/field/field02/include/F02SteppingVerbose.hh b/examples/extended/field/field02/include/F02SteppingVerbose.hh index baf0d247235..d9fe8a5b229 100644 --- a/examples/extended/field/field02/include/F02SteppingVerbose.hh +++ b/examples/extended/field/field02/include/F02SteppingVerbose.hh @@ -61,6 +61,8 @@ class F02SteppingVerbose : public G4SteppingVerbose F02SteppingVerbose() = default; ~F02SteppingVerbose() override = default; + G4VSteppingVerbose* Clone() override { return new F02SteppingVerbose; } + void StepInfo() override; void TrackingStarted() override; }; diff --git a/examples/extended/field/field02/src/F02DetectorConstruction.cc b/examples/extended/field/field02/src/F02DetectorConstruction.cc index 3e0ff6ddfea..9a7f287459f 100644 --- a/examples/extended/field/field02/src/F02DetectorConstruction.cc +++ b/examples/extended/field/field02/src/F02DetectorConstruction.cc @@ -305,7 +305,7 @@ void F02DetectorConstruction::SetAbsorberThickness(G4double val) // change Absorber thickness and recompute the calorimeter parameters fAbsorberThickness = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -315,7 +315,7 @@ void F02DetectorConstruction::SetAbsorberRadius(G4double val) // change the transverse size and recompute the calorimeter parameters fAbsorberRadius = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -325,7 +325,7 @@ void F02DetectorConstruction::SetWorldSizeZ(G4double val) fWorldChanged = true; fWorldSizeZ = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -335,7 +335,7 @@ void F02DetectorConstruction::SetWorldSizeR(G4double val) fWorldChanged = true; fWorldSizeR = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -344,7 +344,7 @@ void F02DetectorConstruction::SetAbsorberZpos(G4double val) { fZAbsorber = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/field/field03/History b/examples/extended/field/field03/History index 2dd7823a3da..5f4a460a23e 100644 --- a/examples/extended/field/field03/History +++ b/examples/extended/field/field03/History @@ -1,9 +1,21 @@ # Example field03 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- + +## 2024-09-30 Gabriele Cosmo (fieldex03-V11-02-03) +- Use GeometryHasBeenModified() in place of ReinitializeGeometry() in + DetectorCostruction UI commands implementation, for thread safety. + +## 2024-09-25 Gabriele Cosmo (fieldex03-V11-02-02) +- Minor simplification in F03DetectorConstruction() constructor. + +## 2024-09-18 Gabriele Cosmo (fieldex03-V11-02-01) +- Migrated to use G4RunManagerFactory. +- Use default MixMax random generator. ## 2024-04-29 Ivana Hrivnacova (fieldex03-V11-02-00) - Replaced FieldSetup and FieldMessenger classes with usage of new @@ -12,7 +24,7 @@ be used as a substitute for writing good git commit messages! in DetectorConstruction and its messenger and removed setting Z-value only -## 2023-07-05 I. Hrivnacova (fieldex03-V11-01-00) +## 2023-07-05 Ivana Hrivnacova (fieldex03-V11-01-00) - Clang-tidy, new coding guidelines - Clean-up trailing white-spaces diff --git a/examples/extended/field/field03/field03.cc b/examples/extended/field/field03/field03.cc index 59336d2a55a..99a2ceffc35 100644 --- a/examples/extended/field/field03/field03.cc +++ b/examples/extended/field/field03/field03.cc @@ -27,21 +27,13 @@ /// \file field/field03/field03.cc /// \brief Main program of the field/field03 example // -// -// -// //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "G4Types.hh" -#ifdef G4MULTITHREADED -# include "G4MTRunManager.hh" -#else -# include "F03SteppingVerbose.hh" - -# include "G4RunManager.hh" -#endif +#include "G4RunManagerFactory.hh" +#include "F03SteppingVerbose.hh" #include "F03ActionInitialization.hh" #include "F03DetectorConstruction.hh" @@ -51,30 +43,25 @@ #include "G4UIExecutive.hh" #include "G4UImanager.hh" #include "G4VisExecutive.hh" -#include "Randomize.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... int main(int argc, char** argv) { // Instantiate G4UIExecutive if there are no arguments (interactive mode) + // G4UIExecutive* ui = nullptr; if (argc == 1) { ui = new G4UIExecutive(argc, argv); } - // Choose the Random engine + // Setting the application-specific SteppingVerbose // - G4Random::setTheEngine(new CLHEP::RanecuEngine); + auto verbosity = new F03SteppingVerbose; // Construct the default run manager // -#ifdef G4MULTITHREADED - G4MTRunManager* runManager = new G4MTRunManager; -#else - G4VSteppingVerbose::SetInstance(new F03SteppingVerbose); - auto runManager = new G4RunManager; -#endif + auto runManager = G4RunManagerFactory::CreateRunManager(); // Set mandatory initialization classes // @@ -121,6 +108,7 @@ int main(int argc, char** argv) // owned and deleted by the run manager, so they should not // be deleted in the main() program ! + delete verbosity; delete visManager; delete runManager; diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index 8afb9f3b29d..91f9751c57a 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -1,3 +1,4 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ !!! WARNING - FPE detection is activated !!! @@ -10,7 +11,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -242,7 +243,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -339,10 +339,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -513,7 +516,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -995,7 +998,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1020,7 +1023,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -1036,8 +1039,6 @@ Index : 0 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ********************************************************************************************************* @@ -1074,7 +1075,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001158s Sys=0.000000s + User=0.000000s Real=0.001123s Sys=0.000000s # /tracking/verbose 0 /run/printProgress 50 @@ -1097,7 +1098,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.011162s Sys=0.000000s + User=0.010000s Real=0.043655s Sys=0.000000s # /field03/setField 0. 0. 1.0 kG G4ChordFinder: stepperDriverId: 2 @@ -1120,7 +1121,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002668s Sys=0.000000s + User=0.000000s Real=0.002133s Sys=0.000000s # /tracking/verbose 1 /field03/setField 3.3 0 0 tesla @@ -1164,7 +1165,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000403s Sys=0.000000s + User=0.000000s Real=0.000284s Sys=0.000000s # # Test commands defined in this example /control/verbose 2 @@ -1173,15 +1174,15 @@ Run Summary /calor/setAbsMat Xe20CO2 /calor/setWorldMat Kr20CO2 /calor/setAbsThick 0.8 mm -/run/reinitializeGeometry +/run/geometryModified /calor/setAbsRad 1900 mm -/run/reinitializeGeometry +/run/geometryModified /calor/setAbsZpos 20990 mm -/run/reinitializeGeometry +/run/geometryModified /calor/setWorldZ 45000 mm -/run/reinitializeGeometry +/run/geometryModified /calor/setWorldR 23000 mm -/run/reinitializeGeometry +/run/geometryModified /gun/random on /gun/xvertex 100 mm X coordinate of the primary vertex = 100 mm. @@ -1191,27 +1192,6 @@ Run Summary Z coordinate of the primary vertex = 100 mm. # /run/beamOn 1 -Start re-initialization because - Geometry -has been modified since last Run. - - The WORLD is made of 45000mm of Kr20CO2, the transverse size (R) of the world is 23000 mm. - The ABSORBER is made of 0.8mm of Xe20CO2, the transverse size (R) is 1900 mm. - Z position of the (middle of the) absorber 20990 mm. - -zRad = 20789.1 mm -radThick = 401 mm -fFoilNumber = 2 -fRadiatorMat = Air -WorldMaterial = Kr20CO2 -Checking overlaps for volume Radiator:0 (G4Tubs) ... OK! --99.5 mm Checking overlaps for volume RadSlice:0 (G4Tubs) ... OK! -100.5 mm Checking overlaps for volume RadSlice:1 (G4Tubs) ... OK! - -Checking overlaps for volume Absorber:0 (G4Tubs) ... OK! -Global field created with stepper ClassicalRK4 -Local (in Radiator) field created with stepper ClassicalRK4 - G4ChordFinder: stepperDriverId: 2 ========= Table of registered couples ============================ @@ -1243,10 +1223,10 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.210000s Real=0.221811s Sys=0.000000s + User=0.460000s Real=0.540199s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== -Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 1.5 MB +Number of memory pools allocated: 12 of which, static: 0 +Dynamic pools deleted: 12 / Total memory freed: 1.7 MB ============================================================ diff --git a/examples/extended/field/field03/include/F03SteppingVerbose.hh b/examples/extended/field/field03/include/F03SteppingVerbose.hh index 10392015744..b1073465c31 100644 --- a/examples/extended/field/field03/include/F03SteppingVerbose.hh +++ b/examples/extended/field/field03/include/F03SteppingVerbose.hh @@ -61,6 +61,8 @@ class F03SteppingVerbose : public G4SteppingVerbose F03SteppingVerbose() = default; ~F03SteppingVerbose() override = default; + G4VSteppingVerbose* Clone() override { return new F03SteppingVerbose; } + void StepInfo() override; void TrackingStarted() override; }; diff --git a/examples/extended/field/field03/src/F03DetectorConstruction.cc b/examples/extended/field/field03/src/F03DetectorConstruction.cc index f2ec747dd32..22c27b71a39 100644 --- a/examples/extended/field/field03/src/F03DetectorConstruction.cc +++ b/examples/extended/field/field03/src/F03DetectorConstruction.cc @@ -60,12 +60,12 @@ F03DetectorConstruction::F03DetectorConstruction() fDetectorMessenger = new F03DetectorMessenger(this); // create field builder - // this will create commands for field parameters - G4FieldBuilder::Instance(); - // G4FieldBuilder::Instance()->SetVerboseLevel(2); + // this will create commands for field parameters + G4FieldBuilder* fieldBuilder = G4FieldBuilder::Instance(); + // fieldBuilder->SetVerboseLevel(2); - auto globalFieldParameters = G4FieldBuilder::Instance()->GetFieldParameters(); - auto localFieldParameters = G4FieldBuilder::Instance()->CreateFieldParameters("Radiator"); + auto globalFieldParameters = fieldBuilder->GetFieldParameters(); + auto localFieldParameters = fieldBuilder->CreateFieldParameters("Radiator"); // set default min step 0.25 mm globalFieldParameters->SetMinimumStep(0.25 * mm); @@ -351,7 +351,7 @@ void F03DetectorConstruction::SetAbsorberThickness(G4double val) // change Absorber thickness and recompute the calorimeter parameters fAbsorberThickness = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -361,7 +361,7 @@ void F03DetectorConstruction::SetAbsorberRadius(G4double val) // change the transverse size and recompute the calorimeter parameters fAbsorberRadius = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -370,7 +370,7 @@ void F03DetectorConstruction::SetWorldSizeZ(G4double val) { fWorldSizeZ = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -379,7 +379,7 @@ void F03DetectorConstruction::SetWorldSizeR(G4double val) { fWorldSizeR = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -388,7 +388,7 @@ void F03DetectorConstruction::SetAbsorberZpos(G4double val) { fZAbsorber = val; ComputeCalorParameters(); - G4RunManager::GetRunManager()->ReinitializeGeometry(); + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/field/field04/History b/examples/extended/field/field04/History index 5e5639f456d..4a02b0c05c3 100644 --- a/examples/extended/field/field04/History +++ b/examples/extended/field/field04/History @@ -6,6 +6,16 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-09-30 Gabriele Cosmo (fieldex04-V11-02-01) +- Use GeometryHasBeenModified() in place of ReinitializeGeometry() in + DetectorCostruction UI commands implementation, for thread safety. + +## 2024-09-18 Gabriele Cosmo (fieldex04-V11-02-00) +- Migrated to use G4RunManagerFactory. +- Use default MixMax random generator. +- Avoid use of G4AutoDelete for G4StepMax, as clashing with thread-local + singletons deletion operated by G4TaskingRunManager. + ## 2023-09-05 Gabriele Cosmo (fieldex04-V11-01-01) - Replaced use of deprecated G4TouchableHistoryHandle with G4TouchableHandle. diff --git a/examples/extended/field/field04/field04.cc b/examples/extended/field/field04/field04.cc index 1311fce9db8..c1f8e55ebc8 100644 --- a/examples/extended/field/field04/field04.cc +++ b/examples/extended/field/field04/field04.cc @@ -27,16 +27,8 @@ /// \file field/field04/field04.cc /// \brief Main program of the field/field04 example // -// -// -------------------------------------------------------------- -// -// GEANT 4 - Example F04 -// -// -------------------------------------------------------------- -// Comments -// -// -// -------------------------------------------------------------- +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #ifndef WIN32 # include @@ -44,13 +36,8 @@ #include "G4Types.hh" -#ifdef G4MULTITHREADED -# include "G4MTRunManager.hh" -#else -# include "F04SteppingVerbose.hh" - -# include "G4RunManager.hh" -#endif +#include "G4RunManagerFactory.hh" +#include "F04SteppingVerbose.hh" #include "F04ActionInitialization.hh" #include "F04DetectorConstruction.hh" @@ -107,23 +94,19 @@ int main(int argc, char** argv) } // Instantiate G4UIExecutive if there are no arguments (interactive mode) + // G4UIExecutive* ui = nullptr; if (!macro.size()) { ui = new G4UIExecutive(argc, argv); } - // Choose the Random engine + // Setting the application-specific SteppingVerbose // - G4Random::setTheEngine(new CLHEP::RanecuEngine); + auto verbosity = new F04SteppingVerbose; // Construct the default run manager // -#ifdef G4MULTITHREADED - G4MTRunManager* runManager = new G4MTRunManager; -#else - G4VSteppingVerbose::SetInstance(new F04SteppingVerbose); - auto runManager = new G4RunManager; -#endif + auto runManager = G4RunManagerFactory::CreateRunManager(); G4Random::setTheSeed(randomSeed); @@ -186,6 +169,7 @@ int main(int argc, char** argv) // owned and deleted by the run manager, so they should not // be deleted in the main() program ! + delete verbosity; delete visManager; delete runManager; diff --git a/examples/extended/field/field04/field04.in b/examples/extended/field/field04/field04.in index db086ec2835..9baae32199f 100644 --- a/examples/extended/field/field04/field04.in +++ b/examples/extended/field/field04/field04.in @@ -2,7 +2,7 @@ # Macro file for the test of field04 example # #/run/verbose 1 -/control/verbose 2 +/control/verbose 0 /event/verbose 1 /tracking/verbose 1 # diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index 1a63bad7611..61fe5072b58 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -1,3 +1,4 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ !!! WARNING - FPE detection is activated !!! @@ -10,7 +11,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,7 +41,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -98,38 +98,6 @@ End of Run User Vis Actions: none Some /vis commands (optionally) take a string to specify colour. "/vis/list" to see available colours. -/event/verbose 1 -/tracking/verbose 1 -# -/field04/SetWorldMat G4_AIR -/field04/SetWorldR 5.0 m -/field04/SetWorldZ 50.0 m -# -/field04/SetCaptureR 0.6 m -/field04/SetCaptureZ 4.0 m -# -/field04/SetTransferR 0.3 m -/field04/SetTransferZ 15.0 m -/field04/SetTransferP 0.0 m -# -/field04/SetTgtMat G4_W -/field04/SetTgtRad 0.4 cm -/field04/SetTgtThick 16.0 cm -/field04/SetTgtPos 0.0 cm -/field04/SetTgtAng 170 -# -/field04/SetDgrMat G4_Pb -/field04/SetDgrRad 30.0 cm -/field04/SetDgrThick 0.1 cm -#/field04/SetDgrPos -7.4 m -# -#######/exp/phys/gammaCut 1.0 m -#######/exp/phys/stepMax 2.0 mm -# -#/decay/pienu -#/decay/pimunu -# -/run/initialize G4NistMaterialBuilder::FindOrBuildMaterial G4_Galactic G4NistMaterialBuilder: BuildMaterial #286 New material nComponents= 1 @@ -200,7 +168,7 @@ The materials defined are: ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -253,42 +221,6 @@ Accuracy Parameters: MinStep=0.01 DeltaChord=3 DeltaOneStep=0.01 -- quasiElastic: 1 for QGS and 0 for FTF ### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 ### Birks coefficients used in run time -# -/field/SetCaptureB1 2.5 tesla -/run/reinitializeGeometry -/field/SetCaptureB2 5.0 tesla -/run/reinitializeGeometry -/field/SetTransferB 5.0 tesla -/run/reinitializeGeometry -# -/field/setStepperType 4 -/field/setMinStep 10 mm -# -#/process/inactivate msc -#/process/activate msc -# -#/field04/SetTgtMat G4_Pb -#/field04/SetCaptureR 0.6 m -# -/gun/particle proton -/gun/energy 500.0 MeV -#/gun/momentumAmp 1.09008 GeV -/gun/random on -# -#/control/execute vis.mac -# -# -#/rndm/autoSeed 1 -# -#/rndm/save 2 -#/rndm/read random/run0evt8268.rndm -#/random/resetEngineFrom random/run0evt40.rndm -# -/run/beamOn 1000 -G4NistMaterialBuilder::FindOrBuildMaterial G4_Galactic -G4NistMaterialBuilder::FindOrBuildMaterial G4_AIR -G4NistMaterialBuilder::FindOrBuildMaterial G4_Pb -G4NistMaterialBuilder::FindOrBuildMaterial G4_W ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -310,10 +242,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -484,7 +419,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -977,7 +912,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1002,31 +937,21 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ---------- Ranecu engine status --------- - Initial seed (index) = 159 - Current couple of seeds = 1134216532, 1766838258 ----------------------------------------- -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.9624(mm),-2.96986(mm),78.7722(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={621222878830592603, 1878439746070508071, 480734915010840150, 118227318105018895, 1588395881834397725, 47050411164420482, 1962982138842067801, 1555199435747805473, 1484421844534557966, 125939668344058600, 1751067686437931246, 2133830834672854020, 2034097287592301141, 499235392081588318, 2170561876678615146, 598777140036549892, 1637680463185374007} counter= 17sumtot= 2241120845459929928 +--------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.269223(mm),-1.5400678(mm),79.070734(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.1111(mm),1.37824(mm),78.217(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1035,7 +960,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.248866(mm),-0.45376046(mm),78.369016(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.470888(mm),-1.9351784(mm),79.387829(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1044,7 +969,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.009086(mm),2.1046884(mm),78.940276(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.94713(mm),2.2445452(mm),78.245893(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1053,7 +978,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.268317(mm),1.3366012(mm),78.365586(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.066841(mm),-0.60594125(mm),79.459073(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1062,7 +987,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.229994(mm),2.9387748(mm),79.077651(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.151878(mm),-2.9119465(mm),78.562444(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1071,7 +996,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.611548(mm),-0.15806588(mm),79.010373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.997802(mm),-2.6181805(mm),78.589612(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1080,7 +1005,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.828973(mm),-2.5700494(mm),78.443054(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.466575(mm),1.1435659(mm),78.154301(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1089,7 +1014,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.015523(mm),-2.4650811(mm),78.41016(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.776981(mm),-0.75142529(mm),79.333856(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1098,7 +1023,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.975896(mm),3.6952715(mm),78.769801(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.035057(mm),2.83638(mm),78.935697(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1107,7 +1032,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.876214(mm),-1.5152511(mm),78.611051(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.69389(mm),3.2531395(mm),79.172181(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1116,7 +1041,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.206827(mm),1.3269084(mm),78.552755(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.263984(mm),2.4649698(mm),78.542677(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1125,7 +1050,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.982833(mm),-1.4227419(mm),78.415924(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.072569(mm),-0.53213735(mm),79.281736(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1134,7 +1059,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.984213(mm),-2.3465342(mm),78.239354(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.326909(mm),-1.2603483(mm),79.236889(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1143,7 +1068,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.817537(mm),-1.1135619(mm),78.974051(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.652194(mm),1.2018244(mm),79.179533(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1152,7 +1077,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.060009(mm),-2.0942763(mm),79.283951(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.941184(mm),1.3804654(mm),78.246941(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1161,7 +1086,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.374164(mm),1.0080892(mm),78.346922(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.76223(mm),-1.4764339(mm),79.16013(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1170,7 +1095,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.662159(mm),1.3260131(mm),79.354103(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.396579(mm),2.4962034(mm),78.519297(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1179,7 +1104,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.760007(mm),-3.3266793(mm),78.984196(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.964194(mm),1.1145435(mm),78.595538(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1188,7 +1113,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.343098(mm),-1.9517064(mm),78.528727(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.196647(mm),-2.3669237(mm),78.730877(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1197,7 +1122,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.115993(mm),1.5534527(mm),78.921426(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.944141(mm),1.1002411(mm),78.24642(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1206,7 +1131,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.782735(mm),1.285178(mm),78.451207(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.990394(mm),1.902194(mm),78.414591(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1215,7 +1140,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.111256(mm),1.0562459(mm),78.39328(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.458279(mm),-3.2218062(mm),78.684744(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1224,7 +1149,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.21721(mm),2.1639921(mm),79.079905(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.840594(mm),2.0757182(mm),78.793659(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1233,7 +1158,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.68125(mm),1.2815602(mm),78.292775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.147552(mm),2.4920123(mm),78.563207(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1242,7 +1167,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.860777(mm),2.5730887(mm),78.437446(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.095256(mm),-1.885967(mm),79.101409(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1251,7 +1176,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.774725(mm),-0.20145965(mm),78.452619(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.324326(mm),0.12114648(mm),78.884691(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1260,7 +1185,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.556318(mm),-1.212099(mm),79.196438(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.299292(mm),2.5625142(mm),78.889105(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1269,7 +1194,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.649142(mm),-0.13004027(mm),78.298436(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.738186(mm),-2.1031822(mm),78.282735(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1278,7 +1203,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.094662(mm),0.38929653(mm),79.454168(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.329555(mm),1.9435641(mm),78.531115(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1287,7 +1212,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.4539(mm),-1.5694651(mm),79.390824(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.238753(mm),0.86508806(mm),78.723453(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1296,7 +1221,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.971441(mm),1.1181767(mm),79.299568(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.350287(mm),3.548625(mm),78.880113(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1305,7 +1230,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.194114(mm),-1.0793194(mm),78.202343(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.321558(mm),-0.91695647(mm),78.179871(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1314,7 +1239,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.990797(mm),-1.9225959(mm),78.943501(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.054695(mm),0.87168143(mm),79.461215(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1323,7 +1248,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.533974(mm),-1.4889959(mm),79.376705(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.358611(mm),1.5217925(mm),79.231299(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1332,7 +1257,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.79929(mm),2.859738(mm),78.977269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.576426(mm),-1.4229458(mm),79.36922(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1341,7 +1266,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.635775(mm),1.7017963(mm),78.47712(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.901109(mm),-2.0059473(mm),79.311969(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1350,7 +1275,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.317544(mm),-0.29201635(mm),78.356906(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.144858(mm),-2.1575447(mm),78.916336(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1359,7 +1284,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.820552(mm),-1.6081386(mm),78.797193(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.394271(mm),-2.3926722(mm),78.696031(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1368,16 +1293,40 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.070729(mm),0.7084109(mm),79.458388(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.85979(mm),1.5757491(mm),78.43762(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.2 cm 1.55 mm 5.66 cm 5.21 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.194309 cm 1.6762594 mm 5.6681787 cm 1.9311908 MeV 3.2756702 MeV 161.58714 um 161.58714 um Target hIoni + 2 -1.1930206 cm 1.7037175 mm 5.668991 cm 237.83969 keV 1.6933511 MeV 38.704747 um 200.29189 um Target hIoni + 3 -1.1929605 cm 1.7042431 mm 5.6689713 cm 0 eV 237.83969 keV 1.6872646 um 201.97915 um Target hIoni + 4 -1.1929605 cm 1.7042431 mm 5.6689713 cm 0 eV 0 eV 0 fm 201.97915 um Target Decay +Track (trackID 7, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 21, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.19 cm 1.7 mm 5.67 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.1973624 cm 1.6513318 mm 5.6796817 cm 1.3010541 MeV 2.8187585 MeV 143.89929 um 143.89929 um Target muIoni + 2 -1.1986468 cm 1.653401 mm 5.6805071 cm 49.481053 keV 1.2515731 MeV 24.191798 um 168.09108 um Target muIoni + 3 -1.1986501 cm 1.6534626 mm 5.6805127 cm 0 eV 49.481053 keV 267.98669 nm 168.35907 um Target muIoni + 4 -1.1986501 cm 1.6534626 mm 5.6805127 cm 0 eV 0 eV 0 fm 168.35907 um Target DecayWithSpin +Track (trackID 21, parentID 7) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.05502(mm),-1.4418168(mm),79.284831(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.566802(mm),0.32308484(mm),79.370917(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1386,7 +1335,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.806559(mm),-2.5204007(mm),78.79966(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.86889(mm),1.1623805(mm),78.964996(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1395,7 +1344,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.054635(mm),-1.1327848(mm),78.755918(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.529204(mm),-3.8128043(mm),78.672238(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1404,7 +1353,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.223124(mm),-2.4755408(mm),78.373554(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.153233(mm),-0.3088431(mm),79.267513(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1413,7 +1362,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.226095(mm),-3.7136091(mm),78.725685(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.706541(mm),0.41520838(mm),78.640969(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1422,7 +1371,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.735749(mm),0.65056093(mm),78.106838(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.40727(mm),-1.1998489(mm),78.164758(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1431,7 +1380,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.221256(mm),1.4892437(mm),78.550211(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.838253(mm),2.3475526(mm),78.617745(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1440,7 +1389,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.025736(mm),2.5848254(mm),78.93734(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.422605(mm),-1.331201(mm),78.867362(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1449,7 +1398,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.201057(mm),-1.53868(mm),78.553772(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.388121(mm),-3.5026177(mm),78.873442(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1458,7 +1407,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.449326(mm),-2.4631953(mm),78.686323(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.200052(mm),-0.8505877(mm),78.201296(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1467,7 +1416,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.458036(mm),2.0255225(mm),78.684787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.56878(mm),-1.9934667(mm),78.841587(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1476,7 +1425,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.999809(mm),1.7741002(mm),78.236604(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.85784(mm),-2.2442152(mm),79.319599(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1485,7 +1434,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.366202(mm),1.766043(mm),78.171999(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.778391(mm),3.212931(mm),78.804627(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1494,7 +1443,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.427333(mm),0.02770303(mm),79.219182(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.203303(mm),2.4573393(mm),78.37705(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1503,7 +1452,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.119924(mm),2.0339539(mm),78.744405(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.954733(mm),0.08184646(mm),78.597206(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1512,7 +1461,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.25163(mm),-0.58387935(mm),79.250163(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.214472(mm),-2.6925031(mm),78.37508(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1521,7 +1470,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.589083(mm),-0.04897946(mm),79.014334(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.681953(mm),2.797291(mm),78.292651(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1530,7 +1479,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.632536(mm),-0.15088938(mm),79.359326(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.549448(mm),2.4932072(mm),78.668669(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1539,7 +1488,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.362746(mm),-1.0335517(mm),78.701589(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.133992(mm),2.3083014(mm),78.389271(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1548,7 +1497,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.148418(mm),-0.18854796(mm),79.092035(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.53718(mm),2.0292203(mm),78.847159(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1557,7 +1506,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.996166(mm),0.63509596(mm),78.413573(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.411819(mm),-0.57346686(mm),79.04559(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1566,7 +1515,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.190078(mm),-0.65476549(mm),78.379381(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.430929(mm),-3.3945889(mm),78.865894(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1575,7 +1524,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.477568(mm),-2.2681879(mm),78.85767(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.597211(mm),-2.2160838(mm),78.660247(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1584,7 +1533,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.672385(mm),-2.677375(mm),79.175973(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.183261(mm),1.5301339(mm),78.380583(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1593,7 +1542,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.109026(mm),0.50902936(mm),79.098981(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.922324(mm),0.32130275(mm),78.426594(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1602,7 +1551,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.625387(mm),1.3426612(mm),79.18426(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.228947(mm),-0.66438337(mm),78.725182(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1611,7 +1560,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.366872(mm),0.11589554(mm),78.348208(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.26629(mm),-0.038827683(mm),79.071251(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1620,7 +1569,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.479823(mm),1.3805466(mm),78.680945(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.059796(mm),2.1534403(mm),78.402354(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1629,7 +1578,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.558604(mm),1.4299387(mm),79.196035(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.127398(mm),-2.1055247(mm),78.566761(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1638,7 +1587,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.174094(mm),-0.82157812(mm),79.440162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.029099(mm),1.4490933(mm),78.76042(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1647,7 +1596,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.237122(mm),-2.3337649(mm),79.252721(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.721346(mm),1.3044958(mm),79.343666(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1656,16 +1605,3185 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.96306(mm),1.9994153(mm),78.772065(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.615705(mm),1.9440279(mm),79.362294(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.03 cm 1.94 mm 7.73 cm 157 MeV 0 eV 0 fm 0 fm Target initStep + 1 -9.7284461 mm 1.4469566 mm 7.6647891 cm 154.61318 MeV 2.3219947 MeV 1.0014176 mm 1.0014176 mm Target Transportation + 2 -9.1902481 mm 942.0829 um 7.5973024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.0014176 mm CaptureMgnt StepLimiter + 3 -8.6535134 mm 435.6537 um 7.5298157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.0014176 mm CaptureMgnt StepLimiter + 4 -8.1182467 mm -72.326757 um 7.4623291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.0014176 mm CaptureMgnt StepLimiter + 5 -7.5844524 mm -581.85421 um 7.3948424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.0014176 mm CaptureMgnt StepLimiter + 6 -7.0521349 mm -1.0929244 mm 7.3273557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.0014176 mm CaptureMgnt StepLimiter + 7 -6.5212988 mm -1.605533 mm 7.2598691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.0014176 mm CaptureMgnt StepLimiter + 8 -5.9919484 mm -2.1196758 mm 7.1923824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.0014176 mm CaptureMgnt StepLimiter + 9 -5.4640882 mm -2.6353484 mm 7.1248957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.0014176 mm CaptureMgnt StepLimiter + 10 -4.9377227 mm -3.1525466 mm 7.0574091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0001418 cm CaptureMgnt StepLimiter + 11 -4.4128562 mm -3.6712659 mm 6.9899224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1001418 cm CaptureMgnt StepLimiter + 12 -3.8894931 mm -4.1915021 mm 6.9224357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2001418 cm CaptureMgnt StepLimiter + 13 -3.3676379 mm -4.7132508 mm 6.8549491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3001418 cm CaptureMgnt StepLimiter + 14 -2.8472948 mm -5.2365076 mm 6.7874624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4001418 cm CaptureMgnt StepLimiter + 15 -2.3284682 mm -5.7612681 mm 6.7199758 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5001418 cm CaptureMgnt StepLimiter + 16 -1.8111626 mm -6.287528 mm 6.6524891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.6001418 cm CaptureMgnt StepLimiter + 17 -1.2953822 mm -6.8152829 mm 6.5850024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.7001418 cm CaptureMgnt StepLimiter + 18 -781.13129 um -7.3445282 mm 6.5175158 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.8001418 cm CaptureMgnt StepLimiter + 19 -268.41425 um -7.8752597 mm 6.4500291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.9001418 cm CaptureMgnt StepLimiter + 20 242.76463 um -8.4074727 mm 6.3825424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.0001418 cm CaptureMgnt StepLimiter + 21 752.4011 um -8.941163 mm 6.3150558 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.1001418 cm CaptureMgnt StepLimiter + 22 1.2604909 mm -9.4763259 mm 6.2475691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.2001418 cm CaptureMgnt StepLimiter + 23 1.7670297 mm -1.0012957 cm 6.1800824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.3001418 cm CaptureMgnt StepLimiter + 24 2.2720133 mm -1.0551052 cm 6.1125958 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.4001418 cm CaptureMgnt StepLimiter + 25 2.7754375 mm -1.1090606 cm 6.0451091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.5001418 cm CaptureMgnt StepLimiter + 26 3.2772981 mm -1.1631615 cm 5.9776224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.6001418 cm CaptureMgnt StepLimiter + 27 3.7775908 mm -1.2174074 cm 5.9101358 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.7001418 cm CaptureMgnt StepLimiter + 28 4.2763115 mm -1.2717979 cm 5.8426491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.8001418 cm CaptureMgnt StepLimiter + 29 4.773456 mm -1.3263324 cm 5.7751624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 2.9001418 cm CaptureMgnt StepLimiter + 30 5.2690201 mm -1.3810107 cm 5.7076758 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.0001418 cm CaptureMgnt StepLimiter + 31 5.7629997 mm -1.4358321 cm 5.6401891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.1001418 cm CaptureMgnt StepLimiter + 32 6.2553906 mm -1.4907962 cm 5.5727024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.2001418 cm CaptureMgnt StepLimiter + 33 6.7461887 mm -1.5459027 cm 5.5052158 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.3001418 cm CaptureMgnt StepLimiter + 34 7.23539 mm -1.6011509 cm 5.4377291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.4001418 cm CaptureMgnt StepLimiter + 35 7.7229902 mm -1.6565405 cm 5.3702424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.5001418 cm CaptureMgnt StepLimiter + 36 8.2089854 mm -1.712071 cm 5.3027558 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.6001418 cm CaptureMgnt StepLimiter + 37 8.6933714 mm -1.7677418 cm 5.2352691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.7001418 cm CaptureMgnt StepLimiter + 38 9.1761442 mm -1.8235527 cm 5.1677824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.8001418 cm CaptureMgnt StepLimiter + 39 9.6572998 mm -1.879503 cm 5.1002958 cm 154.61318 MeV2.9588357e-17 meV 1 mm 3.9001418 cm CaptureMgnt StepLimiter + 40 1.0136834 cm -1.9355924 cm 5.0328091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.0001418 cm CaptureMgnt StepLimiter + 41 1.0614743 cm -1.9918203 cm 4.9653224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.1001418 cm CaptureMgnt StepLimiter + 42 1.1091023 cm -2.0481862 cm 4.8978358 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.2001418 cm CaptureMgnt StepLimiter + 43 1.1565669 cm -2.1046898 cm 4.8303491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.3001418 cm CaptureMgnt StepLimiter + 44 1.2038678 cm -2.1613305 cm 4.7628624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.4001418 cm CaptureMgnt StepLimiter + 45 1.2510046 cm -2.2181079 cm 4.6953758 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.5001418 cm CaptureMgnt StepLimiter + 46 1.2979769 cm -2.2750214 cm 4.6278891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.6001418 cm CaptureMgnt StepLimiter + 47 1.3447842 cm -2.3320707 cm 4.5604024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.7001418 cm CaptureMgnt StepLimiter + 48 1.3914263 cm -2.3892552 cm 4.4929158 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.8001418 cm CaptureMgnt StepLimiter + 49 1.4379027 cm -2.4465744 cm 4.4254291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 4.9001418 cm CaptureMgnt StepLimiter + 50 1.484213 cm -2.5040279 cm 4.3579424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.0001418 cm CaptureMgnt StepLimiter + 51 1.5303568 cm -2.5616152 cm 4.2904558 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.1001418 cm CaptureMgnt StepLimiter + 52 1.5763337 cm -2.6193357 cm 4.2229691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.2001418 cm CaptureMgnt StepLimiter + 53 1.6221434 cm -2.6771891 cm 4.1554824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.3001418 cm CaptureMgnt StepLimiter + 54 1.6677855 cm -2.7351749 cm 4.0879958 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.4001418 cm CaptureMgnt StepLimiter + 55 1.7132596 cm -2.7932925 cm 4.0205091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.5001418 cm CaptureMgnt StepLimiter + 56 1.7585653 cm -2.8515414 cm 3.9530224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.6001418 cm CaptureMgnt StepLimiter + 57 1.8037022 cm -2.9099213 cm 3.8855358 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.7001418 cm CaptureMgnt StepLimiter + 58 1.84867 cm -2.9684315 cm 3.8180491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.8001418 cm CaptureMgnt StepLimiter + 59 1.8934682 cm -3.0270716 cm 3.7505624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 5.9001418 cm CaptureMgnt StepLimiter + 60 1.9380966 cm -3.0858411 cm 3.6830758 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.0001418 cm CaptureMgnt StepLimiter + 61 1.9825546 cm -3.1447395 cm 3.6155891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.1001418 cm CaptureMgnt StepLimiter + 62 2.0268421 cm -3.2037664 cm 3.5481024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.2001418 cm CaptureMgnt StepLimiter + 63 2.0709585 cm -3.2629212 cm 3.4806158 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.3001418 cm CaptureMgnt StepLimiter + 64 2.1149035 cm -3.3222034 cm 3.4131291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.4001418 cm CaptureMgnt StepLimiter + 65 2.1586768 cm -3.3816125 cm 3.3456424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.5001418 cm CaptureMgnt StepLimiter + 66 2.202278 cm -3.4411481 cm 3.2781558 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.6001418 cm CaptureMgnt StepLimiter + 67 2.2457066 cm -3.5008096 cm 3.2106691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.7001418 cm CaptureMgnt StepLimiter + 68 2.2889625 cm -3.5605966 cm 3.1431824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.8001418 cm CaptureMgnt StepLimiter + 69 2.3320451 cm -3.6205085 cm 3.0756958 cm 154.61318 MeV2.9588357e-17 meV 1 mm 6.9001418 cm CaptureMgnt StepLimiter + 70 2.3749541 cm -3.6805448 cm 3.0082091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.0001418 cm CaptureMgnt StepLimiter + 71 2.4176892 cm -3.7407051 cm 2.9407224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.1001418 cm CaptureMgnt StepLimiter + 72 2.46025 cm -3.8009887 cm 2.8732358 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.2001418 cm CaptureMgnt StepLimiter + 73 2.5026362 cm -3.8613953 cm 2.8057491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.3001418 cm CaptureMgnt StepLimiter + 74 2.5448474 cm -3.9219244 cm 2.7382624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.4001418 cm CaptureMgnt StepLimiter + 75 2.5868832 cm -3.9825753 cm 2.6707758 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.5001418 cm CaptureMgnt StepLimiter + 76 2.6287433 cm -4.0433476 cm 2.6032891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.6001418 cm CaptureMgnt StepLimiter + 77 2.6704274 cm -4.1042409 cm 2.5358024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.7001418 cm CaptureMgnt StepLimiter + 78 2.711935 cm -4.1652545 cm 2.4683158 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.8001418 cm CaptureMgnt StepLimiter + 79 2.7532659 cm -4.226388 cm 2.4008291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 7.9001418 cm CaptureMgnt StepLimiter + 80 2.7944197 cm -4.2876408 cm 2.3333425 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.0001418 cm CaptureMgnt StepLimiter + 81 2.835396 cm -4.3490125 cm 2.2658558 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.1001418 cm CaptureMgnt StepLimiter + 82 2.8761946 cm -4.4105026 cm 2.1983691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.2001418 cm CaptureMgnt StepLimiter + 83 2.916815 cm -4.4721104 cm 2.1308825 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.3001418 cm CaptureMgnt StepLimiter + 84 2.957257 cm -4.5338356 cm 2.0633958 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.4001418 cm CaptureMgnt StepLimiter + 85 2.9975201 cm -4.5956775 cm 1.9959091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.5001418 cm CaptureMgnt StepLimiter + 86 3.0376041 cm -4.6576357 cm 1.9284225 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.6001418 cm CaptureMgnt StepLimiter + 87 3.0775087 cm -4.7197096 cm 1.8609358 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.7001418 cm CaptureMgnt StepLimiter + 88 3.1172334 cm -4.7818988 cm 1.7934491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.8001418 cm CaptureMgnt StepLimiter + 89 3.1567779 cm -4.8442027 cm 1.7259625 cm 154.61318 MeV2.9588357e-17 meV 1 mm 8.9001418 cm CaptureMgnt StepLimiter + 90 3.196142 cm -4.9066208 cm 1.6584758 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.0001418 cm CaptureMgnt StepLimiter + 91 3.2353253 cm -4.9691525 cm 1.5909891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.1001418 cm CaptureMgnt StepLimiter + 92 3.2743274 cm -5.0317974 cm 1.5235025 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.2001418 cm CaptureMgnt StepLimiter + 93 3.3131481 cm -5.0945549 cm 1.4560158 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.3001418 cm CaptureMgnt StepLimiter + 94 3.3517869 cm -5.1574244 cm 1.3885291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.4001418 cm CaptureMgnt StepLimiter + 95 3.3902437 cm -5.2204056 cm 1.3210425 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.5001418 cm CaptureMgnt StepLimiter + 96 3.428518 cm -5.2834977 cm 1.2535558 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.6001418 cm CaptureMgnt StepLimiter + 97 3.4666096 cm -5.3467004 cm 1.1860691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.7001418 cm CaptureMgnt StepLimiter + 98 3.5045181 cm -5.4100131 cm 1.1185825 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.8001418 cm CaptureMgnt StepLimiter + 99 3.5422432 cm -5.4734352 cm 1.0510958 cm 154.61318 MeV2.9588357e-17 meV 1 mm 9.9001418 cm CaptureMgnt StepLimiter + 100 3.5797846 cm -5.5369662 cm 9.8360913 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.000142 cm CaptureMgnt StepLimiter + 101 3.617142 cm -5.6006056 cm 9.1612246 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.100142 cm CaptureMgnt StepLimiter + 102 3.654315 cm -5.6643528 cm 8.486358 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.200142 cm CaptureMgnt StepLimiter + 103 3.6913034 cm -5.7282074 cm 7.8114913 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.300142 cm CaptureMgnt StepLimiter + 104 3.7281068 cm -5.7921687 cm 7.1366246 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.400142 cm CaptureMgnt StepLimiter + 105 3.764725 cm -5.8562363 cm 6.461758 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.500142 cm CaptureMgnt StepLimiter + 106 3.8011576 cm -5.9204096 cm 5.7868913 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.600142 cm CaptureMgnt StepLimiter + 107 3.8374043 cm -5.9846881 cm 5.1120246 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.700142 cm CaptureMgnt StepLimiter + 108 3.8734648 cm -6.0490712 cm 4.437158 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.800142 cm CaptureMgnt StepLimiter + 109 3.9093389 cm -6.1135584 cm 3.7622913 mm 154.61318 MeV2.9588357e-17 meV 1 mm 10.900142 cm CaptureMgnt StepLimiter + 110 3.9450261 cm -6.1781492 cm 3.0874247 mm 154.61318 MeV2.9588357e-17 meV 1 mm 11.000142 cm CaptureMgnt StepLimiter + 111 3.9805263 cm -6.2428429 cm 2.412558 mm 154.61318 MeV2.9588357e-17 meV 1 mm 11.100142 cm CaptureMgnt StepLimiter + 112 4.0158391 cm -6.3076392 cm 1.7376913 mm 154.61318 MeV2.9588357e-17 meV 1 mm 11.200142 cm CaptureMgnt StepLimiter + 113 4.0509643 cm -6.3725373 cm 1.0628247 mm 154.61318 MeV2.9588357e-17 meV 1 mm 11.300142 cm CaptureMgnt StepLimiter + 114 4.0859014 cm -6.4375369 cm 387.95801 um 154.61318 MeV2.9588357e-17 meV 1 mm 11.400142 cm CaptureMgnt StepLimiter + 115 4.1206503 cm -6.5026372 cm -286.90865 um 154.61318 MeV2.9588357e-17 meV 1 mm 11.500142 cm CaptureMgnt StepLimiter + 116 4.1552106 cm -6.5678379 cm -961.77531 um 154.61318 MeV2.9588357e-17 meV 1 mm 11.600142 cm CaptureMgnt StepLimiter + 117 4.189582 cm -6.6331384 cm -1.636642 mm 154.61318 MeV2.9588357e-17 meV 1 mm 11.700142 cm CaptureMgnt StepLimiter + 118 4.2237641 cm -6.6985382 cm -2.3115086 mm 154.61318 MeV2.9588357e-17 meV 1 mm 11.800142 cm CaptureMgnt StepLimiter + 119 4.2577566 cm -6.7640367 cm -2.9863753 mm 154.61318 MeV2.9588357e-17 meV 1 mm 11.900142 cm CaptureMgnt StepLimiter + 120 4.291559 cm -6.8296335 cm -3.661242 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.000142 cm CaptureMgnt StepLimiter + 121 4.3251712 cm -6.8953281 cm -4.3361086 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.100142 cm CaptureMgnt StepLimiter + 122 4.3585926 cm -6.9611198 cm -5.0109753 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.200142 cm CaptureMgnt StepLimiter + 123 4.3918231 cm -7.0270082 cm -5.6858419 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.300142 cm CaptureMgnt StepLimiter + 124 4.4248621 cm -7.0929928 cm -6.3607086 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.400142 cm CaptureMgnt StepLimiter + 125 4.4577095 cm -7.159073 cm -7.0355753 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.500142 cm CaptureMgnt StepLimiter + 126 4.4903648 cm -7.2252484 cm -7.7104419 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.600142 cm CaptureMgnt StepLimiter + 127 4.5228277 cm -7.2915184 cm -8.3853086 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.700142 cm CaptureMgnt StepLimiter + 128 4.5550978 cm -7.3578824 cm -9.0601753 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.800142 cm CaptureMgnt StepLimiter + 129 4.5871749 cm -7.4243399 cm -9.7350419 mm 154.61318 MeV2.9588357e-17 meV 1 mm 12.900142 cm CaptureMgnt StepLimiter + 130 4.6190586 cm -7.4908905 cm -1.0409909 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.000142 cm CaptureMgnt StepLimiter + 131 4.6507485 cm -7.5575335 cm -1.1084775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.100142 cm CaptureMgnt StepLimiter + 132 4.6822444 cm -7.6242685 cm -1.1759642 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.200142 cm CaptureMgnt StepLimiter + 133 4.7135459 cm -7.6910949 cm -1.2434509 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.300142 cm CaptureMgnt StepLimiter + 134 4.7446526 cm -7.7580121 cm -1.3109375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.400142 cm CaptureMgnt StepLimiter + 135 4.7755642 cm -7.8250197 cm -1.3784242 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.500142 cm CaptureMgnt StepLimiter + 136 4.8062805 cm -7.8921171 cm -1.4459109 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.600142 cm CaptureMgnt StepLimiter + 137 4.836801 cm -7.9593037 cm -1.5133975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.700142 cm CaptureMgnt StepLimiter + 138 4.8671255 cm -8.026579 cm -1.5808842 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.800142 cm CaptureMgnt StepLimiter + 139 4.8972536 cm -8.0939425 cm -1.6483709 cm 154.61318 MeV2.9588357e-17 meV 1 mm 13.900142 cm CaptureMgnt StepLimiter + 140 4.9271851 cm -8.1613937 cm -1.7158575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.000142 cm CaptureMgnt StepLimiter + 141 4.9569195 cm -8.2289319 cm -1.7833442 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.100142 cm CaptureMgnt StepLimiter + 142 4.9864566 cm -8.2965566 cm -1.8508309 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.200142 cm CaptureMgnt StepLimiter + 143 5.015796 cm -8.3642674 cm -1.9183175 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.300142 cm CaptureMgnt StepLimiter + 144 5.0449374 cm -8.4320636 cm -1.9858042 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.400142 cm CaptureMgnt StepLimiter + 145 5.0738806 cm -8.4999446 cm -2.0532909 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.500142 cm CaptureMgnt StepLimiter + 146 5.1026252 cm -8.56791 cm -2.1207775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.600142 cm CaptureMgnt StepLimiter + 147 5.1311709 cm -8.6359592 cm -2.1882642 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.700142 cm CaptureMgnt StepLimiter + 148 5.1595173 cm -8.7040916 cm -2.2557508 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.800142 cm CaptureMgnt StepLimiter + 149 5.1876643 cm -8.7723067 cm -2.3232375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 14.900142 cm CaptureMgnt StepLimiter + 150 5.2156114 cm -8.8406039 cm -2.3907242 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.000142 cm CaptureMgnt StepLimiter + 151 5.2433583 cm -8.9089826 cm -2.4582108 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.100142 cm CaptureMgnt StepLimiter + 152 5.2709048 cm -8.9774423 cm -2.5256975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.200142 cm CaptureMgnt StepLimiter + 153 5.2982506 cm -9.0459825 cm -2.5931842 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.300142 cm CaptureMgnt StepLimiter + 154 5.3253953 cm -9.1146026 cm -2.6606708 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.400142 cm CaptureMgnt StepLimiter + 155 5.3523386 cm -9.1833019 cm -2.7281575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.500142 cm CaptureMgnt StepLimiter + 156 5.3790803 cm -9.25208 cm -2.7956442 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.600142 cm CaptureMgnt StepLimiter + 157 5.40562 cm -9.3209363 cm -2.8631308 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.700142 cm CaptureMgnt StepLimiter + 158 5.4319575 cm -9.3898702 cm -2.9306175 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.800142 cm CaptureMgnt StepLimiter + 159 5.4580925 cm -9.4588812 cm -2.9981042 cm 154.61318 MeV2.9588357e-17 meV 1 mm 15.900142 cm CaptureMgnt StepLimiter + 160 5.4840246 cm -9.5279686 cm -3.0655908 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.000142 cm CaptureMgnt StepLimiter + 161 5.5097536 cm -9.5971319 cm -3.1330775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.100142 cm CaptureMgnt StepLimiter + 162 5.5352792 cm -9.6663705 cm -3.2005642 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.200142 cm CaptureMgnt StepLimiter + 163 5.5606011 cm -9.7356839 cm -3.2680508 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.300142 cm CaptureMgnt StepLimiter + 164 5.585719 cm -9.8050715 cm -3.3355375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.400142 cm CaptureMgnt StepLimiter + 165 5.6106327 cm -9.8745327 cm -3.4030242 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.500142 cm CaptureMgnt StepLimiter + 166 5.6353417 cm -9.9440669 cm -3.4705108 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.600142 cm CaptureMgnt StepLimiter + 167 5.659846 cm -10.013674 cm -3.5379975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.700142 cm CaptureMgnt StepLimiter + 168 5.6841451 cm -10.083352 cm -3.6054842 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.800142 cm CaptureMgnt StepLimiter + 169 5.7082388 cm -10.153102 cm -3.6729708 cm 154.61318 MeV2.9588357e-17 meV 1 mm 16.900142 cm CaptureMgnt StepLimiter + 170 5.7321268 cm -10.222923 cm -3.7404575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.000142 cm CaptureMgnt StepLimiter + 171 5.7558089 cm -10.292813 cm -3.8079442 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.100142 cm CaptureMgnt StepLimiter + 172 5.7792848 cm -10.362773 cm -3.8754308 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.200142 cm CaptureMgnt StepLimiter + 173 5.8025542 cm -10.432803 cm -3.9429175 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.300142 cm CaptureMgnt StepLimiter + 174 5.8256167 cm -10.5029 cm -4.0104042 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.400142 cm CaptureMgnt StepLimiter + 175 5.8484723 cm -10.573065 cm -4.0778908 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.500142 cm CaptureMgnt StepLimiter + 176 5.8711206 cm -10.643298 cm -4.1453775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.600142 cm CaptureMgnt StepLimiter + 177 5.8935612 cm -10.713597 cm -4.2128642 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.700142 cm CaptureMgnt StepLimiter + 178 5.9157941 cm -10.783962 cm -4.2803508 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.800142 cm CaptureMgnt StepLimiter + 179 5.9378188 cm -10.854393 cm -4.3478375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 17.900142 cm CaptureMgnt StepLimiter + 180 5.9596352 cm -10.924888 cm -4.4153242 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.000142 cm CaptureMgnt StepLimiter + 181 5.981243 cm -10.995447 cm -4.4828108 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.100142 cm CaptureMgnt StepLimiter + 182 6.0026418 cm -11.066071 cm -4.5502975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.200142 cm CaptureMgnt StepLimiter + 183 6.0238316 cm -11.136757 cm -4.6177842 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.300142 cm CaptureMgnt StepLimiter + 184 6.0448119 cm -11.207505 cm -4.6852708 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.400142 cm CaptureMgnt StepLimiter + 185 6.0655826 cm -11.278316 cm -4.7527575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.500142 cm CaptureMgnt StepLimiter + 186 6.0861435 cm -11.349188 cm -4.8202442 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.600142 cm CaptureMgnt StepLimiter + 187 6.1064941 cm -11.42012 cm -4.8877308 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.700142 cm CaptureMgnt StepLimiter + 188 6.1266344 cm -11.491112 cm -4.9552175 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.800142 cm CaptureMgnt StepLimiter + 189 6.1465641 cm -11.562164 cm -5.0227042 cm 154.61318 MeV2.9588357e-17 meV 1 mm 18.900142 cm CaptureMgnt StepLimiter + 190 6.1662828 cm -11.633275 cm -5.0901908 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.000142 cm CaptureMgnt StepLimiter + 191 6.1857904 cm -11.704444 cm -5.1576775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.100142 cm CaptureMgnt StepLimiter + 192 6.2050867 cm -11.77567 cm -5.2251642 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.200142 cm CaptureMgnt StepLimiter + 193 6.2241714 cm -11.846953 cm -5.2926508 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.300142 cm CaptureMgnt StepLimiter + 194 6.2430442 cm -11.918293 cm -5.3601375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.400142 cm CaptureMgnt StepLimiter + 195 6.2617049 cm -11.989689 cm -5.4276242 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.500142 cm CaptureMgnt StepLimiter + 196 6.2801533 cm -12.061139 cm -5.4951108 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.600142 cm CaptureMgnt StepLimiter + 197 6.2983892 cm -12.132645 cm -5.5625975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.700142 cm CaptureMgnt StepLimiter + 198 6.3164122 cm -12.204204 cm -5.6300842 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.800142 cm CaptureMgnt StepLimiter + 199 6.3342223 cm -12.275816 cm -5.6975708 cm 154.61318 MeV2.9588357e-17 meV 1 mm 19.900142 cm CaptureMgnt StepLimiter + 200 6.3518191 cm -12.347481 cm -5.7650575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.000142 cm CaptureMgnt StepLimiter + 201 6.3692025 cm -12.419199 cm -5.8325442 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.100142 cm CaptureMgnt StepLimiter + 202 6.3863722 cm -12.490967 cm -5.9000308 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.200142 cm CaptureMgnt StepLimiter + 203 6.403328 cm -12.562787 cm -5.9675175 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.300142 cm CaptureMgnt StepLimiter + 204 6.4200696 cm -12.634657 cm -6.0350042 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.400142 cm CaptureMgnt StepLimiter + 205 6.4365969 cm -12.706576 cm -6.1024908 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.500142 cm CaptureMgnt StepLimiter + 206 6.4529096 cm -12.778544 cm -6.1699775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.600142 cm CaptureMgnt StepLimiter + 207 6.4690076 cm -12.850561 cm -6.2374642 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.700142 cm CaptureMgnt StepLimiter + 208 6.4848905 cm -12.922625 cm -6.3049508 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.800142 cm CaptureMgnt StepLimiter + 209 6.5005582 cm -12.994737 cm -6.3724375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 20.900142 cm CaptureMgnt StepLimiter + 210 6.5160105 cm -13.066895 cm -6.4399242 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.000142 cm CaptureMgnt StepLimiter + 211 6.5312472 cm -13.139099 cm -6.5074108 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.100142 cm CaptureMgnt StepLimiter + 212 6.5462681 cm -13.211348 cm -6.5748975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.200142 cm CaptureMgnt StepLimiter + 213 6.5610729 cm -13.283641 cm -6.6423841 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.300142 cm CaptureMgnt StepLimiter + 214 6.5756615 cm -13.355979 cm -6.7098708 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.400142 cm CaptureMgnt StepLimiter + 215 6.5900336 cm -13.42836 cm -6.7773575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.500142 cm CaptureMgnt StepLimiter + 216 6.6041891 cm -13.500783 cm -6.8448441 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.600142 cm CaptureMgnt StepLimiter + 217 6.6181278 cm -13.573249 cm -6.9123308 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.700142 cm CaptureMgnt StepLimiter + 218 6.6318494 cm -13.645756 cm -6.9798175 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.800142 cm CaptureMgnt StepLimiter + 219 6.6453538 cm -13.718304 cm -7.0473041 cm 154.61318 MeV2.9588357e-17 meV 1 mm 21.900142 cm CaptureMgnt StepLimiter + 220 6.6586408 cm -13.790891 cm -7.1147908 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.000142 cm CaptureMgnt StepLimiter + 221 6.6717101 cm -13.863519 cm -7.1822775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.100142 cm CaptureMgnt StepLimiter + 222 6.6845617 cm -13.936185 cm -7.2497641 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.200142 cm CaptureMgnt StepLimiter + 223 6.6971953 cm -14.00889 cm -7.3172508 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.300142 cm CaptureMgnt StepLimiter + 224 6.7096107 cm -14.081632 cm -7.3847375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.400142 cm CaptureMgnt StepLimiter + 225 6.7218077 cm -14.154411 cm -7.4522241 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.500142 cm CaptureMgnt StepLimiter + 226 6.7337863 cm -14.227226 cm -7.5197108 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.600142 cm CaptureMgnt StepLimiter + 227 6.7455461 cm -14.300077 cm -7.5871975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.700142 cm CaptureMgnt StepLimiter + 228 6.757087 cm -14.372963 cm -7.6546841 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.800142 cm CaptureMgnt StepLimiter + 229 6.7684089 cm -14.445883 cm -7.7221708 cm 154.61318 MeV2.9588357e-17 meV 1 mm 22.900142 cm CaptureMgnt StepLimiter + 230 6.7795115 cm -14.518837 cm -7.7896575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.000142 cm CaptureMgnt StepLimiter + 231 6.7903947 cm -14.591824 cm -7.8571441 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.100142 cm CaptureMgnt StepLimiter + 232 6.8010583 cm -14.664843 cm -7.9246308 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.200142 cm CaptureMgnt StepLimiter + 233 6.8115022 cm -14.737894 cm -7.9921175 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.300142 cm CaptureMgnt StepLimiter + 234 6.8217261 cm -14.810977 cm -8.0596041 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.400142 cm CaptureMgnt StepLimiter + 235 6.83173 cm -14.884089 cm -8.1270908 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.500142 cm CaptureMgnt StepLimiter + 236 6.8415137 cm -14.957232 cm -8.1945775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.600142 cm CaptureMgnt StepLimiter + 237 6.8510769 cm -15.030403 cm -8.2620641 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.700142 cm CaptureMgnt StepLimiter + 238 6.8604196 cm -15.103604 cm -8.3295508 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.800142 cm CaptureMgnt StepLimiter + 239 6.8695416 cm -15.176832 cm -8.3970375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 23.900142 cm CaptureMgnt StepLimiter + 240 6.8784427 cm -15.250087 cm -8.4645241 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.000142 cm CaptureMgnt StepLimiter + 241 6.8871228 cm -15.323368 cm -8.5320108 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.100142 cm CaptureMgnt StepLimiter + 242 6.8955817 cm -15.396676 cm -8.5994975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.200142 cm CaptureMgnt StepLimiter + 243 6.9038192 cm -15.470009 cm -8.6669841 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.300142 cm CaptureMgnt StepLimiter + 244 6.9118354 cm -15.543366 cm -8.7344708 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.400142 cm CaptureMgnt StepLimiter + 245 6.9196299 cm -15.616747 cm -8.8019575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.500142 cm CaptureMgnt StepLimiter + 246 6.9272026 cm -15.690151 cm -8.8694441 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.600142 cm CaptureMgnt StepLimiter + 247 6.9345535 cm -15.763578 cm -8.9369308 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.700142 cm CaptureMgnt StepLimiter + 248 6.9416823 cm -15.837027 cm -9.0044175 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.800142 cm CaptureMgnt StepLimiter + 249 6.9485889 cm -15.910497 cm -9.0719041 cm 154.61318 MeV2.9588357e-17 meV 1 mm 24.900142 cm CaptureMgnt StepLimiter + 250 6.9552733 cm -15.983988 cm -9.1393908 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.000142 cm CaptureMgnt StepLimiter + 251 6.9617352 cm -16.057498 cm -9.2068775 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.100142 cm CaptureMgnt StepLimiter + 252 6.9679745 cm -16.131028 cm -9.2743641 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.200142 cm CaptureMgnt StepLimiter + 253 6.9739911 cm -16.204576 cm -9.3418508 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.300142 cm CaptureMgnt StepLimiter + 254 6.979785 cm -16.278142 cm -9.4093375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.400142 cm CaptureMgnt StepLimiter + 255 6.9853558 cm -16.351726 cm -9.4768241 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.500142 cm CaptureMgnt StepLimiter + 256 6.9907036 cm -16.425325 cm -9.5443108 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.600142 cm CaptureMgnt StepLimiter + 257 6.9958282 cm -16.498941 cm -9.6117975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.700142 cm CaptureMgnt StepLimiter + 258 7.0007294 cm -16.572572 cm -9.6792841 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.800142 cm CaptureMgnt StepLimiter + 259 7.0054073 cm -16.646218 cm -9.7467708 cm 154.61318 MeV2.9588357e-17 meV 1 mm 25.900142 cm CaptureMgnt StepLimiter + 260 7.0098615 cm -16.719877 cm -9.8142575 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.000142 cm CaptureMgnt StepLimiter + 261 7.0140922 cm -16.79355 cm -9.8817441 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.100142 cm CaptureMgnt StepLimiter + 262 7.018099 cm -16.867235 cm -9.9492308 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.200142 cm CaptureMgnt StepLimiter + 263 7.021882 cm -16.940932 cm -10.016717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.300142 cm CaptureMgnt StepLimiter + 264 7.025441 cm -17.01464 cm -10.084204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.400142 cm CaptureMgnt StepLimiter + 265 7.0287759 cm -17.088358 cm -10.151691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.500142 cm CaptureMgnt StepLimiter + 266 7.0318866 cm -17.162087 cm -10.219177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.600142 cm CaptureMgnt StepLimiter + 267 7.034773 cm -17.235824 cm -10.286664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.700142 cm CaptureMgnt StepLimiter + 268 7.037435 cm -17.30957 cm -10.354151 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.800142 cm CaptureMgnt StepLimiter + 269 7.0398725 cm -17.383324 cm -10.421637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 26.900142 cm CaptureMgnt StepLimiter + 270 7.0420855 cm -17.457084 cm -10.489124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.000142 cm CaptureMgnt StepLimiter + 271 7.0440737 cm -17.530852 cm -10.556611 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.100142 cm CaptureMgnt StepLimiter + 272 7.0458372 cm -17.604624 cm -10.624097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.200142 cm CaptureMgnt StepLimiter + 273 7.0473759 cm -17.678402 cm -10.691584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.300142 cm CaptureMgnt StepLimiter + 274 7.0486895 cm -17.752185 cm -10.759071 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.400142 cm CaptureMgnt StepLimiter + 275 7.0497782 cm -17.825971 cm -10.826557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.500142 cm CaptureMgnt StepLimiter + 276 7.0506418 cm -17.899759 cm -10.894044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.600142 cm CaptureMgnt StepLimiter + 277 7.0512801 cm -17.973551 cm -10.961531 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.700142 cm CaptureMgnt StepLimiter + 278 7.0516932 cm -18.047343 cm -11.029017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.800142 cm CaptureMgnt StepLimiter + 279 7.051881 cm -18.121137 cm -11.096504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 27.900142 cm CaptureMgnt StepLimiter + 280 7.0518433 cm -18.194931 cm -11.163991 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.000142 cm CaptureMgnt StepLimiter + 281 7.0515802 cm -18.268725 cm -11.231477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.100142 cm CaptureMgnt StepLimiter + 282 7.0510915 cm -18.342517 cm -11.298964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.200142 cm CaptureMgnt StepLimiter + 283 7.0503771 cm -18.416307 cm -11.366451 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.300142 cm CaptureMgnt StepLimiter + 284 7.0494371 cm -18.490095 cm -11.433937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.400142 cm CaptureMgnt StepLimiter + 285 7.0482713 cm -18.56388 cm -11.501424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.500142 cm CaptureMgnt StepLimiter + 286 7.0468797 cm -18.637661 cm -11.568911 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.600142 cm CaptureMgnt StepLimiter + 287 7.0452622 cm -18.711437 cm -11.636397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.700142 cm CaptureMgnt StepLimiter + 288 7.0434188 cm -18.785208 cm -11.703884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.800142 cm CaptureMgnt StepLimiter + 289 7.0413494 cm -18.858973 cm -11.771371 cm 154.61318 MeV2.9588357e-17 meV 1 mm 28.900142 cm CaptureMgnt StepLimiter + 290 7.039054 cm -18.932731 cm -11.838857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.000142 cm CaptureMgnt StepLimiter + 291 7.0365325 cm -19.006482 cm -11.906344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.100142 cm CaptureMgnt StepLimiter + 292 7.0337848 cm -19.080225 cm -11.973831 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.200142 cm CaptureMgnt StepLimiter + 293 7.030811 cm -19.153959 cm -12.041317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.300142 cm CaptureMgnt StepLimiter + 294 7.0276109 cm -19.227683 cm -12.108804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.400142 cm CaptureMgnt StepLimiter + 295 7.0241846 cm -19.301398 cm -12.176291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.500142 cm CaptureMgnt StepLimiter + 296 7.0205319 cm -19.375101 cm -12.243777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.600142 cm CaptureMgnt StepLimiter + 297 7.0166529 cm -19.448793 cm -12.311264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.700142 cm CaptureMgnt StepLimiter + 298 7.0125475 cm -19.522473 cm -12.378751 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.800142 cm CaptureMgnt StepLimiter + 299 7.0082157 cm -19.596139 cm -12.446237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 29.900142 cm CaptureMgnt StepLimiter + 300 7.0036575 cm -19.669792 cm -12.513724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.000142 cm CaptureMgnt StepLimiter + 301 6.9988728 cm -19.743431 cm -12.581211 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.100142 cm CaptureMgnt StepLimiter + 302 6.9938615 cm -19.817055 cm -12.648697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.200142 cm CaptureMgnt StepLimiter + 303 6.9886238 cm -19.890662 cm -12.716184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.300142 cm CaptureMgnt StepLimiter + 304 6.9831595 cm -19.964254 cm -12.783671 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.400142 cm CaptureMgnt StepLimiter + 305 6.9774686 cm -20.037828 cm -12.851157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.500142 cm CaptureMgnt StepLimiter + 306 6.9715512 cm -20.111384 cm -12.918644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.600142 cm CaptureMgnt StepLimiter + 307 6.9654071 cm -20.184922 cm -12.986131 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.700142 cm CaptureMgnt StepLimiter + 308 6.9590364 cm -20.25844 cm -13.053617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.800142 cm CaptureMgnt StepLimiter + 309 6.9524391 cm -20.331939 cm -13.121104 cm 154.61318 MeV2.9588357e-17 meV 1 mm 30.900142 cm CaptureMgnt StepLimiter + 310 6.9456152 cm -20.405417 cm -13.188591 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.000142 cm CaptureMgnt StepLimiter + 311 6.9385646 cm -20.478873 cm -13.256077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.100142 cm CaptureMgnt StepLimiter + 312 6.9312874 cm -20.552307 cm -13.323564 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.200142 cm CaptureMgnt StepLimiter + 313 6.9237835 cm -20.625719 cm -13.391051 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.300142 cm CaptureMgnt StepLimiter + 314 6.916053 cm -20.699107 cm -13.458537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.400142 cm CaptureMgnt StepLimiter + 315 6.9080958 cm -20.77247 cm -13.526024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.500142 cm CaptureMgnt StepLimiter + 316 6.899912 cm -20.845809 cm -13.593511 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.600142 cm CaptureMgnt StepLimiter + 317 6.8915015 cm -20.919122 cm -13.660997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.700142 cm CaptureMgnt StepLimiter + 318 6.8828644 cm -20.992409 cm -13.728484 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.800142 cm CaptureMgnt StepLimiter + 319 6.8740007 cm -21.065668 cm -13.795971 cm 154.61318 MeV2.9588357e-17 meV 1 mm 31.900142 cm CaptureMgnt StepLimiter + 320 6.8649104 cm -21.1389 cm -13.863457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.000142 cm CaptureMgnt StepLimiter + 321 6.8555935 cm -21.212104 cm -13.930944 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.100142 cm CaptureMgnt StepLimiter + 322 6.8460501 cm -21.285278 cm -13.998431 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.200142 cm CaptureMgnt StepLimiter + 323 6.83628 cm -21.358422 cm -14.065917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.300142 cm CaptureMgnt StepLimiter + 324 6.8262835 cm -21.431536 cm -14.133404 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.400142 cm CaptureMgnt StepLimiter + 325 6.8160604 cm -21.504618 cm -14.200891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.500142 cm CaptureMgnt StepLimiter + 326 6.8056109 cm -21.577669 cm -14.268377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.600142 cm CaptureMgnt StepLimiter + 327 6.7949349 cm -21.650686 cm -14.335864 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.700142 cm CaptureMgnt StepLimiter + 328 6.7840325 cm -21.72367 cm -14.403351 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.800142 cm CaptureMgnt StepLimiter + 329 6.7729037 cm -21.79662 cm -14.470837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 32.900142 cm CaptureMgnt StepLimiter + 330 6.7615486 cm -21.869535 cm -14.538324 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.000142 cm CaptureMgnt StepLimiter + 331 6.7499672 cm -21.942415 cm -14.605811 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.100142 cm CaptureMgnt StepLimiter + 332 6.7381595 cm -22.015258 cm -14.673297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.200142 cm CaptureMgnt StepLimiter + 333 6.7261255 cm -22.088064 cm -14.740784 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.300142 cm CaptureMgnt StepLimiter + 334 6.7138654 cm -22.160833 cm -14.808271 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.400142 cm CaptureMgnt StepLimiter + 335 6.7013792 cm -22.233562 cm -14.875757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.500142 cm CaptureMgnt StepLimiter + 336 6.6886668 cm -22.306253 cm -14.943244 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.600142 cm CaptureMgnt StepLimiter + 337 6.6757285 cm -22.378904 cm -15.010731 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.700142 cm CaptureMgnt StepLimiter + 338 6.6625641 cm -22.451514 cm -15.078217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.800142 cm CaptureMgnt StepLimiter + 339 6.6491739 cm -22.524083 cm -15.145704 cm 154.61318 MeV2.9588357e-17 meV 1 mm 33.900142 cm CaptureMgnt StepLimiter + 340 6.6355577 cm -22.59661 cm -15.213191 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.000142 cm CaptureMgnt StepLimiter + 341 6.6217158 cm -22.669094 cm -15.280677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.100142 cm CaptureMgnt StepLimiter + 342 6.6076481 cm -22.741535 cm -15.348164 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.200142 cm CaptureMgnt StepLimiter + 343 6.5933548 cm -22.813931 cm -15.415651 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.300142 cm CaptureMgnt StepLimiter + 344 6.5788359 cm -22.886283 cm -15.483137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.400142 cm CaptureMgnt StepLimiter + 345 6.5640914 cm -22.958589 cm -15.550624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.500142 cm CaptureMgnt StepLimiter + 346 6.5491215 cm -23.030848 cm -15.618111 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.600142 cm CaptureMgnt StepLimiter + 347 6.5339261 cm -23.103061 cm -15.685597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.700142 cm CaptureMgnt StepLimiter + 348 6.5185055 cm -23.175226 cm -15.753084 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.800142 cm CaptureMgnt StepLimiter + 349 6.5028597 cm -23.247342 cm -15.820571 cm 154.61318 MeV2.9588357e-17 meV 1 mm 34.900142 cm CaptureMgnt StepLimiter + 350 6.4869887 cm -23.319409 cm -15.888057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.000142 cm CaptureMgnt StepLimiter + 351 6.4708926 cm -23.391426 cm -15.955544 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.100142 cm CaptureMgnt StepLimiter + 352 6.4545716 cm -23.463392 cm -16.023031 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.200142 cm CaptureMgnt StepLimiter + 353 6.4380256 cm -23.535307 cm -16.090517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.300142 cm CaptureMgnt StepLimiter + 354 6.4212549 cm -23.60717 cm -16.158004 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.400142 cm CaptureMgnt StepLimiter + 355 6.4042595 cm -23.678981 cm -16.225491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.500142 cm CaptureMgnt StepLimiter + 356 6.3870395 cm -23.750737 cm -16.292977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.600142 cm CaptureMgnt StepLimiter + 357 6.369595 cm -23.82244 cm -16.360464 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.700142 cm CaptureMgnt StepLimiter + 358 6.351926 cm -23.894087 cm -16.427951 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.800142 cm CaptureMgnt StepLimiter + 359 6.3340328 cm -23.965679 cm -16.495437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 35.900142 cm CaptureMgnt StepLimiter + 360 6.3159154 cm -24.037214 cm -16.562924 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.000142 cm CaptureMgnt StepLimiter + 361 6.2975739 cm -24.108692 cm -16.630411 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.100142 cm CaptureMgnt StepLimiter + 362 6.2790084 cm -24.180113 cm -16.697897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.200142 cm CaptureMgnt StepLimiter + 363 6.260219 cm -24.251475 cm -16.765384 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.300142 cm CaptureMgnt StepLimiter + 364 6.2412059 cm -24.322777 cm -16.832871 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.400142 cm CaptureMgnt StepLimiter + 365 6.2219692 cm -24.39402 cm -16.900357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.500142 cm CaptureMgnt StepLimiter + 366 6.2025089 cm -24.465201 cm -16.967844 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.600142 cm CaptureMgnt StepLimiter + 367 6.1828253 cm -24.536322 cm -17.035331 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.700142 cm CaptureMgnt StepLimiter + 368 6.1629184 cm -24.60738 cm -17.102817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.800142 cm CaptureMgnt StepLimiter + 369 6.1427883 cm -24.678375 cm -17.170304 cm 154.61318 MeV2.9588357e-17 meV 1 mm 36.900142 cm CaptureMgnt StepLimiter + 370 6.1224353 cm -24.749307 cm -17.237791 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.000142 cm CaptureMgnt StepLimiter + 371 6.1018594 cm -24.820174 cm -17.305277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.100142 cm CaptureMgnt StepLimiter + 372 6.0810607 cm -24.890976 cm -17.372764 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.200142 cm CaptureMgnt StepLimiter + 373 6.0600394 cm -24.961713 cm -17.440251 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.300142 cm CaptureMgnt StepLimiter + 374 6.0387957 cm -25.032383 cm -17.507737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.400142 cm CaptureMgnt StepLimiter + 375 6.0173296 cm -25.102986 cm -17.575224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.500142 cm CaptureMgnt StepLimiter + 376 5.9956414 cm -25.17352 cm -17.642711 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.600142 cm CaptureMgnt StepLimiter + 377 5.9737311 cm -25.243987 cm -17.710197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.700142 cm CaptureMgnt StepLimiter + 378 5.9515989 cm -25.314383 cm -17.777684 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.800142 cm CaptureMgnt StepLimiter + 379 5.929245 cm -25.38471 cm -17.845171 cm 154.61318 MeV2.9588357e-17 meV 1 mm 37.900142 cm CaptureMgnt StepLimiter + 380 5.9066695 cm -25.454966 cm -17.912657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.000142 cm CaptureMgnt StepLimiter + 381 5.8838726 cm -25.52515 cm -17.980144 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.100142 cm CaptureMgnt StepLimiter + 382 5.8608544 cm -25.595263 cm -18.047631 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.200142 cm CaptureMgnt StepLimiter + 383 5.8376151 cm -25.665302 cm -18.115117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.300142 cm CaptureMgnt StepLimiter + 384 5.8141549 cm -25.735267 cm -18.182604 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.400142 cm CaptureMgnt StepLimiter + 385 5.7904738 cm -25.805158 cm -18.250091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.500142 cm CaptureMgnt StepLimiter + 386 5.7665722 cm -25.874974 cm -18.317577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.600142 cm CaptureMgnt StepLimiter + 387 5.7424501 cm -25.944714 cm -18.385064 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.700142 cm CaptureMgnt StepLimiter + 388 5.7181078 cm -26.014377 cm -18.452551 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.800142 cm CaptureMgnt StepLimiter + 389 5.6935454 cm -26.083964 cm -18.520037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 38.900142 cm CaptureMgnt StepLimiter + 390 5.668763 cm -26.153472 cm -18.587524 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.000142 cm CaptureMgnt StepLimiter + 391 5.6437609 cm -26.222901 cm -18.655011 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.100142 cm CaptureMgnt StepLimiter + 392 5.6185393 cm -26.292251 cm -18.722497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.200142 cm CaptureMgnt StepLimiter + 393 5.5930983 cm -26.361521 cm -18.789984 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.300142 cm CaptureMgnt StepLimiter + 394 5.5674381 cm -26.43071 cm -18.857471 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.400142 cm CaptureMgnt StepLimiter + 395 5.5415589 cm -26.499817 cm -18.924957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.500142 cm CaptureMgnt StepLimiter + 396 5.5154609 cm -26.568842 cm -18.992444 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.600142 cm CaptureMgnt StepLimiter + 397 5.4891443 cm -26.637784 cm -19.059931 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.700142 cm CaptureMgnt StepLimiter + 398 5.4626093 cm -26.706642 cm -19.127417 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.800142 cm CaptureMgnt StepLimiter + 399 5.4358561 cm -26.775416 cm -19.194904 cm 154.61318 MeV2.9588357e-17 meV 1 mm 39.900142 cm CaptureMgnt StepLimiter + 400 5.4088849 cm -26.844104 cm -19.262391 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.000142 cm CaptureMgnt StepLimiter + 401 5.3816959 cm -26.912706 cm -19.329877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.100142 cm CaptureMgnt StepLimiter + 402 5.3542893 cm -26.981222 cm -19.397364 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.200142 cm CaptureMgnt StepLimiter + 403 5.3266653 cm -27.049651 cm -19.464851 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.300142 cm CaptureMgnt StepLimiter + 404 5.2988241 cm -27.117991 cm -19.532337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.400142 cm CaptureMgnt StepLimiter + 405 5.270766 cm -27.186243 cm -19.599824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.500142 cm CaptureMgnt StepLimiter + 406 5.2424911 cm -27.254405 cm -19.667311 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.600142 cm CaptureMgnt StepLimiter + 407 5.2139997 cm -27.322477 cm -19.734797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.700142 cm CaptureMgnt StepLimiter + 408 5.185292 cm -27.390458 cm -19.802284 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.800142 cm CaptureMgnt StepLimiter + 409 5.1563682 cm -27.458347 cm -19.869771 cm 154.61318 MeV2.9588357e-17 meV 1 mm 40.900142 cm CaptureMgnt StepLimiter + 410 5.1272286 cm -27.526144 cm -19.937257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.000142 cm CaptureMgnt StepLimiter + 411 5.0978734 cm -27.593848 cm -20.004744 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.100142 cm CaptureMgnt StepLimiter + 412 5.0683027 cm -27.661458 cm -20.072231 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.200142 cm CaptureMgnt StepLimiter + 413 5.0385169 cm -27.728974 cm -20.139717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.300142 cm CaptureMgnt StepLimiter + 414 5.0085162 cm -27.796394 cm -20.207204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.400142 cm CaptureMgnt StepLimiter + 415 4.9783007 cm -27.863718 cm -20.274691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.500142 cm CaptureMgnt StepLimiter + 416 4.9478709 cm -27.930946 cm -20.342177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.600142 cm CaptureMgnt StepLimiter + 417 4.9172268 cm -27.998077 cm -20.409664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.700142 cm CaptureMgnt StepLimiter + 418 4.8863688 cm -28.065109 cm -20.477151 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.800142 cm CaptureMgnt StepLimiter + 419 4.8552971 cm -28.132042 cm -20.544637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 41.900142 cm CaptureMgnt StepLimiter + 420 4.8240119 cm -28.198876 cm -20.612124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.000142 cm CaptureMgnt StepLimiter + 421 4.7925136 cm -28.26561 cm -20.679611 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.100142 cm CaptureMgnt StepLimiter + 422 4.7608023 cm -28.332243 cm -20.747097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.200142 cm CaptureMgnt StepLimiter + 423 4.7288783 cm -28.398774 cm -20.814584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.300142 cm CaptureMgnt StepLimiter + 424 4.6967418 cm -28.465203 cm -20.882071 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.400142 cm CaptureMgnt StepLimiter + 425 4.6643932 cm -28.531529 cm -20.949557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.500142 cm CaptureMgnt StepLimiter + 426 4.6318328 cm -28.597751 cm -21.017044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.600142 cm CaptureMgnt StepLimiter + 427 4.5990607 cm -28.663868 cm -21.084531 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.700142 cm CaptureMgnt StepLimiter + 428 4.5660772 cm -28.729881 cm -21.152017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.800142 cm CaptureMgnt StepLimiter + 429 4.5328826 cm -28.795787 cm -21.219504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 42.900142 cm CaptureMgnt StepLimiter + 430 4.4994773 cm -28.861587 cm -21.286991 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.000142 cm CaptureMgnt StepLimiter + 431 4.4658614 cm -28.92728 cm -21.354477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.100142 cm CaptureMgnt StepLimiter + 432 4.4320353 cm -28.992864 cm -21.421964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.200142 cm CaptureMgnt StepLimiter + 433 4.3979992 cm -29.05834 cm -21.489451 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.300142 cm CaptureMgnt StepLimiter + 434 4.3637534 cm -29.123707 cm -21.556937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.400142 cm CaptureMgnt StepLimiter + 435 4.3292982 cm -29.188963 cm -21.624424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.500142 cm CaptureMgnt StepLimiter + 436 4.2946339 cm -29.254109 cm -21.691911 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.600142 cm CaptureMgnt StepLimiter + 437 4.2597608 cm -29.319143 cm -21.759397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.700142 cm CaptureMgnt StepLimiter + 438 4.2246792 cm -29.384064 cm -21.826884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.800142 cm CaptureMgnt StepLimiter + 439 4.1893894 cm -29.448873 cm -21.894371 cm 154.61318 MeV2.9588357e-17 meV 1 mm 43.900142 cm CaptureMgnt StepLimiter + 440 4.1538917 cm -29.513568 cm -21.961857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.000142 cm CaptureMgnt StepLimiter + 441 4.1181864 cm -29.578149 cm -22.029344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.100142 cm CaptureMgnt StepLimiter + 442 4.0822737 cm -29.642615 cm -22.096831 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.200142 cm CaptureMgnt StepLimiter + 443 4.0461541 cm -29.706964 cm -22.164317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.300142 cm CaptureMgnt StepLimiter + 444 4.0098277 cm -29.771198 cm -22.231804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.400142 cm CaptureMgnt StepLimiter + 445 3.973295 cm -29.835314 cm -22.299291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.500142 cm CaptureMgnt StepLimiter + 446 3.9365563 cm -29.899313 cm -22.366777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.600142 cm CaptureMgnt StepLimiter + 447 3.8996118 cm -29.963193 cm -22.434264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.700142 cm CaptureMgnt StepLimiter + 448 3.8624618 cm -30.026953 cm -22.501751 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.800142 cm CaptureMgnt StepLimiter + 449 3.8251068 cm -30.090594 cm -22.569237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 44.900142 cm CaptureMgnt StepLimiter + 450 3.787547 cm -30.154114 cm -22.636724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.000142 cm CaptureMgnt StepLimiter + 451 3.7497827 cm -30.217513 cm -22.704211 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.100142 cm CaptureMgnt StepLimiter + 452 3.7118144 cm -30.28079 cm -22.771697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.200142 cm CaptureMgnt StepLimiter + 453 3.6736422 cm -30.343944 cm -22.839184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.300142 cm CaptureMgnt StepLimiter + 454 3.6352666 cm -30.406975 cm -22.906671 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.400142 cm CaptureMgnt StepLimiter + 455 3.5966879 cm -30.469881 cm -22.974157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.500142 cm CaptureMgnt StepLimiter + 456 3.5579064 cm -30.532663 cm -23.041644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.600142 cm CaptureMgnt StepLimiter + 457 3.5189225 cm -30.595319 cm -23.109131 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.700142 cm CaptureMgnt StepLimiter + 458 3.4797365 cm -30.657849 cm -23.176617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.800142 cm CaptureMgnt StepLimiter + 459 3.4403488 cm -30.720252 cm -23.244104 cm 154.61318 MeV2.9588357e-17 meV 1 mm 45.900142 cm CaptureMgnt StepLimiter + 460 3.4007597 cm -30.782528 cm -23.311591 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.000142 cm CaptureMgnt StepLimiter + 461 3.3609695 cm -30.844675 cm -23.379077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.100142 cm CaptureMgnt StepLimiter + 462 3.3209787 cm -30.906693 cm -23.446564 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.200142 cm CaptureMgnt StepLimiter + 463 3.2807875 cm -30.968582 cm -23.514051 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.300142 cm CaptureMgnt StepLimiter + 464 3.2403964 cm -31.030341 cm -23.581537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.400142 cm CaptureMgnt StepLimiter + 465 3.1998057 cm -31.091968 cm -23.649024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.500142 cm CaptureMgnt StepLimiter + 466 3.1590158 cm -31.153464 cm -23.716511 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.600142 cm CaptureMgnt StepLimiter + 467 3.118027 cm -31.214827 cm -23.783997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.700142 cm CaptureMgnt StepLimiter + 468 3.0768397 cm -31.276057 cm -23.851484 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.800142 cm CaptureMgnt StepLimiter + 469 3.0354542 cm -31.337154 cm -23.918971 cm 154.61318 MeV2.9588357e-17 meV 1 mm 46.900142 cm CaptureMgnt StepLimiter + 470 2.9938711 cm -31.398116 cm -23.986457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.000142 cm CaptureMgnt StepLimiter + 471 2.9520905 cm -31.458943 cm -24.053944 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.100142 cm CaptureMgnt StepLimiter + 472 2.910113 cm -31.519634 cm -24.121431 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.200142 cm CaptureMgnt StepLimiter + 473 2.8679388 cm -31.580189 cm -24.188917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.300142 cm CaptureMgnt StepLimiter + 474 2.8255684 cm -31.640607 cm -24.256404 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.400142 cm CaptureMgnt StepLimiter + 475 2.7830022 cm -31.700887 cm -24.323891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.500142 cm CaptureMgnt StepLimiter + 476 2.7402405 cm -31.761028 cm -24.391377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.600142 cm CaptureMgnt StepLimiter + 477 2.6972838 cm -31.82103 cm -24.458864 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.700142 cm CaptureMgnt StepLimiter + 478 2.6541324 cm -31.880893 cm -24.526351 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.800142 cm CaptureMgnt StepLimiter + 479 2.6107868 cm -31.940615 cm -24.593837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 47.900142 cm CaptureMgnt StepLimiter + 480 2.5672472 cm -32.000195 cm -24.661324 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.000142 cm CaptureMgnt StepLimiter + 481 2.5235142 cm -32.059634 cm -24.728811 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.100142 cm CaptureMgnt StepLimiter + 482 2.4795882 cm -32.11893 cm -24.796297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.200142 cm CaptureMgnt StepLimiter + 483 2.4354695 cm -32.178083 cm -24.863784 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.300142 cm CaptureMgnt StepLimiter + 484 2.3911585 cm -32.237093 cm -24.931271 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.400142 cm CaptureMgnt StepLimiter + 485 2.3466557 cm -32.295957 cm -24.998757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.500142 cm CaptureMgnt StepLimiter + 486 2.3019615 cm -32.354677 cm -25.066244 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.600142 cm CaptureMgnt StepLimiter + 487 2.2570763 cm -32.41325 cm -25.133731 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.700142 cm CaptureMgnt StepLimiter + 488 2.2120006 cm -32.471677 cm -25.201217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.800142 cm CaptureMgnt StepLimiter + 489 2.1667346 cm -32.529957 cm -25.268704 cm 154.61318 MeV2.9588357e-17 meV 1 mm 48.900142 cm CaptureMgnt StepLimiter + 490 2.1212789 cm -32.588089 cm -25.336191 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.000142 cm CaptureMgnt StepLimiter + 491 2.0756339 cm -32.646073 cm -25.403677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.100142 cm CaptureMgnt StepLimiter + 492 2.0298 cm -32.703907 cm -25.471164 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.200142 cm CaptureMgnt StepLimiter + 493 1.9837777 cm -32.761591 cm -25.538651 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.300142 cm CaptureMgnt StepLimiter + 494 1.9375673 cm -32.819125 cm -25.606137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.400142 cm CaptureMgnt StepLimiter + 495 1.8911694 cm -32.876508 cm -25.673624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.500142 cm CaptureMgnt StepLimiter + 496 1.8445843 cm -32.933739 cm -25.741111 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.600142 cm CaptureMgnt StepLimiter + 497 1.7978126 cm -32.990817 cm -25.808597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.700142 cm CaptureMgnt StepLimiter + 498 1.7508545 cm -33.047742 cm -25.876084 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.800142 cm CaptureMgnt StepLimiter + 499 1.7037107 cm -33.104514 cm -25.943571 cm 154.61318 MeV2.9588357e-17 meV 1 mm 49.900142 cm CaptureMgnt StepLimiter + 500 1.6563815 cm -33.161131 cm -26.011057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.000142 cm CaptureMgnt StepLimiter + 501 1.6088673 cm -33.217593 cm -26.078544 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.100142 cm CaptureMgnt StepLimiter + 502 1.5611688 cm -33.273899 cm -26.146031 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.200142 cm CaptureMgnt StepLimiter + 503 1.5132862 cm -33.330049 cm -26.213517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.300142 cm CaptureMgnt StepLimiter + 504 1.46522 cm -33.386042 cm -26.281004 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.400142 cm CaptureMgnt StepLimiter + 505 1.4169708 cm -33.441877 cm -26.348491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.500142 cm CaptureMgnt StepLimiter + 506 1.368539 cm -33.497554 cm -26.415977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.600142 cm CaptureMgnt StepLimiter + 507 1.319925 cm -33.553071 cm -26.483464 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.700142 cm CaptureMgnt StepLimiter + 508 1.2711293 cm -33.60843 cm -26.550951 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.800142 cm CaptureMgnt StepLimiter + 509 1.2221524 cm -33.663627 cm -26.618437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 50.900142 cm CaptureMgnt StepLimiter + 510 1.1729947 cm -33.718664 cm -26.685924 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.000142 cm CaptureMgnt StepLimiter + 511 1.1236568 cm -33.77354 cm -26.753411 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.100142 cm CaptureMgnt StepLimiter + 512 1.074139 cm -33.828253 cm -26.820897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.200142 cm CaptureMgnt StepLimiter + 513 1.024442 cm -33.882804 cm -26.888384 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.300142 cm CaptureMgnt StepLimiter + 514 9.7456613 mm -33.93719 cm -26.955871 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.400142 cm CaptureMgnt StepLimiter + 515 9.2451191 mm -33.991413 cm -27.023357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.500142 cm CaptureMgnt StepLimiter + 516 8.7427983 mm -34.045472 cm -27.090844 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.600142 cm CaptureMgnt StepLimiter + 517 8.2387038 mm -34.099364 cm -27.158331 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.700142 cm CaptureMgnt StepLimiter + 518 7.7328405 mm -34.153091 cm -27.225817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.800142 cm CaptureMgnt StepLimiter + 519 7.2252134 mm -34.206651 cm -27.293304 cm 154.61318 MeV2.9588357e-17 meV 1 mm 51.900142 cm CaptureMgnt StepLimiter + 520 6.7158274 mm -34.260044 cm -27.360791 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.000142 cm CaptureMgnt StepLimiter + 521 6.2046875 mm -34.313269 cm -27.428277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.100142 cm CaptureMgnt StepLimiter + 522 5.6917987 mm -34.366326 cm -27.495764 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.200142 cm CaptureMgnt StepLimiter + 523 5.1771661 mm -34.419213 cm -27.563251 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.300142 cm CaptureMgnt StepLimiter + 524 4.6607947 mm -34.471931 cm -27.630737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.400142 cm CaptureMgnt StepLimiter + 525 4.1426896 mm -34.524478 cm -27.698224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.500142 cm CaptureMgnt StepLimiter + 526 3.6228559 mm -34.576854 cm -27.765711 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.600142 cm CaptureMgnt StepLimiter + 527 3.1012988 mm -34.629059 cm -27.833197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.700142 cm CaptureMgnt StepLimiter + 528 2.5780234 mm -34.681091 cm -27.900684 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.800142 cm CaptureMgnt StepLimiter + 529 2.0530349 mm -34.732951 cm -27.968171 cm 154.61318 MeV2.9588357e-17 meV 1 mm 52.900142 cm CaptureMgnt StepLimiter + 530 1.5263385 mm -34.784637 cm -28.035657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.000142 cm CaptureMgnt StepLimiter + 531 997.93947 um -34.836149 cm -28.103144 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.100142 cm CaptureMgnt StepLimiter + 532 467.84299 um -34.887487 cm -28.170631 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.200142 cm CaptureMgnt StepLimiter + 533 -63.945647 um -34.938649 cm -28.238117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.300142 cm CaptureMgnt StepLimiter + 534 -597.42112 um -34.989635 cm -28.305604 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.400142 cm CaptureMgnt StepLimiter + 535 -1.1325781 mm -35.040444 cm -28.373091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.500142 cm CaptureMgnt StepLimiter + 536 -1.6694113 mm -35.091077 cm -28.440577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.600142 cm CaptureMgnt StepLimiter + 537 -2.2079153 mm -35.141531 cm -28.508064 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.700142 cm CaptureMgnt StepLimiter + 538 -2.7480847 mm -35.191808 cm -28.575551 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.800142 cm CaptureMgnt StepLimiter + 539 -3.289914 mm -35.241905 cm -28.643037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 53.900142 cm CaptureMgnt StepLimiter + 540 -3.833398 mm -35.291823 cm -28.710524 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.000142 cm CaptureMgnt StepLimiter + 541 -4.378531 mm -35.341561 cm -28.778011 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.100142 cm CaptureMgnt StepLimiter + 542 -4.9253076 mm -35.391118 cm -28.845497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.200142 cm CaptureMgnt StepLimiter + 543 -5.4737224 mm -35.440494 cm -28.912984 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.300142 cm CaptureMgnt StepLimiter + 544 -6.0237697 mm -35.489687 cm -28.980471 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.400142 cm CaptureMgnt StepLimiter + 545 -6.5754439 mm -35.538699 cm -29.047957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.500142 cm CaptureMgnt StepLimiter + 546 -7.1287397 mm -35.587527 cm -29.115444 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.600142 cm CaptureMgnt StepLimiter + 547 -7.6836512 mm -35.636171 cm -29.182931 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.700142 cm CaptureMgnt StepLimiter + 548 -8.2401729 mm -35.684631 cm -29.250417 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.800142 cm CaptureMgnt StepLimiter + 549 -8.7982992 mm -35.732906 cm -29.317904 cm 154.61318 MeV2.9588357e-17 meV 1 mm 54.900142 cm CaptureMgnt StepLimiter + 550 -9.3580243 mm -35.780996 cm -29.385391 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.000142 cm CaptureMgnt StepLimiter + 551 -9.9193426 mm -35.8289 cm -29.452877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.100142 cm CaptureMgnt StepLimiter + 552 -1.0482248 cm -35.876617 cm -29.520364 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.200142 cm CaptureMgnt StepLimiter + 553 -1.1046736 cm -35.924147 cm -29.587851 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.300142 cm CaptureMgnt StepLimiter + 554 -1.1612799 cm -35.971489 cm -29.655337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.400142 cm CaptureMgnt StepLimiter + 555 -1.2180433 cm -36.018642 cm -29.722824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.500142 cm CaptureMgnt StepLimiter + 556 -1.2749631 cm -36.065607 cm -29.790311 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.600142 cm CaptureMgnt StepLimiter + 557 -1.3320387 cm -36.112382 cm -29.857797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.700142 cm CaptureMgnt StepLimiter + 558 -1.3892696 cm -36.158967 cm -29.925284 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.800142 cm CaptureMgnt StepLimiter + 559 -1.4466552 cm -36.205362 cm -29.992771 cm 154.61318 MeV2.9588357e-17 meV 1 mm 55.900142 cm CaptureMgnt StepLimiter + 560 -1.5041949 cm -36.251565 cm -30.060257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.000142 cm CaptureMgnt StepLimiter + 561 -1.5618881 cm -36.297576 cm -30.127744 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.100142 cm CaptureMgnt StepLimiter + 562 -1.6197342 cm -36.343395 cm -30.195231 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.200142 cm CaptureMgnt StepLimiter + 563 -1.6777326 cm -36.389021 cm -30.262717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.300142 cm CaptureMgnt StepLimiter + 564 -1.7358826 cm -36.434454 cm -30.330204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.400142 cm CaptureMgnt StepLimiter + 565 -1.7941838 cm -36.479692 cm -30.397691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.500142 cm CaptureMgnt StepLimiter + 566 -1.8526355 cm -36.524736 cm -30.465177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.600142 cm CaptureMgnt StepLimiter + 567 -1.9112371 cm -36.569584 cm -30.532664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.700142 cm CaptureMgnt StepLimiter + 568 -1.969988 cm -36.614237 cm -30.600151 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.800142 cm CaptureMgnt StepLimiter + 569 -2.0288875 cm -36.658694 cm -30.667637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 56.900142 cm CaptureMgnt StepLimiter + 570 -2.0879351 cm -36.702954 cm -30.735124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.000142 cm CaptureMgnt StepLimiter + 571 -2.1471302 cm -36.747016 cm -30.802611 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.100142 cm CaptureMgnt StepLimiter + 572 -2.2064721 cm -36.79088 cm -30.870097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.200142 cm CaptureMgnt StepLimiter + 573 -2.2659602 cm -36.834546 cm -30.937584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.300142 cm CaptureMgnt StepLimiter + 574 -2.3255939 cm -36.878013 cm -31.005071 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.400142 cm CaptureMgnt StepLimiter + 575 -2.3853725 cm -36.92128 cm -31.072557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.500142 cm CaptureMgnt StepLimiter + 576 -2.4452955 cm -36.964348 cm -31.140044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.600142 cm CaptureMgnt StepLimiter + 577 -2.5053622 cm -37.007214 cm -31.207531 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.700142 cm CaptureMgnt StepLimiter + 578 -2.565572 cm -37.049879 cm -31.275017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.800142 cm CaptureMgnt StepLimiter + 579 -2.6259243 cm -37.092343 cm -31.342504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 57.900142 cm CaptureMgnt StepLimiter + 580 -2.6864183 cm -37.134604 cm -31.409991 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.000142 cm CaptureMgnt StepLimiter + 581 -2.7470536 cm -37.176663 cm -31.477477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.100142 cm CaptureMgnt StepLimiter + 582 -2.8078294 cm -37.218518 cm -31.544964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.200142 cm CaptureMgnt StepLimiter + 583 -2.868745 cm -37.260169 cm -31.612451 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.300142 cm CaptureMgnt StepLimiter + 584 -2.9298 cm -37.301616 cm -31.679937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.400142 cm CaptureMgnt StepLimiter + 585 -2.9909935 cm -37.342858 cm -31.747424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.500142 cm CaptureMgnt StepLimiter + 586 -3.052325 cm -37.383894 cm -31.814911 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.600142 cm CaptureMgnt StepLimiter + 587 -3.1137938 cm -37.424725 cm -31.882397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.700142 cm CaptureMgnt StepLimiter + 588 -3.1753993 cm -37.465349 cm -31.949884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.800142 cm CaptureMgnt StepLimiter + 589 -3.2371407 cm -37.505766 cm -32.017371 cm 154.61318 MeV2.9588357e-17 meV 1 mm 58.900142 cm CaptureMgnt StepLimiter + 590 -3.2990176 cm -37.545975 cm -32.084857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.000142 cm CaptureMgnt StepLimiter + 591 -3.3610291 cm -37.585977 cm -32.152344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.100142 cm CaptureMgnt StepLimiter + 592 -3.4231746 cm -37.625769 cm -32.219831 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.200142 cm CaptureMgnt StepLimiter + 593 -3.4854535 cm -37.665353 cm -32.287317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.300142 cm CaptureMgnt StepLimiter + 594 -3.5478651 cm -37.704728 cm -32.354804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.400142 cm CaptureMgnt StepLimiter + 595 -3.6104088 cm -37.743892 cm -32.422291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.500142 cm CaptureMgnt StepLimiter + 596 -3.6730838 cm -37.782846 cm -32.489777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.600142 cm CaptureMgnt StepLimiter + 597 -3.7358895 cm -37.821588 cm -32.557264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.700142 cm CaptureMgnt StepLimiter + 598 -3.7988253 cm -37.860119 cm -32.624751 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.800142 cm CaptureMgnt StepLimiter + 599 -3.8618903 cm -37.898438 cm -32.692237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 59.900142 cm CaptureMgnt StepLimiter + 600 -3.9250841 cm -37.936544 cm -32.759724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.000142 cm CaptureMgnt StepLimiter + 601 -3.9884058 cm -37.974438 cm -32.827211 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.100142 cm CaptureMgnt StepLimiter + 602 -4.0518549 cm -38.012117 cm -32.894697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.200142 cm CaptureMgnt StepLimiter + 603 -4.1154305 cm -38.049583 cm -32.962184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.300142 cm CaptureMgnt StepLimiter + 604 -4.1791322 cm -38.086834 cm -33.029671 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.400142 cm CaptureMgnt StepLimiter + 605 -4.242959 cm -38.12387 cm -33.097157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.500142 cm CaptureMgnt StepLimiter + 606 -4.3069104 cm -38.160691 cm -33.164644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.600142 cm CaptureMgnt StepLimiter + 607 -4.3709857 cm -38.197296 cm -33.232131 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.700142 cm CaptureMgnt StepLimiter + 608 -4.4351842 cm -38.233684 cm -33.299617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.800142 cm CaptureMgnt StepLimiter + 609 -4.4995052 cm -38.269855 cm -33.367104 cm 154.61318 MeV2.9588357e-17 meV 1 mm 60.900142 cm CaptureMgnt StepLimiter + 610 -4.5639479 cm -38.305809 cm -33.434591 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.000142 cm CaptureMgnt StepLimiter + 611 -4.6285117 cm -38.341545 cm -33.502077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.100142 cm CaptureMgnt StepLimiter + 612 -4.6931959 cm -38.377063 cm -33.569564 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.200142 cm CaptureMgnt StepLimiter + 613 -4.7579998 cm -38.412361 cm -33.637051 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.300142 cm CaptureMgnt StepLimiter + 614 -4.8229226 cm -38.447441 cm -33.704537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.400142 cm CaptureMgnt StepLimiter + 615 -4.8879637 cm -38.482301 cm -33.772024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.500142 cm CaptureMgnt StepLimiter + 616 -4.9531223 cm -38.51694 cm -33.839511 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.600142 cm CaptureMgnt StepLimiter + 617 -5.0183978 cm -38.551359 cm -33.906997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.700142 cm CaptureMgnt StepLimiter + 618 -5.0837895 cm -38.585557 cm -33.974484 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.800142 cm CaptureMgnt StepLimiter + 619 -5.1492965 cm -38.619533 cm -34.041971 cm 154.61318 MeV2.9588357e-17 meV 1 mm 61.900142 cm CaptureMgnt StepLimiter + 620 -5.2149182 cm -38.653287 cm -34.109457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.000142 cm CaptureMgnt StepLimiter + 621 -5.2806539 cm -38.686818 cm -34.176944 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.100142 cm CaptureMgnt StepLimiter + 622 -5.3465028 cm -38.720127 cm -34.244431 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.200142 cm CaptureMgnt StepLimiter + 623 -5.4124643 cm -38.753212 cm -34.311917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.300142 cm CaptureMgnt StepLimiter + 624 -5.4785376 cm -38.786073 cm -34.379404 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.400142 cm CaptureMgnt StepLimiter + 625 -5.5447219 cm -38.81871 cm -34.446891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.500142 cm CaptureMgnt StepLimiter + 626 -5.6110166 cm -38.851123 cm -34.514377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.600142 cm CaptureMgnt StepLimiter + 627 -5.6774209 cm -38.88331 cm -34.581864 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.700142 cm CaptureMgnt StepLimiter + 628 -5.743934 cm -38.915272 cm -34.649351 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.800142 cm CaptureMgnt StepLimiter + 629 -5.8105554 cm -38.947007 cm -34.716837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 62.900142 cm CaptureMgnt StepLimiter + 630 -5.8772841 cm -38.978516 cm -34.784324 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.000142 cm CaptureMgnt StepLimiter + 631 -5.9441195 cm -39.009798 cm -34.851811 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.100142 cm CaptureMgnt StepLimiter + 632 -6.0110608 cm -39.040853 cm -34.919297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.200142 cm CaptureMgnt StepLimiter + 633 -6.0781073 cm -39.07168 cm -34.986784 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.300142 cm CaptureMgnt StepLimiter + 634 -6.1452582 cm -39.102279 cm -35.054271 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.400142 cm CaptureMgnt StepLimiter + 635 -6.2125128 cm -39.13265 cm -35.121757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.500142 cm CaptureMgnt StepLimiter + 636 -6.2798704 cm -39.162791 cm -35.189244 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.600142 cm CaptureMgnt StepLimiter + 637 -6.3473301 cm -39.192703 cm -35.256731 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.700142 cm CaptureMgnt StepLimiter + 638 -6.4148913 cm -39.222385 cm -35.324217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.800142 cm CaptureMgnt StepLimiter + 639 -6.4825532 cm -39.251837 cm -35.391704 cm 154.61318 MeV2.9588357e-17 meV 1 mm 63.900142 cm CaptureMgnt StepLimiter + 640 -6.550315 cm -39.281059 cm -35.459191 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.000142 cm CaptureMgnt StepLimiter + 641 -6.6181759 cm -39.310049 cm -35.526677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.100142 cm CaptureMgnt StepLimiter + 642 -6.6861353 cm -39.338808 cm -35.594164 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.200142 cm CaptureMgnt StepLimiter + 643 -6.7541923 cm -39.367335 cm -35.661651 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.300142 cm CaptureMgnt StepLimiter + 644 -6.8223462 cm -39.395629 cm -35.729137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.400142 cm CaptureMgnt StepLimiter + 645 -6.8905963 cm -39.423691 cm -35.796624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.500142 cm CaptureMgnt StepLimiter + 646 -6.9589417 cm -39.45152 cm -35.864111 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.600142 cm CaptureMgnt StepLimiter + 647 -7.0273816 cm -39.479116 cm -35.931597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.700142 cm CaptureMgnt StepLimiter + 648 -7.0959154 cm -39.506478 cm -35.999084 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.800142 cm CaptureMgnt StepLimiter + 649 -7.1645422 cm -39.533605 cm -36.066571 cm 154.61318 MeV2.9588357e-17 meV 1 mm 64.900142 cm CaptureMgnt StepLimiter + 650 -7.2332613 cm -39.560498 cm -36.134057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.000142 cm CaptureMgnt StepLimiter + 651 -7.3020719 cm -39.587156 cm -36.201544 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.100142 cm CaptureMgnt StepLimiter + 652 -7.3709732 cm -39.613579 cm -36.269031 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.200142 cm CaptureMgnt StepLimiter + 653 -7.4399645 cm -39.639766 cm -36.336517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.300142 cm CaptureMgnt StepLimiter + 654 -7.5090449 cm -39.665716 cm -36.404004 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.400142 cm CaptureMgnt StepLimiter + 655 -7.5782136 cm -39.691431 cm -36.471491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.500142 cm CaptureMgnt StepLimiter + 656 -7.64747 cm -39.716908 cm -36.538977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.600142 cm CaptureMgnt StepLimiter + 657 -7.7168131 cm -39.742148 cm -36.606464 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.700142 cm CaptureMgnt StepLimiter + 658 -7.7862423 cm -39.767151 cm -36.673951 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.800142 cm CaptureMgnt StepLimiter + 659 -7.8557566 cm -39.791916 cm -36.741437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 65.900142 cm CaptureMgnt StepLimiter + 660 -7.9253555 cm -39.816443 cm -36.808924 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.000142 cm CaptureMgnt StepLimiter + 661 -7.9950379 cm -39.84073 cm -36.876411 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.100142 cm CaptureMgnt StepLimiter + 662 -8.0648032 cm -39.864779 cm -36.943897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.200142 cm CaptureMgnt StepLimiter + 663 -8.1346505 cm -39.888589 cm -37.011384 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.300142 cm CaptureMgnt StepLimiter + 664 -8.2045791 cm -39.912159 cm -37.078871 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.400142 cm CaptureMgnt StepLimiter + 665 -8.2745882 cm -39.935488 cm -37.146357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.500142 cm CaptureMgnt StepLimiter + 666 -8.3446768 cm -39.958578 cm -37.213844 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.600142 cm CaptureMgnt StepLimiter + 667 -8.4148444 cm -39.981427 cm -37.281331 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.700142 cm CaptureMgnt StepLimiter + 668 -8.4850899 cm -40.004034 cm -37.348817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.800142 cm CaptureMgnt StepLimiter + 669 -8.5554127 cm -40.0264 cm -37.416304 cm 154.61318 MeV2.9588357e-17 meV 1 mm 66.900142 cm CaptureMgnt StepLimiter + 670 -8.625812 cm -40.048525 cm -37.483791 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.000142 cm CaptureMgnt StepLimiter + 671 -8.6962868 cm -40.070407 cm -37.551277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.100142 cm CaptureMgnt StepLimiter + 672 -8.7668364 cm -40.092047 cm -37.618764 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.200142 cm CaptureMgnt StepLimiter + 673 -8.8374601 cm -40.113445 cm -37.686251 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.300142 cm CaptureMgnt StepLimiter + 674 -8.9081569 cm -40.134599 cm -37.753737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.400142 cm CaptureMgnt StepLimiter + 675 -8.9789261 cm -40.15551 cm -37.821224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.500142 cm CaptureMgnt StepLimiter + 676 -9.0497668 cm -40.176177 cm -37.888711 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.600142 cm CaptureMgnt StepLimiter + 677 -9.1206782 cm -40.196601 cm -37.956197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.700142 cm CaptureMgnt StepLimiter + 678 -9.1916596 cm -40.21678 cm -38.023684 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.800142 cm CaptureMgnt StepLimiter + 679 -9.26271 cm -40.236714 cm -38.091171 cm 154.61318 MeV2.9588357e-17 meV 1 mm 67.900142 cm CaptureMgnt StepLimiter + 680 -9.3338287 cm -40.256404 cm -38.158657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.000142 cm CaptureMgnt StepLimiter + 681 -9.4050148 cm -40.275848 cm -38.226144 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.100142 cm CaptureMgnt StepLimiter + 682 -9.4762676 cm -40.295047 cm -38.293631 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.200142 cm CaptureMgnt StepLimiter + 683 -9.5475861 cm -40.314 cm -38.361117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.300142 cm CaptureMgnt StepLimiter + 684 -9.6189695 cm -40.332706 cm -38.428604 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.400142 cm CaptureMgnt StepLimiter + 685 -9.6904171 cm -40.351167 cm -38.496091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.500142 cm CaptureMgnt StepLimiter + 686 -9.7619279 cm -40.369381 cm -38.563577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.600142 cm CaptureMgnt StepLimiter + 687 -9.8335013 cm -40.387348 cm -38.631064 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.700142 cm CaptureMgnt StepLimiter + 688 -9.9051362 cm -40.405067 cm -38.698551 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.800142 cm CaptureMgnt StepLimiter + 689 -9.9768319 cm -40.422539 cm -38.766037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 68.900142 cm CaptureMgnt StepLimiter + 690 -10.048588 cm -40.439763 cm -38.833524 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.000142 cm CaptureMgnt StepLimiter + 691 -10.120402 cm -40.456739 cm -38.901011 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.100142 cm CaptureMgnt StepLimiter + 692 -10.192275 cm -40.473467 cm -38.968497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.200142 cm CaptureMgnt StepLimiter + 693 -10.264206 cm -40.489946 cm -39.035984 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.300142 cm CaptureMgnt StepLimiter + 694 -10.336193 cm -40.506176 cm -39.103471 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.400142 cm CaptureMgnt StepLimiter + 695 -10.408235 cm -40.522157 cm -39.170957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.500142 cm CaptureMgnt StepLimiter + 696 -10.480333 cm -40.537889 cm -39.238444 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.600142 cm CaptureMgnt StepLimiter + 697 -10.552485 cm -40.553371 cm -39.305931 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.700142 cm CaptureMgnt StepLimiter + 698 -10.624689 cm -40.568603 cm -39.373417 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.800142 cm CaptureMgnt StepLimiter + 699 -10.696946 cm -40.583584 cm -39.440904 cm 154.61318 MeV2.9588357e-17 meV 1 mm 69.900142 cm CaptureMgnt StepLimiter + 700 -10.769255 cm -40.598316 cm -39.508391 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.000142 cm CaptureMgnt StepLimiter + 701 -10.841614 cm -40.612796 cm -39.575877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.100142 cm CaptureMgnt StepLimiter + 702 -10.914023 cm -40.627026 cm -39.643364 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.200142 cm CaptureMgnt StepLimiter + 703 -10.986481 cm -40.641005 cm -39.710851 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.300142 cm CaptureMgnt StepLimiter + 704 -11.058987 cm -40.654732 cm -39.778337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.400142 cm CaptureMgnt StepLimiter + 705 -11.13154 cm -40.668207 cm -39.845824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.500142 cm CaptureMgnt StepLimiter + 706 -11.20414 cm -40.68143 cm -39.913311 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.600142 cm CaptureMgnt StepLimiter + 707 -11.276785 cm -40.694402 cm -39.980797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.700142 cm CaptureMgnt StepLimiter + 708 -11.349474 cm -40.707121 cm -40.048284 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.800142 cm CaptureMgnt StepLimiter + 709 -11.422208 cm -40.719587 cm -40.115771 cm 154.61318 MeV2.9588357e-17 meV 1 mm 70.900142 cm CaptureMgnt StepLimiter + 710 -11.494984 cm -40.731801 cm -40.183257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.000142 cm CaptureMgnt StepLimiter + 711 -11.567802 cm -40.743762 cm -40.250744 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.100142 cm CaptureMgnt StepLimiter + 712 -11.640661 cm -40.755469 cm -40.318231 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.200142 cm CaptureMgnt StepLimiter + 713 -11.713561 cm -40.766923 cm -40.385717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.300142 cm CaptureMgnt StepLimiter + 714 -11.7865 cm -40.778123 cm -40.453204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.400142 cm CaptureMgnt StepLimiter + 715 -11.859477 cm -40.78907 cm -40.520691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.500142 cm CaptureMgnt StepLimiter + 716 -11.932492 cm -40.799762 cm -40.588177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.600142 cm CaptureMgnt StepLimiter + 717 -12.005544 cm -40.8102 cm -40.655664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.700142 cm CaptureMgnt StepLimiter + 718 -12.078632 cm -40.820384 cm -40.723151 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.800142 cm CaptureMgnt StepLimiter + 719 -12.151755 cm -40.830313 cm -40.790637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 71.900142 cm CaptureMgnt StepLimiter + 720 -12.224912 cm -40.839987 cm -40.858124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.000142 cm CaptureMgnt StepLimiter + 721 -12.298103 cm -40.849406 cm -40.925611 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.100142 cm CaptureMgnt StepLimiter + 722 -12.371325 cm -40.85857 cm -40.993097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.200142 cm CaptureMgnt StepLimiter + 723 -12.44458 cm -40.867479 cm -41.060584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.300142 cm CaptureMgnt StepLimiter + 724 -12.517864 cm -40.876132 cm -41.128071 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.400142 cm CaptureMgnt StepLimiter + 725 -12.591179 cm -40.884529 cm -41.195557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.500142 cm CaptureMgnt StepLimiter + 726 -12.664523 cm -40.89267 cm -41.263044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.600142 cm CaptureMgnt StepLimiter + 727 -12.737894 cm -40.900555 cm -41.330531 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.700142 cm CaptureMgnt StepLimiter + 728 -12.811292 cm -40.908184 cm -41.398017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.800142 cm CaptureMgnt StepLimiter + 729 -12.884717 cm -40.915557 cm -41.465504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 72.900142 cm CaptureMgnt StepLimiter + 730 -12.958167 cm -40.922672 cm -41.532991 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.000142 cm CaptureMgnt StepLimiter + 731 -13.031642 cm -40.929531 cm -41.600477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.100142 cm CaptureMgnt StepLimiter + 732 -13.10514 cm -40.936134 cm -41.667964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.200142 cm CaptureMgnt StepLimiter + 733 -13.17866 cm -40.942479 cm -41.735451 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.300142 cm CaptureMgnt StepLimiter + 734 -13.252203 cm -40.948566 cm -41.802937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.400142 cm CaptureMgnt StepLimiter + 735 -13.325766 cm -40.954397 cm -41.870424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.500142 cm CaptureMgnt StepLimiter + 736 -13.399349 cm -40.95997 cm -41.937911 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.600142 cm CaptureMgnt StepLimiter + 737 -13.472951 cm -40.965285 cm -42.005397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.700142 cm CaptureMgnt StepLimiter + 738 -13.546572 cm -40.970343 cm -42.072884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.800142 cm CaptureMgnt StepLimiter + 739 -13.62021 cm -40.975142 cm -42.140371 cm 154.61318 MeV2.9588357e-17 meV 1 mm 73.900142 cm CaptureMgnt StepLimiter + 740 -13.693864 cm -40.979684 cm -42.207857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.000142 cm CaptureMgnt StepLimiter + 741 -13.767533 cm -40.983967 cm -42.275344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.100142 cm CaptureMgnt StepLimiter + 742 -13.841217 cm -40.987992 cm -42.342831 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.200142 cm CaptureMgnt StepLimiter + 743 -13.914915 cm -40.991759 cm -42.410317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.300142 cm CaptureMgnt StepLimiter + 744 -13.988625 cm -40.995267 cm -42.477804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.400142 cm CaptureMgnt StepLimiter + 745 -14.062348 cm -40.998517 cm -42.545291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.500142 cm CaptureMgnt StepLimiter + 746 -14.136081 cm -41.001507 cm -42.612777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.600142 cm CaptureMgnt StepLimiter + 747 -14.209824 cm -41.004239 cm -42.680264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.700142 cm CaptureMgnt StepLimiter + 748 -14.283577 cm -41.006712 cm -42.747751 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.800142 cm CaptureMgnt StepLimiter + 749 -14.357338 cm -41.008926 cm -42.815237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 74.900142 cm CaptureMgnt StepLimiter + 750 -14.431106 cm -41.010881 cm -42.882724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.000142 cm CaptureMgnt StepLimiter + 751 -14.50488 cm -41.012576 cm -42.950211 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.100142 cm CaptureMgnt StepLimiter + 752 -14.57866 cm -41.014012 cm -43.017697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.200142 cm CaptureMgnt StepLimiter + 753 -14.652445 cm -41.015188 cm -43.085184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.300142 cm CaptureMgnt StepLimiter + 754 -14.726233 cm -41.016105 cm -43.152671 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.400142 cm CaptureMgnt StepLimiter + 755 -14.800024 cm -41.016762 cm -43.220157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.500142 cm CaptureMgnt StepLimiter + 756 -14.873817 cm -41.01716 cm -43.287644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.600142 cm CaptureMgnt StepLimiter + 757 -14.947611 cm -41.017298 cm -43.355131 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.700142 cm CaptureMgnt StepLimiter + 758 -15.021404 cm -41.017176 cm -43.422617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.800142 cm CaptureMgnt StepLimiter + 759 -15.095197 cm -41.016794 cm -43.490104 cm 154.61318 MeV2.9588357e-17 meV 1 mm 75.900142 cm CaptureMgnt StepLimiter + 760 -15.168988 cm -41.016152 cm -43.557591 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.000142 cm CaptureMgnt StepLimiter + 761 -15.242777 cm -41.01525 cm -43.625077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.100142 cm CaptureMgnt StepLimiter + 762 -15.316562 cm -41.014087 cm -43.692564 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.200142 cm CaptureMgnt StepLimiter + 763 -15.390342 cm -41.012665 cm -43.760051 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.300142 cm CaptureMgnt StepLimiter + 764 -15.464117 cm -41.010982 cm -43.827537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.400142 cm CaptureMgnt StepLimiter + 765 -15.537885 cm -41.009039 cm -43.895024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.500142 cm CaptureMgnt StepLimiter + 766 -15.611646 cm -41.006836 cm -43.962511 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.600142 cm CaptureMgnt StepLimiter + 767 -15.685399 cm -41.004372 cm -44.029997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.700142 cm CaptureMgnt StepLimiter + 768 -15.759142 cm -41.001648 cm -44.097484 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.800142 cm CaptureMgnt StepLimiter + 769 -15.832876 cm -40.998664 cm -44.164971 cm 154.61318 MeV2.9588357e-17 meV 1 mm 76.900142 cm CaptureMgnt StepLimiter + 770 -15.906599 cm -40.995419 cm -44.232457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.000142 cm CaptureMgnt StepLimiter + 771 -15.980309 cm -40.991913 cm -44.299944 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.100142 cm CaptureMgnt StepLimiter + 772 -16.054007 cm -40.988147 cm -44.367431 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.200142 cm CaptureMgnt StepLimiter + 773 -16.127691 cm -40.98412 cm -44.434917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.300142 cm CaptureMgnt StepLimiter + 774 -16.20136 cm -40.979833 cm -44.502404 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.400142 cm CaptureMgnt StepLimiter + 775 -16.275014 cm -40.975285 cm -44.569891 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.500142 cm CaptureMgnt StepLimiter + 776 -16.348651 cm -40.970477 cm -44.637377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.600142 cm CaptureMgnt StepLimiter + 777 -16.422271 cm -40.965407 cm -44.704864 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.700142 cm CaptureMgnt StepLimiter + 778 -16.495872 cm -40.960077 cm -44.772351 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.800142 cm CaptureMgnt StepLimiter + 779 -16.569454 cm -40.954487 cm -44.839837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 77.900142 cm CaptureMgnt StepLimiter + 780 -16.643015 cm -40.948636 cm -44.907324 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.000142 cm CaptureMgnt StepLimiter + 781 -16.716556 cm -40.942524 cm -44.974811 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.100142 cm CaptureMgnt StepLimiter + 782 -16.790074 cm -40.936151 cm -45.042297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.200142 cm CaptureMgnt StepLimiter + 783 -16.863569 cm -40.929518 cm -45.109784 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.300142 cm CaptureMgnt StepLimiter + 784 -16.93704 cm -40.922624 cm -45.177271 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.400142 cm CaptureMgnt StepLimiter + 785 -17.010487 cm -40.91547 cm -45.244757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.500142 cm CaptureMgnt StepLimiter + 786 -17.083907 cm -40.908055 cm -45.312244 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.600142 cm CaptureMgnt StepLimiter + 787 -17.157301 cm -40.900379 cm -45.379731 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.700142 cm CaptureMgnt StepLimiter + 788 -17.230667 cm -40.892443 cm -45.447217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.800142 cm CaptureMgnt StepLimiter + 789 -17.304004 cm -40.884247 cm -45.514704 cm 154.61318 MeV2.9588357e-17 meV 1 mm 78.900142 cm CaptureMgnt StepLimiter + 790 -17.377312 cm -40.875789 cm -45.582191 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.000142 cm CaptureMgnt StepLimiter + 791 -17.450589 cm -40.867072 cm -45.649677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.100142 cm CaptureMgnt StepLimiter + 792 -17.523835 cm -40.858094 cm -45.717164 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.200142 cm CaptureMgnt StepLimiter + 793 -17.597048 cm -40.848855 cm -45.784651 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.300142 cm CaptureMgnt StepLimiter + 794 -17.670228 cm -40.839356 cm -45.852137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.400142 cm CaptureMgnt StepLimiter + 795 -17.743374 cm -40.829597 cm -45.919624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.500142 cm CaptureMgnt StepLimiter + 796 -17.816484 cm -40.819578 cm -45.987111 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.600142 cm CaptureMgnt StepLimiter + 797 -17.889559 cm -40.809299 cm -46.054597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.700142 cm CaptureMgnt StepLimiter + 798 -17.962596 cm -40.798759 cm -46.122084 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.800142 cm CaptureMgnt StepLimiter + 799 -18.035596 cm -40.787959 cm -46.189571 cm 154.61318 MeV2.9588357e-17 meV 1 mm 79.900142 cm CaptureMgnt StepLimiter + 800 -18.108556 cm -40.7769 cm -46.257057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.000142 cm CaptureMgnt StepLimiter + 801 -18.181477 cm -40.76558 cm -46.324544 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.100142 cm CaptureMgnt StepLimiter + 802 -18.254356 cm -40.754001 cm -46.392031 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.200142 cm CaptureMgnt StepLimiter + 803 -18.327194 cm -40.742161 cm -46.459517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.300142 cm CaptureMgnt StepLimiter + 804 -18.39999 cm -40.730063 cm -46.527004 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.400142 cm CaptureMgnt StepLimiter + 805 -18.472741 cm -40.717704 cm -46.594491 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.500142 cm CaptureMgnt StepLimiter + 806 -18.545449 cm -40.705086 cm -46.661977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.600142 cm CaptureMgnt StepLimiter + 807 -18.61811 cm -40.692209 cm -46.729464 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.700142 cm CaptureMgnt StepLimiter + 808 -18.690725 cm -40.679072 cm -46.796951 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.800142 cm CaptureMgnt StepLimiter + 809 -18.763293 cm -40.665676 cm -46.864437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 80.900142 cm CaptureMgnt StepLimiter + 810 -18.835813 cm -40.65202 cm -46.931924 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.000142 cm CaptureMgnt StepLimiter + 811 -18.908283 cm -40.638106 cm -46.999411 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.100142 cm CaptureMgnt StepLimiter + 812 -18.980703 cm -40.623933 cm -47.066897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.200142 cm CaptureMgnt StepLimiter + 813 -19.053072 cm -40.609501 cm -47.134384 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.300142 cm CaptureMgnt StepLimiter + 814 -19.125389 cm -40.59481 cm -47.201871 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.400142 cm CaptureMgnt StepLimiter + 815 -19.197653 cm -40.579861 cm -47.269357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.500142 cm CaptureMgnt StepLimiter + 816 -19.269863 cm -40.564653 cm -47.336844 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.600142 cm CaptureMgnt StepLimiter + 817 -19.342018 cm -40.549187 cm -47.404331 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.700142 cm CaptureMgnt StepLimiter + 818 -19.414117 cm -40.533463 cm -47.471817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.800142 cm CaptureMgnt StepLimiter + 819 -19.486159 cm -40.51748 cm -47.539304 cm 154.61318 MeV2.9588357e-17 meV 1 mm 81.900142 cm CaptureMgnt StepLimiter + 820 -19.558144 cm -40.50124 cm -47.606791 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.000142 cm CaptureMgnt StepLimiter + 821 -19.63007 cm -40.484742 cm -47.674277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.100142 cm CaptureMgnt StepLimiter + 822 -19.701936 cm -40.467986 cm -47.741764 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.200142 cm CaptureMgnt StepLimiter + 823 -19.773742 cm -40.450972 cm -47.809251 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.300142 cm CaptureMgnt StepLimiter + 824 -19.845487 cm -40.433702 cm -47.876737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.400142 cm CaptureMgnt StepLimiter + 825 -19.917169 cm -40.416174 cm -47.944224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.500142 cm CaptureMgnt StepLimiter + 826 -19.988787 cm -40.398388 cm -48.011711 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.600142 cm CaptureMgnt StepLimiter + 827 -20.060342 cm -40.380346 cm -48.079197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.700142 cm CaptureMgnt StepLimiter + 828 -20.131831 cm -40.362048 cm -48.146684 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.800142 cm CaptureMgnt StepLimiter + 829 -20.203254 cm -40.343492 cm -48.214171 cm 154.61318 MeV2.9588357e-17 meV 1 mm 82.900142 cm CaptureMgnt StepLimiter + 830 -20.27461 cm -40.324681 cm -48.281657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.000142 cm CaptureMgnt StepLimiter + 831 -20.345897 cm -40.305613 cm -48.349144 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.100142 cm CaptureMgnt StepLimiter + 832 -20.417116 cm -40.286288 cm -48.416631 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.200142 cm CaptureMgnt StepLimiter + 833 -20.488265 cm -40.266708 cm -48.484117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.300142 cm CaptureMgnt StepLimiter + 834 -20.559343 cm -40.246873 cm -48.551604 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.400142 cm CaptureMgnt StepLimiter + 835 -20.63035 cm -40.226782 cm -48.619091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.500142 cm CaptureMgnt StepLimiter + 836 -20.701283 cm -40.206435 cm -48.686577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.600142 cm CaptureMgnt StepLimiter + 837 -20.772143 cm -40.185833 cm -48.754064 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.700142 cm CaptureMgnt StepLimiter + 838 -20.842928 cm -40.164977 cm -48.821551 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.800142 cm CaptureMgnt StepLimiter + 839 -20.913638 cm -40.143865 cm -48.889037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 83.900142 cm CaptureMgnt StepLimiter + 840 -20.984271 cm -40.1225 cm -48.956524 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.000142 cm CaptureMgnt StepLimiter + 841 -21.054827 cm -40.100879 cm -49.024011 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.100142 cm CaptureMgnt StepLimiter + 842 -21.125304 cm -40.079005 cm -49.091497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.200142 cm CaptureMgnt StepLimiter + 843 -21.195702 cm -40.056877 cm -49.158984 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.300142 cm CaptureMgnt StepLimiter + 844 -21.26602 cm -40.034495 cm -49.22647 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.400142 cm CaptureMgnt StepLimiter + 845 -21.336257 cm -40.01186 cm -49.293957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.500142 cm CaptureMgnt StepLimiter + 846 -21.406411 cm -39.988971 cm -49.361444 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.600142 cm CaptureMgnt StepLimiter + 847 -21.476483 cm -39.96583 cm -49.42893 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.700142 cm CaptureMgnt StepLimiter + 848 -21.54647 cm -39.942436 cm -49.496417 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.800142 cm CaptureMgnt StepLimiter + 849 -21.616373 cm -39.918789 cm -49.563904 cm 154.61318 MeV2.9588357e-17 meV 1 mm 84.900142 cm CaptureMgnt StepLimiter + 850 -21.686189 cm -39.89489 cm -49.63139 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.000142 cm CaptureMgnt StepLimiter + 851 -21.755919 cm -39.870738 cm -49.698877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.100142 cm CaptureMgnt StepLimiter + 852 -21.825562 cm -39.846336 cm -49.766364 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.200142 cm CaptureMgnt StepLimiter + 853 -21.895115 cm -39.821681 cm -49.83385 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.300142 cm CaptureMgnt StepLimiter + 854 -21.964579 cm -39.796775 cm -49.901337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.400142 cm CaptureMgnt StepLimiter + 855 -22.033953 cm -39.771618 cm -49.968824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.500142 cm CaptureMgnt StepLimiter + 856 -22.103235 cm -39.746211 cm -50.03631 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.600142 cm CaptureMgnt StepLimiter + 857 -22.172424 cm -39.720553 cm -50.103797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.700142 cm CaptureMgnt StepLimiter + 858 -22.241521 cm -39.694644 cm -50.171284 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.800142 cm CaptureMgnt StepLimiter + 859 -22.310523 cm -39.668486 cm -50.23877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 85.900142 cm CaptureMgnt StepLimiter + 860 -22.37943 cm -39.642078 cm -50.306257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.000142 cm CaptureMgnt StepLimiter + 861 -22.448241 cm -39.615421 cm -50.373744 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.100142 cm CaptureMgnt StepLimiter + 862 -22.516954 cm -39.588514 cm -50.44123 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.200142 cm CaptureMgnt StepLimiter + 863 -22.58557 cm -39.561359 cm -50.508717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.300142 cm CaptureMgnt StepLimiter + 864 -22.654087 cm -39.533955 cm -50.576204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.400142 cm CaptureMgnt StepLimiter + 865 -22.722504 cm -39.506303 cm -50.64369 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.500142 cm CaptureMgnt StepLimiter + 866 -22.79082 cm -39.478403 cm -50.711177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.600142 cm CaptureMgnt StepLimiter + 867 -22.859035 cm -39.450255 cm -50.778664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.700142 cm CaptureMgnt StepLimiter + 868 -22.927147 cm -39.42186 cm -50.84615 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.800142 cm CaptureMgnt StepLimiter + 869 -22.995156 cm -39.393217 cm -50.913637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 86.900142 cm CaptureMgnt StepLimiter + 870 -23.06306 cm -39.364328 cm -50.981124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.000142 cm CaptureMgnt StepLimiter + 871 -23.130859 cm -39.335193 cm -51.04861 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.100142 cm CaptureMgnt StepLimiter + 872 -23.198551 cm -39.305812 cm -51.116097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.200142 cm CaptureMgnt StepLimiter + 873 -23.266137 cm -39.276184 cm -51.183584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.300142 cm CaptureMgnt StepLimiter + 874 -23.333614 cm -39.246312 cm -51.25107 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.400142 cm CaptureMgnt StepLimiter + 875 -23.400982 cm -39.216194 cm -51.318557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.500142 cm CaptureMgnt StepLimiter + 876 -23.46824 cm -39.185831 cm -51.386044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.600142 cm CaptureMgnt StepLimiter + 877 -23.535387 cm -39.155224 cm -51.45353 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.700142 cm CaptureMgnt StepLimiter + 878 -23.602422 cm -39.124373 cm -51.521017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.800142 cm CaptureMgnt StepLimiter + 879 -23.669345 cm -39.093278 cm -51.588504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 87.900142 cm CaptureMgnt StepLimiter + 880 -23.736154 cm -39.061939 cm -51.65599 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.000142 cm CaptureMgnt StepLimiter + 881 -23.802849 cm -39.030358 cm -51.723477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.100142 cm CaptureMgnt StepLimiter + 882 -23.869427 cm -38.998533 cm -51.790964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.200142 cm CaptureMgnt StepLimiter + 883 -23.93589 cm -38.966467 cm -51.85845 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.300142 cm CaptureMgnt StepLimiter + 884 -24.002235 cm -38.934158 cm -51.925937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.400142 cm CaptureMgnt StepLimiter + 885 -24.068462 cm -38.901608 cm -51.993424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.500142 cm CaptureMgnt StepLimiter + 886 -24.13457 cm -38.868816 cm -52.06091 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.600142 cm CaptureMgnt StepLimiter + 887 -24.200558 cm -38.835783 cm -52.128397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.700142 cm CaptureMgnt StepLimiter + 888 -24.266425 cm -38.80251 cm -52.195884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.800142 cm CaptureMgnt StepLimiter + 889 -24.33217 cm -38.768997 cm -52.26337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 88.900142 cm CaptureMgnt StepLimiter + 890 -24.397792 cm -38.735244 cm -52.330857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.000142 cm CaptureMgnt StepLimiter + 891 -24.463291 cm -38.701252 cm -52.398344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.100142 cm CaptureMgnt StepLimiter + 892 -24.528665 cm -38.667021 cm -52.46583 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.200142 cm CaptureMgnt StepLimiter + 893 -24.593913 cm -38.632551 cm -52.533317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.300142 cm CaptureMgnt StepLimiter + 894 -24.659035 cm -38.597842 cm -52.600804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.400142 cm CaptureMgnt StepLimiter + 895 -24.72403 cm -38.562896 cm -52.66829 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.500142 cm CaptureMgnt StepLimiter + 896 -24.788897 cm -38.527713 cm -52.735777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.600142 cm CaptureMgnt StepLimiter + 897 -24.853634 cm -38.492293 cm -52.803264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.700142 cm CaptureMgnt StepLimiter + 898 -24.918242 cm -38.456636 cm -52.87075 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.800142 cm CaptureMgnt StepLimiter + 899 -24.982718 cm -38.420743 cm -52.938237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 89.900142 cm CaptureMgnt StepLimiter + 900 -25.047063 cm -38.384614 cm -53.005724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.000142 cm CaptureMgnt StepLimiter + 901 -25.111275 cm -38.34825 cm -53.07321 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.100142 cm CaptureMgnt StepLimiter + 902 -25.175354 cm -38.31165 cm -53.140697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.200142 cm CaptureMgnt StepLimiter + 903 -25.239298 cm -38.274817 cm -53.208184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.300142 cm CaptureMgnt StepLimiter + 904 -25.303106 cm -38.237749 cm -53.27567 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.400142 cm CaptureMgnt StepLimiter + 905 -25.366778 cm -38.200448 cm -53.343157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.500142 cm CaptureMgnt StepLimiter + 906 -25.430314 cm -38.162913 cm -53.410644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.600142 cm CaptureMgnt StepLimiter + 907 -25.493711 cm -38.125146 cm -53.47813 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.700142 cm CaptureMgnt StepLimiter + 908 -25.556969 cm -38.087147 cm -53.545617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.800142 cm CaptureMgnt StepLimiter + 909 -25.620087 cm -38.048916 cm -53.613104 cm 154.61318 MeV2.9588357e-17 meV 1 mm 90.900142 cm CaptureMgnt StepLimiter + 910 -25.683064 cm -38.010453 cm -53.68059 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.000142 cm CaptureMgnt StepLimiter + 911 -25.7459 cm -37.971759 cm -53.748077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.100142 cm CaptureMgnt StepLimiter + 912 -25.808594 cm -37.932835 cm -53.815564 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.200142 cm CaptureMgnt StepLimiter + 913 -25.871144 cm -37.893681 cm -53.88305 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.300142 cm CaptureMgnt StepLimiter + 914 -25.933549 cm -37.854298 cm -53.950537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.400142 cm CaptureMgnt StepLimiter + 915 -25.99581 cm -37.814685 cm -54.018024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.500142 cm CaptureMgnt StepLimiter + 916 -26.057925 cm -37.774844 cm -54.08551 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.600142 cm CaptureMgnt StepLimiter + 917 -26.119892 cm -37.734774 cm -54.152997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.700142 cm CaptureMgnt StepLimiter + 918 -26.181712 cm -37.694477 cm -54.220484 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.800142 cm CaptureMgnt StepLimiter + 919 -26.243383 cm -37.653953 cm -54.28797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 91.900142 cm CaptureMgnt StepLimiter + 920 -26.304905 cm -37.613202 cm -54.355457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.000142 cm CaptureMgnt StepLimiter + 921 -26.366276 cm -37.572226 cm -54.422944 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.100142 cm CaptureMgnt StepLimiter + 922 -26.427496 cm -37.531023 cm -54.49043 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.200142 cm CaptureMgnt StepLimiter + 923 -26.488564 cm -37.489595 cm -54.557917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.300142 cm CaptureMgnt StepLimiter + 924 -26.549479 cm -37.447943 cm -54.625404 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.400142 cm CaptureMgnt StepLimiter + 925 -26.61024 cm -37.406066 cm -54.69289 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.500142 cm CaptureMgnt StepLimiter + 926 -26.670846 cm -37.363966 cm -54.760377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.600142 cm CaptureMgnt StepLimiter + 927 -26.731297 cm -37.321642 cm -54.827864 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.700142 cm CaptureMgnt StepLimiter + 928 -26.791591 cm -37.279096 cm -54.89535 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.800142 cm CaptureMgnt StepLimiter + 929 -26.851728 cm -37.236328 cm -54.962837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 92.900142 cm CaptureMgnt StepLimiter + 930 -26.911706 cm -37.193338 cm -55.030324 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.000142 cm CaptureMgnt StepLimiter + 931 -26.971526 cm -37.150128 cm -55.09781 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.100142 cm CaptureMgnt StepLimiter + 932 -27.031185 cm -37.106696 cm -55.165297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.200142 cm CaptureMgnt StepLimiter + 933 -27.090684 cm -37.063045 cm -55.232784 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.300142 cm CaptureMgnt StepLimiter + 934 -27.150021 cm -37.019174 cm -55.30027 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.400142 cm CaptureMgnt StepLimiter + 935 -27.209196 cm -36.975085 cm -55.367757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.500142 cm CaptureMgnt StepLimiter + 936 -27.268207 cm -36.930777 cm -55.435244 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.600142 cm CaptureMgnt StepLimiter + 937 -27.327055 cm -36.886251 cm -55.50273 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.700142 cm CaptureMgnt StepLimiter + 938 -27.385737 cm -36.841508 cm -55.570217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.800142 cm CaptureMgnt StepLimiter + 939 -27.444253 cm -36.796548 cm -55.637704 cm 154.61318 MeV2.9588357e-17 meV 1 mm 93.900142 cm CaptureMgnt StepLimiter + 940 -27.502603 cm -36.751372 cm -55.70519 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.000142 cm CaptureMgnt StepLimiter + 941 -27.560785 cm -36.70598 cm -55.772677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.100142 cm CaptureMgnt StepLimiter + 942 -27.618798 cm -36.660374 cm -55.840164 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.200142 cm CaptureMgnt StepLimiter + 943 -27.676643 cm -36.614553 cm -55.90765 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.300142 cm CaptureMgnt StepLimiter + 944 -27.734317 cm -36.568518 cm -55.975137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.400142 cm CaptureMgnt StepLimiter + 945 -27.79182 cm -36.52227 cm -56.042624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.500142 cm CaptureMgnt StepLimiter + 946 -27.849152 cm -36.475809 cm -56.11011 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.600142 cm CaptureMgnt StepLimiter + 947 -27.906311 cm -36.429135 cm -56.177597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.700142 cm CaptureMgnt StepLimiter + 948 -27.963297 cm -36.382251 cm -56.245084 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.800142 cm CaptureMgnt StepLimiter + 949 -28.020108 cm -36.335155 cm -56.31257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 94.900142 cm CaptureMgnt StepLimiter + 950 -28.076745 cm -36.287849 cm -56.380057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.000142 cm CaptureMgnt StepLimiter + 951 -28.133205 cm -36.240333 cm -56.447544 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.100142 cm CaptureMgnt StepLimiter + 952 -28.189489 cm -36.192608 cm -56.51503 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.200142 cm CaptureMgnt StepLimiter + 953 -28.245595 cm -36.144674 cm -56.582517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.300142 cm CaptureMgnt StepLimiter + 954 -28.301523 cm -36.096532 cm -56.650004 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.400142 cm CaptureMgnt StepLimiter + 955 -28.357271 cm -36.048183 cm -56.71749 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.500142 cm CaptureMgnt StepLimiter + 956 -28.41284 cm -35.999628 cm -56.784977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.600142 cm CaptureMgnt StepLimiter + 957 -28.468228 cm -35.950866 cm -56.852464 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.700142 cm CaptureMgnt StepLimiter + 958 -28.523434 cm -35.901898 cm -56.91995 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.800142 cm CaptureMgnt StepLimiter + 959 -28.578458 cm -35.852726 cm -56.987437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 95.900142 cm CaptureMgnt StepLimiter + 960 -28.633299 cm -35.803349 cm -57.054924 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.000142 cm CaptureMgnt StepLimiter + 961 -28.687955 cm -35.753769 cm -57.12241 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.100142 cm CaptureMgnt StepLimiter + 962 -28.742427 cm -35.703985 cm -57.189897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.200142 cm CaptureMgnt StepLimiter + 963 -28.796713 cm -35.654 cm -57.257384 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.300142 cm CaptureMgnt StepLimiter + 964 -28.850812 cm -35.603812 cm -57.32487 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.400142 cm CaptureMgnt StepLimiter + 965 -28.904725 cm -35.553424 cm -57.392357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.500142 cm CaptureMgnt StepLimiter + 966 -28.958449 cm -35.502835 cm -57.459844 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.600142 cm CaptureMgnt StepLimiter + 967 -29.011984 cm -35.452046 cm -57.52733 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.700142 cm CaptureMgnt StepLimiter + 968 -29.06533 cm -35.401058 cm -57.594817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.800142 cm CaptureMgnt StepLimiter + 969 -29.118485 cm -35.349871 cm -57.662304 cm 154.61318 MeV2.9588357e-17 meV 1 mm 96.900142 cm CaptureMgnt StepLimiter + 970 -29.17145 cm -35.298487 cm -57.72979 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.000142 cm CaptureMgnt StepLimiter + 971 -29.224222 cm -35.246906 cm -57.797277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.100142 cm CaptureMgnt StepLimiter + 972 -29.276801 cm -35.195128 cm -57.864764 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.200142 cm CaptureMgnt StepLimiter + 973 -29.329187 cm -35.143154 cm -57.93225 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.300142 cm CaptureMgnt StepLimiter + 974 -29.381378 cm -35.090985 cm -57.999737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.400142 cm CaptureMgnt StepLimiter + 975 -29.433374 cm -35.038621 cm -58.067224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.500142 cm CaptureMgnt StepLimiter + 976 -29.485175 cm -34.986064 cm -58.13471 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.600142 cm CaptureMgnt StepLimiter + 977 -29.536778 cm -34.933314 cm -58.202197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.700142 cm CaptureMgnt StepLimiter + 978 -29.588185 cm -34.880371 cm -58.269684 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.800142 cm CaptureMgnt StepLimiter + 979 -29.639393 cm -34.827236 cm -58.33717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 97.900142 cm CaptureMgnt StepLimiter + 980 -29.690402 cm -34.773911 cm -58.404657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.000142 cm CaptureMgnt StepLimiter + 981 -29.741211 cm -34.720395 cm -58.472144 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.100142 cm CaptureMgnt StepLimiter + 982 -29.79182 cm -34.666689 cm -58.53963 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.200142 cm CaptureMgnt StepLimiter + 983 -29.842227 cm -34.612794 cm -58.607117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.300142 cm CaptureMgnt StepLimiter + 984 -29.892432 cm -34.558711 cm -58.674604 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.400142 cm CaptureMgnt StepLimiter + 985 -29.942435 cm -34.504441 cm -58.74209 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.500142 cm CaptureMgnt StepLimiter + 986 -29.992234 cm -34.449984 cm -58.809577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.600142 cm CaptureMgnt StepLimiter + 987 -30.041829 cm -34.39534 cm -58.877064 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.700142 cm CaptureMgnt StepLimiter + 988 -30.091219 cm -34.340512 cm -58.94455 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.800142 cm CaptureMgnt StepLimiter + 989 -30.140403 cm -34.285498 cm -59.012037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 98.900142 cm CaptureMgnt StepLimiter + 990 -30.18938 cm -34.230301 cm -59.079524 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.000142 cm CaptureMgnt StepLimiter + 991 -30.23815 cm -34.17492 cm -59.14701 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.100142 cm CaptureMgnt StepLimiter + 992 -30.286712 cm -34.119357 cm -59.214497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.200142 cm CaptureMgnt StepLimiter + 993 -30.335066 cm -34.063612 cm -59.281984 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.300142 cm CaptureMgnt StepLimiter + 994 -30.383209 cm -34.007686 cm -59.34947 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.400142 cm CaptureMgnt StepLimiter + 995 -30.431143 cm -33.95158 cm -59.416957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.500142 cm CaptureMgnt StepLimiter + 996 -30.478866 cm -33.895294 cm -59.484444 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.600142 cm CaptureMgnt StepLimiter + 997 -30.526377 cm -33.838829 cm -59.55193 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.700142 cm CaptureMgnt StepLimiter + 998 -30.573675 cm -33.782187 cm -59.619417 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.800142 cm CaptureMgnt StepLimiter + 999 -30.620761 cm -33.725367 cm -59.686904 cm 154.61318 MeV2.9588357e-17 meV 1 mm 99.900142 cm CaptureMgnt StepLimiter + 1000 -30.667632 cm -33.66837 cm -59.75439 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0000014 m CaptureMgnt StepLimiter + 1001 -30.714289 cm -33.611198 cm -59.821877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0010014 m CaptureMgnt StepLimiter + 1002 -30.760731 cm -33.553851 cm -59.889364 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0020014 m CaptureMgnt StepLimiter + 1003 -30.806957 cm -33.496329 cm -59.95685 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0030014 m CaptureMgnt StepLimiter + 1004 -30.852966 cm -33.438634 cm -60.024337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0040014 m CaptureMgnt StepLimiter + 1005 -30.898758 cm -33.380767 cm -60.091824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0050014 m CaptureMgnt StepLimiter + 1006 -30.944331 cm -33.322727 cm -60.15931 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0060014 m CaptureMgnt StepLimiter + 1007 -30.989686 cm -33.264516 cm -60.226797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0070014 m CaptureMgnt StepLimiter + 1008 -31.034821 cm -33.206135 cm -60.294284 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0080014 m CaptureMgnt StepLimiter + 1009 -31.079736 cm -33.147584 cm -60.36177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0090014 m CaptureMgnt StepLimiter + 1010 -31.12443 cm -33.088865 cm -60.429257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0100014 m CaptureMgnt StepLimiter + 1011 -31.168902 cm -33.029977 cm -60.496744 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0110014 m CaptureMgnt StepLimiter + 1012 -31.213153 cm -32.970922 cm -60.56423 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0120014 m CaptureMgnt StepLimiter + 1013 -31.25718 cm -32.911701 cm -60.631717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0130014 m CaptureMgnt StepLimiter + 1014 -31.300983 cm -32.852314 cm -60.699204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0140014 m CaptureMgnt StepLimiter + 1015 -31.344562 cm -32.792763 cm -60.76669 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0150014 m CaptureMgnt StepLimiter + 1016 -31.387916 cm -32.733047 cm -60.834177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0160014 m CaptureMgnt StepLimiter + 1017 -31.431045 cm -32.673168 cm -60.901664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0170014 m CaptureMgnt StepLimiter + 1018 -31.473947 cm -32.613127 cm -60.96915 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0180014 m CaptureMgnt StepLimiter + 1019 -31.516622 cm -32.552924 cm -61.036637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0190014 m CaptureMgnt StepLimiter + 1020 -31.559069 cm -32.49256 cm -61.104124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0200014 m CaptureMgnt StepLimiter + 1021 -31.601288 cm -32.432037 cm -61.17161 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0210014 m CaptureMgnt StepLimiter + 1022 -31.643278 cm -32.371354 cm -61.239097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0220014 m CaptureMgnt StepLimiter + 1023 -31.685038 cm -32.310513 cm -61.306584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0230014 m CaptureMgnt StepLimiter + 1024 -31.726568 cm -32.249514 cm -61.37407 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0240014 m CaptureMgnt StepLimiter + 1025 -31.767867 cm -32.188359 cm -61.441557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0250014 m CaptureMgnt StepLimiter + 1026 -31.808934 cm -32.127048 cm -61.509044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0260014 m CaptureMgnt StepLimiter + 1027 -31.849769 cm -32.065582 cm -61.57653 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0270014 m CaptureMgnt StepLimiter + 1028 -31.890371 cm -32.003962 cm -61.644017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0280014 m CaptureMgnt StepLimiter + 1029 -31.930739 cm -31.942189 cm -61.711504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0290014 m CaptureMgnt StepLimiter + 1030 -31.970873 cm -31.880263 cm -61.77899 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0300014 m CaptureMgnt StepLimiter + 1031 -32.010772 cm -31.818186 cm -61.846477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0310014 m CaptureMgnt StepLimiter + 1032 -32.050436 cm -31.755958 cm -61.913964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0320014 m CaptureMgnt StepLimiter + 1033 -32.089864 cm -31.69358 cm -61.98145 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0330014 m CaptureMgnt StepLimiter + 1034 -32.129054 cm -31.631053 cm -62.048937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0340014 m CaptureMgnt StepLimiter + 1035 -32.168008 cm -31.568378 cm -62.116424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0350014 m CaptureMgnt StepLimiter + 1036 -32.206723 cm -31.505555 cm -62.18391 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0360014 m CaptureMgnt StepLimiter + 1037 -32.2452 cm -31.442586 cm -62.251397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0370014 m CaptureMgnt StepLimiter + 1038 -32.283438 cm -31.379472 cm -62.318884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0380014 m CaptureMgnt StepLimiter + 1039 -32.321435 cm -31.316213 cm -62.38637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0390014 m CaptureMgnt StepLimiter + 1040 -32.359193 cm -31.25281 cm -62.453857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0400014 m CaptureMgnt StepLimiter + 1041 -32.396709 cm -31.189264 cm -62.521344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0410014 m CaptureMgnt StepLimiter + 1042 -32.433983 cm -31.125576 cm -62.58883 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0420014 m CaptureMgnt StepLimiter + 1043 -32.471016 cm -31.061747 cm -62.656317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0430014 m CaptureMgnt StepLimiter + 1044 -32.507805 cm -30.997777 cm -62.723804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0440014 m CaptureMgnt StepLimiter + 1045 -32.544351 cm -30.933669 cm -62.79129 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0450014 m CaptureMgnt StepLimiter + 1046 -32.580653 cm -30.869421 cm -62.858777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0460014 m CaptureMgnt StepLimiter + 1047 -32.61671 cm -30.805036 cm -62.926264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0470014 m CaptureMgnt StepLimiter + 1048 -32.652522 cm -30.740515 cm -62.99375 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0480014 m CaptureMgnt StepLimiter + 1049 -32.688088 cm -30.675857 cm -63.061237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0490014 m CaptureMgnt StepLimiter + 1050 -32.723408 cm -30.611065 cm -63.128724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0500014 m CaptureMgnt StepLimiter + 1051 -32.758481 cm -30.546138 cm -63.19621 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0510014 m CaptureMgnt StepLimiter + 1052 -32.793306 cm -30.481079 cm -63.263697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0520014 m CaptureMgnt StepLimiter + 1053 -32.827883 cm -30.415887 cm -63.331184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0530014 m CaptureMgnt StepLimiter + 1054 -32.862212 cm -30.350564 cm -63.39867 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0540014 m CaptureMgnt StepLimiter + 1055 -32.896291 cm -30.285111 cm -63.466157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0550014 m CaptureMgnt StepLimiter + 1056 -32.930121 cm -30.219528 cm -63.533644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0560014 m CaptureMgnt StepLimiter + 1057 -32.9637 cm -30.153817 cm -63.60113 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0570014 m CaptureMgnt StepLimiter + 1058 -32.997028 cm -30.087978 cm -63.668617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0580014 m CaptureMgnt StepLimiter + 1059 -33.030105 cm -30.022012 cm -63.736104 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0590014 m CaptureMgnt StepLimiter + 1060 -33.06293 cm -29.955921 cm -63.80359 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0600014 m CaptureMgnt StepLimiter + 1061 -33.095502 cm -29.889704 cm -63.871077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0610014 m CaptureMgnt StepLimiter + 1062 -33.127821 cm -29.823364 cm -63.938564 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0620014 m CaptureMgnt StepLimiter + 1063 -33.159887 cm -29.756901 cm -64.00605 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0630014 m CaptureMgnt StepLimiter + 1064 -33.191698 cm -29.690316 cm -64.073537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0640014 m CaptureMgnt StepLimiter + 1065 -33.223255 cm -29.62361 cm -64.141024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0650014 m CaptureMgnt StepLimiter + 1066 -33.254557 cm -29.556784 cm -64.20851 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0660014 m CaptureMgnt StepLimiter + 1067 -33.285603 cm -29.489838 cm -64.275997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0670014 m CaptureMgnt StepLimiter + 1068 -33.316392 cm -29.422775 cm -64.343484 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0680014 m CaptureMgnt StepLimiter + 1069 -33.346925 cm -29.355594 cm -64.41097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0690014 m CaptureMgnt StepLimiter + 1070 -33.377201 cm -29.288296 cm -64.478457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0700014 m CaptureMgnt StepLimiter + 1071 -33.407219 cm -29.220884 cm -64.545944 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0710014 m CaptureMgnt StepLimiter + 1072 -33.436978 cm -29.153356 cm -64.61343 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0720014 m CaptureMgnt StepLimiter + 1073 -33.466479 cm -29.085716 cm -64.680917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0730014 m CaptureMgnt StepLimiter + 1074 -33.49572 cm -29.017963 cm -64.748404 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0740014 m CaptureMgnt StepLimiter + 1075 -33.524702 cm -28.950098 cm -64.81589 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0750014 m CaptureMgnt StepLimiter + 1076 -33.553424 cm -28.882123 cm -64.883377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0760014 m CaptureMgnt StepLimiter + 1077 -33.581884 cm -28.814038 cm -64.950864 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0770014 m CaptureMgnt StepLimiter + 1078 -33.610084 cm -28.745845 cm -65.01835 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0780014 m CaptureMgnt StepLimiter + 1079 -33.638021 cm -28.677544 cm -65.085837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0790014 m CaptureMgnt StepLimiter + 1080 -33.665697 cm -28.609136 cm -65.153324 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0800014 m CaptureMgnt StepLimiter + 1081 -33.69311 cm -28.540623 cm -65.22081 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0810014 m CaptureMgnt StepLimiter + 1082 -33.720259 cm -28.472005 cm -65.288297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0820014 m CaptureMgnt StepLimiter + 1083 -33.747145 cm -28.403283 cm -65.355784 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0830014 m CaptureMgnt StepLimiter + 1084 -33.773767 cm -28.334458 cm -65.42327 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0840014 m CaptureMgnt StepLimiter + 1085 -33.800125 cm -28.265532 cm -65.490757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0850014 m CaptureMgnt StepLimiter + 1086 -33.826217 cm -28.196505 cm -65.558244 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0860014 m CaptureMgnt StepLimiter + 1087 -33.852044 cm -28.127378 cm -65.62573 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0870014 m CaptureMgnt StepLimiter + 1088 -33.877605 cm -28.058153 cm -65.693217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0880014 m CaptureMgnt StepLimiter + 1089 -33.9029 cm -27.98883 cm -65.760704 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0890014 m CaptureMgnt StepLimiter + 1090 -33.927928 cm -27.91941 cm -65.82819 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0900014 m CaptureMgnt StepLimiter + 1091 -33.952689 cm -27.849894 cm -65.895677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0910014 m CaptureMgnt StepLimiter + 1092 -33.977182 cm -27.780283 cm -65.963164 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0920014 m CaptureMgnt StepLimiter + 1093 -34.001407 cm -27.710579 cm -66.03065 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0930014 m CaptureMgnt StepLimiter + 1094 -34.025363 cm -27.640782 cm -66.098137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0940014 m CaptureMgnt StepLimiter + 1095 -34.049051 cm -27.570893 cm -66.165624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0950014 m CaptureMgnt StepLimiter + 1096 -34.072469 cm -27.500913 cm -66.23311 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0960014 m CaptureMgnt StepLimiter + 1097 -34.095618 cm -27.430844 cm -66.300597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0970014 m CaptureMgnt StepLimiter + 1098 -34.118496 cm -27.360686 cm -66.368084 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0980014 m CaptureMgnt StepLimiter + 1099 -34.141103 cm -27.290441 cm -66.43557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.0990014 m CaptureMgnt StepLimiter + 1100 -34.16344 cm -27.220109 cm -66.503057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1000014 m CaptureMgnt StepLimiter + 1101 -34.185505 cm -27.149691 cm -66.570544 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1010014 m CaptureMgnt StepLimiter + 1102 -34.207299 cm -27.079188 cm -66.63803 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1020014 m CaptureMgnt StepLimiter + 1103 -34.22882 cm -27.008602 cm -66.705517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1030014 m CaptureMgnt StepLimiter + 1104 -34.250069 cm -26.937934 cm -66.773004 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1040014 m CaptureMgnt StepLimiter + 1105 -34.271044 cm -26.867184 cm -66.84049 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1050014 m CaptureMgnt StepLimiter + 1106 -34.291747 cm -26.796354 cm -66.907977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1060014 m CaptureMgnt StepLimiter + 1107 -34.312175 cm -26.725444 cm -66.975464 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1070014 m CaptureMgnt StepLimiter + 1108 -34.33233 cm -26.654455 cm -67.04295 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1080014 m CaptureMgnt StepLimiter + 1109 -34.35221 cm -26.58339 cm -67.110437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1090014 m CaptureMgnt StepLimiter + 1110 -34.371815 cm -26.512248 cm -67.177924 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1100014 m CaptureMgnt StepLimiter + 1111 -34.391145 cm -26.441031 cm -67.24541 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1110014 m CaptureMgnt StepLimiter + 1112 -34.4102 cm -26.369739 cm -67.312897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1120014 m CaptureMgnt StepLimiter + 1113 -34.428979 cm -26.298374 cm -67.380384 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1130014 m CaptureMgnt StepLimiter + 1114 -34.447481 cm -26.226938 cm -67.44787 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1140014 m CaptureMgnt StepLimiter + 1115 -34.465707 cm -26.15543 cm -67.515357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1150014 m CaptureMgnt StepLimiter + 1116 -34.483655 cm -26.083852 cm -67.582844 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1160014 m CaptureMgnt StepLimiter + 1117 -34.501327 cm -26.012205 cm -67.65033 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1170014 m CaptureMgnt StepLimiter + 1118 -34.518721 cm -25.940491 cm -67.717817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1180014 m CaptureMgnt StepLimiter + 1119 -34.535837 cm -25.868709 cm -67.785304 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1190014 m CaptureMgnt StepLimiter + 1120 -34.552674 cm -25.796862 cm -67.85279 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1200014 m CaptureMgnt StepLimiter + 1121 -34.569233 cm -25.72495 cm -67.920277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1210014 m CaptureMgnt StepLimiter + 1122 -34.585513 cm -25.652974 cm -67.987764 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1220014 m CaptureMgnt StepLimiter + 1123 -34.601514 cm -25.580936 cm -68.05525 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1230014 m CaptureMgnt StepLimiter + 1124 -34.617236 cm -25.508836 cm -68.122737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1240014 m CaptureMgnt StepLimiter + 1125 -34.632677 cm -25.436676 cm -68.190224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1250014 m CaptureMgnt StepLimiter + 1126 -34.647838 cm -25.364456 cm -68.25771 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1260014 m CaptureMgnt StepLimiter + 1127 -34.662719 cm -25.292178 cm -68.325197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1270014 m CaptureMgnt StepLimiter + 1128 -34.677319 cm -25.219843 cm -68.392684 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1280014 m CaptureMgnt StepLimiter + 1129 -34.691638 cm -25.147452 cm -68.46017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1290014 m CaptureMgnt StepLimiter + 1130 -34.705676 cm -25.075005 cm -68.527657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1300014 m CaptureMgnt StepLimiter + 1131 -34.719432 cm -25.002505 cm -68.595144 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1310014 m CaptureMgnt StepLimiter + 1132 -34.732906 cm -24.929951 cm -68.66263 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1320014 m CaptureMgnt StepLimiter + 1133 -34.746098 cm -24.857346 cm -68.730117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1330014 m CaptureMgnt StepLimiter + 1134 -34.759008 cm -24.78469 cm -68.797604 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1340014 m CaptureMgnt StepLimiter + 1135 -34.771635 cm -24.711985 cm -68.86509 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1350014 m CaptureMgnt StepLimiter + 1136 -34.783979 cm -24.63923 cm -68.932577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1360014 m CaptureMgnt StepLimiter + 1137 -34.796039 cm -24.566429 cm -69.000064 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1370014 m CaptureMgnt StepLimiter + 1138 -34.807817 cm -24.493581 cm -69.06755 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1380014 m CaptureMgnt StepLimiter + 1139 -34.81931 cm -24.420687 cm -69.135037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1390014 m CaptureMgnt StepLimiter + 1140 -34.83052 cm -24.34775 cm -69.202524 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1400014 m CaptureMgnt StepLimiter + 1141 -34.841445 cm -24.274769 cm -69.27001 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1410014 m CaptureMgnt StepLimiter + 1142 -34.852086 cm -24.201746 cm -69.337497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1420014 m CaptureMgnt StepLimiter + 1143 -34.862442 cm -24.128683 cm -69.404984 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1430014 m CaptureMgnt StepLimiter + 1144 -34.872513 cm -24.055579 cm -69.47247 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1440014 m CaptureMgnt StepLimiter + 1145 -34.882299 cm -23.982437 cm -69.539957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1450014 m CaptureMgnt StepLimiter + 1146 -34.8918 cm -23.909257 cm -69.607444 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1460014 m CaptureMgnt StepLimiter + 1147 -34.901015 cm -23.836041 cm -69.67493 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1470014 m CaptureMgnt StepLimiter + 1148 -34.909945 cm -23.762789 cm -69.742417 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1480014 m CaptureMgnt StepLimiter + 1149 -34.918588 cm -23.689503 cm -69.809904 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1490014 m CaptureMgnt StepLimiter + 1150 -34.926945 cm -23.616184 cm -69.87739 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1500014 m CaptureMgnt StepLimiter + 1151 -34.935016 cm -23.542833 cm -69.944877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1510014 m CaptureMgnt StepLimiter + 1152 -34.9428 cm -23.469451 cm -70.012364 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1520014 m CaptureMgnt StepLimiter + 1153 -34.950298 cm -23.396039 cm -70.07985 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1530014 m CaptureMgnt StepLimiter + 1154 -34.957508 cm -23.322598 cm -70.147337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1540014 m CaptureMgnt StepLimiter + 1155 -34.964432 cm -23.249129 cm -70.214824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1550014 m CaptureMgnt StepLimiter + 1156 -34.971068 cm -23.175635 cm -70.28231 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1560014 m CaptureMgnt StepLimiter + 1157 -34.977416 cm -23.102114 cm -70.349797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1570014 m CaptureMgnt StepLimiter + 1158 -34.983477 cm -23.02857 cm -70.417284 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1580014 m CaptureMgnt StepLimiter + 1159 -34.98925 cm -22.955002 cm -70.48477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1590014 m CaptureMgnt StepLimiter + 1160 -34.994735 cm -22.881412 cm -70.552257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1600014 m CaptureMgnt StepLimiter + 1161 -34.999932 cm -22.807801 cm -70.619744 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1610014 m CaptureMgnt StepLimiter + 1162 -35.00484 cm -22.734171 cm -70.68723 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1620014 m CaptureMgnt StepLimiter + 1163 -35.009461 cm -22.660522 cm -70.754717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1630014 m CaptureMgnt StepLimiter + 1164 -35.013792 cm -22.586855 cm -70.822204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1640014 m CaptureMgnt StepLimiter + 1165 -35.017835 cm -22.513172 cm -70.88969 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1650014 m CaptureMgnt StepLimiter + 1166 -35.021589 cm -22.439474 cm -70.957177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1660014 m CaptureMgnt StepLimiter + 1167 -35.025054 cm -22.365761 cm -71.024664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1670014 m CaptureMgnt StepLimiter + 1168 -35.02823 cm -22.292035 cm -71.09215 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1680014 m CaptureMgnt StepLimiter + 1169 -35.031116 cm -22.218298 cm -71.159637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1690014 m CaptureMgnt StepLimiter + 1170 -35.033713 cm -22.14455 cm -71.227124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1700014 m CaptureMgnt StepLimiter + 1171 -35.036021 cm -22.070792 cm -71.29461 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1710014 m CaptureMgnt StepLimiter + 1172 -35.038039 cm -21.997026 cm -71.362097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1720014 m CaptureMgnt StepLimiter + 1173 -35.039768 cm -21.923252 cm -71.429584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1730014 m CaptureMgnt StepLimiter + 1174 -35.041207 cm -21.849472 cm -71.49707 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1740014 m CaptureMgnt StepLimiter + 1175 -35.042356 cm -21.775687 cm -71.564557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1750014 m CaptureMgnt StepLimiter + 1176 -35.043214 cm -21.701898 cm -71.632044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1760014 m CaptureMgnt StepLimiter + 1177 -35.043783 cm -21.628106 cm -71.69953 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1770014 m CaptureMgnt StepLimiter + 1178 -35.044062 cm -21.554313 cm -71.767017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1780014 m CaptureMgnt StepLimiter + 1179 -35.044051 cm -21.480519 cm -71.834504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1790014 m CaptureMgnt StepLimiter + 1180 -35.043749 cm -21.406726 cm -71.90199 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1800014 m CaptureMgnt StepLimiter + 1181 -35.043157 cm -21.332934 cm -71.969477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1810014 m CaptureMgnt StepLimiter + 1182 -35.042274 cm -21.259146 cm -72.036964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1820014 m CaptureMgnt StepLimiter + 1183 -35.041101 cm -21.185361 cm -72.10445 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1830014 m CaptureMgnt StepLimiter + 1184 -35.039638 cm -21.111582 cm -72.171937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1840014 m CaptureMgnt StepLimiter + 1185 -35.037884 cm -21.037809 cm -72.239424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1850014 m CaptureMgnt StepLimiter + 1186 -35.035839 cm -20.964043 cm -72.30691 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1860014 m CaptureMgnt StepLimiter + 1187 -35.033504 cm -20.890286 cm -72.374397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1870014 m CaptureMgnt StepLimiter + 1188 -35.030878 cm -20.816539 cm -72.441884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1880014 m CaptureMgnt StepLimiter + 1189 -35.027961 cm -20.742803 cm -72.50937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1890014 m CaptureMgnt StepLimiter + 1190 -35.024754 cm -20.669078 cm -72.576857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1900014 m CaptureMgnt StepLimiter + 1191 -35.021255 cm -20.595367 cm -72.644344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1910014 m CaptureMgnt StepLimiter + 1192 -35.017466 cm -20.521671 cm -72.71183 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1920014 m CaptureMgnt StepLimiter + 1193 -35.013387 cm -20.44799 cm -72.779317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1930014 m CaptureMgnt StepLimiter + 1194 -35.009016 cm -20.374325 cm -72.846804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1940014 m CaptureMgnt StepLimiter + 1195 -35.004355 cm -20.300679 cm -72.91429 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1950014 m CaptureMgnt StepLimiter + 1196 -34.999402 cm -20.227051 cm -72.981777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1960014 m CaptureMgnt StepLimiter + 1197 -34.994159 cm -20.153444 cm -73.049264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1970014 m CaptureMgnt StepLimiter + 1198 -34.988625 cm -20.079858 cm -73.11675 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1980014 m CaptureMgnt StepLimiter + 1199 -34.982801 cm -20.006294 cm -73.184237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.1990014 m CaptureMgnt StepLimiter + 1200 -34.976685 cm -19.932754 cm -73.251724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2000014 m CaptureMgnt StepLimiter + 1201 -34.970279 cm -19.859239 cm -73.31921 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2010014 m CaptureMgnt StepLimiter + 1202 -34.963583 cm -19.785749 cm -73.386697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2020014 m CaptureMgnt StepLimiter + 1203 -34.956595 cm -19.712287 cm -73.454184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2030014 m CaptureMgnt StepLimiter + 1204 -34.949317 cm -19.638853 cm -73.52167 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2040014 m CaptureMgnt StepLimiter + 1205 -34.941748 cm -19.565448 cm -73.589157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2050014 m CaptureMgnt StepLimiter + 1206 -34.933889 cm -19.492074 cm -73.656644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2060014 m CaptureMgnt StepLimiter + 1207 -34.925739 cm -19.418731 cm -73.72413 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2070014 m CaptureMgnt StepLimiter + 1208 -34.917299 cm -19.345422 cm -73.791617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2080014 m CaptureMgnt StepLimiter + 1209 -34.908568 cm -19.272146 cm -73.859104 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2090014 m CaptureMgnt StepLimiter + 1210 -34.899547 cm -19.198906 cm -73.92659 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2100014 m CaptureMgnt StepLimiter + 1211 -34.890236 cm -19.125701 cm -73.994077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2110014 m CaptureMgnt StepLimiter + 1212 -34.880635 cm -19.052535 cm -74.061564 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2120014 m CaptureMgnt StepLimiter + 1213 -34.870743 cm -18.979407 cm -74.12905 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2130014 m CaptureMgnt StepLimiter + 1214 -34.860562 cm -18.906319 cm -74.196537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2140014 m CaptureMgnt StepLimiter + 1215 -34.850091 cm -18.833271 cm -74.264024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2150014 m CaptureMgnt StepLimiter + 1216 -34.839329 cm -18.760266 cm -74.33151 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2160014 m CaptureMgnt StepLimiter + 1217 -34.828279 cm -18.687305 cm -74.398997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2170014 m CaptureMgnt StepLimiter + 1218 -34.816938 cm -18.614387 cm -74.466484 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2180014 m CaptureMgnt StepLimiter + 1219 -34.805308 cm -18.541516 cm -74.53397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2190014 m CaptureMgnt StepLimiter + 1220 -34.793389 cm -18.468691 cm -74.601457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2200014 m CaptureMgnt StepLimiter + 1221 -34.78118 cm -18.395914 cm -74.668944 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2210014 m CaptureMgnt StepLimiter + 1222 -34.768682 cm -18.323186 cm -74.73643 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2220014 m CaptureMgnt StepLimiter + 1223 -34.755895 cm -18.250508 cm -74.803917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2230014 m CaptureMgnt StepLimiter + 1224 -34.742819 cm -18.177882 cm -74.871404 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2240014 m CaptureMgnt StepLimiter + 1225 -34.729455 cm -18.105308 cm -74.93889 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2250014 m CaptureMgnt StepLimiter + 1226 -34.715801 cm -18.032788 cm -75.006377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2260014 m CaptureMgnt StepLimiter + 1227 -34.70186 cm -17.960323 cm -75.073864 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2270014 m CaptureMgnt StepLimiter + 1228 -34.68763 cm -17.887915 cm -75.14135 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2280014 m CaptureMgnt StepLimiter + 1229 -34.673111 cm -17.815563 cm -75.208837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2290014 m CaptureMgnt StepLimiter + 1230 -34.658305 cm -17.74327 cm -75.276324 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2300014 m CaptureMgnt StepLimiter + 1231 -34.643211 cm -17.671036 cm -75.34381 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2310014 m CaptureMgnt StepLimiter + 1232 -34.627829 cm -17.598863 cm -75.411297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2320014 m CaptureMgnt StepLimiter + 1233 -34.61216 cm -17.526752 cm -75.478784 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2330014 m CaptureMgnt StepLimiter + 1234 -34.596203 cm -17.454704 cm -75.54627 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2340014 m CaptureMgnt StepLimiter + 1235 -34.57996 cm -17.38272 cm -75.613757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2350014 m CaptureMgnt StepLimiter + 1236 -34.563429 cm -17.310801 cm -75.681244 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2360014 m CaptureMgnt StepLimiter + 1237 -34.546611 cm -17.238949 cm -75.74873 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2370014 m CaptureMgnt StepLimiter + 1238 -34.529507 cm -17.167165 cm -75.816217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2380014 m CaptureMgnt StepLimiter + 1239 -34.512117 cm -17.095449 cm -75.883704 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2390014 m CaptureMgnt StepLimiter + 1240 -34.49444 cm -17.023804 cm -75.95119 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2400014 m CaptureMgnt StepLimiter + 1241 -34.476478 cm -16.952229 cm -76.018677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2410014 m CaptureMgnt StepLimiter + 1242 -34.458229 cm -16.880727 cm -76.086164 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2420014 m CaptureMgnt StepLimiter + 1243 -34.439695 cm -16.809299 cm -76.15365 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2430014 m CaptureMgnt StepLimiter + 1244 -34.420876 cm -16.737945 cm -76.221137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2440014 m CaptureMgnt StepLimiter + 1245 -34.401772 cm -16.666667 cm -76.288624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2450014 m CaptureMgnt StepLimiter + 1246 -34.382383 cm -16.595466 cm -76.35611 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2460014 m CaptureMgnt StepLimiter + 1247 -34.36271 cm -16.524342 cm -76.423597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2470014 m CaptureMgnt StepLimiter + 1248 -34.342752 cm -16.453299 cm -76.491084 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2480014 m CaptureMgnt StepLimiter + 1249 -34.32251 cm -16.382335 cm -76.55857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2490014 m CaptureMgnt StepLimiter + 1250 -34.301984 cm -16.311453 cm -76.626057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2500014 m CaptureMgnt StepLimiter + 1251 -34.281175 cm -16.240654 cm -76.693544 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2510014 m CaptureMgnt StepLimiter + 1252 -34.260082 cm -16.169939 cm -76.76103 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2520014 m CaptureMgnt StepLimiter + 1253 -34.238706 cm -16.099309 cm -76.828517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2530014 m CaptureMgnt StepLimiter + 1254 -34.217048 cm -16.028765 cm -76.896004 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2540014 m CaptureMgnt StepLimiter + 1255 -34.195107 cm -15.958308 cm -76.96349 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2550014 m CaptureMgnt StepLimiter + 1256 -34.172884 cm -15.88794 cm -77.030977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2560014 m CaptureMgnt StepLimiter + 1257 -34.150378 cm -15.817662 cm -77.098464 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2570014 m CaptureMgnt StepLimiter + 1258 -34.127592 cm -15.747474 cm -77.16595 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2580014 m CaptureMgnt StepLimiter + 1259 -34.104524 cm -15.677378 cm -77.233437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2590014 m CaptureMgnt StepLimiter + 1260 -34.081175 cm -15.607376 cm -77.300924 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2600014 m CaptureMgnt StepLimiter + 1261 -34.057545 cm -15.537467 cm -77.36841 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2610014 m CaptureMgnt StepLimiter + 1262 -34.033635 cm -15.467654 cm -77.435897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2620014 m CaptureMgnt StepLimiter + 1263 -34.009444 cm -15.397938 cm -77.503384 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2630014 m CaptureMgnt StepLimiter + 1264 -33.984974 cm -15.328319 cm -77.57087 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2640014 m CaptureMgnt StepLimiter + 1265 -33.960225 cm -15.2588 cm -77.638357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2650014 m CaptureMgnt StepLimiter + 1266 -33.935197 cm -15.18938 cm -77.705844 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2660014 m CaptureMgnt StepLimiter + 1267 -33.909889 cm -15.120061 cm -77.77333 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2670014 m CaptureMgnt StepLimiter + 1268 -33.884303 cm -15.050845 cm -77.840817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2680014 m CaptureMgnt StepLimiter + 1269 -33.85844 cm -14.981732 cm -77.908304 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2690014 m CaptureMgnt StepLimiter + 1270 -33.832298 cm -14.912723 cm -77.97579 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2700014 m CaptureMgnt StepLimiter + 1271 -33.805879 cm -14.84382 cm -78.043277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2710014 m CaptureMgnt StepLimiter + 1272 -33.779183 cm -14.775025 cm -78.110764 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2720014 m CaptureMgnt StepLimiter + 1273 -33.752211 cm -14.706337 cm -78.17825 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2730014 m CaptureMgnt StepLimiter + 1274 -33.724962 cm -14.637758 cm -78.245737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2740014 m CaptureMgnt StepLimiter + 1275 -33.697437 cm -14.569289 cm -78.313224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2750014 m CaptureMgnt StepLimiter + 1276 -33.669637 cm -14.500932 cm -78.38071 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2760014 m CaptureMgnt StepLimiter + 1277 -33.641562 cm -14.432688 cm -78.448197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2770014 m CaptureMgnt StepLimiter + 1278 -33.613211 cm -14.364557 cm -78.515684 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2780014 m CaptureMgnt StepLimiter + 1279 -33.584587 cm -14.296541 cm -78.58317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2790014 m CaptureMgnt StepLimiter + 1280 -33.555688 cm -14.228641 cm -78.650657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2800014 m CaptureMgnt StepLimiter + 1281 -33.526516 cm -14.160858 cm -78.718144 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2810014 m CaptureMgnt StepLimiter + 1282 -33.497071 cm -14.093193 cm -78.78563 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2820014 m CaptureMgnt StepLimiter + 1283 -33.467353 cm -14.025648 cm -78.853117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2830014 m CaptureMgnt StepLimiter + 1284 -33.437363 cm -13.958223 cm -78.920604 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2840014 m CaptureMgnt StepLimiter + 1285 -33.407101 cm -13.890919 cm -78.98809 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2850014 m CaptureMgnt StepLimiter + 1286 -33.376567 cm -13.823739 cm -79.055577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2860014 m CaptureMgnt StepLimiter + 1287 -33.345763 cm -13.756682 cm -79.123064 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2870014 m CaptureMgnt StepLimiter + 1288 -33.314688 cm -13.68975 cm -79.19055 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2880014 m CaptureMgnt StepLimiter + 1289 -33.283342 cm -13.622944 cm -79.258037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2890014 m CaptureMgnt StepLimiter + 1290 -33.251727 cm -13.556266 cm -79.325524 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2900014 m CaptureMgnt StepLimiter + 1291 -33.219843 cm -13.489715 cm -79.39301 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2910014 m CaptureMgnt StepLimiter + 1292 -33.18769 cm -13.423295 cm -79.460497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2920014 m CaptureMgnt StepLimiter + 1293 -33.155268 cm -13.357004 cm -79.527984 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2930014 m CaptureMgnt StepLimiter + 1294 -33.122579 cm -13.290846 cm -79.59547 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2940014 m CaptureMgnt StepLimiter + 1295 -33.089622 cm -13.22482 cm -79.662957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2950014 m CaptureMgnt StepLimiter + 1296 -33.056399 cm -13.158928 cm -79.730444 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2960014 m CaptureMgnt StepLimiter + 1297 -33.022909 cm -13.093171 cm -79.79793 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2970014 m CaptureMgnt StepLimiter + 1298 -32.989153 cm -13.027551 cm -79.865417 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2980014 m CaptureMgnt StepLimiter + 1299 -32.955131 cm -12.962067 cm -79.932904 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.2990014 m CaptureMgnt StepLimiter + 1300 -32.920844 cm -12.896722 cm -80.00039 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3000014 m CaptureMgnt StepLimiter + 1301 -32.886293 cm -12.831517 cm -80.067877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3010014 m CaptureMgnt StepLimiter + 1302 -32.851479 cm -12.766452 cm -80.135364 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3020014 m CaptureMgnt StepLimiter + 1303 -32.8164 cm -12.701528 cm -80.20285 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3030014 m CaptureMgnt StepLimiter + 1304 -32.781059 cm -12.636748 cm -80.270337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3040014 m CaptureMgnt StepLimiter + 1305 -32.745455 cm -12.572111 cm -80.337824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3050014 m CaptureMgnt StepLimiter + 1306 -32.709589 cm -12.507619 cm -80.40531 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3060014 m CaptureMgnt StepLimiter + 1307 -32.673462 cm -12.443273 cm -80.472797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3070014 m CaptureMgnt StepLimiter + 1308 -32.637074 cm -12.379075 cm -80.540284 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3080014 m CaptureMgnt StepLimiter + 1309 -32.600426 cm -12.315025 cm -80.60777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3090014 m CaptureMgnt StepLimiter + 1310 -32.563518 cm -12.251124 cm -80.675257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3100014 m CaptureMgnt StepLimiter + 1311 -32.52635 cm -12.187373 cm -80.742744 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3110014 m CaptureMgnt StepLimiter + 1312 -32.488924 cm -12.123774 cm -80.81023 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3120014 m CaptureMgnt StepLimiter + 1313 -32.45124 cm -12.060328 cm -80.877717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3130014 m CaptureMgnt StepLimiter + 1314 -32.413298 cm -11.997035 cm -80.945204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3140014 m CaptureMgnt StepLimiter + 1315 -32.3751 cm -11.933897 cm -81.01269 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3150014 m CaptureMgnt StepLimiter + 1316 -32.336645 cm -11.870915 cm -81.080177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3160014 m CaptureMgnt StepLimiter + 1317 -32.297934 cm -11.80809 cm -81.147664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3170014 m CaptureMgnt StepLimiter + 1318 -32.258967 cm -11.745422 cm -81.21515 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3180014 m CaptureMgnt StepLimiter + 1319 -32.219746 cm -11.682914 cm -81.282637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3190014 m CaptureMgnt StepLimiter + 1320 -32.180271 cm -11.620566 cm -81.350124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3200014 m CaptureMgnt StepLimiter + 1321 -32.140543 cm -11.55838 cm -81.41761 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3210014 m CaptureMgnt StepLimiter + 1322 -32.100561 cm -11.496355 cm -81.485097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3220014 m CaptureMgnt StepLimiter + 1323 -32.060328 cm -11.434494 cm -81.552584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3230014 m CaptureMgnt StepLimiter + 1324 -32.019842 cm -11.372798 cm -81.62007 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3240014 m CaptureMgnt StepLimiter + 1325 -31.979106 cm -11.311267 cm -81.687557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3250014 m CaptureMgnt StepLimiter + 1326 -31.938118 cm -11.249902 cm -81.755044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3260014 m CaptureMgnt StepLimiter + 1327 -31.896882 cm -11.188705 cm -81.82253 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3270014 m CaptureMgnt StepLimiter + 1328 -31.855395 cm -11.127677 cm -81.890017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3280014 m CaptureMgnt StepLimiter + 1329 -31.813661 cm -11.066818 cm -81.957504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3290014 m CaptureMgnt StepLimiter + 1330 -31.771678 cm -11.006131 cm -82.02499 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3300014 m CaptureMgnt StepLimiter + 1331 -31.729448 cm -10.945615 cm -82.092477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3310014 m CaptureMgnt StepLimiter + 1332 -31.686971 cm -10.885272 cm -82.159964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3320014 m CaptureMgnt StepLimiter + 1333 -31.644249 cm -10.825103 cm -82.22745 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3330014 m CaptureMgnt StepLimiter + 1334 -31.601281 cm -10.765109 cm -82.294937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3340014 m CaptureMgnt StepLimiter + 1335 -31.558068 cm -10.705291 cm -82.362424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3350014 m CaptureMgnt StepLimiter + 1336 -31.514611 cm -10.64565 cm -82.42991 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3360014 m CaptureMgnt StepLimiter + 1337 -31.470911 cm -10.586187 cm -82.497397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3370014 m CaptureMgnt StepLimiter + 1338 -31.426968 cm -10.526903 cm -82.564884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3380014 m CaptureMgnt StepLimiter + 1339 -31.382783 cm -10.4678 cm -82.63237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3390014 m CaptureMgnt StepLimiter + 1340 -31.338357 cm -10.408877 cm -82.699857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3400014 m CaptureMgnt StepLimiter + 1341 -31.29369 cm -10.350137 cm -82.767344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3410014 m CaptureMgnt StepLimiter + 1342 -31.248783 cm -10.29158 cm -82.83483 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3420014 m CaptureMgnt StepLimiter + 1343 -31.203636 cm -10.233208 cm -82.902317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3430014 m CaptureMgnt StepLimiter + 1344 -31.158252 cm -10.17502 cm -82.969804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3440014 m CaptureMgnt StepLimiter + 1345 -31.112629 cm -10.117019 cm -83.03729 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3450014 m CaptureMgnt StepLimiter + 1346 -31.066769 cm -10.059206 cm -83.104777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3460014 m CaptureMgnt StepLimiter + 1347 -31.020673 cm -10.001581 cm -83.172264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3470014 m CaptureMgnt StepLimiter + 1348 -30.974341 cm -9.9441447 cm -83.23975 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3480014 m CaptureMgnt StepLimiter + 1349 -30.927773 cm -9.8868992 cm -83.307237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3490014 m CaptureMgnt StepLimiter + 1350 -30.880972 cm -9.8298451 cm -83.374724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3500014 m CaptureMgnt StepLimiter + 1351 -30.833937 cm -9.7729834 cm -83.44221 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3510014 m CaptureMgnt StepLimiter + 1352 -30.786669 cm -9.7163151 cm -83.509697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3520014 m CaptureMgnt StepLimiter + 1353 -30.739169 cm -9.6598412 cm -83.577184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3530014 m CaptureMgnt StepLimiter + 1354 -30.691438 cm -9.6035626 cm -83.64467 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3540014 m CaptureMgnt StepLimiter + 1355 -30.643476 cm -9.5474805 cm -83.712157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3550014 m CaptureMgnt StepLimiter + 1356 -30.595285 cm -9.4915957 cm -83.779644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3560014 m CaptureMgnt StepLimiter + 1357 -30.546864 cm -9.4359093 cm -83.84713 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3570014 m CaptureMgnt StepLimiter + 1358 -30.498215 cm -9.3804223 cm -83.914617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3580014 m CaptureMgnt StepLimiter + 1359 -30.449338 cm -9.3251356 cm -83.982104 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3590014 m CaptureMgnt StepLimiter + 1360 -30.400235 cm -9.2700502 cm -84.04959 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3600014 m CaptureMgnt StepLimiter + 1361 -30.350906 cm -9.2151671 cm -84.117077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3610014 m CaptureMgnt StepLimiter + 1362 -30.301351 cm -9.1604873 cm -84.184564 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3620014 m CaptureMgnt StepLimiter + 1363 -30.251572 cm -9.1060117 cm -84.25205 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3630014 m CaptureMgnt StepLimiter + 1364 -30.201569 cm -9.0517413 cm -84.319537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3640014 m CaptureMgnt StepLimiter + 1365 -30.151344 cm -8.9976772 cm -84.387024 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3650014 m CaptureMgnt StepLimiter + 1366 -30.100896 cm -8.9438201 cm -84.45451 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3660014 m CaptureMgnt StepLimiter + 1367 -30.050227 cm -8.8901712 cm -84.521997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3670014 m CaptureMgnt StepLimiter + 1368 -29.999338 cm -8.8367314 cm -84.589484 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3680014 m CaptureMgnt StepLimiter + 1369 -29.948229 cm -8.7835016 cm -84.65697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3690014 m CaptureMgnt StepLimiter + 1370 -29.896901 cm -8.7304827 cm -84.724457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3700014 m CaptureMgnt StepLimiter + 1371 -29.845355 cm -8.6776758 cm -84.791944 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3710014 m CaptureMgnt StepLimiter + 1372 -29.793592 cm -8.6250817 cm -84.85943 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3720014 m CaptureMgnt StepLimiter + 1373 -29.741613 cm -8.5727015 cm -84.926917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3730014 m CaptureMgnt StepLimiter + 1374 -29.689418 cm -8.520536 cm -84.994404 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3740014 m CaptureMgnt StepLimiter + 1375 -29.637008 cm -8.4685863 cm -85.06189 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3750014 m CaptureMgnt StepLimiter + 1376 -29.584385 cm -8.4168531 cm -85.129377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3760014 m CaptureMgnt StepLimiter + 1377 -29.531549 cm -8.3653375 cm -85.196864 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3770014 m CaptureMgnt StepLimiter + 1378 -29.4785 cm -8.3140405 cm -85.26435 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3780014 m CaptureMgnt StepLimiter + 1379 -29.42524 cm -8.2629628 cm -85.331837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3790014 m CaptureMgnt StepLimiter + 1380 -29.37177 cm -8.2121055 cm -85.399324 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3800014 m CaptureMgnt StepLimiter + 1381 -29.31809 cm -8.1614694 cm -85.46681 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3810014 m CaptureMgnt StepLimiter + 1382 -29.264201 cm -8.1110555 cm -85.534297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3820014 m CaptureMgnt StepLimiter + 1383 -29.210105 cm -8.0608647 cm -85.601784 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3830014 m CaptureMgnt StepLimiter + 1384 -29.155801 cm -8.0108979 cm -85.66927 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3840014 m CaptureMgnt StepLimiter + 1385 -29.101292 cm -7.961156 cm -85.736757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3850014 m CaptureMgnt StepLimiter + 1386 -29.046577 cm -7.9116399 cm -85.804244 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3860014 m CaptureMgnt StepLimiter + 1387 -28.991658 cm -7.8623505 cm -85.87173 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3870014 m CaptureMgnt StepLimiter + 1388 -28.936536 cm -7.8132887 cm -85.939217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3880014 m CaptureMgnt StepLimiter + 1389 -28.881211 cm -7.7644555 cm -86.006704 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3890014 m CaptureMgnt StepLimiter + 1390 -28.825684 cm -7.7158516 cm -86.07419 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3900014 m CaptureMgnt StepLimiter + 1391 -28.769957 cm -7.667478 cm -86.141677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3910014 m CaptureMgnt StepLimiter + 1392 -28.71403 cm -7.6193355 cm -86.209164 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3920014 m CaptureMgnt StepLimiter + 1393 -28.657904 cm -7.5714251 cm -86.27665 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3930014 m CaptureMgnt StepLimiter + 1394 -28.60158 cm -7.5237476 cm -86.344137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3940014 m CaptureMgnt StepLimiter + 1395 -28.545058 cm -7.4763039 cm -86.411624 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3950014 m CaptureMgnt StepLimiter + 1396 -28.488341 cm -7.4290949 cm -86.47911 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3960014 m CaptureMgnt StepLimiter + 1397 -28.431429 cm -7.3821214 cm -86.546597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3970014 m CaptureMgnt StepLimiter + 1398 -28.374322 cm -7.3353843 cm -86.614084 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3980014 m CaptureMgnt StepLimiter + 1399 -28.317022 cm -7.2888844 cm -86.68157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.3990014 m CaptureMgnt StepLimiter + 1400 -28.259529 cm -7.2426226 cm -86.749057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4000014 m CaptureMgnt StepLimiter + 1401 -28.201845 cm -7.1965998 cm -86.816544 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4010014 m CaptureMgnt StepLimiter + 1402 -28.143971 cm -7.1508168 cm -86.88403 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4020014 m CaptureMgnt StepLimiter + 1403 -28.085907 cm -7.1052745 cm -86.951517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4030014 m CaptureMgnt StepLimiter + 1404 -28.027654 cm -7.0599737 cm -87.019004 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4040014 m CaptureMgnt StepLimiter + 1405 -27.969214 cm -7.0149151 cm -87.08649 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4050014 m CaptureMgnt StepLimiter + 1406 -27.910587 cm -6.9700998 cm -87.153977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4060014 m CaptureMgnt StepLimiter + 1407 -27.851774 cm -6.9255284 cm -87.221464 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4070014 m CaptureMgnt StepLimiter + 1408 -27.792776 cm -6.8812019 cm -87.28895 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4080014 m CaptureMgnt StepLimiter + 1409 -27.733595 cm -6.837121 cm -87.356437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4090014 m CaptureMgnt StepLimiter + 1410 -27.674231 cm -6.7932866 cm -87.423924 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4100014 m CaptureMgnt StepLimiter + 1411 -27.614685 cm -6.7496995 cm -87.49141 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4110014 m CaptureMgnt StepLimiter + 1412 -27.554959 cm -6.7063605 cm -87.558897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4120014 m CaptureMgnt StepLimiter + 1413 -27.495052 cm -6.6632704 cm -87.626384 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4130014 m CaptureMgnt StepLimiter + 1414 -27.434967 cm -6.62043 cm -87.69387 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4140014 m CaptureMgnt StepLimiter + 1415 -27.374704 cm -6.5778401 cm -87.761357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4150014 m CaptureMgnt StepLimiter + 1416 -27.314264 cm -6.5355015 cm -87.828844 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4160014 m CaptureMgnt StepLimiter + 1417 -27.253648 cm -6.493415 cm -87.89633 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4170014 m CaptureMgnt StepLimiter + 1418 -27.192858 cm -6.4515814 cm -87.963817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4180014 m CaptureMgnt StepLimiter + 1419 -27.131893 cm -6.4100015 cm -88.031304 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4190014 m CaptureMgnt StepLimiter + 1420 -27.070756 cm -6.368676 cm -88.09879 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4200014 m CaptureMgnt StepLimiter + 1421 -27.009447 cm -6.3276058 cm -88.166277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4210014 m CaptureMgnt StepLimiter + 1422 -26.947968 cm -6.2867916 cm -88.233764 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4220014 m CaptureMgnt StepLimiter + 1423 -26.886318 cm -6.2462342 cm -88.30125 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4230014 m CaptureMgnt StepLimiter + 1424 -26.8245 cm -6.2059343 cm -88.368737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4240014 m CaptureMgnt StepLimiter + 1425 -26.762515 cm -6.1658927 cm -88.436224 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4250014 m CaptureMgnt StepLimiter + 1426 -26.700363 cm -6.1261102 cm -88.50371 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4260014 m CaptureMgnt StepLimiter + 1427 -26.638045 cm -6.0865875 cm -88.571197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4270014 m CaptureMgnt StepLimiter + 1428 -26.575563 cm -6.0473254 cm -88.638684 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4280014 m CaptureMgnt StepLimiter + 1429 -26.512917 cm -6.0083246 cm -88.70617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4290014 m CaptureMgnt StepLimiter + 1430 -26.450109 cm -5.9695858 cm -88.773657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4300014 m CaptureMgnt StepLimiter + 1431 -26.38714 cm -5.9311098 cm -88.841144 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4310014 m CaptureMgnt StepLimiter + 1432 -26.32401 cm -5.8928974 cm -88.90863 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4320014 m CaptureMgnt StepLimiter + 1433 -26.260721 cm -5.8549493 cm -88.976117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4330014 m CaptureMgnt StepLimiter + 1434 -26.197274 cm -5.8172661 cm -89.043604 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4340014 m CaptureMgnt StepLimiter + 1435 -26.13367 cm -5.7798486 cm -89.11109 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4350014 m CaptureMgnt StepLimiter + 1436 -26.06991 cm -5.7426975 cm -89.178577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4360014 m CaptureMgnt StepLimiter + 1437 -26.005995 cm -5.7058136 cm -89.246064 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4370014 m CaptureMgnt StepLimiter + 1438 -25.941926 cm -5.6691975 cm -89.31355 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4380014 m CaptureMgnt StepLimiter + 1439 -25.877705 cm -5.63285 cm -89.381037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4390014 m CaptureMgnt StepLimiter + 1440 -25.813332 cm -5.5967717 cm -89.448524 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4400014 m CaptureMgnt StepLimiter + 1441 -25.748808 cm -5.5609633 cm -89.51601 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4410014 m CaptureMgnt StepLimiter + 1442 -25.684135 cm -5.5254256 cm -89.583497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4420014 m CaptureMgnt StepLimiter + 1443 -25.619314 cm -5.4901592 cm -89.650984 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4430014 m CaptureMgnt StepLimiter + 1444 -25.554345 cm -5.4551648 cm -89.71847 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4440014 m CaptureMgnt StepLimiter + 1445 -25.48923 cm -5.4204431 cm -89.785957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4450014 m CaptureMgnt StepLimiter + 1446 -25.42397 cm -5.3859948 cm -89.853444 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4460014 m CaptureMgnt StepLimiter + 1447 -25.358566 cm -5.3518204 cm -89.92093 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4470014 m CaptureMgnt StepLimiter + 1448 -25.29302 cm -5.3179208 cm -89.988417 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4480014 m CaptureMgnt StepLimiter + 1449 -25.227331 cm -5.2842965 cm -90.055904 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4490014 m CaptureMgnt StepLimiter + 1450 -25.161503 cm -5.2509482 cm -90.12339 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4500014 m CaptureMgnt StepLimiter + 1451 -25.095534 cm -5.2178766 cm -90.190877 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4510014 m CaptureMgnt StepLimiter + 1452 -25.029428 cm -5.1850823 cm -90.258364 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4520014 m CaptureMgnt StepLimiter + 1453 -24.963184 cm -5.1525659 cm -90.32585 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4530014 m CaptureMgnt StepLimiter + 1454 -24.896804 cm -5.1203281 cm -90.393337 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4540014 m CaptureMgnt StepLimiter + 1455 -24.83029 cm -5.0883695 cm -90.460824 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4550014 m CaptureMgnt StepLimiter + 1456 -24.763641 cm -5.0566908 cm -90.52831 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4560014 m CaptureMgnt StepLimiter + 1457 -24.69686 cm -5.0252926 cm -90.595797 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4570014 m CaptureMgnt StepLimiter + 1458 -24.629948 cm -4.9941755 cm -90.663284 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4580014 m CaptureMgnt StepLimiter + 1459 -24.562905 cm -4.9633401 cm -90.73077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4590014 m CaptureMgnt StepLimiter + 1460 -24.495734 cm -4.932787 cm -90.798257 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4600014 m CaptureMgnt StepLimiter + 1461 -24.428434 cm -4.9025168 cm -90.865744 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4610014 m CaptureMgnt StepLimiter + 1462 -24.361007 cm -4.8725302 cm -90.93323 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4620014 m CaptureMgnt StepLimiter + 1463 -24.293455 cm -4.8428276 cm -91.000717 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4630014 m CaptureMgnt StepLimiter + 1464 -24.225778 cm -4.8134099 cm -91.068204 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4640014 m CaptureMgnt StepLimiter + 1465 -24.157978 cm -4.7842774 cm -91.13569 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4650014 m CaptureMgnt StepLimiter + 1466 -24.090056 cm -4.7554308 cm -91.203177 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4660014 m CaptureMgnt StepLimiter + 1467 -24.022013 cm -4.7268707 cm -91.270664 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4670014 m CaptureMgnt StepLimiter + 1468 -23.95385 cm -4.6985976 cm -91.33815 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4680014 m CaptureMgnt StepLimiter + 1469 -23.885569 cm -4.6706122 cm -91.405637 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4690014 m CaptureMgnt StepLimiter + 1470 -23.81717 cm -4.6429149 cm -91.473124 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4700014 m CaptureMgnt StepLimiter + 1471 -23.748655 cm -4.6155063 cm -91.54061 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4710014 m CaptureMgnt StepLimiter + 1472 -23.680025 cm -4.5883871 cm -91.608097 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4720014 m CaptureMgnt StepLimiter + 1473 -23.611281 cm -4.5615577 cm -91.675584 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4730014 m CaptureMgnt StepLimiter + 1474 -23.542424 cm -4.5350187 cm -91.74307 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4740014 m CaptureMgnt StepLimiter + 1475 -23.473456 cm -4.5087706 cm -91.810557 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4750014 m CaptureMgnt StepLimiter + 1476 -23.404378 cm -4.4828139 cm -91.878044 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4760014 m CaptureMgnt StepLimiter + 1477 -23.335191 cm -4.4571493 cm -91.94553 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4770014 m CaptureMgnt StepLimiter + 1478 -23.265896 cm -4.4317772 cm -92.013017 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4780014 m CaptureMgnt StepLimiter + 1479 -23.196494 cm -4.4066981 cm -92.080504 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4790014 m CaptureMgnt StepLimiter + 1480 -23.126988 cm -4.3819126 cm -92.14799 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4800014 m CaptureMgnt StepLimiter + 1481 -23.057376 cm -4.3574211 cm -92.215477 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4810014 m CaptureMgnt StepLimiter + 1482 -22.987662 cm -4.3332242 cm -92.282964 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4820014 m CaptureMgnt StepLimiter + 1483 -22.917847 cm -4.3093224 cm -92.35045 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4830014 m CaptureMgnt StepLimiter + 1484 -22.84793 cm -4.2857161 cm -92.417937 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4840014 m CaptureMgnt StepLimiter + 1485 -22.777915 cm -4.2624059 cm -92.485424 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4850014 m CaptureMgnt StepLimiter + 1486 -22.707801 cm -4.2393923 cm -92.55291 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4860014 m CaptureMgnt StepLimiter + 1487 -22.637591 cm -4.2166757 cm -92.620397 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4870014 m CaptureMgnt StepLimiter + 1488 -22.567285 cm -4.1942565 cm -92.687884 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4880014 m CaptureMgnt StepLimiter + 1489 -22.496885 cm -4.1721354 cm -92.75537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4890014 m CaptureMgnt StepLimiter + 1490 -22.426391 cm -4.1503127 cm -92.822857 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4900014 m CaptureMgnt StepLimiter + 1491 -22.355806 cm -4.1287889 cm -92.890344 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4910014 m CaptureMgnt StepLimiter + 1492 -22.28513 cm -4.1075644 cm -92.95783 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4920014 m CaptureMgnt StepLimiter + 1493 -22.214365 cm -4.0866397 cm -93.025317 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4930014 m CaptureMgnt StepLimiter + 1494 -22.143512 cm -4.0660153 cm -93.092804 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4940014 m CaptureMgnt StepLimiter + 1495 -22.072572 cm -4.0456916 cm -93.16029 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4950014 m CaptureMgnt StepLimiter + 1496 -22.001546 cm -4.025669 cm -93.227777 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4960014 m CaptureMgnt StepLimiter + 1497 -21.930436 cm -4.0059479 cm -93.295264 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4970014 m CaptureMgnt StepLimiter + 1498 -21.859243 cm -3.9865289 cm -93.36275 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4980014 m CaptureMgnt StepLimiter + 1499 -21.787969 cm -3.9674122 cm -93.430237 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.4990014 m CaptureMgnt StepLimiter + 1500 -21.716613 cm -3.9485983 cm -93.497724 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5000014 m CaptureMgnt StepLimiter + 1501 -21.645179 cm -3.9300877 cm -93.56521 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5010014 m CaptureMgnt StepLimiter + 1502 -21.573666 cm -3.9118807 cm -93.632697 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5020014 m CaptureMgnt StepLimiter + 1503 -21.502077 cm -3.8939777 cm -93.700184 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5030014 m CaptureMgnt StepLimiter + 1504 -21.430412 cm -3.8763791 cm -93.76767 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5040014 m CaptureMgnt StepLimiter + 1505 -21.358673 cm -3.8590853 cm -93.835157 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5050014 m CaptureMgnt StepLimiter + 1506 -21.286862 cm -3.8420968 cm -93.902644 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5060014 m CaptureMgnt StepLimiter + 1507 -21.214978 cm -3.8254137 cm -93.97013 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5070014 m CaptureMgnt StepLimiter + 1508 -21.143024 cm -3.8090366 cm -94.037617 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5080014 m CaptureMgnt StepLimiter + 1509 -21.071002 cm -3.7929659 cm -94.105103 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5090014 m CaptureMgnt StepLimiter + 1510 -20.998911 cm -3.7772017 cm -94.17259 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5100014 m CaptureMgnt StepLimiter + 1511 -20.926754 cm -3.7617446 cm -94.240077 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5110014 m CaptureMgnt StepLimiter + 1512 -20.854532 cm -3.7465949 cm -94.307563 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5120014 m CaptureMgnt StepLimiter + 1513 -20.782246 cm -3.7317529 cm -94.37505 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5130014 m CaptureMgnt StepLimiter + 1514 -20.709898 cm -3.717219 cm -94.442537 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5140014 m CaptureMgnt StepLimiter + 1515 -20.637488 cm -3.7029934 cm -94.510023 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5150014 m CaptureMgnt StepLimiter + 1516 -20.565018 cm -3.6890765 cm -94.57751 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5160014 m CaptureMgnt StepLimiter + 1517 -20.49249 cm -3.6754687 cm -94.644997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5170014 m CaptureMgnt StepLimiter + 1518 -20.419904 cm -3.6621703 cm -94.712483 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5180014 m CaptureMgnt StepLimiter + 1519 -20.347262 cm -3.6491815 cm -94.77997 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5190014 m CaptureMgnt StepLimiter + 1520 -20.274566 cm -3.6365027 cm -94.847457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5200014 m CaptureMgnt StepLimiter + 1521 -20.201816 cm -3.6241342 cm -94.914943 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5210014 m CaptureMgnt StepLimiter + 1522 -20.129014 cm -3.6120763 cm -94.98243 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5220014 m CaptureMgnt StepLimiter + 1523 -20.056161 cm -3.6003293 cm -95.049917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5230014 m CaptureMgnt StepLimiter + 1524 -19.983258 cm -3.5888933 cm -95.117403 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5240014 m CaptureMgnt StepLimiter + 1525 -19.910308 cm -3.5777689 cm -95.18489 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5250014 m CaptureMgnt StepLimiter + 1526 -19.83731 cm -3.5669561 cm -95.252377 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5260014 m CaptureMgnt StepLimiter + 1527 -19.764267 cm -3.5564553 cm -95.319863 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5270014 m CaptureMgnt StepLimiter + 1528 -19.69118 cm -3.5462668 cm -95.38735 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5280014 m CaptureMgnt StepLimiter + 1529 -19.61805 cm -3.5363908 cm -95.454837 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5290014 m CaptureMgnt StepLimiter + 1530 -19.544879 cm -3.5268275 cm -95.522323 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5300014 m CaptureMgnt StepLimiter + 1531 -19.471667 cm -3.5175772 cm -95.58981 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5310014 m CaptureMgnt StepLimiter + 1532 -19.398416 cm -3.5086401 cm -95.657297 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5320014 m CaptureMgnt StepLimiter + 1533 -19.325128 cm -3.5000165 cm -95.724783 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5330014 m CaptureMgnt StepLimiter + 1534 -19.251803 cm -3.4917066 cm -95.79227 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5340014 m CaptureMgnt StepLimiter + 1535 -19.178444 cm -3.4837107 cm -95.859757 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5350014 m CaptureMgnt StepLimiter + 1536 -19.105051 cm -3.4760289 cm -95.927243 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5360014 m CaptureMgnt StepLimiter + 1537 -19.031625 cm -3.4686614 cm -95.99473 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5370014 m CaptureMgnt StepLimiter + 1538 -18.958169 cm -3.4616085 cm -96.062217 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5380014 m CaptureMgnt StepLimiter + 1539 -18.884684 cm -3.4548704 cm -96.129703 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5390014 m CaptureMgnt StepLimiter + 1540 -18.81117 cm -3.4484472 cm -96.19719 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5400014 m CaptureMgnt StepLimiter + 1541 -18.737629 cm -3.4423392 cm -96.264677 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5410014 m CaptureMgnt StepLimiter + 1542 -18.664063 cm -3.4365465 cm -96.332163 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5420014 m CaptureMgnt StepLimiter + 1543 -18.590473 cm -3.4310693 cm -96.39965 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5430014 m CaptureMgnt StepLimiter + 1544 -18.516859 cm -3.4259078 cm -96.467137 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5440014 m CaptureMgnt StepLimiter + 1545 -18.443225 cm -3.4210621 cm -96.534623 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5450014 m CaptureMgnt StepLimiter + 1546 -18.36957 cm -3.4165325 cm -96.60211 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5460014 m CaptureMgnt StepLimiter + 1547 -18.295897 cm -3.412319 cm -96.669597 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5470014 m CaptureMgnt StepLimiter + 1548 -18.222206 cm -3.4084219 cm -96.737083 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5480014 m CaptureMgnt StepLimiter + 1549 -18.148499 cm -3.4048412 cm -96.80457 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5490014 m CaptureMgnt StepLimiter + 1550 -18.074777 cm -3.4015771 cm -96.872057 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5500014 m CaptureMgnt StepLimiter + 1551 -18.001042 cm -3.3986297 cm -96.939543 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5510014 m CaptureMgnt StepLimiter + 1552 -17.927295 cm -3.3959992 cm -97.00703 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5520014 m CaptureMgnt StepLimiter + 1553 -17.853537 cm -3.3936857 cm -97.074517 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5530014 m CaptureMgnt StepLimiter + 1554 -17.77977 cm -3.3916893 cm -97.142003 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5540014 m CaptureMgnt StepLimiter + 1555 -17.705996 cm -3.39001 cm -97.20949 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5550014 m CaptureMgnt StepLimiter + 1556 -17.632214 cm -3.3886481 cm -97.276977 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5560014 m CaptureMgnt StepLimiter + 1557 -17.558428 cm -3.3876036 cm -97.344463 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5570014 m CaptureMgnt StepLimiter + 1558 -17.484637 cm -3.3868766 cm -97.41195 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5580014 m CaptureMgnt StepLimiter + 1559 -17.410845 cm -3.3864671 cm -97.479437 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5590014 m CaptureMgnt StepLimiter + 1560 -17.337051 cm -3.3863753 cm -97.546923 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5600014 m CaptureMgnt StepLimiter + 1561 -17.263257 cm -3.3866013 cm -97.61441 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5610014 m CaptureMgnt StepLimiter + 1562 -17.189465 cm -3.387145 cm -97.681897 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5620014 m CaptureMgnt StepLimiter + 1563 -17.115676 cm -3.3880066 cm -97.749383 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5630014 m CaptureMgnt StepLimiter + 1564 -17.041892 cm -3.3891861 cm -97.81687 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5640014 m CaptureMgnt StepLimiter + 1565 -16.968113 cm -3.3906836 cm -97.884357 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5650014 m CaptureMgnt StepLimiter + 1566 -16.894342 cm -3.3924991 cm -97.951843 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5660014 m CaptureMgnt StepLimiter + 1567 -16.820579 cm -3.3946327 cm -98.01933 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5670014 m CaptureMgnt StepLimiter + 1568 -16.746825 cm -3.3970843 cm -98.086817 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5680014 m CaptureMgnt StepLimiter + 1569 -16.673083 cm -3.399854 cm -98.154303 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5690014 m CaptureMgnt StepLimiter + 1570 -16.599354 cm -3.4029419 cm -98.22179 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5700014 m CaptureMgnt StepLimiter + 1571 -16.525639 cm -3.4063479 cm -98.289277 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5710014 m CaptureMgnt StepLimiter + 1572 -16.451939 cm -3.4100721 cm -98.356763 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5720014 m CaptureMgnt StepLimiter + 1573 -16.378256 cm -3.4141144 cm -98.42425 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5730014 m CaptureMgnt StepLimiter + 1574 -16.304591 cm -3.4184749 cm -98.491737 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5740014 m CaptureMgnt StepLimiter + 1575 -16.230945 cm -3.4231535 cm -98.559223 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5750014 m CaptureMgnt StepLimiter + 1576 -16.157321 cm -3.4281503 cm -98.62671 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5760014 m CaptureMgnt StepLimiter + 1577 -16.083719 cm -3.4334652 cm -98.694197 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5770014 m CaptureMgnt StepLimiter + 1578 -16.01014 cm -3.4390981 cm -98.761683 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5780014 m CaptureMgnt StepLimiter + 1579 -15.936586 cm -3.4450491 cm -98.82917 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5790014 m CaptureMgnt StepLimiter + 1580 -15.863059 cm -3.4513181 cm -98.896657 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5800014 m CaptureMgnt StepLimiter + 1581 -15.78956 cm -3.457905 cm -98.964143 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5810014 m CaptureMgnt StepLimiter + 1582 -15.71609 cm -3.4648099 cm -99.03163 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5820014 m CaptureMgnt StepLimiter + 1583 -15.64265 cm -3.4720326 cm -99.099117 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5830014 m CaptureMgnt StepLimiter + 1584 -15.569243 cm -3.4795731 cm -99.166603 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5840014 m CaptureMgnt StepLimiter + 1585 -15.495868 cm -3.4874313 cm -99.23409 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5850014 m CaptureMgnt StepLimiter + 1586 -15.422529 cm -3.4956072 cm -99.301577 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5860014 m CaptureMgnt StepLimiter + 1587 -15.349225 cm -3.5041006 cm -99.369063 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5870014 m CaptureMgnt StepLimiter + 1588 -15.275959 cm -3.5129115 cm -99.43655 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5880014 m CaptureMgnt StepLimiter + 1589 -15.202732 cm -3.5220398 cm -99.504037 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5890014 m CaptureMgnt StepLimiter + 1590 -15.129545 cm -3.5314853 cm -99.571523 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5900014 m CaptureMgnt StepLimiter + 1591 -15.0564 cm -3.541248 cm -99.63901 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5910014 m CaptureMgnt StepLimiter + 1592 -14.983298 cm -3.5513278 cm -99.706497 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5920014 m CaptureMgnt StepLimiter + 1593 -14.91024 cm -3.5617246 cm -99.773983 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5930014 m CaptureMgnt StepLimiter + 1594 -14.837228 cm -3.5724381 cm -99.84147 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5940014 m CaptureMgnt StepLimiter + 1595 -14.764263 cm -3.5834684 cm -99.908957 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5950014 m CaptureMgnt StepLimiter + 1596 -14.691346 cm -3.5948152 cm -99.976443 cm 154.61318 MeV2.9588357e-17 meV 1 mm 1.5960014 m CaptureMgnt StepLimiter + 1597 -14.61848 cm -3.6064784 cm -1.0004393 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.5970014 m CaptureMgnt StepLimiter + 1598 -14.545665 cm -3.6184578 cm -1.0011142 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.5980014 m CaptureMgnt StepLimiter + 1599 -14.472903 cm -3.6307534 cm -1.001789 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.5990014 m CaptureMgnt StepLimiter + 1600 -14.400194 cm -3.6433649 cm -1.0024639 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6000014 m CaptureMgnt StepLimiter + 1601 -14.327542 cm -3.6562922 cm -1.0031388 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6010014 m CaptureMgnt StepLimiter + 1602 -14.254946 cm -3.6695351 cm -1.0038136 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6020014 m CaptureMgnt StepLimiter + 1603 -14.182408 cm -3.6830934 cm -1.0044885 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6030014 m CaptureMgnt StepLimiter + 1604 -14.10993 cm -3.696967 cm -1.0051634 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6040014 m CaptureMgnt StepLimiter + 1605 -14.037513 cm -3.7111556 cm -1.0058382 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6050014 m CaptureMgnt StepLimiter + 1606 -13.965158 cm -3.7256591 cm -1.0065131 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6060014 m CaptureMgnt StepLimiter + 1607 -13.892868 cm -3.7404772 cm -1.007188 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6070014 m CaptureMgnt StepLimiter + 1608 -13.820642 cm -3.7556097 cm -1.0078628 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6080014 m CaptureMgnt StepLimiter + 1609 -13.748483 cm -3.7710565 cm -1.0085377 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6090014 m CaptureMgnt StepLimiter + 1610 -13.676392 cm -3.7868173 cm -1.0092126 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6100014 m CaptureMgnt StepLimiter + 1611 -13.60437 cm -3.8028918 cm -1.0098874 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6110014 m CaptureMgnt StepLimiter + 1612 -13.532419 cm -3.8192799 cm -1.0105623 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6120014 m CaptureMgnt StepLimiter + 1613 -13.460539 cm -3.8359813 cm -1.0112372 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6130014 m CaptureMgnt StepLimiter + 1614 -13.388734 cm -3.8529957 cm -1.011912 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6140014 m CaptureMgnt StepLimiter + 1615 -13.317003 cm -3.8703229 cm -1.0125869 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6150014 m CaptureMgnt StepLimiter + 1616 -13.245348 cm -3.8879627 cm -1.0132618 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6160014 m CaptureMgnt StepLimiter + 1617 -13.173771 cm -3.9059147 cm -1.0139366 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6170014 m CaptureMgnt StepLimiter + 1618 -13.102273 cm -3.9241788 cm -1.0146115 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6180014 m CaptureMgnt StepLimiter + 1619 -13.030856 cm -3.9427545 cm -1.0152864 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6190014 m CaptureMgnt StepLimiter + 1620 -12.95952 cm -3.9616417 cm -1.0159612 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6200014 m CaptureMgnt StepLimiter + 1621 -12.888267 cm -3.98084 cm -1.0166361 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6210014 m CaptureMgnt StepLimiter + 1622 -12.817099 cm -4.0003492 cm -1.017311 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6220014 m CaptureMgnt StepLimiter + 1623 -12.746016 cm -4.020169 cm -1.0179858 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6230014 m CaptureMgnt StepLimiter + 1624 -12.675021 cm -4.040299 cm -1.0186607 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6240014 m CaptureMgnt StepLimiter + 1625 -12.604114 cm -4.0607389 cm -1.0193356 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6250014 m CaptureMgnt StepLimiter + 1626 -12.533298 cm -4.0814884 cm -1.0200104 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6260014 m CaptureMgnt StepLimiter + 1627 -12.462572 cm -4.1025472 cm -1.0206853 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6270014 m CaptureMgnt StepLimiter + 1628 -12.39194 cm -4.1239149 cm -1.0213602 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6280014 m CaptureMgnt StepLimiter + 1629 -12.321401 cm -4.1455913 cm -1.022035 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6290014 m CaptureMgnt StepLimiter + 1630 -12.250958 cm -4.1675759 cm -1.0227099 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6300014 m CaptureMgnt StepLimiter + 1631 -12.180612 cm -4.1898684 cm -1.0233848 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6310014 m CaptureMgnt StepLimiter + 1632 -12.110364 cm -4.2124685 cm -1.0240596 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6320014 m CaptureMgnt StepLimiter + 1633 -12.040216 cm -4.2353757 cm -1.0247345 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6330014 m CaptureMgnt StepLimiter + 1634 -11.970168 cm -4.2585898 cm -1.0254094 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6340014 m CaptureMgnt StepLimiter + 1635 -11.900223 cm -4.2821103 cm -1.0260842 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6350014 m CaptureMgnt StepLimiter + 1636 -11.830381 cm -4.3059369 cm -1.0267591 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6360014 m CaptureMgnt StepLimiter + 1637 -11.760645 cm -4.3300691 cm -1.027434 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6370014 m CaptureMgnt StepLimiter + 1638 -11.691015 cm -4.3545066 cm -1.0281088 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6380014 m CaptureMgnt StepLimiter + 1639 -11.621493 cm -4.379249 cm -1.0287837 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6390014 m CaptureMgnt StepLimiter + 1640 -11.552079 cm -4.4042959 cm -1.0294586 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6400014 m CaptureMgnt StepLimiter + 1641 -11.482777 cm -4.4296468 cm -1.0301334 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6410014 m CaptureMgnt StepLimiter + 1642 -11.413586 cm -4.4553013 cm -1.0308083 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6420014 m CaptureMgnt StepLimiter + 1643 -11.344508 cm -4.4812591 cm -1.0314832 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6430014 m CaptureMgnt StepLimiter + 1644 -11.275545 cm -4.5075196 cm -1.032158 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6440014 m CaptureMgnt StepLimiter + 1645 -11.206697 cm -4.5340824 cm -1.0328329 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6450014 m CaptureMgnt StepLimiter + 1646 -11.137967 cm -4.5609472 cm -1.0335078 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6460014 m CaptureMgnt StepLimiter + 1647 -11.069356 cm -4.5881134 cm -1.0341826 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6470014 m CaptureMgnt StepLimiter + 1648 -11.000864 cm -4.6155805 cm -1.0348575 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6480014 m CaptureMgnt StepLimiter + 1649 -10.932494 cm -4.6433482 cm -1.0355324 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6490014 m CaptureMgnt StepLimiter + 1650 -10.864246 cm -4.671416 cm -1.0362072 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6500014 m CaptureMgnt StepLimiter + 1651 -10.796123 cm -4.6997833 cm -1.0368821 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6510014 m CaptureMgnt StepLimiter + 1652 -10.728124 cm -4.7284498 cm -1.037557 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6520014 m CaptureMgnt StepLimiter + 1653 -10.660252 cm -4.7574148 cm -1.0382318 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6530014 m CaptureMgnt StepLimiter + 1654 -10.592509 cm -4.786678 cm -1.0389067 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6540014 m CaptureMgnt StepLimiter + 1655 -10.524894 cm -4.8162387 cm -1.0395816 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6550014 m CaptureMgnt StepLimiter + 1656 -10.457411 cm -4.8460966 cm -1.0402564 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6560014 m CaptureMgnt StepLimiter + 1657 -10.390059 cm -4.8762511 cm -1.0409313 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6570014 m CaptureMgnt StepLimiter + 1658 -10.322841 cm -4.9067017 cm -1.0416062 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6580014 m CaptureMgnt StepLimiter + 1659 -10.255757 cm -4.9374478 cm -1.042281 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6590014 m CaptureMgnt StepLimiter + 1660 -10.188809 cm -4.9684889 cm -1.0429559 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6600014 m CaptureMgnt StepLimiter + 1661 -10.121999 cm -4.9998246 cm -1.0436308 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6610014 m CaptureMgnt StepLimiter + 1662 -10.055327 cm -5.0314542 cm -1.0443056 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6620014 m CaptureMgnt StepLimiter + 1663 -9.9887958 cm -5.0633772 cm -1.0449805 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6630014 m CaptureMgnt StepLimiter + 1664 -9.9224054 cm -5.095593 cm -1.0456554 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6640014 m CaptureMgnt StepLimiter + 1665 -9.8561577 cm -5.1281011 cm -1.0463302 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6650014 m CaptureMgnt StepLimiter + 1666 -9.7900539 cm -5.160901 cm -1.0470051 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6660014 m CaptureMgnt StepLimiter + 1667 -9.7240953 cm -5.1939919 cm -1.04768 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6670014 m CaptureMgnt StepLimiter + 1668 -9.6582834 cm -5.2273735 cm -1.0483548 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6680014 m CaptureMgnt StepLimiter + 1669 -9.5926193 cm -5.261045 cm -1.0490297 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6690014 m CaptureMgnt StepLimiter + 1670 -9.5271045 cm -5.2950059 cm -1.0497046 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6700014 m CaptureMgnt StepLimiter + 1671 -9.4617401 cm -5.3292557 cm -1.0503794 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6710014 m CaptureMgnt StepLimiter + 1672 -9.3965276 cm -5.3637936 cm -1.0510543 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6720014 m CaptureMgnt StepLimiter + 1673 -9.3314682 cm -5.398619 cm -1.0517292 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6730014 m CaptureMgnt StepLimiter + 1674 -9.2665632 cm -5.4337315 cm -1.052404 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6740014 m CaptureMgnt StepLimiter + 1675 -9.2018139 cm -5.4691303 cm -1.0530789 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6750014 m CaptureMgnt StepLimiter + 1676 -9.1372217 cm -5.5048148 cm -1.0537538 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6760014 m CaptureMgnt StepLimiter + 1677 -9.0727878 cm -5.5407843 cm -1.0544286 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6770014 m CaptureMgnt StepLimiter + 1678 -9.0085134 cm -5.5770384 cm -1.0551035 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6780014 m CaptureMgnt StepLimiter + 1679 -8.9444 cm -5.6135762 cm -1.0557784 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6790014 m CaptureMgnt StepLimiter + 1680 -8.8804488 cm -5.6503971 cm -1.0564532 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6800014 m CaptureMgnt StepLimiter + 1681 -8.8166611 cm -5.6875006 cm -1.0571281 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6810014 m CaptureMgnt StepLimiter + 1682 -8.7530381 cm -5.7248859 cm -1.057803 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6820014 m CaptureMgnt StepLimiter + 1683 -8.6895812 cm -5.7625523 cm -1.0584778 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6830014 m CaptureMgnt StepLimiter + 1684 -8.6262916 cm -5.8004992 cm -1.0591527 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6840014 m CaptureMgnt StepLimiter + 1685 -8.5631706 cm -5.8387259 cm -1.0598276 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6850014 m CaptureMgnt StepLimiter + 1686 -8.5002195 cm -5.8772317 cm -1.0605024 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6860014 m CaptureMgnt StepLimiter + 1687 -8.4374395 cm -5.9160159 cm -1.0611773 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6870014 m CaptureMgnt StepLimiter + 1688 -8.3748319 cm -5.9550779 cm -1.0618522 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6880014 m CaptureMgnt StepLimiter + 1689 -8.3123981 cm -5.9944168 cm -1.062527 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6890014 m CaptureMgnt StepLimiter + 1690 -8.2501391 cm -6.0340321 cm -1.0632019 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6900014 m CaptureMgnt StepLimiter + 1691 -8.1880564 cm -6.0739229 cm -1.0638768 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6910014 m CaptureMgnt StepLimiter + 1692 -8.1261512 cm -6.1140886 cm -1.0645516 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6920014 m CaptureMgnt StepLimiter + 1693 -8.0644247 cm -6.1545284 cm -1.0652265 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6930014 m CaptureMgnt StepLimiter + 1694 -8.0028781 cm -6.1952416 cm -1.0659014 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6940014 m CaptureMgnt StepLimiter + 1695 -7.9415128 cm -6.2362274 cm -1.0665762 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6950014 m CaptureMgnt StepLimiter + 1696 -7.88033 cm -6.2774852 cm -1.0672511 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6960014 m CaptureMgnt StepLimiter + 1697 -7.8193309 cm -6.3190141 cm -1.067926 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6970014 m CaptureMgnt StepLimiter + 1698 -7.7585168 cm -6.3608134 cm -1.0686008 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6980014 m CaptureMgnt StepLimiter + 1699 -7.6978889 cm -6.4028823 cm -1.0692757 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.6990014 m CaptureMgnt StepLimiter + 1700 -7.6374484 cm -6.4452201 cm -1.0699506 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7000014 m CaptureMgnt StepLimiter + 1701 -7.5771966 cm -6.487826 cm -1.0706254 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7010014 m CaptureMgnt StepLimiter + 1702 -7.5171347 cm -6.5306992 cm -1.0713003 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7020014 m CaptureMgnt StepLimiter + 1703 -7.4572639 cm -6.5738389 cm -1.0719752 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7030014 m CaptureMgnt StepLimiter + 1704 -7.3975855 cm -6.6172443 cm -1.07265 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7040014 m CaptureMgnt StepLimiter + 1705 -7.3381007 cm -6.6609146 cm -1.0733249 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7050014 m CaptureMgnt StepLimiter + 1706 -7.2788107 cm -6.704849 cm -1.0739998 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7060014 m CaptureMgnt StepLimiter + 1707 -7.2197167 cm -6.7490468 cm -1.0746746 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7070014 m CaptureMgnt StepLimiter + 1708 -7.1608199 cm -6.793507 cm -1.0753495 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7080014 m CaptureMgnt StepLimiter + 1709 -7.1021216 cm -6.8382289 cm -1.0760244 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7090014 m CaptureMgnt StepLimiter + 1710 -7.0436229 cm -6.8832116 cm -1.0766992 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7100014 m CaptureMgnt StepLimiter + 1711 -6.985325 cm -6.9284543 cm -1.0773741 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7110014 m CaptureMgnt StepLimiter + 1712 -6.9272293 cm -6.9739562 cm -1.078049 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7120014 m CaptureMgnt StepLimiter + 1713 -6.8693367 cm -7.0197164 cm -1.0787238 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7130014 m CaptureMgnt StepLimiter + 1714 -6.8116486 cm -7.065734 cm -1.0793987 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7140014 m CaptureMgnt StepLimiter + 1715 -6.7541661 cm -7.1120083 cm -1.0800736 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7150014 m CaptureMgnt StepLimiter + 1716 -6.6968905 cm -7.1585383 cm -1.0807484 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7160014 m CaptureMgnt StepLimiter + 1717 -6.6398228 cm -7.2053232 cm -1.0814233 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7170014 m CaptureMgnt StepLimiter + 1718 -6.5829644 cm -7.252362 cm -1.0820982 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7180014 m CaptureMgnt StepLimiter + 1719 -6.5263163 cm -7.299654 cm -1.082773 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7190014 m CaptureMgnt StepLimiter + 1720 -6.4698797 cm -7.3471982 cm -1.0834479 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7200014 m CaptureMgnt StepLimiter + 1721 -6.4136558 cm -7.3949938 cm -1.0841228 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7210014 m CaptureMgnt StepLimiter + 1722 -6.3576458 cm -7.4430398 cm -1.0847976 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7220014 m CaptureMgnt StepLimiter + 1723 -6.3018508 cm -7.4913353 cm -1.0854725 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7230014 m CaptureMgnt StepLimiter + 1724 -6.246272 cm -7.5398795 cm -1.0861474 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7240014 m CaptureMgnt StepLimiter + 1725 -6.1909105 cm -7.5886714 cm -1.0868222 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7250014 m CaptureMgnt StepLimiter + 1726 -6.1357676 cm -7.6377101 cm -1.0874971 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7260014 m CaptureMgnt StepLimiter + 1727 -6.0808442 cm -7.6869947 cm -1.088172 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7270014 m CaptureMgnt StepLimiter + 1728 -6.0261417 cm -7.7365243 cm -1.0888468 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7280014 m CaptureMgnt StepLimiter + 1729 -5.9716611 cm -7.7862978 cm -1.0895217 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7290014 m CaptureMgnt StepLimiter + 1730 -5.9174036 cm -7.8363144 cm -1.0901966 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7300014 m CaptureMgnt StepLimiter + 1731 -5.8633703 cm -7.8865731 cm -1.0908714 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7310014 m CaptureMgnt StepLimiter + 1732 -5.8095623 cm -7.937073 cm -1.0915463 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7320014 m CaptureMgnt StepLimiter + 1733 -5.7559807 cm -7.9878132 cm -1.0922212 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7330014 m CaptureMgnt StepLimiter + 1734 -5.7026268 cm -8.0387925 cm -1.092896 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7340014 m CaptureMgnt StepLimiter + 1735 -5.6495015 cm -8.0900102 cm -1.0935709 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7350014 m CaptureMgnt StepLimiter + 1736 -5.596606 cm -8.1414651 cm -1.0942458 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7360014 m CaptureMgnt StepLimiter + 1737 -5.5439415 cm -8.1931564 cm -1.0949206 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7370014 m CaptureMgnt StepLimiter + 1738 -5.491509 cm -8.245083 cm -1.0955955 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7380014 m CaptureMgnt StepLimiter + 1739 -5.4393096 cm -8.2972439 cm -1.0962704 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7390014 m CaptureMgnt StepLimiter + 1740 -5.3873445 cm -8.3496383 cm -1.0969452 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7400014 m CaptureMgnt StepLimiter + 1741 -5.3356147 cm -8.4022649 cm -1.0976201 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7410014 m CaptureMgnt StepLimiter + 1742 -5.2841212 cm -8.4551229 cm -1.098295 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7420014 m CaptureMgnt StepLimiter + 1743 -5.2328653 cm -8.5082113 cm -1.0989698 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7430014 m CaptureMgnt StepLimiter + 1744 -5.181848 cm -8.561529 cm -1.0996447 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7440014 m CaptureMgnt StepLimiter + 1745 -5.1310704 cm -8.6150749 cm -1.1003196 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7450014 m CaptureMgnt StepLimiter + 1746 -5.0805334 cm -8.6688482 cm -1.1009944 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7460014 m CaptureMgnt StepLimiter + 1747 -5.0302383 cm -8.7228476 cm -1.1016693 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7470014 m CaptureMgnt StepLimiter + 1748 -4.9801861 cm -8.7770723 cm -1.1023442 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7480014 m CaptureMgnt StepLimiter + 1749 -4.9303777 cm -8.8315211 cm -1.103019 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7490014 m CaptureMgnt StepLimiter + 1750 -4.8808144 cm -8.886193 cm -1.1036939 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7500014 m CaptureMgnt StepLimiter + 1751 -4.8314971 cm -8.9410869 cm -1.1043688 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7510014 m CaptureMgnt StepLimiter + 1752 -4.782427 cm -8.9962019 cm -1.1050436 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7520014 m CaptureMgnt StepLimiter + 1753 -4.7336049 cm -9.0515368 cm -1.1057185 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7530014 m CaptureMgnt StepLimiter + 1754 -4.685032 cm -9.1070905 cm -1.1063934 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7540014 m CaptureMgnt StepLimiter + 1755 -4.6367093 cm -9.162862 cm -1.1070682 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7550014 m CaptureMgnt StepLimiter + 1756 -4.5886379 cm -9.2188502 cm -1.1077431 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7560014 m CaptureMgnt StepLimiter + 1757 -4.5408188 cm -9.275054 cm -1.108418 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7570014 m CaptureMgnt StepLimiter + 1758 -4.4932529 cm -9.3314723 cm -1.1090928 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7580014 m CaptureMgnt StepLimiter + 1759 -4.4459413 cm -9.3881041 cm -1.1097677 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7590014 m CaptureMgnt StepLimiter + 1760 -4.3988851 cm -9.4449482 cm -1.1104426 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7600014 m CaptureMgnt StepLimiter + 1761 -4.3520852 cm -9.5020035 cm -1.1111174 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7610014 m CaptureMgnt StepLimiter + 1762 -4.3055426 cm -9.559269 cm -1.1117923 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7620014 m CaptureMgnt StepLimiter + 1763 -4.2592584 cm -9.6167434 cm -1.1124672 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7630014 m CaptureMgnt StepLimiter + 1764 -4.2132335 cm -9.6744257 cm -1.113142 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7640014 m CaptureMgnt StepLimiter + 1765 -4.1674689 cm -9.7323148 cm -1.1138169 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7650014 m CaptureMgnt StepLimiter + 1766 -4.1219656 cm -9.7904094 cm -1.1144918 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7660014 m CaptureMgnt StepLimiter + 1767 -4.0767246 cm -9.8487086 cm -1.1151666 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7670014 m CaptureMgnt StepLimiter + 1768 -4.0317469 cm -9.9072111 cm -1.1158415 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7680014 m CaptureMgnt StepLimiter + 1769 -3.9870334 cm -9.9659158 cm -1.1165164 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7690014 m CaptureMgnt StepLimiter + 1770 -3.9425851 cm -10.024822 cm -1.1171912 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7700014 m CaptureMgnt StepLimiter + 1771 -3.8984029 cm -10.083927 cm -1.1178661 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7710014 m CaptureMgnt StepLimiter + 1772 -3.8544879 cm -10.143232 cm -1.118541 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7720014 m CaptureMgnt StepLimiter + 1773 -3.810841 cm -10.202734 cm -1.1192158 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7730014 m CaptureMgnt StepLimiter + 1774 -3.767463 cm -10.262432 cm -1.1198907 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7740014 m CaptureMgnt StepLimiter + 1775 -3.724355 cm -10.322326 cm -1.1205656 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7750014 m CaptureMgnt StepLimiter + 1776 -3.681518 cm -10.382413 cm -1.1212404 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7760014 m CaptureMgnt StepLimiter + 1777 -3.6389527 cm -10.442694 cm -1.1219153 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7770014 m CaptureMgnt StepLimiter + 1778 -3.5966602 cm -10.503166 cm -1.1225902 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7780014 m CaptureMgnt StepLimiter + 1779 -3.5546414 cm -10.563829 cm -1.123265 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7790014 m CaptureMgnt StepLimiter + 1780 -3.5128972 cm -10.624681 cm -1.1239399 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7800014 m CaptureMgnt StepLimiter + 1781 -3.4714285 cm -10.685721 cm -1.1246148 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7810014 m CaptureMgnt StepLimiter + 1782 -3.4302362 cm -10.746947 cm -1.1252896 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7820014 m CaptureMgnt StepLimiter + 1783 -3.3893212 cm -10.80836 cm -1.1259645 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7830014 m CaptureMgnt StepLimiter + 1784 -3.3486844 cm -10.869957 cm -1.1266394 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7840014 m CaptureMgnt StepLimiter + 1785 -3.3083267 cm -10.931737 cm -1.1273142 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7850014 m CaptureMgnt StepLimiter + 1786 -3.2682491 cm -10.9937 cm -1.1279891 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7860014 m CaptureMgnt StepLimiter + 1787 -3.2284523 cm -11.055843 cm -1.128664 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7870014 m CaptureMgnt StepLimiter + 1788 -3.1889372 cm -11.118165 cm -1.1293388 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7880014 m CaptureMgnt StepLimiter + 1789 -3.1497048 cm -11.180666 cm -1.1300137 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7890014 m CaptureMgnt StepLimiter + 1790 -3.1107559 cm -11.243344 cm -1.1306886 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7900014 m CaptureMgnt StepLimiter + 1791 -3.0720913 cm -11.306198 cm -1.1313634 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7910014 m CaptureMgnt StepLimiter + 1792 -3.0337119 cm -11.369226 cm -1.1320383 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7920014 m CaptureMgnt StepLimiter + 1793 -2.9956186 cm -11.432428 cm -1.1327132 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7930014 m CaptureMgnt StepLimiter + 1794 -2.9578122 cm -11.495801 cm -1.133388 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7940014 m CaptureMgnt StepLimiter + 1795 -2.9202935 cm -11.559346 cm -1.1340629 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7950014 m CaptureMgnt StepLimiter + 1796 -2.8830633 cm -11.623059 cm -1.1347378 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7960014 m CaptureMgnt StepLimiter + 1797 -2.8461226 cm -11.686942 cm -1.1354126 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7970014 m CaptureMgnt StepLimiter + 1798 -2.8094721 cm -11.750991 cm -1.1360875 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7980014 m CaptureMgnt StepLimiter + 1799 -2.7731126 cm -11.815205 cm -1.1367624 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.7990014 m CaptureMgnt StepLimiter + 1800 -2.737045 cm -11.879584 cm -1.1374372 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8000014 m CaptureMgnt StepLimiter + 1801 -2.70127 cm -11.944127 cm -1.1381121 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8010014 m CaptureMgnt StepLimiter + 1802 -2.6657885 cm -12.008831 cm -1.138787 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8020014 m CaptureMgnt StepLimiter + 1803 -2.6306013 cm -12.073695 cm -1.1394618 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8030014 m CaptureMgnt StepLimiter + 1804 -2.595709 cm -12.138719 cm -1.1401367 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8040014 m CaptureMgnt StepLimiter + 1805 -2.5611126 cm -12.2039 cm -1.1408116 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8050014 m CaptureMgnt StepLimiter + 1806 -2.5268128 cm -12.269238 cm -1.1414864 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8060014 m CaptureMgnt StepLimiter + 1807 -2.4928104 cm -12.334732 cm -1.1421613 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8070014 m CaptureMgnt StepLimiter + 1808 -2.4591062 cm -12.400379 cm -1.1428362 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8080014 m CaptureMgnt StepLimiter + 1809 -2.4257008 cm -12.466179 cm -1.143511 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8090014 m CaptureMgnt StepLimiter + 1810 -2.3925951 cm -12.53213 cm -1.1441859 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8100014 m CaptureMgnt StepLimiter + 1811 -2.3597897 cm -12.598231 cm -1.1448608 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8110014 m CaptureMgnt StepLimiter + 1812 -2.3272856 cm -12.664481 cm -1.1455356 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8120014 m CaptureMgnt StepLimiter + 1813 -2.2950833 cm -12.730877 cm -1.1462105 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8130014 m CaptureMgnt StepLimiter + 1814 -2.2631837 cm -12.79742 cm -1.1468854 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8140014 m CaptureMgnt StepLimiter + 1815 -2.2315874 cm -12.864108 cm -1.1475602 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8150014 m CaptureMgnt StepLimiter + 1816 -2.2002951 cm -12.930938 cm -1.1482351 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8160014 m CaptureMgnt StepLimiter + 1817 -2.1693077 cm -12.997911 cm -1.14891 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8170014 m CaptureMgnt StepLimiter + 1818 -2.1386257 cm -13.065024 cm -1.1495848 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8180014 m CaptureMgnt StepLimiter + 1819 -2.10825 cm -13.132276 cm -1.1502597 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8190014 m CaptureMgnt StepLimiter + 1820 -2.0781811 cm -13.199666 cm -1.1509346 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8200014 m CaptureMgnt StepLimiter + 1821 -2.0484198 cm -13.267192 cm -1.1516094 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8210014 m CaptureMgnt StepLimiter + 1822 -2.0189668 cm -13.334854 cm -1.1522843 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8220014 m CaptureMgnt StepLimiter + 1823 -1.9898227 cm -13.402649 cm -1.1529592 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8230014 m CaptureMgnt StepLimiter + 1824 -1.9609882 cm -13.470576 cm -1.153634 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8240014 m CaptureMgnt StepLimiter + 1825 -1.9324641 cm -13.538634 cm -1.1543089 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8250014 m CaptureMgnt StepLimiter + 1826 -1.9042508 cm -13.606822 cm -1.1549838 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8260014 m CaptureMgnt StepLimiter + 1827 -1.8763492 cm -13.675138 cm -1.1556586 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8270014 m CaptureMgnt StepLimiter + 1828 -1.8487598 cm -13.74358 cm -1.1563335 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8280014 m CaptureMgnt StepLimiter + 1829 -1.8214833 cm -13.812148 cm -1.1570084 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8290014 m CaptureMgnt StepLimiter + 1830 -1.7945203 cm -13.880839 cm -1.1576832 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8300014 m CaptureMgnt StepLimiter + 1831 -1.7678715 cm -13.949653 cm -1.1583581 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8310014 m CaptureMgnt StepLimiter + 1832 -1.7415375 cm -14.018589 cm -1.159033 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8320014 m CaptureMgnt StepLimiter + 1833 -1.7155189 cm -14.087643 cm -1.1597078 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8330014 m CaptureMgnt StepLimiter + 1834 -1.6898162 cm -14.156817 cm -1.1603827 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8340014 m CaptureMgnt StepLimiter + 1835 -1.6644302 cm -14.226106 cm -1.1610576 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8350014 m CaptureMgnt StepLimiter + 1836 -1.6393614 cm -14.295512 cm -1.1617324 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8360014 m CaptureMgnt StepLimiter + 1837 -1.6146105 cm -14.365031 cm -1.1624073 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8370014 m CaptureMgnt StepLimiter + 1838 -1.5901779 cm -14.434663 cm -1.1630822 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8380014 m CaptureMgnt StepLimiter + 1839 -1.5660642 cm -14.504406 cm -1.163757 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8390014 m CaptureMgnt StepLimiter + 1840 -1.5422701 cm -14.574258 cm -1.1644319 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8400014 m CaptureMgnt StepLimiter + 1841 -1.5187962 cm -14.644219 cm -1.1651068 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8410014 m CaptureMgnt StepLimiter + 1842 -1.4956429 cm -14.714287 cm -1.1657816 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8420014 m CaptureMgnt StepLimiter + 1843 -1.4728108 cm -14.78446 cm -1.1664565 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8430014 m CaptureMgnt StepLimiter + 1844 -1.4503005 cm -14.854736 cm -1.1671314 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8440014 m CaptureMgnt StepLimiter + 1845 -1.4281125 cm -14.925116 cm -1.1678062 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8450014 m CaptureMgnt StepLimiter + 1846 -1.4062474 cm -14.995596 cm -1.1684811 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8460014 m CaptureMgnt StepLimiter + 1847 -1.3847056 cm -15.066175 cm -1.169156 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8470014 m CaptureMgnt StepLimiter + 1848 -1.3634878 cm -15.136853 cm -1.1698308 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8480014 m CaptureMgnt StepLimiter + 1849 -1.3425943 cm -15.207628 cm -1.1705057 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8490014 m CaptureMgnt StepLimiter + 1850 -1.3220258 cm -15.278497 cm -1.1711806 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8500014 m CaptureMgnt StepLimiter + 1851 -1.3017827 cm -15.34946 cm -1.1718554 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8510014 m CaptureMgnt StepLimiter + 1852 -1.2818656 cm -15.420515 cm -1.1725303 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8520014 m CaptureMgnt StepLimiter + 1853 -1.2622748 cm -15.491661 cm -1.1732052 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8530014 m CaptureMgnt StepLimiter + 1854 -1.2430109 cm -15.562896 cm -1.17388 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8540014 m CaptureMgnt StepLimiter + 1855 -1.2240745 cm -15.634219 cm -1.1745549 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8550014 m CaptureMgnt StepLimiter + 1856 -1.2054658 cm -15.705628 cm -1.1752298 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8560014 m CaptureMgnt StepLimiter + 1857 -1.1871855 cm -15.777122 cm -1.1759046 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8570014 m CaptureMgnt StepLimiter + 1858 -1.1692339 cm -15.848699 cm -1.1765795 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8580014 m CaptureMgnt StepLimiter + 1859 -1.1516115 cm -15.920358 cm -1.1772544 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8590014 m CaptureMgnt StepLimiter + 1860 -1.1343188 cm -15.992097 cm -1.1779292 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8600014 m CaptureMgnt StepLimiter + 1861 -1.1173561 cm -16.063915 cm -1.1786041 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8610014 m CaptureMgnt StepLimiter + 1862 -1.100724 cm -16.13581 cm -1.179279 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8620014 m CaptureMgnt StepLimiter + 1863 -1.0844228 cm -16.207781 cm -1.1799538 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8630014 m CaptureMgnt StepLimiter + 1864 -1.0684529 cm -16.279826 cm -1.1806287 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8640014 m CaptureMgnt StepLimiter + 1865 -1.0528148 cm -16.351944 cm -1.1813036 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8650014 m CaptureMgnt StepLimiter + 1866 -1.0375089 cm -16.424133 cm -1.1819784 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8660014 m CaptureMgnt StepLimiter + 1867 -1.0225355 cm -16.496392 cm -1.1826533 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8670014 m CaptureMgnt StepLimiter + 1868 -1.0078951 cm -16.568719 cm -1.1833282 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8680014 m CaptureMgnt StepLimiter + 1869 -9.9358799 mm -16.641113 cm -1.184003 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8690014 m CaptureMgnt StepLimiter + 1870 -9.7961459 mm -16.713572 cm -1.1846779 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8700014 m CaptureMgnt StepLimiter + 1871 -9.6597526 mm -16.786094 cm -1.1853528 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8710014 m CaptureMgnt StepLimiter + 1872 -9.5267035 mm -16.858679 cm -1.1860276 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8720014 m CaptureMgnt StepLimiter + 1873 -9.3970023 mm -16.931324 cm -1.1867025 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8730014 m CaptureMgnt StepLimiter + 1874 -9.2706523 mm -17.004028 cm -1.1873774 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8740014 m CaptureMgnt StepLimiter + 1875 -9.1476571 mm -17.07679 cm -1.1880522 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8750014 m CaptureMgnt StepLimiter + 1876 -9.0280198 mm -17.149607 cm -1.1887271 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8760014 m CaptureMgnt StepLimiter + 1877 -8.9117438 mm -17.222479 cm -1.189402 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8770014 m CaptureMgnt StepLimiter + 1878 -8.7988323 mm -17.295404 cm -1.1900768 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8780014 m CaptureMgnt StepLimiter + 1879 -8.6892883 mm -17.368381 cm -1.1907517 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8790014 m CaptureMgnt StepLimiter + 1880 -8.583115 mm -17.441407 cm -1.1914266 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8800014 m CaptureMgnt StepLimiter + 1881 -8.4803152 mm -17.514481 cm -1.1921014 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8810014 m CaptureMgnt StepLimiter + 1882 -8.380892 mm -17.587602 cm -1.1927763 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8820014 m CaptureMgnt StepLimiter + 1883 -8.2848481 mm -17.660768 cm -1.1934512 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8830014 m CaptureMgnt StepLimiter + 1884 -8.1921863 mm -17.733978 cm -1.194126 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8840014 m CaptureMgnt StepLimiter + 1885 -8.1029093 mm -17.80723 cm -1.1948009 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8850014 m CaptureMgnt StepLimiter + 1886 -8.0170197 mm -17.880523 cm -1.1954758 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8860014 m CaptureMgnt StepLimiter + 1887 -7.9345201 mm -17.953854 cm -1.1961506 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8870014 m CaptureMgnt StepLimiter + 1888 -7.8554129 mm -18.027222 cm -1.1968255 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8880014 m CaptureMgnt StepLimiter + 1889 -7.7797006 mm -18.100627 cm -1.1975004 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8890014 m CaptureMgnt StepLimiter + 1890 -7.7073855 mm -18.174066 cm -1.1981752 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8900014 m CaptureMgnt StepLimiter + 1891 -7.6384699 mm -18.247537 cm -1.1988501 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8910014 m CaptureMgnt StepLimiter + 1892 -7.572956 mm -18.32104 cm -1.199525 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8920014 m CaptureMgnt StepLimiter + 1893 -7.5108458 mm -18.394572 cm -1.2001998 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8930014 m CaptureMgnt StepLimiter + 1894 -7.4521414 mm -18.468132 cm -1.2008747 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8940014 m CaptureMgnt StepLimiter + 1895 -7.3968449 mm -18.541718 cm -1.2015496 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8950014 m CaptureMgnt StepLimiter + 1896 -7.3449581 mm -18.615329 cm -1.2022244 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8960014 m CaptureMgnt StepLimiter + 1897 -7.2964828 mm -18.688964 cm -1.2028993 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8970014 m CaptureMgnt StepLimiter + 1898 -7.2514208 mm -18.76262 cm -1.2035742 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8980014 m CaptureMgnt StepLimiter + 1899 -7.2097739 mm -18.836296 cm -1.204249 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.8990014 m CaptureMgnt StepLimiter + 1900 -7.1715435 mm -18.909991 cm -1.2049239 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9000014 m CaptureMgnt StepLimiter + 1901 -7.1367313 mm -18.983703 cm -1.2055988 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9010014 m CaptureMgnt StepLimiter + 1902 -7.1053387 mm -19.05743 cm -1.2062736 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9020014 m CaptureMgnt StepLimiter + 1903 -7.0773671 mm -19.131171 cm -1.2069485 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9030014 m CaptureMgnt StepLimiter + 1904 -7.0528179 mm -19.204924 cm -1.2076234 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9040014 m CaptureMgnt StepLimiter + 1905 -7.0316922 mm -19.278688 cm -1.2082982 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9050014 m CaptureMgnt StepLimiter + 1906 -7.0139914 mm -19.35246 cm -1.2089731 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9060014 m CaptureMgnt StepLimiter + 1907 -6.9997163 mm -19.42624 cm -1.209648 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9070014 m CaptureMgnt StepLimiter + 1908 -6.9888682 mm -19.500026 cm -1.2103228 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9080014 m CaptureMgnt StepLimiter + 1909 -6.9814479 mm -19.573816 cm -1.2109977 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9090014 m CaptureMgnt StepLimiter + 1910 -6.9774564 mm -19.647609 cm -1.2116726 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9100014 m CaptureMgnt StepLimiter + 1911 -6.9768944 mm -19.721403 cm -1.2123474 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9110014 m CaptureMgnt StepLimiter + 1912 -6.9797626 mm -19.795197 cm -1.2130223 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9120014 m CaptureMgnt StepLimiter + 1913 -6.9860618 mm -19.868988 cm -1.2136972 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9130014 m CaptureMgnt StepLimiter + 1914 -6.9957925 mm -19.942775 cm -1.214372 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9140014 m CaptureMgnt StepLimiter + 1915 -7.0089552 mm -20.016557 cm -1.2150469 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9150014 m CaptureMgnt StepLimiter + 1916 -7.0255504 mm -20.090333 cm -1.2157218 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9160014 m CaptureMgnt StepLimiter + 1917 -7.0455783 mm -20.164099 cm -1.2163966 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9170014 m CaptureMgnt StepLimiter + 1918 -7.0690394 mm -20.237856 cm -1.2170715 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9180014 m CaptureMgnt StepLimiter + 1919 -7.0959338 mm -20.311601 cm -1.2177464 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9190014 m CaptureMgnt StepLimiter + 1920 -7.1262617 mm -20.385332 cm -1.2184212 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9200014 m CaptureMgnt StepLimiter + 1921 -7.1600231 mm -20.459049 cm -1.2190961 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9210014 m CaptureMgnt StepLimiter + 1922 -7.197218 mm -20.532749 cm -1.219771 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9220014 m CaptureMgnt StepLimiter + 1923 -7.2378463 mm -20.606431 cm -1.2204458 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9230014 m CaptureMgnt StepLimiter + 1924 -7.2819078 mm -20.680093 cm -1.2211207 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9240014 m CaptureMgnt StepLimiter + 1925 -7.3294024 mm -20.753734 cm -1.2217956 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9250014 m CaptureMgnt StepLimiter + 1926 -7.3803297 mm -20.827352 cm -1.2224704 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9260014 m CaptureMgnt StepLimiter + 1927 -7.4346892 mm -20.900946 cm -1.2231453 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9270014 m CaptureMgnt StepLimiter + 1928 -7.4924807 mm -20.974513 cm -1.2238202 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9280014 m CaptureMgnt StepLimiter + 1929 -7.5537034 mm -21.048052 cm -1.224495 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9290014 m CaptureMgnt StepLimiter + 1930 -7.6183569 mm -21.121562 cm -1.2251699 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9300014 m CaptureMgnt StepLimiter + 1931 -7.6864403 mm -21.195042 cm -1.2258448 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9310014 m CaptureMgnt StepLimiter + 1932 -7.757953 mm -21.268488 cm -1.2265196 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9320014 m CaptureMgnt StepLimiter + 1933 -7.8328941 mm -21.341901 cm -1.2271945 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9330014 m CaptureMgnt StepLimiter + 1934 -7.9112627 mm -21.415277 cm -1.2278694 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9340014 m CaptureMgnt StepLimiter + 1935 -7.9930578 mm -21.488616 cm -1.2285442 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9350014 m CaptureMgnt StepLimiter + 1936 -8.0782783 mm -21.561917 cm -1.2292191 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9360014 m CaptureMgnt StepLimiter + 1937 -8.166923 mm -21.635176 cm -1.229894 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9370014 m CaptureMgnt StepLimiter + 1938 -8.2589909 mm -21.708393 cm -1.2305688 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9380014 m CaptureMgnt StepLimiter + 1939 -8.3544805 mm -21.781567 cm -1.2312437 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9390014 m CaptureMgnt StepLimiter + 1940 -8.4533904 mm -21.854695 cm -1.2319186 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9400014 m CaptureMgnt StepLimiter + 1941 -8.5557193 mm -21.927776 cm -1.2325934 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9410014 m CaptureMgnt StepLimiter + 1942 -8.6614657 mm -22.000808 cm -1.2332683 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9420014 m CaptureMgnt StepLimiter + 1943 -8.7706278 mm -22.07379 cm -1.2339432 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9430014 m CaptureMgnt StepLimiter + 1944 -8.8832041 mm -22.14672 cm -1.234618 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9440014 m CaptureMgnt StepLimiter + 1945 -8.9991927 mm -22.219597 cm -1.2352929 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9450014 m CaptureMgnt StepLimiter + 1946 -9.118592 mm -22.292419 cm -1.2359678 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9460014 m CaptureMgnt StepLimiter + 1947 -9.2413998 mm -22.365183 cm -1.2366426 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9470014 m CaptureMgnt StepLimiter + 1948 -9.3676143 mm -22.43789 cm -1.2373175 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9480014 m CaptureMgnt StepLimiter + 1949 -9.4972334 mm -22.510537 cm -1.2379924 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9490014 m CaptureMgnt StepLimiter + 1950 -9.630255 mm -22.583122 cm -1.2386672 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9500014 m CaptureMgnt StepLimiter + 1951 -9.7666769 mm -22.655644 cm -1.2393421 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9510014 m CaptureMgnt StepLimiter + 1952 -9.9064967 mm -22.728101 cm -1.240017 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9520014 m CaptureMgnt StepLimiter + 1953 -1.0049712 cm -22.800492 cm -1.2406918 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9530014 m CaptureMgnt StepLimiter + 1954 -1.0196321 cm -22.872814 cm -1.2413667 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9540014 m CaptureMgnt StepLimiter + 1955 -1.034632 cm -22.945068 cm -1.2420416 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9550014 m CaptureMgnt StepLimiter + 1956 -1.0499707 cm -23.01725 cm -1.2427164 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9560014 m CaptureMgnt StepLimiter + 1957 -1.065648 cm -23.089359 cm -1.2433913 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9570014 m CaptureMgnt StepLimiter + 1958 -1.0816635 cm -23.161394 cm -1.2440662 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9580014 m CaptureMgnt StepLimiter + 1959 -1.098017 cm -23.233353 cm -1.244741 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9590014 m CaptureMgnt StepLimiter + 1960 -1.1147082 cm -23.305235 cm -1.2454159 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9600014 m CaptureMgnt StepLimiter + 1961 -1.1317368 cm -23.377037 cm -1.2460908 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9610014 m CaptureMgnt StepLimiter + 1962 -1.1491025 cm -23.448759 cm -1.2467656 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9620014 m CaptureMgnt StepLimiter + 1963 -1.1668049 cm -23.520398 cm -1.2474405 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9630014 m CaptureMgnt StepLimiter + 1964 -1.1848438 cm -23.591953 cm -1.2481154 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9640014 m CaptureMgnt StepLimiter + 1965 -1.2032188 cm -23.663422 cm -1.2487902 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9650014 m CaptureMgnt StepLimiter + 1966 -1.2219296 cm -23.734805 cm -1.2494651 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9660014 m CaptureMgnt StepLimiter + 1967 -1.2409759 cm -23.806098 cm -1.25014 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9670014 m CaptureMgnt StepLimiter + 1968 -1.2603572 cm -23.877302 cm -1.2508148 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9680014 m CaptureMgnt StepLimiter + 1969 -1.2800733 cm -23.948413 cm -1.2514897 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9690014 m CaptureMgnt StepLimiter + 1970 -1.3001238 cm -24.019431 cm -1.2521646 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9700014 m CaptureMgnt StepLimiter + 1971 -1.3205082 cm -24.090353 cm -1.2528394 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9710014 m CaptureMgnt StepLimiter + 1972 -1.3412262 cm -24.161179 cm -1.2535143 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9720014 m CaptureMgnt StepLimiter + 1973 -1.3622775 cm -24.231907 cm -1.2541892 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9730014 m CaptureMgnt StepLimiter + 1974 -1.3836616 cm -24.302534 cm -1.254864 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9740014 m CaptureMgnt StepLimiter + 1975 -1.4053781 cm -24.37306 cm -1.2555389 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9750014 m CaptureMgnt StepLimiter + 1976 -1.4274266 cm -24.443483 cm -1.2562138 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9760014 m CaptureMgnt StepLimiter + 1977 -1.4498067 cm -24.513802 cm -1.2568886 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9770014 m CaptureMgnt StepLimiter + 1978 -1.4725179 cm -24.584014 cm -1.2575635 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9780014 m CaptureMgnt StepLimiter + 1979 -1.4955599 cm -24.654118 cm -1.2582384 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9790014 m CaptureMgnt StepLimiter + 1980 -1.5189321 cm -24.724113 cm -1.2589132 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9800014 m CaptureMgnt StepLimiter + 1981 -1.5426342 cm -24.793997 cm -1.2595881 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9810014 m CaptureMgnt StepLimiter + 1982 -1.5666656 cm -24.863768 cm -1.260263 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9820014 m CaptureMgnt StepLimiter + 1983 -1.5910259 cm -24.933425 cm -1.2609378 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9830014 m CaptureMgnt StepLimiter + 1984 -1.6157147 cm -25.002967 cm -1.2616127 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9840014 m CaptureMgnt StepLimiter + 1985 -1.6407314 cm -25.072391 cm -1.2622876 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9850014 m CaptureMgnt StepLimiter + 1986 -1.6660755 cm -25.141696 cm -1.2629624 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9860014 m CaptureMgnt StepLimiter + 1987 -1.6917466 cm -25.210881 cm -1.2636373 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9870014 m CaptureMgnt StepLimiter + 1988 -1.7177441 cm -25.279944 cm -1.2643122 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9880014 m CaptureMgnt StepLimiter + 1989 -1.7440676 cm -25.348883 cm -1.264987 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9890014 m CaptureMgnt StepLimiter + 1990 -1.7707165 cm -25.417697 cm -1.2656619 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9900014 m CaptureMgnt StepLimiter + 1991 -1.7976903 cm -25.486384 cm -1.2663368 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9910014 m CaptureMgnt StepLimiter + 1992 -1.8249884 cm -25.554943 cm -1.2670116 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9920014 m CaptureMgnt StepLimiter + 1993 -1.8526104 cm -25.623373 cm -1.2676865 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9930014 m CaptureMgnt StepLimiter + 1994 -1.8805556 cm -25.69167 cm -1.2683614 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9940014 m CaptureMgnt StepLimiter + 1995 -1.9088235 cm -25.759835 cm -1.2690362 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9950014 m CaptureMgnt StepLimiter + 1996 -1.9374135 cm -25.827866 cm -1.2697111 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9960014 m CaptureMgnt StepLimiter + 1997 -1.9663251 cm -25.89576 cm -1.270386 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9970014 m CaptureMgnt StepLimiter + 1998 -1.9955577 cm -25.963517 cm -1.2710608 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9980014 m CaptureMgnt StepLimiter + 1999 -2.0251107 cm -26.031135 cm -1.2717357 m 154.61318 MeV2.9588357e-17 meV 1 mm 1.9990014 m CaptureMgnt StepLimiter + 2000 -2.0549835 cm -26.098612 cm -1.2724106 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0000014 m CaptureMgnt StepLimiter + 2001 -2.0851755 cm -26.165947 cm -1.2730854 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0010014 m CaptureMgnt StepLimiter + 2002 -2.115686 cm -26.233138 cm -1.2737603 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0020014 m CaptureMgnt StepLimiter + 2003 -2.1465145 cm -26.300184 cm -1.2744352 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0030014 m CaptureMgnt StepLimiter + 2004 -2.1776604 cm -26.367083 cm -1.27511 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0040014 m CaptureMgnt StepLimiter + 2005 -2.2091229 cm -26.433834 cm -1.2757849 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0050014 m CaptureMgnt StepLimiter + 2006 -2.2409015 cm -26.500434 cm -1.2764598 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0060014 m CaptureMgnt StepLimiter + 2007 -2.2729956 cm -26.566884 cm -1.2771346 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0070014 m CaptureMgnt StepLimiter + 2008 -2.3054044 cm -26.63318 cm -1.2778095 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0080014 m CaptureMgnt StepLimiter + 2009 -2.3381272 cm -26.699322 cm -1.2784844 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0090014 m CaptureMgnt StepLimiter + 2010 -2.3711635 cm -26.765308 cm -1.2791592 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0100014 m CaptureMgnt StepLimiter + 2011 -2.4045125 cm -26.831136 cm -1.2798341 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0110014 m CaptureMgnt StepLimiter + 2012 -2.4381736 cm -26.896806 cm -1.280509 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0120014 m CaptureMgnt StepLimiter + 2013 -2.472146 cm -26.962315 cm -1.2811838 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0130014 m CaptureMgnt StepLimiter + 2014 -2.5064291 cm -27.027661 cm -1.2818587 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0140014 m CaptureMgnt StepLimiter + 2015 -2.5410222 cm -27.092845 cm -1.2825336 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0150014 m CaptureMgnt StepLimiter + 2016 -2.5759245 cm -27.157863 cm -1.2832084 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0160014 m CaptureMgnt StepLimiter + 2017 -2.6111352 cm -27.222715 cm -1.2838833 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0170014 m CaptureMgnt StepLimiter + 2018 -2.6466538 cm -27.287398 cm -1.2845582 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0180014 m CaptureMgnt StepLimiter + 2019 -2.6824794 cm -27.351912 cm -1.285233 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0190014 m CaptureMgnt StepLimiter + 2020 -2.7186112 cm -27.416255 cm -1.2859079 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0200014 m CaptureMgnt StepLimiter + 2021 -2.7550486 cm -27.480426 cm -1.2865828 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0210014 m CaptureMgnt StepLimiter + 2022 -2.7917908 cm -27.544422 cm -1.2872576 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0220014 m CaptureMgnt StepLimiter + 2023 -2.828837 cm -27.608243 cm -1.2879325 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0230014 m CaptureMgnt StepLimiter + 2024 -2.8661864 cm -27.671887 cm -1.2886074 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0240014 m CaptureMgnt StepLimiter + 2025 -2.9038383 cm -27.735353 cm -1.2892822 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0250014 m CaptureMgnt StepLimiter + 2026 -2.9417918 cm -27.798639 cm -1.2899571 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0260014 m CaptureMgnt StepLimiter + 2027 -2.9800462 cm -27.861743 cm -1.290632 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0270014 m CaptureMgnt StepLimiter + 2028 -3.0186006 cm -27.924664 cm -1.2913068 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0280014 m CaptureMgnt StepLimiter + 2029 -3.0574543 cm -27.987401 cm -1.2919817 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0290014 m CaptureMgnt StepLimiter + 2030 -3.0966064 cm -28.049952 cm -1.2926566 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0300014 m CaptureMgnt StepLimiter + 2031 -3.136056 cm -28.112316 cm -1.2933314 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0310014 m CaptureMgnt StepLimiter + 2032 -3.1758025 cm -28.174492 cm -1.2940063 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0320014 m CaptureMgnt StepLimiter + 2033 -3.2158448 cm -28.236477 cm -1.2946812 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0330014 m CaptureMgnt StepLimiter + 2034 -3.2561822 cm -28.29827 cm -1.295356 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0340014 m CaptureMgnt StepLimiter + 2035 -3.2968138 cm -28.359871 cm -1.2960309 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0350014 m CaptureMgnt StepLimiter + 2036 -3.3377388 cm -28.421277 cm -1.2967058 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0360014 m CaptureMgnt StepLimiter + 2037 -3.3789562 cm -28.482487 cm -1.2973806 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0370014 m CaptureMgnt StepLimiter + 2038 -3.4204652 cm -28.543499 cm -1.2980555 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0380014 m CaptureMgnt StepLimiter + 2039 -3.4622649 cm -28.604313 cm -1.2987304 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0390014 m CaptureMgnt StepLimiter + 2040 -3.5043545 cm -28.664927 cm -1.2994052 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0400014 m CaptureMgnt StepLimiter + 2041 -3.5467329 cm -28.725339 cm -1.3000801 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0410014 m CaptureMgnt StepLimiter + 2042 -3.5893994 cm -28.785547 cm -1.300755 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0420014 m CaptureMgnt StepLimiter + 2043 -3.6323529 cm -28.845552 cm -1.3014298 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0430014 m CaptureMgnt StepLimiter + 2044 -3.6755927 cm -28.90535 cm -1.3021047 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0440014 m CaptureMgnt StepLimiter + 2045 -3.7191176 cm -28.964942 cm -1.3027796 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0450014 m CaptureMgnt StepLimiter + 2046 -3.7629269 cm -29.024324 cm -1.3034544 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0460014 m CaptureMgnt StepLimiter + 2047 -3.8070196 cm -29.083497 cm -1.3041293 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0470014 m CaptureMgnt StepLimiter + 2048 -3.8513946 cm -29.142458 cm -1.3048042 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0480014 m CaptureMgnt StepLimiter + 2049 -3.8960511 cm -29.201206 cm -1.305479 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0490014 m CaptureMgnt StepLimiter + 2050 -3.9409881 cm -29.25974 cm -1.3061539 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0500014 m CaptureMgnt StepLimiter + 2051 -3.9862047 cm -29.318058 cm -1.3068288 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0510014 m CaptureMgnt StepLimiter + 2052 -4.0316997 cm -29.376159 cm -1.3075036 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0520014 m CaptureMgnt StepLimiter + 2053 -4.0774724 cm -29.434041 cm -1.3081785 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0530014 m CaptureMgnt StepLimiter + 2054 -4.1235216 cm -29.491704 cm -1.3088534 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0540014 m CaptureMgnt StepLimiter + 2055 -4.1698463 cm -29.549146 cm -1.3095282 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0550014 m CaptureMgnt StepLimiter + 2056 -4.2164456 cm -29.606365 cm -1.3102031 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0560014 m CaptureMgnt StepLimiter + 2057 -4.2633185 cm -29.663361 cm -1.310878 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0570014 m CaptureMgnt StepLimiter + 2058 -4.3104639 cm -29.720131 cm -1.3115528 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0580014 m CaptureMgnt StepLimiter + 2059 -4.3578808 cm -29.776674 cm -1.3122277 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0590014 m CaptureMgnt StepLimiter + 2060 -4.4055682 cm -29.83299 cm -1.3129026 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0600014 m CaptureMgnt StepLimiter + 2061 -4.453525 cm -29.889077 cm -1.3135774 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0610014 m CaptureMgnt StepLimiter + 2062 -4.5017501 cm -29.944932 cm -1.3142523 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0620014 m CaptureMgnt StepLimiter + 2063 -4.5502426 cm -30.000556 cm -1.3149272 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0630014 m CaptureMgnt StepLimiter + 2064 -4.5990014 cm -30.055947 cm -1.315602 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0640014 m CaptureMgnt StepLimiter + 2065 -4.6480254 cm -30.111103 cm -1.3162769 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0650014 m CaptureMgnt StepLimiter + 2066 -4.6973134 cm -30.166023 cm -1.3169518 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0660014 m CaptureMgnt StepLimiter + 2067 -4.7468645 cm -30.220706 cm -1.3176266 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0670014 m CaptureMgnt StepLimiter + 2068 -4.7966776 cm -30.275151 cm -1.3183015 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0680014 m CaptureMgnt StepLimiter + 2069 -4.8467515 cm -30.329355 cm -1.3189764 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0690014 m CaptureMgnt StepLimiter + 2070 -4.8970852 cm -30.383319 cm -1.3196512 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0700014 m CaptureMgnt StepLimiter + 2071 -4.9476775 cm -30.43704 cm -1.3203261 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0710014 m CaptureMgnt StepLimiter + 2072 -4.9985273 cm -30.490517 cm -1.321001 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0720014 m CaptureMgnt StepLimiter + 2073 -5.0496336 cm -30.54375 cm -1.3216758 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0730014 m CaptureMgnt StepLimiter + 2074 -5.1009951 cm -30.596736 cm -1.3223507 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0740014 m CaptureMgnt StepLimiter + 2075 -5.1526108 cm -30.649474 cm -1.3230256 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0750014 m CaptureMgnt StepLimiter + 2076 -5.2044795 cm -30.701964 cm -1.3237004 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0760014 m CaptureMgnt StepLimiter + 2077 -5.2566 cm -30.754204 cm -1.3243753 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0770014 m CaptureMgnt StepLimiter + 2078 -5.3089712 cm -30.806192 cm -1.3250502 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0780014 m CaptureMgnt StepLimiter + 2079 -5.361592 cm -30.857928 cm -1.325725 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0790014 m CaptureMgnt StepLimiter + 2080 -5.4144611 cm -30.90941 cm -1.3263999 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0800014 m CaptureMgnt StepLimiter + 2081 -5.4675774 cm -30.960637 cm -1.3270748 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0810014 m CaptureMgnt StepLimiter + 2082 -5.5209398 cm -31.011608 cm -1.3277496 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0820014 m CaptureMgnt StepLimiter + 2083 -5.5745469 cm -31.062321 cm -1.3284245 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0830014 m CaptureMgnt StepLimiter + 2084 -5.6283977 cm -31.112775 cm -1.3290994 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0840014 m CaptureMgnt StepLimiter + 2085 -5.682491 cm -31.162969 cm -1.3297742 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0850014 m CaptureMgnt StepLimiter + 2086 -5.7368254 cm -31.212902 cm -1.3304491 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0860014 m CaptureMgnt StepLimiter + 2087 -5.7913999 cm -31.262573 cm -1.331124 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0870014 m CaptureMgnt StepLimiter + 2088 -5.8462132 cm -31.31198 cm -1.3317988 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0880014 m CaptureMgnt StepLimiter + 2089 -5.901264 cm -31.361122 cm -1.3324737 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0890014 m CaptureMgnt StepLimiter + 2090 -5.9565512 cm -31.409998 cm -1.3331486 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0900014 m CaptureMgnt StepLimiter + 2091 -6.0120734 cm -31.458607 cm -1.3338234 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0910014 m CaptureMgnt StepLimiter + 2092 -6.0678296 cm -31.506947 cm -1.3344983 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0920014 m CaptureMgnt StepLimiter + 2093 -6.1238183 cm -31.555018 cm -1.3351732 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0930014 m CaptureMgnt StepLimiter + 2094 -6.1800384 cm -31.602818 cm -1.335848 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0940014 m CaptureMgnt StepLimiter + 2095 -6.2364885 cm -31.650346 cm -1.3365229 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0950014 m CaptureMgnt StepLimiter + 2096 -6.2931675 cm -31.697601 cm -1.3371978 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0960014 m CaptureMgnt StepLimiter + 2097 -6.350074 cm -31.744582 cm -1.3378726 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0970014 m CaptureMgnt StepLimiter + 2098 -6.4072067 cm -31.791287 cm -1.3385475 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0980014 m CaptureMgnt StepLimiter + 2099 -6.4645645 cm -31.837716 cm -1.3392224 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.0990014 m CaptureMgnt StepLimiter + 2100 -6.5221459 cm -31.883867 cm -1.3398972 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1000014 m CaptureMgnt StepLimiter + 2101 -6.5799497 cm -31.929739 cm -1.3405721 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1010014 m CaptureMgnt StepLimiter + 2102 -6.6379745 cm -31.975331 cm -1.341247 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1020014 m CaptureMgnt StepLimiter + 2103 -6.6962191 cm -32.020643 cm -1.3419218 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1030014 m CaptureMgnt StepLimiter + 2104 -6.7546822 cm -32.065672 cm -1.3425967 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1040014 m CaptureMgnt StepLimiter + 2105 -6.8133623 cm -32.110417 cm -1.3432716 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1050014 m CaptureMgnt StepLimiter + 2106 -6.8722583 cm -32.154879 cm -1.3439464 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1060014 m CaptureMgnt StepLimiter + 2107 -6.9313687 cm -32.199054 cm -1.3446213 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1070014 m CaptureMgnt StepLimiter + 2108 -6.9906922 cm -32.242943 cm -1.3452962 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1080014 m CaptureMgnt StepLimiter + 2109 -7.0502275 cm -32.286545 cm -1.345971 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1090014 m CaptureMgnt StepLimiter + 2110 -7.1099732 cm -32.329858 cm -1.3466459 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1100014 m CaptureMgnt StepLimiter + 2111 -7.169928 cm -32.372881 cm -1.3473208 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1110014 m CaptureMgnt StepLimiter + 2112 -7.2300904 cm -32.415613 cm -1.3479956 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1120014 m CaptureMgnt StepLimiter + 2113 -7.2904591 cm -32.458053 cm -1.3486705 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1130014 m CaptureMgnt StepLimiter + 2114 -7.3510328 cm -32.500199 cm -1.3493454 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1140014 m CaptureMgnt StepLimiter + 2115 -7.4118101 cm -32.542052 cm -1.3500202 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1150014 m CaptureMgnt StepLimiter + 2116 -7.4727895 cm -32.58361 cm -1.3506951 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1160014 m CaptureMgnt StepLimiter + 2117 -7.5339698 cm -32.624872 cm -1.35137 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1170014 m CaptureMgnt StepLimiter + 2118 -7.5953494 cm -32.665836 cm -1.3520448 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1180014 m CaptureMgnt StepLimiter + 2119 -7.6569269 cm -32.706502 cm -1.3527197 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1190014 m CaptureMgnt StepLimiter + 2120 -7.7187011 cm -32.746869 cm -1.3533946 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1200014 m CaptureMgnt StepLimiter + 2121 -7.7806704 cm -32.786936 cm -1.3540694 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1210014 m CaptureMgnt StepLimiter + 2122 -7.8428334 cm -32.826702 cm -1.3547443 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1220014 m CaptureMgnt StepLimiter + 2123 -7.9051888 cm -32.866165 cm -1.3554192 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1230014 m CaptureMgnt StepLimiter + 2124 -7.967735 cm -32.905325 cm -1.356094 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1240014 m CaptureMgnt StepLimiter + 2125 -8.0304707 cm -32.944181 cm -1.3567689 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1250014 m CaptureMgnt StepLimiter + 2126 -8.0933943 cm -32.982731 cm -1.3574438 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1260014 m CaptureMgnt StepLimiter + 2127 -8.1565045 cm -33.020976 cm -1.3581186 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1270014 m CaptureMgnt StepLimiter + 2128 -8.2197999 cm -33.058913 cm -1.3587935 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1280014 m CaptureMgnt StepLimiter + 2129 -8.2832788 cm -33.096542 cm -1.3594684 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1290014 m CaptureMgnt StepLimiter + 2130 -8.34694 cm -33.133863 cm -1.3601432 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1300014 m CaptureMgnt StepLimiter + 2131 -8.4107818 cm -33.170873 cm -1.3608181 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1310014 m CaptureMgnt StepLimiter + 2132 -8.4748029 cm -33.207572 cm -1.361493 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1320014 m CaptureMgnt StepLimiter + 2133 -8.5390017 cm -33.24396 cm -1.3621678 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1330014 m CaptureMgnt StepLimiter + 2134 -8.6033768 cm -33.280034 cm -1.3628427 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1340014 m CaptureMgnt StepLimiter + 2135 -8.6679267 cm -33.315795 cm -1.3635176 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1350014 m CaptureMgnt StepLimiter + 2136 -8.7326499 cm -33.351242 cm -1.3641924 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1360014 m CaptureMgnt StepLimiter + 2137 -8.7975449 cm -33.386373 cm -1.3648673 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1370014 m CaptureMgnt StepLimiter + 2138 -8.8626102 cm -33.421187 cm -1.3655422 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1380014 m CaptureMgnt StepLimiter + 2139 -8.9278442 cm -33.455684 cm -1.366217 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1390014 m CaptureMgnt StepLimiter + 2140 -8.9932455 cm -33.489864 cm -1.3668919 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1400014 m CaptureMgnt StepLimiter + 2141 -9.0588126 cm -33.523724 cm -1.3675668 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1410014 m CaptureMgnt StepLimiter + 2142 -9.1245439 cm -33.557264 cm -1.3682416 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1420014 m CaptureMgnt StepLimiter + 2143 -9.1904378 cm -33.590483 cm -1.3689165 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1430014 m CaptureMgnt StepLimiter + 2144 -9.256493 cm -33.623381 cm -1.3695914 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1440014 m CaptureMgnt StepLimiter + 2145 -9.3227077 cm -33.655956 cm -1.3702662 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1450014 m CaptureMgnt StepLimiter + 2146 -9.3890806 cm -33.688208 cm -1.3709411 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1460014 m CaptureMgnt StepLimiter + 2147 -9.4556099 cm -33.720136 cm -1.371616 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1470014 m CaptureMgnt StepLimiter + 2148 -9.5222943 cm -33.751738 cm -1.3722908 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1480014 m CaptureMgnt StepLimiter + 2149 -9.5891321 cm -33.783015 cm -1.3729657 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1490014 m CaptureMgnt StepLimiter + 2150 -9.6561217 cm -33.813966 cm -1.3736406 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1500014 m CaptureMgnt StepLimiter + 2151 -9.7232616 cm -33.844589 cm -1.3743154 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1510014 m CaptureMgnt StepLimiter + 2152 -9.7905503 cm -33.874884 cm -1.3749903 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1520014 m CaptureMgnt StepLimiter + 2153 -9.8579861 cm -33.904849 cm -1.3756652 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1530014 m CaptureMgnt StepLimiter + 2154 -9.9255675 cm -33.934485 cm -1.37634 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1540014 m CaptureMgnt StepLimiter + 2155 -9.9932929 cm -33.963791 cm -1.3770149 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1550014 m CaptureMgnt StepLimiter + 2156 -10.061161 cm -33.992765 cm -1.3776898 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1560014 m CaptureMgnt StepLimiter + 2157 -10.129169 cm -34.021407 cm -1.3783646 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1570014 m CaptureMgnt StepLimiter + 2158 -10.197317 cm -34.049717 cm -1.3790395 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1580014 m CaptureMgnt StepLimiter + 2159 -10.265602 cm -34.077692 cm -1.3797144 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1590014 m CaptureMgnt StepLimiter + 2160 -10.334024 cm -34.105334 cm -1.3803892 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1600014 m CaptureMgnt StepLimiter + 2161 -10.40258 cm -34.13264 cm -1.3810641 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1610014 m CaptureMgnt StepLimiter + 2162 -10.471268 cm -34.159611 cm -1.381739 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1620014 m CaptureMgnt StepLimiter + 2163 -10.540088 cm -34.186245 cm -1.3824138 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1630014 m CaptureMgnt StepLimiter + 2164 -10.609037 cm -34.212542 cm -1.3830887 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1640014 m CaptureMgnt StepLimiter + 2165 -10.678114 cm -34.238502 cm -1.3837636 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1650014 m CaptureMgnt StepLimiter + 2166 -10.747318 cm -34.264122 cm -1.3844384 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1660014 m CaptureMgnt StepLimiter + 2167 -10.816646 cm -34.289404 cm -1.3851133 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1670014 m CaptureMgnt StepLimiter + 2168 -10.886097 cm -34.314345 cm -1.3857882 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1680014 m CaptureMgnt StepLimiter + 2169 -10.955669 cm -34.338946 cm -1.386463 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1690014 m CaptureMgnt StepLimiter + 2170 -11.025362 cm -34.363206 cm -1.3871379 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1700014 m CaptureMgnt StepLimiter + 2171 -11.095172 cm -34.387124 cm -1.3878128 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1710014 m CaptureMgnt StepLimiter + 2172 -11.165099 cm -34.410699 cm -1.3884876 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1720014 m CaptureMgnt StepLimiter + 2173 -11.23514 cm -34.433932 cm -1.3891625 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1730014 m CaptureMgnt StepLimiter + 2174 -11.305295 cm -34.45682 cm -1.3898374 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1740014 m CaptureMgnt StepLimiter + 2175 -11.375561 cm -34.479364 cm -1.3905122 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1750014 m CaptureMgnt StepLimiter + 2176 -11.445936 cm -34.501563 cm -1.3911871 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1760014 m CaptureMgnt StepLimiter + 2177 -11.51642 cm -34.523417 cm -1.391862 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1770014 m CaptureMgnt StepLimiter + 2178 -11.58701 cm -34.544924 cm -1.3925368 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1780014 m CaptureMgnt StepLimiter + 2179 -11.657705 cm -34.566084 cm -1.3932117 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1790014 m CaptureMgnt StepLimiter + 2180 -11.728503 cm -34.586897 cm -1.3938866 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1800014 m CaptureMgnt StepLimiter + 2181 -11.799403 cm -34.607362 cm -1.3945614 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1810014 m CaptureMgnt StepLimiter + 2182 -11.870402 cm -34.627479 cm -1.3952363 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1820014 m CaptureMgnt StepLimiter + 2183 -11.941499 cm -34.647246 cm -1.3959112 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1830014 m CaptureMgnt StepLimiter + 2184 -12.012692 cm -34.666664 cm -1.396586 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1840014 m CaptureMgnt StepLimiter + 2185 -12.08398 cm -34.685732 cm -1.3972609 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1850014 m CaptureMgnt StepLimiter + 2186 -12.155361 cm -34.704449 cm -1.3979358 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1860014 m CaptureMgnt StepLimiter + 2187 -12.226833 cm -34.722815 cm -1.3986106 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1870014 m CaptureMgnt StepLimiter + 2188 -12.298394 cm -34.740829 cm -1.3992855 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1880014 m CaptureMgnt StepLimiter + 2189 -12.370043 cm -34.758491 cm -1.3999604 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1890014 m CaptureMgnt StepLimiter + 2190 -12.441778 cm -34.7758 cm -1.4006352 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1900014 m CaptureMgnt StepLimiter + 2191 -12.513598 cm -34.792756 cm -1.4013101 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1910014 m CaptureMgnt StepLimiter + 2192 -12.5855 cm -34.809358 cm -1.401985 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1920014 m CaptureMgnt StepLimiter + 2193 -12.657483 cm -34.825606 cm -1.4026598 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1930014 m CaptureMgnt StepLimiter + 2194 -12.729545 cm -34.8415 cm -1.4033347 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1940014 m CaptureMgnt StepLimiter + 2195 -12.801684 cm -34.857038 cm -1.4040096 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1950014 m CaptureMgnt StepLimiter + 2196 -12.873899 cm -34.872221 cm -1.4046844 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1960014 m CaptureMgnt StepLimiter + 2197 -12.946188 cm -34.887048 cm -1.4053593 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1970014 m CaptureMgnt StepLimiter + 2198 -13.018549 cm -34.901518 cm -1.4060342 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1980014 m CaptureMgnt StepLimiter + 2199 -13.090981 cm -34.915632 cm -1.406709 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.1990014 m CaptureMgnt StepLimiter + 2200 -13.163481 cm -34.929388 cm -1.4073839 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2000014 m CaptureMgnt StepLimiter + 2201 -13.236049 cm -34.942787 cm -1.4080588 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2010014 m CaptureMgnt StepLimiter + 2202 -13.308681 cm -34.955828 cm -1.4087336 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2020014 m CaptureMgnt StepLimiter + 2203 -13.381377 cm -34.96851 cm -1.4094085 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2030014 m CaptureMgnt StepLimiter + 2204 -13.454135 cm -34.980834 cm -1.4100834 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2040014 m CaptureMgnt StepLimiter + 2205 -13.526952 cm -34.992798 cm -1.4107582 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2050014 m CaptureMgnt StepLimiter + 2206 -13.599828 cm -35.004403 cm -1.4114331 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2060014 m CaptureMgnt StepLimiter + 2207 -13.67276 cm -35.015648 cm -1.412108 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2070014 m CaptureMgnt StepLimiter + 2208 -13.745747 cm -35.026532 cm -1.4127828 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2080014 m CaptureMgnt StepLimiter + 2209 -13.818786 cm -35.037056 cm -1.4134577 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2090014 m CaptureMgnt StepLimiter + 2210 -13.891877 cm -35.04722 cm -1.4141326 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2100014 m CaptureMgnt StepLimiter + 2211 -13.965017 cm -35.057022 cm -1.4148074 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2110014 m CaptureMgnt StepLimiter + 2212 -14.038205 cm -35.066462 cm -1.4154823 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2120014 m CaptureMgnt StepLimiter + 2213 -14.111438 cm -35.075541 cm -1.4161572 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2130014 m CaptureMgnt StepLimiter + 2214 -14.184715 cm -35.084257 cm -1.416832 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2140014 m CaptureMgnt StepLimiter + 2215 -14.258035 cm -35.092611 cm -1.4175069 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2150014 m CaptureMgnt StepLimiter + 2216 -14.331395 cm -35.100602 cm -1.4181818 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2160014 m CaptureMgnt StepLimiter + 2217 -14.404793 cm -35.108231 cm -1.4188566 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2170014 m CaptureMgnt StepLimiter + 2218 -14.478229 cm -35.115496 cm -1.4195315 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2180014 m CaptureMgnt StepLimiter + 2219 -14.551699 cm -35.122398 cm -1.4202064 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2190014 m CaptureMgnt StepLimiter + 2220 -14.625203 cm -35.128936 cm -1.4208812 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2200014 m CaptureMgnt StepLimiter + 2221 -14.698738 cm -35.13511 cm -1.4215561 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2210014 m CaptureMgnt StepLimiter + 2222 -14.772303 cm -35.14092 cm -1.422231 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2220014 m CaptureMgnt StepLimiter + 2223 -14.845895 cm -35.146365 cm -1.4229058 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2230014 m CaptureMgnt StepLimiter + 2224 -14.919514 cm -35.151446 cm -1.4235807 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2240014 m CaptureMgnt StepLimiter + 2225 -14.993157 cm -35.156162 cm -1.4242556 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2250014 m CaptureMgnt StepLimiter + 2226 -15.066823 cm -35.160514 cm -1.4249304 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2260014 m CaptureMgnt StepLimiter + 2227 -15.140509 cm -35.1645 cm -1.4256053 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2270014 m CaptureMgnt StepLimiter + 2228 -15.214214 cm -35.16812 cm -1.4262802 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2280014 m CaptureMgnt StepLimiter + 2229 -15.287936 cm -35.171376 cm -1.426955 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2290014 m CaptureMgnt StepLimiter + 2230 -15.361673 cm -35.174265 cm -1.4276299 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2300014 m CaptureMgnt StepLimiter + 2231 -15.435424 cm -35.176789 cm -1.4283048 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2310014 m CaptureMgnt StepLimiter + 2232 -15.509186 cm -35.178947 cm -1.4289796 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2320014 m CaptureMgnt StepLimiter + 2233 -15.582958 cm -35.180739 cm -1.4296545 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2330014 m CaptureMgnt StepLimiter + 2234 -15.656738 cm -35.182165 cm -1.4303294 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2340014 m CaptureMgnt StepLimiter + 2235 -15.730525 cm -35.183225 cm -1.4310042 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2350014 m CaptureMgnt StepLimiter + 2236 -15.804315 cm -35.183918 cm -1.4316791 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2360014 m CaptureMgnt StepLimiter + 2237 -15.878109 cm -35.184245 cm -1.432354 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2370014 m CaptureMgnt StepLimiter + 2238 -15.951902 cm -35.184205 cm -1.4330288 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2380014 m CaptureMgnt StepLimiter + 2239 -16.025695 cm -35.183798 cm -1.4337037 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2390014 m CaptureMgnt StepLimiter + 2240 -16.099485 cm -35.183025 cm -1.4343786 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2400014 m CaptureMgnt StepLimiter + 2241 -16.17327 cm -35.181886 cm -1.4350534 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2410014 m CaptureMgnt StepLimiter + 2242 -16.247049 cm -35.180379 cm -1.4357283 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2420014 m CaptureMgnt StepLimiter + 2243 -16.320819 cm -35.178506 cm -1.4364032 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2430014 m CaptureMgnt StepLimiter + 2244 -16.394579 cm -35.176266 cm -1.437078 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2440014 m CaptureMgnt StepLimiter + 2245 -16.468327 cm -35.173659 cm -1.4377529 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2450014 m CaptureMgnt StepLimiter + 2246 -16.54206 cm -35.170685 cm -1.4384278 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2460014 m CaptureMgnt StepLimiter + 2247 -16.615779 cm -35.167345 cm -1.4391026 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2470014 m CaptureMgnt StepLimiter + 2248 -16.689479 cm -35.163637 cm -1.4397775 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2480014 m CaptureMgnt StepLimiter + 2249 -16.763161 cm -35.159563 cm -1.4404524 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2490014 m CaptureMgnt StepLimiter + 2250 -16.836821 cm -35.155122 cm -1.4411272 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2500014 m CaptureMgnt StepLimiter + 2251 -16.910458 cm -35.150315 cm -1.4418021 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2510014 m CaptureMgnt StepLimiter + 2252 -16.98407 cm -35.14514 cm -1.442477 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2520014 m CaptureMgnt StepLimiter + 2253 -17.057656 cm -35.139599 cm -1.4431518 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2530014 m CaptureMgnt StepLimiter + 2254 -17.131213 cm -35.133692 cm -1.4438267 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2540014 m CaptureMgnt StepLimiter + 2255 -17.20474 cm -35.127418 cm -1.4445016 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2550014 m CaptureMgnt StepLimiter + 2256 -17.278234 cm -35.120777 cm -1.4451764 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2560014 m CaptureMgnt StepLimiter + 2257 -17.351695 cm -35.113771 cm -1.4458513 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2570014 m CaptureMgnt StepLimiter + 2258 -17.425119 cm -35.106398 cm -1.4465262 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2580014 m CaptureMgnt StepLimiter + 2259 -17.498506 cm -35.098658 cm -1.447201 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2590014 m CaptureMgnt StepLimiter + 2260 -17.571854 cm -35.090553 cm -1.4478759 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2600014 m CaptureMgnt StepLimiter + 2261 -17.64516 cm -35.082083 cm -1.4485508 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2610014 m CaptureMgnt StepLimiter + 2262 -17.718423 cm -35.073246 cm -1.4492256 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2620014 m CaptureMgnt StepLimiter + 2263 -17.79164 cm -35.064044 cm -1.4499005 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2630014 m CaptureMgnt StepLimiter + 2264 -17.864812 cm -35.054476 cm -1.4505754 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2640014 m CaptureMgnt StepLimiter + 2265 -17.937934 cm -35.044543 cm -1.4512502 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2650014 m CaptureMgnt StepLimiter + 2266 -18.011006 cm -35.034245 cm -1.4519251 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2660014 m CaptureMgnt StepLimiter + 2267 -18.084025 cm -35.023583 cm -1.4526 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2670014 m CaptureMgnt StepLimiter + 2268 -18.15699 cm -35.012555 cm -1.4532748 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2680014 m CaptureMgnt StepLimiter + 2269 -18.2299 cm -35.001163 cm -1.4539497 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2690014 m CaptureMgnt StepLimiter + 2270 -18.302751 cm -34.989407 cm -1.4546246 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2700014 m CaptureMgnt StepLimiter + 2271 -18.375543 cm -34.977287 cm -1.4552994 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2710014 m CaptureMgnt StepLimiter + 2272 -18.448273 cm -34.964803 cm -1.4559743 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2720014 m CaptureMgnt StepLimiter + 2273 -18.52094 cm -34.951955 cm -1.4566492 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2730014 m CaptureMgnt StepLimiter + 2274 -18.593542 cm -34.938745 cm -1.457324 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2740014 m CaptureMgnt StepLimiter + 2275 -18.666077 cm -34.925171 cm -1.4579989 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2750014 m CaptureMgnt StepLimiter + 2276 -18.738542 cm -34.911234 cm -1.4586738 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2760014 m CaptureMgnt StepLimiter + 2277 -18.810938 cm -34.896935 cm -1.4593486 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2770014 m CaptureMgnt StepLimiter + 2278 -18.88326 cm -34.882273 cm -1.4600235 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2780014 m CaptureMgnt StepLimiter + 2279 -18.955509 cm -34.86725 cm -1.4606984 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2790014 m CaptureMgnt StepLimiter + 2280 -19.027681 cm -34.851865 cm -1.4613732 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2800014 m CaptureMgnt StepLimiter + 2281 -19.099775 cm -34.836118 cm -1.4620481 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2810014 m CaptureMgnt StepLimiter + 2282 -19.17179 cm -34.820011 cm -1.462723 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2820014 m CaptureMgnt StepLimiter + 2283 -19.243723 cm -34.803543 cm -1.4633978 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2830014 m CaptureMgnt StepLimiter + 2284 -19.315572 cm -34.786715 cm -1.4640727 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2840014 m CaptureMgnt StepLimiter + 2285 -19.387337 cm -34.769527 cm -1.4647476 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2850014 m CaptureMgnt StepLimiter + 2286 -19.459014 cm -34.751979 cm -1.4654224 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2860014 m CaptureMgnt StepLimiter + 2287 -19.530602 cm -34.734072 cm -1.4660973 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2870014 m CaptureMgnt StepLimiter + 2288 -19.6021 cm -34.715806 cm -1.4667722 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2880014 m CaptureMgnt StepLimiter + 2289 -19.673505 cm -34.697182 cm -1.467447 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2890014 m CaptureMgnt StepLimiter + 2290 -19.744815 cm -34.6782 cm -1.4681219 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2900014 m CaptureMgnt StepLimiter + 2291 -19.81603 cm -34.65886 cm -1.4687968 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2910014 m CaptureMgnt StepLimiter + 2292 -19.887146 cm -34.639163 cm -1.4694716 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2920014 m CaptureMgnt StepLimiter + 2293 -19.958163 cm -34.619109 cm -1.4701465 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2930014 m CaptureMgnt StepLimiter + 2294 -20.029078 cm -34.598698 cm -1.4708214 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2940014 m CaptureMgnt StepLimiter + 2295 -20.09989 cm -34.577932 cm -1.4714962 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2950014 m CaptureMgnt StepLimiter + 2296 -20.170596 cm -34.55681 cm -1.4721711 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2960014 m CaptureMgnt StepLimiter + 2297 -20.241196 cm -34.535334 cm -1.472846 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2970014 m CaptureMgnt StepLimiter + 2298 -20.311687 cm -34.513503 cm -1.4735208 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2980014 m CaptureMgnt StepLimiter + 2299 -20.382067 cm -34.491317 cm -1.4741957 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.2990014 m CaptureMgnt StepLimiter + 2300 -20.452334 cm -34.468779 cm -1.4748706 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3000014 m CaptureMgnt StepLimiter + 2301 -20.522488 cm -34.445887 cm -1.4755454 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3010014 m CaptureMgnt StepLimiter + 2302 -20.592525 cm -34.422642 cm -1.4762203 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3020014 m CaptureMgnt StepLimiter + 2303 -20.662445 cm -34.399046 cm -1.4768952 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3030014 m CaptureMgnt StepLimiter + 2304 -20.732245 cm -34.375098 cm -1.47757 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3040014 m CaptureMgnt StepLimiter + 2305 -20.801923 cm -34.350799 cm -1.4782449 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3050014 m CaptureMgnt StepLimiter + 2306 -20.871479 cm -34.32615 cm -1.4789198 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3060014 m CaptureMgnt StepLimiter + 2307 -20.940909 cm -34.301151 cm -1.4795946 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3070014 m CaptureMgnt StepLimiter + 2308 -21.010213 cm -34.275803 cm -1.4802695 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3080014 m CaptureMgnt StepLimiter + 2309 -21.079388 cm -34.250106 cm -1.4809444 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3090014 m CaptureMgnt StepLimiter + 2310 -21.148433 cm -34.224061 cm -1.4816192 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3100014 m CaptureMgnt StepLimiter + 2311 -21.217346 cm -34.197668 cm -1.4822941 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3110014 m CaptureMgnt StepLimiter + 2312 -21.286125 cm -34.170929 cm -1.482969 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3120014 m CaptureMgnt StepLimiter + 2313 -21.354768 cm -34.143843 cm -1.4836438 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3130014 m CaptureMgnt StepLimiter + 2314 -21.423274 cm -34.116411 cm -1.4843187 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3140014 m CaptureMgnt StepLimiter + 2315 -21.49164 cm -34.088635 cm -1.4849936 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3150014 m CaptureMgnt StepLimiter + 2316 -21.559866 cm -34.060514 cm -1.4856684 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3160014 m CaptureMgnt StepLimiter + 2317 -21.627949 cm -34.032049 cm -1.4863433 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3170014 m CaptureMgnt StepLimiter + 2318 -21.695888 cm -34.003241 cm -1.4870182 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3180014 m CaptureMgnt StepLimiter + 2319 -21.76368 cm -33.97409 cm -1.487693 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3190014 m CaptureMgnt StepLimiter + 2320 -21.831324 cm -33.944598 cm -1.4883679 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3200014 m CaptureMgnt StepLimiter + 2321 -21.898819 cm -33.914765 cm -1.4890428 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3210014 m CaptureMgnt StepLimiter + 2322 -21.966162 cm -33.884592 cm -1.4897176 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3220014 m CaptureMgnt StepLimiter + 2323 -22.033352 cm -33.854078 cm -1.4903925 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3230014 m CaptureMgnt StepLimiter + 2324 -22.100387 cm -33.823226 cm -1.4910674 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3240014 m CaptureMgnt StepLimiter + 2325 -22.167265 cm -33.792035 cm -1.4917422 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3250014 m CaptureMgnt StepLimiter + 2326 -22.233984 cm -33.760507 cm -1.4924171 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3260014 m CaptureMgnt StepLimiter + 2327 -22.300544 cm -33.728643 cm -1.493092 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3270014 m CaptureMgnt StepLimiter + 2328 -22.366942 cm -33.696442 cm -1.4937668 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3280014 m CaptureMgnt StepLimiter + 2329 -22.433176 cm -33.663906 cm -1.4944417 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3290014 m CaptureMgnt StepLimiter + 2330 -22.499244 cm -33.631035 cm -1.4951166 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3300014 m CaptureMgnt StepLimiter + 2331 -22.565146 cm -33.597831 cm -1.4957914 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3310014 m CaptureMgnt StepLimiter + 2332 -22.630878 cm -33.564293 cm -1.4964663 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3320014 m CaptureMgnt StepLimiter + 2333 -22.696441 cm -33.530424 cm -1.4971412 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3330014 m CaptureMgnt StepLimiter + 2334 -22.761831 cm -33.496223 cm -1.497816 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3340014 m CaptureMgnt StepLimiter + 2335 -22.827047 cm -33.461692 cm -1.4984909 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3350014 m CaptureMgnt StepLimiter + 2336 -22.892087 cm -33.426831 cm -1.4991658 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3360014 m CaptureMgnt StepLimiter + 2337 -22.95695 cm -33.391641 cm -1.4998406 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3370014 m CaptureMgnt StepLimiter + 2338 -23.021634 cm -33.356123 cm -1.5005155 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3380014 m CaptureMgnt StepLimiter + 2339 -23.086137 cm -33.320278 cm -1.5011904 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3390014 m CaptureMgnt StepLimiter + 2340 -23.150458 cm -33.284106 cm -1.5018652 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3400014 m CaptureMgnt StepLimiter + 2341 -23.214594 cm -33.247609 cm -1.5025401 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3410014 m CaptureMgnt StepLimiter + 2342 -23.278545 cm -33.210788 cm -1.503215 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3420014 m CaptureMgnt StepLimiter + 2343 -23.342309 cm -33.173643 cm -1.5038898 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3430014 m CaptureMgnt StepLimiter + 2344 -23.405883 cm -33.136174 cm -1.5045647 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3440014 m CaptureMgnt StepLimiter + 2345 -23.469266 cm -33.098384 cm -1.5052396 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3450014 m CaptureMgnt StepLimiter + 2346 -23.532457 cm -33.060273 cm -1.5059144 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3460014 m CaptureMgnt StepLimiter + 2347 -23.595454 cm -33.021842 cm -1.5065893 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3470014 m CaptureMgnt StepLimiter + 2348 -23.658255 cm -32.983092 cm -1.5072642 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3480014 m CaptureMgnt StepLimiter + 2349 -23.720858 cm -32.944023 cm -1.507939 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3490014 m CaptureMgnt StepLimiter + 2350 -23.783262 cm -32.904638 cm -1.5086139 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3500014 m CaptureMgnt StepLimiter + 2351 -23.845466 cm -32.864936 cm -1.5092888 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3510014 m CaptureMgnt StepLimiter + 2352 -23.907467 cm -32.824918 cm -1.5099636 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3520014 m CaptureMgnt StepLimiter + 2353 -23.969264 cm -32.784586 cm -1.5106385 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3530014 m CaptureMgnt StepLimiter + 2354 -24.030856 cm -32.743941 cm -1.5113134 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3540014 m CaptureMgnt StepLimiter + 2355 -24.09224 cm -32.702983 cm -1.5119882 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3550014 m CaptureMgnt StepLimiter + 2356 -24.153415 cm -32.661714 cm -1.5126631 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3560014 m CaptureMgnt StepLimiter + 2357 -24.214379 cm -32.620134 cm -1.513338 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3570014 m CaptureMgnt StepLimiter + 2358 -24.275132 cm -32.578245 cm -1.5140128 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3580014 m CaptureMgnt StepLimiter + 2359 -24.33567 cm -32.536048 cm -1.5146877 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3590014 m CaptureMgnt StepLimiter + 2360 -24.395993 cm -32.493543 cm -1.5153626 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3600014 m CaptureMgnt StepLimiter + 2361 -24.4561 cm -32.450732 cm -1.5160374 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3610014 m CaptureMgnt StepLimiter + 2362 -24.515987 cm -32.407616 cm -1.5167123 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3620014 m CaptureMgnt StepLimiter + 2363 -24.575655 cm -32.364196 cm -1.5173872 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3630014 m CaptureMgnt StepLimiter + 2364 -24.6351 cm -32.320472 cm -1.518062 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3640014 m CaptureMgnt StepLimiter + 2365 -24.694323 cm -32.276446 cm -1.5187369 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3650014 m CaptureMgnt StepLimiter + 2366 -24.75332 cm -32.23212 cm -1.5194118 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3660014 m CaptureMgnt StepLimiter + 2367 -24.812091 cm -32.187493 cm -1.5200866 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3670014 m CaptureMgnt StepLimiter + 2368 -24.870633 cm -32.142568 cm -1.5207615 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3680014 m CaptureMgnt StepLimiter + 2369 -24.928947 cm -32.097345 cm -1.5214364 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3690014 m CaptureMgnt StepLimiter + 2370 -24.987028 cm -32.051825 cm -1.5221112 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3700014 m CaptureMgnt StepLimiter + 2371 -25.044878 cm -32.00601 cm -1.5227861 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3710014 m CaptureMgnt StepLimiter + 2372 -25.102492 cm -31.959901 cm -1.523461 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3720014 m CaptureMgnt StepLimiter + 2373 -25.159871 cm -31.913498 cm -1.5241358 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3730014 m CaptureMgnt StepLimiter + 2374 -25.217013 cm -31.866804 cm -1.5248107 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3740014 m CaptureMgnt StepLimiter + 2375 -25.273916 cm -31.819819 cm -1.5254856 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3750014 m CaptureMgnt StepLimiter + 2376 -25.330578 cm -31.772544 cm -1.5261604 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3760014 m CaptureMgnt StepLimiter + 2377 -25.386998 cm -31.72498 cm -1.5268353 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3770014 m CaptureMgnt StepLimiter + 2378 -25.443175 cm -31.677129 cm -1.5275102 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3780014 m CaptureMgnt StepLimiter + 2379 -25.499107 cm -31.628992 cm -1.528185 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3790014 m CaptureMgnt StepLimiter + 2380 -25.554793 cm -31.580571 cm -1.5288599 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3800014 m CaptureMgnt StepLimiter + 2381 -25.61023 cm -31.531865 cm -1.5295348 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3810014 m CaptureMgnt StepLimiter + 2382 -25.665418 cm -31.482877 cm -1.5302096 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3820014 m CaptureMgnt StepLimiter + 2383 -25.720355 cm -31.433607 cm -1.5308845 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3830014 m CaptureMgnt StepLimiter + 2384 -25.775039 cm -31.384058 cm -1.5315594 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3840014 m CaptureMgnt StepLimiter + 2385 -25.82947 cm -31.33423 cm -1.5322342 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3850014 m CaptureMgnt StepLimiter + 2386 -25.883645 cm -31.284124 cm -1.5329091 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3860014 m CaptureMgnt StepLimiter + 2387 -25.937563 cm -31.233742 cm -1.533584 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3870014 m CaptureMgnt StepLimiter + 2388 -25.991223 cm -31.183085 cm -1.5342588 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3880014 m CaptureMgnt StepLimiter + 2389 -26.044623 cm -31.132154 cm -1.5349337 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3890014 m CaptureMgnt StepLimiter + 2390 -26.097762 cm -31.08095 cm -1.5356086 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3900014 m CaptureMgnt StepLimiter + 2391 -26.150639 cm -31.029476 cm -1.5362834 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3910014 m CaptureMgnt StepLimiter + 2392 -26.203251 cm -30.977731 cm -1.5369583 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3920014 m CaptureMgnt StepLimiter + 2393 -26.255597 cm -30.925718 cm -1.5376332 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3930014 m CaptureMgnt StepLimiter + 2394 -26.307677 cm -30.873438 cm -1.538308 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3940014 m CaptureMgnt StepLimiter + 2395 -26.359488 cm -30.820891 cm -1.5389829 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3950014 m CaptureMgnt StepLimiter + 2396 -26.41103 cm -30.76808 cm -1.5396578 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3960014 m CaptureMgnt StepLimiter + 2397 -26.4623 cm -30.715006 cm -1.5403326 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3970014 m CaptureMgnt StepLimiter + 2398 -26.513298 cm -30.66167 cm -1.5410075 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3980014 m CaptureMgnt StepLimiter + 2399 -26.564022 cm -30.608073 cm -1.5416824 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.3990014 m CaptureMgnt StepLimiter + 2400 -26.614471 cm -30.554217 cm -1.5423572 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4000014 m CaptureMgnt StepLimiter + 2401 -26.664642 cm -30.500103 cm -1.5430321 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4010014 m CaptureMgnt StepLimiter + 2402 -26.714536 cm -30.445732 cm -1.543707 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4020014 m CaptureMgnt StepLimiter + 2403 -26.76415 cm -30.391106 cm -1.5443818 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4030014 m CaptureMgnt StepLimiter + 2404 -26.813484 cm -30.336227 cm -1.5450567 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4040014 m CaptureMgnt StepLimiter + 2405 -26.862535 cm -30.281095 cm -1.5457316 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4050014 m CaptureMgnt StepLimiter + 2406 -26.911303 cm -30.225712 cm -1.5464064 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4060014 m CaptureMgnt StepLimiter + 2407 -26.959786 cm -30.17008 cm -1.5470813 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4070014 m CaptureMgnt StepLimiter + 2408 -27.007982 cm -30.1142 cm -1.5477562 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4080014 m CaptureMgnt StepLimiter + 2409 -27.055891 cm -30.058073 cm -1.548431 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4090014 m CaptureMgnt StepLimiter + 2410 -27.103512 cm -30.0017 cm -1.5491059 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4100014 m CaptureMgnt StepLimiter + 2411 -27.150842 cm -29.945084 cm -1.5497808 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4110014 m CaptureMgnt StepLimiter + 2412 -27.197881 cm -29.888225 cm -1.5504556 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4120014 m CaptureMgnt StepLimiter + 2413 -27.244627 cm -29.831126 cm -1.5511305 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4130014 m CaptureMgnt StepLimiter + 2414 -27.291079 cm -29.773787 cm -1.5518054 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4140014 m CaptureMgnt StepLimiter + 2415 -27.337235 cm -29.71621 cm -1.5524802 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4150014 m CaptureMgnt StepLimiter + 2416 -27.383095 cm -29.658397 cm -1.5531551 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4160014 m CaptureMgnt StepLimiter + 2417 -27.428657 cm -29.600348 cm -1.55383 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4170014 m CaptureMgnt StepLimiter + 2418 -27.47392 cm -29.542066 cm -1.5545048 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4180014 m CaptureMgnt StepLimiter + 2419 -27.518883 cm -29.483552 cm -1.5551797 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4190014 m CaptureMgnt StepLimiter + 2420 -27.563544 cm -29.424808 cm -1.5558546 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4200014 m CaptureMgnt StepLimiter + 2421 -27.607902 cm -29.365834 cm -1.5565294 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4210014 m CaptureMgnt StepLimiter + 2422 -27.651957 cm -29.306633 cm -1.5572043 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4220014 m CaptureMgnt StepLimiter + 2423 -27.695705 cm -29.247206 cm -1.5578792 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4230014 m CaptureMgnt StepLimiter + 2424 -27.739148 cm -29.187554 cm -1.558554 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4240014 m CaptureMgnt StepLimiter + 2425 -27.782282 cm -29.12768 cm -1.5592289 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4250014 m CaptureMgnt StepLimiter + 2426 -27.825108 cm -29.067584 cm -1.5599038 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4260014 m CaptureMgnt StepLimiter + 2427 -27.867623 cm -29.007268 cm -1.5605786 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4270014 m CaptureMgnt StepLimiter + 2428 -27.909827 cm -28.946734 cm -1.5612535 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4280014 m CaptureMgnt StepLimiter + 2429 -27.951719 cm -28.885984 cm -1.5619284 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4290014 m CaptureMgnt StepLimiter + 2430 -27.993297 cm -28.825018 cm -1.5626032 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4300014 m CaptureMgnt StepLimiter + 2431 -28.03456 cm -28.763839 cm -1.5632781 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4310014 m CaptureMgnt StepLimiter + 2432 -28.075507 cm -28.702448 cm -1.563953 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4320014 m CaptureMgnt StepLimiter + 2433 -28.116137 cm -28.640846 cm -1.5646278 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4330014 m CaptureMgnt StepLimiter + 2434 -28.156448 cm -28.579036 cm -1.5653027 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4340014 m CaptureMgnt StepLimiter + 2435 -28.19644 cm -28.517018 cm -1.5659776 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4350014 m CaptureMgnt StepLimiter + 2436 -28.236112 cm -28.454795 cm -1.5666524 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4360014 m CaptureMgnt StepLimiter + 2437 -28.275462 cm -28.392368 cm -1.5673273 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4370014 m CaptureMgnt StepLimiter + 2438 -28.314489 cm -28.329739 cm -1.5680022 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4380014 m CaptureMgnt StepLimiter + 2439 -28.353192 cm -28.266909 cm -1.568677 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4390014 m CaptureMgnt StepLimiter + 2440 -28.391571 cm -28.20388 cm -1.5693519 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4400014 m CaptureMgnt StepLimiter + 2441 -28.429623 cm -28.140654 cm -1.5700268 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4410014 m CaptureMgnt StepLimiter + 2442 -28.467348 cm -28.077232 cm -1.5707016 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4420014 m CaptureMgnt StepLimiter + 2443 -28.504745 cm -28.013616 cm -1.5713765 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4430014 m CaptureMgnt StepLimiter + 2444 -28.541813 cm -27.949808 cm -1.5720514 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4440014 m CaptureMgnt StepLimiter + 2445 -28.57855 cm -27.885808 cm -1.5727262 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4450014 m CaptureMgnt StepLimiter + 2446 -28.614956 cm -27.82162 cm -1.5734011 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4460014 m CaptureMgnt StepLimiter + 2447 -28.65103 cm -27.757244 cm -1.574076 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4470014 m CaptureMgnt StepLimiter + 2448 -28.68677 cm -27.692683 cm -1.5747508 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4480014 m CaptureMgnt StepLimiter + 2449 -28.722175 cm -27.627937 cm -1.5754257 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4490014 m CaptureMgnt StepLimiter + 2450 -28.757246 cm -27.563009 cm -1.5761006 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4500014 m CaptureMgnt StepLimiter + 2451 -28.791979 cm -27.497901 cm -1.5767754 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4510014 m CaptureMgnt StepLimiter + 2452 -28.826376 cm -27.432614 cm -1.5774503 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4520014 m CaptureMgnt StepLimiter + 2453 -28.860434 cm -27.367149 cm -1.5781252 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4530014 m CaptureMgnt StepLimiter + 2454 -28.894152 cm -27.301509 cm -1.5788 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4540014 m CaptureMgnt StepLimiter + 2455 -28.92753 cm -27.235696 cm -1.5794749 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4550014 m CaptureMgnt StepLimiter + 2456 -28.960567 cm -27.16971 cm -1.5801498 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4560014 m CaptureMgnt StepLimiter + 2457 -28.993261 cm -27.103554 cm -1.5808246 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4570014 m CaptureMgnt StepLimiter + 2458 -29.025613 cm -27.03723 cm -1.5814995 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4580014 m CaptureMgnt StepLimiter + 2459 -29.05762 cm -26.970738 cm -1.5821744 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4590014 m CaptureMgnt StepLimiter + 2460 -29.089282 cm -26.904082 cm -1.5828492 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4600014 m CaptureMgnt StepLimiter + 2461 -29.120598 cm -26.837263 cm -1.5835241 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4610014 m CaptureMgnt StepLimiter + 2462 -29.151567 cm -26.770282 cm -1.584199 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4620014 m CaptureMgnt StepLimiter + 2463 -29.182188 cm -26.703141 cm -1.5848738 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4630014 m CaptureMgnt StepLimiter + 2464 -29.21246 cm -26.635842 cm -1.5855487 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4640014 m CaptureMgnt StepLimiter + 2465 -29.242383 cm -26.568387 cm -1.5862236 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4650014 m CaptureMgnt StepLimiter + 2466 -29.271956 cm -26.500778 cm -1.5868984 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4660014 m CaptureMgnt StepLimiter + 2467 -29.301177 cm -26.433016 cm -1.5875733 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4670014 m CaptureMgnt StepLimiter + 2468 -29.330046 cm -26.365104 cm -1.5882482 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4680014 m CaptureMgnt StepLimiter + 2469 -29.358562 cm -26.297042 cm -1.588923 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4690014 m CaptureMgnt StepLimiter + 2470 -29.386724 cm -26.228833 cm -1.5895979 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4700014 m CaptureMgnt StepLimiter + 2471 -29.414532 cm -26.160479 cm -1.5902728 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4710014 m CaptureMgnt StepLimiter + 2472 -29.441984 cm -26.091982 cm -1.5909476 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4720014 m CaptureMgnt StepLimiter + 2473 -29.469079 cm -26.023342 cm -1.5916225 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4730014 m CaptureMgnt StepLimiter + 2474 -29.495818 cm -25.954563 cm -1.5922974 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4740014 m CaptureMgnt StepLimiter + 2475 -29.522198 cm -25.885646 cm -1.5929722 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4750014 m CaptureMgnt StepLimiter + 2476 -29.54822 cm -25.816592 cm -1.5936471 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4760014 m CaptureMgnt StepLimiter + 2477 -29.573883 cm -25.747404 cm -1.594322 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4770014 m CaptureMgnt StepLimiter + 2478 -29.599185 cm -25.678084 cm -1.5949968 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4780014 m CaptureMgnt StepLimiter + 2479 -29.624127 cm -25.608633 cm -1.5956717 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4790014 m CaptureMgnt StepLimiter + 2480 -29.648706 cm -25.539053 cm -1.5963466 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4800014 m CaptureMgnt StepLimiter + 2481 -29.672924 cm -25.469346 cm -1.5970214 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4810014 m CaptureMgnt StepLimiter + 2482 -29.696778 cm -25.399513 cm -1.5976963 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4820014 m CaptureMgnt StepLimiter + 2483 -29.720268 cm -25.329558 cm -1.5983712 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4830014 m CaptureMgnt StepLimiter + 2484 -29.743393 cm -25.259481 cm -1.599046 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4840014 m CaptureMgnt StepLimiter + 2485 -29.766154 cm -25.189285 cm -1.5997209 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4850014 m CaptureMgnt StepLimiter + 2486 -29.788548 cm -25.118971 cm -1.6003958 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4860014 m CaptureMgnt StepLimiter + 2487 -29.810576 cm -25.048542 cm -1.6010706 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4870014 m CaptureMgnt StepLimiter + 2488 -29.832236 cm -24.977999 cm -1.6017455 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4880014 m CaptureMgnt StepLimiter + 2489 -29.853529 cm -24.907343 cm -1.6024204 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4890014 m CaptureMgnt StepLimiter + 2490 -29.874453 cm -24.836578 cm -1.6030952 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4900014 m CaptureMgnt StepLimiter + 2491 -29.895007 cm -24.765705 cm -1.6037701 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4910014 m CaptureMgnt StepLimiter + 2492 -29.915192 cm -24.694725 cm -1.604445 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4920014 m CaptureMgnt StepLimiter + 2493 -29.935006 cm -24.623641 cm -1.6051198 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4930014 m CaptureMgnt StepLimiter + 2494 -29.95445 cm -24.552455 cm -1.6057947 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4940014 m CaptureMgnt StepLimiter + 2495 -29.973521 cm -24.481168 cm -1.6064696 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4950014 m CaptureMgnt StepLimiter + 2496 -29.99222 cm -24.409782 cm -1.6071444 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4960014 m CaptureMgnt StepLimiter + 2497 -30.010547 cm -24.3383 cm -1.6078193 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4970014 m CaptureMgnt StepLimiter + 2498 -30.028499 cm -24.266724 cm -1.6084942 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4980014 m CaptureMgnt StepLimiter + 2499 -30.046078 cm -24.195054 cm -1.609169 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.4990014 m CaptureMgnt StepLimiter + 2500 -30.063283 cm -24.123294 cm -1.6098439 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5000014 m CaptureMgnt StepLimiter + 2501 -30.080112 cm -24.051444 cm -1.6105188 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5010014 m CaptureMgnt StepLimiter + 2502 -30.096566 cm -23.979508 cm -1.6111936 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5020014 m CaptureMgnt StepLimiter + 2503 -30.112643 cm -23.907487 cm -1.6118685 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5030014 m CaptureMgnt StepLimiter + 2504 -30.128344 cm -23.835383 cm -1.6125434 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5040014 m CaptureMgnt StepLimiter + 2505 -30.143668 cm -23.763197 cm -1.6132182 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5050014 m CaptureMgnt StepLimiter + 2506 -30.158614 cm -23.690933 cm -1.6138931 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5060014 m CaptureMgnt StepLimiter + 2507 -30.173182 cm -23.618591 cm -1.614568 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5070014 m CaptureMgnt StepLimiter + 2508 -30.187371 cm -23.546175 cm -1.6152428 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5080014 m CaptureMgnt StepLimiter + 2509 -30.201182 cm -23.473684 cm -1.6159177 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5090014 m CaptureMgnt StepLimiter + 2510 -30.214612 cm -23.401123 cm -1.6165926 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5100014 m CaptureMgnt StepLimiter + 2511 -30.227663 cm -23.328493 cm -1.6172674 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5110014 m CaptureMgnt StepLimiter + 2512 -30.240334 cm -23.255795 cm -1.6179423 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5120014 m CaptureMgnt StepLimiter + 2513 -30.252624 cm -23.183031 cm -1.6186172 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5130014 m CaptureMgnt StepLimiter + 2514 -30.264533 cm -23.110205 cm -1.619292 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5140014 m CaptureMgnt StepLimiter + 2515 -30.27606 cm -23.037317 cm -1.6199669 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5150014 m CaptureMgnt StepLimiter + 2516 -30.287205 cm -22.964369 cm -1.6206418 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5160014 m CaptureMgnt StepLimiter + 2517 -30.297967 cm -22.891364 cm -1.6213166 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5170014 m CaptureMgnt StepLimiter + 2518 -30.308348 cm -22.818304 cm -1.6219915 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5180014 m CaptureMgnt StepLimiter + 2519 -30.318344 cm -22.745191 cm -1.6226664 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5190014 m CaptureMgnt StepLimiter + 2520 -30.327958 cm -22.672026 cm -1.6233412 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5200014 m CaptureMgnt StepLimiter + 2521 -30.337188 cm -22.598811 cm -1.6240161 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5210014 m CaptureMgnt StepLimiter + 2522 -30.346034 cm -22.525549 cm -1.624691 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5220014 m CaptureMgnt StepLimiter + 2523 -30.354495 cm -22.452242 cm -1.6253658 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5230014 m CaptureMgnt StepLimiter + 2524 -30.362572 cm -22.378892 cm -1.6260407 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5240014 m CaptureMgnt StepLimiter + 2525 -30.370263 cm -22.3055 cm -1.6267156 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5250014 m CaptureMgnt StepLimiter + 2526 -30.37757 cm -22.232068 cm -1.6273904 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5260014 m CaptureMgnt StepLimiter + 2527 -30.384491 cm -22.1586 cm -1.6280653 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5270014 m CaptureMgnt StepLimiter + 2528 -30.391026 cm -22.085096 cm -1.6287402 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5280014 m CaptureMgnt StepLimiter + 2529 -30.397175 cm -22.011559 cm -1.629415 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5290014 m CaptureMgnt StepLimiter + 2530 -30.402937 cm -21.93799 cm -1.6300899 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5300014 m CaptureMgnt StepLimiter + 2531 -30.408314 cm -21.864392 cm -1.6307648 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5310014 m CaptureMgnt StepLimiter + 2532 -30.413303 cm -21.790767 cm -1.6314396 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5320014 m CaptureMgnt StepLimiter + 2533 -30.417905 cm -21.717117 cm -1.6321145 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5330014 m CaptureMgnt StepLimiter + 2534 -30.422121 cm -21.643444 cm -1.6327894 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5340014 m CaptureMgnt StepLimiter + 2535 -30.425949 cm -21.569749 cm -1.6334642 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5350014 m CaptureMgnt StepLimiter + 2536 -30.429389 cm -21.496035 cm -1.6341391 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5360014 m CaptureMgnt StepLimiter + 2537 -30.432442 cm -21.422305 cm -1.634814 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5370014 m CaptureMgnt StepLimiter + 2538 -30.435107 cm -21.348559 cm -1.6354888 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5380014 m CaptureMgnt StepLimiter + 2539 -30.437384 cm -21.2748 cm -1.6361637 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5390014 m CaptureMgnt StepLimiter + 2540 -30.439273 cm -21.201031 cm -1.6368386 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5400014 m CaptureMgnt StepLimiter + 2541 -30.440773 cm -21.127252 cm -1.6375134 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5410014 m CaptureMgnt StepLimiter + 2542 -30.441885 cm -21.053466 cm -1.6381883 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5420014 m CaptureMgnt StepLimiter + 2543 -30.442609 cm -20.979676 cm -1.6388632 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5430014 m CaptureMgnt StepLimiter + 2544 -30.442944 cm -20.905883 cm -1.639538 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5440014 m CaptureMgnt StepLimiter + 2545 -30.44289 cm -20.832089 cm -1.6402129 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5450014 m CaptureMgnt StepLimiter + 2546 -30.442448 cm -20.758297 cm -1.6408878 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5460014 m CaptureMgnt StepLimiter + 2547 -30.441617 cm -20.684507 cm -1.6415626 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5470014 m CaptureMgnt StepLimiter + 2548 -30.440397 cm -20.610724 cm -1.6422375 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5480014 m CaptureMgnt StepLimiter + 2549 -30.438789 cm -20.536947 cm -1.6429124 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5490014 m CaptureMgnt StepLimiter + 2550 -30.436791 cm -20.46318 cm -1.6435872 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5500014 m CaptureMgnt StepLimiter + 2551 -30.434405 cm -20.389425 cm -1.6442621 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5510014 m CaptureMgnt StepLimiter + 2552 -30.431629 cm -20.315683 cm -1.644937 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5520014 m CaptureMgnt StepLimiter + 2553 -30.428465 cm -20.241957 cm -1.6456118 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5530014 m CaptureMgnt StepLimiter + 2554 -30.424912 cm -20.168249 cm -1.6462867 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5540014 m CaptureMgnt StepLimiter + 2555 -30.42097 cm -20.094561 cm -1.6469616 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5550014 m CaptureMgnt StepLimiter + 2556 -30.416639 cm -20.020894 cm -1.6476364 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5560014 m CaptureMgnt StepLimiter + 2557 -30.411919 cm -19.947251 cm -1.6483113 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5570014 m CaptureMgnt StepLimiter + 2558 -30.406811 cm -19.873634 cm -1.6489862 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5580014 m CaptureMgnt StepLimiter + 2559 -30.401314 cm -19.800045 cm -1.649661 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5590014 m CaptureMgnt StepLimiter + 2560 -30.395428 cm -19.726487 cm -1.6503359 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5600014 m CaptureMgnt StepLimiter + 2561 -30.389154 cm -19.65296 cm -1.6510108 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5610014 m CaptureMgnt StepLimiter + 2562 -30.382492 cm -19.579467 cm -1.6516856 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5620014 m CaptureMgnt StepLimiter + 2563 -30.375441 cm -19.506011 cm -1.6523605 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5630014 m CaptureMgnt StepLimiter + 2564 -30.368002 cm -19.432593 cm -1.6530354 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5640014 m CaptureMgnt StepLimiter + 2565 -30.360175 cm -19.359215 cm -1.6537102 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5650014 m CaptureMgnt StepLimiter + 2566 -30.351961 cm -19.28588 cm -1.6543851 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5660014 m CaptureMgnt StepLimiter + 2567 -30.343358 cm -19.212589 cm -1.65506 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5670014 m CaptureMgnt StepLimiter + 2568 -30.334369 cm -19.139345 cm -1.6557348 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5680014 m CaptureMgnt StepLimiter + 2569 -30.324991 cm -19.06615 cm -1.6564097 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5690014 m CaptureMgnt StepLimiter + 2570 -30.315227 cm -18.993005 cm -1.6570846 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5700014 m CaptureMgnt StepLimiter + 2571 -30.305076 cm -18.919912 cm -1.6577594 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5710014 m CaptureMgnt StepLimiter + 2572 -30.294538 cm -18.846875 cm -1.6584343 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5720014 m CaptureMgnt StepLimiter + 2573 -30.283613 cm -18.773894 cm -1.6591092 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5730014 m CaptureMgnt StepLimiter + 2574 -30.272302 cm -18.700972 cm -1.659784 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5740014 m CaptureMgnt StepLimiter + 2575 -30.260606 cm -18.628111 cm -1.6604589 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5750014 m CaptureMgnt StepLimiter + 2576 -30.248523 cm -18.555313 cm -1.6611338 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5760014 m CaptureMgnt StepLimiter + 2577 -30.236055 cm -18.48258 cm -1.6618086 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5770014 m CaptureMgnt StepLimiter + 2578 -30.223202 cm -18.409914 cm -1.6624835 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5780014 m CaptureMgnt StepLimiter + 2579 -30.209963 cm -18.337317 cm -1.6631584 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5790014 m CaptureMgnt StepLimiter + 2580 -30.19634 cm -18.264792 cm -1.6638332 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5800014 m CaptureMgnt StepLimiter + 2581 -30.182333 cm -18.19234 cm -1.6645081 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5810014 m CaptureMgnt StepLimiter + 2582 -30.167942 cm -18.119963 cm -1.665183 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5820014 m CaptureMgnt StepLimiter + 2583 -30.153167 cm -18.047663 cm -1.6658578 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5830014 m CaptureMgnt StepLimiter + 2584 -30.138009 cm -17.975443 cm -1.6665327 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5840014 m CaptureMgnt StepLimiter + 2585 -30.122468 cm -17.903304 cm -1.6672076 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5850014 m CaptureMgnt StepLimiter + 2586 -30.106544 cm -17.831249 cm -1.6678824 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5860014 m CaptureMgnt StepLimiter + 2587 -30.090238 cm -17.759279 cm -1.6685573 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5870014 m CaptureMgnt StepLimiter + 2588 -30.07355 cm -17.687396 cm -1.6692322 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5880014 m CaptureMgnt StepLimiter + 2589 -30.056481 cm -17.615604 cm -1.669907 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5890014 m CaptureMgnt StepLimiter + 2590 -30.039031 cm -17.543903 cm -1.6705819 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5900014 m CaptureMgnt StepLimiter + 2591 -30.0212 cm -17.472296 cm -1.6712568 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5910014 m CaptureMgnt StepLimiter + 2592 -30.002989 cm -17.400784 cm -1.6719316 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5920014 m CaptureMgnt StepLimiter + 2593 -29.984398 cm -17.32937 cm -1.6726065 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5930014 m CaptureMgnt StepLimiter + 2594 -29.965428 cm -17.258057 cm -1.6732814 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5940014 m CaptureMgnt StepLimiter + 2595 -29.946079 cm -17.186844 cm -1.6739562 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5950014 m CaptureMgnt StepLimiter + 2596 -29.926352 cm -17.115736 cm -1.6746311 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5960014 m CaptureMgnt StepLimiter + 2597 -29.906247 cm -17.044734 cm -1.675306 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5970014 m CaptureMgnt StepLimiter + 2598 -29.885765 cm -16.97384 cm -1.6759808 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5980014 m CaptureMgnt StepLimiter + 2599 -29.864906 cm -16.903055 cm -1.6766557 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.5990014 m CaptureMgnt StepLimiter + 2600 -29.843671 cm -16.832383 cm -1.6773306 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6000014 m CaptureMgnt StepLimiter + 2601 -29.82206 cm -16.761824 cm -1.6780054 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6010014 m CaptureMgnt StepLimiter + 2602 -29.800073 cm -16.691382 cm -1.6786803 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6020014 m CaptureMgnt StepLimiter + 2603 -29.777712 cm -16.621057 cm -1.6793552 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6030014 m CaptureMgnt StepLimiter + 2604 -29.754977 cm -16.550853 cm -1.68003 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6040014 m CaptureMgnt StepLimiter + 2605 -29.731868 cm -16.480771 cm -1.6807049 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6050014 m CaptureMgnt StepLimiter + 2606 -29.708387 cm -16.410813 cm -1.6813798 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6060014 m CaptureMgnt StepLimiter + 2607 -29.684533 cm -16.34098 cm -1.6820546 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6070014 m CaptureMgnt StepLimiter + 2608 -29.660307 cm -16.271276 cm -1.6827295 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6080014 m CaptureMgnt StepLimiter + 2609 -29.63571 cm -16.201702 cm -1.6834044 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6090014 m CaptureMgnt StepLimiter + 2610 -29.610743 cm -16.132261 cm -1.6840792 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6100014 m CaptureMgnt StepLimiter + 2611 -29.585406 cm -16.062953 cm -1.6847541 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6110014 m CaptureMgnt StepLimiter + 2612 -29.559699 cm -15.993781 cm -1.685429 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6120014 m CaptureMgnt StepLimiter + 2613 -29.533625 cm -15.924747 cm -1.6861038 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6130014 m CaptureMgnt StepLimiter + 2614 -29.507182 cm -15.855854 cm -1.6867787 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6140014 m CaptureMgnt StepLimiter + 2615 -29.480372 cm -15.787102 cm -1.6874536 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6150014 m CaptureMgnt StepLimiter + 2616 -29.453196 cm -15.718495 cm -1.6881284 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6160014 m CaptureMgnt StepLimiter + 2617 -29.425653 cm -15.650034 cm -1.6888033 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6170014 m CaptureMgnt StepLimiter + 2618 -29.397746 cm -15.58172 cm -1.6894782 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6180014 m CaptureMgnt StepLimiter + 2619 -29.369475 cm -15.513557 cm -1.690153 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6190014 m CaptureMgnt StepLimiter + 2620 -29.34084 cm -15.445545 cm -1.6908279 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6200014 m CaptureMgnt StepLimiter + 2621 -29.311842 cm -15.377687 cm -1.6915028 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6210014 m CaptureMgnt StepLimiter + 2622 -29.282482 cm -15.309986 cm -1.6921776 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6220014 m CaptureMgnt StepLimiter + 2623 -29.252761 cm -15.242442 cm -1.6928525 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6230014 m CaptureMgnt StepLimiter + 2624 -29.222679 cm -15.175058 cm -1.6935274 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6240014 m CaptureMgnt StepLimiter + 2625 -29.192237 cm -15.107835 cm -1.6942022 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6250014 m CaptureMgnt StepLimiter + 2626 -29.161437 cm -15.040776 cm -1.6948771 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6260014 m CaptureMgnt StepLimiter + 2627 -29.130278 cm -14.973883 cm -1.695552 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6270014 m CaptureMgnt StepLimiter + 2628 -29.098763 cm -14.907158 cm -1.6962268 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6280014 m CaptureMgnt StepLimiter + 2629 -29.06689 cm -14.840602 cm -1.6969017 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6290014 m CaptureMgnt StepLimiter + 2630 -29.034663 cm -14.774217 cm -1.6975766 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6300014 m CaptureMgnt StepLimiter + 2631 -29.00208 cm -14.708006 cm -1.6982514 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6310014 m CaptureMgnt StepLimiter + 2632 -28.969144 cm -14.64197 cm -1.6989263 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6320014 m CaptureMgnt StepLimiter + 2633 -28.935854 cm -14.576112 cm -1.6996012 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6330014 m CaptureMgnt StepLimiter + 2634 -28.902213 cm -14.510432 cm -1.700276 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6340014 m CaptureMgnt StepLimiter + 2635 -28.86822 cm -14.444934 cm -1.7009509 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6350014 m CaptureMgnt StepLimiter + 2636 -28.833877 cm -14.379619 cm -1.7016258 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6360014 m CaptureMgnt StepLimiter + 2637 -28.799185 cm -14.314488 cm -1.7023006 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6370014 m CaptureMgnt StepLimiter + 2638 -28.764144 cm -14.249545 cm -1.7029755 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6380014 m CaptureMgnt StepLimiter + 2639 -28.728756 cm -14.18479 cm -1.7036504 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6390014 m CaptureMgnt StepLimiter + 2640 -28.693021 cm -14.120225 cm -1.7043252 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6400014 m CaptureMgnt StepLimiter + 2641 -28.656941 cm -14.055853 cm -1.7050001 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6410014 m CaptureMgnt StepLimiter + 2642 -28.620516 cm -13.991676 cm -1.705675 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6420014 m CaptureMgnt StepLimiter + 2643 -28.583747 cm -13.927694 cm -1.7063498 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6430014 m CaptureMgnt StepLimiter + 2644 -28.546636 cm -13.863911 cm -1.7070247 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6440014 m CaptureMgnt StepLimiter + 2645 -28.509183 cm -13.800328 cm -1.7076996 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6450014 m CaptureMgnt StepLimiter + 2646 -28.471389 cm -13.736947 cm -1.7083744 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6460014 m CaptureMgnt StepLimiter + 2647 -28.433256 cm -13.673769 cm -1.7090493 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6470014 m CaptureMgnt StepLimiter + 2648 -28.394785 cm -13.610797 cm -1.7097242 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6480014 m CaptureMgnt StepLimiter + 2649 -28.355976 cm -13.548033 cm -1.710399 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6490014 m CaptureMgnt StepLimiter + 2650 -28.31683 cm -13.485477 cm -1.7110739 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6500014 m CaptureMgnt StepLimiter + 2651 -28.27735 cm -13.423133 cm -1.7117488 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6510014 m CaptureMgnt StepLimiter + 2652 -28.237534 cm -13.361002 cm -1.7124236 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6520014 m CaptureMgnt StepLimiter + 2653 -28.197386 cm -13.299085 cm -1.7130985 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6530014 m CaptureMgnt StepLimiter + 2654 -28.156906 cm -13.237385 cm -1.7137734 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6540014 m CaptureMgnt StepLimiter + 2655 -28.116094 cm -13.175904 cm -1.7144482 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6550014 m CaptureMgnt StepLimiter + 2656 -28.074953 cm -13.114643 cm -1.7151231 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6560014 m CaptureMgnt StepLimiter + 2657 -28.033483 cm -13.053604 cm -1.715798 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6570014 m CaptureMgnt StepLimiter + 2658 -27.991685 cm -12.992788 cm -1.7164728 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6580014 m CaptureMgnt StepLimiter + 2659 -27.949561 cm -12.932199 cm -1.7171477 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6590014 m CaptureMgnt StepLimiter + 2660 -27.907112 cm -12.871837 cm -1.7178226 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6600014 m CaptureMgnt StepLimiter + 2661 -27.864338 cm -12.811704 cm -1.7184974 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6610014 m CaptureMgnt StepLimiter + 2662 -27.821242 cm -12.751802 cm -1.7191723 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6620014 m CaptureMgnt StepLimiter + 2663 -27.777824 cm -12.692133 cm -1.7198472 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6630014 m CaptureMgnt StepLimiter + 2664 -27.734085 cm -12.632698 cm -1.720522 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6640014 m CaptureMgnt StepLimiter + 2665 -27.690027 cm -12.5735 cm -1.7211969 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6650014 m CaptureMgnt StepLimiter + 2666 -27.645651 cm -12.51454 cm -1.7218718 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6660014 m CaptureMgnt StepLimiter + 2667 -27.600957 cm -12.45582 cm -1.7225466 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6670014 m CaptureMgnt StepLimiter + 2668 -27.555949 cm -12.397342 cm -1.7232215 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6680014 m CaptureMgnt StepLimiter + 2669 -27.510625 cm -12.339106 cm -1.7238964 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6690014 m CaptureMgnt StepLimiter + 2670 -27.464989 cm -12.281116 cm -1.7245712 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6700014 m CaptureMgnt StepLimiter + 2671 -27.419041 cm -12.223373 cm -1.7252461 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6710014 m CaptureMgnt StepLimiter + 2672 -27.372782 cm -12.165878 cm -1.725921 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6720014 m CaptureMgnt StepLimiter + 2673 -27.326214 cm -12.108633 cm -1.7265958 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6730014 m CaptureMgnt StepLimiter + 2674 -27.279337 cm -12.051641 cm -1.7272707 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6740014 m CaptureMgnt StepLimiter + 2675 -27.232155 cm -11.994902 cm -1.7279456 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6750014 m CaptureMgnt StepLimiter + 2676 -27.184666 cm -11.938418 cm -1.7286204 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6760014 m CaptureMgnt StepLimiter + 2677 -27.136874 cm -11.882192 cm -1.7292953 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6770014 m CaptureMgnt StepLimiter + 2678 -27.088779 cm -11.826224 cm -1.7299702 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6780014 m CaptureMgnt StepLimiter + 2679 -27.040382 cm -11.770516 cm -1.730645 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6790014 m CaptureMgnt StepLimiter + 2680 -26.991686 cm -11.715071 cm -1.7313199 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6800014 m CaptureMgnt StepLimiter + 2681 -26.942691 cm -11.659889 cm -1.7319948 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6810014 m CaptureMgnt StepLimiter + 2682 -26.893398 cm -11.604973 cm -1.7326696 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6820014 m CaptureMgnt StepLimiter + 2683 -26.84381 cm -11.550324 cm -1.7333445 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6830014 m CaptureMgnt StepLimiter + 2684 -26.793927 cm -11.495944 cm -1.7340194 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6840014 m CaptureMgnt StepLimiter + 2685 -26.743751 cm -11.441834 cm -1.7346942 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6850014 m CaptureMgnt StepLimiter + 2686 -26.693283 cm -11.387995 cm -1.7353691 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6860014 m CaptureMgnt StepLimiter + 2687 -26.642525 cm -11.334431 cm -1.736044 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6870014 m CaptureMgnt StepLimiter + 2688 -26.591479 cm -11.281141 cm -1.7367188 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6880014 m CaptureMgnt StepLimiter + 2689 -26.540144 cm -11.228129 cm -1.7373937 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6890014 m CaptureMgnt StepLimiter + 2690 -26.488524 cm -11.175394 cm -1.7380686 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6900014 m CaptureMgnt StepLimiter + 2691 -26.43662 cm -11.12294 cm -1.7387434 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6910014 m CaptureMgnt StepLimiter + 2692 -26.384432 cm -11.070768 cm -1.7394183 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6920014 m CaptureMgnt StepLimiter + 2693 -26.331963 cm -11.018878 cm -1.7400932 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6930014 m CaptureMgnt StepLimiter + 2694 -26.279213 cm -10.967273 cm -1.740768 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6940014 m CaptureMgnt StepLimiter + 2695 -26.226186 cm -10.915955 cm -1.7414429 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6950014 m CaptureMgnt StepLimiter + 2696 -26.172881 cm -10.864924 cm -1.7421178 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6960014 m CaptureMgnt StepLimiter + 2697 -26.1193 cm -10.814183 cm -1.7427926 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6970014 m CaptureMgnt StepLimiter + 2698 -26.065446 cm -10.763733 cm -1.7434675 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6980014 m CaptureMgnt StepLimiter + 2699 -26.011319 cm -10.713575 cm -1.7441424 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.6990014 m CaptureMgnt StepLimiter + 2700 -25.956921 cm -10.663711 cm -1.7448172 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7000014 m CaptureMgnt StepLimiter + 2701 -25.902253 cm -10.614143 cm -1.7454921 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7010014 m CaptureMgnt StepLimiter + 2702 -25.847318 cm -10.564872 cm -1.746167 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7020014 m CaptureMgnt StepLimiter + 2703 -25.792117 cm -10.515899 cm -1.7468418 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7030014 m CaptureMgnt StepLimiter + 2704 -25.736651 cm -10.467226 cm -1.7475167 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7040014 m CaptureMgnt StepLimiter + 2705 -25.680921 cm -10.418855 cm -1.7481916 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7050014 m CaptureMgnt StepLimiter + 2706 -25.62493 cm -10.370787 cm -1.7488664 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7060014 m CaptureMgnt StepLimiter + 2707 -25.56868 cm -10.323023 cm -1.7495413 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7070014 m CaptureMgnt StepLimiter + 2708 -25.51217 cm -10.275565 cm -1.7502162 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7080014 m CaptureMgnt StepLimiter + 2709 -25.455405 cm -10.228414 cm -1.750891 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7090014 m CaptureMgnt StepLimiter + 2710 -25.398384 cm -10.181572 cm -1.7515659 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7100014 m CaptureMgnt StepLimiter + 2711 -25.341109 cm -10.135041 cm -1.7522408 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7110014 m CaptureMgnt StepLimiter + 2712 -25.283583 cm -10.088821 cm -1.7529156 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7120014 m CaptureMgnt StepLimiter + 2713 -25.225807 cm -10.042914 cm -1.7535905 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7130014 m CaptureMgnt StepLimiter + 2714 -25.167782 cm -9.9973221 cm -1.7542654 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7140014 m CaptureMgnt StepLimiter + 2715 -25.10951 cm -9.9520457 cm -1.7549402 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7150014 m CaptureMgnt StepLimiter + 2716 -25.050993 cm -9.9070867 cm -1.7556151 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7160014 m CaptureMgnt StepLimiter + 2717 -24.992233 cm -9.8624463 cm -1.75629 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7170014 m CaptureMgnt StepLimiter + 2718 -24.933231 cm -9.818126 cm -1.7569648 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7180014 m CaptureMgnt StepLimiter + 2719 -24.873989 cm -9.774127 cm -1.7576397 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7190014 m CaptureMgnt StepLimiter + 2720 -24.814508 cm -9.7304509 cm -1.7583146 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7200014 m CaptureMgnt StepLimiter + 2721 -24.754791 cm -9.6870989 cm -1.7589894 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7210014 m CaptureMgnt StepLimiter + 2722 -24.694839 cm -9.6440724 cm -1.7596643 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7220014 m CaptureMgnt StepLimiter + 2723 -24.634654 cm -9.6013726 cm -1.7603392 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7230014 m CaptureMgnt StepLimiter + 2724 -24.574237 cm -9.559001 cm -1.761014 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7240014 m CaptureMgnt StepLimiter + 2725 -24.513591 cm -9.5169588 cm -1.7616889 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7250014 m CaptureMgnt StepLimiter + 2726 -24.452716 cm -9.4752474 cm -1.7623638 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7260014 m CaptureMgnt StepLimiter + 2727 -24.391616 cm -9.433868 cm -1.7630386 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7270014 m CaptureMgnt StepLimiter + 2728 -24.330291 cm -9.392822 cm -1.7637135 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7280014 m CaptureMgnt StepLimiter + 2729 -24.268743 cm -9.3521105 cm -1.7643884 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7290014 m CaptureMgnt StepLimiter + 2730 -24.206974 cm -9.3117349 cm -1.7650632 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7300014 m CaptureMgnt StepLimiter + 2731 -24.144987 cm -9.2716964 cm -1.7657381 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7310014 m CaptureMgnt StepLimiter + 2732 -24.082782 cm -9.2319963 cm -1.766413 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7320014 m CaptureMgnt StepLimiter + 2733 -24.020362 cm -9.1926359 cm -1.7670878 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7330014 m CaptureMgnt StepLimiter + 2734 -23.957728 cm -9.1536163 cm -1.7677627 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7340014 m CaptureMgnt StepLimiter + 2735 -23.894882 cm -9.1149387 cm -1.7684376 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7350014 m CaptureMgnt StepLimiter + 2736 -23.831826 cm -9.0766044 cm -1.7691124 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7360014 m CaptureMgnt StepLimiter + 2737 -23.768563 cm -9.0386146 cm -1.7697873 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7370014 m CaptureMgnt StepLimiter + 2738 -23.705092 cm -9.0009705 cm -1.7704622 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7380014 m CaptureMgnt StepLimiter + 2739 -23.641418 cm -8.9636733 cm -1.771137 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7390014 m CaptureMgnt StepLimiter + 2740 -23.577541 cm -8.9267241 cm -1.7718119 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7400014 m CaptureMgnt StepLimiter + 2741 -23.513463 cm -8.890124 cm -1.7724868 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7410014 m CaptureMgnt StepLimiter + 2742 -23.449186 cm -8.8538743 cm -1.7731616 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7420014 m CaptureMgnt StepLimiter + 2743 -23.384712 cm -8.8179761 cm -1.7738365 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7430014 m CaptureMgnt StepLimiter + 2744 -23.320044 cm -8.7824305 cm -1.7745114 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7440014 m CaptureMgnt StepLimiter + 2745 -23.255182 cm -8.7472387 cm -1.7751862 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7450014 m CaptureMgnt StepLimiter + 2746 -23.190129 cm -8.7124017 cm -1.7758611 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7460014 m CaptureMgnt StepLimiter + 2747 -23.124886 cm -8.6779207 cm -1.776536 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7470014 m CaptureMgnt StepLimiter + 2748 -23.059456 cm -8.6437968 cm -1.7772108 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7480014 m CaptureMgnt StepLimiter + 2749 -22.99384 cm -8.6100309 cm -1.7778857 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7490014 m CaptureMgnt StepLimiter + 2750 -22.928041 cm -8.5766243 cm -1.7785606 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7500014 m CaptureMgnt StepLimiter + 2751 -22.86206 cm -8.543578 cm -1.7792354 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7510014 m CaptureMgnt StepLimiter + 2752 -22.7959 cm -8.510893 cm -1.7799103 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7520014 m CaptureMgnt StepLimiter + 2753 -22.729561 cm -8.4785703 cm -1.7805852 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7530014 m CaptureMgnt StepLimiter + 2754 -22.663047 cm -8.4466111 cm -1.78126 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7540014 m CaptureMgnt StepLimiter + 2755 -22.596359 cm -8.4150163 cm -1.7819349 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7550014 m CaptureMgnt StepLimiter + 2756 -22.529499 cm -8.3837869 cm -1.7826098 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7560014 m CaptureMgnt StepLimiter + 2757 -22.462469 cm -8.352924 cm -1.7832846 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7570014 m CaptureMgnt StepLimiter + 2758 -22.395271 cm -8.3224284 cm -1.7839595 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7580014 m CaptureMgnt StepLimiter + 2759 -22.327907 cm -8.2923013 cm -1.7846344 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7590014 m CaptureMgnt StepLimiter + 2760 -22.260379 cm -8.2625436 cm -1.7853092 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7600014 m CaptureMgnt StepLimiter + 2761 -22.192689 cm -8.2331562 cm -1.7859841 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7610014 m CaptureMgnt StepLimiter + 2762 -22.12484 cm -8.20414 cm -1.786659 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7620014 m CaptureMgnt StepLimiter + 2763 -22.056832 cm -8.1754961 cm -1.7873338 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7630014 m CaptureMgnt StepLimiter + 2764 -21.988668 cm -8.1472254 cm -1.7880087 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7640014 m CaptureMgnt StepLimiter + 2765 -21.92035 cm -8.1193287 cm -1.7886836 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7650014 m CaptureMgnt StepLimiter + 2766 -21.851881 cm -8.0918069 cm -1.7893584 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7660014 m CaptureMgnt StepLimiter + 2767 -21.783261 cm -8.064661 cm -1.7900333 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7670014 m CaptureMgnt StepLimiter + 2768 -21.714494 cm -8.0378919 cm -1.7907082 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7680014 m CaptureMgnt StepLimiter + 2769 -21.645581 cm -8.0115004 cm -1.791383 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7690014 m CaptureMgnt StepLimiter + 2770 -21.576524 cm -7.9854873 cm -1.7920579 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7700014 m CaptureMgnt StepLimiter + 2771 -21.507325 cm -7.9598536 cm -1.7927328 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7710014 m CaptureMgnt StepLimiter + 2772 -21.437987 cm -7.9346001 cm -1.7934076 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7720014 m CaptureMgnt StepLimiter + 2773 -21.368511 cm -7.9097275 cm -1.7940825 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7730014 m CaptureMgnt StepLimiter + 2774 -21.2989 cm -7.8852368 cm -1.7947574 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7740014 m CaptureMgnt StepLimiter + 2775 -21.229155 cm -7.8611287 cm -1.7954322 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7750014 m CaptureMgnt StepLimiter + 2776 -21.159279 cm -7.8374039 cm -1.7961071 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7760014 m CaptureMgnt StepLimiter + 2777 -21.089273 cm -7.8140634 cm -1.796782 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7770014 m CaptureMgnt StepLimiter + 2778 -21.019141 cm -7.7911079 cm -1.7974568 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7780014 m CaptureMgnt StepLimiter + 2779 -20.948883 cm -7.7685381 cm -1.7981317 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7790014 m CaptureMgnt StepLimiter + 2780 -20.878502 cm -7.7463548 cm -1.7988066 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7800014 m CaptureMgnt StepLimiter + 2781 -20.808001 cm -7.7245587 cm -1.7994814 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7810014 m CaptureMgnt StepLimiter + 2782 -20.737381 cm -7.7031505 cm -1.8001563 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7820014 m CaptureMgnt StepLimiter + 2783 -20.666644 cm -7.6821311 cm -1.8008312 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7830014 m CaptureMgnt StepLimiter + 2784 -20.595792 cm -7.6615009 cm -1.801506 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7840014 m CaptureMgnt StepLimiter + 2785 -20.524828 cm -7.6412609 cm -1.8021809 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7850014 m CaptureMgnt StepLimiter + 2786 -20.453754 cm -7.6214116 cm -1.8028558 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7860014 m CaptureMgnt StepLimiter + 2787 -20.382572 cm -7.6019537 cm -1.8035306 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7870014 m CaptureMgnt StepLimiter + 2788 -20.311283 cm -7.5828879 cm -1.8042055 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7880014 m CaptureMgnt StepLimiter + 2789 -20.239891 cm -7.5642148 cm -1.8048804 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7890014 m CaptureMgnt StepLimiter + 2790 -20.168397 cm -7.5459351 cm -1.8055552 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7900014 m CaptureMgnt StepLimiter + 2791 -20.096804 cm -7.5280494 cm -1.8062301 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7910014 m CaptureMgnt StepLimiter + 2792 -20.025113 cm -7.5105582 cm -1.806905 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7920014 m CaptureMgnt StepLimiter + 2793 -19.953326 cm -7.4934623 cm -1.8075798 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7930014 m CaptureMgnt StepLimiter + 2794 -19.881447 cm -7.4767621 cm -1.8082547 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7940014 m CaptureMgnt StepLimiter + 2795 -19.809477 cm -7.4604583 cm -1.8089296 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7950014 m CaptureMgnt StepLimiter + 2796 -19.737418 cm -7.4445514 cm -1.8096044 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7960014 m CaptureMgnt StepLimiter + 2797 -19.665272 cm -7.429042 cm -1.8102793 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7970014 m CaptureMgnt StepLimiter + 2798 -19.593042 cm -7.4139306 cm -1.8109542 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7980014 m CaptureMgnt StepLimiter + 2799 -19.52073 cm -7.3992178 cm -1.811629 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.7990014 m CaptureMgnt StepLimiter + 2800 -19.448337 cm -7.3849041 cm -1.8123039 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8000014 m CaptureMgnt StepLimiter + 2801 -19.375867 cm -7.3709899 cm -1.8129788 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8010014 m CaptureMgnt StepLimiter + 2802 -19.303321 cm -7.3574758 cm -1.8136536 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8020014 m CaptureMgnt StepLimiter + 2803 -19.230702 cm -7.3443622 cm -1.8143285 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8030014 m CaptureMgnt StepLimiter + 2804 -19.158011 cm -7.3316497 cm -1.8150034 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8040014 m CaptureMgnt StepLimiter + 2805 -19.085251 cm -7.3193387 cm -1.8156782 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8050014 m CaptureMgnt StepLimiter + 2806 -19.012425 cm -7.3074296 cm -1.8163531 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8060014 m CaptureMgnt StepLimiter + 2807 -18.939534 cm -7.2959228 cm -1.817028 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8070014 m CaptureMgnt StepLimiter + 2808 -18.86658 cm -7.2848188 cm -1.8177028 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8080014 m CaptureMgnt StepLimiter + 2809 -18.793566 cm -7.2741181 cm -1.8183777 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8090014 m CaptureMgnt StepLimiter + 2810 -18.720494 cm -7.2638209 cm -1.8190526 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8100014 m CaptureMgnt StepLimiter + 2811 -18.647366 cm -7.2539277 cm -1.8197274 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8110014 m CaptureMgnt StepLimiter + 2812 -18.574185 cm -7.2444389 cm -1.8204023 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8120014 m CaptureMgnt StepLimiter + 2813 -18.500953 cm -7.2353547 cm -1.8210772 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8130014 m CaptureMgnt StepLimiter + 2814 -18.427671 cm -7.2266757 cm -1.821752 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8140014 m CaptureMgnt StepLimiter + 2815 -18.354342 cm -7.218402 cm -1.8224269 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8150014 m CaptureMgnt StepLimiter + 2816 -18.280969 cm -7.2105341 cm -1.8231018 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8160014 m CaptureMgnt StepLimiter + 2817 -18.207553 cm -7.2030722 cm -1.8237766 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8170014 m CaptureMgnt StepLimiter + 2818 -18.134098 cm -7.1960166 cm -1.8244515 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8180014 m CaptureMgnt StepLimiter + 2819 -18.060604 cm -7.1893677 cm -1.8251264 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8190014 m CaptureMgnt StepLimiter + 2820 -17.987074 cm -7.1831256 cm -1.8258012 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8200014 m CaptureMgnt StepLimiter + 2821 -17.913512 cm -7.1772907 cm -1.8264761 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8210014 m CaptureMgnt StepLimiter + 2822 -17.839918 cm -7.1718633 cm -1.827151 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8220014 m CaptureMgnt StepLimiter + 2823 -17.766295 cm -7.1668435 cm -1.8278258 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8230014 m CaptureMgnt StepLimiter + 2824 -17.692645 cm -7.1622315 cm -1.8285007 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8240014 m CaptureMgnt StepLimiter + 2825 -17.618971 cm -7.1580277 cm -1.8291756 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8250014 m CaptureMgnt StepLimiter + 2826 -17.545275 cm -7.1542322 cm -1.8298504 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8260014 m CaptureMgnt StepLimiter + 2827 -17.471559 cm -7.1508451 cm -1.8305253 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8270014 m CaptureMgnt StepLimiter + 2828 -17.397825 cm -7.1478667 cm -1.8312002 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8280014 m CaptureMgnt StepLimiter + 2829 -17.324076 cm -7.1452971 cm -1.831875 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8290014 m CaptureMgnt StepLimiter + 2830 -17.250314 cm -7.1431365 cm -1.8325499 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8300014 m CaptureMgnt StepLimiter + 2831 -17.176541 cm -7.141385 cm -1.8332248 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8310014 m CaptureMgnt StepLimiter + 2832 -17.102759 cm -7.1400427 cm -1.8338996 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8320014 m CaptureMgnt StepLimiter + 2833 -17.028971 cm -7.1391098 cm -1.8345745 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8330014 m CaptureMgnt StepLimiter + 2834 -16.955179 cm -7.1385864 cm -1.8352494 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8340014 m CaptureMgnt StepLimiter + 2835 -16.881385 cm -7.1384725 cm -1.8359242 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8350014 m CaptureMgnt StepLimiter + 2836 -16.807592 cm -7.1387681 cm -1.8365991 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8360014 m CaptureMgnt StepLimiter + 2837 -16.733801 cm -7.1394735 cm -1.837274 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8370014 m CaptureMgnt StepLimiter + 2838 -16.660016 cm -7.1405886 cm -1.8379488 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8380014 m CaptureMgnt StepLimiter + 2839 -16.586238 cm -7.1421135 cm -1.8386237 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8390014 m CaptureMgnt StepLimiter + 2840 -16.512469 cm -7.1440481 cm -1.8392986 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8400014 m CaptureMgnt StepLimiter + 2841 -16.438713 cm -7.1463926 cm -1.8399734 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8410014 m CaptureMgnt StepLimiter + 2842 -16.36497 cm -7.1491468 cm -1.8406483 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8420014 m CaptureMgnt StepLimiter + 2843 -16.291244 cm -7.1523109 cm -1.8413232 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8430014 m CaptureMgnt StepLimiter + 2844 -16.217537 cm -7.1558847 cm -1.841998 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8440014 m CaptureMgnt StepLimiter + 2845 -16.143851 cm -7.1598682 cm -1.8426729 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8450014 m CaptureMgnt StepLimiter + 2846 -16.070188 cm -7.1642615 cm -1.8433478 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8460014 m CaptureMgnt StepLimiter + 2847 -15.99655 cm -7.1690643 cm -1.8440226 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8470014 m CaptureMgnt StepLimiter + 2848 -15.922941 cm -7.1742766 cm -1.8446975 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8480014 m CaptureMgnt StepLimiter + 2849 -15.849361 cm -7.1798984 cm -1.8453724 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8490014 m CaptureMgnt StepLimiter + 2850 -15.775814 cm -7.1859296 cm -1.8460472 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8500014 m CaptureMgnt StepLimiter + 2851 -15.702302 cm -7.19237 cm -1.8467221 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8510014 m CaptureMgnt StepLimiter + 2852 -15.628827 cm -7.1992194 cm -1.847397 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8520014 m CaptureMgnt StepLimiter + 2853 -15.555391 cm -7.2064778 cm -1.8480718 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8530014 m CaptureMgnt StepLimiter + 2854 -15.481996 cm -7.2141451 cm -1.8487467 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8540014 m CaptureMgnt StepLimiter + 2855 -15.408645 cm -7.2222209 cm -1.8494216 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8550014 m CaptureMgnt StepLimiter + 2856 -15.335341 cm -7.2307053 cm -1.8500964 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8560014 m CaptureMgnt StepLimiter + 2857 -15.262085 cm -7.2395979 cm -1.8507713 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8570014 m CaptureMgnt StepLimiter + 2858 -15.188879 cm -7.2488985 cm -1.8514462 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8580014 m CaptureMgnt StepLimiter + 2859 -15.115727 cm -7.2586071 cm -1.852121 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8590014 m CaptureMgnt StepLimiter + 2860 -15.04263 cm -7.2687232 cm -1.8527959 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8600014 m CaptureMgnt StepLimiter + 2861 -14.96959 cm -7.2792467 cm -1.8534708 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8610014 m CaptureMgnt StepLimiter + 2862 -14.89661 cm -7.2901773 cm -1.8541456 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8620014 m CaptureMgnt StepLimiter + 2863 -14.823693 cm -7.3015148 cm -1.8548205 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8630014 m CaptureMgnt StepLimiter + 2864 -14.750839 cm -7.3132588 cm -1.8554954 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8640014 m CaptureMgnt StepLimiter + 2865 -14.678052 cm -7.3254091 cm -1.8561702 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8650014 m CaptureMgnt StepLimiter + 2866 -14.605335 cm -7.3379654 cm -1.8568451 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8660014 m CaptureMgnt StepLimiter + 2867 -14.532688 cm -7.3509273 cm -1.85752 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8670014 m CaptureMgnt StepLimiter + 2868 -14.460115 cm -7.3642946 cm -1.8581948 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8680014 m CaptureMgnt StepLimiter + 2869 -14.387618 cm -7.3780668 cm -1.8588697 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8690014 m CaptureMgnt StepLimiter + 2870 -14.315198 cm -7.3922436 cm -1.8595446 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8700014 m CaptureMgnt StepLimiter + 2871 -14.242859 cm -7.4068246 cm -1.8602194 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8710014 m CaptureMgnt StepLimiter + 2872 -14.170603 cm -7.4218095 cm -1.8608943 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8720014 m CaptureMgnt StepLimiter + 2873 -14.098431 cm -7.4371979 cm -1.8615692 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8730014 m CaptureMgnt StepLimiter + 2874 -14.026347 cm -7.4529893 cm -1.862244 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8740014 m CaptureMgnt StepLimiter + 2875 -13.954352 cm -7.4691833 cm -1.8629189 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8750014 m CaptureMgnt StepLimiter + 2876 -13.882449 cm -7.4857795 cm -1.8635938 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8760014 m CaptureMgnt StepLimiter + 2877 -13.810639 cm -7.5027775 cm -1.8642686 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8770014 m CaptureMgnt StepLimiter + 2878 -13.738926 cm -7.5201767 cm -1.8649435 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8780014 m CaptureMgnt StepLimiter + 2879 -13.667311 cm -7.5379767 cm -1.8656184 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8790014 m CaptureMgnt StepLimiter + 2880 -13.595797 cm -7.5561771 cm -1.8662932 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8800014 m CaptureMgnt StepLimiter + 2881 -13.524385 cm -7.5747773 cm -1.8669681 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8810014 m CaptureMgnt StepLimiter + 2882 -13.453079 cm -7.5937768 cm -1.867643 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8820014 m CaptureMgnt StepLimiter + 2883 -13.381881 cm -7.613175 cm -1.8683178 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8830014 m CaptureMgnt StepLimiter + 2884 -13.310792 cm -7.6329715 cm -1.8689927 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8840014 m CaptureMgnt StepLimiter + 2885 -13.239815 cm -7.6531657 cm -1.8696676 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8850014 m CaptureMgnt StepLimiter + 2886 -13.168952 cm -7.673757 cm -1.8703424 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8860014 m CaptureMgnt StepLimiter + 2887 -13.098206 cm -7.6947449 cm -1.8710173 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8870014 m CaptureMgnt StepLimiter + 2888 -13.027578 cm -7.7161287 cm -1.8716922 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8880014 m CaptureMgnt StepLimiter + 2889 -12.957071 cm -7.7379079 cm -1.872367 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8890014 m CaptureMgnt StepLimiter + 2890 -12.886688 cm -7.7600818 cm -1.8730419 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8900014 m CaptureMgnt StepLimiter + 2891 -12.816429 cm -7.7826498 cm -1.8737168 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8910014 m CaptureMgnt StepLimiter + 2892 -12.746299 cm -7.8056114 cm -1.8743916 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8920014 m CaptureMgnt StepLimiter + 2893 -12.676298 cm -7.8289657 cm -1.8750665 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8930014 m CaptureMgnt StepLimiter + 2894 -12.606429 cm -7.8527122 cm -1.8757414 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8940014 m CaptureMgnt StepLimiter + 2895 -12.536695 cm -7.8768502 cm -1.8764162 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8950014 m CaptureMgnt StepLimiter + 2896 -12.467097 cm -7.9013789 cm -1.8770911 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8960014 m CaptureMgnt StepLimiter + 2897 -12.397638 cm -7.9262978 cm -1.877766 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8970014 m CaptureMgnt StepLimiter + 2898 -12.328319 cm -7.951606 cm -1.8784408 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8980014 m CaptureMgnt StepLimiter + 2899 -12.259144 cm -7.9773028 cm -1.8791157 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.8990014 m CaptureMgnt StepLimiter + 2900 -12.190114 cm -8.0033876 cm -1.8797906 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9000014 m CaptureMgnt StepLimiter + 2901 -12.121232 cm -8.0298594 cm -1.8804654 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9010014 m CaptureMgnt StepLimiter + 2902 -12.052499 cm -8.0567177 cm -1.8811403 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9020014 m CaptureMgnt StepLimiter + 2903 -11.983919 cm -8.0839615 cm -1.8818152 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9030014 m CaptureMgnt StepLimiter + 2904 -11.915492 cm -8.1115902 cm -1.88249 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9040014 m CaptureMgnt StepLimiter + 2905 -11.847222 cm -8.1396028 cm -1.8831649 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9050014 m CaptureMgnt StepLimiter + 2906 -11.77911 cm -8.1679986 cm -1.8838398 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9060014 m CaptureMgnt StepLimiter + 2907 -11.711159 cm -8.1967768 cm -1.8845146 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9070014 m CaptureMgnt StepLimiter + 2908 -11.643371 cm -8.2259365 cm -1.8851895 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9080014 m CaptureMgnt StepLimiter + 2909 -11.575747 cm -8.2554768 cm -1.8858644 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9090014 m CaptureMgnt StepLimiter + 2910 -11.508291 cm -8.2853969 cm -1.8865392 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9100014 m CaptureMgnt StepLimiter + 2911 -11.441005 cm -8.3156959 cm -1.8872141 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9110014 m CaptureMgnt StepLimiter + 2912 -11.373889 cm -8.3463729 cm -1.887889 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9120014 m CaptureMgnt StepLimiter + 2913 -11.306948 cm -8.377427 cm -1.8885638 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9130014 m CaptureMgnt StepLimiter + 2914 -11.240182 cm -8.4088573 cm -1.8892387 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9140014 m CaptureMgnt StepLimiter + 2915 -11.173594 cm -8.4406629 cm -1.8899136 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9150014 m CaptureMgnt StepLimiter + 2916 -11.107186 cm -8.4728428 cm -1.8905884 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9160014 m CaptureMgnt StepLimiter + 2917 -11.040961 cm -8.505396 cm -1.8912633 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9170014 m CaptureMgnt StepLimiter + 2918 -10.97492 cm -8.5383216 cm -1.8919382 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9180014 m CaptureMgnt StepLimiter + 2919 -10.909065 cm -8.5716186 cm -1.892613 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9190014 m CaptureMgnt StepLimiter + 2920 -10.843399 cm -8.6052861 cm -1.8932879 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9200014 m CaptureMgnt StepLimiter + 2921 -10.777923 cm -8.6393229 cm -1.8939628 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9210014 m CaptureMgnt StepLimiter + 2922 -10.712641 cm -8.6737282 cm -1.8946376 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9220014 m CaptureMgnt StepLimiter + 2923 -10.647553 cm -8.7085008 cm -1.8953125 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9230014 m CaptureMgnt StepLimiter + 2924 -10.582662 cm -8.7436398 cm -1.8959874 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9240014 m CaptureMgnt StepLimiter + 2925 -10.517971 cm -8.779144 cm -1.8966622 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9250014 m CaptureMgnt StepLimiter + 2926 -10.453481 cm -8.8150124 cm -1.8973371 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9260014 m CaptureMgnt StepLimiter + 2927 -10.389194 cm -8.851244 cm -1.898012 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9270014 m CaptureMgnt StepLimiter + 2928 -10.325112 cm -8.8878376 cm -1.8986868 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9280014 m CaptureMgnt StepLimiter + 2929 -10.261238 cm -8.9247922 cm -1.8993617 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9290014 m CaptureMgnt StepLimiter + 2930 -10.197574 cm -8.9621065 cm -1.9000366 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9300014 m CaptureMgnt StepLimiter + 2931 -10.134121 cm -8.9997796 cm -1.9007114 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9310014 m CaptureMgnt StepLimiter + 2932 -10.070882 cm -9.0378102 cm -1.9013863 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9320014 m CaptureMgnt StepLimiter + 2933 -10.007858 cm -9.0761973 cm -1.9020612 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9330014 m CaptureMgnt StepLimiter + 2934 -9.9450521 cm -9.1149396 cm -1.902736 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9340014 m CaptureMgnt StepLimiter + 2935 -9.8824661 cm -9.154036 cm -1.9034109 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9350014 m CaptureMgnt StepLimiter + 2936 -9.8201019 cm -9.1934852 cm -1.9040858 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9360014 m CaptureMgnt StepLimiter + 2937 -9.7579616 cm -9.2332862 cm -1.9047606 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9370014 m CaptureMgnt StepLimiter + 2938 -9.6960472 cm -9.2734376 cm -1.9054355 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9380014 m CaptureMgnt StepLimiter + 2939 -9.6343606 cm -9.3139383 cm -1.9061104 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9390014 m CaptureMgnt StepLimiter + 2940 -9.572904 cm -9.354787 cm -1.9067852 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9400014 m CaptureMgnt StepLimiter + 2941 -9.5116793 cm -9.3959825 cm -1.9074601 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9410014 m CaptureMgnt StepLimiter + 2942 -9.4506885 cm -9.4375236 cm -1.908135 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9420014 m CaptureMgnt StepLimiter + 2943 -9.3899336 cm -9.4794089 cm -1.9088098 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9430014 m CaptureMgnt StepLimiter + 2944 -9.3294166 cm -9.5216371 cm -1.9094847 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9440014 m CaptureMgnt StepLimiter + 2945 -9.2691394 cm -9.564207 cm -1.9101596 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9450014 m CaptureMgnt StepLimiter + 2946 -9.2091041 cm -9.6071174 cm -1.9108344 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9460014 m CaptureMgnt StepLimiter + 2947 -9.1493126 cm -9.6503667 cm -1.9115093 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9470014 m CaptureMgnt StepLimiter + 2948 -9.0897668 cm -9.6939539 cm -1.9121842 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9480014 m CaptureMgnt StepLimiter + 2949 -9.0304687 cm -9.7378774 cm -1.912859 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9490014 m CaptureMgnt StepLimiter + 2950 -8.9714203 cm -9.7821359 cm -1.9135339 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9500014 m CaptureMgnt StepLimiter + 2951 -8.9126235 cm -9.8267282 cm -1.9142088 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9510014 m CaptureMgnt StepLimiter + 2952 -8.8540802 cm -9.8716527 cm -1.9148836 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9520014 m CaptureMgnt StepLimiter + 2953 -8.7957923 cm -9.9169082 cm -1.9155585 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9530014 m CaptureMgnt StepLimiter + 2954 -8.7377618 cm -9.9624933 cm -1.9162334 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9540014 m CaptureMgnt StepLimiter + 2955 -8.6799905 cm -10.008406 cm -1.9169082 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9550014 m CaptureMgnt StepLimiter + 2956 -8.6224804 cm -10.054646 cm -1.9175831 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9560014 m CaptureMgnt StepLimiter + 2957 -8.5652334 cm -10.101211 cm -1.918258 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9570014 m CaptureMgnt StepLimiter + 2958 -8.5082513 cm -10.1481 cm -1.9189328 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9580014 m CaptureMgnt StepLimiter + 2959 -8.451536 cm -10.195312 cm -1.9196077 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9590014 m CaptureMgnt StepLimiter + 2960 -8.3950894 cm -10.242844 cm -1.9202826 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9600014 m CaptureMgnt StepLimiter + 2961 -8.3389134 cm -10.290696 cm -1.9209574 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9610014 m CaptureMgnt StepLimiter + 2962 -8.2830098 cm -10.338865 cm -1.9216323 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9620014 m CaptureMgnt StepLimiter + 2963 -8.2273804 cm -10.387352 cm -1.9223072 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9630014 m CaptureMgnt StepLimiter + 2964 -8.1720271 cm -10.436153 cm -1.922982 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9640014 m CaptureMgnt StepLimiter + 2965 -8.1169517 cm -10.485267 cm -1.9236569 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9650014 m CaptureMgnt StepLimiter + 2966 -8.0621561 cm -10.534694 cm -1.9243318 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9660014 m CaptureMgnt StepLimiter + 2967 -8.0076421 cm -10.584431 cm -1.9250066 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9670014 m CaptureMgnt StepLimiter + 2968 -7.9534114 cm -10.634476 cm -1.9256815 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9680014 m CaptureMgnt StepLimiter + 2969 -7.8994659 cm -10.684829 cm -1.9263564 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9690014 m CaptureMgnt StepLimiter + 2970 -7.8458073 cm -10.735488 cm -1.9270312 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9700014 m CaptureMgnt StepLimiter + 2971 -7.7924375 cm -10.78645 cm -1.9277061 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9710014 m CaptureMgnt StepLimiter + 2972 -7.7393582 cm -10.837716 cm -1.928381 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9720014 m CaptureMgnt StepLimiter + 2973 -7.6865712 cm -10.889282 cm -1.9290558 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9730014 m CaptureMgnt StepLimiter + 2974 -7.6340782 cm -10.941147 cm -1.9297307 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9740014 m CaptureMgnt StepLimiter + 2975 -7.581881 cm -10.99331 cm -1.9304056 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9750014 m CaptureMgnt StepLimiter + 2976 -7.5299813 cm -11.045769 cm -1.9310804 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9760014 m CaptureMgnt StepLimiter + 2977 -7.4783808 cm -11.098523 cm -1.9317553 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9770014 m CaptureMgnt StepLimiter + 2978 -7.4270814 cm -11.151569 cm -1.9324302 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9780014 m CaptureMgnt StepLimiter + 2979 -7.3760846 cm -11.204906 cm -1.933105 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9790014 m CaptureMgnt StepLimiter + 2980 -7.3253922 cm -11.258533 cm -1.9337799 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9800014 m CaptureMgnt StepLimiter + 2981 -7.2750059 cm -11.312447 cm -1.9344548 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9810014 m CaptureMgnt StepLimiter + 2982 -7.2249274 cm -11.366648 cm -1.9351296 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9820014 m CaptureMgnt StepLimiter + 2983 -7.1751583 cm -11.421132 cm -1.9358045 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9830014 m CaptureMgnt StepLimiter + 2984 -7.1257003 cm -11.475899 cm -1.9364794 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9840014 m CaptureMgnt StepLimiter + 2985 -7.0765551 cm -11.530947 cm -1.9371542 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9850014 m CaptureMgnt StepLimiter + 2986 -7.0277243 cm -11.586275 cm -1.9378291 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9860014 m CaptureMgnt StepLimiter + 2987 -6.9792096 cm -11.641879 cm -1.938504 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9870014 m CaptureMgnt StepLimiter + 2988 -6.9310126 cm -11.697759 cm -1.9391788 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9880014 m CaptureMgnt StepLimiter + 2989 -6.8831348 cm -11.753913 cm -1.9398537 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9890014 m CaptureMgnt StepLimiter + 2990 -6.835578 cm -11.810339 cm -1.9405286 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9900014 m CaptureMgnt StepLimiter + 2991 -6.7883438 cm -11.867035 cm -1.9412034 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9910014 m CaptureMgnt StepLimiter + 2992 -6.7414336 cm -11.924 cm -1.9418783 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9920014 m CaptureMgnt StepLimiter + 2993 -6.6948491 cm -11.981231 cm -1.9425532 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9930014 m CaptureMgnt StepLimiter + 2994 -6.6485919 cm -12.038727 cm -1.943228 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9940014 m CaptureMgnt StepLimiter + 2995 -6.6026636 cm -12.096486 cm -1.9439029 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9950014 m CaptureMgnt StepLimiter + 2996 -6.5570656 cm -12.154507 cm -1.9445778 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9960014 m CaptureMgnt StepLimiter + 2997 -6.5117995 cm -12.212786 cm -1.9452526 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9970014 m CaptureMgnt StepLimiter + 2998 -6.4668669 cm -12.271323 cm -1.9459275 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9980014 m CaptureMgnt StepLimiter + 2999 -6.4222692 cm -12.330116 cm -1.9466024 m 154.61318 MeV2.9588357e-17 meV 1 mm 2.9990014 m CaptureMgnt StepLimiter + 3000 -6.3780081 cm -12.389163 cm -1.9472772 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0000014 m CaptureMgnt StepLimiter + 3001 -6.3340849 cm -12.448461 cm -1.9479521 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0010014 m CaptureMgnt StepLimiter + 3002 -6.2905012 cm -12.508009 cm -1.948627 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0020014 m CaptureMgnt StepLimiter + 3003 -6.2472585 cm -12.567806 cm -1.9493018 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0030014 m CaptureMgnt StepLimiter + 3004 -6.2043582 cm -12.627848 cm -1.9499767 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0040014 m CaptureMgnt StepLimiter + 3005 -6.1618019 cm -12.688135 cm -1.9506516 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0050014 m CaptureMgnt StepLimiter + 3006 -6.1195908 cm -12.748664 cm -1.9513264 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0060014 m CaptureMgnt StepLimiter + 3007 -6.0777265 cm -12.809433 cm -1.9520013 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0070014 m CaptureMgnt StepLimiter + 3008 -6.0362105 cm -12.870441 cm -1.9526762 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0080014 m CaptureMgnt StepLimiter + 3009 -5.995044 cm -12.931685 cm -1.953351 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0090014 m CaptureMgnt StepLimiter + 3010 -5.9542286 cm -12.993164 cm -1.9540259 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0100014 m CaptureMgnt StepLimiter + 3011 -5.9137657 cm -13.054875 cm -1.9547008 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0110014 m CaptureMgnt StepLimiter + 3012 -5.8736565 cm -13.116817 cm -1.9553756 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0120014 m CaptureMgnt StepLimiter + 3013 -5.8339026 cm -13.178988 cm -1.9560505 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0130014 m CaptureMgnt StepLimiter + 3014 -5.7945051 cm -13.241385 cm -1.9567254 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0140014 m CaptureMgnt StepLimiter + 3015 -5.7554656 cm -13.304006 cm -1.9574002 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0150014 m CaptureMgnt StepLimiter + 3016 -5.7167854 cm -13.36685 cm -1.9580751 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0160014 m CaptureMgnt StepLimiter + 3017 -5.6784657 cm -13.429915 cm -1.95875 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0170014 m CaptureMgnt StepLimiter + 3018 -5.6405079 cm -13.493198 cm -1.9594248 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0180014 m CaptureMgnt StepLimiter + 3019 -5.6029133 cm -13.556697 cm -1.9600997 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0190014 m CaptureMgnt StepLimiter + 3020 -5.5656832 cm -13.620411 cm -1.9607746 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0200014 m CaptureMgnt StepLimiter + 3021 -5.5288189 cm -13.684337 cm -1.9614494 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0210014 m CaptureMgnt StepLimiter + 3022 -5.4923217 cm -13.748474 cm -1.9621243 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0220014 m CaptureMgnt StepLimiter + 3023 -5.4561927 cm -13.812818 cm -1.9627992 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0230014 m CaptureMgnt StepLimiter + 3024 -5.4204334 cm -13.877369 cm -1.963474 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0240014 m CaptureMgnt StepLimiter + 3025 -5.3850448 cm -13.942124 cm -1.9641489 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0250014 m CaptureMgnt StepLimiter + 3026 -5.3500283 cm -14.007081 cm -1.9648238 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0260014 m CaptureMgnt StepLimiter + 3027 -5.315385 cm -14.072237 cm -1.9654986 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0270014 m CaptureMgnt StepLimiter + 3028 -5.2811162 cm -14.137591 cm -1.9661735 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0280014 m CaptureMgnt StepLimiter + 3029 -5.2472231 cm -14.203141 cm -1.9668484 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0290014 m CaptureMgnt StepLimiter + 3030 -5.2137067 cm -14.268885 cm -1.9675232 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0300014 m CaptureMgnt StepLimiter + 3031 -5.1805684 cm -14.334819 cm -1.9681981 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0310014 m CaptureMgnt StepLimiter + 3032 -5.1478092 cm -14.400943 cm -1.968873 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0320014 m CaptureMgnt StepLimiter + 3033 -5.1154304 cm -14.467254 cm -1.9695478 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0330014 m CaptureMgnt StepLimiter + 3034 -5.0834329 cm -14.53375 cm -1.9702227 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0340014 m CaptureMgnt StepLimiter + 3035 -5.0518181 cm -14.600429 cm -1.9708976 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0350014 m CaptureMgnt StepLimiter + 3036 -5.0205868 cm -14.667288 cm -1.9715724 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0360014 m CaptureMgnt StepLimiter + 3037 -4.9897404 cm -14.734325 cm -1.9722473 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0370014 m CaptureMgnt StepLimiter + 3038 -4.9592798 cm -14.801539 cm -1.9729222 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0380014 m CaptureMgnt StepLimiter + 3039 -4.929206 cm -14.868927 cm -1.973597 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0390014 m CaptureMgnt StepLimiter + 3040 -4.8995203 cm -14.936486 cm -1.9742719 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0400014 m CaptureMgnt StepLimiter + 3041 -4.8702236 cm -15.004216 cm -1.9749468 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0410014 m CaptureMgnt StepLimiter + 3042 -4.841317 cm -15.072112 cm -1.9756216 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0420014 m CaptureMgnt StepLimiter + 3043 -4.8128014 cm -15.140174 cm -1.9762965 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0430014 m CaptureMgnt StepLimiter + 3044 -4.784678 cm -15.208399 cm -1.9769714 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0440014 m CaptureMgnt StepLimiter + 3045 -4.7569476 cm -15.276784 cm -1.9776462 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0450014 m CaptureMgnt StepLimiter + 3046 -4.7296113 cm -15.345328 cm -1.9783211 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0460014 m CaptureMgnt StepLimiter + 3047 -4.70267 cm -15.414028 cm -1.978996 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0470014 m CaptureMgnt StepLimiter + 3048 -4.6761248 cm -15.482882 cm -1.9796708 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0480014 m CaptureMgnt StepLimiter + 3049 -4.6499765 cm -15.551888 cm -1.9803457 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0490014 m CaptureMgnt StepLimiter + 3050 -4.6242261 cm -15.621043 cm -1.9810206 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0500014 m CaptureMgnt StepLimiter + 3051 -4.5988745 cm -15.690346 cm -1.9816954 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0510014 m CaptureMgnt StepLimiter + 3052 -4.5739226 cm -15.759793 cm -1.9823703 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0520014 m CaptureMgnt StepLimiter + 3053 -4.5493714 cm -15.829383 cm -1.9830452 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0530014 m CaptureMgnt StepLimiter + 3054 -4.5252217 cm -15.899113 cm -1.98372 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0540014 m CaptureMgnt StepLimiter + 3055 -4.5014743 cm -15.968982 cm -1.9843949 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0550014 m CaptureMgnt StepLimiter + 3056 -4.4781301 cm -16.038986 cm -1.9850698 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0560014 m CaptureMgnt StepLimiter + 3057 -4.4551901 cm -16.109124 cm -1.9857446 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0570014 m CaptureMgnt StepLimiter + 3058 -4.4326549 cm -16.179392 cm -1.9864195 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0580014 m CaptureMgnt StepLimiter + 3059 -4.4105255 cm -16.24979 cm -1.9870944 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0590014 m CaptureMgnt StepLimiter + 3060 -4.3888026 cm -16.320314 cm -1.9877692 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0600014 m CaptureMgnt StepLimiter + 3061 -4.367487 cm -16.390962 cm -1.9884441 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0610014 m CaptureMgnt StepLimiter + 3062 -4.3465795 cm -16.461732 cm -1.989119 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0620014 m CaptureMgnt StepLimiter + 3063 -4.3260809 cm -16.532622 cm -1.9897938 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0630014 m CaptureMgnt StepLimiter + 3064 -4.3059919 cm -16.603629 cm -1.9904687 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0640014 m CaptureMgnt StepLimiter + 3065 -4.2863132 cm -16.674751 cm -1.9911436 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0650014 m CaptureMgnt StepLimiter + 3066 -4.2670456 cm -16.745985 cm -1.9918184 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0660014 m CaptureMgnt StepLimiter + 3067 -4.2481899 cm -16.817329 cm -1.9924933 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0670014 m CaptureMgnt StepLimiter + 3068 -4.2297466 cm -16.888781 cm -1.9931682 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0680014 m CaptureMgnt StepLimiter + 3069 -4.2117165 cm -16.960338 cm -1.993843 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0690014 m CaptureMgnt StepLimiter + 3070 -4.1941003 cm -17.031998 cm -1.9945179 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0700014 m CaptureMgnt StepLimiter + 3071 -4.1768985 cm -17.103759 cm -1.9951928 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0710014 m CaptureMgnt StepLimiter + 3072 -4.160112 cm -17.175619 cm -1.9958676 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0720014 m CaptureMgnt StepLimiter + 3073 -4.1437412 cm -17.247574 cm -1.9965425 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0730014 m CaptureMgnt StepLimiter + 3074 -4.1277868 cm -17.319622 cm -1.9972174 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0740014 m CaptureMgnt StepLimiter + 3075 -4.1122494 cm -17.391762 cm -1.9978922 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0750014 m CaptureMgnt StepLimiter + 3076 -4.0971296 cm -17.46399 cm -1.9985671 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0760014 m CaptureMgnt StepLimiter + 3077 -4.082428 cm -17.536305 cm -1.999242 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0770014 m CaptureMgnt StepLimiter + 3078 -4.0681451 cm -17.608703 cm -1.9999168 m 154.61318 MeV2.9588357e-17 meV 1 mm 3.0780014 m CaptureMgnt StepLimiter + 3079 -4.0664147 cm -17.617632 cm -2 m 154.61318 MeV3.646571e-18 meV 123.24344 um 3.0781247 m CaptureMgnt Transportation + 3080 -3.9907222 cm -18.010983 cm -2.0036634 m 154.6107 MeV 642.29323 eV 5.4282656 mm 3.0835529 m World hIoni + 3081 -3.7569309 cm -19.226647 cm -2.0149872 m 154.60666 MeV 1.2566128 keV 1.6777316 cm 3.1003302 m World hIoni + 3082 -3.7311411 cm -19.360647 cm -2.0162345 m 154.60268 MeV 609.56984 eV 1.848703 mm 3.1021789 m World hIoni + 3083 -3.3133084 cm -21.531824 cm -2.0364523 m 154.59922 MeV 2.3140184 keV 2.9960349 cm 3.1321393 m World hIoni + 3084 -2.8742741 cm -23.827281 cm -2.0578279 m 154.59455 MeV 2.9589037 keV 3.1671804 cm 3.1638111 m World hIoni + 3085 -460.29541 nm -38.876923 cm -2.1979468 m 154.56326 MeV 29.366523 keV 20.762616 cm 3.3714373 m World hIoni + 3086 1.2467068 cm -45.483188 cm -2.2596531 m 154.54572 MeV 16.258009 keV 9.1254528 cm 3.4626918 m World hIoni + 3087 2.3824291 cm -51.524045 cm -2.3160388 m 154.5281 MeV 9.5881184 keV 8.3411829 cm 3.5461036 m World hIoni + 3088 3.9046096 cm -59.579317 cm -2.3913178 m 154.50817 MeV 18.424462 keV 11.129858 cm 3.6574022 m World hIoni + 3089 4.9940585 cm -65.346806 cm -2.4452478 m 154.4902 MeV 14.476643 keV 7.9709012 cm 3.7371112 m World hIoni + 3090 12.056464 cm -1.027038 m -2.7947364 m 154.42035 MeV 68.585621 keV 51.641576 cm 4.253527 m World hIoni + 3091 14.708794 cm -1.1676445 m -2.9268034 m 154.39267 MeV 25.762525 keV 19.471881 cm 4.4482458 m World hIoni + 3092 16.769035 cm -1.277469 m -3.0299862 m 154.37258 MeV 18.965355 keV 15.209402 cm 4.6003398 m World hIoni + 3093 17.082585 cm -1.2942505 m -3.0457355 m 154.3659 MeV 3.8158209 keV 2.3226929 cm 4.6235667 m World hIoni + 3094 17.437411 cm -1.3132099 m -3.0635282 m 154.35788 MeV 5.1550313 keV 2.6241715 cm 4.6498084 m World hIoni + 3095 18.492766 cm -1.3697717 m -3.1166188 m 154.34483 MeV 10.311569 keV 7.8289437 cm 4.7280979 m World hIoni + 3096 19.788538 cm -1.439103 m -3.1816384 m 154.32152 MeV 16.872628 keV 9.5928521 cm 4.8240264 m World hIoni + 3097 19.915408 cm -1.4458986 m -3.1880086 m 154.32011 MeV 356.54021 eV 9.4005038 mm 4.8334269 m World hIoni + 3098 23.644589 cm -1.6457736 m -3.3753036 m 154.2822 MeV 36.914044 keV 27.644204 cm 5.1098689 m World hIoni + 3099 24.863517 cm -1.7114367 m -3.4368565 m 154.26947 MeV 11.251991 keV 9.0823923 cm 5.2006929 m World hIoni + 3100 26.376082 cm -1.7931592 m -3.5134304 m 154.24994 MeV 17.837744 keV 11.30085 cm 5.3137014 m World hIoni + 3101 27.292123 cm -1.8428981 m -3.5600607 m 154.23283 MeV 7.2821255 keV 6.8791372 cm 5.3824927 m World hIoni + 3102 27.321228 cm -1.8444814 m -3.5615421 m 154.23064 MeV 142.81724 eV 2.1877637 mm 5.3846805 m World hIoni + 3103 28.767397 cm -1.9230434 m -3.6350467 m 154.21709 MeV 10.824835 keV 10.855438 cm 5.4932349 m World hIoni + 3104 30.27977 cm -2.0047631 m -3.7117156 m 154.1943 MeV 17.276259 keV 11.307062 cm 5.6063055 m World hIoni + 3105 30.49746 cm -2.0166128 m -3.7227923 m 154.18984 MeV 3.2059548 keV 1.6366046 cm 5.6226716 m World hIoni + 3106 32.474376 cm -2.1241437 m -3.8232571 m 154.15787 MeV 23.63661 keV 14.848207 cm 5.7711536 m World hIoni + 3107 34.976995 cm -2.2601894 m -3.9501399 m 154.11152 MeV 26.139156 keV 18.770718 cm 5.9588608 m World hIoni + 3108 35.634437 cm -2.2958558 m -3.9835002 m 154.10324 MeV 6.3529697 keV 4.9277007 cm 6.0081378 m World hIoni + 3109 35.990915 cm -2.3151874 m -4.0015667 m 154.09565 MeV 4.54391 keV 2.6698678 cm 6.0348365 m World hIoni + 3110 36.512333 cm -2.3434755 m -4.0280056 m 154.08854 MeV 6.072329 keV 3.9069451 cm 6.0739059 m World hIoni + 3111 37.165074 cm -2.3788095 m -4.0609941 m 154.07807 MeV 6.6143895 keV 4.8778417 cm 6.1226844 m World hIoni + 3112 41.54371 cm -2.6166187 m -4.282806 m 154.0263 MeV 47.349613 keV 32.813284 cm 6.4508172 m World hIoni + 3113 41.836065 cm -2.6324575 m -4.297603 m 154.02142 MeV 2.4427433 keV 2.1871598 cm 6.4726888 m World hIoni + 3114 42.884957 cm -2.6894393 m -4.3508289 m 154.00802 MeV 10.105112 keV 7.8676198 cm 6.551365 m World hIoni + 3115 43.0227 cm -2.6969466 m -4.3578438 m 154.00521 MeV 1.628738 keV 1.0366536 cm 6.5617315 m World hIoni + 3116 46.149433 cm -2.8677901 m -4.5174772 m 153.97181 MeV 31.893617 keV 23.589834 cm 6.7976299 m World hIoni + 3117 46.921414 cm -2.9099415 m -4.5568371 m 153.96098 MeV 10.825147 keV 5.8185422 cm 6.8558153 m World hIoni + 3118 47.083157 cm -2.9187413 m -4.5650584 m 153.95792 MeV 1.9757477 keV 1.2150812 cm 6.8679661 m World hIoni + 3119 48.045916 cm -2.9710732 m -4.6139596 m 153.95015 MeV 7.7699518 keV 7.2267864 cm 6.940234 m World Decay +Track (trackID 2, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 57, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 48 cm -2.97 m -4.61 m 141 MeV 0 eV 0 fm 0 fm World initStep + 1 49.774263 cm -3.0380284 m -4.66412 m 141.34085 MeV 14.538034 keV 8.5427119 cm 8.5427119 cm World muIoni + 2 49.814358 cm -3.0395756 m -4.66528 m 141.33806 MeV 752.39388 eV 1.9748416 mm 8.7401961 cm World muIoni + 3 50.646558 cm -3.071688 m -4.6893477 m 141.32576 MeV 3.6571903 keV 4.098443 cm 12.838639 cm World muIoni + 4 52.231439 cm -3.1329827 m -4.7352893 m 141.31033 MeV 12.821809 keV 7.8223079 cm 20.660947 cm World muIoni + 5 53.165117 cm -3.1689806 m -4.7623181 m 141.30415 MeV 4.9293969 keV 4.5973746 cm 25.258322 cm World muIoni + 6 59.330441 cm -3.4055661 m -4.9398249 m 141.25493 MeV 41.531279 keV 30.213011 cm 55.471333 cm World muIoni + 7 59.872062 cm -3.4264623 m -4.95552 m 141.2498 MeV 4.0574968 keV 2.6689443 cm 58.140277 cm World muIoni + 8 61.787237 cm -3.5004778 m -5.0110014 m 141.23122 MeV 17.152604 keV 9.4463062 cm 67.586583 cm World muIoni + 9 63.848361 cm -3.580279 m -5.0706989 m 141.21622 MeV 15.006622 keV 10.17686 cm 77.763443 cm World muIoni + 10 65.539989 cm -3.646087 m -5.1199006 m 141.2037 MeV 11.365222 keV 8.3890829 cm 86.152526 cm World muIoni + 11 67.929203 cm -3.7394893 m -5.1897616 m 141.18624 MeV 15.997934 keV 11.906038 cm 98.058564 cm World muIoni + 12 68.043767 cm -3.7439804 m -5.1931147 m 141.15461 MeV 212.72673 eV 5.7207252 mm 98.630636 cm World muIoni + 13 68.570609 cm -3.7646737 m -5.2085415 m 141.14941 MeV 3.8480792 keV 2.6342983 cm 1.0126493 m World muIoni + 14 69.996494 cm -3.8197961 m -5.249542 m 141.13191 MeV 11.211701 keV 7.0163088 cm 1.0828124 m World muIoni + 15 70.14661 cm -3.8256025 m -5.2538554 m 141.11317 MeV 628.45426 eV 7.3873398 mm 1.0901998 m World muIoni + 16 71.812739 cm -3.8902219 m -5.301851 m 141.08822 MeV 15.207975 keV 8.2200012 cm 1.1723998 m World muIoni + 17 74.198403 cm -3.9831201 m -5.3707644 m 141.06897 MeV 18.14322 keV 11.810285 cm 1.2905026 m World muIoni + 18 79.271296 cm -4.1820884 m -5.517773 m 141.03155 MeV 35.505711 keV 25.253403 cm 1.5430367 m World muIoni + 19 79.641628 cm -4.1966308 m -5.528502 m 141.02712 MeV 3.0566951 keV 1.8447423 cm 1.5614841 m World muIoni + 20 79.840544 cm -4.2044578 m -5.5342846 m 141.02313 MeV 1.3779504 keV 9.932607 mm 1.5714167 m World muIoni + 21 80.539331 cm -4.2319734 m -5.5546115 m 141.01596 MeV 6.0289055 keV 3.4915923 cm 1.6063326 m World muIoni + 22 82.602804 cm -4.313293 m -5.6145731 m 141.00044 MeV 11.233066 keV 10.312158 cm 1.7094542 m World muIoni + 23 84.822566 cm -4.4002585 m -5.6786049 m 140.9836 MeV 15.838735 keV 11.025345 cm 1.8197077 m World muIoni + 24 86.031046 cm -4.4478971 m -5.7137163 m 140.97754 MeV 4.9207502 keV 6.0401026 cm 1.8801087 m World muIoni + 25 86.405069 cm -4.4626392 m -5.7246026 m 140.97413 MeV 2.3451943 keV 1.8703784 cm 1.8988125 m World muIoni + 26 88.292505 cm -4.5370139 m -5.7794331 m 140.96149 MeV 11.199702 keV 9.4309224 cm 1.9931217 m World muIoni + 27 88.621979 cm -4.5499847 m -5.7890159 m 140.94387 MeV 2.2574606 keV 1.645988 cm 2.0095816 m World muIoni + 28 88.759241 cm -4.5553757 m -5.7929945 m 140.94177 MeV 895.03259 eV 6.839279 mm 2.0164208 m World muIoni + 29 91.513063 cm -4.6635751 m -5.8728777 m 140.92453 MeV 16.14749 keV 13.728368 cm 2.1537045 m World muIoni + 30 91.592796 cm -4.6667114 m -5.8751954 m 140.92231 MeV 1.0483852 keV 3.9804149 mm 2.1576849 m World muIoni + 31 93.243182 cm -4.7316377 m -5.9231941 m 140.90664 MeV 12.80201 keV 8.2411624 cm 2.2400966 m World muIoni + 32 95.168537 cm -4.8070087 m -5.9789723 m 140.89221 MeV 12.865094 keV 9.5722075 cm 2.3358186 m World muIoni + 33 96.211223 cm -4.8477424 m -6.0091388 m 140.88024 MeV 8.7011873 keV 5.1749054 cm 2.3875677 m World muIoni + 34 97.647177 cm -4.9037234 m -6.0506364 m 140.86772 MeV 12.520756 keV 7.1148553 cm 2.4587162 m OutOfWorld Transportation +Track (trackID 57, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.51427(mm),3.3297714(mm),78.851198(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.616951014097(mm),-2.8913605863026(mm),79.009420072797(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1674,7 +4792,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.554143(mm),1.0097605(mm),79.373149(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.6011(mm),3.5616957(mm),79.012215(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1683,7 +4801,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.48775(mm),2.544773(mm),78.855875(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.434413(mm),-0.42674476(mm),79.217933(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1692,7 +4810,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.95199(mm),0.87048052(mm),78.245036(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.428472(mm),-0.79232685(mm),78.69(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1701,7 +4819,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.673073(mm),2.632725(mm),79.175851(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.693018(mm),-1.4530087(mm),78.996007(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1710,7 +4828,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.119005(mm),0.43521507(mm),79.449875(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.159544(mm),3.2346604(mm),78.561092(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1719,7 +4837,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.529478(mm),3.5194184(mm),79.024844(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.428392(mm),-2.8252364(mm),78.33736(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1728,7 +4846,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.419865(mm),-0.57329389(mm),78.162537(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.59469(mm),-3.4399688(mm),78.660691(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1737,7 +4855,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.26735(mm),-2.2679132(mm),78.542083(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.292857(mm),-2.7817737(mm),78.89024(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1746,7 +4864,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.133963(mm),-0.28779062(mm),79.094584(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.92243(mm),3.5996739(mm),78.602902(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1755,7 +4873,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.476321(mm),-1.2252094(mm),79.034217(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.021271(mm),-2.0544471(mm),78.761801(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1764,7 +4882,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.561791(mm),-3.0931422(mm),78.842819(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.381883(mm),3.0640084(mm),79.050869(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1773,7 +4891,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.059231(mm),2.1018936(mm),78.931434(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.240446(mm),-0.11018877(mm),78.546827(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1782,7 +4900,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.57385(mm),1.1536794(mm),79.369674(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.961443(mm),-0.039382161(mm),78.77235(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1791,7 +4909,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.164662(mm),3.1808631(mm),79.089171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.455727(mm),0.39533089(mm),78.33254(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1800,7 +4918,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.938282(mm),-3.2424079(mm),78.952761(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.67027(mm),-0.56623014(mm),78.647364(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1809,7 +4927,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.336885(mm),0.21423204(mm),79.058803(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.08131(mm),1.124373(mm),79.103868(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1818,7 +4936,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.647324(mm),0.33506544(mm),79.004064(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.128001(mm),2.1444284(mm),78.214(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1827,7 +4945,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.278331(mm),-0.61998394(mm),79.069128(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.917788(mm),-2.8430262(mm),79.132701(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1836,7 +4954,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.555059(mm),2.9559465(mm),78.667679(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.599057(mm),2.0335426(mm),79.365229(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1845,7 +4963,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.341179(mm),-0.99082938(mm),79.058046(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.530102(mm),2.426979(mm),79.024734(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1854,7 +4972,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.031458(mm),-1.5691143(mm),78.583677(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.479007(mm),-2.7360136(mm),78.857416(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1863,7 +4981,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.312549(mm),-0.41498912(mm),79.415748(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.737888(mm),1.686342(mm),78.282788(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1872,7 +4990,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.480604(mm),0.65911783(mm),78.680808(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.609902(mm),-1.7953578(mm),78.305355(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1881,7 +4999,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.186518(mm),-1.0554791(mm),78.203682(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.847438(mm),-2.7115263(mm),78.968779(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1890,7 +5008,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.853952(mm),-0.37604486(mm),78.262322(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.774559(mm),2.4745959(mm),78.98163(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1899,7 +5017,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.432995(mm),-2.9646912(mm),79.041856(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.605821(mm),2.3494062(mm),78.482402(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1908,7 +5026,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.995963(mm),-1.0136646(mm),78.413609(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.408846(mm),1.7245504(mm),78.869788(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1917,7 +5035,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.402926(mm),-2.7547037(mm),79.047158(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.201079(mm),1.912978(mm),79.08275(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1926,7 +5044,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.767316(mm),-2.19334(mm),78.277599(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.407392(mm),0.29740146(mm),78.341063(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1935,7 +5053,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.997249(mm),-1.6742769(mm),78.413382(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.563759(mm),-2.5994292(mm),79.195126(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1944,7 +5062,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.724089(mm),-3.2753685(mm),78.637875(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.750941(mm),2.495167(mm),78.809467(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1953,7 +5071,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.245271(mm),-1.5190039(mm),79.074957(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.601311(mm),2.2319689(mm),79.012178(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1962,7 +5080,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.942862(mm),-0.89903781(mm),78.246645(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.938807(mm),-0.49812372(mm),79.128995(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1971,7 +5089,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.300804(mm),-0.68384122(mm),78.359857(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.639242(mm),-2.9614326(mm),78.476509(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1980,7 +5098,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.91314(mm),0.17843428(mm),79.133521(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.7409(mm),1.8147365(mm),79.340218(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1989,7 +5107,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.651559(mm),-1.68126(mm),79.003318(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.609999(mm),0.99842285(mm),78.657992(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1998,7 +5116,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.345827(mm),-3.3877685(mm),78.704573(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.982565(mm),0.34952203(mm),79.297606(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2007,7 +5125,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.679461(mm),0.56860832(mm),79.351052(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.85496(mm),-3.1861768(mm),79.14378(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2016,7 +5134,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.918234(mm),-1.5217208(mm),79.132623(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.672247(mm),-1.8901028(mm),79.352324(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2025,7 +5143,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.394452(mm),-0.96863022(mm),79.22498(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.637257(mm),0.47180873(mm),79.182167(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2034,7 +5152,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.61175(mm),1.5861873(mm),78.657683(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.027815(mm),0.55172349(mm),79.465955(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2043,7 +5161,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.886988(mm),1.3880486(mm),79.314459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.958309(mm),-2.1350065(mm),79.301883(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2052,7 +5170,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.874757(mm),-3.6004867(mm),78.963962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.408572(mm),-1.4223281(mm),79.22249(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2061,7 +5179,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.728694(mm),-2.1504304(mm),78.81339(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.439985(mm),1.2924568(mm),78.68797(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2070,7 +5188,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.500713(mm),-0.60269942(mm),78.148281(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.325228(mm),-2.0987324(mm),79.060859(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2079,7 +5197,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.239142(mm),0.25356528(mm),78.547057(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.227084(mm),-2.2316885(mm),79.078164(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2088,7 +5206,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.652912(mm),-0.27876724(mm),79.179406(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.524669(mm),1.1516667(mm),78.673038(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2097,7 +5215,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.550032(mm),-0.88431627(mm),79.197547(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.53973(mm),-2.6738548(mm),79.023036(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2106,7 +5224,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.52593(mm),-2.745931(mm),78.672816(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.106203(mm),0.66319508(mm),79.452133(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2115,7 +5233,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.091917(mm),-3.4741528(mm),78.925671(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.173543(mm),0.5049987(mm),78.734951(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2124,7 +5242,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.1591(mm),0.10128271(mm),78.913825(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.644875(mm),3.1393199(mm),78.651842(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2133,7 +5251,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.648055(mm),-0.61404671(mm),78.122301(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.32472(mm),-0.42049365(mm),78.884621(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2142,7 +5260,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.673674(mm),-1.1398405(mm),78.999418(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.575867(mm),-1.7960616(mm),78.311356(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2151,7 +5269,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.918035(mm),-0.010448459(mm),78.251023(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.966043(mm),1.7202162(mm),79.124193(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2160,7 +5278,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.760224(mm),-1.7713341(mm),79.160484(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.746746(mm),1.0867229(mm),78.281226(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2169,7 +5287,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.923222(mm),0.21060964(mm),79.30807(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.229359(mm),-1.198982(mm),79.077763(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2178,7 +5296,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.240374(mm),-1.9080681(mm),79.252148(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.797479(mm),1.0655378(mm),79.330242(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2187,7 +5305,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.295059(mm),-1.7681369(mm),78.713524(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.136963(mm),2.9938307(mm),78.565074(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2196,7 +5314,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.08692(mm),1.4976594(mm),79.102879(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.924031(mm),-0.4401455(mm),78.955274(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2205,38 +5323,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.659375(mm),-0.53062104(mm),78.472959(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.76016(mm),1.7184478(mm),78.807841(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 cm -539 um 6.71 cm 1.89 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3662772 cm -560.69402 um 6.7078611 cm 0 eV 1.8933595 MeV 28.180187 um 28.180187 um Target hIoni - 2 -1.3662772 cm -560.69402 um 6.7078611 cm 0 eV 0 eV 0 fm 28.180187 um Target Decay -Track (trackID 11, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 cm -561 um 6.71 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3623013 cm -450.96438 um 6.7101124 cm 1.1874665 MeV 2.9323462 MeV 133.4438 um 133.4438 um Target muIoni - 2 -1.3617948 cm -441.40728 um 6.7098576 cm 45.025415 keV 1.1424411 MeV 14.98609 um 148.42989 um Target muIoni - 3 -1.3617891 cm -441.37511 um 6.7098529 cm 0 eV 45.025415 keV 478.09382 nm 148.90799 um Target muIoni - 4 -1.3617891 cm -441.37511 um 6.7098529 cm 0 eV 0 eV 0 fm 148.90799 um Target DecayWithSpin -Track (trackID 21, parentID 11) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.408413(mm),2.3188404(mm),79.046191(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.932399(mm),-2.0432287(mm),78.777471(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2245,7 +5341,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.995906(mm),-0.8412588(mm),78.589946(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.515215(mm),-0.096007311(mm),78.498378(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2254,7 +5350,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.500495(mm),0.56977287(mm),78.853627(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.820372(mm),0.32905962(mm),78.973552(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2263,7 +5359,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.365741(mm),0.10421678(mm),78.877388(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.34135(mm),2.8877726(mm),79.058016(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2272,7 +5368,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.725432(mm),-0.0062776012(mm),78.284984(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.491236(mm),-1.037735(mm),78.502606(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2281,7 +5377,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.42523(mm),1.9681209(mm),78.690572(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.15415(mm),1.1837531(mm),78.562043(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2290,7 +5386,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.152094(mm),-0.35934759(mm),79.444041(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.589575(mm),0.43709141(mm),79.366901(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2299,7 +5395,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.697048(mm),2.2665736(mm),78.81897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.41243(mm),-3.049983(mm),78.340175(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2308,7 +5404,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.043918(mm),-0.91474347(mm),78.405153(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.463403(mm),-1.7651402(mm),78.860168(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2317,7 +5413,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.694586(mm),0.62089151(mm),78.995731(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.771233(mm),-3.0634822(mm),78.805889(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2326,7 +5422,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.232117(mm),1.3357093(mm),78.548296(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.222714(mm),-2.810565(mm),78.726281(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2335,7 +5431,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.300671(mm),-0.53136947(mm),79.065189(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.915734(mm),-0.67157053(mm),78.604083(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2344,7 +5440,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.402863(mm),2.5737394(mm),78.694516(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.4691(mm),-1.4821958(mm),79.03549(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2353,7 +5449,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.697738(mm),-1.8795132(mm),78.642521(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.50248(mm),1.7168022(mm),78.67695(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2362,7 +5458,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.076835(mm),1.6155607(mm),78.223022(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.044666(mm),0.69186941(mm),78.934002(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2371,7 +5467,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.813297(mm),1.26841(mm),78.622145(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.616002(mm),-0.18007146(mm),79.362241(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2380,7 +5476,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.013272(mm),-0.50005603(mm),78.586884(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.840658(mm),-0.75176697(mm),79.146301(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2389,7 +5485,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.444181(mm),3.100515(mm),78.68723(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.933899(mm),2.5528794(mm),78.777207(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2398,7 +5494,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.199494(mm),2.9820154(mm),78.554048(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.675123(mm),-2.3996139(mm),79.17549(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2407,7 +5503,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.319623(mm),3.1302667(mm),79.061847(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.347211(mm),-2.5828895(mm),79.056983(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2416,7 +5512,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.02669(mm),-0.1093639(mm),79.113499(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.913064(mm),3.8018126(mm),78.604553(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2425,7 +5521,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.02684(mm),0.52172523(mm),79.289799(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.927918(mm),-2.7233567(mm),79.130915(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2434,7 +5530,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.992586(mm),0.70899857(mm),78.414205(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.467306(mm),-2.2690544(mm),78.506826(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2443,7 +5539,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.429184(mm),-1.8859922(mm),78.866201(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.206991(mm),2.2288257(mm),78.90538(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2452,7 +5548,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.515201(mm),-1.7119457(mm),78.674707(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.773404(mm),-2.137296(mm),78.452852(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2461,7 +5557,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.952013(mm),-0.41843061(mm),78.774013(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.789719(mm),2.3314883(mm),79.33161(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2470,7 +5566,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.192694(mm),-3.5173475(mm),78.907901(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.655495(mm),-1.7735908(mm),78.473643(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2479,7 +5575,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.864665(mm),-0.88369791(mm),79.318395(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.008309(mm),0.77461368(mm),78.940413(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2488,7 +5584,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.440513(mm),1.7679266(mm),78.51155(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.977427(mm),-2.1544705(mm),78.240551(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2497,7 +5593,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.07863(mm),-1.1145097(mm),78.57536(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.511856(mm),1.2714583(mm),78.49897(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2506,7 +5602,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.189387(mm),-2.9175158(mm),79.084811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.844002(mm),0.40439005(mm),78.440404(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2515,7 +5611,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.79489(mm),1.3131467(mm),79.330699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.594538(mm),-0.018242275(mm),79.366026(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2524,7 +5620,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.31118(mm),2.284419(mm),78.358028(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.225118(mm),-3.1838305(mm),78.54953(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2533,7 +5629,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.60099(mm),-1.8712185(mm),79.364888(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.280342(mm),1.444348(mm),79.421427(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2542,7 +5638,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.542532(mm),-2.2110884(mm),78.669888(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.149056(mm),2.3136938(mm),78.386615(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2551,7 +5647,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.747955(mm),-0.11939212(mm),78.45734(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.81695(mm),0.93931321(mm),78.445174(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2560,7 +5656,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.417714(mm),1.5439568(mm),78.691897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.156567(mm),-0.83701735(mm),78.737944(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2569,7 +5665,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.715276(mm),-2.0207061(mm),78.992083(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.257976(mm),0.16178806(mm),78.543736(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2578,7 +5674,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.127184(mm),2.4868309(mm),78.919452(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.088957(mm),2.8483413(mm),78.397212(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2587,7 +5683,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.814049(mm),-1.898278(mm),78.445685(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.635649(mm),-0.30706824(mm),78.124488(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2596,7 +5692,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.181745(mm),-1.2592635(mm),78.204524(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.432857(mm),-1.5255745(mm),78.160246(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2605,7 +5701,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.618444(mm),1.829834(mm),78.480176(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.326146(mm),-3.7028852(mm),78.708043(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2614,7 +5710,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.234194(mm),-1.5442961(mm),78.54793(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.55192(mm),0.89341378(mm),79.197214(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2623,7 +5719,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.118528(mm),-1.6174242(mm),78.215671(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.82505(mm),-2.3299937(mm),78.972727(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2632,7 +5728,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.877616(mm),2.0930793(mm),78.787131(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.860443(mm),-2.9267713(mm),78.437505(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2641,7 +5737,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.641804(mm),-1.8807292(mm),78.652384(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.17428(mm),1.6992537(mm),78.734821(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2650,7 +5746,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.411148(mm),-3.3026744(mm),78.516728(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.802729(mm),0.23985515(mm),78.976662(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2659,7 +5755,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.446928(mm),1.5417512(mm),78.686746(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.336534(mm),-1.3775898(mm),78.17723(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2668,7 +5764,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.5357(mm),-0.93938584(mm),78.142112(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.153481(mm),-1.1687863(mm),78.209507(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2677,7 +5773,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.467456(mm),-2.7373158(mm),78.859453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.201303(mm),-1.1957855(mm),78.730056(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2686,7 +5782,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.061219(mm),1.3267652(mm),78.402103(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.805809(mm),-1.062506(mm),78.623465(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2695,7 +5791,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.965419(mm),-3.0278922(mm),78.947976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.926621(mm),0.97385603(mm),78.249509(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2704,7 +5800,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.241974(mm),-0.29819819(mm),79.075539(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.864832(mm),0.58538132(mm),78.789385(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2713,7 +5809,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.861878(mm),1.256766(mm),78.789906(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.731382(mm),0.76432018(mm),78.460262(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2722,7 +5818,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.815687(mm),0.30010067(mm),79.327032(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.487816(mm),0.90021489(mm),79.384844(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2731,7 +5827,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.031988(mm),-2.4563555(mm),78.759911(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.133878(mm),1.2126021(mm),78.918272(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2740,7 +5836,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.27781(mm),-3.9258392(mm),78.716566(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.232772(mm),0.76223156(mm),78.54818(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2749,7 +5845,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.857092(mm),-0.85820083(mm),78.261769(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.901198(mm),-1.5899125(mm),78.606646(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2758,7 +5854,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.633002(mm),-1.8436317(mm),78.830263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.040343(mm),-3.2022315(mm),78.405784(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2767,7 +5863,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.105196(mm),3.1532943(mm),78.923329(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.941571(mm),0.069502398(mm),78.599527(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2776,7 +5872,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.428155(mm),-1.354676(mm),78.161075(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.904637(mm),2.920664(mm),78.606039(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2785,7 +5881,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.639872(mm),-0.42804458(mm),78.829051(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.31998(mm),0.025851981(mm),78.885457(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2794,7 +5890,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.614474(mm),2.7634136(mm),78.304549(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.64007(mm),1.4695806(mm),78.829017(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2803,7 +5899,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.751007(mm),2.3493972(mm),79.162109(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.282587(mm),1.0527626(mm),78.892051(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2812,7 +5908,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.000867(mm),2.3441918(mm),79.118052(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.239359(mm),0.2595859(mm),79.428654(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2821,7 +5917,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.68705(mm),2.6078305(mm),78.99706(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.06695(mm),0.11452718(mm),79.282727(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2830,7 +5926,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.00654(mm),-0.6105428(mm),79.117052(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.761322(mm),0.12230973(mm),78.278656(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2839,7 +5935,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.279555(mm),2.9578559(mm),78.716258(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.027939(mm),2.7291855(mm),79.289606(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2848,7 +5944,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.527857(mm),-2.0770318(mm),79.377784(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.491447(mm),2.8989769(mm),78.855223(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2857,7 +5953,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.362621(mm),3.9006108(mm),78.877938(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.590756(mm),-3.3897918(mm),78.661385(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2866,7 +5962,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.31416(mm),-2.5815729(mm),78.357502(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.104417(mm),1.0560868(mm),78.218159(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2875,7 +5971,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.98018(mm),-3.0396408(mm),78.945373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.059762(mm),0.74615556(mm),79.460322(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2884,7 +5980,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.639087(mm),-3.6283641(mm),78.82919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.92375(mm),-0.12903607(mm),78.602669(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2893,7 +5989,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.262(mm),3.0255371(mm),78.895681(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.588489(mm),0.16379339(mm),79.367093(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2902,7 +5998,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.013693(mm),1.2134403(mm),78.410483(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.922911(mm),2.4997394(mm),79.131798(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2911,7 +6007,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.219201(mm),-1.1249851(mm),78.197919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.900597(mm),2.1614273(mm),79.135733(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2920,7 +6016,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.314094(mm),-3.1056872(mm),79.062822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.421559(mm),1.431599(mm),78.867546(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2929,7 +6025,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.521299(mm),0.06394747(mm),79.202613(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.231255(mm),1.6387403(mm),78.372121(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2938,7 +6034,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.243438(mm),-1.7138559(mm),79.07528(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.392695(mm),0.94652609(mm),79.225289(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2947,7 +6043,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.672554(mm),3.0502572(mm),78.823289(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.541588(mm),-2.2125702(mm),78.846382(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2956,7 +6052,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.559451(mm),2.4004192(mm),78.843232(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.924776(mm),1.959657(mm),78.602488(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2965,7 +6061,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.747806(mm),2.2751968(mm),78.457366(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.896308(mm),0.84447026(mm),78.607508(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2974,7 +6070,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.03929(mm),0.58269293(mm),78.758623(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.515904(mm),0.53686121(mm),78.498256(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2983,7 +6079,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.233042(mm),2.9554716(mm),78.900787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.919283(mm),-3.1887886(mm),78.42713(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2992,7 +6088,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.999205(mm),1.382548(mm),79.118345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.062666(mm),-0.6334455(mm),78.930829(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3001,7 +6097,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.641201(mm),2.3307711(mm),78.828817(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.843072(mm),0.81119113(mm),78.793222(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3010,7 +6106,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.051502(mm),1.344251(mm),78.580143(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.729022(mm),0.74085704(mm),78.989659(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3019,7 +6115,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.162718(mm),0.82559753(mm),78.384206(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.061223(mm),-2.9341837(mm),78.578429(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3028,7 +6124,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.305102(mm),2.3771484(mm),78.359099(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.354141(mm),-1.0300772(mm),78.350453(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3037,16 +6133,48 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.283581(mm),-0.22246366(mm),79.244529(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.474449(mm),-0.55190714(mm),78.329239(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.01 cm -1.62 mm 3.8 cm 27.3 MeV 0 eV 0 fm 0 fm Target initStep + 1 -9.3604226 mm -1.3086761 mm 3.8034225 cm 23.486266 MeV 3.8562424 MeV 844.4628 um 844.4628 um Target hIoni + 2 -8.7289135 mm -1.0584584 mm 3.8107805 cm 19.522017 MeV 3.9642493 MeV 689.6249 um 1.5340877 mm Target hIoni + 3 -8.2050786 mm -958.79141 um 3.8196068 cm 15.347798 MeV 4.1742192 MeV 546.03231 um 2.08012 mm Target hIoni + 4 -7.8007659 mm -989.84151 um 3.8243711 cm 12.185831 MeV 3.1619668 MeV 413.17839 um 2.4932984 mm Target hIoni + 5 -7.4806463 mm -1.0161695 mm 3.8251272 cm 9.2144889 MeV 2.9713424 MeV 325.9115 um 2.8192099 mm Target hIoni + 6 -7.2494544 mm -1.1085591 mm 3.8256827 cm 6.4879619 MeV 2.726527 MeV 253.71243 um 3.0729223 mm Target hIoni + 7 -7.1146163 mm -1.2373216 mm 3.8273631 cm 3.7674428 MeV 2.7205191 MeV 192.35484 um 3.2652772 mm Target hIoni + 8 -7.0884369 mm -1.3025614 mm 3.831701 cm 368.60677 keV 3.398836 MeV 115.3295 um 3.3806067 mm Target hIoni + 9 -7.0893566 mm -1.3025174 mm 3.831783 cm 11.688163 keV 356.9186 keV 3.1002463 um 3.3837069 mm Target hIoni + 10 -7.0893529 mm -1.3025137 mm 3.8317834 cm 3.469447e-09 meV 11.688163 keV 96.849438 nm 3.3838038 mm Target hIoni + 11 -7.0893529 mm -1.3025137 mm 3.8317834 cm 0 eV 3.469447e-09 meV 1.5725803 fm 3.3838038 mm Target hIoni + 12 -7.0893529 mm -1.3025137 mm 3.8317834 cm 0 eV 0 eV 0 fm 3.3838038 mm Target Decay +Track (trackID 2, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 24, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -7.09 mm -1.3 mm 3.83 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -7.101815 mm -1.1995382 mm 3.8243295 cm 1.2983314 MeV 2.8214813 MeV 143.89929 um 143.89929 um Target muIoni + 2 -7.0988758 mm -1.1873171 mm 3.8229284 cm 52.006196 keV 1.2463252 MeV 24.110805 um 168.01009 um Target muIoni + 3 -7.09888 mm -1.1872204 mm 3.8229272 cm 0 eV 52.006196 keV 282.64173 nm 168.29273 um Target muIoni + 4 -7.09888 mm -1.1872204 mm 3.8229272 cm 0 eV 0 eV 0 fm 168.29273 um Target DecayWithSpin +Track (trackID 24, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.778558(mm),0.083732292(mm),78.62827(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.963207(mm),-2.1196723(mm),79.124693(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3055,7 +6183,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.477362(mm),2.5198348(mm),78.328725(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.92914(mm),0.39117638(mm),78.425392(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3064,7 +6192,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.723563(mm),3.0748681(mm),79.166949(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.014285(mm),0.54142998(mm),79.292013(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3073,7 +6201,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.488119(mm),0.55781725(mm),78.679483(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.734484(mm),2.3029717(mm),78.988696(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3082,7 +6210,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.265565(mm),-2.6733459(mm),78.542398(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.381751(mm),1.0977212(mm),79.050892(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3091,7 +6219,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.515843(mm),-2.7415056(mm),78.674594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.83142(mm),-3.273522(mm),78.971603(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3100,7 +6228,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.804064(mm),1.9633106(mm),79.152754(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.566715(mm),1.41339(mm),78.31297(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3109,7 +6237,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.151877(mm),-0.49026777(mm),79.091425(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.080561(mm),-2.7955072(mm),78.927673(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3118,7 +6246,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.115834(mm),-1.0139347(mm),79.097781(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.149531(mm),-1.9761852(mm),78.210204(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3127,7 +6255,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.502801(mm),-2.9927399(mm),79.029548(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.518652(mm),-0.13883521(mm),79.20308(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3136,7 +6264,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.27699(mm),-3.9499494(mm),78.71671(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.606134(mm),0.38410532(mm),79.011327(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3145,7 +6273,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.964151(mm),1.2542664(mm),78.595545(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.93615(mm),-2.4843978(mm),79.305791(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3154,7 +6282,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.73284(mm),-1.3753609(mm),78.460005(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.473976(mm),1.9654987(mm),78.858303(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3163,7 +6291,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.381393(mm),0.95048869(mm),79.050955(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.801165(mm),0.56362169(mm),79.153265(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3172,7 +6300,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.802945(mm),0.03910436(mm),78.094989(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.751613(mm),3.147766(mm),78.633022(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3181,7 +6309,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.079017(mm),-0.074328619(mm),78.751618(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.482506(mm),-3.9121513(mm),78.856799(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3190,7 +6318,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.325587(mm),-2.1124084(mm),78.355487(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.826873(mm),-2.1028022(mm),78.267097(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3199,7 +6327,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.56882(mm),-1.02333(mm),78.136272(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.028582(mm),-1.6362659(mm),79.113165(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3208,7 +6336,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.397978(mm),-1.819557(mm),79.048031(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.311531(mm),-1.5804111(mm),78.71062(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3217,7 +6345,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.233204(mm),-0.52417983(mm),78.900758(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.267194(mm),-1.5595812(mm),78.189457(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3226,7 +6354,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.402745(mm),-2.6809543(mm),78.870863(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.406227(mm),-3.4150368(mm),78.693922(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3235,7 +6363,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.016659(mm),-2.6586514(mm),79.291595(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.818853(mm),-2.8353634(mm),78.797492(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3244,7 +6372,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.003589(mm),-3.0874865(mm),78.588591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.016094(mm),-2.2909557(mm),79.291694(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3253,7 +6381,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.489001(mm),-1.5861424(mm),78.326673(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.402786(mm),2.4122972(mm),78.518202(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3262,7 +6390,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.588239(mm),1.6170763(mm),79.367137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.865579(mm),-1.0584416(mm),78.260272(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3271,7 +6399,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.95943(mm),-2.6988989(mm),78.949032(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.767813(mm),3.9917729(mm),78.806492(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3280,7 +6408,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.529802(mm),1.2693201(mm),78.495806(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.811335(mm),-3.56085(mm),78.622491(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3289,7 +6417,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.504837(mm),0.77798578(mm),79.029189(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.177772(mm),0.09687087(mm),78.734205(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3298,7 +6426,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.501341(mm),-0.25298978(mm),78.853478(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.773741(mm),-3.0001965(mm),79.158101(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3307,7 +6435,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.874909(mm),0.10200677(mm),78.787608(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.331218(mm),2.8679379(mm),79.059802(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3316,7 +6444,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.922566(mm),-0.68262689(mm),78.250224(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.291281(mm),-0.636473(mm),78.714191(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3325,7 +6453,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.003207(mm),2.8934416(mm),79.11764(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.861788(mm),0.40569331(mm),79.318903(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3334,7 +6462,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.278823(mm),-3.3643585(mm),78.54006(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.483811(mm),0.7541364(mm),79.209223(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3343,7 +6471,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.11019(mm),-2.771146(mm),78.922449(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.35656(mm),1.4433729(mm),78.173699(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3352,7 +6480,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.409702(mm),2.0102508(mm),79.045964(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.680208(mm),3.8236407(mm),78.821939(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3361,7 +6489,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.069259(mm),2.2340367(mm),78.224358(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.364876(mm),2.0348164(mm),78.34856(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3370,7 +6498,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.356029(mm),-2.3521802(mm),79.055428(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.899661(mm),-0.77888228(mm),79.312225(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3379,7 +6507,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.041546(mm),2.3717238(mm),78.934553(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.713046(mm),0.45099361(mm),78.110841(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3388,7 +6516,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.082316(mm),1.4787286(mm),78.57471(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.737503(mm),2.1253253(mm),78.282855(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3397,7 +6525,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.616261(mm),-3.0989812(mm),79.185869(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.122097(mm),0.41294785(mm),78.215041(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3406,7 +6534,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.765935(mm),-1.7881689(mm),79.335804(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.750515(mm),0.83445323(mm),78.809542(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3415,7 +6543,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.625806(mm),-1.0528361(mm),78.478878(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.592949(mm),-0.33518203(mm),78.660998(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3424,7 +6552,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.643594(mm),-1.7350814(mm),79.004722(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.866418(mm),3.3752229(mm),78.612778(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3433,7 +6561,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.605619(mm),2.0905217(mm),78.835091(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.980162(mm),-1.1283723(mm),79.29803(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3442,7 +6570,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.29578(mm),-2.9970595(mm),79.066051(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.757196(mm),-0.11333988(mm),78.279383(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3451,7 +6579,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.117943(mm),-2.6778803(mm),78.744755(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.582887(mm),-3.1734793(mm),78.839099(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3460,7 +6588,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.404813(mm),-2.6941536(mm),78.870499(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.895081(mm),-1.5707622(mm),79.313032(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3469,7 +6597,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.613126(mm),2.1675185(mm),78.304787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.622284(mm),-1.0308729(mm),79.361134(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3478,7 +6606,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.759309(mm),-1.8237003(mm),79.336972(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.706661(mm),1.4503993(mm),78.464621(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3487,7 +6615,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.196255(mm),-2.2143773(mm),79.259927(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.472164(mm),0.75839336(mm),79.03495(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3496,7 +6624,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.586762(mm),-0.65031049(mm),78.485762(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.397606(mm),3.7342739(mm),78.695443(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3505,7 +6633,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.876183(mm),0.99457837(mm),78.611056(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.925975(mm),2.3718487(mm),79.131258(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3514,7 +6642,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.450917(mm),-3.4160321(mm),78.686042(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.181891(mm),2.4053737(mm),78.909806(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3523,7 +6651,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.840113(mm),1.2353858(mm),78.44109(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.814345(mm),-2.5805504(mm),78.269306(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3532,7 +6660,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.07148(mm),-0.81426648(mm),79.281928(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.956177(mm),-2.007762(mm),78.949605(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3541,7 +6669,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.384216(mm),-3.1413223(mm),78.521477(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.453473(mm),1.0261752(mm),78.685592(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3550,7 +6678,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.129509(mm),2.9711832(mm),78.919042(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.338044(mm),-3.2728948(mm),79.058599(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3559,7 +6687,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.235744(mm),3.0810986(mm),78.90031(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.008856(mm),-3.2670827(mm),79.116644(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3569,106 +6697,33 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.95 mm 2.86 mm 5.08 cm 17.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.6249277 mm 2.5787518 mm 5.0707935 cm 14.14765 MeV 3.0248985 MeV 454.0658 um 454.0658 um Target hIoni - 2 -7.3586889 mm 2.4187243 mm 5.0523207 cm 11.006057 MeV 3.141593 MeV 365.83454 um 819.90034 um Target hIoni - 3 -7.1257488 mm 2.3237973 mm 5.0397834 cm 8.0181767 MeV 2.9878801 MeV 285.3076 um 1.1052079 mm Target hIoni - 4 -6.9562647 mm 2.3053359 mm 5.027081 cm 4.8048088 MeV 3.2133678 MeV 217.01927 um 1.3222272 mm Target hIoni - 5 -6.8613913 mm 2.2932826 mm 5.0176881 cm 1.3859191 MeV 3.4188898 MeV 138.69633 um 1.4609235 mm Target hIoni - 6 -6.8496268 mm 2.2958462 mm 5.0167286 cm 21.992938 keV 1.3639261 MeV 15.951977 um 1.4768755 mm Target hIoni - 7 -6.849611 mm 2.2958487 mm 5.0167273 cm 0 eV 21.992938 keV 327.21691 nm 1.4772027 mm Target hIoni - 8 -6.849611 mm 2.2958487 mm 5.0167273 cm 0 eV 0 eV 0 fm 1.4772027 mm Target Decay + 0 -3.49 mm -1.46 mm 2.5 cm 9.59 MeV 0 eV 0 fm 0 fm Target initStep + 1 -3.3005252 mm -1.5125387 mm 2.4830937 cm 6.997028 MeV 2.5966613 MeV 262.49051 um 262.49051 um Target hIoni + 2 -3.1467728 mm -1.5805447 mm 2.4724838 cm 3.8544828 MeV 3.1425452 MeV 203.83188 um 466.32239 um Target hIoni + 3 -3.0718942 mm -1.6240077 mm 2.4676869 cm 447.18619 keV 3.4072966 MeV 118.79937 um 585.12176 um Target hIoni + 4 -3.0698635 mm -1.6255582 mm 2.4675404 cm 55.431747 keV 391.75444 keV 4.087557 um 589.20931 um Target hIoni + 5 -3.0697732 mm -1.6255979 mm 2.4675369 cm 1.3877788e-08 meV 55.431747 keV 299.14742 nm 589.50846 um Target hIoni + 6 -3.0697732 mm -1.6255979 mm 2.4675369 cm 0 eV 1.3877788e-08 meV 3.1451605 fm 589.50846 um Target hIoni + 7 -3.0697732 mm -1.6255979 mm 2.4675369 cm 0 eV 0 eV 0 fm 589.50846 um Target Decay Track (trackID 4, parentID 1) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 22, Parent ID = 4 +* G4Track Information: Particle = mu+, Track ID = 12, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.85 mm 2.3 mm 5.02 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.8667693 mm 2.398076 mm 5.0214845 cm 1.1222876 MeV 2.9975251 MeV 133.4438 um 133.4438 um Target muIoni - 2 -6.866708 mm 2.4062228 mm 5.0221421 cm 123.62594 keV 998.66165 keV 13.529668 um 146.97347 um Target muIoni - 3 -6.8663092 mm 2.4063411 mm 5.0221419 cm 0 eV 123.62594 keV 853.18324 nm 147.82665 um Target muIoni - 4 -6.8663092 mm 2.4063411 mm 5.0221419 cm 0 eV 0 eV 0 fm 147.82665 um Target DecayWithSpin -Track (trackID 22, parentID 4) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.598305(mm),-2.4605666(mm),78.660054(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.393699(mm),0.0020790947(mm),79.225112(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.245257(mm),2.3032771(mm),78.369652(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.712027(mm),1.963738(mm),78.463675(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.590696(mm),-3.1034002(mm),79.014049(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.988267(mm),-1.2594139(mm),78.238639(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.823512(mm),2.1577147(mm),79.149325(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.719425(mm),-2.5910708(mm),78.638697(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 + 0 -3.07 mm -1.63 mm 2.47 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -3.0854233 mm -1.4984396 mm 2.4682941 cm 1.063555 MeV 3.0562577 MeV 143.89929 um 143.89929 um Target muIoni + 2 -3.0940221 mm -1.4883945 mm 2.4680349 cm 81.597263 keV 981.95771 keV 17.543928 um 161.44321 um Target muIoni + 3 -3.0941977 mm -1.4885017 mm 2.4680364 cm 0 eV 81.597263 keV 476.1819 nm 161.9194 um Target muIoni + 4 -3.0941977 mm -1.4885017 mm 2.4680364 cm 0 eV 0 eV 0 fm 161.9194 um Target DecayWithSpin +Track (trackID 12, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.992741(mm),0.99539748(mm),78.943158(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.175254(mm),-2.0189342(mm),78.734649(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3677,7 +6732,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.318754(mm),-1.8384115(mm),78.533019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.353764(mm),0.012355617(mm),78.350519(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3686,7 +6741,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.880244(mm),3.5390346(mm),78.61034(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.176636(mm),-1.6774605(mm),78.910733(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3695,7 +6750,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.705718(mm),-2.0450831(mm),79.170095(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.32195(mm),-0.5294802(mm),78.179802(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3704,7 +6759,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.69609(mm),-0.16623227(mm),78.466485(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.696777(mm),3.9818121(mm),78.819018(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3713,7 +6768,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.878348(mm),0.67990416(mm),78.787002(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.637816(mm),3.1768124(mm),78.653087(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3722,7 +6777,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.829997(mm),-1.7289394(mm),78.442873(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.043209(mm),-2.2488577(mm),78.405278(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3731,7 +6786,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.38896(mm),2.0700506(mm),78.696967(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.366033(mm),-1.1175565(mm),78.70101(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3740,7 +6795,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.256936(mm),1.967957(mm),79.249227(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.840339(mm),1.376955(mm),78.970031(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3749,7 +6804,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.402359(mm),-1.8500328(mm),79.223585(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.618182(mm),3.2756116(mm),78.656549(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3758,7 +6813,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.652794(mm),-3.0021712(mm),78.474119(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.082501(mm),-0.04555499(mm),78.39835(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3767,7 +6822,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.683422(mm),0.6148417(mm),78.116064(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.426106(mm),-2.9117949(mm),79.219398(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3776,7 +6831,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.887778(mm),-3.2202642(mm),79.137993(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.076628(mm),0.67821911(mm),78.575713(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3785,7 +6840,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.25162(mm),-1.47555(mm),78.897511(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.886401(mm),1.0625436(mm),78.961909(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3794,7 +6849,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.939691(mm),-0.25381405(mm),78.952512(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.568449(mm),1.4816803(mm),79.370626(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3803,7 +6858,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.668255(mm),-1.9560182(mm),79.000374(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.590264(mm),-2.7642041(mm),78.485145(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3812,7 +6867,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.797222(mm),-0.57557832(mm),78.448652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.989653(mm),0.092278017(mm),78.591049(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3821,7 +6876,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.792563(mm),-0.63168003(mm),79.331109(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.495416(mm),2.4873252(mm),79.03085(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3830,7 +6885,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.690237(mm),-0.71377321(mm),78.114863(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.646875(mm),-2.6897363(mm),78.298836(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3839,7 +6894,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.266257(mm),-1.3496372(mm),79.071257(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.831696(mm),0.72733065(mm),79.147882(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3848,7 +6903,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.437415(mm),1.5038079(mm),79.217404(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.638691(mm),-2.5211843(mm),78.476606(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3857,7 +6912,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.734815(mm),-2.0429245(mm),78.459656(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.59198(mm),0.99063828(mm),79.19015(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3866,7 +6921,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.00576(mm),0.59931887(mm),78.940863(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.015254(mm),-0.72042959(mm),78.939188(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3875,7 +6930,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.005259(mm),-1.526438(mm),78.764624(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.74058(mm),-0.3942717(mm),78.282313(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3884,7 +6939,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.691021(mm),0.97914576(mm),78.820032(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.947055(mm),1.2364946(mm),78.59856(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3893,7 +6948,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.996313(mm),-2.1499211(mm),78.942528(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.501957(mm),3.4763908(mm),78.500716(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3902,7 +6957,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.158898(mm),1.5740809(mm),78.561206(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.214983(mm),2.0366102(mm),79.080298(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3911,7 +6966,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.429561(mm),-1.0902322(mm),79.395116(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.930344(mm),0.29196096(mm),78.248853(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3920,7 +6975,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.472324(mm),-3.5146026(mm),78.682268(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.158818(mm),2.5975501(mm),79.090201(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3929,7 +6984,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.890681(mm),3.2647471(mm),78.6085(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.417721(mm),-0.65599369(mm),78.691896(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3938,7 +6993,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.280147(mm),-3.2926233(mm),78.892481(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.253278(mm),0.71321865(mm),78.368238(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3947,7 +7002,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.730893(mm),0.43446995(mm),78.813002(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.006198(mm),-3.8066255(mm),78.588131(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3956,7 +7011,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.155879(mm),0.32387552(mm),79.443373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.662825(mm),-0.4170469(mm),79.353985(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3965,7 +7020,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.835642(mm),-1.7018326(mm),79.323513(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.61029(mm),-1.3612134(mm),78.834268(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3974,7 +7029,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.659659(mm),-1.5792328(mm),79.178216(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.303875(mm),-0.73265588(mm),79.240951(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3983,7 +7038,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.487776(mm),-2.8099828(mm),78.503216(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.720777(mm),-2.7848737(mm),78.638459(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3992,7 +7047,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.834596(mm),-1.841946(mm),78.442062(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.295946(mm),-0.80811809(mm),78.360714(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4001,7 +7056,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.277269(mm),2.7038305(mm),78.892988(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.642727(mm),-0.44244537(mm),79.004875(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4010,7 +7065,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.274505(mm),2.799389(mm),78.364495(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.088083(mm),-1.8633669(mm),78.221039(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4019,7 +7074,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.327092(mm),0.43929137(mm),78.884203(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.21227(mm),-2.3524375(mm),78.375468(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4028,7 +7083,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.142028(mm),1.3139571(mm),79.093162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.525386(mm),0.29118429(mm),79.378219(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4037,7 +7092,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.623197(mm),-0.56441215(mm),79.008319(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.625876(mm),2.0431638(mm),79.184173(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4046,7 +7101,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.268447(mm),-3.8575022(mm),78.894544(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.189996(mm),3.1892589(mm),78.73205(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4055,7 +7110,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.221994(mm),-0.33674648(mm),78.197427(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.397757(mm),0.55146989(mm),78.166435(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4064,7 +7119,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.587226(mm),-2.0582762(mm),78.662008(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.921801(mm),-1.2258749(mm),78.77934(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4073,7 +7128,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.66754(mm),-0.53531567(mm),78.824173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.13074(mm),-2.1466827(mm),78.389844(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4082,7 +7137,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.792145(mm),-3.7286611(mm),78.978529(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.55571(mm),-1.602024(mm),78.843892(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4091,7 +7146,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.63916(mm),-1.4973075(mm),78.300196(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.837412(mm),0.77066558(mm),78.970547(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4100,7 +7155,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.580189(mm),0.20666055(mm),78.134267(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.423582(mm),-0.26209366(mm),78.161881(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4109,7 +7164,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.524042(mm),-2.097123(mm),78.496822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.091107(mm),-2.8669438(mm),78.925814(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4118,7 +7173,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.132445(mm),0.79745375(mm),79.271179(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.736104(mm),-0.21722818(mm),78.283102(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4127,7 +7182,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.925288(mm),-0.91012719(mm),79.307706(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.929024(mm),-2.3988816(mm),78.778066(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4136,7 +7191,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.502452(mm),-2.5349082(mm),78.324301(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.000408(mm),0.24844937(mm),78.941806(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4145,7 +7200,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.050737(mm),0.70812548(mm),78.403951(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.424534(mm),0.86283113(mm),78.161713(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4154,7 +7209,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.939947(mm),-2.5694037(mm),78.423486(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.213557(mm),-0.084234007(mm),78.375241(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4163,7 +7218,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.665621(mm),-3.5365012(mm),78.648184(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.511585(mm),1.0081983(mm),78.322691(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4172,139 +7227,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.335773(mm),0.78012801(mm),78.530018(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.615022(mm),0.34367196(mm),78.128125(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.24 cm 763 um 6.19 cm 68.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.0858067 cm 3.1883615 mm 6.069342 cm 59.600072 MeV 9.0268353 MeV 3.1476795 mm 3.1476795 mm Target hIoni - 2 -1.0335761 cm 3.9880852 mm 6.039363 cm 55.92888 MeV 3.6711929 MeV 1.003689 mm 4.1513684 mm Target Transportation - 3 21.152042 cm -23.149759 cm -37.648918 cm 55.9289 MeV1.7001987e-13 meV 3.8061127 m 3.8102641 m CaptureMgnt Decay -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 21.2 cm -23.1 cm -37.6 cm 72.4 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 11.990634 cm 5.903309 cm -49.105214 cm 72.386272 MeV1.8462743e-14 meV 53.156533 cm 53.156533 cm CaptureMgnt Transportation - 2 13.7407 cm -23.156913 cm -60.073047 cm 72.386306 MeV1.7675548e-14 meV 50.890109 cm 1.0404664 m CaptureMgnt Transportation - 3 23.138802 cm 2.0035057 cm -71.655583 cm 72.386341 MeV1.8666193e-14 meV 53.742309 cm 1.5778895 m CaptureMgnt Transportation - 4 2.4887974 cm -13.904903 cm -82.529078 cm 72.386379 MeV1.7523517e-14 meV 50.452412 cm 2.0824136 m CaptureMgnt Transportation - 5 25.784098 cm -15.008722 cm -94.084889 cm 72.386418 MeV1.862313e-14 meV 53.618346 cm 2.6185971 m CaptureMgnt Transportation - 6 13.201131 cm 3.3021523 cm -1.0530962 m 72.386459 MeV1.8089567e-14 meV 52.082163 cm 3.1394187 m CaptureMgnt Transportation - 7 5.6899877 cm -16.473678 cm -1.1626265 m 72.386501 MeV1.7651709e-14 meV 50.821523 cm 3.6476339 m CaptureMgnt Transportation - 8 23.458847 cm -16.102244 cm -1.2787225 m 72.386547 MeV1.8709819e-14 meV 53.867969 cm 4.1863136 m CaptureMgnt Transportation - 9 20.453303 cm 5.4492397 mm -1.3916693 m 72.386598 MeV1.820231e-14 meV 52.406799 cm 4.7103816 m CaptureMgnt Transportation - 10 4.8030733 cm -4.8345342 cm -1.5003836 m 72.386651 MeV1.7520208e-14 meV 50.442954 cm 5.2148112 m CaptureMgnt Transportation - 11 9.2653165 cm -17.629334 cm -1.6134653 m 72.386709 MeV1.8224042e-14 meV 52.469399 cm 5.7395052 m CaptureMgnt Transportation - 12 19.92098 cm -17.371953 cm -1.7297486 m 72.386774 MeV1.8740024e-14 meV 53.954994 cm 6.2790551 m CaptureMgnt Transportation - 13 24.403876 cm -8.6705999 cm -1.8438958 m 72.386845 MeV1.8395776e-14 meV 52.963878 cm 6.8086939 m CaptureMgnt Transportation - 14 19.168956 cm -5.2158427 mm -1.9542985 m 72.386922 MeV1.7792316e-14 meV 51.226456 cm 7.3209584 m CaptureMgnt Transportation - 15 18.684651 cm -17.273066 cm -2 m 72.386952 MeV7.365187e-15 meV 21.205366 cm 7.5330121 m CaptureMgnt Transportation - 16 18.008493 cm -17.587862 cm -2.0016435 m 72.384316 MeV 1.0973531 keV 7.6374069 mm 7.5406495 m World muIoni - 17 12.265574 cm -20.258709 cm -2.0155727 m 72.371768 MeV 11.498902 keV 6.4849664 cm 7.6054992 m World muIoni - 18 -1.3637189 cm -26.611775 cm -2.0485211 m 72.343674 MeV 26.862821 keV 15.394016 cm 7.7594393 m World muIoni - 19 -7.4530534 cm -29.44254 cm -2.0633169 m 72.322683 MeV 17.2949 keV 6.8762205 cm 7.8282015 m World muIoni - 20 -34.213484 cm -41.861998 cm -2.1290732 m 72.269034 MeV 51.886373 keV 30.22595 cm 8.130461 m World muIoni - 21 -37.820119 cm -43.536814 cm -2.1379229 m 72.259245 MeV 7.6023578 keV 4.0738198 cm 8.1711992 m World muIoni - 22 -41.100855 cm -45.058074 cm -2.1459904 m 72.249863 MeV 7.1533413 keV 3.7051742 cm 8.208251 m World muIoni - 23 -46.224533 cm -47.429936 cm -2.1586445 m 72.240698 MeV 7.8666703 keV 5.7861126 cm 8.2661121 m World muIoni - 24 -53.778418 cm -50.914107 cm -2.1773706 m 72.220257 MeV 18.048192 keV 8.5268627 cm 8.3513807 m World muIoni - 25 -58.607488 cm -53.150869 cm -2.1893503 m 72.20921 MeV 8.2348651 keV 5.4551047 cm 8.4059318 m World muIoni - 26 -63.30592 cm -55.333643 cm -2.2009449 m 72.200653 MeV 7.4362345 keV 5.3088728 cm 8.4590205 m World muIoni - 27 -67.248717 cm -57.167726 cm -2.2106024 m 72.194108 MeV 5.118272 keV 4.4544595 cm 8.5035651 m World muIoni - 28 -69.801428 cm -58.358033 cm -2.2168557 m 72.189357 MeV 3.6428464 keV 2.8851698 cm 8.5324168 m World muIoni - 29 -84.100763 cm -65.030391 cm -2.2517344 m 72.159606 MeV 27.034742 keV 16.160364 cm 8.6940204 m World muIoni - 30 -84.489891 cm -65.210387 cm -2.2526898 m 72.157615 MeV 556.2302 eV 4.3925571 mm 8.698413 m World muIoni - 31 -85.090291 cm -65.487976 cm -2.2541625 m 72.155897 MeV 526.0693 eV 6.776605 mm 8.7051896 m World muIoni - 32 -92.238283 cm -68.79457 cm -2.2716881 m 72.142535 MeV 9.4337428 keV 8.0683896 cm 8.7858735 m World muIoni - 33 -1.0001124 m -72.40554 cm -2.2908761 m 72.127992 MeV 14.543304 keV 8.782928 cm 8.8737028 m World muIoni - 34 -1.022816 m -73.462741 cm -2.2964939 m 72.119829 MeV 5.5437072 keV 2.5666769 cm 8.8993695 m World muIoni - 35 -1.0380487 m -74.172146 cm -2.300263 m 72.113543 MeV 4.9324563 keV 1.7221145 cm 8.9165907 m World muIoni - 36 -1.1693489 m -80.287241 cm -2.3328032 m 72.083495 MeV 29.037721 keV 14.845231 cm 9.065043 m World muIoni - 37 -1.1830835 m -80.923011 cm -2.3361923 m 72.076783 MeV 3.5431589 keV 1.5509537 cm 9.0805525 m World muIoni - 38 -1.2261525 m -82.915325 cm -2.3467853 m 72.070923 MeV 4.7417767 keV 4.8621829 cm 9.1291744 m World muIoni - 39 -1.2477677 m -83.914841 cm -2.3520887 m 72.066099 MeV 3.5789515 keV 2.4397705 cm 9.1535721 m World muIoni - 40 -1.3480837 m -88.55889 cm -2.3766394 m 72.042671 MeV 22.223017 keV 11.323771 cm 9.2668098 m World muIoni - 41 -1.5503929 m -97.916184 cm -2.4262377 m 72.000435 MeV 40.206341 keV 22.835312 cm 9.4951629 m World muIoni - 42 -1.5633572 m -98.514831 cm -2.4294042 m 71.99258 MeV 2.0632525 keV 1.4626613 cm 9.5097895 m World muIoni - 43 -1.5740779 m -99.010085 cm -2.4320147 m 71.987545 MeV 3.271628 keV 1.2094435 cm 9.5218839 m World muIoni - 44 -1.5937108 m -99.917907 cm -2.4368053 m 71.979163 MeV 4.0625899 keV 2.2154341 cm 9.5440383 m World muIoni - 45 -1.6056645 m -1.0047083 m -2.4397409 m 71.975875 MeV 1.1077066 keV 1.3493742 cm 9.557532 m World muIoni - 46 -1.6363489 m -1.0189138 m -2.4472822 m 71.966913 MeV 6.5639623 keV 3.4643901 cm 9.5921759 m World muIoni - 47 -1.6420742 m -1.0215607 m -2.4486874 m 71.96552 MeV 275.04 eV 6.4621894 mm 9.5986381 m World muIoni - 48 -1.6986884 m -1.0477314 m -2.4625984 m 71.955935 MeV 7.7134201 keV 6.3903007 cm 9.6625411 m World muIoni - 49 -1.7218014 m -1.0584084 m -2.4683032 m 71.946584 MeV 5.4153816 keV 2.6091231 cm 9.6886324 m World muIoni - 50 -1.7795137 m -1.0850911 m -2.4825449 m 71.931929 MeV 11.12685 keV 6.5157521 cm 9.7537899 m World muIoni - 51 -1.7898944 m -1.0899055 m -2.4851061 m 71.925927 MeV 3.2977272 keV 1.1725966 cm 9.7655158 m World muIoni - 52 -1.9665819 m -1.1718269 m -2.5287678 m 71.88461 MeV 39.382965 keV 19.958978 cm 9.9651056 m World muIoni - 53 -1.9844095 m -1.1801112 m -2.5331112 m 71.873115 MeV 3.3845023 keV 2.0132526 cm 9.9852382 m World muIoni - 54 -2.0396773 m -1.2058805 m -2.5466506 m 71.86118 MeV 10.744684 keV 6.2465233 cm 10.047703 m World muIoni - 55 -2.0991813 m -1.2335559 m -2.5612628 m 71.850424 MeV 9.7237175 keV 6.7232164 cm 10.114936 m World muIoni - 56 -2.1078453 m -1.237575 m -2.5633965 m 71.847385 MeV 2.0117697 keV 9.7862999 mm 10.124722 m World muIoni - 57 -2.1117431 m -1.2393826 m -2.5643594 m 71.844705 MeV 231.08359 eV 4.4031284 mm 10.129125 m World muIoni - 58 -2.1545491 m -1.25924 m -2.5749531 m 71.832606 MeV 8.1977336 keV 4.8362208 cm 10.177487 m World muIoni - 59 -2.1974758 m -1.2790835 m -2.5856145 m 71.815284 MeV 8.0868391 keV 4.847814 cm 10.225965 m World muIoni - 60 -2.2210723 m -1.2899696 m -2.591505 m 71.785416 MeV 6.6656903 keV 2.6645815 cm 10.252611 m World muIoni - 61 -2.2310675 m -1.294566 m -2.5939951 m 71.78138 MeV 2.0601038 keV 1.127966 cm 10.263891 m World muIoni - 62 -2.241887 m -1.2995411 m -2.5966867 m 71.777302 MeV 2.3317062 keV 1.2208918 cm 10.2761 m World muIoni - 63 -2.2959769 m -1.3244081 m -2.6101354 m 71.76285 MeV 11.565762 keV 6.1032488 cm 10.337132 m World muIoni - 64 -2.370256 m -1.3584888 m -2.6286462 m 71.746832 MeV 14.544135 keV 8.3794611 cm 10.420927 m World muIoni - 65 -2.3760614 m -1.3611619 m -2.6301007 m 71.742071 MeV 1.5894062 keV 6.5546188 mm 10.427481 m World muIoni - 66 -2.6176078 m -1.4723747 m -2.6907422 m 71.694525 MeV 47.545717 keV 27.274666 cm 10.700228 m World muIoni - 67 -2.6449418 m -1.4849779 m -2.6975128 m 71.686882 MeV 6.6455883 keV 3.0851777 cm 10.73108 m World muIoni - 68 -2.6898714 m -1.505702 m -2.7086552 m 71.674662 MeV 7.962149 keV 5.0717987 cm 10.781798 m World muIoni - 69 -2.6956047 m -1.508333 m -2.7100731 m 71.673708 MeV 954.32095 eV 6.4655672 mm 10.788263 m World muIoni - 70 -2.7357992 m -1.5267734 m -2.7200208 m 71.66332 MeV 9.1796212 keV 4.532769 cm 10.833591 m World muIoni - 71 -2.803176 m -1.557531 m -2.7367842 m 71.603977 MeV 17.015809 keV 7.5938711 cm 10.90953 m World muIoni - 72 -2.8484594 m -1.5780341 m -2.7482124 m 71.593979 MeV 8.9902485 keV 5.1005539 cm 10.960535 m World muIoni - 73 -2.9689978 m -1.6328575 m -2.7785968 m 71.566861 MeV 21.868784 keV 13.586165 cm 11.096397 m World muIoni - 74 -3.0059305 m -1.6496379 m -2.7878517 m 71.557668 MeV 5.7581557 keV 4.1608389 cm 11.138005 m World muIoni - 75 -3.0863212 m -1.6860524 m -2.8079994 m 71.540098 MeV 13.845584 keV 9.0524136 cm 11.22853 m World muIoni - 76 -3.1083907 m -1.6960898 m -2.8135596 m 71.533416 MeV 4.7513086 keV 2.4874233 cm 11.253404 m World muIoni - 77 -3.1316958 m -1.7067198 m -2.8194355 m 71.526174 MeV 6.088084 keV 2.6280248 cm 11.279684 m World muIoni - 78 -3.1397169 m -1.7103781 m -2.8214576 m 71.523723 MeV 1.3357032 keV 9.0449255 mm 11.288729 m World muIoni - 79 -3.1439032 m -1.7122868 m -2.8225125 m 71.522166 MeV 1.5574136 keV 4.7202613 mm 11.293449 m World muIoni - 80 -3.2208085 m -1.74736 m -2.8418875 m 71.5017 MeV 20.465824 keV 8.6717662 cm 11.380167 m World muIoni - 81 -3.2214803 m -1.7476654 m -2.842057 m 71.494218 MeV 73.206488 eV 757.19065 um 11.380924 m World muIoni - 82 -3.2493557 m -1.760341 m -2.8491097 m 71.487823 MeV 5.2548539 keV 3.1423674 cm 11.412348 m World muIoni - 83 -3.2976682 m -1.7822898 m -2.8613464 m 71.472962 MeV 8.8211573 keV 5.4457202 cm 11.466805 m World muIoni - 84 -3.3164104 m -1.7908148 m -2.8660835 m 71.465865 MeV 5.0486147 keV 2.1127833 cm 11.487933 m World muIoni - 85 -3.3208693 m -1.792842 m -2.8672103 m 71.463233 MeV 1.1727358 keV 5.0260713 mm 11.492959 m World muIoni - 86 -3.3530103 m -1.8074609 m -2.8753517 m 71.454872 MeV 6.8293808 keV 3.6235896 cm 11.529195 m World muIoni - 87 -3.4769414 m -1.863795 m -2.9067295 m 71.42821 MeV 26.661865 keV 13.970353 cm 11.668898 m World muIoni - 88 -3.5227602 m -1.8845694 m -2.9183249 m 71.419254 MeV 7.9380135 keV 5.1627449 cm 11.720526 m World muIoni - 89 -3.6608977 m -1.9473134 m -2.9532797 m 71.387571 MeV 29.584035 keV 15.569413 cm 11.87622 m World muIoni - 90 -3.6812573 m -1.9565497 m -2.9584506 m 71.381622 MeV 4.2161542 keV 2.2946996 cm 11.899167 m World muIoni - 91 -3.7715082 m -1.997499 m -2.9813352 m 71.359623 MeV 21.998629 keV 10.171421 cm 12.000881 m World muIoni - 92 -3.9375575 m -2.0724532 m -3.0231095 m 71.327054 MeV 32.569846 keV 18.691104 cm 12.187792 m World muIoni - 93 -3.9435894 m -2.0751668 m -3.0246225 m 71.325709 MeV 1.3447186 keV 6.7850118 mm 12.194577 m World muIoni - 94 -4.0339367 m -2.1158146 m -3.0472793 m 71.304838 MeV 17.612787 keV 10.162789 cm 12.296205 m World muIoni - 95 -4.0426954 m -2.1197244 m -3.0494664 m 71.300169 MeV 2.6327073 keV 9.8378586 mm 12.306043 m World muIoni - 96 -4.0775982 m -2.1353128 m -3.0581921 m 71.292995 MeV 5.7049634 keV 3.9208993 cm 12.345252 m World muIoni - 97 -4.1137002 m -2.1514664 m -3.0672021 m 71.278095 MeV 7.0484616 keV 4.0564486 cm 12.385816 m World muIoni - 98 -4.1794994 m -2.1809807 m -3.0836728 m 71.262993 MeV 13.647554 keV 7.3972366 cm 12.459789 m World muIoni - 99 -4.2236567 m -2.2007862 m -3.0947645 m 71.253312 MeV 9.68182 keV 4.9650346 cm 12.509439 m World muIoni - 100 -4.237388 m -2.2069401 m -3.0982122 m 71.248051 MeV 4.2075966 keV 1.5437135 cm 12.524876 m World muIoni - 101 -4.3057491 m -2.2375909 m -3.1153546 m 71.234255 MeV 11.68357 keV 7.6854224 cm 12.60173 m World muIoni - 102 -4.3076463 m -2.2384404 m -3.115834 m 71.23409 MeV 165.64304 eV 2.1332989 mm 12.603864 m World muIoni - 103 -4.3489801 m -2.2568653 m -3.1263114 m 71.225227 MeV 7.8008438 keV 4.645155 cm 12.650315 m World muIoni - 104 -4.4408406 m -2.2975932 m -3.1494928 m 71.201454 MeV 23.772564 keV 10.312377 cm 12.753439 m OutOfWorld Transportation -Track (trackID 14, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.514211189885(mm),1.2924747107857(mm),78.322227952965(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.953583(mm),1.8785467(mm),78.421082(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4313,7 +7245,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.141411(mm),2.4541395(mm),79.269598(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.856234(mm),-3.9502968(mm),78.790901(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4322,7 +7254,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.677842(mm),-0.13677347(mm),78.293375(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.715881(mm),-3.8448461(mm),78.815649(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4331,7 +7263,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.859813(mm),-1.2663773(mm),78.613943(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.492149(mm),-2.7750108(mm),79.031426(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4340,7 +7272,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.343154(mm),0.88181213(mm),79.057698(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.313483(mm),-1.9413966(mm),78.886603(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4349,7 +7281,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.213487(mm),3.402243(mm),78.727908(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.763435(mm),-0.23556961(mm),78.45461(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4358,7 +7290,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.09139(mm),0.42303273(mm),79.454745(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.009153(mm),0.069119316(mm),78.763937(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4367,7 +7299,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.540551(mm),-3.23063(mm),78.493911(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.034947(mm),1.3850736(mm),79.112043(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4376,7 +7308,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.840883(mm),-0.4314306(mm),78.440954(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.651165(mm),-0.50720458(mm),78.650733(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4385,7 +7317,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.341926(mm),-0.64440769(mm),78.17628(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.319915(mm),2.3367419(mm),79.238122(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4394,7 +7326,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.273629(mm),0.69779627(mm),78.540976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.561853(mm),-0.22331107(mm),78.313827(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4403,7 +7335,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.047896(mm),3.2556321(mm),78.757106(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.231308(mm),0.51017718(mm),79.077419(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4412,7 +7344,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.653565(mm),0.91622634(mm),79.355618(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.741162(mm),-1.0269742(mm),78.811191(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4421,7 +7353,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.116796(mm),-1.3613282(mm),78.744957(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.507843(mm),-3.2160515(mm),78.852332(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4430,7 +7362,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.039113(mm),2.0515774(mm),78.582328(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.928275(mm),-2.0386702(mm),78.601871(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4439,7 +7371,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.870001(mm),2.7873724(mm),78.9648(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.998763(mm),-1.3501049(mm),79.118423(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4448,7 +7380,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.310282(mm),-2.0699054(mm),79.063494(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.433403(mm),0.84078356(mm),79.218112(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4457,7 +7389,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.97248(mm),-1.8897835(mm),78.41775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.888156(mm),-0.36692168(mm),78.961599(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4466,7 +7398,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.248063(mm),-0.96421645(mm),78.19283(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.616933(mm),-1.2554196(mm),78.480442(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4475,7 +7407,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.373989(mm),-2.0543506(mm),78.346953(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.37503(mm),-1.5983994(mm),78.170442(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4484,7 +7416,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.819367(mm),2.3691248(mm),78.797402(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.387135(mm),0.38417118(mm),78.697289(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4493,7 +7425,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.890577(mm),3.6824007(mm),78.784845(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.20374(mm),1.1665865(mm),79.08228(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4502,7 +7434,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.856329(mm),3.1283697(mm),79.143538(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.400695(mm),-3.1198116(mm),78.871225(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4511,7 +7443,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.609738(mm),2.1690455(mm),79.363346(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.601212(mm),-2.4686107(mm),78.483214(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4520,7 +7452,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.715243(mm),-0.42734166(mm),78.110454(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.232984(mm),0.64775399(mm),79.429778(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4529,7 +7461,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.142699(mm),1.8138577(mm),78.916716(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.116164(mm),3.0859335(mm),79.097722(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4538,7 +7470,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.964405(mm),1.8459789(mm),78.771828(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.278334(mm),-0.16560634(mm),79.245454(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4547,7 +7479,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.796208(mm),0.19718179(mm),79.154139(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.797159(mm),1.9207843(mm),78.272337(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4556,7 +7488,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.166104(mm),1.6675952(mm),78.736263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.414019(mm),-2.686833(mm),78.516222(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4565,7 +7497,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.471832(mm),0.66500841(mm),79.035008(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.72452(mm),-0.90457668(mm),79.343107(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4574,7 +7506,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.970788(mm),0.4785065(mm),79.123356(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.99397(mm),-0.33484647(mm),78.942941(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4583,7 +7515,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.697955(mm),-1.9079946(mm),78.995137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.521688(mm),0.27699809(mm),79.202545(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4592,7 +7524,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.447301(mm),2.5359492(mm),78.863007(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.523595(mm),-1.3858046(mm),79.025881(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4601,7 +7533,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.601803(mm),-1.9386603(mm),78.306783(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.339833(mm),1.6126777(mm),78.705629(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4610,7 +7542,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.14866(mm),0.0047212348(mm),78.563011(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.326862(mm),-1.1455335(mm),78.707917(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4619,7 +7551,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.94159(mm),0.83565894(mm),78.24687(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.869603(mm),0.24628434(mm),78.259563(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4628,7 +7560,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.969809(mm),1.5483871(mm),79.123529(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.073007(mm),1.3759418(mm),79.281659(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4637,7 +7569,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.099419(mm),1.4950897(mm),79.277002(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.558347(mm),-1.0033033(mm),78.314446(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4646,7 +7578,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.044406(mm),2.3857408(mm),78.405067(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.121773(mm),-2.5983333(mm),78.744079(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4655,7 +7587,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.372827(mm),-3.3648466(mm),79.052466(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.477107(mm),-1.7832873(mm),79.034078(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4664,7 +7596,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.163373(mm),-2.5699929(mm),79.089398(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.166067(mm),1.1396802(mm),79.088923(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4673,7 +7605,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.407907(mm),-0.71438354(mm),79.04628(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.374411(mm),1.0366575(mm),78.875859(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4682,267 +7614,43 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.813268(mm),2.4145216(mm),79.327458(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.893541(mm),-2.3885962(mm),78.96065(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = pi+, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -106 um -2.87 mm 1.36 cm 63.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.4642211 mm -710.20158 um 1.4365083 cm 55.995801 MeV 7.7659839 MeV 2.7861728 mm 2.7861728 mm Target Transportation - 2 15.786103 cm -29.255363 cm 39.929261 cm 55.995827 MeV8.3230375e-14 meV 1.8644612 m 1.8672474 m CaptureMgnt Decay -Track (trackID 2, parentID 1) is processed with stopping code 2 + 0 -1.05 cm -1.8 mm 5.52 cm 6.59 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.0432091 cm -1.6146911 mm 5.5174878 cm 3.6751554 MeV 2.9108834 MeV 194.58236 um 194.58236 um Target hIoni + 2 -1.0395295 cm -1.6295168 mm 5.5245666 cm 537.67966 keV 3.1374758 MeV 111.49438 um 306.07674 um Target hIoni + 3 -1.039284 cm -1.6321157 mm 5.5247358 cm 91.084321 keV 446.59534 keV 5.3449092 um 311.42165 um Target hIoni + 4 -1.0392721 cm -1.6322886 mm 5.5247251 cm 4.1633363e-08 meV 91.084321 keV 514.02765 nm 311.93568 um Target hIoni + 5 -1.0392721 cm -1.6322886 mm 5.5247251 cm 0 eV 4.1633363e-08 meV 5.4475778 fm 311.93568 um Target hIoni + 6 -1.0392721 cm -1.6322886 mm 5.5247251 cm 0 eV 0 eV 0 fm 311.93568 um Target Decay +Track (trackID 5, parentID 1) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 13, Parent ID = 2 +* G4Track Information: Particle = mu+, Track ID = 20, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 15.8 cm -29.3 cm 39.9 cm 40.9 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 24.219782 cm -11.437157 cm 67.703685 cm 40.89777 MeV2.6881641e-14 meV 58.847138 cm 58.847138 cm CaptureMgnt Transportation - 2 2.908821 cm -12.779167 cm 93.748813 cm 40.897793 MeV2.5207932e-14 meV 55.183205 cm 1.1403034 m CaptureMgnt Transportation - 3 13.453922 cm -29.396633 cm 1.2155389 m 40.897817 MeV2.6911308e-14 meV 58.91212 cm 1.7294246 m CaptureMgnt Transportation - 4 25.310327 cm -13.914426 cm 1.4952763 m 40.897841 MeV2.7074554e-14 meV 59.269506 cm 2.3221197 m CaptureMgnt Transportation - 5 4.3103221 cm -10.334915 cm 1.7563251 m 40.897864 MeV2.5265762e-14 meV 55.309857 cm 2.8752183 m CaptureMgnt Transportation - 6 17.014476 cm -28.992245 cm 2 m 40.897885 MeV2.358422e-14 meV 51.628772 cm 3.391506 m CaptureMgnt Transportation - 7 14.519818 cm -29.664728 cm 2.013832 m 40.890224 MeV 6.4746723 keV 2.9306657 cm 3.4208126 m World muIoni - 8 8.2423146 cm -31.359352 cm 2.0486979 m 40.872238 MeV 15.366324 keV 7.3780274 cm 3.4945929 m World muIoni - 9 3.9644344 cm -32.511433 cm 2.0724005 m 40.860838 MeV 9.7392474 keV 5.0245161 cm 3.5448381 m World muIoni - 10 3.7729383 cm -32.56308 cm 2.07346 m 40.860539 MeV 298.32686 eV 2.2486167 mm 3.5470867 m World muIoni - 11 3.5211966 cm -32.631111 cm 2.074854 m 40.858031 MeV 1.4244734 keV 2.9569229 mm 3.5500436 m World muIoni - 12 -9.2805902 cm -36.090982 cm 2.1456983 m 40.824761 MeV 31.042237 keV 15.034871 cm 3.7003923 m World muIoni - 13 -10.111152 cm -36.315778 cm 2.150269 m 40.818969 MeV 1.7870184 keV 9.7431053 mm 3.7101354 m World muIoni - 14 -10.163178 cm -36.329814 cm 2.1505549 m 40.814532 MeV 93.782989 eV 609.99992 um 3.7107454 m World muIoni - 15 -10.248738 cm -36.352853 cm 2.1510245 m 40.785214 MeV 91.129962 eV 1.0028 mm 3.7117482 m World muIoni - 16 -13.620054 cm -37.263538 cm 2.1695914 m 40.773461 MeV 11.752897 keV 3.955054 cm 3.7512988 m World muIoni - 17 -17.837933 cm -38.409307 cm 2.1928675 m 40.753867 MeV 14.736236 keV 4.9518788 cm 3.8008176 m World muIoni - 18 -23.070946 cm -39.839242 cm 2.2216899 m 40.739641 MeV 13.014256 keV 6.1430081 cm 3.8622476 m World muIoni - 19 -32.518634 cm -42.416473 cm 2.2735285 m 40.709831 MeV 28.739128 keV 11.080345 cm 3.9730511 m World muIoni - 20 -33.986383 cm -42.817668 cm 2.281545 m 40.707243 MeV 2.5884309 keV 1.7198481 cm 3.9902496 m World muIoni - 21 -34.354288 cm -42.918249 cm 2.2835516 m 40.704634 MeV 2.6087322 keV 4.3096993 mm 3.9945593 m World muIoni - 22 -35.413362 cm -43.207796 cm 2.2893294 m 40.701617 MeV 1.6359272 keV 1.2406884 cm 4.0069662 m World muIoni - 23 -43.035494 cm -45.283966 cm 2.3309453 m 40.59545 MeV 18.51856 keV 8.9289725 cm 4.0962559 m World muIoni - 24 -43.446974 cm -45.39773 cm 2.3332019 m 40.593407 MeV 702.28111 eV 4.8288816 mm 4.1010848 m World muIoni - 25 -46.787176 cm -46.323605 cm 2.3515258 m 40.58442 MeV 7.1215264 keV 3.9206965 cm 4.1402917 m World muIoni - 26 -47.608317 cm -46.552239 cm 2.3560239 m 40.580342 MeV 2.0815533 keV 9.6378108 mm 4.1499295 m World muIoni - 27 -56.196785 cm -48.939547 cm 2.4030742 m 40.55865 MeV 20.202994 keV 10.079624 cm 4.2507258 m World muIoni - 28 -64.930155 cm -51.372267 cm 2.4513315 m 40.535088 MeV 21.968394 keV 10.270251 cm 4.3534283 m World muIoni - 29 -70.977813 cm -53.06036 cm 2.4849679 m 40.515319 MeV 17.546164 keV 7.1230668 cm 4.424659 m World muIoni - 30 -73.260237 cm -53.697732 cm 2.4977651 m 40.503208 MeV 5.6320849 keV 2.6932122 cm 4.4515911 m World muIoni - 31 -77.679835 cm -54.928253 cm 2.5226659 m 40.489828 MeV 10.451107 keV 5.2199242 cm 4.5037903 m World muIoni - 32 -81.144128 cm -55.887413 cm 2.5422548 m 40.479643 MeV 8.8920261 keV 4.0937276 cm 4.5447276 m World muIoni - 33 -83.942072 cm -56.659784 cm 2.5579958 m 40.470839 MeV 8.8035814 keV 3.3019425 cm 4.577747 m World muIoni - 34 -84.046073 cm -56.688727 cm 2.5585805 m 40.462174 MeV 593.63419 eV 1.2277128 mm 4.5789747 m World muIoni - 35 -85.212776 cm -57.014748 cm 2.5651558 m 40.431833 MeV 2.1343272 keV 1.3783446 cm 4.5927582 m World muIoni - 36 -86.551039 cm -57.39589 cm 2.5727331 m 40.426521 MeV 3.3100451 keV 1.5844156 cm 4.6086023 m World muIoni - 37 -88.693549 cm -58.00825 cm 2.5849067 m 40.421525 MeV 3.9877152 keV 2.539156 cm 4.6339939 m World muIoni - 38 -93.883096 cm -59.492714 cm 2.614415 m 40.409031 MeV 12.494388 keV 6.1516315 cm 4.6955102 m World muIoni - 39 -96.530287 cm -60.247507 cm 2.6293281 m 40.399283 MeV 8.3643401 keV 3.1307073 cm 4.7268173 m World muIoni - 40 -97.261021 cm -60.455199 cm 2.6334405 m 40.390181 MeV 1.0490965 keV 8.6384715 mm 4.7354558 m World muIoni - 41 -1.01289 m -61.594839 cm 2.6560833 m 40.373967 MeV 11.650263 keV 4.759241 cm 4.7830482 m World muIoni - 42 -1.0401162 m -62.35893 cm 2.6713384 m 40.362868 MeV 9.778005 keV 3.2130555 cm 4.8151787 m World muIoni - 43 -1.0736649 m -63.308138 cm 2.690258 m 40.355665 MeV 7.2029837 keV 3.9668195 cm 4.8548469 m World muIoni - 44 -1.0737253 m -63.309862 cm 2.6902921 m 40.35563 MeV 34.169647 eV 71.49003 um 4.8549184 m World muIoni - 45 -1.1788882 m -66.31024 cm 2.7495951 m 40.324597 MeV 29.661706 keV 12.44042 cm 4.9793226 m World muIoni - 46 -1.2444482 m -68.176875 cm 2.7866741 m 40.133139 MeV 15.745652 keV 7.7597763 cm 5.0569204 m World muIoni - 47 -1.2842732 m -69.287987 cm 2.808995 m 40.121676 MeV 11.463377 keV 4.6986362 cm 5.1039067 m World muIoni - 48 -1.3309801 m -70.605 cm 2.8351174 m 40.10994 MeV 11.735884 keV 5.5112327 cm 5.1590191 m World muIoni - 49 -1.3834947 m -72.092887 cm 2.8646236 m 40.097278 MeV 11.431584 keV 6.2046674 cm 5.2210657 m World muIoni - 50 -1.3871325 m -72.195939 cm 2.8666713 m 40.09479 MeV 452.257 eV 4.2999279 mm 5.2253657 m World muIoni - 51 -1.3908253 m -72.300464 cm 2.86875 m 40.093024 MeV 593.0194 eV 4.3646256 mm 5.2297303 m World muIoni - 52 -1.3927995 m -72.356283 cm 2.8698609 m 40.09179 MeV 0 eV 2.3330401 mm 5.2320633 m World muIoni - 53 -1.3989044 m -72.52929 cm 2.8732977 m 40.088442 MeV 2.3181143 keV 7.2163045 mm 5.2392796 m World muIoni - 54 -1.4097364 m -72.835833 cm 2.8793919 m 40.084002 MeV 3.0262819 keV 1.2801098 cm 5.2520807 m World muIoni - 55 -1.4132107 m -72.934388 cm 2.8813396 m 40.078737 MeV 1.5103945 keV 4.1030701 mm 5.2561838 m World muIoni - 56 -1.4192998 m -73.1069 cm 2.8847529 m 40.076208 MeV 1.4465927 keV 7.1905666 mm 5.2633744 m World muIoni - 57 -1.4914671 m -75.154923 cm 2.9252165 m 40.057337 MeV 17.443259 keV 8.5234357 cm 5.3486087 m World muIoni - 58 -1.4975412 m -75.327526 cm 2.9286413 m 40.020773 MeV 1.0828638 keV 7.1835382 mm 5.3557923 m World muIoni - 59 -1.5680301 m -77.345007 cm 2.9685394 m 39.998451 MeV 18.729246 keV 8.3472098 cm 5.4392644 m World muIoni - 60 -1.6896973 m -80.802206 cm 3.0370885 m 39.961739 MeV 33.017275 keV 14.386542 cm 5.5831298 m World muIoni - 61 -1.7834112 m -83.496526 cm 3.0900686 m 39.931466 MeV 23.165227 keV 11.09738 cm 5.6941036 m World muIoni - 62 -1.8100536 m -84.246709 cm 3.1048555 m 39.916663 MeV 7.0849583 keV 3.1380809 cm 5.7254844 m World muIoni - 63 -1.8112624 m -84.28064 cm 3.1055275 m 39.915115 MeV 462.80999 eV 1.4239774 mm 5.7269084 m World muIoni - 64 -1.8351346 m -84.951723 cm 3.1188023 m 39.907699 MeV 6.2059262 keV 2.8127222 cm 5.7550356 m World muIoni - 65 -1.8507067 m -85.389893 cm 3.1274705 m 39.902255 MeV 4.0049213 keV 1.8352867 cm 5.7733885 m World muIoni - 66 -1.8543921 m -85.493123 cm 3.1295204 m 39.899798 MeV 823.35009 eV 4.3416431 mm 5.7777301 m World muIoni - 67 -2.0195683 m -90.116605 cm 3.2215303 m 39.853909 MeV 44.822458 keV 19.464596 cm 5.9723761 m World muIoni - 68 -2.046706 m -90.875191 cm 3.2365661 m 39.844207 MeV 7.9565421 keV 3.1938587 cm 6.0043146 m World muIoni - 69 -2.0640314 m -91.358251 cm 3.2462269 m 39.827695 MeV 4.710708 keV 2.0416621 cm 6.0247313 m World muIoni - 70 -2.0774193 m -91.730391 cm 3.2536755 m 39.823715 MeV 2.5929873 keV 1.5765962 cm 6.0404972 m World muIoni - 71 -2.0866435 m -91.987433 cm 3.258818 m 39.82245 MeV 1.2650891 keV 1.0869148 cm 6.0513664 m World muIoni - 72 -2.1519953 m -93.808562 cm 3.295344 m 39.802828 MeV 18.322359 keV 7.7049844 cm 6.1284162 m World muIoni - 73 -2.2836805 m -97.466934 cm 3.3691134 m 39.768886 MeV 31.057262 keV 15.531096 cm 6.2837272 m World muIoni - 74 -2.3272846 m -98.680063 cm 3.3935408 m 39.75332 MeV 13.091344 keV 5.1431338 cm 6.3351585 m World muIoni - 75 -2.3437575 m -99.138228 cm 3.4028592 m 39.746002 MeV 3.8710418 keV 1.9472574 cm 6.3546311 m World muIoni - 76 -2.375542 m -1.0002347 m 3.4208585 m 39.735454 MeV 9.2608184 keV 3.7584637 cm 6.3922157 m World muIoni - 77 -2.3967674 m -1.0061158 m 3.432893 m 39.725789 MeV 4.7766034 keV 2.5098445 cm 6.4173142 m World muIoni - 78 -2.4164042 m -1.0115391 m 3.4440876 m 39.714123 MeV 8.0782254 keV 2.3245097 cm 6.4405593 m World muIoni - 79 -2.4725133 m -1.0269581 m 3.4758846 m 39.691028 MeV 14.347116 keV 6.6310211 cm 6.5068695 m World muIoni - 80 -2.5266793 m -1.0418807 m 3.5066014 m 39.673546 MeV 16.220432 keV 6.403263 cm 6.5709021 m World muIoni - 81 -2.5421238 m -1.0461691 m 3.5153605 m 39.667053 MeV 6.4923377 keV 1.8265889 cm 6.589168 m World muIoni - 82 -2.5561734 m -1.0500811 m 3.5233504 m 39.598774 MeV 5.2623105 keV 1.6629296 cm 6.6057973 m World muIoni - 83 -2.5633372 m -1.0520585 m 3.5274435 m 39.564306 MeV 2.810122 keV 8.4843295 mm 6.6142816 m World muIoni - 84 -2.6653348 m -1.0800771 m 3.5854779 m 39.530399 MeV 31.730032 keV 12.065092 cm 6.7349326 m World muIoni - 85 -2.7425193 m -1.1010398 m 3.6298032 m 39.507984 MeV 21.202336 keV 9.1442103 cm 6.8263747 m World muIoni - 86 -2.7547435 m -1.1042483 m 3.6367645 m 39.505374 MeV 2.609887 keV 1.442859 cm 6.8408032 m World muIoni - 87 -2.7717481 m -1.1087211 m 3.6464404 m 39.499386 MeV 4.8265421 keV 2.0069532 cm 6.8608728 m World muIoni - 88 -2.8011552 m -1.1164718 m 3.6631845 m 39.490706 MeV 6.818833 keV 3.4716255 cm 6.895589 m World muIoni - 89 -2.8280657 m -1.1235901 m 3.6785023 m 39.483172 MeV 5.8344612 keV 3.1772313 cm 6.9273613 m World muIoni - 90 -2.8535252 m -1.1303419 m 3.693003 m 39.472106 MeV 7.2581119 keV 3.0067334 cm 6.9574287 m World muIoni - 91 -2.861062 m -1.1323259 m 3.6972896 m 39.469966 MeV 2.1403605 keV 8.8946691 mm 6.9663234 m World muIoni - 92 -2.8772619 m -1.1365865 m 3.7065041 m 39.461918 MeV 3.8481046 keV 1.9117924 cm 6.9854413 m World muIoni - 93 -2.9101698 m -1.1452399 m 3.7251874 m 39.44892 MeV 10.302727 keV 3.8818559 cm 7.0242598 m World muIoni - 94 -2.9808349 m -1.1638796 m 3.7652879 m 39.431628 MeV 17.291863 keV 8.3361128 cm 7.107621 m World muIoni - 95 -2.9991365 m -1.1688035 m 3.7756652 m 39.427325 MeV 3.1086668 keV 2.1607561 cm 7.1292285 m World muIoni - 96 -3.0301879 m -1.1771515 m 3.7932748 m 39.418722 MeV 7.4518818 keV 3.6660231 cm 7.1658888 m World muIoni - 97 -3.0344194 m -1.1782806 m 3.7956716 m 39.414702 MeV 673.02348 eV 4.9925012 mm 7.1708813 m World muIoni - 98 -3.0352962 m -1.1785138 m 3.796168 m 39.4118 MeV 82.749795 eV 1.0342687 mm 7.1719155 m World muIoni - 99 -3.0405257 m -1.1799087 m 3.7991282 m 39.411074 MeV 725.91985 eV 6.1689195 mm 7.1780844 m World muIoni - 100 -3.0421256 m -1.1803357 m 3.8000337 m 39.407992 MeV 777.15403 eV 1.8873443 mm 7.1799718 m World muIoni - 101 -3.16463 m -1.2130274 m 3.8694313 m 39.360548 MeV 38.823699 keV 14.454155 cm 7.3245133 m World muIoni - 102 -3.212647 m -1.2257766 m 3.8965564 m 39.343116 MeV 16.405323 keV 5.660345 cm 7.3811168 m World muIoni - 103 -3.2473485 m -1.2349071 m 3.9161862 m 39.332043 MeV 9.6879603 keV 4.0901033 cm 7.4220178 m World muIoni - 104 -3.3105327 m -1.25149 m 3.9519826 m 39.317962 MeV 14.080664 keV 7.4489171 cm 7.496507 m World muIoni - 105 -3.3223439 m -1.2546228 m 3.9586996 m 39.313245 MeV 3.1733303 keV 1.3944115 cm 7.5104511 m World muIoni - 106 -3.3242026 m -1.2551129 m 3.9597579 m 39.311925 MeV 292.24831 eV 2.1942685 mm 7.5126454 m World muIoni - 107 -3.3327965 m -1.2573819 m 3.9646496 m 39.297544 MeV 2.6914897 keV 1.0145532 cm 7.5227909 m World muIoni - 108 -3.3401524 m -1.2593119 m 3.9688341 m 39.293335 MeV 3.1001807 keV 8.6801346 mm 7.531471 m World muIoni - 109 -3.4039291 m -1.2760443 m 4.0050941 m 39.273081 MeV 20.254057 keV 7.5247865 cm 7.6067189 m World muIoni - 110 -3.4833647 m -1.2969352 m 4.0499858 m 39.255226 MeV 15.414189 keV 9.3604284 cm 7.7003232 m World muIoni - 111 -3.4977925 m -1.3008074 m 4.0581281 m 39.249754 MeV 4.3124903 keV 1.7013338 cm 7.7173365 m World muIoni - 112 -3.5099668 m -1.3041011 m 4.0650209 m 39.242504 MeV 5.3178185 keV 1.4372588 cm 7.7317091 m World muIoni - 113 -3.5160267 m -1.3057373 m 4.0684576 m 39.223978 MeV 1.6592619 keV 7.1561349 mm 7.7388652 m World muIoni - 114 -3.5408238 m -1.3124739 m 4.0825152 m 39.216139 MeV 5.7877404 keV 2.9289885 cm 7.7681551 m World muIoni - 115 -3.5789331 m -1.3228982 m 4.1041145 m 39.207424 MeV 7.1765557 keV 4.5027903 cm 7.813183 m World muIoni - 116 -3.6671295 m -1.3469578 m 4.1539509 m 39.179304 MeV 22.40466 keV 10.412111 cm 7.9173041 m World muIoni - 117 -3.692 m -1.3538133 m 4.1679031 m 39.164276 MeV 7.8621178 keV 2.9329228 cm 7.9466334 m World muIoni - 118 -3.7102688 m -1.3588521 m 4.1781493 m 39.157708 MeV 5.520952 keV 2.1543566 cm 7.9681769 m World muIoni - 119 -3.723876 m -1.3626047 m 4.185786 m 39.150687 MeV 1.4681326 keV 1.6048602 cm 7.9842255 m World muIoni - 120 -3.7643915 m -1.3736829 m 4.2084688 m 39.139416 MeV 9.18574 keV 4.7736202 cm 8.0319617 m World muIoni - 121 -3.7698036 m -1.3751494 m 4.2115082 m 39.137632 MeV 710.7844 eV 6.3780317 mm 8.0383398 m World muIoni - 122 -3.7772705 m -1.3771695 m 4.2156925 m 39.120895 MeV 1.4107689 keV 8.7945627 mm 8.0471343 m World muIoni - 123 -3.8050266 m -1.3846571 m 4.2312797 m 39.113054 MeV 7.8418947 keV 3.2702084 cm 8.0798364 m World muIoni - 124 -3.867026 m -1.4013333 m 4.266128 m 39.095081 MeV 16.358325 keV 7.3050957 cm 8.1528874 m World muIoni - 125 -3.8741654 m -1.4032345 m 4.2701699 m 39.092465 MeV 1.3970879 keV 8.4214845 mm 8.1613089 m World muIoni - 126 -3.8747449 m -1.403389 m 4.2704978 m 39.090882 MeV 18.799503 eV 683.55823 um 8.1619924 m World muIoni - 127 -3.9795885 m -1.4312913 m 4.3298203 m 39.062849 MeV 28.032868 keV 12.36527 cm 8.2856451 m World muIoni - 128 -4.087569 m -1.4605541 m 4.3902404 m 39.030117 MeV 31.135583 keV 12.714869 cm 8.4127938 m World muIoni - 129 -4.1238893 m -1.4705215 m 4.410504 m 39.02118 MeV 7.9388351 keV 4.2768353 cm 8.4555622 m World muIoni - 130 -4.1450609 m -1.476334 m 4.4223356 m 39.017 MeV 2.9957196 keV 2.4940083 cm 8.4805022 m World muIoni - 131 -4.1512472 m -1.4780235 m 4.4257971 m 39.013785 MeV 980.50838 eV 7.2874565 mm 8.4877897 m World muIoni - 132 -4.1880706 m -1.48806 m 4.4464026 m 39.003069 MeV 7.4216912 keV 4.3373773 cm 8.5311635 m World muIoni - 133 -4.2063544 m -1.4930251 m 4.4567141 m 38.996272 MeV 5.0257931 keV 2.1570251 cm 8.5527337 m World muIoni - 134 -4.2130415 m -1.4948457 m 4.4605107 m 38.993488 MeV 1.5489834 keV 7.9023138 mm 8.560636 m World muIoni - 135 -4.2291096 m -1.4992088 m 4.4696357 m 38.990341 MeV 3.1467126 keV 1.8986433 cm 8.5796225 m World muIoni - 136 -4.2827538 m -1.5138056 m 4.5000774 m 38.969417 MeV 12.441219 keV 6.3383634 cm 8.6430061 m World muIoni - 137 -4.3168015 m -1.5229908 m 4.5195119 m 38.962578 MeV 5.6812974 keV 4.0265549 cm 8.6832717 m World muIoni - 138 -4.3298975 m -1.5265138 m 4.5269116 m 38.950434 MeV 3.3219836 keV 1.5449043 cm 8.6987207 m World muIoni - 139 -4.3585009 m -1.5342035 m 4.5430915 m 38.938643 MeV 10.02399 keV 3.3750272 cm 8.732471 m World muIoni - 140 -4.3719958 m -1.537811 m 4.5506903 m 38.930908 MeV 3.4959386 keV 1.5901809 cm 8.7483728 m World muIoni - 141 -4.4133688 m -1.5489535 m 4.5739486 m 38.920393 MeV 9.1140892 keV 4.8752737 cm 8.7971255 m World muIoni - 142 -4.4239496 m -1.5518177 m 4.5799396 m 38.912039 MeV 2.0794951 keV 1.249198 cm 8.8096175 m World muIoni - 143 -4.4518113 m -1.5593646 m 4.5957267 m 38.90316 MeV 7.7617585 keV 3.2900829 cm 8.8425183 m World muIoni - 144 -4.494034 m -1.5707613 m 4.6196412 m 38.893636 MeV 9.5242976 keV 4.9845282 cm 8.8923636 m World muIoni - 145 -4.5012175 m -1.5727367 m 4.6237151 m 38.89206 MeV 1.5753577 keV 8.4912373 mm 8.9008548 m World muIoni - 146 -4.5131922 m -1.5760211 m 4.6304953 m 38.884494 MeV 2.7040479 keV 1.4147508 cm 8.9150024 m World muIoni - 147 -4.5224653 m -1.5785566 m 4.6357532 m 38.87375 MeV 2.8331476 keV 1.0957379 cm 8.9259597 m World muIoni - 148 -4.5495678 m -1.5859751 m 4.6511328 m 38.86376 MeV 8.786019 keV 3.2033096 cm 8.9579928 m World muIoni - 149 -4.5968351 m -1.5988712 m 4.6780492 m 38.844256 MeV 18.422454 keV 5.5901728 cm 9.0138946 m World muIoni - 150 -4.6100067 m -1.6024363 m 4.6855528 m 38.837873 MeV 3.6864914 keV 1.5572583 cm 9.0294671 m World muIoni - 151 -4.6998613 m -1.6267122 m 4.7366537 m 38.815867 MeV 22.005157 keV 10.618161 cm 9.1356487 m World muIoni - 152 -4.7255669 m -1.6337127 m 4.7512494 m 38.810863 MeV 5.0045895 keV 3.0377947 cm 9.1660267 m OutOfWorld Transportation -Track (trackID 13, parentID 2) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.759348417193(mm),-2.8789944458946(mm),78.80798458794(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.238832(mm),1.4045916(mm),78.547112(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.4179(mm),1.6193541(mm),78.515537(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.686072(mm),2.7764814(mm),78.468251(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.879993(mm),-3.0690945(mm),78.610385(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.232853(mm),-0.10525645(mm),78.90082(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.933853(mm),0.89816777(mm),79.306196(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.732182(mm),-0.40227837(mm),78.460121(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.598574(mm),-1.6651044(mm),79.01266(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 + 0 -1.04 cm -1.63 mm 5.52 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.0342867 cm -1.7087296 mm 5.5320148 cm 1.1061312 MeV 3.0136815 MeV 143.89929 um 143.89929 um Target muIoni + 2 -1.0332605 cm -1.7118144 mm 5.5329619 cm 75.776863 keV 1.0303543 MeV 18.671714 um 162.571 um Target muIoni + 3 -1.0332658 cm -1.7119695 mm 5.53297 cm 2.7755576e-08 meV 75.776863 keV 435.40897 nm 163.00641 um Target muIoni + 4 -1.0332658 cm -1.7119695 mm 5.53297 cm 0 eV 2.7755576e-08 meV 3.8700232 fm 163.00641 um Target muIoni + 5 -1.0332658 cm -1.7119695 mm 5.53297 cm 0 eV 0 eV 0 fm 163.00641 um Target DecayWithSpin +Track (trackID 20, parentID 5) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.617946(mm),0.60662825(mm),78.656591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.727429(mm),-0.88203641(mm),78.108305(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4951,7 +7659,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.955836(mm),1.4492651(mm),78.420685(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.087884(mm),-0.79102728(mm),78.750055(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4960,7 +7668,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.706574(mm),1.0601194(mm),78.81729(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.367284(mm),1.8947904(mm),78.877116(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4969,43 +7677,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.333804(mm),-0.079240787(mm),78.88302(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.643551(mm),1.497719(mm),78.299422(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.17 cm -84.4 um 6.97 cm 11.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.1840154 cm -276.421 um 6.9563358 cm 8.4458568 MeV 2.8767686 MeV 292.94494 um 292.94494 um Target hIoni - 2 -1.1922731 cm -428.04205 um 6.9430446 cm 5.4416791 MeV 3.0041776 MeV 226.50466 um 519.4496 um Target hIoni - 3 -1.1964247 cm -471.53701 um 6.9290638 cm 2.4523889 MeV 2.9892902 MeV 156.92142 um 676.37102 um Target hIoni - 4 -1.1970016 cm -475.15639 um 6.9247572 cm 61.815787 keV 2.3905731 MeV 45.244411 um 721.61543 um Target hIoni - 5 -1.1970021 cm -475.19824 um 6.9247444 cm 6.9388939e-09 meV 61.815787 keV 568.69382 nm 722.18412 um Target hIoni - 6 -1.1970021 cm -475.19824 um 6.9247444 cm 0 eV 6.9388939e-09 meV 5.7662837 fm 722.18412 um Target hIoni - 7 -1.1970021 cm -475.19824 um 6.9247444 cm 0 eV 0 eV 0 fm 722.18412 um Target Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 16, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.2 cm -475 um 6.92 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2006176 cm -579.50959 um 6.9270732 cm 1.267825 MeV 2.8519876 MeV 133.4438 um 133.4438 um Target muIoni - 2 -1.2012877 cm -591.07561 um 6.9271012 cm 82.183544 keV 1.1856415 MeV 16.876861 um 150.32066 um Target muIoni - 3 -1.2012969 cm -591.26619 um 6.9270931 cm 0 eV 82.183544 keV 667.95843 nm 150.98862 um Target muIoni - 4 -1.2012969 cm -591.26619 um 6.9270931 cm 0 eV 0 eV 0 fm 150.98862 um Target DecayWithSpin -Track (trackID 16, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.671024(mm),2.112696(mm),78.470905(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.682461(mm),-2.2763555(mm),78.645215(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5014,7 +7695,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.965615(mm),3.262143(mm),78.41896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.505127(mm),-0.87223056(mm),78.32383(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5023,7 +7704,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.480159(mm),-3.0144306(mm),79.03354(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.469443(mm),1.572937(mm),79.211757(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5032,7 +7713,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.597058(mm),0.49512041(mm),78.30762(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.519975(mm),1.3110084(mm),78.321212(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5041,7 +7722,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.793161(mm),2.0637205(mm),78.625696(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.521931(mm),1.7140038(mm),78.849848(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5050,7 +7731,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.497941(mm),-2.559714(mm),78.854078(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.200685(mm),-1.789603(mm),78.730165(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5059,7 +7740,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.155026(mm),0.19018434(mm),78.914543(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.205985(mm),-2.1812533(mm),79.258211(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5068,7 +7749,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.534319(mm),-1.3022803(mm),79.02399(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.87864(mm),-1.120461(mm),79.315931(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5077,7 +7758,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.98909(mm),-3.0781955(mm),79.120129(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.30221(mm),1.0128228(mm),79.064917(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5086,7 +7767,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.868019(mm),-0.31916281(mm),78.788823(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.011186(mm),3.2501781(mm),78.939906(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5095,7 +7776,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.184201(mm),3.1198124(mm),78.733072(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.992255(mm),1.5686767(mm),79.119571(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5104,7 +7785,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.754321(mm),1.6258731(mm),78.456217(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.711767(mm),1.3757195(mm),79.169028(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5113,7 +7794,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.533128(mm),2.9370674(mm),78.847873(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.839374(mm),0.07057745(mm),78.793874(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5122,7 +7803,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.089426(mm),1.2736684(mm),78.573456(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.891789(mm),3.7844542(mm),78.784632(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5131,7 +7812,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.213012(mm),1.5656647(mm),79.080645(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.64346(mm),-2.0673184(mm),78.652092(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5140,7 +7821,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.712137(mm),-3.1782877(mm),78.463655(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.454587(mm),-0.56372051(mm),79.390703(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5149,7 +7830,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.968976(mm),0.58407578(mm),78.594695(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.710357(mm),3.0482793(mm),78.640296(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5158,7 +7839,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.188061(mm),-2.636398(mm),79.261372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.886399(mm),-0.21724062(mm),79.314563(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5167,7 +7848,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.450745(mm),2.0000925(mm),79.038727(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.230521(mm),3.1321837(mm),78.724904(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5176,7 +7857,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.621743(mm),-2.4336104(mm),78.479594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.695591(mm),1.2595364(mm),79.348208(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5185,7 +7866,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.048155(mm),2.7105573(mm),78.404406(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.608917(mm),2.1067946(mm),78.305529(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5194,7 +7875,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.197408(mm),1.1141401(mm),78.90707(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.924611(mm),0.036603672(mm),78.249863(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5203,7 +7884,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.311703(mm),0.67780086(mm),79.063244(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.387001(mm),2.2448581(mm),78.520986(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5212,7 +7893,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.415577(mm),-3.5538952(mm),78.692274(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.530319(mm),-0.29153083(mm),78.848369(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5221,7 +7902,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.209116(mm),-0.81745942(mm),78.905005(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.165161(mm),0.42961721(mm),78.383775(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5230,7 +7911,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.925757(mm),-1.5382757(mm),79.307623(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.449709(mm),-3.5528134(mm),79.038909(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5239,7 +7920,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.697537(mm),2.3338729(mm),78.995211(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.931635(mm),-1.3288824(mm),78.248625(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5248,7 +7929,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.419991(mm),2.3425384(mm),78.691495(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-9.9902767(mm),-0.069777513(mm),79.472574(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5257,7 +7938,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.867249(mm),-2.8204408(mm),79.141613(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.594527(mm),0.46625011(mm),78.308066(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5266,7 +7947,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.075269(mm),1.6988274(mm),78.399625(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.487104(mm),0.84742349(mm),79.38497(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5275,7 +7956,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.569783(mm),2.4501328(mm),78.488756(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.574625(mm),-0.2236741(mm),78.487902(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5284,7 +7965,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.273342(mm),-0.4264217(mm),78.3647(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.260743(mm),-2.752147(mm),78.719575(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5293,7 +7974,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.454354(mm),-0.2278855(mm),79.03809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.869752(mm),3.6637258(mm),78.788518(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5302,7 +7983,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.884211(mm),-0.56061471(mm),78.962295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.772695(mm),-0.92497123(mm),78.27665(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5311,7 +7992,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.984564(mm),2.2314656(mm),78.239292(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.234033(mm),0.10454475(mm),79.429593(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5320,7 +8001,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.197114(mm),3.1535703(mm),79.083449(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.732788(mm),-0.14527048(mm),78.460014(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5329,7 +8010,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.685035(mm),-2.6934729(mm),79.173742(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.801406(mm),-2.5931335(mm),78.800569(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5338,7 +8019,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.912001(mm),-2.0206429(mm),78.957395(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.124942(mm),1.8526784(mm),78.21454(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5347,7 +8028,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.270158(mm),-0.72483712(mm),78.541588(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.052667(mm),0.70462426(mm),78.756265(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5356,7 +8037,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.26691(mm),2.1898833(mm),78.894815(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.068949(mm),-3.2897799(mm),79.106048(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5365,7 +8046,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.442162(mm),-0.79931723(mm),79.216567(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.743912(mm),-0.42776734(mm),79.339687(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5374,7 +8055,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.364946(mm),0.6668858(mm),78.877528(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.305588(mm),-3.1490731(mm),78.535341(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5383,7 +8064,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.00278(mm),3.0914255(mm),78.588734(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.997402(mm),1.6118483(mm),78.589682(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5392,7 +8073,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.503861(mm),3.4743755(mm),78.853034(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.992733(mm),-2.536133(mm),78.766833(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5401,7 +8082,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.084705(mm),1.2576558(mm),79.279596(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.143321(mm),-3.3841066(mm),79.092934(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5410,7 +8091,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.839889(mm),0.26143896(mm),78.441129(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.093662(mm),3.2842844(mm),78.396382(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5419,7 +8100,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.556854(mm),1.6756416(mm),79.196344(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.171195(mm),-0.92447447(mm),79.264346(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5428,7 +8109,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.508721(mm),-3.344086(mm),78.852177(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.290808(mm),-3.4837208(mm),78.890601(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5437,7 +8118,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.486593(mm),1.6312879(mm),79.38506(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.741033(mm),-1.9393111(mm),78.282233(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5446,7 +8127,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.359261(mm),1.5067362(mm),78.173223(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.855346(mm),-0.6603144(mm),78.262077(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5455,42 +8136,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.516143(mm),2.6260022(mm),78.850868(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.619776(mm),-2.2038859(mm),79.008922(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.22 cm 2.62 mm 7.12 cm 8.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2181817 cm 2.650713 mm 7.0970707 cm 5.6648507 MeV 2.8354546 MeV 227.7153 um 227.7153 um Target hIoni - 2 -1.2169298 cm 2.6326208 mm 7.0814235 cm 2.5645534 MeV 3.1002973 MeV 162.73585 um 390.45115 um Target hIoni - 3 -1.2163244 cm 2.6096877 mm 7.0773296 cm 139.4776 keV 2.4250757 MeV 49.103069 um 439.55421 um Target hIoni - 4 -1.2163119 cm 2.609631 mm 7.077285 cm 15.252868 keV 124.22474 keV 909.47684 nm 440.46369 um Target hIoni - 5 -1.2163113 cm 2.609638 mm 7.0772856 cm 0 eV 15.252868 keV 270.96457 nm 440.73466 um Target hIoni - 6 -1.2163113 cm 2.609638 mm 7.0772856 cm 0 eV 0 eV 0 fm 440.73466 um Target Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 11, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.22 cm 2.61 mm 7.08 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2177476 cm 2.6043671 mm 7.0884772 cm 998.38722 keV 3.1214254 MeV 133.4438 um 133.4438 um Target muIoni - 2 -1.2173944 cm 2.6098659 mm 7.0890808 cm 3.3306691e-07 meV 998.38722 keV 10.959941 um 144.40374 um Target muIoni - 3 -1.2173944 cm 2.6098659 mm 7.0890808 cm 0 eV 3.3306691e-07 meV 39.949985 fm 144.40374 um Target muIoni - 4 -1.2173944 cm 2.6098659 mm 7.0890808 cm 0 eV 0 eV 0 fm 144.40374 um Target DecayWithSpin -Track (trackID 11, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.336862(mm),0.91434036(mm),79.235134(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.279864(mm),-0.8282958(mm),78.716204(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5499,7 +8154,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.686016(mm),3.4744915(mm),78.820915(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.066484(mm),-1.1607277(mm),79.282809(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5508,7 +8163,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.205885(mm),-0.41358865(mm),78.729248(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.617101(mm),-0.64688487(mm),79.185721(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5517,7 +8172,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.945867(mm),-2.1816432(mm),78.598769(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.887975(mm),1.0354312(mm),79.137958(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5526,7 +8181,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.102858(mm),-2.3223999(mm),78.747415(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.409338(mm),0.4404743(mm),78.517047(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5535,7 +8190,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.921536(mm),2.2719911(mm),78.955713(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.200816(mm),-1.3947744(mm),78.553815(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5544,7 +8199,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.030146(mm),-3.3239191(mm),78.583909(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.115889(mm),1.636211(mm),79.097771(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5553,7 +8208,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.214275(mm),0.92994479(mm),78.375115(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.5717(mm),0.19987738(mm),79.193726(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5562,49 +8217,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.017884(mm),-0.012402932(mm),78.409744(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.486954(mm),0.84481408(mm),78.327034(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.62 mm -276 um 4.43 cm 38.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.9125 mm -564.01754 um 4.5420712 cm 33.692819 MeV 5.1926223 MeV 1.3596857 mm 1.3596857 mm Target hIoni - 2 -8.5641576 mm -976.01484 um 4.6374808 cm 28.471129 MeV 5.2216904 MeV 1.1048061 mm 2.4644918 mm Target hIoni - 3 -8.2363513 mm -1.4345021 mm 4.7029223 cm 24.622213 MeV 3.8489158 MeV 870.92251 um 3.3354143 mm Target hIoni - 4 -8.0198012 mm -1.8453214 mm 4.75638 cm 20.525979 MeV 4.0962338 MeV 714.40965 um 4.049824 mm Target hIoni - 5 -7.7552749 mm -2.1382704 mm 4.7959045 cm 16.785652 MeV 3.740327 MeV 563.97804 um 4.613802 mm Target hIoni - 6 -7.4896875 mm -2.2814637 mm 4.8275767 cm 13.814278 MeV 2.971374 MeV 442.19 um 5.055992 mm Target hIoni - 7 -7.2253435 mm -2.3576505 mm 4.8495953 cm 11.01152 MeV 2.8027576 MeV 356.76365 um 5.4127557 mm Target hIoni - 8 -7.051309 mm -2.4563804 mm 4.869351 cm 8.0188196 MeV 2.9927008 MeV 285.43859 um 5.6981943 mm Target hIoni - 9 -6.9510726 mm -2.5764783 mm 4.8837509 cm 5.0476892 MeV 2.9711304 MeV 217.03351 um 5.9152278 mm Target hIoni - 10 -6.9129132 mm -2.667939 mm 4.893821 cm 1.8779057 MeV 3.1697835 MeV 145.99013 um 6.0612179 mm Target hIoni - 11 -6.9215737 mm -2.6810381 mm 4.8959089 cm 11.183287 keV 1.8667224 MeV 27.76066 um 6.0889786 mm Target hIoni - 12 -6.9215765 mm -2.6810429 mm 4.8959092 cm 0 eV 11.183287 keV 231.57887 nm 6.0892102 mm Target hIoni - 13 -6.9215765 mm -2.6810429 mm 4.8959092 cm 0 eV 0 eV 0 fm 6.0892102 mm Target Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 17, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.92 mm -2.68 mm 4.9 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.9549548 mm -2.5733458 mm 4.8995498 cm 1.1534108 MeV 2.9664019 MeV 133.4438 um 133.4438 um Target muIoni - 2 -6.9608269 mm -2.5630128 mm 4.8996063 cm 18.753352 keV 1.1346574 MeV 14.216324 um 147.66013 um Target muIoni - 3 -6.9608367 mm -2.5630006 mm 4.8996068 cm 0 eV 18.753352 keV 301.29734 nm 147.96142 um Target muIoni - 4 -6.9608367 mm -2.5630006 mm 4.8996068 cm 0 eV 0 eV 0 fm 147.96142 um Target DecayWithSpin -Track (trackID 17, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.250655(mm),3.6024657(mm),78.897681(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.530866(mm),3.5289555(mm),78.495618(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5613,7 +8235,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.097223(mm),-2.7510413(mm),79.101062(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.627514(mm),1.0657696(mm),78.30225(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5622,7 +8244,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.693925(mm),-0.89519166(mm),78.29054(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.583454(mm),-1.0682714(mm),78.662673(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5631,7 +8253,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.700932(mm),2.3617913(mm),78.641958(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.169506(mm),0.064499837(mm),78.735663(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5640,7 +8262,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.491512(mm),-1.3220902(mm),78.149903(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.456511(mm),3.2549586(mm),78.861383(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5649,7 +8271,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.69203(mm),2.0876497(mm),78.467201(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.970379(mm),-1.5641058(mm),78.41812(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5658,7 +8280,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.871201(mm),-2.6229424(mm),78.435608(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.679682(mm),-3.2087621(mm),78.469378(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5667,7 +8289,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.521395(mm),0.80460053(mm),79.202596(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.509459(mm),-0.92406103(mm),79.381028(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5676,7 +8298,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.954961(mm),-0.69778037(mm),78.244512(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.875408(mm),-1.6976117(mm),78.434866(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5685,7 +8307,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.181506(mm),1.1252508(mm),79.262528(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.201752(mm),-0.164939(mm),79.082631(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5694,5912 +8316,2708 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.452818(mm),1.2843856(mm),79.391015(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.454526(mm),0.21310642(mm),78.861733(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.454254(mm),-0.52927927(mm),79.390762(mm),0(nsec)) -1 primary tracks are passed to the stack. + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.25 cm 211 um 7.36 cm 59.2 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3519463 cm -2.0658969 mm 7.4233233 cm 51.840859 MeV 7.3774411 MeV 2.5676228 mm 2.5676228 mm Target hIoni + 2 -1.4397281 cm -3.8180202 mm 7.4782097 cm 45.014014 MeV 6.8268451 MeV 2.0496395 mm 4.6172623 mm Target Transportation + 3 -1.4745438 cm -4.7176915 mm 7.5045489 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.6172623 mm CaptureMgnt StepLimiter + 4 -1.509917 cm -5.6151854 mm 7.5308881 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.6172623 mm CaptureMgnt StepLimiter + 5 -1.5458464 cm -6.5104673 mm 7.5572273 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.6172623 mm CaptureMgnt StepLimiter + 6 -1.5823305 cm -7.4035027 mm 7.5835665 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.6172623 mm CaptureMgnt StepLimiter + 7 -1.6193681 cm -8.2942572 mm 7.6099057 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.6172623 mm CaptureMgnt StepLimiter + 8 -1.6569576 cm -9.1826966 mm 7.6362449 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0617262 cm CaptureMgnt StepLimiter + 9 -1.6950976 cm -1.0068787 cm 7.6625841 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1617262 cm CaptureMgnt StepLimiter + 10 -1.7337867 cm -1.0952493 cm 7.6889233 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2617262 cm CaptureMgnt StepLimiter + 11 -1.7730233 cm -1.1833782 cm 7.7152625 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3617262 cm CaptureMgnt StepLimiter + 12 -1.812806 cm -1.271262 cm 7.7416017 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4617262 cm CaptureMgnt StepLimiter + 13 -1.8531331 cm -1.3588972 cm 7.7679409 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5617262 cm CaptureMgnt StepLimiter + 14 -1.8940033 cm -1.4462806 cm 7.7942801 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6617262 cm CaptureMgnt StepLimiter + 15 -1.9354148 cm -1.5334087 cm 7.8206193 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7617262 cm CaptureMgnt StepLimiter + 16 -1.9773661 cm -1.6202781 cm 7.8469585 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8617262 cm CaptureMgnt StepLimiter + 17 -2.0198556 cm -1.7068857 cm 7.8732977 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9617262 cm CaptureMgnt StepLimiter + 18 -2.0628816 cm -1.7932279 cm 7.8996369 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0617262 cm CaptureMgnt StepLimiter + 19 -2.1064425 cm -1.8793015 cm 7.9259761 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1617262 cm CaptureMgnt StepLimiter + 20 -2.1505366 cm -1.9651031 cm 7.9523153 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2617262 cm CaptureMgnt StepLimiter + 21 -2.1951622 cm -2.0506296 cm 7.9786545 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3617262 cm CaptureMgnt StepLimiter + 22 -2.2403176 cm -2.1358775 cm 8.0049937 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4617262 cm CaptureMgnt StepLimiter + 23 -2.2860011 cm -2.2208436 cm 8.0313329 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5617262 cm CaptureMgnt StepLimiter + 24 -2.3322109 cm -2.3055246 cm 8.0576721 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6617262 cm CaptureMgnt StepLimiter + 25 -2.3789451 cm -2.3899173 cm 8.0840113 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.7617262 cm CaptureMgnt StepLimiter + 26 -2.4262021 cm -2.4740184 cm 8.1103505 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.8617262 cm CaptureMgnt StepLimiter + 27 -2.47398 cm -2.5578246 cm 8.1366897 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.9617262 cm CaptureMgnt StepLimiter + 28 -2.522277 cm -2.6413328 cm 8.1630289 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.0617262 cm CaptureMgnt StepLimiter + 29 -2.5710911 cm -2.7245398 cm 8.1893681 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.1617262 cm CaptureMgnt StepLimiter + 30 -2.6204206 cm -2.8074423 cm 8.2157073 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.2617262 cm CaptureMgnt StepLimiter + 31 -2.6702635 cm -2.8900371 cm 8.2420465 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.3617262 cm CaptureMgnt StepLimiter + 32 -2.7206179 cm -2.972321 cm 8.2683857 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.4617262 cm CaptureMgnt StepLimiter + 33 -2.7714818 cm -3.054291 cm 8.2947249 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.5617262 cm CaptureMgnt StepLimiter + 34 -2.8228534 cm -3.1359438 cm 8.3210641 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.6617262 cm CaptureMgnt StepLimiter + 35 -2.8747306 cm -3.2172763 cm 8.3474033 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.7617262 cm CaptureMgnt StepLimiter + 36 -2.9271114 cm -3.2982854 cm 8.3737425 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.8617262 cm CaptureMgnt StepLimiter + 37 -2.9799938 cm -3.3789679 cm 8.4000817 cm 45.014014 MeV4.9322449e-17 meV 1 mm 3.9617262 cm CaptureMgnt StepLimiter + 38 -3.0333758 cm -3.4593207 cm 8.4264209 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.0617262 cm CaptureMgnt StepLimiter + 39 -3.0872553 cm -3.5393408 cm 8.4527601 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.1617262 cm CaptureMgnt StepLimiter + 40 -3.1416303 cm -3.619025 cm 8.4790993 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.2617262 cm CaptureMgnt StepLimiter + 41 -3.1964987 cm -3.6983703 cm 8.5054385 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.3617262 cm CaptureMgnt StepLimiter + 42 -3.2518582 cm -3.7773737 cm 8.5317777 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.4617262 cm CaptureMgnt StepLimiter + 43 -3.3077069 cm -3.8560321 cm 8.5581169 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.5617262 cm CaptureMgnt StepLimiter + 44 -3.3640426 cm -3.9343424 cm 8.5844561 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.6617262 cm CaptureMgnt StepLimiter + 45 -3.420863 cm -4.0123018 cm 8.6107953 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.7617262 cm CaptureMgnt StepLimiter + 46 -3.4781661 cm -4.089907 cm 8.6371345 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.8617262 cm CaptureMgnt StepLimiter + 47 -3.5359495 cm -4.1671552 cm 8.6634737 cm 45.014014 MeV4.9322449e-17 meV 1 mm 4.9617262 cm CaptureMgnt StepLimiter + 48 -3.5942112 cm -4.2440435 cm 8.6898129 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.0617262 cm CaptureMgnt StepLimiter + 49 -3.6529487 cm -4.3205687 cm 8.7161521 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.1617262 cm CaptureMgnt StepLimiter + 50 -3.71216 cm -4.3967281 cm 8.7424913 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.2617262 cm CaptureMgnt StepLimiter + 51 -3.7718426 cm -4.4725186 cm 8.7688305 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.3617262 cm CaptureMgnt StepLimiter + 52 -3.8319943 cm -4.5479373 cm 8.7951697 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.4617262 cm CaptureMgnt StepLimiter + 53 -3.8926128 cm -4.6229814 cm 8.8215088 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.5617262 cm CaptureMgnt StepLimiter + 54 -3.9536958 cm -4.6976479 cm 8.847848 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.6617262 cm CaptureMgnt StepLimiter + 55 -4.0152408 cm -4.771934 cm 8.8741872 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.7617262 cm CaptureMgnt StepLimiter + 56 -4.0772456 cm -4.8458368 cm 8.9005264 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.8617262 cm CaptureMgnt StepLimiter + 57 -4.1397077 cm -4.9193535 cm 8.9268656 cm 45.014014 MeV4.9322449e-17 meV 1 mm 5.9617262 cm CaptureMgnt StepLimiter + 58 -4.2026247 cm -4.9924812 cm 8.9532048 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.0617262 cm CaptureMgnt StepLimiter + 59 -4.2659943 cm -5.0652172 cm 8.979544 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.1617262 cm CaptureMgnt StepLimiter + 60 -4.3298139 cm -5.1375585 cm 9.0058832 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.2617262 cm CaptureMgnt StepLimiter + 61 -4.3940812 cm -5.2095025 cm 9.0322224 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.3617262 cm CaptureMgnt StepLimiter + 62 -4.4587935 cm -5.2810464 cm 9.0585616 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.4617262 cm CaptureMgnt StepLimiter + 63 -4.5239486 cm -5.3521874 cm 9.0849008 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.5617262 cm CaptureMgnt StepLimiter + 64 -4.5895437 cm -5.4229227 cm 9.11124 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.6617262 cm CaptureMgnt StepLimiter + 65 -4.6555765 cm -5.4932497 cm 9.1375792 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.7617262 cm CaptureMgnt StepLimiter + 66 -4.7220444 cm -5.5631657 cm 9.1639184 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.8617262 cm CaptureMgnt StepLimiter + 67 -4.7889448 cm -5.6326679 cm 9.1902576 cm 45.014014 MeV4.9322449e-17 meV 1 mm 6.9617262 cm CaptureMgnt StepLimiter + 68 -4.8562751 cm -5.7017537 cm 9.2165968 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.0617262 cm CaptureMgnt StepLimiter + 69 -4.9240327 cm -5.7704204 cm 9.242936 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.1617262 cm CaptureMgnt StepLimiter + 70 -4.9922151 cm -5.8386653 cm 9.2692752 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.2617262 cm CaptureMgnt StepLimiter + 71 -5.0608197 cm -5.906486 cm 9.2956144 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.3617262 cm CaptureMgnt StepLimiter + 72 -5.1298437 cm -5.9738796 cm 9.3219536 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.4617262 cm CaptureMgnt StepLimiter + 73 -5.1992845 cm -6.0408437 cm 9.3482928 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.5617262 cm CaptureMgnt StepLimiter + 74 -5.2691394 cm -6.1073757 cm 9.374632 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.6617262 cm CaptureMgnt StepLimiter + 75 -5.3394058 cm -6.173473 cm 9.4009712 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.7617262 cm CaptureMgnt StepLimiter + 76 -5.410081 cm -6.239133 cm 9.4273104 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.8617262 cm CaptureMgnt StepLimiter + 77 -5.4811622 cm -6.3043532 cm 9.4536496 cm 45.014014 MeV4.9322449e-17 meV 1 mm 7.9617262 cm CaptureMgnt StepLimiter + 78 -5.5526467 cm -6.3691312 cm 9.4799888 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.0617262 cm CaptureMgnt StepLimiter + 79 -5.6245317 cm -6.4334644 cm 9.506328 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.1617262 cm CaptureMgnt StepLimiter + 80 -5.6968145 cm -6.4973504 cm 9.5326672 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.2617262 cm CaptureMgnt StepLimiter + 81 -5.7694922 cm -6.5607866 cm 9.5590064 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.3617262 cm CaptureMgnt StepLimiter + 82 -5.8425622 cm -6.6237707 cm 9.5853456 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.4617262 cm CaptureMgnt StepLimiter + 83 -5.9160216 cm -6.6863002 cm 9.6116848 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.5617262 cm CaptureMgnt StepLimiter + 84 -5.9898675 cm -6.7483727 cm 9.638024 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.6617262 cm CaptureMgnt StepLimiter + 85 -6.0640971 cm -6.8099859 cm 9.6643632 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.7617262 cm CaptureMgnt StepLimiter + 86 -6.1387076 cm -6.8711373 cm 9.6907024 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.8617262 cm CaptureMgnt StepLimiter + 87 -6.213696 cm -6.9318246 cm 9.7170416 cm 45.014014 MeV4.9322449e-17 meV 1 mm 8.9617262 cm CaptureMgnt StepLimiter + 88 -6.2890595 cm -6.9920455 cm 9.7433808 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.0617262 cm CaptureMgnt StepLimiter + 89 -6.3647953 cm -7.0517976 cm 9.76972 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.1617262 cm CaptureMgnt StepLimiter + 90 -6.4409003 cm -7.1110787 cm 9.7960592 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.2617262 cm CaptureMgnt StepLimiter + 91 -6.5173716 cm -7.1698864 cm 9.8223984 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.3617262 cm CaptureMgnt StepLimiter + 92 -6.5942064 cm -7.2282185 cm 9.8487376 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.4617262 cm CaptureMgnt StepLimiter + 93 -6.6714016 cm -7.2860728 cm 9.8750768 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.5617262 cm CaptureMgnt StepLimiter + 94 -6.7489542 cm -7.3434471 cm 9.901416 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.6617262 cm CaptureMgnt StepLimiter + 95 -6.8268614 cm -7.400339 cm 9.9277552 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.7617262 cm CaptureMgnt StepLimiter + 96 -6.90512 cm -7.4567464 cm 9.9540944 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.8617262 cm CaptureMgnt StepLimiter + 97 -6.9837272 cm -7.5126673 cm 9.9804336 cm 45.014014 MeV4.9322449e-17 meV 1 mm 9.9617262 cm CaptureMgnt StepLimiter + 98 -7.0626797 cm -7.5680993 cm 10.006773 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.061726 cm CaptureMgnt StepLimiter + 99 -7.1419747 cm -7.6230404 cm 10.033112 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.161726 cm CaptureMgnt StepLimiter + 100 -7.221609 cm -7.6774884 cm 10.059451 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.261726 cm CaptureMgnt StepLimiter + 101 -7.3015796 cm -7.7314413 cm 10.08579 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.361726 cm CaptureMgnt StepLimiter + 102 -7.3818835 cm -7.784897 cm 10.11213 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.461726 cm CaptureMgnt StepLimiter + 103 -7.4625174 cm -7.8378534 cm 10.138469 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.561726 cm CaptureMgnt StepLimiter + 104 -7.5434784 cm -7.8903085 cm 10.164808 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.661726 cm CaptureMgnt StepLimiter + 105 -7.6247633 cm -7.9422603 cm 10.191147 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.761726 cm CaptureMgnt StepLimiter + 106 -7.7063689 cm -7.9937067 cm 10.217486 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.861726 cm CaptureMgnt StepLimiter + 107 -7.7882922 cm -8.0446459 cm 10.243826 cm 45.014014 MeV4.9322449e-17 meV 1 mm 10.961726 cm CaptureMgnt StepLimiter + 108 -7.87053 cm -8.0950757 cm 10.270165 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.061726 cm CaptureMgnt StepLimiter + 109 -7.953079 cm -8.1449943 cm 10.296504 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.161726 cm CaptureMgnt StepLimiter + 110 -8.0359362 cm -8.1943998 cm 10.322843 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.261726 cm CaptureMgnt StepLimiter + 111 -8.1190983 cm -8.2432903 cm 10.349182 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.361726 cm CaptureMgnt StepLimiter + 112 -8.2025622 cm -8.2916638 cm 10.375522 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.461726 cm CaptureMgnt StepLimiter + 113 -8.2863246 cm -8.3395185 cm 10.401861 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.561726 cm CaptureMgnt StepLimiter + 114 -8.3703823 cm -8.3868526 cm 10.4282 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.661726 cm CaptureMgnt StepLimiter + 115 -8.4547321 cm -8.4336643 cm 10.454539 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.761726 cm CaptureMgnt StepLimiter + 116 -8.5393707 cm -8.4799517 cm 10.480878 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.861726 cm CaptureMgnt StepLimiter + 117 -8.6242949 cm -8.5257131 cm 10.507218 cm 45.014014 MeV4.9322449e-17 meV 1 mm 11.961726 cm CaptureMgnt StepLimiter + 118 -8.7095013 cm -8.5709467 cm 10.533557 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.061726 cm CaptureMgnt StepLimiter + 119 -8.7949868 cm -8.6156507 cm 10.559896 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.161726 cm CaptureMgnt StepLimiter + 120 -8.880748 cm -8.6598235 cm 10.586235 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.261726 cm CaptureMgnt StepLimiter + 121 -8.9667816 cm -8.7034634 cm 10.612574 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.361726 cm CaptureMgnt StepLimiter + 122 -9.0530843 cm -8.7465686 cm 10.638914 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.461726 cm CaptureMgnt StepLimiter + 123 -9.1396528 cm -8.7891375 cm 10.665253 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.561726 cm CaptureMgnt StepLimiter + 124 -9.2264837 cm -8.8311684 cm 10.691592 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.661726 cm CaptureMgnt StepLimiter + 125 -9.3135738 cm -8.8726599 cm 10.717931 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.761726 cm CaptureMgnt StepLimiter + 126 -9.4009196 cm -8.9136101 cm 10.74427 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.861726 cm CaptureMgnt StepLimiter + 127 -9.4885178 cm -8.9540177 cm 10.77061 cm 45.014014 MeV4.9322449e-17 meV 1 mm 12.961726 cm CaptureMgnt StepLimiter + 128 -9.5763651 cm -8.9938809 cm 10.796949 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.061726 cm CaptureMgnt StepLimiter + 129 -9.664458 cm -9.0331984 cm 10.823288 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.161726 cm CaptureMgnt StepLimiter + 130 -9.7527931 cm -9.0719685 cm 10.849627 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.261726 cm CaptureMgnt StepLimiter + 131 -9.8413671 cm -9.1101897 cm 10.875966 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.361726 cm CaptureMgnt StepLimiter + 132 -9.9301765 cm -9.1478607 cm 10.902306 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.461726 cm CaptureMgnt StepLimiter + 133 -10.019218 cm -9.18498 cm 10.928645 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.561726 cm CaptureMgnt StepLimiter + 134 -10.108488 cm -9.221546 cm 10.954984 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.661726 cm CaptureMgnt StepLimiter + 135 -10.197983 cm -9.2575575 cm 10.981323 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.761726 cm CaptureMgnt StepLimiter + 136 -10.2877 cm -9.293013 cm 11.007662 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.861726 cm CaptureMgnt StepLimiter + 137 -10.377635 cm -9.3279112 cm 11.034002 cm 45.014014 MeV4.9322449e-17 meV 1 mm 13.961726 cm CaptureMgnt StepLimiter + 138 -10.467785 cm -9.3622507 cm 11.060341 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.061726 cm CaptureMgnt StepLimiter + 139 -10.558146 cm -9.3960303 cm 11.08668 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.161726 cm CaptureMgnt StepLimiter + 140 -10.648716 cm -9.4292485 cm 11.113019 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.261726 cm CaptureMgnt StepLimiter + 141 -10.739489 cm -9.4619041 cm 11.139358 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.361726 cm CaptureMgnt StepLimiter + 142 -10.830463 cm -9.4939959 cm 11.165698 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.461726 cm CaptureMgnt StepLimiter + 143 -10.921635 cm -9.5255226 cm 11.192037 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.561726 cm CaptureMgnt StepLimiter + 144 -11.013001 cm -9.5564831 cm 11.218376 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.661726 cm CaptureMgnt StepLimiter + 145 -11.104557 cm -9.5868761 cm 11.244715 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.761726 cm CaptureMgnt StepLimiter + 146 -11.196299 cm -9.6167004 cm 11.271054 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.861726 cm CaptureMgnt StepLimiter + 147 -11.288225 cm -9.6459549 cm 11.297394 cm 45.014014 MeV4.9322449e-17 meV 1 mm 14.961726 cm CaptureMgnt StepLimiter + 148 -11.380331 cm -9.6746385 cm 11.323733 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.061726 cm CaptureMgnt StepLimiter + 149 -11.472613 cm -9.7027501 cm 11.350072 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.161726 cm CaptureMgnt StepLimiter + 150 -11.565068 cm -9.7302886 cm 11.376411 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.261726 cm CaptureMgnt StepLimiter + 151 -11.657691 cm -9.7572529 cm 11.40275 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.361726 cm CaptureMgnt StepLimiter + 152 -11.75048 cm -9.783642 cm 11.42909 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.461726 cm CaptureMgnt StepLimiter + 153 -11.843432 cm -9.8094549 cm 11.455429 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.561726 cm CaptureMgnt StepLimiter + 154 -11.936541 cm -9.8346906 cm 11.481768 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.661726 cm CaptureMgnt StepLimiter + 155 -12.029805 cm -9.8593481 cm 11.508107 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.761726 cm CaptureMgnt StepLimiter + 156 -12.123221 cm -9.8834265 cm 11.534446 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.861726 cm CaptureMgnt StepLimiter + 157 -12.216784 cm -9.9069248 cm 11.560786 cm 45.014014 MeV4.9322449e-17 meV 1 mm 15.961726 cm CaptureMgnt StepLimiter + 158 -12.310491 cm -9.9298421 cm 11.587125 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.061726 cm CaptureMgnt StepLimiter + 159 -12.404338 cm -9.9521776 cm 11.613464 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.161726 cm CaptureMgnt StepLimiter + 160 -12.498323 cm -9.9739303 cm 11.639803 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.261726 cm CaptureMgnt StepLimiter + 161 -12.59244 cm -9.9950996 cm 11.666142 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.361726 cm CaptureMgnt StepLimiter + 162 -12.686687 cm -10.015684 cm 11.692482 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.461726 cm CaptureMgnt StepLimiter + 163 -12.78106 cm -10.035684 cm 11.718821 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.561726 cm CaptureMgnt StepLimiter + 164 -12.875555 cm -10.055098 cm 11.74516 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.661726 cm CaptureMgnt StepLimiter + 165 -12.970169 cm -10.073925 cm 11.771499 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.761726 cm CaptureMgnt StepLimiter + 166 -13.064897 cm -10.092165 cm 11.797838 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.861726 cm CaptureMgnt StepLimiter + 167 -13.159737 cm -10.109816 cm 11.824178 cm 45.014014 MeV4.9322449e-17 meV 1 mm 16.961726 cm CaptureMgnt StepLimiter + 168 -13.254685 cm -10.126879 cm 11.850517 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.061726 cm CaptureMgnt StepLimiter + 169 -13.349737 cm -10.143353 cm 11.876856 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.161726 cm CaptureMgnt StepLimiter + 170 -13.444889 cm -10.159236 cm 11.903195 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.261726 cm CaptureMgnt StepLimiter + 171 -13.540138 cm -10.174529 cm 11.929534 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.361726 cm CaptureMgnt StepLimiter + 172 -13.63548 cm -10.18923 cm 11.955874 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.461726 cm CaptureMgnt StepLimiter + 173 -13.730911 cm -10.20334 cm 11.982213 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.561726 cm CaptureMgnt StepLimiter + 174 -13.826428 cm -10.216857 cm 12.008552 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.661726 cm CaptureMgnt StepLimiter + 175 -13.922027 cm -10.229781 cm 12.034891 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.761726 cm CaptureMgnt StepLimiter + 176 -14.017705 cm -10.242112 cm 12.06123 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.861726 cm CaptureMgnt StepLimiter + 177 -14.113457 cm -10.253849 cm 12.08757 cm 45.014014 MeV4.9322449e-17 meV 1 mm 17.961726 cm CaptureMgnt StepLimiter + 178 -14.20928 cm -10.264992 cm 12.113909 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.061726 cm CaptureMgnt StepLimiter + 179 -14.30517 cm -10.27554 cm 12.140248 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.161726 cm CaptureMgnt StepLimiter + 180 -14.401124 cm -10.285493 cm 12.166587 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.261726 cm CaptureMgnt StepLimiter + 181 -14.497138 cm -10.29485 cm 12.192926 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.361726 cm CaptureMgnt StepLimiter + 182 -14.593208 cm -10.303611 cm 12.219265 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.461726 cm CaptureMgnt StepLimiter + 183 -14.68933 cm -10.311776 cm 12.245605 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.561726 cm CaptureMgnt StepLimiter + 184 -14.785502 cm -10.319345 cm 12.271944 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.661726 cm CaptureMgnt StepLimiter + 185 -14.881718 cm -10.326317 cm 12.298283 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.761726 cm CaptureMgnt StepLimiter + 186 -14.977976 cm -10.332691 cm 12.324622 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.861726 cm CaptureMgnt StepLimiter + 187 -15.074272 cm -10.338468 cm 12.350961 cm 45.014014 MeV4.9322449e-17 meV 1 mm 18.961726 cm CaptureMgnt StepLimiter + 188 -15.170601 cm -10.343648 cm 12.377301 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.061726 cm CaptureMgnt StepLimiter + 189 -15.266961 cm -10.34823 cm 12.40364 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.161726 cm CaptureMgnt StepLimiter + 190 -15.363348 cm -10.352214 cm 12.429979 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.261726 cm CaptureMgnt StepLimiter + 191 -15.459757 cm -10.3556 cm 12.456318 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.361726 cm CaptureMgnt StepLimiter + 192 -15.556185 cm -10.358387 cm 12.482657 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.461726 cm CaptureMgnt StepLimiter + 193 -15.652629 cm -10.360577 cm 12.508997 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.561726 cm CaptureMgnt StepLimiter + 194 -15.749085 cm -10.362168 cm 12.535336 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.661726 cm CaptureMgnt StepLimiter + 195 -15.845549 cm -10.36316 cm 12.561675 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.761726 cm CaptureMgnt StepLimiter + 196 -15.942017 cm -10.363554 cm 12.588014 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.861726 cm CaptureMgnt StepLimiter + 197 -16.038485 cm -10.363349 cm 12.614353 cm 45.014014 MeV4.9322449e-17 meV 1 mm 19.961726 cm CaptureMgnt StepLimiter + 198 -16.13495 cm -10.362546 cm 12.640693 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.061726 cm CaptureMgnt StepLimiter + 199 -16.231409 cm -10.361144 cm 12.667032 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.161726 cm CaptureMgnt StepLimiter + 200 -16.327857 cm -10.359144 cm 12.693371 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.261726 cm CaptureMgnt StepLimiter + 201 -16.424291 cm -10.356545 cm 12.71971 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.361726 cm CaptureMgnt StepLimiter + 202 -16.520706 cm -10.353348 cm 12.746049 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.461726 cm CaptureMgnt StepLimiter + 203 -16.617101 cm -10.349553 cm 12.772389 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.561726 cm CaptureMgnt StepLimiter + 204 -16.713469 cm -10.34516 cm 12.798728 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.661726 cm CaptureMgnt StepLimiter + 205 -16.809809 cm -10.340169 cm 12.825067 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.761726 cm CaptureMgnt StepLimiter + 206 -16.906115 cm -10.334581 cm 12.851406 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.861726 cm CaptureMgnt StepLimiter + 207 -17.002386 cm -10.328395 cm 12.877745 cm 45.014014 MeV4.9322449e-17 meV 1 mm 20.961726 cm CaptureMgnt StepLimiter + 208 -17.098616 cm -10.321612 cm 12.904085 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.061726 cm CaptureMgnt StepLimiter + 209 -17.194802 cm -10.314231 cm 12.930424 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.161726 cm CaptureMgnt StepLimiter + 210 -17.29094 cm -10.306255 cm 12.956763 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.261726 cm CaptureMgnt StepLimiter + 211 -17.387027 cm -10.297682 cm 12.983102 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.361726 cm CaptureMgnt StepLimiter + 212 -17.483059 cm -10.288513 cm 13.009441 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.461726 cm CaptureMgnt StepLimiter + 213 -17.579032 cm -10.278748 cm 13.035781 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.561726 cm CaptureMgnt StepLimiter + 214 -17.674943 cm -10.268388 cm 13.06212 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.661726 cm CaptureMgnt StepLimiter + 215 -17.770788 cm -10.257433 cm 13.088459 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.761726 cm CaptureMgnt StepLimiter + 216 -17.866563 cm -10.245884 cm 13.114798 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.861726 cm CaptureMgnt StepLimiter + 217 -17.962264 cm -10.23374 cm 13.141137 cm 45.014014 MeV4.9322449e-17 meV 1 mm 21.961726 cm CaptureMgnt StepLimiter + 218 -18.057888 cm -10.221003 cm 13.167477 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.061726 cm CaptureMgnt StepLimiter + 219 -18.153432 cm -10.207673 cm 13.193816 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.161726 cm CaptureMgnt StepLimiter + 220 -18.24889 cm -10.193751 cm 13.220155 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.261726 cm CaptureMgnt StepLimiter + 221 -18.344261 cm -10.179236 cm 13.246494 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.361726 cm CaptureMgnt StepLimiter + 222 -18.43954 cm -10.16413 cm 13.272833 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.461726 cm CaptureMgnt StepLimiter + 223 -18.534723 cm -10.148434 cm 13.299173 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.561726 cm CaptureMgnt StepLimiter + 224 -18.629807 cm -10.132146 cm 13.325512 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.661726 cm CaptureMgnt StepLimiter + 225 -18.724788 cm -10.11527 cm 13.351851 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.761726 cm CaptureMgnt StepLimiter + 226 -18.819662 cm -10.097804 cm 13.37819 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.861726 cm CaptureMgnt StepLimiter + 227 -18.914426 cm -10.07975 cm 13.404529 cm 45.014014 MeV4.9322449e-17 meV 1 mm 22.961726 cm CaptureMgnt StepLimiter + 228 -19.009077 cm -10.061108 cm 13.430869 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.061726 cm CaptureMgnt StepLimiter + 229 -19.10361 cm -10.04188 cm 13.457208 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.161726 cm CaptureMgnt StepLimiter + 230 -19.198022 cm -10.022065 cm 13.483547 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.261726 cm CaptureMgnt StepLimiter + 231 -19.292309 cm -10.001665 cm 13.509886 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.361726 cm CaptureMgnt StepLimiter + 232 -19.386467 cm -9.9806802 cm 13.536225 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.461726 cm CaptureMgnt StepLimiter + 233 -19.480494 cm -9.9591117 cm 13.562565 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.561726 cm CaptureMgnt StepLimiter + 234 -19.574385 cm -9.9369601 cm 13.588904 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.661726 cm CaptureMgnt StepLimiter + 235 -19.668137 cm -9.9142265 cm 13.615243 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.761726 cm CaptureMgnt StepLimiter + 236 -19.761746 cm -9.8909116 cm 13.641582 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.861726 cm CaptureMgnt StepLimiter + 237 -19.855208 cm -9.8670164 cm 13.667921 cm 45.014014 MeV4.9322449e-17 meV 1 mm 23.961726 cm CaptureMgnt StepLimiter + 238 -19.948521 cm -9.8425417 cm 13.694261 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.061726 cm CaptureMgnt StepLimiter + 239 -20.04168 cm -9.8174886 cm 13.7206 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.161726 cm CaptureMgnt StepLimiter + 240 -20.134681 cm -9.7918579 cm 13.746939 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.261726 cm CaptureMgnt StepLimiter + 241 -20.227522 cm -9.7656507 cm 13.773278 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.361726 cm CaptureMgnt StepLimiter + 242 -20.320198 cm -9.738868 cm 13.799617 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.461726 cm CaptureMgnt StepLimiter + 243 -20.412706 cm -9.7115107 cm 13.825957 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.561726 cm CaptureMgnt StepLimiter + 244 -20.505043 cm -9.68358 cm 13.852296 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.661726 cm CaptureMgnt StepLimiter + 245 -20.597205 cm -9.655077 cm 13.878635 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.761726 cm CaptureMgnt StepLimiter + 246 -20.689188 cm -9.6260027 cm 13.904974 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.861726 cm CaptureMgnt StepLimiter + 247 -20.780989 cm -9.5963582 cm 13.931313 cm 45.014014 MeV4.9322449e-17 meV 1 mm 24.961726 cm CaptureMgnt StepLimiter + 248 -20.872605 cm -9.5661447 cm 13.957653 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.061726 cm CaptureMgnt StepLimiter + 249 -20.964031 cm -9.5353634 cm 13.983992 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.161726 cm CaptureMgnt StepLimiter + 250 -21.055264 cm -9.5040154 cm 14.010331 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.261726 cm CaptureMgnt StepLimiter + 251 -21.146301 cm -9.472102 cm 14.03667 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.361726 cm CaptureMgnt StepLimiter + 252 -21.237138 cm -9.4396243 cm 14.063009 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.461726 cm CaptureMgnt StepLimiter + 253 -21.327772 cm -9.4065837 cm 14.089349 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.561726 cm CaptureMgnt StepLimiter + 254 -21.4182 cm -9.3729813 cm 14.115688 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.661726 cm CaptureMgnt StepLimiter + 255 -21.508417 cm -9.3388185 cm 14.142027 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.761726 cm CaptureMgnt StepLimiter + 256 -21.59842 cm -9.3040967 cm 14.168366 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.861726 cm CaptureMgnt StepLimiter + 257 -21.688206 cm -9.2688171 cm 14.194705 cm 45.014014 MeV4.9322449e-17 meV 1 mm 25.961726 cm CaptureMgnt StepLimiter + 258 -21.777772 cm -9.232981 cm 14.221045 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.061726 cm CaptureMgnt StepLimiter + 259 -21.867114 cm -9.19659 cm 14.247384 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.161726 cm CaptureMgnt StepLimiter + 260 -21.956228 cm -9.1596453 cm 14.273723 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.261726 cm CaptureMgnt StepLimiter + 261 -22.045111 cm -9.1221485 cm 14.300062 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.361726 cm CaptureMgnt StepLimiter + 262 -22.133759 cm -9.0841009 cm 14.326401 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.461726 cm CaptureMgnt StepLimiter + 263 -22.22217 cm -9.0455039 cm 14.352741 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.561726 cm CaptureMgnt StepLimiter + 264 -22.31034 cm -9.0063592 cm 14.37908 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.661726 cm CaptureMgnt StepLimiter + 265 -22.398265 cm -8.9666682 cm 14.405419 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.761726 cm CaptureMgnt StepLimiter + 266 -22.485943 cm -8.9264324 cm 14.431758 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.861726 cm CaptureMgnt StepLimiter + 267 -22.573368 cm -8.8856534 cm 14.458097 cm 45.014014 MeV4.9322449e-17 meV 1 mm 26.961726 cm CaptureMgnt StepLimiter + 268 -22.66054 cm -8.8443328 cm 14.484437 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.061726 cm CaptureMgnt StepLimiter + 269 -22.747453 cm -8.8024721 cm 14.510776 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.161726 cm CaptureMgnt StepLimiter + 270 -22.834105 cm -8.7600729 cm 14.537115 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.261726 cm CaptureMgnt StepLimiter + 271 -22.920492 cm -8.7171369 cm 14.563454 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.361726 cm CaptureMgnt StepLimiter + 272 -23.006611 cm -8.6736658 cm 14.589793 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.461726 cm CaptureMgnt StepLimiter + 273 -23.092458 cm -8.6296612 cm 14.616133 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.561726 cm CaptureMgnt StepLimiter + 274 -23.178031 cm -8.5851247 cm 14.642472 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.661726 cm CaptureMgnt StepLimiter + 275 -23.263326 cm -8.5400582 cm 14.668811 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.761726 cm CaptureMgnt StepLimiter + 276 -23.34834 cm -8.4944634 cm 14.69515 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.861726 cm CaptureMgnt StepLimiter + 277 -23.433069 cm -8.4483419 cm 14.721489 cm 45.014014 MeV4.9322449e-17 meV 1 mm 27.961726 cm CaptureMgnt StepLimiter + 278 -23.51751 cm -8.4016957 cm 14.747829 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.061726 cm CaptureMgnt StepLimiter + 279 -23.60166 cm -8.3545264 cm 14.774168 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.161726 cm CaptureMgnt StepLimiter + 280 -23.685517 cm -8.3068359 cm 14.800507 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.261726 cm CaptureMgnt StepLimiter + 281 -23.769075 cm -8.258626 cm 14.826846 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.361726 cm CaptureMgnt StepLimiter + 282 -23.852333 cm -8.2098987 cm 14.853185 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.461726 cm CaptureMgnt StepLimiter + 283 -23.935287 cm -8.1606557 cm 14.879525 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.561726 cm CaptureMgnt StepLimiter + 284 -24.017933 cm -8.1108989 cm 14.905864 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.661726 cm CaptureMgnt StepLimiter + 285 -24.10027 cm -8.0606303 cm 14.932203 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.761726 cm CaptureMgnt StepLimiter + 286 -24.182293 cm -8.0098519 cm 14.958542 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.861726 cm CaptureMgnt StepLimiter + 287 -24.263999 cm -7.9585655 cm 14.984881 cm 45.014014 MeV4.9322449e-17 meV 1 mm 28.961726 cm CaptureMgnt StepLimiter + 288 -24.345386 cm -7.9067731 cm 15.011221 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.061726 cm CaptureMgnt StepLimiter + 289 -24.426449 cm -7.8544768 cm 15.03756 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.161726 cm CaptureMgnt StepLimiter + 290 -24.507187 cm -7.8016785 cm 15.063899 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.261726 cm CaptureMgnt StepLimiter + 291 -24.587595 cm -7.7483803 cm 15.090238 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.361726 cm CaptureMgnt StepLimiter + 292 -24.667672 cm -7.6945842 cm 15.116577 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.461726 cm CaptureMgnt StepLimiter + 293 -24.747412 cm -7.6402924 cm 15.142917 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.561726 cm CaptureMgnt StepLimiter + 294 -24.826815 cm -7.5855068 cm 15.169256 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.661726 cm CaptureMgnt StepLimiter + 295 -24.905876 cm -7.5302296 cm 15.195595 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.761726 cm CaptureMgnt StepLimiter + 296 -24.984593 cm -7.4744629 cm 15.221934 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.861726 cm CaptureMgnt StepLimiter + 297 -25.062962 cm -7.418209 cm 15.248273 cm 45.014014 MeV4.9322449e-17 meV 1 mm 29.961726 cm CaptureMgnt StepLimiter + 298 -25.14098 cm -7.3614698 cm 15.274613 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.061726 cm CaptureMgnt StepLimiter + 299 -25.218645 cm -7.3042477 cm 15.300952 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.161726 cm CaptureMgnt StepLimiter + 300 -25.295953 cm -7.2465448 cm 15.327291 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.261726 cm CaptureMgnt StepLimiter + 301 -25.372902 cm -7.1883634 cm 15.35363 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.361726 cm CaptureMgnt StepLimiter + 302 -25.449489 cm -7.1297056 cm 15.379969 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.461726 cm CaptureMgnt StepLimiter + 303 -25.52571 cm -7.0705738 cm 15.406309 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.561726 cm CaptureMgnt StepLimiter + 304 -25.601563 cm -7.0109703 cm 15.432648 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.661726 cm CaptureMgnt StepLimiter + 305 -25.677044 cm -6.9508972 cm 15.458987 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.761726 cm CaptureMgnt StepLimiter + 306 -25.752151 cm -6.890357 cm 15.485326 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.861726 cm CaptureMgnt StepLimiter + 307 -25.826881 cm -6.8293519 cm 15.511665 cm 45.014014 MeV4.9322449e-17 meV 1 mm 30.961726 cm CaptureMgnt StepLimiter + 308 -25.901232 cm -6.7678843 cm 15.538005 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.061726 cm CaptureMgnt StepLimiter + 309 -25.975199 cm -6.7059567 cm 15.564344 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.161726 cm CaptureMgnt StepLimiter + 310 -26.048781 cm -6.6435712 cm 15.590683 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.261726 cm CaptureMgnt StepLimiter + 311 -26.121974 cm -6.5807305 cm 15.617022 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.361726 cm CaptureMgnt StepLimiter + 312 -26.194776 cm -6.5174368 cm 15.643361 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.461726 cm CaptureMgnt StepLimiter + 313 -26.267184 cm -6.4536926 cm 15.669701 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.561726 cm CaptureMgnt StepLimiter + 314 -26.339195 cm -6.3895004 cm 15.69604 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.661726 cm CaptureMgnt StepLimiter + 315 -26.410806 cm -6.3248627 cm 15.722379 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.761726 cm CaptureMgnt StepLimiter + 316 -26.482015 cm -6.2597818 cm 15.748718 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.861726 cm CaptureMgnt StepLimiter + 317 -26.552819 cm -6.1942605 cm 15.775057 cm 45.014014 MeV4.9322449e-17 meV 1 mm 31.961726 cm CaptureMgnt StepLimiter + 318 -26.623215 cm -6.128301 cm 15.801397 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.061726 cm CaptureMgnt StepLimiter + 319 -26.6932 cm -6.0619061 cm 15.827736 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.161726 cm CaptureMgnt StepLimiter + 320 -26.762772 cm -5.9950782 cm 15.854075 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.261726 cm CaptureMgnt StepLimiter + 321 -26.831928 cm -5.92782 cm 15.880414 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.361726 cm CaptureMgnt StepLimiter + 322 -26.900665 cm -5.8601339 cm 15.906753 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.461726 cm CaptureMgnt StepLimiter + 323 -26.968981 cm -5.7920227 cm 15.933093 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.561726 cm CaptureMgnt StepLimiter + 324 -27.036873 cm -5.7234889 cm 15.959432 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.661726 cm CaptureMgnt StepLimiter + 325 -27.104339 cm -5.6545353 cm 15.985771 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.761726 cm CaptureMgnt StepLimiter + 326 -27.171375 cm -5.5851643 cm 16.01211 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.861726 cm CaptureMgnt StepLimiter + 327 -27.23798 cm -5.5153787 cm 16.038449 cm 45.014014 MeV4.9322449e-17 meV 1 mm 32.961726 cm CaptureMgnt StepLimiter + 328 -27.30415 cm -5.4451813 cm 16.064789 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.061726 cm CaptureMgnt StepLimiter + 329 -27.369884 cm -5.3745746 cm 16.091128 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.161726 cm CaptureMgnt StepLimiter + 330 -27.435178 cm -5.3035615 cm 16.117467 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.261726 cm CaptureMgnt StepLimiter + 331 -27.500031 cm -5.2321446 cm 16.143806 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.361726 cm CaptureMgnt StepLimiter + 332 -27.564439 cm -5.1603267 cm 16.170145 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.461726 cm CaptureMgnt StepLimiter + 333 -27.6284 cm -5.0881105 cm 16.196485 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.561726 cm CaptureMgnt StepLimiter + 334 -27.691912 cm -5.0154989 cm 16.222824 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.661726 cm CaptureMgnt StepLimiter + 335 -27.754972 cm -4.9424947 cm 16.249163 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.761726 cm CaptureMgnt StepLimiter + 336 -27.817579 cm -4.8691005 cm 16.275502 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.861726 cm CaptureMgnt StepLimiter + 337 -27.879728 cm -4.7953194 cm 16.301841 cm 45.014014 MeV4.9322449e-17 meV 1 mm 33.961726 cm CaptureMgnt StepLimiter + 338 -27.941419 cm -4.721154 cm 16.328181 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.061726 cm CaptureMgnt StepLimiter + 339 -28.002648 cm -4.6466074 cm 16.35452 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.161726 cm CaptureMgnt StepLimiter + 340 -28.063413 cm -4.5716822 cm 16.380859 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.261726 cm CaptureMgnt StepLimiter + 341 -28.123713 cm -4.4963815 cm 16.407198 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.361726 cm CaptureMgnt StepLimiter + 342 -28.183544 cm -4.4207081 cm 16.433537 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.461726 cm CaptureMgnt StepLimiter + 343 -28.242904 cm -4.344665 cm 16.459877 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.561726 cm CaptureMgnt StepLimiter + 344 -28.301791 cm -4.268255 cm 16.486216 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.661726 cm CaptureMgnt StepLimiter + 345 -28.360204 cm -4.1914811 cm 16.512555 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.761726 cm CaptureMgnt StepLimiter + 346 -28.418138 cm -4.1143463 cm 16.538894 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.861726 cm CaptureMgnt StepLimiter + 347 -28.475593 cm -4.0368535 cm 16.565233 cm 45.014014 MeV4.9322449e-17 meV 1 mm 34.961726 cm CaptureMgnt StepLimiter + 348 -28.532567 cm -3.9590057 cm 16.591572 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.061726 cm CaptureMgnt StepLimiter + 349 -28.589056 cm -3.8808059 cm 16.617912 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.161726 cm CaptureMgnt StepLimiter + 350 -28.645058 cm -3.8022571 cm 16.644251 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.261726 cm CaptureMgnt StepLimiter + 351 -28.700573 cm -3.7233624 cm 16.67059 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.361726 cm CaptureMgnt StepLimiter + 352 -28.755596 cm -3.6441247 cm 16.696929 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.461726 cm CaptureMgnt StepLimiter + 353 -28.810127 cm -3.5645472 cm 16.723268 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.561726 cm CaptureMgnt StepLimiter + 354 -28.864164 cm -3.4846329 cm 16.749608 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.661726 cm CaptureMgnt StepLimiter + 355 -28.917703 cm -3.4043848 cm 16.775947 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.761726 cm CaptureMgnt StepLimiter + 356 -28.970743 cm -3.3238061 cm 16.802286 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.861726 cm CaptureMgnt StepLimiter + 357 -29.023283 cm -3.2428999 cm 16.828625 cm 45.014014 MeV4.9322449e-17 meV 1 mm 35.961726 cm CaptureMgnt StepLimiter + 358 -29.075319 cm -3.1616692 cm 16.854964 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.061726 cm CaptureMgnt StepLimiter + 359 -29.126851 cm -3.0801172 cm 16.881304 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.161726 cm CaptureMgnt StepLimiter + 360 -29.177875 cm -2.9982471 cm 16.907643 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.261726 cm CaptureMgnt StepLimiter + 361 -29.228391 cm -2.916062 cm 16.933982 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.361726 cm CaptureMgnt StepLimiter + 362 -29.278396 cm -2.833565 cm 16.960321 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.461726 cm CaptureMgnt StepLimiter + 363 -29.327888 cm -2.7507594 cm 16.98666 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.561726 cm CaptureMgnt StepLimiter + 364 -29.376865 cm -2.6676483 cm 17.013 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.661726 cm CaptureMgnt StepLimiter + 365 -29.425325 cm -2.5842349 cm 17.039339 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.761726 cm CaptureMgnt StepLimiter + 366 -29.473267 cm -2.5005224 cm 17.065678 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.861726 cm CaptureMgnt StepLimiter + 367 -29.520689 cm -2.4165141 cm 17.092017 cm 45.014014 MeV4.9322449e-17 meV 1 mm 36.961726 cm CaptureMgnt StepLimiter + 368 -29.567589 cm -2.3322132 cm 17.118356 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.061726 cm CaptureMgnt StepLimiter + 369 -29.613964 cm -2.2476229 cm 17.144696 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.161726 cm CaptureMgnt StepLimiter + 370 -29.659814 cm -2.1627465 cm 17.171035 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.261726 cm CaptureMgnt StepLimiter + 371 -29.705136 cm -2.0775872 cm 17.197374 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.361726 cm CaptureMgnt StepLimiter + 372 -29.74993 cm -1.9921484 cm 17.223713 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.461726 cm CaptureMgnt StepLimiter + 373 -29.794192 cm -1.9064333 cm 17.250052 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.561726 cm CaptureMgnt StepLimiter + 374 -29.837921 cm -1.8204453 cm 17.276392 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.661726 cm CaptureMgnt StepLimiter + 375 -29.881116 cm -1.7341875 cm 17.302731 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.761726 cm CaptureMgnt StepLimiter + 376 -29.923776 cm -1.6476635 cm 17.32907 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.861726 cm CaptureMgnt StepLimiter + 377 -29.965897 cm -1.5608764 cm 17.355409 cm 45.014014 MeV4.9322449e-17 meV 1 mm 37.961726 cm CaptureMgnt StepLimiter + 378 -30.007479 cm -1.4738296 cm 17.381748 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.061726 cm CaptureMgnt StepLimiter + 379 -30.048521 cm -1.3865265 cm 17.408088 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.161726 cm CaptureMgnt StepLimiter + 380 -30.089019 cm -1.2989705 cm 17.434427 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.261726 cm CaptureMgnt StepLimiter + 381 -30.128974 cm -1.2111649 cm 17.460766 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.361726 cm CaptureMgnt StepLimiter + 382 -30.168383 cm -1.123113 cm 17.487105 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.461726 cm CaptureMgnt StepLimiter + 383 -30.207246 cm -1.0348184 cm 17.513444 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.561726 cm CaptureMgnt StepLimiter + 384 -30.245559 cm -9.4628429 mm 17.539784 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.661726 cm CaptureMgnt StepLimiter + 385 -30.283323 cm -8.5751419 mm 17.566123 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.761726 cm CaptureMgnt StepLimiter + 386 -30.320535 cm -7.6851149 mm 17.592462 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.861726 cm CaptureMgnt StepLimiter + 387 -30.357194 cm -6.7927963 mm 17.618801 cm 45.014014 MeV4.9322449e-17 meV 1 mm 38.961726 cm CaptureMgnt StepLimiter + 388 -30.393299 cm -5.8982203 mm 17.64514 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.061726 cm CaptureMgnt StepLimiter + 389 -30.428848 cm -5.0014214 mm 17.67148 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.161726 cm CaptureMgnt StepLimiter + 390 -30.46384 cm -4.1024341 mm 17.697819 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.261726 cm CaptureMgnt StepLimiter + 391 -30.498273 cm -3.2012931 mm 17.724158 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.361726 cm CaptureMgnt StepLimiter + 392 -30.532147 cm -2.2980329 mm 17.750497 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.461726 cm CaptureMgnt StepLimiter + 393 -30.56546 cm -1.3926885 mm 17.776836 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.561726 cm CaptureMgnt StepLimiter + 394 -30.59821 cm -485.29454 um 17.803176 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.661726 cm CaptureMgnt StepLimiter + 395 -30.630396 cm 424.11392 um 17.829515 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.761726 cm CaptureMgnt StepLimiter + 396 -30.662018 cm 1.3355019 mm 17.855854 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.861726 cm CaptureMgnt StepLimiter + 397 -30.693074 cm 2.2488343 mm 17.882193 cm 45.014014 MeV4.9322449e-17 meV 1 mm 39.961726 cm CaptureMgnt StepLimiter + 398 -30.723562 cm 3.164076 mm 17.908532 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.061726 cm CaptureMgnt StepLimiter + 399 -30.753482 cm 4.0811917 mm 17.934872 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.161726 cm CaptureMgnt StepLimiter + 400 -30.782833 cm 5.0001462 mm 17.961211 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.261726 cm CaptureMgnt StepLimiter + 401 -30.811612 cm 5.920904 mm 17.98755 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.361726 cm CaptureMgnt StepLimiter + 402 -30.83982 cm 6.8434298 mm 18.013889 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.461726 cm CaptureMgnt StepLimiter + 403 -30.867455 cm 7.7676879 mm 18.040228 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.561726 cm CaptureMgnt StepLimiter + 404 -30.894516 cm 8.6936429 mm 18.066568 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.661726 cm CaptureMgnt StepLimiter + 405 -30.921002 cm 9.621259 mm 18.092907 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.761726 cm CaptureMgnt StepLimiter + 406 -30.946911 cm 1.0550501 cm 18.119246 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.861726 cm CaptureMgnt StepLimiter + 407 -30.972244 cm 1.1481332 cm 18.145585 cm 45.014014 MeV4.9322449e-17 meV 1 mm 40.961726 cm CaptureMgnt StepLimiter + 408 -30.996999 cm 1.2413717 cm 18.171924 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.061726 cm CaptureMgnt StepLimiter + 409 -31.021175 cm 1.334762 cm 18.198264 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.161726 cm CaptureMgnt StepLimiter + 410 -31.04477 cm 1.4283005 cm 18.224603 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.261726 cm CaptureMgnt StepLimiter + 411 -31.067785 cm 1.5219836 cm 18.250942 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.361726 cm CaptureMgnt StepLimiter + 412 -31.090219 cm 1.6158078 cm 18.277281 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.461726 cm CaptureMgnt StepLimiter + 413 -31.11207 cm 1.7097692 cm 18.30362 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.561726 cm CaptureMgnt StepLimiter + 414 -31.133337 cm 1.8038645 cm 18.32996 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.661726 cm CaptureMgnt StepLimiter + 415 -31.15402 cm 1.8980899 cm 18.356299 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.761726 cm CaptureMgnt StepLimiter + 416 -31.174118 cm 1.9924418 cm 18.382638 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.861726 cm CaptureMgnt StepLimiter + 417 -31.19363 cm 2.0869166 cm 18.408977 cm 45.014014 MeV4.9322449e-17 meV 1 mm 41.961726 cm CaptureMgnt StepLimiter + 418 -31.212556 cm 2.1815106 cm 18.435316 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.061726 cm CaptureMgnt StepLimiter + 419 -31.230895 cm 2.2762203 cm 18.461656 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.161726 cm CaptureMgnt StepLimiter + 420 -31.248645 cm 2.3710419 cm 18.487995 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.261726 cm CaptureMgnt StepLimiter + 421 -31.265807 cm 2.4659718 cm 18.514334 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.361726 cm CaptureMgnt StepLimiter + 422 -31.282379 cm 2.5610064 cm 18.540673 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.461726 cm CaptureMgnt StepLimiter + 423 -31.298362 cm 2.6561419 cm 18.567012 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.561726 cm CaptureMgnt StepLimiter + 424 -31.313754 cm 2.7513748 cm 18.593352 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.661726 cm CaptureMgnt StepLimiter + 425 -31.328555 cm 2.8467014 cm 18.619691 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.761726 cm CaptureMgnt StepLimiter + 426 -31.342764 cm 2.9421179 cm 18.64603 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.861726 cm CaptureMgnt StepLimiter + 427 -31.356381 cm 3.0376208 cm 18.672369 cm 45.014014 MeV4.9322449e-17 meV 1 mm 42.961726 cm CaptureMgnt StepLimiter + 428 -31.369405 cm 3.1332064 cm 18.698708 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.061726 cm CaptureMgnt StepLimiter + 429 -31.381835 cm 3.2288709 cm 18.725048 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.161726 cm CaptureMgnt StepLimiter + 430 -31.393672 cm 3.3246106 cm 18.751387 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.261726 cm CaptureMgnt StepLimiter + 431 -31.404915 cm 3.420422 cm 18.777726 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.361726 cm CaptureMgnt StepLimiter + 432 -31.415563 cm 3.5163013 cm 18.804065 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.461726 cm CaptureMgnt StepLimiter + 433 -31.425615 cm 3.6122448 cm 18.830404 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.561726 cm CaptureMgnt StepLimiter + 434 -31.435073 cm 3.7082488 cm 18.856744 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.661726 cm CaptureMgnt StepLimiter + 435 -31.443934 cm 3.8043097 cm 18.883083 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.761726 cm CaptureMgnt StepLimiter + 436 -31.4522 cm 3.9004237 cm 18.909422 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.861726 cm CaptureMgnt StepLimiter + 437 -31.459868 cm 3.9965871 cm 18.935761 cm 45.014014 MeV4.9322449e-17 meV 1 mm 43.961726 cm CaptureMgnt StepLimiter + 438 -31.466941 cm 4.0927963 cm 18.9621 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.061726 cm CaptureMgnt StepLimiter + 439 -31.473415 cm 4.1890475 cm 18.98844 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.161726 cm CaptureMgnt StepLimiter + 440 -31.479293 cm 4.285337 cm 19.014779 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.261726 cm CaptureMgnt StepLimiter + 441 -31.484573 cm 4.3816611 cm 19.041118 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.361726 cm CaptureMgnt StepLimiter + 442 -31.489256 cm 4.4780162 cm 19.067457 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.461726 cm CaptureMgnt StepLimiter + 443 -31.49334 cm 4.5743984 cm 19.093796 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.561726 cm CaptureMgnt StepLimiter + 444 -31.496826 cm 4.6708041 cm 19.120136 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.661726 cm CaptureMgnt StepLimiter + 445 -31.499715 cm 4.7672296 cm 19.146475 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.761726 cm CaptureMgnt StepLimiter + 446 -31.502004 cm 4.8636712 cm 19.172814 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.861726 cm CaptureMgnt StepLimiter + 447 -31.503696 cm 4.9601251 cm 19.199153 cm 45.014014 MeV4.9322449e-17 meV 1 mm 44.961726 cm CaptureMgnt StepLimiter + 448 -31.504789 cm 5.0565876 cm 19.225492 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.061726 cm CaptureMgnt StepLimiter + 449 -31.505283 cm 5.1530551 cm 19.251832 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.161726 cm CaptureMgnt StepLimiter + 450 -31.505179 cm 5.2495238 cm 19.278171 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.261726 cm CaptureMgnt StepLimiter + 451 -31.504476 cm 5.3459899 cm 19.30451 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.361726 cm CaptureMgnt StepLimiter + 452 -31.503175 cm 5.4424499 cm 19.330849 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.461726 cm CaptureMgnt StepLimiter + 453 -31.501275 cm 5.5388999 cm 19.357188 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.561726 cm CaptureMgnt StepLimiter + 454 -31.498777 cm 5.6353363 cm 19.383528 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.661726 cm CaptureMgnt StepLimiter + 455 -31.495681 cm 5.7317553 cm 19.409867 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.761726 cm CaptureMgnt StepLimiter + 456 -31.491986 cm 5.8281533 cm 19.436206 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.861726 cm CaptureMgnt StepLimiter + 457 -31.487694 cm 5.9245265 cm 19.462545 cm 45.014014 MeV4.9322449e-17 meV 1 mm 45.961726 cm CaptureMgnt StepLimiter + 458 -31.482803 cm 6.0208712 cm 19.488884 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.061726 cm CaptureMgnt StepLimiter + 459 -31.477315 cm 6.1171837 cm 19.515224 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.161726 cm CaptureMgnt StepLimiter + 460 -31.47123 cm 6.2134603 cm 19.541563 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.261726 cm CaptureMgnt StepLimiter + 461 -31.464547 cm 6.3096973 cm 19.567902 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.361726 cm CaptureMgnt StepLimiter + 462 -31.457267 cm 6.4058909 cm 19.594241 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.461726 cm CaptureMgnt StepLimiter + 463 -31.449391 cm 6.5020376 cm 19.62058 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.561726 cm CaptureMgnt StepLimiter + 464 -31.440918 cm 6.5981335 cm 19.64692 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.661726 cm CaptureMgnt StepLimiter + 465 -31.431849 cm 6.694175 cm 19.673259 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.761726 cm CaptureMgnt StepLimiter + 466 -31.422184 cm 6.7901584 cm 19.699598 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.861726 cm CaptureMgnt StepLimiter + 467 -31.411924 cm 6.88608 cm 19.725937 cm 45.014014 MeV4.9322449e-17 meV 1 mm 46.961726 cm CaptureMgnt StepLimiter + 468 -31.401069 cm 6.981936 cm 19.752276 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.061726 cm CaptureMgnt StepLimiter + 469 -31.38962 cm 7.0777229 cm 19.778616 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.161726 cm CaptureMgnt StepLimiter + 470 -31.377576 cm 7.1734369 cm 19.804955 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.261726 cm CaptureMgnt StepLimiter + 471 -31.364939 cm 7.2690743 cm 19.831294 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.361726 cm CaptureMgnt StepLimiter + 472 -31.351708 cm 7.3646315 cm 19.857633 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.461726 cm CaptureMgnt StepLimiter + 473 -31.337885 cm 7.4601048 cm 19.883972 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.561726 cm CaptureMgnt StepLimiter + 474 -31.32347 cm 7.5554904 cm 19.910312 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.661726 cm CaptureMgnt StepLimiter + 475 -31.308464 cm 7.6507848 cm 19.936651 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.761726 cm CaptureMgnt StepLimiter + 476 -31.292866 cm 7.7459842 cm 19.96299 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.861726 cm CaptureMgnt StepLimiter + 477 -31.276678 cm 7.8410851 cm 19.989329 cm 45.014014 MeV4.9322449e-17 meV 1 mm 47.961726 cm CaptureMgnt StepLimiter + 478 -31.259901 cm 7.9360836 cm 20.015668 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.061726 cm CaptureMgnt StepLimiter + 479 -31.242534 cm 8.0309762 cm 20.042008 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.161726 cm CaptureMgnt StepLimiter + 480 -31.224579 cm 8.1257593 cm 20.068347 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.261726 cm CaptureMgnt StepLimiter + 481 -31.206036 cm 8.2204291 cm 20.094686 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.361726 cm CaptureMgnt StepLimiter + 482 -31.186906 cm 8.3149821 cm 20.121025 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.461726 cm CaptureMgnt StepLimiter + 483 -31.167189 cm 8.4094145 cm 20.147364 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.561726 cm CaptureMgnt StepLimiter + 484 -31.146887 cm 8.5037228 cm 20.173704 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.661726 cm CaptureMgnt StepLimiter + 485 -31.126001 cm 8.5979033 cm 20.200043 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.761726 cm CaptureMgnt StepLimiter + 486 -31.10453 cm 8.6919524 cm 20.226382 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.861726 cm CaptureMgnt StepLimiter + 487 -31.082477 cm 8.7858665 cm 20.252721 cm 45.014014 MeV4.9322449e-17 meV 1 mm 48.961726 cm CaptureMgnt StepLimiter + 488 -31.059841 cm 8.8796419 cm 20.27906 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.061726 cm CaptureMgnt StepLimiter + 489 -31.036624 cm 8.9732751 cm 20.3054 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.161726 cm CaptureMgnt StepLimiter + 490 -31.012826 cm 9.0667625 cm 20.331739 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.261726 cm CaptureMgnt StepLimiter + 491 -30.988449 cm 9.1601004 cm 20.358078 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.361726 cm CaptureMgnt StepLimiter + 492 -30.963493 cm 9.2532852 cm 20.384417 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.461726 cm CaptureMgnt StepLimiter + 493 -30.937959 cm 9.3463134 cm 20.410756 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.561726 cm CaptureMgnt StepLimiter + 494 -30.911848 cm 9.4391814 cm 20.437096 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.661726 cm CaptureMgnt StepLimiter + 495 -30.885162 cm 9.5318856 cm 20.463435 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.761726 cm CaptureMgnt StepLimiter + 496 -30.857902 cm 9.6244224 cm 20.489774 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.861726 cm CaptureMgnt StepLimiter + 497 -30.830067 cm 9.7167884 cm 20.516113 cm 45.014014 MeV4.9322449e-17 meV 1 mm 49.961726 cm CaptureMgnt StepLimiter + 498 -30.80166 cm 9.8089798 cm 20.542452 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.061726 cm CaptureMgnt StepLimiter + 499 -30.772682 cm 9.9009932 cm 20.568792 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.161726 cm CaptureMgnt StepLimiter + 500 -30.743133 cm 9.9928251 cm 20.595131 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.261726 cm CaptureMgnt StepLimiter + 501 -30.713015 cm 10.084472 cm 20.62147 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.361726 cm CaptureMgnt StepLimiter + 502 -30.682329 cm 10.17593 cm 20.647809 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.461726 cm CaptureMgnt StepLimiter + 503 -30.651076 cm 10.267196 cm 20.674148 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.561726 cm CaptureMgnt StepLimiter + 504 -30.619258 cm 10.358266 cm 20.700488 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.661726 cm CaptureMgnt StepLimiter + 505 -30.586875 cm 10.449137 cm 20.726827 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.761726 cm CaptureMgnt StepLimiter + 506 -30.553929 cm 10.539806 cm 20.753166 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.861726 cm CaptureMgnt StepLimiter + 507 -30.520421 cm 10.630268 cm 20.779505 cm 45.014014 MeV4.9322449e-17 meV 1 mm 50.961726 cm CaptureMgnt StepLimiter + 508 -30.486352 cm 10.720521 cm 20.805844 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.061726 cm CaptureMgnt StepLimiter + 509 -30.451724 cm 10.81056 cm 20.832184 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.161726 cm CaptureMgnt StepLimiter + 510 -30.416538 cm 10.900383 cm 20.858523 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.261726 cm CaptureMgnt StepLimiter + 511 -30.380795 cm 10.989986 cm 20.884862 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.361726 cm CaptureMgnt StepLimiter + 512 -30.344497 cm 11.079366 cm 20.911201 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.461726 cm CaptureMgnt StepLimiter + 513 -30.307646 cm 11.168518 cm 20.93754 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.561726 cm CaptureMgnt StepLimiter + 514 -30.270242 cm 11.25744 cm 20.963879 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.661726 cm CaptureMgnt StepLimiter + 515 -30.232286 cm 11.346128 cm 20.990219 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.761726 cm CaptureMgnt StepLimiter + 516 -30.193782 cm 11.43458 cm 21.016558 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.861726 cm CaptureMgnt StepLimiter + 517 -30.154729 cm 11.52279 cm 21.042897 cm 45.014014 MeV4.9322449e-17 meV 1 mm 51.961726 cm CaptureMgnt StepLimiter + 518 -30.11513 cm 11.610757 cm 21.069236 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.061726 cm CaptureMgnt StepLimiter + 519 -30.074985 cm 11.698476 cm 21.095575 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.161726 cm CaptureMgnt StepLimiter + 520 -30.034297 cm 11.785944 cm 21.121915 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.261726 cm CaptureMgnt StepLimiter + 521 -29.993068 cm 11.873158 cm 21.148254 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.361726 cm CaptureMgnt StepLimiter + 522 -29.951298 cm 11.960115 cm 21.174593 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.461726 cm CaptureMgnt StepLimiter + 523 -29.908989 cm 12.046811 cm 21.200932 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.561726 cm CaptureMgnt StepLimiter + 524 -29.866143 cm 12.133243 cm 21.227271 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.661726 cm CaptureMgnt StepLimiter + 525 -29.822762 cm 12.219407 cm 21.253611 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.761726 cm CaptureMgnt StepLimiter + 526 -29.778846 cm 12.305301 cm 21.27995 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.861726 cm CaptureMgnt StepLimiter + 527 -29.734399 cm 12.39092 cm 21.306289 cm 45.014014 MeV4.9322449e-17 meV 1 mm 52.961726 cm CaptureMgnt StepLimiter + 528 -29.689422 cm 12.476262 cm 21.332628 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.061726 cm CaptureMgnt StepLimiter + 529 -29.643916 cm 12.561323 cm 21.358967 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.161726 cm CaptureMgnt StepLimiter + 530 -29.597882 cm 12.6461 cm 21.385307 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.261726 cm CaptureMgnt StepLimiter + 531 -29.551324 cm 12.73059 cm 21.411646 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.361726 cm CaptureMgnt StepLimiter + 532 -29.504243 cm 12.814789 cm 21.437985 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.461726 cm CaptureMgnt StepLimiter + 533 -29.45664 cm 12.898695 cm 21.464324 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.561726 cm CaptureMgnt StepLimiter + 534 -29.408517 cm 12.982304 cm 21.490663 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.661726 cm CaptureMgnt StepLimiter + 535 -29.359876 cm 13.065612 cm 21.517003 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.761726 cm CaptureMgnt StepLimiter + 536 -29.31072 cm 13.148618 cm 21.543342 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.861726 cm CaptureMgnt StepLimiter + 537 -29.261049 cm 13.231316 cm 21.569681 cm 45.014014 MeV4.9322449e-17 meV 1 mm 53.961726 cm CaptureMgnt StepLimiter + 538 -29.210867 cm 13.313705 cm 21.59602 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.061726 cm CaptureMgnt StepLimiter + 539 -29.160174 cm 13.395781 cm 21.622359 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.161726 cm CaptureMgnt StepLimiter + 540 -29.108973 cm 13.477541 cm 21.648699 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.261726 cm CaptureMgnt StepLimiter + 541 -29.057265 cm 13.558981 cm 21.675038 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.361726 cm CaptureMgnt StepLimiter + 542 -29.005053 cm 13.640099 cm 21.701377 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.461726 cm CaptureMgnt StepLimiter + 543 -28.952339 cm 13.720892 cm 21.727716 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.561726 cm CaptureMgnt StepLimiter + 544 -28.899125 cm 13.801356 cm 21.754055 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.661726 cm CaptureMgnt StepLimiter + 545 -28.845412 cm 13.881488 cm 21.780395 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.761726 cm CaptureMgnt StepLimiter + 546 -28.791204 cm 13.961285 cm 21.806734 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.861726 cm CaptureMgnt StepLimiter + 547 -28.736501 cm 14.040745 cm 21.833073 cm 45.014014 MeV4.9322449e-17 meV 1 mm 54.961726 cm CaptureMgnt StepLimiter + 548 -28.681306 cm 14.119864 cm 21.859412 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.061726 cm CaptureMgnt StepLimiter + 549 -28.625622 cm 14.198638 cm 21.885751 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.161726 cm CaptureMgnt StepLimiter + 550 -28.569449 cm 14.277066 cm 21.912091 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.261726 cm CaptureMgnt StepLimiter + 551 -28.512792 cm 14.355144 cm 21.93843 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.361726 cm CaptureMgnt StepLimiter + 552 -28.45565 cm 14.432868 cm 21.964769 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.461726 cm CaptureMgnt StepLimiter + 553 -28.398028 cm 14.510237 cm 21.991108 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.561726 cm CaptureMgnt StepLimiter + 554 -28.339927 cm 14.587246 cm 22.017447 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.661726 cm CaptureMgnt StepLimiter + 555 -28.281349 cm 14.663894 cm 22.043787 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.761726 cm CaptureMgnt StepLimiter + 556 -28.222297 cm 14.740176 cm 22.070126 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.861726 cm CaptureMgnt StepLimiter + 557 -28.162772 cm 14.816091 cm 22.096465 cm 45.014014 MeV4.9322449e-17 meV 1 mm 55.961726 cm CaptureMgnt StepLimiter + 558 -28.102778 cm 14.891635 cm 22.122804 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.061726 cm CaptureMgnt StepLimiter + 559 -28.042316 cm 14.966806 cm 22.149143 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.161726 cm CaptureMgnt StepLimiter + 560 -27.981389 cm 15.041599 cm 22.175483 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.261726 cm CaptureMgnt StepLimiter + 561 -27.919999 cm 15.116014 cm 22.201822 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.361726 cm CaptureMgnt StepLimiter + 562 -27.858149 cm 15.190046 cm 22.228161 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.461726 cm CaptureMgnt StepLimiter + 563 -27.79584 cm 15.263692 cm 22.2545 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.561726 cm CaptureMgnt StepLimiter + 564 -27.733075 cm 15.336951 cm 22.280839 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.661726 cm CaptureMgnt StepLimiter + 565 -27.669858 cm 15.409819 cm 22.307179 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.761726 cm CaptureMgnt StepLimiter + 566 -27.606189 cm 15.482293 cm 22.333518 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.861726 cm CaptureMgnt StepLimiter + 567 -27.542072 cm 15.554371 cm 22.359857 cm 45.014014 MeV4.9322449e-17 meV 1 mm 56.961726 cm CaptureMgnt StepLimiter + 568 -27.477509 cm 15.62605 cm 22.386196 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.061726 cm CaptureMgnt StepLimiter + 569 -27.412502 cm 15.697326 cm 22.412535 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.161726 cm CaptureMgnt StepLimiter + 570 -27.347055 cm 15.768198 cm 22.438875 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.261726 cm CaptureMgnt StepLimiter + 571 -27.281169 cm 15.838663 cm 22.465214 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.361726 cm CaptureMgnt StepLimiter + 572 -27.214847 cm 15.908717 cm 22.491553 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.461726 cm CaptureMgnt StepLimiter + 573 -27.148092 cm 15.978359 cm 22.517892 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.561726 cm CaptureMgnt StepLimiter + 574 -27.080905 cm 16.047585 cm 22.544231 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.661726 cm CaptureMgnt StepLimiter + 575 -27.013291 cm 16.116393 cm 22.570571 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.761726 cm CaptureMgnt StepLimiter + 576 -26.945251 cm 16.18478 cm 22.59691 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.861726 cm CaptureMgnt StepLimiter + 577 -26.876788 cm 16.252743 cm 22.623249 cm 45.014014 MeV4.9322449e-17 meV 1 mm 57.961726 cm CaptureMgnt StepLimiter + 578 -26.807905 cm 16.320281 cm 22.649588 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.061726 cm CaptureMgnt StepLimiter + 579 -26.738604 cm 16.387389 cm 22.675927 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.161726 cm CaptureMgnt StepLimiter + 580 -26.668888 cm 16.454067 cm 22.702267 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.261726 cm CaptureMgnt StepLimiter + 581 -26.598759 cm 16.520311 cm 22.728606 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.361726 cm CaptureMgnt StepLimiter + 582 -26.528221 cm 16.586118 cm 22.754945 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.461726 cm CaptureMgnt StepLimiter + 583 -26.457276 cm 16.651486 cm 22.781284 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.561726 cm CaptureMgnt StepLimiter + 584 -26.385927 cm 16.716413 cm 22.807623 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.661726 cm CaptureMgnt StepLimiter + 585 -26.314176 cm 16.780896 cm 22.833963 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.761726 cm CaptureMgnt StepLimiter + 586 -26.242027 cm 16.844933 cm 22.860302 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.861726 cm CaptureMgnt StepLimiter + 587 -26.169482 cm 16.90852 cm 22.886641 cm 45.014014 MeV4.9322449e-17 meV 1 mm 58.961726 cm CaptureMgnt StepLimiter + 588 -26.096543 cm 16.971657 cm 22.91298 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.061726 cm CaptureMgnt StepLimiter + 589 -26.023214 cm 17.034339 cm 22.939319 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.161726 cm CaptureMgnt StepLimiter + 590 -25.949498 cm 17.096565 cm 22.965659 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.261726 cm CaptureMgnt StepLimiter + 591 -25.875397 cm 17.158333 cm 22.991998 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.361726 cm CaptureMgnt StepLimiter + 592 -25.800914 cm 17.21964 cm 23.018337 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.461726 cm CaptureMgnt StepLimiter + 593 -25.726052 cm 17.280484 cm 23.044676 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.561726 cm CaptureMgnt StepLimiter + 594 -25.650815 cm 17.340862 cm 23.071015 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.661726 cm CaptureMgnt StepLimiter + 595 -25.575204 cm 17.400772 cm 23.097355 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.761726 cm CaptureMgnt StepLimiter + 596 -25.499222 cm 17.460211 cm 23.123694 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.861726 cm CaptureMgnt StepLimiter + 597 -25.422874 cm 17.519178 cm 23.150033 cm 45.014014 MeV4.9322449e-17 meV 1 mm 59.961726 cm CaptureMgnt StepLimiter + 598 -25.346161 cm 17.57767 cm 23.176372 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.061726 cm CaptureMgnt StepLimiter + 599 -25.269087 cm 17.635686 cm 23.202711 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.161726 cm CaptureMgnt StepLimiter + 600 -25.191654 cm 17.693221 cm 23.229051 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.261726 cm CaptureMgnt StepLimiter + 601 -25.113865 cm 17.750276 cm 23.25539 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.361726 cm CaptureMgnt StepLimiter + 602 -25.035724 cm 17.806846 cm 23.281729 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.461726 cm CaptureMgnt StepLimiter + 603 -24.957234 cm 17.862931 cm 23.308068 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.561726 cm CaptureMgnt StepLimiter + 604 -24.878397 cm 17.918527 cm 23.334407 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.661726 cm CaptureMgnt StepLimiter + 605 -24.799217 cm 17.973634 cm 23.360747 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.761726 cm CaptureMgnt StepLimiter + 606 -24.719696 cm 18.028248 cm 23.387086 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.861726 cm CaptureMgnt StepLimiter + 607 -24.639839 cm 18.082367 cm 23.413425 cm 45.014014 MeV4.9322449e-17 meV 1 mm 60.961726 cm CaptureMgnt StepLimiter + 608 -24.559646 cm 18.13599 cm 23.439764 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.061726 cm CaptureMgnt StepLimiter + 609 -24.479123 cm 18.189115 cm 23.466103 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.161726 cm CaptureMgnt StepLimiter + 610 -24.398272 cm 18.241738 cm 23.492443 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.261726 cm CaptureMgnt StepLimiter + 611 -24.317095 cm 18.29386 cm 23.518782 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.361726 cm CaptureMgnt StepLimiter + 612 -24.235597 cm 18.345476 cm 23.545121 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.461726 cm CaptureMgnt StepLimiter + 613 -24.15378 cm 18.396586 cm 23.57146 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.561726 cm CaptureMgnt StepLimiter + 614 -24.071648 cm 18.447187 cm 23.597799 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.661726 cm CaptureMgnt StepLimiter + 615 -23.989203 cm 18.497278 cm 23.624139 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.761726 cm CaptureMgnt StepLimiter + 616 -23.906449 cm 18.546856 cm 23.650478 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.861726 cm CaptureMgnt StepLimiter + 617 -23.823389 cm 18.59592 cm 23.676817 cm 45.014014 MeV4.9322449e-17 meV 1 mm 61.961726 cm CaptureMgnt StepLimiter + 618 -23.740026 cm 18.644467 cm 23.703156 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.061726 cm CaptureMgnt StepLimiter + 619 -23.656364 cm 18.692496 cm 23.729495 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.161726 cm CaptureMgnt StepLimiter + 620 -23.572405 cm 18.740006 cm 23.755835 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.261726 cm CaptureMgnt StepLimiter + 621 -23.488153 cm 18.786993 cm 23.782174 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.361726 cm CaptureMgnt StepLimiter + 622 -23.403611 cm 18.833457 cm 23.808513 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.461726 cm CaptureMgnt StepLimiter + 623 -23.318782 cm 18.879395 cm 23.834852 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.561726 cm CaptureMgnt StepLimiter + 624 -23.23367 cm 18.924806 cm 23.861191 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.661726 cm CaptureMgnt StepLimiter + 625 -23.148278 cm 18.969689 cm 23.887531 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.761726 cm CaptureMgnt StepLimiter + 626 -23.062609 cm 19.01404 cm 23.91387 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.861726 cm CaptureMgnt StepLimiter + 627 -22.976667 cm 19.057859 cm 23.940209 cm 45.014014 MeV4.9322449e-17 meV 1 mm 62.961726 cm CaptureMgnt StepLimiter + 628 -22.890454 cm 19.101144 cm 23.966548 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.061726 cm CaptureMgnt StepLimiter + 629 -22.803975 cm 19.143894 cm 23.992887 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.161726 cm CaptureMgnt StepLimiter + 630 -22.717232 cm 19.186106 cm 24.019227 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.261726 cm CaptureMgnt StepLimiter + 631 -22.630228 cm 19.227779 cm 24.045566 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.361726 cm CaptureMgnt StepLimiter + 632 -22.542968 cm 19.268911 cm 24.071905 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.461726 cm CaptureMgnt StepLimiter + 633 -22.455454 cm 19.309501 cm 24.098244 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.561726 cm CaptureMgnt StepLimiter + 634 -22.36769 cm 19.349547 cm 24.124583 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.661726 cm CaptureMgnt StepLimiter + 635 -22.27968 cm 19.389048 cm 24.150923 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.761726 cm CaptureMgnt StepLimiter + 636 -22.191426 cm 19.428003 cm 24.177262 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.861726 cm CaptureMgnt StepLimiter + 637 -22.102932 cm 19.466408 cm 24.203601 cm 45.014014 MeV4.9322449e-17 meV 1 mm 63.961726 cm CaptureMgnt StepLimiter + 638 -22.014201 cm 19.504265 cm 24.22994 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.061726 cm CaptureMgnt StepLimiter + 639 -21.925237 cm 19.541569 cm 24.256279 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.161726 cm CaptureMgnt StepLimiter + 640 -21.836043 cm 19.578322 cm 24.282619 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.261726 cm CaptureMgnt StepLimiter + 641 -21.746624 cm 19.61452 cm 24.308958 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.361726 cm CaptureMgnt StepLimiter + 642 -21.656981 cm 19.650162 cm 24.335297 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.461726 cm CaptureMgnt StepLimiter + 643 -21.567119 cm 19.685248 cm 24.361636 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.561726 cm CaptureMgnt StepLimiter + 644 -21.47704 cm 19.719775 cm 24.387975 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.661726 cm CaptureMgnt StepLimiter + 645 -21.38675 cm 19.753743 cm 24.414315 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.761726 cm CaptureMgnt StepLimiter + 646 -21.29625 cm 19.78715 cm 24.440654 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.861726 cm CaptureMgnt StepLimiter + 647 -21.205545 cm 19.819995 cm 24.466993 cm 45.014014 MeV4.9322449e-17 meV 1 mm 64.961726 cm CaptureMgnt StepLimiter + 648 -21.114638 cm 19.852276 cm 24.493332 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.061726 cm CaptureMgnt StepLimiter + 649 -21.023532 cm 19.883993 cm 24.519671 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.161726 cm CaptureMgnt StepLimiter + 650 -20.932231 cm 19.915144 cm 24.546011 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.261726 cm CaptureMgnt StepLimiter + 651 -20.840739 cm 19.945728 cm 24.57235 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.361726 cm CaptureMgnt StepLimiter + 652 -20.749058 cm 19.975743 cm 24.598689 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.461726 cm CaptureMgnt StepLimiter + 653 -20.657194 cm 20.005189 cm 24.625028 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.561726 cm CaptureMgnt StepLimiter + 654 -20.565148 cm 20.034065 cm 24.651367 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.661726 cm CaptureMgnt StepLimiter + 655 -20.472925 cm 20.062369 cm 24.677707 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.761726 cm CaptureMgnt StepLimiter + 656 -20.380528 cm 20.0901 cm 24.704046 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.861726 cm CaptureMgnt StepLimiter + 657 -20.287961 cm 20.117258 cm 24.730385 cm 45.014014 MeV4.9322449e-17 meV 1 mm 65.961726 cm CaptureMgnt StepLimiter + 658 -20.195227 cm 20.14384 cm 24.756724 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.061726 cm CaptureMgnt StepLimiter + 659 -20.10233 cm 20.169847 cm 24.783063 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.161726 cm CaptureMgnt StepLimiter + 660 -20.009273 cm 20.195277 cm 24.809403 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.261726 cm CaptureMgnt StepLimiter + 661 -19.91606 cm 20.220128 cm 24.835742 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.361726 cm CaptureMgnt StepLimiter + 662 -19.822695 cm 20.244402 cm 24.862081 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.461726 cm CaptureMgnt StepLimiter + 663 -19.729181 cm 20.268095 cm 24.88842 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.561726 cm CaptureMgnt StepLimiter + 664 -19.635522 cm 20.291208 cm 24.914759 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.661726 cm CaptureMgnt StepLimiter + 665 -19.541722 cm 20.313739 cm 24.941099 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.761726 cm CaptureMgnt StepLimiter + 666 -19.447783 cm 20.335687 cm 24.967438 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.861726 cm CaptureMgnt StepLimiter + 667 -19.35371 cm 20.357053 cm 24.993777 cm 45.014014 MeV4.9322449e-17 meV 1 mm 66.961726 cm CaptureMgnt StepLimiter + 668 -19.259506 cm 20.377834 cm 25.020116 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.061726 cm CaptureMgnt StepLimiter + 669 -19.165175 cm 20.398031 cm 25.046455 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.161726 cm CaptureMgnt StepLimiter + 670 -19.070721 cm 20.417641 cm 25.072795 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.261726 cm CaptureMgnt StepLimiter + 671 -18.976147 cm 20.436666 cm 25.099134 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.361726 cm CaptureMgnt StepLimiter + 672 -18.881456 cm 20.455103 cm 25.125473 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.461726 cm CaptureMgnt StepLimiter + 673 -18.786653 cm 20.472952 cm 25.151812 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.561726 cm CaptureMgnt StepLimiter + 674 -18.691741 cm 20.490213 cm 25.178151 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.661726 cm CaptureMgnt StepLimiter + 675 -18.596724 cm 20.506885 cm 25.204491 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.761726 cm CaptureMgnt StepLimiter + 676 -18.501605 cm 20.522966 cm 25.23083 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.861726 cm CaptureMgnt StepLimiter + 677 -18.406388 cm 20.538458 cm 25.257169 cm 45.014014 MeV4.9322449e-17 meV 1 mm 67.961726 cm CaptureMgnt StepLimiter + 678 -18.311077 cm 20.553358 cm 25.283508 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.061726 cm CaptureMgnt StepLimiter + 679 -18.215675 cm 20.567666 cm 25.309847 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.161726 cm CaptureMgnt StepLimiter + 680 -18.120187 cm 20.581383 cm 25.336186 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.261726 cm CaptureMgnt StepLimiter + 681 -18.024615 cm 20.594506 cm 25.362526 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.361726 cm CaptureMgnt StepLimiter + 682 -17.928963 cm 20.607037 cm 25.388865 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.461726 cm CaptureMgnt StepLimiter + 683 -17.833236 cm 20.618973 cm 25.415204 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.561726 cm CaptureMgnt StepLimiter + 684 -17.737436 cm 20.630316 cm 25.441543 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.661726 cm CaptureMgnt StepLimiter + 685 -17.641568 cm 20.641064 cm 25.467882 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.761726 cm CaptureMgnt StepLimiter + 686 -17.545635 cm 20.651217 cm 25.494222 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.861726 cm CaptureMgnt StepLimiter + 687 -17.449641 cm 20.660774 cm 25.520561 cm 45.014014 MeV4.9322449e-17 meV 1 mm 68.961726 cm CaptureMgnt StepLimiter + 688 -17.35359 cm 20.669736 cm 25.5469 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.061726 cm CaptureMgnt StepLimiter + 689 -17.257484 cm 20.678101 cm 25.573239 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.161726 cm CaptureMgnt StepLimiter + 690 -17.161329 cm 20.68587 cm 25.599578 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.261726 cm CaptureMgnt StepLimiter + 691 -17.065127 cm 20.693043 cm 25.625918 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.361726 cm CaptureMgnt StepLimiter + 692 -16.968883 cm 20.699618 cm 25.652257 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.461726 cm CaptureMgnt StepLimiter + 693 -16.872599 cm 20.705596 cm 25.678596 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.561726 cm CaptureMgnt StepLimiter + 694 -16.776281 cm 20.710977 cm 25.704935 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.661726 cm CaptureMgnt StepLimiter + 695 -16.679931 cm 20.715759 cm 25.731274 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.761726 cm CaptureMgnt StepLimiter + 696 -16.583553 cm 20.719944 cm 25.757614 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.861726 cm CaptureMgnt StepLimiter + 697 -16.487151 cm 20.723531 cm 25.783953 cm 45.014014 MeV4.9322449e-17 meV 1 mm 69.961726 cm CaptureMgnt StepLimiter + 698 -16.390728 cm 20.72652 cm 25.810292 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.061726 cm CaptureMgnt StepLimiter + 699 -16.294289 cm 20.72891 cm 25.836631 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.161726 cm CaptureMgnt StepLimiter + 700 -16.197837 cm 20.730702 cm 25.86297 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.261726 cm CaptureMgnt StepLimiter + 701 -16.101376 cm 20.731896 cm 25.88931 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.361726 cm CaptureMgnt StepLimiter + 702 -16.004909 cm 20.732491 cm 25.915649 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.461726 cm CaptureMgnt StepLimiter + 703 -15.90844 cm 20.732487 cm 25.941988 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.561726 cm CaptureMgnt StepLimiter + 704 -15.811973 cm 20.731885 cm 25.968327 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.661726 cm CaptureMgnt StepLimiter + 705 -15.715512 cm 20.730684 cm 25.994666 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.761726 cm CaptureMgnt StepLimiter + 706 -15.61906 cm 20.728885 cm 26.021006 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.861726 cm CaptureMgnt StepLimiter + 707 -15.522621 cm 20.726488 cm 26.047345 cm 45.014014 MeV4.9322449e-17 meV 1 mm 70.961726 cm CaptureMgnt StepLimiter + 708 -15.426199 cm 20.723492 cm 26.073684 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.061726 cm CaptureMgnt StepLimiter + 709 -15.329797 cm 20.719898 cm 26.100023 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.161726 cm CaptureMgnt StepLimiter + 710 -15.23342 cm 20.715706 cm 26.126362 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.261726 cm CaptureMgnt StepLimiter + 711 -15.13707 cm 20.710916 cm 26.152702 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.361726 cm CaptureMgnt StepLimiter + 712 -15.040752 cm 20.705528 cm 26.179041 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.461726 cm CaptureMgnt StepLimiter + 713 -14.944469 cm 20.699543 cm 26.20538 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.561726 cm CaptureMgnt StepLimiter + 714 -14.848225 cm 20.69296 cm 26.231719 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.661726 cm CaptureMgnt StepLimiter + 715 -14.752024 cm 20.685781 cm 26.258058 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.761726 cm CaptureMgnt StepLimiter + 716 -14.655869 cm 20.678005 cm 26.284398 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.861726 cm CaptureMgnt StepLimiter + 717 -14.559764 cm 20.669632 cm 26.310737 cm 45.014014 MeV4.9322449e-17 meV 1 mm 71.961726 cm CaptureMgnt StepLimiter + 718 -14.463713 cm 20.660663 cm 26.337076 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.061726 cm CaptureMgnt StepLimiter + 719 -14.36772 cm 20.651099 cm 26.363415 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.161726 cm CaptureMgnt StepLimiter + 720 -14.271788 cm 20.640939 cm 26.389754 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.261726 cm CaptureMgnt StepLimiter + 721 -14.17592 cm 20.630184 cm 26.416094 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.361726 cm CaptureMgnt StepLimiter + 722 -14.080121 cm 20.618834 cm 26.442433 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.461726 cm CaptureMgnt StepLimiter + 723 -13.984395 cm 20.60689 cm 26.468772 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.561726 cm CaptureMgnt StepLimiter + 724 -13.888744 cm 20.594353 cm 26.495111 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.661726 cm CaptureMgnt StepLimiter + 725 -13.793174 cm 20.581222 cm 26.52145 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.761726 cm CaptureMgnt StepLimiter + 726 -13.697686 cm 20.567499 cm 26.54779 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.861726 cm CaptureMgnt StepLimiter + 727 -13.602285 cm 20.553183 cm 26.574129 cm 45.014014 MeV4.9322449e-17 meV 1 mm 72.961726 cm CaptureMgnt StepLimiter + 728 -13.506975 cm 20.538276 cm 26.600468 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.061726 cm CaptureMgnt StepLimiter + 729 -13.41176 cm 20.522777 cm 26.626807 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.161726 cm CaptureMgnt StepLimiter + 730 -13.316642 cm 20.506689 cm 26.653146 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.261726 cm CaptureMgnt StepLimiter + 731 -13.221626 cm 20.49001 cm 26.679486 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.361726 cm CaptureMgnt StepLimiter + 732 -13.126715 cm 20.472742 cm 26.705825 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.461726 cm CaptureMgnt StepLimiter + 733 -13.031914 cm 20.454886 cm 26.732164 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.561726 cm CaptureMgnt StepLimiter + 734 -12.937225 cm 20.436441 cm 26.758503 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.661726 cm CaptureMgnt StepLimiter + 735 -12.842652 cm 20.41741 cm 26.784842 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.761726 cm CaptureMgnt StepLimiter + 736 -12.748199 cm 20.397792 cm 26.811182 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.861726 cm CaptureMgnt StepLimiter + 737 -12.653869 cm 20.377589 cm 26.837521 cm 45.014014 MeV4.9322449e-17 meV 1 mm 73.961726 cm CaptureMgnt StepLimiter + 738 -12.559667 cm 20.3568 cm 26.86386 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.061726 cm CaptureMgnt StepLimiter + 739 -12.465596 cm 20.335428 cm 26.890199 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.161726 cm CaptureMgnt StepLimiter + 740 -12.371659 cm 20.313472 cm 26.916538 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.261726 cm CaptureMgnt StepLimiter + 741 -12.27786 cm 20.290934 cm 26.942878 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.361726 cm CaptureMgnt StepLimiter + 742 -12.184202 cm 20.267814 cm 26.969217 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.461726 cm CaptureMgnt StepLimiter + 743 -12.09069 cm 20.244114 cm 26.995556 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.561726 cm CaptureMgnt StepLimiter + 744 -11.997327 cm 20.219834 cm 27.021895 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.661726 cm CaptureMgnt StepLimiter + 745 -11.904116 cm 20.194975 cm 27.048234 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.761726 cm CaptureMgnt StepLimiter + 746 -11.811061 cm 20.169539 cm 27.074574 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.861726 cm CaptureMgnt StepLimiter + 747 -11.718166 cm 20.143525 cm 27.100913 cm 45.014014 MeV4.9322449e-17 meV 1 mm 74.961726 cm CaptureMgnt StepLimiter + 748 -11.625434 cm 20.116936 cm 27.127252 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.061726 cm CaptureMgnt StepLimiter + 749 -11.532869 cm 20.089771 cm 27.153591 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.161726 cm CaptureMgnt StepLimiter + 750 -11.440474 cm 20.062033 cm 27.17993 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.261726 cm CaptureMgnt StepLimiter + 751 -11.348253 cm 20.033722 cm 27.20627 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.361726 cm CaptureMgnt StepLimiter + 752 -11.25621 cm 20.00484 cm 27.232609 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.461726 cm CaptureMgnt StepLimiter + 753 -11.164347 cm 19.975387 cm 27.258948 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.561726 cm CaptureMgnt StepLimiter + 754 -11.072669 cm 19.945365 cm 27.285287 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.661726 cm CaptureMgnt StepLimiter + 755 -10.981179 cm 19.914774 cm 27.311626 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.761726 cm CaptureMgnt StepLimiter + 756 -10.88988 cm 19.883616 cm 27.337966 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.861726 cm CaptureMgnt StepLimiter + 757 -10.798777 cm 19.851893 cm 27.364305 cm 45.014014 MeV4.9322449e-17 meV 1 mm 75.961726 cm CaptureMgnt StepLimiter + 758 -10.707872 cm 19.819605 cm 27.390644 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.061726 cm CaptureMgnt StepLimiter + 759 -10.617169 cm 19.786753 cm 27.416983 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.161726 cm CaptureMgnt StepLimiter + 760 -10.526672 cm 19.753339 cm 27.443322 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.261726 cm CaptureMgnt StepLimiter + 761 -10.436384 cm 19.719365 cm 27.469662 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.361726 cm CaptureMgnt StepLimiter + 762 -10.346308 cm 19.684831 cm 27.496001 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.461726 cm CaptureMgnt StepLimiter + 763 -10.256449 cm 19.649738 cm 27.52234 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.561726 cm CaptureMgnt StepLimiter + 764 -10.166809 cm 19.614089 cm 27.548679 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.661726 cm CaptureMgnt StepLimiter + 765 -10.077391 cm 19.577884 cm 27.575018 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.761726 cm CaptureMgnt StepLimiter + 766 -9.9882005 cm 19.541126 cm 27.601358 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.861726 cm CaptureMgnt StepLimiter + 767 -9.8992395 cm 19.503814 cm 27.627697 cm 45.014014 MeV4.9322449e-17 meV 1 mm 76.961726 cm CaptureMgnt StepLimiter + 768 -9.8105116 cm 19.465952 cm 27.654036 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.061726 cm CaptureMgnt StepLimiter + 769 -9.7220204 cm 19.427539 cm 27.680375 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.161726 cm CaptureMgnt StepLimiter + 770 -9.6337692 cm 19.388578 cm 27.706714 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.261726 cm CaptureMgnt StepLimiter + 771 -9.5457614 cm 19.349071 cm 27.733054 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.361726 cm CaptureMgnt StepLimiter + 772 -9.4580004 cm 19.309018 cm 27.759393 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.461726 cm CaptureMgnt StepLimiter + 773 -9.3704897 cm 19.268421 cm 27.785732 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.561726 cm CaptureMgnt StepLimiter + 774 -9.2832325 cm 19.227282 cm 27.812071 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.661726 cm CaptureMgnt StepLimiter + 775 -9.1962323 cm 19.185603 cm 27.83841 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.761726 cm CaptureMgnt StepLimiter + 776 -9.1094923 cm 19.143385 cm 27.86475 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.861726 cm CaptureMgnt StepLimiter + 777 -9.0230159 cm 19.100629 cm 27.891089 cm 45.014014 MeV4.9322449e-17 meV 1 mm 77.961726 cm CaptureMgnt StepLimiter + 778 -8.9368065 cm 19.057337 cm 27.917428 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.061726 cm CaptureMgnt StepLimiter + 779 -8.8508673 cm 19.013512 cm 27.943767 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.161726 cm CaptureMgnt StepLimiter + 780 -8.7652017 cm 18.969154 cm 27.970106 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.261726 cm CaptureMgnt StepLimiter + 781 -8.679813 cm 18.924265 cm 27.996446 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.361726 cm CaptureMgnt StepLimiter + 782 -8.5947044 cm 18.878848 cm 28.022785 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.461726 cm CaptureMgnt StepLimiter + 783 -8.5098793 cm 18.832903 cm 28.049124 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.561726 cm CaptureMgnt StepLimiter + 784 -8.4253408 cm 18.786433 cm 28.075463 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.661726 cm CaptureMgnt StepLimiter + 785 -8.3410924 cm 18.73944 cm 28.101802 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.761726 cm CaptureMgnt StepLimiter + 786 -8.2571371 cm 18.691924 cm 28.128142 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.861726 cm CaptureMgnt StepLimiter + 787 -8.1734782 cm 18.643888 cm 28.154481 cm 45.014014 MeV4.9322449e-17 meV 1 mm 78.961726 cm CaptureMgnt StepLimiter + 788 -8.090119 cm 18.595335 cm 28.18082 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.061726 cm CaptureMgnt StepLimiter + 789 -8.0070626 cm 18.546265 cm 28.207159 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.161726 cm CaptureMgnt StepLimiter + 790 -7.9243123 cm 18.496681 cm 28.233498 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.261726 cm CaptureMgnt StepLimiter + 791 -7.8418712 cm 18.446584 cm 28.259838 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.361726 cm CaptureMgnt StepLimiter + 792 -7.7597426 cm 18.395976 cm 28.286177 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.461726 cm CaptureMgnt StepLimiter + 793 -7.6779295 cm 18.344861 cm 28.312516 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.561726 cm CaptureMgnt StepLimiter + 794 -7.5964351 cm 18.293238 cm 28.338855 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.661726 cm CaptureMgnt StepLimiter + 795 -7.5152627 cm 18.241111 cm 28.365194 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.761726 cm CaptureMgnt StepLimiter + 796 -7.4344151 cm 18.188481 cm 28.391534 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.861726 cm CaptureMgnt StepLimiter + 797 -7.3538957 cm 18.135351 cm 28.417873 cm 45.014014 MeV4.9322449e-17 meV 1 mm 79.961726 cm CaptureMgnt StepLimiter + 798 -7.2737075 cm 18.081722 cm 28.444212 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.061726 cm CaptureMgnt StepLimiter + 799 -7.1938536 cm 18.027596 cm 28.470551 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.161726 cm CaptureMgnt StepLimiter + 800 -7.114337 cm 17.972976 cm 28.49689 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.261726 cm CaptureMgnt StepLimiter + 801 -7.0351609 cm 17.917864 cm 28.52323 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.361726 cm CaptureMgnt StepLimiter + 802 -6.9563282 cm 17.862262 cm 28.549569 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.461726 cm CaptureMgnt StepLimiter + 803 -6.8778421 cm 17.806171 cm 28.575908 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.561726 cm CaptureMgnt StepLimiter + 804 -6.7997054 cm 17.749595 cm 28.602247 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.661726 cm CaptureMgnt StepLimiter + 805 -6.7219213 cm 17.692535 cm 28.628586 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.761726 cm CaptureMgnt StepLimiter + 806 -6.6444927 cm 17.634993 cm 28.654926 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.861726 cm CaptureMgnt StepLimiter + 807 -6.5674226 cm 17.576972 cm 28.681265 cm 45.014014 MeV4.9322449e-17 meV 1 mm 80.961726 cm CaptureMgnt StepLimiter + 808 -6.490714 cm 17.518475 cm 28.707604 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.061726 cm CaptureMgnt StepLimiter + 809 -6.4143699 cm 17.459502 cm 28.733943 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.161726 cm CaptureMgnt StepLimiter + 810 -6.338393 cm 17.400056 cm 28.760282 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.261726 cm CaptureMgnt StepLimiter + 811 -6.2627865 cm 17.340141 cm 28.786622 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.361726 cm CaptureMgnt StepLimiter + 812 -6.1875532 cm 17.279757 cm 28.812961 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.461726 cm CaptureMgnt StepLimiter + 813 -6.112696 cm 17.218908 cm 28.8393 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.561726 cm CaptureMgnt StepLimiter + 814 -6.0382178 cm 17.157596 cm 28.865639 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.661726 cm CaptureMgnt StepLimiter + 815 -5.9641214 cm 17.095823 cm 28.891978 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.761726 cm CaptureMgnt StepLimiter + 816 -5.8904097 cm 17.033591 cm 28.918318 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.861726 cm CaptureMgnt StepLimiter + 817 -5.8170855 cm 16.970903 cm 28.944657 cm 45.014014 MeV4.9322449e-17 meV 1 mm 81.961726 cm CaptureMgnt StepLimiter + 818 -5.7441518 cm 16.907761 cm 28.970996 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.061726 cm CaptureMgnt StepLimiter + 819 -5.6716111 cm 16.844168 cm 28.997335 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.161726 cm CaptureMgnt StepLimiter + 820 -5.5994665 cm 16.780126 cm 29.023674 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.261726 cm CaptureMgnt StepLimiter + 821 -5.5277206 cm 16.715638 cm 29.050014 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.361726 cm CaptureMgnt StepLimiter + 822 -5.4563761 cm 16.650706 cm 29.076353 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.461726 cm CaptureMgnt StepLimiter + 823 -5.385436 cm 16.585332 cm 29.102692 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.561726 cm CaptureMgnt StepLimiter + 824 -5.3149028 cm 16.51952 cm 29.129031 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.661726 cm CaptureMgnt StepLimiter + 825 -5.2447793 cm 16.453271 cm 29.15537 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.761726 cm CaptureMgnt StepLimiter + 826 -5.1750681 cm 16.386588 cm 29.18171 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.861726 cm CaptureMgnt StepLimiter + 827 -5.1057721 cm 16.319474 cm 29.208049 cm 45.014014 MeV4.9322449e-17 meV 1 mm 82.961726 cm CaptureMgnt StepLimiter + 828 -5.0368938 cm 16.251932 cm 29.234388 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.061726 cm CaptureMgnt StepLimiter + 829 -4.9684359 cm 16.183963 cm 29.260727 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.161726 cm CaptureMgnt StepLimiter + 830 -4.900401 cm 16.115571 cm 29.287066 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.261726 cm CaptureMgnt StepLimiter + 831 -4.8327918 cm 16.046758 cm 29.313406 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.361726 cm CaptureMgnt StepLimiter + 832 -4.7656109 cm 15.977527 cm 29.339745 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.461726 cm CaptureMgnt StepLimiter + 833 -4.6988607 cm 15.90788 cm 29.366084 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.561726 cm CaptureMgnt StepLimiter + 834 -4.632544 cm 15.837821 cm 29.392423 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.661726 cm CaptureMgnt StepLimiter + 835 -4.5666632 cm 15.767352 cm 29.418762 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.761726 cm CaptureMgnt StepLimiter + 836 -4.501221 cm 15.696475 cm 29.445102 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.861726 cm CaptureMgnt StepLimiter + 837 -4.4362197 cm 15.625193 cm 29.471441 cm 45.014014 MeV4.9322449e-17 meV 1 mm 83.961726 cm CaptureMgnt StepLimiter + 838 -4.371662 cm 15.55351 cm 29.49778 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.061726 cm CaptureMgnt StepLimiter + 839 -4.3075503 cm 15.481427 cm 29.524119 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.161726 cm CaptureMgnt StepLimiter + 840 -4.243887 cm 15.408948 cm 29.550458 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.261726 cm CaptureMgnt StepLimiter + 841 -4.1806747 cm 15.336076 cm 29.576798 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.361726 cm CaptureMgnt StepLimiter + 842 -4.1179157 cm 15.262812 cm 29.603137 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.461726 cm CaptureMgnt StepLimiter + 843 -4.0556125 cm 15.189161 cm 29.629476 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.561726 cm CaptureMgnt StepLimiter + 844 -3.9937675 cm 15.115124 cm 29.655815 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.661726 cm CaptureMgnt StepLimiter + 845 -3.932383 cm 15.040705 cm 29.682154 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.761726 cm CaptureMgnt StepLimiter + 846 -3.8714615 cm 14.965907 cm 29.708493 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.861726 cm CaptureMgnt StepLimiter + 847 -3.8110052 cm 14.890732 cm 29.734833 cm 45.014014 MeV4.9322449e-17 meV 1 mm 84.961726 cm CaptureMgnt StepLimiter + 848 -3.7510164 cm 14.815184 cm 29.761172 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.061726 cm CaptureMgnt StepLimiter + 849 -3.6914976 cm 14.739265 cm 29.787511 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.161726 cm CaptureMgnt StepLimiter + 850 -3.632451 cm 14.662978 cm 29.81385 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.261726 cm CaptureMgnt StepLimiter + 851 -3.5738788 cm 14.586326 cm 29.840189 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.361726 cm CaptureMgnt StepLimiter + 852 -3.5157834 cm 14.509312 cm 29.866529 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.461726 cm CaptureMgnt StepLimiter + 853 -3.4581669 cm 14.431939 cm 29.892868 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.561726 cm CaptureMgnt StepLimiter + 854 -3.4010315 cm 14.35421 cm 29.919207 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.661726 cm CaptureMgnt StepLimiter + 855 -3.3443796 cm 14.276128 cm 29.945546 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.761726 cm CaptureMgnt StepLimiter + 856 -3.2882132 cm 14.197697 cm 29.971885 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.861726 cm CaptureMgnt StepLimiter + 857 -3.2325345 cm 14.118918 cm 29.998225 cm 45.014014 MeV4.9322449e-17 meV 1 mm 85.961726 cm CaptureMgnt StepLimiter + 858 -3.1773456 cm 14.039795 cm 30.024564 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.061726 cm CaptureMgnt StepLimiter + 859 -3.1226488 cm 13.960331 cm 30.050903 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.161726 cm CaptureMgnt StepLimiter + 860 -3.068446 cm 13.88053 cm 30.077242 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.261726 cm CaptureMgnt StepLimiter + 861 -3.0147394 cm 13.800394 cm 30.103581 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.361726 cm CaptureMgnt StepLimiter + 862 -2.961531 cm 13.719926 cm 30.129921 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.461726 cm CaptureMgnt StepLimiter + 863 -2.908823 cm 13.639129 cm 30.15626 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.561726 cm CaptureMgnt StepLimiter + 864 -2.8566172 cm 13.558007 cm 30.182599 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.661726 cm CaptureMgnt StepLimiter + 865 -2.8049158 cm 13.476563 cm 30.208938 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.761726 cm CaptureMgnt StepLimiter + 866 -2.7537207 cm 13.394799 cm 30.235277 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.861726 cm CaptureMgnt StepLimiter + 867 -2.7030339 cm 13.31272 cm 30.261617 cm 45.014014 MeV4.9322449e-17 meV 1 mm 86.961726 cm CaptureMgnt StepLimiter + 868 -2.6528573 cm 13.230327 cm 30.287956 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.061726 cm CaptureMgnt StepLimiter + 869 -2.6031929 cm 13.147625 cm 30.314295 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.161726 cm CaptureMgnt StepLimiter + 870 -2.5540426 cm 13.064616 cm 30.340634 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.261726 cm CaptureMgnt StepLimiter + 871 -2.5054082 cm 12.981304 cm 30.366973 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.361726 cm CaptureMgnt StepLimiter + 872 -2.4572917 cm 12.897692 cm 30.393313 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.461726 cm CaptureMgnt StepLimiter + 873 -2.4096949 cm 12.813782 cm 30.419652 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.561726 cm CaptureMgnt StepLimiter + 874 -2.3626197 cm 12.729579 cm 30.445991 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.661726 cm CaptureMgnt StepLimiter + 875 -2.3160677 cm 12.645086 cm 30.47233 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.761726 cm CaptureMgnt StepLimiter + 876 -2.270041 cm 12.560305 cm 30.498669 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.861726 cm CaptureMgnt StepLimiter + 877 -2.2245411 cm 12.475241 cm 30.525009 cm 45.014014 MeV4.9322449e-17 meV 1 mm 87.961726 cm CaptureMgnt StepLimiter + 878 -2.1795699 cm 12.389896 cm 30.551348 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.061726 cm CaptureMgnt StepLimiter + 879 -2.1351291 cm 12.304273 cm 30.577687 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.161726 cm CaptureMgnt StepLimiter + 880 -2.0912203 cm 12.218376 cm 30.604026 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.261726 cm CaptureMgnt StepLimiter + 881 -2.0478454 cm 12.132209 cm 30.630365 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.361726 cm CaptureMgnt StepLimiter + 882 -2.0050059 cm 12.045774 cm 30.656705 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.461726 cm CaptureMgnt StepLimiter + 883 -1.9627036 cm 11.959075 cm 30.683044 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.561726 cm CaptureMgnt StepLimiter + 884 -1.92094 cm 11.872115 cm 30.709383 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.661726 cm CaptureMgnt StepLimiter + 885 -1.8797167 cm 11.784898 cm 30.735722 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.761726 cm CaptureMgnt StepLimiter + 886 -1.8390354 cm 11.697426 cm 30.762061 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.861726 cm CaptureMgnt StepLimiter + 887 -1.7988976 cm 11.609704 cm 30.788401 cm 45.014014 MeV4.9322449e-17 meV 1 mm 88.961726 cm CaptureMgnt StepLimiter + 888 -1.7593048 cm 11.521735 cm 30.81474 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.061726 cm CaptureMgnt StepLimiter + 889 -1.7202586 cm 11.433521 cm 30.841079 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.161726 cm CaptureMgnt StepLimiter + 890 -1.6817604 cm 11.345067 cm 30.867418 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.261726 cm CaptureMgnt StepLimiter + 891 -1.6438119 cm 11.256376 cm 30.893757 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.361726 cm CaptureMgnt StepLimiter + 892 -1.6064143 cm 11.167451 cm 30.920097 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.461726 cm CaptureMgnt StepLimiter + 893 -1.5695692 cm 11.078296 cm 30.946436 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.561726 cm CaptureMgnt StepLimiter + 894 -1.533278 cm 10.988914 cm 30.972775 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.661726 cm CaptureMgnt StepLimiter + 895 -1.497542 cm 10.899308 cm 30.999114 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.761726 cm CaptureMgnt StepLimiter + 896 -1.4623627 cm 10.809483 cm 31.025453 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.861726 cm CaptureMgnt StepLimiter + 897 -1.4277414 cm 10.719441 cm 31.051793 cm 45.014014 MeV4.9322449e-17 meV 1 mm 89.961726 cm CaptureMgnt StepLimiter + 898 -1.3936794 cm 10.629185 cm 31.078132 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.061726 cm CaptureMgnt StepLimiter + 899 -1.3601781 cm 10.538721 cm 31.104471 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.161726 cm CaptureMgnt StepLimiter + 900 -1.3272387 cm 10.44805 cm 31.13081 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.261726 cm CaptureMgnt StepLimiter + 901 -1.2948625 cm 10.357176 cm 31.157149 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.361726 cm CaptureMgnt StepLimiter + 902 -1.2630507 cm 10.266104 cm 31.183489 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.461726 cm CaptureMgnt StepLimiter + 903 -1.2318047 cm 10.174835 cm 31.209828 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.561726 cm CaptureMgnt StepLimiter + 904 -1.2011255 cm 10.083375 cm 31.236167 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.661726 cm CaptureMgnt StepLimiter + 905 -1.1710144 cm 9.9917259 cm 31.262506 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.761726 cm CaptureMgnt StepLimiter + 906 -1.1414724 cm 9.8998919 cm 31.288845 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.861726 cm CaptureMgnt StepLimiter + 907 -1.1125009 cm 9.8078763 cm 31.315185 cm 45.014014 MeV4.9322449e-17 meV 1 mm 90.961726 cm CaptureMgnt StepLimiter + 908 -1.0841008 cm 9.7156827 cm 31.341524 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.061726 cm CaptureMgnt StepLimiter + 909 -1.0562733 cm 9.6233147 cm 31.367863 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.161726 cm CaptureMgnt StepLimiter + 910 -1.0290194 cm 9.5307759 cm 31.394202 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.261726 cm CaptureMgnt StepLimiter + 911 -1.0023402 cm 9.4380697 cm 31.420541 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.361726 cm CaptureMgnt StepLimiter + 912 -9.7623667 mm 9.3451998 cm 31.446881 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.461726 cm CaptureMgnt StepLimiter + 913 -9.5070989 mm 9.2521696 cm 31.47322 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.561726 cm CaptureMgnt StepLimiter + 914 -9.257608 mm 9.158983 cm 31.499559 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.661726 cm CaptureMgnt StepLimiter + 915 -9.0139038 mm 9.0656433 cm 31.525898 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.761726 cm CaptureMgnt StepLimiter + 916 -8.7759955 mm 8.9721541 cm 31.552237 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.861726 cm CaptureMgnt StepLimiter + 917 -8.5438924 mm 8.8785192 cm 31.578577 cm 45.014014 MeV4.9322449e-17 meV 1 mm 91.961726 cm CaptureMgnt StepLimiter + 918 -8.3176034 mm 8.7847421 cm 31.604916 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.061726 cm CaptureMgnt StepLimiter + 919 -8.0971371 mm 8.6908264 cm 31.631255 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.161726 cm CaptureMgnt StepLimiter + 920 -7.882502 mm 8.5967757 cm 31.657594 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.261726 cm CaptureMgnt StepLimiter + 921 -7.6737065 mm 8.5025936 cm 31.683933 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.361726 cm CaptureMgnt StepLimiter + 922 -7.4707586 mm 8.4082838 cm 31.710273 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.461726 cm CaptureMgnt StepLimiter + 923 -7.273666 mm 8.3138499 cm 31.736612 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.561726 cm CaptureMgnt StepLimiter + 924 -7.0824365 mm 8.2192955 cm 31.762951 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.661726 cm CaptureMgnt StepLimiter + 925 -6.8970772 mm 8.1246243 cm 31.78929 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.761726 cm CaptureMgnt StepLimiter + 926 -6.7175954 mm 8.02984 cm 31.815629 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.861726 cm CaptureMgnt StepLimiter + 927 -6.543998 mm 7.934946 cm 31.841969 cm 45.014014 MeV4.9322449e-17 meV 1 mm 92.961726 cm CaptureMgnt StepLimiter + 928 -6.3762916 mm 7.8399462 cm 31.868308 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.061726 cm CaptureMgnt StepLimiter + 929 -6.2144827 mm 7.7448442 cm 31.894647 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.161726 cm CaptureMgnt StepLimiter + 930 -6.0585776 mm 7.6496436 cm 31.920986 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.261726 cm CaptureMgnt StepLimiter + 931 -5.9085822 mm 7.5543481 cm 31.947325 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.361726 cm CaptureMgnt StepLimiter + 932 -5.7645023 mm 7.4589614 cm 31.973665 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.461726 cm CaptureMgnt StepLimiter + 933 -5.6263435 mm 7.3634871 cm 32.000004 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.561726 cm CaptureMgnt StepLimiter + 934 -5.4941111 mm 7.267929 cm 32.026343 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.661726 cm CaptureMgnt StepLimiter + 935 -5.3678101 mm 7.1722906 cm 32.052682 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.761726 cm CaptureMgnt StepLimiter + 936 -5.2474455 mm 7.0765757 cm 32.079021 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.861726 cm CaptureMgnt StepLimiter + 937 -5.1330218 mm 6.980788 cm 32.105361 cm 45.014014 MeV4.9322449e-17 meV 1 mm 93.961726 cm CaptureMgnt StepLimiter + 938 -5.0245435 mm 6.8849311 cm 32.1317 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.061726 cm CaptureMgnt StepLimiter + 939 -4.9220148 mm 6.7890087 cm 32.158039 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.161726 cm CaptureMgnt StepLimiter + 940 -4.8254396 mm 6.6930246 cm 32.184378 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.261726 cm CaptureMgnt StepLimiter + 941 -4.7348215 mm 6.5969825 cm 32.210717 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.361726 cm CaptureMgnt StepLimiter + 942 -4.6501642 mm 6.5008859 cm 32.237057 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.461726 cm CaptureMgnt StepLimiter + 943 -4.5714708 mm 6.4047387 cm 32.263396 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.561726 cm CaptureMgnt StepLimiter + 944 -4.4987444 mm 6.3085445 cm 32.289735 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.661726 cm CaptureMgnt StepLimiter + 945 -4.4319878 mm 6.212307 cm 32.316074 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.761726 cm CaptureMgnt StepLimiter + 946 -4.3712036 mm 6.1160299 cm 32.342413 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.861726 cm CaptureMgnt StepLimiter + 947 -4.3163941 mm 6.019717 cm 32.368753 cm 45.014014 MeV4.9322449e-17 meV 1 mm 94.961726 cm CaptureMgnt StepLimiter + 948 -4.2675613 mm 5.923372 cm 32.395092 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.061726 cm CaptureMgnt StepLimiter + 949 -4.2247073 mm 5.8269985 cm 32.421431 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.161726 cm CaptureMgnt StepLimiter + 950 -4.1878336 mm 5.7306002 cm 32.44777 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.261726 cm CaptureMgnt StepLimiter + 951 -4.1569417 mm 5.634181 cm 32.474109 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.361726 cm CaptureMgnt StepLimiter + 952 -4.1320327 mm 5.5377444 cm 32.500449 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.461726 cm CaptureMgnt StepLimiter + 953 -4.1131076 mm 5.4412942 cm 32.526788 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.561726 cm CaptureMgnt StepLimiter + 954 -4.1001671 mm 5.3448342 cm 32.553127 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.661726 cm CaptureMgnt StepLimiter + 955 -4.0932118 mm 5.248368 cm 32.579466 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.761726 cm CaptureMgnt StepLimiter + 956 -4.0922419 mm 5.1518993 cm 32.605805 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.861726 cm CaptureMgnt StepLimiter + 957 -4.0972574 mm 5.0554318 cm 32.632145 cm 45.014014 MeV4.9322449e-17 meV 1 mm 95.961726 cm CaptureMgnt StepLimiter + 958 -4.1082582 mm 4.9589694 cm 32.658484 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.061726 cm CaptureMgnt StepLimiter + 959 -4.1252437 mm 4.8625156 cm 32.684823 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.161726 cm CaptureMgnt StepLimiter + 960 -4.1482135 mm 4.7660742 cm 32.711162 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.261726 cm CaptureMgnt StepLimiter + 961 -4.1771665 mm 4.6696489 cm 32.737501 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.361726 cm CaptureMgnt StepLimiter + 962 -4.2121017 mm 4.5732435 cm 32.763841 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.461726 cm CaptureMgnt StepLimiter + 963 -4.2530178 mm 4.4768616 cm 32.79018 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.561726 cm CaptureMgnt StepLimiter + 964 -4.299913 mm 4.3805069 cm 32.816519 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.661726 cm CaptureMgnt StepLimiter + 965 -4.3527857 mm 4.2841831 cm 32.842858 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.761726 cm CaptureMgnt StepLimiter + 966 -4.4116339 mm 4.1878941 cm 32.869197 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.861726 cm CaptureMgnt StepLimiter + 967 -4.4764551 mm 4.0916434 cm 32.895537 cm 45.014014 MeV4.9322449e-17 meV 1 mm 96.961726 cm CaptureMgnt StepLimiter + 968 -4.5472471 mm 3.9954347 cm 32.921876 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.061726 cm CaptureMgnt StepLimiter + 969 -4.6240069 mm 3.8992719 cm 32.948215 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.161726 cm CaptureMgnt StepLimiter + 970 -4.7067317 mm 3.8031585 cm 32.974554 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.261726 cm CaptureMgnt StepLimiter + 971 -4.7954183 mm 3.7070983 cm 33.000893 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.361726 cm CaptureMgnt StepLimiter + 972 -4.8900632 mm 3.6110949 cm 33.027233 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.461726 cm CaptureMgnt StepLimiter + 973 -4.9906629 mm 3.5151522 cm 33.053572 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.561726 cm CaptureMgnt StepLimiter + 974 -5.0972135 mm 3.4192737 cm 33.079911 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.661726 cm CaptureMgnt StepLimiter + 975 -5.2097107 mm 3.3234631 cm 33.10625 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.761726 cm CaptureMgnt StepLimiter + 976 -5.3281504 mm 3.2277242 cm 33.132589 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.861726 cm CaptureMgnt StepLimiter + 977 -5.452528 mm 3.1320606 cm 33.158929 cm 45.014014 MeV4.9322449e-17 meV 1 mm 97.961726 cm CaptureMgnt StepLimiter + 978 -5.5828386 mm 3.0364761 cm 33.185268 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.061726 cm CaptureMgnt StepLimiter + 979 -5.7190773 mm 2.9409742 cm 33.211607 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.161726 cm CaptureMgnt StepLimiter + 980 -5.8612388 mm 2.8455587 cm 33.237946 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.261726 cm CaptureMgnt StepLimiter + 981 -6.0093177 mm 2.7502333 cm 33.264285 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.361726 cm CaptureMgnt StepLimiter + 982 -6.1633081 mm 2.6550015 cm 33.290625 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.461726 cm CaptureMgnt StepLimiter + 983 -6.3232043 mm 2.5598671 cm 33.316964 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.561726 cm CaptureMgnt StepLimiter + 984 -6.4890001 mm 2.4648338 cm 33.343303 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.661726 cm CaptureMgnt StepLimiter + 985 -6.660689 mm 2.3699052 cm 33.369642 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.761726 cm CaptureMgnt StepLimiter + 986 -6.8382644 mm 2.2750849 cm 33.395981 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.861726 cm CaptureMgnt StepLimiter + 987 -7.0217196 mm 2.1803766 cm 33.422321 cm 45.014014 MeV4.9322449e-17 meV 1 mm 98.961726 cm CaptureMgnt StepLimiter + 988 -7.2110475 mm 2.085784 cm 33.44866 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.061726 cm CaptureMgnt StepLimiter + 989 -7.4062407 mm 1.9913106 cm 33.474999 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.161726 cm CaptureMgnt StepLimiter + 990 -7.6072918 mm 1.8969602 cm 33.501338 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.261726 cm CaptureMgnt StepLimiter + 991 -7.814193 mm 1.8027363 cm 33.527677 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.361726 cm CaptureMgnt StepLimiter + 992 -8.0269364 mm 1.7086427 cm 33.554017 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.461726 cm CaptureMgnt StepLimiter + 993 -8.2455138 mm 1.6146828 cm 33.580356 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.561726 cm CaptureMgnt StepLimiter + 994 -8.4699166 mm 1.5208604 cm 33.606695 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.661726 cm CaptureMgnt StepLimiter + 995 -8.7001364 mm 1.427179 cm 33.633034 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.761726 cm CaptureMgnt StepLimiter + 996 -8.9361643 mm 1.3336422 cm 33.659373 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.861726 cm CaptureMgnt StepLimiter + 997 -9.1779911 mm 1.2402537 cm 33.685713 cm 45.014014 MeV4.9322449e-17 meV 1 mm 99.961726 cm CaptureMgnt StepLimiter + 998 -9.4256076 mm 1.147017 cm 33.712052 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0006173 m CaptureMgnt StepLimiter + 999 -9.6790042 mm 1.0539358 cm 33.738391 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0016173 m CaptureMgnt StepLimiter + 1000 -9.9381712 mm 9.6101354 mm 33.76473 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0026173 m CaptureMgnt StepLimiter + 1001 -1.0203099 cm 8.6825389 mm 33.791069 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0036173 m CaptureMgnt StepLimiter + 1002 -1.0473776 cm 7.7566041 mm 33.817409 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0046173 m CaptureMgnt StepLimiter + 1003 -1.0750193 cm 6.8323665 mm 33.843748 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0056173 m CaptureMgnt StepLimiter + 1004 -1.103234 cm 5.9098617 mm 33.870087 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0066173 m CaptureMgnt StepLimiter + 1005 -1.1320205 cm 4.9891253 mm 33.896426 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0076173 m CaptureMgnt StepLimiter + 1006 -1.1613776 cm 4.0701926 mm 33.922765 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0086173 m CaptureMgnt StepLimiter + 1007 -1.1913044 cm 3.1530991 mm 33.949105 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0096173 m CaptureMgnt StepLimiter + 1008 -1.2217996 cm 2.2378801 mm 33.975444 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0106173 m CaptureMgnt StepLimiter + 1009 -1.2528621 cm 1.3245708 mm 34.001783 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0116173 m CaptureMgnt StepLimiter + 1010 -1.2844907 cm 413.20632 um 34.028122 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0126173 m CaptureMgnt StepLimiter + 1011 -1.3166841 cm -496.17821 um 34.054461 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0136173 m CaptureMgnt StepLimiter + 1012 -1.3494411 cm -1.4035478 mm 34.0808 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0146173 m CaptureMgnt StepLimiter + 1013 -1.3827604 cm -2.3088675 mm 34.10714 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0156173 m CaptureMgnt StepLimiter + 1014 -1.4166408 cm -3.2121024 mm 34.133479 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0166173 m CaptureMgnt StepLimiter + 1015 -1.451081 cm -4.1132179 mm 34.159818 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0176173 m CaptureMgnt StepLimiter + 1016 -1.4860796 cm -5.0121792 mm 34.186157 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0186173 m CaptureMgnt StepLimiter + 1017 -1.5216353 cm -5.9089516 mm 34.212496 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0196173 m CaptureMgnt StepLimiter + 1018 -1.5577468 cm -6.8035008 mm 34.238836 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0206173 m CaptureMgnt StepLimiter + 1019 -1.5944125 cm -7.6957922 mm 34.265175 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0216173 m CaptureMgnt StepLimiter + 1020 -1.6316312 cm -8.5857914 mm 34.291514 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0226173 m CaptureMgnt StepLimiter + 1021 -1.6694013 cm -9.4734644 mm 34.317853 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0236173 m CaptureMgnt StepLimiter + 1022 -1.7077215 cm -1.0358777 cm 34.344192 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0246173 m CaptureMgnt StepLimiter + 1023 -1.7465903 cm -1.1241694 cm 34.370532 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0256173 m CaptureMgnt StepLimiter + 1024 -1.7860061 cm -1.2122184 cm 34.396871 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0266173 m CaptureMgnt StepLimiter + 1025 -1.8259674 cm -1.300021 cm 34.42321 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0276173 m CaptureMgnt StepLimiter + 1026 -1.8664728 cm -1.387574 cm 34.449549 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0286173 m CaptureMgnt StepLimiter + 1027 -1.9075206 cm -1.4748741 cm 34.475888 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0296173 m CaptureMgnt StepLimiter + 1028 -1.9491092 cm -1.5619177 cm 34.502228 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0306173 m CaptureMgnt StepLimiter + 1029 -1.9912372 cm -1.6487017 cm 34.528567 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0316173 m CaptureMgnt StepLimiter + 1030 -2.0339027 cm -1.7352226 cm 34.554906 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0326173 m CaptureMgnt StepLimiter + 1031 -2.0771043 cm -1.8214771 cm 34.581245 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0336173 m CaptureMgnt StepLimiter + 1032 -2.1208402 cm -1.9074619 cm 34.607584 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0346173 m CaptureMgnt StepLimiter + 1033 -2.1651088 cm -1.9931737 cm 34.633924 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0356173 m CaptureMgnt StepLimiter + 1034 -2.2099083 cm -2.0786092 cm 34.660263 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0366173 m CaptureMgnt StepLimiter + 1035 -2.255237 cm -2.1637651 cm 34.686602 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0376173 m CaptureMgnt StepLimiter + 1036 -2.3010932 cm -2.2486381 cm 34.712941 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0386173 m CaptureMgnt StepLimiter + 1037 -2.3474751 cm -2.3332249 cm 34.73928 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0396173 m CaptureMgnt StepLimiter + 1038 -2.394381 cm -2.4175223 cm 34.76562 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0406173 m CaptureMgnt StepLimiter + 1039 -2.441809 cm -2.5015271 cm 34.791959 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0416173 m CaptureMgnt StepLimiter + 1040 -2.4897572 cm -2.585236 cm 34.818298 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0426173 m CaptureMgnt StepLimiter + 1041 -2.5382239 cm -2.6686458 cm 34.844637 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0436173 m CaptureMgnt StepLimiter + 1042 -2.5872072 cm -2.7517533 cm 34.870976 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0446173 m CaptureMgnt StepLimiter + 1043 -2.6367052 cm -2.8345553 cm 34.897316 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0456173 m CaptureMgnt StepLimiter + 1044 -2.686716 cm -2.9170485 cm 34.923655 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0466173 m CaptureMgnt StepLimiter + 1045 -2.7372377 cm -2.9992299 cm 34.949994 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0476173 m CaptureMgnt StepLimiter + 1046 -2.7882683 cm -3.0810962 cm 34.976333 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0486173 m CaptureMgnt StepLimiter + 1047 -2.8398058 cm -3.1626444 cm 35.002672 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0496173 m CaptureMgnt StepLimiter + 1048 -2.8918484 cm -3.2438712 cm 35.029012 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0506173 m CaptureMgnt StepLimiter + 1049 -2.9443939 cm -3.3247735 cm 35.055351 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0516173 m CaptureMgnt StepLimiter + 1050 -2.9974403 cm -3.4053482 cm 35.08169 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0526173 m CaptureMgnt StepLimiter + 1051 -3.0509857 cm -3.4855923 cm 35.108029 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0536173 m CaptureMgnt StepLimiter + 1052 -3.1050279 cm -3.5655026 cm 35.134368 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0546173 m CaptureMgnt StepLimiter + 1053 -3.1595648 cm -3.6450761 cm 35.160708 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0556173 m CaptureMgnt StepLimiter + 1054 -3.2145944 cm -3.7243097 cm 35.187047 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0566173 m CaptureMgnt StepLimiter + 1055 -3.2701146 cm -3.8032003 cm 35.213386 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0576173 m CaptureMgnt StepLimiter + 1056 -3.3261232 cm -3.8817449 cm 35.239725 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0586173 m CaptureMgnt StepLimiter + 1057 -3.382618 cm -3.9599405 cm 35.266064 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0596173 m CaptureMgnt StepLimiter + 1058 -3.4395969 cm -4.037784 cm 35.292404 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0606173 m CaptureMgnt StepLimiter + 1059 -3.4970577 cm -4.1152726 cm 35.318743 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0616173 m CaptureMgnt StepLimiter + 1060 -3.5549982 cm -4.1924031 cm 35.345082 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0626173 m CaptureMgnt StepLimiter + 1061 -3.6134161 cm -4.2691726 cm 35.371421 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0636173 m CaptureMgnt StepLimiter + 1062 -3.6723092 cm -4.3455783 cm 35.39776 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0646173 m CaptureMgnt StepLimiter + 1063 -3.7316753 cm -4.421617 cm 35.4241 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0656173 m CaptureMgnt StepLimiter + 1064 -3.791512 cm -4.4972859 cm 35.450439 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0666173 m CaptureMgnt StepLimiter + 1065 -3.851817 cm -4.5725822 cm 35.476778 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0676173 m CaptureMgnt StepLimiter + 1066 -3.912588 cm -4.6475028 cm 35.503117 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0686173 m CaptureMgnt StepLimiter + 1067 -3.9738227 cm -4.7220449 cm 35.529456 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0696173 m CaptureMgnt StepLimiter + 1068 -4.0355187 cm -4.7962057 cm 35.555796 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0706173 m CaptureMgnt StepLimiter + 1069 -4.0976737 cm -4.8699822 cm 35.582135 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0716173 m CaptureMgnt StepLimiter + 1070 -4.1602852 cm -4.9433716 cm 35.608474 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0726173 m CaptureMgnt StepLimiter + 1071 -4.2233509 cm -5.0163712 cm 35.634813 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0736173 m CaptureMgnt StepLimiter + 1072 -4.2868683 cm -5.0889781 cm 35.661152 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0746173 m CaptureMgnt StepLimiter + 1073 -4.3508349 cm -5.1611895 cm 35.687492 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0756173 m CaptureMgnt StepLimiter + 1074 -4.4152484 cm -5.2330026 cm 35.713831 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0766173 m CaptureMgnt StepLimiter + 1075 -4.4801062 cm -5.3044147 cm 35.74017 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0776173 m CaptureMgnt StepLimiter + 1076 -4.5454058 cm -5.375423 cm 35.766509 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0786173 m CaptureMgnt StepLimiter + 1077 -4.6111447 cm -5.4460248 cm 35.792848 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0796173 m CaptureMgnt StepLimiter + 1078 -4.6773204 cm -5.5162173 cm 35.819188 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0806173 m CaptureMgnt StepLimiter + 1079 -4.7439303 cm -5.5859979 cm 35.845527 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0816173 m CaptureMgnt StepLimiter + 1080 -4.810972 cm -5.6553639 cm 35.871866 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0826173 m CaptureMgnt StepLimiter + 1081 -4.8784427 cm -5.7243126 cm 35.898205 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0836173 m CaptureMgnt StepLimiter + 1082 -4.9463399 cm -5.7928413 cm 35.924544 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0846173 m CaptureMgnt StepLimiter + 1083 -5.014661 cm -5.8609474 cm 35.950884 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0856173 m CaptureMgnt StepLimiter + 1084 -5.0834033 cm -5.9286283 cm 35.977223 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0866173 m CaptureMgnt StepLimiter + 1085 -5.1525642 cm -5.9958815 cm 36.003562 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0876173 m CaptureMgnt StepLimiter + 1086 -5.2221411 cm -6.0627042 cm 36.029901 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0886173 m CaptureMgnt StepLimiter + 1087 -5.2921313 cm -6.1290939 cm 36.05624 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0896173 m CaptureMgnt StepLimiter + 1088 -5.362532 cm -6.1950481 cm 36.08258 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0906173 m CaptureMgnt StepLimiter + 1089 -5.4333406 cm -6.2605642 cm 36.108919 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0916173 m CaptureMgnt StepLimiter + 1090 -5.5045543 cm -6.3256397 cm 36.135258 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0926173 m CaptureMgnt StepLimiter + 1091 -5.5761704 cm -6.3902722 cm 36.161597 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0936173 m CaptureMgnt StepLimiter + 1092 -5.6481861 cm -6.454459 cm 36.187936 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0946173 m CaptureMgnt StepLimiter + 1093 -5.7205987 cm -6.5181978 cm 36.214276 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0956173 m CaptureMgnt StepLimiter + 1094 -5.7934054 cm -6.5814861 cm 36.240615 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0966173 m CaptureMgnt StepLimiter + 1095 -5.8666033 cm -6.6443214 cm 36.266954 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0976173 m CaptureMgnt StepLimiter + 1096 -5.9401897 cm -6.7067013 cm 36.293293 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0986173 m CaptureMgnt StepLimiter + 1097 -6.0141617 cm -6.7686235 cm 36.319632 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.0996173 m CaptureMgnt StepLimiter + 1098 -6.0885165 cm -6.8300856 cm 36.345972 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1006173 m CaptureMgnt StepLimiter + 1099 -6.1632512 cm -6.8910851 cm 36.372311 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1016173 m CaptureMgnt StepLimiter + 1100 -6.238363 cm -6.9516197 cm 36.39865 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1026173 m CaptureMgnt StepLimiter + 1101 -6.3138489 cm -7.0116872 cm 36.424989 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1036173 m CaptureMgnt StepLimiter + 1102 -6.389706 cm -7.0712851 cm 36.451328 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1046173 m CaptureMgnt StepLimiter + 1103 -6.4659314 cm -7.1304112 cm 36.477668 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1056173 m CaptureMgnt StepLimiter + 1104 -6.5425222 cm -7.1890633 cm 36.504007 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1066173 m CaptureMgnt StepLimiter + 1105 -6.6194755 cm -7.247239 cm 36.530346 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1076173 m CaptureMgnt StepLimiter + 1106 -6.6967882 cm -7.3049361 cm 36.556685 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1086173 m CaptureMgnt StepLimiter + 1107 -6.7744574 cm -7.3621525 cm 36.583024 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1096173 m CaptureMgnt StepLimiter + 1108 -6.8524801 cm -7.4188858 cm 36.609364 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1106173 m CaptureMgnt StepLimiter + 1109 -6.9308534 cm -7.475134 cm 36.635703 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1116173 m CaptureMgnt StepLimiter + 1110 -7.0095741 cm -7.5308948 cm 36.662042 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1126173 m CaptureMgnt StepLimiter + 1111 -7.0886392 cm -7.5861661 cm 36.688381 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1136173 m CaptureMgnt StepLimiter + 1112 -7.1680458 cm -7.6409458 cm 36.71472 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1146173 m CaptureMgnt StepLimiter + 1113 -7.2477907 cm -7.6952317 cm 36.74106 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1156173 m CaptureMgnt StepLimiter + 1114 -7.3278709 cm -7.7490218 cm 36.767399 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1166173 m CaptureMgnt StepLimiter + 1115 -7.4082833 cm -7.8023141 cm 36.793738 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1176173 m CaptureMgnt StepLimiter + 1116 -7.4890249 cm -7.8551063 cm 36.820077 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1186173 m CaptureMgnt StepLimiter + 1117 -7.5700924 cm -7.9073966 cm 36.846416 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1196173 m CaptureMgnt StepLimiter + 1118 -7.6514827 cm -7.9591829 cm 36.872756 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1206173 m CaptureMgnt StepLimiter + 1119 -7.7331929 cm -8.0104633 cm 36.899095 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1216173 m CaptureMgnt StepLimiter + 1120 -7.8152196 cm -8.0612356 cm 36.925434 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1226173 m CaptureMgnt StepLimiter + 1121 -7.8975598 cm -8.1114981 cm 36.951773 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1236173 m CaptureMgnt StepLimiter + 1122 -7.9802102 cm -8.1612487 cm 36.978112 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1246173 m CaptureMgnt StepLimiter + 1123 -8.0631677 cm -8.2104855 cm 37.004452 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1256173 m CaptureMgnt StepLimiter + 1124 -8.1464291 cm -8.2592067 cm 37.030791 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1266173 m CaptureMgnt StepLimiter + 1125 -8.2299912 cm -8.3074104 cm 37.05713 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1276173 m CaptureMgnt StepLimiter + 1126 -8.3138508 cm -8.3550946 cm 37.083469 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1286173 m CaptureMgnt StepLimiter + 1127 -8.3980046 cm -8.4022576 cm 37.109808 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1296173 m CaptureMgnt StepLimiter + 1128 -8.4824495 cm -8.4488976 cm 37.136148 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1306173 m CaptureMgnt StepLimiter + 1129 -8.567182 cm -8.4950128 cm 37.162487 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1316173 m CaptureMgnt StepLimiter + 1130 -8.6521991 cm -8.5406013 cm 37.188826 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1326173 m CaptureMgnt StepLimiter + 1131 -8.7374974 cm -8.5856615 cm 37.215165 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1336173 m CaptureMgnt StepLimiter + 1132 -8.8230736 cm -8.6301915 cm 37.241504 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1346173 m CaptureMgnt StepLimiter + 1133 -8.9089245 cm -8.6741898 cm 37.267844 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1356173 m CaptureMgnt StepLimiter + 1134 -8.9950467 cm -8.7176545 cm 37.294183 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1366173 m CaptureMgnt StepLimiter + 1135 -9.0814369 cm -8.7605841 cm 37.320522 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1376173 m CaptureMgnt StepLimiter + 1136 -9.1680918 cm -8.8029768 cm 37.346861 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1386173 m CaptureMgnt StepLimiter + 1137 -9.2550081 cm -8.8448311 cm 37.3732 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1396173 m CaptureMgnt StepLimiter + 1138 -9.3421824 cm -8.8861452 cm 37.39954 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1406173 m CaptureMgnt StepLimiter + 1139 -9.4296113 cm -8.9269177 cm 37.425879 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1416173 m CaptureMgnt StepLimiter + 1140 -9.5172916 cm -8.967147 cm 37.452218 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1426173 m CaptureMgnt StepLimiter + 1141 -9.6052197 cm -9.0068315 cm 37.478557 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1436173 m CaptureMgnt StepLimiter + 1142 -9.6933924 cm -9.0459696 cm 37.504896 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1446173 m CaptureMgnt StepLimiter + 1143 -9.7818062 cm -9.08456 cm 37.531236 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1456173 m CaptureMgnt StepLimiter + 1144 -9.8704577 cm -9.122601 cm 37.557575 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1466173 m CaptureMgnt StepLimiter + 1145 -9.9593436 cm -9.1600912 cm 37.583914 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1476173 m CaptureMgnt StepLimiter + 1146 -10.04846 cm -9.1970293 cm 37.610253 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1486173 m CaptureMgnt StepLimiter + 1147 -10.137805 cm -9.2334137 cm 37.636592 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1496173 m CaptureMgnt StepLimiter + 1148 -10.227373 cm -9.269243 cm 37.662932 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1506173 m CaptureMgnt StepLimiter + 1149 -10.317162 cm -9.304516 cm 37.689271 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1516173 m CaptureMgnt StepLimiter + 1150 -10.407168 cm -9.3392312 cm 37.71561 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1526173 m CaptureMgnt StepLimiter + 1151 -10.497387 cm -9.3733872 cm 37.741949 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1536173 m CaptureMgnt StepLimiter + 1152 -10.587817 cm -9.4069829 cm 37.768288 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1546173 m CaptureMgnt StepLimiter + 1153 -10.678454 cm -9.4400168 cm 37.794628 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1556173 m CaptureMgnt StepLimiter + 1154 -10.769293 cm -9.4724877 cm 37.820967 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1566173 m CaptureMgnt StepLimiter + 1155 -10.860333 cm -9.5043944 cm 37.847306 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1576173 m CaptureMgnt StepLimiter + 1156 -10.951568 cm -9.5357356 cm 37.873645 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1586173 m CaptureMgnt StepLimiter + 1157 -11.042997 cm -9.5665101 cm 37.899984 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1596173 m CaptureMgnt StepLimiter + 1158 -11.134614 cm -9.5967168 cm 37.926324 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1606173 m CaptureMgnt StepLimiter + 1159 -11.226418 cm -9.6263544 cm 37.952663 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1616173 m CaptureMgnt StepLimiter + 1160 -11.318403 cm -9.6554219 cm 37.979002 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1626173 m CaptureMgnt StepLimiter + 1161 -11.410567 cm -9.6839181 cm 38.005341 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1636173 m CaptureMgnt StepLimiter + 1162 -11.502906 cm -9.7118419 cm 38.03168 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1646173 m CaptureMgnt StepLimiter + 1163 -11.595416 cm -9.7391923 cm 38.05802 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1656173 m CaptureMgnt StepLimiter + 1164 -11.688094 cm -9.7659681 cm 38.084359 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1666173 m CaptureMgnt StepLimiter + 1165 -11.780937 cm -9.7921684 cm 38.110698 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1676173 m CaptureMgnt StepLimiter + 1166 -11.873941 cm -9.8177922 cm 38.137037 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1686173 m CaptureMgnt StepLimiter + 1167 -11.967101 cm -9.8428384 cm 38.163376 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1696173 m CaptureMgnt StepLimiter + 1168 -12.060415 cm -9.8673061 cm 38.189716 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1706173 m CaptureMgnt StepLimiter + 1169 -12.15388 cm -9.8911944 cm 38.216055 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1716173 m CaptureMgnt StepLimiter + 1170 -12.24749 cm -9.9145023 cm 38.242394 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1726173 m CaptureMgnt StepLimiter + 1171 -12.341244 cm -9.937229 cm 38.268733 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1736173 m CaptureMgnt StepLimiter + 1172 -12.435136 cm -9.9593735 cm 38.295072 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1746173 m CaptureMgnt StepLimiter + 1173 -12.529165 cm -9.9809351 cm 38.321412 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1756173 m CaptureMgnt StepLimiter + 1174 -12.623325 cm -10.001913 cm 38.347751 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1766173 m CaptureMgnt StepLimiter + 1175 -12.717614 cm -10.022306 cm 38.37409 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1776173 m CaptureMgnt StepLimiter + 1176 -12.812027 cm -10.042114 cm 38.400429 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1786173 m CaptureMgnt StepLimiter + 1177 -12.906561 cm -10.061335 cm 38.426768 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1796173 m CaptureMgnt StepLimiter + 1178 -13.001213 cm -10.07997 cm 38.453107 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1806173 m CaptureMgnt StepLimiter + 1179 -13.095979 cm -10.098017 cm 38.479447 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1816173 m CaptureMgnt StepLimiter + 1180 -13.190854 cm -10.115475 cm 38.505786 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1826173 m CaptureMgnt StepLimiter + 1181 -13.285837 cm -10.132345 cm 38.532125 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1836173 m CaptureMgnt StepLimiter + 1182 -13.380922 cm -10.148625 cm 38.558464 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1846173 m CaptureMgnt StepLimiter + 1183 -13.476106 cm -10.164315 cm 38.584803 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1856173 m CaptureMgnt StepLimiter + 1184 -13.571386 cm -10.179414 cm 38.611143 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1866173 m CaptureMgnt StepLimiter + 1185 -13.666758 cm -10.193921 cm 38.637482 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1876173 m CaptureMgnt StepLimiter + 1186 -13.762217 cm -10.207837 cm 38.663821 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1886173 m CaptureMgnt StepLimiter + 1187 -13.857762 cm -10.221159 cm 38.69016 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1896173 m CaptureMgnt StepLimiter + 1188 -13.953387 cm -10.233889 cm 38.716499 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1906173 m CaptureMgnt StepLimiter + 1189 -14.049089 cm -10.246026 cm 38.742839 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1916173 m CaptureMgnt StepLimiter + 1190 -14.144865 cm -10.257568 cm 38.769178 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1926173 m CaptureMgnt StepLimiter + 1191 -14.24071 cm -10.268516 cm 38.795517 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1936173 m CaptureMgnt StepLimiter + 1192 -14.336622 cm -10.278868 cm 38.821856 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1946173 m CaptureMgnt StepLimiter + 1193 -14.432596 cm -10.288626 cm 38.848195 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1956173 m CaptureMgnt StepLimiter + 1194 -14.528629 cm -10.297788 cm 38.874535 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1966173 m CaptureMgnt StepLimiter + 1195 -14.624716 cm -10.306354 cm 38.900874 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1976173 m CaptureMgnt StepLimiter + 1196 -14.720855 cm -10.314323 cm 38.927213 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1986173 m CaptureMgnt StepLimiter + 1197 -14.817042 cm -10.321696 cm 38.953552 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.1996173 m CaptureMgnt StepLimiter + 1198 -14.913272 cm -10.328472 cm 38.979891 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2006173 m CaptureMgnt StepLimiter + 1199 -15.009543 cm -10.334651 cm 39.006231 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2016173 m CaptureMgnt StepLimiter + 1200 -15.10585 cm -10.340233 cm 39.03257 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2026173 m CaptureMgnt StepLimiter + 1201 -15.20219 cm -10.345216 cm 39.058909 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2036173 m CaptureMgnt StepLimiter + 1202 -15.298559 cm -10.349602 cm 39.085248 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2046173 m CaptureMgnt StepLimiter + 1203 -15.394953 cm -10.35339 cm 39.111587 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2056173 m CaptureMgnt StepLimiter + 1204 -15.491369 cm -10.35658 cm 39.137927 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2066173 m CaptureMgnt StepLimiter + 1205 -15.587803 cm -10.359171 cm 39.164266 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2076173 m CaptureMgnt StepLimiter + 1206 -15.684251 cm -10.361164 cm 39.190605 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2086173 m CaptureMgnt StepLimiter + 1207 -15.78071 cm -10.362559 cm 39.216944 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2096173 m CaptureMgnt StepLimiter + 1208 -15.877176 cm -10.363355 cm 39.243283 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2106173 m CaptureMgnt StepLimiter + 1209 -15.973644 cm -10.363552 cm 39.269623 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2116173 m CaptureMgnt StepLimiter + 1210 -16.070112 cm -10.363152 cm 39.295962 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2126173 m CaptureMgnt StepLimiter + 1211 -16.166576 cm -10.362152 cm 39.322301 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2136173 m CaptureMgnt StepLimiter + 1212 -16.263031 cm -10.360554 cm 39.34864 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2146173 m CaptureMgnt StepLimiter + 1213 -16.359475 cm -10.358358 cm 39.374979 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2156173 m CaptureMgnt StepLimiter + 1214 -16.455903 cm -10.355563 cm 39.401319 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2166173 m CaptureMgnt StepLimiter + 1215 -16.552312 cm -10.35217 cm 39.427658 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2176173 m CaptureMgnt StepLimiter + 1216 -16.648698 cm -10.348179 cm 39.453997 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2186173 m CaptureMgnt StepLimiter + 1217 -16.745058 cm -10.34359 cm 39.480336 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2196173 m CaptureMgnt StepLimiter + 1218 -16.841387 cm -10.338403 cm 39.506675 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2206173 m CaptureMgnt StepLimiter + 1219 -16.937682 cm -10.332618 cm 39.533015 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2216173 m CaptureMgnt StepLimiter + 1220 -17.03394 cm -10.326237 cm 39.559354 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2226173 m CaptureMgnt StepLimiter + 1221 -17.130155 cm -10.319258 cm 39.585693 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2236173 m CaptureMgnt StepLimiter + 1222 -17.226326 cm -10.311682 cm 39.612032 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2246173 m CaptureMgnt StepLimiter + 1223 -17.322448 cm -10.30351 cm 39.638371 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2256173 m CaptureMgnt StepLimiter + 1224 -17.418518 cm -10.294741 cm 39.664711 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2266173 m CaptureMgnt StepLimiter + 1225 -17.514531 cm -10.285377 cm 39.69105 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2276173 m CaptureMgnt StepLimiter + 1226 -17.610484 cm -10.275417 cm 39.717389 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2286173 m CaptureMgnt StepLimiter + 1227 -17.706374 cm -10.264862 cm 39.743728 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2296173 m CaptureMgnt StepLimiter + 1228 -17.802196 cm -10.253712 cm 39.770067 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2306173 m CaptureMgnt StepLimiter + 1229 -17.897947 cm -10.241968 cm 39.796407 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2316173 m CaptureMgnt StepLimiter + 1230 -17.993623 cm -10.22963 cm 39.822746 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2326173 m CaptureMgnt StepLimiter + 1231 -18.089222 cm -10.216698 cm 39.849085 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2336173 m CaptureMgnt StepLimiter + 1232 -18.184738 cm -10.203174 cm 39.875424 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2346173 m CaptureMgnt StepLimiter + 1233 -18.280168 cm -10.189057 cm 39.901763 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2356173 m CaptureMgnt StepLimiter + 1234 -18.375509 cm -10.174349 cm 39.928103 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2366173 m CaptureMgnt StepLimiter + 1235 -18.470756 cm -10.159049 cm 39.954442 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2376173 m CaptureMgnt StepLimiter + 1236 -18.565907 cm -10.143159 cm 39.980781 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2386173 m CaptureMgnt StepLimiter + 1237 -18.660958 cm -10.126678 cm 40.00712 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2396173 m CaptureMgnt StepLimiter + 1238 -18.755904 cm -10.109608 cm 40.033459 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2406173 m CaptureMgnt StepLimiter + 1239 -18.850743 cm -10.09195 cm 40.059799 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2416173 m CaptureMgnt StepLimiter + 1240 -18.945471 cm -10.073703 cm 40.086138 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2426173 m CaptureMgnt StepLimiter + 1241 -19.040083 cm -10.054869 cm 40.112477 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2436173 m CaptureMgnt StepLimiter + 1242 -19.134577 cm -10.035448 cm 40.138816 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2446173 m CaptureMgnt StepLimiter + 1243 -19.228948 cm -10.015441 cm 40.165155 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2456173 m CaptureMgnt StepLimiter + 1244 -19.323193 cm -9.9948494 cm 40.191495 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2466173 m CaptureMgnt StepLimiter + 1245 -19.417309 cm -9.9736732 cm 40.217834 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2476173 m CaptureMgnt StepLimiter + 1246 -19.511292 cm -9.9519134 cm 40.244173 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2486173 m CaptureMgnt StepLimiter + 1247 -19.605137 cm -9.9295709 cm 40.270512 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2496173 m CaptureMgnt StepLimiter + 1248 -19.698843 cm -9.9066467 cm 40.296851 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2506173 m CaptureMgnt StepLimiter + 1249 -19.792404 cm -9.8831414 cm 40.323191 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2516173 m CaptureMgnt StepLimiter + 1250 -19.885818 cm -9.8590561 cm 40.34953 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2526173 m CaptureMgnt StepLimiter + 1251 -19.97908 cm -9.8343917 cm 40.375869 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2536173 m CaptureMgnt StepLimiter + 1252 -20.072188 cm -9.8091491 cm 40.402208 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2546173 m CaptureMgnt StepLimiter + 1253 -20.165137 cm -9.7833293 cm 40.428547 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2556173 m CaptureMgnt StepLimiter + 1254 -20.257924 cm -9.7569333 cm 40.454887 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2566173 m CaptureMgnt StepLimiter + 1255 -20.350546 cm -9.7299621 cm 40.481226 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2576173 m CaptureMgnt StepLimiter + 1256 -20.442998 cm -9.7024167 cm 40.507565 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2586173 m CaptureMgnt StepLimiter + 1257 -20.535278 cm -9.6742983 cm 40.533904 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2596173 m CaptureMgnt StepLimiter + 1258 -20.627382 cm -9.6456078 cm 40.560243 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2606173 m CaptureMgnt StepLimiter + 1259 -20.719306 cm -9.6163464 cm 40.586583 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2616173 m CaptureMgnt StepLimiter + 1260 -20.811046 cm -9.5865153 cm 40.612922 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2626173 m CaptureMgnt StepLimiter + 1261 -20.9026 cm -9.5561155 cm 40.639261 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2636173 m CaptureMgnt StepLimiter + 1262 -20.993963 cm -9.5251483 cm 40.6656 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2646173 m CaptureMgnt StepLimiter + 1263 -21.085133 cm -9.4936148 cm 40.691939 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2656173 m CaptureMgnt StepLimiter + 1264 -21.176104 cm -9.4615162 cm 40.718279 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2666173 m CaptureMgnt StepLimiter + 1265 -21.266876 cm -9.4288538 cm 40.744618 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2676173 m CaptureMgnt StepLimiter + 1266 -21.357442 cm -9.3956289 cm 40.770957 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2686173 m CaptureMgnt StepLimiter + 1267 -21.447801 cm -9.3618426 cm 40.797296 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2696173 m CaptureMgnt StepLimiter + 1268 -21.537948 cm -9.3274964 cm 40.823635 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2706173 m CaptureMgnt StepLimiter + 1269 -21.627881 cm -9.2925915 cm 40.849975 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2716173 m CaptureMgnt StepLimiter + 1270 -21.717595 cm -9.2571294 cm 40.876314 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2726173 m CaptureMgnt StepLimiter + 1271 -21.807088 cm -9.2211112 cm 40.902653 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2736173 m CaptureMgnt StepLimiter + 1272 -21.896355 cm -9.1845385 cm 40.928992 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2746173 m CaptureMgnt StepLimiter + 1273 -21.985394 cm -9.1474126 cm 40.955331 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2756173 m CaptureMgnt StepLimiter + 1274 -22.0742 cm -9.1097351 cm 40.981671 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2766173 m CaptureMgnt StepLimiter + 1275 -22.162772 cm -9.0715072 cm 41.00801 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2776173 m CaptureMgnt StepLimiter + 1276 -22.251104 cm -9.0327305 cm 41.034349 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2786173 m CaptureMgnt StepLimiter + 1277 -22.339194 cm -8.9934065 cm 41.060688 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2796173 m CaptureMgnt StepLimiter + 1278 -22.427038 cm -8.9535367 cm 41.087027 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2806173 m CaptureMgnt StepLimiter + 1279 -22.514633 cm -8.9131227 cm 41.113367 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2816173 m CaptureMgnt StepLimiter + 1280 -22.601976 cm -8.8721659 cm 41.139706 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2826173 m CaptureMgnt StepLimiter + 1281 -22.689063 cm -8.8306681 cm 41.166045 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2836173 m CaptureMgnt StepLimiter + 1282 -22.775891 cm -8.7886306 cm 41.192384 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2846173 m CaptureMgnt StepLimiter + 1283 -22.862456 cm -8.7460553 cm 41.218723 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2856173 m CaptureMgnt StepLimiter + 1284 -22.948756 cm -8.7029437 cm 41.245063 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2866173 m CaptureMgnt StepLimiter + 1285 -23.034786 cm -8.6592974 cm 41.271402 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2876173 m CaptureMgnt StepLimiter + 1286 -23.120544 cm -8.6151183 cm 41.297741 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2886173 m CaptureMgnt StepLimiter + 1287 -23.206026 cm -8.5704079 cm 41.32408 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2896173 m CaptureMgnt StepLimiter + 1288 -23.291229 cm -8.5251679 cm 41.350419 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2906173 m CaptureMgnt StepLimiter + 1289 -23.37615 cm -8.4794002 cm 41.376759 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2916173 m CaptureMgnt StepLimiter + 1290 -23.460785 cm -8.4331065 cm 41.403098 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2926173 m CaptureMgnt StepLimiter + 1291 -23.545131 cm -8.3862886 cm 41.429437 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2936173 m CaptureMgnt StepLimiter + 1292 -23.629186 cm -8.3389482 cm 41.455776 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2946173 m CaptureMgnt StepLimiter + 1293 -23.712944 cm -8.2910873 cm 41.482115 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2956173 m CaptureMgnt StepLimiter + 1294 -23.796405 cm -8.2427075 cm 41.508455 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2966173 m CaptureMgnt StepLimiter + 1295 -23.879563 cm -8.1938109 cm 41.534794 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2976173 m CaptureMgnt StepLimiter + 1296 -23.962417 cm -8.1443993 cm 41.561133 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2986173 m CaptureMgnt StepLimiter + 1297 -24.044962 cm -8.0944745 cm 41.587472 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.2996173 m CaptureMgnt StepLimiter + 1298 -24.127196 cm -8.0440386 cm 41.613811 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3006173 m CaptureMgnt StepLimiter + 1299 -24.209116 cm -7.9930933 cm 41.640151 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3016173 m CaptureMgnt StepLimiter + 1300 -24.290717 cm -7.9416408 cm 41.66649 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3026173 m CaptureMgnt StepLimiter + 1301 -24.371998 cm -7.889683 cm 41.692829 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3036173 m CaptureMgnt StepLimiter + 1302 -24.452955 cm -7.8372219 cm 41.719168 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3046173 m CaptureMgnt StepLimiter + 1303 -24.533585 cm -7.7842595 cm 41.745507 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3056173 m CaptureMgnt StepLimiter + 1304 -24.613885 cm -7.7307979 cm 41.771847 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3066173 m CaptureMgnt StepLimiter + 1305 -24.693852 cm -7.676839 cm 41.798186 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3076173 m CaptureMgnt StepLimiter + 1306 -24.773482 cm -7.622385 cm 41.824525 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3086173 m CaptureMgnt StepLimiter + 1307 -24.852773 cm -7.567438 cm 41.850864 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3096173 m CaptureMgnt StepLimiter + 1308 -24.931722 cm -7.5120002 cm 41.877203 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3106173 m CaptureMgnt StepLimiter + 1309 -25.010324 cm -7.4560735 cm 41.903543 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3116173 m CaptureMgnt StepLimiter + 1310 -25.088579 cm -7.3996602 cm 41.929882 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3126173 m CaptureMgnt StepLimiter + 1311 -25.166482 cm -7.3427625 cm 41.956221 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3136173 m CaptureMgnt StepLimiter + 1312 -25.24403 cm -7.2853825 cm 41.98256 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3146173 m CaptureMgnt StepLimiter + 1313 -25.321221 cm -7.2275225 cm 42.008899 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3156173 m CaptureMgnt StepLimiter + 1314 -25.398052 cm -7.1691846 cm 42.035239 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3166173 m CaptureMgnt StepLimiter + 1315 -25.474519 cm -7.1103712 cm 42.061578 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3176173 m CaptureMgnt StepLimiter + 1316 -25.550619 cm -7.0510845 cm 42.087917 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3186173 m CaptureMgnt StepLimiter + 1317 -25.62635 cm -6.9913267 cm 42.114256 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3196173 m CaptureMgnt StepLimiter + 1318 -25.70171 cm -6.9311003 cm 42.140595 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3206173 m CaptureMgnt StepLimiter + 1319 -25.776693 cm -6.8704074 cm 42.166935 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3216173 m CaptureMgnt StepLimiter + 1320 -25.851299 cm -6.8092504 cm 42.193274 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3226173 m CaptureMgnt StepLimiter + 1321 -25.925524 cm -6.7476317 cm 42.219613 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3236173 m CaptureMgnt StepLimiter + 1322 -25.999366 cm -6.6855537 cm 42.245952 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3246173 m CaptureMgnt StepLimiter + 1323 -26.07282 cm -6.6230188 cm 42.272291 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3256173 m CaptureMgnt StepLimiter + 1324 -26.145886 cm -6.5600292 cm 42.298631 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3266173 m CaptureMgnt StepLimiter + 1325 -26.218559 cm -6.4965876 cm 42.32497 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3276173 m CaptureMgnt StepLimiter + 1326 -26.290837 cm -6.4326963 cm 42.351309 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3286173 m CaptureMgnt StepLimiter + 1327 -26.362717 cm -6.3683577 cm 42.377648 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3296173 m CaptureMgnt StepLimiter + 1328 -26.434197 cm -6.3035744 cm 42.403987 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3306173 m CaptureMgnt StepLimiter + 1329 -26.505273 cm -6.2383489 cm 42.430327 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3316173 m CaptureMgnt StepLimiter + 1330 -26.575943 cm -6.1726836 cm 42.456666 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3326173 m CaptureMgnt StepLimiter + 1331 -26.646205 cm -6.1065811 cm 42.483005 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3336173 m CaptureMgnt StepLimiter + 1332 -26.716055 cm -6.040044 cm 42.509344 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3346173 m CaptureMgnt StepLimiter + 1333 -26.785491 cm -5.9730747 cm 42.535683 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3356173 m CaptureMgnt StepLimiter + 1334 -26.85451 cm -5.9056759 cm 42.562023 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3366173 m CaptureMgnt StepLimiter + 1335 -26.923109 cm -5.8378502 cm 42.588362 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3376173 m CaptureMgnt StepLimiter + 1336 -26.991286 cm -5.7696001 cm 42.614701 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3386173 m CaptureMgnt StepLimiter + 1337 -27.059039 cm -5.7009284 cm 42.64104 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3396173 m CaptureMgnt StepLimiter + 1338 -27.126364 cm -5.6318376 cm 42.667379 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3406173 m CaptureMgnt StepLimiter + 1339 -27.193259 cm -5.5623304 cm 42.693719 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3416173 m CaptureMgnt StepLimiter + 1340 -27.259722 cm -5.4924096 cm 42.720058 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3426173 m CaptureMgnt StepLimiter + 1341 -27.32575 cm -5.4220776 cm 42.746397 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3436173 m CaptureMgnt StepLimiter + 1342 -27.39134 cm -5.3513374 cm 42.772736 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3446173 m CaptureMgnt StepLimiter + 1343 -27.456489 cm -5.2801916 cm 42.799075 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3456173 m CaptureMgnt StepLimiter + 1344 -27.521196 cm -5.2086429 cm 42.825414 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3466173 m CaptureMgnt StepLimiter + 1345 -27.585458 cm -5.1366941 cm 42.851754 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3476173 m CaptureMgnt StepLimiter + 1346 -27.649272 cm -5.064348 cm 42.878093 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3486173 m CaptureMgnt StepLimiter + 1347 -27.712637 cm -4.9916074 cm 42.904432 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3496173 m CaptureMgnt StepLimiter + 1348 -27.775548 cm -4.918475 cm 42.930771 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3506173 m CaptureMgnt StepLimiter + 1349 -27.838005 cm -4.8449537 cm 42.95711 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3516173 m CaptureMgnt StepLimiter + 1350 -27.900004 cm -4.7710462 cm 42.98345 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3526173 m CaptureMgnt StepLimiter + 1351 -27.961544 cm -4.6967556 cm 43.009789 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3536173 m CaptureMgnt StepLimiter + 1352 -28.022621 cm -4.6220845 cm 43.036128 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3546173 m CaptureMgnt StepLimiter + 1353 -28.083234 cm -4.5470359 cm 43.062467 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3556173 m CaptureMgnt StepLimiter + 1354 -28.14338 cm -4.4716127 cm 43.088806 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3566173 m CaptureMgnt StepLimiter + 1355 -28.203057 cm -4.3958178 cm 43.115146 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3576173 m CaptureMgnt StepLimiter + 1356 -28.262263 cm -4.319654 cm 43.141485 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3586173 m CaptureMgnt StepLimiter + 1357 -28.320995 cm -4.2431244 cm 43.167824 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3596173 m CaptureMgnt StepLimiter + 1358 -28.37925 cm -4.1662318 cm 43.194163 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3606173 m CaptureMgnt StepLimiter + 1359 -28.437028 cm -4.0889793 cm 43.220502 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3616173 m CaptureMgnt StepLimiter + 1360 -28.494325 cm -4.0113698 cm 43.246842 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3626173 m CaptureMgnt StepLimiter + 1361 -28.55114 cm -3.9334063 cm 43.273181 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3636173 m CaptureMgnt StepLimiter + 1362 -28.60747 cm -3.8550917 cm 43.29952 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3646173 m CaptureMgnt StepLimiter + 1363 -28.663313 cm -3.7764292 cm 43.325859 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3656173 m CaptureMgnt StepLimiter + 1364 -28.718666 cm -3.6974217 cm 43.352198 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3666173 m CaptureMgnt StepLimiter + 1365 -28.773529 cm -3.6180723 cm 43.378538 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3676173 m CaptureMgnt StepLimiter + 1366 -28.827898 cm -3.538384 cm 43.404877 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3686173 m CaptureMgnt StepLimiter + 1367 -28.881772 cm -3.4583599 cm 43.431216 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3696173 m CaptureMgnt StepLimiter + 1368 -28.935148 cm -3.3780031 cm 43.457555 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3706173 m CaptureMgnt StepLimiter + 1369 -28.988024 cm -3.2973167 cm 43.483894 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3716173 m CaptureMgnt StepLimiter + 1370 -29.040399 cm -3.2163037 cm 43.510234 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3726173 m CaptureMgnt StepLimiter + 1371 -29.09227 cm -3.1349674 cm 43.536573 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3736173 m CaptureMgnt StepLimiter + 1372 -29.143635 cm -3.0533108 cm 43.562912 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3746173 m CaptureMgnt StepLimiter + 1373 -29.194493 cm -2.971337 cm 43.589251 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3756173 m CaptureMgnt StepLimiter + 1374 -29.244842 cm -2.8890493 cm 43.61559 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3766173 m CaptureMgnt StepLimiter + 1375 -29.294678 cm -2.8064508 cm 43.64193 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3776173 m CaptureMgnt StepLimiter + 1376 -29.344002 cm -2.7235447 cm 43.668269 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3786173 m CaptureMgnt StepLimiter + 1377 -29.39281 cm -2.6403341 cm 43.694608 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3796173 m CaptureMgnt StepLimiter + 1378 -29.4411 cm -2.5568223 cm 43.720947 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3806173 m CaptureMgnt StepLimiter + 1379 -29.488872 cm -2.4730125 cm 43.747286 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3816173 m CaptureMgnt StepLimiter + 1380 -29.536123 cm -2.3889079 cm 43.773626 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3826173 m CaptureMgnt StepLimiter + 1381 -29.582851 cm -2.3045117 cm 43.799965 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3836173 m CaptureMgnt StepLimiter + 1382 -29.629054 cm -2.2198273 cm 43.826304 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3846173 m CaptureMgnt StepLimiter + 1383 -29.674731 cm -2.1348578 cm 43.852643 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3856173 m CaptureMgnt StepLimiter + 1384 -29.71988 cm -2.0496065 cm 43.878982 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3866173 m CaptureMgnt StepLimiter + 1385 -29.7645 cm -1.9640767 cm 43.905322 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3876173 m CaptureMgnt StepLimiter + 1386 -29.808587 cm -1.8782718 cm 43.931661 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3886173 m CaptureMgnt StepLimiter + 1387 -29.852142 cm -1.792195 cm 43.958 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3896173 m CaptureMgnt StepLimiter + 1388 -29.895162 cm -1.7058496 cm 43.984339 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3906173 m CaptureMgnt StepLimiter + 1389 -29.937645 cm -1.6192389 cm 44.010678 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3916173 m CaptureMgnt StepLimiter + 1390 -29.979589 cm -1.5323663 cm 44.037018 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3926173 m CaptureMgnt StepLimiter + 1391 -30.020994 cm -1.4452351 cm 44.063357 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3936173 m CaptureMgnt StepLimiter + 1392 -30.061858 cm -1.3578487 cm 44.089696 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3946173 m CaptureMgnt StepLimiter + 1393 -30.102179 cm -1.2702105 cm 44.116035 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3956173 m CaptureMgnt StepLimiter + 1394 -30.141955 cm -1.1823238 cm 44.142374 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3966173 m CaptureMgnt StepLimiter + 1395 -30.181185 cm -1.094192 cm 44.168714 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3976173 m CaptureMgnt StepLimiter + 1396 -30.219867 cm -1.0058184 cm 44.195053 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3986173 m CaptureMgnt StepLimiter + 1397 -30.258001 cm -9.1720658 mm 44.221392 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.3996173 m CaptureMgnt StepLimiter + 1398 -30.295584 cm -8.2835985 mm 44.247731 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4006173 m CaptureMgnt StepLimiter + 1399 -30.332615 cm -7.3928164 mm 44.27407 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4016173 m CaptureMgnt StepLimiter + 1400 -30.369092 cm -6.4997539 mm 44.30041 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4026173 m CaptureMgnt StepLimiter + 1401 -30.405015 cm -5.6044454 mm 44.326749 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4036173 m CaptureMgnt StepLimiter + 1402 -30.440381 cm -4.7069252 mm 44.353088 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4046173 m CaptureMgnt StepLimiter + 1403 -30.47519 cm -3.807228 mm 44.379427 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4056173 m CaptureMgnt StepLimiter + 1404 -30.509441 cm -2.9053883 mm 44.405766 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4066173 m CaptureMgnt StepLimiter + 1405 -30.54313 cm -2.001441 mm 44.432106 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4076173 m CaptureMgnt StepLimiter + 1406 -30.576259 cm -1.0954208 mm 44.458445 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4086173 m CaptureMgnt StepLimiter + 1407 -30.608824 cm -187.36253 um 44.484784 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4096173 m CaptureMgnt StepLimiter + 1408 -30.640826 cm 722.69878 um 44.511123 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4106173 m CaptureMgnt StepLimiter + 1409 -30.672262 cm 1.6347281 mm 44.537462 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4116173 m CaptureMgnt StepLimiter + 1410 -30.703132 cm 2.5486904 mm 44.563802 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4126173 m CaptureMgnt StepLimiter + 1411 -30.733434 cm 3.4645504 mm 44.590141 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4136173 m CaptureMgnt StepLimiter + 1412 -30.763168 cm 4.3822728 mm 44.61648 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4146173 m CaptureMgnt StepLimiter + 1413 -30.792331 cm 5.3018224 mm 44.642819 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4156173 m CaptureMgnt StepLimiter + 1414 -30.820923 cm 6.2231638 mm 44.669158 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4166173 m CaptureMgnt StepLimiter + 1415 -30.848943 cm 7.1462614 mm 44.695498 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4176173 m CaptureMgnt StepLimiter + 1416 -30.87639 cm 8.0710798 mm 44.721837 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4186173 m CaptureMgnt StepLimiter + 1417 -30.903263 cm 8.9975833 mm 44.748176 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4196173 m CaptureMgnt StepLimiter + 1418 -30.92956 cm 9.9257363 mm 44.774515 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4206173 m CaptureMgnt StepLimiter + 1419 -30.95528 cm 1.0855503 cm 44.800854 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4216173 m CaptureMgnt StepLimiter + 1420 -30.980424 cm 1.1786848 cm 44.827194 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4226173 m CaptureMgnt StepLimiter + 1421 -31.004989 cm 1.2719734 cm 44.853533 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4236173 m CaptureMgnt StepLimiter + 1422 -31.028975 cm 1.3654127 cm 44.879872 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4246173 m CaptureMgnt StepLimiter + 1423 -31.05238 cm 1.4589991 cm 44.906211 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4256173 m CaptureMgnt StepLimiter + 1424 -31.075204 cm 1.5527288 cm 44.93255 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4266173 m CaptureMgnt StepLimiter + 1425 -31.097447 cm 1.6465983 cm 44.95889 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4276173 m CaptureMgnt StepLimiter + 1426 -31.119106 cm 1.7406041 cm 44.985229 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4286173 m CaptureMgnt StepLimiter + 1427 -31.140182 cm 1.8347424 cm 45.011568 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4296173 m CaptureMgnt StepLimiter + 1428 -31.160674 cm 1.9290097 cm 45.037907 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4306173 m CaptureMgnt StepLimiter + 1429 -31.18058 cm 2.0234023 cm 45.064246 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4316173 m CaptureMgnt StepLimiter + 1430 -31.1999 cm 2.1179166 cm 45.090586 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4326173 m CaptureMgnt StepLimiter + 1431 -31.218633 cm 2.2125489 cm 45.116925 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4336173 m CaptureMgnt StepLimiter + 1432 -31.236779 cm 2.3072957 cm 45.143264 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4346173 m CaptureMgnt StepLimiter + 1433 -31.254337 cm 2.4021532 cm 45.169603 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4356173 m CaptureMgnt StepLimiter + 1434 -31.271305 cm 2.4971178 cm 45.195942 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4366173 m CaptureMgnt StepLimiter + 1435 -31.287684 cm 2.5921859 cm 45.222282 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4376173 m CaptureMgnt StepLimiter + 1436 -31.303473 cm 2.6873538 cm 45.248621 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4386173 m CaptureMgnt StepLimiter + 1437 -31.318672 cm 2.7826178 cm 45.27496 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4396173 m CaptureMgnt StepLimiter + 1438 -31.333278 cm 2.8779743 cm 45.301299 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4406173 m CaptureMgnt StepLimiter + 1439 -31.347293 cm 2.9734195 cm 45.327638 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4416173 m CaptureMgnt StepLimiter + 1440 -31.360716 cm 3.0689499 cm 45.353978 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4426173 m CaptureMgnt StepLimiter + 1441 -31.373545 cm 3.1645617 cm 45.380317 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4436173 m CaptureMgnt StepLimiter + 1442 -31.385781 cm 3.2602513 cm 45.406656 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4446173 m CaptureMgnt StepLimiter + 1443 -31.397423 cm 3.356015 cm 45.432995 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4456173 m CaptureMgnt StepLimiter + 1444 -31.408471 cm 3.451849 cm 45.459334 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4466173 m CaptureMgnt StepLimiter + 1445 -31.418924 cm 3.5477498 cm 45.485674 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4476173 m CaptureMgnt StepLimiter + 1446 -31.428782 cm 3.6437135 cm 45.512013 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4486173 m CaptureMgnt StepLimiter + 1447 -31.438044 cm 3.7397366 cm 45.538352 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4496173 m CaptureMgnt StepLimiter + 1448 -31.44671 cm 3.8358153 cm 45.564691 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4506173 m CaptureMgnt StepLimiter + 1449 -31.45478 cm 3.9319459 cm 45.59103 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4516173 m CaptureMgnt StepLimiter + 1450 -31.462253 cm 4.0281248 cm 45.61737 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4526173 m CaptureMgnt StepLimiter + 1451 -31.469129 cm 4.1243481 cm 45.643709 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4536173 m CaptureMgnt StepLimiter + 1452 -31.475408 cm 4.2206123 cm 45.670048 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4546173 m CaptureMgnt StepLimiter + 1453 -31.48109 cm 4.3169135 cm 45.696387 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4556173 m CaptureMgnt StepLimiter + 1454 -31.486174 cm 4.4132482 cm 45.722726 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4566173 m CaptureMgnt StepLimiter + 1455 -31.490661 cm 4.5096126 cm 45.749066 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4576173 m CaptureMgnt StepLimiter + 1456 -31.494549 cm 4.6060029 cm 45.775405 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4586173 m CaptureMgnt StepLimiter + 1457 -31.497839 cm 4.7024155 cm 45.801744 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4596173 m CaptureMgnt StepLimiter + 1458 -31.500531 cm 4.7988467 cm 45.828083 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4606173 m CaptureMgnt StepLimiter + 1459 -31.502625 cm 4.8952927 cm 45.854422 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4616173 m CaptureMgnt StepLimiter + 1460 -31.50412 cm 4.9917498 cm 45.880762 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4626173 m CaptureMgnt StepLimiter + 1461 -31.505017 cm 5.0882144 cm 45.907101 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4636173 m CaptureMgnt StepLimiter + 1462 -31.505315 cm 5.1846827 cm 45.93344 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4646173 m CaptureMgnt StepLimiter + 1463 -31.505014 cm 5.2811509 cm 45.959779 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4656173 m CaptureMgnt StepLimiter + 1464 -31.504115 cm 5.3776155 cm 45.986118 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4666173 m CaptureMgnt StepLimiter + 1465 -31.502618 cm 5.4740726 cm 46.012458 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4676173 m CaptureMgnt StepLimiter + 1466 -31.500522 cm 5.5705186 cm 46.038797 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4686173 m CaptureMgnt StepLimiter + 1467 -31.497828 cm 5.6669497 cm 46.065136 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4696173 m CaptureMgnt StepLimiter + 1468 -31.494535 cm 5.7633622 cm 46.091475 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4706173 m CaptureMgnt StepLimiter + 1469 -31.490645 cm 5.8597524 cm 46.117814 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4716173 m CaptureMgnt StepLimiter + 1470 -31.486156 cm 5.9561167 cm 46.144154 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4726173 m CaptureMgnt StepLimiter + 1471 -31.48107 cm 6.0524512 cm 46.170493 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4736173 m CaptureMgnt StepLimiter + 1472 -31.475386 cm 6.1487524 cm 46.196832 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4746173 m CaptureMgnt StepLimiter + 1473 -31.469104 cm 6.2450164 cm 46.223171 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4756173 m CaptureMgnt StepLimiter + 1474 -31.462226 cm 6.3412396 cm 46.24951 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4766173 m CaptureMgnt StepLimiter + 1475 -31.45475 cm 6.4374182 cm 46.27585 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4776173 m CaptureMgnt StepLimiter + 1476 -31.446678 cm 6.5335487 cm 46.302189 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4786173 m CaptureMgnt StepLimiter + 1477 -31.43801 cm 6.6296272 cm 46.328528 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4796173 m CaptureMgnt StepLimiter + 1478 -31.428746 cm 6.72565 cm 46.354867 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4806173 m CaptureMgnt StepLimiter + 1479 -31.418886 cm 6.8216136 cm 46.381206 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4816173 m CaptureMgnt StepLimiter + 1480 -31.408431 cm 6.9175141 cm 46.407546 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4826173 m CaptureMgnt StepLimiter + 1481 -31.397381 cm 7.0133479 cm 46.433885 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4836173 m CaptureMgnt StepLimiter + 1482 -31.385736 cm 7.1091112 cm 46.460224 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4846173 m CaptureMgnt StepLimiter + 1483 -31.373498 cm 7.2048005 cm 46.486563 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4856173 m CaptureMgnt StepLimiter + 1484 -31.360667 cm 7.3004121 cm 46.512902 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4866173 m CaptureMgnt StepLimiter + 1485 -31.347242 cm 7.3959421 cm 46.539242 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4876173 m CaptureMgnt StepLimiter + 1486 -31.333225 cm 7.4913871 cm 46.565581 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4886173 m CaptureMgnt StepLimiter + 1487 -31.318616 cm 7.5867432 cm 46.59192 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4896173 m CaptureMgnt StepLimiter + 1488 -31.303415 cm 7.6820069 cm 46.618259 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4906173 m CaptureMgnt StepLimiter + 1489 -31.287624 cm 7.7771744 cm 46.644598 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4916173 m CaptureMgnt StepLimiter + 1490 -31.271243 cm 7.8722421 cm 46.670938 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4926173 m CaptureMgnt StepLimiter + 1491 -31.254272 cm 7.9672063 cm 46.697277 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4936173 m CaptureMgnt StepLimiter + 1492 -31.236712 cm 8.0620634 cm 46.723616 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4946173 m CaptureMgnt StepLimiter + 1493 -31.218564 cm 8.1568097 cm 46.749955 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4956173 m CaptureMgnt StepLimiter + 1494 -31.199828 cm 8.2514416 cm 46.776294 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4966173 m CaptureMgnt StepLimiter + 1495 -31.180506 cm 8.3459555 cm 46.802634 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4976173 m CaptureMgnt StepLimiter + 1496 -31.160598 cm 8.4403476 cm 46.828973 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4986173 m CaptureMgnt StepLimiter + 1497 -31.140104 cm 8.5346144 cm 46.855312 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.4996173 m CaptureMgnt StepLimiter + 1498 -31.119026 cm 8.6287522 cm 46.881651 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5006173 m CaptureMgnt StepLimiter + 1499 -31.097364 cm 8.7227575 cm 46.90799 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5016173 m CaptureMgnt StepLimiter + 1500 -31.07512 cm 8.8166265 cm 46.93433 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5026173 m CaptureMgnt StepLimiter + 1501 -31.052293 cm 8.9103557 cm 46.960669 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5036173 m CaptureMgnt StepLimiter + 1502 -31.028885 cm 9.0039415 cm 46.987008 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5046173 m CaptureMgnt StepLimiter + 1503 -31.004898 cm 9.0973802 cm 47.013347 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5056173 m CaptureMgnt StepLimiter + 1504 -30.98033 cm 9.1906683 cm 47.039686 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5066173 m CaptureMgnt StepLimiter + 1505 -30.955185 cm 9.2838022 cm 47.066026 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5076173 m CaptureMgnt StepLimiter + 1506 -30.929462 cm 9.3767783 cm 47.092365 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5086173 m CaptureMgnt StepLimiter + 1507 -30.903163 cm 9.469593 cm 47.118704 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5096173 m CaptureMgnt StepLimiter + 1508 -30.876288 cm 9.5622427 cm 47.145043 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5106173 m CaptureMgnt StepLimiter + 1509 -30.848839 cm 9.6547239 cm 47.171382 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5116173 m CaptureMgnt StepLimiter + 1510 -30.820817 cm 9.747033 cm 47.197721 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5126173 m CaptureMgnt StepLimiter + 1511 -30.792222 cm 9.8391665 cm 47.224061 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5136173 m CaptureMgnt StepLimiter + 1512 -30.763057 cm 9.9311207 cm 47.2504 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5146173 m CaptureMgnt StepLimiter + 1513 -30.733321 cm 10.022892 cm 47.276739 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5156173 m CaptureMgnt StepLimiter + 1514 -30.703017 cm 10.114478 cm 47.303078 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5166173 m CaptureMgnt StepLimiter + 1515 -30.672145 cm 10.205873 cm 47.329417 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5176173 m CaptureMgnt StepLimiter + 1516 -30.640707 cm 10.297075 cm 47.355757 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5186173 m CaptureMgnt StepLimiter + 1517 -30.608703 cm 10.388081 cm 47.382096 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5196173 m CaptureMgnt StepLimiter + 1518 -30.576135 cm 10.478886 cm 47.408435 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5206173 m CaptureMgnt StepLimiter + 1519 -30.543005 cm 10.569487 cm 47.434774 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5216173 m CaptureMgnt StepLimiter + 1520 -30.509313 cm 10.659881 cm 47.461113 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5226173 m CaptureMgnt StepLimiter + 1521 -30.475061 cm 10.750064 cm 47.487453 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5236173 m CaptureMgnt StepLimiter + 1522 -30.44025 cm 10.840033 cm 47.513792 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5246173 m CaptureMgnt StepLimiter + 1523 -30.404881 cm 10.929784 cm 47.540131 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5256173 m CaptureMgnt StepLimiter + 1524 -30.368956 cm 11.019314 cm 47.56647 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5266173 m CaptureMgnt StepLimiter + 1525 -30.332476 cm 11.10862 cm 47.592809 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5276173 m CaptureMgnt StepLimiter + 1526 -30.295443 cm 11.197697 cm 47.619149 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5286173 m CaptureMgnt StepLimiter + 1527 -30.257858 cm 11.286543 cm 47.645488 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5296173 m CaptureMgnt StepLimiter + 1528 -30.219723 cm 11.375154 cm 47.671827 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5306173 m CaptureMgnt StepLimiter + 1529 -30.181038 cm 11.463526 cm 47.698166 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5316173 m CaptureMgnt StepLimiter + 1530 -30.141806 cm 11.551657 cm 47.724505 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5326173 m CaptureMgnt StepLimiter + 1531 -30.102028 cm 11.639543 cm 47.750845 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5336173 m CaptureMgnt StepLimiter + 1532 -30.061705 cm 11.72718 cm 47.777184 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5346173 m CaptureMgnt StepLimiter + 1533 -30.02084 cm 11.814566 cm 47.803523 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5356173 m CaptureMgnt StepLimiter + 1534 -29.979433 cm 11.901696 cm 47.829862 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5366173 m CaptureMgnt StepLimiter + 1535 -29.937486 cm 11.988568 cm 47.856201 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5376173 m CaptureMgnt StepLimiter + 1536 -29.895001 cm 12.075177 cm 47.882541 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5386173 m CaptureMgnt StepLimiter + 1537 -29.851979 cm 12.161522 cm 47.90888 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5396173 m CaptureMgnt StepLimiter + 1538 -29.808423 cm 12.247598 cm 47.935219 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5406173 m CaptureMgnt StepLimiter + 1539 -29.764333 cm 12.333401 cm 47.961558 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5416173 m CaptureMgnt StepLimiter + 1540 -29.719712 cm 12.41893 cm 47.987897 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5426173 m CaptureMgnt StepLimiter + 1541 -29.674561 cm 12.50418 cm 48.014237 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5436173 m CaptureMgnt StepLimiter + 1542 -29.628881 cm 12.589149 cm 48.040576 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5446173 m CaptureMgnt StepLimiter + 1543 -29.582676 cm 12.673832 cm 48.066915 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5456173 m CaptureMgnt StepLimiter + 1544 -29.535946 cm 12.758227 cm 48.093254 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5466173 m CaptureMgnt StepLimiter + 1545 -29.488693 cm 12.842331 cm 48.119593 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5476173 m CaptureMgnt StepLimiter + 1546 -29.44092 cm 12.926139 cm 48.145933 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5486173 m CaptureMgnt StepLimiter + 1547 -29.392627 cm 13.00965 cm 48.172272 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5496173 m CaptureMgnt StepLimiter + 1548 -29.343817 cm 13.09286 cm 48.198611 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5506173 m CaptureMgnt StepLimiter + 1549 -29.294492 cm 13.175765 cm 48.22495 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5516173 m CaptureMgnt StepLimiter + 1550 -29.244653 cm 13.258362 cm 48.251289 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5526173 m CaptureMgnt StepLimiter + 1551 -29.194303 cm 13.340648 cm 48.277629 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5536173 m CaptureMgnt StepLimiter + 1552 -29.143443 cm 13.422621 cm 48.303968 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5546173 m CaptureMgnt StepLimiter + 1553 -29.092076 cm 13.504276 cm 48.330307 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5556173 m CaptureMgnt StepLimiter + 1554 -29.040203 cm 13.585612 cm 48.356646 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5566173 m CaptureMgnt StepLimiter + 1555 -28.987826 cm 13.666623 cm 48.382985 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5576173 m CaptureMgnt StepLimiter + 1556 -28.934948 cm 13.747308 cm 48.409325 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5586173 m CaptureMgnt StepLimiter + 1557 -28.88157 cm 13.827664 cm 48.435664 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5596173 m CaptureMgnt StepLimiter + 1558 -28.827694 cm 13.907687 cm 48.462003 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5606173 m CaptureMgnt StepLimiter + 1559 -28.773324 cm 13.987374 cm 48.488342 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5616173 m CaptureMgnt StepLimiter + 1560 -28.718459 cm 14.066722 cm 48.514681 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5626173 m CaptureMgnt StepLimiter + 1561 -28.663104 cm 14.145728 cm 48.541021 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5636173 m CaptureMgnt StepLimiter + 1562 -28.607259 cm 14.224389 cm 48.56736 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5646173 m CaptureMgnt StepLimiter + 1563 -28.550927 cm 14.302703 cm 48.593699 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5656173 m CaptureMgnt StepLimiter + 1564 -28.494111 cm 14.380665 cm 48.620038 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5666173 m CaptureMgnt StepLimiter + 1565 -28.436812 cm 14.458273 cm 48.646377 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5676173 m CaptureMgnt StepLimiter + 1566 -28.379032 cm 14.535524 cm 48.672717 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5686173 m CaptureMgnt StepLimiter + 1567 -28.320775 cm 14.612415 cm 48.699056 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5696173 m CaptureMgnt StepLimiter + 1568 -28.262041 cm 14.688944 cm 48.725395 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5706173 m CaptureMgnt StepLimiter + 1569 -28.202834 cm 14.765106 cm 48.751734 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5716173 m CaptureMgnt StepLimiter + 1570 -28.143155 cm 14.8409 cm 48.778073 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5726173 m CaptureMgnt StepLimiter + 1571 -28.083007 cm 14.916321 cm 48.804413 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5736173 m CaptureMgnt StepLimiter + 1572 -28.022392 cm 14.991369 cm 48.830752 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5746173 m CaptureMgnt StepLimiter + 1573 -27.961313 cm 15.066038 cm 48.857091 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5756173 m CaptureMgnt StepLimiter + 1574 -27.899772 cm 15.140327 cm 48.88343 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5766173 m CaptureMgnt StepLimiter + 1575 -27.837771 cm 15.214233 cm 48.909769 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5776173 m CaptureMgnt StepLimiter + 1576 -27.775312 cm 15.287753 cm 48.936109 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5786173 m CaptureMgnt StepLimiter + 1577 -27.712399 cm 15.360884 cm 48.962448 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5796173 m CaptureMgnt StepLimiter + 1578 -27.649033 cm 15.433623 cm 48.988787 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5806173 m CaptureMgnt StepLimiter + 1579 -27.585217 cm 15.505968 cm 49.015126 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5816173 m CaptureMgnt StepLimiter + 1580 -27.520954 cm 15.577915 cm 49.041465 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5826173 m CaptureMgnt StepLimiter + 1581 -27.456245 cm 15.649462 cm 49.067805 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5836173 m CaptureMgnt StepLimiter + 1582 -27.391094 cm 15.720607 cm 49.094144 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5846173 m CaptureMgnt StepLimiter + 1583 -27.325502 cm 15.791345 cm 49.120483 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5856173 m CaptureMgnt StepLimiter + 1584 -27.259473 cm 15.861676 cm 49.146822 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5866173 m CaptureMgnt StepLimiter + 1585 -27.193009 cm 15.931595 cm 49.173161 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5876173 m CaptureMgnt StepLimiter + 1586 -27.126112 cm 16.001101 cm 49.199501 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5886173 m CaptureMgnt StepLimiter + 1587 -27.058785 cm 16.07019 cm 49.22584 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5896173 m CaptureMgnt StepLimiter + 1588 -26.991031 cm 16.13886 cm 49.252179 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5906173 m CaptureMgnt StepLimiter + 1589 -26.922852 cm 16.207109 cm 49.278518 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5916173 m CaptureMgnt StepLimiter + 1590 -26.854251 cm 16.274933 cm 49.304857 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5926173 m CaptureMgnt StepLimiter + 1591 -26.78523 cm 16.34233 cm 49.331197 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5936173 m CaptureMgnt StepLimiter + 1592 -26.715793 cm 16.409298 cm 49.357536 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5946173 m CaptureMgnt StepLimiter + 1593 -26.645941 cm 16.475833 cm 49.383875 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5956173 m CaptureMgnt StepLimiter + 1594 -26.575678 cm 16.541934 cm 49.410214 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5966173 m CaptureMgnt StepLimiter + 1595 -26.505006 cm 16.607598 cm 49.436553 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5976173 m CaptureMgnt StepLimiter + 1596 -26.433929 cm 16.672821 cm 49.462893 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5986173 m CaptureMgnt StepLimiter + 1597 -26.362447 cm 16.737603 cm 49.489232 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.5996173 m CaptureMgnt StepLimiter + 1598 -26.290566 cm 16.80194 cm 49.515571 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6006173 m CaptureMgnt StepLimiter + 1599 -26.218286 cm 16.86583 cm 49.54191 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6016173 m CaptureMgnt StepLimiter + 1600 -26.145612 cm 16.92927 cm 49.568249 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6026173 m CaptureMgnt StepLimiter + 1601 -26.072545 cm 16.992257 cm 49.594589 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6036173 m CaptureMgnt StepLimiter + 1602 -25.999089 cm 17.054791 cm 49.620928 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6046173 m CaptureMgnt StepLimiter + 1603 -25.925246 cm 17.116867 cm 49.647267 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6056173 m CaptureMgnt StepLimiter + 1604 -25.851019 cm 17.178484 cm 49.673606 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6066173 m CaptureMgnt StepLimiter + 1605 -25.776412 cm 17.239639 cm 49.699945 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6076173 m CaptureMgnt StepLimiter + 1606 -25.701427 cm 17.30033 cm 49.726285 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6086173 m CaptureMgnt StepLimiter + 1607 -25.626066 cm 17.360555 cm 49.752624 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6096173 m CaptureMgnt StepLimiter + 1608 -25.550334 cm 17.420311 cm 49.778963 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6106173 m CaptureMgnt StepLimiter + 1609 -25.474232 cm 17.479596 cm 49.805302 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6116173 m CaptureMgnt StepLimiter + 1610 -25.397763 cm 17.538407 cm 49.831641 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6126173 m CaptureMgnt StepLimiter + 1611 -25.320932 cm 17.596744 cm 49.857981 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6136173 m CaptureMgnt StepLimiter + 1612 -25.243739 cm 17.654602 cm 49.88432 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6146173 m CaptureMgnt StepLimiter + 1613 -25.16619 cm 17.71198 cm 49.910659 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6156173 m CaptureMgnt StepLimiter + 1614 -25.088285 cm 17.768876 cm 49.936998 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6166173 m CaptureMgnt StepLimiter + 1615 -25.01003 cm 17.825287 cm 49.963337 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6176173 m CaptureMgnt StepLimiter + 1616 -24.931425 cm 17.881212 cm 49.989677 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6186173 m CaptureMgnt StepLimiter + 1617 -24.852476 cm 17.936648 cm 50.016016 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6196173 m CaptureMgnt StepLimiter + 1618 -24.773183 cm 17.991593 cm 50.042355 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6206173 m CaptureMgnt StepLimiter + 1619 -24.693552 cm 18.046045 cm 50.068694 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6216173 m CaptureMgnt StepLimiter + 1620 -24.613584 cm 18.100002 cm 50.095033 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6226173 m CaptureMgnt StepLimiter + 1621 -24.533283 cm 18.153462 cm 50.121373 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6236173 m CaptureMgnt StepLimiter + 1622 -24.452652 cm 18.206423 cm 50.147712 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6246173 m CaptureMgnt StepLimiter + 1623 -24.371693 cm 18.258882 cm 50.174051 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6256173 m CaptureMgnt StepLimiter + 1624 -24.290411 cm 18.310838 cm 50.20039 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6266173 m CaptureMgnt StepLimiter + 1625 -24.208808 cm 18.362288 cm 50.226729 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6276173 m CaptureMgnt StepLimiter + 1626 -24.126887 cm 18.413232 cm 50.253069 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6286173 m CaptureMgnt StepLimiter + 1627 -24.044652 cm 18.463666 cm 50.279408 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6296173 m CaptureMgnt StepLimiter + 1628 -23.962106 cm 18.513589 cm 50.305747 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6306173 m CaptureMgnt StepLimiter + 1629 -23.879251 cm 18.562998 cm 50.332086 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6316173 m CaptureMgnt StepLimiter + 1630 -23.796091 cm 18.611893 cm 50.358425 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6326173 m CaptureMgnt StepLimiter + 1631 -23.71263 cm 18.660271 cm 50.384765 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6336173 m CaptureMgnt StepLimiter + 1632 -23.62887 cm 18.70813 cm 50.411104 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6346173 m CaptureMgnt StepLimiter + 1633 -23.544815 cm 18.755468 cm 50.437443 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6356173 m CaptureMgnt StepLimiter + 1634 -23.460467 cm 18.802284 cm 50.463782 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6366173 m CaptureMgnt StepLimiter + 1635 -23.375831 cm 18.848576 cm 50.490121 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6376173 m CaptureMgnt StepLimiter + 1636 -23.290909 cm 18.894342 cm 50.516461 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6386173 m CaptureMgnt StepLimiter + 1637 -23.205705 cm 18.93958 cm 50.5428 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6396173 m CaptureMgnt StepLimiter + 1638 -23.120222 cm 18.984288 cm 50.569139 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6406173 m CaptureMgnt StepLimiter + 1639 -23.034463 cm 19.028465 cm 50.595478 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6416173 m CaptureMgnt StepLimiter + 1640 -22.948432 cm 19.072109 cm 50.621817 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6426173 m CaptureMgnt StepLimiter + 1641 -22.862131 cm 19.115219 cm 50.648157 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6436173 m CaptureMgnt StepLimiter + 1642 -22.775565 cm 19.157792 cm 50.674496 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6446173 m CaptureMgnt StepLimiter + 1643 -22.688736 cm 19.199828 cm 50.700835 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6456173 m CaptureMgnt StepLimiter + 1644 -22.601648 cm 19.241324 cm 50.727174 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6466173 m CaptureMgnt StepLimiter + 1645 -22.514304 cm 19.282278 cm 50.753513 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6476173 m CaptureMgnt StepLimiter + 1646 -22.426708 cm 19.32269 cm 50.779853 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6486173 m CaptureMgnt StepLimiter + 1647 -22.338863 cm 19.362558 cm 50.806192 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6496173 m CaptureMgnt StepLimiter + 1648 -22.250772 cm 19.40188 cm 50.832531 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6506173 m CaptureMgnt StepLimiter + 1649 -22.162439 cm 19.440655 cm 50.85887 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6516173 m CaptureMgnt StepLimiter + 1650 -22.073867 cm 19.47888 cm 50.885209 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6526173 m CaptureMgnt StepLimiter + 1651 -21.985059 cm 19.516556 cm 50.911549 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6536173 m CaptureMgnt StepLimiter + 1652 -21.89602 cm 19.55368 cm 50.937888 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6546173 m CaptureMgnt StepLimiter + 1653 -21.806752 cm 19.59025 cm 50.964227 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6556173 m CaptureMgnt StepLimiter + 1654 -21.717258 cm 19.626266 cm 50.990566 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6566173 m CaptureMgnt StepLimiter + 1655 -21.627543 cm 19.661726 cm 51.016905 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6576173 m CaptureMgnt StepLimiter + 1656 -21.53761 cm 19.696629 cm 51.043245 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6586173 m CaptureMgnt StepLimiter + 1657 -21.447462 cm 19.730973 cm 51.069584 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6596173 m CaptureMgnt StepLimiter + 1658 -21.357102 cm 19.764757 cm 51.095923 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6606173 m CaptureMgnt StepLimiter + 1659 -21.266535 cm 19.79798 cm 51.122262 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6616173 m CaptureMgnt StepLimiter + 1660 -21.175763 cm 19.830641 cm 51.148601 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6626173 m CaptureMgnt StepLimiter + 1661 -21.08479 cm 19.862737 cm 51.174941 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6636173 m CaptureMgnt StepLimiter + 1662 -20.99362 cm 19.894268 cm 51.20128 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6646173 m CaptureMgnt StepLimiter + 1663 -20.902256 cm 19.925233 cm 51.227619 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6656173 m CaptureMgnt StepLimiter + 1664 -20.810702 cm 19.955631 cm 51.253958 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6666173 m CaptureMgnt StepLimiter + 1665 -20.71896 cm 19.98546 cm 51.280297 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6676173 m CaptureMgnt StepLimiter + 1666 -20.627036 cm 20.014719 cm 51.306637 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6686173 m CaptureMgnt StepLimiter + 1667 -20.534932 cm 20.043408 cm 51.332976 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6696173 m CaptureMgnt StepLimiter + 1668 -20.442651 cm 20.071524 cm 51.359315 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6706173 m CaptureMgnt StepLimiter + 1669 -20.350198 cm 20.099067 cm 51.385654 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6716173 m CaptureMgnt StepLimiter + 1670 -20.257576 cm 20.126036 cm 51.411993 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6726173 m CaptureMgnt StepLimiter + 1671 -20.164788 cm 20.15243 cm 51.438333 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6736173 m CaptureMgnt StepLimiter + 1672 -20.071838 cm 20.178248 cm 51.464672 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6746173 m CaptureMgnt StepLimiter + 1673 -19.97873 cm 20.203488 cm 51.491011 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6756173 m CaptureMgnt StepLimiter + 1674 -19.885467 cm 20.22815 cm 51.51735 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6766173 m CaptureMgnt StepLimiter + 1675 -19.792053 cm 20.252233 cm 51.543689 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6776173 m CaptureMgnt StepLimiter + 1676 -19.698491 cm 20.275737 cm 51.570028 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6786173 m CaptureMgnt StepLimiter + 1677 -19.604785 cm 20.298659 cm 51.596368 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6796173 m CaptureMgnt StepLimiter + 1678 -19.510938 cm 20.320999 cm 51.622707 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6806173 m CaptureMgnt StepLimiter + 1679 -19.416955 cm 20.342756 cm 51.649046 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6816173 m CaptureMgnt StepLimiter + 1680 -19.322839 cm 20.36393 cm 51.675385 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6826173 m CaptureMgnt StepLimiter + 1681 -19.228593 cm 20.38452 cm 51.701724 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6836173 m CaptureMgnt StepLimiter + 1682 -19.134221 cm 20.404525 cm 51.728064 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6846173 m CaptureMgnt StepLimiter + 1683 -19.039727 cm 20.423943 cm 51.754403 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6856173 m CaptureMgnt StepLimiter + 1684 -18.945115 cm 20.442775 cm 51.780742 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6866173 m CaptureMgnt StepLimiter + 1685 -18.850387 cm 20.46102 cm 51.807081 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6876173 m CaptureMgnt StepLimiter + 1686 -18.755548 cm 20.478676 cm 51.83342 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6886173 m CaptureMgnt StepLimiter + 1687 -18.660601 cm 20.495744 cm 51.85976 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6896173 m CaptureMgnt StepLimiter + 1688 -18.56555 cm 20.512222 cm 51.886099 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6906173 m CaptureMgnt StepLimiter + 1689 -18.470398 cm 20.52811 cm 51.912438 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6916173 m CaptureMgnt StepLimiter + 1690 -18.37515 cm 20.543408 cm 51.938777 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6926173 m CaptureMgnt StepLimiter + 1691 -18.279809 cm 20.558114 cm 51.965116 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6936173 m CaptureMgnt StepLimiter + 1692 -18.184379 cm 20.572229 cm 51.991456 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6946173 m CaptureMgnt StepLimiter + 1693 -18.088862 cm 20.585751 cm 52.017795 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6956173 m CaptureMgnt StepLimiter + 1694 -17.993264 cm 20.59868 cm 52.044134 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6966173 m CaptureMgnt StepLimiter + 1695 -17.897587 cm 20.611016 cm 52.070473 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6976173 m CaptureMgnt StepLimiter + 1696 -17.801836 cm 20.622758 cm 52.096812 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6986173 m CaptureMgnt StepLimiter + 1697 -17.706013 cm 20.633905 cm 52.123152 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.6996173 m CaptureMgnt StepLimiter + 1698 -17.610123 cm 20.644458 cm 52.149491 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7006173 m CaptureMgnt StepLimiter + 1699 -17.51417 cm 20.654416 cm 52.17583 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7016173 m CaptureMgnt StepLimiter + 1700 -17.418156 cm 20.663778 cm 52.202169 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7026173 m CaptureMgnt StepLimiter + 1701 -17.322087 cm 20.672544 cm 52.228508 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7036173 m CaptureMgnt StepLimiter + 1702 -17.225965 cm 20.680714 cm 52.254848 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7046173 m CaptureMgnt StepLimiter + 1703 -17.129794 cm 20.688288 cm 52.281187 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7056173 m CaptureMgnt StepLimiter + 1704 -17.033578 cm 20.695264 cm 52.307526 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7066173 m CaptureMgnt StepLimiter + 1705 -16.93732 cm 20.701644 cm 52.333865 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7076173 m CaptureMgnt StepLimiter + 1706 -16.841025 cm 20.707426 cm 52.360204 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7086173 m CaptureMgnt StepLimiter + 1707 -16.744695 cm 20.712611 cm 52.386544 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7096173 m CaptureMgnt StepLimiter + 1708 -16.648336 cm 20.717197 cm 52.412883 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7106173 m CaptureMgnt StepLimiter + 1709 -16.55195 cm 20.721186 cm 52.439222 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7116173 m CaptureMgnt StepLimiter + 1710 -16.45554 cm 20.724577 cm 52.465561 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7126173 m CaptureMgnt StepLimiter + 1711 -16.359112 cm 20.72737 cm 52.4919 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7136173 m CaptureMgnt StepLimiter + 1712 -16.262668 cm 20.729564 cm 52.51824 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7146173 m CaptureMgnt StepLimiter + 1713 -16.166213 cm 20.731159 cm 52.544579 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7156173 m CaptureMgnt StepLimiter + 1714 -16.069749 cm 20.732157 cm 52.570918 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7166173 m CaptureMgnt StepLimiter + 1715 -15.973281 cm 20.732555 cm 52.597257 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7176173 m CaptureMgnt StepLimiter + 1716 -15.876813 cm 20.732356 cm 52.623596 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7186173 m CaptureMgnt StepLimiter + 1717 -15.780347 cm 20.731557 cm 52.649936 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7196173 m CaptureMgnt StepLimiter + 1718 -15.683889 cm 20.73016 cm 52.676275 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7206173 m CaptureMgnt StepLimiter + 1719 -15.587441 cm 20.728165 cm 52.702614 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7216173 m CaptureMgnt StepLimiter + 1720 -15.491007 cm 20.725571 cm 52.728953 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7226173 m CaptureMgnt StepLimiter + 1721 -15.394591 cm 20.722379 cm 52.755292 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7236173 m CaptureMgnt StepLimiter + 1722 -15.298197 cm 20.718589 cm 52.781632 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7246173 m CaptureMgnt StepLimiter + 1723 -15.201828 cm 20.714201 cm 52.807971 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7256173 m CaptureMgnt StepLimiter + 1724 -15.105488 cm 20.709215 cm 52.83431 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7266173 m CaptureMgnt StepLimiter + 1725 -15.009181 cm 20.703632 cm 52.860649 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7276173 m CaptureMgnt StepLimiter + 1726 -14.91291 cm 20.697451 cm 52.886988 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7286173 m CaptureMgnt StepLimiter + 1727 -14.81668 cm 20.690672 cm 52.913328 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7296173 m CaptureMgnt StepLimiter + 1728 -14.720494 cm 20.683297 cm 52.939667 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7306173 m CaptureMgnt StepLimiter + 1729 -14.624355 cm 20.675325 cm 52.966006 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7316173 m CaptureMgnt StepLimiter + 1730 -14.528267 cm 20.666757 cm 52.992345 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7326173 m CaptureMgnt StepLimiter + 1731 -14.432235 cm 20.657593 cm 53.018684 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7336173 m CaptureMgnt StepLimiter + 1732 -14.336261 cm 20.647833 cm 53.045024 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7346173 m CaptureMgnt StepLimiter + 1733 -14.24035 cm 20.637478 cm 53.071363 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7356173 m CaptureMgnt StepLimiter + 1734 -14.144505 cm 20.626528 cm 53.097702 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7366173 m CaptureMgnt StepLimiter + 1735 -14.048729 cm 20.614984 cm 53.124041 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7376173 m CaptureMgnt StepLimiter + 1736 -13.953027 cm 20.602845 cm 53.15038 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7386173 m CaptureMgnt StepLimiter + 1737 -13.857402 cm 20.590113 cm 53.17672 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7396173 m CaptureMgnt StepLimiter + 1738 -13.761858 cm 20.576788 cm 53.203059 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7406173 m CaptureMgnt StepLimiter + 1739 -13.666399 cm 20.56287 cm 53.229398 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7416173 m CaptureMgnt StepLimiter + 1740 -13.571027 cm 20.548361 cm 53.255737 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7426173 m CaptureMgnt StepLimiter + 1741 -13.475748 cm 20.53326 cm 53.282076 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7436173 m CaptureMgnt StepLimiter + 1742 -13.380564 cm 20.517568 cm 53.308416 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7446173 m CaptureMgnt StepLimiter + 1743 -13.285479 cm 20.501285 cm 53.334755 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7456173 m CaptureMgnt StepLimiter + 1744 -13.190497 cm 20.484413 cm 53.361094 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7466173 m CaptureMgnt StepLimiter + 1745 -13.095622 cm 20.466953 cm 53.387433 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7476173 m CaptureMgnt StepLimiter + 1746 -13.000857 cm 20.448903 cm 53.413772 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7486173 m CaptureMgnt StepLimiter + 1747 -12.906206 cm 20.430267 cm 53.440112 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7496173 m CaptureMgnt StepLimiter + 1748 -12.811672 cm 20.411043 cm 53.466451 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7506173 m CaptureMgnt StepLimiter + 1749 -12.717259 cm 20.391233 cm 53.49279 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7516173 m CaptureMgnt StepLimiter + 1750 -12.622971 cm 20.370838 cm 53.519129 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7526173 m CaptureMgnt StepLimiter + 1751 -12.528811 cm 20.349858 cm 53.545468 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7536173 m CaptureMgnt StepLimiter + 1752 -12.434783 cm 20.328294 cm 53.571808 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7546173 m CaptureMgnt StepLimiter + 1753 -12.340891 cm 20.306147 cm 53.598147 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7556173 m CaptureMgnt StepLimiter + 1754 -12.247138 cm 20.283418 cm 53.624486 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7566173 m CaptureMgnt StepLimiter + 1755 -12.153528 cm 20.260108 cm 53.650825 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7576173 m CaptureMgnt StepLimiter + 1756 -12.060064 cm 20.236218 cm 53.677164 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7586173 m CaptureMgnt StepLimiter + 1757 -11.966751 cm 20.211748 cm 53.703504 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7596173 m CaptureMgnt StepLimiter + 1758 -11.87359 cm 20.186699 cm 53.729843 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7606173 m CaptureMgnt StepLimiter + 1759 -11.780588 cm 20.161074 cm 53.756182 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7616173 m CaptureMgnt StepLimiter + 1760 -11.687746 cm 20.134871 cm 53.782521 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7626173 m CaptureMgnt StepLimiter + 1761 -11.595068 cm 20.108093 cm 53.80886 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7636173 m CaptureMgnt StepLimiter + 1762 -11.502558 cm 20.080741 cm 53.8352 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7646173 m CaptureMgnt StepLimiter + 1763 -11.41022 cm 20.052815 cm 53.861539 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7656173 m CaptureMgnt StepLimiter + 1764 -11.318057 cm 20.024316 cm 53.887878 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7666173 m CaptureMgnt StepLimiter + 1765 -11.226072 cm 19.995247 cm 53.914217 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7676173 m CaptureMgnt StepLimiter + 1766 -11.134269 cm 19.965607 cm 53.940556 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7686173 m CaptureMgnt StepLimiter + 1767 -11.042653 cm 19.935398 cm 53.966896 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7696173 m CaptureMgnt StepLimiter + 1768 -10.951225 cm 19.904621 cm 53.993235 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7706173 m CaptureMgnt StepLimiter + 1769 -10.85999 cm 19.873278 cm 54.019574 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7716173 m CaptureMgnt StepLimiter + 1770 -10.768951 cm 19.841369 cm 54.045913 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7726173 m CaptureMgnt StepLimiter + 1771 -10.678112 cm 19.808896 cm 54.072252 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7736173 m CaptureMgnt StepLimiter + 1772 -10.587477 cm 19.77586 cm 54.098592 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7746173 m CaptureMgnt StepLimiter + 1773 -10.497048 cm 19.742262 cm 54.124931 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7756173 m CaptureMgnt StepLimiter + 1774 -10.406829 cm 19.708104 cm 54.15127 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7766173 m CaptureMgnt StepLimiter + 1775 -10.316824 cm 19.673387 cm 54.177609 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7776173 m CaptureMgnt StepLimiter + 1776 -10.227036 cm 19.638112 cm 54.203948 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7786173 m CaptureMgnt StepLimiter + 1777 -10.137468 cm 19.60228 cm 54.230288 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7796173 m CaptureMgnt StepLimiter + 1778 -10.048125 cm 19.565894 cm 54.256627 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7806173 m CaptureMgnt StepLimiter + 1779 -9.9590089 cm 19.528954 cm 54.282966 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7816173 m CaptureMgnt StepLimiter + 1780 -9.8701239 cm 19.491462 cm 54.309305 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7826173 m CaptureMgnt StepLimiter + 1781 -9.7814733 cm 19.453418 cm 54.335644 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7836173 m CaptureMgnt StepLimiter + 1782 -9.6930603 cm 19.414826 cm 54.361984 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7846173 m CaptureMgnt StepLimiter + 1783 -9.6048886 cm 19.375686 cm 54.388323 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7856173 m CaptureMgnt StepLimiter + 1784 -9.5169614 cm 19.335999 cm 54.414662 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7866173 m CaptureMgnt StepLimiter + 1785 -9.4292821 cm 19.295768 cm 54.441001 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7876173 m CaptureMgnt StepLimiter + 1786 -9.3418541 cm 19.254993 cm 54.46734 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7886173 m CaptureMgnt StepLimiter + 1787 -9.2546807 cm 19.213677 cm 54.49368 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7896173 m CaptureMgnt StepLimiter + 1788 -9.1677654 cm 19.171821 cm 54.520019 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7906173 m CaptureMgnt StepLimiter + 1789 -9.0811115 cm 19.129426 cm 54.546358 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7916173 m CaptureMgnt StepLimiter + 1790 -8.9947223 cm 19.086495 cm 54.572697 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7926173 m CaptureMgnt StepLimiter + 1791 -8.9086011 cm 19.043028 cm 54.599036 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7936173 m CaptureMgnt StepLimiter + 1792 -8.8227513 cm 18.999028 cm 54.625376 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7946173 m CaptureMgnt StepLimiter + 1793 -8.7371761 cm 18.954496 cm 54.651715 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7956173 m CaptureMgnt StepLimiter + 1794 -8.6518789 cm 18.909433 cm 54.678054 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7966173 m CaptureMgnt StepLimiter + 1795 -8.5668629 cm 18.863843 cm 54.704393 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7976173 m CaptureMgnt StepLimiter + 1796 -8.4821314 cm 18.817726 cm 54.730732 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7986173 m CaptureMgnt StepLimiter + 1797 -8.3976876 cm 18.771084 cm 54.757072 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.7996173 m CaptureMgnt StepLimiter + 1798 -8.3135349 cm 18.723919 cm 54.783411 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8006173 m CaptureMgnt StepLimiter + 1799 -8.2296764 cm 18.676233 cm 54.80975 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8016173 m CaptureMgnt StepLimiter + 1800 -8.1461155 cm 18.628027 cm 54.836089 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8026173 m CaptureMgnt StepLimiter + 1801 -8.0628552 cm 18.579304 cm 54.862428 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8036173 m CaptureMgnt StepLimiter + 1802 -7.9798988 cm 18.530065 cm 54.888768 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8046173 m CaptureMgnt StepLimiter + 1803 -7.8972495 cm 18.480313 cm 54.915107 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8056173 m CaptureMgnt StepLimiter + 1804 -7.8149105 cm 18.430048 cm 54.941446 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8066173 m CaptureMgnt StepLimiter + 1805 -7.732885 cm 18.379274 cm 54.967785 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8076173 m CaptureMgnt StepLimiter + 1806 -7.6511761 cm 18.327992 cm 54.994124 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8086173 m CaptureMgnt StepLimiter + 1807 -7.5697869 cm 18.276203 cm 55.020464 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8096173 m CaptureMgnt StepLimiter + 1808 -7.4887206 cm 18.223911 cm 55.046803 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8106173 m CaptureMgnt StepLimiter + 1809 -7.4079803 cm 18.171117 cm 55.073142 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8116173 m CaptureMgnt StepLimiter + 1810 -7.3275692 cm 18.117823 cm 55.099481 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8126173 m CaptureMgnt StepLimiter + 1811 -7.2474902 cm 18.064031 cm 55.12582 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8136173 m CaptureMgnt StepLimiter + 1812 -7.1677465 cm 18.009743 cm 55.15216 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8146173 m CaptureMgnt StepLimiter + 1813 -7.0883413 cm 17.954962 cm 55.178499 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8156173 m CaptureMgnt StepLimiter + 1814 -7.0092774 cm 17.899689 cm 55.204838 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8166173 m CaptureMgnt StepLimiter + 1815 -6.930558 cm 17.843926 cm 55.231177 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8176173 m CaptureMgnt StepLimiter + 1816 -6.8521861 cm 17.787676 cm 55.257516 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8186173 m CaptureMgnt StepLimiter + 1817 -6.7741647 cm 17.730941 cm 55.283856 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8196173 m CaptureMgnt StepLimiter + 1818 -6.6964968 cm 17.673723 cm 55.310195 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8206173 m CaptureMgnt StepLimiter + 1819 -6.6191854 cm 17.616024 cm 55.336534 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8216173 m CaptureMgnt StepLimiter + 1820 -6.5422335 cm 17.557846 cm 55.362873 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8226173 m CaptureMgnt StepLimiter + 1821 -6.4656441 cm 17.499192 cm 55.389212 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8236173 m CaptureMgnt StepLimiter + 1822 -6.38942 cm 17.440064 cm 55.415552 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8246173 m CaptureMgnt StepLimiter + 1823 -6.3135643 cm 17.380465 cm 55.441891 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8256173 m CaptureMgnt StepLimiter + 1824 -6.2380798 cm 17.320395 cm 55.46823 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8266173 m CaptureMgnt StepLimiter + 1825 -6.1629695 cm 17.259859 cm 55.494569 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8276173 m CaptureMgnt StepLimiter + 1826 -6.0882362 cm 17.198858 cm 55.520908 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8286173 m CaptureMgnt StepLimiter + 1827 -6.0138828 cm 17.137394 cm 55.547248 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8296173 m CaptureMgnt StepLimiter + 1828 -5.9399123 cm 17.07547 cm 55.573587 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8306173 m CaptureMgnt StepLimiter + 1829 -5.8663273 cm 17.013088 cm 55.599926 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8316173 m CaptureMgnt StepLimiter + 1830 -5.7931308 cm 16.950251 cm 55.626265 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8326173 m CaptureMgnt StepLimiter + 1831 -5.7203256 cm 16.886961 cm 55.652604 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8336173 m CaptureMgnt StepLimiter + 1832 -5.6479145 cm 16.823221 cm 55.678944 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8346173 m CaptureMgnt StepLimiter + 1833 -5.5759003 cm 16.759032 cm 55.705283 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8356173 m CaptureMgnt StepLimiter + 1834 -5.5042857 cm 16.694398 cm 55.731622 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8366173 m CaptureMgnt StepLimiter + 1835 -5.4330735 cm 16.629321 cm 55.757961 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8376173 m CaptureMgnt StepLimiter + 1836 -5.3622665 cm 16.563803 cm 55.7843 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8386173 m CaptureMgnt StepLimiter + 1837 -5.2918673 cm 16.497848 cm 55.81064 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8396173 m CaptureMgnt StepLimiter + 1838 -5.2218787 cm 16.431456 cm 55.836979 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8406173 m CaptureMgnt StepLimiter + 1839 -5.1523034 cm 16.364632 cm 55.863318 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8416173 m CaptureMgnt StepLimiter + 1840 -5.083144 cm 16.297377 cm 55.889657 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8426173 m CaptureMgnt StepLimiter + 1841 -5.0144032 cm 16.229695 cm 55.915996 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8436173 m CaptureMgnt StepLimiter + 1842 -4.9460837 cm 16.161587 cm 55.942335 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8446173 m CaptureMgnt StepLimiter + 1843 -4.8781881 cm 16.093057 cm 55.968675 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8456173 m CaptureMgnt StepLimiter + 1844 -4.810719 cm 16.024106 cm 55.995014 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8466173 m CaptureMgnt StepLimiter + 1845 -4.743679 cm 15.954739 cm 56.021353 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8476173 m CaptureMgnt StepLimiter + 1846 -4.6770707 cm 15.884957 cm 56.047692 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8486173 m CaptureMgnt StepLimiter + 1847 -4.6108966 cm 15.814763 cm 56.074031 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8496173 m CaptureMgnt StepLimiter + 1848 -4.5451594 cm 15.744159 cm 56.100371 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8506173 m CaptureMgnt StepLimiter + 1849 -4.4798614 cm 15.673149 cm 56.12671 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8516173 m CaptureMgnt StepLimiter + 1850 -4.4150053 cm 15.601736 cm 56.153049 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8526173 m CaptureMgnt StepLimiter + 1851 -4.3505935 cm 15.529921 cm 56.179388 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8536173 m CaptureMgnt StepLimiter + 1852 -4.2866286 cm 15.457708 cm 56.205727 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8546173 m CaptureMgnt StepLimiter + 1853 -4.2231129 cm 15.3851 cm 56.232067 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8556173 m CaptureMgnt StepLimiter + 1854 -4.1600489 cm 15.312099 cm 56.258406 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8566173 m CaptureMgnt StepLimiter + 1855 -4.0974391 cm 15.238708 cm 56.284745 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8576173 m CaptureMgnt StepLimiter + 1856 -4.0352859 cm 15.16493 cm 56.311084 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8586173 m CaptureMgnt StepLimiter + 1857 -3.9735916 cm 15.090768 cm 56.337423 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8596173 m CaptureMgnt StepLimiter + 1858 -3.9123586 cm 15.016224 cm 56.363763 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8606173 m CaptureMgnt StepLimiter + 1859 -3.8515893 cm 14.941302 cm 56.390102 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8616173 m CaptureMgnt StepLimiter + 1860 -3.7912861 cm 14.866005 cm 56.416441 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8626173 m CaptureMgnt StepLimiter + 1861 -3.7314511 cm 14.790334 cm 56.44278 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8636173 m CaptureMgnt StepLimiter + 1862 -3.6720869 cm 14.714294 cm 56.469119 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8646173 m CaptureMgnt StepLimiter + 1863 -3.6131956 cm 14.637887 cm 56.495459 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8656173 m CaptureMgnt StepLimiter + 1864 -3.5547794 cm 14.561116 cm 56.521798 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8666173 m CaptureMgnt StepLimiter + 1865 -3.4968408 cm 14.483984 cm 56.548137 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8676173 m CaptureMgnt StepLimiter + 1866 -3.4393818 cm 14.406494 cm 56.574476 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8686173 m CaptureMgnt StepLimiter + 1867 -3.3824047 cm 14.32865 cm 56.600815 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8696173 m CaptureMgnt StepLimiter + 1868 -3.3259117 cm 14.250453 cm 56.627155 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8706173 m CaptureMgnt StepLimiter + 1869 -3.2699049 cm 14.171907 cm 56.653494 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8716173 m CaptureMgnt StepLimiter + 1870 -3.2143866 cm 14.093015 cm 56.679833 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8726173 m CaptureMgnt StepLimiter + 1871 -3.1593588 cm 14.01378 cm 56.706172 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8736173 m CaptureMgnt StepLimiter + 1872 -3.1048237 cm 13.934205 cm 56.732511 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8746173 m CaptureMgnt StepLimiter + 1873 -3.0507834 cm 13.854294 cm 56.758851 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8756173 m CaptureMgnt StepLimiter + 1874 -2.9972399 cm 13.774048 cm 56.78519 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8766173 m CaptureMgnt StepLimiter + 1875 -2.9441953 cm 13.693472 cm 56.811529 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8776173 m CaptureMgnt StepLimiter + 1876 -2.8916517 cm 13.612569 cm 56.837868 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8786173 m CaptureMgnt StepLimiter + 1877 -2.8396111 cm 13.531341 cm 56.864207 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8796173 m CaptureMgnt StepLimiter + 1878 -2.7880754 cm 13.449791 cm 56.890547 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8806173 m CaptureMgnt StepLimiter + 1879 -2.7370468 cm 13.367924 cm 56.916886 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8816173 m CaptureMgnt StepLimiter + 1880 -2.686527 cm 13.285741 cm 56.943225 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8826173 m CaptureMgnt StepLimiter + 1881 -2.6365181 cm 13.203247 cm 56.969564 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8836173 m CaptureMgnt StepLimiter + 1882 -2.5870221 cm 13.120444 cm 56.995903 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8846173 m CaptureMgnt StepLimiter + 1883 -2.5380407 cm 13.037335 cm 57.022243 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8856173 m CaptureMgnt StepLimiter + 1884 -2.4895759 cm 12.953924 cm 57.048582 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8866173 m CaptureMgnt StepLimiter + 1885 -2.4416296 cm 12.870214 cm 57.074921 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8876173 m CaptureMgnt StepLimiter + 1886 -2.3942036 cm 12.786208 cm 57.10126 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8886173 m CaptureMgnt StepLimiter + 1887 -2.3472997 cm 12.70191 cm 57.127599 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8896173 m CaptureMgnt StepLimiter + 1888 -2.3009198 cm 12.617322 cm 57.153939 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8906173 m CaptureMgnt StepLimiter + 1889 -2.2550655 cm 12.532448 cm 57.180278 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8916173 m CaptureMgnt StepLimiter + 1890 -2.2097388 cm 12.447291 cm 57.206617 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8926173 m CaptureMgnt StepLimiter + 1891 -2.1649413 cm 12.361854 cm 57.232956 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8936173 m CaptureMgnt StepLimiter + 1892 -2.1206747 cm 12.276142 cm 57.259295 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8946173 m CaptureMgnt StepLimiter + 1893 -2.0769408 cm 12.190156 cm 57.285635 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8956173 m CaptureMgnt StepLimiter + 1894 -2.0337413 cm 12.1039 cm 57.311974 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8966173 m CaptureMgnt StepLimiter + 1895 -1.9910777 cm 12.017378 cm 57.338313 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8976173 m CaptureMgnt StepLimiter + 1896 -1.9489518 cm 11.930593 cm 57.364652 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8986173 m CaptureMgnt StepLimiter + 1897 -1.9073652 cm 11.843549 cm 57.390991 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.8996173 m CaptureMgnt StepLimiter + 1898 -1.8663194 cm 11.756248 cm 57.417331 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9006173 m CaptureMgnt StepLimiter + 1899 -1.8258161 cm 11.668694 cm 57.44367 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9016173 m CaptureMgnt StepLimiter + 1900 -1.7858568 cm 11.58089 cm 57.470009 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9026173 m CaptureMgnt StepLimiter + 1901 -1.7464431 cm 11.49284 cm 57.496348 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9036173 m CaptureMgnt StepLimiter + 1902 -1.7075764 cm 11.404548 cm 57.522687 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9046173 m CaptureMgnt StepLimiter + 1903 -1.6692583 cm 11.316016 cm 57.549027 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9056173 m CaptureMgnt StepLimiter + 1904 -1.6314902 cm 11.227247 cm 57.575366 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9066173 m CaptureMgnt StepLimiter + 1905 -1.5942736 cm 11.138247 cm 57.601705 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9076173 m CaptureMgnt StepLimiter + 1906 -1.5576099 cm 11.049017 cm 57.628044 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9086173 m CaptureMgnt StepLimiter + 1907 -1.5215006 cm 10.959561 cm 57.654383 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9096173 m CaptureMgnt StepLimiter + 1908 -1.485947 cm 10.869883 cm 57.680723 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9106173 m CaptureMgnt StepLimiter + 1909 -1.4509504 cm 10.779986 cm 57.707062 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9116173 m CaptureMgnt StepLimiter + 1910 -1.4165124 cm 10.689874 cm 57.733401 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9126173 m CaptureMgnt StepLimiter + 1911 -1.3826341 cm 10.599549 cm 57.75974 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9136173 m CaptureMgnt StepLimiter + 1912 -1.3493168 cm 10.509016 cm 57.786079 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9146173 m CaptureMgnt StepLimiter + 1913 -1.3165619 cm 10.418279 cm 57.812419 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9156173 m CaptureMgnt StepLimiter + 1914 -1.2843707 cm 10.32734 cm 57.838758 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9166173 m CaptureMgnt StepLimiter + 1915 -1.2527442 cm 10.236202 cm 57.865097 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9176173 m CaptureMgnt StepLimiter + 1916 -1.2216839 cm 10.144871 cm 57.891436 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9186173 m CaptureMgnt StepLimiter + 1917 -1.1911908 cm 10.053348 cm 57.917775 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9196173 m CaptureMgnt StepLimiter + 1918 -1.1612662 cm 9.9616381 cm 57.944115 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9206173 m CaptureMgnt StepLimiter + 1919 -1.1319111 cm 9.8697441 cm 57.970454 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9216173 m CaptureMgnt StepLimiter + 1920 -1.1031268 cm 9.7776698 cm 57.996793 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9226173 m CaptureMgnt StepLimiter + 1921 -1.0749143 cm 9.6854187 cm 58.023132 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9236173 m CaptureMgnt StepLimiter + 1922 -1.0472747 cm 9.5929942 cm 58.049471 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9246173 m CaptureMgnt StepLimiter + 1923 -1.0202091 cm 9.5004001 cm 58.075811 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9256173 m CaptureMgnt StepLimiter + 1924 -9.9371857 mm 9.4076399 cm 58.10215 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9266173 m CaptureMgnt StepLimiter + 1925 -9.6780404 mm 9.314717 cm 58.128489 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9276173 m CaptureMgnt StepLimiter + 1926 -9.4246656 mm 9.2216352 cm 58.154828 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9286173 m CaptureMgnt StepLimiter + 1927 -9.1770708 mm 9.1283979 cm 58.181167 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9296173 m CaptureMgnt StepLimiter + 1928 -8.9352658 mm 9.0350089 cm 58.207507 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9306173 m CaptureMgnt StepLimiter + 1929 -8.6992598 mm 8.9414716 cm 58.233846 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9316173 m CaptureMgnt StepLimiter + 1930 -8.4690618 mm 8.8477896 cm 58.260185 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9326173 m CaptureMgnt StepLimiter + 1931 -8.2446808 mm 8.7539666 cm 58.286524 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9336173 m CaptureMgnt StepLimiter + 1932 -8.0261254 mm 8.6600063 cm 58.312863 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9346173 m CaptureMgnt StepLimiter + 1933 -7.813404 mm 8.5659121 cm 58.339203 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9356173 m CaptureMgnt StepLimiter + 1934 -7.6065248 mm 8.4716878 cm 58.365542 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9366173 m CaptureMgnt StepLimiter + 1935 -7.4054957 mm 8.3773369 cm 58.391881 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9376173 m CaptureMgnt StepLimiter + 1936 -7.2103245 mm 8.2828631 cm 58.41822 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9386173 m CaptureMgnt StepLimiter + 1937 -7.0210187 mm 8.18827 cm 58.444559 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9396173 m CaptureMgnt StepLimiter + 1938 -6.8375856 mm 8.0935613 cm 58.470899 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9406173 m CaptureMgnt StepLimiter + 1939 -6.6600323 mm 7.9987406 cm 58.497238 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9416173 m CaptureMgnt StepLimiter + 1940 -6.4883655 mm 7.9038116 cm 58.523577 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9426173 m CaptureMgnt StepLimiter + 1941 -6.3225919 mm 7.8087778 cm 58.549916 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9436173 m CaptureMgnt StepLimiter + 1942 -6.162718 mm 7.7136431 cm 58.576255 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9446173 m CaptureMgnt StepLimiter + 1943 -6.0087497 mm 7.618411 cm 58.602595 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9456173 m CaptureMgnt StepLimiter + 1944 -5.8606931 mm 7.5230852 cm 58.628934 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9466173 m CaptureMgnt StepLimiter + 1945 -5.7185539 mm 7.4276693 cm 58.655273 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9476173 m CaptureMgnt StepLimiter + 1946 -5.5823375 mm 7.3321672 cm 58.681612 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9486173 m CaptureMgnt StepLimiter + 1947 -5.4520491 mm 7.2365823 cm 58.707951 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9496173 m CaptureMgnt StepLimiter + 1948 -5.3276939 mm 7.1409184 cm 58.734291 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9506173 m CaptureMgnt StepLimiter + 1949 -5.2092765 mm 7.0451793 cm 58.76063 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9516173 m CaptureMgnt StepLimiter + 1950 -5.0968016 mm 6.9493684 cm 58.786969 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9526173 m CaptureMgnt StepLimiter + 1951 -4.9902735 mm 6.8534897 cm 58.813308 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9536173 m CaptureMgnt StepLimiter + 1952 -4.8896962 mm 6.7575467 cm 58.839647 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9546173 m CaptureMgnt StepLimiter + 1953 -4.7950736 mm 6.6615431 cm 58.865987 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9556173 m CaptureMgnt StepLimiter + 1954 -4.7064094 mm 6.5654827 cm 58.892326 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9566173 m CaptureMgnt StepLimiter + 1955 -4.6237071 mm 6.4693692 cm 58.918665 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9576173 m CaptureMgnt StepLimiter + 1956 -4.5469697 mm 6.3732061 cm 58.945004 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9586173 m CaptureMgnt StepLimiter + 1957 -4.4762002 mm 6.2769973 cm 58.971343 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9596173 m CaptureMgnt StepLimiter + 1958 -4.4114014 mm 6.1807464 cm 58.997683 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9606173 m CaptureMgnt StepLimiter + 1959 -4.3525757 mm 6.0844572 cm 59.024022 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9616173 m CaptureMgnt StepLimiter + 1960 -4.2997255 mm 5.9881334 cm 59.050361 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9626173 m CaptureMgnt StepLimiter + 1961 -4.2528527 mm 5.8917786 cm 59.0767 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9636173 m CaptureMgnt StepLimiter + 1962 -4.2119591 mm 5.7953966 cm 59.103039 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9646173 m CaptureMgnt StepLimiter + 1963 -4.1770464 mm 5.698991 cm 59.129379 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9656173 m CaptureMgnt StepLimiter + 1964 -4.1481159 mm 5.6025657 cm 59.155718 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9666173 m CaptureMgnt StepLimiter + 1965 -4.1251686 mm 5.5061242 cm 59.182057 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9676173 m CaptureMgnt StepLimiter + 1966 -4.1082056 mm 5.4096704 cm 59.208396 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9686173 m CaptureMgnt StepLimiter + 1967 -4.0972273 mm 5.3132079 cm 59.234735 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9696173 m CaptureMgnt StepLimiter + 1968 -4.0922343 mm 5.2167405 cm 59.261075 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9706173 m CaptureMgnt StepLimiter + 1969 -4.0932267 mm 5.1202718 cm 59.287414 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9716173 m CaptureMgnt StepLimiter + 1970 -4.1002046 mm 5.0238056 cm 59.313753 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9726173 m CaptureMgnt StepLimiter + 1971 -4.1131675 mm 4.9273456 cm 59.340092 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9736173 m CaptureMgnt StepLimiter + 1972 -4.1321151 mm 4.8308955 cm 59.366431 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9746173 m CaptureMgnt StepLimiter + 1973 -4.1570466 mm 4.7344589 cm 59.392771 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9756173 m CaptureMgnt StepLimiter + 1974 -4.1879611 mm 4.6380398 cm 59.41911 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9766173 m CaptureMgnt StepLimiter + 1975 -4.2248573 mm 4.5416416 cm 59.445449 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9776173 m CaptureMgnt StepLimiter + 1976 -4.2677338 mm 4.4452682 cm 59.471788 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9786173 m CaptureMgnt StepLimiter + 1977 -4.316589 mm 4.3489233 cm 59.498127 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9796173 m CaptureMgnt StepLimiter + 1978 -4.371421 mm 4.2526105 cm 59.524467 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9806173 m CaptureMgnt StepLimiter + 1979 -4.4322277 mm 4.1563336 cm 59.550806 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9816173 m CaptureMgnt StepLimiter + 1980 -4.4990067 mm 4.0600963 cm 59.577145 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9826173 m CaptureMgnt StepLimiter + 1981 -4.5717556 mm 3.9639022 cm 59.603484 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9836173 m CaptureMgnt StepLimiter + 1982 -4.6504714 mm 3.8677552 cm 59.629823 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9846173 m CaptureMgnt StepLimiter + 1983 -4.7351511 mm 3.7716588 cm 59.656163 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9856173 m CaptureMgnt StepLimiter + 1984 -4.8257916 mm 3.6756168 cm 59.682502 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9866173 m CaptureMgnt StepLimiter + 1985 -4.9223892 mm 3.579633 cm 59.708841 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9876173 m CaptureMgnt StepLimiter + 1986 -5.0249403 mm 3.4837109 cm 59.73518 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9886173 m CaptureMgnt StepLimiter + 1987 -5.133441 mm 3.3878542 cm 59.761519 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9896173 m CaptureMgnt StepLimiter + 1988 -5.247887 mm 3.2920668 cm 59.787859 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9906173 m CaptureMgnt StepLimiter + 1989 -5.368274 mm 3.1963522 cm 59.814198 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9916173 m CaptureMgnt StepLimiter + 1990 -5.4945972 mm 3.1007141 cm 59.840537 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9926173 m CaptureMgnt StepLimiter + 1991 -5.626852 mm 3.0051562 cm 59.866876 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9936173 m CaptureMgnt StepLimiter + 1992 -5.7650331 mm 2.9096823 cm 59.893215 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9946173 m CaptureMgnt StepLimiter + 1993 -5.9091352 mm 2.8142959 cm 59.919555 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9956173 m CaptureMgnt StepLimiter + 1994 -6.0591528 mm 2.7190007 cm 59.945894 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9966173 m CaptureMgnt StepLimiter + 1995 -6.2150802 mm 2.6238005 cm 59.972233 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9976173 m CaptureMgnt StepLimiter + 1996 -6.3769112 mm 2.5286989 cm 59.998572 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9986173 m CaptureMgnt StepLimiter + 1997 -6.5446398 mm 2.4336995 cm 60.024911 cm 45.014014 MeV4.9322449e-17 meV 1 mm 1.9996173 m CaptureMgnt StepLimiter + 1998 -6.7182593 mm 2.3388059 cm 60.051251 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0006173 m CaptureMgnt StepLimiter + 1999 -6.8977633 mm 2.244022 cm 60.07759 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0016173 m CaptureMgnt StepLimiter + 2000 -7.0831446 mm 2.1493512 cm 60.103929 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0026173 m CaptureMgnt StepLimiter + 2001 -7.2743963 mm 2.0547973 cm 60.130268 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0036173 m CaptureMgnt StepLimiter + 2002 -7.4715109 mm 1.9603638 cm 60.156607 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0046173 m CaptureMgnt StepLimiter + 2003 -7.6744808 mm 1.8660545 cm 60.182947 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0056173 m CaptureMgnt StepLimiter + 2004 -7.8832983 mm 1.7718729 cm 60.209286 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0066173 m CaptureMgnt StepLimiter + 2005 -8.0979552 mm 1.6778227 cm 60.235625 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0076173 m CaptureMgnt StepLimiter + 2006 -8.3184434 mm 1.5839075 cm 60.261964 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0086173 m CaptureMgnt StepLimiter + 2007 -8.5447544 mm 1.4901309 cm 60.288303 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0096173 m CaptureMgnt StepLimiter + 2008 -8.7768794 mm 1.3964965 cm 60.314642 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0106173 m CaptureMgnt StepLimiter + 2009 -9.0148094 mm 1.303008 cm 60.340982 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0116173 m CaptureMgnt StepLimiter + 2010 -9.2585355 mm 1.2096689 cm 60.367321 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0126173 m CaptureMgnt StepLimiter + 2011 -9.508048 mm 1.1164828 cm 60.39366 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0136173 m CaptureMgnt StepLimiter + 2012 -9.7633375 mm 1.0234532 cm 60.419999 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0146173 m CaptureMgnt StepLimiter + 2013 -1.0024394 cm 9.3058392 mm 60.446338 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0156173 m CaptureMgnt StepLimiter + 2014 -1.0291208 cm 8.3787836 mm 60.472678 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0166173 m CaptureMgnt StepLimiter + 2015 -1.0563768 cm 7.4534013 mm 60.499017 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0176173 m CaptureMgnt StepLimiter + 2016 -1.0842065 cm 6.5297279 mm 60.525356 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0186173 m CaptureMgnt StepLimiter + 2017 -1.1126088 cm 5.607799 mm 60.551695 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0196173 m CaptureMgnt StepLimiter + 2018 -1.1415825 cm 4.68765 mm 60.578034 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0206173 m CaptureMgnt StepLimiter + 2019 -1.1711265 cm 3.7693164 mm 60.604374 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0216173 m CaptureMgnt StepLimiter + 2020 -1.2012398 cm 2.8528336 mm 60.630713 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0226173 m CaptureMgnt StepLimiter + 2021 -1.2319211 cm 1.9382368 mm 60.657052 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0236173 m CaptureMgnt StepLimiter + 2022 -1.2631693 cm 1.0255612 mm 60.683391 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0246173 m CaptureMgnt StepLimiter + 2023 -1.2949832 cm 114.84203 um 60.70973 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0256173 m CaptureMgnt StepLimiter + 2024 -1.3273615 cm -793.88574 um 60.73607 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0266173 m CaptureMgnt StepLimiter + 2025 -1.360303 cm -1.7005871 mm 60.762409 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0276173 m CaptureMgnt StepLimiter + 2026 -1.3938064 cm -2.6052271 mm 60.788748 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0286173 m CaptureMgnt StepLimiter + 2027 -1.4278705 cm -3.5077711 mm 60.815087 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0296173 m CaptureMgnt StepLimiter + 2028 -1.4624939 cm -4.4081841 mm 60.841426 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0306173 m CaptureMgnt StepLimiter + 2029 -1.4976754 cm -5.3064315 mm 60.867766 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0316173 m CaptureMgnt StepLimiter + 2030 -1.5334134 cm -6.2024789 mm 60.894105 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0326173 m CaptureMgnt StepLimiter + 2031 -1.5697067 cm -7.0962916 mm 60.920444 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0336173 m CaptureMgnt StepLimiter + 2032 -1.6065539 cm -7.9878353 mm 60.946783 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0346173 m CaptureMgnt StepLimiter + 2033 -1.6439535 cm -8.8770756 mm 60.973122 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0356173 m CaptureMgnt StepLimiter + 2034 -1.6819042 cm -9.7639784 mm 60.999462 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0366173 m CaptureMgnt StepLimiter + 2035 -1.7204044 cm -1.0648509 cm 61.025801 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0376173 m CaptureMgnt StepLimiter + 2036 -1.7594527 cm -1.1530635 cm 61.05214 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0386173 m CaptureMgnt StepLimiter + 2037 -1.7990475 cm -1.241032 cm 61.078479 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0396173 m CaptureMgnt StepLimiter + 2038 -1.8391874 cm -1.3287532 cm 61.104818 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0406173 m CaptureMgnt StepLimiter + 2039 -1.8798707 cm -1.4162237 cm 61.131158 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0416173 m CaptureMgnt StepLimiter + 2040 -1.921096 cm -1.50344 cm 61.157497 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0426173 m CaptureMgnt StepLimiter + 2041 -1.9628617 cm -1.5903989 cm 61.183836 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0436173 m CaptureMgnt StepLimiter + 2042 -2.005166 cm -1.677097 cm 61.210175 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0446173 m CaptureMgnt StepLimiter + 2043 -2.0480075 cm -1.7635309 cm 61.236514 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0456173 m CaptureMgnt StepLimiter + 2044 -2.0913845 cm -1.8496974 cm 61.262854 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0466173 m CaptureMgnt StepLimiter + 2045 -2.1352952 cm -1.935593 cm 61.289193 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0476173 m CaptureMgnt StepLimiter + 2046 -2.179738 cm -2.0212146 cm 61.315532 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0486173 m CaptureMgnt StepLimiter + 2047 -2.2247112 cm -2.1065588 cm 61.341871 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0496173 m CaptureMgnt StepLimiter + 2048 -2.2702131 cm -2.1916223 cm 61.36821 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0506173 m CaptureMgnt StepLimiter + 2049 -2.3162418 cm -2.2764018 cm 61.39455 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0516173 m CaptureMgnt StepLimiter + 2050 -2.3627957 cm -2.3608941 cm 61.420889 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0526173 m CaptureMgnt StepLimiter + 2051 -2.4098729 cm -2.445096 cm 61.447228 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0536173 m CaptureMgnt StepLimiter + 2052 -2.4574717 cm -2.5290041 cm 61.473567 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0546173 m CaptureMgnt StepLimiter + 2053 -2.5055901 cm -2.6126153 cm 61.499906 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0556173 m CaptureMgnt StepLimiter + 2054 -2.5542264 cm -2.6959263 cm 61.526246 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0566173 m CaptureMgnt StepLimiter + 2055 -2.6033787 cm -2.778934 cm 61.552585 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0576173 m CaptureMgnt StepLimiter + 2056 -2.653045 cm -2.8616351 cm 61.578924 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0586173 m CaptureMgnt StepLimiter + 2057 -2.7032235 cm -2.9440264 cm 61.605263 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0596173 m CaptureMgnt StepLimiter + 2058 -2.7539123 cm -3.0261049 cm 61.631602 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0606173 m CaptureMgnt StepLimiter + 2059 -2.8051093 cm -3.1078672 cm 61.657942 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0616173 m CaptureMgnt StepLimiter + 2060 -2.8568126 cm -3.1893104 cm 61.684281 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0626173 m CaptureMgnt StepLimiter + 2061 -2.9090202 cm -3.2704311 cm 61.71062 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0636173 m CaptureMgnt StepLimiter + 2062 -2.9617302 cm -3.3512264 cm 61.736959 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0646173 m CaptureMgnt StepLimiter + 2063 -3.0149404 cm -3.4316931 cm 61.763298 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0656173 m CaptureMgnt StepLimiter + 2064 -3.0686489 cm -3.5118281 cm 61.789638 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0666173 m CaptureMgnt StepLimiter + 2065 -3.1228535 cm -3.5916283 cm 61.815977 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0676173 m CaptureMgnt StepLimiter + 2066 -3.1775523 cm -3.6710907 cm 61.842316 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0686173 m CaptureMgnt StepLimiter + 2067 -3.2327429 cm -3.7502121 cm 61.868655 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0696173 m CaptureMgnt StepLimiter + 2068 -3.2884235 cm -3.8289896 cm 61.894994 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0706173 m CaptureMgnt StepLimiter + 2069 -3.3445917 cm -3.9074201 cm 61.921334 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0716173 m CaptureMgnt StepLimiter + 2070 -3.4012455 cm -3.9855006 cm 61.947673 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0726173 m CaptureMgnt StepLimiter + 2071 -3.4583826 cm -4.0632281 cm 61.974012 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0736173 m CaptureMgnt StepLimiter + 2072 -3.516001 cm -4.1405996 cm 62.000351 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0746173 m CaptureMgnt StepLimiter + 2073 -3.5740982 cm -4.2176121 cm 62.02669 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0756173 m CaptureMgnt StepLimiter + 2074 -3.6326722 cm -4.2942627 cm 62.05303 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0766173 m CaptureMgnt StepLimiter + 2075 -3.6917206 cm -4.3705483 cm 62.079369 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0776173 m CaptureMgnt StepLimiter + 2076 -3.7512412 cm -4.4464662 cm 62.105708 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0786173 m CaptureMgnt StepLimiter + 2077 -3.8112316 cm -4.5220132 cm 62.132047 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0796173 m CaptureMgnt StepLimiter + 2078 -3.8716897 cm -4.5971866 cm 62.158386 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0806173 m CaptureMgnt StepLimiter + 2079 -3.932613 cm -4.6719835 cm 62.184726 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0816173 m CaptureMgnt StepLimiter + 2080 -3.9939992 cm -4.7464009 cm 62.211065 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0826173 m CaptureMgnt StepLimiter + 2081 -4.055846 cm -4.820436 cm 62.237404 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0836173 m CaptureMgnt StepLimiter + 2082 -4.1181509 cm -4.8940859 cm 62.263743 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0846173 m CaptureMgnt StepLimiter + 2083 -4.1809116 cm -4.9673479 cm 62.290082 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0856173 m CaptureMgnt StepLimiter + 2084 -4.2441256 cm -5.040219 cm 62.316422 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0866173 m CaptureMgnt StepLimiter + 2085 -4.3077905 cm -5.1126965 cm 62.342761 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0876173 m CaptureMgnt StepLimiter + 2086 -4.371904 cm -5.1847777 cm 62.3691 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0886173 m CaptureMgnt StepLimiter + 2087 -4.4364634 cm -5.2564596 cm 62.395439 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0896173 m CaptureMgnt StepLimiter + 2088 -4.5014663 cm -5.3277396 cm 62.421778 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0906173 m CaptureMgnt StepLimiter + 2089 -4.5669102 cm -5.3986149 cm 62.448118 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0916173 m CaptureMgnt StepLimiter + 2090 -4.6327926 cm -5.4690828 cm 62.474457 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0926173 m CaptureMgnt StepLimiter + 2091 -4.6991109 cm -5.5391406 cm 62.500796 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0936173 m CaptureMgnt StepLimiter + 2092 -4.7658627 cm -5.6087856 cm 62.527135 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0946173 m CaptureMgnt StepLimiter + 2093 -4.8330453 cm -5.678015 cm 62.553474 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0956173 m CaptureMgnt StepLimiter + 2094 -4.9006561 cm -5.7468263 cm 62.579814 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0966173 m CaptureMgnt StepLimiter + 2095 -4.9686926 cm -5.8152168 cm 62.606153 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0976173 m CaptureMgnt StepLimiter + 2096 -5.0371521 cm -5.8831838 cm 62.632492 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0986173 m CaptureMgnt StepLimiter + 2097 -5.1060319 cm -5.9507247 cm 62.658831 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.0996173 m CaptureMgnt StepLimiter + 2098 -5.1753295 cm -6.017837 cm 62.68517 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1006173 m CaptureMgnt StepLimiter + 2099 -5.2450422 cm -6.0845181 cm 62.71151 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1016173 m CaptureMgnt StepLimiter + 2100 -5.3151672 cm -6.1507653 cm 62.737849 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1026173 m CaptureMgnt StepLimiter + 2101 -5.385702 cm -6.2165761 cm 62.764188 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1036173 m CaptureMgnt StepLimiter + 2102 -5.4566437 cm -6.2819481 cm 62.790527 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1046173 m CaptureMgnt StepLimiter + 2103 -5.5279896 cm -6.3468786 cm 62.816866 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1056173 m CaptureMgnt StepLimiter + 2104 -5.599737 cm -6.4113652 cm 62.843206 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1066173 m CaptureMgnt StepLimiter + 2105 -5.6718832 cm -6.4754054 cm 62.869545 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1076173 m CaptureMgnt StepLimiter + 2106 -5.7444253 cm -6.5389968 cm 62.895884 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1086173 m CaptureMgnt StepLimiter + 2107 -5.8173606 cm -6.6021368 cm 62.922223 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1096173 m CaptureMgnt StepLimiter + 2108 -5.8906862 cm -6.6648231 cm 62.948562 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1106173 m CaptureMgnt StepLimiter + 2109 -5.9643993 cm -6.7270533 cm 62.974902 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1116173 m CaptureMgnt StepLimiter + 2110 -6.0384971 cm -6.7888248 cm 63.001241 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1126173 m CaptureMgnt StepLimiter + 2111 -6.1129768 cm -6.8501355 cm 63.02758 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1136173 m CaptureMgnt StepLimiter + 2112 -6.1878354 cm -6.9109829 cm 63.053919 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1146173 m CaptureMgnt StepLimiter + 2113 -6.2630702 cm -6.9713646 cm 63.080258 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1156173 m CaptureMgnt StepLimiter + 2114 -6.3386781 cm -7.0312784 cm 63.106598 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1166173 m CaptureMgnt StepLimiter + 2115 -6.4146563 cm -7.0907219 cm 63.132937 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1176173 m CaptureMgnt StepLimiter + 2116 -6.4910018 cm -7.1496928 cm 63.159276 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1186173 m CaptureMgnt StepLimiter + 2117 -6.5677118 cm -7.208189 cm 63.185615 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1196173 m CaptureMgnt StepLimiter + 2118 -6.6447832 cm -7.266208 cm 63.211954 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1206173 m CaptureMgnt StepLimiter + 2119 -6.7222131 cm -7.3237478 cm 63.238294 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1216173 m CaptureMgnt StepLimiter + 2120 -6.7999986 cm -7.380806 cm 63.264633 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1226173 m CaptureMgnt StepLimiter + 2121 -6.8781366 cm -7.4373805 cm 63.290972 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1236173 m CaptureMgnt StepLimiter + 2122 -6.956624 cm -7.4934691 cm 63.317311 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1246173 m CaptureMgnt StepLimiter + 2123 -7.035458 cm -7.5490697 cm 63.34365 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1256173 m CaptureMgnt StepLimiter + 2124 -7.1146354 cm -7.60418 cm 63.36999 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1266173 m CaptureMgnt StepLimiter + 2125 -7.1941533 cm -7.6587981 cm 63.396329 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1276173 m CaptureMgnt StepLimiter + 2126 -7.2740085 cm -7.7129217 cm 63.422668 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1286173 m CaptureMgnt StepLimiter + 2127 -7.3541979 cm -7.7665488 cm 63.449007 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1296173 m CaptureMgnt StepLimiter + 2128 -7.4347186 cm -7.8196773 cm 63.475346 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1306173 m CaptureMgnt StepLimiter + 2129 -7.5155673 cm -7.8723053 cm 63.501686 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1316173 m CaptureMgnt StepLimiter + 2130 -7.596741 cm -7.9244306 cm 63.528025 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1326173 m CaptureMgnt StepLimiter + 2131 -7.6782366 cm -7.9760512 cm 63.554364 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1336173 m CaptureMgnt StepLimiter + 2132 -7.7600509 cm -8.0271652 cm 63.580703 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1346173 m CaptureMgnt StepLimiter + 2133 -7.8421807 cm -8.0777706 cm 63.607042 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1356173 m CaptureMgnt StepLimiter + 2134 -7.9246229 cm -8.1278655 cm 63.633382 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1366173 m CaptureMgnt StepLimiter + 2135 -8.0073744 cm -8.1774478 cm 63.659721 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1376173 m CaptureMgnt StepLimiter + 2136 -8.0904319 cm -8.2265158 cm 63.68606 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1386173 m CaptureMgnt StepLimiter + 2137 -8.1737922 cm -8.2750675 cm 63.712399 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1396173 m CaptureMgnt StepLimiter + 2138 -8.2574522 cm -8.3231011 cm 63.738738 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1406173 m CaptureMgnt StepLimiter + 2139 -8.3414086 cm -8.3706147 cm 63.765078 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1416173 m CaptureMgnt StepLimiter + 2140 -8.4256582 cm -8.4176064 cm 63.791417 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1426173 m CaptureMgnt StepLimiter + 2141 -8.5101977 cm -8.4640745 cm 63.817756 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1436173 m CaptureMgnt StepLimiter + 2142 -8.595024 cm -8.5100172 cm 63.844095 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1446173 m CaptureMgnt StepLimiter + 2143 -8.6801336 cm -8.5554327 cm 63.870434 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1456173 m CaptureMgnt StepLimiter + 2144 -8.7655234 cm -8.6003193 cm 63.896774 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1466173 m CaptureMgnt StepLimiter + 2145 -8.85119 cm -8.6446752 cm 63.923113 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1476173 m CaptureMgnt StepLimiter + 2146 -8.9371302 cm -8.6884987 cm 63.949452 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1486173 m CaptureMgnt StepLimiter + 2147 -9.0233406 cm -8.7317882 cm 63.975791 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1496173 m CaptureMgnt StepLimiter + 2148 -9.109818 cm -8.7745419 cm 64.00213 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1506173 m CaptureMgnt StepLimiter + 2149 -9.1965589 cm -8.8167583 cm 64.02847 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1516173 m CaptureMgnt StepLimiter + 2150 -9.2835602 cm -8.8584356 cm 64.054809 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1526173 m CaptureMgnt StepLimiter + 2151 -9.3708183 cm -8.8995724 cm 64.081148 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1536173 m CaptureMgnt StepLimiter + 2152 -9.45833 cm -8.9401669 cm 64.107487 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1546173 m CaptureMgnt StepLimiter + 2153 -9.5460919 cm -8.9802178 cm 64.133826 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1556173 m CaptureMgnt StepLimiter + 2154 -9.6341006 cm -9.0197233 cm 64.160166 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1566173 m CaptureMgnt StepLimiter + 2155 -9.7223527 cm -9.058682 cm 64.186505 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1576173 m CaptureMgnt StepLimiter + 2156 -9.8108448 cm -9.0970924 cm 64.212844 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1586173 m CaptureMgnt StepLimiter + 2157 -9.8995736 cm -9.134953 cm 64.239183 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1596173 m CaptureMgnt StepLimiter + 2158 -9.9885355 cm -9.1722624 cm 64.265522 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1606173 m CaptureMgnt StepLimiter + 2159 -10.077727 cm -9.2090191 cm 64.291862 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1616173 m CaptureMgnt StepLimiter + 2160 -10.167145 cm -9.2452217 cm 64.318201 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1626173 m CaptureMgnt StepLimiter + 2161 -10.256786 cm -9.2808688 cm 64.34454 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1636173 m CaptureMgnt StepLimiter + 2162 -10.346647 cm -9.315959 cm 64.370879 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1646173 m CaptureMgnt StepLimiter + 2163 -10.436723 cm -9.350491 cm 64.397218 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1656173 m CaptureMgnt StepLimiter + 2164 -10.527012 cm -9.3844635 cm 64.423558 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1666173 m CaptureMgnt StepLimiter + 2165 -10.61751 cm -9.4178751 cm 64.449897 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1676173 m CaptureMgnt StepLimiter + 2166 -10.708213 cm -9.4507245 cm 64.476236 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1686173 m CaptureMgnt StepLimiter + 2167 -10.799119 cm -9.4830106 cm 64.502575 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1696173 m CaptureMgnt StepLimiter + 2168 -10.890223 cm -9.514732 cm 64.528914 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1706173 m CaptureMgnt StepLimiter + 2169 -10.981522 cm -9.5458876 cm 64.555254 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1716173 m CaptureMgnt StepLimiter + 2170 -11.073013 cm -9.5764761 cm 64.581593 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1726173 m CaptureMgnt StepLimiter + 2171 -11.164692 cm -9.6064963 cm 64.607932 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1736173 m CaptureMgnt StepLimiter + 2172 -11.256555 cm -9.6359471 cm 64.634271 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1746173 m CaptureMgnt StepLimiter + 2173 -11.3486 cm -9.6648274 cm 64.66061 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1756173 m CaptureMgnt StepLimiter + 2174 -11.440821 cm -9.6931361 cm 64.68695 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1766173 m CaptureMgnt StepLimiter + 2175 -11.533217 cm -9.720872 cm 64.713289 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1776173 m CaptureMgnt StepLimiter + 2176 -11.625783 cm -9.7480341 cm 64.739628 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1786173 m CaptureMgnt StepLimiter + 2177 -11.718515 cm -9.7746214 cm 64.765967 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1796173 m CaptureMgnt StepLimiter + 2178 -11.811411 cm -9.8006328 cm 64.792306 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1806173 m CaptureMgnt StepLimiter + 2179 -11.904466 cm -9.8260673 cm 64.818645 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1816173 m CaptureMgnt StepLimiter + 2180 -11.997678 cm -9.850924 cm 64.844985 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1826173 m CaptureMgnt StepLimiter + 2181 -12.091042 cm -9.8752019 cm 64.871324 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1836173 m CaptureMgnt StepLimiter + 2182 -12.184554 cm -9.8989 cm 64.897663 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1846173 m CaptureMgnt StepLimiter + 2183 -12.278212 cm -9.9220174 cm 64.924002 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1856173 m CaptureMgnt StepLimiter + 2184 -12.372012 cm -9.9445533 cm 64.950341 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1866173 m CaptureMgnt StepLimiter + 2185 -12.465949 cm -9.9665068 cm 64.976681 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1876173 m CaptureMgnt StepLimiter + 2186 -12.560021 cm -9.987877 cm 65.00302 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1886173 m CaptureMgnt StepLimiter + 2187 -12.654224 cm -10.008663 cm 65.029359 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1896173 m CaptureMgnt StepLimiter + 2188 -12.748554 cm -10.028864 cm 65.055698 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1906173 m CaptureMgnt StepLimiter + 2189 -12.843007 cm -10.04848 cm 65.082037 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1916173 m CaptureMgnt StepLimiter + 2190 -12.93758 cm -10.067509 cm 65.108377 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1926173 m CaptureMgnt StepLimiter + 2191 -13.03227 cm -10.085951 cm 65.134716 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1936173 m CaptureMgnt StepLimiter + 2192 -13.127072 cm -10.103805 cm 65.161055 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1946173 m CaptureMgnt StepLimiter + 2193 -13.221983 cm -10.121071 cm 65.187394 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1956173 m CaptureMgnt StepLimiter + 2194 -13.317 cm -10.137748 cm 65.213733 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1966173 m CaptureMgnt StepLimiter + 2195 -13.412118 cm -10.153834 cm 65.240073 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1976173 m CaptureMgnt StepLimiter + 2196 -13.507334 cm -10.16933 cm 65.266412 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1986173 m CaptureMgnt StepLimiter + 2197 -13.602644 cm -10.184235 cm 65.292751 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.1996173 m CaptureMgnt StepLimiter + 2198 -13.698045 cm -10.198549 cm 65.31909 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2006173 m CaptureMgnt StepLimiter + 2199 -13.793533 cm -10.21227 cm 65.345429 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2016173 m CaptureMgnt StepLimiter + 2200 -13.889104 cm -10.225398 cm 65.371769 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2026173 m CaptureMgnt StepLimiter + 2201 -13.984755 cm -10.237934 cm 65.398108 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2036173 m CaptureMgnt StepLimiter + 2202 -14.080482 cm -10.249875 cm 65.424447 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2046173 m CaptureMgnt StepLimiter + 2203 -14.176281 cm -10.261223 cm 65.450786 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2056173 m CaptureMgnt StepLimiter + 2204 -14.272148 cm -10.271975 cm 65.477125 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2066173 m CaptureMgnt StepLimiter + 2205 -14.368081 cm -10.282133 cm 65.503465 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2076173 m CaptureMgnt StepLimiter + 2206 -14.464074 cm -10.291695 cm 65.529804 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2086173 m CaptureMgnt StepLimiter + 2207 -14.560125 cm -10.300662 cm 65.556143 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2096173 m CaptureMgnt StepLimiter + 2208 -14.65623 cm -10.309032 cm 65.582482 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2106173 m CaptureMgnt StepLimiter + 2209 -14.752385 cm -10.316806 cm 65.608821 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2116173 m CaptureMgnt StepLimiter + 2210 -14.848587 cm -10.323984 cm 65.635161 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2126173 m CaptureMgnt StepLimiter + 2211 -14.944831 cm -10.330564 cm 65.6615 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2136173 m CaptureMgnt StepLimiter + 2212 -15.041114 cm -10.336547 cm 65.687839 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2146173 m CaptureMgnt StepLimiter + 2213 -15.137432 cm -10.341932 cm 65.714178 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2156173 m CaptureMgnt StepLimiter + 2214 -15.233782 cm -10.34672 cm 65.740517 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2166173 m CaptureMgnt StepLimiter + 2215 -15.33016 cm -10.35091 cm 65.766857 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2176173 m CaptureMgnt StepLimiter + 2216 -15.426562 cm -10.354502 cm 65.793196 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2186173 m CaptureMgnt StepLimiter + 2217 -15.522984 cm -10.357495 cm 65.819535 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2196173 m CaptureMgnt StepLimiter + 2218 -15.619423 cm -10.359891 cm 65.845874 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2206173 m CaptureMgnt StepLimiter + 2219 -15.715875 cm -10.361687 cm 65.872213 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2216173 m CaptureMgnt StepLimiter + 2220 -15.812336 cm -10.362886 cm 65.898553 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2226173 m CaptureMgnt StepLimiter + 2221 -15.908803 cm -10.363486 cm 65.924892 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2236173 m CaptureMgnt StepLimiter + 2222 -16.005272 cm -10.363487 cm 65.951231 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2246173 m CaptureMgnt StepLimiter + 2223 -16.101739 cm -10.36289 cm 65.97757 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2256173 m CaptureMgnt StepLimiter + 2224 -16.1982 cm -10.361694 cm 66.003909 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2266173 m CaptureMgnt StepLimiter + 2225 -16.294652 cm -10.3599 cm 66.030249 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2276173 m CaptureMgnt StepLimiter + 2226 -16.391091 cm -10.357507 cm 66.056588 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2286173 m CaptureMgnt StepLimiter + 2227 -16.487513 cm -10.354516 cm 66.082927 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2296173 m CaptureMgnt StepLimiter + 2228 -16.583915 cm -10.350927 cm 66.109266 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2306173 m CaptureMgnt StepLimiter + 2229 -16.680293 cm -10.34674 cm 66.135605 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2316173 m CaptureMgnt StepLimiter + 2230 -16.776643 cm -10.341955 cm 66.161945 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2326173 m CaptureMgnt StepLimiter + 2231 -16.872962 cm -10.336572 cm 66.188284 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2336173 m CaptureMgnt StepLimiter + 2232 -16.969245 cm -10.330592 cm 66.214623 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2346173 m CaptureMgnt StepLimiter + 2233 -17.065489 cm -10.324014 cm 66.240962 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2356173 m CaptureMgnt StepLimiter + 2234 -17.161691 cm -10.31684 cm 66.267301 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2366173 m CaptureMgnt StepLimiter + 2235 -17.257846 cm -10.309068 cm 66.293641 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2376173 m CaptureMgnt StepLimiter + 2236 -17.353951 cm -10.300701 cm 66.31998 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2386173 m CaptureMgnt StepLimiter + 2237 -17.450002 cm -10.291737 cm 66.346319 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2396173 m CaptureMgnt StepLimiter + 2238 -17.545996 cm -10.282177 cm 66.372658 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2406173 m CaptureMgnt StepLimiter + 2239 -17.641929 cm -10.272022 cm 66.398997 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2416173 m CaptureMgnt StepLimiter + 2240 -17.737797 cm -10.261272 cm 66.425337 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2426173 m CaptureMgnt StepLimiter + 2241 -17.833596 cm -10.249927 cm 66.451676 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2436173 m CaptureMgnt StepLimiter + 2242 -17.929323 cm -10.237988 cm 66.478015 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2446173 m CaptureMgnt StepLimiter + 2243 -18.024974 cm -10.225456 cm 66.504354 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2456173 m CaptureMgnt StepLimiter + 2244 -18.120546 cm -10.21233 cm 66.530693 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2466173 m CaptureMgnt StepLimiter + 2245 -18.216034 cm -10.198611 cm 66.557033 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2476173 m CaptureMgnt StepLimiter + 2246 -18.311436 cm -10.1843 cm 66.583372 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2486173 m CaptureMgnt StepLimiter + 2247 -18.406746 cm -10.169398 cm 66.609711 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2496173 m CaptureMgnt StepLimiter + 2248 -18.501963 cm -10.153905 cm 66.63605 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2506173 m CaptureMgnt StepLimiter + 2249 -18.597081 cm -10.137821 cm 66.662389 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2516173 m CaptureMgnt StepLimiter + 2250 -18.692098 cm -10.121147 cm 66.688729 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2526173 m CaptureMgnt StepLimiter + 2251 -18.78701 cm -10.103884 cm 66.715068 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2536173 m CaptureMgnt StepLimiter + 2252 -18.881812 cm -10.086032 cm 66.741407 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2546173 m CaptureMgnt StepLimiter + 2253 -18.976502 cm -10.067593 cm 66.767746 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2556173 m CaptureMgnt StepLimiter + 2254 -19.071076 cm -10.048566 cm 66.794085 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2566173 m CaptureMgnt StepLimiter + 2255 -19.16553 cm -10.028953 cm 66.820425 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2576173 m CaptureMgnt StepLimiter + 2256 -19.259861 cm -10.008755 cm 66.846764 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2586173 m CaptureMgnt StepLimiter + 2257 -19.354064 cm -9.9879711 cm 66.873103 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2596173 m CaptureMgnt StepLimiter + 2258 -19.448136 cm -9.9666034 cm 66.899442 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2606173 m CaptureMgnt StepLimiter + 2259 -19.542075 cm -9.9446525 cm 66.925781 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2616173 m CaptureMgnt StepLimiter + 2260 -19.635875 cm -9.9221192 cm 66.952121 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2626173 m CaptureMgnt StepLimiter + 2261 -19.729533 cm -9.8990044 cm 66.97846 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2636173 m CaptureMgnt StepLimiter + 2262 -19.823047 cm -9.8753088 cm 67.004799 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2646173 m CaptureMgnt StepLimiter + 2263 -19.916411 cm -9.8510336 cm 67.031138 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2656173 m CaptureMgnt StepLimiter + 2264 -20.009623 cm -9.8261795 cm 67.057477 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2666173 m CaptureMgnt StepLimiter + 2265 -20.102679 cm -9.8007475 cm 67.083817 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2676173 m CaptureMgnt StepLimiter + 2266 -20.195576 cm -9.7747387 cm 67.110156 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2686173 m CaptureMgnt StepLimiter + 2267 -20.288309 cm -9.748154 cm 67.136495 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2696173 m CaptureMgnt StepLimiter + 2268 -20.380876 cm -9.7209944 cm 67.162834 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2706173 m CaptureMgnt StepLimiter + 2269 -20.473272 cm -9.6932611 cm 67.189173 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2716173 m CaptureMgnt StepLimiter + 2270 -20.565494 cm -9.664955 cm 67.215513 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2726173 m CaptureMgnt StepLimiter + 2271 -20.657539 cm -9.6360772 cm 67.241852 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2736173 m CaptureMgnt StepLimiter + 2272 -20.749404 cm -9.6066289 cm 67.268191 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2746173 m CaptureMgnt StepLimiter + 2273 -20.841083 cm -9.5766112 cm 67.29453 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2756173 m CaptureMgnt StepLimiter + 2274 -20.932575 cm -9.5460253 cm 67.320869 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2766173 m CaptureMgnt StepLimiter + 2275 -21.023875 cm -9.5148722 cm 67.347209 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2776173 m CaptureMgnt StepLimiter + 2276 -21.11498 cm -9.4831533 cm 67.373548 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2786173 m CaptureMgnt StepLimiter + 2277 -21.205886 cm -9.4508698 cm 67.399887 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2796173 m CaptureMgnt StepLimiter + 2278 -21.296591 cm -9.4180228 cm 67.426226 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2806173 m CaptureMgnt StepLimiter + 2279 -21.38709 cm -9.3846137 cm 67.452565 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2816173 m CaptureMgnt StepLimiter + 2280 -21.47738 cm -9.3506438 cm 67.478905 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2826173 m CaptureMgnt StepLimiter + 2281 -21.567457 cm -9.3161142 cm 67.505244 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2836173 m CaptureMgnt StepLimiter + 2282 -21.657318 cm -9.2810265 cm 67.531583 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2846173 m CaptureMgnt StepLimiter + 2283 -21.74696 cm -9.2453819 cm 67.557922 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2856173 m CaptureMgnt StepLimiter + 2284 -21.836379 cm -9.2091818 cm 67.584261 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2866173 m CaptureMgnt StepLimiter + 2285 -21.925572 cm -9.1724276 cm 67.610601 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2876173 m CaptureMgnt StepLimiter + 2286 -22.014535 cm -9.1351207 cm 67.63694 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2886173 m CaptureMgnt StepLimiter + 2287 -22.103265 cm -9.0972625 cm 67.663279 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2896173 m CaptureMgnt StepLimiter + 2288 -22.191758 cm -9.0588545 cm 67.689618 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2906173 m CaptureMgnt StepLimiter + 2289 -22.280011 cm -9.0198983 cm 67.715957 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2916173 m CaptureMgnt StepLimiter + 2290 -22.368021 cm -8.9803952 cm 67.742297 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2926173 m CaptureMgnt StepLimiter + 2291 -22.455784 cm -8.9403468 cm 67.768636 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2936173 m CaptureMgnt StepLimiter + 2292 -22.543297 cm -8.8997546 cm 67.794975 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2946173 m CaptureMgnt StepLimiter + 2293 -22.630556 cm -8.8586203 cm 67.821314 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2956173 m CaptureMgnt StepLimiter + 2294 -22.717558 cm -8.8169453 cm 67.847653 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2966173 m CaptureMgnt StepLimiter + 2295 -22.804301 cm -8.7747314 cm 67.873993 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2976173 m CaptureMgnt StepLimiter + 2296 -22.890779 cm -8.73198 cm 67.900332 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2986173 m CaptureMgnt StepLimiter + 2297 -22.976991 cm -8.688693 cm 67.926671 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.2996173 m CaptureMgnt StepLimiter + 2298 -23.062932 cm -8.6448718 cm 67.95301 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3006173 m CaptureMgnt StepLimiter + 2299 -23.1486 cm -8.6005183 cm 67.979349 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3016173 m CaptureMgnt StepLimiter + 2300 -23.233991 cm -8.5556341 cm 68.005689 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3026173 m CaptureMgnt StepLimiter + 2301 -23.319102 cm -8.5102209 cm 68.032028 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3036173 m CaptureMgnt StepLimiter + 2302 -23.403929 cm -8.4642806 cm 68.058367 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3046173 m CaptureMgnt StepLimiter + 2303 -23.48847 cm -8.4178148 cm 68.084706 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3056173 m CaptureMgnt StepLimiter + 2304 -23.572721 cm -8.3708254 cm 68.111045 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3066173 m CaptureMgnt StepLimiter + 2305 -23.656679 cm -8.3233142 cm 68.137385 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3076173 m CaptureMgnt StepLimiter + 2306 -23.74034 cm -8.2752829 cm 68.163724 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3086173 m CaptureMgnt StepLimiter + 2307 -23.823702 cm -8.2267335 cm 68.190063 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3096173 m CaptureMgnt StepLimiter + 2308 -23.906761 cm -8.1776678 cm 68.216402 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3106173 m CaptureMgnt StepLimiter + 2309 -23.989514 cm -8.1280877 cm 68.242741 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3116173 m CaptureMgnt StepLimiter + 2310 -24.071957 cm -8.0779952 cm 68.269081 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3126173 m CaptureMgnt StepLimiter + 2311 -24.154088 cm -8.027392 cm 68.29542 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3136173 m CaptureMgnt StepLimiter + 2312 -24.235904 cm -7.9762803 cm 68.321759 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3146173 m CaptureMgnt StepLimiter + 2313 -24.317401 cm -7.9246619 cm 68.348098 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3156173 m CaptureMgnt StepLimiter + 2314 -24.398576 cm -7.8725389 cm 68.374437 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3166173 m CaptureMgnt StepLimiter + 2315 -24.479426 cm -7.8199132 cm 68.400777 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3176173 m CaptureMgnt StepLimiter + 2316 -24.559949 cm -7.7667869 cm 68.427116 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3186173 m CaptureMgnt StepLimiter + 2317 -24.640139 cm -7.713162 cm 68.453455 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3196173 m CaptureMgnt StepLimiter + 2318 -24.719996 cm -7.6590406 cm 68.479794 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3206173 m CaptureMgnt StepLimiter + 2319 -24.799515 cm -7.6044247 cm 68.506133 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3216173 m CaptureMgnt StepLimiter + 2320 -24.878694 cm -7.5493166 cm 68.532473 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3226173 m CaptureMgnt StepLimiter + 2321 -24.95753 cm -7.4937182 cm 68.558812 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3236173 m CaptureMgnt StepLimiter + 2322 -25.036019 cm -7.4376317 cm 68.585151 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3246173 m CaptureMgnt StepLimiter + 2323 -25.114159 cm -7.3810594 cm 68.61149 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3256173 m CaptureMgnt StepLimiter + 2324 -25.191946 cm -7.3240033 cm 68.637829 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3266173 m CaptureMgnt StepLimiter + 2325 -25.269377 cm -7.2664657 cm 68.664169 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3276173 m CaptureMgnt StepLimiter + 2326 -25.34645 cm -7.2084488 cm 68.690508 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3286173 m CaptureMgnt StepLimiter + 2327 -25.423162 cm -7.1499548 cm 68.716847 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3296173 m CaptureMgnt StepLimiter + 2328 -25.499509 cm -7.0909859 cm 68.743186 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3306173 m CaptureMgnt StepLimiter + 2329 -25.575489 cm -7.0315445 cm 68.769525 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3316173 m CaptureMgnt StepLimiter + 2330 -25.651098 cm -6.9716328 cm 68.795865 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3326173 m CaptureMgnt StepLimiter + 2331 -25.726335 cm -6.9112532 cm 68.822204 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3336173 m CaptureMgnt StepLimiter + 2332 -25.801195 cm -6.8504079 cm 68.848543 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3346173 m CaptureMgnt StepLimiter + 2333 -25.875676 cm -6.7890993 cm 68.874882 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3356173 m CaptureMgnt StepLimiter + 2334 -25.949776 cm -6.7273298 cm 68.901221 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3366173 m CaptureMgnt StepLimiter + 2335 -26.023491 cm -6.6651017 cm 68.927561 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3376173 m CaptureMgnt StepLimiter + 2336 -26.096818 cm -6.6024174 cm 68.9539 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3386173 m CaptureMgnt StepLimiter + 2337 -26.169755 cm -6.5392794 cm 68.980239 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3396173 m CaptureMgnt StepLimiter + 2338 -26.242299 cm -6.4756901 cm 69.006578 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3406173 m CaptureMgnt StepLimiter + 2339 -26.314447 cm -6.4116518 cm 69.032917 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3416173 m CaptureMgnt StepLimiter + 2340 -26.386196 cm -6.3471672 cm 69.059257 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3426173 m CaptureMgnt StepLimiter + 2341 -26.457544 cm -6.2822386 cm 69.085596 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3436173 m CaptureMgnt StepLimiter + 2342 -26.528487 cm -6.2168687 cm 69.111935 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3446173 m CaptureMgnt StepLimiter + 2343 -26.599024 cm -6.1510598 cm 69.138274 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3456173 m CaptureMgnt StepLimiter + 2344 -26.669151 cm -6.0848145 cm 69.164613 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3466173 m CaptureMgnt StepLimiter + 2345 -26.738865 cm -6.0181354 cm 69.190952 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3476173 m CaptureMgnt StepLimiter + 2346 -26.808165 cm -5.951025 cm 69.217292 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3486173 m CaptureMgnt StepLimiter + 2347 -26.877047 cm -5.883486 cm 69.243631 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3496173 m CaptureMgnt StepLimiter + 2348 -26.945508 cm -5.8155208 cm 69.26997 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3506173 m CaptureMgnt StepLimiter + 2349 -27.013546 cm -5.7471323 cm 69.296309 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3516173 m CaptureMgnt StepLimiter + 2350 -27.081159 cm -5.6783228 cm 69.322648 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3526173 m CaptureMgnt StepLimiter + 2351 -27.148343 cm -5.6090952 cm 69.348988 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3536173 m CaptureMgnt StepLimiter + 2352 -27.215097 cm -5.5394521 cm 69.375327 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3546173 m CaptureMgnt StepLimiter + 2353 -27.281417 cm -5.4693962 cm 69.401666 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3556173 m CaptureMgnt StepLimiter + 2354 -27.347302 cm -5.3989301 cm 69.428005 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3566173 m CaptureMgnt StepLimiter + 2355 -27.412748 cm -5.3280566 cm 69.454344 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3576173 m CaptureMgnt StepLimiter + 2356 -27.477753 cm -5.2567784 cm 69.480684 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3586173 m CaptureMgnt StepLimiter + 2357 -27.542314 cm -5.1850982 cm 69.507023 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3596173 m CaptureMgnt StepLimiter + 2358 -27.606429 cm -5.1130189 cm 69.533362 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3606173 m CaptureMgnt StepLimiter + 2359 -27.670096 cm -5.0405431 cm 69.559701 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3616173 m CaptureMgnt StepLimiter + 2360 -27.733312 cm -4.9676737 cm 69.58604 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3626173 m CaptureMgnt StepLimiter + 2361 -27.796075 cm -4.8944135 cm 69.61238 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3636173 m CaptureMgnt StepLimiter + 2362 -27.858382 cm -4.8207653 cm 69.638719 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3646173 m CaptureMgnt StepLimiter + 2363 -27.920231 cm -4.7467319 cm 69.665058 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3656173 m CaptureMgnt StepLimiter + 2364 -27.981619 cm -4.6723162 cm 69.691397 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3666173 m CaptureMgnt StepLimiter + 2365 -28.042544 cm -4.5975211 cm 69.717736 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3676173 m CaptureMgnt StepLimiter + 2366 -28.103005 cm -4.5223493 cm 69.744076 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3686173 m CaptureMgnt StepLimiter + 2367 -28.162997 cm -4.4468039 cm 69.770415 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3696173 m CaptureMgnt StepLimiter + 2368 -28.22252 cm -4.3708878 cm 69.796754 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3706173 m CaptureMgnt StepLimiter + 2369 -28.28157 cm -4.2946037 cm 69.823093 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3716173 m CaptureMgnt StepLimiter + 2370 -28.340146 cm -4.2179548 cm 69.849432 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3726173 m CaptureMgnt StepLimiter + 2371 -28.398246 cm -4.1409439 cm 69.875772 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3736173 m CaptureMgnt StepLimiter + 2372 -28.455866 cm -4.063574 cm 69.902111 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3746173 m CaptureMgnt StepLimiter + 2373 -28.513006 cm -3.9858481 cm 69.92845 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3756173 m CaptureMgnt StepLimiter + 2374 -28.569662 cm -3.9077691 cm 69.954789 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3766173 m CaptureMgnt StepLimiter + 2375 -28.625832 cm -3.8293402 cm 69.981128 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3776173 m CaptureMgnt StepLimiter + 2376 -28.681515 cm -3.7505642 cm 70.007468 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3786173 m CaptureMgnt StepLimiter + 2377 -28.736708 cm -3.6714443 cm 70.033807 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3796173 m CaptureMgnt StepLimiter + 2378 -28.791408 cm -3.5919834 cm 70.060146 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3806173 m CaptureMgnt StepLimiter + 2379 -28.845615 cm -3.5121847 cm 70.086485 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3816173 m CaptureMgnt StepLimiter + 2380 -28.899326 cm -3.4320512 cm 70.112824 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3826173 m CaptureMgnt StepLimiter + 2381 -28.952538 cm -3.351586 cm 70.139164 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3836173 m CaptureMgnt StepLimiter + 2382 -29.005251 cm -3.2707922 cm 70.165503 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3846173 m CaptureMgnt StepLimiter + 2383 -29.057461 cm -3.1896729 cm 70.191842 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3856173 m CaptureMgnt StepLimiter + 2384 -29.109166 cm -3.1082312 cm 70.218181 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3866173 m CaptureMgnt StepLimiter + 2385 -29.160365 cm -3.0264702 cm 70.24452 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3876173 m CaptureMgnt StepLimiter + 2386 -29.211056 cm -2.9443932 cm 70.27086 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3886173 m CaptureMgnt StepLimiter + 2387 -29.261237 cm -2.8620032 cm 70.297199 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3896173 m CaptureMgnt StepLimiter + 2388 -29.310906 cm -2.7793035 cm 70.323538 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3906173 m CaptureMgnt StepLimiter + 2389 -29.36006 cm -2.6962972 cm 70.349877 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3916173 m CaptureMgnt StepLimiter + 2390 -29.408699 cm -2.6129875 cm 70.376216 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3926173 m CaptureMgnt StepLimiter + 2391 -29.45682 cm -2.5293777 cm 70.402556 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3936173 m CaptureMgnt StepLimiter + 2392 -29.504421 cm -2.4454708 cm 70.428895 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3946173 m CaptureMgnt StepLimiter + 2393 -29.5515 cm -2.3612703 cm 70.455234 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3956173 m CaptureMgnt StepLimiter + 2394 -29.598057 cm -2.2767793 cm 70.481573 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3966173 m CaptureMgnt StepLimiter + 2395 -29.644088 cm -2.192001 cm 70.507912 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3976173 m CaptureMgnt StepLimiter + 2396 -29.689592 cm -2.1069388 cm 70.534252 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3986173 m CaptureMgnt StepLimiter + 2397 -29.734567 cm -2.0215958 cm 70.560591 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.3996173 m CaptureMgnt StepLimiter + 2398 -29.779013 cm -1.9359755 cm 70.58693 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4006173 m CaptureMgnt StepLimiter + 2399 -29.822926 cm -1.8500811 cm 70.613269 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4016173 m CaptureMgnt StepLimiter + 2400 -29.866305 cm -1.7639158 cm 70.639608 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4026173 m CaptureMgnt StepLimiter + 2401 -29.909149 cm -1.6774831 cm 70.665948 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4036173 m CaptureMgnt StepLimiter + 2402 -29.951456 cm -1.5907861 cm 70.692287 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4046173 m CaptureMgnt StepLimiter + 2403 -29.993224 cm -1.5038284 cm 70.718626 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4056173 m CaptureMgnt StepLimiter + 2404 -30.034451 cm -1.4166132 cm 70.744965 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4066173 m CaptureMgnt StepLimiter + 2405 -30.075137 cm -1.3291439 cm 70.771304 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4076173 m CaptureMgnt StepLimiter + 2406 -30.11528 cm -1.2414238 cm 70.797644 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4086173 m CaptureMgnt StepLimiter + 2407 -30.154877 cm -1.1534563 cm 70.823983 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4096173 m CaptureMgnt StepLimiter + 2408 -30.193927 cm -1.0652449 cm 70.850322 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4106173 m CaptureMgnt StepLimiter + 2409 -30.23243 cm -9.7679286 mm 70.876661 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4116173 m CaptureMgnt StepLimiter + 2410 -30.270383 cm -8.8810363 mm 70.903 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4126173 m CaptureMgnt StepLimiter + 2411 -30.307785 cm -7.9918063 mm 70.92934 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4136173 m CaptureMgnt StepLimiter + 2412 -30.344635 cm -7.1002728 mm 70.955679 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4146173 m CaptureMgnt StepLimiter + 2413 -30.380931 cm -6.2064702 mm 70.982018 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4156173 m CaptureMgnt StepLimiter + 2414 -30.416671 cm -5.3104327 mm 71.008357 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4166173 m CaptureMgnt StepLimiter + 2415 -30.451855 cm -4.412195 mm 71.034696 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4176173 m CaptureMgnt StepLimiter + 2416 -30.486481 cm -3.5117915 mm 71.061036 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4186173 m CaptureMgnt StepLimiter + 2417 -30.520548 cm -2.6092571 mm 71.087375 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4196173 m CaptureMgnt StepLimiter + 2418 -30.554054 cm -1.7046263 mm 71.113714 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4206173 m CaptureMgnt StepLimiter + 2419 -30.586998 cm -797.93403 um 71.140053 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4216173 m CaptureMgnt StepLimiter + 2420 -30.619378 cm 110.78478 um 71.166392 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4226173 m CaptureMgnt StepLimiter + 2421 -30.651195 cm 1.0214952 mm 71.192732 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4236173 m CaptureMgnt StepLimiter + 2422 -30.682446 cm 1.9341621 mm 71.219071 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4246173 m CaptureMgnt StepLimiter + 2423 -30.713129 cm 2.8487504 mm 71.24541 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4256173 m CaptureMgnt StepLimiter + 2424 -30.743245 cm 3.7652249 mm 71.271749 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4266173 m CaptureMgnt StepLimiter + 2425 -30.772792 cm 4.6835503 mm 71.298088 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4276173 m CaptureMgnt StepLimiter + 2426 -30.801768 cm 5.6036912 mm 71.324428 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4286173 m CaptureMgnt StepLimiter + 2427 -30.830173 cm 6.5256123 mm 71.350767 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4296173 m CaptureMgnt StepLimiter + 2428 -30.858005 cm 7.449278 mm 71.377106 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4306173 m CaptureMgnt StepLimiter + 2429 -30.885264 cm 8.3746528 mm 71.403445 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4316173 m CaptureMgnt StepLimiter + 2430 -30.911948 cm 9.301701 mm 71.429784 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4326173 m CaptureMgnt StepLimiter + 2431 -30.938056 cm 1.0230387 cm 71.456124 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4336173 m CaptureMgnt StepLimiter + 2432 -30.963587 cm 1.1160675 cm 71.482463 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4346173 m CaptureMgnt StepLimiter + 2433 -30.988541 cm 1.2092529 cm 71.508802 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4356173 m CaptureMgnt StepLimiter + 2434 -31.012916 cm 1.3025914 cm 71.535141 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4366173 m CaptureMgnt StepLimiter + 2435 -31.036712 cm 1.3960793 cm 71.56148 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4376173 m CaptureMgnt StepLimiter + 2436 -31.059927 cm 1.489713 cm 71.58782 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4386173 m CaptureMgnt StepLimiter + 2437 -31.082561 cm 1.583489 cm 71.614159 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4396173 m CaptureMgnt StepLimiter + 2438 -31.104612 cm 1.6774036 cm 71.640498 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4406173 m CaptureMgnt StepLimiter + 2439 -31.126081 cm 1.7714532 cm 71.666837 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4416173 m CaptureMgnt StepLimiter + 2440 -31.146965 cm 1.8656342 cm 71.693176 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4426173 m CaptureMgnt StepLimiter + 2441 -31.167265 cm 1.959943 cm 71.719516 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4436173 m CaptureMgnt StepLimiter + 2442 -31.186979 cm 2.0543758 cm 71.745855 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4446173 m CaptureMgnt StepLimiter + 2443 -31.206106 cm 2.1489292 cm 71.772194 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4456173 m CaptureMgnt StepLimiter + 2444 -31.224647 cm 2.2435995 cm 71.798533 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4466173 m CaptureMgnt StepLimiter + 2445 -31.2426 cm 2.338383 cm 71.824872 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4476173 m CaptureMgnt StepLimiter + 2446 -31.259965 cm 2.433276 cm 71.851212 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4486173 m CaptureMgnt StepLimiter + 2447 -31.27674 cm 2.5282749 cm 71.877551 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4496173 m CaptureMgnt StepLimiter + 2448 -31.292926 cm 2.6233762 cm 71.90389 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4506173 m CaptureMgnt StepLimiter + 2449 -31.308521 cm 2.7185759 cm 71.930229 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4516173 m CaptureMgnt StepLimiter + 2450 -31.323526 cm 2.8138707 cm 71.956568 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4526173 m CaptureMgnt StepLimiter + 2451 -31.337939 cm 2.9092567 cm 71.982908 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4536173 m CaptureMgnt StepLimiter + 2452 -31.351759 cm 3.0047302 cm 72.009247 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4546173 m CaptureMgnt StepLimiter + 2453 -31.364987 cm 3.1002877 cm 72.035586 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4556173 m CaptureMgnt StepLimiter + 2454 -31.377622 cm 3.1959254 cm 72.061925 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4566173 m CaptureMgnt StepLimiter + 2455 -31.389664 cm 3.2916397 cm 72.088264 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4576173 m CaptureMgnt StepLimiter + 2456 -31.401111 cm 3.3874269 cm 72.114604 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4586173 m CaptureMgnt StepLimiter + 2457 -31.411964 cm 3.4832832 cm 72.140943 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4596173 m CaptureMgnt StepLimiter + 2458 -31.422221 cm 3.579205 cm 72.167282 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4606173 m CaptureMgnt StepLimiter + 2459 -31.431884 cm 3.6751886 cm 72.193621 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4616173 m CaptureMgnt StepLimiter + 2460 -31.440951 cm 3.7712303 cm 72.21996 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4626173 m CaptureMgnt StepLimiter + 2461 -31.449421 cm 3.8673265 cm 72.2463 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4636173 m CaptureMgnt StepLimiter + 2462 -31.457295 cm 3.9634733 cm 72.272639 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4646173 m CaptureMgnt StepLimiter + 2463 -31.464573 cm 4.0596671 cm 72.298978 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4656173 m CaptureMgnt StepLimiter + 2464 -31.471254 cm 4.1559043 cm 72.325317 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4666173 m CaptureMgnt StepLimiter + 2465 -31.477337 cm 4.252181 cm 72.351656 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4676173 m CaptureMgnt StepLimiter + 2466 -31.482823 cm 4.3484936 cm 72.377996 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4686173 m CaptureMgnt StepLimiter + 2467 -31.487711 cm 4.4448384 cm 72.404335 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4696173 m CaptureMgnt StepLimiter + 2468 -31.492001 cm 4.5412117 cm 72.430674 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4706173 m CaptureMgnt StepLimiter + 2469 -31.495694 cm 4.6376098 cm 72.457013 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4716173 m CaptureMgnt StepLimiter + 2470 -31.498788 cm 4.7340289 cm 72.483352 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4726173 m CaptureMgnt StepLimiter + 2471 -31.501284 cm 4.8304653 cm 72.509692 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4736173 m CaptureMgnt StepLimiter + 2472 -31.503181 cm 4.9269154 cm 72.536031 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4746173 m CaptureMgnt StepLimiter + 2473 -31.50448 cm 5.0233754 cm 72.56237 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4756173 m CaptureMgnt StepLimiter + 2474 -31.50518 cm 5.1198416 cm 72.588709 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4766173 m CaptureMgnt StepLimiter + 2475 -31.505282 cm 5.2163103 cm 72.615048 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4776173 m CaptureMgnt StepLimiter + 2476 -31.504786 cm 5.3127777 cm 72.641388 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4786173 m CaptureMgnt StepLimiter + 2477 -31.50369 cm 5.4092402 cm 72.667727 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4796173 m CaptureMgnt StepLimiter + 2478 -31.501997 cm 5.5056941 cm 72.694066 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4806173 m CaptureMgnt StepLimiter + 2479 -31.499705 cm 5.6021356 cm 72.720405 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4816173 m CaptureMgnt StepLimiter + 2480 -31.496814 cm 5.698561 cm 72.746744 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4826173 m CaptureMgnt StepLimiter + 2481 -31.493326 cm 5.7949667 cm 72.773084 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4836173 m CaptureMgnt StepLimiter + 2482 -31.489239 cm 5.8913488 cm 72.799423 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4846173 m CaptureMgnt StepLimiter + 2483 -31.484555 cm 5.9877037 cm 72.825762 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4856173 m CaptureMgnt StepLimiter + 2484 -31.479272 cm 6.0840277 cm 72.852101 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4866173 m CaptureMgnt StepLimiter + 2485 -31.473392 cm 6.1803171 cm 72.87844 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4876173 m CaptureMgnt StepLimiter + 2486 -31.466915 cm 6.2765681 cm 72.90478 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4886173 m CaptureMgnt StepLimiter + 2487 -31.459841 cm 6.3727771 cm 72.931119 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4896173 m CaptureMgnt StepLimiter + 2488 -31.45217 cm 6.4689404 cm 72.957458 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4906173 m CaptureMgnt StepLimiter + 2489 -31.443902 cm 6.5650542 cm 72.983797 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4916173 m CaptureMgnt StepLimiter + 2490 -31.435038 cm 6.6611149 cm 73.010136 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4926173 m CaptureMgnt StepLimiter + 2491 -31.425579 cm 6.7571187 cm 73.036476 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4936173 m CaptureMgnt StepLimiter + 2492 -31.415524 cm 6.8530619 cm 73.062815 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4946173 m CaptureMgnt StepLimiter + 2493 -31.404873 cm 6.948941 cm 73.089154 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4956173 m CaptureMgnt StepLimiter + 2494 -31.393629 cm 7.0447521 cm 73.115493 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4966173 m CaptureMgnt StepLimiter + 2495 -31.38179 cm 7.1404916 cm 73.141832 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4976173 m CaptureMgnt StepLimiter + 2496 -31.369357 cm 7.2361558 cm 73.168172 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4986173 m CaptureMgnt StepLimiter + 2497 -31.356331 cm 7.331741 cm 73.194511 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.4996173 m CaptureMgnt StepLimiter + 2498 -31.342712 cm 7.4272436 cm 73.22085 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5006173 m CaptureMgnt StepLimiter + 2499 -31.3285 cm 7.5226598 cm 73.247189 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5016173 m CaptureMgnt StepLimiter + 2500 -31.313697 cm 7.617986 cm 73.273528 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5026173 m CaptureMgnt StepLimiter + 2501 -31.298303 cm 7.7132186 cm 73.299868 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5036173 m CaptureMgnt StepLimiter + 2502 -31.282318 cm 7.8083538 cm 73.326207 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5046173 m CaptureMgnt StepLimiter + 2503 -31.265744 cm 7.9033879 cm 73.352546 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5056173 m CaptureMgnt StepLimiter + 2504 -31.248579 cm 7.9983175 cm 73.378885 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5066173 m CaptureMgnt StepLimiter + 2505 -31.230827 cm 8.0931386 cm 73.405224 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5076173 m CaptureMgnt StepLimiter + 2506 -31.212486 cm 8.1878479 cm 73.431564 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5086173 m CaptureMgnt StepLimiter + 2507 -31.193558 cm 8.2824415 cm 73.457903 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5096173 m CaptureMgnt StepLimiter + 2508 -31.174044 cm 8.3769158 cm 73.484242 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5106173 m CaptureMgnt StepLimiter + 2509 -31.153943 cm 8.4712672 cm 73.510581 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5116173 m CaptureMgnt StepLimiter + 2510 -31.133258 cm 8.5654922 cm 73.53692 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5126173 m CaptureMgnt StepLimiter + 2511 -31.111988 cm 8.6595869 cm 73.563259 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5136173 m CaptureMgnt StepLimiter + 2512 -31.090136 cm 8.7535479 cm 73.589599 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5146173 m CaptureMgnt StepLimiter + 2513 -31.0677 cm 8.8473715 cm 73.615938 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5156173 m CaptureMgnt StepLimiter + 2514 -31.044683 cm 8.9410541 cm 73.642277 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5166173 m CaptureMgnt StepLimiter + 2515 -31.021085 cm 9.034592 cm 73.668616 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5176173 m CaptureMgnt StepLimiter + 2516 -30.996907 cm 9.1279818 cm 73.694955 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5186173 m CaptureMgnt StepLimiter + 2517 -30.97215 cm 9.2212197 cm 73.721295 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5196173 m CaptureMgnt StepLimiter + 2518 -30.946815 cm 9.3143022 cm 73.747634 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5206173 m CaptureMgnt StepLimiter + 2519 -30.920903 cm 9.4072258 cm 73.773973 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5216173 m CaptureMgnt StepLimiter + 2520 -30.894415 cm 9.4999868 cm 73.800312 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5226173 m CaptureMgnt StepLimiter + 2521 -30.867352 cm 9.5925817 cm 73.826651 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5236173 m CaptureMgnt StepLimiter + 2522 -30.839715 cm 9.6850068 cm 73.852991 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5246173 m CaptureMgnt StepLimiter + 2523 -30.811505 cm 9.7772588 cm 73.87933 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5256173 m CaptureMgnt StepLimiter + 2524 -30.782723 cm 9.8693339 cm 73.905669 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5266173 m CaptureMgnt StepLimiter + 2525 -30.753371 cm 9.9612286 cm 73.932008 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5276173 m CaptureMgnt StepLimiter + 2526 -30.723449 cm 10.052939 cm 73.958347 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5286173 m CaptureMgnt StepLimiter + 2527 -30.692958 cm 10.144463 cm 73.984687 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5296173 m CaptureMgnt StepLimiter + 2528 -30.6619 cm 10.235795 cm 74.011026 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5306173 m CaptureMgnt StepLimiter + 2529 -30.630276 cm 10.326934 cm 74.037365 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5316173 m CaptureMgnt StepLimiter + 2530 -30.598088 cm 10.417874 cm 74.063704 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5326173 m CaptureMgnt StepLimiter + 2531 -30.565335 cm 10.508612 cm 74.090043 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5336173 m CaptureMgnt StepLimiter + 2532 -30.532021 cm 10.599146 cm 74.116383 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5346173 m CaptureMgnt StepLimiter + 2533 -30.498145 cm 10.689471 cm 74.142722 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5356173 m CaptureMgnt StepLimiter + 2534 -30.463709 cm 10.779584 cm 74.169061 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5366173 m CaptureMgnt StepLimiter + 2535 -30.428715 cm 10.869482 cm 74.1954 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5376173 m CaptureMgnt StepLimiter + 2536 -30.393164 cm 10.959161 cm 74.221739 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5386173 m CaptureMgnt StepLimiter + 2537 -30.357057 cm 11.048618 cm 74.248079 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5396173 m CaptureMgnt StepLimiter + 2538 -30.320396 cm 11.137849 cm 74.274418 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5406173 m CaptureMgnt StepLimiter + 2539 -30.283182 cm 11.226851 cm 74.300757 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5416173 m CaptureMgnt StepLimiter + 2540 -30.245416 cm 11.31562 cm 74.327096 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5426173 m CaptureMgnt StepLimiter + 2541 -30.207101 cm 11.404153 cm 74.353435 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5436173 m CaptureMgnt StepLimiter + 2542 -30.168236 cm 11.492447 cm 74.379775 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5446173 m CaptureMgnt StepLimiter + 2543 -30.128825 cm 11.580498 cm 74.406114 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5456173 m CaptureMgnt StepLimiter + 2544 -30.088868 cm 11.668303 cm 74.432453 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5466173 m CaptureMgnt StepLimiter + 2545 -30.048367 cm 11.755858 cm 74.458792 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5476173 m CaptureMgnt StepLimiter + 2546 -30.007324 cm 11.84316 cm 74.485131 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5486173 m CaptureMgnt StepLimiter + 2547 -29.96574 cm 11.930206 cm 74.511471 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5496173 m CaptureMgnt StepLimiter + 2548 -29.923616 cm 12.016992 cm 74.53781 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5506173 m CaptureMgnt StepLimiter + 2549 -29.880955 cm 12.103515 cm 74.564149 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5516173 m CaptureMgnt StepLimiter + 2550 -29.837758 cm 12.189772 cm 74.590488 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5526173 m CaptureMgnt StepLimiter + 2551 -29.794026 cm 12.275759 cm 74.616827 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5536173 m CaptureMgnt StepLimiter + 2552 -29.749762 cm 12.361473 cm 74.643167 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5546173 m CaptureMgnt StepLimiter + 2553 -29.704967 cm 12.446911 cm 74.669506 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5556173 m CaptureMgnt StepLimiter + 2554 -29.659643 cm 12.532069 cm 74.695845 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5566173 m CaptureMgnt StepLimiter + 2555 -29.613791 cm 12.616944 cm 74.722184 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5576173 m CaptureMgnt StepLimiter + 2556 -29.567413 cm 12.701533 cm 74.748523 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5586173 m CaptureMgnt StepLimiter + 2557 -29.520512 cm 12.785833 cm 74.774863 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5596173 m CaptureMgnt StepLimiter + 2558 -29.473088 cm 12.86984 cm 74.801202 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5606173 m CaptureMgnt StepLimiter + 2559 -29.425144 cm 12.953552 cm 74.827541 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5616173 m CaptureMgnt StepLimiter + 2560 -29.376681 cm 13.036964 cm 74.85388 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5626173 m CaptureMgnt StepLimiter + 2561 -29.327702 cm 13.120074 cm 74.880219 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5636173 m CaptureMgnt StepLimiter + 2562 -29.278209 cm 13.202878 cm 74.906559 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5646173 m CaptureMgnt StepLimiter + 2563 -29.228202 cm 13.285374 cm 74.932898 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5656173 m CaptureMgnt StepLimiter + 2564 -29.177685 cm 13.367558 cm 74.959237 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5666173 m CaptureMgnt StepLimiter + 2565 -29.126658 cm 13.449427 cm 74.985576 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5676173 m CaptureMgnt StepLimiter + 2566 -29.075125 cm 13.530978 cm 75.011915 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5686173 m CaptureMgnt StepLimiter + 2567 -29.023086 cm 13.612207 cm 75.038255 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5696173 m CaptureMgnt StepLimiter + 2568 -28.970545 cm 13.693112 cm 75.064594 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5706173 m CaptureMgnt StepLimiter + 2569 -28.917503 cm 13.77369 cm 75.090933 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5716173 m CaptureMgnt StepLimiter + 2570 -28.863961 cm 13.853937 cm 75.117272 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5726173 m CaptureMgnt StepLimiter + 2571 -28.809923 cm 13.93385 cm 75.143611 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5736173 m CaptureMgnt StepLimiter + 2572 -28.75539 cm 14.013426 cm 75.169951 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5746173 m CaptureMgnt StepLimiter + 2573 -28.700365 cm 14.092662 cm 75.19629 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5756173 m CaptureMgnt StepLimiter + 2574 -28.644849 cm 14.171556 cm 75.222629 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5766173 m CaptureMgnt StepLimiter + 2575 -28.588844 cm 14.250103 cm 75.248968 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5776173 m CaptureMgnt StepLimiter + 2576 -28.532353 cm 14.328302 cm 75.275307 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5786173 m CaptureMgnt StepLimiter + 2577 -28.475378 cm 14.406148 cm 75.301647 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5796173 m CaptureMgnt StepLimiter + 2578 -28.417921 cm 14.48364 cm 75.327986 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5806173 m CaptureMgnt StepLimiter + 2579 -28.359985 cm 14.560773 cm 75.354325 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5816173 m CaptureMgnt StepLimiter + 2580 -28.301571 cm 14.637546 cm 75.380664 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5826173 m CaptureMgnt StepLimiter + 2581 -28.242682 cm 14.713954 cm 75.407003 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5836173 m CaptureMgnt StepLimiter + 2582 -28.183319 cm 14.789996 cm 75.433343 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5846173 m CaptureMgnt StepLimiter + 2583 -28.123487 cm 14.865668 cm 75.459682 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5856173 m CaptureMgnt StepLimiter + 2584 -28.063185 cm 14.940967 cm 75.486021 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5866173 m CaptureMgnt StepLimiter + 2585 -28.002418 cm 15.015891 cm 75.51236 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5876173 m CaptureMgnt StepLimiter + 2586 -27.941187 cm 15.090436 cm 75.538699 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5886173 m CaptureMgnt StepLimiter + 2587 -27.879495 cm 15.1646 cm 75.565039 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5896173 m CaptureMgnt StepLimiter + 2588 -27.817344 cm 15.23838 cm 75.591378 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5906173 m CaptureMgnt StepLimiter + 2589 -27.754736 cm 15.311772 cm 75.617717 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5916173 m CaptureMgnt StepLimiter + 2590 -27.691674 cm 15.384775 cm 75.644056 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5926173 m CaptureMgnt StepLimiter + 2591 -27.628161 cm 15.457385 cm 75.670395 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5936173 m CaptureMgnt StepLimiter + 2592 -27.564198 cm 15.5296 cm 75.696735 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5946173 m CaptureMgnt StepLimiter + 2593 -27.499788 cm 15.601416 cm 75.723074 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5956173 m CaptureMgnt StepLimiter + 2594 -27.434934 cm 15.672832 cm 75.749413 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5966173 m CaptureMgnt StepLimiter + 2595 -27.369638 cm 15.743843 cm 75.775752 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5976173 m CaptureMgnt StepLimiter + 2596 -27.303902 cm 15.814449 cm 75.802091 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5986173 m CaptureMgnt StepLimiter + 2597 -27.23773 cm 15.884645 cm 75.828431 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.5996173 m CaptureMgnt StepLimiter + 2598 -27.171124 cm 15.954429 cm 75.85477 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6006173 m CaptureMgnt StepLimiter + 2599 -27.104086 cm 16.023798 cm 75.881109 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6016173 m CaptureMgnt StepLimiter + 2600 -27.036619 cm 16.09275 cm 75.907448 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6026173 m CaptureMgnt StepLimiter + 2601 -26.968725 cm 16.161282 cm 75.933787 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6036173 m CaptureMgnt StepLimiter + 2602 -26.900407 cm 16.229392 cm 75.960127 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6046173 m CaptureMgnt StepLimiter + 2603 -26.831668 cm 16.297076 cm 75.986466 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6056173 m CaptureMgnt StepLimiter + 2604 -26.762511 cm 16.364333 cm 76.012805 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6066173 m CaptureMgnt StepLimiter + 2605 -26.692937 cm 16.431159 cm 76.039144 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6076173 m CaptureMgnt StepLimiter + 2606 -26.622951 cm 16.497552 cm 76.065483 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6086173 m CaptureMgnt StepLimiter + 2607 -26.552553 cm 16.56351 cm 76.091823 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6096173 m CaptureMgnt StepLimiter + 2608 -26.481748 cm 16.62903 cm 76.118162 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6106173 m CaptureMgnt StepLimiter + 2609 -26.410538 cm 16.694109 cm 76.144501 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6116173 m CaptureMgnt StepLimiter + 2610 -26.338925 cm 16.758745 cm 76.17084 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6126173 m CaptureMgnt StepLimiter + 2611 -26.266912 cm 16.822936 cm 76.197179 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6136173 m CaptureMgnt StepLimiter + 2612 -26.194503 cm 16.886678 cm 76.223519 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6146173 m CaptureMgnt StepLimiter + 2613 -26.1217 cm 16.94997 cm 76.249858 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6156173 m CaptureMgnt StepLimiter + 2614 -26.048505 cm 17.012809 cm 76.276197 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6166173 m CaptureMgnt StepLimiter + 2615 -25.974922 cm 17.075193 cm 76.302536 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6176173 m CaptureMgnt StepLimiter + 2616 -25.900953 cm 17.137119 cm 76.328875 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6186173 m CaptureMgnt StepLimiter + 2617 -25.826601 cm 17.198585 cm 76.355215 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6196173 m CaptureMgnt StepLimiter + 2618 -25.751869 cm 17.259588 cm 76.381554 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6206173 m CaptureMgnt StepLimiter + 2619 -25.676761 cm 17.320127 cm 76.407893 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6216173 m CaptureMgnt StepLimiter + 2620 -25.601278 cm 17.380198 cm 76.434232 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6226173 m CaptureMgnt StepLimiter + 2621 -25.525424 cm 17.4398 cm 76.460571 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6236173 m CaptureMgnt StepLimiter + 2622 -25.449202 cm 17.49893 cm 76.486911 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6246173 m CaptureMgnt StepLimiter + 2623 -25.372614 cm 17.557586 cm 76.51325 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6256173 m CaptureMgnt StepLimiter + 2624 -25.295663 cm 17.615765 cm 76.539589 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6266173 m CaptureMgnt StepLimiter + 2625 -25.218354 cm 17.673466 cm 76.565928 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6276173 m CaptureMgnt StepLimiter + 2626 -25.140687 cm 17.730687 cm 76.592267 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6286173 m CaptureMgnt StepLimiter + 2627 -25.062668 cm 17.787424 cm 76.618607 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6296173 m CaptureMgnt StepLimiter + 2628 -24.984297 cm 17.843676 cm 76.644946 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6306173 m CaptureMgnt StepLimiter + 2629 -24.905579 cm 17.899441 cm 76.671285 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6316173 m CaptureMgnt StepLimiter + 2630 -24.826517 cm 17.954716 cm 76.697624 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6326173 m CaptureMgnt StepLimiter + 2631 -24.747113 cm 18.0095 cm 76.723963 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6336173 m CaptureMgnt StepLimiter + 2632 -24.667371 cm 18.06379 cm 76.750303 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6346173 m CaptureMgnt StepLimiter + 2633 -24.587294 cm 18.117584 cm 76.776642 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6356173 m CaptureMgnt StepLimiter + 2634 -24.506884 cm 18.170881 cm 76.802981 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6366173 m CaptureMgnt StepLimiter + 2635 -24.426145 cm 18.223677 cm 76.82932 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6376173 m CaptureMgnt StepLimiter + 2636 -24.34508 cm 18.275971 cm 76.855659 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6386173 m CaptureMgnt StepLimiter + 2637 -24.263692 cm 18.327762 cm 76.881999 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6396173 m CaptureMgnt StepLimiter + 2638 -24.181985 cm 18.379046 cm 76.908338 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6406173 m CaptureMgnt StepLimiter + 2639 -24.099961 cm 18.429823 cm 76.934677 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6416173 m CaptureMgnt StepLimiter + 2640 -24.017623 cm 18.48009 cm 76.961016 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6426173 m CaptureMgnt StepLimiter + 2641 -23.934975 cm 18.529844 cm 76.987355 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6436173 m CaptureMgnt StepLimiter + 2642 -23.85202 cm 18.579085 cm 77.013695 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6446173 m CaptureMgnt StepLimiter + 2643 -23.768761 cm 18.627811 cm 77.040034 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6456173 m CaptureMgnt StepLimiter + 2644 -23.685202 cm 18.676019 cm 77.066373 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6466173 m CaptureMgnt StepLimiter + 2645 -23.601345 cm 18.723707 cm 77.092712 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6476173 m CaptureMgnt StepLimiter + 2646 -23.517193 cm 18.770875 cm 77.119051 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6486173 m CaptureMgnt StepLimiter + 2647 -23.432751 cm 18.817519 cm 77.145391 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6496173 m CaptureMgnt StepLimiter + 2648 -23.34802 cm 18.863638 cm 77.17173 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6506173 m CaptureMgnt StepLimiter + 2649 -23.263006 cm 18.909231 cm 77.198069 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6516173 m CaptureMgnt StepLimiter + 2650 -23.17771 cm 18.954296 cm 77.224408 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6526173 m CaptureMgnt StepLimiter + 2651 -23.092136 cm 18.99883 cm 77.250747 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6536173 m CaptureMgnt StepLimiter + 2652 -23.006287 cm 19.042833 cm 77.277087 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6546173 m CaptureMgnt StepLimiter + 2653 -22.920167 cm 19.086302 cm 77.303426 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6556173 m CaptureMgnt StepLimiter + 2654 -22.833779 cm 19.129236 cm 77.329765 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6566173 m CaptureMgnt StepLimiter + 2655 -22.747126 cm 19.171633 cm 77.356104 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6576173 m CaptureMgnt StepLimiter + 2656 -22.660212 cm 19.213492 cm 77.382443 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6586173 m CaptureMgnt StepLimiter + 2657 -22.57304 cm 19.25481 cm 77.408783 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6596173 m CaptureMgnt StepLimiter + 2658 -22.485613 cm 19.295587 cm 77.435122 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6606173 m CaptureMgnt StepLimiter + 2659 -22.397935 cm 19.335821 cm 77.461461 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6616173 m CaptureMgnt StepLimiter + 2660 -22.310009 cm 19.37551 cm 77.4878 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6626173 m CaptureMgnt StepLimiter + 2661 -22.221838 cm 19.414653 cm 77.514139 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6636173 m CaptureMgnt StepLimiter + 2662 -22.133426 cm 19.453248 cm 77.540479 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6646173 m CaptureMgnt StepLimiter + 2663 -22.044777 cm 19.491293 cm 77.566818 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6656173 m CaptureMgnt StepLimiter + 2664 -21.955893 cm 19.528788 cm 77.593157 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6666173 m CaptureMgnt StepLimiter + 2665 -21.866778 cm 19.56573 cm 77.619496 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6676173 m CaptureMgnt StepLimiter + 2666 -21.777436 cm 19.602119 cm 77.645835 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6686173 m CaptureMgnt StepLimiter + 2667 -21.687869 cm 19.637953 cm 77.672175 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6696173 m CaptureMgnt StepLimiter + 2668 -21.598082 cm 19.673231 cm 77.698514 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6706173 m CaptureMgnt StepLimiter + 2669 -21.508078 cm 19.707951 cm 77.724853 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6716173 m CaptureMgnt StepLimiter + 2670 -21.41786 cm 19.742111 cm 77.751192 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6726173 m CaptureMgnt StepLimiter + 2671 -21.327432 cm 19.775712 cm 77.777531 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6736173 m CaptureMgnt StepLimiter + 2672 -21.236797 cm 19.80875 cm 77.803871 cm 45.014014 MeV4.9322449e-17 meV 1 mm 2.6746173 m CaptureMgnt StepLim +============================================================================================ +================= lines above cut to keep file within limits =============================== +============================================================================================ + !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.13317(mm),-1.2508387(mm),79.094724(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.228818(mm),2.5908449(mm),79.077858(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.039753(mm),0.80886795(mm),79.46385(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.877131(mm),-1.1371201(mm),79.316197(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.566815(mm),0.36865759(mm),78.136625(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.038145(mm),1.7388232(mm),79.111479(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.716779(mm),2.3446969(mm),78.639164(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.113871(mm),-1.6722945(mm),78.9218(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.994996(mm),-2.8712866(mm),79.119088(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.442844(mm),-2.9837803(mm),78.863793(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.275386(mm),-1.2909847(mm),78.540666(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.955918(mm),2.4173318(mm),78.949651(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.2621(mm),2.8315725(mm),78.366682(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.393806(mm),1.0405516(mm),78.519786(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.336228(mm),2.198022(mm),78.353611(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.973343(mm),1.7808487(mm),78.946578(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.272868(mm),-1.4646495(mm),78.893764(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.585763(mm),2.2534313(mm),78.485938(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.716824(mm),-2.3687273(mm),79.168137(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.444398(mm),0.84954311(mm),78.863519(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.688741(mm),1.4700573(mm),79.349416(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.105372(mm),-0.60467059(mm),78.923298(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.499933(mm),-3.3814266(mm),78.6774(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.658716(mm),-2.8422624(mm),79.002056(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.751311(mm),-1.1174593(mm),78.280421(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.357994(mm),-2.3393159(mm),78.702427(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.363474(mm),3.6734904(mm),79.054115(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.239517(mm),-1.246076(mm),78.723318(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.41163(mm),0.81237066(mm),79.398278(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.292313(mm),2.5395338(mm),78.361355(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.777617(mm),0.22448967(mm),78.804763(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.194716(mm),-1.4566022(mm),78.731218(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.235519(mm),1.7617677(mm),78.90035(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.1766(mm),1.9986159(mm),78.205431(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.936305(mm),-3.4453957(mm),78.953109(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.831492(mm),1.1527221(mm),79.147918(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.167729(mm),-0.29444723(mm),78.383322(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.020595(mm),-1.2087889(mm),78.409266(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.4064(mm),2.381039(mm),78.693892(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.605201(mm),-1.9282744(mm),78.835165(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.735539(mm),0.44864862(mm),79.341164(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.69465(mm),0.95734626(mm),78.114085(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.835381(mm),2.8299919(mm),78.794578(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.453868(mm),-0.81814687(mm),78.685522(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.254074(mm),-0.080835178(mm),78.897078(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.67 mm 529 um 3.42 cm 23.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.4059625 mm 713.72081 um 3.4747775 cm 19.191773 MeV 4.2991396 MeV 671.14648 um 671.14648 um Target hIoni - 2 -5.0855498 mm 783.41023 um 3.5143117 cm 15.614612 MeV 3.5771609 MeV 518.77693 um 1.1899234 mm Target hIoni - 3 -4.7721459 mm 806.49288 um 3.5394944 cm 12.638716 MeV 2.9758961 MeV 407.29461 um 1.597218 mm Target hIoni - 4 -4.5053749 mm 828.38538 um 3.5573019 cm 9.7879781 MeV 2.8507375 MeV 325.80019 um 1.9230182 mm Target hIoni - 5 -4.2709499 mm 765.38108 um 3.564247 cm 7.1609509 MeV 2.6270272 MeV 256.75914 um 2.1797774 mm Target hIoni - 6 -4.0853493 mm 801.48483 um 3.5683327 cm 4.0252807 MeV 3.1356702 MeV 197.97383 um 2.3777512 mm Target hIoni - 7 -3.9830278 mm 828.50261 um 3.5696526 cm 500.31803 keV 3.5249626 MeV 110.73611 um 2.4884873 mm Target hIoni - 8 -3.9837895 mm 828.02165 um 3.5698203 cm 3.6334183 keV 496.68461 keV 2.8491362 um 2.4913364 mm Target hIoni - 9 -3.9837901 mm 828.0222 um 3.5698203 cm 0 eV 3.6334183 keV 132.01685 nm 2.4914685 mm Target hIoni - 10 -3.9837901 mm 828.0222 um 3.5698203 cm 0 eV 0 eV 0 fm 2.4914685 mm Target Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 19, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.98 mm 828 um 3.57 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.0218072 mm 905.8079 um 3.5622753 cm 722.09073 keV 3.3977219 MeV 133.4438 um 133.4438 um Target muIoni - 2 -4.0249255 mm 909.16754 um 3.5621715 cm 22.893614 keV 699.19711 keV 6.1899699 um 139.63377 um Target muIoni - 3 -4.0249364 mm 909.1873 um 3.5621722 cm 0 eV 22.893614 keV 334.11701 nm 139.96789 um Target muIoni - 4 -4.0249364 mm 909.1873 um 3.5621722 cm 0 eV 0 eV 0 fm 139.96789 um Target DecayWithSpin -Track (trackID 19, parentID 3) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.964897(mm),-1.9191643(mm),78.771741(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.565118(mm),-2.3974291(mm),78.489579(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.743211(mm),-3.0487274(mm),78.458176(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.004157(mm),3.1994103(mm),79.117472(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.271404(mm),-0.089024208(mm),79.070349(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.87432(mm),-0.72274146(mm),78.435058(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.45134(mm),-3.738765(mm),78.862295(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.972653(mm),-1.5290412(mm),78.594046(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.615094(mm),1.299494(mm),79.362402(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.355249(mm),-3.462275(mm),79.055565(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.333754(mm),3.3901997(mm),78.883028(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.106373(mm),-3.225238(mm),79.099449(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.403048(mm),1.1655461(mm),78.165502(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.383915(mm),-0.91824449(mm),78.697857(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.584838(mm),1.7846363(mm),79.367736(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.976895(mm),-0.12559109(mm),78.593298(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.003838(mm),2.1543634(mm),79.293855(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.751491(mm),-2.4608361(mm),78.80937(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.539921(mm),0.1580569(mm),78.317695(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.445982(mm),-0.23777098(mm),78.86324(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.445205(mm),1.1827339(mm),78.334396(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.538313(mm),-1.1961545(mm),79.37594(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.302129(mm),-0.59293674(mm),79.417586(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.174973(mm),-2.8477971(mm),79.087353(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.105567(mm),-2.280035(mm),78.746937(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.467395(mm),0.50591515(mm),79.388445(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.360087(mm),-0.76096918(mm),79.407366(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.774022(mm),2.4308635(mm),78.452743(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.188951(mm),-1.4017374(mm),78.203253(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.319288(mm),3.5360392(mm),78.532925(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.010391(mm),1.2156734(mm),78.940046(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.046255(mm),-1.0635876(mm),78.404741(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.025233(mm),-3.4517196(mm),78.937429(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.334925(mm),2.4311035(mm),78.882822(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.00964(mm),0.96830844(mm),79.116505(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.323219(mm),2.7344923(mm),78.884886(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.323135(mm),-3.9717656(mm),78.708574(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.281747(mm),1.9835173(mm),78.892199(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.830323(mm),3.0404004(mm),78.619143(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.469042(mm),1.7179739(mm),79.388154(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.60021(mm),-1.5867377(mm),79.012372(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.758409(mm),1.4149005(mm),78.455496(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.195699(mm),-2.0532678(mm),78.202063(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.194025(mm),1.8783199(mm),78.555012(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.59952(mm),-0.9973068(mm),78.483513(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.561052(mm),-2.0318064(mm),79.019277(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.964512(mm),2.8130762(mm),78.948136(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.072728(mm),-1.8228429(mm),78.400073(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.549124(mm),-1.9675648(mm),78.316072(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.059105(mm),-3.2235489(mm),78.755129(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.661935(mm),0.90758718(mm),78.648834(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.66102(mm),-3.8716479(mm),78.825323(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.727646(mm),-1.7552837(mm),78.637248(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.215817(mm),-0.14268158(mm),79.256478(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.443122(mm),0.23626642(mm),79.216398(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.523279(mm),3.3453737(mm),78.673283(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.038834(mm),2.7277518(mm),78.935031(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.043424(mm),-0.88547535(mm),78.934221(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.388529(mm),-0.51003092(mm),79.049697(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.374695(mm),1.1880503(mm),79.052136(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.843165(mm),-0.36754129(mm),78.264225(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.399569(mm),-1.4967755(mm),79.04775(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.23992(mm),-3.7782631(mm),78.723247(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.874301(mm),2.0937739(mm),79.316696(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.154657(mm),-1.7167(mm),78.738281(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.708349(mm),2.5549633(mm),78.993304(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.788039(mm),-0.48947949(mm),78.626599(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.269963(mm),-2.1765278(mm),78.717949(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.569469(mm),-0.64485512(mm),78.312485(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.324225(mm),-3.1579205(mm),78.884709(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.469668(mm),0.12245794(mm),78.153755(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.751327(mm),2.5763019(mm),78.809399(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.848064(mm),3.5626207(mm),78.792342(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.696651(mm),2.5173603(mm),78.290059(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.655959(mm),0.66467126(mm),79.002542(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.650309(mm),3.1879735(mm),78.474557(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.631191(mm),-3.3484293(mm),78.830582(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.254213(mm),3.5559189(mm),78.897054(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.045165(mm),0.89914699(mm),78.58126(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.803173(mm),-1.3623331(mm),78.62393(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.483901(mm),-0.01381567(mm),78.680226(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.078604(mm),-2.5580139(mm),78.575364(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.032083(mm),-3.0578536(mm),78.759894(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.175169(mm),-0.37738655(mm),78.558337(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.283952(mm),-1.4088643(mm),78.539156(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.949266(mm),1.2152902(mm),78.245516(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.879881(mm),2.3037059(mm),78.257751(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.109155(mm),-1.2382135(mm),79.098958(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.043994(mm),-0.29487164(mm),78.581467(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.595365(mm),-0.28116036(mm),79.013226(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.636467(mm),-1.5327796(mm),79.005979(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.193108(mm),-0.040042282(mm),79.084155(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.793538(mm),2.553241(mm),78.272975(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.293757(mm),-3.1253298(mm),78.713754(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.220008(mm),1.1973654(mm),78.374104(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.127652(mm),-0.76299119(mm),79.448351(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.226069(mm),2.9218941(mm),78.725689(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.420491(mm),-2.8180393(mm),78.51508(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.447099(mm),-2.2866578(mm),79.215697(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.593686(mm),1.2265853(mm),79.189849(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.707829(mm),2.6601014(mm),79.169723(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.84018(mm),-2.7097016(mm),78.793732(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.074824(mm),1.4747857(mm),79.281339(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.773939(mm),-0.034678483(mm),78.100104(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.281687(mm),2.7109952(mm),79.068536(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.550745(mm),2.4001974(mm),78.844767(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.228558(mm),0.34293458(mm),78.196269(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.133348(mm),2.41008(mm),78.742038(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.9545(mm),-2.3231902(mm),78.597247(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.746018(mm),1.5949491(mm),78.986662(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.912146(mm),-2.2390979(mm),78.428388(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.362412(mm),-2.099941(mm),79.054302(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.593471(mm),-0.3814914(mm),79.189887(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.579342(mm),-0.30045334(mm),78.310744(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.027993(mm),0.9052019(mm),78.231634(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.909452(mm),-0.34197869(mm),78.428863(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.834519(mm),-3.2363211(mm),79.147384(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.002573(mm),-2.3735149(mm),78.412444(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.391931(mm),0.79765868(mm),78.343789(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.308866(mm),-2.3282443(mm),78.887417(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.008863(mm),-1.0855164(mm),78.940315(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.599633(mm),-1.0757018(mm),78.307166(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.687052(mm),-0.97359375(mm),79.173386(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.692487(mm),-1.9745341(mm),78.290793(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.926143(mm),-1.0612885(mm),78.249593(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.063146(mm),-0.7026239(mm),78.57809(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.566705(mm),2.4850924(mm),78.489299(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.257824(mm),0.43937739(mm),78.191109(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.074276(mm),-2.9443093(mm),78.576127(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.443945(mm),0.17456398(mm),78.158291(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.061616(mm),-2.5804263(mm),78.402033(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.651986(mm),-0.029301151(mm),79.179569(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.999911(mm),-2.9317337(mm),78.941894(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.395259(mm),1.0012917(mm),78.166875(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.44277(mm),-1.2100849(mm),79.21646(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.100124(mm),-3.1361112(mm),78.395243(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.956624(mm),2.7398775(mm),78.949527(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.790888(mm),0.7291993(mm),78.273442(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.078401(mm),-3.4397802(mm),79.104381(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.430707(mm),-2.9120814(mm),78.336952(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.153701(mm),-2.1127578(mm),79.267431(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.717472(mm),-1.4560886(mm),78.639042(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.95 mm -277 um 3.14 cm 51.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.9921058 mm 102.5435 um 3.1128761 cm 44.073053 MeV 6.9780071 MeV 2.0313917 mm 2.0313917 mm Target hIoni - 2 -4.4049172 mm 375.14488 um 3.0934629 cm 37.994084 MeV 6.0789692 MeV 1.6341979 mm 3.6655896 mm Target hIoni - 3 -3.1090792 mm 358.33435 um 3.0786435 cm 32.292632 MeV 5.701452 MeV 1.3144619 mm 4.9800515 mm Target hIoni - 4 -2.1008527 mm 310.74753 um 3.0574013 cm 26.662178 MeV 5.6304543 MeV 1.0397777 mm 6.0198291 mm Target hIoni - 5 -1.3467162 mm 313.51863 um 3.0342687 cm 22.450801 MeV 4.2113767 MeV 795.60714 um 6.8154363 mm Target hIoni - 6 -1.2995499 mm 318.93669 um 3.0331856 cm 22.226617 MeV 224.18357 keV 48.723096 um 6.8641594 mm Target Transportation - 7 7.5704231 cm -5.5187018 cm -57.770727 cm 22.226635 MeV2.0956378e-13 meV 2.5113933 m 2.5182575 m CaptureMgnt Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 13, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.57 cm -5.52 cm -57.8 cm 20.6 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 9.8596366 cm -9.8537192 cm -48.595419 cm 20.634724 MeV3.655542e-14 meV 50.891274 cm 50.891274 cm CaptureMgnt Transportation - 2 9.7439783 cm -12.990292 cm -39.448424 cm 20.634752 MeV3.6442603e-14 meV 50.734267 cm 1.0162554 m CaptureMgnt Transportation - 3 9.401734 cm -14.45464 cm -30.274115 cm 20.63478 MeV3.6551417e-14 meV 50.885807 cm 1.5251135 m CaptureMgnt Transportation - 4 9.8723379 cm -14.278971 cm -21.077657 cm 20.634808 MeV3.6639649e-14 meV 51.008692 cm 2.0352004 m CaptureMgnt Transportation - 5 11.023882 cm -11.973485 cm -11.887664 cm 20.634834 MeV3.6613885e-14 meV 50.972875 cm 2.5449292 m CaptureMgnt Transportation - 6 10.816996 cm -6.9698048 cm -2.7286648 cm 20.634861 MeV3.6490388e-14 meV 50.800996 cm 3.0529391 m CaptureMgnt Transportation - 7 5.9035742 cm -2.0945574 cm 6.4189326 cm 20.634886 MeV3.6444953e-14 meV 50.737792 cm 3.560317 m CaptureMgnt Transportation - 8 -6.3604116 mm -2.0003035 cm 15.64926 cm 20.634912 MeV3.6774547e-14 meV 51.196692 cm 4.072284 m CaptureMgnt Transportation - 9 -5.1666063 cm -5.6709587 cm 25.017895 cm 20.634938 MeV3.7325573e-14 meV 51.963866 cm 4.5919226 m CaptureMgnt Transportation - 10 -6.5656778 cm -10.7149 cm 34.501341 cm 20.634963 MeV3.778298e-14 meV 52.600707 cm 5.1179297 m CaptureMgnt Transportation - 11 -5.113191 cm -15.446164 cm 44.039246 cm 20.634989 MeV3.7999937e-14 meV 52.9028 cm 5.6469577 m CaptureMgnt Transportation - 12 -1.3509869 cm -18.733674 cm 53.568196 cm 20.635014 MeV3.7964251e-14 meV 52.853168 cm 6.1754894 m CaptureMgnt Transportation - 13 3.936913 cm -19.483753 cm 63.031248 cm 20.63504 MeV3.7701699e-14 meV 52.487696 cm 6.7003663 m CaptureMgnt Transportation - 14 9.1552302 cm -16.705624 cm 72.384231 cm 20.635066 MeV3.7263166e-14 meV 51.877227 cm 7.2191386 m CaptureMgnt Transportation - 15 11.590582 cm -10.630193 cm 81.613568 cm 20.635091 MeV3.6770537e-14 meV 51.191443 cm 7.731053 m CaptureMgnt Transportation - 16 9.0143194 cm -4.1799427 cm 90.763868 cm 20.635117 MeV3.6455634e-14 meV 50.753087 cm 8.2385839 m CaptureMgnt Transportation - 17 2.7651485 cm -1.4406818 cm 99.93844 cm 20.635143 MeV3.655233e-14 meV 50.887754 cm 8.7474614 m CaptureMgnt Transportation - 18 -3.1336396 cm -3.405537 cm 1.0923199 m 20.635169 MeV3.7026322e-14 meV 51.547688 cm 9.2629383 m CaptureMgnt Transportation - 19 -6.2088884 cm -7.9888065 cm 1.1866075 m 20.635194 MeV3.7565023e-14 meV 52.297712 cm 9.7859154 m CaptureMgnt Transportation - 20 -6.2080802 cm -13.047479 cm 1.2817778 m 20.63522 MeV3.7916709e-14 meV 52.787376 cm 10.313789 m CaptureMgnt Transportation - 21 -3.5988118 cm -17.232468 cm 1.3771901 m 20.635245 MeV3.8013088e-14 meV 52.921603 cm 10.843005 m CaptureMgnt Transportation - 22 1.0104239 cm -19.471388 cm 1.4722353 m 20.635271 MeV3.7866815e-14 meV 52.718011 cm 11.370185 m CaptureMgnt Transportation - 23 6.5382776 cm -18.654703 cm 1.5663911 m 20.635297 MeV3.7512472e-14 meV 52.224745 cm 11.892433 m CaptureMgnt Transportation - 24 10.8298 cm -14.156683 cm 1.6593277 m 20.635322 MeV3.7026723e-14 meV 51.548535 cm 12.407918 m CaptureMgnt Transportation - 25 11.030742 cm -7.3757143 cm 1.7511511 m 20.635348 MeV3.6583182e-14 meV 50.931086 cm 12.917229 m CaptureMgnt Transportation - 26 6.3017577 cm -2.2659442 cm 1.8426213 m 20.635374 MeV3.6442495e-14 meV 50.73527 cm 13.424582 m CaptureMgnt Transportation - 27 -2.660708 mm -1.8724266 cm 1.9348475 m 20.6354 MeV3.6743649e-14 meV 51.154584 cm 13.936128 m CaptureMgnt Transportation - 28 -1.5383158 cm -18.643088 cm 2 m 20.635416 MeV2.5957275e-14 meV 36.137806 cm 14.297506 m CaptureMgnt Transportation - 29 -4.0937521 cm -17.368566 cm 2.0052342 m 20.626769 MeV 8.6487928 keV 2.9032155 cm 14.326538 m World muIoni - 30 -5.1459897 cm -16.845914 cm 2.0074107 m 20.620642 MeV 4.4108484 keV 1.1948834 cm 14.338487 m World muIoni - 31 -9.5178837 cm -14.681509 cm 2.0165434 m 20.601408 MeV 17.499529 keV 4.9630993 cm 14.388118 m World muIoni - 32 -17.485501 cm -10.724958 cm 2.0330326 m 20.573403 MeV 26.566254 keV 9.0475096 cm 14.478593 m World muIoni - 33 -20.525856 cm -9.2124914 cm 2.0392415 m 20.562702 MeV 10.700628 keV 3.4520828 cm 14.513114 m World muIoni - 34 -20.810285 cm -9.0691938 cm 2.0398204 m 20.561856 MeV 846.77385 eV 3.2370584 mm 14.516351 m World muIoni - 35 -24.973219 cm -6.9720521 cm 2.0482889 m 20.541402 MeV 13.674069 keV 4.7376529 cm 14.563727 m World muIoni - 36 -26.97293 cm -5.9678065 cm 2.0523199 m 20.533399 MeV 8.0031494 keV 2.273731 cm 14.586464 m World muIoni - 37 -29.416355 cm -4.7380596 cm 2.0572268 m 20.52194 MeV 10.149755 keV 2.7791028 cm 14.614255 m World muIoni - 38 -32.322609 cm -3.2776333 cm 2.0631463 m 20.508899 MeV 11.48247 keV 3.3059971 cm 14.647315 m World muIoni - 39 -33.595912 cm -2.6254789 cm 2.0657716 m 20.50313 MeV 4.559263 keV 1.4544883 cm 14.66186 m World muIoni - 40 -36.996042 cm -8.7342833 mm 2.0727366 m 20.487792 MeV 14.21645 keV 3.8878984 cm 14.700739 m World muIoni - 41 -37.844067 cm -4.3644875 mm 2.0745136 m 20.483177 MeV 4.6149813 keV 9.7040041 mm 14.710443 m World muIoni - 42 -42.811681 cm 2.1152951 cm 2.084764 m 20.462102 MeV 19.646543 keV 5.6779912 cm 14.767223 m World muIoni - 43 -46.932846 cm 4.2534758 cm 2.093421 m 20.446795 MeV 14.29773 keV 4.7228626 cm 14.814452 m World muIoni - 44 -49.31092 cm 5.4934247 cm 2.0983547 m 20.426946 MeV 11.912669 keV 2.7269302 cm 14.841721 m World muIoni - 45 -50.294078 cm 6.0022131 cm 2.1003931 m 20.414205 MeV 3.595823 keV 1.1256185 cm 14.852977 m World muIoni - 46 -60.839452 cm 11.464005 cm 2.1220856 m 20.376401 MeV 34.387221 keV 12.072487 cm 14.973702 m World muIoni - 47 -63.328635 cm 12.782927 cm 2.1270243 m 20.366461 MeV 9.9397094 keV 2.8599884 cm 15.002302 m World muIoni - 48 -65.930801 cm 14.169824 cm 2.1321712 m 20.357287 MeV 7.9592179 keV 2.9932747 cm 15.032235 m World muIoni - 49 -67.254157 cm 14.881643 cm 2.1347908 m 20.348814 MeV 8.4731739 keV 1.5253161 cm 15.047488 m World muIoni - 50 -68.286112 cm 15.439751 cm 2.1368311 m 20.343567 MeV 5.2472209 keV 1.1908162 cm 15.059396 m World muIoni - 51 -68.469494 cm 15.53878 cm 2.1372019 m 20.341437 MeV 662.17016 eV 2.1168527 mm 15.061513 m World muIoni - 52 -70.0379 cm 16.385715 cm 2.1403641 m 20.33413 MeV 3.9125795 keV 1.8103025 cm 15.079616 m World muIoni - 53 -71.963707 cm 17.422269 cm 2.1442833 m 20.327104 MeV 7.0257888 keV 2.2218904 cm 15.101835 m World muIoni - 54 -72.098618 cm 17.494988 cm 2.1445622 m 20.326541 MeV 562.37117 eV 1.5577914 mm 15.103393 m World muIoni - 55 -72.165727 cm 17.531181 cm 2.1447012 m 20.324532 MeV 535.40158 eV 775.02944 um 15.104168 m World muIoni - 56 -74.854752 cm 18.982799 cm 2.150257 m 20.305646 MeV 10.0892 keV 3.1059241 cm 15.135227 m World muIoni - 57 -76.403155 cm 19.822857 cm 2.1534494 m 20.300503 MeV 5.1429974 keV 1.7903004 cm 15.15313 m World muIoni - 58 -77.295721 cm 20.307356 cm 2.1552893 m 20.292056 MeV 2.508971 keV 1.0321165 cm 15.163451 m World muIoni - 59 -80.910705 cm 22.272791 cm 2.1628216 m 20.280212 MeV 11.843275 keV 4.183123 cm 15.205282 m World muIoni - 60 -81.772325 cm 22.73979 cm 2.1646647 m 20.252049 MeV 2.8559882 keV 9.9721907 mm 15.215255 m World muIoni - 61 -81.951401 cm 22.837113 cm 2.1650515 m 20.250156 MeV 701.99588 eV 2.0745305 mm 15.217329 m World muIoni - 62 -85.871602 cm 24.970547 cm 2.1735263 m 20.22324 MeV 19.999581 keV 4.5428937 cm 15.262758 m World muIoni - 63 -86.88941 cm 25.525662 cm 2.1757085 m 20.216085 MeV 6.0808326 keV 1.1797073 cm 15.274555 m World muIoni - 64 -88.454134 cm 26.375988 cm 2.1791198 m 20.211013 MeV 5.0717598 keV 1.8132304 cm 15.292687 m World muIoni - 65 -93.324436 cm 28.937281 cm 2.1898974 m 20.191545 MeV 19.468369 keV 5.6073192 cm 15.348761 m World muIoni - 66 -94.027842 cm 29.309013 cm 2.1914696 m 20.18745 MeV 3.0615063 keV 8.1097607 mm 15.35687 m World muIoni - 67 -94.087741 cm 29.340938 cm 2.1916041 m 20.184171 MeV 55.251158 eV 691.96903 um 15.357562 m World muIoni - 68 -96.734919 cm 30.750975 cm 2.1975756 m 20.172906 MeV 11.265026 keV 3.0581667 cm 15.388144 m World muIoni - 69 -1.0203925 m 33.555369 cm 2.2095445 m 20.146106 MeV 25.423947 keV 6.1182899 cm 15.449327 m World muIoni - 70 -1.033258 m 34.245666 cm 2.2123556 m 20.139093 MeV 5.837777 keV 1.4868639 cm 15.464196 m World muIoni - 71 -1.0933548 m 37.483197 cm 2.2253623 m 20.11363 MeV 24.237427 keV 6.949115 cm 15.533687 m World muIoni - 72 -1.0968331 m 37.670419 cm 2.2261191 m 20.111305 MeV 2.3248762 keV 4.0220134 mm 15.537709 m World muIoni - 73 -1.1334078 m 39.648221 cm 2.2340422 m 20.096461 MeV 12.593518 keV 4.2328052 cm 15.580037 m World muIoni - 74 -1.1572669 m 40.940814 cm 2.2392727 m 20.082503 MeV 9.3062206 keV 2.7635054 cm 15.607672 m World muIoni - 75 -1.1661676 m 41.42381 cm 2.241238 m 20.076422 MeV 3.0957504 keV 1.0315728 cm 15.617988 m World muIoni - 76 -1.1707598 m 41.671947 cm 2.2422419 m 20.071047 MeV 1.4828128 keV 5.3153542 mm 15.623303 m World muIoni - 77 -1.2116256 m 43.884168 cm 2.2511767 m 20.055573 MeV 14.453206 keV 4.7320763 cm 15.670624 m World muIoni - 78 -1.222523 m 44.480715 cm 2.2536153 m 20.048131 MeV 5.6924165 keV 1.2660497 cm 15.683284 m World muIoni - 79 -1.2348916 m 45.154714 cm 2.2564012 m 20.043379 MeV 4.7520213 keV 1.4358664 cm 15.697643 m World muIoni - 80 -1.2446492 m 45.683701 cm 2.258608 m 20.038214 MeV 2.4590689 keV 1.1316549 cm 15.708959 m World muIoni - 81 -1.2723738 m 47.184919 cm 2.2649124 m 20.025289 MeV 10.537767 keV 3.2152269 cm 15.741112 m World muIoni - 82 -1.2739422 m 47.268953 cm 2.2652627 m 20.022173 MeV 571.167 eV 1.8134867 mm 15.742925 m World muIoni - 83 -1.3035212 m 48.854479 cm 2.2718887 m 20.009242 MeV 12.930802 keV 3.4208443 cm 15.777134 m World muIoni - 84 -1.3108495 m 49.24382 cm 2.273515 m 20.006517 MeV 1.6283847 keV 8.4561613 mm 15.78559 m World muIoni - 85 -1.3203521 m 49.75002 cm 2.2756157 m 19.997219 MeV 4.4929196 keV 1.0969773 cm 15.796559 m World muIoni - 86 -1.3339537 m 50.475387 cm 2.2785956 m 19.988093 MeV 9.1254872 keV 1.5700368 cm 15.81226 m World muIoni - 87 -1.3444754 m 51.035955 cm 2.2809096 m 19.981695 MeV 4.3725393 keV 1.2144299 cm 15.824404 m World muIoni - 88 -1.3597663 m 51.849763 cm 2.2842893 m 19.975755 MeV 5.9390764 keV 1.7648287 cm 15.842052 m World muIoni - 89 -1.3704381 m 52.415577 cm 2.2866615 m 19.972441 MeV 3.3149912 keV 1.2309769 cm 15.854362 m World muIoni - 90 -1.3737113 m 52.589462 cm 2.2873926 m 19.962986 MeV 454.65755 eV 3.7778418 mm 15.85814 m World muIoni - 91 -1.3881469 m 53.358544 cm 2.2906051 m 19.955509 MeV 5.0534549 keV 1.6669017 cm 15.874809 m World muIoni - 92 -1.4086429 m 54.454971 cm 2.2952535 m 19.944787 MeV 8.8039979 keV 2.3704618 cm 15.898514 m World muIoni - 93 -1.4629672 m 57.359827 cm 2.3076734 m 19.921781 MeV 21.81991 keV 6.2843014 cm 15.961357 m World muIoni - 94 -1.5150067 m 60.135303 cm 2.3194191 m 19.898385 MeV 22.267424 keV 6.0136808 cm 16.021494 m World muIoni - 95 -1.5172798 m 60.255874 cm 2.3199126 m 19.896216 MeV 453.08846 eV 2.6200016 mm 16.024114 m World muIoni - 96 -1.6504617 m 67.301508 cm 2.3488536 m 19.842358 MeV 51.688477 keV 15.34269 cm 16.17754 m World muIoni - 97 -1.669525 m 68.294653 cm 2.353178 m 19.832082 MeV 6.7547531 keV 2.1925874 cm 16.199466 m World muIoni - 98 -1.6836212 m 69.029251 cm 2.3563612 m 19.827194 MeV 4.8889953 keV 1.6211155 cm 16.215677 m World muIoni - 99 -1.6969191 m 69.721961 cm 2.3593596 m 19.815803 MeV 6.3222376 keV 1.5290837 cm 16.230968 m World muIoni - 100 -1.7199461 m 70.920325 cm 2.3645308 m 19.786549 MeV 6.4120281 keV 2.6468748 cm 16.257437 m World muIoni - 101 -1.7318001 m 71.537764 cm 2.3671688 m 19.78172 MeV 4.8293837 keV 1.3623477 cm 16.27106 m World muIoni - 102 -1.749137 m 72.439001 cm 2.3710435 m 19.773351 MeV 5.4586501 keV 1.9919999 cm 16.29098 m World muIoni - 103 -1.843744 m 77.333285 cm 2.391878 m 19.73831 MeV 34.01727 keV 10.853667 cm 16.399517 m World muIoni - 104 -1.8451387 m 77.405746 cm 2.3921909 m 19.734991 MeV 514.21002 eV 1.602518 mm 16.40112 m World muIoni - 105 -1.8651235 m 78.444774 cm 2.3966849 m 19.723478 MeV 8.9185375 keV 2.2968431 cm 16.424088 m World muIoni - 106 -1.9014536 m 80.335564 cm 2.4048297 m 19.705141 MeV 18.337419 keV 4.175802 cm 16.465846 m World muIoni - 107 -1.9246074 m 81.538878 cm 2.4102146 m 19.695804 MeV 9.3367411 keV 2.66439 cm 16.49249 m World muIoni - 108 -1.9574457 m 83.238487 cm 2.4176997 m 19.680456 MeV 13.874703 keV 3.7726116 cm 16.530216 m World muIoni - 109 -1.9802279 m 84.423081 cm 2.4230954 m 19.666031 MeV 7.3911609 keV 2.6238691 cm 16.556455 m World muIoni - 110 -1.9820029 m 84.515143 cm 2.4235143 m 19.663413 MeV 406.77959 eV 2.0429352 mm 16.558498 m World muIoni - 111 -2.0011323 m 85.508058 cm 2.4280273 m 19.651528 MeV 9.7975584 keV 2.2020296 cm 16.580518 m World muIoni - 112 -2.0049948 m 85.708206 cm 2.4289385 m 19.648407 MeV 1.4779743 keV 4.4446734 mm 16.584963 m World muIoni - 113 -2.0292244 m 86.964703 cm 2.4346529 m 19.638291 MeV 8.2619507 keV 2.788562 cm 16.612848 m World muIoni - 114 -2.0659055 m 88.852378 cm 2.443317 m 19.624009 MeV 14.282001 keV 4.2153426 cm 16.655002 m World muIoni - 115 -2.1177776 m 91.537018 cm 2.4553922 m 19.59014 MeV 24.6752 keV 5.9643079 cm 16.714645 m World muIoni - 116 -2.1293541 m 92.137153 cm 2.4581338 m 19.580954 MeV 7.0112765 keV 1.3324666 cm 16.72797 m World muIoni - 117 -2.1393662 m 92.656943 cm 2.4605108 m 19.576758 MeV 3.1692012 keV 1.1528763 cm 16.739498 m World muIoni - 118 -2.1622403 m 93.851743 cm 2.4659263 m 19.556776 MeV 11.255771 keV 2.6368687 cm 16.765867 m World muIoni - 119 -2.1883228 m 95.216213 cm 2.4720371 m 19.545522 MeV 11.254091 keV 3.0063634 cm 16.795931 m World muIoni - 120 -2.2297585 m 97.380155 cm 2.4815924 m 19.528746 MeV 15.712008 keV 4.7712683 cm 16.843643 m World muIoni - 121 -2.2336664 m 97.584715 cm 2.4825119 m 19.525295 MeV 627.91534 eV 4.5058006 mm 16.848149 m World muIoni - 122 -2.3651981 m 1.0447997 m 2.513566 m 19.471002 MeV 52.527263 keV 15.172384 cm 16.999873 m World muIoni - 123 -2.3795871 m 1.0524685 m 2.5170538 m 19.459086 MeV 5.1086538 keV 1.667387 cm 17.016547 m World muIoni - 124 -2.424654 m 1.0765698 m 2.5279835 m 19.437278 MeV 20.452504 keV 5.2262574 cm 17.068809 m World muIoni - 125 -2.4308619 m 1.0798676 m 2.5294596 m 19.434834 MeV 2.4438428 keV 7.1828402 mm 17.075992 m World muIoni - 126 -2.4625337 m 1.0967452 m 2.5369471 m 19.41498 MeV 12.137787 keV 3.6660963 cm 17.112653 m World muIoni - 127 -2.4748467 m 1.1033064 m 2.5397777 m 19.405299 MeV 6.0048989 keV 1.4236264 cm 17.126889 m World muIoni - 128 -2.476006 m 1.1039233 m 2.5400419 m 19.40372 MeV 434.42423 eV 1.3396003 mm 17.128229 m World muIoni - 129 -2.5059821 m 1.1198596 m 2.5468821 m 19.39304 MeV 10.680102 keV 3.4631252 cm 17.16286 m World muIoni - 130 -2.551409 m 1.1439728 m 2.5572862 m 19.363776 MeV 23.198716 keV 5.2472086 cm 17.215332 m World muIoni - 131 -2.5583381 m 1.1476137 m 2.558868 m 19.359062 MeV 2.2084113 keV 7.9857298 mm 17.223318 m World muIoni - 132 -2.5586751 m 1.1477906 m 2.5589453 m 19.357742 MeV 17.529643 eV 388.28204 um 17.223706 m World muIoni - 133 -2.5842129 m 1.1611827 m 2.564791 m 19.329603 MeV 11.140594 keV 2.9422924 cm 17.253129 m World muIoni - 134 -2.6371232 m 1.1891063 m 2.5769129 m 19.309329 MeV 17.847429 keV 6.1042638 cm 17.314172 m World muIoni - 135 -2.6375751 m 1.1893429 m 2.5770169 m 19.309119 MeV 210.21834 eV 520.59897 um 17.314693 m World muIoni - 136 -2.6416198 m 1.191459 m 2.5779451 m 19.305151 MeV 1.6026781 keV 4.6582215 mm 17.319351 m World muIoni - 137 -2.6452794 m 1.1933687 m 2.578782 m 19.30261 MeV 845.8134 eV 4.2118861 mm 17.323563 m World muIoni - 138 -2.6464899 m 1.1940004 m 2.579058 m 19.299645 MeV 732.13372 eV 1.3930324 mm 17.324956 m World muIoni - 139 -2.6789801 m 1.2109304 m 2.586482 m 19.285628 MeV 12.360264 keV 3.7381356 cm 17.362337 m World muIoni - 140 -2.7016772 m 1.2227885 m 2.5916894 m 19.278124 MeV 7.5039371 keV 2.6132166 cm 17.388469 m World muIoni - 141 -2.7147767 m 1.2297154 m 2.5947107 m 19.272311 MeV 2.8082501 keV 1.5123063 cm 17.403592 m World muIoni - 142 -2.726033 m 1.2356731 m 2.5973232 m 19.268297 MeV 4.0146911 keV 1.3000902 cm 17.416593 m World muIoni - 143 -2.7352692 m 1.2405552 m 2.599457 m 19.254237 MeV 3.9642131 keV 1.0662932 cm 17.427256 m World muIoni - 144 -2.7423295 m 1.2442903 m 2.6010616 m 19.250371 MeV 2.5326375 keV 8.1469333 mm 17.435403 m World muIoni - 145 -2.7456495 m 1.2460431 m 2.601809 m 19.248931 MeV 1.4402413 keV 3.8279432 mm 17.439231 m World muIoni - 146 -2.7477132 m 1.2471341 m 2.6022728 m 19.245986 MeV 1.06298 keV 2.3799993 mm 17.441611 m World muIoni - 147 -2.8050562 m 1.2774263 m 2.6151281 m 19.217036 MeV 22.306246 keV 6.6114631 cm 17.507726 m World muIoni - 148 -2.8227478 m 1.2868805 m 2.6190788 m 19.208255 MeV 8.7808196 keV 2.0444678 cm 17.52817 m World muIoni - 149 -2.8764697 m 1.3157455 m 2.6311529 m 19.182227 MeV 23.73043 keV 6.2169604 cm 17.59034 m World muIoni - 150 -2.9045934 m 1.330821 m 2.6374051 m 19.169825 MeV 11.362817 keV 3.2516334 cm 17.622856 m World muIoni - 151 -2.9186009 m 1.3383099 m 2.6405801 m 19.160881 MeV 7.5869737 keV 1.6197919 cm 17.639054 m World muIoni - 152 -2.924371 m 1.3413882 m 2.6418857 m 19.153753 MeV 5.3674745 keV 6.6689391 mm 17.645723 m World muIoni - 153 -2.927647 m 1.3431298 m 2.6426242 m 19.151676 MeV 842.81056 eV 3.7829783 mm 17.649506 m World muIoni - 154 -2.9461298 m 1.3529613 m 2.6468012 m 19.145334 MeV 6.3416655 keV 2.1347641 cm 17.670854 m World muIoni - 155 -2.9836464 m 1.3729097 m 2.6554337 m 19.126878 MeV 17.346844 keV 4.3358637 cm 17.714212 m World muIoni - 156 -2.9861607 m 1.374256 m 2.656014 m 19.123295 MeV 1.0473402 keV 2.9104518 mm 17.717123 m World muIoni - 157 -2.9929263 m 1.3778835 m 2.6575688 m 19.119964 MeV 3.3310672 keV 7.8326454 mm 17.724955 m World muIoni - 158 -3.0141627 m 1.3892977 m 2.6624316 m 19.109188 MeV 8.8338504 keV 2.4595025 cm 17.74955 m World muIoni - 159 -3.0211831 m 1.3930834 m 2.6639979 m 19.094434 MeV 3.8777293 keV 8.1284306 mm 17.757679 m World muIoni - 160 -3.0381808 m 1.4022143 m 2.6677634 m 19.077472 MeV 10.654294 keV 1.9659132 cm 17.777338 m World muIoni - 161 -3.0438808 m 1.4052662 m 2.6690574 m 19.071304 MeV 1.7795388 keV 6.5937428 mm 17.783932 m World muIoni - 162 -3.0475169 m 1.4072147 m 2.6698796 m 19.064993 MeV 3.3585192 keV 4.2064763 mm 17.788138 m World muIoni - 163 -3.0698176 m 1.4191843 m 2.6749455 m 18.946722 MeV 8.4666174 keV 2.581193 cm 17.81395 m World muIoni - 164 -3.0742407 m 1.421531 m 2.6759505 m 18.941381 MeV 3.9999978 keV 5.1069181 mm 17.819057 m World muIoni - 165 -3.1095397 m 1.4402218 m 2.6840054 m 18.922401 MeV 15.727831 keV 4.0746339 cm 17.859803 m World muIoni - 166 -3.110188 m 1.4405657 m 2.6841539 m 18.92032 MeV 209.11891 eV 748.731 um 17.860552 m World muIoni - 167 -3.1131819 m 1.442156 m 2.68484 m 18.916104 MeV 1.7702805 keV 3.4587786 mm 17.864011 m World muIoni - 168 -3.1243349 m 1.4480693 m 2.687395 m 18.905501 MeV 5.7976436 keV 1.2879619 cm 17.876891 m World muIoni - 169 -3.1529765 m 1.4632227 m 2.6940078 m 18.890874 MeV 14.626223 keV 3.3071264 cm 17.909962 m World muIoni - 170 -3.1684018 m 1.4713008 m 2.697412 m 18.880556 MeV 8.6907606 keV 1.7742213 cm 17.927704 m World muIoni - 171 -3.1750472 m 1.4748012 m 2.6988815 m 18.876346 MeV 2.5342074 keV 7.6533557 mm 17.935357 m World muIoni - 172 -3.1818623 m 1.4783817 m 2.700404 m 18.873608 MeV 2.7382275 keV 7.8475427 mm 17.943205 m World muIoni - 173 -3.1836218 m 1.4793067 m 2.7007997 m 18.871531 MeV 287.77528 eV 2.0267712 mm 17.945232 m World muIoni - 174 -3.1872701 m 1.4812208 m 2.7016209 m 18.868783 MeV 1.7558293 keV 4.2009869 mm 17.949433 m World muIoni - 175 -3.2253363 m 1.501197 m 2.7102124 m 18.847768 MeV 15.810666 keV 4.3839663 cm 17.993272 m World muIoni - 176 -3.2345747 m 1.5059731 m 2.7122671 m 18.83838 MeV 7.0617614 keV 1.0600973 cm 18.003873 m World muIoni - 177 -3.2434098 m 1.5105631 m 2.714227 m 18.834333 MeV 1.7409661 keV 1.0147407 cm 18.014021 m World muIoni - 178 -3.2469944 m 1.5124227 m 2.7150121 m 18.83038 MeV 2.0740675 keV 4.1137923 mm 18.018135 m World muIoni - 179 -3.2731327 m 1.5259762 m 2.7207518 m 18.811429 MeV 7.8726074 keV 2.9997645 cm 18.048132 m World muIoni - 180 -3.285664 m 1.5324224 m 2.7234397 m 18.806193 MeV 5.2365099 keV 1.4346194 cm 18.062478 m World muIoni - 181 -3.3244444 m 1.5523944 m 2.7316778 m 18.753858 MeV 16.16465 keV 4.4392307 cm 18.106871 m World muIoni - 182 -3.3271622 m 1.5537752 m 2.7322682 m 18.74895 MeV 856.78972 eV 3.1051329 mm 18.109976 m World muIoni - 183 -3.3285369 m 1.5544728 m 2.7325679 m 18.736404 MeV 389.76553 eV 1.5704477 mm 18.111546 m World muIoni - 184 -3.329745 m 1.5550852 m 2.7328328 m 18.734954 MeV 441.00012 eV 1.3800872 mm 18.112926 m World muIoni - 185 -3.3342112 m 1.5573535 m 2.7338144 m 18.731093 MeV 2.5901168 keV 5.1045123 mm 18.118031 m World muIoni - 186 -3.3528517 m 1.5668322 m 2.7379523 m 18.717935 MeV 10.927818 keV 2.1317504 cm 18.139348 m World muIoni - 187 -3.3615814 m 1.5712852 m 2.7399074 m 18.711074 MeV 6.8615567 keV 9.9929825 mm 18.149341 m World muIoni - 188 -3.4138679 m 1.5979782 m 2.751641 m 18.683715 MeV 24.822252 keV 5.9867421 cm 18.209209 m World muIoni - 189 -3.4516406 m 1.6168755 m 2.7599931 m 18.667896 MeV 14.303772 keV 4.3054194 cm 18.252263 m World muIoni - 190 -3.4560633 m 1.6190872 m 2.7609853 m 18.666224 MeV 663.27303 eV 5.0434424 mm 18.257306 m World muIoni - 191 -3.5257526 m 1.6540299 m 2.77662 m 18.632763 MeV 29.154883 keV 7.9511861 cm 18.336818 m World muIoni - 192 -3.5388479 m 1.6605318 m 2.7795854 m 18.626875 MeV 3.3184126 keV 1.4918279 cm 18.351737 m World muIoni - 193 -3.5445434 m 1.6633664 m 2.7808773 m 18.624175 MeV 1.3535713 keV 6.4917886 mm 18.358228 m World muIoni - 194 -3.5804441 m 1.6813073 m 2.7890943 m 18.608299 MeV 14.872301 keV 4.0966643 cm 18.399195 m World muIoni - 195 -3.6073001 m 1.6947799 m 2.795132 m 18.598532 MeV 8.2950018 keV 3.0646549 cm 18.429842 m World muIoni - 196 -3.6327419 m 1.7075166 m 2.8008926 m 18.58748 MeV 10.035235 keV 2.9029271 cm 18.458871 m World muIoni - 197 -3.6653227 m 1.7237557 m 2.8083787 m 18.5736 MeV 11.744386 keV 3.7165481 cm 18.496036 m World muIoni - 198 -3.6880752 m 1.7350926 m 2.8136418 m 18.562588 MeV 9.9700623 keV 2.5959643 cm 18.521996 m World muIoni - 199 -3.6884955 m 1.7353027 m 2.8137383 m 18.561188 MeV 121.3737 eV 479.69738 um 18.522476 m World muIoni - 200 -3.7347952 m 1.7584668 m 2.8243502 m 18.545278 MeV 13.980565 keV 5.2847685 cm 18.575323 m World muIoni - 201 -3.7385598 m 1.7603316 m 2.8251954 m 18.540337 MeV 2.8233858 keV 4.2853658 mm 18.579609 m World muIoni - 202 -3.7399497 m 1.7610197 m 2.8255062 m 18.536907 MeV 506.86728 eV 1.5817274 mm 18.58119 m World muIoni - 203 -3.7428507 m 1.7624586 m 2.8261519 m 18.534858 MeV 732.7713 eV 3.3019253 mm 18.584492 m World muIoni - 204 -3.7460928 m 1.7640689 m 2.8268728 m 18.53046 MeV 746.63121 eV 3.6910618 mm 18.588183 m World muIoni - 205 -3.7596199 m 1.7707726 m 2.8298703 m 18.520858 MeV 4.6593399 keV 1.5391829 cm 18.603575 m World muIoni - 206 -3.7614963 m 1.7717024 m 2.8302815 m 18.517679 MeV 1.3566629 keV 2.1341549 mm 18.605709 m World muIoni - 207 -3.7965006 m 1.7890761 m 2.8379606 m 18.502235 MeV 13.405055 keV 3.9826256 cm 18.645536 m World muIoni - 208 -3.806526 m 1.7940126 m 2.8401923 m 18.499167 MeV 3.0682539 keV 1.1395466 cm 18.656931 m World muIoni - 209 -3.8248541 m 1.8031015 m 2.8442625 m 18.490113 MeV 8.0636054 keV 2.0859002 cm 18.67779 m World muIoni - 210 -3.8367823 m 1.8090158 m 2.8468869 m 18.483182 MeV 4.9683744 keV 1.3570108 cm 18.69136 m World muIoni - 211 -3.8428394 m 1.8120252 m 2.8482441 m 18.479493 MeV 1.4717997 keV 6.8982971 mm 18.698259 m World muIoni - 212 -3.8709473 m 1.8260055 m 2.8545949 m 18.468335 MeV 9.068612 keV 3.2028769 cm 18.730287 m World muIoni - 213 -3.8729434 m 1.8270017 m 2.8550447 m 18.466903 MeV 325.57031 eV 2.2757911 mm 18.732563 m World muIoni - 214 -3.876598 m 1.8288243 m 2.8558661 m 18.46269 MeV 1.9314623 keV 4.1656206 mm 18.736729 m World muIoni - 215 -3.8831781 m 1.8321001 m 2.8573433 m 18.457203 MeV 3.0238943 keV 7.4974028 mm 18.744226 m World muIoni - 216 -3.9093289 m 1.84505 m 2.8631824 m 18.414935 MeV 9.4525027 keV 2.9760179 cm 18.773986 m World muIoni - 217 -3.9186168 m 1.8496496 m 2.8652191 m 18.412207 MeV 2.7280171 keV 1.0562635 cm 18.784549 m World muIoni - 218 -3.9297951 m 1.8551403 m 2.8676901 m 18.405255 MeV 5.3665934 keV 1.2696747 cm 18.797246 m World muIoni - 219 -3.9346153 m 1.857514 m 2.8687553 m 18.400433 MeV 1.6433699 keV 5.4775353 mm 18.802723 m World muIoni - 220 -3.9540156 m 1.8670397 m 2.873034 m 18.389877 MeV 8.9557768 keV 2.2032274 cm 18.824755 m World muIoni - 221 -3.9572521 m 1.8686176 m 2.8737411 m 18.385993 MeV 1.8433106 keV 3.6694625 mm 18.828425 m World muIoni - 222 -3.9812928 m 1.8803545 m 2.878988 m 18.373035 MeV 12.958207 keV 2.7262432 cm 18.855687 m World muIoni - 223 -4.0514564 m 1.9145881 m 2.8943084 m 18.341313 MeV 30.558135 keV 7.9559402 cm 18.935247 m World muIoni - 224 -4.0676078 m 1.9225769 m 2.8979027 m 18.332761 MeV 4.8675996 keV 1.8374116 cm 18.953621 m World muIoni - 225 -4.0773361 m 1.9274009 m 2.9000499 m 18.326178 MeV 3.9346126 keV 1.1068876 cm 18.96469 m World muIoni - 226 -4.0825301 m 1.9299758 m 2.9011883 m 18.32226 MeV 2.8000085 keV 5.9079588 mm 18.970598 m World muIoni - 227 -4.0995681 m 1.9384248 m 2.9049169 m 18.309 MeV 11.534394 keV 1.937999 cm 18.989978 m World muIoni - 228 -4.1220792 m 1.9495184 m 2.9098323 m 18.250883 MeV 9.7997816 keV 2.5573013 cm 19.015551 m World muIoni - 229 -4.1515212 m 1.9639243 m 2.9161232 m 18.236387 MeV 13.103336 keV 3.3375897 cm 19.048927 m World muIoni - 230 -4.1671734 m 1.9715836 m 2.9193852 m 18.229 MeV 5.0258977 keV 1.7728425 cm 19.066655 m World muIoni - 231 -4.1773388 m 1.9764543 m 2.9214259 m 18.222797 MeV 3.9588775 keV 1.1455737 cm 19.078111 m World muIoni - 232 -4.2053726 m 1.9896555 m 2.9268454 m 18.208209 MeV 13.391957 keV 3.1456982 cm 19.109568 m World muIoni - 233 -4.2329904 m 2.0027523 m 2.9322071 m 18.198698 MeV 9.5114656 keV 3.103265 cm 19.1406 m World muIoni - 234 -4.2456834 m 2.0087987 m 2.9346549 m 18.184867 MeV 5.7038871 keV 1.4271054 cm 19.154871 m World muIoni - 235 -4.247424 m 2.0096284 m 2.9349888 m 18.184443 MeV 424.29135 eV 1.9568674 mm 19.156828 m World muIoni - 236 -4.2726207 m 2.021585 m 2.9399632 m 18.170514 MeV 13.928962 keV 2.8330256 cm 19.185159 m World muIoni - 237 -4.2870691 m 2.0284999 m 2.9429583 m 18.162721 MeV 6.7284265 keV 1.6295517 cm 19.201454 m World muIoni - 238 -4.3569536 m 2.0619939 m 2.957467 m 18.131898 MeV 30.823018 keV 7.8843546 cm 19.280298 m World muIoni - 239 -4.3580494 m 2.0625096 m 2.9576875 m 18.126065 MeV 694.03085 eV 1.2309411 mm 19.281529 m World muIoni - 240 -4.3922407 m 2.0786324 m 2.964533 m 18.108627 MeV 16.402175 keV 3.8416962 cm 19.319946 m World muIoni - 241 -4.4938072 m 2.1266215 m 2.9849011 m 18.065839 MeV 40.245808 keV 11.416609 cm 19.434112 m World muIoni - 242 -4.5194783 m 2.1387651 m 2.9900817 m 18.057641 MeV 8.1980998 keV 2.8867224 cm 19.462979 m OutOfWorld Transportation -Track (trackID 13, parentID 3) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.405127812218(mm),-1.0413385853486(mm),78.165135314886(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.110569(mm),-3.3198697(mm),78.569728(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.214619(mm),0.63268815(mm),78.727708(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.287733(mm),0.81580373(mm),78.538489(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.423269(mm),-0.6674171(mm),78.690917(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.381211(mm),3.2833927(mm),78.87466(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.871311(mm),0.54676479(mm),79.140897(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.265039(mm),0.29059125(mm),79.424126(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.65858(mm),0.12702162(mm),79.00208(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.096171(mm),3.7379875(mm),78.572267(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.774618(mm),0.4509488(mm),78.628965(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.555612(mm),-2.7053758(mm),78.843909(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.824801(mm),0.83150317(mm),79.325424(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.810899(mm),0.36421749(mm),78.622568(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.971954(mm),2.7541966(mm),78.770497(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.746978(mm),2.4823955(mm),79.16282(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.853416(mm),2.144386(mm),78.262417(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.576899(mm),-3.7629706(mm),78.840155(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.869274(mm),-0.1604066(mm),78.435948(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.279996(mm),2.5063035(mm),78.363526(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.033588(mm),1.4327545(mm),78.935956(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.567483(mm),2.7706326(mm),78.312835(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.137188(mm),1.4615293(mm),78.388707(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.682357(mm),3.2052716(mm),78.997887(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.159325(mm),-3.6761098(mm),78.561131(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.088335(mm),-2.2703515(mm),78.220994(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.559298(mm),0.69693188(mm),79.37224(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.062604(mm),-0.077286693(mm),78.578186(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.107748(mm),-1.0704177(mm),78.217571(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.785992(mm),2.2854155(mm),78.62696(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.997785(mm),-0.17792515(mm),78.589615(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.866095(mm),-1.0823801(mm),78.436508(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.77996(mm),1.3354283(mm),78.980677(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.357252(mm),0.71434322(mm),78.173577(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.158162(mm),-2.1331297(mm),79.090317(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.586805(mm),-3.1598577(mm),79.014736(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.721212(mm),-0.53182588(mm),79.34369(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.396259(mm),-1.1091189(mm),78.166699(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.572736(mm),-2.1503162(mm),78.311908(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.242892(mm),-0.6134234(mm),78.370069(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.562993(mm),-0.74658948(mm),78.842607(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.638171(mm),1.8691356(mm),78.653024(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.357776(mm),-2.4824838(mm),79.05512(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.460864(mm),1.2572439(mm),79.213269(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.266621(mm),1.2841417(mm),78.894866(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.868898(mm),-3.3575494(mm),78.612341(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.046968(mm),-1.4527745(mm),78.404616(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.716217(mm),-3.1378531(mm),79.168244(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.632667(mm),3.7407843(mm),78.653995(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.710887(mm),0.39360106(mm),78.640203(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.680232(mm),-2.9832083(mm),78.645608(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.760805(mm),-3.5172064(mm),78.807728(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.995125(mm),3.750021(mm),78.942738(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.159426(mm),-2.1865605(mm),78.73744(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.312917(mm),1.2940135(mm),78.534049(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.86432(mm),-0.24565353(mm),78.613148(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.141677(mm),0.73836973(mm),78.211589(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.510283(mm),1.1814957(mm),79.380882(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.630155(mm),0.21938801(mm),79.183419(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.118177(mm),-0.25718223(mm),79.097367(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.317665(mm),0.79473867(mm),78.180557(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.064691(mm),3.1746(mm),78.577817(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.783912(mm),0.49931997(mm),78.098345(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.301062(mm),-0.7354844(mm),78.536139(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.555913(mm),0.54747767(mm),79.372837(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.075813(mm),2.6787611(mm),79.281164(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.114329(mm),0.039989528(mm),78.392738(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.290239(mm),-2.120069(mm),78.714374(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.340449(mm),-3.0133018(mm),79.234502(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.026285(mm),1.277431(mm),79.11357(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.480212(mm),-0.55696693(mm),78.151896(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.025871(mm),-3.899884(mm),78.937316(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.972908(mm),-3.4070812(mm),78.946655(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.036045(mm),3.1243045(mm),78.935522(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.78476(mm),-2.0453528(mm),78.627177(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.639087(mm),2.8371737(mm),78.652863(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.401209(mm),-0.42867312(mm),78.342153(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.726421(mm),0.71473392(mm),78.28481(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.666052(mm),-1.1178164(mm),78.471781(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.729625(mm),1.9339875(mm),79.342207(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.277879(mm),-3.7074005(mm),78.892881(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.092447(mm),1.8327479(mm),79.101904(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.166143(mm),-2.6672212(mm),78.912583(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.043016(mm),1.8813646(mm),78.934293(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.268439(mm),0.79173917(mm),78.189237(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.142867(mm),1.0688209(mm),78.74036(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.962743(mm),-1.1607308(mm),78.595794(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.247058(mm),1.8997265(mm),78.369334(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.495321(mm),-0.85849487(mm),79.207194(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.265856(mm),0.39154896(mm),78.718674(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.087038(mm),1.4400344(mm),78.39755(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.241353(mm),-0.31755908(mm),78.194013(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.711053(mm),0.43643471(mm),78.287519(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.666199(mm),0.84548767(mm),79.35339(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.997874(mm),-0.075144918(mm),78.413272(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.553625(mm),-2.2834358(mm),78.315278(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.111423(mm),-0.75706517(mm),78.745904(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.356685(mm),2.2383164(mm),78.878985(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.49231(mm),1.8161212(mm),79.207725(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.341043(mm),0.22150362(mm),79.05807(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.312254(mm),2.9345642(mm),78.710492(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.633443(mm),-0.041757076(mm),78.653858(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.820954(mm),0.90236136(mm),78.620795(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.680093(mm),-1.4231778(mm),78.469306(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.197893(mm),2.0366736(mm),78.378003(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.176671(mm),0.29018715(mm),79.087053(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.055043(mm),-3.7377803(mm),78.932173(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.658801(mm),-0.60656993(mm),78.649387(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.085432(mm),-0.43699054(mm),78.926814(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.631745(mm),-1.0523858(mm),79.359465(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.727277(mm),-2.8038234(mm),78.460986(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.704155(mm),1.8627628(mm),78.64139(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.445612(mm),2.6170813(mm),79.215959(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.029099(mm),-1.4482758(mm),78.407766(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.016588(mm),-3.3054594(mm),78.409972(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.774557(mm),3.1689722(mm),78.98163(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.825939(mm),1.4114402(mm),78.97257(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.01881(mm),2.8403078(mm),78.409581(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.091357(mm),2.2964863(mm),78.749443(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.629052(mm),0.46281533(mm),78.830959(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.972777(mm),-1.3932735(mm),78.594024(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.937097(mm),-1.3999852(mm),78.423989(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.845948(mm),-2.765811(mm),78.440061(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.636963(mm),-0.018290821(mm),78.124256(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.678764(mm),-0.41831877(mm),79.174848(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.501128(mm),1.1820944(mm),78.148208(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.514331(mm),3.0175102(mm),79.203842(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.426388(mm),0.15800295(mm),79.395676(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.059515(mm),-0.12043424(mm),79.107711(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.400101(mm),1.3909313(mm),78.342349(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.591238(mm),-1.3104872(mm),79.013954(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.193354(mm),2.8265604(mm),79.084112(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.070166(mm),2.5222394(mm),78.400525(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.34174(mm),0.84721241(mm),78.705293(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.807834(mm),-0.94817059(mm),78.975762(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.832046(mm),1.7049382(mm),79.324147(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.569975(mm),-1.7609444(mm),79.19403(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.241062(mm),-1.8603907(mm),78.899372(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.070017(mm),3.2753959(mm),78.576878(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.299321(mm),-2.7153256(mm),79.241754(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.911702(mm),-3.1755881(mm),78.428467(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.13399(mm),3.8692273(mm),78.918252(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.289459(mm),0.74688827(mm),79.243493(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.176198(mm),-3.4329847(mm),78.91081(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.830845(mm),-2.0840277(mm),78.619051(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.489345(mm),-2.7789473(mm),78.502939(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.160265(mm),-3.1712014(mm),79.089946(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.197595(mm),-3.0109941(mm),78.378056(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.771326(mm),-3.031063(mm),78.9822(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.04306(mm),-1.0484338(mm),78.757959(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.30244(mm),-1.0088764(mm),78.359569(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.270345(mm),-2.8059322(mm),79.246863(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.311048(mm),1.8661763(mm),78.358051(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.731572(mm),-0.13313005(mm),78.460228(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.660745(mm),1.7494362(mm),78.29639(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.28659(mm),2.5028008(mm),78.715018(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.093958(mm),-2.5247262(mm),79.277965(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.42303(mm),1.8399521(mm),79.219941(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.094057(mm),-0.99371047(mm),78.57264(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.64295(mm),-2.6862638(mm),78.299528(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.038607(mm),-1.6781729(mm),78.758744(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.306404(mm),2.9230317(mm),79.064178(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.614913(mm),2.528285(mm),78.833453(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.182595(mm),-0.79761368(mm),78.204374(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.193536(mm),0.93143156(mm),78.555099(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.238503(mm),1.0483836(mm),78.723497(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.670523(mm),1.8293778(mm),78.470993(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.217055(mm),2.1847626(mm),79.079933(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.974447(mm),0.61310709(mm),79.299038(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.757569(mm),-1.8896706(mm),78.455644(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.99561(mm),2.3513655(mm),78.766325(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.218463(mm),-3.1821938(mm),78.550703(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.073604(mm),-0.32612321(mm),79.105227(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.889877(mm),-0.5921954(mm),78.255988(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.641465(mm),-1.5777144(mm),78.476117(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.889596(mm),-0.2108783(mm),78.432364(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.773914(mm),1.8817126(mm),78.805416(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.041218(mm),1.3467478(mm),78.581956(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.080645(mm),2.8213781(mm),78.927658(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.670901(mm),2.5517106(mm),78.82358(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.592273(mm),-2.6329029(mm),78.48479(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.274086(mm),-0.3381219(mm),79.42253(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.787626(mm),-1.4896465(mm),78.626672(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.151368(mm),-0.77467392(mm),79.091515(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.684669(mm),-0.43086273(mm),78.821153(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.677243(mm),0.9062977(mm),78.646135(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.442362(mm),-1.6130127(mm),78.863878(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.37844(mm),3.0426149(mm),78.522495(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.17424(mm),1.3726693(mm),78.734828(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.837377(mm),1.0445231(mm),79.323207(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.019147(mm),2.2971144(mm),78.409521(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.155668(mm),1.7372059(mm),78.385449(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.87337(mm),1.6488434(mm),78.611553(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.587821(mm),-1.2852911(mm),79.190883(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.705366(mm),-0.82744795(mm),79.346484(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.193393(mm),-3.6482401(mm),78.907778(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.889524(mm),0.80552834(mm),78.608704(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.099375(mm),-1.3365063(mm),78.924356(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.971104(mm),-1.8466278(mm),78.594319(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.825995(mm),-2.394873(mm),78.443579(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.437022(mm),-1.1054861(mm),79.3938(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.160529(mm),0.033028956(mm),79.266227(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.24919(mm),-1.4078396(mm),79.42692(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.935192(mm),-2.4012697(mm),78.953306(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.998505(mm),-1.1870583(mm),78.942142(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.181885(mm),-1.2613583(mm),78.909807(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.916002(mm),1.6242658(mm),78.956689(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.158471(mm),1.7876059(mm),78.208627(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.690162(mm),3.3952722(mm),78.643857(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.444671(mm),2.3976119(mm),79.039798(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.435001(mm),-1.7903823(mm),79.394157(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.458524(mm),-2.9839178(mm),79.037355(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.726332(mm),-1.4884301(mm),78.284825(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.662083(mm),0.29701381(mm),79.354116(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.822218(mm),-2.9287901(mm),78.973226(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.256814(mm),0.94707899(mm),78.367614(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.671077(mm),0.39051196(mm),78.470895(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.300509(mm),-1.4143545(mm),79.241544(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.140898(mm),-0.66827757(mm),78.211726(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.564356(mm),-2.1529508(mm),78.313386(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.574154(mm),-1.7371314(mm),78.840639(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.163531(mm),-2.7196281(mm),78.384062(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.724729(mm),-2.54213(mm),78.990416(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.923612(mm),-1.1187127(mm),79.131674(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.112381(mm),-3.9174462(mm),78.922062(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.401446(mm),0.43278784(mm),78.518439(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.95014(mm),0.17083292(mm),79.126997(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.925963(mm),1.7523166(mm),78.954933(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.459694(mm),-3.5574161(mm),78.684495(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.939395(mm),-1.7776449(mm),78.952565(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.796073(mm),2.316342(mm),78.625182(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.521595(mm),0.0088713207(mm),79.202561(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.765247(mm),-2.2612476(mm),78.806944(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.163895(mm),0.64055418(mm),79.089306(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.406487(mm),2.6709258(mm),79.046531(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.533341(mm),3.0270934(mm),79.20049(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.205578(mm),-2.8175792(mm),78.729302(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.78403(mm),0.79597763(mm),79.332614(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.196008(mm),-2.7002832(mm),78.554663(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.769371(mm),2.2389767(mm),78.982544(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.999872(mm),-2.1362264(mm),78.41292(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.192141(mm),0.73246129(mm),78.379018(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.383468(mm),-2.7900613(mm),79.226916(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.152232(mm),0.42869897(mm),78.738709(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.471146(mm),0.16151363(mm),78.506148(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.17625(mm),-3.1317106(mm),78.558147(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.600178(mm),2.0721532(mm),78.483397(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.632399(mm),-0.31489199(mm),79.183023(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.510018(mm),0.61121051(mm),78.14664(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.618348(mm),2.6701476(mm),78.303866(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.958857(mm),1.1875418(mm),78.772806(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.036372(mm),-1.0839528(mm),78.582811(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.379249(mm),-0.99733511(mm),78.169698(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.809093(mm),2.0588642(mm),79.151867(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.139149(mm),-2.8856829(mm),78.917343(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.257117(mm),0.43432227(mm),78.191234(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.135577(mm),0.6836479(mm),78.388991(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.777019(mm),0.60558511(mm),78.275888(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.423545(mm),-0.39694511(mm),78.161888(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.66821(mm),1.0724002(mm),79.000382(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.433005(mm),-3.0830139(mm),78.512874(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.681031(mm),2.3253833(mm),78.46914(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.02 cm 2.47 mm 4.88 cm 24.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.00175 cm 3.118168 mm 4.8893832 cm 20.246895 MeV 3.9138767 MeV 696.60848 um 696.60848 um Target hIoni - 2 -9.8771708 mm 3.6443916 mm 4.8963268 cm 16.519903 MeV 3.7269913 MeV 554.36535 um 1.2509738 mm Target hIoni - 3 -9.7999345 mm 3.8324753 mm 4.8981612 cm 15.13021 MeV 1.3896934 MeV 205.13468 um 1.4561085 mm Target Transportation - 4 15.856013 cm 7.428144 mm 40.02899 cm 15.130223 MeV3.4662583e-13 meV 3.0213717 m 3.0228279 m CaptureMgnt Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 14, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 15.9 cm 7.43 mm 40 cm 27.7 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 1.9543901 cm 7.8176284 cm 35.487166 cm 27.743611 MeV2.9542514e-14 meV 50.785404 cm 50.785404 cm CaptureMgnt Transportation - 2 -4.566513 cm -6.3762067 cm 30.948159 cm 27.743636 MeV2.9524182e-14 meV 50.75392 cm 1.0153932 m CaptureMgnt Transportation - 3 9.0802422 cm -12.62093 cm 26.331322 cm 27.743662 MeV3.0030432e-14 meV 51.624227 cm 1.5316355 m CaptureMgnt Transportation - 4 15.844997 cm 7.7887902 mm 21.714842 cm 27.743687 MeV3.0028105e-14 meV 51.620259 cm 2.0478381 m CaptureMgnt Transportation - 5 1.9172221 cm 7.8046802 cm 17.173165 cm 27.743712 MeV2.9541539e-14 meV 50.783852 cm 2.5556766 m CaptureMgnt Transportation - 6 -4.5525517 cm -6.4115004 cm 12.634033 cm 27.743737 MeV2.9524989e-14 meV 50.755432 cm 3.0632309 m CaptureMgnt Transportation - 7 9.1147674 cm -12.608792 cm 8.0170734 cm 27.743762 MeV3.0031212e-14 meV 51.625695 cm 3.5794879 m CaptureMgnt Transportation - 8 15.833729 cm 8.1530787 mm 3.4007312 cm 27.743788 MeV3.0027195e-14 meV 51.618822 cm 4.0956761 m CaptureMgnt Transportation - 9 1.8878391 cm 7.7803161 cm -1.1407962 cm 27.743813 MeV2.9540556e-14 meV 50.782286 cm 4.603499 m CaptureMgnt Transportation - 10 -4.5366125 cm -5.5043192 cm -5.6802229 cm 27.743838 MeV2.9526888e-14 meV 50.758822 cm 5.1110872 m CaptureMgnt Transportation - 11 6.3130981 cm -12.614976 cm -10.294098 cm 27.743864 MeV3.0011138e-14 meV 51.591313 cm 5.6270003 m CaptureMgnt Transportation - 12 15.212614 cm -5.0316961 cm -14.919671 cm 27.743894 MeV3.0087229e-14 meV 51.722153 cm 6.1442219 m CaptureMgnt Transportation - 13 11.582708 cm 5.4105061 cm -19.48971 cm 27.743925 MeV2.9725999e-14 meV 51.101208 cm 6.6552339 m CaptureMgnt Transportation - 14 1.2621817 cm 6.3266159 cm -24.015979 cm 27.743958 MeV2.9441288e-14 meV 50.611809 cm 7.161352 m CaptureMgnt Transportation - 15 -3.8936606 cm -1.1870836 cm -28.559769 cm 27.743994 MeV2.9555251e-14 meV 50.80776 cm 7.6694296 m CaptureMgnt Transportation - 16 -1.5792934 cm -8.3550933 cm -33.153624 cm 27.744028 MeV2.9880903e-14 meV 51.367627 cm 8.1831059 m CaptureMgnt Transportation - 17 3.7804732 cm -11.2926 cm -37.780487 cm 27.744063 MeV3.0095596e-14 meV 51.736744 cm 8.7004733 m CaptureMgnt Transportation - 18 8.7483356 cm -10.673176 cm -42.411337 cm 27.744098 MeV3.0121522e-14 meV 51.781357 cm 9.2182869 m CaptureMgnt Transportation - 19 12.043533 cm -8.1863123 cm -47.027504 cm 27.744134 MeV3.0026017e-14 meV 51.61722 cm 9.7344591 m CaptureMgnt Transportation - 20 13.61579 cm -5.2175602 cm -51.622117 cm 27.744169 MeV2.9885813e-14 meV 51.376242 cm 10.248222 m CaptureMgnt Transportation - 21 13.948431 cm -2.6225509 cm -56.196076 cm 27.744204 MeV2.9751461e-14 meV 51.145324 cm 10.759675 m CaptureMgnt Transportation - 22 13.656237 cm -7.8985538 mm -60.754067 cm 27.74424 MeV2.9647596e-14 meV 50.966815 cm 11.269343 m CaptureMgnt Transportation - 23 13.253091 cm 1.9832766 mm -65.301694 cm 27.744276 MeV2.9580173e-14 meV 50.850954 cm 11.777852 m CaptureMgnt Transportation - 24 13.04492 cm 3.8010022 mm -69.843967 cm 27.744314 MeV2.9545347e-14 meV 50.791129 cm 12.285764 m CaptureMgnt Transportation - 25 13.100565 cm -2.2757831 mm -74.385098 cm 27.744351 MeV2.9537914e-14 meV 50.778397 cm 12.793548 m CaptureMgnt Transportation - 26 13.234366 cm -1.6747518 cm -78.929223 cm 27.744389 MeV2.9557388e-14 meV 50.811922 cm 13.301667 m CaptureMgnt Transportation - 27 12.962549 cm -3.9891529 cm -83.481531 cm 27.744426 MeV2.9610602e-14 meV 50.903448 cm 13.810701 m CaptureMgnt Transportation - 28 11.493571 cm -6.8923945 cm -88.049041 cm 27.744464 MeV2.9709484e-14 meV 51.073481 cm 14.321436 m CaptureMgnt Transportation - 29 8.0242813 cm -9.3084372 cm -92.639647 cm 27.744502 MeV2.9859705e-14 meV 51.331775 cm 14.834754 m CaptureMgnt Transportation - 30 2.8289437 cm -9.1269373 cm -97.25688 cm 27.74454 MeV3.0032897e-14 meV 51.629556 cm 15.35105 m CaptureMgnt Transportation - 31 -1.2610475 cm -4.7295679 cm -1.0188918 m 27.744578 MeV3.0130892e-14 meV 51.798068 cm 15.86903 m CaptureMgnt Transportation - 32 -3.1326597 mm 1.6493202 cm -1.065044 m 27.744617 MeV3.0019772e-14 meV 51.607089 cm 16.385101 m CaptureMgnt Transportation - 33 5.5524267 cm 4.6036828 cm -1.1107271 m 27.744656 MeV2.9714694e-14 meV 51.082676 cm 16.895928 m CaptureMgnt Transportation - 34 11.368951 cm 1.2010975 cm -1.1560194 m 27.744695 MeV2.9460455e-14 meV 50.64566 cm 17.402384 m CaptureMgnt Transportation - 35 11.13006 cm -6.1046694 cm -1.2013636 m 27.744736 MeV2.9494232e-14 meV 50.703775 cm 17.909422 m CaptureMgnt Transportation - 36 3.2524702 cm -8.6284719 cm -1.2472386 m 27.744775 MeV2.9839464e-14 meV 51.297319 cm 18.422395 m CaptureMgnt Transportation - 37 -8.0239939 mm -5.0508271 mm -1.2935609 m 27.744816 MeV3.0130391e-14 meV 51.797504 cm 18.94037 m CaptureMgnt Transportation - 38 7.1432841 cm 3.9166909 cm -1.3394137 m 27.744857 MeV2.9825001e-14 meV 51.272554 cm 19.453096 m CaptureMgnt Transportation - 39 11.730583 cm -3.8136518 cm -1.384669 m 27.744898 MeV2.9436385e-14 meV 50.60453 cm 19.959141 m CaptureMgnt Transportation - 40 3.1297737 cm -8.2007336 cm -1.4303531 m 27.744939 MeV2.9715261e-14 meV 51.084002 cm 20.469981 m CaptureMgnt Transportation - 41 1.004651 cm 1.9487313 cm -1.4766765 m 27.744979 MeV3.0131167e-14 meV 51.799045 cm 20.987972 m CaptureMgnt Transportation - 42 11.034774 cm 3.2454222 mm -1.5222766 m 27.74502 MeV2.9660575e-14 meV 50.990091 cm 21.497873 m CaptureMgnt Transportation - 43 5.6784178 cm -8.419158 cm -1.5676519 m 27.745062 MeV2.9514413e-14 meV 50.738871 cm 22.005261 m CaptureMgnt Transportation - 44 7.949406 mm 1.3466601 cm -1.6139231 m 27.745104 MeV3.0097132e-14 meV 51.740689 cm 22.522668 m CaptureMgnt Transportation - 45 11.280517 cm -1.0824032 cm -1.6595726 m 27.745148 MeV2.9692744e-14 meV 51.045548 cm 23.033124 m CaptureMgnt Transportation - 46 2.4825271 cm -7.3546511 cm -1.7050394 m 27.745192 MeV2.9573914e-14 meV 50.841319 cm 23.541537 m CaptureMgnt Transportation - 47 5.5270476 cm 3.4156108 cm -1.7513586 m 27.745236 MeV3.0128383e-14 meV 51.794579 cm 24.059483 m CaptureMgnt Transportation - 48 8.8434282 cm -6.9754482 cm -1.7966515 m 27.74528 MeV2.9460741e-14 meV 50.64687 cm 24.565951 m CaptureMgnt Transportation - 49 7.6693816 mm 6.9341731 mm -1.8427075 m 27.745325 MeV2.9957132e-14 meV 51.500287 cm 25.080954 m CaptureMgnt Transportation - 50 10.916468 cm -3.6564351 cm -1.8884063 m 27.74537 MeV2.9724774e-14 meV 51.100888 cm 25.591963 m CaptureMgnt Transportation - 51 20.657526 um -2.3232063 cm -1.9340942 m 27.745416 MeV2.9717725e-14 meV 51.088826 cm 26.102851 m CaptureMgnt Transportation - 52 10.934703 cm -2.0607245 cm -1.9800912 m 27.745461 MeV2.9918703e-14 meV 51.434391 cm 26.617195 m CaptureMgnt Transportation - 53 2.1047945 cm 1.8560987 cm -2 m 27.745481 MeV1.2949694e-14 meV 22.262342 cm 26.839819 m CaptureMgnt Transportation - 54 4.9923859 cm 4.1804583 cm -2.0033283 m 27.72654 MeV 9.022021 keV 3.7217808 cm 26.877037 m World muIoni - 55 13.67727 cm 11.19404 cm -2.0133084 m 27.688359 MeV 31.676252 keV 11.207808 cm 26.989115 m World muIoni - 56 13.959186 cm 11.422812 cm -2.0136297 m 27.686825 MeV 415.4197 eV 3.6448004 mm 26.992759 m World muIoni - 57 14.047647 cm 11.49561 cm -2.0137299 m 27.68364 MeV 213.58645 eV 1.1500097 mm 26.993909 m World muIoni - 58 14.476761 cm 11.849431 cm -2.0142126 m 27.680962 MeV 2.6781876 keV 5.5826357 mm 26.999492 m World muIoni - 59 18.602948 cm 15.250944 cm -2.0188526 m 27.573201 MeV 12.096837 keV 5.3676012 cm 27.053168 m World muIoni - 60 23.263342 cm 19.128582 cm -2.0241185 m 27.554031 MeV 16.842797 keV 6.0854637 cm 27.114023 m World muIoni - 61 27.54193 cm 22.683582 cm -2.028986 m 27.536562 MeV 17.469221 keV 5.5840326 cm 27.169863 m World muIoni - 62 27.553772 cm 22.69349 cm -2.0289995 m 27.534665 MeV 107.99096 eV 154.98996 um 27.170018 m World muIoni - 63 28.421255 cm 23.419814 cm -2.0299924 m 27.530616 MeV 2.9224993 keV 1.1357512 cm 27.181376 m World muIoni - 64 29.355653 cm 24.203089 cm -2.0310489 m 27.525472 MeV 2.2538757 keV 1.2238397 cm 27.193614 m World muIoni - 65 30.79662 cm 25.412255 cm -2.032681 m 27.520234 MeV 5.2374456 keV 1.8881503 cm 27.212495 m World muIoni - 66 31.042034 cm 25.617715 cm -2.0329572 m 27.515264 MeV 500.23844 eV 3.212549 mm 27.215708 m World muIoni - 67 32.661253 cm 26.971624 cm -2.0347898 m 27.501541 MeV 5.8675384 keV 2.1186164 cm 27.236894 m World muIoni - 68 32.889565 cm 27.162484 cm -2.0350503 m 27.488391 MeV 326.24612 eV 2.9871701 mm 27.239881 m World muIoni - 69 42.181082 cm 34.914096 cm -2.0458079 m 27.454025 MeV 32.753502 keV 12.148206 cm 27.361363 m World muIoni - 70 43.329958 cm 35.869074 cm -2.0470127 m 27.444849 MeV 4.6875149 keV 1.4988047 cm 27.376351 m World muIoni - 71 43.427099 cm 35.950071 cm -2.0471159 m 27.442968 MeV 72.614186 eV 1.2689852 mm 27.37762 m World muIoni - 72 54.647867 cm 45.296151 cm -2.059079 m 27.402758 MeV 39.177951 keV 14.652281 cm 27.524143 m World muIoni - 73 61.083703 cm 50.690315 cm -2.0654994 m 27.375573 MeV 22.760057 keV 8.4219828 cm 27.608363 m World muIoni - 74 61.744248 cm 51.244385 cm -2.0661408 m 27.37225 MeV 2.2566587 keV 8.6453826 mm 27.617008 m World muIoni - 75 61.990217 cm 51.451052 cm -2.0663853 m 27.369421 MeV 606.90637 eV 3.2219603 mm 27.62023 m World muIoni - 76 62.011673 cm 51.469094 cm -2.066407 m 27.336468 MeV 72.266129 eV 281.16988 um 27.620512 m World muIoni - 77 62.926788 cm 52.235393 cm -2.0673185 m 27.330815 MeV 4.438172 keV 1.197063 cm 27.632482 m World muIoni - 78 65.949815 cm 54.76331 cm -2.0703155 m 27.316378 MeV 11.994108 keV 3.9520799 cm 27.672003 m World muIoni - 79 66.747909 cm 55.432293 cm -2.0710922 m 27.311319 MeV 3.157323 keV 1.0442818 cm 27.682446 m World muIoni - 80 68.13713 cm 56.592271 cm -2.0724519 m 27.301266 MeV 5.892232 keV 1.8149318 cm 27.700595 m World muIoni - 81 69.086785 cm 57.383973 cm -2.0733815 m 27.296175 MeV 4.0753648 keV 1.2398707 cm 27.712994 m World muIoni - 82 70.403513 cm 58.483957 cm -2.074665 m 27.29031 MeV 5.8651331 keV 1.7205272 cm 27.730199 m World muIoni - 83 75.049779 cm 62.370627 cm -2.0792103 m 27.276549 MeV 13.76125 keV 6.0746036 cm 27.790945 m World muIoni - 84 75.714318 cm 62.929454 cm -2.0798846 m 27.273491 MeV 3.0578257 keV 8.7088829 mm 27.799654 m World muIoni - 85 86.823407 cm 72.271016 cm -2.09112 m 27.229153 MeV 37.010497 keV 14.558238 cm 27.945236 m World muIoni - 86 95.365051 cm 79.388333 cm -2.0997878 m 27.202129 MeV 25.964401 keV 11.152068 cm 28.056757 m World muIoni - 87 98.588032 cm 82.057616 cm -2.10257 m 27.189201 MeV 10.144108 keV 4.1940697 cm 28.098698 m World muIoni - 88 1.0029242 m 83.484396 cm -2.1039367 m 27.178744 MeV 3.9523176 keV 2.2269593 cm 28.120967 m World muIoni - 89 1.0268883 m 85.496051 cm -2.1057234 m 27.171113 MeV 7.6314265 keV 3.133926 cm 28.152307 m World muIoni - 90 1.0290615 m 85.67919 cm -2.1058856 m 27.166624 MeV 417.89838 eV 2.8465755 mm 28.155153 m World muIoni - 91 1.2631805 m 1.0537092 m -2.1234996 m 27.081152 MeV 80.115549 keV 30.643403 cm 28.461587 m World muIoni - 92 1.2863988 m 1.073622 m -2.1252758 m 27.069481 MeV 11.670176 keV 3.0639303 cm 28.492227 m World muIoni - 93 1.3313604 m 1.1122273 m -2.1287358 m 27.050596 MeV 14.752287 keV 5.9362447 cm 28.551589 m World muIoni - 94 1.3670761 m 1.1428213 m -2.1314258 m 27.034073 MeV 14.821357 keV 4.7104683 cm 28.598694 m World muIoni - 95 1.3680241 m 1.1436349 m -2.1314975 m 27.019604 MeV 204.44363 eV 1.2513318 mm 28.599945 m World muIoni - 96 1.3728546 m 1.1477814 m -2.1318539 m 27.016136 MeV 2.2647622 keV 6.376038 mm 28.606321 m World muIoni - 97 1.3870235 m 1.1599416 m -2.1328898 m 27.009898 MeV 4.4177656 keV 1.8700328 cm 28.625021 m World muIoni - 98 1.3947903 m 1.1665756 m -2.1334549 m 27.003654 MeV 2.6262182 keV 1.0229958 cm 28.635251 m World muIoni - 99 1.3966576 m 1.1681754 m -2.1335934 m 27.002686 MeV 967.59288 eV 2.4628626 mm 28.637714 m World muIoni - 100 1.4108142 m 1.1803049 m -2.1346483 m 26.995887 MeV 5.5219643 keV 1.8672045 cm 28.656386 m World muIoni - 101 1.4343823 m 1.2005759 m -2.1364376 m 26.971167 MeV 11.981708 keV 3.113799 cm 28.687524 m World muIoni - 102 1.4519405 m 1.2156344 m -2.1376806 m 26.955593 MeV 4.9237582 keV 2.3164493 cm 28.710689 m World muIoni - 103 1.4641349 m 1.2261044 m -2.1385525 m 26.924812 MeV 5.2385272 keV 1.6096114 cm 28.726785 m World muIoni - 104 1.5052729 m 1.2613665 m -2.1416907 m 26.910783 MeV 12.727873 keV 5.4273546 cm 28.781058 m World muIoni - 105 1.5076208 m 1.2633777 m -2.1418781 m 26.91035 MeV 432.41326 eV 3.0972015 mm 28.784156 m World muIoni - 106 1.5212394 m 1.2750429 m -2.1429658 m 26.904019 MeV 5.2300917 keV 1.7964635 cm 28.80212 m World muIoni - 107 1.5238254 m 1.2772602 m -2.1431748 m 26.902255 MeV 708.00697 eV 3.4128276 mm 28.805533 m World muIoni - 108 1.5370632 m 1.2886187 m -2.1442576 m 26.894575 MeV 6.351656 keV 1.7476441 cm 28.823009 m World muIoni - 109 1.5382034 m 1.2895968 m -2.1443536 m 26.890616 MeV 236.03615 eV 1.5053689 mm 28.824515 m World muIoni - 110 1.5570988 m 1.3057851 m -2.1459421 m 26.881915 MeV 8.7012198 keV 2.4932264 cm 28.849447 m World muIoni - 111 1.5909455 m 1.3348038 m -2.1487418 m 26.866462 MeV 14.376626 keV 4.4671417 cm 28.894119 m World muIoni - 112 1.6376792 m 1.3747958 m -2.1522356 m 26.846086 MeV 18.477043 keV 6.1608638 cm 28.955727 m World muIoni - 113 1.6405773 m 1.3772615 m -2.1524479 m 26.815213 MeV 1.3203562 keV 3.8110499 mm 28.959538 m World muIoni - 114 1.6925642 m 1.4213985 m -2.1561149 m 26.79797 MeV 17.243024 keV 6.8294875 cm 29.027833 m World muIoni - 115 1.700181 m 1.4278154 m -2.1566561 m 26.794461 MeV 2.4550299 keV 9.9742255 mm 29.037807 m World muIoni - 116 1.705797 m 1.4325487 m -2.1570452 m 26.791209 MeV 1.7112335 keV 7.3549577 mm 29.045162 m World muIoni - 117 1.7603928 m 1.4785627 m -2.16087 m 26.769745 MeV 20.345062 keV 7.1502746 cm 29.116665 m World muIoni - 118 1.8082235 m 1.5192112 m -2.1642795 m 26.747593 MeV 16.546791 keV 6.2862728 cm 29.179528 m World muIoni - 119 1.8226858 m 1.5314579 m -2.1653175 m 26.742541 MeV 5.0514967 keV 1.8979448 cm 29.198507 m World muIoni - 120 1.8428058 m 1.548487 m -2.1667245 m 26.734292 MeV 6.898726 keV 2.6396699 cm 29.224904 m World muIoni - 121 1.8453267 m 1.5506177 m -2.1668919 m 26.732471 MeV 824.22225 eV 3.3049713 mm 29.228209 m World muIoni - 122 1.9122544 m 1.6072264 m -2.1713373 m 26.707298 MeV 23.913616 keV 8.7770663 cm 29.31598 m World muIoni - 123 2.0307897 m 1.7078397 m -2.1795453 m 26.658488 MeV 47.411926 keV 15.56967 cm 29.471676 m World muIoni - 124 2.0651284 m 1.7368826 m -2.1819848 m 26.642627 MeV 14.779785 keV 4.5039929 cm 29.516716 m World muIoni - 125 2.0953639 m 1.7623722 m -2.1841196 m 26.632536 MeV 8.9838158 keV 3.9603908 cm 29.55632 m World muIoni - 126 2.126131 m 1.7884837 m -2.1861959 m 26.619826 MeV 12.710259 keV 4.0407147 cm 29.596727 m World muIoni - 127 2.129019 m 1.7909417 m -2.1863906 m 26.617412 MeV 986.55135 eV 3.7974404 mm 29.600525 m World muIoni - 128 2.1347663 m 1.7958325 m -2.1867733 m 26.614036 MeV 2.1324403 keV 7.5562952 mm 29.608081 m World muIoni - 129 2.1739637 m 1.8291822 m -2.1893858 m 26.598681 MeV 13.873454 keV 5.1531307 cm 29.659612 m World muIoni - 130 2.1837328 m 1.8375006 m -2.1899978 m 26.595831 MeV 2.850838 keV 1.2845478 cm 29.672458 m World muIoni - 131 2.2046023 m 1.8552437 m -2.1912855 m 26.584219 MeV 8.9446126 keV 2.7422885 cm 29.699881 m World muIoni - 132 2.2129977 m 1.8623886 m -2.1917953 m 26.58117 MeV 2.0096904 keV 1.1035953 cm 29.710917 m World muIoni - 133 2.2218105 m 1.8699037 m -2.1923328 m 26.566364 MeV 3.5186611 keV 1.1594407 cm 29.722511 m World muIoni - 134 2.2468603 m 1.8913201 m -2.1938686 m 26.537839 MeV 9.9491877 keV 3.2992708 cm 29.755504 m World muIoni - 135 2.2484313 m 1.8926575 m -2.1939603 m 26.536575 MeV 244.66744 eV 2.0652001 mm 29.757569 m World muIoni - 136 2.2621952 m 1.9043659 m -2.1947652 m 26.526409 MeV 6.264695 keV 1.8088098 cm 29.775657 m World muIoni - 137 2.2760832 m 1.916207 m -2.1956044 m 26.464711 MeV 8.683495 keV 1.8270049 cm 29.793927 m World muIoni - 138 2.2818743 m 1.921123 m -2.1959488 m 26.459653 MeV 2.4421991 keV 7.6041592 mm 29.801531 m World muIoni - 139 2.3524524 m 1.9810041 m -2.2000939 m 26.431787 MeV 26.770968 keV 9.2651285 cm 29.894182 m World muIoni - 140 2.3781614 m 2.0027013 m -2.2015766 m 26.424138 MeV 7.6492078 keV 3.3673831 cm 29.927856 m World muIoni - 141 2.3898194 m 2.0126045 m -2.2021401 m 26.419837 MeV 2.9033005 keV 1.5307004 cm 29.943163 m World muIoni - 142 2.4534847 m 2.0668173 m -2.2050918 m 26.397957 MeV 21.879679 keV 8.3672377 cm 30.026836 m World muIoni - 143 2.4888626 m 2.0969811 m -2.2066501 m 26.385089 MeV 12.868283 keV 4.6517633 cm 30.073353 m World muIoni - 144 2.5074724 m 2.112854 m -2.2074076 m 26.374569 MeV 9.3818177 keV 2.4471424 cm 30.097825 m World muIoni - 145 2.5318984 m 2.1337451 m -2.2083805 m 26.362808 MeV 9.4587448 keV 3.2156147 cm 30.129981 m World muIoni - 146 2.5379727 m 2.1389541 m -2.208607 m 26.353179 MeV 3.2600736 keV 8.0050796 mm 30.137986 m World muIoni - 147 2.5883016 m 2.1822155 m -2.2103931 m 26.328704 MeV 21.314201 keV 6.6391038 cm 30.204377 m World muIoni - 148 2.6068557 m 2.1983107 m -2.2111005 m 26.32044 MeV 4.4601555 keV 2.4572556 cm 30.22895 m World muIoni - 149 2.6142464 m 2.2047347 m -2.2113673 m 26.315297 MeV 3.0516318 keV 9.7959742 mm 30.238746 m World muIoni - 150 2.6864172 m 2.2675799 m -2.213861 m 26.289341 MeV 24.38519 keV 9.5731176 cm 30.334477 m World muIoni - 151 2.6903446 m 2.2710042 m -2.2140022 m 26.285356 MeV 2.0770429 keV 5.2125066 mm 30.339689 m World muIoni - 152 2.7035837 m 2.282551 m -2.214461 m 26.275833 MeV 7.8303185 keV 1.757313 cm 30.357262 m World muIoni - 153 2.7258295 m 2.3019468 m -2.2152075 m 26.267168 MeV 7.01451 keV 2.952342 cm 30.386786 m World muIoni - 154 2.7266569 m 2.3026674 m -2.2152337 m 26.265466 MeV 76.116011 eV 1.0975172 mm 30.387883 m World muIoni - 155 2.7275667 m 2.303459 m -2.215263 m 26.260469 MeV 255.756 eV 1.2063313 mm 30.38909 m World muIoni - 156 2.7325767 m 2.3078139 m -2.2154193 m 26.253841 MeV 2.5258166 keV 6.6399992 mm 30.39573 m World muIoni - 157 2.7355334 m 2.3103871 m -2.2155086 m 26.241896 MeV 1.864779 keV 3.9206254 mm 30.39965 m World muIoni - 158 2.7724923 m 2.3424763 m -2.2166188 m 26.222615 MeV 17.155717 keV 4.8958378 cm 30.448609 m World muIoni - 159 2.7784405 m 2.3476417 m -2.2168083 m 26.216499 MeV 2.6912381 keV 7.8802622 mm 30.456489 m World muIoni - 160 2.7811944 m 2.3500351 m -2.2168955 m 26.214869 MeV 1.6295383 keV 3.6496476 mm 30.460139 m World muIoni - 161 2.7822072 m 2.3509147 m -2.2169279 m 26.212052 MeV 352.4423 eV 1.341856 mm 30.46148 m World muIoni - 162 2.7837807 m 2.3522829 m -2.216978 m 26.209539 MeV 592.13876 eV 2.0857066 mm 30.463566 m World muIoni - 163 2.79006 m 2.3577347 m -2.21718 m 26.207014 MeV 1.5152536 keV 8.318194 mm 30.471884 m World muIoni - 164 2.812143 m 2.3769404 m -2.2179126 m 26.194029 MeV 9.9519116 keV 2.9275529 cm 30.50116 m World muIoni - 165 2.8279438 m 2.3907006 m -2.2183529 m 26.187238 MeV 5.1984027 keV 2.0957227 cm 30.522117 m World muIoni - 166 2.8355358 m 2.3973301 m -2.2185684 m 26.185822 MeV 1.4160049 keV 1.0081415 cm 30.532198 m World muIoni - 167 2.8510185 m 2.4108688 m -2.2189615 m 26.17028 MeV 4.3382013 keV 2.0571025 cm 30.55277 m World muIoni - 168 2.8584121 m 2.4173482 m -2.2191573 m 26.164049 MeV 3.7184576 keV 9.8328403 mm 30.562602 m World muIoni - 169 2.9199193 m 2.4715699 m -2.2209929 m 26.139336 MeV 23.069503 keV 8.2016537 cm 30.644619 m World muIoni - 170 2.9219035 m 2.4733228 m -2.221051 m 26.132419 MeV 1.201073 keV 2.6481783 mm 30.647267 m World muIoni - 171 2.9333346 m 2.4834086 m -2.2213965 m 26.124411 MeV 6.4174624 keV 1.5248427 cm 30.662515 m World muIoni - 172 2.9602292 m 2.5070357 m -2.2221873 m 26.110153 MeV 12.147619 keV 3.5807615 cm 30.698323 m World muIoni - 173 3.008355 m 2.5493599 m -2.2235651 m 26.091046 MeV 17.178862 keV 6.4104222 cm 30.762427 m World muIoni - 174 3.0223224 m 2.561774 m -2.2238497 m 26.08476 MeV 5.1888755 keV 1.8689042 cm 30.781116 m World muIoni - 175 3.0389881 m 2.576593 m -2.2241953 m 26.073227 MeV 10.060653 keV 2.2303999 cm 30.80342 m World muIoni - 176 3.0473472 m 2.5840511 m -2.2243977 m 26.070042 MeV 3.1853435 keV 1.1204475 cm 30.814625 m World muIoni - 177 3.06302 m 2.5980502 m -2.224782 m 26.046137 MeV 4.917152 keV 2.1018096 cm 30.835643 m World muIoni - 178 3.0874207 m 2.6198449 m -2.2253737 m 26.032098 MeV 12.784394 keV 3.2722388 cm 30.868365 m World muIoni - 179 3.0875024 m 2.6199175 m -2.2253754 m 26.015555 MeV 43.145719 eV 109.30089 um 30.868475 m World muIoni - 180 3.0896507 m 2.6218279 m -2.2254154 m 26.011226 MeV 756.7644 eV 2.8751776 mm 30.87135 m World muIoni - 181 3.1047146 m 2.6352084 m -2.2256865 m 25.990476 MeV 5.2372866 keV 2.0150239 cm 30.8915 m World muIoni - 182 3.13935 m 2.6657978 m -2.2262941 m 25.975242 MeV 15.234378 keV 4.6213647 cm 30.937714 m World muIoni - 183 3.168005 m 2.6909526 m -2.2267389 m 25.967266 MeV 6.6413226 keV 3.8132326 cm 30.975846 m World muIoni - 184 3.1945084 m 2.7142196 m -2.2271898 m 25.949967 MeV 15.38906 keV 3.5270275 cm 31.011116 m World muIoni - 185 3.2262007 m 2.7419356 m -2.2277514 m 25.933292 MeV 14.064269 keV 4.210584 cm 31.053222 m World muIoni - 186 3.3206264 m 2.8243477 m -2.2296467 m 25.894802 MeV 34.185672 keV 12.534668 cm 31.178569 m World muIoni - 187 3.3484935 m 2.8486178 m -2.2301284 m 25.878837 MeV 13.422515 keV 3.6957607 cm 31.215526 m World muIoni - 188 3.3883592 m 2.8836874 m -2.2306885 m 25.859532 MeV 16.626452 keV 5.3098812 cm 31.268625 m World muIoni - 189 3.4229184 m 2.9140415 m -2.2311225 m 25.845588 MeV 12.365984 keV 4.5998929 cm 31.314624 m World muIoni - 190 3.4514979 m 2.9392057 m -2.2314595 m 25.831366 MeV 9.785978 keV 3.8080784 cm 31.352705 m World muIoni - 191 3.456337 m 2.9434674 m -2.2315242 m 25.829295 MeV 2.0706826 keV 6.4484886 mm 31.359153 m World muIoni - 192 3.4763411 m 2.9610761 m -2.2317873 m 25.820804 MeV 7.2747887 keV 2.6651503 cm 31.385805 m World muIoni - 193 3.4843654 m 2.9681343 m -2.2318781 m 25.812512 MeV 2.9452644 keV 1.0687238 cm 31.396492 m World muIoni - 194 3.4851657 m 2.9688373 m -2.2318863 m 25.810575 MeV 533.32288 eV 1.0652456 mm 31.397557 m World muIoni - 195 3.5010108 m 2.9827664 m -2.2320508 m 25.794346 MeV 5.3675233 keV 2.1097687 cm 31.418655 m World muIoni - 196 3.5621918 m 3.0363673 m -2.2324037 m 25.75601 MeV 28.032363 keV 8.1340998 cm 31.499996 m World muIoni - 197 3.5667111 m 3.0403743 m -2.232435 m 25.752603 MeV 3.407211 keV 6.0399169 mm 31.506036 m World muIoni - 198 3.5670004 m 3.0406308 m -2.2324371 m 25.750324 MeV 114.71193 eV 386.66199 um 31.506423 m World muIoni - 199 3.6566081 m 3.1199997 m -2.2330411 m 25.712202 MeV 36.420763 keV 11.9706 cm 31.626129 m World muIoni - 200 3.6782643 m 3.1394174 m -2.232949 m 25.70049 MeV 9.0123886 keV 2.9086948 cm 31.655216 m World muIoni - 201 3.688175 m 3.1482871 m -2.2328987 m 25.695129 MeV 4.2847954 keV 1.3300239 cm 31.668516 m World muIoni - 202 3.6948396 m 3.1542383 m -2.2328839 m 25.690672 MeV 2.8663552 keV 8.9349984 mm 31.677451 m World muIoni - 203 3.7295042 m 3.1852086 m -2.2327955 m 25.673992 MeV 13.90883 keV 4.648449 cm 31.723935 m World muIoni - 204 3.7416919 m 3.1962393 m -2.2328661 m 25.665595 MeV 8.3974005 keV 1.6438443 cm 31.740374 m World muIoni - 205 3.7491207 m 3.2029813 m -2.2329212 m 25.656622 MeV 4.1138755 keV 1.0032115 cm 31.750406 m World muIoni - 206 3.7957917 m 3.2455176 m -2.2331859 m 25.637765 MeV 17.328803 keV 6.3147643 cm 31.813554 m World muIoni - 207 3.7979951 m 3.2475233 m -2.2331932 m 25.633728 MeV 2.3745774 keV 2.9795872 mm 31.816533 m World muIoni - 208 3.8001281 m 3.2494656 m -2.2332004 m 25.632959 MeV 769.25073 eV 2.8847833 mm 31.819418 m OutOfWorld Transportation -Track (trackID 14, parentID 3) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.703484891789(mm),2.8186524505575(mm),78.817834834706(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.927457(mm),1.0467611(mm),79.307323(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.406802(mm),1.7194246(mm),78.341167(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.125211(mm),2.7473901(mm),78.743473(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.871818(mm),-1.1632614(mm),78.788153(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.847387(mm),-2.0988874(mm),78.26348(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.564683(mm),-1.0580034(mm),79.194963(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.983429(mm),1.747026(mm),78.768473(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.148109(mm),-3.3296725(mm),78.563109(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.690002(mm),-2.3866006(mm),78.643885(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.994552(mm),-2.6779215(mm),79.119166(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.723657(mm),-1.1593736(mm),78.814278(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.099347(mm),1.4339962(mm),78.219053(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.619678(mm),-0.74630561(mm),78.303631(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.065416(mm),0.70249271(mm),78.225036(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.705945(mm),-3.1293157(mm),78.464747(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.318011(mm),-1.1174096(mm),79.238458(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.205946(mm),1.9014614(mm),78.55291(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.493496(mm),-1.9306718(mm),78.854862(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.372795(mm),-2.6276481(mm),78.699817(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.149382(mm),0.95939275(mm),79.268192(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.329512(mm),-2.7528966(mm),78.354795(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-17.000621(mm),-2.2456261(mm),78.236461(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.376394(mm),0.27001303(mm),79.228164(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.07 cm 269 um 7.52 cm 31.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.0178353 cm -518.0693 um 7.5529395 cm 27.268934 MeV 4.1300547 MeV 999.14259 um 999.14259 um Target hIoni - 2 -9.9289248 mm -1.1088224 mm 7.6030119 cm 23.378662 MeV 3.8902721 MeV 820.52831 um 1.8196709 mm Target hIoni - 3 -9.6896173 mm -1.4696808 mm 7.6376445 cm 20.677895 MeV 2.7007669 MeV 558.60994 um 2.3782808 mm Target Transportation - 4 -6.5896061 cm 3.0853691 cm 2 m 20.677897 MeV2.242734e-13 meV 2.5367403 m 2.5391186 m CaptureMgnt Transportation - 5 -5.9044916 cm 3.0647443 cm 2.007973 m 20.674482 MeV 2.2963334 keV 1.0514272 cm 2.5496328 m World hIoni - 6 -5.2170403 cm 3.0427881 cm 2.0159951 m 20.667698 MeV 4.678893 keV 1.0567 cm 2.5601998 m World hIoni - 7 -5.0955886 cm 3.0387796 cm 2.0174174 m 20.66327 MeV 1.1812005 keV 1.8706679 mm 2.5620705 m World hIoni - 8 -4.7521512 cm 3.0272391 cm 2.0214375 m 20.65975 MeV 2.0328216 keV 5.2886635 mm 2.5673592 m World hIoni - 9 -4.4935503 cm 3.018487 cm 2.0244686 m 20.655873 MeV 1.3689008 keV 3.9853208 mm 2.5713445 m World hIoni - 10 3.5771783 mm 2.8499393 cm 2.0813345 m 20.621766 MeV 31.227425 keV 7.4767102 cm 2.6461116 m World hIoni - 11 4.438377 mm 2.847358 cm 2.0823572 m 20.621281 MeV 485.53189 eV 1.3372478 mm 2.6474488 m World hIoni - 12 1.3968807 cm 2.8190242 cm 2.0936731 m 20.6078 MeV 3.2140647 keV 1.479726 cm 2.6622461 m World hIoni - 13 2.5341806 cm 2.7818641 cm 2.1071355 m 20.601923 MeV 5.8764201 keV 1.7627228 cm 2.6798733 m World hIoni - 14 11.178157 cm 2.5246822 cm 2.2092809 m 20.520498 MeV 54.856173 keV 13.383781 cm 2.8137111 m World hIoni - 15 12.140399 cm 2.5062391 cm 2.2207155 m 20.516657 MeV 3.8419125 keV 1.4945794 cm 2.8286569 m World hIoni - 16 12.157226 cm 2.5059287 cm 2.2209157 m 20.498939 MeV 0 eV 261.5099 um 2.8289184 m World hIoni - 17 12.203922 cm 2.5049742 cm 2.2214698 m 20.4977 MeV 149.58833 eV 724.70859 um 2.8296431 m World hIoni - 18 15.334537 cm 2.4391797 cm 2.2586212 m 20.439901 MeV 20.422819 keV 4.8587575 cm 2.8782307 m World hIoni - 19 16.596737 cm 2.4080267 cm 2.2735829 m 20.429262 MeV 9.0000317 keV 1.957719 cm 2.8978079 m World hIoni - 20 19.533104 cm 2.3468982 cm 2.3084957 m 20.40897 MeV 20.292305 keV 4.5623658 cm 2.9434316 m World hIoni - 21 20.418557 cm 2.3302737 cm 2.3189479 m 20.402 MeV 5.9543444 keV 1.3699604 cm 2.9571312 m World hIoni - 22 20.615386 cm 2.3258877 cm 2.3212741 m 20.400308 MeV 224.28448 eV 3.047498 mm 2.9601787 m World hIoni - 23 23.383422 cm 2.2644511 cm 2.3539443 m 20.380234 MeV 15.664295 keV 4.282444 cm 3.0030031 m World hIoni - 24 24.600164 cm 2.2462451 cm 2.3683917 m 20.368564 MeV 9.1325142 keV 1.8889321 cm 3.0218924 m World hIoni - 25 26.2271 cm 2.2218406 cm 2.3878257 m 20.354035 MeV 12.646889 keV 2.5346354 cm 3.0472388 m World hIoni - 26 29.2469 cm 2.1683774 cm 2.4240159 m 20.333137 MeV 19.317539 keV 4.7137526 cm 3.0943763 m World hIoni - 27 33.795423 cm 2.059769 cm 2.4785033 m 20.297525 MeV 32.650022 keV 7.0986084 cm 3.1653624 m World hIoni - 28 34.658675 cm 2.0505062 cm 2.4887406 m 20.289419 MeV 6.2908675 keV 1.3391548 cm 3.1787539 m World hIoni - 29 34.799361 cm 2.0495723 cm 2.4904012 m 20.206212 MeV 1.4510558 keV 2.1764373 mm 3.1809304 m World hIoni - 30 36.656153 cm 2.0458359 cm 2.5123544 m 20.189179 MeV 14.946016 keV 2.8752637 cm 3.209683 m World hIoni - 31 37.090387 cm 2.0467022 cm 2.5174711 m 20.183609 MeV 2.8037332 keV 6.7109587 mm 3.216394 m World hIoni - 32 38.576475 cm 2.0511743 cm 2.5349264 m 20.166938 MeV 12.511817 keV 2.2924586 cm 3.2393186 m World hIoni - 33 39.588556 cm 2.0519534 cm 2.5467835 m 20.15908 MeV 6.6405227 keV 1.5589159 cm 3.2549077 m World hIoni - 34 41.861872 cm 2.0450798 cm 2.5734122 m 20.141628 MeV 13.949532 keV 3.50128 cm 3.2899205 m World hIoni - 35 41.933642 cm 2.0447795 cm 2.5742501 m 20.139857 MeV 233.68768 eV 1.1032953 mm 3.2910238 m World hIoni - 36 42.33367 cm 2.043357 cm 2.5789233 m 20.135886 MeV 3.9714801 keV 6.1514824 mm 3.2971753 m World hIoni - 37 43.814346 cm 2.0377305 cm 2.5962453 m 20.105807 MeV 8.2233578 keV 2.2788119 cm 3.3199634 m World hIoni - 38 45.36701 cm 2.0334261 cm 2.6144909 m 20.093194 MeV 10.88992 keV 2.3957874 cm 3.3439213 m World hIoni - 39 46.362268 cm 2.0278389 cm 2.6262347 m 20.078584 MeV 6.6418363 keV 1.5393984 cm 3.3593153 m World hIoni - 40 46.488208 cm 2.0269206 cm 2.6277229 m 20.076579 MeV 597.797 eV 1.9496343 mm 3.3612649 m World hIoni - 41 48.36103 cm 2.0147018 cm 2.6498551 m 20.066494 MeV 8.940643 keV 2.8993026 cm 3.3902579 m World hIoni - 42 48.362687 cm 2.0146915 cm 2.6498746 m 20.061435 MeV 0 eV 25.606423 um 3.3902835 m World hIoni - 43 54.667276 cm 1.9741861 cm 2.7243459 m 20.022962 MeV 37.456704 keV 9.7576097 cm 3.4878596 m World hIoni - 44 59.465647 cm 1.9161427 cm 2.7807234 m 19.990491 MeV 31.34334 keV 7.4035599 cm 3.5618952 m World hIoni - 45 59.796817 cm 1.9132832 cm 2.7845592 m 19.984316 MeV 1.8965334 keV 5.0677041 mm 3.5669629 m World hIoni - 46 60.210982 cm 1.9097285 cm 2.7893636 m 19.978974 MeV 2.069646 keV 6.3432305 mm 3.5733062 m World hIoni - 47 61.593077 cm 1.8982547 cm 2.8053407 m 19.970095 MeV 8.8792497 keV 2.1125805 cm 3.594432 m World hIoni - 48 62.314328 cm 1.8935769 cm 2.813682 m 19.963916 MeV 5.1635835 keV 1.1027282 cm 3.6054593 m World hIoni - 49 62.523718 cm 1.8928378 cm 2.8161083 m 19.960874 MeV 695.35124 eV 3.2048743 mm 3.6086641 m World hIoni - 50 64.463482 cm 1.8872518 cm 2.8386091 m 19.932342 MeV 15.722454 keV 2.9707913 cm 3.638372 m World hIoni - 51 64.708266 cm 1.8866338 cm 2.8414407 m 19.931487 MeV 855.44389 eV 3.7430484 mm 3.6421151 m World hIoni - 52 64.773187 cm 1.8864515 cm 2.8421919 m 19.929935 MeV 493.91616 eV 992.84017 um 3.6431079 m World hIoni - 53 65.253483 cm 1.8851546 cm 2.847748 m 19.923538 MeV 3.3237917 keV 7.3443318 mm 3.6504523 m World hIoni - 54 65.255332 cm 1.8851459 cm 2.8477695 m 19.920442 MeV 16.015807 eV 28.346617 um 3.6504806 m World hIoni - 55 67.278344 cm 1.8762971 cm 2.8713169 m 19.906808 MeV 11.71045 keV 3.1044278 cm 3.6815249 m World hIoni - 56 67.322763 cm 1.8762117 cm 2.8718324 m 19.902746 MeV 17.733985 eV 680.51282 um 3.6822054 m World hIoni - 57 69.35916 cm 1.8738265 cm 2.8954365 m 19.884994 MeV 17.751457 keV 3.1174468 cm 3.7133799 m World hIoni - 58 70.828352 cm 1.8733151 cm 2.9124457 m 19.873708 MeV 10.062759 keV 2.2475945 cm 3.7358558 m World hIoni - 59 73.608469 cm 1.8948894 cm 2.9444458 m 19.855943 MeV 17.76529 keV 4.2391042 cm 3.7782469 m World hIoni - 60 76.569343 cm 1.9170038 cm 2.9781294 m 19.838044 MeV 17.898916 keV 4.484781 cm 3.8230947 m World hIoni - 61 77.904142 cm 1.924835 cm 2.9932498 m 19.827599 MeV 9.2561923 keV 2.0169308 cm 3.843264 m World hIoni - 62 78.427619 cm 1.928391 cm 2.9991981 m 19.823116 MeV 2.5212006 keV 7.9238114 mm 3.8511878 m World hIoni - 63 78.772524 cm 1.9306582 cm 3.0031136 m 19.815783 MeV 2.8165466 keV 5.2180351 mm 3.8564058 m World hIoni - 64 79.275061 cm 1.9341946 cm 3.0088131 m 19.806843 MeV 2.1764463 keV 7.5986532 mm 3.8640045 m World hIoni - 65 79.519546 cm 1.9364713 cm 3.0115836 m 19.803111 MeV 673.97579 eV 3.6951082 mm 3.8676996 m World hIoni - 66 83.342925 cm 1.9770563 cm 3.0549089 m 19.774371 MeV 27.211914 keV 5.7784895 cm 3.9254845 m World hIoni - 67 84.235425 cm 1.9861673 cm 3.0650308 m 19.757018 MeV 9.6212047 keV 1.3495146 cm 3.9389796 m World hIoni - 68 85.09239 cm 1.9953542 cm 3.0747148 m 19.750911 MeV 6.1069967 keV 1.2931633 cm 3.9519113 m World hIoni - 69 85.765842 cm 2.004144 cm 3.0823455 m 19.747305 MeV 3.6056807 keV 1.0177873 cm 3.9620891 m World hIoni - 70 92.261779 cm 2.087583 cm 3.15605 m 19.704627 MeV 42.678219 keV 9.8249374 cm 4.0603385 m World hIoni - 71 93.130432 cm 2.1037474 cm 3.1658235 m 19.690109 MeV 5.061266 keV 1.3076833 cm 4.0734153 m World hIoni - 72 93.404552 cm 2.1091445 cm 3.1688834 m 19.687731 MeV 2.3780691 keV 4.1085297 mm 4.0775239 m World hIoni - 73 93.813321 cm 2.1169617 cm 3.1734465 m 19.682623 MeV 3.971751 keV 6.1267885 mm 4.0836507 m World hIoni - 74 94.772758 cm 2.1351695 cm 3.1841758 m 19.671523 MeV 8.6919031 keV 1.439456 cm 4.0980452 m World hIoni - 75 95.118779 cm 2.141692 cm 3.1880302 m 19.656556 MeV 1.0375517 keV 5.1801717 mm 4.1032254 m World hIoni - 76 95.583862 cm 2.1493825 cm 3.1932027 m 19.648315 MeV 4.0944008 keV 6.9563347 mm 4.1101817 m World hIoni - 77 96.284318 cm 2.1574129 cm 3.2009871 m 19.641025 MeV 4.8723869 keV 1.0472196 cm 4.1206539 m World hIoni - 78 97.739818 cm 2.1732496 cm 3.2170834 m 19.626676 MeV 11.83757 keV 2.1701763 cm 4.1423557 m World hIoni - 79 98.051128 cm 2.1777824 cm 3.2205176 m 19.622683 MeV 1.7274053 keV 4.6353911 mm 4.1469911 m World hIoni - 80 99.660042 cm 2.1992762 cm 3.2382571 m 19.611996 MeV 8.2294125 keV 2.3949958 cm 4.170941 m World hIoni - 81 1.0035612 m 2.2130353 cm 3.2459196 m 19.605352 MeV 5.1134922 keV 1.0352972 cm 4.181294 m World hIoni - 82 1.0084078 m 2.2217367 cm 3.2512581 m 19.601109 MeV 2.2876362 keV 7.2109293 mm 4.1885049 m World hIoni - 83 1.0380547 m 2.2769671 cm 3.2838876 m 19.568787 MeV 27.250405 keV 4.4090189 cm 4.2325951 m World hIoni - 84 1.070766 m 2.3278488 cm 3.3197438 m 19.549333 MeV 19.453399 keV 4.8538384 cm 4.2811335 m World hIoni - 85 1.0759093 m 2.3355995 cm 3.3254289 m 19.540141 MeV 3.7223326 keV 7.6667525 mm 4.2888003 m World hIoni - 86 1.0766938 m 2.3366901 cm 3.3262899 m 19.5376 MeV 579.431 eV 1.1648987 mm 4.2899652 m World hIoni - 87 1.0900822 m 2.3530181 cm 3.3409735 m 19.529734 MeV 6.7677047 keV 1.987172 cm 4.3098369 m World hIoni - 88 1.0961992 m 2.3578726 cm 3.3476368 m 19.526331 MeV 3.4028334 keV 9.0454184 mm 4.3188823 m World hIoni - 89 1.1064711 m 2.3669124 cm 3.3588105 m 19.487389 MeV 5.7622425 keV 1.517801 cm 4.3340603 m World hIoni - 90 1.1796953 m 2.4575579 cm 3.4387222 m 19.441687 MeV 44.570406 keV 10.839163 cm 4.4424519 m World hIoni - 91 1.2051945 m 2.4838024 cm 3.4662432 m 19.428521 MeV 13.166126 keV 3.751913 cm 4.4799711 m World hIoni - 92 1.2154504 m 2.493849 cm 3.4772658 m 19.422538 MeV 4.8682158 keV 1.5056358 cm 4.4950274 m World hIoni - 93 1.239415 m 2.5191584 cm 3.5029628 m 19.405463 MeV 14.129483 keV 3.5138423 cm 4.5301658 m World hIoni - 94 1.2396604 m 2.5195542 cm 3.5032258 m 19.403784 MeV 256.64138 eV 359.70967 um 4.5305256 m World hIoni - 95 1.2460156 m 2.529534 cm 3.5100441 m 19.399831 MeV 3.9530509 keV 9.3213433 mm 4.5398469 m World hIoni - 96 1.2809128 m 2.5834258 cm 3.5474685 m 19.373753 MeV 21.796659 keV 5.1173374 cm 4.5910203 m World hIoni - 97 1.2910184 m 2.5997635 cm 3.5584285 m 19.366432 MeV 3.3979663 keV 1.4908816 cm 4.6059291 m World hIoni - 98 1.2960116 m 2.6085058 cm 3.5638652 m 19.362809 MeV 3.6238227 keV 7.3822243 mm 4.6133113 m World hIoni - 99 1.311682 m 2.6466374 cm 3.5808902 m 19.351496 MeV 10.135316 keV 2.3142209 cm 4.6364535 m World hIoni - 100 1.3554619 m 2.7754468 cm 3.6286402 m 19.239438 MeV 28.090461 keV 6.4795522 cm 4.701249 m World hIoni - 101 1.3628691 m 2.7899113 cm 3.6367587 m 19.233749 MeV 4.063231 keV 1.0990789 cm 4.7122398 m World hIoni - 102 1.3706066 m 2.8080882 cm 3.6452531 m 19.228769 MeV 3.6535118 keV 1.1491596 cm 4.7237314 m World hIoni - 103 1.37255 m 2.8125938 cm 3.6473754 m 19.225291 MeV 1.299005 keV 2.8780764 mm 4.7266095 m World hIoni - 104 1.3737184 m 2.8153466 cm 3.6486499 m 19.223262 MeV 589.44146 eV 1.7292121 mm 4.7283387 m World hIoni - 105 1.3922545 m 2.8581519 cm 3.6688505 m 19.208107 MeV 11.907423 keV 2.741965 cm 4.7557584 m World hIoni - 106 1.4073493 m 2.8928363 cm 3.6853541 m 19.19413 MeV 10.981682 keV 2.2368284 cm 4.7781267 m World hIoni - 107 1.4136089 m 2.9081913 cm 3.6922168 m 19.18683 MeV 5.2667511 keV 9.2899765 mm 4.7874166 m World hIoni - 108 1.4188336 m 2.9212778 cm 3.6979618 m 19.179711 MeV 4.0804561 keV 7.7665674 mm 4.7951832 m World hIoni - 109 1.4274702 m 2.9445922 cm 3.7074651 m 19.165963 MeV 5.8366288 keV 1.2843642 cm 4.8080268 m World hIoni - 110 1.4423714 m 2.9871215 cm 3.7239489 m 19.15266 MeV 11.412886 keV 2.2224832 cm 4.8302517 m World hIoni - 111 1.4558011 m 3.0223027 cm 3.7387425 m 19.143164 MeV 8.1539681 keV 1.9983292 cm 4.850235 m World hIoni - 112 1.4966383 m 3.1198352 cm 3.7835866 m 18.894968 MeV 29.490266 keV 6.0660257 cm 4.9108952 m World hIoni - 113 1.5163216 m 3.1541836 cm 3.8056868 m 18.881189 MeV 12.532258 keV 2.9596841 cm 4.9404921 m World hIoni - 114 1.5291219 m 3.1783921 cm 3.8200238 m 18.874021 MeV 7.1680668 keV 1.9221327 cm 4.9597134 m World hIoni - 115 1.5860779 m 3.2707807 cm 3.8837722 m 18.839058 MeV 34.962961 keV 8.5491615 cm 5.045205 m World hIoni - 116 1.5881967 m 3.2759406 cm 3.8861325 m 18.836139 MeV 784.82177 eV 3.1722668 mm 5.0483773 m World hIoni - 117 1.62161 m 3.3549803 cm 3.9233384 m 18.807476 MeV 27.429047 keV 5.0013678 cm 5.0983909 m World hIoni - 118 1.6224465 m 3.3570643 cm 3.9242721 m 18.80598 MeV 449.15741 eV 1.2537601 mm 5.0996447 m World hIoni - 119 1.6567735 m 3.450883 cm 3.9624858 m 18.780382 MeV 23.116551 keV 5.1376438 cm 5.1510211 m World hIoni - 120 1.686438 m 3.5246863 cm 3.9953183 m 18.758806 MeV 21.576246 keV 4.4255084 cm 5.1952762 m World hIoni - 121 1.7001503 m 3.5511458 cm 4.0105883 m 18.745309 MeV 12.306798 keV 2.0524904 cm 5.2158011 m World hIoni - 122 1.7018327 m 3.5547987 cm 4.0124585 m 18.743212 MeV 655.05662 eV 2.5159107 mm 5.218317 m World hIoni - 123 1.7095559 m 3.5721344 cm 4.0210421 m 18.733759 MeV 6.5360994 keV 1.1547957 cm 5.229865 m World hIoni - 124 1.7466187 m 3.6536738 cm 4.0624352 m 18.678801 MeV 22.813767 keV 5.5567415 cm 5.2854324 m World hIoni - 125 1.7524786 m 3.6646754 cm 4.0689884 m 18.6728 MeV 4.4823912 keV 8.7917777 mm 5.2942242 m World hIoni - 126 1.7782598 m 3.7139283 cm 4.0977542 m 18.654246 MeV 16.88068 keV 3.8631577 cm 5.3328558 m World hIoni - 127 1.8021818 m 3.7603385 cm 4.1245944 m 18.636766 MeV 17.480067 keV 3.5956595 cm 5.3688124 m World hIoni - 128 1.8225892 m 3.79894 cm 4.147407 m 18.610139 MeV 15.210982 keV 3.0611019 cm 5.3994234 m World hIoni - 129 1.8309346 m 3.811983 cm 4.1567653 m 18.603645 MeV 5.472572 keV 1.2539529 cm 5.4119629 m World hIoni - 130 1.8478426 m 3.8346666 cm 4.1757157 m 18.5086 MeV 10.987153 keV 2.5397935 cm 5.4373608 m World hIoni - 131 1.8589245 m 3.8566016 cm 4.1880667 m 18.500688 MeV 7.9127487 keV 1.6595315 cm 5.4539562 m World hIoni - 132 1.8657997 m 3.8719852 cm 4.1957198 m 18.495471 MeV 3.8744279 keV 1.0288859 cm 5.464245 m World hIoni - 133 1.8864329 m 3.9186628 cm 4.2186749 m 18.481935 MeV 10.932612 keV 3.0868916 cm 5.4951139 m World hIoni - 134 1.8985292 m 3.9483781 cm 4.2321247 m 18.472374 MeV 7.424254 keV 1.8091638 cm 5.5132056 m World hIoni - 135 1.9032914 m 3.9621576 cm 4.2374509 m 18.467496 MeV 3.7302303 keV 7.1460889 mm 5.5203517 m World hIoni - 136 1.9039506 m 3.9641577 cm 4.2381866 m 18.465927 MeV 355.07266 eV 987.98028 um 5.5213396 m World hIoni - 137 1.9073732 m 3.9746983 cm 4.2420025 m 18.462781 MeV 2.1100372 keV 5.1270563 mm 5.5264667 m World hIoni - 138 1.919834 m 4.0138049 cm 4.255746 m 18.454457 MeV 7.2683483 keV 1.8555556 cm 5.5450223 m World hIoni - 139 1.9410725 m 4.0804712 cm 4.2791717 m 18.439771 MeV 11.703755 keV 3.1627403 cm 5.5766497 m World hIoni - 140 1.9822734 m 4.2363352 cm 4.324636 m 18.401845 MeV 31.689214 keV 6.1375829 cm 5.6380255 m World hIoni - 141 1.9932893 m 4.2715849 cm 4.3368457 m 18.391827 MeV 8.5525313 keV 1.6448402 cm 5.6544739 m World hIoni - 142 2.0047417 m 4.3061944 cm 4.3496157 m 18.381381 MeV 8.0762971 keV 1.7156667 cm 5.6716306 m World hIoni - 143 2.005211 m 4.307666 cm 4.3501395 m 18.376236 MeV 200.70658 eV 703.39307 um 5.672334 m World hIoni - 144 2.0054171 m 4.3083477 cm 4.3503699 m 18.375898 MeV 338.27432 eV 309.20388 um 5.6726432 m World hIoni - 145 2.037126 m 4.4134115 cm 4.3858117 m 18.354292 MeV 20.464628 keV 4.756787 cm 5.720211 m World hIoni - 146 2.0672462 m 4.5341576 cm 4.4195286 m 18.328718 MeV 24.333574 keV 4.5227577 cm 5.7654386 m World hIoni - 147 2.0680568 m 4.5375412 cm 4.42044 m 18.326786 MeV 820.76174 eV 1.2201758 mm 5.7666588 m World hIoni - 148 2.0685891 m 4.5397791 cm 4.4210385 m 18.326642 MeV 144.55593 eV 801.26543 um 5.76746 m World hIoni - 149 2.0887694 m 4.6247479 cm 4.443727 m 18.309697 MeV 15.288917 keV 3.0376685 cm 5.7978367 m World hIoni - 150 2.1245197 m 4.7983666 cm 4.4840204 m 18.269368 MeV 22.158482 keV 5.389514 cm 5.8517319 m World hIoni - 151 2.1390285 m 4.8670007 cm 4.5002498 m 18.258025 MeV 10.167406 keV 2.1780082 cm 5.873512 m World hIoni - 152 2.157869 m 4.9581218 cm 4.5211169 m 18.235849 MeV 14.511614 keV 2.8128915 cm 5.9016409 m World hIoni - 153 2.1634149 m 4.9869752 cm 4.5272246 m 18.232287 MeV 2.4997203 keV 8.2549181 mm 5.9098958 m World hIoni - 154 2.1750522 m 5.0501765 cm 4.540069 m 18.225026 MeV 7.2614222 keV 1.734381 cm 5.9272396 m World hIoni - 155 2.1850823 m 5.1063637 cm 4.5511269 m 18.194314 MeV 6.8838199 keV 1.4939692 cm 5.9421793 m World hIoni - 156 2.1992883 m 5.1886785 cm 4.5668148 m 18.183676 MeV 9.4146288 keV 2.1180267 cm 5.9633596 m World hIoni - 157 2.2042491 m 5.2167718 cm 4.5723174 m 18.179575 MeV 3.0115555 keV 7.4139379 mm 5.9707735 m World hIoni - 158 2.2161647 m 5.2880025 cm 4.5855569 m 18.166005 MeV 11.277989 keV 1.7826279 cm 5.9885998 m World hIoni - 159 2.2351064 m 5.4058206 cm 4.606625 m 18.149744 MeV 13.761794 keV 2.835564 cm 6.0169554 m World hIoni - 160 2.2363645 m 5.413595 cm 4.60802 m 18.14363 MeV 703.31899 eV 1.8801092 mm 6.0188355 m World hIoni - 161 2.2462279 m 5.4733492 cm 4.6189587 m 18.131554 MeV 9.3675756 keV 1.4741141 cm 6.0335767 m World hIoni - 162 2.2516449 m 5.5045994 cm 4.6249488 m 18.124939 MeV 4.2844675 keV 8.082238 mm 6.0416589 m World hIoni - 163 2.2644028 m 5.5767855 cm 4.6390525 m 18.111998 MeV 11.727978 keV 1.9031506 cm 6.0606904 m World hIoni - 164 2.276671 m 5.6486379 cm 4.6525967 m 18.094844 MeV 6.1871139 keV 1.8288613 cm 6.078979 m World hIoni - 165 2.2968808 m 5.7780044 cm 4.6747958 m 18.081079 MeV 13.764705 keV 3.0048506 cm 6.1090275 m World hIoni - 166 2.2971427 m 5.7797323 cm 4.6750851 m 18.081057 MeV 21.959127 eV 390.70082 um 6.1094182 m World hIoni - 167 2.3001958 m 5.7998705 cm 4.6784574 m 18.077956 MeV 1.8111885 keV 4.5534928 mm 6.1139717 m World hIoni - 168 2.314241 m 5.8892986 cm 4.693947 m 18.067622 MeV 10.333964 keV 2.0928397 cm 6.1349001 m World hIoni - 169 2.3189141 m 5.9183022 cm 4.6990775 m 18.063984 MeV 2.6189225 keV 6.9457412 mm 6.1418459 m World hIoni - 170 2.3316732 m 5.9958297 cm 4.7130723 m 18.056376 MeV 6.2516884 keV 1.8954 cm 6.1607999 m World hIoni - 171 2.3327173 m 6.001348 cm 4.7142216 m 18.053503 MeV 733.08026 eV 1.553664 mm 6.1623535 m World hIoni - 172 2.3366486 m 6.0222087 cm 4.7185403 m 18.033266 MeV 3.0891845 keV 5.8438265 mm 6.1681973 m World hIoni - 173 2.3481882 m 6.0840572 cm 4.7312473 m 18.023652 MeV 8.1263757 keV 1.7175947 cm 6.1853733 m World hIoni - 174 2.3657864 m 6.1791183 cm 4.7506389 m 18.004299 MeV 12.022037 keV 2.620378 cm 6.2115771 m World hIoni - 175 2.3920663 m 6.3235575 cm 4.7796694 m 17.985586 MeV 18.71377 keV 3.918546 cm 6.2507625 m World hIoni - 176 2.3962667 m 6.3486091 cm 4.7843067 m 17.977481 MeV 2.9286204 keV 6.2618527 mm 6.2570244 m World hIoni - 177 2.4370534 m 6.5883386 cm 4.8294082 m 17.947185 MeV 29.163656 keV 6.0856317 cm 6.3178807 m World hIoni - 178 2.4496669 m 6.6648485 cm 4.8433622 m 17.939097 MeV 6.9127367 keV 1.8825604 cm 6.3367063 m World hIoni - 179 2.4520444 m 6.6781653 cm 4.8459788 m 17.935618 MeV 2.0069193 keV 3.5379308 mm 6.3402442 m World hIoni - 180 2.4564541 m 6.7000708 cm 4.850841 m 17.931816 MeV 1.4248822 keV 6.567658 mm 6.3468119 m World hIoni - 181 2.4726762 m 6.7877727 cm 4.8686773 m 17.920731 MeV 11.08405 keV 2.412594 cm 6.3709378 m World hIoni - 182 2.4874279 m 6.8649666 cm 4.884884 m 17.898417 MeV 7.0750518 keV 2.1928681 cm 6.3928665 m World hIoni - 183 2.4965446 m 6.9141736 cm 4.8948927 m 17.889269 MeV 6.0455999 keV 1.3547354 cm 6.4064139 m World hIoni - 184 2.5083363 m 6.9831604 cm 4.9079877 m 17.881006 MeV 7.2678667 keV 1.7635412 cm 6.4240493 m World hIoni - 185 2.512172 m 7.0059182 cm 4.9122832 m 17.8757 MeV 2.7091207 keV 5.7632511 mm 6.4298125 m World hIoni - 186 2.5323639 m 7.1190974 cm 4.9347685 m 17.861448 MeV 13.240138 keV 3.0242143 cm 6.4600547 m World hIoni - 187 2.5423361 m 7.1739768 cm 4.9459342 m 17.843074 MeV 5.7237398 keV 1.4980732 cm 6.4750354 m World hIoni - 188 2.5530535 m 7.2276174 cm 4.9579108 m 17.833535 MeV 7.6429489 keV 1.6080685 cm 6.4911161 m World hIoni - 189 2.5531018 m 7.2278597 cm 4.957965 m 17.828407 MeV 32.520173 eV 72.650762 um 6.4911887 m World hIoni - 190 2.5550756 m 7.2379488 cm 4.9601806 m 17.823802 MeV 2.2296155 keV 2.9690077 mm 6.4941578 m World hIoni - 191 2.5670421 m 7.3000064 cm 4.9735858 m 17.8127 MeV 9.6303109 keV 1.7980024 cm 6.5121378 m World hIoni - 192 2.576041 m 7.3481745 cm 4.9836313 m 17.8009 MeV 8.5939178 keV 1.3495419 cm 6.5256332 m World hIoni - 193 2.6029831 m 7.4945237 cm 5.0136886 m 17.780395 MeV 19.495286 keV 4.0391438 cm 6.5660246 m World hIoni - 194 2.6100728 m 7.5298736 cm 5.0215205 m 17.776559 MeV 3.8356544 keV 1.0570136 cm 6.5765948 m World hIoni - 195 2.6270555 m 7.6200816 cm 5.0402755 m 17.767408 MeV 7.4963159 keV 2.5317585 cm 6.6019124 m World hIoni - 196 2.638917 m 7.680096 cm 5.0533493 m 17.75251 MeV 8.2974877 keV 1.7662918 cm 6.6195753 m World hIoni - 197 2.6517002 m 7.7475701 cm 5.0674339 m 17.744877 MeV 7.6333034 keV 1.9032693 cm 6.638608 m World hIoni - 198 2.6665417 m 7.8286985 cm 5.0837452 m 17.671916 MeV 10.491698 keV 2.2067857 cm 6.6606758 m World hIoni - 199 2.6725477 m 7.8604388 cm 5.0903172 m 17.665214 MeV 5.6638561 keV 8.9085832 mm 6.6695844 m World hIoni - 200 2.6743427 m 7.8703403 cm 5.0922774 m 17.661307 MeV 574.99283 eV 2.6598145 mm 6.6722442 m World hIoni - 201 2.710928 m 8.0727371 cm 5.1322044 m 17.625996 MeV 22.821758 keV 5.4192044 cm 6.7264363 m World hIoni - 202 2.7236018 m 8.1392283 cm 5.1460176 m 17.618103 MeV 5.8044178 keV 1.8758219 cm 6.7451945 m World hIoni - 203 2.7284906 m 8.1655092 cm 5.1513545 m 17.613116 MeV 3.1637043 keV 7.242461 mm 6.7524369 m World hIoni - 204 2.7334206 m 8.19187 cm 5.1567464 m 17.608076 MeV 3.844511 keV 7.310721 mm 6.7597477 m World hIoni - 205 2.7607944 m 8.3396671 cm 5.186701 m 17.577185 MeV 19.258133 keV 4.0605397 cm 6.8003531 m World hIoni - 206 2.768878 m 8.3827847 cm 5.1955266 m 17.565532 MeV 3.7542175 keV 1.1975939 cm 6.812329 m World hIoni - 207 2.7939586 m 8.5140913 cm 5.2229909 m 17.547105 MeV 17.250497 keV 3.7216408 cm 6.8495454 m World hIoni - 208 2.8011529 m 8.5584213 cm 5.230886 m 17.542001 MeV 3.7494541 keV 1.0690493 cm 6.8602359 m World hIoni - 209 2.8055647 m 8.5862053 cm 5.2357233 m 17.5145 MeV 5.7710878 keV 6.5528703 mm 6.8667888 m World hIoni - 210 2.8195418 m 8.6719404 cm 5.2511214 m 17.496109 MeV 8.491415 keV 2.0813431 cm 6.8876022 m World hIoni - 211 2.8256127 m 8.7071802 cm 5.2578102 m 17.48141 MeV 4.6363424 keV 9.0399444 mm 6.8966421 m World hIoni - 212 2.8312765 m 8.7410412 cm 5.2640669 m 17.47689 MeV 3.2482278 keV 8.4462908 mm 6.9050884 m World hIoni - 213 2.8728646 m 8.9906226 cm 5.3102232 m 17.451965 MeV 23.472891 keV 6.2179247 cm 6.9672677 m World hIoni - 214 2.8741171 m 8.9977745 cm 5.3116147 m 17.449484 MeV 1.0528645 keV 1.873533 mm 6.9691412 m World hIoni - 215 2.9034846 m 9.1662638 cm 5.3443152 m 17.430033 MeV 18.217808 keV 4.3984377 cm 7.0131256 m World hIoni - 216 2.9128544 m 9.2209499 cm 5.3547505 m 17.420587 MeV 7.3901677 keV 1.403527 cm 7.0271609 m World hIoni - 217 2.9285223 m 9.3127149 cm 5.3721168 m 17.408019 MeV 10.376086 keV 2.3407639 cm 7.0505685 m World hIoni - 218 2.9547628 m 9.5023322 cm 5.4013544 m 17.372448 MeV 24.086527 keV 3.9332067 cm 7.0899006 m World hIoni - 219 2.9602566 m 9.5423306 cm 5.4074427 m 17.366263 MeV 4.4005562 keV 8.2103212 mm 7.0981109 m World hIoni - 220 2.9865441 m 9.7445815 cm 5.4366639 m 17.342797 MeV 20.972505 keV 3.9357557 cm 7.1374685 m World hIoni - 221 2.99359 m 9.8011496 cm 5.4445297 m 17.335582 MeV 6.1391156 keV 1.0575225 cm 7.1480437 m World hIoni - 222 2.9994457 m 9.8483186 cm 5.4510555 m 17.332438 MeV 3.1443791 keV 8.7804891 mm 7.1568242 m World hIoni - 223 3.0090974 m 9.925118 cm 5.4617996 m 17.325301 MeV 5.8891647 keV 1.4463081 cm 7.1712872 m World hIoni - 224 3.0248143 m 10.049073 cm 5.4793064 m 17.312882 MeV 10.391614 keV 2.3559506 cm 7.1948468 m World hIoni - 225 3.0272581 m 10.068847 cm 5.4820255 m 17.310651 MeV 704.89314 eV 3.6611891 mm 7.1985079 m World hIoni - 226 3.0276866 m 10.07229 cm 5.4825024 m 17.31019 MeV 460.80316 eV 642.08544 um 7.19915 m World hIoni - 227 3.0288558 m 10.081689 cm 5.483803 m 17.307593 MeV 522.7616 eV 1.7514158 mm 7.2009014 m World hIoni - 228 3.03295 m 10.114244 cm 5.4883562 m 17.301775 MeV 2.8151248 keV 6.1318707 mm 7.2070333 m World hIoni - 229 3.052084 m 10.266293 cm 5.5096698 m 17.286925 MeV 14.849832 keV 2.8682708 cm 7.235716 m World hIoni - 230 3.056716 m 10.305497 cm 5.5148311 m 17.282346 MeV 4.5794875 keV 6.9461201 mm 7.2426621 m World Decay -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 206, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.06 m 10.3 cm 5.51 m 14.6 MeV 0 eV 0 fm 0 fm World initStep - 1 3.0595825 m 10.028961 cm 5.5205661 m 14.638668 MeV 3.839805 keV 6.9823911 mm 6.9823911 mm World muIoni - 2 3.0612785 m 9.8651472 cm 5.5239703 m 14.637112 MeV 1.5561254 keV 4.1410817 mm 1.1123473 cm World muIoni - 3 3.0633501 m 9.6653265 cm 5.5281233 m 14.634275 MeV 2.8376564 keV 5.0528569 mm 1.617633 cm World muIoni - 4 3.0908731 m 7.0080885 cm 5.5832919 m 14.608706 MeV 24.142623 keV 6.7136339 cm 8.3312669 cm World muIoni - 5 3.0955713 m 6.5503056 cm 5.5927161 m 14.600978 MeV 5.1131987 keV 1.1482354 cm 9.4795023 cm World muIoni - 6 3.1011485 m 6.0036603 cm 5.6040034 m 14.573198 MeV 6.228025 keV 1.3725598 cm 10.852062 cm World muIoni - 7 3.1013338 m 5.9856299 cm 5.6043789 m 14.571727 MeV 186.52343 eV 455.8806 um 10.89765 cm World muIoni - 8 3.1059597 m 5.5349495 cm 5.6137471 m 14.567376 MeV 2.9395718 keV 1.1378666 cm 12.035517 cm World muIoni - 9 3.1210688 m 4.058269 cm 5.6444751 m 14.550295 MeV 15.484011 keV 3.7290354 cm 15.764552 cm World muIoni - 10 3.1239835 m 3.7762005 cm 5.65037 m 14.54647 MeV 2.5818172 keV 7.1555245 mm 16.480105 cm World muIoni - 11 3.1333936 m 2.8690358 cm 5.6692175 m 14.52937 MeV 11.979586 keV 2.2936367 cm 18.773741 cm World muIoni - 12 3.1335061 m 2.8581499 cm 5.6694427 m 14.52795 MeV 58.257588 eV 274.26386 um 18.801168 cm World muIoni - 13 3.1839329 m -2.0130083 cm 5.7702648 m 14.477112 MeV 49.791249 keV 12.280649 cm 31.081816 cm World muIoni - 14 3.1904894 m -2.6379427 cm 5.7835165 m 14.471065 MeV 6.0469037 keV 1.6051485 cm 32.686965 cm World muIoni - 15 3.2064459 m -4.1492197 cm 5.8157141 m 14.455306 MeV 15.758669 keV 3.8983413 cm 36.585306 cm World muIoni - 16 3.2069065 m -4.193378 cm 5.8166529 m 14.452424 MeV 131.65747 eV 1.1351951 mm 36.698826 cm World muIoni - 17 3.2173553 m -5.197438 cm 5.8379638 m 14.438374 MeV 7.9306458 keV 2.5771095 cm 39.275935 cm World muIoni - 18 3.2191667 m -5.3696923 cm 5.8416358 m 14.436668 MeV 1.7067502 keV 4.4420184 mm 39.720137 cm World muIoni - 19 3.2349714 m -6.8715525 cm 5.873589 m 14.417796 MeV 15.814372 keV 3.8682946 cm 43.588431 cm World muIoni - 20 3.2519227 m -8.4726557 cm 5.9075831 m 14.395566 MeV 20.20896 keV 4.1222882 cm 47.71072 cm World muIoni - 21 3.2537745 m -8.6510775 cm 5.9113259 m 14.374382 MeV 1.2972833 keV 4.5410729 mm 48.164827 cm World muIoni - 22 3.2542875 m -8.7008989 cm 5.9123595 m 14.370379 MeV 463.89879 eV 1.2568584 mm 48.290513 cm World muIoni - 23 3.2705586 m -10.276073 cm 5.9450993 m 14.348131 MeV 22.248438 keV 3.9809317 cm 52.271445 cm World muIoni - 24 3.2840708 m -11.566607 cm 5.9723048 m 14.328241 MeV 17.268964 keV 3.3004113 cm 55.571856 cm World muIoni - 25 3.304006 m -13.480276 cm 6.0128488 m 14.299424 MeV 23.455017 keV 4.9066107 cm 60.478467 cm World muIoni - 26 3.3143972 m -14.450664 cm 6.0337237 m 14.287499 MeV 10.585016 keV 2.5256861 cm 63.004153 cm World muIoni - 27 3.3261834 m -15.564564 cm 6.0575038 m 14.274973 MeV 12.526164 keV 2.8783511 cm 65.882504 cm World muIoni - 28 3.3267537 m -15.618589 cm 6.0586573 m 14.273736 MeV 1.2373419 keV 1.3956362 mm 66.022067 cm World muIoni - 29 3.3285749 m -15.79112 cm 6.0623408 m 14.271009 MeV 1.5850179 keV 4.4566241 mm 66.46773 cm World muIoni - 30 3.34524 m -17.373167 cm 6.0961822 m 14.246597 MeV 19.615315 keV 4.0905702 cm 70.5583 cm World muIoni - 31 3.3469373 m -17.531069 cm 6.0995848 m 14.2394 MeV 2.5581168 keV 4.1172097 mm 70.970021 cm World muIoni - 32 3.3518866 m -17.992343 cm 6.1094837 m 14.229831 MeV 5.6625576 keV 1.1990065 cm 72.169027 cm World muIoni - 33 3.3519599 m -17.999179 cm 6.1096312 m 14.187515 MeV 226.45377 eV 178.34866 um 72.186862 cm World muIoni - 34 3.3677551 m -19.465665 cm 6.1411478 m 14.165219 MeV 19.182787 keV 3.8181968 cm 76.005059 cm World muIoni - 35 3.3689334 m -19.576086 cm 6.1435013 m 14.161179 MeV 2.672143 keV 2.8542091 mm 76.29048 cm World muIoni - 36 3.3707569 m -19.747665 cm 6.1471507 m 14.157791 MeV 2.3022467 keV 4.4257418 mm 76.733054 cm World muIoni - 37 3.3724715 m -19.90843 cm 6.1505836 m 14.153411 MeV 1.9731206 keV 4.1604422 mm 77.149098 cm World muIoni - 38 3.3734407 m -19.99899 cm 6.1525219 m 14.146048 MeV 900.8363 eV 2.3486702 mm 77.383965 cm World muIoni - 39 3.3757938 m -20.219358 cm 6.1572215 m 14.141265 MeV 4.7830279 keV 5.6991035 mm 77.953876 cm World muIoni - 40 3.3845285 m -21.037853 cm 6.1745764 m 14.130553 MeV 9.1908705 keV 2.1082844 cm 80.06216 cm World muIoni - 41 3.3879261 m -21.357163 cm 6.1813372 m 14.124419 MeV 3.3432187 keV 8.2125986 mm 80.88342 cm World muIoni - 42 3.4069951 m -23.14859 cm 6.2192858 m 14.1049 MeV 19.519152 keV 4.6094237 cm 85.492844 cm World muIoni - 43 3.4091311 m -23.350945 cm 6.2235912 m 14.098366 MeV 2.4442335 keV 5.2148053 mm 86.014324 cm World muIoni - 44 3.4172428 m -24.110924 cm 6.2398957 m 14.089327 MeV 6.9824594 keV 1.9733103 cm 87.987635 cm World muIoni - 45 3.4291934 m -25.250275 cm 6.2640251 m 14.062762 MeV 11.610458 keV 2.9238028 cm 90.911437 cm World muIoni - 46 3.4341939 m -25.725977 cm 6.2742265 m 14.057324 MeV 3.5291854 keV 1.2316822 cm 92.14312 cm World muIoni - 47 3.440191 m -26.297859 cm 6.2864294 m 14.049617 MeV 7.7072702 keV 1.4750672 cm 93.618187 cm World muIoni - 48 3.4577591 m -27.977101 cm 6.3222954 m 14.027887 MeV 18.730287 keV 4.3324599 cm 97.950647 cm World muIoni - 49 3.4610319 m -28.288876 cm 6.3290126 m 14.02404 MeV 2.6441831 keV 8.0963626 mm 98.760283 cm World muIoni - 50 3.465453 m -28.710347 cm 6.3380769 m 14.018534 MeV 4.2880869 keV 1.0930331 cm 99.853316 cm World muIoni - 51 3.4752553 m -29.637829 cm 6.3582851 m 14.008326 MeV 10.208516 keV 2.4299938 cm 1.0228331 m World muIoni - 52 3.4925102 m -31.302949 cm 6.3940532 m 13.986444 MeV 20.395352 keV 4.3062425 cm 1.0658955 m World muIoni - 53 3.4968503 m -31.713935 cm 6.4029295 m 13.979371 MeV 4.8485076 keV 1.0701239 cm 1.0765968 m World muIoni - 54 3.4996928 m -31.983549 cm 6.4087401 m 13.973603 MeV 2.3786745 keV 7.0080224 mm 1.0836048 m World muIoni - 55 3.508547 m -32.823048 cm 6.4268286 m 13.883251 MeV 9.046897 keV 2.1819005 cm 1.1054238 m World muIoni - 56 3.5274915 m -34.575611 cm 6.4649805 m 13.862666 MeV 19.172479 keV 4.6061285 cm 1.1514851 m World muIoni - 57 3.527802 m -34.604415 cm 6.4656058 m 13.826473 MeV 0 eV 755.28165 um 1.1522404 m World muIoni - 58 3.5391979 m -35.65282 cm 6.4885897 m 13.809173 MeV 12.986413 keV 2.7713627 cm 1.179954 m World muIoni - 59 3.541008 m -35.82064 cm 6.4922417 m 13.805419 MeV 2.6858034 keV 4.4079603 mm 1.1843619 m World muIoni - 60 3.5438802 m -36.088271 cm 6.4980528 m 13.803895 MeV 1.5245876 keV 7.012992 mm 1.1913749 m World muIoni - 61 3.5439428 m -36.094137 cm 6.4981797 m 13.802263 MeV 2.6399412 eV 153.17638 um 1.1915281 m World muIoni - 62 3.5514033 m -36.792247 cm 6.5132728 m 13.791699 MeV 10.564048 keV 1.8226275 cm 1.2097544 m World muIoni - 63 3.5655996 m -38.124356 cm 6.5422031 m 13.774087 MeV 17.611906 keV 3.487068 cm 1.2446251 m World muIoni - 64 3.5705851 m -38.581767 cm 6.5522111 m 13.768072 MeV 4.2796345 keV 1.2080457 cm 1.2567055 m World muIoni - 65 3.5733744 m -38.836594 cm 6.5578241 m 13.758792 MeV 5.5968682 keV 6.7660817 mm 1.2634716 m World muIoni - 66 3.600274 m -41.289044 cm 6.6118642 m 13.724556 MeV 34.235541 keV 6.515731 cm 1.3286289 m World muIoni - 67 3.6051155 m -41.731884 cm 6.6215974 m 13.717876 MeV 5.5955913 keV 1.1738238 cm 1.3403672 m World muIoni - 68 3.6130939 m -42.460997 cm 6.6376294 m 13.544068 MeV 8.3687083 keV 1.9335023 cm 1.3597022 m World muIoni - 69 3.6134357 m -42.492807 cm 6.6383189 m 13.538671 MeV 197.62798 eV 832.70357 um 1.3605349 m World muIoni - 70 3.6159039 m -42.72345 cm 6.643316 m 13.291922 MeV 979.16268 eV 6.0318234 mm 1.3665667 m World muIoni - 71 3.6200631 m -43.107253 cm 6.6516661 m 13.286171 MeV 3.5342995 keV 1.0087297 cm 1.376654 m World muIoni - 72 3.6270634 m -43.751488 cm 6.6656352 m 13.278268 MeV 6.2054396 keV 1.6901041 cm 1.393555 m World muIoni - 73 3.6350717 m -44.499805 cm 6.6815868 m 13.267961 MeV 8.5798856 keV 1.9354207 cm 1.4129092 m World muIoni - 74 3.6465944 m -45.569643 cm 6.7044094 m 13.247828 MeV 11.415239 keV 2.7714713 cm 1.440624 m World muIoni - 75 3.6477643 m -45.678416 cm 6.7066921 m 13.245778 MeV 777.71294 eV 2.7861632 mm 1.4434101 m World muIoni - 76 3.6562772 m -46.469005 cm 6.7232938 m 13.234245 MeV 10.50629 keV 2.0263117 cm 1.4636732 m World muIoni - 77 3.6586025 m -46.681856 cm 6.7277489 m 13.224648 MeV 2.0012455 keV 5.4575684 mm 1.4691308 m World muIoni - 78 3.6755194 m -48.232046 cm 6.7603015 m 13.209718 MeV 13.772379 keV 3.9826977 cm 1.5089578 m World muIoni - 79 3.7067285 m -51.030098 cm 6.8206664 m 13.176597 MeV 31.813401 keV 7.3491437 cm 1.5824492 m World muIoni - 80 3.7128483 m -51.566145 cm 6.8323901 m 13.168904 MeV 6.547875 keV 1.4270012 cm 1.5967192 m World muIoni - 81 3.7408759 m -54.048082 cm 6.886114 m 13.137962 MeV 28.993994 keV 6.5482243 cm 1.6622015 m World muIoni - 82 3.7415026 m -54.103739 cm 6.8872881 m 13.13537 MeV 298.82729 eV 1.4425662 mm 1.663644 m World muIoni - 83 3.7521611 m -55.0506 cm 6.9072122 m 13.11557 MeV 13.635784 keV 2.4499603 cm 1.6881436 m World muIoni - 84 3.7589362 m -55.648395 cm 6.9199009 m 13.103288 MeV 10.402106 keV 1.5576961 cm 1.7037206 m World muIoni - 85 3.7687329 m -56.512501 cm 6.9382454 m 13.089366 MeV 11.399786 keV 2.252044 cm 1.726241 m World muIoni - 86 3.7798951 m -57.48568 cm 6.9591445 m 13.059259 MeV 10.217809 keV 2.5614067 cm 1.7518551 m World muIoni - 87 3.8002267 m -59.237628 cm 6.9972683 m 13.014035 MeV 21.297295 keV 4.6623655 cm 1.7984788 m World muIoni - 88 3.8043832 m -59.602175 cm 7.0049933 m 13.006333 MeV 5.4302859 keV 9.4996276 mm 1.8079784 m World muIoni - 89 3.8140268 m -60.450861 cm 7.0228993 m 12.988572 MeV 9.0799947 keV 2.2037538 cm 1.8300159 m World muIoni - 90 3.816521 m -60.666207 cm 7.0274828 m 12.982935 MeV 1.5975013 keV 5.6450811 mm 1.835661 m World muIoni - 91 3.8247547 m -61.376068 cm 7.0425599 m 12.972711 MeV 8.7896146 keV 1.8587738 cm 1.8542488 m World muIoni - 92 3.8623855 m -64.565956 cm 7.1111398 m 12.927985 MeV 42.863469 keV 8.4481205 cm 1.93873 m World muIoni - 93 3.8658934 m -64.865134 cm 7.1175775 m 12.924142 MeV 2.1013497 keV 7.9184147 mm 1.9466484 m World muIoni - 94 3.8764408 m -65.754354 cm 7.136801 m 12.91199 MeV 12.151428 keV 2.3661469 cm 1.9703098 m World muIoni - 95 3.876791 m -65.783821 cm 7.1374356 m 12.909517 MeV 290.23976 eV 782.42424 um 1.9710923 m World muIoni - 96 3.8903809 m -66.930717 cm 7.1620953 m 12.889934 MeV 14.571953 keV 3.0402865 cm 2.0014951 m World muIoni - 97 3.9026869 m -67.969859 cm 7.1843875 m 12.872818 MeV 15.61307 keV 2.7502157 cm 2.0289973 m World muIoni - 98 3.9219682 m -69.598514 cm 7.2191395 m 12.850337 MeV 20.488456 keV 4.2950623 cm 2.0719479 m World muIoni - 99 3.9244525 m -69.809344 cm 7.2235974 m 12.846254 MeV 2.8478908 keV 5.5217284 mm 2.0774696 m World muIoni - 100 3.9281977 m -70.128943 cm 7.2303029 m 12.838764 MeV 5.4744471 keV 8.3188934 mm 2.0857885 m World muIoni - 101 3.9453891 m -71.599883 cm 7.2609798 m 12.821714 MeV 15.75036 keV 3.811834 cm 2.1239069 m World muIoni - 102 3.9476816 m -71.797063 cm 7.2650802 m 12.815682 MeV 3.7245033 keV 5.094788 mm 2.1290017 m World muIoni - 103 3.951514 m -72.125071 cm 7.2719253 m 12.812151 MeV 2.4158458 keV 8.5030337 mm 2.1375047 m World muIoni - 104 3.9710255 m -73.802813 cm 7.3070741 m 12.792586 MeV 19.564293 keV 4.3562086 cm 2.1810668 m World muIoni - 105 3.9753378 m -74.164501 cm 7.3146207 m 12.789395 MeV 3.1916975 keV 9.4142263 mm 2.190481 m World muIoni - 106 3.9781107 m -74.395113 cm 7.3194265 m 12.785988 MeV 2.0516905 keV 6.0085901 mm 2.1964896 m World muIoni - 107 3.9876895 m -75.19036 cm 7.3360094 m 12.773512 MeV 9.9373324 keV 2.0736261 cm 2.2172259 m World muIoni - 108 3.9923422 m -75.570405 cm 7.3439788 m 12.770225 MeV 3.2875044 keV 9.9801318 mm 2.227206 m World muIoni - 109 3.9935273 m -75.666475 cm 7.3460015 m 12.763633 MeV 716.78204 eV 2.5335195 mm 2.2297395 m World muIoni - 110 3.9962182 m -75.884555 cm 7.3505804 m 12.737957 MeV 4.7335828 keV 5.7413455 mm 2.2354809 m World muIoni - 111 3.9964732 m -75.905298 cm 7.351016 m 12.73636 MeV 221.88006 eV 545.68585 um 2.2360265 m World muIoni - 112 3.9965989 m -75.915506 cm 7.3512307 m 12.735048 MeV 173.63745 eV 268.94145 um 2.2362955 m World muIoni - 113 4.0194855 m -77.776874 cm 7.3903499 m 12.704341 MeV 27.608448 keV 4.8996117 cm 2.2852916 m World muIoni - 114 4.0396272 m -79.372813 cm 7.4250893 m 12.682618 MeV 21.722448 keV 4.3214693 cm 2.3285063 m World muIoni - 115 4.051678 m -80.299 cm 7.4457469 m 12.668191 MeV 12.511082 keV 2.564659 cm 2.3541529 m World muIoni - 116 4.0575105 m -80.744023 cm 7.4557075 m 12.662735 MeV 4.3967607 keV 1.237081 cm 2.3665237 m World muIoni - 117 4.062905 m -81.156686 cm 7.464909 m 12.654981 MeV 6.5785923 keV 1.14367 cm 2.3779604 m World muIoni - 118 4.0633299 m -81.189379 cm 7.4656335 m 12.651953 MeV 488.40489 eV 901.21832 um 2.3788616 m World muIoni - 119 4.0772833 m -82.267535 cm 7.4894725 m 12.637775 MeV 12.948785 keV 2.9652133 cm 2.4085137 m World muIoni - 120 4.0910306 m -83.353586 cm 7.5132026 m 12.624807 MeV 12.968759 keV 2.949693 cm 2.4380107 m World muIoni - 121 4.094836 m -83.66408 cm 7.5197884 m 12.596131 MeV 3.1068654 keV 8.2155415 mm 2.4462262 m World muIoni - 122 4.1065293 m -84.621312 cm 7.5400856 m 12.583782 MeV 11.328286 keV 2.5304998 cm 2.4715312 m World muIoni - 123 4.1084911 m -84.779126 cm 7.5434869 m 12.580207 MeV 2.4414976 keV 4.2318092 mm 2.475763 m World muIoni - 124 4.1104812 m -84.938447 cm 7.5469306 m 12.578905 MeV 1.3026034 keV 4.2845436 mm 2.4800476 m World muIoni - 125 4.1213004 m -85.825727 cm 7.565676 m 12.565485 MeV 10.930862 keV 2.3391989 cm 2.5034396 m World muIoni - 126 4.1220546 m -85.887598 cm 7.5669955 m 12.563379 MeV 724.76351 eV 1.6409341 mm 2.5050805 m World muIoni - 127 4.123402 m -85.998175 cm 7.5693548 m 12.561943 MeV 1.436339 keV 2.9333674 mm 2.5080139 m World muIoni - 128 4.1261857 m -86.226751 cm 7.5742285 m 12.554787 MeV 2.9942449 keV 6.0602562 mm 2.5140741 m World muIoni - 129 4.1333156 m -86.817105 cm 7.586729 m 12.54753 MeV 5.8649961 keV 1.5554742 cm 2.5296289 m World muIoni - 130 4.1396373 m -87.349607 cm 7.5979074 m 12.538869 MeV 7.5951977 keV 1.3902437 cm 2.5435313 m World muIoni - 131 4.1432765 m -87.65356 cm 7.6043061 m 12.52712 MeV 6.9232825 keV 7.9640194 mm 2.5514953 m World muIoni - 132 4.1469801 m -87.964489 cm 7.6108058 m 12.522391 MeV 3.2810127 keV 8.1012773 mm 2.5595966 m World muIoni - 133 4.1470999 m -87.974571 cm 7.6110168 m 12.520322 MeV 153.17203 eV 262.73432 um 2.5598593 m World muIoni - 134 4.1480779 m -88.05669 cm 7.6127338 m 12.517975 MeV 1.2310434 keV 2.1398341 mm 2.5619992 m World muIoni - 135 4.1626181 m -89.274875 cm 7.6382223 m 12.503918 MeV 14.057641 keV 3.1772462 cm 2.5937716 m World muIoni - 136 4.1632504 m -89.327307 cm 7.639332 m 12.502297 MeV 252.53123 eV 1.3806516 mm 2.5951523 m World muIoni - 137 4.1700816 m -89.896021 cm 7.6513453 m 12.489852 MeV 8.6856648 keV 1.4944231 cm 2.6100965 m World muIoni - 138 4.1703686 m -89.919785 cm 7.6518489 m 12.485303 MeV 670.10583 eV 626.51363 um 2.610723 m World muIoni - 139 4.1759388 m -90.379313 cm 7.6616311 m 12.466945 MeV 6.6483862 keV 1.2158709 cm 2.6228817 m World muIoni - 140 4.1815835 m -90.834417 cm 7.6714751 m 12.460147 MeV 6.7976635 keV 1.2226161 cm 2.6351079 m World muIoni - 141 4.1962963 m -92.021021 cm 7.69723 m 12.443479 MeV 12.821066 keV 3.1946794 cm 2.6670547 m World muIoni - 142 4.1972821 m -92.099782 cm 7.6989414 m 12.439998 MeV 1.0675364 keV 2.1263308 mm 2.669181 m World muIoni - 143 4.2023594 m -92.502157 cm 7.7077353 m 12.431501 MeV 6.4609405 keV 1.092259 cm 2.6801036 m World muIoni - 144 4.2051745 m -92.724355 cm 7.7126045 m 12.41483 MeV 5.4809888 keV 6.0474263 mm 2.686151 m World muIoni - 145 4.2133264 m -93.368571 cm 7.7266494 m 12.402135 MeV 6.7524558 keV 1.7470387 cm 2.7036214 m World muIoni - 146 4.2147653 m -93.484213 cm 7.7291412 m 12.398903 MeV 1.529036 keV 3.1011019 mm 2.7067225 m World muIoni - 147 4.2229928 m -94.15864 cm 7.7436631 m 12.391329 MeV 7.573684 keV 1.8001886 cm 2.7247244 m World muIoni - 148 4.2274141 m -94.522455 cm 7.7514911 m 12.371887 MeV 10.342494 keV 9.6984648 mm 2.7344229 m World muIoni - 149 4.2494256 m -96.332721 cm 7.7906681 m 12.343604 MeV 26.959839 keV 4.8446932 cm 2.7828698 m World muIoni - 150 4.2554681 m -96.823162 cm 7.8013852 m 12.336129 MeV 7.4746192 keV 1.324466 cm 2.7961145 m World muIoni - 151 4.265669 m -97.651277 cm 7.8194209 m 12.324536 MeV 11.592928 keV 2.2314285 cm 2.8184287 m World muIoni - 152 4.271245 m -98.103883 cm 7.829301 m 12.310613 MeV 9.6069795 keV 1.2214473 cm 2.8306432 m World muIoni - 153 4.2865654 m -99.35403 cm 7.8565846 m 12.293723 MeV 15.678099 keV 3.3695849 cm 2.8643391 m World muIoni - 154 4.3012461 m -1.0056245 m 7.8829476 m 12.278534 MeV 13.423641 keV 3.2504986 cm 2.8968441 m World muIoni - 155 4.301565 m -1.0058894 m 7.883525 m 12.276316 MeV 33.325251 eV 710.83689 um 2.8975549 m World muIoni - 156 4.3306645 m -1.0299975 m 7.9362494 m 12.2409 MeV 33.844588 keV 6.486888 cm 2.9624238 m World muIoni - 157 4.3508529 m -1.0465445 m 7.9727919 m 12.2161 MeV 23.244927 keV 4.4908413 cm 3.0073322 m World muIoni - 158 4.352968 m -1.0482806 m 7.9765731 m 12.21262 MeV 2.2635121 keV 4.6674758 mm 3.0119997 m World muIoni - 159 4.3546176 m -1.0496336 m 7.9795259 m 12.209279 MeV 1.8500322 keV 3.642971 mm 3.0156426 m World muIoni - 160 4.3576576 m -1.0521156 m 7.984958 m 12.202291 MeV 5.7257828 keV 6.7014352 mm 3.0223441 m World muIoni - 161 4.3589892 m -1.0532018 m 7.9873271 m 12.199305 MeV 1.2772589 keV 2.9267042 mm 3.0252708 m World muIoni - 162 4.3736052 m -1.0651262 m 8.0133656 m 12.186147 MeV 13.157671 keV 3.2153291 cm 3.0574241 m World muIoni - 163 4.3796332 m -1.0700643 m 8.0241795 m 12.178079 MeV 6.9957707 keV 1.3328993 cm 3.0707531 m World muIoni - 164 4.3798122 m -1.0702099 m 8.0244973 m 12.176519 MeV 301.26322 eV 392.81531 um 3.0711459 m World muIoni - 165 4.3799398 m -1.0703136 m 8.0247234 m 12.17525 MeV 193.30433 eV 279.56502 um 3.0714254 m World muIoni - 166 4.3835809 m -1.0732788 m 8.031186 m 12.163701 MeV 5.8434106 keV 7.9884387 mm 3.0794139 m World muIoni - 167 4.4060184 m -1.0916747 m 8.071127 m 12.142717 MeV 20.983714 keV 4.9367876 cm 3.1287817 m World muIoni - 168 4.4060253 m -1.0916805 m 8.0711392 m 12.141527 MeV 7.7849302 eV 15.207571 um 3.128797 m World muIoni - 169 4.4108192 m -1.0957086 m 8.0797005 m 12.134141 MeV 5.8718566 keV 1.0606675 cm 3.1394036 m World muIoni - 170 4.4117524 m -1.0964943 m 8.0813585 m 12.129839 MeV 931.21751 eV 2.0584685 mm 3.1414621 m World muIoni - 171 4.4140831 m -1.0984568 m 8.0855099 m 12.126179 MeV 2.1933948 keV 5.1495231 mm 3.1466116 m World muIoni - 172 4.4187749 m -1.1024098 m 8.0938723 m 12.106446 MeV 7.0850236 keV 1.0371584 cm 3.1569832 m World muIoni - 173 4.4229481 m -1.1059816 m 8.1013569 m 12.102085 MeV 4.3609434 keV 9.2839522 mm 3.1662672 m World muIoni - 174 4.4316038 m -1.1134295 m 8.1168832 m 12.090147 MeV 10.885123 keV 1.9273383 cm 3.1855405 m World muIoni - 175 4.4323158 m -1.1140452 m 8.1181749 m 12.0883 MeV 679.14353 eV 1.5982865 mm 3.1871388 m World muIoni - 176 4.4422497 m -1.1226266 m 8.1361869 m 12.044164 MeV 9.7956737 keV 2.2288139 cm 3.209427 m World muIoni - 177 4.446763 m -1.1264433 m 8.1442898 m 12.034549 MeV 4.3352689 keV 1.0029619 cm 3.2194566 m World muIoni - 178 4.4719229 m -1.1477443 m 8.1895738 m 11.997506 MeV 34.443008 keV 5.6013228 cm 3.2754698 m World muIoni - 179 4.4897559 m -1.1630436 m 8.2225138 m 11.979239 MeV 18.266537 keV 4.0461771 cm 3.3159316 m World muIoni - 180 4.4936894 m -1.1664669 m 8.2299466 m 11.967606 MeV 4.9756543 keV 9.0795123 mm 3.3250111 m World muIoni - 181 4.4938024 m -1.1665661 m 8.2301591 m 11.961866 MeV 93.264193 eV 260.42139 um 3.3252715 m World muIoni - 182 4.498139 m -1.1703631 m 8.2382836 m 11.957535 MeV 4.3315534 keV 9.9614158 mm 3.3352329 m World muIoni - 183 4.5205778 m -1.1898976 m 8.2802287 m 11.927378 MeV 27.51154 keV 5.1425195 cm 3.3866581 m World muIoni - 184 4.5433659 m -1.2099299 m 8.32286 m 11.892729 MeV 31.486622 keV 5.2326779 cm 3.4389849 m World muIoni - 185 4.5540152 m -1.219276 m 8.3426542 m 11.875866 MeV 15.736791 keV 2.4342831 cm 3.4633277 m World muIoni - 186 4.5588147 m -1.2234857 m 8.3515865 m 11.641877 MeV 5.7432797 keV 1.0979192 cm 3.4743069 m World muIoni - 187 4.5640344 m -1.2280198 m 8.3612131 m 11.636698 MeV 5.1784037 keV 1.1852241 cm 3.4861592 m World muIoni - 188 4.5682144 m -1.2316172 m 8.368894 m 11.632062 MeV 3.5309785 keV 9.4557155 mm 3.4956149 m World muIoni - 189 4.5739508 m -1.2365436 m 8.3793886 m 11.613526 MeV 7.8496873 keV 1.2934933 cm 3.5085498 m World muIoni - 190 4.5806351 m -1.2423312 m 8.3917141 m 11.60407 MeV 7.2849204 keV 1.5168867 cm 3.5237187 m World muIoni - 191 4.6091301 m -1.2665637 m 8.4441017 m 11.566419 MeV 37.650371 keV 6.4372179 cm 3.5880909 m World muIoni - 192 4.625013 m -1.2805186 m 8.4741438 m 11.542903 MeV 18.999338 keV 3.6736311 cm 3.6248272 m World muIoni - 193 4.6378505 m -1.291383 m 8.4975985 m 11.52606 MeV 16.84256 keV 2.8864033 cm 3.6536912 m World muIoni - 194 4.6382943 m -1.2917376 m 8.4983823 m 11.523024 MeV 724.72248 eV 967.98526 um 3.6546592 m World muIoni - 195 4.6408271 m -1.2937116 m 8.5028585 m 11.518199 MeV 3.4287834 keV 5.5091502 mm 3.6601683 m World muIoni - 196 4.6500995 m -1.30082 m 8.5192308 m 11.502254 MeV 9.9417262 keV 2.0113754 cm 3.6802821 m World muIoni - 197 4.6504956 m -1.3011264 m 8.5199317 m 11.50069 MeV 262.01379 eV 861.40129 um 3.6811435 m World muIoni - 198 4.6549874 m -1.3046004 m 8.527867 m 11.495387 MeV 3.5859179 keV 9.7577696 mm 3.6909013 m World muIoni - 199 4.6644633 m -1.3119892 m 8.5445754 m 11.461504 MeV 9.5455432 keV 2.0580618 cm 3.7114819 m World muIoni - 200 4.6679187 m -1.3147592 m 8.5507448 m 11.456538 MeV 3.4008766 keV 7.5943964 mm 3.7190763 m World muIoni - 201 4.6793345 m -1.3239775 m 8.5712267 m 11.4415 MeV 13.683164 keV 2.5195532 cm 3.7442718 m World muIoni - 202 4.6909172 m -1.3334772 m 8.592224 m 11.424872 MeV 15.529538 keV 2.579334 cm 3.7700652 m World muIoni - 203 4.7051606 m -1.3445173 m 8.6171857 m 11.406295 MeV 15.590517 keV 3.078795 cm 3.8008531 m World muIoni - 204 4.7073467 m -1.3461644 m 8.6210107 m 11.402445 MeV 1.8575325 keV 4.7034277 mm 3.8055565 m World muIoni - 205 4.7118929 m -1.3495745 m 8.6289285 m 11.39386 MeV 6.1116558 keV 9.7462384 mm 3.8153028 m World muIoni - 206 4.7157634 m -1.3524815 m 8.635682 m 11.389233 MeV 3.5132794 keV 8.3091066 mm 3.8236119 m World muIoni - 207 4.7228326 m -1.357813 m 8.6480634 m 11.37847 MeV 9.3604691 keV 1.522171 cm 3.8388336 m World muIoni - 208 4.7256624 m -1.3599595 m 8.6530211 m 11.373067 MeV 5.4038755 keV 6.0986683 mm 3.8449323 m World muIoni - 209 4.7266287 m -1.3606929 m 8.6547121 m 11.369989 MeV 1.4397768 keV 2.0810852 mm 3.8470133 m World muIoni - 210 4.7358403 m -1.3676691 m 8.6708065 m 11.357967 MeV 9.925235 keV 1.9813029 cm 3.8668264 m World muIoni - 211 4.7386862 m -1.3698315 m 8.6757435 m 11.353619 MeV 2.8056576 keV 6.0949539 mm 3.8729213 m World muIoni - 212 4.73902 m -1.3700856 m 8.6763246 m 11.345771 MeV 88.355965 eV 716.7155 um 3.873638 m World muIoni - 213 4.7422182 m -1.3725081 m 8.6818943 m 11.34266 MeV 3.1109039 keV 6.8643626 mm 3.8805024 m World muIoni - 214 4.7507968 m -1.3790237 m 8.6969028 m 11.331421 MeV 11.238988 keV 1.8474355 cm 3.8989768 m World muIoni - 215 4.7550143 m -1.3822475 m 8.7044248 m 11.324206 MeV 3.1977302 keV 9.2065859 mm 3.9081833 m World muIoni - 216 4.7959976 m -1.4136504 m 8.7768096 m 11.283888 MeV 40.317935 keV 8.8914169 cm 3.9970975 m OutOfWorld Transportation -Track (trackID 206, parentID 4) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.513651416365(mm),1.353351757959(mm),78.498653636848(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.808558(mm),0.75386938(mm),78.975635(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.119529(mm),-0.87499264(mm),79.449783(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.763414(mm),1.8559813(mm),79.336249(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.622183(mm),3.3226129(mm),78.479517(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.793873(mm),1.876107(mm),78.62557(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.655929(mm),-0.089054726(mm),78.297239(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.664563(mm),-3.6870088(mm),79.001025(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.108334(mm),3.2391858(mm),78.746449(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.158908(mm),3.1751179(mm),78.384877(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.839148(mm),1.7168089(mm),79.146568(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.472366(mm),1.1531435(mm),78.329606(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.691741(mm),-0.53645447(mm),79.348886(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.537946(mm),-2.4786605(mm),78.670697(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.672002(mm),3.1010178(mm),78.999713(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.471317(mm),-0.15175469(mm),79.035099(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.934956(mm),-2.6881958(mm),78.600693(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.490866(mm),-0.59350039(mm),78.502671(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.343437(mm),-1.0845653(mm),78.704994(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.372553(mm),-0.76559743(mm),78.69986(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.352707(mm),1.9651942(mm),78.527032(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.893139(mm),2.230729(mm),79.313375(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.154498(mm),-2.8507732(mm),78.385655(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.798298(mm),-2.7734662(mm),79.153771(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.137167(mm),-1.1066591(mm),79.446673(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.409957(mm),-0.6783865(mm),78.693265(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.817887(mm),-1.8445362(mm),78.268682(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.58962(mm),-1.2621291(mm),78.485258(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.279552(mm),1.0722297(mm),79.421567(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.18925(mm),-0.023944579(mm),79.084835(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.785583(mm),-1.3167676(mm),78.803359(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.253067(mm),-0.49083641(mm),78.544602(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.31689(mm),-0.17784644(mm),79.062329(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.69931(mm),-3.3718714(mm),78.994898(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.067707(mm),2.2743991(mm),78.577286(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.120737(mm),0.74261913(mm),79.44957(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.523074(mm),2.2839393(mm),79.025973(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.801693(mm),3.1086569(mm),78.624191(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.560683(mm),-0.61592162(mm),79.195669(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.888443(mm),-1.5208152(mm),78.608895(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.139811(mm),-1.1834234(mm),79.093553(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.710091(mm),0.097531002(mm),78.992997(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.734959(mm),1.3259873(mm),79.164939(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.570619(mm),-2.4472479(mm),79.193917(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.544927(mm),1.8488009(mm),78.845793(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.044026(mm),0.76907954(mm),78.405134(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.307722(mm),-0.47105206(mm),78.887619(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.260677(mm),3.2783262(mm),78.895914(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.504451(mm),-1.3399881(mm),79.029257(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.546654(mm),2.2768777(mm),78.492834(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.644369(mm),-2.7489462(mm),78.651932(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.710244(mm),0.91125715(mm),79.169297(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.44958(mm),-3.0498936(mm),78.686278(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -# -#/event/setverbose 1 -#/run/printProgress 1 -# -#/gun/xvertex 0. cm -#/gun/yvertex 0. cm -#/gun/zvertex 0. cm -# -/field/SetCaptureB1 2. tesla -/run/reinitializeGeometry -/field/SetCaptureB2 4.0 tesla -/run/reinitializeGeometry -/field/SetTransferB 4.0 tesla -/run/reinitializeGeometry -# -/run/beamOn 10 -G4NistMaterialBuilder::FindOrBuildMaterial G4_Galactic -G4NistMaterialBuilder::FindOrBuildMaterial G4_AIR -G4NistMaterialBuilder::FindOrBuildMaterial G4_Pb -G4NistMaterialBuilder::FindOrBuildMaterial G4_W -### Run 1 start. - ---------- Ranecu engine status --------- - Initial seed (index) = 159 - Current couple of seeds = 356509840, 1430116523 ----------------------------------------- -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-13.757388(mm),-0.0040669554(mm),78.80833(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-16.512371(mm),-1.3608552(mm),78.322552(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.670788(mm),2.5491221(mm),79.176254(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.928891(mm),0.86726822(mm),78.954417(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.057529(mm),-3.3433684(mm),79.108061(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.544743(mm),-2.6364557(mm),78.669498(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-11.97358(mm),-2.9340199(mm),79.122864(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.22 mm -2.96 mm 5.78 cm 38.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.6725949 mm -1.8320941 mm 5.7345417 cm 32.898164 MeV 5.3228275 MeV 1.3259182 mm 1.3259182 mm Target hIoni - 2 -8.9708248 mm -895.86516 um 5.6949884 cm 27.270436 MeV 5.6277285 MeV 1.0676986 mm 2.3936168 mm Target hIoni - 3 -9.0118278 mm -170.55395 um 5.6583455 cm 23.233659 MeV 4.0367765 MeV 820.59042 um 3.2142072 mm Target hIoni - 4 -9.1362828 mm 396.171 um 5.6278427 cm 19.368704 MeV 3.8649555 MeV 661.4885 um 3.8756957 mm Target hIoni - 5 -9.1828174 mm 878.39967 um 5.6090938 cm 15.865368 MeV 3.5033362 MeV 524.66107 um 4.4003568 mm Target hIoni - 6 -9.2138521 mm 1.2661118 mm 5.5961226 cm 12.732223 MeV 3.1331446 MeV 414.63313 um 4.8149899 mm Target hIoni - 7 -9.2800859 mm 1.5752008 mm 5.5890635 cm 9.5835484 MeV 3.1486746 MeV 328.20576 um 5.1431957 mm Target hIoni - 8 -9.3319723 mm 1.8053076 mm 5.5814726 cm 6.8718432 MeV 2.7117052 MeV 252.08196 um 5.3952777 mm Target hIoni - 9 -9.3901863 mm 1.9816474 mm 5.5793666 cm 3.7049154 MeV 3.1669278 MeV 191.46437 um 5.586742 mm Target hIoni - 10 -9.4166291 mm 2.0682378 mm 5.5774222 cm 115.80263 keV 3.5891128 MeV 96.178551 um 5.6829206 mm Target hIoni - 11 -9.4166911 mm 2.0686021 mm 5.5774215 cm 4.1633363e-08 meV 115.80263 keV 818.93551 nm 5.6837395 mm Target hIoni - 12 -9.4166911 mm 2.0686021 mm 5.5774215 cm 0 eV 4.1633363e-08 meV 14.124453 fm 5.6837395 mm Target hIoni - 13 -9.4166911 mm 2.0686021 mm 5.5774215 cm 0 eV 0 eV 0 fm 5.6837395 mm Target Decay -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.42 mm 2.07 mm 5.58 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.4277125 mm 1.999414 mm 5.5867542 cm 978.35804 keV 3.1414546 MeV 133.4438 um 133.4438 um Target muIoni - 2 -9.4272409 mm 1.9970578 mm 5.5875673 cm 63.400241 keV 914.9578 keV 10.569648 um 144.01345 um Target muIoni - 3 -9.4271528 mm 1.9970383 mm 5.5875789 cm 0 eV 63.400241 keV 576.76812 nm 144.59022 um Target muIoni - 4 -9.4271528 mm 1.9970383 mm 5.5875789 cm 0 eV 0 eV 0 fm 144.59022 um Target DecayWithSpin -Track (trackID 21, parentID 4) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.175466(mm),3.6502838(mm),78.734612(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-14.276532(mm),3.3199955(mm),78.716791(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-10.139325(mm),0.20014015(mm),79.446292(mm),0(nsec)) -1 primary tracks are passed to the stack. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -# -/field04/SetTransferR 0.3 m -/run/reinitializeGeometry -/field04/SetTransferZ 15.0 m -/run/reinitializeGeometry -/field04/SetTransferP 0.0 m -/run/reinitializeGeometry -# -/run/beamOn 1 -G4NistMaterialBuilder::FindOrBuildMaterial G4_Galactic -G4NistMaterialBuilder::FindOrBuildMaterial G4_AIR -G4NistMaterialBuilder::FindOrBuildMaterial G4_Pb -G4NistMaterialBuilder::FindOrBuildMaterial G4_W ### Run 2 start. ---------- Ranecu engine status --------- - Initial seed (index) = 159 - Current couple of seeds = 1416306937, 1590325424 ----------------------------------------- +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={1901226849600236294, 1486345244359905248, 1747129918478626780, 1406066641233738698, 2225751852006256362, 884174608851708581, 714348967242539921, 620110042978399266, 742160689125070038, 1870830480466248760, 962793899392960560, 1964881786776911403, 1608551584395065785, 1975695892089736837, 833165971319758452, 2011644260807548887, 1528893711246511738} counter= 17sumtot= 1425342308234284100 +--------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.599219(mm),-1.932422(mm),78.483566(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.873097(mm),0.042463225(mm),79.140582(mm),0(nsec)) 1 primary tracks are passed to the stack. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 diff --git a/examples/extended/field/field04/include/F04PhysicsList.hh b/examples/extended/field/field04/include/F04PhysicsList.hh index e8eb6b65675..8c99abc97ab 100644 --- a/examples/extended/field/field04/include/F04PhysicsList.hh +++ b/examples/extended/field/field04/include/F04PhysicsList.hh @@ -42,11 +42,11 @@ class F04StepMax; class F04PhysicsList : public G4VModularPhysicsList { public: - F04PhysicsList(G4String); + F04PhysicsList(const G4String&); ~F04PhysicsList() override; void SetStepMax(G4double); - F04StepMax* GetStepMaxProcess(); + F04StepMax* GetStepMaxProcess() const; void AddStepMax(); /* /// Remove specific physics from physics list. diff --git a/examples/extended/field/field04/include/F04StepMax.hh b/examples/extended/field/field04/include/F04StepMax.hh index 2c3b2d560d9..6e36523ac53 100644 --- a/examples/extended/field/field04/include/F04StepMax.hh +++ b/examples/extended/field/field04/include/F04StepMax.hh @@ -50,7 +50,7 @@ class F04StepMax : public G4VDiscreteProcess void SetStepMax(G4double); - G4double GetStepMax() { return fMaxChargedStep; }; + G4double GetStepMax() { return fMaxChargedStep; } G4double PostStepGetPhysicalInteractionLength(const G4Track&, G4double, G4ForceCondition*) override; diff --git a/examples/extended/field/field04/include/F04SteppingVerbose.hh b/examples/extended/field/field04/include/F04SteppingVerbose.hh index 7142e8aa9b6..04314469821 100644 --- a/examples/extended/field/field04/include/F04SteppingVerbose.hh +++ b/examples/extended/field/field04/include/F04SteppingVerbose.hh @@ -39,6 +39,8 @@ class F04SteppingVerbose : public G4SteppingVerbose F04SteppingVerbose(); ~F04SteppingVerbose() override = default; + G4VSteppingVerbose* Clone() override { return new F04SteppingVerbose; } + void StepInfo() override; void TrackingStarted() override; }; diff --git a/examples/extended/field/field04/src/F04DetectorConstruction.cc b/examples/extended/field/field04/src/F04DetectorConstruction.cc index ff65f07c427..55296069cda 100644 --- a/examples/extended/field/field04/src/F04DetectorConstruction.cc +++ b/examples/extended/field/field04/src/F04DetectorConstruction.cc @@ -265,10 +265,8 @@ void F04DetectorConstruction::SetDegraderMaterial(const G4String materialChoice) void F04DetectorConstruction::SetWorldSizeZ(G4double val) { fWorldSizeZ = val; - - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -276,9 +274,8 @@ void F04DetectorConstruction::SetWorldSizeZ(G4double val) void F04DetectorConstruction::SetWorldSizeR(G4double val) { fWorldSizeR = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -286,9 +283,8 @@ void F04DetectorConstruction::SetWorldSizeR(G4double val) void F04DetectorConstruction::SetCaptureMgntRadius(G4double val) { fCaptureMgntRadius = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -296,9 +292,8 @@ void F04DetectorConstruction::SetCaptureMgntRadius(G4double val) void F04DetectorConstruction::SetCaptureMgntLength(G4double val) { fCaptureMgntLength = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -306,9 +301,8 @@ void F04DetectorConstruction::SetCaptureMgntLength(G4double val) void F04DetectorConstruction::SetCaptureMgntB1(G4double val) { fCaptureMgntB1 = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -316,9 +310,8 @@ void F04DetectorConstruction::SetCaptureMgntB1(G4double val) void F04DetectorConstruction::SetCaptureMgntB2(G4double val) { fCaptureMgntB2 = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -326,9 +319,8 @@ void F04DetectorConstruction::SetCaptureMgntB2(G4double val) void F04DetectorConstruction::SetTransferMgntRadius(G4double val) { fTransferMgntRadius = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -336,9 +328,8 @@ void F04DetectorConstruction::SetTransferMgntRadius(G4double val) void F04DetectorConstruction::SetTransferMgntLength(G4double val) { fTransferMgntLength = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -346,9 +337,8 @@ void F04DetectorConstruction::SetTransferMgntLength(G4double val) void F04DetectorConstruction::SetTransferMgntB(G4double val) { fTransferMgntB = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -356,9 +346,8 @@ void F04DetectorConstruction::SetTransferMgntB(G4double val) void F04DetectorConstruction::SetTransferMgntPos(G4double val) { fTransferMgntPos = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -366,9 +355,8 @@ void F04DetectorConstruction::SetTransferMgntPos(G4double val) void F04DetectorConstruction::SetTargetRadius(G4double val) { fTargetRadius = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -376,9 +364,8 @@ void F04DetectorConstruction::SetTargetRadius(G4double val) void F04DetectorConstruction::SetTargetThickness(G4double val) { fTargetThickness = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -386,9 +373,8 @@ void F04DetectorConstruction::SetTargetThickness(G4double val) void F04DetectorConstruction::SetTargetPos(G4double val) { fTargetPos = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -396,9 +382,8 @@ void F04DetectorConstruction::SetTargetPos(G4double val) void F04DetectorConstruction::SetTargetAngle(G4int val) { fTargetAngle = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -406,9 +391,8 @@ void F04DetectorConstruction::SetTargetAngle(G4int val) void F04DetectorConstruction::SetDegraderRadius(G4double val) { fDegraderRadius = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -416,9 +400,8 @@ void F04DetectorConstruction::SetDegraderRadius(G4double val) void F04DetectorConstruction::SetDegraderThickness(G4double val) { fDegraderThickness = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -426,9 +409,8 @@ void F04DetectorConstruction::SetDegraderThickness(G4double val) void F04DetectorConstruction::SetDegraderPos(G4double val) { fDegraderPos = val; - if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) { - G4RunManager::GetRunManager()->ReinitializeGeometry(); - } + if (G4StateManager::GetStateManager()->GetCurrentState() != G4State_PreInit) + G4RunManager::GetRunManager()->GeometryHasBeenModified(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/field/field04/src/F04PhysicsList.cc b/examples/extended/field/field04/src/F04PhysicsList.cc index 57f043059e7..dcd56eac0a7 100644 --- a/examples/extended/field/field04/src/F04PhysicsList.cc +++ b/examples/extended/field/field04/src/F04PhysicsList.cc @@ -39,12 +39,10 @@ #include "G4ProcessManager.hh" #include "G4StepLimiterPhysics.hh" -// #include "G4PhysListFactory.hh" #include "F04StepMax.hh" #include "FTFP_BERT.hh" #include "QGSP_BERT.hh" -#include "G4AutoDelete.hh" #include "G4DecayTable.hh" #include "G4DecayWithSpin.hh" #include "G4Electron.hh" @@ -62,7 +60,7 @@ G4ThreadLocal F04StepMax* F04PhysicsList::fStepMaxProcess = nullptr; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -F04PhysicsList::F04PhysicsList(G4String physName) : G4VModularPhysicsList() +F04PhysicsList::F04PhysicsList(const G4String& physName) : G4VModularPhysicsList() { G4LossTableManager::Instance(); @@ -107,8 +105,6 @@ F04PhysicsList::F04PhysicsList(G4String physName) : G4VModularPhysicsList() F04PhysicsList::~F04PhysicsList() { delete fMessenger; - - // delete fStepMaxProcess; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -137,7 +133,6 @@ void F04PhysicsList::ConstructProcess() G4VModularPhysicsList::ConstructProcess(); fStepMaxProcess = new F04StepMax(); - G4AutoDelete::Register(fStepMaxProcess); auto decayWithSpin = new G4DecayWithSpin(); @@ -250,7 +245,7 @@ void F04PhysicsList::SetStepMax(G4double step) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -F04StepMax* F04PhysicsList::GetStepMaxProcess() +F04StepMax* F04PhysicsList::GetStepMaxProcess() const { return fStepMaxProcess; } diff --git a/examples/extended/field/field05/History b/examples/extended/field/field05/History index f4ff75ed613..108cc4658a3 100644 --- a/examples/extended/field/field05/History +++ b/examples/extended/field/field05/History @@ -1,10 +1,16 @@ # Example field05 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! -## 2023-07-05 I. Hrivnacova (fieldex05-V11-01-00) +------------------------------------------------------------------------------- + +## 2024-09-18 Gabriele Cosmo (fieldex05-V11-02-00) +- Migrated to use G4RunManagerFactory. +- Use default MixMax random generator. + +## 2023-07-05 Ivana Hrivnacova (fieldex05-V11-01-00) - Clang-tidy, new coding guidelines - Clean-up trailing white-spaces diff --git a/examples/extended/field/field05/field05.cc b/examples/extended/field/field05/field05.cc index ab303be5c86..7fc8281e0cd 100644 --- a/examples/extended/field/field05/field05.cc +++ b/examples/extended/field/field05/field05.cc @@ -27,9 +27,6 @@ /// \file field/field05/field05.cc /// \brief Main program of the field/field05 example // -// -// -// //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -39,13 +36,8 @@ #include "G4Types.hh" -#ifdef G4MULTITHREADED -# include "G4MTRunManager.hh" -#else -# include "F05SteppingVerbose.hh" - -# include "G4RunManager.hh" -#endif +#include "G4RunManagerFactory.hh" +#include "F05SteppingVerbose.hh" #include "F05ActionInitialization.hh" #include "F05DetectorConstruction.hh" @@ -66,21 +58,16 @@ int main(int argc, char** argv) ui = new G4UIExecutive(argc, argv); } - // Choose the Random engine - // - G4Random::setTheEngine(new CLHEP::RanecuEngine); - G4int myseed = 1234; if (argc > 2) myseed = atoi(argv[argc - 1]); - // Construct the default run manager - // -#ifdef G4MULTITHREADED - G4MTRunManager* runManager = new G4MTRunManager; -#else - G4VSteppingVerbose::SetInstance(new F05SteppingVerbose); - auto runManager = new G4RunManager; -#endif + // Setting the application-specific SteppingVerbose + // + auto verbosity = new F05SteppingVerbose; + + // Construct the default run manager + // + auto runManager = G4RunManagerFactory::CreateRunManager(); G4Random::setTheSeed(myseed); @@ -122,6 +109,7 @@ int main(int argc, char** argv) // owned and deleted by the run manager, so they should not // be deleted in the main() program ! + delete verbosity; delete visManager; delete runManager; diff --git a/examples/extended/field/field05/field05.out b/examples/extended/field/field05/field05.out index a4512f0ec95..0be2b4d561d 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -1,3 +1,4 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ !!! WARNING - FPE detection is activated !!! @@ -10,7 +11,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,7 +22,7 @@ ***** Table : Nb of materials = 1 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -43,7 +44,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -110,7 +110,5 @@ Some /vis commands (optionally) take a string to specify colour. # # Run one event /run/beamOn 1 -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/field/field05/include/F05SteppingVerbose.hh b/examples/extended/field/field05/include/F05SteppingVerbose.hh index 39f94df60b4..9f6e0093cb4 100644 --- a/examples/extended/field/field05/include/F05SteppingVerbose.hh +++ b/examples/extended/field/field05/include/F05SteppingVerbose.hh @@ -26,9 +26,6 @@ /// \file field/field05/include/F05SteppingVerbose.hh /// \brief Definition of the F05SteppingVerbose class // -// -// -// //--------------------------------------------------------------- // // F05SteppingVerbose.hh @@ -54,7 +51,8 @@ class F05SteppingVerbose : public G4SteppingVerbose public: F05SteppingVerbose() = default; ~F05SteppingVerbose() override = default; - // Constructor/Destructor + + G4VSteppingVerbose* Clone() override { return new F05SteppingVerbose; } void StepInfo() override; void TrackingStarted() override; diff --git a/examples/extended/field/field06/History b/examples/extended/field/field06/History index 579b71a3f1e..5e338e246df 100644 --- a/examples/extended/field/field06/History +++ b/examples/extended/field/field06/History @@ -1,11 +1,15 @@ # Example field06 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- -## 2023-07-05 I. Hrivnacova (fieldex06-V11-01-00) +## 2024-09-18 Gabriele Cosmo (fieldex06-V11-02-00) +- Use default MixMax random generator. + +## 2023-07-05 Ivana Hrivnacova (fieldex06-V11-01-00) - Clang-tidy, new coding guidelines - Clean-up trailing white-spaces diff --git a/examples/extended/field/field06/field06.cc b/examples/extended/field/field06/field06.cc index 4581a696408..d08b6e7f327 100644 --- a/examples/extended/field/field06/field06.cc +++ b/examples/extended/field/field06/field06.cc @@ -27,9 +27,6 @@ /// \file field/field06/field06.cc /// \brief Main program of the field/field06 example // -// -// -// //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -99,10 +96,6 @@ int main(int argc, char** argv) ui = new G4UIExecutive(argc, argv, session); } - // Choose the Random engine - // - G4Random::setTheEngine(new CLHEP::RanecuEngine); - // Construct the default run manager // auto* runManager = G4RunManagerFactory::CreateRunManager(); diff --git a/examples/extended/field/field06/field06.out b/examples/extended/field/field06/field06.out index 9b344991dce..154e529b8aa 100644 --- a/examples/extended/field/field06/field06.out +++ b/examples/extended/field/field06/field06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 1 ***** - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -56,7 +56,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -134,8 +133,6 @@ Index : 0 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ===================================== G4EventManager::ProcessOneEvent() @@ -149,2195 +146,1149 @@ G4PrimaryTransformer::PrimaryVertex (0(mm),0(mm),0(mm),0(nsec)) ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 5.52e-14 0 0 0 World initStep - 1 -0.224 0.975 0.00541 5.51e-14 0 1 1 World StepLimiter - 2 -0.449 1.95 0.0108 5.5e-14 0 1 2 World StepLimiter - 3 -0.673 2.92 0.0162 5.49e-14 0 1 3 World StepLimiter - 4 -0.898 3.9 0.0217 5.48e-14 0 1 4 World StepLimiter - 5 -1.12 4.87 0.0271 5.47e-14 0 1 5 World StepLimiter - 6 -1.35 5.85 0.0325 5.46e-14 0 1 6 World StepLimiter - 7 -1.57 6.82 0.0379 5.45e-14 0 1 7 World StepLimiter - 8 -1.8 7.79 0.0434 5.44e-14 0 1 8 World StepLimiter - 9 -2.02 8.77 0.0488 5.43e-14 0 1 9 World StepLimiter - 10 -2.25 9.74 0.0543 5.42e-14 0 1 10 World StepLimiter - 11 -2.48 10.7 0.0597 5.41e-14 0 1 11 World StepLimiter - 12 -2.7 11.7 0.0652 5.4e-14 0 1 12 World StepLimiter - 13 -2.93 12.7 0.0707 5.39e-14 0 1 13 World StepLimiter - 14 -3.16 13.6 0.0761 5.38e-14 0 1 14 World StepLimiter - 15 -3.38 14.6 0.0816 5.37e-14 0 1 15 World StepLimiter - 16 -3.61 15.6 0.0871 5.36e-14 0 1 16 World StepLimiter - 17 -3.84 16.6 0.0926 5.35e-14 0 1 17 World StepLimiter - 18 -4.07 17.5 0.0981 5.34e-14 0 1 18 World StepLimiter - 19 -4.29 18.5 0.104 5.33e-14 0 1 19 World StepLimiter - 20 -4.52 19.5 0.109 5.32e-14 0 1 20 World StepLimiter - 21 -4.75 20.5 0.115 5.31e-14 0 1 21 World StepLimiter - 22 -4.98 21.4 0.12 5.3e-14 0 1 22 World StepLimiter - 23 -5.21 22.4 0.126 5.29e-14 0 1 23 World StepLimiter - 24 -5.44 23.4 0.131 5.28e-14 0 1 24 World StepLimiter - 25 -5.67 24.3 0.137 5.27e-14 0 1 25 World StepLimiter - 26 -5.9 25.3 0.142 5.26e-14 0 1 26 World StepLimiter - 27 -6.13 26.3 0.148 5.25e-14 0 1 27 World StepLimiter - 28 -6.36 27.3 0.153 5.24e-14 0 1 28 World StepLimiter - 29 -6.59 28.2 0.159 5.23e-14 0 1 29 World StepLimiter - 30 -6.82 29.2 0.164 5.22e-14 0 1 30 World StepLimiter - 31 -7.05 30.2 0.17 5.21e-14 0 1 31 World StepLimiter - 32 -7.28 31.2 0.175 5.2e-14 0 1 32 World StepLimiter - 33 -7.51 32.1 0.181 5.19e-14 0 1 33 World StepLimiter - 34 -7.74 33.1 0.187 5.18e-14 0 1 34 World StepLimiter - 35 -7.97 34.1 0.192 5.17e-14 0 1 35 World StepLimiter - 36 -8.2 35.1 0.198 5.16e-14 0 1 36 World StepLimiter - 37 -8.43 36 0.203 5.15e-14 0 1 37 World StepLimiter - 38 -8.67 37 0.209 5.14e-14 0 1 38 World StepLimiter - 39 -8.9 38 0.215 5.13e-14 0 1 39 World StepLimiter - 40 -9.13 38.9 0.22 5.12e-14 0 1 40 World StepLimiter - 41 -9.36 39.9 0.226 5.11e-14 0 1 41 World StepLimiter - 42 -9.6 40.9 0.231 5.1e-14 0 1 42 World StepLimiter - 43 -9.83 41.9 0.237 5.09e-14 0 1 43 World StepLimiter - 44 -10.1 42.8 0.243 5.08e-14 0 1 44 World StepLimiter - 45 -10.3 43.8 0.248 5.07e-14 0 1 45 World StepLimiter - 46 -10.5 44.8 0.254 5.06e-14 0 1 46 World StepLimiter - 47 -10.8 45.7 0.26 5.05e-14 0 1 47 World StepLimiter - 48 -11 46.7 0.265 5.04e-14 0 1 48 World StepLimiter - 49 -11.2 47.7 0.271 5.03e-14 0 1 49 World StepLimiter - 50 -11.5 48.7 0.277 5.02e-14 0 1 50 World StepLimiter - 51 -11.7 49.6 0.282 5.01e-14 0 1 51 World StepLimiter - 52 -11.9 50.6 0.288 5e-14 0 1 52 World StepLimiter - 53 -12.2 51.6 0.294 4.99e-14 0 1 53 World StepLimiter - 54 -12.4 52.6 0.299 4.98e-14 0 1 54 World StepLimiter - 55 -12.6 53.5 0.305 4.97e-14 0 1 55 World StepLimiter - 56 -12.9 54.5 0.311 4.96e-14 0 1 56 World StepLimiter - 57 -13.1 55.5 0.316 4.95e-14 0 1 57 World StepLimiter - 58 -13.4 56.4 0.322 4.94e-14 0 1 58 World StepLimiter - 59 -13.6 57.4 0.328 4.93e-14 0 1 59 World StepLimiter - 60 -13.8 58.4 0.333 4.92e-14 0 1 60 World StepLimiter - 61 -14.1 59.4 0.339 4.91e-14 0 1 61 World StepLimiter - 62 -14.3 60.3 0.345 4.9e-14 0 1 62 World StepLimiter - 63 -14.5 61.3 0.351 4.89e-14 0 1 63 World StepLimiter - 64 -14.8 62.3 0.356 4.88e-14 0 1 64 World StepLimiter - 65 -15 63.2 0.362 4.87e-14 0 1 65 World StepLimiter - 66 -15.3 64.2 0.368 4.86e-14 0 1 66 World StepLimiter - 67 -15.5 65.2 0.374 4.85e-14 0 1 67 World StepLimiter - 68 -15.7 66.2 0.379 4.84e-14 0 1 68 World StepLimiter - 69 -16 67.1 0.385 4.83e-14 0 1 69 World StepLimiter - 70 -16.2 68.1 0.391 4.82e-14 0 1 70 World StepLimiter - 71 -16.5 69.1 0.397 4.81e-14 0 1 71 World StepLimiter - 72 -16.7 70 0.403 4.8e-14 0 1 72 World StepLimiter - 73 -16.9 71 0.408 4.79e-14 0 1 73 World StepLimiter - 74 -17.2 72 0.414 4.78e-14 0 1 74 World StepLimiter - 75 -17.4 72.9 0.42 4.77e-14 0 1 75 World StepLimiter - 76 -17.7 73.9 0.426 4.76e-14 0 1 76 World StepLimiter - 77 -17.9 74.9 0.432 4.75e-14 0 1 77 World StepLimiter - 78 -18.1 75.9 0.437 4.74e-14 0 1 78 World StepLimiter - 79 -18.4 76.8 0.443 4.73e-14 0 1 79 World StepLimiter - 80 -18.6 77.8 0.449 4.72e-14 0 1 80 World StepLimiter - 81 -18.9 78.8 0.455 4.71e-14 0 1 81 World StepLimiter - 82 -19.1 79.7 0.461 4.7e-14 0 1 82 World StepLimiter - 83 -19.4 80.7 0.467 4.69e-14 0 1 83 World StepLimiter - 84 -19.6 81.7 0.473 4.68e-14 0 1 84 World StepLimiter - 85 -19.8 82.6 0.478 4.67e-14 0 1 85 World StepLimiter - 86 -20.1 83.6 0.484 4.66e-14 0 1 86 World StepLimiter - 87 -20.3 84.6 0.49 4.65e-14 0 1 87 World StepLimiter - 88 -20.6 85.6 0.496 4.64e-14 0 1 88 World StepLimiter - 89 -20.8 86.5 0.502 4.63e-14 0 1 89 World StepLimiter - 90 -21.1 87.5 0.508 4.62e-14 0 1 90 World StepLimiter - 91 -21.3 88.5 0.514 4.61e-14 0 1 91 World StepLimiter - 92 -21.6 89.4 0.52 4.6e-14 0 1 92 World StepLimiter - 93 -21.8 90.4 0.526 4.59e-14 0 1 93 World StepLimiter - 94 -22 91.4 0.532 4.58e-14 0 1 94 World StepLimiter - 95 -22.3 92.3 0.537 4.57e-14 0 1 95 World StepLimiter - 96 -22.5 93.3 0.543 4.56e-14 0 1 96 World StepLimiter - 97 -22.8 94.3 0.549 4.55e-14 0 1 97 World StepLimiter - 98 -23 95.3 0.555 4.54e-14 0 1 98 World StepLimiter - 99 -23.3 96.2 0.561 4.53e-14 0 1 99 World StepLimiter - 100 -23.5 97.2 0.567 4.52e-14 0 1 100 World StepLimiter - 101 -23.8 98.2 0.573 4.51e-14 0 1 101 World StepLimiter - 102 -24 99.1 0.579 4.5e-14 0 1 102 World StepLimiter - 103 -24.3 100 0.585 4.49e-14 0 1 103 World StepLimiter - 104 -24.5 101 0.591 4.48e-14 0 1 104 World StepLimiter - 105 -24.8 102 0.597 4.47e-14 0 1 105 World StepLimiter - 106 -25 103 0.603 4.46e-14 0 1 106 World StepLimiter - 107 -25.3 104 0.609 4.45e-14 0 1 107 World StepLimiter - 108 -25.5 105 0.615 4.44e-14 0 1 108 World StepLimiter - 109 -25.8 106 0.621 4.43e-14 0 1 109 World StepLimiter - 110 -26 107 0.627 4.42e-14 0 1 110 World StepLimiter - 111 -26.3 108 0.633 4.41e-14 0 1 111 World StepLimiter - 112 -26.5 109 0.639 4.4e-14 0 1 112 World StepLimiter - 113 -26.8 110 0.645 4.39e-14 0 1 113 World StepLimiter - 114 -27 111 0.651 4.38e-14 0 1 114 World StepLimiter - 115 -27.3 112 0.657 4.37e-14 0 1 115 World StepLimiter - 116 -27.5 113 0.664 4.36e-14 0 1 116 World StepLimiter - 117 -27.8 114 0.67 4.35e-14 0 1 117 World StepLimiter - 118 -28 115 0.676 4.34e-14 0 1 118 World StepLimiter - 119 -28.3 116 0.682 4.33e-14 0 1 119 World StepLimiter - 120 -28.5 117 0.688 4.32e-14 0 1 120 World StepLimiter - 121 -28.8 118 0.694 4.31e-14 0 1 121 World StepLimiter - 122 -29 118 0.7 4.3e-14 0 1 122 World StepLimiter - 123 -29.3 119 0.706 4.29e-14 0 1 123 World StepLimiter - 124 -29.5 120 0.712 4.28e-14 0 1 124 World StepLimiter - 125 -29.8 121 0.719 4.27e-14 0 1 125 World StepLimiter - 126 -30.1 122 0.725 4.26e-14 0 1 126 World StepLimiter - 127 -30.3 123 0.731 4.25e-14 0 1 127 World StepLimiter - 128 -30.6 124 0.737 4.24e-14 0 1 128 World StepLimiter - 129 -30.8 125 0.743 4.23e-14 0 1 129 World StepLimiter - 130 -31.1 126 0.749 4.22e-14 0 1 130 World StepLimiter - 131 -31.3 127 0.756 4.21e-14 0 1 131 World StepLimiter - 132 -31.6 128 0.762 4.2e-14 0 1 132 World StepLimiter - 133 -31.8 129 0.768 4.19e-14 0 1 133 World StepLimiter - 134 -32.1 130 0.774 4.18e-14 0 1 134 World StepLimiter - 135 -32.4 131 0.78 4.17e-14 0 1 135 World StepLimiter - 136 -32.6 132 0.787 4.16e-14 0 1 136 World StepLimiter - 137 -32.9 133 0.793 4.15e-14 0 1 137 World StepLimiter - 138 -33.1 134 0.799 4.14e-14 0 1 138 World StepLimiter - 139 -33.4 135 0.805 4.13e-14 0 1 139 World StepLimiter - 140 -33.7 136 0.811 4.12e-14 0 1 140 World StepLimiter - 141 -33.9 137 0.818 4.11e-14 0 1 141 World StepLimiter - 142 -34.2 138 0.824 4.1e-14 0 1 142 World StepLimiter - 143 -34.4 139 0.83 4.09e-14 0 1 143 World StepLimiter - 144 -34.7 140 0.837 4.08e-14 0 1 144 World StepLimiter - 145 -35 141 0.843 4.07e-14 0 1 145 World StepLimiter - 146 -35.2 142 0.849 4.06e-14 0 1 146 World StepLimiter - 147 -35.5 143 0.855 4.05e-14 0 1 147 World StepLimiter - 148 -35.7 144 0.862 4.04e-14 0 1 148 World StepLimiter - 149 -36 145 0.868 4.03e-14 0 1 149 World StepLimiter - 150 -36.3 146 0.874 4.02e-14 0 1 150 World StepLimiter - 151 -36.5 147 0.881 4.01e-14 0 1 151 World StepLimiter - 152 -36.8 147 0.887 4e-14 0 1 152 World StepLimiter - 153 -37 148 0.893 3.99e-14 0 1 153 World StepLimiter - 154 -37.3 149 0.9 3.98e-14 0 1 154 World StepLimiter - 155 -37.6 150 0.906 3.97e-14 0 1 155 World StepLimiter - 156 -37.8 151 0.912 3.96e-14 0 1 156 World StepLimiter - 157 -38.1 152 0.919 3.95e-14 0 1 157 World StepLimiter - 158 -38.4 153 0.925 3.94e-14 0 1 158 World StepLimiter - 159 -38.6 154 0.932 3.93e-14 0 1 159 World StepLimiter - 160 -38.9 155 0.938 3.92e-14 0 1 160 World StepLimiter - 161 -39.2 156 0.944 3.91e-14 0 1 161 World StepLimiter - 162 -39.4 157 0.951 3.9e-14 0 1 162 World StepLimiter - 163 -39.7 158 0.957 3.89e-14 0 1 163 World StepLimiter - 164 -40 159 0.964 3.88e-14 0 1 164 World StepLimiter - 165 -40.2 160 0.97 3.87e-14 0 1 165 World StepLimiter - 166 -40.5 161 0.977 3.86e-14 0 1 166 World StepLimiter - 167 -40.8 162 0.983 3.86e-14 0 1 167 World StepLimiter - 168 -41 163 0.989 3.85e-14 0 1 168 World StepLimiter - 169 -41.3 164 0.996 3.84e-14 0 1 169 World StepLimiter - 170 -41.6 165 1 3.83e-14 0 1 170 World StepLimiter - 171 -41.8 166 1.01 3.82e-14 0 1 171 World StepLimiter - 172 -42.1 167 1.02 3.81e-14 0 1 172 World StepLimiter - 173 -42.4 168 1.02 3.8e-14 0 1 173 World StepLimiter - 174 -42.7 169 1.03 3.79e-14 0 1 174 World StepLimiter - 175 -42.9 170 1.03 3.78e-14 0 1 175 World StepLimiter - 176 -43.2 171 1.04 3.77e-14 0 1 176 World StepLimiter - 177 -43.5 172 1.05 3.76e-14 0 1 177 World StepLimiter - 178 -43.7 173 1.05 3.75e-14 0 1 178 World StepLimiter - 179 -44 173 1.06 3.74e-14 0 1 179 World StepLimiter - 180 -44.3 174 1.07 3.73e-14 0 1 180 World StepLimiter - 181 -44.6 175 1.07 3.72e-14 0 1 181 World StepLimiter - 182 -44.8 176 1.08 3.71e-14 0 1 182 World StepLimiter - 183 -45.1 177 1.09 3.7e-14 0 1 183 World StepLimiter - 184 -45.4 178 1.09 3.69e-14 0 1 184 World StepLimiter - 185 -45.6 179 1.1 3.68e-14 0 1 185 World StepLimiter - 186 -45.9 180 1.11 3.67e-14 0 1 186 World StepLimiter - 187 -46.2 181 1.11 3.66e-14 0 1 187 World StepLimiter - 188 -46.5 182 1.12 3.65e-14 0 1 188 World StepLimiter - 189 -46.7 183 1.13 3.64e-14 0 1 189 World StepLimiter - 190 -47 184 1.13 3.63e-14 0 1 190 World StepLimiter - 191 -47.3 185 1.14 3.62e-14 0 1 191 World StepLimiter - 192 -47.6 186 1.15 3.61e-14 0 1 192 World StepLimiter - 193 -47.9 187 1.15 3.6e-14 0 1 193 World StepLimiter - 194 -48.1 188 1.16 3.59e-14 0 1 194 World StepLimiter - 195 -48.4 189 1.17 3.58e-14 0 1 195 World StepLimiter - 196 -48.7 190 1.17 3.57e-14 0 1 196 World StepLimiter - 197 -49 191 1.18 3.56e-14 0 1 197 World StepLimiter - 198 -49.2 192 1.19 3.55e-14 0 1 198 World StepLimiter - 199 -49.5 193 1.19 3.54e-14 0 1 199 World StepLimiter - 200 -49.8 194 1.2 3.53e-14 0 1 200 World StepLimiter - 201 -50.1 195 1.21 3.52e-14 0 1 201 World StepLimiter - 202 -50.4 196 1.21 3.51e-14 0 1 202 World StepLimiter - 203 -50.6 197 1.22 3.5e-14 0 1 203 World StepLimiter - 204 -50.9 198 1.23 3.49e-14 0 1 204 World StepLimiter - 205 -51.2 198 1.23 3.48e-14 0 1 205 World StepLimiter - 206 -51.5 199 1.24 3.47e-14 0 1 206 World StepLimiter - 207 -51.8 200 1.25 3.46e-14 0 1 207 World StepLimiter - 208 -52.1 201 1.26 3.45e-14 0 1 208 World StepLimiter - 209 -52.3 202 1.26 3.44e-14 0 1 209 World StepLimiter - 210 -52.6 203 1.27 3.43e-14 0 1 210 World StepLimiter - 211 -52.9 204 1.28 3.42e-14 0 1 211 World StepLimiter - 212 -53.2 205 1.28 3.41e-14 0 1 212 World StepLimiter - 213 -53.5 206 1.29 3.4e-14 0 1 213 World StepLimiter - 214 -53.8 207 1.3 3.39e-14 0 1 214 World StepLimiter - 215 -54.1 208 1.3 3.38e-14 0 1 215 World StepLimiter - 216 -54.3 209 1.31 3.37e-14 0 1 216 World StepLimiter - 217 -54.6 210 1.32 3.36e-14 0 1 217 World StepLimiter - 218 -54.9 211 1.32 3.35e-14 0 1 218 World StepLimiter - 219 -55.2 212 1.33 3.34e-14 0 1 219 World StepLimiter - 220 -55.5 213 1.34 3.33e-14 0 1 220 World StepLimiter - 221 -55.8 214 1.34 3.32e-14 0 1 221 World StepLimiter - 222 -56.1 215 1.35 3.31e-14 0 1 222 World StepLimiter - 223 -56.4 216 1.36 3.3e-14 0 1 223 World StepLimiter - 224 -56.6 217 1.37 3.29e-14 0 1 224 World StepLimiter - 225 -56.9 218 1.37 3.28e-14 0 1 225 World StepLimiter - 226 -57.2 219 1.38 3.27e-14 0 1 226 World StepLimiter - 227 -57.5 220 1.39 3.26e-14 0 1 227 World StepLimiter - 228 -57.8 220 1.39 3.25e-14 0 1 228 World StepLimiter - 229 -58.1 221 1.4 3.24e-14 0 1 229 World StepLimiter - 230 -58.4 222 1.41 3.23e-14 0 1 230 World StepLimiter - 231 -58.7 223 1.42 3.23e-14 0 1 231 World StepLimiter - 232 -59 224 1.42 3.22e-14 0 1 232 World StepLimiter - 233 -59.3 225 1.43 3.21e-14 0 1 233 World StepLimiter - 234 -59.6 226 1.44 3.2e-14 0 1 234 World StepLimiter - 235 -59.9 227 1.44 3.19e-14 0 1 235 World StepLimiter - 236 -60.2 228 1.45 3.18e-14 0 1 236 World StepLimiter - 237 -60.5 229 1.46 3.17e-14 0 1 237 World StepLimiter - 238 -60.7 230 1.46 3.16e-14 0 1 238 World StepLimiter - 239 -61 231 1.47 3.15e-14 0 1 239 World StepLimiter - 240 -61.3 232 1.48 3.14e-14 0 1 240 World StepLimiter - 241 -61.6 233 1.49 3.13e-14 0 1 241 World StepLimiter - 242 -61.9 234 1.49 3.12e-14 0 1 242 World StepLimiter - 243 -62.2 235 1.5 3.11e-14 0 1 243 World StepLimiter - 244 -62.5 236 1.51 3.1e-14 0 1 244 World StepLimiter - 245 -62.8 237 1.52 3.09e-14 0 1 245 World StepLimiter - 246 -63.1 238 1.52 3.08e-14 0 1 246 World StepLimiter - 247 -63.4 239 1.53 3.07e-14 0 1 247 World StepLimiter - 248 -63.7 240 1.54 3.06e-14 0 1 248 World StepLimiter - 249 -64 241 1.54 3.05e-14 0 1 249 World StepLimiter - 250 -64.3 242 1.55 3.04e-14 0 1 250 World StepLimiter - 251 -64.6 242 1.56 3.03e-14 0 1 251 World StepLimiter - 252 -64.9 243 1.57 3.02e-14 0 1 252 World StepLimiter - 253 -65.2 244 1.57 3.01e-14 0 1 253 World StepLimiter - 254 -65.5 245 1.58 3e-14 0 1 254 World StepLimiter - 255 -65.9 246 1.59 2.99e-14 0 1 255 World StepLimiter - 256 -66.2 247 1.6 2.98e-14 0 1 256 World StepLimiter - 257 -66.5 248 1.6 2.97e-14 0 1 257 World StepLimiter - 258 -66.8 249 1.61 2.96e-14 0 1 258 World StepLimiter - 259 -67.1 250 1.62 2.95e-14 0 1 259 World StepLimiter - 260 -67.4 251 1.62 2.94e-14 0 1 260 World StepLimiter - 261 -67.7 252 1.63 2.93e-14 0 1 261 World StepLimiter - 262 -68 253 1.64 2.92e-14 0 1 262 World StepLimiter - 263 -68.3 254 1.65 2.91e-14 0 1 263 World StepLimiter - 264 -68.6 255 1.65 2.9e-14 0 1 264 World StepLimiter - 265 -68.9 256 1.66 2.89e-14 0 1 265 World StepLimiter - 266 -69.2 257 1.67 2.88e-14 0 1 266 World StepLimiter - 267 -69.5 258 1.68 2.87e-14 0 1 267 World StepLimiter - 268 -69.9 259 1.68 2.86e-14 0 1 268 World StepLimiter - 269 -70.2 260 1.69 2.85e-14 0 1 269 World StepLimiter - 270 -70.5 261 1.7 2.84e-14 0 1 270 World StepLimiter - 271 -70.8 261 1.71 2.83e-14 0 1 271 World StepLimiter - 272 -71.1 262 1.71 2.82e-14 0 1 272 World StepLimiter - 273 -71.4 263 1.72 2.81e-14 0 1 273 World StepLimiter - 274 -71.7 264 1.73 2.8e-14 0 1 274 World StepLimiter - 275 -72 265 1.74 2.8e-14 0 1 275 World StepLimiter - 276 -72.4 266 1.74 2.79e-14 0 1 276 World StepLimiter - 277 -72.7 267 1.75 2.78e-14 0 1 277 World StepLimiter - 278 -73 268 1.76 2.77e-14 0 1 278 World StepLimiter - 279 -73.3 269 1.77 2.76e-14 0 1 279 World StepLimiter - 280 -73.6 270 1.78 2.75e-14 0 1 280 World StepLimiter - 281 -73.9 271 1.78 2.74e-14 0 1 281 World StepLimiter - 282 -74.3 272 1.79 2.73e-14 0 1 282 World StepLimiter - 283 -74.6 273 1.8 2.72e-14 0 1 283 World StepLimiter - 284 -74.9 274 1.81 2.71e-14 0 1 284 World StepLimiter - 285 -75.2 275 1.81 2.7e-14 0 1 285 World StepLimiter - 286 -75.5 276 1.82 2.69e-14 0 1 286 World StepLimiter - 287 -75.9 277 1.83 2.68e-14 0 1 287 World StepLimiter - 288 -76.2 278 1.84 2.67e-14 0 1 288 World StepLimiter - 289 -76.5 279 1.84 2.66e-14 0 1 289 World StepLimiter - 290 -76.8 280 1.85 2.65e-14 0 1 290 World StepLimiter - 291 -77.1 280 1.86 2.64e-14 0 1 291 World StepLimiter - 292 -77.5 281 1.87 2.63e-14 0 1 292 World StepLimiter - 293 -77.8 282 1.88 2.62e-14 0 1 293 World StepLimiter - 294 -78.1 283 1.88 2.61e-14 0 1 294 World StepLimiter - 295 -78.4 284 1.89 2.6e-14 0 1 295 World StepLimiter - 296 -78.8 285 1.9 2.59e-14 0 1 296 World StepLimiter - 297 -79.1 286 1.91 2.58e-14 0 1 297 World StepLimiter - 298 -79.4 287 1.92 2.57e-14 0 1 298 World StepLimiter - 299 -79.8 288 1.92 2.56e-14 0 1 299 World StepLimiter - 300 -80.1 289 1.93 2.55e-14 0 1 300 World StepLimiter - 301 -80.4 290 1.94 2.54e-14 0 1 301 World StepLimiter - 302 -80.7 291 1.95 2.53e-14 0 1 302 World StepLimiter - 303 -81.1 292 1.96 2.52e-14 0 1 303 World StepLimiter - 304 -81.4 293 1.96 2.51e-14 0 1 304 World StepLimiter - 305 -81.7 294 1.97 2.5e-14 0 1 305 World StepLimiter - 306 -82.1 295 1.98 2.49e-14 0 1 306 World StepLimiter - 307 -82.4 296 1.99 2.48e-14 0 1 307 World StepLimiter - 308 -82.7 297 2 2.47e-14 0 1 308 World StepLimiter - 309 -83.1 297 2 2.47e-14 0 1 309 World StepLimiter - 310 -83.4 298 2.01 2.46e-14 0 1 310 World StepLimiter - 311 -83.7 299 2.02 2.45e-14 0 1 311 World StepLimiter - 312 -84.1 300 2.03 2.44e-14 0 1 312 World StepLimiter - 313 -84.4 301 2.04 2.43e-14 0 1 313 World StepLimiter - 314 -84.8 302 2.04 2.42e-14 0 1 314 World StepLimiter - 315 -85.1 303 2.05 2.41e-14 0 1 315 World StepLimiter - 316 -85.4 304 2.06 2.4e-14 0 1 316 World StepLimiter - 317 -85.8 305 2.07 2.39e-14 0 1 317 World StepLimiter - 318 -86.1 306 2.08 2.38e-14 0 1 318 World StepLimiter - 319 -86.5 307 2.08 2.37e-14 0 1 319 World StepLimiter - 320 -86.8 308 2.09 2.36e-14 0 1 320 World StepLimiter - 321 -87.1 309 2.1 2.35e-14 0 1 321 World StepLimiter - 322 -87.5 310 2.11 2.34e-14 0 1 322 World StepLimiter - 323 -87.8 311 2.12 2.33e-14 0 1 323 World StepLimiter - 324 -88.2 312 2.13 2.32e-14 0 1 324 World StepLimiter - 325 -88.5 312 2.13 2.31e-14 0 1 325 World StepLimiter - 326 -88.9 313 2.14 2.3e-14 0 1 326 World StepLimiter - 327 -89.2 314 2.15 2.29e-14 0 1 327 World StepLimiter - 328 -89.6 315 2.16 2.28e-14 0 1 328 World StepLimiter - 329 -89.9 316 2.17 2.27e-14 0 1 329 World StepLimiter - 330 -90.3 317 2.18 2.26e-14 0 1 330 World StepLimiter - 331 -90.6 318 2.19 2.25e-14 0 1 331 World StepLimiter - 332 -91 319 2.19 2.24e-14 0 1 332 World StepLimiter - 333 -91.3 320 2.2 2.23e-14 0 1 333 World StepLimiter - 334 -91.7 321 2.21 2.22e-14 0 1 334 World StepLimiter - 335 -92 322 2.22 2.21e-14 0 1 335 World StepLimiter - 336 -92.4 323 2.23 2.21e-14 0 1 336 World StepLimiter - 337 -92.7 324 2.24 2.2e-14 0 1 337 World StepLimiter - 338 -93.1 325 2.24 2.19e-14 0 1 338 World StepLimiter - 339 -93.4 326 2.25 2.18e-14 0 1 339 World StepLimiter - 340 -93.8 327 2.26 2.17e-14 0 1 340 World StepLimiter - 341 -94.2 327 2.27 2.16e-14 0 1 341 World StepLimiter - 342 -94.5 328 2.28 2.15e-14 0 1 342 World StepLimiter - 343 -94.9 329 2.29 2.14e-14 0 1 343 World StepLimiter - 344 -95.2 330 2.3 2.13e-14 0 1 344 World StepLimiter - 345 -95.6 331 2.31 2.12e-14 0 1 345 World StepLimiter - 346 -96 332 2.31 2.11e-14 0 1 346 World StepLimiter - 347 -96.3 333 2.32 2.1e-14 0 1 347 World StepLimiter - 348 -96.7 334 2.33 2.09e-14 0 1 348 World StepLimiter - 349 -97.1 335 2.34 2.08e-14 0 1 349 World StepLimiter - 350 -97.4 336 2.35 2.07e-14 0 1 350 World StepLimiter - 351 -97.8 337 2.36 2.06e-14 0 1 351 World StepLimiter - 352 -98.2 338 2.37 2.05e-14 0 1 352 World StepLimiter - 353 -98.5 339 2.38 2.04e-14 0 1 353 World StepLimiter - 354 -98.9 340 2.38 2.03e-14 0 1 354 World StepLimiter - 355 -99.3 341 2.39 2.02e-14 0 1 355 World StepLimiter - 356 -99.6 341 2.4 2.01e-14 0 1 356 World StepLimiter - 357 -100 342 2.41 2e-14 0 1 357 World StepLimiter - 358 -100 343 2.42 2e-14 0 1 358 World StepLimiter - 359 -101 344 2.43 1.99e-14 0 1 359 World StepLimiter - 360 -101 345 2.44 1.98e-14 0 1 360 World StepLimiter - 361 -101 346 2.45 1.97e-14 0 1 361 World StepLimiter - 362 -102 347 2.46 1.96e-14 0 1 362 World StepLimiter - 363 -102 348 2.47 1.95e-14 0 1 363 World StepLimiter - 364 -103 349 2.47 1.94e-14 0 1 364 World StepLimiter - 365 -103 350 2.48 1.93e-14 0 1 365 World StepLimiter - 366 -103 351 2.49 1.92e-14 0 1 366 World StepLimiter - 367 -104 352 2.5 1.91e-14 0 1 367 World StepLimiter - 368 -104 353 2.51 1.9e-14 0 1 368 World StepLimiter - 369 -105 353 2.52 1.89e-14 0 1 369 World StepLimiter - 370 -105 354 2.53 1.88e-14 0 1 370 World StepLimiter - 371 -105 355 2.54 1.87e-14 0 1 371 World StepLimiter - 372 -106 356 2.55 1.86e-14 0 1 372 World StepLimiter - 373 -106 357 2.56 1.85e-14 0 1 373 World StepLimiter - 374 -106 358 2.57 1.84e-14 0 1 374 World StepLimiter - 375 -107 359 2.58 1.83e-14 0 1 375 World StepLimiter - 376 -107 360 2.59 1.82e-14 0 1 376 World StepLimiter - 377 -108 361 2.59 1.82e-14 0 1 377 World StepLimiter - 378 -108 362 2.6 1.81e-14 0 1 378 World StepLimiter - 379 -108 363 2.61 1.8e-14 0 1 379 World StepLimiter - 380 -109 364 2.62 1.79e-14 0 1 380 World StepLimiter - 381 -109 365 2.63 1.78e-14 0 1 381 World StepLimiter - 382 -110 365 2.64 1.77e-14 0 1 382 World StepLimiter - 383 -110 366 2.65 1.76e-14 0 1 383 World StepLimiter - 384 -110 367 2.66 1.75e-14 0 1 384 World StepLimiter - 385 -111 368 2.67 1.74e-14 0 1 385 World StepLimiter - 386 -111 369 2.68 1.73e-14 0 1 386 World StepLimiter - 387 -112 370 2.69 1.72e-14 0 1 387 World StepLimiter - 388 -112 371 2.7 1.71e-14 0 1 388 World StepLimiter - 389 -112 372 2.71 1.7e-14 0 1 389 World StepLimiter - 390 -113 373 2.72 1.69e-14 0 1 390 World StepLimiter - 391 -113 374 2.73 1.68e-14 0 1 391 World StepLimiter - 392 -114 375 2.74 1.67e-14 0 1 392 World StepLimiter - 393 -114 376 2.75 1.66e-14 0 1 393 World StepLimiter - 394 -114 376 2.76 1.66e-14 0 1 394 World StepLimiter - 395 -115 377 2.77 1.65e-14 0 1 395 World StepLimiter - 396 -115 378 2.78 1.64e-14 0 1 396 World StepLimiter - 397 -116 379 2.79 1.63e-14 0 1 397 World StepLimiter - 398 -116 380 2.8 1.62e-14 0 1 398 World StepLimiter - 399 -116 381 2.81 1.61e-14 0 1 399 World StepLimiter - 400 -117 382 2.82 1.6e-14 0 1 400 World StepLimiter - 401 -117 383 2.83 1.59e-14 0 1 401 World StepLimiter - 402 -118 384 2.84 1.58e-14 0 1 402 World StepLimiter - 403 -118 385 2.85 1.57e-14 0 1 403 World StepLimiter - 404 -119 386 2.86 1.56e-14 0 1 404 World StepLimiter - 405 -119 386 2.87 1.55e-14 0 1 405 World StepLimiter - 406 -119 387 2.88 1.54e-14 0 1 406 World StepLimiter - 407 -120 388 2.89 1.53e-14 0 1 407 World StepLimiter - 408 -120 389 2.9 1.52e-14 0 1 408 World StepLimiter - 409 -121 390 2.91 1.52e-14 0 1 409 World StepLimiter - 410 -121 391 2.92 1.51e-14 0 1 410 World StepLimiter - 411 -122 392 2.93 1.5e-14 0 1 411 World StepLimiter - 412 -122 393 2.94 1.49e-14 0 1 412 World StepLimiter - 413 -122 394 2.95 1.48e-14 0 1 413 World StepLimiter - 414 -123 395 2.96 1.47e-14 0 1 414 World StepLimiter - 415 -123 395 2.97 1.46e-14 0 1 415 World StepLimiter - 416 -124 396 2.98 1.45e-14 0 1 416 World StepLimiter - 417 -124 397 2.99 1.44e-14 0 1 417 World StepLimiter - 418 -125 398 3 1.43e-14 0 1 418 World StepLimiter - 419 -125 399 3.01 1.42e-14 0 1 419 World StepLimiter - 420 -125 400 3.03 1.41e-14 0 1 420 World StepLimiter - 421 -126 401 3.04 1.4e-14 0 1 421 World StepLimiter - 422 -126 402 3.05 1.4e-14 0 1 422 World StepLimiter - 423 -127 403 3.06 1.39e-14 0 1 423 World StepLimiter - 424 -127 404 3.07 1.38e-14 0 1 424 World StepLimiter - 425 -128 404 3.08 1.37e-14 0 1 425 World StepLimiter - 426 -128 405 3.09 1.36e-14 0 1 426 World StepLimiter - 427 -129 406 3.1 1.35e-14 0 1 427 World StepLimiter - 428 -129 407 3.11 1.34e-14 0 1 428 World StepLimiter - 429 -130 408 3.12 1.33e-14 0 1 429 World StepLimiter - 430 -130 409 3.13 1.32e-14 0 1 430 World StepLimiter - 431 -130 410 3.14 1.31e-14 0 1 431 World StepLimiter - 432 -131 411 3.16 1.3e-14 0 1 432 World StepLimiter - 433 -131 412 3.17 1.3e-14 0 1 433 World StepLimiter - 434 -132 412 3.18 1.29e-14 0 1 434 World StepLimiter - 435 -132 413 3.19 1.28e-14 0 1 435 World StepLimiter - 436 -133 414 3.2 1.27e-14 0 1 436 World StepLimiter - 437 -133 415 3.21 1.26e-14 0 1 437 World StepLimiter - 438 -134 416 3.22 1.25e-14 0 1 438 World StepLimiter - 439 -134 417 3.23 1.24e-14 0 1 439 World StepLimiter - 440 -135 418 3.25 1.23e-14 0 1 440 World StepLimiter - 441 -135 419 3.26 1.22e-14 0 1 441 World StepLimiter - 442 -136 419 3.27 1.21e-14 0 1 442 World StepLimiter - 443 -136 420 3.28 1.2e-14 0 1 443 World StepLimiter - 444 -137 421 3.29 1.2e-14 0 1 444 World StepLimiter - 445 -137 422 3.3 1.19e-14 0 1 445 World StepLimiter - 446 -137 423 3.32 1.18e-14 0 1 446 World StepLimiter - 447 -138 424 3.33 1.17e-14 0 1 447 World StepLimiter - 448 -138 425 3.34 1.16e-14 0 1 448 World StepLimiter - 449 -139 426 3.35 1.15e-14 0 1 449 World StepLimiter - 450 -139 426 3.36 1.14e-14 0 1 450 World StepLimiter - 451 -140 427 3.37 1.13e-14 0 1 451 World StepLimiter - 452 -140 428 3.39 1.12e-14 0 1 452 World StepLimiter - 453 -141 429 3.4 1.12e-14 0 1 453 World StepLimiter - 454 -141 430 3.41 1.11e-14 0 1 454 World StepLimiter - 455 -142 431 3.42 1.1e-14 0 1 455 World StepLimiter - 456 -142 432 3.43 1.09e-14 0 1 456 World StepLimiter - 457 -143 433 3.45 1.08e-14 0 1 457 World StepLimiter - 458 -143 433 3.46 1.07e-14 0 1 458 World StepLimiter - 459 -144 434 3.47 1.06e-14 0 1 459 World StepLimiter - 460 -144 435 3.48 1.05e-14 0 1 460 World StepLimiter - 461 -145 436 3.5 1.04e-14 0 1 461 World StepLimiter - 462 -146 437 3.51 1.04e-14 0 1 462 World StepLimiter - 463 -146 438 3.52 1.03e-14 0 1 463 World StepLimiter - 464 -147 439 3.53 1.02e-14 0 1 464 World StepLimiter - 465 -147 439 3.55 1.01e-14 0 1 465 World StepLimiter - 466 -148 440 3.56 1e-14 0 1 466 World StepLimiter - 467 -148 441 3.57 9.92e-15 0 1 467 World StepLimiter - 468 -149 442 3.58 9.83e-15 0 1 468 World StepLimiter - 469 -149 443 3.6 9.75e-15 0 1 469 World StepLimiter - 470 -150 444 3.61 9.66e-15 0 1 470 World StepLimiter - 471 -150 445 3.62 9.57e-15 0 1 471 World StepLimiter - 472 -151 445 3.64 9.49e-15 0 1 472 World StepLimiter - 473 -151 446 3.65 9.4e-15 0 1 473 World StepLimiter - 474 -152 447 3.66 9.31e-15 0 1 474 World StepLimiter - 475 -152 448 3.68 9.23e-15 0 1 475 World StepLimiter - 476 -153 449 3.69 9.14e-15 0 1 476 World StepLimiter - 477 -154 450 3.7 9.06e-15 0 1 477 World StepLimiter - 478 -154 450 3.72 8.97e-15 0 1 478 World StepLimiter - 479 -155 451 3.73 8.89e-15 0 1 479 World StepLimiter - 480 -155 452 3.74 8.8e-15 0 1 480 World StepLimiter - 481 -156 453 3.76 8.72e-15 0 1 481 World StepLimiter - 482 -156 454 3.77 8.63e-15 0 1 482 World StepLimiter - 483 -157 454 3.78 8.55e-15 0 1 483 World StepLimiter - 484 -157 455 3.8 8.46e-15 0 1 484 World StepLimiter - 485 -158 456 3.81 8.38e-15 0 1 485 World StepLimiter - 486 -159 457 3.82 8.29e-15 0 1 486 World StepLimiter - 487 -159 458 3.84 8.21e-15 0 1 487 World StepLimiter - 488 -160 459 3.85 8.13e-15 0 1 488 World StepLimiter - 489 -160 459 3.87 8.04e-15 0 1 489 World StepLimiter - 490 -161 460 3.88 7.96e-15 0 1 490 World StepLimiter - 491 -162 461 3.9 7.88e-15 0 1 491 World StepLimiter - 492 -162 462 3.91 7.8e-15 0 1 492 World StepLimiter - 493 -163 463 3.92 7.71e-15 0 1 493 World StepLimiter - 494 -163 463 3.94 7.63e-15 0 1 494 World StepLimiter - 495 -164 464 3.95 7.55e-15 0 1 495 World StepLimiter - 496 -165 465 3.97 7.47e-15 0 1 496 World StepLimiter - 497 -165 466 3.98 7.39e-15 0 1 497 World StepLimiter - 498 -166 467 4 7.31e-15 0 1 498 World StepLimiter - 499 -166 467 4.01 7.23e-15 0 1 499 World StepLimiter - 500 -167 468 4.03 7.15e-15 0 1 500 World StepLimiter - 501 -168 469 4.04 7.07e-15 0 1 501 World StepLimiter - 502 -168 470 4.06 6.99e-15 0 1 502 World StepLimiter - 503 -169 470 4.07 6.91e-15 0 1 503 World StepLimiter - 504 -170 471 4.09 6.83e-15 0 1 504 World StepLimiter - 505 -170 472 4.1 6.75e-15 0 1 505 World StepLimiter - 506 -171 473 4.12 6.67e-15 0 1 506 World StepLimiter - 507 -171 474 4.13 6.59e-15 0 1 507 World StepLimiter - 508 -172 474 4.15 6.51e-15 0 1 508 World StepLimiter - 509 -173 475 4.17 6.44e-15 0 1 509 World StepLimiter - 510 -173 476 4.18 6.36e-15 0 1 510 World StepLimiter - 511 -174 477 4.2 6.28e-15 0 1 511 World StepLimiter - 512 -175 477 4.21 6.21e-15 0 1 512 World StepLimiter - 513 -175 478 4.23 6.13e-15 0 1 513 World StepLimiter - 514 -176 479 4.25 6.05e-15 0 1 514 World StepLimiter - 515 -177 480 4.26 5.98e-15 0 1 515 World StepLimiter - 516 -177 480 4.28 5.9e-15 0 1 516 World StepLimiter - 517 -178 481 4.3 5.83e-15 0 1 517 World StepLimiter - 518 -179 482 4.31 5.76e-15 0 1 518 World StepLimiter - 519 -180 482 4.33 5.68e-15 0 1 519 World StepLimiter - 520 -180 483 4.35 5.61e-15 0 1 520 World StepLimiter - 521 -181 484 4.36 5.54e-15 0 1 521 World StepLimiter - 522 -182 485 4.38 5.46e-15 0 1 522 World StepLimiter - 523 -182 485 4.4 5.39e-15 0 1 523 World StepLimiter - 524 -183 486 4.41 5.32e-15 0 1 524 World StepLimiter - 525 -184 487 4.43 5.25e-15 0 1 525 World StepLimiter - 526 -185 487 4.45 5.18e-15 0 1 526 World StepLimiter - 527 -185 488 4.47 5.11e-15 0 1 527 World StepLimiter - 528 -186 489 4.48 5.04e-15 0 1 528 World StepLimiter - 529 -187 489 4.5 4.97e-15 0 1 529 World StepLimiter - 530 -187 490 4.52 4.9e-15 0 1 530 World StepLimiter - 531 -188 491 4.54 4.84e-15 0 1 531 World StepLimiter - 532 -189 491 4.56 4.77e-15 0 1 532 World StepLimiter - 533 -190 492 4.58 4.7e-15 0 1 533 World StepLimiter - 534 -191 493 4.59 4.64e-15 0 1 534 World StepLimiter - 535 -191 493 4.61 4.57e-15 0 1 535 World StepLimiter - 536 -192 494 4.63 4.51e-15 0 1 536 World StepLimiter - 537 -193 494 4.65 4.45e-15 0 1 537 World StepLimiter - 538 -194 495 4.67 4.38e-15 0 1 538 World StepLimiter - 539 -194 496 4.69 4.32e-15 0 1 539 World StepLimiter - 540 -195 496 4.71 4.26e-15 0 1 540 World StepLimiter - 541 -196 497 4.73 4.2e-15 0 1 541 World StepLimiter - 542 -197 497 4.75 4.14e-15 0 1 542 World StepLimiter - 543 -198 498 4.77 4.08e-15 0 1 543 World StepLimiter - 544 -199 499 4.79 4.03e-15 0 1 544 World StepLimiter - 545 -199 499 4.81 3.97e-15 0 1 545 World StepLimiter - 546 -200 500 4.83 3.91e-15 0 1 546 World StepLimiter - 547 -201 500 4.85 3.86e-15 0 1 547 World StepLimiter - 548 -202 501 4.87 3.8e-15 0 1 548 World StepLimiter - 549 -203 501 4.89 3.75e-15 0 1 549 World StepLimiter - 550 -204 502 4.91 3.7e-15 0 1 550 World StepLimiter - 551 -204 502 4.93 3.65e-15 0 1 551 World StepLimiter - 552 -205 503 4.95 3.6e-15 0 1 552 World StepLimiter - 553 -206 503 4.97 3.55e-15 0 1 553 World StepLimiter - 554 -207 504 4.99 3.5e-15 0 1 554 World StepLimiter - 555 -208 504 5.02 3.46e-15 0 1 555 World StepLimiter - 556 -209 505 5.04 3.41e-15 0 1 556 World StepLimiter - 557 -210 505 5.06 3.37e-15 0 1 557 World StepLimiter - 558 -211 505 5.08 3.32e-15 0 1 558 World StepLimiter - 559 -212 506 5.1 3.28e-15 0 1 559 World StepLimiter - 560 -213 506 5.13 3.24e-15 0 1 560 World StepLimiter - 561 -213 507 5.15 3.2e-15 0 1 561 World StepLimiter - 562 -214 507 5.17 3.17e-15 0 1 562 World StepLimiter - 563 -215 507 5.19 3.13e-15 0 1 563 World StepLimiter - 564 -216 508 5.22 3.1e-15 0 1 564 World StepLimiter - 565 -217 508 5.24 3.07e-15 0 1 565 World StepLimiter - 566 -218 508 5.26 3.03e-15 0 1 566 World StepLimiter - 567 -219 509 5.28 3.01e-15 0 1 567 World StepLimiter - 568 -220 509 5.31 2.98e-15 0 1 568 World StepLimiter - 569 -221 509 5.33 2.95e-15 0 1 569 World StepLimiter - 570 -222 509 5.35 2.93e-15 0 1 570 World StepLimiter - 571 -223 510 5.38 2.9e-15 0 1 571 World StepLimiter - 572 -224 510 5.4 2.88e-15 0 1 572 World StepLimiter - 573 -225 510 5.43 2.86e-15 0 1 573 World StepLimiter - 574 -226 510 5.45 2.85e-15 0 1 574 World StepLimiter - 575 -227 510 5.47 2.83e-15 0 1 575 World StepLimiter - 576 -228 510 5.5 2.82e-15 0 1 576 World StepLimiter - 577 -229 510 5.52 2.8e-15 0 1 577 World StepLimiter - 578 -230 511 5.54 2.79e-15 0 1 578 World StepLimiter - 579 -231 511 5.57 2.79e-15 0 1 579 World StepLimiter - 580 -232 511 5.59 2.78e-15 0 1 580 World StepLimiter - 581 -233 511 5.62 2.77e-15 0 1 581 World StepLimiter - 582 -234 511 5.64 2.77e-15 0 1 582 World StepLimiter - 583 -235 511 5.67 2.77e-15 0 1 583 World StepLimiter - 584 -236 511 5.69 2.77e-15 0 1 584 World StepLimiter - 585 -237 511 5.71 2.77e-15 0 1 585 World StepLimiter - 586 -238 511 5.74 2.78e-15 0 1 586 World StepLimiter - 587 -239 511 5.76 2.79e-15 0 1 587 World StepLimiter - 588 -240 511 5.79 2.79e-15 0 1 588 World StepLimiter - 589 -241 510 5.81 2.81e-15 0 1 589 World StepLimiter - 590 -242 510 5.83 2.82e-15 0 1 590 World StepLimiter - 591 -243 510 5.86 2.83e-15 0 1 591 World StepLimiter - 592 -244 510 5.88 2.85e-15 0 1 592 World StepLimiter - 593 -245 510 5.9 2.87e-15 0 1 593 World StepLimiter - 594 -246 510 5.93 2.89e-15 0 1 594 World StepLimiter - 595 -247 509 5.95 2.91e-15 0 1 595 World StepLimiter - 596 -248 509 5.98 2.93e-15 0 1 596 World StepLimiter - 597 -249 509 6 2.95e-15 0 1 597 World StepLimiter - 598 -250 509 6.02 2.98e-15 0 1 598 World StepLimiter - 599 -251 508 6.05 3.01e-15 0 1 599 World StepLimiter - 600 -252 508 6.07 3.04e-15 0 1 600 World StepLimiter - 601 -253 508 6.09 3.07e-15 0 1 601 World StepLimiter - 602 -254 508 6.11 3.1e-15 0 1 602 World StepLimiter - 603 -255 507 6.14 3.14e-15 0 1 603 World StepLimiter - 604 -255 507 6.16 3.17e-15 0 1 604 World StepLimiter - 605 -256 507 6.18 3.21e-15 0 1 605 World StepLimiter - 606 -257 506 6.2 3.25e-15 0 1 606 World StepLimiter - 607 -258 506 6.23 3.29e-15 0 1 607 World StepLimiter - 608 -259 505 6.25 3.33e-15 0 1 608 World StepLimiter - 609 -260 505 6.27 3.37e-15 0 1 609 World StepLimiter - 610 -261 505 6.29 3.42e-15 0 1 610 World StepLimiter - 611 -262 504 6.31 3.46e-15 0 1 611 World StepLimiter - 612 -263 504 6.34 3.51e-15 0 1 612 World StepLimiter - 613 -264 503 6.36 3.56e-15 0 1 613 World StepLimiter - 614 -265 503 6.38 3.6e-15 0 1 614 World StepLimiter - 615 -265 502 6.4 3.65e-15 0 1 615 World StepLimiter - 616 -266 502 6.42 3.71e-15 0 1 616 World StepLimiter - 617 -267 501 6.44 3.76e-15 0 1 617 World StepLimiter - 618 -268 501 6.46 3.81e-15 0 1 618 World StepLimiter - 619 -269 500 6.48 3.86e-15 0 1 619 World StepLimiter - 620 -270 500 6.5 3.92e-15 0 1 620 World StepLimiter - 621 -271 499 6.52 3.98e-15 0 1 621 World StepLimiter - 622 -271 499 6.54 4.03e-15 0 1 622 World StepLimiter - 623 -272 498 6.56 4.09e-15 0 1 623 World StepLimiter - 624 -273 497 6.58 4.15e-15 0 1 624 World StepLimiter - 625 -274 497 6.6 4.21e-15 0 1 625 World StepLimiter - 626 -275 496 6.62 4.27e-15 0 1 626 World StepLimiter - 627 -275 496 6.64 4.33e-15 0 1 627 World StepLimiter - 628 -276 495 6.66 4.39e-15 0 1 628 World StepLimiter - 629 -277 494 6.68 4.45e-15 0 1 629 World StepLimiter - 630 -278 494 6.7 4.52e-15 0 1 630 World StepLimiter - 631 -279 493 6.72 4.58e-15 0 1 631 World StepLimiter - 632 -279 493 6.74 4.65e-15 0 1 632 World StepLimiter - 633 -280 492 6.75 4.71e-15 0 1 633 World StepLimiter - 634 -281 491 6.77 4.78e-15 0 1 634 World StepLimiter - 635 -282 491 6.79 4.85e-15 0 1 635 World StepLimiter - 636 -282 490 6.81 4.91e-15 0 1 636 World StepLimiter - 637 -283 489 6.83 4.98e-15 0 1 637 World StepLimiter - 638 -284 489 6.84 5.05e-15 0 1 638 World StepLimiter - 639 -285 488 6.86 5.12e-15 0 1 639 World StepLimiter - 640 -285 487 6.88 5.19e-15 0 1 640 World StepLimiter - 641 -286 487 6.9 5.26e-15 0 1 641 World StepLimiter - 642 -287 486 6.92 5.33e-15 0 1 642 World StepLimiter - 643 -288 485 6.93 5.4e-15 0 1 643 World StepLimiter - 644 -288 484 6.95 5.47e-15 0 1 644 World StepLimiter - 645 -289 484 6.97 5.54e-15 0 1 645 World StepLimiter - 646 -290 483 6.98 5.62e-15 0 1 646 World StepLimiter - 647 -290 482 7 5.69e-15 0 1 647 World StepLimiter - 648 -291 482 7.02 5.76e-15 0 1 648 World StepLimiter - 649 -292 481 7.03 5.84e-15 0 1 649 World StepLimiter - 650 -292 480 7.05 5.91e-15 0 1 650 World StepLimiter - 651 -293 479 7.07 5.99e-15 0 1 651 World StepLimiter - 652 -294 479 7.08 6.06e-15 0 1 652 World StepLimiter - 653 -294 478 7.1 6.14e-15 0 1 653 World StepLimiter - 654 -295 477 7.12 6.22e-15 0 1 654 World StepLimiter - 655 -296 476 7.13 6.29e-15 0 1 655 World StepLimiter - 656 -296 476 7.15 6.37e-15 0 1 656 World StepLimiter - 657 -297 475 7.16 6.45e-15 0 1 657 World StepLimiter - 658 -298 474 7.18 6.52e-15 0 1 658 World StepLimiter - 659 -298 473 7.2 6.6e-15 0 1 659 World StepLimiter - 660 -299 473 7.21 6.68e-15 0 1 660 World StepLimiter - 661 -300 472 7.23 6.76e-15 0 1 661 World StepLimiter - 662 -300 471 7.24 6.84e-15 0 1 662 World StepLimiter - 663 -301 470 7.26 6.92e-15 0 1 663 World StepLimiter - 664 -302 470 7.27 7e-15 0 1 664 World StepLimiter - 665 -302 469 7.29 7.08e-15 0 1 665 World StepLimiter - 666 -303 468 7.3 7.16e-15 0 1 666 World StepLimiter - 667 -303 467 7.32 7.24e-15 0 1 667 World StepLimiter - 668 -304 466 7.33 7.32e-15 0 1 668 World StepLimiter - 669 -305 466 7.35 7.4e-15 0 1 669 World StepLimiter - 670 -305 465 7.36 7.48e-15 0 1 670 World StepLimiter - 671 -306 464 7.38 7.56e-15 0 1 671 World StepLimiter - 672 -307 463 7.39 7.64e-15 0 1 672 World StepLimiter - 673 -307 463 7.41 7.72e-15 0 1 673 World StepLimiter - 674 -308 462 7.42 7.81e-15 0 1 674 World StepLimiter - 675 -308 461 7.43 7.89e-15 0 1 675 World StepLimiter - 676 -309 460 7.45 7.97e-15 0 1 676 World StepLimiter - 677 -309 459 7.46 8.05e-15 0 1 677 World StepLimiter - 678 -310 458 7.48 8.14e-15 0 1 678 World StepLimiter - 679 -311 458 7.49 8.22e-15 0 1 679 World StepLimiter - 680 -311 457 7.5 8.31e-15 0 1 680 World StepLimiter - 681 -312 456 7.52 8.39e-15 0 1 681 World StepLimiter - 682 -312 455 7.53 8.47e-15 0 1 682 World StepLimiter - 683 -313 454 7.55 8.56e-15 0 1 683 World StepLimiter - 684 -314 454 7.56 8.64e-15 0 1 684 World StepLimiter - 685 -314 453 7.57 8.73e-15 0 1 685 World StepLimiter - 686 -315 452 7.59 8.81e-15 0 1 686 World StepLimiter - 687 -315 451 7.6 8.9e-15 0 1 687 World StepLimiter - 688 -316 450 7.61 8.98e-15 0 1 688 World StepLimiter - 689 -316 449 7.63 9.07e-15 0 1 689 World StepLimiter - 690 -317 449 7.64 9.15e-15 0 1 690 World StepLimiter - 691 -317 448 7.65 9.24e-15 0 1 691 World StepLimiter - 692 -318 447 7.67 9.32e-15 0 1 692 World StepLimiter - 693 -319 446 7.68 9.41e-15 0 1 693 World StepLimiter - 694 -319 445 7.69 9.5e-15 0 1 694 World StepLimiter - 695 -320 444 7.71 9.58e-15 0 1 695 World StepLimiter - 696 -320 444 7.72 9.67e-15 0 1 696 World StepLimiter - 697 -321 443 7.73 9.76e-15 0 1 697 World StepLimiter - 698 -321 442 7.74 9.84e-15 0 1 698 World StepLimiter - 699 -322 441 7.76 9.93e-15 0 1 699 World StepLimiter - 700 -322 440 7.77 1e-14 0 1 700 World StepLimiter - 701 -323 439 7.78 1.01e-14 0 1 701 World StepLimiter - 702 -323 438 7.8 1.02e-14 0 1 702 World StepLimiter - 703 -324 438 7.81 1.03e-14 0 1 703 World StepLimiter - 704 -324 437 7.82 1.04e-14 0 1 704 World StepLimiter - 705 -325 436 7.83 1.05e-14 0 1 705 World StepLimiter - 706 -325 435 7.85 1.05e-14 0 1 706 World StepLimiter - 707 -326 434 7.86 1.06e-14 0 1 707 World StepLimiter - 708 -326 433 7.87 1.07e-14 0 1 708 World StepLimiter - 709 -327 432 7.88 1.08e-14 0 1 709 World StepLimiter - 710 -327 432 7.89 1.09e-14 0 1 710 World StepLimiter - 711 -328 431 7.91 1.1e-14 0 1 711 World StepLimiter - 712 -328 430 7.92 1.11e-14 0 1 712 World StepLimiter - 713 -329 429 7.93 1.12e-14 0 1 713 World StepLimiter - 714 -329 428 7.94 1.13e-14 0 1 714 World StepLimiter - 715 -330 427 7.95 1.13e-14 0 1 715 World StepLimiter - 716 -330 426 7.97 1.14e-14 0 1 716 World StepLimiter - 717 -331 426 7.98 1.15e-14 0 1 717 World StepLimiter - 718 -331 425 7.99 1.16e-14 0 1 718 World StepLimiter - 719 -332 424 8 1.17e-14 0 1 719 World StepLimiter - 720 -332 423 8.01 1.18e-14 0 1 720 World StepLimiter - 721 -333 422 8.03 1.19e-14 0 1 721 World StepLimiter - 722 -333 421 8.04 1.2e-14 0 1 722 World StepLimiter - 723 -334 420 8.05 1.21e-14 0 1 723 World StepLimiter - 724 -334 419 8.06 1.21e-14 0 1 724 World StepLimiter - 725 -335 419 8.07 1.22e-14 0 1 725 World StepLimiter - 726 -335 418 8.08 1.23e-14 0 1 726 World StepLimiter - 727 -336 417 8.09 1.24e-14 0 1 727 World StepLimiter - 728 -336 416 8.11 1.25e-14 0 1 728 World StepLimiter - 729 -337 415 8.12 1.26e-14 0 1 729 World StepLimiter - 730 -337 414 8.13 1.27e-14 0 1 730 World StepLimiter - 731 -338 413 8.14 1.28e-14 0 1 731 World StepLimiter - 732 -338 412 8.15 1.29e-14 0 1 732 World StepLimiter - 733 -338 411 8.16 1.3e-14 0 1 733 World StepLimiter - 734 -339 411 8.17 1.31e-14 0 1 734 World StepLimiter - 735 -339 410 8.18 1.31e-14 0 1 735 World StepLimiter - 736 -340 409 8.2 1.32e-14 0 1 736 World StepLimiter - 737 -340 408 8.21 1.33e-14 0 1 737 World StepLimiter - 738 -341 407 8.22 1.34e-14 0 1 738 World StepLimiter - 739 -341 406 8.23 1.35e-14 0 1 739 World StepLimiter - 740 -342 405 8.24 1.36e-14 0 1 740 World StepLimiter - 741 -342 404 8.25 1.37e-14 0 1 741 World StepLimiter - 742 -343 403 8.26 1.38e-14 0 1 742 World StepLimiter - 743 -343 403 8.27 1.39e-14 0 1 743 World StepLimiter - 744 -343 402 8.28 1.4e-14 0 1 744 World StepLimiter - 745 -344 401 8.29 1.41e-14 0 1 745 World StepLimiter - 746 -344 400 8.3 1.42e-14 0 1 746 World StepLimiter - 747 -345 399 8.31 1.42e-14 0 1 747 World StepLimiter - 748 -345 398 8.32 1.43e-14 0 1 748 World StepLimiter - 749 -346 397 8.34 1.44e-14 0 1 749 World StepLimiter - 750 -346 396 8.35 1.45e-14 0 1 750 World StepLimiter - 751 -347 395 8.36 1.46e-14 0 1 751 World StepLimiter - 752 -347 394 8.37 1.47e-14 0 1 752 World StepLimiter - 753 -347 394 8.38 1.48e-14 0 1 753 World StepLimiter - 754 -348 393 8.39 1.49e-14 0 1 754 World StepLimiter - 755 -348 392 8.4 1.5e-14 0 1 755 World StepLimiter - 756 -349 391 8.41 1.51e-14 0 1 756 World StepLimiter - 757 -349 390 8.42 1.52e-14 0 1 757 World StepLimiter - 758 -350 389 8.43 1.53e-14 0 1 758 World StepLimiter - 759 -350 388 8.44 1.54e-14 0 1 759 World StepLimiter - 760 -350 387 8.45 1.54e-14 0 1 760 World StepLimiter - 761 -351 386 8.46 1.55e-14 0 1 761 World StepLimiter - 762 -351 385 8.47 1.56e-14 0 1 762 World StepLimiter - 763 -352 385 8.48 1.57e-14 0 1 763 World StepLimiter - 764 -352 384 8.49 1.58e-14 0 1 764 World StepLimiter - 765 -353 383 8.5 1.59e-14 0 1 765 World StepLimiter - 766 -353 382 8.51 1.6e-14 0 1 766 World StepLimiter - 767 -353 381 8.52 1.61e-14 0 1 767 World StepLimiter - 768 -354 380 8.53 1.62e-14 0 1 768 World StepLimiter - 769 -354 379 8.54 1.63e-14 0 1 769 World StepLimiter - 770 -355 378 8.55 1.64e-14 0 1 770 World StepLimiter - 771 -355 377 8.56 1.65e-14 0 1 771 World StepLimiter - 772 -355 376 8.57 1.66e-14 0 1 772 World StepLimiter - 773 -356 375 8.58 1.67e-14 0 1 773 World StepLimiter - 774 -356 374 8.59 1.68e-14 0 1 774 World StepLimiter - 775 -357 374 8.6 1.68e-14 0 1 775 World StepLimiter - 776 -357 373 8.61 1.69e-14 0 1 776 World StepLimiter - 777 -357 372 8.62 1.7e-14 0 1 777 World StepLimiter - 778 -358 371 8.63 1.71e-14 0 1 778 World StepLimiter - 779 -358 370 8.64 1.72e-14 0 1 779 World StepLimiter - 780 -359 369 8.65 1.73e-14 0 1 780 World StepLimiter - 781 -359 368 8.66 1.74e-14 0 1 781 World StepLimiter - 782 -359 367 8.67 1.75e-14 0 1 782 World StepLimiter - 783 -360 366 8.68 1.76e-14 0 1 783 World StepLimiter - 784 -360 365 8.69 1.77e-14 0 1 784 World StepLimiter - 785 -361 364 8.7 1.78e-14 0 1 785 World StepLimiter - 786 -361 363 8.71 1.79e-14 0 1 786 World StepLimiter - 787 -361 363 8.71 1.8e-14 0 1 787 World StepLimiter - 788 -362 362 8.72 1.81e-14 0 1 788 World StepLimiter - 789 -362 361 8.73 1.82e-14 0 1 789 World StepLimiter - 790 -363 360 8.74 1.83e-14 0 1 790 World StepLimiter - 791 -363 359 8.75 1.84e-14 0 1 791 World StepLimiter - 792 -363 358 8.76 1.84e-14 0 1 792 World StepLimiter - 793 -364 357 8.77 1.85e-14 0 1 793 World StepLimiter - 794 -364 356 8.78 1.86e-14 0 1 794 World StepLimiter - 795 -365 355 8.79 1.87e-14 0 1 795 World StepLimiter - 796 -365 354 8.8 1.88e-14 0 1 796 World StepLimiter - 797 -365 353 8.81 1.89e-14 0 1 797 World StepLimiter - 798 -366 352 8.82 1.9e-14 0 1 798 World StepLimiter - 799 -366 352 8.83 1.91e-14 0 1 799 World StepLimiter - 800 -366 351 8.84 1.92e-14 0 1 800 World StepLimiter - 801 -367 350 8.85 1.93e-14 0 1 801 World StepLimiter - 802 -367 349 8.85 1.94e-14 0 1 802 World StepLimiter - 803 -368 348 8.86 1.95e-14 0 1 803 World StepLimiter - 804 -368 347 8.87 1.96e-14 0 1 804 World StepLimiter - 805 -368 346 8.88 1.97e-14 0 1 805 World StepLimiter - 806 -369 345 8.89 1.98e-14 0 1 806 World StepLimiter - 807 -369 344 8.9 1.99e-14 0 1 807 World StepLimiter - 808 -369 343 8.91 2e-14 0 1 808 World StepLimiter - 809 -370 342 8.92 2.01e-14 0 1 809 World StepLimiter - 810 -370 341 8.93 2.02e-14 0 1 810 World StepLimiter - 811 -371 340 8.94 2.02e-14 0 1 811 World StepLimiter - 812 -371 339 8.94 2.03e-14 0 1 812 World StepLimiter - 813 -371 339 8.95 2.04e-14 0 1 813 World StepLimiter - 814 -372 338 8.96 2.05e-14 0 1 814 World StepLimiter - 815 -372 337 8.97 2.06e-14 0 1 815 World StepLimiter - 816 -372 336 8.98 2.07e-14 0 1 816 World StepLimiter - 817 -373 335 8.99 2.08e-14 0 1 817 World StepLimiter - 818 -373 334 9 2.09e-14 0 1 818 World StepLimiter - 819 -373 333 9.01 2.1e-14 0 1 819 World StepLimiter - 820 -374 332 9.01 2.11e-14 0 1 820 World StepLimiter - 821 -374 331 9.02 2.12e-14 0 1 821 World StepLimiter - 822 -375 330 9.03 2.13e-14 0 1 822 World StepLimiter - 823 -375 329 9.04 2.14e-14 0 1 823 World StepLimiter - 824 -375 328 9.05 2.15e-14 0 1 824 World StepLimiter - 825 -376 327 9.06 2.16e-14 0 1 825 World StepLimiter - 826 -376 326 9.07 2.17e-14 0 1 826 World StepLimiter - 827 -376 325 9.08 2.18e-14 0 1 827 World StepLimiter - 828 -377 325 9.08 2.19e-14 0 1 828 World StepLimiter - 829 -377 324 9.09 2.2e-14 0 1 829 World StepLimiter - 830 -377 323 9.1 2.21e-14 0 1 830 World StepLimiter - 831 -378 322 9.11 2.22e-14 0 1 831 World StepLimiter - 832 -378 321 9.12 2.23e-14 0 1 832 World StepLimiter - 833 -378 320 9.13 2.24e-14 0 1 833 World StepLimiter - 834 -379 319 9.14 2.24e-14 0 1 834 World StepLimiter - 835 -379 318 9.14 2.25e-14 0 1 835 World StepLimiter - 836 -380 317 9.15 2.26e-14 0 1 836 World StepLimiter - 837 -380 316 9.16 2.27e-14 0 1 837 World StepLimiter - 838 -380 315 9.17 2.28e-14 0 1 838 World StepLimiter - 839 -381 314 9.18 2.29e-14 0 1 839 World StepLimiter - 840 -381 313 9.19 2.3e-14 0 1 840 World StepLimiter - 841 -381 312 9.19 2.31e-14 0 1 841 World StepLimiter - 842 -382 311 9.2 2.32e-14 0 1 842 World StepLimiter - 843 -382 310 9.21 2.33e-14 0 1 843 World StepLimiter - 844 -382 310 9.22 2.34e-14 0 1 844 World StepLimiter - 845 -383 309 9.23 2.35e-14 0 1 845 World StepLimiter - 846 -383 308 9.24 2.36e-14 0 1 846 World StepLimiter - 847 -383 307 9.24 2.37e-14 0 1 847 World StepLimiter - 848 -384 306 9.25 2.38e-14 0 1 848 World StepLimiter - 849 -384 305 9.26 2.39e-14 0 1 849 World StepLimiter - 850 -384 304 9.27 2.4e-14 0 1 850 World StepLimiter - 851 -385 303 9.28 2.41e-14 0 1 851 World StepLimiter - 852 -385 302 9.28 2.42e-14 0 1 852 World StepLimiter - 853 -385 301 9.29 2.43e-14 0 1 853 World StepLimiter - 854 -386 300 9.3 2.44e-14 0 1 854 World StepLimiter - 855 -386 299 9.31 2.45e-14 0 1 855 World StepLimiter - 856 -386 298 9.32 2.46e-14 0 1 856 World StepLimiter - 857 -387 297 9.33 2.47e-14 0 1 857 World StepLimiter - 858 -387 296 9.33 2.48e-14 0 1 858 World StepLimiter - 859 -387 295 9.34 2.49e-14 0 1 859 World StepLimiter - 860 -388 295 9.35 2.5e-14 0 1 860 World StepLimiter - 861 -388 294 9.36 2.51e-14 0 1 861 World StepLimiter - 862 -388 293 9.37 2.51e-14 0 1 862 World StepLimiter - 863 -389 292 9.37 2.52e-14 0 1 863 World StepLimiter - 864 -389 291 9.38 2.53e-14 0 1 864 World StepLimiter - 865 -389 290 9.39 2.54e-14 0 1 865 World StepLimiter - 866 -390 289 9.4 2.55e-14 0 1 866 World StepLimiter - 867 -390 288 9.41 2.56e-14 0 1 867 World StepLimiter - 868 -390 287 9.41 2.57e-14 0 1 868 World StepLimiter - 869 -391 286 9.42 2.58e-14 0 1 869 World StepLimiter - 870 -391 285 9.43 2.59e-14 0 1 870 World StepLimiter - 871 -391 284 9.44 2.6e-14 0 1 871 World StepLimiter - 872 -392 283 9.44 2.61e-14 0 1 872 World StepLimiter - 873 -392 282 9.45 2.62e-14 0 1 873 World StepLimiter - 874 -392 281 9.46 2.63e-14 0 1 874 World StepLimiter - 875 -393 280 9.47 2.64e-14 0 1 875 World StepLimiter - 876 -393 279 9.48 2.65e-14 0 1 876 World StepLimiter - 877 -393 278 9.48 2.66e-14 0 1 877 World StepLimiter - 878 -394 277 9.49 2.67e-14 0 1 878 World StepLimiter - 879 -394 277 9.5 2.68e-14 0 1 879 World StepLimiter - 880 -394 276 9.51 2.69e-14 0 1 880 World StepLimiter - 881 -395 275 9.51 2.7e-14 0 1 881 World StepLimiter - 882 -395 274 9.52 2.71e-14 0 1 882 World StepLimiter - 883 -395 273 9.53 2.72e-14 0 1 883 World StepLimiter - 884 -396 272 9.54 2.73e-14 0 1 884 World StepLimiter - 885 -396 271 9.55 2.74e-14 0 1 885 World StepLimiter - 886 -396 270 9.55 2.75e-14 0 1 886 World StepLimiter - 887 -397 269 9.56 2.76e-14 0 1 887 World StepLimiter - 888 -397 268 9.57 2.77e-14 0 1 888 World StepLimiter - 889 -397 267 9.58 2.78e-14 0 1 889 World StepLimiter - 890 -397 266 9.58 2.79e-14 0 1 890 World StepLimiter - 891 -398 265 9.59 2.8e-14 0 1 891 World StepLimiter - 892 -398 264 9.6 2.81e-14 0 1 892 World StepLimiter - 893 -398 263 9.61 2.82e-14 0 1 893 World StepLimiter - 894 -399 262 9.61 2.83e-14 0 1 894 World StepLimiter - 895 -399 261 9.62 2.84e-14 0 1 895 World StepLimiter - 896 -399 260 9.63 2.84e-14 0 1 896 World StepLimiter - 897 -400 259 9.64 2.85e-14 0 1 897 World StepLimiter - 898 -400 259 9.64 2.86e-14 0 1 898 World StepLimiter - 899 -400 258 9.65 2.87e-14 0 1 899 World StepLimiter - 900 -401 257 9.66 2.88e-14 0 1 900 World StepLimiter - 901 -401 256 9.67 2.89e-14 0 1 901 World StepLimiter - 902 -401 255 9.67 2.9e-14 0 1 902 World StepLimiter - 903 -402 254 9.68 2.91e-14 0 1 903 World StepLimiter - 904 -402 253 9.69 2.92e-14 0 1 904 World StepLimiter - 905 -402 252 9.7 2.93e-14 0 1 905 World StepLimiter - 906 -402 251 9.7 2.94e-14 0 1 906 World StepLimiter - 907 -403 250 9.71 2.95e-14 0 1 907 World StepLimiter - 908 -403 249 9.72 2.96e-14 0 1 908 World StepLimiter - 909 -403 248 9.73 2.97e-14 0 1 909 World StepLimiter - 910 -404 247 9.73 2.98e-14 0 1 910 World StepLimiter - 911 -404 246 9.74 2.99e-14 0 1 911 World StepLimiter - 912 -404 245 9.75 3e-14 0 1 912 World StepLimiter - 913 -405 244 9.76 3.01e-14 0 1 913 World StepLimiter - 914 -405 243 9.76 3.02e-14 0 1 914 World StepLimiter - 915 -405 242 9.77 3.03e-14 0 1 915 World StepLimiter - 916 -405 241 9.78 3.04e-14 0 1 916 World StepLimiter - 917 -406 240 9.78 3.05e-14 0 1 917 World StepLimiter - 918 -406 239 9.79 3.06e-14 0 1 918 World StepLimiter - 919 -406 239 9.8 3.07e-14 0 1 919 World StepLimiter - 920 -407 238 9.81 3.08e-14 0 1 920 World StepLimiter - 921 -407 237 9.81 3.09e-14 0 1 921 World StepLimiter - 922 -407 236 9.82 3.1e-14 0 1 922 World StepLimiter - 923 -408 235 9.83 3.11e-14 0 1 923 World StepLimiter - 924 -408 234 9.84 3.12e-14 0 1 924 World StepLimiter - 925 -408 233 9.84 3.13e-14 0 1 925 World StepLimiter - 926 -408 232 9.85 3.14e-14 0 1 926 World StepLimiter - 927 -409 231 9.86 3.15e-14 0 1 927 World StepLimiter - 928 -409 230 9.86 3.16e-14 0 1 928 World StepLimiter - 929 -409 229 9.87 3.17e-14 0 1 929 World StepLimiter - 930 -410 228 9.88 3.18e-14 0 1 930 World StepLimiter - 931 -410 227 9.89 3.19e-14 0 1 931 World StepLimiter - 932 -410 226 9.89 3.2e-14 0 1 932 World StepLimiter - 933 -411 225 9.9 3.21e-14 0 1 933 World StepLimiter - 934 -411 224 9.91 3.22e-14 0 1 934 World StepLimiter - 935 -411 223 9.91 3.23e-14 0 1 935 World StepLimiter - 936 -411 222 9.92 3.24e-14 0 1 936 World StepLimiter - 937 -412 221 9.93 3.25e-14 0 1 937 World StepLimiter - 938 -412 220 9.93 3.26e-14 0 1 938 World StepLimiter - 939 -412 219 9.94 3.27e-14 0 1 939 World StepLimiter - 940 -413 218 9.95 3.28e-14 0 1 940 World StepLimiter - 941 -413 218 9.96 3.29e-14 0 1 941 World StepLimiter - 942 -413 217 9.96 3.29e-14 0 1 942 World StepLimiter - 943 -413 216 9.97 3.3e-14 0 1 943 World StepLimiter - 944 -414 215 9.98 3.31e-14 0 1 944 World StepLimiter - 945 -414 214 9.98 3.32e-14 0 1 945 World StepLimiter - 946 -414 213 9.99 3.33e-14 0 1 946 World StepLimiter - 947 -415 212 10 3.34e-14 0 1 947 World StepLimiter - 948 -415 211 10 3.35e-14 0 1 948 World StepLimiter - 949 -415 210 10 3.36e-14 0 1 949 World StepLimiter - 950 -415 209 10 3.37e-14 0 1 950 World StepLimiter - 951 -416 208 10 3.38e-14 0 1 951 World StepLimiter - 952 -416 207 10 3.39e-14 0 1 952 World StepLimiter - 953 -416 206 10 3.4e-14 0 1 953 World StepLimiter - 954 -417 205 10 3.41e-14 0 1 954 World StepLimiter - 955 -417 204 10.1 3.42e-14 0 1 955 World StepLimiter - 956 -417 203 10.1 3.43e-14 0 1 956 World StepLimiter - 957 -417 202 10.1 3.44e-14 0 1 957 World StepLimiter - 958 -418 201 10.1 3.45e-14 0 1 958 World StepLimiter - 959 -418 200 10.1 3.46e-14 0 1 959 World StepLimiter - 960 -418 199 10.1 3.47e-14 0 1 960 World StepLimiter - 961 -419 198 10.1 3.48e-14 0 1 961 World StepLimiter - 962 -419 197 10.1 3.49e-14 0 1 962 World StepLimiter - 963 -419 196 10.1 3.5e-14 0 1 963 World StepLimiter - 964 -419 195 10.1 3.51e-14 0 1 964 World StepLimiter - 965 -420 195 10.1 3.52e-14 0 1 965 World StepLimiter - 966 -420 194 10.1 3.53e-14 0 1 966 World StepLimiter - 967 -420 193 10.1 3.54e-14 0 1 967 World StepLimiter - 968 -421 192 10.1 3.55e-14 0 1 968 World StepLimiter - 969 -421 191 10.1 3.56e-14 0 1 969 World StepLimiter - 970 -421 190 10.2 3.57e-14 0 1 970 World StepLimiter - 971 -421 189 10.2 3.58e-14 0 1 971 World StepLimiter - 972 -422 188 10.2 3.59e-14 0 1 972 World StepLimiter - 973 -422 187 10.2 3.6e-14 0 1 973 World StepLimiter - 974 -422 186 10.2 3.61e-14 0 1 974 World StepLimiter - 975 -423 185 10.2 3.62e-14 0 1 975 World StepLimiter - 976 -423 184 10.2 3.63e-14 0 1 976 World StepLimiter - 977 -423 183 10.2 3.64e-14 0 1 977 World StepLimiter - 978 -423 182 10.2 3.65e-14 0 1 978 World StepLimiter - 979 -424 181 10.2 3.66e-14 0 1 979 World StepLimiter - 980 -424 180 10.2 3.67e-14 0 1 980 World StepLimiter - 981 -424 179 10.2 3.68e-14 0 1 981 World StepLimiter - 982 -424 178 10.2 3.69e-14 0 1 982 World StepLimiter - 983 -425 177 10.2 3.7e-14 0 1 983 World StepLimiter - 984 -425 176 10.2 3.71e-14 0 1 984 World StepLimiter - 985 -425 175 10.3 3.72e-14 0 1 985 World StepLimiter - 986 -426 174 10.3 3.73e-14 0 1 986 World StepLimiter - 987 -426 173 10.3 3.74e-14 0 1 987 World StepLimiter - 988 -426 172 10.3 3.75e-14 0 1 988 World StepLimiter - 989 -426 171 10.3 3.76e-14 0 1 989 World StepLimiter - 990 -427 170 10.3 3.77e-14 0 1 990 World StepLimiter - 991 -427 170 10.3 3.78e-14 0 1 991 World StepLimiter - 992 -427 169 10.3 3.79e-14 0 1 992 World StepLimiter - 993 -427 168 10.3 3.8e-14 0 1 993 World StepLimiter - 994 -428 167 10.3 3.81e-14 0 1 994 World StepLimiter - 995 -428 166 10.3 3.82e-14 0 1 995 World StepLimiter - 996 -428 165 10.3 3.83e-14 0 1 996 World StepLimiter - 997 -428 164 10.3 3.84e-14 0 1 997 World StepLimiter - 998 -429 163 10.3 3.85e-14 0 1 998 World StepLimiter - 999 -429 162 10.3 3.86e-14 0 1 999 World StepLimiter - 1000 -429 161 10.4 3.87e-14 0 1 1e+03 World StepLimiter - 1001 -430 160 10.4 3.88e-14 0 1 1e+03 World StepLimiter - 1002 -430 159 10.4 3.89e-14 0 1 1e+03 World StepLimiter - 1003 -430 158 10.4 3.9e-14 0 1 1e+03 World StepLimiter - 1004 -430 157 10.4 3.91e-14 0 1 1e+03 World StepLimiter - 1005 -431 156 10.4 3.92e-14 0 1 1e+03 World StepLimiter - 1006 -431 155 10.4 3.93e-14 0 1 1.01e+03 World StepLimiter - 1007 -431 154 10.4 3.94e-14 0 1 1.01e+03 World StepLimiter - 1008 -431 153 10.4 3.95e-14 0 1 1.01e+03 World StepLimiter - 1009 -432 152 10.4 3.96e-14 0 1 1.01e+03 World StepLimiter - 1010 -432 151 10.4 3.97e-14 0 1 1.01e+03 World StepLimiter - 1011 -432 150 10.4 3.97e-14 0 1 1.01e+03 World StepLimiter - 1012 -432 149 10.4 3.98e-14 0 1 1.01e+03 World StepLimiter - 1013 -433 148 10.4 3.99e-14 0 1 1.01e+03 World StepLimiter - 1014 -433 147 10.4 4e-14 0 1 1.01e+03 World StepLimiter - 1015 -433 146 10.4 4.01e-14 0 1 1.02e+03 World StepLimiter - 1016 -434 145 10.5 4.02e-14 0 1 1.02e+03 World StepLimiter - 1017 -434 144 10.5 4.03e-14 0 1 1.02e+03 World StepLimiter - 1018 -434 143 10.5 4.04e-14 0 1 1.02e+03 World StepLimiter - 1019 -434 143 10.5 4.05e-14 0 1 1.02e+03 World StepLimiter - 1020 -435 142 10.5 4.06e-14 0 1 1.02e+03 World StepLimiter - 1021 -435 141 10.5 4.07e-14 0 1 1.02e+03 World StepLimiter - 1022 -435 140 10.5 4.08e-14 0 1 1.02e+03 World StepLimiter - 1023 -435 139 10.5 4.09e-14 0 1 1.02e+03 World StepLimiter - 1024 -436 138 10.5 4.1e-14 0 1 1.02e+03 World StepLimiter - 1025 -436 137 10.5 4.11e-14 0 1 1.02e+03 World StepLimiter - 1026 -436 136 10.5 4.12e-14 0 1 1.03e+03 World StepLimiter - 1027 -436 135 10.5 4.13e-14 0 1 1.03e+03 World StepLimiter - 1028 -437 134 10.5 4.14e-14 0 1 1.03e+03 World StepLimiter - 1029 -437 133 10.5 4.15e-14 0 1 1.03e+03 World StepLimiter - 1030 -437 132 10.5 4.16e-14 0 1 1.03e+03 World StepLimiter - 1031 -437 131 10.5 4.17e-14 0 1 1.03e+03 World StepLimiter - 1032 -438 130 10.6 4.18e-14 0 1 1.03e+03 World StepLimiter - 1033 -438 129 10.6 4.19e-14 0 1 1.03e+03 World StepLimiter - 1034 -438 128 10.6 4.2e-14 0 1 1.03e+03 World StepLimiter - 1035 -438 127 10.6 4.21e-14 0 1 1.04e+03 World StepLimiter - 1036 -439 126 10.6 4.22e-14 0 1 1.04e+03 World StepLimiter - 1037 -439 125 10.6 4.23e-14 0 1 1.04e+03 World StepLimiter - 1038 -439 124 10.6 4.24e-14 0 1 1.04e+03 World StepLimiter - 1039 -439 123 10.6 4.25e-14 0 1 1.04e+03 World StepLimiter - 1040 -440 122 10.6 4.26e-14 0 1 1.04e+03 World StepLimiter - 1041 -440 121 10.6 4.27e-14 0 1 1.04e+03 World StepLimiter - 1042 -440 120 10.6 4.28e-14 0 1 1.04e+03 World StepLimiter - 1043 -441 119 10.6 4.29e-14 0 1 1.04e+03 World StepLimiter - 1044 -441 118 10.6 4.3e-14 0 1 1.04e+03 World StepLimiter - 1045 -441 117 10.6 4.31e-14 0 1 1.04e+03 World StepLimiter - 1046 -441 116 10.6 4.32e-14 0 1 1.05e+03 World StepLimiter - 1047 -442 115 10.6 4.33e-14 0 1 1.05e+03 World StepLimiter - 1048 -442 114 10.7 4.34e-14 0 1 1.05e+03 World StepLimiter - 1049 -442 114 10.7 4.35e-14 0 1 1.05e+03 World StepLimiter - 1050 -442 113 10.7 4.36e-14 0 1 1.05e+03 World StepLimiter - 1051 -443 112 10.7 4.37e-14 0 1 1.05e+03 World StepLimiter - 1052 -443 111 10.7 4.38e-14 0 1 1.05e+03 World StepLimiter - 1053 -443 110 10.7 4.39e-14 0 1 1.05e+03 World StepLimiter - 1054 -443 109 10.7 4.4e-14 0 1 1.05e+03 World StepLimiter - 1055 -444 108 10.7 4.41e-14 0 1 1.06e+03 World StepLimiter - 1056 -444 107 10.7 4.42e-14 0 1 1.06e+03 World StepLimiter - 1057 -444 106 10.7 4.43e-14 0 1 1.06e+03 World StepLimiter - 1058 -444 105 10.7 4.44e-14 0 1 1.06e+03 World StepLimiter - 1059 -445 104 10.7 4.45e-14 0 1 1.06e+03 World StepLimiter - 1060 -445 103 10.7 4.46e-14 0 1 1.06e+03 World StepLimiter - 1061 -445 102 10.7 4.47e-14 0 1 1.06e+03 World StepLimiter - 1062 -445 101 10.7 4.48e-14 0 1 1.06e+03 World StepLimiter - 1063 -446 100 10.7 4.49e-14 0 1 1.06e+03 World StepLimiter - 1064 -446 99 10.7 4.5e-14 0 1 1.06e+03 World StepLimiter - 1065 -446 98 10.8 4.51e-14 0 1 1.06e+03 World StepLimiter - 1066 -446 97.1 10.8 4.52e-14 0 1 1.07e+03 World StepLimiter - 1067 -447 96.1 10.8 4.53e-14 0 1 1.07e+03 World StepLimiter - 1068 -447 95.1 10.8 4.54e-14 0 1 1.07e+03 World StepLimiter - 1069 -447 94.2 10.8 4.55e-14 0 1 1.07e+03 World StepLimiter - 1070 -447 93.2 10.8 4.56e-14 0 1 1.07e+03 World StepLimiter - 1071 -448 92.2 10.8 4.57e-14 0 1 1.07e+03 World StepLimiter - 1072 -448 91.3 10.8 4.58e-14 0 1 1.07e+03 World StepLimiter - 1073 -448 90.3 10.8 4.59e-14 0 1 1.07e+03 World StepLimiter - 1074 -448 89.3 10.8 4.6e-14 0 1 1.07e+03 World StepLimiter - 1075 -448 88.3 10.8 4.61e-14 0 1 1.08e+03 World StepLimiter - 1076 -449 87.4 10.8 4.62e-14 0 1 1.08e+03 World StepLimiter - 1077 -449 86.4 10.8 4.63e-14 0 1 1.08e+03 World StepLimiter - 1078 -449 85.4 10.8 4.64e-14 0 1 1.08e+03 World StepLimiter - 1079 -449 84.5 10.8 4.65e-14 0 1 1.08e+03 World StepLimiter - 1080 -450 83.5 10.8 4.66e-14 0 1 1.08e+03 World StepLimiter - 1081 -450 82.5 10.8 4.67e-14 0 1 1.08e+03 World StepLimiter - 1082 -450 81.6 10.9 4.68e-14 0 1 1.08e+03 World StepLimiter - 1083 -450 80.6 10.9 4.69e-14 0 1 1.08e+03 World StepLimiter - 1084 -451 79.6 10.9 4.7e-14 0 1 1.08e+03 World StepLimiter - 1085 -451 78.6 10.9 4.71e-14 0 1 1.08e+03 World StepLimiter - 1086 -451 77.7 10.9 4.72e-14 0 1 1.09e+03 World StepLimiter - 1087 -451 76.7 10.9 4.73e-14 0 1 1.09e+03 World StepLimiter - 1088 -452 75.7 10.9 4.74e-14 0 1 1.09e+03 World StepLimiter - 1089 -452 74.8 10.9 4.75e-14 0 1 1.09e+03 World StepLimiter - 1090 -452 73.8 10.9 4.76e-14 0 1 1.09e+03 World StepLimiter - 1091 -452 72.8 10.9 4.77e-14 0 1 1.09e+03 World StepLimiter - 1092 -453 71.9 10.9 4.78e-14 0 1 1.09e+03 World StepLimiter - 1093 -453 70.9 10.9 4.79e-14 0 1 1.09e+03 World StepLimiter - 1094 -453 69.9 10.9 4.8e-14 0 1 1.09e+03 World StepLimiter - 1095 -453 68.9 10.9 4.81e-14 0 1 1.1e+03 World StepLimiter - 1096 -454 68 10.9 4.82e-14 0 1 1.1e+03 World StepLimiter - 1097 -454 67 10.9 4.83e-14 0 1 1.1e+03 World StepLimiter - 1098 -454 66 10.9 4.84e-14 0 1 1.1e+03 World StepLimiter - 1099 -454 65.1 11 4.85e-14 0 1 1.1e+03 World StepLimiter - 1100 -455 64.1 11 4.86e-14 0 1 1.1e+03 World StepLimiter - 1101 -455 63.1 11 4.87e-14 0 1 1.1e+03 World StepLimiter - 1102 -455 62.1 11 4.88e-14 0 1 1.1e+03 World StepLimiter - 1103 -455 61.2 11 4.89e-14 0 1 1.1e+03 World StepLimiter - 1104 -455 60.2 11 4.9e-14 0 1 1.1e+03 World StepLimiter - 1105 -456 59.2 11 4.91e-14 0 1 1.1e+03 World StepLimiter - 1106 -456 58.3 11 4.92e-14 0 1 1.11e+03 World StepLimiter - 1107 -456 57.3 11 4.93e-14 0 1 1.11e+03 World StepLimiter - 1108 -456 56.3 11 4.94e-14 0 1 1.11e+03 World StepLimiter - 1109 -457 55.3 11 4.95e-14 0 1 1.11e+03 World StepLimiter - 1110 -457 54.4 11 4.96e-14 0 1 1.11e+03 World StepLimiter - 1111 -457 53.4 11 4.97e-14 0 1 1.11e+03 World StepLimiter - 1112 -457 52.4 11 4.98e-14 0 1 1.11e+03 World StepLimiter - 1113 -458 51.5 11 4.99e-14 0 1 1.11e+03 World StepLimiter - 1114 -458 50.5 11 5e-14 0 1 1.11e+03 World StepLimiter - 1115 -458 49.5 11 5.01e-14 0 1 1.12e+03 World StepLimiter - 1116 -458 48.5 11.1 5.02e-14 0 1 1.12e+03 World StepLimiter - 1117 -459 47.6 11.1 5.03e-14 0 1 1.12e+03 World StepLimiter - 1118 -459 46.6 11.1 5.04e-14 0 1 1.12e+03 World StepLimiter - 1119 -459 45.6 11.1 5.05e-14 0 1 1.12e+03 World StepLimiter - 1120 -459 44.7 11.1 5.06e-14 0 1 1.12e+03 World StepLimiter - 1121 -460 43.7 11.1 5.07e-14 0 1 1.12e+03 World StepLimiter - 1122 -460 42.7 11.1 5.08e-14 0 1 1.12e+03 World StepLimiter - 1123 -460 41.7 11.1 5.09e-14 0 1 1.12e+03 World StepLimiter - 1124 -460 40.8 11.1 5.1e-14 0 1 1.12e+03 World StepLimiter - 1125 -460 39.8 11.1 5.11e-14 0 1 1.12e+03 World StepLimiter - 1126 -461 38.8 11.1 5.12e-14 0 1 1.13e+03 World StepLimiter - 1127 -461 37.9 11.1 5.13e-14 0 1 1.13e+03 World StepLimiter - 1128 -461 36.9 11.1 5.14e-14 0 1 1.13e+03 World StepLimiter - 1129 -461 35.9 11.1 5.15e-14 0 1 1.13e+03 World StepLimiter - 1130 -462 34.9 11.1 5.16e-14 0 1 1.13e+03 World StepLimiter - 1131 -462 34 11.1 5.17e-14 0 1 1.13e+03 World StepLimiter - 1132 -462 33 11.1 5.18e-14 0 1 1.13e+03 World StepLimiter - 1133 -462 32 11.1 5.19e-14 0 1 1.13e+03 World StepLimiter - 1134 -463 31 11.2 5.2e-14 0 1 1.13e+03 World StepLimiter - 1135 -463 30.1 11.2 5.21e-14 0 1 1.14e+03 World StepLimiter - 1136 -463 29.1 11.2 5.22e-14 0 1 1.14e+03 World StepLimiter - 1137 -463 28.1 11.2 5.23e-14 0 1 1.14e+03 World StepLimiter - 1138 -463 27.1 11.2 5.24e-14 0 1 1.14e+03 World StepLimiter - 1139 -464 26.2 11.2 5.25e-14 0 1 1.14e+03 World StepLimiter - 1140 -464 25.2 11.2 5.26e-14 0 1 1.14e+03 World StepLimiter - 1141 -464 24.2 11.2 5.27e-14 0 1 1.14e+03 World StepLimiter - 1142 -464 23.3 11.2 5.28e-14 0 1 1.14e+03 World StepLimiter - 1143 -465 22.3 11.2 5.29e-14 0 1 1.14e+03 World StepLimiter - 1144 -465 21.3 11.2 5.3e-14 0 1 1.14e+03 World StepLimiter - 1145 -465 20.3 11.2 5.31e-14 0 1 1.14e+03 World StepLimiter - 1146 -465 19.4 11.2 5.32e-14 0 1 1.15e+03 World StepLimiter - 1147 -466 18.4 11.2 5.33e-14 0 1 1.15e+03 World StepLimiter - 1148 -466 17.4 11.2 5.34e-14 0 1 1.15e+03 World StepLimiter - 1149 -466 16.4 11.2 5.35e-14 0 1 1.15e+03 World StepLimiter - 1150 -466 15.5 11.2 5.36e-14 0 1 1.15e+03 World StepLimiter - 1151 -466 14.5 11.2 5.37e-14 0 1 1.15e+03 World StepLimiter - 1152 -467 13.5 11.3 5.38e-14 0 1 1.15e+03 World StepLimiter - 1153 -467 12.5 11.3 5.39e-14 0 1 1.15e+03 World StepLimiter - 1154 -467 11.6 11.3 5.4e-14 0 1 1.15e+03 World StepLimiter - 1155 -467 10.6 11.3 5.41e-14 0 1 1.16e+03 World StepLimiter - 1156 -468 9.62 11.3 5.42e-14 0 1 1.16e+03 World StepLimiter - 1157 -468 8.65 11.3 5.43e-14 0 1 1.16e+03 World StepLimiter - 1158 -468 7.67 11.3 5.44e-14 0 1 1.16e+03 World StepLimiter - 1159 -468 6.7 11.3 5.45e-14 0 1 1.16e+03 World StepLimiter - 1160 -468 5.73 11.3 5.46e-14 0 1 1.16e+03 World StepLimiter - 1161 -469 4.75 11.3 5.47e-14 0 1 1.16e+03 World StepLimiter - 1162 -469 3.78 11.3 5.48e-14 0 1 1.16e+03 World StepLimiter - 1163 -469 2.8 11.3 5.49e-14 0 1 1.16e+03 World StepLimiter - 1164 -469 1.83 11.3 5.5e-14 0 1 1.16e+03 World StepLimiter - 1165 -470 0.854 11.3 5.51e-14 0 1 1.16e+03 World StepLimiter - 1166 -470 -0.121 11.3 5.52e-14 0 1 1.17e+03 World StepLimiter - 1167 -470 -1.1 11.3 5.53e-14 0 1 1.17e+03 World StepLimiter - 1168 -470 -2.07 11.3 5.54e-14 0 1 1.17e+03 World StepLimiter - 1169 -470 -3.04 11.3 5.55e-14 0 1 1.17e+03 World StepLimiter - 1170 -471 -4.02 11.3 5.56e-14 0 1 1.17e+03 World StepLimiter - 1171 -471 -4.99 11.4 5.57e-14 0 1 1.17e+03 World StepLimiter - 1172 -471 -5.97 11.4 5.58e-14 0 1 1.17e+03 World StepLimiter - 1173 -471 -6.94 11.4 5.59e-14 0 1 1.17e+03 World StepLimiter - 1174 -472 -7.92 11.4 5.6e-14 0 1 1.17e+03 World StepLimiter - 1175 -472 -8.89 11.4 5.61e-14 0 1 1.18e+03 World StepLimiter - 1176 -472 -9.87 11.4 5.62e-14 0 1 1.18e+03 World StepLimiter - 1177 -472 -10.8 11.4 5.63e-14 0 1 1.18e+03 World StepLimiter - 1178 -472 -11.8 11.4 5.64e-14 0 1 1.18e+03 World StepLimiter - 1179 -473 -12.8 11.4 5.65e-14 0 1 1.18e+03 World StepLimiter - 1180 -473 -13.8 11.4 5.66e-14 0 1 1.18e+03 World StepLimiter - 1181 -473 -14.7 11.4 5.67e-14 0 1 1.18e+03 World StepLimiter - 1182 -473 -15.7 11.4 5.68e-14 0 1 1.18e+03 World StepLimiter - 1183 -474 -16.7 11.4 5.69e-14 0 1 1.18e+03 World StepLimiter - 1184 -474 -17.7 11.4 5.7e-14 0 1 1.18e+03 World StepLimiter - 1185 -474 -18.6 11.4 5.71e-14 0 1 1.18e+03 World StepLimiter - 1186 -474 -19.6 11.4 5.72e-14 0 1 1.19e+03 World StepLimiter - 1187 -474 -20.6 11.4 5.73e-14 0 1 1.19e+03 World StepLimiter - 1188 -475 -21.6 11.4 5.74e-14 0 1 1.19e+03 World StepLimiter - 1189 -475 -22.5 11.5 5.75e-14 0 1 1.19e+03 World StepLimiter - 1190 -475 -23.5 11.5 5.76e-14 0 1 1.19e+03 World StepLimiter - 1191 -475 -24.5 11.5 5.77e-14 0 1 1.19e+03 World StepLimiter - 1192 -476 -25.5 11.5 5.78e-14 0 1 1.19e+03 World StepLimiter - 1193 -476 -26.5 11.5 5.79e-14 0 1 1.19e+03 World StepLimiter - 1194 -476 -27.4 11.5 5.8e-14 0 1 1.19e+03 World StepLimiter - 1195 -476 -28.4 11.5 5.81e-14 0 1 1.2e+03 World StepLimiter - 1196 -476 -29.4 11.5 5.82e-14 0 1 1.2e+03 World StepLimiter - 1197 -477 -30.4 11.5 5.83e-14 0 1 1.2e+03 World StepLimiter - 1198 -477 -31.3 11.5 5.84e-14 0 1 1.2e+03 World StepLimiter - 1199 -477 -32.3 11.5 5.85e-14 0 1 1.2e+03 World StepLimiter - 1200 -477 -33.3 11.5 5.86e-14 0 1 1.2e+03 World StepLimiter - 1201 -478 -34.3 11.5 5.87e-14 0 1 1.2e+03 World StepLimiter - 1202 -478 -35.2 11.5 5.88e-14 0 1 1.2e+03 World StepLimiter - 1203 -478 -36.2 11.5 5.89e-14 0 1 1.2e+03 World StepLimiter - 1204 -478 -37.2 11.5 5.9e-14 0 1 1.2e+03 World StepLimiter - 1205 -478 -38.2 11.5 5.91e-14 0 1 1.2e+03 World StepLimiter - 1206 -479 -39.1 11.5 5.92e-14 0 1 1.21e+03 World StepLimiter - 1207 -479 -40.1 11.5 5.93e-14 0 1 1.21e+03 World StepLimiter - 1208 -479 -41.1 11.6 5.94e-14 0 1 1.21e+03 World StepLimiter - 1209 -479 -42.1 11.6 5.95e-14 0 1 1.21e+03 World StepLimiter - 1210 -479 -43 11.6 5.96e-14 0 1 1.21e+03 World StepLimiter - 1211 -480 -44 11.6 5.97e-14 0 1 1.21e+03 World StepLimiter - 1212 -480 -45 11.6 5.98e-14 0 1 1.21e+03 World StepLimiter - 1213 -480 -46 11.6 5.99e-14 0 1 1.21e+03 World StepLimiter - 1214 -480 -47 11.6 6e-14 0 1 1.21e+03 World StepLimiter - 1215 -481 -47.9 11.6 6.01e-14 0 1 1.22e+03 World StepLimiter - 1216 -481 -48.9 11.6 6.02e-14 0 1 1.22e+03 World StepLimiter - 1217 -481 -49.9 11.6 6.03e-14 0 1 1.22e+03 World StepLimiter - 1218 -481 -50.9 11.6 6.04e-14 0 1 1.22e+03 World StepLimiter - 1219 -481 -51.8 11.6 6.05e-14 0 1 1.22e+03 World StepLimiter - 1220 -482 -52.8 11.6 6.06e-14 0 1 1.22e+03 World StepLimiter - 1221 -482 -53.8 11.6 6.07e-14 0 1 1.22e+03 World StepLimiter - 1222 -482 -54.8 11.6 6.08e-14 0 1 1.22e+03 World StepLimiter - 1223 -482 -55.7 11.6 6.09e-14 0 1 1.22e+03 World StepLimiter - 1224 -482 -56.7 11.6 6.1e-14 0 1 1.22e+03 World StepLimiter - 1225 -483 -57.7 11.6 6.11e-14 0 1 1.22e+03 World StepLimiter - 1226 -483 -58.7 11.6 6.12e-14 0 1 1.23e+03 World StepLimiter - 1227 -483 -59.7 11.6 6.13e-14 0 1 1.23e+03 World StepLimiter - 1228 -483 -60.6 11.7 6.14e-14 0 1 1.23e+03 World StepLimiter - 1229 -484 -61.6 11.7 6.15e-14 0 1 1.23e+03 World StepLimiter - 1230 -484 -62.6 11.7 6.16e-14 0 1 1.23e+03 World StepLimiter - 1231 -484 -63.6 11.7 6.17e-14 0 1 1.23e+03 World StepLimiter - 1232 -484 -64.5 11.7 6.18e-14 0 1 1.23e+03 World StepLimiter - 1233 -484 -65.5 11.7 6.19e-14 0 1 1.23e+03 World StepLimiter - 1234 -485 -66.5 11.7 6.2e-14 0 1 1.23e+03 World StepLimiter - 1235 -485 -67.5 11.7 6.21e-14 0 1 1.24e+03 World StepLimiter - 1236 -485 -68.4 11.7 6.22e-14 0 1 1.24e+03 World StepLimiter - 1237 -485 -69.4 11.7 6.23e-14 0 1 1.24e+03 World StepLimiter - 1238 -485 -70.4 11.7 6.24e-14 0 1 1.24e+03 World StepLimiter - 1239 -486 -71.4 11.7 6.25e-14 0 1 1.24e+03 World StepLimiter - 1240 -486 -72.4 11.7 6.26e-14 0 1 1.24e+03 World StepLimiter - 1241 -486 -73.3 11.7 6.27e-14 0 1 1.24e+03 World StepLimiter - 1242 -486 -74.3 11.7 6.28e-14 0 1 1.24e+03 World StepLimiter - 1243 -486 -75.3 11.7 6.29e-14 0 1 1.24e+03 World StepLimiter - 1244 -487 -76.3 11.7 6.3e-14 0 1 1.24e+03 World StepLimiter - 1245 -487 -77.2 11.7 6.31e-14 0 1 1.24e+03 World StepLimiter - 1246 -487 -78.2 11.7 6.32e-14 0 1 1.25e+03 World StepLimiter - 1247 -487 -79.2 11.8 6.33e-14 0 1 1.25e+03 World StepLimiter - 1248 -488 -80.2 11.8 6.34e-14 0 1 1.25e+03 World StepLimiter - 1249 -488 -81.2 11.8 6.35e-14 0 1 1.25e+03 World StepLimiter - 1250 -488 -82.1 11.8 6.36e-14 0 1 1.25e+03 World StepLimiter - 1251 -488 -83.1 11.8 6.37e-14 0 1 1.25e+03 World StepLimiter - 1252 -488 -84.1 11.8 6.38e-14 0 1 1.25e+03 World StepLimiter - 1253 -489 -85.1 11.8 6.39e-14 0 1 1.25e+03 World StepLimiter - 1254 -489 -86 11.8 6.4e-14 0 1 1.25e+03 World StepLimiter - 1255 -489 -87 11.8 6.41e-14 0 1 1.26e+03 World StepLimiter - 1256 -489 -88 11.8 6.42e-14 0 1 1.26e+03 World StepLimiter - 1257 -489 -89 11.8 6.43e-14 0 1 1.26e+03 World StepLimiter - 1258 -490 -90 11.8 6.44e-14 0 1 1.26e+03 World StepLimiter - 1259 -490 -90.9 11.8 6.45e-14 0 1 1.26e+03 World StepLimiter - 1260 -490 -91.9 11.8 6.46e-14 0 1 1.26e+03 World StepLimiter - 1261 -490 -92.9 11.8 6.47e-14 0 1 1.26e+03 World StepLimiter - 1262 -490 -93.9 11.8 6.48e-14 0 1 1.26e+03 World StepLimiter - 1263 -491 -94.9 11.8 6.49e-14 0 1 1.26e+03 World StepLimiter - 1264 -491 -95.8 11.8 6.5e-14 0 1 1.26e+03 World StepLimiter - 1265 -491 -96.8 11.8 6.51e-14 0 1 1.26e+03 World StepLimiter - 1266 -491 -97.8 11.8 6.52e-14 0 1 1.27e+03 World StepLimiter - 1267 -491 -98.8 11.9 6.53e-14 0 1 1.27e+03 World StepLimiter - 1268 -492 -99.7 11.9 6.54e-14 0 1 1.27e+03 World StepLimiter - 1269 -492 -101 11.9 6.55e-14 0 1 1.27e+03 World StepLimiter - 1270 -492 -102 11.9 6.56e-14 0 1 1.27e+03 World StepLimiter - 1271 -492 -103 11.9 6.57e-14 0 1 1.27e+03 World StepLimiter - 1272 -493 -104 11.9 6.58e-14 0 1 1.27e+03 World StepLimiter - 1273 -493 -105 11.9 6.59e-14 0 1 1.27e+03 World StepLimiter - 1274 -493 -106 11.9 6.6e-14 0 1 1.27e+03 World StepLimiter - 1275 -493 -107 11.9 6.61e-14 0 1 1.28e+03 World StepLimiter - 1276 -493 -108 11.9 6.62e-14 0 1 1.28e+03 World StepLimiter - 1277 -494 -109 11.9 6.63e-14 0 1 1.28e+03 World StepLimiter - 1278 -494 -110 11.9 6.64e-14 0 1 1.28e+03 World StepLimiter - 1279 -494 -111 11.9 6.65e-14 0 1 1.28e+03 World StepLimiter - 1280 -494 -111 11.9 6.66e-14 0 1 1.28e+03 World StepLimiter - 1281 -494 -112 11.9 6.67e-14 0 1 1.28e+03 World StepLimiter - 1282 -495 -113 11.9 6.68e-14 0 1 1.28e+03 World StepLimiter - 1283 -495 -114 11.9 6.69e-14 0 1 1.28e+03 World StepLimiter - 1284 -495 -115 11.9 6.7e-14 0 1 1.28e+03 World StepLimiter - 1285 -495 -116 11.9 6.71e-14 0 1 1.28e+03 World StepLimiter - 1286 -495 -117 11.9 6.72e-14 0 1 1.29e+03 World StepLimiter - 1287 -496 -118 11.9 6.73e-14 0 1 1.29e+03 World StepLimiter - 1288 -496 -119 12 6.74e-14 0 1 1.29e+03 World StepLimiter - 1289 -496 -120 12 6.75e-14 0 1 1.29e+03 World StepLimiter - 1290 -496 -121 12 6.76e-14 0 1 1.29e+03 World StepLimiter - 1291 -496 -122 12 6.77e-14 0 1 1.29e+03 World StepLimiter - 1292 -497 -123 12 6.78e-14 0 1 1.29e+03 World StepLimiter - 1293 -497 -124 12 6.79e-14 0 1 1.29e+03 World StepLimiter - 1294 -497 -125 12 6.8e-14 0 1 1.29e+03 World StepLimiter - 1295 -497 -126 12 6.81e-14 0 1 1.3e+03 World StepLimiter - 1296 -497 -127 12 6.82e-14 0 1 1.3e+03 World StepLimiter - 1297 -498 -128 12 6.83e-14 0 1 1.3e+03 World StepLimiter - 1298 -498 -129 12 6.84e-14 0 1 1.3e+03 World StepLimiter - 1299 -498 -130 12 6.85e-14 0 1 1.3e+03 World StepLimiter - 1300 -498 -131 12 6.86e-14 0 1 1.3e+03 World StepLimiter - 1301 -498 -132 12 6.87e-14 0 1 1.3e+03 World StepLimiter - 1302 -499 -133 12 6.88e-14 0 1 1.3e+03 World StepLimiter - 1303 -499 -134 12 6.89e-14 0 1 1.3e+03 World StepLimiter - 1304 -499 -135 12 6.9e-14 0 1 1.3e+03 World StepLimiter - 1305 -499 -136 12 6.91e-14 0 1 1.3e+03 World StepLimiter - 1306 -499 -137 12 6.92e-14 0 1 1.31e+03 World StepLimiter - 1307 -500 -138 12 6.93e-14 0 1 1.31e+03 World StepLimiter - 1308 -500 -139 12.1 6.94e-14 0 1 1.31e+03 World StepLimiter - 1309 -500 -140 12.1 6.95e-14 0 1 1.31e+03 World StepLimiter - 1310 -500 -141 12.1 6.96e-14 0 1 1.31e+03 World StepLimiter - 1311 -500 -142 12.1 6.97e-14 0 1 1.31e+03 World StepLimiter - 1312 -501 -143 12.1 6.98e-14 0 1 1.31e+03 World StepLimiter - 1313 -501 -144 12.1 6.99e-14 0 1 1.31e+03 World StepLimiter - 1314 -501 -145 12.1 7e-14 0 1 1.31e+03 World StepLimiter - 1315 -501 -146 12.1 7.01e-14 0 1 1.32e+03 World StepLimiter - 1316 -501 -147 12.1 7.02e-14 0 1 1.32e+03 World StepLimiter - 1317 -502 -148 12.1 7.03e-14 0 1 1.32e+03 World StepLimiter - 1318 -502 -149 12.1 7.04e-14 0 1 1.32e+03 World StepLimiter - 1319 -502 -150 12.1 7.05e-14 0 1 1.32e+03 World StepLimiter - 1320 -502 -151 12.1 7.06e-14 0 1 1.32e+03 World StepLimiter - 1321 -502 -152 12.1 7.07e-14 0 1 1.32e+03 World StepLimiter - 1322 -503 -153 12.1 7.08e-14 0 1 1.32e+03 World StepLimiter - 1323 -503 -154 12.1 7.09e-14 0 1 1.32e+03 World StepLimiter - 1324 -503 -155 12.1 7.1e-14 0 1 1.32e+03 World StepLimiter - 1325 -503 -156 12.1 7.11e-14 0 1 1.32e+03 World StepLimiter - 1326 -503 -157 12.1 7.12e-14 0 1 1.33e+03 World StepLimiter - 1327 -504 -158 12.1 7.13e-14 0 1 1.33e+03 World StepLimiter - 1328 -504 -159 12.1 7.14e-14 0 1 1.33e+03 World StepLimiter - 1329 -504 -159 12.2 7.15e-14 0 1 1.33e+03 World StepLimiter - 1330 -504 -160 12.2 7.16e-14 0 1 1.33e+03 World StepLimiter - 1331 -504 -161 12.2 7.17e-14 0 1 1.33e+03 World StepLimiter - 1332 -505 -162 12.2 7.18e-14 0 1 1.33e+03 World StepLimiter - 1333 -505 -163 12.2 7.19e-14 0 1 1.33e+03 World StepLimiter - 1334 -505 -164 12.2 7.2e-14 0 1 1.33e+03 World StepLimiter - 1335 -505 -165 12.2 7.21e-14 0 1 1.34e+03 World StepLimiter - 1336 -505 -166 12.2 7.22e-14 0 1 1.34e+03 World StepLimiter - 1337 -506 -167 12.2 7.23e-14 0 1 1.34e+03 World StepLimiter - 1338 -506 -168 12.2 7.24e-14 0 1 1.34e+03 World StepLimiter - 1339 -506 -169 12.2 7.25e-14 0 1 1.34e+03 World StepLimiter - 1340 -506 -170 12.2 7.26e-14 0 1 1.34e+03 World StepLimiter - 1341 -506 -171 12.2 7.27e-14 0 1 1.34e+03 World StepLimiter - 1342 -506 -172 12.2 7.28e-14 0 1 1.34e+03 World StepLimiter - 1343 -507 -173 12.2 7.29e-14 0 1 1.34e+03 World StepLimiter - 1344 -507 -174 12.2 7.3e-14 0 1 1.34e+03 World StepLimiter - 1345 -507 -175 12.2 7.31e-14 0 1 1.34e+03 World StepLimiter - 1346 -507 -176 12.2 7.32e-14 0 1 1.35e+03 World StepLimiter - 1347 -507 -177 12.2 7.33e-14 0 1 1.35e+03 World StepLimiter - 1348 -508 -178 12.2 7.34e-14 0 1 1.35e+03 World StepLimiter - 1349 -508 -179 12.2 7.35e-14 0 1 1.35e+03 World StepLimiter - 1350 -508 -180 12.3 7.36e-14 0 1 1.35e+03 World StepLimiter - 1351 -508 -181 12.3 7.37e-14 0 1 1.35e+03 World StepLimiter - 1352 -508 -182 12.3 7.38e-14 0 1 1.35e+03 World StepLimiter - 1353 -509 -183 12.3 7.39e-14 0 1 1.35e+03 World StepLimiter - 1354 -509 -184 12.3 7.4e-14 0 1 1.35e+03 World StepLimiter - 1355 -509 -185 12.3 7.41e-14 0 1 1.36e+03 World StepLimiter - 1356 -509 -186 12.3 7.42e-14 0 1 1.36e+03 World StepLimiter - 1357 -509 -187 12.3 7.43e-14 0 1 1.36e+03 World StepLimiter - 1358 -510 -188 12.3 7.44e-14 0 1 1.36e+03 World StepLimiter - 1359 -510 -189 12.3 7.45e-14 0 1 1.36e+03 World StepLimiter - 1360 -510 -190 12.3 7.46e-14 0 1 1.36e+03 World StepLimiter - 1361 -510 -191 12.3 7.47e-14 0 1 1.36e+03 World StepLimiter - 1362 -510 -192 12.3 7.48e-14 0 1 1.36e+03 World StepLimiter - 1363 -511 -193 12.3 7.49e-14 0 1 1.36e+03 World StepLimiter - 1364 -511 -194 12.3 7.5e-14 0 1 1.36e+03 World StepLimiter - 1365 -511 -195 12.3 7.51e-14 0 1 1.36e+03 World StepLimiter - 1366 -511 -196 12.3 7.52e-14 0 1 1.37e+03 World StepLimiter - 1367 -511 -197 12.3 7.53e-14 0 1 1.37e+03 World StepLimiter - 1368 -512 -198 12.3 7.54e-14 0 1 1.37e+03 World StepLimiter - 1369 -512 -199 12.3 7.55e-14 0 1 1.37e+03 World StepLimiter - 1370 -512 -200 12.3 7.56e-14 0 1 1.37e+03 World StepLimiter - 1371 -512 -201 12.3 7.57e-14 0 1 1.37e+03 World StepLimiter - 1372 -512 -202 12.4 7.58e-14 0 1 1.37e+03 World StepLimiter - 1373 -512 -203 12.4 7.59e-14 0 1 1.37e+03 World StepLimiter - 1374 -513 -204 12.4 7.6e-14 0 1 1.37e+03 World StepLimiter - 1375 -513 -205 12.4 7.61e-14 0 1 1.38e+03 World StepLimiter - 1376 -513 -206 12.4 7.62e-14 0 1 1.38e+03 World StepLimiter - 1377 -513 -207 12.4 7.63e-14 0 1 1.38e+03 World StepLimiter - 1378 -513 -208 12.4 7.64e-14 0 1 1.38e+03 World StepLimiter - 1379 -514 -209 12.4 7.65e-14 0 1 1.38e+03 World StepLimiter - 1380 -514 -210 12.4 7.66e-14 0 1 1.38e+03 World StepLimiter - 1381 -514 -211 12.4 7.67e-14 0 1 1.38e+03 World StepLimiter - 1382 -514 -211 12.4 7.68e-14 0 1 1.38e+03 World StepLimiter - 1383 -514 -212 12.4 7.69e-14 0 1 1.38e+03 World StepLimiter - 1384 -515 -213 12.4 7.7e-14 0 1 1.38e+03 World StepLimiter - 1385 -515 -214 12.4 7.71e-14 0 1 1.38e+03 World StepLimiter - 1386 -515 -215 12.4 7.72e-14 0 1 1.39e+03 World StepLimiter - 1387 -515 -216 12.4 7.74e-14 0 1 1.39e+03 World StepLimiter - 1388 -515 -217 12.4 7.75e-14 0 1 1.39e+03 World StepLimiter - 1389 -516 -218 12.4 7.76e-14 0 1 1.39e+03 World StepLimiter - 1390 -516 -219 12.4 7.77e-14 0 1 1.39e+03 World StepLimiter - 1391 -516 -220 12.4 7.78e-14 0 1 1.39e+03 World StepLimiter - 1392 -516 -221 12.4 7.79e-14 0 1 1.39e+03 World StepLimiter - 1393 -516 -222 12.4 7.8e-14 0 1 1.39e+03 World StepLimiter - 1394 -516 -223 12.5 7.81e-14 0 1 1.39e+03 World StepLimiter - 1395 -517 -224 12.5 7.82e-14 0 1 1.4e+03 World StepLimiter - 1396 -517 -225 12.5 7.83e-14 0 1 1.4e+03 World StepLimiter - 1397 -517 -226 12.5 7.84e-14 0 1 1.4e+03 World StepLimiter - 1398 -517 -227 12.5 7.85e-14 0 1 1.4e+03 World StepLimiter - 1399 -517 -228 12.5 7.86e-14 0 1 1.4e+03 World StepLimiter - 1400 -518 -229 12.5 7.87e-14 0 1 1.4e+03 World StepLimiter - 1401 -518 -230 12.5 7.88e-14 0 1 1.4e+03 World StepLimiter - 1402 -518 -231 12.5 7.89e-14 0 1 1.4e+03 World StepLimiter - 1403 -518 -232 12.5 7.9e-14 0 1 1.4e+03 World StepLimiter - 1404 -518 -233 12.5 7.91e-14 0 1 1.4e+03 World StepLimiter - 1405 -519 -234 12.5 7.92e-14 0 1 1.4e+03 World StepLimiter - 1406 -519 -235 12.5 7.93e-14 0 1 1.41e+03 World StepLimiter - 1407 -519 -236 12.5 7.94e-14 0 1 1.41e+03 World StepLimiter - 1408 -519 -237 12.5 7.95e-14 0 1 1.41e+03 World StepLimiter - 1409 -519 -238 12.5 7.96e-14 0 1 1.41e+03 World StepLimiter - 1410 -519 -239 12.5 7.97e-14 0 1 1.41e+03 World StepLimiter - 1411 -520 -240 12.5 7.98e-14 0 1 1.41e+03 World StepLimiter - 1412 -520 -241 12.5 7.99e-14 0 1 1.41e+03 World StepLimiter - 1413 -520 -242 12.5 8e-14 0 1 1.41e+03 World StepLimiter - 1414 -520 -243 12.5 8.01e-14 0 1 1.41e+03 World StepLimiter - 1415 -520 -244 12.5 8.02e-14 0 1 1.42e+03 World StepLimiter - 1416 -521 -245 12.6 8.03e-14 0 1 1.42e+03 World StepLimiter - 1417 -521 -246 12.6 8.04e-14 0 1 1.42e+03 World StepLimiter - 1418 -521 -247 12.6 8.05e-14 0 1 1.42e+03 World StepLimiter - 1419 -521 -248 12.6 8.06e-14 0 1 1.42e+03 World StepLimiter - 1420 -521 -249 12.6 8.07e-14 0 1 1.42e+03 World StepLimiter - 1421 -522 -250 12.6 8.08e-14 0 1 1.42e+03 World StepLimiter - 1422 -522 -251 12.6 8.09e-14 0 1 1.42e+03 World StepLimiter - 1423 -522 -252 12.6 8.1e-14 0 1 1.42e+03 World StepLimiter - 1424 -522 -253 12.6 8.11e-14 0 1 1.42e+03 World StepLimiter - 1425 -522 -254 12.6 8.12e-14 0 1 1.42e+03 World StepLimiter - 1426 -522 -255 12.6 8.13e-14 0 1 1.43e+03 World StepLimiter - 1427 -523 -256 12.6 8.14e-14 0 1 1.43e+03 World StepLimiter - 1428 -523 -257 12.6 8.15e-14 0 1 1.43e+03 World StepLimiter - 1429 -523 -258 12.6 8.16e-14 0 1 1.43e+03 World StepLimiter - 1430 -523 -259 12.6 8.17e-14 0 1 1.43e+03 World StepLimiter - 1431 -523 -260 12.6 8.18e-14 0 1 1.43e+03 World StepLimiter - 1432 -524 -261 12.6 8.19e-14 0 1 1.43e+03 World StepLimiter - 1433 -524 -262 12.6 8.2e-14 0 1 1.43e+03 World StepLimiter - 1434 -524 -263 12.6 8.21e-14 0 1 1.43e+03 World StepLimiter - 1435 -524 -264 12.6 8.22e-14 0 1 1.44e+03 World StepLimiter - 1436 -524 -265 12.6 8.23e-14 0 1 1.44e+03 World StepLimiter - 1437 -524 -266 12.6 8.24e-14 0 1 1.44e+03 World StepLimiter - 1438 -525 -267 12.7 8.25e-14 0 1 1.44e+03 World StepLimiter - 1439 -525 -267 12.7 8.26e-14 0 1 1.44e+03 World StepLimiter - 1440 -525 -268 12.7 8.27e-14 0 1 1.44e+03 World StepLimiter - 1441 -525 -269 12.7 8.28e-14 0 1 1.44e+03 World StepLimiter - 1442 -525 -270 12.7 8.29e-14 0 1 1.44e+03 World StepLimiter - 1443 -526 -271 12.7 8.3e-14 0 1 1.44e+03 World StepLimiter - 1444 -526 -272 12.7 8.31e-14 0 1 1.44e+03 World StepLimiter - 1445 -526 -273 12.7 8.32e-14 0 1 1.44e+03 World StepLimiter - 1446 -526 -274 12.7 8.33e-14 0 1 1.45e+03 World StepLimiter - 1447 -526 -275 12.7 8.34e-14 0 1 1.45e+03 World StepLimiter - 1448 -526 -276 12.7 8.35e-14 0 1 1.45e+03 World StepLimiter - 1449 -527 -277 12.7 8.36e-14 0 1 1.45e+03 World StepLimiter - 1450 -527 -278 12.7 8.37e-14 0 1 1.45e+03 World StepLimiter - 1451 -527 -279 12.7 8.38e-14 0 1 1.45e+03 World StepLimiter - 1452 -527 -280 12.7 8.39e-14 0 1 1.45e+03 World StepLimiter - 1453 -527 -281 12.7 8.4e-14 0 1 1.45e+03 World StepLimiter - 1454 -528 -282 12.7 8.41e-14 0 1 1.45e+03 World StepLimiter - 1455 -528 -283 12.7 8.42e-14 0 1 1.46e+03 World StepLimiter - 1456 -528 -284 12.7 8.43e-14 0 1 1.46e+03 World StepLimiter - 1457 -528 -285 12.7 8.44e-14 0 1 1.46e+03 World StepLimiter - 1458 -528 -286 12.7 8.45e-14 0 1 1.46e+03 World StepLimiter - 1459 -528 -287 12.7 8.46e-14 0 1 1.46e+03 World StepLimiter - 1460 -529 -288 12.7 8.47e-14 0 1 1.46e+03 World StepLimiter - 1461 -529 -289 12.8 8.48e-14 0 1 1.46e+03 World StepLimiter - 1462 -529 -290 12.8 8.49e-14 0 1 1.46e+03 World StepLimiter - 1463 -529 -291 12.8 8.5e-14 0 1 1.46e+03 World StepLimiter - 1464 -529 -292 12.8 8.51e-14 0 1 1.46e+03 World StepLimiter - 1465 -530 -293 12.8 8.52e-14 0 1 1.46e+03 World StepLimiter - 1466 -530 -294 12.8 8.53e-14 0 1 1.47e+03 World StepLimiter - 1467 -530 -295 12.8 8.54e-14 0 1 1.47e+03 World StepLimiter - 1468 -530 -296 12.8 8.55e-14 0 1 1.47e+03 World StepLimiter - 1469 -530 -297 12.8 8.56e-14 0 1 1.47e+03 World StepLimiter - 1470 -530 -298 12.8 8.57e-14 0 1 1.47e+03 World StepLimiter - 1471 -531 -299 12.8 8.58e-14 0 1 1.47e+03 World StepLimiter - 1472 -531 -300 12.8 8.59e-14 0 1 1.47e+03 World StepLimiter - 1473 -531 -301 12.8 8.6e-14 0 1 1.47e+03 World StepLimiter - 1474 -531 -302 12.8 8.61e-14 0 1 1.47e+03 World StepLimiter - 1475 -531 -303 12.8 8.62e-14 0 1 1.48e+03 World StepLimiter - 1476 -532 -304 12.8 8.63e-14 0 1 1.48e+03 World StepLimiter - 1477 -532 -305 12.8 8.64e-14 0 1 1.48e+03 World StepLimiter - 1478 -532 -306 12.8 8.65e-14 0 1 1.48e+03 World StepLimiter - 1479 -532 -307 12.8 8.66e-14 0 1 1.48e+03 World StepLimiter - 1480 -532 -308 12.8 8.67e-14 0 1 1.48e+03 World StepLimiter - 1481 -532 -309 12.8 8.68e-14 0 1 1.48e+03 World StepLimiter - 1482 -533 -310 12.8 8.69e-14 0 1 1.48e+03 World StepLimiter - 1483 -533 -311 12.8 8.7e-14 0 1 1.48e+03 World StepLimiter - 1484 -533 -312 12.9 8.71e-14 0 1 1.48e+03 World StepLimiter - 1485 -533 -313 12.9 8.72e-14 0 1 1.48e+03 World StepLimiter - 1486 -533 -314 12.9 8.73e-14 0 1 1.49e+03 World StepLimiter - 1487 -533 -315 12.9 8.74e-14 0 1 1.49e+03 World StepLimiter - 1488 -534 -316 12.9 8.75e-14 0 1 1.49e+03 World StepLimiter - 1489 -534 -317 12.9 8.76e-14 0 1 1.49e+03 World StepLimiter - 1490 -534 -318 12.9 8.77e-14 0 1 1.49e+03 World StepLimiter - 1491 -534 -319 12.9 8.78e-14 0 1 1.49e+03 World StepLimiter - 1492 -534 -320 12.9 8.79e-14 0 1 1.49e+03 World StepLimiter - 1493 -535 -321 12.9 8.8e-14 0 1 1.49e+03 World StepLimiter - 1494 -535 -322 12.9 8.81e-14 0 1 1.49e+03 World StepLimiter - 1495 -535 -323 12.9 8.82e-14 0 1 1.5e+03 World StepLimiter - 1496 -535 -324 12.9 8.83e-14 0 1 1.5e+03 World StepLimiter - 1497 -535 -325 12.9 8.84e-14 0 1 1.5e+03 World StepLimiter - 1498 -535 -326 12.9 8.85e-14 0 1 1.5e+03 World StepLimiter - 1499 -536 -327 12.9 8.86e-14 0 1 1.5e+03 World StepLimiter - 1500 -536 -328 12.9 8.87e-14 0 1 1.5e+03 World StepLimiter - 1501 -536 -328 12.9 8.88e-14 0 1 1.5e+03 World StepLimiter - 1502 -536 -329 12.9 8.89e-14 0 1 1.5e+03 World StepLimiter - 1503 -536 -330 12.9 8.9e-14 0 1 1.5e+03 World StepLimiter - 1504 -536 -331 12.9 8.91e-14 0 1 1.5e+03 World StepLimiter - 1505 -537 -332 12.9 8.92e-14 0 1 1.5e+03 World StepLimiter - 1506 -537 -333 12.9 8.93e-14 0 1 1.51e+03 World StepLimiter - 1507 -537 -334 12.9 8.95e-14 0 1 1.51e+03 World StepLimiter - 1508 -537 -335 13 8.96e-14 0 1 1.51e+03 World StepLimiter - 1509 -537 -336 13 8.97e-14 0 1 1.51e+03 World StepLimiter - 1510 -538 -337 13 8.98e-14 0 1 1.51e+03 World StepLimiter - 1511 -538 -338 13 8.99e-14 0 1 1.51e+03 World StepLimiter - 1512 -538 -339 13 9e-14 0 1 1.51e+03 World StepLimiter - 1513 -538 -340 13 9.01e-14 0 1 1.51e+03 World StepLimiter - 1514 -538 -341 13 9.02e-14 0 1 1.51e+03 World StepLimiter - 1515 -538 -342 13 9.03e-14 0 1 1.52e+03 World StepLimiter - 1516 -539 -343 13 9.04e-14 0 1 1.52e+03 World StepLimiter - 1517 -539 -344 13 9.05e-14 0 1 1.52e+03 World StepLimiter - 1518 -539 -345 13 9.06e-14 0 1 1.52e+03 World StepLimiter - 1519 -539 -346 13 9.07e-14 0 1 1.52e+03 World StepLimiter - 1520 -539 -347 13 9.08e-14 0 1 1.52e+03 World StepLimiter - 1521 -539 -348 13 9.09e-14 0 1 1.52e+03 World StepLimiter - 1522 -540 -349 13 9.1e-14 0 1 1.52e+03 World StepLimiter - 1523 -540 -350 13 9.11e-14 0 1 1.52e+03 World StepLimiter - 1524 -540 -351 13 9.12e-14 0 1 1.52e+03 World StepLimiter - 1525 -540 -352 13 9.13e-14 0 1 1.52e+03 World StepLimiter - 1526 -540 -353 13 9.14e-14 0 1 1.53e+03 World StepLimiter - 1527 -541 -354 13 9.15e-14 0 1 1.53e+03 World StepLimiter - 1528 -541 -355 13 9.16e-14 0 1 1.53e+03 World StepLimiter - 1529 -541 -356 13 9.17e-14 0 1 1.53e+03 World StepLimiter - 1530 -541 -357 13 9.18e-14 0 1 1.53e+03 World StepLimiter - 1531 -541 -358 13.1 9.19e-14 0 1 1.53e+03 World StepLimiter - 1532 -541 -359 13.1 9.2e-14 0 1 1.53e+03 World StepLimiter - 1533 -542 -360 13.1 9.21e-14 0 1 1.53e+03 World StepLimiter - 1534 -542 -361 13.1 9.22e-14 0 1 1.53e+03 World StepLimiter - 1535 -542 -362 13.1 9.23e-14 0 1 1.54e+03 World StepLimiter - 1536 -542 -363 13.1 9.24e-14 0 1 1.54e+03 World StepLimiter - 1537 -542 -364 13.1 9.25e-14 0 1 1.54e+03 World StepLimiter - 1538 -542 -365 13.1 9.26e-14 0 1 1.54e+03 World StepLimiter - 1539 -543 -366 13.1 9.27e-14 0 1 1.54e+03 World StepLimiter - 1540 -543 -367 13.1 9.28e-14 0 1 1.54e+03 World StepLimiter - 1541 -543 -368 13.1 9.29e-14 0 1 1.54e+03 World StepLimiter - 1542 -543 -369 13.1 9.3e-14 0 1 1.54e+03 World StepLimiter - 1543 -543 -370 13.1 9.31e-14 0 1 1.54e+03 World StepLimiter - 1544 -543 -371 13.1 9.32e-14 0 1 1.54e+03 World StepLimiter - 1545 -544 -372 13.1 9.33e-14 0 1 1.54e+03 World StepLimiter - 1546 -544 -373 13.1 9.34e-14 0 1 1.55e+03 World StepLimiter - 1547 -544 -374 13.1 9.35e-14 0 1 1.55e+03 World StepLimiter - 1548 -544 -375 13.1 9.36e-14 0 1 1.55e+03 World StepLimiter - 1549 -544 -376 13.1 9.37e-14 0 1 1.55e+03 World StepLimiter - 1550 -544 -377 13.1 9.38e-14 0 1 1.55e+03 World StepLimiter - 1551 -545 -378 13.1 9.39e-14 0 1 1.55e+03 World StepLimiter - 1552 -545 -379 13.1 9.4e-14 0 1 1.55e+03 World StepLimiter - 1553 -545 -380 13.1 9.41e-14 0 1 1.55e+03 World StepLimiter - 1554 -545 -381 13.1 9.42e-14 0 1 1.55e+03 World StepLimiter - 1555 -545 -382 13.2 9.43e-14 0 1 1.56e+03 World StepLimiter - 1556 -546 -383 13.2 9.44e-14 0 1 1.56e+03 World StepLimiter - 1557 -546 -384 13.2 9.45e-14 0 1 1.56e+03 World StepLimiter - 1558 -546 -385 13.2 9.46e-14 0 1 1.56e+03 World StepLimiter - 1559 -546 -386 13.2 9.47e-14 0 1 1.56e+03 World StepLimiter - 1560 -546 -387 13.2 9.48e-14 0 1 1.56e+03 World StepLimiter - 1561 -546 -388 13.2 9.49e-14 0 1 1.56e+03 World StepLimiter - 1562 -547 -389 13.2 9.5e-14 0 1 1.56e+03 World StepLimiter - 1563 -547 -390 13.2 9.51e-14 0 1 1.56e+03 World StepLimiter - 1564 -547 -391 13.2 9.52e-14 0 1 1.56e+03 World StepLimiter - 1565 -547 -392 13.2 9.53e-14 0 1 1.56e+03 World StepLimiter - 1566 -547 -392 13.2 9.54e-14 0 1 1.57e+03 World StepLimiter - 1567 -547 -393 13.2 9.55e-14 0 1 1.57e+03 World StepLimiter - 1568 -548 -394 13.2 9.56e-14 0 1 1.57e+03 World StepLimiter - 1569 -548 -395 13.2 9.57e-14 0 1 1.57e+03 World StepLimiter - 1570 -548 -396 13.2 9.58e-14 0 1 1.57e+03 World StepLimiter - 1571 -548 -397 13.2 9.59e-14 0 1 1.57e+03 World StepLimiter - 1572 -548 -398 13.2 9.6e-14 0 1 1.57e+03 World StepLimiter - 1573 -548 -399 13.2 9.61e-14 0 1 1.57e+03 World StepLimiter - 1574 -549 -400 13.2 9.62e-14 0 1 1.57e+03 World StepLimiter - 1575 -549 -401 13.2 9.63e-14 0 1 1.58e+03 World StepLimiter - 1576 -549 -402 13.2 9.64e-14 0 1 1.58e+03 World StepLimiter - 1577 -549 -403 13.2 9.65e-14 0 1 1.58e+03 World StepLimiter - 1578 -549 -404 13.2 9.66e-14 0 1 1.58e+03 World StepLimiter - 1579 -549 -405 13.2 9.67e-14 0 1 1.58e+03 World StepLimiter - 1580 -550 -406 13.3 9.68e-14 0 1 1.58e+03 World StepLimiter - 1581 -550 -407 13.3 9.69e-14 0 1 1.58e+03 World StepLimiter - 1582 -550 -408 13.3 9.7e-14 0 1 1.58e+03 World StepLimiter - 1583 -550 -409 13.3 9.71e-14 0 1 1.58e+03 World StepLimiter - 1584 -550 -410 13.3 9.72e-14 0 1 1.58e+03 World StepLimiter - 1585 -550 -411 13.3 9.73e-14 0 1 1.58e+03 World StepLimiter - 1586 -551 -412 13.3 9.74e-14 0 1 1.59e+03 World StepLimiter - 1587 -551 -413 13.3 9.75e-14 0 1 1.59e+03 World StepLimiter - 1588 -551 -414 13.3 9.76e-14 0 1 1.59e+03 World StepLimiter - 1589 -551 -415 13.3 9.77e-14 0 1 1.59e+03 World StepLimiter - 1590 -551 -416 13.3 9.78e-14 0 1 1.59e+03 World StepLimiter - 1591 -551 -417 13.3 9.79e-14 0 1 1.59e+03 World StepLimiter - 1592 -552 -418 13.3 9.8e-14 0 1 1.59e+03 World StepLimiter - 1593 -552 -419 13.3 9.81e-14 0 1 1.59e+03 World StepLimiter - 1594 -552 -420 13.3 9.82e-14 0 1 1.59e+03 World StepLimiter - 1595 -552 -421 13.3 9.83e-14 0 1 1.6e+03 World StepLimiter - 1596 -552 -422 13.3 9.84e-14 0 1 1.6e+03 World StepLimiter - 1597 -552 -423 13.3 9.85e-14 0 1 1.6e+03 World StepLimiter - 1598 -553 -424 13.3 9.86e-14 0 1 1.6e+03 World StepLimiter - 1599 -553 -425 13.3 9.87e-14 0 1 1.6e+03 World StepLimiter - 1600 -553 -426 13.3 9.88e-14 0 1 1.6e+03 World StepLimiter - 1601 -553 -427 13.3 9.89e-14 0 1 1.6e+03 World StepLimiter - 1602 -553 -428 13.3 9.9e-14 0 1 1.6e+03 World StepLimiter - 1603 -553 -429 13.3 9.91e-14 0 1 1.6e+03 World StepLimiter - 1604 -554 -430 13.4 9.93e-14 0 1 1.6e+03 World StepLimiter - 1605 -554 -431 13.4 9.94e-14 0 1 1.6e+03 World StepLimiter - 1606 -554 -432 13.4 9.95e-14 0 1 1.61e+03 World StepLimiter - 1607 -554 -433 13.4 9.96e-14 0 1 1.61e+03 World StepLimiter - 1608 -554 -434 13.4 9.97e-14 0 1 1.61e+03 World StepLimiter - 1609 -554 -435 13.4 9.98e-14 0 1 1.61e+03 World StepLimiter - 1610 -555 -436 13.4 9.99e-14 0 1 1.61e+03 World StepLimiter - 1611 -555 -437 13.4 1e-13 0 1 1.61e+03 World StepLimiter - 1612 -555 -438 13.4 1e-13 0 1 1.61e+03 World StepLimiter - 1613 -555 -439 13.4 1e-13 0 1 1.61e+03 World StepLimiter - 1614 -555 -440 13.4 1e-13 0 1 1.61e+03 World StepLimiter - 1615 -555 -441 13.4 1e-13 0 1 1.62e+03 World StepLimiter - 1616 -556 -442 13.4 1e-13 0 1 1.62e+03 World StepLimiter - 1617 -556 -443 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1618 -556 -444 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1619 -556 -445 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1620 -556 -446 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1621 -556 -447 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1622 -557 -448 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1623 -557 -449 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1624 -557 -450 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1625 -557 -451 13.4 1.01e-13 0 1 1.62e+03 World StepLimiter - 1626 -557 -452 13.4 1.01e-13 0 1 1.63e+03 World StepLimiter - 1627 -557 -453 13.4 1.02e-13 0 1 1.63e+03 World StepLimiter - 1628 -558 -454 13.4 1.02e-13 0 1 1.63e+03 World StepLimiter - 1629 -558 -455 13.5 1.02e-13 0 1 1.63e+03 World StepLimiter - 1630 -558 -456 13.5 1.02e-13 0 1 1.63e+03 World StepLimiter - 1631 -558 -457 13.5 1.02e-13 0 1 1.63e+03 World StepLimiter - 1632 -558 -458 13.5 1.02e-13 0 1 1.63e+03 World StepLimiter - 1633 -558 -459 13.5 1.02e-13 0 1 1.63e+03 World StepLimiter - 1634 -559 -460 13.5 1.02e-13 0 1 1.63e+03 World StepLimiter - 1635 -559 -461 13.5 1.02e-13 0 1 1.64e+03 World StepLimiter - 1636 -559 -462 13.5 1.02e-13 0 1 1.64e+03 World StepLimiter - 1637 -559 -462 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1638 -559 -463 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1639 -559 -464 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1640 -560 -465 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1641 -560 -466 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1642 -560 -467 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1643 -560 -468 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1644 -560 -469 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1645 -560 -470 13.5 1.03e-13 0 1 1.64e+03 World StepLimiter - 1646 -561 -471 13.5 1.03e-13 0 1 1.65e+03 World StepLimiter - 1647 -561 -472 13.5 1.04e-13 0 1 1.65e+03 World StepLimiter - 1648 -561 -473 13.5 1.04e-13 0 1 1.65e+03 World StepLimiter - 1649 -561 -474 13.5 1.04e-13 0 1 1.65e+03 World StepLimiter - 1650 -561 -475 13.5 1.04e-13 0 1 1.65e+03 World StepLimiter - 1651 -561 -476 13.5 1.04e-13 0 1 1.65e+03 World StepLimiter - 1652 -562 -477 13.5 1.04e-13 0 1 1.65e+03 World StepLimiter - 1653 -562 -478 13.5 1.04e-13 0 1 1.65e+03 World StepLimiter - 1654 -562 -479 13.5 1.04e-13 0 1 1.65e+03 World StepLimiter - 1655 -562 -480 13.6 1.04e-13 0 1 1.66e+03 World StepLimiter - 1656 -562 -481 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1657 -562 -482 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1658 -563 -483 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1659 -563 -484 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1660 -563 -485 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1661 -563 -486 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1662 -563 -487 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1663 -563 -488 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1664 -564 -489 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1665 -564 -490 13.6 1.05e-13 0 1 1.66e+03 World StepLimiter - 1666 -564 -491 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1667 -564 -492 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1668 -564 -493 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1669 -564 -494 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1670 -564 -495 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1671 -565 -496 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1672 -565 -497 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1673 -565 -498 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1674 -565 -499 13.6 1.06e-13 0 1 1.67e+03 World StepLimiter - 1675 -565 -500 13.6 1.06e-13 0 1 1.68e+03 World StepLimiter - 1676 -565 -501 13.6 1.07e-13 0 1 1.68e+03 World StepLimiter - 1677 -566 -502 13.6 1.07e-13 0 1 1.68e+03 World StepLimiter - 1678 -566 -503 13.6 1.07e-13 0 1 1.68e+03 World StepLimiter - 1679 -566 -504 13.6 1.07e-13 0 1 1.68e+03 World StepLimiter - 1680 -566 -505 13.7 1.07e-13 0 1 1.68e+03 World StepLimiter - 1681 -566 -506 13.7 1.07e-13 0 1 1.68e+03 World StepLimiter - 1682 -566 -507 13.7 1.07e-13 0 1 1.68e+03 World StepLimiter - 1683 -567 -508 13.7 1.07e-13 0 1 1.68e+03 World StepLimiter - 1684 -567 -509 13.7 1.07e-13 0 1 1.68e+03 World StepLimiter - 1685 -567 -510 13.7 1.07e-13 0 1 1.68e+03 World StepLimiter - 1686 -567 -511 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1687 -567 -512 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1688 -567 -513 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1689 -568 -514 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1690 -568 -515 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1691 -568 -516 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1692 -568 -517 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1693 -568 -518 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1694 -568 -519 13.7 1.08e-13 0 1 1.69e+03 World StepLimiter - 1695 -569 -520 13.7 1.08e-13 0 1 1.7e+03 World StepLimiter - 1696 -569 -521 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1697 -569 -522 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1698 -569 -523 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1699 -569 -524 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1700 -569 -525 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1701 -569 -526 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1702 -570 -527 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1703 -570 -528 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1704 -570 -529 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1705 -570 -530 13.7 1.09e-13 0 1 1.7e+03 World StepLimiter - 1706 -570 -531 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1707 -570 -532 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1708 -571 -533 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1709 -571 -534 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1710 -571 -535 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1711 -571 -536 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1712 -571 -537 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1713 -571 -538 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1714 -572 -538 13.8 1.1e-13 0 1 1.71e+03 World StepLimiter - 1715 -572 -539 13.8 1.1e-13 0 1 1.72e+03 World StepLimiter - 1716 -572 -540 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1717 -572 -541 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1718 -572 -542 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1719 -572 -543 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1720 -572 -544 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1721 -573 -545 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1722 -573 -546 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1723 -573 -547 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1724 -573 -548 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1725 -573 -549 13.8 1.11e-13 0 1 1.72e+03 World StepLimiter - 1726 -573 -550 13.8 1.12e-13 0 1 1.73e+03 World StepLimiter - 1727 -574 -551 13.8 1.12e-13 0 1 1.73e+03 World StepLimiter - 1728 -574 -552 13.8 1.12e-13 0 1 1.73e+03 World StepLimiter - 1729 -574 -553 13.8 1.12e-13 0 1 1.73e+03 World StepLimiter - 1730 -574 -554 13.8 1.12e-13 0 1 1.73e+03 World StepLimiter - 1731 -574 -555 13.8 1.12e-13 0 1 1.73e+03 World StepLimiter - 1732 -574 -556 13.8 1.12e-13 0 1 1.73e+03 World StepLimiter - 1733 -575 -557 13.9 1.12e-13 0 1 1.73e+03 World StepLimiter - 1734 -575 -558 13.9 1.12e-13 0 1 1.73e+03 World StepLimiter - 1735 -575 -559 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1736 -575 -560 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1737 -575 -561 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1738 -575 -562 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1739 -575 -563 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1740 -576 -564 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1741 -576 -565 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1742 -576 -566 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1743 -576 -567 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1744 -576 -568 13.9 1.13e-13 0 1 1.74e+03 World StepLimiter - 1745 -576 -569 13.9 1.14e-13 0 1 1.74e+03 World StepLimiter - 1746 -577 -570 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1747 -577 -571 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1748 -577 -572 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1749 -577 -573 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1750 -577 -574 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1751 -577 -575 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1752 -577 -576 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1753 -578 -577 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1754 -578 -578 13.9 1.14e-13 0 1 1.75e+03 World StepLimiter - 1755 -578 -579 13.9 1.15e-13 0 1 1.76e+03 World StepLimiter - 1756 -578 -580 13.9 1.15e-13 0 1 1.76e+03 World StepLimiter - 1757 -578 -581 13.9 1.15e-13 0 1 1.76e+03 World StepLimiter - 1758 -578 -582 13.9 1.15e-13 0 1 1.76e+03 World StepLimiter - 1759 -579 -583 14 1.15e-13 0 1 1.76e+03 World StepLimiter - 1760 -579 -584 14 1.15e-13 0 1 1.76e+03 World StepLimiter - 1761 -579 -585 14 1.15e-13 0 1 1.76e+03 World StepLimiter - 1762 -579 -586 14 1.15e-13 0 1 1.76e+03 World StepLimiter - 1763 -579 -587 14 1.15e-13 0 1 1.76e+03 World StepLimiter - 1764 -579 -588 14 1.15e-13 0 1 1.76e+03 World StepLimiter - 1765 -580 -589 14 1.16e-13 0 1 1.76e+03 World StepLimiter - 1766 -580 -590 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1767 -580 -591 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1768 -580 -592 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1769 -580 -593 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1770 -580 -594 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1771 -580 -595 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1772 -581 -596 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1773 -581 -597 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1774 -581 -598 14 1.16e-13 0 1 1.77e+03 World StepLimiter - 1775 -581 -599 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1776 -581 -600 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1777 -581 -601 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1778 -582 -602 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1779 -582 -603 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1780 -582 -604 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1781 -582 -605 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1782 -582 -606 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1783 -582 -607 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1784 -582 -608 14 1.17e-13 0 1 1.78e+03 World StepLimiter - 1785 -583 -609 14 1.18e-13 0 1 1.78e+03 World StepLimiter - 1786 -583 -610 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1787 -583 -611 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1788 -583 -612 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1789 -583 -613 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1790 -583 -614 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1791 -584 -615 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1792 -584 -616 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1793 -584 -617 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1794 -584 -618 14.1 1.18e-13 0 1 1.79e+03 World StepLimiter - 1795 -584 -619 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1796 -584 -619 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1797 -584 -620 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1798 -585 -621 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1799 -585 -622 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1800 -585 -623 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1801 -585 -624 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1802 -585 -625 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1803 -585 -626 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1804 -586 -627 14.1 1.19e-13 0 1 1.8e+03 World StepLimiter - 1805 -586 -628 14.1 1.2e-13 0 1 1.8e+03 World StepLimiter - 1806 -586 -629 14.1 1.2e-13 0 1 1.81e+03 World StepLimiter - 1807 -586 -630 14.1 1.2e-13 0 1 1.81e+03 World StepLimiter - 1808 -586 -631 14.1 1.2e-13 0 1 1.81e+03 World StepLimiter - 1809 -586 -632 14.1 1.2e-13 0 1 1.81e+03 World StepLimiter - 1810 -586 -633 14.1 1.2e-13 0 1 1.81e+03 World StepLimiter - 1811 -587 -634 14.1 1.2e-13 0 1 1.81e+03 World StepLimiter - 1812 -587 -635 14.1 1.2e-13 0 1 1.81e+03 World StepLimiter - 1813 -587 -636 14.2 1.2e-13 0 1 1.81e+03 World StepLimiter - 1814 -587 -637 14.2 1.21e-13 0 1 1.81e+03 World StepLimiter - 1815 -587 -638 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1816 -587 -639 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1817 -587 -640 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1818 -588 -641 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1819 -588 -642 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1820 -588 -643 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1821 -588 -644 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1822 -588 -645 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1823 -588 -646 14.2 1.21e-13 0 1 1.82e+03 World StepLimiter - 1824 -589 -647 14.2 1.22e-13 0 1 1.82e+03 World StepLimiter - 1825 -589 -648 14.2 1.22e-13 0 1 1.82e+03 World StepLimiter - 1826 -589 -649 14.2 1.22e-13 0 1 1.83e+03 World StepLimiter - 1827 -589 -650 14.2 1.22e-13 0 1 1.83e+03 World StepLimiter - 1828 -589 -651 14.2 1.22e-13 0 1 1.83e+03 World StepLimiter - 1829 -589 -652 14.2 1.22e-13 0 1 1.83e+03 World StepLimiter - 1830 -589 -653 14.2 1.22e-13 0 1 1.83e+03 World StepLimiter - 1831 -590 -654 14.2 1.22e-13 0 1 1.83e+03 World StepLimiter - 1832 -590 -655 14.2 1.22e-13 0 1 1.83e+03 World StepLimiter - 1833 -590 -656 14.2 1.22e-13 0 1 1.83e+03 World StepLimiter - 1834 -590 -657 14.2 1.23e-13 0 1 1.83e+03 World StepLimiter - 1835 -590 -658 14.2 1.23e-13 0 1 1.84e+03 World StepLimiter - 1836 -590 -659 14.2 1.23e-13 0 1 1.84e+03 World StepLimiter - 1837 -590 -660 14.2 1.23e-13 0 1 1.84e+03 World StepLimiter - 1838 -591 -661 14.2 1.23e-13 0 1 1.84e+03 World StepLimiter - 1839 -591 -662 14.2 1.23e-13 0 1 1.84e+03 World StepLimiter - 1840 -591 -663 14.2 1.23e-13 0 1 1.84e+03 World StepLimiter - 1841 -591 -664 14.3 1.23e-13 0 1 1.84e+03 World StepLimiter - 1842 -591 -665 14.3 1.23e-13 0 1 1.84e+03 World StepLimiter - 1843 -591 -666 14.3 1.23e-13 0 1 1.84e+03 World StepLimiter - 1844 -592 -667 14.3 1.24e-13 0 1 1.84e+03 World StepLimiter - 1845 -592 -668 14.3 1.24e-13 0 1 1.84e+03 World StepLimiter - 1846 -592 -669 14.3 1.24e-13 0 1 1.85e+03 World StepLimiter - 1847 -592 -670 14.3 1.24e-13 0 1 1.85e+03 World StepLimiter - 1848 -592 -671 14.3 1.24e-13 0 1 1.85e+03 World StepLimiter - 1849 -592 -672 14.3 1.24e-13 0 1 1.85e+03 World StepLimiter - 1850 -592 -673 14.3 1.24e-13 0 1 1.85e+03 World StepLimiter - 1851 -593 -674 14.3 1.24e-13 0 1 1.85e+03 World StepLimiter - 1852 -593 -675 14.3 1.24e-13 0 1 1.85e+03 World StepLimiter - 1853 -593 -676 14.3 1.24e-13 0 1 1.85e+03 World StepLimiter - 1854 -593 -677 14.3 1.25e-13 0 1 1.85e+03 World StepLimiter - 1855 -593 -678 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1856 -593 -679 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1857 -593 -680 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1858 -594 -681 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1859 -594 -682 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1860 -594 -683 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1861 -594 -684 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1862 -594 -685 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1863 -594 -686 14.3 1.25e-13 0 1 1.86e+03 World StepLimiter - 1864 -595 -687 14.3 1.26e-13 0 1 1.86e+03 World StepLimiter - 1865 -595 -688 14.3 1.26e-13 0 1 1.86e+03 World StepLimiter - 1866 -595 -689 14.3 1.26e-13 0 1 1.87e+03 World StepLimiter - 1867 -595 -690 14.3 1.26e-13 0 1 1.87e+03 World StepLimiter - 1868 -595 -691 14.4 1.26e-13 0 1 1.87e+03 World StepLimiter - 1869 -595 -692 14.4 1.26e-13 0 1 1.87e+03 World StepLimiter - 1870 -595 -693 14.4 1.26e-13 0 1 1.87e+03 World StepLimiter - 1871 -596 -694 14.4 1.26e-13 0 1 1.87e+03 World StepLimiter - 1872 -596 -695 14.4 1.26e-13 0 1 1.87e+03 World StepLimiter - 1873 -596 -696 14.4 1.26e-13 0 1 1.87e+03 World StepLimiter - 1874 -596 -697 14.4 1.27e-13 0 1 1.87e+03 World StepLimiter - 1875 -596 -698 14.4 1.27e-13 0 1 1.88e+03 World StepLimiter - 1876 -596 -699 14.4 1.27e-13 0 1 1.88e+03 World StepLimiter - 1877 -596 -700 14.4 1.27e-13 0 1 1.88e+03 World StepLimiter - 1878 -597 -701 14.4 1.27e-13 0 1 1.88e+03 World StepLimiter - 1879 -597 -702 14.4 1.27e-13 0 1 1.88e+03 World StepLimiter - 1880 -597 -703 14.4 1.27e-13 0 1 1.88e+03 World StepLimiter - 1881 -597 -704 14.4 1.27e-13 0 1 1.88e+03 World StepLimiter - 1882 -597 -705 14.4 1.27e-13 0 1 1.88e+03 World StepLimiter - 1883 -597 -706 14.4 1.28e-13 0 1 1.88e+03 World StepLimiter - 1884 -597 -706 14.4 1.28e-13 0 1 1.88e+03 World StepLimiter - 1885 -598 -707 14.4 1.28e-13 0 1 1.88e+03 World StepLimiter - 1886 -598 -708 14.4 1.28e-13 0 1 1.89e+03 World StepLimiter - 1887 -598 -709 14.4 1.28e-13 0 1 1.89e+03 World StepLimiter - 1888 -598 -710 14.4 1.28e-13 0 1 1.89e+03 World StepLimiter - 1889 -598 -711 14.4 1.28e-13 0 1 1.89e+03 World StepLimiter - 1890 -598 -712 14.4 1.28e-13 0 1 1.89e+03 World StepLimiter - 1891 -599 -713 14.4 1.28e-13 0 1 1.89e+03 World StepLimiter - 1892 -599 -714 14.4 1.28e-13 0 1 1.89e+03 World StepLimiter - 1893 -599 -715 14.4 1.29e-13 0 1 1.89e+03 World StepLimiter - 1894 -599 -716 14.4 1.29e-13 0 1 1.89e+03 World StepLimiter - 1895 -599 -717 14.4 1.29e-13 0 1 1.9e+03 World StepLimiter - 1896 -599 -718 14.4 1.29e-13 0 1 1.9e+03 World StepLimiter - 1897 -599 -719 14.5 1.29e-13 0 1 1.9e+03 World StepLimiter - 1898 -600 -720 14.5 1.29e-13 0 1 1.9e+03 World StepLimiter - 1899 -600 -721 14.5 1.29e-13 0 1 1.9e+03 World StepLimiter - 1900 -600 -722 14.5 1.29e-13 0 1 1.9e+03 World StepLimiter - 1901 -600 -723 14.5 1.29e-13 0 1 1.9e+03 World StepLimiter - 1902 -600 -724 14.5 1.29e-13 0 1 1.9e+03 World StepLimiter - 1903 -600 -725 14.5 1.3e-13 0 1 1.9e+03 World StepLimiter - 1904 -600 -726 14.5 1.3e-13 0 1 1.9e+03 World StepLimiter - 1905 -601 -727 14.5 1.3e-13 0 1 1.9e+03 World StepLimiter - 1906 -601 -728 14.5 1.3e-13 0 1 1.91e+03 World StepLimiter - 1907 -601 -729 14.5 1.3e-13 0 1 1.91e+03 World StepLimiter - 1908 -601 -730 14.5 1.3e-13 0 1 1.91e+03 World StepLimiter - 1909 -601 -731 14.5 1.3e-13 0 1 1.91e+03 World StepLimiter - 1910 -601 -732 14.5 1.3e-13 0 1 1.91e+03 World StepLimiter - 1911 -601 -733 14.5 1.3e-13 0 1 1.91e+03 World StepLimiter - 1912 -602 -734 14.5 1.3e-13 0 1 1.91e+03 World StepLimiter - 1913 -602 -735 14.5 1.31e-13 0 1 1.91e+03 World StepLimiter - 1914 -602 -736 14.5 1.31e-13 0 1 1.91e+03 World StepLimiter - 1915 -602 -737 14.5 1.31e-13 0 1 1.92e+03 World StepLimiter - 1916 -602 -738 14.5 1.31e-13 0 1 1.92e+03 World StepLimiter - 1917 -602 -739 14.5 1.31e-13 0 1 1.92e+03 World StepLimiter - 1918 -602 -740 14.5 1.31e-13 0 1 1.92e+03 World StepLimiter - 1919 -603 -741 14.5 1.31e-13 0 1 1.92e+03 World StepLimiter - 1920 -603 -742 14.5 1.31e-13 0 1 1.92e+03 World StepLimiter - 1921 -603 -743 14.5 1.31e-13 0 1 1.92e+03 World StepLimiter - 1922 -603 -744 14.5 1.31e-13 0 1 1.92e+03 World StepLimiter - 1923 -603 -745 14.5 1.32e-13 0 1 1.92e+03 World StepLimiter - 1924 -603 -746 14.5 1.32e-13 0 1 1.92e+03 World StepLimiter - 1925 -603 -747 14.6 1.32e-13 0 1 1.92e+03 World StepLimiter - 1926 -604 -748 14.6 1.32e-13 0 1 1.93e+03 World StepLimiter - 1927 -604 -749 14.6 1.32e-13 0 1 1.93e+03 World StepLimiter - 1928 -604 -750 14.6 1.32e-13 0 1 1.93e+03 World StepLimiter - 1929 -604 -751 14.6 1.32e-13 0 1 1.93e+03 World StepLimiter - 1930 -604 -752 14.6 1.32e-13 0 1 1.93e+03 World StepLimiter - 1931 -604 -753 14.6 1.32e-13 0 1 1.93e+03 World StepLimiter - 1932 -604 -754 14.6 1.32e-13 0 1 1.93e+03 World StepLimiter - 1933 -605 -755 14.6 1.33e-13 0 1 1.93e+03 World StepLimiter - 1934 -605 -756 14.6 1.33e-13 0 1 1.93e+03 World StepLimiter - 1935 -605 -757 14.6 1.33e-13 0 1 1.94e+03 World StepLimiter - 1936 -605 -758 14.6 1.33e-13 0 1 1.94e+03 World StepLimiter - 1937 -605 -759 14.6 1.33e-13 0 1 1.94e+03 World StepLimiter - 1938 -605 -760 14.6 1.33e-13 0 1 1.94e+03 World StepLimiter - 1939 -605 -761 14.6 1.33e-13 0 1 1.94e+03 World StepLimiter - 1940 -606 -762 14.6 1.33e-13 0 1 1.94e+03 World StepLimiter - 1941 -606 -763 14.6 1.33e-13 0 1 1.94e+03 World StepLimiter - 1942 -606 -764 14.6 1.33e-13 0 1 1.94e+03 World StepLimiter - 1943 -606 -765 14.6 1.34e-13 0 1 1.94e+03 World StepLimiter - 1944 -606 -766 14.6 1.34e-13 0 1 1.94e+03 World StepLimiter - 1945 -606 -767 14.6 1.34e-13 0 1 1.94e+03 World StepLimiter - 1946 -607 -768 14.6 1.34e-13 0 1 1.95e+03 World StepLimiter - 1947 -607 -769 14.6 1.34e-13 0 1 1.95e+03 World StepLimiter - 1948 -607 -770 14.6 1.34e-13 0 1 1.95e+03 World StepLimiter - 1949 -607 -771 14.6 1.34e-13 0 1 1.95e+03 World StepLimiter - 1950 -607 -772 14.6 1.34e-13 0 1 1.95e+03 World StepLimiter - 1951 -607 -773 14.6 1.34e-13 0 1 1.95e+03 World StepLimiter - 1952 -607 -774 14.6 1.35e-13 0 1 1.95e+03 World StepLimiter - 1953 -608 -775 14.6 1.35e-13 0 1 1.95e+03 World StepLimiter - 1954 -608 -776 14.7 1.35e-13 0 1 1.95e+03 World StepLimiter - 1955 -608 -777 14.7 1.35e-13 0 1 1.96e+03 World StepLimiter - 1956 -608 -778 14.7 1.35e-13 0 1 1.96e+03 World StepLimiter - 1957 -608 -779 14.7 1.35e-13 0 1 1.96e+03 World StepLimiter - 1958 -608 -780 14.7 1.35e-13 0 1 1.96e+03 World StepLimiter - 1959 -608 -781 14.7 1.35e-13 0 1 1.96e+03 World StepLimiter - 1960 -609 -782 14.7 1.35e-13 0 1 1.96e+03 World StepLimiter - 1961 -609 -783 14.7 1.35e-13 0 1 1.96e+03 World StepLimiter - 1962 -609 -784 14.7 1.36e-13 0 1 1.96e+03 World StepLimiter - 1963 -609 -785 14.7 1.36e-13 0 1 1.96e+03 World StepLimiter - 1964 -609 -786 14.7 1.36e-13 0 1 1.96e+03 World StepLimiter - 1965 -609 -787 14.7 1.36e-13 0 1 1.96e+03 World StepLimiter - 1966 -609 -788 14.7 1.36e-13 0 1 1.97e+03 World StepLimiter - 1967 -610 -789 14.7 1.36e-13 0 1 1.97e+03 World StepLimiter - 1968 -610 -790 14.7 1.36e-13 0 1 1.97e+03 World StepLimiter - 1969 -610 -791 14.7 1.36e-13 0 1 1.97e+03 World StepLimiter - 1970 -610 -792 14.7 1.36e-13 0 1 1.97e+03 World StepLimiter - 1971 -610 -793 14.7 1.36e-13 0 1 1.97e+03 World StepLimiter - 1972 -610 -794 14.7 1.37e-13 0 1 1.97e+03 World StepLimiter - 1973 -610 -795 14.7 1.37e-13 0 1 1.97e+03 World StepLimiter - 1974 -611 -796 14.7 1.37e-13 0 1 1.97e+03 World StepLimiter - 1975 -611 -797 14.7 1.37e-13 0 1 1.98e+03 World StepLimiter - 1976 -611 -798 14.7 1.37e-13 0 1 1.98e+03 World StepLimiter - 1977 -611 -799 14.7 1.37e-13 0 1 1.98e+03 World StepLimiter - 1978 -611 -800 14.7 1.37e-13 0 1 1.98e+03 World StepLimiter - 1979 -611 -800 14.7 1.37e-13 0 1 1.98e+03 World StepLimiter - 1980 -611 -801 14.7 1.37e-13 0 1 1.98e+03 World StepLimiter - 1981 -612 -802 14.7 1.37e-13 0 1 1.98e+03 World StepLimiter - 1982 -612 -803 14.7 1.38e-13 0 1 1.98e+03 World StepLimiter - 1983 -612 -804 14.8 1.38e-13 0 1 1.98e+03 World StepLimiter - 1984 -612 -805 14.8 1.38e-13 0 1 1.98e+03 World StepLimiter - 1985 -612 -806 14.8 1.38e-13 0 1 1.98e+03 World StepLimiter - 1986 -612 -807 14.8 1.38e-13 0 1 1.99e+03 World StepLimiter - 1987 -612 -808 14.8 1.38e-13 0 1 1.99e+03 World StepLimiter - 1988 -612 -809 14.8 1.38e-13 0 1 1.99e+03 World StepLimiter - 1989 -613 -810 14.8 1.38e-13 0 1 1.99e+03 World StepLimiter - 1990 -613 -811 14.8 1.38e-13 0 1 1.99e+03 World StepLimiter - 1991 -613 -812 14.8 1.38e-13 0 1 1.99e+03 World StepLimiter - 1992 -613 -813 14.8 1.39e-13 0 1 1.99e+03 World StepLimiter - 1993 -613 -814 14.8 1.39e-13 0 1 1.99e+03 World StepLimiter - 1994 -613 -815 14.8 1.39e-13 0 1 1.99e+03 World StepLimiter - 1995 -613 -816 14.8 1.39e-13 0 1 2e+03 World StepLimiter - 1996 -614 -817 14.8 1.39e-13 0 1 2e+03 World StepLimiter - 1997 -614 -818 14.8 1.39e-13 0 1 2e+03 World StepLimiter - 1998 -614 -819 14.8 1.39e-13 0 1 2e+03 World StepLimiter - 1999 -614 -820 14.8 1.39e-13 0 1 2e+03 World StepLimiter - 2000 -614 -821 14.8 1.39e-13 0 1 2e+03 World StepLimiter - 2001 -614 -822 14.8 1.39e-13 0 1 2e+03 World StepLimiter - 2002 -614 -823 14.8 1.4e-13 0 1 2e+03 World StepLimiter - 2003 -615 -824 14.8 1.4e-13 0 1 2e+03 World StepLimiter - 2004 -615 -825 14.8 1.4e-13 0 1 2e+03 World StepLimiter - 2005 -615 -826 14.8 1.4e-13 0 1 2e+03 World StepLimiter - 2006 -615 -827 14.8 1.4e-13 0 1 2.01e+03 World StepLimiter - 2007 -615 -828 14.8 1.4e-13 0 1 2.01e+03 World StepLimiter - 2008 -615 -829 14.8 1.4e-13 0 1 2.01e+03 World StepLimiter - 2009 -615 -830 14.8 1.4e-13 0 1 2.01e+03 World StepLimiter - 2010 -616 -831 14.8 1.4e-13 0 1 2.01e+03 World StepLimiter - 2011 -616 -832 14.8 1.41e-13 0 1 2.01e+03 World StepLimiter - 2012 -616 -833 14.9 1.41e-13 0 1 2.01e+03 World StepLimiter - 2013 -616 -834 14.9 1.41e-13 0 1 2.01e+03 World StepLimiter - 2014 -616 -835 14.9 1.41e-13 0 1 2.01e+03 World StepLimiter - 2015 -616 -836 14.9 1.41e-13 0 1 2.02e+03 World StepLimiter - 2016 -616 -837 14.9 1.41e-13 0 1 2.02e+03 World StepLimiter - 2017 -617 -838 14.9 1.41e-13 0 1 2.02e+03 World StepLimiter - 2018 -617 -839 14.9 1.41e-13 0 1 2.02e+03 World StepLimiter - 2019 -617 -840 14.9 1.41e-13 0 1 2.02e+03 World StepLimiter - 2020 -617 -841 14.9 1.41e-13 0 1 2.02e+03 World StepLimiter - 2021 -617 -842 14.9 1.42e-13 0 1 2.02e+03 World StepLimiter - 2022 -617 -843 14.9 1.42e-13 0 1 2.02e+03 World StepLimiter - 2023 -617 -844 14.9 1.42e-13 0 1 2.02e+03 World StepLimiter - 2024 -618 -845 14.9 1.42e-13 0 1 2.02e+03 World StepLimiter - 2025 -618 -846 14.9 1.42e-13 0 1 2.02e+03 World StepLimiter - 2026 -618 -847 14.9 1.42e-13 0 1 2.03e+03 World StepLimiter - 2027 -618 -848 14.9 1.42e-13 0 1 2.03e+03 World StepLimiter - 2028 -618 -849 14.9 1.42e-13 0 1 2.03e+03 World StepLimiter - 2029 -618 -850 14.9 1.42e-13 0 1 2.03e+03 World StepLimiter - 2030 -618 -851 14.9 1.42e-13 0 1 2.03e+03 World StepLimiter - 2031 -619 -852 14.9 1.43e-13 0 1 2.03e+03 World StepLimiter - 2032 -619 -853 14.9 1.43e-13 0 1 2.03e+03 World StepLimiter - 2033 -619 -854 14.9 1.43e-13 0 1 2.03e+03 World StepLimiter - 2034 -619 -855 14.9 1.43e-13 0 1 2.03e+03 World StepLimiter - 2035 -619 -856 14.9 1.43e-13 0 1 2.04e+03 World StepLimiter - 2036 -619 -857 14.9 1.43e-13 0 1 2.04e+03 World StepLimiter - 2037 -619 -858 14.9 1.43e-13 0 1 2.04e+03 World StepLimiter - 2038 -620 -859 14.9 1.43e-13 0 1 2.04e+03 World StepLimiter - 2039 -620 -860 14.9 1.43e-13 0 1 2.04e+03 World StepLimiter - 2040 -620 -861 14.9 1.43e-13 0 1 2.04e+03 World StepLimiter - 2041 -620 -862 14.9 1.44e-13 0 1 2.04e+03 World StepLimiter - 2042 -620 -863 15 1.44e-13 0 1 2.04e+03 World StepLimiter - 2043 -620 -864 15 1.44e-13 0 1 2.04e+03 World StepLimiter - 2044 -620 -865 15 1.44e-13 0 1 2.04e+03 World StepLimiter - 2045 -620 -866 15 1.44e-13 0 1 2.04e+03 World StepLimiter - 2046 -621 -867 15 1.44e-13 0 1 2.05e+03 World StepLimiter - 2047 -621 -868 15 1.44e-13 0 1 2.05e+03 World StepLimiter - 2048 -621 -869 15 1.44e-13 0 1 2.05e+03 World StepLimiter - 2049 -621 -870 15 1.44e-13 0 1 2.05e+03 World StepLimiter - 2050 -621 -871 15 1.44e-13 0 1 2.05e+03 World StepLimiter - 2051 -621 -872 15 1.45e-13 0 1 2.05e+03 World StepLimiter - 2052 -621 -873 15 1.45e-13 0 1 2.05e+03 World StepLimiter - 2053 -622 -874 15 1.45e-13 0 1 2.05e+03 World StepLimiter - 2054 -622 -875 15 1.45e-13 0 1 2.05e+03 World StepLimiter - 2055 -622 -876 15 1.45e-13 0 1 2.06e+03 World StepLimiter - 2056 -622 -877 15 1.45e-13 0 1 2.06e+03 World StepLimiter - 2057 -622 -878 15 1.45e-13 0 1 2.06e+03 World StepLimiter - 2058 -622 -879 15 1.45e-13 0 1 2.06e+03 World StepLimiter - 2059 -622 -880 15 1.45e-13 0 1 2.06e+03 World StepLimiter - 2060 -623 -881 15 1.45e-13 0 1 2.06e+03 World StepLimiter - 2061 -623 -882 15 1.46e-13 0 1 2.06e+03 World StepLimiter - 2062 -623 -883 15 1.46e-13 0 1 2.06e+03 World StepLimiter - 2063 -623 -884 15 1.46e-13 0 1 2.06e+03 World StepLimiter - 2064 -623 -885 15 1.46e-13 0 1 2.06e+03 World StepLimiter - 2065 -623 -886 15 1.46e-13 0 1 2.06e+03 World StepLimiter - 2066 -623 -887 15 1.46e-13 0 1 2.07e+03 World StepLimiter - 2067 -624 -888 15 1.46e-13 0 1 2.07e+03 World StepLimiter - 2068 -624 -889 15 1.46e-13 0 1 2.07e+03 World StepLimiter - 2069 -624 -890 15 1.46e-13 0 1 2.07e+03 World StepLimiter - 2070 -624 -891 15 1.46e-13 0 1 2.07e+03 World StepLimiter - 2071 -624 -892 15 1.47e-13 0 1 2.07e+03 World StepLimiter - 2072 -624 -893 15.1 1.47e-13 0 1 2.07e+03 World StepLimiter - 2073 -624 -894 15.1 1.47e-13 0 1 2.07e+03 World StepLimiter - 2074 -624 -895 15.1 1.47e-13 0 1 2.07e+03 World StepLimiter - 2075 -625 -896 15.1 1.47e-13 0 1 2.08e+03 World StepLimiter - 2076 -625 -897 15.1 1.47e-13 0 1 2.08e+03 World StepLimiter - 2077 -625 -898 15.1 1.47e-13 0 1 2.08e+03 World StepLimiter - 2078 -625 -899 15.1 1.47e-13 0 1 2.08e+03 World StepLimiter - 2079 -625 -900 15.1 1.47e-13 0 1 2.08e+03 World StepLimiter - 2080 -625 -901 15.1 1.48e-13 0 1 2.08e+03 World StepLimiter - 2081 -625 -901 15.1 1.48e-13 0 1 2.08e+03 World StepLimiter - 2082 -626 -902 15.1 1.48e-13 0 1 2.08e+03 World StepLimiter - 2083 -626 -903 15.1 1.48e-13 0 1 2.08e+03 World StepLimiter - 2084 -626 -904 15.1 1.48e-13 0 1 2.08e+03 World StepLimiter - 2085 -626 -905 15.1 1.48e-13 0 1 2.08e+03 World StepLimiter - 2086 -626 -906 15.1 1.48e-13 0 1 2.09e+03 World StepLimiter - 2087 -626 -907 15.1 1.48e-13 0 1 2.09e+03 World StepLimiter - 2088 -626 -908 15.1 1.48e-13 0 1 2.09e+03 World StepLimiter - 2089 -627 -909 15.1 1.48e-13 0 1 2.09e+03 World StepLimiter - 2090 -627 -910 15.1 1.49e-13 0 1 2.09e+03 World StepLimiter - 2091 -627 -911 15.1 1.49e-13 0 1 2.09e+03 World StepLimiter - 2092 -627 -912 15.1 1.49e-13 0 1 2.09e+03 World StepLimiter - 2093 -627 -913 15.1 1.49e-13 0 1 2.09e+03 World StepLimiter - 2094 -627 -914 15.1 1.49e-13 0 1 2.09e+03 World StepLimiter - 2095 -627 -915 15.1 1.49e-13 0 1 2.1e+03 World StepLimiter - 2096 -627 -916 15.1 1.49e-13 0 1 2.1e+03 World StepLimiter - 2097 -628 -917 15.1 1.49e-13 0 1 2.1e+03 World StepLimiter - 2098 -628 -918 15.1 1.49e-13 0 1 2.1e+03 World StepLimiter - 2099 -628 -919 15.1 1.49e-13 0 1 2.1e+03 World StepLimiter - 2100 -628 -920 15.1 1.5e-13 0 1 2.1e+03 World StepLimiter - 2101 -628 -921 15.1 1.5e-13 0 1 2.1e+03 World StepLimiter - 2102 -628 -922 15.2 1.5e-13 0 1 2.1e+03 World StepLimiter - 2103 -628 -923 15.2 1.5e-13 0 1 2.1e+03 World StepLimiter - 2104 -629 -924 15.2 1.5e-13 0 1 2.1e+03 World StepLimiter - 2105 -629 -925 15.2 1.5e-13 0 1 2.1e+03 World StepLimiter - 2106 -629 -926 15.2 1.5e-13 0 1 2.11e+03 World StepLimiter - 2107 -629 -927 15.2 1.5e-13 0 1 2.11e+03 World StepLimiter - 2108 -629 -928 15.2 1.5e-13 0 1 2.11e+03 World StepLimiter - 2109 -629 -929 15.2 1.5e-13 0 1 2.11e+03 World StepLimiter - 2110 -629 -930 15.2 1.51e-13 0 1 2.11e+03 World StepLimiter - 2111 -630 -931 15.2 1.51e-13 0 1 2.11e+03 World StepLimiter - 2112 -630 -932 15.2 1.51e-13 0 1 2.11e+03 World StepLimiter - 2113 -630 -933 15.2 1.51e-13 0 1 2.11e+03 World StepLimiter - 2114 -630 -934 15.2 1.51e-13 0 1 2.11e+03 World StepLimiter - 2115 -630 -935 15.2 1.51e-13 0 1 2.12e+03 World StepLimiter - 2116 -630 -936 15.2 1.51e-13 0 1 2.12e+03 World StepLimiter - 2117 -630 -937 15.2 1.51e-13 0 1 2.12e+03 World StepLimiter - 2118 -630 -938 15.2 1.51e-13 0 1 2.12e+03 World StepLimiter - 2119 -631 -939 15.2 1.51e-13 0 1 2.12e+03 World StepLimiter - 2120 -631 -940 15.2 1.52e-13 0 1 2.12e+03 World StepLimiter - 2121 -631 -941 15.2 1.52e-13 0 1 2.12e+03 World StepLimiter - 2122 -631 -942 15.2 1.52e-13 0 1 2.12e+03 World StepLimiter - 2123 -631 -943 15.2 1.52e-13 0 1 2.12e+03 World StepLimiter - 2124 -631 -944 15.2 1.52e-13 0 1 2.12e+03 World StepLimiter - 2125 -631 -945 15.2 1.52e-13 0 1 2.12e+03 World StepLimiter - 2126 -632 -946 15.2 1.52e-13 0 1 2.13e+03 World StepLimiter - 2127 -632 -947 15.2 1.52e-13 0 1 2.13e+03 World StepLimiter - 2128 -632 -948 15.2 1.52e-13 0 1 2.13e+03 World StepLimiter - 2129 -632 -949 15.2 1.52e-13 0 1 2.13e+03 World StepLimiter - 2130 -632 -950 15.2 1.53e-13 0 1 2.13e+03 World StepLimiter - 2131 -632 -951 15.2 1.53e-13 0 1 2.13e+03 World StepLimiter - 2132 -632 -952 15.2 1.53e-13 0 1 2.13e+03 World StepLimiter - 2133 -633 -953 15.3 1.53e-13 0 1 2.13e+03 World StepLimiter - 2134 -633 -954 15.3 1.53e-13 0 1 2.13e+03 World StepLimiter - 2135 -633 -955 15.3 1.53e-13 0 1 2.14e+03 World StepLimiter - 2136 -633 -956 15.3 1.53e-13 0 1 2.14e+03 World StepLimiter - 2137 -633 -957 15.3 1.53e-13 0 1 2.14e+03 World StepLimiter - 2138 -633 -958 15.3 1.53e-13 0 1 2.14e+03 World StepLimiter - 2139 -633 -959 15.3 1.54e-13 0 1 2.14e+03 World StepLimiter - 2140 -633 -960 15.3 1.54e-13 0 1 2.14e+03 World StepLimiter - 2141 -634 -961 15.3 1.54e-13 0 1 2.14e+03 World StepLimiter - 2142 -634 -962 15.3 1.54e-13 0 1 2.14e+03 World StepLimiter - 2143 -634 -963 15.3 1.54e-13 0 1 2.14e+03 World StepLimiter - 2144 -634 -964 15.3 1.54e-13 0 1 2.14e+03 World StepLimiter - 2145 -634 -965 15.3 1.54e-13 0 1 2.14e+03 World StepLimiter - 2146 -634 -966 15.3 1.54e-13 0 1 2.15e+03 World StepLimiter - 2147 -634 -967 15.3 1.54e-13 0 1 2.15e+03 World StepLimiter - 2148 -635 -968 15.3 1.54e-13 0 1 2.15e+03 World StepLimiter - 2149 -635 -969 15.3 1.55e-13 0 1 2.15e+03 World StepLimiter - 2150 -635 -970 15.3 1.55e-13 0 1 2.15e+03 World StepLimiter - 2151 -635 -971 15.3 1.55e-13 0 1 2.15e+03 World StepLimiter - 2152 -635 -972 15.3 1.55e-13 0 1 2.15e+03 World StepLimiter - 2153 -635 -973 15.3 1.55e-13 0 1 2.15e+03 World StepLimiter - 2154 -635 -974 15.3 1.55e-13 0 1 2.15e+03 World StepLimiter - 2155 -635 -975 15.3 1.55e-13 0 1 2.16e+03 World StepLimiter - 2156 -636 -976 15.3 1.55e-13 0 1 2.16e+03 World StepLimiter - 2157 -636 -977 15.3 1.55e-13 0 1 2.16e+03 World StepLimiter - 2158 -636 -978 15.3 1.55e-13 0 1 2.16e+03 World StepLimiter - 2159 -636 -979 15.3 1.56e-13 0 1 2.16e+03 World StepLimiter - 2160 -636 -980 15.3 1.56e-13 0 1 2.16e+03 World StepLimiter - 2161 -636 -981 15.3 1.56e-13 0 1 2.16e+03 World StepLimiter - 2162 -636 -982 15.3 1.56e-13 0 1 2.16e+03 World StepLimiter - 2163 -637 -983 15.3 1.56e-13 0 1 2.16e+03 World StepLimiter - 2164 -637 -984 15.4 1.56e-13 0 1 2.16e+03 World StepLimiter - 2165 -637 -985 15.4 1.56e-13 0 1 2.16e+03 World StepLimiter - 2166 -637 -986 15.4 1.56e-13 0 1 2.17e+03 World StepLimiter - 2167 -637 -987 15.4 1.56e-13 0 1 2.17e+03 World StepLimiter - 2168 -637 -988 15.4 1.56e-13 0 1 2.17e+03 World StepLimiter - 2169 -637 -989 15.4 1.57e-13 0 1 2.17e+03 World StepLimiter - 2170 -637 -990 15.4 1.57e-13 0 1 2.17e+03 World StepLimiter - 2171 -638 -991 15.4 1.57e-13 0 1 2.17e+03 World StepLimiter - 2172 -638 -992 15.4 1.57e-13 0 1 2.17e+03 World StepLimiter - 2173 -638 -993 15.4 1.57e-13 0 1 2.17e+03 World StepLimiter - 2174 -638 -994 15.4 1.57e-13 0 1 2.17e+03 World StepLimiter - 2175 -638 -995 15.4 1.57e-13 0 1 2.18e+03 World StepLimiter - 2176 -638 -996 15.4 1.57e-13 0 1 2.18e+03 World StepLimiter - 2177 -638 -997 15.4 1.57e-13 0 1 2.18e+03 World StepLimiter - 2178 -639 -998 15.4 1.57e-13 0 1 2.18e+03 World StepLimiter - 2179 -639 -999 15.4 1.58e-13 0 1 2.18e+03 World StepLimiter - 2180 -639 -1e+03 15.4 1.58e-13 0 1 2.18e+03 World StepLimiter - 2181 -639 -1e+03 15.4 1.58e-13 0 0.408 2.18e+03 OutOfWorld Transportation + 0 0 0 0 7.87e-14 0 0 0 World initStep + 1 0.385 0.132 0.913 7.86e-14 0 1 1 World StepLimiter + 2 0.77 0.263 1.83 7.86e-14 0 1 2 World StepLimiter + 3 1.16 0.394 2.74 7.86e-14 0 1 3 World StepLimiter + 4 1.54 0.523 3.65 7.86e-14 0 1 4 World StepLimiter + 5 1.93 0.653 4.57 7.86e-14 0 1 5 World StepLimiter + 6 2.31 0.781 5.48 7.86e-14 0 1 6 World StepLimiter + 7 2.7 0.909 6.4 7.86e-14 0 1 7 World StepLimiter + 8 3.08 1.04 7.31 7.86e-14 0 1 8 World StepLimiter + 9 3.47 1.16 8.22 7.85e-14 0 1 9 World StepLimiter + 10 3.85 1.29 9.14 7.85e-14 0 1 10 World StepLimiter + 11 4.24 1.41 10.1 7.85e-14 0 1 11 World StepLimiter + 12 4.62 1.54 11 7.85e-14 0 1 12 World StepLimiter + 13 5.01 1.66 11.9 7.85e-14 0 1 13 World StepLimiter + 14 5.39 1.79 12.8 7.85e-14 0 1 14 World StepLimiter + 15 5.78 1.91 13.7 7.85e-14 0 1 15 World StepLimiter + 16 6.17 2.03 14.6 7.84e-14 0 1 16 World StepLimiter + 17 6.55 2.15 15.5 7.84e-14 0 1 17 World StepLimiter + 18 6.94 2.27 16.5 7.84e-14 0 1 18 World StepLimiter + 19 7.32 2.39 17.4 7.84e-14 0 1 19 World StepLimiter + 20 7.71 2.51 18.3 7.84e-14 0 1 20 World StepLimiter + 21 8.09 2.63 19.2 7.84e-14 0 1 21 World StepLimiter + 22 8.48 2.75 20.1 7.84e-14 0 1 22 World StepLimiter + 23 8.87 2.87 21 7.84e-14 0 1 23 World StepLimiter + 24 9.25 2.99 21.9 7.84e-14 0 1 24 World StepLimiter + 25 9.64 3.1 22.9 7.83e-14 0 1 25 World StepLimiter + 26 10 3.22 23.8 7.83e-14 0 1 26 World StepLimiter + 27 10.4 3.33 24.7 7.83e-14 0 1 27 World StepLimiter + 28 10.8 3.45 25.6 7.83e-14 0 1 28 World StepLimiter + 29 11.2 3.56 26.5 7.83e-14 0 1 29 World StepLimiter + 30 11.6 3.68 27.4 7.83e-14 0 1 30 World StepLimiter + 31 12 3.79 28.4 7.83e-14 0 1 31 World StepLimiter + 32 12.3 3.9 29.3 7.83e-14 0 1 32 World StepLimiter + 33 12.7 4.01 30.2 7.82e-14 0 1 33 World StepLimiter + 34 13.1 4.12 31.1 7.82e-14 0 1 34 World StepLimiter + 35 13.5 4.23 32 7.82e-14 0 1 35 World StepLimiter + 36 13.9 4.34 32.9 7.82e-14 0 1 36 World StepLimiter + 37 14.3 4.45 33.8 7.82e-14 0 1 37 World StepLimiter + 38 14.7 4.56 34.8 7.82e-14 0 1 38 World StepLimiter + 39 15 4.66 35.7 7.82e-14 0 1 39 World StepLimiter + 40 15.4 4.77 36.6 7.82e-14 0 1 40 World StepLimiter + 41 15.8 4.88 37.5 7.82e-14 0 1 41 World StepLimiter + 42 16.2 4.98 38.4 7.81e-14 0 1 42 World StepLimiter + 43 16.6 5.09 39.3 7.81e-14 0 1 43 World StepLimiter + 44 17 5.19 40.3 7.81e-14 0 1 44 World StepLimiter + 45 17.4 5.29 41.2 7.81e-14 0 1 45 World StepLimiter + 46 17.7 5.4 42.1 7.81e-14 0 1 46 World StepLimiter + 47 18.1 5.5 43 7.81e-14 0 1 47 World StepLimiter + 48 18.5 5.6 43.9 7.81e-14 0 1 48 World StepLimiter + 49 18.9 5.7 44.8 7.81e-14 0 1 49 World StepLimiter + 50 19.3 5.8 45.8 7.81e-14 0 1 50 World StepLimiter + 51 19.7 5.9 46.7 7.81e-14 0 1 51 World StepLimiter + 52 20.1 6 47.6 7.8e-14 0 1 52 World StepLimiter + 53 20.5 6.1 48.5 7.8e-14 0 1 53 World StepLimiter + 54 20.8 6.2 49.4 7.8e-14 0 1 54 World StepLimiter + 55 21.2 6.29 50.3 7.8e-14 0 1 55 World StepLimiter + 56 21.6 6.39 51.3 7.8e-14 0 1 56 World StepLimiter + 57 22 6.49 52.2 7.8e-14 0 1 57 World StepLimiter + 58 22.4 6.58 53.1 7.8e-14 0 1 58 World StepLimiter + 59 22.8 6.67 54 7.8e-14 0 1 59 World StepLimiter + 60 23.2 6.77 54.9 7.8e-14 0 1 60 World StepLimiter + 61 23.5 6.86 55.8 7.8e-14 0 1 61 World StepLimiter + 62 23.9 6.95 56.8 7.79e-14 0 1 62 World StepLimiter + 63 24.3 7.05 57.7 7.79e-14 0 1 63 World StepLimiter + 64 24.7 7.14 58.6 7.79e-14 0 1 64 World StepLimiter + 65 25.1 7.23 59.5 7.79e-14 0 1 65 World StepLimiter + 66 25.5 7.32 60.4 7.79e-14 0 1 66 World StepLimiter + 67 25.9 7.41 61.4 7.79e-14 0 1 67 World StepLimiter + 68 26.3 7.49 62.3 7.79e-14 0 1 68 World StepLimiter + 69 26.6 7.58 63.2 7.79e-14 0 1 69 World StepLimiter + 70 27 7.67 64.1 7.79e-14 0 1 70 World StepLimiter + 71 27.4 7.76 65 7.79e-14 0 1 71 World StepLimiter + 72 27.8 7.84 65.9 7.79e-14 0 1 72 World StepLimiter + 73 28.2 7.93 66.9 7.78e-14 0 1 73 World StepLimiter + 74 28.6 8.01 67.8 7.78e-14 0 1 74 World StepLimiter + 75 29 8.1 68.7 7.78e-14 0 1 75 World StepLimiter + 76 29.4 8.18 69.6 7.78e-14 0 1 76 World StepLimiter + 77 29.7 8.26 70.5 7.78e-14 0 1 77 World StepLimiter + 78 30.1 8.34 71.5 7.78e-14 0 1 78 World StepLimiter + 79 30.5 8.42 72.4 7.78e-14 0 1 79 World StepLimiter + 80 30.9 8.5 73.3 7.78e-14 0 1 80 World StepLimiter + 81 31.3 8.58 74.2 7.78e-14 0 1 81 World StepLimiter + 82 31.7 8.66 75.1 7.78e-14 0 1 82 World StepLimiter + 83 32.1 8.74 76 7.78e-14 0 1 83 World StepLimiter + 84 32.4 8.82 77 7.78e-14 0 1 84 World StepLimiter + 85 32.8 8.9 77.9 7.77e-14 0 1 85 World StepLimiter + 86 33.2 8.97 78.8 7.77e-14 0 1 86 World StepLimiter + 87 33.6 9.05 79.7 7.77e-14 0 1 87 World StepLimiter + 88 34 9.13 80.6 7.77e-14 0 1 88 World StepLimiter + 89 34.4 9.2 81.6 7.77e-14 0 1 89 World StepLimiter + 90 34.8 9.27 82.5 7.77e-14 0 1 90 World StepLimiter + 91 35.2 9.35 83.4 7.77e-14 0 1 91 World StepLimiter + 92 35.5 9.42 84.3 7.77e-14 0 1 92 World StepLimiter + 93 35.9 9.49 85.2 7.77e-14 0 1 93 World StepLimiter + 94 36.3 9.56 86.2 7.77e-14 0 1 94 World StepLimiter + 95 36.7 9.64 87.1 7.77e-14 0 1 95 World StepLimiter + 96 37.1 9.71 88 7.77e-14 0 1 96 World StepLimiter + 97 37.5 9.77 88.9 7.77e-14 0 1 97 World StepLimiter + 98 37.9 9.84 89.8 7.76e-14 0 1 98 World StepLimiter + 99 38.3 9.91 90.7 7.76e-14 0 1 99 World StepLimiter + 100 38.6 9.98 91.7 7.76e-14 0 1 100 World StepLimiter + 101 39 10 92.6 7.76e-14 0 1 101 World StepLimiter + 102 39.4 10.1 93.5 7.76e-14 0 1 102 World StepLimiter + 103 39.8 10.2 94.4 7.76e-14 0 1 103 World StepLimiter + 104 40.2 10.2 95.3 7.76e-14 0 1 104 World StepLimiter + 105 40.6 10.3 96.3 7.76e-14 0 1 105 World StepLimiter + 106 41 10.4 97.2 7.76e-14 0 1 106 World StepLimiter + 107 41.4 10.4 98.1 7.76e-14 0 1 107 World StepLimiter + 108 41.8 10.5 99 7.76e-14 0 1 108 World StepLimiter + 109 42.1 10.6 99.9 7.76e-14 0 1 109 World StepLimiter + 110 42.5 10.6 101 7.76e-14 0 1 110 World StepLimiter + 111 42.9 10.7 102 7.76e-14 0 1 111 World StepLimiter + 112 43.3 10.7 103 7.76e-14 0 1 112 World StepLimiter + 113 43.7 10.8 104 7.76e-14 0 1 113 World StepLimiter + 114 44.1 10.9 105 7.75e-14 0 1 114 World StepLimiter + 115 44.5 10.9 105 7.75e-14 0 1 115 World StepLimiter + 116 44.9 11 106 7.75e-14 0 1 116 World StepLimiter + 117 45.2 11 107 7.75e-14 0 1 117 World StepLimiter + 118 45.6 11.1 108 7.75e-14 0 1 118 World StepLimiter + 119 46 11.1 109 7.75e-14 0 1 119 World StepLimiter + 120 46.4 11.2 110 7.75e-14 0 1 120 World StepLimiter + 121 46.8 11.2 111 7.75e-14 0 1 121 World StepLimiter + 122 47.2 11.3 112 7.75e-14 0 1 122 World StepLimiter + 123 47.6 11.3 113 7.75e-14 0 1 123 World StepLimiter + 124 48 11.4 114 7.75e-14 0 1 124 World StepLimiter + 125 48.3 11.5 115 7.75e-14 0 1 125 World StepLimiter + 126 48.7 11.5 116 7.75e-14 0 1 126 World StepLimiter + 127 49.1 11.6 117 7.75e-14 0 1 127 World StepLimiter + 128 49.5 11.6 117 7.75e-14 0 1 128 World StepLimiter + 129 49.9 11.6 118 7.75e-14 0 1 129 World StepLimiter + 130 50.3 11.7 119 7.75e-14 0 1 130 World StepLimiter + 131 50.7 11.7 120 7.75e-14 0 1 131 World StepLimiter + 132 51.1 11.8 121 7.74e-14 0 1 132 World StepLimiter + 133 51.4 11.8 122 7.74e-14 0 1 133 World StepLimiter + 134 51.8 11.9 123 7.74e-14 0 1 134 World StepLimiter + 135 52.2 11.9 124 7.74e-14 0 1 135 World StepLimiter + 136 52.6 12 125 7.74e-14 0 1 136 World StepLimiter + 137 53 12 126 7.74e-14 0 1 137 World StepLimiter + 138 53.4 12.1 127 7.74e-14 0 1 138 World StepLimiter + 139 53.8 12.1 128 7.74e-14 0 1 139 World StepLimiter + 140 54.2 12.1 128 7.74e-14 0 1 140 World StepLimiter + 141 54.6 12.2 129 7.74e-14 0 1 141 World StepLimiter + 142 54.9 12.2 130 7.74e-14 0 1 142 World StepLimiter + 143 55.3 12.3 131 7.74e-14 0 1 143 World StepLimiter + 144 55.7 12.3 132 7.74e-14 0 1 144 World StepLimiter + 145 56.1 12.3 133 7.74e-14 0 1 145 World StepLimiter + 146 56.5 12.4 134 7.74e-14 0 1 146 World StepLimiter + 147 56.9 12.4 135 7.74e-14 0 1 147 World StepLimiter + 148 57.3 12.4 136 7.74e-14 0 1 148 World StepLimiter + 149 57.7 12.5 137 7.74e-14 0 1 149 World StepLimiter + 150 58 12.5 138 7.74e-14 0 1 150 World StepLimiter + 151 58.4 12.5 139 7.74e-14 0 1 151 World StepLimiter + 152 58.8 12.6 140 7.74e-14 0 1 152 World StepLimiter + 153 59.2 12.6 140 7.74e-14 0 1 153 World StepLimiter + 154 59.6 12.6 141 7.74e-14 0 1 154 World StepLimiter + 155 60 12.7 142 7.74e-14 0 1 155 World StepLimiter + 156 60.4 12.7 143 7.74e-14 0 1 156 World StepLimiter + 157 60.8 12.7 144 7.74e-14 0 1 157 World StepLimiter + 158 61.2 12.8 145 7.73e-14 0 1 158 World StepLimiter + 159 61.5 12.8 146 7.73e-14 0 1 159 World StepLimiter + 160 61.9 12.8 147 7.73e-14 0 1 160 World StepLimiter + 161 62.3 12.8 148 7.73e-14 0 1 161 World StepLimiter + 162 62.7 12.9 149 7.73e-14 0 1 162 World StepLimiter + 163 63.1 12.9 150 7.73e-14 0 1 163 World StepLimiter + 164 63.5 12.9 151 7.73e-14 0 1 164 World StepLimiter + 165 63.9 13 151 7.73e-14 0 1 165 World StepLimiter + 166 64.3 13 152 7.73e-14 0 1 166 World StepLimiter + 167 64.7 13 153 7.73e-14 0 1 167 World StepLimiter + 168 65 13 154 7.73e-14 0 1 168 World StepLimiter + 169 65.4 13 155 7.73e-14 0 1 169 World StepLimiter + 170 65.8 13.1 156 7.73e-14 0 1 170 World StepLimiter + 171 66.2 13.1 157 7.73e-14 0 1 171 World StepLimiter + 172 66.6 13.1 158 7.73e-14 0 1 172 World StepLimiter + 173 67 13.1 159 7.73e-14 0 1 173 World StepLimiter + 174 67.4 13.1 160 7.73e-14 0 1 174 World StepLimiter + 175 67.8 13.2 161 7.73e-14 0 1 175 World StepLimiter + 176 68.1 13.2 162 7.73e-14 0 1 176 World StepLimiter + 177 68.5 13.2 163 7.73e-14 0 1 177 World StepLimiter + 178 68.9 13.2 163 7.73e-14 0 1 178 World StepLimiter + 179 69.3 13.2 164 7.73e-14 0 1 179 World StepLimiter + 180 69.7 13.2 165 7.73e-14 0 1 180 World StepLimiter + 181 70.1 13.3 166 7.73e-14 0 1 181 World StepLimiter + 182 70.5 13.3 167 7.73e-14 0 1 182 World StepLimiter + 183 70.9 13.3 168 7.73e-14 0 1 183 World StepLimiter + 184 71.3 13.3 169 7.73e-14 0 1 184 World StepLimiter + 185 71.6 13.3 170 7.73e-14 0 1 185 World StepLimiter + 186 72 13.3 171 7.73e-14 0 1 186 World StepLimiter + 187 72.4 13.3 172 7.73e-14 0 1 187 World StepLimiter + 188 72.8 13.3 173 7.73e-14 0 1 188 World StepLimiter + 189 73.2 13.3 174 7.73e-14 0 1 189 World StepLimiter + 190 73.6 13.3 175 7.73e-14 0 1 190 World StepLimiter + 191 74 13.4 175 7.73e-14 0 1 191 World StepLimiter + 192 74.4 13.4 176 7.73e-14 0 1 192 World StepLimiter + 193 74.8 13.4 177 7.73e-14 0 1 193 World StepLimiter + 194 75.1 13.4 178 7.73e-14 0 1 194 World StepLimiter + 195 75.5 13.4 179 7.73e-14 0 1 195 World StepLimiter + 196 75.9 13.4 180 7.73e-14 0 1 196 World StepLimiter + 197 76.3 13.4 181 7.73e-14 0 1 197 World StepLimiter + 198 76.7 13.4 182 7.73e-14 0 1 198 World StepLimiter + 199 77.1 13.4 183 7.73e-14 0 1 199 World StepLimiter + 200 77.5 13.4 184 7.73e-14 0 1 200 World StepLimiter + 201 77.9 13.4 185 7.73e-14 0 1 201 World StepLimiter + 202 78.2 13.4 186 7.73e-14 0 1 202 World StepLimiter + 203 78.6 13.4 187 7.73e-14 0 1 203 World StepLimiter + 204 79 13.4 187 7.73e-14 0 1 204 World StepLimiter + 205 79.4 13.4 188 7.73e-14 0 1 205 World StepLimiter + 206 79.8 13.4 189 7.73e-14 0 1 206 World StepLimiter + 207 80.2 13.4 190 7.73e-14 0 1 207 World StepLimiter + 208 80.6 13.4 191 7.73e-14 0 1 208 World StepLimiter + 209 81 13.4 192 7.73e-14 0 1 209 World StepLimiter + 210 81.4 13.4 193 7.73e-14 0 1 210 World StepLimiter + 211 81.7 13.4 194 7.73e-14 0 1 211 World StepLimiter + 212 82.1 13.4 195 7.73e-14 0 1 212 World StepLimiter + 213 82.5 13.3 196 7.73e-14 0 1 213 World StepLimiter + 214 82.9 13.3 197 7.73e-14 0 1 214 World StepLimiter + 215 83.3 13.3 198 7.73e-14 0 1 215 World StepLimiter + 216 83.7 13.3 198 7.73e-14 0 1 216 World StepLimiter + 217 84.1 13.3 199 7.73e-14 0 1 217 World StepLimiter + 218 84.5 13.3 200 7.73e-14 0 1 218 World StepLimiter + 219 84.9 13.3 201 7.73e-14 0 1 219 World StepLimiter + 220 85.2 13.3 202 7.73e-14 0 1 220 World StepLimiter + 221 85.6 13.3 203 7.73e-14 0 1 221 World StepLimiter + 222 86 13.3 204 7.73e-14 0 1 222 World StepLimiter + 223 86.4 13.2 205 7.73e-14 0 1 223 World StepLimiter + 224 86.8 13.2 206 7.73e-14 0 1 224 World StepLimiter + 225 87.2 13.2 207 7.73e-14 0 1 225 World StepLimiter + 226 87.6 13.2 208 7.73e-14 0 1 226 World StepLimiter + 227 88 13.2 209 7.73e-14 0 1 227 World StepLimiter + 228 88.3 13.2 210 7.73e-14 0 1 228 World StepLimiter + 229 88.7 13.1 210 7.73e-14 0 1 229 World StepLimiter + 230 89.1 13.1 211 7.73e-14 0 1 230 World StepLimiter + 231 89.5 13.1 212 7.73e-14 0 1 231 World StepLimiter + 232 89.9 13.1 213 7.73e-14 0 1 232 World StepLimiter + 233 90.3 13.1 214 7.73e-14 0 1 233 World StepLimiter + 234 90.7 13 215 7.73e-14 0 1 234 World StepLimiter + 235 91.1 13 216 7.73e-14 0 1 235 World StepLimiter + 236 91.5 13 217 7.73e-14 0 1 236 World StepLimiter + 237 91.8 13 218 7.73e-14 0 1 237 World StepLimiter + 238 92.2 13 219 7.73e-14 0 1 238 World StepLimiter + 239 92.6 12.9 220 7.73e-14 0 1 239 World StepLimiter + 240 93 12.9 221 7.73e-14 0 1 240 World StepLimiter + 241 93.4 12.9 222 7.73e-14 0 1 241 World StepLimiter + 242 93.8 12.8 222 7.73e-14 0 1 242 World StepLimiter + 243 94.2 12.8 223 7.73e-14 0 1 243 World StepLimiter + 244 94.6 12.8 224 7.73e-14 0 1 244 World StepLimiter + 245 95 12.8 225 7.73e-14 0 1 245 World StepLimiter + 246 95.3 12.7 226 7.74e-14 0 1 246 World StepLimiter + 247 95.7 12.7 227 7.74e-14 0 1 247 World StepLimiter + 248 96.1 12.7 228 7.74e-14 0 1 248 World StepLimiter + 249 96.5 12.6 229 7.74e-14 0 1 249 World StepLimiter + 250 96.9 12.6 230 7.74e-14 0 1 250 World StepLimiter + 251 97.3 12.6 231 7.74e-14 0 1 251 World StepLimiter + 252 97.7 12.5 232 7.74e-14 0 1 252 World StepLimiter + 253 98.1 12.5 233 7.74e-14 0 1 253 World StepLimiter + 254 98.4 12.5 233 7.74e-14 0 1 254 World StepLimiter + 255 98.8 12.4 234 7.74e-14 0 1 255 World StepLimiter + 256 99.2 12.4 235 7.74e-14 0 1 256 World StepLimiter + 257 99.6 12.4 236 7.74e-14 0 1 257 World StepLimiter + 258 100 12.3 237 7.74e-14 0 1 258 World StepLimiter + 259 100 12.3 238 7.74e-14 0 1 259 World StepLimiter + 260 101 12.3 239 7.74e-14 0 1 260 World StepLimiter + 261 101 12.2 240 7.74e-14 0 1 261 World StepLimiter + 262 102 12.2 241 7.74e-14 0 1 262 World StepLimiter + 263 102 12.1 242 7.74e-14 0 1 263 World StepLimiter + 264 102 12.1 243 7.74e-14 0 1 264 World StepLimiter + 265 103 12.1 244 7.74e-14 0 1 265 World StepLimiter + 266 103 12 245 7.74e-14 0 1 266 World StepLimiter + 267 103 12 245 7.74e-14 0 1 267 World StepLimiter + 268 104 11.9 246 7.74e-14 0 1 268 World StepLimiter + 269 104 11.9 247 7.74e-14 0 1 269 World StepLimiter + 270 105 11.8 248 7.74e-14 0 1 270 World StepLimiter + 271 105 11.8 249 7.74e-14 0 1 271 World StepLimiter + 272 105 11.7 250 7.75e-14 0 1 272 World StepLimiter + 273 106 11.7 251 7.75e-14 0 1 273 World StepLimiter + 274 106 11.7 252 7.75e-14 0 1 274 World StepLimiter + 275 107 11.6 253 7.75e-14 0 1 275 World StepLimiter + 276 107 11.6 254 7.75e-14 0 1 276 World StepLimiter + 277 107 11.5 255 7.75e-14 0 1 277 World StepLimiter + 278 108 11.5 256 7.75e-14 0 1 278 World StepLimiter + 279 108 11.4 257 7.75e-14 0 1 279 World StepLimiter + 280 109 11.4 257 7.75e-14 0 1 280 World StepLimiter + 281 109 11.3 258 7.75e-14 0 1 281 World StepLimiter + 282 109 11.2 259 7.75e-14 0 1 282 World StepLimiter + 283 110 11.2 260 7.75e-14 0 1 283 World StepLimiter + 284 110 11.1 261 7.75e-14 0 1 284 World StepLimiter + 285 110 11.1 262 7.75e-14 0 1 285 World StepLimiter + 286 111 11 263 7.75e-14 0 1 286 World StepLimiter + 287 111 11 264 7.75e-14 0 1 287 World StepLimiter + 288 112 10.9 265 7.75e-14 0 1 288 World StepLimiter + 289 112 10.9 266 7.75e-14 0 1 289 World StepLimiter + 290 112 10.8 267 7.76e-14 0 1 290 World StepLimiter + 291 113 10.7 268 7.76e-14 0 1 291 World StepLimiter + 292 113 10.7 268 7.76e-14 0 1 292 World StepLimiter + 293 114 10.6 269 7.76e-14 0 1 293 World StepLimiter + 294 114 10.6 270 7.76e-14 0 1 294 World StepLimiter + 295 114 10.5 271 7.76e-14 0 1 295 World StepLimiter + 296 115 10.4 272 7.76e-14 0 1 296 World StepLimiter + 297 115 10.4 273 7.76e-14 0 1 297 World StepLimiter + 298 116 10.3 274 7.76e-14 0 1 298 World StepLimiter + 299 116 10.2 275 7.76e-14 0 1 299 World StepLimiter + 300 116 10.2 276 7.76e-14 0 1 300 World StepLimiter + 301 117 10.1 277 7.76e-14 0 1 301 World StepLimiter + 302 117 10 278 7.76e-14 0 1 302 World StepLimiter + 303 117 9.98 279 7.76e-14 0 1 303 World StepLimiter + 304 118 9.91 280 7.76e-14 0 1 304 World StepLimiter + 305 118 9.85 280 7.76e-14 0 1 305 World StepLimiter + 306 119 9.78 281 7.77e-14 0 1 306 World StepLimiter + 307 119 9.71 282 7.77e-14 0 1 307 World StepLimiter + 308 119 9.64 283 7.77e-14 0 1 308 World StepLimiter + 309 120 9.57 284 7.77e-14 0 1 309 World StepLimiter + 310 120 9.5 285 7.77e-14 0 1 310 World StepLimiter + 311 121 9.42 286 7.77e-14 0 1 311 World StepLimiter + 312 121 9.35 287 7.77e-14 0 1 312 World StepLimiter + 313 121 9.28 288 7.77e-14 0 1 313 World StepLimiter + 314 122 9.2 289 7.77e-14 0 1 314 World StepLimiter + 315 122 9.13 290 7.77e-14 0 1 315 World StepLimiter + 316 122 9.05 291 7.77e-14 0 1 316 World StepLimiter + 317 123 8.98 291 7.77e-14 0 1 317 World StepLimiter + 318 123 8.9 292 7.77e-14 0 1 318 World StepLimiter + 319 124 8.82 293 7.78e-14 0 1 319 World StepLimiter + 320 124 8.75 294 7.78e-14 0 1 320 World StepLimiter + 321 124 8.67 295 7.78e-14 0 1 321 World StepLimiter + 322 125 8.59 296 7.78e-14 0 1 322 World StepLimiter + 323 125 8.51 297 7.78e-14 0 1 323 World StepLimiter + 324 126 8.43 298 7.78e-14 0 1 324 World StepLimiter + 325 126 8.35 299 7.78e-14 0 1 325 World StepLimiter + 326 126 8.26 300 7.78e-14 0 1 326 World StepLimiter + 327 127 8.18 301 7.78e-14 0 1 327 World StepLimiter + 328 127 8.1 302 7.78e-14 0 1 328 World StepLimiter + 329 128 8.01 302 7.78e-14 0 1 329 World StepLimiter + 330 128 7.93 303 7.78e-14 0 1 330 World StepLimiter + 331 128 7.84 304 7.79e-14 0 1 331 World StepLimiter + 332 129 7.76 305 7.79e-14 0 1 332 World StepLimiter + 333 129 7.67 306 7.79e-14 0 1 333 World StepLimiter + 334 129 7.59 307 7.79e-14 0 1 334 World StepLimiter + 335 130 7.5 308 7.79e-14 0 1 335 World StepLimiter + 336 130 7.41 309 7.79e-14 0 1 336 World StepLimiter + 337 131 7.32 310 7.79e-14 0 1 337 World StepLimiter + 338 131 7.23 311 7.79e-14 0 1 338 World StepLimiter + 339 131 7.14 312 7.79e-14 0 1 339 World StepLimiter + 340 132 7.05 313 7.79e-14 0 1 340 World StepLimiter + 341 132 6.96 313 7.79e-14 0 1 341 World StepLimiter + 342 133 6.86 314 7.8e-14 0 1 342 World StepLimiter + 343 133 6.77 315 7.8e-14 0 1 343 World StepLimiter + 344 133 6.68 316 7.8e-14 0 1 344 World StepLimiter + 345 134 6.58 317 7.8e-14 0 1 345 World StepLimiter + 346 134 6.49 318 7.8e-14 0 1 346 World StepLimiter + 347 134 6.39 319 7.8e-14 0 1 347 World StepLimiter + 348 135 6.3 320 7.8e-14 0 1 348 World StepLimiter + 349 135 6.2 321 7.8e-14 0 1 349 World StepLimiter + 350 136 6.1 322 7.8e-14 0 1 350 World StepLimiter + 351 136 6 323 7.8e-14 0 1 351 World StepLimiter + 352 136 5.91 324 7.81e-14 0 1 352 World StepLimiter + 353 137 5.81 324 7.81e-14 0 1 353 World StepLimiter + 354 137 5.71 325 7.81e-14 0 1 354 World StepLimiter + 355 138 5.6 326 7.81e-14 0 1 355 World StepLimiter + 356 138 5.5 327 7.81e-14 0 1 356 World StepLimiter + 357 138 5.4 328 7.81e-14 0 1 357 World StepLimiter + 358 139 5.3 329 7.81e-14 0 1 358 World StepLimiter + 359 139 5.2 330 7.81e-14 0 1 359 World StepLimiter + 360 140 5.09 331 7.81e-14 0 1 360 World StepLimiter + 361 140 4.99 332 7.81e-14 0 1 361 World StepLimiter + 362 140 4.88 333 7.82e-14 0 1 362 World StepLimiter + 363 141 4.77 334 7.82e-14 0 1 363 World StepLimiter + 364 141 4.67 335 7.82e-14 0 1 364 World StepLimiter + 365 141 4.56 335 7.82e-14 0 1 365 World StepLimiter + 366 142 4.45 336 7.82e-14 0 1 366 World StepLimiter + 367 142 4.34 337 7.82e-14 0 1 367 World StepLimiter + 368 143 4.24 338 7.82e-14 0 1 368 World StepLimiter + 369 143 4.13 339 7.82e-14 0 1 369 World StepLimiter + 370 143 4.01 340 7.82e-14 0 1 370 World StepLimiter + 371 144 3.9 341 7.83e-14 0 1 371 World StepLimiter + 372 144 3.79 342 7.83e-14 0 1 372 World StepLimiter + 373 145 3.68 343 7.83e-14 0 1 373 World StepLimiter + 374 145 3.57 344 7.83e-14 0 1 374 World StepLimiter + 375 145 3.45 345 7.83e-14 0 1 375 World StepLimiter + 376 146 3.34 346 7.83e-14 0 1 376 World StepLimiter + 377 146 3.22 346 7.83e-14 0 1 377 World StepLimiter + 378 146 3.11 347 7.83e-14 0 1 378 World StepLimiter + 379 147 2.99 348 7.84e-14 0 1 379 World StepLimiter + 380 147 2.87 349 7.84e-14 0 1 380 World StepLimiter + 381 148 2.76 350 7.84e-14 0 1 381 World StepLimiter + 382 148 2.64 351 7.84e-14 0 1 382 World StepLimiter + 383 148 2.52 352 7.84e-14 0 1 383 World StepLimiter + 384 149 2.4 353 7.84e-14 0 1 384 World StepLimiter + 385 149 2.28 354 7.84e-14 0 1 385 World StepLimiter + 386 150 2.16 355 7.84e-14 0 1 386 World StepLimiter + 387 150 2.04 356 7.84e-14 0 1 387 World StepLimiter + 388 150 1.91 357 7.85e-14 0 1 388 World StepLimiter + 389 151 1.79 357 7.85e-14 0 1 389 World StepLimiter + 390 151 1.67 358 7.85e-14 0 1 390 World StepLimiter + 391 151 1.54 359 7.85e-14 0 1 391 World StepLimiter + 392 152 1.42 360 7.85e-14 0 1 392 World StepLimiter + 393 152 1.29 361 7.85e-14 0 1 393 World StepLimiter + 394 153 1.17 362 7.85e-14 0 1 394 World StepLimiter + 395 153 1.04 363 7.86e-14 0 1 395 World StepLimiter + 396 153 0.914 364 7.86e-14 0 1 396 World StepLimiter + 397 154 0.786 365 7.86e-14 0 1 397 World StepLimiter + 398 154 0.657 366 7.86e-14 0 1 398 World StepLimiter + 399 155 0.528 367 7.86e-14 0 1 399 World StepLimiter + 400 155 0.398 368 7.86e-14 0 1 400 World StepLimiter + 401 155 0.268 368 7.86e-14 0 1 401 World StepLimiter + 402 156 0.137 369 7.86e-14 0 1 402 World StepLimiter + 403 156 0.00484 370 7.87e-14 0 1 403 World StepLimiter + 404 156 -0.128 371 7.87e-14 0 1 404 World StepLimiter + 405 157 -0.261 372 7.87e-14 0 1 405 World StepLimiter + 406 157 -0.394 373 7.87e-14 0 1 406 World StepLimiter + 407 158 -0.529 374 7.87e-14 0 1 407 World StepLimiter + 408 158 -0.664 375 7.87e-14 0 1 408 World StepLimiter + 409 158 -0.799 376 7.87e-14 0 1 409 World StepLimiter + 410 159 -0.936 377 7.88e-14 0 1 410 World StepLimiter + 411 159 -1.07 378 7.88e-14 0 1 411 World StepLimiter + 412 160 -1.21 378 7.88e-14 0 1 412 World StepLimiter + 413 160 -1.35 379 7.88e-14 0 1 413 World StepLimiter + 414 160 -1.49 380 7.88e-14 0 1 414 World StepLimiter + 415 161 -1.63 381 7.88e-14 0 1 415 World StepLimiter + 416 161 -1.77 382 7.88e-14 0 1 416 World StepLimiter + 417 161 -1.91 383 7.89e-14 0 1 417 World StepLimiter + 418 162 -2.05 384 7.89e-14 0 1 418 World StepLimiter + 419 162 -2.19 385 7.89e-14 0 1 419 World StepLimiter + 420 163 -2.33 386 7.89e-14 0 1 420 World StepLimiter + 421 163 -2.48 387 7.89e-14 0 1 421 World StepLimiter + 422 163 -2.62 388 7.89e-14 0 1 422 World StepLimiter + 423 164 -2.77 389 7.89e-14 0 1 423 World StepLimiter + 424 164 -2.91 389 7.9e-14 0 1 424 World StepLimiter + 425 165 -3.06 390 7.9e-14 0 1 425 World StepLimiter + 426 165 -3.2 391 7.9e-14 0 1 426 World StepLimiter + 427 165 -3.35 392 7.9e-14 0 1 427 World StepLimiter + 428 166 -3.5 393 7.9e-14 0 1 428 World StepLimiter + 429 166 -3.65 394 7.9e-14 0 1 429 World StepLimiter + 430 166 -3.8 395 7.9e-14 0 1 430 World StepLimiter + 431 167 -3.94 396 7.91e-14 0 1 431 World StepLimiter + 432 167 -4.1 397 7.91e-14 0 1 432 World StepLimiter + 433 168 -4.25 398 7.91e-14 0 1 433 World StepLimiter + 434 168 -4.4 399 7.91e-14 0 1 434 World StepLimiter + 435 168 -4.55 399 7.91e-14 0 1 435 World StepLimiter + 436 169 -4.7 400 7.91e-14 0 1 436 World StepLimiter + 437 169 -4.86 401 7.92e-14 0 1 437 World StepLimiter + 438 170 -5.01 402 7.92e-14 0 1 438 World StepLimiter + 439 170 -5.16 403 7.92e-14 0 1 439 World StepLimiter + 440 170 -5.32 404 7.92e-14 0 1 440 World StepLimiter + 441 171 -5.48 405 7.92e-14 0 1 441 World StepLimiter + 442 171 -5.63 406 7.92e-14 0 1 442 World StepLimiter + 443 171 -5.79 407 7.93e-14 0 1 443 World StepLimiter + 444 172 -5.95 408 7.93e-14 0 1 444 World StepLimiter + 445 172 -6.11 409 7.93e-14 0 1 445 World StepLimiter + 446 173 -6.27 409 7.93e-14 0 1 446 World StepLimiter + 447 173 -6.43 410 7.93e-14 0 1 447 World StepLimiter + 448 173 -6.59 411 7.93e-14 0 1 448 World StepLimiter + 449 174 -6.75 412 7.93e-14 0 1 449 World StepLimiter + 450 174 -6.91 413 7.94e-14 0 1 450 World StepLimiter + 451 175 -7.07 414 7.94e-14 0 1 451 World StepLimiter + 452 175 -7.23 415 7.94e-14 0 1 452 World StepLimiter + 453 175 -7.4 416 7.94e-14 0 1 453 World StepLimiter + 454 176 -7.56 417 7.94e-14 0 1 454 World StepLimiter + 455 176 -7.73 418 7.94e-14 0 1 455 World StepLimiter + 456 176 -7.89 419 7.95e-14 0 1 456 World StepLimiter + 457 177 -8.06 419 7.95e-14 0 1 457 World StepLimiter + 458 177 -8.22 420 7.95e-14 0 1 458 World StepLimiter + 459 178 -8.39 421 7.95e-14 0 1 459 World StepLimiter + 460 178 -8.56 422 7.95e-14 0 1 460 World StepLimiter + 461 178 -8.73 423 7.96e-14 0 1 461 World StepLimiter + 462 179 -8.9 424 7.96e-14 0 1 462 World StepLimiter + 463 179 -9.07 425 7.96e-14 0 1 463 World StepLimiter + 464 180 -9.24 426 7.96e-14 0 1 464 World StepLimiter + 465 180 -9.41 427 7.96e-14 0 1 465 World StepLimiter + 466 180 -9.58 428 7.96e-14 0 1 466 World StepLimiter + 467 181 -9.75 429 7.97e-14 0 1 467 World StepLimiter + 468 181 -9.93 429 7.97e-14 0 1 468 World StepLimiter + 469 181 -10.1 430 7.97e-14 0 1 469 World StepLimiter + 470 182 -10.3 431 7.97e-14 0 1 470 World StepLimiter + 471 182 -10.4 432 7.97e-14 0 1 471 World StepLimiter + 472 183 -10.6 433 7.97e-14 0 1 472 World StepLimiter + 473 183 -10.8 434 7.98e-14 0 1 473 World StepLimiter + 474 183 -11 435 7.98e-14 0 1 474 World StepLimiter + 475 184 -11.2 436 7.98e-14 0 1 475 World StepLimiter + 476 184 -11.3 437 7.98e-14 0 1 476 World StepLimiter + 477 185 -11.5 438 7.98e-14 0 1 477 World StepLimiter + 478 185 -11.7 439 7.99e-14 0 1 478 World StepLimiter + 479 185 -11.9 439 7.99e-14 0 1 479 World StepLimiter + 480 186 -12 440 7.99e-14 0 1 480 World StepLimiter + 481 186 -12.2 441 7.99e-14 0 1 481 World StepLimiter + 482 186 -12.4 442 7.99e-14 0 1 482 World StepLimiter + 483 187 -12.6 443 7.99e-14 0 1 483 World StepLimiter + 484 187 -12.8 444 8e-14 0 1 484 World StepLimiter + 485 188 -13 445 8e-14 0 1 485 World StepLimiter + 486 188 -13.1 446 8e-14 0 1 486 World StepLimiter + 487 188 -13.3 447 8e-14 0 1 487 World StepLimiter + 488 189 -13.5 448 8e-14 0 1 488 World StepLimiter + 489 189 -13.7 448 8.01e-14 0 1 489 World StepLimiter + 490 189 -13.9 449 8.01e-14 0 1 490 World StepLimiter + 491 190 -14.1 450 8.01e-14 0 1 491 World StepLimiter + 492 190 -14.3 451 8.01e-14 0 1 492 World StepLimiter + 493 191 -14.5 452 8.01e-14 0 1 493 World StepLimiter + 494 191 -14.6 453 8.02e-14 0 1 494 World StepLimiter + 495 191 -14.8 454 8.02e-14 0 1 495 World StepLimiter + 496 192 -15 455 8.02e-14 0 1 496 World StepLimiter + 497 192 -15.2 456 8.02e-14 0 1 497 World StepLimiter + 498 193 -15.4 457 8.02e-14 0 1 498 World StepLimiter + 499 193 -15.6 458 8.03e-14 0 1 499 World StepLimiter + 500 193 -15.8 458 8.03e-14 0 1 500 World StepLimiter + 501 194 -16 459 8.03e-14 0 1 501 World StepLimiter + 502 194 -16.2 460 8.03e-14 0 1 502 World StepLimiter + 503 194 -16.4 461 8.03e-14 0 1 503 World StepLimiter + 504 195 -16.6 462 8.04e-14 0 1 504 World StepLimiter + 505 195 -16.8 463 8.04e-14 0 1 505 World StepLimiter + 506 196 -17 464 8.04e-14 0 1 506 World StepLimiter + 507 196 -17.2 465 8.04e-14 0 1 507 World StepLimiter + 508 196 -17.4 466 8.04e-14 0 1 508 World StepLimiter + 509 197 -17.5 467 8.05e-14 0 1 509 World StepLimiter + 510 197 -17.7 467 8.05e-14 0 1 510 World StepLimiter + 511 197 -17.9 468 8.05e-14 0 1 511 World StepLimiter + 512 198 -18.1 469 8.05e-14 0 1 512 World StepLimiter + 513 198 -18.3 470 8.05e-14 0 1 513 World StepLimiter + 514 199 -18.6 471 8.06e-14 0 1 514 World StepLimiter + 515 199 -18.8 472 8.06e-14 0 1 515 World StepLimiter + 516 199 -19 473 8.06e-14 0 1 516 World StepLimiter + 517 200 -19.2 474 8.06e-14 0 1 517 World StepLimiter + 518 200 -19.4 475 8.06e-14 0 1 518 World StepLimiter + 519 201 -19.6 476 8.07e-14 0 1 519 World StepLimiter + 520 201 -19.8 476 8.07e-14 0 1 520 World StepLimiter + 521 201 -20 477 8.07e-14 0 1 521 World StepLimiter + 522 202 -20.2 478 8.07e-14 0 1 522 World StepLimiter + 523 202 -20.4 479 8.07e-14 0 1 523 World StepLimiter + 524 202 -20.6 480 8.08e-14 0 1 524 World StepLimiter + 525 203 -20.8 481 8.08e-14 0 1 525 World StepLimiter + 526 203 -21 482 8.08e-14 0 1 526 World StepLimiter + 527 204 -21.2 483 8.08e-14 0 1 527 World StepLimiter + 528 204 -21.4 484 8.09e-14 0 1 528 World StepLimiter + 529 204 -21.6 485 8.09e-14 0 1 529 World StepLimiter + 530 205 -21.9 485 8.09e-14 0 1 530 World StepLimiter + 531 205 -22.1 486 8.09e-14 0 1 531 World StepLimiter + 532 205 -22.3 487 8.09e-14 0 1 532 World StepLimiter + 533 206 -22.5 488 8.1e-14 0 1 533 World StepLimiter + 534 206 -22.7 489 8.1e-14 0 1 534 World StepLimiter + 535 207 -22.9 490 8.1e-14 0 1 535 World StepLimiter + 536 207 -23.1 491 8.1e-14 0 1 536 World StepLimiter + 537 207 -23.3 492 8.11e-14 0 1 537 World StepLimiter + 538 208 -23.6 493 8.11e-14 0 1 538 World StepLimiter + 539 208 -23.8 494 8.11e-14 0 1 539 World StepLimiter + 540 208 -24 494 8.11e-14 0 1 540 World StepLimiter + 541 209 -24.2 495 8.11e-14 0 1 541 World StepLimiter + 542 209 -24.4 496 8.12e-14 0 1 542 World StepLimiter + 543 210 -24.7 497 8.12e-14 0 1 543 World StepLimiter + 544 210 -24.9 498 8.12e-14 0 1 544 World StepLimiter + 545 210 -25.1 499 8.12e-14 0 1 545 World StepLimiter + 546 211 -25.3 500 8.13e-14 0 1 546 World StepLimiter + 547 211 -25.5 501 8.13e-14 0 1 547 World StepLimiter + 548 212 -25.8 502 8.13e-14 0 1 548 World StepLimiter + 549 212 -26 503 8.13e-14 0 1 549 World StepLimiter + 550 212 -26.2 503 8.13e-14 0 1 550 World StepLimiter + 551 213 -26.4 504 8.14e-14 0 1 551 World StepLimiter + 552 213 -26.7 505 8.14e-14 0 1 552 World StepLimiter + 553 213 -26.9 506 8.14e-14 0 1 553 World StepLimiter + 554 214 -27.1 507 8.14e-14 0 1 554 World StepLimiter + 555 214 -27.3 508 8.15e-14 0 1 555 World StepLimiter + 556 215 -27.6 509 8.15e-14 0 1 556 World StepLimiter + 557 215 -27.8 510 8.15e-14 0 1 557 World StepLimiter + 558 215 -28 511 8.15e-14 0 1 558 World StepLimiter + 559 216 -28.2 512 8.16e-14 0 1 559 World StepLimiter + 560 216 -28.5 512 8.16e-14 0 1 560 World StepLimiter + 561 216 -28.7 513 8.16e-14 0 1 561 World StepLimiter + 562 217 -28.9 514 8.16e-14 0 1 562 World StepLimiter + 563 217 -29.2 515 8.16e-14 0 1 563 World StepLimiter + 564 218 -29.4 516 8.17e-14 0 1 564 World StepLimiter + 565 218 -29.6 517 8.17e-14 0 1 565 World StepLimiter + 566 218 -29.9 518 8.17e-14 0 1 566 World StepLimiter + 567 219 -30.1 519 8.17e-14 0 1 567 World StepLimiter + 568 219 -30.3 520 8.18e-14 0 1 568 World StepLimiter + 569 219 -30.6 521 8.18e-14 0 1 569 World StepLimiter + 570 220 -30.8 521 8.18e-14 0 1 570 World StepLimiter + 571 220 -31 522 8.18e-14 0 1 571 World StepLimiter + 572 221 -31.3 523 8.19e-14 0 1 572 World StepLimiter + 573 221 -31.5 524 8.19e-14 0 1 573 World StepLimiter + 574 221 -31.7 525 8.19e-14 0 1 574 World StepLimiter + 575 222 -32 526 8.19e-14 0 1 575 World StepLimiter + 576 222 -32.2 527 8.2e-14 0 1 576 World StepLimiter + 577 222 -32.5 528 8.2e-14 0 1 577 World StepLimiter + 578 223 -32.7 529 8.2e-14 0 1 578 World StepLimiter + 579 223 -32.9 529 8.2e-14 0 1 579 World StepLimiter + 580 224 -33.2 530 8.21e-14 0 1 580 World StepLimiter + 581 224 -33.4 531 8.21e-14 0 1 581 World StepLimiter + 582 224 -33.7 532 8.21e-14 0 1 582 World StepLimiter + 583 225 -33.9 533 8.21e-14 0 1 583 World StepLimiter + 584 225 -34.1 534 8.22e-14 0 1 584 World StepLimiter + 585 226 -34.4 535 8.22e-14 0 1 585 World StepLimiter + 586 226 -34.6 536 8.22e-14 0 1 586 World StepLimiter + 587 226 -34.9 537 8.22e-14 0 1 587 World StepLimiter + 588 227 -35.1 538 8.23e-14 0 1 588 World StepLimiter + 589 227 -35.4 538 8.23e-14 0 1 589 World StepLimiter + 590 227 -35.6 539 8.23e-14 0 1 590 World StepLimiter + 591 228 -35.9 540 8.23e-14 0 1 591 World StepLimiter + 592 228 -36.1 541 8.24e-14 0 1 592 World StepLimiter + 593 229 -36.4 542 8.24e-14 0 1 593 World StepLimiter + 594 229 -36.6 543 8.24e-14 0 1 594 World StepLimiter + 595 229 -36.9 544 8.24e-14 0 1 595 World StepLimiter + 596 230 -37.1 545 8.25e-14 0 1 596 World StepLimiter + 597 230 -37.4 546 8.25e-14 0 1 597 World StepLimiter + 598 230 -37.6 546 8.25e-14 0 1 598 World StepLimiter + 599 231 -37.9 547 8.25e-14 0 1 599 World StepLimiter + 600 231 -38.1 548 8.26e-14 0 1 600 World StepLimiter + 601 232 -38.4 549 8.26e-14 0 1 601 World StepLimiter + 602 232 -38.6 550 8.26e-14 0 1 602 World StepLimiter + 603 232 -38.9 551 8.26e-14 0 1 603 World StepLimiter + 604 233 -39.1 552 8.27e-14 0 1 604 World StepLimiter + 605 233 -39.4 553 8.27e-14 0 1 605 World StepLimiter + 606 233 -39.6 554 8.27e-14 0 1 606 World StepLimiter + 607 234 -39.9 554 8.27e-14 0 1 607 World StepLimiter + 608 234 -40.2 555 8.28e-14 0 1 608 World StepLimiter + 609 235 -40.4 556 8.28e-14 0 1 609 World StepLimiter + 610 235 -40.7 557 8.28e-14 0 1 610 World StepLimiter + 611 235 -40.9 558 8.29e-14 0 1 611 World StepLimiter + 612 236 -41.2 559 8.29e-14 0 1 612 World StepLimiter + 613 236 -41.5 560 8.29e-14 0 1 613 World StepLimiter + 614 236 -41.7 561 8.29e-14 0 1 614 World StepLimiter + 615 237 -42 562 8.3e-14 0 1 615 World StepLimiter + 616 237 -42.2 562 8.3e-14 0 1 616 World StepLimiter + 617 238 -42.5 563 8.3e-14 0 1 617 World StepLimiter + 618 238 -42.8 564 8.3e-14 0 1 618 World StepLimiter + 619 238 -43 565 8.31e-14 0 1 619 World StepLimiter + 620 239 -43.3 566 8.31e-14 0 1 620 World StepLimiter + 621 239 -43.6 567 8.31e-14 0 1 621 World StepLimiter + 622 239 -43.8 568 8.32e-14 0 1 622 World StepLimiter + 623 240 -44.1 569 8.32e-14 0 1 623 World StepLimiter + 624 240 -44.4 570 8.32e-14 0 1 624 World StepLimiter + 625 241 -44.6 570 8.32e-14 0 1 625 World StepLimiter + 626 241 -44.9 571 8.33e-14 0 1 626 World StepLimiter + 627 241 -45.2 572 8.33e-14 0 1 627 World StepLimiter + 628 242 -45.4 573 8.33e-14 0 1 628 World StepLimiter + 629 242 -45.7 574 8.33e-14 0 1 629 World StepLimiter + 630 242 -46 575 8.34e-14 0 1 630 World StepLimiter + 631 243 -46.2 576 8.34e-14 0 1 631 World StepLimiter + 632 243 -46.5 577 8.34e-14 0 1 632 World StepLimiter + 633 244 -46.8 578 8.35e-14 0 1 633 World StepLimiter + 634 244 -47 578 8.35e-14 0 1 634 World StepLimiter + 635 244 -47.3 579 8.35e-14 0 1 635 World StepLimiter + 636 245 -47.6 580 8.35e-14 0 1 636 World StepLimiter + 637 245 -47.9 581 8.36e-14 0 1 637 World StepLimiter + 638 245 -48.1 582 8.36e-14 0 1 638 World StepLimiter + 639 246 -48.4 583 8.36e-14 0 1 639 World StepLimiter + 640 246 -48.7 584 8.37e-14 0 1 640 World StepLimiter + 641 247 -49 585 8.37e-14 0 1 641 World StepLimiter + 642 247 -49.2 586 8.37e-14 0 1 642 World StepLimiter + 643 247 -49.5 586 8.37e-14 0 1 643 World StepLimiter + 644 248 -49.8 587 8.38e-14 0 1 644 World StepLimiter + 645 248 -50.1 588 8.38e-14 0 1 645 World StepLimiter + 646 248 -50.4 589 8.38e-14 0 1 646 World StepLimiter + 647 249 -50.6 590 8.39e-14 0 1 647 World StepLimiter + 648 249 -50.9 591 8.39e-14 0 1 648 World StepLimiter + 649 249 -51.2 592 8.39e-14 0 1 649 World StepLimiter + 650 250 -51.5 593 8.39e-14 0 1 650 World StepLimiter + 651 250 -51.8 594 8.4e-14 0 1 651 World StepLimiter + 652 251 -52 594 8.4e-14 0 1 652 World StepLimiter + 653 251 -52.3 595 8.4e-14 0 1 653 World StepLimiter + 654 251 -52.6 596 8.41e-14 0 1 654 World StepLimiter + 655 252 -52.9 597 8.41e-14 0 1 655 World StepLimiter + 656 252 -53.2 598 8.41e-14 0 1 656 World StepLimiter + 657 252 -53.5 599 8.41e-14 0 1 657 World StepLimiter + 658 253 -53.8 600 8.42e-14 0 1 658 World StepLimiter + 659 253 -54 601 8.42e-14 0 1 659 World StepLimiter + 660 254 -54.3 601 8.42e-14 0 1 660 World StepLimiter + 661 254 -54.6 602 8.43e-14 0 1 661 World StepLimiter + 662 254 -54.9 603 8.43e-14 0 1 662 World StepLimiter + 663 255 -55.2 604 8.43e-14 0 1 663 World StepLimiter + 664 255 -55.5 605 8.43e-14 0 1 664 World StepLimiter + 665 255 -55.8 606 8.44e-14 0 1 665 World StepLimiter + 666 256 -56.1 607 8.44e-14 0 1 666 World StepLimiter + 667 256 -56.3 608 8.44e-14 0 1 667 World StepLimiter + 668 257 -56.6 609 8.45e-14 0 1 668 World StepLimiter + 669 257 -56.9 609 8.45e-14 0 1 669 World StepLimiter + 670 257 -57.2 610 8.45e-14 0 1 670 World StepLimiter + 671 258 -57.5 611 8.46e-14 0 1 671 World StepLimiter + 672 258 -57.8 612 8.46e-14 0 1 672 World StepLimiter + 673 258 -58.1 613 8.46e-14 0 1 673 World StepLimiter + 674 259 -58.4 614 8.46e-14 0 1 674 World StepLimiter + 675 259 -58.7 615 8.47e-14 0 1 675 World StepLimiter + 676 260 -59 616 8.47e-14 0 1 676 World StepLimiter + 677 260 -59.3 616 8.47e-14 0 1 677 World StepLimiter + 678 260 -59.6 617 8.48e-14 0 1 678 World StepLimiter + 679 261 -59.9 618 8.48e-14 0 1 679 World StepLimiter + 680 261 -60.2 619 8.48e-14 0 1 680 World StepLimiter + 681 261 -60.5 620 8.49e-14 0 1 681 World StepLimiter + 682 262 -60.8 621 8.49e-14 0 1 682 World StepLimiter + 683 262 -61.1 622 8.49e-14 0 1 683 World StepLimiter + 684 263 -61.4 623 8.5e-14 0 1 684 World StepLimiter + 685 263 -61.7 623 8.5e-14 0 1 685 World StepLimiter + 686 263 -62 624 8.5e-14 0 1 686 World StepLimiter + 687 264 -62.3 625 8.5e-14 0 1 687 World StepLimiter + 688 264 -62.6 626 8.51e-14 0 1 688 World StepLimiter + 689 264 -62.9 627 8.51e-14 0 1 689 World StepLimiter + 690 265 -63.2 628 8.51e-14 0 1 690 World StepLimiter + 691 265 -63.5 629 8.52e-14 0 1 691 World StepLimiter + 692 265 -63.8 630 8.52e-14 0 1 692 World StepLimiter + 693 266 -64.1 630 8.52e-14 0 1 693 World StepLimiter + 694 266 -64.4 631 8.53e-14 0 1 694 World StepLimiter + 695 267 -64.7 632 8.53e-14 0 1 695 World StepLimiter + 696 267 -65 633 8.53e-14 0 1 696 World StepLimiter + 697 267 -65.3 634 8.54e-14 0 1 697 World StepLimiter + 698 268 -65.6 635 8.54e-14 0 1 698 World StepLimiter + 699 268 -65.9 636 8.54e-14 0 1 699 World StepLimiter + 700 268 -66.3 637 8.55e-14 0 1 700 World StepLimiter + 701 269 -66.6 638 8.55e-14 0 1 701 World StepLimiter + 702 269 -66.9 638 8.55e-14 0 1 702 World StepLimiter + 703 270 -67.2 639 8.55e-14 0 1 703 World StepLimiter + 704 270 -67.5 640 8.56e-14 0 1 704 World StepLimiter + 705 270 -67.8 641 8.56e-14 0 1 705 World StepLimiter + 706 271 -68.1 642 8.56e-14 0 1 706 World StepLimiter + 707 271 -68.4 643 8.57e-14 0 1 707 World StepLimiter + 708 271 -68.7 644 8.57e-14 0 1 708 World StepLimiter + 709 272 -69.1 645 8.57e-14 0 1 709 World StepLimiter + 710 272 -69.4 645 8.58e-14 0 1 710 World StepLimiter + 711 272 -69.7 646 8.58e-14 0 1 711 World StepLimiter + 712 273 -70 647 8.58e-14 0 1 712 World StepLimiter + 713 273 -70.3 648 8.59e-14 0 1 713 World StepLimiter + 714 274 -70.6 649 8.59e-14 0 1 714 World StepLimiter + 715 274 -71 650 8.59e-14 0 1 715 World StepLimiter + 716 274 -71.3 651 8.6e-14 0 1 716 World StepLimiter + 717 275 -71.6 652 8.6e-14 0 1 717 World StepLimiter + 718 275 -71.9 652 8.6e-14 0 1 718 World StepLimiter + 719 275 -72.2 653 8.61e-14 0 1 719 World StepLimiter + 720 276 -72.5 654 8.61e-14 0 1 720 World StepLimiter + 721 276 -72.9 655 8.61e-14 0 1 721 World StepLimiter + 722 277 -73.2 656 8.62e-14 0 1 722 World StepLimiter + 723 277 -73.5 657 8.62e-14 0 1 723 World StepLimiter + 724 277 -73.8 658 8.62e-14 0 1 724 World StepLimiter + 725 278 -74.2 658 8.63e-14 0 1 725 World StepLimiter + 726 278 -74.5 659 8.63e-14 0 1 726 World StepLimiter + 727 278 -74.8 660 8.63e-14 0 1 727 World StepLimiter + 728 279 -75.1 661 8.64e-14 0 1 728 World StepLimiter + 729 279 -75.4 662 8.64e-14 0 1 729 World StepLimiter + 730 279 -75.8 663 8.64e-14 0 1 730 World StepLimiter + 731 280 -76.1 664 8.65e-14 0 1 731 World StepLimiter + 732 280 -76.4 665 8.65e-14 0 1 732 World StepLimiter + 733 281 -76.7 665 8.65e-14 0 1 733 World StepLimiter + 734 281 -77.1 666 8.66e-14 0 1 734 World StepLimiter + 735 281 -77.4 667 8.66e-14 0 1 735 World StepLimiter + 736 282 -77.7 668 8.66e-14 0 1 736 World StepLimiter + 737 282 -78.1 669 8.67e-14 0 1 737 World StepLimiter + 738 282 -78.4 670 8.67e-14 0 1 738 World StepLimiter + 739 283 -78.7 671 8.67e-14 0 1 739 World StepLimiter + 740 283 -79.1 672 8.68e-14 0 1 740 World StepLimiter + 741 284 -79.4 672 8.68e-14 0 1 741 World StepLimiter + 742 284 -79.7 673 8.68e-14 0 1 742 World StepLimiter + 743 284 -80 674 8.69e-14 0 1 743 World StepLimiter + 744 285 -80.4 675 8.69e-14 0 1 744 World StepLimiter + 745 285 -80.7 676 8.69e-14 0 1 745 World StepLimiter + 746 285 -81 677 8.7e-14 0 1 746 World StepLimiter + 747 286 -81.4 678 8.7e-14 0 1 747 World StepLimiter + 748 286 -81.7 679 8.7e-14 0 1 748 World StepLimiter + 749 286 -82 679 8.71e-14 0 1 749 World StepLimiter + 750 287 -82.4 680 8.71e-14 0 1 750 World StepLimiter + 751 287 -82.7 681 8.71e-14 0 1 751 World StepLimiter + 752 288 -83.1 682 8.72e-14 0 1 752 World StepLimiter + 753 288 -83.4 683 8.72e-14 0 1 753 World StepLimiter + 754 288 -83.7 684 8.72e-14 0 1 754 World StepLimiter + 755 289 -84.1 685 8.73e-14 0 1 755 World StepLimiter + 756 289 -84.4 685 8.73e-14 0 1 756 World StepLimiter + 757 289 -84.7 686 8.73e-14 0 1 757 World StepLimiter + 758 290 -85.1 687 8.74e-14 0 1 758 World StepLimiter + 759 290 -85.4 688 8.74e-14 0 1 759 World StepLimiter + 760 290 -85.8 689 8.75e-14 0 1 760 World StepLimiter + 761 291 -86.1 690 8.75e-14 0 1 761 World StepLimiter + 762 291 -86.4 691 8.75e-14 0 1 762 World StepLimiter + 763 292 -86.8 692 8.76e-14 0 1 763 World StepLimiter + 764 292 -87.1 692 8.76e-14 0 1 764 World StepLimiter + 765 292 -87.5 693 8.76e-14 0 1 765 World StepLimiter + 766 293 -87.8 694 8.77e-14 0 1 766 World StepLimiter + 767 293 -88.2 695 8.77e-14 0 1 767 World StepLimiter + 768 293 -88.5 696 8.77e-14 0 1 768 World StepLimiter + 769 294 -88.9 697 8.78e-14 0 1 769 World StepLimiter + 770 294 -89.2 698 8.78e-14 0 1 770 World StepLimiter + 771 294 -89.5 698 8.78e-14 0 1 771 World StepLimiter + 772 295 -89.9 699 8.79e-14 0 1 772 World StepLimiter + 773 295 -90.2 700 8.79e-14 0 1 773 World StepLimiter + 774 296 -90.6 701 8.79e-14 0 1 774 World StepLimiter + 775 296 -90.9 702 8.8e-14 0 1 775 World StepLimiter + 776 296 -91.3 703 8.8e-14 0 1 776 World StepLimiter + 777 297 -91.6 704 8.81e-14 0 1 777 World StepLimiter + 778 297 -92 704 8.81e-14 0 1 778 World StepLimiter + 779 297 -92.3 705 8.81e-14 0 1 779 World StepLimiter + 780 298 -92.7 706 8.82e-14 0 1 780 World StepLimiter + 781 298 -93 707 8.82e-14 0 1 781 World StepLimiter + 782 298 -93.4 708 8.82e-14 0 1 782 World StepLimiter + 783 299 -93.7 709 8.83e-14 0 1 783 World StepLimiter + 784 299 -94.1 710 8.83e-14 0 1 784 World StepLimiter + 785 300 -94.5 711 8.83e-14 0 1 785 World StepLimiter + 786 300 -94.8 711 8.84e-14 0 1 786 World StepLimiter + 787 300 -95.2 712 8.84e-14 0 1 787 World StepLimiter + 788 301 -95.5 713 8.85e-14 0 1 788 World StepLimiter + 789 301 -95.9 714 8.85e-14 0 1 789 World StepLimiter + 790 301 -96.2 715 8.85e-14 0 1 790 World StepLimiter + 791 302 -96.6 716 8.86e-14 0 1 791 World StepLimiter + 792 302 -96.9 717 8.86e-14 0 1 792 World StepLimiter + 793 302 -97.3 717 8.86e-14 0 1 793 World StepLimiter + 794 303 -97.7 718 8.87e-14 0 1 794 World StepLimiter + 795 303 -98 719 8.87e-14 0 1 795 World StepLimiter + 796 304 -98.4 720 8.87e-14 0 1 796 World StepLimiter + 797 304 -98.7 721 8.88e-14 0 1 797 World StepLimiter + 798 304 -99.1 722 8.88e-14 0 1 798 World StepLimiter + 799 305 -99.5 723 8.89e-14 0 1 799 World StepLimiter + 800 305 -99.8 723 8.89e-14 0 1 800 World StepLimiter + 801 305 -100 724 8.89e-14 0 1 801 World StepLimiter + 802 306 -101 725 8.9e-14 0 1 802 World StepLimiter + 803 306 -101 726 8.9e-14 0 1 803 World StepLimiter + 804 306 -101 727 8.9e-14 0 1 804 World StepLimiter + 805 307 -102 728 8.91e-14 0 1 805 World StepLimiter + 806 307 -102 729 8.91e-14 0 1 806 World StepLimiter + 807 308 -102 729 8.92e-14 0 1 807 World StepLimiter + 808 308 -103 730 8.92e-14 0 1 808 World StepLimiter + 809 308 -103 731 8.92e-14 0 1 809 World StepLimiter + 810 309 -103 732 8.93e-14 0 1 810 World StepLimiter + 811 309 -104 733 8.93e-14 0 1 811 World StepLimiter + 812 309 -104 734 8.93e-14 0 1 812 World StepLimiter + 813 310 -105 735 8.94e-14 0 1 813 World StepLimiter + 814 310 -105 735 8.94e-14 0 1 814 World StepLimiter + 815 310 -105 736 8.95e-14 0 1 815 World StepLimiter + 816 311 -106 737 8.95e-14 0 1 816 World StepLimiter + 817 311 -106 738 8.95e-14 0 1 817 World StepLimiter + 818 312 -106 739 8.96e-14 0 1 818 World StepLimiter + 819 312 -107 740 8.96e-14 0 1 819 World StepLimiter + 820 312 -107 741 8.96e-14 0 1 820 World StepLimiter + 821 313 -108 741 8.97e-14 0 1 821 World StepLimiter + 822 313 -108 742 8.97e-14 0 1 822 World StepLimiter + 823 313 -108 743 8.98e-14 0 1 823 World StepLimiter + 824 314 -109 744 8.98e-14 0 1 824 World StepLimiter + 825 314 -109 745 8.98e-14 0 1 825 World StepLimiter + 826 314 -109 746 8.99e-14 0 1 826 World StepLimiter + 827 315 -110 747 8.99e-14 0 1 827 World StepLimiter + 828 315 -110 747 9e-14 0 1 828 World StepLimiter + 829 315 -111 748 9e-14 0 1 829 World StepLimiter + 830 316 -111 749 9e-14 0 1 830 World StepLimiter + 831 316 -111 750 9.01e-14 0 1 831 World StepLimiter + 832 317 -112 751 9.01e-14 0 1 832 World StepLimiter + 833 317 -112 752 9.01e-14 0 1 833 World StepLimiter + 834 317 -112 753 9.02e-14 0 1 834 World StepLimiter + 835 318 -113 753 9.02e-14 0 1 835 World StepLimiter + 836 318 -113 754 9.03e-14 0 1 836 World StepLimiter + 837 318 -114 755 9.03e-14 0 1 837 World StepLimiter + 838 319 -114 756 9.03e-14 0 1 838 World StepLimiter + 839 319 -114 757 9.04e-14 0 1 839 World StepLimiter + 840 319 -115 758 9.04e-14 0 1 840 World StepLimiter + 841 320 -115 758 9.05e-14 0 1 841 World StepLimiter + 842 320 -115 759 9.05e-14 0 1 842 World StepLimiter + 843 321 -116 760 9.05e-14 0 1 843 World StepLimiter + 844 321 -116 761 9.06e-14 0 1 844 World StepLimiter + 845 321 -117 762 9.06e-14 0 1 845 World StepLimiter + 846 322 -117 763 9.07e-14 0 1 846 World StepLimiter + 847 322 -117 764 9.07e-14 0 1 847 World StepLimiter + 848 322 -118 764 9.07e-14 0 1 848 World StepLimiter + 849 323 -118 765 9.08e-14 0 1 849 World StepLimiter + 850 323 -119 766 9.08e-14 0 1 850 World StepLimiter + 851 323 -119 767 9.09e-14 0 1 851 World StepLimiter + 852 324 -119 768 9.09e-14 0 1 852 World StepLimiter + 853 324 -120 769 9.09e-14 0 1 853 World StepLimiter + 854 324 -120 770 9.1e-14 0 1 854 World StepLimiter + 855 325 -120 770 9.1e-14 0 1 855 World StepLimiter + 856 325 -121 771 9.1e-14 0 1 856 World StepLimiter + 857 326 -121 772 9.11e-14 0 1 857 World StepLimiter + 858 326 -122 773 9.11e-14 0 1 858 World StepLimiter + 859 326 -122 774 9.12e-14 0 1 859 World StepLimiter + 860 327 -122 775 9.12e-14 0 1 860 World StepLimiter + 861 327 -123 775 9.12e-14 0 1 861 World StepLimiter + 862 327 -123 776 9.13e-14 0 1 862 World StepLimiter + 863 328 -124 777 9.13e-14 0 1 863 World StepLimiter + 864 328 -124 778 9.14e-14 0 1 864 World StepLimiter + 865 328 -124 779 9.14e-14 0 1 865 World StepLimiter + 866 329 -125 780 9.15e-14 0 1 866 World StepLimiter + 867 329 -125 781 9.15e-14 0 1 867 World StepLimiter + 868 329 -126 781 9.15e-14 0 1 868 World StepLimiter + 869 330 -126 782 9.16e-14 0 1 869 World StepLimiter + 870 330 -126 783 9.16e-14 0 1 870 World StepLimiter + 871 331 -127 784 9.17e-14 0 1 871 World StepLimiter + 872 331 -127 785 9.17e-14 0 1 872 World StepLimiter + 873 331 -128 786 9.17e-14 0 1 873 World StepLimiter + 874 332 -128 787 9.18e-14 0 1 874 World StepLimiter + 875 332 -128 787 9.18e-14 0 1 875 World StepLimiter + 876 332 -129 788 9.19e-14 0 1 876 World StepLimiter + 877 333 -129 789 9.19e-14 0 1 877 World StepLimiter + 878 333 -129 790 9.19e-14 0 1 878 World StepLimiter + 879 333 -130 791 9.2e-14 0 1 879 World StepLimiter + 880 334 -130 792 9.2e-14 0 1 880 World StepLimiter + 881 334 -131 792 9.21e-14 0 1 881 World StepLimiter + 882 334 -131 793 9.21e-14 0 1 882 World StepLimiter + 883 335 -131 794 9.21e-14 0 1 883 World StepLimiter + 884 335 -132 795 9.22e-14 0 1 884 World StepLimiter + 885 336 -132 796 9.22e-14 0 1 885 World StepLimiter + 886 336 -133 797 9.23e-14 0 1 886 World StepLimiter + 887 336 -133 797 9.23e-14 0 1 887 World StepLimiter + 888 337 -134 798 9.23e-14 0 1 888 World StepLimiter + 889 337 -134 799 9.24e-14 0 1 889 World StepLimiter + 890 337 -134 800 9.24e-14 0 1 890 World StepLimiter + 891 338 -135 801 9.25e-14 0 1 891 World StepLimiter + 892 338 -135 802 9.25e-14 0 1 892 World StepLimiter + 893 338 -136 803 9.26e-14 0 1 893 World StepLimiter + 894 339 -136 803 9.26e-14 0 1 894 World StepLimiter + 895 339 -136 804 9.26e-14 0 1 895 World StepLimiter + 896 339 -137 805 9.27e-14 0 1 896 World StepLimiter + 897 340 -137 806 9.27e-14 0 1 897 World StepLimiter + 898 340 -138 807 9.28e-14 0 1 898 World StepLimiter + 899 340 -138 808 9.28e-14 0 1 899 World StepLimiter + 900 341 -138 808 9.29e-14 0 1 900 World StepLimiter + 901 341 -139 809 9.29e-14 0 1 901 World StepLimiter + 902 342 -139 810 9.29e-14 0 1 902 World StepLimiter + 903 342 -140 811 9.3e-14 0 1 903 World StepLimiter + 904 342 -140 812 9.3e-14 0 1 904 World StepLimiter + 905 343 -140 813 9.31e-14 0 1 905 World StepLimiter + 906 343 -141 813 9.31e-14 0 1 906 World StepLimiter + 907 343 -141 814 9.31e-14 0 1 907 World StepLimiter + 908 344 -142 815 9.32e-14 0 1 908 World StepLimiter + 909 344 -142 816 9.32e-14 0 1 909 World StepLimiter + 910 344 -143 817 9.33e-14 0 1 910 World StepLimiter + 911 345 -143 818 9.33e-14 0 1 911 World StepLimiter + 912 345 -143 818 9.34e-14 0 1 912 World StepLimiter + 913 345 -144 819 9.34e-14 0 1 913 World StepLimiter + 914 346 -144 820 9.34e-14 0 1 914 World StepLimiter + 915 346 -145 821 9.35e-14 0 1 915 World StepLimiter + 916 347 -145 822 9.35e-14 0 1 916 World StepLimiter + 917 347 -145 823 9.36e-14 0 1 917 World StepLimiter + 918 347 -146 824 9.36e-14 0 1 918 World StepLimiter + 919 348 -146 824 9.37e-14 0 1 919 World StepLimiter + 920 348 -147 825 9.37e-14 0 1 920 World StepLimiter + 921 348 -147 826 9.37e-14 0 1 921 World StepLimiter + 922 349 -148 827 9.38e-14 0 1 922 World StepLimiter + 923 349 -148 828 9.38e-14 0 1 923 World StepLimiter + 924 349 -148 829 9.39e-14 0 1 924 World StepLimiter + 925 350 -149 829 9.39e-14 0 1 925 World StepLimiter + 926 350 -149 830 9.4e-14 0 1 926 World StepLimiter + 927 350 -150 831 9.4e-14 0 1 927 World StepLimiter + 928 351 -150 832 9.4e-14 0 1 928 World StepLimiter + 929 351 -150 833 9.41e-14 0 1 929 World StepLimiter + 930 351 -151 834 9.41e-14 0 1 930 World StepLimiter + 931 352 -151 834 9.42e-14 0 1 931 World StepLimiter + 932 352 -152 835 9.42e-14 0 1 932 World StepLimiter + 933 353 -152 836 9.43e-14 0 1 933 World StepLimiter + 934 353 -153 837 9.43e-14 0 1 934 World StepLimiter + 935 353 -153 838 9.43e-14 0 1 935 World StepLimiter + 936 354 -153 839 9.44e-14 0 1 936 World StepLimiter + 937 354 -154 839 9.44e-14 0 1 937 World StepLimiter + 938 354 -154 840 9.45e-14 0 1 938 World StepLimiter + 939 355 -155 841 9.45e-14 0 1 939 World StepLimiter + 940 355 -155 842 9.46e-14 0 1 940 World StepLimiter + 941 355 -156 843 9.46e-14 0 1 941 World StepLimiter + 942 356 -156 844 9.47e-14 0 1 942 World StepLimiter + 943 356 -156 844 9.47e-14 0 1 943 World StepLimiter + 944 356 -157 845 9.47e-14 0 1 944 World StepLimiter + 945 357 -157 846 9.48e-14 0 1 945 World StepLimiter + 946 357 -158 847 9.48e-14 0 1 946 World StepLimiter + 947 357 -158 848 9.49e-14 0 1 947 World StepLimiter + 948 358 -159 849 9.49e-14 0 1 948 World StepLimiter + 949 358 -159 849 9.5e-14 0 1 949 World StepLimiter + 950 358 -159 850 9.5e-14 0 1 950 World StepLimiter + 951 359 -160 851 9.51e-14 0 1 951 World StepLimiter + 952 359 -160 852 9.51e-14 0 1 952 World StepLimiter + 953 360 -161 853 9.51e-14 0 1 953 World StepLimiter + 954 360 -161 854 9.52e-14 0 1 954 World StepLimiter + 955 360 -162 854 9.52e-14 0 1 955 World StepLimiter + 956 361 -162 855 9.53e-14 0 1 956 World StepLimiter + 957 361 -162 856 9.53e-14 0 1 957 World StepLimiter + 958 361 -163 857 9.54e-14 0 1 958 World StepLimiter + 959 362 -163 858 9.54e-14 0 1 959 World StepLimiter + 960 362 -164 859 9.55e-14 0 1 960 World StepLimiter + 961 362 -164 859 9.55e-14 0 1 961 World StepLimiter + 962 363 -165 860 9.55e-14 0 1 962 World StepLimiter + 963 363 -165 861 9.56e-14 0 1 963 World StepLimiter + 964 363 -166 862 9.56e-14 0 1 964 World StepLimiter + 965 364 -166 863 9.57e-14 0 1 965 World StepLimiter + 966 364 -166 863 9.57e-14 0 1 966 World StepLimiter + 967 364 -167 864 9.58e-14 0 1 967 World StepLimiter + 968 365 -167 865 9.58e-14 0 1 968 World StepLimiter + 969 365 -168 866 9.59e-14 0 1 969 World StepLimiter + 970 365 -168 867 9.59e-14 0 1 970 World StepLimiter + 971 366 -169 868 9.59e-14 0 1 971 World StepLimiter + 972 366 -169 868 9.6e-14 0 1 972 World StepLimiter + 973 367 -169 869 9.6e-14 0 1 973 World StepLimiter + 974 367 -170 870 9.61e-14 0 1 974 World StepLimiter + 975 367 -170 871 9.61e-14 0 1 975 World StepLimiter + 976 368 -171 872 9.62e-14 0 1 976 World StepLimiter + 977 368 -171 873 9.62e-14 0 1 977 World StepLimiter + 978 368 -172 873 9.63e-14 0 1 978 World StepLimiter + 979 369 -172 874 9.63e-14 0 1 979 World StepLimiter + 980 369 -173 875 9.64e-14 0 1 980 World StepLimiter + 981 369 -173 876 9.64e-14 0 1 981 World StepLimiter + 982 370 -173 877 9.64e-14 0 1 982 World StepLimiter + 983 370 -174 878 9.65e-14 0 1 983 World StepLimiter + 984 370 -174 878 9.65e-14 0 1 984 World StepLimiter + 985 371 -175 879 9.66e-14 0 1 985 World StepLimiter + 986 371 -175 880 9.66e-14 0 1 986 World StepLimiter + 987 371 -176 881 9.67e-14 0 1 987 World StepLimiter + 988 372 -176 882 9.67e-14 0 1 988 World StepLimiter + 989 372 -177 882 9.68e-14 0 1 989 World StepLimiter + 990 372 -177 883 9.68e-14 0 1 990 World StepLimiter + 991 373 -178 884 9.69e-14 0 1 991 World StepLimiter + 992 373 -178 885 9.69e-14 0 1 992 World StepLimiter + 993 373 -178 886 9.7e-14 0 1 993 World StepLimiter + 994 374 -179 887 9.7e-14 0 1 994 World StepLimiter + 995 374 -179 887 9.7e-14 0 1 995 World StepLimiter + 996 375 -180 888 9.71e-14 0 1 996 World StepLimiter + 997 375 -180 889 9.71e-14 0 1 997 World StepLimiter + 998 375 -181 890 9.72e-14 0 1 998 World StepLimiter + 999 376 -181 891 9.72e-14 0 1 999 World StepLimiter + 1000 376 -182 892 9.73e-14 0 1 1e+03 World StepLimiter + 1001 376 -182 892 9.73e-14 0 1 1e+03 World StepLimiter + 1002 377 -182 893 9.74e-14 0 1 1e+03 World StepLimiter + 1003 377 -183 894 9.74e-14 0 1 1e+03 World StepLimiter + 1004 377 -183 895 9.75e-14 0 1 1e+03 World StepLimiter + 1005 378 -184 896 9.75e-14 0 1 1e+03 World StepLimiter + 1006 378 -184 896 9.76e-14 0 1 1.01e+03 World StepLimiter + 1007 378 -185 897 9.76e-14 0 1 1.01e+03 World StepLimiter + 1008 379 -185 898 9.77e-14 0 1 1.01e+03 World StepLimiter + 1009 379 -186 899 9.77e-14 0 1 1.01e+03 World StepLimiter + 1010 379 -186 900 9.77e-14 0 1 1.01e+03 World StepLimiter + 1011 380 -187 901 9.78e-14 0 1 1.01e+03 World StepLimiter + 1012 380 -187 901 9.78e-14 0 1 1.01e+03 World StepLimiter + 1013 380 -187 902 9.79e-14 0 1 1.01e+03 World StepLimiter + 1014 381 -188 903 9.79e-14 0 1 1.01e+03 World StepLimiter + 1015 381 -188 904 9.8e-14 0 1 1.02e+03 World StepLimiter + 1016 381 -189 905 9.8e-14 0 1 1.02e+03 World StepLimiter + 1017 382 -189 905 9.81e-14 0 1 1.02e+03 World StepLimiter + 1018 382 -190 906 9.81e-14 0 1 1.02e+03 World StepLimiter + 1019 382 -190 907 9.82e-14 0 1 1.02e+03 World StepLimiter + 1020 383 -191 908 9.82e-14 0 1 1.02e+03 World StepLimiter + 1021 383 -191 909 9.83e-14 0 1 1.02e+03 World StepLimiter + 1022 383 -192 910 9.83e-14 0 1 1.02e+03 World StepLimiter + 1023 384 -192 910 9.84e-14 0 1 1.02e+03 World StepLimiter + 1024 384 -193 911 9.84e-14 0 1 1.02e+03 World StepLimiter + 1025 385 -193 912 9.85e-14 0 1 1.02e+03 World StepLimiter + 1026 385 -193 913 9.85e-14 0 1 1.03e+03 World StepLimiter + 1027 385 -194 914 9.85e-14 0 1 1.03e+03 World StepLimiter + 1028 386 -194 914 9.86e-14 0 1 1.03e+03 World StepLimiter + 1029 386 -195 915 9.86e-14 0 1 1.03e+03 World StepLimiter + 1030 386 -195 916 9.87e-14 0 1 1.03e+03 World StepLimiter + 1031 387 -196 917 9.87e-14 0 1 1.03e+03 World StepLimiter + 1032 387 -196 918 9.88e-14 0 1 1.03e+03 World StepLimiter + 1033 387 -197 919 9.88e-14 0 1 1.03e+03 World StepLimiter + 1034 388 -197 919 9.89e-14 0 1 1.03e+03 World StepLimiter + 1035 388 -198 920 9.89e-14 0 1 1.04e+03 World StepLimiter + 1036 388 -198 921 9.9e-14 0 1 1.04e+03 World StepLimiter + 1037 389 -199 922 9.9e-14 0 1 1.04e+03 World StepLimiter + 1038 389 -199 923 9.91e-14 0 1 1.04e+03 World StepLimiter + 1039 389 -200 923 9.91e-14 0 1 1.04e+03 World StepLimiter + 1040 390 -200 924 9.92e-14 0 1 1.04e+03 World StepLimiter + 1041 390 -201 925 9.92e-14 0 1 1.04e+03 World StepLimiter + 1042 390 -201 926 9.93e-14 0 1 1.04e+03 World StepLimiter + 1043 391 -201 927 9.93e-14 0 1 1.04e+03 World StepLimiter + 1044 391 -202 927 9.94e-14 0 1 1.04e+03 World StepLimiter + 1045 391 -202 928 9.94e-14 0 1 1.04e+03 World StepLimiter + 1046 392 -203 929 9.95e-14 0 1 1.05e+03 World StepLimiter + 1047 392 -203 930 9.95e-14 0 1 1.05e+03 World StepLimiter + 1048 392 -204 931 9.96e-14 0 1 1.05e+03 World StepLimiter + 1049 393 -204 932 9.96e-14 0 1 1.05e+03 World StepLimiter + 1050 393 -205 932 9.97e-14 0 1 1.05e+03 World StepLimiter + 1051 393 -205 933 9.97e-14 0 1 1.05e+03 World StepLimiter + 1052 394 -206 934 9.98e-14 0 1 1.05e+03 World StepLimiter + 1053 394 -206 935 9.98e-14 0 1 1.05e+03 World StepLimiter + 1054 394 -207 936 9.99e-14 0 1 1.05e+03 World StepLimiter + 1055 395 -207 936 9.99e-14 0 1 1.06e+03 World StepLimiter + 1056 395 -208 937 9.99e-14 0 1 1.06e+03 World StepLimiter + 1057 395 -208 938 1e-13 0 1 1.06e+03 World StepLimiter + 1058 396 -209 939 1e-13 0 1 1.06e+03 World StepLimiter + 1059 396 -209 940 1e-13 0 1 1.06e+03 World StepLimiter + 1060 397 -210 940 1e-13 0 1 1.06e+03 World StepLimiter + 1061 397 -210 941 1e-13 0 1 1.06e+03 World StepLimiter + 1062 397 -210 942 1e-13 0 1 1.06e+03 World StepLimiter + 1063 398 -211 943 1e-13 0 1 1.06e+03 World StepLimiter + 1064 398 -211 944 1e-13 0 1 1.06e+03 World StepLimiter + 1065 398 -212 944 1e-13 0 1 1.06e+03 World StepLimiter + 1066 399 -212 945 1e-13 0 1 1.07e+03 World StepLimiter + 1067 399 -213 946 1e-13 0 1 1.07e+03 World StepLimiter + 1068 399 -213 947 1.01e-13 0 1 1.07e+03 World StepLimiter + 1069 400 -214 948 1.01e-13 0 1 1.07e+03 World StepLimiter + 1070 400 -214 949 1.01e-13 0 1 1.07e+03 World StepLimiter + 1071 400 -215 949 1.01e-13 0 1 1.07e+03 World StepLimiter + 1072 401 -215 950 1.01e-13 0 1 1.07e+03 World StepLimiter + 1073 401 -216 951 1.01e-13 0 1 1.07e+03 World StepLimiter + 1074 401 -216 952 1.01e-13 0 1 1.07e+03 World StepLimiter + 1075 402 -217 953 1.01e-13 0 1 1.08e+03 World StepLimiter + 1076 402 -217 953 1.01e-13 0 1 1.08e+03 World StepLimiter + 1077 402 -218 954 1.01e-13 0 1 1.08e+03 World StepLimiter + 1078 403 -218 955 1.01e-13 0 1 1.08e+03 World StepLimiter + 1079 403 -219 956 1.01e-13 0 1 1.08e+03 World StepLimiter + 1080 403 -219 957 1.01e-13 0 1 1.08e+03 World StepLimiter + 1081 404 -220 957 1.01e-13 0 1 1.08e+03 World StepLimiter + 1082 404 -220 958 1.01e-13 0 1 1.08e+03 World StepLimiter + 1083 404 -221 959 1.01e-13 0 1 1.08e+03 World StepLimiter + 1084 405 -221 960 1.01e-13 0 1 1.08e+03 World StepLimiter + 1085 405 -222 961 1.01e-13 0 1 1.08e+03 World StepLimiter + 1086 405 -222 961 1.01e-13 0 1 1.09e+03 World StepLimiter + 1087 406 -223 962 1.01e-13 0 1 1.09e+03 World StepLimiter + 1088 406 -223 963 1.02e-13 0 1 1.09e+03 World StepLimiter + 1089 406 -224 964 1.02e-13 0 1 1.09e+03 World StepLimiter + 1090 407 -224 965 1.02e-13 0 1 1.09e+03 World StepLimiter + 1091 407 -225 965 1.02e-13 0 1 1.09e+03 World StepLimiter + 1092 407 -225 966 1.02e-13 0 1 1.09e+03 World StepLimiter + 1093 408 -225 967 1.02e-13 0 1 1.09e+03 World StepLimiter + 1094 408 -226 968 1.02e-13 0 1 1.09e+03 World StepLimiter + 1095 408 -226 969 1.02e-13 0 1 1.1e+03 World StepLimiter + 1096 409 -227 969 1.02e-13 0 1 1.1e+03 World StepLimiter + 1097 409 -227 970 1.02e-13 0 1 1.1e+03 World StepLimiter + 1098 409 -228 971 1.02e-13 0 1 1.1e+03 World StepLimiter + 1099 410 -228 972 1.02e-13 0 1 1.1e+03 World StepLimiter + 1100 410 -229 973 1.02e-13 0 1 1.1e+03 World StepLimiter + 1101 410 -229 973 1.02e-13 0 1 1.1e+03 World StepLimiter + 1102 411 -230 974 1.02e-13 0 1 1.1e+03 World StepLimiter + 1103 411 -230 975 1.02e-13 0 1 1.1e+03 World StepLimiter + 1104 411 -231 976 1.02e-13 0 1 1.1e+03 World StepLimiter + 1105 412 -231 977 1.02e-13 0 1 1.1e+03 World StepLimiter + 1106 412 -232 977 1.02e-13 0 1 1.11e+03 World StepLimiter + 1107 412 -232 978 1.02e-13 0 1 1.11e+03 World StepLimiter + 1108 413 -233 979 1.03e-13 0 1 1.11e+03 World StepLimiter + 1109 413 -233 980 1.03e-13 0 1 1.11e+03 World StepLimiter + 1110 413 -234 981 1.03e-13 0 1 1.11e+03 World StepLimiter + 1111 414 -234 981 1.03e-13 0 1 1.11e+03 World StepLimiter + 1112 414 -235 982 1.03e-13 0 1 1.11e+03 World StepLimiter + 1113 414 -235 983 1.03e-13 0 1 1.11e+03 World StepLimiter + 1114 415 -236 984 1.03e-13 0 1 1.11e+03 World StepLimiter + 1115 415 -236 985 1.03e-13 0 1 1.12e+03 World StepLimiter + 1116 415 -237 985 1.03e-13 0 1 1.12e+03 World StepLimiter + 1117 416 -237 986 1.03e-13 0 1 1.12e+03 World StepLimiter + 1118 416 -238 987 1.03e-13 0 1 1.12e+03 World StepLimiter + 1119 417 -238 988 1.03e-13 0 1 1.12e+03 World StepLimiter + 1120 417 -239 989 1.03e-13 0 1 1.12e+03 World StepLimiter + 1121 417 -239 989 1.03e-13 0 1 1.12e+03 World StepLimiter + 1122 418 -240 990 1.03e-13 0 1 1.12e+03 World StepLimiter + 1123 418 -240 991 1.03e-13 0 1 1.12e+03 World StepLimiter + 1124 418 -241 992 1.03e-13 0 1 1.12e+03 World StepLimiter + 1125 419 -241 993 1.03e-13 0 1 1.12e+03 World StepLimiter + 1126 419 -242 993 1.03e-13 0 1 1.13e+03 World StepLimiter + 1127 419 -242 994 1.04e-13 0 1 1.13e+03 World StepLimiter + 1128 420 -243 995 1.04e-13 0 1 1.13e+03 World StepLimiter + 1129 420 -243 996 1.04e-13 0 1 1.13e+03 World StepLimiter + 1130 420 -244 997 1.04e-13 0 1 1.13e+03 World StepLimiter + 1131 421 -244 997 1.04e-13 0 1 1.13e+03 World StepLimiter + 1132 421 -245 998 1.04e-13 0 1 1.13e+03 World StepLimiter + 1133 421 -245 999 1.04e-13 0 1 1.13e+03 World StepLimiter + 1134 422 -246 1e+03 1.04e-13 0 1 1.13e+03 World StepLimiter + 1135 422 -246 1e+03 1.04e-13 0 0.241 1.13e+03 OutOfWorld Transportation Track (trackID 1, parentID 0) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.020000s Real=0.032312s Sys=0.010000s + User=0.010000s Real=0.010877s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index 9ed387ce384..297eff56d8a 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -14,7 +14,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,7 +37,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -175,10 +174,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -349,7 +351,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -828,11 +830,10 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -857,7 +858,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -887,6 +888,7 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 5 kByte @@ -913,13 +915,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 5.25 0k 1 4 4 0.00 BXD1_3_ENV 5.25 0k 1 4 4 0.00 BXD1_4_ENV 5.25 0k 1 4 4 0.00 BXD1_5_ENV -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000432s Sys=0.000000s + User=0.000000s Real=0.000447s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -949,7 +951,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000039s Sys=0.000000s + User=0.000000s Real=0.000047s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -979,7 +981,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000088s Sys=0.000000s + User=0.000000s Real=0.000057s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1009,7 +1011,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000044s Sys=0.000000s + User=0.000000s Real=0.000047s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1039,7 +1041,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000074s Sys=0.000000s + User=0.000000s Real=0.000088s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1069,7 +1071,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000045s Sys=0.000000s + User=0.000000s Real=0.000046s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1129,14 +1131,14 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000038s Sys=0.000000s + User=0.000000s Real=0.000053s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:7) -UserDetectorConstruction deleted 0xf757b0 -UserPhysicsList deleted 0xf76a30 -UserActionInitialization deleted 0x1131ba0 +UserDetectorConstruction deleted 0xd28a70 +UserPhysicsList deleted 0xd29d10 +UserActionInitialization deleted 0xee4a60 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/geometry/transforms/batch.out b/examples/extended/geometry/transforms/batch.out index a5516fec9b9..8c0aa8ac2b0 100644 --- a/examples/extended/geometry/transforms/batch.out +++ b/examples/extended/geometry/transforms/batch.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out b/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out index 5d74d46b862..cd5963d8f97 100644 --- a/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out +++ b/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out @@ -18,7 +18,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,128 +47,13 @@ Enabled Check mode in G4Navigator G4ChordFinder: stepperDriverId: 2 *** SETTING MAGNETIC FIELD in Z direction : fieldValue = 2 tesla *** -*** Conversion of G4 -> VecGeom finished (0.0133574 s) *** -*** Closing VecGeom geometry finished (0.002971 s) *** -*** Setup of syncing lookup structure finished (5.4795e-05 s) *** +*** Conversion of G4 -> VecGeom finished (0.0120403 s) *** +*** Closing VecGeom geometry finished (0.00345512 s) *** +*** Setup of syncing lookup structure finished (5.2929e-05 s) *** TG4VecGeomNavigator created and registered to G4TransportationManager - Setting up safety voxels for Svt_log with 340 daughters Uncontained capacity for Svt_log: 8.83002e+07 units - -VolUtil: FillUncontPts: Volume 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: RadioactiveDecay -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1263,7 +1264,5 @@ Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/fluka_common_dependencies.hh b/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/fluka_common_dependencies.hh index a0d29ed300d..6f6fa54064c 100644 --- a/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/fluka_common_dependencies.hh +++ b/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/fluka_common_dependencies.hh @@ -33,6 +33,12 @@ # ifndef FLUKA_COMMON_DEPENDENCIES_HH # define FLUKA_COMMON_DEPENDENCIES_HH +// clang-format off +// Special headers with global constants - DO NOT RE-ORDER +# include "dblprc.h" +# include "dimpar.h" +# include "iounit.h" +// End: special headers with global constants # include "beamcm.h" # include "blnkcm.h" # include "caslim.h" @@ -40,8 +46,6 @@ # include "cmphnu.h" # include "ctitle.h" # include "currpt.h" -# include "dblprc.h" -# include "dimpar.h" # include "evaflg.h" # include "evapix.h" # include "fheavy.h" @@ -49,7 +53,6 @@ # include "genflg.h" # include "genstk.h" # include "genthr.h" -# include "iounit.h" # include "isotop.h" # include "ncsfta.h" # include "ndnicm.h" @@ -67,6 +70,7 @@ # include "sumcou.h" # include "thrscm.h" # include "usryld.h" +// clang-format on # endif #endif // G4_USE_FLUKA diff --git a/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/fluka_interface.cc b/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/fluka_interface.cc index d1fa8877c66..e8a5cf8e2b1 100644 --- a/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/fluka_interface.cc +++ b/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/fluka_interface.cc @@ -45,9 +45,11 @@ # include "types.h" // FLUKA DEPENDENCIES +// clang-format off # include "FLUKAParticleTable.hh" +# include "fluka_dependencies.hh" // Do not re-order # include "cmcyl.hh" -# include "fluka_dependencies.hh" +// clang-format on // G4 # include "G4DynamicParticle.hh" @@ -369,9 +371,17 @@ void setNuclearInelasticFinalState(G4HadFinalState* const finalState, const G4int targetZ = targetNucleus.GetZ_asInt(); const auto& projectileDirection = projectile.GetMomentumDirection(); - G4double txx = projectileDirection.x(); + /*G4double txx = projectileDirection.x(); G4double tyy = projectileDirection.y(); - G4double tzz = projectileDirection.z(); + G4double tzz = projectileDirection.z();*/ + // Should NOT propagate the track/projectile's direction (dir) from Geant4: + // the FLUKA event generator should work in a local frame + // whose localZ is the projectile direction. + // Geant4 is in charge of transforming the final state + // from that local frame back to the lab (rotateUz), using the cached projectile direction. + G4double txx = 0.; + G4double tyy = 0.; + G4double tzz = 1.; // RENAME INTO FLUKA-WORLD VARIABLES G4int kproj = projectileFLUKAId; diff --git a/examples/extended/hadronic/FlukaCern/History b/examples/extended/hadronic/FlukaCern/History index 21cc77c5ec6..550e08e4656 100644 --- a/examples/extended/hadronic/FlukaCern/History +++ b/examples/extended/hadronic/FlukaCern/History @@ -5,5 +5,14 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-11-15 Gabrielle Hugo (FlukaCern-V11-02-01) +- Should NOT propagate the track/projectile's direction (dir) from Geant4 to the FLUKA event generator, + as the transformation (from dir to the lab) of the final state is already performed in Geant4. + The FLUKA event generator shall hence work in Geant4 local frame, + while Geant4 is in charge of transforming the final state back to the lab. + +## 2024-10-31 Gabrielle Hugo (FlukaCern-V11-02-00) +- Fix headers re-rodering by clang-format (cannot be placed in alphabetical order due to global constants). + ## 2023-10-23 Ben Morgan (FlukaCern-V11-01-00) - Rename FlukaInterface's `Makefile` to `GNUmakefile` to avoid file being ignored in export. diff --git a/examples/extended/hadronic/FlukaCern/ProcessLevel/CrossSection/ProcessLevel-CrossSection.out b/examples/extended/hadronic/FlukaCern/ProcessLevel/CrossSection/ProcessLevel-CrossSection.out index 7cc7f8d1633..b031bbaf0bf 100644 --- a/examples/extended/hadronic/FlukaCern/ProcessLevel/CrossSection/ProcessLevel-CrossSection.out +++ b/examples/extended/hadronic/FlukaCern/ProcessLevel/CrossSection/ProcessLevel-CrossSection.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/ProcessLevel-FinalState.out b/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/ProcessLevel-FinalState.out index 4f341fa06f4..2f5c8e24a93 100644 --- a/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/ProcessLevel-FinalState.out +++ b/examples/extended/hadronic/FlukaCern/ProcessLevel/FinalState/ProcessLevel-FinalState.out @@ -19,7 +19,7 @@ INCL++/G4ExcitationHandler could not use its own level-density parameter for fis Collision 0 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -44,12 +44,12 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - --> #secondaries=44 impactParameter[fm]=2.20708 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + --> #secondaries=43 impactParameter[fm]=2.20708 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 List of produced secondaries: j=0 pi0 p=(-278.058,-54.2447,249604249604) MeV j=1 pi+ p=(230.03,220.461,171304171305) MeV @@ -90,62 +90,61 @@ Max 2J for sampling of angular correlations 10 j=36 anti_proton p=(-816.5,-1044.45,300607300612) MeV j=37 pi0 p=(11.3286,-190.312,2085820859.3) MeV j=38 proton p=(-249.193,60.3146,80839.980845.8) MeV - j=39 He3 p=(-240.431,173.976,-582.8082883.54) MeV - j=40 deuteron p=(-125.545,-8.41923,305.1661904.44) MeV - j=41 neutron p=(-6.72433,-28.3995,129.259948.864) MeV - j=42 neutron p=(278.182,-411.55,262.1171094.64) MeV - j=43 proton p=(-148.434,78.342,-142.506963.76) MeV + j=39 alpha p=(-404.531,272.749,-743.5963832.01) MeV + j=40 deuteron p=(-125.646,-8.36222,305.6321904.52) MeV + j=41 neutron p=(-6.70431,-28.4088,129.241948.862) MeV + j=42 proton p=(293.93,-432.029,279.9491109.85) MeV Collision 1 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=63 impactParameter[fm]=0.616428 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=5 + --> #secondaries=22 impactParameter[fm]=1.85456 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 Collision 2 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=48 impactParameter[fm]=2.11631 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + --> #secondaries=43 impactParameter[fm]=2.09533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 Collision 3 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=7 impactParameter[fm]=2.88878 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + --> #secondaries=30 impactParameter[fm]=3.35024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 Collision 4 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=52 impactParameter[fm]=1.5362 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 + --> #secondaries=31 impactParameter[fm]=1.3321 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 Collision 5 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=31 impactParameter[fm]=3.03126 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + --> #secondaries=25 impactParameter[fm]=2.75879 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 Collision 6 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=54 impactParameter[fm]=1.2767 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=4 + --> #secondaries=20 impactParameter[fm]=2.08175 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 Collision 7 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=51 impactParameter[fm]=3.14278 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + --> #secondaries=59 impactParameter[fm]=2.2439 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 Collision 8 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=39 impactParameter[fm]=2.61437 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + --> #secondaries=42 impactParameter[fm]=1.50589 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 Collision 9 projectile=proton Ekin[MeV]=7e+06 direction=(0,0,1) material=G4_C - --> #secondaries=60 impactParameter[fm]=2.28703 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + --> #secondaries=57 impactParameter[fm]=0.911544 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=4 ======================================================== Number of events 10 Average (per event) number of He3 0.5 -Average (per event) number of alpha 0.6 -Average (per event) number of anti_lambda 0.5 -Average (per event) number of anti_neutron 0.1 -Average (per event) number of anti_proton 0.4 -Average (per event) number of anti_sigma+ 0.1 -Average (per event) number of deuteron 0.5 -Average (per event) number of eta 0.5 -Average (per event) number of eta_prime 0.6 -Average (per event) number of gamma 0.2 -Average (per event) number of kaon+ 0.9 -Average (per event) number of kaon- 0.7 -Average (per event) number of kaon0L 0.7 -Average (per event) number of kaon0S 0.9 -Average (per event) number of lambda 0.4 -Average (per event) number of neutron 3.6 -Average (per event) number of pi+ 9.5 -Average (per event) number of pi- 9.6 -Average (per event) number of pi0 9.6 -Average (per event) number of proton 4.7 +Average (per event) number of alpha 0.4 +Average (per event) number of anti_lambda 0.1 +Average (per event) number of anti_neutron 0.4 +Average (per event) number of anti_proton 0.5 +Average (per event) number of anti_sigma0 0.1 +Average (per event) number of deuteron 0.7 +Average (per event) number of eta 0.7 +Average (per event) number of eta_prime 0.8 +Average (per event) number of gamma 0.1 +Average (per event) number of kaon+ 0.6 +Average (per event) number of kaon- 0.5 +Average (per event) number of kaon0L 0.5 +Average (per event) number of kaon0S 0.6 +Average (per event) number of lambda 0.1 +Average (per event) number of neutron 3.7 +Average (per event) number of pi+ 6.8 +Average (per event) number of pi- 6.7 +Average (per event) number of pi0 8.2 +Average (per event) number of proton 4.6 Average (per event) number of sigma- 0.1 -Average (per event) number of sigma0 0.1 -Average (per event) number of triton 0.1 +Average (per event) number of sigma0 0.2 +Average (per event) number of triton 0.3 ======================================================== ### All histograms saved to all_secondaries.root ### All histograms saved to all_secondaries.hist - Final random number = 0.280286 + Final random number = 0.548214 -Processed 10 events (collisions) in 5.218500e-02 seconds. Average: 5.2185 ms / event. +Processed 10 events (collisions) in 1.504110e-01 seconds. Average: 15.0411 ms / event. === End of test === diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index e8ad21f2599..fa17aa3d8f6 100644 --- a/examples/extended/hadronic/Hadr00/hadr00.out +++ b/examples/extended/hadronic/Hadr00/hadr00.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -45,7 +45,7 @@ G4PhysListFactory::GetReferencePhysList EMoption= 0 ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -89,10 +89,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -278,7 +281,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV ====================================================================== ====== Radioactive Decay Physics Parameters ======= @@ -779,7 +782,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -834,7 +837,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.113680s Sys=0.000000s + User=0.020000s Real=0.029918s Sys=0.010000s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al @@ -1645,5 +1648,5 @@ HistoManager: End of run actions are started ### proton 5 GeV on G4_Al xs/X0= 4.09201 ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.035 MB +Dynamic pools deleted: 11 / Total memory freed: 0.042 MB ============================================================ diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out index 082c23c5660..403ce6e405d 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -48,7 +48,7 @@ userDetector->Construct() start. ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -145,10 +145,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -319,7 +322,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -591,6 +594,7 @@ Index : 1 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 10 kByte @@ -605,9 +609,11 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 100.00 10k 1 197 200 0.00 Check +-------------------------------------------------------------------------------- + ### Run 0 starts. ### Run 0 start -Initialisation time: User=0.540000s Real=1.243057s Sys=0.010000s +Initialisation time: User=0.500000s Real=1.238143s Sys=0.010000s EventAction: Event #0 started EventAction: Event #10 started EventAction: Event #20 started @@ -621,19 +627,19 @@ EventAction: Event #90 started Run terminated. Run Summary Number of events processed : 100 - User=0.050000s Real=0.045879s Sys=0.000000s -RunAction::EndOfRunAction: User=0.050000s Real=0.045955s Sys=0.000000s + User=0.040000s Real=0.042571s Sys=0.000000s +RunAction::EndOfRunAction: User=0.040000s Real=0.042650s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== Beam particle proton Beam Energy(MeV) 3000 Number of events 100 -Average energy deposit (MeV) 222 RMS(MeV) 8.956 -Average number of steps 188.6 -Average number of gamma 4.52 -Average number of e- 9.51 -Average number of e+ 0.05 +Average energy deposit (MeV) 221.9 RMS(MeV) 10.47 +Average number of steps 189.4 +Average number of gamma 4.28 +Average number of e- 8.81 +Average number of e+ 0.03 Average number of neutrons 0 Average number of protons 0 Average number of antiprotons 0 @@ -654,8 +660,8 @@ Average number of pion leak 0 # G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x20b3460 -UserPhysicsList deleted 0x20f1558 +UserDetectorConstruction deleted 0xd35b60 +UserPhysicsList deleted 0xd58dc8 UserActionInitialization deleted 0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 @@ -666,10 +672,10 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 13 +Total navigation history collections cleaned: 14 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0183 MB +Pool ID '20G4NavigationLevelRep', size : 0.0192 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '17G4DynamicParticle', size : 0.00288 MB Pool ID '7G4Event', size : 0.000961 MB @@ -680,7 +686,7 @@ Pool ID '7G4Track', size : 0.00481 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.034 MB +Dynamic pools deleted: 10 / Total memory freed: 0.035 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/hadronic/Hadr02/hadr02.out b/examples/extended/hadronic/Hadr02/hadr02.out index f4d92573ca3..1a3e35c1c7c 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -113,7 +112,7 @@ Some /vis commands (optionally) take a string to specify colour. ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -155,10 +154,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -329,7 +331,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -604,7 +606,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -613,7 +615,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -694,7 +696,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for e+ Process: positronNuclear @@ -794,7 +796,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: protonParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -813,11 +815,11 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -842,7 +844,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -865,8 +867,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 start ### Histo::Save: Opended file for 22 histograms @@ -883,33 +883,33 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.090000s Real=0.149833s Sys=0.000000s + User=0.110000s Real=0.118805s Sys=0.010000s RunAction: End of run action is starting HistoManager: End of run actions are started ======================================================== Beam particle S32 Beam Energy(GeV) 200 Number of events 100 -Average energy deposit (GeV) 5.836 RMS(GeV) 4.219 -Average number of steps 50.77 -Average number of gamma 0.44 +Average energy deposit (GeV) 6.856 RMS(GeV) 4.073 +Average number of steps 59.57 +Average number of gamma 0.48 Average number of e- 0 Average number of e+ 0 -Average number of neutrons 13.53 -Average number of protons 13.05 +Average number of neutrons 12.04 +Average number of protons 11.34 Average number of antiprotons 0 -Average number of pi+ & pi- 7.99 -Average number of pi0 4.06 -Average number of kaons 0.14 +Average number of pi+ & pi- 7.3 +Average number of pi0 3.96 +Average number of kaons 0.11 Average number of muons 0 -Average number of deuterons+tritons 2.42 -Average number of He3+alpha 1.74 -Average number of ions 0.39 +Average number of deuterons+tritons 2.82 +Average number of He3+alpha 1.79 +Average number of ions 0.31 ======================================================== Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.083 MB +Dynamic pools deleted: 12 / Total memory freed: 0.085 MB ============================================================ diff --git a/examples/extended/hadronic/Hadr03/hadr03.out b/examples/extended/hadronic/Hadr03/hadr03.out index da6ea641145..8ce3976b0b4 100644 --- a/examples/extended/hadronic/Hadr03/hadr03.out +++ b/examples/extended/hadronic/Hadr03/hadr03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -63,7 +63,7 @@ Command is ignored. PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -87,7 +87,7 @@ Command is ignored. Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -96,7 +96,7 @@ Command is ignored. Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -168,7 +168,7 @@ Command is ignored. Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for gamma Process: photonNuclear @@ -275,11 +275,11 @@ Command is ignored. Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -304,7 +304,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -340,17 +340,17 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.167064s Sys=0.000000s + User=0.110000s Real=0.120532s Sys=0.000000s The run is 10000 proton of 10 MeV through 10 m of Molybdenum98 (density: 10.28 g/cm3 ) Process calls frequency: - hadElastic= 8103 protonInelastic= 1897 + hadElastic= 8167 protonInelastic= 1833 - MeanFreePath: 5.0235 cm +- 5.045 cm massic: 51.642 g/cm2 - CrossSection: 0.19906 cm^-1 massic: 1.9364 mm2/g - crossSection per atom: 3.1482 barn + MeanFreePath: 4.8661 cm +- 4.755 cm massic: 50.024 g/cm2 + CrossSection: 0.2055 cm^-1 massic: 1.999 mm2/g + crossSection per atom: 3.25 barn Verification: crossSections from G4HadronicProcessStore @@ -360,52 +360,48 @@ Run Summary List of nuclear reactions: - proton + Mo98 --> N gamma or e- + Tc99: 1 Q = 6.4945 MeV - proton + Mo98 --> N gamma or e- + Tc99[142.683]: 1 Q = 6.3518 MeV - proton + Mo98 --> N gamma or e- + alpha + Nb95: 1 Q = 3.5405 MeV - proton + Mo98 --> N gamma or e- + alpha + Nb95[235.690]: 2 Q = 3.3048 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98: 1647 Q = -2.4725 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98[138.550]: 26 Q = -2.611 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98[152.090]: 16 Q = -2.6246 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98[190.210]: 27 Q = -2.6627 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98[203.670]: 27 Q = -2.6762 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98[21.800]: 53 Q = -2.4943 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98[65.430]: 65 Q = -2.5379 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98[81.680]: 10 Q = -2.5542 MeV - proton + Mo98 --> N gamma or e- + proton + Mo98: 16 Q = -0.010617 meV - proton + Mo98 --> N gamma or e- + proton + Mo98[734.750]: 5 Q = -734.75 keV - proton + Mo98 --> proton + Mo98: 8103 Q = -0.0057073 meV + proton + Mo98 --> N gamma or e- + Tc99: 2 Q = 6.493 MeV + proton + Mo98 --> N gamma or e- + alpha + Nb95[235.690]: 1 Q = 3.3048 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98: 1584 Q = -2.475 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[138.590]: 31 Q = -2.6125 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[152.070]: 15 Q = -2.6246 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[190.280]: 35 Q = -2.6628 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[203.740]: 28 Q = -2.6763 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[21.800]: 48 Q = -2.4947 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[65.410]: 61 Q = -2.5389 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98[81.680]: 8 Q = -2.5542 MeV + proton + Mo98 --> N gamma or e- + proton + Mo98: 16 Q = -0.0071522 meV + proton + Mo98 --> N gamma or e- + proton + Mo98[734.750]: 4 Q = -734.75 keV + proton + Mo98 --> proton + Mo98: 8167 Q = -0.0056965 meV - number of gamma or e- (ic): N = 1 --> 10 + number of gamma or e- (ic): N = 1 --> 11 List of generated particles: - Mo98: 8119 Emean = 31.942 keV ( 1.3422 eV --> 403.57 keV) - Mo98[734.750]: 5 Emean = 178.18 keV ( 44.551 keV --> 336.75 keV) - Nb95: 1 Emean = 695.25 keV ( 695.25 keV --> 695.25 keV) - Nb95[235.690]: 2 Emean = 569.65 keV ( 441.58 keV --> 697.73 keV) - Tc98: 1647 Emean = 116.12 keV ( 14.993 keV --> 294.6 keV) - Tc98[138.550]: 26 Emean = 130.33 keV ( 39.422 keV --> 263.66 keV) - Tc98[152.090]: 16 Emean = 103.58 keV ( 18.676 keV --> 195.05 keV) - Tc98[190.210]: 27 Emean = 121.73 keV ( 34.747 keV --> 244.87 keV) - Tc98[203.670]: 27 Emean = 131.14 keV ( 15.331 keV --> 295.51 keV) - Tc98[21.800]: 53 Emean = 120.43 keV ( 14.302 keV --> 242.76 keV) - Tc98[65.430]: 65 Emean = 123.06 keV ( 8.8893 keV --> 266.06 keV) - Tc98[81.680]: 10 Emean = 135.89 keV ( 43.026 keV --> 194.43 keV) - Tc99: 1 Emean = 119.33 keV ( 119.33 keV --> 119.33 keV) - Tc99[142.683]: 1 Emean = 98.365 keV ( 98.365 keV --> 98.365 keV) - alpha: 3 Emean = 9.9208 MeV ( 9.6654 MeV --> 10.242 MeV) - e-: 462 Emean = 141.23 keV ( 72.706 keV --> 993.75 keV) - gamma: 11091 Emean = 965.72 keV ( 7.8469 keV --> 12.219 MeV) - neutron: 1871 Emean = 1.6922 MeV ( 104.04 keV --> 6.9129 MeV) - proton: 21 Emean = 6.8567 MeV ( 4.2018 MeV --> 9.4924 MeV) + Mo98: 8183 Emean = 33.801 keV ( 3.7052 eV --> 405.33 keV) + Mo98[734.750]: 4 Emean = 203.66 keV ( 54.058 keV --> 327.55 keV) + Nb95[235.690]: 1 Emean = 864.87 keV ( 864.87 keV --> 864.87 keV) + Tc98: 1584 Emean = 117.5 keV ( 19.622 keV --> 271.19 keV) + Tc98[138.590]: 31 Emean = 133.98 keV ( 15.405 keV --> 273.75 keV) + Tc98[152.070]: 15 Emean = 113.9 keV ( 18.676 keV --> 243.56 keV) + Tc98[190.280]: 35 Emean = 139.33 keV ( 19.064 keV --> 272.12 keV) + Tc98[203.740]: 28 Emean = 130.29 keV ( 21.342 keV --> 256.1 keV) + Tc98[21.800]: 48 Emean = 126.18 keV ( 46.78 keV --> 265.56 keV) + Tc98[65.410]: 61 Emean = 125.07 keV ( 37.358 keV --> 242.57 keV) + Tc98[81.680]: 8 Emean = 126.86 keV ( 18.832 keV --> 176.4 keV) + Tc99: 2 Emean = 101.82 keV ( 88.639 keV --> 115.01 keV) + alpha: 1 Emean = 9.9144 MeV ( 9.9144 MeV --> 9.9144 MeV) + e-: 224 Emean = 148.3 keV ( 51.433 keV --> 931.05 keV) + gamma: 11052 Emean = 936.06 keV ( 7.9408 keV --> 10.402 MeV) + neutron: 1810 Emean = 1.7105 MeV ( 74.136 keV --> 6.8535 MeV) + proton: 20 Emean = 6.8021 MeV ( 3.6248 MeV --> 9.2601 MeV) - Momentum balance: Pmean = 36.189 eV ( 0.00071906 meV --> 2.4398 keV) + Momentum balance: Pmean = 17.553 eV ( 0.002584 meV --> 2.0557 keV) ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={215777633650529703, 1434163777672415998, 972678355049174479, 353189911098519134, 1327239674961381633, 1583735542945193405, 882212591285906120, 2296967497179244957, 605720837195306643, 677880508452805353, 221190765530727373, 1773389971985750954, 1462597689217449695, 390063013494275709, 971757184890504590, 1757644652783323372, 1209290032755218863} counter= 14sumtot= 1994598575651870324 +N=17 V[N]={1994598575651870324, 1122919344110592371, 1104766496842117116, 768025006113805472, 927298869904912240, 223886217020891621, 2026757029665229325, 1484136765671027344, 1532206877216969743, 42783628457378475, 1646069336354853536, 1628223667750430824, 1286659260389597536, 312820934769968519, 1861077382950424187, 2091117686476693959, 1818111272117309100} counter= 8sumtot= 1118871268540826133 --------------------------------------- ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 diff --git a/examples/extended/hadronic/Hadr04/hadr04.out b/examples/extended/hadronic/Hadr04/hadr04.out index 6907965e296..81eff9c0a23 100644 --- a/examples/extended/hadronic/Hadr04/hadr04.out +++ b/examples/extended/hadronic/Hadr04/hadr04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -110,7 +110,7 @@ Element TS_C_of_Graphite, internal thermal scattering id 2 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -140,10 +140,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. --------- Ranecu engine status --------- @@ -163,7 +166,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=9.750000s Real=11.340655s Sys=0.000000s + User=9.570000s Real=12.573361s Sys=0.000000s The run is 1000 neutron of 2 MeV through 50 cm of Water_ts (density: 1 g/cm3 ) @@ -189,9 +192,9 @@ Run Summary ---------------------------------------- G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0xcebd30 -UserPhysicsList deleted 0xf81280 -UserActionInitialization deleted 0x10f0700 +UserDetectorConstruction deleted 0x15e0640 +UserPhysicsList deleted 0x1885f90 +UserActionInitialization deleted 0x19f5090 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/hadronic/Hadr05/hadr05.out b/examples/extended/hadronic/Hadr05/hadr05.out index 1e397559110..2ac12f01384 100644 --- a/examples/extended/hadronic/Hadr05/hadr05.out +++ b/examples/extended/hadronic/Hadr05/hadr05.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,7 +38,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo transverse sizeYZ = 1.5 m ------------------------------------------------------------- - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -78,7 +78,6 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo /gun/energy 5 GeV /run/printProgress 100 /run/beamOn 1000 -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ========= Table of registered couples ============================ @@ -119,35 +118,34 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=84.510000s Real=93.278498s Sys=0.010000s + User=80.650000s Real=90.825517s Sys=0.150000s ---> The run is 1000 proton of 5 GeV through calorimeter Process calls frequency : - Decay= 4624 He3Inelastic= 1 NoProcess= 4200791 - RadioactiveDecay= 60754 Rayl= 220357 Transportation= 3633453 - alphaInelastic= 2 annihil= 58380 compt= 2656098 - conv= 55028 dInelastic= 99 eBrem= 392342 - eIoni= 6202718 hBertiniCaptureAtRest= 749 hIoni= 1452165 - hadElastic= 4658812 ionIoni= 4276320 kaon+Inelastic= 8 - kaon0LInelastic= 12 kaon0SInelastic= 1 lambdaInelastic= 3 - msc= 259929 muIoni= 9748 muMinusCaptureAtRest= 7 - nCapture= 53110 neutronInelastic= 91797 phot= 853248 - photonNuclear= 192 pi+Inelastic= 1111 pi-Inelastic= 903 - protonInelastic= 4135 sigma-Inelastic= 1 tInelastic= 8 - + Decay= 4714 NoProcess= 4123033 RadioactiveDecay= 59902 + Rayl= 219121 Transportation= 3586054 alphaInelastic= 3 + annihil= 58373 compt= 2640682 conv= 54892 + dInelastic= 95 eBrem= 393754 eIoni= 6171726 + hBertiniCaptureAtRest= 724 hIoni= 1430914 hadElastic= 4572458 + ionIoni= 4196728 kaon+Inelastic= 3 kaon0LInelastic= 21 + kaon0SInelastic= 1 lambdaInelastic= 5 msc= 261593 + muIoni= 11171 muMinusCaptureAtRest= 5 nCapture= 52278 + neutronInelastic= 90158 phot= 849340 photonNuclear= 214 + pi+Inelastic= 1189 pi-Inelastic= 911 protonInelastic= 4192 + tInelastic= 10 ------------------------------------------------------------ material Edep rmsE sqrt(E0(GeV))*rmsE/Edep total tracklen - 1 Iron 4.0276 GeV 270.5 MeV 15.02 +- 0.475 % 2.179 m +- 43.1 cm - 2 Scintillator 115.94 MeV 35.84 MeV 69.13 +- 2.19 % 22.73 cm +- 6.61 cm + 1 Iron 4.0394 GeV 266.7 MeV 14.76 +- 0.467 % 2.197 m +- 43.2 cm + 2 Scintillator 113.78 MeV 31.08 MeV 61.09 +- 1.93 % 22.92 cm +- 6.81 cm - Total energy deposited = 4.144 GeV +- 270.1 MeV - Leakage : primary = 0 eV secondaries = 200.2 MeV ---> total = 200.2 MeV +- 159.8 MeV - Total energy released : Edep + Eleak = 4.344 GeV +- 176.2 MeV + Total energy deposited = 4.153 GeV +- 267.6 MeV + Leakage : primary = 0 eV secondaries = 202.7 MeV ---> total = 202.7 MeV +- 163.8 MeV + Total energy released : Edep + Eleak = 4.356 GeV +- 177.9 MeV ------------------------------------------------------------ ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.29 MB +Dynamic pools deleted: 11 / Total memory freed: 0.32 MB ============================================================ diff --git a/examples/extended/hadronic/Hadr06/hadr06.out b/examples/extended/hadronic/Hadr06/hadr06.out index d642d87f08e..312f1799667 100644 --- a/examples/extended/hadronic/Hadr06/hadr06.out +++ b/examples/extended/hadronic/Hadr06/hadr06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -81,7 +81,7 @@ Threshold for very long decay time at rest 1 y PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -106,7 +106,7 @@ Threshold for very long decay time at rest 1 y Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -115,7 +115,7 @@ Threshold for very long decay time at rest 1 y Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -197,7 +197,7 @@ Threshold for very long decay time at rest 1 y Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for gamma Process: photonNuclear @@ -312,11 +312,11 @@ Threshold for very long decay time at rest 1 y Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -383,7 +383,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=8.090000s Real=8.995737s Sys=0.000000s + User=8.020000s Real=8.689216s Sys=0.000000s The run is 10000 neutron of 14.1 MeV through 30 cm of Li7 (density: 1.85 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr07/hadr07.out b/examples/extended/hadronic/Hadr07/hadr07.out index 8b20067ff81..8909e6b8154 100644 --- a/examples/extended/hadronic/Hadr07/hadr07.out +++ b/examples/extended/hadronic/Hadr07/hadr07.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -95,7 +95,7 @@ NeutronHP: /Elastic file for Z = 18, A = 38 is not found and NeutronHP will use PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -122,7 +122,7 @@ NeutronHP: /Capture file for Z = 18, A = 38 is not found and NeutronHP will use Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -131,7 +131,7 @@ NeutronHP: /Capture file for Z = 18, A = 38 is not found and NeutronHP will use Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -203,7 +203,7 @@ NeutronHP: /Capture file for Z = 18, A = 38 is not found and NeutronHP will use Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for gamma Process: photonNuclear @@ -312,11 +312,11 @@ NeutronHP: /Capture file for Z = 18, A = 38 is not found and NeutronHP will use Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -383,7 +383,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=5.080000s Real=6.321701s Sys=0.020000s + User=4.850000s Real=6.017372s Sys=0.010000s ======================== run summary ===================== diff --git a/examples/extended/hadronic/Hadr08/hadr08.out b/examples/extended/hadronic/Hadr08/hadr08.out index f51009684b5..d677f3a71f0 100644 --- a/examples/extended/hadronic/Hadr08/hadr08.out +++ b/examples/extended/hadronic/Hadr08/hadr08.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -61,10 +61,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -235,7 +238,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -717,7 +720,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -742,7 +745,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -780,13 +783,11 @@ Index : 3 used in the geometry : Yes ================================================================== ### Run 0 starts. -G4HyperNucleiProperties::GetNuclearMass: No boud state for A = 2 Z = 1 L = 1 -G4HyperNucleiProperties::GetNuclearMass: No boud state for A = 2 Z = 1 L = 1 Run terminated. Run Summary Number of events processed : 100 - User=5.090000s Real=5.235610s Sys=0.000000s + User=5.120000s Real=6.353586s Sys=0.200000s ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.62 MB +Dynamic pools deleted: 11 / Total memory freed: 0.36 MB ============================================================ diff --git a/examples/extended/hadronic/Hadr09/hadr09.out b/examples/extended/hadronic/Hadr09/hadr09.out index 71e938aee21..4fad1ba8a4d 100644 --- a/examples/extended/hadronic/Hadr09/hadr09.out +++ b/examples/extended/hadronic/Hadr09/hadr09.out @@ -10,7 +10,7 @@ IsIonProjectile: false =================================================== - Initial seed = 1719414150 + Initial seed = 1733190232 ================================================================================ @@ -18,10 +18,10 @@ IsIonProjectile: false INCL++/G4ExcitationHandler could not use its own level-density parameter for fission ================================================================================ - Collision 0 projectile=alpha Ekin[MeV]=3142.4 direction=(0.0125474,0.590758,0.806751) material=G4_He======================================================================= + Collision 0 projectile=Bc+ Ekin[MeV]=25994.6 direction=(0.687961,0.698472,0.197094) material=G4_Fe======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -46,2295 +46,2182 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + --> #secondaries=16 impactParameter[fm]=2.37792 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 List of produced secondaries: - j=0 proton p=(161.075,715.207,843.6461459.3) MeV - j=1 pi- p=(-37.5286,98.9613,31.5607177.982) MeV - j=2 proton p=(11.7438,62.757,209.882963.577) MeV - j=3 deuteron p=(-158.484,36.5931,81.41671884.41) MeV - j=4 neutron p=(-48.0344,-26.7892,-34.9029941.821) MeV - j=5 deuteron p=(100.692,1739.67,2416.173520.28) MeV - j=6 proton p=(42.9424,782.66,1107.721649.79) MeV - Collision 1 projectile=anti_xi_c+ Ekin[MeV]=6312.18 direction=(0.658724,0.752139,0.0192346) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.2701 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 2 projectile=anti_He3 Ekin[MeV]=24813.7 direction=(0.656414,0.351896,0.667301) material=G4_Al - --> #secondaries=30 impactParameter[fm]=2.51241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=4 - Collision 3 projectile=anti_lambda_c+ Ekin[MeV]=20881.4 direction=(0.187384,0.783025,0.593093) material=G4_C - --> #secondaries=18 impactParameter[fm]=2.20655 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 4 projectile=xi- Ekin[MeV]=9489.94 direction=(0.578772,0.0721745,0.812289) material=G4_He - --> #secondaries=6 impactParameter[fm]=3.03392 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 5 projectile=anti_deuteron Ekin[MeV]=15653.6 direction=(0.264775,0.882464,0.388781) material=G4_Al - --> #secondaries=15 impactParameter[fm]=4.04543 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 6 projectile=anti_hyperalpha Ekin[MeV]=7773.16 direction=(0.494321,0.667148,0.55728) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=5.7672 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=53 #NNcollisions=0 - Collision 7 projectile=anti_lambda_b Ekin[MeV]=1936.24 direction=(0.907325,0.391852,0.152361) material=G4_Fe - --> #secondaries=16 impactParameter[fm]=2.25358 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=0 - Collision 8 projectile=anti_lambda_c+ Ekin[MeV]=27096.8 direction=(0.377514,0.698644,0.607766) material=G4_W - --> #secondaries=42 impactParameter[fm]=6.07808 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 9 projectile=anti_alpha Ekin[MeV]=19594.9 direction=(0.646346,0.676645,0.352686) material=G4_Si - --> #secondaries=34 impactParameter[fm]=2.11458 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 - Collision 10 projectile=kaon0S Ekin[MeV]=19602.5 direction=(0.406882,0.898544,0.164516) material=G4_Pb - --> #secondaries=51 impactParameter[fm]=5.24659 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 11 projectile=B+ Ekin[MeV]=5372.11 direction=(0.0445784,0.00072843,0.999006) material=G4_Al - --> #secondaries=10 impactParameter[fm]=2.06197 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 12 projectile=hyperH4 Ekin[MeV]=29344.5 direction=(0.914053,0.198111,0.35392) material=G4_C - --> #secondaries=19 impactParameter[fm]=2.39601 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 13 projectile=anti_omega_c0 Ekin[MeV]=2579.29 direction=(0.509873,0.269632,0.816902) material=G4_W - --> #secondaries=21 impactParameter[fm]=5.92254 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 - Collision 14 projectile=omega_c0 Ekin[MeV]=11618.8 direction=(0.0619838,0.874101,0.481774) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.17359 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 15 projectile=triton Ekin[MeV]=7129.06 direction=(0.147797,0.988893,0.0157084) material=G4_Be - --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 16 projectile=He3 Ekin[MeV]=17223 direction=(0.803689,0.0269747,0.594438) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.76222 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 17 projectile=anti_xi_c+ Ekin[MeV]=19950.5 direction=(0.329326,0.274366,0.903475) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=4.44916 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 18 projectile=lambda_c+ Ekin[MeV]=12679.7 direction=(0.811164,0.530018,0.247172) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=4.32826 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 19 projectile=sigma- Ekin[MeV]=11078.2 direction=(0.946981,0.104987,0.303651) material=G4_C - --> #secondaries=14 impactParameter[fm]=2.55112 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 20 projectile=anti_triton Ekin[MeV]=12473.6 direction=(0.205069,0.796085,0.569382) material=G4_C - --> #secondaries=25 impactParameter[fm]=1.67259 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 21 projectile=anti_xi- Ekin[MeV]=20202.3 direction=(0.461195,0.212164,0.86156) material=G4_Al - --> #secondaries=26 impactParameter[fm]=2.13192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 22 projectile=kaon- Ekin[MeV]=4697.5 direction=(0.632207,0.759599,0.15272) material=G4_Cu - --> #secondaries=19 impactParameter[fm]=4.70868 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 23 projectile=proton Ekin[MeV]=27100.5 direction=(0.363555,0.516205,0.775474) material=G4_Be - --> #secondaries=14 impactParameter[fm]=2.81323 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 24 projectile=anti_xi_c+ Ekin[MeV]=10057.5 direction=(0.939528,0.017186,0.342041) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.7123 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 25 projectile=Ds- Ekin[MeV]=23232.8 direction=(0.491472,0.400575,0.773302) material=G4_Be - --> #secondaries=15 impactParameter[fm]=1.9574 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 26 projectile=anti_hyperHe5 Ekin[MeV]=3395.53 direction=(0.608069,0.621504,0.493947) material=G4_C - --> #secondaries=9 impactParameter[fm]=3.9761 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=12 #NNcollisions=1 - Collision 27 projectile=anti_hyperHe5 Ekin[MeV]=2594.89 direction=(0.579666,0.577606,0.574768) material=G4_Si - --> #secondaries=20 impactParameter[fm]=5.08506 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=2 - Collision 28 projectile=Ds- Ekin[MeV]=12953.6 direction=(0.429269,0.894196,0.127046) material=G4_Fe - --> #secondaries=9 impactParameter[fm]=3.54105 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 29 projectile=anti_neutron Ekin[MeV]=16063.8 direction=(0.378622,0.577638,0.723173) material=G4_Al - --> #secondaries=23 impactParameter[fm]=1.43375 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 30 projectile=pi- Ekin[MeV]=23304.8 direction=(0.341731,0.499609,0.795997) material=G4_C - --> #secondaries=16 impactParameter[fm]=0.910337 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 31 projectile=Bs0 Ekin[MeV]=23062.5 direction=(0.695007,0.694488,0.18615) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.585157 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 32 projectile=anti_omega- Ekin[MeV]=14345.7 direction=(0.513186,0.56944,0.642167) material=G4_Al - --> #secondaries=27 impactParameter[fm]=0.681148 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 33 projectile=D- Ekin[MeV]=4513.68 direction=(0.273397,0.532885,0.800804) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=3.58047 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 34 projectile=anti_Bs0 Ekin[MeV]=13884.9 direction=(0.980707,0.0181646,0.194636) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.696186 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 35 projectile=D0 Ekin[MeV]=13053.5 direction=(0.600523,0.715737,0.356502) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.869754 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 36 projectile=anti_lambda_b Ekin[MeV]=18837.3 direction=(0.325952,0.94359,0.0582475) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.88996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 37 projectile=hyperH4 Ekin[MeV]=21767.5 direction=(0.362815,0.776984,0.514453) material=G4_He - --> #secondaries=15 impactParameter[fm]=1.66442 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=2 - Collision 38 projectile=anti_alpha Ekin[MeV]=27381 direction=(0.397929,0.341358,0.851544) material=G4_Ar - --> #secondaries=18 impactParameter[fm]=5.3163 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 39 projectile=neutron Ekin[MeV]=15278.5 direction=(0.820538,0.336372,0.462138) material=G4_Fe - --> #secondaries=44 impactParameter[fm]=3.12919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=4 - Collision 40 projectile=anti_sigma+ Ekin[MeV]=10088.4 direction=(0.0373588,0.835605,0.54806) material=G4_W - --> #secondaries=38 impactParameter[fm]=5.34359 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 41 projectile=anti_xi_c0 Ekin[MeV]=10532.9 direction=(0.799191,0.169412,0.576709) material=G4_W - --> #secondaries=17 impactParameter[fm]=5.81966 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 - Collision 42 projectile=lambda_c+ Ekin[MeV]=15884.5 direction=(0.332853,0.432246,0.838077) material=G4_Ar - --> #secondaries=24 impactParameter[fm]=3.371 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 43 projectile=anti_omega- Ekin[MeV]=1207 direction=(0.249164,0.643097,0.724116) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.408866 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 44 projectile=hypertriton Ekin[MeV]=14904.8 direction=(0.966256,0.239956,0.0936464) material=G4_Al - --> #secondaries=15 impactParameter[fm]=4.38233 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 45 projectile=anti_triton Ekin[MeV]=1049.16 direction=(0.657094,0.753793,0.00492153) material=G4_W - --> #secondaries=31 impactParameter[fm]=3.18535 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=3 - Collision 46 projectile=xi_b- Ekin[MeV]=6246.1 direction=(0.0110786,0.773023,0.634282) material=G4_W - --> #secondaries=16 impactParameter[fm]=2.5207 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=0 - Collision 47 projectile=Ds- Ekin[MeV]=3031.72 direction=(0.731283,0.641994,0.230365) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.97919 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 48 projectile=anti_sigma- Ekin[MeV]=7277.14 direction=(0.805259,0.0501358,0.590799) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.77238 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 49 projectile=Ds+ Ekin[MeV]=5488.65 direction=(0.722292,0.686245,0.0858002) material=G4_Cu - --> #secondaries=18 impactParameter[fm]=2.12844 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 50 projectile=anti_xi_c0 Ekin[MeV]=2758.6 direction=(0.570514,0.0347178,0.820554) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=2.7478 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 51 projectile=Ds- Ekin[MeV]=27906.6 direction=(0.115255,0.269926,0.955958) material=G4_Be - --> #secondaries=11 impactParameter[fm]=2.46734 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 52 projectile=lambda Ekin[MeV]=29337.7 direction=(0.24363,0.415567,0.876326) material=G4_C - --> #secondaries=8 impactParameter[fm]=2.76505 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 53 projectile=hyperalpha Ekin[MeV]=5108.69 direction=(0.991252,0.0415569,0.125272) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=4.78747 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=36 #NNcollisions=1 - Collision 54 projectile=Bc- Ekin[MeV]=21076.5 direction=(0.635509,0.568354,0.522591) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.118277 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 55 projectile=xi- Ekin[MeV]=3728.01 direction=(0.489456,0.516287,0.702766) material=G4_C + j=0 B0 p=(16116,15174.5,4381.5423174.6) MeV + j=1 pi0 p=(74.0765,63.2042,30.7142169.246) MeV + j=2 pi+ p=(446.443,514.739,120.52705.884) MeV + j=3 D0 p=(3198.11,3540.13,1099.115238.9) MeV + j=4 proton p=(1013.29,635.069,718.6491681.33) MeV + j=5 pi+ p=(485.493,1446.34,-123.3531536.98) MeV + j=6 pi- p=(132.982,435.498,16.981476.561) MeV + j=7 proton p=(411.907,330.089,-171.0381090.06) MeV + j=8 Cr51 p=(-198.511,-117.432,96.715947443.2) MeV + j=9 neutron p=(-46.0516,80.6233,98.2376949.239) MeV + j=10 neutron p=(77.2267,27.0862,-42.5475944.082) MeV + j=11 neutron p=(62.8664,-18.9158,15.7727941.988) MeV + j=12 gamma p=(2.55576,0.982444,-2.266453.55442) MeV + j=13 gamma p=(-0.240766,-1.1723,0.02305181.19699) MeV + j=14 gamma p=(-0.341147,-0.374592,-0.7512690.906149) MeV + j=15 gamma p=(0.551658,-1.3112,0.4151181.48186) MeV + Collision 1 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=22671.9 direction=(0.488163,0.0772125,0.86933) material=G4_Pb + --> #secondaries=81 impactParameter[fm]=5.32255 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=4 + Collision 2 projectile=anti_xi_c+ Ekin[MeV]=26681.2 direction=(0.176082,0.872674,0.45545) material=G4_Be + --> #secondaries=13 impactParameter[fm]=1.69191 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 3 projectile=anti_omega_c0 Ekin[MeV]=8144.74 direction=(0.31328,0.611384,0.726681) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.10503 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 4 projectile=kaon0S Ekin[MeV]=12817.1 direction=(0.86011,0.0826377,0.50337) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=4.73266 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 5 projectile=anti_alpha Ekin[MeV]=25055 direction=(0.00484725,0.129067,0.991624) material=G4_Si + --> #secondaries=18 impactParameter[fm]=4.75758 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 6 projectile=anti_hyperH4 Ekin[MeV]=22542 direction=(0.698411,0.564035,0.440552) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=6.93966 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 7 projectile=anti_xi_b0 Ekin[MeV]=7860.23 direction=(0.214476,0.637741,0.739788) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.14835 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 8 projectile=D- Ekin[MeV]=26238.5 direction=(0.594519,0.0321405,0.803439) material=G4_W + --> #secondaries=26 impactParameter[fm]=6.9625 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 9 projectile=anti_hypertriton Ekin[MeV]=18531.8 direction=(0.951357,0.301721,0.0623162) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.07586 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 10 projectile=omega- Ekin[MeV]=17953.7 direction=(0.265711,0.684752,0.678611) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.13064 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 11 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=24446.8 direction=(0.292191,0.453672,0.841906) material=G4_Pb + --> #secondaries=109 impactParameter[fm]=5.24668 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=6 + Collision 12 projectile=He3 Ekin[MeV]=24725 direction=(0.10776,0.991678,0.0704418) material=G4_He + --> #secondaries=10 impactParameter[fm]=2.73579 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 13 projectile=Ds- Ekin[MeV]=7346.62 direction=(0.735924,0.462555,0.494427) material=G4_H + --> #secondaries=3 impactParameter[fm]=2.17172 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 14 projectile=anti_hypertriton Ekin[MeV]=15001.3 direction=(0.858055,0.281473,0.429551) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.27475 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 15 projectile=pi+ Ekin[MeV]=29856.8 direction=(0.603229,0.571482,0.556348) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.90659 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 16 projectile=hyperalpha Ekin[MeV]=24399.6 direction=(0.565551,0.171958,0.806587) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.88222 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 17 projectile=xi0 Ekin[MeV]=18800.2 direction=(0.319,0.92192,0.219779) material=G4_Fe + --> #secondaries=37 impactParameter[fm]=2.74204 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=4 + Collision 18 projectile=B+ Ekin[MeV]=5321.33 direction=(0.452871,0.533455,0.714376) material=G4_Pb + --> #secondaries=48 impactParameter[fm]=2.79081 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 + Collision 19 projectile=sigma+ Ekin[MeV]=6529.28 direction=(0.608038,0.0952989,0.788167) material=G4_Si + --> #secondaries=16 impactParameter[fm]=3.13221 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=29 #NNcollisions=0 + Collision 20 projectile=lambda_c+ Ekin[MeV]=18255.1 direction=(0.552764,0.570313,0.607614) material=G4_C + --> #secondaries=18 impactParameter[fm]=1.46121 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 21 projectile=kaon+ Ekin[MeV]=2266.54 direction=(0.347768,0.899767,0.263584) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 22 projectile=anti_omega_b- Ekin[MeV]=20681.8 direction=(0.762161,0.549888,0.341664) material=G4_W + --> #secondaries=39 impactParameter[fm]=5.04109 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 23 projectile=Bc+ Ekin[MeV]=22056 direction=(0.0716682,0.524278,0.848526) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=0.814391 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 24 projectile=xi_b0 Ekin[MeV]=18514.5 direction=(0.70857,0.705577,0.00946488) material=G4_Fe + --> #secondaries=9 impactParameter[fm]=4.19022 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 25 projectile=proton Ekin[MeV]=28181.3 direction=(0.501993,0.435467,0.747243) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.1319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 26 projectile=Bc+ Ekin[MeV]=28964.2 direction=(0.394146,0.575437,0.716604) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.440801 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 27 projectile=anti_alpha Ekin[MeV]=5440.1 direction=(0.577925,0.712708,0.397556) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=6.99076 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 28 projectile=anti_hypertriton Ekin[MeV]=13326.3 direction=(0.109253,0.702043,0.703704) material=G4_Ar + --> #secondaries=42 impactParameter[fm]=1.36116 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 29 projectile=anti_xi- Ekin[MeV]=10125.3 direction=(0.489305,0.867555,0.0890486) material=G4_Si + --> #secondaries=27 impactParameter[fm]=3.72817 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 30 projectile=kaon+ Ekin[MeV]=16857 direction=(0.413673,0.313249,0.854839) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=3.6364 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 31 projectile=sigma- Ekin[MeV]=21085.2 direction=(0.0491088,0.646394,0.761422) material=G4_W + --> #secondaries=23 impactParameter[fm]=7.38562 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 32 projectile=anti_proton Ekin[MeV]=5870.18 direction=(0.84397,0.496276,0.203529) material=G4_Cu + --> #secondaries=37 impactParameter[fm]=2.90849 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 33 projectile=He3 Ekin[MeV]=15832.9 direction=(0.798918,0.507188,0.323249) material=G4_Fe + --> #secondaries=50 impactParameter[fm]=0.594465 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=47 #NNcollisions=5 + Collision 34 projectile=xi- Ekin[MeV]=6237.18 direction=(0.175993,0.958417,0.224641) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.57711 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 35 projectile=anti_omega_b- Ekin[MeV]=2692.08 direction=(0.235739,0.675827,0.698344) material=G4_Pb + --> #secondaries=29 impactParameter[fm]=2.71241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 36 projectile=sigma- Ekin[MeV]=1952.76 direction=(0.228791,0.953987,0.193811) material=G4_Pb + --> #secondaries=35 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 37 projectile=He3 Ekin[MeV]=11218.7 direction=(0.244181,0.589155,0.770241) material=G4_Pb + --> #secondaries=81 impactParameter[fm]=3.63724 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=4 + Collision 38 projectile=doublehyperH4 Ekin[MeV]=21924.1 direction=(0.3467,0.934794,0.0772009) material=G4_He + --> #secondaries=17 impactParameter[fm]=2.68722 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=2 #NNcollisions=3 + Collision 39 projectile=D0 Ekin[MeV]=16043.1 direction=(0.396575,0.874001,0.280804) material=G4_Si + --> #secondaries=7 impactParameter[fm]=3.41379 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 40 projectile=doublehyperdoubleneutron Ekin[MeV]=13487.2 direction=(0.679919,0.262525,0.684683) material=G4_Be + --> #secondaries=17 impactParameter[fm]=0.348756 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=5 + Collision 41 projectile=hyperHe5 Ekin[MeV]=13195.6 direction=(0.807674,0.377976,0.452545) material=G4_He + --> #secondaries=10 impactParameter[fm]=0.865636 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=5 + Collision 42 projectile=kaon0L Ekin[MeV]=13608.9 direction=(0.570885,0.542731,0.616063) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=3.20282 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 43 projectile=lambda Ekin[MeV]=2689.06 direction=(0.120862,0.979565,0.160762) material=G4_C --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 56 projectile=Ds- Ekin[MeV]=19358.5 direction=(0.833316,0.108824,0.54198) material=G4_Pb - --> #secondaries=58 impactParameter[fm]=5.07329 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 57 projectile=kaon0L Ekin[MeV]=3930.14 direction=(0.0943636,0.944957,0.313292) material=G4_C - --> #secondaries=9 impactParameter[fm]=1.9273 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 58 projectile=D- Ekin[MeV]=9941.52 direction=(0.257605,0.957922,0.126587) material=G4_Pb - --> #secondaries=41 impactParameter[fm]=2.37699 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=4 - Collision 59 projectile=kaon0S Ekin[MeV]=7673.33 direction=(0.0192905,0.879747,0.47505) material=G4_Al - --> #secondaries=7 impactParameter[fm]=2.00685 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 60 projectile=anti_neutron Ekin[MeV]=9797.84 direction=(0.16511,0.489165,0.856421) material=G4_Be - --> #secondaries=12 impactParameter[fm]=3.65192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 61 projectile=kaon0L Ekin[MeV]=16467.1 direction=(0.122207,0.486323,0.865191) material=G4_W - --> #secondaries=20 impactParameter[fm]=3.69331 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 - Collision 62 projectile=omega_c0 Ekin[MeV]=2900.63 direction=(0.818053,0.220535,0.531182) material=G4_C - --> #secondaries=9 impactParameter[fm]=1.74018 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 63 projectile=xi- Ekin[MeV]=21157.6 direction=(0.739417,0.491789,0.459789) material=G4_He - --> #secondaries=11 impactParameter[fm]=0.274068 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=3 - Collision 64 projectile=neutron Ekin[MeV]=11242.1 direction=(0.138995,0.732375,0.666564) material=G4_W - --> #secondaries=56 impactParameter[fm]=5.60584 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=4 - Collision 65 projectile=hyperH4 Ekin[MeV]=1103.46 direction=(0.909148,0.384515,0.159992) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.42436 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 66 projectile=deuteron Ekin[MeV]=25514.9 direction=(0.624053,0.775364,0.0967953) material=G4_Pb - --> #secondaries=74 impactParameter[fm]=6.41119 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=4 - Collision 67 projectile=anti_sigma+ Ekin[MeV]=4193.33 direction=(0.638782,0.448714,0.624991) material=G4_Fe - --> #secondaries=12 impactParameter[fm]=4.72741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=0 - Collision 68 projectile=lambda_c+ Ekin[MeV]=27386.1 direction=(0.2644,0.963942,0.0301534) material=G4_Al - --> #secondaries=21 impactParameter[fm]=2.82466 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 69 projectile=omega_c0 Ekin[MeV]=20657.1 direction=(0.604146,0.627628,0.49101) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.877387 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 70 projectile=anti_D0 Ekin[MeV]=21106.2 direction=(0.746381,0.664815,0.0306008) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.333415 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 71 projectile=anti_D0 Ekin[MeV]=5274.29 direction=(0.691063,0.694616,0.199849) material=G4_Pb - --> #secondaries=45 impactParameter[fm]=1.52288 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 72 projectile=alpha Ekin[MeV]=29779 direction=(0.00139509,0.431103,0.902302) material=G4_Al - --> #secondaries=28 impactParameter[fm]=3.01203 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 73 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=28584.6 direction=(0.92939,0.244502,0.2765) material=G4_Al - --> #secondaries=22 impactParameter[fm]=6.05784 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 74 projectile=anti_omega_c0 Ekin[MeV]=3075.65 direction=(0.259368,0.565659,0.782789) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.09891 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 75 projectile=xi_b0 Ekin[MeV]=1339.87 direction=(0.280145,0.846055,0.453553) material=G4_Pb - --> #secondaries=32 impactParameter[fm]=2.10331 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=0 - Collision 76 projectile=He3 Ekin[MeV]=28116 direction=(0.633251,0.41445,0.653624) material=G4_Be - --> #secondaries=20 impactParameter[fm]=1.78024 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=6 #NNcollisions=3 - Collision 77 projectile=pi- Ekin[MeV]=24396.4 direction=(0.806497,0.419986,0.416142) material=G4_C - --> #secondaries=8 impactParameter[fm]=1.16931 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 78 projectile=alpha Ekin[MeV]=9376.95 direction=(0.686417,0.726181,0.0386427) material=G4_Pb - --> #secondaries=88 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 79 projectile=doublehyperH4 Ekin[MeV]=2238.2 direction=(0.942847,0.0285922,0.331998) material=G4_Ar - --> #secondaries=14 impactParameter[fm]=4.9623 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 80 projectile=omega- Ekin[MeV]=5151.12 direction=(0.376747,0.916665,0.13337) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.50441 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 81 projectile=anti_hyperHe5 Ekin[MeV]=24030.2 direction=(0.261742,0.628259,0.732654) material=G4_C - --> #secondaries=19 impactParameter[fm]=2.41636 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=10 #NNcollisions=3 - Collision 82 projectile=doublehyperdoubleneutron Ekin[MeV]=15224.7 direction=(0.405391,0.886706,0.222285) material=G4_Al - --> #secondaries=21 impactParameter[fm]=3.64516 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 83 projectile=xi_b- Ekin[MeV]=12724.4 direction=(0.173848,0.304517,0.936507) material=G4_Si - --> #secondaries=12 impactParameter[fm]=3.25827 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 84 projectile=anti_sigma- Ekin[MeV]=10831.3 direction=(0.159442,0.661712,0.732609) material=G4_Si - --> #secondaries=24 impactParameter[fm]=1.0012 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 85 projectile=lambda Ekin[MeV]=25560.5 direction=(0.499594,0.0107136,0.866193) material=G4_He - --> #secondaries=13 impactParameter[fm]=1.49757 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 86 projectile=pi+ Ekin[MeV]=14168.4 direction=(0.369461,0.612046,0.699213) material=G4_Ar - --> #secondaries=31 impactParameter[fm]=1.41255 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 - Collision 87 projectile=doublehyperdoubleneutron Ekin[MeV]=7878.57 direction=(0.551772,0.339117,0.761937) material=G4_W - --> #secondaries=38 impactParameter[fm]=7.50177 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=5 - Collision 88 projectile=anti_omega_c0 Ekin[MeV]=25373.6 direction=(0.491653,0.869938,0.0385375) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.829322 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 89 projectile=lambda_b Ekin[MeV]=12638.4 direction=(0.41281,0.58996,0.693927) material=G4_C - --> #secondaries=8 impactParameter[fm]=2.57079 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 90 projectile=anti_lambda Ekin[MeV]=9960.75 direction=(0.212151,0.168666,0.962571) material=G4_W - --> #secondaries=72 impactParameter[fm]=4.47101 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 91 projectile=anti_sigma- Ekin[MeV]=20807.7 direction=(0.936272,0.0680618,0.344618) material=G4_Pb - --> #secondaries=27 impactParameter[fm]=7.16976 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 92 projectile=anti_hyperalpha Ekin[MeV]=18202.2 direction=(0.407591,0.656845,0.634369) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.67327 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 93 projectile=B- Ekin[MeV]=4517.81 direction=(0.814804,0.350945,0.461446) material=G4_W - --> #secondaries=28 impactParameter[fm]=3.02662 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 - Collision 94 projectile=anti_lambda Ekin[MeV]=12870.4 direction=(0.241939,0.846193,0.474788) material=G4_Pb - --> #secondaries=112 impactParameter[fm]=3.50257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=6 - Collision 95 projectile=Ds+ Ekin[MeV]=1308.39 direction=(0.657869,0.00257867,0.753128) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=3.79307 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 96 projectile=anti_omega_c0 Ekin[MeV]=9977.89 direction=(0.891926,0.124327,0.434753) material=G4_Si - --> #secondaries=10 impactParameter[fm]=1.71579 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 97 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=11469.9 direction=(0.821723,0.0128727,0.569741) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=6.33341 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 98 projectile=anti_lambda_b Ekin[MeV]=9872.69 direction=(0.464244,0.677963,0.569951) material=G4_C - --> #secondaries=11 impactParameter[fm]=2.86659 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 99 projectile=anti_lambda Ekin[MeV]=2000.85 direction=(0.453723,0.33584,0.825437) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=4.46602 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=1 - Collision 100 projectile=anti_neutron Ekin[MeV]=11273.1 direction=(0.578592,0.504381,0.640961) material=G4_W - --> #secondaries=56 impactParameter[fm]=4.68497 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 - List of produced secondaries: - j=0 anti_neutron p=(2447.66,2239.44,2075.044024.26) MeV - j=1 neutron p=(58.1002,122.855,494.3941070.36) MeV - j=2 pi0 p=(220.297,123.227,181.063338.7) MeV - j=3 sigma0 p=(810.788,510.198,871.0221760.33) MeV - j=4 kaon0S p=(253.334,473.146,1026.51260.7) MeV - j=5 eta p=(1754.28,1240.18,1409.752627.37) MeV - j=6 neutron p=(88.007,215.576,109.17974.125) MeV - j=7 proton p=(265.226,81.9259,20.4285978.687) MeV - j=8 proton p=(-36.5138,-256.261,-125.237981.347) MeV - j=9 neutron p=(340.817,-41.5277,263.7121034.51) MeV - j=10 proton p=(-40.0728,185.993,280.549997.628) MeV - j=11 proton p=(99.3829,115.395,251.561983.275) MeV - j=12 neutron p=(50.3515,-193.514,-114.298967.383) MeV - j=13 pi0 p=(319.565,67.3439,-268.263443.667) MeV - j=14 pi+ p=(-140.29,25.6848,420.112465.096) MeV - j=15 neutron p=(180.431,-642.808,227.8291174.92) MeV - j=16 neutron p=(351.847,-367.544,252.1191097.83) MeV - j=17 neutron p=(33.1891,-85.6157,233.951972.598) MeV - j=18 proton p=(-384.888,-14.7562,25.18051014.57) MeV - j=19 neutron p=(-428.705,326.791,19.5351083.4) MeV - j=20 proton p=(49.9262,394.988,-56.45691020.81) MeV - j=21 proton p=(-268.408,457.47,108.6631083.27) MeV - j=22 neutron p=(-246.224,365.64,156.8471049.62) MeV - j=23 neutron p=(448.237,298.73,308.9531126.23) MeV - j=24 neutron p=(220.99,274.506,-193.9311022.05) MeV - j=25 neutron p=(101.551,90.1665,-54.4375950.889) MeV - j=26 neutron p=(144.266,-0.834301,-84.8055954.352) MeV - j=27 neutron p=(1.00287,76.027,10.3017942.693) MeV - j=28 proton p=(63.4374,-122.2,-96.501953.218) MeV - j=29 proton p=(48.6369,-42.8753,67.9282942.959) MeV - j=30 neutron p=(-202.308,64.5758,-7.91563963.299) MeV - j=31 proton p=(-44.0815,-51.2736,-179.318957.644) MeV - j=32 proton p=(-132.333,150.131,17.6537959.54) MeV - j=33 Nd138 p=(857.639,170.684,22.2727128437) MeV - j=34 neutron p=(-70.8495,-8.7894,83.7895945.992) MeV - j=35 neutron p=(-68.413,13.7062,4.00453942.161) MeV - j=36 neutron p=(68.3095,-52.2417,79.5169946.838) MeV - j=37 alpha p=(198.007,-315.286,-66.19333746.51) MeV - j=38 neutron p=(-60.7056,-17.4204,-88.3002945.816) MeV - j=39 neutron p=(-139.123,53.4731,-22.6354951.583) MeV - j=40 neutron p=(14.812,-29.1921,57.2015941.874) MeV - j=41 neutron p=(33.3597,30.8349,79.0999943.983) MeV - j=42 neutron p=(-35.2663,59.9373,-31.5329942.663) MeV - j=43 neutron p=(-105.358,58.6277,22.9227947.547) MeV - j=44 neutron p=(-43.8716,64.193,2.15156942.779) MeV - j=45 neutron p=(-16.0367,28.3658,-17.3958940.291) MeV - j=46 neutron p=(-24.5751,-30.5444,96.3977945.311) MeV - j=47 neutron p=(56.5642,62.0254,-52.3421944.759) MeV - j=48 neutron p=(-44.9151,-27.9642,-18.4072941.234) MeV - j=49 gamma p=(-2.80362,0.0553653,3.418024.42111) MeV - j=50 gamma p=(0.568242,0.357259,0.7183950.98317) MeV - j=51 gamma p=(0.623315,0.663343,0.1567710.923647) MeV - j=52 gamma p=(0.0251941,-0.0494306,-0.3268660.331541) MeV - j=53 gamma p=(-0.61816,-0.386765,-0.09886580.735856) MeV - j=54 gamma p=(0.0375833,-0.487608,-0.5399630.728515) MeV - j=55 gamma p=(0.342452,0.274419,-0.2853260.523441) MeV - Collision 101 projectile=Ds- Ekin[MeV]=29201.6 direction=(0.644307,0.701616,0.304308) material=G4_W - --> #secondaries=33 impactParameter[fm]=4.36033 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 102 projectile=anti_omega_b- Ekin[MeV]=21443.6 direction=(0.0954686,0.843757,0.528166) material=G4_Si - --> #secondaries=18 impactParameter[fm]=3.77897 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 103 projectile=anti_alpha Ekin[MeV]=11896.7 direction=(0.839262,0.543604,0.0115963) material=G4_He - --> #secondaries=12 impactParameter[fm]=2.74292 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 104 projectile=alpha Ekin[MeV]=24375.8 direction=(0.536228,0.433616,0.72418) material=G4_Si - --> #secondaries=34 impactParameter[fm]=1.24169 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=5 - Collision 105 projectile=Bc+ Ekin[MeV]=21114.3 direction=(0.373282,0.425837,0.824211) material=G4_Pb - --> #secondaries=9 impactParameter[fm]=6.02424 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 106 projectile=omega- Ekin[MeV]=3541.07 direction=(0.384622,0.65772,0.647666) material=G4_Pb - --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 107 projectile=xi_c+ Ekin[MeV]=4075.19 direction=(0.549827,0.591273,0.589989) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=3.70054 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 108 projectile=triton Ekin[MeV]=12898.5 direction=(0.218947,0.973916,0.0595851) material=G4_C - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 109 projectile=anti_hyperHe5 Ekin[MeV]=29045.5 direction=(0.585486,0.544067,0.600997) material=G4_C - --> #secondaries=20 impactParameter[fm]=3.39231 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=9 #NNcollisions=4 - Collision 110 projectile=anti_alpha Ekin[MeV]=15362.3 direction=(0.724082,0.464116,0.510198) material=G4_H - --> #secondaries=9 impactParameter[fm]=2.47146 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 111 projectile=kaon- Ekin[MeV]=26509.5 direction=(0.650457,0.585533,0.483794) material=G4_He - --> #secondaries=11 impactParameter[fm]=1.56935 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 112 projectile=triton Ekin[MeV]=6095.05 direction=(0.220357,0.643849,0.732736) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 113 projectile=omega- Ekin[MeV]=19691.1 direction=(0.561921,0.675432,0.477532) material=G4_C - --> #secondaries=16 impactParameter[fm]=3.7105 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 114 projectile=anti_Bs0 Ekin[MeV]=4118.85 direction=(0.518655,0.573744,0.633888) material=G4_H - --> #secondaries=2 impactParameter[fm]=1.80178 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 115 projectile=kaon- Ekin[MeV]=29972.8 direction=(0.894732,0.0216085,0.446081) material=G4_He - --> #secondaries=14 impactParameter[fm]=0.914519 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 116 projectile=anti_doublehyperH4 Ekin[MeV]=10341.3 direction=(0.65268,0.630469,0.420141) material=G4_C - --> #secondaries=22 impactParameter[fm]=0.737935 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=5 - Collision 117 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=9687.41 direction=(0.501387,0.832002,0.237451) material=G4_Si - --> #secondaries=24 impactParameter[fm]=3.07568 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=27 #NNcollisions=2 - Collision 118 projectile=Ds+ Ekin[MeV]=25942.2 direction=(0.341319,0.701947,0.625117) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.208069 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 119 projectile=anti_alpha Ekin[MeV]=21488.3 direction=(0.759348,0.0684883,0.64707) material=G4_Be - --> #secondaries=20 impactParameter[fm]=2.14105 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=3 - Collision 120 projectile=triton Ekin[MeV]=2206.63 direction=(0.452522,0.0223427,0.891473) material=G4_C - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 121 projectile=Ds- Ekin[MeV]=5838.39 direction=(0.447869,0.78197,0.433515) material=G4_C - --> #secondaries=7 impactParameter[fm]=2.06012 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 122 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=24490.7 direction=(0.984952,0.170053,0.0308531) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=6.03012 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=63 #NNcollisions=1 - Collision 123 projectile=hyperHe5 Ekin[MeV]=4460.38 direction=(0.640668,0.42724,0.637974) material=G4_Fe - --> #secondaries=13 impactParameter[fm]=5.71991 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=54 #NNcollisions=0 - Collision 124 projectile=sigma- Ekin[MeV]=16945.1 direction=(0.107455,0.975949,0.189676) material=G4_Pb - --> #secondaries=95 impactParameter[fm]=3.65151 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=6 - Collision 125 projectile=anti_hyperHe5 Ekin[MeV]=5216.85 direction=(0.00846911,0.923146,0.384356) material=G4_Si - --> #secondaries=19 impactParameter[fm]=4.09903 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=2 - Collision 126 projectile=xi- Ekin[MeV]=26198.1 direction=(0.653007,0.364439,0.663902) material=G4_Fe - --> #secondaries=33 impactParameter[fm]=1.11937 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=2 - Collision 127 projectile=omega- Ekin[MeV]=2587.13 direction=(0.884824,0.437744,0.159582) material=G4_Cu - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 128 projectile=anti_lambda_b Ekin[MeV]=24547.7 direction=(0.437848,0.872624,0.216373) material=G4_Pb - --> #secondaries=50 impactParameter[fm]=5.7303 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 129 projectile=sigma+ Ekin[MeV]=26375.6 direction=(0.939335,0.31942,0.12498) material=G4_Al - --> #secondaries=18 impactParameter[fm]=3.67116 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 130 projectile=hyperalpha Ekin[MeV]=5109.39 direction=(0.193225,0.525898,0.828309) material=G4_C - --> #secondaries=14 impactParameter[fm]=1.57277 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=1 - Collision 131 projectile=anti_B0 Ekin[MeV]=28076.3 direction=(0.505963,0.506575,0.698128) material=G4_Be - --> #secondaries=4 impactParameter[fm]=3.52268 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 132 projectile=anti_D0 Ekin[MeV]=23159.8 direction=(0.684421,0.708612,0.171571) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=3.30736 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 133 projectile=proton Ekin[MeV]=5587.34 direction=(0.656326,0.492677,0.571406) material=G4_Si - --> #secondaries=5 impactParameter[fm]=4.44831 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 134 projectile=anti_lambda Ekin[MeV]=21578 direction=(0.852977,0.484228,0.194816) material=G4_He - --> #secondaries=8 impactParameter[fm]=0.403471 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=3 - Collision 135 projectile=anti_B0 Ekin[MeV]=18297.5 direction=(0.564437,0.81169,0.150231) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.03107 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 136 projectile=pi- Ekin[MeV]=1478.63 direction=(0.475986,0.695285,0.538532) material=G4_C - --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 137 projectile=Ds- Ekin[MeV]=3774.48 direction=(0.989879,0.0861403,0.112776) material=G4_C - --> #secondaries=11 impactParameter[fm]=0.500112 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 138 projectile=xi_c0 Ekin[MeV]=23315 direction=(0.897989,0.295072,0.326419) material=G4_Cu - --> #secondaries=46 impactParameter[fm]=3.26044 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=4 - Collision 139 projectile=anti_omega_c0 Ekin[MeV]=19277.4 direction=(0.744752,0.399774,0.534345) material=G4_Fe - --> #secondaries=40 impactParameter[fm]=3.28724 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=4 - Collision 140 projectile=sigma- Ekin[MeV]=1888.05 direction=(0.371826,0.832274,0.411176) material=G4_Pb - --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 141 projectile=anti_triton Ekin[MeV]=14755.7 direction=(0.55808,0.497139,0.664379) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=2.49797 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=39 #NNcollisions=2 - Collision 142 projectile=anti_B0 Ekin[MeV]=23887.1 direction=(0.326418,0.392577,0.859846) material=G4_W - --> #secondaries=53 impactParameter[fm]=2.41831 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 143 projectile=anti_sigma+ Ekin[MeV]=16315.2 direction=(0.303353,0.906666,0.293144) material=G4_He - --> #secondaries=10 impactParameter[fm]=3.75289 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 144 projectile=kaon0L Ekin[MeV]=28058.7 direction=(0.598734,0.516766,0.61194) material=G4_H - --> #secondaries=8 impactParameter[fm]=0.794623 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 145 projectile=anti_neutron Ekin[MeV]=18644.6 direction=(0.258855,0.86309,0.433671) material=G4_Pb - --> #secondaries=93 impactParameter[fm]=2.70122 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 146 projectile=xi_c+ Ekin[MeV]=23977.9 direction=(0.636938,0.35004,0.686864) material=G4_C - --> #secondaries=14 impactParameter[fm]=1.11278 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 147 projectile=anti_lambda Ekin[MeV]=11968 direction=(0.999735,0.0201705,0.0111301) material=G4_Cu - --> #secondaries=38 impactParameter[fm]=3.18508 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 - Collision 148 projectile=He3 Ekin[MeV]=3368.8 direction=(0.629959,0.20691,0.748558) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 149 projectile=anti_omega_b- Ekin[MeV]=22029.9 direction=(0.59155,0.660393,0.462547) material=G4_He - --> #secondaries=11 impactParameter[fm]=0.463312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=3 - Collision 150 projectile=lambda_c+ Ekin[MeV]=24224 direction=(0.583418,0.0987383,0.806148) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=3.67488 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 151 projectile=omega- Ekin[MeV]=14473 direction=(0.634156,0.142568,0.759948) material=G4_Be - --> #secondaries=7 impactParameter[fm]=3.37726 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 152 projectile=anti_B0 Ekin[MeV]=4879.11 direction=(0.621026,0.635506,0.458758) material=G4_Al - --> #secondaries=14 impactParameter[fm]=1.9928 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=0 - Collision 153 projectile=omega_b- Ekin[MeV]=23678.4 direction=(0.752107,0.595377,0.282597) material=G4_Pb - --> #secondaries=47 impactParameter[fm]=4.78432 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 154 projectile=anti_B0 Ekin[MeV]=29333.8 direction=(0.524629,0.554683,0.645825) material=G4_Pb - --> #secondaries=59 impactParameter[fm]=2.97665 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=1 - Collision 155 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=2542.75 direction=(0.663094,0.567958,0.487576) material=G4_Cu - --> #secondaries=57 impactParameter[fm]=1.6297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=4 - Collision 156 projectile=D+ Ekin[MeV]=9152.34 direction=(0.235052,0.479576,0.845433) material=G4_W - --> #secondaries=22 impactParameter[fm]=5.2764 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 - Collision 157 projectile=anti_omega- Ekin[MeV]=16181 direction=(0.615402,0.52384,0.588958) material=G4_Al - --> #secondaries=15 impactParameter[fm]=2.75901 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 158 projectile=lambda_c+ Ekin[MeV]=14543.5 direction=(0.520693,0.298164,0.799986) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.0663615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 159 projectile=Bs0 Ekin[MeV]=13070.7 direction=(0.000290757,0.237118,0.971481) material=G4_Fe - --> #secondaries=13 impactParameter[fm]=3.64396 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 160 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=14084.3 direction=(0.607762,0.755807,0.243681) material=G4_Ar - --> #secondaries=60 impactParameter[fm]=1.46751 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=30 #NNcollisions=4 - Collision 161 projectile=xi_b0 Ekin[MeV]=14900.1 direction=(0.640398,0.345173,0.686109) material=G4_C - --> #secondaries=10 impactParameter[fm]=1.81903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 162 projectile=anti_omega_b- Ekin[MeV]=7994.96 direction=(0.354499,0.613125,0.70598) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=3.23163 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 163 projectile=xi0 Ekin[MeV]=26717.5 direction=(0.958628,0.187876,0.213859) material=G4_W - --> #secondaries=53 impactParameter[fm]=4.88252 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=3 - Collision 164 projectile=hyperHe5 Ekin[MeV]=4783.25 direction=(0.602377,0.0296713,0.79766) material=G4_Ar - --> #secondaries=37 impactParameter[fm]=2.45595 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=0 - Collision 165 projectile=anti_xi- Ekin[MeV]=4614.79 direction=(0.418939,0.58603,0.693584) material=G4_Si - --> #secondaries=16 impactParameter[fm]=4.06062 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 166 projectile=kaon0S Ekin[MeV]=19247.1 direction=(0.315594,0.107064,0.942835) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.39958 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 167 projectile=D+ Ekin[MeV]=28222.3 direction=(0.615131,0.396269,0.681605) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=3.89354 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 168 projectile=Bs0 Ekin[MeV]=6197.28 direction=(0.801675,0.156765,0.576838) material=G4_Pb - --> #secondaries=33 impactParameter[fm]=4.22006 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 169 projectile=doublehyperdoubleneutron Ekin[MeV]=18821.1 direction=(0.790692,0.602983,0.105915) material=G4_Ar - --> #secondaries=49 impactParameter[fm]=0.829098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=10 - Collision 170 projectile=lambda Ekin[MeV]=23470.7 direction=(0.291785,0.590235,0.752652) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=5.50535 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 171 projectile=lambda_b Ekin[MeV]=22587 direction=(0.0234389,0.846463,0.531931) material=G4_Al - --> #secondaries=19 impactParameter[fm]=1.97535 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 172 projectile=kaon- Ekin[MeV]=2453.39 direction=(0.560523,0.614284,0.5554) material=G4_Pb - --> #secondaries=47 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 173 projectile=anti_Bs0 Ekin[MeV]=13586.6 direction=(0.481594,0.567111,0.668171) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=2.94018 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 174 projectile=triton Ekin[MeV]=12741.6 direction=(0.469928,0.64624,0.601283) material=G4_Si - --> #secondaries=15 impactParameter[fm]=4.35453 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=3 - Collision 175 projectile=anti_proton Ekin[MeV]=21725.7 direction=(0.103672,0.210479,0.972086) material=G4_C - --> #secondaries=17 impactParameter[fm]=2.39471 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 176 projectile=xi_b- Ekin[MeV]=24390.9 direction=(0.558087,0.798062,0.227233) material=G4_Cu - --> #secondaries=22 impactParameter[fm]=3.36681 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=0 - Collision 177 projectile=xi- Ekin[MeV]=14714.7 direction=(0.0909694,0.810817,0.578188) material=G4_Cu - --> #secondaries=50 impactParameter[fm]=0.776961 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=2 - Collision 178 projectile=deuteron Ekin[MeV]=20331.7 direction=(0.851165,0.524335,0.0243062) material=G4_Be - --> #secondaries=12 impactParameter[fm]=2.7224 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 179 projectile=anti_neutron Ekin[MeV]=25383.5 direction=(0.188819,0.961044,0.201845) material=G4_Be - --> #secondaries=14 impactParameter[fm]=1.70277 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 180 projectile=xi0 Ekin[MeV]=23161.7 direction=(0.574223,0.811081,0.111424) material=G4_C - --> #secondaries=12 impactParameter[fm]=1.03441 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 181 projectile=anti_lambda_b Ekin[MeV]=13830.2 direction=(0.556869,0.139623,0.818781) material=G4_Cu - --> #secondaries=17 impactParameter[fm]=4.66053 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 182 projectile=omega- Ekin[MeV]=28642.9 direction=(0.753006,0.527131,0.393845) material=G4_Fe - --> #secondaries=9 impactParameter[fm]=4.69927 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 183 projectile=sigma- Ekin[MeV]=3328.01 direction=(0.273794,0.839044,0.47015) material=G4_H - --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 184 projectile=xi- Ekin[MeV]=9403.63 direction=(0.221328,0.856016,0.467173) material=G4_Pb - --> #secondaries=76 impactParameter[fm]=0.944245 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=199 #NNcollisions=4 - Collision 185 projectile=xi0 Ekin[MeV]=5984.4 direction=(0.63632,0.591338,0.495395) material=G4_W - --> #secondaries=48 impactParameter[fm]=5.54685 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 186 projectile=proton Ekin[MeV]=12418.2 direction=(0.132554,0.798448,0.58729) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.10205 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 187 projectile=anti_hyperHe5 Ekin[MeV]=12379 direction=(0.449427,0.753495,0.479855) material=G4_Fe - --> #secondaries=29 impactParameter[fm]=6.48111 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 188 projectile=xi_c+ Ekin[MeV]=11100.9 direction=(0.328905,0.935669,0.127847) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.42129 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 189 projectile=anti_alpha Ekin[MeV]=14096.1 direction=(0.595541,0.802471,0.0370391) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.59177 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 190 projectile=doublehyperH4 Ekin[MeV]=19469.4 direction=(0.659806,0.656827,0.365013) material=G4_Fe - --> #secondaries=51 impactParameter[fm]=3.86467 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=49 #NNcollisions=4 - Collision 191 projectile=B0 Ekin[MeV]=5437.17 direction=(0.50941,0.708631,0.488204) material=G4_H - --> #secondaries=2 impactParameter[fm]=1.04366 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 192 projectile=omega_b- Ekin[MeV]=19544.4 direction=(0.117672,0.955579,0.270227) material=G4_Pb - --> #secondaries=70 impactParameter[fm]=4.33697 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=4 - Collision 193 projectile=anti_Bs0 Ekin[MeV]=11199.9 direction=(0.475194,0.251907,0.84305) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.66755 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 194 projectile=anti_B0 Ekin[MeV]=9023.87 direction=(0.666302,0.632898,0.394312) material=G4_Be - --> #secondaries=5 impactParameter[fm]=0.316842 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 195 projectile=doublehyperH4 Ekin[MeV]=28186.3 direction=(0.502046,0.0736907,0.861696) material=G4_Al - --> #secondaries=33 impactParameter[fm]=2.35347 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=22 #NNcollisions=6 - Collision 196 projectile=proton Ekin[MeV]=10177.6 direction=(0.927488,0.260846,0.267816) material=G4_Fe - --> #secondaries=34 impactParameter[fm]=3.01422 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=3 - Collision 197 projectile=anti_Bs0 Ekin[MeV]=28716.8 direction=(0.408853,0.215641,0.886757) material=G4_Pb - --> #secondaries=51 impactParameter[fm]=4.65406 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 198 projectile=He3 Ekin[MeV]=29436.9 direction=(0.327071,0.763908,0.556299) material=G4_Si - --> #secondaries=14 impactParameter[fm]=4.81111 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 199 projectile=anti_omega_b- Ekin[MeV]=12157.4 direction=(0.663954,0.617351,0.421951) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.421248 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 200 projectile=anti_lambda_b Ekin[MeV]=6919.39 direction=(0.324815,0.454187,0.829584) material=G4_Ar - --> #secondaries=23 impactParameter[fm]=3.82953 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 44 projectile=hypertriton Ekin[MeV]=16336.2 direction=(0.874793,0.286081,0.391017) material=G4_Fe + --> #secondaries=28 impactParameter[fm]=3.02723 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=52 #NNcollisions=5 + Collision 45 projectile=Bs0 Ekin[MeV]=19564.6 direction=(0.723887,0.665361,0.182434) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=4.81619 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 46 projectile=anti_hypertriton Ekin[MeV]=4290.14 direction=(0.828662,0.39645,0.395153) material=G4_Fe + --> #secondaries=51 impactParameter[fm]=1.44141 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 47 projectile=anti_lambda Ekin[MeV]=24234.1 direction=(0.815734,0.507286,0.27792) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.62741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 48 projectile=sigma- Ekin[MeV]=5120.18 direction=(0.571542,0.199562,0.795936) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=4.31716 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 49 projectile=xi_b0 Ekin[MeV]=6295.9 direction=(0.479534,0.773242,0.414903) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=4.4919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 50 projectile=kaon+ Ekin[MeV]=8304.99 direction=(0.803741,0.568703,0.174861) material=G4_W + --> #secondaries=17 impactParameter[fm]=7.12168 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 51 projectile=anti_omega- Ekin[MeV]=15971.7 direction=(0.985969,0.0250926,0.16503) material=G4_Cu + --> #secondaries=42 impactParameter[fm]=3.52478 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 + Collision 52 projectile=pi+ Ekin[MeV]=27825.7 direction=(0.261032,0.234423,0.936434) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=4.45048 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 53 projectile=lambda_c+ Ekin[MeV]=11461.2 direction=(0.169051,0.38239,0.908405) material=G4_Al + --> #secondaries=16 impactParameter[fm]=2.33308 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 54 projectile=B+ Ekin[MeV]=21836.7 direction=(0.791258,0.17201,0.586791) material=G4_Si + --> #secondaries=18 impactParameter[fm]=2.59591 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 55 projectile=xi- Ekin[MeV]=28884.2 direction=(0.0249205,0.98637,0.162645) material=G4_Si + --> #secondaries=26 impactParameter[fm]=2.44243 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 56 projectile=anti_xi_b- Ekin[MeV]=6232.95 direction=(0.268633,0.595947,0.756758) material=G4_C + --> #secondaries=7 impactParameter[fm]=1.65505 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 57 projectile=anti_Bs0 Ekin[MeV]=18060.4 direction=(0.774788,0.53755,0.332782) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=2.90635 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 58 projectile=anti_alpha Ekin[MeV]=26346.6 direction=(0.816551,0.407547,0.408839) material=G4_C + --> #secondaries=27 impactParameter[fm]=2.00411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=4 + Collision 59 projectile=anti_B0 Ekin[MeV]=1787.31 direction=(0.516322,0.674836,0.527265) material=G4_Pb + --> #secondaries=8 impactParameter[fm]=8.07045 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 60 projectile=anti_B0 Ekin[MeV]=11995.1 direction=(0.540743,0.415356,0.731489) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.06179 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 61 projectile=xi_b0 Ekin[MeV]=4357.26 direction=(0.758823,0.57123,0.312864) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=1.59871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 62 projectile=kaon0L Ekin[MeV]=7790.32 direction=(0.913115,0.407404,0.0155722) material=G4_C + --> #secondaries=10 impactParameter[fm]=3.29791 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 63 projectile=anti_hyperHe5 Ekin[MeV]=14623.8 direction=(0.742098,0.484008,0.463709) material=G4_Pb + --> #secondaries=94 impactParameter[fm]=4.54297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=6 + Collision 64 projectile=anti_xi0 Ekin[MeV]=17665 direction=(0.76113,0.0833284,0.643224) material=G4_Al + --> #secondaries=6 impactParameter[fm]=5.20791 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 65 projectile=neutron Ekin[MeV]=18383 direction=(0.103284,0.979131,0.175029) material=G4_Si + --> #secondaries=15 impactParameter[fm]=4.24268 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 66 projectile=sigma- Ekin[MeV]=24131.2 direction=(0.953143,0.248466,0.172575) material=G4_Al + --> #secondaries=23 impactParameter[fm]=1.71503 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 67 projectile=anti_hypertriton Ekin[MeV]=28543.5 direction=(0.158054,0.27549,0.948222) material=G4_Fe + --> #secondaries=43 impactParameter[fm]=4.47704 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=3 + Collision 68 projectile=anti_omega_c0 Ekin[MeV]=27930.4 direction=(0.260842,0.16648,0.950918) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=2.93137 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 69 projectile=proton Ekin[MeV]=26992 direction=(0.590231,0.218198,0.777185) material=G4_Al + --> #secondaries=35 impactParameter[fm]=1.51303 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 70 projectile=sigma- Ekin[MeV]=28926.2 direction=(0.565346,0.438178,0.698845) material=G4_C + --> #secondaries=16 impactParameter[fm]=2.06793 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 71 projectile=hypertriton Ekin[MeV]=26965.5 direction=(0.438932,0.741065,0.508096) material=G4_He + --> #secondaries=14 impactParameter[fm]=3.57779 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 72 projectile=kaon- Ekin[MeV]=25938.1 direction=(0.813987,0.356404,0.458694) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.566443 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 73 projectile=anti_proton Ekin[MeV]=4969.42 direction=(0.350772,0.910804,0.217705) material=G4_Al + --> #secondaries=25 impactParameter[fm]=2.01353 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 74 projectile=omega- Ekin[MeV]=10156.7 direction=(0.752188,0.60874,0.252286) material=G4_C + --> #secondaries=11 impactParameter[fm]=1.15104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 75 projectile=anti_sigma- Ekin[MeV]=26042.4 direction=(0.491182,0.0101655,0.870998) material=G4_Si + --> #secondaries=25 impactParameter[fm]=3.73899 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 76 projectile=xi_b- Ekin[MeV]=22608.4 direction=(0.668599,0.0737397,0.739958) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.883571 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 77 projectile=doublehyperdoubleneutron Ekin[MeV]=8244.95 direction=(0.439967,0.539761,0.717695) material=G4_Fe + --> #secondaries=47 impactParameter[fm]=1.37859 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=44 #NNcollisions=3 + Collision 78 projectile=kaon- Ekin[MeV]=25364.9 direction=(0.710886,0.0861076,0.698016) material=G4_Be + --> #secondaries=12 impactParameter[fm]=1.64343 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 79 projectile=Bc- Ekin[MeV]=2422.16 direction=(0.852942,0.48111,0.202541) material=G4_Be + --> #secondaries=5 impactParameter[fm]=2.65894 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 80 projectile=xi- Ekin[MeV]=22115.7 direction=(0.42347,0.390911,0.817228) material=G4_W + --> #secondaries=33 impactParameter[fm]=6.29837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 81 projectile=proton Ekin[MeV]=1095.24 direction=(0.542679,0.577779,0.609647) material=G4_W + --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 82 projectile=kaon0L Ekin[MeV]=17003 direction=(0.318167,0.927142,0.197934) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=3.19883 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 83 projectile=B- Ekin[MeV]=6443.29 direction=(0.5246,0.501305,0.688105) material=G4_W + --> #secondaries=23 impactParameter[fm]=5.46418 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 84 projectile=anti_xi_b0 Ekin[MeV]=22706.7 direction=(0.688867,0.724126,0.0332263) material=G4_Pb + --> #secondaries=51 impactParameter[fm]=2.86647 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 85 projectile=xi_b0 Ekin[MeV]=20582.5 direction=(0.646365,0.191123,0.738704) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=6.67352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 86 projectile=B- Ekin[MeV]=15742.3 direction=(0.203869,0.734389,0.647387) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=2.76331 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 87 projectile=omega_c0 Ekin[MeV]=24255 direction=(0.632349,0.502733,0.589402) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.18567 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 88 projectile=anti_sigma- Ekin[MeV]=8454.45 direction=(0.648795,0.676823,0.347814) material=G4_C + --> #secondaries=16 impactParameter[fm]=1.85637 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 89 projectile=D+ Ekin[MeV]=9745.93 direction=(0.851398,0.331811,0.406231) material=G4_Al + --> #secondaries=15 impactParameter[fm]=1.87545 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 90 projectile=xi_b0 Ekin[MeV]=18090.5 direction=(0.239067,0.965416,0.104018) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.53229 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 91 projectile=anti_proton Ekin[MeV]=26694.4 direction=(0.166369,0.729063,0.663919) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.85068 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 92 projectile=hyperH4 Ekin[MeV]=6492.07 direction=(0.114358,0.857039,0.502401) material=G4_Si + --> #secondaries=7 impactParameter[fm]=5.08328 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 93 projectile=anti_xi- Ekin[MeV]=22326.9 direction=(0.622506,0.0513188,0.78093) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.0084 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 94 projectile=pi+ Ekin[MeV]=21576.2 direction=(0.265594,0.727149,0.63302) material=G4_Fe + --> #secondaries=27 impactParameter[fm]=3.38251 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 95 projectile=xi_c+ Ekin[MeV]=27511.7 direction=(0.316581,0.82141,0.474408) material=G4_Cu + --> #secondaries=35 impactParameter[fm]=4.20085 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 96 projectile=anti_hyperH4 Ekin[MeV]=25994.3 direction=(0.530182,0.574024,0.624023) material=G4_Cu + --> #secondaries=25 impactParameter[fm]=6.46231 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 97 projectile=lambda_b Ekin[MeV]=13710.6 direction=(0.267226,0.961983,0.0563832) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.596517 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 98 projectile=B- Ekin[MeV]=29658 direction=(0.123856,0.710922,0.692279) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=3.76526 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 99 projectile=Bs0 Ekin[MeV]=17250.8 direction=(0.442461,0.683107,0.581027) material=G4_Al + --> #secondaries=9 impactParameter[fm]=1.59136 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 100 projectile=He3 Ekin[MeV]=22469.3 direction=(0.635654,0.497817,0.590019) material=G4_Be + --> #secondaries=9 impactParameter[fm]=4.1299 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 List of produced secondaries: - j=0 anti_lambda_b p=(2642.93,4005.73,8242.811070.4) MeV - j=1 pi0 p=(200.193,-104.648,-43.2227266.674) MeV - j=2 pi0 p=(288.55,420.926,396.911660.452) MeV - j=3 neutron p=(-31.1406,-80.4744,-170.35958.774) MeV - j=4 neutron p=(56.1571,-210.633,72.7105967.259) MeV - j=5 proton p=(35.028,-149.67,-179.121967.505) MeV - j=6 proton p=(80.7681,-170.05,28.6561957.401) MeV - j=7 proton p=(223.153,180.044,97.4787985.936) MeV - j=8 proton p=(84.1846,194.363,336.9271019.18) MeV - j=9 neutron p=(6.07087,46.4848,-109.881947.13) MeV - j=10 Na23 p=(-5.41671,909.48,615.76121437.4) MeV - j=11 deuteron p=(-281.139,-93.2018,3.973891898.86) MeV - j=12 proton p=(179.394,-29.4909,128.078964.267) MeV - j=13 neutron p=(138.929,-17.5886,83.1386953.575) MeV - j=14 neutron p=(-102.58,111.3,-33.1428952.256) MeV - j=15 proton p=(131.641,29.8273,-134.296957.397) MeV - j=16 neutron p=(123.994,-24.3369,-113.066954.743) MeV - j=17 neutron p=(-38.346,73.0398,-21.0915943.416) MeV - j=18 neutron p=(-97.0537,22.0967,35.015945.472) MeV - j=19 neutron p=(6.62383,-20.523,58.5493941.635) MeV - j=20 gamma p=(-0.682553,-0.482375,2.587982.7196) MeV - j=21 gamma p=(-0.741998,-1.23497,0.7000721.60181) MeV - j=22 gamma p=(0.400753,0.111639,-0.1431140.439941) MeV - Collision 201 projectile=omega- Ekin[MeV]=15861.6 direction=(0.588769,0.744604,0.31451) material=G4_C - --> #secondaries=13 impactParameter[fm]=1.71889 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 202 projectile=Ds- Ekin[MeV]=9876.49 direction=(0.233559,0.835678,0.497083) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=3.01555 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 203 projectile=anti_proton Ekin[MeV]=20872 direction=(0.529892,0.84678,0.0466704) material=G4_Al - --> #secondaries=27 impactParameter[fm]=2.58346 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 204 projectile=Bs0 Ekin[MeV]=25319.7 direction=(0.513171,0.846956,0.139) material=G4_W - --> #secondaries=31 impactParameter[fm]=6.33494 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=0 - Collision 205 projectile=anti_hyperH4 Ekin[MeV]=9419.05 direction=(0.682442,0.486069,0.545903) material=G4_W - --> #secondaries=126 impactParameter[fm]=4.11608 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=4 - Collision 206 projectile=kaon0S Ekin[MeV]=26696.5 direction=(0.505852,0.78783,0.351338) material=G4_Cu - --> #secondaries=44 impactParameter[fm]=2.30807 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=3 - Collision 207 projectile=anti_xi_c0 Ekin[MeV]=12292.9 direction=(0.707349,0.705285,0.0472347) material=G4_Si - --> #secondaries=28 impactParameter[fm]=2.89783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 208 projectile=anti_omega_b- Ekin[MeV]=1341.33 direction=(0.284968,0.368404,0.884913) material=G4_C - --> #secondaries=9 impactParameter[fm]=1.80763 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 - Collision 209 projectile=anti_omega_c0 Ekin[MeV]=7355.96 direction=(0.0532684,0.997759,0.040502) material=G4_H - --> #secondaries=4 impactParameter[fm]=2.22562 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 210 projectile=anti_omega- Ekin[MeV]=26185 direction=(0.822011,0.0701195,0.565138) material=G4_Si - --> #secondaries=25 impactParameter[fm]=3.09396 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 211 projectile=anti_lambda_c+ Ekin[MeV]=25067.6 direction=(0.509406,0.316502,0.800207) material=G4_Ar - --> #secondaries=29 impactParameter[fm]=3.18349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 212 projectile=anti_xi0 Ekin[MeV]=11473.9 direction=(0.719587,0.0469746,0.692811) material=G4_He - --> #secondaries=13 impactParameter[fm]=0.884662 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 213 projectile=xi0 Ekin[MeV]=5255.8 direction=(0.504609,0.238582,0.829728) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.89416 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 214 projectile=proton Ekin[MeV]=27591 direction=(0.622668,0.620724,0.476431) material=G4_W - --> #secondaries=61 impactParameter[fm]=5.90535 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=5 - Collision 215 projectile=anti_doublehyperH4 Ekin[MeV]=14462.6 direction=(0.861915,0.438284,0.25497) material=G4_Fe - --> #secondaries=38 impactParameter[fm]=4.77101 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=4 - Collision 216 projectile=B- Ekin[MeV]=16729.8 direction=(0.73271,0.332696,0.593675) material=G4_Be - --> #secondaries=8 impactParameter[fm]=1.76749 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 217 projectile=xi_b0 Ekin[MeV]=11508.5 direction=(0.580095,0.31923,0.749388) material=G4_Si - --> #secondaries=20 impactParameter[fm]=3.32341 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 218 projectile=pi- Ekin[MeV]=6757.91 direction=(0.129949,0.293872,0.94697) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.45817 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 219 projectile=neutron Ekin[MeV]=6942.29 direction=(0.683578,0.261039,0.681601) material=G4_Pb - --> #secondaries=83 impactParameter[fm]=4.94051 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 220 projectile=anti_D0 Ekin[MeV]=23144.8 direction=(0.609844,0.346004,0.713001) material=G4_Pb - --> #secondaries=78 impactParameter[fm]=1.80405 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 221 projectile=xi- Ekin[MeV]=2093.24 direction=(0.981466,0.0642554,0.180544) material=G4_Si + j=0 proton p=(3301.92,3307.76,3652.086005.16) MeV + j=1 neutron p=(5554.57,4054.54,4643.358350.81) MeV + j=2 neutron p=(555.24,573.057,127.1881239.21) MeV + j=3 pi0 p=(970.909,242.755,827.2181305.41) MeV + j=4 pi+ p=(216.744,133.853,156.359329.883) MeV + j=5 proton p=(5561.99,4248.4,5479.458938.08) MeV + j=6 neutron p=(-24.5276,-131.851,-1.40303949.09) MeV + j=7 triton p=(-90.9514,236.295,22.20382820.4) MeV + j=8 alpha p=(-77.4108,-158.985,-84.39733732.53) MeV + Collision 101 projectile=anti_triton Ekin[MeV]=5322.04 direction=(0.725072,0.653825,0.216295) material=G4_W + --> #secondaries=97 impactParameter[fm]=3.22713 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 102 projectile=anti_He3 Ekin[MeV]=7105.23 direction=(0.352959,0.696338,0.624927) material=G4_Be + --> #secondaries=19 impactParameter[fm]=4.22181 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 103 projectile=doublehyperdoubleneutron Ekin[MeV]=1869.35 direction=(0.786948,0.0908804,0.610289) material=G4_Al + --> #secondaries=24 impactParameter[fm]=2.61588 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=1 + Collision 104 projectile=hyperHe5 Ekin[MeV]=19589.9 direction=(0.855264,0.305916,0.418257) material=G4_Cu + --> #secondaries=31 impactParameter[fm]=5.65941 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 105 projectile=xi_b- Ekin[MeV]=8783.97 direction=(0.491744,0.747504,0.446571) material=G4_C + --> #secondaries=7 impactParameter[fm]=1.9917 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 106 projectile=hypertriton Ekin[MeV]=13273.3 direction=(0.720492,0.686564,0.0975759) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.45589 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 107 projectile=lambda_b Ekin[MeV]=13687.8 direction=(0.589339,0.712686,0.380472) material=G4_Al + --> #secondaries=10 impactParameter[fm]=0.348908 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 108 projectile=B- Ekin[MeV]=1244.96 direction=(0.367405,0.747032,0.554037) material=G4_W + --> #secondaries=20 impactParameter[fm]=4.09 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=2 + Collision 109 projectile=lambda_b Ekin[MeV]=23725.1 direction=(0.0357636,0.997387,0.0627779) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.04157 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 110 projectile=xi_c+ Ekin[MeV]=3377.08 direction=(0.836926,0.524955,0.154843) material=G4_W + --> #secondaries=47 impactParameter[fm]=3.81985 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=0 + Collision 111 projectile=anti_hyperalpha Ekin[MeV]=9870.99 direction=(0.778101,0.627813,0.0202269) material=G4_Cu + --> #secondaries=66 impactParameter[fm]=1.37501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=4 + Collision 112 projectile=hyperHe5 Ekin[MeV]=5028.76 direction=(0.915064,0.242792,0.322039) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.03074 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=5 #NNcollisions=1 + Collision 113 projectile=anti_proton Ekin[MeV]=23867.6 direction=(0.088368,0.836733,0.540434) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=4.11458 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 114 projectile=anti_D0 Ekin[MeV]=16500.8 direction=(0.446994,0.240655,0.861558) material=G4_C + --> #secondaries=10 impactParameter[fm]=2.47118 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 115 projectile=anti_alpha Ekin[MeV]=26623.9 direction=(0.277804,0.0380672,0.959883) material=G4_He + --> #secondaries=9 impactParameter[fm]=3.02288 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 116 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=23411.7 direction=(0.438253,0.504471,0.743938) material=G4_He + --> #secondaries=12 impactParameter[fm]=2.4709 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=2 + Collision 117 projectile=anti_He3 Ekin[MeV]=26387.5 direction=(0.651236,0.249709,0.716615) material=G4_W + --> #secondaries=98 impactParameter[fm]=6.38516 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=8 + Collision 118 projectile=anti_deuteron Ekin[MeV]=22448.8 direction=(0.0620633,0.644931,0.761717) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=4.25514 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 119 projectile=alpha Ekin[MeV]=12565.1 direction=(0.666459,0.738126,0.104894) material=G4_Al + --> #secondaries=31 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 120 projectile=kaon- Ekin[MeV]=28465.8 direction=(0.158203,0.32936,0.930856) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.965564 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 121 projectile=anti_xi_c+ Ekin[MeV]=5619.55 direction=(0.655509,0.673027,0.342552) material=G4_C + --> #secondaries=8 impactParameter[fm]=3.19228 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 122 projectile=hyperalpha Ekin[MeV]=28915.6 direction=(0.0695526,0.742349,0.666394) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.04992 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=4 + Collision 123 projectile=anti_omega- Ekin[MeV]=18931.1 direction=(0.645843,0.61702,0.449637) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.889011 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 124 projectile=lambda Ekin[MeV]=4031.89 direction=(0.584818,0.394757,0.708629) material=G4_Al + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 125 projectile=anti_neutron Ekin[MeV]=7281.68 direction=(0.49864,0.794879,0.345725) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.0283 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 126 projectile=triton Ekin[MeV]=18422.5 direction=(0.115003,0.876969,0.466583) material=G4_Pb + --> #secondaries=138 impactParameter[fm]=3.82464 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=10 + Collision 127 projectile=triton Ekin[MeV]=11860.6 direction=(0.839055,0.224533,0.495552) material=G4_W + --> #secondaries=88 impactParameter[fm]=6.85571 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=170 #NNcollisions=3 + Collision 128 projectile=sigma- Ekin[MeV]=24917 direction=(0.785282,0.433818,0.441739) material=G4_Al + --> #secondaries=23 impactParameter[fm]=1.09253 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 129 projectile=sigma+ Ekin[MeV]=18912.1 direction=(0.548388,0.430733,0.716756) material=G4_H + --> #secondaries=11 impactParameter[fm]=0.902365 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 130 projectile=B+ Ekin[MeV]=7714.49 direction=(0.72187,0.260081,0.641297) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=3.69793 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 131 projectile=sigma+ Ekin[MeV]=3036.37 direction=(0.303187,0.811045,0.500284) material=G4_C + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 132 projectile=anti_neutron Ekin[MeV]=17572.2 direction=(0.301821,0.871502,0.386507) material=G4_Al + --> #secondaries=21 impactParameter[fm]=0.976706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 133 projectile=anti_hypertriton Ekin[MeV]=27449.4 direction=(0.307077,0.717149,0.625621) material=G4_He + --> #secondaries=8 impactParameter[fm]=5.01257 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 134 projectile=hyperalpha Ekin[MeV]=27642.2 direction=(0.842433,0.405558,0.354726) material=G4_Cu +-------- WWWW ------- G4Exception-START -------- WWWW ------- + +*** ExceptionHandler is not defined *** +*** G4Exception : had012 + issued by : G4HadronicProcess:CheckResult() +Warning: Secondary with off-shell dynamic mass detected: + hypertriton, PDG mass: 2991.17, dynamic mass: 3333.71 +re-sample the interaction + Process / Model: hyperalphaInelastic / FTFP + Primary: hyperalpha (1010020040), E= 31564, target nucleus (29, 63) + +*** This is just a warning message. *** +-------- WWWW ------- G4Exception-END -------- WWWW ------- + + + --> #secondaries=69 impactParameter[fm]=2.48016 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=13 + Collision 135 projectile=xi0 Ekin[MeV]=5929.91 direction=(0.444832,0.869738,0.213728) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.54631 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 136 projectile=anti_alpha Ekin[MeV]=4469.13 direction=(0.700153,0.0203633,0.713702) material=G4_Al + --> #secondaries=21 impactParameter[fm]=3.27363 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 137 projectile=anti_proton Ekin[MeV]=26357.3 direction=(0.529391,0.483869,0.696861) material=G4_He + --> #secondaries=13 impactParameter[fm]=2.17836 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 138 projectile=D0 Ekin[MeV]=6500.13 direction=(0.601365,0.361075,0.712731) material=G4_Al + --> #secondaries=7 impactParameter[fm]=4.50946 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 139 projectile=kaon+ Ekin[MeV]=27977.6 direction=(0.399866,0.7386,0.54275) material=G4_H + --> #secondaries=11 impactParameter[fm]=0.592311 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 140 projectile=anti_xi- Ekin[MeV]=11038.3 direction=(0.587651,0.795559,0.147485) material=G4_Al + --> #secondaries=35 impactParameter[fm]=0.452399 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 141 projectile=anti_xi- Ekin[MeV]=21494.7 direction=(0.277002,0.699712,0.658539) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.552792 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 142 projectile=doublehyperH4 Ekin[MeV]=22357.8 direction=(0.42518,0.713947,0.556329) material=G4_Cu + --> #secondaries=35 impactParameter[fm]=3.29099 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=5 + Collision 143 projectile=anti_triton Ekin[MeV]=23122.7 direction=(0.250379,0.476966,0.842505) material=G4_Al + --> #secondaries=28 impactParameter[fm]=3.71323 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 144 projectile=Bs0 Ekin[MeV]=5419.67 direction=(0.129911,0.414212,0.900862) material=G4_Cu + --> #secondaries=10 impactParameter[fm]=3.82964 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 145 projectile=D- Ekin[MeV]=13289.1 direction=(0.683771,0.201657,0.701279) material=G4_Cu + --> #secondaries=22 impactParameter[fm]=2.32102 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 146 projectile=kaon0S Ekin[MeV]=18477.5 direction=(0.717122,0.121142,0.686339) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.689899 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 147 projectile=anti_alpha Ekin[MeV]=28052.3 direction=(0.778762,0.480976,0.40273) material=G4_W + --> #secondaries=32 impactParameter[fm]=7.94333 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 148 projectile=kaon+ Ekin[MeV]=10869.8 direction=(0.426042,0.638433,0.641008) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.96959 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 149 projectile=anti_alpha Ekin[MeV]=13447.5 direction=(0.668848,0.727794,0.151518) material=G4_Be + --> #secondaries=13 impactParameter[fm]=4.50309 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 150 projectile=D- Ekin[MeV]=13841.1 direction=(0.096493,0.463718,0.880712) material=G4_Al + --> #secondaries=13 impactParameter[fm]=5.0368 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 151 projectile=anti_hyperH4 Ekin[MeV]=3691.33 direction=(0.57542,0.443945,0.68688) material=G4_C + --> #secondaries=18 impactParameter[fm]=0.742214 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=4 + Collision 152 projectile=Bc+ Ekin[MeV]=11374.5 direction=(0.49971,0.672021,0.546514) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.55215 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 153 projectile=anti_doublehyperH4 Ekin[MeV]=2054.95 direction=(0.0751074,0.190773,0.978757) material=G4_W + --> #secondaries=12 impactParameter[fm]=7.61129 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 154 projectile=anti_He3 Ekin[MeV]=28669.7 direction=(0.269466,0.901533,0.338565) material=G4_Fe + --> #secondaries=36 impactParameter[fm]=4.02454 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=51 #NNcollisions=2 + Collision 155 projectile=hyperalpha Ekin[MeV]=13713.5 direction=(0.302476,0.680995,0.666899) material=G4_Fe + --> #secondaries=35 impactParameter[fm]=3.03122 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=5 + Collision 156 projectile=hyperHe5 Ekin[MeV]=12731.4 direction=(0.051235,0.507496,0.860129) material=G4_Cu + --> #secondaries=62 impactParameter[fm]=3.39311 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=47 #NNcollisions=4 + Collision 157 projectile=D0 Ekin[MeV]=25200 direction=(0.78969,0.521697,0.322835) material=G4_W + --> #secondaries=7 impactParameter[fm]=7.33737 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 158 projectile=Bc- Ekin[MeV]=12969.7 direction=(0.135407,0.588713,0.79692) material=G4_Al + --> #secondaries=12 impactParameter[fm]=1.46423 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 159 projectile=Bc- Ekin[MeV]=15901.2 direction=(0.168949,0.791111,0.587878) material=G4_Pb + --> #secondaries=59 impactParameter[fm]=4.41605 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 160 projectile=kaon0L Ekin[MeV]=7694.62 direction=(0.101721,0.661248,0.743239) material=G4_Be + --> #secondaries=11 impactParameter[fm]=2.53894 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 161 projectile=Bs0 Ekin[MeV]=24119 direction=(0.493698,0.782466,0.379485) material=G4_Al + --> #secondaries=13 impactParameter[fm]=1.91013 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 162 projectile=D- Ekin[MeV]=16644.1 direction=(0.934039,0.119963,0.336423) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=1.28328 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 163 projectile=B- Ekin[MeV]=5039.82 direction=(0.451449,0.694819,0.55984) material=G4_Pb + --> #secondaries=25 impactParameter[fm]=6.58035 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 164 projectile=anti_omega- Ekin[MeV]=29674.7 direction=(0.669247,0.513498,0.537054) material=G4_Pb + --> #secondaries=69 impactParameter[fm]=6.067 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=5 + Collision 165 projectile=D0 Ekin[MeV]=1223.18 direction=(0.116843,0.199572,0.972892) material=G4_Pb + --> #secondaries=13 impactParameter[fm]=1.65227 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 166 projectile=anti_hyperHe5 Ekin[MeV]=3718.35 direction=(0.699397,0.00948948,0.714671) material=G4_Pb + --> #secondaries=78 impactParameter[fm]=6.36018 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 167 projectile=omega_b- Ekin[MeV]=1623.94 direction=(0.4949,0.636007,0.592089) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.10463 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 168 projectile=anti_hyperalpha Ekin[MeV]=4404.77 direction=(0.394477,0.656601,0.642855) material=G4_C + --> #secondaries=19 impactParameter[fm]=2.6738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 169 projectile=proton Ekin[MeV]=13793.3 direction=(0.0161457,0.720278,0.693497) material=G4_W + --> #secondaries=53 impactParameter[fm]=6.7384 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=3 + Collision 170 projectile=Bc+ Ekin[MeV]=23559.4 direction=(0.906613,0.108073,0.407889) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.3971 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 171 projectile=pi- Ekin[MeV]=25623.2 direction=(0.149143,0.734156,0.662398) material=G4_C + --> #secondaries=13 impactParameter[fm]=3.29096 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 172 projectile=anti_sigma+ Ekin[MeV]=21649.3 direction=(0.540872,0.839291,0.0552157) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=5.2246 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 173 projectile=pi+ Ekin[MeV]=24163.4 direction=(0.529055,0.198587,0.825024) material=G4_Si + --> #secondaries=16 impactParameter[fm]=2.75295 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 174 projectile=Bc+ Ekin[MeV]=10599.4 direction=(0.84109,0.518036,0.155586) material=G4_Ar + --> #secondaries=5 impactParameter[fm]=4.18273 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 175 projectile=anti_He3 Ekin[MeV]=18281.4 direction=(0.704737,0.433667,0.561497) material=G4_Be + --> #secondaries=28 impactParameter[fm]=2.32002 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=5 + Collision 176 projectile=D+ Ekin[MeV]=12922.3 direction=(0.644613,0.488733,0.587889) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=2.82969 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=56 #NNcollisions=0 + Collision 177 projectile=hyperalpha Ekin[MeV]=22114.2 direction=(0.273081,0.402186,0.873884) material=G4_Be + --> #secondaries=14 impactParameter[fm]=3.06021 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 178 projectile=omega_c0 Ekin[MeV]=9322.99 direction=(0.685699,0.0683756,0.724667) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.68665 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 179 projectile=anti_omega_c0 Ekin[MeV]=26581.8 direction=(0.95957,0.181844,0.214843) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.494964 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 180 projectile=xi_c+ Ekin[MeV]=4937.75 direction=(0.155732,0.987582,0.020697) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.24421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 181 projectile=anti_hyperHe5 Ekin[MeV]=26536.5 direction=(0.602691,0.508059,0.615337) material=G4_He + --> #secondaries=9 impactParameter[fm]=4.45643 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 182 projectile=doublehyperdoubleneutron Ekin[MeV]=11034.1 direction=(0.250993,0.621888,0.741793) material=G4_Be + --> #secondaries=12 impactParameter[fm]=2.31255 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 183 projectile=doublehyperdoubleneutron Ekin[MeV]=10438.3 direction=(0.582582,0.787218,0.202203) material=G4_W + --> #secondaries=59 impactParameter[fm]=5.23098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=173 #NNcollisions=5 + Collision 184 projectile=Ds+ Ekin[MeV]=17095.4 direction=(0.0721733,0.881673,0.466309) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.74637 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 185 projectile=anti_hyperH4 Ekin[MeV]=9867.92 direction=(0.485856,0.872676,0.0487932) material=G4_He + --> #secondaries=11 impactParameter[fm]=0.549616 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=2 + Collision 186 projectile=anti_xi0 Ekin[MeV]=14760.8 direction=(0.489942,0.533469,0.689469) material=G4_Al + --> #secondaries=17 impactParameter[fm]=3.25898 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 187 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=19608.7 direction=(0.107149,0.981837,0.156574) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.70066 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 188 projectile=xi- Ekin[MeV]=13306.6 direction=(0.192157,0.539037,0.82007) material=G4_Ar + --> #secondaries=24 impactParameter[fm]=3.12402 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 189 projectile=anti_xi_b- Ekin[MeV]=27179 direction=(0.211727,0.970649,0.114069) material=G4_W + --> #secondaries=27 impactParameter[fm]=6.65437 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 190 projectile=xi_b- Ekin[MeV]=13118.1 direction=(0.790111,0.609781,0.0623814) material=G4_Si + --> #secondaries=17 impactParameter[fm]=3.49068 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 191 projectile=anti_lambda_c+ Ekin[MeV]=28971 direction=(0.106596,0.646645,0.755306) material=G4_W + --> #secondaries=19 impactParameter[fm]=7.73257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 192 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=4635.11 direction=(0.537648,0.391899,0.746559) material=G4_Be + --> #secondaries=19 impactParameter[fm]=2.39294 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 193 projectile=D0 Ekin[MeV]=15058.2 direction=(0.799787,0.509799,0.316933) material=G4_Ar + --> #secondaries=12 impactParameter[fm]=4.36514 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 194 projectile=anti_omega- Ekin[MeV]=5855.22 direction=(0.0870204,0.11902,0.989071) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=3.12154 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 195 projectile=xi0 Ekin[MeV]=4683.71 direction=(0.588845,0.20125,0.78279) material=G4_Si + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 196 projectile=anti_deuteron Ekin[MeV]=12711.2 direction=(0.837409,0.53143,0.127782) material=G4_Be + --> #secondaries=17 impactParameter[fm]=1.08445 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=3 + Collision 197 projectile=B+ Ekin[MeV]=14092.3 direction=(0.845656,0.323769,0.424311) material=G4_Si + --> #secondaries=8 impactParameter[fm]=0.279378 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 198 projectile=anti_doublehyperH4 Ekin[MeV]=15731.4 direction=(0.737331,0.322446,0.593608) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.18196 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 199 projectile=omega- Ekin[MeV]=23194 direction=(0.625111,0.019921,0.780282) material=G4_Pb + --> #secondaries=78 impactParameter[fm]=3.97892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=5 + Collision 200 projectile=He3 Ekin[MeV]=6472.46 direction=(0.578773,0.560613,0.592228) material=G4_H --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 222 projectile=anti_neutron Ekin[MeV]=25532.8 direction=(0.342835,0.795989,0.498864) material=G4_W - --> #secondaries=43 impactParameter[fm]=6.36677 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 223 projectile=kaon- Ekin[MeV]=24872 direction=(0.580839,0.676343,0.452974) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.10066 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 224 projectile=deuteron Ekin[MeV]=28144.2 direction=(0.493519,0.572463,0.654771) material=G4_Fe - --> #secondaries=43 impactParameter[fm]=3.4525 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 225 projectile=anti_alpha Ekin[MeV]=22390.8 direction=(0.0573046,0.801554,0.59517) material=G4_H - --> #secondaries=10 impactParameter[fm]=2.48299 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 226 projectile=anti_omega_b- Ekin[MeV]=1826.21 direction=(0.337035,0.863839,0.374418) material=G4_C - --> #secondaries=9 impactParameter[fm]=1.09963 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=0 - Collision 227 projectile=D- Ekin[MeV]=3696.38 direction=(0.889628,0.45626,0.019726) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=5.83433 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=0 - Collision 228 projectile=anti_proton Ekin[MeV]=12029.3 direction=(0.582298,0.731481,0.354775) material=G4_Be - --> #secondaries=14 impactParameter[fm]=1.29455 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 229 projectile=anti_lambda_b Ekin[MeV]=5238.85 direction=(0.611097,0.56634,0.55301) material=G4_Be - --> #secondaries=4 impactParameter[fm]=1.2515 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 230 projectile=hypertriton Ekin[MeV]=8031.64 direction=(0.86851,0.301106,0.393733) material=G4_Pb - --> #secondaries=119 impactParameter[fm]=2.49401 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 - Collision 231 projectile=anti_hyperHe5 Ekin[MeV]=12120.3 direction=(0.0702757,0.642014,0.763465) material=G4_Al - --> #secondaries=25 impactParameter[fm]=5.19483 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 232 projectile=neutron Ekin[MeV]=11370.1 direction=(0.725872,0.671096,0.150796) material=G4_Al - --> #secondaries=29 impactParameter[fm]=1.27553 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=4 - Collision 233 projectile=lambda_c+ Ekin[MeV]=25273.4 direction=(0.81333,0.492761,0.309322) material=G4_Cu - --> #secondaries=37 impactParameter[fm]=2.39501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 234 projectile=anti_proton Ekin[MeV]=21810.5 direction=(0.209378,0.601775,0.770732) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.993755 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 235 projectile=anti_omega_b- Ekin[MeV]=27318.2 direction=(0.189332,0.757031,0.625346) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.74379 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 236 projectile=D+ Ekin[MeV]=21805.8 direction=(0.319205,0.366068,0.874129) material=G4_Al - --> #secondaries=22 impactParameter[fm]=0.735876 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 237 projectile=xi- Ekin[MeV]=29288.8 direction=(0.666089,0.590134,0.456144) material=G4_C - --> #secondaries=17 impactParameter[fm]=2.1435 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 238 projectile=anti_xi- Ekin[MeV]=6787.81 direction=(0.596543,0.766737,0.237171) material=G4_Cu - --> #secondaries=53 impactParameter[fm]=1.81561 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=4 - Collision 239 projectile=xi_c0 Ekin[MeV]=14110.3 direction=(0.427908,0.821068,0.377812) material=G4_Ar - --> #secondaries=32 impactParameter[fm]=1.5969 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 240 projectile=pi- Ekin[MeV]=6229.02 direction=(0.646707,0.385905,0.657912) material=G4_Cu - --> #secondaries=8 impactParameter[fm]=4.04502 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 241 projectile=lambda_b Ekin[MeV]=27339.3 direction=(0.751544,0.461952,0.470938) material=G4_Be - --> #secondaries=4 impactParameter[fm]=4.71019 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 242 projectile=anti_hyperH4 Ekin[MeV]=3125.02 direction=(0.879842,0.106006,0.463293) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.723714 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 243 projectile=B+ Ekin[MeV]=18040.1 direction=(0.52955,0.466921,0.70821) material=G4_C - --> #secondaries=9 impactParameter[fm]=1.49259 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 244 projectile=lambda_b Ekin[MeV]=29595.2 direction=(0.786358,0.158536,0.597082) material=G4_Ar - --> #secondaries=14 impactParameter[fm]=4.23079 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 245 projectile=xi_b0 Ekin[MeV]=24031.7 direction=(0.43287,0.290533,0.853355) material=G4_Si - --> #secondaries=23 impactParameter[fm]=2.77333 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 - Collision 246 projectile=lambda_c+ Ekin[MeV]=25479.7 direction=(0.615605,0.675827,0.405326) material=G4_Ar - --> #secondaries=28 impactParameter[fm]=1.37326 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 247 projectile=sigma- Ekin[MeV]=7042.76 direction=(0.190627,0.698157,0.6901) material=G4_W - --> #secondaries=74 impactParameter[fm]=4.44566 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=3 - Collision 248 projectile=anti_B0 Ekin[MeV]=24925.7 direction=(0.606546,0.608722,0.511429) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.87638 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 249 projectile=anti_lambda_c+ Ekin[MeV]=1411.22 direction=(0.605893,0.602276,0.519766) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=3.71232 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 250 projectile=omega_c0 Ekin[MeV]=5329.88 direction=(0.651717,0.730833,0.202852) material=G4_Al - --> #secondaries=5 impactParameter[fm]=5.64359 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 251 projectile=hyperH4 Ekin[MeV]=9554.76 direction=(0.708313,0.654143,0.265311) material=G4_C - --> #secondaries=15 impactParameter[fm]=3.48843 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 252 projectile=B0 Ekin[MeV]=8653.87 direction=(0.213853,0.96884,0.124963) material=G4_Pb - --> #secondaries=21 impactParameter[fm]=3.86821 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 253 projectile=xi_b- Ekin[MeV]=27288.7 direction=(0.664612,0.452737,0.594407) material=G4_He - --> #secondaries=8 impactParameter[fm]=1.60224 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 254 projectile=anti_xi_b- Ekin[MeV]=1591.46 direction=(0.816142,0.30361,0.491664) material=G4_Si - --> #secondaries=7 impactParameter[fm]=3.26771 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 255 projectile=xi_b- Ekin[MeV]=9863.04 direction=(0.93241,0.16215,0.322984) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.09704 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 256 projectile=doublehyperH4 Ekin[MeV]=28248.1 direction=(0.570113,0.780413,0.256761) material=G4_W - --> #secondaries=43 impactParameter[fm]=7.50812 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=178 #NNcollisions=5 - Collision 257 projectile=B0 Ekin[MeV]=10778.6 direction=(0.116961,0.829442,0.546211) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=0.46293 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 258 projectile=anti_omega- Ekin[MeV]=19451.6 direction=(0.618909,0.694834,0.366274) material=G4_Pb - --> #secondaries=12 impactParameter[fm]=8.54004 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 259 projectile=xi0 Ekin[MeV]=19594.7 direction=(0.451358,0.801842,0.391568) material=G4_Si - --> #secondaries=7 impactParameter[fm]=5.20444 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 260 projectile=xi_c0 Ekin[MeV]=27926.3 direction=(0.735321,0.373751,0.565343) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.856296 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 261 projectile=anti_B0 Ekin[MeV]=11300.1 direction=(0.687045,0.42129,0.592017) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.22501 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 262 projectile=anti_alpha Ekin[MeV]=6013.78 direction=(0.800187,0.473767,0.367756) material=G4_Fe - --> #secondaries=47 impactParameter[fm]=4.96634 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=5 - Collision 263 projectile=omega- Ekin[MeV]=13670.5 direction=(0.334201,0.562189,0.756474) material=G4_Al - --> #secondaries=22 impactParameter[fm]=1.50501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=2 - Collision 264 projectile=lambda_b Ekin[MeV]=10488.3 direction=(0.847358,0.51226,0.139906) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.79074 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 265 projectile=hypertriton Ekin[MeV]=22048.1 direction=(0.636186,0.554651,0.536311) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.36673 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 266 projectile=hyperHe5 Ekin[MeV]=18805.4 direction=(0.563878,0.824345,0.0499743) material=G4_He - --> #secondaries=10 impactParameter[fm]=2.52628 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 267 projectile=anti_hyperalpha Ekin[MeV]=24255.8 direction=(0.669109,0.182745,0.720346) material=G4_Pb - --> #secondaries=82 impactParameter[fm]=4.76874 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=5 - Collision 268 projectile=lambda_b Ekin[MeV]=14966.9 direction=(0.779469,0.207858,0.590951) material=G4_Si - --> #secondaries=10 impactParameter[fm]=2.44596 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 269 projectile=xi0 Ekin[MeV]=29191.7 direction=(0.941033,0.338149,0.0106006) material=G4_Fe - --> #secondaries=49 impactParameter[fm]=1.45222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=3 - Collision 270 projectile=anti_xi_c+ Ekin[MeV]=15081.3 direction=(0.491722,0.86817,0.0670108) material=G4_Fe - --> #secondaries=31 impactParameter[fm]=2.37324 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=2 - Collision 271 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=6259.21 direction=(0.114683,0.769854,0.627831) material=G4_Al - --> #secondaries=30 impactParameter[fm]=4.21566 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=3 - Collision 272 projectile=anti_Bs0 Ekin[MeV]=25766.2 direction=(0.309685,0.267461,0.912447) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=4.29213 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 273 projectile=anti_sigma+ Ekin[MeV]=12191.6 direction=(0.199089,0.822482,0.53281) material=G4_Si - --> #secondaries=10 impactParameter[fm]=2.30269 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 274 projectile=pi- Ekin[MeV]=10594.1 direction=(0.769901,0.573976,0.278934) material=G4_He - --> #secondaries=11 impactParameter[fm]=1.28678 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 275 projectile=pi- Ekin[MeV]=25836.9 direction=(0.623005,0.0905953,0.776954) material=G4_Si - --> #secondaries=34 impactParameter[fm]=1.66977 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=4 - Collision 276 projectile=D0 Ekin[MeV]=3758.6 direction=(0.165654,0.978703,0.121242) material=G4_Fe - --> #secondaries=8 impactParameter[fm]=4.02221 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 277 projectile=anti_omega- Ekin[MeV]=22337.4 direction=(0.67278,0.668507,0.316962) material=G4_Si - --> #secondaries=21 impactParameter[fm]=3.03199 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 278 projectile=anti_xi0 Ekin[MeV]=9452.23 direction=(0.593965,0.653302,0.46947) material=G4_Fe - --> #secondaries=37 impactParameter[fm]=2.24162 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 279 projectile=D+ Ekin[MeV]=10521.4 direction=(0.602018,0.376696,0.704042) material=G4_Ar - --> #secondaries=7 impactParameter[fm]=4.51911 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 280 projectile=hyperHe5 Ekin[MeV]=14005.5 direction=(0.907856,0.172999,0.381929) material=G4_C - --> #secondaries=14 impactParameter[fm]=3.45137 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 281 projectile=kaon0L Ekin[MeV]=3222.95 direction=(0.251755,0.0834426,0.964187) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 282 projectile=Bc- Ekin[MeV]=19725.9 direction=(0.659559,0.62448,0.418339) material=G4_Si - --> #secondaries=8 impactParameter[fm]=1.69559 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 283 projectile=anti_omega- Ekin[MeV]=24181.2 direction=(0.518676,0.656393,0.547835) material=G4_Al - --> #secondaries=18 impactParameter[fm]=2.85809 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 284 projectile=xi_b0 Ekin[MeV]=13425.7 direction=(0.785139,0.540171,0.302938) material=G4_Si - --> #secondaries=15 impactParameter[fm]=3.47057 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 285 projectile=anti_lambda Ekin[MeV]=7155.22 direction=(0.616197,0.580717,0.532042) material=G4_W - --> #secondaries=55 impactParameter[fm]=4.63589 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 286 projectile=alpha Ekin[MeV]=4569.25 direction=(0.669433,0.708719,0.222658) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 287 projectile=anti_xi- Ekin[MeV]=21012.6 direction=(0.631006,0.359794,0.687298) material=G4_C - --> #secondaries=17 impactParameter[fm]=0.809698 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 288 projectile=deuteron Ekin[MeV]=27287.5 direction=(0.224516,0.800809,0.555245) material=G4_He - --> #secondaries=17 impactParameter[fm]=1.59406 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=3 - Collision 289 projectile=lambda_b Ekin[MeV]=10742 direction=(0.63393,0.286594,0.71833) material=G4_C - --> #secondaries=13 impactParameter[fm]=0.278832 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=3 - Collision 290 projectile=hyperHe5 Ekin[MeV]=11509.9 direction=(0.740688,0.660321,0.123924) material=G4_W - --> #secondaries=23 impactParameter[fm]=7.29685 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 291 projectile=hyperalpha Ekin[MeV]=17282 direction=(0.452843,0.301228,0.839163) material=G4_He - --> #secondaries=15 impactParameter[fm]=0.687158 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=4 - Collision 292 projectile=anti_doublehyperH4 Ekin[MeV]=1551.93 direction=(0.0979343,0.678628,0.727923) material=G4_Al - --> #secondaries=25 impactParameter[fm]=4.83977 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=4 - Collision 293 projectile=anti_doublehyperH4 Ekin[MeV]=6440.12 direction=(0.467807,0.0855043,0.879685) material=G4_Al - --> #secondaries=21 impactParameter[fm]=3.55755 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 294 projectile=anti_triton Ekin[MeV]=12939.9 direction=(0.0981703,0.915557,0.390023) material=G4_Fe - --> #secondaries=31 impactParameter[fm]=4.51432 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=4 - Collision 295 projectile=doublehyperdoubleneutron Ekin[MeV]=17856.9 direction=(0.0193112,0.687847,0.725599) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.85363 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 296 projectile=anti_neutron Ekin[MeV]=26798.7 direction=(0.611949,0.597104,0.518638) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.48956 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 297 projectile=omega_b- Ekin[MeV]=23612.1 direction=(0.69861,0.60748,0.378037) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.579751 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 298 projectile=anti_He3 Ekin[MeV]=3487.53 direction=(0.189696,0.735899,0.649976) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=4.99752 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=54 #NNcollisions=0 - Collision 299 projectile=Bc+ Ekin[MeV]=16932.6 direction=(0.041831,0.973121,0.226462) material=G4_Be - --> #secondaries=5 impactParameter[fm]=1.71446 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 300 projectile=anti_omega_c0 Ekin[MeV]=29432.4 direction=(0.270741,0.380246,0.884371) material=G4_Fe - --> #secondaries=27 impactParameter[fm]=2.57683 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 List of produced secondaries: - j=0 anti_omega_c0 p=(5023.31,6536.34,16118.818304.1) MeV - j=1 neutron p=(-259.418,150.948,642.8541177.34) MeV - j=2 pi0 p=(235.681,348.715,430.902617.287) MeV - j=3 proton p=(166.637,-180.926,-383.1171042.9) MeV - j=4 proton p=(316.745,-81.4845,-152.7361005.31) MeV - j=5 pi+ p=(151.348,367.736,368.355559.733) MeV - j=6 neutron p=(635.524,-33.3372,714.7391341.13) MeV - j=7 pi0 p=(195.367,43.7556,186.676305.204) MeV - j=8 pi- p=(160.012,918.776,2561.682729.73) MeV - j=9 pi0 p=(-23.0621,87.1391,442.72471.535) MeV - j=10 pi+ p=(861.479,652.09,2894.73092.92) MeV - j=11 pi- p=(42.2489,165.05,168.469277.287) MeV - j=12 pi0 p=(795.65,1451.49,2184.222743.88) MeV - j=13 pi+ p=(433.482,1213.74,1320.291850.33) MeV - j=14 neutron p=(63.8485,-198.98,-180.466979.296) MeV - j=15 proton p=(-139.214,331.411,326.2151056.4) MeV - j=16 K41 p=(133.313,566.872,781.27738158.4) MeV - j=17 proton p=(59.8074,-108.83,-145.096957.511) MeV - j=18 neutron p=(-114.764,-46.5117,35.2954948.348) MeV - j=19 proton p=(-64.0062,-59.5826,65.9586944.644) MeV - j=20 proton p=(-115.032,29.4326,-37.8472946.512) MeV - j=21 neutron p=(-27.0206,35.9613,-18.2884940.819) MeV - j=22 neutron p=(76.1816,-35.7436,-31.4391943.85) MeV - j=23 neutron p=(41.6789,5.36863,32.8162941.077) MeV - j=24 neutron p=(17.1107,44.2407,-2.1939940.765) MeV - j=25 neutron p=(0.33514,-30.9559,-12.3545940.156) MeV - j=26 gamma p=(0.296772,0.534982,-0.1280030.625031) MeV - Collision 301 projectile=kaon0L Ekin[MeV]=12612.1 direction=(0.695346,0.531141,0.484132) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.57679 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 302 projectile=xi0 Ekin[MeV]=3462.23 direction=(0.658215,0.427807,0.619463) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 303 projectile=kaon+ Ekin[MeV]=17362 direction=(0.974417,0.0835423,0.208645) material=G4_Fe - --> #secondaries=21 impactParameter[fm]=3.86873 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 304 projectile=anti_lambda_b Ekin[MeV]=1787.3 direction=(0.802322,0.422194,0.421939) material=G4_Pb - --> #secondaries=38 impactParameter[fm]=2.65838 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=0 - Collision 305 projectile=B- Ekin[MeV]=6351.71 direction=(0.551728,0.520112,0.651982) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.29242 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 306 projectile=hypertriton Ekin[MeV]=27327 direction=(0.527735,0.558755,0.639757) material=G4_Ar - --> #secondaries=31 impactParameter[fm]=2.68446 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=2 - Collision 307 projectile=anti_omega- Ekin[MeV]=2381.93 direction=(0.727567,0.348912,0.590683) material=G4_Be - --> #secondaries=6 impactParameter[fm]=0.69533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=0 - Collision 308 projectile=anti_omega- Ekin[MeV]=24080.6 direction=(0.596266,0.728945,0.336311) material=G4_Al - --> #secondaries=8 impactParameter[fm]=5.69614 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 309 projectile=Bc- Ekin[MeV]=9002.38 direction=(0.157689,0.507421,0.847147) material=G4_Al - --> #secondaries=10 impactParameter[fm]=2.80088 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 310 projectile=D0 Ekin[MeV]=24096.1 direction=(0.89249,0.412558,0.182365) material=G4_Pb - --> #secondaries=36 impactParameter[fm]=6.74432 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 311 projectile=omega_c0 Ekin[MeV]=25789.6 direction=(0.535184,0.168683,0.827722) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=2.72062 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 312 projectile=anti_omega_b- Ekin[MeV]=11048.5 direction=(0.287337,0.956735,0.0457791) material=G4_Al - --> #secondaries=11 impactParameter[fm]=2.38758 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 313 projectile=anti_hyperH4 Ekin[MeV]=6586.55 direction=(0.0926892,0.733002,0.673882) material=G4_Ar - --> #secondaries=42 impactParameter[fm]=2.47365 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=4 - Collision 314 projectile=kaon0S Ekin[MeV]=6055.22 direction=(0.66577,0.606107,0.435183) material=G4_He - --> #secondaries=8 impactParameter[fm]=2.3855 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 315 projectile=anti_xi- Ekin[MeV]=21465.9 direction=(0.739853,0.447268,0.502562) material=G4_Fe - --> #secondaries=66 impactParameter[fm]=1.32615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 - Collision 316 projectile=anti_xi_b0 Ekin[MeV]=19939.9 direction=(0.209268,0.511053,0.833686) material=G4_Pb - --> #secondaries=21 impactParameter[fm]=6.97305 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=1 - Collision 317 projectile=kaon- Ekin[MeV]=7619.98 direction=(0.724716,0.0300458,0.688392) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=3.32863 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 318 projectile=xi- Ekin[MeV]=19964.4 direction=(0.158522,0.0420416,0.98646) material=G4_Ar - --> #secondaries=30 impactParameter[fm]=0.189837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 319 projectile=B+ Ekin[MeV]=23214.8 direction=(0.232352,0.7167,0.657536) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.677833 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 320 projectile=anti_lambda_b Ekin[MeV]=14754.7 direction=(0.0123008,0.782617,0.622382) material=G4_Be - --> #secondaries=6 impactParameter[fm]=3.14219 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 321 projectile=anti_omega- Ekin[MeV]=28592.6 direction=(0.695924,0.717927,0.0164549) material=G4_Al - --> #secondaries=28 impactParameter[fm]=0.661566 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 322 projectile=alpha Ekin[MeV]=15168.5 direction=(0.284995,0.13953,0.948319) material=G4_Al + j=0 neutron p=(1214.19,1021.1,1621.22455.2) MeV + j=1 neutron p=(1438.92,1181.09,1195.512403.64) MeV + j=2 pi0 p=(230.522,614.251,579.864885.949) MeV + j=3 pi0 p=(227.554,387.757,489.433678.159) MeV + j=4 proton p=(1232.68,467.039,844.0491824.94) MeV + j=5 pi+ p=(313.427,384.556,214.652558.278) MeV + j=6 proton p=(462.361,903.223,293.9721412.93) MeV + Collision 201 projectile=hyperHe5 Ekin[MeV]=26523 direction=(0.55533,0.411707,0.722569) material=G4_Si + --> #secondaries=14 impactParameter[fm]=6.35383 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 202 projectile=B- Ekin[MeV]=28793.6 direction=(0.600107,0.110977,0.792184) material=G4_Cu + --> #secondaries=24 impactParameter[fm]=4.65808 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 203 projectile=D+ Ekin[MeV]=18754.8 direction=(0.613968,0.758463,0.218579) material=G4_Al + --> #secondaries=8 impactParameter[fm]=3.12376 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 204 projectile=anti_lambda Ekin[MeV]=11916.1 direction=(0.493688,0.419042,0.762021) material=G4_Pb + --> #secondaries=42 impactParameter[fm]=6.27238 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 205 projectile=anti_He3 Ekin[MeV]=3723.63 direction=(0.75849,0.596333,0.262829) material=G4_Ar + --> #secondaries=40 impactParameter[fm]=2.09729 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=3 + Collision 206 projectile=B0 Ekin[MeV]=1427.62 direction=(0.334941,0.942207,0.0077265) material=G4_Si + --> #secondaries=7 impactParameter[fm]=1.73168 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 207 projectile=anti_xi- Ekin[MeV]=14490.8 direction=(0.540854,0.837932,0.0731258) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.31843 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 208 projectile=deuteron Ekin[MeV]=9274.93 direction=(0.00787251,0.625983,0.779797) material=G4_H + --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 209 projectile=anti_proton Ekin[MeV]=13345.9 direction=(0.787004,0.233286,0.571141) material=G4_Cu + --> #secondaries=37 impactParameter[fm]=3.14047 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 210 projectile=anti_hypertriton Ekin[MeV]=20754 direction=(0.696401,0.00385613,0.717643) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.971805 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 211 projectile=omega- Ekin[MeV]=21157.4 direction=(0.347547,0.316714,0.882555) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.62398 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 212 projectile=pi+ Ekin[MeV]=14480.6 direction=(0.607101,0.746373,0.272681) material=G4_Pb + --> #secondaries=38 impactParameter[fm]=7.85236 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 213 projectile=xi_c0 Ekin[MeV]=16064.2 direction=(0.566135,0.175705,0.805369) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.70251 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 214 projectile=pi+ Ekin[MeV]=21523.3 direction=(0.0756504,0.922461,0.378607) material=G4_C + --> #secondaries=20 impactParameter[fm]=0.897764 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 215 projectile=anti_xi_c0 Ekin[MeV]=7404.33 direction=(0.348788,0.90543,0.241956) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.39092 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 216 projectile=anti_triton Ekin[MeV]=2816.85 direction=(0.780646,0.132102,0.610853) material=G4_Pb + --> #secondaries=73 impactParameter[fm]=6.65565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=3 + Collision 217 projectile=proton Ekin[MeV]=17953 direction=(0.581998,0.165168,0.79624) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.12805 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 218 projectile=anti_omega- Ekin[MeV]=6633.64 direction=(0.0815329,0.7828,0.616909) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.31931 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 219 projectile=D0 Ekin[MeV]=26791.2 direction=(0.295467,0.089883,0.951115) material=G4_Cu + --> #secondaries=43 impactParameter[fm]=1.64006 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=59 #NNcollisions=3 + Collision 220 projectile=anti_Bs0 Ekin[MeV]=10783 direction=(0.668909,0.0184759,0.743115) material=G4_Pb + --> #secondaries=8 impactParameter[fm]=6.78914 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 221 projectile=sigma- Ekin[MeV]=13191.5 direction=(0.63663,0.328812,0.697557) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.00811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 222 projectile=lambda_c+ Ekin[MeV]=9011.76 direction=(0.791191,0.0320577,0.610729) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=3.97848 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 223 projectile=B+ Ekin[MeV]=14636.6 direction=(0.756399,0.319035,0.571031) material=G4_Cu + --> #secondaries=22 impactParameter[fm]=3.83373 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 224 projectile=anti_hyperalpha Ekin[MeV]=8790.03 direction=(0.0370396,0.994931,0.0934849) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=3.91598 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=40 #NNcollisions=1 + Collision 225 projectile=B+ Ekin[MeV]=27032.5 direction=(0.443659,0.0339123,0.895554) material=G4_He + --> #secondaries=8 impactParameter[fm]=0.446122 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 226 projectile=xi_c+ Ekin[MeV]=3064.08 direction=(0.917723,0.299515,0.260913) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.32475 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 227 projectile=doublehyperdoubleneutron Ekin[MeV]=19577.5 direction=(0.799683,0.576037,0.169375) material=G4_Fe + --> #secondaries=49 impactParameter[fm]=2.34807 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=4 + Collision 228 projectile=omega_c0 Ekin[MeV]=22912.9 direction=(0.308383,0.635329,0.707995) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.26787 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 229 projectile=D- Ekin[MeV]=8665.03 direction=(0.682985,0.29336,0.668933) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.28681 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 230 projectile=hyperH4 Ekin[MeV]=12677.9 direction=(0.994044,0.0649914,0.0874771) material=G4_Si + --> #secondaries=29 impactParameter[fm]=1.97613 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=20 #NNcollisions=4 + Collision 231 projectile=Ds+ Ekin[MeV]=3532.5 direction=(0.524499,0.822407,0.220336) material=G4_Al + --> #secondaries=8 impactParameter[fm]=2.7793 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 232 projectile=kaon+ Ekin[MeV]=17462.8 direction=(0.539277,0.471132,0.698008) material=G4_He + --> #secondaries=10 impactParameter[fm]=0.359374 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 233 projectile=anti_proton Ekin[MeV]=16327.9 direction=(0.839073,0.542436,0.0414636) material=G4_Pb + --> #secondaries=16 impactParameter[fm]=5.41363 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 234 projectile=xi- Ekin[MeV]=16262 direction=(0.392019,0.86817,0.304306) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.62611 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 235 projectile=Bs0 Ekin[MeV]=27660.8 direction=(0.388,0.913435,0.12285) material=G4_Si + --> #secondaries=6 impactParameter[fm]=2.4023 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 236 projectile=anti_xi_c+ Ekin[MeV]=16432.7 direction=(0.193669,0.925355,0.325898) material=G4_Pb + --> #secondaries=59 impactParameter[fm]=3.95086 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=2 + Collision 237 projectile=D- Ekin[MeV]=16444.7 direction=(0.688364,0.721597,0.0738497) material=G4_Si + --> #secondaries=12 impactParameter[fm]=3.16206 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 238 projectile=triton Ekin[MeV]=27680.1 direction=(0.151808,0.684267,0.713255) material=G4_Al + --> #secondaries=21 impactParameter[fm]=3.39267 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=3 + Collision 239 projectile=anti_lambda_c+ Ekin[MeV]=22158.4 direction=(0.412794,0.910127,0.0356263) material=G4_Pb + --> #secondaries=99 impactParameter[fm]=2.48034 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=5 + Collision 240 projectile=lambda_c+ Ekin[MeV]=11660.9 direction=(0.160054,0.796345,0.583281) material=G4_Pb + --> #secondaries=50 impactParameter[fm]=6.80761 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 241 projectile=xi_b- Ekin[MeV]=23974.8 direction=(0.204569,0.925464,0.318854) material=G4_Si + --> #secondaries=23 impactParameter[fm]=3.47023 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 242 projectile=deuteron Ekin[MeV]=2127.13 direction=(0.741835,0.367964,0.560609) material=G4_H + --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 243 projectile=anti_sigma- Ekin[MeV]=20074.1 direction=(0.0794043,0.921491,0.380197) material=G4_Al + --> #secondaries=15 impactParameter[fm]=3.43282 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 244 projectile=anti_xi_b0 Ekin[MeV]=10300.5 direction=(0.700806,0.620072,0.352677) material=G4_Fe + --> #secondaries=9 impactParameter[fm]=4.38159 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 245 projectile=anti_neutron Ekin[MeV]=3807.94 direction=(0.57461,0.818201,0.0192714) material=G4_Fe + --> #secondaries=13 impactParameter[fm]=5.09692 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 246 projectile=xi_c0 Ekin[MeV]=17683.7 direction=(0.411102,0.607621,0.679553) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.92582 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 247 projectile=anti_deuteron Ekin[MeV]=3813.9 direction=(0.889605,0.456233,0.0213327) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=3.17387 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 248 projectile=anti_xi_b- Ekin[MeV]=6021.63 direction=(0.665899,0.654283,0.358459) material=G4_W + --> #secondaries=25 impactParameter[fm]=6.15585 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 249 projectile=anti_B0 Ekin[MeV]=26113.6 direction=(0.669605,0.657354,0.345709) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=3.438 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 250 projectile=anti_xi_b- Ekin[MeV]=6752.86 direction=(0.642197,0.310665,0.700764) material=G4_Be + --> #secondaries=7 impactParameter[fm]=0.562753 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 251 projectile=anti_xi0 Ekin[MeV]=6405.89 direction=(0.725349,0.366286,0.582841) material=G4_Pb + --> #secondaries=79 impactParameter[fm]=5.74926 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 252 projectile=anti_He3 Ekin[MeV]=6664.39 direction=(0.464011,0.582765,0.667142) material=G4_Cu + --> #secondaries=63 impactParameter[fm]=1.86164 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=4 + Collision 253 projectile=D0 Ekin[MeV]=27484.3 direction=(0.991889,0.0692913,0.106558) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.855703 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 254 projectile=hyperHe5 Ekin[MeV]=6931.39 direction=(0.430455,0.528414,0.73177) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=5.30892 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 255 projectile=He3 Ekin[MeV]=8210.68 direction=(0.394413,0.804088,0.444838) material=G4_Al --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 323 projectile=anti_xi_c0 Ekin[MeV]=4691.77 direction=(0.876008,0.456981,0.154205) material=G4_Ar - --> #secondaries=30 impactParameter[fm]=1.68727 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=1 - Collision 324 projectile=lambda Ekin[MeV]=26646.3 direction=(0.659241,0.0748832,0.748194) material=G4_Ar - --> #secondaries=44 impactParameter[fm]=2.2391 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 - Collision 325 projectile=He3 Ekin[MeV]=21205.1 direction=(0.20378,0.925295,0.319848) material=G4_W - --> #secondaries=40 impactParameter[fm]=7.97093 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 326 projectile=anti_xi_b0 Ekin[MeV]=17444 direction=(0.396,0.660878,0.637514) material=G4_Al - --> #secondaries=22 impactParameter[fm]=2.53019 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 327 projectile=Bc+ Ekin[MeV]=23522.6 direction=(0.652517,0.757694,0.0110103) material=G4_W - --> #secondaries=40 impactParameter[fm]=5.52196 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 328 projectile=Bc+ Ekin[MeV]=26051.9 direction=(0.790537,0.246563,0.560587) material=G4_Si - --> #secondaries=8 impactParameter[fm]=2.84678 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 329 projectile=hyperH4 Ekin[MeV]=28662.6 direction=(0.813102,0.527068,0.247114) material=G4_Ar - --> #secondaries=49 impactParameter[fm]=1.80524 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=32 #NNcollisions=12 - Collision 330 projectile=D0 Ekin[MeV]=3002.59 direction=(0.691774,0.584976,0.423382) material=G4_Cu - --> #secondaries=24 impactParameter[fm]=0.803799 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=57 #NNcollisions=1 - Collision 331 projectile=anti_omega_b- Ekin[MeV]=7811.35 direction=(0.735923,0.0821772,0.672059) material=G4_Al - --> #secondaries=9 impactParameter[fm]=1.3983 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 332 projectile=sigma- Ekin[MeV]=6461.4 direction=(0.610001,0.347956,0.711917) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=4.40273 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 333 projectile=pi- Ekin[MeV]=19920.6 direction=(0.0846067,0.39646,0.914145) material=G4_C - --> #secondaries=11 impactParameter[fm]=1.9884 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 334 projectile=anti_omega- Ekin[MeV]=28950.7 direction=(0.333456,0.477459,0.812921) material=G4_C - --> #secondaries=18 impactParameter[fm]=2.02624 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 335 projectile=anti_lambda_b Ekin[MeV]=3870.19 direction=(0.938642,0.326256,0.11184) material=G4_Be - --> #secondaries=8 impactParameter[fm]=3.30268 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 336 projectile=lambda Ekin[MeV]=9312.72 direction=(0.868639,0.336942,0.363231) material=G4_Si - --> #secondaries=32 impactParameter[fm]=0.325178 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 337 projectile=anti_hyperalpha Ekin[MeV]=6244.63 direction=(0.550526,0.505943,0.664035) material=G4_He - --> #secondaries=16 impactParameter[fm]=2.36385 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=2 - Collision 338 projectile=deuteron Ekin[MeV]=12295.1 direction=(0.630446,0.653409,0.419039) material=G4_Ar - --> #secondaries=42 impactParameter[fm]=1.78501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=5 - Collision 339 projectile=anti_Bs0 Ekin[MeV]=8298.03 direction=(0.615116,0.276856,0.73823) material=G4_Si - --> #secondaries=9 impactParameter[fm]=1.25301 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 340 projectile=deuteron Ekin[MeV]=3200.65 direction=(0.657681,0.691191,0.299519) material=G4_Be - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 341 projectile=triton Ekin[MeV]=2584.76 direction=(0.760724,0.171669,0.625962) material=G4_Pb - --> #secondaries=58 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 342 projectile=D+ Ekin[MeV]=29352.7 direction=(0.428999,0.303276,0.850872) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.67947 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 343 projectile=hypertriton Ekin[MeV]=17900.4 direction=(0.823036,0.515381,0.238734) material=G4_C - --> #secondaries=24 impactParameter[fm]=0.678662 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=4 - Collision 344 projectile=anti_triton Ekin[MeV]=13897.4 direction=(0.321875,0.761844,0.562131) material=G4_Fe - --> #secondaries=47 impactParameter[fm]=3.60796 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=50 #NNcollisions=3 - Collision 345 projectile=anti_hyperalpha Ekin[MeV]=17950.9 direction=(0.243408,0.811289,0.531566) material=G4_C - --> #secondaries=22 impactParameter[fm]=2.48732 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=3 - Collision 346 projectile=xi0 Ekin[MeV]=24588.8 direction=(0.711915,0.4584,0.532022) material=G4_Si - --> #secondaries=31 impactParameter[fm]=1.25497 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 347 projectile=anti_hypertriton Ekin[MeV]=24352.8 direction=(0.163012,0.538497,0.826709) material=G4_H - --> #secondaries=9 impactParameter[fm]=0.681439 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 348 projectile=kaon+ Ekin[MeV]=12564.7 direction=(0.129466,0.771034,0.623494) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.78382 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 349 projectile=xi_c0 Ekin[MeV]=24204 direction=(0.659365,0.456773,0.597157) material=G4_He - --> #secondaries=6 impactParameter[fm]=0.876129 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 350 projectile=Bs0 Ekin[MeV]=11772.3 direction=(0.591704,0.526433,0.610536) material=G4_Cu - --> #secondaries=26 impactParameter[fm]=2.63464 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 351 projectile=anti_xi0 Ekin[MeV]=24503.4 direction=(0.654449,0.661142,0.366863) material=G4_Al - --> #secondaries=27 impactParameter[fm]=3.5364 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 352 projectile=pi+ Ekin[MeV]=9413.05 direction=(0.357089,0.859165,0.366501) material=G4_Pb - --> #secondaries=55 impactParameter[fm]=4.52526 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=2 - Collision 353 projectile=Ds- Ekin[MeV]=23314.4 direction=(0.728504,0.256937,0.635031) material=G4_Cu - --> #secondaries=11 impactParameter[fm]=2.64294 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=0 - Collision 354 projectile=pi+ Ekin[MeV]=26213.8 direction=(0.754837,0.23857,0.610987) material=G4_Ar - --> #secondaries=30 impactParameter[fm]=1.85575 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 355 projectile=anti_neutron Ekin[MeV]=1361.52 direction=(0.548431,0.347847,0.760412) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=2.31818 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=1 - Collision 356 projectile=hypertriton Ekin[MeV]=7540.31 direction=(0.0627242,0.983444,0.170013) material=G4_Fe - --> #secondaries=29 impactParameter[fm]=4.30246 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=1 - Collision 357 projectile=anti_hypertriton Ekin[MeV]=2454.99 direction=(0.586321,0.255265,0.768809) material=G4_Pb - --> #secondaries=62 impactParameter[fm]=7.08576 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 358 projectile=anti_Bs0 Ekin[MeV]=29640.6 direction=(0.202619,0.405999,0.891129) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.06564 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 359 projectile=Ds+ Ekin[MeV]=10993 direction=(0.364215,0.684313,0.631714) material=G4_Pb - --> #secondaries=36 impactParameter[fm]=5.55721 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 360 projectile=anti_omega- Ekin[MeV]=2200.61 direction=(0.106216,0.822901,0.558169) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.08128 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 361 projectile=anti_He3 Ekin[MeV]=10847.9 direction=(0.82277,0.530097,0.205053) material=G4_Be - --> #secondaries=22 impactParameter[fm]=1.65732 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=4 - Collision 362 projectile=anti_Bs0 Ekin[MeV]=15469.9 direction=(0.177672,0.443315,0.878581) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=4.76375 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 363 projectile=anti_neutron Ekin[MeV]=15895 direction=(0.186432,0.810827,0.5548) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=4.81722 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 364 projectile=anti_hypertriton Ekin[MeV]=11438 direction=(0.845289,0.2303,0.482129) material=G4_Ar - --> #secondaries=32 impactParameter[fm]=3.98646 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 365 projectile=anti_xi_b0 Ekin[MeV]=27679.9 direction=(0.341634,0.739439,0.5801) material=G4_He - --> #secondaries=8 impactParameter[fm]=0.509162 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 366 projectile=B- Ekin[MeV]=8487.88 direction=(0.670235,0.693037,0.26549) material=G4_Al - --> #secondaries=8 impactParameter[fm]=1.87622 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 367 projectile=anti_neutron Ekin[MeV]=12092.3 direction=(0.798917,0.294633,0.524331) material=G4_Fe - --> #secondaries=30 impactParameter[fm]=2.52813 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 368 projectile=proton Ekin[MeV]=1230.55 direction=(0.610144,0.713451,0.344546) material=G4_Be - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 369 projectile=anti_hyperHe5 Ekin[MeV]=6584.72 direction=(0.85366,0.493812,0.165571) material=G4_Be - --> #secondaries=26 impactParameter[fm]=0.646812 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=5 - Collision 370 projectile=anti_xi0 Ekin[MeV]=1935.73 direction=(0.632857,0.272259,0.724822) material=G4_Al - --> #secondaries=23 impactParameter[fm]=1.85258 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 371 projectile=anti_lambda_c+ Ekin[MeV]=23472.2 direction=(0.501676,0.290677,0.814757) material=G4_Si - --> #secondaries=16 impactParameter[fm]=2.83398 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 372 projectile=triton Ekin[MeV]=2326.43 direction=(0.527767,0.759632,0.380028) material=G4_Si - --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 373 projectile=omega_c0 Ekin[MeV]=29200.9 direction=(0.873756,0.227188,0.430041) material=G4_Pb - --> #secondaries=12 impactParameter[fm]=9.30103 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 374 projectile=hyperalpha Ekin[MeV]=13055.1 direction=(0.974286,0.169701,0.148219) material=G4_Fe - --> #secondaries=45 impactParameter[fm]=2.51741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=48 #NNcollisions=4 - Collision 375 projectile=anti_lambda Ekin[MeV]=14943 direction=(0.779503,0.306438,0.546325) material=G4_C - --> #secondaries=18 impactParameter[fm]=1.02053 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 376 projectile=hyperH4 Ekin[MeV]=10225.9 direction=(0.782649,0.582839,0.21854) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=6.50989 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=64 #NNcollisions=0 - Collision 377 projectile=doublehyperdoubleneutron Ekin[MeV]=5464.14 direction=(0.243608,0.969373,0.0311745) material=G4_C - --> #secondaries=14 impactParameter[fm]=1.69092 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 378 projectile=anti_xi_b0 Ekin[MeV]=11464.8 direction=(0.684642,0.651582,0.326659) material=G4_Ar - --> #secondaries=18 impactParameter[fm]=2.72876 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 379 projectile=xi_c0 Ekin[MeV]=20764.5 direction=(0.631752,0.7712,0.0783544) material=G4_W - --> #secondaries=20 impactParameter[fm]=5.40901 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 380 projectile=anti_Bs0 Ekin[MeV]=7399.31 direction=(0.710086,0.310441,0.631984) material=G4_W - --> #secondaries=17 impactParameter[fm]=5.35352 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 381 projectile=anti_He3 Ekin[MeV]=4117.17 direction=(0.835112,0.517118,0.187554) material=G4_Si - --> #secondaries=23 impactParameter[fm]=3.83257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=2 - Collision 382 projectile=omega- Ekin[MeV]=27738.5 direction=(0.395651,0.765345,0.507649) material=G4_Pb - --> #secondaries=59 impactParameter[fm]=5.34536 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=3 - Collision 383 projectile=triton Ekin[MeV]=11646.3 direction=(0.617946,0.466174,0.633107) material=G4_C - --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 384 projectile=D0 Ekin[MeV]=24526.1 direction=(0.436681,0.736276,0.516921) material=G4_Be - --> #secondaries=12 impactParameter[fm]=2.2037 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 385 projectile=anti_hypertriton Ekin[MeV]=15504.8 direction=(0.178833,0.913615,0.365139) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=5.94121 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=63 #NNcollisions=2 - Collision 386 projectile=hyperH4 Ekin[MeV]=12211.6 direction=(0.986558,0.0319087,0.160264) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=5.79235 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=53 #NNcollisions=2 - Collision 387 projectile=D- Ekin[MeV]=27388 direction=(0.731803,0.261965,0.629157) material=G4_Si - --> #secondaries=16 impactParameter[fm]=3.66625 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 388 projectile=pi+ Ekin[MeV]=21050.8 direction=(0.669699,0.160802,0.725014) material=G4_Pb - --> #secondaries=74 impactParameter[fm]=3.19678 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 389 projectile=anti_lambda_b Ekin[MeV]=1796.86 direction=(0.111897,0.558237,0.822102) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.925888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 390 projectile=anti_D0 Ekin[MeV]=16571 direction=(0.88659,0.0255441,0.46185) material=G4_W - --> #secondaries=57 impactParameter[fm]=4.04436 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 391 projectile=anti_xi0 Ekin[MeV]=2010.6 direction=(0.117772,0.321365,0.939603) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.947893 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 392 projectile=xi- Ekin[MeV]=10391 direction=(0.938319,0.201497,0.280992) material=G4_Al - --> #secondaries=12 impactParameter[fm]=3.38012 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 393 projectile=anti_lambda_b Ekin[MeV]=27871.6 direction=(0.162364,0.732776,0.660815) material=G4_W - --> #secondaries=63 impactParameter[fm]=4.35467 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 394 projectile=neutron Ekin[MeV]=23040.4 direction=(0.185715,0.760742,0.621918) material=G4_Ar - --> #secondaries=39 impactParameter[fm]=2.11213 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=34 #NNcollisions=5 - Collision 395 projectile=D0 Ekin[MeV]=26407.1 direction=(0.920669,0.0813444,0.381774) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.60113 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 396 projectile=anti_Bs0 Ekin[MeV]=18525.7 direction=(0.852856,0.365527,0.372863) material=G4_W - --> #secondaries=32 impactParameter[fm]=4.88061 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=1 - Collision 397 projectile=xi_b0 Ekin[MeV]=14690.2 direction=(0.452264,0.672774,0.585519) material=G4_Si - --> #secondaries=28 impactParameter[fm]=0.542841 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 398 projectile=Bs0 Ekin[MeV]=8479.09 direction=(0.261799,0.730711,0.630494) material=G4_Si - --> #secondaries=12 impactParameter[fm]=2.62299 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 399 projectile=deuteron Ekin[MeV]=28219.7 direction=(0.437817,0.40359,0.803387) material=G4_Fe - --> #secondaries=11 impactParameter[fm]=5.28802 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=53 #NNcollisions=0 - Collision 400 projectile=anti_xi_b0 Ekin[MeV]=18190.1 direction=(0.780464,0.162644,0.603675) material=G4_Al - --> #secondaries=10 impactParameter[fm]=2.11795 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 256 projectile=anti_xi_b0 Ekin[MeV]=3998.59 direction=(0.452261,0.621134,0.640041) material=G4_W + --> #secondaries=24 impactParameter[fm]=2.06666 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 257 projectile=anti_sigma+ Ekin[MeV]=20040.5 direction=(0.559208,0.563814,0.607783) material=G4_Cu + --> #secondaries=42 impactParameter[fm]=4.22333 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 + Collision 258 projectile=anti_lambda Ekin[MeV]=23172.7 direction=(0.688494,0.596738,0.412165) material=G4_He + --> #secondaries=11 impactParameter[fm]=1.5998 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 259 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=11092.2 direction=(0.183272,0.875365,0.447379) material=G4_Pb + --> #secondaries=161 impactParameter[fm]=3.63901 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 260 projectile=anti_hyperHe5 Ekin[MeV]=2671.63 direction=(0.844864,0.230616,0.482723) material=G4_C + --> #secondaries=14 impactParameter[fm]=4.48534 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 261 projectile=kaon+ Ekin[MeV]=7261.29 direction=(0.200663,0.578696,0.790472) material=G4_Si + --> #secondaries=9 impactParameter[fm]=3.65887 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=29 #NNcollisions=1 + Collision 262 projectile=anti_sigma+ Ekin[MeV]=9704.84 direction=(0.178175,0.673626,0.717274) material=G4_Cu + --> #secondaries=26 impactParameter[fm]=2.67725 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=0 + Collision 263 projectile=anti_hyperH4 Ekin[MeV]=7403.85 direction=(0.811685,0.579686,0.0716428) material=G4_Pb + --> #secondaries=101 impactParameter[fm]=3.67986 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 264 projectile=Ds+ Ekin[MeV]=17199.2 direction=(0.0998544,0.70224,0.704903) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=0.744273 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 265 projectile=anti_xi_b- Ekin[MeV]=8659.24 direction=(0.327329,0.460746,0.824966) material=G4_Pb + --> #secondaries=22 impactParameter[fm]=4.67329 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 266 projectile=sigma- Ekin[MeV]=28401.9 direction=(0.509531,0.708154,0.488769) material=G4_C + --> #secondaries=16 impactParameter[fm]=2.81124 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 267 projectile=xi0 Ekin[MeV]=9414.53 direction=(0.140146,0.297974,0.94423) material=G4_Be + --> #secondaries=5 impactParameter[fm]=1.65978 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 268 projectile=B0 Ekin[MeV]=29773.7 direction=(0.231658,0.941099,0.246308) material=G4_Al + --> #secondaries=15 impactParameter[fm]=2.06766 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 269 projectile=D+ Ekin[MeV]=15100.5 direction=(0.845373,0.534099,0.00911712) material=G4_Pb + --> #secondaries=67 impactParameter[fm]=1.75297 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 270 projectile=xi_c0 Ekin[MeV]=4759.22 direction=(0.682095,0.394871,0.615486) material=G4_H + --> #secondaries=3 impactParameter[fm]=2.03077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 271 projectile=anti_sigma- Ekin[MeV]=4086.34 direction=(0.0684141,0.993545,0.0904853) material=G4_Fe + --> #secondaries=36 impactParameter[fm]=1.52655 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 272 projectile=anti_hyperHe5 Ekin[MeV]=15931.3 direction=(0.397971,0.393771,0.828591) material=G4_W + --> #secondaries=63 impactParameter[fm]=6.04091 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 273 projectile=hypertriton Ekin[MeV]=4478.31 direction=(0.310985,0.574844,0.756864) material=G4_W + --> #secondaries=56 impactParameter[fm]=4.76503 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=171 #NNcollisions=0 + Collision 274 projectile=xi_c+ Ekin[MeV]=23959.4 direction=(0.645536,0.68992,0.327558) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.35002 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 275 projectile=sigma- Ekin[MeV]=14966.3 direction=(0.566557,0.791657,0.228674) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.40536 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 276 projectile=anti_Bs0 Ekin[MeV]=9642.7 direction=(0.726788,0.646557,0.231826) material=G4_Al + --> #secondaries=11 impactParameter[fm]=1.02535 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 277 projectile=anti_hypertriton Ekin[MeV]=16253 direction=(0.0501852,0.859862,0.508054) material=G4_W + --> #secondaries=42 impactParameter[fm]=7.40127 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=2 + Collision 278 projectile=lambda_c+ Ekin[MeV]=21498.1 direction=(0.640889,0.468169,0.608341) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.95025 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 279 projectile=anti_lambda Ekin[MeV]=15589.7 direction=(0.0210007,0.275489,0.961075) material=G4_C + --> #secondaries=16 impactParameter[fm]=1.88113 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 280 projectile=anti_D0 Ekin[MeV]=5647.92 direction=(0.119012,0.925025,0.360785) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.872387 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 281 projectile=anti_sigma+ Ekin[MeV]=11224.6 direction=(0.738381,0.0722675,0.6705) material=G4_W + --> #secondaries=54 impactParameter[fm]=5.43177 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=3 + Collision 282 projectile=anti_xi_b0 Ekin[MeV]=11491 direction=(0.994603,0.0671975,0.0790589) material=G4_Pb + --> #secondaries=41 impactParameter[fm]=4.29048 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 283 projectile=proton Ekin[MeV]=7875.85 direction=(0.976937,0.0629638,0.204031) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.68434 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 284 projectile=anti_xi- Ekin[MeV]=2017.89 direction=(0.693953,0.604044,0.391869) material=G4_He + --> #secondaries=4 impactParameter[fm]=3.07245 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 285 projectile=kaon0L Ekin[MeV]=8677.15 direction=(0.0545688,0.992877,0.105908) material=G4_Be + --> #secondaries=10 impactParameter[fm]=4.32067 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 286 projectile=anti_doublehyperH4 Ekin[MeV]=9306.81 direction=(0.382934,0.603325,0.699543) material=G4_Be + --> #secondaries=10 impactParameter[fm]=3.46551 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 287 projectile=anti_omega- Ekin[MeV]=7320.94 direction=(0.453526,0.860156,0.233337) material=G4_Fe + --> #secondaries=43 impactParameter[fm]=1.78377 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=1 + Collision 288 projectile=anti_doublehyperH4 Ekin[MeV]=1646.87 direction=(0.960525,0.278127,0.00615165) material=G4_Fe + --> #secondaries=45 impactParameter[fm]=2.861 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=4 + Collision 289 projectile=kaon+ Ekin[MeV]=5559.5 direction=(0.333313,0.806674,0.488036) material=G4_Si + --> #secondaries=16 impactParameter[fm]=2.64956 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 290 projectile=anti_triton Ekin[MeV]=21725.2 direction=(0.763822,0.233989,0.601519) material=G4_He + --> #secondaries=11 impactParameter[fm]=1.36101 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=2 + Collision 291 projectile=lambda Ekin[MeV]=28778.1 direction=(0.960482,0.278216,0.00832816) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.56506 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 292 projectile=anti_lambda_c+ Ekin[MeV]=14869.3 direction=(0.608047,0.635937,0.475252) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=3.05089 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 293 projectile=B0 Ekin[MeV]=25690.4 direction=(0.370481,0.800047,0.471877) material=G4_H + --> #secondaries=3 impactParameter[fm]=2.28443 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 294 projectile=anti_alpha Ekin[MeV]=24422.6 direction=(0.790946,0.568433,0.226469) material=G4_Al + --> #secondaries=13 impactParameter[fm]=6.93694 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 295 projectile=B+ Ekin[MeV]=15333.9 direction=(0.658138,0.122833,0.742809) material=G4_W + --> #secondaries=26 impactParameter[fm]=8.49715 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 296 projectile=anti_hyperalpha Ekin[MeV]=2846.25 direction=(0.814937,0.289853,0.50186) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=6.15053 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 297 projectile=anti_xi_b- Ekin[MeV]=9706.14 direction=(0.696314,0.436758,0.569552) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.01406 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 298 projectile=lambda_b Ekin[MeV]=25350.3 direction=(0.659655,0.329057,0.675705) material=G4_Ar + --> #secondaries=42 impactParameter[fm]=0.350414 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 + Collision 299 projectile=kaon- Ekin[MeV]=8673.81 direction=(0.733488,0.607615,0.30463) material=G4_Cu + --> #secondaries=41 impactParameter[fm]=0.799752 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=59 #NNcollisions=3 + Collision 300 projectile=anti_lambda Ekin[MeV]=1347.18 direction=(0.817072,0.286256,0.500451) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.2681 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 List of produced secondaries: - j=0 anti_sigma_b+ p=(13084,2458.33,10350.617836.2) MeV - j=1 kaon+ p=(2594.07,456.951,1166.382922.69) MeV - j=2 pi0 p=(882.514,248.855,846.5651255.25) MeV - j=3 proton p=(727.745,200.564,937.3571526.05) MeV - j=4 pi- p=(944.033,436.194,825.8561335.28) MeV - j=5 Mg24 p=(-57.8323,80.9854,40.305522336.1) MeV - j=6 neutron p=(27.6828,-24.8278,-107.809946.461) MeV - j=7 proton p=(-41.4596,-78.7022,-9.5662942.528) MeV - j=8 gamma p=(2.00014,6.22456,0.3537736.54758) MeV - j=9 gamma p=(0.248017,0.497363,-1.249581.3676) MeV - Collision 401 projectile=Ds+ Ekin[MeV]=11770 direction=(0.56429,0.515473,0.644875) material=G4_Pb - --> #secondaries=58 impactParameter[fm]=3.50024 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 402 projectile=anti_xi_b0 Ekin[MeV]=12778.1 direction=(0.0488226,0.796074,0.603226) material=G4_Ar - --> #secondaries=10 impactParameter[fm]=4.13789 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 403 projectile=kaon0S Ekin[MeV]=27571.9 direction=(0.919968,0.383254,0.0823106) material=G4_H - --> #secondaries=12 impactParameter[fm]=1.72596 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 404 projectile=hyperalpha Ekin[MeV]=24728.1 direction=(0.480513,0.87676,0.0199699) material=G4_Be - --> #secondaries=13 impactParameter[fm]=4.77925 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=3 - Collision 405 projectile=anti_B0 Ekin[MeV]=20908.4 direction=(0.230668,0.666563,0.708862) material=G4_Pb - --> #secondaries=17 impactParameter[fm]=9.1115 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 406 projectile=B- Ekin[MeV]=3217.25 direction=(0.746563,0.663438,0.0499437) material=G4_C - --> #secondaries=12 impactParameter[fm]=1.5732 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 407 projectile=lambda_c+ Ekin[MeV]=4775.69 direction=(0.693504,0.60965,0.383899) material=G4_C - --> #secondaries=4 impactParameter[fm]=3.74559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 408 projectile=Bc+ Ekin[MeV]=7771.22 direction=(0.985236,0.169931,0.0208217) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.968768 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 409 projectile=B0 Ekin[MeV]=10707.2 direction=(0.516506,0.724729,0.456058) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.94372 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 410 projectile=anti_omega_b- Ekin[MeV]=23727.8 direction=(0.07081,0.191876,0.978861) material=G4_Si - --> #secondaries=9 impactParameter[fm]=3.18087 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 411 projectile=D0 Ekin[MeV]=6017.07 direction=(0.471761,0.56791,0.674477) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.00895 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 412 projectile=xi_b- Ekin[MeV]=15585 direction=(0.0596567,0.948616,0.310754) material=G4_H - --> #secondaries=4 impactParameter[fm]=2.86272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 413 projectile=anti_lambda_c+ Ekin[MeV]=22172.5 direction=(0.0523404,0.15289,0.986856) material=G4_He - --> #secondaries=9 impactParameter[fm]=1.88738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 414 projectile=He3 Ekin[MeV]=13049.9 direction=(0.676703,0.636123,0.370702) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=6.16714 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 415 projectile=hypertriton Ekin[MeV]=21831.2 direction=(0.489984,0.375013,0.786944) material=G4_He - --> #secondaries=15 impactParameter[fm]=1.94228 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=2 - Collision 416 projectile=pi+ Ekin[MeV]=25674.4 direction=(0.364641,0.48867,0.792615) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.75547 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 417 projectile=anti_D0 Ekin[MeV]=16662.7 direction=(0.831179,0.457706,0.315667) material=G4_Ar - --> #secondaries=23 impactParameter[fm]=2.52385 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 418 projectile=xi_b- Ekin[MeV]=23351.6 direction=(0.279136,0.520972,0.806642) material=G4_C - --> #secondaries=7 impactParameter[fm]=2.21531 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 419 projectile=proton Ekin[MeV]=21332.2 direction=(0.693302,0.145848,0.705734) material=G4_C - --> #secondaries=17 impactParameter[fm]=1.97936 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 420 projectile=D+ Ekin[MeV]=24509.8 direction=(0.150188,0.221736,0.963471) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.425468 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 421 projectile=proton Ekin[MeV]=8281.73 direction=(0.573351,0.458288,0.679147) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.69891 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 422 projectile=anti_proton Ekin[MeV]=27727.8 direction=(0.626765,0.526472,0.57445) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.70047 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 423 projectile=lambda_b Ekin[MeV]=2770.36 direction=(0.306042,0.732498,0.608099) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=1.90706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=1 - Collision 424 projectile=anti_sigma- Ekin[MeV]=7959.61 direction=(0.608855,0.709503,0.354826) material=G4_Be - --> #secondaries=6 impactParameter[fm]=4.40041 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 425 projectile=kaon+ Ekin[MeV]=13425.9 direction=(0.621884,0.18223,0.761611) material=G4_Al - --> #secondaries=21 impactParameter[fm]=1.20418 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 426 projectile=lambda_b Ekin[MeV]=1985.15 direction=(0.264954,0.0965817,0.959412) material=G4_Pb - --> #secondaries=35 impactParameter[fm]=3.10911 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=1 - Collision 427 projectile=lambda_b Ekin[MeV]=18871 direction=(0.808867,0.198838,0.553352) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.33288 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 428 projectile=anti_hyperH4 Ekin[MeV]=14166.9 direction=(0.806646,0.533053,0.255295) material=G4_Si - --> #secondaries=13 impactParameter[fm]=5.4109 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 429 projectile=hyperHe5 Ekin[MeV]=5818.94 direction=(0.864399,0.487904,0.12151) material=G4_Cu - --> #secondaries=27 impactParameter[fm]=4.45285 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=0 - Collision 430 projectile=anti_triton Ekin[MeV]=21359.7 direction=(0.145552,0.0929877,0.984971) material=G4_Cu - --> #secondaries=50 impactParameter[fm]=2.48698 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=4 - Collision 431 projectile=anti_triton Ekin[MeV]=13404.6 direction=(0.420856,0.646018,0.636821) material=G4_He - --> #secondaries=11 impactParameter[fm]=1.40768 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=4 #NNcollisions=1 - Collision 432 projectile=hypertriton Ekin[MeV]=22869.3 direction=(0.0753071,0.596411,0.799139) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.72515 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 - Collision 433 projectile=D+ Ekin[MeV]=27264.1 direction=(0.690161,0.702657,0.173062) material=G4_Si - --> #secondaries=10 impactParameter[fm]=4.62886 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 434 projectile=anti_xi- Ekin[MeV]=27772.5 direction=(0.743196,0.656547,0.128868) material=G4_Cu - --> #secondaries=43 impactParameter[fm]=3.19394 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 - Collision 435 projectile=D+ Ekin[MeV]=8766.52 direction=(0.990756,0.04729,0.127144) material=G4_W - --> #secondaries=31 impactParameter[fm]=6.6278 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 436 projectile=pi- Ekin[MeV]=22388.3 direction=(0.213356,0.79592,0.56656) material=G4_Be - --> #secondaries=12 impactParameter[fm]=3.40638 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 437 projectile=Bc+ Ekin[MeV]=1646.48 direction=(0.854854,0.462757,0.234693) material=G4_Ar - --> #secondaries=7 impactParameter[fm]=1.78167 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 438 projectile=anti_xi_c0 Ekin[MeV]=22975.9 direction=(0.97497,0.187192,0.119968) material=G4_Ar - --> #secondaries=33 impactParameter[fm]=2.91027 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=1 - Collision 439 projectile=anti_hyperHe5 Ekin[MeV]=16763.2 direction=(0.695441,0.711935,0.0975252) material=G4_C - --> #secondaries=13 impactParameter[fm]=3.15904 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 440 projectile=kaon+ Ekin[MeV]=16352.4 direction=(0.680202,0.660192,0.318546) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.412822 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 441 projectile=B0 Ekin[MeV]=19149.9 direction=(0.0379923,0.263743,0.963845) material=G4_Al - --> #secondaries=5 impactParameter[fm]=2.76301 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 442 projectile=neutron Ekin[MeV]=10659.6 direction=(0.183735,0.665905,0.723057) material=G4_C - --> #secondaries=20 impactParameter[fm]=2.3933 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 443 projectile=anti_omega- Ekin[MeV]=4834.56 direction=(0.499076,0.699123,0.512006) material=G4_Al - --> #secondaries=6 impactParameter[fm]=2.97402 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 444 projectile=proton Ekin[MeV]=1784.43 direction=(0.359368,0.403039,0.841673) material=G4_H - --> #secondaries=3 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 445 projectile=doublehyperH4 Ekin[MeV]=28190.6 direction=(0.856961,0.485983,0.171575) material=G4_W - --> #secondaries=24 impactParameter[fm]=8.90228 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 446 projectile=anti_lambda Ekin[MeV]=17818.6 direction=(0.688638,0.584966,0.428476) material=G4_H - --> #secondaries=8 impactParameter[fm]=1.37344 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 447 projectile=pi- Ekin[MeV]=12767.1 direction=(0.289574,0.0494707,0.955876) material=G4_C - --> #secondaries=20 impactParameter[fm]=0.966571 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 448 projectile=proton Ekin[MeV]=10673.3 direction=(0.783904,0.60116,0.155246) material=G4_Ar - --> #secondaries=23 impactParameter[fm]=3.48548 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=2 - Collision 449 projectile=lambda Ekin[MeV]=18514.9 direction=(0.810047,0.446716,0.379827) material=G4_Fe - --> #secondaries=37 impactParameter[fm]=3.98028 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 450 projectile=anti_hypertriton Ekin[MeV]=22240.2 direction=(0.295579,0.832409,0.468751) material=G4_Cu - --> #secondaries=69 impactParameter[fm]=2.08155 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=5 - Collision 451 projectile=anti_B0 Ekin[MeV]=27066.5 direction=(0.946914,0.217362,0.23687) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=4.71441 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 452 projectile=hyperHe5 Ekin[MeV]=19617.3 direction=(0.349799,0.499258,0.792705) material=G4_Ar - --> #secondaries=26 impactParameter[fm]=4.20629 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=37 #NNcollisions=4 - Collision 453 projectile=anti_xi_b0 Ekin[MeV]=13090.8 direction=(0.0869767,0.489088,0.867887) material=G4_Be - --> #secondaries=8 impactParameter[fm]=3.06492 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 454 projectile=anti_xi_c0 Ekin[MeV]=12952.3 direction=(0.788054,0.574331,0.221616) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=6.6625 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 455 projectile=kaon+ Ekin[MeV]=22653.5 direction=(0.053719,0.896618,0.439535) material=G4_He - --> #secondaries=11 impactParameter[fm]=2.28227 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 456 projectile=anti_lambda_c+ Ekin[MeV]=25024.8 direction=(0.538124,0.686497,0.489025) material=G4_Cu - --> #secondaries=37 impactParameter[fm]=0.93309 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 457 projectile=anti_triton Ekin[MeV]=29711.1 direction=(0.0885916,0.018091,0.995904) material=G4_He - --> #secondaries=17 impactParameter[fm]=0.874319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=3 - Collision 458 projectile=anti_lambda_b Ekin[MeV]=13112.5 direction=(0.449625,0.643048,0.619941) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=4.23897 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 459 projectile=anti_alpha Ekin[MeV]=5833.93 direction=(0.145579,0.976564,0.158524) material=G4_Be - --> #secondaries=9 impactParameter[fm]=4.65845 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 460 projectile=anti_xi_c+ Ekin[MeV]=16855.7 direction=(0.414995,0.29748,0.859817) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=4.26251 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 461 projectile=anti_He3 Ekin[MeV]=5061.92 direction=(0.440948,0.698387,0.563756) material=G4_W - --> #secondaries=57 impactParameter[fm]=5.85412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 - Collision 462 projectile=B0 Ekin[MeV]=8862.96 direction=(0.52473,0.607633,0.596189) material=G4_Be - --> #secondaries=5 impactParameter[fm]=2.92616 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 463 projectile=anti_proton Ekin[MeV]=24362.1 direction=(0.509062,0.543605,0.667345) material=G4_Cu - --> #secondaries=45 impactParameter[fm]=2.77237 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=5 - Collision 464 projectile=doublehyperdoubleneutron Ekin[MeV]=3718.73 direction=(0.772017,0.158001,0.61565) material=G4_W - --> #secondaries=75 impactParameter[fm]=3.25893 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=161 #NNcollisions=1 - Collision 465 projectile=B- Ekin[MeV]=5740.27 direction=(0.671478,0.0687139,0.737832) material=G4_C - --> #secondaries=6 impactParameter[fm]=2.46163 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 466 projectile=omega_b- Ekin[MeV]=15718.9 direction=(0.474392,0.333029,0.814889) material=G4_Fe - --> #secondaries=5 impactParameter[fm]=4.5886 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=0 - Collision 467 projectile=omega_b- Ekin[MeV]=25857.2 direction=(0.93268,0.311135,0.182489) material=G4_C - --> #secondaries=12 impactParameter[fm]=0.85158 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=4 - Collision 468 projectile=xi_b0 Ekin[MeV]=9011.23 direction=(0.0479901,0.717062,0.695355) material=G4_W - --> #secondaries=12 impactParameter[fm]=7.22366 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 469 projectile=hyperH4 Ekin[MeV]=12155 direction=(0.351367,0.244814,0.903663) material=G4_W - --> #secondaries=66 impactParameter[fm]=4.38009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=175 #NNcollisions=5 - Collision 470 projectile=anti_hyperHe5 Ekin[MeV]=23312 direction=(0.534689,0.271441,0.800267) material=G4_Cu - --> #secondaries=69 impactParameter[fm]=2.99598 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=7 - Collision 471 projectile=anti_hyperalpha Ekin[MeV]=18593.5 direction=(0.52183,0.605283,0.601104) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.3526 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 472 projectile=proton Ekin[MeV]=1447.3 direction=(0.668078,0.601896,0.437484) material=G4_Fe - --> #secondaries=17 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 473 projectile=Bc+ Ekin[MeV]=1605.86 direction=(0.219119,0.748862,0.625454) material=G4_Pb - --> #secondaries=11 impactParameter[fm]=6.73842 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=0 - Collision 474 projectile=Bs0 Ekin[MeV]=16120.8 direction=(0.449815,0.865449,0.2206) material=G4_Pb - --> #secondaries=29 impactParameter[fm]=4.64778 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 475 projectile=D+ Ekin[MeV]=21129.7 direction=(0.90457,0.396017,0.157872) material=G4_He - --> #secondaries=7 impactParameter[fm]=0.992328 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 476 projectile=doublehyperH4 Ekin[MeV]=29908.1 direction=(0.14318,0.345938,0.927268) material=G4_He - --> #secondaries=16 impactParameter[fm]=2.10519 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=4 - Collision 477 projectile=anti_sigma+ Ekin[MeV]=2304.56 direction=(0.53507,0.440706,0.720749) material=G4_He - --> #secondaries=8 impactParameter[fm]=1.41366 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 478 projectile=anti_proton Ekin[MeV]=16642.7 direction=(0.565375,0.757683,0.325987) material=G4_Ar - --> #secondaries=30 impactParameter[fm]=4.21516 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 479 projectile=pi+ Ekin[MeV]=2892.48 direction=(0.862376,0.0370293,0.504913) material=G4_Cu - --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 480 projectile=anti_D0 Ekin[MeV]=22029.7 direction=(0.644846,0.712472,0.27669) material=G4_Pb - --> #secondaries=57 impactParameter[fm]=1.17967 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=2 - Collision 481 projectile=anti_sigma- Ekin[MeV]=4375.1 direction=(0.89075,0.403037,0.210062) material=G4_W - --> #secondaries=67 impactParameter[fm]=3.2004 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 482 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=18560.7 direction=(0.89735,0.439149,0.0437268) material=G4_Si - --> #secondaries=24 impactParameter[fm]=3.5957 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=29 #NNcollisions=1 - Collision 483 projectile=anti_Bs0 Ekin[MeV]=7352.84 direction=(0.736611,0.333164,0.588562) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=1.68393 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 484 projectile=kaon0S Ekin[MeV]=8301.13 direction=(0.5253,0.506137,0.684022) material=G4_Pb - --> #secondaries=41 impactParameter[fm]=6.43621 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 - Collision 485 projectile=He3 Ekin[MeV]=3675.22 direction=(0.130597,0.958881,0.251978) material=G4_Cu - --> #secondaries=34 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 486 projectile=triton Ekin[MeV]=8308.63 direction=(0.631037,0.545538,0.551526) material=G4_He - --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 487 projectile=sigma- Ekin[MeV]=19403.4 direction=(0.286141,0.472574,0.833545) material=G4_Fe - --> #secondaries=25 impactParameter[fm]=4.10358 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 488 projectile=kaon+ Ekin[MeV]=2758.78 direction=(0.43213,0.362606,0.8257) material=G4_W - --> #secondaries=44 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 489 projectile=anti_xi0 Ekin[MeV]=17266.8 direction=(0.432713,0.826734,0.35954) material=G4_W - --> #secondaries=40 impactParameter[fm]=3.02317 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 490 projectile=sigma- Ekin[MeV]=2119.65 direction=(0.633681,0.624609,0.456411) material=G4_W + j=0 anti_lambda p=(1708.98,504.244,953.2082308.3) MeV + j=1 neutron p=(273.1,127.786,252.6841018.6) MeV + j=2 deuteron p=(-85.6787,72.8309,-283.121900.19) MeV + j=3 proton p=(-102.391,-76.3374,176.05963.151) MeV + Collision 301 projectile=anti_lambda Ekin[MeV]=25162 direction=(0.993032,0.11783,0.002101) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=5.91356 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 302 projectile=omega_b- Ekin[MeV]=27583.3 direction=(0.353605,0.448691,0.820755) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=0.24404 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 303 projectile=neutron Ekin[MeV]=8038.59 direction=(0.0693956,0.937433,0.341178) material=G4_Be + --> #secondaries=14 impactParameter[fm]=2.04665 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 304 projectile=proton Ekin[MeV]=15358.9 direction=(0.274505,0.948769,0.156478) material=G4_Cu + --> #secondaries=33 impactParameter[fm]=2.94729 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 305 projectile=anti_xi_b- Ekin[MeV]=22710.9 direction=(0.545378,0.582791,0.602426) material=G4_Ar + --> #secondaries=32 impactParameter[fm]=2.4858 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=2 + Collision 306 projectile=anti_alpha Ekin[MeV]=1266.51 direction=(0.757769,0.518399,0.396293) material=G4_H + --> #secondaries=7 impactParameter[fm]=2.08163 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 307 projectile=anti_xi- Ekin[MeV]=22658.5 direction=(0.241222,0.968744,0.0578587) material=G4_W + --> #secondaries=31 impactParameter[fm]=5.52241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 308 projectile=anti_hyperH4 Ekin[MeV]=23457.6 direction=(0.784442,0.582759,0.212234) material=G4_C + --> #secondaries=29 impactParameter[fm]=1.29598 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=6 + Collision 309 projectile=B0 Ekin[MeV]=9653.73 direction=(0.499573,0.693375,0.519287) material=G4_C + --> #secondaries=6 impactParameter[fm]=1.29893 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 310 projectile=anti_triton Ekin[MeV]=6409.42 direction=(0.559908,0.716788,0.415594) material=G4_C + --> #secondaries=9 impactParameter[fm]=5.18617 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 311 projectile=triton Ekin[MeV]=8851.14 direction=(0.455995,0.769445,0.44724) material=G4_Al --> #secondaries=20 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 491 projectile=anti_neutron Ekin[MeV]=21739.3 direction=(0.34689,0.218372,0.91213) material=G4_Pb - --> #secondaries=23 impactParameter[fm]=6.73722 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 492 projectile=lambda_b Ekin[MeV]=25367.5 direction=(0.355327,0.908874,0.218385) material=G4_W - --> #secondaries=94 impactParameter[fm]=1.99268 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=174 #NNcollisions=4 - Collision 493 projectile=triton Ekin[MeV]=18536 direction=(0.412227,0.911081,0.000215556) material=G4_Be - --> #secondaries=9 impactParameter[fm]=1.85519 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 494 projectile=Bc+ Ekin[MeV]=12745 direction=(0.602437,0.397778,0.691984) material=G4_C - --> #secondaries=7 impactParameter[fm]=1.7453 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 495 projectile=xi- Ekin[MeV]=17726.3 direction=(0.655844,0.413994,0.631251) material=G4_Ar - --> #secondaries=25 impactParameter[fm]=3.61262 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 - Collision 496 projectile=Ds+ Ekin[MeV]=3028.38 direction=(0.666423,0.514378,0.539717) material=G4_Si - --> #secondaries=17 impactParameter[fm]=2.13359 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 497 projectile=anti_triton Ekin[MeV]=15728.3 direction=(0.665477,0.229457,0.710274) material=G4_H - --> #secondaries=4 impactParameter[fm]=2.22139 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 498 projectile=anti_D0 Ekin[MeV]=29130.3 direction=(0.195545,0.29213,0.936174) material=G4_Ar - --> #secondaries=26 impactParameter[fm]=2.39796 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 499 projectile=hypertriton Ekin[MeV]=15495.4 direction=(0.0740005,0.660834,0.746875) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=4.98729 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=53 #NNcollisions=2 - Collision 500 projectile=kaon- Ekin[MeV]=20302.5 direction=(0.511031,0.27772,0.813461) material=G4_Fe - --> #secondaries=33 impactParameter[fm]=3.22516 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 - List of produced secondaries: - j=0 pi0 p=(787.571,334.266,1206.731485.4) MeV - j=1 pi+ p=(408.085,289.308,676.714853.027) MeV - j=2 neutron p=(1123.84,814.39,1716.192398.82) MeV - j=3 pi0 p=(210.391,294.037,682.75784.276) MeV - j=4 pi+ p=(6.66428,176.216,708.955743.77) MeV - j=5 pi0 p=(233.835,84.1475,742.276794.325) MeV - j=6 pi+ p=(48.0443,97.6085,423.784459.248) MeV - j=7 pi- p=(128.728,-34.2884,244.847311.731) MeV - j=8 pi- p=(112.931,26.1486,123.376219.405) MeV - j=9 pi+ p=(119.726,172.701,490.424551.503) MeV - j=10 neutron p=(30.4651,-23.218,-120.461948.03) MeV - j=11 pi- p=(850.919,470.021,1211.791559.78) MeV - j=12 kaon0L p=(1234.04,525.433,904.3221692.44) MeV - j=13 pi- p=(1036.9,-164.309,1195.411597.08) MeV - j=14 pi+ p=(-45.3057,-36.0192,-17.9343152.156) MeV - j=15 pi- p=(387.739,-26.8874,313.091518.238) MeV - j=16 proton p=(1163,108.456,1150.51889) MeV - j=17 pi0 p=(670.583,1055.67,674.5421427.36) MeV - j=18 pi- p=(95.6879,-71.285,200.323271.748) MeV - j=19 pi0 p=(509.916,265.393,1071.731223.63) MeV - j=20 pi+ p=(705.333,560.034,1035.971379.8) MeV - j=21 pi0 p=(180.204,86.4422,151.407284.76) MeV - j=22 proton p=(454.616,1099.91,2384.632825.48) MeV - j=23 proton p=(-88.3144,-183.963,-83.8825963.863) MeV - j=24 Sc45 p=(325.595,10.3027,254.79341867.5) MeV - j=25 proton p=(-4.95905,-114.878,-118.702952.715) MeV - j=26 neutron p=(-71.2299,26.5375,-116.736949.836) MeV - j=27 neutron p=(-22.4665,7.52243,-150.282951.803) MeV - j=28 neutron p=(14.8663,-32.6059,37.5277940.997) MeV - j=29 neutron p=(-9.69213,-30.4081,-57.162941.843) MeV - j=30 neutron p=(21.6336,-12.7618,-26.4966940.274) MeV - j=31 gamma p=(3.91911,0.0503453,-0.08944743.92045) MeV - j=32 gamma p=(1.1246,-0.150207,1.590661.95384) MeV - Collision 501 projectile=alpha Ekin[MeV]=4999.09 direction=(0.241417,0.58207,0.776475) material=G4_Si + Collision 312 projectile=anti_alpha Ekin[MeV]=13983.2 direction=(0.577624,0.525051,0.625037) material=G4_C + --> #secondaries=20 impactParameter[fm]=2.18468 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=10 #NNcollisions=3 + Collision 313 projectile=xi- Ekin[MeV]=28662.9 direction=(0.546465,0.824376,0.147579) material=G4_Ar + --> #secondaries=36 impactParameter[fm]=3.54166 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 314 projectile=anti_lambda Ekin[MeV]=1868.03 direction=(0.666945,0.292817,0.685159) material=G4_Al + --> #secondaries=19 impactParameter[fm]=4.33671 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 315 projectile=pi+ Ekin[MeV]=24559.6 direction=(0.385599,0.920201,0.0673994) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=4.48274 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 316 projectile=omega_c0 Ekin[MeV]=3684.23 direction=(0.549838,0.700913,0.454312) material=G4_Be + --> #secondaries=4 impactParameter[fm]=2.03725 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 317 projectile=anti_xi_c0 Ekin[MeV]=21205.8 direction=(0.650926,0.614733,0.445419) material=G4_Al + --> #secondaries=11 impactParameter[fm]=5.2343 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 318 projectile=anti_lambda_b Ekin[MeV]=22815.1 direction=(0.776795,0.623008,0.0919273) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=3.17928 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 319 projectile=xi_c+ Ekin[MeV]=14759.7 direction=(0.255935,0.797683,0.546077) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.754969 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 320 projectile=anti_proton Ekin[MeV]=22503.5 direction=(0.525537,0.498842,0.689179) material=G4_W + --> #secondaries=62 impactParameter[fm]=3.55108 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 321 projectile=anti_xi_c+ Ekin[MeV]=11443.5 direction=(0.0480564,0.542488,0.838688) material=G4_Cu + --> #secondaries=35 impactParameter[fm]=2.80032 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 322 projectile=pi- Ekin[MeV]=12071.9 direction=(0.655448,0.743147,0.134609) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=3.96994 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 323 projectile=anti_B0 Ekin[MeV]=29890.3 direction=(0.733783,0.222788,0.641817) material=G4_Pb + --> #secondaries=37 impactParameter[fm]=6.36659 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 324 projectile=anti_alpha Ekin[MeV]=16969.8 direction=(0.583307,0.415608,0.697871) material=G4_Fe + --> #secondaries=70 impactParameter[fm]=1.78674 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=6 + Collision 325 projectile=anti_doublehyperH4 Ekin[MeV]=6759.48 direction=(0.410269,0.590999,0.69455) material=G4_Si + --> #secondaries=17 impactParameter[fm]=4.96459 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 326 projectile=kaon+ Ekin[MeV]=7656.27 direction=(0.483122,0.705209,0.518915) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.00436 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 327 projectile=kaon- Ekin[MeV]=1685.9 direction=(0.871306,0.466473,0.152407) material=G4_Be --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 502 projectile=doublehyperdoubleneutron Ekin[MeV]=15228.4 direction=(0.867592,0.487969,0.0957611) material=G4_Al - --> #secondaries=23 impactParameter[fm]=5.42336 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 503 projectile=anti_xi- Ekin[MeV]=3272.6 direction=(0.0747896,0.758973,0.646812) material=G4_W - --> #secondaries=34 impactParameter[fm]=4.38812 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=1 - Collision 504 projectile=hypertriton Ekin[MeV]=1888.58 direction=(0.729513,0.614529,0.300274) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.428429 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 505 projectile=kaon- Ekin[MeV]=23223.3 direction=(0.0574294,0.472919,0.879232) material=G4_Fe - --> #secondaries=31 impactParameter[fm]=2.54081 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 506 projectile=kaon0L Ekin[MeV]=19739.6 direction=(0.658863,0.561749,0.500337) material=G4_H - --> #secondaries=8 impactParameter[fm]=0.299447 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 507 projectile=proton Ekin[MeV]=8187.22 direction=(0.341114,0.714487,0.610859) material=G4_Pb - --> #secondaries=104 impactParameter[fm]=1.97253 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=196 #NNcollisions=5 - Collision 508 projectile=anti_Bs0 Ekin[MeV]=24296.8 direction=(0.189285,0.596533,0.779949) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.50416 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 509 projectile=Ds+ Ekin[MeV]=23947 direction=(0.639409,0.550458,0.536798) material=G4_W - --> #secondaries=38 impactParameter[fm]=5.62138 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 510 projectile=kaon- Ekin[MeV]=22379.3 direction=(0.519442,0.588333,0.619714) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.15651 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 511 projectile=anti_hyperHe5 Ekin[MeV]=10099.3 direction=(0.957787,0.203002,0.203554) material=G4_Ar - --> #secondaries=51 impactParameter[fm]=2.99663 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=38 #NNcollisions=5 - Collision 512 projectile=kaon0S Ekin[MeV]=28014.7 direction=(0.67154,0.362823,0.64606) material=G4_Al - --> #secondaries=16 impactParameter[fm]=1.23631 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 513 projectile=kaon+ Ekin[MeV]=24744.4 direction=(0.683867,0.674902,0.27719) material=G4_Si - --> #secondaries=22 impactParameter[fm]=0.847268 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 514 projectile=kaon+ Ekin[MeV]=26702 direction=(0.171465,0.695452,0.697816) material=G4_Al - --> #secondaries=26 impactParameter[fm]=2.08306 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 515 projectile=anti_D0 Ekin[MeV]=19129.3 direction=(0.613257,0.676529,0.407706) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.85826 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 516 projectile=omega- Ekin[MeV]=21621.5 direction=(0.376408,0.747259,0.54765) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=3.05474 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 517 projectile=anti_hyperH4 Ekin[MeV]=6794.48 direction=(0.0458985,0.90455,0.42389) material=G4_Pb - --> #secondaries=122 impactParameter[fm]=4.17213 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=4 - Collision 518 projectile=xi_b- Ekin[MeV]=27237.4 direction=(0.554671,0.0732885,0.828836) material=G4_He - --> #secondaries=7 impactParameter[fm]=1.25695 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 519 projectile=hypertriton Ekin[MeV]=20483.1 direction=(0.540039,0.65713,0.525869) material=G4_H - --> #secondaries=6 impactParameter[fm]=2.12906 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=2 - Collision 520 projectile=xi_c+ Ekin[MeV]=1845.3 direction=(0.546163,0.549381,0.632365) material=G4_W - --> #secondaries=25 impactParameter[fm]=5.76479 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 521 projectile=pi- Ekin[MeV]=1757.24 direction=(0.640698,0.686413,0.344011) material=G4_W - --> #secondaries=54 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 522 projectile=anti_sigma- Ekin[MeV]=15335.2 direction=(0.172476,0.929014,0.32739) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.09128 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 523 projectile=anti_lambda_b Ekin[MeV]=22743.1 direction=(0.279154,0.738436,0.613828) material=G4_Si - --> #secondaries=5 impactParameter[fm]=4.1224 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 524 projectile=anti_proton Ekin[MeV]=10018 direction=(0.63258,0.612268,0.47431) material=G4_Fe - --> #secondaries=28 impactParameter[fm]=1.98672 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 525 projectile=xi_c+ Ekin[MeV]=8995.54 direction=(0.108584,0.718223,0.687288) material=G4_W - --> #secondaries=17 impactParameter[fm]=5.88863 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 526 projectile=D- Ekin[MeV]=9239.43 direction=(0.52862,0.680208,0.507817) material=G4_Pb - --> #secondaries=65 impactParameter[fm]=2.70641 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 - Collision 527 projectile=omega_c0 Ekin[MeV]=13090.5 direction=(0.877101,0.18996,0.441145) material=G4_Fe - --> #secondaries=19 impactParameter[fm]=6.01082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 528 projectile=deuteron Ekin[MeV]=12446 direction=(0.700863,0.374566,0.607035) material=G4_Ar - --> #secondaries=42 impactParameter[fm]=1.71634 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=32 #NNcollisions=5 - Collision 529 projectile=anti_omega- Ekin[MeV]=20662.9 direction=(0.770705,0.200592,0.604795) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.155954 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 530 projectile=anti_doublehyperH4 Ekin[MeV]=10650.6 direction=(0.655669,0.528957,0.538798) material=G4_W - --> #secondaries=81 impactParameter[fm]=1.69241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=4 - Collision 531 projectile=xi- Ekin[MeV]=13015 direction=(0.47738,0.477374,0.737714) material=G4_Pb - --> #secondaries=48 impactParameter[fm]=6.85088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 532 projectile=anti_alpha Ekin[MeV]=5289.42 direction=(0.386357,0.0978893,0.91714) material=G4_W - --> #secondaries=92 impactParameter[fm]=3.71227 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=4 - Collision 533 projectile=Ds+ Ekin[MeV]=20345.9 direction=(0.60331,0.12998,0.786843) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.974037 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 534 projectile=Ds+ Ekin[MeV]=27515.8 direction=(0.467229,0.754765,0.460464) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.53834 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 535 projectile=anti_hyperHe5 Ekin[MeV]=7119.37 direction=(0.718137,0.312892,0.621593) material=G4_Ar - --> #secondaries=46 impactParameter[fm]=2.37364 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=5 - Collision 536 projectile=anti_hyperH4 Ekin[MeV]=10266.7 direction=(0.993806,0.0474128,0.100512) material=G4_Si - --> #secondaries=27 impactParameter[fm]=2.49311 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=3 - Collision 537 projectile=anti_doublehyperH4 Ekin[MeV]=25599.9 direction=(0.406913,0.553127,0.726961) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.60582 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 538 projectile=anti_omega- Ekin[MeV]=5924.73 direction=(0.649297,0.2437,0.720433) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.84662 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 539 projectile=kaon- Ekin[MeV]=12451.7 direction=(0.52325,0.782878,0.336619) material=G4_He - --> #secondaries=13 impactParameter[fm]=0.563867 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 540 projectile=anti_xi- Ekin[MeV]=15292.9 direction=(0.390944,0.400839,0.828547) material=G4_W - --> #secondaries=58 impactParameter[fm]=5.2018 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 541 projectile=hypertriton Ekin[MeV]=11853 direction=(0.365498,0.901431,0.232019) material=G4_Be - --> #secondaries=11 impactParameter[fm]=4.92831 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 542 projectile=xi_c+ Ekin[MeV]=16825.8 direction=(0.566971,0.028953,0.823229) material=G4_Si - --> #secondaries=15 impactParameter[fm]=3.24996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=2 - Collision 543 projectile=xi_c0 Ekin[MeV]=6632.87 direction=(0.0784772,0.471559,0.878335) material=G4_C - --> #secondaries=12 impactParameter[fm]=1.28722 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 544 projectile=anti_omega_b- Ekin[MeV]=18081.2 direction=(0.423142,0.266934,0.86585) material=G4_Al - --> #secondaries=9 impactParameter[fm]=4.64244 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 545 projectile=anti_omega_b- Ekin[MeV]=8414.99 direction=(0.939854,0.0517398,0.337636) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.834533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 546 projectile=anti_He3 Ekin[MeV]=11256.8 direction=(0.193024,0.933513,0.302151) material=G4_Cu - --> #secondaries=47 impactParameter[fm]=3.46533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 - Collision 547 projectile=xi- Ekin[MeV]=18667.5 direction=(0.660042,0.130979,0.739722) material=G4_Pb - --> #secondaries=15 impactParameter[fm]=7.12025 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 548 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=24075.8 direction=(0.542929,0.834032,0.0980713) material=G4_Cu - --> #secondaries=48 impactParameter[fm]=4.3362 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=2 - Collision 549 projectile=B0 Ekin[MeV]=28611.5 direction=(0.852724,0.50752,0.123631) material=G4_C - --> #secondaries=12 impactParameter[fm]=2.48507 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 550 projectile=sigma- Ekin[MeV]=11016 direction=(0.160027,0.95915,0.233289) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.572726 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 551 projectile=anti_lambda Ekin[MeV]=4479.57 direction=(0.311653,0.796411,0.518267) material=G4_C - --> #secondaries=16 impactParameter[fm]=2.29477 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 552 projectile=anti_xi_c0 Ekin[MeV]=1314.53 direction=(0.406176,0.286293,0.867789) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=5.88678 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 - Collision 553 projectile=omega_b- Ekin[MeV]=5299.16 direction=(0.248078,0.65522,0.713543) material=G4_Be - --> #secondaries=9 impactParameter[fm]=0.767064 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 - Collision 554 projectile=omega_b- Ekin[MeV]=23400.1 direction=(0.084854,0.944414,0.31762) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.82993 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 555 projectile=anti_lambda Ekin[MeV]=12413.2 direction=(0.826463,0.178532,0.533933) material=G4_W - --> #secondaries=39 impactParameter[fm]=5.59015 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=2 - Collision 556 projectile=omega- Ekin[MeV]=4431.22 direction=(0.616289,0.561422,0.552262) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 557 projectile=doublehyperdoubleneutron Ekin[MeV]=19715.3 direction=(0.409742,0.615926,0.672865) material=G4_Si - --> #secondaries=34 impactParameter[fm]=1.06144 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=6 - Collision 558 projectile=triton Ekin[MeV]=12495.5 direction=(0.469048,0.663747,0.582609) material=G4_W + Collision 328 projectile=pi+ Ekin[MeV]=2279.96 direction=(0.29022,0.938156,0.188775) material=G4_Ar --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 559 projectile=anti_xi0 Ekin[MeV]=15312.8 direction=(0.0344003,0.213038,0.976438) material=G4_H - --> #secondaries=10 impactParameter[fm]=0.505927 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 560 projectile=D0 Ekin[MeV]=16489.9 direction=(0.792494,0.0198672,0.609556) material=G4_Fe - --> #secondaries=22 impactParameter[fm]=3.06027 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=2 - Collision 561 projectile=He3 Ekin[MeV]=26533.4 direction=(0.405506,0.798496,0.444937) material=G4_Al - --> #secondaries=16 impactParameter[fm]=3.65094 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=25 #NNcollisions=0 - Collision 562 projectile=lambda_c+ Ekin[MeV]=23602.5 direction=(0.0318965,0.732828,0.679666) material=G4_Ar - --> #secondaries=4 impactParameter[fm]=2.84133 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 563 projectile=anti_neutron Ekin[MeV]=7424.94 direction=(0.685034,0.660984,0.306316) material=G4_Al - --> #secondaries=20 impactParameter[fm]=1.89432 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 564 projectile=B0 Ekin[MeV]=11475 direction=(0.52614,0.767236,0.366777) material=G4_Cu - --> #secondaries=19 impactParameter[fm]=3.02576 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=3 - Collision 565 projectile=D0 Ekin[MeV]=2018.65 direction=(0.27691,0.523178,0.805981) material=G4_Al - --> #secondaries=7 impactParameter[fm]=4.04706 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 566 projectile=D- Ekin[MeV]=6591.62 direction=(0.446916,0.082191,0.890792) material=G4_Al - --> #secondaries=12 impactParameter[fm]=2.08169 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 567 projectile=anti_Bs0 Ekin[MeV]=2015.89 direction=(0.775961,0.0808981,0.625572) material=G4_Al - --> #secondaries=9 impactParameter[fm]=3.60354 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 568 projectile=B- Ekin[MeV]=11072.8 direction=(0.215596,0.234428,0.947925) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=3.05932 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 569 projectile=anti_xi_c0 Ekin[MeV]=19534.3 direction=(0.725354,0.110378,0.679469) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=3.46248 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 570 projectile=anti_omega_c0 Ekin[MeV]=3364.18 direction=(0.233983,0.692988,0.681923) material=G4_C - --> #secondaries=10 impactParameter[fm]=2.04675 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 - Collision 571 projectile=sigma+ Ekin[MeV]=21563.9 direction=(0.678829,0.632955,0.372237) material=G4_C - --> #secondaries=21 impactParameter[fm]=0.72821 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 572 projectile=sigma+ Ekin[MeV]=18964 direction=(0.610602,0.726065,0.31622) material=G4_W - --> #secondaries=38 impactParameter[fm]=7.10842 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 - Collision 573 projectile=anti_He3 Ekin[MeV]=29894.7 direction=(0.0924117,0.633689,0.768048) material=G4_W - --> #secondaries=15 impactParameter[fm]=9.46143 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=185 #NNcollisions=0 - Collision 574 projectile=anti_B0 Ekin[MeV]=27615.6 direction=(0.415519,0.701714,0.578741) material=G4_W - --> #secondaries=33 impactParameter[fm]=5.99779 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 575 projectile=He3 Ekin[MeV]=16814.9 direction=(0.402985,0.86204,0.307392) material=G4_Ar - --> #secondaries=35 impactParameter[fm]=4.56726 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=5 - Collision 576 projectile=anti_neutron Ekin[MeV]=28051.1 direction=(0.507017,0.384022,0.771661) material=G4_H - --> #secondaries=9 impactParameter[fm]=0.590196 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 577 projectile=sigma- Ekin[MeV]=19319.6 direction=(0.49255,0.305549,0.814883) material=G4_Cu - --> #secondaries=68 impactParameter[fm]=1.22658 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=4 - Collision 578 projectile=xi0 Ekin[MeV]=18657 direction=(0.32581,0.668447,0.668601) material=G4_Ar - --> #secondaries=19 impactParameter[fm]=3.98006 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 579 projectile=neutron Ekin[MeV]=27866.3 direction=(0.296313,0.769724,0.56544) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.80752 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 580 projectile=kaon+ Ekin[MeV]=12194.8 direction=(0.661817,0.724529,0.192501) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=3.33788 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 581 projectile=anti_lambda_c+ Ekin[MeV]=26108.1 direction=(0.497715,0.863014,0.086526) material=G4_W - --> #secondaries=97 impactParameter[fm]=1.7746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=7 - Collision 582 projectile=anti_B0 Ekin[MeV]=24170.1 direction=(0.309868,0.948612,0.0641565) material=G4_Ar - --> #secondaries=6 impactParameter[fm]=3.83203 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 - Collision 583 projectile=neutron Ekin[MeV]=25358.1 direction=(0.00414931,0.975024,0.22206) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=4.5642 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 584 projectile=kaon- Ekin[MeV]=19454.1 direction=(0.0121066,0.441378,0.89724) material=G4_W - --> #secondaries=35 impactParameter[fm]=7.06101 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 585 projectile=anti_proton Ekin[MeV]=19660.8 direction=(0.421002,0.604747,0.676046) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=7.16983 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 586 projectile=Ds+ Ekin[MeV]=24255.9 direction=(0.881061,0.366148,0.299445) material=G4_He - --> #secondaries=16 impactParameter[fm]=0.255905 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=1 #NNcollisions=3 - Collision 587 projectile=alpha Ekin[MeV]=16013.5 direction=(0.497001,0.51016,0.701945) material=G4_W + Collision 329 projectile=anti_xi0 Ekin[MeV]=5928.2 direction=(0.474342,0.648095,0.595796) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.10631 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 330 projectile=B- Ekin[MeV]=8667.88 direction=(0.80767,0.340375,0.481471) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.11969 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 331 projectile=neutron Ekin[MeV]=13325.4 direction=(0.170824,0.888108,0.426713) material=G4_Ar + --> #secondaries=36 impactParameter[fm]=1.72739 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 332 projectile=D- Ekin[MeV]=18166.6 direction=(0.439043,0.0222603,0.89819) material=G4_Be + --> #secondaries=17 impactParameter[fm]=1.88761 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 333 projectile=proton Ekin[MeV]=4280.09 direction=(0.484242,0.563634,0.669198) material=G4_Pb + --> #secondaries=52 impactParameter[fm]=4.43897 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 334 projectile=anti_omega_b- Ekin[MeV]=10628.3 direction=(0.912768,0.141367,0.383236) material=G4_Cu + --> #secondaries=22 impactParameter[fm]=4.1891 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 335 projectile=pi- Ekin[MeV]=19495.2 direction=(0.843675,0.433424,0.31679) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.35575 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 336 projectile=alpha Ekin[MeV]=28785.9 direction=(0.666502,0.299285,0.682791) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.21757 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=4 + Collision 337 projectile=omega_c0 Ekin[MeV]=9721.32 direction=(0.156906,0.321068,0.933968) material=G4_Be + --> #secondaries=5 impactParameter[fm]=1.33292 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 338 projectile=B+ Ekin[MeV]=17428.6 direction=(0.475637,0.876532,0.073898) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.29632 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 339 projectile=pi- Ekin[MeV]=19797.7 direction=(0.539496,0.299018,0.787104) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=3.67583 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 340 projectile=xi_b- Ekin[MeV]=26512.9 direction=(0.449167,0.562409,0.694223) material=G4_W + --> #secondaries=47 impactParameter[fm]=5.26712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 341 projectile=anti_xi0 Ekin[MeV]=24235.4 direction=(0.914819,0.0171486,0.4035) material=G4_Si + --> #secondaries=35 impactParameter[fm]=1.01577 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 342 projectile=anti_triton Ekin[MeV]=2142.98 direction=(0.876399,0.100961,0.470885) material=G4_Fe + --> #secondaries=22 impactParameter[fm]=4.9426 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=55 #NNcollisions=2 + Collision 343 projectile=neutron Ekin[MeV]=27556.6 direction=(0.908788,0.261186,0.325401) material=G4_H + --> #secondaries=11 impactParameter[fm]=0.69045 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 344 projectile=anti_xi_b- Ekin[MeV]=11675.8 direction=(0.526986,0.447009,0.72282) material=G4_Si + --> #secondaries=13 impactParameter[fm]=2.28494 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 345 projectile=anti_xi_c+ Ekin[MeV]=5359.94 direction=(0.0146756,0.55937,0.828788) material=G4_Si + --> #secondaries=14 impactParameter[fm]=4.13222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 346 projectile=proton Ekin[MeV]=15691.5 direction=(0.693714,0.656775,0.295647) material=G4_W + --> #secondaries=91 impactParameter[fm]=3.68417 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 347 projectile=anti_lambda Ekin[MeV]=4871.34 direction=(0.623742,0.457578,0.633694) material=G4_Be + --> #secondaries=14 impactParameter[fm]=1.02017 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 348 projectile=anti_sigma- Ekin[MeV]=27053.5 direction=(0.458975,0.752781,0.471872) material=G4_Cu + --> #secondaries=26 impactParameter[fm]=4.38789 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 349 projectile=D+ Ekin[MeV]=4475.66 direction=(0.368237,0.91031,0.189044) material=G4_Al + --> #secondaries=8 impactParameter[fm]=2.95547 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 350 projectile=kaon0L Ekin[MeV]=18532.6 direction=(0.902291,0.14155,0.407227) material=G4_Ar + --> #secondaries=33 impactParameter[fm]=3.04707 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 351 projectile=lambda Ekin[MeV]=11766.5 direction=(0.679706,0.543928,0.49208) material=G4_Cu + --> #secondaries=8 impactParameter[fm]=5.13686 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=0 + Collision 352 projectile=D+ Ekin[MeV]=2718.16 direction=(0.31401,0.430727,0.846092) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=4.52531 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 353 projectile=Bc+ Ekin[MeV]=7051.94 direction=(0.383128,0.572626,0.724784) material=G4_W + --> #secondaries=9 impactParameter[fm]=5.7757 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 354 projectile=Bc- Ekin[MeV]=20826.8 direction=(0.605292,0.725482,0.327563) material=G4_Ar + --> #secondaries=7 impactParameter[fm]=3.07941 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 355 projectile=anti_D0 Ekin[MeV]=24032.4 direction=(0.624444,0.66223,0.41415) material=G4_Si + --> #secondaries=18 impactParameter[fm]=1.99406 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 356 projectile=B0 Ekin[MeV]=12140.4 direction=(0.887777,0.350528,0.298298) material=G4_C + --> #secondaries=5 impactParameter[fm]=1.28297 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 357 projectile=xi- Ekin[MeV]=22190.8 direction=(0.574245,0.0817403,0.814593) material=G4_Pb + --> #secondaries=60 impactParameter[fm]=5.51286 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 358 projectile=xi- Ekin[MeV]=2605.89 direction=(0.00135936,0.999968,0.00788894) material=G4_W --> #secondaries=39 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 588 projectile=kaon+ Ekin[MeV]=10678.7 direction=(0.922133,0.350987,0.162725) material=G4_Be - --> #secondaries=11 impactParameter[fm]=2.99819 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 589 projectile=anti_omega_b- Ekin[MeV]=23357.3 direction=(0.347467,0.323292,0.880198) material=G4_Al - --> #secondaries=9 impactParameter[fm]=4.50432 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 590 projectile=pi- Ekin[MeV]=12109.8 direction=(0.225667,0.861069,0.45567) material=G4_W - --> #secondaries=54 impactParameter[fm]=4.7899 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 591 projectile=lambda_c+ Ekin[MeV]=18424 direction=(0.692583,0.709311,0.131173) material=G4_W - --> #secondaries=83 impactParameter[fm]=1.39211 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=175 #NNcollisions=6 - Collision 592 projectile=sigma- Ekin[MeV]=3511.69 direction=(0.573649,0.160742,0.803174) material=G4_C - --> #secondaries=13 impactParameter[fm]=0.36593 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 593 projectile=anti_hyperalpha Ekin[MeV]=9771.14 direction=(0.486851,0.118544,0.865404) material=G4_Pb - --> #secondaries=123 impactParameter[fm]=3.36822 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 - Collision 594 projectile=D+ Ekin[MeV]=20687.8 direction=(0.908635,0.237401,0.343546) material=G4_C - --> #secondaries=11 impactParameter[fm]=1.87826 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 595 projectile=deuteron Ekin[MeV]=13475.9 direction=(0.845414,0.438199,0.305381) material=G4_Pb - --> #secondaries=85 impactParameter[fm]=1.6499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=194 #NNcollisions=6 - Collision 596 projectile=lambda_c+ Ekin[MeV]=23230.2 direction=(0.015231,0.999716,0.018344) material=G4_Fe - --> #secondaries=37 impactParameter[fm]=2.82275 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=4 - Collision 597 projectile=B- Ekin[MeV]=21034.2 direction=(0.526118,0.352358,0.773979) material=G4_C - --> #secondaries=12 impactParameter[fm]=1.26343 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 598 projectile=pi- Ekin[MeV]=7461.09 direction=(0.425052,0.818832,0.385804) material=G4_Si - --> #secondaries=11 impactParameter[fm]=3.74056 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=28 #NNcollisions=0 - Collision 599 projectile=xi_c+ Ekin[MeV]=11755.7 direction=(0.0306072,0.943894,0.328826) material=G4_Cu - --> #secondaries=48 impactParameter[fm]=2.34565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 - Collision 600 projectile=xi_c+ Ekin[MeV]=10729.7 direction=(0.556517,0.735889,0.385689) material=G4_Pb - --> #secondaries=52 impactParameter[fm]=3.49499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=3 + Collision 359 projectile=omega_c0 Ekin[MeV]=28088.2 direction=(0.451934,0.8909,0.0453164) material=G4_H + --> #secondaries=2 impactParameter[fm]=2.24065 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 360 projectile=anti_neutron Ekin[MeV]=9967.82 direction=(0.903584,0.198044,0.379888) material=G4_Pb + --> #secondaries=28 impactParameter[fm]=6.30088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 361 projectile=kaon- Ekin[MeV]=22688.6 direction=(0.0762548,0.859115,0.50607) material=G4_Fe + --> #secondaries=40 impactParameter[fm]=0.915596 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=51 #NNcollisions=4 + Collision 362 projectile=anti_xi_c0 Ekin[MeV]=16461.3 direction=(0.0172849,0.948636,0.315896) material=G4_He + --> #secondaries=3 impactParameter[fm]=0.973069 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 363 projectile=anti_proton Ekin[MeV]=10381.3 direction=(0.513157,0.709708,0.482684) material=G4_Al + --> #secondaries=19 impactParameter[fm]=1.12516 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 364 projectile=anti_xi- Ekin[MeV]=21341 direction=(0.711351,0.0324858,0.702086) material=G4_H + --> #secondaries=10 impactParameter[fm]=2.37472 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 365 projectile=D- Ekin[MeV]=11781.5 direction=(0.217633,0.920185,0.325417) material=G4_W + --> #secondaries=40 impactParameter[fm]=4.35938 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 366 projectile=pi+ Ekin[MeV]=17155.9 direction=(0.710997,0.0184318,0.702954) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.23688 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 367 projectile=deuteron Ekin[MeV]=22658.7 direction=(0.741987,0.668511,0.0504724) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=7.63018 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 368 projectile=anti_lambda_c+ Ekin[MeV]=1679.76 direction=(0.44156,0.748815,0.494268) material=G4_Si + --> #secondaries=9 impactParameter[fm]=3.53083 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 369 projectile=xi_b0 Ekin[MeV]=4397.25 direction=(0.915419,0.335612,0.222198) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=0.886148 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 370 projectile=anti_neutron Ekin[MeV]=26029.2 direction=(0.454843,0.889182,0.0497409) material=G4_Be + --> #secondaries=12 impactParameter[fm]=1.73691 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 371 projectile=B+ Ekin[MeV]=21782.7 direction=(0.886905,0.454876,0.0805395) material=G4_Pb + --> #secondaries=22 impactParameter[fm]=7.08188 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 372 projectile=omega- Ekin[MeV]=17076.7 direction=(0.150254,0.922735,0.354943) material=G4_Pb + --> #secondaries=96 impactParameter[fm]=5.42385 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=6 + Collision 373 projectile=kaon0L Ekin[MeV]=2753.08 direction=(0.316861,0.896356,0.310073) material=G4_Fe + --> #secondaries=26 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 374 projectile=alpha Ekin[MeV]=29024 direction=(0.547453,0.178562,0.817564) material=G4_C + --> #secondaries=33 impactParameter[fm]=0.921297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=8 + Collision 375 projectile=xi_b0 Ekin[MeV]=6411.09 direction=(0.439608,0.795499,0.417044) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.5892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 376 projectile=anti_omega_b- Ekin[MeV]=4883.68 direction=(0.733846,0.666658,0.130522) material=G4_Al + --> #secondaries=13 impactParameter[fm]=1.61584 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 377 projectile=anti_xi0 Ekin[MeV]=28645.2 direction=(0.674168,0.293305,0.677842) material=G4_Al + --> #secondaries=46 impactParameter[fm]=1.62477 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=4 + Collision 378 projectile=anti_alpha Ekin[MeV]=1346.68 direction=(0.73883,0.285545,0.610405) material=G4_C + --> #secondaries=8 impactParameter[fm]=3.86273 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 379 projectile=proton Ekin[MeV]=13577.8 direction=(0.638915,0.738532,0.215309) material=G4_Ar + --> #secondaries=48 impactParameter[fm]=1.39183 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=33 #NNcollisions=7 + Collision 380 projectile=anti_lambda_b Ekin[MeV]=12004.8 direction=(0.6737,0.0820032,0.734441) material=G4_Al + --> #secondaries=7 impactParameter[fm]=3.15942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 381 projectile=xi_c0 Ekin[MeV]=6744.42 direction=(0.863174,0.504727,0.0134658) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.78403 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 382 projectile=anti_deuteron Ekin[MeV]=26315.8 direction=(0.105231,0.990884,0.0841206) material=G4_Fe + --> #secondaries=31 impactParameter[fm]=3.55871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=4 + Collision 383 projectile=anti_lambda_c+ Ekin[MeV]=6536.23 direction=(0.0107442,0.622003,0.782941) material=G4_Be + --> #secondaries=10 impactParameter[fm]=0.965006 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 384 projectile=anti_sigma+ Ekin[MeV]=7574.4 direction=(0.588748,0.711056,0.384415) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.769571 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 385 projectile=anti_xi- Ekin[MeV]=19714.1 direction=(0.436592,0.868216,0.235772) material=G4_Al + --> #secondaries=24 impactParameter[fm]=4.30589 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 386 projectile=doublehyperH4 Ekin[MeV]=14240 direction=(0.91027,0.402242,0.0980315) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.974 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 387 projectile=Ds- Ekin[MeV]=17540 direction=(0.734345,0.63087,0.250483) material=G4_C + --> #secondaries=15 impactParameter[fm]=1.36036 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 388 projectile=anti_triton Ekin[MeV]=14764.6 direction=(0.67299,0.653858,0.345766) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=5.41646 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=40 #NNcollisions=1 + Collision 389 projectile=anti_deuteron Ekin[MeV]=10162.7 direction=(0.113178,0.0628185,0.991587) material=G4_C + --> #secondaries=17 impactParameter[fm]=0.704202 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=2 + Collision 390 projectile=kaon0L Ekin[MeV]=1146.74 direction=(0.728681,0.532048,0.431218) material=G4_Be + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 391 projectile=kaon0L Ekin[MeV]=20558.4 direction=(0.859609,0.278989,0.428063) material=G4_Si + --> #secondaries=31 impactParameter[fm]=0.780713 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=4 + Collision 392 projectile=triton Ekin[MeV]=9211.63 direction=(0.144776,0.0246358,0.989158) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 393 projectile=Bs0 Ekin[MeV]=25080.1 direction=(0.624771,0.528386,0.574865) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.07053 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 394 projectile=anti_proton Ekin[MeV]=19916.3 direction=(0.875239,0.435793,0.20986) material=G4_Ar + --> #secondaries=23 impactParameter[fm]=4.16087 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 395 projectile=kaon0L Ekin[MeV]=10928.8 direction=(0.459878,0.614476,0.641039) material=G4_C + --> #secondaries=15 impactParameter[fm]=1.55071 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 396 projectile=xi_b0 Ekin[MeV]=20621.1 direction=(0.577772,0.491678,0.651485) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.821265 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 397 projectile=anti_xi_c+ Ekin[MeV]=1765.73 direction=(0.930758,0.0223262,0.364955) material=G4_Fe + --> #secondaries=5 impactParameter[fm]=5.17276 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 398 projectile=omega- Ekin[MeV]=23630.8 direction=(0.722468,0.565216,0.39821) material=G4_W + --> #secondaries=21 impactParameter[fm]=7.1505 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 399 projectile=Ds- Ekin[MeV]=18555.1 direction=(0.00627177,0.740163,0.672398) material=G4_Pb + --> #secondaries=21 impactParameter[fm]=8.12619 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 400 projectile=hypertriton Ekin[MeV]=3970.26 direction=(0.388149,0.396089,0.832138) material=G4_W + --> #secondaries=32 impactParameter[fm]=7.32174 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=181 #NNcollisions=1 List of produced secondaries: - j=0 proton p=(4380.11,6218.92,3447.218403.8) MeV - j=1 sigma_c+ p=(672.46,1239.34,149.7912833.04) MeV - j=2 sigma- p=(539.776,5.1658,277.1691342.42) MeV - j=3 neutron p=(283.275,119.001,-8.04166988.562) MeV - j=4 neutron p=(46.5331,-353.434,-44.4681005.9) MeV - j=5 neutron p=(214.466,537.493,214.2311124.09) MeV - j=6 proton p=(190.552,352,348.5421077.98) MeV - j=7 proton p=(-65.914,-389.801,-36.92151018.83) MeV - j=8 proton p=(117.098,124.45,281.93994.504) MeV - j=9 pi+ p=(-146.959,112.786,-180.333293.799) MeV - j=10 proton p=(9.86896,363.809,94.71971010.83) MeV - j=11 pi+ p=(100.639,-124.968,-76.5859226.032) MeV - j=12 neutron p=(0.947585,195.635,220.367984.692) MeV - j=13 neutron p=(411.088,-227.929,-427.8731134.37) MeV - j=14 neutron p=(270.94,228.763,-0.7142871004.25) MeV - j=15 neutron p=(-29.5922,-26.5038,429.6741033.92) MeV - j=16 neutron p=(265.286,-243.62,15.94311006.36) MeV - j=17 neutron p=(399.281,-382.917,225.5161113.41) MeV - j=18 proton p=(-51.539,-23.3589,259.572975.158) MeV - j=19 neutron p=(142.022,283.178,-126.896999.623) MeV - j=20 proton p=(122.918,203.141,118.594975.087) MeV - j=21 neutron p=(93.0176,-154.641,-209.983979.511) MeV - j=22 proton p=(-171.732,32.8401,-274.547993.127) MeV - j=23 neutron p=(180.764,64.3654,99.325964.089) MeV - j=24 neutron p=(-26.3126,-53.4144,70.801944.109) MeV - j=25 proton p=(-46.982,80.588,-89.8315947.167) MeV - j=26 neutron p=(-132.692,67.0499,56.1407952.91) MeV - j=27 neutron p=(54.6507,-34.3161,103.974947.501) MeV - j=28 neutron p=(-138.048,161.549,75.7119966.266) MeV - j=29 neutron p=(52.5584,81.9571,70.3747947.214) MeV - j=30 Yb164[123.310] p=(-749.78,1137.6,-116.356152675) MeV - j=31 neutron p=(-26.4581,-75.7419,-31.6247943.515) MeV - j=32 neutron p=(22.8451,-18.9743,-74.5065942.983) MeV - j=33 neutron p=(-40.0836,66.7929,-8.53121942.828) MeV - j=34 neutron p=(-42.957,97.3791,91.831950.023) MeV - j=35 neutron p=(39.4232,109.083,2.82451946.702) MeV - j=36 neutron p=(-15.4702,-104.538,-31.9221946.028) MeV - j=37 alpha p=(283.769,-122.698,252.6393748.7) MeV - j=38 neutron p=(-67.712,23.4903,-51.5069943.702) MeV - j=39 neutron p=(-6.8432,-31.2081,-67.5432942.532) MeV - j=40 neutron p=(14.9326,59.4127,-36.1808942.255) MeV - j=41 neutron p=(34.2336,26.6746,-56.5694942.267) MeV - j=42 neutron p=(23.6464,-42.8266,25.4883941.183) MeV - j=43 neutron p=(24.2482,-16.4176,-9.25026940.067) MeV - j=44 neutron p=(-14.006,-20.6349,31.6277940.428) MeV - j=45 gamma p=(0.718908,2.79394,-3.992694.9259) MeV - j=46 gamma p=(-0.552339,-0.0648393,0.1312950.57142) MeV - j=47 gamma p=(-0.273858,-0.404993,0.3019410.574618) MeV - j=48 gamma p=(0.0940131,-0.474969,0.2057410.526083) MeV - j=49 gamma p=(-0.14472,-0.330424,0.2871320.461052) MeV - j=50 gamma p=(-0.217434,0.217,0.2185350.376993) MeV - j=51 gamma p=(0.254616,0.0547367,0.02222990.26138) MeV - Collision 601 projectile=D0 Ekin[MeV]=17799.6 direction=(0.425579,0.220549,0.877633) material=G4_Si - --> #secondaries=23 impactParameter[fm]=0.833825 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 602 projectile=kaon- Ekin[MeV]=23206.5 direction=(0.426286,0.433444,0.793981) material=G4_C - --> #secondaries=7 impactParameter[fm]=2.08683 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 603 projectile=anti_sigma+ Ekin[MeV]=17204.8 direction=(0.685536,0.0518837,0.726188) material=G4_Be - --> #secondaries=9 impactParameter[fm]=3.3133 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 604 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=26444.3 direction=(0.528844,0.488021,0.694377) material=G4_C - --> #secondaries=28 impactParameter[fm]=1.94872 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=4 - Collision 605 projectile=xi_b- Ekin[MeV]=16062.1 direction=(0.726179,0.458406,0.512375) material=G4_C - --> #secondaries=11 impactParameter[fm]=1.31711 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 606 projectile=doublehyperH4 Ekin[MeV]=13169.7 direction=(0.299628,0.443647,0.84463) material=G4_He - --> #secondaries=7 impactParameter[fm]=3.05375 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 607 projectile=anti_triton Ekin[MeV]=10908 direction=(0.269996,0.665987,0.695387) material=G4_He - --> #secondaries=13 impactParameter[fm]=1.6435 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 608 projectile=anti_omega_b- Ekin[MeV]=26674.2 direction=(0.16289,0.12851,0.978239) material=G4_Al - --> #secondaries=22 impactParameter[fm]=1.4372 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 609 projectile=doublehyperdoubleneutron Ekin[MeV]=4124.03 direction=(0.71549,0.695408,0.0669535) material=G4_Cu - --> #secondaries=32 impactParameter[fm]=3.98134 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 610 projectile=lambda_c+ Ekin[MeV]=13209.4 direction=(0.23578,0.844939,0.48009) material=G4_Ar - --> #secondaries=5 impactParameter[fm]=2.8828 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 611 projectile=anti_xi- Ekin[MeV]=14505.1 direction=(0.955307,0.0181481,0.295057) material=G4_Pb - --> #secondaries=71 impactParameter[fm]=3.88837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 612 projectile=doublehyperH4 Ekin[MeV]=13182.6 direction=(0.99669,0.0714174,0.0388407) material=G4_He - --> #secondaries=14 impactParameter[fm]=0.905212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=5 - Collision 613 projectile=anti_xi- Ekin[MeV]=22804.7 direction=(0.112588,0.727075,0.677263) material=G4_H - --> #secondaries=5 impactParameter[fm]=1.7002 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 614 projectile=anti_xi_c0 Ekin[MeV]=3926.9 direction=(0.604915,0.707934,0.364565) material=G4_C - --> #secondaries=13 impactParameter[fm]=1.78359 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 615 projectile=xi_c+ Ekin[MeV]=11047.9 direction=(0.858668,0.0402997,0.510946) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.7177 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 616 projectile=doublehyperdoubleneutron Ekin[MeV]=2224.23 direction=(0.65766,0.48701,0.574722) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.13784 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=1 - Collision 617 projectile=anti_xi_c+ Ekin[MeV]=7486.25 direction=(0.548068,0.14015,0.824609) material=G4_He - --> #secondaries=5 impactParameter[fm]=2.3047 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 618 projectile=Ds+ Ekin[MeV]=10290.8 direction=(0.393813,0.742202,0.542261) material=G4_Fe - --> #secondaries=7 impactParameter[fm]=5.34939 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 619 projectile=Bc- Ekin[MeV]=1639.06 direction=(0.00650605,0.897271,0.441433) material=G4_He - --> #secondaries=4 impactParameter[fm]=0.696466 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=0 - Collision 620 projectile=B+ Ekin[MeV]=19298.7 direction=(0.518569,0.847779,0.11116) material=G4_Be - --> #secondaries=6 impactParameter[fm]=0.747717 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 621 projectile=anti_doublehyperH4 Ekin[MeV]=7470.15 direction=(0.0770794,0.312785,0.946691) material=G4_Ar - --> #secondaries=8 impactParameter[fm]=6.54326 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 622 projectile=alpha Ekin[MeV]=21482.7 direction=(0.572385,0.706668,0.415927) material=G4_Ar - --> #secondaries=47 impactParameter[fm]=2.34054 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=30 #NNcollisions=7 - Collision 623 projectile=anti_xi_c0 Ekin[MeV]=12325.8 direction=(0.557359,0.206528,0.804175) material=G4_Cu - --> #secondaries=50 impactParameter[fm]=1.52696 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 - Collision 624 projectile=anti_hyperH4 Ekin[MeV]=16058.9 direction=(0.38859,0.847418,0.361775) material=G4_Be - --> #secondaries=22 impactParameter[fm]=2.92136 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 625 projectile=deuteron Ekin[MeV]=24231.6 direction=(0.243871,0.946764,0.210156) material=G4_Cu - --> #secondaries=47 impactParameter[fm]=3.55442 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 - Collision 626 projectile=anti_proton Ekin[MeV]=24570.5 direction=(0.056303,0.230709,0.971392) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.73227 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 627 projectile=anti_xi0 Ekin[MeV]=24397.8 direction=(0.554129,0.535731,0.637129) material=G4_Cu - --> #secondaries=50 impactParameter[fm]=3.1671 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=3 - Collision 628 projectile=xi- Ekin[MeV]=11508.8 direction=(0.585542,0.772665,0.245213) material=G4_W - --> #secondaries=74 impactParameter[fm]=2.50697 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=2 - Collision 629 projectile=anti_xi0 Ekin[MeV]=8337.61 direction=(0.804171,0.1584,0.572904) material=G4_C - --> #secondaries=9 impactParameter[fm]=1.66167 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 - Collision 630 projectile=lambda Ekin[MeV]=5658.88 direction=(0.77742,0.621348,0.0976987) material=G4_Fe - --> #secondaries=50 impactParameter[fm]=1.08962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=3 - Collision 631 projectile=anti_deuteron Ekin[MeV]=25063.1 direction=(0.227658,0.699073,0.677841) material=G4_Be - --> #secondaries=16 impactParameter[fm]=1.4189 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 632 projectile=Bs0 Ekin[MeV]=1462.88 direction=(0.276009,0.696307,0.662552) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=2.21086 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=1 - Collision 633 projectile=kaon+ Ekin[MeV]=13784.2 direction=(0.156628,0.343864,0.925865) material=G4_Al - --> #secondaries=11 impactParameter[fm]=2.99437 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 634 projectile=anti_hyperH4 Ekin[MeV]=28622 direction=(0.847102,0.342882,0.406017) material=G4_Si - --> #secondaries=14 impactParameter[fm]=4.63076 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 635 projectile=anti_sigma+ Ekin[MeV]=18375.6 direction=(0.17761,0.65327,0.735997) material=G4_Cu - --> #secondaries=34 impactParameter[fm]=2.95638 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=2 - Collision 636 projectile=kaon0S Ekin[MeV]=3705.42 direction=(0.365382,0.813804,0.451906) material=G4_Si - --> #secondaries=20 impactParameter[fm]=2.15306 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 637 projectile=neutron Ekin[MeV]=28655.8 direction=(0.617013,0.764875,0.185096) material=G4_W - --> #secondaries=25 impactParameter[fm]=6.9466 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 638 projectile=anti_D0 Ekin[MeV]=23184.6 direction=(0.129404,0.640361,0.757095) material=G4_Ar - --> #secondaries=14 impactParameter[fm]=4.17194 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 639 projectile=xi_c+ Ekin[MeV]=12333.2 direction=(0.11385,0.773711,0.623226) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.979727 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 640 projectile=Ds+ Ekin[MeV]=5206.56 direction=(0.633248,0.440635,0.636269) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=2.49223 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=2 - Collision 641 projectile=lambda Ekin[MeV]=23925 direction=(0.505182,0.711001,0.489152) material=G4_Be - --> #secondaries=14 impactParameter[fm]=0.897205 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 642 projectile=hyperH4 Ekin[MeV]=1147.4 direction=(0.739725,0.666362,0.0936409) material=G4_C - --> #secondaries=12 impactParameter[fm]=1.70493 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 643 projectile=doublehyperH4 Ekin[MeV]=29457.7 direction=(0.602226,0.557483,0.571434) material=G4_C - --> #secondaries=18 impactParameter[fm]=4.44428 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 644 projectile=Bs0 Ekin[MeV]=29579 direction=(0.241326,0.917511,0.316126) material=G4_Si - --> #secondaries=9 impactParameter[fm]=3.57466 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 645 projectile=triton Ekin[MeV]=3570.41 direction=(0.753718,0.0197786,0.6569) material=G4_Cu - --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 646 projectile=omega_c0 Ekin[MeV]=11657.9 direction=(0.852799,0.522202,0.00621724) material=G4_Si - --> #secondaries=28 impactParameter[fm]=0.7384 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 647 projectile=anti_proton Ekin[MeV]=17807.3 direction=(0.328557,0.752133,0.571268) material=G4_Si - --> #secondaries=29 impactParameter[fm]=0.893679 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 648 projectile=hypertriton Ekin[MeV]=15591.2 direction=(0.996432,0.060833,0.0585026) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=4.97261 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 649 projectile=omega- Ekin[MeV]=28100.5 direction=(0.759025,0.522845,0.387962) material=G4_He - --> #secondaries=8 impactParameter[fm]=2.74532 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 650 projectile=B0 Ekin[MeV]=16694.6 direction=(0.0348868,0.719039,0.694094) material=G4_Al - --> #secondaries=19 impactParameter[fm]=1.00342 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 651 projectile=hyperHe5 Ekin[MeV]=24121.4 direction=(0.173053,0.947133,0.270168) material=G4_C - --> #secondaries=22 impactParameter[fm]=3.3246 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=7 #NNcollisions=5 - Collision 652 projectile=xi0 Ekin[MeV]=21063.9 direction=(0.827118,0.293631,0.479225) material=G4_W - --> #secondaries=76 impactParameter[fm]=3.5424 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=5 - Collision 653 projectile=anti_triton Ekin[MeV]=28029.1 direction=(0.109424,0.878291,0.465436) material=G4_H - --> #secondaries=7 impactParameter[fm]=3.47916 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 654 projectile=B- Ekin[MeV]=25526.2 direction=(0.443869,0.237893,0.863937) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.42645 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 655 projectile=anti_hyperH4 Ekin[MeV]=5691.43 direction=(0.492961,0.238066,0.836848) material=G4_Si - --> #secondaries=8 impactParameter[fm]=4.66466 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 656 projectile=anti_xi_c+ Ekin[MeV]=22222.8 direction=(0.819115,0.497363,0.285799) material=G4_Fe - --> #secondaries=23 impactParameter[fm]=3.06973 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 657 projectile=D+ Ekin[MeV]=17167.8 direction=(0.453035,0.454767,0.766776) material=G4_Al - --> #secondaries=14 impactParameter[fm]=3.13558 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 658 projectile=He3 Ekin[MeV]=14337.9 direction=(0.356697,0.0456951,0.933102) material=G4_Ar - --> #secondaries=39 impactParameter[fm]=2.24942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=32 #NNcollisions=4 - Collision 659 projectile=doublehyperH4 Ekin[MeV]=8813.61 direction=(0.716983,0.102024,0.689585) material=G4_Cu - --> #secondaries=6 impactParameter[fm]=5.24389 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=0 - Collision 660 projectile=deuteron Ekin[MeV]=19557.6 direction=(0.807032,0.105239,0.581055) material=G4_C - --> #secondaries=9 impactParameter[fm]=2.41888 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 661 projectile=omega_c0 Ekin[MeV]=4924.56 direction=(0.589749,0.58248,0.559387) material=G4_Pb - --> #secondaries=44 impactParameter[fm]=3.62779 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=1 - Collision 662 projectile=B- Ekin[MeV]=24691.9 direction=(0.532064,0.528456,0.661546) material=G4_W - --> #secondaries=18 impactParameter[fm]=5.30266 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 663 projectile=doublehyperH4 Ekin[MeV]=7552.36 direction=(0.474281,0.869173,0.139988) material=G4_Cu - --> #secondaries=29 impactParameter[fm]=4.18965 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=59 #NNcollisions=1 - Collision 664 projectile=alpha Ekin[MeV]=8053.03 direction=(0.547234,0.639343,0.540163) material=G4_H - --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 665 projectile=lambda Ekin[MeV]=10808.6 direction=(0.84226,0.429935,0.3252) material=G4_Al - --> #secondaries=24 impactParameter[fm]=2.6626 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 - Collision 666 projectile=anti_sigma+ Ekin[MeV]=29143.3 direction=(0.430912,0.899077,0.0772956) material=G4_Cu - --> #secondaries=57 impactParameter[fm]=2.40737 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=4 - Collision 667 projectile=anti_omega- Ekin[MeV]=26918.9 direction=(0.868635,0.280161,0.408636) material=G4_Pb - --> #secondaries=47 impactParameter[fm]=6.7646 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 - Collision 668 projectile=xi_b0 Ekin[MeV]=22532 direction=(0.139506,0.89638,0.420762) material=G4_Al - --> #secondaries=14 impactParameter[fm]=4.47384 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 669 projectile=Bc+ Ekin[MeV]=8441.92 direction=(0.707754,0.246167,0.662183) material=G4_W - --> #secondaries=32 impactParameter[fm]=4.246 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=3 - Collision 670 projectile=B- Ekin[MeV]=29626.4 direction=(0.806625,0.212926,0.551379) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.14911 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 671 projectile=anti_hypertriton Ekin[MeV]=17939.5 direction=(0.511052,0.811253,0.284067) material=G4_Ar - --> #secondaries=9 impactParameter[fm]=5.81195 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=40 #NNcollisions=1 - Collision 672 projectile=anti_omega- Ekin[MeV]=17432.6 direction=(0.164349,0.98057,0.107106) material=G4_Pb - --> #secondaries=26 impactParameter[fm]=6.7319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 673 projectile=xi0 Ekin[MeV]=17411.8 direction=(0.676028,0.713254,0.185083) material=G4_C - --> #secondaries=16 impactParameter[fm]=1.28041 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 674 projectile=anti_alpha Ekin[MeV]=10150.6 direction=(0.770747,0.57451,0.275479) material=G4_W - --> #secondaries=28 impactParameter[fm]=9.11395 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=183 #NNcollisions=0 - Collision 675 projectile=omega_c0 Ekin[MeV]=14686.5 direction=(0.461109,0.555744,0.691756) material=G4_Pb - --> #secondaries=27 impactParameter[fm]=6.4412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=0 - Collision 676 projectile=anti_hypertriton Ekin[MeV]=12676.5 direction=(0.722475,0.527639,0.446796) material=G4_Pb - --> #secondaries=96 impactParameter[fm]=1.98057 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=3 - Collision 677 projectile=hyperHe5 Ekin[MeV]=6416.74 direction=(0.653341,0.00702565,0.757031) material=G4_Al - --> #secondaries=9 impactParameter[fm]=4.76237 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 678 projectile=pi+ Ekin[MeV]=21510.7 direction=(0.776381,0.620383,0.111165) material=G4_Ar - --> #secondaries=12 impactParameter[fm]=3.1793 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=0 - Collision 679 projectile=D- Ekin[MeV]=21668.7 direction=(0.0406484,0.353711,0.934471) material=G4_He - --> #secondaries=12 impactParameter[fm]=2.04717 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 680 projectile=kaon+ Ekin[MeV]=6254.72 direction=(0.585977,0.416469,0.695115) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.406785 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 681 projectile=hyperalpha Ekin[MeV]=7114.15 direction=(0.539905,0.524278,0.65851) material=G4_Pb - --> #secondaries=12 impactParameter[fm]=9.30407 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=205 #NNcollisions=0 - Collision 682 projectile=deuteron Ekin[MeV]=18671.9 direction=(0.806013,0.246442,0.538154) material=G4_Cu - --> #secondaries=61 impactParameter[fm]=2.14422 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=7 - Collision 683 projectile=hyperalpha Ekin[MeV]=23537.5 direction=(0.445642,0.733341,0.513434) material=G4_C - --> #secondaries=14 impactParameter[fm]=3.01624 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 684 projectile=sigma- Ekin[MeV]=11888.7 direction=(0.0856009,0.401595,0.911808) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.27913 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 685 projectile=D- Ekin[MeV]=28609.7 direction=(0.492393,0.637342,0.592743) material=G4_Fe - --> #secondaries=13 impactParameter[fm]=4.89263 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 686 projectile=lambda_b Ekin[MeV]=6972.26 direction=(0.424046,0.520745,0.740952) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.3281 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 687 projectile=anti_B0 Ekin[MeV]=8327.98 direction=(0.231846,0.487769,0.841622) material=G4_Be - --> #secondaries=6 impactParameter[fm]=1.19472 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 688 projectile=Bc+ Ekin[MeV]=8574.22 direction=(0.475043,0.835126,0.277306) material=G4_Pb - --> #secondaries=8 impactParameter[fm]=5.63689 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 689 projectile=xi_b- Ekin[MeV]=3617.98 direction=(0.774082,0.229026,0.590207) material=G4_Al - --> #secondaries=7 impactParameter[fm]=2.56718 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 690 projectile=sigma- Ekin[MeV]=6438.08 direction=(0.229841,0.78509,0.575158) material=G4_C - --> #secondaries=12 impactParameter[fm]=0.922905 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 691 projectile=D0 Ekin[MeV]=29439.1 direction=(0.836524,0.240412,0.492371) material=G4_Be - --> #secondaries=17 impactParameter[fm]=1.3781 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=6 #NNcollisions=3 - Collision 692 projectile=sigma+ Ekin[MeV]=25799.2 direction=(0.223021,0.308063,0.924856) material=G4_Cu - --> #secondaries=19 impactParameter[fm]=4.96014 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 693 projectile=hyperHe5 Ekin[MeV]=13511.3 direction=(0.729741,0.449537,0.515164) material=G4_Cu - --> #secondaries=52 impactParameter[fm]=1.92795 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=4 - Collision 694 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=29682.8 direction=(0.611457,0.51455,0.601131) material=G4_Be - --> #secondaries=20 impactParameter[fm]=2.25362 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=7 #NNcollisions=3 - Collision 695 projectile=deuteron Ekin[MeV]=19892.2 direction=(0.820544,0.319811,0.473739) material=G4_Ar - --> #secondaries=15 impactParameter[fm]=4.30144 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 696 projectile=anti_triton Ekin[MeV]=25436 direction=(0.507061,0.657911,0.556814) material=G4_Cu - --> #secondaries=51 impactParameter[fm]=3.8605 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=4 - Collision 697 projectile=sigma- Ekin[MeV]=19520.4 direction=(0.597337,0.583074,0.550648) material=G4_Pb - --> #secondaries=94 impactParameter[fm]=3.77321 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=196 #NNcollisions=7 - Collision 698 projectile=xi- Ekin[MeV]=10513.7 direction=(0.719617,0.436189,0.540269) material=G4_Al - --> #secondaries=13 impactParameter[fm]=3.6989 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 699 projectile=sigma- Ekin[MeV]=19396.9 direction=(0.746064,0.642464,0.17501) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.61521 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 700 projectile=anti_neutron Ekin[MeV]=18315.4 direction=(0.951901,0.296417,0.0776019) material=G4_Cu - --> #secondaries=44 impactParameter[fm]=1.23036 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 + j=0 sigma0 p=(186.965,1019.3,1120.691937.08) MeV + j=1 proton p=(1083.82,583.332,1509.142161.66) MeV + j=2 neutron p=(-4.51635,-129.306,-292.717992.576) MeV + j=3 neutron p=(219.753,312.813,369.3081079.5) MeV + j=4 neutron p=(-17.3693,-334.182,446.7311092.85) MeV + j=5 neutron p=(-356.119,-231.62,-99.03791035.89) MeV + j=6 neutron p=(89.1246,141.849,-89.7483958.594) MeV + j=7 neutron p=(10.4488,149.437,-27.5206951.83) MeV + j=8 neutron p=(-125.155,16.3586,38.4774948.786) MeV + j=9 W170 p=(356.714,220.635,295.709158270) MeV + j=10 neutron p=(-29.3295,37.3747,123.62948.853) MeV + j=11 neutron p=(-10.0065,-77.6374,91.8802947.287) MeV + j=12 neutron p=(40.1348,40.0707,59.2286943.137) MeV + j=13 neutron p=(54.4875,-40.1777,-39.2369942.818) MeV + j=14 neutron p=(45.2966,36.8937,-1.98515941.382) MeV + j=15 neutron p=(23.7589,-57.2662,37.1061942.34) MeV + j=16 neutron p=(32.1531,16.4973,29.0802940.71) MeV + j=17 gamma p=(-1.6815,-0.839675,0.3817321.91787) MeV + j=18 gamma p=(0.568933,0.393919,0.06394560.694943) MeV + j=19 gamma p=(-0.366107,0.181301,0.464620.618689) MeV + j=20 gamma p=(0.313314,-0.250514,0.4365390.592865) MeV + j=21 gamma p=(0.582717,0.0588568,0.08233670.591441) MeV + j=22 gamma p=(0.0369952,-0.0209258,-0.5544940.556121) MeV + j=23 gamma p=(-0.383834,0.00427716,-0.3204650.500045) MeV + j=24 gamma p=(-0.237249,-0.364956,-0.1401420.457296) MeV + j=25 gamma p=(-0.0275087,-0.347174,-0.2399220.422905) MeV + j=26 gamma p=(0.0155542,-0.610777,-0.4983580.788449) MeV + j=27 gamma p=(-0.179435,0.268637,-0.3646360.487158) MeV + j=28 gamma p=(-0.398706,0.0460993,0.09539430.412543) MeV + j=29 gamma p=(-0.242024,0.185856,-0.009633240.305304) MeV + j=30 gamma p=(0.0762981,0.000887424,0.1373810.157149) MeV + j=31 neutron p=(841.692,786.766,1660.612228.87) MeV + Collision 401 projectile=anti_lambda_c+ Ekin[MeV]=8612.25 direction=(0.0588655,0.209674,0.975998) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=4.65869 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 402 projectile=anti_omega- Ekin[MeV]=8376.66 direction=(0.225303,0.740337,0.633356) material=G4_Si + --> #secondaries=15 impactParameter[fm]=2.93927 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 403 projectile=anti_triton Ekin[MeV]=17828.2 direction=(0.570924,0.69867,0.431169) material=G4_Si + --> #secondaries=25 impactParameter[fm]=4.38584 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 404 projectile=pi- Ekin[MeV]=19346.9 direction=(0.497578,0.707331,0.502095) material=G4_Be + --> #secondaries=13 impactParameter[fm]=2.02326 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 405 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=25229.2 direction=(0.728074,0.214811,0.650972) material=G4_Al + --> #secondaries=7 impactParameter[fm]=4.92447 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 406 projectile=xi- Ekin[MeV]=20944.2 direction=(0.781936,0.297,0.548057) material=G4_Al + --> #secondaries=36 impactParameter[fm]=1.06672 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 407 projectile=Ds- Ekin[MeV]=5124.5 direction=(0.65518,0.755288,0.016722) material=G4_Al + --> #secondaries=6 impactParameter[fm]=4.6604 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 408 projectile=pi+ Ekin[MeV]=20315.3 direction=(0.508243,0.619181,0.598585) material=G4_Be + --> #secondaries=12 impactParameter[fm]=0.929457 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 409 projectile=anti_He3 Ekin[MeV]=11379.5 direction=(0.538495,0.817539,0.204092) material=G4_Si + --> #secondaries=20 impactParameter[fm]=4.23006 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 410 projectile=D+ Ekin[MeV]=17436 direction=(0.166448,0.686867,0.707466) material=G4_Si + --> #secondaries=25 impactParameter[fm]=2.12233 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 411 projectile=lambda_c+ Ekin[MeV]=21685 direction=(0.445336,0.363238,0.818373) material=G4_Be + --> #secondaries=15 impactParameter[fm]=1.14983 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 412 projectile=anti_neutron Ekin[MeV]=15004.5 direction=(0.679784,0.717692,0.151035) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.467612 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 413 projectile=anti_omega_c0 Ekin[MeV]=25944.1 direction=(0.259582,0.962011,0.084564) material=G4_Cu + --> #secondaries=60 impactParameter[fm]=2.0929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=4 + Collision 414 projectile=neutron Ekin[MeV]=11571.8 direction=(0.264123,0.629204,0.730987) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.49513 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 415 projectile=triton Ekin[MeV]=23851.8 direction=(0.719797,0.616593,0.318913) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.68422 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 416 projectile=anti_triton Ekin[MeV]=16693.8 direction=(0.887522,0.398074,0.232039) material=G4_Si + --> #secondaries=20 impactParameter[fm]=3.07849 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 417 projectile=He3 Ekin[MeV]=29724.6 direction=(0.649547,0.341277,0.679425) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.71804 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 418 projectile=doublehyperdoubleneutron Ekin[MeV]=22542.7 direction=(0.337984,0.511646,0.789927) material=G4_Si + --> #secondaries=19 impactParameter[fm]=1.91619 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 419 projectile=Ds- Ekin[MeV]=8777.7 direction=(0.987101,0.152413,0.0490106) material=G4_Si + --> #secondaries=11 impactParameter[fm]=1.33437 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 420 projectile=kaon- Ekin[MeV]=17616.2 direction=(0.441267,0.730038,0.52185) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=5.41859 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 421 projectile=anti_Bs0 Ekin[MeV]=4314.43 direction=(0.955742,0.221675,0.193435) material=G4_Al + --> #secondaries=7 impactParameter[fm]=2.7971 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 422 projectile=deuteron Ekin[MeV]=21999.9 direction=(0.610359,0.518754,0.598629) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.10327 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 423 projectile=anti_sigma- Ekin[MeV]=13682.2 direction=(0.841285,0.0192942,0.540248) material=G4_W + --> #secondaries=44 impactParameter[fm]=5.02611 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 424 projectile=hyperHe5 Ekin[MeV]=12908.2 direction=(0.441931,0.867901,0.226812) material=G4_Al + --> #secondaries=10 impactParameter[fm]=6.56966 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 425 projectile=anti_sigma+ Ekin[MeV]=23366.1 direction=(0.1001,0.222823,0.969706) material=G4_Ar + --> #secondaries=6 impactParameter[fm]=4.74382 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 426 projectile=pi+ Ekin[MeV]=13271.7 direction=(0.997757,0.0590727,0.0314905) material=G4_Fe + --> #secondaries=45 impactParameter[fm]=1.08907 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=48 #NNcollisions=6 + Collision 427 projectile=anti_xi_b0 Ekin[MeV]=14853.4 direction=(0.659413,0.62903,0.411699) material=G4_Si + --> #secondaries=16 impactParameter[fm]=2.53059 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 428 projectile=D0 Ekin[MeV]=29236.1 direction=(0.544399,0.0523291,0.837193) material=G4_Si + --> #secondaries=10 impactParameter[fm]=3.54403 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 429 projectile=anti_xi_c+ Ekin[MeV]=14853.2 direction=(0.596409,0.466761,0.653016) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=4.32207 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 430 projectile=proton Ekin[MeV]=19211.9 direction=(0.241581,0.932488,0.268524) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.09564 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 431 projectile=anti_He3 Ekin[MeV]=15694.7 direction=(0.073738,0.0192107,0.997093) material=G4_C + --> #secondaries=22 impactParameter[fm]=2.45272 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 432 projectile=hyperHe5 Ekin[MeV]=23699.5 direction=(0.275895,0.45152,0.848535) material=G4_Pb + --> #secondaries=117 impactParameter[fm]=5.60582 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=188 #NNcollisions=7 + Collision 433 projectile=D0 Ekin[MeV]=4508.31 direction=(0.554609,0.675937,0.485302) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=2.9234 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 434 projectile=anti_xi_c+ Ekin[MeV]=1098.67 direction=(0.292663,0.514178,0.806207) material=G4_Fe + --> #secondaries=11 impactParameter[fm]=4.19162 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 435 projectile=D- Ekin[MeV]=16849 direction=(0.828348,0.433614,0.354711) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.16443 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 436 projectile=B0 Ekin[MeV]=8654.52 direction=(0.572722,0.375628,0.728624) material=G4_Al + --> #secondaries=9 impactParameter[fm]=2.5823 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 437 projectile=anti_deuteron Ekin[MeV]=22711.5 direction=(0.411141,0.10726,0.905239) material=G4_Si + --> #secondaries=12 impactParameter[fm]=5.24239 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 438 projectile=anti_lambda_b Ekin[MeV]=27006.2 direction=(0.85486,0.518287,0.0243581) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=3.32609 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 439 projectile=anti_hyperH4 Ekin[MeV]=16729.7 direction=(0.111517,0.788482,0.604864) material=G4_Al + --> #secondaries=16 impactParameter[fm]=5.77855 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 440 projectile=neutron Ekin[MeV]=22813.9 direction=(0.511474,0.69643,0.503368) material=G4_W + --> #secondaries=77 impactParameter[fm]=4.18263 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 441 projectile=xi_c+ Ekin[MeV]=22770.8 direction=(0.849205,0.212541,0.483402) material=G4_W + --> #secondaries=60 impactParameter[fm]=5.17243 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 442 projectile=xi- Ekin[MeV]=20210.9 direction=(0.719611,0.6804,0.138625) material=G4_H + --> #secondaries=10 impactParameter[fm]=2.05343 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 443 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=20461 direction=(0.715544,0.697366,0.0409467) material=G4_Fe + --> #secondaries=8 impactParameter[fm]=5.29026 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 444 projectile=triton Ekin[MeV]=11725.3 direction=(0.0280486,0.774987,0.631354) material=G4_Al + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 445 projectile=anti_sigma+ Ekin[MeV]=20345.4 direction=(0.799487,0.458106,0.388535) material=G4_Al + --> #secondaries=14 impactParameter[fm]=4.82372 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 446 projectile=D+ Ekin[MeV]=29506.2 direction=(0.514561,0.527974,0.675626) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=5.39617 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 447 projectile=anti_xi_b0 Ekin[MeV]=16658.6 direction=(0.113595,0.919122,0.37724) material=G4_Si + --> #secondaries=21 impactParameter[fm]=2.00032 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 448 projectile=lambda_c+ Ekin[MeV]=26536.3 direction=(0.262002,0.704174,0.65992) material=G4_Al + --> #secondaries=11 impactParameter[fm]=3.56323 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 449 projectile=D0 Ekin[MeV]=5583.4 direction=(0.489728,0.86053,0.140192) material=G4_Si + --> #secondaries=9 impactParameter[fm]=4.01892 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 450 projectile=hypertriton Ekin[MeV]=17526.9 direction=(0.204884,0.660639,0.722204) material=G4_He + --> #secondaries=10 impactParameter[fm]=2.53194 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=2 #NNcollisions=3 + Collision 451 projectile=proton Ekin[MeV]=5932.78 direction=(0.132462,0.906354,0.401219) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.47487 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 452 projectile=pi+ Ekin[MeV]=7503.82 direction=(0.739187,0.150891,0.65638) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.87215 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 453 projectile=xi_c+ Ekin[MeV]=15303.4 direction=(0.672786,0.401524,0.6214) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=5.15425 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 454 projectile=anti_He3 Ekin[MeV]=11030.9 direction=(0.570846,0.617528,0.541104) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.65464 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 455 projectile=anti_hyperH4 Ekin[MeV]=15666.8 direction=(0.414894,0.753288,0.510314) material=G4_Cu + --> #secondaries=79 impactParameter[fm]=0.344227 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=5 + Collision 456 projectile=B+ Ekin[MeV]=24116.7 direction=(0.0558133,0.935416,0.349117) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=3.81018 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 457 projectile=anti_xi_b0 Ekin[MeV]=5623.55 direction=(0.142443,0.763902,0.629416) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.248743 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 458 projectile=omega_b- Ekin[MeV]=4205.05 direction=(0.545366,0.559802,0.623857) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.40922 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 459 projectile=anti_D0 Ekin[MeV]=8133.16 direction=(0.834745,0.0902548,0.543189) material=G4_Si + --> #secondaries=8 impactParameter[fm]=2.57783 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 460 projectile=anti_hyperHe5 Ekin[MeV]=7064.13 direction=(0.934626,0.107496,0.338996) material=G4_Al + --> #secondaries=6 impactParameter[fm]=6.00132 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 461 projectile=xi- Ekin[MeV]=4838.78 direction=(0.610779,0.702067,0.36613) material=G4_Be + --> #secondaries=7 impactParameter[fm]=3.1609 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 462 projectile=anti_hyperHe5 Ekin[MeV]=3650.64 direction=(0.0762102,0.761813,0.643298) material=G4_Al + --> #secondaries=29 impactParameter[fm]=3.5395 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=4 + Collision 463 projectile=Bc- Ekin[MeV]=29160.7 direction=(0.0912359,0.690338,0.717711) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.458897 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 464 projectile=D0 Ekin[MeV]=17706.7 direction=(0.499629,0.724037,0.475542) material=G4_Pb + --> #secondaries=19 impactParameter[fm]=6.7515 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 465 projectile=triton Ekin[MeV]=3633.75 direction=(0.969381,0.155736,0.189858) material=G4_He + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 466 projectile=D- Ekin[MeV]=19420.6 direction=(0.0805779,0.992637,0.0904417) material=G4_Si + --> #secondaries=5 impactParameter[fm]=3.9089 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 467 projectile=xi_c0 Ekin[MeV]=24503.8 direction=(0.654274,0.13665,0.74381) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.75378 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 468 projectile=neutron Ekin[MeV]=28563.5 direction=(0.84742,0.530129,0.0290117) material=G4_W + --> #secondaries=56 impactParameter[fm]=1.6567 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=8 + Collision 469 projectile=deuteron Ekin[MeV]=11062.5 direction=(0.552291,0.282013,0.784502) material=G4_C + --> #secondaries=15 impactParameter[fm]=4.8577 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 470 projectile=anti_Bs0 Ekin[MeV]=24412.8 direction=(0.602652,0.451329,0.658113) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=1.50751 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 471 projectile=doublehyperdoubleneutron Ekin[MeV]=8085.57 direction=(0.784839,0.56925,0.244913) material=G4_Pb + --> #secondaries=97 impactParameter[fm]=2.66832 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 472 projectile=anti_xi- Ekin[MeV]=29287 direction=(0.105215,0.9942,0.0222569) material=G4_Fe + --> #secondaries=36 impactParameter[fm]=3.21255 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 473 projectile=omega- Ekin[MeV]=24448.9 direction=(0.564805,0.68736,0.456652) material=G4_Cu + --> #secondaries=41 impactParameter[fm]=3.8866 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 474 projectile=anti_omega_b- Ekin[MeV]=2427.23 direction=(0.304205,0.649035,0.69729) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=4.33566 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=0 + Collision 475 projectile=kaon0L Ekin[MeV]=26065.7 direction=(0.663829,0.712629,0.226916) material=G4_Be + --> #secondaries=17 impactParameter[fm]=1.39872 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 476 projectile=anti_xi_b- Ekin[MeV]=9897.2 direction=(0.612847,0.475918,0.630809) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=4.50872 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 477 projectile=omega_c0 Ekin[MeV]=12989.4 direction=(0.866316,0.437443,0.241122) material=G4_Pb + --> #secondaries=56 impactParameter[fm]=4.9978 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 478 projectile=lambda Ekin[MeV]=3304.43 direction=(0.862728,0.00211078,0.505663) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.45043 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 479 projectile=anti_deuteron Ekin[MeV]=12372.3 direction=(0.616302,0.60188,0.50785) material=G4_W + --> #secondaries=17 impactParameter[fm]=10.1033 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 480 projectile=anti_B0 Ekin[MeV]=21475.3 direction=(0.45581,0.441039,0.773124) material=G4_Al + --> #secondaries=20 impactParameter[fm]=0.669239 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 481 projectile=anti_xi0 Ekin[MeV]=29940.2 direction=(0.467333,0.645209,0.604405) material=G4_H + --> #secondaries=10 impactParameter[fm]=0.717136 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 482 projectile=anti_xi0 Ekin[MeV]=12872.3 direction=(0.42475,0.59783,0.679844) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=2.82307 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 483 projectile=anti_hyperHe5 Ekin[MeV]=4800.2 direction=(0.212279,0.557297,0.802719) material=G4_Al + --> #secondaries=32 impactParameter[fm]=4.02995 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 484 projectile=B0 Ekin[MeV]=21431.3 direction=(0.0821454,0.402088,0.911909) material=G4_W + --> #secondaries=37 impactParameter[fm]=4.72451 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 485 projectile=pi+ Ekin[MeV]=8590.12 direction=(0.601387,0.533546,0.594695) material=G4_Al + --> #secondaries=21 impactParameter[fm]=1.92916 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=22 #NNcollisions=3 + Collision 486 projectile=xi_b0 Ekin[MeV]=23000 direction=(0.457184,0.550694,0.698369) material=G4_Al + --> #secondaries=15 impactParameter[fm]=2.79375 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=0 + Collision 487 projectile=anti_sigma+ Ekin[MeV]=20693.4 direction=(0.035056,0.773082,0.633337) material=G4_W + --> #secondaries=39 impactParameter[fm]=7.03421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 488 projectile=anti_xi_c0 Ekin[MeV]=29634.4 direction=(0.166377,0.451298,0.876726) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=4.69917 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 489 projectile=Bs0 Ekin[MeV]=2707.91 direction=(0.357314,0.295037,0.88616) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=3.88248 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=2 + Collision 490 projectile=hyperH4 Ekin[MeV]=26857.2 direction=(0.353584,0.181278,0.917669) material=G4_Pb + --> #secondaries=129 impactParameter[fm]=4.30973 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=9 + Collision 491 projectile=B+ Ekin[MeV]=22322.7 direction=(0.872333,0.475271,0.114688) material=G4_Al + --> #secondaries=6 impactParameter[fm]=3.28634 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 492 projectile=He3 Ekin[MeV]=25583.7 direction=(0.0691985,0.985025,0.157913) material=G4_W + --> #secondaries=92 impactParameter[fm]=4.87116 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=170 #NNcollisions=8 + Collision 493 projectile=anti_lambda_c+ Ekin[MeV]=12952.2 direction=(0.641108,0.693733,0.3282) material=G4_Ar + --> #secondaries=26 impactParameter[fm]=2.28866 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 494 projectile=B+ Ekin[MeV]=17474.5 direction=(0.656847,0.191532,0.729293) material=G4_Fe + --> #secondaries=9 impactParameter[fm]=3.46772 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=0 + Collision 495 projectile=B0 Ekin[MeV]=19836.8 direction=(0.75264,0.214615,0.622474) material=G4_Al + --> #secondaries=10 impactParameter[fm]=1.03511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 496 projectile=hyperalpha Ekin[MeV]=4908.88 direction=(0.136898,0.519797,0.84325) material=G4_Cu + --> #secondaries=32 impactParameter[fm]=4.66498 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=59 #NNcollisions=0 + Collision 497 projectile=He3 Ekin[MeV]=20744.4 direction=(0.471774,0.0539595,0.880067) material=G4_He + --> #secondaries=12 impactParameter[fm]=2.25861 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=4 + Collision 498 projectile=alpha Ekin[MeV]=18043.2 direction=(0.768015,0.517361,0.377479) material=G4_Cu + --> #secondaries=37 impactParameter[fm]=5.86747 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=60 #NNcollisions=4 + Collision 499 projectile=proton Ekin[MeV]=28213.9 direction=(0.699225,0.624509,0.347955) material=G4_C + --> #secondaries=19 impactParameter[fm]=3.15586 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 500 projectile=anti_lambda Ekin[MeV]=2422.93 direction=(0.705974,0.680716,0.195516) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.537129 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 List of produced secondaries: - j=0 pi+ p=(4588.06,1235.92,162.4824756.44) MeV - j=1 pi0 p=(1085.77,208.873,41.17581114.65) MeV - j=2 pi0 p=(372.108,381.844,-140.51567.654) MeV - j=3 pi+ p=(137.149,212.983,183.04342.279) MeV - j=4 proton p=(-102.834,176.945,-306.6971008.12) MeV - j=5 proton p=(-30.22,101.172,-144.848955.24) MeV - j=6 neutron p=(-225.863,-94.16,-29.0823971.344) MeV - j=7 neutron p=(-271.821,-171.888,269.1511028.91) MeV - j=8 proton p=(63.3661,391.106,259.0711050.93) MeV - j=9 neutron p=(336.152,145.891,90.39471012.54) MeV - j=10 neutron p=(375.08,-44.0547,248.461042.66) MeV - j=11 pi0 p=(1936.21,829.777,-183.8482118.83) MeV - j=12 pi+ p=(2778.58,404.597,318.6732829.36) MeV - j=13 pi0 p=(3452.39,1217.76,-203.9033669.03) MeV - j=14 pi- p=(692.684,660.013,106.546972.759) MeV - j=15 pi0 p=(780.871,-90.1923,64.6092800.18) MeV - j=16 pi- p=(876.043,233.375,797.7711215.66) MeV - j=17 proton p=(-100.478,-320.502,-163.8471009.96) MeV - j=18 proton p=(243.833,85.5561,-91.0696977.457) MeV - j=19 neutron p=(307.125,-112.029,149.4761005.98) MeV - j=20 proton p=(-184.696,-7.94186,-16.548956.454) MeV - j=21 neutron p=(195.808,388.675,-350.9351093.32) MeV - j=22 proton p=(293.674,146.577,-170.761008.58) MeV - j=23 proton p=(-164.102,-33.9642,239.72982.804) MeV - j=24 neutron p=(11.7536,-71.6234,446.7171042.88) MeV - j=25 neutron p=(-4.12434,222.778,-348.5511026.61) MeV - j=26 proton p=(166.56,-296.804,72.90111000.75) MeV - j=27 O17 p=(379.951,197.359,626.01515848.7) MeV - j=28 neutron p=(91.2488,-86.8403,20.3874948.191) MeV - j=29 neutron p=(-74.808,151.219,34.1427955.203) MeV - j=30 triton p=(198.612,55.4659,-312.2092833.73) MeV - j=31 triton p=(-84.8014,-285.555,-238.332834.71) MeV - j=32 proton p=(216.043,28.9302,-13.8309963.357) MeV - j=33 triton p=(-143.928,-155.682,136.9332820.24) MeV - j=34 neutron p=(140.081,0.867152,-125.873958.254) MeV - j=35 He3 p=(-126.423,-348.446,153.3082836.89) MeV - j=36 triton p=(123.188,259.914,-178.7752829.26) MeV - j=37 proton p=(19.3246,-135.518,-9.44898948.252) MeV - j=38 neutron p=(-25.9675,72.2534,-134.412952.231) MeV - j=39 neutron p=(6.81969,123.859,33.2678948.302) MeV - j=40 deuteron p=(-89.9175,113.667,181.1411889.91) MeV - j=41 alpha p=(67.5965,-91.8088,20.31053729.18) MeV - j=42 gamma p=(0.11905,0.194868,0.09342860.246729) MeV - j=43 gamma p=(0.87,0.171317,0.1449140.898471) MeV - Collision 701 projectile=anti_xi_c0 Ekin[MeV]=3727.64 direction=(0.586216,0.716167,0.378756) material=G4_W - --> #secondaries=21 impactParameter[fm]=6.62347 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 702 projectile=anti_omega- Ekin[MeV]=24747.5 direction=(0.854413,0.225184,0.468263) material=G4_C - --> #secondaries=18 impactParameter[fm]=1.43552 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 703 projectile=B+ Ekin[MeV]=2590.43 direction=(0.335631,0.93357,0.125694) material=G4_Ar - --> #secondaries=11 impactParameter[fm]=1.73945 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 704 projectile=anti_B0 Ekin[MeV]=4461.28 direction=(0.543743,0.837279,0.0575089) material=G4_W - --> #secondaries=19 impactParameter[fm]=6.66799 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 705 projectile=deuteron Ekin[MeV]=11705.9 direction=(0.0553239,0.487706,0.871253) material=G4_H - --> #secondaries=6 impactParameter[fm]=0.339364 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 706 projectile=anti_neutron Ekin[MeV]=22781.1 direction=(0.18819,0.465943,0.86457) material=G4_C - --> #secondaries=18 impactParameter[fm]=2.45962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 707 projectile=xi_b- Ekin[MeV]=3081.15 direction=(0.859673,0.306521,0.408666) material=G4_Pb - --> #secondaries=26 impactParameter[fm]=4.78766 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=1 - Collision 708 projectile=Bs0 Ekin[MeV]=10004.9 direction=(0.750802,0.614406,0.242489) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.62563 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 709 projectile=lambda_c+ Ekin[MeV]=16265.4 direction=(0.648622,0.61402,0.449743) material=G4_Pb - --> #secondaries=26 impactParameter[fm]=6.42892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 - Collision 710 projectile=anti_lambda_b Ekin[MeV]=3998.02 direction=(0.174854,0.428415,0.886503) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.39684 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 711 projectile=B- Ekin[MeV]=10480.9 direction=(0.52249,0.850138,0.0653335) material=G4_Pb - --> #secondaries=39 impactParameter[fm]=5.27454 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 712 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=8653.24 direction=(0.666878,0.336481,0.664872) material=G4_Cu - --> #secondaries=66 impactParameter[fm]=2.62829 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=4 - Collision 713 projectile=anti_neutron Ekin[MeV]=2791.58 direction=(0.607125,0.794533,0.0108038) material=G4_C - --> #secondaries=7 impactParameter[fm]=3.04297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 - Collision 714 projectile=anti_Bs0 Ekin[MeV]=24192.9 direction=(0.620294,0.523452,0.584151) material=G4_Cu - --> #secondaries=19 impactParameter[fm]=3.40877 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 715 projectile=xi_b0 Ekin[MeV]=29941 direction=(0.253457,0.804371,0.537352) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.950176 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 716 projectile=anti_doublehyperH4 Ekin[MeV]=24313.8 direction=(0.08468,0.815008,0.573229) material=G4_Si - --> #secondaries=13 impactParameter[fm]=5.66651 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 717 projectile=anti_triton Ekin[MeV]=25902 direction=(0.394049,0.644762,0.654987) material=G4_Si - --> #secondaries=20 impactParameter[fm]=6.55656 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=28 #NNcollisions=1 - Collision 718 projectile=doublehyperdoubleneutron Ekin[MeV]=7022.3 direction=(0.647404,0.523525,0.553886) material=G4_Fe - --> #secondaries=15 impactParameter[fm]=4.16931 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 719 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=23542.7 direction=(0.410532,0.201213,0.889369) material=G4_Pb - --> #secondaries=175 impactParameter[fm]=3.15379 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=6 - Collision 720 projectile=pi+ Ekin[MeV]=15202.1 direction=(0.439492,0.878455,0.187522) material=G4_Be - --> #secondaries=11 impactParameter[fm]=3.25061 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 721 projectile=anti_omega- Ekin[MeV]=2157.8 direction=(0.502922,0.66475,0.552428) material=G4_C - --> #secondaries=7 impactParameter[fm]=0.593224 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 - Collision 722 projectile=deuteron Ekin[MeV]=29906 direction=(0.804124,0.583746,0.112363) material=G4_C - --> #secondaries=21 impactParameter[fm]=1.75896 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 723 projectile=triton Ekin[MeV]=25741 direction=(0.334724,0.571137,0.749508) material=G4_He - --> #secondaries=11 impactParameter[fm]=5.39548 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 724 projectile=D- Ekin[MeV]=5938.07 direction=(0.703103,0.690178,0.171176) material=G4_W - --> #secondaries=26 impactParameter[fm]=6.24231 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 - Collision 725 projectile=anti_lambda_c+ Ekin[MeV]=7556.99 direction=(0.541125,0.77973,0.314969) material=G4_Al - --> #secondaries=14 impactParameter[fm]=2.73427 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 726 projectile=hypertriton Ekin[MeV]=9160.34 direction=(0.649624,0.494379,0.577562) material=G4_Si - --> #secondaries=14 impactParameter[fm]=3.47582 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 727 projectile=anti_sigma+ Ekin[MeV]=21934.7 direction=(0.622486,0.747524,0.231772) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.27217 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 728 projectile=kaon- Ekin[MeV]=5641.8 direction=(0.473403,0.343077,0.811288) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=2.8372 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 729 projectile=anti_proton Ekin[MeV]=11055.5 direction=(0.581247,0.767582,0.270129) material=G4_Pb - --> #secondaries=34 impactParameter[fm]=4.12297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 730 projectile=anti_hypertriton Ekin[MeV]=7660.07 direction=(0.24235,0.53768,0.807569) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.87586 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 731 projectile=lambda_c+ Ekin[MeV]=27158.3 direction=(0.671899,0.692108,0.263702) material=G4_He - --> #secondaries=12 impactParameter[fm]=2.66278 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 732 projectile=anti_lambda_b Ekin[MeV]=18962.1 direction=(0.34836,0.484999,0.802135) material=G4_Be - --> #secondaries=10 impactParameter[fm]=2.19297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 - Collision 733 projectile=anti_lambda_b Ekin[MeV]=5926.97 direction=(0.903179,0.356643,0.238899) material=G4_C - --> #secondaries=8 impactParameter[fm]=3.2011 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 734 projectile=kaon0S Ekin[MeV]=19453.5 direction=(0.588513,0.806488,0.0568285) material=G4_Al - --> #secondaries=20 impactParameter[fm]=3.29111 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 735 projectile=kaon0L Ekin[MeV]=23822.7 direction=(0.638101,0.437802,0.633369) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=3.67684 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 736 projectile=xi_c0 Ekin[MeV]=21011.8 direction=(0.616556,0.586117,0.525666) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.08671 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 737 projectile=lambda_b Ekin[MeV]=18994.4 direction=(0.656934,0.551024,0.514597) material=G4_C - --> #secondaries=8 impactParameter[fm]=3.43047 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 738 projectile=anti_xi- Ekin[MeV]=13064.6 direction=(0.502404,0.739153,0.448601) material=G4_W - --> #secondaries=81 impactParameter[fm]=2.9298 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 - Collision 739 projectile=B- Ekin[MeV]=9564.05 direction=(0.827794,0.0984245,0.552332) material=G4_Pb - --> #secondaries=11 impactParameter[fm]=2.69943 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 740 projectile=pi- Ekin[MeV]=25414.4 direction=(0.218856,0.155169,0.96334) material=G4_Al - --> #secondaries=12 impactParameter[fm]=1.10301 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 741 projectile=neutron Ekin[MeV]=12046.3 direction=(0.441381,0.86941,0.222056) material=G4_W - --> #secondaries=72 impactParameter[fm]=4.32678 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 - Collision 742 projectile=hyperalpha Ekin[MeV]=11986.3 direction=(0.823835,0.553557,0.121942) material=G4_Cu - --> #secondaries=29 impactParameter[fm]=3.32688 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=62 #NNcollisions=2 - Collision 743 projectile=kaon0S Ekin[MeV]=21297.5 direction=(0.323284,0.596106,0.734945) material=G4_Si - --> #secondaries=17 impactParameter[fm]=3.76046 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 744 projectile=xi_c0 Ekin[MeV]=15648.1 direction=(0.802419,0.325341,0.500277) material=G4_Pb - --> #secondaries=78 impactParameter[fm]=4.20913 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=197 #NNcollisions=5 - Collision 745 projectile=neutron Ekin[MeV]=11723.3 direction=(0.286489,0.136812,0.948265) material=G4_Al - --> #secondaries=26 impactParameter[fm]=3.45777 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 746 projectile=anti_alpha Ekin[MeV]=26992.8 direction=(0.184579,0.66469,0.723959) material=G4_H - --> #secondaries=3 impactParameter[fm]=2.88236 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 747 projectile=anti_deuteron Ekin[MeV]=24642.2 direction=(0.511788,0.598866,0.615981) material=G4_W - --> #secondaries=86 impactParameter[fm]=4.66156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=6 - Collision 748 projectile=omega_c0 Ekin[MeV]=7530.07 direction=(0.0306281,0.702548,0.710977) material=G4_Be - --> #secondaries=5 impactParameter[fm]=2.92808 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 749 projectile=xi_b0 Ekin[MeV]=10920.2 direction=(0.566068,0.0523239,0.822696) material=G4_Si - --> #secondaries=13 impactParameter[fm]=3.66268 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 750 projectile=pi+ Ekin[MeV]=2094.95 direction=(0.38298,0.11731,0.916278) material=G4_Be + j=0 pi0 p=(-406.622,-251.172,-165.664523.538) MeV + j=1 pi0 p=(1214.25,780.393,475.7431525.77) MeV + j=2 kaon+ p=(1563.14,1756.72,346.4912427.6) MeV + Collision 501 projectile=lambda_c+ Ekin[MeV]=23738.5 direction=(0.283119,0.842818,0.457713) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=4.1452 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 502 projectile=anti_Bs0 Ekin[MeV]=27541.7 direction=(0.265629,0.838532,0.475716) material=G4_He + --> #secondaries=7 impactParameter[fm]=2.19144 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 503 projectile=hypertriton Ekin[MeV]=13430.6 direction=(0.70322,0.710622,0.0223155) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.61268 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 504 projectile=Ds- Ekin[MeV]=25234.3 direction=(0.901657,0.429446,0.0509032) material=G4_Pb + --> #secondaries=71 impactParameter[fm]=3.91137 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 505 projectile=alpha Ekin[MeV]=15127.1 direction=(0.597122,0.212666,0.773446) material=G4_Cu + --> #secondaries=45 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 506 projectile=B0 Ekin[MeV]=20249.4 direction=(0.764385,0.330979,0.553325) material=G4_Ar + --> #secondaries=32 impactParameter[fm]=2.56087 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=36 #NNcollisions=4 + Collision 507 projectile=lambda_c+ Ekin[MeV]=5915.88 direction=(0.722075,0.679384,0.130557) material=G4_Si + --> #secondaries=10 impactParameter[fm]=1.8181 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 508 projectile=anti_omega_b- Ekin[MeV]=15044.5 direction=(0.293412,0.590898,0.751498) material=G4_Fe + --> #secondaries=41 impactParameter[fm]=2.15348 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=2 + Collision 509 projectile=omega- Ekin[MeV]=4891.7 direction=(0.134775,0.980772,0.141142) material=G4_W + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 510 projectile=neutron Ekin[MeV]=16838.3 direction=(0.662596,0.465583,0.586685) material=G4_Al + --> #secondaries=27 impactParameter[fm]=3.05398 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 511 projectile=kaon+ Ekin[MeV]=17463.7 direction=(0.22918,0.956418,0.180947) material=G4_W + --> #secondaries=47 impactParameter[fm]=6.05582 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 512 projectile=anti_hypertriton Ekin[MeV]=27905.8 direction=(0.654748,0.559937,0.507716) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.69358 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 513 projectile=anti_proton Ekin[MeV]=14206 direction=(0.878895,0.362497,0.310063) material=G4_Al + --> #secondaries=13 impactParameter[fm]=5.10178 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 514 projectile=xi- Ekin[MeV]=27427.4 direction=(0.0363609,0.920536,0.388961) material=G4_Al + --> #secondaries=30 impactParameter[fm]=1.68334 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=4 + Collision 515 projectile=hypertriton Ekin[MeV]=4692.65 direction=(0.274345,0.696275,0.663276) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.8154 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 516 projectile=anti_D0 Ekin[MeV]=22025.3 direction=(0.161328,0.597848,0.785208) material=G4_Al + --> #secondaries=11 impactParameter[fm]=2.51284 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 517 projectile=anti_lambda_c+ Ekin[MeV]=29265.8 direction=(0.905861,0.105783,0.410154) material=G4_Al + --> #secondaries=28 impactParameter[fm]=2.41352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 518 projectile=anti_Bs0 Ekin[MeV]=29402.6 direction=(0.956764,0.274947,0.0949058) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.35542 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 519 projectile=anti_deuteron Ekin[MeV]=19961.1 direction=(0.686847,0.67779,0.262377) material=G4_He + --> #secondaries=13 impactParameter[fm]=3.02294 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 520 projectile=sigma+ Ekin[MeV]=15356.7 direction=(0.600728,0.749479,0.278222) material=G4_C + --> #secondaries=15 impactParameter[fm]=1.90332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 521 projectile=anti_lambda Ekin[MeV]=19156 direction=(0.331081,0.682779,0.651305) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.77995 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 522 projectile=anti_neutron Ekin[MeV]=14498.8 direction=(0.830509,0.158106,0.534095) material=G4_Be + --> #secondaries=19 impactParameter[fm]=1.54167 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 523 projectile=kaon0L Ekin[MeV]=17700.2 direction=(0.255403,0.701697,0.665124) material=G4_Pb + --> #secondaries=70 impactParameter[fm]=5.73401 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=200 #NNcollisions=5 + Collision 524 projectile=deuteron Ekin[MeV]=10599.2 direction=(0.87468,0.222814,0.430453) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=3.87798 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 525 projectile=doublehyperH4 Ekin[MeV]=7902.74 direction=(0.519516,0.196214,0.831627) material=G4_Al + --> #secondaries=31 impactParameter[fm]=3.10778 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=17 #NNcollisions=2 + Collision 526 projectile=anti_B0 Ekin[MeV]=10710.8 direction=(0.672473,0.172897,0.719643) material=G4_Ar + --> #secondaries=6 impactParameter[fm]=4.60296 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 527 projectile=Ds- Ekin[MeV]=15770.1 direction=(0.632873,0.600145,0.489181) material=G4_Pb + --> #secondaries=26 impactParameter[fm]=6.45496 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 528 projectile=anti_sigma+ Ekin[MeV]=20919.7 direction=(0.596301,0.638946,0.485977) material=G4_Pb + --> #secondaries=91 impactParameter[fm]=2.65871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=196 #NNcollisions=5 + Collision 529 projectile=kaon0L Ekin[MeV]=13800.4 direction=(0.360945,0.325206,0.874048) material=G4_W + --> #secondaries=47 impactParameter[fm]=3.58572 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 530 projectile=anti_xi_b- Ekin[MeV]=15021.6 direction=(0.189177,0.523377,0.830836) material=G4_H + --> #secondaries=4 impactParameter[fm]=2.07742 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 531 projectile=Bc+ Ekin[MeV]=12974.2 direction=(0.588401,0.804645,0.0795652) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.82491 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 532 projectile=xi- Ekin[MeV]=20265.3 direction=(0.729343,0.680375,0.0717549) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.3217 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 533 projectile=omega- Ekin[MeV]=13635.5 direction=(0.572091,0.0792949,0.816348) material=G4_Si + --> #secondaries=16 impactParameter[fm]=3.16304 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 534 projectile=anti_neutron Ekin[MeV]=14100.2 direction=(0.0899522,0.429584,0.898536) material=G4_Al + --> #secondaries=29 impactParameter[fm]=1.74578 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 535 projectile=xi_b- Ekin[MeV]=22891.5 direction=(0.428522,0.826218,0.365694) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.42788 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 536 projectile=anti_omega_c0 Ekin[MeV]=8791.73 direction=(0.264198,0.436719,0.859928) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=0.407696 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 537 projectile=anti_xi_c+ Ekin[MeV]=4780.71 direction=(0.0251798,0.450584,0.892379) material=G4_Si + --> #secondaries=13 impactParameter[fm]=2.66672 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 538 projectile=triton Ekin[MeV]=19228 direction=(0.195461,0.750966,0.630749) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.3886 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 539 projectile=xi_c0 Ekin[MeV]=1046.04 direction=(0.324953,0.254594,0.910817) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.66457 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 540 projectile=pi- Ekin[MeV]=19365.4 direction=(0.798012,0.601583,0.035692) material=G4_Al + --> #secondaries=19 impactParameter[fm]=2.15071 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 541 projectile=lambda_b Ekin[MeV]=7850.93 direction=(0.0574566,0.615974,0.785669) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.9381 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 542 projectile=D+ Ekin[MeV]=6900.36 direction=(0.294406,0.246014,0.923473) material=G4_C + --> #secondaries=5 impactParameter[fm]=2.35644 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 543 projectile=B+ Ekin[MeV]=14028 direction=(0.0242011,0.677466,0.735156) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.15957 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 544 projectile=B+ Ekin[MeV]=14820.9 direction=(0.123234,0.991004,0.0521997) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.760192 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 545 projectile=anti_B0 Ekin[MeV]=5631.98 direction=(0.288614,0.702991,0.650004) material=G4_W + --> #secondaries=17 impactParameter[fm]=4.99405 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 546 projectile=B0 Ekin[MeV]=14714.8 direction=(0.355306,0.920475,0.162734) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.89869 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 547 projectile=anti_xi_c0 Ekin[MeV]=21765 direction=(0.458565,0.351513,0.816184) material=G4_Pb + --> #secondaries=31 impactParameter[fm]=5.71751 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 548 projectile=D+ Ekin[MeV]=28493 direction=(0.754414,0.553419,0.352969) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=1.64081 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 549 projectile=xi- Ekin[MeV]=12255.8 direction=(0.560812,0.802631,0.203159) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=3.20965 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 550 projectile=anti_xi_b0 Ekin[MeV]=18553.8 direction=(0.0906691,0.837123,0.539448) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.643076 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 551 projectile=anti_neutron Ekin[MeV]=15516.2 direction=(0.179847,0.503245,0.845221) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.45629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 552 projectile=neutron Ekin[MeV]=4146.21 direction=(0.908839,0.414962,0.0426456) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=1.64024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=0 + Collision 553 projectile=anti_xi_b- Ekin[MeV]=28824.6 direction=(0.633218,0.754439,0.172794) material=G4_He + --> #secondaries=11 impactParameter[fm]=0.636647 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 554 projectile=xi- Ekin[MeV]=2600.8 direction=(0.190642,0.668468,0.718892) material=G4_Si --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 751 projectile=omega_c0 Ekin[MeV]=16337.7 direction=(0.454486,0.278269,0.846173) material=G4_Cu - --> #secondaries=26 impactParameter[fm]=3.74064 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 752 projectile=hyperH4 Ekin[MeV]=3725.68 direction=(0.574841,0.264439,0.774358) material=G4_He - --> #secondaries=9 impactParameter[fm]=0.795266 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 753 projectile=anti_omega- Ekin[MeV]=27136.8 direction=(0.113389,0.763687,0.635551) material=G4_He - --> #secondaries=19 impactParameter[fm]=1.00802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 754 projectile=deuteron Ekin[MeV]=25429.3 direction=(0.768279,0.624576,0.140186) material=G4_Fe - --> #secondaries=48 impactParameter[fm]=4.81907 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 - Collision 755 projectile=anti_B0 Ekin[MeV]=12092.3 direction=(0.851102,0.485332,0.200198) material=G4_H - --> #secondaries=4 impactParameter[fm]=1.31225 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 756 projectile=anti_hyperHe5 Ekin[MeV]=1298.89 direction=(0.585839,0.572821,0.573297) material=G4_H - --> #secondaries=6 impactParameter[fm]=3.17426 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 757 projectile=anti_xi_b0 Ekin[MeV]=5292.77 direction=(0.249907,0.513296,0.82102) material=G4_Fe - --> #secondaries=14 impactParameter[fm]=2.83965 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 758 projectile=anti_lambda_b Ekin[MeV]=14928.6 direction=(0.775854,0.628318,0.0571541) material=G4_Si - --> #secondaries=14 impactParameter[fm]=2.47405 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 - Collision 759 projectile=hyperalpha Ekin[MeV]=25830.2 direction=(0.252586,0.131117,0.958649) material=G4_Al - --> #secondaries=32 impactParameter[fm]=2.14811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=6 - Collision 760 projectile=proton Ekin[MeV]=3033.07 direction=(0.569516,0.819928,0.0580434) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.6871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 761 projectile=omega_b- Ekin[MeV]=6937.08 direction=(0.279439,0.784446,0.553678) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=1.32206 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=0 - Collision 762 projectile=omega- Ekin[MeV]=22603.7 direction=(0.82652,0.121669,0.549602) material=G4_Si - --> #secondaries=27 impactParameter[fm]=2.10519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=4 - Collision 763 projectile=anti_lambda_c+ Ekin[MeV]=28273.3 direction=(0.0417607,0.699977,0.712943) material=G4_Cu - --> #secondaries=27 impactParameter[fm]=4.35929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 764 projectile=xi_b0 Ekin[MeV]=12085.5 direction=(0.620004,0.764204,0.177728) material=G4_Al - --> #secondaries=12 impactParameter[fm]=3.03217 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 765 projectile=hyperalpha Ekin[MeV]=19239.3 direction=(0.87992,0.0034942,0.47511) material=G4_He - --> #secondaries=11 impactParameter[fm]=2.87765 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 766 projectile=anti_sigma- Ekin[MeV]=23355.9 direction=(0.363588,0.654617,0.662782) material=G4_C - --> #secondaries=16 impactParameter[fm]=1.51556 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 767 projectile=anti_D0 Ekin[MeV]=4536.33 direction=(0.637877,0.75095,0.170843) material=G4_He - --> #secondaries=6 impactParameter[fm]=0.961799 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 768 projectile=anti_hyperH4 Ekin[MeV]=19953.2 direction=(0.994294,0.0117419,0.106026) material=G4_Be - --> #secondaries=20 impactParameter[fm]=3.36139 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=2 - Collision 769 projectile=triton Ekin[MeV]=25890.9 direction=(0.0309136,0.998256,0.0502872) material=G4_C - --> #secondaries=18 impactParameter[fm]=3.62621 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 770 projectile=D+ Ekin[MeV]=23462.9 direction=(0.3677,0.753688,0.544749) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.806164 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 771 projectile=xi- Ekin[MeV]=14760.4 direction=(0.987761,0.153821,0.0258277) material=G4_Pb - --> #secondaries=47 impactParameter[fm]=6.02749 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 772 projectile=hyperHe5 Ekin[MeV]=25836.8 direction=(0.637875,0.571215,0.516554) material=G4_W - --> #secondaries=161 impactParameter[fm]=2.90088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=145 #NNcollisions=10 - Collision 773 projectile=xi_c0 Ekin[MeV]=24902.2 direction=(0.14234,0.764035,0.629278) material=G4_Si - --> #secondaries=16 impactParameter[fm]=1.95158 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 774 projectile=kaon0L Ekin[MeV]=24123.2 direction=(0.72286,0.688106,0.0631175) material=G4_W - --> #secondaries=65 impactParameter[fm]=4.05418 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=2 - Collision 775 projectile=anti_alpha Ekin[MeV]=21068 direction=(0.18712,0.867043,0.46176) material=G4_Al - --> #secondaries=36 impactParameter[fm]=2.69519 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=23 #NNcollisions=5 - Collision 776 projectile=Bc- Ekin[MeV]=27593.5 direction=(0.55058,0.781078,0.294582) material=G4_Ar - --> #secondaries=21 impactParameter[fm]=1.3648 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 777 projectile=anti_xi_c+ Ekin[MeV]=23442.8 direction=(0.652237,0.576508,0.492164) material=G4_Fe - --> #secondaries=32 impactParameter[fm]=3.92762 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 778 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=14664.4 direction=(0.66209,0.70792,0.245939) material=G4_Cu - --> #secondaries=16 impactParameter[fm]=5.75832 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 779 projectile=kaon- Ekin[MeV]=5709.23 direction=(0.312768,0.879921,0.357652) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.18533 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 780 projectile=doublehyperdoubleneutron Ekin[MeV]=15514.2 direction=(0.786426,0.515732,0.339934) material=G4_He - --> #secondaries=11 impactParameter[fm]=3.28491 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 781 projectile=lambda_b Ekin[MeV]=24182.2 direction=(0.285846,0.706751,0.647144) material=G4_Al - --> #secondaries=7 impactParameter[fm]=4.315 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 782 projectile=anti_alpha Ekin[MeV]=25073.4 direction=(0.412378,0.866464,0.281396) material=G4_Cu - --> #secondaries=15 impactParameter[fm]=5.23376 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 783 projectile=Ds- Ekin[MeV]=11405.7 direction=(0.782371,0.427807,0.452633) material=G4_Pb - --> #secondaries=81 impactParameter[fm]=0.221419 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 784 projectile=anti_doublehyperH4 Ekin[MeV]=17680 direction=(0.980585,0.193769,0.0300976) material=G4_Fe - --> #secondaries=57 impactParameter[fm]=1.94076 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=50 #NNcollisions=5 - Collision 785 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=27066.7 direction=(0.976485,0.036486,0.212475) material=G4_Cu - --> #secondaries=69 impactParameter[fm]=1.72097 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=7 - Collision 786 projectile=anti_omega_b- Ekin[MeV]=13457.8 direction=(0.133746,0.619903,0.773196) material=G4_Al - --> #secondaries=14 impactParameter[fm]=0.37785 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 787 projectile=anti_omega_c0 Ekin[MeV]=12718.7 direction=(0.278779,0.827832,0.486803) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=4.27036 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 788 projectile=He3 Ekin[MeV]=18292.2 direction=(0.29031,0.735058,0.612708) material=G4_Be - --> #secondaries=12 impactParameter[fm]=4.59735 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 789 projectile=anti_deuteron Ekin[MeV]=1680.7 direction=(0.352098,0.757146,0.550233) material=G4_Be - --> #secondaries=11 impactParameter[fm]=2.29897 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 790 projectile=Ds+ Ekin[MeV]=20070.3 direction=(0.675573,0.736977,0.0216086) material=G4_Ar - --> #secondaries=13 impactParameter[fm]=4.14827 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 791 projectile=anti_neutron Ekin[MeV]=10477.8 direction=(0.459945,0.639276,0.616261) material=G4_Be - --> #secondaries=16 impactParameter[fm]=1.82926 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=2 - Collision 792 projectile=proton Ekin[MeV]=21324.4 direction=(0.254331,0.747665,0.613443) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.37956 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 793 projectile=anti_omega_b- Ekin[MeV]=20306.4 direction=(0.458207,0.197976,0.866517) material=G4_W - --> #secondaries=71 impactParameter[fm]=1.91257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=4 - Collision 794 projectile=anti_He3 Ekin[MeV]=21947.8 direction=(0.639076,0.448731,0.624678) material=G4_W - --> #secondaries=34 impactParameter[fm]=7.82983 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=185 #NNcollisions=1 - Collision 795 projectile=anti_xi_b0 Ekin[MeV]=16116.2 direction=(0.495766,0.41611,0.762279) material=G4_Al - --> #secondaries=12 impactParameter[fm]=2.07664 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 796 projectile=anti_hyperalpha Ekin[MeV]=10147.7 direction=(0.797514,0.296907,0.525184) material=G4_Si - --> #secondaries=36 impactParameter[fm]=2.70861 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=4 - Collision 797 projectile=anti_omega_c0 Ekin[MeV]=5538.29 direction=(0.148971,0.963222,0.223632) material=G4_W - --> #secondaries=24 impactParameter[fm]=5.90035 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 798 projectile=hypertriton Ekin[MeV]=3301.78 direction=(0.335681,0.432487,0.836824) material=G4_W - --> #secondaries=76 impactParameter[fm]=2.98738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=159 #NNcollisions=2 - Collision 799 projectile=anti_lambda_c+ Ekin[MeV]=16813.9 direction=(0.982242,0.0378706,0.183755) material=G4_Fe - --> #secondaries=51 impactParameter[fm]=2.26706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=2 - Collision 800 projectile=anti_He3 Ekin[MeV]=6052.62 direction=(0.48886,0.671454,0.556925) material=G4_Al - --> #secondaries=13 impactParameter[fm]=4.78628 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=27 #NNcollisions=1 - List of produced secondaries: - j=0 pi- p=(53.9883,-48.8631,-18.7493158.536) MeV - j=1 pi- p=(553.679,-86.8224,-146.66595.892) MeV - j=2 pi+ p=(148.17,42.8574,2.22724208.029) MeV - j=3 pi0 p=(159.219,429.642,35.0204478.945) MeV - j=4 pi+ p=(342.728,900.079,1339.571655.76) MeV - j=5 neutron p=(-156.288,64.6324,179.597971.412) MeV - j=6 Ne20 p=(-52.0576,-3.39643,-279.93818619.9) MeV - j=7 neutron p=(1.04083,-128.908,50.3695949.704) MeV - j=8 alpha p=(-1.05849,191.985,-16.3483732.36) MeV - j=9 gamma p=(1.21601,-0.386374,2.295092.62592) MeV - j=10 gamma p=(1.14964,0.743216,0.8610881.61726) MeV - j=11 anti_proton p=(1340.41,1990.15,1570.063017.09) MeV - j=12 anti_neutron p=(1716.29,2291.33,1962.213595.67) MeV - Collision 801 projectile=anti_B0 Ekin[MeV]=16743.1 direction=(0.689804,0.714866,0.114622) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=1.94797 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=1 - Collision 802 projectile=hyperalpha Ekin[MeV]=26253.1 direction=(0.973674,0.157804,0.164488) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=8.22485 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 803 projectile=omega_c0 Ekin[MeV]=4280.93 direction=(0.573974,0.791177,0.21117) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.68255 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 804 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=29368.1 direction=(0.364139,0.871885,0.327444) material=G4_Cu - --> #secondaries=53 impactParameter[fm]=4.7042 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=6 - Collision 805 projectile=B- Ekin[MeV]=23868.2 direction=(0.429809,0.616476,0.659713) material=G4_Si - --> #secondaries=15 impactParameter[fm]=2.9776 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 806 projectile=kaon0L Ekin[MeV]=25704.2 direction=(0.365487,0.907709,0.206115) material=G4_Fe - --> #secondaries=31 impactParameter[fm]=3.47362 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 807 projectile=sigma- Ekin[MeV]=18248.1 direction=(0.00373055,0.968238,0.250002) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.31966 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 808 projectile=anti_hyperH4 Ekin[MeV]=23803.4 direction=(0.754717,0.433703,0.492243) material=G4_He - --> #secondaries=11 impactParameter[fm]=1.14636 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=1 #NNcollisions=2 - Collision 809 projectile=proton Ekin[MeV]=9333.24 direction=(0.54712,0.374568,0.748571) material=G4_Cu - --> #secondaries=35 impactParameter[fm]=3.69338 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 - Collision 810 projectile=omega_b- Ekin[MeV]=26772.8 direction=(0.942174,0.0125639,0.334888) material=G4_W - --> #secondaries=61 impactParameter[fm]=3.69917 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 - Collision 811 projectile=doublehyperH4 Ekin[MeV]=20814 direction=(0.397569,0.0572897,0.915782) material=G4_W - --> #secondaries=155 impactParameter[fm]=2.6303 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=161 #NNcollisions=7 - Collision 812 projectile=kaon+ Ekin[MeV]=6339.9 direction=(0.477125,0.873219,0.0991952) material=G4_C - --> #secondaries=11 impactParameter[fm]=2.4953 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 813 projectile=omega_c0 Ekin[MeV]=18422.3 direction=(0.517355,0.843715,0.14314) material=G4_Al - --> #secondaries=10 impactParameter[fm]=4.18534 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 814 projectile=lambda Ekin[MeV]=27181.1 direction=(0.733233,0.666068,0.136832) material=G4_Cu - --> #secondaries=14 impactParameter[fm]=4.55491 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 815 projectile=anti_He3 Ekin[MeV]=26265.2 direction=(0.0555094,0.379252,0.923627) material=G4_Be - --> #secondaries=13 impactParameter[fm]=4.20829 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=1 - Collision 816 projectile=anti_omega_c0 Ekin[MeV]=23319.2 direction=(0.266527,0.705273,0.656927) material=G4_Fe - --> #secondaries=37 impactParameter[fm]=0.964176 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 817 projectile=pi+ Ekin[MeV]=22445.8 direction=(0.647283,0.67319,0.357548) material=G4_Be - --> #secondaries=14 impactParameter[fm]=2.46419 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 818 projectile=anti_lambda_b Ekin[MeV]=20599.4 direction=(0.200202,0.684428,0.701054) material=G4_Cu - --> #secondaries=11 impactParameter[fm]=4.73398 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 - Collision 819 projectile=xi_b- Ekin[MeV]=1730.93 direction=(0.508731,0.379331,0.772852) material=G4_Al - --> #secondaries=16 impactParameter[fm]=2.90789 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 820 projectile=anti_lambda_c+ Ekin[MeV]=27046.9 direction=(0.728718,0.208663,0.65225) material=G4_H - --> #secondaries=3 impactParameter[fm]=1.11975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 821 projectile=anti_xi- Ekin[MeV]=2875.4 direction=(0.0776759,0.98114,0.177003) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.68929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 822 projectile=B- Ekin[MeV]=5957.21 direction=(0.79324,0.604055,0.0767386) material=G4_He - --> #secondaries=4 impactParameter[fm]=0.93213 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 823 projectile=anti_hyperHe5 Ekin[MeV]=13205.3 direction=(0.219477,0.969701,0.107282) material=G4_Al - --> #secondaries=24 impactParameter[fm]=3.64374 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 824 projectile=B+ Ekin[MeV]=18882.6 direction=(0.539782,0.345864,0.767472) material=G4_Pb - --> #secondaries=27 impactParameter[fm]=4.52648 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 825 projectile=kaon0S Ekin[MeV]=24150.5 direction=(0.670028,0.116431,0.733148) material=G4_Be - --> #secondaries=17 impactParameter[fm]=1.98404 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 826 projectile=anti_omega- Ekin[MeV]=11114 direction=(0.534782,0.0332272,0.844337) material=G4_H - --> #secondaries=7 impactParameter[fm]=0.857311 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 827 projectile=Bc- Ekin[MeV]=28053.5 direction=(0.448829,0.859797,0.243519) material=G4_Fe - --> #secondaries=18 impactParameter[fm]=0.714705 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=1 - Collision 828 projectile=anti_proton Ekin[MeV]=15192.2 direction=(0.563237,0.788139,0.248195) material=G4_Si - --> #secondaries=20 impactParameter[fm]=4.51364 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=2 - Collision 829 projectile=proton Ekin[MeV]=23406.9 direction=(0.647673,0.379295,0.660798) material=G4_He - --> #secondaries=14 impactParameter[fm]=1.64075 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 - Collision 830 projectile=doublehyperdoubleneutron Ekin[MeV]=10514.8 direction=(0.956886,0.08086,0.278984) material=G4_C - --> #secondaries=8 impactParameter[fm]=3.13785 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 831 projectile=hyperalpha Ekin[MeV]=27979.8 direction=(0.607767,0.730259,0.311993) material=G4_C - --> #secondaries=16 impactParameter[fm]=1.60902 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=3 - Collision 832 projectile=anti_omega_c0 Ekin[MeV]=23454.9 direction=(0.133128,0.916112,0.378175) material=G4_Pb - --> #secondaries=53 impactParameter[fm]=6.23434 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 - Collision 833 projectile=xi_c0 Ekin[MeV]=20495.6 direction=(0.514287,0.466897,0.719385) material=G4_Cu - --> #secondaries=24 impactParameter[fm]=1.08626 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 834 projectile=B+ Ekin[MeV]=2253.66 direction=(0.841565,0.329371,0.428117) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.838775 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 835 projectile=anti_sigma- Ekin[MeV]=25433.7 direction=(0.277194,0.283069,0.91817) material=G4_Si - --> #secondaries=11 impactParameter[fm]=3.7716 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 836 projectile=neutron Ekin[MeV]=23222.1 direction=(0.88499,0.0546442,0.462393) material=G4_W - --> #secondaries=60 impactParameter[fm]=6.46193 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=3 - Collision 837 projectile=anti_He3 Ekin[MeV]=14932.3 direction=(0.954392,0.0174373,0.298048) material=G4_Fe - --> #secondaries=17 impactParameter[fm]=5.65182 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=55 #NNcollisions=3 - Collision 838 projectile=triton Ekin[MeV]=10616.3 direction=(0.543998,0.663615,0.513499) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 839 projectile=triton Ekin[MeV]=25083.6 direction=(0.612706,0.617696,0.492994) material=G4_H - --> #secondaries=4 impactParameter[fm]=0.705767 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 840 projectile=xi- Ekin[MeV]=2858.99 direction=(0.907349,0.0280605,0.41944) material=G4_Ar - --> #secondaries=22 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 841 projectile=kaon- Ekin[MeV]=4609.37 direction=(0.432492,0.163144,0.886755) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=5.47625 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 842 projectile=kaon- Ekin[MeV]=28607.4 direction=(0.26204,0.528718,0.807337) material=G4_H - --> #secondaries=7 impactParameter[fm]=2.43114 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 843 projectile=lambda_b Ekin[MeV]=2048.69 direction=(0.666736,0.687395,0.288013) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.51023 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 844 projectile=anti_hypertriton Ekin[MeV]=11685.4 direction=(0.102016,0.425621,0.899133) material=G4_Si - --> #secondaries=37 impactParameter[fm]=2.55335 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=5 - Collision 845 projectile=doublehyperdoubleneutron Ekin[MeV]=5957.37 direction=(0.96687,0.17343,0.187309) material=G4_Al - --> #secondaries=25 impactParameter[fm]=1.49457 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=18 #NNcollisions=2 - Collision 846 projectile=He3 Ekin[MeV]=4148.28 direction=(0.263767,0.697098,0.666694) material=G4_Si + Collision 555 projectile=anti_triton Ekin[MeV]=20292.3 direction=(0.811922,0.0381014,0.582521) material=G4_Al + --> #secondaries=14 impactParameter[fm]=4.58169 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 556 projectile=hypertriton Ekin[MeV]=19605 direction=(0.105246,0.783327,0.612636) material=G4_Be + --> #secondaries=10 impactParameter[fm]=3.74364 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 557 projectile=anti_neutron Ekin[MeV]=11211.8 direction=(0.553855,0.504247,0.662556) material=G4_W + --> #secondaries=10 impactParameter[fm]=6.42951 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 558 projectile=anti_xi_b- Ekin[MeV]=15318.7 direction=(0.488423,0.321683,0.811149) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=4.03442 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 559 projectile=lambda Ekin[MeV]=5128.68 direction=(0.366775,0.119919,0.922548) material=G4_W --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 847 projectile=deuteron Ekin[MeV]=2752.42 direction=(0.836124,0.465581,0.290053) material=G4_Pb - --> #secondaries=41 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 848 projectile=lambda_b Ekin[MeV]=11312.5 direction=(0.551838,0.630299,0.546075) material=G4_C - --> #secondaries=7 impactParameter[fm]=1.28114 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 849 projectile=hyperHe5 Ekin[MeV]=5595.7 direction=(0.396815,0.430628,0.810615) material=G4_Cu - --> #secondaries=18 impactParameter[fm]=4.3443 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=60 #NNcollisions=0 - Collision 850 projectile=anti_sigma- Ekin[MeV]=16682.9 direction=(0.85209,0.38266,0.357092) material=G4_Ar - --> #secondaries=17 impactParameter[fm]=3.62427 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 851 projectile=sigma+ Ekin[MeV]=22688.8 direction=(0.491011,0.74707,0.448101) material=G4_Pb - --> #secondaries=61 impactParameter[fm]=5.53544 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=1 - Collision 852 projectile=doublehyperdoubleneutron Ekin[MeV]=18802.1 direction=(0.0107898,0.4641,0.885717) material=G4_He - --> #secondaries=5 impactParameter[fm]=2.6493 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 853 projectile=lambda_b Ekin[MeV]=15452.4 direction=(0.293712,0.793795,0.532563) material=G4_Pb - --> #secondaries=28 impactParameter[fm]=6.90569 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=1 - Collision 854 projectile=sigma- Ekin[MeV]=19288.5 direction=(0.616926,0.378776,0.689877) material=G4_C - --> #secondaries=18 impactParameter[fm]=1.09287 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 - Collision 855 projectile=anti_hypertriton Ekin[MeV]=16129.9 direction=(0.652245,0.679482,0.335976) material=G4_Ar - --> #secondaries=35 impactParameter[fm]=4.47152 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 856 projectile=triton Ekin[MeV]=25110.8 direction=(0.919937,0.189944,0.342982) material=G4_Ar - --> #secondaries=56 impactParameter[fm]=1.00888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=9 - Collision 857 projectile=xi- Ekin[MeV]=14115.4 direction=(0.956459,0.0814201,0.280279) material=G4_H - --> #secondaries=7 impactParameter[fm]=1.22617 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 858 projectile=He3 Ekin[MeV]=10459.2 direction=(0.0608964,0.997377,0.0391252) material=G4_Fe + Collision 560 projectile=anti_D0 Ekin[MeV]=27778.1 direction=(0.568298,0.371836,0.734013) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=5.26732 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 561 projectile=anti_xi- Ekin[MeV]=10691.3 direction=(0.549543,0.539727,0.637729) material=G4_C + --> #secondaries=18 impactParameter[fm]=2.01108 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 562 projectile=omega_b- Ekin[MeV]=24820.8 direction=(0.405932,0.768032,0.495323) material=G4_Si + --> #secondaries=21 impactParameter[fm]=2.74621 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 563 projectile=kaon0S Ekin[MeV]=25583.1 direction=(0.496767,0.731446,0.467128) material=G4_H + --> #secondaries=11 impactParameter[fm]=0.544262 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 564 projectile=lambda Ekin[MeV]=7310.81 direction=(0.275608,0.0624188,0.959242) material=G4_C + --> #secondaries=4 impactParameter[fm]=2.91222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 565 projectile=anti_He3 Ekin[MeV]=24768.6 direction=(0.658486,0.38591,0.64612) material=G4_Ar + --> #secondaries=30 impactParameter[fm]=4.72197 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=4 + Collision 566 projectile=omega- Ekin[MeV]=9531.56 direction=(0.241757,0.195049,0.950531) material=G4_C + --> #secondaries=7 impactParameter[fm]=2.40154 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 567 projectile=anti_xi_b0 Ekin[MeV]=26385.6 direction=(0.125912,0.530817,0.838081) material=G4_Fe + --> #secondaries=27 impactParameter[fm]=3.49667 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 568 projectile=omega_c0 Ekin[MeV]=15528.4 direction=(0.224877,0.547878,0.805767) material=G4_W + --> #secondaries=59 impactParameter[fm]=3.23524 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 569 projectile=anti_sigma- Ekin[MeV]=13797.7 direction=(0.323181,0.705791,0.630407) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=4.80991 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 570 projectile=anti_hyperalpha Ekin[MeV]=18684.5 direction=(0.694463,0.446697,0.564077) material=G4_C + --> #secondaries=22 impactParameter[fm]=3.29998 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 571 projectile=Ds- Ekin[MeV]=24017.2 direction=(0.680974,0.0320726,0.731605) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.640079 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 572 projectile=sigma- Ekin[MeV]=14881 direction=(0.218606,0.72045,0.658151) material=G4_Si + --> #secondaries=25 impactParameter[fm]=1.70763 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 573 projectile=anti_xi0 Ekin[MeV]=24872.9 direction=(0.0656464,0.486339,0.871301) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=2.83222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 574 projectile=anti_proton Ekin[MeV]=1834.57 direction=(0.306262,0.788971,0.532661) material=G4_Cu + --> #secondaries=24 impactParameter[fm]=1.84725 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 575 projectile=deuteron Ekin[MeV]=5786.88 direction=(0.864857,0.190904,0.464304) material=G4_He + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 576 projectile=anti_doublehyperH4 Ekin[MeV]=7224.17 direction=(0.304293,0.564531,0.767275) material=G4_Si + --> #secondaries=31 impactParameter[fm]=4.35567 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 577 projectile=xi_c0 Ekin[MeV]=16106.8 direction=(0.674771,0.638522,0.370099) material=G4_Ar + --> #secondaries=28 impactParameter[fm]=1.86499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 578 projectile=lambda Ekin[MeV]=26915.6 direction=(0.471942,0.71693,0.51311) material=G4_Be + --> #secondaries=6 impactParameter[fm]=3.65187 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 579 projectile=Bs0 Ekin[MeV]=25164 direction=(0.864776,0.481369,0.142991) material=G4_Ar + --> #secondaries=6 impactParameter[fm]=2.0442 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 580 projectile=B- Ekin[MeV]=13064.3 direction=(0.825791,0.45873,0.328079) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.4409 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 581 projectile=deuteron Ekin[MeV]=25728.4 direction=(0.178539,0.767753,0.61537) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.654961 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 582 projectile=omega_c0 Ekin[MeV]=5909.02 direction=(0.698417,0.210029,0.684179) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.37571 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 583 projectile=xi_c+ Ekin[MeV]=28077.8 direction=(0.752489,0.287618,0.592482) material=G4_Ar + --> #secondaries=40 impactParameter[fm]=2.33538 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 584 projectile=anti_lambda_b Ekin[MeV]=1207.56 direction=(0.246141,0.885022,0.39516) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.85473 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 585 projectile=anti_deuteron Ekin[MeV]=7144.34 direction=(0.16188,0.491132,0.855911) material=G4_W + --> #secondaries=106 impactParameter[fm]=0.879742 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=2 + Collision 586 projectile=anti_xi_b0 Ekin[MeV]=19701.3 direction=(0.040732,0.0277128,0.998786) material=G4_W + --> #secondaries=67 impactParameter[fm]=0.666322 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=4 + Collision 587 projectile=B+ Ekin[MeV]=24371.1 direction=(0.624036,0.161076,0.764613) material=G4_Al + --> #secondaries=17 impactParameter[fm]=0.943459 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 588 projectile=D- Ekin[MeV]=6022.34 direction=(0.179201,0.785206,0.592738) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.567565 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 589 projectile=sigma- Ekin[MeV]=8554.61 direction=(0.766201,0.291958,0.572448) material=G4_W + --> #secondaries=54 impactParameter[fm]=4.9768 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=3 + Collision 590 projectile=Bc+ Ekin[MeV]=6165.54 direction=(0.627435,0.776438,0.0589117) material=G4_W + --> #secondaries=19 impactParameter[fm]=0.596208 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 591 projectile=anti_xi_c0 Ekin[MeV]=2478.5 direction=(0.73837,0.494645,0.458406) material=G4_Ar + --> #secondaries=26 impactParameter[fm]=2.40489 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=0 + Collision 592 projectile=proton Ekin[MeV]=29026.5 direction=(0.0827839,0.725607,0.683112) material=G4_He + --> #secondaries=18 impactParameter[fm]=0.268312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 593 projectile=Bs0 Ekin[MeV]=8060.49 direction=(0.311774,0.841155,0.441877) material=G4_Pb + --> #secondaries=24 impactParameter[fm]=2.41784 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 594 projectile=xi_b- Ekin[MeV]=22219.9 direction=(0.18182,0.712009,0.678222) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.516655 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 595 projectile=kaon0L Ekin[MeV]=7073.26 direction=(0.365904,0.683055,0.6321) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=3.14448 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 596 projectile=Bc+ Ekin[MeV]=22968.8 direction=(0.0675248,0.0815993,0.994375) material=G4_Pb + --> #secondaries=28 impactParameter[fm]=5.04693 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 597 projectile=kaon0L Ekin[MeV]=9248.41 direction=(0.565798,0.666362,0.485627) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.433745 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 598 projectile=neutron Ekin[MeV]=5435.97 direction=(0.639089,0.669856,0.377966) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=5.31937 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 599 projectile=Ds+ Ekin[MeV]=6114.83 direction=(0.448955,0.892884,0.0346064) material=G4_Al + --> #secondaries=11 impactParameter[fm]=2.0813 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 600 projectile=anti_neutron Ekin[MeV]=2700.51 direction=(0.867532,0.378369,0.322838) material=G4_Fe + --> #secondaries=31 impactParameter[fm]=2.26694 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 + List of produced secondaries: + j=0 pi0 p=(639.497,172.508,-47.0211677.603) MeV + j=1 pi+ p=(119.793,793.642,-298.471867.631) MeV + j=2 pi+ p=(115.602,-34.1854,52.0408191.626) MeV + j=3 neutron p=(297.746,-56.7408,102.165992.519) MeV + j=4 neutron p=(207.703,-49.3461,172.073978.758) MeV + j=5 proton p=(97.2031,-122.979,262.989986.96) MeV + j=6 pi0 p=(1000.6,7.92346,483.461119.47) MeV + j=7 pi- p=(282.594,-51.8516,847.135905.354) MeV + j=8 proton p=(511.705,267.905,-110.6991107.35) MeV + j=9 neutron p=(-140.332,-12.9697,-304.059997.545) MeV + j=10 proton p=(77.4448,93.4123,-33.5648946.681) MeV + j=11 neutron p=(27.055,138.919,-7.12434950.192) MeV + j=12 proton p=(-7.7032,63.2133,79.4979943.785) MeV + j=13 neutron p=(-148.82,88.9327,-15.8438955.558) MeV + j=14 neutron p=(0.145544,-29.9088,47.8901941.26) MeV + j=15 neutron p=(175.266,76.9727,-60.2835960.76) MeV + j=16 neutron p=(-78.0402,-231.801,166.846985.11) MeV + j=17 Al26[416.852] p=(-90.5029,-126.758,-46.227824201) MeV + j=18 deuteron p=(45.1216,-119.73,-109.0461883.13) MeV + j=19 alpha p=(434.459,13.6313,99.37473753.95) MeV + j=20 proton p=(-166.217,-62.6486,37.4406955.672) MeV + j=21 deuteron p=(66.5411,-43.9168,-35.44071877.64) MeV + j=22 neutron p=(-2.11829,209.743,19.7195962.896) MeV + j=23 alpha p=(-399.282,233.741,-67.67793756.59) MeV + j=24 neutron p=(-17.481,41.654,-41.3084941.557) MeV + j=25 neutron p=(-15.1888,43.4745,23.9267940.997) MeV + j=26 proton p=(16.3303,25.6789,-78.2603942.022) MeV + j=27 gamma p=(0.856981,0.165882,-2.906193.03445) MeV + j=28 gamma p=(0.581162,0.447061,-1.173261.38353) MeV + j=29 gamma p=(-0.101523,-0.0714569,-0.2697370.296936) MeV + j=30 gamma p=(0.44855,1.57098,0.1683381.64241) MeV + Collision 601 projectile=anti_omega_b- Ekin[MeV]=12091.7 direction=(0.640326,0.618776,0.45508) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.60457 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 602 projectile=D- Ekin[MeV]=28597.7 direction=(0.554758,0.494236,0.66931) material=G4_Al + --> #secondaries=23 impactParameter[fm]=1.03564 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 603 projectile=anti_xi_c+ Ekin[MeV]=10915.9 direction=(0.530129,0.499107,0.68546) material=G4_Fe + --> #secondaries=31 impactParameter[fm]=1.14892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 604 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=25349.9 direction=(0.424107,0.341562,0.838731) material=G4_W + --> #secondaries=44 impactParameter[fm]=7.17988 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=185 #NNcollisions=2 + Collision 605 projectile=Ds- Ekin[MeV]=1902.21 direction=(0.478826,0.814306,0.328071) material=G4_Si + --> #secondaries=10 impactParameter[fm]=2.87746 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 606 projectile=anti_proton Ekin[MeV]=7734.98 direction=(0.514749,0.56714,0.64295) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.857804 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 607 projectile=anti_deuteron Ekin[MeV]=25791.8 direction=(0.824233,0.0977138,0.557756) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.71382 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 608 projectile=kaon- Ekin[MeV]=21142.2 direction=(0.306186,0.721484,0.621057) material=G4_Si + --> #secondaries=14 impactParameter[fm]=2.57313 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 609 projectile=B- Ekin[MeV]=23186.1 direction=(0.891576,0.361353,0.272978) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.71988 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 610 projectile=doublehyperH4 Ekin[MeV]=16692.3 direction=(0.658402,0.652816,0.374617) material=G4_Al + --> #secondaries=27 impactParameter[fm]=3.84531 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 611 projectile=hyperH4 Ekin[MeV]=17116.4 direction=(0.357986,0.770532,0.527377) material=G4_W + --> #secondaries=89 impactParameter[fm]=5.28877 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=171 #NNcollisions=6 + Collision 612 projectile=Bc- Ekin[MeV]=11814 direction=(0.502504,0.563129,0.65603) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.312472 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 613 projectile=doublehyperdoubleneutron Ekin[MeV]=17610.8 direction=(0.525793,0.691031,0.496002) material=G4_Ar + --> #secondaries=33 impactParameter[fm]=2.80118 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=34 #NNcollisions=5 + Collision 614 projectile=D- Ekin[MeV]=13384 direction=(0.52422,0.121496,0.842872) material=G4_Al + --> #secondaries=8 impactParameter[fm]=2.22344 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 615 projectile=anti_lambda_b Ekin[MeV]=24630.3 direction=(0.109983,0.290614,0.950498) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.09312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 616 projectile=anti_omega_b- Ekin[MeV]=23024.8 direction=(0.565948,0.113681,0.816566) material=G4_Al + --> #secondaries=10 impactParameter[fm]=3.39174 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 617 projectile=proton Ekin[MeV]=14936.4 direction=(0.601858,0.788635,0.125786) material=G4_Al + --> #secondaries=17 impactParameter[fm]=3.43272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 618 projectile=anti_B0 Ekin[MeV]=2335.12 direction=(0.379081,0.811899,0.443979) material=G4_W + --> #secondaries=35 impactParameter[fm]=6.04749 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=0 + Collision 619 projectile=anti_xi_b0 Ekin[MeV]=9777.99 direction=(0.874822,0.232734,0.424878) material=G4_Be + --> #secondaries=12 impactParameter[fm]=2.29283 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 620 projectile=lambda_b Ekin[MeV]=26387.4 direction=(0.311767,0.941685,0.126608) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.29744 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 621 projectile=anti_Bs0 Ekin[MeV]=7253.2 direction=(0.226038,0.721266,0.654738) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=3.81429 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 622 projectile=anti_xi0 Ekin[MeV]=7018.31 direction=(0.84815,0.458322,0.265674) material=G4_Be + --> #secondaries=5 impactParameter[fm]=2.59955 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 623 projectile=anti_omega- Ekin[MeV]=4744.95 direction=(0.263745,0.162002,0.950891) material=G4_Be + --> #secondaries=4 impactParameter[fm]=2.10759 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 624 projectile=D+ Ekin[MeV]=19704.1 direction=(0.563891,0.452878,0.6906) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=3.63646 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 625 projectile=D- Ekin[MeV]=20229.6 direction=(0.409943,0.670521,0.618343) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.963186 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 626 projectile=anti_sigma- Ekin[MeV]=16417.8 direction=(0.277116,0.552856,0.785848) material=G4_Si + --> #secondaries=6 impactParameter[fm]=4.41389 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 627 projectile=hypertriton Ekin[MeV]=21187.1 direction=(0.878046,0.29374,0.377825) material=G4_Pb + --> #secondaries=78 impactParameter[fm]=5.66472 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=199 #NNcollisions=8 + Collision 628 projectile=anti_lambda Ekin[MeV]=3395.8 direction=(0.901081,0.315534,0.297474) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.96837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 629 projectile=anti_alpha Ekin[MeV]=22108.9 direction=(0.762515,0.382676,0.521661) material=G4_Pb + --> #secondaries=72 impactParameter[fm]=5.49335 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=5 + Collision 630 projectile=xi_b- Ekin[MeV]=7026.79 direction=(0.701672,0.290761,0.650473) material=G4_C + --> #secondaries=11 impactParameter[fm]=1.9438 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 631 projectile=B- Ekin[MeV]=25806.9 direction=(0.78912,0.606561,0.0968186) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=4.39862 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 632 projectile=B+ Ekin[MeV]=16333.7 direction=(0.719098,0.687964,0.0980009) material=G4_Ar + --> #secondaries=12 impactParameter[fm]=1.37145 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 633 projectile=anti_xi_c0 Ekin[MeV]=4200.41 direction=(0.510016,0.771144,0.381078) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.206262 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 634 projectile=anti_sigma- Ekin[MeV]=25071.6 direction=(0.284226,0.501757,0.816979) material=G4_Pb + --> #secondaries=33 impactParameter[fm]=6.8645 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 635 projectile=hyperH4 Ekin[MeV]=16185.4 direction=(0.013218,0.238255,0.971113) material=G4_W + --> #secondaries=24 impactParameter[fm]=8.21166 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 636 projectile=kaon- Ekin[MeV]=4291.28 direction=(0.99894,0.0019007,0.0459821) material=G4_Si + --> #secondaries=12 impactParameter[fm]=4.67176 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 637 projectile=He3 Ekin[MeV]=25524.8 direction=(0.299106,0.40288,0.864999) material=G4_Si + --> #secondaries=24 impactParameter[fm]=4.40999 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 638 projectile=anti_hypertriton Ekin[MeV]=6573.87 direction=(0.39171,0.639206,0.6618) material=G4_He + --> #secondaries=20 impactParameter[fm]=0.4324 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=3 + Collision 639 projectile=kaon+ Ekin[MeV]=23853.5 direction=(0.319471,0.788978,0.524835) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.65335 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 640 projectile=xi_b- Ekin[MeV]=13882.5 direction=(0.0178432,0.445308,0.8952) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=3.8745 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 641 projectile=omega- Ekin[MeV]=7407.87 direction=(0.46983,0.313057,0.825382) material=G4_Pb + --> #secondaries=82 impactParameter[fm]=3.03876 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=2 + Collision 642 projectile=pi+ Ekin[MeV]=13049.5 direction=(0.97585,0.15831,0.150516) material=G4_Pb + --> #secondaries=19 impactParameter[fm]=7.94519 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 643 projectile=anti_He3 Ekin[MeV]=26384.6 direction=(0.0109331,0.982331,0.186834) material=G4_H + --> #secondaries=15 impactParameter[fm]=2.46979 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 644 projectile=anti_xi_b0 Ekin[MeV]=1191.82 direction=(0.367468,0.249031,0.896075) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.20148 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=0 + Collision 645 projectile=hyperalpha Ekin[MeV]=22430.1 direction=(0.298853,0.60719,0.736212) material=G4_He + --> #secondaries=18 impactParameter[fm]=1.60003 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=6 + Collision 646 projectile=anti_xi_b- Ekin[MeV]=25319.4 direction=(0.628041,0.341248,0.699367) material=G4_Si + --> #secondaries=12 impactParameter[fm]=2.75695 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 647 projectile=anti_lambda Ekin[MeV]=24591.5 direction=(0.548262,0.597475,0.585177) material=G4_Si + --> #secondaries=43 impactParameter[fm]=1.05742 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=4 + Collision 648 projectile=anti_xi- Ekin[MeV]=4804.16 direction=(0.390396,0.913709,0.112812) material=G4_Si + --> #secondaries=18 impactParameter[fm]=3.19921 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 649 projectile=anti_deuteron Ekin[MeV]=18572.4 direction=(0.891854,0.404844,0.201737) material=G4_Pb + --> #secondaries=49 impactParameter[fm]=7.45262 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 650 projectile=anti_sigma+ Ekin[MeV]=2207.28 direction=(0.687593,0.467327,0.555717) material=G4_W + --> #secondaries=27 impactParameter[fm]=6.00918 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 651 projectile=anti_omega_b- Ekin[MeV]=8011.95 direction=(0.538953,0.648283,0.537827) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=3.28789 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 652 projectile=kaon0S Ekin[MeV]=11780.7 direction=(0.177763,0.670625,0.720182) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=4.23881 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 653 projectile=anti_omega- Ekin[MeV]=17054.4 direction=(0.232781,0.770331,0.593635) material=G4_He + --> #secondaries=4 impactParameter[fm]=3.5305 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 654 projectile=sigma+ Ekin[MeV]=14529.1 direction=(0.598126,0.19878,0.776358) material=G4_Be + --> #secondaries=6 impactParameter[fm]=3.02128 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 655 projectile=Bc- Ekin[MeV]=14333.5 direction=(0.77908,0.265792,0.567793) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=3.85935 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 656 projectile=anti_omega- Ekin[MeV]=24521.6 direction=(0.708781,0.46341,0.531865) material=G4_Cu + --> #secondaries=64 impactParameter[fm]=2.87648 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=5 + Collision 657 projectile=anti_hyperH4 Ekin[MeV]=17526.8 direction=(0.318801,0.414413,0.852425) material=G4_H + --> #secondaries=8 impactParameter[fm]=3.0184 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 658 projectile=anti_B0 Ekin[MeV]=29371.7 direction=(0.335881,0.66571,0.666344) material=G4_Cu + --> #secondaries=35 impactParameter[fm]=1.7257 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 659 projectile=pi+ Ekin[MeV]=15495.8 direction=(0.0374708,0.802743,0.595146) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.62349 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 660 projectile=D- Ekin[MeV]=1866.37 direction=(0.872649,0.00850175,0.488274) material=G4_Pb + --> #secondaries=9 impactParameter[fm]=5.68653 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 661 projectile=anti_triton Ekin[MeV]=8291.74 direction=(0.465606,0.54801,0.694907) material=G4_Al + --> #secondaries=13 impactParameter[fm]=3.82494 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 662 projectile=Ds+ Ekin[MeV]=3759.23 direction=(0.161917,0.36962,0.914967) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.6836 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 663 projectile=anti_sigma+ Ekin[MeV]=24094.9 direction=(0.637321,0.371752,0.674998) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.14179 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 664 projectile=kaon+ Ekin[MeV]=25353.3 direction=(0.092258,0.863999,0.494969) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=3.27823 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 665 projectile=kaon+ Ekin[MeV]=9033.05 direction=(0.724718,0.329308,0.60526) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=1.53375 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 666 projectile=anti_deuteron Ekin[MeV]=26236 direction=(0.857014,0.0537174,0.512486) material=G4_Cu + --> #secondaries=42 impactParameter[fm]=3.9667 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=65 #NNcollisions=2 + Collision 667 projectile=B+ Ekin[MeV]=18608.3 direction=(0.556145,0.595862,0.579354) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.61879 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 668 projectile=hypertriton Ekin[MeV]=5128.04 direction=(0.941831,0.31793,0.108973) material=G4_Be + --> #secondaries=12 impactParameter[fm]=1.22879 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 669 projectile=anti_deuteron Ekin[MeV]=19466.6 direction=(0.429822,0.619096,0.657246) material=G4_Cu + --> #secondaries=49 impactParameter[fm]=3.59237 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=3 + Collision 670 projectile=Bc+ Ekin[MeV]=23129.3 direction=(0.964481,0.194292,0.178961) material=G4_Ar + --> #secondaries=4 impactParameter[fm]=3.46502 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 671 projectile=lambda_b Ekin[MeV]=16215.3 direction=(0.643941,0.762181,0.0664814) material=G4_W + --> #secondaries=27 impactParameter[fm]=5.60224 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 672 projectile=pi+ Ekin[MeV]=5063.29 direction=(0.366041,0.117627,0.923135) material=G4_Be + --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 673 projectile=hyperalpha Ekin[MeV]=26310.7 direction=(0.768538,0.279824,0.575368) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=4.60798 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 674 projectile=proton Ekin[MeV]=3615.93 direction=(0.825021,0.446867,0.345905) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=4.32491 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=2 + Collision 675 projectile=anti_neutron Ekin[MeV]=1965.87 direction=(0.764881,0.0833958,0.638751) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.53935 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 676 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=12383.3 direction=(0.628849,0.380495,0.678065) material=G4_Fe + --> #secondaries=58 impactParameter[fm]=1.99123 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=6 + Collision 677 projectile=anti_hyperalpha Ekin[MeV]=20681.8 direction=(0.336585,0.778178,0.530235) material=G4_H + --> #secondaries=9 impactParameter[fm]=2.4702 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 678 projectile=D0 Ekin[MeV]=10963.3 direction=(0.26363,0.309916,0.913483) material=G4_Al + --> #secondaries=18 impactParameter[fm]=2.57029 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 679 projectile=anti_xi_c+ Ekin[MeV]=15199.8 direction=(0.484336,0.668173,0.564768) material=G4_W + --> #secondaries=56 impactParameter[fm]=4.61895 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=3 + Collision 680 projectile=anti_xi_b0 Ekin[MeV]=15422.8 direction=(0.495452,0.864805,0.0814893) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.44496 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 681 projectile=D+ Ekin[MeV]=6396.93 direction=(0.609237,0.336987,0.717823) material=G4_Pb + --> #secondaries=38 impactParameter[fm]=4.95045 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 682 projectile=xi_c0 Ekin[MeV]=15580.7 direction=(0.614711,0.627177,0.478309) material=G4_C + --> #secondaries=5 impactParameter[fm]=2.53167 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 683 projectile=anti_deuteron Ekin[MeV]=7497.52 direction=(0.56923,0.166972,0.805045) material=G4_Fe + --> #secondaries=32 impactParameter[fm]=4.2164 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=50 #NNcollisions=0 + Collision 684 projectile=B- Ekin[MeV]=1879.5 direction=(0.585059,0.810294,0.0336149) material=G4_He + --> #secondaries=3 impactParameter[fm]=0.952743 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 685 projectile=anti_sigma+ Ekin[MeV]=28397.3 direction=(0.273765,0.0921762,0.957369) material=G4_Al + --> #secondaries=17 impactParameter[fm]=2.43005 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 686 projectile=lambda_c+ Ekin[MeV]=18421 direction=(0.234251,0.767255,0.597031) material=G4_Si + --> #secondaries=24 impactParameter[fm]=3.52595 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 687 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=16396.9 direction=(0.794301,0.275286,0.541575) material=G4_Cu + --> #secondaries=59 impactParameter[fm]=3.79142 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=61 #NNcollisions=3 + Collision 688 projectile=anti_xi_b- Ekin[MeV]=8828.62 direction=(0.371366,0.796132,0.477767) material=G4_Fe + --> #secondaries=20 impactParameter[fm]=4.20526 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 689 projectile=xi_b- Ekin[MeV]=21181.4 direction=(0.738395,0.140686,0.65953) material=G4_Pb + --> #secondaries=60 impactParameter[fm]=4.42531 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 690 projectile=proton Ekin[MeV]=14028.5 direction=(0.207447,0.55166,0.80786) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=4.15352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 691 projectile=anti_hyperHe5 Ekin[MeV]=6176.07 direction=(0.827695,0.492837,0.26839) material=G4_H + --> #secondaries=4 impactParameter[fm]=2.06909 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 692 projectile=omega_c0 Ekin[MeV]=4353.16 direction=(0.636171,0.642334,0.427427) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=4.75666 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=1 + Collision 693 projectile=B0 Ekin[MeV]=15512.2 direction=(0.0812165,0.440509,0.894067) material=G4_Al + --> #secondaries=10 impactParameter[fm]=3.57435 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 694 projectile=pi- Ekin[MeV]=16309.6 direction=(0.0894435,0.0527431,0.994594) material=G4_Fe + --> #secondaries=31 impactParameter[fm]=2.9169 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 695 projectile=D+ Ekin[MeV]=5427.07 direction=(0.684566,0.687589,0.242056) material=G4_W + --> #secondaries=43 impactParameter[fm]=5.45313 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 696 projectile=deuteron Ekin[MeV]=4247.09 direction=(0.581492,0.684826,0.439182) material=G4_Si --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 859 projectile=D- Ekin[MeV]=1869.48 direction=(0.290804,0.813745,0.503241) material=G4_C - --> #secondaries=5 impactParameter[fm]=1.65268 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 - Collision 860 projectile=anti_lambda Ekin[MeV]=14112 direction=(0.15618,0.81974,0.55103) material=G4_W - --> #secondaries=46 impactParameter[fm]=5.7496 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 - Collision 861 projectile=anti_D0 Ekin[MeV]=4092.52 direction=(0.730777,0.249426,0.635415) material=G4_He - --> #secondaries=6 impactParameter[fm]=2.60625 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 862 projectile=anti_xi0 Ekin[MeV]=9373.05 direction=(0.389851,0.447137,0.805037) material=G4_Fe - --> #secondaries=30 impactParameter[fm]=3.09077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=3 - Collision 863 projectile=anti_xi- Ekin[MeV]=8793 direction=(0.257123,0.901345,0.348518) material=G4_Si - --> #secondaries=17 impactParameter[fm]=1.03824 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 - Collision 864 projectile=neutron Ekin[MeV]=14744.6 direction=(0.618422,0.125536,0.775755) material=G4_Fe - --> #secondaries=30 impactParameter[fm]=4.33743 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 865 projectile=anti_omega- Ekin[MeV]=2412.88 direction=(0.0305504,0.701789,0.71173) material=G4_C - --> #secondaries=11 impactParameter[fm]=1.27918 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 866 projectile=lambda_c+ Ekin[MeV]=27816.3 direction=(0.234163,0.16695,0.957755) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.42629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 867 projectile=xi_c+ Ekin[MeV]=4652.43 direction=(0.656616,0.66053,0.364081) material=G4_Ar - --> #secondaries=16 impactParameter[fm]=1.25082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 - Collision 868 projectile=He3 Ekin[MeV]=21937.5 direction=(0.61556,0.525183,0.587596) material=G4_Al - --> #secondaries=30 impactParameter[fm]=3.40575 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=20 #NNcollisions=2 - Collision 869 projectile=xi_b- Ekin[MeV]=18718.5 direction=(0.706091,0.424679,0.566642) material=G4_He - --> #secondaries=9 impactParameter[fm]=0.53795 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 870 projectile=hypertriton Ekin[MeV]=21888.2 direction=(0.345237,0.92243,0.173013) material=G4_Al - --> #secondaries=11 impactParameter[fm]=6.29455 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 871 projectile=anti_B0 Ekin[MeV]=19046.1 direction=(0.25995,0.622723,0.737999) material=G4_Be - --> #secondaries=12 impactParameter[fm]=1.88652 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 - Collision 872 projectile=B+ Ekin[MeV]=27864 direction=(0.526273,0.0253309,0.849938) material=G4_Pb - --> #secondaries=24 impactParameter[fm]=7.21766 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 - Collision 873 projectile=D0 Ekin[MeV]=28203.6 direction=(0.813138,0.581319,0.0295661) material=G4_W - --> #secondaries=36 impactParameter[fm]=5.40327 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 - Collision 874 projectile=anti_alpha Ekin[MeV]=22293.2 direction=(0.393299,0.656316,0.643867) material=G4_Cu - --> #secondaries=31 impactParameter[fm]=5.26317 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=61 #NNcollisions=4 - Collision 875 projectile=doublehyperdoubleneutron Ekin[MeV]=5137.38 direction=(0.660058,0.160519,0.733865) material=G4_Al - --> #secondaries=24 impactParameter[fm]=3.86746 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=22 #NNcollisions=3 - Collision 876 projectile=hypertriton Ekin[MeV]=24160.3 direction=(0.464665,0.819759,0.334787) material=G4_W - --> #secondaries=102 impactParameter[fm]=3.36062 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=9 - Collision 877 projectile=hyperalpha Ekin[MeV]=11886.2 direction=(0.395943,0.219146,0.891742) material=G4_Ar - --> #secondaries=26 impactParameter[fm]=4.55271 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=4 - Collision 878 projectile=hyperHe5 Ekin[MeV]=3925.8 direction=(0.487707,0.638258,0.595624) material=G4_Pb - --> #secondaries=46 impactParameter[fm]=6.28321 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=199 #NNcollisions=2 - Collision 879 projectile=anti_xi- Ekin[MeV]=27459.1 direction=(0.0966333,0.151153,0.983776) material=G4_Pb - --> #secondaries=93 impactParameter[fm]=1.66712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=6 - Collision 880 projectile=D0 Ekin[MeV]=11174.8 direction=(0.847186,0.197395,0.493266) material=G4_He - --> #secondaries=6 impactParameter[fm]=0.514761 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 881 projectile=anti_triton Ekin[MeV]=14492.7 direction=(0.685299,0.30516,0.661243) material=G4_Si - --> #secondaries=34 impactParameter[fm]=1.96421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 - Collision 882 projectile=anti_xi_b0 Ekin[MeV]=3828.6 direction=(0.729192,0.682471,0.0501323) material=G4_Si - --> #secondaries=5 impactParameter[fm]=3.73447 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=29 #NNcollisions=0 - Collision 883 projectile=anti_D0 Ekin[MeV]=1386.66 direction=(0.828911,0.138387,0.541992) material=G4_Be - --> #secondaries=8 impactParameter[fm]=2.89738 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 884 projectile=anti_xi0 Ekin[MeV]=19629.6 direction=(0.133715,0.273132,0.952638) material=G4_Al - --> #secondaries=9 impactParameter[fm]=4.25956 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 885 projectile=neutron Ekin[MeV]=23339.9 direction=(0.587652,0.716344,0.376187) material=G4_H - --> #secondaries=5 impactParameter[fm]=0.741705 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 886 projectile=omega_c0 Ekin[MeV]=3488.78 direction=(0.253122,0.280516,0.925873) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.3291 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 887 projectile=triton Ekin[MeV]=1616.54 direction=(0.615941,0.57296,0.540678) material=G4_W - --> #secondaries=49 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 888 projectile=anti_sigma+ Ekin[MeV]=22291.3 direction=(0.15352,0.975943,0.154812) material=G4_Ar - --> #secondaries=40 impactParameter[fm]=2.25571 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 - Collision 889 projectile=omega_b- Ekin[MeV]=28304.9 direction=(0.371964,0.786858,0.49244) material=G4_W - --> #secondaries=51 impactParameter[fm]=4.33416 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 890 projectile=sigma+ Ekin[MeV]=2120.76 direction=(0.415614,0.346541,0.840937) material=G4_Si - --> #secondaries=20 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 891 projectile=pi+ Ekin[MeV]=24856.1 direction=(0.75704,0.134788,0.639315) material=G4_Fe - --> #secondaries=31 impactParameter[fm]=1.34565 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 892 projectile=xi- Ekin[MeV]=7409.44 direction=(0.724372,0.299601,0.620906) material=G4_Si - --> #secondaries=13 impactParameter[fm]=3.74414 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 893 projectile=anti_neutron Ekin[MeV]=13368.7 direction=(0.417304,0.857226,0.301696) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=7.25825 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 894 projectile=B+ Ekin[MeV]=4166.64 direction=(0.533705,0.669063,0.517217) material=G4_Cu - --> #secondaries=6 impactParameter[fm]=4.93077 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 895 projectile=anti_D0 Ekin[MeV]=5105.5 direction=(0.485162,0.071794,0.871472) material=G4_Cu - --> #secondaries=12 impactParameter[fm]=0.586275 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 - Collision 896 projectile=pi- Ekin[MeV]=28241.2 direction=(0.147542,0.897028,0.416619) material=G4_He - --> #secondaries=12 impactParameter[fm]=1.20543 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 897 projectile=Ds+ Ekin[MeV]=6132.87 direction=(0.326405,0.811159,0.485264) material=G4_W - --> #secondaries=20 impactParameter[fm]=6.01736 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 898 projectile=anti_lambda Ekin[MeV]=12584 direction=(0.258522,0.439966,0.859998) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.93116 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=12 #NNcollisions=1 - Collision 899 projectile=anti_hyperHe5 Ekin[MeV]=29163.9 direction=(0.77384,0.338033,0.535635) material=G4_Be - --> #secondaries=11 impactParameter[fm]=4.70632 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 900 projectile=hyperHe5 Ekin[MeV]=14744.6 direction=(0.817938,0.374202,0.436978) material=G4_C - --> #secondaries=10 impactParameter[fm]=5.44099 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 697 projectile=neutron Ekin[MeV]=2924.52 direction=(0.868382,0.431321,0.244694) material=G4_Pb + --> #secondaries=30 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 698 projectile=sigma- Ekin[MeV]=29380.2 direction=(0.735588,0.0276244,0.676865) material=G4_C + --> #secondaries=17 impactParameter[fm]=0.953225 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 699 projectile=Ds- Ekin[MeV]=12264.4 direction=(0.613734,0.0244267,0.789135) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.07544 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 700 projectile=sigma- Ekin[MeV]=24500.4 direction=(0.612191,0.542176,0.575558) material=G4_H + --> #secondaries=5 impactParameter[fm]=2.17146 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 List of produced secondaries: - j=0 neutron p=(3698.41,1699.74,1603.34474.45) MeV - j=1 neutron p=(-333.613,43.0971,423.8621084.25) MeV - j=2 neutron p=(-70.7085,-30.4602,-152.387954.952) MeV - j=3 neutron p=(170.822,260.15,-28.8084990.187) MeV - j=4 proton p=(169.332,-113.657,-19.5435960.379) MeV - j=5 proton p=(27.2758,-30.8532,-44.505940.229) MeV - j=6 deuteron p=(-34.9993,-38.6584,69.08521877.61) MeV - j=7 proton p=(8.34954,-61.9911,-58.7222942.186) MeV - j=8 alpha p=(187.736,134.097,279.343744.94) MeV - j=9 hyperalpha p=(11709.2,5244.17,6226.1414790.3) MeV - Collision 901 projectile=B0 Ekin[MeV]=28739.5 direction=(0.352087,0.321976,0.878843) material=G4_Si - --> #secondaries=15 impactParameter[fm]=1.78873 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 902 projectile=anti_sigma- Ekin[MeV]=27674.3 direction=(0.989787,0.125331,0.0679218) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.11762 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 903 projectile=sigma- Ekin[MeV]=23823.4 direction=(0.0383949,0.663039,0.747599) material=G4_Be - --> #secondaries=7 impactParameter[fm]=0.878044 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 904 projectile=anti_hypertriton Ekin[MeV]=22928 direction=(0.000178466,0.761562,0.648092) material=G4_W - --> #secondaries=33 impactParameter[fm]=8.06339 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=182 #NNcollisions=2 - Collision 905 projectile=anti_omega_c0 Ekin[MeV]=15480.9 direction=(0.954104,0.129792,0.269888) material=G4_Al - --> #secondaries=26 impactParameter[fm]=1.20706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 - Collision 906 projectile=anti_neutron Ekin[MeV]=26251.3 direction=(0.813212,0.361041,0.456438) material=G4_Fe - --> #secondaries=22 impactParameter[fm]=2.89495 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 - Collision 907 projectile=omega- Ekin[MeV]=3804.88 direction=(0.0996004,0.0872538,0.991195) material=G4_Cu - --> #secondaries=36 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 908 projectile=lambda_b Ekin[MeV]=28769.5 direction=(0.553556,0.0834367,0.828622) material=G4_Pb - --> #secondaries=50 impactParameter[fm]=4.88733 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 909 projectile=anti_neutron Ekin[MeV]=5149.17 direction=(0.596919,0.565378,0.569242) material=G4_Fe - --> #secondaries=48 impactParameter[fm]=0.40783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 - Collision 910 projectile=B0 Ekin[MeV]=6284.94 direction=(0.09647,0.470915,0.876888) material=G4_Fe - --> #secondaries=12 impactParameter[fm]=3.53077 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 - Collision 911 projectile=anti_omega- Ekin[MeV]=14379.9 direction=(0.719736,0.512794,0.467998) material=G4_H - --> #secondaries=6 impactParameter[fm]=1.22077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 912 projectile=kaon- Ekin[MeV]=2101.34 direction=(0.952297,0.106695,0.285913) material=G4_W - --> #secondaries=40 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 913 projectile=anti_proton Ekin[MeV]=3916.09 direction=(0.994418,0.0981948,0.0386191) material=G4_Cu - --> #secondaries=51 impactParameter[fm]=2.95331 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=65 #NNcollisions=1 - Collision 914 projectile=hyperH4 Ekin[MeV]=24547.8 direction=(0.283903,0.925032,0.25242) material=G4_W - --> #secondaries=19 impactParameter[fm]=11.1801 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 915 projectile=alpha Ekin[MeV]=15396.5 direction=(0.888726,0.399132,0.225519) material=G4_Fe - --> #secondaries=34 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 916 projectile=hyperalpha Ekin[MeV]=6264.86 direction=(0.505271,0.0132806,0.862859) material=G4_W - --> #secondaries=44 impactParameter[fm]=6.24815 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=1 - Collision 917 projectile=omega_b- Ekin[MeV]=4212.44 direction=(0.0801489,0.953902,0.289216) material=G4_Al - --> #secondaries=15 impactParameter[fm]=2.39642 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=0 - Collision 918 projectile=doublehyperH4 Ekin[MeV]=29533.4 direction=(0.557609,0.817007,0.146876) material=G4_W - --> #secondaries=74 impactParameter[fm]=5.03496 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=10 - Collision 919 projectile=anti_sigma- Ekin[MeV]=17988.8 direction=(0.582665,0.545051,0.602844) material=G4_He - --> #secondaries=13 impactParameter[fm]=1.31614 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 920 projectile=pi+ Ekin[MeV]=21471.2 direction=(0.443965,0.706555,0.551067) material=G4_W - --> #secondaries=33 impactParameter[fm]=6.95379 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 921 projectile=xi_c+ Ekin[MeV]=27453.8 direction=(0.377674,0.254192,0.890364) material=G4_Pb - --> #secondaries=68 impactParameter[fm]=1.49559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=2 - Collision 922 projectile=anti_lambda_c+ Ekin[MeV]=10478.5 direction=(0.859161,0.286889,0.423718) material=G4_Cu - --> #secondaries=30 impactParameter[fm]=4.05846 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=3 - Collision 923 projectile=doublehyperH4 Ekin[MeV]=24772.2 direction=(0.334436,0.65593,0.676689) material=G4_Si - --> #secondaries=42 impactParameter[fm]=0.909194 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=18 #NNcollisions=11 - Collision 924 projectile=xi0 Ekin[MeV]=21260.8 direction=(0.330848,0.679461,0.654883) material=G4_Be - --> #secondaries=12 impactParameter[fm]=2.97435 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 925 projectile=anti_neutron Ekin[MeV]=9007.87 direction=(0.319339,0.732551,0.601159) material=G4_Ar - --> #secondaries=20 impactParameter[fm]=0.863586 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 926 projectile=proton Ekin[MeV]=10430.9 direction=(0.453785,0.695938,0.556551) material=G4_Si - --> #secondaries=15 impactParameter[fm]=2.99654 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 927 projectile=doublehyperdoubleneutron Ekin[MeV]=14697.2 direction=(0.67073,0.379273,0.637396) material=G4_Be - --> #secondaries=6 impactParameter[fm]=6.32735 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 928 projectile=D0 Ekin[MeV]=17950 direction=(0.585793,0.80935,0.04241) material=G4_Pb - --> #secondaries=37 impactParameter[fm]=6.48792 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=3 - Collision 929 projectile=kaon+ Ekin[MeV]=26711 direction=(0.271203,0.645335,0.714137) material=G4_C - --> #secondaries=15 impactParameter[fm]=1.05576 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=12 #NNcollisions=1 - Collision 930 projectile=anti_proton Ekin[MeV]=1664.71 direction=(0.835891,0.389955,0.386293) material=G4_W - --> #secondaries=11 impactParameter[fm]=7.18982 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 - Collision 931 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=27885 direction=(0.590286,0.414144,0.692854) material=G4_Fe - --> #secondaries=45 impactParameter[fm]=5.03729 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 932 projectile=xi_c+ Ekin[MeV]=25900.4 direction=(0.130819,0.151403,0.979777) material=G4_Pb - --> #secondaries=29 impactParameter[fm]=5.87951 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=0 - Collision 933 projectile=pi- Ekin[MeV]=27967.4 direction=(0.688801,0.722516,0.0593672) material=G4_He - --> #secondaries=12 impactParameter[fm]=1.52794 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 934 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=1338.41 direction=(0.531308,0.146525,0.834411) material=G4_Si - --> #secondaries=14 impactParameter[fm]=2.00921 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=3 - Collision 935 projectile=anti_xi_b0 Ekin[MeV]=23725.1 direction=(0.222467,0.425176,0.877345) material=G4_Fe - --> #secondaries=43 impactParameter[fm]=3.66085 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 - Collision 936 projectile=anti_sigma- Ekin[MeV]=13924.9 direction=(0.729976,0.45644,0.508721) material=G4_Si - --> #secondaries=34 impactParameter[fm]=1.41112 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=4 - Collision 937 projectile=anti_neutron Ekin[MeV]=7407.32 direction=(0.437469,0.757336,0.484833) material=G4_Fe - --> #secondaries=26 impactParameter[fm]=4.31131 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Collision 938 projectile=doublehyperH4 Ekin[MeV]=29228.9 direction=(0.770398,0.323109,0.549625) material=G4_H - --> #secondaries=3 impactParameter[fm]=0.720349 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=0 - Collision 939 projectile=omega_b- Ekin[MeV]=20707.5 direction=(0.89626,0.237048,0.374868) material=G4_He - --> #secondaries=10 impactParameter[fm]=1.54181 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 - Collision 940 projectile=omega_b- Ekin[MeV]=28961.9 direction=(0.909444,0.0216906,0.415261) material=G4_Pb - --> #secondaries=19 impactParameter[fm]=4.59841 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 941 projectile=anti_xi0 Ekin[MeV]=29745.9 direction=(0.810481,0.0341507,0.584768) material=G4_Al - --> #secondaries=25 impactParameter[fm]=2.62422 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 942 projectile=lambda_c+ Ekin[MeV]=6162.95 direction=(0.817683,0.430304,0.382405) material=G4_H - --> #secondaries=2 impactParameter[fm]=0.442258 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 943 projectile=sigma- Ekin[MeV]=19895.5 direction=(0.957363,0.209138,0.199293) material=G4_He - --> #secondaries=8 impactParameter[fm]=1.20472 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 944 projectile=xi0 Ekin[MeV]=8453.33 direction=(0.876023,0.323678,0.357515) material=G4_Al - --> #secondaries=19 impactParameter[fm]=2.01291 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 - Collision 945 projectile=xi0 Ekin[MeV]=6943.96 direction=(0.543638,0.68172,0.489608) material=G4_Be - --> #secondaries=10 impactParameter[fm]=1.99418 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 946 projectile=Ds- Ekin[MeV]=6202.11 direction=(0.706363,0.262889,0.657222) material=G4_He - --> #secondaries=5 impactParameter[fm]=1.99307 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 947 projectile=omega_b- Ekin[MeV]=22756 direction=(0.58767,0.793626,0.157487) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.72861 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 948 projectile=sigma+ Ekin[MeV]=14275.1 direction=(0.640598,0.76654,0.0452789) material=G4_Cu - --> #secondaries=13 impactParameter[fm]=5.27097 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 949 projectile=doublehyperdoubleneutron Ekin[MeV]=3595.83 direction=(0.519978,0.735565,0.434243) material=G4_Si - --> #secondaries=11 impactParameter[fm]=6.09306 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 950 projectile=pi- Ekin[MeV]=21745.5 direction=(0.0976272,0.674756,0.731556) material=G4_C - --> #secondaries=20 impactParameter[fm]=0.857358 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=4 - Collision 951 projectile=anti_hyperalpha Ekin[MeV]=7174.43 direction=(0.354781,0.785269,0.507428) material=G4_Pb - --> #secondaries=62 impactParameter[fm]=5.10806 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=5 - Collision 952 projectile=anti_hyperalpha Ekin[MeV]=26686.3 direction=(0.609751,0.734438,0.298001) material=G4_Pb - --> #secondaries=78 impactParameter[fm]=7.20089 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=4 - Collision 953 projectile=doublehyperdoubleneutron Ekin[MeV]=10665.4 direction=(0.349596,0.724795,0.593679) material=G4_W - --> #secondaries=43 impactParameter[fm]=7.40703 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=179 #NNcollisions=0 - Collision 954 projectile=alpha Ekin[MeV]=27051 direction=(0.680282,0.495185,0.540378) material=G4_He - --> #secondaries=11 impactParameter[fm]=5.42092 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 955 projectile=pi+ Ekin[MeV]=18181 direction=(0.261889,0.779378,0.569195) material=G4_Ar - --> #secondaries=12 impactParameter[fm]=3.18766 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 956 projectile=anti_xi_b0 Ekin[MeV]=24054.5 direction=(0.367337,0.778698,0.508619) material=G4_He - --> #secondaries=4 impactParameter[fm]=2.05024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 - Collision 957 projectile=anti_D0 Ekin[MeV]=1941.9 direction=(0.215405,0.529512,0.820498) material=G4_Ar - --> #secondaries=12 impactParameter[fm]=4.00708 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=1 - Collision 958 projectile=Ds- Ekin[MeV]=19429 direction=(0.495472,0.59513,0.632714) material=G4_C - --> #secondaries=6 impactParameter[fm]=0.983302 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 - Collision 959 projectile=lambda_b Ekin[MeV]=11580.1 direction=(0.227294,0.432341,0.872593) material=G4_W - --> #secondaries=23 impactParameter[fm]=6.42893 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 - Collision 960 projectile=B- Ekin[MeV]=28893.7 direction=(0.623366,0.506704,0.595539) material=G4_Al - --> #secondaries=11 impactParameter[fm]=3.19345 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 - Collision 961 projectile=D- Ekin[MeV]=2577.17 direction=(0.804629,0.544658,0.236473) material=G4_Be - --> #secondaries=7 impactParameter[fm]=2.05851 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 - Collision 962 projectile=anti_xi0 Ekin[MeV]=19131.8 direction=(0.0150719,0.713555,0.700437) material=G4_Si - --> #secondaries=20 impactParameter[fm]=3.22985 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 - Collision 963 projectile=anti_deuteron Ekin[MeV]=20042.5 direction=(0.280254,0.860114,0.426218) material=G4_He - --> #secondaries=13 impactParameter[fm]=1.52704 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=2 - Collision 964 projectile=anti_hyperalpha Ekin[MeV]=18402.9 direction=(0.0962096,0.835463,0.54106) material=G4_He - --> #secondaries=20 impactParameter[fm]=1.90727 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=2 - Collision 965 projectile=anti_hyperHe5 Ekin[MeV]=15834.3 direction=(0.348812,0.913239,0.210534) material=G4_Si - --> #secondaries=36 impactParameter[fm]=2.06661 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=4 - Collision 966 projectile=D- Ekin[MeV]=13974.8 direction=(0.701643,0.301533,0.645581) material=G4_Al - --> #secondaries=10 impactParameter[fm]=4.41154 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 - Collision 967 projectile=doublehyperdoubleneutron Ekin[MeV]=22163.6 direction=(0.941856,0.244663,0.230321) material=G4_Pb - --> #secondaries=37 impactParameter[fm]=6.79943 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=203 #NNcollisions=4 - Collision 968 projectile=Bc+ Ekin[MeV]=11363.9 direction=(0.154147,0.785211,0.599735) material=G4_Be - --> #secondaries=7 impactParameter[fm]=1.59546 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 969 projectile=B- Ekin[MeV]=25899.2 direction=(0.140044,0.820025,0.55493) material=G4_Cu - --> #secondaries=20 impactParameter[fm]=2.87745 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 - Collision 970 projectile=D- Ekin[MeV]=24036.1 direction=(0.116543,0.948475,0.294639) material=G4_Pb - --> #secondaries=58 impactParameter[fm]=2.3798 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 - Collision 971 projectile=anti_triton Ekin[MeV]=20632.6 direction=(0.679017,0.165573,0.715207) material=G4_H - --> #secondaries=10 impactParameter[fm]=1.4219 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 972 projectile=anti_lambda Ekin[MeV]=9732.41 direction=(0.904338,0.42598,0.0267209) material=G4_H - --> #secondaries=9 impactParameter[fm]=2.11559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 - Collision 973 projectile=D+ Ekin[MeV]=8353.29 direction=(0.547205,0.375853,0.747864) material=G4_W - --> #secondaries=31 impactParameter[fm]=6.37833 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=2 - Collision 974 projectile=anti_alpha Ekin[MeV]=15252.7 direction=(0.624336,0.696167,0.354338) material=G4_Si - --> #secondaries=38 impactParameter[fm]=3.038 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=5 - Collision 975 projectile=hyperH4 Ekin[MeV]=26177.7 direction=(0.543686,0.000825979,0.839288) material=G4_Pb - --> #secondaries=168 impactParameter[fm]=2.7298 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=12 - Collision 976 projectile=xi_b- Ekin[MeV]=2394.04 direction=(0.370984,0.915347,0.156557) material=G4_Si - --> #secondaries=16 impactParameter[fm]=2.48214 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 - Collision 977 projectile=anti_sigma- Ekin[MeV]=2657.46 direction=(0.225658,0.966558,0.12184) material=G4_Be - --> #secondaries=11 impactParameter[fm]=3.65044 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 978 projectile=anti_sigma+ Ekin[MeV]=14961.7 direction=(0.31638,0.0839525,0.94491) material=G4_He - --> #secondaries=6 impactParameter[fm]=1.13979 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 979 projectile=xi_b0 Ekin[MeV]=8392.3 direction=(0.777613,0.2408,0.580804) material=G4_Al - --> #secondaries=10 impactParameter[fm]=1.89377 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=0 - Collision 980 projectile=hypertriton Ekin[MeV]=20768.7 direction=(0.797047,0.601621,0.0526101) material=G4_Pb - --> #secondaries=66 impactParameter[fm]=2.44386 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=195 #NNcollisions=7 - Collision 981 projectile=doublehyperdoubleneutron Ekin[MeV]=22990.9 direction=(0.339027,0.309466,0.888421) material=G4_He - --> #secondaries=14 impactParameter[fm]=1.17019 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=2 #NNcollisions=3 - Collision 982 projectile=xi- Ekin[MeV]=24014.9 direction=(0.681747,0.615291,0.395774) material=G4_He - --> #secondaries=8 impactParameter[fm]=2.19745 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 983 projectile=anti_sigma+ Ekin[MeV]=18415.2 direction=(0.715641,0.276647,0.641345) material=G4_Fe - --> #secondaries=24 impactParameter[fm]=3.34696 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 - Collision 984 projectile=B- Ekin[MeV]=12123.5 direction=(0.597267,0.730233,0.331712) material=G4_Si - --> #secondaries=7 impactParameter[fm]=3.66981 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=29 #NNcollisions=1 - Collision 985 projectile=Ds+ Ekin[MeV]=29557.6 direction=(0.0687589,0.654676,0.752776) material=G4_Pb - --> #secondaries=37 impactParameter[fm]=6.40947 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 - Collision 986 projectile=kaon0S Ekin[MeV]=5631.65 direction=(0.163869,0.669421,0.724585) material=G4_C - --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 987 projectile=B- Ekin[MeV]=29898.6 direction=(0.389749,0.433223,0.812658) material=G4_Pb - --> #secondaries=37 impactParameter[fm]=5.83519 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=1 - Collision 988 projectile=anti_hyperHe5 Ekin[MeV]=10078.1 direction=(0.51547,0.703169,0.489739) material=G4_H - --> #secondaries=3 impactParameter[fm]=2.77394 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=1 #NNcollisions=1 - Collision 989 projectile=anti_sigma+ Ekin[MeV]=24291.4 direction=(0.354394,0.389022,0.850333) material=G4_Ar - --> #secondaries=38 impactParameter[fm]=2.48959 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 - Collision 990 projectile=alpha Ekin[MeV]=8857.26 direction=(0.371338,0.732315,0.570809) material=G4_C + j=0 neutron p=(9835.79,9520.22,10741.317425.2) MeV + j=1 pi0 p=(2660.54,1985.94,1966.653861.13) MeV + j=2 sigma0 p=(411.263,505.56,129.1841365.22) MeV + j=3 pi- p=(790.187,276.07,735.4221122.91) MeV + j=4 pi+ p=(2017.21,1629.91,1202.042861.84) MeV + Collision 701 projectile=anti_D0 Ekin[MeV]=4427.58 direction=(0.0849103,0.916189,0.391647) material=G4_C + --> #secondaries=6 impactParameter[fm]=2.01669 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 702 projectile=Bs0 Ekin[MeV]=6025.85 direction=(0.83611,0.231676,0.497238) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.576212 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 703 projectile=xi0 Ekin[MeV]=5129.03 direction=(0.0257889,0.955369,0.294288) material=G4_Cu + --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 704 projectile=anti_lambda Ekin[MeV]=9492.79 direction=(0.767486,0.335597,0.546205) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=3.40795 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 705 projectile=anti_neutron Ekin[MeV]=25340.7 direction=(0.669785,0.437626,0.599893) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=3.41248 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=1 + Collision 706 projectile=anti_sigma+ Ekin[MeV]=26351.6 direction=(0.598882,0.652828,0.46385) material=G4_Ar + --> #secondaries=30 impactParameter[fm]=1.92011 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 707 projectile=xi- Ekin[MeV]=18224.9 direction=(0.249877,0.398696,0.882385) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.426866 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 708 projectile=anti_proton Ekin[MeV]=29388.1 direction=(0.532541,0.718055,0.448103) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=5.46953 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=65 #NNcollisions=1 + Collision 709 projectile=anti_hyperalpha Ekin[MeV]=22987.6 direction=(0.256429,0.918715,0.300345) material=G4_H + --> #secondaries=9 impactParameter[fm]=2.1369 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 710 projectile=anti_hypertriton Ekin[MeV]=24155.7 direction=(0.238193,0.97085,0.0267271) material=G4_Al + --> #secondaries=31 impactParameter[fm]=4.23617 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=4 + Collision 711 projectile=anti_Bs0 Ekin[MeV]=26201.6 direction=(0.845158,0.475414,0.244314) material=G4_C + --> #secondaries=6 impactParameter[fm]=2.96163 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 712 projectile=pi+ Ekin[MeV]=22643.9 direction=(0.582354,0.466798,0.665555) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.28601 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 713 projectile=Bs0 Ekin[MeV]=4881.8 direction=(0.623537,0.108099,0.774284) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=1.7204 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 714 projectile=anti_triton Ekin[MeV]=1540.16 direction=(0.641242,0.117086,0.758353) material=G4_He + --> #secondaries=6 impactParameter[fm]=3.10427 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 715 projectile=pi+ Ekin[MeV]=20113.7 direction=(0.808561,0.315252,0.496835) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=5.92626 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 716 projectile=neutron Ekin[MeV]=27750.3 direction=(0.441721,0.885193,0.145999) material=G4_W + --> #secondaries=57 impactParameter[fm]=6.59176 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=4 + Collision 717 projectile=anti_deuteron Ekin[MeV]=27151.7 direction=(0.0960737,0.606729,0.789081) material=G4_Pb + --> #secondaries=55 impactParameter[fm]=7.94088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 718 projectile=kaon0L Ekin[MeV]=16690.3 direction=(0.104141,0.981457,0.160926) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=3.38968 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 719 projectile=anti_xi0 Ekin[MeV]=17986.8 direction=(0.274684,0.20217,0.94004) material=G4_W + --> #secondaries=53 impactParameter[fm]=5.36819 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 720 projectile=B- Ekin[MeV]=7031.04 direction=(0.505133,0.829325,0.238873) material=G4_C + --> #secondaries=9 impactParameter[fm]=0.654361 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 721 projectile=anti_proton Ekin[MeV]=9429.58 direction=(0.913929,0.402825,0.049652) material=G4_W + --> #secondaries=38 impactParameter[fm]=6.35155 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=3 + Collision 722 projectile=neutron Ekin[MeV]=10267.4 direction=(0.76669,0.629426,0.126528) material=G4_Be + --> #secondaries=13 impactParameter[fm]=0.0634357 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=3 + Collision 723 projectile=deuteron Ekin[MeV]=16378.9 direction=(0.311407,0.017784,0.95011) material=G4_Si + --> #secondaries=33 impactParameter[fm]=3.33503 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 724 projectile=sigma+ Ekin[MeV]=21544 direction=(0.97498,0.151443,0.162722) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=4.8198 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 725 projectile=neutron Ekin[MeV]=8849.01 direction=(0.345441,0.18014,0.920989) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.48077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 726 projectile=Bc+ Ekin[MeV]=10496.3 direction=(0.226729,0.752032,0.618904) material=G4_C + --> #secondaries=7 impactParameter[fm]=2.24762 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 727 projectile=anti_sigma- Ekin[MeV]=16525.7 direction=(0.471899,0.393045,0.789194) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.4124 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 728 projectile=xi_c0 Ekin[MeV]=10000.4 direction=(0.751481,0.657584,0.0534747) material=G4_Be + --> #secondaries=7 impactParameter[fm]=3.18573 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 729 projectile=Bc+ Ekin[MeV]=8857.96 direction=(0.219509,0.555504,0.802017) material=G4_Al + --> #secondaries=8 impactParameter[fm]=0.812427 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 730 projectile=anti_xi_c0 Ekin[MeV]=28158.7 direction=(0.254845,0.0136259,0.966886) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.579993 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 731 projectile=anti_lambda_c+ Ekin[MeV]=16888.5 direction=(0.00819184,0.718169,0.69582) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.637088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 732 projectile=anti_proton Ekin[MeV]=28731.5 direction=(0.853265,0.465715,0.234625) material=G4_W + --> #secondaries=62 impactParameter[fm]=4.97886 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=2 + Collision 733 projectile=anti_omega_c0 Ekin[MeV]=2676.87 direction=(0.672184,0.73769,0.0631081) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.65136 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 734 projectile=anti_xi_b- Ekin[MeV]=19391.1 direction=(0.281991,0.932268,0.226621) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.43712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 735 projectile=D+ Ekin[MeV]=23952.7 direction=(0.896728,0.40162,0.18596) material=G4_Pb + --> #secondaries=109 impactParameter[fm]=3.03248 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 736 projectile=anti_triton Ekin[MeV]=28995.1 direction=(0.501283,0.0270142,0.864862) material=G4_Be + --> #secondaries=20 impactParameter[fm]=2.1442 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=2 + Collision 737 projectile=anti_hyperH4 Ekin[MeV]=19721.2 direction=(0.711451,0.683339,0.163968) material=G4_Ar + --> #secondaries=35 impactParameter[fm]=4.82352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 738 projectile=doublehyperdoubleneutron Ekin[MeV]=15371.6 direction=(0.810674,0.0424526,0.583957) material=G4_Be + --> #secondaries=8 impactParameter[fm]=5.45905 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 739 projectile=kaon0L Ekin[MeV]=20586 direction=(0.417239,0.539472,0.731355) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=3.08351 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=2 + Collision 740 projectile=triton Ekin[MeV]=6335.76 direction=(0.694285,0.30623,0.6513) material=G4_W + --> #secondaries=65 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 741 projectile=anti_B0 Ekin[MeV]=13190.8 direction=(0.407084,0.566527,0.71647) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.42116 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 742 projectile=anti_xi0 Ekin[MeV]=11227.9 direction=(0.193993,0.608673,0.76934) material=G4_Ar + --> #secondaries=23 impactParameter[fm]=3.46927 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 743 projectile=doublehyperdoubleneutron Ekin[MeV]=27240 direction=(0.760058,0.274413,0.589075) material=G4_Si + --> #secondaries=32 impactParameter[fm]=3.27587 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=5 + Collision 744 projectile=anti_xi_b- Ekin[MeV]=21072.4 direction=(0.867635,0.289168,0.404465) material=G4_Al + --> #secondaries=17 impactParameter[fm]=1.70719 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 745 projectile=omega_c0 Ekin[MeV]=1925.4 direction=(0.91062,0.292366,0.29205) material=G4_Al + --> #secondaries=19 impactParameter[fm]=1.12173 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=1 + Collision 746 projectile=hyperH4 Ekin[MeV]=3789.19 direction=(0.775806,0.569667,0.271302) material=G4_Cu + --> #secondaries=9 impactParameter[fm]=6.43479 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 747 projectile=anti_lambda_b Ekin[MeV]=19073.7 direction=(0.733336,0.0496797,0.678048) material=G4_Pb + --> #secondaries=76 impactParameter[fm]=4.70701 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 748 projectile=anti_deuteron Ekin[MeV]=4048.83 direction=(0.515422,0.636623,0.57363) material=G4_W + --> #secondaries=72 impactParameter[fm]=5.03938 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 749 projectile=anti_hyperalpha Ekin[MeV]=16784.8 direction=(0.135438,0.577329,0.805201) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.93533 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 750 projectile=anti_alpha Ekin[MeV]=5848.1 direction=(0.522149,0.320477,0.790351) material=G4_Pb + --> #secondaries=74 impactParameter[fm]=5.62397 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 751 projectile=B- Ekin[MeV]=18523.3 direction=(0.450562,0.0237553,0.892429) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.57556 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 752 projectile=xi- Ekin[MeV]=11514.2 direction=(0.435138,0.820643,0.370405) material=G4_W + --> #secondaries=43 impactParameter[fm]=4.22425 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=4 + Collision 753 projectile=anti_B0 Ekin[MeV]=21522.7 direction=(0.604389,0.732674,0.312893) material=G4_Cu + --> #secondaries=34 impactParameter[fm]=0.891226 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=59 #NNcollisions=2 + Collision 754 projectile=Ds+ Ekin[MeV]=15041.1 direction=(0.734983,0.551408,0.394651) material=G4_Si + --> #secondaries=4 impactParameter[fm]=2.45387 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 755 projectile=anti_proton Ekin[MeV]=19100.2 direction=(0.657286,0.388013,0.646082) material=G4_Al + --> #secondaries=22 impactParameter[fm]=1.90124 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 756 projectile=anti_triton Ekin[MeV]=6000.63 direction=(0.504555,0.860226,0.0737219) material=G4_C + --> #secondaries=22 impactParameter[fm]=1.32346 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=12 #NNcollisions=3 + Collision 757 projectile=omega- Ekin[MeV]=28768.2 direction=(0.481086,0.874934,0.0551986) material=G4_W + --> #secondaries=24 impactParameter[fm]=7.24987 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=0 + Collision 758 projectile=anti_hyperalpha Ekin[MeV]=18314.8 direction=(0.609539,0.605162,0.512095) material=G4_Si + --> #secondaries=35 impactParameter[fm]=0.680689 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=4 + Collision 759 projectile=anti_xi_c+ Ekin[MeV]=29767.7 direction=(0.891875,0.390696,0.22785) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.01693 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 760 projectile=hyperHe5 Ekin[MeV]=6387.24 direction=(0.919551,0.108855,0.377592) material=G4_Pb + --> #secondaries=8 impactParameter[fm]=9.05846 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 761 projectile=kaon- Ekin[MeV]=6758.56 direction=(0.474179,0.626558,0.61853) material=G4_W + --> #secondaries=64 impactParameter[fm]=2.13883 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 762 projectile=anti_omega- Ekin[MeV]=25959.1 direction=(0.587836,0.54341,0.599295) material=G4_He + --> #secondaries=9 impactParameter[fm]=0.58555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 763 projectile=anti_proton Ekin[MeV]=23096.8 direction=(0.548109,0.656029,0.518847) material=G4_Pb + --> #secondaries=64 impactParameter[fm]=3.88082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 764 projectile=alpha Ekin[MeV]=15617.5 direction=(0.307981,0.924023,0.226561) material=G4_Al + --> #secondaries=11 impactParameter[fm]=3.48579 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 765 projectile=doublehyperH4 Ekin[MeV]=9286.06 direction=(0.233563,0.688886,0.686211) material=G4_He + --> #secondaries=5 impactParameter[fm]=3.0411 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 766 projectile=xi_b0 Ekin[MeV]=6652.23 direction=(0.545154,0.72128,0.427274) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.10361 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 767 projectile=kaon0L Ekin[MeV]=20440.8 direction=(0.0940545,0.84542,0.525756) material=G4_Be + --> #secondaries=12 impactParameter[fm]=3.0486 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=6 #NNcollisions=1 + Collision 768 projectile=anti_xi_c+ Ekin[MeV]=20842.1 direction=(0.627767,0.343857,0.698334) material=G4_Pb + --> #secondaries=82 impactParameter[fm]=5.63781 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=5 + Collision 769 projectile=hyperHe5 Ekin[MeV]=27823.3 direction=(0.975868,0.214804,0.0392633) material=G4_C + --> #secondaries=19 impactParameter[fm]=1.97972 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=7 + Collision 770 projectile=anti_triton Ekin[MeV]=21573.8 direction=(0.520688,0.508395,0.685871) material=G4_Cu + --> #secondaries=72 impactParameter[fm]=1.71344 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=5 + Collision 771 projectile=anti_xi_c0 Ekin[MeV]=28440.8 direction=(0.323911,0.887862,0.326777) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.68161 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 772 projectile=anti_B0 Ekin[MeV]=1937.82 direction=(0.833606,0.189408,0.51887) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=4.31175 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 773 projectile=kaon- Ekin[MeV]=19613.1 direction=(0.966888,0.170084,0.190261) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.48912 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 774 projectile=kaon0S Ekin[MeV]=24098.1 direction=(0.735866,0.437402,0.516895) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.11311 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 775 projectile=anti_He3 Ekin[MeV]=26191.6 direction=(0.662332,0.749195,0.00476797) material=G4_W + --> #secondaries=44 impactParameter[fm]=6.78801 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 776 projectile=alpha Ekin[MeV]=29747.2 direction=(0.0461486,0.990285,0.131172) material=G4_Si + --> #secondaries=24 impactParameter[fm]=6.16955 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 777 projectile=pi- Ekin[MeV]=6335.08 direction=(0.216814,0.750786,0.623949) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.76558 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 778 projectile=B0 Ekin[MeV]=19072.2 direction=(0.84984,0.414348,0.325711) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.75434 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 779 projectile=anti_lambda_b Ekin[MeV]=12256.3 direction=(0.643372,0.729836,0.231109) material=G4_Si + --> #secondaries=16 impactParameter[fm]=4.65038 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 780 projectile=pi+ Ekin[MeV]=27871.6 direction=(0.43425,0.818847,0.375387) material=G4_Si + --> #secondaries=7 impactParameter[fm]=1.72012 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 781 projectile=anti_hypertriton Ekin[MeV]=12944.3 direction=(0.399703,0.555615,0.729061) material=G4_C + --> #secondaries=28 impactParameter[fm]=1.64421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=4 + Collision 782 projectile=anti_xi_b0 Ekin[MeV]=9022.16 direction=(0.258211,0.401216,0.878836) material=G4_Si + --> #secondaries=12 impactParameter[fm]=1.92453 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=0 + Collision 783 projectile=anti_B0 Ekin[MeV]=22327 direction=(0.338468,0.668099,0.662634) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.69624 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 784 projectile=sigma+ Ekin[MeV]=14576.8 direction=(0.97351,0.134543,0.18487) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=4.30666 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 785 projectile=anti_omega_c0 Ekin[MeV]=13305.5 direction=(0.629562,0.0249551,0.776549) material=G4_W + --> #secondaries=14 impactParameter[fm]=5.31865 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 786 projectile=anti_hyperH4 Ekin[MeV]=5295.76 direction=(0.936625,0.344676,0.0627044) material=G4_Pb + --> #secondaries=15 impactParameter[fm]=8.58368 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 787 projectile=deuteron Ekin[MeV]=1622.08 direction=(0.781249,0.582114,0.225373) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 788 projectile=omega_b- Ekin[MeV]=19398.8 direction=(0.753555,0.656101,0.0410582) material=G4_Al + --> #secondaries=5 impactParameter[fm]=3.68845 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 789 projectile=lambda Ekin[MeV]=5561.92 direction=(0.839615,0.215675,0.498529) material=G4_Be + --> #secondaries=5 impactParameter[fm]=1.04847 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 790 projectile=xi_b- Ekin[MeV]=1611.98 direction=(0.708612,0.454794,0.539473) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.515808 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 791 projectile=doublehyperH4 Ekin[MeV]=15039.3 direction=(0.0397781,0.320159,0.946528) material=G4_Al + --> #secondaries=12 impactParameter[fm]=4.68602 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 792 projectile=xi_b- Ekin[MeV]=25355.6 direction=(0.445964,0.894624,0.0276451) material=G4_Si + --> #secondaries=5 impactParameter[fm]=3.20554 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 793 projectile=anti_xi_c0 Ekin[MeV]=19223.5 direction=(0.544562,0.141617,0.826678) material=G4_Al + --> #secondaries=20 impactParameter[fm]=2.22546 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 794 projectile=triton Ekin[MeV]=10295.1 direction=(0.711238,0.241267,0.660251) material=G4_Be --> #secondaries=16 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 991 projectile=Bs0 Ekin[MeV]=6724.06 direction=(0.724632,0.686834,0.0562839) material=G4_He - --> #secondaries=4 impactParameter[fm]=1.15248 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 992 projectile=lambda Ekin[MeV]=3075.87 direction=(0.98648,0.00642805,0.163756) material=G4_Si - --> #secondaries=19 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 - Collision 993 projectile=anti_omega- Ekin[MeV]=1626.01 direction=(0.403452,0.204196,0.891925) material=G4_W - --> #secondaries=46 impactParameter[fm]=2.8799 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=1 - Collision 994 projectile=anti_xi_c+ Ekin[MeV]=29618.2 direction=(0.475228,0.446568,0.758113) material=G4_He - --> #secondaries=7 impactParameter[fm]=0.724609 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 - Collision 995 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=4822.24 direction=(0.491206,0.843979,0.215445) material=G4_Cu - --> #secondaries=48 impactParameter[fm]=0.781632 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=4 - Collision 996 projectile=anti_omega- Ekin[MeV]=1788.55 direction=(0.862682,0.281453,0.420196) material=G4_Be - --> #secondaries=9 impactParameter[fm]=2.61802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 - Collision 997 projectile=anti_D0 Ekin[MeV]=2083.44 direction=(0.766101,0.336184,0.547786) material=G4_Ar - --> #secondaries=14 impactParameter[fm]=1.55864 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=36 #NNcollisions=1 - Collision 998 projectile=omega_c0 Ekin[MeV]=28266.5 direction=(0.724259,0.6731,0.149615) material=G4_Cu - --> #secondaries=10 impactParameter[fm]=3.88582 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 - Collision 999 projectile=Ds- Ekin[MeV]=4650.85 direction=(0.250811,0.0602952,0.966156) material=G4_Al - --> #secondaries=9 impactParameter[fm]=2.20989 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 795 projectile=xi_c+ Ekin[MeV]=24466.2 direction=(0.577699,0.744412,0.334836) material=G4_Pb + --> #secondaries=89 impactParameter[fm]=3.18729 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 796 projectile=anti_xi_b0 Ekin[MeV]=7886.95 direction=(0.533574,0.695357,0.481433) material=G4_Pb + --> #secondaries=4 impactParameter[fm]=7.23832 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 797 projectile=kaon+ Ekin[MeV]=3475.96 direction=(0.20839,0.874287,0.438401) material=G4_Ar + --> #secondaries=28 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 798 projectile=He3 Ekin[MeV]=11560.2 direction=(0.528141,0.553406,0.644056) material=G4_Pb + --> #secondaries=23 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 799 projectile=doublehyperdoubleneutron Ekin[MeV]=19038.5 direction=(0.416731,0.829798,0.371174) material=G4_C + --> #secondaries=20 impactParameter[fm]=1.58772 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=4 + Collision 800 projectile=lambda_b Ekin[MeV]=3965.7 direction=(0.759391,0.129957,0.637524) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.9656 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + List of produced secondaries: + j=0 lambda_b p=(5709.5,1190.53,4292.869166.47) MeV + j=1 neutron p=(331.575,-181.655,785.3641281.61) MeV + j=2 deuteron p=(32.6561,256.526,-149.1881899.22) MeV + j=3 neutron p=(10.5698,-103.409,17.5546945.461) MeV + j=4 proton p=(-57.4712,109.556,-2.23742946.396) MeV + j=5 alpha p=(-130.035,-262.411,6.128743738.87) MeV + Collision 801 projectile=sigma+ Ekin[MeV]=12143.8 direction=(0.731162,0.68006,0.0540462) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.96605 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 802 projectile=omega_c0 Ekin[MeV]=7913.32 direction=(0.513083,0.357055,0.780549) material=G4_Be + --> #secondaries=6 impactParameter[fm]=3.00067 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 803 projectile=anti_alpha Ekin[MeV]=24293.5 direction=(0.537863,0.104622,0.836515) material=G4_Si + --> #secondaries=20 impactParameter[fm]=3.35829 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=29 #NNcollisions=3 + Collision 804 projectile=anti_doublehyperH4 Ekin[MeV]=4591.36 direction=(0.188782,0.196427,0.962173) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.51649 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 805 projectile=B+ Ekin[MeV]=28252.3 direction=(0.779213,0.470245,0.414363) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.27771 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 806 projectile=Ds+ Ekin[MeV]=8727.83 direction=(0.661828,0.402008,0.63275) material=G4_Pb + --> #secondaries=36 impactParameter[fm]=5.05559 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 807 projectile=pi+ Ekin[MeV]=16900.7 direction=(0.762481,0.532922,0.366902) material=G4_Cu + --> #secondaries=6 impactParameter[fm]=3.39308 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=0 + Collision 808 projectile=D0 Ekin[MeV]=20087.9 direction=(0.655697,0.675339,0.337608) material=G4_C + --> #secondaries=21 impactParameter[fm]=1.05827 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 809 projectile=anti_B0 Ekin[MeV]=13554.9 direction=(0.417376,0.805579,0.420523) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=1.37597 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 810 projectile=Ds- Ekin[MeV]=16079.6 direction=(0.0785182,0.32034,0.944043) material=G4_Ar + --> #secondaries=6 impactParameter[fm]=3.41286 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 811 projectile=D- Ekin[MeV]=7701.61 direction=(0.477531,0.682883,0.552843) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.45714 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 812 projectile=anti_proton Ekin[MeV]=23988 direction=(0.134823,0.627998,0.766447) material=G4_Pb + --> #secondaries=60 impactParameter[fm]=5.0067 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 813 projectile=omega_b- Ekin[MeV]=18422.9 direction=(0.714977,0.0796788,0.694593) material=G4_Si + --> #secondaries=23 impactParameter[fm]=1.36386 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 814 projectile=hyperalpha Ekin[MeV]=29064.4 direction=(0.510819,0.780137,0.36118) material=G4_Si + --> #secondaries=17 impactParameter[fm]=5.96668 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 815 projectile=proton Ekin[MeV]=8707.22 direction=(0.528112,0.768278,0.361728) material=G4_Cu + --> #secondaries=32 impactParameter[fm]=3.6939 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 816 projectile=alpha Ekin[MeV]=19862.5 direction=(0.779329,0.243115,0.577531) material=G4_W + --> #secondaries=43 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 817 projectile=Bc- Ekin[MeV]=1952.29 direction=(0.506458,0.842705,0.182615) material=G4_Pb + --> #secondaries=5 impactParameter[fm]=6.97974 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 818 projectile=B- Ekin[MeV]=7443.24 direction=(0.732203,0.0641048,0.678063) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.808647 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 819 projectile=B+ Ekin[MeV]=23820.9 direction=(0.595927,0.559537,0.576012) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.53716 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 820 projectile=D+ Ekin[MeV]=28632.5 direction=(0.58286,0.745225,0.323903) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=0.351756 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=0 + Collision 821 projectile=hyperalpha Ekin[MeV]=7148.46 direction=(0.97577,0.189508,0.10936) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=5.61682 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=4 + Collision 822 projectile=Ds- Ekin[MeV]=4306.5 direction=(0.905444,0.407284,0.119545) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=4.77166 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 823 projectile=xi_b- Ekin[MeV]=9034.06 direction=(0.564708,0.743495,0.358217) material=G4_Cu + --> #secondaries=10 impactParameter[fm]=4.90905 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 824 projectile=sigma+ Ekin[MeV]=18618.2 direction=(0.774196,0.614059,0.153467) material=G4_Pb + --> #secondaries=41 impactParameter[fm]=6.90066 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 825 projectile=hyperHe5 Ekin[MeV]=17381.9 direction=(0.248106,0.934038,0.256937) material=G4_Fe + --> #secondaries=55 impactParameter[fm]=1.84695 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=44 #NNcollisions=7 + Collision 826 projectile=anti_neutron Ekin[MeV]=3822.68 direction=(0.169095,0.849821,0.499211) material=G4_He + --> #secondaries=9 impactParameter[fm]=0.16157 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 827 projectile=lambda_c+ Ekin[MeV]=26125.5 direction=(0.384636,0.747389,0.541724) material=G4_W + --> #secondaries=37 impactParameter[fm]=5.04608 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 828 projectile=pi- Ekin[MeV]=18945.3 direction=(0.233622,0.51442,0.825101) material=G4_Pb + --> #secondaries=39 impactParameter[fm]=7.08819 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 829 projectile=sigma- Ekin[MeV]=29673.6 direction=(0.45225,0.837049,0.307926) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.988589 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 830 projectile=neutron Ekin[MeV]=5861.55 direction=(0.751428,0.65958,0.0176218) material=G4_Si + --> #secondaries=11 impactParameter[fm]=2.42785 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 831 projectile=Ds- Ekin[MeV]=12463.6 direction=(0.412073,0.901122,0.134815) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.56009 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 832 projectile=B0 Ekin[MeV]=8713.59 direction=(0.650274,0.759631,0.0102079) material=G4_Al + --> #secondaries=4 impactParameter[fm]=3.08422 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 833 projectile=Ds- Ekin[MeV]=2982.64 direction=(0.609763,0.714942,0.342123) material=G4_Si + --> #secondaries=13 impactParameter[fm]=4.22875 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 834 projectile=anti_hypertriton Ekin[MeV]=27167.4 direction=(0.401722,0.524162,0.750915) material=G4_Al + --> #secondaries=7 impactParameter[fm]=3.66087 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 835 projectile=anti_hypertriton Ekin[MeV]=23446.6 direction=(0.6998,0.519152,0.490674) material=G4_Ar + --> #secondaries=55 impactParameter[fm]=1.15838 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=4 + Collision 836 projectile=anti_B0 Ekin[MeV]=18754.1 direction=(0.498224,0.00547211,0.867031) material=G4_W + --> #secondaries=61 impactParameter[fm]=0.267697 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=1 + Collision 837 projectile=sigma- Ekin[MeV]=24630.3 direction=(0.746647,0.14298,0.649673) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.24832 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 838 projectile=anti_lambda_b Ekin[MeV]=1051.7 direction=(0.764556,0.558324,0.322069) material=G4_C + --> #secondaries=9 impactParameter[fm]=1.09985 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 839 projectile=hypertriton Ekin[MeV]=25216.6 direction=(0.587995,0.144767,0.795804) material=G4_Fe + --> #secondaries=22 impactParameter[fm]=3.9736 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 840 projectile=doublehyperH4 Ekin[MeV]=25142.6 direction=(0.729274,0.247108,0.638042) material=G4_Cu + --> #secondaries=71 impactParameter[fm]=3.21503 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=55 #NNcollisions=7 + Collision 841 projectile=anti_He3 Ekin[MeV]=23345.5 direction=(0.895361,0.0380499,0.443713) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.924402 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 842 projectile=anti_xi_b0 Ekin[MeV]=24110.9 direction=(0.511295,0.731718,0.450739) material=G4_Si + --> #secondaries=13 impactParameter[fm]=2.17332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 843 projectile=Bc- Ekin[MeV]=26490.5 direction=(0.482517,0.35823,0.79928) material=G4_Pb + --> #secondaries=58 impactParameter[fm]=4.2767 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 844 projectile=anti_xi_c+ Ekin[MeV]=21039.2 direction=(0.578273,0.623205,0.526512) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.29796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 845 projectile=sigma- Ekin[MeV]=29741.4 direction=(0.0480894,0.542142,0.83891) material=G4_Al + --> #secondaries=22 impactParameter[fm]=3.98337 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 846 projectile=omega- Ekin[MeV]=20096.7 direction=(0.0512125,0.0798584,0.99549) material=G4_Be + --> #secondaries=11 impactParameter[fm]=3.21452 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 847 projectile=omega- Ekin[MeV]=7857.29 direction=(0.632993,0.408626,0.65753) material=G4_W + --> #secondaries=20 impactParameter[fm]=6.64043 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 848 projectile=Ds+ Ekin[MeV]=28532.7 direction=(0.0248344,0.873921,0.485432) material=G4_He + --> #secondaries=11 impactParameter[fm]=1.70424 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 849 projectile=B- Ekin[MeV]=7752.42 direction=(0.681822,0.449436,0.57717) material=G4_Be + --> #secondaries=5 impactParameter[fm]=1.2165 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 850 projectile=omega_c0 Ekin[MeV]=25748.6 direction=(0.115742,0.464022,0.878229) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.906276 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 851 projectile=D0 Ekin[MeV]=6293.15 direction=(0.667358,0.340918,0.662125) material=G4_Pb + --> #secondaries=34 impactParameter[fm]=4.16424 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 + Collision 852 projectile=neutron Ekin[MeV]=15188.3 direction=(0.311431,0.378859,0.871479) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.675626 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 853 projectile=pi+ Ekin[MeV]=11443.5 direction=(0.39804,0.488968,0.776193) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.412635 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 854 projectile=alpha Ekin[MeV]=13148 direction=(0.896146,0.240725,0.372792) material=G4_Si + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 855 projectile=kaon- Ekin[MeV]=20908.4 direction=(0.482819,0.734564,0.476762) material=G4_W + --> #secondaries=53 impactParameter[fm]=6.24859 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 856 projectile=anti_hyperHe5 Ekin[MeV]=19433.7 direction=(0.752804,0.545002,0.369133) material=G4_H + --> #secondaries=9 impactParameter[fm]=1.87282 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 857 projectile=He3 Ekin[MeV]=12832.4 direction=(0.434169,0.0105793,0.900769) material=G4_Al + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 858 projectile=xi_b0 Ekin[MeV]=19364.9 direction=(0.753719,0.326525,0.570341) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.00749 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 859 projectile=xi_c+ Ekin[MeV]=13874.1 direction=(0.257684,0.142719,0.955631) material=G4_C + --> #secondaries=11 impactParameter[fm]=1.11974 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 860 projectile=anti_xi0 Ekin[MeV]=23170.3 direction=(0.596203,0.416345,0.686439) material=G4_Pb + --> #secondaries=56 impactParameter[fm]=5.99224 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 861 projectile=omega_b- Ekin[MeV]=25351.9 direction=(0.11864,0.497724,0.859183) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.12641 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 862 projectile=anti_hyperH4 Ekin[MeV]=12157.8 direction=(0.654553,0.756009,0.00336492) material=G4_C + --> #secondaries=23 impactParameter[fm]=1.89533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=5 + Collision 863 projectile=anti_sigma- Ekin[MeV]=24690 direction=(0.544826,0.0790217,0.834818) material=G4_W + --> #secondaries=40 impactParameter[fm]=4.95183 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 864 projectile=anti_hyperH4 Ekin[MeV]=2065.48 direction=(0.644518,0.698671,0.310573) material=G4_C + --> #secondaries=18 impactParameter[fm]=2.15964 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 865 projectile=anti_D0 Ekin[MeV]=13308.2 direction=(0.754104,0.464173,0.464619) material=G4_Al + --> #secondaries=5 impactParameter[fm]=1.80069 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 866 projectile=omega- Ekin[MeV]=6631.44 direction=(0.546336,0.185871,0.816682) material=G4_He + --> #secondaries=7 impactParameter[fm]=2.18052 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 867 projectile=sigma- Ekin[MeV]=17106.2 direction=(0.95796,0.277416,0.0731644) material=G4_Si + --> #secondaries=23 impactParameter[fm]=1.56468 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 868 projectile=omega- Ekin[MeV]=14964.8 direction=(0.87271,0.448232,0.193558) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.74154 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 869 projectile=hyperHe5 Ekin[MeV]=2442.6 direction=(0.492738,0.39185,0.776958) material=G4_Pb + --> #secondaries=18 impactParameter[fm]=8.15421 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 870 projectile=Bc- Ekin[MeV]=28498.4 direction=(0.809586,0.399472,0.430107) material=G4_W + --> #secondaries=30 impactParameter[fm]=7.28241 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 871 projectile=lambda Ekin[MeV]=29353.2 direction=(0.00825335,0.869274,0.494262) material=G4_Ar + --> #secondaries=53 impactParameter[fm]=2.71093 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=4 + Collision 872 projectile=anti_sigma+ Ekin[MeV]=3381.74 direction=(0.699745,0.248843,0.669652) material=G4_C + --> #secondaries=17 impactParameter[fm]=1.96435 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 873 projectile=anti_He3 Ekin[MeV]=15974.4 direction=(0.427697,0.628046,0.650103) material=G4_H + --> #secondaries=12 impactParameter[fm]=3.17303 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 874 projectile=lambda_c+ Ekin[MeV]=14540.9 direction=(0.153339,0.537943,0.828917) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.74505 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 875 projectile=anti_xi0 Ekin[MeV]=23282.3 direction=(0.696274,0.13769,0.704446) material=G4_Fe + --> #secondaries=45 impactParameter[fm]=1.80738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 876 projectile=anti_triton Ekin[MeV]=27380.1 direction=(0.975192,0.209717,0.0708427) material=G4_Ar + --> #secondaries=38 impactParameter[fm]=4.11433 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=40 #NNcollisions=2 + Collision 877 projectile=anti_omega_c0 Ekin[MeV]=27050.1 direction=(0.188205,0.912645,0.362847) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.34762 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 878 projectile=D0 Ekin[MeV]=6343.02 direction=(0.640177,0.428181,0.637836) material=G4_Pb + --> #secondaries=39 impactParameter[fm]=5.10206 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 879 projectile=B0 Ekin[MeV]=4062.85 direction=(0.483086,0.596697,0.640766) material=G4_Pb + --> #secondaries=7 impactParameter[fm]=2.92386 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 880 projectile=Bs0 Ekin[MeV]=29114.2 direction=(0.647389,0.244426,0.721903) material=G4_Pb + --> #secondaries=35 impactParameter[fm]=2.29814 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 881 projectile=anti_lambda Ekin[MeV]=11594.7 direction=(0.786556,0.583294,0.202724) material=G4_Ar + --> #secondaries=43 impactParameter[fm]=2.35742 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 882 projectile=anti_lambda_c+ Ekin[MeV]=16567.3 direction=(0.210204,0.722239,0.658928) material=G4_W + --> #secondaries=17 impactParameter[fm]=5.13058 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 883 projectile=anti_deuteron Ekin[MeV]=5636.7 direction=(0.739157,0.41365,0.531545) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=5.75302 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 884 projectile=omega_c0 Ekin[MeV]=10442.7 direction=(0.612644,0.790272,0.0117218) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=2.16107 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 885 projectile=anti_sigma- Ekin[MeV]=18573.7 direction=(0.705585,0.499985,0.502161) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=4.62315 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 886 projectile=anti_B0 Ekin[MeV]=25199.7 direction=(0.350452,0.60385,0.715925) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=4.09766 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 887 projectile=hypertriton Ekin[MeV]=21476.2 direction=(0.185551,0.0880648,0.978681) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.13832 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 888 projectile=proton Ekin[MeV]=9557.86 direction=(0.937995,0.0901762,0.334713) material=G4_Si + --> #secondaries=24 impactParameter[fm]=1.18504 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 889 projectile=anti_He3 Ekin[MeV]=21717.3 direction=(0.537684,0.638503,0.550645) material=G4_C + --> #secondaries=13 impactParameter[fm]=3.63237 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 890 projectile=Bc+ Ekin[MeV]=11379.1 direction=(0.194163,0.393856,0.898431) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.30611 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 891 projectile=omega_b- Ekin[MeV]=23786.5 direction=(0.66468,0.187454,0.72323) material=G4_W + --> #secondaries=48 impactParameter[fm]=2.38903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=2 + Collision 892 projectile=B- Ekin[MeV]=19347.1 direction=(0.650649,0.457046,0.606437) material=G4_Pb + --> #secondaries=44 impactParameter[fm]=5.6732 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 893 projectile=sigma+ Ekin[MeV]=13214.1 direction=(0.0481311,0.408333,0.911563) material=G4_Si + --> #secondaries=16 impactParameter[fm]=1.9472 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 894 projectile=anti_sigma- Ekin[MeV]=22430.4 direction=(0.489123,0.578553,0.652714) material=G4_Si + --> #secondaries=24 impactParameter[fm]=3.34964 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 895 projectile=xi_c0 Ekin[MeV]=6678.72 direction=(0.773705,0.455318,0.44053) material=G4_Be + --> #secondaries=9 impactParameter[fm]=0.495474 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 896 projectile=anti_xi_b0 Ekin[MeV]=20600.5 direction=(0.298554,0.548997,0.780684) material=G4_Cu + --> #secondaries=44 impactParameter[fm]=1.75522 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=0 + Collision 897 projectile=anti_proton Ekin[MeV]=8425.62 direction=(0.323773,0.639009,0.697738) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.84519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 898 projectile=xi0 Ekin[MeV]=9049.6 direction=(0.745286,0.595468,0.299945) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=2.18059 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 899 projectile=hyperalpha Ekin[MeV]=8411.91 direction=(0.548466,0.614476,0.567102) material=G4_Ar + --> #secondaries=40 impactParameter[fm]=2.5834 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=28 #NNcollisions=3 + Collision 900 projectile=xi- Ekin[MeV]=25874.2 direction=(0.683448,0.724295,0.0910812) material=G4_Ar + --> #secondaries=34 impactParameter[fm]=0.940104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=35 #NNcollisions=3 + List of produced secondaries: + j=0 lambda p=(6445.65,7250.64,1020.119818.53) MeV + j=1 kaon- p=(1400.13,1583.06,-302.5132191.27) MeV + j=2 proton p=(257.7,611.609,-333.0321196.55) MeV + j=3 pi- p=(377.197,1253.8,250.5781340.35) MeV + j=4 eta p=(1242.7,1791.82,472.4882297.46) MeV + j=5 pi- p=(4912.92,4686.83,556.926814.16) MeV + j=6 proton p=(107.33,104.569,461.3651056.25) MeV + j=7 proton p=(508.031,130.336,24.2881075.19) MeV + j=8 pi+ p=(122.469,214.361,-23.8963284.605) MeV + j=9 proton p=(-29.4534,387.587,679.3041221.84) MeV + j=10 neutron p=(589.966,224.899,-16.17921132.11) MeV + j=11 proton p=(41.4307,-47.3126,30.303940.865) MeV + j=12 neutron p=(271.626,-224.738,129.5791011.86) MeV + j=13 pi+ p=(459.087,191.714,-297.304596.142) MeV + j=14 neutron p=(1104.83,177.491,-72.53491462.94) MeV + j=15 pi0 p=(-169.786,193.63,485.734566.106) MeV + j=16 pi- p=(659.927,341.52,-285.047808.005) MeV + j=17 neutron p=(-54.3803,20.2066,-494.2191063.2) MeV + j=18 deuteron p=(-516.955,298.539,167.8671975.47) MeV + j=19 deuteron p=(-165.604,88.2901,-137.1261889.96) MeV + j=20 deuteron p=(296.496,286.897,-5.93091920.46) MeV + j=21 neutron p=(139.941,50.5763,-246.148982.605) MeV + j=22 triton p=(177.918,93.3976,249.6992827.15) MeV + j=23 proton p=(-148.202,19.7704,258.952984.767) MeV + j=24 neutron p=(267.674,125.007,34.6347985.525) MeV + j=25 proton p=(181.336,38.3529,-182.655973.689) MeV + j=26 deuteron p=(107.025,248.352,145.1261900.56) MeV + j=27 deuteron p=(-168.856,164.33,-60.81861891.33) MeV + j=28 deuteron p=(-233.63,-118.386,40.54861894.25) MeV + j=29 triton p=(-64.4946,17.0118,-224.9932818.71) MeV + j=30 deuteron p=(-80.7315,-131.215,-98.63591884.51) MeV + j=31 deuteron p=(138.873,-54.4587,161.8191888.48) MeV + j=32 neutron p=(249.495,-109.331,-5.77633978.273) MeV + j=33 alpha p=(137.461,-234.494,91.62343738.4) MeV + Collision 901 projectile=anti_xi0 Ekin[MeV]=24735.3 direction=(0.112824,0.541319,0.833214) material=G4_Be + --> #secondaries=11 impactParameter[fm]=2.14445 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 902 projectile=xi_c0 Ekin[MeV]=5138.96 direction=(0.930371,0.0214205,0.365992) material=G4_W + --> #secondaries=40 impactParameter[fm]=4.80759 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=1 + Collision 903 projectile=kaon0L Ekin[MeV]=7031.18 direction=(0.717282,0.267016,0.643591) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.98504 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 904 projectile=xi_c0 Ekin[MeV]=27587.6 direction=(0.112254,0.964696,0.238244) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=3.43545 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 905 projectile=anti_triton Ekin[MeV]=3123.95 direction=(0.505759,0.459461,0.730139) material=G4_Si + --> #secondaries=35 impactParameter[fm]=1.30477 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 906 projectile=anti_He3 Ekin[MeV]=5061.67 direction=(0.765389,0.100822,0.635621) material=G4_C + --> #secondaries=25 impactParameter[fm]=1.2743 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=3 + Collision 907 projectile=anti_sigma+ Ekin[MeV]=25183 direction=(0.268853,0.913063,0.306649) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=4.67625 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 908 projectile=sigma+ Ekin[MeV]=7485.97 direction=(0.815068,0.351755,0.460362) material=G4_Ar + --> #secondaries=6 impactParameter[fm]=5.37802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 909 projectile=hypertriton Ekin[MeV]=4367.78 direction=(0.440663,0.890672,0.111888) material=G4_Ar + --> #secondaries=25 impactParameter[fm]=4.63996 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 910 projectile=kaon0S Ekin[MeV]=24782 direction=(0.949508,0.312731,0.0251688) material=G4_Be + --> #secondaries=14 impactParameter[fm]=1.01039 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 911 projectile=B0 Ekin[MeV]=9637.51 direction=(0.519647,0.369083,0.770549) material=G4_W + --> #secondaries=21 impactParameter[fm]=5.3478 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 912 projectile=B- Ekin[MeV]=12351.7 direction=(0.6701,0.0536241,0.740331) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=1.91408 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 913 projectile=neutron Ekin[MeV]=18317.5 direction=(0.260988,0.753167,0.603842) material=G4_W + --> #secondaries=43 impactParameter[fm]=6.5946 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 914 projectile=deuteron Ekin[MeV]=24727.2 direction=(0.300723,0.881343,0.364417) material=G4_He + --> #secondaries=8 impactParameter[fm]=3.43509 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 915 projectile=anti_doublehyperH4 Ekin[MeV]=1418.73 direction=(0.381276,0.881426,0.278777) material=G4_He + --> #secondaries=7 impactParameter[fm]=2.47027 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 916 projectile=anti_hyperH4 Ekin[MeV]=22586.5 direction=(0.593098,0.265332,0.760154) material=G4_Si + --> #secondaries=32 impactParameter[fm]=2.74859 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 917 projectile=anti_lambda_c+ Ekin[MeV]=29365.8 direction=(0.176911,0.93892,0.295182) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.32827 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 918 projectile=sigma+ Ekin[MeV]=23777.2 direction=(0.14902,0.552283,0.82023) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=4.46641 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 919 projectile=anti_xi_c0 Ekin[MeV]=2143.73 direction=(0.234494,0.787097,0.570518) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.03236 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 920 projectile=hyperalpha Ekin[MeV]=11565.2 direction=(0.69431,0.595015,0.404834) material=G4_Cu + --> #secondaries=54 impactParameter[fm]=2.47609 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=47 #NNcollisions=3 + Collision 921 projectile=anti_proton Ekin[MeV]=1400.78 direction=(0.688921,0.069914,0.721457) material=G4_Fe + --> #secondaries=30 impactParameter[fm]=2.16821 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 922 projectile=anti_xi_c+ Ekin[MeV]=3325.76 direction=(0.488206,0.322436,0.810981) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.08805 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 923 projectile=xi_b0 Ekin[MeV]=25726.5 direction=(0.0562539,0.774221,0.63041) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.17098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 924 projectile=anti_Bs0 Ekin[MeV]=10351.8 direction=(0.611894,0.779466,0.134232) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.60585 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 925 projectile=D0 Ekin[MeV]=27687.3 direction=(0.371779,0.849283,0.374832) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.22529 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 926 projectile=anti_hypertriton Ekin[MeV]=12515.6 direction=(0.45436,0.825696,0.334339) material=G4_Be + --> #secondaries=9 impactParameter[fm]=3.82667 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 927 projectile=Ds+ Ekin[MeV]=28582.6 direction=(0.873081,0.391257,0.290942) material=G4_Cu + --> #secondaries=39 impactParameter[fm]=0.828665 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 928 projectile=anti_hyperalpha Ekin[MeV]=10352 direction=(0.209817,0.491161,0.845422) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=6.89606 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 929 projectile=omega_c0 Ekin[MeV]=29032.7 direction=(0.936705,0.157132,0.312879) material=G4_Si + --> #secondaries=31 impactParameter[fm]=1.93411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 930 projectile=anti_doublehyperH4 Ekin[MeV]=14779.3 direction=(0.214978,0.703013,0.677906) material=G4_He + --> #secondaries=7 impactParameter[fm]=3.09019 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 931 projectile=Bc+ Ekin[MeV]=12221.5 direction=(0.173395,0.707577,0.685032) material=G4_Si + --> #secondaries=10 impactParameter[fm]=3.73132 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=29 #NNcollisions=0 + Collision 932 projectile=hypertriton Ekin[MeV]=20095.5 direction=(0.440757,0.479363,0.75891) material=G4_Al + --> #secondaries=35 impactParameter[fm]=2.64757 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=21 #NNcollisions=4 + Collision 933 projectile=anti_deuteron Ekin[MeV]=12668.2 direction=(0.0793822,0.345907,0.934905) material=G4_He + --> #secondaries=5 impactParameter[fm]=3.11514 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 934 projectile=Ds- Ekin[MeV]=12841.3 direction=(0.42031,0.758448,0.498094) material=G4_W + --> #secondaries=37 impactParameter[fm]=4.59748 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=179 #NNcollisions=3 + Collision 935 projectile=Bs0 Ekin[MeV]=23139.6 direction=(0.185325,0.734844,0.652425) material=G4_Al + --> #secondaries=18 impactParameter[fm]=1.25559 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 936 projectile=omega_b- Ekin[MeV]=4758.28 direction=(0.857157,0.454563,0.242185) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=1.92647 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 937 projectile=pi+ Ekin[MeV]=28093.7 direction=(0.593131,0.186832,0.783128) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.768403 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 938 projectile=xi- Ekin[MeV]=25310.7 direction=(0.766222,0.608682,0.205939) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.852077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 939 projectile=lambda_c+ Ekin[MeV]=14704.1 direction=(0.908714,0.401287,0.114929) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.31132 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 940 projectile=anti_hyperHe5 Ekin[MeV]=25417.7 direction=(0.573063,0.398363,0.716175) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.13859 #projectileSpectatorNucleons=4 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 941 projectile=anti_xi_b- Ekin[MeV]=12733.1 direction=(0.0938612,0.629249,0.771516) material=G4_Si + --> #secondaries=23 impactParameter[fm]=1.8807 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 942 projectile=Bs0 Ekin[MeV]=24978.7 direction=(0.546492,0.11669,0.829295) material=G4_Fe + --> #secondaries=13 impactParameter[fm]=3.96572 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 943 projectile=anti_lambda_c+ Ekin[MeV]=1115.01 direction=(0.193037,0.437831,0.878089) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.61315 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 944 projectile=anti_Bs0 Ekin[MeV]=21141.2 direction=(0.607236,0.260331,0.750661) material=G4_Pb + --> #secondaries=53 impactParameter[fm]=6.02218 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 945 projectile=anti_neutron Ekin[MeV]=26196.3 direction=(0.558569,0.613063,0.558708) material=G4_Be + --> #secondaries=8 impactParameter[fm]=0.684613 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 946 projectile=kaon- Ekin[MeV]=2866.55 direction=(0.45842,0.467324,0.755949) material=G4_Al + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 947 projectile=anti_Bs0 Ekin[MeV]=23882.2 direction=(0.429819,0.593362,0.680572) material=G4_Be + --> #secondaries=5 impactParameter[fm]=1.63808 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 948 projectile=anti_xi_c+ Ekin[MeV]=5959.57 direction=(0.827889,0.477777,0.293818) material=G4_Si + --> #secondaries=9 impactParameter[fm]=2.03492 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 949 projectile=lambda Ekin[MeV]=4909.53 direction=(0.332531,0.704112,0.627415) material=G4_W + --> #secondaries=41 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 950 projectile=anti_hyperH4 Ekin[MeV]=15659.1 direction=(0.327032,0.00632863,0.944992) material=G4_Fe + --> #secondaries=66 impactParameter[fm]=2.27363 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=5 + Collision 951 projectile=anti_doublehyperdoubleneutron Ekin[MeV]=11571.1 direction=(0.410871,0.727008,0.550131) material=G4_Al + --> #secondaries=37 impactParameter[fm]=4.46579 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 952 projectile=anti_B0 Ekin[MeV]=21834.8 direction=(0.214024,0.447239,0.86843) material=G4_Be + --> #secondaries=17 impactParameter[fm]=0.973928 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 953 projectile=sigma- Ekin[MeV]=22244.2 direction=(0.0755597,0.758501,0.647277) material=G4_He + --> #secondaries=11 impactParameter[fm]=1.30811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 954 projectile=kaon+ Ekin[MeV]=22582.5 direction=(0.638521,0.0577421,0.767435) material=G4_W + --> #secondaries=49 impactParameter[fm]=4.56638 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 955 projectile=xi_c+ Ekin[MeV]=7813.35 direction=(0.922267,0.361196,0.137701) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.00986 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 956 projectile=hyperalpha Ekin[MeV]=7139.45 direction=(0.605894,0.505971,0.61391) material=G4_Be + --> #secondaries=8 impactParameter[fm]=4.42419 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 957 projectile=B+ Ekin[MeV]=15198.2 direction=(0.431762,0.86459,0.257031) material=G4_Al + --> #secondaries=6 impactParameter[fm]=2.36046 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 958 projectile=sigma+ Ekin[MeV]=20591 direction=(0.160028,0.9186,0.361337) material=G4_Si + --> #secondaries=11 impactParameter[fm]=5.49121 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 959 projectile=anti_D0 Ekin[MeV]=7335.52 direction=(0.421206,0.216784,0.880676) material=G4_W + --> #secondaries=41 impactParameter[fm]=4.45703 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 960 projectile=xi- Ekin[MeV]=9152.64 direction=(0.443977,0.663137,0.602606) material=G4_Si + --> #secondaries=10 impactParameter[fm]=2.48458 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 961 projectile=omega_c0 Ekin[MeV]=15675.7 direction=(0.470207,0.453492,0.757133) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=2.74414 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 962 projectile=D+ Ekin[MeV]=10101.3 direction=(0.217727,0.944666,0.245358) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=4.20574 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 963 projectile=lambda_b Ekin[MeV]=12289.7 direction=(0.932472,0.00209962,0.361236) material=G4_C + --> #secondaries=5 impactParameter[fm]=3.81972 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 964 projectile=xi_c+ Ekin[MeV]=26500.9 direction=(0.553643,0.831806,0.03973) material=G4_He + --> #secondaries=11 impactParameter[fm]=2.38098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 965 projectile=anti_hyperH4 Ekin[MeV]=23869.1 direction=(0.582263,0.778903,0.232981) material=G4_Cu + --> #secondaries=35 impactParameter[fm]=5.32956 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=61 #NNcollisions=3 + Collision 966 projectile=Bc- Ekin[MeV]=10777.2 direction=(0.714233,0.645606,0.270304) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.40189 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 967 projectile=anti_hyperalpha Ekin[MeV]=6905.54 direction=(0.703961,0.585784,0.401616) material=G4_Pb + --> #secondaries=93 impactParameter[fm]=6.32667 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 968 projectile=xi_b0 Ekin[MeV]=29541 direction=(0.866851,0.44327,0.228212) material=G4_Fe + --> #secondaries=33 impactParameter[fm]=3.31508 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 969 projectile=kaon- Ekin[MeV]=13764.2 direction=(0.910885,0.207105,0.356924) material=G4_H + --> #secondaries=11 impactParameter[fm]=0.935475 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 970 projectile=hyperalpha Ekin[MeV]=20110.7 direction=(0.288072,0.114214,0.950773) material=G4_Cu + --> #secondaries=67 impactParameter[fm]=2.37022 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=47 #NNcollisions=7 + Collision 971 projectile=xi_b- Ekin[MeV]=13036.8 direction=(0.476884,0.841553,0.253714) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.10991 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 972 projectile=anti_xi0 Ekin[MeV]=15761.4 direction=(0.757554,0.456401,0.466702) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.81152 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 973 projectile=kaon0L Ekin[MeV]=29569.3 direction=(0.446244,0.815832,0.367809) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=3.31008 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 974 projectile=hypertriton Ekin[MeV]=28889.9 direction=(0.23812,0.317204,0.917976) material=G4_Pb + --> #secondaries=47 impactParameter[fm]=6.62205 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=6 + Collision 975 projectile=kaon+ Ekin[MeV]=19464.8 direction=(0.32686,0.792036,0.515598) material=G4_Si + --> #secondaries=20 impactParameter[fm]=1.32485 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 976 projectile=anti_omega_c0 Ekin[MeV]=20222.5 direction=(0.671928,0.586143,0.452714) material=G4_Al + --> #secondaries=14 impactParameter[fm]=1.51907 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 977 projectile=anti_hypertriton Ekin[MeV]=23347.8 direction=(0.601094,0.665256,0.442854) material=G4_C + --> #secondaries=16 impactParameter[fm]=2.46219 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 978 projectile=anti_triton Ekin[MeV]=25019.2 direction=(0.668273,0.248226,0.701281) material=G4_Si + --> #secondaries=29 impactParameter[fm]=4.07023 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=29 #NNcollisions=2 + Collision 979 projectile=hypertriton Ekin[MeV]=13338 direction=(0.719848,0.694114,0.0049403) material=G4_Be + --> #secondaries=7 impactParameter[fm]=3.75482 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 980 projectile=anti_He3 Ekin[MeV]=13887.9 direction=(0.528879,0.737875,0.419318) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=7.09133 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 981 projectile=anti_xi0 Ekin[MeV]=19278.6 direction=(0.629031,0.700858,0.33633) material=G4_W + --> #secondaries=69 impactParameter[fm]=0.714296 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 982 projectile=proton Ekin[MeV]=16369.2 direction=(0.718438,0.689003,0.0955056) material=G4_Ar + --> #secondaries=31 impactParameter[fm]=1.29156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 983 projectile=xi_c0 Ekin[MeV]=28389.2 direction=(0.906432,0.407961,0.109308) material=G4_Ar + --> #secondaries=30 impactParameter[fm]=2.34113 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 984 projectile=anti_xi_b- Ekin[MeV]=14253.3 direction=(0.0357527,0.549822,0.834517) material=G4_W + --> #secondaries=49 impactParameter[fm]=2.8553 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 985 projectile=anti_lambda_b Ekin[MeV]=10268.9 direction=(0.588537,0.593087,0.549429) material=G4_Al + --> #secondaries=9 impactParameter[fm]=3.86068 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 986 projectile=sigma- Ekin[MeV]=11659.5 direction=(0.569905,0.642199,0.51263) material=G4_Pb + --> #secondaries=78 impactParameter[fm]=3.35228 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=3 + Collision 987 projectile=D- Ekin[MeV]=14709.4 direction=(0.450381,0.525599,0.721736) material=G4_W + --> #secondaries=62 impactParameter[fm]=2.48593 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=4 + Collision 988 projectile=kaon+ Ekin[MeV]=10131.1 direction=(0.19617,0.752211,0.629044) material=G4_Pb + --> #secondaries=30 impactParameter[fm]=6.40374 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=1 + Collision 989 projectile=anti_hypertriton Ekin[MeV]=18852.7 direction=(0.45881,0.744745,0.484612) material=G4_Si + --> #secondaries=11 impactParameter[fm]=5.46104 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=28 #NNcollisions=2 + Collision 990 projectile=He3 Ekin[MeV]=20888.3 direction=(0.756891,0.443843,0.479708) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=8.13565 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 991 projectile=anti_B0 Ekin[MeV]=8673.33 direction=(0.338565,0.717824,0.608361) material=G4_Be + --> #secondaries=10 impactParameter[fm]=4.48369 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 992 projectile=anti_hyperHe5 Ekin[MeV]=21573.6 direction=(0.72541,0.528577,0.440894) material=G4_Cu + --> #secondaries=70 impactParameter[fm]=2.46802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=57 #NNcollisions=7 + Collision 993 projectile=neutron Ekin[MeV]=26873.5 direction=(0.025432,0.68019,0.732595) material=G4_C + --> #secondaries=19 impactParameter[fm]=1.45218 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 994 projectile=pi- Ekin[MeV]=10399.3 direction=(0.903252,0.277191,0.327568) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.88576 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 995 projectile=kaon- Ekin[MeV]=10481.8 direction=(0.797887,0.6028,0.00291459) material=G4_Cu + --> #secondaries=24 impactParameter[fm]=1.76305 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 996 projectile=D0 Ekin[MeV]=12448.8 direction=(0.906587,0.0999441,0.410014) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.56245 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 997 projectile=hyperH4 Ekin[MeV]=14504.8 direction=(0.754736,0.556866,0.346805) material=G4_Pb + --> #secondaries=82 impactParameter[fm]=4.90801 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=188 #NNcollisions=7 + Collision 998 projectile=xi_b0 Ekin[MeV]=15723.3 direction=(0.693076,0.451807,0.561708) material=G4_Pb + --> #secondaries=45 impactParameter[fm]=4.50177 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 + Collision 999 projectile=omega_b- Ekin[MeV]=28407.9 direction=(0.740503,0.421547,0.523406) material=G4_Fe + --> #secondaries=28 impactParameter[fm]=1.83292 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 - Final random number = 0.143633 + Final random number = 0.761864 === End of test === diff --git a/examples/extended/hadronic/Hadr10/hadr10.out b/examples/extended/hadronic/Hadr10/hadr10.out index 96d8a8d385d..b4c9df1b5a1 100644 --- a/examples/extended/hadronic/Hadr10/hadr10.out +++ b/examples/extended/hadronic/Hadr10/hadr10.out @@ -1,6 +1,6 @@ ===================================================== - Initial seed = 1719414141 + Initial seed = 1733190227 ===================================================== Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -79,20 +79,20 @@ Index : 1 used in the geometry : Yes ### Run 0 starts. ### Run 0 starts. - Event#=0 t[ns]=0.109837 r[mm]=32.9281 deltaR[mum]=9.07262e-06 deltaEkin[MeV]=7.43124 deltaAngle(deg)=0.00518847 - Event#=1000 t[ns]=0.0248199 r[mm]=7.44079 deltaR[mum]=9.80371e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00101876 - Event#=2000 t[ns]=0.0979613 r[mm]=29.3679 deltaR[mum]=4.26873e-06 deltaEkin[MeV]=6.61598 deltaAngle(deg)=0.00310695 - Event#=3000 t[ns]=0.0338955 r[mm]=10.1616 deltaR[mum]=2.81018e-07 deltaEkin[MeV]=0.332317 deltaAngle(deg)=0.00136219 - Event#=4000 t[ns]=0.000486754 r[mm]=0.145924 deltaR[mum]=7.21645e-13 deltaEkin[MeV]=0 deltaAngle(deg)=1.99843e-05 - Event#=5000 t[ns]=0.0116167 r[mm]=3.48258 deltaR[mum]=1.00511e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000476819 - Event#=6000 t[ns]=0.0286229 r[mm]=8.58088 deltaR[mum]=1.50358e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00117485 - Event#=7000 t[ns]=0.0416109 r[mm]=12.4746 deltaR[mum]=4.88237e-07 deltaEkin[MeV]=1.10996 deltaAngle(deg)=0.00158881 - Event#=8000 t[ns]=0.0610222 r[mm]=18.2939 deltaR[mum]=2.03091e-06 deltaEkin[MeV]=5.69929 deltaAngle(deg)=0.00310098 - Event#=9000 t[ns]=0.0546832 r[mm]=16.3935 deltaR[mum]=9.52983e-07 deltaEkin[MeV]=3.35711 deltaAngle(deg)=0.0024722 + Event#=0 t[ns]=0.031393 r[mm]=9.41133 deltaR[mum]=2.1247e-07 deltaEkin[MeV]=0.117143 deltaAngle(deg)=0.00135014 + Event#=1000 t[ns]=0.00977086 r[mm]=2.92921 deltaR[mum]=5.98055e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000401054 + Event#=2000 t[ns]=0.11024 r[mm]=33.049 deltaR[mum]=7.16357e-06 deltaEkin[MeV]=6.66879 deltaAngle(deg)=0.00433286 + Event#=3000 t[ns]=0.0472509 r[mm]=14.1654 deltaR[mum]=6.52344e-07 deltaEkin[MeV]=1.8224 deltaAngle(deg)=0.00196928 + Event#=4000 t[ns]=0.0975376 r[mm]=29.2409 deltaR[mum]=4.28903e-06 deltaEkin[MeV]=7.88574 deltaAngle(deg)=0.0038504 + Event#=5000 t[ns]=0.0480443 r[mm]=14.4032 deltaR[mum]=6.77099e-07 deltaEkin[MeV]=2.30994 deltaAngle(deg)=0.00163945 + Event#=6000 t[ns]=0.11347 r[mm]=34.0174 deltaR[mum]=9.77174e-06 deltaEkin[MeV]=6.72368 deltaAngle(deg)=0.00526886 + Event#=7000 t[ns]=0.0362917 r[mm]=10.8799 deltaR[mum]=3.45038e-07 deltaEkin[MeV]=0.705839 deltaAngle(deg)=0.00137098 + Event#=8000 t[ns]=0.0389016 r[mm]=11.6623 deltaR[mum]=4.28303e-07 deltaEkin[MeV]=1.52901 deltaAngle(deg)=0.00141547 + Event#=9000 t[ns]=0.146246 r[mm]=43.8431 deltaR[mum]=2.55504e-05 deltaEkin[MeV]=9.66599 deltaAngle(deg)=0.00648476 Run terminated. Run Summary Number of events processed : 10000 - User=0.180000s Real=0.210180s Sys=0.000000s + User=0.340000s Real=0.490962s Sys=0.000000s ============ Run::printInfo() =============== RunID = 0 @@ -114,40 +114,40 @@ Run Summary (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=7.83342e-06 mean=0.0829677 max=1.2512 - decay R [mm] : min=0.00234838 mean=24.8729 max=375.097 - decay X [mm] : min=0.00234838 mean=24.8729 max=375.097 - decay Y [mm] : min=6.58994e-12 mean=0.00172398 max=0.170606 - decay Z [mm] : min=-0.00694304 mean=7.24481e-07 max=0.00490736 - Delta decay R [mm] : min=-8.67362e-19 mean=2.38364e-08 max=1.26748e-05 - deflection angle [deg] : min=0 mean=0.00343657 max=0.0517563 - Delta Ekin [MeV] : min=0 mean=5.17455 max=3934.05 - decay Ekin [GeV] : min=496.066 mean=499.995 max=500 - decay Px [GeV] : min=497.84 mean=501.769 max=501.774 - decay Py [GeV] : min=-0.035248 mean=0.0298592 max=0.453277 - decay Pz [GeV] : min=-0.0432088 mean=4.13546e-05 max=0.0320317 - decay Etot violation [MeV] : min=-9.38884e-06 mean=5.51611e-06 max=2.66279e-05 - decay Px violation [MeV] : min=-9.3889e-06 mean=5.51613e-06 max=2.66279e-05 - decay Py violation [MeV] : min=-1.84909e-09 mean=4.57988e-10 max=1.38021e-08 - decay Pz violation [MeV] : min=-9.47729e-10 mean=9.06684e-13 max=5.91083e-10 + decay T [ns] : min=6.19877e-07 mean=0.0814528 max=0.976829 + decay R [mm] : min=0.000185833 mean=24.4188 max=292.844 + decay X [mm] : min=0.000185833 mean=24.4188 max=292.844 + decay Y [mm] : min=4.12657e-14 mean=0.00165403 max=0.102285 + decay Z [mm] : min=-0.00338156 mean=-2.77987e-07 max=0.0032537 + Delta decay R [mm] : min=-3.46945e-18 mean=2.10504e-08 max=5.83515e-06 + deflection angle [deg] : min=0 mean=0.00337226 max=0.0399128 + Delta Ekin [MeV] : min=0 mean=5.03601 max=2550.45 + decay Ekin [GeV] : min=497.45 mean=499.995 max=500 + decay Px [GeV] : min=499.223 mean=501.769 max=501.774 + decay Py [GeV] : min=-0.0240208 mean=0.0292946 max=0.349543 + decay Pz [GeV] : min=-0.050221 mean=-2.48233e-05 max=0.0430312 + decay Etot violation [MeV] : min=-9.3889e-06 mean=5.5526e-06 max=2.61631e-05 + decay Px violation [MeV] : min=-9.38884e-06 mean=5.55262e-06 max=2.61632e-05 + decay Py violation [MeV] : min=-1.21508e-09 mean=4.52079e-10 max=6.11143e-09 + decay Pz violation [MeV] : min=-1.62931e-09 mean=4.10084e-13 max=8.53859e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.0615967 (mean=0.0100901) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.0615967 (mean=0.0100599) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.74074e-09 , 4.74074e-09 + maxGamma_deltaMax{1,2,3} = 0 , 4.83186e-09 , 4.83186e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.46111e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=5.42223e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -144.711 (mean=-0.227974) (#above threshold = 98) - maxOverestimated_mc_truth_rPos_delta [mum] = 203.68 (mean=0.214607) (#above threshold = 389) - minUnderestimated_rDeltaPos [mum] = -144.711 (mean=-0.22795) (#above threshold = 98) - maxOverestimated_rDeltaPos [mum] = 203.683 (mean=0.214631) (#above threshold = 389) + minUnderestimated_mc_truth_rPos_delta [mum] = -132.067 (mean=-0.226639) (#above threshold = 99) + maxOverestimated_mc_truth_rPos_delta [mum] = 27.5548 (mean=0.183715) (#above threshold = 391) + minUnderestimated_rDeltaPos [mum] = -132.067 (mean=-0.226618) (#above threshold = 99) + maxOverestimated_rDeltaPos [mum] = 27.5553 (mean=0.183736) (#above threshold = 391) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0326932 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0363527 ============================================= @@ -171,20 +171,20 @@ Index : 1 used in the geometry : Yes ### Run 1 starts. ### Run 1 starts. - Event#=0 t[ns]=0.140676 r[mm]=42.1733 deltaR[mum]=1.77526e-05 deltaEkin[MeV]=8.87014 deltaAngle(deg)=0.00561261 - Event#=1000 t[ns]=0.00809735 r[mm]=2.42751 deltaR[mum]=3.40394e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000332363 - Event#=2000 t[ns]=0.166412 r[mm]=49.8888 deltaR[mum]=4.12637e-05 deltaEkin[MeV]=8.82038 deltaAngle(deg)=0.00767621 - Event#=3000 t[ns]=0.127014 r[mm]=38.0776 deltaR[mum]=1.13119e-05 deltaEkin[MeV]=6.82569 deltaAngle(deg)=0.00504067 - Event#=4000 t[ns]=0.0290765 r[mm]=8.71685 deltaR[mum]=1.57623e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00119347 - Event#=5000 t[ns]=0.0193807 r[mm]=5.81014 deltaR[mum]=4.66747e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000795497 - Event#=6000 t[ns]=0.0698799 r[mm]=20.9493 deltaR[mum]=1.64287e-06 deltaEkin[MeV]=3.89937 deltaAngle(deg)=0.00298087 - Event#=7000 t[ns]=0.140171 r[mm]=42.0219 deltaR[mum]=1.51933e-05 deltaEkin[MeV]=7.16555 deltaAngle(deg)=0.00550704 - Event#=8000 t[ns]=0.00433045 r[mm]=1.29823 deltaR[mum]=5.20695e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000177748 - Event#=9000 t[ns]=0.213197 r[mm]=63.9144 deltaR[mum]=5.1192e-05 deltaEkin[MeV]=7.50929 deltaAngle(deg)=0.00816453 + Event#=0 t[ns]=0.0601994 r[mm]=18.0472 deltaR[mum]=1.51239e-06 deltaEkin[MeV]=4.09617 deltaAngle(deg)=0.00206244 + Event#=1000 t[ns]=0.047339 r[mm]=14.1918 deltaR[mum]=6.55069e-07 deltaEkin[MeV]=1.64991 deltaAngle(deg)=0.00192171 + Event#=2000 t[ns]=0.0102517 r[mm]=3.07335 deltaR[mum]=6.90825e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000420788 + Event#=3000 t[ns]=0.180245 r[mm]=54.0359 deltaR[mum]=2.70558e-05 deltaEkin[MeV]=7.093 deltaAngle(deg)=0.0070556 + Event#=4000 t[ns]=0.0336994 r[mm]=10.1028 deltaR[mum]=2.75731e-07 deltaEkin[MeV]=0.458899 deltaAngle(deg)=0.0013201 + Event#=5000 t[ns]=0.19372 r[mm]=58.0755 deltaR[mum]=4.12161e-05 deltaEkin[MeV]=7.19341 deltaAngle(deg)=0.00838455 + Event#=6000 t[ns]=0.0800757 r[mm]=24.006 deltaR[mum]=2.36374e-06 deltaEkin[MeV]=4.73427 deltaAngle(deg)=0.00306393 + Event#=7000 t[ns]=0.0623965 r[mm]=18.7059 deltaR[mum]=2.13002e-06 deltaEkin[MeV]=5.12491 deltaAngle(deg)=0.00275584 + Event#=8000 t[ns]=0.117072 r[mm]=35.0972 deltaR[mum]=1.07009e-05 deltaEkin[MeV]=7.06143 deltaAngle(deg)=0.00531812 + Event#=9000 t[ns]=0.160699 r[mm]=48.1761 deltaR[mum]=2.16574e-05 deltaEkin[MeV]=7.14155 deltaAngle(deg)=0.00636933 Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.195551s Sys=0.000000s + User=0.220000s Real=0.225752s Sys=0.000000s ============ Run::printInfo() =============== RunID = 1 @@ -206,40 +206,40 @@ Run Summary (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=9.1612e-06 mean=0.083392 max=0.743652 - decay R [mm] : min=0.00274644 mean=25.0001 max=222.94 - decay X [mm] : min=0.00274644 mean=25.0001 max=222.94 - decay Y [mm] : min=-0.0594134 mean=-0.00171441 max=-9.01329e-12 - decay Z [mm] : min=-0.00433759 mean=4.86356e-07 max=0.00444828 - Delta decay R [mm] : min=-3.46945e-18 mean=2.15339e-08 max=2.65782e-06 - deflection angle [deg] : min=0 mean=0.00344223 max=0.0304795 - Delta Ekin [MeV] : min=0 mean=4.73025 max=1041.2 - decay Ekin [GeV] : min=498.959 mean=499.995 max=500 - decay Px [GeV] : min=500.732 mean=501.769 max=501.774 - decay Py [GeV] : min=-0.266948 mean=-0.029907 max=0.00126418 - decay Pz [GeV] : min=-0.0514765 mean=1.23742e-05 max=0.05434 - decay Etot violation [MeV] : min=-1.0362e-05 mean=5.77574e-06 max=2.56098e-05 - decay Px violation [MeV] : min=-1.03618e-05 mean=5.77576e-06 max=2.56099e-05 - decay Py violation [MeV] : min=-7.2873e-09 mean=-4.66141e-10 max=1.40122e-09 - decay Pz violation [MeV] : min=-1.03405e-09 mean=3.711e-13 max=1.16901e-09 + decay T [ns] : min=7.14886e-06 mean=0.0815489 max=0.960334 + decay R [mm] : min=0.00214316 mean=24.4476 max=287.899 + decay X [mm] : min=0.00214316 mean=24.4476 max=287.899 + decay Y [mm] : min=-0.100742 mean=-0.00164109 max=-5.48848e-12 + decay Z [mm] : min=-0.00437176 mean=-4.58226e-06 max=0.00446707 + Delta decay R [mm] : min=-3.46945e-18 mean=2.03075e-08 max=5.65031e-06 + deflection angle [deg] : min=0 mean=0.00336913 max=0.0397018 + Delta Ekin [MeV] : min=0 mean=4.78156 max=1955.46 + decay Ekin [GeV] : min=498.045 mean=499.995 max=500 + decay Px [GeV] : min=499.818 mean=501.769 max=501.774 + decay Py [GeV] : min=-0.347722 mean=-0.0292486 max=0.0766904 + decay Pz [GeV] : min=-0.0434197 mean=-5.56822e-05 max=0.0424434 + decay Etot violation [MeV] : min=-9.86829e-06 mean=5.72374e-06 max=2.5625e-05 + decay Px violation [MeV] : min=-9.86841e-06 mean=5.72377e-06 max=2.5625e-05 + decay Py violation [MeV] : min=-7.04179e-09 mean=-4.55533e-10 max=1.79898e-09 + decay Pz violation [MeV] : min=-1.50832e-09 mean=-8.78854e-13 max=9.95577e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.0615967 (mean=0.0102104) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.85022e-09 , 4.85022e-09 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.40972e-05 , 0.053009 (mean=0.0102599) + maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 4.6665e-09 , 4.6665e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.59262e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=5.47506e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -39.9944 (mean=-0.213761) (#above threshold = 102) - maxOverestimated_mc_truth_rPos_delta [mum] = 53.2107 (mean=0.189678) (#above threshold = 390) - minUnderestimated_rDeltaPos [mum] = -39.9938 (mean=-0.213739) (#above threshold = 102) - maxOverestimated_rDeltaPos [mum] = 53.2114 (mean=0.1897) (#above threshold = 390) + minUnderestimated_mc_truth_rPos_delta [mum] = -50.351 (mean=-0.211227) (#above threshold = 88) + maxOverestimated_mc_truth_rPos_delta [mum] = 187.771 (mean=0.195324) (#above threshold = 371) + minUnderestimated_rDeltaPos [mum] = -50.3486 (mean=-0.211207) (#above threshold = 88) + maxOverestimated_rDeltaPos [mum] = 187.774 (mean=0.195344) (#above threshold = 372) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0331754 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0361679 ============================================= @@ -263,20 +263,20 @@ Index : 1 used in the geometry : Yes ### Run 2 starts. ### Run 2 starts. - Event#=0 t[ns]=0.0121619 r[mm]=3.64601 deltaR[mum]=1.15308e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000499104 - Event#=1000 t[ns]=0.773143 r[mm]=231.781 deltaR[mum]=0.00302084 deltaEkin[MeV]=8.38641 deltaAngle(deg)=0.0318924 - Event#=2000 t[ns]=0.173549 r[mm]=52.0283 deltaR[mum]=2.9645e-05 deltaEkin[MeV]=9.79305 deltaAngle(deg)=0.00672966 - Event#=3000 t[ns]=0.372917 r[mm]=111.797 deltaR[mum]=0.000325786 deltaEkin[MeV]=7.14349 deltaAngle(deg)=0.0148812 - Event#=4000 t[ns]=0.157748 r[mm]=47.2914 deltaR[mum]=2.51762e-05 deltaEkin[MeV]=6.95786 deltaAngle(deg)=0.00686351 - Event#=5000 t[ns]=0.0623243 r[mm]=18.6842 deltaR[mum]=1.23314e-06 deltaEkin[MeV]=3.19316 deltaAngle(deg)=0.00250405 - Event#=6000 t[ns]=0.0215307 r[mm]=6.45468 deltaR[mum]=6.39737e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000883582 - Event#=7000 t[ns]=0.0399314 r[mm]=11.9711 deltaR[mum]=4.60295e-07 deltaEkin[MeV]=1.44781 deltaAngle(deg)=0.00171467 - Event#=8000 t[ns]=0.10544 r[mm]=31.6098 deltaR[mum]=6.43653e-06 deltaEkin[MeV]=8.85776 deltaAngle(deg)=0.0036259 - Event#=9000 t[ns]=0.107916 r[mm]=32.352 deltaR[mum]=6.21605e-06 deltaEkin[MeV]=6.83537 deltaAngle(deg)=0.00373805 + Event#=0 t[ns]=0.570638 r[mm]=171.072 deltaR[mum]=0.00103036 deltaEkin[MeV]=7.1657 deltaAngle(deg)=0.021669 + Event#=1000 t[ns]=0.331027 r[mm]=99.2387 deltaR[mum]=0.000204927 deltaEkin[MeV]=10.3877 deltaAngle(deg)=0.0129733 + Event#=2000 t[ns]=0.285709 r[mm]=85.6527 deltaR[mum]=0.000136873 deltaEkin[MeV]=7.24958 deltaAngle(deg)=0.011783 + Event#=3000 t[ns]=0.244456 r[mm]=73.2857 deltaR[mum]=7.7103e-05 deltaEkin[MeV]=9.19966 deltaAngle(deg)=0.00946885 + Event#=4000 t[ns]=1.26038 r[mm]=377.851 deltaR[mum]=0.0128532 deltaEkin[MeV]=7.60263 deltaAngle(deg)=0.0514949 + Event#=5000 t[ns]=0.450715 r[mm]=135.12 deltaR[mum]=0.000512027 deltaEkin[MeV]=6.57705 deltaAngle(deg)=0.018119 + Event#=6000 t[ns]=0.0866757 r[mm]=25.9846 deltaR[mum]=4.66104e-06 deltaEkin[MeV]=7.92981 deltaAngle(deg)=0.00431094 + Event#=7000 t[ns]=0.146639 r[mm]=43.961 deltaR[mum]=1.46275e-05 deltaEkin[MeV]=8.92417 deltaAngle(deg)=0.00484073 + Event#=8000 t[ns]=0.36573 r[mm]=109.642 deltaR[mum]=0.000368825 deltaEkin[MeV]=9.25641 deltaAngle(deg)=0.0158333 + Event#=9000 t[ns]=0.471093 r[mm]=141.229 deltaR[mum]=0.00064217 deltaEkin[MeV]=8.88114 deltaAngle(deg)=0.0189186 Run terminated. Run Summary Number of events processed : 10000 - User=0.390000s Real=0.469697s Sys=0.000000s + User=0.480000s Real=0.480383s Sys=0.010000s ============ Run::printInfo() =============== RunID = 2 @@ -293,45 +293,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9769 + # Decays = 9788 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.16474e-05 mean=0.276843 max=2.475 - decay R [mm] : min=0.00648969 mean=82.9948 max=741.981 - decay X [mm] : min=0.00648969 mean=82.9948 max=741.981 - decay Y [mm] : min=-0.632214 mean=-0.0165552 max=0.00984329 - decay Z [mm] : min=-0.0287118 mean=1.87254e-05 max=0.0472889 - Delta decay R [mm] : min=0 mean=7.68932e-07 max=9.61278e-05 - deflection angle [deg] : min=1.2073e-06 mean=0.0114108 max=0.0995098 - Delta Ekin [MeV] : min=0 mean=7.87685 max=1887.35 - decay Ekin [GeV] : min=498.113 mean=499.992 max=500 - decay Px [GeV] : min=499.979 mean=501.858 max=501.866 - decay Py [GeV] : min=-0.871503 mean=-0.0995489 max=0.0614224 - decay Pz [GeV] : min=-0.104202 mean=0.000134477 max=0.138895 - decay Etot violation [MeV] : min=-8.71834e-06 mean=1.15215e-05 max=2.93491e-05 - decay Px violation [MeV] : min=-8.71829e-06 mean=1.15216e-05 max=2.93493e-05 - decay Py violation [MeV] : min=-2.67599e-08 mean=-2.5853e-09 max=2.32584e-09 - decay Pz violation [MeV] : min=-2.97649e-09 mean=3.49697e-12 max=4.10294e-09 + decay T [ns] : min=5.13282e-05 mean=0.281359 max=2.3879 + decay R [mm] : min=0.0153877 mean=84.3486 max=715.868 + decay X [mm] : min=0.0153877 mean=84.3486 max=715.868 + decay Y [mm] : min=-0.604641 mean=-0.0174385 max=0.00446295 + decay Z [mm] : min=-0.0435101 mean=-1.53241e-05 max=0.0482189 + Delta decay R [mm] : min=0 mean=8.52911e-07 max=8.71101e-05 + deflection angle [deg] : min=2.25864e-06 mean=0.0115972 max=0.0973564 + Delta Ekin [MeV] : min=0 mean=9.08996 max=3785.31 + decay Ekin [GeV] : min=496.215 mean=499.991 max=500 + decay Px [GeV] : min=498.081 mean=501.857 max=501.866 + decay Py [GeV] : min=-0.852834 mean=-0.101159 max=0.0584359 + decay Pz [GeV] : min=-0.156868 mean=4.11037e-05 max=0.28297 + decay Etot violation [MeV] : min=-8.7184e-06 mean=1.15594e-05 max=2.75359e-05 + decay Px violation [MeV] : min=-8.7184e-06 mean=1.15595e-05 max=2.7536e-05 + decay Py violation [MeV] : min=-3.48131e-08 mean=-2.6405e-09 max=1.80157e-09 + decay Pz violation [MeV] : min=-8.3046e-09 mean=7.04796e-13 max=7.42853e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0663115 (mean=0.0110961) - maxBeta_deltaMax{1,2} = 4.44089e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.22659e-09 , 4.22659e-09 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0499883 (mean=0.0110501) + maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 4.28656e-09 , 4.28656e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -69.1733 (mean=-0.377414) (#above threshold = 153) - maxOverestimated_mc_truth_rPos_delta [mum] = 528.198 (mean=1.29522) (#above threshold = 3472) - minUnderestimated_rDeltaPos [mum] = -69.165 (mean=-0.376645) (#above threshold = 152) - maxOverestimated_rDeltaPos [mum] = 528.206 (mean=1.29599) (#above threshold = 3473) + minUnderestimated_mc_truth_rPos_delta [mum] = -101.228 (mean=-0.416394) (#above threshold = 172) + maxOverestimated_mc_truth_rPos_delta [mum] = 934.489 (mean=1.4228) (#above threshold = 3488) + minUnderestimated_rDeltaPos [mum] = -101.225 (mean=-0.415542) (#above threshold = 172) + maxOverestimated_rDeltaPos [mum] = 934.502 (mean=1.42366) (#above threshold = 3488) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0979855 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.111221 ============================================= @@ -355,20 +355,20 @@ Index : 1 used in the geometry : Yes ### Run 3 starts. ### Run 3 starts. - Event#=0 t[ns]=0.132161 r[mm]=39.6207 deltaR[mum]=2.07002e-05 deltaEkin[MeV]=10.2906 deltaAngle(deg)=0.0061934 - Event#=1000 t[ns]=0.113547 r[mm]=34.0402 deltaR[mum]=7.49007e-06 deltaEkin[MeV]=6.86656 deltaAngle(deg)=0.0039946 - Event#=2000 t[ns]=0.271437 r[mm]=81.3743 deltaR[mum]=0.000115117 deltaEkin[MeV]=6.20944 deltaAngle(deg)=0.0118729 - Event#=3000 t[ns]=0.11312 r[mm]=33.9123 deltaR[mum]=1.04991e-05 deltaEkin[MeV]=8.72923 deltaAngle(deg)=0.00453347 - Event#=4000 t[ns]=0.258474 r[mm]=77.488 deltaR[mum]=8.15283e-05 deltaEkin[MeV]=7.18712 deltaAngle(deg)=0.0109168 - Event#=5000 t[ns]=0.00572941 r[mm]=1.71762 deltaR[mum]=1.20548e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000235124 - Event#=6000 t[ns]=0.0132883 r[mm]=3.9837 deltaR[mum]=1.50391e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000545329 - Event#=7000 t[ns]=0.162218 r[mm]=48.6313 deltaR[mum]=3.66518e-05 deltaEkin[MeV]=10.8165 deltaAngle(deg)=0.00738837 - Event#=8000 t[ns]=0.188544 r[mm]=56.5236 deltaR[mum]=2.9826e-05 deltaEkin[MeV]=7.00586 deltaAngle(deg)=0.00705989 - Event#=9000 t[ns]=0.0346808 r[mm]=10.397 deltaR[mum]=3.01991e-07 deltaEkin[MeV]=0.451674 deltaAngle(deg)=0.00138883 + Event#=0 t[ns]=0.260138 r[mm]=77.9869 deltaR[mum]=8.57232e-05 deltaEkin[MeV]=6.70689 deltaAngle(deg)=0.0111715 + Event#=1000 t[ns]=0.0557893 r[mm]=16.7251 deltaR[mum]=9.50767e-07 deltaEkin[MeV]=4.50894 deltaAngle(deg)=0.00163054 + Event#=2000 t[ns]=0.194583 r[mm]=58.334 deltaR[mum]=3.69627e-05 deltaEkin[MeV]=8.23884 deltaAngle(deg)=0.00753725 + Event#=3000 t[ns]=0.0226078 r[mm]=6.7776 deltaR[mum]=7.40616e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000927785 + Event#=4000 t[ns]=0.704975 r[mm]=211.345 deltaR[mum]=0.00230145 deltaEkin[MeV]=7.48515 deltaAngle(deg)=0.0294504 + Event#=5000 t[ns]=0.85362 r[mm]=255.907 deltaR[mum]=0.00388506 deltaEkin[MeV]=6.51961 deltaAngle(deg)=0.0339586 + Event#=6000 t[ns]=0.19529 r[mm]=58.5461 deltaR[mum]=0.000226734 deltaEkin[MeV]=9.33124 deltaAngle(deg)=0.00577722 + Event#=7000 t[ns]=0.273032 r[mm]=81.8524 deltaR[mum]=0.000121727 deltaEkin[MeV]=7.96278 deltaAngle(deg)=0.0113504 + Event#=8000 t[ns]=0.0520503 r[mm]=15.6042 deltaR[mum]=1.2908e-06 deltaEkin[MeV]=3.17553 deltaAngle(deg)=0.0026503 + Event#=9000 t[ns]=0.357436 r[mm]=107.156 deltaR[mum]=0.000324941 deltaEkin[MeV]=8.63748 deltaAngle(deg)=0.0154922 Run terminated. Run Summary Number of events processed : 10000 - User=0.340000s Real=0.363430s Sys=0.000000s + User=0.460000s Real=0.465703s Sys=0.000000s ============ Run::printInfo() =============== RunID = 3 @@ -385,45 +385,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9823 + # Decays = 9789 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=3.92863e-05 mean=0.280316 max=2.57081 - decay R [mm] : min=0.0117776 mean=84.036 max=770.702 - decay X [mm] : min=0.0117776 mean=84.036 max=770.702 - decay Y [mm] : min=-0.0232869 mean=0.0172579 max=0.700308 - decay Z [mm] : min=-0.0461989 mean=-3.95371e-06 max=0.0331111 - Delta decay R [mm] : min=-3.46945e-18 mean=8.41798e-07 max=0.000108745 - deflection angle [deg] : min=1.70738e-06 mean=0.0115472 max=0.104782 - Delta Ekin [MeV] : min=0 mean=10.0438 max=9135.38 - decay Ekin [GeV] : min=490.865 mean=499.99 max=500 - decay Px [GeV] : min=492.731 mean=501.856 max=501.866 - decay Py [GeV] : min=-0.138037 mean=0.100718 max=0.917881 - decay Pz [GeV] : min=-0.177486 mean=-8.53202e-05 max=0.160425 - decay Etot violation [MeV] : min=-8.7184e-06 mean=1.15296e-05 max=2.84248e-05 - decay Px violation [MeV] : min=-8.7184e-06 mean=1.15298e-05 max=2.8425e-05 - decay Py violation [MeV] : min=-5.14476e-09 mean=2.60405e-09 max=2.63266e-08 - decay Pz violation [MeV] : min=-6.24937e-09 mean=-1.79477e-12 max=3.5114e-09 + decay T [ns] : min=3.41377e-05 mean=0.27699 max=3.06442 + decay R [mm] : min=0.0102342 mean=83.0389 max=918.683 + decay X [mm] : min=0.0102342 mean=83.0389 max=918.682 + decay Y [mm] : min=-0.00886293 mean=0.0170976 max=1.00475 + decay Z [mm] : min=-0.0493393 mean=-2.05708e-05 max=0.0263247 + Delta decay R [mm] : min=-1.73472e-18 mean=8.57014e-07 max=0.000184455 + deflection angle [deg] : min=1.70738e-06 mean=0.0114222 max=0.125525 + Delta Ekin [MeV] : min=0 mean=8.15064 max=3523.76 + decay Ekin [GeV] : min=496.476 mean=499.992 max=500 + decay Px [GeV] : min=498.342 mean=501.858 max=501.866 + decay Py [GeV] : min=-0.0792864 mean=0.0995942 max=1.09959 + decay Pz [GeV] : min=-0.164195 mean=-8.879e-05 max=0.167593 + decay Etot violation [MeV] : min=-8.71834e-06 mean=1.14268e-05 max=3.02342e-05 + decay Px violation [MeV] : min=-8.71834e-06 mean=1.14269e-05 max=3.02343e-05 + decay Py violation [MeV] : min=-1.69331e-09 mean=2.58505e-09 max=3.07817e-08 + decay Pz violation [MeV] : min=-4.51352e-09 mean=-1.87515e-12 max=5.80161e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0499883 (mean=0.0112894) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0499883 (mean=0.0111868) maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.31913e-09 , 4.31913e-09 + maxGamma_deltaMax{1,2,3} = 0 , 4.33209e-09 , 4.33209e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -468.575 (mean=-0.466011) (#above threshold = 173) - maxOverestimated_mc_truth_rPos_delta [mum] = 1257.75 (mean=1.38932) (#above threshold = 3513) - minUnderestimated_rDeltaPos [mum] = -468.557 (mean=-0.465169) (#above threshold = 173) - maxOverestimated_rDeltaPos [mum] = 1257.77 (mean=1.39016) (#above threshold = 3513) + minUnderestimated_mc_truth_rPos_delta [mum] = -71.413 (mean=-0.377784) (#above threshold = 182) + maxOverestimated_mc_truth_rPos_delta [mum] = 1076.22 (mean=1.3259) (#above threshold = 3503) + minUnderestimated_rDeltaPos [mum] = -71.3971 (mean=-0.376927) (#above threshold = 181) + maxOverestimated_rDeltaPos [mum] = 1076.23 (mean=1.32675) (#above threshold = 3504) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0961148 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.154874 ============================================= @@ -447,20 +447,20 @@ Index : 1 used in the geometry : Yes ### Run 4 starts. ### Run 4 starts. - Event#=0 t[ns]=0.171579 r[mm]=51.4377 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0234441 r[mm]=7.02831 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0178499 r[mm]=5.35123 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0165644 r[mm]=4.96584 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.125148 r[mm]=37.5182 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.317728 r[mm]=95.2517 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.239935 r[mm]=71.9302 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.268825 r[mm]=80.5912 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.06937 r[mm]=20.7965 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0919447 r[mm]=27.5641 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.057146 r[mm]=17.1318 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.102887 r[mm]=30.8444 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0122763 r[mm]=3.68033 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.220696 r[mm]=66.1627 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.469571 r[mm]=140.773 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.110709 r[mm]=33.1895 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.083444 r[mm]=25.0157 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.121759 r[mm]=36.5022 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0369556 r[mm]=11.0789 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0266365 r[mm]=7.98538 deltaR[mum]=8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.180000s Real=0.205304s Sys=0.000000s + User=0.210000s Real=0.277410s Sys=0.000000s ============ Run::printInfo() =============== RunID = 4 @@ -477,43 +477,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9863 + # Decays = 9828 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.83175e-06 mean=0.109297 max=0.918677 - decay R [mm] : min=0.000549141 mean=32.7661 max=275.411 - decay X [mm] : min=0.000549141 mean=32.7661 max=275.411 - decay Y [mm] : min=-0.012191 mean=1.64064e-06 max=0.0229901 - decay Z [mm] : min=-0.0111094 mean=7.00656e-07 max=0.0156204 - Delta decay R [mm] : min=-5.68434e-14 mean=9.89502e-10 max=2.6176e-06 - deflection angle [deg] : min=0 mean=4.57201e-05 max=0.0407128 - Delta Ekin [MeV] : min=0 mean=0.0010131 max=2.44107 - decay Ekin [GeV] : min=499.998 mean=500 max=500 - decay Px [GeV] : min=501.859 mean=501.861 max=501.861 - decay Py [GeV] : min=-0.178517 mean=4.70107e-05 max=0.294995 - decay Pz [GeV] : min=-0.209662 mean=9.51721e-06 max=0.200431 - decay Etot violation [MeV] : min=-6.62263e-06 mean=2.8833e-06 max=1.17053e-05 - decay Px violation [MeV] : min=-6.62246e-06 mean=2.88338e-06 max=1.17055e-05 - decay Py violation [MeV] : min=-1.68282e-09 mean=7.72884e-13 max=4.77974e-09 - decay Pz violation [MeV] : min=-1.56095e-09 mean=7.39944e-15 max=3.24783e-09 + decay T [ns] : min=7.46452e-06 mean=0.108698 max=0.938635 + decay R [mm] : min=0.00223779 mean=32.5865 max=281.394 + decay X [mm] : min=0.00223779 mean=32.5865 max=281.394 + decay Y [mm] : min=-0.0181878 mean=1.32869e-06 max=0.0193537 + decay Z [mm] : min=-0.00916861 mean=1.09584e-05 max=0.0293566 + Delta decay R [mm] : min=-2.84217e-14 mean=1.36393e-09 max=4.06119e-06 + deflection angle [deg] : min=0 mean=5.21406e-05 max=0.0526441 + Delta Ekin [MeV] : min=0 mean=0.0013278 max=4.08146 + decay Ekin [GeV] : min=499.996 mean=500 max=500 + decay Px [GeV] : min=501.857 mean=501.861 max=501.861 + decay Py [GeV] : min=-0.176728 mean=6.45893e-06 max=0.335809 + decay Pz [GeV] : min=-0.281512 mean=0.000103029 max=0.31607 + decay Etot violation [MeV] : min=-1.01003e-05 mean=2.92173e-06 max=1.22066e-05 + decay Px violation [MeV] : min=-1.01001e-05 mean=2.92182e-06 max=1.22067e-05 + decay Py violation [MeV] : min=-1.55406e-09 mean=3.03317e-13 max=2.82958e-09 + decay Pz violation [MeV] : min=-1.89839e-09 mean=6.41218e-15 max=1.43798e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0371413 (mean=0.00380209) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0371413 (mean=0.00381342) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 4.08983e-09 , 4.08983e-09 + maxGamma_deltaMax{1,2,3} = 0 , 3.40441e-09 , 3.40441e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.72766e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.57033e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0685158 (mean=-3.39275e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.19024 (mean=6.10634e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0658982 (mean=-3.2938e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.192858 (mean=6.20529e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.117075 (mean=-4.82249e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.235225 (mean=8.43668e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.113014 (mean=-4.6861e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.239286 (mean=8.57307e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -539,20 +539,20 @@ Index : 1 used in the geometry : Yes ### Run 5 starts. ### Run 5 starts. - Event#=0 t[ns]=0.0953776 r[mm]=28.5933 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.109144 r[mm]=32.7204 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0188873 r[mm]=5.66222 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0431982 r[mm]=12.9504 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0621498 r[mm]=18.6319 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.00934495 r[mm]=2.80153 deltaR[mum]=4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.156236 r[mm]=46.8381 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.000477762 r[mm]=0.143229 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.196722 r[mm]=58.9753 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.378934 r[mm]=113.601 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.211288 r[mm]=63.3422 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.250589 r[mm]=75.1243 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.223169 r[mm]=66.9039 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.306572 r[mm]=91.9075 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.355257 r[mm]=106.503 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0723992 r[mm]=21.7046 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.280002 r[mm]=83.9419 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0295773 r[mm]=8.86699 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0223555 r[mm]=6.70196 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.00154813 r[mm]=0.464114 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.160000s Real=0.170751s Sys=0.000000s + User=0.200000s Real=0.200149s Sys=0.000000s ============ Run::printInfo() =============== RunID = 5 @@ -569,43 +569,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9866 + # Decays = 9856 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.90867e-07 mean=0.109782 max=1.03507 - decay R [mm] : min=8.7199e-05 mean=32.9117 max=310.305 - decay X [mm] : min=8.7199e-05 mean=32.9117 max=310.305 - decay Y [mm] : min=-0.0178121 mean=-1.31542e-06 max=0.0250012 - decay Z [mm] : min=-0.0176019 mean=5.52145e-07 max=0.0211254 - Delta decay R [mm] : min=-2.84217e-14 mean=8.15577e-10 max=1.23028e-06 - deflection angle [deg] : min=0 mean=4.9095e-05 max=0.0253451 - Delta Ekin [MeV] : min=0 mean=0.000860819 max=0.946034 - decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=501.86 mean=501.861 max=501.861 - decay Py [GeV] : min=-0.1104 mean=2.10954e-06 max=0.172324 - decay Pz [GeV] : min=-0.122812 mean=5.95455e-06 max=0.141229 - decay Etot violation [MeV] : min=-9.83989e-06 mean=2.9573e-06 max=1.16025e-05 - decay Px violation [MeV] : min=-9.83995e-06 mean=2.95739e-06 max=1.16026e-05 - decay Py violation [MeV] : min=-1.5398e-09 mean=8.51303e-14 max=2.6586e-09 - decay Pz violation [MeV] : min=-9.77458e-10 mean=6.00901e-13 max=2.24642e-09 + decay T [ns] : min=6.8286e-06 mean=0.108393 max=1.19186 + decay R [mm] : min=0.00204715 mean=32.495 max=357.309 + decay X [mm] : min=0.00204715 mean=32.495 max=357.309 + decay Y [mm] : min=-0.0150947 mean=-1.01611e-06 max=0.0264801 + decay Z [mm] : min=-0.0100009 mean=-2.82034e-06 max=0.0124194 + Delta decay R [mm] : min=-5.68434e-14 mean=1.05377e-09 max=1.30364e-06 + deflection angle [deg] : min=0 mean=5.79935e-05 max=0.0560602 + Delta Ekin [MeV] : min=0 mean=0.00139238 max=4.62833 + decay Ekin [GeV] : min=499.995 mean=500 max=500 + decay Px [GeV] : min=501.857 mean=501.861 max=501.861 + decay Py [GeV] : min=-0.196546 mean=3.06654e-05 max=0.477703 + decay Pz [GeV] : min=-0.115167 mean=-1.40776e-05 max=0.130114 + decay Etot violation [MeV] : min=-8.57376e-06 mean=2.90233e-06 max=1.18337e-05 + decay Px violation [MeV] : min=-8.5737e-06 mean=2.90242e-06 max=1.18339e-05 + decay Py violation [MeV] : min=-2.52035e-09 mean=2.202e-14 max=1.44827e-09 + decay Pz violation [MeV] : min=-2.23646e-09 mean=-1.4983e-13 max=1.38718e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0289588 (mean=0.00381448) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.54659e-05 , 0.0453235 (mean=0.00383451) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 3.27009e-09 , 3.27009e-09 + maxGamma_deltaMax{1,2,3} = 0 , 3.17431e-09 , 3.17431e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.61153e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=3.59775e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0285848 (mean=-2.96323e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.137454 (mean=5.82756e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0273545 (mean=-2.88167e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.138684 (mean=5.90911e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.184138 (mean=-5.3477e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.080257 (mean=5.68904e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.182835 (mean=-5.24233e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0812789 (mean=5.79442e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -631,20 +631,20 @@ Index : 1 used in the geometry : Yes ### Run 6 starts. ### Run 6 starts. - Event#=0 t[ns]=0.0401721 r[mm]=12.0432 deltaR[mum]=4.48519e-07 deltaEkin[MeV]=1.09959 deltaAngle(deg)=0.00194579 - Event#=1000 t[ns]=0.785598 r[mm]=235.515 deltaR[mum]=0.00300903 deltaEkin[MeV]=7.97007 deltaAngle(deg)=0.0320829 - Event#=2000 t[ns]=0.161567 r[mm]=48.4363 deltaR[mum]=3.03053e-05 deltaEkin[MeV]=7.55234 deltaAngle(deg)=0.00742533 - Event#=3000 t[ns]=0.387157 r[mm]=116.066 deltaR[mum]=0.000326465 deltaEkin[MeV]=6.92382 deltaAngle(deg)=0.0154733 - Event#=4000 t[ns]=0.0563791 r[mm]=16.9019 deltaR[mum]=9.71848e-07 deltaEkin[MeV]=2.69876 deltaAngle(deg)=0.00201191 - Event#=5000 t[ns]=0.0991922 r[mm]=29.7369 deltaR[mum]=6.5861e-06 deltaEkin[MeV]=9.38403 deltaAngle(deg)=0.00435046 - Event#=6000 t[ns]=0.0785056 r[mm]=23.5352 deltaR[mum]=2.23688e-06 deltaEkin[MeV]=5.87068 deltaAngle(deg)=0.0032304 - Event#=7000 t[ns]=0.05224 r[mm]=15.661 deltaR[mum]=9.88603e-07 deltaEkin[MeV]=3.53118 deltaAngle(deg)=0.00210256 - Event#=8000 t[ns]=0.0264377 r[mm]=7.92578 deltaR[mum]=1.18395e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00108475 - Event#=9000 t[ns]=0.0814777 r[mm]=24.4262 deltaR[mum]=2.58139e-06 deltaEkin[MeV]=6.51846 deltaAngle(deg)=0.00242194 + Event#=0 t[ns]=0.00319093 r[mm]=0.956611 deltaR[mum]=2.08389e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000130926 + Event#=1000 t[ns]=0.0116541 r[mm]=3.49378 deltaR[mum]=1.01412e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00047817 + Event#=2000 t[ns]=0.281175 r[mm]=84.2935 deltaR[mum]=0.000148795 deltaEkin[MeV]=8.15071 deltaAngle(deg)=0.0122656 + Event#=3000 t[ns]=0.141796 r[mm]=42.5089 deltaR[mum]=2.587e-05 deltaEkin[MeV]=7.34001 deltaAngle(deg)=0.00667772 + Event#=4000 t[ns]=0.29235 r[mm]=87.6435 deltaR[mum]=0.000154242 deltaEkin[MeV]=7.17371 deltaAngle(deg)=0.0125408 + Event#=5000 t[ns]=0.157144 r[mm]=47.1102 deltaR[mum]=2.34996e-05 deltaEkin[MeV]=9.89607 deltaAngle(deg)=0.00607877 + Event#=6000 t[ns]=0.172423 r[mm]=51.6908 deltaR[mum]=3.20949e-05 deltaEkin[MeV]=7.68003 deltaAngle(deg)=0.00615837 + Event#=7000 t[ns]=0.193971 r[mm]=58.1505 deltaR[mum]=3.83909e-05 deltaEkin[MeV]=8.38237 deltaAngle(deg)=0.00741021 + Event#=8000 t[ns]=0.321497 r[mm]=96.3816 deltaR[mum]=0.000193105 deltaEkin[MeV]=7.09839 deltaAngle(deg)=0.0132099 + Event#=9000 t[ns]=0.142303 r[mm]=42.6611 deltaR[mum]=1.28207e-05 deltaEkin[MeV]=7.72697 deltaAngle(deg)=0.00511819 Run terminated. Run Summary Number of events processed : 10000 - User=0.340000s Real=0.356609s Sys=0.000000s + User=0.380000s Real=0.379815s Sys=0.000000s ============ Run::printInfo() =============== RunID = 6 @@ -661,45 +661,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9875 + # Decays = 9850 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.58178e-05 mean=0.130047 max=1.30248 - decay R [mm] : min=0.00474202 mean=38.9868 max=390.471 - decay X [mm] : min=0.00474202 mean=38.9868 max=390.47 - decay Y [mm] : min=-0.189578 mean=-0.00394067 max=0.00288132 - decay Z [mm] : min=-0.0153349 mean=-4.22829e-06 max=0.0103102 - Delta decay R [mm] : min=-1.73472e-18 mean=8.5346e-08 max=1.43274e-05 - deflection angle [deg] : min=1.2073e-06 mean=0.00537565 max=0.0545579 - Delta Ekin [MeV] : min=0 mean=9.61189 max=27778.4 - decay Ekin [GeV] : min=472.222 mean=499.99 max=500 - decay Px [GeV] : min=474.186 mean=501.955 max=501.964 - decay Py [GeV] : min=-0.478008 mean=-0.0467207 max=0.072307 - decay Pz [GeV] : min=-0.284536 mean=-6.9657e-05 max=0.0665754 - decay Etot violation [MeV] : min=-1.13796e-05 mean=3.16793e-06 max=1.76794e-05 - decay Px violation [MeV] : min=-1.13795e-05 mean=3.16798e-06 max=1.76792e-05 - decay Py violation [MeV] : min=-7.61008e-09 mean=-3.7865e-10 max=4.03287e-09 - decay Pz violation [MeV] : min=-5.85197e-09 mean=-9.38701e-13 max=1.05811e-09 + decay T [ns] : min=1.8435e-07 mean=0.12757 max=1.1216 + decay R [mm] : min=5.52662e-05 mean=38.2441 max=336.244 + decay X [mm] : min=5.52662e-05 mean=38.2441 max=336.244 + decay Y [mm] : min=-0.135248 mean=-0.00382466 max=0.00776667 + decay Z [mm] : min=-0.0196264 mean=2.47195e-06 max=0.0296794 + Delta decay R [mm] : min=-1.73472e-18 mean=8.29245e-08 max=8.86166e-06 + deflection angle [deg] : min=8.53688e-07 mean=0.00527816 max=0.0459272 + Delta Ekin [MeV] : min=0 mean=6.64259 max=2236.15 + decay Ekin [GeV] : min=497.764 mean=499.993 max=500 + decay Px [GeV] : min=499.728 mean=501.958 max=501.964 + decay Py [GeV] : min=-0.402371 mean=-0.0458253 max=0.072005 + decay Pz [GeV] : min=-0.119262 mean=4.78899e-05 max=0.238191 + decay Etot violation [MeV] : min=-1.12859e-05 mean=3.14788e-06 max=1.81278e-05 + decay Px violation [MeV] : min=-1.12858e-05 mean=3.14793e-06 max=1.81278e-05 + decay Py violation [MeV] : min=-7.42381e-09 mean=-3.70849e-10 max=2.17906e-09 + decay Pz violation [MeV] : min=-1.65238e-09 mean=5.39972e-13 max=3.12721e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0562266 (mean=0.0121152) - maxBeta_deltaMax{1,2} = 4.44089e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 3.30979e-09 , 3.30979e-09 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0562266 (mean=0.0121167) + maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 3.20784e-09 , 3.20784e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -1145.25 (mean=-0.424904) (#above threshold = 118) - maxOverestimated_mc_truth_rPos_delta [mum] = 510.353 (mean=0.488616) (#above threshold = 1190) - minUnderestimated_rDeltaPos [mum] = -1145.25 (mean=-0.424818) (#above threshold = 118) - maxOverestimated_rDeltaPos [mum] = 510.361 (mean=0.488701) (#above threshold = 1190) + minUnderestimated_mc_truth_rPos_delta [mum] = -118.84 (mean=-0.301022) (#above threshold = 128) + maxOverestimated_mc_truth_rPos_delta [mum] = 365.561 (mean=0.480794) (#above threshold = 1098) + minUnderestimated_rDeltaPos [mum] = -118.833 (mean=-0.300939) (#above threshold = 128) + maxOverestimated_rDeltaPos [mum] = 365.567 (mean=0.480876) (#above threshold = 1099) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.047591 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0697385 ============================================= @@ -723,20 +723,20 @@ Index : 1 used in the geometry : Yes ### Run 7 starts. ### Run 7 starts. - Event#=0 t[ns]=0.183777 r[mm]=55.0946 deltaR[mum]=6.19325e-05 deltaEkin[MeV]=7.97897 deltaAngle(deg)=0.00915288 - Event#=1000 t[ns]=0.0741304 r[mm]=22.2236 deltaR[mum]=2.32563e-06 deltaEkin[MeV]=5.60845 deltaAngle(deg)=0.00397075 - Event#=2000 t[ns]=0.0128656 r[mm]=3.85699 deltaR[mum]=1.36451e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00052788 - Event#=3000 t[ns]=0.0654068 r[mm]=19.6083 deltaR[mum]=1.86069e-06 deltaEkin[MeV]=7.45565 deltaAngle(deg)=0.00206701 - Event#=4000 t[ns]=0.017362 r[mm]=5.20496 deltaR[mum]=3.35314e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000712367 - Event#=5000 t[ns]=0.0104326 r[mm]=3.12759 deltaR[mum]=7.27596e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000428053 - Event#=6000 t[ns]=0.115568 r[mm]=34.6463 deltaR[mum]=0.000127121 deltaEkin[MeV]=138.331 deltaAngle(deg)=0.00365276 - Event#=7000 t[ns]=0.0942531 r[mm]=28.2562 deltaR[mum]=3.76104e-06 deltaEkin[MeV]=7.27828 deltaAngle(deg)=0.00385754 - Event#=8000 t[ns]=0.232623 r[mm]=69.7381 deltaR[mum]=8.44526e-05 deltaEkin[MeV]=7.94793 deltaAngle(deg)=0.0100228 - Event#=9000 t[ns]=0.322265 r[mm]=96.6119 deltaR[mum]=0.000204344 deltaEkin[MeV]=11.1338 deltaAngle(deg)=0.0132978 + Event#=0 t[ns]=0.0125336 r[mm]=3.75746 deltaR[mum]=1.26157e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000514258 + Event#=1000 t[ns]=0.268907 r[mm]=80.6156 deltaR[mum]=0.000116716 deltaEkin[MeV]=13.1671 deltaAngle(deg)=0.0107159 + Event#=2000 t[ns]=0.323175 r[mm]=96.8847 deltaR[mum]=0.000152599 deltaEkin[MeV]=7.37642 deltaAngle(deg)=0.0129182 + Event#=3000 t[ns]=0.0483229 r[mm]=14.4867 deltaR[mum]=6.85391e-07 deltaEkin[MeV]=2.09364 deltaAngle(deg)=0.00145785 + Event#=4000 t[ns]=0.176835 r[mm]=53.0133 deltaR[mum]=3.39123e-05 deltaEkin[MeV]=7.66623 deltaAngle(deg)=0.00744312 + Event#=5000 t[ns]=0.214229 r[mm]=64.2236 deltaR[mum]=5.15199e-05 deltaEkin[MeV]=7.09117 deltaAngle(deg)=0.0091325 + Event#=6000 t[ns]=0.0277759 r[mm]=8.32694 deltaR[mum]=1.37295e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00113965 + Event#=7000 t[ns]=0.176667 r[mm]=52.963 deltaR[mum]=3.80111e-05 deltaEkin[MeV]=10.9609 deltaAngle(deg)=0.00645267 + Event#=8000 t[ns]=0.15082 r[mm]=45.2143 deltaR[mum]=0.000561728 deltaEkin[MeV]=627.072 deltaAngle(deg)=0.00839345 + Event#=9000 t[ns]=0.123475 r[mm]=37.0167 deltaR[mum]=1.57551e-05 deltaEkin[MeV]=8.28413 deltaAngle(deg)=0.00563687 Run terminated. Run Summary Number of events processed : 10000 - User=0.290000s Real=0.309438s Sys=0.000000s + User=0.570000s Real=0.584853s Sys=0.000000s ============ Run::printInfo() =============== RunID = 7 @@ -753,45 +753,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9875 + # Decays = 9885 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.93418e-05 mean=0.125765 max=0.999676 - decay R [mm] : min=0.0057985 mean=37.7031 max=299.693 - decay X [mm] : min=0.0057985 mean=37.7031 max=299.693 - decay Y [mm] : min=-0.00199083 mean=0.00369804 max=0.110273 - decay Z [mm] : min=-0.0528552 mean=1.08849e-06 max=0.062292 - Delta decay R [mm] : min=0 mean=7.60451e-08 max=6.52059e-06 - deflection angle [deg] : min=1.2073e-06 mean=0.00521331 max=0.0416209 - Delta Ekin [MeV] : min=0 mean=6.5784 max=1849.83 - decay Ekin [GeV] : min=498.15 mean=499.993 max=500 - decay Px [GeV] : min=500.115 mean=501.958 max=501.964 - decay Py [GeV] : min=-0.153311 mean=0.0452608 max=0.364653 - decay Pz [GeV] : min=-0.157997 mean=2.15421e-05 max=0.133988 - decay Etot violation [MeV] : min=-9.82033e-06 mean=3.24676e-06 max=1.77218e-05 - decay Px violation [MeV] : min=-9.82033e-06 mean=3.2468e-06 max=1.77218e-05 - decay Py violation [MeV] : min=-3.35153e-09 mean=3.65645e-10 max=9.13059e-09 - decay Pz violation [MeV] : min=-1.56631e-09 mean=-3.20088e-13 max=1.42857e-09 + decay T [ns] : min=1.3767e-06 mean=0.127808 max=1.45218 + decay R [mm] : min=0.000412721 mean=38.3155 max=435.348 + decay X [mm] : min=0.000412721 mean=38.3155 max=435.348 + decay Y [mm] : min=-0.0189767 mean=0.00388054 max=0.225927 + decay Z [mm] : min=-0.0181753 mean=-6.35934e-06 max=0.00817239 + Delta decay R [mm] : min=-3.46945e-18 mean=8.48408e-08 max=1.94019e-05 + deflection angle [deg] : min=8.53688e-07 mean=0.00528972 max=0.0594467 + Delta Ekin [MeV] : min=0 mean=6.14914 max=1602.41 + decay Ekin [GeV] : min=498.398 mean=499.994 max=500 + decay Px [GeV] : min=500.362 mean=501.958 max=501.964 + decay Py [GeV] : min=-0.0760173 mean=0.0459062 max=0.520714 + decay Pz [GeV] : min=-0.144735 mean=1.73492e-05 max=0.137581 + decay Etot violation [MeV] : min=-9.9687e-06 mean=3.24047e-06 max=1.82015e-05 + decay Px violation [MeV] : min=-9.96864e-06 mean=3.24051e-06 max=1.82015e-05 + decay Py violation [MeV] : min=-2.97641e-09 mean=3.79332e-10 max=7.83228e-09 + decay Pz violation [MeV] : min=-1.89451e-09 mean=3.35467e-13 max=1.37021e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0523069 (mean=0.0118359) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.86446e-05 , 0.0562266 (mean=0.011993) maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 3.37161e-09 , 3.37161e-09 + maxGamma_deltaMax{1,2,3} = 0 , 3.3063e-09 , 3.3063e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -80.788 (mean=-0.299074) (#above threshold = 123) - maxOverestimated_mc_truth_rPos_delta [mum] = 124.937 (mean=0.417158) (#above threshold = 1105) - minUnderestimated_rDeltaPos [mum] = -80.7876 (mean=-0.298998) (#above threshold = 123) - maxOverestimated_rDeltaPos [mum] = 124.939 (mean=0.417234) (#above threshold = 1105) + minUnderestimated_mc_truth_rPos_delta [mum] = -68.7819 (mean=-0.283389) (#above threshold = 116) + maxOverestimated_mc_truth_rPos_delta [mum] = 59.4127 (mean=0.382446) (#above threshold = 1141) + minUnderestimated_rDeltaPos [mum] = -68.781 (mean=-0.283304) (#above threshold = 116) + maxOverestimated_rDeltaPos [mum] = 59.4136 (mean=0.382531) (#above threshold = 1141) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0662206 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0747037 ============================================= @@ -815,20 +815,20 @@ Index : 1 used in the geometry : Yes ### Run 8 starts. ### Run 8 starts. - Event#=0 t[ns]=0.0906656 r[mm]=27.1794 deltaR[mum]=1.66348e-05 deltaEkin[MeV]=9.2058 deltaAngle(deg)=0.00393617 - Event#=1000 t[ns]=0.0936298 r[mm]=28.068 deltaR[mum]=1.23575e-05 deltaEkin[MeV]=7.79152 deltaAngle(deg)=0.00370861 - Event#=2000 t[ns]=0.00359609 r[mm]=1.07802 deltaR[mum]=2.93987e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000146583 - Event#=3000 t[ns]=0.0126422 r[mm]=3.78983 deltaR[mum]=1.2776e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000515313 - Event#=4000 t[ns]=0.0214682 r[mm]=6.43565 deltaR[mum]=6.25615e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000875072 - Event#=5000 t[ns]=0.0793989 r[mm]=23.8019 deltaR[mum]=2.27713e-06 deltaEkin[MeV]=5.89141 deltaAngle(deg)=0.00344837 - Event#=6000 t[ns]=0.548154 r[mm]=164.323 deltaR[mum]=0.00122439 deltaEkin[MeV]=7.74408 deltaAngle(deg)=0.0221845 - Event#=7000 t[ns]=0.102838 r[mm]=30.8284 deltaR[mum]=2.2616e-05 deltaEkin[MeV]=7.63489 deltaAngle(deg)=0.00432739 - Event#=8000 t[ns]=0.201712 r[mm]=60.4683 deltaR[mum]=7.7565e-05 deltaEkin[MeV]=7.13283 deltaAngle(deg)=0.00773658 - Event#=9000 t[ns]=0.342225 r[mm]=102.591 deltaR[mum]=0.000365052 deltaEkin[MeV]=7.65042 deltaAngle(deg)=0.0147739 + Event#=0 t[ns]=0.0371148 r[mm]=11.1261 deltaR[mum]=9.80886e-07 deltaEkin[MeV]=1.94333 deltaAngle(deg)=0.00165266 + Event#=1000 t[ns]=0.574447 r[mm]=172.205 deltaR[mum]=0.00146937 deltaEkin[MeV]=7.66522 deltaAngle(deg)=0.0240728 + Event#=2000 t[ns]=0.033392 r[mm]=10.0101 deltaR[mum]=2.63709e-07 deltaEkin[MeV]=0.310692 deltaAngle(deg)=0.00153605 + Event#=3000 t[ns]=0.0163743 r[mm]=4.90861 deltaR[mum]=2.77582e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000667437 + Event#=4000 t[ns]=0.0749843 r[mm]=22.4785 deltaR[mum]=1.94988e-06 deltaEkin[MeV]=4.47693 deltaAngle(deg)=0.00287365 + Event#=5000 t[ns]=0.00875781 r[mm]=2.62538 deltaR[mum]=4.24771e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.00035698 + Event#=6000 t[ns]=0.0627417 r[mm]=18.8085 deltaR[mum]=3.22961e-06 deltaEkin[MeV]=4.0458 deltaAngle(deg)=0.00248376 + Event#=7000 t[ns]=0.0246699 r[mm]=7.39544 deltaR[mum]=9.49365e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00100558 + Event#=8000 t[ns]=0.0593459 r[mm]=17.7905 deltaR[mum]=1.08164e-06 deltaEkin[MeV]=3.18671 deltaAngle(deg)=0.00260061 + Event#=9000 t[ns]=0.728472 r[mm]=218.378 deltaR[mum]=0.00310684 deltaEkin[MeV]=15.6142 deltaAngle(deg)=0.0297107 Run terminated. Run Summary Number of events processed : 10000 - User=0.320000s Real=0.341731s Sys=0.000000s + User=0.400000s Real=0.430535s Sys=0.000000s ============ Run::printInfo() =============== RunID = 8 @@ -845,45 +845,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9837 + # Decays = 9836 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=3.81815e-07 mean=0.154115 max=2.00097 - decay R [mm] : min=0.000114459 mean=46.2001 max=599.842 - decay X [mm] : min=0.000114459 mean=46.2001 max=599.842 - decay Y [mm] : min=-0.4293 mean=-0.00550967 max=0.00743081 - decay Z [mm] : min=-0.010649 mean=6.44283e-06 max=0.0277292 - Delta decay R [mm] : min=-1.73472e-18 mean=1.99507e-07 max=5.17574e-05 - deflection angle [deg] : min=0 mean=0.00633657 max=0.0817892 - Delta Ekin [MeV] : min=0 mean=6.4553 max=459.732 - decay Ekin [GeV] : min=499.54 mean=499.994 max=500 - decay Px [GeV] : min=504.792 mean=505.245 max=505.252 - decay Py [GeV] : min=-0.721299 mean=-0.055464 max=0.057502 - decay Pz [GeV] : min=-0.0932187 mean=6.64505e-05 max=0.135329 - decay Etot violation [MeV] : min=-1.50589e-06 mean=3.89706e-07 max=2.54723e-06 - decay Px violation [MeV] : min=-1.50595e-06 mean=3.89688e-07 max=2.54711e-06 - decay Py violation [MeV] : min=-1.49396e-09 mean=-5.12838e-11 max=5.17502e-10 - decay Pz violation [MeV] : min=-2.02071e-10 mean=-2.44311e-14 max=1.78701e-10 + decay T [ns] : min=7.08266e-07 mean=0.155186 max=1.55304 + decay R [mm] : min=0.000212321 mean=46.521 max=465.563 + decay X [mm] : min=0.000212321 mean=46.521 max=465.563 + decay Y [mm] : min=-0.266519 mean=-0.00551006 max=0.00238406 + decay Z [mm] : min=-0.0190027 mean=-6.3705e-06 max=0.0218837 + Delta decay R [mm] : min=0 mean=1.98689e-07 max=2.43433e-05 + deflection angle [deg] : min=0 mean=0.00638599 max=0.064407 + Delta Ekin [MeV] : min=0 mean=7.09361 max=1910.98 + decay Ekin [GeV] : min=498.089 mean=499.993 max=500 + decay Px [GeV] : min=503.341 mean=505.245 max=505.252 + decay Py [GeV] : min=-0.567963 mean=-0.0559167 max=0.0692195 + decay Pz [GeV] : min=-0.136077 mean=-8.09657e-05 max=0.127764 + decay Etot violation [MeV] : min=-1.69652e-06 mean=4.03186e-07 max=2.48064e-06 + decay Px violation [MeV] : min=-1.69658e-06 mean=4.03168e-07 max=2.48064e-06 + decay Py violation [MeV] : min=-1.20707e-09 mean=-5.28468e-11 max=5.87733e-10 + decay Pz violation [MeV] : min=-3.22387e-10 mean=-4.79958e-14 max=2.08757e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0218188 (mean=0.00445335) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0247082 (mean=0.00452614) maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.59744e-10 , 1.59744e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.64036e-10 , 1.64036e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 2.27374e-10 (mean=1.02948e-11) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.7053e-10 (mean=1.03739e-11) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -18.2017 (mean=-0.298413) (#above threshold = 134) - maxOverestimated_mc_truth_rPos_delta [mum] = 74.0314 (mean=0.554791) (#above threshold = 1569) - minUnderestimated_rDeltaPos [mum] = -18.1987 (mean=-0.298214) (#above threshold = 134) - maxOverestimated_rDeltaPos [mum] = 74.0397 (mean=0.554991) (#above threshold = 1570) + minUnderestimated_mc_truth_rPos_delta [mum] = -70.4225 (mean=-0.324225) (#above threshold = 142) + maxOverestimated_mc_truth_rPos_delta [mum] = 206.27 (mean=0.574522) (#above threshold = 1617) + minUnderestimated_rDeltaPos [mum] = -70.4122 (mean=-0.324026) (#above threshold = 142) + maxOverestimated_rDeltaPos [mum] = 206.294 (mean=0.574721) (#above threshold = 1617) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0517574 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0549802 ============================================= @@ -907,20 +907,20 @@ Index : 1 used in the geometry : Yes ### Run 9 starts. ### Run 9 starts. - Event#=0 t[ns]=0.0739082 r[mm]=22.1559 deltaR[mum]=1.87618e-06 deltaEkin[MeV]=4.70929 deltaAngle(deg)=0.00284349 - Event#=1000 t[ns]=0.0631355 r[mm]=18.9265 deltaR[mum]=3.7013e-06 deltaEkin[MeV]=4.11098 deltaAngle(deg)=0.00259492 - Event#=2000 t[ns]=0.211482 r[mm]=63.3973 deltaR[mum]=0.00012491 deltaEkin[MeV]=8.86261 deltaAngle(deg)=0.00867052 - Event#=3000 t[ns]=0.103633 r[mm]=31.0668 deltaR[mum]=7.93063e-06 deltaEkin[MeV]=6.7266 deltaAngle(deg)=0.00351083 - Event#=4000 t[ns]=0.140387 r[mm]=42.0846 deltaR[mum]=8.95478e-05 deltaEkin[MeV]=14.3348 deltaAngle(deg)=0.00572918 - Event#=5000 t[ns]=0.0277819 r[mm]=8.32835 deltaR[mum]=1.35584e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00113243 - Event#=6000 t[ns]=0.0483288 r[mm]=14.4878 deltaR[mum]=2.34515e-06 deltaEkin[MeV]=3.15782 deltaAngle(deg)=0.00223975 - Event#=7000 t[ns]=0.0441377 r[mm]=13.2314 deltaR[mum]=9.02681e-07 deltaEkin[MeV]=2.89378 deltaAngle(deg)=0.00167391 - Event#=8000 t[ns]=0.144347 r[mm]=43.2717 deltaR[mum]=5.12725e-05 deltaEkin[MeV]=9.46682 deltaAngle(deg)=0.00551042 - Event#=9000 t[ns]=0.0575622 r[mm]=17.2558 deltaR[mum]=1.00665e-06 deltaEkin[MeV]=2.88166 deltaAngle(deg)=0.00250948 + Event#=0 t[ns]=0.0831757 r[mm]=24.9341 deltaR[mum]=2.59088e-06 deltaEkin[MeV]=5.19149 deltaAngle(deg)=0.0032743 + Event#=1000 t[ns]=0.105149 r[mm]=31.5211 deltaR[mum]=1.97402e-05 deltaEkin[MeV]=7.34574 deltaAngle(deg)=0.00534972 + Event#=2000 t[ns]=0.153285 r[mm]=45.9512 deltaR[mum]=5.86541e-05 deltaEkin[MeV]=7.99996 deltaAngle(deg)=0.00701522 + Event#=3000 t[ns]=0.014998 r[mm]=4.49604 deltaR[mum]=2.13314e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000611339 + Event#=4000 t[ns]=0.0100021 r[mm]=2.99838 deltaR[mum]=6.32649e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000407696 + Event#=5000 t[ns]=0.174487 r[mm]=52.3069 deltaR[mum]=6.83454e-05 deltaEkin[MeV]=7.20021 deltaAngle(deg)=0.00788199 + Event#=6000 t[ns]=0.0530164 r[mm]=15.8931 deltaR[mum]=8.33074e-07 deltaEkin[MeV]=2.55346 deltaAngle(deg)=0.00260079 + Event#=7000 t[ns]=0.229596 r[mm]=68.8274 deltaR[mum]=0.00011855 deltaEkin[MeV]=7.18854 deltaAngle(deg)=0.00880713 + Event#=8000 t[ns]=0.121382 r[mm]=36.3873 deltaR[mum]=2.60411e-05 deltaEkin[MeV]=7.52603 deltaAngle(deg)=0.00496225 + Event#=9000 t[ns]=0.0510677 r[mm]=15.3089 deltaR[mum]=7.65546e-07 deltaEkin[MeV]=2.13068 deltaAngle(deg)=0.00272804 Run terminated. Run Summary Number of events processed : 10000 - User=0.300000s Real=0.318544s Sys=0.000000s + User=0.420000s Real=0.722992s Sys=0.000000s ============ Run::printInfo() =============== RunID = 9 @@ -937,45 +937,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9855 + # Decays = 9822 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=7.54285e-06 mean=0.157419 max=1.69832 - decay R [mm] : min=0.00226117 mean=47.1903 max=509.115 - decay X [mm] : min=0.00226117 mean=47.1903 max=509.115 - decay Y [mm] : min=-0.00497016 mean=0.00569265 max=0.308639 - decay Z [mm] : min=-0.0619234 mean=-1.19193e-05 max=0.0181829 - Delta decay R [mm] : min=0 mean=2.08147e-07 max=4.02637e-05 - deflection angle [deg] : min=0 mean=0.00646569 max=0.0692346 - Delta Ekin [MeV] : min=0 mean=7.23155 max=2673.08 - decay Ekin [GeV] : min=497.327 mean=499.993 max=500 - decay Px [GeV] : min=502.578 mean=505.244 max=505.252 - decay Py [GeV] : min=-0.0512942 mean=0.0565819 max=0.610585 - decay Pz [GeV] : min=-0.175564 mean=-1.21918e-05 max=0.165918 - decay Etot violation [MeV] : min=-1.53872e-06 mean=3.9548e-07 max=2.68506e-06 - decay Px violation [MeV] : min=-1.53866e-06 mean=3.95465e-07 max=2.685e-06 - decay Py violation [MeV] : min=-5.77813e-10 mean=5.26953e-11 max=1.78795e-09 - decay Pz violation [MeV] : min=-2.8578e-10 mean=1.47631e-14 max=3.86251e-10 + decay T [ns] : min=2.02588e-05 mean=0.155138 max=1.49699 + decay R [mm] : min=0.00607311 mean=46.5067 max=448.763 + decay X [mm] : min=0.00607311 mean=46.5067 max=448.762 + decay Y [mm] : min=-0.0115087 mean=0.00561167 max=0.238228 + decay Z [mm] : min=-0.022806 mean=-3.91696e-07 max=0.0188708 + Delta decay R [mm] : min=-3.46945e-18 mean=1.99954e-07 max=2.41301e-05 + deflection angle [deg] : min=8.53688e-07 mean=0.00638588 max=0.0609114 + Delta Ekin [MeV] : min=0 mean=6.42238 max=487.946 + decay Ekin [GeV] : min=499.512 mean=499.994 max=500 + decay Px [GeV] : min=504.764 mean=505.245 max=505.252 + decay Py [GeV] : min=-0.110533 mean=0.0558722 max=0.537136 + decay Pz [GeV] : min=-0.159913 mean=8.40071e-05 max=0.246107 + decay Etot violation [MeV] : min=-1.53616e-06 mean=3.90544e-07 max=2.55392e-06 + decay Px violation [MeV] : min=-1.53616e-06 mean=3.90527e-07 max=2.55398e-06 + decay Py violation [MeV] : min=-8.30596e-10 mean=5.21114e-11 max=1.28057e-09 + decay Pz violation [MeV] : min=-2.90981e-10 mean=-3.23843e-14 max=4.9144e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0247082 (mean=0.00440621) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.70147e-10 , 1.70147e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0247082 (mean=0.00439151) + maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.74026e-10 , 1.74026e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.7053e-10 (mean=1.04162e-11) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.7053e-10 (mean=1.01935e-11) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -66.7872 (mean=-0.322964) (#above threshold = 136) - maxOverestimated_mc_truth_rPos_delta [mum] = 366.663 (mean=0.597569) (#above threshold = 1659) - minUnderestimated_rDeltaPos [mum] = -66.7864 (mean=-0.322755) (#above threshold = 136) - maxOverestimated_rDeltaPos [mum] = 366.703 (mean=0.597777) (#above threshold = 1661) + minUnderestimated_mc_truth_rPos_delta [mum] = -17.7378 (mean=-0.299235) (#above threshold = 123) + maxOverestimated_mc_truth_rPos_delta [mum] = 74.2452 (mean=0.509071) (#above threshold = 1565) + minUnderestimated_rDeltaPos [mum] = -17.7292 (mean=-0.299035) (#above threshold = 123) + maxOverestimated_rDeltaPos [mum] = 74.2538 (mean=0.509271) (#above threshold = 1567) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0727101 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0779481 ============================================= @@ -999,20 +999,20 @@ Index : 1 used in the geometry : Yes ### Run 10 starts. ### Run 10 starts. - Event#=0 t[ns]=0.0302069 r[mm]=9.05532 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.138009 r[mm]=41.3719 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.176693 r[mm]=52.9683 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0843125 r[mm]=25.2749 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.249897 r[mm]=74.9131 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.151933 r[mm]=45.5459 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.131802 r[mm]=39.5111 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0552505 r[mm]=16.5628 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.596735 r[mm]=178.887 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0238395 r[mm]=7.14652 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.153969 r[mm]=46.1562 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.00906097 r[mm]=2.71626 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.258595 r[mm]=77.5205 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0433599 r[mm]=12.9983 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0269629 r[mm]=8.08284 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.267743 r[mm]=80.263 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.00135588 r[mm]=0.406462 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.294041 r[mm]=88.1464 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.00291166 r[mm]=0.872847 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0083214 r[mm]=2.49456 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.170000s Real=0.179675s Sys=0.000000s + User=0.220000s Real=0.459210s Sys=0.000000s ============ Run::printInfo() =============== RunID = 10 @@ -1029,43 +1029,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9843 + # Decays = 9824 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.25975e-05 mean=0.145601 max=1.48945 - decay R [mm] : min=0.00377642 mean=43.6476 max=446.502 - decay X [mm] : min=0.00377642 mean=43.6476 max=446.502 - decay Y [mm] : min=-0.0290173 mean=2.21041e-07 max=0.0173451 - decay Z [mm] : min=-0.0229524 mean=-1.12895e-06 max=0.0208282 - Delta decay R [mm] : min=-5.68434e-14 mean=1.1516e-09 max=3.19609e-06 - deflection angle [deg] : min=0 mean=4.60615e-05 max=0.0416765 - Delta Ekin [MeV] : min=0 mean=0.00102282 max=2.59267 - decay Ekin [GeV] : min=499.997 mean=500 max=500 - decay Px [GeV] : min=505.249 mean=505.252 max=505.252 - decay Py [GeV] : min=-0.158692 mean=2.81098e-05 max=0.233467 - decay Pz [GeV] : min=-0.126829 mean=1.96437e-05 max=0.283879 - decay Etot violation [MeV] : min=-1.89489e-06 mean=-1.81295e-07 max=1.21869e-06 - decay Px violation [MeV] : min=-1.89483e-06 mean=-1.81319e-07 max=1.21864e-06 - decay Py violation [MeV] : min=-2.61082e-10 mean=6.1509e-15 max=5.8489e-10 - decay Pz violation [MeV] : min=-3.17641e-10 mean=6.48817e-14 max=4.62322e-10 + decay T [ns] : min=1.51632e-05 mean=0.145806 max=1.69427 + decay R [mm] : min=0.00454557 mean=43.7091 max=507.903 + decay X [mm] : min=0.00454557 mean=43.7091 max=507.903 + decay Y [mm] : min=-0.0153289 mean=3.218e-06 max=0.0389594 + decay Z [mm] : min=-0.0205408 mean=1.5525e-06 max=0.0199756 + Delta decay R [mm] : min=-5.68434e-14 mean=8.35222e-10 max=7.21006e-07 + deflection angle [deg] : min=0 mean=3.96583e-05 max=0.0192013 + Delta Ekin [MeV] : min=0 mean=0.000691627 max=0.550338 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=505.251 mean=505.252 max=505.252 + decay Py [GeV] : min=-0.15114 mean=-6.65536e-05 max=0.121134 + decay Pz [GeV] : min=-0.167119 mean=2.25998e-05 max=0.114689 + decay Etot violation [MeV] : min=-1.73121e-06 mean=-1.76434e-07 max=1.02498e-06 + decay Px violation [MeV] : min=-1.73127e-06 mean=-1.7646e-07 max=1.0251e-06 + decay Py violation [MeV] : min=-2.05716e-10 mean=-4.34163e-14 max=1.79895e-10 + decay Pz violation [MeV] : min=-1.22142e-10 mean=3.20163e-14 max=1.63567e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0139089 (mean=0.0023559) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0139089 (mean=0.00235852) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.17836e-10 , 1.17836e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.38854e-10 , 1.38854e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0910808 (mean=-4.06586e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.190214 (mean=7.31659e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0878847 (mean=-3.9507e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.193411 (mean=7.43175e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0248417 (mean=-2.69687e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.104859 (mean=5.88049e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0241717 (mean=-2.61335e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.105548 (mean=5.96401e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -1091,20 +1091,20 @@ Index : 1 used in the geometry : Yes ### Run 11 starts. ### Run 11 starts. - Event#=0 t[ns]=0.1014 r[mm]=30.3972 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.119222 r[mm]=35.74 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0111034 r[mm]=3.32855 deltaR[mum]=4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.039744 r[mm]=11.9143 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.100754 r[mm]=30.2036 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.00187949 r[mm]=0.563426 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.090139 r[mm]=27.0215 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.252205 r[mm]=75.6052 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0283386 r[mm]=8.49523 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.268466 r[mm]=80.4797 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0241408 r[mm]=7.23684 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0776998 r[mm]=23.2926 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0473181 r[mm]=14.1848 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0667419 r[mm]=20.0076 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0256441 r[mm]=7.68747 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.109343 r[mm]=32.7785 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0362391 r[mm]=10.8636 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.258952 r[mm]=77.6276 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.211644 r[mm]=63.4459 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.113984 r[mm]=34.1696 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.220000s Real=0.229136s Sys=0.000000s + User=0.230000s Real=0.457219s Sys=0.000000s ============ Run::printInfo() =============== RunID = 11 @@ -1121,43 +1121,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9829 + # Decays = 9812 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=8.45699e-06 mean=0.14197 max=1.4105 - decay R [mm] : min=0.0025352 mean=42.5592 max=422.834 - decay X [mm] : min=0.0025352 mean=42.5592 max=422.834 - decay Y [mm] : min=-0.0131913 mean=7.99331e-06 max=0.0379226 - decay Z [mm] : min=-0.0242735 mean=-1.74194e-06 max=0.0252663 - Delta decay R [mm] : min=-5.68434e-14 mean=8.5756e-10 max=1.72069e-06 - deflection angle [deg] : min=0 mean=4.1827e-05 max=0.0249248 - Delta Ekin [MeV] : min=0 mean=0.000720487 max=0.927319 + decay T [ns] : min=5.70188e-06 mean=0.14365 max=1.49807 + decay R [mm] : min=0.00170929 mean=43.0628 max=449.085 + decay X [mm] : min=0.00170929 mean=43.0628 max=449.085 + decay Y [mm] : min=-0.00830128 mean=5.75168e-06 max=0.0244512 + decay Z [mm] : min=-0.0265506 mean=-8.32537e-06 max=0.00976059 + Delta decay R [mm] : min=-5.68434e-14 mean=1.01229e-09 max=1.06892e-06 + deflection angle [deg] : min=0 mean=5.15371e-05 max=0.0196422 + Delta Ekin [MeV] : min=0 mean=0.000904227 max=0.575899 decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=505.251 mean=505.252 max=505.252 - decay Py [GeV] : min=-0.108906 mean=4.01819e-05 max=0.182932 - decay Pz [GeV] : min=-0.125863 mean=8.56025e-06 max=0.140144 - decay Etot violation [MeV] : min=-1.4159e-06 mean=-1.77768e-07 max=1.34239e-06 - decay Px violation [MeV] : min=-1.4159e-06 mean=-1.77793e-07 max=1.34239e-06 - decay Py violation [MeV] : min=-2.99934e-10 mean=-1.18839e-14 max=2.13447e-10 - decay Pz violation [MeV] : min=-2.89418e-10 mean=-3.06045e-14 max=1.52859e-10 + decay Py [GeV] : min=-0.150824 mean=5.24971e-05 max=0.172816 + decay Pz [GeV] : min=-0.157993 mean=-6.01603e-05 max=0.102399 + decay Etot violation [MeV] : min=-1.80688e-06 mean=-1.76932e-07 max=1.01357e-06 + decay Px violation [MeV] : min=-1.807e-06 mean=-1.76957e-07 max=1.01345e-06 + decay Py violation [MeV] : min=-2.13369e-10 mean=-3.64562e-14 max=1.70076e-10 + decay Pz violation [MeV] : min=-2.01197e-10 mean=1.18483e-14 max=2.79059e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0110194 (mean=0.0023583) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.36424e-05 , 0.0121017 (mean=0.00235739) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.51658e-10 , 1.51658e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.2858e-10 , 1.2858e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0398072 (mean=-2.61179e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.192226 (mean=7.54542e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0380865 (mean=-2.52603e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.193947 (mean=7.63118e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0275039 (mean=-3.41857e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.085037 (mean=6.9339e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.026435 (mean=-3.31734e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0859137 (mean=7.03513e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -1183,20 +1183,20 @@ Index : 1 used in the geometry : Yes ### Run 12 starts. ### Run 12 starts. - Event#=0 t[ns]=0.0424228 r[mm]=12.7173 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0983786 r[mm]=29.4915 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0323998 r[mm]=9.71266 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0543012 r[mm]=16.2782 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0468901 r[mm]=14.0565 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0904304 r[mm]=27.1088 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.300031 r[mm]=89.942 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0944686 r[mm]=28.3194 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.062991 r[mm]=18.8831 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0805492 r[mm]=24.1467 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.399928 r[mm]=119.889 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.190363 r[mm]=57.0662 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.624564 r[mm]=187.229 deltaR[mum]=2.84217e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.157858 r[mm]=47.3219 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0587771 r[mm]=17.6199 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.123642 r[mm]=37.0649 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.162375 r[mm]=48.676 deltaR[mum]=8.75941e-06 deltaEkin[MeV]=0.0073279 deltaAngle(deg)=0.0022153 + Event#=7000 t[ns]=0.0363095 r[mm]=10.8847 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0285671 r[mm]=8.56371 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.062734 r[mm]=18.8061 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.152468s Sys=0.000000s + User=0.190000s Real=0.625027s Sys=0.000000s ============ Run::printInfo() =============== RunID = 12 @@ -1213,43 +1213,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9891 + # Decays = 9880 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=9.90238e-06 mean=0.144049 max=1.38601 - decay R [mm] : min=0.00296849 mean=43.1823 max=415.493 - decay X [mm] : min=0.00296849 mean=43.1823 max=415.493 - decay Y [mm] : min=-0.00983913 mean=1.128e-06 max=0.0181608 - decay Z [mm] : min=-0.0147955 mean=2.65414e-06 max=0.0196368 - Delta decay R [mm] : min=-5.68434e-14 mean=6.65808e-10 max=6.57764e-07 - deflection angle [deg] : min=0 mean=3.66554e-05 max=0.0272439 - Delta Ekin [MeV] : min=0 mean=0.000742564 max=1.10829 - decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=505.337 mean=505.338 max=505.338 - decay Py [GeV] : min=-0.176583 mean=1.79233e-05 max=0.211745 - decay Pz [GeV] : min=-0.146724 mean=-2.3441e-05 max=0.103583 - decay Etot violation [MeV] : min=-1.17096e-06 mean=4.46722e-07 max=1.85991e-06 - decay Px violation [MeV] : min=-1.17091e-06 mean=4.46757e-07 max=1.86003e-06 - decay Py violation [MeV] : min=-1.66665e-10 mean=3.23721e-14 max=2.71385e-10 - decay Pz violation [MeV] : min=-1.68086e-10 mean=1.1218e-13 max=1.87313e-10 + decay T [ns] : min=7.02214e-06 mean=0.142969 max=1.50346 + decay R [mm] : min=0.00210506 mean=42.8585 max=450.702 + decay X [mm] : min=0.00210506 mean=42.8585 max=450.702 + decay Y [mm] : min=-0.0119423 mean=1.05486e-06 max=0.0229068 + decay Z [mm] : min=-0.0164922 mean=7.14135e-08 max=0.0137766 + Delta decay R [mm] : min=-5.68434e-14 mean=2.73927e-10 max=6.09685e-07 + deflection angle [deg] : min=0 mean=1.88002e-05 max=0.0170231 + Delta Ekin [MeV] : min=0 mean=0.000256117 max=0.432707 + decay Ekin [GeV] : min=500 mean=500 max=500 + decay Px [GeV] : min=505.338 mean=505.338 max=505.338 + decay Py [GeV] : min=-0.0646942 mean=-2.17542e-06 max=0.0903275 + decay Pz [GeV] : min=-0.0967702 mean=-9.93318e-06 max=0.150129 + decay Etot violation [MeV] : min=-1.32207e-06 mean=4.52976e-07 max=1.98517e-06 + decay Px violation [MeV] : min=-1.3223e-06 mean=4.53012e-07 max=1.98517e-06 + decay Py violation [MeV] : min=-1.14987e-10 mean=1.3967e-14 max=1.74879e-10 + decay Pz violation [MeV] : min=-1.19144e-10 mean=4.25435e-14 max=3.72083e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0135196 (mean=0.00215244) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.009225 (mean=0.00215504) maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.33213e-10 , 1.33213e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.26803e-10 , 1.26803e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0504139 (mean=-3.00758e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0582443 (mean=5.26261e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0504028 (mean=-2.941e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0585714 (mean=5.32919e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0207086 (mean=-9.19921e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0602897 (mean=2.12129e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0200989 (mean=-8.92528e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0606939 (mean=2.14868e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -1275,20 +1275,20 @@ Index : 1 used in the geometry : Yes ### Run 13 starts. ### Run 13 starts. - Event#=0 t[ns]=0.207044 r[mm]=62.0667 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.149566 r[mm]=44.8361 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.565053 r[mm]=169.389 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0372686 r[mm]=11.1722 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0943559 r[mm]=28.2856 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.15307 r[mm]=45.8866 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.137111 r[mm]=41.1024 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.200789 r[mm]=60.1916 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.00730777 r[mm]=2.19069 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0317518 r[mm]=9.51843 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.153857 r[mm]=46.1225 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.275435 r[mm]=82.5688 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.00626261 r[mm]=1.87738 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.21819 r[mm]=65.408 deltaR[mum]=-1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.147241 r[mm]=44.1391 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0505837 r[mm]=15.1638 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0821224 r[mm]=24.6183 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.224308 r[mm]=67.2421 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.00672615 r[mm]=2.01634 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0207388 r[mm]=6.21697 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.160000s Real=0.164488s Sys=0.000000s + User=0.190000s Real=0.591630s Sys=0.000000s ============ Run::printInfo() =============== RunID = 13 @@ -1305,43 +1305,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9868 + # Decays = 9871 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=6.95044e-07 mean=0.141743 max=1.23441 - decay R [mm] : min=0.000208357 mean=42.491 max=370.045 - decay X [mm] : min=0.000208357 mean=42.491 max=370.045 - decay Y [mm] : min=-0.0113553 mean=-3.19067e-06 max=0.0109837 - decay Z [mm] : min=-0.0285079 mean=-4.50204e-06 max=0.00810686 - Delta decay R [mm] : min=-5.68434e-14 mean=5.61282e-10 max=6.90218e-07 - deflection angle [deg] : min=0 mean=2.77569e-05 max=0.0171802 - Delta Ekin [MeV] : min=0 mean=0.000488289 max=0.440727 - decay Ekin [GeV] : min=500 mean=500 max=500 - decay Px [GeV] : min=505.338 mean=505.338 max=505.338 - decay Py [GeV] : min=-0.116462 mean=-6.0873e-05 max=0.0894182 - decay Pz [GeV] : min=-0.145028 mean=-1.21066e-05 max=0.0902947 - decay Etot violation [MeV] : min=-5.8033e-07 mean=4.52306e-07 max=1.82958e-06 - decay Px violation [MeV] : min=-5.80389e-07 mean=4.52341e-07 max=1.82982e-06 - decay Py violation [MeV] : min=-1.79767e-10 mean=-3.7618e-14 max=2.43929e-10 - decay Pz violation [MeV] : min=-3.1163e-10 mean=-3.68623e-14 max=1.84968e-10 + decay T [ns] : min=1.10875e-05 mean=0.145336 max=1.32559 + decay R [mm] : min=0.00332375 mean=43.5682 max=397.379 + decay X [mm] : min=0.00332375 mean=43.5682 max=397.379 + decay Y [mm] : min=-0.00764528 mean=6.58708e-06 max=0.0543854 + decay Z [mm] : min=-0.023076 mean=-3.99194e-08 max=0.0205286 + Delta decay R [mm] : min=-5.68434e-14 mean=5.86673e-10 max=2.816e-06 + deflection angle [deg] : min=0 mean=2.42158e-05 max=0.0299056 + Delta Ekin [MeV] : min=0 mean=0.000554537 max=1.33543 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=505.337 mean=505.338 max=505.338 + decay Py [GeV] : min=-0.241071 mean=1.55196e-05 max=0.242833 + decay Pz [GeV] : min=-0.103035 mean=6.59643e-06 max=0.145085 + decay Etot violation [MeV] : min=-6.599e-07 mean=4.4776e-07 max=1.75502e-06 + decay Px violation [MeV] : min=-6.60075e-07 mean=4.47795e-07 max=1.75519e-06 + decay Py violation [MeV] : min=-5.0386e-10 mean=-1.76012e-14 max=2.45166e-10 + decay Pz violation [MeV] : min=-1.12834e-10 mean=-9.96229e-16 max=2.46359e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0135196 (mean=0.00215059) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.52696e-11 , 9.52696e-11 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0163627 (mean=0.0021506) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.248e-10 , 1.248e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0208172 (mean=-1.80886e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0866284 (mean=3.69403e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0201688 (mean=-1.75273e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0873186 (mean=3.75016e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0658846 (mean=-1.9042e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.299068 (mean=5.34636e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0630686 (mean=-1.84553e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.301884 (mean=5.40503e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -1367,20 +1367,20 @@ Index : 1 used in the geometry : Yes ### Run 14 starts. ### Run 14 starts. - Event#=0 t[ns]=0.0343096 r[mm]=10.285 deltaR[mum]=2.86965e-07 deltaEkin[MeV]=0.415978 deltaAngle(deg)=0.00141239 - Event#=1000 t[ns]=0.0457373 r[mm]=13.7107 deltaR[mum]=5.95673e-07 deltaEkin[MeV]=1.4984 deltaAngle(deg)=0.0019382 - Event#=2000 t[ns]=0.0123905 r[mm]=3.71428 deltaR[mum]=1.19802e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000504058 - Event#=3000 t[ns]=0.0491932 r[mm]=14.7466 deltaR[mum]=7.0121e-07 deltaEkin[MeV]=2.12872 deltaAngle(deg)=0.00222625 - Event#=4000 t[ns]=0.133761 r[mm]=40.0973 deltaR[mum]=6.80917e-05 deltaEkin[MeV]=11.0152 deltaAngle(deg)=0.0066204 - Event#=5000 t[ns]=0.000623721 r[mm]=0.186972 deltaR[mum]=1.52656e-12 deltaEkin[MeV]=0 deltaAngle(deg)=2.53676e-05 - Event#=6000 t[ns]=0.0286401 r[mm]=8.58542 deltaR[mum]=1.47955e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00116511 - Event#=7000 t[ns]=0.00812042 r[mm]=2.43425 deltaR[mum]=3.37241e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000330347 - Event#=8000 t[ns]=0.033092 r[mm]=9.91997 deltaR[mum]=2.54666e-07 deltaEkin[MeV]=0.254346 deltaAngle(deg)=0.00123173 - Event#=9000 t[ns]=0.00552859 r[mm]=1.6573 deltaR[mum]=1.06448e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000224909 + Event#=0 t[ns]=0.0178663 r[mm]=5.35578 deltaR[mum]=3.59179e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000726824 + Event#=1000 t[ns]=0.0376246 r[mm]=11.2787 deltaR[mum]=3.73745e-07 deltaEkin[MeV]=1.03234 deltaAngle(deg)=0.00187019 + Event#=2000 t[ns]=0.022647 r[mm]=6.78889 deltaR[mum]=7.31539e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000921309 + Event#=3000 t[ns]=0.0216617 r[mm]=6.49352 deltaR[mum]=6.40155e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000881225 + Event#=4000 t[ns]=0.0408394 r[mm]=12.2424 deltaR[mum]=4.58762e-07 deltaEkin[MeV]=0.922149 deltaAngle(deg)=0.001613 + Event#=5000 t[ns]=0.0542365 r[mm]=16.2584 deltaR[mum]=6.72982e-06 deltaEkin[MeV]=5.07729 deltaAngle(deg)=0.00176958 + Event#=6000 t[ns]=0.0380733 r[mm]=11.4132 deltaR[mum]=3.85494e-07 deltaEkin[MeV]=0.997586 deltaAngle(deg)=0.00118615 + Event#=7000 t[ns]=0.0157877 r[mm]=4.73266 deltaR[mum]=2.4782e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000642261 + Event#=8000 t[ns]=0.0415968 r[mm]=12.4694 deltaR[mum]=1.25711e-06 deltaEkin[MeV]=1.79801 deltaAngle(deg)=0.00144776 + Event#=9000 t[ns]=0.137566 r[mm]=41.2381 deltaR[mum]=0.000131561 deltaEkin[MeV]=16.186 deltaAngle(deg)=0.00739126 Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.155106s Sys=0.000000s + User=0.210000s Real=0.764163s Sys=0.000000s ============ Run::printInfo() =============== RunID = 14 @@ -1402,40 +1402,40 @@ Run Summary (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=6.36854e-07 mean=0.0404809 max=0.340456 - decay R [mm] : min=0.000190909 mean=12.1349 max=102.058 - decay X [mm] : min=0.000190909 mean=12.1349 max=102.058 - decay Y [mm] : min=-0.0136479 mean=-0.000427266 max=-4.31671e-14 - decay Z [mm] : min=-0.00520501 mean=-1.2927e-06 max=0.00179515 - Delta decay R [mm] : min=-3.46945e-18 mean=7.3938e-09 max=4.12117e-06 - deflection angle [deg] : min=0 mean=0.00166543 max=0.0246014 - Delta Ekin [MeV] : min=0 mean=2.2417 max=430.669 - decay Ekin [GeV] : min=499.569 mean=499.998 max=500 - decay Px [GeV] : min=505.805 mean=506.234 max=506.236 - decay Py [GeV] : min=-0.1616 mean=-0.0145112 max=0.199227 - decay Pz [GeV] : min=-0.108715 mean=-2.98561e-06 max=0.086976 - decay Etot violation [MeV] : min=-1.44105e-06 mean=1.45293e-07 max=1.66101e-06 - decay Px violation [MeV] : min=-1.44087e-06 mean=1.45313e-07 max=1.66096e-06 - decay Py violation [MeV] : min=-1.7674e-10 mean=-8.53087e-13 max=1.62345e-10 - decay Pz violation [MeV] : min=-6.00124e-11 mean=6.76027e-15 max=6.91784e-11 + decay T [ns] : min=1.7847e-06 mean=0.0410165 max=0.379865 + decay R [mm] : min=0.000534998 mean=12.2955 max=113.872 + decay X [mm] : min=0.000534998 mean=12.2955 max=113.872 + decay Y [mm] : min=-0.0166128 mean=-0.00043697 max=0.000130748 + decay Z [mm] : min=-0.00434567 mean=4.65415e-07 max=0.00261888 + Delta decay R [mm] : min=-3.46945e-18 mean=7.91698e-09 max=4.57683e-06 + deflection angle [deg] : min=0 mean=0.00169539 max=0.0161312 + Delta Ekin [MeV] : min=0 mean=2.25561 max=387.864 + decay Ekin [GeV] : min=499.612 mean=499.998 max=500 + decay Px [GeV] : min=505.848 mean=506.234 max=506.236 + decay Py [GeV] : min=-0.142382 mean=-0.0147927 max=0.0285261 + decay Pz [GeV] : min=-0.122439 mean=-2.8473e-05 max=0.0739739 + decay Etot violation [MeV] : min=-1.63197e-06 mean=1.41349e-07 max=1.68977e-06 + decay Px violation [MeV] : min=-1.63191e-06 mean=1.41371e-07 max=1.68983e-06 + decay Py violation [MeV] : min=-1.72122e-10 mean=-7.66553e-13 max=2.19302e-10 + decay Pz violation [MeV] : min=-5.11733e-11 mean=1.91828e-14 max=1.58849e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0178006 (mean=0.00311303) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0153686 (mean=0.00316244) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.85381e-11 , 9.85381e-11 + maxGamma_deltaMax{1,2,3} = 0 , 9.64206e-11 , 9.64206e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 2.84217e-11 (mean=2.66975e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 2.84217e-11 (mean=2.73425e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -19.1424 (mean=-0.0929873) (#above threshold = 28) - maxOverestimated_mc_truth_rPos_delta [mum] = 26.4241 (mean=0.034161) (#above threshold = 28) - minUnderestimated_rDeltaPos [mum] = -19.1423 (mean=-0.0929799) (#above threshold = 28) - maxOverestimated_rDeltaPos [mum] = 26.4282 (mean=0.0341684) (#above threshold = 28) + minUnderestimated_mc_truth_rPos_delta [mum] = -13.9099 (mean=-0.0924994) (#above threshold = 35) + maxOverestimated_mc_truth_rPos_delta [mum] = 29.3253 (mean=0.036836) (#above threshold = 41) + minUnderestimated_rDeltaPos [mum] = -13.9053 (mean=-0.0924915) (#above threshold = 35) + maxOverestimated_rDeltaPos [mum] = 29.3299 (mean=0.036844) (#above threshold = 41) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0154591 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00807412 ============================================= @@ -1459,20 +1459,20 @@ Index : 1 used in the geometry : Yes ### Run 15 starts. ### Run 15 starts. - Event#=0 t[ns]=0.0242963 r[mm]=7.28328 deltaR[mum]=9.03286e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000988402 - Event#=1000 t[ns]=0.105733 r[mm]=31.6955 deltaR[mum]=1.11866e-05 deltaEkin[MeV]=6.96162 deltaAngle(deg)=0.00384515 - Event#=2000 t[ns]=0.129505 r[mm]=38.8217 deltaR[mum]=0.000141662 deltaEkin[MeV]=6.78735 deltaAngle(deg)=0.0136727 - Event#=3000 t[ns]=0.0638371 r[mm]=19.1364 deltaR[mum]=2.45327e-05 deltaEkin[MeV]=11.6448 deltaAngle(deg)=0.00320008 - Event#=4000 t[ns]=0.0362088 r[mm]=10.8543 deltaR[mum]=3.36755e-07 deltaEkin[MeV]=0.558378 deltaAngle(deg)=0.00167018 - Event#=5000 t[ns]=0.0315269 r[mm]=9.4508 deltaR[mum]=2.12356e-07 deltaEkin[MeV]=0.190833 deltaAngle(deg)=0.0012209 - Event#=6000 t[ns]=0.0110758 r[mm]=3.32019 deltaR[mum]=8.5576e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000450578 - Event#=7000 t[ns]=0.0168822 r[mm]=5.06077 deltaR[mum]=3.03038e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000686789 - Event#=8000 t[ns]=0.0107837 r[mm]=3.23261 deltaR[mum]=7.89679e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000438692 - Event#=9000 t[ns]=0.0313467 r[mm]=9.39677 deltaR[mum]=2.07406e-07 deltaEkin[MeV]=0.235516 deltaAngle(deg)=0.00122776 + Event#=0 t[ns]=0.0151354 r[mm]=4.53713 deltaR[mum]=2.18359e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000615726 + Event#=1000 t[ns]=0.000563516 r[mm]=0.168925 deltaR[mum]=1.11022e-12 deltaEkin[MeV]=0 deltaAngle(deg)=2.29386e-05 + Event#=2000 t[ns]=0.0740074 r[mm]=22.1852 deltaR[mum]=2.07943e-05 deltaEkin[MeV]=13.0233 deltaAngle(deg)=0.00358629 + Event#=3000 t[ns]=0.112464 r[mm]=33.7132 deltaR[mum]=3.33763e-05 deltaEkin[MeV]=8.07147 deltaAngle(deg)=0.00578388 + Event#=4000 t[ns]=0.0272302 r[mm]=8.16277 deltaR[mum]=1.27161e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00110776 + Event#=5000 t[ns]=0.133784 r[mm]=40.1043 deltaR[mum]=3.64294e-05 deltaEkin[MeV]=7.39356 deltaAngle(deg)=0.00543369 + Event#=6000 t[ns]=0.0220877 r[mm]=6.6212 deltaR[mum]=6.78657e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000898552 + Event#=7000 t[ns]=0.00277754 r[mm]=0.832623 deltaR[mum]=1.34892e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000112994 + Event#=8000 t[ns]=0.00741191 r[mm]=2.22186 deltaR[mum]=2.56417e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000301525 + Event#=9000 t[ns]=0.110582 r[mm]=33.1491 deltaR[mum]=1.4122e-05 deltaEkin[MeV]=6.80131 deltaAngle(deg)=0.00386405 Run terminated. Run Summary Number of events processed : 10000 - User=0.140000s Real=0.151383s Sys=0.000000s + User=0.210000s Real=0.685840s Sys=0.000000s ============ Run::printInfo() =============== RunID = 15 @@ -1489,45 +1489,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9966 + # Decays = 9960 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=3.27333e-06 mean=0.0404635 max=0.447824 - decay R [mm] : min=0.000981243 mean=12.1297 max=134.244 - decay X [mm] : min=0.000981243 mean=12.1297 max=134.244 - decay Y [mm] : min=-0.000812191 mean=0.000417739 max=0.0241844 - decay Z [mm] : min=-0.00174615 mean=3.0576e-07 max=0.00677918 - Delta decay R [mm] : min=-3.46945e-18 mean=7.73131e-09 max=5.13112e-06 - deflection angle [deg] : min=0 mean=0.00167072 max=0.0196313 - Delta Ekin [MeV] : min=0 mean=2.31588 max=1022.02 - decay Ekin [GeV] : min=498.978 mean=499.998 max=500 - decay Px [GeV] : min=505.214 mean=506.234 max=506.236 - decay Py [GeV] : min=-0.0957231 mean=0.0145501 max=0.173467 - decay Pz [GeV] : min=-0.0324455 mean=-5.02344e-06 max=0.1402 - decay Etot violation [MeV] : min=-1.48889e-06 mean=1.4323e-07 max=1.49297e-06 - decay Px violation [MeV] : min=-1.48901e-06 mean=1.4325e-07 max=1.49303e-06 - decay Py violation [MeV] : min=-2.56122e-10 mean=9.70273e-13 max=1.37689e-10 - decay Pz violation [MeV] : min=-1.02688e-10 mean=-1.12902e-14 max=4.53468e-11 + decay T [ns] : min=8.3341e-06 mean=0.0405892 max=0.499945 + decay R [mm] : min=0.00249831 mean=12.1674 max=149.868 + decay X [mm] : min=0.00249831 mean=12.1674 max=149.868 + decay Y [mm] : min=-1.26408e-06 mean=0.000425966 max=0.0243608 + decay Z [mm] : min=-0.00149665 mean=5.50512e-07 max=0.00254177 + Delta decay R [mm] : min=-3.46945e-18 mean=8.06576e-09 max=6.29959e-06 + deflection angle [deg] : min=0 mean=0.00167368 max=0.0193197 + Delta Ekin [MeV] : min=0 mean=2.33937 max=1032.68 + decay Ekin [GeV] : min=498.967 mean=499.998 max=500 + decay Px [GeV] : min=505.203 mean=506.234 max=506.236 + decay Py [GeV] : min=-0.025445 mean=0.0146232 max=0.170713 + decay Pz [GeV] : min=-0.0763564 mean=8.00508e-06 max=0.0255455 + decay Etot violation [MeV] : min=-1.6627e-06 mean=1.44511e-07 max=1.40746e-06 + decay Px violation [MeV] : min=-1.66282e-06 mean=1.44531e-07 max=1.40746e-06 + decay Py violation [MeV] : min=-1.80847e-10 mean=9.7943e-13 max=1.32871e-10 + decay Pz violation [MeV] : min=-2.89013e-11 mean=2.2135e-14 max=8.00782e-11 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0153686 (mean=0.00315203) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0178006 (mean=0.00311193) maxBeta_deltaMax{1,2} = 4.44089e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 9.85096e-11 , 9.85096e-11 + maxGamma_deltaMax{1,2,3} = 0 , 9.80549e-11 , 9.80549e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 4.26326e-11 (mean=2.66846e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=2.71785e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -28.9036 (mean=-0.0941622) (#above threshold = 34) - maxOverestimated_mc_truth_rPos_delta [mum] = 33.1585 (mean=0.0369202) (#above threshold = 35) - minUnderestimated_rDeltaPos [mum] = -28.8985 (mean=-0.0941545) (#above threshold = 34) - maxOverestimated_rDeltaPos [mum] = 33.1636 (mean=0.0369279) (#above threshold = 35) + minUnderestimated_mc_truth_rPos_delta [mum] = -51.5125 (mean=-0.0965097) (#above threshold = 31) + maxOverestimated_mc_truth_rPos_delta [mum] = 40.508 (mean=0.0386967) (#above threshold = 28) + minUnderestimated_rDeltaPos [mum] = -51.5062 (mean=-0.0965016) (#above threshold = 31) + maxOverestimated_rDeltaPos [mum] = 40.5143 (mean=0.0387047) (#above threshold = 28) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00795741 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0163291 ============================================= @@ -1551,20 +1551,20 @@ Index : 1 used in the geometry : Yes ### Run 16 starts. ### Run 16 starts. - Event#=0 t[ns]=0.0905674 r[mm]=27.1512 deltaR[mum]=3.34321e-06 deltaEkin[MeV]=7.03857 deltaAngle(deg)=0.00354935 - Event#=1000 t[ns]=0.022195 r[mm]=6.65382 deltaR[mum]=6.99627e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000910089 - Event#=2000 t[ns]=0.00350059 r[mm]=1.04944 deltaR[mum]=2.74225e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000143536 - Event#=3000 t[ns]=0.0687498 r[mm]=20.6105 deltaR[mum]=4.30793e-06 deltaEkin[MeV]=4.6308 deltaAngle(deg)=0.00475195 - Event#=4000 t[ns]=0.0449909 r[mm]=13.4878 deltaR[mum]=6.62929e-07 deltaEkin[MeV]=2.09128 deltaAngle(deg)=0.00194502 - Event#=5000 t[ns]=0.192419 r[mm]=57.6852 deltaR[mum]=4.63068e-05 deltaEkin[MeV]=10.345 deltaAngle(deg)=0.00761892 - Event#=6000 t[ns]=0.104565 r[mm]=31.3475 deltaR[mum]=1.08453e-05 deltaEkin[MeV]=15.4698 deltaAngle(deg)=0.00463689 - Event#=7000 t[ns]=0.00647607 r[mm]=1.94146 deltaR[mum]=1.73772e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000265546 - Event#=8000 t[ns]=0.00913466 r[mm]=2.73847 deltaR[mum]=4.87743e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.00037456 - Event#=9000 t[ns]=0.0177972 r[mm]=5.33542 deltaR[mum]=3.60698e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000729762 + Event#=0 t[ns]=0.0387808 r[mm]=11.6261 deltaR[mum]=4.10536e-07 deltaEkin[MeV]=0.837811 deltaAngle(deg)=0.00166425 + Event#=1000 t[ns]=0.148697 r[mm]=44.5777 deltaR[mum]=3.58597e-05 deltaEkin[MeV]=15.0772 deltaAngle(deg)=0.00687596 + Event#=2000 t[ns]=0.0289346 r[mm]=8.67429 deltaR[mum]=1.55008e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00118644 + Event#=3000 t[ns]=0.00948245 r[mm]=2.84274 deltaR[mum]=5.45564e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000388821 + Event#=4000 t[ns]=0.0202009 r[mm]=6.056 deltaR[mum]=5.27489e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000828321 + Event#=5000 t[ns]=0.0519405 r[mm]=15.5712 deltaR[mum]=8.04839e-07 deltaEkin[MeV]=2.63179 deltaAngle(deg)=0.00254389 + Event#=6000 t[ns]=0.0163866 r[mm]=4.91252 deltaR[mum]=2.81561e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000671919 + Event#=7000 t[ns]=0.016877 r[mm]=5.05955 deltaR[mum]=3.07603e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000692028 + Event#=8000 t[ns]=0.00100624 r[mm]=0.301659 deltaR[mum]=6.4948e-12 deltaEkin[MeV]=0 deltaAngle(deg)=4.12606e-05 + Event#=9000 t[ns]=0.028684 r[mm]=8.59916 deltaR[mum]=1.51015e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00117617 Run terminated. Run Summary Number of events processed : 10000 - User=0.250000s Real=0.252547s Sys=0.000000s + User=0.300000s Real=1.496856s Sys=0.000000s ============ Run::printInfo() =============== RunID = 16 @@ -1581,45 +1581,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9884 + # Decays = 9900 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=6.7771e-07 mean=0.043715 max=0.354626 - decay R [mm] : min=0.00020317 mean=13.1053 max=106.313 - decay X [mm] : min=0.00020317 mean=13.1053 max=106.313 - decay Y [mm] : min=-0.0164566 mean=-0.000499467 max=0.00235918 - decay Z [mm] : min=-0.00734185 mean=1.14782e-06 max=0.0118598 - Delta decay R [mm] : min=-3.46945e-18 mean=3.91075e-09 max=1.17388e-06 - deflection angle [deg] : min=0 mean=0.00183271 max=0.0272792 - Delta Ekin [MeV] : min=0 mean=2.49273 max=344.187 - decay Ekin [GeV] : min=499.656 mean=499.998 max=500 - decay Px [GeV] : min=501.937 mean=502.279 max=502.281 - decay Py [GeV] : min=-0.173648 mean=-0.0157216 max=0.0966347 - decay Pz [GeV] : min=-0.161529 mean=4.14022e-05 max=0.233171 - decay Etot violation [MeV] : min=-1.3091e-05 mean=-8.45911e-07 max=9.26957e-06 - decay Px violation [MeV] : min=-1.30911e-05 mean=-8.45898e-07 max=9.26969e-06 - decay Py violation [MeV] : min=-9.23137e-10 mean=4.27967e-11 max=1.68116e-09 - decay Pz violation [MeV] : min=-3.01046e-09 mean=-5.01907e-13 max=1.01302e-09 + decay T [ns] : min=3.52936e-06 mean=0.0437082 max=0.45349 + decay R [mm] : min=0.00105807 mean=13.1032 max=135.951 + decay X [mm] : min=0.00105807 mean=13.1032 max=135.951 + decay Y [mm] : min=-0.0232104 mean=-0.000495525 max=0.00504943 + decay Z [mm] : min=-0.00517236 mean=-7.00776e-07 max=0.00426608 + Delta decay R [mm] : min=-3.46945e-18 mean=3.90073e-09 max=6.94599e-07 + deflection angle [deg] : min=0 mean=0.00183254 max=0.0537807 + Delta Ekin [MeV] : min=0 mean=2.54644 max=1049.55 + decay Ekin [GeV] : min=498.95 mean=499.997 max=500 + decay Px [GeV] : min=501.232 mean=502.279 max=502.281 + decay Py [GeV] : min=-0.182496 mean=-0.0156314 max=0.471421 + decay Pz [GeV] : min=-0.117626 mean=-1.51762e-05 max=0.0985601 + decay Etot violation [MeV] : min=-1.18259e-05 mean=-8.55976e-07 max=9.99786e-06 + decay Px violation [MeV] : min=-1.18261e-05 mean=-8.55963e-07 max=9.99781e-06 + decay Py violation [MeV] : min=-1.08804e-09 mean=4.44129e-11 max=1.76345e-09 + decay Pz violation [MeV] : min=-8.75161e-10 mean=-6.04162e-13 max=1.45533e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0475902 (mean=0.00974919) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0409168 (mean=0.00968852) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.76743e-09 , 1.76743e-09 + maxGamma_deltaMax{1,2,3} = 0 , 1.76169e-09 , 1.76169e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -17.7396 (mean=-0.105606) (#above threshold = 38) - maxOverestimated_mc_truth_rPos_delta [mum] = 16.892 (mean=0.0444916) (#above threshold = 46) - minUnderestimated_rDeltaPos [mum] = -17.7393 (mean=-0.105602) (#above threshold = 38) - maxOverestimated_rDeltaPos [mum] = 16.8923 (mean=0.0444955) (#above threshold = 46) + minUnderestimated_mc_truth_rPos_delta [mum] = -51.5488 (mean=-0.106146) (#above threshold = 41) + maxOverestimated_mc_truth_rPos_delta [mum] = 12.9763 (mean=0.0424944) (#above threshold = 39) + minUnderestimated_rDeltaPos [mum] = -51.5485 (mean=-0.106142) (#above threshold = 41) + maxOverestimated_rDeltaPos [mum] = 12.9766 (mean=0.0424983) (#above threshold = 39) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0154049 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0159239 ============================================= @@ -1643,20 +1643,20 @@ Index : 1 used in the geometry : Yes ### Run 17 starts. ### Run 17 starts. - Event#=0 t[ns]=0.000587015 r[mm]=0.175981 deltaR[mum]=1.27676e-12 deltaEkin[MeV]=0 deltaAngle(deg)=2.40704e-05 - Event#=1000 t[ns]=0.00320373 r[mm]=0.960443 deltaR[mum]=2.10609e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000131371 - Event#=2000 t[ns]=0.0386529 r[mm]=11.5877 deltaR[mum]=4.07113e-07 deltaEkin[MeV]=0.938971 deltaAngle(deg)=0.00179109 - Event#=3000 t[ns]=0.0217078 r[mm]=6.50777 deltaR[mum]=6.5457e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000890112 - Event#=4000 t[ns]=0.0174145 r[mm]=5.22069 deltaR[mum]=3.37925e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00071407 - Event#=5000 t[ns]=0.0146895 r[mm]=4.40374 deltaR[mum]=2.02816e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00060233 - Event#=6000 t[ns]=0.104186 r[mm]=31.2337 deltaR[mum]=6.38482e-06 deltaEkin[MeV]=7.44888 deltaAngle(deg)=0.00440289 - Event#=7000 t[ns]=0.00783095 r[mm]=2.34764 deltaR[mum]=3.07265e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000321102 - Event#=8000 t[ns]=0.0084229 r[mm]=2.5251 deltaR[mum]=3.82361e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000345374 - Event#=9000 t[ns]=0.0191663 r[mm]=5.74587 deltaR[mum]=4.50537e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000785901 + Event#=0 t[ns]=0.0526633 r[mm]=15.7879 deltaR[mum]=8.30374e-07 deltaEkin[MeV]=2.20594 deltaAngle(deg)=0.00221438 + Event#=1000 t[ns]=0.0117808 r[mm]=3.53175 deltaR[mum]=1.04627e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000483062 + Event#=2000 t[ns]=0.0561139 r[mm]=16.8223 deltaR[mum]=9.60078e-07 deltaEkin[MeV]=3.06078 deltaAngle(deg)=0.00266854 + Event#=3000 t[ns]=0.0208265 r[mm]=6.24358 deltaR[mum]=5.78035e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000853977 + Event#=4000 t[ns]=0.0208993 r[mm]=6.26538 deltaR[mum]=5.84119e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000856959 + Event#=5000 t[ns]=0.0391172 r[mm]=11.7269 deltaR[mum]=4.19542e-07 deltaEkin[MeV]=0.803485 deltaAngle(deg)=0.00172436 + Event#=6000 t[ns]=0.01245 r[mm]=3.73237 deltaR[mum]=1.23483e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000510502 + Event#=7000 t[ns]=0.0229906 r[mm]=6.89234 deltaR[mum]=7.776e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000942713 + Event#=8000 t[ns]=0.0367988 r[mm]=11.0319 deltaR[mum]=3.57794e-07 deltaEkin[MeV]=0.697986 deltaAngle(deg)=0.00101374 + Event#=9000 t[ns]=0.251389 r[mm]=75.3638 deltaR[mum]=0.000121015 deltaEkin[MeV]=8.13387 deltaAngle(deg)=0.01132 Run terminated. Run Summary Number of events processed : 10000 - User=0.230000s Real=0.234609s Sys=0.000000s + User=0.320000s Real=1.023638s Sys=0.000000s ============ Run::printInfo() =============== RunID = 17 @@ -1673,45 +1673,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9892 + # Decays = 9893 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.68745e-06 mean=0.0436512 max=0.531524 - decay R [mm] : min=0.000805668 mean=13.0862 max=159.345 - decay X [mm] : min=0.000805668 mean=13.0862 max=159.345 - decay Y [mm] : min=-0.00345677 mean=0.000492144 max=0.0317958 - decay Z [mm] : min=-0.00494833 mean=-1.47514e-06 max=0.00564311 - Delta decay R [mm] : min=-1.73472e-18 mean=3.98926e-09 max=1.00024e-06 - deflection angle [deg] : min=0 mean=0.00181991 max=0.0229648 - Delta Ekin [MeV] : min=0 mean=2.86349 max=1308.57 - decay Ekin [GeV] : min=498.691 mean=499.997 max=500 - decay Px [GeV] : min=500.973 mean=502.278 max=502.281 - decay Py [GeV] : min=-0.0859507 mean=0.0156221 max=0.201321 - decay Pz [GeV] : min=-0.0941979 mean=-5.49388e-08 max=0.118742 - decay Etot violation [MeV] : min=-1.15256e-05 mean=-8.34803e-07 max=8.82527e-06 - decay Px violation [MeV] : min=-1.15256e-05 mean=-8.34791e-07 max=8.82521e-06 - decay Py violation [MeV] : min=-1.49238e-09 mean=-4.33898e-11 max=1.07045e-09 - decay Pz violation [MeV] : min=-6.52456e-10 mean=1.44255e-13 max=8.39577e-10 + decay T [ns] : min=3.44521e-06 mean=0.0439854 max=0.438646 + decay R [mm] : min=0.00103284 mean=13.1863 max=131.501 + decay X [mm] : min=0.00103284 mean=13.1863 max=131.501 + decay Y [mm] : min=-0.00152117 mean=0.00049591 max=0.0289035 + decay Z [mm] : min=-0.00830158 mean=1.01353e-06 max=0.00790672 + Delta decay R [mm] : min=-6.93889e-18 mean=4.13641e-09 max=1.90834e-06 + deflection angle [deg] : min=0 mean=0.00185585 max=0.03981 + Delta Ekin [MeV] : min=0 mean=2.6562 max=560.898 + decay Ekin [GeV] : min=499.439 mean=499.997 max=500 + decay Px [GeV] : min=501.72 mean=502.279 max=502.281 + decay Py [GeV] : min=-0.0850384 mean=0.0158815 max=0.330261 + decay Pz [GeV] : min=-0.226285 mean=3.16564e-05 max=0.139952 + decay Etot violation [MeV] : min=-1.34311e-05 mean=-8.56755e-07 max=9.12516e-06 + decay Px violation [MeV] : min=-1.3431e-05 mean=-8.56743e-07 max=9.12522e-06 + decay Py violation [MeV] : min=-4.17998e-09 mean=-4.42385e-11 max=1.44803e-09 + decay Pz violation [MeV] : min=-1.96016e-09 mean=-2.69069e-13 max=1.62162e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0475902 (mean=0.00978615) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0409168 (mean=0.00963206) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.76735e-09 , 1.76735e-09 + maxGamma_deltaMax{1,2,3} = 0 , 1.74433e-09 , 1.74433e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -37.2382 (mean=-0.114904) (#above threshold = 57) - maxOverestimated_mc_truth_rPos_delta [mum] = 33.6307 (mean=0.0533306) (#above threshold = 48) - minUnderestimated_rDeltaPos [mum] = -37.2376 (mean=-0.1149) (#above threshold = 57) - maxOverestimated_rDeltaPos [mum] = 33.6314 (mean=0.0533346) (#above threshold = 48) + minUnderestimated_mc_truth_rPos_delta [mum] = -31.594 (mean=-0.109543) (#above threshold = 47) + maxOverestimated_mc_truth_rPos_delta [mum] = 23.168 (mean=0.0449162) (#above threshold = 52) + minUnderestimated_rDeltaPos [mum] = -31.5938 (mean=-0.109539) (#above threshold = 47) + maxOverestimated_rDeltaPos [mum] = 23.1686 (mean=0.0449203) (#above threshold = 52) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.016259 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.016204 ============================================= @@ -1735,20 +1735,20 @@ Index : 1 used in the geometry : Yes ### Run 18 starts. ### Run 18 starts. - Event#=0 t[ns]=0.212561 r[mm]=63.7233 deltaR[mum]=6.05333e-05 deltaEkin[MeV]=11.8418 deltaAngle(deg)=0.00829425 - Event#=1000 t[ns]=0.0825543 r[mm]=24.7489 deltaR[mum]=2.56559e-06 deltaEkin[MeV]=5.77005 deltaAngle(deg)=0.00396967 - Event#=2000 t[ns]=0.0275656 r[mm]=8.26386 deltaR[mum]=1.33936e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.0011299 - Event#=3000 t[ns]=0.4641 r[mm]=139.132 deltaR[mum]=0.000674317 deltaEkin[MeV]=9.27228 deltaAngle(deg)=0.0188035 - Event#=4000 t[ns]=0.0348756 r[mm]=10.4553 deltaR[mum]=3.06466e-07 deltaEkin[MeV]=0.447028 deltaAngle(deg)=0.00142104 - Event#=5000 t[ns]=0.0415973 r[mm]=12.4704 deltaR[mum]=4.86523e-07 deltaEkin[MeV]=1.25285 deltaAngle(deg)=0.00185346 - Event#=6000 t[ns]=0.344083 r[mm]=103.152 deltaR[mum]=0.000277963 deltaEkin[MeV]=10.7084 deltaAngle(deg)=0.013231 - Event#=7000 t[ns]=0.0518253 r[mm]=15.5367 deltaR[mum]=8.00242e-07 deltaEkin[MeV]=2.07924 deltaAngle(deg)=0.00222699 - Event#=8000 t[ns]=0.0263792 r[mm]=7.90819 deltaR[mum]=1.17376e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00108127 - Event#=9000 t[ns]=0.10918 r[mm]=32.7311 deltaR[mum]=9.7094e-06 deltaEkin[MeV]=9.0146 deltaAngle(deg)=0.00399199 + Event#=0 t[ns]=0.00281184 r[mm]=0.842958 deltaR[mum]=1.42331e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.00011526 + Event#=1000 t[ns]=0.23534 r[mm]=70.5522 deltaR[mum]=8.72325e-05 deltaEkin[MeV]=6.81229 deltaAngle(deg)=0.0105161 + Event#=2000 t[ns]=0.0051473 r[mm]=1.5431 deltaR[mum]=8.72413e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000210987 + Event#=3000 t[ns]=0.112569 r[mm]=33.747 deltaR[mum]=1.25418e-05 deltaEkin[MeV]=7.67525 deltaAngle(deg)=0.00483799 + Event#=4000 t[ns]=0.0204697 r[mm]=6.13659 deltaR[mum]=5.48424e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000839042 + Event#=5000 t[ns]=0.0190583 r[mm]=5.71347 deltaR[mum]=4.42641e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00078119 + Event#=6000 t[ns]=0.0478712 r[mm]=14.3513 deltaR[mum]=6.69818e-07 deltaEkin[MeV]=2.33924 deltaAngle(deg)=0.00192906 + Event#=7000 t[ns]=0.183704 r[mm]=55.0724 deltaR[mum]=5.79676e-05 deltaEkin[MeV]=7.65622 deltaAngle(deg)=0.00903057 + Event#=8000 t[ns]=0.0734205 r[mm]=22.0106 deltaR[mum]=1.86428e-06 deltaEkin[MeV]=4.64438 deltaAngle(deg)=0.002543 + Event#=9000 t[ns]=0.0294289 r[mm]=8.82247 deltaR[mum]=1.62975e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00120628 Run terminated. Run Summary Number of events processed : 10000 - User=0.320000s Real=0.329272s Sys=0.000000s + User=0.460000s Real=1.160385s Sys=0.000000s ============ Run::printInfo() =============== RunID = 18 @@ -1765,45 +1765,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9817 + # Decays = 9824 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.86015e-05 mean=0.0919533 max=0.967144 - decay R [mm] : min=0.00557652 mean=27.5666 max=289.939 - decay X [mm] : min=0.00557652 mean=27.5666 max=289.939 - decay Y [mm] : min=-0.100855 mean=-0.00211354 max=0.00408086 - decay Z [mm] : min=-0.0173239 mean=-4.72918e-06 max=0.0128635 - Delta decay R [mm] : min=-3.46945e-18 mean=3.57284e-08 max=6.01308e-06 - deflection angle [deg] : min=0 mean=0.0038329 max=0.0397495 - Delta Ekin [MeV] : min=0 mean=5.79012 max=6768.61 - decay Ekin [GeV] : min=493.231 mean=499.994 max=500 - decay Px [GeV] : min=495.693 mean=502.456 max=502.462 - decay Py [GeV] : min=-0.348456 mean=-0.0331375 max=0.0742667 - decay Pz [GeV] : min=-0.273772 mean=-6.67262e-05 max=0.141862 - decay Etot violation [MeV] : min=-1.33704e-05 mean=-3.53611e-06 max=6.21349e-06 - decay Px violation [MeV] : min=-1.33706e-05 mean=-3.53613e-06 max=6.21332e-06 - decay Py violation [MeV] : min=-8.31335e-10 mean=2.90183e-10 max=4.24245e-09 - decay Pz violation [MeV] : min=-1.77553e-09 mean=9.16581e-14 max=1.63638e-09 + decay T [ns] : min=5.03463e-06 mean=0.0909881 max=0.915147 + decay R [mm] : min=0.00150933 mean=27.2772 max=274.351 + decay X [mm] : min=0.00150933 mean=27.2772 max=274.351 + decay Y [mm] : min=-0.0986879 mean=-0.00203209 max=0.00322112 + decay Z [mm] : min=-0.0116963 mean=1.28655e-06 max=0.00935334 + Delta decay R [mm] : min=0 mean=3.30206e-08 max=5.50163e-06 + deflection angle [deg] : min=0 mean=0.00379241 max=0.0394557 + Delta Ekin [MeV] : min=0 mean=5.60926 max=2202.46 + decay Ekin [GeV] : min=497.798 mean=499.994 max=500 + decay Px [GeV] : min=500.259 mean=502.456 max=502.462 + decay Py [GeV] : min=-0.345869 mean=-0.03261 max=0.278462 + decay Pz [GeV] : min=-0.31006 mean=-3.74947e-05 max=0.130399 + decay Etot violation [MeV] : min=-1.48636e-05 mean=-3.58813e-06 max=5.40115e-06 + decay Px violation [MeV] : min=-1.48636e-05 mean=-3.58815e-06 max=5.40103e-06 + decay Py violation [MeV] : min=-2.7714e-09 mean=2.87627e-10 max=4.93e-09 + decay Pz violation [MeV] : min=-2.56216e-09 mean=2.93377e-13 max=4.9593e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0379114 (mean=0.0126218) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.044095 (mean=0.01248) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.48813e-09 , 1.48813e-09 + maxGamma_deltaMax{1,2,3} = 0 , 1.57456e-09 , 1.57456e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=6.10473e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 8.52651e-11 (mean=6.10794e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -220.096 (mean=-0.250117) (#above threshold = 111) - maxOverestimated_mc_truth_rPos_delta [mum] = 241.606 (mean=0.25861) (#above threshold = 557) - minUnderestimated_rDeltaPos [mum] = -220.09 (mean=-0.250082) (#above threshold = 111) - maxOverestimated_rDeltaPos [mum] = 241.612 (mean=0.258646) (#above threshold = 557) + minUnderestimated_mc_truth_rPos_delta [mum] = -93.0962 (mean=-0.247793) (#above threshold = 91) + maxOverestimated_mc_truth_rPos_delta [mum] = 195.427 (mean=0.267568) (#above threshold = 528) + minUnderestimated_rDeltaPos [mum] = -93.0956 (mean=-0.24776) (#above threshold = 91) + maxOverestimated_rDeltaPos [mum] = 195.433 (mean=0.267601) (#above threshold = 528) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0344464 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0356207 ============================================= @@ -1827,20 +1827,20 @@ Index : 1 used in the geometry : Yes ### Run 19 starts. ### Run 19 starts. - Event#=0 t[ns]=0.11807 r[mm]=35.3961 deltaR[mum]=1.4743e-05 deltaEkin[MeV]=9.04524 deltaAngle(deg)=0.0048801 - Event#=1000 t[ns]=0.113893 r[mm]=34.1438 deltaR[mum]=1.43602e-05 deltaEkin[MeV]=9.29145 deltaAngle(deg)=0.00537756 - Event#=2000 t[ns]=0.105151 r[mm]=31.5231 deltaR[mum]=9.01412e-06 deltaEkin[MeV]=8.60122 deltaAngle(deg)=0.00435867 - Event#=3000 t[ns]=0.0433576 r[mm]=12.9981 deltaR[mum]=5.35685e-07 deltaEkin[MeV]=1.54529 deltaAngle(deg)=0.00135695 - Event#=4000 t[ns]=0.155006 r[mm]=46.4689 deltaR[mum]=2.38811e-05 deltaEkin[MeV]=6.61857 deltaAngle(deg)=0.00660215 - Event#=5000 t[ns]=0.121574 r[mm]=36.4464 deltaR[mum]=1.29291e-05 deltaEkin[MeV]=6.68171 deltaAngle(deg)=0.00551038 - Event#=6000 t[ns]=0.212455 r[mm]=63.6917 deltaR[mum]=4.74869e-05 deltaEkin[MeV]=6.8602 deltaAngle(deg)=0.00817471 - Event#=7000 t[ns]=0.100601 r[mm]=30.159 deltaR[mum]=6.67092e-06 deltaEkin[MeV]=7.53792 deltaAngle(deg)=0.00380904 - Event#=8000 t[ns]=0.0594825 r[mm]=17.8322 deltaR[mum]=1.09979e-06 deltaEkin[MeV]=3.08676 deltaAngle(deg)=0.0027779 - Event#=9000 t[ns]=0.205373 r[mm]=61.5686 deltaR[mum]=5.70239e-05 deltaEkin[MeV]=7.6108 deltaAngle(deg)=0.00865973 + Event#=0 t[ns]=0.0876727 r[mm]=26.2833 deltaR[mum]=1.42566e-05 deltaEkin[MeV]=22.8503 deltaAngle(deg)=0.00298301 + Event#=1000 t[ns]=0.364204 r[mm]=109.184 deltaR[mum]=0.000297082 deltaEkin[MeV]=7.04741 deltaAngle(deg)=0.0148337 + Event#=2000 t[ns]=0.078293 r[mm]=23.4714 deltaR[mum]=1.34076e-05 deltaEkin[MeV]=15.3946 deltaAngle(deg)=0.00510883 + Event#=3000 t[ns]=0.0861144 r[mm]=25.8161 deltaR[mum]=3.91992e-06 deltaEkin[MeV]=6.34399 deltaAngle(deg)=0.00346546 + Event#=4000 t[ns]=0.14307 r[mm]=42.8907 deltaR[mum]=2.08951e-05 deltaEkin[MeV]=7.49793 deltaAngle(deg)=0.00590225 + Event#=5000 t[ns]=0.00362904 r[mm]=1.08794 deltaR[mum]=3.05977e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000148755 + Event#=6000 t[ns]=0.0575453 r[mm]=17.2514 deltaR[mum]=1.01727e-06 deltaEkin[MeV]=2.81884 deltaAngle(deg)=0.00285586 + Event#=7000 t[ns]=0.148298 r[mm]=44.4581 deltaR[mum]=1.66205e-05 deltaEkin[MeV]=6.57724 deltaAngle(deg)=0.0055195 + Event#=8000 t[ns]=0.0748835 r[mm]=22.4493 deltaR[mum]=1.96475e-06 deltaEkin[MeV]=4.47152 deltaAngle(deg)=0.00301134 + Event#=9000 t[ns]=0.0700476 r[mm]=20.9995 deltaR[mum]=6.02968e-06 deltaEkin[MeV]=17.9184 deltaAngle(deg)=0.00254772 Run terminated. Run Summary Number of events processed : 10000 - User=0.350000s Real=0.368729s Sys=0.000000s + User=0.450000s Real=0.715695s Sys=0.000000s ============ Run::printInfo() =============== RunID = 19 @@ -1857,45 +1857,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9828 + # Decays = 9812 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.34741e-06 mean=0.0918354 max=0.721942 - decay R [mm] : min=0.000703727 mean=27.5312 max=216.43 - decay X [mm] : min=0.000703727 mean=27.5312 max=216.43 - decay Y [mm] : min=-0.0079253 mean=0.00203822 max=0.0571254 - decay Z [mm] : min=-0.00849815 mean=-3.07074e-06 max=0.0192016 - Delta decay R [mm] : min=-3.46945e-18 mean=3.21688e-08 max=2.79584e-06 - deflection angle [deg] : min=8.53688e-07 mean=0.0038182 max=0.0341364 - Delta Ekin [MeV] : min=0 mean=5.47847 max=1234.48 - decay Ekin [GeV] : min=498.766 mean=499.995 max=500 - decay Px [GeV] : min=501.227 mean=502.456 max=502.462 - decay Py [GeV] : min=-0.0876094 mean=0.0329747 max=0.285423 - decay Pz [GeV] : min=-0.251747 mean=-0.000130714 max=0.139005 - decay Etot violation [MeV] : min=-1.21486e-05 mean=-3.5469e-06 max=5.40115e-06 - decay Px violation [MeV] : min=-1.21485e-05 mean=-3.54692e-06 max=5.40121e-06 - decay Py violation [MeV] : min=-4.32249e-09 mean=-2.91167e-10 max=1.52909e-09 - decay Pz violation [MeV] : min=-2.73366e-09 mean=3.16684e-13 max=2.37102e-09 + decay T [ns] : min=4.89741e-06 mean=0.0916699 max=0.901885 + decay R [mm] : min=0.00146819 mean=27.4816 max=270.375 + decay X [mm] : min=0.00146819 mean=27.4816 max=270.375 + decay Y [mm] : min=-0.00758491 mean=0.00205192 max=0.08713 + decay Z [mm] : min=-0.0115373 mean=2.19355e-06 max=0.00815032 + Delta decay R [mm] : min=0 mean=3.26973e-08 max=4.74851e-06 + deflection angle [deg] : min=8.53688e-07 mean=0.00382348 max=0.0369286 + Delta Ekin [MeV] : min=0 mean=5.50913 max=2816.05 + decay Ekin [GeV] : min=497.184 mean=499.994 max=500 + decay Px [GeV] : min=499.646 mean=502.456 max=502.462 + decay Py [GeV] : min=-0.148516 mean=0.0329611 max=0.323841 + decay Pz [GeV] : min=-0.10654 mean=0.000187174 max=0.186288 + decay Etot violation [MeV] : min=-1.33542e-05 mean=-3.58179e-06 max=5.40121e-06 + decay Px violation [MeV] : min=-1.33544e-05 mean=-3.58181e-06 max=5.40121e-06 + decay Py violation [MeV] : min=-4.73074e-09 mean=-2.90221e-10 max=2.05642e-09 + decay Pz violation [MeV] : min=-2.00231e-09 mean=-2.00701e-12 max=1.24692e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.0502782 (mean=0.0127449) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.59366e-09 , 1.59366e-09 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.09184e-05 , 0.044095 (mean=0.0126711) + maxBeta_deltaMax{1,2} = 3.33067e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.50263e-09 , 1.50263e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=6.10759e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=6.1368e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -64.2869 (mean=-0.247845) (#above threshold = 109) - maxOverestimated_mc_truth_rPos_delta [mum] = 68.3004 (mean=0.251395) (#above threshold = 542) - minUnderestimated_rDeltaPos [mum] = -64.2855 (mean=-0.247813) (#above threshold = 109) - maxOverestimated_rDeltaPos [mum] = 68.3022 (mean=0.251427) (#above threshold = 542) + minUnderestimated_mc_truth_rPos_delta [mum] = -129.503 (mean=-0.252871) (#above threshold = 96) + maxOverestimated_mc_truth_rPos_delta [mum] = 70.8142 (mean=0.231965) (#above threshold = 494) + minUnderestimated_rDeltaPos [mum] = -129.503 (mean=-0.252838) (#above threshold = 96) + maxOverestimated_rDeltaPos [mum] = 70.8162 (mean=0.231998) (#above threshold = 494) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0329518 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0352661 ============================================= @@ -1919,20 +1919,20 @@ Index : 1 used in the geometry : Yes ### Run 20 starts. ### Run 20 starts. - Event#=0 t[ns]=0.0319769 r[mm]=9.58631 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0414201 r[mm]=12.4173 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0912537 r[mm]=27.3568 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.055957 r[mm]=16.7753 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0221757 r[mm]=6.64804 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.010635 r[mm]=3.18824 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.090891 r[mm]=27.2481 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0252327 r[mm]=7.56448 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0640053 r[mm]=19.1881 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0237551 r[mm]=7.12153 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.00355538 r[mm]=1.06586 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.00755308 r[mm]=2.26433 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0604656 r[mm]=18.1269 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.023464 r[mm]=7.03424 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0268106 r[mm]=8.03752 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0973393 r[mm]=29.1812 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0684779 r[mm]=20.5289 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0849467 r[mm]=25.4661 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0065327 r[mm]=1.95843 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0170942 r[mm]=5.12465 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.110000s Real=0.116972s Sys=0.000000s + User=0.140000s Real=0.138551s Sys=0.000000s ============ Run::printInfo() =============== RunID = 20 @@ -1949,43 +1949,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9955 + # Decays = 9947 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.45053e-05 mean=0.0305966 max=0.257285 - decay R [mm] : min=0.00434852 mean=9.17253 max=77.1311 - decay X [mm] : min=0.00434852 mean=9.17253 max=77.1311 - decay Y [mm] : min=-0.00193277 mean=-1.68419e-07 max=0.00269869 - decay Z [mm] : min=-0.00774493 mean=-1.13777e-06 max=0.00224596 - Delta decay R [mm] : min=-1.42109e-14 mean=1.65276e-10 max=4.91455e-07 - deflection angle [deg] : min=0 mean=1.90983e-05 max=0.021214 - Delta Ekin [MeV] : min=0 mean=0.000347707 max=0.664362 + decay T [ns] : min=4.56008e-07 mean=0.0306572 max=0.286331 + decay R [mm] : min=0.000136706 mean=9.19068 max=85.8389 + decay X [mm] : min=0.000136706 mean=9.19068 max=85.8389 + decay Y [mm] : min=-0.001204 mean=9.04837e-08 max=0.00344851 + decay Z [mm] : min=-0.00200959 mean=1.62824e-08 max=0.00416835 + Delta decay R [mm] : min=-1.42109e-14 mean=1.23027e-10 max=2.37438e-07 + deflection angle [deg] : min=0 mean=1.9526e-05 max=0.0184147 + Delta Ekin [MeV] : min=0 mean=0.000317151 max=0.5006 decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=502.464 mean=502.464 max=502.464 - decay Py [GeV] : min=-0.150241 mean=-2.32265e-05 max=0.0895429 - decay Pz [GeV] : min=-0.175697 mean=-2.4613e-05 max=0.102999 - decay Etot violation [MeV] : min=-1.29407e-06 mean=1.83517e-06 max=1.06808e-05 - decay Px violation [MeV] : min=-1.29396e-06 mean=1.83522e-06 max=1.0681e-05 - decay Py violation [MeV] : min=-1.69393e-09 mean=-2.03452e-13 max=1.33028e-09 - decay Pz violation [MeV] : min=-7.01689e-10 mean=7.753e-14 max=9.89232e-10 + decay Py [GeV] : min=-0.135537 mean=-3.96563e-05 max=0.0839272 + decay Pz [GeV] : min=-0.151406 mean=-1.81038e-05 max=0.101446 + decay Etot violation [MeV] : min=-1.09861e-06 mean=1.84969e-06 max=9.97371e-06 + decay Px violation [MeV] : min=-1.09849e-06 mean=1.84974e-06 max=9.97388e-06 + decay Py violation [MeV] : min=-1.02744e-09 mean=-3.46608e-13 max=8.37289e-10 + decay Pz violation [MeV] : min=-1.4316e-09 mean=-2.03577e-13 max=6.95351e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.27374e-06 , 0.0266532 (mean=0.00812786) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.27374e-06 , 0.0328296 (mean=0.00812221) maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.0599e-09 , 1.0599e-09 + maxGamma_deltaMax{1,2,3} = 0 , 1.2914e-09 , 1.2914e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.42109e-11 (mean=1.01517e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 2.84217e-11 (mean=1.00831e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0139848 (mean=-8.57098e-06) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0292855 (mean=6.81229e-06) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0134933 (mean=-8.40571e-06) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.029777 (mean=6.97757e-06) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0137124 (mean=-9.49374e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0136697 (mean=4.18813e-06) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0135542 (mean=-9.37071e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0139071 (mean=4.31115e-06) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 ============================================= @@ -2011,20 +2011,20 @@ Index : 1 used in the geometry : Yes ### Run 21 starts. ### Run 21 starts. - Event#=0 t[ns]=0.000940535 r[mm]=0.281962 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.085725 r[mm]=25.6994 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0237948 r[mm]=7.13342 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0176436 r[mm]=5.28935 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.00513308 r[mm]=1.53884 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0492894 r[mm]=14.7764 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.061099 r[mm]=18.3168 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0341207 r[mm]=10.229 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0832882 r[mm]=24.9689 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0140142 r[mm]=4.20131 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.000532168 r[mm]=0.159538 deltaR[mum]=-2.77556e-14 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0669526 r[mm]=20.0716 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0307163 r[mm]=9.20841 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0137036 r[mm]=4.1082 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0046136 r[mm]=1.38311 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0613489 r[mm]=18.3917 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.00448615 r[mm]=1.3449 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.152699 r[mm]=45.7773 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0475094 r[mm]=14.2428 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0162509 r[mm]=4.87183 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.120000s Real=0.119474s Sys=0.000000s + User=0.130000s Real=0.128405s Sys=0.000000s ============ Run::printInfo() =============== RunID = 21 @@ -2046,38 +2046,38 @@ Run Summary (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=7.00847e-07 mean=0.0301113 max=0.354807 - decay R [mm] : min=0.000210106 mean=9.02704 max=106.367 - decay X [mm] : min=0.000210106 mean=9.02704 max=106.367 - decay Y [mm] : min=-0.00281403 mean=-6.59275e-07 max=0.00154956 - decay Z [mm] : min=-0.00163687 mean=9.00789e-07 max=0.00514574 - Delta decay R [mm] : min=-1.42109e-14 mean=1.03786e-10 max=2.02226e-07 - deflection angle [deg] : min=0 mean=1.45319e-05 max=0.0158319 - Delta Ekin [MeV] : min=0 mean=0.000211633 max=0.370024 - decay Ekin [GeV] : min=500 mean=500 max=500 + decay T [ns] : min=1.80549e-06 mean=0.0305385 max=0.258631 + decay R [mm] : min=0.000541266 mean=9.15509 max=77.5347 + decay X [mm] : min=0.000541266 mean=9.15509 max=77.5347 + decay Y [mm] : min=-0.0104086 mean=-1.10087e-06 max=0.00425477 + decay Z [mm] : min=-0.00105232 mean=7.2809e-07 max=0.00281241 + Delta decay R [mm] : min=-1.42109e-14 mean=1.47969e-10 max=5.84502e-07 + deflection angle [deg] : min=0 mean=1.68859e-05 max=0.0223776 + Delta Ekin [MeV] : min=0 mean=0.000278937 max=0.739246 + decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=502.464 mean=502.464 max=502.464 - decay Py [GeV] : min=-0.0934842 mean=-1.13855e-05 max=0.118779 - decay Pz [GeV] : min=-0.0809882 mean=5.89609e-05 max=0.102895 - decay Etot violation [MeV] : min=-4.7771e-07 mean=1.82783e-06 max=1.03487e-05 - decay Px violation [MeV] : min=-4.77594e-07 mean=1.82787e-06 max=1.03488e-05 - decay Py violation [MeV] : min=-1.51719e-09 mean=-1.79071e-13 max=6.59512e-10 - decay Pz violation [MeV] : min=-5.50017e-10 mean=6.29651e-13 max=1.74779e-09 + decay Py [GeV] : min=-0.191739 mean=-3.57459e-05 max=0.112884 + decay Pz [GeV] : min=-0.0720856 mean=2.51247e-05 max=0.117157 + decay Etot violation [MeV] : min=-1.17312e-06 mean=1.83698e-06 max=1.02163e-05 + decay Px violation [MeV] : min=-1.173e-06 mean=1.83703e-06 max=1.02163e-05 + decay Py violation [MeV] : min=-2.13964e-09 mean=-4.42334e-13 max=1.42056e-09 + decay Pz violation [MeV] : min=-7.34829e-10 mean=3.4066e-13 max=1.25186e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.27374e-06 , 0.0143 (mean=0.00811986) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.27374e-06 , 0.0204764 (mean=0.00812313) maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.24021e-09 , 1.24021e-09 + maxGamma_deltaMax{1,2,3} = 0 , 9.16629e-10 , 9.16629e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 1.42109e-11 (mean=9.98139e-13) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.42109e-11 (mean=1.01674e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.00761043 (mean=-6.60107e-06) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.00829538 (mean=3.6085e-06) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0076059 (mean=-6.49728e-06) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0084976 (mean=3.71228e-06) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0156413 (mean=-7.92943e-06) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0401297 (mean=7.29344e-06) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0150568 (mean=-7.78146e-06) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0407142 (mean=7.44141e-06) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 ============================================= @@ -2103,20 +2103,20 @@ Index : 1 used in the geometry : Yes ### Run 22 starts. ### Run 22 starts. - Event#=0 t[ns]=0.0673338 r[mm]=20.1859 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0040244 r[mm]=1.20647 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.0561683 r[mm]=16.8386 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.00826095 r[mm]=2.47653 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.113435 r[mm]=34.0065 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.113807 r[mm]=34.1181 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.124895 r[mm]=37.4419 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0609719 r[mm]=18.2786 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0211323 r[mm]=6.33523 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.00325341 r[mm]=0.975332 deltaR[mum]=1.11022e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0103854 r[mm]=3.11342 deltaR[mum]=-4.44089e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0444547 r[mm]=13.327 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0386051 r[mm]=11.5733 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.176942 r[mm]=53.0451 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0200384 r[mm]=6.00727 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0442749 r[mm]=13.2731 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.00480441 r[mm]=1.4403 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0116211 r[mm]=3.48387 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.01888 r[mm]=5.65999 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.153889 r[mm]=46.134 deltaR[mum]=-1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.147423s Sys=0.000000s + User=0.170000s Real=0.172698s Sys=0.000000s ============ Run::printInfo() =============== RunID = 22 @@ -2133,43 +2133,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9910 + # Decays = 9915 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.83712e-06 mean=0.0495695 max=0.51163 - decay R [mm] : min=0.000550745 mean=14.8603 max=153.381 - decay X [mm] : min=0.000550745 mean=14.8603 max=153.381 - decay Y [mm] : min=-0.010674 mean=-1.04871e-06 max=0.00464245 - decay Z [mm] : min=-0.0138778 mean=2.76081e-07 max=0.00673583 - Delta decay R [mm] : min=-2.84217e-14 mean=4.39686e-10 max=5.04183e-07 - deflection angle [deg] : min=0 mean=4.11795e-05 max=0.0216165 - Delta Ekin [MeV] : min=0 mean=0.000706988 max=0.69043 + decay T [ns] : min=2.71592e-06 mean=0.0496381 max=0.534502 + decay R [mm] : min=0.000814202 mean=14.8809 max=160.237 + decay X [mm] : min=0.000814202 mean=14.8809 max=160.237 + decay Y [mm] : min=-0.00520307 mean=7.80625e-07 max=0.00495937 + decay Z [mm] : min=-0.00711238 mean=-1.84317e-06 max=0.00724664 + Delta decay R [mm] : min=-2.84217e-14 mean=3.30857e-10 max=3.42835e-07 + deflection angle [deg] : min=0 mean=3.76121e-05 max=0.0260729 + Delta Ekin [MeV] : min=0 mean=0.000644781 max=1.00444 decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=502.687 mean=502.688 max=502.688 - decay Py [GeV] : min=-0.124909 mean=1.80005e-05 max=0.128746 - decay Pz [GeV] : min=-0.136822 mean=6.80383e-05 max=0.185606 - decay Etot violation [MeV] : min=-5.95546e-06 mean=-4.50642e-07 max=3.93559e-06 - decay Px violation [MeV] : min=-5.95546e-06 mean=-4.50658e-07 max=3.93554e-06 - decay Py violation [MeV] : min=-5.86454e-10 mean=-1.68229e-13 max=7.58689e-10 - decay Pz violation [MeV] : min=-8.93465e-10 mean=-6.23955e-15 max=1.35898e-09 + decay Py [GeV] : min=-0.22774 mean=-5.05133e-05 max=0.149534 + decay Pz [GeV] : min=-0.133236 mean=-2.47252e-05 max=0.124014 + decay Etot violation [MeV] : min=-5.96128e-06 mean=-4.44445e-07 max=3.8874e-06 + decay Px violation [MeV] : min=-5.96134e-06 mean=-4.4446e-07 max=3.88728e-06 + decay Py violation [MeV] : min=-1.20161e-09 mean=1.0847e-13 max=1.75163e-09 + decay Pz violation [MeV] : min=-4.8739e-10 mean=5.2848e-14 max=1.01447e-09 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0210603 (mean=0.00161726) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0242312 (mean=0.00161496) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 8.49411e-10 , 8.49411e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.03063e-09 , 1.03063e-09 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0150611 (mean=-2.15092e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.0358815 (mean=2.24077e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0149902 (mean=-2.10695e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.0362912 (mean=2.28474e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0196731 (mean=-1.8657e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0198035 (mean=1.50765e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0196649 (mean=-1.83261e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0201464 (mean=1.54073e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0152588 ============================================= @@ -2195,20 +2195,20 @@ Index : 1 used in the geometry : Yes ### Run 23 starts. ### Run 23 starts. - Event#=0 t[ns]=0.0227354 r[mm]=6.81581 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0404178 r[mm]=12.1168 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.00595198 r[mm]=1.78433 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0752337 r[mm]=22.5542 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.00720282 r[mm]=2.15932 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0430178 r[mm]=12.8962 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.047028 r[mm]=14.0984 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0412201 r[mm]=12.3573 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0277563 r[mm]=8.32102 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.00562491 r[mm]=1.68628 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.0296992 r[mm]=8.90346 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0691477 r[mm]=20.7297 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0226551 r[mm]=6.79174 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.180429 r[mm]=54.0904 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0241539 r[mm]=7.24106 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.00374195 r[mm]=1.12179 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0271826 r[mm]=8.14901 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0662162 r[mm]=19.8508 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0825254 r[mm]=24.7401 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.059569 r[mm]=17.8581 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.157253s Sys=0.000000s + User=0.170000s Real=0.173335s Sys=0.000000s ============ Run::printInfo() =============== RunID = 23 @@ -2225,45 +2225,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9891 + # Decays = 9909 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.79889e-06 mean=0.0506496 max=0.448418 - decay R [mm] : min=0.000539286 mean=15.1841 max=134.431 - decay X [mm] : min=0.000539286 mean=15.1841 max=134.431 - decay Y [mm] : min=-0.0232138 mean=-1.5801e-06 max=0.00391695 - decay Z [mm] : min=-0.00547888 mean=-3.3602e-07 max=0.00279592 - Delta decay R [mm] : min=-2.84217e-14 mean=3.77455e-10 max=1.80196e-06 - deflection angle [deg] : min=0 mean=2.43099e-05 max=0.0272436 - Delta Ekin [MeV] : min=0 mean=0.000425673 max=1.09667 - decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=502.687 mean=502.688 max=502.688 - decay Py [GeV] : min=-0.236961 mean=2.04028e-05 max=0.127147 - decay Pz [GeV] : min=-0.165295 mean=7.03975e-06 max=0.0930107 - decay Etot violation [MeV] : min=-5.2136e-06 mean=-4.43749e-07 max=3.73716e-06 - decay Px violation [MeV] : min=-5.21366e-06 mean=-4.43764e-07 max=3.73722e-06 - decay Py violation [MeV] : min=-4.65832e-10 mean=1.01994e-14 max=1.72e-09 - decay Pz violation [MeV] : min=-3.32207e-10 mean=2.02323e-13 max=1.44826e-09 + decay T [ns] : min=1.29319e-05 mean=0.0493874 max=0.435163 + decay R [mm] : min=0.00387684 mean=14.8057 max=130.457 + decay X [mm] : min=0.00387684 mean=14.8057 max=130.457 + decay Y [mm] : min=-0.00798111 mean=1.62557e-06 max=0.00886795 + decay Z [mm] : min=-0.00547496 mean=-1.19742e-06 max=0.00656188 + Delta decay R [mm] : min=-1.42109e-14 mean=5.72723e-10 max=5.80138e-07 + deflection angle [deg] : min=0 mean=4.98978e-05 max=0.0541434 + Delta Ekin [MeV] : min=0 mean=0.00120997 max=4.33147 + decay Ekin [GeV] : min=499.996 mean=500 max=500 + decay Px [GeV] : min=502.683 mean=502.688 max=502.688 + decay Py [GeV] : min=-0.115851 mean=7.80156e-05 max=0.342279 + decay Pz [GeV] : min=-0.158951 mean=5.29255e-06 max=0.329454 + decay Etot violation [MeV] : min=-5.16424e-06 mean=-4.46921e-07 max=4.13676e-06 + decay Px violation [MeV] : min=-5.16424e-06 mean=-4.46938e-07 max=4.13676e-06 + decay Py violation [MeV] : min=-1.4237e-09 mean=-2.41889e-13 max=6.88672e-10 + decay Pz violation [MeV] : min=-1.36987e-09 mean=-3.68548e-14 max=8.27555e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0185696 (mean=0.00160086) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.18234e-05 , 0.0210603 (mean=0.00161491) maxBeta_deltaMax{1,2} = 1.11022e-16 , 2.22045e-16 - maxGamma_deltaMax{1,2,3} = 0 , 6.13397e-10 , 6.13397e-10 + maxGamma_deltaMax{1,2,3} = 0 , 9.20664e-10 , 9.20664e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.051277 (mean=-1.6119e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.107434 (mean=1.81522e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0494751 (mean=-1.57415e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.109236 (mean=1.85296e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.176407 (mean=-4.29747e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.02104 (mean=2.44782e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.176064 (mean=-4.2402e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0213981 (mean=2.50509e-05) (#above threshold = 0) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0152588 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.00762939 ============================================= @@ -2287,20 +2287,20 @@ Index : 1 used in the geometry : Yes ### Run 24 starts. ### Run 24 starts. - Event#=0 t[ns]=0.0493775 r[mm]=14.8021 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.035576 r[mm]=10.6648 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.106301 r[mm]=31.8661 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.129469 r[mm]=38.8113 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0461568 r[mm]=13.8366 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.04465 r[mm]=13.3849 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.12464 r[mm]=37.3638 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.143649 r[mm]=43.0621 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.0222217 r[mm]=6.66148 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0979947 r[mm]=29.3762 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.184319 r[mm]=55.2541 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0359086 r[mm]=10.7645 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.122481 r[mm]=36.7166 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0509762 r[mm]=15.2813 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.0549226 r[mm]=16.4644 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.195877 r[mm]=58.719 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.104861 r[mm]=31.4346 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0362776 r[mm]=10.8751 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.131191 r[mm]=39.3278 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.217867 r[mm]=65.3107 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.350000s Real=0.379773s Sys=0.000000s + User=0.290000s Real=0.296525s Sys=0.000000s ============ Run::printInfo() =============== RunID = 24 @@ -2317,43 +2317,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9754 + # Decays = 9808 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.35972e-06 mean=0.132815 max=1.27971 - decay R [mm] : min=0.00040761 mean=39.8145 max=383.624 - decay X [mm] : min=0.00040761 mean=39.8145 max=383.624 - decay Y [mm] : min=-0.0314642 mean=-9.72374e-06 max=0.0387727 - decay Z [mm] : min=-0.0166378 mean=7.10395e-07 max=0.0212383 - Delta decay R [mm] : min=-5.68434e-14 mean=1.41792e-09 max=8.02513e-07 - deflection angle [deg] : min=0 mean=8.01655e-05 max=0.0193132 - Delta Ekin [MeV] : min=0 mean=0.00137132 max=0.557511 + decay T [ns] : min=1.64016e-06 mean=0.130661 max=1.13984 + decay R [mm] : min=0.000491676 mean=39.1686 max=341.695 + decay X [mm] : min=0.000491676 mean=39.1686 max=341.695 + decay Y [mm] : min=-0.0224589 mean=-4.4176e-06 max=0.0229442 + decay Z [mm] : min=-0.0155058 mean=3.36276e-06 max=0.0155566 + Delta decay R [mm] : min=-5.68434e-14 mean=1.44527e-09 max=9.49272e-07 + deflection angle [deg] : min=0 mean=8.06263e-05 max=0.0242046 + Delta Ekin [MeV] : min=0 mean=0.0014616 max=0.875673 decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=505.588 mean=505.588 max=505.588 - decay Py [GeV] : min=-0.154762 mean=-7.15851e-05 max=0.153369 - decay Pz [GeV] : min=-0.131266 mean=-3.78389e-05 max=0.113843 - decay Etot violation [MeV] : min=-1.58342e-06 mean=-3.71055e-07 max=9.94827e-07 - decay Px violation [MeV] : min=-1.58325e-06 mean=-3.70956e-07 max=9.94769e-07 - decay Py violation [MeV] : min=-2.15493e-10 mean=1.05002e-13 max=3.03345e-10 - decay Pz violation [MeV] : min=-1.69848e-10 mean=-2.03817e-14 max=1.84968e-10 + decay Px [GeV] : min=505.587 mean=505.588 max=505.588 + decay Py [GeV] : min=-0.211762 mean=-3.15307e-05 max=0.143886 + decay Pz [GeV] : min=-0.171075 mean=7.91539e-05 max=0.170554 + decay Etot violation [MeV] : min=-1.84175e-06 mean=-3.66924e-07 max=1.1716e-06 + decay Px violation [MeV] : min=-1.84163e-06 mean=-3.66824e-07 max=1.17149e-06 + decay Py violation [MeV] : min=-1.41029e-10 mean=4.73653e-14 max=5.68008e-10 + decay Pz violation [MeV] : min=-2.49855e-10 mean=-1.2509e-13 max=3.2415e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0132377 (mean=0.00305659) - maxBeta_deltaMax{1,2} = 1.11022e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.01579e-10 , 1.01579e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0112004 (mean=0.00305803) + maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 + maxGamma_deltaMax{1,2,3} = 0 , 9.27258e-11 , 9.27258e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.028462 (mean=-5.04652e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.121124 (mean=0.000101575) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0278973 (mean=-4.90472e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.121927 (mean=0.000102993) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0349149 (mean=-5.11927e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0923119 (mean=9.65669e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0339656 (mean=-4.97474e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0932517 (mean=9.80122e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0610352 ============================================= @@ -2379,20 +2379,20 @@ Index : 1 used in the geometry : Yes ### Run 25 starts. ### Run 25 starts. - Event#=0 t[ns]=0.0659652 r[mm]=19.7747 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.211271 r[mm]=63.3337 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.076552 r[mm]=22.9483 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.118902 r[mm]=35.6439 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0141309 r[mm]=4.23609 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0992637 r[mm]=29.7567 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.00519008 r[mm]=1.55585 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0425479 r[mm]=12.7547 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.293358 r[mm]=87.9411 deltaR[mum]=-1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.00991885 r[mm]=2.97341 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.134804 r[mm]=40.4107 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.0453419 r[mm]=13.5923 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0900127 r[mm]=26.9835 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0953582 r[mm]=28.5859 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.214607 r[mm]=64.3336 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.786415 r[mm]=235.747 deltaR[mum]=-2.84217e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0469207 r[mm]=14.0656 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.320241 r[mm]=95.9998 deltaR[mum]=1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.0562093 r[mm]=16.8501 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.113603 r[mm]=34.0551 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.260000s Real=0.268589s Sys=0.010000s + User=0.340000s Real=0.337308s Sys=0.000000s ============ Run::printInfo() =============== RunID = 25 @@ -2409,45 +2409,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9792 + # Decays = 9754 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.05319e-05 mean=0.132436 max=1.15128 - decay R [mm] : min=0.00615493 mean=39.7008 max=345.124 - decay X [mm] : min=0.00615493 mean=39.7008 max=345.124 - decay Y [mm] : min=-0.015654 mean=7.83406e-06 max=0.0355328 - decay Z [mm] : min=-0.0253892 mean=7.43328e-06 max=0.0342994 - Delta decay R [mm] : min=-5.68434e-14 mean=2.29085e-09 max=3.54915e-06 - deflection angle [deg] : min=0 mean=0.000106078 max=0.0431624 - Delta Ekin [MeV] : min=0 mean=0.00233627 max=2.59899 - decay Ekin [GeV] : min=499.997 mean=500 max=500 - decay Px [GeV] : min=505.586 mean=505.588 max=505.588 - decay Py [GeV] : min=-0.275833 mean=8.45725e-05 max=0.376631 - decay Pz [GeV] : min=-0.137205 mean=8.36065e-05 max=0.218916 - decay Etot violation [MeV] : min=-1.73022e-06 mean=-3.75016e-07 max=7.61996e-07 - decay Px violation [MeV] : min=-1.73028e-06 mean=-3.74918e-07 max=7.62113e-07 - decay Py violation [MeV] : min=-3.3927e-10 mean=9.30507e-15 max=5.70708e-10 - decay Pz violation [MeV] : min=-3.38474e-10 mean=-4.13664e-14 max=3.29138e-10 + decay T [ns] : min=2.76279e-06 mean=0.13179 max=1.56964 + decay R [mm] : min=0.000828214 mean=39.5072 max=470.537 + decay X [mm] : min=0.000828214 mean=39.5072 max=470.537 + decay Y [mm] : min=-0.0289621 mean=-2.08439e-06 max=0.0253098 + decay Z [mm] : min=-0.0250367 mean=7.38961e-06 max=0.0260865 + Delta decay R [mm] : min=-5.68434e-14 mean=1.31935e-09 max=7.52082e-07 + deflection angle [deg] : min=0 mean=8.34486e-05 max=0.0218366 + Delta Ekin [MeV] : min=0 mean=0.00138332 max=0.712713 + decay Ekin [GeV] : min=499.999 mean=500 max=500 + decay Px [GeV] : min=505.588 mean=505.588 max=505.588 + decay Py [GeV] : min=-0.149322 mean=-6.21347e-05 max=0.14133 + decay Pz [GeV] : min=-0.129969 mean=5.36241e-05 max=0.191828 + decay Etot violation [MeV] : min=-1.52248e-06 mean=-3.71235e-07 max=7.23172e-07 + decay Px violation [MeV] : min=-1.52248e-06 mean=-3.71136e-07 max=7.23056e-07 + decay Py violation [MeV] : min=-2.40945e-10 mean=-7.83029e-14 max=2.07947e-10 + decay Pz violation [MeV] : min=-1.6405e-10 mean=-8.36184e-15 max=1.25354e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.016631 (mean=0.00306456) + maxMass_deltaMax{1,2,3} [eV] = 0 , 1.63709e-05 , 0.0112004 (mean=0.00305945) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.1778e-10 , 1.1778e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.06141e-10 , 1.06141e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.112004 (mean=-7.99714e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.245183 (mean=0.000162387) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.109418 (mean=-7.76805e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.248733 (mean=0.000164678) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.031046 (mean=-4.78904e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.0670201 (mean=0.000109996) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0303423 (mean=-4.6571e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.0671729 (mean=0.000111316) (#above threshold = 0) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305532 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.030613 ============================================= @@ -2471,20 +2471,20 @@ Index : 1 used in the geometry : Yes ### Run 26 starts. ### Run 26 starts. - Event#=0 t[ns]=0.00433969 r[mm]=1.30092 deltaR[mum]=-2.22045e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0806891 r[mm]=24.1884 deltaR[mum]=-3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.124975 r[mm]=37.464 deltaR[mum]=7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.0291211 r[mm]=8.72972 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.135588 r[mm]=40.6456 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.379267 r[mm]=113.694 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.0337409 r[mm]=10.1146 deltaR[mum]=1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.193281 r[mm]=57.9404 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.774526 r[mm]=232.182 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0741201 r[mm]=22.2192 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.010557 r[mm]=3.1647 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.218721 r[mm]=65.5665 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.173446 r[mm]=51.9944 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.393753 r[mm]=118.037 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.248917 r[mm]=74.6185 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.0894711 r[mm]=26.821 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0278788 r[mm]=8.3573 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0212611 r[mm]=6.37349 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.02303 r[mm]=6.90376 deltaR[mum]=-8.88178e-13 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.0642315 r[mm]=19.2549 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.230000s Real=0.229001s Sys=0.000000s + User=0.190000s Real=0.471189s Sys=0.000000s ============ Run::printInfo() =============== RunID = 26 @@ -2501,43 +2501,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9815 + # Decays = 9812 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=6.26147e-06 mean=0.126731 max=1.08331 - decay R [mm] : min=0.00187702 mean=37.9904 max=324.747 - decay X [mm] : min=0.00187702 mean=37.9904 max=324.747 - decay Y [mm] : min=-0.0415762 mean=-3.4185e-07 max=0.0303737 - decay Z [mm] : min=-0.0178821 mean=1.54838e-05 max=0.0289807 - Delta decay R [mm] : min=-5.68434e-14 mean=1.50703e-09 max=1.27871e-06 - deflection angle [deg] : min=0 mean=8.44555e-05 max=0.0198939 - Delta Ekin [MeV] : min=0 mean=0.00141689 max=0.59194 + decay T [ns] : min=2.02364e-05 mean=0.127471 max=1.1908 + decay R [mm] : min=0.00606634 mean=38.2123 max=356.968 + decay X [mm] : min=0.00606634 mean=38.2123 max=356.968 + decay Y [mm] : min=-0.0380135 mean=-4.27775e-06 max=0.0178398 + decay Z [mm] : min=-0.0105818 mean=-2.03886e-06 max=0.0268213 + Delta decay R [mm] : min=-5.68434e-14 mean=1.39391e-09 max=1.22552e-06 + deflection angle [deg] : min=0 mean=7.20577e-05 max=0.0257696 + Delta Ekin [MeV] : min=0 mean=0.00143451 max=0.993237 decay Ekin [GeV] : min=499.999 mean=500 max=500 decay Px [GeV] : min=505.758 mean=505.759 max=505.759 - decay Py [GeV] : min=-0.152773 mean=2.57302e-05 max=0.136808 - decay Pz [GeV] : min=-0.159223 mean=0.000107273 max=0.130308 - decay Etot violation [MeV] : min=-4.37663e-07 mean=6.25159e-07 max=1.95717e-06 - decay Px violation [MeV] : min=-4.37605e-07 mean=6.25183e-07 max=1.95723e-06 - decay Py violation [MeV] : min=-3.20725e-10 mean=6.60241e-14 max=2.31125e-10 - decay Pz violation [MeV] : min=-3.0937e-10 mean=1.95243e-13 max=3.01583e-10 + decay Py [GeV] : min=-0.158732 mean=3.82576e-05 max=0.198415 + decay Pz [GeV] : min=-0.218625 mean=-6.78649e-05 max=0.119437 + decay Etot violation [MeV] : min=-1.16066e-07 mean=6.23856e-07 max=2.20339e-06 + decay Px violation [MeV] : min=-1.16182e-07 mean=6.2388e-07 max=2.20357e-06 + decay Py violation [MeV] : min=-6.84139e-10 mean=-4.94882e-14 max=3.08916e-10 + decay Pz violation [MeV] : min=-3.39199e-10 mean=-9.80604e-14 max=3.335e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0171776 (mean=0.00140116) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.011908 (mean=0.00138671) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 8.76668e-11 , 8.76668e-11 + maxGamma_deltaMax{1,2,3} = 0 , 1.21361e-10 , 1.21361e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.19119e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.26642e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0294602 (mean=-5.12253e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.14444 (mean=0.000133349) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0281815 (mean=-4.97183e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.145718 (mean=0.000134856) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0404127 (mean=-4.91186e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.123121 (mean=9.60281e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.0391872 (mean=-4.77247e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.124283 (mean=9.7422e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -2563,20 +2563,20 @@ Index : 1 used in the geometry : Yes ### Run 27 starts. ### Run 27 starts. - Event#=0 t[ns]=0.0597276 r[mm]=17.9047 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=1000 t[ns]=0.0805161 r[mm]=24.1365 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=2000 t[ns]=0.127199 r[mm]=38.1307 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=3000 t[ns]=0.110334 r[mm]=33.0751 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=4000 t[ns]=0.0491016 r[mm]=14.7193 deltaR[mum]=-1.77636e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=5000 t[ns]=0.0350261 r[mm]=10.4999 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=6000 t[ns]=0.361191 r[mm]=108.275 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=7000 t[ns]=0.0990707 r[mm]=29.6987 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=8000 t[ns]=0.110637 r[mm]=33.166 deltaR[mum]=-7.10543e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 - Event#=9000 t[ns]=0.0268953 r[mm]=8.06249 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=0 t[ns]=0.167017 r[mm]=50.0671 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=1000 t[ns]=0.162635 r[mm]=48.7535 deltaR[mum]=-1.42109e-11 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=2000 t[ns]=0.0573552 r[mm]=17.1935 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=3000 t[ns]=0.0674985 r[mm]=20.2342 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=4000 t[ns]=0.117774 r[mm]=35.3053 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=5000 t[ns]=0.231277 r[mm]=69.3304 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=6000 t[ns]=0.0722135 r[mm]=21.6476 deltaR[mum]=3.55271e-12 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=7000 t[ns]=0.0913323 r[mm]=27.379 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=8000 t[ns]=0.126173 r[mm]=37.8231 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 + Event#=9000 t[ns]=0.679113 r[mm]=203.58 deltaR[mum]=0 deltaEkin[MeV]=0 deltaAngle(deg)=0 Run terminated. Run Summary Number of events processed : 10000 - User=0.220000s Real=0.224503s Sys=0.000000s + User=0.280000s Real=0.285507s Sys=0.000000s ============ Run::printInfo() =============== RunID = 27 @@ -2593,43 +2593,43 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9816 + # Decays = 9794 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.90985e-05 mean=0.127839 max=1.12831 - decay R [mm] : min=0.00872294 mean=38.3227 max=338.236 - decay X [mm] : min=0.00872294 mean=38.3227 max=338.236 - decay Y [mm] : min=-0.0117989 mean=-4.7342e-06 max=0.0123778 - decay Z [mm] : min=-0.0548703 mean=-5.57971e-06 max=0.0313232 - Delta decay R [mm] : min=-5.68434e-14 mean=1.19823e-09 max=1.3747e-06 - deflection angle [deg] : min=0 mean=6.9477e-05 max=0.0247877 - Delta Ekin [MeV] : min=0 mean=0.00113723 max=0.918989 + decay T [ns] : min=3.95798e-06 mean=0.127922 max=1.02277 + decay R [mm] : min=0.0011865 mean=38.3474 max=306.598 + decay X [mm] : min=0.0011865 mean=38.3474 max=306.598 + decay Y [mm] : min=-0.0347291 mean=-1.84176e-06 max=0.0163894 + decay Z [mm] : min=-0.0294402 mean=-1.68355e-06 max=0.0251519 + Delta decay R [mm] : min=-5.68434e-14 mean=1.17032e-09 max=1.59409e-06 + deflection angle [deg] : min=0 mean=6.3784e-05 max=0.0284906 + Delta Ekin [MeV] : min=0 mean=0.00112188 max=1.21406 decay Ekin [GeV] : min=499.999 mean=500 max=500 - decay Px [GeV] : min=505.758 mean=505.759 max=505.759 - decay Py [GeV] : min=-0.105058 mean=-5.64064e-05 max=0.145094 - decay Pz [GeV] : min=-0.21567 mean=-1.67362e-05 max=0.139616 - decay Etot violation [MeV] : min=-5.02041e-07 mean=6.26019e-07 max=1.91445e-06 - decay Px violation [MeV] : min=-5.01983e-07 mean=6.26044e-07 max=1.91451e-06 - decay Py violation [MeV] : min=-3.14856e-10 mean=-1.34773e-13 max=3.9654e-10 - decay Pz violation [MeV] : min=-4.59323e-10 mean=-6.47972e-14 max=4.42441e-10 + decay Px [GeV] : min=505.757 mean=505.759 max=505.759 + decay Py [GeV] : min=-0.232721 mean=2.93869e-05 max=0.136998 + decay Pz [GeV] : min=-0.137513 mean=2.38573e-05 max=0.181189 + decay Etot violation [MeV] : min=-6.33299e-07 mean=6.30472e-07 max=1.97545e-06 + decay Px violation [MeV] : min=-6.33358e-07 mean=6.30498e-07 max=1.97539e-06 + decay Py violation [MeV] : min=-4.69186e-10 mean=2.08023e-14 max=3.72154e-10 + decay Pz violation [MeV] : min=-4.32436e-10 mean=4.70769e-14 max=2.85411e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.00927412 (mean=0.00139506) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0145428 (mean=0.00139267) maxBeta_deltaMax{1,2} = 1.11022e-16 , 3.33067e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.09694e-10 , 1.09694e-10 + maxGamma_deltaMax{1,2,3} = 0 , 8.61604e-11 , 8.61604e-11 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.2517e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.20003e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -0.0338851 (mean=-4.12797e-05) (#above threshold = 0) - maxOverestimated_mc_truth_rPos_delta [mum] = 0.233792 (mean=9.87017e-05) (#above threshold = 0) - minUnderestimated_rDeltaPos [mum] = -0.0325104 (mean=-4.00814e-05) (#above threshold = 0) - maxOverestimated_rDeltaPos [mum] = 0.234975 (mean=9.98999e-05) (#above threshold = 0) + minUnderestimated_mc_truth_rPos_delta [mum] = -0.0480461 (mean=-4.04382e-05) (#above threshold = 0) + maxOverestimated_mc_truth_rPos_delta [mum] = 0.131086 (mean=8.83753e-05) (#above threshold = 0) + minUnderestimated_rDeltaPos [mum] = -0.046452 (mean=-3.92679e-05) (#above threshold = 0) + maxOverestimated_rDeltaPos [mum] = 0.132468 (mean=8.95456e-05) (#above threshold = 0) --- float instead of double --- fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0305176 ============================================= @@ -2655,20 +2655,20 @@ Index : 1 used in the geometry : Yes ### Run 28 starts. ### Run 28 starts. - Event#=0 t[ns]=0.190369 r[mm]=57.0673 deltaR[mum]=7.37033e-05 deltaEkin[MeV]=6.46493 deltaAngle(deg)=0.00760928 - Event#=1000 t[ns]=0.012271 r[mm]=3.67851 deltaR[mum]=1.16596e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000499674 - Event#=2000 t[ns]=0.142763 r[mm]=42.7965 deltaR[mum]=3.59761e-05 deltaEkin[MeV]=6.9185 deltaAngle(deg)=0.00455671 - Event#=3000 t[ns]=0.244683 r[mm]=73.3494 deltaR[mum]=0.000188404 deltaEkin[MeV]=10.5409 deltaAngle(deg)=0.00917723 - Event#=4000 t[ns]=0.129486 r[mm]=38.8163 deltaR[mum]=3.28529e-05 deltaEkin[MeV]=7.41296 deltaAngle(deg)=0.00545479 - Event#=5000 t[ns]=0.11837 r[mm]=35.484 deltaR[mum]=5.57472e-05 deltaEkin[MeV]=11.584 deltaAngle(deg)=0.0055021 - Event#=6000 t[ns]=0.286909 r[mm]=86.0077 deltaR[mum]=0.000306658 deltaEkin[MeV]=10.4253 deltaAngle(deg)=0.0126897 - Event#=7000 t[ns]=0.213152 r[mm]=63.897 deltaR[mum]=0.000157644 deltaEkin[MeV]=8.864 deltaAngle(deg)=0.00943098 - Event#=8000 t[ns]=0.0835933 r[mm]=25.059 deltaR[mum]=8.29704e-06 deltaEkin[MeV]=5.9942 deltaAngle(deg)=0.00467728 - Event#=9000 t[ns]=0.444179 r[mm]=133.153 deltaR[mum]=0.000754583 deltaEkin[MeV]=7.23698 deltaAngle(deg)=0.0182704 + Event#=0 t[ns]=0.0588633 r[mm]=17.6456 deltaR[mum]=1.05878e-06 deltaEkin[MeV]=3.08211 deltaAngle(deg)=0.00284572 + Event#=1000 t[ns]=0.0168215 r[mm]=5.04263 deltaR[mum]=3.00355e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000684968 + Event#=2000 t[ns]=0.136505 r[mm]=40.9206 deltaR[mum]=3.26357e-05 deltaEkin[MeV]=7.23314 deltaAngle(deg)=0.00487156 + Event#=3000 t[ns]=0.552243 r[mm]=165.547 deltaR[mum]=0.00125031 deltaEkin[MeV]=6.91011 deltaAngle(deg)=0.0229534 + Event#=4000 t[ns]=0.0298138 r[mm]=8.93737 deltaR[mum]=1.67221e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00121401 + Event#=5000 t[ns]=0.0215323 r[mm]=6.45479 deltaR[mum]=6.29958e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.00087679 + Event#=6000 t[ns]=0.186263 r[mm]=55.8366 deltaR[mum]=7.8751e-05 deltaEkin[MeV]=7.85235 deltaAngle(deg)=0.00705789 + Event#=7000 t[ns]=0.0901595 r[mm]=27.0274 deltaR[mum]=3.25397e-06 deltaEkin[MeV]=5.7531 deltaAngle(deg)=0.00286879 + Event#=8000 t[ns]=0.0274172 r[mm]=8.21893 deltaR[mum]=1.30049e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00111642 + Event#=9000 t[ns]=0.0621327 r[mm]=18.6257 deltaR[mum]=3.5461e-06 deltaEkin[MeV]=4.40512 deltaAngle(deg)=0.0026338 Run terminated. Run Summary Number of events processed : 10000 - User=0.390000s Real=0.392780s Sys=0.000000s + User=0.460000s Real=0.467306s Sys=0.000000s ============ Run::printInfo() =============== RunID = 28 @@ -2685,45 +2685,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9775 + # Decays = 9811 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=2.5718e-05 mean=0.135446 max=1.29355 - decay R [mm] : min=0.00770955 mean=40.6029 max=387.772 - decay X [mm] : min=0.00770955 mean=40.6029 max=387.772 - decay Y [mm] : min=-0.0163044 mean=0.00428388 max=0.178661 - decay Z [mm] : min=-0.0804594 mean=-7.95253e-06 max=0.0280024 - Delta decay R [mm] : min=-1.73472e-18 mean=1.46614e-07 max=1.56173e-05 - deflection angle [deg] : min=8.53688e-07 mean=0.00558674 max=0.0527482 - Delta Ekin [MeV] : min=0 mean=6.0505 max=845.133 - decay Ekin [GeV] : min=499.155 mean=499.994 max=500 - decay Px [GeV] : min=504.916 mean=505.755 max=505.761 - decay Py [GeV] : min=-0.148606 mean=0.0486632 max=0.465554 - decay Pz [GeV] : min=-0.282481 mean=-4.05629e-05 max=0.156781 - decay Etot violation [MeV] : min=-1.73436e-06 mean=-7.14103e-08 max=1.53389e-06 - decay Px violation [MeV] : min=-1.73436e-06 mean=-7.14115e-08 max=1.53389e-06 - decay Py violation [MeV] : min=-1.0337e-09 mean=-7.28401e-12 max=6.55149e-10 - decay Pz violation [MeV] : min=-1.5919e-10 mean=6.25835e-16 max=2.83222e-10 + decay T [ns] : min=1.9547e-05 mean=0.136783 max=1.56499 + decay R [mm] : min=0.00585966 mean=41.0038 max=469.14 + decay X [mm] : min=0.00585966 mean=41.0038 max=469.14 + decay Y [mm] : min=-0.0696429 mean=0.00429615 max=0.255382 + decay Z [mm] : min=-0.0306991 mean=-8.64875e-06 max=0.0170578 + Delta decay R [mm] : min=-1.73472e-18 mean=1.48765e-07 max=2.63719e-05 + deflection angle [deg] : min=1.2073e-06 mean=0.00562825 max=0.0629905 + Delta Ekin [MeV] : min=0 mean=6.30543 max=945.996 + decay Ekin [GeV] : min=499.054 mean=499.994 max=500 + decay Px [GeV] : min=504.815 mean=505.755 max=505.761 + decay Py [GeV] : min=-0.140833 mean=0.0489949 max=0.555901 + decay Pz [GeV] : min=-0.185363 mean=-3.8735e-05 max=0.136784 + decay Etot violation [MeV] : min=-1.70508e-06 mean=-8.00524e-08 max=1.55432e-06 + decay Px violation [MeV] : min=-1.7049e-06 mean=-8.00515e-08 max=1.55438e-06 + decay Py violation [MeV] : min=-7.29869e-10 mean=-7.86327e-12 max=6.238e-10 + decay Pz violation [MeV] : min=-3.2469e-10 mean=-2.14439e-13 max=2.78305e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0157997 (mean=0.00345493) + maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0157997 (mean=0.00351714) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.21318e-10 , 1.21318e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.18561e-10 , 1.18561e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -30.2104 (mean=-0.280572) (#above threshold = 109) - maxOverestimated_mc_truth_rPos_delta [mum] = 39.6886 (mean=0.410968) (#above threshold = 1225) - minUnderestimated_rDeltaPos [mum] = -30.2052 (mean=-0.280425) (#above threshold = 109) - maxOverestimated_rDeltaPos [mum] = 39.6938 (mean=0.411114) (#above threshold = 1226) + minUnderestimated_mc_truth_rPos_delta [mum] = -41.646 (mean=-0.290256) (#above threshold = 140) + maxOverestimated_mc_truth_rPos_delta [mum] = 52.356 (mean=0.43889) (#above threshold = 1260) + minUnderestimated_rDeltaPos [mum] = -41.6394 (mean=-0.290107) (#above threshold = 140) + maxOverestimated_rDeltaPos [mum] = 52.3633 (mean=0.439039) (#above threshold = 1261) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0392461 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0568895 ============================================= @@ -2747,20 +2747,20 @@ Index : 1 used in the geometry : Yes ### Run 29 starts. ### Run 29 starts. - Event#=0 t[ns]=0.160939 r[mm]=48.2453 deltaR[mum]=5.14622e-05 deltaEkin[MeV]=7.01812 deltaAngle(deg)=0.00606049 - Event#=1000 t[ns]=0.116774 r[mm]=35.0055 deltaR[mum]=1.98898e-05 deltaEkin[MeV]=6.82642 deltaAngle(deg)=0.00497916 - Event#=2000 t[ns]=0.0510581 r[mm]=15.3058 deltaR[mum]=7.63661e-07 deltaEkin[MeV]=2.29756 deltaAngle(deg)=0.00190226 - Event#=3000 t[ns]=0.274487 r[mm]=82.2837 deltaR[mum]=0.000187089 deltaEkin[MeV]=7.09036 deltaAngle(deg)=0.0110528 - Event#=4000 t[ns]=0.0707807 r[mm]=21.2181 deltaR[mum]=1.67134e-06 deltaEkin[MeV]=4.69234 deltaAngle(deg)=0.00251517 - Event#=5000 t[ns]=0.0699341 r[mm]=20.9643 deltaR[mum]=1.62006e-06 deltaEkin[MeV]=4.17554 deltaAngle(deg)=0.00395935 - Event#=6000 t[ns]=0.0123066 r[mm]=3.6892 deltaR[mum]=1.17613e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000501125 - Event#=7000 t[ns]=0.420681 r[mm]=126.109 deltaR[mum]=0.000681818 deltaEkin[MeV]=9.59317 deltaAngle(deg)=0.0165011 - Event#=8000 t[ns]=0.1485 r[mm]=44.5162 deltaR[mum]=7.74997e-05 deltaEkin[MeV]=11.9302 deltaAngle(deg)=0.00550154 - Event#=9000 t[ns]=0.0062643 r[mm]=1.87787 deltaR[mum]=1.55165e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000255083 + Event#=0 t[ns]=0.194955 r[mm]=58.4422 deltaR[mum]=8.81324e-05 deltaEkin[MeV]=6.97746 deltaAngle(deg)=0.00849559 + Event#=1000 t[ns]=0.230203 r[mm]=69.0086 deltaR[mum]=0.00033894 deltaEkin[MeV]=23.128 deltaAngle(deg)=0.00920129 + Event#=2000 t[ns]=0.170476 r[mm]=51.1041 deltaR[mum]=0.000135403 deltaEkin[MeV]=13.3604 deltaAngle(deg)=0.00739051 + Event#=3000 t[ns]=0.062967 r[mm]=18.8758 deltaR[mum]=2.92278e-06 deltaEkin[MeV]=5.28595 deltaAngle(deg)=0.00285027 + Event#=4000 t[ns]=0.0565952 r[mm]=16.9657 deltaR[mum]=9.65727e-07 deltaEkin[MeV]=2.74069 deltaAngle(deg)=0.00291094 + Event#=5000 t[ns]=0.0733991 r[mm]=22.0031 deltaR[mum]=5.70459e-06 deltaEkin[MeV]=5.21023 deltaAngle(deg)=0.0029243 + Event#=6000 t[ns]=0.0200404 r[mm]=6.00756 deltaR[mum]=5.07878e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000816042 + Event#=7000 t[ns]=0.0240869 r[mm]=7.22059 deltaR[mum]=8.81846e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000980814 + Event#=8000 t[ns]=0.123034 r[mm]=36.8823 deltaR[mum]=0.000126299 deltaEkin[MeV]=24.8734 deltaAngle(deg)=0.00602166 + Event#=9000 t[ns]=0.255315 r[mm]=76.5365 deltaR[mum]=0.000173167 deltaEkin[MeV]=6.86235 deltaAngle(deg)=0.0105619 Run terminated. Run Summary Number of events processed : 10000 - User=0.350000s Real=0.361022s Sys=0.000000s + User=0.510000s Real=0.515379s Sys=0.000000s ============ Run::printInfo() =============== RunID = 29 @@ -2777,45 +2777,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9798 + # Decays = 9778 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.36997e-05 mean=0.13497 max=1.19543 - decay R [mm] : min=0.00410679 mean=40.4603 max=358.357 - decay X [mm] : min=0.00410679 mean=40.4603 max=358.357 - decay Y [mm] : min=-0.151479 mean=-0.00422536 max=0.00696635 - decay Z [mm] : min=-0.0516302 mean=-1.34316e-05 max=0.0216141 - Delta decay R [mm] : min=-3.46945e-18 mean=1.4734e-07 max=2.03282e-05 - deflection angle [deg] : min=0 mean=0.00555635 max=0.0484142 - Delta Ekin [MeV] : min=0 mean=6.73452 max=2388.31 - decay Ekin [GeV] : min=497.612 mean=499.993 max=500 - decay Px [GeV] : min=503.373 mean=505.755 max=505.761 - decay Py [GeV] : min=-0.427374 mean=-0.0484826 max=0.123749 - decay Pz [GeV] : min=-0.171819 mean=-4.69823e-05 max=0.179547 - decay Etot violation [MeV] : min=-1.83948e-06 mean=-7.1163e-08 max=1.60921e-06 - decay Px violation [MeV] : min=-1.83948e-06 mean=-7.11642e-08 max=1.60927e-06 - decay Py violation [MeV] : min=-8.21558e-10 mean=7.67428e-12 max=6.44718e-10 - decay Pz violation [MeV] : min=-1.27081e-10 mean=5.0242e-14 max=2.15707e-10 + decay T [ns] : min=6.07623e-06 mean=0.135004 max=1.4795 + decay R [mm] : min=0.00182149 mean=40.4705 max=443.513 + decay X [mm] : min=0.00182149 mean=40.4705 max=443.513 + decay Y [mm] : min=-0.231748 mean=-0.0042152 max=0.00338606 + decay Z [mm] : min=-0.0517733 mean=-1.6817e-05 max=0.0196335 + Delta decay R [mm] : min=0 mean=1.45528e-07 max=2.56572e-05 + deflection angle [deg] : min=8.53688e-07 mean=0.00556452 max=0.0600397 + Delta Ekin [MeV] : min=0 mean=6.41102 max=3263.02 + decay Ekin [GeV] : min=496.737 mean=499.994 max=500 + decay Px [GeV] : min=502.498 mean=505.755 max=505.761 + decay Py [GeV] : min=-0.530023 mean=-0.0485318 max=0.109338 + decay Pz [GeV] : min=-0.233299 mean=-0.000162032 max=0.133541 + decay Etot violation [MeV] : min=-1.69332e-06 mean=-7.71722e-08 max=1.82755e-06 + decay Px violation [MeV] : min=-1.6932e-06 mean=-7.71732e-08 max=1.8276e-06 + decay Py violation [MeV] : min=-6.77062e-10 mean=8.17394e-12 max=7.70342e-10 + decay Pz violation [MeV] : min=-2.29875e-10 mean=3.04546e-14 max=1.95044e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0184336 (mean=0.00349305) + maxMass_deltaMax{1,2,3} [eV] = 0 , 0 , 0.0157997 (mean=0.00344767) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.16344e-10 , 1.16344e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.14639e-10 , 1.14639e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 maxMc_truth_rPos_deltaMax [mum] = 0 (mean=0) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -122.883 (mean=-0.307798) (#above threshold = 130) - maxOverestimated_mc_truth_rPos_delta [mum] = 153.822 (mean=0.445785) (#above threshold = 1219) - minUnderestimated_rDeltaPos [mum] = -122.88 (mean=-0.307651) (#above threshold = 129) - maxOverestimated_rDeltaPos [mum] = 153.842 (mean=0.445932) (#above threshold = 1220) + minUnderestimated_mc_truth_rPos_delta [mum] = -93.8698 (mean=-0.288781) (#above threshold = 115) + maxOverestimated_mc_truth_rPos_delta [mum] = 193.979 (mean=0.439923) (#above threshold = 1231) + minUnderestimated_rDeltaPos [mum] = -93.8441 (mean=-0.288636) (#above threshold = 115) + maxOverestimated_rDeltaPos [mum] = 194.005 (mean=0.440068) (#above threshold = 1233) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0681764 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0381742 ============================================= @@ -2839,20 +2839,20 @@ Index : 1 used in the geometry : Yes ### Run 30 starts. ### Run 30 starts. - Event#=0 t[ns]=0.0726858 r[mm]=21.7891 deltaR[mum]=6.7375e-06 deltaEkin[MeV]=5.07077 deltaAngle(deg)=0.00328264 - Event#=1000 t[ns]=0.334272 r[mm]=100.205 deltaR[mum]=0.000367881 deltaEkin[MeV]=7.01701 deltaAngle(deg)=0.0144337 - Event#=2000 t[ns]=0.331423 r[mm]=99.351 deltaR[mum]=0.000312045 deltaEkin[MeV]=7.82386 deltaAngle(deg)=0.0131678 - Event#=3000 t[ns]=0.0614935 r[mm]=18.434 deltaR[mum]=1.17406e-06 deltaEkin[MeV]=3.85343 deltaAngle(deg)=0.00260975 - Event#=4000 t[ns]=0.424191 r[mm]=127.16 deltaR[mum]=0.000729843 deltaEkin[MeV]=8.78093 deltaAngle(deg)=0.018135 - Event#=5000 t[ns]=0.0723308 r[mm]=21.6827 deltaR[mum]=1.76687e-06 deltaEkin[MeV]=4.59333 deltaAngle(deg)=0.00235519 - Event#=6000 t[ns]=0.0285873 r[mm]=8.56964 deltaR[mum]=1.47271e-07 deltaEkin[MeV]=0 deltaAngle(deg)=0.00116349 - Event#=7000 t[ns]=0.0770405 r[mm]=23.0945 deltaR[mum]=2.09084e-06 deltaEkin[MeV]=4.77379 deltaAngle(deg)=0.00318423 - Event#=8000 t[ns]=0.140219 r[mm]=42.0336 deltaR[mum]=4.03608e-05 deltaEkin[MeV]=7.14005 deltaAngle(deg)=0.005868 - Event#=9000 t[ns]=0.164289 r[mm]=49.2491 deltaR[mum]=9.00003e-05 deltaEkin[MeV]=8.07626 deltaAngle(deg)=0.00700206 + Event#=0 t[ns]=0.0456793 r[mm]=13.6933 deltaR[mum]=5.94502e-07 deltaEkin[MeV]=1.52359 deltaAngle(deg)=0.00220136 + Event#=1000 t[ns]=0.180359 r[mm]=54.0663 deltaR[mum]=0.000107586 deltaEkin[MeV]=8.87026 deltaAngle(deg)=0.00811995 + Event#=2000 t[ns]=0.0490239 r[mm]=14.6959 deltaR[mum]=6.96453e-07 deltaEkin[MeV]=2.03809 deltaAngle(deg)=0.00194215 + Event#=3000 t[ns]=0.13013 r[mm]=39.0091 deltaR[mum]=4.38971e-05 deltaEkin[MeV]=7.56615 deltaAngle(deg)=0.00546734 + Event#=4000 t[ns]=0.152666 r[mm]=45.765 deltaR[mum]=5.53403e-05 deltaEkin[MeV]=8.26583 deltaAngle(deg)=0.00515786 + Event#=5000 t[ns]=0.181243 r[mm]=54.3313 deltaR[mum]=0.000103758 deltaEkin[MeV]=7.29134 deltaAngle(deg)=0.00820722 + Event#=6000 t[ns]=0.0177349 r[mm]=5.31641 deltaR[mum]=3.51621e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000721802 + Event#=7000 t[ns]=0.0063228 r[mm]=1.89539 deltaR[mum]=1.59361e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000257334 + Event#=8000 t[ns]=0.00339873 r[mm]=1.01884 deltaR[mum]=2.47358e-10 deltaEkin[MeV]=0 deltaAngle(deg)=0.000138326 + Event#=9000 t[ns]=0.0875209 r[mm]=26.2362 deltaR[mum]=2.98418e-06 deltaEkin[MeV]=6.0184 deltaAngle(deg)=0.00469817 Run terminated. Run Summary Number of events processed : 10000 - User=0.360000s Real=0.390965s Sys=0.000000s + User=0.460000s Real=0.462435s Sys=0.000000s ============ Run::printInfo() =============== RunID = 30 @@ -2869,45 +2869,45 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9809 + # Decays = 9819 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=8.07679e-06 mean=0.137092 max=1.26912 - decay R [mm] : min=0.00242119 mean=41.0961 max=380.446 - decay X [mm] : min=0.00242119 mean=41.0961 max=380.446 - decay Y [mm] : min=-0.0396567 mean=0.00438817 max=0.180689 - decay Z [mm] : min=-0.00996963 mean=1.64286e-05 max=0.0418763 - Delta decay R [mm] : min=-1.73472e-18 mean=1.60443e-07 max=1.8959e-05 - deflection angle [deg] : min=0 mean=0.0056355 max=0.0530633 - Delta Ekin [MeV] : min=0 mean=6.20227 max=637.492 - decay Ekin [GeV] : min=499.363 mean=499.994 max=500 - decay Px [GeV] : min=505.372 mean=506.004 max=506.01 - decay Py [GeV] : min=-0.0985159 mean=0.0493147 max=0.468671 - decay Pz [GeV] : min=-0.142184 mean=0.000163658 max=0.203127 - decay Etot violation [MeV] : min=-1.53185e-06 mean=1.4933e-07 max=1.61014e-06 - decay Px violation [MeV] : min=-1.53197e-06 mean=1.4932e-07 max=1.6102e-06 - decay Py violation [MeV] : min=-5.00336e-10 mean=1.04601e-11 max=6.53699e-10 - decay Pz violation [MeV] : min=-3.11275e-10 mean=4.64798e-14 max=1.91164e-10 + decay T [ns] : min=8.48271e-06 mean=0.136194 max=1.3526 + decay R [mm] : min=0.00254287 mean=40.8269 max=405.471 + decay X [mm] : min=0.00254287 mean=40.8269 max=405.471 + decay Y [mm] : min=-0.00354014 mean=0.0042816 max=0.196265 + decay Z [mm] : min=-0.0330144 mean=-7.5381e-06 max=0.0277616 + Delta decay R [mm] : min=-3.46945e-18 mean=1.5151e-07 max=1.63793e-05 + deflection angle [deg] : min=0 mean=0.00559938 max=0.0552754 + Delta Ekin [MeV] : min=0 mean=6.37416 max=2380 + decay Ekin [GeV] : min=497.62 mean=499.994 max=500 + decay Px [GeV] : min=503.63 mean=506.004 max=506.01 + decay Py [GeV] : min=-0.148385 mean=0.048942 max=0.488181 + decay Pz [GeV] : min=-0.177626 mean=-2.78437e-05 max=0.112527 + decay Etot violation [MeV] : min=-1.42987e-06 mean=1.46138e-07 max=1.83703e-06 + decay Px violation [MeV] : min=-1.42987e-06 mean=1.46127e-07 max=1.83715e-06 + decay Py violation [MeV] : min=-4.66457e-10 mean=1.0424e-11 max=6.54609e-10 + decay Pz violation [MeV] : min=-1.76186e-10 mean=-1.51916e-14 max=1.48248e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0158498 (mean=0.00440217) - maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.07832e-10 , 1.07832e-10 + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0208966 (mean=0.00442081) + maxBeta_deltaMax{1,2} = 4.44089e-16 , 5.55112e-16 + maxGamma_deltaMax{1,2,3} = 0 , 1.03043e-10 , 1.03043e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.46417e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.5749e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -18.6844 (mean=-0.284343) (#above threshold = 142) - maxOverestimated_mc_truth_rPos_delta [mum] = 103.763 (mean=0.450228) (#above threshold = 1276) - minUnderestimated_rDeltaPos [mum] = -18.6723 (mean=-0.284182) (#above threshold = 142) - maxOverestimated_rDeltaPos [mum] = 103.782 (mean=0.450389) (#above threshold = 1277) + minUnderestimated_mc_truth_rPos_delta [mum] = -108.007 (mean=-0.292689) (#above threshold = 122) + maxOverestimated_mc_truth_rPos_delta [mum] = 54.2675 (mean=0.434117) (#above threshold = 1226) + minUnderestimated_rDeltaPos [mum] = -108.001 (mean=-0.292538) (#above threshold = 122) + maxOverestimated_rDeltaPos [mum] = 54.2755 (mean=0.434269) (#above threshold = 1226) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0662795 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0519001 ============================================= @@ -2931,20 +2931,20 @@ Index : 1 used in the geometry : Yes ### Run 31 starts. ### Run 31 starts. - Event#=0 t[ns]=0.0410091 r[mm]=12.2933 deltaR[mum]=4.63743e-07 deltaEkin[MeV]=1.15657 deltaAngle(deg)=0.0014587 - Event#=1000 t[ns]=0.0947571 r[mm]=28.4054 deltaR[mum]=1.53175e-05 deltaEkin[MeV]=9.67428 deltaAngle(deg)=0.0033019 - Event#=2000 t[ns]=0.0975658 r[mm]=29.2474 deltaR[mum]=4.57503e-06 deltaEkin[MeV]=7.13499 deltaAngle(deg)=0.00265192 - Event#=3000 t[ns]=0.112124 r[mm]=33.6114 deltaR[mum]=4.39959e-05 deltaEkin[MeV]=9.33472 deltaAngle(deg)=0.00610874 - Event#=4000 t[ns]=0.0130389 r[mm]=3.90868 deltaR[mum]=1.3975e-08 deltaEkin[MeV]=0 deltaAngle(deg)=0.000530677 - Event#=5000 t[ns]=0.160608 r[mm]=48.1455 deltaR[mum]=7.1983e-05 deltaEkin[MeV]=7.67607 deltaAngle(deg)=0.00747652 - Event#=6000 t[ns]=0.07366 r[mm]=22.0811 deltaR[mum]=1.85386e-06 deltaEkin[MeV]=4.42414 deltaAngle(deg)=0.00371535 - Event#=7000 t[ns]=0.192487 r[mm]=57.7021 deltaR[mum]=0.000104044 deltaEkin[MeV]=8.22767 deltaAngle(deg)=0.00638 - Event#=8000 t[ns]=0.251216 r[mm]=75.3073 deltaR[mum]=0.000164377 deltaEkin[MeV]=7.30446 deltaAngle(deg)=0.0106604 - Event#=9000 t[ns]=0.056714 r[mm]=17.0012 deltaR[mum]=3.52215e-06 deltaEkin[MeV]=4.22218 deltaAngle(deg)=0.00145178 + Event#=0 t[ns]=0.0373112 r[mm]=11.1848 deltaR[mum]=3.65882e-07 deltaEkin[MeV]=0.673146 deltaAngle(deg)=0.00143965 + Event#=1000 t[ns]=0.0719285 r[mm]=21.5621 deltaR[mum]=1.74122e-06 deltaEkin[MeV]=4.15113 deltaAngle(deg)=0.00340324 + Event#=2000 t[ns]=0.00765005 r[mm]=2.29326 deltaR[mum]=2.82174e-09 deltaEkin[MeV]=0 deltaAngle(deg)=0.000311354 + Event#=3000 t[ns]=0.135438 r[mm]=40.6004 deltaR[mum]=3.59229e-05 deltaEkin[MeV]=7.06449 deltaAngle(deg)=0.00573125 + Event#=4000 t[ns]=0.288292 r[mm]=86.4215 deltaR[mum]=0.000244052 deltaEkin[MeV]=6.90833 deltaAngle(deg)=0.012139 + Event#=5000 t[ns]=0.176985 r[mm]=53.0551 deltaR[mum]=8.28647e-05 deltaEkin[MeV]=8.1924 deltaAngle(deg)=0.00642854 + Event#=6000 t[ns]=0.0373646 r[mm]=11.2008 deltaR[mum]=3.67276e-07 deltaEkin[MeV]=0.70071 deltaAngle(deg)=0.00150381 + Event#=7000 t[ns]=0.200427 r[mm]=60.0823 deltaR[mum]=9.31412e-05 deltaEkin[MeV]=7.49211 deltaAngle(deg)=0.00687908 + Event#=8000 t[ns]=0.28666 r[mm]=85.9322 deltaR[mum]=0.000445902 deltaEkin[MeV]=17.0226 deltaAngle(deg)=0.0120433 + Event#=9000 t[ns]=0.0313392 r[mm]=9.39459 deltaR[mum]=2.0739e-07 deltaEkin[MeV]=0.115933 deltaAngle(deg)=0.00138261 Run terminated. Run Summary Number of events processed : 10000 - User=0.340000s Real=0.343173s Sys=0.000000s + User=0.460000s Real=0.463393s Sys=0.000000s ============ Run::printInfo() =============== RunID = 31 @@ -2961,48 +2961,48 @@ Run Summary isPreassignedDecayEnabled = 1 isBoostToLabEnabled = 1 # Events = 10000 - # Decays = 9805 + # Decays = 9807 (# Bad decays = 0 ) (# Unexpected decays = 0 ) # E violations = 0 # P violations = 0 - decay T [ns] : min=1.43025e-05 mean=0.136071 max=1.27492 - decay R [mm] : min=0.00428746 mean=40.7903 max=382.184 - decay X [mm] : min=0.00428746 mean=40.7903 max=382.184 - decay Y [mm] : min=-0.178675 mean=-0.00428147 max=0.00889143 - decay Z [mm] : min=-0.0229267 mean=-7.81545e-06 max=0.0163661 - Delta decay R [mm] : min=-3.46945e-18 mean=1.53834e-07 max=1.39761e-05 - deflection angle [deg] : min=0 mean=0.00560323 max=0.0528002 - Delta Ekin [MeV] : min=0 mean=6.31888 max=1100.07 - decay Ekin [GeV] : min=498.9 mean=499.994 max=500 - decay Px [GeV] : min=504.91 mean=506.004 max=506.01 - decay Py [GeV] : min=-0.46632 mean=-0.0488653 max=0.154535 - decay Pz [GeV] : min=-0.327366 mean=-3.87783e-05 max=0.226248 - decay Etot violation [MeV] : min=-1.33365e-06 mean=1.5998e-07 max=1.7776e-06 - decay Px violation [MeV] : min=-1.33365e-06 mean=1.59969e-07 max=1.7776e-06 - decay Py violation [MeV] : min=-7.03665e-10 mean=-1.18767e-11 max=5.67013e-10 - decay Pz violation [MeV] : min=-1.4424e-10 mean=-1.20383e-15 max=4.13081e-10 + decay T [ns] : min=1.88916e-05 mean=0.134947 max=1.21054 + decay R [mm] : min=0.00566315 mean=40.4532 max=362.884 + decay X [mm] : min=0.00566315 mean=40.4532 max=362.884 + decay Y [mm] : min=-0.16199 mean=-0.00421916 max=0.0139961 + decay Z [mm] : min=-0.0130529 mean=-1.0647e-07 max=0.0156887 + Delta decay R [mm] : min=0 mean=1.48534e-07 max=2.20924e-05 + deflection angle [deg] : min=0 mean=0.00554444 max=0.0502213 + Delta Ekin [MeV] : min=0 mean=6.23283 max=1226.92 + decay Ekin [GeV] : min=498.773 mean=499.994 max=500 + decay Px [GeV] : min=504.783 mean=506.004 max=506.01 + decay Py [GeV] : min=-0.443461 mean=-0.0484863 max=0.13361 + decay Pz [GeV] : min=-0.105428 mean=-4.9927e-05 max=0.125628 + decay Etot violation [MeV] : min=-1.51724e-06 mean=1.45646e-07 max=1.68232e-06 + decay Px violation [MeV] : min=-1.5173e-06 mean=1.45635e-07 max=1.68232e-06 + decay Py violation [MeV] : min=-5.20572e-10 mean=-1.03028e-11 max=6.40682e-10 + decay Pz violation [MeV] : min=-1.28324e-10 mean=3.90182e-15 max=1.70786e-10 --- Consistency checks --- maxEkin_deltaMax [eV] = 0 maxEtot_deltaMax [eV] = 0 maxP_deltaMax [eV] = 0 maxPdir_deltaMax = 0 - maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0183736 (mean=0.00448378) + maxMass_deltaMax{1,2,3} [eV] = 0 , 2.36469e-05 , 0.0183736 (mean=0.00445566) maxBeta_deltaMax{1,2} = 3.33067e-16 , 4.44089e-16 - maxGamma_deltaMax{1,2,3} = 0 , 1.05487e-10 , 1.05487e-10 + maxGamma_deltaMax{1,2,3} = 0 , 1.10106e-10 , 1.10106e-10 maxT_proper_deltaMax [fs] = 0 maxT_lab_deltaMax [fs] = 0 - maxMc_truth_rPos_deltaMax [mum] = 5.68434e-11 (mean=4.58194e-12) (# above threshold = 0) + maxMc_truth_rPos_deltaMax [mum] = 1.13687e-10 (mean=4.60245e-12) (# above threshold = 0) --- Extra checks --- - minUnderestimated_mc_truth_rPos_delta [mum] = -31.6044 (mean=-0.287454) (#above threshold = 118) - maxOverestimated_mc_truth_rPos_delta [mum] = 72.2327 (mean=0.437817) (#above threshold = 1251) - minUnderestimated_rDeltaPos [mum] = -31.5941 (mean=-0.2873) (#above threshold = 118) - maxOverestimated_rDeltaPos [mum] = 72.243 (mean=0.437971) (#above threshold = 1251) + minUnderestimated_mc_truth_rPos_delta [mum] = -48.1599 (mean=-0.287806) (#above threshold = 108) + maxOverestimated_mc_truth_rPos_delta [mum] = 144.925 (mean=0.422813) (#above threshold = 1200) + minUnderestimated_rDeltaPos [mum] = -48.1574 (mean=-0.287657) (#above threshold = 108) + maxOverestimated_rDeltaPos [mum] = 144.947 (mean=0.422962) (#above threshold = 1200) --- float instead of double --- - fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0546622 + fMaxFloat_rDeltaPos_deltaMax [mum] = 0.0483843 ============================================= ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.069 MB +Dynamic pools deleted: 11 / Total memory freed: 0.068 MB ============================================================ diff --git a/examples/extended/hadronic/NeutronSource/NeutronSource.out b/examples/extended/hadronic/NeutronSource/NeutronSource.out index 745e3a41b45..3709f4799b1 100644 --- a/examples/extended/hadronic/NeutronSource/NeutronSource.out +++ b/examples/extended/hadronic/NeutronSource/NeutronSource.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -129,7 +129,7 @@ Threshold for very long decay time at rest 1e+60 y Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -138,7 +138,7 @@ Threshold for very long decay time at rest 1e+60 y Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -210,7 +210,7 @@ Threshold for very long decay time at rest 1e+60 y Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for gamma Process: photonNuclear @@ -319,11 +319,11 @@ Threshold for very long decay time at rest 1e+60 y Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -397,69 +397,71 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.760000s Real=4.285917s Sys=0.020000s + User=3.520000s Real=3.647488s Sys=0.010000s The run is 10000 Am241 of 0 eV within BeO (D = 3 cm L = 6 cm ) Process calls frequency : - NoProcess= 10006 RadioactiveDecay= 225204 Rayl= 2590 - Transportation= 170403 alphaInelastic= 6 compt= 22349 - eIoni= 195120 ionIoni= 323974 msc= 12001 - neutronInelastic= 1 phot= 13210 + NoProcess= 10004 RadioactiveDecay= 231472 Rayl= 2433 + Transportation= 167537 alphaInelastic= 4 annihil= 1 + compt= 21042 conv= 1 eIoni= 191862 + ionIoni= 345768 msc= 12026 phot= 12868 + List of generated particles (with meanLife != 0) : - Ac225: 9997 Emean = 155.05 meV ( 0 eV --> 1.0759 eV ) mean life = 14.427 d - Ac225[40.090]: 6993 Emean = 355.07 meV ( 0 eV --> 926.84 meV) mean life = 1.0387 ns - At217: 9988 Emean = 116.34 keV ( 106.08 keV --> 117.05 keV) mean life = 46.599 ms - Be9: 2 Emean = 2.0323 MeV ( 1.4124 MeV --> 2.6522 MeV) stable - Bi209: 10000 Emean = 1.1919 eV ( 2.8231 meV --> 2.6254 eV ) stable - Bi213: 9989 Emean = 132.91 keV ( 501.66 meV --> 132.95 keV) mean life = 1.0962 h - C12: 3 Emean = 1.5697 MeV ( 1.2231 MeV --> 1.8467 MeV) stable - Fr221: 9998 Emean = 78.533 keV ( 3.2596 meV --> 105.65 keV) mean life = 7.0692 min - Fr221[36.640]: 2521 Emean = 104.44 keV ( 94.293 keV --> 105 keV) mean life = 2.164 ns - He6: 1 Emean = 4.9604 MeV ( 4.9604 MeV --> 4.9604 MeV) mean life = 1.1638 s - Li6: 1 Emean = 1.0281 keV ( 1.0281 keV --> 1.0281 keV) stable - Np237: 10000 Emean = 644.06 eV ( 2.5029 meV --> 93.678 keV) mean life = 3.0953e+06 y - Np237[59.541]: 9931 Emean = 92.566 keV ( 90.049 keV --> 92.688 keV) mean life = 96.949 ns - Pa233: 10000 Emean = 36.67 keV ( 7.5088 meV --> 83.776 keV) mean life = 38.917 d - Pa233[86.468]: 5527 Emean = 81.945 keV ( 77.386 keV --> 82.314 keV) mean life = 51.504 ns - Pb209: 10000 Emean = 157.25 keV ( 1.5582 eV --> 160.59 keV) mean life = 4.6931 h - Pb209[2149.430]: 204 Emean = 7.0308 eV ( 592.93 meV --> 13.118 eV ) mean life = 5.7131 ns - Pb213: 2 Emean = 122.98 keV ( 122.98 keV --> 122.98 keV) mean life = 14.715 min - Po213: 9792 Emean = 166.76 eV ( 47.439 meV --> 145.62 keV) mean life = 5.3668 us - Po217: 2 Emean = 111.69 keV ( 111.69 keV --> 111.69 keV) mean life = 2.1063 s - Ra221: 10 Emean = 421.47 meV ( 42.142 meV --> 782.4 meV) mean life = 40.395 s - Ra225: 10000 Emean = 1.0049 keV ( 2.3865 meV --> 324.58 keV) mean life = 21.496 d - Ra225[25.410]: 8050 Emean = 65.413 keV ( 0.7276 meV --> 338.42 keV) mean life = 1.2696 ns - Ra225[31.560]: 513 Emean = 97.493 keV ( 7.0796 keV --> 334.36 keV) mean life = 3.0297 ns - Ra225[42.770]: 3973 Emean = 96.069 keV ( 7.9744 meV --> 337.12 keV) mean life = 4.3281 ns - Rn217: 11 Emean = 34.013 keV ( 55.064 meV --> 124.71 keV) mean life = 779.06 us - Rn217[149.180]: 3 Emean = 122.01 keV ( 122.01 keV --> 122.01 keV) mean life = 2.164 ns - Rn217[93.020]: 4 Emean = 123.03 keV ( 123.03 keV --> 123.03 keV) mean life = 5.7708 ns - Rn221: 3 Emean = 90.539 keV ( 90.19 keV --> 90.714 keV) mean life = 36.067 min - Th229: 8795 Emean = 84.321 keV ( 77.621 keV --> 84.358 keV) mean life = 11376 y - Tl209: 208 Emean = 112.13 keV ( 106.1 keV --> 112.51 keV) mean life = 3.1739 min - U233: 10000 Emean = 356.04 meV ( 3.7544 meV --> 1.9313 eV ) mean life = 2.2983e+05 y - alpha: 80006 Emean = 5.9269 MeV ( 742.76 keV --> 8.3755 MeV) stable - anti_nu_e: 40001 Emean = 401.85 keV ( 1 eV --> 1.7796 MeV) stable - e-: 155234 Emean = 83.733 keV ( 1.5054 eV --> 1.949 MeV) stable - gamma: 25268 Emean = 195.85 keV ( 8.1758 keV --> 4.4211 MeV) stable - neutron: 4 Emean = 4.8034 MeV ( 743.76 keV --> 7.131 MeV) mean life = 14.67 min + Ac225: 9998 Emean = 161.12 meV ( 0 eV --> 1.0855 eV ) mean life = 14.312 d + Ac225[40.100]: 6811 Emean = 357.95 meV ( 0 eV --> 927.28 meV) mean life = 1.0387 ns + At217: 9994 Emean = 116.36 keV ( 105.89 keV --> 117.04 keV) mean life = 47.032 ms + Be9: 1 Emean = 771.81 keV ( 771.81 keV --> 771.81 keV) stable + Bi209: 10000 Emean = 1.1945 eV ( 7.5961 meV --> 2.629 eV ) mean life = 2.9018e+19 y + Bi213: 9995 Emean = 132.93 keV ( 501.63 meV --> 132.95 keV) mean life = 1.0962 h + C12: 3 Emean = 1.6556 MeV ( 383.99 keV --> 2.5852 MeV) stable + Fr221: 9999 Emean = 78.321 keV ( 3.2596 meV --> 105.65 keV) mean life = 7.0692 min + Fr221[36.640]: 2544 Emean = 104.4 keV ( 148.63 meV --> 105 keV) mean life = 2.164 ns + Np237: 10000 Emean = 485.42 eV ( 2.5029 meV --> 93.678 keV) mean life = 3.0953e+06 y + Np237[59.541]: 9948 Emean = 92.562 keV ( 89.979 keV --> 92.688 keV) mean life = 96.949 ns + Pa233: 10000 Emean = 28.908 keV ( 7.5088 meV --> 83.755 keV) mean life = 38.917 d + Pa233[86.481]: 6474 Emean = 81.938 keV ( 77.433 keV --> 82.293 keV) mean life = 52.658 ns + Pb209: 10000 Emean = 156.98 keV ( 6.309 eV --> 160.58 keV) mean life = 4.6657 h + Pb209[2149.430]: 224 Emean = 6.9145 eV ( 332.8 meV --> 12.492 eV ) mean life = 5.7131 ns + Pb213: 1 Emean = 122.98 keV ( 122.98 keV --> 122.98 keV) mean life = 14.715 min + Po213: 9776 Emean = 77.714 eV ( 0 eV --> 145.62 keV) mean life = 5.3466 us + Po217: 1 Emean = 106.72 keV ( 106.72 keV --> 106.72 keV) mean life = 2.2073 s + Ra221: 5 Emean = 344.75 meV ( 70.402 meV --> 724.89 meV) mean life = 40.395 s + Ra225: 10000 Emean = 971.94 eV ( 1.5425 meV --> 103.7 keV) mean life = 21.496 d + Ra225[25.410]: 7990 Emean = 60.325 keV ( 0.7276 meV --> 342.68 keV) mean life = 1.2696 ns + Ra225[31.560]: 552 Emean = 87.862 keV ( 12.024 keV --> 321.82 keV) mean life = 3.0297 ns + Ra225[42.770]: 3890 Emean = 88.526 keV ( 5.9074 keV --> 332.83 keV) mean life = 4.3281 ns + Rn217: 5 Emean = 74.828 keV ( 55.035 meV --> 124.71 keV) mean life = 779.06 us + Rn217[149.140]: 2 Emean = 122.01 keV ( 122.01 keV --> 122.01 keV) mean life = 2.164 ns + Rn217[93.000]: 1 Emean = 99.913 meV ( 99.913 meV --> 99.913 meV) mean life = 5.7708 ns + Rn221: 2 Emean = 90.719 keV ( 90.719 keV --> 90.719 keV) mean life = 36.067 min + Th229: 9804 Emean = 84.245 keV ( 78.453 keV --> 84.36 keV) mean life = 11376 y + Tl205: 10000 Emean = 59.401 keV ( 108.7 meV --> 60.11 keV) stable + Tl205[203.700]: 118 Emean = 56.206 keV ( 56.206 keV --> 56.206 keV) mean life = 2.1063 ns + Tl209: 224 Emean = 111.94 keV ( 106.18 keV --> 112.61 keV) mean life = 3.1191 min + U233: 10000 Emean = 400.75 meV ( 3.7544 meV --> 1.9126 eV ) mean life = 2.2982e+05 y + alpha: 90001 Emean = 5.6098 MeV ( 2.749 MeV --> 8.3754 MeV) stable + anti_nu_e: 40000 Emean = 404.58 keV ( 1 eV --> 1.7885 MeV) stable + e+: 1 Emean = 51.456 keV ( 51.456 keV --> 51.456 keV) stable + e-: 151039 Emean = 86.379 keV ( 13.032 eV --> 1.5354 MeV) stable + gamma: 24124 Emean = 196.47 keV ( 11.095 keV --> 1.5671 MeV) stable + neutron: 3 Emean = 6.8527 MeV ( 5.8794 MeV --> 8.2587 MeV) mean life = 14.67 min - Mean energy deposit per event = 49.584 MeV rms = 478.94 keV - Mean energy flow per event = 1.9421 MeV rms = 487.41 keV + Mean energy deposit per event = 52.72 MeV rms = 478.29 keV + Mean energy flow per event = 1.9374 MeV rms = 499.31 keV List of particles emerging from the container : - anti_nu_e: 40001 Emean = 401.85 keV ( 1 eV --> 1.7796 MeV) Eflow/event = 1.6074 MeV - e-: 11 Emean = 175.44 keV ( 23.828 keV --> 816.75 keV) Eflow/event = 192.98 eV - gamma: 12058 Emean = 276.42 keV ( 40.09 keV --> 4.4211 MeV) Eflow/event = 333.31 keV - neutron: 3 Emean = 4.0425 MeV ( 743.76 keV --> 7.131 MeV) Eflow/event = 1.2127 keV + anti_nu_e: 40000 Emean = 404.58 keV ( 1 eV --> 1.7885 MeV) Eflow/event = 1.6183 MeV + e-: 11 Emean = 134.68 keV ( 62.123 keV --> 299.5 keV) Eflow/event = 148.15 eV + gamma: 11255 Emean = 281.53 keV ( 40.294 keV --> 1.5671 MeV) Eflow/event = 316.86 keV + neutron: 3 Emean = 6.8527 MeV ( 5.8794 MeV --> 8.2587 MeV) Eflow/event = 2.0558 keV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 548943523, 1433617181 + Current couple of seeds = 2091745054, 1410749618 ---------------------------------------- ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.03 MB +Dynamic pools deleted: 11 / Total memory freed: 0.029 MB ============================================================ diff --git a/examples/extended/hadronic/ParticleFluence/Calo/Calo.out b/examples/extended/hadronic/ParticleFluence/Calo/Calo.out index c309b91ab33..366ed3a95e5 100644 --- a/examples/extended/hadronic/ParticleFluence/Calo/Calo.out +++ b/examples/extended/hadronic/ParticleFluence/Calo/Calo.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -79,10 +79,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -253,7 +256,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -732,11 +735,10 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -761,7 +763,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -813,7 +815,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=51.080000s Real=53.726586s Sys=0.030000s + User=52.250000s Real=53.932132s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 0 @@ -827,143 +829,143 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.00049729 - case= 1 downstream electron 6.28804e-07 - case= 2 downstream gamma 8.94493e-05 - case= 3 downstream muon 5.72179e-07 - case= 4 downstream neutrino 0.000103405 - case= 5 downstream pion 2.70245e-06 - case= 6 downstream neutron 0.000300533 - case= 7 downstream proton 0 + case= 0 downstream all 0.000335579 + case= 1 downstream electron 3.92498e-06 + case= 2 downstream gamma 7.20876e-05 + case= 3 downstream muon 0 + case= 4 downstream neutrino 7.97544e-05 + case= 5 downstream pion 1.90974e-06 + case= 6 downstream neutron 0.000177284 + case= 7 downstream proton 6.18129e-07 case= 8 downstream ion 0 case= 9 downstream otherMeson 0 case= 10 downstream otherBaryon 0 - case= 11 downstream below 20 MeV all 0.000372263 - case= 12 downstream below 20 MeV electron 6.28804e-07 - case= 13 downstream below 20 MeV gamma 8.94493e-05 + case= 11 downstream below 20 MeV all 0.000233323 + case= 12 downstream below 20 MeV electron 5.83443e-07 + case= 13 downstream below 20 MeV gamma 6.96786e-05 case= 14 downstream below 20 MeV muon 0 - case= 15 downstream below 20 MeV neutrino 9.32666e-06 - case= 16 downstream below 20 MeV pion 8.20331e-07 - case= 17 downstream below 20 MeV neutron 0.000272038 + case= 15 downstream below 20 MeV neutrino 4.75204e-06 + case= 16 downstream below 20 MeV pion 0 + case= 17 downstream below 20 MeV neutron 0.000158308 case= 18 downstream below 20 MeV proton 0 case= 19 downstream below 20 MeV ion 0 case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.000125027 - case= 23 downstream above 20 MeV electron 0 - case= 24 downstream above 20 MeV gamma 0 - case= 25 downstream above 20 MeV muon 5.72179e-07 - case= 26 downstream above 20 MeV neutrino 9.40781e-05 - case= 27 downstream above 20 MeV pion 1.88212e-06 - case= 28 downstream above 20 MeV neutron 2.84943e-05 - case= 29 downstream above 20 MeV proton 0 + case= 22 downstream above 20 MeV all 0.000102256 + case= 23 downstream above 20 MeV electron 3.34154e-06 + case= 24 downstream above 20 MeV gamma 2.40898e-06 + case= 25 downstream above 20 MeV muon 0 + case= 26 downstream above 20 MeV neutrino 7.50023e-05 + case= 27 downstream above 20 MeV pion 1.90974e-06 + case= 28 downstream above 20 MeV neutron 1.89758e-05 + case= 29 downstream above 20 MeV proton 6.18129e-07 case= 30 downstream above 20 MeV ion 0 case= 31 downstream above 20 MeV otherMeson 0 case= 32 downstream above 20 MeV otherBaryon 0 - case= 33 side all 0.000676203 - case= 34 side electron 8.08103e-07 - case= 35 side gamma 0.000109726 + case= 33 side all 0.000642146 + case= 34 side electron 1.60348e-06 + case= 35 side gamma 9.63191e-05 case= 36 side muon 0 - case= 37 side neutrino 0.000164799 + case= 37 side neutrino 0.000153194 case= 38 side pion 0 - case= 39 side neutron 0.000400462 - case= 40 side proton 1.44228e-07 + case= 39 side neutron 0.000390893 + case= 40 side proton 1.35712e-07 case= 41 side ion 0 - case= 42 side otherMeson 2.63913e-07 + case= 42 side otherMeson 0 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.000500353 - case= 45 side below 20 MeV electron 8.08103e-07 - case= 46 side below 20 MeV gamma 0.000109621 + case= 44 side below 20 MeV all 0.000480983 + case= 45 side below 20 MeV electron 1.60348e-06 + case= 46 side below 20 MeV gamma 9.63191e-05 case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 1.26961e-05 + case= 48 side below 20 MeV neutrino 1.48081e-05 case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 0.000377227 - case= 51 side below 20 MeV proton 0 + case= 50 side below 20 MeV neutron 0.000368116 + case= 51 side below 20 MeV proton 1.35712e-07 case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.00017585 + case= 55 side above 20 MeV all 0.000161163 case= 56 side above 20 MeV electron 0 - case= 57 side above 20 MeV gamma 1.0451e-07 + case= 57 side above 20 MeV gamma 0 case= 58 side above 20 MeV muon 0 - case= 59 side above 20 MeV neutrino 0.000152103 + case= 59 side above 20 MeV neutrino 0.000138386 case= 60 side above 20 MeV pion 0 - case= 61 side above 20 MeV neutron 2.32343e-05 - case= 62 side above 20 MeV proton 1.44228e-07 + case= 61 side above 20 MeV neutron 2.2777e-05 + case= 62 side above 20 MeV proton 0 case= 63 side above 20 MeV ion 0 - case= 64 side above 20 MeV otherMeson 2.63913e-07 + case= 64 side above 20 MeV otherMeson 0 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.00571877 - case= 67 upstream electron 4.20574e-05 - case= 68 upstream gamma 0.00160983 + case= 66 upstream all 0.00510673 + case= 67 upstream electron 5.94661e-05 + case= 68 upstream gamma 0.00142191 case= 69 upstream muon 0 - case= 70 upstream neutrino 0.00037909 - case= 71 upstream pion 8.83523e-06 - case= 72 upstream neutron 0.00367594 - case= 73 upstream proton 2.33017e-06 - case= 74 upstream ion 6.8213e-07 - case= 75 upstream otherMeson 0 + case= 70 upstream neutrino 0.000371099 + case= 71 upstream pion 6.98846e-06 + case= 72 upstream neutron 0.00324383 + case= 73 upstream proton 2.6959e-06 + case= 74 upstream ion 0 + case= 75 upstream otherMeson 7.34056e-07 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.00514525 - case= 78 upstream below 20 MeV electron 3.23201e-05 - case= 79 upstream below 20 MeV gamma 0.00159218 + case= 77 upstream below 20 MeV all 0.00460897 + case= 78 upstream below 20 MeV electron 5.66274e-05 + case= 79 upstream below 20 MeV gamma 0.00141223 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 2.24726e-05 + case= 81 upstream below 20 MeV neutrino 3.33092e-05 case= 82 upstream below 20 MeV pion 0 - case= 83 upstream below 20 MeV neutron 0.00349827 + case= 83 upstream below 20 MeV neutron 0.0031068 case= 84 upstream below 20 MeV proton 0 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.000573519 - case= 89 upstream above 20 MeV electron 9.73724e-06 - case= 90 upstream above 20 MeV gamma 1.76437e-05 + case= 88 upstream above 20 MeV all 0.000497758 + case= 89 upstream above 20 MeV electron 2.83862e-06 + case= 90 upstream above 20 MeV gamma 9.67786e-06 case= 91 upstream above 20 MeV muon 0 - case= 92 upstream above 20 MeV neutrino 0.000356618 - case= 93 upstream above 20 MeV pion 8.83523e-06 - case= 94 upstream above 20 MeV neutron 0.000177673 - case= 95 upstream above 20 MeV proton 2.33017e-06 - case= 96 upstream above 20 MeV ion 6.8213e-07 - case= 97 upstream above 20 MeV otherMeson 0 + case= 92 upstream above 20 MeV neutrino 0.00033779 + case= 93 upstream above 20 MeV pion 6.98846e-06 + case= 94 upstream above 20 MeV neutron 0.000137033 + case= 95 upstream above 20 MeV proton 2.6959e-06 + case= 96 upstream above 20 MeV ion 0 + case= 97 upstream above 20 MeV otherMeson 7.34056e-07 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 calorimeter all 66015 4.1131 271526 - case= 1 calorimeter electron 48963.5 1.63513 80061.6 - case= 2 calorimeter gamma 14389 5.44851 78398.4 - case= 3 calorimeter muon 6.45 18.7028 120.633 - case= 4 calorimeter neutrino 19.22 36.9023 709.262 - case= 5 calorimeter pion 58.29 1086.23 63316.6 - case= 6 calorimeter neutron 997.11 18.5749 18521.2 - case= 7 calorimeter proton 228.79 61.7313 14123.5 - case= 8 calorimeter ion 1346.71 0.899364 1211.18 - case= 9 calorimeter otherMeson 4.83 2877.64 13899 - case= 10 calorimeter otherBaryon 1.07 1088.9 1165.13 - case= 11 calorimeter below 20 MeV all 64885.4 0.663806 43071.3 - case= 12 calorimeter below 20 MeV electron 48526.7 0.450875 21879.5 - case= 13 calorimeter below 20 MeV gamma 13997.5 1.21494 17006 - case= 14 calorimeter below 20 MeV muon 5.96 4.17254 24.8684 - case= 15 calorimeter below 20 MeV neutrino 1.51 14.6329 22.0957 - case= 16 calorimeter below 20 MeV pion 1.17 12.1547 14.221 - case= 17 calorimeter below 20 MeV neutron 866.33 2.6441 2290.67 - case= 18 calorimeter below 20 MeV proton 150.76 8.05407 1214.23 - case= 19 calorimeter below 20 MeV ion 1335.32 0.462032 616.961 - case= 20 calorimeter below 20 MeV otherMeson 0.23 9.02507 2.07577 - case= 21 calorimeter below 20 MeV otherBaryon 0.05 13.688 0.684401 - case= 22 calorimeter above 20 MeV all 1129.53 202.257 228455 - case= 23 calorimeter above 20 MeV electron 436.87 133.18 58182.2 - case= 24 calorimeter above 20 MeV gamma 391.52 156.805 61392.3 - case= 25 calorimeter above 20 MeV muon 0.49 195.438 95.7648 - case= 26 calorimeter above 20 MeV neutrino 17.71 38.801 687.166 - case= 27 calorimeter above 20 MeV pion 57.12 1108.23 63302.3 - case= 28 calorimeter above 20 MeV neutron 130.78 124.106 16230.5 - case= 29 calorimeter above 20 MeV proton 78.03 165.44 12909.3 - case= 30 calorimeter above 20 MeV ion 11.39 52.1704 594.221 - case= 31 calorimeter above 20 MeV otherMeson 4.6 3021.07 13896.9 - case= 32 calorimeter above 20 MeV otherBaryon 1.02 1141.61 1164.44 + case= 0 calorimeter all 67078.1 4.11091 275752 + case= 1 calorimeter electron 49854.3 1.71117 85309.1 + case= 2 calorimeter gamma 14730.4 5.67827 83643.1 + case= 3 calorimeter muon 5.97 19.6306 117.195 + case= 4 calorimeter neutrino 17.85 37.5366 670.029 + case= 5 calorimeter pion 56.85 1111.05 63163.4 + case= 6 calorimeter neutron 930.16 17.5275 16303.4 + case= 7 calorimeter proton 212.9 62.9494 13401.9 + case= 8 calorimeter ion 1264.59 0.907527 1147.65 + case= 9 calorimeter otherMeson 3.98 2714.06 10802 + case= 10 calorimeter otherBaryon 1.09 1095.84 1194.46 + case= 11 calorimeter below 20 MeV all 65917.7 0.661381 43596.8 + case= 12 calorimeter below 20 MeV electron 49392.6 0.454297 22438.9 + case= 13 calorimeter below 20 MeV gamma 14315.3 1.20633 17268.9 + case= 14 calorimeter below 20 MeV muon 5.48 4.13155 22.6409 + case= 15 calorimeter below 20 MeV neutrino 1.66 14.3232 23.7766 + case= 16 calorimeter below 20 MeV pion 0.92 12.233 11.2544 + case= 17 calorimeter below 20 MeV neutron 808.64 2.63792 2133.13 + case= 18 calorimeter below 20 MeV proton 138.51 8.0486 1114.81 + case= 19 calorimeter below 20 MeV ion 1254.34 0.463045 580.815 + case= 20 calorimeter below 20 MeV otherMeson 0.24 6.59482 1.58276 + case= 21 calorimeter below 20 MeV otherBaryon 0.08 10.9932 0.879455 + case= 22 calorimeter above 20 MeV all 1160.39 200.067 232156 + case= 23 calorimeter above 20 MeV electron 461.75 136.156 62870.2 + case= 24 calorimeter above 20 MeV gamma 415.12 159.892 66374.2 + case= 25 calorimeter above 20 MeV muon 0.49 192.967 94.5536 + case= 26 calorimeter above 20 MeV neutrino 16.19 39.9168 646.253 + case= 27 calorimeter above 20 MeV pion 55.93 1129.13 63152.1 + case= 28 calorimeter above 20 MeV neutron 121.52 116.609 14170.3 + case= 29 calorimeter above 20 MeV proton 74.39 165.172 12287.1 + case= 30 calorimeter above 20 MeV ion 10.25 55.3009 566.835 + case= 31 calorimeter above 20 MeV otherMeson 3.74 2887.81 10800.4 + case= 32 calorimeter above 20 MeV otherBaryon 1.01 1181.77 1193.58 ============================================================= ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.23 MB +Dynamic pools deleted: 11 / Total memory freed: 0.24 MB ============================================================ diff --git a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.out b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.out index 1a9ab413cf1..f030aeef827 100644 --- a/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.out +++ b/examples/extended/hadronic/ParticleFluence/ConcentricSpheres/ConcentricSpheres.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -107,10 +107,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -281,7 +284,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -763,7 +766,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -788,7 +791,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -840,7 +843,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=52.080000s Real=53.832873s Sys=0.010000s + User=52.260000s Real=53.679642s Sys=0.070000s =============== Run::PrintInfo() =============== RunID = 0 @@ -856,305 +859,305 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 tracker forward all 0.0677112 - case= 1 tracker forward electron 0.000750498 - case= 2 tracker forward gamma 0.0142196 + case= 0 tracker forward all 0.0761561 + case= 1 tracker forward electron 0.000818805 + case= 2 tracker forward gamma 0.0183482 case= 3 tracker forward muon 0 - case= 4 tracker forward neutrino 0.000581269 - case= 5 tracker forward pion 0.000524526 - case= 6 tracker forward neutron 0.0515505 - case= 7 tracker forward proton 7.9811e-05 - case= 8 tracker forward ion 0 - case= 9 tracker forward otherMeson 4.96681e-06 - case= 10 tracker forward otherBaryon 0 - case= 11 tracker backward all 0.00926348 - case= 12 tracker backward electron 0.000179238 - case= 13 tracker backward gamma 0.0030346 + case= 4 tracker forward neutrino 0.000575107 + case= 5 tracker forward pion 0.000641277 + case= 6 tracker forward neutron 0.0556258 + case= 7 tracker forward proton 0.000102531 + case= 8 tracker forward ion 9.84812e-06 + case= 9 tracker forward otherMeson 2.21176e-05 + case= 10 tracker forward otherBaryon 1.23526e-05 + case= 11 tracker backward all 0.0100495 + case= 12 tracker backward electron 0.000127936 + case= 13 tracker backward gamma 0.00370611 case= 14 tracker backward muon 0 - case= 15 tracker backward neutrino 0.000238848 - case= 16 tracker backward pion 0 - case= 17 tracker backward neutron 0.00579624 - case= 18 tracker backward proton 1.45462e-05 + case= 15 tracker backward neutrino 0.00021445 + case= 16 tracker backward pion 2.51324e-06 + case= 17 tracker backward neutron 0.00599846 + case= 18 tracker backward proton 0 case= 19 tracker backward ion 0 case= 20 tracker backward otherMeson 0 case= 21 tracker backward otherBaryon 0 - case= 22 tracker below 20 MeV forward all 0.0650985 - case= 23 tracker below 20 MeV forward electron 0.000660191 - case= 24 tracker below 20 MeV forward gamma 0.0138365 + case= 22 tracker below 20 MeV forward all 0.0728463 + case= 23 tracker below 20 MeV forward electron 0.000614364 + case= 24 tracker below 20 MeV forward gamma 0.0176995 case= 25 tracker below 20 MeV forward muon 0 - case= 26 tracker below 20 MeV forward neutrino 3.35612e-05 + case= 26 tracker below 20 MeV forward neutrino 4.50738e-05 case= 27 tracker below 20 MeV forward pion 0 - case= 28 tracker below 20 MeV forward neutron 0.0505651 - case= 29 tracker below 20 MeV forward proton 3.20317e-06 + case= 28 tracker below 20 MeV forward neutron 0.0544777 + case= 29 tracker below 20 MeV forward proton 9.7138e-06 case= 30 tracker below 20 MeV forward ion 0 case= 31 tracker below 20 MeV forward otherMeson 0 case= 32 tracker below 20 MeV forward otherBaryon 0 - case= 33 tracker below 20 MeV backward all 0.00883824 - case= 34 tracker below 20 MeV backward electron 0.000176333 - case= 35 tracker below 20 MeV backward gamma 0.0030269 + case= 33 tracker below 20 MeV backward all 0.00964515 + case= 34 tracker below 20 MeV backward electron 0.000120105 + case= 35 tracker below 20 MeV backward gamma 0.00369769 case= 36 tracker below 20 MeV backward muon 0 - case= 37 tracker below 20 MeV backward neutrino 2.08584e-05 + case= 37 tracker below 20 MeV backward neutrino 1.6015e-05 case= 38 tracker below 20 MeV backward pion 0 - case= 39 tracker below 20 MeV backward neutron 0.00561111 - case= 40 tracker below 20 MeV backward proton 3.04713e-06 + case= 39 tracker below 20 MeV backward neutron 0.00581135 + case= 40 tracker below 20 MeV backward proton 0 case= 41 tracker below 20 MeV backward ion 0 case= 42 tracker below 20 MeV backward otherMeson 0 case= 43 tracker below 20 MeV backward otherBaryon 0 - case= 44 tracker above 20 MeV forward all 0.0026127 - case= 45 tracker above 20 MeV forward electron 9.03066e-05 - case= 46 tracker above 20 MeV forward gamma 0.000383115 + case= 44 tracker above 20 MeV forward all 0.00330975 + case= 45 tracker above 20 MeV forward electron 0.000204441 + case= 46 tracker above 20 MeV forward gamma 0.000648721 case= 47 tracker above 20 MeV forward muon 0 - case= 48 tracker above 20 MeV forward neutrino 0.000547708 - case= 49 tracker above 20 MeV forward pion 0.000524526 - case= 50 tracker above 20 MeV forward neutron 0.000985466 - case= 51 tracker above 20 MeV forward proton 7.66078e-05 - case= 52 tracker above 20 MeV forward ion 0 - case= 53 tracker above 20 MeV forward otherMeson 4.96681e-06 - case= 54 tracker above 20 MeV forward otherBaryon 0 - case= 55 tracker above 20 MeV backward all 0.000425232 - case= 56 tracker above 20 MeV backward electron 2.90488e-06 - case= 57 tracker above 20 MeV backward gamma 7.7078e-06 + case= 48 tracker above 20 MeV forward neutrino 0.000530033 + case= 49 tracker above 20 MeV forward pion 0.000641277 + case= 50 tracker above 20 MeV forward neutron 0.00114814 + case= 51 tracker above 20 MeV forward proton 9.28171e-05 + case= 52 tracker above 20 MeV forward ion 9.84812e-06 + case= 53 tracker above 20 MeV forward otherMeson 2.21176e-05 + case= 54 tracker above 20 MeV forward otherBaryon 1.23526e-05 + case= 55 tracker above 20 MeV backward all 0.000404318 + case= 56 tracker above 20 MeV backward electron 7.8311e-06 + case= 57 tracker above 20 MeV backward gamma 8.42242e-06 case= 58 tracker above 20 MeV backward muon 0 - case= 59 tracker above 20 MeV backward neutrino 0.00021799 - case= 60 tracker above 20 MeV backward pion 0 - case= 61 tracker above 20 MeV backward neutron 0.00018513 - case= 62 tracker above 20 MeV backward proton 1.14991e-05 + case= 59 tracker above 20 MeV backward neutrino 0.000198435 + case= 60 tracker above 20 MeV backward pion 2.51324e-06 + case= 61 tracker above 20 MeV backward neutron 0.000187116 + case= 62 tracker above 20 MeV backward proton 0 case= 63 tracker above 20 MeV backward ion 0 case= 64 tracker above 20 MeV backward otherMeson 0 case= 65 tracker above 20 MeV backward otherBaryon 0 - case= 66 emCalo forward all 0.0888273 - case= 67 emCalo forward electron 0.00127013 - case= 68 emCalo forward gamma 0.0239446 - case= 69 emCalo forward muon 1.88037e-06 - case= 70 emCalo forward neutrino 0.000483152 - case= 71 emCalo forward pion 0.00025847 - case= 72 emCalo forward neutron 0.0627355 - case= 73 emCalo forward proton 0.000114677 - case= 74 emCalo forward ion 1.46154e-06 - case= 75 emCalo forward otherMeson 1.58986e-05 - case= 76 emCalo forward otherBaryon 1.46735e-06 - case= 77 emCalo backward all 0.00487755 - case= 78 emCalo backward electron 4.04715e-05 - case= 79 emCalo backward gamma 0.000692098 + case= 66 emCalo forward all 0.0868003 + case= 67 emCalo forward electron 0.00137015 + case= 68 emCalo forward gamma 0.0214319 + case= 69 emCalo forward muon 2.11644e-06 + case= 70 emCalo forward neutrino 0.000578267 + case= 71 emCalo forward pion 0.000288715 + case= 72 emCalo forward neutron 0.0629974 + case= 73 emCalo forward proton 0.00010393 + case= 74 emCalo forward ion 3.32403e-06 + case= 75 emCalo forward otherMeson 2.23598e-05 + case= 76 emCalo forward otherBaryon 2.16176e-06 + case= 77 emCalo backward all 0.00472228 + case= 78 emCalo backward electron 3.36524e-05 + case= 79 emCalo backward gamma 0.000737431 case= 80 emCalo backward muon 0 - case= 81 emCalo backward neutrino 0.000109647 + case= 81 emCalo backward neutrino 0.000118832 case= 82 emCalo backward pion 0 - case= 83 emCalo backward neutron 0.00403534 + case= 83 emCalo backward neutron 0.00383236 case= 84 emCalo backward proton 0 case= 85 emCalo backward ion 0 case= 86 emCalo backward otherMeson 0 case= 87 emCalo backward otherBaryon 0 - case= 88 emCalo below 20 MeV forward all 0.0863715 - case= 89 emCalo below 20 MeV forward electron 0.00108705 - case= 90 emCalo below 20 MeV forward gamma 0.0234762 + case= 88 emCalo below 20 MeV forward all 0.0842473 + case= 89 emCalo below 20 MeV forward electron 0.00115072 + case= 90 emCalo below 20 MeV forward gamma 0.0210065 case= 91 emCalo below 20 MeV forward muon 0 - case= 92 emCalo below 20 MeV forward neutrino 3.12927e-05 - case= 93 emCalo below 20 MeV forward pion 6.82943e-07 - case= 94 emCalo below 20 MeV forward neutron 0.0617662 - case= 95 emCalo below 20 MeV forward proton 9.54241e-06 - case= 96 emCalo below 20 MeV forward ion 5.1572e-07 + case= 92 emCalo below 20 MeV forward neutrino 6.43096e-05 + case= 93 emCalo below 20 MeV forward pion 3.12724e-06 + case= 94 emCalo below 20 MeV forward neutron 0.0620184 + case= 95 emCalo below 20 MeV forward proton 3.58499e-06 + case= 96 emCalo below 20 MeV forward ion 5.05023e-07 case= 97 emCalo below 20 MeV forward otherMeson 0 - case= 98 emCalo below 20 MeV forward otherBaryon 0 - case= 99 emCalo below 20 MeV backward all 0.00476379 - case=100 emCalo below 20 MeV backward electron 4.04715e-05 - case=101 emCalo below 20 MeV backward gamma 0.000692098 + case= 98 emCalo below 20 MeV forward otherBaryon 1.32789e-07 + case= 99 emCalo below 20 MeV backward all 0.00460155 + case=100 emCalo below 20 MeV backward electron 3.36524e-05 + case=101 emCalo below 20 MeV backward gamma 0.000737431 case=102 emCalo below 20 MeV backward muon 0 - case=103 emCalo below 20 MeV backward neutrino 1.20141e-05 + case=103 emCalo below 20 MeV backward neutrino 1.02196e-05 case=104 emCalo below 20 MeV backward pion 0 - case=105 emCalo below 20 MeV backward neutron 0.00401921 + case=105 emCalo below 20 MeV backward neutron 0.00382024 case=106 emCalo below 20 MeV backward proton 0 case=107 emCalo below 20 MeV backward ion 0 case=108 emCalo below 20 MeV backward otherMeson 0 case=109 emCalo below 20 MeV backward otherBaryon 0 - case=110 emCalo above 20 MeV forward all 0.00245575 - case=111 emCalo above 20 MeV forward electron 0.000183078 - case=112 emCalo above 20 MeV forward gamma 0.000468377 - case=113 emCalo above 20 MeV forward muon 1.88037e-06 - case=114 emCalo above 20 MeV forward neutrino 0.000451859 - case=115 emCalo above 20 MeV forward pion 0.000257787 - case=116 emCalo above 20 MeV forward neutron 0.000969318 - case=117 emCalo above 20 MeV forward proton 0.000105135 - case=118 emCalo above 20 MeV forward ion 9.45825e-07 - case=119 emCalo above 20 MeV forward otherMeson 1.58986e-05 - case=120 emCalo above 20 MeV forward otherBaryon 1.46735e-06 - case=121 emCalo above 20 MeV backward all 0.000113764 + case=110 emCalo above 20 MeV forward all 0.00255304 + case=111 emCalo above 20 MeV forward electron 0.000219435 + case=112 emCalo above 20 MeV forward gamma 0.000425313 + case=113 emCalo above 20 MeV forward muon 2.11644e-06 + case=114 emCalo above 20 MeV forward neutrino 0.000513958 + case=115 emCalo above 20 MeV forward pion 0.000285588 + case=116 emCalo above 20 MeV forward neutron 0.000979077 + case=117 emCalo above 20 MeV forward proton 0.000100345 + case=118 emCalo above 20 MeV forward ion 2.81901e-06 + case=119 emCalo above 20 MeV forward otherMeson 2.23598e-05 + case=120 emCalo above 20 MeV forward otherBaryon 2.02897e-06 + case=121 emCalo above 20 MeV backward all 0.000120732 case=122 emCalo above 20 MeV backward electron 0 case=123 emCalo above 20 MeV backward gamma 0 case=124 emCalo above 20 MeV backward muon 0 - case=125 emCalo above 20 MeV backward neutrino 9.76332e-05 + case=125 emCalo above 20 MeV backward neutrino 0.000108612 case=126 emCalo above 20 MeV backward pion 0 - case=127 emCalo above 20 MeV backward neutron 1.61307e-05 + case=127 emCalo above 20 MeV backward neutron 1.21202e-05 case=128 emCalo above 20 MeV backward proton 0 case=129 emCalo above 20 MeV backward ion 0 case=130 emCalo above 20 MeV backward otherMeson 0 case=131 emCalo above 20 MeV backward otherBaryon 0 - case=132 hadCalo forward all 0.000246367 - case=133 hadCalo forward electron 2.90237e-06 - case=134 hadCalo forward gamma 7.27518e-05 - case=135 hadCalo forward muon 5.51918e-08 - case=136 hadCalo forward neutrino 8.18677e-05 - case=137 hadCalo forward pion 8.29293e-07 - case=138 hadCalo forward neutron 8.70607e-05 - case=139 hadCalo forward proton 8.99927e-07 - case=140 hadCalo forward ion 0 - case=141 hadCalo forward otherMeson 0 + case=132 hadCalo forward all 0.000290795 + case=133 hadCalo forward electron 7.47671e-06 + case=134 hadCalo forward gamma 9.837e-05 + case=135 hadCalo forward muon 5.48351e-08 + case=136 hadCalo forward neutrino 8.33324e-05 + case=137 hadCalo forward pion 1.53738e-06 + case=138 hadCalo forward neutron 9.87189e-05 + case=139 hadCalo forward proton 1.11019e-06 + case=140 hadCalo forward ion 1.31779e-07 + case=141 hadCalo forward otherMeson 6.27481e-08 case=142 hadCalo forward otherBaryon 0 - case=143 hadCalo backward all 2.8855e-05 + case=143 hadCalo backward all 2.9785e-05 case=144 hadCalo backward electron 0 case=145 hadCalo backward gamma 0 case=146 hadCalo backward muon 0 - case=147 hadCalo backward neutrino 2.8855e-05 + case=147 hadCalo backward neutrino 2.96504e-05 case=148 hadCalo backward pion 0 - case=149 hadCalo backward neutron 0 + case=149 hadCalo backward neutron 1.34605e-07 case=150 hadCalo backward proton 0 case=151 hadCalo backward ion 0 case=152 hadCalo backward otherMeson 0 case=153 hadCalo backward otherBaryon 0 - case=154 hadCalo below 20 MeV forward all 0.000158908 - case=155 hadCalo below 20 MeV forward electron 2.49903e-06 - case=156 hadCalo below 20 MeV forward gamma 7.06958e-05 + case=154 hadCalo below 20 MeV forward all 0.000194762 + case=155 hadCalo below 20 MeV forward electron 4.81639e-06 + case=156 hadCalo below 20 MeV forward gamma 9.23018e-05 case=157 hadCalo below 20 MeV forward muon 0 - case=158 hadCalo below 20 MeV forward neutrino 5.95952e-06 - case=159 hadCalo below 20 MeV forward pion 5.84072e-08 - case=160 hadCalo below 20 MeV forward neutron 7.96954e-05 - case=161 hadCalo below 20 MeV forward proton 0 + case=158 hadCalo below 20 MeV forward neutrino 8.68967e-06 + case=159 hadCalo below 20 MeV forward pion 0 + case=160 hadCalo below 20 MeV forward neutron 8.88836e-05 + case=161 hadCalo below 20 MeV forward proton 7.02825e-08 case=162 hadCalo below 20 MeV forward ion 0 case=163 hadCalo below 20 MeV forward otherMeson 0 case=164 hadCalo below 20 MeV forward otherBaryon 0 - case=165 hadCalo below 20 MeV backward all 2.41275e-06 + case=165 hadCalo below 20 MeV backward all 2.49626e-06 case=166 hadCalo below 20 MeV backward electron 0 case=167 hadCalo below 20 MeV backward gamma 0 case=168 hadCalo below 20 MeV backward muon 0 - case=169 hadCalo below 20 MeV backward neutrino 2.41275e-06 + case=169 hadCalo below 20 MeV backward neutrino 2.41765e-06 case=170 hadCalo below 20 MeV backward pion 0 - case=171 hadCalo below 20 MeV backward neutron 0 + case=171 hadCalo below 20 MeV backward neutron 7.86095e-08 case=172 hadCalo below 20 MeV backward proton 0 case=173 hadCalo below 20 MeV backward ion 0 case=174 hadCalo below 20 MeV backward otherMeson 0 case=175 hadCalo below 20 MeV backward otherBaryon 0 - case=176 hadCalo above 20 MeV forward all 8.74589e-05 - case=177 hadCalo above 20 MeV forward electron 4.03346e-07 - case=178 hadCalo above 20 MeV forward gamma 2.05603e-06 - case=179 hadCalo above 20 MeV forward muon 5.51918e-08 - case=180 hadCalo above 20 MeV forward neutrino 7.59082e-05 - case=181 hadCalo above 20 MeV forward pion 7.70886e-07 - case=182 hadCalo above 20 MeV forward neutron 7.36535e-06 - case=183 hadCalo above 20 MeV forward proton 8.99927e-07 - case=184 hadCalo above 20 MeV forward ion 0 - case=185 hadCalo above 20 MeV forward otherMeson 0 + case=176 hadCalo above 20 MeV forward all 9.60331e-05 + case=177 hadCalo above 20 MeV forward electron 2.66032e-06 + case=178 hadCalo above 20 MeV forward gamma 6.06817e-06 + case=179 hadCalo above 20 MeV forward muon 5.48351e-08 + case=180 hadCalo above 20 MeV forward neutrino 7.46427e-05 + case=181 hadCalo above 20 MeV forward pion 1.53738e-06 + case=182 hadCalo above 20 MeV forward neutron 9.8352e-06 + case=183 hadCalo above 20 MeV forward proton 1.0399e-06 + case=184 hadCalo above 20 MeV forward ion 1.31779e-07 + case=185 hadCalo above 20 MeV forward otherMeson 6.27481e-08 case=186 hadCalo above 20 MeV forward otherBaryon 0 - case=187 hadCalo above 20 MeV backward all 2.64423e-05 + case=187 hadCalo above 20 MeV backward all 2.72887e-05 case=188 hadCalo above 20 MeV backward electron 0 case=189 hadCalo above 20 MeV backward gamma 0 case=190 hadCalo above 20 MeV backward muon 0 - case=191 hadCalo above 20 MeV backward neutrino 2.64423e-05 + case=191 hadCalo above 20 MeV backward neutrino 2.72327e-05 case=192 hadCalo above 20 MeV backward pion 0 - case=193 hadCalo above 20 MeV backward neutron 0 + case=193 hadCalo above 20 MeV backward neutron 5.59954e-08 case=194 hadCalo above 20 MeV backward proton 0 case=195 hadCalo above 20 MeV backward ion 0 case=196 hadCalo above 20 MeV backward otherMeson 0 case=197 hadCalo above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 tracker all 169.64 77.1143 13081.7 - case= 1 tracker electron 95.25 3.01214 286.907 - case= 2 tracker gamma 10.14 307.977 3122.88 - case= 3 tracker muon 0.02 4.11981 0.0823963 - case= 4 tracker neutrino 0.06 33.9285 2.03571 - case= 5 tracker pion 1.88 3834.48 7208.83 - case= 6 tracker neutron 1.73 93.6194 161.962 - case= 7 tracker proton 44.28 11.9779 530.382 - case= 8 tracker ion 16.07 1.14946 18.4718 - case= 9 tracker otherMeson 0.2 8723.95 1744.79 - case= 10 tracker otherBaryon 0.01 532.528 5.32528 - case= 11 tracker below 20 MeV all 163.99 0.57155 93.7285 - case= 12 tracker below 20 MeV electron 94.78 0.3513 33.2962 - case= 13 tracker below 20 MeV gamma 8.58 1.41514 12.1419 - case= 14 tracker below 20 MeV muon 0.02 4.11981 0.0823963 + case= 0 tracker all 213.05 70.2343 14963.4 + case= 1 tracker electron 125.05 4.11943 515.135 + case= 2 tracker gamma 13.64 219.435 2993.09 + case= 3 tracker muon 0.05 6.12585 0.306293 + case= 4 tracker neutrino 0.15 32.8126 4.92189 + case= 5 tracker pion 2.81 2822.65 7931.65 + case= 6 tracker neutron 2.38 106.543 253.572 + case= 7 tracker proton 49.38 10.7949 533.053 + case= 8 tracker ion 19.2 1.76063 33.8042 + case= 9 tracker otherMeson 0.34 6805.59 2313.9 + case= 10 tracker otherBaryon 0.05 7679.8 383.99 + case= 11 tracker below 20 MeV all 204.22 0.554382 113.216 + case= 12 tracker below 20 MeV electron 124.15 0.311866 38.7182 + case= 13 tracker below 20 MeV gamma 10.89 1.41555 15.4153 + case= 14 tracker below 20 MeV muon 0.05 6.12585 0.306293 case= 15 tracker below 20 MeV neutrino 0 0 0 case= 16 tracker below 20 MeV pion 0.01 2.88183 0.0288183 - case= 17 tracker below 20 MeV neutron 1 6.07725 6.07725 - case= 18 tracker below 20 MeV proton 43.66 0.691895 30.2081 - case= 19 tracker below 20 MeV ion 15.94 0.746158 11.8938 + case= 17 tracker below 20 MeV neutron 1.59 6.13005 9.74677 + case= 18 tracker below 20 MeV proton 48.67 0.696344 33.8911 + case= 19 tracker below 20 MeV ion 18.86 0.801133 15.1094 case= 20 tracker below 20 MeV otherMeson 0 0 0 case= 21 tracker below 20 MeV otherBaryon 0 0 0 - case= 22 tracker above 20 MeV all 5.65 2298.75 12987.9 - case= 23 tracker above 20 MeV electron 0.47 539.597 253.61 - case= 24 tracker above 20 MeV gamma 1.56 1994.07 3110.74 + case= 22 tracker above 20 MeV all 8.83 1681.79 14850.2 + case= 23 tracker above 20 MeV electron 0.9 529.352 476.417 + case= 24 tracker above 20 MeV gamma 2.75 1082.79 2977.68 case= 25 tracker above 20 MeV muon 0 0 0 - case= 26 tracker above 20 MeV neutrino 0.06 33.9285 2.03571 - case= 27 tracker above 20 MeV pion 1.87 3854.97 7208.8 - case= 28 tracker above 20 MeV neutron 0.73 213.54 155.884 - case= 29 tracker above 20 MeV proton 0.62 806.733 500.174 - case= 30 tracker above 20 MeV ion 0.13 50.5999 6.57799 - case= 31 tracker above 20 MeV otherMeson 0.2 8723.95 1744.79 - case= 32 tracker above 20 MeV otherBaryon 0.01 532.528 5.32528 - case= 33 emCalo all 27020.9 5.62105 151886 - case= 34 emCalo electron 16454.7 3.05556 50278.1 - case= 35 emCalo gamma 9000.26 5.4469 49023.5 - case= 36 emCalo muon 1.66 25.8719 42.9473 - case= 37 emCalo neutrino 4.91 36.2599 178.036 - case= 38 emCalo pion 24.13 1261.7 30444.8 - case= 39 emCalo neutron 549.74 12.2386 6728.02 - case= 40 emCalo proton 45.17 128.332 5796.76 - case= 41 emCalo ion 937.68 0.680024 637.645 - case= 42 emCalo otherMeson 2.09 3664.74 7659.31 - case= 43 emCalo otherBaryon 0.55 1993.45 1096.4 - case= 44 emCalo below 20 MeV all 26384 0.987768 26061.2 - case= 45 emCalo below 20 MeV electron 16185.3 0.807308 13066.5 - case= 46 emCalo below 20 MeV gamma 8741.04 1.30812 11434.3 - case= 47 emCalo below 20 MeV muon 1.56 4.11981 6.42691 - case= 48 emCalo below 20 MeV neutrino 0.36 15.1934 5.46962 - case= 49 emCalo below 20 MeV pion 0.42 12.4187 5.21587 - case= 50 emCalo below 20 MeV neutron 504.49 2.04455 1031.45 - case= 51 emCalo below 20 MeV proton 19.74 10.0398 198.186 - case= 52 emCalo below 20 MeV ion 930.98 0.335992 312.802 - case= 53 emCalo below 20 MeV otherMeson 0.06 8.61432 0.516859 - case= 54 emCalo below 20 MeV otherBaryon 0.04 8.75622 0.350249 - case= 55 emCalo above 20 MeV all 636.89 197.561 125824 - case= 56 emCalo above 20 MeV electron 269.39 138.133 37211.6 - case= 57 emCalo above 20 MeV gamma 259.22 145.009 37589.2 - case= 58 emCalo above 20 MeV muon 0.1 365.204 36.5204 - case= 59 emCalo above 20 MeV neutrino 4.55 37.9267 172.566 - case= 60 emCalo above 20 MeV pion 23.71 1283.83 30439.5 - case= 61 emCalo above 20 MeV neutron 45.25 125.891 5696.57 - case= 62 emCalo above 20 MeV proton 25.43 220.156 5598.57 - case= 63 emCalo above 20 MeV ion 6.7 48.484 324.843 - case= 64 emCalo above 20 MeV otherMeson 2.03 3772.81 7658.8 - case= 65 emCalo above 20 MeV otherBaryon 0.51 2149.12 1096.05 - case= 66 hadCalo all 38894.6 2.7346 106361 - case= 67 hadCalo electron 28745 1.10098 31647.7 - case= 68 hadCalo gamma 8047.66 3.6957 29741.8 - case= 69 hadCalo muon 4.27 15.7791 67.3766 - case= 70 hadCalo neutrino 12.87 35.8385 461.242 - case= 71 hadCalo pion 31.19 669.184 20871.9 - case= 72 hadCalo neutron 770.78 14.5835 11240.7 - case= 73 hadCalo proton 164.16 48.8864 8025.2 - case= 74 hadCalo ion 1116.24 0.712479 795.298 - case= 75 hadCalo otherMeson 1.83 1687.06 3087.33 - case= 76 hadCalo otherBaryon 0.56 754.606 422.58 - case= 77 hadCalo below 20 MeV all 38370.9 0.641934 24631.6 - case= 78 hadCalo below 20 MeV electron 28569 0.420549 12014.7 - case= 79 hadCalo below 20 MeV gamma 7895.99 1.21114 9563.18 - case= 80 hadCalo below 20 MeV muon 4 4.16522 16.6609 - case= 81 hadCalo below 20 MeV neutrino 0.99 15.2415 15.0891 - case= 82 hadCalo below 20 MeV pion 1.01 12.7416 12.869 - case= 83 hadCalo below 20 MeV neutron 678.29 2.51082 1703.07 - case= 84 hadCalo below 20 MeV proton 112.53 8.00173 900.435 - case= 85 hadCalo below 20 MeV ion 1108.84 0.364374 404.032 - case= 86 hadCalo below 20 MeV otherMeson 0.18 5.98262 1.07687 - case= 87 hadCalo below 20 MeV otherBaryon 0.03 16.5539 0.496616 - case= 88 hadCalo above 20 MeV all 523.66 156.073 81729.4 - case= 89 hadCalo above 20 MeV electron 175.96 111.576 19633 - case= 90 hadCalo above 20 MeV gamma 151.67 133.043 20178.6 - case= 91 hadCalo above 20 MeV muon 0.27 187.836 50.7157 - case= 92 hadCalo above 20 MeV neutrino 11.88 37.5549 446.153 - case= 93 hadCalo above 20 MeV pion 30.18 691.152 20859 - case= 94 hadCalo above 20 MeV neutron 92.49 103.121 9537.63 - case= 95 hadCalo above 20 MeV proton 51.63 137.997 7124.76 - case= 96 hadCalo above 20 MeV ion 7.4 52.8737 391.265 - case= 97 hadCalo above 20 MeV otherMeson 1.65 1870.45 3086.25 - case= 98 hadCalo above 20 MeV otherBaryon 0.53 796.383 422.083 + case= 26 tracker above 20 MeV neutrino 0.15 32.8126 4.92189 + case= 27 tracker above 20 MeV pion 2.8 2832.72 7931.62 + case= 28 tracker above 20 MeV neutron 0.79 308.64 243.825 + case= 29 tracker above 20 MeV proton 0.71 703.045 499.162 + case= 30 tracker above 20 MeV ion 0.34 54.9848 18.6948 + case= 31 tracker above 20 MeV otherMeson 0.34 6805.59 2313.9 + case= 32 tracker above 20 MeV otherBaryon 0.05 7679.8 383.99 + case= 33 emCalo all 25471.3 5.39842 137505 + case= 34 emCalo electron 15460.3 2.8664 44315.4 + case= 35 emCalo gamma 8426.37 5.15955 43476.2 + case= 36 emCalo muon 1.79 14.4449 25.8564 + case= 37 emCalo neutrino 5.3 36.5139 193.524 + case= 38 emCalo pion 24.38 1214.74 29615.4 + case= 39 emCalo neutron 553.22 12.7637 7061.13 + case= 40 emCalo proton 46.21 93.7003 4329.89 + case= 41 emCalo ion 951 0.66615 633.509 + case= 42 emCalo otherMeson 2.08 3135.31 6521.45 + case= 43 emCalo otherBaryon 0.68 1959.47 1332.44 + case= 44 emCalo below 20 MeV all 24881.1 0.9711 24162 + case= 45 emCalo below 20 MeV electron 15214.6 0.793193 12068.1 + case= 46 emCalo below 20 MeV gamma 8193.25 1.28545 10532 + case= 47 emCalo below 20 MeV muon 1.67 4.11981 6.88009 + case= 48 emCalo below 20 MeV neutrino 0.47 13.9012 6.53357 + case= 49 emCalo below 20 MeV pion 0.4 12.0857 4.83429 + case= 50 emCalo below 20 MeV neutron 506.65 2.0499 1038.58 + case= 51 emCalo below 20 MeV proton 18.98 9.85523 187.052 + case= 52 emCalo below 20 MeV ion 944.94 0.334761 316.329 + case= 53 emCalo below 20 MeV otherMeson 0.09 9.07577 0.81682 + case= 54 emCalo below 20 MeV otherBaryon 0.08 11.0499 0.883996 + case= 55 emCalo above 20 MeV all 590.19 192.045 113343 + case= 56 emCalo above 20 MeV electron 245.69 131.252 32247.3 + case= 57 emCalo above 20 MeV gamma 233.12 141.319 32944.2 + case= 58 emCalo above 20 MeV muon 0.12 158.136 18.9763 + case= 59 emCalo above 20 MeV neutrino 4.83 38.7144 186.99 + case= 60 emCalo above 20 MeV pion 23.98 1234.8 29610.6 + case= 61 emCalo above 20 MeV neutron 46.57 129.322 6022.55 + case= 62 emCalo above 20 MeV proton 27.23 152.142 4142.84 + case= 63 emCalo above 20 MeV ion 6.06 52.3399 317.18 + case= 64 emCalo above 20 MeV otherMeson 1.99 3276.7 6520.63 + case= 65 emCalo above 20 MeV otherBaryon 0.6 2219.26 1331.56 + case= 66 hadCalo all 38684 2.83587 109702 + case= 67 hadCalo electron 28535.4 1.12195 32015.1 + case= 68 hadCalo gamma 8050.89 3.71817 29934.6 + case= 69 hadCalo muon 4.21 23.1799 97.5874 + case= 70 hadCalo neutrino 12.66 37.7877 478.392 + case= 71 hadCalo pion 30.26 764.671 23138.9 + case= 72 hadCalo neutron 770.03 13.9873 10770.6 + case= 73 hadCalo proton 166.78 49.3968 8238.41 + case= 74 hadCalo ion 1111.13 0.727172 807.983 + case= 75 hadCalo otherMeson 1.97 1899.92 3742.83 + case= 76 hadCalo otherBaryon 0.67 713.502 478.046 + case= 77 hadCalo below 20 MeV all 38159.1 0.640693 24448.3 + case= 78 hadCalo below 20 MeV electron 28357.7 0.418179 11858.6 + case= 79 hadCalo below 20 MeV gamma 7899.01 1.20752 9538.24 + case= 80 hadCalo below 20 MeV muon 3.85 4.12756 15.8911 + case= 81 hadCalo below 20 MeV neutrino 1.31 14.9487 19.5828 + case= 82 hadCalo below 20 MeV pion 0.85 12.6439 10.7473 + case= 83 hadCalo below 20 MeV neutron 679.21 2.49388 1693.87 + case= 84 hadCalo below 20 MeV proton 113.15 8.01775 907.208 + case= 85 hadCalo below 20 MeV ion 1103.83 0.364941 402.833 + case= 86 hadCalo below 20 MeV otherMeson 0.14 5.27417 0.738384 + case= 87 hadCalo below 20 MeV otherBaryon 0.04 14.5524 0.582095 + case= 88 hadCalo above 20 MeV all 524.87 162.429 85254.2 + case= 89 hadCalo above 20 MeV electron 177.66 113.456 20156.5 + case= 90 hadCalo above 20 MeV gamma 151.88 134.292 20396.3 + case= 91 hadCalo above 20 MeV muon 0.36 226.934 81.6963 + case= 92 hadCalo above 20 MeV neutrino 11.35 40.4237 458.809 + case= 93 hadCalo above 20 MeV pion 29.41 786.405 23128.2 + case= 94 hadCalo above 20 MeV neutron 90.82 99.9424 9076.77 + case= 95 hadCalo above 20 MeV proton 53.63 136.7 7331.2 + case= 96 hadCalo above 20 MeV ion 7.3 55.5 405.15 + case= 97 hadCalo above 20 MeV otherMeson 1.83 2044.86 3742.1 + case= 98 hadCalo above 20 MeV otherBaryon 0.63 757.88 477.464 ============================================================= @@ -1255,7 +1258,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=71.850000s Real=74.640756s Sys=0.020000s + User=74.370000s Real=76.492314s Sys=0.030000s =============== Run::PrintInfo() =============== RunID = 1 @@ -1271,198 +1274,198 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 tracker forward all 0.345533 - case= 1 tracker forward electron 0.00150254 - case= 2 tracker forward gamma 0.0215452 - case= 3 tracker forward muon 5.92351e-06 - case= 4 tracker forward neutrino 0.00067864 - case= 5 tracker forward pion 0.000753072 - case= 6 tracker forward neutron 0.32083 - case= 7 tracker forward proton 0.000147034 - case= 8 tracker forward ion 2.73347e-06 - case= 9 tracker forward otherMeson 6.25821e-05 - case= 10 tracker forward otherBaryon 5.40606e-06 - case= 11 tracker backward all 0.218991 - case= 12 tracker backward electron 0.000153461 - case= 13 tracker backward gamma 0.00376475 - case= 14 tracker backward muon 2.97557e-06 - case= 15 tracker backward neutrino 0.000283422 - case= 16 tracker backward pion 9.53926e-06 - case= 17 tracker backward neutron 0.214777 - case= 18 tracker backward proton 0 + case= 0 tracker forward all 0.362632 + case= 1 tracker forward electron 0.00182851 + case= 2 tracker forward gamma 0.0225416 + case= 3 tracker forward muon 9.19701e-06 + case= 4 tracker forward neutrino 0.000786789 + case= 5 tracker forward pion 0.000824591 + case= 6 tracker forward neutron 0.33648 + case= 7 tracker forward proton 0.000121249 + case= 8 tracker forward ion 0 + case= 9 tracker forward otherMeson 3.52907e-05 + case= 10 tracker forward otherBaryon 4.93974e-06 + case= 11 tracker backward all 0.233195 + case= 12 tracker backward electron 0.000295024 + case= 13 tracker backward gamma 0.00420918 + case= 14 tracker backward muon 0 + case= 15 tracker backward neutrino 0.000307581 + case= 16 tracker backward pion 1.32032e-05 + case= 17 tracker backward neutron 0.228368 + case= 18 tracker backward proton 2.51735e-06 case= 19 tracker backward ion 0 case= 20 tracker backward otherMeson 0 case= 21 tracker backward otherBaryon 0 - case= 22 tracker below 20 MeV forward all 0.341126 - case= 23 tracker below 20 MeV forward electron 0.0011234 - case= 24 tracker below 20 MeV forward gamma 0.0207226 - case= 25 tracker below 20 MeV forward muon 2.94192e-06 - case= 26 tracker below 20 MeV forward neutrino 2.15978e-05 - case= 27 tracker below 20 MeV forward pion 7.18839e-06 - case= 28 tracker below 20 MeV forward neutron 0.319242 - case= 29 tracker below 20 MeV forward proton 3.00175e-06 + case= 22 tracker below 20 MeV forward all 0.357503 + case= 23 tracker below 20 MeV forward electron 0.00128169 + case= 24 tracker below 20 MeV forward gamma 0.0214854 + case= 25 tracker below 20 MeV forward muon 0 + case= 26 tracker below 20 MeV forward neutrino 6.03662e-05 + case= 27 tracker below 20 MeV forward pion 6.18369e-06 + case= 28 tracker below 20 MeV forward neutron 0.334661 + case= 29 tracker below 20 MeV forward proton 8.13927e-06 case= 30 tracker below 20 MeV forward ion 0 - case= 31 tracker below 20 MeV forward otherMeson 2.62771e-06 + case= 31 tracker below 20 MeV forward otherMeson 0 case= 32 tracker below 20 MeV forward otherBaryon 0 - case= 33 tracker below 20 MeV backward all 0.218413 - case= 34 tracker below 20 MeV backward electron 0.000153461 - case= 35 tracker below 20 MeV backward gamma 0.00375201 + case= 33 tracker below 20 MeV backward all 0.232583 + case= 34 tracker below 20 MeV backward electron 0.000292027 + case= 35 tracker below 20 MeV backward gamma 0.00419746 case= 36 tracker below 20 MeV backward muon 0 - case= 37 tracker below 20 MeV backward neutrino 1.59188e-05 - case= 38 tracker below 20 MeV backward pion 2.99509e-06 - case= 39 tracker below 20 MeV backward neutron 0.214488 + case= 37 tracker below 20 MeV backward neutrino 5.10236e-05 + case= 38 tracker below 20 MeV backward pion 3.21509e-06 + case= 39 tracker below 20 MeV backward neutron 0.22804 case= 40 tracker below 20 MeV backward proton 0 case= 41 tracker below 20 MeV backward ion 0 case= 42 tracker below 20 MeV backward otherMeson 0 case= 43 tracker below 20 MeV backward otherBaryon 0 - case= 44 tracker above 20 MeV forward all 0.0044074 - case= 45 tracker above 20 MeV forward electron 0.000379139 - case= 46 tracker above 20 MeV forward gamma 0.000822625 - case= 47 tracker above 20 MeV forward muon 2.98159e-06 - case= 48 tracker above 20 MeV forward neutrino 0.000657042 - case= 49 tracker above 20 MeV forward pion 0.000745883 - case= 50 tracker above 20 MeV forward neutron 0.00158761 - case= 51 tracker above 20 MeV forward proton 0.000144032 - case= 52 tracker above 20 MeV forward ion 2.73347e-06 - case= 53 tracker above 20 MeV forward otherMeson 5.99544e-05 - case= 54 tracker above 20 MeV forward otherBaryon 5.40606e-06 - case= 55 tracker above 20 MeV backward all 0.000578087 - case= 56 tracker above 20 MeV backward electron 0 - case= 57 tracker above 20 MeV backward gamma 1.27387e-05 - case= 58 tracker above 20 MeV backward muon 2.97557e-06 - case= 59 tracker above 20 MeV backward neutrino 0.000267503 - case= 60 tracker above 20 MeV backward pion 6.54417e-06 - case= 61 tracker above 20 MeV backward neutron 0.000288325 - case= 62 tracker above 20 MeV backward proton 0 + case= 44 tracker above 20 MeV forward all 0.0051284 + case= 45 tracker above 20 MeV forward electron 0.000546819 + case= 46 tracker above 20 MeV forward gamma 0.00105614 + case= 47 tracker above 20 MeV forward muon 9.19701e-06 + case= 48 tracker above 20 MeV forward neutrino 0.000726422 + case= 49 tracker above 20 MeV forward pion 0.000818408 + case= 50 tracker above 20 MeV forward neutron 0.00181807 + case= 51 tracker above 20 MeV forward proton 0.00011311 + case= 52 tracker above 20 MeV forward ion 0 + case= 53 tracker above 20 MeV forward otherMeson 3.52907e-05 + case= 54 tracker above 20 MeV forward otherBaryon 4.93974e-06 + case= 55 tracker above 20 MeV backward all 0.000612126 + case= 56 tracker above 20 MeV backward electron 2.99719e-06 + case= 57 tracker above 20 MeV backward gamma 1.17233e-05 + case= 58 tracker above 20 MeV backward muon 0 + case= 59 tracker above 20 MeV backward neutrino 0.000256558 + case= 60 tracker above 20 MeV backward pion 9.98812e-06 + case= 61 tracker above 20 MeV backward neutron 0.000328343 + case= 62 tracker above 20 MeV backward proton 2.51735e-06 case= 63 tracker above 20 MeV backward ion 0 case= 64 tracker above 20 MeV backward otherMeson 0 case= 65 tracker above 20 MeV backward otherBaryon 0 - case= 66 emCalo forward all 0.192722 - case= 67 emCalo forward electron 0.000957907 - case= 68 emCalo forward gamma 0.0183881 - case= 69 emCalo forward muon 3.46199e-06 - case= 70 emCalo forward neutrino 0.000624894 - case= 71 emCalo forward pion 0.000248813 - case= 72 emCalo forward neutron 0.172384 - case= 73 emCalo forward proton 8.97036e-05 - case= 74 emCalo forward ion 3.93378e-06 - case= 75 emCalo forward otherMeson 1.92082e-05 - case= 76 emCalo forward otherBaryon 2.11148e-06 - case= 77 emCalo backward all 0.0443521 - case= 78 emCalo backward electron 4.30249e-05 - case= 79 emCalo backward gamma 0.00137818 + case= 66 emCalo forward all 0.194072 + case= 67 emCalo forward electron 0.000775169 + case= 68 emCalo forward gamma 0.0155779 + case= 69 emCalo forward muon 5.55689e-06 + case= 70 emCalo forward neutrino 0.000581373 + case= 71 emCalo forward pion 0.000232311 + case= 72 emCalo forward neutron 0.176793 + case= 73 emCalo forward proton 9.34977e-05 + case= 74 emCalo forward ion 1.09208e-06 + case= 75 emCalo forward otherMeson 1.21052e-05 + case= 76 emCalo forward otherBaryon 0 + case= 77 emCalo backward all 0.0481247 + case= 78 emCalo backward electron 8.09409e-05 + case= 79 emCalo backward gamma 0.00152098 case= 80 emCalo backward muon 0 - case= 81 emCalo backward neutrino 0.000120213 + case= 81 emCalo backward neutrino 0.000131996 case= 82 emCalo backward pion 0 - case= 83 emCalo backward neutron 0.0428107 + case= 83 emCalo backward neutron 0.0463908 case= 84 emCalo backward proton 0 case= 85 emCalo backward ion 0 case= 86 emCalo backward otherMeson 0 case= 87 emCalo backward otherBaryon 0 - case= 88 emCalo below 20 MeV forward all 0.190315 - case= 89 emCalo below 20 MeV forward electron 0.000853653 - case= 90 emCalo below 20 MeV forward gamma 0.0181031 + case= 88 emCalo below 20 MeV forward all 0.191893 + case= 89 emCalo below 20 MeV forward electron 0.000687401 + case= 90 emCalo below 20 MeV forward gamma 0.0153946 case= 91 emCalo below 20 MeV forward muon 0 - case= 92 emCalo below 20 MeV forward neutrino 4.9462e-05 - case= 93 emCalo below 20 MeV forward pion 5.19383e-06 - case= 94 emCalo below 20 MeV forward neutron 0.1713 - case= 95 emCalo below 20 MeV forward proton 2.26201e-06 - case= 96 emCalo below 20 MeV forward ion 6.65915e-07 + case= 92 emCalo below 20 MeV forward neutrino 4.89023e-05 + case= 93 emCalo below 20 MeV forward pion 1.46826e-06 + case= 94 emCalo below 20 MeV forward neutron 0.175758 + case= 95 emCalo below 20 MeV forward proton 2.27127e-06 + case= 96 emCalo below 20 MeV forward ion 0 case= 97 emCalo below 20 MeV forward otherMeson 0 case= 98 emCalo below 20 MeV forward otherBaryon 0 - case= 99 emCalo below 20 MeV backward all 0.0442294 - case=100 emCalo below 20 MeV backward electron 4.30249e-05 - case=101 emCalo below 20 MeV backward gamma 0.00137818 + case= 99 emCalo below 20 MeV backward all 0.0479804 + case=100 emCalo below 20 MeV backward electron 8.09409e-05 + case=101 emCalo below 20 MeV backward gamma 0.00152098 case=102 emCalo below 20 MeV backward muon 0 - case=103 emCalo below 20 MeV backward neutrino 1.05071e-05 + case=103 emCalo below 20 MeV backward neutrino 1.40677e-05 case=104 emCalo below 20 MeV backward pion 0 - case=105 emCalo below 20 MeV backward neutron 0.0427977 + case=105 emCalo below 20 MeV backward neutron 0.0463645 case=106 emCalo below 20 MeV backward proton 0 case=107 emCalo below 20 MeV backward ion 0 case=108 emCalo below 20 MeV backward otherMeson 0 case=109 emCalo below 20 MeV backward otherBaryon 0 - case=110 emCalo above 20 MeV forward all 0.00240785 - case=111 emCalo above 20 MeV forward electron 0.000104254 - case=112 emCalo above 20 MeV forward gamma 0.000285071 - case=113 emCalo above 20 MeV forward muon 3.46199e-06 - case=114 emCalo above 20 MeV forward neutrino 0.000575432 - case=115 emCalo above 20 MeV forward pion 0.000243619 - case=116 emCalo above 20 MeV forward neutron 0.00108399 - case=117 emCalo above 20 MeV forward proton 8.74416e-05 - case=118 emCalo above 20 MeV forward ion 3.26786e-06 - case=119 emCalo above 20 MeV forward otherMeson 1.92082e-05 - case=120 emCalo above 20 MeV forward otherBaryon 2.11148e-06 - case=121 emCalo above 20 MeV backward all 0.000122741 + case=110 emCalo above 20 MeV forward all 0.00217966 + case=111 emCalo above 20 MeV forward electron 8.77682e-05 + case=112 emCalo above 20 MeV forward gamma 0.00018325 + case=113 emCalo above 20 MeV forward muon 5.55689e-06 + case=114 emCalo above 20 MeV forward neutrino 0.000532471 + case=115 emCalo above 20 MeV forward pion 0.000230843 + case=116 emCalo above 20 MeV forward neutron 0.00103534 + case=117 emCalo above 20 MeV forward proton 9.12264e-05 + case=118 emCalo above 20 MeV forward ion 1.09208e-06 + case=119 emCalo above 20 MeV forward otherMeson 1.21052e-05 + case=120 emCalo above 20 MeV forward otherBaryon 0 + case=121 emCalo above 20 MeV backward all 0.000144281 case=122 emCalo above 20 MeV backward electron 0 case=123 emCalo above 20 MeV backward gamma 0 case=124 emCalo above 20 MeV backward muon 0 - case=125 emCalo above 20 MeV backward neutrino 0.000109706 + case=125 emCalo above 20 MeV backward neutrino 0.000117928 case=126 emCalo above 20 MeV backward pion 0 - case=127 emCalo above 20 MeV backward neutron 1.30349e-05 + case=127 emCalo above 20 MeV backward neutron 2.63529e-05 case=128 emCalo above 20 MeV backward proton 0 case=129 emCalo above 20 MeV backward ion 0 case=130 emCalo above 20 MeV backward otherMeson 0 case=131 emCalo above 20 MeV backward otherBaryon 0 - case=132 hadCalo forward all 0.000459731 - case=133 hadCalo forward electron 5.10378e-06 - case=134 hadCalo forward gamma 0.000106417 - case=135 hadCalo forward muon 0 - case=136 hadCalo forward neutrino 7.88624e-05 - case=137 hadCalo forward pion 1.89988e-06 - case=138 hadCalo forward neutron 0.000266064 - case=139 hadCalo forward proton 1.0809e-06 + case=132 hadCalo forward all 0.00045963 + case=133 hadCalo forward electron 7.28387e-06 + case=134 hadCalo forward gamma 0.000108802 + case=135 hadCalo forward muon 5.9007e-08 + case=136 hadCalo forward neutrino 7.67796e-05 + case=137 hadCalo forward pion 1.62603e-06 + case=138 hadCalo forward neutron 0.000264088 + case=139 hadCalo forward proton 8.33698e-07 case=140 hadCalo forward ion 0 - case=141 hadCalo forward otherMeson 3.03303e-07 + case=141 hadCalo forward otherMeson 1.57305e-07 case=142 hadCalo forward otherBaryon 0 - case=143 hadCalo backward all 4.35962e-05 + case=143 hadCalo backward all 4.50344e-05 case=144 hadCalo backward electron 0 - case=145 hadCalo backward gamma 4.31199e-07 + case=145 hadCalo backward gamma 1.23461e-06 case=146 hadCalo backward muon 0 - case=147 hadCalo backward neutrino 3.25815e-05 + case=147 hadCalo backward neutrino 3.3145e-05 case=148 hadCalo backward pion 0 - case=149 hadCalo backward neutron 1.05835e-05 + case=149 hadCalo backward neutron 1.06548e-05 case=150 hadCalo backward proton 0 case=151 hadCalo backward ion 0 case=152 hadCalo backward otherMeson 0 case=153 hadCalo backward otherBaryon 0 - case=154 hadCalo below 20 MeV forward all 0.00036782 - case=155 hadCalo below 20 MeV forward electron 4.16195e-06 - case=156 hadCalo below 20 MeV forward gamma 0.000102635 + case=154 hadCalo below 20 MeV forward all 0.000371403 + case=155 hadCalo below 20 MeV forward electron 5.57079e-06 + case=156 hadCalo below 20 MeV forward gamma 0.000105196 case=157 hadCalo below 20 MeV forward muon 0 - case=158 hadCalo below 20 MeV forward neutrino 6.04746e-06 + case=158 hadCalo below 20 MeV forward neutrino 6.25146e-06 case=159 hadCalo below 20 MeV forward pion 0 - case=160 hadCalo below 20 MeV forward neutron 0.000254976 + case=160 hadCalo below 20 MeV forward neutron 0.000254384 case=161 hadCalo below 20 MeV forward proton 0 case=162 hadCalo below 20 MeV forward ion 0 case=163 hadCalo below 20 MeV forward otherMeson 0 case=164 hadCalo below 20 MeV forward otherBaryon 0 - case=165 hadCalo below 20 MeV backward all 1.35961e-05 + case=165 hadCalo below 20 MeV backward all 1.50226e-05 case=166 hadCalo below 20 MeV backward electron 0 - case=167 hadCalo below 20 MeV backward gamma 4.31199e-07 + case=167 hadCalo below 20 MeV backward gamma 1.23461e-06 case=168 hadCalo below 20 MeV backward muon 0 - case=169 hadCalo below 20 MeV backward neutrino 2.58135e-06 + case=169 hadCalo below 20 MeV backward neutrino 3.1332e-06 case=170 hadCalo below 20 MeV backward pion 0 - case=171 hadCalo below 20 MeV backward neutron 1.05835e-05 + case=171 hadCalo below 20 MeV backward neutron 1.06548e-05 case=172 hadCalo below 20 MeV backward proton 0 case=173 hadCalo below 20 MeV backward ion 0 case=174 hadCalo below 20 MeV backward otherMeson 0 case=175 hadCalo below 20 MeV backward otherBaryon 0 - case=176 hadCalo above 20 MeV forward all 9.19108e-05 - case=177 hadCalo above 20 MeV forward electron 9.41836e-07 - case=178 hadCalo above 20 MeV forward gamma 3.7818e-06 - case=179 hadCalo above 20 MeV forward muon 0 - case=180 hadCalo above 20 MeV forward neutrino 7.28149e-05 - case=181 hadCalo above 20 MeV forward pion 1.89988e-06 - case=182 hadCalo above 20 MeV forward neutron 1.10882e-05 - case=183 hadCalo above 20 MeV forward proton 1.0809e-06 + case=176 hadCalo above 20 MeV forward all 8.82273e-05 + case=177 hadCalo above 20 MeV forward electron 1.71308e-06 + case=178 hadCalo above 20 MeV forward gamma 3.60604e-06 + case=179 hadCalo above 20 MeV forward muon 5.9007e-08 + case=180 hadCalo above 20 MeV forward neutrino 7.05281e-05 + case=181 hadCalo above 20 MeV forward pion 1.62603e-06 + case=182 hadCalo above 20 MeV forward neutron 9.70399e-06 + case=183 hadCalo above 20 MeV forward proton 8.33698e-07 case=184 hadCalo above 20 MeV forward ion 0 - case=185 hadCalo above 20 MeV forward otherMeson 3.03303e-07 + case=185 hadCalo above 20 MeV forward otherMeson 1.57305e-07 case=186 hadCalo above 20 MeV forward otherBaryon 0 - case=187 hadCalo above 20 MeV backward all 3.00002e-05 + case=187 hadCalo above 20 MeV backward all 3.00119e-05 case=188 hadCalo above 20 MeV backward electron 0 case=189 hadCalo above 20 MeV backward gamma 0 case=190 hadCalo above 20 MeV backward muon 0 - case=191 hadCalo above 20 MeV backward neutrino 3.00002e-05 + case=191 hadCalo above 20 MeV backward neutrino 3.00119e-05 case=192 hadCalo above 20 MeV backward pion 0 case=193 hadCalo above 20 MeV backward neutron 0 case=194 hadCalo above 20 MeV backward proton 0 @@ -1471,105 +1474,105 @@ Run Summary case=197 hadCalo above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 tracker all 287.85 63.1563 18179.5 - case= 1 tracker electron 164.51 10.4446 1718.24 - case= 2 tracker gamma 49.46 81.723 4042.02 - case= 3 tracker muon 0.02 4.11981 0.0823963 - case= 4 tracker neutrino 0.08 32.3311 2.58649 - case= 5 tracker pion 3.33 2859.08 9520.73 - case= 6 tracker neutron 13.14 48.2742 634.324 - case= 7 tracker proton 1.69 252.464 426.664 - case= 8 tracker ion 55.09 0.444958 24.5127 - case= 9 tracker otherMeson 0.47 3748.38 1761.74 - case= 10 tracker otherBaryon 0.06 810.721 48.6433 - case= 11 tracker below 20 MeV all 275.01 0.614681 169.043 - case= 12 tracker below 20 MeV electron 162.47 0.368394 59.853 - case= 13 tracker below 20 MeV gamma 45.26 1.32323 59.8892 - case= 14 tracker below 20 MeV muon 0.02 4.11981 0.0823963 - case= 15 tracker below 20 MeV neutrino 0.01 15.3341 0.153341 - case= 16 tracker below 20 MeV pion 0.01 5.92362 0.0592362 - case= 17 tracker below 20 MeV neutron 11.55 2.40107 27.7324 - case= 18 tracker below 20 MeV proton 0.77 8.58168 6.60789 - case= 19 tracker below 20 MeV ion 54.91 0.266377 14.6268 - case= 20 tracker below 20 MeV otherMeson 0.01 3.91238 0.0391238 - case= 21 tracker below 20 MeV otherBaryon 0 0 0 - case= 22 tracker above 20 MeV all 12.84 1402.69 18010.5 - case= 23 tracker above 20 MeV electron 2.04 812.935 1658.39 - case= 24 tracker above 20 MeV gamma 4.2 948.126 3982.13 + case= 0 tracker all 315.3 56.3352 17762.5 + case= 1 tracker electron 179.08 10.559 1890.91 + case= 2 tracker gamma 57.22 79.4081 4543.73 + case= 3 tracker muon 0.06 4.11981 0.247189 + case= 4 tracker neutrino 0.18 29.3715 5.28687 + case= 5 tracker pion 3.43 2579.88 8848.98 + case= 6 tracker neutron 13.76 26.8459 369.4 + case= 7 tracker proton 1.62 206.09 333.866 + case= 8 tracker ion 59.48 0.526192 31.2979 + case= 9 tracker otherMeson 0.39 4343.09 1693.81 + case= 10 tracker otherBaryon 0.08 562.156 44.9725 + case= 11 tracker below 20 MeV all 300.25 0.627744 188.48 + case= 12 tracker below 20 MeV electron 176.18 0.365712 64.4311 + case= 13 tracker below 20 MeV gamma 51.78 1.32178 68.4419 + case= 14 tracker below 20 MeV muon 0.06 4.11981 0.247189 + case= 15 tracker below 20 MeV neutrino 0.02 18.9051 0.378101 + case= 16 tracker below 20 MeV pion 0.02 9.1972 0.183944 + case= 17 tracker below 20 MeV neutron 12.3 2.50367 30.7951 + case= 18 tracker below 20 MeV proton 0.76 8.4316 6.40802 + case= 19 tracker below 20 MeV ion 59.11 0.294914 17.4324 + case= 20 tracker below 20 MeV otherMeson 0.01 2.23545 0.0223545 + case= 21 tracker below 20 MeV otherBaryon 0.01 14.0079 0.140079 + case= 22 tracker above 20 MeV all 15.05 1167.71 17574 + case= 23 tracker above 20 MeV electron 2.9 629.819 1826.47 + case= 24 tracker above 20 MeV gamma 5.44 822.664 4475.29 case= 25 tracker above 20 MeV muon 0 0 0 - case= 26 tracker above 20 MeV neutrino 0.07 34.7593 2.43315 - case= 27 tracker above 20 MeV pion 3.32 2867.67 9520.67 - case= 28 tracker above 20 MeV neutron 1.59 381.504 606.591 - case= 29 tracker above 20 MeV proton 0.92 456.583 420.057 - case= 30 tracker above 20 MeV ion 0.18 54.9221 9.88597 - case= 31 tracker above 20 MeV otherMeson 0.46 3829.78 1761.7 - case= 32 tracker above 20 MeV otherBaryon 0.06 810.721 48.6433 - case= 33 emCalo all 27116 5.37139 145650 - case= 34 emCalo electron 16393.2 2.88423 47281.8 - case= 35 emCalo gamma 9496.64 4.86038 46157.3 - case= 36 emCalo muon 2.4 19.0908 45.8179 - case= 37 emCalo neutrino 7.03 36.1937 254.441 - case= 38 emCalo pion 25.13 1172.64 29468.3 - case= 39 emCalo neutron 755.19 11.349 8570.64 - case= 40 emCalo proton 50.08 98.7455 4945.17 - case= 41 emCalo ion 383.54 1.74994 671.172 - case= 42 emCalo otherMeson 2.16 3467.13 7488.99 - case= 43 emCalo otherBaryon 0.61 1256.93 766.725 - case= 44 emCalo below 20 MeV all 26456.3 1.02544 27129.3 - case= 45 emCalo below 20 MeV electron 16124.7 0.837788 13509.1 - case= 46 emCalo below 20 MeV gamma 9241.93 1.26497 11690.8 - case= 47 emCalo below 20 MeV muon 2.24 4.22656 9.46749 - case= 48 emCalo below 20 MeV neutrino 0.55 14.2706 7.84881 - case= 49 emCalo below 20 MeV pion 0.54 12.6706 6.84213 - case= 50 emCalo below 20 MeV neutron 695.08 2.20334 1531.5 - case= 51 emCalo below 20 MeV proton 17.09 12.4743 213.185 - case= 52 emCalo below 20 MeV ion 373.94 0.426689 159.556 - case= 53 emCalo below 20 MeV otherMeson 0.14 6.0315 0.84441 - case= 54 emCalo below 20 MeV otherBaryon 0.03 6.52617 0.195785 - case= 55 emCalo above 20 MeV all 659.7 179.659 118521 - case= 56 emCalo above 20 MeV electron 268.46 125.801 33772.7 - case= 57 emCalo above 20 MeV gamma 254.71 135.316 34466.4 - case= 58 emCalo above 20 MeV muon 0.16 227.19 36.3504 - case= 59 emCalo above 20 MeV neutrino 6.48 38.0544 246.593 - case= 60 emCalo above 20 MeV pion 24.59 1198.11 29461.5 - case= 61 emCalo above 20 MeV neutron 60.11 117.104 7039.15 - case= 62 emCalo above 20 MeV proton 32.99 143.437 4731.99 - case= 63 emCalo above 20 MeV ion 9.6 53.2933 511.616 - case= 64 emCalo above 20 MeV otherMeson 2.02 3707 7488.15 - case= 65 emCalo above 20 MeV otherBaryon 0.58 1321.6 766.529 - case= 66 hadCalo all 37838.5 2.59351 98134.4 - case= 67 hadCalo electron 28139.5 1.05219 29608.1 - case= 68 hadCalo gamma 7374.53 3.82044 28173.9 - case= 69 hadCalo muon 3.66 16.3718 59.9207 - case= 70 hadCalo neutrino 11.08 36.5706 405.203 - case= 71 hadCalo pion 26.8 735.118 19701.2 - case= 72 hadCalo neutron 788.25 12.6774 9992.95 - case= 73 hadCalo proton 130.33 48.7804 6357.55 - case= 74 hadCalo ion 1362.33 0.486702 663.049 - case= 75 hadCalo otherMeson 1.47 2028.74 2982.24 - case= 76 hadCalo otherBaryon 0.51 373.203 190.334 - case= 77 hadCalo below 20 MeV all 37380.8 0.621417 23229.1 - case= 78 hadCalo below 20 MeV electron 27983.5 0.402423 11261.2 - case= 79 hadCalo below 20 MeV gamma 7240.59 1.29173 9352.88 - case= 80 hadCalo below 20 MeV muon 3.43 4.14895 14.2309 - case= 81 hadCalo below 20 MeV neutrino 0.84 15.7993 13.2714 - case= 82 hadCalo below 20 MeV pion 0.66 11.702 7.72335 - case= 83 hadCalo below 20 MeV neutron 706.31 2.14483 1514.91 - case= 84 hadCalo below 20 MeV proton 88.48 7.67088 678.72 - case= 85 hadCalo below 20 MeV ion 1356.86 0.283929 385.252 - case= 86 hadCalo below 20 MeV otherMeson 0.11 5.18664 0.57053 - case= 87 hadCalo below 20 MeV otherBaryon 0.06 5.47011 0.328207 - case= 88 hadCalo above 20 MeV all 457.7 163.656 74905.3 - case= 89 hadCalo above 20 MeV electron 156.08 117.548 18346.9 - case= 90 hadCalo above 20 MeV gamma 133.94 140.519 18821.1 - case= 91 hadCalo above 20 MeV muon 0.23 198.651 45.6898 - case= 92 hadCalo above 20 MeV neutrino 10.24 38.2745 391.931 - case= 93 hadCalo above 20 MeV pion 26.14 753.383 19693.4 - case= 94 hadCalo above 20 MeV neutron 81.94 103.466 8478.03 - case= 95 hadCalo above 20 MeV proton 41.85 135.695 5678.83 - case= 96 hadCalo above 20 MeV ion 5.47 50.7855 277.797 - case= 97 hadCalo above 20 MeV otherMeson 1.36 2192.41 2981.67 - case= 98 hadCalo above 20 MeV otherBaryon 0.45 422.234 190.005 + case= 26 tracker above 20 MeV neutrino 0.16 30.6798 4.90877 + case= 27 tracker above 20 MeV pion 3.41 2594.96 8848.8 + case= 28 tracker above 20 MeV neutron 1.46 231.921 338.605 + case= 29 tracker above 20 MeV proton 0.86 380.765 327.458 + case= 30 tracker above 20 MeV ion 0.37 37.4744 13.8655 + case= 31 tracker above 20 MeV otherMeson 0.38 4457.33 1693.78 + case= 32 tracker above 20 MeV otherBaryon 0.07 640.463 44.8324 + case= 33 emCalo all 29931.6 5.07806 151994 + case= 34 emCalo electron 18152.9 2.82589 51298.2 + case= 35 emCalo gamma 10477.8 4.70319 49278.9 + case= 36 emCalo muon 2.49 15.0367 37.4415 + case= 37 emCalo neutrino 7.45 36.1459 269.287 + case= 38 emCalo pion 26.48 1174.56 31102.4 + case= 39 emCalo neutron 800.77 10.4775 8390.05 + case= 40 emCalo proton 52.66 98.433 5183.48 + case= 41 emCalo ion 408.46 1.64986 673.903 + case= 42 emCalo otherMeson 2.1 2650.7 5566.47 + case= 43 emCalo otherBaryon 0.44 440.873 193.984 + case= 44 emCalo below 20 MeV all 29214.7 1.02318 29891.8 + case= 45 emCalo below 20 MeV electron 17858 0.838575 14975.2 + case= 46 emCalo below 20 MeV gamma 10198.6 1.26265 12877.2 + case= 47 emCalo below 20 MeV muon 2.31 4.11981 9.51677 + case= 48 emCalo below 20 MeV neutrino 0.68 15.4198 10.4855 + case= 49 emCalo below 20 MeV pion 0.54 12.0269 6.49451 + case= 50 emCalo below 20 MeV neutron 738 2.20373 1626.35 + case= 51 emCalo below 20 MeV proton 17.36 12.4345 215.863 + case= 52 emCalo below 20 MeV ion 399.08 0.425176 169.679 + case= 53 emCalo below 20 MeV otherMeson 0.13 5.3719 0.698348 + case= 54 emCalo below 20 MeV otherBaryon 0.02 14.6273 0.292546 + case= 55 emCalo above 20 MeV all 716.91 170.318 122102 + case= 56 emCalo above 20 MeV electron 294.95 123.15 36323 + case= 57 emCalo above 20 MeV gamma 279.23 130.365 36401.8 + case= 58 emCalo above 20 MeV muon 0.18 155.137 27.9247 + case= 59 emCalo above 20 MeV neutrino 6.77 38.2277 258.802 + case= 60 emCalo above 20 MeV pion 25.94 1198.76 31095.9 + case= 61 emCalo above 20 MeV neutron 62.77 107.754 6763.7 + case= 62 emCalo above 20 MeV proton 35.3 140.726 4967.62 + case= 63 emCalo above 20 MeV ion 9.38 53.7552 504.224 + case= 64 emCalo above 20 MeV otherMeson 1.97 2825.27 5565.77 + case= 65 emCalo above 20 MeV otherBaryon 0.42 461.17 193.692 + case= 66 hadCalo all 35281.8 2.55223 90047.3 + case= 67 hadCalo electron 26150.3 0.967363 25296.8 + case= 68 hadCalo gamma 6816.54 3.58414 24431.4 + case= 69 hadCalo muon 3.49 19.5053 68.0734 + case= 70 hadCalo neutrino 10.43 37.2778 388.807 + case= 71 hadCalo pion 25.68 731.337 18780.7 + case= 72 hadCalo neutron 780.36 12.707 9916.01 + case= 73 hadCalo proton 127.7 57.7211 7370.99 + case= 74 hadCalo ion 1365.08 0.522239 712.899 + case= 75 hadCalo otherMeson 1.75 1604.46 2807.8 + case= 76 hadCalo otherBaryon 0.49 558.792 273.808 + case= 77 hadCalo below 20 MeV all 34872.5 0.622965 21724.3 + case= 78 hadCalo below 20 MeV electron 26020.5 0.39832 10364.5 + case= 79 hadCalo below 20 MeV gamma 6702.57 1.31005 8780.73 + case= 80 hadCalo below 20 MeV muon 3.17 4.11981 13.0598 + case= 81 hadCalo below 20 MeV neutrino 0.85 15.2827 12.9903 + case= 82 hadCalo below 20 MeV pion 0.75 11.4358 8.57688 + case= 83 hadCalo below 20 MeV neutron 700.08 2.11429 1480.17 + case= 84 hadCalo below 20 MeV proton 85.55 7.83177 670.008 + case= 85 hadCalo below 20 MeV ion 1358.99 0.289761 393.782 + case= 86 hadCalo below 20 MeV otherMeson 0.06 6.36789 0.382073 + case= 87 hadCalo below 20 MeV otherBaryon 0.03 6.29614 0.188884 + case= 88 hadCalo above 20 MeV all 409.32 166.918 68323 + case= 89 hadCalo above 20 MeV electron 129.85 114.997 14932.4 + case= 90 hadCalo above 20 MeV gamma 113.97 137.323 15650.7 + case= 91 hadCalo above 20 MeV muon 0.32 171.918 55.0136 + case= 92 hadCalo above 20 MeV neutrino 9.58 39.2293 375.817 + case= 93 hadCalo above 20 MeV pion 24.93 752.994 18772.1 + case= 94 hadCalo above 20 MeV neutron 80.28 105.08 8435.83 + case= 95 hadCalo above 20 MeV proton 42.15 158.979 6700.98 + case= 96 hadCalo above 20 MeV ion 6.09 52.4001 319.116 + case= 97 hadCalo above 20 MeV otherMeson 1.69 1661.2 2807.42 + case= 98 hadCalo above 20 MeV otherBaryon 0.46 594.824 273.619 ============================================================= @@ -1678,7 +1681,7 @@ Index : 8 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=105.750000s Real=109.421391s Sys=0.130000s + User=100.150000s Real=104.339544s Sys=0.040000s =============== Run::PrintInfo() =============== RunID = 2 @@ -1694,198 +1697,198 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 tracker forward all 0.220124 - case= 1 tracker forward electron 0.00226314 - case= 2 tracker forward gamma 0.0407933 - case= 3 tracker forward muon 2.4772e-06 - case= 4 tracker forward neutrino 0.00133688 - case= 5 tracker forward pion 0.000757362 - case= 6 tracker forward neutron 0.174701 - case= 7 tracker forward proton 0.000198948 - case= 8 tracker forward ion 0 - case= 9 tracker forward otherMeson 4.97122e-05 - case= 10 tracker forward otherBaryon 2.11463e-05 - case= 11 tracker backward all 0.0728514 - case= 12 tracker backward electron 0.00033309 - case= 13 tracker backward gamma 0.0066401 + case= 0 tracker forward all 0.215092 + case= 1 tracker forward electron 0.00273505 + case= 2 tracker forward gamma 0.042082 + case= 3 tracker forward muon 1.63331e-06 + case= 4 tracker forward neutrino 0.00100785 + case= 5 tracker forward pion 0.000838095 + case= 6 tracker forward neutron 0.168229 + case= 7 tracker forward proton 0.000138898 + case= 8 tracker forward ion 3.07288e-06 + case= 9 tracker forward otherMeson 5.66439e-05 + case= 10 tracker forward otherBaryon 0 + case= 11 tracker backward all 0.0689284 + case= 12 tracker backward electron 0.000116782 + case= 13 tracker backward gamma 0.00639014 case= 14 tracker backward muon 0 - case= 15 tracker backward neutrino 0.000392956 - case= 16 tracker backward pion 0 - case= 17 tracker backward neutron 0.0654853 + case= 15 tracker backward neutrino 0.000347013 + case= 16 tracker backward pion 7.96987e-06 + case= 17 tracker backward neutron 0.0620665 case= 18 tracker backward proton 0 case= 19 tracker backward ion 0 case= 20 tracker backward otherMeson 0 case= 21 tracker backward otherBaryon 0 - case= 22 tracker below 20 MeV forward all 0.21397 - case= 23 tracker below 20 MeV forward electron 0.00152495 - case= 24 tracker below 20 MeV forward gamma 0.0393861 - case= 25 tracker below 20 MeV forward muon 0 - case= 26 tracker below 20 MeV forward neutrino 0.000155898 - case= 27 tracker below 20 MeV forward pion 2.55746e-06 - case= 28 tracker below 20 MeV forward neutron 0.172894 - case= 29 tracker below 20 MeV forward proton 6.47342e-06 - case= 30 tracker below 20 MeV forward ion 0 + case= 22 tracker below 20 MeV forward all 0.208816 + case= 23 tracker below 20 MeV forward electron 0.00175533 + case= 24 tracker below 20 MeV forward gamma 0.0405326 + case= 25 tracker below 20 MeV forward muon 1.63331e-06 + case= 26 tracker below 20 MeV forward neutrino 7.76866e-05 + case= 27 tracker below 20 MeV forward pion 1.0614e-06 + case= 28 tracker below 20 MeV forward neutron 0.166445 + case= 29 tracker below 20 MeV forward proton 0 + case= 30 tracker below 20 MeV forward ion 3.07288e-06 case= 31 tracker below 20 MeV forward otherMeson 0 case= 32 tracker below 20 MeV forward otherBaryon 0 - case= 33 tracker below 20 MeV backward all 0.0722807 - case= 34 tracker below 20 MeV backward electron 0.000327921 - case= 35 tracker below 20 MeV backward gamma 0.00661484 + case= 33 tracker below 20 MeV backward all 0.0683936 + case= 34 tracker below 20 MeV backward electron 0.000108166 + case= 35 tracker below 20 MeV backward gamma 0.00636863 case= 36 tracker below 20 MeV backward muon 0 - case= 37 tracker below 20 MeV backward neutrino 4.29825e-05 + case= 37 tracker below 20 MeV backward neutrino 1.73603e-05 case= 38 tracker below 20 MeV backward pion 0 - case= 39 tracker below 20 MeV backward neutron 0.065295 + case= 39 tracker below 20 MeV backward neutron 0.0618994 case= 40 tracker below 20 MeV backward proton 0 case= 41 tracker below 20 MeV backward ion 0 case= 42 tracker below 20 MeV backward otherMeson 0 case= 43 tracker below 20 MeV backward otherBaryon 0 - case= 44 tracker above 20 MeV forward all 0.00615317 - case= 45 tracker above 20 MeV forward electron 0.000738188 - case= 46 tracker above 20 MeV forward gamma 0.00140725 - case= 47 tracker above 20 MeV forward muon 2.4772e-06 - case= 48 tracker above 20 MeV forward neutrino 0.00118098 - case= 49 tracker above 20 MeV forward pion 0.000754805 - case= 50 tracker above 20 MeV forward neutron 0.00180613 - case= 51 tracker above 20 MeV forward proton 0.000192475 + case= 44 tracker above 20 MeV forward all 0.00627576 + case= 45 tracker above 20 MeV forward electron 0.000979723 + case= 46 tracker above 20 MeV forward gamma 0.00154933 + case= 47 tracker above 20 MeV forward muon 0 + case= 48 tracker above 20 MeV forward neutrino 0.000930167 + case= 49 tracker above 20 MeV forward pion 0.000837034 + case= 50 tracker above 20 MeV forward neutron 0.00178396 + case= 51 tracker above 20 MeV forward proton 0.000138898 case= 52 tracker above 20 MeV forward ion 0 - case= 53 tracker above 20 MeV forward otherMeson 4.97122e-05 - case= 54 tracker above 20 MeV forward otherBaryon 2.11463e-05 - case= 55 tracker above 20 MeV backward all 0.00057072 - case= 56 tracker above 20 MeV backward electron 5.16822e-06 - case= 57 tracker above 20 MeV backward gamma 2.52567e-05 + case= 53 tracker above 20 MeV forward otherMeson 5.66439e-05 + case= 54 tracker above 20 MeV forward otherBaryon 0 + case= 55 tracker above 20 MeV backward all 0.000534799 + case= 56 tracker above 20 MeV backward electron 8.61649e-06 + case= 57 tracker above 20 MeV backward gamma 2.15087e-05 case= 58 tracker above 20 MeV backward muon 0 - case= 59 tracker above 20 MeV backward neutrino 0.000349974 - case= 60 tracker above 20 MeV backward pion 0 - case= 61 tracker above 20 MeV backward neutron 0.000190321 + case= 59 tracker above 20 MeV backward neutrino 0.000329653 + case= 60 tracker above 20 MeV backward pion 7.96987e-06 + case= 61 tracker above 20 MeV backward neutron 0.000167051 case= 62 tracker above 20 MeV backward proton 0 case= 63 tracker above 20 MeV backward ion 0 case= 64 tracker above 20 MeV backward otherMeson 0 case= 65 tracker above 20 MeV backward otherBaryon 0 - case= 66 emCalo forward all 0.0722767 - case= 67 emCalo forward electron 0.000618029 - case= 68 emCalo forward gamma 0.00973083 - case= 69 emCalo forward muon 3.09998e-06 - case= 70 emCalo forward neutrino 0.000694148 - case= 71 emCalo forward pion 0.000130156 - case= 72 emCalo forward neutron 0.0610245 - case= 73 emCalo forward proton 6.00728e-05 - case= 74 emCalo forward ion 1.75754e-06 - case= 75 emCalo forward otherMeson 1.13939e-05 - case= 76 emCalo forward otherBaryon 2.74348e-06 - case= 77 emCalo backward all 0.00238245 - case= 78 emCalo backward electron 1.50843e-05 - case= 79 emCalo backward gamma 0.000177275 + case= 66 emCalo forward all 0.0678398 + case= 67 emCalo forward electron 0.000614457 + case= 68 emCalo forward gamma 0.00836761 + case= 69 emCalo forward muon 0 + case= 70 emCalo forward neutrino 0.000604291 + case= 71 emCalo forward pion 0.000112631 + case= 72 emCalo forward neutron 0.058051 + case= 73 emCalo forward proton 7.78108e-05 + case= 74 emCalo forward ion 4.90338e-06 + case= 75 emCalo forward otherMeson 5.72854e-06 + case= 76 emCalo forward otherBaryon 1.4302e-06 + case= 77 emCalo backward all 0.00233072 + case= 78 emCalo backward electron 1.65418e-05 + case= 79 emCalo backward gamma 0.000189198 case= 80 emCalo backward muon 0 - case= 81 emCalo backward neutrino 0.000148085 + case= 81 emCalo backward neutrino 0.000139022 case= 82 emCalo backward pion 0 - case= 83 emCalo backward neutron 0.00204201 + case= 83 emCalo backward neutron 0.00198595 case= 84 emCalo backward proton 0 case= 85 emCalo backward ion 0 case= 86 emCalo backward otherMeson 0 case= 87 emCalo backward otherBaryon 0 - case= 88 emCalo below 20 MeV forward all 0.0703793 - case= 89 emCalo below 20 MeV forward electron 0.000582176 - case= 90 emCalo below 20 MeV forward gamma 0.00963292 - case= 91 emCalo below 20 MeV forward muon 9.15041e-07 - case= 92 emCalo below 20 MeV forward neutrino 5.65918e-05 - case= 93 emCalo below 20 MeV forward pion 7.87631e-07 - case= 94 emCalo below 20 MeV forward neutron 0.0600991 - case= 95 emCalo below 20 MeV forward proton 6.25297e-06 - case= 96 emCalo below 20 MeV forward ion 5.87747e-07 + case= 88 emCalo below 20 MeV forward all 0.0661699 + case= 89 emCalo below 20 MeV forward electron 0.00056529 + case= 90 emCalo below 20 MeV forward gamma 0.00827036 + case= 91 emCalo below 20 MeV forward muon 0 + case= 92 emCalo below 20 MeV forward neutrino 6.06835e-05 + case= 93 emCalo below 20 MeV forward pion 7.8249e-07 + case= 94 emCalo below 20 MeV forward neutron 0.0572661 + case= 95 emCalo below 20 MeV forward proton 5.01347e-06 + case= 96 emCalo below 20 MeV forward ion 1.66535e-06 case= 97 emCalo below 20 MeV forward otherMeson 0 case= 98 emCalo below 20 MeV forward otherBaryon 0 - case= 99 emCalo below 20 MeV backward all 0.00224683 - case=100 emCalo below 20 MeV backward electron 1.50843e-05 - case=101 emCalo below 20 MeV backward gamma 0.000177275 + case= 99 emCalo below 20 MeV backward all 0.00220029 + case=100 emCalo below 20 MeV backward electron 1.65418e-05 + case=101 emCalo below 20 MeV backward gamma 0.000189198 case=102 emCalo below 20 MeV backward muon 0 - case=103 emCalo below 20 MeV backward neutrino 1.37916e-05 + case=103 emCalo below 20 MeV backward neutrino 1.30081e-05 case=104 emCalo below 20 MeV backward pion 0 - case=105 emCalo below 20 MeV backward neutron 0.00204068 + case=105 emCalo below 20 MeV backward neutron 0.00198154 case=106 emCalo below 20 MeV backward proton 0 case=107 emCalo below 20 MeV backward ion 0 case=108 emCalo below 20 MeV backward otherMeson 0 case=109 emCalo below 20 MeV backward otherBaryon 0 - case=110 emCalo above 20 MeV forward all 0.00189738 - case=111 emCalo above 20 MeV forward electron 3.58536e-05 - case=112 emCalo above 20 MeV forward gamma 9.79111e-05 - case=113 emCalo above 20 MeV forward muon 2.18494e-06 - case=114 emCalo above 20 MeV forward neutrino 0.000637557 - case=115 emCalo above 20 MeV forward pion 0.000129368 - case=116 emCalo above 20 MeV forward neutron 0.000925379 - case=117 emCalo above 20 MeV forward proton 5.38198e-05 - case=118 emCalo above 20 MeV forward ion 1.1698e-06 - case=119 emCalo above 20 MeV forward otherMeson 1.13939e-05 - case=120 emCalo above 20 MeV forward otherBaryon 2.74348e-06 - case=121 emCalo above 20 MeV backward all 0.000135621 + case=110 emCalo above 20 MeV forward all 0.00166996 + case=111 emCalo above 20 MeV forward electron 4.91672e-05 + case=112 emCalo above 20 MeV forward gamma 9.72508e-05 + case=113 emCalo above 20 MeV forward muon 0 + case=114 emCalo above 20 MeV forward neutrino 0.000543607 + case=115 emCalo above 20 MeV forward pion 0.000111849 + case=116 emCalo above 20 MeV forward neutron 0.000784896 + case=117 emCalo above 20 MeV forward proton 7.27974e-05 + case=118 emCalo above 20 MeV forward ion 3.23803e-06 + case=119 emCalo above 20 MeV forward otherMeson 5.72854e-06 + case=120 emCalo above 20 MeV forward otherBaryon 1.4302e-06 + case=121 emCalo above 20 MeV backward all 0.000130427 case=122 emCalo above 20 MeV backward electron 0 case=123 emCalo above 20 MeV backward gamma 0 case=124 emCalo above 20 MeV backward muon 0 - case=125 emCalo above 20 MeV backward neutrino 0.000134294 + case=125 emCalo above 20 MeV backward neutrino 0.000126014 case=126 emCalo above 20 MeV backward pion 0 - case=127 emCalo above 20 MeV backward neutron 1.32758e-06 + case=127 emCalo above 20 MeV backward neutron 4.41347e-06 case=128 emCalo above 20 MeV backward proton 0 case=129 emCalo above 20 MeV backward ion 0 case=130 emCalo above 20 MeV backward otherMeson 0 case=131 emCalo above 20 MeV backward otherBaryon 0 - case=132 hadCalo forward all 8.42348e-05 - case=133 hadCalo forward electron 5.92241e-07 - case=134 hadCalo forward gamma 7.24191e-06 - case=135 hadCalo forward muon 5.47557e-08 - case=136 hadCalo forward neutrino 6.33563e-05 - case=137 hadCalo forward pion 4.80765e-07 - case=138 hadCalo forward neutron 1.22622e-05 - case=139 hadCalo forward proton 2.46604e-07 + case=132 hadCalo forward all 6.11804e-05 + case=133 hadCalo forward electron 6.4951e-08 + case=134 hadCalo forward gamma 6.99354e-07 + case=135 hadCalo forward muon 0 + case=136 hadCalo forward neutrino 5.72977e-05 + case=137 hadCalo forward pion 0 + case=138 hadCalo forward neutron 3.11838e-06 + case=139 hadCalo forward proton 0 case=140 hadCalo forward ion 0 case=141 hadCalo forward otherMeson 0 case=142 hadCalo forward otherBaryon 0 - case=143 hadCalo backward all 3.24938e-05 + case=143 hadCalo backward all 3.09368e-05 case=144 hadCalo backward electron 0 case=145 hadCalo backward gamma 0 case=146 hadCalo backward muon 0 - case=147 hadCalo backward neutrino 3.24938e-05 + case=147 hadCalo backward neutrino 3.09368e-05 case=148 hadCalo backward pion 0 case=149 hadCalo backward neutron 0 case=150 hadCalo backward proton 0 case=151 hadCalo backward ion 0 case=152 hadCalo backward otherMeson 0 case=153 hadCalo backward otherBaryon 0 - case=154 hadCalo below 20 MeV forward all 2.48375e-05 - case=155 hadCalo below 20 MeV forward electron 5.22501e-07 - case=156 hadCalo below 20 MeV forward gamma 7.18372e-06 + case=154 hadCalo below 20 MeV forward all 8.88904e-06 + case=155 hadCalo below 20 MeV forward electron 6.4951e-08 + case=156 hadCalo below 20 MeV forward gamma 6.99354e-07 case=157 hadCalo below 20 MeV forward muon 0 - case=158 hadCalo below 20 MeV forward neutrino 5.94821e-06 + case=158 hadCalo below 20 MeV forward neutrino 5.35755e-06 case=159 hadCalo below 20 MeV forward pion 0 - case=160 hadCalo below 20 MeV forward neutron 1.11831e-05 + case=160 hadCalo below 20 MeV forward neutron 2.76718e-06 case=161 hadCalo below 20 MeV forward proton 0 case=162 hadCalo below 20 MeV forward ion 0 case=163 hadCalo below 20 MeV forward otherMeson 0 case=164 hadCalo below 20 MeV forward otherBaryon 0 - case=165 hadCalo below 20 MeV backward all 2.7526e-06 + case=165 hadCalo below 20 MeV backward all 2.98779e-06 case=166 hadCalo below 20 MeV backward electron 0 case=167 hadCalo below 20 MeV backward gamma 0 case=168 hadCalo below 20 MeV backward muon 0 - case=169 hadCalo below 20 MeV backward neutrino 2.7526e-06 + case=169 hadCalo below 20 MeV backward neutrino 2.98779e-06 case=170 hadCalo below 20 MeV backward pion 0 case=171 hadCalo below 20 MeV backward neutron 0 case=172 hadCalo below 20 MeV backward proton 0 case=173 hadCalo below 20 MeV backward ion 0 case=174 hadCalo below 20 MeV backward otherMeson 0 case=175 hadCalo below 20 MeV backward otherBaryon 0 - case=176 hadCalo above 20 MeV forward all 5.93972e-05 - case=177 hadCalo above 20 MeV forward electron 6.97402e-08 - case=178 hadCalo above 20 MeV forward gamma 5.81876e-08 - case=179 hadCalo above 20 MeV forward muon 5.47557e-08 - case=180 hadCalo above 20 MeV forward neutrino 5.74081e-05 - case=181 hadCalo above 20 MeV forward pion 4.80765e-07 - case=182 hadCalo above 20 MeV forward neutron 1.07908e-06 - case=183 hadCalo above 20 MeV forward proton 2.46604e-07 + case=176 hadCalo above 20 MeV forward all 5.22914e-05 + case=177 hadCalo above 20 MeV forward electron 0 + case=178 hadCalo above 20 MeV forward gamma 0 + case=179 hadCalo above 20 MeV forward muon 0 + case=180 hadCalo above 20 MeV forward neutrino 5.19402e-05 + case=181 hadCalo above 20 MeV forward pion 0 + case=182 hadCalo above 20 MeV forward neutron 3.51201e-07 + case=183 hadCalo above 20 MeV forward proton 0 case=184 hadCalo above 20 MeV forward ion 0 case=185 hadCalo above 20 MeV forward otherMeson 0 case=186 hadCalo above 20 MeV forward otherBaryon 0 - case=187 hadCalo above 20 MeV backward all 2.97412e-05 + case=187 hadCalo above 20 MeV backward all 2.7949e-05 case=188 hadCalo above 20 MeV backward electron 0 case=189 hadCalo above 20 MeV backward gamma 0 case=190 hadCalo above 20 MeV backward muon 0 - case=191 hadCalo above 20 MeV backward neutrino 2.97412e-05 + case=191 hadCalo above 20 MeV backward neutrino 2.7949e-05 case=192 hadCalo above 20 MeV backward pion 0 case=193 hadCalo above 20 MeV backward neutron 0 case=194 hadCalo above 20 MeV backward proton 0 @@ -1894,108 +1897,108 @@ Run Summary case=197 hadCalo above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 tracker all 601.65 40.558 24401.7 - case= 1 tracker electron 448.73 7.07894 3176.53 - case= 2 tracker gamma 86.12 63.891 5502.29 - case= 3 tracker muon 0.13 14.1164 1.83513 - case= 4 tracker neutrino 0.36 31.1377 11.2096 - case= 5 tracker pion 4.3 2602.11 11189.1 - case= 6 tracker neutron 11.44 69.2685 792.432 - case= 7 tracker proton 5.06 125.261 633.819 - case= 8 tracker ion 44.99 0.970066 43.6433 - case= 9 tracker otherMeson 0.35 5478.9 1917.61 - case= 10 tracker otherBaryon 0.17 6666.24 1133.26 - case= 11 tracker below 20 MeV all 579.92 0.590849 342.645 - case= 12 tracker below 20 MeV electron 443.86 0.323817 143.73 - case= 13 tracker below 20 MeV gamma 78.39 1.46046 114.485 - case= 14 tracker below 20 MeV muon 0.11 4.11981 0.453179 - case= 15 tracker below 20 MeV neutrino 0.05 13.8741 0.693704 - case= 16 tracker below 20 MeV pion 0.03 11.9019 0.357056 - case= 17 tracker below 20 MeV neutron 9.34 3.46182 32.3334 - case= 18 tracker below 20 MeV proton 3.55 6.07237 21.5569 - case= 19 tracker below 20 MeV ion 44.55 0.642162 28.6083 - case= 20 tracker below 20 MeV otherMeson 0.02 11.509 0.23018 - case= 21 tracker below 20 MeV otherBaryon 0.02 9.87163 0.197433 - case= 22 tracker above 20 MeV all 21.73 1107.18 24059.1 - case= 23 tracker above 20 MeV electron 4.87 622.752 3032.8 - case= 24 tracker above 20 MeV gamma 7.73 696.999 5387.81 - case= 25 tracker above 20 MeV muon 0.02 69.0978 1.38196 - case= 26 tracker above 20 MeV neutrino 0.31 33.9222 10.5159 - case= 27 tracker above 20 MeV pion 4.27 2620.31 11188.7 - case= 28 tracker above 20 MeV neutron 2.1 361.952 760.099 - case= 29 tracker above 20 MeV proton 1.51 405.472 612.263 - case= 30 tracker above 20 MeV ion 0.44 34.1703 15.035 - case= 31 tracker above 20 MeV otherMeson 0.33 5810.25 1917.38 - case= 32 tracker above 20 MeV otherBaryon 0.15 7553.75 1133.06 - case= 33 emCalo all 52074.8 3.74372 194953 - case= 34 emCalo electron 31020.4 2.00942 62333 - case= 35 emCalo gamma 16474.5 3.73637 61554.6 - case= 36 emCalo muon 3.78 65.8107 248.764 - case= 37 emCalo neutrino 11.28 38.3266 432.324 - case= 38 emCalo pion 37.18 1053.84 39181.9 - case= 39 emCalo neutron 2215.29 5.96605 13216.5 - case= 40 emCalo proton 84.64 94.3466 7985.5 - case= 41 emCalo ion 2223.79 0.407673 906.58 - case= 42 emCalo otherMeson 3.1 2578.51 7993.38 - case= 43 emCalo otherBaryon 0.88 1250.55 1100.48 - case= 44 emCalo below 20 MeV all 51200.1 0.894273 45786.8 - case= 45 emCalo below 20 MeV electron 30679.6 0.716461 21980.7 - case= 46 emCalo below 20 MeV gamma 16155.7 1.25592 20290.3 - case= 47 emCalo below 20 MeV muon 3.5 4.15934 14.5577 - case= 48 emCalo below 20 MeV neutrino 1 15.172 15.172 - case= 49 emCalo below 20 MeV pion 0.88 12.3498 10.8678 - case= 50 emCalo below 20 MeV neutron 2115.93 1.3183 2789.43 - case= 51 emCalo below 20 MeV proton 30.97 12.4875 386.736 - case= 52 emCalo below 20 MeV ion 2212.17 0.133919 296.252 - case= 53 emCalo below 20 MeV otherMeson 0.21 6.93534 1.45642 - case= 54 emCalo below 20 MeV otherBaryon 0.13 10.5996 1.37795 - case= 55 emCalo above 20 MeV all 874.7 170.534 149166 - case= 56 emCalo above 20 MeV electron 340.78 118.412 40352.3 - case= 57 emCalo above 20 MeV gamma 318.77 129.449 41264.3 - case= 58 emCalo above 20 MeV muon 0.28 836.453 234.207 - case= 59 emCalo above 20 MeV neutrino 10.28 40.579 417.152 - case= 60 emCalo above 20 MeV pion 36.3 1079.09 39171 - case= 61 emCalo above 20 MeV neutron 99.36 104.943 10427.1 - case= 62 emCalo above 20 MeV proton 53.67 141.583 7598.76 - case= 63 emCalo above 20 MeV ion 11.62 52.5239 610.328 - case= 64 emCalo above 20 MeV otherMeson 2.89 2765.37 7991.93 - case= 65 emCalo above 20 MeV otherBaryon 0.75 1465.47 1099.1 - case= 66 hadCalo all 21486.3 2.21832 47663.4 - case= 67 hadCalo electron 12353.1 1.14673 14165.7 - case= 68 hadCalo gamma 6311.15 2.28578 14425.9 - case= 69 hadCalo muon 1.63 18.7382 30.5433 - case= 70 hadCalo neutrino 4.97 40.0156 198.877 - case= 71 hadCalo pion 11.71 666.59 7805.77 - case= 72 hadCalo neutron 1323.24 4.37589 5790.35 - case= 73 hadCalo proton 36.28 82.1314 2979.73 - case= 74 hadCalo ion 1442.99 0.260529 375.94 - case= 75 hadCalo otherMeson 1 1788.8 1788.8 - case= 76 hadCalo otherBaryon 0.21 484.668 101.78 - case= 77 hadCalo below 20 MeV all 21271.5 0.786756 16735.5 - case= 78 hadCalo below 20 MeV electron 12289.5 0.609822 7494.42 - case= 79 hadCalo below 20 MeV gamma 6253.68 1.18005 7379.65 - case= 80 hadCalo below 20 MeV muon 1.47 4.11981 6.05612 - case= 81 hadCalo below 20 MeV neutrino 0.47 14.1698 6.65979 - case= 82 hadCalo below 20 MeV pion 0.48 10.7314 5.15106 - case= 83 hadCalo below 20 MeV neutron 1273.86 1.20999 1541.36 - case= 84 hadCalo below 20 MeV proton 13.69 12.656 173.26 - case= 85 hadCalo below 20 MeV ion 1438.18 0.0890274 128.037 - case= 86 hadCalo below 20 MeV otherMeson 0.12 6.36463 0.763756 - case= 87 hadCalo below 20 MeV otherBaryon 0.01 10.6588 0.106588 - case= 88 hadCalo above 20 MeV all 214.82 143.971 30927.9 - case= 89 hadCalo above 20 MeV electron 63.6 104.894 6671.26 - case= 90 hadCalo above 20 MeV gamma 57.47 122.608 7046.28 - case= 91 hadCalo above 20 MeV muon 0.16 153.045 24.4872 - case= 92 hadCalo above 20 MeV neutrino 4.5 42.715 192.218 - case= 93 hadCalo above 20 MeV pion 11.23 694.623 7800.62 - case= 94 hadCalo above 20 MeV neutron 49.38 86.0468 4248.99 - case= 95 hadCalo above 20 MeV proton 22.59 124.235 2806.47 - case= 96 hadCalo above 20 MeV ion 4.81 51.5391 247.903 - case= 97 hadCalo above 20 MeV otherMeson 0.88 2031.86 1788.04 - case= 98 hadCalo above 20 MeV otherBaryon 0.2 508.369 101.674 + case= 0 tracker all 651.9 39.2682 25598.9 + case= 1 tracker electron 491.18 7.06659 3470.97 + case= 2 tracker gamma 92.95 60.7668 5648.28 + case= 3 tracker muon 0.16 4.11981 0.65917 + case= 4 tracker neutrino 0.48 32.4375 15.57 + case= 5 tracker pion 5.07 2489.85 12623.6 + case= 6 tracker neutron 12.02 68.7026 825.806 + case= 7 tracker proton 5.5 176.238 969.31 + case= 8 tracker ion 44 1.02508 45.1036 + case= 9 tracker otherMeson 0.48 4087.25 1961.88 + case= 10 tracker otherBaryon 0.06 630.06 37.8036 + case= 11 tracker below 20 MeV all 625.37 0.603307 377.29 + case= 12 tracker below 20 MeV electron 484.84 0.339069 164.394 + case= 13 tracker below 20 MeV gamma 83.61 1.46455 122.451 + case= 14 tracker below 20 MeV muon 0.16 4.11981 0.65917 + case= 15 tracker below 20 MeV neutrino 0 0 0 + case= 16 tracker below 20 MeV pion 0.04 10.4462 0.417849 + case= 17 tracker below 20 MeV neutron 9.44 3.70513 34.9764 + case= 18 tracker below 20 MeV proton 3.62 6.62804 23.9935 + case= 19 tracker below 20 MeV ion 43.66 0.696239 30.3978 + case= 20 tracker below 20 MeV otherMeson 0 0 0 + case= 21 tracker below 20 MeV otherBaryon 0 0 0 + case= 22 tracker above 20 MeV all 26.53 950.684 25221.6 + case= 23 tracker above 20 MeV electron 6.34 521.542 3306.58 + case= 24 tracker above 20 MeV gamma 9.34 591.63 5525.82 + case= 25 tracker above 20 MeV muon 0 0 0 + case= 26 tracker above 20 MeV neutrino 0.48 32.4375 15.57 + case= 27 tracker above 20 MeV pion 5.03 2509.57 12623.1 + case= 28 tracker above 20 MeV neutron 2.58 306.523 790.829 + case= 29 tracker above 20 MeV proton 1.88 502.828 945.316 + case= 30 tracker above 20 MeV ion 0.34 43.2523 14.7058 + case= 31 tracker above 20 MeV otherMeson 0.48 4087.25 1961.88 + case= 32 tracker above 20 MeV otherBaryon 0.06 630.06 37.8036 + case= 33 emCalo all 55378.1 3.69556 204653 + case= 34 emCalo electron 33093.4 2.03527 67354.1 + case= 35 emCalo gamma 17676.7 3.78005 66818.6 + case= 36 emCalo muon 3.77 10.7522 40.5358 + case= 37 emCalo neutrino 11.29 35.4193 399.884 + case= 38 emCalo pion 36.78 1032.61 37979.3 + case= 39 emCalo neutron 2233.21 6.13209 13694.2 + case= 40 emCalo proton 86.72 93.523 8110.31 + case= 41 emCalo ion 2232.33 0.426512 952.117 + case= 42 emCalo otherMeson 2.86 2876.39 8226.46 + case= 43 emCalo otherBaryon 1.08 997.909 1077.74 + case= 44 emCalo below 20 MeV all 54444 0.881536 47994.3 + case= 45 emCalo below 20 MeV electron 32726.1 0.7109 23265 + case= 46 emCalo below 20 MeV gamma 17331.5 1.22362 21207.2 + case= 47 emCalo below 20 MeV muon 3.59 4.12853 14.8214 + case= 48 emCalo below 20 MeV neutrino 1.11 14.9613 16.6071 + case= 49 emCalo below 20 MeV pion 0.75 12.9328 9.69959 + case= 50 emCalo below 20 MeV neutron 2130.15 1.31842 2808.44 + case= 51 emCalo below 20 MeV proton 30.55 12.5692 383.991 + case= 52 emCalo below 20 MeV ion 2220.02 0.129247 286.931 + case= 53 emCalo below 20 MeV otherMeson 0.07 5.80964 0.406675 + case= 54 emCalo below 20 MeV otherBaryon 0.13 9.76304 1.26919 + case= 55 emCalo above 20 MeV all 934.17 167.699 156659 + case= 56 emCalo above 20 MeV electron 367.38 120.01 44089.1 + case= 57 emCalo above 20 MeV gamma 345.12 132.161 45611.4 + case= 58 emCalo above 20 MeV muon 0.18 142.858 25.7144 + case= 59 emCalo above 20 MeV neutrino 10.18 37.65 383.277 + case= 60 emCalo above 20 MeV pion 36.03 1053.83 37969.6 + case= 61 emCalo above 20 MeV neutron 103.06 105.626 10885.8 + case= 62 emCalo above 20 MeV proton 56.17 137.552 7726.32 + case= 63 emCalo above 20 MeV ion 12.31 54.0362 665.186 + case= 64 emCalo above 20 MeV otherMeson 2.79 2948.41 8226.06 + case= 65 emCalo above 20 MeV otherBaryon 0.95 1133.13 1076.47 + case= 66 hadCalo all 18685.1 2.16687 40488.1 + case= 67 hadCalo electron 10794.7 1.19388 12887.5 + case= 68 hadCalo gamma 5583.9 2.26622 12654.3 + case= 69 hadCalo muon 1.22 13.6763 16.6851 + case= 70 hadCalo neutrino 3.65 35.8355 130.8 + case= 71 hadCalo pion 8.95 715.231 6401.32 + case= 72 hadCalo neutron 1073.14 4.30696 4621.97 + case= 73 hadCalo proton 29.44 81.1953 2390.39 + case= 74 hadCalo ion 1189.38 0.245283 291.735 + case= 75 hadCalo otherMeson 0.51 2015.48 1027.9 + case= 76 hadCalo otherBaryon 0.21 311.68 65.4527 + case= 77 hadCalo below 20 MeV all 18499.4 0.764078 14135 + case= 78 hadCalo below 20 MeV electron 10736.1 0.597323 6412.91 + case= 79 hadCalo below 20 MeV gamma 5530.68 1.12927 6245.62 + case= 80 hadCalo below 20 MeV muon 1.14 4.11981 4.69659 + case= 81 hadCalo below 20 MeV neutrino 0.35 14.3683 5.0289 + case= 82 hadCalo below 20 MeV pion 0.22 12.8672 2.83078 + case= 83 hadCalo below 20 MeV neutron 1034.27 1.18154 1222.03 + case= 84 hadCalo below 20 MeV proton 10.78 12.7111 137.025 + case= 85 hadCalo below 20 MeV ion 1185.82 0.0881567 104.538 + case= 86 hadCalo below 20 MeV otherMeson 0.05 5.96537 0.298268 + case= 87 hadCalo below 20 MeV otherBaryon 0 0 0 + case= 88 hadCalo above 20 MeV all 185.68 141.927 26353.1 + case= 89 hadCalo above 20 MeV electron 58.59 110.507 6474.6 + case= 90 hadCalo above 20 MeV gamma 53.22 120.419 6408.7 + case= 91 hadCalo above 20 MeV muon 0.08 149.857 11.9885 + case= 92 hadCalo above 20 MeV neutrino 3.3 38.1123 125.771 + case= 93 hadCalo above 20 MeV pion 8.73 732.931 6398.48 + case= 94 hadCalo above 20 MeV neutron 38.87 87.4695 3399.94 + case= 95 hadCalo above 20 MeV proton 18.66 120.759 2253.36 + case= 96 hadCalo above 20 MeV ion 3.56 52.5835 187.197 + case= 97 hadCalo above 20 MeV otherMeson 0.46 2233.91 1027.6 + case= 98 hadCalo above 20 MeV otherBaryon 0.21 311.68 65.4527 ============================================================= ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.15 MB +Dynamic pools deleted: 11 / Total memory freed: 0.14 MB ============================================================ diff --git a/examples/extended/hadronic/ParticleFluence/Layer/Layer.out b/examples/extended/hadronic/ParticleFluence/Layer/Layer.out index 87c1e3b4154..dac3995b554 100644 --- a/examples/extended/hadronic/ParticleFluence/Layer/Layer.out +++ b/examples/extended/hadronic/ParticleFluence/Layer/Layer.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -88,10 +88,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -262,7 +265,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -744,7 +747,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -769,7 +772,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -807,7 +810,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.320000s Real=1.610843s Sys=0.020000s + User=1.060000s Real=1.105145s Sys=0.010000s =============== Run::PrintInfo() =============== RunID = 0 @@ -820,140 +823,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.0139761 - case= 1 downstream electron 0.00170933 - case= 2 downstream gamma 0.0104417 - case= 3 downstream muon 1.14727e-05 - case= 4 downstream neutrino 0.000106262 - case= 5 downstream pion 0.00068742 - case= 6 downstream neutron 0.000704786 - case= 7 downstream proton 0.000229127 - case= 8 downstream ion 1.52815e-06 - case= 9 downstream otherMeson 8.19309e-05 - case= 10 downstream otherBaryon 2.54793e-06 - case= 11 downstream below 20 MeV all 0.00953697 - case= 12 downstream below 20 MeV electron 0.000738944 - case= 13 downstream below 20 MeV gamma 0.00856155 + case= 0 downstream all 0.0131649 + case= 1 downstream electron 0.00165576 + case= 2 downstream gamma 0.00987408 + case= 3 downstream muon 6.39225e-06 + case= 4 downstream neutrino 0.000159494 + case= 5 downstream pion 0.000633602 + case= 6 downstream neutron 0.000571417 + case= 7 downstream proton 0.000218292 + case= 8 downstream ion 1.38913e-06 + case= 9 downstream otherMeson 4.18708e-05 + case= 10 downstream otherBaryon 2.55003e-06 + case= 11 downstream below 20 MeV all 0.00913855 + case= 12 downstream below 20 MeV electron 0.000741147 + case= 13 downstream below 20 MeV gamma 0.00819008 case= 14 downstream below 20 MeV muon 0 - case= 15 downstream below 20 MeV neutrino 4.38548e-06 - case= 16 downstream below 20 MeV pion 6.77347e-06 - case= 17 downstream below 20 MeV neutron 0.000225325 - case= 18 downstream below 20 MeV proton 0 + case= 15 downstream below 20 MeV neutrino 1.93667e-05 + case= 16 downstream below 20 MeV pion 3.74873e-06 + case= 17 downstream below 20 MeV neutron 0.000181336 + case= 18 downstream below 20 MeV proton 2.87558e-06 case= 19 downstream below 20 MeV ion 0 case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.00443912 - case= 23 downstream above 20 MeV electron 0.000970387 - case= 24 downstream above 20 MeV gamma 0.00188014 - case= 25 downstream above 20 MeV muon 1.14727e-05 - case= 26 downstream above 20 MeV neutrino 0.000101877 - case= 27 downstream above 20 MeV pion 0.000680647 - case= 28 downstream above 20 MeV neutron 0.00047946 - case= 29 downstream above 20 MeV proton 0.000229127 - case= 30 downstream above 20 MeV ion 1.52815e-06 - case= 31 downstream above 20 MeV otherMeson 8.19309e-05 - case= 32 downstream above 20 MeV otherBaryon 2.54793e-06 - case= 33 side all 0.00126598 - case= 34 side electron 5.90374e-05 - case= 35 side gamma 0.00101102 - case= 36 side muon 1.19993e-06 - case= 37 side neutrino 6.33697e-05 - case= 38 side pion 2.17663e-05 - case= 39 side neutron 0.000104032 - case= 40 side proton 4.37583e-06 + case= 22 downstream above 20 MeV all 0.0040263 + case= 23 downstream above 20 MeV electron 0.000914616 + case= 24 downstream above 20 MeV gamma 0.001684 + case= 25 downstream above 20 MeV muon 6.39225e-06 + case= 26 downstream above 20 MeV neutrino 0.000140127 + case= 27 downstream above 20 MeV pion 0.000629854 + case= 28 downstream above 20 MeV neutron 0.000390081 + case= 29 downstream above 20 MeV proton 0.000215416 + case= 30 downstream above 20 MeV ion 1.38913e-06 + case= 31 downstream above 20 MeV otherMeson 4.18708e-05 + case= 32 downstream above 20 MeV otherBaryon 2.55003e-06 + case= 33 side all 0.00133247 + case= 34 side electron 6.88897e-05 + case= 35 side gamma 0.00106806 + case= 36 side muon 4.0005e-07 + case= 37 side neutrino 6.25032e-05 + case= 38 side pion 1.57594e-05 + case= 39 side neutron 0.000112184 + case= 40 side proton 4.67701e-06 case= 41 side ion 0 - case= 42 side otherMeson 1.18536e-06 + case= 42 side otherMeson 0 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.000997967 - case= 45 side below 20 MeV electron 2.84419e-05 - case= 46 side below 20 MeV gamma 0.000921973 + case= 44 side below 20 MeV all 0.00106216 + case= 45 side below 20 MeV electron 3.51571e-05 + case= 46 side below 20 MeV gamma 0.000980818 case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 7.63498e-06 - case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 3.92183e-05 - case= 51 side below 20 MeV proton 6.98877e-07 + case= 48 side below 20 MeV neutrino 4.98974e-06 + case= 49 side below 20 MeV pion 3.47889e-07 + case= 50 side below 20 MeV neutron 4.08495e-05 + case= 51 side below 20 MeV proton 0 case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.000268016 - case= 56 side above 20 MeV electron 3.05955e-05 - case= 57 side above 20 MeV gamma 8.9044e-05 - case= 58 side above 20 MeV muon 1.19993e-06 - case= 59 side above 20 MeV neutrino 5.57347e-05 - case= 60 side above 20 MeV pion 2.17663e-05 - case= 61 side above 20 MeV neutron 6.48137e-05 - case= 62 side above 20 MeV proton 3.67696e-06 + case= 55 side above 20 MeV all 0.000270307 + case= 56 side above 20 MeV electron 3.37326e-05 + case= 57 side above 20 MeV gamma 8.72376e-05 + case= 58 side above 20 MeV muon 4.0005e-07 + case= 59 side above 20 MeV neutrino 5.75134e-05 + case= 60 side above 20 MeV pion 1.54115e-05 + case= 61 side above 20 MeV neutron 7.13347e-05 + case= 62 side above 20 MeV proton 4.67701e-06 case= 63 side above 20 MeV ion 0 - case= 64 side above 20 MeV otherMeson 1.18536e-06 + case= 64 side above 20 MeV otherMeson 0 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.00065038 - case= 67 upstream electron 2.34253e-05 - case= 68 upstream gamma 0.000514137 + case= 66 upstream all 0.000847308 + case= 67 upstream electron 5.86765e-05 + case= 68 upstream gamma 0.000624945 case= 69 upstream muon 0 - case= 70 upstream neutrino 5.88268e-05 - case= 71 upstream pion 1.05384e-05 - case= 72 upstream neutron 4.34533e-05 - case= 73 upstream proton 0 - case= 74 upstream ion 0 + case= 70 upstream neutrino 5.88059e-05 + case= 71 upstream pion 3.26365e-06 + case= 72 upstream neutron 9.24334e-05 + case= 73 upstream proton 7.4549e-06 + case= 74 upstream ion 1.72939e-06 case= 75 upstream otherMeson 0 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.00051456 - case= 78 upstream below 20 MeV electron 1.53583e-05 - case= 79 upstream below 20 MeV gamma 0.000476382 + case= 77 upstream below 20 MeV all 0.000651813 + case= 78 upstream below 20 MeV electron 3.39703e-05 + case= 79 upstream below 20 MeV gamma 0.00057315 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 6.89147e-06 + case= 81 upstream below 20 MeV neutrino 2.78624e-06 case= 82 upstream below 20 MeV pion 0 - case= 83 upstream below 20 MeV neutron 1.59283e-05 - case= 84 upstream below 20 MeV proton 0 + case= 83 upstream below 20 MeV neutron 4.04646e-05 + case= 84 upstream below 20 MeV proton 1.44154e-06 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.000135821 - case= 89 upstream above 20 MeV electron 8.06705e-06 - case= 90 upstream above 20 MeV gamma 3.77548e-05 + case= 88 upstream above 20 MeV all 0.000195496 + case= 89 upstream above 20 MeV electron 2.47062e-05 + case= 90 upstream above 20 MeV gamma 5.17945e-05 case= 91 upstream above 20 MeV muon 0 - case= 92 upstream above 20 MeV neutrino 5.19353e-05 - case= 93 upstream above 20 MeV pion 1.05384e-05 - case= 94 upstream above 20 MeV neutron 2.7525e-05 - case= 95 upstream above 20 MeV proton 0 - case= 96 upstream above 20 MeV ion 0 + case= 92 upstream above 20 MeV neutrino 5.60196e-05 + case= 93 upstream above 20 MeV pion 3.26365e-06 + case= 94 upstream above 20 MeV neutron 5.19688e-05 + case= 95 upstream above 20 MeV proton 6.01336e-06 + case= 96 upstream above 20 MeV ion 1.72939e-06 case= 97 upstream above 20 MeV otherMeson 0 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 1701.36 37.87 64430.5 - case= 1 layer electron 1379.68 5.19231 7163.72 - case= 2 layer gamma 204.46 67.7428 13850.7 - case= 3 layer muon 0.9 101.622 91.4599 - case= 4 layer neutrino 2.5 41.995 104.988 - case= 5 layer pion 16.39 1708.53 28002.8 - case= 6 layer neutron 18.13 139.376 2526.88 - case= 7 layer proton 38.58 81.9631 3162.13 - case= 8 layer ion 38.65 4.92715 190.434 - case= 9 layer otherMeson 1.87 4387.59 8204.8 - case= 10 layer otherBaryon 0.2 5662.82 1132.56 - case= 11 layer below 20 MeV all 1616.04 0.600966 971.185 - case= 12 layer below 20 MeV electron 1360.89 0.331684 451.385 - case= 13 layer below 20 MeV gamma 177.18 1.45265 257.381 - case= 14 layer below 20 MeV muon 0.75 4.37808 3.28356 - case= 15 layer below 20 MeV neutrino 0.26 16.0253 4.16658 - case= 16 layer below 20 MeV pion 0.25 8.90104 2.22526 - case= 17 layer below 20 MeV neutron 9.1 6.61489 60.1955 - case= 18 layer below 20 MeV proton 30.65 2.67177 81.8897 - case= 19 layer below 20 MeV ion 36.95 2.99474 110.655 - case= 20 layer below 20 MeV otherMeson 0.01 0.253753 0.00253753 + case= 0 layer all 1657.25 36.8953 61144.7 + case= 1 layer electron 1346.07 4.86613 6550.15 + case= 2 layer gamma 200.33 64.0307 12827.3 + case= 3 layer muon 0.91 34.5279 31.4204 + case= 4 layer neutrino 2.64 34.8425 91.9841 + case= 5 layer pion 15.22 1919.17 29209.8 + case= 6 layer neutron 17.25 156.791 2704.64 + case= 7 layer proton 36.39 59.3716 2160.53 + case= 8 layer ion 36.86 4.79002 176.56 + case= 9 layer otherMeson 1.27 4900.06 6223.08 + case= 10 layer otherBaryon 0.31 3772 1169.32 + case= 11 layer below 20 MeV all 1576.83 0.600186 946.391 + case= 12 layer below 20 MeV electron 1327.6 0.330481 438.747 + case= 13 layer below 20 MeV gamma 174.93 1.45762 254.981 + case= 14 layer below 20 MeV muon 0.8 4.31818 3.45455 + case= 15 layer below 20 MeV neutrino 0.24 15.2453 3.65887 + case= 16 layer below 20 MeV pion 0.24 8.62925 2.07102 + case= 17 layer below 20 MeV neutron 8.33 6.69417 55.7625 + case= 18 layer below 20 MeV proton 29.21 2.85882 83.5061 + case= 19 layer below 20 MeV ion 35.48 2.93716 104.21 + case= 20 layer below 20 MeV otherMeson 0 0 0 case= 21 layer below 20 MeV otherBaryon 0 0 0 - case= 22 layer above 20 MeV all 85.32 743.78 63459.3 - case= 23 layer above 20 MeV electron 18.79 357.229 6712.34 - case= 24 layer above 20 MeV gamma 27.28 498.288 13593.3 - case= 25 layer above 20 MeV muon 0.15 587.842 88.1763 - case= 26 layer above 20 MeV neutrino 2.24 45.0094 100.821 - case= 27 layer above 20 MeV pion 16.14 1734.86 28000.6 - case= 28 layer above 20 MeV neutron 9.03 273.165 2466.68 - case= 29 layer above 20 MeV proton 7.93 388.429 3080.25 - case= 30 layer above 20 MeV ion 1.7 46.9287 79.7788 - case= 31 layer above 20 MeV otherMeson 1.86 4411.18 8204.8 - case= 32 layer above 20 MeV otherBaryon 0.2 5662.82 1132.56 + case= 22 layer above 20 MeV all 80.42 748.549 60198.3 + case= 23 layer above 20 MeV electron 18.47 330.883 6111.41 + case= 24 layer above 20 MeV gamma 25.4 494.972 12572.3 + case= 25 layer above 20 MeV muon 0.11 254.235 27.9658 + case= 26 layer above 20 MeV neutrino 2.4 36.8022 88.3253 + case= 27 layer above 20 MeV pion 14.98 1949.78 29207.7 + case= 28 layer above 20 MeV neutron 8.92 296.96 2648.88 + case= 29 layer above 20 MeV proton 7.18 289.28 2077.03 + case= 30 layer above 20 MeV ion 1.38 52.4274 72.3498 + case= 31 layer above 20 MeV otherMeson 1.27 4900.06 6223.08 + case= 32 layer above 20 MeV otherBaryon 0.31 3772 1169.32 ============================================================= @@ -1018,7 +1021,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=7.140000s Real=7.898240s Sys=0.040000s + User=6.380000s Real=6.632323s Sys=0.010000s =============== Run::PrintInfo() =============== RunID = 1 @@ -1031,140 +1034,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.0520704 - case= 1 downstream electron 0.0049558 - case= 2 downstream gamma 0.0433259 - case= 3 downstream muon 1.07151e-05 - case= 4 downstream neutrino 0.000396726 - case= 5 downstream pion 0.000773687 - case= 6 downstream neutron 0.0022647 - case= 7 downstream proton 0.000272668 - case= 8 downstream ion 1.39138e-06 - case= 9 downstream otherMeson 6.62896e-05 - case= 10 downstream otherBaryon 2.56266e-06 - case= 11 downstream below 20 MeV all 0.0416307 - case= 12 downstream below 20 MeV electron 0.00255351 - case= 13 downstream below 20 MeV gamma 0.0378023 + case= 0 downstream all 0.0466693 + case= 1 downstream electron 0.00437754 + case= 2 downstream gamma 0.0387765 + case= 3 downstream muon 1.53605e-05 + case= 4 downstream neutrino 0.000356529 + case= 5 downstream pion 0.000667764 + case= 6 downstream neutron 0.00209802 + case= 7 downstream proton 0.000288107 + case= 8 downstream ion 1.57401e-06 + case= 9 downstream otherMeson 8.51576e-05 + case= 10 downstream otherBaryon 2.68687e-06 + case= 11 downstream below 20 MeV all 0.0370087 + case= 12 downstream below 20 MeV electron 0.00220323 + case= 13 downstream below 20 MeV gamma 0.0337021 case= 14 downstream below 20 MeV muon 0 - case= 15 downstream below 20 MeV neutrino 2.52761e-05 - case= 16 downstream below 20 MeV pion 1.51136e-06 - case= 17 downstream below 20 MeV neutron 0.00124368 - case= 18 downstream below 20 MeV proton 1.9123e-06 + case= 15 downstream below 20 MeV neutrino 1.78899e-05 + case= 16 downstream below 20 MeV pion 1.30652e-06 + case= 17 downstream below 20 MeV neutron 0.00107862 + case= 18 downstream below 20 MeV proton 4.14772e-06 case= 19 downstream below 20 MeV ion 0 - case= 20 downstream below 20 MeV otherMeson 2.53995e-06 + case= 20 downstream below 20 MeV otherMeson 1.36146e-06 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.0104397 - case= 23 downstream above 20 MeV electron 0.00240229 - case= 24 downstream above 20 MeV gamma 0.00552357 - case= 25 downstream above 20 MeV muon 1.07151e-05 - case= 26 downstream above 20 MeV neutrino 0.00037145 - case= 27 downstream above 20 MeV pion 0.000772176 - case= 28 downstream above 20 MeV neutron 0.00102103 - case= 29 downstream above 20 MeV proton 0.000270756 - case= 30 downstream above 20 MeV ion 1.39138e-06 - case= 31 downstream above 20 MeV otherMeson 6.37497e-05 - case= 32 downstream above 20 MeV otherBaryon 2.56266e-06 - case= 33 side all 0.00318911 - case= 34 side electron 0.00012653 - case= 35 side gamma 0.00224227 - case= 36 side muon 7.88583e-07 - case= 37 side neutrino 0.000238027 - case= 38 side pion 1.74998e-05 - case= 39 side neutron 0.000557854 - case= 40 side proton 5.19394e-06 + case= 22 downstream above 20 MeV all 0.00966059 + case= 23 downstream above 20 MeV electron 0.00217431 + case= 24 downstream above 20 MeV gamma 0.0050744 + case= 25 downstream above 20 MeV muon 1.53605e-05 + case= 26 downstream above 20 MeV neutrino 0.000338639 + case= 27 downstream above 20 MeV pion 0.000666457 + case= 28 downstream above 20 MeV neutron 0.0010194 + case= 29 downstream above 20 MeV proton 0.00028396 + case= 30 downstream above 20 MeV ion 1.57401e-06 + case= 31 downstream above 20 MeV otherMeson 8.37961e-05 + case= 32 downstream above 20 MeV otherBaryon 2.68687e-06 + case= 33 side all 0.00284987 + case= 34 side electron 0.000119694 + case= 35 side gamma 0.00200502 + case= 36 side muon 8.44931e-07 + case= 37 side neutrino 0.000209943 + case= 38 side pion 1.82458e-05 + case= 39 side neutron 0.000488155 + case= 40 side proton 6.21142e-06 case= 41 side ion 0 - case= 42 side otherMeson 9.47381e-07 + case= 42 side otherMeson 1.76366e-06 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.00255765 - case= 45 side below 20 MeV electron 7.74966e-05 - case= 46 side below 20 MeV gamma 0.00208528 + case= 44 side below 20 MeV all 0.00227625 + case= 45 side below 20 MeV electron 7.47674e-05 + case= 46 side below 20 MeV gamma 0.00186108 case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 2.0961e-05 + case= 48 side below 20 MeV neutrino 1.69137e-05 case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 0.000373191 - case= 51 side below 20 MeV proton 7.27503e-07 + case= 50 side below 20 MeV neutron 0.000323486 + case= 51 side below 20 MeV proton 0 case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.000631453 - case= 56 side above 20 MeV electron 4.90336e-05 - case= 57 side above 20 MeV gamma 0.000156988 - case= 58 side above 20 MeV muon 7.88583e-07 - case= 59 side above 20 MeV neutrino 0.000217066 - case= 60 side above 20 MeV pion 1.74998e-05 - case= 61 side above 20 MeV neutron 0.000184663 - case= 62 side above 20 MeV proton 4.46644e-06 + case= 55 side above 20 MeV all 0.000573626 + case= 56 side above 20 MeV electron 4.49269e-05 + case= 57 side above 20 MeV gamma 0.000143934 + case= 58 side above 20 MeV muon 8.44931e-07 + case= 59 side above 20 MeV neutrino 0.000193029 + case= 60 side above 20 MeV pion 1.82458e-05 + case= 61 side above 20 MeV neutron 0.000164669 + case= 62 side above 20 MeV proton 6.21142e-06 case= 63 side above 20 MeV ion 0 - case= 64 side above 20 MeV otherMeson 9.47381e-07 + case= 64 side above 20 MeV otherMeson 1.76366e-06 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.00216013 - case= 67 upstream electron 7.5494e-05 - case= 68 upstream gamma 0.00131129 + case= 66 upstream all 0.00266674 + case= 67 upstream electron 4.47801e-05 + case= 68 upstream gamma 0.00170694 case= 69 upstream muon 0 - case= 70 upstream neutrino 0.00020866 - case= 71 upstream pion 2.17145e-05 - case= 72 upstream neutron 0.000542975 - case= 73 upstream proton 0 + case= 70 upstream neutrino 0.000258278 + case= 71 upstream pion 3.80082e-05 + case= 72 upstream neutron 0.000614712 + case= 73 upstream proton 4.02134e-06 case= 74 upstream ion 0 case= 75 upstream otherMeson 0 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.00178845 - case= 78 upstream below 20 MeV electron 5.34558e-05 - case= 79 upstream below 20 MeV gamma 0.00125778 + case= 77 upstream below 20 MeV all 0.00213241 + case= 78 upstream below 20 MeV electron 2.34043e-05 + case= 79 upstream below 20 MeV gamma 0.00161357 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 2.41186e-05 - case= 82 upstream below 20 MeV pion 0 - case= 83 upstream below 20 MeV neutron 0.000453103 + case= 81 upstream below 20 MeV neutrino 2.72313e-05 + case= 82 upstream below 20 MeV pion 1.29152e-06 + case= 83 upstream below 20 MeV neutron 0.00046692 case= 84 upstream below 20 MeV proton 0 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.000371677 - case= 89 upstream above 20 MeV electron 2.20382e-05 - case= 90 upstream above 20 MeV gamma 5.35108e-05 + case= 88 upstream above 20 MeV all 0.000534326 + case= 89 upstream above 20 MeV electron 2.13758e-05 + case= 90 upstream above 20 MeV gamma 9.33726e-05 case= 91 upstream above 20 MeV muon 0 - case= 92 upstream above 20 MeV neutrino 0.000184541 - case= 93 upstream above 20 MeV pion 2.17145e-05 - case= 94 upstream above 20 MeV neutron 8.98724e-05 - case= 95 upstream above 20 MeV proton 0 + case= 92 upstream above 20 MeV neutrino 0.000231047 + case= 93 upstream above 20 MeV pion 3.67167e-05 + case= 94 upstream above 20 MeV neutron 0.000147792 + case= 95 upstream above 20 MeV proton 4.02134e-06 case= 96 upstream above 20 MeV ion 0 case= 97 upstream above 20 MeV otherMeson 0 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 13422.6 10.9125 146475 - case= 1 layer electron 11404.6 2.51117 28638.9 - case= 2 layer gamma 1364.94 27.52 37563.2 - case= 3 layer muon 3.24 22.6733 73.4614 - case= 4 layer neutrino 9.54 36.9626 352.623 - case= 5 layer pion 39.16 1353.19 52991 - case= 6 layer neutron 88.22 88.5164 7808.91 - case= 7 layer proton 49.76 127.099 6324.46 - case= 8 layer ion 459.75 1.81009 832.189 - case= 9 layer otherMeson 2.96 3782.53 11196.3 - case= 10 layer otherBaryon 0.45 1541.52 693.686 - case= 11 layer below 20 MeV all 13086.7 0.428721 5610.56 - case= 12 layer below 20 MeV electron 11301.7 0.241735 2732.02 - case= 13 layer below 20 MeV gamma 1249.43 1.40752 1758.6 - case= 14 layer below 20 MeV muon 2.99 4.16616 12.4568 - case= 15 layer below 20 MeV neutrino 0.81 14.4017 11.6653 - case= 16 layer below 20 MeV pion 0.56 13.221 7.40377 - case= 17 layer below 20 MeV neutron 52.08 6.15533 320.57 - case= 18 layer below 20 MeV proton 24.35 7.26907 177.002 - case= 19 layer below 20 MeV ion 454.76 1.29788 590.225 - case= 20 layer below 20 MeV otherMeson 0.02 8.49673 0.169935 - case= 21 layer below 20 MeV otherBaryon 0.04 11.3782 0.455128 - case= 22 layer above 20 MeV all 335.85 419.425 140864 - case= 23 layer above 20 MeV electron 102.87 251.841 25906.8 - case= 24 layer above 20 MeV gamma 115.51 309.97 35804.6 - case= 25 layer above 20 MeV muon 0.25 244.018 61.0046 - case= 26 layer above 20 MeV neutrino 8.73 39.0559 340.958 - case= 27 layer above 20 MeV pion 38.6 1372.63 52983.6 - case= 28 layer above 20 MeV neutron 36.14 207.204 7488.34 - case= 29 layer above 20 MeV proton 25.41 241.93 6147.45 - case= 30 layer above 20 MeV ion 4.99 48.4897 241.964 - case= 31 layer above 20 MeV otherMeson 2.94 3808.2 11196.1 - case= 32 layer above 20 MeV otherBaryon 0.41 1690.81 693.231 + case= 0 layer all 12380.6 11.217 138874 + case= 1 layer electron 10561.3 2.48313 26225 + case= 2 layer gamma 1254.56 27.0825 33976.6 + case= 3 layer muon 2.98 34.1233 101.687 + case= 4 layer neutrino 8.75 39.0498 341.686 + case= 5 layer pion 34.68 1473.4 51097.4 + case= 6 layer neutron 77.15 91.1422 7031.62 + case= 7 layer proton 43.92 150.734 6620.23 + case= 8 layer ion 393.78 1.87141 736.925 + case= 9 layer otherMeson 2.92 3920.14 11446.8 + case= 10 layer otherBaryon 0.6 2159.32 1295.59 + case= 11 layer below 20 MeV all 12072.7 0.424618 5126.29 + case= 12 layer below 20 MeV electron 10465.5 0.241201 2524.29 + case= 13 layer below 20 MeV gamma 1148.4 1.41056 1619.89 + case= 14 layer below 20 MeV muon 2.67 4.14085 11.0561 + case= 15 layer below 20 MeV neutrino 0.7 14.2868 10.0008 + case= 16 layer below 20 MeV pion 0.39 10.8419 4.22835 + case= 17 layer below 20 MeV neutron 44.34 6.30107 279.389 + case= 18 layer below 20 MeV proton 21.21 7.18665 152.429 + case= 19 layer below 20 MeV ion 389.42 1.3467 524.43 + case= 20 layer below 20 MeV otherMeson 0.05 6.23809 0.311905 + case= 21 layer below 20 MeV otherBaryon 0.03 8.87701 0.26631 + case= 22 layer above 20 MeV all 307.89 434.4 133747 + case= 23 layer above 20 MeV electron 95.76 247.501 23700.7 + case= 24 layer above 20 MeV gamma 106.16 304.792 32356.8 + case= 25 layer above 20 MeV muon 0.31 292.359 90.6314 + case= 26 layer above 20 MeV neutrino 8.05 41.2031 331.685 + case= 27 layer above 20 MeV pion 34.29 1490.03 51093.2 + case= 28 layer above 20 MeV neutron 32.81 205.798 6752.23 + case= 29 layer above 20 MeV proton 22.71 284.8 6467.8 + case= 30 layer above 20 MeV ion 4.36 48.7372 212.494 + case= 31 layer above 20 MeV otherMeson 2.87 3988.33 11446.5 + case= 32 layer above 20 MeV otherBaryon 0.57 2272.51 1295.33 ============================================================= @@ -1234,7 +1237,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=9.230000s Real=9.724808s Sys=0.020000s + User=7.950000s Real=8.164881s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 2 @@ -1247,140 +1250,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.0703652 - case= 1 downstream electron 0.00536497 - case= 2 downstream gamma 0.0600628 - case= 3 downstream muon 5.38626e-06 - case= 4 downstream neutrino 0.000400325 - case= 5 downstream pion 0.000792897 - case= 6 downstream neutron 0.00336514 - case= 7 downstream proton 0.000311277 - case= 8 downstream ion 4.42176e-06 - case= 9 downstream otherMeson 5.66762e-05 - case= 10 downstream otherBaryon 1.31004e-06 - case= 11 downstream below 20 MeV all 0.0615051 - case= 12 downstream below 20 MeV electron 0.00353224 - case= 13 downstream below 20 MeV gamma 0.0555219 + case= 0 downstream all 0.0629238 + case= 1 downstream electron 0.00473465 + case= 2 downstream gamma 0.0537793 + case= 3 downstream muon 4.09496e-06 + case= 4 downstream neutrino 0.000253043 + case= 5 downstream pion 0.000689825 + case= 6 downstream neutron 0.00312273 + case= 7 downstream proton 0.000281222 + case= 8 downstream ion 1.41005e-06 + case= 9 downstream otherMeson 5.30068e-05 + case= 10 downstream otherBaryon 4.59957e-06 + case= 11 downstream below 20 MeV all 0.0546193 + case= 12 downstream below 20 MeV electron 0.00289551 + case= 13 downstream below 20 MeV gamma 0.0495024 case= 14 downstream below 20 MeV muon 0 - case= 15 downstream below 20 MeV neutrino 3.23469e-05 - case= 16 downstream below 20 MeV pion 1.45773e-06 - case= 17 downstream below 20 MeV neutron 0.00240876 - case= 18 downstream below 20 MeV proton 5.31388e-06 + case= 15 downstream below 20 MeV neutrino 1.50369e-05 + case= 16 downstream below 20 MeV pion 7.50327e-06 + case= 17 downstream below 20 MeV neutron 0.00218635 + case= 18 downstream below 20 MeV proton 1.24556e-05 case= 19 downstream below 20 MeV ion 0 - case= 20 downstream below 20 MeV otherMeson 3.03796e-06 + case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.00886011 - case= 23 downstream above 20 MeV electron 0.00183274 - case= 24 downstream above 20 MeV gamma 0.00454085 - case= 25 downstream above 20 MeV muon 5.38626e-06 - case= 26 downstream above 20 MeV neutrino 0.000367978 - case= 27 downstream above 20 MeV pion 0.00079144 - case= 28 downstream above 20 MeV neutron 0.000956382 - case= 29 downstream above 20 MeV proton 0.000305963 - case= 30 downstream above 20 MeV ion 4.42176e-06 - case= 31 downstream above 20 MeV otherMeson 5.36383e-05 - case= 32 downstream above 20 MeV otherBaryon 1.31004e-06 - case= 33 side all 0.00345607 - case= 34 side electron 5.45443e-05 - case= 35 side gamma 0.00193301 - case= 36 side muon 7.54963e-07 - case= 37 side neutrino 0.000165244 - case= 38 side pion 1.92767e-05 - case= 39 side neutron 0.00127746 - case= 40 side proton 4.51766e-06 - case= 41 side ion 3.36449e-07 - case= 42 side otherMeson 9.17824e-07 + case= 22 downstream above 20 MeV all 0.00830459 + case= 23 downstream above 20 MeV electron 0.00183914 + case= 24 downstream above 20 MeV gamma 0.00427687 + case= 25 downstream above 20 MeV muon 4.09496e-06 + case= 26 downstream above 20 MeV neutrino 0.000238006 + case= 27 downstream above 20 MeV pion 0.000682321 + case= 28 downstream above 20 MeV neutron 0.000936381 + case= 29 downstream above 20 MeV proton 0.000268766 + case= 30 downstream above 20 MeV ion 1.41005e-06 + case= 31 downstream above 20 MeV otherMeson 5.30068e-05 + case= 32 downstream above 20 MeV otherBaryon 4.59957e-06 + case= 33 side all 0.0030427 + case= 34 side electron 4.59699e-05 + case= 35 side gamma 0.001652 + case= 36 side muon 3.35821e-07 + case= 37 side neutrino 0.000147888 + case= 38 side pion 1.52727e-05 + case= 39 side neutron 0.00117395 + case= 40 side proton 6.7647e-06 + case= 41 side ion 0 + case= 42 side otherMeson 5.29114e-07 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.00305271 - case= 45 side below 20 MeV electron 4.28483e-05 - case= 46 side below 20 MeV gamma 0.0018782 + case= 44 side below 20 MeV all 0.00268429 + case= 45 side below 20 MeV electron 3.80795e-05 + case= 46 side below 20 MeV gamma 0.00160629 case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 1.41582e-05 - case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 0.00111716 + case= 48 side below 20 MeV neutrino 9.51364e-06 + case= 49 side below 20 MeV pion 1.14333e-06 + case= 50 side below 20 MeV neutron 0.00102873 case= 51 side below 20 MeV proton 0 - case= 52 side below 20 MeV ion 3.36449e-07 - case= 53 side below 20 MeV otherMeson 0 + case= 52 side below 20 MeV ion 0 + case= 53 side below 20 MeV otherMeson 5.29114e-07 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.00040336 - case= 56 side above 20 MeV electron 1.16961e-05 - case= 57 side above 20 MeV gamma 5.48114e-05 - case= 58 side above 20 MeV muon 7.54963e-07 - case= 59 side above 20 MeV neutrino 0.000151086 - case= 60 side above 20 MeV pion 1.92767e-05 - case= 61 side above 20 MeV neutron 0.000160299 - case= 62 side above 20 MeV proton 4.51766e-06 + case= 55 side above 20 MeV all 0.000358412 + case= 56 side above 20 MeV electron 7.89041e-06 + case= 57 side above 20 MeV gamma 4.57014e-05 + case= 58 side above 20 MeV muon 3.35821e-07 + case= 59 side above 20 MeV neutrino 0.000138375 + case= 60 side above 20 MeV pion 1.41293e-05 + case= 61 side above 20 MeV neutron 0.000145216 + case= 62 side above 20 MeV proton 6.7647e-06 case= 63 side above 20 MeV ion 0 - case= 64 side above 20 MeV otherMeson 9.17824e-07 + case= 64 side above 20 MeV otherMeson 0 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.00258281 - case= 67 upstream electron 2.16556e-05 - case= 68 upstream gamma 0.00128947 + case= 66 upstream all 0.00267163 + case= 67 upstream electron 8.65667e-05 + case= 68 upstream gamma 0.00141197 case= 69 upstream muon 0 - case= 70 upstream neutrino 0.000138027 - case= 71 upstream pion 1.32214e-05 - case= 72 upstream neutron 0.00111795 - case= 73 upstream proton 2.48449e-06 + case= 70 upstream neutrino 0.000142088 + case= 71 upstream pion 1.81772e-05 + case= 72 upstream neutron 0.00101282 + case= 73 upstream proton 0 case= 74 upstream ion 0 case= 75 upstream otherMeson 0 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.00229754 - case= 78 upstream below 20 MeV electron 1.7671e-05 - case= 79 upstream below 20 MeV gamma 0.00124987 + case= 77 upstream below 20 MeV all 0.0024096 + case= 78 upstream below 20 MeV electron 7.76817e-05 + case= 79 upstream below 20 MeV gamma 0.00139028 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 6.85269e-06 - case= 82 upstream below 20 MeV pion 0 - case= 83 upstream below 20 MeV neutron 0.00102066 - case= 84 upstream below 20 MeV proton 2.48449e-06 + case= 81 upstream below 20 MeV neutrino 1.06074e-05 + case= 82 upstream below 20 MeV pion 1.32584e-06 + case= 83 upstream below 20 MeV neutron 0.000929702 + case= 84 upstream below 20 MeV proton 0 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.000285273 - case= 89 upstream above 20 MeV electron 3.98455e-06 - case= 90 upstream above 20 MeV gamma 3.96048e-05 + case= 88 upstream above 20 MeV all 0.000262027 + case= 89 upstream above 20 MeV electron 8.88497e-06 + case= 90 upstream above 20 MeV gamma 2.16908e-05 case= 91 upstream above 20 MeV muon 0 - case= 92 upstream above 20 MeV neutrino 0.000131174 - case= 93 upstream above 20 MeV pion 1.32214e-05 - case= 94 upstream above 20 MeV neutron 9.72881e-05 + case= 92 upstream above 20 MeV neutrino 0.00013148 + case= 93 upstream above 20 MeV pion 1.68513e-05 + case= 94 upstream above 20 MeV neutron 8.31195e-05 case= 95 upstream above 20 MeV proton 0 case= 96 upstream above 20 MeV ion 0 case= 97 upstream above 20 MeV otherMeson 0 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 18704.7 7.93091 148345 - case= 1 layer electron 15020.8 2.41048 36207.3 - case= 2 layer gamma 3228.66 12.3968 40024.9 - case= 3 layer muon 2.3 25.5892 58.8551 - case= 4 layer neutrino 6.73 36.0408 242.554 - case= 5 layer pion 32.03 1547.47 49565.4 - case= 6 layer neutron 99.07 60.6503 6008.63 - case= 7 layer proton 69.75 90.567 6317.05 - case= 8 layer ion 242.86 1.83357 445.301 - case= 9 layer otherMeson 2.1 4423.13 9288.58 - case= 10 layer otherBaryon 0.39 478.512 186.62 - case= 11 layer below 20 MeV all 18258.4 0.555817 10148.3 - case= 12 layer below 20 MeV electron 14845.1 0.364433 5410.04 - case= 13 layer below 20 MeV gamma 3053.16 1.25298 3825.55 - case= 14 layer below 20 MeV muon 2.08 4.30574 8.95593 - case= 15 layer below 20 MeV neutrino 0.58 14.7458 8.55256 - case= 16 layer below 20 MeV pion 0.39 12.6209 4.92216 - case= 17 layer below 20 MeV neutron 70.3 4.4008 309.376 - case= 18 layer below 20 MeV proton 47.78 6.47622 309.434 - case= 19 layer below 20 MeV ion 238.94 1.13451 271.08 - case= 20 layer below 20 MeV otherMeson 0.04 8.14861 0.325944 - case= 21 layer below 20 MeV otherBaryon 0.01 9.76975 0.0976975 - case= 22 layer above 20 MeV all 446.29 309.657 138197 - case= 23 layer above 20 MeV electron 175.68 175.303 30797.2 - case= 24 layer above 20 MeV gamma 175.5 206.264 36199.4 - case= 25 layer above 20 MeV muon 0.22 226.814 49.8991 - case= 26 layer above 20 MeV neutrino 6.15 38.0491 234.002 - case= 27 layer above 20 MeV pion 31.64 1566.39 49560.5 - case= 28 layer above 20 MeV neutron 28.77 198.097 5699.25 - case= 29 layer above 20 MeV proton 21.97 273.446 6007.61 - case= 30 layer above 20 MeV ion 3.92 44.4441 174.221 - case= 31 layer above 20 MeV otherMeson 2.06 4508.86 9288.26 - case= 32 layer above 20 MeV otherBaryon 0.38 490.847 186.522 + case= 0 layer all 15879.9 8.56179 135961 + case= 1 layer electron 12710.6 2.55296 32449.7 + case= 2 layer gamma 2755.33 13.2663 36553 + case= 3 layer muon 1.97 56.4522 111.211 + case= 4 layer neutrino 5.81 37.0334 215.164 + case= 5 layer pion 28.75 1569.8 45131.8 + case= 6 layer neutron 90.02 58.5429 5270.04 + case= 7 layer proton 63.96 89.9292 5751.87 + case= 8 layer ion 220.69 1.86893 412.454 + case= 9 layer otherMeson 2.36 4053.8 9566.98 + case= 10 layer otherBaryon 0.42 1186.93 498.513 + case= 11 layer below 20 MeV all 15489.6 0.566871 8780.6 + case= 12 layer below 20 MeV electron 12559 0.366273 4600 + case= 13 layer below 20 MeV gamma 2603.54 1.27611 3322.4 + case= 14 layer below 20 MeV muon 1.82 4.24805 7.73146 + case= 15 layer below 20 MeV neutrino 0.42 15.8833 6.671 + case= 16 layer below 20 MeV pion 0.35 11.4357 4.00249 + case= 17 layer below 20 MeV neutron 63.48 4.48101 284.454 + case= 18 layer below 20 MeV proton 43.72 6.51033 284.632 + case= 19 layer below 20 MeV ion 217.23 1.2419 269.779 + case= 20 layer below 20 MeV otherMeson 0.05 11.5512 0.577561 + case= 21 layer below 20 MeV otherBaryon 0.03 11.5968 0.347905 + case= 22 layer above 20 MeV all 390.33 325.827 127180 + case= 23 layer above 20 MeV electron 151.66 183.632 27849.7 + case= 24 layer above 20 MeV gamma 151.79 218.925 33230.6 + case= 25 layer above 20 MeV muon 0.15 689.863 103.479 + case= 26 layer above 20 MeV neutrino 5.39 38.6815 208.493 + case= 27 layer above 20 MeV pion 28.4 1589.01 45127.8 + case= 28 layer above 20 MeV neutron 26.54 187.852 4985.58 + case= 29 layer above 20 MeV proton 20.24 270.121 5467.24 + case= 30 layer above 20 MeV ion 3.46 41.2358 142.676 + case= 31 layer above 20 MeV otherMeson 2.31 4141.3 9566.4 + case= 32 layer above 20 MeV otherBaryon 0.39 1277.35 498.165 ============================================================= @@ -1455,7 +1458,7 @@ Index : 4 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=3.380000s Real=3.533573s Sys=0.010000s + User=5.580000s Real=6.237246s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 3 @@ -1468,140 +1471,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.0501203 - case= 1 downstream electron 0.004594 - case= 2 downstream gamma 0.0419088 - case= 3 downstream muon 1.71304e-05 - case= 4 downstream neutrino 0.000122833 - case= 5 downstream pion 0.000649966 - case= 6 downstream neutron 0.0025674 - case= 7 downstream proton 0.000216483 - case= 8 downstream ion 3.55277e-06 - case= 9 downstream otherMeson 3.88672e-05 - case= 10 downstream otherBaryon 1.27409e-06 - case= 11 downstream below 20 MeV all 0.0429798 - case= 12 downstream below 20 MeV electron 0.00275388 - case= 13 downstream below 20 MeV gamma 0.0381937 - case= 14 downstream below 20 MeV muon 3.94346e-06 - case= 15 downstream below 20 MeV neutrino 3.42714e-05 - case= 16 downstream below 20 MeV pion 2.65693e-06 - case= 17 downstream below 20 MeV neutron 0.00198859 - case= 18 downstream below 20 MeV proton 2.80952e-06 + case= 0 downstream all 0.0580328 + case= 1 downstream electron 0.00481965 + case= 2 downstream gamma 0.0490807 + case= 3 downstream muon 1.25033e-05 + case= 4 downstream neutrino 0.000214179 + case= 5 downstream pion 0.000699253 + case= 6 downstream neutron 0.00296611 + case= 7 downstream proton 0.000197862 + case= 8 downstream ion 3.11823e-06 + case= 9 downstream otherMeson 3.81705e-05 + case= 10 downstream otherBaryon 1.27501e-06 + case= 11 downstream below 20 MeV all 0.0501337 + case= 12 downstream below 20 MeV electron 0.00291711 + case= 13 downstream below 20 MeV gamma 0.044882 + case= 14 downstream below 20 MeV muon 0 + case= 15 downstream below 20 MeV neutrino 1.23834e-05 + case= 16 downstream below 20 MeV pion 1.54428e-06 + case= 17 downstream below 20 MeV neutron 0.00231862 + case= 18 downstream below 20 MeV proton 2.03213e-06 case= 19 downstream below 20 MeV ion 0 case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.00714042 - case= 23 downstream above 20 MeV electron 0.00184012 - case= 24 downstream above 20 MeV gamma 0.00371506 - case= 25 downstream above 20 MeV muon 1.31869e-05 - case= 26 downstream above 20 MeV neutrino 8.85611e-05 - case= 27 downstream above 20 MeV pion 0.000647309 - case= 28 downstream above 20 MeV neutron 0.000578812 - case= 29 downstream above 20 MeV proton 0.000213673 - case= 30 downstream above 20 MeV ion 3.55277e-06 - case= 31 downstream above 20 MeV otherMeson 3.88672e-05 - case= 32 downstream above 20 MeV otherBaryon 1.27409e-06 - case= 33 side all 0.00315302 - case= 34 side electron 6.14705e-05 - case= 35 side gamma 0.00198159 - case= 36 side muon 1.12958e-06 - case= 37 side neutrino 6.6016e-05 - case= 38 side pion 1.99614e-05 - case= 39 side neutron 0.00101804 - case= 40 side proton 4.405e-06 - case= 41 side ion 4.02444e-07 - case= 42 side otherMeson 0 + case= 22 downstream above 20 MeV all 0.00789915 + case= 23 downstream above 20 MeV electron 0.00190255 + case= 24 downstream above 20 MeV gamma 0.00419872 + case= 25 downstream above 20 MeV muon 1.25033e-05 + case= 26 downstream above 20 MeV neutrino 0.000201795 + case= 27 downstream above 20 MeV pion 0.000697709 + case= 28 downstream above 20 MeV neutron 0.000647489 + case= 29 downstream above 20 MeV proton 0.00019583 + case= 30 downstream above 20 MeV ion 3.11823e-06 + case= 31 downstream above 20 MeV otherMeson 3.81705e-05 + case= 32 downstream above 20 MeV otherBaryon 1.27501e-06 + case= 33 side all 0.00394058 + case= 34 side electron 0.000107641 + case= 35 side gamma 0.00257567 + case= 36 side muon 2.04123e-06 + case= 37 side neutrino 6.29029e-05 + case= 38 side pion 2.4446e-05 + case= 39 side neutron 0.00116151 + case= 40 side proton 6.28479e-06 + case= 41 side ion 0 + case= 42 side otherMeson 8.60966e-08 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.00286289 - case= 45 side below 20 MeV electron 3.99865e-05 - case= 46 side below 20 MeV gamma 0.00192756 - case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 4.69989e-06 - case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 0.000890244 + case= 44 side below 20 MeV all 0.00362942 + case= 45 side below 20 MeV electron 8.55915e-05 + case= 46 side below 20 MeV gamma 0.00250794 + case= 47 side below 20 MeV muon 3.45432e-07 + case= 48 side below 20 MeV neutrino 3.0212e-06 + case= 49 side below 20 MeV pion 1.06031e-06 + case= 50 side below 20 MeV neutron 0.00103146 case= 51 side below 20 MeV proton 0 - case= 52 side below 20 MeV ion 4.02444e-07 + case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.000290123 - case= 56 side above 20 MeV electron 2.1484e-05 - case= 57 side above 20 MeV gamma 5.40302e-05 - case= 58 side above 20 MeV muon 1.12958e-06 - case= 59 side above 20 MeV neutrino 6.13161e-05 - case= 60 side above 20 MeV pion 1.99614e-05 - case= 61 side above 20 MeV neutron 0.000127796 - case= 62 side above 20 MeV proton 4.405e-06 + case= 55 side above 20 MeV all 0.00031116 + case= 56 side above 20 MeV electron 2.20494e-05 + case= 57 side above 20 MeV gamma 6.77345e-05 + case= 58 side above 20 MeV muon 1.6958e-06 + case= 59 side above 20 MeV neutrino 5.98817e-05 + case= 60 side above 20 MeV pion 2.33857e-05 + case= 61 side above 20 MeV neutron 0.000130042 + case= 62 side above 20 MeV proton 6.28479e-06 case= 63 side above 20 MeV ion 0 - case= 64 side above 20 MeV otherMeson 0 + case= 64 side above 20 MeV otherMeson 8.60966e-08 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.00189453 - case= 67 upstream electron 1.50975e-05 - case= 68 upstream gamma 0.000944901 - case= 69 upstream muon 5.62389e-06 - case= 70 upstream neutrino 5.77459e-05 - case= 71 upstream pion 1.10766e-05 - case= 72 upstream neutron 0.000858498 - case= 73 upstream proton 1.58287e-06 + case= 66 upstream all 0.00277795 + case= 67 upstream electron 5.34091e-05 + case= 68 upstream gamma 0.00161775 + case= 69 upstream muon 0 + case= 70 upstream neutrino 4.75409e-05 + case= 71 upstream pion 5.2426e-06 + case= 72 upstream neutron 0.00104093 + case= 73 upstream proton 1.30696e-05 case= 74 upstream ion 0 case= 75 upstream otherMeson 0 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.00173739 - case= 78 upstream below 20 MeV electron 9.81916e-06 - case= 79 upstream below 20 MeV gamma 0.000927527 - case= 80 upstream below 20 MeV muon 4.20768e-06 - case= 81 upstream below 20 MeV neutrino 8.68872e-06 - case= 82 upstream below 20 MeV pion 1.57708e-06 - case= 83 upstream below 20 MeV neutron 0.000785574 - case= 84 upstream below 20 MeV proton 0 + case= 77 upstream below 20 MeV all 0.00258078 + case= 78 upstream below 20 MeV electron 4.53233e-05 + case= 79 upstream below 20 MeV gamma 0.00157602 + case= 80 upstream below 20 MeV muon 0 + case= 81 upstream below 20 MeV neutrino 6.03388e-06 + case= 82 upstream below 20 MeV pion 0 + case= 83 upstream below 20 MeV neutron 0.000943379 + case= 84 upstream below 20 MeV proton 1.00234e-05 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.000157131 - case= 89 upstream above 20 MeV electron 5.27833e-06 - case= 90 upstream above 20 MeV gamma 1.73739e-05 - case= 91 upstream above 20 MeV muon 1.41621e-06 - case= 92 upstream above 20 MeV neutrino 4.90571e-05 - case= 93 upstream above 20 MeV pion 9.49948e-06 - case= 94 upstream above 20 MeV neutron 7.29234e-05 - case= 95 upstream above 20 MeV proton 1.58287e-06 + case= 88 upstream above 20 MeV all 0.000197168 + case= 89 upstream above 20 MeV electron 8.08578e-06 + case= 90 upstream above 20 MeV gamma 4.17347e-05 + case= 91 upstream above 20 MeV muon 0 + case= 92 upstream above 20 MeV neutrino 4.1507e-05 + case= 93 upstream above 20 MeV pion 5.2426e-06 + case= 94 upstream above 20 MeV neutron 9.75515e-05 + case= 95 upstream above 20 MeV proton 3.04613e-06 case= 96 upstream above 20 MeV ion 0 case= 97 upstream above 20 MeV otherMeson 0 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 5309.62 15.0994 80172.1 - case= 1 layer electron 3895.43 4.57416 17818.3 - case= 2 layer gamma 1218.59 18.6792 22762.3 - case= 3 layer muon 0.89 36.0178 32.0558 - case= 4 layer neutrino 2.41 39.6316 95.5121 - case= 5 layer pion 15.06 1857.4 27972.5 - case= 6 layer neutron 62.67 47.4622 2974.45 - case= 7 layer proton 15.93 138.204 2201.6 - case= 8 layer ion 97.05 1.67701 162.754 - case= 9 layer otherMeson 1.36 3888.84 5288.83 - case= 10 layer otherBaryon 0.23 3755.71 863.813 - case= 11 layer below 20 MeV all 5126.21 0.67467 3458.5 - case= 12 layer below 20 MeV electron 3830.35 0.432976 1658.45 - case= 13 layer below 20 MeV gamma 1141.1 1.27729 1457.52 - case= 14 layer below 20 MeV muon 0.73 4.69259 3.42559 - case= 15 layer below 20 MeV neutrino 0.26 15.218 3.95668 - case= 16 layer below 20 MeV pion 0.24 11.47 2.75279 - case= 17 layer below 20 MeV neutron 50.41 3.68677 185.85 - case= 18 layer below 20 MeV proton 7.72 8.10323 62.557 - case= 19 layer below 20 MeV ion 95.38 0.879372 83.8745 - case= 20 layer below 20 MeV otherMeson 0.02 5.9654 0.119308 + case= 0 layer all 6993.56 13.4316 93934.6 + case= 1 layer electron 5182.9 3.89288 20176.4 + case= 2 layer gamma 1586.8 15.9455 25302.4 + case= 3 layer muon 1.02 44.4457 45.3346 + case= 4 layer neutrino 2.74 42.293 115.883 + case= 5 layer pion 18.3 1843.57 33737.4 + case= 6 layer neutron 71.68 40.9132 2932.66 + case= 7 layer proton 17.93 142.949 2563.07 + case= 8 layer ion 110.28 1.66644 183.775 + case= 9 layer otherMeson 1.66 4938.9 8198.57 + case= 10 layer otherBaryon 0.25 2716.52 679.131 + case= 11 layer below 20 MeV all 6769.71 0.662168 4482.69 + case= 12 layer below 20 MeV electron 5101.39 0.432396 2205.82 + case= 13 layer below 20 MeV gamma 1491.61 1.26274 1883.51 + case= 14 layer below 20 MeV muon 0.83 4.35875 3.61776 + case= 15 layer below 20 MeV neutrino 0.16 14.1296 2.26073 + case= 16 layer below 20 MeV pion 0.29 10.3483 3.00102 + case= 17 layer below 20 MeV neutron 58.11 3.71056 215.621 + case= 18 layer below 20 MeV proton 8.85 8.03427 71.1033 + case= 19 layer below 20 MeV ion 108.41 0.899399 97.5038 + case= 20 layer below 20 MeV otherMeson 0.06 4.04435 0.242661 case= 21 layer below 20 MeV otherBaryon 0 0 0 - case= 22 layer above 20 MeV all 183.41 418.263 76713.6 - case= 23 layer above 20 MeV electron 65.08 248.308 16159.9 - case= 24 layer above 20 MeV gamma 77.49 274.936 21304.8 - case= 25 layer above 20 MeV muon 0.16 178.939 28.6302 - case= 26 layer above 20 MeV neutrino 2.15 42.5839 91.5554 - case= 27 layer above 20 MeV pion 14.82 1887.29 27969.7 - case= 28 layer above 20 MeV neutron 12.26 227.455 2788.6 - case= 29 layer above 20 MeV proton 8.21 260.541 2139.04 - case= 30 layer above 20 MeV ion 1.67 47.233 78.8791 - case= 31 layer above 20 MeV otherMeson 1.34 3946.8 5288.71 - case= 32 layer above 20 MeV otherBaryon 0.23 3755.71 863.813 + case= 22 layer above 20 MeV all 223.85 399.606 89451.9 + case= 23 layer above 20 MeV electron 81.51 220.471 17970.6 + case= 24 layer above 20 MeV gamma 95.19 246.022 23418.9 + case= 25 layer above 20 MeV muon 0.19 219.562 41.7169 + case= 26 layer above 20 MeV neutrino 2.58 44.0395 113.622 + case= 27 layer above 20 MeV pion 18.01 1873.09 33734.4 + case= 28 layer above 20 MeV neutron 13.57 200.224 2717.03 + case= 29 layer above 20 MeV proton 9.08 274.446 2491.97 + case= 30 layer above 20 MeV ion 1.87 46.1345 86.2716 + case= 31 layer above 20 MeV otherMeson 1.6 5123.96 8198.33 + case= 32 layer above 20 MeV otherBaryon 0.25 2716.52 679.131 ============================================================= @@ -1681,7 +1684,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=37.010000s Real=38.064657s Sys=0.020000s + User=35.000000s Real=35.812456s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 4 @@ -1694,140 +1697,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.0170747 - case= 1 downstream electron 0.000428434 - case= 2 downstream gamma 0.00729031 - case= 3 downstream muon 0 - case= 4 downstream neutrino 0.000510667 - case= 5 downstream pion 0.000151942 - case= 6 downstream neutron 0.0085967 - case= 7 downstream proton 6.92117e-05 - case= 8 downstream ion 7.81509e-06 - case= 9 downstream otherMeson 1.82299e-05 - case= 10 downstream otherBaryon 1.37249e-06 - case= 11 downstream below 20 MeV all 0.0153245 - case= 12 downstream below 20 MeV electron 0.000342073 - case= 13 downstream below 20 MeV gamma 0.00707518 + case= 0 downstream all 0.0100534 + case= 1 downstream electron 0.000200972 + case= 2 downstream gamma 0.00297087 + case= 3 downstream muon 1.4873e-06 + case= 4 downstream neutrino 0.000341576 + case= 5 downstream pion 6.98059e-05 + case= 6 downstream neutron 0.00641552 + case= 7 downstream proton 3.53444e-05 + case= 8 downstream ion 0 + case= 9 downstream otherMeson 1.78646e-05 + case= 10 downstream otherBaryon 0 + case= 11 downstream below 20 MeV all 0.00902027 + case= 12 downstream below 20 MeV electron 0.000150907 + case= 13 downstream below 20 MeV gamma 0.00286218 case= 14 downstream below 20 MeV muon 0 - case= 15 downstream below 20 MeV neutrino 5.41442e-05 - case= 16 downstream below 20 MeV pion 1.28386e-06 - case= 17 downstream below 20 MeV neutron 0.00785182 + case= 15 downstream below 20 MeV neutrino 3.20508e-05 + case= 16 downstream below 20 MeV pion 0 + case= 17 downstream below 20 MeV neutron 0.00597513 case= 18 downstream below 20 MeV proton 0 case= 19 downstream below 20 MeV ion 0 case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.00175019 - case= 23 downstream above 20 MeV electron 8.63605e-05 - case= 24 downstream above 20 MeV gamma 0.000215139 - case= 25 downstream above 20 MeV muon 0 - case= 26 downstream above 20 MeV neutrino 0.000456523 - case= 27 downstream above 20 MeV pion 0.000150659 - case= 28 downstream above 20 MeV neutron 0.000744884 - case= 29 downstream above 20 MeV proton 6.92117e-05 - case= 30 downstream above 20 MeV ion 7.81509e-06 - case= 31 downstream above 20 MeV otherMeson 1.82299e-05 - case= 32 downstream above 20 MeV otherBaryon 1.37249e-06 - case= 33 side all 0.00583148 - case= 34 side electron 1.1443e-05 - case= 35 side gamma 0.000592586 - case= 36 side muon 0 - case= 37 side neutrino 0.000440242 - case= 38 side pion 3.49377e-07 - case= 39 side neutron 0.00478609 - case= 40 side proton 7.71977e-07 + case= 22 downstream above 20 MeV all 0.00103317 + case= 23 downstream above 20 MeV electron 5.00651e-05 + case= 24 downstream above 20 MeV gamma 0.00010869 + case= 25 downstream above 20 MeV muon 1.4873e-06 + case= 26 downstream above 20 MeV neutrino 0.000309525 + case= 27 downstream above 20 MeV pion 6.98059e-05 + case= 28 downstream above 20 MeV neutron 0.000440392 + case= 29 downstream above 20 MeV proton 3.53444e-05 + case= 30 downstream above 20 MeV ion 0 + case= 31 downstream above 20 MeV otherMeson 1.78646e-05 + case= 32 downstream above 20 MeV otherBaryon 0 + case= 33 side all 0.00564905 + case= 34 side electron 6.67431e-06 + case= 35 side gamma 0.000527318 + case= 36 side muon 3.83288e-07 + case= 37 side neutrino 0.000367563 + case= 38 side pion 8.04997e-07 + case= 39 side neutron 0.00474444 + case= 40 side proton 1.86532e-06 case= 41 side ion 0 case= 42 side otherMeson 0 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.00527888 - case= 45 side below 20 MeV electron 1.00898e-05 - case= 46 side below 20 MeV gamma 0.000591757 - case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 3.27584e-05 + case= 44 side below 20 MeV all 0.00517063 + case= 45 side below 20 MeV electron 6.67431e-06 + case= 46 side below 20 MeV gamma 0.000526995 + case= 47 side below 20 MeV muon 3.83288e-07 + case= 48 side below 20 MeV neutrino 2.91417e-05 case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 0.00464427 - case= 51 side below 20 MeV proton 0 + case= 50 side below 20 MeV neutron 0.00460701 + case= 51 side below 20 MeV proton 4.23035e-07 case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.000552604 - case= 56 side above 20 MeV electron 1.35319e-06 - case= 57 side above 20 MeV gamma 8.28151e-07 + case= 55 side above 20 MeV all 0.000478415 + case= 56 side above 20 MeV electron 0 + case= 57 side above 20 MeV gamma 3.23473e-07 case= 58 side above 20 MeV muon 0 - case= 59 side above 20 MeV neutrino 0.000407483 - case= 60 side above 20 MeV pion 3.49377e-07 - case= 61 side above 20 MeV neutron 0.000141818 - case= 62 side above 20 MeV proton 7.71977e-07 + case= 59 side above 20 MeV neutrino 0.000338421 + case= 60 side above 20 MeV pion 8.04997e-07 + case= 61 side above 20 MeV neutron 0.000137423 + case= 62 side above 20 MeV proton 1.44228e-06 case= 63 side above 20 MeV ion 0 case= 64 side above 20 MeV otherMeson 0 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.0177085 - case= 67 upstream electron 6.72528e-05 - case= 68 upstream gamma 0.00371221 - case= 69 upstream muon 1.30431e-06 - case= 70 upstream neutrino 0.000737586 - case= 71 upstream pion 2.83548e-05 - case= 72 upstream neutron 0.0131566 - case= 73 upstream proton 2.0096e-06 - case= 74 upstream ion 3.22113e-06 + case= 66 upstream all 0.0153825 + case= 67 upstream electron 5.71296e-05 + case= 68 upstream gamma 0.00286311 + case= 69 upstream muon 0 + case= 70 upstream neutrino 0.000795964 + case= 71 upstream pion 1.33467e-05 + case= 72 upstream neutron 0.0116427 + case= 73 upstream proton 1.02014e-05 + case= 74 upstream ion 0 case= 75 upstream otherMeson 0 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.0165348 - case= 78 upstream below 20 MeV electron 5.88718e-05 - case= 79 upstream below 20 MeV gamma 0.00365527 + case= 77 upstream below 20 MeV all 0.0142766 + case= 78 upstream below 20 MeV electron 4.52285e-05 + case= 79 upstream below 20 MeV gamma 0.00283148 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 7.96645e-05 - case= 82 upstream below 20 MeV pion 3.75535e-06 - case= 83 upstream below 20 MeV neutron 0.0127372 + case= 81 upstream below 20 MeV neutrino 6.13249e-05 + case= 82 upstream below 20 MeV pion 0 + case= 83 upstream below 20 MeV neutron 0.0113386 case= 84 upstream below 20 MeV proton 0 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.00117371 - case= 89 upstream above 20 MeV electron 8.38104e-06 - case= 90 upstream above 20 MeV gamma 5.69338e-05 - case= 91 upstream above 20 MeV muon 1.30431e-06 - case= 92 upstream above 20 MeV neutrino 0.000657921 - case= 93 upstream above 20 MeV pion 2.45994e-05 - case= 94 upstream above 20 MeV neutron 0.000419336 - case= 95 upstream above 20 MeV proton 2.0096e-06 - case= 96 upstream above 20 MeV ion 3.22113e-06 + case= 88 upstream above 20 MeV all 0.00110586 + case= 89 upstream above 20 MeV electron 1.19011e-05 + case= 90 upstream above 20 MeV gamma 3.16323e-05 + case= 91 upstream above 20 MeV muon 0 + case= 92 upstream above 20 MeV neutrino 0.000734639 + case= 93 upstream above 20 MeV pion 1.33467e-05 + case= 94 upstream above 20 MeV neutron 0.000304143 + case= 95 upstream above 20 MeV proton 1.02014e-05 + case= 96 upstream above 20 MeV ion 0 case= 97 upstream above 20 MeV otherMeson 0 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 56473.3 4.53082 255871 - case= 1 layer electron 42183.9 1.72254 72663.4 - case= 2 layer gamma 11927 5.9569 71047.8 - case= 3 layer muon 6.3 10.7488 67.7175 - case= 4 layer neutrino 18.86 36.0422 679.756 - case= 5 layer pion 58.74 1089.46 63995.1 - case= 6 layer neutron 901.78 18.8986 17042.4 - case= 7 layer proton 200.34 66.1855 13259.6 - case= 8 layer ion 1170.26 0.95007 1111.83 - case= 9 layer otherMeson 5.02 2884.21 14478.7 - case= 10 layer otherBaryon 1.15 1325.46 1524.28 - case= 11 layer below 20 MeV all 55417.8 0.656689 36392.2 - case= 12 layer below 20 MeV electron 41773.7 0.447068 18675.7 - case= 13 layer below 20 MeV gamma 11560.5 1.21219 14013.5 - case= 14 layer below 20 MeV muon 5.97 4.14193 24.7273 - case= 15 layer below 20 MeV neutrino 1.55 15.3178 23.7426 - case= 16 layer below 20 MeV pion 1.21 12.1539 14.7062 - case= 17 layer below 20 MeV neutron 783.59 2.57021 2013.99 - case= 18 layer below 20 MeV proton 130.16 7.87273 1024.71 - case= 19 layer below 20 MeV ion 1160.68 0.514697 597.398 - case= 20 layer below 20 MeV otherMeson 0.28 8.14102 2.27948 - case= 21 layer below 20 MeV otherBaryon 0.12 12.0843 1.45011 - case= 22 layer above 20 MeV all 1055.55 207.928 219478 - case= 23 layer above 20 MeV electron 410.18 131.62 53987.7 - case= 24 layer above 20 MeV gamma 366.48 155.627 57034.2 - case= 25 layer above 20 MeV muon 0.33 130.273 42.9902 - case= 26 layer above 20 MeV neutrino 17.31 37.8979 656.013 - case= 27 layer above 20 MeV pion 57.53 1112.12 63980.3 - case= 28 layer above 20 MeV neutron 118.19 127.155 15028.4 - case= 29 layer above 20 MeV proton 70.18 174.336 12234.9 - case= 30 layer above 20 MeV ion 9.58 53.6984 514.431 - case= 31 layer above 20 MeV otherMeson 4.74 3054.1 14476.4 - case= 32 layer above 20 MeV otherBaryon 1.03 1478.48 1522.83 + case= 0 layer all 57831.4 4.392 253995 + case= 1 layer electron 43344.1 1.74957 75833.5 + case= 2 layer gamma 12243.3 6.05584 74143.6 + case= 3 layer muon 5.37 15.5979 83.761 + case= 4 layer neutrino 16.05 36.2651 582.055 + case= 5 layer pion 56.23 1092.96 61456.9 + case= 6 layer neutron 854.32 18.369 15693 + case= 7 layer proton 187.96 64.8415 12187.6 + case= 8 layer ion 1118.94 0.97972 1096.25 + case= 9 layer otherMeson 4.37 2784.14 12166.7 + case= 10 layer otherBaryon 0.73 1029.9 751.828 + case= 11 layer below 20 MeV all 56755.8 0.654255 37132.8 + case= 12 layer below 20 MeV electron 42916.4 0.450202 19321.1 + case= 13 layer below 20 MeV gamma 11859.2 1.21118 14363.6 + case= 14 layer below 20 MeV muon 5.1 4.16374 21.2351 + case= 15 layer below 20 MeV neutrino 1.28 14.9757 19.1689 + case= 16 layer below 20 MeV pion 1.12 12.2029 13.6673 + case= 17 layer below 20 MeV neutron 741.8 2.52442 1872.61 + case= 18 layer below 20 MeV proton 121.87 7.92182 965.433 + case= 19 layer below 20 MeV ion 1108.83 0.499899 554.303 + case= 20 layer below 20 MeV otherMeson 0.19 6.70615 1.27417 + case= 21 layer below 20 MeV otherBaryon 0.04 10.3939 0.415754 + case= 22 layer above 20 MeV all 1075.55 201.629 216862 + case= 23 layer above 20 MeV electron 427.68 132.137 56512.4 + case= 24 layer above 20 MeV gamma 384.13 155.624 59780 + case= 25 layer above 20 MeV muon 0.27 231.578 62.5259 + case= 26 layer above 20 MeV neutrino 14.77 38.1101 562.886 + case= 27 layer above 20 MeV pion 55.11 1114.92 61443.2 + case= 28 layer above 20 MeV neutron 112.52 122.826 13820.4 + case= 29 layer above 20 MeV proton 66.09 169.801 11222.2 + case= 30 layer above 20 MeV ion 10.11 53.6048 541.944 + case= 31 layer above 20 MeV otherMeson 4.18 2910.39 12165.4 + case= 32 layer above 20 MeV otherBaryon 0.69 1089 751.412 ============================================================= @@ -1912,7 +1915,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=37.430000s Real=38.955070s Sys=0.020000s + User=36.810000s Real=38.204739s Sys=0.060000s =============== Run::PrintInfo() =============== RunID = 5 @@ -1925,140 +1928,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.00829637 - case= 1 downstream electron 0.000183311 - case= 2 downstream gamma 0.00341617 - case= 3 downstream muon 2.58849e-06 - case= 4 downstream neutrino 0.000489686 - case= 5 downstream pion 6.3207e-05 - case= 6 downstream neutron 0.0040969 - case= 7 downstream proton 3.80161e-05 - case= 8 downstream ion 2.65693e-06 - case= 9 downstream otherMeson 2.55888e-06 - case= 10 downstream otherBaryon 1.27971e-06 - case= 11 downstream below 20 MeV all 0.0070699 - case= 12 downstream below 20 MeV electron 0.00011894 - case= 13 downstream below 20 MeV gamma 0.003293 + case= 0 downstream all 0.00893658 + case= 1 downstream electron 0.000121734 + case= 2 downstream gamma 0.00371998 + case= 3 downstream muon 1.33555e-06 + case= 4 downstream neutrino 0.0004871 + case= 5 downstream pion 7.73237e-05 + case= 6 downstream neutron 0.00446763 + case= 7 downstream proton 5.41732e-05 + case= 8 downstream ion 4.08546e-06 + case= 9 downstream otherMeson 3.21693e-06 + case= 10 downstream otherBaryon 0 + case= 11 downstream below 20 MeV all 0.00769093 + case= 12 downstream below 20 MeV electron 6.54677e-05 + case= 13 downstream below 20 MeV gamma 0.00358257 case= 14 downstream below 20 MeV muon 0 - case= 15 downstream below 20 MeV neutrino 3.63211e-05 + case= 15 downstream below 20 MeV neutrino 3.04935e-05 case= 16 downstream below 20 MeV pion 0 - case= 17 downstream below 20 MeV neutron 0.00361835 - case= 18 downstream below 20 MeV proton 3.29466e-06 + case= 17 downstream below 20 MeV neutron 0.00401019 + case= 18 downstream below 20 MeV proton 2.21268e-06 case= 19 downstream below 20 MeV ion 0 case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.00122647 - case= 23 downstream above 20 MeV electron 6.43717e-05 - case= 24 downstream above 20 MeV gamma 0.000123169 - case= 25 downstream above 20 MeV muon 2.58849e-06 - case= 26 downstream above 20 MeV neutrino 0.000453365 - case= 27 downstream above 20 MeV pion 6.3207e-05 - case= 28 downstream above 20 MeV neutron 0.000478554 - case= 29 downstream above 20 MeV proton 3.47215e-05 - case= 30 downstream above 20 MeV ion 2.65693e-06 - case= 31 downstream above 20 MeV otherMeson 2.55888e-06 - case= 32 downstream above 20 MeV otherBaryon 1.27971e-06 - case= 33 side all 0.002449 - case= 34 side electron 2.6629e-06 - case= 35 side gamma 0.000463353 + case= 22 downstream above 20 MeV all 0.00124565 + case= 23 downstream above 20 MeV electron 5.62664e-05 + case= 24 downstream above 20 MeV gamma 0.000137406 + case= 25 downstream above 20 MeV muon 1.33555e-06 + case= 26 downstream above 20 MeV neutrino 0.000456607 + case= 27 downstream above 20 MeV pion 7.73237e-05 + case= 28 downstream above 20 MeV neutron 0.000457449 + case= 29 downstream above 20 MeV proton 5.19605e-05 + case= 30 downstream above 20 MeV ion 4.08546e-06 + case= 31 downstream above 20 MeV otherMeson 3.21693e-06 + case= 32 downstream above 20 MeV otherBaryon 0 + case= 33 side all 0.00243836 + case= 34 side electron 8.49638e-06 + case= 35 side gamma 0.000437658 case= 36 side muon 0 - case= 37 side neutrino 0.000466273 + case= 37 side neutrino 0.000437799 case= 38 side pion 0 - case= 39 side neutron 0.00151603 - case= 40 side proton 6.84532e-07 + case= 39 side neutron 0.00155262 + case= 40 side proton 1.78186e-06 case= 41 side ion 0 case= 42 side otherMeson 0 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.00189759 - case= 45 side below 20 MeV electron 2.6629e-06 - case= 46 side below 20 MeV gamma 0.000463353 + case= 44 side below 20 MeV all 0.00191914 + case= 45 side below 20 MeV electron 8.49638e-06 + case= 46 side below 20 MeV gamma 0.000437658 case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 3.38601e-05 + case= 48 side below 20 MeV neutrino 3.98701e-05 case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 0.00139771 + case= 50 side below 20 MeV neutron 0.00143311 case= 51 side below 20 MeV proton 0 case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.000551416 + case= 55 side above 20 MeV all 0.000519222 case= 56 side above 20 MeV electron 0 case= 57 side above 20 MeV gamma 0 case= 58 side above 20 MeV muon 0 - case= 59 side above 20 MeV neutrino 0.000432413 + case= 59 side above 20 MeV neutrino 0.000397929 case= 60 side above 20 MeV pion 0 - case= 61 side above 20 MeV neutron 0.000118318 - case= 62 side above 20 MeV proton 6.84532e-07 + case= 61 side above 20 MeV neutron 0.000119511 + case= 62 side above 20 MeV proton 1.78186e-06 case= 63 side above 20 MeV ion 0 case= 64 side above 20 MeV otherMeson 0 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.0130711 - case= 67 upstream electron 3.58554e-05 - case= 68 upstream gamma 0.00369155 + case= 66 upstream all 0.0112697 + case= 67 upstream electron 7.714e-05 + case= 68 upstream gamma 0.0030626 case= 69 upstream muon 0 - case= 70 upstream neutrino 0.000835356 - case= 71 upstream pion 1.39477e-05 - case= 72 upstream neutron 0.00848746 - case= 73 upstream proton 3.73371e-06 - case= 74 upstream ion 3.20887e-06 + case= 70 upstream neutrino 0.000753583 + case= 71 upstream pion 1.03087e-05 + case= 72 upstream neutron 0.00736346 + case= 73 upstream proton 2.61082e-06 + case= 74 upstream ion 0 case= 75 upstream otherMeson 0 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.0117873 - case= 78 upstream below 20 MeV electron 2.89995e-05 - case= 79 upstream below 20 MeV gamma 0.00367697 + case= 77 upstream below 20 MeV all 0.0101346 + case= 78 upstream below 20 MeV electron 5.02962e-05 + case= 79 upstream below 20 MeV gamma 0.00303057 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 6.42976e-05 + case= 81 upstream below 20 MeV neutrino 3.91868e-05 case= 82 upstream below 20 MeV pion 0 - case= 83 upstream below 20 MeV neutron 0.00801702 - case= 84 upstream below 20 MeV proton 0 + case= 83 upstream below 20 MeV neutron 0.00701194 + case= 84 upstream below 20 MeV proton 2.61082e-06 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.00128383 - case= 89 upstream above 20 MeV electron 6.85588e-06 - case= 90 upstream above 20 MeV gamma 1.45846e-05 + case= 88 upstream above 20 MeV all 0.0011351 + case= 89 upstream above 20 MeV electron 2.68437e-05 + case= 90 upstream above 20 MeV gamma 3.20288e-05 case= 91 upstream above 20 MeV muon 0 - case= 92 upstream above 20 MeV neutrino 0.000771058 - case= 93 upstream above 20 MeV pion 1.39477e-05 - case= 94 upstream above 20 MeV neutron 0.000470444 - case= 95 upstream above 20 MeV proton 3.73371e-06 - case= 96 upstream above 20 MeV ion 3.20887e-06 + case= 92 upstream above 20 MeV neutrino 0.000714396 + case= 93 upstream above 20 MeV pion 1.03087e-05 + case= 94 upstream above 20 MeV neutron 0.000351521 + case= 95 upstream above 20 MeV proton 0 + case= 96 upstream above 20 MeV ion 0 case= 97 upstream above 20 MeV otherMeson 0 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 60888.5 4.12805 251351 - case= 1 layer electron 44986.7 1.57485 70847.3 - case= 2 layer gamma 13384.9 5.19693 69560.4 - case= 3 layer muon 6.78 19.8385 134.505 - case= 4 layer neutrino 20.19 37.6869 760.899 - case= 5 layer pion 61.21 1008.61 61736.8 - case= 6 layer neutron 965.63 18.615 17975.2 - case= 7 layer proton 229.06 61.1489 14006.8 - case= 8 layer ion 1227.97 1.00818 1238.01 - case= 9 layer otherMeson 4.89 2847.07 13922.2 - case= 10 layer otherBaryon 1.21 966.159 1169.05 - case= 11 layer below 20 MeV all 59816.6 0.669717 40060.2 - case= 12 layer below 20 MeV electron 44580.6 0.452824 20187.2 - case= 13 layer below 20 MeV gamma 13021.5 1.21251 15788.7 - case= 14 layer below 20 MeV muon 6.2 4.11981 25.5428 - case= 15 layer below 20 MeV neutrino 1.56 13.9835 21.8142 - case= 16 layer below 20 MeV pion 1.46 12.5058 18.2584 - case= 17 layer below 20 MeV neutron 839.1 2.64062 2215.75 - case= 18 layer below 20 MeV proton 149.65 8.1053 1212.96 - case= 19 layer below 20 MeV ion 1216.1 0.481848 585.976 - case= 20 layer below 20 MeV otherMeson 0.35 7.14698 2.50144 - case= 21 layer below 20 MeV otherBaryon 0.12 13.3626 1.60351 - case= 22 layer above 20 MeV all 1071.92 197.114 211291 - case= 23 layer above 20 MeV electron 406.11 124.745 50660.2 - case= 24 layer above 20 MeV gamma 363.41 147.964 53771.7 - case= 25 layer above 20 MeV muon 0.58 187.866 108.962 - case= 26 layer above 20 MeV neutrino 18.63 39.6717 739.085 - case= 27 layer above 20 MeV pion 59.75 1032.95 61718.6 - case= 28 layer above 20 MeV neutron 126.53 124.551 15759.4 - case= 29 layer above 20 MeV proton 79.41 161.111 12793.8 - case= 30 layer above 20 MeV ion 11.87 54.9312 652.033 - case= 31 layer above 20 MeV otherMeson 4.54 3066 13919.7 - case= 32 layer above 20 MeV otherBaryon 1.09 1071.05 1167.45 + case= 0 layer all 61799 4.23618 261792 + case= 1 layer electron 45743.4 1.67274 76516.8 + case= 2 layer gamma 13673.4 5.48871 75049.4 + case= 3 layer muon 6.27 17.317 108.578 + case= 4 layer neutrino 18.73 37.21 696.943 + case= 5 layer pion 57.93 1122.93 65051.5 + case= 6 layer neutron 915.17 18.5314 16959.4 + case= 7 layer proton 213.87 60.1021 12854 + case= 8 layer ion 1164.38 1.01136 1177.61 + case= 9 layer otherMeson 4.4 2821.88 12416.3 + case= 10 layer otherBaryon 1.46 658.432 961.311 + case= 11 layer below 20 MeV all 60706.8 0.669595 40648.9 + case= 12 layer below 20 MeV electron 45317.3 0.457117 20715.4 + case= 13 layer below 20 MeV gamma 13290.8 1.20828 16059 + case= 14 layer below 20 MeV muon 5.86 4.16241 24.3917 + case= 15 layer below 20 MeV neutrino 1.53 14.6003 22.3385 + case= 16 layer below 20 MeV pion 1.17 11.9389 13.9685 + case= 17 layer below 20 MeV neutron 794.39 2.6461 2102.04 + case= 18 layer below 20 MeV proton 141.77 8.13131 1152.78 + case= 19 layer below 20 MeV ion 1153.61 0.4827 556.848 + case= 20 layer below 20 MeV otherMeson 0.23 6.86085 1.578 + case= 21 layer below 20 MeV otherBaryon 0.07 9.04118 0.632883 + case= 22 layer above 20 MeV all 1092.29 202.458 221143 + case= 23 layer above 20 MeV electron 426.07 130.968 55801.5 + case= 24 layer above 20 MeV gamma 382.64 154.167 58990.5 + case= 25 layer above 20 MeV muon 0.41 205.332 84.186 + case= 26 layer above 20 MeV neutrino 17.2 39.2212 674.605 + case= 27 layer above 20 MeV pion 56.76 1145.83 65037.5 + case= 28 layer above 20 MeV neutron 120.78 123.012 14857.4 + case= 29 layer above 20 MeV proton 72.1 162.292 11701.3 + case= 30 layer above 20 MeV ion 10.77 57.6377 620.758 + case= 31 layer above 20 MeV otherMeson 4.17 2977.15 12414.7 + case= 32 layer above 20 MeV otherBaryon 1.39 691.135 960.678 ============================================================= @@ -2148,7 +2151,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=98.110000s Real=105.315866s Sys=0.260000s + User=94.300000s Real=97.574168s Sys=0.070000s =============== Run::PrintInfo() =============== RunID = 6 @@ -2161,140 +2164,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.000865378 + case= 0 downstream all 0.000689761 case= 1 downstream electron 0 - case= 2 downstream gamma 0.000102805 - case= 3 downstream muon 2.28491e-06 - case= 4 downstream neutrino 0.00019865 - case= 5 downstream pion 1.29222e-06 - case= 6 downstream neutron 0.000558941 - case= 7 downstream proton 1.40503e-06 + case= 2 downstream gamma 3.12632e-05 + case= 3 downstream muon 0 + case= 4 downstream neutrino 0.000225606 + case= 5 downstream pion 0 + case= 6 downstream neutron 0.00043101 + case= 7 downstream proton 1.88112e-06 case= 8 downstream ion 0 case= 9 downstream otherMeson 0 case= 10 downstream otherBaryon 0 - case= 11 downstream below 20 MeV all 0.00063967 + case= 11 downstream below 20 MeV all 0.000454151 case= 12 downstream below 20 MeV electron 0 - case= 13 downstream below 20 MeV gamma 0.000102805 - case= 14 downstream below 20 MeV muon 2.28491e-06 - case= 15 downstream below 20 MeV neutrino 1.4661e-05 + case= 13 downstream below 20 MeV gamma 3.12632e-05 + case= 14 downstream below 20 MeV muon 0 + case= 15 downstream below 20 MeV neutrino 2.00202e-05 case= 16 downstream below 20 MeV pion 0 - case= 17 downstream below 20 MeV neutron 0.000519919 + case= 17 downstream below 20 MeV neutron 0.000402867 case= 18 downstream below 20 MeV proton 0 case= 19 downstream below 20 MeV ion 0 case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.000225708 + case= 22 downstream above 20 MeV all 0.00023561 case= 23 downstream above 20 MeV electron 0 case= 24 downstream above 20 MeV gamma 0 case= 25 downstream above 20 MeV muon 0 - case= 26 downstream above 20 MeV neutrino 0.000183989 - case= 27 downstream above 20 MeV pion 1.29222e-06 - case= 28 downstream above 20 MeV neutron 3.9022e-05 - case= 29 downstream above 20 MeV proton 1.40503e-06 + case= 26 downstream above 20 MeV neutrino 0.000205586 + case= 27 downstream above 20 MeV pion 0 + case= 28 downstream above 20 MeV neutron 2.81429e-05 + case= 29 downstream above 20 MeV proton 1.88112e-06 case= 30 downstream above 20 MeV ion 0 case= 31 downstream above 20 MeV otherMeson 0 case= 32 downstream above 20 MeV otherBaryon 0 - case= 33 side all 0.000809137 - case= 34 side electron 4.33485e-07 - case= 35 side gamma 4.02327e-05 + case= 33 side all 0.000755275 + case= 34 side electron 3.27074e-06 + case= 35 side gamma 3.73946e-05 case= 36 side muon 0 - case= 37 side neutrino 0.000334838 + case= 37 side neutrino 0.000377047 case= 38 side pion 0 - case= 39 side neutron 0.000432054 - case= 40 side proton 1.57882e-06 + case= 39 side neutron 0.000337562 + case= 40 side proton 0 case= 41 side ion 0 case= 42 side otherMeson 0 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.000475279 - case= 45 side below 20 MeV electron 4.33485e-07 - case= 46 side below 20 MeV gamma 4.02327e-05 + case= 44 side below 20 MeV all 0.000389397 + case= 45 side below 20 MeV electron 3.27074e-06 + case= 46 side below 20 MeV gamma 3.73946e-05 case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 2.43362e-05 + case= 48 side below 20 MeV neutrino 3.16447e-05 case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 0.000410276 + case= 50 side below 20 MeV neutron 0.000317087 case= 51 side below 20 MeV proton 0 case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.000333858 + case= 55 side above 20 MeV all 0.000365878 case= 56 side above 20 MeV electron 0 case= 57 side above 20 MeV gamma 0 case= 58 side above 20 MeV muon 0 - case= 59 side above 20 MeV neutrino 0.000310502 + case= 59 side above 20 MeV neutrino 0.000345403 case= 60 side above 20 MeV pion 0 - case= 61 side above 20 MeV neutron 2.17777e-05 - case= 62 side above 20 MeV proton 1.57882e-06 + case= 61 side above 20 MeV neutron 2.04751e-05 + case= 62 side above 20 MeV proton 0 case= 63 side above 20 MeV ion 0 case= 64 side above 20 MeV otherMeson 0 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.0319913 - case= 67 upstream electron 9.96524e-05 - case= 68 upstream gamma 0.00461179 + case= 66 upstream all 0.0291199 + case= 67 upstream electron 6.25066e-05 + case= 68 upstream gamma 0.00325365 case= 69 upstream muon 0 - case= 70 upstream neutrino 0.0011144 - case= 71 upstream pion 1.71085e-05 - case= 72 upstream neutron 0.0261263 - case= 73 upstream proton 1.70427e-05 + case= 70 upstream neutrino 0.00118711 + case= 71 upstream pion 9.11994e-06 + case= 72 upstream neutron 0.024601 + case= 73 upstream proton 6.53155e-06 case= 74 upstream ion 0 - case= 75 upstream otherMeson 4.98733e-06 + case= 75 upstream otherMeson 0 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.0298312 - case= 78 upstream below 20 MeV electron 8.93458e-05 - case= 79 upstream below 20 MeV gamma 0.00458931 + case= 77 upstream below 20 MeV all 0.0271347 + case= 78 upstream below 20 MeV electron 4.47176e-05 + case= 79 upstream below 20 MeV gamma 0.00324451 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 8.86635e-05 - case= 82 upstream below 20 MeV pion 0 - case= 83 upstream below 20 MeV neutron 0.0250589 + case= 81 upstream below 20 MeV neutrino 0.000100553 + case= 82 upstream below 20 MeV pion 2.85924e-06 + case= 83 upstream below 20 MeV neutron 0.023742 case= 84 upstream below 20 MeV proton 0 case= 85 upstream below 20 MeV ion 0 - case= 86 upstream below 20 MeV otherMeson 4.98733e-06 + case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.00216007 - case= 89 upstream above 20 MeV electron 1.03067e-05 - case= 90 upstream above 20 MeV gamma 2.24763e-05 + case= 88 upstream above 20 MeV all 0.00198522 + case= 89 upstream above 20 MeV electron 1.77889e-05 + case= 90 upstream above 20 MeV gamma 9.13846e-06 case= 91 upstream above 20 MeV muon 0 - case= 92 upstream above 20 MeV neutrino 0.00102573 - case= 93 upstream above 20 MeV pion 1.71085e-05 - case= 94 upstream above 20 MeV neutron 0.0010674 - case= 95 upstream above 20 MeV proton 1.70427e-05 + case= 92 upstream above 20 MeV neutrino 0.00108655 + case= 93 upstream above 20 MeV pion 6.2607e-06 + case= 94 upstream above 20 MeV neutron 0.000858948 + case= 95 upstream above 20 MeV proton 6.53155e-06 case= 96 upstream above 20 MeV ion 0 case= 97 upstream above 20 MeV otherMeson 0 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 71243.5 3.76201 268019 - case= 1 layer electron 42080.3 1.96543 82706.1 - case= 2 layer gamma 22254.9 3.79638 84487.9 - case= 3 layer muon 5.21 13.9123 72.483 - case= 4 layer neutrino 15.59 36.4222 567.822 - case= 5 layer pion 49.33 1119.58 55228.7 - case= 6 layer neutron 3356.4 6.2479 20970.4 - case= 7 layer proton 120.12 93.8719 11275.9 - case= 8 layer ion 3357.04 0.402348 1350.7 - case= 9 layer otherMeson 3.64 2809.33 10226 - case= 10 layer otherBaryon 0.96 1180.07 1132.87 - case= 11 layer below 20 MeV all 70108.2 0.87599 61414.1 - case= 12 layer below 20 MeV electron 41654.5 0.698758 29106.4 - case= 13 layer below 20 MeV gamma 21852.4 1.23908 27077 - case= 14 layer below 20 MeV muon 4.93 4.1176 20.2998 - case= 15 layer below 20 MeV neutrino 1.18 15.1569 17.8851 - case= 16 layer below 20 MeV pion 1.11 12.3839 13.7461 - case= 17 layer below 20 MeV neutron 3209.83 1.30274 4181.58 - case= 18 layer below 20 MeV proton 44.49 12.4825 555.345 - case= 19 layer below 20 MeV ion 3339.43 0.131535 439.251 - case= 20 layer below 20 MeV otherMeson 0.28 5.59395 1.56631 - case= 21 layer below 20 MeV otherBaryon 0.07 14.6169 1.02318 - case= 22 layer above 20 MeV all 1135.27 181.987 206605 - case= 23 layer above 20 MeV electron 425.83 125.871 53599.7 - case= 24 layer above 20 MeV gamma 402.47 142.646 57410.9 - case= 25 layer above 20 MeV muon 0.28 186.369 52.1832 - case= 26 layer above 20 MeV neutrino 14.41 38.1636 549.937 - case= 27 layer above 20 MeV pion 48.22 1145.06 55214.9 - case= 28 layer above 20 MeV neutron 146.57 114.545 16788.9 - case= 29 layer above 20 MeV proton 75.63 141.75 10720.5 - case= 30 layer above 20 MeV ion 17.61 51.7573 911.446 - case= 31 layer above 20 MeV otherMeson 3.36 3042.98 10224.4 - case= 32 layer above 20 MeV otherBaryon 0.89 1271.74 1131.85 + case= 0 layer all 72120.6 3.60448 259958 + case= 1 layer electron 42554.4 1.88577 80247.6 + case= 2 layer gamma 22623.5 3.61455 81773.7 + case= 3 layer muon 5.72 14.4816 82.8349 + case= 4 layer neutrino 17.13 37.555 643.317 + case= 5 layer pion 51.17 1031.48 52780.9 + case= 6 layer neutron 3371.56 5.69776 19210.3 + case= 7 layer proton 121.84 92.8826 11316.8 + case= 8 layer ion 3369.46 0.390024 1314.17 + case= 9 layer otherMeson 4.75 2464.32 11705.5 + case= 10 layer otherBaryon 1.13 780.798 882.302 + case= 11 layer below 20 MeV all 70986.5 0.854024 60624.2 + case= 12 layer below 20 MeV electron 42132.1 0.683236 28786.2 + case= 13 layer below 20 MeV gamma 22226.9 1.19636 26591.3 + case= 14 layer below 20 MeV muon 5.33 4.12573 21.9902 + case= 15 layer below 20 MeV neutrino 1.45 14.3571 20.8178 + case= 16 layer below 20 MeV pion 0.96 12.9924 12.4727 + case= 17 layer below 20 MeV neutron 3222.44 1.3066 4210.43 + case= 18 layer below 20 MeV proton 44.18 12.4372 549.476 + case= 19 layer below 20 MeV ion 3352.76 0.127738 428.274 + case= 20 layer below 20 MeV otherMeson 0.29 7.1132 2.06283 + case= 21 layer below 20 MeV otherBaryon 0.1 11.5462 1.15462 + case= 22 layer above 20 MeV all 1134.07 175.768 199333 + case= 23 layer above 20 MeV electron 422.28 121.866 51461.5 + case= 24 layer above 20 MeV gamma 396.54 139.16 55182.4 + case= 25 layer above 20 MeV muon 0.39 156.012 60.8448 + case= 26 layer above 20 MeV neutrino 15.68 39.7002 622.499 + case= 27 layer above 20 MeV pion 50.21 1050.95 52768.4 + case= 28 layer above 20 MeV neutron 149.12 100.59 14999.9 + case= 29 layer above 20 MeV proton 77.66 138.647 10767.3 + case= 30 layer above 20 MeV ion 16.7 53.0477 885.897 + case= 31 layer above 20 MeV otherMeson 4.46 2624.09 11703.5 + case= 32 layer above 20 MeV otherBaryon 1.03 855.483 881.147 ============================================================= @@ -2389,7 +2392,7 @@ Index : 8 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=63.970000s Real=67.493947s Sys=0.060000s + User=65.040000s Real=69.830901s Sys=0.070000s =============== Run::PrintInfo() =============== RunID = 7 @@ -2402,140 +2405,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.0348483 - case= 1 downstream electron 9.97509e-06 - case= 2 downstream gamma 0.000760233 - case= 3 downstream muon 0 - case= 4 downstream neutrino 0.000345145 - case= 5 downstream pion 5.61639e-05 - case= 6 downstream neutron 0.0336442 - case= 7 downstream proton 2.96113e-05 - case= 8 downstream ion 1.65537e-06 - case= 9 downstream otherMeson 1.27477e-06 + case= 0 downstream all 0.0354191 + case= 1 downstream electron 3.30623e-05 + case= 2 downstream gamma 0.000691511 + case= 3 downstream muon 1.28765e-06 + case= 4 downstream neutrino 0.000348411 + case= 5 downstream pion 7.23502e-05 + case= 6 downstream neutron 0.0342264 + case= 7 downstream proton 3.62834e-05 + case= 8 downstream ion 0 + case= 9 downstream otherMeson 9.79529e-06 case= 10 downstream otherBaryon 0 - case= 11 downstream below 20 MeV all 0.0338378 - case= 12 downstream below 20 MeV electron 9.97509e-06 - case= 13 downstream below 20 MeV gamma 0.000760233 + case= 11 downstream below 20 MeV all 0.0343001 + case= 12 downstream below 20 MeV electron 2.74509e-05 + case= 13 downstream below 20 MeV gamma 0.00068738 case= 14 downstream below 20 MeV muon 0 - case= 15 downstream below 20 MeV neutrino 2.16151e-05 + case= 15 downstream below 20 MeV neutrino 2.72345e-05 case= 16 downstream below 20 MeV pion 0 - case= 17 downstream below 20 MeV neutron 0.033046 - case= 18 downstream below 20 MeV proton 0 + case= 17 downstream below 20 MeV neutron 0.0335561 + case= 18 downstream below 20 MeV proton 1.90074e-06 case= 19 downstream below 20 MeV ion 0 case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.00101047 - case= 23 downstream above 20 MeV electron 0 - case= 24 downstream above 20 MeV gamma 0 - case= 25 downstream above 20 MeV muon 0 - case= 26 downstream above 20 MeV neutrino 0.00032353 - case= 27 downstream above 20 MeV pion 5.61639e-05 - case= 28 downstream above 20 MeV neutron 0.000598237 - case= 29 downstream above 20 MeV proton 2.96113e-05 - case= 30 downstream above 20 MeV ion 1.65537e-06 - case= 31 downstream above 20 MeV otherMeson 1.27477e-06 + case= 22 downstream above 20 MeV all 0.00111901 + case= 23 downstream above 20 MeV electron 5.61142e-06 + case= 24 downstream above 20 MeV gamma 4.13066e-06 + case= 25 downstream above 20 MeV muon 1.28765e-06 + case= 26 downstream above 20 MeV neutrino 0.000321177 + case= 27 downstream above 20 MeV pion 7.23502e-05 + case= 28 downstream above 20 MeV neutron 0.000670271 + case= 29 downstream above 20 MeV proton 3.43827e-05 + case= 30 downstream above 20 MeV ion 0 + case= 31 downstream above 20 MeV otherMeson 9.79529e-06 case= 32 downstream above 20 MeV otherBaryon 0 - case= 33 side all 0.030897 - case= 34 side electron 1.28515e-06 - case= 35 side gamma 0.000110054 + case= 33 side all 0.0305595 + case= 34 side electron 7.75515e-07 + case= 35 side gamma 0.000133261 case= 36 side muon 0 - case= 37 side neutrino 0.000380667 - case= 38 side pion 0 - case= 39 side neutron 0.0304046 - case= 40 side proton 3.87905e-07 + case= 37 side neutrino 0.000332608 + case= 38 side pion 3.21481e-07 + case= 39 side neutron 0.0300922 + case= 40 side proton 0 case= 41 side ion 0 - case= 42 side otherMeson 0 + case= 42 side otherMeson 3.19567e-07 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.0304053 - case= 45 side below 20 MeV electron 1.28515e-06 - case= 46 side below 20 MeV gamma 0.000110054 + case= 44 side below 20 MeV all 0.0300938 + case= 45 side below 20 MeV electron 7.75515e-07 + case= 46 side below 20 MeV gamma 0.000133261 case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 3.0454e-05 + case= 48 side below 20 MeV neutrino 2.92565e-05 case= 49 side below 20 MeV pion 0 - case= 50 side below 20 MeV neutron 0.0302636 + case= 50 side below 20 MeV neutron 0.0299305 case= 51 side below 20 MeV proton 0 case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.000491629 + case= 55 side above 20 MeV all 0.000465691 case= 56 side above 20 MeV electron 0 case= 57 side above 20 MeV gamma 0 case= 58 side above 20 MeV muon 0 - case= 59 side above 20 MeV neutrino 0.000350213 - case= 60 side above 20 MeV pion 0 - case= 61 side above 20 MeV neutron 0.000141029 - case= 62 side above 20 MeV proton 3.87905e-07 + case= 59 side above 20 MeV neutrino 0.000303351 + case= 60 side above 20 MeV pion 3.21481e-07 + case= 61 side above 20 MeV neutron 0.000161699 + case= 62 side above 20 MeV proton 0 case= 63 side above 20 MeV ion 0 - case= 64 side above 20 MeV otherMeson 0 + case= 64 side above 20 MeV otherMeson 3.19567e-07 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.0698017 - case= 67 upstream electron 3.64476e-05 - case= 68 upstream gamma 0.00184669 + case= 66 upstream all 0.0628869 + case= 67 upstream electron 2.836e-05 + case= 68 upstream gamma 0.00147315 case= 69 upstream muon 0 - case= 70 upstream neutrino 0.000725626 - case= 71 upstream pion 2.6249e-05 - case= 72 upstream neutron 0.0671548 - case= 73 upstream proton 1.18455e-05 + case= 70 upstream neutrino 0.000596149 + case= 71 upstream pion 1.32507e-05 + case= 72 upstream neutron 0.060764 + case= 73 upstream proton 8.89442e-06 case= 74 upstream ion 0 - case= 75 upstream otherMeson 0 + case= 75 upstream otherMeson 3.15631e-06 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.0680491 - case= 78 upstream below 20 MeV electron 3.0432e-05 - case= 79 upstream below 20 MeV gamma 0.0018369 + case= 77 upstream below 20 MeV all 0.0615759 + case= 78 upstream below 20 MeV electron 2.07577e-05 + case= 79 upstream below 20 MeV gamma 0.00145904 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 5.53015e-05 + case= 81 upstream below 20 MeV neutrino 2.47059e-05 case= 82 upstream below 20 MeV pion 0 - case= 83 upstream below 20 MeV neutron 0.0661246 - case= 84 upstream below 20 MeV proton 1.8966e-06 + case= 83 upstream below 20 MeV neutron 0.0600714 + case= 84 upstream below 20 MeV proton 0 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.00175255 - case= 89 upstream above 20 MeV electron 6.01569e-06 - case= 90 upstream above 20 MeV gamma 9.78741e-06 + case= 88 upstream above 20 MeV all 0.00131099 + case= 89 upstream above 20 MeV electron 7.60232e-06 + case= 90 upstream above 20 MeV gamma 1.41091e-05 case= 91 upstream above 20 MeV muon 0 - case= 92 upstream above 20 MeV neutrino 0.000670324 - case= 93 upstream above 20 MeV pion 2.6249e-05 - case= 94 upstream above 20 MeV neutron 0.00103022 - case= 95 upstream above 20 MeV proton 9.94894e-06 + case= 92 upstream above 20 MeV neutrino 0.000571443 + case= 93 upstream above 20 MeV pion 1.32507e-05 + case= 94 upstream above 20 MeV neutron 0.000692538 + case= 95 upstream above 20 MeV proton 8.89442e-06 case= 96 upstream above 20 MeV ion 0 - case= 97 upstream above 20 MeV otherMeson 0 + case= 97 upstream above 20 MeV otherMeson 3.15631e-06 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 47207.3 5.06255 238989 - case= 1 layer electron 27848.7 2.55243 71081.8 - case= 2 layer gamma 16024 4.47337 71681.3 - case= 3 layer muon 5.46 13.3582 72.9358 - case= 4 layer neutrino 16.34 36.2137 591.732 - case= 5 layer pion 50.01 1080.67 54044.2 - case= 6 layer neutron 2049.59 9.11888 18690 - case= 7 layer proton 115.17 93.1312 10725.9 - case= 8 layer ion 1093.38 1.38833 1517.97 - case= 9 layer otherMeson 3.51 2360.9 8286.75 - case= 10 layer otherBaryon 1.2 1914.14 2296.97 - case= 11 layer below 20 MeV all 46117.9 0.993683 45826.6 - case= 12 layer below 20 MeV electron 27446.9 0.799355 21939.8 - case= 13 layer below 20 MeV gamma 15646.3 1.21674 19037.4 - case= 14 layer below 20 MeV muon 5.13 4.16276 21.3549 - case= 15 layer below 20 MeV neutrino 1.25 14.755 18.4437 - case= 16 layer below 20 MeV pion 1.22 12.3331 15.0464 - case= 17 layer below 20 MeV neutron 1906.55 2.05843 3924.49 - case= 18 layer below 20 MeV proton 38.83 12.5455 487.142 - case= 19 layer below 20 MeV ion 1071.32 0.354587 379.876 - case= 20 layer below 20 MeV otherMeson 0.34 7.09208 2.41131 - case= 21 layer below 20 MeV otherBaryon 0.04 14.2263 0.56905 - case= 22 layer above 20 MeV all 1089.41 177.31 193163 - case= 23 layer above 20 MeV electron 401.78 122.311 49142 - case= 24 layer above 20 MeV gamma 377.65 139.398 52643.8 - case= 25 layer above 20 MeV muon 0.33 156.306 51.5809 - case= 26 layer above 20 MeV neutrino 15.09 37.9913 573.288 - case= 27 layer above 20 MeV pion 48.79 1107.38 54029.1 - case= 28 layer above 20 MeV neutron 143.04 103.226 14765.5 - case= 29 layer above 20 MeV proton 76.34 134.121 10238.8 - case= 30 layer above 20 MeV ion 22.06 51.5907 1138.09 - case= 31 layer above 20 MeV otherMeson 3.17 2613.36 8284.34 - case= 32 layer above 20 MeV otherBaryon 1.16 1979.65 2296.4 + case= 0 layer all 47093.7 5.10727 240520 + case= 1 layer electron 27826.2 2.61867 72867.6 + case= 2 layer gamma 16022.2 4.584 73445.7 + case= 3 layer muon 4.92 20.3436 100.091 + case= 4 layer neutrino 14.68 37.3703 548.597 + case= 5 layer pion 48.14 1117.61 53801.9 + case= 6 layer neutron 1993.28 8.73647 17414.2 + case= 7 layer proton 112.73 92.7015 10450.2 + case= 8 layer ion 1066.68 1.428 1523.22 + case= 9 layer otherMeson 3.78 2411.64 9116.01 + case= 10 layer otherBaryon 1.09 1149.38 1252.82 + case= 11 layer below 20 MeV all 46001.6 0.996116 45822.9 + case= 12 layer below 20 MeV electron 27420 0.80421 22051.5 + case= 13 layer below 20 MeV gamma 15638.8 1.22088 19093.1 + case= 14 layer below 20 MeV muon 4.52 4.15303 18.7717 + case= 15 layer below 20 MeV neutrino 1.15 14.8117 17.0335 + case= 16 layer below 20 MeV pion 0.98 13.4127 13.1445 + case= 17 layer below 20 MeV neutron 1854.85 2.05047 3803.31 + case= 18 layer below 20 MeV proton 36.94 12.5632 464.084 + case= 19 layer below 20 MeV ion 1043.95 0.344745 359.897 + case= 20 layer below 20 MeV otherMeson 0.22 5.56024 1.22325 + case= 21 layer below 20 MeV otherBaryon 0.08 11.4717 0.917733 + case= 22 layer above 20 MeV all 1092.15 178.27 194698 + case= 23 layer above 20 MeV electron 406.18 125.107 50816.2 + case= 24 layer above 20 MeV gamma 383.36 141.78 54352.6 + case= 25 layer above 20 MeV muon 0.4 203.298 81.3191 + case= 26 layer above 20 MeV neutrino 13.53 39.2877 531.563 + case= 27 layer above 20 MeV pion 47.16 1140.56 53788.8 + case= 28 layer above 20 MeV neutron 138.43 98.3236 13610.9 + case= 29 layer above 20 MeV proton 75.79 131.761 9986.16 + case= 30 layer above 20 MeV ion 22.73 51.18 1163.32 + case= 31 layer above 20 MeV otherMeson 3.56 2560.33 9114.79 + case= 32 layer above 20 MeV otherBaryon 1.01 1239.51 1251.91 ============================================================= @@ -2635,7 +2638,7 @@ Index : 9 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=52.960000s Real=54.877668s Sys=0.020000s + User=56.890000s Real=60.867114s Sys=0.170000s =============== Run::PrintInfo() =============== RunID = 8 @@ -2648,140 +2651,140 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 downstream all 0.0181112 - case= 1 downstream electron 0.000424214 - case= 2 downstream gamma 0.00531206 - case= 3 downstream muon 8.62026e-06 - case= 4 downstream neutrino 0.000408408 - case= 5 downstream pion 0.000155106 - case= 6 downstream neutron 0.0117169 - case= 7 downstream proton 7.19596e-05 - case= 8 downstream ion 4.65288e-06 - case= 9 downstream otherMeson 9.2382e-06 - case= 10 downstream otherBaryon 0 - case= 11 downstream below 20 MeV all 0.0163611 - case= 12 downstream below 20 MeV electron 0.000353687 - case= 13 downstream below 20 MeV gamma 0.00511143 + case= 0 downstream all 0.0165614 + case= 1 downstream electron 0.000172656 + case= 2 downstream gamma 0.00386735 + case= 3 downstream muon 2.87124e-06 + case= 4 downstream neutrino 0.000474984 + case= 5 downstream pion 0.000150931 + case= 6 downstream neutron 0.0117819 + case= 7 downstream proton 9.76942e-05 + case= 8 downstream ion 1.30403e-06 + case= 9 downstream otherMeson 9.75312e-06 + case= 10 downstream otherBaryon 1.98197e-06 + case= 11 downstream below 20 MeV all 0.0148887 + case= 12 downstream below 20 MeV electron 0.00013496 + case= 13 downstream below 20 MeV gamma 0.00379299 case= 14 downstream below 20 MeV muon 0 - case= 15 downstream below 20 MeV neutrino 3.21438e-05 - case= 16 downstream below 20 MeV pion 0 - case= 17 downstream below 20 MeV neutron 0.0108638 - case= 18 downstream below 20 MeV proton 0 + case= 15 downstream below 20 MeV neutrino 4.28687e-05 + case= 16 downstream below 20 MeV pion 1.61285e-06 + case= 17 downstream below 20 MeV neutron 0.0109148 + case= 18 downstream below 20 MeV proton 1.47067e-06 case= 19 downstream below 20 MeV ion 0 case= 20 downstream below 20 MeV otherMeson 0 case= 21 downstream below 20 MeV otherBaryon 0 - case= 22 downstream above 20 MeV all 0.00175011 - case= 23 downstream above 20 MeV electron 7.05268e-05 - case= 24 downstream above 20 MeV gamma 0.000200631 - case= 25 downstream above 20 MeV muon 8.62026e-06 - case= 26 downstream above 20 MeV neutrino 0.000376264 - case= 27 downstream above 20 MeV pion 0.000155106 - case= 28 downstream above 20 MeV neutron 0.000853109 - case= 29 downstream above 20 MeV proton 7.19596e-05 - case= 30 downstream above 20 MeV ion 4.65288e-06 - case= 31 downstream above 20 MeV otherMeson 9.2382e-06 - case= 32 downstream above 20 MeV otherBaryon 0 - case= 33 side all 0.00460433 - case= 34 side electron 4.80459e-06 - case= 35 side gamma 0.000448638 + case= 22 downstream above 20 MeV all 0.00167269 + case= 23 downstream above 20 MeV electron 3.76969e-05 + case= 24 downstream above 20 MeV gamma 7.43532e-05 + case= 25 downstream above 20 MeV muon 2.87124e-06 + case= 26 downstream above 20 MeV neutrino 0.000432116 + case= 27 downstream above 20 MeV pion 0.000149319 + case= 28 downstream above 20 MeV neutron 0.000867067 + case= 29 downstream above 20 MeV proton 9.62236e-05 + case= 30 downstream above 20 MeV ion 1.30403e-06 + case= 31 downstream above 20 MeV otherMeson 9.75312e-06 + case= 32 downstream above 20 MeV otherBaryon 1.98197e-06 + case= 33 side all 0.00463596 + case= 34 side electron 1.6029e-05 + case= 35 side gamma 0.000433921 case= 36 side muon 0 - case= 37 side neutrino 0.000327718 - case= 38 side pion 2.00001e-06 - case= 39 side neutron 0.00381789 - case= 40 side proton 1.91548e-06 - case= 41 side ion 3.25411e-07 - case= 42 side otherMeson 1.0449e-06 + case= 37 side neutrino 0.000357748 + case= 38 side pion 0 + case= 39 side neutron 0.0038275 + case= 40 side proton 7.65071e-07 + case= 41 side ion 0 + case= 42 side otherMeson 0 case= 43 side otherBaryon 0 - case= 44 side below 20 MeV all 0.00410767 - case= 45 side below 20 MeV electron 4.3819e-06 - case= 46 side below 20 MeV gamma 0.000448249 + case= 44 side below 20 MeV all 0.00411866 + case= 45 side below 20 MeV electron 1.6029e-05 + case= 46 side below 20 MeV gamma 0.000433368 case= 47 side below 20 MeV muon 0 - case= 48 side below 20 MeV neutrino 2.75179e-05 - case= 49 side below 20 MeV pion 3.18588e-07 - case= 50 side below 20 MeV neutron 0.00362584 - case= 51 side below 20 MeV proton 1.35342e-06 + case= 48 side below 20 MeV neutrino 2.45713e-05 + case= 49 side below 20 MeV pion 0 + case= 50 side below 20 MeV neutron 0.00364469 + case= 51 side below 20 MeV proton 0 case= 52 side below 20 MeV ion 0 case= 53 side below 20 MeV otherMeson 0 case= 54 side below 20 MeV otherBaryon 0 - case= 55 side above 20 MeV all 0.000496667 - case= 56 side above 20 MeV electron 4.22683e-07 - case= 57 side above 20 MeV gamma 3.89171e-07 + case= 55 side above 20 MeV all 0.000517304 + case= 56 side above 20 MeV electron 0 + case= 57 side above 20 MeV gamma 5.53418e-07 case= 58 side above 20 MeV muon 0 - case= 59 side above 20 MeV neutrino 0.000300201 - case= 60 side above 20 MeV pion 1.68142e-06 - case= 61 side above 20 MeV neutron 0.000192041 - case= 62 side above 20 MeV proton 5.62065e-07 - case= 63 side above 20 MeV ion 3.25411e-07 - case= 64 side above 20 MeV otherMeson 1.0449e-06 + case= 59 side above 20 MeV neutrino 0.000333177 + case= 60 side above 20 MeV pion 0 + case= 61 side above 20 MeV neutron 0.000182809 + case= 62 side above 20 MeV proton 7.65071e-07 + case= 63 side above 20 MeV ion 0 + case= 64 side above 20 MeV otherMeson 0 case= 65 side above 20 MeV otherBaryon 0 - case= 66 upstream all 0.0183481 - case= 67 upstream electron 2.75014e-05 - case= 68 upstream gamma 0.00237718 + case= 66 upstream all 0.0178446 + case= 67 upstream electron 2.53787e-05 + case= 68 upstream gamma 0.00208308 case= 69 upstream muon 0 - case= 70 upstream neutrino 0.000535386 - case= 71 upstream pion 7.48395e-06 - case= 72 upstream neutron 0.0153957 - case= 73 upstream proton 4.82781e-06 + case= 70 upstream neutrino 0.000523772 + case= 71 upstream pion 1.13756e-05 + case= 72 upstream neutron 0.0151962 + case= 73 upstream proton 4.77046e-06 case= 74 upstream ion 0 case= 75 upstream otherMeson 0 case= 76 upstream otherBaryon 0 - case= 77 upstream below 20 MeV all 0.0172745 - case= 78 upstream below 20 MeV electron 2.56914e-05 - case= 79 upstream below 20 MeV gamma 0.00236677 + case= 77 upstream below 20 MeV all 0.0168395 + case= 78 upstream below 20 MeV electron 2.36215e-05 + case= 79 upstream below 20 MeV gamma 0.00208308 case= 80 upstream below 20 MeV muon 0 - case= 81 upstream below 20 MeV neutrino 5.13183e-05 - case= 82 upstream below 20 MeV pion 0 - case= 83 upstream below 20 MeV neutron 0.0148283 - case= 84 upstream below 20 MeV proton 2.45405e-06 + case= 81 upstream below 20 MeV neutrino 3.87253e-05 + case= 82 upstream below 20 MeV pion 1.35964e-06 + case= 83 upstream below 20 MeV neutron 0.0146927 + case= 84 upstream below 20 MeV proton 0 case= 85 upstream below 20 MeV ion 0 case= 86 upstream below 20 MeV otherMeson 0 case= 87 upstream below 20 MeV otherBaryon 0 - case= 88 upstream above 20 MeV all 0.00107357 - case= 89 upstream above 20 MeV electron 1.80998e-06 - case= 90 upstream above 20 MeV gamma 1.04056e-05 + case= 88 upstream above 20 MeV all 0.00100507 + case= 89 upstream above 20 MeV electron 1.75716e-06 + case= 90 upstream above 20 MeV gamma 0 case= 91 upstream above 20 MeV muon 0 - case= 92 upstream above 20 MeV neutrino 0.000484068 - case= 93 upstream above 20 MeV pion 7.48395e-06 - case= 94 upstream above 20 MeV neutron 0.000567433 - case= 95 upstream above 20 MeV proton 2.37375e-06 + case= 92 upstream above 20 MeV neutrino 0.000485047 + case= 93 upstream above 20 MeV pion 1.0016e-05 + case= 94 upstream above 20 MeV neutron 0.000503482 + case= 95 upstream above 20 MeV proton 4.77046e-06 case= 96 upstream above 20 MeV ion 0 case= 97 upstream above 20 MeV otherMeson 0 case= 98 upstream above 20 MeV otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 layer all 52019.1 4.72258 245664 - case= 1 layer electron 30982.3 2.4113 74707.4 - case= 2 layer gamma 16454 4.58273 75404.2 - case= 3 layer muon 4.73 22.8969 108.302 - case= 4 layer neutrino 14.05 39.4378 554.101 - case= 5 layer pion 47.99 1164.52 55885.5 - case= 6 layer neutron 1554.86 10.1244 15742.1 - case= 7 layer proton 113.96 87.8049 10006.3 - case= 8 layer ion 2842.89 0.584988 1663.06 - case= 9 layer otherMeson 3.57 3160.66 11283.6 - case= 10 layer otherBaryon 0.72 430.038 309.627 - case= 11 layer below 20 MeV all 50972.2 0.940609 47944.9 - case= 12 layer below 20 MeV electron 30576.2 0.764088 23362.9 - case= 13 layer below 20 MeV gamma 16072.3 1.27079 20424.5 - case= 14 layer below 20 MeV muon 4.41 4.13796 18.2484 - case= 15 layer below 20 MeV neutrino 1.18 14.9504 17.6415 - case= 16 layer below 20 MeV pion 0.94 12.5278 11.7761 - case= 17 layer below 20 MeV neutron 1439.34 1.92959 2777.33 - case= 18 layer below 20 MeV proton 50.34 9.62216 484.38 - case= 19 layer below 20 MeV ion 2827.2 0.299254 846.051 - case= 20 layer below 20 MeV otherMeson 0.18 4.5188 0.813384 - case= 21 layer below 20 MeV otherBaryon 0.11 11.4557 1.26013 - case= 22 layer above 20 MeV all 1046.9 188.862 197719 - case= 23 layer above 20 MeV electron 406.1 126.433 51344.5 - case= 24 layer above 20 MeV gamma 381.73 144.028 54979.7 - case= 25 layer above 20 MeV muon 0.32 281.419 90.0539 - case= 26 layer above 20 MeV neutrino 12.87 41.683 536.46 - case= 27 layer above 20 MeV pion 47.05 1187.54 55873.7 - case= 28 layer above 20 MeV neutron 115.52 112.229 12964.7 - case= 29 layer above 20 MeV proton 63.62 149.668 9521.87 - case= 30 layer above 20 MeV ion 15.69 52.0716 817.004 - case= 31 layer above 20 MeV otherMeson 3.39 3328.24 11282.7 - case= 32 layer above 20 MeV otherBaryon 0.61 505.52 308.367 + case= 0 layer all 54620.6 4.69071 256210 + case= 1 layer electron 32612.2 2.42949 79231.1 + case= 2 layer gamma 17401.3 4.5888 79851.1 + case= 3 layer muon 5.06 17.8394 90.2675 + case= 4 layer neutrino 15.12 37.31 564.126 + case= 5 layer pion 48.4 1131.86 54781.8 + case= 6 layer neutron 1566.48 10.5532 16531.4 + case= 7 layer proton 114 93.7365 10686 + case= 8 layer ion 2853.39 0.591885 1688.88 + case= 9 layer otherMeson 3.7 3146.56 11642.3 + case= 10 layer otherBaryon 0.97 1178.07 1142.73 + case= 11 layer below 20 MeV all 53529.8 0.928211 49686.9 + case= 12 layer below 20 MeV electron 32184.8 0.757019 24364.5 + case= 13 layer below 20 MeV gamma 17000.4 1.24567 21176.8 + case= 14 layer below 20 MeV muon 4.67 4.11981 19.2395 + case= 15 layer below 20 MeV neutrino 1.13 14.8383 16.7672 + case= 16 layer below 20 MeV pion 0.9 12.1015 10.8914 + case= 17 layer below 20 MeV neutron 1449.19 1.91061 2768.83 + case= 18 layer below 20 MeV proton 50.71 9.54669 484.113 + case= 19 layer below 20 MeV ion 2837.62 0.296946 842.619 + case= 20 layer below 20 MeV otherMeson 0.28 6.40213 1.7926 + case= 21 layer below 20 MeV otherBaryon 0.09 14.6111 1.315 + case= 22 layer above 20 MeV all 1090.83 189.326 206523 + case= 23 layer above 20 MeV electron 427.42 128.367 54866.6 + case= 24 layer above 20 MeV gamma 400.88 146.364 58674.2 + case= 25 layer above 20 MeV muon 0.39 182.123 71.028 + case= 26 layer above 20 MeV neutrino 13.99 39.125 547.359 + case= 27 layer above 20 MeV pion 47.5 1153.07 54771 + case= 28 layer above 20 MeV neutron 117.29 117.338 13762.6 + case= 29 layer above 20 MeV proton 63.29 161.192 10201.9 + case= 30 layer above 20 MeV ion 15.77 53.6626 846.259 + case= 31 layer above 20 MeV otherMeson 3.42 3403.65 11640.5 + case= 32 layer above 20 MeV otherBaryon 0.88 1297.06 1141.42 ============================================================= ================== Deleting memory pools =================== diff --git a/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.out b/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.out index 81972425be5..046744c807d 100644 --- a/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.out +++ b/examples/extended/hadronic/ParticleFluence/Sphere/Sphere.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -77,10 +77,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -251,7 +254,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -733,7 +736,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -758,7 +761,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -796,7 +799,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.400000s Real=2.539623s Sys=0.020000s + User=1.580000s Real=2.204617s Sys=0.010000s =============== Run::PrintInfo() =============== RunID = 0 @@ -808,107 +811,107 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.00219914 - case= 1 forward electron 0.000235137 - case= 2 forward gamma 0.00169607 - case= 3 forward muon 1.27998e-06 - case= 4 forward neutrino 4.71024e-05 - case= 5 forward pion 8.12285e-05 - case= 6 forward neutron 0.000102873 - case= 7 forward proton 2.72452e-05 - case= 8 forward ion 4.91289e-07 - case= 9 forward otherMeson 7.0759e-06 - case= 10 forward otherBaryon 6.40513e-07 - case= 11 backward all 6.97836e-05 - case= 12 backward electron 2.81528e-06 - case= 13 backward gamma 4.94573e-05 + case= 0 forward all 0.00254991 + case= 1 forward electron 0.000278499 + case= 2 forward gamma 0.00194105 + case= 3 forward muon 1.55413e-06 + case= 4 forward neutrino 5.60784e-05 + case= 5 forward pion 0.000100808 + case= 6 forward neutron 0.000133822 + case= 7 forward proton 3.07657e-05 + case= 8 forward ion 0 + case= 9 forward otherMeson 7.00902e-06 + case= 10 forward otherBaryon 3.23222e-07 + case= 11 backward all 6.23133e-05 + case= 12 backward electron 2.07455e-06 + case= 13 backward gamma 3.98684e-05 case= 14 backward muon 0 - case= 15 backward neutrino 1.33548e-05 - case= 16 backward pion 0 - case= 17 backward neutron 4.15623e-06 + case= 15 backward neutrino 1.37593e-05 + case= 16 backward pion 3.34899e-07 + case= 17 backward neutron 6.27613e-06 case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.00154723 - case= 23 below 20 MeV forward electron 0.000101952 - case= 24 below 20 MeV forward gamma 0.00140815 - case= 25 below 20 MeV forward muon 0 - case= 26 below 20 MeV forward neutrino 3.62145e-06 - case= 27 below 20 MeV forward pion 2.17696e-07 - case= 28 below 20 MeV forward neutron 3.21672e-05 - case= 29 below 20 MeV forward proton 1.11667e-06 + case= 22 below 20 MeV forward all 0.00178477 + case= 23 below 20 MeV forward electron 0.000119153 + case= 24 below 20 MeV forward gamma 0.00161611 + case= 25 below 20 MeV forward muon 1.76541e-07 + case= 26 below 20 MeV forward neutrino 4.22575e-06 + case= 27 below 20 MeV forward pion 8.62138e-07 + case= 28 below 20 MeV forward neutron 4.35305e-05 + case= 29 below 20 MeV forward proton 7.10605e-07 case= 30 below 20 MeV forward ion 0 case= 31 below 20 MeV forward otherMeson 0 case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 4.95196e-05 - case= 34 below 20 MeV backward electron 1.96257e-06 - case= 35 below 20 MeV backward gamma 4.53112e-05 + case= 33 below 20 MeV backward all 4.11768e-05 + case= 34 below 20 MeV backward electron 1.38762e-06 + case= 35 below 20 MeV backward gamma 3.6696e-05 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 1.87273e-06 + case= 37 below 20 MeV backward neutrino 1.39392e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 3.7316e-07 + case= 39 below 20 MeV backward neutron 1.69925e-06 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.000651915 - case= 45 above 20 MeV forward electron 0.000133184 - case= 46 above 20 MeV forward gamma 0.000287917 - case= 47 above 20 MeV forward muon 1.27998e-06 - case= 48 above 20 MeV forward neutrino 4.3481e-05 - case= 49 above 20 MeV forward pion 8.10108e-05 - case= 50 above 20 MeV forward neutron 7.07058e-05 - case= 51 above 20 MeV forward proton 2.61285e-05 - case= 52 above 20 MeV forward ion 4.91289e-07 - case= 53 above 20 MeV forward otherMeson 7.0759e-06 - case= 54 above 20 MeV forward otherBaryon 6.40513e-07 - case= 55 above 20 MeV backward all 2.0264e-05 - case= 56 above 20 MeV backward electron 8.52714e-07 - case= 57 above 20 MeV backward gamma 4.14608e-06 + case= 44 above 20 MeV forward all 0.00076514 + case= 45 above 20 MeV forward electron 0.000159346 + case= 46 above 20 MeV forward gamma 0.00032494 + case= 47 above 20 MeV forward muon 1.37759e-06 + case= 48 above 20 MeV forward neutrino 5.18526e-05 + case= 49 above 20 MeV forward pion 9.99458e-05 + case= 50 above 20 MeV forward neutron 9.02914e-05 + case= 51 above 20 MeV forward proton 3.00551e-05 + case= 52 above 20 MeV forward ion 0 + case= 53 above 20 MeV forward otherMeson 7.00902e-06 + case= 54 above 20 MeV forward otherBaryon 3.23222e-07 + case= 55 above 20 MeV backward all 2.11365e-05 + case= 56 above 20 MeV backward electron 6.86938e-07 + case= 57 above 20 MeV backward gamma 3.17239e-06 case= 58 above 20 MeV backward muon 0 - case= 59 above 20 MeV backward neutrino 1.14821e-05 - case= 60 above 20 MeV backward pion 0 - case= 61 above 20 MeV backward neutron 3.78307e-06 + case= 59 above 20 MeV backward neutrino 1.23654e-05 + case= 60 above 20 MeV backward pion 3.34899e-07 + case= 61 above 20 MeV backward neutron 4.57688e-06 case= 62 above 20 MeV backward proton 0 case= 63 above 20 MeV backward ion 0 case= 64 above 20 MeV backward otherMeson 0 case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 2109.04 56.2941 118727 - case= 1 sphere electron 1742.85 4.81478 8391.44 - case= 2 sphere gamma 239.05 63.7203 15232.3 - case= 3 sphere muon 1.05 96.5428 101.37 - case= 4 sphere neutrino 3.02 49.7953 150.382 - case= 5 sphere pion 17.44 4661.73 81300.6 - case= 6 sphere neutron 18.53 134.521 2492.67 - case= 7 sphere proton 42.61 57.7132 2459.16 - case= 8 sphere ion 42.69 4.78378 204.219 - case= 9 sphere otherMeson 1.49 5175.28 7711.17 - case= 10 sphere otherBaryon 0.31 2204.16 683.291 - case= 11 sphere below 20 MeV all 2016.62 0.55029 1109.72 - case= 12 sphere below 20 MeV electron 1720.89 0.302235 520.113 - case= 13 sphere below 20 MeV gamma 208.66 1.46588 305.87 - case= 14 sphere below 20 MeV muon 0.91 4.45634 4.05527 - case= 15 sphere below 20 MeV neutrino 0.28 14.1808 3.97064 - case= 16 sphere below 20 MeV pion 0.3 9.93407 2.98022 - case= 17 sphere below 20 MeV neutron 9.67 6.84898 66.2296 - case= 18 sphere below 20 MeV proton 34.89 2.70564 94.3998 - case= 19 sphere below 20 MeV ion 40.97 2.72668 111.712 - case= 20 sphere below 20 MeV otherMeson 0.05 7.89783 0.394891 - case= 21 sphere below 20 MeV otherBaryon 0 0 0 - case= 22 sphere above 20 MeV all 92.42 1272.63 117617 - case= 23 sphere above 20 MeV electron 21.96 358.439 7871.32 - case= 24 sphere above 20 MeV gamma 30.39 491.164 14926.5 - case= 25 sphere above 20 MeV muon 0.14 695.105 97.3147 - case= 26 sphere above 20 MeV neutrino 2.74 53.4347 146.411 - case= 27 sphere above 20 MeV pion 17.14 4743.15 81297.6 - case= 28 sphere above 20 MeV neutron 8.86 273.864 2426.44 - case= 29 sphere above 20 MeV proton 7.72 306.316 2364.76 - case= 30 sphere above 20 MeV ion 1.72 53.7834 92.5074 - case= 31 sphere above 20 MeV otherMeson 1.44 5354.7 7710.77 - case= 32 sphere above 20 MeV otherBaryon 0.31 2204.16 683.291 + case= 0 sphere all 2287.93 55.7183 127480 + case= 1 sphere electron 1869.62 4.85999 9086.33 + case= 2 sphere gamma 258.09 64.9689 16767.8 + case= 3 sphere muon 1.18 56.2225 66.3426 + case= 4 sphere neutrino 3.35 38.8369 130.104 + case= 5 sphere pion 20.53 4206.78 86365.2 + case= 6 sphere neutron 24.45 130.228 3184.07 + case= 7 sphere proton 54.31 48.6166 2640.37 + case= 8 sphere ion 54.09 4.55378 246.314 + case= 9 sphere otherMeson 1.97 4261.35 8394.86 + case= 10 sphere otherBaryon 0.34 1759.72 598.306 + case= 11 sphere below 20 MeV all 2183.17 0.570491 1245.48 + case= 12 sphere below 20 MeV electron 1846.51 0.303715 560.814 + case= 13 sphere below 20 MeV gamma 225.29 1.43125 322.446 + case= 14 sphere below 20 MeV muon 1.03 4.25586 4.38353 + case= 15 sphere below 20 MeV neutrino 0.27 14.4979 3.91444 + case= 16 sphere below 20 MeV pion 0.44 9.15582 4.02856 + case= 17 sphere below 20 MeV neutron 12.68 6.71562 85.154 + case= 18 sphere below 20 MeV proton 44.83 2.65902 119.204 + case= 19 sphere below 20 MeV ion 52.08 2.78255 144.915 + case= 20 sphere below 20 MeV otherMeson 0.02 15.1354 0.302708 + case= 21 sphere below 20 MeV otherBaryon 0.02 15.8464 0.316929 + case= 22 sphere above 20 MeV all 104.76 1204.98 126234 + case= 23 sphere above 20 MeV electron 23.11 368.91 8525.52 + case= 24 sphere above 20 MeV gamma 32.8 501.383 16445.4 + case= 25 sphere above 20 MeV muon 0.15 413.06 61.9591 + case= 26 sphere above 20 MeV neutrino 3.08 40.9706 126.189 + case= 27 sphere above 20 MeV pion 20.09 4298.71 86361.1 + case= 28 sphere above 20 MeV neutron 11.77 263.289 3098.91 + case= 29 sphere above 20 MeV proton 9.48 265.945 2521.16 + case= 30 sphere above 20 MeV ion 2.01 50.4471 101.399 + case= 31 sphere above 20 MeV otherMeson 1.95 4304.9 8394.56 + case= 32 sphere above 20 MeV otherBaryon 0.32 1868.72 597.989 ============================================================= @@ -967,7 +970,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=7.480000s Real=9.212906s Sys=0.020000s + User=7.310000s Real=7.439352s Sys=0.010000s =============== Run::PrintInfo() =============== RunID = 1 @@ -979,107 +982,107 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.00754382 - case= 1 forward electron 0.000622358 - case= 2 forward gamma 0.0061705 - case= 3 forward muon 1.33787e-06 - case= 4 forward neutrino 0.000144588 - case= 5 forward pion 9.86198e-05 - case= 6 forward neutron 0.000458059 - case= 7 forward proton 4.18818e-05 - case= 8 forward ion 3.50646e-07 - case= 9 forward otherMeson 5.76694e-06 - case= 10 forward otherBaryon 3.58521e-07 - case= 11 backward all 9.21779e-05 - case= 12 backward electron 2.4914e-06 - case= 13 backward gamma 3.27429e-05 + case= 0 forward all 0.00735924 + case= 1 forward electron 0.000620796 + case= 2 forward gamma 0.00602594 + case= 3 forward muon 2.20065e-06 + case= 4 forward neutrino 0.000143584 + case= 5 forward pion 9.67839e-05 + case= 6 forward neutron 0.000423082 + case= 7 forward proton 3.80487e-05 + case= 8 forward ion 1.24696e-06 + case= 9 forward otherMeson 7.06502e-06 + case= 10 forward otherBaryon 4.99987e-07 + case= 11 backward all 8.55331e-05 + case= 12 backward electron 1.00249e-06 + case= 13 backward gamma 3.38148e-05 case= 14 backward muon 0 - case= 15 backward neutrino 4.66727e-05 + case= 15 backward neutrino 4.069e-05 case= 16 backward pion 0 - case= 17 backward neutron 1.01058e-05 - case= 18 backward proton 1.65051e-07 + case= 17 backward neutron 1.00258e-05 + case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.00598654 - case= 23 below 20 MeV forward electron 0.000301259 - case= 24 below 20 MeV forward gamma 0.00540433 - case= 25 below 20 MeV forward muon 0 - case= 26 below 20 MeV forward neutrino 1.68258e-05 - case= 27 below 20 MeV forward pion 6.12632e-07 - case= 28 below 20 MeV forward neutron 0.000261423 - case= 29 below 20 MeV forward proton 1.91046e-06 - case= 30 below 20 MeV forward ion 1.80785e-07 - case= 31 below 20 MeV forward otherMeson 0 + case= 22 below 20 MeV forward all 0.0058407 + case= 23 below 20 MeV forward electron 0.000307005 + case= 24 below 20 MeV forward gamma 0.00527981 + case= 25 below 20 MeV forward muon 2.82101e-07 + case= 26 below 20 MeV forward neutrino 1.35324e-05 + case= 27 below 20 MeV forward pion 4.15143e-07 + case= 28 below 20 MeV forward neutron 0.000238894 + case= 29 below 20 MeV forward proton 5.74099e-07 + case= 30 below 20 MeV forward ion 0 + case= 31 below 20 MeV forward otherMeson 1.85363e-07 case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 4.33349e-05 - case= 34 below 20 MeV backward electron 1.77127e-06 - case= 35 below 20 MeV backward gamma 3.05064e-05 + case= 33 below 20 MeV backward all 4.24841e-05 + case= 34 below 20 MeV backward electron 6.7869e-07 + case= 35 below 20 MeV backward gamma 3.11502e-05 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 3.53036e-06 + case= 37 below 20 MeV backward neutrino 5.52631e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 7.5269e-06 + case= 39 below 20 MeV backward neutron 5.12886e-06 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.00155728 - case= 45 above 20 MeV forward electron 0.000321099 - case= 46 above 20 MeV forward gamma 0.000766167 - case= 47 above 20 MeV forward muon 1.33787e-06 - case= 48 above 20 MeV forward neutrino 0.000127762 - case= 49 above 20 MeV forward pion 9.80072e-05 - case= 50 above 20 MeV forward neutron 0.000196636 - case= 51 above 20 MeV forward proton 3.99713e-05 - case= 52 above 20 MeV forward ion 1.6986e-07 - case= 53 above 20 MeV forward otherMeson 5.76694e-06 - case= 54 above 20 MeV forward otherBaryon 3.58521e-07 - case= 55 above 20 MeV backward all 4.8843e-05 - case= 56 above 20 MeV backward electron 7.20132e-07 - case= 57 above 20 MeV backward gamma 2.23652e-06 + case= 44 above 20 MeV forward all 0.00151855 + case= 45 above 20 MeV forward electron 0.000313791 + case= 46 above 20 MeV forward gamma 0.000746127 + case= 47 above 20 MeV forward muon 1.91854e-06 + case= 48 above 20 MeV forward neutrino 0.000130052 + case= 49 above 20 MeV forward pion 9.63688e-05 + case= 50 above 20 MeV forward neutron 0.000184188 + case= 51 above 20 MeV forward proton 3.74746e-05 + case= 52 above 20 MeV forward ion 1.24696e-06 + case= 53 above 20 MeV forward otherMeson 6.87966e-06 + case= 54 above 20 MeV forward otherBaryon 4.99987e-07 + case= 55 above 20 MeV backward all 4.30491e-05 + case= 56 above 20 MeV backward electron 3.23799e-07 + case= 57 above 20 MeV backward gamma 2.66462e-06 case= 58 above 20 MeV backward muon 0 - case= 59 above 20 MeV backward neutrino 4.31424e-05 + case= 59 above 20 MeV backward neutrino 3.51637e-05 case= 60 above 20 MeV backward pion 0 - case= 61 above 20 MeV backward neutron 2.57891e-06 - case= 62 above 20 MeV backward proton 1.65051e-07 + case= 61 above 20 MeV backward neutron 4.89697e-06 + case= 62 above 20 MeV backward proton 0 case= 63 above 20 MeV backward ion 0 case= 64 above 20 MeV backward otherMeson 0 case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 15082.2 13.4347 202626 - case= 1 sphere electron 12862.9 2.41004 31000.2 - case= 2 sphere gamma 1483.55 27.3766 40614.6 - case= 3 sphere muon 3.22 39.8002 128.157 - case= 4 sphere neutrino 9.54 39.4056 375.929 - case= 5 sphere pion 41 2531.67 103799 - case= 6 sphere neutron 97.31 82.8832 8065.37 - case= 7 sphere proton 51.69 140.039 7238.64 - case= 8 sphere ion 529.49 1.73009 916.068 - case= 9 sphere otherMeson 2.81 3307.96 9295.36 - case= 10 sphere otherBaryon 0.67 1780.04 1192.62 - case= 11 sphere below 20 MeV all 14724.1 0.417289 6144.22 - case= 12 sphere below 20 MeV electron 12752.2 0.235334 3001.02 - case= 13 sphere below 20 MeV gamma 1360.07 1.40322 1908.48 - case= 14 sphere below 20 MeV muon 2.98 4.22534 12.5915 - case= 15 sphere below 20 MeV neutrino 0.92 14.5635 13.3984 - case= 16 sphere below 20 MeV pion 0.54 11.5955 6.26156 - case= 17 sphere below 20 MeV neutron 56.2 6.16879 346.686 - case= 18 sphere below 20 MeV proton 27.01 7.23761 195.488 - case= 19 sphere below 20 MeV ion 524.15 1.25801 659.385 - case= 20 sphere below 20 MeV otherMeson 0.06 10.3655 0.621931 - case= 21 sphere below 20 MeV otherBaryon 0.03 9.62077 0.288623 - case= 22 sphere above 20 MeV all 358.07 548.723 196481 - case= 23 sphere above 20 MeV electron 110.75 252.814 27999.2 - case= 24 sphere above 20 MeV gamma 123.48 313.46 38706.1 - case= 25 sphere above 20 MeV muon 0.24 481.521 115.565 - case= 26 sphere above 20 MeV neutrino 8.62 42.0569 362.531 - case= 27 sphere above 20 MeV pion 40.46 2565.31 103792 - case= 28 sphere above 20 MeV neutron 41.11 187.757 7718.68 - case= 29 sphere above 20 MeV proton 24.68 285.379 7043.15 - case= 30 sphere above 20 MeV ion 5.34 48.0679 256.683 - case= 31 sphere above 20 MeV otherMeson 2.75 3379.91 9294.74 - case= 32 sphere above 20 MeV otherBaryon 0.64 1863.03 1192.34 + case= 0 sphere all 14860.5 13.1989 196141 + case= 1 sphere electron 12686.9 2.32638 29514.6 + case= 2 sphere gamma 1464.24 25.2537 36977.5 + case= 3 sphere muon 3.13 43.432 135.942 + case= 4 sphere neutrino 9.13 38.8525 354.723 + case= 5 sphere pion 39.63 2640.41 104640 + case= 6 sphere neutron 91.91 80.6489 7412.44 + case= 7 sphere proton 49.12 136.168 6688.59 + case= 8 sphere ion 513.37 1.83445 941.753 + case= 9 sphere otherMeson 2.48 3685.92 9141.08 + case= 10 sphere otherBaryon 0.51 656.89 335.014 + case= 11 sphere below 20 MeV all 14511.1 0.418965 6079.63 + case= 12 sphere below 20 MeV electron 12577.8 0.238114 2994.95 + case= 13 sphere below 20 MeV gamma 1342.81 1.41563 1900.92 + case= 14 sphere below 20 MeV muon 2.81 4.14741 11.6542 + case= 15 sphere below 20 MeV neutrino 0.96 14.8038 14.2117 + case= 16 sphere below 20 MeV pion 0.54 11.7089 6.32281 + case= 17 sphere below 20 MeV neutron 54.57 6.19489 338.055 + case= 18 sphere below 20 MeV proton 24.13 7.27558 175.56 + case= 19 sphere below 20 MeV ion 507.41 1.25593 637.27 + case= 20 sphere below 20 MeV otherMeson 0.05 11.5806 0.579031 + case= 21 sphere below 20 MeV otherBaryon 0.01 10.7325 0.107325 + case= 22 sphere above 20 MeV all 349.4 543.965 190061 + case= 23 sphere above 20 MeV electron 109.17 242.921 26519.7 + case= 24 sphere above 20 MeV gamma 121.43 288.862 35076.5 + case= 25 sphere above 20 MeV muon 0.32 388.399 124.288 + case= 26 sphere above 20 MeV neutrino 8.17 41.6783 340.512 + case= 27 sphere above 20 MeV pion 39.09 2676.73 104633 + case= 28 sphere above 20 MeV neutron 37.34 189.459 7074.38 + case= 29 sphere above 20 MeV proton 24.99 260.625 6513.03 + case= 30 sphere above 20 MeV ion 5.96 51.0878 304.483 + case= 31 sphere above 20 MeV otherMeson 2.43 3761.52 9140.5 + case= 32 sphere above 20 MeV otherBaryon 0.5 669.813 334.907 ============================================================= @@ -1143,7 +1146,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=9.930000s Real=10.335681s Sys=0.020000s + User=10.000000s Real=10.216077s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 2 @@ -1155,107 +1158,107 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.0102879 - case= 1 forward electron 0.000653464 - case= 2 forward gamma 0.00837262 - case= 3 forward muon 1.67294e-06 - case= 4 forward neutrino 0.000113862 - case= 5 forward pion 9.56515e-05 - case= 6 forward neutron 0.00100769 - case= 7 forward proton 3.49958e-05 - case= 8 forward ion 0 - case= 9 forward otherMeson 7.61981e-06 - case= 10 forward otherBaryon 3.15763e-07 - case= 11 backward all 0.00022426 - case= 12 backward electron 8.31216e-07 - case= 13 backward gamma 1.29959e-05 + case= 0 forward all 0.00971702 + case= 1 forward electron 0.000640262 + case= 2 forward gamma 0.00783211 + case= 3 forward muon 1.61831e-06 + case= 4 forward neutrino 0.000123199 + case= 5 forward pion 9.9357e-05 + case= 6 forward neutron 0.000976031 + case= 7 forward proton 3.47659e-05 + case= 8 forward ion 3.34764e-07 + case= 9 forward otherMeson 9.15989e-06 + case= 10 forward otherBaryon 1.85332e-07 + case= 11 backward all 0.000185509 + case= 12 backward electron 1.22281e-06 + case= 13 backward gamma 1.42909e-05 case= 14 backward muon 0 - case= 15 backward neutrino 3.22407e-05 + case= 15 backward neutrino 2.81427e-05 case= 16 backward pion 0 - case= 17 backward neutron 0.000178192 + case= 17 backward neutron 0.000141853 case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.00898603 - case= 23 below 20 MeV forward electron 0.000406086 - case= 24 below 20 MeV forward gamma 0.00772512 + case= 22 below 20 MeV forward all 0.00842302 + case= 23 below 20 MeV forward electron 0.000394465 + case= 24 below 20 MeV forward gamma 0.00721876 case= 25 below 20 MeV forward muon 0 - case= 26 below 20 MeV forward neutrino 9.09267e-06 - case= 27 below 20 MeV forward pion 2.74007e-07 - case= 28 below 20 MeV forward neutron 0.000844406 - case= 29 below 20 MeV forward proton 4.99338e-07 + case= 26 below 20 MeV forward neutrino 1.22589e-05 + case= 27 below 20 MeV forward pion 1.64514e-07 + case= 28 below 20 MeV forward neutron 0.000796761 + case= 29 below 20 MeV forward proton 2.56778e-07 case= 30 below 20 MeV forward ion 0 - case= 31 below 20 MeV forward otherMeson 5.50601e-07 + case= 31 below 20 MeV forward otherMeson 3.50683e-07 case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 0.000188996 - case= 34 below 20 MeV backward electron 8.31216e-07 - case= 35 below 20 MeV backward gamma 1.28275e-05 + case= 33 below 20 MeV backward all 0.000155628 + case= 34 below 20 MeV backward electron 1.22281e-06 + case= 35 below 20 MeV backward gamma 1.41239e-05 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 2.2393e-06 + case= 37 below 20 MeV backward neutrino 2.06971e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 0.000173098 + case= 39 below 20 MeV backward neutron 0.000138212 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.00130186 - case= 45 above 20 MeV forward electron 0.000247377 - case= 46 above 20 MeV forward gamma 0.000647501 - case= 47 above 20 MeV forward muon 1.67294e-06 - case= 48 above 20 MeV forward neutrino 0.00010477 - case= 49 above 20 MeV forward pion 9.53775e-05 - case= 50 above 20 MeV forward neutron 0.000163283 - case= 51 above 20 MeV forward proton 3.44965e-05 - case= 52 above 20 MeV forward ion 0 - case= 53 above 20 MeV forward otherMeson 7.06921e-06 - case= 54 above 20 MeV forward otherBaryon 3.15763e-07 - case= 55 above 20 MeV backward all 3.5264e-05 + case= 44 above 20 MeV forward all 0.001294 + case= 45 above 20 MeV forward electron 0.000245797 + case= 46 above 20 MeV forward gamma 0.000613348 + case= 47 above 20 MeV forward muon 1.61831e-06 + case= 48 above 20 MeV forward neutrino 0.00011094 + case= 49 above 20 MeV forward pion 9.91925e-05 + case= 50 above 20 MeV forward neutron 0.000179271 + case= 51 above 20 MeV forward proton 3.45092e-05 + case= 52 above 20 MeV forward ion 3.34764e-07 + case= 53 above 20 MeV forward otherMeson 8.80921e-06 + case= 54 above 20 MeV forward otherBaryon 1.85332e-07 + case= 55 above 20 MeV backward all 2.98814e-05 case= 56 above 20 MeV backward electron 0 - case= 57 above 20 MeV backward gamma 1.68475e-07 + case= 57 above 20 MeV backward gamma 1.67006e-07 case= 58 above 20 MeV backward muon 0 - case= 59 above 20 MeV backward neutrino 3.00014e-05 + case= 59 above 20 MeV backward neutrino 2.6073e-05 case= 60 above 20 MeV backward pion 0 - case= 61 above 20 MeV backward neutron 5.09416e-06 + case= 61 above 20 MeV backward neutron 3.64132e-06 case= 62 above 20 MeV backward proton 0 case= 63 above 20 MeV backward ion 0 case= 64 above 20 MeV backward otherMeson 0 case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 20380.4 10.3038 209996 - case= 1 sphere electron 16355.9 2.50931 41042 - case= 2 sphere gamma 3484.06 12.957 45143 - case= 3 sphere muon 2.57 37.5592 96.5272 - case= 4 sphere neutrino 7.52 38.1014 286.523 - case= 5 sphere pion 32.62 2988.38 97481.1 - case= 6 sphere neutron 110.98 52.557 5832.78 - case= 7 sphere proton 74.9 83.7055 6269.54 - case= 8 sphere ion 308.53 1.41037 435.141 - case= 9 sphere otherMeson 2.7 4309.3 11635.1 - case= 10 sphere otherBaryon 0.68 2609.6 1774.53 - case= 11 sphere below 20 MeV all 19900.5 0.552254 10990.1 - case= 12 sphere below 20 MeV electron 16166.2 0.360762 5832.17 - case= 13 sphere below 20 MeV gamma 3293.44 1.26393 4162.66 - case= 14 sphere below 20 MeV muon 2.27 4.20337 9.54164 - case= 15 sphere below 20 MeV neutrino 0.58 15.1994 8.81567 - case= 16 sphere below 20 MeV pion 0.68 11.7755 8.00737 - case= 17 sphere below 20 MeV neutron 81.14 4.3359 351.815 - case= 18 sphere below 20 MeV proton 51.05 6.41088 327.276 - case= 19 sphere below 20 MeV ion 304.97 0.945395 288.317 - case= 20 sphere below 20 MeV otherMeson 0.11 10.5398 1.15938 - case= 21 sphere below 20 MeV otherBaryon 0.03 12.0017 0.360052 - case= 22 sphere above 20 MeV all 479.94 414.648 199006 - case= 23 sphere above 20 MeV electron 189.65 185.657 35209.8 - case= 24 sphere above 20 MeV gamma 190.62 214.984 40980.3 - case= 25 sphere above 20 MeV muon 0.3 289.952 86.9856 - case= 26 sphere above 20 MeV neutrino 6.94 40.0154 277.707 - case= 27 sphere above 20 MeV pion 31.94 3051.75 97473 - case= 28 sphere above 20 MeV neutron 29.84 183.678 5480.96 - case= 29 sphere above 20 MeV proton 23.85 249.152 5942.27 - case= 30 sphere above 20 MeV ion 3.56 41.2426 146.824 - case= 31 sphere above 20 MeV otherMeson 2.59 4491.87 11633.9 - case= 32 sphere above 20 MeV otherBaryon 0.65 2729.49 1774.17 + case= 0 sphere all 17703.6 11.0995 196502 + case= 1 sphere electron 14151 2.56637 36316.7 + case= 2 sphere gamma 3057.24 13.092 40025.4 + case= 3 sphere muon 2.49 46.7859 116.497 + case= 4 sphere neutrino 7.25 42.6286 309.057 + case= 5 sphere pion 30.95 3149.23 97468.7 + case= 6 sphere neutron 101.5 57.398 5825.9 + case= 7 sphere proton 68.76 78.2946 5383.54 + case= 8 sphere ion 281.21 1.57478 442.845 + case= 9 sphere otherMeson 2.77 3652.73 10118.1 + case= 10 sphere otherBaryon 0.42 1178.76 495.08 + case= 11 sphere below 20 MeV all 17273.6 0.560814 9687.27 + case= 12 sphere below 20 MeV electron 13985.2 0.364784 5101.57 + case= 13 sphere below 20 MeV gamma 2888.46 1.27343 3678.25 + case= 14 sphere below 20 MeV muon 2.2 4.22111 9.28645 + case= 15 sphere below 20 MeV neutrino 0.64 14.7703 9.45297 + case= 16 sphere below 20 MeV pion 0.3 11.2309 3.36927 + case= 17 sphere below 20 MeV neutron 71.91 4.28075 307.829 + case= 18 sphere below 20 MeV proton 47.2 6.40372 302.256 + case= 19 sphere below 20 MeV ion 277.63 0.990046 274.866 + case= 20 sphere below 20 MeV otherMeson 0.06 6.47224 0.388335 + case= 21 sphere below 20 MeV otherBaryon 0 0 0 + case= 22 sphere above 20 MeV all 430.03 434.422 186815 + case= 23 sphere above 20 MeV electron 165.84 188.225 31215.2 + case= 24 sphere above 20 MeV gamma 168.78 215.352 36347.2 + case= 25 sphere above 20 MeV muon 0.29 369.691 107.21 + case= 26 sphere above 20 MeV neutrino 6.61 45.3259 299.604 + case= 27 sphere above 20 MeV pion 30.65 3179.95 97465.3 + case= 28 sphere above 20 MeV neutron 29.59 186.484 5518.07 + case= 29 sphere above 20 MeV proton 21.56 235.681 5081.28 + case= 30 sphere above 20 MeV ion 3.58 46.9214 167.979 + case= 31 sphere above 20 MeV otherMeson 2.71 3733.46 10117.7 + case= 32 sphere above 20 MeV otherBaryon 0.42 1178.76 495.08 ============================================================= @@ -1324,7 +1327,7 @@ Index : 4 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=4.340000s Real=4.543385s Sys=0.010000s + User=5.430000s Real=5.614546s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 3 @@ -1336,107 +1339,107 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.00858423 - case= 1 forward electron 0.000610375 - case= 2 forward gamma 0.00678891 - case= 3 forward muon 2.29311e-06 - case= 4 forward neutrino 3.94083e-05 - case= 5 forward pion 9.56865e-05 - case= 6 forward neutron 0.00101493 - case= 7 forward proton 2.55324e-05 + case= 0 forward all 0.00748894 + case= 1 forward electron 0.000529007 + case= 2 forward gamma 0.00598056 + case= 3 forward muon 1.99679e-06 + case= 4 forward neutrino 3.78086e-05 + case= 5 forward pion 7.96993e-05 + case= 6 forward neutron 0.000831227 + case= 7 forward proton 2.18181e-05 case= 8 forward ion 0 - case= 9 forward otherMeson 6.44901e-06 - case= 10 forward otherBaryon 6.4536e-07 - case= 11 backward all 0.000215236 - case= 12 backward electron 1.81288e-06 - case= 13 backward gamma 3.95721e-05 - case= 14 backward muon 1.63306e-07 - case= 15 backward neutrino 1.27534e-05 - case= 16 backward pion 0 - case= 17 backward neutron 0.000160934 + case= 9 forward otherMeson 6.34005e-06 + case= 10 forward otherBaryon 4.79628e-07 + case= 11 backward all 0.000223423 + case= 12 backward electron 1.94891e-07 + case= 13 backward gamma 3.96706e-05 + case= 14 backward muon 0 + case= 15 backward neutrino 9.17376e-06 + case= 16 backward pion 3.76528e-07 + case= 17 backward neutron 0.000174007 case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.00745993 - case= 23 below 20 MeV forward electron 0.00035596 - case= 24 below 20 MeV forward gamma 0.00622832 - case= 25 below 20 MeV forward muon 1.7878e-07 - case= 26 below 20 MeV forward neutrino 3.79642e-06 - case= 27 below 20 MeV forward pion 1.27414e-06 - case= 28 below 20 MeV forward neutron 0.00086944 - case= 29 below 20 MeV forward proton 9.57121e-07 + case= 22 below 20 MeV forward all 0.00655868 + case= 23 below 20 MeV forward electron 0.000309834 + case= 24 below 20 MeV forward gamma 0.00552289 + case= 25 below 20 MeV forward muon 0 + case= 26 below 20 MeV forward neutrino 2.38787e-06 + case= 27 below 20 MeV forward pion 5.53529e-07 + case= 28 below 20 MeV forward neutron 0.000722802 + case= 29 below 20 MeV forward proton 2.19139e-07 case= 30 below 20 MeV forward ion 0 case= 31 below 20 MeV forward otherMeson 0 case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 0.000195431 - case= 34 below 20 MeV backward electron 1.61182e-06 - case= 35 below 20 MeV backward gamma 3.9072e-05 + case= 33 below 20 MeV backward all 0.000208708 + case= 34 below 20 MeV backward electron 1.94891e-07 + case= 35 below 20 MeV backward gamma 3.90149e-05 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 1.38212e-06 + case= 37 below 20 MeV backward neutrino 1.25511e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 0.000153365 + case= 39 below 20 MeV backward neutron 0.000168243 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.0011243 - case= 45 above 20 MeV forward electron 0.000254415 - case= 46 above 20 MeV forward gamma 0.000560589 - case= 47 above 20 MeV forward muon 2.11433e-06 - case= 48 above 20 MeV forward neutrino 3.56119e-05 - case= 49 above 20 MeV forward pion 9.44124e-05 - case= 50 above 20 MeV forward neutron 0.000145485 - case= 51 above 20 MeV forward proton 2.45753e-05 + case= 44 above 20 MeV forward all 0.000930257 + case= 45 above 20 MeV forward electron 0.000219173 + case= 46 above 20 MeV forward gamma 0.000457676 + case= 47 above 20 MeV forward muon 1.99679e-06 + case= 48 above 20 MeV forward neutrino 3.54207e-05 + case= 49 above 20 MeV forward pion 7.91458e-05 + case= 50 above 20 MeV forward neutron 0.000108425 + case= 51 above 20 MeV forward proton 2.1599e-05 case= 52 above 20 MeV forward ion 0 - case= 53 above 20 MeV forward otherMeson 6.44901e-06 - case= 54 above 20 MeV forward otherBaryon 6.4536e-07 - case= 55 above 20 MeV backward all 1.98046e-05 - case= 56 above 20 MeV backward electron 2.01066e-07 - case= 57 above 20 MeV backward gamma 5.0012e-07 - case= 58 above 20 MeV backward muon 1.63306e-07 - case= 59 above 20 MeV backward neutrino 1.13713e-05 - case= 60 above 20 MeV backward pion 0 - case= 61 above 20 MeV backward neutron 7.56873e-06 + case= 53 above 20 MeV forward otherMeson 6.34005e-06 + case= 54 above 20 MeV forward otherBaryon 4.79628e-07 + case= 55 above 20 MeV backward all 1.47149e-05 + case= 56 above 20 MeV backward electron 0 + case= 57 above 20 MeV backward gamma 6.55704e-07 + case= 58 above 20 MeV backward muon 0 + case= 59 above 20 MeV backward neutrino 7.91865e-06 + case= 60 above 20 MeV backward pion 3.76528e-07 + case= 61 above 20 MeV backward neutron 5.76404e-06 case= 62 above 20 MeV backward proton 0 case= 63 above 20 MeV backward ion 0 case= 64 above 20 MeV backward otherMeson 0 case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 7202.13 19.7811 142466 - case= 1 sphere electron 5321.88 3.84967 20487.5 - case= 2 sphere gamma 1589.48 16.1801 25717.9 - case= 3 sphere muon 0.98 383.374 375.706 - case= 4 sphere neutrino 2.65 105.265 278.953 - case= 5 sphere pion 18.87 4313.06 81387.4 - case= 6 sphere neutron 87.02 43.4431 3780.42 - case= 7 sphere proton 19.75 127.468 2517.48 - case= 8 sphere ion 159.57 1.26517 201.884 - case= 9 sphere otherMeson 1.66 4326.26 7181.6 - case= 10 sphere otherBaryon 0.27 1990.58 537.458 - case= 11 sphere below 20 MeV all 6973.48 0.649151 4526.84 - case= 12 sphere below 20 MeV electron 5240.76 0.420975 2206.23 - case= 13 sphere below 20 MeV gamma 1492.82 1.24777 1862.69 - case= 14 sphere below 20 MeV muon 0.78 4.11981 3.21345 - case= 15 sphere below 20 MeV neutrino 0.24 14.7398 3.53755 - case= 16 sphere below 20 MeV pion 0.27 12.7878 3.4527 - case= 17 sphere below 20 MeV neutron 70.82 3.60312 255.173 - case= 18 sphere below 20 MeV proton 10.19 8.00326 81.5532 - case= 19 sphere below 20 MeV ion 157.57 0.702284 110.659 - case= 20 sphere below 20 MeV otherMeson 0.02 14.6478 0.292957 - case= 21 sphere below 20 MeV otherBaryon 0.01 3.57997 0.0357997 - case= 22 sphere above 20 MeV all 228.65 603.278 137939 - case= 23 sphere above 20 MeV electron 81.12 225.361 18281.3 - case= 24 sphere above 20 MeV gamma 96.66 246.795 23855.2 - case= 25 sphere above 20 MeV muon 0.2 1862.46 372.493 - case= 26 sphere above 20 MeV neutrino 2.41 114.28 275.415 - case= 27 sphere above 20 MeV pion 18.6 4375.48 81383.9 - case= 28 sphere above 20 MeV neutron 16.2 217.608 3525.25 - case= 29 sphere above 20 MeV proton 9.56 254.804 2435.93 - case= 30 sphere above 20 MeV ion 2 45.6125 91.225 - case= 31 sphere above 20 MeV otherMeson 1.64 4378.85 7181.31 - case= 32 sphere above 20 MeV otherBaryon 0.26 2067.01 537.422 + case= 0 sphere all 6330.48 20.729 131224 + case= 1 sphere electron 4679.25 3.9401 18436.7 + case= 2 sphere gamma 1394.65 16.4402 22928.3 + case= 3 sphere muon 0.84 59.1677 49.7009 + case= 4 sphere neutrino 2.29 41.0175 93.9301 + case= 5 sphere pion 16.33 4811.31 78568.6 + case= 6 sphere neutron 76.69 37.3691 2865.84 + case= 7 sphere proton 16.84 129.543 2181.5 + case= 8 sphere ion 141.96 1.22488 173.884 + case= 9 sphere otherMeson 1.38 3904.6 5388.35 + case= 10 sphere otherBaryon 0.25 2149.68 537.421 + case= 11 sphere below 20 MeV all 6133.67 0.651728 3997.48 + case= 12 sphere below 20 MeV electron 4608.11 0.42343 1951.21 + case= 13 sphere below 20 MeV gamma 1312.6 1.25533 1647.75 + case= 14 sphere below 20 MeV muon 0.68 4.2668 2.90142 + case= 15 sphere below 20 MeV neutrino 0.19 14.5774 2.76971 + case= 16 sphere below 20 MeV pion 0.19 12.5094 2.37679 + case= 17 sphere below 20 MeV neutron 63.03 3.57462 225.308 + case= 18 sphere below 20 MeV proton 8.44 8.03327 67.8008 + case= 19 sphere below 20 MeV ion 140.42 0.692998 97.3108 + case= 20 sphere below 20 MeV otherMeson 0 0 0 + case= 21 sphere below 20 MeV otherBaryon 0.01 5.94547 0.0594547 + case= 22 sphere above 20 MeV all 196.81 646.445 127227 + case= 23 sphere above 20 MeV electron 71.14 231.733 16485.5 + case= 24 sphere above 20 MeV gamma 82.05 259.361 21280.5 + case= 25 sphere above 20 MeV muon 0.16 292.497 46.7995 + case= 26 sphere above 20 MeV neutrino 2.1 43.4097 91.1603 + case= 27 sphere above 20 MeV pion 16.14 4867.8 78566.3 + case= 28 sphere above 20 MeV neutron 13.66 193.304 2640.53 + case= 29 sphere above 20 MeV proton 8.4 251.631 2113.7 + case= 30 sphere above 20 MeV ion 1.54 49.723 76.5734 + case= 31 sphere above 20 MeV otherMeson 1.38 3904.6 5388.35 + case= 32 sphere above 20 MeV otherBaryon 0.24 2239.01 537.361 ============================================================= @@ -1510,7 +1513,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=37.290000s Real=38.591940s Sys=0.020000s + User=38.260000s Real=39.205093s Sys=0.020000s =============== Run::PrintInfo() =============== RunID = 4 @@ -1522,107 +1525,107 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.00382707 - case= 1 forward electron 7.25345e-05 - case= 2 forward gamma 0.00150168 - case= 3 forward muon 1.69938e-07 - case= 4 forward neutrino 0.000229858 - case= 5 forward pion 2.13633e-05 - case= 6 forward neutron 0.00198811 - case= 7 forward proton 1.09734e-05 - case= 8 forward ion 4.57385e-07 - case= 9 forward otherMeson 1.65745e-06 - case= 10 forward otherBaryon 2.71313e-07 - case= 11 backward all 0.000161223 + case= 0 forward all 0.00332915 + case= 1 forward electron 5.21464e-05 + case= 2 forward gamma 0.00102727 + case= 3 forward muon 5.57276e-07 + case= 4 forward neutrino 0.000228039 + case= 5 forward pion 1.87654e-05 + case= 6 forward neutron 0.00198778 + case= 7 forward proton 1.25326e-05 + case= 8 forward ion 0 + case= 9 forward otherMeson 1.7289e-06 + case= 10 forward otherBaryon 3.28134e-07 + case= 11 backward all 0.000161423 case= 12 backward electron 0 - case= 13 backward gamma 4.07396e-06 + case= 13 backward gamma 5.14624e-06 case= 14 backward muon 0 - case= 15 backward neutrino 8.69714e-05 + case= 15 backward neutrino 8.58177e-05 case= 16 backward pion 0 - case= 17 backward neutron 7.01772e-05 + case= 17 backward neutron 7.0459e-05 case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.00339632 - case= 23 below 20 MeV forward electron 4.83704e-05 - case= 24 below 20 MeV forward gamma 0.00145005 + case= 22 below 20 MeV forward all 0.00291202 + case= 23 below 20 MeV forward electron 3.4471e-05 + case= 24 below 20 MeV forward gamma 0.000990104 case= 25 below 20 MeV forward muon 0 - case= 26 below 20 MeV forward neutrino 1.57644e-05 + case= 26 below 20 MeV forward neutrino 2.10884e-05 case= 27 below 20 MeV forward pion 0 - case= 28 below 20 MeV forward neutron 0.00188198 - case= 29 below 20 MeV forward proton 1.58137e-07 + case= 28 below 20 MeV forward neutron 0.00186597 + case= 29 below 20 MeV forward proton 2.22857e-07 case= 30 below 20 MeV forward ion 0 case= 31 below 20 MeV forward otherMeson 0 - case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 8.13699e-05 + case= 32 below 20 MeV forward otherBaryon 1.70559e-07 + case= 33 below 20 MeV backward all 8.44861e-05 case= 34 below 20 MeV backward electron 0 - case= 35 below 20 MeV backward gamma 4.07396e-06 + case= 35 below 20 MeV backward gamma 5.14624e-06 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 8.11605e-06 + case= 37 below 20 MeV backward neutrino 9.21548e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 6.91799e-05 + case= 39 below 20 MeV backward neutron 7.01244e-05 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.000430748 - case= 45 above 20 MeV forward electron 2.41641e-05 - case= 46 above 20 MeV forward gamma 5.16254e-05 - case= 47 above 20 MeV forward muon 1.69938e-07 - case= 48 above 20 MeV forward neutrino 0.000214094 - case= 49 above 20 MeV forward pion 2.13633e-05 - case= 50 above 20 MeV forward neutron 0.000106131 - case= 51 above 20 MeV forward proton 1.08153e-05 - case= 52 above 20 MeV forward ion 4.57385e-07 - case= 53 above 20 MeV forward otherMeson 1.65745e-06 - case= 54 above 20 MeV forward otherBaryon 2.71313e-07 - case= 55 above 20 MeV backward all 7.98527e-05 + case= 44 above 20 MeV forward all 0.000417125 + case= 45 above 20 MeV forward electron 1.76754e-05 + case= 46 above 20 MeV forward gamma 3.71643e-05 + case= 47 above 20 MeV forward muon 5.57276e-07 + case= 48 above 20 MeV forward neutrino 0.00020695 + case= 49 above 20 MeV forward pion 1.87654e-05 + case= 50 above 20 MeV forward neutron 0.000121816 + case= 51 above 20 MeV forward proton 1.23098e-05 + case= 52 above 20 MeV forward ion 0 + case= 53 above 20 MeV forward otherMeson 1.7289e-06 + case= 54 above 20 MeV forward otherBaryon 1.57575e-07 + case= 55 above 20 MeV backward all 7.69368e-05 case= 56 above 20 MeV backward electron 0 case= 57 above 20 MeV backward gamma 0 case= 58 above 20 MeV backward muon 0 - case= 59 above 20 MeV backward neutrino 7.88553e-05 + case= 59 above 20 MeV backward neutrino 7.66022e-05 case= 60 above 20 MeV backward pion 0 - case= 61 above 20 MeV backward neutron 9.97338e-07 + case= 61 above 20 MeV backward neutron 3.34629e-07 case= 62 above 20 MeV backward proton 0 case= 63 above 20 MeV backward ion 0 case= 64 above 20 MeV backward otherMeson 0 case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 57811.5 5.17734 299310 - case= 1 sphere electron 43272.7 1.67955 72678.5 - case= 2 sphere gamma 12170.3 5.85463 71252.6 - case= 3 sphere muon 5.88 21.0797 123.949 - case= 4 sphere neutrino 17.54 38.0397 667.217 - case= 5 sphere pion 58.28 1940.12 113070 - case= 6 sphere neutron 880.7 18.4442 16243.8 - case= 7 sphere proton 190.91 63.5317 12128.8 - case= 8 sphere ion 1209.63 0.872905 1055.89 - case= 9 sphere otherMeson 4.48 2607.1 11679.8 - case= 10 sphere otherBaryon 1.11 368.374 408.895 - case= 11 sphere below 20 MeV all 56767.5 0.654148 37134.4 - case= 12 sphere below 20 MeV electron 42863 0.44523 19083.9 - case= 13 sphere below 20 MeV gamma 11802.2 1.22652 14475.6 - case= 14 sphere below 20 MeV muon 5.33 4.16252 22.1862 - case= 15 sphere below 20 MeV neutrino 1.35 13.9786 18.8711 - case= 16 sphere below 20 MeV pion 1.27 11.3086 14.362 - case= 17 sphere below 20 MeV neutron 768.49 2.51955 1936.25 - case= 18 sphere below 20 MeV proton 125.44 7.94879 997.097 - case= 19 sphere below 20 MeV ion 1200.21 0.486687 584.126 - case= 20 sphere below 20 MeV otherMeson 0.18 7.16304 1.28935 - case= 21 sphere below 20 MeV otherBaryon 0.05 13.6109 0.680545 - case= 22 sphere above 20 MeV all 1043.99 251.128 262175 - case= 23 sphere above 20 MeV electron 409.72 130.808 53594.6 - case= 24 sphere above 20 MeV gamma 368.06 154.26 56777 - case= 25 sphere above 20 MeV muon 0.55 185.023 101.763 - case= 26 sphere above 20 MeV neutrino 16.19 40.0461 648.346 - case= 27 sphere above 20 MeV pion 57.01 1983.09 113056 - case= 28 sphere above 20 MeV neutron 112.21 127.507 14307.6 - case= 29 sphere above 20 MeV proton 65.47 170.028 11131.7 - case= 30 sphere above 20 MeV ion 9.42 50.0812 471.765 - case= 31 sphere above 20 MeV otherMeson 4.3 2715.93 11678.5 - case= 32 sphere above 20 MeV otherBaryon 1.06 385.108 408.215 + case= 0 sphere all 59391.3 5.21522 309739 + case= 1 sphere electron 44540.2 1.72116 76660.9 + case= 2 sphere gamma 12518.2 6.01569 75305.5 + case= 3 sphere muon 5.75 17.4313 100.23 + case= 4 sphere neutrino 17.16 36.1053 619.567 + case= 5 sphere pion 56.97 1983.82 113018 + case= 6 sphere neutron 867.68 18.4861 16040 + case= 7 sphere proton 187.84 70.4916 13241.1 + case= 8 sphere ion 1191.88 0.877259 1045.59 + case= 9 sphere otherMeson 4.27 2621.63 11194.4 + case= 10 sphere otherBaryon 1.4 1795.14 2513.19 + case= 11 sphere below 20 MeV all 58320.3 0.651051 37969.5 + case= 12 sphere below 20 MeV electron 44113.9 0.445467 19651.3 + case= 13 sphere below 20 MeV gamma 12136.5 1.22267 14838.9 + case= 14 sphere below 20 MeV muon 5.36 4.11981 22.0822 + case= 15 sphere below 20 MeV neutrino 1.69 14.9126 25.2024 + case= 16 sphere below 20 MeV pion 1.04 12.2708 12.7617 + case= 17 sphere below 20 MeV neutron 757.11 2.50766 1898.58 + case= 18 sphere below 20 MeV proton 121.59 7.86634 956.468 + case= 19 sphere below 20 MeV ion 1182.91 0.475343 562.288 + case= 20 sphere below 20 MeV otherMeson 0.16 7.55288 1.20846 + case= 21 sphere below 20 MeV otherBaryon 0.07 10.6504 0.74553 + case= 22 sphere above 20 MeV all 1070.99 253.755 271769 + case= 23 sphere above 20 MeV electron 426.3 133.731 57009.6 + case= 24 sphere above 20 MeV gamma 381.67 158.426 60466.6 + case= 25 sphere above 20 MeV muon 0.39 200.379 78.1477 + case= 26 sphere above 20 MeV neutrino 15.47 38.4204 594.364 + case= 27 sphere above 20 MeV pion 55.93 2020.48 113005 + case= 28 sphere above 20 MeV neutron 110.57 127.896 14141.5 + case= 29 sphere above 20 MeV proton 66.25 185.429 12284.7 + case= 30 sphere above 20 MeV ion 8.97 53.8795 483.299 + case= 31 sphere above 20 MeV otherMeson 4.11 2723.4 11193.2 + case= 32 sphere above 20 MeV otherBaryon 1.33 1889.06 2512.45 ============================================================= @@ -1701,7 +1704,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=36.190000s Real=37.221825s Sys=0.030000s + User=38.360000s Real=39.585954s Sys=0.030000s =============== Run::PrintInfo() =============== RunID = 5 @@ -1713,107 +1716,107 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.0017022 - case= 1 forward electron 2.50488e-05 - case= 2 forward gamma 0.000574466 - case= 3 forward muon 3.15184e-07 - case= 4 forward neutrino 0.000235135 - case= 5 forward pion 1.23071e-05 - case= 6 forward neutron 0.000844109 - case= 7 forward proton 8.93511e-06 - case= 8 forward ion 1.71513e-07 - case= 9 forward otherMeson 1.71663e-06 - case= 10 forward otherBaryon 0 - case= 11 backward all 9.17584e-05 + case= 0 forward all 0.00205144 + case= 1 forward electron 2.90247e-05 + case= 2 forward gamma 0.000836684 + case= 3 forward muon 0 + case= 4 forward neutrino 0.000243769 + case= 5 forward pion 1.52817e-05 + case= 6 forward neutron 0.000914431 + case= 7 forward proton 1.05002e-05 + case= 8 forward ion 2.02201e-07 + case= 9 forward otherMeson 1.2108e-06 + case= 10 forward otherBaryon 3.3863e-07 + case= 11 backward all 0.000104292 case= 12 backward electron 0 - case= 13 backward gamma 5.73161e-07 + case= 13 backward gamma 4.5779e-07 case= 14 backward muon 0 - case= 15 backward neutrino 8.89335e-05 + case= 15 backward neutrino 0.000102652 case= 16 backward pion 0 - case= 17 backward neutron 2.25165e-06 + case= 17 backward neutron 1.18229e-06 case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.00134974 - case= 23 below 20 MeV forward electron 1.6551e-05 - case= 24 below 20 MeV forward gamma 0.00056105 + case= 22 below 20 MeV forward all 0.00167682 + case= 23 below 20 MeV forward electron 2.16551e-05 + case= 24 below 20 MeV forward gamma 0.000819232 case= 25 below 20 MeV forward muon 0 - case= 26 below 20 MeV forward neutrino 1.92779e-05 - case= 27 below 20 MeV forward pion 1.76388e-07 - case= 28 below 20 MeV forward neutron 0.000752497 - case= 29 below 20 MeV forward proton 1.86387e-07 + case= 26 below 20 MeV forward neutrino 2.40524e-05 + case= 27 below 20 MeV forward pion 3.23503e-07 + case= 28 below 20 MeV forward neutron 0.000809828 + case= 29 below 20 MeV forward proton 1.72669e-06 case= 30 below 20 MeV forward ion 0 case= 31 below 20 MeV forward otherMeson 0 case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 9.91294e-06 + case= 33 below 20 MeV backward all 8.27361e-06 case= 34 below 20 MeV backward electron 0 - case= 35 below 20 MeV backward gamma 5.73161e-07 + case= 35 below 20 MeV backward gamma 4.5779e-07 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 7.67684e-06 + case= 37 below 20 MeV backward neutrino 6.81273e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 1.66295e-06 + case= 39 below 20 MeV backward neutron 1.00309e-06 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.000352465 - case= 45 above 20 MeV forward electron 8.49776e-06 - case= 46 above 20 MeV forward gamma 1.34156e-05 - case= 47 above 20 MeV forward muon 3.15184e-07 - case= 48 above 20 MeV forward neutrino 0.000215857 - case= 49 above 20 MeV forward pion 1.21307e-05 - case= 50 above 20 MeV forward neutron 9.16115e-05 - case= 51 above 20 MeV forward proton 8.74872e-06 - case= 52 above 20 MeV forward ion 1.71513e-07 - case= 53 above 20 MeV forward otherMeson 1.71663e-06 - case= 54 above 20 MeV forward otherBaryon 0 - case= 55 above 20 MeV backward all 8.18454e-05 + case= 44 above 20 MeV forward all 0.000374624 + case= 45 above 20 MeV forward electron 7.36957e-06 + case= 46 above 20 MeV forward gamma 1.74516e-05 + case= 47 above 20 MeV forward muon 0 + case= 48 above 20 MeV forward neutrino 0.000219717 + case= 49 above 20 MeV forward pion 1.49582e-05 + case= 50 above 20 MeV forward neutron 0.000104603 + case= 51 above 20 MeV forward proton 8.7735e-06 + case= 52 above 20 MeV forward ion 2.02201e-07 + case= 53 above 20 MeV forward otherMeson 1.2108e-06 + case= 54 above 20 MeV forward otherBaryon 3.3863e-07 + case= 55 above 20 MeV backward all 9.60181e-05 case= 56 above 20 MeV backward electron 0 case= 57 above 20 MeV backward gamma 0 case= 58 above 20 MeV backward muon 0 - case= 59 above 20 MeV backward neutrino 8.12567e-05 + case= 59 above 20 MeV backward neutrino 9.58389e-05 case= 60 above 20 MeV backward pion 0 - case= 61 above 20 MeV backward neutron 5.88706e-07 + case= 61 above 20 MeV backward neutron 1.79195e-07 case= 62 above 20 MeV backward proton 0 case= 63 above 20 MeV backward ion 0 case= 64 above 20 MeV backward otherMeson 0 case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 63136 4.93475 311560 - case= 1 sphere electron 46791.8 1.59986 74860.3 - case= 2 sphere gamma 13911.1 5.28027 73454.4 - case= 3 sphere muon 6.03 88.4754 533.507 - case= 4 sphere neutrino 17.98 44.3749 797.861 - case= 5 sphere pion 58.82 1979.26 116420 - case= 6 sphere neutron 914.81 17.7026 16194.5 - case= 7 sphere proton 213.71 60.3612 12899.8 - case= 8 sphere ion 1215.7 0.941841 1145 - case= 9 sphere otherMeson 4.85 2925.14 14186.9 - case= 10 sphere otherBaryon 1.1 970.701 1067.77 - case= 11 sphere below 20 MeV all 62051.2 0.668023 41451.6 - case= 12 sphere below 20 MeV electron 46369.9 0.455608 21126.5 - case= 13 sphere below 20 MeV gamma 13530.5 1.21802 16480.4 - case= 14 sphere below 20 MeV muon 5.52 4.19142 23.1367 - case= 15 sphere below 20 MeV neutrino 1.53 14.7929 22.6331 - case= 16 sphere below 20 MeV pion 1.09 12.6788 13.8199 - case= 17 sphere below 20 MeV neutron 796.35 2.62577 2091.03 - case= 18 sphere below 20 MeV proton 140.71 8.12285 1142.97 - case= 19 sphere below 20 MeV ion 1205.24 0.454622 547.928 - case= 20 sphere below 20 MeV otherMeson 0.27 7.86953 2.12477 - case= 21 sphere below 20 MeV otherBaryon 0.08 13.7682 1.10145 - case= 22 sphere above 20 MeV all 1084.78 248.998 270108 - case= 23 sphere above 20 MeV electron 421.97 127.34 53733.8 - case= 24 sphere above 20 MeV gamma 380.6 149.695 56974 - case= 25 sphere above 20 MeV muon 0.51 1000.73 510.37 - case= 26 sphere above 20 MeV neutrino 16.45 47.1263 775.228 - case= 27 sphere above 20 MeV pion 57.73 2016.39 116406 - case= 28 sphere above 20 MeV neutron 118.46 119.057 14103.5 - case= 29 sphere above 20 MeV proton 73 161.053 11756.8 - case= 30 sphere above 20 MeV ion 10.46 57.081 597.068 - case= 31 sphere above 20 MeV otherMeson 4.58 3097.12 14184.8 - case= 32 sphere above 20 MeV otherBaryon 1.02 1045.75 1066.67 + case= 0 sphere all 63296.3 4.85044 307015 + case= 1 sphere electron 46873.6 1.60454 75210.4 + case= 2 sphere gamma 13953.9 5.28501 73746.5 + case= 3 sphere muon 6.51 16.928 110.201 + case= 4 sphere neutrino 19.45 37.0648 720.91 + case= 5 sphere pion 59.96 1860.56 111559 + case= 6 sphere neutron 929.31 18.2011 16914.4 + case= 7 sphere proton 217.39 64.5981 14043 + case= 8 sphere ion 1230.15 0.928244 1141.88 + case= 9 sphere otherMeson 5.03 2621.51 13186.2 + case= 10 sphere otherBaryon 1.06 360.574 382.209 + case= 11 sphere below 20 MeV all 62205.7 0.665994 41428.6 + case= 12 sphere below 20 MeV electron 46452 0.453421 21062.3 + case= 13 sphere below 20 MeV gamma 13574.9 1.21353 16473.5 + case= 14 sphere below 20 MeV muon 6.01 4.14728 24.9252 + case= 15 sphere below 20 MeV neutrino 1.67 14.7269 24.594 + case= 16 sphere below 20 MeV pion 1.12 12.9019 14.4502 + case= 17 sphere below 20 MeV neutron 807.37 2.60144 2100.32 + case= 18 sphere below 20 MeV proton 143.2 8.13125 1164.39 + case= 19 sphere below 20 MeV ion 1219.01 0.460222 561.016 + case= 20 sphere below 20 MeV otherMeson 0.3 6.46767 1.9403 + case= 21 sphere below 20 MeV otherBaryon 0.1 11.2055 1.12055 + case= 22 sphere above 20 MeV all 1090.65 243.512 265586 + case= 23 sphere above 20 MeV electron 421.56 128.447 54148.1 + case= 24 sphere above 20 MeV gamma 379.01 151.112 57273 + case= 25 sphere above 20 MeV muon 0.5 170.552 85.2761 + case= 26 sphere above 20 MeV neutrino 17.78 39.1629 696.316 + case= 27 sphere above 20 MeV pion 58.84 1895.73 111545 + case= 28 sphere above 20 MeV neutron 121.94 121.487 14814.1 + case= 29 sphere above 20 MeV proton 74.19 173.589 12878.6 + case= 30 sphere above 20 MeV ion 11.14 52.1421 580.863 + case= 31 sphere above 20 MeV otherMeson 4.73 2787.37 13184.3 + case= 32 sphere above 20 MeV otherBaryon 0.96 396.967 381.088 ============================================================= @@ -1897,7 +1900,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=105.080000s Real=113.073320s Sys=0.090000s + User=101.360000s Real=104.957700s Sys=0.120000s =============== Run::PrintInfo() =============== RunID = 6 @@ -1909,66 +1912,66 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.000305619 - case= 1 forward electron 2.15051e-07 - case= 2 forward gamma 1.45368e-05 + case= 0 forward all 0.000321765 + case= 1 forward electron 2.76495e-07 + case= 2 forward gamma 1.49543e-05 case= 3 forward muon 0 - case= 4 forward neutrino 0.000172462 - case= 5 forward pion 3.44752e-07 - case= 6 forward neutron 0.00011806 - case= 7 forward proton 0 + case= 4 forward neutrino 0.00015691 + case= 5 forward pion 8.28257e-07 + case= 6 forward neutron 0.000148422 + case= 7 forward proton 3.74213e-07 case= 8 forward ion 0 case= 9 forward otherMeson 0 case= 10 forward otherBaryon 0 - case= 11 backward all 9.6467e-05 + case= 11 backward all 9.79198e-05 case= 12 backward electron 0 - case= 13 backward gamma 0 + case= 13 backward gamma 1.93538e-07 case= 14 backward muon 0 - case= 15 backward neutrino 9.58867e-05 + case= 15 backward neutrino 9.6534e-05 case= 16 backward pion 0 - case= 17 backward neutron 5.80308e-07 + case= 17 backward neutron 1.19221e-06 case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.000142353 - case= 23 below 20 MeV forward electron 2.15051e-07 - case= 24 below 20 MeV forward gamma 1.45368e-05 + case= 22 below 20 MeV forward all 0.000163615 + case= 23 below 20 MeV forward electron 2.76495e-07 + case= 24 below 20 MeV forward gamma 1.49543e-05 case= 25 below 20 MeV forward muon 0 - case= 26 below 20 MeV forward neutrino 1.60115e-05 + case= 26 below 20 MeV forward neutrino 1.14804e-05 case= 27 below 20 MeV forward pion 0 - case= 28 below 20 MeV forward neutron 0.00011159 + case= 28 below 20 MeV forward neutron 0.000136903 case= 29 below 20 MeV forward proton 0 case= 30 below 20 MeV forward ion 0 case= 31 below 20 MeV forward otherMeson 0 case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 8.47126e-06 + case= 33 below 20 MeV backward all 7.79924e-06 case= 34 below 20 MeV backward electron 0 - case= 35 below 20 MeV backward gamma 0 + case= 35 below 20 MeV backward gamma 1.93538e-07 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 7.89096e-06 + case= 37 below 20 MeV backward neutrino 6.4135e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 5.80308e-07 + case= 39 below 20 MeV backward neutron 1.19221e-06 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.000163265 + case= 44 above 20 MeV forward all 0.000158151 case= 45 above 20 MeV forward electron 0 case= 46 above 20 MeV forward gamma 0 case= 47 above 20 MeV forward muon 0 - case= 48 above 20 MeV forward neutrino 0.00015645 - case= 49 above 20 MeV forward pion 3.44752e-07 - case= 50 above 20 MeV forward neutron 6.47037e-06 - case= 51 above 20 MeV forward proton 0 + case= 48 above 20 MeV forward neutrino 0.00014543 + case= 49 above 20 MeV forward pion 8.28257e-07 + case= 50 above 20 MeV forward neutron 1.15184e-05 + case= 51 above 20 MeV forward proton 3.74213e-07 case= 52 above 20 MeV forward ion 0 case= 53 above 20 MeV forward otherMeson 0 case= 54 above 20 MeV forward otherBaryon 0 - case= 55 above 20 MeV backward all 8.79957e-05 + case= 55 above 20 MeV backward all 9.01205e-05 case= 56 above 20 MeV backward electron 0 case= 57 above 20 MeV backward gamma 0 case= 58 above 20 MeV backward muon 0 - case= 59 above 20 MeV backward neutrino 8.79957e-05 + case= 59 above 20 MeV backward neutrino 9.01205e-05 case= 60 above 20 MeV backward pion 0 case= 61 above 20 MeV backward neutron 0 case= 62 above 20 MeV backward proton 0 @@ -1977,39 +1980,39 @@ Run Summary case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 74306.2 4.1351 307264 - case= 1 sphere electron 43728.8 1.78886 78224.7 - case= 2 sphere gamma 22973.9 3.47702 79880.8 - case= 3 sphere muon 5.45 16.2517 88.5715 - case= 4 sphere neutrino 16.3 37.4787 610.903 - case= 5 sphere pion 53.99 1974.54 106605 - case= 6 sphere neutron 3634.29 5.43161 19740 - case= 7 sphere proton 127.39 92.312 11759.6 - case= 8 sphere ion 3761.28 0.382028 1436.91 - case= 9 sphere otherMeson 3.74 2174.58 8132.91 - case= 10 sphere otherBaryon 1 784 784 - case= 11 sphere below 20 MeV all 73199.1 0.860019 62952.6 - case= 12 sphere below 20 MeV electron 43325.8 0.683075 29594.7 - case= 13 sphere below 20 MeV gamma 22593.5 1.23176 27829.9 - case= 14 sphere below 20 MeV muon 5.03 4.16804 20.9652 - case= 15 sphere below 20 MeV neutrino 1.45 14.5929 21.1597 - case= 16 sphere below 20 MeV pion 1.36 11.4882 15.624 - case= 17 sphere below 20 MeV neutron 3480.79 1.27063 4422.79 - case= 18 sphere below 20 MeV proton 47.81 12.5268 598.908 - case= 19 sphere below 20 MeV ion 3742.99 0.119171 446.054 - case= 20 sphere below 20 MeV otherMeson 0.33 4.41746 1.45776 - case= 21 sphere below 20 MeV otherBaryon 0.09 11.5586 1.04027 - case= 22 sphere above 20 MeV all 1107.06 220.685 244311 - case= 23 sphere above 20 MeV electron 403.03 120.661 48630 - case= 24 sphere above 20 MeV gamma 380.44 136.818 52050.9 - case= 25 sphere above 20 MeV muon 0.42 160.967 67.6063 - case= 26 sphere above 20 MeV neutrino 14.85 39.7134 589.744 - case= 27 sphere above 20 MeV pion 52.63 2025.26 106590 - case= 28 sphere above 20 MeV neutron 153.5 99.7866 15317.2 - case= 29 sphere above 20 MeV proton 79.58 140.245 11160.7 - case= 30 sphere above 20 MeV ion 18.29 54.1749 990.859 - case= 31 sphere above 20 MeV otherMeson 3.41 2384.59 8131.46 - case= 32 sphere above 20 MeV otherBaryon 0.91 860.395 782.959 + case= 0 sphere all 75541.2 4.0995 309681 + case= 1 sphere electron 44460.8 1.77017 78703 + case= 2 sphere gamma 23515.8 3.41319 80263.9 + case= 3 sphere muon 5.15 12.6945 65.3764 + case= 4 sphere neutrino 15.44 36.0678 556.886 + case= 5 sphere pion 54.74 1967.16 107682 + case= 6 sphere neutron 3619.97 5.37465 19456.1 + case= 7 sphere proton 127.03 89.9041 11420.5 + case= 8 sphere ion 3737.33 0.380601 1422.43 + case= 9 sphere otherMeson 3.76 2427.73 9128.26 + case= 10 sphere otherBaryon 1.16 846.864 982.362 + case= 11 sphere below 20 MeV all 74424.3 0.839553 62483.1 + case= 12 sphere below 20 MeV electron 44052.2 0.668857 29464.6 + case= 13 sphere below 20 MeV gamma 23132.4 1.18812 27484 + case= 14 sphere below 20 MeV muon 4.89 4.15064 20.2966 + case= 15 sphere below 20 MeV neutrino 1.1 15.2766 16.8042 + case= 16 sphere below 20 MeV pion 1.36 12.6928 17.2622 + case= 17 sphere below 20 MeV neutron 3464.33 1.27743 4425.45 + case= 18 sphere below 20 MeV proton 47.8 12.5538 600.073 + case= 19 sphere below 20 MeV ion 3719.92 0.121455 451.804 + case= 20 sphere below 20 MeV otherMeson 0.27 6.82378 1.84242 + case= 21 sphere below 20 MeV otherBaryon 0.08 12.3802 0.99042 + case= 22 sphere above 20 MeV all 1116.89 221.327 247198 + case= 23 sphere above 20 MeV electron 408.63 120.496 49238.4 + case= 24 sphere above 20 MeV gamma 383.43 137.652 52779.8 + case= 25 sphere above 20 MeV muon 0.26 173.384 45.0798 + case= 26 sphere above 20 MeV neutrino 14.34 37.6626 540.082 + case= 27 sphere above 20 MeV pion 53.38 2016.95 107665 + case= 28 sphere above 20 MeV neutron 155.64 96.573 15030.6 + case= 29 sphere above 20 MeV proton 79.23 136.57 10820.4 + case= 30 sphere above 20 MeV ion 17.41 55.7511 970.627 + case= 31 sphere above 20 MeV otherMeson 3.49 2615.02 9126.42 + case= 32 sphere above 20 MeV otherBaryon 1.08 908.678 981.372 ============================================================= @@ -2098,7 +2101,7 @@ Index : 8 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=102.430000s Real=107.272881s Sys=0.110000s + User=106.010000s Real=114.340800s Sys=0.400000s =============== Run::PrintInfo() =============== RunID = 7 @@ -2110,107 +2113,107 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.0150621 - case= 1 forward electron 2.36589e-05 - case= 2 forward gamma 0.000289703 - case= 3 forward muon 2.55476e-07 - case= 4 forward neutrino 0.00018079 - case= 5 forward pion 9.96407e-06 - case= 6 forward neutron 0.0145495 - case= 7 forward proton 7.4005e-06 - case= 8 forward ion 1.74451e-07 - case= 9 forward otherMeson 6.50955e-07 + case= 0 forward all 0.0147733 + case= 1 forward electron 1.28632e-05 + case= 2 forward gamma 0.000230045 + case= 3 forward muon 3.2367e-07 + case= 4 forward neutrino 0.000171001 + case= 5 forward pion 8.03192e-06 + case= 6 forward neutron 0.014347 + case= 7 forward proton 3.46895e-06 + case= 8 forward ion 0 + case= 9 forward otherMeson 5.9491e-07 case= 10 forward otherBaryon 0 - case= 11 backward all 0.00287781 + case= 11 backward all 0.00266186 case= 12 backward electron 0 - case= 13 backward gamma 5.43289e-06 + case= 13 backward gamma 6.80736e-06 case= 14 backward muon 0 - case= 15 backward neutrino 8.19296e-05 + case= 15 backward neutrino 7.66251e-05 case= 16 backward pion 0 - case= 17 backward neutron 0.00279045 + case= 17 backward neutron 0.00257843 case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.0147685 - case= 23 below 20 MeV forward electron 1.6838e-05 - case= 24 below 20 MeV forward gamma 0.000278432 - case= 25 below 20 MeV forward muon 2.55476e-07 - case= 26 below 20 MeV forward neutrino 1.42617e-05 + case= 22 below 20 MeV forward all 0.0145062 + case= 23 below 20 MeV forward electron 9.76874e-06 + case= 24 below 20 MeV forward gamma 0.000225537 + case= 25 below 20 MeV forward muon 0 + case= 26 below 20 MeV forward neutrino 1.43627e-05 case= 27 below 20 MeV forward pion 0 - case= 28 below 20 MeV forward neutron 0.0144584 - case= 29 below 20 MeV forward proton 3.48081e-07 + case= 28 below 20 MeV forward neutron 0.0142559 + case= 29 below 20 MeV forward proton 6.44228e-07 case= 30 below 20 MeV forward ion 0 case= 31 below 20 MeV forward otherMeson 0 case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 0.00280131 + case= 33 below 20 MeV backward all 0.0025925 case= 34 below 20 MeV backward electron 0 - case= 35 below 20 MeV backward gamma 5.43289e-06 + case= 35 below 20 MeV backward gamma 6.80736e-06 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 7.14636e-06 + case= 37 below 20 MeV backward neutrino 7.49295e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 0.00278873 + case= 39 below 20 MeV backward neutron 0.00257819 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.000293583 - case= 45 above 20 MeV forward electron 6.82089e-06 - case= 46 above 20 MeV forward gamma 1.12704e-05 - case= 47 above 20 MeV forward muon 0 - case= 48 above 20 MeV forward neutrino 0.000166529 - case= 49 above 20 MeV forward pion 9.96407e-06 - case= 50 above 20 MeV forward neutron 9.11215e-05 - case= 51 above 20 MeV forward proton 7.05242e-06 - case= 52 above 20 MeV forward ion 1.74451e-07 - case= 53 above 20 MeV forward otherMeson 6.50955e-07 + case= 44 above 20 MeV forward all 0.000267146 + case= 45 above 20 MeV forward electron 3.0945e-06 + case= 46 above 20 MeV forward gamma 4.50802e-06 + case= 47 above 20 MeV forward muon 3.2367e-07 + case= 48 above 20 MeV forward neutrino 0.000156638 + case= 49 above 20 MeV forward pion 8.03192e-06 + case= 50 above 20 MeV forward neutron 9.11298e-05 + case= 51 above 20 MeV forward proton 2.82472e-06 + case= 52 above 20 MeV forward ion 0 + case= 53 above 20 MeV forward otherMeson 5.9491e-07 case= 54 above 20 MeV forward otherBaryon 0 - case= 55 above 20 MeV backward all 7.65064e-05 + case= 55 above 20 MeV backward all 6.9369e-05 case= 56 above 20 MeV backward electron 0 case= 57 above 20 MeV backward gamma 0 case= 58 above 20 MeV backward muon 0 - case= 59 above 20 MeV backward neutrino 7.47833e-05 + case= 59 above 20 MeV backward neutrino 6.91322e-05 case= 60 above 20 MeV backward pion 0 - case= 61 above 20 MeV backward neutron 1.72317e-06 + case= 61 above 20 MeV backward neutron 2.3688e-07 case= 62 above 20 MeV backward proton 0 case= 63 above 20 MeV backward ion 0 case= 64 above 20 MeV backward otherMeson 0 case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 49609.8 5.77354 286424 - case= 1 sphere electron 29202.5 2.38194 69558.6 - case= 2 sphere gamma 16702.1 4.21025 70320.2 - case= 3 sphere muon 5.08 13.7401 69.7999 - case= 4 sphere neutrino 15.18 36.4708 553.626 - case= 5 sphere pion 50.52 2035.4 102828 - case= 6 sphere neutron 2178.25 8.4399 18384.2 - case= 7 sphere proton 113.58 98.7653 11217.8 - case= 8 sphere ion 1337.58 1.10115 1472.88 - case= 9 sphere otherMeson 4.01 2713.39 10880.7 - case= 10 sphere otherBaryon 1 1138.07 1138.07 - case= 11 sphere below 20 MeV all 48534.5 0.970676 47111.3 - case= 12 sphere below 20 MeV electron 28808.4 0.779913 22468.1 - case= 13 sphere below 20 MeV gamma 16329.6 1.20903 19742.8 - case= 14 sphere below 20 MeV muon 4.75 4.12525 19.5949 - case= 15 sphere below 20 MeV neutrino 1.26 14.9873 18.884 - case= 16 sphere below 20 MeV pion 1.04 12.3875 12.883 - case= 17 sphere below 20 MeV neutron 2035.28 1.96785 4005.12 - case= 18 sphere below 20 MeV proton 38.44 12.6196 485.097 - case= 19 sphere below 20 MeV ion 1315.55 0.271589 357.289 - case= 20 sphere below 20 MeV otherMeson 0.17 5.64107 0.958982 - case= 21 sphere below 20 MeV otherBaryon 0.06 9.90612 0.594367 - case= 22 sphere above 20 MeV all 1075.26 222.563 239313 - case= 23 sphere above 20 MeV electron 394.04 119.507 47090.5 - case= 24 sphere above 20 MeV gamma 372.57 135.753 50577.3 - case= 25 sphere above 20 MeV muon 0.33 152.136 50.205 - case= 26 sphere above 20 MeV neutrino 13.92 38.4154 534.742 - case= 27 sphere above 20 MeV pion 49.48 2077.92 102815 - case= 28 sphere above 20 MeV neutron 142.97 100.574 14379.1 - case= 29 sphere above 20 MeV proton 75.14 142.836 10732.7 - case= 30 sphere above 20 MeV ion 22.03 50.6394 1115.59 - case= 31 sphere above 20 MeV otherMeson 3.84 2833.27 10879.7 - case= 32 sphere above 20 MeV otherBaryon 0.94 1210.08 1137.47 + case= 0 sphere all 50529.2 5.77215 291662 + case= 1 sphere electron 29832.1 2.44431 72918.7 + case= 2 sphere gamma 17060.3 4.32256 73743.9 + case= 3 sphere muon 4.8 17.7303 85.1053 + case= 4 sphere neutrino 14.31 36.5154 522.535 + case= 5 sphere pion 49.39 2087.67 103110 + case= 6 sphere neutron 2137.08 8.47662 18115.2 + case= 7 sphere proton 111.05 94.7622 10523.3 + case= 8 sphere ion 1315.99 1.15578 1521 + case= 9 sphere otherMeson 3.47 2933.33 10178.7 + case= 10 sphere otherBaryon 0.75 1257.79 943.34 + case= 11 sphere below 20 MeV all 49442.5 0.972749 48095.1 + case= 12 sphere below 20 MeV electron 29428.3 0.78272 23034.1 + case= 13 sphere below 20 MeV gamma 16676.9 1.21204 20213.1 + case= 14 sphere below 20 MeV muon 4.44 4.11981 18.292 + case= 15 sphere below 20 MeV neutrino 1.26 14.481 18.246 + case= 16 sphere below 20 MeV pion 1.07 12.8545 13.7543 + case= 17 sphere below 20 MeV neutron 1998.61 1.98014 3957.53 + case= 18 sphere below 20 MeV proton 38.27 12.5949 482.006 + case= 19 sphere below 20 MeV ion 1293.35 0.276154 357.163 + case= 20 sphere below 20 MeV otherMeson 0.21 2.99563 0.629083 + case= 21 sphere below 20 MeV otherBaryon 0.02 13.4094 0.268188 + case= 22 sphere above 20 MeV all 1086.69 224.136 243567 + case= 23 sphere above 20 MeV electron 403.76 123.55 49884.6 + case= 24 sphere above 20 MeV gamma 383.32 139.65 53530.8 + case= 25 sphere above 20 MeV muon 0.36 185.593 66.8134 + case= 26 sphere above 20 MeV neutrino 13.05 38.6428 504.289 + case= 27 sphere above 20 MeV pion 48.32 2133.62 103096 + case= 28 sphere above 20 MeV neutron 138.47 102.244 14157.7 + case= 29 sphere above 20 MeV proton 72.78 137.968 10041.3 + case= 30 sphere above 20 MeV ion 22.64 51.406 1163.83 + case= 31 sphere above 20 MeV otherMeson 3.26 3122.1 10178 + case= 32 sphere above 20 MeV otherBaryon 0.73 1291.88 943.072 ============================================================= @@ -2304,7 +2307,7 @@ Index : 9 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=57.370000s Real=59.073800s Sys=0.030000s + User=56.990000s Real=61.060029s Sys=0.050000s =============== Run::PrintInfo() =============== RunID = 8 @@ -2316,110 +2319,110 @@ Run Summary Number of events = 100 Conversion factor: fluence from mm^-2 to cm^-2 = 100 Particle fluence in unit of cm^-2 : - case= 0 forward all 0.00311122 - case= 1 forward electron 3.85902e-05 - case= 2 forward gamma 0.000730239 - case= 3 forward muon 3.35054e-07 - case= 4 forward neutrino 0.000194328 - case= 5 forward pion 1.96322e-05 - case= 6 forward neutron 0.00211355 - case= 7 forward proton 1.15971e-05 - case= 8 forward ion 2.16515e-07 - case= 9 forward otherMeson 2.73235e-06 - case= 10 forward otherBaryon 0 - case= 11 backward all 9.4854e-05 + case= 0 forward all 0.00285979 + case= 1 forward electron 2.4231e-05 + case= 2 forward gamma 0.000519729 + case= 3 forward muon 3.29764e-07 + case= 4 forward neutrino 0.00018483 + case= 5 forward pion 2.24807e-05 + case= 6 forward neutron 0.00209656 + case= 7 forward proton 9.98934e-06 + case= 8 forward ion 0 + case= 9 forward otherMeson 1.45499e-06 + case= 10 forward otherBaryon 1.76468e-07 + case= 11 backward all 8.15601e-05 case= 12 backward electron 0 - case= 13 backward gamma 1.10293e-06 + case= 13 backward gamma 1.70819e-06 case= 14 backward muon 0 - case= 15 backward neutrino 7.49865e-05 + case= 15 backward neutrino 6.65228e-05 case= 16 backward pion 0 - case= 17 backward neutron 1.87646e-05 + case= 17 backward neutron 1.33292e-05 case= 18 backward proton 0 case= 19 backward ion 0 case= 20 backward otherMeson 0 case= 21 backward otherBaryon 0 - case= 22 below 20 MeV forward all 0.00272974 - case= 23 below 20 MeV forward electron 3.2154e-05 - case= 24 below 20 MeV forward gamma 0.000716363 + case= 22 below 20 MeV forward all 0.00249077 + case= 23 below 20 MeV forward electron 2.02156e-05 + case= 24 below 20 MeV forward gamma 0.000511429 case= 25 below 20 MeV forward muon 0 - case= 26 below 20 MeV forward neutrino 1.7199e-05 - case= 27 below 20 MeV forward pion 0 - case= 28 below 20 MeV forward neutron 0.00196349 - case= 29 below 20 MeV forward proton 5.3419e-07 + case= 26 below 20 MeV forward neutrino 1.76945e-05 + case= 27 below 20 MeV forward pion 4.99516e-07 + case= 28 below 20 MeV forward neutron 0.00194067 + case= 29 below 20 MeV forward proton 0 case= 30 below 20 MeV forward ion 0 - case= 31 below 20 MeV forward otherMeson 0 + case= 31 below 20 MeV forward otherMeson 2.5583e-07 case= 32 below 20 MeV forward otherBaryon 0 - case= 33 below 20 MeV backward all 2.47246e-05 + case= 33 below 20 MeV backward all 2.19896e-05 case= 34 below 20 MeV backward electron 0 - case= 35 below 20 MeV backward gamma 1.10293e-06 + case= 35 below 20 MeV backward gamma 1.70819e-06 case= 36 below 20 MeV backward muon 0 - case= 37 below 20 MeV backward neutrino 6.89136e-06 + case= 37 below 20 MeV backward neutrino 7.28666e-06 case= 38 below 20 MeV backward pion 0 - case= 39 below 20 MeV backward neutron 1.67303e-05 + case= 39 below 20 MeV backward neutron 1.29947e-05 case= 40 below 20 MeV backward proton 0 case= 41 below 20 MeV backward ion 0 case= 42 below 20 MeV backward otherMeson 0 case= 43 below 20 MeV backward otherBaryon 0 - case= 44 above 20 MeV forward all 0.000381474 - case= 45 above 20 MeV forward electron 6.43624e-06 - case= 46 above 20 MeV forward gamma 1.3876e-05 - case= 47 above 20 MeV forward muon 3.35054e-07 - case= 48 above 20 MeV forward neutrino 0.000177129 - case= 49 above 20 MeV forward pion 1.96322e-05 - case= 50 above 20 MeV forward neutron 0.000150054 - case= 51 above 20 MeV forward proton 1.10629e-05 - case= 52 above 20 MeV forward ion 2.16515e-07 - case= 53 above 20 MeV forward otherMeson 2.73235e-06 - case= 54 above 20 MeV forward otherBaryon 0 - case= 55 above 20 MeV backward all 7.01294e-05 + case= 44 above 20 MeV forward all 0.000369019 + case= 45 above 20 MeV forward electron 4.01541e-06 + case= 46 above 20 MeV forward gamma 8.29994e-06 + case= 47 above 20 MeV forward muon 3.29764e-07 + case= 48 above 20 MeV forward neutrino 0.000167136 + case= 49 above 20 MeV forward pion 2.19812e-05 + case= 50 above 20 MeV forward neutron 0.000155892 + case= 51 above 20 MeV forward proton 9.98934e-06 + case= 52 above 20 MeV forward ion 0 + case= 53 above 20 MeV forward otherMeson 1.19916e-06 + case= 54 above 20 MeV forward otherBaryon 1.76468e-07 + case= 55 above 20 MeV backward all 5.95705e-05 case= 56 above 20 MeV backward electron 0 case= 57 above 20 MeV backward gamma 0 case= 58 above 20 MeV backward muon 0 - case= 59 above 20 MeV backward neutrino 6.80951e-05 + case= 59 above 20 MeV backward neutrino 5.92361e-05 case= 60 above 20 MeV backward pion 0 - case= 61 above 20 MeV backward neutron 2.03426e-06 + case= 61 above 20 MeV backward neutron 3.34416e-07 case= 62 above 20 MeV backward proton 0 case= 63 above 20 MeV backward ion 0 case= 64 above 20 MeV backward otherMeson 0 case= 65 above 20 MeV backward otherBaryon 0 ------------------------------------------------------------- Extra information: particle production [MeV] - case= 0 sphere all 58728.3 5.32572 312770 - case= 1 sphere electron 35013.8 2.3235 81354.3 - case= 2 sphere gamma 18491.3 4.44401 82175.3 - case= 3 sphere muon 5 22.541 112.705 - case= 4 sphere neutrino 14.89 36.7047 546.534 - case= 5 sphere pion 50.97 2108.72 107482 - case= 6 sphere neutron 1719.38 9.31955 16023.9 - case= 7 sphere proton 123.01 88.7781 10920.6 - case= 8 sphere ion 3305.4 0.520103 1719.15 - case= 9 sphere otherMeson 3.73 3028.68 11297 - case= 10 sphere otherBaryon 0.92 1238.36 1139.29 - case= 11 sphere below 20 MeV all 57605.7 0.932639 53725.3 - case= 12 sphere below 20 MeV electron 34577.2 0.755271 26115.1 - case= 13 sphere below 20 MeV gamma 18082.2 1.2775 23099.9 - case= 14 sphere below 20 MeV muon 4.61 4.19104 19.3207 - case= 15 sphere below 20 MeV neutrino 1.27 14.5996 18.5414 - case= 16 sphere below 20 MeV pion 0.94 12.5837 11.8286 - case= 17 sphere below 20 MeV neutron 1594.64 1.88219 3001.41 - case= 18 sphere below 20 MeV proton 55.17 9.67445 533.739 - case= 19 sphere below 20 MeV ion 3289.48 0.280782 923.626 - case= 20 sphere below 20 MeV otherMeson 0.17 6.3616 1.08147 - case= 21 sphere below 20 MeV otherBaryon 0.09 8.36004 0.752403 - case= 22 sphere above 20 MeV all 1122.62 230.75 259045 - case= 23 sphere above 20 MeV electron 436.59 126.524 55239.2 - case= 24 sphere above 20 MeV gamma 409.1 144.403 59075.4 - case= 25 sphere above 20 MeV muon 0.39 239.447 93.3844 - case= 26 sphere above 20 MeV neutrino 13.62 38.7659 527.992 - case= 27 sphere above 20 MeV pion 50.03 2148.11 107470 - case= 28 sphere above 20 MeV neutron 124.74 104.397 13022.4 - case= 29 sphere above 20 MeV proton 67.84 153.108 10386.9 - case= 30 sphere above 20 MeV ion 15.92 49.9701 795.524 - case= 31 sphere above 20 MeV otherMeson 3.56 3173.01 11295.9 - case= 32 sphere above 20 MeV otherBaryon 0.83 1371.73 1138.54 + case= 0 sphere all 55705.4 5.37172 299234 + case= 1 sphere electron 33195.6 2.32308 77115.9 + case= 2 sphere gamma 17614.2 4.41852 77828.9 + case= 3 sphere muon 4.59 17.6587 81.0536 + case= 4 sphere neutrino 13.69 36.4389 498.849 + case= 5 sphere pion 46.98 2271.78 106728 + case= 6 sphere neutron 1616.14 9.72716 15720.4 + case= 7 sphere proton 113.83 80.3453 9145.71 + case= 8 sphere ion 3095.58 0.545709 1689.29 + case= 9 sphere otherMeson 3.94 2492.42 9820.12 + case= 10 sphere otherBaryon 0.81 747.261 605.281 + case= 11 sphere below 20 MeV all 54652.8 0.913999 49952.6 + case= 12 sphere below 20 MeV electron 32786 0.741561 24312.8 + case= 13 sphere below 20 MeV gamma 17231 1.24146 21391.6 + case= 14 sphere below 20 MeV muon 4.24 4.12692 17.4981 + case= 15 sphere below 20 MeV neutrino 1.39 14.135 19.6476 + case= 16 sphere below 20 MeV pion 1.03 11.7988 12.1528 + case= 17 sphere below 20 MeV neutron 1496.58 1.88855 2826.36 + case= 18 sphere below 20 MeV proton 52.27 9.66763 505.327 + case= 19 sphere below 20 MeV ion 3079.96 0.280864 865.049 + case= 20 sphere below 20 MeV otherMeson 0.22 7.44879 1.63873 + case= 21 sphere below 20 MeV otherBaryon 0.05 9.62348 0.481174 + case= 22 sphere above 20 MeV all 1052.63 236.817 249281 + case= 23 sphere above 20 MeV electron 409.55 128.93 52803.1 + case= 24 sphere above 20 MeV gamma 383.26 147.256 56437.3 + case= 25 sphere above 20 MeV muon 0.35 181.587 63.5554 + case= 26 sphere above 20 MeV neutrino 12.3 38.9595 479.201 + case= 27 sphere above 20 MeV pion 45.95 2322.43 106716 + case= 28 sphere above 20 MeV neutron 119.56 107.846 12894.1 + case= 29 sphere above 20 MeV proton 61.56 140.357 8640.38 + case= 30 sphere above 20 MeV ion 15.62 52.7681 824.237 + case= 31 sphere above 20 MeV otherMeson 3.72 2639.38 9818.48 + case= 32 sphere above 20 MeV otherBaryon 0.76 795.79 604.8 ============================================================= ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.13 MB +Dynamic pools deleted: 11 / Total memory freed: 0.14 MB ============================================================ diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index 1bcc4af790d..c28d917e053 100644 --- a/examples/extended/medical/DICOM/run.out +++ b/examples/extended/medical/DICOM/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -75,7 +75,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -162,10 +161,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -351,7 +353,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV ====================================================================== ====== Radioactive Decay Physics Parameters ======= @@ -559,7 +561,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -891,7 +893,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -988,8 +990,6 @@ Index : 8 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ++ phantomSD/DoseDeposit id 0 ### Run 0 starts. ### Run 0 start. @@ -1096,7 +1096,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.020000s Real=0.033902s Sys=0.010000s + User=0.020000s Real=0.038652s Sys=0.000000s --------------------End of Global Run----------------------- The run was 100 events LOCAL TOTAL DOSE : 0 Gy diff --git a/examples/extended/medical/DICOM2/run.out b/examples/extended/medical/DICOM2/run.out index eedd825d981..16d33a44e01 100644 --- a/examples/extended/medical/DICOM2/run.out +++ b/examples/extended/medical/DICOM2/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -80,7 +80,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -167,10 +166,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -356,7 +358,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV ====================================================================== ====== Radioactive Decay Physics Parameters ======= @@ -564,7 +566,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -896,7 +898,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -993,8 +995,6 @@ Index : 8 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ++ phantomSD/DoseDeposit id 0 ++ phantomSD/DoseDeposit id 0 ### Run 0 starts. @@ -1102,7 +1102,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.030000s Real=0.062444s Sys=0.010000s + User=0.040000s Real=0.121003s Sys=0.010000s [=========================================================== DICOM ===========================================================] @@ -1144,5 +1144,5 @@ Number of memory pools allocated: 10 of which, static: 0 Dynamic pools deleted: 10 / Total memory freed: 0.04 MB ============================================================ -[/build/jenkins/workspace/examples/extended/medical/DICOM2/dicom2] Primary execution time: User=9.020000s Real=14.353905s Sys=0.750000s +[/build/jenkins/workspace/examples/extended/medical/DICOM2/dicom2] Primary execution time: User=9.020000s Real=12.471781s Sys=0.700000s diff --git a/examples/extended/medical/GammaTherapy/GammaTherapy.out b/examples/extended/medical/GammaTherapy/GammaTherapy.out index 20c7dbdf946..a3729a3a24e 100644 --- a/examples/extended/medical/GammaTherapy/GammaTherapy.out +++ b/examples/extended/medical/GammaTherapy/GammaTherapy.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -187,10 +187,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -361,7 +364,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 10 GeV, 10 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 10 GeV msc: for alpha SubType= 10 @@ -661,7 +664,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=3.370000s Real=3.442387s Sys=0.000000s + User=3.230000s Real=3.247105s Sys=0.000000s Histo: End of run actions are started ======================================================== Number of events 10000 diff --git a/examples/extended/medical/dna/.README.txt b/examples/extended/medical/dna/.README.txt index a647a9fe62c..b5bb1229aac 100644 --- a/examples/extended/medical/dna/.README.txt +++ b/examples/extended/medical/dna/.README.txt @@ -54,7 +54,6 @@ Ultra High Dose Rate - \link Examplednadamage1 dnadamage1 \endlink Damage simulation on a chromatin fiber. - \link Examplednadamage2 dnadamage2 \endlink Scoring of plasmid DNA strand breaks using the IRT method. - \link Exampleneuron neuron \endlink Irradiation of a realistic neuron cell. - - \link Examplesmoleculardna moleculardna \endlink Damage simulation on DNA geometries. See the README page inside each example for more detail. */ diff --git a/examples/extended/medical/dna/AuNP/AuNP.out b/examples/extended/medical/dna/AuNP/AuNP.out index 9461065330d..afe96f94604 100644 --- a/examples/extended/medical/dna/AuNP/AuNP.out +++ b/examples/extended/medical/dna/AuNP/AuNP.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -77,10 +77,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== diff --git a/examples/extended/medical/dna/CMakeLists.txt b/examples/extended/medical/dna/CMakeLists.txt index a14be41ff82..42294287e83 100644 --- a/examples/extended/medical/dna/CMakeLists.txt +++ b/examples/extended/medical/dna/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.27) -project(dna-example) +project(extended-dna-example) ## chem4/plot requires ROOT built with GUI #option(BUILD_CHEM4_PLOT "Build chem4/plot" OFF) @@ -27,7 +27,6 @@ add_subdirectory(mfp) add_subdirectory(microdosimetry) add_subdirectory(microprox) add_subdirectory(microyz) -add_subdirectory(moleculardna) add_subdirectory(neuron) add_subdirectory(pdb4dna) add_subdirectory(range) diff --git a/examples/extended/medical/dna/History b/examples/extended/medical/dna/History index 1b630615ecc..7a2051eb440 100644 --- a/examples/extended/medical/dna/History +++ b/examples/extended/medical/dna/History @@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-22 Hoang Tran (exdna-V11-02-02) +- clean up moleculardna (moved to advanced) in README files + +## 2024-10-15 Hoang Tran (exdna-V11-02-01) +- Moved moleculardna example from extended example to advanced example. + ## 2024-04-18 Hoang Tran (exdna-V11-02-00) - add project(dna-example) to avoid cmake warning diff --git a/examples/extended/medical/dna/README b/examples/extended/medical/dna/README index 955787b78de..694d059f855 100644 --- a/examples/extended/medical/dna/README +++ b/examples/extended/medical/dna/README @@ -85,9 +85,6 @@ This directory contains a set of Geant4-DNA examples. - neuron Irradiation of a realistic neuron cell. - - moleculardna - Damage simulation on DNA geometries. - - jetcounter A setup for simulation of a typical experiment with the Jet Counter nanodosemeter diff --git a/examples/extended/medical/dna/UHDR/.README.txt b/examples/extended/medical/dna/UHDR/.README.txt index 41bae3afa81..5bd3eeef4cd 100644 --- a/examples/extended/medical/dna/UHDR/.README.txt +++ b/examples/extended/medical/dna/UHDR/.README.txt @@ -23,19 +23,24 @@ To run the example: \verbatim -mkdir UHRD-build -cd UHRD-build -cmake ../pathToExamples/UHRD +mkdir UHDR-build +cd UHDR-build +cmake ../pathToExamples/UHDR make \endverbatim +To visualize (only for physical stage) +\verbatim +./UHDR +\endverbatim + In batch mode, the macro beam.in can be used as follows: \verbatim -./UHRD beam.in +./UHDR beam.in \endverbatim or \verbatim -./UHRD beam.in 123 +./UHDR beam.in 123 # 123 is the user's seed number \endverbatim @@ -105,7 +110,7 @@ G-value \section UHDR_s8 RELEVANT MACRO COMMANDS AND MACRO FILE -The user macro file is: beam.in +The user macro files are: beam.in (conventional), UHDR.in (Ultra High Dose Rate) \section UHDR_s9 REACTION BUILDER @@ -141,8 +146,13 @@ TTree *tree = (TTree *) dir->Get("0.010000"); \section UHDR_s11 - Periodic Boundary Condition (PBC) The Periodic Boundary Condition is implemented based on https://github.com/amentumspace/g4pbc -to calculate microdosimetry. -This requires a maximum dose (xxx) to abort the event. This to avoid the high energy of +to calculate microdosimetry. The periodic boundary condition (PBC) is used to simulate the +behavior of secondary electrons during the physical stage. +When an electron exits an edge of a cubic volume, it re-enters from the opposite edge. +The PBC helps reduce the edge effects in dose calculations for micrometer-sized volumes + + +The PBC requires a maximum dose (xxx) to abort the event. This to avoid the high energy of secondary electrons deposit a large energy inside the micro volume. \verbatim @@ -156,6 +166,6 @@ Use the following command to activate or deactivate PBC. \endverbatim Funding: FNS Synergia grant MAGIC-FNS CRSII5_186369. -Contact: H. Tran (tran@cenbg.in2p3.fr) +Contact: H. Tran (tran@lp2ib.in2p3.fr) CNRS, lp2i, UMR 5797, Université de Bordeaux, F-33170 Gradignan, France */ diff --git a/examples/extended/medical/dna/UHDR/AuNP.out b/examples/extended/medical/dna/UHDR/AuNP.out index 2ab501c290b..9f44163457c 100644 --- a/examples/extended/medical/dna/UHDR/AuNP.out +++ b/examples/extended/medical/dna/UHDR/AuNP.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,43 +33,43 @@ H3O^1 + OH^-1 -> No product 1.13e+11 ----------------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> H^0 2.11e+10 ----------------------------------------------------------------------------------- -H3O^1 + O_3^-1 -> OH^0 + O_2^0 9e+10 +H3O^1 + O_3^-1 -> °OH^0 + O_2^0 9e+10 ----------------------------------------------------------------------------------- -H3O^1 + O_2^-1 -> HO_2^0 4.78e+10 +H3O^1 + O_2^-1 -> HO_2°^0 4.78e+10 ----------------------------------------------------------------------------------- H3O^1 + HO_2^-1 -> H2O2^0 4.78e+10 ----------------------------------------------------------------------------------- -H3O^1 + O^-1 -> OH^0 4.78e+10 +H3O^1 + O^-1 -> °OH^0 4.78e+10 ----------------------------------------------------------------------------------- H3O^1 + OH^-1 -> No product 1.13e+11 ----------------------------------------------------------------------------------- -OH^0 + H^0 -> No product 1.55e+10 +°OH^0 + H^0 -> No product 1.55e+10 ----------------------------------------------------------------------------------- -OH^0 + OH^0 -> H2O2^0 5.5e+09 +°OH^0 + °OH^0 -> H2O2^0 5.5e+09 ----------------------------------------------------------------------------------- -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 ----------------------------------------------------------------------------------- -OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 +°OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 ----------------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 1.27e+10 +°OH^0 + OH^-1 -> O^-1 1.27e+10 ----------------------------------------------------------------------------------- -OH^0 + HO_2^0 -> O_2^0 7.9e+09 +°OH^0 + HO_2°^0 -> O_2^0 7.9e+09 ----------------------------------------------------------------------------------- -OH^0 + HO_2^-1 -> HO_2^0 + OH^-1 8.32e+09 +°OH^0 + HO_2^-1 -> HO_2°^0 + OH^-1 8.32e+09 ----------------------------------------------------------------------------------- -OH^0 + O^-1 -> HO_2^-1 1e+09 +°OH^0 + O^-1 -> HO_2^-1 1e+09 ----------------------------------------------------------------------------------- -OH^0 + O_3^-1 -> O_2^-1 + HO_2^0 8.5e+09 +°OH^0 + O_3^-1 -> O_2^-1 + HO_2°^0 8.5e+09 ----------------------------------------------------------------------------------- -OH^0 + H2O2^0 -> HO_2^0 2.88e+07 +°OH^0 + H2O2^0 -> HO_2°^0 2.88e+07 ----------------------------------------------------------------------------------- -OH^0 + H_2^0 -> H^0 3.28e+07 +°OH^0 + H_2^0 -> H^0 3.28e+07 ----------------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 1.27e+10 +°OH^0 + OH^-1 -> O^-1 1.27e+10 ----------------------------------------------------------------------------------- -OH^0 + H2O^0 -> O^-1 + H3O^1 6.01766e-08 +°OH^0 + H2O^0 -> O^-1 + H3O^1 6.01766e-08 ----------------------------------------------------------------------------------- -OH^-1 + HO_2^0 -> O_2^-1 1.27e+10 +OH^-1 + HO_2°^0 -> O_2^-1 1.27e+10 ----------------------------------------------------------------------------------- OH^-1 + H2O2^0 -> HO_2^-1 1.3e+10 ----------------------------------------------------------------------------------- @@ -83,7 +83,7 @@ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.5e+10 ----------------------------------------------------------------------------------- e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 ----------------------------------------------------------------------------------- -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.1e+10 ----------------------------------------------------------------------------------- e_aq^-1 + O_2^-1 -> H2O2^0 + OH^-1 + OH^-1 1.3e+10 ----------------------------------------------------------------------------------- @@ -91,23 +91,23 @@ e_aq^-1 + HO_2^-1 -> O^-1 + OH^-1 3.51e+09 ----------------------------------------------------------------------------------- e_aq^-1 + O^-1 -> OH^-1 + OH^-1 2.31e+10 ----------------------------------------------------------------------------------- -e_aq^-1 + HO_2^0 -> HO_2^-1 1.29e+10 +e_aq^-1 + HO_2°^0 -> HO_2^-1 1.29e+10 ----------------------------------------------------------------------------------- e_aq^-1 + H3O^1 -> H^0 2.25e+10 ----------------------------------------------------------------------------------- e_aq^-1 + H2O^0 -> H^0 + OH^-1 0.00086821 ----------------------------------------------------------------------------------- -H^0 + O_2^0 -> HO_2^0 1.3e+10 +H^0 + O_2^0 -> HO_2°^0 1.3e+10 ----------------------------------------------------------------------------------- H^0 + H^0 -> H_2^0 5.03e+09 ----------------------------------------------------------------------------------- H^0 + O^-1 -> OH^-1 2e+10 ----------------------------------------------------------------------------------- -H^0 + HO_2^0 -> H2O2^0 1e+10 +H^0 + HO_2°^0 -> H2O2^0 1e+10 ----------------------------------------------------------------------------------- H^0 + O_2^-1 -> HO_2^-1 1e+10 ----------------------------------------------------------------------------------- -H^0 + H2O2^0 -> OH^0 3.5e+07 +H^0 + H2O2^0 -> °OH^0 3.5e+07 ----------------------------------------------------------------------------------- H^0 + H2O^0 -> e_aq^-1 + H3O^1 6.32e-06 ----------------------------------------------------------------------------------- @@ -115,19 +115,19 @@ H^0 + OH^-1 -> e_aq^-1 2.49e+07 ----------------------------------------------------------------------------------- H_2^0 + O^-1 -> H^0 + OH^-1 1.21e+08 ----------------------------------------------------------------------------------- -H2O2^0 + O^-1 -> HO_2^0 + OH^-1 5.55e+08 +H2O2^0 + O^-1 -> HO_2°^0 + OH^-1 5.55e+08 ----------------------------------------------------------------------------------- H2O2^0 + OH^-1 -> HO_2^-1 1.27e+10 ----------------------------------------------------------------------------------- H2O2^0 + H2O^0 -> HO_2^-1 + H3O^1 7.86e-08 ----------------------------------------------------------------------------------- -HO_2^0 + HO_2^0 -> H2O2^0 + O_2^0 980000 +HO_2°^0 + HO_2°^0 -> H2O2^0 + O_2^0 980000 ----------------------------------------------------------------------------------- -HO_2^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 +HO_2°^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 ----------------------------------------------------------------------------------- -HO_2^0 + H2O^0 -> H3O^1 + O_2^-1 0.758 +HO_2°^0 + H2O^0 -> H3O^1 + O_2^-1 0.758 ----------------------------------------------------------------------------------- -HO_2^0 + OH^-1 -> O_2^-1 1.27e+10 +HO_2°^0 + OH^-1 -> O_2^-1 1.27e+10 ----------------------------------------------------------------------------------- HO_2^-1 + O^-1 -> O_2^-1 + OH^-1 3.5e+08 ----------------------------------------------------------------------------------- @@ -143,17 +143,17 @@ O^-1 + O^-1 -> H2O2^0 + OH^-1 + OH^-1 1e+08 ----------------------------------------------------------------------------------- O^-1 + O_3^-1 -> O_2^-1 + O_2^-1 7e+08 ----------------------------------------------------------------------------------- -O^-1 + H2O^0 -> OH^0 + OH^-1 99.54 +O^-1 + H2O^0 -> °OH^0 + OH^-1 99.54 ----------------------------------------------------------------------------------- -O^-1 + H3O^1 -> OH^0 9.56e+10 +O^-1 + H3O^1 -> °OH^0 9.56e+10 ----------------------------------------------------------------------------------- O_2^-1 + O_2^-1 -> H2O2^0 + O_2^0 + OH^-1 + OH^-1 100 ----------------------------------------------------------------------------------- -O_2^-1 + H3O^1 -> HO_2^0 4.78e+10 +O_2^-1 + H3O^1 -> HO_2°^0 4.78e+10 ----------------------------------------------------------------------------------- -O_2^-1 + H2O^0 -> HO_2^0 + OH^-1 8.295e-06 +O_2^-1 + H2O^0 -> HO_2°^0 + OH^-1 8.295e-06 ----------------------------------------------------------------------------------- -O_3^-1 + H3O^1 -> OH^0 + O_2^0 9e+10 +O_3^-1 + H3O^1 -> °OH^0 + O_2^0 9e+10 ----------------------------------------------------------------------------------- O_3^-1 + H2O^0 -> O^-1 + O_2^0 0.00266 ----------------------------------------------------------------------------------- @@ -178,10 +178,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -631,43 +634,43 @@ H3O^1 + OH^-1 -> No product 1.13e+11 ------------------------------------------------------------------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.194163 ------------------------------------------------------------------------------------------------------------------------------------- -H3O^1 + O_3^-1 -> OH^0 + O_2^0 9e+10 1.03776 +H3O^1 + O_3^-1 -> °OH^0 + O_2^0 9e+10 1.03776 ------------------------------------------------------------------------------------------------------------------------------------- -H3O^1 + O_2^-1 -> HO_2^0 4.78e+10 0.563458 +H3O^1 + O_2^-1 -> HO_2°^0 4.78e+10 0.563458 ------------------------------------------------------------------------------------------------------------------------------------- H3O^1 + HO_2^-1 -> H2O2^0 4.78e+10 0.581617 ------------------------------------------------------------------------------------------------------------------------------------- -H3O^1 + O^-1 -> OH^0 4.78e+10 0.551166 +H3O^1 + O^-1 -> °OH^0 4.78e+10 0.551166 ------------------------------------------------------------------------------------------------------------------------------------- H3O^1 + OH^-1 -> No product 1.13e+11 1.01165 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + H^0 -> No product 1.55e+10 0.22263 +°OH^0 + H^0 -> No product 1.55e+10 0.22263 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + OH^0 -> H2O2^0 5.5e+09 0.330354 +°OH^0 + °OH^0 -> H2O2^0 5.5e+09 0.330354 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.549039 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.549039 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 0.357953 +°OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 0.357953 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 1.27e+10 0.22376 +°OH^0 + OH^-1 -> O^-1 1.27e+10 0.22376 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + HO_2^0 -> O_2^0 7.9e+09 0.231982 +°OH^0 + HO_2°^0 -> O_2^0 7.9e+09 0.231982 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + HO_2^-1 -> HO_2^0 + OH^-1 8.32e+09 0.305394 +°OH^0 + HO_2^-1 -> HO_2°^0 + OH^-1 8.32e+09 0.305394 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + O^-1 -> HO_2^-1 1e+09 0.0314623 +°OH^0 + O^-1 -> HO_2^-1 1e+09 0.0314623 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + O_3^-1 -> O_2^-1 + HO_2^0 8.5e+09 0.267429 +°OH^0 + O_3^-1 -> O_2^-1 + HO_2°^0 8.5e+09 0.267429 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + H2O2^0 -> HO_2^0 2.88e+07 0.000845706 +°OH^0 + H2O2^0 -> HO_2°^0 2.88e+07 0.000845706 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + H_2^0 -> H^0 3.28e+07 0.000619177 +°OH^0 + H_2^0 -> H^0 3.28e+07 0.000619177 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 1.27e+10 0.22376 +°OH^0 + OH^-1 -> O^-1 1.27e+10 0.22376 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + H2O^0 -> O^-1 + H3O^1 6.01766e-08 1.89329e-18 +°OH^0 + H2O^0 -> O^-1 + H3O^1 6.01766e-08 1.89329e-18 ------------------------------------------------------------------------------------------------------------------------------------- -OH^-1 + HO_2^0 -> O_2^-1 1.27e+10 0.220815 +OH^-1 + HO_2°^0 -> O_2^-1 1.27e+10 0.220815 ------------------------------------------------------------------------------------------------------------------------------------- OH^-1 + H2O2^0 -> HO_2^-1 1.3e+10 0.226032 ------------------------------------------------------------------------------------------------------------------------------------- @@ -681,7 +684,7 @@ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.5e+10 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 0.171514 ------------------------------------------------------------------------------------------------------------------------------------- -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 0.201883 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.1e+10 0.201883 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + O_2^-1 -> H2O2^0 + OH^-1 + OH^-1 1.3e+10 0.258322 ------------------------------------------------------------------------------------------------------------------------------------- @@ -689,23 +692,23 @@ e_aq^-1 + HO_2^-1 -> O^-1 + OH^-1 3.51e+09 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + O^-1 -> OH^-1 + OH^-1 2.31e+10 0.442387 ------------------------------------------------------------------------------------------------------------------------------------- -e_aq^-1 + HO_2^0 -> HO_2^-1 1.29e+10 0.236754 +e_aq^-1 + HO_2°^0 -> HO_2^-1 1.29e+10 0.236754 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + H3O^1 -> H^0 2.25e+10 0.207046 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + H2O^0 -> H^0 + OH^-1 0.00086821 1.6627e-14 ------------------------------------------------------------------------------------------------------------------------------------- -H^0 + O_2^0 -> HO_2^0 1.3e+10 0.182749 +H^0 + O_2^0 -> HO_2°^0 1.3e+10 0.182749 ------------------------------------------------------------------------------------------------------------------------------------- H^0 + H^0 -> H_2^0 5.03e+09 0.0949531 ------------------------------------------------------------------------------------------------------------------------------------- H^0 + O^-1 -> OH^-1 2e+10 0.293648 ------------------------------------------------------------------------------------------------------------------------------------- -H^0 + HO_2^0 -> H2O2^0 1e+10 0.142088 +H^0 + HO_2°^0 -> H2O2^0 1e+10 0.142088 ------------------------------------------------------------------------------------------------------------------------------------- H^0 + O_2^-1 -> HO_2^-1 1e+10 0.151019 ------------------------------------------------------------------------------------------------------------------------------------- -H^0 + H2O2^0 -> OH^0 3.5e+07 0.000497307 +H^0 + H2O2^0 -> °OH^0 3.5e+07 0.000497307 ------------------------------------------------------------------------------------------------------------------------------------- H^0 + H2O^0 -> e_aq^-1 + H3O^1 6.32e-06 9.27927e-17 ------------------------------------------------------------------------------------------------------------------------------------- @@ -713,19 +716,19 @@ H^0 + OH^-1 -> e_aq^-1 2.49e+07 ------------------------------------------------------------------------------------------------------------------------------------- H_2^0 + O^-1 -> H^0 + OH^-1 1.21e+08 0.00235134 ------------------------------------------------------------------------------------------------------------------------------------- -H2O2^0 + O^-1 -> HO_2^0 + OH^-1 5.55e+08 0.0170555 +H2O2^0 + O^-1 -> HO_2°^0 + OH^-1 5.55e+08 0.0170555 ------------------------------------------------------------------------------------------------------------------------------------- H2O2^0 + OH^-1 -> HO_2^-1 1.27e+10 0.220815 ------------------------------------------------------------------------------------------------------------------------------------- H2O2^0 + H2O^0 -> HO_2^-1 + H3O^1 7.86e-08 2.41542e-18 ------------------------------------------------------------------------------------------------------------------------------------- -HO_2^0 + HO_2^0 -> H2O2^0 + O_2^0 980000 5.63038e-05 +HO_2°^0 + HO_2°^0 -> H2O2^0 + O_2^0 980000 5.63038e-05 ------------------------------------------------------------------------------------------------------------------------------------- -HO_2^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 0.00316487 +HO_2°^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 0.00316487 ------------------------------------------------------------------------------------------------------------------------------------- -HO_2^0 + H2O^0 -> H3O^1 + O_2^-1 0.758 2.32938e-11 +HO_2°^0 + H2O^0 -> H3O^1 + O_2^-1 0.758 2.32938e-11 ------------------------------------------------------------------------------------------------------------------------------------- -HO_2^0 + OH^-1 -> O_2^-1 1.27e+10 0.220815 +HO_2°^0 + OH^-1 -> O_2^-1 1.27e+10 0.220815 ------------------------------------------------------------------------------------------------------------------------------------- HO_2^-1 + O^-1 -> O_2^-1 + OH^-1 3.5e+08 0.0136028 ------------------------------------------------------------------------------------------------------------------------------------- @@ -741,34 +744,34 @@ O^-1 + O^-1 -> H2O2^0 + OH^-1 + OH^-1 1e+08 ------------------------------------------------------------------------------------------------------------------------------------- O^-1 + O_3^-1 -> O_2^-1 + O_2^-1 7e+08 0.0231248 ------------------------------------------------------------------------------------------------------------------------------------- -O^-1 + H2O^0 -> OH^0 + OH^-1 99.54 3.28834e-09 +O^-1 + H2O^0 -> °OH^0 + OH^-1 99.54 3.28834e-09 ------------------------------------------------------------------------------------------------------------------------------------- -O^-1 + H3O^1 -> OH^0 9.56e+10 1.10233 +O^-1 + H3O^1 -> °OH^0 9.56e+10 1.10233 ------------------------------------------------------------------------------------------------------------------------------------- O_2^-1 + O_2^-1 -> H2O2^0 + O_2^0 + OH^-1 + OH^-1 100 7.55094e-09 ------------------------------------------------------------------------------------------------------------------------------------- -O_2^-1 + H3O^1 -> HO_2^0 4.78e+10 0.563458 +O_2^-1 + H3O^1 -> HO_2°^0 4.78e+10 0.563458 ------------------------------------------------------------------------------------------------------------------------------------- -O_2^-1 + H2O^0 -> HO_2^0 + OH^-1 8.295e-06 2.92297e-16 +O_2^-1 + H2O^0 -> HO_2°^0 + OH^-1 8.295e-06 2.92297e-16 ------------------------------------------------------------------------------------------------------------------------------------- -O_3^-1 + H3O^1 -> OH^0 + O_2^0 9e+10 1.03776 +O_3^-1 + H3O^1 -> °OH^0 + O_2^0 9e+10 1.03776 ------------------------------------------------------------------------------------------------------------------------------------- O_3^-1 + H2O^0 -> O^-1 + O_2^0 0.00266 8.78741e-14 ------------------------------------------------------------------------------------------------------------------------------------- DNAMolecularStepByStepModel will be used _____________________________________________________________________________ -Stop this beam line (e-, 0.999 MeV) at actual dose: 0.014275 Gy. Cut-off dose: 0.01 Gy -The beam of 5 tracks in a volume of 32.768 um3. Total deposit energy: 2919.8 eV. +Stop this beam line (e-, 0.999 MeV) at actual dose: 0.010174 Gy. Cut-off dose: 0.01 Gy +The beam of 4 tracks in a volume of 32.768 um3. Total deposit energy: 2080.9 eV. _____________________________________________________________________________ --------------------------End of Local Run------------------------------ The run has 2 events. Scavenger info: ************************************************************** -Scavenger:O_2^0 : 0.000273 (M) with : 5387110 (molecules)in: 32.768 (um3) +Scavenger:O_2^0 : 0.000273 (M) with : 5387144 (molecules)in: 32.768 (um3) Scavenger:H3O^1 : 3.1623e-06 (M) with : 62402 (molecules)in: 32.768 (um3) Scavenger:OH^-1 : 3.1419e-09 (M) with : 62 (molecules)in: 32.768 (um3) Scavenger:H2O^0 : 55.3 (M) with : 1091254301582 (molecules)in: 32.768 (um3) ************************************************************** -Total energy deposited in the world volume : 5.1986 keV +Total energy deposited in the world volume : 4.3598 keV ------------------------------------------------------------------------- diff --git a/examples/extended/medical/dna/UHDR/CMakeLists.txt b/examples/extended/medical/dna/UHDR/CMakeLists.txt index 355c7b42037..1762dff4d50 100644 --- a/examples/extended/medical/dna/UHDR/CMakeLists.txt +++ b/examples/extended/medical/dna/UHDR/CMakeLists.txt @@ -40,7 +40,7 @@ target_link_libraries(UHDR ${Geant4_LIBRARIES} ) # relies on these scripts being in the current working directory. # set(UHDR_SCRIPTS - beam.in UHDR.in plotG_time.C pulseShape.dat + beam.in UHDR.in plotG_time.C pulseShape.dat vis.mac ) foreach(_script ${UHDR_SCRIPTS}) diff --git a/examples/extended/medical/dna/UHDR/History b/examples/extended/medical/dna/UHDR/History index 96894dfa85a..97cca15d8c6 100644 --- a/examples/extended/medical/dna/UHDR/History +++ b/examples/extended/medical/dna/UHDR/History @@ -4,6 +4,13 @@ Geant4 - an Object-Oriented Toolkit for Simulation in HEP ========================================================= +## 2024-10-22 Hoang Tran (UHDR-V11-02-04) +- updated visu mode for physical stage and corrected README files + +## 2024-10-03 Hoang Tran (UHDR-V11-02-03) +- Modified the molecule names of OH, HO2, O in MoleculeDefinition. + Each molecule configuration has a molecule definition. + ## 2024-05-08 G. Cosmo (UHDR-V11-02-02) - Fixed compilation errors on macOS/clang with C++23 enabled, for incomplete types of smart-pointers through defaulted destructors. diff --git a/examples/extended/medical/dna/UHDR/README b/examples/extended/medical/dna/UHDR/README index a20b146565a..3926419d6be 100644 --- a/examples/extended/medical/dna/UHDR/README +++ b/examples/extended/medical/dna/UHDR/README @@ -23,15 +23,18 @@ It allows to simulate chemical reactions longtime (beyond 1 us) of post-irradiation. To run the example: - mkdir UHRD-build - cd UHRD-build - cmake ../pathToExamples/UHRD + mkdir UHDR-build + cd UHDR-build + cmake ../pathToExamples/UHDR make + To visualize (only for physical stage) + ./UHDR + In batch mode, the macro beam.in can be used as follows: - ./UHRD beam.in + ./UHDR beam.in or - ./UHRD beam.in 123 + ./UHDR beam.in 123 # 123 is the user's seed number 1 - GEOMETRY DEFINITION @@ -116,14 +119,14 @@ can be used to plot the G values vs time for each species. Execute plot_time as: - \verbatim + root plot_time.C - \endverbatim + or print G values to scorer.txt - \verbatim + root plot_time.C > scorer.txt - \endverbatim + The results show the molecular species (G values) as a function of time (ns). Please correct the dose in the TTree *tree = (TTree *) dir->Get("0.010000"); @@ -131,8 +134,13 @@ 11 - Periodic Boundary Condition (PBC) The Periodic Boundary Condition is implemented based on https://github.com/amentumspace/g4pbc - to calculate microdosimetry. - This requires a maximum dose (xxx) to abort the event. This to avoid the high energy of + to calculate microdosimetry. The periodic boundary condition (PBC) is used to simulate the + behavior of secondary electrons during the physical stage. + When an electron exits an edge of a cubic volume, it re-enters from the opposite edge. + The PBC helps reduce the edge effects in dose calculations for micrometer-sized volumes + + + The PBC requires a maximum dose (xxx) to abort the event. This to avoid the high energy of secondary electrons deposit a large energy inside the micro volume. /scorer/Dose/abortedDose xxx Gy diff --git a/examples/extended/medical/dna/UHDR/UHDR.out b/examples/extended/medical/dna/UHDR/UHDR.out index 2ab501c290b..9f44163457c 100644 --- a/examples/extended/medical/dna/UHDR/UHDR.out +++ b/examples/extended/medical/dna/UHDR/UHDR.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,43 +33,43 @@ H3O^1 + OH^-1 -> No product 1.13e+11 ----------------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> H^0 2.11e+10 ----------------------------------------------------------------------------------- -H3O^1 + O_3^-1 -> OH^0 + O_2^0 9e+10 +H3O^1 + O_3^-1 -> °OH^0 + O_2^0 9e+10 ----------------------------------------------------------------------------------- -H3O^1 + O_2^-1 -> HO_2^0 4.78e+10 +H3O^1 + O_2^-1 -> HO_2°^0 4.78e+10 ----------------------------------------------------------------------------------- H3O^1 + HO_2^-1 -> H2O2^0 4.78e+10 ----------------------------------------------------------------------------------- -H3O^1 + O^-1 -> OH^0 4.78e+10 +H3O^1 + O^-1 -> °OH^0 4.78e+10 ----------------------------------------------------------------------------------- H3O^1 + OH^-1 -> No product 1.13e+11 ----------------------------------------------------------------------------------- -OH^0 + H^0 -> No product 1.55e+10 +°OH^0 + H^0 -> No product 1.55e+10 ----------------------------------------------------------------------------------- -OH^0 + OH^0 -> H2O2^0 5.5e+09 +°OH^0 + °OH^0 -> H2O2^0 5.5e+09 ----------------------------------------------------------------------------------- -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 ----------------------------------------------------------------------------------- -OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 +°OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 ----------------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 1.27e+10 +°OH^0 + OH^-1 -> O^-1 1.27e+10 ----------------------------------------------------------------------------------- -OH^0 + HO_2^0 -> O_2^0 7.9e+09 +°OH^0 + HO_2°^0 -> O_2^0 7.9e+09 ----------------------------------------------------------------------------------- -OH^0 + HO_2^-1 -> HO_2^0 + OH^-1 8.32e+09 +°OH^0 + HO_2^-1 -> HO_2°^0 + OH^-1 8.32e+09 ----------------------------------------------------------------------------------- -OH^0 + O^-1 -> HO_2^-1 1e+09 +°OH^0 + O^-1 -> HO_2^-1 1e+09 ----------------------------------------------------------------------------------- -OH^0 + O_3^-1 -> O_2^-1 + HO_2^0 8.5e+09 +°OH^0 + O_3^-1 -> O_2^-1 + HO_2°^0 8.5e+09 ----------------------------------------------------------------------------------- -OH^0 + H2O2^0 -> HO_2^0 2.88e+07 +°OH^0 + H2O2^0 -> HO_2°^0 2.88e+07 ----------------------------------------------------------------------------------- -OH^0 + H_2^0 -> H^0 3.28e+07 +°OH^0 + H_2^0 -> H^0 3.28e+07 ----------------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 1.27e+10 +°OH^0 + OH^-1 -> O^-1 1.27e+10 ----------------------------------------------------------------------------------- -OH^0 + H2O^0 -> O^-1 + H3O^1 6.01766e-08 +°OH^0 + H2O^0 -> O^-1 + H3O^1 6.01766e-08 ----------------------------------------------------------------------------------- -OH^-1 + HO_2^0 -> O_2^-1 1.27e+10 +OH^-1 + HO_2°^0 -> O_2^-1 1.27e+10 ----------------------------------------------------------------------------------- OH^-1 + H2O2^0 -> HO_2^-1 1.3e+10 ----------------------------------------------------------------------------------- @@ -83,7 +83,7 @@ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.5e+10 ----------------------------------------------------------------------------------- e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 ----------------------------------------------------------------------------------- -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.1e+10 ----------------------------------------------------------------------------------- e_aq^-1 + O_2^-1 -> H2O2^0 + OH^-1 + OH^-1 1.3e+10 ----------------------------------------------------------------------------------- @@ -91,23 +91,23 @@ e_aq^-1 + HO_2^-1 -> O^-1 + OH^-1 3.51e+09 ----------------------------------------------------------------------------------- e_aq^-1 + O^-1 -> OH^-1 + OH^-1 2.31e+10 ----------------------------------------------------------------------------------- -e_aq^-1 + HO_2^0 -> HO_2^-1 1.29e+10 +e_aq^-1 + HO_2°^0 -> HO_2^-1 1.29e+10 ----------------------------------------------------------------------------------- e_aq^-1 + H3O^1 -> H^0 2.25e+10 ----------------------------------------------------------------------------------- e_aq^-1 + H2O^0 -> H^0 + OH^-1 0.00086821 ----------------------------------------------------------------------------------- -H^0 + O_2^0 -> HO_2^0 1.3e+10 +H^0 + O_2^0 -> HO_2°^0 1.3e+10 ----------------------------------------------------------------------------------- H^0 + H^0 -> H_2^0 5.03e+09 ----------------------------------------------------------------------------------- H^0 + O^-1 -> OH^-1 2e+10 ----------------------------------------------------------------------------------- -H^0 + HO_2^0 -> H2O2^0 1e+10 +H^0 + HO_2°^0 -> H2O2^0 1e+10 ----------------------------------------------------------------------------------- H^0 + O_2^-1 -> HO_2^-1 1e+10 ----------------------------------------------------------------------------------- -H^0 + H2O2^0 -> OH^0 3.5e+07 +H^0 + H2O2^0 -> °OH^0 3.5e+07 ----------------------------------------------------------------------------------- H^0 + H2O^0 -> e_aq^-1 + H3O^1 6.32e-06 ----------------------------------------------------------------------------------- @@ -115,19 +115,19 @@ H^0 + OH^-1 -> e_aq^-1 2.49e+07 ----------------------------------------------------------------------------------- H_2^0 + O^-1 -> H^0 + OH^-1 1.21e+08 ----------------------------------------------------------------------------------- -H2O2^0 + O^-1 -> HO_2^0 + OH^-1 5.55e+08 +H2O2^0 + O^-1 -> HO_2°^0 + OH^-1 5.55e+08 ----------------------------------------------------------------------------------- H2O2^0 + OH^-1 -> HO_2^-1 1.27e+10 ----------------------------------------------------------------------------------- H2O2^0 + H2O^0 -> HO_2^-1 + H3O^1 7.86e-08 ----------------------------------------------------------------------------------- -HO_2^0 + HO_2^0 -> H2O2^0 + O_2^0 980000 +HO_2°^0 + HO_2°^0 -> H2O2^0 + O_2^0 980000 ----------------------------------------------------------------------------------- -HO_2^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 +HO_2°^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 ----------------------------------------------------------------------------------- -HO_2^0 + H2O^0 -> H3O^1 + O_2^-1 0.758 +HO_2°^0 + H2O^0 -> H3O^1 + O_2^-1 0.758 ----------------------------------------------------------------------------------- -HO_2^0 + OH^-1 -> O_2^-1 1.27e+10 +HO_2°^0 + OH^-1 -> O_2^-1 1.27e+10 ----------------------------------------------------------------------------------- HO_2^-1 + O^-1 -> O_2^-1 + OH^-1 3.5e+08 ----------------------------------------------------------------------------------- @@ -143,17 +143,17 @@ O^-1 + O^-1 -> H2O2^0 + OH^-1 + OH^-1 1e+08 ----------------------------------------------------------------------------------- O^-1 + O_3^-1 -> O_2^-1 + O_2^-1 7e+08 ----------------------------------------------------------------------------------- -O^-1 + H2O^0 -> OH^0 + OH^-1 99.54 +O^-1 + H2O^0 -> °OH^0 + OH^-1 99.54 ----------------------------------------------------------------------------------- -O^-1 + H3O^1 -> OH^0 9.56e+10 +O^-1 + H3O^1 -> °OH^0 9.56e+10 ----------------------------------------------------------------------------------- O_2^-1 + O_2^-1 -> H2O2^0 + O_2^0 + OH^-1 + OH^-1 100 ----------------------------------------------------------------------------------- -O_2^-1 + H3O^1 -> HO_2^0 4.78e+10 +O_2^-1 + H3O^1 -> HO_2°^0 4.78e+10 ----------------------------------------------------------------------------------- -O_2^-1 + H2O^0 -> HO_2^0 + OH^-1 8.295e-06 +O_2^-1 + H2O^0 -> HO_2°^0 + OH^-1 8.295e-06 ----------------------------------------------------------------------------------- -O_3^-1 + H3O^1 -> OH^0 + O_2^0 9e+10 +O_3^-1 + H3O^1 -> °OH^0 + O_2^0 9e+10 ----------------------------------------------------------------------------------- O_3^-1 + H2O^0 -> O^-1 + O_2^0 0.00266 ----------------------------------------------------------------------------------- @@ -178,10 +178,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -631,43 +634,43 @@ H3O^1 + OH^-1 -> No product 1.13e+11 ------------------------------------------------------------------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.194163 ------------------------------------------------------------------------------------------------------------------------------------- -H3O^1 + O_3^-1 -> OH^0 + O_2^0 9e+10 1.03776 +H3O^1 + O_3^-1 -> °OH^0 + O_2^0 9e+10 1.03776 ------------------------------------------------------------------------------------------------------------------------------------- -H3O^1 + O_2^-1 -> HO_2^0 4.78e+10 0.563458 +H3O^1 + O_2^-1 -> HO_2°^0 4.78e+10 0.563458 ------------------------------------------------------------------------------------------------------------------------------------- H3O^1 + HO_2^-1 -> H2O2^0 4.78e+10 0.581617 ------------------------------------------------------------------------------------------------------------------------------------- -H3O^1 + O^-1 -> OH^0 4.78e+10 0.551166 +H3O^1 + O^-1 -> °OH^0 4.78e+10 0.551166 ------------------------------------------------------------------------------------------------------------------------------------- H3O^1 + OH^-1 -> No product 1.13e+11 1.01165 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + H^0 -> No product 1.55e+10 0.22263 +°OH^0 + H^0 -> No product 1.55e+10 0.22263 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + OH^0 -> H2O2^0 5.5e+09 0.330354 +°OH^0 + °OH^0 -> H2O2^0 5.5e+09 0.330354 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.549039 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.549039 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 0.357953 +°OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 0.357953 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 1.27e+10 0.22376 +°OH^0 + OH^-1 -> O^-1 1.27e+10 0.22376 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + HO_2^0 -> O_2^0 7.9e+09 0.231982 +°OH^0 + HO_2°^0 -> O_2^0 7.9e+09 0.231982 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + HO_2^-1 -> HO_2^0 + OH^-1 8.32e+09 0.305394 +°OH^0 + HO_2^-1 -> HO_2°^0 + OH^-1 8.32e+09 0.305394 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + O^-1 -> HO_2^-1 1e+09 0.0314623 +°OH^0 + O^-1 -> HO_2^-1 1e+09 0.0314623 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + O_3^-1 -> O_2^-1 + HO_2^0 8.5e+09 0.267429 +°OH^0 + O_3^-1 -> O_2^-1 + HO_2°^0 8.5e+09 0.267429 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + H2O2^0 -> HO_2^0 2.88e+07 0.000845706 +°OH^0 + H2O2^0 -> HO_2°^0 2.88e+07 0.000845706 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + H_2^0 -> H^0 3.28e+07 0.000619177 +°OH^0 + H_2^0 -> H^0 3.28e+07 0.000619177 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + OH^-1 -> O^-1 1.27e+10 0.22376 +°OH^0 + OH^-1 -> O^-1 1.27e+10 0.22376 ------------------------------------------------------------------------------------------------------------------------------------- -OH^0 + H2O^0 -> O^-1 + H3O^1 6.01766e-08 1.89329e-18 +°OH^0 + H2O^0 -> O^-1 + H3O^1 6.01766e-08 1.89329e-18 ------------------------------------------------------------------------------------------------------------------------------------- -OH^-1 + HO_2^0 -> O_2^-1 1.27e+10 0.220815 +OH^-1 + HO_2°^0 -> O_2^-1 1.27e+10 0.220815 ------------------------------------------------------------------------------------------------------------------------------------- OH^-1 + H2O2^0 -> HO_2^-1 1.3e+10 0.226032 ------------------------------------------------------------------------------------------------------------------------------------- @@ -681,7 +684,7 @@ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.5e+10 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 0.171514 ------------------------------------------------------------------------------------------------------------------------------------- -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 0.201883 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.1e+10 0.201883 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + O_2^-1 -> H2O2^0 + OH^-1 + OH^-1 1.3e+10 0.258322 ------------------------------------------------------------------------------------------------------------------------------------- @@ -689,23 +692,23 @@ e_aq^-1 + HO_2^-1 -> O^-1 + OH^-1 3.51e+09 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + O^-1 -> OH^-1 + OH^-1 2.31e+10 0.442387 ------------------------------------------------------------------------------------------------------------------------------------- -e_aq^-1 + HO_2^0 -> HO_2^-1 1.29e+10 0.236754 +e_aq^-1 + HO_2°^0 -> HO_2^-1 1.29e+10 0.236754 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + H3O^1 -> H^0 2.25e+10 0.207046 ------------------------------------------------------------------------------------------------------------------------------------- e_aq^-1 + H2O^0 -> H^0 + OH^-1 0.00086821 1.6627e-14 ------------------------------------------------------------------------------------------------------------------------------------- -H^0 + O_2^0 -> HO_2^0 1.3e+10 0.182749 +H^0 + O_2^0 -> HO_2°^0 1.3e+10 0.182749 ------------------------------------------------------------------------------------------------------------------------------------- H^0 + H^0 -> H_2^0 5.03e+09 0.0949531 ------------------------------------------------------------------------------------------------------------------------------------- H^0 + O^-1 -> OH^-1 2e+10 0.293648 ------------------------------------------------------------------------------------------------------------------------------------- -H^0 + HO_2^0 -> H2O2^0 1e+10 0.142088 +H^0 + HO_2°^0 -> H2O2^0 1e+10 0.142088 ------------------------------------------------------------------------------------------------------------------------------------- H^0 + O_2^-1 -> HO_2^-1 1e+10 0.151019 ------------------------------------------------------------------------------------------------------------------------------------- -H^0 + H2O2^0 -> OH^0 3.5e+07 0.000497307 +H^0 + H2O2^0 -> °OH^0 3.5e+07 0.000497307 ------------------------------------------------------------------------------------------------------------------------------------- H^0 + H2O^0 -> e_aq^-1 + H3O^1 6.32e-06 9.27927e-17 ------------------------------------------------------------------------------------------------------------------------------------- @@ -713,19 +716,19 @@ H^0 + OH^-1 -> e_aq^-1 2.49e+07 ------------------------------------------------------------------------------------------------------------------------------------- H_2^0 + O^-1 -> H^0 + OH^-1 1.21e+08 0.00235134 ------------------------------------------------------------------------------------------------------------------------------------- -H2O2^0 + O^-1 -> HO_2^0 + OH^-1 5.55e+08 0.0170555 +H2O2^0 + O^-1 -> HO_2°^0 + OH^-1 5.55e+08 0.0170555 ------------------------------------------------------------------------------------------------------------------------------------- H2O2^0 + OH^-1 -> HO_2^-1 1.27e+10 0.220815 ------------------------------------------------------------------------------------------------------------------------------------- H2O2^0 + H2O^0 -> HO_2^-1 + H3O^1 7.86e-08 2.41542e-18 ------------------------------------------------------------------------------------------------------------------------------------- -HO_2^0 + HO_2^0 -> H2O2^0 + O_2^0 980000 5.63038e-05 +HO_2°^0 + HO_2°^0 -> H2O2^0 + O_2^0 980000 5.63038e-05 ------------------------------------------------------------------------------------------------------------------------------------- -HO_2^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 0.00316487 +HO_2°^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 0.00316487 ------------------------------------------------------------------------------------------------------------------------------------- -HO_2^0 + H2O^0 -> H3O^1 + O_2^-1 0.758 2.32938e-11 +HO_2°^0 + H2O^0 -> H3O^1 + O_2^-1 0.758 2.32938e-11 ------------------------------------------------------------------------------------------------------------------------------------- -HO_2^0 + OH^-1 -> O_2^-1 1.27e+10 0.220815 +HO_2°^0 + OH^-1 -> O_2^-1 1.27e+10 0.220815 ------------------------------------------------------------------------------------------------------------------------------------- HO_2^-1 + O^-1 -> O_2^-1 + OH^-1 3.5e+08 0.0136028 ------------------------------------------------------------------------------------------------------------------------------------- @@ -741,34 +744,34 @@ O^-1 + O^-1 -> H2O2^0 + OH^-1 + OH^-1 1e+08 ------------------------------------------------------------------------------------------------------------------------------------- O^-1 + O_3^-1 -> O_2^-1 + O_2^-1 7e+08 0.0231248 ------------------------------------------------------------------------------------------------------------------------------------- -O^-1 + H2O^0 -> OH^0 + OH^-1 99.54 3.28834e-09 +O^-1 + H2O^0 -> °OH^0 + OH^-1 99.54 3.28834e-09 ------------------------------------------------------------------------------------------------------------------------------------- -O^-1 + H3O^1 -> OH^0 9.56e+10 1.10233 +O^-1 + H3O^1 -> °OH^0 9.56e+10 1.10233 ------------------------------------------------------------------------------------------------------------------------------------- O_2^-1 + O_2^-1 -> H2O2^0 + O_2^0 + OH^-1 + OH^-1 100 7.55094e-09 ------------------------------------------------------------------------------------------------------------------------------------- -O_2^-1 + H3O^1 -> HO_2^0 4.78e+10 0.563458 +O_2^-1 + H3O^1 -> HO_2°^0 4.78e+10 0.563458 ------------------------------------------------------------------------------------------------------------------------------------- -O_2^-1 + H2O^0 -> HO_2^0 + OH^-1 8.295e-06 2.92297e-16 +O_2^-1 + H2O^0 -> HO_2°^0 + OH^-1 8.295e-06 2.92297e-16 ------------------------------------------------------------------------------------------------------------------------------------- -O_3^-1 + H3O^1 -> OH^0 + O_2^0 9e+10 1.03776 +O_3^-1 + H3O^1 -> °OH^0 + O_2^0 9e+10 1.03776 ------------------------------------------------------------------------------------------------------------------------------------- O_3^-1 + H2O^0 -> O^-1 + O_2^0 0.00266 8.78741e-14 ------------------------------------------------------------------------------------------------------------------------------------- DNAMolecularStepByStepModel will be used _____________________________________________________________________________ -Stop this beam line (e-, 0.999 MeV) at actual dose: 0.014275 Gy. Cut-off dose: 0.01 Gy -The beam of 5 tracks in a volume of 32.768 um3. Total deposit energy: 2919.8 eV. +Stop this beam line (e-, 0.999 MeV) at actual dose: 0.010174 Gy. Cut-off dose: 0.01 Gy +The beam of 4 tracks in a volume of 32.768 um3. Total deposit energy: 2080.9 eV. _____________________________________________________________________________ --------------------------End of Local Run------------------------------ The run has 2 events. Scavenger info: ************************************************************** -Scavenger:O_2^0 : 0.000273 (M) with : 5387110 (molecules)in: 32.768 (um3) +Scavenger:O_2^0 : 0.000273 (M) with : 5387144 (molecules)in: 32.768 (um3) Scavenger:H3O^1 : 3.1623e-06 (M) with : 62402 (molecules)in: 32.768 (um3) Scavenger:OH^-1 : 3.1419e-09 (M) with : 62 (molecules)in: 32.768 (um3) Scavenger:H2O^0 : 55.3 (M) with : 1091254301582 (molecules)in: 32.768 (um3) ************************************************************** -Total energy deposited in the world volume : 5.1986 keV +Total energy deposited in the world volume : 4.3598 keV ------------------------------------------------------------------------- diff --git a/examples/extended/medical/dna/UHDR/src/ChemFrickeReactionBuilder.cc b/examples/extended/medical/dna/UHDR/src/ChemFrickeReactionBuilder.cc index 4c06c40c48c..9f0ce20ab2b 100644 --- a/examples/extended/medical/dna/UHDR/src/ChemFrickeReactionBuilder.cc +++ b/examples/extended/medical/dna/UHDR/src/ChemFrickeReactionBuilder.cc @@ -33,11 +33,11 @@ void ChemFrickeReactionBuilder::FrickeDosimeterReaction(G4DNAMolecularReactionTable* pReactionTable) { - auto OH = G4MoleculeTable::Instance()->GetConfiguration("OH"); + auto OH = G4MoleculeTable::Instance()->GetConfiguration("°OH"); auto OHm = G4MoleculeTable::Instance()->GetConfiguration("OHm"); G4MolecularConfiguration* H2O2 = G4MoleculeTable::Instance()->GetConfiguration("H2O2"); - G4MolecularConfiguration* HO2 = G4MoleculeTable::Instance()->GetConfiguration("HO2"); + G4MolecularConfiguration* HO2 = G4MoleculeTable::Instance()->GetConfiguration("HO2°"); G4MolecularConfiguration* HO2m = G4MoleculeTable::Instance()->GetConfiguration("HO2m"); G4MolecularConfiguration* Fepp = G4MoleculeTable::Instance()->GetConfiguration("Fepp"); G4MolecularConfiguration* Feppp = G4MoleculeTable::Instance()->GetConfiguration("Feppp"); diff --git a/examples/extended/medical/dna/UHDR/src/ChemNO2_NO3ScavengerBuilder.cc b/examples/extended/medical/dna/UHDR/src/ChemNO2_NO3ScavengerBuilder.cc index daf78e05696..a2dfae623d5 100644 --- a/examples/extended/medical/dna/UHDR/src/ChemNO2_NO3ScavengerBuilder.cc +++ b/examples/extended/medical/dna/UHDR/src/ChemNO2_NO3ScavengerBuilder.cc @@ -36,7 +36,7 @@ void ChemNO2_NO3ScavengerBuilder ::NO2_NO3ScavengerReaction( { auto table = G4MoleculeTable::Instance(); auto e_aq = table->GetConfiguration("e_aq"); - auto OH = table->GetConfiguration("OH"); + auto OH = table->GetConfiguration("°OH"); auto OHm = table->GetConfiguration("OHm"); auto NO2 = table->GetConfiguration("NO2"); auto NO2m = table->GetConfiguration("NO2m"); diff --git a/examples/extended/medical/dna/UHDR/src/ChemOxygenWaterBuilder.cc b/examples/extended/medical/dna/UHDR/src/ChemOxygenWaterBuilder.cc index b39fa522252..53cd68933e3 100644 --- a/examples/extended/medical/dna/UHDR/src/ChemOxygenWaterBuilder.cc +++ b/examples/extended/medical/dna/UHDR/src/ChemOxygenWaterBuilder.cc @@ -38,7 +38,7 @@ void ChemOxygenWaterBuilder::OxygenScavengerReaction(G4DNAMolecularReactionTable // Get the molecular configuration auto* e_aq = table->GetConfiguration("e_aq"); auto* H = table->GetConfiguration("H"); - auto* HO2 = table->GetConfiguration("HO2"); + auto* HO2 = table->GetConfiguration("HO2°"); auto* Om = table->GetConfiguration("Om"); auto* O2 = table->GetConfiguration("O2"); auto* O2m = table->GetConfiguration("O2m"); @@ -70,7 +70,7 @@ void ChemOxygenWaterBuilder::SecondOrderReactionExtended( //----------------------------------- // Get the molecular configuration auto table = G4MoleculeTable::Instance(); - auto* OH = table->GetConfiguration("OH"); + auto* OH = table->GetConfiguration("°OH"); auto* OHm = table->GetConfiguration("OHm"); auto* e_aq = table->GetConfiguration("e_aq"); auto* H2 = table->GetConfiguration("H2"); @@ -78,7 +78,7 @@ void ChemOxygenWaterBuilder::SecondOrderReactionExtended( auto* H = table->GetConfiguration("H"); auto* H2O2 = table->GetConfiguration("H2O2"); - auto* HO2 = table->GetConfiguration("HO2"); + auto* HO2 = table->GetConfiguration("HO2°"); auto* HO2m = table->GetConfiguration("HO2m"); auto* Om = table->GetConfiguration("Om"); auto* O2 = table->GetConfiguration("O2"); diff --git a/examples/extended/medical/dna/UHDR/src/ChemPureWaterBuilder.cc b/examples/extended/medical/dna/UHDR/src/ChemPureWaterBuilder.cc index 5ef7de650a0..9bcb54feaf2 100644 --- a/examples/extended/medical/dna/UHDR/src/ChemPureWaterBuilder.cc +++ b/examples/extended/medical/dna/UHDR/src/ChemPureWaterBuilder.cc @@ -36,13 +36,13 @@ void ChemPureWaterBuilder::WaterScavengerReaction(G4DNAMolecularReactionTable* p // Get the molecular configuration auto table = G4MoleculeTable::Instance(); - G4MolecularConfiguration* OH = table->GetConfiguration("OH"); + G4MolecularConfiguration* OH = table->GetConfiguration("°OH"); G4MolecularConfiguration* OHm = table->GetConfiguration("OHm"); G4MolecularConfiguration* H3Op = table->GetConfiguration("H3Op"); G4MolecularConfiguration* e_aq = table->GetConfiguration("e_aq"); G4MolecularConfiguration* H = table->GetConfiguration("H"); G4MolecularConfiguration* H2O2 = table->GetConfiguration("H2O2"); - G4MolecularConfiguration* HO2 = table->GetConfiguration("HO2"); + G4MolecularConfiguration* HO2 = table->GetConfiguration("HO2°"); G4MolecularConfiguration* HO2m = table->GetConfiguration("HO2m"); G4MolecularConfiguration* Om = table->GetConfiguration("Om"); G4MolecularConfiguration* O2 = table->GetConfiguration("O2"); diff --git a/examples/extended/medical/dna/UHDR/src/EmDNAChemistry.cc b/examples/extended/medical/dna/UHDR/src/EmDNAChemistry.cc index 95efc079352..f47b84d85c6 100644 --- a/examples/extended/medical/dna/UHDR/src/EmDNAChemistry.cc +++ b/examples/extended/medical/dna/UHDR/src/EmDNAChemistry.cc @@ -189,10 +189,10 @@ void EmDNAChemistry::ConstructProcess() auto table = G4MoleculeTable::Instance(); auto O2 = table->GetConfiguration("O2"); auto O2m = table->GetConfiguration("O2m"); - auto HO2 = table->GetConfiguration("HO2"); + auto HO2 = table->GetConfiguration("HO2°"); auto e_aq = table->GetConfiguration("e_aq"); - auto OH = table->GetConfiguration("OH"); + auto OH = table->GetConfiguration("°OH"); auto OHm = table->GetConfiguration("OHm"); auto NO2 = table->GetConfiguration("NO2"); diff --git a/examples/extended/medical/dna/UHDR/vis.mac b/examples/extended/medical/dna/UHDR/vis.mac index c94fdb8975a..e39224c8f2b 100644 --- a/examples/extended/medical/dna/UHDR/vis.mac +++ b/examples/extended/medical/dna/UHDR/vis.mac @@ -1,4 +1,9 @@ # +# Set the simulation volume (half Side Length) +#/UHDR/env/volume 0.8 um # for UHDR +/UHDR/env/volume 1.6 um # for CONV + +/UHDR/Detector/PBC true /run/initialize # Open a viewer /vis/open @@ -58,3 +63,12 @@ # # For file-based drivers, use this to create an empty detector view: #/vis/viewer/flush + +# no chemistry for visu +/chem/activate false + +/scorer/Dose/abortedDose 100 Gy +/scorer/Dose/cutoff 10 Gy +/UHDR/source/particle proton +/UHDR/source/energy 100 MeV + diff --git a/examples/extended/medical/dna/chem1/.README.txt b/examples/extended/medical/dna/chem1/.README.txt index 3df8134acc3..3ca5520a4cb 100644 --- a/examples/extended/medical/dna/chem1/.README.txt +++ b/examples/extended/medical/dna/chem1/.README.txt @@ -42,10 +42,30 @@ The chemistry module is triggered in the StackingAction class when all physical tracks have been processed. -\section Chem1_s5 OUTPUT +\section Chem1_s5 OUTPUT Physics initialization and the defined reaction table are printed. G4ITStepManager processes the chemical stage time step after time step. Chemical reactions are printed. -*/ +\section Chem1_s6 HOW TO START + + To run the example in batch mode + + ./chem1 -mac beam.in + + or + + ./chem1 + + then the macro beam.in is processed by default + + In interactive mode, run: + + ./chem1 -gui + + or + + ./chem1 -gui gui.mac + +*/ diff --git a/examples/extended/medical/dna/chem1/History b/examples/extended/medical/dna/chem1/History index 2dee6312530..ec85a7deb6e 100644 --- a/examples/extended/medical/dna/chem1/History +++ b/examples/extended/medical/dna/chem1/History @@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-09-19 Ivana Hrivnacova (chem1-V11-02-00) +- Added HOW TO START section in README with + the beam.in, gui.mac macros usage +- Changed the world volume colour to make it different from the + white background + ## 2023-10-20 John Allison (chem1-V11-01-00) - vis.mac: Remove defunct command /vis/ogl/set/displayListLimit. - This command no longer operates. There is now no display list limit. diff --git a/examples/extended/medical/dna/chem1/README b/examples/extended/medical/dna/chem1/README index 540479b223b..ec06f6769ed 100644 --- a/examples/extended/medical/dna/chem1/README +++ b/examples/extended/medical/dna/chem1/README @@ -43,10 +43,21 @@ How to activate chemistry code. The chemistry module is triggered in the StackingAction class when all physical tracks have been processed. - 4 - OUTPUT + 4 - OUTPUT Physics initialization and the defined reaction table are printed. G4ITStepManager processes the chemical stage time step after time step. Chemical reactions are printed. + 5 - HOW TO START ? + To run the example in batch mode: + ./chem1 -mac beam.in + or + ./chem1 + then the macro beam.in is processed by default + + In interactive mode, run: + ./chem1 -gui + or + ./chem1 -gui gui.mac diff --git a/examples/extended/medical/dna/chem1/chem1.out b/examples/extended/medical/dna/chem1/chem1.out index 726973e6511..9c51452f54c 100644 --- a/examples/extended/medical/dna/chem1/chem1.out +++ b/examples/extended/medical/dna/chem1/chem1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,10 +47,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -512,10 +515,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. Physics stage ends Number of chemical species involved in reactions = 6 @@ -525,294 +531,291 @@ H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.2005 ------------------------------------------------------------------------------------------------------------------------------ H3O^1 + OH^-1 -> No product 1.43e+11 1.34973 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + OH^0 -> H2O2^0 4.4e+09 0.207651 +°OH^0 + °OH^0 -> H2O2^0 4.4e+09 0.207651 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + H^0 -> No product 1.44e+10 0.194167 +°OH^0 + H^0 -> No product 1.44e+10 0.194167 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 5e+09 0.134838 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.65e+10 0.294265 ------------------------------------------------------------------------------------------------------------------------------ -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 0.295745 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.41e+10 0.295745 ------------------------------------------------------------------------------------------------------------------------------ H^0 + H^0 -> H_2^0 1.2e+10 0.226528 ------------------------------------------------------------------------------------------------------------------------------ DNAMolecularStepByStepModel will be used *** G4Scheduler starts processing -At time : 1 ps Reaction : OH^0 (-987) + OH^0 (-1125) -> H2O2^0 (-1129) -At time : 1 ps Reaction : OH^0 (-938) + e_aq^-1 (-940) -> OH^-1 (-1130) -At time : 1 ps Reaction : OH^0 (-628) + e_aq^-1 (-919) -> OH^-1 (-1131) -At time : 1 ps Reaction : OH^-1 (-1131) + H3O^1 (-627) -> No product -At time : 1 ps Reaction : OH^-1 (-1130) + H3O^1 (-939) -> No product -At time : 2 ps Reaction : OH^0 (-1015) + OH^0 (-1014) -> H2O2^0 (-1132) -At time : 2 ps Reaction : OH^0 (-995) + OH^0 (-994) -> H2O2^0 (-1133) -At time : 2 ps Reaction : e_aq^-1 (-94) + OH^0 (-656) -> OH^-1 (-1134) -At time : 2 ps Reaction : OH^-1 (-1134) + H3O^1 (-655) -> No product -At time : 3 ps Reaction : OH^0 (-760) + e_aq^-1 (-904) -> OH^-1 (-1135) -At time : 3 ps Reaction : OH^-1 (-1135) + H3O^1 (-761) -> No product -At time : 4 ps Reaction : OH^0 (-920) + e_aq^-1 (-922) -> OH^-1 (-1136) -At time : 4 ps Reaction : OH^-1 (-1136) + H3O^1 (-921) -> No product -At time : 5 ps Reaction : OH^0 (-1117) + OH^0 (-1118) -> H2O2^0 (-1137) -At time : 5 ps Reaction : OH^0 (-973) + OH^0 (-967) -> H2O2^0 (-1138) -At time : 7 ps Reaction : OH^0 (-1054) + OH^0 (-984) -> H2O2^0 (-1139) -At time : 7 ps Reaction : OH^0 (-828) + OH^0 (-858) -> H2O2^0 (-1140) -At time : 9 ps Reaction : e_aq^-1 (-268) + H3O^1 (-775) -> H^0 (-1141) -At time : 14 ps Reaction : OH^0 (-1108) + OH^0 (-846) -> H2O2^0 (-1142) -At time : 14 ps Reaction : H^0 (-1012) + OH^0 (-902) -> No product -At time : 15 ps Reaction : OH^0 (-880) + OH^0 (-908) -> H2O2^0 (-1143) -At time : 15 ps Reaction : e_aq^-1 (-371) + OH^0 (-626) -> OH^-1 (-1144) -At time : 15 ps Reaction : OH^-1 (-1144) + H3O^1 (-625) -> No product -At time : 19 ps Reaction : OH^0 (-1006) + OH^0 (-911) -> H2O2^0 (-1145) -At time : 24 ps Reaction : OH^0 (-1033) + OH^0 (-570) -> H2O2^0 (-1146) -At time : 28 ps Reaction : e_aq^-1 (-555) + OH^0 (-582) -> OH^-1 (-1147) -At time : 29 ps Reaction : OH^-1 (-1147) + H3O^1 (-581) -> No product -At time : 29 ps Reaction : H^0 (-974) + H^0 (-1035) -> H_2^0 (-1148) -At time : 31 ps Reaction : e_aq^-1 (-527) + OH^0 (-890) -> OH^-1 (-1149) -At time : 31 ps Reaction : OH^-1 (-1149) + H3O^1 (-889) -> No product -At time : 33 ps Reaction : e_aq^-1 (-265) + H^0 (-1141) -> OH^-1 (-1150) + H_2^0 (-1151) -At time : 40 ps Reaction : e_aq^-1 (-124) + H^0 (-981) -> OH^-1 (-1152) + H_2^0 (-1153) -At time : 43 ps Reaction : OH^0 (-1053) + OH^0 (-590) -> H2O2^0 (-1154) -At time : 47 ps Reaction : H^0 (-1025) + OH^0 (-690) -> No product -At time : 49 ps Reaction : OH^0 (-1066) + OH^0 (-1078) -> H2O2^0 (-1155) -At time : 59 ps Reaction : OH^0 (-1096) + OH^0 (-1097) -> H2O2^0 (-1156) -At time : 59 ps Reaction : e_aq^-1 (-284) + H3O^1 (-795) -> H^0 (-1157) -At time : 61 ps Reaction : e_aq^-1 (-486) + H^0 (-1031) -> OH^-1 (-1158) + H_2^0 (-1159) -At time : 66 ps Reaction : OH^0 (-1026) + OH^0 (-696) -> H2O2^0 (-1160) -At time : 67 ps Reaction : OH^0 (-1056) + OH^0 (-762) -> H2O2^0 (-1161) -At time : 73 ps Reaction : OH^0 (-808) + OH^0 (-971) -> H2O2^0 (-1162) -At time : 76 ps Reaction : e_aq^-1 (-318) + H3O^1 (-903) -> H^0 (-1163) -At time : 90 ps Reaction : OH^0 (-1034) + OH^0 (-720) -> H2O2^0 (-1164) -At time : 105 ps Reaction : OH^-1 (-565) + H3O^1 (-649) -> No product -At time : 110.8 ps Reaction : e_aq^-1 (-256) + OH^0 (-786) -> OH^-1 (-1165) -At time : 110.8 ps Reaction : OH^-1 (-1165) + H3O^1 (-779) -> No product -At time : 114.8 ps Reaction : OH^0 (-806) + e_aq^-1 (-925) -> OH^-1 (-1166) -At time : 124.21 ps Reaction : OH^0 (-1103) + OH^0 (-664) -> H2O2^0 (-1167) -At time : 129.21 ps Reaction : OH^-1 (-1166) + H3O^1 (-924) -> No product -At time : 129.21 ps Reaction : OH^0 (-1081) + OH^0 (-1082) -> H2O2^0 (-1168) -At time : 147.15 ps Reaction : e_aq^-1 (-302) + H3O^1 (-797) -> H^0 (-1169) -At time : 152.15 ps Reaction : OH^0 (-929) + e_aq^-1 (-931) -> OH^-1 (-1170) -At time : 160.15 ps Reaction : e_aq^-1 (-255) + OH^0 (-780) -> OH^-1 (-1171) -At time : 164.15 ps Reaction : e_aq^-1 (-107) + OH^0 (-854) -> OH^-1 (-1172) -At time : 165.15 ps Reaction : H3O^1 (-841) + e_aq^-1 (-958) -> H^0 (-1173) -At time : 169.15 ps Reaction : H3O^1 (-713) + OH^-1 (-1158) -> No product -At time : 171.15 ps Reaction : OH^0 (-1087) + OH^0 (-822) -> H2O2^0 (-1174) -At time : 182.15 ps Reaction : H3O^1 (-573) + OH^-1 (-1172) -> No product -At time : 188.37 ps Reaction : OH^0 (-1057) + e_aq^-1 (-338) -> OH^-1 (-1175) -At time : 198.37 ps Reaction : e_aq^-1 (-194) + OH^0 (-820) -> OH^-1 (-1176) -At time : 198.37 ps Reaction : OH^-1 (-1176) + H3O^1 (-819) -> No product -At time : 201.37 ps Reaction : H3O^1 (-645) + OH^-1 (-1171) -> No product -At time : 205.37 ps Reaction : OH^0 (-963) + H^0 (-964) -> No product -At time : 237.59 ps Reaction : OH^0 (-574) + OH^0 (-576) -> H2O2^0 (-1177) -At time : 246.86 ps Reaction : e_aq^-1 (-290) + H3O^1 (-765) -> H^0 (-1178) -At time : 249.86 ps Reaction : OH^0 (-1072) + OH^0 (-914) -> H2O2^0 (-1179) -At time : 253.99 ps Reaction : H3O^1 (-1069) + OH^-1 (-1150) -> No product -At time : 327.4 ps Reaction : H3O^1 (-825) + OH^-1 (-1152) -> No product -At time : 330.4 ps Reaction : e_aq^-1 (-83) + OH^0 (-844) -> OH^-1 (-1180) -At time : 330.4 ps Reaction : H3O^1 (-843) + OH^-1 (-1180) -> No product -At time : 331.4 ps Reaction : H3O^1 (-1102) + e_aq^-1 (-157) -> H^0 (-1181) -At time : 364.81 ps Reaction : OH^0 (-624) + OH^0 (-744) -> H2O2^0 (-1182) -At time : 392.28 ps Reaction : H^0 (-1046) + OH^0 (-738) -> No product -At time : 430.92 ps Reaction : e_aq^-1 (-93) + H3O^1 (-575) -> H^0 (-1183) -At time : 431.92 ps Reaction : H3O^1 (-906) + e_aq^-1 (-907) -> H^0 (-1184) -At time : 434.92 ps Reaction : OH^0 (-1002) + OH^0 (-572) -> H2O2^0 (-1185) -At time : 450.59 ps Reaction : e_aq^-1 (-472) + H^0 (-968) -> OH^-1 (-1186) + H_2^0 (-1187) -At time : 451.59 ps Reaction : OH^-1 (-1186) + H3O^1 (-719) -> No product -At time : 479.13 ps Reaction : OH^0 (-1075) + OH^0 (-588) -> H2O2^0 (-1188) -At time : 497.02 ps Reaction : e_aq^-1 (-493) + OH^0 (-706) -> OH^-1 (-1189) -At time : 510.49 ps Reaction : OH^0 (-666) + OH^0 (-862) -> H2O2^0 (-1190) -At time : 528.89 ps Reaction : e_aq^-1 (-190) + H3O^1 (-863) -> H^0 (-1191) -At time : 608.75 ps Reaction : e_aq^-1 (-556) + H3O^1 (-895) -> H^0 (-1192) -At time : 670.11 ps Reaction : H3O^1 (-1055) + OH^-1 (-1175) -> No product -At time : 738.74 ps Reaction : e_aq^-1 (-207) + H^0 (-1191) -> OH^-1 (-1193) + H_2^0 (-1194) -At time : 741.74 ps Reaction : H^0 (-1088) + OH^0 (-1091) -> No product -At time : 748.74 ps Reaction : OH^0 (-688) + H^0 (-1192) -> No product -At time : 829.29 ps Reaction : H^0 (-1099) + OH^0 (-824) -> No product -At time : 835.29 ps Reaction : e_aq^-1 (-300) + OH^0 (-638) -> OH^-1 (-1195) -At time : 936.65 ps Reaction : OH^0 (-1045) + OH^0 (-742) -> H2O2^0 (-1196) -At time : 965.05 ps Reaction : H^0 (-1094) + OH^0 (-578) -> No product -At time : 1.0018 ns Reaction : OH^-1 (-1189) + H3O^1 (-611) -> No product -At time : 1.1061 ns Reaction : OH^0 (-616) + H^0 (-966) -> No product -At time : 1.1461 ns Reaction : OH^0 (-1067) + OH^0 (-794) -> H2O2^0 (-1197) -At time : 1.2058 ns Reaction : OH^0 (-740) + OH^0 (-746) -> H2O2^0 (-1198) -At time : 1.2193 ns Reaction : e_aq^-1 (-317) + OH^0 (-764) -> OH^-1 (-1199) -At time : 1.252 ns Reaction : e_aq^-1 (-161) + H^0 (-1181) -> OH^-1 (-1200) + H_2^0 (-1201) -At time : 1.2755 ns Reaction : e_aq^-1 (-262) + H3O^1 (-1007) -> H^0 (-1202) -At time : 1.2858 ns Reaction : OH^0 (-1123) + e_aq^-1 (-560) -> OH^-1 (-1203) -At time : 1.3164 ns Reaction : OH^0 (-842) + H^0 (-1173) -> No product -At time : 1.473 ns Reaction : OH^0 (-766) + OH^0 (-770) -> H2O2^0 (-1204) -At time : 1.4862 ns Reaction : e_aq^-1 (-487) + OH^0 (-965) -> OH^-1 (-1205) -At time : 1.5442 ns Reaction : OH^0 (-1101) + e_aq^-1 (-162) -> OH^-1 (-1206) -At time : 1.5624 ns Reaction : OH^0 (-1112) + OH^0 (-662) -> H2O2^0 (-1207) -At time : 1.5674 ns Reaction : OH^0 (-1070) + OH^0 (-792) -> H2O2^0 (-1208) -At time : 1.8301 ns Reaction : H3O^1 (-827) + OH^-1 (-1206) -> No product -At time : 1.8418 ns Reaction : OH^-1 (-1200) + H3O^1 (-831) -> No product -At time : 2.0297 ns Reaction : e_aq^-1 (-152) + OH^0 (-832) -> OH^-1 (-1209) -At time : 2.1001 ns Reaction : H3O^1 (-669) + OH^-1 (-1199) -> No product -At time : 2.2699 ns Reaction : e_aq^-1 (-301) + H2O2^0 (-1145) -> OH^-1 (-1210) + OH^0 (-1211) -At time : 2.6487 ns Reaction : OH^-1 (-1209) + H3O^1 (-857) -> No product -At time : 2.9107 ns Reaction : H^0 (-990) + OH^0 (-650) -> No product -At time : 2.9615 ns Reaction : e_aq^-1 (-484) + H3O^1 (-673) -> H^0 (-1212) -At time : 3.3281 ns Reaction : e_aq^-1 (-467) + OH^0 (-708) -> OH^-1 (-1213) -At time : 3.3321 ns Reaction : H3O^1 (-609) + OH^-1 (-1205) -> No product -At time : 3.4061 ns Reaction : H^0 (-988) + OH^0 (-1043) -> No product -At time : 3.4958 ns Reaction : OH^0 (-632) + OH^0 (-941) -> H2O2^0 (-1214) -At time : 3.5362 ns Reaction : OH^0 (-1098) + OH^0 (-654) -> H2O2^0 (-1215) -At time : 3.5786 ns Reaction : OH^0 (-724) + OH^0 (-932) -> H2O2^0 (-1216) -At time : 3.6226 ns Reaction : OH^0 (-1022) + OH^0 (-686) -> H2O2^0 (-1217) -At time : 3.7293 ns Reaction : OH^0 (-648) + OH^0 (-790) -> H2O2^0 (-1218) -At time : 3.8364 ns Reaction : H2O2^0 (-1168) + e_aq^-1 (-955) -> OH^-1 (-1219) + OH^0 (-1220) -At time : 4.1031 ns Reaction : H3O^1 (-1065) + e_aq^-1 (-949) -> H^0 (-1221) -At time : 4.1591 ns Reaction : OH^0 (-852) + OH^0 (-926) -> H2O2^0 (-1222) -At time : 4.3659 ns Reaction : OH^-1 (-1193) + H3O^1 (-954) -> No product -At time : 4.3859 ns Reaction : e_aq^-1 (-406) + OH^0 (-736) -> OH^-1 (-1223) -At time : 4.4696 ns Reaction : e_aq^-1 (-479) + H3O^1 (-617) -> H^0 (-1224) -At time : 4.5459 ns Reaction : e_aq^-1 (-151) + H2O2^0 (-1215) -> OH^-1 (-1225) + OH^0 (-1226) -At time : 4.8162 ns Reaction : OH^0 (-1001) + OH^0 (-698) -> H2O2^0 (-1227) -At time : 5.2285 ns Reaction : H^0 (-1113) + e_aq^-1 (-119) -> OH^-1 (-1228) + H_2^0 (-1229) -At time : 5.4381 ns Reaction : e_aq^-1 (-274) + OH^0 (-1008) -> OH^-1 (-1230) -At time : 5.5678 ns Reaction : e_aq^-1 (-384) + OH^0 (-750) -> OH^-1 (-1231) -At time : 5.9556 ns Reaction : OH^0 (-1024) + OH^0 (-692) -> H2O2^0 (-1232) -At time : 6.2176 ns Reaction : e_aq^-1 (-109) + OH^0 (-850) -> OH^-1 (-1233) -At time : 6.2292 ns Reaction : H^0 (-1010) + OH^0 (-945) -> No product -At time : 6.5832 ns Reaction : e_aq^-1 (-480) + e_aq^-1 (-461) -> OH^-1 (-1234) + OH^-1 (-1235) + H_2^0 (-1236) -At time : 6.6595 ns Reaction : OH^0 (-714) + OH^0 (-728) -> H2O2^0 (-1237) -At time : 6.6668 ns Reaction : e_aq^-1 (-112) + H3O^1 (-839) -> H^0 (-1238) -At time : 6.7181 ns Reaction : OH^-1 (-1233) + H3O^1 (-849) -> No product -At time : 6.8184 ns Reaction : e_aq^-1 (-460) + H3O^1 (-707) -> H^0 (-1239) -At time : 6.9407 ns Reaction : OH^0 (-1084) + e_aq^-1 (-200) -> OH^-1 (-1240) -At time : 7.1214 ns Reaction : H3O^1 (-711) + OH^-1 (-1234) -> No product -At time : 7.3129 ns Reaction : H^0 (-1042) + OH^0 (-935) -> No product -At time : 7.3472 ns Reaction : OH^0 (-640) + e_aq^-1 (-916) -> OH^-1 (-1241) -At time : 7.883 ns Reaction : e_aq^-1 (-130) + H3O^1 (-593) -> H^0 (-1242) -At time : 7.9005 ns Reaction : H3O^1 (-771) + OH^-1 (-1195) -> No product -At time : 8.7102 ns Reaction : H3O^1 (-615) + OH^-1 (-1213) -> No product -At time : 8.7122 ns Reaction : OH^0 (-1111) + e_aq^-1 (-114) -> OH^-1 (-1243) -At time : 8.8491 ns Reaction : e_aq^-1 (-476) + H3O^1 (-725) -> H^0 (-1244) -At time : 9.0007 ns Reaction : e_aq^-1 (-496) + OH^0 (-602) -> OH^-1 (-1245) -At time : 9.0056 ns Reaction : e_aq^-1 (-116) + OH^0 (-978) -> OH^-1 (-1246) -At time : 10.583 ns Reaction : OH^0 (-1011) + OH^0 (-634) -> H2O2^0 (-1247) -At time : 10.726 ns Reaction : OH^0 (-979) + OH^0 (-838) -> H2O2^0 (-1248) -At time : 11.053 ns Reaction : e_aq^-1 (-188) + H2O2^0 (-1190) -> OH^-1 (-1249) + OH^0 (-1250) -At time : 11.276 ns Reaction : e_aq^-1 (-404) + H^0 (-1126) -> OH^-1 (-1251) + H_2^0 (-1252) -At time : 11.328 ns Reaction : OH^0 (-1041) + H^0 (-986) -> No product -At time : 12.184 ns Reaction : e_aq^-1 (-492) + OH^0 (-1038) -> OH^-1 (-1253) -At time : 12.249 ns Reaction : OH^0 (-568) + e_aq^-1 (-910) -> OH^-1 (-1254) -At time : 12.634 ns Reaction : e_aq^-1 (-143) + OH^0 (-596) -> OH^-1 (-1255) -At time : 12.659 ns Reaction : e_aq^-1 (-416) + H3O^1 (-599) -> H^0 (-1256) -At time : 12.672 ns Reaction : OH^0 (-980) + OH^0 (-594) -> H2O2^0 (-1257) -At time : 12.886 ns Reaction : OH^0 (-1086) + OH^0 (-950) -> H2O2^0 (-1258) -At time : 13.901 ns Reaction : OH^-1 (-1240) + H3O^1 (-865) -> No product -At time : 14.117 ns Reaction : e_aq^-1 (-252) + H3O^1 (-793) -> H^0 (-1259) -At time : 14.131 ns Reaction : e_aq^-1 (-430) + OH^0 (-580) -> OH^-1 (-1260) -At time : 14.5 ns Reaction : H3O^1 (-875) + OH^-1 (-1223) -> No product -At time : 14.605 ns Reaction : e_aq^-1 (-344) + OH^0 (-870) -> OH^-1 (-1261) -At time : 14.873 ns Reaction : e_aq^-1 (-303) + H2O2^0 (-1197) -> OH^-1 (-1262) + OH^0 (-1263) -At time : 15.26 ns Reaction : e_aq^-1 (-943) + H^0 (-1163) -> OH^-1 (-1264) + H_2^0 (-1265) -At time : 16.732 ns Reaction : e_aq^-1 (-209) + OH^0 (-566) -> OH^-1 (-1266) -At time : 17.469 ns Reaction : OH^0 (-989) + e_aq^-1 (-347) -> OH^-1 (-1267) -At time : 17.874 ns Reaction : OH^-1 (-1210) + H3O^1 (-777) -> No product -At time : 17.98 ns Reaction : e_aq^-1 (-88) + OH^0 (-848) -> OH^-1 (-1268) -At time : 18.035 ns Reaction : H3O^1 (-1100) + OH^-1 (-1255) -> No product -At time : 18.652 ns Reaction : H3O^1 (-591) + OH^-1 (-1219) -> No product -At time : 19.023 ns Reaction : e_aq^-1 (-466) + H3O^1 (-879) -> H^0 (-1269) -At time : 19.203 ns Reaction : e_aq^-1 (-374) + OH^0 (-1048) -> OH^-1 (-1270) -At time : 20.095 ns Reaction : H^0 (-1068) + OH^0 (-776) -> No product -At time : 20.29 ns Reaction : e_aq^-1 (-483) + OH^0 (-620) -> OH^-1 (-1271) -At time : 21.49 ns Reaction : OH^0 (-622) + OH^0 (-874) -> H2O2^0 (-1272) -At time : 22.162 ns Reaction : OH^0 (-1250) + OH^0 (-814) -> H2O2^0 (-1273) -At time : 25.941 ns Reaction : e_aq^-1 (-174) + OH^0 (-1226) -> OH^-1 (-1274) -At time : 26.52 ns Reaction : OH^-1 (-1251) + H3O^1 (-900) -> No product -At time : 27.284 ns Reaction : e_aq^-1 (-463) + H3O^1 (-705) -> H^0 (-1275) -At time : 27.613 ns Reaction : H^0 (-1044) + H^0 (-1256) -> H_2^0 (-1276) -At time : 28.333 ns Reaction : H^0 (-1169) + H^0 (-1259) -> H_2^0 (-1277) -At time : 28.527 ns Reaction : H3O^1 (-803) + OH^-1 (-1249) -> No product -At time : 30.725 ns Reaction : OH^0 (-614) + OH^0 (-722) -> H2O2^0 (-1278) -At time : 31.135 ns Reaction : OH^-1 (-1253) + H3O^1 (-731) -> No product -At time : 32.477 ns Reaction : OH^-1 (-1230) + H3O^1 (-767) -> No product -At time : 33.082 ns Reaction : OH^-1 (-1274) + H3O^1 (-829) -> No product -At time : 34 ns Reaction : OH^0 (-642) + OH^0 (-798) -> H2O2^0 (-1279) -At time : 37.084 ns Reaction : OH^0 (-718) + OH^0 (-878) -> H2O2^0 (-1280) -At time : 37.644 ns Reaction : e_aq^-1 (-387) + e_aq^-1 (-386) -> OH^-1 (-1281) + OH^-1 (-1282) + H_2^0 (-1283) -At time : 39.461 ns Reaction : H^0 (-1184) + OH^0 (-802) -> No product -At time : 39.7 ns Reaction : OH^0 (-768) + OH^0 (-923) -> H2O2^0 (-1284) -At time : 44.723 ns Reaction : OH^-1 (-1246) + H3O^1 (-653) -> No product -At time : 49.465 ns Reaction : OH^-1 (-1231) + H3O^1 (-869) -> No product -At time : 50.392 ns Reaction : e_aq^-1 (-197) + H3O^1 (-799) -> H^0 (-1285) -At time : 50.613 ns Reaction : OH^0 (-730) + OH^0 (-876) -> H2O2^0 (-1286) -At time : 53.977 ns Reaction : OH^0 (-1009) + e_aq^-1 (-330) -> OH^-1 (-1287) -At time : 57.759 ns Reaction : e_aq^-1 (-329) + OH^0 (-810) -> OH^-1 (-1288) -At time : 59.045 ns Reaction : H3O^1 (-759) + OH^-1 (-1264) -> No product -At time : 62.169 ns Reaction : e_aq^-1 (-248) + H3O^1 (-805) -> H^0 (-1289) -At time : 63.758 ns Reaction : OH^-1 (-1235) + H3O^1 (-613) -> No product -At time : 64.538 ns Reaction : H^0 (-1058) + OH^0 (-1051) -> No product -At time : 72.14 ns Reaction : OH^-1 (-1254) + H3O^1 (-703) -> No product -At time : 76.648 ns Reaction : OH^0 (-694) + H^0 (-962) -> No product -At time : 77.938 ns Reaction : OH^-1 (-1267) + H3O^1 (-773) -> No product -At time : 78.435 ns Reaction : OH^0 (-1018) + OH^0 (-860) -> H2O2^0 (-1290) -At time : 81.98 ns Reaction : OH^-1 (-1228) + H3O^1 (-833) -> No product -At time : 85.253 ns Reaction : H3O^1 (-597) + OH^-1 (-1282) -> No product -At time : 91.147 ns Reaction : H3O^1 (-933) + e_aq^-1 (-937) -> H^0 (-1291) -At time : 95.534 ns Reaction : e_aq^-1 (-442) + OH^0 (-618) -> OH^-1 (-1292) -At time : 103.44 ns Reaction : e_aq^-1 (-335) + OH^0 (-864) -> OH^-1 (-1293) -At time : 106.54 ns Reaction : e_aq^-1 (-497) + OH^0 (-886) -> OH^-1 (-1294) -At time : 113.05 ns Reaction : e_aq^-1 (-91) + OH^0 (-956) -> OH^-1 (-1295) -At time : 113.06 ns Reaction : e_aq^-1 (-525) + OH^0 (-959) -> OH^-1 (-1296) -At time : 117.88 ns Reaction : e_aq^-1 (-535) + OH^0 (-998) -> OH^-1 (-1297) -At time : 133.66 ns Reaction : H^0 (-1157) + e_aq^-1 (-203) -> OH^-1 (-1298) + H_2^0 (-1299) -At time : 138.32 ns Reaction : e_aq^-1 (-128) + OH^0 (-856) -> OH^-1 (-1300) -At time : 138.5 ns Reaction : H3O^1 (-1059) + OH^-1 (-1262) -> No product -At time : 143.27 ns Reaction : H3O^1 (-741) + OH^-1 (-1261) -> No product -At time : 143.37 ns Reaction : e_aq^-1 (-501) + H3O^1 (-733) -> H^0 (-1301) -At time : 143.58 ns Reaction : H3O^1 (-677) + OH^-1 (-1245) -> No product -At time : 147.1 ns Reaction : e_aq^-1 (-474) + OH^0 (-882) -> OH^-1 (-1302) -At time : 156.03 ns Reaction : OH^-1 (-1293) + H3O^1 (-651) -> No product -At time : 156.13 ns Reaction : H3O^1 (-641) + OH^-1 (-1243) -> No product -At time : 158.7 ns Reaction : H3O^1 (-811) + OH^-1 (-1281) -> No product -At time : 162.59 ns Reaction : e_aq^-1 (-340) + OH^0 (-756) -> OH^-1 (-1303) -At time : 164.23 ns Reaction : e_aq^-1 (-459) + H3O^1 (-721) -> H^0 (-1304) -At time : 175.4 ns Reaction : H3O^1 (-723) + OH^-1 (-1271) -> No product -At time : 175.47 ns Reaction : e_aq^-1 (-422) + OH^0 (-604) -> OH^-1 (-1305) -At time : 184.07 ns Reaction : e_aq^-1 (-298) + H2O2^0 (-1179) -> OH^-1 (-1306) + OH^0 (-1307) -At time : 190.17 ns Reaction : e_aq^-1 (-246) + H2O2^0 (-1162) -> OH^-1 (-1308) + OH^0 (-1309) -At time : 213.91 ns Reaction : e_aq^-1 (-439) + OH^0 (-732) -> OH^-1 (-1310) -At time : 224.17 ns Reaction : e_aq^-1 (-409) + OH^0 (-704) -> OH^-1 (-1311) -At time : 233.21 ns Reaction : e_aq^-1 (-352) + H3O^1 (-821) -> H^0 (-1312) -At time : 240.44 ns Reaction : e_aq^-1 (-393) + H3O^1 (-817) -> H^0 (-1313) -At time : 254.58 ns Reaction : OH^-1 (-1298) + H3O^1 (-845) -> No product -At time : 269.34 ns Reaction : e_aq^-1 (-306) + e_aq^-1 (-379) -> OH^-1 (-1314) + OH^-1 (-1315) + H_2^0 (-1316) -At time : 272.69 ns Reaction : H^0 (-1115) + OH^0 (-953) -> No product -At time : 282 ns Reaction : e_aq^-1 (-82) + OH^0 (-1016) -> OH^-1 (-1317) -At time : 303.78 ns Reaction : H3O^1 (-749) + e_aq^-1 (-913) -> H^0 (-1318) -At time : 327.92 ns Reaction : e_aq^-1 (-247) + H3O^1 (-809) -> H^0 (-1319) -At time : 338.16 ns Reaction : e_aq^-1 (-411) + H3O^1 (-635) -> H^0 (-1320) -At time : 358.92 ns Reaction : e_aq^-1 (-150) + H2O2^0 (-1216) -> OH^-1 (-1321) + OH^0 (-1322) -At time : 393.37 ns Reaction : e_aq^-1 (-390) + OH^0 (-917) -> OH^-1 (-1323) -At time : 410.83 ns Reaction : H^0 (-1062) + OH^0 (-752) -> No product -At time : 410.99 ns Reaction : OH^-1 (-1311) + H3O^1 (-859) -> No product -At time : 416.49 ns Reaction : e_aq^-1 (-251) + OH^0 (-796) -> OH^-1 (-1324) -At time : 480.1 ns Reaction : e_aq^-1 (-250) + e_aq^-1 (-337) -> OH^-1 (-1325) + OH^-1 (-1326) + H_2^0 (-1327) -At time : 535.78 ns Reaction : e_aq^-1 (-173) + H2O2^0 (-1174) -> OH^-1 (-1328) + OH^0 (-1329) -At time : 569.89 ns Reaction : H2O2^0 (-1198) + e_aq^-1 (-928) -> OH^-1 (-1330) + OH^0 (-1331) -At time : 602.01 ns Reaction : H3O^1 (-751) + OH^-1 (-1170) -> No product -At time : 617.43 ns Reaction : OH^0 (-975) + OH^0 (-644) -> H2O2^0 (-1332) -At time : 654.21 ns Reaction : H3O^1 (-671) + OH^-1 (-1260) -> No product -At time : 688.95 ns Reaction : H3O^1 (-1020) + OH^-1 (-1287) -> No product -At time : 734.29 ns Reaction : e_aq^-1 (-381) + e_aq^-1 (-505) -> OH^-1 (-1333) + OH^-1 (-1334) + H_2^0 (-1335) -At time : 816.65 ns Reaction : H3O^1 (-643) + OH^-1 (-1310) -> No product -At time : 882.8 ns Reaction : OH^-1 (-1333) + H3O^1 (-891) -> No product +At time : 1 ps Reaction : °OH^0 (-1076) + °OH^0 (-820) -> H2O2^0 (-1128) +At time : 2 ps Reaction : °OH^0 (-1028) + °OH^0 (-706) -> H2O2^0 (-1129) +At time : 2 ps Reaction : °OH^0 (-738) + °OH^0 (-740) -> H2O2^0 (-1130) +At time : 3 ps Reaction : °OH^0 (-1044) + °OH^0 (-628) -> H2O2^0 (-1131) +At time : 3 ps Reaction : °OH^0 (-1005) + °OH^0 (-1004) -> H2O2^0 (-1132) +At time : 3 ps Reaction : e_aq^-1 (-522) + °OH^0 (-680) -> OH^-1 (-1133) +At time : 3 ps Reaction : H3O^1 (-679) + OH^-1 (-1133) -> No product +At time : 4 ps Reaction : °OH^0 (-984) + °OH^0 (-945) -> H2O2^0 (-1134) +At time : 9 ps Reaction : °OH^0 (-992) + °OH^0 (-1023) -> H2O2^0 (-1135) +At time : 9 ps Reaction : °OH^0 (-970) + °OH^0 (-634) -> H2O2^0 (-1136) +At time : 12 ps Reaction : H^0 (-1017) + °OH^0 (-656) -> No product +At time : 20 ps Reaction : °OH^0 (-1009) + °OH^0 (-1010) -> H2O2^0 (-1137) +At time : 33.093 ps Reaction : e_aq^-1 (-255) + H3O^1 (-645) -> H^0 (-1138) +At time : 39.093 ps Reaction : e_aq^-1 (-94) + °OH^0 (-852) -> OH^-1 (-1139) +At time : 48.093 ps Reaction : °OH^0 (-1063) + °OH^0 (-1126) -> H2O2^0 (-1140) +At time : 56.093 ps Reaction : °OH^0 (-1015) + °OH^0 (-1014) -> H2O2^0 (-1141) +At time : 75.093 ps Reaction : °OH^0 (-1007) + °OH^0 (-1059) -> H2O2^0 (-1142) +At time : 80.093 ps Reaction : e_aq^-1 (-265) + °OH^0 (-796) -> OH^-1 (-1143) +At time : 80.093 ps Reaction : OH^-1 (-1143) + H3O^1 (-795) -> No product +At time : 81.093 ps Reaction : H^0 (-1096) + °OH^0 (-923) -> No product +At time : 82.093 ps Reaction : °OH^0 (-936) + °OH^0 (-962) -> H2O2^0 (-1144) +At time : 82.093 ps Reaction : e_aq^-1 (-318) + °OH^0 (-760) -> OH^-1 (-1145) +At time : 82.093 ps Reaction : OH^-1 (-1145) + H3O^1 (-809) -> No product +At time : 100.09 ps Reaction : OH^-1 (-1139) + H3O^1 (-851) -> No product +At time : 104.09 ps Reaction : °OH^0 (-976) + °OH^0 (-972) -> H2O2^0 (-1146) +At time : 123.09 ps Reaction : e_aq^-1 (-270) + °OH^0 (-914) -> OH^-1 (-1147) +At time : 124.09 ps Reaction : e_aq^-1 (-301) + H3O^1 (-765) -> H^0 (-1148) +At time : 130.09 ps Reaction : °OH^0 (-570) + °OH^0 (-908) -> H2O2^0 (-1149) +At time : 179.12 ps Reaction : e_aq^-1 (-508) + °OH^0 (-884) -> OH^-1 (-1150) +At time : 179.12 ps Reaction : H3O^1 (-883) + OH^-1 (-1150) -> No product +At time : 182.12 ps Reaction : H^0 (-1025) + °OH^0 (-702) -> No product +At time : 190.12 ps Reaction : e_aq^-1 (-268) + °OH^0 (-776) -> OH^-1 (-1151) +At time : 193.12 ps Reaction : °OH^0 (-1027) + e_aq^-1 (-472) -> OH^-1 (-1152) +At time : 214.5 ps Reaction : e_aq^-1 (-560) + °OH^0 (-608) -> OH^-1 (-1153) +At time : 247.01 ps Reaction : e_aq^-1 (-496) + °OH^0 (-882) -> OH^-1 (-1154) +At time : 259.98 ps Reaction : H^0 (-1138) + °OH^0 (-902) -> No product +At time : 276.51 ps Reaction : °OH^0 (-626) + °OH^0 (-744) -> H2O2^0 (-1155) +At time : 330.32 ps Reaction : °OH^0 (-668) + e_aq^-1 (-928) -> OH^-1 (-1156) +At time : 334.32 ps Reaction : H^0 (-1104) + °OH^0 (-658) -> No product +At time : 344.21 ps Reaction : e_aq^-1 (-114) + H3O^1 (-575) -> H^0 (-1157) +At time : 388.48 ps Reaction : °OH^0 (-686) + °OH^0 (-896) -> H2O2^0 (-1158) +At time : 412.06 ps Reaction : OH^-1 (-565) + H3O^1 (-803) -> No product +At time : 428.53 ps Reaction : H^0 (-985) + °OH^0 (-782) -> No product +At time : 433.53 ps Reaction : °OH^0 (-1052) + e_aq^-1 (-943) -> OH^-1 (-1159) +At time : 433.53 ps Reaction : H3O^1 (-629) + OH^-1 (-1159) -> No product +At time : 480.84 ps Reaction : °OH^0 (-834) + °OH^0 (-858) -> H2O2^0 (-1160) +At time : 530.25 ps Reaction : H3O^1 (-667) + OH^-1 (-1156) -> No product +At time : 534.25 ps Reaction : °OH^0 (-708) + °OH^0 (-714) -> H2O2^0 (-1161) +At time : 561.36 ps Reaction : °OH^0 (-1087) + °OH^0 (-1083) -> H2O2^0 (-1162) +At time : 613.27 ps Reaction : °OH^0 (-953) + e_aq^-1 (-955) -> OH^-1 (-1163) +At time : 623.28 ps Reaction : H3O^1 (-1067) + OH^-1 (-1151) -> No product +At time : 634.17 ps Reaction : H^0 (-1090) + e_aq^-1 (-161) -> OH^-1 (-1164) + H_2^0 (-1165) +At time : 634.17 ps Reaction : OH^-1 (-1164) + H3O^1 (-829) -> No product +At time : 643.81 ps Reaction : H3O^1 (-609) + OH^-1 (-1152) -> No product +At time : 675.74 ps Reaction : e_aq^-1 (-302) + °OH^0 (-648) -> OH^-1 (-1166) +At time : 688.9 ps Reaction : H^0 (-1078) + °OH^0 (-818) -> No product +At time : 716.6 ps Reaction : °OH^0 (-600) + H^0 (-963) -> No product +At time : 756.14 ps Reaction : H^0 (-1127) + °OH^0 (-946) -> No product +At time : 771.87 ps Reaction : H^0 (-1094) + °OH^0 (-850) -> No product +At time : 793.48 ps Reaction : °OH^0 (-610) + °OH^0 (-712) -> H2O2^0 (-1167) +At time : 847.18 ps Reaction : e_aq^-1 (-300) + H^0 (-1148) -> OH^-1 (-1168) + H_2^0 (-1169) +At time : 862.48 ps Reaction : °OH^0 (-1095) + °OH^0 (-856) -> H2O2^0 (-1170) +At time : 888.64 ps Reaction : °OH^0 (-886) + °OH^0 (-932) -> H2O2^0 (-1171) +At time : 1.0112 ns Reaction : H3O^1 (-1051) + e_aq^-1 (-922) -> H^0 (-1172) +At time : 1.0274 ns Reaction : e_aq^-1 (-504) + H3O^1 (-703) -> H^0 (-1173) +At time : 1.0439 ns Reaction : OH^-1 (-1153) + H3O^1 (-683) -> No product +At time : 1.0616 ns Reaction : e_aq^-1 (-463) + °OH^0 (-612) -> OH^-1 (-1174) +At time : 1.0867 ns Reaction : °OH^0 (-636) + °OH^0 (-764) -> H2O2^0 (-1175) +At time : 1.1033 ns Reaction : °OH^0 (-1115) + e_aq^-1 (-442) -> OH^-1 (-1176) +At time : 1.187 ns Reaction : °OH^0 (-1080) + °OH^0 (-652) -> H2O2^0 (-1177) +At time : 1.2102 ns Reaction : e_aq^-1 (-317) + H3O^1 (-921) -> H^0 (-1178) +At time : 1.2212 ns Reaction : H3O^1 (-729) + OH^-1 (-1176) -> No product +At time : 1.2457 ns Reaction : H^0 (-978) + e_aq^-1 (-340) -> OH^-1 (-1179) + H_2^0 (-1180) +At time : 1.2962 ns Reaction : °OH^0 (-728) + °OH^0 (-878) -> H2O2^0 (-1181) +At time : 1.4387 ns Reaction : e_aq^-1 (-487) + H3O^1 (-615) -> H^0 (-1182) +At time : 1.4591 ns Reaction : °OH^0 (-988) + °OH^0 (-812) -> H2O2^0 (-1183) +At time : 1.4601 ns Reaction : e_aq^-1 (-483) + H3O^1 (-617) -> H^0 (-1184) +At time : 1.5999 ns Reaction : e_aq^-1 (-107) + °OH^0 (-1016) -> OH^-1 (-1185) +At time : 1.648 ns Reaction : °OH^0 (-588) + °OH^0 (-792) -> H2O2^0 (-1186) +At time : 1.7284 ns Reaction : H^0 (-1066) + °OH^0 (-1071) -> No product +At time : 1.7545 ns Reaction : e_aq^-1 (-91) + H3O^1 (-841) -> H^0 (-1187) +At time : 1.8116 ns Reaction : °OH^0 (-1070) + e_aq^-1 (-284) -> OH^-1 (-1188) +At time : 1.8136 ns Reaction : °OH^0 (-1073) + °OH^0 (-950) -> H2O2^0 (-1189) +At time : 1.8186 ns Reaction : H^0 (-1064) + °OH^0 (-1068) -> No product +At time : 1.8258 ns Reaction : °OH^0 (-568) + °OH^0 (-710) -> H2O2^0 (-1190) +At time : 1.8389 ns Reaction : e_aq^-1 (-281) + °OH^0 (-638) -> OH^-1 (-1191) +At time : 1.9077 ns Reaction : OH^-1 (-1174) + H3O^1 (-719) -> No product +At time : 1.9257 ns Reaction : e_aq^-1 (-555) + H^0 (-1019) -> OH^-1 (-1192) + H_2^0 (-1193) +At time : 1.979 ns Reaction : e_aq^-1 (-145) + °OH^0 (-842) -> OH^-1 (-1194) +At time : 2.0287 ns Reaction : H3O^1 (-1029) + e_aq^-1 (-910) -> H^0 (-1195) +At time : 2.2232 ns Reaction : °OH^0 (-981) + e_aq^-1 (-907) -> OH^-1 (-1196) +At time : 2.3576 ns Reaction : OH^-1 (-1166) + H3O^1 (-781) -> No product +At time : 2.3849 ns Reaction : e_aq^-1 (-150) + H3O^1 (-593) -> H^0 (-1197) +At time : 2.4517 ns Reaction : °OH^0 (-986) + °OH^0 (-670) -> H2O2^0 (-1198) +At time : 2.521 ns Reaction : e_aq^-1 (-390) + °OH^0 (-598) -> OH^-1 (-1199) +At time : 2.6934 ns Reaction : e_aq^-1 (-283) + °OH^0 (-798) -> OH^-1 (-1200) +At time : 2.7708 ns Reaction : H3O^1 (-633) + OH^-1 (-1179) -> No product +At time : 2.8239 ns Reaction : e_aq^-1 (-443) + e_aq^-1 (-493) -> OH^-1 (-1201) + OH^-1 (-1202) + H_2^0 (-1203) +At time : 2.8617 ns Reaction : °OH^0 (-1032) + °OH^0 (-616) -> H2O2^0 (-1204) +At time : 2.907 ns Reaction : e_aq^-1 (-387) + °OH^0 (-624) -> OH^-1 (-1205) +At time : 3.0361 ns Reaction : e_aq^-1 (-436) + H3O^1 (-731) -> H^0 (-1206) +At time : 3.0612 ns Reaction : e_aq^-1 (-422) + °OH^0 (-874) -> OH^-1 (-1207) +At time : 3.12 ns Reaction : °OH^0 (-736) + °OH^0 (-905) -> H2O2^0 (-1208) +At time : 3.1987 ns Reaction : °OH^0 (-854) + H^0 (-969) -> No product +At time : 3.2007 ns Reaction : e_aq^-1 (-535) + H3O^1 (-693) -> H^0 (-1209) +At time : 3.2471 ns Reaction : °OH^0 (-1107) + H^0 (-1157) -> No product +At time : 3.2491 ns Reaction : °OH^0 (-1106) + e_aq^-1 (-119) -> OH^-1 (-1210) +At time : 3.3314 ns Reaction : e_aq^-1 (-250) + H3O^1 (-1061) -> H^0 (-1211) +At time : 3.4231 ns Reaction : e_aq^-1 (-546) + °OH^0 (-894) -> OH^-1 (-1212) +At time : 3.6371 ns Reaction : e_aq^-1 (-97) + H3O^1 (-853) -> H^0 (-1213) +At time : 3.8499 ns Reaction : H3O^1 (-613) + OH^-1 (-1202) -> No product +At time : 3.9114 ns Reaction : °OH^0 (-770) + e_aq^-1 (-916) -> OH^-1 (-1214) +At time : 3.9257 ns Reaction : OH^-1 (-1185) + H3O^1 (-839) -> No product +At time : 4.0427 ns Reaction : OH^-1 (-1214) + H3O^1 (-639) -> No product +At time : 4.1707 ns Reaction : H^0 (-1000) + e_aq^-1 (-379) -> OH^-1 (-1215) + H_2^0 (-1216) +At time : 4.2441 ns Reaction : H^0 (-1102) + °OH^0 (-848) -> No product +At time : 4.3582 ns Reaction : e_aq^-1 (-196) + °OH^0 (-866) -> OH^-1 (-1217) +At time : 4.4496 ns Reaction : °OH^0 (-654) + °OH^0 (-824) -> H2O2^0 (-1218) +At time : 4.6578 ns Reaction : e_aq^-1 (-290) + °OH^0 (-642) -> OH^-1 (-1219) +At time : 4.8607 ns Reaction : e_aq^-1 (-305) + °OH^0 (-802) -> OH^-1 (-1220) +At time : 5.0216 ns Reaction : e_aq^-1 (-112) + H2O2^0 (-1170) -> OH^-1 (-1221) + °OH^0 (-1222) +At time : 5.1513 ns Reaction : e_aq^-1 (-306) + H^0 (-967) -> OH^-1 (-1223) + H_2^0 (-1224) +At time : 5.2394 ns Reaction : °OH^0 (-1089) + °OH^0 (-1092) -> H2O2^0 (-1225) +At time : 6.1453 ns Reaction : OH^-1 (-1147) + H3O^1 (-1057) -> No product +At time : 6.3483 ns Reaction : e_aq^-1 (-556) + H3O^1 (-895) -> H^0 (-1226) +At time : 6.5246 ns Reaction : e_aq^-1 (-486) + H3O^1 (-569) -> H^0 (-1227) +At time : 6.6362 ns Reaction : H3O^1 (-641) + OH^-1 (-1220) -> No product +At time : 7.0109 ns Reaction : H3O^1 (-900) + OH^-1 (-1196) -> No product +At time : 7.4361 ns Reaction : e_aq^-1 (-190) + H2O2^0 (-1177) -> OH^-1 (-1228) + °OH^0 (-1229) +At time : 7.5874 ns Reaction : e_aq^-1 (-480) + H^0 (-1227) -> OH^-1 (-1230) + H_2^0 (-1231) +At time : 7.8563 ns Reaction : e_aq^-1 (-430) + H3O^1 (-875) -> H^0 (-1232) +At time : 7.9533 ns Reaction : °OH^0 (-1033) + °OH^0 (-720) -> H2O2^0 (-1233) +At time : 8.0013 ns Reaction : e_aq^-1 (-404) + °OH^0 (-899) -> OH^-1 (-1234) +At time : 8.1123 ns Reaction : H^0 (-1088) + °OH^0 (-662) -> No product +At time : 8.1257 ns Reaction : e_aq^-1 (-277) + H3O^1 (-801) -> H^0 (-1235) +At time : 8.3376 ns Reaction : OH^-1 (-1230) + H3O^1 (-705) -> No product +At time : 8.4692 ns Reaction : e_aq^-1 (-128) + °OH^0 (-836) -> OH^-1 (-1236) +At time : 8.4861 ns Reaction : H3O^1 (-573) + OH^-1 (-1221) -> No product +At time : 8.7975 ns Reaction : OH^-1 (-1200) + H3O^1 (-789) -> No product +At time : 8.9643 ns Reaction : OH^-1 (-1163) + H3O^1 (-924) -> No product +At time : 9.0175 ns Reaction : e_aq^-1 (-492) + °OH^0 (-618) -> OH^-1 (-1237) +At time : 9.8254 ns Reaction : H3O^1 (-1105) + e_aq^-1 (-925) -> H^0 (-1238) +At time : 10.052 ns Reaction : e_aq^-1 (-130) + °OH^0 (-1222) -> OH^-1 (-1239) +At time : 10.299 ns Reaction : e_aq^-1 (-406) + H3O^1 (-735) -> H^0 (-1240) +At time : 10.85 ns Reaction : °OH^0 (-578) + °OH^0 (-596) -> H2O2^0 (-1241) +At time : 10.86 ns Reaction : °OH^0 (-1065) + e_aq^-1 (-262) -> OH^-1 (-1242) +At time : 11.498 ns Reaction : e_aq^-1 (-248) + °OH^0 (-644) -> OH^-1 (-1243) +At time : 11.72 ns Reaction : H3O^1 (-707) + OH^-1 (-1237) -> No product +At time : 11.766 ns Reaction : °OH^0 (-1086) + e_aq^-1 (-171) -> OH^-1 (-1244) +At time : 12.271 ns Reaction : OH^-1 (-1191) + H3O^1 (-771) -> No product +At time : 12.512 ns Reaction : °OH^0 (-726) + °OH^0 (-732) -> H2O2^0 (-1245) +At time : 12.861 ns Reaction : e_aq^-1 (-245) + °OH^0 (-646) -> OH^-1 (-1246) +At time : 13.457 ns Reaction : e_aq^-1 (-378) + °OH^0 (-572) -> OH^-1 (-1247) +At time : 13.506 ns Reaction : °OH^0 (-650) + e_aq^-1 (-940) -> OH^-1 (-1248) +At time : 13.675 ns Reaction : e_aq^-1 (-199) + °OH^0 (-864) -> OH^-1 (-1249) +At time : 13.701 ns Reaction : OH^-1 (-1154) + H3O^1 (-713) -> No product +At time : 13.747 ns Reaction : e_aq^-1 (-374) + H3O^1 (-737) -> H^0 (-1250) +At time : 14.546 ns Reaction : H3O^1 (-819) + OH^-1 (-1217) -> No product +At time : 15.19 ns Reaction : H3O^1 (-571) + OH^-1 (-1205) -> No product +At time : 15.732 ns Reaction : e_aq^-1 (-117) + H3O^1 (-657) -> H^0 (-1251) +At time : 17.358 ns Reaction : e_aq^-1 (-147) + °OH^0 (-830) -> OH^-1 (-1252) +At time : 17.522 ns Reaction : e_aq^-1 (-140) + H2O2^0 (-1225) -> OH^-1 (-1253) + °OH^0 (-1254) +At time : 17.83 ns Reaction : e_aq^-1 (-252) + °OH^0 (-766) -> OH^-1 (-1255) +At time : 17.947 ns Reaction : e_aq^-1 (-109) + °OH^0 (-574) -> OH^-1 (-1256) +At time : 18.901 ns Reaction : e_aq^-1 (-152) + °OH^0 (-816) -> OH^-1 (-1257) +At time : 19.785 ns Reaction : °OH^0 (-778) + °OH^0 (-794) -> H2O2^0 (-1258) +At time : 20.277 ns Reaction : e_aq^-1 (-292) + °OH^0 (-917) -> OH^-1 (-1259) +At time : 20.35 ns Reaction : e_aq^-1 (-526) + °OH^0 (-1117) -> OH^-1 (-1260) +At time : 21.315 ns Reaction : e_aq^-1 (-203) + °OH^0 (-926) -> OH^-1 (-1261) +At time : 21.79 ns Reaction : OH^-1 (-1236) + H3O^1 (-825) -> No product +At time : 21.984 ns Reaction : OH^-1 (-1248) + H3O^1 (-767) -> No product +At time : 22.123 ns Reaction : H^0 (-1060) + e_aq^-1 (-904) -> OH^-1 (-1262) + H_2^0 (-1263) +At time : 22.535 ns Reaction : e_aq^-1 (-527) + H3O^1 (-889) -> H^0 (-1264) +At time : 23.229 ns Reaction : e_aq^-1 (-275) + H2O2^0 (-1140) -> OH^-1 (-1265) + °OH^0 (-1266) +At time : 24.515 ns Reaction : °OH^0 (-1254) + °OH^0 (-838) -> H2O2^0 (-1267) +At time : 26.816 ns Reaction : H3O^1 (-821) + OH^-1 (-1244) -> No product +At time : 28.671 ns Reaction : °OH^0 (-640) + °OH^0 (-806) -> H2O2^0 (-1268) +At time : 29.106 ns Reaction : H^0 (-1100) + e_aq^-1 (-93) -> OH^-1 (-1269) + H_2^0 (-1270) +At time : 29.646 ns Reaction : e_aq^-1 (-194) + °OH^0 (-1074) -> OH^-1 (-1271) +At time : 29.79 ns Reaction : OH^-1 (-1246) + H3O^1 (-903) -> No product +At time : 30.535 ns Reaction : e_aq^-1 (-497) + H3O^1 (-715) -> H^0 (-1272) +At time : 31.67 ns Reaction : H3O^1 (-591) + OH^-1 (-1252) -> No product +At time : 31.977 ns Reaction : e_aq^-1 (-505) + H3O^1 (-701) -> H^0 (-1273) +At time : 32.632 ns Reaction : H3O^1 (-791) + OH^-1 (-1265) -> No product +At time : 33.725 ns Reaction : e_aq^-1 (-386) + H3O^1 (-743) -> H^0 (-1274) +At time : 34.213 ns Reaction : e_aq^-1 (-310) + H3O^1 (-942) -> H^0 (-1275) +At time : 35.188 ns Reaction : OH^-1 (-1261) + H3O^1 (-757) -> No product +At time : 35.333 ns Reaction : e_aq^-1 (-173) + °OH^0 (-1077) -> OH^-1 (-1276) +At time : 36.553 ns Reaction : e_aq^-1 (-427) + H3O^1 (-579) -> H^0 (-1277) +At time : 37.274 ns Reaction : e_aq^-1 (-466) + H2O2^0 (-1167) -> OH^-1 (-1278) + °OH^0 (-1279) +At time : 37.391 ns Reaction : OH^-1 (-1199) + H3O^1 (-745) -> No product +At time : 37.955 ns Reaction : OH^-1 (-1259) + H3O^1 (-797) -> No product +At time : 39.106 ns Reaction : e_aq^-1 (-507) + H^0 (-1182) -> OH^-1 (-1280) + H_2^0 (-1281) +At time : 39.588 ns Reaction : e_aq^-1 (-431) + H3O^1 (-873) -> H^0 (-1282) +At time : 40.006 ns Reaction : °OH^0 (-1103) + e_aq^-1 (-162) -> OH^-1 (-1283) +At time : 40.256 ns Reaction : H^0 (-1108) + °OH^0 (-826) -> No product +At time : 41.272 ns Reaction : e_aq^-1 (-484) + °OH^0 (-704) -> OH^-1 (-1284) +At time : 44.064 ns Reaction : e_aq^-1 (-151) + °OH^0 (-968) -> OH^-1 (-1285) +At time : 45.424 ns Reaction : °OH^0 (-1122) + e_aq^-1 (-563) -> OH^-1 (-1286) +At time : 47.716 ns Reaction : °OH^0 (-890) + H^0 (-1209) -> No product +At time : 49.089 ns Reaction : OH^-1 (-1215) + H3O^1 (-751) -> No product +At time : 50.005 ns Reaction : e_aq^-1 (-344) + °OH^0 (-1047) -> OH^-1 (-1287) +At time : 51.646 ns Reaction : °OH^0 (-758) + °OH^0 (-938) -> H2O2^0 (-1288) +At time : 53.571 ns Reaction : °OH^0 (-1011) + e_aq^-1 (-335) -> OH^-1 (-1289) +At time : 54.293 ns Reaction : H3O^1 (-649) + OH^-1 (-1219) -> No product +At time : 54.839 ns Reaction : °OH^0 (-594) + H^0 (-1197) -> No product +At time : 55.377 ns Reaction : °OH^0 (-1093) + °OH^0 (-844) -> H2O2^0 (-1290) +At time : 56.527 ns Reaction : H^0 (-1226) + e_aq^-1 (-550) -> OH^-1 (-1291) + H_2^0 (-1292) +At time : 57.838 ns Reaction : e_aq^-1 (-337) + °OH^0 (-966) -> OH^-1 (-1293) +At time : 58.358 ns Reaction : OH^-1 (-1293) + H3O^1 (-793) -> No product +At time : 59.063 ns Reaction : e_aq^-1 (-192) + °OH^0 (-630) -> OH^-1 (-1294) +At time : 59.776 ns Reaction : OH^-1 (-1242) + H3O^1 (-631) -> No product +At time : 60.296 ns Reaction : e_aq^-1 (-207) + H3O^1 (-823) -> H^0 (-1295) +At time : 61.423 ns Reaction : H3O^1 (-865) + OH^-1 (-1249) -> No product +At time : 62.153 ns Reaction : OH^-1 (-1294) + H3O^1 (-867) -> No product +At time : 63.189 ns Reaction : H3O^1 (-811) + OH^-1 (-1188) -> No product +At time : 65.725 ns Reaction : OH^-1 (-1234) + H3O^1 (-741) -> No product +At time : 69.913 ns Reaction : e_aq^-1 (-197) + H3O^1 (-653) -> H^0 (-1296) +At time : 70.291 ns Reaction : e_aq^-1 (-352) + °OH^0 (-822) -> OH^-1 (-1297) +At time : 72.718 ns Reaction : H3O^1 (-651) + OH^-1 (-1269) -> No product +At time : 72.827 ns Reaction : e_aq^-1 (-209) + °OH^0 (-941) -> OH^-1 (-1298) +At time : 78.823 ns Reaction : e_aq^-1 (-246) + H3O^1 (-777) -> H^0 (-1299) +At time : 86.059 ns Reaction : e_aq^-1 (-467) + H^0 (-1035) -> OH^-1 (-1300) + H_2^0 (-1301) +At time : 86.752 ns Reaction : OH^-1 (-1257) + H3O^1 (-861) -> No product +At time : 98.626 ns Reaction : e_aq^-1 (-548) + H3O^1 (-691) -> H^0 (-1302) +At time : 101.22 ns Reaction : e_aq^-1 (-274) + °OH^0 (-780) -> OH^-1 (-1303) +At time : 104.15 ns Reaction : OH^-1 (-1297) + H3O^1 (-863) -> No product +At time : 109.67 ns Reaction : e_aq^-1 (-148) + H^0 (-1056) -> OH^-1 (-1304) + H_2^0 (-1305) +At time : 123.75 ns Reaction : e_aq^-1 (-186) + H3O^1 (-761) -> H^0 (-1306) +At time : 124.42 ns Reaction : H3O^1 (-749) + OH^-1 (-1228) -> No product +At time : 147.27 ns Reaction : °OH^0 (-1112) + H^0 (-1275) -> No product +At time : 158.02 ns Reaction : OH^-1 (-1289) + H3O^1 (-951) -> No product +At time : 159.49 ns Reaction : H3O^1 (-1042) + OH^-1 (-1300) -> No product +At time : 185.84 ns Reaction : °OH^0 (-977) + e_aq^-1 (-385) -> OH^-1 (-1307) +At time : 193.31 ns Reaction : e_aq^-1 (-105) + H^0 (-1296) -> OH^-1 (-1308) + H_2^0 (-1309) +At time : 196.28 ns Reaction : H^0 (-1054) + °OH^0 (-790) -> No product +At time : 202 ns Reaction : e_aq^-1 (-515) + °OH^0 (-958) -> OH^-1 (-1310) +At time : 208.64 ns Reaction : OH^-1 (-1243) + H3O^1 (-587) -> No product +At time : 227.36 ns Reaction : °OH^0 (-1124) + e_aq^-1 (-357) -> OH^-1 (-1311) +At time : 268.24 ns Reaction : e_aq^-1 (-131) + °OH^0 (-1082) -> OH^-1 (-1312) +At time : 285.44 ns Reaction : e_aq^-1 (-528) + °OH^0 (-1020) -> OH^-1 (-1313) +At time : 298.45 ns Reaction : H3O^1 (-623) + OH^-1 (-1223) -> No product +At time : 313.63 ns Reaction : H^0 (-971) + °OH^0 (-840) -> No product +At time : 326.25 ns Reaction : e_aq^-1 (-510) + H3O^1 (-697) -> H^0 (-1314) +At time : 339.29 ns Reaction : e_aq^-1 (-273) + °OH^0 (-800) -> OH^-1 (-1315) +At time : 395.21 ns Reaction : e_aq^-1 (-411) + H3O^1 (-599) -> H^0 (-1316) +At time : 454.62 ns Reaction : OH^-1 (-1168) + H3O^1 (-918) -> No product +At time : 478.45 ns Reaction : °OH^0 (-975) + °OH^0 (-999) -> H2O2^0 (-1317) +At time : 558.9 ns Reaction : e_aq^-1 (-330) + H3O^1 (-585) -> H^0 (-1318) +At time : 560.56 ns Reaction : OH^-1 (-1311) + H3O^1 (-912) -> No product +At time : 619.63 ns Reaction : H^0 (-1110) + H^0 (-1316) -> H_2^0 (-1319) +At time : 624.24 ns Reaction : °OH^0 (-1038) + e_aq^-1 (-460) -> OH^-1 (-1320) +At time : 680.69 ns Reaction : e_aq^-1 (-534) + °OH^0 (-696) -> OH^-1 (-1321) +At time : 711 ns Reaction : H2O2^0 (-1142) + e_aq^-1 (-347) -> OH^-1 (-1322) + °OH^0 (-1323) +At time : 865.31 ns Reaction : e_aq^-1 (-200) + °OH^0 (-937) -> OH^-1 (-1324) +At time : 878.42 ns Reaction : °OH^0 (-1040) + e_aq^-1 (-439) -> OH^-1 (-1325) +At time : 894.25 ns Reaction : H^0 (-1045) + °OH^0 (-580) -> No product +At time : 918.03 ns Reaction : °OH^0 (-1101) + °OH^0 (-980) -> H2O2^0 (-1326) *** G4Scheduler ends at time : 1 us ___________________________________ Run terminated. Run Summary Number of events processed : 1 - User=107.520000s Real=112.015599s Sys=0.050000s + User=87.130000s Real=89.751683s Sys=0.010000s G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x21a1b10 -UserPhysicsList deleted 0x21a1ea8 -UserActionInitialization deleted 0x2215c80 +UserDetectorConstruction deleted 0x19c1dd0 +UserPhysicsList deleted 0x19c2188 +UserActionInitialization deleted 0x1a36200 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. @@ -822,7 +825,7 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 1509 +Total navigation history collections cleaned: 1504 G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 1.09 MB @@ -833,9 +836,9 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '17G4DynamicParticle', size : 0.156 MB Pool ID '7G4Track', size : 0.311 MB -Pool ID '18G4TouchableHistory', size : 0.0913 MB +Pool ID '18G4TouchableHistory', size : 0.0904 MB Pool ID '15G4CountedObjectIvE', size : 0.0288 MB -Pool ID '10G4Molecule', size : 0.0942 MB +Pool ID '10G4Molecule', size : 0.0932 MB Pool ID '8G4KDTree', size : 0.000961 MB Pool ID '8G4KDNodeI4G4ITE', size : 0.0519 MB Pool ID '14G4KDTreeResult', size : 0.000961 MB diff --git a/examples/extended/medical/dna/chem1/src/DetectorConstruction.cc b/examples/extended/medical/dna/chem1/src/DetectorConstruction.cc index 7695c5943d8..bb7aac00abc 100644 --- a/examples/extended/medical/dna/chem1/src/DetectorConstruction.cc +++ b/examples/extended/medical/dna/chem1/src/DetectorConstruction.cc @@ -112,7 +112,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructDetector() 0); // copy number // Visualization attributes - G4VisAttributes* worldVisAtt = new G4VisAttributes(G4Colour(1.0, 1.0, 1.0)); // White + G4VisAttributes* worldVisAtt = new G4VisAttributes(G4Colour(0.0, 0.4, 0.8, 0.5)); worldVisAtt->SetVisibility(true); logicWorld->SetVisAttributes(worldVisAtt); diff --git a/examples/extended/medical/dna/chem2/.README.txt b/examples/extended/medical/dna/chem2/.README.txt index df1223e8bed..c1e63085e11 100644 --- a/examples/extended/medical/dna/chem2/.README.txt +++ b/examples/extended/medical/dna/chem2/.README.txt @@ -49,5 +49,25 @@ Physics initialization and the defined reaction table are printed. G4ITStepManager processes the chemical stage time step after time step. Chemical reactions are printed. -*/ +\section Chem2_s6 HOW TO START + + To run the example in batch mode + + ./chem2 -mac beam.in + + or + + ./chem2 + + then the macro beam.in is processed by default + + In interactive mode, run: + + ./chem2 -gui + + or + + ./chem2 -gui gui.mac + +*/ diff --git a/examples/extended/medical/dna/chem2/History b/examples/extended/medical/dna/chem2/History index ae886641d3e..141370b9e0f 100644 --- a/examples/extended/medical/dna/chem2/History +++ b/examples/extended/medical/dna/chem2/History @@ -5,6 +5,10 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-09-19 Ivana Hrivnacova (chem2-V11-02-00) +- Added HOW TO START section in README with + the beam.in, gui.mac macros usage + ## 2021-12-10 Ben Morgan (chem2-V11-00-00) - Change to new Markdown History format diff --git a/examples/extended/medical/dna/chem2/README b/examples/extended/medical/dna/chem2/README index 9b67c683a9d..1a21b2204e5 100644 --- a/examples/extended/medical/dna/chem2/README +++ b/examples/extended/medical/dna/chem2/README @@ -44,7 +44,6 @@ How to set minimum time step limits using TimeSteppingManager. of G4ParticleGun class. The chemistry module is triggered in the StackingAction class when all physical tracks have been processed. - 4 - OUTPUT @@ -52,3 +51,15 @@ How to set minimum time step limits using TimeSteppingManager. G4ITStepManager processes the chemical stage time step after time step. Chemical reactions are printed. + 5 - HOW TO START ? + + To run the example in batch mode: + ./chem2 -mac beam.in + or + ./chem1 + then the macro beam.in is processed by default + + In interactive mode, run: + ./chem2 -gui + or + ./chem2 -gui gui.mac diff --git a/examples/extended/medical/dna/chem2/chem2.out b/examples/extended/medical/dna/chem2/chem2.out index 9d0e3c87ba3..dec4e20a4ab 100644 --- a/examples/extended/medical/dna/chem2/chem2.out +++ b/examples/extended/medical/dna/chem2/chem2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -42,10 +42,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -489,4145 +492,4158 @@ H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.2005 ------------------------------------------------------------------------------------------------------------------------------ H3O^1 + OH^-1 -> No product 1.43e+11 1.34973 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + OH^0 -> H2O2^0 4.4e+09 0.207651 +°OH^0 + °OH^0 -> H2O2^0 4.4e+09 0.207651 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + H^0 -> No product 1.44e+10 0.194167 +°OH^0 + H^0 -> No product 1.44e+10 0.194167 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 5e+09 0.134838 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.65e+10 0.294265 ------------------------------------------------------------------------------------------------------------------------------ -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 0.295745 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.41e+10 0.295745 ------------------------------------------------------------------------------------------------------------------------------ H^0 + H^0 -> H_2^0 1.2e+10 0.226528 ------------------------------------------------------------------------------------------------------------------------------ DNAMolecularStepByStepModel will be used *** G4Scheduler starts processing -At time : 1 ps Reaction : OH^0 (-11351) + OH^0 (-9390) -> H2O2^0 (-11360) -At time : 1 ps Reaction : OH^0 (-11349) + OH^0 (-11251) -> H2O2^0 (-11361) -At time : 1 ps Reaction : OH^0 (-11292) + OH^0 (-9144) -> H2O2^0 (-11362) -At time : 1 ps Reaction : OH^0 (-10104) + OH^0 (-11279) -> H2O2^0 (-11363) -At time : 1 ps Reaction : OH^0 (-7062) + OH^0 (-11271) -> H2O2^0 (-11364) -At time : 1 ps Reaction : OH^0 (-11269) + OH^0 (-11270) -> H2O2^0 (-11365) -At time : 1 ps Reaction : OH^0 (-11257) + OH^0 (-11261) -> H2O2^0 (-11366) -At time : 1 ps Reaction : OH^0 (-10147) + OH^0 (-11237) -> H2O2^0 (-11367) -At time : 1 ps Reaction : OH^0 (-11231) + OH^0 (-9053) -> H2O2^0 (-11368) -At time : 1 ps Reaction : OH^0 (-9280) + OH^0 (-11227) -> H2O2^0 (-11369) -At time : 1 ps Reaction : OH^0 (-9957) + OH^0 (-11221) -> H2O2^0 (-11370) -At time : 1 ps Reaction : OH^0 (-11207) + OH^0 (-10722) -> H2O2^0 (-11371) -At time : 1 ps Reaction : OH^0 (-11189) + OH^0 (-9278) -> H2O2^0 (-11372) -At time : 1 ps Reaction : OH^0 (-11166) + OH^0 (-9095) -> H2O2^0 (-11373) -At time : 1 ps Reaction : H3O^1 (-11064) + OH^-1 (-5729) -> No product -At time : 1 ps Reaction : OH^0 (-11046) + OH^0 (-8112) -> H2O2^0 (-11374) -At time : 1 ps Reaction : OH^0 (-10976) + OH^0 (-10978) -> H2O2^0 (-11375) -At time : 1 ps Reaction : OH^0 (-10950) + OH^0 (-7984) -> H2O2^0 (-11376) -At time : 1 ps Reaction : OH^0 (-10910) + e_aq^-1 (-8563) -> OH^-1 (-11377) -At time : 1 ps Reaction : OH^0 (-10899) + OH^0 (-6898) -> H2O2^0 (-11378) -At time : 1 ps Reaction : OH^0 (-10897) + OH^0 (-10016) -> H2O2^0 (-11379) -At time : 1 ps Reaction : OH^0 (-10876) + OH^0 (-10005) -> H2O2^0 (-11380) -At time : 1 ps Reaction : OH^0 (-10781) + OH^0 (-10780) -> H2O2^0 (-11381) -At time : 1 ps Reaction : OH^0 (-9790) + OH^0 (-10752) -> H2O2^0 (-11382) -At time : 1 ps Reaction : H3O^1 (-10598) + OH^-1 (-5768) -> No product -At time : 1 ps Reaction : OH^0 (-10595) + OH^0 (-9237) -> H2O2^0 (-11383) -At time : 1 ps Reaction : H3O^1 (-10566) + OH^-1 (-5789) -> No product -At time : 1 ps Reaction : OH^0 (-10515) + e_aq^-1 (-8341) -> OH^-1 (-11384) -At time : 1 ps Reaction : H3O^1 (-10357) + OH^-1 (-5720) -> No product -At time : 1 ps Reaction : e_aq^-1 (-82) + OH^0 (-10354) -> OH^-1 (-11385) -At time : 1 ps Reaction : OH^0 (-10301) + OH^0 (-9364) -> H2O2^0 (-11386) -At time : 1 ps Reaction : H^0 (-10217) + OH^0 (-10218) -> No product -At time : 1 ps Reaction : OH^0 (-10166) + OH^0 (-9415) -> H2O2^0 (-11387) -At time : 1 ps Reaction : OH^0 (-10119) + OH^0 (-10121) -> H2O2^0 (-11388) -At time : 1 ps Reaction : OH^0 (-9991) + OH^0 (-9992) -> H2O2^0 (-11389) -At time : 1 ps Reaction : OH^0 (-9953) + OH^0 (-9955) -> H2O2^0 (-11390) -At time : 1 ps Reaction : OH^0 (-9948) + OH^0 (-9268) -> H2O2^0 (-11391) -At time : 1 ps Reaction : OH^0 (-9834) + OH^0 (-9838) -> H2O2^0 (-11392) -At time : 1 ps Reaction : OH^0 (-9802) + OH^0 (-9015) -> H2O2^0 (-11393) -At time : 1 ps Reaction : OH^0 (-9766) + OH^0 (-9011) -> H2O2^0 (-11394) -At time : 1 ps Reaction : OH^0 (-9743) + OH^0 (-9745) -> H2O2^0 (-11395) -At time : 1 ps Reaction : H^0 (-9698) + OH^0 (-5918) -> No product -At time : 1 ps Reaction : OH^0 (-9665) + OH^0 (-9667) -> H2O2^0 (-11396) -At time : 1 ps Reaction : OH^0 (-9284) + OH^0 (-9435) -> H2O2^0 (-11397) -At time : 1 ps Reaction : OH^0 (-9265) + OH^0 (-6202) -> H2O2^0 (-11398) -At time : 1 ps Reaction : OH^0 (-9202) + OH^0 (-8746) -> H2O2^0 (-11399) -At time : 1 ps Reaction : H^0 (-9111) + OH^0 (-6476) -> No product -At time : 1 ps Reaction : OH^0 (-6624) + e_aq^-1 (-8776) -> OH^-1 (-11400) -At time : 1 ps Reaction : OH^0 (-8660) + e_aq^-1 (-8662) -> OH^-1 (-11401) -At time : 1 ps Reaction : OH^-1 (-5750) + H3O^1 (-8562) -> No product -At time : 1 ps Reaction : OH^-1 (-5801) + H3O^1 (-8011) -> No product -At time : 1 ps Reaction : OH^0 (-6040) + OH^0 (-7510) -> H2O2^0 (-11402) -At time : 1 ps Reaction : e_aq^-1 (-4711) + OH^0 (-7036) -> OH^-1 (-11403) -At time : 1 ps Reaction : OH^-1 (-5753) + H3O^1 (-6839) -> No product -At time : 1 ps Reaction : OH^0 (-6390) + OH^0 (-6394) -> H2O2^0 (-11404) +At time : 1 ps Reaction : °OH^0 (-11376) + °OH^0 (-10182) -> H2O2^0 (-11395) +At time : 1 ps Reaction : °OH^0 (-11374) + °OH^0 (-9326) -> H2O2^0 (-11396) +At time : 1 ps Reaction : °OH^0 (-11349) + °OH^0 (-10024) -> H2O2^0 (-11397) +At time : 1 ps Reaction : °OH^0 (-11312) + °OH^0 (-9454) -> H2O2^0 (-11398) +At time : 1 ps Reaction : H^0 (-10244) + H^0 (-11265) -> H_2^0 (-11399) +At time : 1 ps Reaction : °OH^0 (-9433) + °OH^0 (-11239) -> H2O2^0 (-11400) +At time : 1 ps Reaction : °OH^0 (-9895) + °OH^0 (-11233) -> H2O2^0 (-11401) +At time : 1 ps Reaction : °OH^0 (-10812) + °OH^0 (-11229) -> H2O2^0 (-11402) +At time : 1 ps Reaction : °OH^0 (-11227) + °OH^0 (-9858) -> H2O2^0 (-11403) +At time : 1 ps Reaction : °OH^0 (-9813) + °OH^0 (-11217) -> H2O2^0 (-11404) +At time : 1 ps Reaction : °OH^0 (-9129) + °OH^0 (-11175) -> H2O2^0 (-11405) +At time : 1 ps Reaction : °OH^0 (-11153) + °OH^0 (-10272) -> H2O2^0 (-11406) +At time : 1 ps Reaction : °OH^0 (-10237) + °OH^0 (-11108) -> H2O2^0 (-11407) +At time : 1 ps Reaction : H3O^1 (-11097) + OH^-1 (-5726) -> No product +At time : 1 ps Reaction : °OH^0 (-11095) + °OH^0 (-8911) -> H2O2^0 (-11408) +At time : 1 ps Reaction : H3O^1 (-11050) + OH^-1 (-5729) -> No product +At time : 1 ps Reaction : °OH^0 (-10055) + °OH^0 (-10960) -> H2O2^0 (-11409) +At time : 1 ps Reaction : °OH^0 (-9117) + °OH^0 (-10895) -> H2O2^0 (-11410) +At time : 1 ps Reaction : °OH^0 (-10893) + °OH^0 (-9115) -> H2O2^0 (-11411) +At time : 1 ps Reaction : °OH^0 (-9945) + °OH^0 (-10876) -> H2O2^0 (-11412) +At time : 1 ps Reaction : °OH^0 (-10789) + °OH^0 (-10791) -> H2O2^0 (-11413) +At time : 1 ps Reaction : °OH^0 (-9803) + °OH^0 (-10779) -> H2O2^0 (-11414) +At time : 1 ps Reaction : °OH^0 (-10722) + °OH^0 (-10724) -> H2O2^0 (-11415) +At time : 1 ps Reaction : °OH^0 (-10676) + °OH^0 (-8744) -> H2O2^0 (-11416) +At time : 1 ps Reaction : °OH^0 (-10656) + °OH^0 (-9527) -> H2O2^0 (-11417) +At time : 1 ps Reaction : H3O^1 (-10549) + OH^-1 (-5789) -> No product +At time : 1 ps Reaction : °OH^0 (-10508) + °OH^0 (-9984) -> H2O2^0 (-11418) +At time : 1 ps Reaction : °OH^0 (-10447) + °OH^0 (-9305) -> H2O2^0 (-11419) +At time : 1 ps Reaction : °OH^0 (-10418) + °OH^0 (-10172) -> H2O2^0 (-11420) +At time : 1 ps Reaction : °OH^0 (-10282) + °OH^0 (-9087) -> H2O2^0 (-11421) +At time : 1 ps Reaction : °OH^0 (-10281) + °OH^0 (-6104) -> H2O2^0 (-11422) +At time : 1 ps Reaction : °OH^0 (-10194) + °OH^0 (-10196) -> H2O2^0 (-11423) +At time : 1 ps Reaction : °OH^0 (-10135) + °OH^0 (-10137) -> H2O2^0 (-11424) +At time : 1 ps Reaction : °OH^0 (-10120) + °OH^0 (-9411) -> H2O2^0 (-11425) +At time : 1 ps Reaction : °OH^0 (-9277) + °OH^0 (-10022) -> H2O2^0 (-11426) +At time : 1 ps Reaction : °OH^0 (-9953) + °OH^0 (-9263) -> H2O2^0 (-11427) +At time : 1 ps Reaction : °OH^0 (-9925) + °OH^0 (-6852) -> H2O2^0 (-11428) +At time : 1 ps Reaction : °OH^0 (-9899) + °OH^0 (-9897) -> H2O2^0 (-11429) +At time : 1 ps Reaction : °OH^0 (-9848) + °OH^0 (-7882) -> H2O2^0 (-11430) +At time : 1 ps Reaction : °OH^0 (-9111) + °OH^0 (-9844) -> H2O2^0 (-11431) +At time : 1 ps Reaction : °OH^0 (-9791) + °OH^0 (-9011) -> H2O2^0 (-11432) +At time : 1 ps Reaction : H3O^1 (-9729) + OH^-1 (-5771) -> No product +At time : 1 ps Reaction : °OH^0 (-9716) + °OH^0 (-9007) -> H2O2^0 (-11433) +At time : 1 ps Reaction : °OH^0 (-9617) + °OH^0 (-9613) -> H2O2^0 (-11434) +At time : 1 ps Reaction : H3O^1 (-9564) + OH^-1 (-5780) -> No product +At time : 1 ps Reaction : °OH^0 (-9472) + °OH^0 (-9470) -> H2O2^0 (-11435) +At time : 1 ps Reaction : °OH^0 (-9358) + °OH^0 (-6100) -> H2O2^0 (-11436) +At time : 1 ps Reaction : H^0 (-9346) + °OH^0 (-8226) -> No product +At time : 1 ps Reaction : °OH^0 (-9121) + °OH^0 (-9321) -> H2O2^0 (-11437) +At time : 1 ps Reaction : H^0 (-9219) + °OH^0 (-5930) -> No product +At time : 1 ps Reaction : °OH^0 (-9147) + °OH^0 (-9149) -> H2O2^0 (-11438) +At time : 1 ps Reaction : °OH^0 (-7520) + e_aq^-1 (-8851) -> OH^-1 (-11439) +At time : 1 ps Reaction : °OH^0 (-8579) + e_aq^-1 (-8581) -> OH^-1 (-11440) +At time : 1 ps Reaction : °OH^0 (-5840) + e_aq^-1 (-8521) -> OH^-1 (-11441) +At time : 1 ps Reaction : e_aq^-1 (-4676) + °OH^0 (-8006) -> OH^-1 (-11442) +At time : 1 ps Reaction : e_aq^-1 (-3263) + °OH^0 (-7692) -> OH^-1 (-11443) +At time : 1 ps Reaction : e_aq^-1 (-4305) + °OH^0 (-7596) -> OH^-1 (-11444) +At time : 1 ps Reaction : OH^-1 (-5720) + H3O^1 (-7343) -> No product +At time : 1 ps Reaction : OH^-1 (-5801) + H3O^1 (-7035) -> No product +At time : 1 ps Reaction : OH^-1 (-5750) + H3O^1 (-6911) -> No product +At time : 1 ps Reaction : OH^-1 (-5792) + H3O^1 (-6845) -> No product At time : 1 ps Reaction : OH^-1 (-5783) + H3O^1 (-6363) -> No product -At time : 1 ps Reaction : e_aq^-1 (-792) + OH^0 (-6148) -> OH^-1 (-11405) -At time : 1 ps Reaction : OH^-1 (-5735) + H3O^1 (-6033) -> No product -At time : 1 ps Reaction : OH^-1 (-5771) + H3O^1 (-5945) -> No product -At time : 1 ps Reaction : OH^-1 (-11405) + H3O^1 (-6147) -> No product -At time : 1 ps Reaction : OH^-1 (-11403) + H3O^1 (-7035) -> No product -At time : 1 ps Reaction : OH^-1 (-11401) + H3O^1 (-8661) -> No product -At time : 1 ps Reaction : OH^-1 (-11400) + H3O^1 (-8775) -> No product -At time : 1 ps Reaction : OH^-1 (-11385) + H3O^1 (-10353) -> No product -At time : 1 ps Reaction : OH^-1 (-11384) + H3O^1 (-6985) -> No product -At time : 1 ps Reaction : OH^-1 (-11377) + H3O^1 (-6917) -> No product -At time : 1.1 ps Reaction : OH^0 (-10072) + OH^0 (-11233) -> H2O2^0 (-11406) -At time : 1.1 ps Reaction : OH^0 (-10087) + OH^0 (-9293) -> H2O2^0 (-11407) -At time : 1.1 ps Reaction : OH^0 (-9828) + OH^0 (-9826) -> H2O2^0 (-11408) -At time : 1.1 ps Reaction : OH^0 (-9554) + OH^0 (-9555) -> H2O2^0 (-11409) -At time : 1.1 ps Reaction : OH^0 (-6732) + e_aq^-1 (-8782) -> OH^-1 (-11410) -At time : 1.1 ps Reaction : e_aq^-1 (-3335) + OH^0 (-7684) -> OH^-1 (-11411) -At time : 1.1 ps Reaction : OH^-1 (-11410) + H3O^1 (-6731) -> No product -At time : 1.2 ps Reaction : OH^-1 (-11411) + H3O^1 (-7683) -> No product -At time : 1.2 ps Reaction : OH^0 (-10817) + OH^0 (-11219) -> H2O2^0 (-11412) -At time : 1.2 ps Reaction : OH^0 (-9794) + OH^0 (-11211) -> H2O2^0 (-11413) -At time : 1.2 ps Reaction : H^0 (-10352) + OH^0 (-6110) -> No product -At time : 1.2 ps Reaction : e_aq^-1 (-1615) + H^0 (-10021) -> OH^-1 (-11414) + H_2^0 (-11415) -At time : 1.2 ps Reaction : OH^0 (-10051) + OH^0 (-9433) -> H2O2^0 (-11416) -At time : 1.3 ps Reaction : OH^0 (-11205) + OH^0 (-11203) -> H2O2^0 (-11417) -At time : 1.3 ps Reaction : OH^0 (-10123) + OH^0 (-10125) -> H2O2^0 (-11418) -At time : 1.3 ps Reaction : OH^0 (-9287) + OH^0 (-9051) -> H2O2^0 (-11419) -At time : 1.3 ps Reaction : OH^0 (-6842) + OH^0 (-6844) -> H2O2^0 (-11420) -At time : 1.6 ps Reaction : OH^0 (-11305) + OH^0 (-9023) -> H2O2^0 (-11421) -At time : 1.6 ps Reaction : OH^0 (-11230) + OH^0 (-7576) -> H2O2^0 (-11422) -At time : 1.6 ps Reaction : OH^0 (-10228) + OH^0 (-9336) -> H2O2^0 (-11423) -At time : 1.6 ps Reaction : OH^0 (-10186) + OH^0 (-9314) -> H2O2^0 (-11424) -At time : 1.6 ps Reaction : OH^0 (-9909) + OH^0 (-9025) -> H2O2^0 (-11425) -At time : 1.6 ps Reaction : OH^0 (-9724) + OH^0 (-9723) -> H2O2^0 (-11426) -At time : 1.6 ps Reaction : H^0 (-9145) + e_aq^-1 (-3428) -> OH^-1 (-11427) + H_2^0 (-11428) -At time : 1.6 ps Reaction : OH^0 (-5826) + e_aq^-1 (-8752) -> OH^-1 (-11429) -At time : 1.6 ps Reaction : OH^-1 (-11429) + H3O^1 (-6429) -> No product -At time : 1.7 ps Reaction : OH^0 (-9710) + OH^0 (-9708) -> H2O2^0 (-11430) -At time : 1.7 ps Reaction : OH^0 (-7312) + OH^0 (-8262) -> H2O2^0 (-11431) -At time : 1.7 ps Reaction : e_aq^-1 (-4362) + H3O^1 (-5995) -> H^0 (-11432) -At time : 1.7 ps Reaction : e_aq^-1 (-3263) + OH^0 (-5882) -> OH^-1 (-11433) -At time : 1.7 ps Reaction : OH^-1 (-11433) + H3O^1 (-5881) -> No product -At time : 1.7 ps Reaction : OH^0 (-9857) + OH^0 (-9019) -> H2O2^0 (-11434) -At time : 1.8 ps Reaction : OH^0 (-10666) + OH^0 (-6278) -> H2O2^0 (-11435) -At time : 1.9 ps Reaction : H^0 (-11218) + OH^0 (-9912) -> No product -At time : 1.9 ps Reaction : H^0 (-11025) + H^0 (-10178) -> H_2^0 (-11436) -At time : 1.9 ps Reaction : OH^0 (-10004) + OH^0 (-6880) -> H2O2^0 (-11437) -At time : 1.9 ps Reaction : OH^0 (-9564) + OH^0 (-9560) -> H2O2^0 (-11438) -At time : 2 ps Reaction : OH^0 (-9528) + OH^0 (-8995) -> H2O2^0 (-11439) -At time : 2.1 ps Reaction : OH^0 (-11337) + OH^0 (-8240) -> H2O2^0 (-11440) -At time : 2.1 ps Reaction : OH^0 (-10385) + OH^0 (-10386) -> H2O2^0 (-11441) -At time : 2.2 ps Reaction : OH^0 (-10107) + H^0 (-11278) -> No product -At time : 2.2 ps Reaction : OH^0 (-9173) + OH^0 (-10652) -> H2O2^0 (-11442) -At time : 2.2 ps Reaction : H^0 (-9715) + OH^0 (-6554) -> No product -At time : 2.5 ps Reaction : OH^0 (-10669) + OH^0 (-10670) -> H2O2^0 (-11443) -At time : 2.5 ps Reaction : OH^0 (-9840) + OH^0 (-6694) -> H2O2^0 (-11444) -At time : 2.5 ps Reaction : H^0 (-9449) + H^0 (-9447) -> H_2^0 (-11445) -At time : 2.5 ps Reaction : OH^0 (-9168) + OH^0 (-9169) -> H2O2^0 (-11446) -At time : 2.6 ps Reaction : OH^0 (-10425) + OH^0 (-8483) -> H2O2^0 (-11447) -At time : 2.6 ps Reaction : OH^0 (-10233) + OH^0 (-10235) -> H2O2^0 (-11448) -At time : 2.7 ps Reaction : OH^0 (-7348) + OH^0 (-7350) -> H2O2^0 (-11449) -At time : 2.7 ps Reaction : OH^0 (-6132) + OH^0 (-7298) -> H2O2^0 (-11450) -At time : 3 ps Reaction : OH^0 (-10227) + H^0 (-11063) -> No product -At time : 3 ps Reaction : OH^0 (-9234) + OH^0 (-7828) -> H2O2^0 (-11451) -At time : 3 ps Reaction : OH^0 (-5988) + e_aq^-1 (-8797) -> OH^-1 (-11452) -At time : 3 ps Reaction : OH^-1 (-11452) + H3O^1 (-7597) -> No product -At time : 3.1 ps Reaction : OH^0 (-10038) + OH^0 (-6008) -> H2O2^0 (-11453) -At time : 3.2 ps Reaction : e_aq^-1 (-8392) + OH^0 (-8655) -> OH^-1 (-11454) -At time : 3.2 ps Reaction : OH^-1 (-11454) + H3O^1 (-8103) -> No product -At time : 3.3 ps Reaction : OH^0 (-6856) + OH^0 (-6858) -> H2O2^0 (-11455) -At time : 3.4 ps Reaction : H^0 (-11314) + OH^0 (-6930) -> No product -At time : 3.5 ps Reaction : H^0 (-9904) + OH^0 (-8786) -> No product -At time : 3.5 ps Reaction : OH^0 (-9820) + OH^0 (-9238) -> H2O2^0 (-11456) -At time : 3.6 ps Reaction : OH^0 (-9067) + H^0 (-9068) -> No product -At time : 3.7 ps Reaction : OH^0 (-10267) + OH^0 (-9349) -> H2O2^0 (-11457) -At time : 3.7 ps Reaction : OH^0 (-9726) + OH^0 (-6590) -> H2O2^0 (-11458) -At time : 3.7 ps Reaction : OH^0 (-9588) + OH^0 (-6348) -> H2O2^0 (-11459) -At time : 3.7 ps Reaction : OH^0 (-7406) + H^0 (-9096) -> No product -At time : 3.8 ps Reaction : OH^0 (-9252) + OH^0 (-10784) -> H2O2^0 (-11460) -At time : 3.8 ps Reaction : OH^0 (-9359) + H^0 (-9356) -> No product -At time : 3.9 ps Reaction : OH^0 (-11088) + OH^0 (-6072) -> H2O2^0 (-11461) -At time : 3.9 ps Reaction : OH^0 (-10808) + OH^0 (-10807) -> H2O2^0 (-11462) -At time : 4 ps Reaction : OH^0 (-11009) + OH^0 (-10161) -> H2O2^0 (-11463) -At time : 4 ps Reaction : OH^0 (-10114) + OH^0 (-7998) -> H2O2^0 (-11464) -At time : 4.1 ps Reaction : OH^0 (-10888) + OH^0 (-10892) -> H2O2^0 (-11465) -At time : 4.1 ps Reaction : OH^0 (-10463) + OH^0 (-10464) -> H2O2^0 (-11466) -At time : 4.3 ps Reaction : OH^0 (-11100) + OH^0 (-11101) -> H2O2^0 (-11467) -At time : 4.3 ps Reaction : OH^0 (-5986) + OH^0 (-8363) -> H2O2^0 (-11468) -At time : 4.4 ps Reaction : OH^0 (-9283) + OH^0 (-10035) -> H2O2^0 (-11469) -At time : 4.5 ps Reaction : H^0 (-11345) + OH^0 (-9375) -> No product -At time : 4.6 ps Reaction : OH^0 (-9140) + H^0 (-11194) -> No product -At time : 4.6 ps Reaction : OH^0 (-11039) + OH^0 (-10190) -> H2O2^0 (-11470) -At time : 4.6 ps Reaction : OH^0 (-10679) + OH^0 (-6320) -> H2O2^0 (-11471) -At time : 4.6 ps Reaction : e_aq^-1 (-1229) + H3O^1 (-8571) -> H^0 (-11472) -At time : 4.7 ps Reaction : OH^0 (-10640) + e_aq^-1 (-3489) -> OH^-1 (-11473) -At time : 4.7 ps Reaction : H3O^1 (-10639) + OH^-1 (-11473) -> No product -At time : 4.9 ps Reaction : OH^0 (-11191) + OH^0 (-10033) -> H2O2^0 (-11474) -At time : 5 ps Reaction : H^0 (-10887) + OH^0 (-6000) -> No product -At time : 5 ps Reaction : OH^0 (-9688) + OH^0 (-9686) -> H2O2^0 (-11475) -At time : 5 ps Reaction : e_aq^-1 (-3501) + OH^0 (-6246) -> OH^-1 (-11476) -At time : 5 ps Reaction : OH^-1 (-11476) + H3O^1 (-6245) -> No product -At time : 5.3 ps Reaction : H^0 (-10875) + OH^0 (-10872) -> No product -At time : 5.3 ps Reaction : OH^0 (-9185) + OH^0 (-6328) -> H2O2^0 (-11477) -At time : 5.3 ps Reaction : OH^0 (-8507) + e_aq^-1 (-8509) -> OH^-1 (-11478) -At time : 5.3 ps Reaction : OH^-1 (-11478) + H3O^1 (-8508) -> No product -At time : 5.4 ps Reaction : OH^0 (-7286) + OH^0 (-9089) -> H2O2^0 (-11479) -At time : 5.4 ps Reaction : OH^0 (-6786) + OH^0 (-6790) -> H2O2^0 (-11480) -At time : 5.5 ps Reaction : OH^0 (-10538) + OH^0 (-10874) -> H2O2^0 (-11481) -At time : 5.5 ps Reaction : H^0 (-10801) + OH^0 (-7626) -> No product -At time : 5.5 ps Reaction : OH^0 (-10675) + OH^0 (-6300) -> H2O2^0 (-11482) -At time : 5.5 ps Reaction : OH^0 (-9932) + OH^0 (-8971) -> H2O2^0 (-11483) -At time : 5.5 ps Reaction : H3O^1 (-8679) + e_aq^-1 (-8680) -> H^0 (-11484) -At time : 5.6 ps Reaction : H^0 (-10124) + OH^0 (-11235) -> No product -At time : 5.6 ps Reaction : OH^0 (-10390) + H^0 (-9365) -> No product -At time : 5.6 ps Reaction : H3O^1 (-9613) + OH^-1 (-5780) -> No product -At time : 5.7 ps Reaction : OH^0 (-8726) + e_aq^-1 (-8731) -> OH^-1 (-11485) -At time : 5.7 ps Reaction : OH^-1 (-11485) + H3O^1 (-8727) -> No product -At time : 5.7 ps Reaction : OH^0 (-7340) + OH^0 (-7404) -> H2O2^0 (-11486) -At time : 5.9 ps Reaction : OH^0 (-11135) + OH^0 (-7280) -> H2O2^0 (-11487) -At time : 5.9 ps Reaction : OH^0 (-10277) + OH^0 (-9087) -> H2O2^0 (-11488) -At time : 5.9 ps Reaction : OH^0 (-7934) + OH^0 (-8811) -> H2O2^0 (-11489) -At time : 6 ps Reaction : OH^0 (-9913) + OH^0 (-11217) -> H2O2^0 (-11490) -At time : 6 ps Reaction : OH^0 (-8682) + OH^0 (-8683) -> H2O2^0 (-11491) -At time : 6.1 ps Reaction : OH^0 (-10081) + H^0 (-10516) -> No product -At time : 6.1 ps Reaction : OH^0 (-9325) + OH^0 (-9326) -> H2O2^0 (-11492) -At time : 6.1 ps Reaction : e_aq^-1 (-3936) + OH^0 (-6664) -> OH^-1 (-11493) -At time : 6.1 ps Reaction : H3O^1 (-6663) + OH^-1 (-11493) -> No product -At time : 6.2 ps Reaction : H^0 (-11312) + H^0 (-10531) -> H_2^0 (-11494) -At time : 6.2 ps Reaction : H^0 (-10548) + OH^0 (-6860) -> No product -At time : 6.3 ps Reaction : H^0 (-10185) + OH^0 (-7504) -> No product -At time : 6.4 ps Reaction : H3O^1 (-10809) + OH^-1 (-5759) -> No product -At time : 6.4 ps Reaction : OH^0 (-9775) + OH^0 (-10742) -> H2O2^0 (-11495) -At time : 6.5 ps Reaction : e_aq^-1 (-1170) + H3O^1 (-8023) -> H^0 (-11496) -At time : 6.6 ps Reaction : OH^0 (-5842) + OH^0 (-11277) -> H2O2^0 (-11497) -At time : 6.6 ps Reaction : OH^0 (-10244) + OH^0 (-10245) -> H2O2^0 (-11498) -At time : 6.7 ps Reaction : OH^0 (-10293) + OH^0 (-6088) -> H2O2^0 (-11499) -At time : 6.7 ps Reaction : OH^0 (-10156) + OH^0 (-7074) -> H2O2^0 (-11500) -At time : 6.7 ps Reaction : OH^0 (-9709) + OH^0 (-7656) -> H2O2^0 (-11501) -At time : 6.8 ps Reaction : OH^0 (-11287) + H^0 (-11288) -> No product -At time : 6.8 ps Reaction : H^0 (-11098) + OH^0 (-6144) -> No product -At time : 6.9 ps Reaction : OH^0 (-11331) + OH^0 (-10406) -> H2O2^0 (-11502) -At time : 6.9 ps Reaction : OH^0 (-10987) + OH^0 (-8028) -> H2O2^0 (-11503) -At time : 6.9 ps Reaction : e_aq^-1 (-161) + OH^0 (-8921) -> OH^-1 (-11504) -At time : 6.9 ps Reaction : OH^-1 (-11504) + H3O^1 (-8922) -> No product -At time : 7.1 ps Reaction : OH^0 (-10530) + H^0 (-10889) -> No product -At time : 7.1 ps Reaction : OH^0 (-8967) + H^0 (-8968) -> No product -At time : 7.1 ps Reaction : OH^0 (-8300) + OH^0 (-8310) -> H2O2^0 (-11505) -At time : 7.2 ps Reaction : H^0 (-10154) + OH^0 (-9427) -> No product -At time : 7.2 ps Reaction : OH^0 (-9172) + OH^0 (-9495) -> H2O2^0 (-11506) -At time : 7.3 ps Reaction : OH^0 (-10982) + OH^0 (-10989) -> H2O2^0 (-11507) -At time : 7.3 ps Reaction : OH^0 (-5733) + e_aq^-1 (-8581) -> OH^-1 (-11508) -At time : 7.4 ps Reaction : OH^0 (-10198) + OH^0 (-10200) -> H2O2^0 (-11509) -At time : 7.4 ps Reaction : H^0 (-9367) + OH^0 (-9366) -> No product -At time : 7.5 ps Reaction : OH^0 (-7042) + OH^0 (-8375) -> H2O2^0 (-11510) -At time : 7.5 ps Reaction : e_aq^-1 (-3984) + OH^0 (-7638) -> OH^-1 (-11511) -At time : 7.5 ps Reaction : OH^0 (-5846) + OH^0 (-6162) -> H2O2^0 (-11512) -At time : 7.5 ps Reaction : OH^-1 (-11511) + H3O^1 (-7637) -> No product -At time : 7.6 ps Reaction : OH^0 (-10378) + OH^0 (-10379) -> H2O2^0 (-11513) -At time : 7.8 ps Reaction : OH^0 (-8717) + H^0 (-9002) -> No product -At time : 7.9 ps Reaction : OH^0 (-9230) + OH^0 (-9785) -> H2O2^0 (-11514) -At time : 7.9 ps Reaction : OH^0 (-8246) + OH^0 (-8248) -> H2O2^0 (-11515) -At time : 8 ps Reaction : OH^0 (-10326) + OH^0 (-10325) -> H2O2^0 (-11516) -At time : 8 ps Reaction : e_aq^-1 (-1566) + OH^0 (-7948) -> OH^-1 (-11517) -At time : 8 ps Reaction : OH^-1 (-5774) + H3O^1 (-7807) -> No product -At time : 8 ps Reaction : H3O^1 (-7947) + OH^-1 (-11517) -> No product -At time : 8.1 ps Reaction : H^0 (-10945) + OH^0 (-6994) -> No product -At time : 8.2 ps Reaction : OH^0 (-9798) + OH^0 (-7826) -> H2O2^0 (-11518) -At time : 8.3 ps Reaction : OH^0 (-11151) + OH^0 (-9371) -> H2O2^0 (-11519) -At time : 8.3 ps Reaction : OH^0 (-10550) + OH^0 (-9442) -> H2O2^0 (-11520) -At time : 8.7 ps Reaction : OH^0 (-9340) + OH^0 (-7232) -> H2O2^0 (-11521) -At time : 9 ps Reaction : OH^0 (-9156) + e_aq^-1 (-3466) -> OH^-1 (-11522) -At time : 9.1 ps Reaction : OH^0 (-10095) + OH^0 (-6998) -> H2O2^0 (-11523) -At time : 9.2 ps Reaction : OH^0 (-10547) + OH^0 (-10846) -> H2O2^0 (-11524) -At time : 9.2 ps Reaction : OH^0 (-5916) + OH^0 (-8345) -> H2O2^0 (-11525) -At time : 9.3 ps Reaction : H^0 (-9949) + OH^0 (-7898) -> No product -At time : 9.3 ps Reaction : OH^0 (-7114) + OH^0 (-7118) -> H2O2^0 (-11526) -At time : 9.4 ps Reaction : OH^0 (-9773) + OH^0 (-9774) -> H2O2^0 (-11527) -At time : 9.6 ps Reaction : OH^0 (-11319) + H^0 (-9062) -> No product -At time : 9.7 ps Reaction : OH^0 (-9569) + OH^0 (-9570) -> H2O2^0 (-11528) -At time : 9.7 ps Reaction : OH^-1 (-5741) + H3O^1 (-8033) -> No product -At time : 10.1 ps Reaction : OH^0 (-10250) + OH^0 (-10253) -> H2O2^0 (-11529) -At time : 10.3 ps Reaction : OH^0 (-11154) + OH^0 (-11155) -> H2O2^0 (-11530) -At time : 10.3 ps Reaction : OH^0 (-9901) + H^0 (-9024) -> No product -At time : 10.3 ps Reaction : OH^0 (-9804) + OH^0 (-7832) -> H2O2^0 (-11531) -At time : 10.4 ps Reaction : OH^0 (-11255) + OH^0 (-8932) -> H2O2^0 (-11532) -At time : 10.5 ps Reaction : H^0 (-9994) + OH^0 (-6862) -> No product -At time : 10.9 ps Reaction : OH^0 (-8778) + OH^0 (-8779) -> H2O2^0 (-11533) -At time : 11.1 ps Reaction : H^0 (-11040) + OH^0 (-7134) -> No product -At time : 12.1 ps Reaction : OH^0 (-10131) + OH^0 (-8576) -> H2O2^0 (-11534) -At time : 12.1 ps Reaction : OH^0 (-9962) + OH^0 (-7912) -> H2O2^0 (-11535) -At time : 12.1 ps Reaction : OH^0 (-9792) + OH^0 (-6658) -> H2O2^0 (-11536) -At time : 12.1 ps Reaction : OH^0 (-9789) + OH^0 (-6650) -> H2O2^0 (-11537) -At time : 12.1 ps Reaction : OH^0 (-9749) + OH^0 (-9747) -> H2O2^0 (-11538) -At time : 12.1 ps Reaction : OH^0 (-9240) + OH^0 (-6692) -> H2O2^0 (-11539) -At time : 12.1 ps Reaction : OH^0 (-6340) + OH^0 (-7728) -> H2O2^0 (-11540) -At time : 12.1 ps Reaction : e_aq^-1 (-1450) + H3O^1 (-7567) -> H^0 (-11541) -At time : 13.1 ps Reaction : H^0 (-11114) + H^0 (-10415) -> H_2^0 (-11542) -At time : 13.1 ps Reaction : OH^0 (-9395) + OH^0 (-8330) -> H2O2^0 (-11543) -At time : 13.1 ps Reaction : H3O^1 (-7073) + e_aq^-1 (-8437) -> H^0 (-11544) -At time : 14.1 ps Reaction : H^0 (-10071) + OH^0 (-11318) -> No product -At time : 14.1 ps Reaction : OH^0 (-10962) + OH^0 (-9300) -> H2O2^0 (-11545) -At time : 14.1 ps Reaction : OH^0 (-10170) + e_aq^-1 (-8857) -> OH^-1 (-11546) -At time : 14.1 ps Reaction : OH^0 (-9875) + OH^0 (-6726) -> H2O2^0 (-11547) -At time : 14.1 ps Reaction : OH^0 (-9817) + OH^0 (-5834) -> H2O2^0 (-11548) -At time : 14.1 ps Reaction : OH^0 (-8924) + OH^0 (-9097) -> H2O2^0 (-11549) -At time : 14.1 ps Reaction : OH^0 (-6954) + OH^0 (-7566) -> H2O2^0 (-11550) -At time : 15.1 ps Reaction : OH^0 (-10536) + OH^0 (-11356) -> H2O2^0 (-11551) -At time : 15.1 ps Reaction : H^0 (-11222) + H^0 (-11224) -> H_2^0 (-11552) -At time : 15.1 ps Reaction : OH^0 (-11093) + OH^0 (-7224) -> H2O2^0 (-11553) -At time : 15.1 ps Reaction : OH^0 (-10412) + OH^0 (-9351) -> H2O2^0 (-11554) -At time : 15.1 ps Reaction : OH^0 (-9510) + OH^0 (-6256) -> H2O2^0 (-11555) -At time : 15.1 ps Reaction : OH^0 (-8066) + OH^0 (-8068) -> H2O2^0 (-11556) -At time : 16.1 ps Reaction : H^0 (-10148) + OH^0 (-8852) -> No product -At time : 16.1 ps Reaction : OH^0 (-9995) + OH^0 (-9997) -> H2O2^0 (-11557) -At time : 16.1 ps Reaction : H^0 (-9939) + e_aq^-1 (-8695) -> OH^-1 (-11558) + H_2^0 (-11559) -At time : 16.1 ps Reaction : OH^0 (-9212) + OH^0 (-6450) -> H2O2^0 (-11560) -At time : 16.1 ps Reaction : OH^0 (-8381) + e_aq^-1 (-8383) -> OH^-1 (-11561) -At time : 16.1 ps Reaction : OH^-1 (-11561) + H3O^1 (-8059) -> No product -At time : 16.1 ps Reaction : H^0 (-10225) + OH^0 (-10448) -> No product -At time : 17.1 ps Reaction : OH^0 (-11290) + OH^0 (-11291) -> H2O2^0 (-11562) -At time : 17.1 ps Reaction : OH^0 (-11090) + OH^0 (-6074) -> H2O2^0 (-11563) -At time : 17.1 ps Reaction : OH^0 (-10451) + H^0 (-11057) -> No product -At time : 17.1 ps Reaction : OH^0 (-10790) + OH^0 (-9885) -> H2O2^0 (-11564) -At time : 17.1 ps Reaction : OH^0 (-10177) + e_aq^-1 (-8440) -> OH^-1 (-11565) -At time : 17.1 ps Reaction : OH^0 (-9320) + OH^0 (-9323) -> H2O2^0 (-11566) -At time : 17.1 ps Reaction : OH^0 (-6100) + OH^0 (-9093) -> H2O2^0 (-11567) -At time : 17.1 ps Reaction : e_aq^-1 (-4674) + H^0 (-8960) -> OH^-1 (-11568) + H_2^0 (-11569) -At time : 17.1 ps Reaction : OH^0 (-8613) + OH^0 (-8614) -> H2O2^0 (-11570) -At time : 17.1 ps Reaction : OH^0 (-7888) + OH^0 (-8417) -> H2O2^0 (-11571) -At time : 17.1 ps Reaction : OH^-1 (-11565) + H3O^1 (-7121) -> No product -At time : 18.1 ps Reaction : e_aq^-1 (-2365) + H^0 (-11210) -> OH^-1 (-11572) + H_2^0 (-11573) -At time : 18.1 ps Reaction : OH^0 (-10798) + OH^0 (-6764) -> H2O2^0 (-11574) -At time : 18.1 ps Reaction : OH^0 (-9937) + OH^0 (-7886) -> H2O2^0 (-11575) -At time : 18.1 ps Reaction : H^0 (-9192) + OH^0 (-6376) -> No product -At time : 18.1 ps Reaction : OH^0 (-8805) + OH^0 (-8806) -> H2O2^0 (-11576) -At time : 19.1 ps Reaction : OH^0 (-11355) + OH^0 (-11258) -> H2O2^0 (-11577) -At time : 19.1 ps Reaction : OH^0 (-10209) + e_aq^-1 (-8884) -> OH^-1 (-11578) -At time : 19.1 ps Reaction : OH^0 (-9704) + OH^0 (-6544) -> H2O2^0 (-11579) -At time : 19.1 ps Reaction : OH^0 (-9456) + e_aq^-1 (-3448) -> OH^-1 (-11580) -At time : 19.1 ps Reaction : e_aq^-1 (-5447) + OH^0 (-7418) -> OH^-1 (-11581) -At time : 19.1 ps Reaction : OH^0 (-7154) + OH^0 (-7156) -> H2O2^0 (-11582) -At time : 19.1 ps Reaction : H3O^1 (-7297) + OH^-1 (-11581) -> No product -At time : 19.1 ps Reaction : OH^-1 (-11578) + H3O^1 (-8883) -> No product -At time : 20.1 ps Reaction : OH^0 (-11213) + OH^0 (-9864) -> H2O2^0 (-11583) -At time : 20.1 ps Reaction : OH^0 (-10311) + OH^0 (-11159) -> H2O2^0 (-11584) -At time : 20.1 ps Reaction : OH^0 (-11038) + OH^0 (-9317) -> H2O2^0 (-11585) -At time : 20.1 ps Reaction : OH^0 (-9981) + OH^0 (-10851) -> H2O2^0 (-11586) -At time : 20.1 ps Reaction : OH^0 (-10511) + OH^0 (-10109) -> H2O2^0 (-11587) -At time : 20.1 ps Reaction : H^0 (-9760) + OH^0 (-7800) -> No product -At time : 20.1 ps Reaction : H3O^1 (-9517) + e_aq^-1 (-3222) -> H^0 (-11588) -At time : 20.1 ps Reaction : H^0 (-9434) + H^0 (-9052) -> H_2^0 (-11589) -At time : 20.1 ps Reaction : H3O^1 (-6063) + e_aq^-1 (-8653) -> H^0 (-11590) -At time : 21.1 ps Reaction : H3O^1 (-7611) + OH^-1 (-11558) -> No product -At time : 21.1 ps Reaction : H3O^1 (-11117) + OH^-1 (-5726) -> No product -At time : 21.1 ps Reaction : OH^0 (-10816) + OH^0 (-8973) -> H2O2^0 (-11591) -At time : 21.1 ps Reaction : OH^0 (-10437) + e_aq^-1 (-5233) -> OH^-1 (-11592) -At time : 21.1 ps Reaction : OH^0 (-10216) + OH^0 (-8132) -> H2O2^0 (-11593) -At time : 21.1 ps Reaction : H^0 (-9974) + OH^0 (-6852) -> No product -At time : 21.1 ps Reaction : H^0 (-9243) + OH^0 (-6706) -> No product -At time : 21.1 ps Reaction : e_aq^-1 (-3101) + OH^0 (-6314) -> OH^-1 (-11594) -At time : 21.1 ps Reaction : OH^-1 (-11594) + H3O^1 (-6313) -> No product -At time : 22.1 ps Reaction : H3O^1 (-10436) + OH^-1 (-11592) -> No product -At time : 22.1 ps Reaction : OH^-1 (-11508) + H3O^1 (-7513) -> No product -At time : 22.1 ps Reaction : H^0 (-11359) + OH^0 (-11079) -> No product -At time : 22.1 ps Reaction : H^0 (-11080) + H^0 (-8946) -> H_2^0 (-11595) -At time : 22.1 ps Reaction : OH^0 (-10871) + OH^0 (-9441) -> H2O2^0 (-11596) -At time : 22.1 ps Reaction : OH^0 (-10711) + OH^0 (-6478) -> H2O2^0 (-11597) -At time : 22.1 ps Reaction : OH^0 (-10593) + OH^0 (-9810) -> H2O2^0 (-11598) -At time : 22.1 ps Reaction : OH^0 (-8122) + e_aq^-1 (-8446) -> OH^-1 (-11599) -At time : 22.1 ps Reaction : OH^0 (-7470) + OH^0 (-8158) -> H2O2^0 (-11600) -At time : 22.1 ps Reaction : OH^0 (-6070) + OH^0 (-7206) -> H2O2^0 (-11601) -At time : 23.1 ps Reaction : OH^0 (-9114) + H^0 (-10799) -> No product -At time : 23.1 ps Reaction : OH^0 (-10159) + OH^0 (-9422) -> H2O2^0 (-11602) -At time : 23.1 ps Reaction : OH^0 (-9318) + OH^0 (-7494) -> H2O2^0 (-11603) -At time : 23.1 ps Reaction : H^0 (-9122) + H^0 (-9279) -> H_2^0 (-11604) -At time : 23.1 ps Reaction : OH^0 (-9035) + H^0 (-9036) -> No product -At time : 23.1 ps Reaction : OH^0 (-10314) + H^0 (-11167) -> No product -At time : 24.1 ps Reaction : OH^0 (-10839) + OH^0 (-6846) -> H2O2^0 (-11605) -At time : 24.1 ps Reaction : OH^0 (-9762) + OH^0 (-9759) -> H2O2^0 (-11606) -At time : 24.1 ps Reaction : OH^0 (-9125) + OH^0 (-8843) -> H2O2^0 (-11607) -At time : 24.1 ps Reaction : e_aq^-1 (-4212) + OH^0 (-7902) -> OH^-1 (-11608) -At time : 24.1 ps Reaction : OH^0 (-5950) + OH^0 (-7818) -> H2O2^0 (-11609) -At time : 24.1 ps Reaction : e_aq^-1 (-1251) + H3O^1 (-7539) -> H^0 (-11610) -At time : 24.1 ps Reaction : H3O^1 (-6199) + OH^-1 (-11608) -> No product -At time : 25.1 ps Reaction : OH^0 (-11034) + OH^0 (-11033) -> H2O2^0 (-11611) -At time : 25.1 ps Reaction : OH^0 (-10055) + OH^0 (-6942) -> H2O2^0 (-11612) -At time : 25.1 ps Reaction : OH^0 (-5904) + OH^0 (-6400) -> H2O2^0 (-11613) -At time : 26.1 ps Reaction : OH^-1 (-11546) + H3O^1 (-7101) -> No product -At time : 26.1 ps Reaction : OH^0 (-11335) + H^0 (-10278) -> No product -At time : 26.1 ps Reaction : H^0 (-11293) + OH^0 (-10616) -> No product -At time : 26.1 ps Reaction : OH^0 (-6962) + H^0 (-11234) -> No product -At time : 26.1 ps Reaction : OH^0 (-11119) + OH^0 (-8220) -> H2O2^0 (-11614) -At time : 26.1 ps Reaction : H^0 (-11069) + OH^0 (-8888) -> No product -At time : 26.1 ps Reaction : H^0 (-10315) + OH^0 (-7328) -> No product -At time : 26.1 ps Reaction : OH^0 (-10240) + H^0 (-8948) -> No product -At time : 26.1 ps Reaction : OH^0 (-9585) + OH^0 (-7730) -> H2O2^0 (-11615) -At time : 26.1 ps Reaction : H^0 (-9352) + OH^0 (-8206) -> No product -At time : 27.1 ps Reaction : OH^0 (-11242) + OH^0 (-11243) -> H2O2^0 (-11616) -At time : 27.1 ps Reaction : OH^0 (-10812) + H^0 (-9914) -> No product -At time : 27.1 ps Reaction : OH^0 (-10382) + OH^0 (-6134) -> H2O2^0 (-11617) -At time : 27.1 ps Reaction : OH^0 (-9108) + H^0 (-9627) -> No product -At time : 28.1 ps Reaction : OH^0 (-10450) + H^0 (-10452) -> No product -At time : 28.1 ps Reaction : OH^0 (-6754) + OH^0 (-6770) -> H2O2^0 (-11618) -At time : 28.1 ps Reaction : OH^0 (-6740) + OH^0 (-6742) -> H2O2^0 (-11619) -At time : 28.1 ps Reaction : OH^-1 (-5738) + H3O^1 (-5845) -> No product -At time : 29.1 ps Reaction : OH^0 (-10444) + OH^0 (-10443) -> H2O2^0 (-11620) -At time : 29.1 ps Reaction : H^0 (-9255) + OH^0 (-6756) -> No product -At time : 29.1 ps Reaction : OH^0 (-8892) + OH^0 (-9081) -> H2O2^0 (-11621) -At time : 29.1 ps Reaction : OH^0 (-6978) + OH^0 (-9063) -> H2O2^0 (-11622) -At time : 29.1 ps Reaction : OH^-1 (-5804) + H3O^1 (-7275) -> No product -At time : 29.1 ps Reaction : OH^0 (-6746) + OH^0 (-6750) -> H2O2^0 (-11623) -At time : 30.1 ps Reaction : OH^0 (-9121) + OH^0 (-11226) -> H2O2^0 (-11624) -At time : 30.1 ps Reaction : OH^0 (-10891) + OH^0 (-10894) -> H2O2^0 (-11625) -At time : 30.1 ps Reaction : OH^0 (-10741) + OH^0 (-6616) -> H2O2^0 (-11626) -At time : 30.1 ps Reaction : H^0 (-9767) + OH^0 (-7802) -> No product -At time : 30.1 ps Reaction : e_aq^-1 (-4676) + OH^0 (-8002) -> OH^-1 (-11627) -At time : 30.1 ps Reaction : OH^-1 (-11627) + H3O^1 (-7025) -> No product -At time : 31.1 ps Reaction : OH^0 (-10971) + OH^0 (-7538) -> H2O2^0 (-11628) -At time : 31.1 ps Reaction : OH^0 (-10635) + H^0 (-10636) -> No product -At time : 31.1 ps Reaction : OH^0 (-10542) + OH^0 (-9274) -> H2O2^0 (-11629) -At time : 31.1 ps Reaction : OH^0 (-6474) + OH^0 (-7768) -> H2O2^0 (-11630) -At time : 32.1 ps Reaction : H^0 (-10136) + OH^0 (-11276) -> No product -At time : 32.1 ps Reaction : OH^0 (-10431) + OH^0 (-6076) -> H2O2^0 (-11631) -At time : 32.1 ps Reaction : OH^0 (-7924) + H^0 (-9042) -> No product -At time : 33.1 ps Reaction : H^0 (-10470) + OH^0 (-11023) -> No product -At time : 34.1 ps Reaction : H^0 (-10394) + H^0 (-10302) -> H_2^0 (-11632) -At time : 34.1 ps Reaction : H^0 (-10236) + OH^0 (-9338) -> No product -At time : 34.1 ps Reaction : H3O^1 (-9870) + OH^-1 (-5762) -> No product -At time : 34.1 ps Reaction : OH^0 (-9695) + OH^0 (-9697) -> H2O2^0 (-11633) -At time : 34.1 ps Reaction : OH^0 (-9634) + OH^0 (-9632) -> H2O2^0 (-11634) -At time : 34.1 ps Reaction : OH^0 (-8537) + OH^0 (-8765) -> H2O2^0 (-11635) -At time : 34.1 ps Reaction : OH^0 (-5970) + OH^0 (-7870) -> H2O2^0 (-11636) -At time : 34.1 ps Reaction : H^0 (-10120) + OH^0 (-8010) -> No product -At time : 35.1 ps Reaction : H^0 (-11128) + OH^0 (-10298) -> No product -At time : 35.1 ps Reaction : OH^0 (-10485) + OH^0 (-11007) -> H2O2^0 (-11637) -At time : 35.1 ps Reaction : OH^0 (-10172) + OH^0 (-9073) -> H2O2^0 (-11638) -At time : 35.1 ps Reaction : OH^0 (-9670) + OH^0 (-6482) -> H2O2^0 (-11639) -At time : 35.1 ps Reaction : OH^0 (-9659) + H^0 (-9660) -> No product -At time : 35.1 ps Reaction : OH^0 (-9400) + OH^0 (-8290) -> H2O2^0 (-11640) -At time : 35.1 ps Reaction : e_aq^-1 (-4692) + OH^0 (-8669) -> OH^-1 (-11641) -At time : 35.1 ps Reaction : OH^0 (-7226) + OH^0 (-7228) -> H2O2^0 (-11642) -At time : 35.1 ps Reaction : e_aq^-1 (-624) + e_aq^-1 (-5228) -> OH^-1 (-11643) + OH^-1 (-11644) + H_2^0 (-11645) -At time : 36.1 ps Reaction : H^0 (-11240) + H^0 (-9082) -> H_2^0 (-11646) -At time : 36.1 ps Reaction : OH^0 (-10083) + OH^0 (-7554) -> H2O2^0 (-11647) -At time : 36.1 ps Reaction : OH^0 (-9550) + OH^0 (-9549) -> H2O2^0 (-11648) -At time : 36.1 ps Reaction : OH^0 (-9539) + OH^0 (-9537) -> H2O2^0 (-11649) -At time : 36.1 ps Reaction : OH^0 (-9330) + OH^0 (-7166) -> H2O2^0 (-11650) -At time : 36.1 ps Reaction : OH^0 (-9260) + OH^0 (-6820) -> H2O2^0 (-11651) -At time : 36.1 ps Reaction : OH^0 (-7738) + OH^0 (-8534) -> H2O2^0 (-11652) -At time : 38.1 ps Reaction : OH^0 (-11173) + H^0 (-9100) -> No product -At time : 38.1 ps Reaction : OH^0 (-10797) + OH^0 (-6758) -> H2O2^0 (-11653) -At time : 38.1 ps Reaction : OH^0 (-9609) + OH^0 (-8732) -> H2O2^0 (-11654) -At time : 38.1 ps Reaction : OH^0 (-9407) + OH^0 (-8477) -> H2O2^0 (-11655) -At time : 38.1 ps Reaction : OH^0 (-6280) + H^0 (-8996) -> No product -At time : 38.1 ps Reaction : e_aq^-1 (-1442) + OH^0 (-7570) -> OH^-1 (-11656) -At time : 38.1 ps Reaction : OH^-1 (-11656) + H3O^1 (-6951) -> No product -At time : 39.1 ps Reaction : OH^-1 (-11599) + H3O^1 (-8121) -> No product -At time : 39.1 ps Reaction : OH^0 (-10388) + OH^0 (-7290) -> H2O2^0 (-11657) -At time : 39.1 ps Reaction : OH^0 (-10135) + OH^0 (-7046) -> H2O2^0 (-11658) -At time : 39.1 ps Reaction : H^0 (-9998) + OH^0 (-6878) -> No product -At time : 39.1 ps Reaction : H^0 (-9174) + H^0 (-9507) -> H_2^0 (-11659) -At time : 39.1 ps Reaction : OH^0 (-9242) + OH^0 (-6708) -> H2O2^0 (-11660) -At time : 39.1 ps Reaction : OH^0 (-9226) + OH^0 (-5938) -> H2O2^0 (-11661) -At time : 39.1 ps Reaction : OH^0 (-8564) + e_aq^-1 (-8821) -> OH^-1 (-11662) -At time : 39.1 ps Reaction : e_aq^-1 (-3711) + H3O^1 (-8526) -> H^0 (-11663) -At time : 39.1 ps Reaction : e_aq^-1 (-3340) + OH^0 (-6228) -> OH^-1 (-11664) -At time : 39.1 ps Reaction : OH^-1 (-11664) + H3O^1 (-6227) -> No product -At time : 39.1 ps Reaction : OH^-1 (-11662) + H3O^1 (-8565) -> No product -At time : 40.1 ps Reaction : H^0 (-11238) + OH^0 (-8849) -> No product -At time : 40.1 ps Reaction : H^0 (-10909) + OH^0 (-8817) -> No product -At time : 40.1 ps Reaction : OH^0 (-9437) + OH^0 (-6894) -> H2O2^0 (-11665) -At time : 40.1 ps Reaction : H3O^1 (-7525) + e_aq^-1 (-8578) -> H^0 (-11666) -At time : 40.1 ps Reaction : e_aq^-1 (-4370) + H3O^1 (-6881) -> H^0 (-11667) -At time : 41.1 ps Reaction : OH^0 (-10793) + OH^0 (-6738) -> H2O2^0 (-11668) -At time : 41.1 ps Reaction : OH^0 (-7022) + OH^0 (-7540) -> H2O2^0 (-11669) -At time : 42.1 ps Reaction : OH^0 (-9321) + OH^0 (-8098) -> H2O2^0 (-11670) -At time : 42.1 ps Reaction : OH^0 (-9250) + OH^0 (-6718) -> H2O2^0 (-11671) -At time : 43.1 ps Reaction : H^0 (-11666) + OH^0 (-7526) -> No product -At time : 43.1 ps Reaction : H3O^1 (-10856) + e_aq^-1 (-4328) -> H^0 (-11672) -At time : 43.1 ps Reaction : OH^0 (-10768) + OH^0 (-7636) -> H2O2^0 (-11673) -At time : 43.1 ps Reaction : OH^0 (-10203) + OH^0 (-8106) -> H2O2^0 (-11674) -At time : 43.1 ps Reaction : OH^0 (-6608) + OH^0 (-6610) -> H2O2^0 (-11675) -At time : 44.1 ps Reaction : OH^0 (-10789) + OH^0 (-9888) -> H2O2^0 (-11676) -At time : 44.1 ps Reaction : OH^0 (-10333) + OH^0 (-8931) -> H2O2^0 (-11677) -At time : 44.1 ps Reaction : OH^0 (-10329) + OH^0 (-8306) -> H2O2^0 (-11678) -At time : 44.1 ps Reaction : OH^0 (-9605) + OH^0 (-9602) -> H2O2^0 (-11679) -At time : 44.1 ps Reaction : OH^0 (-9358) + OH^0 (-9355) -> H2O2^0 (-11680) -At time : 45.1 ps Reaction : OH^0 (-9138) + H^0 (-11236) -> No product -At time : 45.1 ps Reaction : OH^0 (-6080) + e_aq^-1 (-8482) -> OH^-1 (-11681) -At time : 45.1 ps Reaction : e_aq^-1 (-267) + OH^0 (-7310) -> OH^-1 (-11682) -At time : 46.1 ps Reaction : OH^-1 (-11681) + H3O^1 (-8199) -> No product -At time : 46.1 ps Reaction : OH^0 (-10343) + OH^0 (-7366) -> H2O2^0 (-11683) -At time : 46.1 ps Reaction : H^0 (-10282) + OH^0 (-10284) -> No product -At time : 46.1 ps Reaction : H^0 (-10199) + OH^0 (-10205) -> No product -At time : 46.1 ps Reaction : OH^0 (-7482) + OH^0 (-9077) -> H2O2^0 (-11684) -At time : 46.1 ps Reaction : OH^0 (-6452) + OH^0 (-8762) -> H2O2^0 (-11685) -At time : 46.1 ps Reaction : OH^0 (-6152) + OH^0 (-7128) -> H2O2^0 (-11686) -At time : 47.1 ps Reaction : OH^0 (-11209) + OH^0 (-6646) -> H2O2^0 (-11687) -At time : 47.1 ps Reaction : OH^0 (-10581) + H^0 (-10791) -> No product -At time : 47.1 ps Reaction : OH^0 (-6094) + H^0 (-9092) -> No product -At time : 47.1 ps Reaction : e_aq^-1 (-5516) + OH^0 (-6124) -> OH^-1 (-11688) -At time : 48.1 ps Reaction : OH^0 (-10176) + OH^0 (-7116) -> H2O2^0 (-11689) -At time : 49.1 ps Reaction : OH^-1 (-11688) + H3O^1 (-8283) -> No product -At time : 49.1 ps Reaction : OH^0 (-10562) + OH^0 (-6836) -> H2O2^0 (-11690) -At time : 49.1 ps Reaction : OH^0 (-5822) + OH^0 (-6352) -> H2O2^0 (-11691) -At time : 50.1 ps Reaction : OH^0 (-10642) + OH^0 (-8702) -> H2O2^0 (-11692) -At time : 50.1 ps Reaction : H^0 (-9149) + OH^0 (-10621) -> No product -At time : 50.1 ps Reaction : OH^0 (-10281) + H^0 (-9361) -> No product -At time : 50.1 ps Reaction : OH^0 (-9848) + OH^0 (-6704) -> H2O2^0 (-11693) -At time : 50.1 ps Reaction : OH^0 (-7454) + OH^0 (-8188) -> H2O2^0 (-11694) -At time : 50.1 ps Reaction : OH^0 (-7994) + OH^0 (-7996) -> H2O2^0 (-11695) -At time : 50.1 ps Reaction : OH^0 (-6318) + OH^0 (-6324) -> H2O2^0 (-11696) -At time : 51.1 ps Reaction : OH^0 (-11113) + OH^0 (-8192) -> H2O2^0 (-11697) -At time : 51.1 ps Reaction : e_aq^-1 (-3732) + OH^0 (-6480) -> OH^-1 (-11698) -At time : 52.1 ps Reaction : OH^0 (-11062) + OH^0 (-6068) -> H2O2^0 (-11699) -At time : 52.1 ps Reaction : OH^0 (-11061) + OH^0 (-8447) -> H2O2^0 (-11700) -At time : 52.1 ps Reaction : OH^0 (-9193) + OH^0 (-9612) -> H2O2^0 (-11701) -At time : 53.1 ps Reaction : OH^0 (-10009) + H^0 (-9438) -> No product -At time : 53.1 ps Reaction : OH^0 (-9477) + OH^0 (-7682) -> H2O2^0 (-11702) -At time : 53.1 ps Reaction : OH^0 (-7370) + OH^0 (-8408) -> H2O2^0 (-11703) -At time : 54.1 ps Reaction : OH^-1 (-11698) + H3O^1 (-6479) -> No product -At time : 54.1 ps Reaction : H3O^1 (-11342) + OH^-1 (-11682) -> No product -At time : 54.1 ps Reaction : OH^0 (-9360) + H^0 (-11267) -> No product -At time : 54.1 ps Reaction : H^0 (-9678) + OH^0 (-10717) -> No product -At time : 54.1 ps Reaction : e_aq^-1 (-4565) + OH^0 (-8963) -> OH^-1 (-11704) -At time : 54.1 ps Reaction : OH^0 (-7758) + OH^0 (-7760) -> H2O2^0 (-11705) -At time : 55.1 ps Reaction : OH^0 (-9714) + OH^0 (-8769) -> H2O2^0 (-11706) -At time : 55.1 ps Reaction : H3O^1 (-8703) + e_aq^-1 (-8704) -> H^0 (-11707) -At time : 56.1 ps Reaction : OH^0 (-9563) + OH^0 (-7722) -> H2O2^0 (-11708) -At time : 56.1 ps Reaction : OH^0 (-8414) + e_aq^-1 (-8416) -> OH^-1 (-11709) -At time : 56.1 ps Reaction : e_aq^-1 (-4545) + H3O^1 (-7557) -> H^0 (-11710) -At time : 57.1 ps Reaction : H3O^1 (-8415) + OH^-1 (-11709) -> No product -At time : 57.1 ps Reaction : OH^0 (-10360) + H^0 (-11248) -> No product -At time : 57.1 ps Reaction : OH^0 (-9771) + OH^0 (-6614) -> H2O2^0 (-11711) -At time : 57.1 ps Reaction : OH^0 (-8266) + H^0 (-9094) -> No product -At time : 57.1 ps Reaction : OH^0 (-6596) + OH^0 (-8981) -> H2O2^0 (-11712) -At time : 58.1 ps Reaction : H^0 (-11300) + OH^0 (-9692) -> No product -At time : 58.1 ps Reaction : OH^0 (-10455) + OH^0 (-8118) -> H2O2^0 (-11713) -At time : 58.1 ps Reaction : e_aq^-1 (-1247) + OH^0 (-7024) -> OH^-1 (-11714) -At time : 58.1 ps Reaction : OH^-1 (-11714) + H3O^1 (-7023) -> No product -At time : 59.1 ps Reaction : OH^0 (-11350) + OH^0 (-11250) -> H2O2^0 (-11715) -At time : 59.1 ps Reaction : OH^0 (-11169) + OH^0 (-8292) -> H2O2^0 (-11716) -At time : 59.1 ps Reaction : OH^0 (-9310) + OH^0 (-7080) -> H2O2^0 (-11717) -At time : 60.1 ps Reaction : OH^0 (-9216) + H^0 (-11202) -> No product -At time : 60.1 ps Reaction : H^0 (-9791) + OH^0 (-6648) -> No product -At time : 61.1 ps Reaction : OH^0 (-9801) + H^0 (-10764) -> No product -At time : 61.1 ps Reaction : OH^0 (-10730) + OH^0 (-9007) -> H2O2^0 (-11718) -At time : 61.1 ps Reaction : OH^0 (-10507) + OH^0 (-9301) -> H2O2^0 (-11719) -At time : 61.1 ps Reaction : e_aq^-1 (-4495) + OH^0 (-6934) -> OH^-1 (-11720) -At time : 61.1 ps Reaction : e_aq^-1 (-623) + OH^0 (-8642) -> OH^-1 (-11721) -At time : 61.1 ps Reaction : OH^-1 (-11721) + H3O^1 (-8643) -> No product -At time : 63.1 ps Reaction : OH^0 (-10996) + H^0 (-9304) -> No product -At time : 63.1 ps Reaction : OH^0 (-9577) + OH^0 (-7726) -> H2O2^0 (-11722) -At time : 63.1 ps Reaction : OH^0 (-7202) + OH^0 (-8894) -> H2O2^0 (-11723) -At time : 64.1 ps Reaction : OH^0 (-10261) + OH^0 (-6142) -> H2O2^0 (-11724) -At time : 64.1 ps Reaction : OH^0 (-9474) + OH^0 (-9475) -> H2O2^0 (-11725) -At time : 64.1 ps Reaction : OH^0 (-9263) + H^0 (-9266) -> No product -At time : 64.1 ps Reaction : OH^0 (-9214) + OH^0 (-8525) -> H2O2^0 (-11726) -At time : 64.1 ps Reaction : OH^0 (-7274) + OH^0 (-8399) -> H2O2^0 (-11727) -At time : 64.1 ps Reaction : OH^0 (-6524) + OH^0 (-6532) -> H2O2^0 (-11728) -At time : 65.1 ps Reaction : OH^-1 (-11644) + H3O^1 (-8159) -> No product -At time : 65.1 ps Reaction : OH^0 (-11014) + OH^0 (-5848) -> H2O2^0 (-11729) -At time : 65.1 ps Reaction : OH^0 (-10020) + OH^0 (-10022) -> H2O2^0 (-11730) -At time : 65.1 ps Reaction : OH^0 (-9943) + OH^0 (-9945) -> H2O2^0 (-11731) -At time : 65.1 ps Reaction : OH^0 (-9123) + OH^0 (-6174) -> H2O2^0 (-11732) -At time : 66.1 ps Reaction : OH^0 (-11065) + OH^0 (-7174) -> H2O2^0 (-11733) -At time : 66.1 ps Reaction : OH^0 (-10628) + e_aq^-1 (-3460) -> OH^-1 (-11734) -At time : 66.1 ps Reaction : H^0 (-10069) + OH^0 (-6958) -> No product -At time : 66.1 ps Reaction : OH^0 (-9396) + OH^0 (-8316) -> H2O2^0 (-11735) -At time : 66.1 ps Reaction : H3O^1 (-7247) + e_aq^-1 (-8395) -> H^0 (-11736) -At time : 66.1 ps Reaction : OH^-1 (-11734) + H3O^1 (-10627) -> No product -At time : 67.1 ps Reaction : H^0 (-9131) + OH^0 (-10399) -> No product -At time : 67.1 ps Reaction : OH^0 (-9924) + e_aq^-1 (-8551) -> OH^-1 (-11737) -At time : 67.1 ps Reaction : H^0 (-9229) + OH^0 (-5944) -> No product -At time : 68.1 ps Reaction : OH^0 (-10043) + OH^0 (-6932) -> H2O2^0 (-11738) -At time : 69.1 ps Reaction : H^0 (-10983) + e_aq^-1 (-4764) -> OH^-1 (-11739) + H_2^0 (-11740) -At time : 69.1 ps Reaction : H^0 (-10262) + OH^0 (-7234) -> No product -At time : 69.1 ps Reaction : OH^0 (-10089) + OH^0 (-9297) -> H2O2^0 (-11741) -At time : 69.1 ps Reaction : OH^-1 (-11739) + H3O^1 (-11275) -> No product -At time : 69.1 ps Reaction : OH^0 (-10467) + OH^0 (-10469) -> H2O2^0 (-11742) -At time : 70.1 ps Reaction : H^0 (-11232) + OH^0 (-6940) -> No product -At time : 70.1 ps Reaction : OH^0 (-10077) + OH^0 (-10078) -> H2O2^0 (-11743) -At time : 70.1 ps Reaction : OH^0 (-7616) + OH^0 (-7890) -> H2O2^0 (-11744) -At time : 71.1 ps Reaction : OH^0 (-11329) + OH^0 (-5730) -> H2O2^0 (-11745) -At time : 71.1 ps Reaction : OH^0 (-9345) + OH^0 (-7240) -> H2O2^0 (-11746) -At time : 71.1 ps Reaction : OH^0 (-9270) + OH^0 (-6194) -> H2O2^0 (-11747) -At time : 71.1 ps Reaction : OH^0 (-8258) + e_aq^-1 (-8632) -> OH^-1 (-11748) -At time : 71.1 ps Reaction : OH^-1 (-11748) + H3O^1 (-7301) -> No product -At time : 72.1 ps Reaction : H^0 (-11136) + e_aq^-1 (-8476) -> OH^-1 (-11749) + H_2^0 (-11750) -At time : 72.1 ps Reaction : OH^0 (-10947) + H^0 (-9294) -> No product -At time : 72.1 ps Reaction : OH^0 (-9246) + OH^0 (-5958) -> H2O2^0 (-11751) -At time : 72.1 ps Reaction : OH^-1 (-11749) + H3O^1 (-8233) -> No product -At time : 73.1 ps Reaction : H^0 (-10667) + OH^0 (-9529) -> No product -At time : 73.1 ps Reaction : OH^0 (-10519) + OH^0 (-7564) -> H2O2^0 (-11752) -At time : 73.1 ps Reaction : OH^0 (-9963) + H^0 (-9964) -> No product -At time : 74.1 ps Reaction : H3O^1 (-10295) + OH^-1 (-5723) -> No product -At time : 74.1 ps Reaction : OH^0 (-10066) + H^0 (-10063) -> No product -At time : 74.1 ps Reaction : H3O^1 (-8841) + e_aq^-1 (-8842) -> H^0 (-11753) -At time : 74.1 ps Reaction : OH^0 (-6592) + OH^0 (-6594) -> H2O2^0 (-11754) -At time : 75.1 ps Reaction : H3O^1 (-8013) + OH^-1 (-11641) -> No product -At time : 75.1 ps Reaction : OH^0 (-11068) + OH^0 (-7180) -> H2O2^0 (-11755) -At time : 75.1 ps Reaction : OH^0 (-10920) + e_aq^-1 (-1509) -> OH^-1 (-11756) -At time : 75.1 ps Reaction : OH^0 (-9584) + e_aq^-1 (-8728) -> OH^-1 (-11757) -At time : 75.1 ps Reaction : H3O^1 (-6345) + OH^-1 (-11757) -> No product -At time : 76.1 ps Reaction : OH^0 (-10967) + OH^0 (-10508) -> H2O2^0 (-11758) -At time : 76.1 ps Reaction : OH^0 (-10101) + OH^0 (-8372) -> H2O2^0 (-11759) -At time : 76.1 ps Reaction : OH^0 (-9926) + H^0 (-9933) -> No product -At time : 76.1 ps Reaction : H^0 (-9445) + OH^0 (-9444) -> No product -At time : 76.1 ps Reaction : OH^0 (-7142) + OH^0 (-8096) -> H2O2^0 (-11760) -At time : 76.1 ps Reaction : OH^-1 (-5732) + H3O^1 (-7087) -> No product -At time : 77.1 ps Reaction : H^0 (-10054) + OH^0 (-7960) -> No product -At time : 77.1 ps Reaction : OH^0 (-9498) + OH^0 (-9499) -> H2O2^0 (-11761) -At time : 77.1 ps Reaction : OH^0 (-9353) + OH^0 (-8210) -> H2O2^0 (-11762) -At time : 77.1 ps Reaction : OH^0 (-7198) + OH^0 (-8945) -> H2O2^0 (-11763) -At time : 78.1 ps Reaction : OH^0 (-10936) + H^0 (-10939) -> No product -At time : 78.1 ps Reaction : H^0 (-10525) + OH^0 (-10042) -> No product -At time : 79.1 ps Reaction : H^0 (-9854) + OH^0 (-6712) -> No product -At time : 79.1 ps Reaction : H^0 (-9494) + e_aq^-1 (-3295) -> OH^-1 (-11764) + H_2^0 (-11765) -At time : 79.1 ps Reaction : OH^0 (-9128) + OH^0 (-9129) -> H2O2^0 (-11766) -At time : 80.1 ps Reaction : OH^0 (-9105) + H^0 (-9106) -> No product -At time : 80.1 ps Reaction : OH^0 (-8238) + OH^0 (-8909) -> H2O2^0 (-11767) -At time : 81.1 ps Reaction : OH^0 (-10134) + OH^0 (-7524) -> H2O2^0 (-11768) -At time : 81.1 ps Reaction : OH^0 (-9972) + OH^0 (-5990) -> H2O2^0 (-11769) -At time : 82.1 ps Reaction : OH^-1 (-11756) + H3O^1 (-7959) -> No product -At time : 82.1 ps Reaction : OH^0 (-10614) + e_aq^-1 (-3853) -> OH^-1 (-11770) -At time : 82.1 ps Reaction : OH^0 (-10036) + OH^0 (-7572) -> H2O2^0 (-11771) -At time : 82.1 ps Reaction : OH^0 (-9645) + OH^0 (-6446) -> H2O2^0 (-11772) -At time : 84.1 ps Reaction : OH^0 (-10928) + OH^0 (-6014) -> H2O2^0 (-11773) -At time : 84.1 ps Reaction : OH^0 (-6938) + H^0 (-9054) -> No product -At time : 84.1 ps Reaction : OH^0 (-8150) + OH^0 (-8893) -> H2O2^0 (-11774) -At time : 84.1 ps Reaction : OH^0 (-9148) + H^0 (-9151) -> No product -At time : 85.1 ps Reaction : H3O^1 (-5949) + OH^-1 (-11572) -> No product -At time : 85.1 ps Reaction : OH^0 (-10466) + OH^0 (-8864) -> H2O2^0 (-11775) -At time : 86.1 ps Reaction : H^0 (-9139) + OH^0 (-10118) -> No product -At time : 87.1 ps Reaction : H^0 (-9658) + OH^0 (-6462) -> No product -At time : 88.1 ps Reaction : OH^0 (-9672) + OH^0 (-6490) -> H2O2^0 (-11776) -At time : 88.1 ps Reaction : OH^0 (-7516) + OH^0 (-8052) -> H2O2^0 (-11777) -At time : 88.1 ps Reaction : OH^0 (-7054) + OH^0 (-7060) -> H2O2^0 (-11778) -At time : 89.1 ps Reaction : OH^0 (-10458) + OH^0 (-10461) -> H2O2^0 (-11779) -At time : 89.1 ps Reaction : OH^0 (-9504) + OH^0 (-9506) -> H2O2^0 (-11780) -At time : 89.1 ps Reaction : H^0 (-9489) + H^0 (-9487) -> H_2^0 (-11781) -At time : 90.1 ps Reaction : OH^0 (-10863) + OH^0 (-7922) -> H2O2^0 (-11782) -At time : 90.1 ps Reaction : OH^0 (-8965) + OH^0 (-9047) -> H2O2^0 (-11783) -At time : 91.1 ps Reaction : H^0 (-10407) + H^0 (-9354) -> H_2^0 (-11784) -At time : 92.1 ps Reaction : OH^0 (-11157) + OH^0 (-7308) -> H2O2^0 (-11785) -At time : 92.1 ps Reaction : OH^0 (-9769) + OH^0 (-6612) -> H2O2^0 (-11786) -At time : 92.1 ps Reaction : OH^0 (-9201) + OH^0 (-6392) -> H2O2^0 (-11787) -At time : 92.1 ps Reaction : e_aq^-1 (-8497) + H^0 (-9070) -> OH^-1 (-11788) + H_2^0 (-11789) -At time : 92.1 ps Reaction : e_aq^-1 (-5528) + H3O^1 (-8277) -> H^0 (-11790) -At time : 92.1 ps Reaction : e_aq^-1 (-1701) + OH^0 (-6900) -> OH^-1 (-11791) -At time : 92.1 ps Reaction : OH^-1 (-11791) + H3O^1 (-10902) -> No product -At time : 93.1 ps Reaction : H3O^1 (-10964) + e_aq^-1 (-8668) -> H^0 (-11792) -At time : 93.1 ps Reaction : H^0 (-9219) + OH^0 (-6496) -> No product -At time : 93.1 ps Reaction : e_aq^-1 (-4204) + OH^0 (-8693) -> OH^-1 (-11793) -At time : 93.1 ps Reaction : OH^0 (-7256) + OH^0 (-8204) -> H2O2^0 (-11794) -At time : 93.1 ps Reaction : e_aq^-1 (-5227) + OH^0 (-7238) -> OH^-1 (-11795) -At time : 93.1 ps Reaction : OH^-1 (-11795) + H3O^1 (-7241) -> No product -At time : 93.1 ps Reaction : OH^-1 (-11793) + H3O^1 (-8694) -> No product -At time : 94.1 ps Reaction : OH^0 (-9917) + OH^0 (-6800) -> H2O2^0 (-11796) -At time : 94.1 ps Reaction : OH^0 (-7376) + OH^0 (-8608) -> H2O2^0 (-11797) -At time : 95.1 ps Reaction : e_aq^-1 (-4367) + OH^0 (-6192) -> OH^-1 (-11798) -At time : 95.1 ps Reaction : e_aq^-1 (-1849) + OH^0 (-5757) -> OH^-1 (-11799) -At time : 96.1 ps Reaction : H^0 (-10539) + H^0 (-11432) -> H_2^0 (-11800) -At time : 96.1 ps Reaction : OH^0 (-7126) + e_aq^-1 (-8869) -> OH^-1 (-11801) -At time : 97.1 ps Reaction : H^0 (-11736) + e_aq^-1 (-5192) -> OH^-1 (-11802) + H_2^0 (-11803) -At time : 97.1 ps Reaction : OH^0 (-10322) + OH^0 (-11180) -> H2O2^0 (-11804) -At time : 97.1 ps Reaction : OH^0 (-9701) + OH^0 (-6536) -> H2O2^0 (-11805) -At time : 97.1 ps Reaction : H3O^1 (-8093) + e_aq^-1 (-8875) -> H^0 (-11806) -At time : 98.1 ps Reaction : OH^0 (-10254) + OH^0 (-11106) -> H2O2^0 (-11807) -At time : 99.1 ps Reaction : H3O^1 (-10613) + OH^-1 (-5777) -> No product -At time : 99.1 ps Reaction : OH^0 (-10197) + OH^0 (-8108) -> H2O2^0 (-11808) -At time : 99.1 ps Reaction : OH^0 (-7910) + OH^0 (-9033) -> H2O2^0 (-11809) -At time : 99.1 ps Reaction : e_aq^-1 (-718) + OH^0 (-8650) -> OH^-1 (-11810) -At time : 101.1 ps Reaction : OH^0 (-11174) + OH^0 (-10320) -> H2O2^0 (-11811) -At time : 101.1 ps Reaction : H^0 (-9253) + H^0 (-10785) -> H_2^0 (-11812) -At time : 101.1 ps Reaction : H^0 (-9700) + OH^0 (-9005) -> No product -At time : 101.1 ps Reaction : e_aq^-1 (-3627) + H3O^1 (-8736) -> H^0 (-11813) -At time : 101.1 ps Reaction : e_aq^-1 (-3465) + e_aq^-1 (-3463) -> OH^-1 (-11814) + OH^-1 (-11815) + H_2^0 (-11816) -At time : 111.1 ps Reaction : H3O^1 (-6891) + OH^-1 (-11798) -> No product -At time : 111.1 ps Reaction : OH^-1 (-11720) + H3O^1 (-7571) -> No product -At time : 111.1 ps Reaction : H^0 (-11015) + OH^0 (-8384) -> No product -At time : 111.1 ps Reaction : H^0 (-10929) + OH^0 (-6950) -> No product -At time : 111.1 ps Reaction : OH^0 (-10878) + OH^0 (-6884) -> H2O2^0 (-11817) -At time : 111.1 ps Reaction : OH^0 (-10782) + OH^0 (-7858) -> H2O2^0 (-11818) -At time : 111.1 ps Reaction : OH^0 (-10756) + OH^0 (-5832) -> H2O2^0 (-11819) -At time : 111.1 ps Reaction : H^0 (-10459) + e_aq^-1 (-5056) -> OH^-1 (-11820) + H_2^0 (-11821) -At time : 111.1 ps Reaction : OH^0 (-10286) + OH^0 (-8230) -> H2O2^0 (-11822) -At time : 111.1 ps Reaction : OH^0 (-10175) + OH^0 (-8082) -> H2O2^0 (-11823) -At time : 111.1 ps Reaction : OH^0 (-9488) + OH^0 (-8705) -> H2O2^0 (-11824) -At time : 111.1 ps Reaction : OH^0 (-9350) + OH^0 (-7452) -> H2O2^0 (-11825) -At time : 111.1 ps Reaction : H^0 (-9341) + OH^0 (-7230) -> No product -At time : 111.1 ps Reaction : OH^0 (-9161) + OH^0 (-6226) -> H2O2^0 (-11826) -At time : 111.1 ps Reaction : OH^0 (-6748) + H^0 (-9022) -> No product -At time : 111.1 ps Reaction : OH^0 (-8288) + e_aq^-1 (-8920) -> OH^-1 (-11827) -At time : 111.1 ps Reaction : e_aq^-1 (-4313) + OH^0 (-7596) -> OH^-1 (-11828) -At time : 111.1 ps Reaction : e_aq^-1 (-4627) + H3O^1 (-6019) -> H^0 (-11829) -At time : 111.1 ps Reaction : OH^-1 (-11828) + H3O^1 (-7595) -> No product -At time : 111.1 ps Reaction : H^0 (-9124) + OH^0 (-10955) -> No product -At time : 111.1 ps Reaction : H^0 (-9064) + H^0 (-9066) -> H_2^0 (-11830) -At time : 111.1 ps Reaction : OH^0 (-8738) + e_aq^-1 (-8740) -> OH^-1 (-11831) -At time : 111.1 ps Reaction : H3O^1 (-8358) + e_aq^-1 (-8359) -> H^0 (-11832) -At time : 121.1 ps Reaction : OH^-1 (-11737) + H3O^1 (-6805) -> No product -At time : 121.1 ps Reaction : OH^0 (-11298) + e_aq^-1 (-2887) -> OH^-1 (-11833) -At time : 121.1 ps Reaction : H^0 (-11140) + OH^0 (-6092) -> No product -At time : 121.1 ps Reaction : OH^0 (-11010) + OH^0 (-9418) -> H2O2^0 (-11834) -At time : 121.1 ps Reaction : OH^0 (-10843) + OH^0 (-6850) -> H2O2^0 (-11835) -At time : 121.1 ps Reaction : OH^0 (-10534) + OH^0 (-5998) -> H2O2^0 (-11836) -At time : 121.1 ps Reaction : H^0 (-9694) + OH^0 (-8985) -> No product -At time : 121.1 ps Reaction : H^0 (-9594) + H^0 (-9592) -> H_2^0 (-11837) -At time : 121.1 ps Reaction : H^0 (-9241) + OH^0 (-6696) -> No product -At time : 121.1 ps Reaction : e_aq^-1 (-4462) + H^0 (-9050) -> OH^-1 (-11838) + H_2^0 (-11839) -At time : 121.1 ps Reaction : OH^0 (-8957) + H^0 (-8958) -> No product -At time : 121.1 ps Reaction : OH^0 (-8588) + e_aq^-1 (-8590) -> OH^-1 (-11840) -At time : 121.1 ps Reaction : e_aq^-1 (-1019) + OH^0 (-8062) -> OH^-1 (-11841) -At time : 121.1 ps Reaction : OH^-1 (-5765) + H3O^1 (-7833) -> No product -At time : 121.1 ps Reaction : e_aq^-1 (-3107) + OH^0 (-6322) -> OH^-1 (-11842) +At time : 1 ps Reaction : e_aq^-1 (-4368) + °OH^0 (-6192) -> OH^-1 (-11445) +At time : 1 ps Reaction : OH^-1 (-5768) + H3O^1 (-5831) -> No product +At time : 1 ps Reaction : OH^-1 (-11445) + H3O^1 (-6191) -> No product +At time : 1 ps Reaction : OH^-1 (-11444) + H3O^1 (-7595) -> No product +At time : 1 ps Reaction : OH^-1 (-11443) + H3O^1 (-7691) -> No product +At time : 1 ps Reaction : OH^-1 (-11442) + H3O^1 (-7021) -> No product +At time : 1 ps Reaction : OH^-1 (-11441) + H3O^1 (-5839) -> No product +At time : 1 ps Reaction : OH^-1 (-11440) + H3O^1 (-6977) -> No product +At time : 1 ps Reaction : OH^-1 (-11439) + H3O^1 (-7519) -> No product +At time : 1.1 ps Reaction : °OH^0 (-11351) + °OH^0 (-11353) -> H2O2^0 (-11446) +At time : 1.1 ps Reaction : °OH^0 (-11310) + °OH^0 (-9143) -> H2O2^0 (-11447) +At time : 1.1 ps Reaction : °OH^0 (-11191) + °OH^0 (-11260) -> H2O2^0 (-11448) +At time : 1.1 ps Reaction : °OH^0 (-10503) + °OH^0 (-9996) -> H2O2^0 (-11449) +At time : 1.1 ps Reaction : H^0 (-10483) + °OH^0 (-8008) -> No product +At time : 1.1 ps Reaction : °OH^0 (-10395) + H^0 (-10402) -> No product +At time : 1.1 ps Reaction : °OH^0 (-10226) + °OH^0 (-9339) -> H2O2^0 (-11450) +At time : 1.1 ps Reaction : °OH^0 (-10165) + °OH^0 (-8885) -> H2O2^0 (-11451) +At time : 1.1 ps Reaction : °OH^0 (-10070) + °OH^0 (-10072) -> H2O2^0 (-11452) +At time : 1.1 ps Reaction : °OH^0 (-9986) + °OH^0 (-9991) -> H2O2^0 (-11453) +At time : 1.1 ps Reaction : °OH^0 (-9887) + °OH^0 (-9023) -> H2O2^0 (-11454) +At time : 1.1 ps Reaction : °OH^0 (-9727) + °OH^0 (-9728) -> H2O2^0 (-11455) +At time : 1.1 ps Reaction : H^0 (-9661) + °OH^0 (-7778) -> No product +At time : 1.1 ps Reaction : H^0 (-9226) + °OH^0 (-8977) -> No product +At time : 1.1 ps Reaction : °OH^0 (-9196) + °OH^0 (-5904) -> H2O2^0 (-11456) +At time : 1.1 ps Reaction : e_aq^-1 (-5420) + °OH^0 (-8639) -> OH^-1 (-11457) +At time : 1.1 ps Reaction : °OH^0 (-7358) + °OH^0 (-8320) -> H2O2^0 (-11458) +At time : 1.1 ps Reaction : OH^-1 (-11457) + H3O^1 (-8640) -> No product +At time : 1.1 ps Reaction : °OH^0 (-10833) + e_aq^-1 (-1849) -> OH^-1 (-11459) +At time : 1.2 ps Reaction : °OH^0 (-10206) + °OH^0 (-11258) -> H2O2^0 (-11460) +At time : 1.2 ps Reaction : °OH^0 (-10843) + °OH^0 (-10841) -> H2O2^0 (-11461) +At time : 1.2 ps Reaction : °OH^0 (-10042) + °OH^0 (-9286) -> H2O2^0 (-11462) +At time : 1.3 ps Reaction : °OH^0 (-10763) + °OH^0 (-9009) -> H2O2^0 (-11463) +At time : 1.3 ps Reaction : e_aq^-1 (-4627) + °OH^0 (-7002) -> OH^-1 (-11464) +At time : 1.3 ps Reaction : OH^-1 (-11464) + H3O^1 (-7001) -> No product +At time : 1.4 ps Reaction : °OH^0 (-9852) + °OH^0 (-11225) -> H2O2^0 (-11465) +At time : 1.4 ps Reaction : °OH^0 (-9838) + °OH^0 (-11221) -> H2O2^0 (-11466) +At time : 1.4 ps Reaction : °OH^0 (-9161) + °OH^0 (-11197) -> H2O2^0 (-11467) +At time : 1.5 ps Reaction : °OH^0 (-11393) + °OH^0 (-9370) -> H2O2^0 (-11468) +At time : 1.5 ps Reaction : °OH^0 (-11300) + °OH^0 (-11301) -> H2O2^0 (-11469) +At time : 1.5 ps Reaction : °OH^0 (-10998) + °OH^0 (-6038) -> H2O2^0 (-11470) +At time : 1.5 ps Reaction : °OH^0 (-10293) + °OH^0 (-8935) -> H2O2^0 (-11471) +At time : 1.5 ps Reaction : °OH^0 (-10059) + °OH^0 (-5842) -> H2O2^0 (-11472) +At time : 1.5 ps Reaction : e_aq^-1 (-4465) + °OH^0 (-7946) -> OH^-1 (-11473) +At time : 1.5 ps Reaction : OH^-1 (-11473) + H3O^1 (-6927) -> No product +At time : 1.6 ps Reaction : °OH^0 (-9291) + °OH^0 (-11245) -> H2O2^0 (-11474) +At time : 1.6 ps Reaction : °OH^0 (-10984) + °OH^0 (-8028) -> H2O2^0 (-11475) +At time : 1.6 ps Reaction : °OH^0 (-5866) + H^0 (-9052) -> No product +At time : 1.6 ps Reaction : °OH^0 (-7094) + e_aq^-1 (-8590) -> OH^-1 (-11476) +At time : 1.6 ps Reaction : e_aq^-1 (-1586) + °OH^0 (-7940) -> OH^-1 (-11477) +At time : 1.6 ps Reaction : OH^-1 (-11477) + H3O^1 (-7939) -> No product +At time : 1.6 ps Reaction : H3O^1 (-7093) + OH^-1 (-11476) -> No product +At time : 1.7 ps Reaction : °OH^0 (-10266) + H^0 (-11288) -> No product +At time : 1.7 ps Reaction : °OH^0 (-9372) + °OH^0 (-10315) -> H2O2^0 (-11478) +At time : 1.7 ps Reaction : °OH^0 (-9970) + °OH^0 (-9269) -> H2O2^0 (-11479) +At time : 1.7 ps Reaction : H^0 (-9420) + °OH^0 (-8441) -> No product +At time : 1.7 ps Reaction : °OH^0 (-9109) + °OH^0 (-9013) -> H2O2^0 (-11480) +At time : 1.8 ps Reaction : °OH^0 (-9216) + °OH^0 (-9655) -> H2O2^0 (-11481) +At time : 1.8 ps Reaction : °OH^0 (-9236) + °OH^0 (-7640) -> H2O2^0 (-11482) +At time : 1.8 ps Reaction : °OH^0 (-7282) + °OH^0 (-7428) -> H2O2^0 (-11483) +At time : 1.8 ps Reaction : °OH^0 (-6750) + °OH^0 (-6754) -> H2O2^0 (-11484) +At time : 1.8 ps Reaction : °OH^0 (-9452) + °OH^0 (-9449) -> H2O2^0 (-11485) +At time : 1.9 ps Reaction : °OH^0 (-10747) + °OH^0 (-9741) -> H2O2^0 (-11486) +At time : 1.9 ps Reaction : °OH^0 (-10079) + °OH^0 (-7530) -> H2O2^0 (-11487) +At time : 1.9 ps Reaction : °OH^0 (-9423) + °OH^0 (-6170) -> H2O2^0 (-11488) +At time : 1.9 ps Reaction : °OH^0 (-7110) + °OH^0 (-9065) -> H2O2^0 (-11489) +At time : 2 ps Reaction : °OH^0 (-10441) + °OH^0 (-7114) -> H2O2^0 (-11490) +At time : 2 ps Reaction : °OH^0 (-9281) + °OH^0 (-9284) -> H2O2^0 (-11491) +At time : 2 ps Reaction : °OH^0 (-6674) + °OH^0 (-8528) -> H2O2^0 (-11492) +At time : 2 ps Reaction : °OH^0 (-7236) + °OH^0 (-7238) -> H2O2^0 (-11493) +At time : 2.1 ps Reaction : °OH^0 (-10671) + °OH^0 (-9556) -> H2O2^0 (-11494) +At time : 2.1 ps Reaction : °OH^0 (-9698) + °OH^0 (-9696) -> H2O2^0 (-11495) +At time : 2.2 ps Reaction : °OH^0 (-11323) + °OH^0 (-9774) -> H2O2^0 (-11496) +At time : 2.2 ps Reaction : °OH^0 (-9675) + °OH^0 (-9673) -> H2O2^0 (-11497) +At time : 2.2 ps Reaction : OH^-1 (-5762) + H3O^1 (-7867) -> No product +At time : 2.2 ps Reaction : °OH^0 (-6004) + °OH^0 (-6006) -> H2O2^0 (-11498) +At time : 2.3 ps Reaction : °OH^0 (-10004) + °OH^0 (-10006) -> H2O2^0 (-11499) +At time : 2.3 ps Reaction : °OH^0 (-8465) + °OH^0 (-8468) -> H2O2^0 (-11500) +At time : 2.4 ps Reaction : °OH^0 (-9846) + °OH^0 (-9017) -> H2O2^0 (-11501) +At time : 2.4 ps Reaction : °OH^0 (-9786) + °OH^0 (-9244) -> H2O2^0 (-11502) +At time : 2.6 ps Reaction : °OH^0 (-10948) + °OH^0 (-7550) -> H2O2^0 (-11503) +At time : 2.6 ps Reaction : °OH^0 (-10857) + H^0 (-10858) -> No product +At time : 2.6 ps Reaction : H^0 (-9166) + °OH^0 (-9488) -> No product +At time : 2.7 ps Reaction : H^0 (-10968) + °OH^0 (-8339) -> No product +At time : 2.7 ps Reaction : °OH^0 (-10891) + °OH^0 (-7584) -> H2O2^0 (-11504) +At time : 2.7 ps Reaction : °OH^0 (-9524) + °OH^0 (-8993) -> H2O2^0 (-11505) +At time : 2.7 ps Reaction : °OH^0 (-7080) + °OH^0 (-8050) -> H2O2^0 (-11506) +At time : 2.9 ps Reaction : °OH^0 (-10236) + H^0 (-10238) -> No product +At time : 3 ps Reaction : °OH^0 (-11281) + °OH^0 (-11282) -> H2O2^0 (-11507) +At time : 3 ps Reaction : °OH^0 (-9582) + °OH^0 (-6414) -> H2O2^0 (-11508) +At time : 3 ps Reaction : °OH^0 (-5844) + °OH^0 (-8846) -> H2O2^0 (-11509) +At time : 3.2 ps Reaction : °OH^0 (-9202) + °OH^0 (-9206) -> H2O2^0 (-11510) +At time : 3.2 ps Reaction : e_aq^-1 (-4825) + °OH^0 (-6162) -> OH^-1 (-11511) +At time : 3.2 ps Reaction : OH^-1 (-11511) + H3O^1 (-6161) -> No product +At time : 3.3 ps Reaction : °OH^0 (-11028) + °OH^0 (-9314) -> H2O2^0 (-11512) +At time : 3.3 ps Reaction : e_aq^-1 (-4320) + °OH^0 (-6860) -> OH^-1 (-11513) +At time : 3.3 ps Reaction : OH^-1 (-11513) + H3O^1 (-6859) -> No product +At time : 3.3 ps Reaction : °OH^0 (-8829) + °OH^0 (-8830) -> H2O2^0 (-11514) +At time : 3.4 ps Reaction : °OH^0 (-10620) + °OH^0 (-10621) -> H2O2^0 (-11515) +At time : 3.5 ps Reaction : °OH^0 (-11297) + °OH^0 (-10473) -> H2O2^0 (-11516) +At time : 3.5 ps Reaction : °OH^0 (-10807) + H^0 (-9018) -> No product +At time : 3.5 ps Reaction : °OH^0 (-10703) + °OH^0 (-6478) -> H2O2^0 (-11517) +At time : 3.5 ps Reaction : °OH^0 (-8248) + e_aq^-1 (-8464) -> OH^-1 (-11518) +At time : 3.5 ps Reaction : e_aq^-1 (-1450) + °OH^0 (-8378) -> OH^-1 (-11519) +At time : 3.5 ps Reaction : OH^-1 (-11519) + H3O^1 (-8379) -> No product +At time : 3.5 ps Reaction : H3O^1 (-8247) + OH^-1 (-11518) -> No product +At time : 3.6 ps Reaction : e_aq^-1 (-762) + H^0 (-10160) -> OH^-1 (-11520) + H_2^0 (-11521) +At time : 3.6 ps Reaction : e_aq^-1 (-4204) + H3O^1 (-6817) -> H^0 (-11522) +At time : 3.7 ps Reaction : °OH^0 (-9681) + °OH^0 (-5938) -> H2O2^0 (-11523) +At time : 3.9 ps Reaction : °OH^0 (-11039) + °OH^0 (-8122) -> H2O2^0 (-11524) +At time : 3.9 ps Reaction : °OH^0 (-6916) + °OH^0 (-8819) -> H2O2^0 (-11525) +At time : 4.1 ps Reaction : °OH^0 (-8080) + °OH^0 (-8865) -> H2O2^0 (-11526) +At time : 4.2 ps Reaction : H^0 (-11350) + °OH^0 (-6962) -> No product +At time : 4.2 ps Reaction : H^0 (-10854) + H^0 (-10846) -> H_2^0 (-11527) +At time : 4.2 ps Reaction : °OH^0 (-9856) + °OH^0 (-9854) -> H2O2^0 (-11528) +At time : 4.2 ps Reaction : °OH^0 (-7296) + °OH^0 (-8258) -> H2O2^0 (-11529) +At time : 4.2 ps Reaction : °OH^0 (-5942) + °OH^0 (-6598) -> H2O2^0 (-11530) +At time : 4.3 ps Reaction : °OH^0 (-9982) + °OH^0 (-8375) -> H2O2^0 (-11531) +At time : 4.3 ps Reaction : °OH^0 (-6976) + °OH^0 (-7556) -> H2O2^0 (-11532) +At time : 4.4 ps Reaction : H3O^1 (-7981) + e_aq^-1 (-8839) -> H^0 (-11533) +At time : 4.5 ps Reaction : H3O^1 (-7165) + OH^-1 (-11520) -> No product +At time : 4.6 ps Reaction : °OH^0 (-10053) + °OH^0 (-10054) -> H2O2^0 (-11534) +At time : 4.7 ps Reaction : °OH^0 (-7370) + e_aq^-1 (-8419) -> OH^-1 (-11535) +At time : 4.7 ps Reaction : OH^-1 (-11535) + H3O^1 (-8418) -> No product +At time : 4.8 ps Reaction : °OH^0 (-9529) + °OH^0 (-6304) -> H2O2^0 (-11536) +At time : 4.9 ps Reaction : H^0 (-10019) + °OH^0 (-7568) -> No product +At time : 5 ps Reaction : °OH^0 (-11391) + °OH^0 (-10277) -> H2O2^0 (-11537) +At time : 5 ps Reaction : °OH^0 (-11264) + °OH^0 (-9079) -> H2O2^0 (-11538) +At time : 5 ps Reaction : H^0 (-9934) + e_aq^-1 (-8572) -> OH^-1 (-11539) + H_2^0 (-11540) +At time : 5.1 ps Reaction : °OH^0 (-11092) + °OH^0 (-11093) -> H2O2^0 (-11541) +At time : 5.1 ps Reaction : °OH^0 (-10706) + H^0 (-8998) -> No product +At time : 5.2 ps Reaction : °OH^0 (-11082) + °OH^0 (-7230) -> H2O2^0 (-11542) +At time : 5.4 ps Reaction : °OH^0 (-11223) + °OH^0 (-8796) -> H2O2^0 (-11543) +At time : 5.4 ps Reaction : °OH^0 (-7088) + °OH^0 (-7090) -> H2O2^0 (-11544) +At time : 5.5 ps Reaction : °OH^0 (-10292) + °OH^0 (-9380) -> H2O2^0 (-11545) +At time : 5.8 ps Reaction : H^0 (-9246) + °OH^0 (-10766) -> No product +At time : 5.8 ps Reaction : H3O^1 (-9929) + OH^-1 (-5795) -> No product +At time : 5.8 ps Reaction : °OH^0 (-5802) + °OH^0 (-7036) -> H2O2^0 (-11546) +At time : 5.8 ps Reaction : OH^-1 (-5747) + H3O^1 (-6949) -> No product +At time : 5.9 ps Reaction : °OH^0 (-9099) + °OH^0 (-9492) -> H2O2^0 (-11547) +At time : 6 ps Reaction : e_aq^-1 (-3714) + e_aq^-1 (-8545) -> OH^-1 (-11548) + OH^-1 (-11549) + H_2^0 (-11550) +At time : 6.2 ps Reaction : H^0 (-10539) + °OH^0 (-7916) -> No product +At time : 6.2 ps Reaction : °OH^0 (-10020) + °OH^0 (-6014) -> H2O2^0 (-11551) +At time : 6.2 ps Reaction : °OH^0 (-9818) + °OH^0 (-6738) -> H2O2^0 (-11552) +At time : 6.2 ps Reaction : OH^-1 (-5753) + H3O^1 (-6839) -> No product +At time : 6.4 ps Reaction : °OH^0 (-11107) + °OH^0 (-7442) -> H2O2^0 (-11553) +At time : 6.4 ps Reaction : °OH^0 (-11025) + °OH^0 (-7136) -> H2O2^0 (-11554) +At time : 6.5 ps Reaction : °OH^0 (-10949) + °OH^0 (-10498) -> H2O2^0 (-11555) +At time : 6.6 ps Reaction : °OH^0 (-11031) + °OH^0 (-8597) -> H2O2^0 (-11556) +At time : 6.6 ps Reaction : °OH^0 (-9312) + °OH^0 (-8098) -> H2O2^0 (-11557) +At time : 6.6 ps Reaction : e_aq^-1 (-5528) + e_aq^-1 (-8929) -> OH^-1 (-11558) + OH^-1 (-11559) + H_2^0 (-11560) +At time : 6.7 ps Reaction : °OH^0 (-10850) + e_aq^-1 (-8569) -> OH^-1 (-11561) +At time : 6.7 ps Reaction : e_aq^-1 (-3491) + °OH^0 (-6230) -> OH^-1 (-11562) +At time : 6.7 ps Reaction : OH^-1 (-11562) + H3O^1 (-6229) -> No product +At time : 6.7 ps Reaction : H3O^1 (-10849) + OH^-1 (-11561) -> No product +At time : 6.8 ps Reaction : °OH^0 (-9238) + °OH^0 (-9766) -> H2O2^0 (-11563) +At time : 6.8 ps Reaction : °OH^0 (-8645) + °OH^0 (-8900) -> H2O2^0 (-11564) +At time : 7 ps Reaction : OH^-1 (-11539) + H3O^1 (-6863) -> No product +At time : 7.3 ps Reaction : °OH^0 (-10987) + °OH^0 (-10092) -> H2O2^0 (-11565) +At time : 7.3 ps Reaction : H^0 (-9505) + °OH^0 (-8989) -> No product +At time : 7.4 ps Reaction : °OH^0 (-10215) + °OH^0 (-7234) -> H2O2^0 (-11566) +At time : 7.5 ps Reaction : H^0 (-10056) + °OH^0 (-10959) -> No product +At time : 7.5 ps Reaction : H^0 (-9199) + °OH^0 (-9198) -> No product +At time : 7.5 ps Reaction : H3O^1 (-6919) + e_aq^-1 (-8827) -> H^0 (-11567) +At time : 7.6 ps Reaction : °OH^0 (-10507) + °OH^0 (-7572) -> H2O2^0 (-11568) +At time : 7.6 ps Reaction : °OH^0 (-10468) + H^0 (-9422) -> No product +At time : 7.6 ps Reaction : °OH^0 (-9514) + °OH^0 (-9516) -> H2O2^0 (-11569) +At time : 7.7 ps Reaction : e_aq^-1 (-5638) + °OH^0 (-8471) -> OH^-1 (-11570) +At time : 7.7 ps Reaction : OH^-1 (-11570) + H3O^1 (-8472) -> No product +At time : 8 ps Reaction : °OH^0 (-10285) + °OH^0 (-11268) -> H2O2^0 (-11571) +At time : 8.1 ps Reaction : °OH^0 (-9758) + °OH^0 (-10577) -> H2O2^0 (-11572) +At time : 8.1 ps Reaction : °OH^0 (-6422) + °OH^0 (-7752) -> H2O2^0 (-11573) +At time : 8.3 ps Reaction : H^0 (-11192) + °OH^0 (-9335) -> No product +At time : 8.3 ps Reaction : H^0 (-9114) + °OH^0 (-10533) -> No product +At time : 8.4 ps Reaction : °OH^0 (-10814) + H^0 (-9874) -> No product +At time : 8.5 ps Reaction : °OH^0 (-9625) + °OH^0 (-8997) -> H2O2^0 (-11574) +At time : 8.5 ps Reaction : H^0 (-9098) + °OH^0 (-8534) -> No product +At time : 8.8 ps Reaction : OH^-1 (-11549) + H3O^1 (-6461) -> No product +At time : 8.9 ps Reaction : °OH^0 (-10344) + °OH^0 (-10276) -> H2O2^0 (-11575) +At time : 9.2 ps Reaction : °OH^0 (-7134) + °OH^0 (-11251) -> H2O2^0 (-11576) +At time : 9.3 ps Reaction : °OH^0 (-7758) + e_aq^-1 (-8755) -> OH^-1 (-11577) +At time : 9.3 ps Reaction : H3O^1 (-7757) + OH^-1 (-11577) -> No product +At time : 9.4 ps Reaction : °OH^0 (-7206) + °OH^0 (-7212) -> H2O2^0 (-11578) +At time : 9.5 ps Reaction : °OH^0 (-8627) + H^0 (-8944) -> No product +At time : 9.6 ps Reaction : °OH^0 (-10401) + H^0 (-10213) -> No product +At time : 9.7 ps Reaction : H^0 (-11307) + H^0 (-9711) -> H_2^0 (-11579) +At time : 9.8 ps Reaction : H3O^1 (-10808) + OH^-1 (-5759) -> No product +At time : 9.8 ps Reaction : °OH^0 (-9345) + H^0 (-9344) -> No product +At time : 9.9 ps Reaction : °OH^0 (-6524) + °OH^0 (-6526) -> H2O2^0 (-11580) +At time : 10 ps Reaction : °OH^0 (-11276) + °OH^0 (-8934) -> H2O2^0 (-11581) +At time : 10 ps Reaction : °OH^0 (-7124) + °OH^0 (-8086) -> H2O2^0 (-11582) +At time : 10 ps Reaction : e_aq^-1 (-1561) + °OH^0 (-7574) -> OH^-1 (-11583) +At time : 10 ps Reaction : OH^-1 (-11583) + H3O^1 (-7943) -> No product +At time : 10.2 ps Reaction : °OH^0 (-6204) + °OH^0 (-7890) -> H2O2^0 (-11584) +At time : 10.3 ps Reaction : °OH^0 (-10910) + °OH^0 (-6906) -> H2O2^0 (-11585) +At time : 10.3 ps Reaction : e_aq^-1 (-4461) + H^0 (-9983) -> OH^-1 (-11586) + H_2^0 (-11587) +At time : 10.3 ps Reaction : H3O^1 (-10917) + OH^-1 (-11586) -> No product +At time : 10.4 ps Reaction : H3O^1 (-6885) + e_aq^-1 (-8809) -> H^0 (-11588) +At time : 10.5 ps Reaction : °OH^0 (-9145) + °OH^0 (-9447) -> H2O2^0 (-11589) +At time : 10.6 ps Reaction : °OH^0 (-9947) + H^0 (-9948) -> No product +At time : 10.6 ps Reaction : °OH^0 (-9214) + °OH^0 (-6514) -> H2O2^0 (-11590) +At time : 10.7 ps Reaction : °OH^0 (-10490) + °OH^0 (-6174) -> H2O2^0 (-11591) +At time : 10.8 ps Reaction : °OH^0 (-10548) + e_aq^-1 (-4218) -> OH^-1 (-11592) +At time : 10.8 ps Reaction : °OH^0 (-10318) + H^0 (-10299) -> No product +At time : 12.1 ps Reaction : °OH^0 (-11211) + °OH^0 (-9772) -> H2O2^0 (-11593) +At time : 12.1 ps Reaction : °OH^0 (-10080) + e_aq^-1 (-1170) -> OH^-1 (-11594) +At time : 12.1 ps Reaction : H3O^1 (-9611) + e_aq^-1 (-8770) -> H^0 (-11595) +At time : 12.1 ps Reaction : °OH^0 (-9171) + °OH^0 (-9506) -> H2O2^0 (-11596) +At time : 12.1 ps Reaction : °OH^0 (-9429) + °OH^0 (-7976) -> H2O2^0 (-11597) +At time : 12.1 ps Reaction : °OH^0 (-9405) + H^0 (-9074) -> No product +At time : 12.1 ps Reaction : H3O^1 (-10078) + OH^-1 (-11594) -> No product +At time : 13.1 ps Reaction : °OH^0 (-9374) + °OH^0 (-11286) -> H2O2^0 (-11598) +At time : 13.1 ps Reaction : °OH^0 (-10992) + °OH^0 (-10993) -> H2O2^0 (-11599) +At time : 13.1 ps Reaction : °OH^0 (-10482) + °OH^0 (-10967) -> H2O2^0 (-11600) +At time : 13.1 ps Reaction : °OH^0 (-10913) + °OH^0 (-8823) -> H2O2^0 (-11601) +At time : 13.1 ps Reaction : H^0 (-10829) + °OH^0 (-7606) -> No product +At time : 13.1 ps Reaction : °OH^0 (-10767) + °OH^0 (-5956) -> H2O2^0 (-11602) +At time : 13.1 ps Reaction : °OH^0 (-10530) + °OH^0 (-6870) -> H2O2^0 (-11603) +At time : 13.1 ps Reaction : °OH^0 (-8655) + °OH^0 (-8656) -> H2O2^0 (-11604) +At time : 13.1 ps Reaction : H3O^1 (-6803) + e_aq^-1 (-8560) -> H^0 (-11605) +At time : 13.1 ps Reaction : e_aq^-1 (-4362) + H3O^1 (-7591) -> H^0 (-11606) +At time : 13.1 ps Reaction : °OH^0 (-6048) + °OH^0 (-7126) -> H2O2^0 (-11607) +At time : 14.1 ps Reaction : °OH^0 (-10890) + °OH^0 (-5998) -> H2O2^0 (-11608) +At time : 14.1 ps Reaction : °OH^0 (-9612) + °OH^0 (-9609) -> H2O2^0 (-11609) +At time : 14.1 ps Reaction : °OH^0 (-9595) + °OH^0 (-8764) -> H2O2^0 (-11610) +At time : 14.1 ps Reaction : °OH^0 (-10803) + °OH^0 (-10802) -> H2O2^0 (-11611) +At time : 15.1 ps Reaction : H^0 (-11394) + °OH^0 (-8420) -> No product +At time : 15.1 ps Reaction : H^0 (-10512) + H^0 (-11242) -> H_2^0 (-11612) +At time : 15.1 ps Reaction : H^0 (-10860) + °OH^0 (-9938) -> No product +At time : 15.1 ps Reaction : °OH^0 (-10002) + °OH^0 (-8961) -> H2O2^0 (-11613) +At time : 15.1 ps Reaction : H^0 (-9659) + °OH^0 (-7780) -> No product +At time : 15.1 ps Reaction : H^0 (-9124) + °OH^0 (-8206) -> No product +At time : 15.1 ps Reaction : °OH^0 (-5769) + °OH^0 (-8973) -> H2O2^0 (-11614) +At time : 16.1 ps Reaction : H^0 (-11379) + H^0 (-10211) -> H_2^0 (-11615) +At time : 16.1 ps Reaction : °OH^0 (-9267) + °OH^0 (-11237) -> H2O2^0 (-11616) +At time : 16.1 ps Reaction : H^0 (-10339) + H^0 (-11158) -> H_2^0 (-11617) +At time : 16.1 ps Reaction : H^0 (-11154) + °OH^0 (-7322) -> No product +At time : 16.1 ps Reaction : H^0 (-11015) + °OH^0 (-7504) -> No product +At time : 16.1 ps Reaction : °OH^0 (-9891) + °OH^0 (-6834) -> H2O2^0 (-11618) +At time : 16.1 ps Reaction : °OH^0 (-7174) + °OH^0 (-7180) -> H2O2^0 (-11619) +At time : 16.1 ps Reaction : OH^-1 (-5717) + H3O^1 (-5815) -> No product +At time : 16.1 ps Reaction : °OH^0 (-10899) + °OH^0 (-11343) -> H2O2^0 (-11620) +At time : 17.1 ps Reaction : H^0 (-11588) + °OH^0 (-6886) -> No product +At time : 17.1 ps Reaction : °OH^0 (-11104) + H^0 (-9342) -> No product +At time : 17.1 ps Reaction : °OH^0 (-11088) + H^0 (-10207) -> No product +At time : 17.1 ps Reaction : °OH^0 (-10978) + °OH^0 (-10086) -> H2O2^0 (-11621) +At time : 17.1 ps Reaction : °OH^0 (-10951) + H^0 (-9287) -> No product +At time : 17.1 ps Reaction : H^0 (-10815) + °OH^0 (-9021) -> No product +At time : 17.1 ps Reaction : °OH^0 (-10416) + °OH^0 (-9332) -> H2O2^0 (-11622) +At time : 17.1 ps Reaction : °OH^0 (-10193) + °OH^0 (-8154) -> H2O2^0 (-11623) +At time : 17.1 ps Reaction : °OH^0 (-9102) + H^0 (-9575) -> No product +At time : 17.1 ps Reaction : °OH^0 (-6012) + H^0 (-9046) -> No product +At time : 17.1 ps Reaction : H3O^1 (-7243) + e_aq^-1 (-8905) -> H^0 (-11624) +At time : 18.1 ps Reaction : °OH^0 (-11295) + °OH^0 (-10424) -> H2O2^0 (-11625) +At time : 18.1 ps Reaction : H^0 (-10821) + °OH^0 (-6198) -> No product +At time : 18.1 ps Reaction : H^0 (-9272) + H^0 (-9036) -> H_2^0 (-11626) +At time : 18.1 ps Reaction : °OH^0 (-7544) + °OH^0 (-7992) -> H2O2^0 (-11627) +At time : 18.1 ps Reaction : °OH^0 (-6556) + °OH^0 (-7782) -> H2O2^0 (-11628) +At time : 18.1 ps Reaction : °OH^0 (-6590) + °OH^0 (-6592) -> H2O2^0 (-11629) +At time : 19.1 ps Reaction : °OH^0 (-10029) + °OH^0 (-10026) -> H2O2^0 (-11630) +At time : 19.1 ps Reaction : °OH^0 (-9902) + °OH^0 (-9903) -> H2O2^0 (-11631) +At time : 19.1 ps Reaction : H^0 (-9534) + °OH^0 (-6308) -> No product +At time : 19.1 ps Reaction : °OH^0 (-7318) + °OH^0 (-7324) -> H2O2^0 (-11632) +At time : 19.1 ps Reaction : e_aq^-1 (-4373) + H3O^1 (-6877) -> H^0 (-11633) +At time : 20.1 ps Reaction : °OH^0 (-10333) + °OH^0 (-11167) -> H2O2^0 (-11634) +At time : 20.1 ps Reaction : H^0 (-11084) + °OH^0 (-6076) -> No product +At time : 20.1 ps Reaction : H^0 (-9334) + H^0 (-9072) -> H_2^0 (-11635) +At time : 21.1 ps Reaction : °OH^0 (-10538) + H^0 (-10541) -> No product +At time : 21.1 ps Reaction : H^0 (-10043) + °OH^0 (-10044) -> No product +At time : 21.1 ps Reaction : °OH^0 (-9710) + H^0 (-8978) -> No product +At time : 21.1 ps Reaction : °OH^0 (-9318) + °OH^0 (-7142) -> H2O2^0 (-11636) +At time : 21.1 ps Reaction : °OH^0 (-6282) + H^0 (-8992) -> No product +At time : 21.1 ps Reaction : °OH^0 (-9125) + °OH^0 (-11129) -> H2O2^0 (-11637) +At time : 22.1 ps Reaction : °OH^0 (-11334) + °OH^0 (-7900) -> H2O2^0 (-11638) +At time : 22.1 ps Reaction : H^0 (-10778) + °OH^0 (-7856) -> No product +At time : 22.1 ps Reaction : °OH^0 (-10739) + °OH^0 (-9714) -> H2O2^0 (-11639) +At time : 22.1 ps Reaction : °OH^0 (-9227) + °OH^0 (-6612) -> H2O2^0 (-11640) +At time : 22.1 ps Reaction : °OH^0 (-10173) + °OH^0 (-7170) -> H2O2^0 (-11641) +At time : 23.1 ps Reaction : °OH^0 (-11390) + °OH^0 (-10265) -> H2O2^0 (-11642) +At time : 23.1 ps Reaction : °OH^0 (-11388) + H^0 (-9082) -> No product +At time : 23.1 ps Reaction : °OH^0 (-11051) + °OH^0 (-10175) -> H2O2^0 (-11643) +At time : 23.1 ps Reaction : °OH^0 (-10663) + °OH^0 (-6334) -> H2O2^0 (-11644) +At time : 23.1 ps Reaction : °OH^0 (-10123) + °OH^0 (-9308) -> H2O2^0 (-11645) +At time : 23.1 ps Reaction : °OH^0 (-9425) + °OH^0 (-7984) -> H2O2^0 (-11646) +At time : 24.1 ps Reaction : °OH^0 (-10970) + °OH^0 (-7032) -> H2O2^0 (-11647) +At time : 24.1 ps Reaction : H^0 (-10227) + H^0 (-10386) -> H_2^0 (-11648) +At time : 24.1 ps Reaction : °OH^0 (-9840) + H^0 (-9016) -> No product +At time : 24.1 ps Reaction : °OH^0 (-9796) + °OH^0 (-9794) -> H2O2^0 (-11649) +At time : 24.1 ps Reaction : °OH^0 (-9649) + °OH^0 (-9648) -> H2O2^0 (-11650) +At time : 24.1 ps Reaction : °OH^0 (-6488) + e_aq^-1 (-8551) -> OH^-1 (-11651) +At time : 25.1 ps Reaction : °OH^0 (-10618) + °OH^0 (-11195) -> H2O2^0 (-11652) +At time : 25.1 ps Reaction : °OH^0 (-10010) + °OH^0 (-10014) -> H2O2^0 (-11653) +At time : 26.1 ps Reaction : °OH^0 (-7314) + °OH^0 (-11287) -> H2O2^0 (-11654) +At time : 26.1 ps Reaction : °OH^0 (-11098) + °OH^0 (-5727) -> H2O2^0 (-11655) +At time : 26.1 ps Reaction : °OH^0 (-9289) + °OH^0 (-9290) -> H2O2^0 (-11656) +At time : 26.1 ps Reaction : °OH^0 (-9137) + °OH^0 (-6030) -> H2O2^0 (-11657) +At time : 26.1 ps Reaction : °OH^0 (-7240) + °OH^0 (-7242) -> H2O2^0 (-11658) +At time : 26.1 ps Reaction : °OH^0 (-7214) + °OH^0 (-7216) -> H2O2^0 (-11659) +At time : 27.1 ps Reaction : °OH^0 (-11358) + °OH^0 (-7522) -> H2O2^0 (-11660) +At time : 27.1 ps Reaction : °OH^0 (-10933) + °OH^0 (-10018) -> H2O2^0 (-11661) +At time : 27.1 ps Reaction : °OH^0 (-10623) + °OH^0 (-10624) -> H2O2^0 (-11662) +At time : 27.1 ps Reaction : °OH^0 (-10312) + °OH^0 (-10311) -> H2O2^0 (-11663) +At time : 27.1 ps Reaction : °OH^0 (-10103) + °OH^0 (-7068) -> H2O2^0 (-11664) +At time : 27.1 ps Reaction : °OH^0 (-10088) + °OH^0 (-7048) -> H2O2^0 (-11665) +At time : 27.1 ps Reaction : °OH^0 (-8987) + H^0 (-8988) -> No product +At time : 27.1 ps Reaction : e_aq^-1 (-5447) + H3O^1 (-8637) -> H^0 (-11666) +At time : 27.1 ps Reaction : OH^-1 (-5741) + H3O^1 (-7049) -> No product +At time : 27.1 ps Reaction : °OH^0 (-9949) + °OH^0 (-10884) -> H2O2^0 (-11667) +At time : 28.1 ps Reaction : °OH^0 (-10436) + °OH^0 (-11370) -> H2O2^0 (-11668) +At time : 28.1 ps Reaction : °OH^0 (-9872) + °OH^0 (-7886) -> H2O2^0 (-11669) +At time : 28.1 ps Reaction : °OH^0 (-9186) + °OH^0 (-9187) -> H2O2^0 (-11670) +At time : 28.1 ps Reaction : °OH^0 (-8477) + H^0 (-9086) -> No product +At time : 28.1 ps Reaction : °OH^0 (-7060) + °OH^0 (-8038) -> H2O2^0 (-11671) +At time : 28.1 ps Reaction : °OH^0 (-11364) + H^0 (-9414) -> No product +At time : 29.1 ps Reaction : °OH^0 (-9955) + °OH^0 (-11341) -> H2O2^0 (-11672) +At time : 29.1 ps Reaction : °OH^0 (-9249) + °OH^0 (-11219) -> H2O2^0 (-11673) +At time : 29.1 ps Reaction : °OH^0 (-8128) + °OH^0 (-8657) -> H2O2^0 (-11674) +At time : 30.1 ps Reaction : H^0 (-10877) + °OH^0 (-8807) -> No product +At time : 30.1 ps Reaction : °OH^0 (-10152) + °OH^0 (-8104) -> H2O2^0 (-11675) +At time : 30.1 ps Reaction : °OH^0 (-9967) + °OH^0 (-9973) -> H2O2^0 (-11676) +At time : 30.1 ps Reaction : °OH^0 (-7868) + H^0 (-8970) -> No product +At time : 30.1 ps Reaction : °OH^0 (-7010) + °OH^0 (-8957) -> H2O2^0 (-11677) +At time : 31.1 ps Reaction : °OH^0 (-11294) + °OH^0 (-10205) -> H2O2^0 (-11678) +At time : 31.1 ps Reaction : °OH^0 (-9435) + °OH^0 (-6876) -> H2O2^0 (-11679) +At time : 31.1 ps Reaction : °OH^0 (-9407) + °OH^0 (-7156) -> H2O2^0 (-11680) +At time : 32.1 ps Reaction : °OH^0 (-9695) + °OH^0 (-6602) -> H2O2^0 (-11681) +At time : 32.1 ps Reaction : °OH^0 (-8926) + °OH^0 (-9085) -> H2O2^0 (-11682) +At time : 32.1 ps Reaction : °OH^0 (-6580) + e_aq^-1 (-8554) -> OH^-1 (-11683) +At time : 32.1 ps Reaction : °OH^0 (-6454) + °OH^0 (-6458) -> H2O2^0 (-11684) +At time : 32.1 ps Reaction : H3O^1 (-6579) + OH^-1 (-11683) -> No product +At time : 33.1 ps Reaction : °OH^0 (-10955) + H^0 (-11246) -> No product +At time : 33.1 ps Reaction : H^0 (-10089) + H^0 (-10091) -> H_2^0 (-11685) +At time : 33.1 ps Reaction : H^0 (-10007) + °OH^0 (-6946) -> No product +At time : 33.1 ps Reaction : H^0 (-9156) + e_aq^-1 (-3460) -> OH^-1 (-11686) + H_2^0 (-11687) +At time : 33.1 ps Reaction : H3O^1 (-5901) + e_aq^-1 (-8749) -> H^0 (-11688) +At time : 33.1 ps Reaction : °OH^0 (-6368) + °OH^0 (-7734) -> H2O2^0 (-11689) +At time : 33.1 ps Reaction : °OH^0 (-5775) + °OH^0 (-6620) -> H2O2^0 (-11690) +At time : 33.1 ps Reaction : °OH^0 (-10131) + °OH^0 (-8088) -> H2O2^0 (-11691) +At time : 34.1 ps Reaction : H^0 (-10934) + °OH^0 (-6948) -> No product +At time : 34.1 ps Reaction : °OH^0 (-10400) + °OH^0 (-10404) -> H2O2^0 (-11692) +At time : 34.1 ps Reaction : °OH^0 (-10076) + °OH^0 (-8016) -> H2O2^0 (-11693) +At time : 34.1 ps Reaction : H^0 (-9410) + °OH^0 (-6158) -> No product +At time : 34.1 ps Reaction : °OH^0 (-9343) + °OH^0 (-8222) -> H2O2^0 (-11694) +At time : 34.1 ps Reaction : °OH^0 (-9176) + °OH^0 (-9177) -> H2O2^0 (-11695) +At time : 34.1 ps Reaction : °OH^0 (-7256) + °OH^0 (-8204) -> H2O2^0 (-11696) +At time : 34.1 ps Reaction : e_aq^-1 (-3447) + °OH^0 (-7670) -> OH^-1 (-11697) +At time : 34.1 ps Reaction : e_aq^-1 (-5010) + °OH^0 (-7148) -> OH^-1 (-11698) +At time : 34.1 ps Reaction : OH^-1 (-11698) + H3O^1 (-7149) -> No product +At time : 34.1 ps Reaction : H3O^1 (-7669) + OH^-1 (-11697) -> No product +At time : 35.1 ps Reaction : OH^-1 (-11651) + H3O^1 (-7663) -> No product +At time : 35.1 ps Reaction : OH^-1 (-11558) + H3O^1 (-8928) -> No product +At time : 35.1 ps Reaction : °OH^0 (-11321) + °OH^0 (-10581) -> H2O2^0 (-11699) +At time : 35.1 ps Reaction : H^0 (-9742) + °OH^0 (-5950) -> No product +At time : 35.1 ps Reaction : °OH^0 (-9431) + °OH^0 (-9037) -> H2O2^0 (-11700) +At time : 36.1 ps Reaction : °OH^0 (-11378) + H^0 (-10396) -> No product +At time : 36.1 ps Reaction : °OH^0 (-11048) + °OH^0 (-6068) -> H2O2^0 (-11701) +At time : 37.1 ps Reaction : °OH^0 (-10828) + °OH^0 (-5984) -> H2O2^0 (-11702) +At time : 37.1 ps Reaction : H^0 (-10073) + °OH^0 (-8668) -> No product +At time : 38.1 ps Reaction : H^0 (-9635) + °OH^0 (-10712) -> No product +At time : 38.1 ps Reaction : °OH^0 (-10001) + °OH^0 (-9041) -> H2O2^0 (-11703) +At time : 38.1 ps Reaction : OH^-1 (-5735) + H3O^1 (-6035) -> No product +At time : 39.1 ps Reaction : °OH^0 (-11061) + °OH^0 (-10189) -> H2O2^0 (-11704) +At time : 39.1 ps Reaction : °OH^0 (-10178) + °OH^0 (-10179) -> H2O2^0 (-11705) +At time : 39.1 ps Reaction : °OH^0 (-9307) + °OH^0 (-6042) -> H2O2^0 (-11706) +At time : 40.1 ps Reaction : °OH^0 (-9886) + H^0 (-11335) -> No product +At time : 40.1 ps Reaction : H^0 (-11269) + H^0 (-9092) -> H_2^0 (-11707) +At time : 40.1 ps Reaction : °OH^0 (-11162) + °OH^0 (-8609) -> H2O2^0 (-11708) +At time : 40.1 ps Reaction : °OH^0 (-9951) + °OH^0 (-10518) -> H2O2^0 (-11709) +At time : 40.1 ps Reaction : °OH^0 (-10457) + e_aq^-1 (-4839) -> OH^-1 (-11710) +At time : 41.1 ps Reaction : °OH^0 (-10063) + °OH^0 (-10066) -> H2O2^0 (-11711) +At time : 41.1 ps Reaction : H^0 (-9950) + °OH^0 (-6896) -> No product +At time : 41.1 ps Reaction : °OH^0 (-9385) + °OH^0 (-9364) -> H2O2^0 (-11712) +At time : 41.1 ps Reaction : H^0 (-9148) + e_aq^-1 (-3436) -> OH^-1 (-11713) + H_2^0 (-11714) +At time : 43.1 ps Reaction : °OH^0 (-7512) + °OH^0 (-11248) -> H2O2^0 (-11715) +At time : 43.1 ps Reaction : °OH^0 (-10901) + °OH^0 (-8813) -> H2O2^0 (-11716) +At time : 44.1 ps Reaction : H3O^1 (-11159) + e_aq^-1 (-8611) -> H^0 (-11717) +At time : 44.1 ps Reaction : H^0 (-9130) + H^0 (-9365) -> H_2^0 (-11718) +At time : 44.1 ps Reaction : °OH^0 (-9317) + °OH^0 (-9320) -> H2O2^0 (-11719) +At time : 45.1 ps Reaction : °OH^0 (-10145) + °OH^0 (-11250) -> H2O2^0 (-11720) +At time : 45.1 ps Reaction : °OH^0 (-11136) + °OH^0 (-9357) -> H2O2^0 (-11721) +At time : 45.1 ps Reaction : H^0 (-9573) + °OH^0 (-9572) -> No product +At time : 45.1 ps Reaction : °OH^0 (-9247) + H^0 (-9248) -> No product +At time : 45.1 ps Reaction : H^0 (-9239) + °OH^0 (-5834) -> No product +At time : 45.1 ps Reaction : e_aq^-1 (-3364) + °OH^0 (-6218) -> OH^-1 (-11722) +At time : 46.1 ps Reaction : H^0 (-9110) + °OH^0 (-7874) -> No product +At time : 46.1 ps Reaction : °OH^0 (-8504) + e_aq^-1 (-8506) -> OH^-1 (-11723) +At time : 46.1 ps Reaction : OH^-1 (-11723) + H3O^1 (-8505) -> No product +At time : 47.1 ps Reaction : °OH^0 (-9325) + °OH^0 (-10423) -> H2O2^0 (-11724) +At time : 47.1 ps Reaction : H3O^1 (-8697) + e_aq^-1 (-8698) -> H^0 (-11725) +At time : 47.1 ps Reaction : °OH^0 (-6838) + °OH^0 (-7910) -> H2O2^0 (-11726) +At time : 47.1 ps Reaction : OH^-1 (-5774) + H3O^1 (-7805) -> No product +At time : 48.1 ps Reaction : °OH^0 (-10678) + H^0 (-10679) -> No product +At time : 48.1 ps Reaction : °OH^0 (-9881) + °OH^0 (-6828) -> H2O2^0 (-11727) +At time : 48.1 ps Reaction : °OH^0 (-9672) + °OH^0 (-9001) -> H2O2^0 (-11728) +At time : 48.1 ps Reaction : H^0 (-9373) + °OH^0 (-7388) -> No product +At time : 48.1 ps Reaction : °OH^0 (-8369) + °OH^0 (-9027) -> H2O2^0 (-11729) +At time : 48.1 ps Reaction : e_aq^-1 (-5636) + °OH^0 (-8623) -> OH^-1 (-11730) +At time : 48.1 ps Reaction : °OH^0 (-7368) + °OH^0 (-8328) -> H2O2^0 (-11731) +At time : 48.1 ps Reaction : e_aq^-1 (-3589) + °OH^0 (-6316) -> OH^-1 (-11732) +At time : 48.1 ps Reaction : e_aq^-1 (-4238) + e_aq^-1 (-4257) -> OH^-1 (-11733) + OH^-1 (-11734) + H_2^0 (-11735) +At time : 49.1 ps Reaction : °OH^0 (-10596) + e_aq^-1 (-2464) -> OH^-1 (-11736) +At time : 49.1 ps Reaction : H^0 (-9340) + °OH^0 (-8212) -> No product +At time : 49.1 ps Reaction : OH^-1 (-5804) + H3O^1 (-8457) -> No product +At time : 49.1 ps Reaction : °OH^0 (-7102) + °OH^0 (-8070) -> H2O2^0 (-11737) +At time : 50.1 ps Reaction : °OH^0 (-11141) + e_aq^-1 (-8410) -> OH^-1 (-11738) +At time : 50.1 ps Reaction : °OH^0 (-10106) + °OH^0 (-9061) -> H2O2^0 (-11739) +At time : 50.1 ps Reaction : °OH^0 (-9920) + °OH^0 (-9926) -> H2O2^0 (-11740) +At time : 50.1 ps Reaction : °OH^0 (-9105) + °OH^0 (-6474) -> H2O2^0 (-11741) +At time : 50.1 ps Reaction : °OH^0 (-8498) + e_aq^-1 (-8500) -> OH^-1 (-11742) +At time : 50.1 ps Reaction : H3O^1 (-7295) + OH^-1 (-11738) -> No product +At time : 51.1 ps Reaction : °OH^0 (-11081) + °OH^0 (-10204) -> H2O2^0 (-11743) +At time : 51.1 ps Reaction : °OH^0 (-10156) + H^0 (-9322) -> No product +At time : 52.1 ps Reaction : H3O^1 (-10456) + OH^-1 (-11710) -> No product +At time : 52.1 ps Reaction : °OH^0 (-9981) + °OH^0 (-7942) -> H2O2^0 (-11744) +At time : 52.1 ps Reaction : °OH^0 (-7354) + e_aq^-1 (-8470) -> OH^-1 (-11745) +At time : 52.1 ps Reaction : e_aq^-1 (-3708) + H3O^1 (-7761) -> H^0 (-11746) +At time : 52.1 ps Reaction : °OH^0 (-6118) + °OH^0 (-7362) -> H2O2^0 (-11747) +At time : 52.1 ps Reaction : °OH^0 (-5954) + °OH^0 (-6666) -> H2O2^0 (-11748) +At time : 53.1 ps Reaction : °OH^0 (-10930) + °OH^0 (-7570) -> H2O2^0 (-11749) +At time : 53.1 ps Reaction : °OH^0 (-10645) + °OH^0 (-6268) -> H2O2^0 (-11750) +At time : 53.1 ps Reaction : °OH^0 (-6002) + °OH^0 (-7930) -> H2O2^0 (-11751) +At time : 53.1 ps Reaction : °OH^0 (-6312) + °OH^0 (-7722) -> H2O2^0 (-11752) +At time : 54.1 ps Reaction : OH^-1 (-11745) + H3O^1 (-8466) -> No product +At time : 54.1 ps Reaction : °OH^0 (-9413) + °OH^0 (-8390) -> H2O2^0 (-11753) +At time : 54.1 ps Reaction : e_aq^-1 (-4711) + °OH^0 (-7040) -> OH^-1 (-11754) +At time : 55.1 ps Reaction : °OH^0 (-10218) + H^0 (-10219) -> No product +At time : 55.1 ps Reaction : H^0 (-10125) + °OH^0 (-9304) -> No product +At time : 55.1 ps Reaction : °OH^0 (-6814) + °OH^0 (-8558) -> H2O2^0 (-11755) +At time : 56.1 ps Reaction : H^0 (-10394) + °OH^0 (-8188) -> No product +At time : 56.1 ps Reaction : °OH^0 (-10258) + °OH^0 (-10366) -> H2O2^0 (-11756) +At time : 56.1 ps Reaction : °OH^0 (-9519) + °OH^0 (-7714) -> H2O2^0 (-11757) +At time : 56.1 ps Reaction : °OH^0 (-8158) + e_aq^-1 (-8899) -> OH^-1 (-11758) +At time : 56.1 ps Reaction : OH^-1 (-11758) + H3O^1 (-7211) -> No product +At time : 57.1 ps Reaction : °OH^0 (-8094) + °OH^0 (-8873) -> H2O2^0 (-11759) +At time : 57.1 ps Reaction : °OH^0 (-7808) + e_aq^-1 (-8785) -> OH^-1 (-11760) +At time : 57.1 ps Reaction : H3O^1 (-8231) + e_aq^-1 (-8335) -> H^0 (-11761) +At time : 57.1 ps Reaction : °OH^0 (-6390) + °OH^0 (-6396) -> H2O2^0 (-11762) +At time : 58.1 ps Reaction : °OH^0 (-11011) + e_aq^-1 (-8449) -> OH^-1 (-11763) +At time : 58.1 ps Reaction : °OH^0 (-8603) + e_aq^-1 (-8896) -> OH^-1 (-11764) +At time : 58.1 ps Reaction : OH^-1 (-11763) + H3O^1 (-8079) -> No product +At time : 58.1 ps Reaction : e_aq^-1 (-3342) + H3O^1 (-7681) -> H^0 (-11765) +At time : 59.1 ps Reaction : OH^-1 (-11754) + H3O^1 (-7039) -> No product +At time : 59.1 ps Reaction : e_aq^-1 (-5545) + H3O^1 (-8607) -> H^0 (-11766) +At time : 59.1 ps Reaction : e_aq^-1 (-8365) + e_aq^-1 (-8368) -> OH^-1 (-11767) + OH^-1 (-11768) + H_2^0 (-11769) +At time : 60.1 ps Reaction : H3O^1 (-10830) + OH^-1 (-11768) -> No product +At time : 60.1 ps Reaction : OH^-1 (-11767) + H3O^1 (-6841) -> No product +At time : 60.1 ps Reaction : H^0 (-10999) + °OH^0 (-8060) -> No product +At time : 61.1 ps Reaction : OH^-1 (-11764) + H3O^1 (-8155) -> No product +At time : 61.1 ps Reaction : H^0 (-11375) + °OH^0 (-8134) -> No product +At time : 61.1 ps Reaction : °OH^0 (-9943) + °OH^0 (-11340) -> H2O2^0 (-11770) +At time : 61.1 ps Reaction : °OH^0 (-11319) + H^0 (-9642) -> No product +At time : 61.1 ps Reaction : °OH^0 (-11113) + °OH^0 (-8224) -> H2O2^0 (-11771) +At time : 61.1 ps Reaction : °OH^0 (-7208) + H^0 (-8948) -> No product +At time : 61.1 ps Reaction : e_aq^-1 (-267) + °OH^0 (-7316) -> OH^-1 (-11772) +At time : 61.1 ps Reaction : OH^-1 (-11772) + H3O^1 (-8269) -> No product +At time : 62.1 ps Reaction : H^0 (-11236) + °OH^0 (-7590) -> No product +At time : 62.1 ps Reaction : °OH^0 (-10938) + e_aq^-1 (-1462) -> OH^-1 (-11773) +At time : 62.1 ps Reaction : °OH^0 (-9351) + °OH^0 (-7434) -> H2O2^0 (-11774) +At time : 62.1 ps Reaction : e_aq^-1 (-3314) + °OH^0 (-8714) -> OH^-1 (-11775) +At time : 62.1 ps Reaction : H3O^1 (-5877) + OH^-1 (-11775) -> No product +At time : 62.1 ps Reaction : °OH^0 (-10128) + H^0 (-10129) -> No product +At time : 63.1 ps Reaction : °OH^0 (-11014) + °OH^0 (-6154) -> H2O2^0 (-11776) +At time : 63.1 ps Reaction : °OH^0 (-9919) + °OH^0 (-9923) -> H2O2^0 (-11777) +At time : 63.1 ps Reaction : °OH^0 (-9802) + °OH^0 (-9806) -> H2O2^0 (-11778) +At time : 63.1 ps Reaction : e_aq^-1 (-5467) + H3O^1 (-7409) -> H^0 (-11779) +At time : 63.1 ps Reaction : e_aq^-1 (-4358) + °OH^0 (-6878) -> OH^-1 (-11780) +At time : 63.1 ps Reaction : H^0 (-9592) + °OH^0 (-10694) -> No product +At time : 64.1 ps Reaction : OH^-1 (-11736) + H3O^1 (-8703) -> No product +At time : 64.1 ps Reaction : °OH^0 (-10288) + °OH^0 (-11275) -> H2O2^0 (-11781) +At time : 64.1 ps Reaction : H^0 (-9682) + °OH^0 (-8981) -> No product +At time : 64.1 ps Reaction : °OH^0 (-7546) + e_aq^-1 (-8518) -> OH^-1 (-11782) +At time : 65.1 ps Reaction : °OH^0 (-11115) + °OH^0 (-9348) -> H2O2^0 (-11783) +At time : 65.1 ps Reaction : °OH^0 (-9297) + °OH^0 (-8018) -> H2O2^0 (-11784) +At time : 65.1 ps Reaction : H^0 (-9139) + °OH^0 (-6972) -> No product +At time : 65.1 ps Reaction : e_aq^-1 (-4482) + °OH^0 (-7576) -> OH^-1 (-11785) +At time : 65.1 ps Reaction : H3O^1 (-8376) + OH^-1 (-11785) -> No product +At time : 66.1 ps Reaction : OH^-1 (-11782) + H3O^1 (-7545) -> No product +At time : 66.1 ps Reaction : H^0 (-9946) + °OH^0 (-10880) -> No product +At time : 66.1 ps Reaction : °OH^0 (-9504) + °OH^0 (-9502) -> H2O2^0 (-11786) +At time : 67.1 ps Reaction : °OH^0 (-9755) + H^0 (-10578) -> No product +At time : 67.1 ps Reaction : °OH^0 (-9777) + H^0 (-9779) -> No product +At time : 67.1 ps Reaction : H^0 (-9767) + °OH^0 (-6688) -> No product +At time : 67.1 ps Reaction : °OH^0 (-6302) + °OH^0 (-8423) -> H2O2^0 (-11787) +At time : 67.1 ps Reaction : °OH^0 (-7028) + °OH^0 (-8000) -> H2O2^0 (-11788) +At time : 68.1 ps Reaction : H3O^1 (-10927) + OH^-1 (-11773) -> No product +At time : 68.1 ps Reaction : H^0 (-11298) + °OH^0 (-8953) -> No product +At time : 68.1 ps Reaction : °OH^0 (-9868) + H^0 (-8968) -> No product +At time : 68.1 ps Reaction : °OH^0 (-9301) + °OH^0 (-8054) -> H2O2^0 (-11789) +At time : 68.1 ps Reaction : °OH^0 (-6968) + °OH^0 (-7978) -> H2O2^0 (-11790) +At time : 69.1 ps Reaction : H^0 (-9369) + °OH^0 (-8936) -> No product +At time : 69.1 ps Reaction : °OH^0 (-8387) + °OH^0 (-8843) -> H2O2^0 (-11791) +At time : 69.1 ps Reaction : °OH^0 (-8399) + e_aq^-1 (-8401) -> OH^-1 (-11792) +At time : 70.1 ps Reaction : °OH^0 (-10936) + e_aq^-1 (-8431) -> OH^-1 (-11793) +At time : 70.1 ps Reaction : °OH^0 (-10448) + °OH^0 (-10124) -> H2O2^0 (-11794) +At time : 71.1 ps Reaction : H^0 (-11352) + °OH^0 (-10038) -> No product +At time : 71.1 ps Reaction : H^0 (-11344) + °OH^0 (-7582) -> No product +At time : 71.1 ps Reaction : H^0 (-10158) + °OH^0 (-7164) -> No product +At time : 71.1 ps Reaction : H^0 (-9386) + H^0 (-9090) -> H_2^0 (-11795) +At time : 71.1 ps Reaction : e_aq^-1 (-1542) + H3O^1 (-7573) -> H^0 (-11796) +At time : 72.1 ps Reaction : H3O^1 (-7967) + OH^-1 (-11793) -> No product +At time : 72.1 ps Reaction : °OH^0 (-11383) + °OH^0 (-11384) -> H2O2^0 (-11797) +At time : 72.1 ps Reaction : °OH^0 (-10164) + °OH^0 (-7160) -> H2O2^0 (-11798) +At time : 73.1 ps Reaction : H^0 (-11331) + °OH^0 (-7624) -> No product +At time : 73.1 ps Reaction : °OH^0 (-11132) + e_aq^-1 (-5426) -> OH^-1 (-11799) +At time : 73.1 ps Reaction : H^0 (-10181) + °OH^0 (-9069) -> No product +At time : 73.1 ps Reaction : °OH^0 (-10068) + H^0 (-10069) -> No product +At time : 73.1 ps Reaction : H^0 (-10015) + H^0 (-10017) -> H_2^0 (-11800) +At time : 73.1 ps Reaction : °OH^0 (-9180) + °OH^0 (-8995) -> H2O2^0 (-11801) +At time : 74.1 ps Reaction : °OH^0 (-11362) + °OH^0 (-10110) -> H2O2^0 (-11802) +At time : 74.1 ps Reaction : H^0 (-10115) + H^0 (-11194) -> H_2^0 (-11803) +At time : 74.1 ps Reaction : H^0 (-10727) + °OH^0 (-10729) -> No product +At time : 74.1 ps Reaction : H3O^1 (-6489) + e_aq^-1 (-8548) -> H^0 (-11804) +At time : 75.1 ps Reaction : °OH^0 (-11152) + °OH^0 (-8272) -> H2O2^0 (-11805) +At time : 75.1 ps Reaction : H^0 (-10459) + e_aq^-1 (-967) -> OH^-1 (-11806) + H_2^0 (-11807) +At time : 76.1 ps Reaction : °OH^0 (-10520) + °OH^0 (-5996) -> H2O2^0 (-11808) +At time : 77.1 ps Reaction : H^0 (-11356) + °OH^0 (-7004) -> No product +At time : 77.1 ps Reaction : e_aq^-1 (-5554) + °OH^0 (-10336) -> OH^-1 (-11809) +At time : 77.1 ps Reaction : e_aq^-1 (-3143) + °OH^0 (-5892) -> OH^-1 (-11810) +At time : 77.1 ps Reaction : OH^-1 (-11810) + H3O^1 (-5891) -> No product +At time : 78.1 ps Reaction : H^0 (-11337) + °OH^0 (-10540) -> No product +At time : 79.1 ps Reaction : H^0 (-10231) + °OH^0 (-6084) -> No product +At time : 79.1 ps Reaction : °OH^0 (-7248) + e_aq^-1 (-8485) -> OH^-1 (-11811) +At time : 80.1 ps Reaction : H^0 (-9122) + °OH^0 (-10150) -> No product +At time : 80.1 ps Reaction : H^0 (-9355) + °OH^0 (-8252) -> No product +At time : 81.1 ps Reaction : °OH^0 (-10511) + °OH^0 (-11241) -> H2O2^0 (-11812) +At time : 81.1 ps Reaction : H^0 (-9120) + H^0 (-10496) -> H_2^0 (-11813) +At time : 82.1 ps Reaction : H^0 (-9268) + °OH^0 (-10897) -> No product +At time : 82.1 ps Reaction : H^0 (-10197) + °OH^0 (-7210) -> No product +At time : 83.1 ps Reaction : °OH^0 (-10094) + °OH^0 (-10099) -> H2O2^0 (-11814) +At time : 84.1 ps Reaction : °OH^0 (-9905) + °OH^0 (-6836) -> H2O2^0 (-11815) +At time : 84.1 ps Reaction : °OH^0 (-6082) + °OH^0 (-7448) -> H2O2^0 (-11816) +At time : 85.1 ps Reaction : H3O^1 (-10417) + e_aq^-1 (-8890) -> H^0 (-11817) +At time : 85.1 ps Reaction : H^0 (-9126) + °OH^0 (-8462) -> No product +At time : 85.1 ps Reaction : e_aq^-1 (-3908) + °OH^0 (-8975) -> OH^-1 (-11818) +At time : 85.1 ps Reaction : °OH^0 (-7328) + °OH^0 (-7330) -> H2O2^0 (-11819) +At time : 86.1 ps Reaction : °OH^0 (-10405) + °OH^0 (-6144) -> H2O2^0 (-11820) +At time : 86.1 ps Reaction : H^0 (-9816) + °OH^0 (-6732) -> No product +At time : 86.1 ps Reaction : H^0 (-9329) + °OH^0 (-7168) -> No product +At time : 86.1 ps Reaction : e_aq^-1 (-2790) + °OH^0 (-6468) -> OH^-1 (-11821) +At time : 87.1 ps Reaction : OH^-1 (-11742) + H3O^1 (-8658) -> No product +At time : 87.1 ps Reaction : H^0 (-10922) + °OH^0 (-7954) -> No product +At time : 87.1 ps Reaction : °OH^0 (-9523) + °OH^0 (-9521) -> H2O2^0 (-11822) +At time : 87.1 ps Reaction : H^0 (-9116) + H^0 (-9264) -> H_2^0 (-11823) +At time : 87.1 ps Reaction : °OH^0 (-9261) + °OH^0 (-6868) -> H2O2^0 (-11824) +At time : 88.1 ps Reaction : °OH^0 (-10524) + °OH^0 (-10529) -> H2O2^0 (-11825) +At time : 89.1 ps Reaction : H3O^1 (-10613) + OH^-1 (-11686) -> No product +At time : 89.1 ps Reaction : °OH^0 (-10941) + H^0 (-10942) -> No product +At time : 89.1 ps Reaction : H^0 (-10021) + °OH^0 (-9047) -> No product +At time : 89.1 ps Reaction : °OH^0 (-9658) + °OH^0 (-9663) -> H2O2^0 (-11826) +At time : 89.1 ps Reaction : °OH^0 (-9362) + °OH^0 (-8292) -> H2O2^0 (-11827) +At time : 89.1 ps Reaction : °OH^0 (-8573) + e_aq^-1 (-8821) -> OH^-1 (-11828) +At time : 89.1 ps Reaction : H3O^1 (-8433) + e_aq^-1 (-8434) -> H^0 (-11829) +At time : 89.1 ps Reaction : °OH^0 (-7220) + °OH^0 (-8170) -> H2O2^0 (-11830) +At time : 89.1 ps Reaction : °OH^0 (-7070) + °OH^0 (-7074) -> H2O2^0 (-11831) +At time : 90.1 ps Reaction : OH^-1 (-11818) + H3O^1 (-6643) -> No product +At time : 90.1 ps Reaction : H^0 (-10875) + °OH^0 (-7592) -> No product +At time : 90.1 ps Reaction : °OH^0 (-9863) + °OH^0 (-6808) -> H2O2^0 (-11832) +At time : 91.1 ps Reaction : °OH^0 (-9165) + °OH^0 (-9489) -> H2O2^0 (-11833) +At time : 91.1 ps Reaction : °OH^0 (-5898) + °OH^0 (-8537) -> H2O2^0 (-11834) +At time : 91.1 ps Reaction : e_aq^-1 (-3542) + H3O^1 (-6259) -> H^0 (-11835) +At time : 92.1 ps Reaction : H3O^1 (-6879) + OH^-1 (-11780) -> No product +At time : 92.1 ps Reaction : °OH^0 (-11125) + °OH^0 (-8244) -> H2O2^0 (-11836) +At time : 92.1 ps Reaction : °OH^0 (-11076) + °OH^0 (-7224) -> H2O2^0 (-11837) +At time : 92.1 ps Reaction : °OH^0 (-9969) + °OH^0 (-7934) -> H2O2^0 (-11838) +At time : 93.1 ps Reaction : °OH^0 (-11122) + e_aq^-1 (-5397) -> OH^-1 (-11839) +At time : 93.1 ps Reaction : °OH^0 (-10338) + °OH^0 (-7336) -> H2O2^0 (-11840) +At time : 93.1 ps Reaction : °OH^0 (-9543) + °OH^0 (-7730) -> H2O2^0 (-11841) +At time : 93.1 ps Reaction : OH^-1 (-5738) + H3O^1 (-5845) -> No product +At time : 94.1 ps Reaction : H3O^1 (-9974) + OH^-1 (-11828) -> No product +At time : 94.1 ps Reaction : °OH^0 (-10430) + °OH^0 (-7498) -> H2O2^0 (-11842) +At time : 95.1 ps Reaction : H^0 (-10748) + °OH^0 (-9743) -> No product +At time : 95.1 ps Reaction : °OH^0 (-10297) + °OH^0 (-8312) -> H2O2^0 (-11843) +At time : 95.1 ps Reaction : °OH^0 (-8552) + °OH^0 (-8780) -> H2O2^0 (-11844) +At time : 96.1 ps Reaction : e_aq^-1 (-2826) + H^0 (-11746) -> OH^-1 (-11845) + H_2^0 (-11846) +At time : 96.1 ps Reaction : °OH^0 (-11034) + H^0 (-11035) -> No product +At time : 96.1 ps Reaction : °OH^0 (-5936) + °OH^0 (-7788) -> H2O2^0 (-11847) +At time : 96.1 ps Reaction : e_aq^-1 (-3823) + e_aq^-1 (-3821) -> OH^-1 (-11848) + OH^-1 (-11849) + H_2^0 (-11850) +At time : 97.1 ps Reaction : °OH^0 (-11332) + H^0 (-9855) -> No product +At time : 97.1 ps Reaction : H^0 (-11324) + H^0 (-8972) -> H_2^0 (-11851) +At time : 97.1 ps Reaction : °OH^0 (-6050) + °OH^0 (-8450) -> H2O2^0 (-11852) +At time : 97.1 ps Reaction : °OH^0 (-6072) + °OH^0 (-7226) -> H2O2^0 (-11853) +At time : 98.1 ps Reaction : OH^-1 (-11839) + H3O^1 (-8237) -> No product +At time : 98.1 ps Reaction : °OH^0 (-9871) + °OH^0 (-8967) -> H2O2^0 (-11854) +At time : 98.1 ps Reaction : °OH^0 (-9245) + °OH^0 (-7850) -> H2O2^0 (-11855) +At time : 98.1 ps Reaction : °OH^0 (-6664) + °OH^0 (-7826) -> H2O2^0 (-11856) +At time : 99.1 ps Reaction : OH^-1 (-11592) + H3O^1 (-7901) -> No product +At time : 100.1 ps Reaction : °OH^0 (-10450) + °OH^0 (-11368) -> H2O2^0 (-11857) +At time : 100.1 ps Reaction : H^0 (-9134) + H^0 (-11176) -> H_2^0 (-11858) +At time : 100.1 ps Reaction : °OH^0 (-11005) + °OH^0 (-7104) -> H2O2^0 (-11859) +At time : 100.1 ps Reaction : H^0 (-9158) + °OH^0 (-10616) -> No product +At time : 100.1 ps Reaction : °OH^0 (-10159) + °OH^0 (-7166) -> H2O2^0 (-11860) +At time : 100.1 ps Reaction : °OH^0 (-9824) + °OH^0 (-8354) -> H2O2^0 (-11861) +At time : 101.1 ps Reaction : H^0 (-10062) + °OH^0 (-10961) -> No product +At time : 101.1 ps Reaction : °OH^0 (-9173) + °OH^0 (-9511) -> H2O2^0 (-11862) +At time : 101.1 ps Reaction : e_aq^-1 (-5214) + °OH^0 (-8483) -> OH^-1 (-11863) +At time : 111.1 ps Reaction : OH^-1 (-11863) + H3O^1 (-8201) -> No product +At time : 111.1 ps Reaction : OH^-1 (-11806) + H3O^1 (-8445) -> No product +At time : 111.1 ps Reaction : H3O^1 (-6313) + OH^-1 (-11732) -> No product +At time : 111.1 ps Reaction : H^0 (-11003) + °OH^0 (-8066) -> No product +At time : 111.1 ps Reaction : H^0 (-10946) + °OH^0 (-6018) -> No product +At time : 111.1 ps Reaction : H^0 (-9237) + °OH^0 (-10760) -> No product +At time : 111.1 ps Reaction : H^0 (-9744) + °OH^0 (-10587) -> No product +At time : 111.1 ps Reaction : °OH^0 (-10303) + °OH^0 (-10314) -> H2O2^0 (-11864) +At time : 111.1 ps Reaction : °OH^0 (-9225) + °OH^0 (-7652) -> H2O2^0 (-11865) +At time : 111.1 ps Reaction : °OH^0 (-8168) + °OH^0 (-9075) -> H2O2^0 (-11866) +At time : 111.1 ps Reaction : °OH^0 (-5928) + H^0 (-9006) -> No product +At time : 111.1 ps Reaction : °OH^0 (-8870) + e_aq^-1 (-8872) -> OH^-1 (-11867) +At time : 111.1 ps Reaction : e_aq^-1 (-4303) + e_aq^-1 (-8374) -> OH^-1 (-11868) + OH^-1 (-11869) + H_2^0 (-11870) +At time : 111.1 ps Reaction : °OH^0 (-5992) + °OH^0 (-6858) -> H2O2^0 (-11871) +At time : 111.1 ps Reaction : °OH^0 (-8210) + °OH^0 (-8912) -> H2O2^0 (-11872) +At time : 121.1 ps Reaction : OH^-1 (-11811) + H3O^1 (-7247) -> No product +At time : 121.1 ps Reaction : OH^-1 (-11760) + H3O^1 (-6621) -> No product +At time : 121.1 ps Reaction : °OH^0 (-10879) + °OH^0 (-11339) -> H2O2^0 (-11873) +At time : 121.1 ps Reaction : °OH^0 (-10376) + °OH^0 (-11267) -> H2O2^0 (-11874) +At time : 121.1 ps Reaction : H^0 (-11230) + °OH^0 (-7614) -> No product +At time : 121.1 ps Reaction : °OH^0 (-11170) + °OH^0 (-7340) -> H2O2^0 (-11875) +At time : 121.1 ps Reaction : °OH^0 (-11148) + °OH^0 (-6126) -> H2O2^0 (-11876) +At time : 121.1 ps Reaction : °OH^0 (-10690) + °OH^0 (-10693) -> H2O2^0 (-11877) +At time : 121.1 ps Reaction : H^0 (-10362) + °OH^0 (-8242) -> No product +At time : 121.1 ps Reaction : °OH^0 (-9721) + °OH^0 (-6606) -> H2O2^0 (-11878) +At time : 121.1 ps Reaction : H^0 (-9228) + e_aq^-1 (-3857) -> OH^-1 (-11879) + H_2^0 (-11880) +At time : 121.1 ps Reaction : °OH^0 (-9178) + °OH^0 (-6326) -> H2O2^0 (-11881) +At time : 121.1 ps Reaction : H3O^1 (-8919) + e_aq^-1 (-8920) -> H^0 (-11882) +At time : 121.1 ps Reaction : °OH^0 (-6708) + °OH^0 (-8787) -> H2O2^0 (-11883) +At time : 121.1 ps Reaction : °OH^0 (-6740) + e_aq^-1 (-8356) -> OH^-1 (-11884) +At time : 121.1 ps Reaction : °OH^0 (-6518) + °OH^0 (-8342) -> H2O2^0 (-11885) +At time : 121.1 ps Reaction : e_aq^-1 (-2887) + H3O^1 (-6421) -> H^0 (-11886) At time : 121.1 ps Reaction : OH^-1 (-5786) + H3O^1 (-6205) -> No product -At time : 121.1 ps Reaction : H3O^1 (-6039) + OH^-1 (-11841) -> No product -At time : 121.1 ps Reaction : OH^0 (-9286) + e_aq^-1 (-4503) -> OH^-1 (-11843) -At time : 121.1 ps Reaction : H3O^1 (-8844) + e_aq^-1 (-8845) -> H^0 (-11844) -At time : 131.1 ps Reaction : OH^-1 (-11842) + H3O^1 (-6321) -> No product -At time : 131.1 ps Reaction : OH^-1 (-11801) + H3O^1 (-6153) -> No product -At time : 131.1 ps Reaction : OH^0 (-11326) + H^0 (-10496) -> No product -At time : 131.1 ps Reaction : H^0 (-11316) + e_aq^-1 (-8368) -> OH^-1 (-11845) + H_2^0 (-11846) -At time : 131.1 ps Reaction : OH^0 (-11309) + OH^0 (-9041) -> H2O2^0 (-11847) -At time : 131.1 ps Reaction : OH^0 (-11092) + OH^0 (-10428) -> H2O2^0 (-11848) -At time : 131.1 ps Reaction : OH^0 (-11013) + OH^0 (-8072) -> H2O2^0 (-11849) -At time : 131.1 ps Reaction : H^0 (-10997) + OH^0 (-9071) -> No product -At time : 131.1 ps Reaction : H^0 (-10845) + e_aq^-1 (-8560) -> OH^-1 (-11850) + H_2^0 (-11851) -At time : 131.1 ps Reaction : OH^0 (-10659) + e_aq^-1 (-3540) -> OH^-1 (-11852) -At time : 131.1 ps Reaction : OH^0 (-10111) + OH^0 (-7008) -> H2O2^0 (-11853) -At time : 131.1 ps Reaction : OH^0 (-9928) + OH^0 (-6812) -> H2O2^0 (-11854) -At time : 131.1 ps Reaction : H^0 (-9918) + OH^0 (-9920) -> No product -At time : 131.1 ps Reaction : H^0 (-9207) + H^0 (-9635) -> H_2^0 (-11855) -At time : 131.1 ps Reaction : H^0 (-9205) + OH^0 (-9628) -> No product -At time : 131.1 ps Reaction : OH^0 (-9589) + OH^0 (-6366) -> H2O2^0 (-11856) -At time : 131.1 ps Reaction : OH^0 (-7208) + OH^0 (-8162) -> H2O2^0 (-11857) -At time : 131.1 ps Reaction : OH^0 (-6632) + OH^0 (-7812) -> H2O2^0 (-11858) -At time : 131.1 ps Reaction : e_aq^-1 (-2984) + H3O^1 (-6381) -> H^0 (-11859) -At time : 131.1 ps Reaction : OH^-1 (-5795) + H3O^1 (-5991) -> No product -At time : 131.1 ps Reaction : OH^-1 (-11852) + H3O^1 (-5819) -> No product -At time : 131.1 ps Reaction : H3O^1 (-6931) + OH^-1 (-11845) -> No product -At time : 131.1 ps Reaction : H^0 (-9982) + e_aq^-1 (-4320) -> OH^-1 (-11860) + H_2^0 (-11861) -At time : 131.1 ps Reaction : OH^0 (-7090) + e_aq^-1 (-8584) -> OH^-1 (-11862) -At time : 131.1 ps Reaction : OH^-1 (-11862) + H3O^1 (-8065) -> No product -At time : 131.1 ps Reaction : H3O^1 (-10854) + OH^-1 (-11860) -> No product -At time : 141.1 ps Reaction : OH^-1 (-11843) + H3O^1 (-6939) -> No product -At time : 141.1 ps Reaction : H3O^1 (-7751) + OH^-1 (-11833) -> No product -At time : 141.1 ps Reaction : OH^-1 (-11820) + H3O^1 (-8101) -> No product -At time : 141.1 ps Reaction : H3O^1 (-5855) + OH^-1 (-11802) -> No product -At time : 141.1 ps Reaction : OH^-1 (-11643) + H3O^1 (-8592) -> No product -At time : 141.1 ps Reaction : OH^0 (-11344) + OH^0 (-8272) -> H2O2^0 (-11863) -At time : 141.1 ps Reaction : OH^0 (-11315) + OH^0 (-10046) -> H2O2^0 (-11864) -At time : 141.1 ps Reaction : OH^0 (-11164) + OH^0 (-9403) -> H2O2^0 (-11865) -At time : 141.1 ps Reaction : OH^0 (-11139) + H^0 (-10304) -> No product -At time : 141.1 ps Reaction : H3O^1 (-11016) + e_aq^-1 (-8386) -> H^0 (-11866) -At time : 141.1 ps Reaction : OH^0 (-10058) + OH^0 (-5868) -> H2O2^0 (-11867) -At time : 141.1 ps Reaction : e_aq^-1 (-1542) + H^0 (-9281) -> OH^-1 (-11868) + H_2^0 (-11869) -At time : 141.1 ps Reaction : H^0 (-9162) + OH^0 (-5874) -> No product -At time : 141.1 ps Reaction : H^0 (-9706) + OH^0 (-7658) -> No product -At time : 141.1 ps Reaction : OH^0 (-7168) + OH^0 (-8651) -> H2O2^0 (-11870) -At time : 141.1 ps Reaction : e_aq^-1 (-3855) + OH^0 (-5778) -> OH^-1 (-11871) -At time : 151.1 ps Reaction : H^0 (-10963) + e_aq^-1 (-8572) -> OH^-1 (-11872) + H_2^0 (-11873) -At time : 151.1 ps Reaction : OH^0 (-10446) + H^0 (-10230) -> No product -At time : 151.1 ps Reaction : H^0 (-10419) + OH^0 (-5858) -> No product -At time : 151.1 ps Reaction : e_aq^-1 (-747) + H^0 (-10219) -> OH^-1 (-11874) + H_2^0 (-11875) -At time : 151.1 ps Reaction : e_aq^-1 (-1205) + OH^0 (-8014) -> OH^-1 (-11876) -At time : 151.1 ps Reaction : e_aq^-1 (-4121) + H3O^1 (-6753) -> H^0 (-11877) -At time : 151.1 ps Reaction : e_aq^-1 (-3500) + OH^0 (-6232) -> OH^-1 (-11878) -At time : 151.1 ps Reaction : OH^0 (-10853) + OH^0 (-6864) -> H2O2^0 (-11879) -At time : 151.1 ps Reaction : e_aq^-1 (-1516) + OH^0 (-7954) -> OH^-1 (-11880) -At time : 161.1 ps Reaction : H3O^1 (-5983) + OH^-1 (-11799) -> No product -At time : 161.1 ps Reaction : H^0 (-11308) + OH^0 (-10554) -> No product -At time : 161.1 ps Reaction : OH^0 (-11081) + OH^0 (-8591) -> H2O2^0 (-11881) -At time : 161.1 ps Reaction : OH^0 (-10704) + e_aq^-1 (-8758) -> OH^-1 (-11882) -At time : 161.1 ps Reaction : OH^0 (-9833) + OH^0 (-7842) -> H2O2^0 (-11883) -At time : 161.1 ps Reaction : OH^0 (-9459) + OH^0 (-7670) -> H2O2^0 (-11884) -At time : 161.1 ps Reaction : e_aq^-1 (-8635) + H^0 (-9090) -> OH^-1 (-11885) + H_2^0 (-11886) -At time : 161.1 ps Reaction : OH^-1 (-5792) + H3O^1 (-8796) -> No product -At time : 161.1 ps Reaction : OH^0 (-6778) + OH^0 (-8783) -> H2O2^0 (-11887) -At time : 161.1 ps Reaction : OH^0 (-8645) + e_aq^-1 (-8647) -> OH^-1 (-11888) -At time : 161.1 ps Reaction : OH^0 (-6064) + OH^0 (-8444) -> H2O2^0 (-11889) -At time : 161.1 ps Reaction : OH^0 (-8318) + OH^0 (-8324) -> H2O2^0 (-11890) -At time : 161.1 ps Reaction : e_aq^-1 (-4444) + H3O^1 (-6915) -> H^0 (-11891) -At time : 161.1 ps Reaction : e_aq^-1 (-4263) + OH^0 (-6834) -> OH^-1 (-11892) -At time : 161.1 ps Reaction : OH^0 (-6502) + OH^0 (-6508) -> H2O2^0 (-11893) -At time : 161.1 ps Reaction : OH^-1 (-11882) + H3O^1 (-7759) -> No product -At time : 161.1 ps Reaction : OH^-1 (-11880) + H3O^1 (-7961) -> No product -At time : 171.1 ps Reaction : OH^-1 (-11872) + H3O^1 (-6169) -> No product -At time : 171.1 ps Reaction : OH^-1 (-11840) + H3O^1 (-8589) -> No product -At time : 171.1 ps Reaction : OH^0 (-10998) + OH^0 (-5864) -> H2O2^0 (-11894) -At time : 171.1 ps Reaction : OH^0 (-10942) + e_aq^-1 (-8425) -> OH^-1 (-11895) -At time : 171.1 ps Reaction : H^0 (-10921) + OH^0 (-10521) -> No product -At time : 171.1 ps Reaction : OH^0 (-10745) + OH^0 (-9778) -> H2O2^0 (-11896) -At time : 171.1 ps Reaction : OH^0 (-10662) + e_aq^-1 (-3220) -> OH^-1 (-11897) -At time : 171.1 ps Reaction : H^0 (-10201) + OH^0 (-5850) -> No product -At time : 171.1 ps Reaction : H3O^1 (-10074) + e_aq^-1 (-4539) -> H^0 (-11898) -At time : 171.1 ps Reaction : OH^0 (-9780) + OH^0 (-5946) -> H2O2^0 (-11899) -At time : 171.1 ps Reaction : OH^0 (-9654) + OH^0 (-8759) -> H2O2^0 (-11900) -At time : 171.1 ps Reaction : H^0 (-9412) + OH^0 (-6078) -> No product -At time : 171.1 ps Reaction : OH^0 (-6130) + OH^0 (-7314) -> H2O2^0 (-11901) -At time : 171.1 ps Reaction : OH^-1 (-5756) + H3O^1 (-5985) -> No product -At time : 171.1 ps Reaction : OH^0 (-10364) + OH^0 (-8286) -> H2O2^0 (-11902) -At time : 171.1 ps Reaction : OH^0 (-9625) + OH^0 (-6410) -> H2O2^0 (-11903) -At time : 171.1 ps Reaction : e_aq^-1 (-5420) + e_aq^-1 (-8914) -> OH^-1 (-11904) + OH^-1 (-11905) + H_2^0 (-11906) -At time : 181.1 ps Reaction : H3O^1 (-11129) + OH^-1 (-11885) -> No product -At time : 181.1 ps Reaction : OH^-1 (-11770) + H3O^1 (-6607) -> No product -At time : 181.1 ps Reaction : OH^0 (-7958) + OH^0 (-11281) -> H2O2^0 (-11907) -At time : 181.1 ps Reaction : OH^0 (-11201) + e_aq^-1 (-8539) -> OH^-1 (-11908) -At time : 181.1 ps Reaction : e_aq^-1 (-395) + H^0 (-11124) -> OH^-1 (-11909) + H_2^0 (-11910) -At time : 181.1 ps Reaction : OH^0 (-11036) + OH^0 (-7140) -> H2O2^0 (-11911) -At time : 181.1 ps Reaction : H^0 (-10826) + OH^0 (-6198) -> No product -At time : 181.1 ps Reaction : OH^0 (-10584) + H^0 (-10585) -> No product -At time : 181.1 ps Reaction : OH^0 (-10189) + OH^0 (-8090) -> H2O2^0 (-11912) -At time : 181.1 ps Reaction : OH^0 (-9597) + OH^0 (-9601) -> H2O2^0 (-11913) -At time : 181.1 ps Reaction : H^0 (-9397) + OH^0 (-6108) -> No product -At time : 181.1 ps Reaction : OH^0 (-9112) + OH^0 (-5930) -> H2O2^0 (-11914) -At time : 181.1 ps Reaction : e_aq^-1 (-701) + OH^0 (-8951) -> OH^-1 (-11915) -At time : 181.1 ps Reaction : OH^0 (-7194) + OH^0 (-8947) -> H2O2^0 (-11916) -At time : 181.1 ps Reaction : e_aq^-1 (-5408) + OH^0 (-8638) -> OH^-1 (-11917) -At time : 181.1 ps Reaction : e_aq^-1 (-5432) + H3O^1 (-8255) -> H^0 (-11918) -At time : 181.1 ps Reaction : OH^0 (-7520) + OH^0 (-8034) -> H2O2^0 (-11919) -At time : 181.1 ps Reaction : e_aq^-1 (-865) + e_aq^-1 (-4994) -> OH^-1 (-11920) + OH^-1 (-11921) + H_2^0 (-11922) -At time : 181.1 ps Reaction : OH^0 (-11048) + OH^0 (-8114) -> H2O2^0 (-11923) -At time : 191.1 ps Reaction : OH^-1 (-11868) + H3O^1 (-7949) -> No product -At time : 191.1 ps Reaction : OH^-1 (-11522) + H3O^1 (-7677) -> No product -At time : 191.1 ps Reaction : H^0 (-11339) + OH^0 (-8256) -> No product -At time : 191.1 ps Reaction : OH^0 (-11301) + OH^0 (-5830) -> H2O2^0 (-11924) -At time : 191.1 ps Reaction : OH^0 (-10092) + H^0 (-11196) -> No product -At time : 191.1 ps Reaction : OH^0 (-10990) + H^0 (-10140) -> No product -At time : 191.1 ps Reaction : H3O^1 (-10924) + OH^-1 (-5747) -> No product -At time : 191.1 ps Reaction : H^0 (-10492) + OH^0 (-5844) -> No product -At time : 191.1 ps Reaction : OH^0 (-9984) + OH^0 (-8555) -> H2O2^0 (-11925) -At time : 191.1 ps Reaction : OH^0 (-9680) + OH^0 (-6494) -> H2O2^0 (-11926) -At time : 191.1 ps Reaction : OH^0 (-9195) + OH^0 (-8743) -> H2O2^0 (-11927) -At time : 191.1 ps Reaction : OH^0 (-8498) + e_aq^-1 (-8506) -> OH^-1 (-11928) -At time : 191.1 ps Reaction : H3O^1 (-7453) + e_aq^-1 (-8485) -> H^0 (-11929) -At time : 191.1 ps Reaction : OH^0 (-8276) + OH^0 (-8471) -> H2O2^0 (-11930) -At time : 191.1 ps Reaction : OH^0 (-7106) + OH^0 (-8076) -> H2O2^0 (-11931) -At time : 191.1 ps Reaction : OH^0 (-7050) + OH^0 (-8036) -> H2O2^0 (-11932) -At time : 191.1 ps Reaction : H^0 (-10112) + OH^0 (-8837) -> No product -At time : 201.1 ps Reaction : OH^0 (-11195) + OH^0 (-6176) -> H2O2^0 (-11933) -At time : 201.1 ps Reaction : OH^0 (-10834) + OH^0 (-5984) -> H2O2^0 (-11934) -At time : 201.1 ps Reaction : OH^0 (-10820) + OH^0 (-9029) -> H2O2^0 (-11935) -At time : 201.1 ps Reaction : OH^0 (-10814) + OH^0 (-7618) -> H2O2^0 (-11936) -At time : 201.1 ps Reaction : H^0 (-10537) + OH^0 (-5996) -> No product -At time : 201.1 ps Reaction : OH^0 (-10518) + H^0 (-9060) -> No product -At time : 201.1 ps Reaction : OH^0 (-9819) + OH^0 (-7642) -> H2O2^0 (-11937) -At time : 201.1 ps Reaction : OH^0 (-5952) + OH^0 (-9013) -> H2O2^0 (-11938) -At time : 201.1 ps Reaction : OH^0 (-8989) + H^0 (-8990) -> No product -At time : 201.1 ps Reaction : e_aq^-1 (-5467) + OH^0 (-7412) -> OH^-1 (-11939) -At time : 211.1 ps Reaction : OH^-1 (-11895) + H3O^1 (-7979) -> No product -At time : 211.1 ps Reaction : H3O^1 (-6067) + OH^-1 (-11874) -> No product -At time : 211.1 ps Reaction : OH^-1 (-11827) + H3O^1 (-8287) -> No product -At time : 211.1 ps Reaction : H3O^1 (-10629) + OH^-1 (-11815) -> No product -At time : 211.1 ps Reaction : H3O^1 (-10615) + OH^-1 (-11427) -> No product -At time : 211.1 ps Reaction : OH^0 (-11338) + OH^0 (-7420) -> H2O2^0 (-11940) -At time : 211.1 ps Reaction : OH^0 (-11059) + OH^0 (-7172) -> H2O2^0 (-11941) -At time : 211.1 ps Reaction : e_aq^-1 (-4279) + H3O^1 (-10838) -> H^0 (-11942) -At time : 211.1 ps Reaction : H^0 (-10509) + OH^0 (-8008) -> No product -At time : 211.1 ps Reaction : e_aq^-1 (-320) + H^0 (-10381) -> OH^-1 (-11943) + H_2^0 (-11944) -At time : 211.1 ps Reaction : H^0 (-10191) + OH^0 (-8873) -> No product -At time : 211.1 ps Reaction : OH^0 (-10000) + OH^0 (-6868) -> H2O2^0 (-11945) -At time : 211.1 ps Reaction : OH^0 (-7402) + OH^0 (-9099) -> H2O2^0 (-11946) -At time : 211.1 ps Reaction : e_aq^-1 (-702) + OH^0 (-8124) -> OH^-1 (-11947) -At time : 211.1 ps Reaction : OH^0 (-5763) + OH^0 (-7862) -> H2O2^0 (-11948) -At time : 211.1 ps Reaction : OH^0 (-6282) + OH^0 (-6284) -> H2O2^0 (-11949) -At time : 211.1 ps Reaction : H3O^1 (-8475) + OH^-1 (-11943) -> No product -At time : 211.1 ps Reaction : OH^0 (-11127) + OH^0 (-8336) -> H2O2^0 (-11950) -At time : 211.1 ps Reaction : OH^0 (-10010) + OH^0 (-9043) -> H2O2^0 (-11951) -At time : 221.1 ps Reaction : e_aq^-1 (-4531) + H^0 (-11898) -> OH^-1 (-11952) + H_2^0 (-11953) -At time : 221.1 ps Reaction : H^0 (-11707) + e_aq^-1 (-8533) -> OH^-1 (-11954) + H_2^0 (-11955) -At time : 221.1 ps Reaction : H^0 (-11075) + OH^0 (-8152) -> No product -At time : 221.1 ps Reaction : OH^0 (-10683) + OH^0 (-6334) -> H2O2^0 (-11956) -At time : 221.1 ps Reaction : OH^0 (-10316) + OH^0 (-7336) -> H2O2^0 (-11957) -At time : 221.1 ps Reaction : H^0 (-9113) + OH^0 (-9727) -> No product -At time : 221.1 ps Reaction : OH^0 (-9621) + OH^0 (-6402) -> H2O2^0 (-11958) -At time : 221.1 ps Reaction : e_aq^-1 (-762) + OH^0 (-8134) -> OH^-1 (-11959) -At time : 221.1 ps Reaction : e_aq^-1 (-3261) + H3O^1 (-7691) -> H^0 (-11960) -At time : 221.1 ps Reaction : OH^0 (-7082) + OH^0 (-7514) -> H2O2^0 (-11961) -At time : 221.1 ps Reaction : e_aq^-1 (-5079) + H3O^1 (-6057) -> H^0 (-11962) -At time : 221.1 ps Reaction : H3O^1 (-6973) + OH^-1 (-11952) -> No product -At time : 221.1 ps Reaction : OH^0 (-9580) + e_aq^-1 (-8725) -> OH^-1 (-11963) -At time : 221.1 ps Reaction : H3O^1 (-8309) + e_aq^-1 (-8599) -> H^0 (-11964) -At time : 221.1 ps Reaction : OH^0 (-8144) + e_aq^-1 (-8452) -> OH^-1 (-11965) -At time : 221.1 ps Reaction : H3O^1 (-7185) + OH^-1 (-11965) -> No product -At time : 231.1 ps Reaction : OH^-1 (-11947) + H3O^1 (-8123) -> No product -At time : 231.1 ps Reaction : OH^-1 (-11928) + H3O^1 (-8574) -> No product -At time : 231.1 ps Reaction : H^0 (-9215) + H^0 (-11663) -> H_2^0 (-11966) -At time : 231.1 ps Reaction : e_aq^-1 (-5170) + OH^0 (-11358) -> OH^-1 (-11967) -At time : 231.1 ps Reaction : H^0 (-9829) + OH^0 (-10770) -> No product -At time : 231.1 ps Reaction : OH^0 (-6362) + OH^0 (-8729) -> H2O2^0 (-11968) -At time : 231.1 ps Reaction : e_aq^-1 (-4273) + OH^0 (-7604) -> OH^-1 (-11969) -At time : 231.1 ps Reaction : e_aq^-1 (-87) + H3O^1 (-7399) -> H^0 (-11970) -At time : 231.1 ps Reaction : OH^0 (-6686) + OH^0 (-6688) -> H2O2^0 (-11971) -At time : 231.1 ps Reaction : e_aq^-1 (-3297) + OH^0 (-6238) -> OH^-1 (-11972) -At time : 231.1 ps Reaction : OH^-1 (-11967) + H3O^1 (-7205) -> No product -At time : 231.1 ps Reaction : OH^-1 (-11959) + H3O^1 (-7163) -> No product -At time : 241.1 ps Reaction : H3O^1 (-9975) + OH^-1 (-11850) -> No product -At time : 241.1 ps Reaction : OH^0 (-11347) + OH^0 (-9382) -> H2O2^0 (-11973) -At time : 241.1 ps Reaction : OH^0 (-10687) + OH^0 (-9593) -> H2O2^0 (-11974) -At time : 241.1 ps Reaction : OH^0 (-10351) + OH^0 (-10330) -> H2O2^0 (-11975) -At time : 241.1 ps Reaction : OH^0 (-9130) + OH^0 (-10289) -> H2O2^0 (-11976) -At time : 241.1 ps Reaction : OH^0 (-10065) + OH^0 (-10062) -> H2O2^0 (-11977) -At time : 241.1 ps Reaction : OH^0 (-9850) + OH^0 (-9245) -> H2O2^0 (-11978) -At time : 241.1 ps Reaction : OH^0 (-9188) + H^0 (-9190) -> No product -At time : 241.1 ps Reaction : e_aq^-1 (-8362) + H^0 (-9034) -> OH^-1 (-11979) + H_2^0 (-11980) -At time : 241.1 ps Reaction : e_aq^-1 (-4474) + H3O^1 (-7939) -> H^0 (-11981) -At time : 241.1 ps Reaction : e_aq^-1 (-1586) + OH^0 (-6922) -> OH^-1 (-11982) -At time : 241.1 ps Reaction : OH^-1 (-11979) + H3O^1 (-7911) -> No product -At time : 241.1 ps Reaction : OH^-1 (-11878) + H3O^1 (-6235) -> No product -At time : 241.1 ps Reaction : OH^0 (-7928) + OH^0 (-7930) -> H2O2^0 (-11983) -At time : 241.1 ps Reaction : e_aq^-1 (-1462) + OH^0 (-6010) -> OH^-1 (-11984) -At time : 241.1 ps Reaction : OH^-1 (-11984) + H3O^1 (-6009) -> No product -At time : 251.1 ps Reaction : H^0 (-11667) + OH^0 (-6886) -> No product -At time : 251.1 ps Reaction : e_aq^-1 (-5058) + H3O^1 (-11072) -> H^0 (-11985) -At time : 251.1 ps Reaction : OH^0 (-10938) + OH^0 (-7560) -> H2O2^0 (-11986) -At time : 251.1 ps Reaction : H^0 (-10750) + H^0 (-9014) -> H_2^0 (-11987) -At time : 251.1 ps Reaction : H^0 (-10331) + OH^0 (-7362) -> No product -At time : 251.1 ps Reaction : OH^0 (-9808) + OH^0 (-6678) -> H2O2^0 (-11988) -At time : 251.1 ps Reaction : e_aq^-1 (-240) + e_aq^-1 (-5488) -> OH^-1 (-11989) + OH^-1 (-11990) + H_2^0 (-11991) -At time : 251.1 ps Reaction : e_aq^-1 (-217) + OH^0 (-6126) -> OH^-1 (-11992) -At time : 251.1 ps Reaction : OH^-1 (-11992) + H3O^1 (-6097) -> No product -At time : 261.1 ps Reaction : H3O^1 (-7169) + OH^-1 (-11810) -> No product -At time : 261.1 ps Reaction : OH^0 (-10923) + OH^0 (-8369) -> H2O2^0 (-11993) -At time : 261.1 ps Reaction : OH^0 (-10774) + e_aq^-1 (-8356) -> OH^-1 (-11994) -At time : 261.1 ps Reaction : OH^0 (-9782) + e_aq^-1 (-3908) -> OH^-1 (-11995) -At time : 261.1 ps Reaction : OH^0 (-9154) + OH^0 (-9464) -> H2O2^0 (-11996) -At time : 261.1 ps Reaction : OH^0 (-8104) + OH^0 (-8656) -> H2O2^0 (-11997) -At time : 261.1 ps Reaction : e_aq^-1 (-8434) + H3O^1 (-8499) -> H^0 (-11998) -At time : 261.1 ps Reaction : OH^0 (-7974) + OH^0 (-8423) -> H2O2^0 (-11999) -At time : 261.1 ps Reaction : H3O^1 (-5947) + OH^-1 (-11995) -> No product -At time : 261.1 ps Reaction : e_aq^-1 (-4358) + OH^0 (-10868) -> OH^-1 (-12000) -At time : 261.1 ps Reaction : e_aq^-1 (-1720) + OH^0 (-10865) -> OH^-1 (-12001) -At time : 271.1 ps Reaction : H3O^1 (-7593) + OH^-1 (-12000) -> No product -At time : 271.1 ps Reaction : H3O^1 (-7603) + OH^-1 (-11969) -> No product -At time : 271.1 ps Reaction : OH^-1 (-11920) + H3O^1 (-7495) -> No product -At time : 271.1 ps Reaction : OH^-1 (-11888) + H3O^1 (-7201) -> No product -At time : 271.1 ps Reaction : H3O^1 (-6167) + OH^-1 (-11876) -> No product -At time : 271.1 ps Reaction : H^0 (-11328) + e_aq^-1 (-8659) -> OH^-1 (-12002) + H_2^0 (-12003) -At time : 271.1 ps Reaction : H3O^1 (-11187) + e_aq^-1 (-8464) -> H^0 (-12004) -At time : 271.1 ps Reaction : OH^0 (-9404) + OH^0 (-8264) -> H2O2^0 (-12005) -At time : 271.1 ps Reaction : OH^0 (-9328) + OH^0 (-7152) -> H2O2^0 (-12006) -At time : 271.1 ps Reaction : OH^0 (-7146) + OH^0 (-8390) -> H2O2^0 (-12007) -At time : 271.1 ps Reaction : e_aq^-1 (-517) + H3O^1 (-7239) -> H^0 (-12008) -At time : 271.1 ps Reaction : OH^-1 (-12002) + H3O^1 (-7493) -> No product -At time : 281.1 ps Reaction : H^0 (-11198) + OH^0 (-11182) -> No product -At time : 281.1 ps Reaction : OH^0 (-10927) + OH^0 (-7964) -> H2O2^0 (-12009) -At time : 281.1 ps Reaction : OH^0 (-10540) + OH^0 (-10862) -> H2O2^0 (-12010) -At time : 281.1 ps Reaction : OH^0 (-10617) + e_aq^-1 (-3441) -> OH^-1 (-12011) -At time : 281.1 ps Reaction : H^0 (-9399) + OH^0 (-5852) -> No product -At time : 281.1 ps Reaction : e_aq^-1 (-4933) + H^0 (-9076) -> OH^-1 (-12012) + H_2^0 (-12013) -At time : 281.1 ps Reaction : OH^0 (-8030) + OH^0 (-8038) -> H2O2^0 (-12014) -At time : 281.1 ps Reaction : e_aq^-1 (-4448) + H3O^1 (-7945) -> H^0 (-12015) -At time : 281.1 ps Reaction : OH^0 (-5751) + OH^0 (-6924) -> H2O2^0 (-12016) -At time : 281.1 ps Reaction : e_aq^-1 (-3438) + OH^0 (-5818) -> OH^-1 (-12017) -At time : 291.1 ps Reaction : H3O^1 (-7413) + OH^-1 (-11939) -> No product -At time : 291.1 ps Reaction : OH^0 (-9500) + OH^0 (-6252) -> H2O2^0 (-12018) -At time : 291.1 ps Reaction : OH^0 (-6084) + OH^0 (-7448) -> H2O2^0 (-12019) -At time : 291.1 ps Reaction : e_aq^-1 (-3062) + H3O^1 (-6357) -> H^0 (-12020) -At time : 291.1 ps Reaction : e_aq^-1 (-2221) + e_aq^-1 (-4000) -> OH^-1 (-12021) + OH^-1 (-12022) + H_2^0 (-12023) -At time : 301.1 ps Reaction : OH^-1 (-11994) + H3O^1 (-8355) -> No product -At time : 301.1 ps Reaction : OH^0 (-8822) + H^0 (-11282) -> No product -At time : 301.1 ps Reaction : OH^0 (-9947) + OH^0 (-7900) -> H2O2^0 (-12024) -At time : 301.1 ps Reaction : H^0 (-9315) + OH^0 (-6052) -> No product -At time : 301.1 ps Reaction : OH^0 (-8813) + OH^0 (-8818) -> H2O2^0 (-12025) -At time : 301.1 ps Reaction : H3O^1 (-6173) + e_aq^-1 (-8836) -> H^0 (-12026) -At time : 301.1 ps Reaction : e_aq^-1 (-8377) + OH^0 (-8504) -> OH^-1 (-12027) -At time : 311.1 ps Reaction : H3O^1 (-10557) + e_aq^-1 (-4238) -> H^0 (-12028) -At time : 311.1 ps Reaction : H3O^1 (-10332) + e_aq^-1 (-5641) -> H^0 (-12029) -At time : 311.1 ps Reaction : e_aq^-1 (-4029) + H3O^1 (-9851) -> H^0 (-12030) -At time : 311.1 ps Reaction : OH^0 (-9673) + OH^0 (-7664) -> H2O2^0 (-12031) -At time : 311.1 ps Reaction : OH^0 (-6908) + H^0 (-8966) -> No product -At time : 311.1 ps Reaction : e_aq^-1 (-2052) + H3O^1 (-6741) -> H^0 (-12032) -At time : 311.1 ps Reaction : OH^0 (-10916) + OH^0 (-10041) -> H2O2^0 (-12033) -At time : 311.1 ps Reaction : OH^0 (-10350) + H^0 (-9389) -> No product -At time : 321.1 ps Reaction : e_aq^-1 (-4637) + H2O2^0 (-11732) -> OH^-1 (-12034) + OH^0 (-12035) -At time : 321.1 ps Reaction : OH^0 (-10545) + H^0 (-11672) -> No product -At time : 321.1 ps Reaction : OH^0 (-11295) + OH^0 (-9572) -> H2O2^0 (-12036) -At time : 321.1 ps Reaction : OH^0 (-10477) + OH^0 (-11017) -> H2O2^0 (-12037) -At time : 321.1 ps Reaction : H^0 (-9194) + OH^0 (-5781) -> No product -At time : 321.1 ps Reaction : e_aq^-1 (-3073) + H3O^1 (-8721) -> H^0 (-12038) -At time : 321.1 ps Reaction : OH^-1 (-5807) + H3O^1 (-8281) -> No product -At time : 321.1 ps Reaction : OH^-1 (-12034) + H3O^1 (-8835) -> No product -At time : 321.1 ps Reaction : H3O^1 (-8021) + OH^-1 (-12027) -> No product -At time : 321.1 ps Reaction : OH^-1 (-5714) + H3O^1 (-7351) -> No product -At time : 331.1 ps Reaction : OH^-1 (-11788) + H3O^1 (-8029) -> No product -At time : 331.1 ps Reaction : H2O2^0 (-11510) + e_aq^-1 (-8665) -> OH^-1 (-12039) + OH^0 (-12040) -At time : 331.1 ps Reaction : H^0 (-11310) + H^0 (-10541) -> H_2^0 (-12041) -At time : 331.1 ps Reaction : OH^0 (-11001) + e_aq^-1 (-4743) -> OH^-1 (-12042) -At time : 331.1 ps Reaction : OH^0 (-10931) + OH^0 (-7966) -> H2O2^0 (-12043) -At time : 331.1 ps Reaction : OH^0 (-10695) + OH^0 (-5902) -> H2O2^0 (-12044) -At time : 331.1 ps Reaction : e_aq^-1 (-8536) + H3O^1 (-8739) -> H^0 (-12045) -At time : 331.1 ps Reaction : OH^-1 (-5798) + H3O^1 (-8556) -> No product -At time : 331.1 ps Reaction : H^0 (-9765) + OH^0 (-9752) -> No product -At time : 341.1 ps Reaction : OH^-1 (-12012) + H3O^1 (-8871) -> No product -At time : 341.1 ps Reaction : OH^0 (-10506) + OH^0 (-7032) -> H2O2^0 (-12046) -At time : 341.1 ps Reaction : OH^0 (-9959) + OH^0 (-5982) -> H2O2^0 (-12047) -At time : 341.1 ps Reaction : OH^0 (-9652) + OH^0 (-7762) -> H2O2^0 (-12048) -At time : 351.1 ps Reaction : H3O^1 (-7409) + OH^-1 (-11990) -> No product -At time : 351.1 ps Reaction : H^0 (-10743) + OH^0 (-6628) -> No product -At time : 351.1 ps Reaction : H^0 (-10651) + OH^0 (-9509) -> No product -At time : 351.1 ps Reaction : OH^0 (-10476) + OH^0 (-8870) -> H2O2^0 (-12049) -At time : 351.1 ps Reaction : H^0 (-10266) + OH^0 (-8194) -> No product -At time : 351.1 ps Reaction : H^0 (-9576) + OH^0 (-5894) -> No product -At time : 351.1 ps Reaction : OH^0 (-9521) + OH^0 (-9525) -> H2O2^0 (-12050) -At time : 351.1 ps Reaction : OH^0 (-9421) + OH^0 (-8582) -> H2O2^0 (-12051) -At time : 351.1 ps Reaction : OH^0 (-8917) + H^0 (-8940) -> No product -At time : 351.1 ps Reaction : e_aq^-1 (-4950) + H3O^1 (-7497) -> H^0 (-12052) -At time : 361.1 ps Reaction : OH^-1 (-11908) + H3O^1 (-6471) -> No product -At time : 361.1 ps Reaction : OH^0 (-10238) + OH^0 (-7186) -> H2O2^0 (-12053) -At time : 361.1 ps Reaction : H^0 (-10173) + OH^0 (-7100) -> No product -At time : 361.1 ps Reaction : OH^0 (-9429) + OH^0 (-7038) -> H2O2^0 (-12054) -At time : 361.1 ps Reaction : OH^0 (-6138) + OH^0 (-8900) -> H2O2^0 (-12055) -At time : 361.1 ps Reaction : e_aq^-1 (-5643) + OH^0 (-7356) -> OH^-1 (-12056) -At time : 361.1 ps Reaction : e_aq^-1 (-5478) + OH^0 (-7320) -> OH^-1 (-12057) -At time : 361.1 ps Reaction : e_aq^-1 (-4653) + H3O^1 (-7005) -> H^0 (-12058) -At time : 361.1 ps Reaction : OH^0 (-6416) + OH^0 (-6418) -> H2O2^0 (-12059) -At time : 361.1 ps Reaction : H3O^1 (-6871) + OH^-1 (-12001) -> No product -At time : 371.1 ps Reaction : H^0 (-10251) + OH^0 (-11110) -> No product -At time : 371.1 ps Reaction : H^0 (-10433) + OH^0 (-11095) -> No product -At time : 371.1 ps Reaction : H^0 (-9958) + OH^0 (-10829) -> No product -At time : 371.1 ps Reaction : OH^0 (-10144) + OH^0 (-10150) -> H2O2^0 (-12060) -At time : 371.1 ps Reaction : H^0 (-10096) + H^0 (-10108) -> H_2^0 (-12061) -At time : 371.1 ps Reaction : H^0 (-10017) + OH^0 (-6002) -> No product -At time : 371.1 ps Reaction : H3O^1 (-9936) + e_aq^-1 (-2073) -> H^0 (-12062) -At time : 371.1 ps Reaction : OH^0 (-6024) + OH^0 (-7012) -> H2O2^0 (-12063) -At time : 371.1 ps Reaction : e_aq^-1 (-921) + H3O^1 (-5859) -> H^0 (-12064) -At time : 371.1 ps Reaction : OH^0 (-9426) + OH^0 (-7088) -> H2O2^0 (-12065) -At time : 371.1 ps Reaction : e_aq^-1 (-1623) + H3O^1 (-6903) -> H^0 (-12066) -At time : 381.1 ps Reaction : e_aq^-1 (-4002) + H3O^1 (-9849) -> H^0 (-12067) -At time : 381.1 ps Reaction : H^0 (-9378) + OH^0 (-8916) -> No product -At time : 381.1 ps Reaction : H^0 (-9155) + OH^0 (-7676) -> No product -At time : 381.1 ps Reaction : OH^0 (-9137) + OH^0 (-8332) -> H2O2^0 (-12068) -At time : 381.1 ps Reaction : H^0 (-9102) + OH^0 (-6242) -> No product -At time : 381.1 ps Reaction : e_aq^-1 (-1859) + H3O^1 (-7909) -> H^0 (-12069) -At time : 381.1 ps Reaction : e_aq^-1 (-4728) + e_aq^-1 (-4698) -> OH^-1 (-12070) + OH^-1 (-12071) + H_2^0 (-12072) -At time : 391.1 ps Reaction : OH^0 (-10776) + OH^0 (-5960) -> H2O2^0 (-12073) -At time : 391.1 ps Reaction : H^0 (-10368) + OH^0 (-6104) -> No product -At time : 391.1 ps Reaction : e_aq^-1 (-5333) + H3O^1 (-10291) -> H^0 (-12074) -At time : 391.1 ps Reaction : OH^0 (-10180) + OH^0 (-6050) -> H2O2^0 (-12075) -At time : 391.1 ps Reaction : OH^0 (-9210) + OH^0 (-6434) -> H2O2^0 (-12076) -At time : 391.1 ps Reaction : OH^0 (-7776) + H^0 (-8986) -> No product -At time : 391.1 ps Reaction : e_aq^-1 (-3468) + OH^0 (-7680) -> OH^-1 (-12077) -At time : 391.1 ps Reaction : e_aq^-1 (-4477) + OH^0 (-6186) -> OH^-1 (-12078) -At time : 401.1 ps Reaction : OH^0 (-10795) + H^0 (-12032) -> No product -At time : 401.1 ps Reaction : H^0 (-12004) + OH^0 (-7346) -> No product -At time : 401.1 ps Reaction : OH^0 (-11354) + OH^0 (-7384) -> H2O2^0 (-12079) -At time : 401.1 ps Reaction : OH^0 (-9898) + OH^0 (-8342) -> H2O2^0 (-12080) -At time : 401.1 ps Reaction : e_aq^-1 (-8350) + OH^0 (-9003) -> OH^-1 (-12081) -At time : 401.1 ps Reaction : H3O^1 (-8085) + e_aq^-1 (-8866) -> H^0 (-12082) -At time : 401.1 ps Reaction : e_aq^-1 (-1351) + OH^0 (-8831) -> OH^-1 (-12083) -At time : 401.1 ps Reaction : e_aq^-1 (-1515) + OH^0 (-6936) -> OH^-1 (-12084) -At time : 401.1 ps Reaction : e_aq^-1 (-2677) + H3O^1 (-6531) -> H^0 (-12085) -At time : 401.1 ps Reaction : e_aq^-1 (-3551) + H3O^1 (-6269) -> H^0 (-12086) -At time : 401.1 ps Reaction : OH^-1 (-5744) + H3O^1 (-6017) -> No product -At time : 401.1 ps Reaction : H3O^1 (-6971) + OH^-1 (-12083) -> No product -At time : 401.1 ps Reaction : OH^0 (-10913) + e_aq^-1 (-1560) -> OH^-1 (-12087) -At time : 411.1 ps Reaction : OH^0 (-11112) + OH^0 (-10420) -> H2O2^0 (-12088) -At time : 411.1 ps Reaction : OH^0 (-11021) + OH^0 (-8086) -> H2O2^0 (-12089) -At time : 411.1 ps Reaction : H^0 (-10847) + e_aq^-1 (-4311) -> OH^-1 (-12090) + H_2^0 (-12091) -At time : 411.1 ps Reaction : H^0 (-10676) + e_aq^-1 (-3136) -> OH^-1 (-12092) + H_2^0 (-12093) -At time : 411.1 ps Reaction : OH^0 (-10546) + OH^0 (-5870) -> H2O2^0 (-12094) -At time : 411.1 ps Reaction : OH^0 (-10483) + OH^0 (-10163) -> H2O2^0 (-12095) -At time : 411.1 ps Reaction : OH^0 (-9734) + OH^0 (-9736) -> H2O2^0 (-12096) -At time : 411.1 ps Reaction : H3O^1 (-7431) + e_aq^-1 (-8338) -> H^0 (-12097) -At time : 411.1 ps Reaction : OH^0 (-7508) + OH^0 (-8064) -> H2O2^0 (-12098) -At time : 411.1 ps Reaction : e_aq^-1 (-3147) + OH^0 (-6292) -> OH^-1 (-12099) -At time : 411.1 ps Reaction : H3O^1 (-5869) + OH^-1 (-12090) -> No product -At time : 421.1 ps Reaction : H3O^1 (-7361) + OH^-1 (-12056) -> No product -At time : 421.1 ps Reaction : H3O^1 (-11145) + OH^-1 (-11905) -> No product -At time : 421.1 ps Reaction : OH^0 (-10414) + OH^0 (-7242) -> H2O2^0 (-12100) -At time : 421.1 ps Reaction : OH^0 (-10334) + OH^0 (-7382) -> H2O2^0 (-12101) -At time : 421.1 ps Reaction : OH^0 (-10276) + OH^0 (-8224) -> H2O2^0 (-12102) -At time : 421.1 ps Reaction : OH^0 (-10158) + OH^0 (-8048) -> H2O2^0 (-12103) -At time : 421.1 ps Reaction : OH^0 (-9867) + OH^0 (-7632) -> H2O2^0 (-12104) -At time : 421.1 ps Reaction : OH^0 (-9181) + OH^0 (-6302) -> H2O2^0 (-12105) -At time : 421.1 ps Reaction : OH^0 (-6670) + OH^0 (-7824) -> H2O2^0 (-12106) -At time : 421.1 ps Reaction : e_aq^-1 (-875) + OH^0 (-7138) -> OH^-1 (-12107) -At time : 421.1 ps Reaction : OH^0 (-7014) + OH^0 (-7016) -> H2O2^0 (-12108) -At time : 421.1 ps Reaction : OH^0 (-11184) + OH^0 (-7352) -> H2O2^0 (-12109) -At time : 421.1 ps Reaction : OH^-1 (-5717) + H3O^1 (-7349) -> No product -At time : 431.1 ps Reaction : OH^-1 (-11917) + H3O^1 (-7291) -> No product -At time : 431.1 ps Reaction : OH^0 (-10758) + OH^0 (-7830) -> H2O2^0 (-12110) -At time : 431.1 ps Reaction : OH^0 (-10522) + e_aq^-1 (-4469) -> OH^-1 (-12111) -At time : 431.1 ps Reaction : OH^0 (-9220) + OH^0 (-6516) -> H2O2^0 (-12112) -At time : 431.1 ps Reaction : e_aq^-1 (-5690) + H3O^1 (-8409) -> H^0 (-12113) -At time : 431.1 ps Reaction : e_aq^-1 (-529) + OH^0 (-8184) -> OH^-1 (-12114) -At time : 431.1 ps Reaction : OH^0 (-5787) + OH^0 (-7644) -> H2O2^0 (-12115) -At time : 441.1 ps Reaction : e_aq^-1 (-4303) + H3O^1 (-10848) -> H^0 (-12116) -At time : 441.1 ps Reaction : e_aq^-1 (-4473) + H^0 (-10031) -> OH^-1 (-12117) + H_2^0 (-12118) -At time : 441.1 ps Reaction : OH^0 (-9657) + e_aq^-1 (-3712) -> OH^-1 (-12119) -At time : 441.1 ps Reaction : OH^0 (-9637) + e_aq^-1 (-2876) -> OH^-1 (-12120) -At time : 441.1 ps Reaction : OH^0 (-7558) + e_aq^-1 (-8677) -> OH^-1 (-12121) -At time : 441.1 ps Reaction : e_aq^-1 (-900) + H3O^1 (-8439) -> H^0 (-12122) -At time : 441.1 ps Reaction : OH^0 (-6876) + OH^0 (-7592) -> H2O2^0 (-12123) -At time : 441.1 ps Reaction : e_aq^-1 (-4542) + H3O^1 (-6013) -> H^0 (-12124) -At time : 451.1 ps Reaction : H3O^1 (-7141) + OH^-1 (-12107) -> No product -At time : 451.1 ps Reaction : OH^0 (-11148) + OH^0 (-9372) -> H2O2^0 (-12125) -At time : 451.1 ps Reaction : H^0 (-10484) + OH^0 (-11004) -> No product -At time : 451.1 ps Reaction : OH^0 (-10762) + H^0 (-9016) -> No product -At time : 451.1 ps Reaction : OH^0 (-10193) + OH^0 (-7498) -> H2O2^0 (-12126) -At time : 451.1 ps Reaction : OH^0 (-10026) + e_aq^-1 (-8815) -> OH^-1 (-12127) -At time : 451.1 ps Reaction : e_aq^-1 (-5241) + H3O^1 (-8898) -> H^0 (-12128) -At time : 451.1 ps Reaction : OH^0 (-6128) + e_aq^-1 (-8473) -> OH^-1 (-12129) -At time : 461.1 ps Reaction : OH^-1 (-12127) + H3O^1 (-8421) -> No product -At time : 461.1 ps Reaction : H3O^1 (-6141) + OH^-1 (-12114) -> No product -At time : 461.1 ps Reaction : OH^-1 (-12111) + H3O^1 (-6937) -> No product -At time : 461.1 ps Reaction : H^0 (-10383) + OH^0 (-7428) -> No product -At time : 461.1 ps Reaction : H^0 (-10167) + OH^0 (-6156) -> No product -At time : 461.1 ps Reaction : OH^0 (-9952) + H^0 (-9954) -> No product -At time : 461.1 ps Reaction : OH^0 (-9938) + OH^0 (-9940) -> H2O2^0 (-12130) -At time : 461.1 ps Reaction : e_aq^-1 (-3481) + OH^0 (-9480) -> OH^-1 (-12131) -At time : 461.1 ps Reaction : H3O^1 (-6485) + e_aq^-1 (-8542) -> H^0 (-12132) -At time : 461.1 ps Reaction : H3O^1 (-5873) + OH^-1 (-12131) -> No product -At time : 471.1 ps Reaction : OH^-1 (-11963) + H3O^1 (-6335) -> No product -At time : 471.1 ps Reaction : OH^0 (-10985) + OH^0 (-10133) -> H2O2^0 (-12133) -At time : 471.1 ps Reaction : OH^0 (-10763) + OH^0 (-6672) -> H2O2^0 (-12134) -At time : 471.1 ps Reaction : e_aq^-1 (-3958) + H3O^1 (-10755) -> H^0 (-12135) -At time : 471.1 ps Reaction : OH^0 (-10471) + OH^0 (-7112) -> H2O2^0 (-12136) -At time : 471.1 ps Reaction : e_aq^-1 (-5081) + H3O^1 (-8109) -> H^0 (-12137) -At time : 471.1 ps Reaction : e_aq^-1 (-3143) + OH^0 (-6298) -> OH^-1 (-12138) -At time : 481.1 ps Reaction : H^0 (-11753) + OH^0 (-6164) -> No product -At time : 481.1 ps Reaction : OH^0 (-10279) + OH^0 (-8222) -> H2O2^0 (-12139) -At time : 481.1 ps Reaction : e_aq^-1 (-1917) + H^0 (-8970) -> OH^-1 (-12140) + H_2^0 (-12141) -At time : 481.1 ps Reaction : H^0 (-11284) + H^0 (-10044) -> H_2^0 (-12142) -At time : 491.1 ps Reaction : H^0 (-12045) + OH^0 (-8735) -> No product -At time : 491.1 ps Reaction : OH^-1 (-11982) + H3O^1 (-7937) -> No product -At time : 491.1 ps Reaction : H^0 (-10468) + OH^0 (-7120) -> No product -At time : 491.1 ps Reaction : OH^0 (-9631) + e_aq^-1 (-3673) -> OH^-1 (-12143) -At time : 491.1 ps Reaction : e_aq^-1 (-5653) + OH^0 (-8933) -> OH^-1 (-12144) -At time : 491.1 ps Reaction : H3O^1 (-6469) + e_aq^-1 (-8767) -> H^0 (-12145) -At time : 491.1 ps Reaction : e_aq^-1 (-606) + H3O^1 (-8163) -> H^0 (-12146) -At time : 491.1 ps Reaction : e_aq^-1 (-4795) + H3O^1 (-7053) -> H^0 (-12147) -At time : 491.1 ps Reaction : OH^0 (-10657) + OH^0 (-7700) -> H2O2^0 (-12148) -At time : 491.1 ps Reaction : OH^0 (-10246) + OH^0 (-7216) -> H2O2^0 (-12149) -At time : 501.1 ps Reaction : H^0 (-10247) + H^0 (-10260) -> H_2^0 (-12150) -At time : 501.1 ps Reaction : e_aq^-1 (-3113) + OH^0 (-8714) -> OH^-1 (-12151) -At time : 501.1 ps Reaction : e_aq^-1 (-4453) + OH^0 (-8561) -> OH^-1 (-12152) -At time : 501.1 ps Reaction : e_aq^-1 (-3314) + H3O^1 (-6229) -> H^0 (-12153) -At time : 501.1 ps Reaction : e_aq^-1 (-4346) + OH^0 (-5793) -> OH^-1 (-12154) -At time : 501.1 ps Reaction : e_aq^-1 (-924) + e_aq^-1 (-4972) -> OH^-1 (-12155) + OH^-1 (-12156) + H_2^0 (-12157) -At time : 501.1 ps Reaction : OH^-1 (-12039) + H3O^1 (-8015) -> No product -At time : 501.1 ps Reaction : OH^0 (-10303) + OH^0 (-8639) -> H2O2^0 (-12158) -At time : 511.1 ps Reaction : OH^-1 (-12151) + H3O^1 (-6307) -> No product -At time : 511.1 ps Reaction : OH^-1 (-12140) + H3O^1 (-7897) -> No product -At time : 511.1 ps Reaction : OH^-1 (-12042) + H3O^1 (-8051) -> No product -At time : 511.1 ps Reaction : OH^-1 (-11871) + H3O^1 (-9729) -> No product -At time : 511.1 ps Reaction : OH^0 (-10600) + OH^0 (-6660) -> H2O2^0 (-12159) -At time : 511.1 ps Reaction : OH^0 (-7468) + OH^0 (-8166) -> H2O2^0 (-12160) -At time : 511.1 ps Reaction : OH^0 (-9896) + OH^0 (-5972) -> H2O2^0 (-12161) -At time : 521.1 ps Reaction : H^0 (-10494) + OH^0 (-6166) -> No product -At time : 521.1 ps Reaction : H^0 (-9182) + e_aq^-1 (-3117) -> OH^-1 (-12162) + H_2^0 (-12163) -At time : 521.1 ps Reaction : e_aq^-1 (-26) + OH^0 (-8405) -> OH^-1 (-12164) -At time : 521.1 ps Reaction : e_aq^-1 (-2856) + H3O^1 (-6433) -> H^0 (-12165) -At time : 521.1 ps Reaction : OH^0 (-9117) + OH^0 (-9979) -> H2O2^0 (-12166) -At time : 531.1 ps Reaction : H^0 (-11005) + OH^0 (-7512) -> No product -At time : 531.1 ps Reaction : H^0 (-9430) + e_aq^-1 (-8569) -> OH^-1 (-12167) + H_2^0 (-12168) -At time : 531.1 ps Reaction : e_aq^-1 (-5106) + OH^0 (-8450) -> OH^-1 (-12169) -At time : 531.1 ps Reaction : OH^0 (-7284) + e_aq^-1 (-8335) -> OH^-1 (-12170) -At time : 531.1 ps Reaction : OH^-1 (-12070) + H3O^1 (-7015) -> No product -At time : 541.1 ps Reaction : OH^-1 (-12117) + H3O^1 (-6929) -> No product -At time : 541.1 ps Reaction : H2O2^0 (-11391) + e_aq^-1 (-4218) -> OH^-1 (-12171) + OH^0 (-12172) -At time : 541.1 ps Reaction : OH^0 (-10886) + OH^0 (-7584) -> H2O2^0 (-12173) -At time : 541.1 ps Reaction : OH^0 (-10491) + OH^0 (-7056) -> H2O2^0 (-12174) -At time : 541.1 ps Reaction : OH^0 (-10418) + OH^0 (-9409) -> H2O2^0 (-12175) -At time : 541.1 ps Reaction : OH^0 (-9307) + H^0 (-9428) -> No product -At time : 541.1 ps Reaction : e_aq^-1 (-765) + H3O^1 (-8448) -> H^0 (-12176) -At time : 541.1 ps Reaction : OH^0 (-7552) + OH^0 (-8339) -> H2O2^0 (-12177) -At time : 541.1 ps Reaction : OH^0 (-6432) + OH^0 (-7756) -> H2O2^0 (-12178) -At time : 551.1 ps Reaction : OH^-1 (-12144) + H3O^1 (-8323) -> No product -At time : 551.1 ps Reaction : OH^0 (-10800) + OH^0 (-6776) -> H2O2^0 (-12179) -At time : 551.1 ps Reaction : OH^0 (-10169) + OH^0 (-7506) -> H2O2^0 (-12180) -At time : 551.1 ps Reaction : OH^0 (-9907) + OH^0 (-5760) -> H2O2^0 (-12181) -At time : 551.1 ps Reaction : OH^0 (-6372) + OH^0 (-7736) -> H2O2^0 (-12182) -At time : 551.1 ps Reaction : OH^0 (-9347) + OH^0 (-7458) -> H2O2^0 (-12183) -At time : 561.1 ps Reaction : e_aq^-1 (-4245) + OH^0 (-10822) -> OH^-1 (-12184) -At time : 561.1 ps Reaction : H3O^1 (-10576) + e_aq^-1 (-4113) -> H^0 (-12185) -At time : 561.1 ps Reaction : H^0 (-9960) + OH^0 (-9966) -> No product -At time : 561.1 ps Reaction : OH^0 (-9552) + OH^0 (-6296) -> H2O2^0 (-12186) -At time : 561.1 ps Reaction : e_aq^-1 (-3807) + H^0 (-8982) -> OH^-1 (-12187) + H_2^0 (-12188) -At time : 561.1 ps Reaction : OH^0 (-7410) + e_aq^-1 (-8596) -> OH^-1 (-12189) -At time : 561.1 ps Reaction : OH^0 (-9039) + H^0 (-9040) -> No product -At time : 571.1 ps Reaction : H^0 (-11806) + OH^0 (-8092) -> No product -At time : 571.1 ps Reaction : H2O2^0 (-11777) + e_aq^-1 (-4856) -> OH^-1 (-12190) + OH^0 (-12191) -At time : 571.1 ps Reaction : OH^0 (-10810) + OH^0 (-8546) -> H2O2^0 (-12192) -At time : 571.1 ps Reaction : H^0 (-10090) + OH^0 (-8426) -> No product -At time : 571.1 ps Reaction : H^0 (-9239) + OH^0 (-6680) -> No product -At time : 571.1 ps Reaction : e_aq^-1 (-4049) + H3O^1 (-7859) -> H^0 (-12193) -At time : 571.1 ps Reaction : e_aq^-1 (-4373) + OH^0 (-10001) -> OH^-1 (-12194) -At time : 581.1 ps Reaction : OH^-1 (-12121) + H3O^1 (-8424) -> No product -At time : 581.1 ps Reaction : H3O^1 (-6913) + OH^-1 (-11414) -> No product -At time : 581.1 ps Reaction : OH^0 (-10625) + e_aq^-1 (-3455) -> OH^-1 (-12195) -At time : 581.1 ps Reaction : H3O^1 (-10510) + e_aq^-1 (-4657) -> H^0 (-12196) -At time : 581.1 ps Reaction : H^0 (-10478) + OH^0 (-8855) -> No product -At time : 581.1 ps Reaction : OH^0 (-9853) + OH^0 (-6714) -> H2O2^0 (-12197) -At time : 581.1 ps Reaction : OH^0 (-9845) + OH^0 (-9249) -> H2O2^0 (-12198) -At time : 581.1 ps Reaction : OH^0 (-7440) + H^0 (-8944) -> No product -At time : 581.1 ps Reaction : OH^0 (-5816) + OH^0 (-8304) -> H2O2^0 (-12199) -At time : 591.1 ps Reaction : H^0 (-11192) + H^0 (-11981) -> H_2^0 (-12200) -At time : 591.1 ps Reaction : OH^0 (-11134) + OH^0 (-9368) -> H2O2^0 (-12201) -At time : 591.1 ps Reaction : H^0 (-10327) + OH^0 (-7344) -> No product -At time : 591.1 ps Reaction : OH^0 (-10094) + OH^0 (-7000) -> H2O2^0 (-12202) -At time : 591.1 ps Reaction : e_aq^-1 (-3189) + H^0 (-9526) -> OH^-1 (-12203) + H_2^0 (-12204) -At time : 591.1 ps Reaction : e_aq^-1 (-384) + H3O^1 (-8913) -> H^0 (-12205) -At time : 591.1 ps Reaction : e_aq^-1 (-3495) + H3O^1 (-8706) -> H^0 (-12206) -At time : 591.1 ps Reaction : H3O^1 (-11137) + e_aq^-1 (-8911) -> H^0 (-12207) -At time : 591.1 ps Reaction : e_aq^-1 (-5284) + OH^0 (-7450) -> OH^-1 (-12208) -At time : 591.1 ps Reaction : H3O^1 (-10408) + OH^-1 (-12208) -> No product -At time : 601.1 ps Reaction : H3O^1 (-6049) + OH^-1 (-12156) -> No product -At time : 601.1 ps Reaction : H^0 (-11214) + OH^0 (-6716) -> No product -At time : 611.1 ps Reaction : H3O^1 (-6089) + OH^-1 (-11904) -> No product -At time : 611.1 ps Reaction : OH^-1 (-11892) + H3O^1 (-8790) -> No product -At time : 611.1 ps Reaction : H^0 (-11829) + OH^0 (-7986) -> No product -At time : 611.1 ps Reaction : OH^0 (-10504) + OH^0 (-8024) -> H2O2^0 (-12209) -At time : 611.1 ps Reaction : H^0 (-9126) + OH^0 (-10138) -> No product -At time : 611.1 ps Reaction : e_aq^-1 (-4900) + H3O^1 (-7507) -> H^0 (-12210) -At time : 621.1 ps Reaction : OH^0 (-11132) + OH^0 (-11264) -> H2O2^0 (-12211) -At time : 621.1 ps Reaction : OH^0 (-10130) + OH^0 (-8022) -> H2O2^0 (-12212) -At time : 621.1 ps Reaction : H3O^1 (-10445) + OH^-1 (-12169) -> No product -At time : 631.1 ps Reaction : e_aq^-1 (-5675) + H^0 (-12113) -> OH^-1 (-12213) + H_2^0 (-12214) -At time : 631.1 ps Reaction : OH^0 (-11074) + e_aq^-1 (-5118) -> OH^-1 (-12215) -At time : 631.1 ps Reaction : H3O^1 (-11052) + e_aq^-1 (-5022) -> H^0 (-12216) -At time : 631.1 ps Reaction : OH^0 (-10564) + OH^0 (-8969) -> H2O2^0 (-12217) -At time : 631.1 ps Reaction : OH^0 (-10195) + OH^0 (-7148) -> H2O2^0 (-12218) -At time : 631.1 ps Reaction : e_aq^-1 (-5324) + H3O^1 (-8478) -> H^0 (-12219) -At time : 631.1 ps Reaction : OH^0 (-6642) + OH^0 (-7816) -> H2O2^0 (-12220) -At time : 631.1 ps Reaction : e_aq^-1 (-4622) + e_aq^-1 (-4629) -> OH^-1 (-12221) + OH^-1 (-12222) + H_2^0 (-12223) -At time : 631.1 ps Reaction : H3O^1 (-6887) + OH^-1 (-12194) -> No product -At time : 641.1 ps Reaction : OH^0 (-11161) + e_aq^-1 (-8470) -> OH^-1 (-12224) -At time : 641.1 ps Reaction : OH^0 (-11122) + OH^0 (-10405) -> H2O2^0 (-12225) -At time : 641.1 ps Reaction : e_aq^-1 (-4203) + H3O^1 (-10819) -> H^0 (-12226) -At time : 641.1 ps Reaction : OH^0 (-10647) + H^0 (-9496) -> No product -At time : 641.1 ps Reaction : OH^0 (-7144) + OH^0 (-8100) -> H2O2^0 (-12227) -At time : 641.1 ps Reaction : e_aq^-1 (-3124) + e_aq^-1 (-3569) -> OH^-1 (-12228) + OH^-1 (-12229) + H_2^0 (-12230) -At time : 651.1 ps Reaction : H^0 (-10943) + e_aq^-1 (-1377) -> OH^-1 (-12231) + H_2^0 (-12232) -At time : 651.1 ps Reaction : H^0 (-10783) + OH^0 (-6722) -> No product -At time : 651.1 ps Reaction : e_aq^-1 (-5368) + H3O^1 (-10297) -> H^0 (-12233) -At time : 651.1 ps Reaction : OH^0 (-9763) + OH^0 (-6606) -> H2O2^0 (-12234) -At time : 651.1 ps Reaction : OH^0 (-7556) + e_aq^-1 (-8833) -> OH^-1 (-12235) -At time : 651.1 ps Reaction : e_aq^-1 (-723) + H3O^1 (-7175) -> H^0 (-12236) -At time : 651.1 ps Reaction : e_aq^-1 (-2434) + H3O^1 (-6639) -> H^0 (-12237) -At time : 661.1 ps Reaction : H3O^1 (-7509) + OH^-1 (-12190) -> No product -At time : 661.1 ps Reaction : OH^0 (-11304) + OH^0 (-7788) -> H2O2^0 (-12238) -At time : 661.1 ps Reaction : OH^0 (-9903) + OH^0 (-10575) -> H2O2^0 (-12239) -At time : 661.1 ps Reaction : OH^0 (-10473) + e_aq^-1 (-8860) -> OH^-1 (-12240) -At time : 661.1 ps Reaction : H^0 (-10362) + OH^0 (-7338) -> No product -At time : 661.1 ps Reaction : OH^0 (-7096) + OH^0 (-7098) -> H2O2^0 (-12241) -At time : 661.1 ps Reaction : e_aq^-1 (-5474) + OH^0 (-6102) -> OH^-1 (-12242) -At time : 661.1 ps Reaction : e_aq^-1 (-2542) + OH^0 (-5926) -> OH^-1 (-12243) -At time : 661.1 ps Reaction : OH^0 (-9513) + OH^0 (-7702) -> H2O2^0 (-12244) -At time : 671.1 ps Reaction : OH^-1 (-12240) + H3O^1 (-8087) -> No product -At time : 671.1 ps Reaction : OH^-1 (-12231) + H3O^1 (-6977) -> No product -At time : 671.1 ps Reaction : H3O^1 (-11229) + OH^-1 (-12087) -> No product -At time : 671.1 ps Reaction : OH^0 (-11320) + OH^0 (-6982) -> H2O2^0 (-12245) -At time : 671.1 ps Reaction : H3O^1 (-11047) + e_aq^-1 (-8443) -> H^0 (-12246) -At time : 671.1 ps Reaction : OH^0 (-10221) + OH^0 (-8649) -> H2O2^0 (-12247) -At time : 671.1 ps Reaction : e_aq^-1 (-3997) + H3O^1 (-9832) -> H^0 (-12248) -At time : 671.1 ps Reaction : OH^0 (-9515) + e_aq^-1 (-3542) -> OH^-1 (-12249) -At time : 671.1 ps Reaction : H3O^1 (-6537) + e_aq^-1 (-8347) -> H^0 (-12250) -At time : 671.1 ps Reaction : e_aq^-1 (-488) + OH^0 (-7254) -> OH^-1 (-12251) -At time : 671.1 ps Reaction : e_aq^-1 (-5611) + OH^0 (-5715) -> OH^-1 (-12252) -At time : 671.1 ps Reaction : e_aq^-1 (-5055) + e_aq^-1 (-5057) -> OH^-1 (-12253) + OH^-1 (-12254) + H_2^0 (-12255) -At time : 681.1 ps Reaction : H3O^1 (-6061) + OH^-1 (-12254) -> No product -At time : 681.1 ps Reaction : OH^0 (-9758) + H^0 (-9744) -> No product -At time : 681.1 ps Reaction : OH^0 (-9717) + OH^0 (-7782) -> H2O2^0 (-12256) -At time : 681.1 ps Reaction : OH^0 (-6944) + OH^0 (-9055) -> H2O2^0 (-12257) -At time : 681.1 ps Reaction : OH^0 (-5942) + OH^0 (-7654) -> H2O2^0 (-12258) -At time : 691.1 ps Reaction : OH^-1 (-12195) + H3O^1 (-6213) -> No product -At time : 691.1 ps Reaction : H3O^1 (-7313) + OH^-1 (-12189) -> No product -At time : 691.1 ps Reaction : H^0 (-12038) + e_aq^-1 (-3065) -> OH^-1 (-12259) + H_2^0 (-12260) -At time : 701.1 ps Reaction : OH^-1 (-12162) + H3O^1 (-7721) -> No product -At time : 701.1 ps Reaction : H^0 (-10731) + OH^0 (-10737) -> No product -At time : 701.1 ps Reaction : OH^0 (-10672) + H^0 (-9538) -> No product -At time : 701.1 ps Reaction : e_aq^-1 (-5404) + H3O^1 (-8631) -> H^0 (-12261) -At time : 701.1 ps Reaction : OH^0 (-6690) + OH^0 (-7838) -> H2O2^0 (-12262) -At time : 701.1 ps Reaction : e_aq^-1 (-483) + H3O^1 (-7255) -> H^0 (-12263) -At time : 701.1 ps Reaction : OH^0 (-6520) + OH^0 (-6528) -> H2O2^0 (-12264) -At time : 711.1 ps Reaction : OH^-1 (-12187) + H3O^1 (-7791) -> No product -At time : 711.1 ps Reaction : OH^0 (-10604) + e_aq^-1 (-2464) -> OH^-1 (-12265) -At time : 711.1 ps Reaction : H3O^1 (-10559) + e_aq^-1 (-4232) -> H^0 (-12266) -At time : 711.1 ps Reaction : OH^0 (-9083) + H^0 (-9084) -> No product -At time : 711.1 ps Reaction : e_aq^-1 (-4180) + H3O^1 (-8550) -> H^0 (-12267) -At time : 711.1 ps Reaction : e_aq^-1 (-1333) + H3O^1 (-6995) -> H^0 (-12268) -At time : 711.1 ps Reaction : e_aq^-1 (-5627) + e_aq^-1 (-5608) -> OH^-1 (-12269) + OH^-1 (-12270) + H_2^0 (-12271) -At time : 721.1 ps Reaction : H3O^1 (-10682) + OH^-1 (-12259) -> No product -At time : 721.1 ps Reaction : OH^-1 (-12184) + H3O^1 (-7903) -> No product -At time : 721.1 ps Reaction : OH^0 (-11130) + OH^0 (-11265) -> H2O2^0 (-12272) -At time : 721.1 ps Reaction : OH^0 (-9993) + OH^0 (-10867) -> H2O2^0 (-12273) -At time : 721.1 ps Reaction : H^0 (-10533) + OH^0 (-10019) -> No product -At time : 721.1 ps Reaction : OH^0 (-6662) + OH^0 (-8351) -> H2O2^0 (-12274) -At time : 721.1 ps Reaction : e_aq^-1 (-3646) + e_aq^-1 (-2959) -> OH^-1 (-12275) + OH^-1 (-12276) + H_2^0 (-12277) -At time : 731.1 ps Reaction : H3O^1 (-10338) + OH^-1 (-12164) -> No product -At time : 731.1 ps Reaction : e_aq^-1 (-2739) + OH^0 (-10721) -> OH^-1 (-12278) -At time : 731.1 ps Reaction : OH^0 (-10573) + H^0 (-8974) -> No product -At time : 731.1 ps Reaction : H^0 (-9821) + OH^0 (-9815) -> No product -At time : 731.1 ps Reaction : e_aq^-1 (-1246) + OH^0 (-8666) -> OH^-1 (-12279) -At time : 731.1 ps Reaction : OH^0 (-6538) + OH^0 (-7660) -> H2O2^0 (-12280) -At time : 731.1 ps Reaction : e_aq^-1 (-828) + OH^0 (-7486) -> OH^-1 (-12281) -At time : 731.1 ps Reaction : OH^0 (-7248) + OH^0 (-7250) -> H2O2^0 (-12282) -At time : 731.1 ps Reaction : e_aq^-1 (-4603) + OH^0 (-8672) -> OH^-1 (-12283) -At time : 741.1 ps Reaction : OH^-1 (-12279) + H3O^1 (-6029) -> No product -At time : 741.1 ps Reaction : H3O^1 (-10954) + OH^-1 (-12071) -> No product -At time : 741.1 ps Reaction : H^0 (-11792) + OH^0 (-6028) -> No product -At time : 741.1 ps Reaction : H^0 (-11321) + e_aq^-1 (-4619) -> OH^-1 (-12284) + H_2^0 (-12285) -At time : 741.1 ps Reaction : e_aq^-1 (-4659) + OH^0 (-11273) -> OH^-1 (-12286) -At time : 741.1 ps Reaction : OH^0 (-10380) + OH^0 (-7278) -> H2O2^0 (-12287) -At time : 741.1 ps Reaction : OH^0 (-9381) + OH^0 (-8278) -> H2O2^0 (-12288) -At time : 741.1 ps Reaction : e_aq^-1 (-1432) + OH^0 (-8678) -> OH^-1 (-12289) -At time : 741.1 ps Reaction : OH^0 (-6368) + OH^0 (-7732) -> H2O2^0 (-12290) -At time : 751.1 ps Reaction : H3O^1 (-6955) + OH^-1 (-12289) -> No product -At time : 751.1 ps Reaction : OH^0 (-10411) + OH^0 (-8202) -> H2O2^0 (-12291) -At time : 751.1 ps Reaction : OH^0 (-10184) + OH^0 (-8088) -> H2O2^0 (-12292) -At time : 751.1 ps Reaction : e_aq^-1 (-951) + OH^0 (-10146) -> OH^-1 (-12293) -At time : 751.1 ps Reaction : OH^0 (-9905) + OH^0 (-7882) -> H2O2^0 (-12294) -At time : 751.1 ps Reaction : OH^0 (-9465) + e_aq^-1 (-3459) -> OH^-1 (-12295) -At time : 751.1 ps Reaction : e_aq^-1 (-4269) + OH^0 (-8798) -> OH^-1 (-12296) -At time : 751.1 ps Reaction : e_aq^-1 (-5205) + OH^0 (-8196) -> OH^-1 (-12297) -At time : 751.1 ps Reaction : OH^0 (-7522) + OH^0 (-7528) -> H2O2^0 (-12298) -At time : 751.1 ps Reaction : e_aq^-1 (-5026) + H3O^1 (-7151) -> H^0 (-12299) -At time : 751.1 ps Reaction : OH^0 (-6038) + OH^0 (-7078) -> H2O2^0 (-12300) -At time : 751.1 ps Reaction : e_aq^-1 (-1705) + H3O^1 (-6191) -> H^0 (-12301) -At time : 761.1 ps Reaction : H3O^1 (-10623) + OH^-1 (-12295) -> No product -At time : 761.1 ps Reaction : OH^-1 (-12119) + H3O^1 (-6457) -> No product -At time : 761.1 ps Reaction : e_aq^-1 (-3641) + H2O2^0 (-11787) -> OH^-1 (-12302) + OH^0 (-12303) -At time : 761.1 ps Reaction : H^0 (-9980) + OH^0 (-10844) -> No product -At time : 761.1 ps Reaction : H3O^1 (-10688) + e_aq^-1 (-3013) -> H^0 (-12304) -At time : 761.1 ps Reaction : e_aq^-1 (-4784) + OH^0 (-8955) -> OH^-1 (-12305) -At time : 761.1 ps Reaction : OH^0 (-5769) + OH^0 (-8696) -> H2O2^0 (-12306) -At time : 761.1 ps Reaction : e_aq^-1 (-4717) + OH^0 (-8570) -> OH^-1 (-12307) -At time : 761.1 ps Reaction : e_aq^-1 (-97) + OH^0 (-7398) -> OH^-1 (-12308) -At time : 771.1 ps Reaction : OH^-1 (-12308) + H3O^1 (-8616) -> No product -At time : 771.1 ps Reaction : OH^-1 (-12253) + H3O^1 (-7181) -> No product -At time : 771.1 ps Reaction : OH^-1 (-11897) + H3O^1 (-6265) -> No product -At time : 771.1 ps Reaction : OH^0 (-10940) + e_aq^-1 (-1344) -> OH^-1 (-12309) -At time : 771.1 ps Reaction : OH^0 (-7414) + H^0 (-8942) -> No product -At time : 771.1 ps Reaction : OH^0 (-7574) + OH^0 (-7950) -> H2O2^0 (-12310) -At time : 771.1 ps Reaction : e_aq^-1 (-5076) + H3O^1 (-7469) -> H^0 (-12311) -At time : 771.1 ps Reaction : e_aq^-1 (-3160) + OH^0 (-6288) -> OH^-1 (-12312) -At time : 781.1 ps Reaction : H3O^1 (-6547) + OH^-1 (-12243) -> No product -At time : 781.1 ps Reaction : OH^0 (-10098) + H^0 (-11280) -> No product -At time : 781.1 ps Reaction : H^0 (-10413) + e_aq^-1 (-5214) -> OH^-1 (-12313) + H_2^0 (-12314) -At time : 781.1 ps Reaction : H^0 (-10171) + H^0 (-9416) -> H_2^0 (-12315) -At time : 781.1 ps Reaction : e_aq^-1 (-5173) + H3O^1 (-9344) -> H^0 (-12316) -At time : 781.1 ps Reaction : OH^0 (-7790) + OH^0 (-7792) -> H2O2^0 (-12317) -At time : 781.1 ps Reaction : e_aq^-1 (-1219) + H3O^1 (-7537) -> H^0 (-12318) -At time : 791.1 ps Reaction : OH^-1 (-12313) + H3O^1 (-7251) -> No product -At time : 791.1 ps Reaction : OH^-1 (-11909) + H3O^1 (-7429) -> No product -At time : 791.1 ps Reaction : OH^0 (-11327) + OH^0 (-7136) -> H2O2^0 (-12319) -At time : 791.1 ps Reaction : e_aq^-1 (-4055) + H3O^1 (-9866) -> H^0 (-12320) -At time : 791.1 ps Reaction : e_aq^-1 (-3899) + H3O^1 (-8517) -> H^0 (-12321) -At time : 791.1 ps Reaction : e_aq^-1 (-408) + H3O^1 (-7445) -> H^0 (-12322) -At time : 791.1 ps Reaction : OH^0 (-7070) + OH^0 (-7076) -> H2O2^0 (-12323) -At time : 791.1 ps Reaction : e_aq^-1 (-5350) + OH^0 (-7270) -> OH^-1 (-12324) -At time : 791.1 ps Reaction : H3O^1 (-10275) + OH^-1 (-12324) -> No product -At time : 801.1 ps Reaction : e_aq^-1 (-5561) + OH^0 (-11197) -> OH^-1 (-12325) -At time : 801.1 ps Reaction : H^0 (-11086) + OH^0 (-7212) -> No product -At time : 801.1 ps Reaction : e_aq^-1 (-2647) + H3O^1 (-10726) -> H^0 (-12326) -At time : 801.1 ps Reaction : OH^0 (-7380) + e_aq^-1 (-8407) -> OH^-1 (-12327) -At time : 801.1 ps Reaction : H3O^1 (-5815) + OH^-1 (-12325) -> No product -At time : 801.1 ps Reaction : H3O^1 (-6175) + OH^-1 (-12283) -> No product -At time : 801.1 ps Reaction : OH^0 (-9222) + OH^0 (-5922) -> H2O2^0 (-12328) -At time : 811.1 ps Reaction : OH^-1 (-12327) + H3O^1 (-8325) -> No product -At time : 811.1 ps Reaction : OH^-1 (-12302) + H3O^1 (-6395) -> No product -At time : 811.1 ps Reaction : H3O^1 (-7315) + OH^-1 (-12242) -> No product -At time : 811.1 ps Reaction : H3O^1 (-5839) + OH^-1 (-12078) -> No product -At time : 811.1 ps Reaction : e_aq^-1 (-4023) + H3O^1 (-10771) -> H^0 (-12329) -At time : 811.1 ps Reaction : H3O^1 (-9985) + e_aq^-1 (-4305) -> H^0 (-12330) -At time : 811.1 ps Reaction : e_aq^-1 (-4347) + OH^0 (-8807) -> OH^-1 (-12331) -At time : 811.1 ps Reaction : OH^0 (-7462) + OH^0 (-8178) -> H2O2^0 (-12332) -At time : 811.1 ps Reaction : e_aq^-1 (-2837) + OH^0 (-7766) -> OH^-1 (-12333) -At time : 811.1 ps Reaction : e_aq^-1 (-3565) + OH^0 (-7714) -> OH^-1 (-12334) -At time : 821.1 ps Reaction : OH^-1 (-12265) + H3O^1 (-7813) -> No product -At time : 821.1 ps Reaction : OH^-1 (-12251) + H3O^1 (-8191) -> No product -At time : 821.1 ps Reaction : OH^-1 (-12235) + H3O^1 (-7559) -> No product -At time : 821.1 ps Reaction : H^0 (-10991) + e_aq^-1 (-1080) -> OH^-1 (-12335) + H_2^0 (-12336) -At time : 821.1 ps Reaction : e_aq^-1 (-1953) + OH^0 (-9031) -> OH^-1 (-12337) -At time : 821.1 ps Reaction : e_aq^-1 (-4716) + OH^0 (-8663) -> OH^-1 (-12338) -At time : 821.1 ps Reaction : e_aq^-1 (-1062) + H3O^1 (-8580) -> H^0 (-12339) -At time : 821.1 ps Reaction : e_aq^-1 (-741) + H3O^1 (-8125) -> H^0 (-12340) -At time : 831.1 ps Reaction : H3O^1 (-6461) + OH^-1 (-12333) -> No product -At time : 831.1 ps Reaction : OH^0 (-10025) + H^0 (-9048) -> No product -At time : 831.1 ps Reaction : H^0 (-9176) + e_aq^-1 (-3227) -> OH^-1 (-12341) + H_2^0 (-12342) -At time : 831.1 ps Reaction : OH^-1 (-5810) + H3O^1 (-7341) -> No product -At time : 831.1 ps Reaction : H3O^1 (-10660) + OH^-1 (-12341) -> No product -At time : 831.1 ps Reaction : e_aq^-1 (-4767) + OH^0 (-8020) -> OH^-1 (-12343) -At time : 831.1 ps Reaction : H3O^1 (-7029) + OH^-1 (-12343) -> No product -At time : 841.1 ps Reaction : OH^0 (-9871) + H^0 (-11832) -> No product -At time : 841.1 ps Reaction : H2O2^0 (-11422) + e_aq^-1 (-8566) -> OH^-1 (-12344) + OH^0 (-12345) -At time : 841.1 ps Reaction : OH^0 (-6004) + OH^0 (-6006) -> H2O2^0 (-12346) -At time : 851.1 ps Reaction : OH^0 (-9269) + H^0 (-12266) -> No product -At time : 851.1 ps Reaction : OH^0 (-8558) + e_aq^-1 (-8800) -> OH^-1 (-12347) -At time : 851.1 ps Reaction : OH^0 (-6316) + OH^0 (-7724) -> H2O2^0 (-12348) -At time : 851.1 ps Reaction : OH^0 (-7200) + OH^0 (-7472) -> H2O2^0 (-12349) -At time : 851.1 ps Reaction : H3O^1 (-9615) + OH^-1 (-11831) -> No product -At time : 861.1 ps Reaction : H^0 (-12304) + e_aq^-1 (-8737) -> OH^-1 (-12350) + H_2^0 (-12351) -At time : 861.1 ps Reaction : e_aq^-1 (-4597) + H^0 (-8962) -> OH^-1 (-12352) + H_2^0 (-12353) -At time : 861.1 ps Reaction : H3O^1 (-6923) + OH^-1 (-12344) -> No product -At time : 871.1 ps Reaction : OH^0 (-10361) + OH^0 (-8296) -> H2O2^0 (-12354) -At time : 871.1 ps Reaction : OH^0 (-10358) + H^0 (-8938) -> No product -At time : 871.1 ps Reaction : e_aq^-1 (-4443) + OH^0 (-8819) -> OH^-1 (-12355) -At time : 881.1 ps Reaction : H^0 (-12147) + H^0 (-8956) -> H_2^0 (-12356) -At time : 881.1 ps Reaction : OH^-1 (-12081) + H3O^1 (-5917) -> No product -At time : 881.1 ps Reaction : OH^0 (-10556) + OH^0 (-8789) -> H2O2^0 (-12357) -At time : 881.1 ps Reaction : H^0 (-9115) + OH^0 (-9021) -> No product -At time : 881.1 ps Reaction : H3O^1 (-7883) + e_aq^-1 (-8419) -> H^0 (-12358) -At time : 881.1 ps Reaction : e_aq^-1 (-4801) + H3O^1 (-8031) -> H^0 (-12359) -At time : 881.1 ps Reaction : OH^0 (-6602) + OH^0 (-7796) -> H2O2^0 (-12360) -At time : 881.1 ps Reaction : e_aq^-1 (-3536) + H3O^1 (-5887) -> H^0 (-12361) -At time : 891.1 ps Reaction : H3O^1 (-10980) + OH^-1 (-12338) -> No product -At time : 891.1 ps Reaction : H^0 (-12074) + OH^0 (-10401) -> No product -At time : 891.1 ps Reaction : e_aq^-1 (-5522) + H3O^1 (-8472) -> H^0 (-12362) -At time : 891.1 ps Reaction : e_aq^-1 (-4833) + OH^0 (-8046) -> OH^-1 (-12363) -At time : 901.1 ps Reaction : OH^0 (-10772) + e_aq^-1 (-4031) -> OH^-1 (-12364) -At time : 901.1 ps Reaction : e_aq^-1 (-5092) + H3O^1 (-7153) -> H^0 (-12365) -At time : 901.1 ps Reaction : H3O^1 (-5961) + OH^-1 (-12364) -> No product -At time : 911.1 ps Reaction : OH^-1 (-12350) + H3O^1 (-6371) -> No product -At time : 911.1 ps Reaction : H3O^1 (-7919) + OH^-1 (-12154) -> No product -At time : 911.1 ps Reaction : OH^0 (-10100) + OH^0 (-7002) -> H2O2^0 (-12366) -At time : 911.1 ps Reaction : OH^0 (-10070) + e_aq^-1 (-4614) -> OH^-1 (-12367) -At time : 911.1 ps Reaction : OH^0 (-9450) + OH^0 (-9446) -> H2O2^0 (-12368) -At time : 911.1 ps Reaction : e_aq^-1 (-4942) + H3O^1 (-8865) -> H^0 (-12369) -At time : 911.1 ps Reaction : e_aq^-1 (-5651) + e_aq^-1 (-5712) -> OH^-1 (-12370) + OH^-1 (-12371) + H_2^0 (-12372) -At time : 921.1 ps Reaction : OH^-1 (-12367) + H3O^1 (-8826) -> No product -At time : 921.1 ps Reaction : H^0 (-10376) + OH^0 (-7332) -> No product -At time : 921.1 ps Reaction : H3O^1 (-9861) + e_aq^-1 (-4044) -> H^0 (-12373) -At time : 921.1 ps Reaction : e_aq^-1 (-4316) + H3O^1 (-6859) -> H^0 (-12374) -At time : 921.1 ps Reaction : e_aq^-1 (-3820) + OH^0 (-5940) -> OH^-1 (-12375) -At time : 921.1 ps Reaction : e_aq^-1 (-457) + e_aq^-1 (-578) -> OH^-1 (-12376) + OH^-1 (-12377) + H_2^0 (-12378) -At time : 931.1 ps Reaction : H3O^1 (-10696) + OH^-1 (-12276) -> No product -At time : 931.1 ps Reaction : H^0 (-9393) + OH^0 (-7378) -> No product -At time : 931.1 ps Reaction : OH^0 (-8861) + OH^0 (-9075) -> H2O2^0 (-12379) -At time : 931.1 ps Reaction : OH^0 (-7324) + OH^0 (-8621) -> H2O2^0 (-12380) -At time : 931.1 ps Reaction : e_aq^-1 (-5157) + H3O^1 (-7187) -> H^0 (-12381) -At time : 931.1 ps Reaction : OH^0 (-7086) + OH^0 (-7092) -> H2O2^0 (-12382) -At time : 941.1 ps Reaction : H^0 (-12322) + OH^0 (-8480) -> No product -At time : 941.1 ps Reaction : H3O^1 (-10363) + e_aq^-1 (-5472) -> H^0 (-12383) -At time : 941.1 ps Reaction : OH^0 (-9567) + OH^0 (-6306) -> H2O2^0 (-12384) -At time : 941.1 ps Reaction : OH^0 (-5974) + OH^0 (-8543) -> H2O2^0 (-12385) -At time : 951.1 ps Reaction : H3O^1 (-10850) + OH^-1 (-12347) -> No product -At time : 951.1 ps Reaction : e_aq^-1 (-1561) + OH^0 (-7578) -> OH^-1 (-12386) -At time : 961.1 ps Reaction : OH^0 (-11323) + OH^0 (-8432) -> H2O2^0 (-12387) -At time : 961.1 ps Reaction : OH^0 (-9110) + e_aq^-1 (-2753) -> OH^-1 (-12388) -At time : 961.1 ps Reaction : OH^0 (-6196) + OH^0 (-7904) -> H2O2^0 (-12389) -At time : 961.1 ps Reaction : e_aq^-1 (-5010) + OH^0 (-7496) -> OH^-1 (-12390) -At time : 961.1 ps Reaction : OH^0 (-10182) + e_aq^-1 (-4968) -> OH^-1 (-12391) -At time : 961.1 ps Reaction : OH^-1 (-12391) + H3O^1 (-7503) -> No product -At time : 971.1 ps Reaction : H3O^1 (-7183) + OH^-1 (-12215) -> No product -At time : 971.1 ps Reaction : H^0 (-10472) + e_aq^-1 (-925) -> OH^-1 (-12392) + H_2^0 (-12393) -At time : 971.1 ps Reaction : OH^0 (-9684) + OH^0 (-7772) -> H2O2^0 (-12394) -At time : 971.1 ps Reaction : H^0 (-9531) + OH^0 (-5890) -> No product -At time : 971.1 ps Reaction : OH^0 (-9335) + OH^0 (-7182) -> H2O2^0 (-12395) -At time : 971.1 ps Reaction : e_aq^-1 (-4512) + OH^0 (-9288) -> OH^-1 (-12396) -At time : 971.1 ps Reaction : e_aq^-1 (-1593) + H^0 (-9038) -> OH^-1 (-12397) + H_2^0 (-12398) -At time : 971.1 ps Reaction : e_aq^-1 (-5111) + OH^0 (-8486) -> OH^-1 (-12399) -At time : 971.1 ps Reaction : e_aq^-1 (-1188) + H3O^1 (-8376) -> H^0 (-12400) -At time : 971.1 ps Reaction : e_aq^-1 (-4426) + H3O^1 (-7933) -> H^0 (-12401) -At time : 981.1 ps Reaction : H3O^1 (-6047) + OH^-1 (-12392) -> No product -At time : 981.1 ps Reaction : OH^0 (-9639) + OH^0 (-7748) -> H2O2^0 (-12402) -At time : 981.1 ps Reaction : e_aq^-1 (-4705) + H3O^1 (-8007) -> H^0 (-12403) -At time : 991.1 ps Reaction : e_aq^-1 (-3553) + H3O^1 (-9523) -> H^0 (-12404) -At time : 1.0011 ns Reaction : H3O^1 (-6921) + OH^-1 (-11838) -> No product -At time : 1.0011 ns Reaction : OH^-1 (-11568) + H3O^1 (-6997) -> No product -At time : 1.0011 ns Reaction : OH^0 (-11150) + OH^0 (-8254) -> H2O2^0 (-12405) -At time : 1.0011 ns Reaction : e_aq^-1 (-4413) + OH^0 (-7582) -> OH^-1 (-12406) -At time : 1.1011 ns Reaction : OH^-1 (-12352) + H3O^1 (-7985) -> No product -At time : 1.1011 ns Reaction : H3O^1 (-8245) + OH^-1 (-12170) -> No product -At time : 1.1011 ns Reaction : H3O^1 (-10465) + OH^-1 (-12155) -> No product -At time : 1.1011 ns Reaction : e_aq^-1 (-4040) + OH^0 (-11216) -> OH^-1 (-12407) -At time : 1.1011 ns Reaction : H^0 (-11212) + OH^0 (-6654) -> No product -At time : 1.1011 ns Reaction : OH^0 (-11108) + OH^0 (-7460) -> H2O2^0 (-12408) -At time : 1.1011 ns Reaction : H^0 (-10911) + OH^0 (-6906) -> No product -At time : 1.1011 ns Reaction : e_aq^-1 (-2151) + H3O^1 (-10804) -> H^0 (-12409) -At time : 1.1011 ns Reaction : H3O^1 (-10162) + e_aq^-1 (-4875) -> H^0 (-12410) -At time : 1.1011 ns Reaction : H^0 (-10073) + H^0 (-9141) -> H_2^0 (-12411) -At time : 1.1011 ns Reaction : OH^0 (-9892) + OH^0 (-6752) -> H2O2^0 (-12412) -At time : 1.1011 ns Reaction : e_aq^-1 (-2373) + H3O^1 (-9812) -> H^0 (-12413) -At time : 1.1011 ns Reaction : OH^0 (-9471) + e_aq^-1 (-3364) -> OH^-1 (-12414) -At time : 1.1011 ns Reaction : OH^0 (-9209) + OH^0 (-8753) -> H2O2^0 (-12415) -At time : 1.1011 ns Reaction : OH^0 (-9175) + OH^0 (-6262) -> H2O2^0 (-12416) -At time : 1.1011 ns Reaction : OH^0 (-9171) + OH^0 (-6250) -> H2O2^0 (-12417) -At time : 1.1011 ns Reaction : OH^0 (-7562) + OH^0 (-9059) -> H2O2^0 (-12418) -At time : 1.1011 ns Reaction : e_aq^-1 (-3499) + OH^0 (-8708) -> OH^-1 (-12419) -At time : 1.1011 ns Reaction : e_aq^-1 (-3178) + H3O^1 (-6285) -> H^0 (-12420) -At time : 1.1011 ns Reaction : e_aq^-1 (-4611) + e_aq^-1 (-1340) -> OH^-1 (-12421) + OH^-1 (-12422) + H_2^0 (-12423) -At time : 1.1011 ns Reaction : H3O^1 (-7973) + OH^-1 (-11704) -> No product -At time : 1.2011 ns Reaction : OH^-1 (-12371) + H3O^1 (-7375) -> No product -At time : 1.2011 ns Reaction : H^0 (-12326) + e_aq^-1 (-3763) -> OH^-1 (-12424) + H_2^0 (-12425) -At time : 1.2011 ns Reaction : H3O^1 (-5843) + OH^-1 (-12305) -> No product -At time : 1.2011 ns Reaction : OH^-1 (-12297) + H3O^1 (-8394) -> No product -At time : 1.2011 ns Reaction : H3O^1 (-9977) + OH^-1 (-12296) -> No product -At time : 1.2011 ns Reaction : OH^-1 (-11921) + H3O^1 (-7149) -> No product -At time : 1.2011 ns Reaction : H^0 (-11918) + OH^0 (-6096) -> No product -At time : 1.2011 ns Reaction : e_aq^-1 (-1604) + H2O2^0 (-11489) -> OH^-1 (-12426) + OH^0 (-12427) -At time : 1.2011 ns Reaction : OH^0 (-11334) + OH^0 (-7266) -> H2O2^0 (-12428) -At time : 1.2011 ns Reaction : H3O^1 (-11225) + e_aq^-1 (-4418) -> H^0 (-12429) -At time : 1.2011 ns Reaction : H^0 (-10957) + e_aq^-1 (-4641) -> OH^-1 (-12430) + H_2^0 (-12431) -At time : 1.2011 ns Reaction : H^0 (-10027) + OH^0 (-10896) -> No product -At time : 1.2011 ns Reaction : H^0 (-10841) + OH^0 (-7920) -> No product -At time : 1.2011 ns Reaction : OH^0 (-10825) + OH^0 (-10823) -> H2O2^0 (-12432) -At time : 1.2011 ns Reaction : H^0 (-9935) + OH^0 (-7612) -> No product -At time : 1.2011 ns Reaction : OH^0 (-6066) + H^0 (-9078) -> No product -At time : 1.2011 ns Reaction : OH^0 (-6574) + H^0 (-9010) -> No product -At time : 1.2011 ns Reaction : e_aq^-1 (-4186) + H3O^1 (-8418) -> H^0 (-12433) -At time : 1.2011 ns Reaction : e_aq^-1 (-4141) + H3O^1 (-6793) -> H^0 (-12434) -At time : 1.2011 ns Reaction : e_aq^-1 (-319) + H3O^1 (-6095) -> H^0 (-12435) -At time : 1.2011 ns Reaction : e_aq^-1 (-104) + e_aq^-1 (-5636) -> OH^-1 (-12436) + OH^-1 (-12437) + H_2^0 (-12438) -At time : 1.2011 ns Reaction : e_aq^-1 (-2893) + e_aq^-1 (-2924) -> OH^-1 (-12439) + OH^-1 (-12440) + H_2^0 (-12441) -At time : 1.2011 ns Reaction : e_aq^-1 (-1675) + OH^0 (-8801) -> OH^-1 (-12442) -At time : 1.2011 ns Reaction : e_aq^-1 (-4326) + OH^0 (-6892) -> OH^-1 (-12443) -At time : 1.3011 ns Reaction : H3O^1 (-11215) + OH^-1 (-12407) -> No product -At time : 1.3011 ns Reaction : OH^-1 (-12386) + H3O^1 (-7951) -> No product -At time : 1.3011 ns Reaction : OH^0 (-12303) + e_aq^-1 (-2930) -> OH^-1 (-12444) -At time : 1.3011 ns Reaction : OH^-1 (-12270) + H3O^1 (-8321) -> No product -At time : 1.3011 ns Reaction : H3O^1 (-6129) + OH^-1 (-12224) -> No product -At time : 1.3011 ns Reaction : OH^-1 (-12120) + H3O^1 (-8757) -> No product -At time : 1.3011 ns Reaction : e_aq^-1 (-5300) + H2O2^0 (-12102) -> OH^-1 (-12445) + OH^0 (-12446) -At time : 1.3011 ns Reaction : H3O^1 (-6289) + OH^-1 (-12099) -> No product -At time : 1.3011 ns Reaction : H3O^1 (-5817) + OH^-1 (-12017) -> No product -At time : 1.3011 ns Reaction : H^0 (-10527) + H^0 (-11891) -> H_2^0 (-12447) -At time : 1.3011 ns Reaction : H2O2^0 (-11778) + e_aq^-1 (-4799) -> OH^-1 (-12448) + OH^0 (-12449) -At time : 1.3011 ns Reaction : H2O2^0 (-11531) + e_aq^-1 (-3988) -> OH^-1 (-12450) + OH^0 (-12451) -At time : 1.3011 ns Reaction : H^0 (-10959) + OH^0 (-8961) -> No product -At time : 1.3011 ns Reaction : H^0 (-10917) + e_aq^-1 (-4499) -> OH^-1 (-12452) + H_2^0 (-12453) -At time : 1.3011 ns Reaction : OH^0 (-10599) + OH^0 (-6666) -> H2O2^0 (-12454) -At time : 1.3011 ns Reaction : OH^0 (-10500) + e_aq^-1 (-4797) -> OH^-1 (-12455) -At time : 1.3011 ns Reaction : OH^0 (-10086) + OH^0 (-7548) -> H2O2^0 (-12456) -At time : 1.3011 ns Reaction : H^0 (-9931) + OH^0 (-6806) -> No product -At time : 1.3011 ns Reaction : H^0 (-9728) + OH^0 (-5928) -> No product -At time : 1.3011 ns Reaction : H3O^1 (-9655) + e_aq^-1 (-2826) -> H^0 (-12457) -At time : 1.3011 ns Reaction : OH^0 (-5718) + OH^0 (-8935) -> H2O2^0 (-12458) -At time : 1.3011 ns Reaction : e_aq^-1 (-980) + H3O^1 (-8083) -> H^0 (-12459) -At time : 1.3011 ns Reaction : e_aq^-1 (-2698) + H3O^1 (-7771) -> H^0 (-12460) -At time : 1.3011 ns Reaction : e_aq^-1 (-2269) + H3O^1 (-7633) -> H^0 (-12461) -At time : 1.3011 ns Reaction : e_aq^-1 (-4229) + H3O^1 (-6821) -> H^0 (-12462) -At time : 1.3011 ns Reaction : OH^0 (-6442) + OH^0 (-6448) -> H2O2^0 (-12463) -At time : 1.3011 ns Reaction : e_aq^-1 (-4790) + e_aq^-1 (-4877) -> OH^-1 (-12464) + OH^-1 (-12465) + H_2^0 (-12466) -At time : 1.3011 ns Reaction : OH^-1 (-12167) + H3O^1 (-7995) -> No product -At time : 1.3011 ns Reaction : OH^0 (-10994) + e_aq^-1 (-1139) -> OH^-1 (-12467) -At time : 1.4011 ns Reaction : e_aq^-1 (-4850) + H^0 (-12459) -> OH^-1 (-12468) + H_2^0 (-12469) -At time : 1.4011 ns Reaction : OH^-1 (-12450) + H3O^1 (-7827) -> No product -At time : 1.4011 ns Reaction : OH^-1 (-12443) + H3O^1 (-8802) -> No product -At time : 1.4011 ns Reaction : e_aq^-1 (-2424) + H^0 (-12237) -> OH^-1 (-12470) + H_2^0 (-12471) -At time : 1.4011 ns Reaction : H3O^1 (-5977) + OH^-1 (-12171) -> No product -At time : 1.4011 ns Reaction : H2O2^0 (-11459) + e_aq^-1 (-3034) -> OH^-1 (-12472) + OH^0 (-12473) -At time : 1.4011 ns Reaction : OH^0 (-11324) + OH^0 (-10493) -> H2O2^0 (-12474) -At time : 1.4011 ns Reaction : H^0 (-11082) + OH^0 (-7192) -> No product -At time : 1.4011 ns Reaction : OH^0 (-10306) + OH^0 (-7294) -> H2O2^0 (-12475) -At time : 1.4011 ns Reaction : H^0 (-10056) + H^0 (-10052) -> H_2^0 (-12476) -At time : 1.4011 ns Reaction : H^0 (-9803) + OH^0 (-6674) -> No product -At time : 1.4011 ns Reaction : OH^0 (-9644) + OH^0 (-6438) -> H2O2^0 (-12477) -At time : 1.4011 ns Reaction : e_aq^-1 (-5628) + H3O^1 (-8928) -> H^0 (-12478) -At time : 1.4011 ns Reaction : OH^0 (-7466) + OH^0 (-8170) -> H2O2^0 (-12479) -At time : 1.4011 ns Reaction : e_aq^-1 (-2511) + OH^0 (-6636) -> OH^-1 (-12480) -At time : 1.4011 ns Reaction : e_aq^-1 (-5523) + H3O^1 (-6119) -> H^0 (-12481) -At time : 1.4011 ns Reaction : e_aq^-1 (-5543) + e_aq^-1 (-5551) -> OH^-1 (-12482) + OH^-1 (-12483) + H_2^0 (-12484) -At time : 1.4011 ns Reaction : e_aq^-1 (-929) + e_aq^-1 (-1026) -> OH^-1 (-12485) + OH^-1 (-12486) + H_2^0 (-12487) -At time : 1.4011 ns Reaction : OH^-1 (-12448) + H3O^1 (-8853) -> No product -At time : 1.4011 ns Reaction : e_aq^-1 (-3301) + OH^0 (-7686) -> OH^-1 (-12488) -At time : 1.4011 ns Reaction : OH^0 (-6484) + OH^0 (-6498) -> H2O2^0 (-12489) -At time : 1.5011 ns Reaction : H3O^1 (-7067) + OH^-1 (-12464) -> No product -At time : 1.5011 ns Reaction : OH^-1 (-12406) + H3O^1 (-6005) -> No product -At time : 1.5011 ns Reaction : e_aq^-1 (-4946) + H^0 (-12369) -> OH^-1 (-12490) + H_2^0 (-12491) -At time : 1.5011 ns Reaction : H3O^1 (-6161) + OH^-1 (-12335) -> No product -At time : 1.5011 ns Reaction : H3O^1 (-6011) + OH^-1 (-12309) -> No product -At time : 1.5011 ns Reaction : H3O^1 (-7383) + OH^-1 (-12269) -> No product -At time : 1.5011 ns Reaction : OH^-1 (-12222) + H3O^1 (-7987) -> No product -At time : 1.5011 ns Reaction : OH^-1 (-12057) + H3O^1 (-8622) -> No product -At time : 1.5011 ns Reaction : e_aq^-1 (-5093) + H2O2^0 (-11881) -> OH^-1 (-12492) + OH^0 (-12493) -At time : 1.5011 ns Reaction : OH^0 (-11307) + OH^0 (-7916) -> H2O2^0 (-12494) -At time : 1.5011 ns Reaction : OH^0 (-10787) + OH^0 (-6730) -> H2O2^0 (-12495) -At time : 1.5011 ns Reaction : OH^0 (-10213) + OH^0 (-7160) -> H2O2^0 (-12496) -At time : 1.5011 ns Reaction : OH^0 (-9264) + e_aq^-1 (-4214) -> OH^-1 (-12497) -At time : 1.5011 ns Reaction : H^0 (-9227) + e_aq^-1 (-3828) -> OH^-1 (-12498) + H_2^0 (-12499) -At time : 1.5011 ns Reaction : OH^0 (-9189) + e_aq^-1 (-3085) -> OH^-1 (-12500) -At time : 1.5011 ns Reaction : OH^0 (-8054) + OH^0 (-8435) -> H2O2^0 (-12501) -At time : 1.5011 ns Reaction : OH^0 (-6042) + OH^0 (-8074) -> H2O2^0 (-12502) -At time : 1.5011 ns Reaction : e_aq^-1 (-5077) + e_aq^-1 (-5062) -> OH^-1 (-12503) + OH^-1 (-12504) + H_2^0 (-12505) -At time : 1.5011 ns Reaction : e_aq^-1 (-3901) + e_aq^-1 (-2466) -> OH^-1 (-12506) + OH^-1 (-12507) + H_2^0 (-12508) -At time : 1.5011 ns Reaction : H3O^1 (-9731) + OH^-1 (-12375) -> No product -At time : 1.6011 ns Reaction : OH^-1 (-12414) + H3O^1 (-8700) -> No product -At time : 1.6011 ns Reaction : H3O^1 (-10149) + OH^-1 (-12363) -> No product -At time : 1.6011 ns Reaction : H3O^1 (-10520) + OH^-1 (-12084) -> No product -At time : 1.6011 ns Reaction : e_aq^-1 (-3082) + H2O2^0 (-11696) -> OH^-1 (-12509) + OH^0 (-12510) -At time : 1.6011 ns Reaction : OH^0 (-8462) + OH^0 (-11252) -> H2O2^0 (-12511) -At time : 1.6011 ns Reaction : OH^0 (-11223) + OH^0 (-8552) -> H2O2^0 (-12512) -At time : 1.6011 ns Reaction : OH^0 (-9681) + H^0 (-11204) -> No product -At time : 1.6011 ns Reaction : OH^0 (-11026) + e_aq^-1 (-8494) -> OH^-1 (-12513) -At time : 1.6011 ns Reaction : H^0 (-10321) + OH^0 (-7400) -> No product -At time : 1.6011 ns Reaction : e_aq^-1 (-503) + H^0 (-10268) -> OH^-1 (-12514) + H_2^0 (-12515) -At time : 1.6011 ns Reaction : e_aq^-1 (-4402) + H3O^1 (-10032) -> H^0 (-12516) -At time : 1.6011 ns Reaction : OH^0 (-9598) + OH^0 (-5900) -> H2O2^0 (-12517) -At time : 1.6011 ns Reaction : e_aq^-1 (-5658) + OH^0 (-8609) -> OH^-1 (-12518) -At time : 1.6011 ns Reaction : e_aq^-1 (-5706) + OH^0 (-8607) -> OH^-1 (-12519) -At time : 1.6011 ns Reaction : OH^0 (-7122) + OH^0 (-8438) -> H2O2^0 (-12520) -At time : 1.6011 ns Reaction : e_aq^-1 (-1832) + H3O^1 (-8364) -> H^0 (-12521) -At time : 1.6011 ns Reaction : e_aq^-1 (-3585) + H3O^1 (-7723) -> H^0 (-12522) -At time : 1.6011 ns Reaction : e_aq^-1 (-5619) + H3O^1 (-7393) -> H^0 (-12523) -At time : 1.6011 ns Reaction : e_aq^-1 (-5330) + H3O^1 (-7265) -> H^0 (-12524) -At time : 1.6011 ns Reaction : OH^0 (-10944) + e_aq^-1 (-4601) -> OH^-1 (-12525) -At time : 1.7011 ns Reaction : OH^-1 (-12492) + H3O^1 (-8145) -> No product -At time : 1.7011 ns Reaction : OH^-1 (-12467) + H3O^1 (-7043) -> No product -At time : 1.7011 ns Reaction : OH^0 (-7260) + OH^0 (-12446) -> H2O2^0 (-12526) -At time : 1.7011 ns Reaction : H3O^1 (-7147) + OH^-1 (-12390) -> No product -At time : 1.7011 ns Reaction : H^0 (-12330) + OH^0 (-6872) -> No product -At time : 1.7011 ns Reaction : H3O^1 (-7033) + OH^-1 (-12286) -> No product -At time : 1.7011 ns Reaction : OH^-1 (-12278) + H3O^1 (-6509) -> No product -At time : 1.7011 ns Reaction : e_aq^-1 (-3690) + H2O2^0 (-12048) -> OH^-1 (-12527) + OH^0 (-12528) -At time : 1.7011 ns Reaction : OH^0 (-11071) + OH^0 (-8142) -> H2O2^0 (-12529) -At time : 1.7011 ns Reaction : H^0 (-10999) + OH^0 (-10152) -> No product -At time : 1.7011 ns Reaction : OH^0 (-10833) + OH^0 (-10831) -> H2O2^0 (-12530) -At time : 1.7011 ns Reaction : OH^0 (-10498) + OH^0 (-7058) -> H2O2^0 (-12531) -At time : 1.7011 ns Reaction : H^0 (-10067) + OH^0 (-10059) -> No product -At time : 1.7011 ns Reaction : OH^0 (-10061) + OH^0 (-5748) -> H2O2^0 (-12532) -At time : 1.7011 ns Reaction : H^0 (-9941) + OH^0 (-7892) -> No product -At time : 1.7011 ns Reaction : e_aq^-1 (-3850) + H3O^1 (-7651) -> H^0 (-12533) -At time : 1.7011 ns Reaction : e_aq^-1 (-5441) + H3O^1 (-7283) -> H^0 (-12534) -At time : 1.7011 ns Reaction : OH^0 (-6506) + OH^0 (-6510) -> H2O2^0 (-12535) -At time : 1.7011 ns Reaction : OH^0 (-7422) + OH^0 (-7424) -> H2O2^0 (-12536) -At time : 1.8011 ns Reaction : OH^-1 (-12527) + H3O^1 (-6447) -> No product -At time : 1.8011 ns Reaction : H3O^1 (-6993) + OH^-1 (-12525) -> No product -At time : 1.8011 ns Reaction : OH^-1 (-12513) + H3O^1 (-7127) -> No product -At time : 1.8011 ns Reaction : H3O^1 (-6647) + OH^-1 (-12470) -> No product -At time : 1.8011 ns Reaction : OH^0 (-9530) + H^0 (-12404) -> No product -At time : 1.8011 ns Reaction : OH^0 (-9934) + H^0 (-12358) -> No product -At time : 1.8011 ns Reaction : e_aq^-1 (-1096) + H^0 (-12339) -> OH^-1 (-12537) + H_2^0 (-12538) -At time : 1.8011 ns Reaction : e_aq^-1 (-5421) + H^0 (-12261) -> OH^-1 (-12539) + H_2^0 (-12540) -At time : 1.8011 ns Reaction : OH^0 (-9484) + OH^0 (-11199) -> H2O2^0 (-12541) -At time : 1.8011 ns Reaction : H^0 (-10969) + OH^0 (-8000) -> No product -At time : 1.8011 ns Reaction : OH^0 (-10885) + e_aq^-1 (-4397) -> OH^-1 (-12542) -At time : 1.8011 ns Reaction : H3O^1 (-10736) + e_aq^-1 (-3801) -> H^0 (-12543) -At time : 1.8011 ns Reaction : OH^0 (-9879) + OH^0 (-10582) -> H2O2^0 (-12544) -At time : 1.8011 ns Reaction : OH^0 (-9865) + OH^0 (-7852) -> H2O2^0 (-12545) -At time : 1.8011 ns Reaction : OH^0 (-6112) + OH^0 (-7392) -> H2O2^0 (-12546) -At time : 1.8011 ns Reaction : e_aq^-1 (-3606) + H3O^1 (-6347) -> H^0 (-12547) -At time : 1.8011 ns Reaction : e_aq^-1 (-2227) + H3O^1 (-5963) -> H^0 (-12548) -At time : 1.8011 ns Reaction : e_aq^-1 (-5085) + H2O2^0 (-11650) -> OH^-1 (-12549) + OH^0 (-12550) -At time : 1.8011 ns Reaction : e_aq^-1 (-1004) + H3O^1 (-8436) -> H^0 (-12551) -At time : 1.9011 ns Reaction : OH^-1 (-12549) + H3O^1 (-8105) -> No product -At time : 1.9011 ns Reaction : OH^-1 (-12399) + H3O^1 (-8487) -> No product -At time : 1.9011 ns Reaction : OH^-1 (-12370) + H3O^1 (-6111) -> No product -At time : 1.9011 ns Reaction : H3O^1 (-9923) + OH^-1 (-12337) -> No product -At time : 1.9011 ns Reaction : H^0 (-11790) + OH^0 (-7330) -> No product -At time : 1.9011 ns Reaction : OH^0 (-10883) + e_aq^-1 (-1721) -> OH^-1 (-12552) -At time : 1.9011 ns Reaction : OH^0 (-10681) + OH^0 (-8720) -> H2O2^0 (-12553) -At time : 1.9011 ns Reaction : e_aq^-1 (-5298) + H^0 (-10272) -> OH^-1 (-12554) + H_2^0 (-12555) -At time : 1.9011 ns Reaction : OH^0 (-10075) + OH^0 (-6960) -> H2O2^0 (-12556) -At time : 1.9011 ns Reaction : H^0 (-9203) + OH^0 (-7666) -> No product -At time : 1.9011 ns Reaction : e_aq^-1 (-5433) + e_aq^-1 (-8629) -> OH^-1 (-12557) + OH^-1 (-12558) + H_2^0 (-12559) -At time : 1.9011 ns Reaction : e_aq^-1 (-5483) + H3O^1 (-8469) -> H^0 (-12560) -At time : 1.9011 ns Reaction : e_aq^-1 (-4630) + H3O^1 (-7981) -> H^0 (-12561) -At time : 1.9011 ns Reaction : OH^0 (-6200) + OH^0 (-7610) -> H2O2^0 (-12562) -At time : 1.9011 ns Reaction : OH^0 (-6798) + OH^0 (-6804) -> H2O2^0 (-12563) -At time : 1.9011 ns Reaction : e_aq^-1 (-4070) + H3O^1 (-6729) -> H^0 (-12564) -At time : 1.9011 ns Reaction : e_aq^-1 (-3015) + H3O^1 (-6369) -> H^0 (-12565) -At time : 1.9011 ns Reaction : OH^0 (-6290) + OH^0 (-6294) -> H2O2^0 (-12566) -At time : 1.9011 ns Reaction : OH^-1 (-12444) + H3O^1 (-8733) -> No product -At time : 1.9011 ns Reaction : e_aq^-1 (-4880) + H^0 (-11544) -> OH^-1 (-12567) + H_2^0 (-12568) -At time : 1.9011 ns Reaction : H^0 (-10818) + OH^0 (-6816) -> No product -At time : 2.0011 ns Reaction : H2O2^0 (-12532) + e_aq^-1 (-4492) -> OH^-1 (-12569) + OH^0 (-12570) -At time : 2.0011 ns Reaction : OH^-1 (-12518) + H3O^1 (-8327) -> No product -At time : 2.0011 ns Reaction : OH^-1 (-12497) + H3O^1 (-7893) -> No product -At time : 2.0011 ns Reaction : H3O^1 (-10479) + OH^-1 (-12486) -> No product -At time : 2.0011 ns Reaction : OH^-1 (-12388) + H3O^1 (-10708) -> No product -At time : 2.0011 ns Reaction : H3O^1 (-10049) + OH^-1 (-12355) -> No product -At time : 2.0011 ns Reaction : e_aq^-1 (-5499) + H2O2^0 (-12005) -> OH^-1 (-12571) + OH^0 (-12572) -At time : 2.0011 ns Reaction : OH^0 (-10630) + e_aq^-1 (-3473) -> OH^-1 (-12573) -At time : 2.0011 ns Reaction : OH^0 (-6818) + H^0 (-8972) -> No product -At time : 2.0011 ns Reaction : OH^0 (-8495) + OH^0 (-8848) -> H2O2^0 (-12574) -At time : 2.0011 ns Reaction : e_aq^-1 (-5351) + H3O^1 (-8241) -> H^0 (-12575) -At time : 2.0011 ns Reaction : e_aq^-1 (-235) + H3O^1 (-7317) -> H^0 (-12576) -At time : 2.0011 ns Reaction : e_aq^-1 (-3738) + H3O^1 (-6475) -> H^0 (-12577) -At time : 2.0011 ns Reaction : e_aq^-1 (-810) + e_aq^-1 (-5028) -> OH^-1 (-12578) + OH^-1 (-12579) + H_2^0 (-12580) -At time : 2.0011 ns Reaction : e_aq^-1 (-4541) + e_aq^-1 (-4522) -> OH^-1 (-12581) + OH^-1 (-12582) + H_2^0 (-12583) -At time : 2.0011 ns Reaction : OH^-1 (-12396) + H3O^1 (-6949) -> No product -At time : 2.0011 ns Reaction : OH^0 (-10532) + e_aq^-1 (-4386) -> OH^-1 (-12584) -At time : 2.0011 ns Reaction : e_aq^-1 (-105) + OH^0 (-8314) -> OH^-1 (-12585) -At time : 2.1011 ns Reaction : H3O^1 (-10400) + OH^-1 (-12554) -> No product -At time : 2.1011 ns Reaction : OH^0 (-7372) + H^0 (-12029) -> No product -At time : 2.1011 ns Reaction : e_aq^-1 (-5142) + H2O2^0 (-11857) -> OH^-1 (-12586) + OH^0 (-12587) -At time : 2.1011 ns Reaction : OH^0 (-11144) + OH^0 (-8630) -> H2O2^0 (-12588) -At time : 2.1011 ns Reaction : e_aq^-1 (-592) + H3O^1 (-11109) -> H^0 (-12589) -At time : 2.1011 ns Reaction : H3O^1 (-10588) + e_aq^-1 (-3992) -> H^0 (-12590) -At time : 2.1011 ns Reaction : OH^0 (-10337) + OH^0 (-8320) -> H2O2^0 (-12591) -At time : 2.1011 ns Reaction : H^0 (-9275) + H^0 (-10002) -> H_2^0 (-12592) -At time : 2.1011 ns Reaction : H^0 (-9750) + OH^0 (-7652) -> No product -At time : 2.1011 ns Reaction : OH^0 (-9699) + e_aq^-1 (-3779) -> OH^-1 (-12593) -At time : 2.1011 ns Reaction : H^0 (-9696) + OH^0 (-6540) -> No product -At time : 2.1011 ns Reaction : OH^0 (-6964) + OH^0 (-9061) -> H2O2^0 (-12594) -At time : 2.1011 ns Reaction : e_aq^-1 (-4137) + e_aq^-1 (-8545) -> OH^-1 (-12595) + OH^-1 (-12596) + H_2^0 (-12597) -At time : 2.1011 ns Reaction : e_aq^-1 (-995) + H3O^1 (-8049) -> H^0 (-12598) -At time : 2.1011 ns Reaction : OH^0 (-6312) + OH^0 (-7720) -> H2O2^0 (-12599) -At time : 2.1011 ns Reaction : e_aq^-1 (-283) + H3O^1 (-7311) -> H^0 (-12600) -At time : 2.1011 ns Reaction : OH^0 (-7150) + OH^0 (-7158) -> H2O2^0 (-12601) -At time : 2.1011 ns Reaction : e_aq^-1 (-1471) + OH^0 (-6946) -> OH^-1 (-12602) -At time : 2.1011 ns Reaction : e_aq^-1 (-3539) + H3O^1 (-6279) -> H^0 (-12603) -At time : 2.1011 ns Reaction : e_aq^-1 (-4104) + OH^0 (-6768) -> OH^-1 (-12604) -At time : 2.2011 ns Reaction : OH^-1 (-12490) + H3O^1 (-8388) -> No product -At time : 2.2011 ns Reaction : OH^-1 (-12465) + H3O^1 (-7529) -> No product -At time : 2.2011 ns Reaction : e_aq^-1 (-5416) + H^0 (-12435) -> OH^-1 (-12605) + H_2^0 (-12606) -At time : 2.2011 ns Reaction : e_aq^-1 (-3960) + H2O2^0 (-12274) -> OH^-1 (-12607) + OH^0 (-12608) -At time : 2.2011 ns Reaction : e_aq^-1 (-4156) + H^0 (-12267) -> OH^-1 (-12609) + H_2^0 (-12610) -At time : 2.2011 ns Reaction : H^0 (-9956) + H^0 (-10835) -> H_2^0 (-12611) -At time : 2.2011 ns Reaction : H3O^1 (-10794) + e_aq^-1 (-4072) -> H^0 (-12612) -At time : 2.2011 ns Reaction : H^0 (-9787) + OH^0 (-9786) -> No product -At time : 2.2011 ns Reaction : H^0 (-9578) + OH^0 (-8723) -> No product -At time : 2.2011 ns Reaction : H^0 (-9561) + OH^0 (-6308) -> No product -At time : 2.2011 ns Reaction : H^0 (-9231) + e_aq^-1 (-2473) -> OH^-1 (-12613) + H_2^0 (-12614) -At time : 2.2011 ns Reaction : e_aq^-1 (-2540) + OH^0 (-8771) -> OH^-1 (-12615) -At time : 2.2011 ns Reaction : OH^0 (-8280) + OH^0 (-8468) -> H2O2^0 (-12616) -At time : 2.2011 ns Reaction : e_aq^-1 (-446) + H3O^1 (-7433) -> H^0 (-12617) -At time : 2.2011 ns Reaction : e_aq^-1 (-4513) + H3O^1 (-6945) -> H^0 (-12618) -At time : 2.2011 ns Reaction : e_aq^-1 (-3660) + H3O^1 (-6405) -> H^0 (-12619) -At time : 2.2011 ns Reaction : OH^-1 (-12609) + H3O^1 (-6801) -> No product -At time : 2.2011 ns Reaction : OH^0 (-9662) + e_aq^-1 (-2749) -> OH^-1 (-12620) -At time : 2.2011 ns Reaction : e_aq^-1 (-5248) + OH^0 (-8180) -> OH^-1 (-12621) -At time : 2.2011 ns Reaction : e_aq^-1 (-3218) + OH^0 (-6260) -> OH^-1 (-12622) -At time : 2.3011 ns Reaction : OH^-1 (-12607) + H3O^1 (-7645) -> No product -At time : 2.3011 ns Reaction : OH^-1 (-12593) + H3O^1 (-5827) -> No product -At time : 2.3011 ns Reaction : OH^-1 (-12488) + H3O^1 (-6237) -> No product -At time : 2.3011 ns Reaction : H3O^1 (-7773) + OH^-1 (-12424) -> No product -At time : 2.3011 ns Reaction : e_aq^-1 (-3895) + H^0 (-12321) -> OH^-1 (-12623) + H_2^0 (-12624) -At time : 2.3011 ns Reaction : H^0 (-12176) + OH^0 (-8126) -> No product -At time : 2.3011 ns Reaction : OH^0 (-5721) + OH^0 (-11247) -> H2O2^0 (-12625) -At time : 2.3011 ns Reaction : OH^0 (-11043) + OH^0 (-7488) -> H2O2^0 (-12626) -At time : 2.3011 ns Reaction : e_aq^-1 (-2599) + H3O^1 (-10734) -> H^0 (-12627) -At time : 2.3011 ns Reaction : OH^0 (-10502) + OH^0 (-10117) -> H2O2^0 (-12628) -At time : 2.3011 ns Reaction : OH^0 (-10249) + OH^0 (-7220) -> H2O2^0 (-12629) -At time : 2.3011 ns Reaction : e_aq^-1 (-5082) + OH^0 (-10215) -> OH^-1 (-12630) -At time : 2.3011 ns Reaction : e_aq^-1 (-5012) + H3O^1 (-10188) -> H^0 (-12631) -At time : 2.3011 ns Reaction : OH^0 (-9626) + e_aq^-1 (-3686) -> OH^-1 (-12632) -At time : 2.3011 ns Reaction : OH^0 (-9224) + OH^0 (-6584) -> H2O2^0 (-12633) -At time : 2.3011 ns Reaction : OH^0 (-8549) + H^0 (-9028) -> No product -At time : 2.3011 ns Reaction : e_aq^-1 (-5116) + OH^0 (-8164) -> OH^-1 (-12634) -At time : 2.3011 ns Reaction : OH^0 (-5966) + OH^0 (-7866) -> H2O2^0 (-12635) -At time : 2.3011 ns Reaction : e_aq^-1 (-3571) + H3O^1 (-7713) -> H^0 (-12636) -At time : 2.4011 ns Reaction : OH^-1 (-12623) + H3O^1 (-6651) -> No product -At time : 2.4011 ns Reaction : OH^0 (-12449) + OH^0 (-8042) -> H2O2^0 (-12637) -At time : 2.4011 ns Reaction : OH^-1 (-12442) + H3O^1 (-7927) -> No product -At time : 2.4011 ns Reaction : H3O^1 (-11181) + OH^-1 (-12436) -> No product -At time : 2.4011 ns Reaction : e_aq^-1 (-5185) + H^0 (-12316) -> OH^-1 (-12638) + H_2^0 (-12639) -At time : 2.4011 ns Reaction : H2O2^0 (-12063) + e_aq^-1 (-8671) -> OH^-1 (-12640) + OH^0 (-12641) -At time : 2.4011 ns Reaction : OH^0 (-9988) + OH^0 (-10849) -> H2O2^0 (-12642) -At time : 2.4011 ns Reaction : e_aq^-1 (-2093) + H3O^1 (-10811) -> H^0 (-12643) -At time : 2.4011 ns Reaction : H3O^1 (-10673) + e_aq^-1 (-3563) -> H^0 (-12644) -At time : 2.4011 ns Reaction : OH^0 (-10567) + OH^0 (-8690) -> H2O2^0 (-12645) -At time : 2.4011 ns Reaction : OH^0 (-9916) + OH^0 (-6794) -> H2O2^0 (-12646) -At time : 2.4011 ns Reaction : e_aq^-1 (-2080) + H^0 (-9908) -> OH^-1 (-12647) + H_2^0 (-12648) -At time : 2.4011 ns Reaction : H3O^1 (-9876) + e_aq^-1 (-4077) -> H^0 (-12649) -At time : 2.4011 ns Reaction : e_aq^-1 (-1565) + e_aq^-1 (-4457) -> OH^-1 (-12650) + OH^-1 (-12651) + H_2^0 (-12652) -At time : 2.4011 ns Reaction : OH^-1 (-12252) + H3O^1 (-8295) -> No product -At time : 2.4011 ns Reaction : H^0 (-9387) + H^0 (-11260) -> H_2^0 (-12653) -At time : 2.5011 ns Reaction : OH^-1 (-12640) + H3O^1 (-7031) -> No product -At time : 2.5011 ns Reaction : OH^-1 (-12630) + H3O^1 (-6145) -> No product -At time : 2.5011 ns Reaction : H3O^1 (-6319) + OH^-1 (-12500) -> No product -At time : 2.5011 ns Reaction : OH^-1 (-12455) + H3O^1 (-8502) -> No product -At time : 2.5011 ns Reaction : H^0 (-12052) + e_aq^-1 (-4989) -> OH^-1 (-12654) + H_2^0 (-12655) -At time : 2.5011 ns Reaction : OH^0 (-11073) + OH^0 (-8140) -> H2O2^0 (-12656) -At time : 2.5011 ns Reaction : H^0 (-9618) + OH^0 (-6382) -> No product -At time : 2.5011 ns Reaction : e_aq^-1 (-1027) + H3O^1 (-8055) -> H^0 (-12657) -At time : 2.5011 ns Reaction : e_aq^-1 (-4755) + H3O^1 (-8035) -> H^0 (-12658) -At time : 2.5011 ns Reaction : e_aq^-1 (-5657) + H3O^1 (-7359) -> H^0 (-12659) -At time : 2.5011 ns Reaction : e_aq^-1 (-5515) + H3O^1 (-7323) -> H^0 (-12660) -At time : 2.5011 ns Reaction : e_aq^-1 (-2808) + H3O^1 (-6465) -> H^0 (-12661) -At time : 2.5011 ns Reaction : e_aq^-1 (-2010) + e_aq^-1 (-2013) -> OH^-1 (-12662) + OH^-1 (-12663) + H_2^0 (-12664) -At time : 2.6011 ns Reaction : H3O^1 (-7925) + OH^-1 (-12552) -> No product -At time : 2.6011 ns Reaction : OH^-1 (-12426) + H3O^1 (-6889) -> No product -At time : 2.6011 ns Reaction : H^0 (-12403) + OH^0 (-7992) -> No product -At time : 2.6011 ns Reaction : H2O2^0 (-12379) + e_aq^-1 (-4873) -> OH^-1 (-12665) + OH^0 (-12666) -At time : 2.6011 ns Reaction : H3O^1 (-7715) + OH^-1 (-12228) -> No product -At time : 2.6011 ns Reaction : H^0 (-12216) + OH^0 (-6058) -> No product -At time : 2.6011 ns Reaction : H3O^1 (-6935) + OH^-1 (-12152) -> No product -At time : 2.6011 ns Reaction : H3O^1 (-7407) + OH^-1 (-12129) -> No product -At time : 2.6011 ns Reaction : e_aq^-1 (-876) + H2O2^0 (-12126) -> OH^-1 (-12667) + OH^0 (-12668) -At time : 2.6011 ns Reaction : H3O^1 (-5883) + OH^-1 (-11972) -> No product -At time : 2.6011 ns Reaction : e_aq^-1 (-4145) + H2O2^0 (-11936) -> OH^-1 (-12669) + OH^0 (-12670) -At time : 2.6011 ns Reaction : OH^0 (-11177) + H^0 (-9098) -> No product -At time : 2.6011 ns Reaction : OH^0 (-11141) + OH^0 (-8456) -> H2O2^0 (-12671) -At time : 2.6011 ns Reaction : OH^0 (-11138) + OH^0 (-7288) -> H2O2^0 (-12672) -At time : 2.6011 ns Reaction : e_aq^-1 (-2309) + H3O^1 (-10767) -> H^0 (-12673) -At time : 2.6011 ns Reaction : H^0 (-10634) + OH^0 (-9478) -> No product -At time : 2.6011 ns Reaction : OH^0 (-10375) + e_aq^-1 (-5545) -> OH^-1 (-12674) -At time : 2.6011 ns Reaction : H^0 (-9414) + OH^0 (-8110) -> No product -At time : 2.6011 ns Reaction : H3O^1 (-6423) + e_aq^-1 (-8761) -> H^0 (-12675) -At time : 2.6011 ns Reaction : e_aq^-1 (-2747) + H3O^1 (-7663) -> H^0 (-12676) -At time : 2.6011 ns Reaction : e_aq^-1 (-3599) + H3O^1 (-6315) -> H^0 (-12677) -At time : 2.6011 ns Reaction : OH^0 (-6234) + OH^0 (-6236) -> H2O2^0 (-12678) -At time : 2.6011 ns Reaction : OH^-1 (-12621) + H3O^1 (-6139) -> No product -At time : 2.7011 ns Reaction : H^0 (-12246) + OH^0 (-8885) -> No product -At time : 2.7011 ns Reaction : OH^-1 (-12138) + H3O^1 (-6291) -> No product -At time : 2.7011 ns Reaction : e_aq^-1 (-3968) + H2O2^0 (-12106) -> OH^-1 (-12679) + OH^0 (-12680) -At time : 2.7011 ns Reaction : H^0 (-11272) + OH^0 (-8847) -> No product -At time : 2.7011 ns Reaction : OH^0 (-5736) + OH^0 (-8953) -> H2O2^0 (-12681) -At time : 2.7011 ns Reaction : e_aq^-1 (-2396) + H3O^1 (-8352) -> H^0 (-12682) -At time : 2.7011 ns Reaction : e_aq^-1 (-2041) + e_aq^-1 (-4178) -> OH^-1 (-12683) + OH^-1 (-12684) + H_2^0 (-12685) -At time : 2.7011 ns Reaction : OH^-1 (-12662) + H3O^1 (-6807) -> No product -At time : 2.7011 ns Reaction : e_aq^-1 (-5139) + OH^0 (-8146) -> OH^-1 (-12686) -At time : 2.8011 ns Reaction : OH^-1 (-12213) + H3O^1 (-7373) -> No product -At time : 2.8011 ns Reaction : OH^0 (-10859) + e_aq^-1 (-8557) -> OH^-1 (-12687) -At time : 2.8011 ns Reaction : H3O^1 (-10830) + e_aq^-1 (-8689) -> H^0 (-12688) -At time : 2.8011 ns Reaction : OH^0 (-10345) + OH^0 (-8326) -> H2O2^0 (-12689) -At time : 2.8011 ns Reaction : OH^0 (-9720) + OH^0 (-6570) -> H2O2^0 (-12690) -At time : 2.8011 ns Reaction : e_aq^-1 (-3753) + H^0 (-9687) -> OH^-1 (-12691) + H_2^0 (-12692) -At time : 2.8011 ns Reaction : e_aq^-1 (-2685) + H3O^1 (-7769) -> H^0 (-12693) -At time : 2.8011 ns Reaction : e_aq^-1 (-3891) + H3O^1 (-5943) -> H^0 (-12694) -At time : 2.9011 ns Reaction : OH^-1 (-12665) + H3O^1 (-10179) -> No product -At time : 2.9011 ns Reaction : OH^-1 (-12605) + H3O^1 (-7289) -> No product -At time : 2.9011 ns Reaction : OH^-1 (-12567) + H3O^1 (-7099) -> No product -At time : 2.9011 ns Reaction : H3O^1 (-7085) + OH^-1 (-12537) -> No product -At time : 2.9011 ns Reaction : OH^-1 (-12519) + H3O^1 (-8466) -> No product -At time : 2.9011 ns Reaction : OH^-1 (-12514) + H3O^1 (-8207) -> No product -At time : 2.9011 ns Reaction : OH^0 (-10860) + H^0 (-12374) -> No product -At time : 2.9011 ns Reaction : e_aq^-1 (-4088) + H2O2^0 (-11460) -> OH^-1 (-12695) + OH^0 (-12696) -At time : 2.9011 ns Reaction : OH^0 (-11078) + e_aq^-1 (-5108) -> OH^-1 (-12697) -At time : 2.9011 ns Reaction : e_aq^-1 (-2119) + OH^0 (-10805) -> OH^-1 (-12698) -At time : 2.9011 ns Reaction : H3O^1 (-10706) + e_aq^-1 (-2849) -> H^0 (-12699) -At time : 2.9011 ns Reaction : e_aq^-1 (-3821) + H3O^1 (-6595) -> H^0 (-12700) -At time : 2.9011 ns Reaction : e_aq^-1 (-2725) + H3O^1 (-5919) -> H^0 (-12701) -At time : 2.9011 ns Reaction : OH^-1 (-12667) + H3O^1 (-8880) -> No product -At time : 2.9011 ns Reaction : H3O^1 (-6331) + OH^-1 (-12509) -> No product -At time : 3.0011 ns Reaction : OH^-1 (-12674) + H3O^1 (-9402) -> No product -At time : 3.0011 ns Reaction : OH^-1 (-12647) + H3O^1 (-6787) -> No product -At time : 3.0011 ns Reaction : OH^-1 (-12613) + H3O^1 (-6641) -> No product -At time : 3.0011 ns Reaction : OH^-1 (-12584) + H3O^1 (-6909) -> No product -At time : 3.0011 ns Reaction : H^0 (-12361) + e_aq^-1 (-3535) -> OH^-1 (-12702) + H_2^0 (-12703) -At time : 3.0011 ns Reaction : OH^0 (-11299) + H^0 (-9223) -> No product -At time : 3.0011 ns Reaction : H^0 (-9629) + e_aq^-1 (-3661) -> OH^-1 (-12704) + H_2^0 (-12705) -At time : 3.0011 ns Reaction : OH^0 (-9133) + OH^0 (-9392) -> H2O2^0 (-12706) -At time : 3.0011 ns Reaction : e_aq^-1 (-1232) + H3O^1 (-8427) -> H^0 (-12707) -At time : 3.0011 ns Reaction : e_aq^-1 (-477) + OH^0 (-8216) -> OH^-1 (-12708) -At time : 3.0011 ns Reaction : e_aq^-1 (-2382) + H3O^1 (-7831) -> H^0 (-12709) -At time : 3.0011 ns Reaction : e_aq^-1 (-1392) + H3O^1 (-7565) -> H^0 (-12710) -At time : 3.0011 ns Reaction : e_aq^-1 (-4548) + H3O^1 (-7549) -> H^0 (-12711) -At time : 3.0011 ns Reaction : e_aq^-1 (-912) + H3O^1 (-7119) -> H^0 (-12712) -At time : 3.0011 ns Reaction : e_aq^-1 (-2392) + e_aq^-1 (-3957) -> OH^-1 (-12713) + OH^-1 (-12714) + H_2^0 (-12715) -At time : 3.1011 ns Reaction : H3O^1 (-10105) + OH^-1 (-12221) -> No product -At time : 3.1011 ns Reaction : OH^0 (-11024) + OH^0 (-6154) -> H2O2^0 (-12716) -At time : 3.1011 ns Reaction : H^0 (-10685) + e_aq^-1 (-3603) -> OH^-1 (-12717) + H_2^0 (-12718) -At time : 3.1011 ns Reaction : H^0 (-10653) + OH^0 (-7698) -> No product -At time : 3.1011 ns Reaction : H3O^1 (-10646) + e_aq^-1 (-3502) -> H^0 (-12719) -At time : 3.1011 ns Reaction : OH^0 (-6888) + H^0 (-9046) -> No product -At time : 3.1011 ns Reaction : e_aq^-1 (-3861) + OH^0 (-6626) -> OH^-1 (-12720) -At time : 3.1011 ns Reaction : e_aq^-1 (-2693) + e_aq^-1 (-3752) -> OH^-1 (-12721) + OH^-1 (-12722) + H_2^0 (-12723) -At time : 3.2011 ns Reaction : H3O^1 (-11028) + OH^-1 (-12654) -> No product -At time : 3.2011 ns Reaction : e_aq^-1 (-642) + H2O2^0 (-12629) -> OH^-1 (-12724) + OH^0 (-12725) -At time : 3.2011 ns Reaction : H3O^1 (-10802) + OH^-1 (-12595) -> No product -At time : 3.2011 ns Reaction : H3O^1 (-11346) + OH^-1 (-12483) -> No product -At time : 3.2011 ns Reaction : OH^-1 (-12482) + H3O^1 (-8285) -> No product -At time : 3.2011 ns Reaction : e_aq^-1 (-2623) + H^0 (-12250) -> OH^-1 (-12726) + H_2^0 (-12727) -At time : 3.2011 ns Reaction : e_aq^-1 (-4277) + H^0 (-12028) -> OH^-1 (-12728) + H_2^0 (-12729) -At time : 3.2011 ns Reaction : e_aq^-1 (-815) + H3O^1 (-11070) -> H^0 (-12730) -At time : 3.2011 ns Reaction : H^0 (-10977) + OH^0 (-6026) -> No product -At time : 3.2011 ns Reaction : OH^0 (-10699) + OH^0 (-6408) -> H2O2^0 (-12731) -At time : 3.2011 ns Reaction : OH^0 (-10015) + OH^0 (-10029) -> H2O2^0 (-12732) -At time : 3.2011 ns Reaction : H^0 (-9910) + OH^0 (-6784) -> No product -At time : 3.2011 ns Reaction : H3O^1 (-9800) + e_aq^-1 (-3951) -> H^0 (-12733) -At time : 3.2011 ns Reaction : OH^0 (-9276) + OH^0 (-7588) -> H2O2^0 (-12734) -At time : 3.2011 ns Reaction : OH^0 (-6404) + e_aq^-1 (-8749) -> OH^-1 (-12735) -At time : 3.2011 ns Reaction : e_aq^-1 (-4403) + OH^0 (-7926) -> OH^-1 (-12736) -At time : 3.2011 ns Reaction : e_aq^-1 (-3642) + H3O^1 (-7739) -> H^0 (-12737) -At time : 3.2011 ns Reaction : OH^0 (-6854) + OH^0 (-6866) -> H2O2^0 (-12738) -At time : 3.2011 ns Reaction : e_aq^-1 (-2815) + e_aq^-1 (-3703) -> OH^-1 (-12739) + OH^-1 (-12740) + H_2^0 (-12741) -At time : 3.3011 ns Reaction : OH^-1 (-12695) + H3O^1 (-7865) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12679) + H3O^1 (-7643) -> No product -At time : 3.3011 ns Reaction : e_aq^-1 (-3701) + OH^0 (-12528) -> OH^-1 (-12742) -At time : 3.3011 ns Reaction : H3O^1 (-9781) + OH^-1 (-12506) -> No product -At time : 3.3011 ns Reaction : e_aq^-1 (-5390) + H^0 (-12233) -> OH^-1 (-12743) + H_2^0 (-12744) -At time : 3.3011 ns Reaction : e_aq^-1 (-2034) + H2O2^0 (-11490) -> OH^-1 (-12745) + OH^0 (-12746) -At time : 3.3011 ns Reaction : e_aq^-1 (-3783) + H3O^1 (-10714) -> H^0 (-12747) -At time : 3.3011 ns Reaction : e_aq^-1 (-1138) + OH^0 (-10139) -> OH^-1 (-12748) -At time : 3.3011 ns Reaction : e_aq^-1 (-3517) + H3O^1 (-7699) -> H^0 (-12749) -At time : 3.3011 ns Reaction : e_aq^-1 (-3930) + e_aq^-1 (-3900) -> OH^-1 (-12750) + OH^-1 (-12751) + H_2^0 (-12752) -At time : 3.4011 ns Reaction : H3O^1 (-6837) + OH^-1 (-12728) -> No product -At time : 3.4011 ns Reaction : H3O^1 (-6635) + OH^-1 (-12720) -> No product -At time : 3.4011 ns Reaction : OH^-1 (-12697) + H3O^1 (-8151) -> No product -At time : 3.4011 ns Reaction : OH^-1 (-12578) + H3O^1 (-7165) -> No product -At time : 3.4011 ns Reaction : e_aq^-1 (-746) + H2O2^0 (-12247) -> OH^-1 (-12753) + OH^0 (-12754) -At time : 3.4011 ns Reaction : H^0 (-12205) + OH^0 (-6090) -> No product -At time : 3.4011 ns Reaction : H2O2^0 (-11999) + e_aq^-1 (-1384) -> OH^-1 (-12755) + OH^0 (-12756) -At time : 3.4011 ns Reaction : H^0 (-11163) + e_aq^-1 (-5498) -> OH^-1 (-12757) + H_2^0 (-12758) -At time : 3.4011 ns Reaction : OH^0 (-11104) + OH^0 (-9342) -> H2O2^0 (-12759) -At time : 3.4011 ns Reaction : OH^0 (-11077) + OH^0 (-7210) -> H2O2^0 (-12760) -At time : 3.4011 ns Reaction : e_aq^-1 (-4429) + H3O^1 (-10898) -> H^0 (-12761) -At time : 3.4011 ns Reaction : OH^0 (-10402) + OH^0 (-8903) -> H2O2^0 (-12762) -At time : 3.4011 ns Reaction : e_aq^-1 (-5410) + H3O^1 (-10398) -> H^0 (-12763) -At time : 3.4011 ns Reaction : e_aq^-1 (-889) + H^0 (-10187) -> OH^-1 (-12764) + H_2^0 (-12765) -At time : 3.4011 ns Reaction : H^0 (-9520) + OH^0 (-8993) -> No product -At time : 3.4011 ns Reaction : e_aq^-1 (-584) + H3O^1 (-8195) -> H^0 (-12766) -At time : 3.4011 ns Reaction : e_aq^-1 (-2899) + H3O^1 (-5823) -> H^0 (-12767) -At time : 3.4011 ns Reaction : e_aq^-1 (-2496) + e_aq^-1 (-3898) -> OH^-1 (-12768) + OH^-1 (-12769) + H_2^0 (-12770) -At time : 3.4011 ns Reaction : e_aq^-1 (-516) + H3O^1 (-8189) -> H^0 (-12771) -At time : 3.5011 ns Reaction : H3O^1 (-7553) + OH^-1 (-12755) -> No product -At time : 3.5011 ns Reaction : OH^-1 (-12480) + H3O^1 (-9779) -> No product -At time : 3.5011 ns Reaction : e_aq^-1 (-4455) + OH^0 (-12345) -> OH^-1 (-12772) -At time : 3.5011 ns Reaction : H^0 (-10529) + H^0 (-10907) -> H_2^0 (-12773) -At time : 3.5011 ns Reaction : H^0 (-9776) + OH^0 (-6644) -> No product -At time : 3.5011 ns Reaction : e_aq^-1 (-2240) + H3O^1 (-7851) -> H^0 (-12774) -At time : 3.5011 ns Reaction : e_aq^-1 (-2490) + H3O^1 (-6625) -> H^0 (-12775) -At time : 3.5011 ns Reaction : e_aq^-1 (-4329) + e_aq^-1 (-1874) -> OH^-1 (-12776) + OH^-1 (-12777) + H_2^0 (-12778) -At time : 3.6011 ns Reaction : OH^-1 (-12735) + H3O^1 (-7743) -> No product -At time : 3.6011 ns Reaction : OH^-1 (-12698) + H3O^1 (-7623) -> No product -At time : 3.6011 ns Reaction : e_aq^-1 (-1994) + H^0 (-12643) -> OH^-1 (-12779) + H_2^0 (-12780) -At time : 3.6011 ns Reaction : H3O^1 (-5853) + OH^-1 (-12539) -> No product -At time : 3.6011 ns Reaction : OH^-1 (-12485) + H3O^1 (-7117) -> No product -At time : 3.6011 ns Reaction : OH^-1 (-12445) + H3O^1 (-8205) -> No product -At time : 3.6011 ns Reaction : e_aq^-1 (-3877) + H2O2^0 (-11626) -> OH^-1 (-12781) + OH^0 (-12782) -At time : 3.6011 ns Reaction : OH^0 (-10319) + e_aq^-1 (-5553) -> OH^-1 (-12783) -At time : 3.6011 ns Reaction : OH^0 (-10274) + OH^0 (-8212) -> H2O2^0 (-12784) -At time : 3.6011 ns Reaction : OH^0 (-8453) + e_aq^-1 (-8455) -> OH^-1 (-12785) -At time : 3.6011 ns Reaction : e_aq^-1 (-5156) + H3O^1 (-7459) -> H^0 (-12786) -At time : 3.6011 ns Reaction : OH^0 (-7316) + OH^0 (-7408) -> H2O2^0 (-12787) -At time : 3.6011 ns Reaction : H3O^1 (-9946) + OH^-1 (-12663) -> No product -At time : 3.6011 ns Reaction : H3O^1 (-10456) + OH^-1 (-12504) -> No product -At time : 3.7011 ns Reaction : H^0 (-12707) + e_aq^-1 (-4707) -> OH^-1 (-12788) + H_2^0 (-12789) -At time : 3.7011 ns Reaction : OH^-1 (-12686) + H3O^1 (-8886) -> No product -At time : 3.7011 ns Reaction : OH^0 (-5754) + H^0 (-12069) -> No product -At time : 3.7011 ns Reaction : H^0 (-11352) + OH^0 (-6120) -> No product -At time : 3.7011 ns Reaction : H^0 (-10879) + e_aq^-1 (-4363) -> OH^-1 (-12790) + H_2^0 (-12791) -At time : 3.7011 ns Reaction : e_aq^-1 (-4292) + H3O^1 (-10821) -> H^0 (-12792) -At time : 3.7011 ns Reaction : H^0 (-10663) + e_aq^-1 (-3549) -> OH^-1 (-12793) + H_2^0 (-12794) -At time : 3.7011 ns Reaction : OH^0 (-10079) + e_aq^-1 (-4558) -> OH^-1 (-12795) -At time : 3.7011 ns Reaction : OH^0 (-7476) + H^0 (-8950) -> No product -At time : 3.7011 ns Reaction : e_aq^-1 (-1105) + H3O^1 (-8664) -> H^0 (-12796) -At time : 3.7011 ns Reaction : e_aq^-1 (-1218) + H3O^1 (-8379) -> H^0 (-12797) -At time : 3.7011 ns Reaction : e_aq^-1 (-5293) + OH^0 (-8200) -> OH^-1 (-12798) -At time : 3.7011 ns Reaction : OH^0 (-7072) + OH^0 (-8050) -> H2O2^0 (-12799) -At time : 3.7011 ns Reaction : OH^0 (-6036) + OH^0 (-7518) -> H2O2^0 (-12800) -At time : 3.7011 ns Reaction : e_aq^-1 (-359) + H3O^1 (-6091) -> H^0 (-12801) -At time : 3.8011 ns Reaction : H3O^1 (-10960) + OH^-1 (-12430) -> No product -At time : 3.8011 ns Reaction : e_aq^-1 (-218) + H3O^1 (-11176) -> H^0 (-12802) -At time : 3.8011 ns Reaction : e_aq^-1 (-2691) + OH^0 (-10728) -> OH^-1 (-12803) -At time : 3.8011 ns Reaction : OH^0 (-10590) + OH^0 (-9847) -> H2O2^0 (-12804) -At time : 3.8011 ns Reaction : H^0 (-10490) + OH^0 (-7048) -> No product -At time : 3.8011 ns Reaction : OH^0 (-10242) + OH^0 (-7184) -> H2O2^0 (-12805) -At time : 3.8011 ns Reaction : OH^0 (-10229) + OH^0 (-9079) -> H2O2^0 (-12806) -At time : 3.8011 ns Reaction : H^0 (-9748) + OH^0 (-5936) -> No product -At time : 3.8011 ns Reaction : e_aq^-1 (-3612) + OH^0 (-6350) -> OH^-1 (-12807) -At time : 3.8011 ns Reaction : e_aq^-1 (-4551) + e_aq^-1 (-4578) -> OH^-1 (-12808) + OH^-1 (-12809) + H_2^0 (-12810) -At time : 3.8011 ns Reaction : e_aq^-1 (-5210) + H3O^1 (-7195) -> H^0 (-12811) -At time : 3.9011 ns Reaction : OH^-1 (-12726) + H3O^1 (-7655) -> No product -At time : 3.9011 ns Reaction : OH^-1 (-12638) + H3O^1 (-7215) -> No product -At time : 3.9011 ns Reaction : OH^-1 (-12569) + H3O^1 (-7943) -> No product -At time : 3.9011 ns Reaction : H3O^1 (-7173) + OH^-1 (-12503) -> No product -At time : 3.9011 ns Reaction : OH^-1 (-12275) + H3O^1 (-6373) -> No product -At time : 3.9011 ns Reaction : H2O2^0 (-12239) + e_aq^-1 (-4149) -> OH^-1 (-12812) + OH^0 (-12813) -At time : 3.9011 ns Reaction : H^0 (-11011) + e_aq^-1 (-4868) -> OH^-1 (-12814) + H_2^0 (-12815) -At time : 3.9011 ns Reaction : OH^0 (-10586) + e_aq^-1 (-4059) -> OH^-1 (-12816) -At time : 3.9011 ns Reaction : OH^0 (-10513) + e_aq^-1 (-1242) -> OH^-1 (-12817) -At time : 3.9011 ns Reaction : H^0 (-10037) + OH^0 (-10048) -> No product -At time : 3.9011 ns Reaction : e_aq^-1 (-5109) + H^0 (-9333) -> OH^-1 (-12818) + H_2^0 (-12819) -At time : 3.9011 ns Reaction : e_aq^-1 (-4239) + OH^0 (-5799) -> OH^-1 (-12820) -At time : 3.9011 ns Reaction : H3O^1 (-7397) + OH^-1 (-12783) -> No product -At time : 4.0011 ns Reaction : OH^-1 (-12812) + H3O^1 (-8547) -> No product -At time : 4.0011 ns Reaction : H3O^1 (-7579) + OH^-1 (-12397) -> No product -At time : 4.0011 ns Reaction : e_aq^-1 (-1149) + H2O2^0 (-12209) -> OH^-1 (-12821) + OH^0 (-12822) -At time : 4.0011 ns Reaction : H^0 (-11190) + OH^0 (-6902) -> No product -At time : 4.0011 ns Reaction : OH^0 (-10514) + e_aq^-1 (-4650) -> OH^-1 (-12823) -At time : 4.0011 ns Reaction : OH^0 (-10106) + OH^0 (-8959) -> H2O2^0 (-12824) -At time : 4.0011 ns Reaction : e_aq^-1 (-1319) + OH^0 (-7988) -> OH^-1 (-12825) -At time : 4.0011 ns Reaction : e_aq^-1 (-1522) + OH^0 (-7944) -> OH^-1 (-12826) -At time : 4.1011 ns Reaction : OH^-1 (-12736) + H3O^1 (-6907) -> No product -At time : 4.1011 ns Reaction : H^0 (-12649) + OH^0 (-9882) -> No product -At time : 4.1011 ns Reaction : OH^-1 (-12498) + H3O^1 (-7805) -> No product -At time : 4.1011 ns Reaction : H2O2^0 (-11365) + e_aq^-1 (-5129) -> OH^-1 (-12827) + OH^0 (-12828) -At time : 4.1011 ns Reaction : OH^0 (-10430) + OH^0 (-10256) -> H2O2^0 (-12829) -At time : 4.1011 ns Reaction : e_aq^-1 (-2842) + OH^0 (-9650) -> OH^-1 (-12830) -At time : 4.1011 ns Reaction : e_aq^-1 (-5406) + OH^0 (-8637) -> OH^-1 (-12831) -At time : 4.1011 ns Reaction : OH^0 (-8250) + OH^0 (-8633) -> H2O2^0 (-12832) -At time : 4.1011 ns Reaction : OH^0 (-7178) + OH^0 (-7478) -> H2O2^0 (-12833) -At time : 4.2011 ns Reaction : H^0 (-10610) + H^0 (-12775) -> H_2^0 (-12834) -At time : 4.2011 ns Reaction : H3O^1 (-7523) + OH^-1 (-12748) -> No product -At time : 4.2011 ns Reaction : OH^-1 (-12721) + H3O^1 (-6491) -> No product -At time : 4.2011 ns Reaction : H3O^1 (-6081) + OH^-1 (-12708) -> No product -At time : 4.2011 ns Reaction : H^0 (-9841) + OH^0 (-12680) -> No product -At time : 4.2011 ns Reaction : OH^-1 (-12582) + H3O^1 (-6987) -> No product -At time : 4.2011 ns Reaction : e_aq^-1 (-4567) + H2O2^0 (-11977) -> OH^-1 (-12835) + OH^0 (-12836) -At time : 4.2011 ns Reaction : H3O^1 (-6225) + OH^-1 (-11954) -> No product -At time : 4.2011 ns Reaction : OH^0 (-10906) + OH^0 (-7938) -> H2O2^0 (-12837) -At time : 4.2011 ns Reaction : e_aq^-1 (-539) + OH^0 (-10416) -> OH^-1 (-12838) -At time : 4.2011 ns Reaction : OH^0 (-9884) + OH^0 (-8780) -> H2O2^0 (-12839) -At time : 4.2011 ns Reaction : OH^0 (-9705) + e_aq^-1 (-2590) -> OH^-1 (-12840) -At time : 4.2011 ns Reaction : e_aq^-1 (-4107) + OH^0 (-9027) -> OH^-1 (-12841) -At time : 4.2011 ns Reaction : e_aq^-1 (-5579) + H3O^1 (-8279) -> H^0 (-12842) -At time : 4.2011 ns Reaction : e_aq^-1 (-605) + H3O^1 (-8165) -> H^0 (-12843) -At time : 4.2011 ns Reaction : e_aq^-1 (-4766) + OH^0 (-8026) -> OH^-1 (-12844) -At time : 4.3011 ns Reaction : OH^-1 (-12821) + H3O^1 (-7989) -> No product -At time : 4.3011 ns Reaction : H3O^1 (-10578) + OH^-1 (-12816) -> No product -At time : 4.3011 ns Reaction : OH^-1 (-12751) + H3O^1 (-6657) -> No product -At time : 4.3011 ns Reaction : H^0 (-12533) + H^0 (-12694) -> H_2^0 (-12845) -At time : 4.3011 ns Reaction : H3O^1 (-6811) + OH^-1 (-12669) -> No product -At time : 4.3011 ns Reaction : e_aq^-1 (-1497) + H2O2^0 (-12556) -> OH^-1 (-12846) + OH^0 (-12847) -At time : 4.3011 ns Reaction : OH^-1 (-12421) + H3O^1 (-7999) -> No product -At time : 4.3011 ns Reaction : e_aq^-1 (-775) + H2O2^0 (-12006) -> OH^-1 (-12848) + OH^0 (-12849) -At time : 4.3011 ns Reaction : H3O^1 (-10336) + e_aq^-1 (-5569) -> H^0 (-12850) -At time : 4.3011 ns Reaction : e_aq^-1 (-596) + H3O^1 (-7207) -> H^0 (-12851) -At time : 4.4011 ns Reaction : H3O^1 (-9638) + OH^-1 (-12704) -> No product -At time : 4.4011 ns Reaction : OH^0 (-6548) + H^0 (-12701) -> No product -At time : 4.4011 ns Reaction : H3O^1 (-7193) + OH^-1 (-12586) -> No product -At time : 4.4011 ns Reaction : OH^-1 (-12507) + H3O^1 (-7647) -> No product -At time : 4.4011 ns Reaction : e_aq^-1 (-8734) + H^0 (-11813) -> OH^-1 (-12852) + H_2^0 (-12853) -At time : 4.4011 ns Reaction : e_aq^-1 (-5566) + H3O^1 (-11254) -> H^0 (-12854) -At time : 4.4011 ns Reaction : H^0 (-11175) + e_aq^-1 (-5537) -> OH^-1 (-12855) + H_2^0 (-12856) -At time : 4.4011 ns Reaction : OH^0 (-10308) + OH^0 (-8594) -> H2O2^0 (-12857) -At time : 4.4011 ns Reaction : OH^0 (-10210) + OH^0 (-8441) -> H2O2^0 (-12858) -At time : 4.4011 ns Reaction : e_aq^-1 (-4439) + H3O^1 (-8685) -> H^0 (-12859) -At time : 4.4011 ns Reaction : OH^0 (-7108) + OH^0 (-7500) -> H2O2^0 (-12860) -At time : 4.4011 ns Reaction : e_aq^-1 (-17) + e_aq^-1 (-72) -> OH^-1 (-12861) + OH^-1 (-12862) + H_2^0 (-12863) -At time : 4.4011 ns Reaction : OH^-1 (-12848) + H3O^1 (-7489) -> No product -At time : 4.5011 ns Reaction : e_aq^-1 (-3864) + OH^0 (-12782) -> OH^-1 (-12864) -At time : 4.5011 ns Reaction : e_aq^-1 (-5273) + H^0 (-11332) -> OH^-1 (-12865) + H_2^0 (-12866) -At time : 4.5011 ns Reaction : OH^0 (-10654) + OH^0 (-7696) -> H2O2^0 (-12867) -At time : 4.5011 ns Reaction : OH^0 (-10609) + e_aq^-1 (-3929) -> OH^-1 (-12868) -At time : 4.5011 ns Reaction : H^0 (-10601) + OH^0 (-5772) -> No product -At time : 4.5011 ns Reaction : H^0 (-9485) + e_aq^-1 (-3342) -> OH^-1 (-12869) + H_2^0 (-12870) -At time : 4.5011 ns Reaction : OH^0 (-5866) + OH^0 (-7980) -> H2O2^0 (-12871) -At time : 4.5011 ns Reaction : OH^0 (-6760) + OH^0 (-7874) -> H2O2^0 (-12872) -At time : 4.5011 ns Reaction : e_aq^-1 (-5508) + H3O^1 (-7417) -> H^0 (-12873) -At time : 4.5011 ns Reaction : e_aq^-1 (-2252) + OH^0 (-6724) -> OH^-1 (-12874) -At time : 4.6011 ns Reaction : OH^-1 (-12764) + H3O^1 (-8077) -> No product -At time : 4.6011 ns Reaction : OH^0 (-9119) + H^0 (-12516) -> No product -At time : 4.6011 ns Reaction : e_aq^-1 (-4170) + H^0 (-12433) -> OH^-1 (-12875) + H_2^0 (-12876) -At time : 4.6011 ns Reaction : OH^0 (-10579) + H^0 (-12185) -> No product -At time : 4.6011 ns Reaction : OH^0 (-10689) + e_aq^-1 (-3654) -> OH^-1 (-12877) -At time : 4.6011 ns Reaction : OH^0 (-10553) + e_aq^-1 (-4220) -> OH^-1 (-12878) -At time : 4.6011 ns Reaction : H3O^1 (-6303) + e_aq^-1 (-8716) -> H^0 (-12879) -At time : 4.6011 ns Reaction : OH^0 (-7856) + OH^0 (-8411) -> H2O2^0 (-12880) -At time : 4.6011 ns Reaction : OH^0 (-5814) + OH^0 (-8294) -> H2O2^0 (-12881) -At time : 4.6011 ns Reaction : e_aq^-1 (-1466) + OH^0 (-6976) -> OH^-1 (-12882) -At time : 4.7011 ns Reaction : H2O2^0 (-11446) + e_aq^-1 (-3283) -> OH^-1 (-12883) + OH^0 (-12884) -At time : 4.7011 ns Reaction : OH^0 (-9837) + OH^0 (-9017) -> H2O2^0 (-12885) -At time : 4.7011 ns Reaction : OH^0 (-9258) + OH^0 (-6788) -> H2O2^0 (-12886) -At time : 4.7011 ns Reaction : OH^0 (-8908) + H^0 (-9088) -> No product -At time : 4.7011 ns Reaction : e_aq^-1 (-5065) + H3O^1 (-7483) -> H^0 (-12887) -At time : 4.7011 ns Reaction : OH^-1 (-12865) + H3O^1 (-8227) -> No product -At time : 4.7011 ns Reaction : H3O^1 (-9915) + OH^-1 (-12745) -> No product -At time : 4.8011 ns Reaction : OH^-1 (-12855) + H3O^1 (-8301) -> No product -At time : 4.8011 ns Reaction : H3O^1 (-9587) + OH^-1 (-12807) -> No product -At time : 4.8011 ns Reaction : OH^-1 (-12743) + H3O^1 (-7447) -> No product -At time : 4.8011 ns Reaction : OH^-1 (-12307) + H3O^1 (-8005) -> No product -At time : 4.8011 ns Reaction : H^0 (-9746) + OH^0 (-10748) -> No product -At time : 4.8011 ns Reaction : H3O^1 (-9971) + e_aq^-1 (-4325) -> H^0 (-12888) -At time : 4.8011 ns Reaction : e_aq^-1 (-4952) + H3O^1 (-8874) -> H^0 (-12889) -At time : 4.8011 ns Reaction : OH^0 (-6220) + e_aq^-1 (-8701) -> OH^-1 (-12890) -At time : 4.8011 ns Reaction : e_aq^-1 (-4027) + OH^0 (-7850) -> OH^-1 (-12891) -At time : 4.8011 ns Reaction : e_aq^-1 (-2479) + H3O^1 (-6633) -> H^0 (-12892) -At time : 4.8011 ns Reaction : e_aq^-1 (-546) + OH^0 (-10259) -> OH^-1 (-12893) -At time : 4.9011 ns Reaction : H3O^1 (-10257) + OH^-1 (-12893) -> No product -At time : 4.9011 ns Reaction : OH^-1 (-12826) + H3O^1 (-6911) -> No product -At time : 4.9011 ns Reaction : H3O^1 (-7257) + OH^-1 (-12798) -> No product -At time : 4.9011 ns Reaction : H3O^1 (-9362) + OH^-1 (-12785) -> No product -At time : 4.9011 ns Reaction : e_aq^-1 (-4065) + H^0 (-12590) -> OH^-1 (-12894) + H_2^0 (-12895) -At time : 4.9011 ns Reaction : H2O2^0 (-12273) + e_aq^-1 (-4322) -> OH^-1 (-12896) + OH^0 (-12897) -At time : 4.9011 ns Reaction : H3O^1 (-7305) + OH^-1 (-11989) -> No product -At time : 4.9011 ns Reaction : e_aq^-1 (-5036) + H^0 (-11962) -> OH^-1 (-12898) + H_2^0 (-12899) -At time : 4.9011 ns Reaction : H^0 (-10486) + H^0 (-10995) -> H_2^0 (-12900) -At time : 4.9011 ns Reaction : e_aq^-1 (-5112) + OH^0 (-10224) -> OH^-1 (-12901) -At time : 4.9011 ns Reaction : e_aq^-1 (-4396) + H3O^1 (-10028) -> H^0 (-12902) -At time : 4.9011 ns Reaction : OH^0 (-9535) + OH^0 (-6266) -> H2O2^0 (-12903) -At time : 4.9011 ns Reaction : OH^0 (-9469) + e_aq^-1 (-3469) -> OH^-1 (-12904) -At time : 4.9011 ns Reaction : e_aq^-1 (-766) + OH^0 (-8116) -> OH^-1 (-12905) -At time : 4.9011 ns Reaction : e_aq^-1 (-3523) + H3O^1 (-7693) -> H^0 (-12906) -At time : 4.9011 ns Reaction : e_aq^-1 (-1119) + H3O^1 (-7077) -> H^0 (-12907) -At time : 4.9011 ns Reaction : e_aq^-1 (-3032) + H3O^1 (-5897) -> H^0 (-12908) -At time : 4.9011 ns Reaction : OH^0 (-9312) + H^0 (-12551) -> No product -At time : 4.9011 ns Reaction : e_aq^-1 (-5468) + OH^0 (-8260) -> OH^-1 (-12909) -At time : 5.0011 ns Reaction : OH^-1 (-12894) + H3O^1 (-7849) -> No product -At time : 5.0011 ns Reaction : e_aq^-1 (-1893) + H2O2^0 (-12357) -> OH^-1 (-12910) + OH^0 (-12911) -At time : 5.0011 ns Reaction : e_aq^-1 (-778) + H^0 (-12299) -> OH^-1 (-12912) + H_2^0 (-12913) -At time : 5.0011 ns Reaction : e_aq^-1 (-5075) + H^0 (-12236) -> OH^-1 (-12914) + H_2^0 (-12915) -At time : 5.0011 ns Reaction : e_aq^-1 (-4777) + H2O2^0 (-12133) -> OH^-1 (-12916) + OH^0 (-12917) -At time : 5.0011 ns Reaction : OH^0 (-11029) + H^0 (-12082) -> No product -At time : 5.0011 ns Reaction : H^0 (-11590) + e_aq^-1 (-5134) -> OH^-1 (-12918) + H_2^0 (-12919) -At time : 5.0011 ns Reaction : e_aq^-1 (-4272) + H2O2^0 (-11455) -> OH^-1 (-12920) + OH^0 (-12921) -At time : 5.0011 ns Reaction : H^0 (-9795) + H^0 (-8978) -> H_2^0 (-12922) -At time : 5.0011 ns Reaction : OH^0 (-9524) + OH^0 (-6272) -> H2O2^0 (-12923) -At time : 5.0011 ns Reaction : e_aq^-1 (-2896) + H3O^1 (-7665) -> H^0 (-12924) -At time : 5.0011 ns Reaction : e_aq^-1 (-4585) + H3O^1 (-6969) -> H^0 (-12925) -At time : 5.0011 ns Reaction : e_aq^-1 (-3934) + H3O^1 (-6677) -> H^0 (-12926) -At time : 5.0011 ns Reaction : e_aq^-1 (-3119) + OH^0 (-6310) -> OH^-1 (-12927) -At time : 5.0011 ns Reaction : OH^0 (-10703) + e_aq^-1 (-2941) -> OH^-1 (-12928) -At time : 5.1011 ns Reaction : OH^-1 (-12918) + H3O^1 (-8127) -> No product -At time : 5.1011 ns Reaction : H3O^1 (-10318) + OH^-1 (-12909) -> No product -At time : 5.1011 ns Reaction : H3O^1 (-5975) + OH^-1 (-12875) -> No product -At time : 5.1011 ns Reaction : H^0 (-12359) + OH^0 (-7006) -> No product -At time : 5.1011 ns Reaction : e_aq^-1 (-1930) + H^0 (-12226) -> OH^-1 (-12929) + H_2^0 (-12930) -At time : 5.1011 ns Reaction : e_aq^-1 (-2230) + H2O2^0 (-11948) -> OH^-1 (-12931) + OH^0 (-12932) -At time : 5.1011 ns Reaction : e_aq^-1 (-2421) + H2O2^0 (-11938) -> OH^-1 (-12933) + OH^0 (-12934) -At time : 5.1011 ns Reaction : e_aq^-1 (-5547) + H2O2^0 (-11902) -> OH^-1 (-12935) + OH^0 (-12936) -At time : 5.1011 ns Reaction : e_aq^-1 (-1211) + H^0 (-11472) -> OH^-1 (-12937) + H_2^0 (-12938) -At time : 5.1011 ns Reaction : OH^0 (-11085) + e_aq^-1 (-5202) -> OH^-1 (-12939) -At time : 5.1011 ns Reaction : H^0 (-10569) + OH^0 (-6824) -> No product -At time : 5.1011 ns Reaction : OH^0 (-10565) + H^0 (-9443) -> No product -At time : 5.1011 ns Reaction : OH^0 (-10551) + OH^0 (-6840) -> H2O2^0 (-12940) -At time : 5.1011 ns Reaction : H^0 (-10294) + e_aq^-1 (-5380) -> OH^-1 (-12941) + H_2^0 (-12942) -At time : 5.1011 ns Reaction : H^0 (-9261) + OH^0 (-5790) -> No product -At time : 5.1011 ns Reaction : e_aq^-1 (-3548) + OH^0 (-7710) -> OH^-1 (-12943) -At time : 5.1011 ns Reaction : OH^0 (-6358) + OH^0 (-6364) -> H2O2^0 (-12944) -At time : 5.2011 ns Reaction : H3O^1 (-7899) + OH^-1 (-12910) -> No product -At time : 5.2011 ns Reaction : H3O^1 (-6777) + OH^-1 (-12596) -> No product -At time : 5.2011 ns Reaction : H3O^1 (-6707) + OH^-1 (-12022) -> No product -At time : 5.2011 ns Reaction : e_aq^-1 (-3176) + H2O2^0 (-11439) -> OH^-1 (-12945) + OH^0 (-12946) -At time : 5.2011 ns Reaction : e_aq^-1 (-3986) + H3O^1 (-10775) -> H^0 (-12947) -At time : 5.2011 ns Reaction : e_aq^-1 (-5603) + H3O^1 (-8919) -> H^0 (-12948) -At time : 5.2011 ns Reaction : OH^0 (-8018) + OH^0 (-8573) -> H2O2^0 (-12949) -At time : 5.2011 ns Reaction : OH^0 (-8252) + OH^0 (-8333) -> H2O2^0 (-12950) -At time : 5.2011 ns Reaction : e_aq^-1 (-4691) + H3O^1 (-7991) -> H^0 (-12951) -At time : 5.2011 ns Reaction : e_aq^-1 (-3024) + OH^0 (-6370) -> OH^-1 (-12952) -At time : 5.2011 ns Reaction : e_aq^-1 (-717) + e_aq^-1 (-5007) -> OH^-1 (-12953) + OH^-1 (-12954) + H_2^0 (-12955) -At time : 5.3011 ns Reaction : OH^-1 (-12905) + H3O^1 (-7481) -> No product -At time : 5.3011 ns Reaction : H3O^1 (-10310) + OH^-1 (-12558) -> No product -At time : 5.3011 ns Reaction : e_aq^-1 (-2460) + H2O2^0 (-12258) -> OH^-1 (-12956) + OH^0 (-12957) -At time : 5.3011 ns Reaction : OH^0 (-6326) + e_aq^-1 (-8719) -> OH^-1 (-12958) -At time : 5.3011 ns Reaction : e_aq^-1 (-4928) + H3O^1 (-8069) -> H^0 (-12959) -At time : 5.3011 ns Reaction : e_aq^-1 (-4193) + OH^0 (-6826) -> OH^-1 (-12960) -At time : 5.3011 ns Reaction : e_aq^-1 (-1416) + H3O^1 (-6179) -> H^0 (-12961) -At time : 5.3011 ns Reaction : e_aq^-1 (-3509) + e_aq^-1 (-3299) -> OH^-1 (-12962) + OH^-1 (-12963) + H_2^0 (-12964) -At time : 5.3011 ns Reaction : H3O^1 (-6327) + OH^-1 (-12958) -> No product -At time : 5.4011 ns Reaction : H^0 (-12561) + e_aq^-1 (-4607) -> OH^-1 (-12965) + H_2^0 (-12966) -At time : 5.4011 ns Reaction : e_aq^-1 (-1744) + H2O2^0 (-11847) -> OH^-1 (-12967) + OH^0 (-12968) -At time : 5.4011 ns Reaction : e_aq^-1 (-3922) + H3O^1 (-10761) -> H^0 (-12969) -At time : 5.4011 ns Reaction : OH^0 (-9813) + OH^0 (-7640) -> H2O2^0 (-12970) -At time : 5.4011 ns Reaction : H^0 (-9405) + OH^0 (-8918) -> No product -At time : 5.4011 ns Reaction : OH^0 (-9299) + OH^0 (-7530) -> H2O2^0 (-12971) -At time : 5.4011 ns Reaction : e_aq^-1 (-528) + H3O^1 (-8203) -> H^0 (-12972) -At time : 5.4011 ns Reaction : e_aq^-1 (-4171) + H3O^1 (-6203) -> H^0 (-12973) -At time : 5.5011 ns Reaction : e_aq^-1 (-2408) + H^0 (-12892) -> OH^-1 (-12974) + H_2^0 (-12975) -At time : 5.5011 ns Reaction : OH^-1 (-12844) + H3O^1 (-5863) -> No product -At time : 5.5011 ns Reaction : OH^0 (-10441) + OH^0 (-12828) -> H2O2^0 (-12976) -At time : 5.5011 ns Reaction : OH^-1 (-12818) + H3O^1 (-7167) -> No product -At time : 5.5011 ns Reaction : H3O^1 (-10497) + OH^-1 (-12814) -> No product -At time : 5.5011 ns Reaction : OH^-1 (-12793) + H3O^1 (-7697) -> No product -At time : 5.5011 ns Reaction : H3O^1 (-6943) + OH^-1 (-12331) -> No product -At time : 5.5011 ns Reaction : OH^-1 (-12143) + H3O^1 (-6403) -> No product -At time : 5.5011 ns Reaction : H3O^1 (-11022) + e_aq^-1 (-990) -> H^0 (-12977) -At time : 5.5011 ns Reaction : e_aq^-1 (-2363) + OH^0 (-10754) -> OH^-1 (-12978) -At time : 5.5011 ns Reaction : OH^0 (-9676) + H^0 (-10713) -> No product -At time : 5.5011 ns Reaction : e_aq^-1 (-4568) + OH^0 (-9291) -> OH^-1 (-12979) -At time : 5.5011 ns Reaction : e_aq^-1 (-5150) + OH^0 (-8128) -> OH^-1 (-12980) -At time : 5.6011 ns Reaction : OH^0 (-6700) + H^0 (-12947) -> No product -At time : 5.6011 ns Reaction : OH^-1 (-12937) + H3O^1 (-7533) -> No product -At time : 5.6011 ns Reaction : H2O2^0 (-11926) + e_aq^-1 (-3749) -> OH^-1 (-12981) + OH^0 (-12982) -At time : 5.6011 ns Reaction : OH^0 (-9951) + e_aq^-1 (-8692) -> OH^-1 (-12983) -At time : 5.6011 ns Reaction : OH^0 (-9929) + OH^0 (-5836) -> H2O2^0 (-12984) -At time : 5.6011 ns Reaction : OH^0 (-8172) + OH^0 (-8897) -> H2O2^0 (-12985) -At time : 5.6011 ns Reaction : OH^0 (-7876) + OH^0 (-8513) -> H2O2^0 (-12986) -At time : 5.6011 ns Reaction : e_aq^-1 (-4382) + H3O^1 (-7923) -> H^0 (-12987) -At time : 5.6011 ns Reaction : e_aq^-1 (-5033) + H3O^1 (-7491) -> H^0 (-12988) -At time : 5.6011 ns Reaction : e_aq^-1 (-3586) + OH^0 (-6356) -> OH^-1 (-12989) -At time : 5.7011 ns Reaction : OH^-1 (-12967) + H3O^1 (-5993) -> No product -At time : 5.7011 ns Reaction : OH^-1 (-12891) + H3O^1 (-6695) -> No product -At time : 5.7011 ns Reaction : OH^0 (-7426) + H^0 (-12763) -> No product -At time : 5.7011 ns Reaction : OH^-1 (-12684) + H3O^1 (-6783) -> No product -At time : 5.7011 ns Reaction : H3O^1 (-7027) + OH^-1 (-12422) -> No product -At time : 5.7011 ns Reaction : e_aq^-1 (-3021) + H2O2^0 (-11968) -> OH^-1 (-12990) + OH^0 (-12991) -At time : 5.7011 ns Reaction : e_aq^-1 (-2117) + H3O^1 (-7625) -> H^0 (-12992) -At time : 5.7011 ns Reaction : e_aq^-1 (-2683) + H3O^1 (-6521) -> H^0 (-12993) -At time : 5.8011 ns Reaction : OH^-1 (-12939) + H3O^1 (-7209) -> No product -At time : 5.8011 ns Reaction : H3O^1 (-6623) + OH^-1 (-12864) -> No product -At time : 5.8011 ns Reaction : OH^0 (-10258) + OH^0 (-11096) -> H2O2^0 (-12994) -At time : 5.8011 ns Reaction : OH^0 (-10341) + OH^0 (-7364) -> H2O2^0 (-12995) -At time : 5.8011 ns Reaction : OH^0 (-9533) + e_aq^-1 (-3557) -> OH^-1 (-12996) -At time : 5.8011 ns Reaction : e_aq^-1 (-4703) + OH^0 (-7028) -> OH^-1 (-12997) -At time : 5.9011 ns Reaction : OH^-1 (-12953) + H3O^1 (-7479) -> No product -At time : 5.9011 ns Reaction : H^0 (-12617) + e_aq^-1 (-5396) -> OH^-1 (-12998) + H_2^0 (-12999) -At time : 5.9011 ns Reaction : OH^0 (-12550) + H^0 (-10211) -> No product -At time : 5.9011 ns Reaction : H3O^1 (-11058) + e_aq^-1 (-5158) -> H^0 (-13000) -At time : 5.9011 ns Reaction : e_aq^-1 (-27) + OH^0 (-10349) -> OH^-1 (-13001) -At time : 5.9011 ns Reaction : OH^0 (-9109) + OH^0 (-8745) -> H2O2^0 (-13002) -At time : 5.9011 ns Reaction : e_aq^-1 (-4836) + H3O^1 (-8382) -> H^0 (-13003) -At time : 6.0011 ns Reaction : H3O^1 (-6341) + OH^-1 (-12989) -> No product -At time : 6.0011 ns Reaction : H^0 (-12534) + H^0 (-12801) -> H_2^0 (-13004) -At time : 6.0011 ns Reaction : H3O^1 (-7581) + OH^-1 (-12542) -> No product -At time : 6.0011 ns Reaction : e_aq^-1 (-4761) + H2O2^0 (-12060) -> OH^-1 (-13005) + OH^0 (-13006) -At time : 6.0011 ns Reaction : OH^0 (-11162) + H^0 (-9373) -> No product -At time : 6.0011 ns Reaction : H3O^1 (-10986) + e_aq^-1 (-1258) -> H^0 (-13007) -At time : 6.0011 ns Reaction : OH^0 (-10589) + e_aq^-1 (-3998) -> OH^-1 (-13008) -At time : 6.0011 ns Reaction : OH^0 (-8312) + OH^0 (-8603) -> H2O2^0 (-13009) -At time : 6.0011 ns Reaction : e_aq^-1 (-2159) + e_aq^-1 (-4022) -> OH^-1 (-13010) + OH^-1 (-13011) + H_2^0 (-13012) -At time : 6.0011 ns Reaction : OH^-1 (-13005) + H3O^1 (-7059) -> No product -At time : 6.1011 ns Reaction : OH^-1 (-12965) + H3O^1 (-7017) -> No product -At time : 6.1011 ns Reaction : OH^-1 (-12920) + H3O^1 (-5837) -> No product -At time : 6.1011 ns Reaction : H2O2^0 (-12872) + e_aq^-1 (-8515) -> OH^-1 (-13013) + OH^0 (-13014) -At time : 6.1011 ns Reaction : H3O^1 (-7019) + OH^-1 (-12284) -> No product -At time : 6.1011 ns Reaction : H2O2^0 (-12089) + e_aq^-1 (-4907) -> OH^-1 (-13015) + OH^0 (-13016) -At time : 6.1011 ns Reaction : H^0 (-11044) + OH^0 (-7484) -> No product -At time : 6.1011 ns Reaction : OH^0 (-10365) + e_aq^-1 (-5521) -> OH^-1 (-13017) -At time : 6.1011 ns Reaction : OH^0 (-9889) + e_aq^-1 (-2098) -> OH^-1 (-13018) -At time : 6.1011 ns Reaction : OH^0 (-7388) + OH^0 (-7394) -> H2O2^0 (-13019) -At time : 6.1011 ns Reaction : OH^-1 (-12898) + H3O^1 (-8129) -> No product -At time : 6.2011 ns Reaction : OH^-1 (-12998) + H3O^1 (-8239) -> No product -At time : 6.2011 ns Reaction : OH^0 (-10369) + H^0 (-12802) -> No product -At time : 6.2011 ns Reaction : OH^0 (-6830) + H^0 (-12792) -> No product -At time : 6.2011 ns Reaction : OH^-1 (-12604) + H3O^1 (-6771) -> No product -At time : 6.2011 ns Reaction : H^0 (-12575) + OH^0 (-8907) -> No product -At time : 6.2011 ns Reaction : H^0 (-10280) + OH^0 (-7446) -> No product -At time : 6.2011 ns Reaction : e_aq^-1 (-2359) + H3O^1 (-6637) -> H^0 (-13020) -At time : 6.2011 ns Reaction : e_aq^-1 (-5451) + e_aq^-1 (-5397) -> OH^-1 (-13021) + OH^-1 (-13022) + H_2^0 (-13023) -At time : 6.3011 ns Reaction : H3O^1 (-9895) + OH^-1 (-12779) -> No product -At time : 6.3011 ns Reaction : H^0 (-12733) + OH^0 (-7822) -> No product -At time : 6.3011 ns Reaction : OH^0 (-12570) + e_aq^-1 (-4580) -> OH^-1 (-13024) -At time : 6.3011 ns Reaction : H^0 (-12560) + e_aq^-1 (-5464) -> OH^-1 (-13025) + H_2^0 (-13026) -At time : 6.3011 ns Reaction : H3O^1 (-11035) + e_aq^-1 (-4966) -> H^0 (-13027) -At time : 6.3011 ns Reaction : OH^0 (-10968) + OH^0 (-8840) -> H2O2^0 (-13028) -At time : 6.3011 ns Reaction : e_aq^-1 (-2314) + H3O^1 (-7639) -> H^0 (-13029) -At time : 6.3011 ns Reaction : e_aq^-1 (-4804) + H3O^1 (-7081) -> H^0 (-13030) -At time : 6.4011 ns Reaction : OH^-1 (-13025) + H3O^1 (-7411) -> No product -At time : 6.4011 ns Reaction : H3O^1 (-11325) + OH^-1 (-12916) -> No product -At time : 6.4011 ns Reaction : OH^-1 (-12817) + H3O^1 (-7003) -> No product -At time : 6.4011 ns Reaction : e_aq^-1 (-4858) + H^0 (-12657) -> OH^-1 (-13031) + H_2^0 (-13032) -At time : 6.4011 ns Reaction : H3O^1 (-10880) + e_aq^-1 (-8809) -> H^0 (-13033) -At time : 6.4011 ns Reaction : H3O^1 (-8532) + e_aq^-1 (-8707) -> H^0 (-13034) -At time : 6.4011 ns Reaction : OH^0 (-7354) + OH^0 (-8597) -> H2O2^0 (-13035) -At time : 6.4011 ns Reaction : OH^0 (-5745) + OH^0 (-6980) -> H2O2^0 (-13036) -At time : 6.4011 ns Reaction : e_aq^-1 (-656) + e_aq^-1 (-5126) -> OH^-1 (-13037) + OH^-1 (-13038) + H_2^0 (-13039) -At time : 6.5011 ns Reaction : H3O^1 (-9868) + OH^-1 (-13018) -> No product -At time : 6.5011 ns Reaction : H^0 (-12977) + OH^0 (-7102) -> No product -At time : 6.5011 ns Reaction : OH^0 (-9191) + H^0 (-9603) -> No product -At time : 6.5011 ns Reaction : OH^0 (-9152) + OH^0 (-9455) -> H2O2^0 (-13040) -At time : 6.5011 ns Reaction : e_aq^-1 (-712) + OH^0 (-9339) -> OH^-1 (-13041) -At time : 6.5011 ns Reaction : e_aq^-1 (-4673) + H3O^1 (-8667) -> H^0 (-13042) -At time : 6.5011 ns Reaction : e_aq^-1 (-5426) + H3O^1 (-8249) -> H^0 (-13043) -At time : 6.5011 ns Reaction : e_aq^-1 (-4436) + OH^0 (-6920) -> OH^-1 (-13044) -At time : 6.5011 ns Reaction : OH^0 (-10339) + e_aq^-1 (-5709) -> OH^-1 (-13045) -At time : 6.6011 ns Reaction : OH^0 (-9332) + H^0 (-12851) -> No product -At time : 6.6011 ns Reaction : OH^-1 (-12753) + H3O^1 (-9322) -> No product -At time : 6.6011 ns Reaction : OH^0 (-10396) + OH^0 (-11246) -> H2O2^0 (-13046) -At time : 6.6011 ns Reaction : e_aq^-1 (-5221) + H3O^1 (-11107) -> H^0 (-13047) -At time : 6.6011 ns Reaction : e_aq^-1 (-5141) + H3O^1 (-11054) -> H^0 (-13048) -At time : 6.6011 ns Reaction : H^0 (-10591) + OH^0 (-7848) -> No product -At time : 6.6011 ns Reaction : OH^0 (-10571) + OH^0 (-6822) -> H2O2^0 (-13049) -At time : 6.6011 ns Reaction : H3O^1 (-9663) + e_aq^-1 (-3706) -> H^0 (-13050) -At time : 6.6011 ns Reaction : e_aq^-1 (-1590) + H3O^1 (-8808) -> H^0 (-13051) -At time : 6.6011 ns Reaction : e_aq^-1 (-189) + H3O^1 (-6101) -> H^0 (-13052) -At time : 6.6011 ns Reaction : e_aq^-1 (-5319) + e_aq^-1 (-5313) -> OH^-1 (-13053) + OH^-1 (-13054) + H_2^0 (-13055) -At time : 6.7011 ns Reaction : OH^-1 (-12954) + H3O^1 (-8107) -> No product -At time : 6.7011 ns Reaction : OH^0 (-12934) + OH^0 (-8979) -> H2O2^0 (-13056) -At time : 6.7011 ns Reaction : OH^0 (-10993) + OH^0 (-8040) -> H2O2^0 (-13057) -At time : 6.7011 ns Reaction : H^0 (-9104) + H^0 (-9505) -> H_2^0 (-13058) -At time : 6.7011 ns Reaction : e_aq^-1 (-5308) + H3O^1 (-8225) -> H^0 (-13059) -At time : 6.8011 ns Reaction : H3O^1 (-6273) + OH^-1 (-12996) -> No product -At time : 6.8011 ns Reaction : OH^0 (-12936) + OH^0 (-8937) -> H2O2^0 (-13060) -At time : 6.8011 ns Reaction : H3O^1 (-8652) + OH^-1 (-12901) -> No product -At time : 6.8011 ns Reaction : H2O2^0 (-12760) + e_aq^-1 (-5242) -> OH^-1 (-13061) + OH^0 (-13062) -At time : 6.8011 ns Reaction : OH^0 (-9386) + H^0 (-12481) -> No product -At time : 6.8011 ns Reaction : OH^0 (-5886) + H^0 (-11960) -> No product -At time : 6.8011 ns Reaction : e_aq^-1 (-5179) + OH^0 (-10423) -> OH^-1 (-13063) -At time : 6.8011 ns Reaction : e_aq^-1 (-4905) + OH^0 (-8078) -> OH^-1 (-13064) -At time : 6.8011 ns Reaction : e_aq^-1 (-3927) + H3O^1 (-7809) -> H^0 (-13065) -At time : 6.8011 ns Reaction : OH^0 (-6556) + OH^0 (-6558) -> H2O2^0 (-13066) -At time : 6.8011 ns Reaction : e_aq^-1 (-1031) + H3O^1 (-5861) -> H^0 (-13067) -At time : 6.9011 ns Reaction : OH^-1 (-13063) + H3O^1 (-10410) -> No product -At time : 6.9011 ns Reaction : H3O^1 (-6515) + OH^-1 (-12981) -> No product -At time : 6.9011 ns Reaction : H3O^1 (-10212) + OH^-1 (-12980) -> No product -At time : 6.9011 ns Reaction : H3O^1 (-10747) + OH^-1 (-12978) -> No product -At time : 6.9011 ns Reaction : OH^-1 (-12878) + H3O^1 (-6843) -> No product -At time : 6.9011 ns Reaction : H^0 (-10421) + OH^0 (-8186) -> No product -At time : 6.9011 ns Reaction : e_aq^-1 (-4930) + OH^0 (-8858) -> OH^-1 (-13068) -At time : 6.9011 ns Reaction : e_aq^-1 (-3790) + H3O^1 (-8349) -> H^0 (-13069) -At time : 6.9011 ns Reaction : e_aq^-1 (-5427) + H3O^1 (-8261) -> H^0 (-13070) -At time : 6.9011 ns Reaction : e_aq^-1 (-5105) + H3O^1 (-8141) -> H^0 (-13071) -At time : 7.0011 ns Reaction : e_aq^-1 (-4610) + H^0 (-13042) -> OH^-1 (-13072) + H_2^0 (-13073) -At time : 7.0011 ns Reaction : H^0 (-12850) + e_aq^-1 (-5597) -> OH^-1 (-13074) + H_2^0 (-13075) -At time : 7.0011 ns Reaction : OH^-1 (-12011) + H3O^1 (-7675) -> No product -At time : 7.0011 ns Reaction : H3O^1 (-10605) + e_aq^-1 (-3911) -> H^0 (-13076) -At time : 7.0011 ns Reaction : OH^0 (-6122) + OH^0 (-8284) -> H2O2^0 (-13077) -At time : 7.0011 ns Reaction : e_aq^-1 (-2704) + H3O^1 (-6519) -> H^0 (-13078) -At time : 7.0011 ns Reaction : e_aq^-1 (-5639) + OH^0 (-7390) -> OH^-1 (-13079) -At time : 7.1011 ns Reaction : OH^-1 (-13037) + H3O^1 (-7197) -> No product -At time : 7.1011 ns Reaction : e_aq^-1 (-2105) + H2O2^0 (-12412) -> OH^-1 (-13080) + OH^0 (-13081) -At time : 7.1011 ns Reaction : OH^0 (-10803) + H^0 (-12329) -> No product -At time : 7.1011 ns Reaction : OH^0 (-11042) + e_aq^-1 (-4990) -> OH^-1 (-13082) -At time : 7.1011 ns Reaction : OH^0 (-9823) + H^0 (-9235) -> No product -At time : 7.1011 ns Reaction : OH^0 (-6054) + e_aq^-1 (-8389) -> OH^-1 (-13083) -At time : 7.1011 ns Reaction : e_aq^-1 (-595) + OH^0 (-7236) -> OH^-1 (-13084) -At time : 7.1011 ns Reaction : e_aq^-1 (-4215) + OH^0 (-6828) -> OH^-1 (-13085) -At time : 7.1011 ns Reaction : e_aq^-1 (-3786) + H3O^1 (-6569) -> H^0 (-13086) -At time : 7.1011 ns Reaction : e_aq^-1 (-2667) + H^0 (-9711) -> OH^-1 (-13087) + H_2^0 (-13088) -At time : 7.2011 ns Reaction : OH^-1 (-12979) + H3O^1 (-5841) -> No product -At time : 7.2011 ns Reaction : OH^0 (-6956) + OH^0 (-12847) -> H2O2^0 (-13089) -At time : 7.2011 ns Reaction : H3O^1 (-8670) + OH^-1 (-12788) -> No product -At time : 7.2011 ns Reaction : OH^-1 (-12557) + H3O^1 (-8267) -> No product -At time : 7.2011 ns Reaction : H^0 (-11152) + OH^0 (-7300) -> No product -At time : 7.2011 ns Reaction : OH^0 (-10837) + e_aq^-1 (-1867) -> OH^-1 (-13090) -At time : 7.2011 ns Reaction : OH^0 (-10207) + OH^0 (-7490) -> H2O2^0 (-13091) -At time : 7.2011 ns Reaction : OH^0 (-9856) + OH^0 (-9852) -> H2O2^0 (-13092) -At time : 7.2011 ns Reaction : e_aq^-1 (-3878) + H^0 (-9012) -> OH^-1 (-13093) + H_2^0 (-13094) -At time : 7.2011 ns Reaction : e_aq^-1 (-1404) + H3O^1 (-7941) -> H^0 (-13095) -At time : 7.2011 ns Reaction : e_aq^-1 (-5045) + OH^0 (-7170) -> OH^-1 (-13096) -At time : 7.2011 ns Reaction : e_aq^-1 (-447) + OH^0 (-6082) -> OH^-1 (-13097) -At time : 7.3011 ns Reaction : H^0 (-9807) + H^0 (-13029) -> H_2^0 (-13098) -At time : 7.3011 ns Reaction : OH^-1 (-12882) + H3O^1 (-6181) -> No product -At time : 7.3011 ns Reaction : OH^-1 (-12579) + H3O^1 (-8868) -> No product -At time : 7.3011 ns Reaction : e_aq^-1 (-5288) + OH^0 (-11245) -> OH^-1 (-13099) -At time : 7.3011 ns Reaction : OH^0 (-10697) + e_aq^-1 (-3658) -> OH^-1 (-13100) -At time : 7.3011 ns Reaction : OH^0 (-5884) + e_aq^-1 (-8713) -> OH^-1 (-13101) -At time : 7.3011 ns Reaction : e_aq^-1 (-545) + OH^0 (-8218) -> OH^-1 (-13102) -At time : 7.3011 ns Reaction : e_aq^-1 (-2204) + H3O^1 (-7871) -> H^0 (-13103) -At time : 7.3011 ns Reaction : e_aq^-1 (-4158) + e_aq^-1 (-4111) -> OH^-1 (-13104) + OH^-1 (-13105) + H_2^0 (-13106) -At time : 7.4011 ns Reaction : H3O^1 (-9891) + OH^-1 (-13105) -> No product -At time : 7.4011 ns Reaction : OH^-1 (-13008) + H3O^1 (-6699) -> No product -At time : 7.4011 ns Reaction : OH^-1 (-12914) + H3O^1 (-7179) -> No product -At time : 7.4011 ns Reaction : OH^0 (-11343) + OH^0 (-9091) -> H2O2^0 (-13107) -At time : 7.4011 ns Reaction : H3O^1 (-10141) + e_aq^-1 (-4824) -> H^0 (-13108) -At time : 7.5011 ns Reaction : H3O^1 (-10202) + OH^-1 (-12912) -> No product -At time : 7.5011 ns Reaction : H3O^1 (-6863) + OH^-1 (-12687) -> No product -At time : 7.5011 ns Reaction : e_aq^-1 (-574) + OH^0 (-12493) -> OH^-1 (-13109) -At time : 7.5011 ns Reaction : e_aq^-1 (-5164) + H3O^1 (-7199) -> H^0 (-13110) -At time : 7.5011 ns Reaction : e_aq^-1 (-2316) + H3O^1 (-6703) -> H^0 (-13111) -At time : 7.5011 ns Reaction : e_aq^-1 (-2635) + H3O^1 (-6585) -> H^0 (-13112) -At time : 7.6011 ns Reaction : OH^-1 (-13096) + H3O^1 (-6065) -> No product -At time : 7.6011 ns Reaction : H^0 (-12926) + OH^0 (-7834) -> No product -At time : 7.6011 ns Reaction : OH^-1 (-12713) + H3O^1 (-7837) -> No product -At time : 7.6011 ns Reaction : H3O^1 (-9425) + OH^-1 (-12293) -> No product -At time : 7.6011 ns Reaction : e_aq^-1 (-4047) + H2O2^0 (-11583) -> OH^-1 (-13113) + OH^0 (-13114) -At time : 7.6011 ns Reaction : OH^0 (-10914) + OH^0 (-6928) -> H2O2^0 (-13115) -At time : 7.6011 ns Reaction : OH^0 (-10715) + OH^0 (-6472) -> H2O2^0 (-13116) -At time : 7.6011 ns Reaction : OH^0 (-10650) + OH^0 (-7690) -> H2O2^0 (-13117) -At time : 7.6011 ns Reaction : H^0 (-9225) + e_aq^-1 (-2471) -> OH^-1 (-13118) + H_2^0 (-13119) -At time : 7.6011 ns Reaction : e_aq^-1 (-1774) + H3O^1 (-7913) -> H^0 (-13120) -At time : 7.6011 ns Reaction : e_aq^-1 (-5074) + H3O^1 (-7137) -> H^0 (-13121) -At time : 7.7011 ns Reaction : H^0 (-13108) + e_aq^-1 (-4841) -> OH^-1 (-13122) + H_2^0 (-13123) -At time : 7.7011 ns Reaction : H3O^1 (-10192) + OH^-1 (-13083) -> No product -At time : 7.7011 ns Reaction : H^0 (-12961) + OH^0 (-6182) -> No product -At time : 7.7011 ns Reaction : H3O^1 (-10085) + OH^-1 (-12835) -> No product -At time : 7.7011 ns Reaction : H3O^1 (-10387) + OH^-1 (-12831) -> No product -At time : 7.7011 ns Reaction : OH^-1 (-12823) + H3O^1 (-7011) -> No product -At time : 7.7011 ns Reaction : H2O2^0 (-11390) + e_aq^-1 (-1910) -> OH^-1 (-13124) + OH^0 (-13125) -At time : 7.7011 ns Reaction : e_aq^-1 (-5550) + OH^0 (-8618) -> OH^-1 (-13126) -At time : 7.7011 ns Reaction : OH^0 (-6030) + OH^0 (-7536) -> H2O2^0 (-13127) -At time : 7.7011 ns Reaction : e_aq^-1 (-4409) + H3O^1 (-6189) -> H^0 (-13128) -At time : 7.7011 ns Reaction : OH^-1 (-12803) + H3O^1 (-5929) -> No product -At time : 7.8011 ns Reaction : H3O^1 (-10796) + OH^-1 (-13080) -> No product -At time : 7.8011 ns Reaction : e_aq^-1 (-841) + OH^0 (-13016) -> OH^-1 (-13129) -At time : 7.8011 ns Reaction : OH^0 (-12813) + OH^0 (-6780) -> H2O2^0 (-13130) -At time : 7.8011 ns Reaction : e_aq^-1 (-832) + H^0 (-12631) -> OH^-1 (-13131) + H_2^0 (-13132) -At time : 7.8011 ns Reaction : e_aq^-1 (-5652) + H2O2^0 (-12591) -> OH^-1 (-13133) + OH^0 (-13134) -At time : 7.8011 ns Reaction : OH^-1 (-12472) + H3O^1 (-6353) -> No product -At time : 7.8011 ns Reaction : H2O2^0 (-12257) + e_aq^-1 (-4552) -> OH^-1 (-13135) + OH^0 (-13136) -At time : 7.8011 ns Reaction : OH^0 (-10908) + e_aq^-1 (-4406) -> OH^-1 (-13137) -At time : 7.8011 ns Reaction : H^0 (-9536) + OH^0 (-7706) -> No product -At time : 7.8011 ns Reaction : e_aq^-1 (-5302) + OH^0 (-8226) -> OH^-1 (-13138) -At time : 7.9011 ns Reaction : OH^-1 (-13133) + H3O^1 (-8329) -> No product -At time : 7.9011 ns Reaction : H^0 (-12400) + OH^0 (-10495) -> No product -At time : 7.9011 ns Reaction : e_aq^-1 (-5276) + H2O2^0 (-12019) -> OH^-1 (-13139) + OH^0 (-13140) -At time : 7.9011 ns Reaction : H2O2^0 (-11766) + e_aq^-1 (-5312) -> OH^-1 (-13141) + OH^0 (-13142) -At time : 7.9011 ns Reaction : e_aq^-1 (-4917) + OH^0 (-8867) -> OH^-1 (-13143) -At time : 7.9011 ns Reaction : e_aq^-1 (-2044) + OH^0 (-7620) -> OH^-1 (-13144) -At time : 7.9011 ns Reaction : e_aq^-1 (-2639) + e_aq^-1 (-2717) -> OH^-1 (-13145) + OH^-1 (-13146) + H_2^0 (-13147) -At time : 8.0011 ns Reaction : H3O^1 (-10145) + OH^-1 (-13122) -> No product -At time : 8.0011 ns Reaction : H3O^1 (-11002) + OH^-1 (-13064) -> No product -At time : 8.0011 ns Reaction : OH^-1 (-12691) + H3O^1 (-8541) -> No product -At time : 8.0011 ns Reaction : e_aq^-1 (-4074) + H3O^1 (-8781) -> H^0 (-13148) -At time : 8.0011 ns Reaction : e_aq^-1 (-4060) + H3O^1 (-8514) -> H^0 (-13149) -At time : 8.1011 ns Reaction : H^0 (-9251) + H^0 (-13148) -> H_2^0 (-13150) -At time : 8.1011 ns Reaction : OH^-1 (-13109) + H3O^1 (-7211) -> No product -At time : 8.1011 ns Reaction : OH^-1 (-12956) + H3O^1 (-5933) -> No product -At time : 8.1011 ns Reaction : H3O^1 (-6393) + OH^-1 (-12877) -> No product -At time : 8.1011 ns Reaction : OH^-1 (-12281) + H3O^1 (-7125) -> No product -At time : 8.1011 ns Reaction : e_aq^-1 (-3533) + H2O2^0 (-11555) -> OH^-1 (-13151) + OH^0 (-13152) -At time : 8.1011 ns Reaction : H^0 (-9451) + e_aq^-1 (-3443) -> OH^-1 (-13153) + H_2^0 (-13154) -At time : 8.1011 ns Reaction : e_aq^-1 (-5599) + OH^0 (-7374) -> OH^-1 (-13155) -At time : 8.2011 ns Reaction : OH^-1 (-13143) + H3O^1 (-6149) -> No product -At time : 8.2011 ns Reaction : H3O^1 (-10273) + OH^-1 (-13141) -> No product -At time : 8.2011 ns Reaction : H^0 (-10535) + OH^0 (-7590) -> No product -At time : 8.2011 ns Reaction : H3O^1 (-10006) + e_aq^-1 (-8422) -> H^0 (-13156) -At time : 8.2011 ns Reaction : OH^0 (-9575) + e_aq^-1 (-3614) -> OH^-1 (-13157) -At time : 8.2011 ns Reaction : e_aq^-1 (-5258) + H3O^1 (-7263) -> H^0 (-13158) -At time : 8.2011 ns Reaction : OH^0 (-6114) + OH^0 (-6118) -> H2O2^0 (-13159) -At time : 8.2011 ns Reaction : OH^-1 (-12846) + H3O^1 (-6991) -> No product -At time : 8.3011 ns Reaction : OH^-1 (-13068) + H3O^1 (-8079) -> No product -At time : 8.3011 ns Reaction : e_aq^-1 (-5666) + H^0 (-12659) -> OH^-1 (-13160) + H_2^0 (-13161) -At time : 8.3011 ns Reaction : OH^0 (-12572) + e_aq^-1 (-5503) -> OH^-1 (-13162) -At time : 8.3011 ns Reaction : e_aq^-1 (-5710) + H2O2^0 (-11946) -> OH^-1 (-13163) + OH^0 (-13164) -At time : 8.3011 ns Reaction : OH^0 (-8208) + OH^0 (-9085) -> H2O2^0 (-13165) -At time : 8.3011 ns Reaction : e_aq^-1 (-4140) + OH^0 (-6792) -> OH^-1 (-13166) -At time : 8.3011 ns Reaction : e_aq^-1 (-2265) + H3O^1 (-5957) -> H^0 (-13167) -At time : 8.3011 ns Reaction : e_aq^-1 (-4188) + e_aq^-1 (-4255) -> OH^-1 (-13168) + OH^-1 (-13169) + H_2^0 (-13170) -At time : 8.4011 ns Reaction : H3O^1 (-5857) + OH^-1 (-12838) -> No product -At time : 8.4011 ns Reaction : H^0 (-9410) + OH^0 (-7246) -> No product -At time : 8.4011 ns Reaction : H^0 (-9196) + H^0 (-9198) -> H_2^0 (-13171) -At time : 8.4011 ns Reaction : e_aq^-1 (-4123) + H3O^1 (-7615) -> H^0 (-13172) -At time : 8.5011 ns Reaction : H^0 (-13003) + OH^0 (-10480) -> No product -At time : 8.5011 ns Reaction : OH^0 (-9869) + OH^0 (-12932) -> H2O2^0 (-13173) -At time : 8.5011 ns Reaction : OH^-1 (-12929) + H3O^1 (-6819) -> No product -At time : 8.5011 ns Reaction : OH^0 (-11030) + H^0 (-12122) -> No product -At time : 8.5011 ns Reaction : H2O2^0 (-11463) + e_aq^-1 (-4915) -> OH^-1 (-13174) + OH^0 (-13175) -At time : 8.5011 ns Reaction : OH^0 (-10975) + e_aq^-1 (-4754) -> OH^-1 (-13176) -At time : 8.5011 ns Reaction : H^0 (-9682) + OH^0 (-10709) -> No product -At time : 8.5011 ns Reaction : OH^0 (-10701) + OH^0 (-9620) -> H2O2^0 (-13177) -At time : 8.5011 ns Reaction : OH^0 (-9305) + OH^0 (-8012) -> H2O2^0 (-13178) -At time : 8.5011 ns Reaction : e_aq^-1 (-2285) + H3O^1 (-7835) -> H^0 (-13179) -At time : 8.5011 ns Reaction : e_aq^-1 (-3584) + OH^0 (-7712) -> OH^-1 (-13180) -At time : 8.5011 ns Reaction : e_aq^-1 (-4183) + H3O^1 (-7613) -> H^0 (-13181) -At time : 8.6011 ns Reaction : H3O^1 (-11172) + OH^-1 (-13017) -> No product -At time : 8.6011 ns Reaction : H^0 (-10417) + H^0 (-12263) -> H_2^0 (-13182) -At time : 8.6011 ns Reaction : e_aq^-1 (-2962) + H2O2^0 (-11654) -> OH^-1 (-13183) + OH^0 (-13184) -At time : 8.6011 ns Reaction : OH^-1 (-5813) + H3O^1 (-7367) -> No product -At time : 8.7011 ns Reaction : H3O^1 (-11000) + OH^-1 (-12997) -> No product -At time : 8.7011 ns Reaction : e_aq^-1 (-722) + H2O2^0 (-11585) -> OH^-1 (-13185) + OH^0 (-13186) -At time : 8.7011 ns Reaction : OH^0 (-9388) + H^0 (-11262) -> No product -At time : 8.7011 ns Reaction : OH^0 (-10684) + OH^0 (-6336) -> H2O2^0 (-13187) -At time : 8.7011 ns Reaction : e_aq^-1 (-249) + OH^0 (-8244) -> OH^-1 (-13188) -At time : 8.7011 ns Reaction : e_aq^-1 (-4675) + H3O^1 (-8009) -> H^0 (-13189) -At time : 8.7011 ns Reaction : e_aq^-1 (-3781) + OH^0 (-6546) -> OH^-1 (-13190) -At time : 8.7011 ns Reaction : e_aq^-1 (-142) + e_aq^-1 (-230) -> OH^-1 (-13191) + OH^-1 (-13192) + H_2^0 (-13193) -At time : 8.8011 ns Reaction : H3O^1 (-6631) + OH^-1 (-13093) -> No product -At time : 8.8011 ns Reaction : OH^-1 (-13041) + H3O^1 (-10241) -> No product -At time : 8.8011 ns Reaction : H3O^1 (-9755) + OH^-1 (-12974) -> No product -At time : 8.8011 ns Reaction : e_aq^-1 (-4710) + H^0 (-12907) -> OH^-1 (-13194) + H_2^0 (-13195) -At time : 8.8011 ns Reaction : OH^-1 (-12781) + H3O^1 (-7649) -> No product -At time : 8.8011 ns Reaction : OH^-1 (-12615) + H3O^1 (-6525) -> No product -At time : 8.8011 ns Reaction : H2O2^0 (-12380) + e_aq^-1 (-5453) -> OH^-1 (-13196) + OH^0 (-13197) -At time : 8.8011 ns Reaction : H^0 (-12085) + e_aq^-1 (-2719) -> OH^-1 (-13198) + H_2^0 (-13199) -At time : 8.8011 ns Reaction : H^0 (-9668) + OH^0 (-9656) -> No product -At time : 8.8011 ns Reaction : e_aq^-1 (-2038) + H3O^1 (-7619) -> H^0 (-13200) -At time : 8.8011 ns Reaction : OH^0 (-7602) + OH^0 (-7606) -> H2O2^0 (-13201) -At time : 8.8011 ns Reaction : e_aq^-1 (-3679) + OH^0 (-6412) -> OH^-1 (-13202) -At time : 8.8011 ns Reaction : e_aq^-1 (-3671) + H3O^1 (-6407) -> H^0 (-13203) -At time : 8.9011 ns Reaction : OH^-1 (-12830) + H3O^1 (-6463) -> No product -At time : 8.9011 ns Reaction : H^0 (-12301) + H^0 (-9044) -> H_2^0 (-13204) -At time : 8.9011 ns Reaction : e_aq^-1 (-2199) + H2O2^0 (-11668) -> OH^-1 (-13205) + OH^0 (-13206) -At time : 8.9011 ns Reaction : e_aq^-1 (-1487) + OH^0 (-9049) -> OH^-1 (-13207) -At time : 8.9011 ns Reaction : OH^0 (-6560) + OH^0 (-8770) -> H2O2^0 (-13208) -At time : 9.0011 ns Reaction : OH^-1 (-12862) + H3O^1 (-7385) -> No product -At time : 9.0011 ns Reaction : OH^-1 (-12717) + H3O^1 (-5895) -> No product -At time : 9.0011 ns Reaction : H3O^1 (-10220) + OH^-1 (-12634) -> No product -At time : 9.0011 ns Reaction : H2O2^0 (-12511) + e_aq^-1 (-5705) -> OH^-1 (-13209) + OH^0 (-13210) -At time : 9.0011 ns Reaction : e_aq^-1 (-3484) + H^0 (-12206) -> OH^-1 (-13211) + H_2^0 (-13212) -At time : 9.0011 ns Reaction : H2O2^0 (-11372) + e_aq^-1 (-4366) -> OH^-1 (-13213) + OH^0 (-13214) -At time : 9.0011 ns Reaction : e_aq^-1 (-4517) + H3O^1 (-6965) -> H^0 (-13215) -At time : 9.1011 ns Reaction : OH^0 (-7040) + H^0 (-13189) -> No product -At time : 9.1011 ns Reaction : OH^-1 (-13174) + H3O^1 (-7069) -> No product -At time : 9.1011 ns Reaction : OH^-1 (-13011) + H3O^1 (-7867) -> No product -At time : 9.1011 ns Reaction : H^0 (-12906) + OH^0 (-9493) -> No product -At time : 9.1011 ns Reaction : H3O^1 (-10447) + OH^-1 (-11915) -> No product -At time : 9.1011 ns Reaction : e_aq^-1 (-291) + H^0 (-10313) -> OH^-1 (-13216) + H_2^0 (-13217) -At time : 9.1011 ns Reaction : e_aq^-1 (-1982) + OH^0 (-9930) -> OH^-1 (-13218) -At time : 9.1011 ns Reaction : e_aq^-1 (-4496) + H3O^1 (-8367) -> H^0 (-13219) -At time : 9.2011 ns Reaction : H3O^1 (-6401) + OH^-1 (-13100) -> No product -At time : 9.2011 ns Reaction : OH^-1 (-13099) + H3O^1 (-6125) -> No product -At time : 9.2011 ns Reaction : OH^-1 (-12990) + H3O^1 (-6359) -> No product -At time : 9.2011 ns Reaction : H2O2^0 (-12489) + e_aq^-1 (-3720) -> OH^-1 (-13220) + OH^0 (-13221) -At time : 9.2011 ns Reaction : H3O^1 (-9619) + OH^-1 (-12440) -> No product -At time : 9.2011 ns Reaction : e_aq^-1 (-1976) + H^0 (-11220) -> OH^-1 (-13222) + H_2^0 (-13223) -At time : 9.2011 ns Reaction : OH^0 (-9165) + OH^0 (-9486) -> H2O2^0 (-13224) -At time : 9.2011 ns Reaction : e_aq^-1 (-4048) + H3O^1 (-7847) -> H^0 (-13225) -At time : 9.2011 ns Reaction : e_aq^-1 (-1362) + OH^0 (-7546) -> OH^-1 (-13226) -At time : 9.2011 ns Reaction : OH^0 (-6572) + OH^0 (-6588) -> H2O2^0 (-13227) -At time : 9.3011 ns Reaction : H3O^1 (-6507) + OH^-1 (-13220) -> No product -At time : 9.3011 ns Reaction : H3O^1 (-10904) + OH^-1 (-13137) -> No product -At time : 9.3011 ns Reaction : e_aq^-1 (-1408) + H2O2^0 (-13089) -> OH^-1 (-13228) + OH^0 (-13229) -At time : 9.3011 ns Reaction : e_aq^-1 (-4834) + H2O2^0 (-11849) -> OH^-1 (-13230) + OH^0 (-13231) -At time : 9.3011 ns Reaction : e_aq^-1 (-3667) + OH^0 (-6396) -> OH^-1 (-13232) -At time : 9.3011 ns Reaction : e_aq^-1 (-3649) + e_aq^-1 (-2977) -> OH^-1 (-13233) + OH^-1 (-13234) + H_2^0 (-13235) -At time : 9.4011 ns Reaction : H^0 (-11610) + OH^0 (-13006) -> No product -At time : 9.4011 ns Reaction : e_aq^-1 (-4317) + OH^0 (-12897) -> OH^-1 (-13236) -At time : 9.4011 ns Reaction : H^0 (-12067) + H^0 (-12673) -> H_2^0 (-13237) -At time : 9.4011 ns Reaction : H3O^1 (-11006) + OH^-1 (-12468) -> No product -At time : 9.4011 ns Reaction : OH^0 (-7010) + OH^0 (-8004) -> H2O2^0 (-13238) -At time : 9.4011 ns Reaction : e_aq^-1 (-2412) + H3O^1 (-6649) -> H^0 (-13239) -At time : 9.5011 ns Reaction : OH^-1 (-13236) + H3O^1 (-6877) -> No product -At time : 9.5011 ns Reaction : OH^-1 (-13169) + H3O^1 (-8691) -> No product -At time : 9.5011 ns Reaction : H3O^1 (-10882) + OH^-1 (-13044) -> No product -At time : 9.5011 ns Reaction : e_aq^-1 (-2593) + OH^0 (-10732) -> OH^-1 (-13240) -At time : 9.5011 ns Reaction : OH^0 (-9973) + OH^0 (-8795) -> H2O2^0 (-13241) -At time : 9.5011 ns Reaction : e_aq^-1 (-2872) + H3O^1 (-8763) -> H^0 (-13242) -At time : 9.5011 ns Reaction : e_aq^-1 (-4257) + H3O^1 (-7915) -> H^0 (-13243) -At time : 9.6011 ns Reaction : H3O^1 (-10815) + OH^-1 (-13124) -> No product -At time : 9.6011 ns Reaction : H3O^1 (-6795) + OH^-1 (-13104) -> No product -At time : 9.6011 ns Reaction : H^0 (-13059) + e_aq^-1 (-5356) -> OH^-1 (-13244) + H_2^0 (-13245) -At time : 9.6011 ns Reaction : e_aq^-1 (-4549) + H^0 (-12925) -> OH^-1 (-13246) + H_2^0 (-13247) -At time : 9.6011 ns Reaction : H^0 (-9259) + OH^0 (-8510) -> No product -At time : 9.6011 ns Reaction : OH^0 (-5820) + OH^0 (-5888) -> H2O2^0 (-13248) -At time : 9.6011 ns Reaction : e_aq^-1 (-4853) + e_aq^-1 (-1050) -> OH^-1 (-13249) + OH^-1 (-13250) + H_2^0 (-13251) -At time : 9.7011 ns Reaction : OH^-1 (-13194) + H3O^1 (-11008) -> No product -At time : 9.7011 ns Reaction : H3O^1 (-11020) + OH^-1 (-13082) -> No product -At time : 9.7011 ns Reaction : OH^-1 (-12632) + H3O^1 (-8751) -> No product -At time : 9.7011 ns Reaction : OH^0 (-9693) + OH^0 (-10725) -> H2O2^0 (-13252) -At time : 9.7011 ns Reaction : e_aq^-1 (-1046) + H^0 (-9308) -> OH^-1 (-13253) + H_2^0 (-13254) -At time : 9.7011 ns Reaction : e_aq^-1 (-3213) + H3O^1 (-7701) -> H^0 (-13255) -At time : 9.8011 ns Reaction : e_aq^-1 (-4524) + OH^0 (-13229) -> OH^-1 (-13256) -At time : 9.8011 ns Reaction : H3O^1 (-7853) + OH^-1 (-12874) -> No product -At time : 9.8011 ns Reaction : OH^-1 (-12724) + H3O^1 (-8171) -> No product -At time : 9.8011 ns Reaction : OH^0 (-9713) + OH^0 (-6552) -> H2O2^0 (-13257) -At time : 9.8011 ns Reaction : e_aq^-1 (-4781) + OH^0 (-7064) -> OH^-1 (-13258) -At time : 9.9011 ns Reaction : OH^-1 (-13126) + H3O^1 (-8265) -> No product -At time : 9.9011 ns Reaction : H3O^1 (-7891) + OH^-1 (-12960) -> No product -At time : 9.9011 ns Reaction : OH^-1 (-12933) + H3O^1 (-6653) -> No product -At time : 9.9011 ns Reaction : H^0 (-9906) + e_aq^-1 (-4198) -> OH^-1 (-13259) + H_2^0 (-13260) -At time : 9.9011 ns Reaction : H3O^1 (-9897) + e_aq^-1 (-2091) -> H^0 (-13261) -At time : 9.9011 ns Reaction : OH^0 (-9468) + e_aq^-1 (-3475) -> OH^-1 (-13262) -At time : 10.001 ns Reaction : H3O^1 (-10641) + OH^-1 (-13211) -> No product -At time : 10.001 ns Reaction : OH^-1 (-12757) + H3O^1 (-8305) -> No product -At time : 10.001 ns Reaction : e_aq^-1 (-3931) + H3O^1 (-9816) -> H^0 (-13263) -At time : 10.001 ns Reaction : OH^0 (-6210) + OH^0 (-7678) -> H2O2^0 (-13264) -At time : 11.001 ns Reaction : OH^-1 (-13228) + H3O^1 (-6979) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13176) + H3O^1 (-8017) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13166) + H3O^1 (-6775) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13163) + H3O^1 (-6121) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13151) + H3O^1 (-6233) -> No product -At time : 11.001 ns Reaction : H3O^1 (-7287) + OH^-1 (-13102) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13084) + H3O^1 (-7253) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13054) + H3O^1 (-8223) -> No product -At time : 11.001 ns Reaction : e_aq^-1 (-2770) + OH^0 (-12982) -> OH^-1 (-13265) -At time : 11.001 ns Reaction : OH^-1 (-12943) + H3O^1 (-7707) -> No product -At time : 11.001 ns Reaction : OH^-1 (-12795) + H3O^1 (-7541) -> No product -At time : 11.001 ns Reaction : e_aq^-1 (-364) + H^0 (-12771) -> OH^-1 (-13266) + H_2^0 (-13267) -At time : 11.001 ns Reaction : e_aq^-1 (-45) + H^0 (-12478) -> OH^-1 (-13268) + H_2^0 (-13269) -At time : 11.001 ns Reaction : OH^-1 (-12419) + H3O^1 (-6249) -> No product -At time : 11.001 ns Reaction : H2O2^0 (-12037) + e_aq^-1 (-4996) -> OH^-1 (-13270) + OH^0 (-13271) -At time : 11.001 ns Reaction : OH^-1 (-12021) + H3O^1 (-6719) -> No product -At time : 11.001 ns Reaction : H3O^1 (-10580) + e_aq^-1 (-3973) -> H^0 (-13272) -At time : 11.001 ns Reaction : H3O^1 (-10499) + e_aq^-1 (-4771) -> H^0 (-13273) -At time : 11.001 ns Reaction : H3O^1 (-10475) + e_aq^-1 (-4956) -> H^0 (-13274) -At time : 11.001 ns Reaction : H3O^1 (-10160) + e_aq^-1 (-4943) -> H^0 (-13275) -At time : 11.001 ns Reaction : H3O^1 (-6073) + OH^-1 (-13139) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13270) + H3O^1 (-7091) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13262) + H3O^1 (-6221) -> No product -At time : 12.001 ns Reaction : H3O^1 (-10064) + OH^-1 (-13256) -> No product -At time : 12.001 ns Reaction : H3O^1 (-10922) + OH^-1 (-13207) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13205) + H3O^1 (-6709) -> No product -At time : 12.001 ns Reaction : H3O^1 (-11147) + OH^-1 (-13162) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13155) + H3O^1 (-8293) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13144) + H3O^1 (-6765) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13118) + H3O^1 (-9770) -> No product -At time : 12.001 ns Reaction : H3O^1 (-10355) + OH^-1 (-13074) -> No product -At time : 12.001 ns Reaction : H3O^1 (-7977) + OH^-1 (-13072) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12983) + H3O^1 (-6817) -> No product -At time : 12.001 ns Reaction : H^0 (-12843) + e_aq^-1 (-610) -> OH^-1 (-13276) + H_2^0 (-13277) -At time : 12.001 ns Reaction : OH^-1 (-12776) + H3O^1 (-7921) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12768) + H3O^1 (-10740) -> No product -At time : 12.001 ns Reaction : H3O^1 (-9679) + OH^-1 (-12722) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12377) + H3O^1 (-8904) -> No product -At time : 12.001 ns Reaction : e_aq^-1 (-436) + H^0 (-12128) -> OH^-1 (-13278) + H_2^0 (-13279) -At time : 12.001 ns Reaction : e_aq^-1 (-3917) + H2O2^0 (-11536) -> OH^-1 (-13280) + OH^0 (-13281) -At time : 12.001 ns Reaction : e_aq^-1 (-5457) + H2O2^0 (-11513) -> OH^-1 (-13282) + OH^0 (-13283) -At time : 12.001 ns Reaction : OH^0 (-11055) + OH^0 (-8882) -> H2O2^0 (-13284) -At time : 12.001 ns Reaction : OH^0 (-10231) + OH^0 (-7196) -> H2O2^0 (-13285) -At time : 12.001 ns Reaction : OH^0 (-7258) + OH^0 (-8943) -> H2O2^0 (-13286) -At time : 12.001 ns Reaction : e_aq^-1 (-4391) + OH^0 (-10901) -> OH^-1 (-13287) -At time : 13.001 ns Reaction : OH^-1 (-13268) + H3O^1 (-8307) -> No product -At time : 13.001 ns Reaction : H3O^1 (-9671) + OH^-1 (-13265) -> No product -At time : 13.001 ns Reaction : H3O^1 (-5907) + OH^-1 (-13202) -> No product -At time : 13.001 ns Reaction : OH^-1 (-13190) + H3O^1 (-6529) -> No product -At time : 13.001 ns Reaction : H3O^1 (-10299) + OH^-1 (-13138) -> No product -At time : 13.001 ns Reaction : e_aq^-1 (-601) + H^0 (-13071) -> OH^-1 (-13288) + H_2^0 (-13289) -At time : 13.001 ns Reaction : OH^-1 (-12825) + H3O^1 (-6007) -> No product -At time : 13.001 ns Reaction : e_aq^-1 (-2186) + H^0 (-12774) -> OH^-1 (-13290) + H_2^0 (-13291) -At time : 13.001 ns Reaction : e_aq^-1 (-2003) + H^0 (-11942) -> OH^-1 (-13292) + H_2^0 (-13293) -At time : 13.001 ns Reaction : e_aq^-1 (-2803) + H2O2^0 (-11772) -> OH^-1 (-13294) + OH^0 (-13295) -At time : 13.001 ns Reaction : OH^0 (-11297) + OH^0 (-6426) -> H2O2^0 (-13296) -At time : 13.001 ns Reaction : H3O^1 (-11018) + e_aq^-1 (-4954) -> H^0 (-13297) -At time : 13.001 ns Reaction : OH^0 (-10632) + e_aq^-1 (-3456) -> OH^-1 (-13298) -At time : 13.001 ns Reaction : e_aq^-1 (-5047) + H3O^1 (-10206) -> H^0 (-13299) -At time : 13.001 ns Reaction : OH^0 (-9978) + OH^0 (-7598) -> H2O2^0 (-13300) -At time : 13.001 ns Reaction : OH^0 (-9296) + OH^0 (-6180) -> H2O2^0 (-13301) -At time : 13.001 ns Reaction : OH^0 (-8270) + OH^0 (-8941) -> H2O2^0 (-13302) -At time : 13.001 ns Reaction : OH^0 (-7872) + OH^0 (-8357) -> H2O2^0 (-13303) -At time : 13.001 ns Reaction : OH^0 (-7662) + OH^0 (-8348) -> H2O2^0 (-13304) -At time : 13.001 ns Reaction : OH^0 (-6264) + OH^0 (-6276) -> H2O2^0 (-13305) -At time : 14.001 ns Reaction : OH^-1 (-13294) + H3O^1 (-6435) -> No product -At time : 14.001 ns Reaction : H3O^1 (-11121) + OH^-1 (-13266) -> No product -At time : 14.001 ns Reaction : OH^-1 (-13253) + H3O^1 (-8045) -> No product -At time : 14.001 ns Reaction : H3O^1 (-6959) + OH^-1 (-13246) -> No product -At time : 14.001 ns Reaction : H3O^1 (-7365) + OH^-1 (-13209) -> No product -At time : 14.001 ns Reaction : H3O^1 (-11168) + OH^-1 (-13196) -> No product -At time : 14.001 ns Reaction : OH^-1 (-13145) + H3O^1 (-7785) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-467) + OH^0 (-13140) -> OH^-1 (-13306) -At time : 14.001 ns Reaction : H3O^1 (-5851) + OH^-1 (-13079) -> No product -At time : 14.001 ns Reaction : OH^0 (-12911) + e_aq^-1 (-4227) -> OH^-1 (-13307) -At time : 14.001 ns Reaction : e_aq^-1 (-3592) + H^0 (-12547) -> OH^-1 (-13308) + H_2^0 (-13309) -At time : 14.001 ns Reaction : e_aq^-1 (-5068) + H2O2^0 (-12529) -> OH^-1 (-13310) + OH^0 (-13311) -At time : 14.001 ns Reaction : e_aq^-1 (-4897) + H2O2^0 (-12180) -> OH^-1 (-13312) + OH^0 (-13313) -At time : 14.001 ns Reaction : H^0 (-10723) + OH^0 (-6542) -> No product -At time : 14.001 ns Reaction : OH^0 (-10435) + e_aq^-1 (-5140) -> OH^-1 (-13314) -At time : 14.001 ns Reaction : H^0 (-9164) + OH^0 (-8711) -> No product -At time : 14.001 ns Reaction : OH^0 (-9136) + OH^0 (-6116) -> H2O2^0 (-13315) -At time : 14.001 ns Reaction : OH^-1 (-12437) + H3O^1 (-7309) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-5541) + H2O2^0 (-12354) -> OH^-1 (-13316) + OH^0 (-13317) -At time : 15.001 ns Reaction : H2O2^0 (-13300) + e_aq^-1 (-4368) -> OH^-1 (-13318) + OH^0 (-13319) -At time : 15.001 ns Reaction : H3O^1 (-7775) + OH^-1 (-13198) -> No product -At time : 15.001 ns Reaction : e_aq^-1 (-2096) + H^0 (-13181) -> OH^-1 (-13320) + H_2^0 (-13321) -At time : 15.001 ns Reaction : H3O^1 (-11012) + OH^-1 (-13129) -> No product -At time : 15.001 ns Reaction : OH^0 (-12754) + e_aq^-1 (-5132) -> OH^-1 (-13322) -At time : 15.001 ns Reaction : H2O2^0 (-12628) + e_aq^-1 (-8431) -> OH^-1 (-13323) + OH^0 (-13324) -At time : 15.001 ns Reaction : H3O^1 (-10631) + OH^-1 (-12573) -> No product -At time : 15.001 ns Reaction : e_aq^-1 (-3604) + H2O2^0 (-11615) -> OH^-1 (-13325) + OH^0 (-13326) -At time : 15.001 ns Reaction : e_aq^-1 (-344) + H3O^1 (-11340) -> H^0 (-13327) -At time : 15.001 ns Reaction : H^0 (-11330) + e_aq^-1 (-634) -> OH^-1 (-13328) + H_2^0 (-13329) -At time : 15.001 ns Reaction : H3O^1 (-10926) + e_aq^-1 (-4501) -> H^0 (-13330) -At time : 15.001 ns Reaction : OH^0 (-10739) + OH^0 (-6600) -> H2O2^0 (-13331) -At time : 15.001 ns Reaction : H^0 (-9221) + e_aq^-1 (-2604) -> OH^-1 (-13332) + H_2^0 (-13333) -At time : 15.001 ns Reaction : OH^0 (-6530) + OH^0 (-8540) -> H2O2^0 (-13334) -At time : 15.001 ns Reaction : e_aq^-1 (-4884) + H3O^1 (-7097) -> H^0 (-13335) -At time : 16.001 ns Reaction : OH^-1 (-13323) + H3O^1 (-6027) -> No product -At time : 16.001 ns Reaction : H3O^1 (-7115) + OH^-1 (-13312) -> No product -At time : 16.001 ns Reaction : H3O^1 (-5899) + OH^-1 (-12852) -> No product -At time : 16.001 ns Reaction : H3O^1 (-9675) + OH^-1 (-12840) -> No product -At time : 16.001 ns Reaction : H^0 (-12565) + e_aq^-1 (-2974) -> OH^-1 (-13336) + H_2^0 (-13337) -At time : 16.001 ns Reaction : e_aq^-1 (-3011) + OH^0 (-12473) -> OH^-1 (-13338) -At time : 16.001 ns Reaction : e_aq^-1 (-5699) + H2O2^0 (-12458) -> OH^-1 (-13339) + OH^0 (-13340) -At time : 16.001 ns Reaction : e_aq^-1 (-2400) + H2O2^0 (-12198) -> OH^-1 (-13341) + OH^0 (-13342) -At time : 16.001 ns Reaction : e_aq^-1 (-3714) + H2O2^0 (-11900) -> OH^-1 (-13343) + OH^0 (-13344) -At time : 16.001 ns Reaction : e_aq^-1 (-4176) + H2O2^0 (-11591) -> OH^-1 (-13345) + OH^0 (-13346) -At time : 16.001 ns Reaction : OH^0 (-11193) + OH^0 (-6970) -> H2O2^0 (-13347) -At time : 16.001 ns Reaction : OH^0 (-10857) + H^0 (-10873) -> No product -At time : 16.001 ns Reaction : OH^0 (-7276) + H^0 (-9086) -> No product -At time : 16.001 ns Reaction : e_aq^-1 (-5674) + OH^0 (-8322) -> OH^-1 (-13348) -At time : 16.001 ns Reaction : e_aq^-1 (-5701) + H3O^1 (-7371) -> H^0 (-13349) -At time : 16.001 ns Reaction : e_aq^-1 (-4450) + e_aq^-1 (-4467) -> OH^-1 (-13350) + OH^-1 (-13351) + H_2^0 (-13352) -At time : 17.001 ns Reaction : H3O^1 (-7727) + OH^-1 (-13308) -> No product -At time : 17.001 ns Reaction : e_aq^-1 (-2823) + OH^0 (-13295) -> OH^-1 (-13353) -At time : 17.001 ns Reaction : OH^-1 (-13288) + H3O^1 (-7225) -> No product -At time : 17.001 ns Reaction : H^0 (-12987) + e_aq^-1 (-4485) -> OH^-1 (-13354) + H_2^0 (-13355) -At time : 17.001 ns Reaction : H3O^1 (-10572) + OH^-1 (-12841) -> No product -At time : 17.001 ns Reaction : H^0 (-12693) + e_aq^-1 (-2786) -> OH^-1 (-13356) + H_2^0 (-13357) -At time : 17.001 ns Reaction : e_aq^-1 (-4677) + H^0 (-12658) -> OH^-1 (-13358) + H_2^0 (-13359) -At time : 17.001 ns Reaction : e_aq^-1 (-3782) + H^0 (-12627) -> OH^-1 (-13360) + H_2^0 (-13361) -At time : 17.001 ns Reaction : e_aq^-1 (-4415) + H2O2^0 (-12346) -> OH^-1 (-13362) + OH^0 (-13363) -At time : 17.001 ns Reaction : e_aq^-1 (-3755) + H2O2^0 (-12112) -> OH^-1 (-13364) + OH^0 (-13365) -At time : 17.001 ns Reaction : OH^0 (-11118) + OH^0 (-8393) -> H2O2^0 (-13366) -At time : 17.001 ns Reaction : H3O^1 (-10503) + e_aq^-1 (-8500) -> H^0 (-13367) -At time : 17.001 ns Reaction : OH^0 (-9843) + OH^0 (-8354) -> H2O2^0 (-13368) -At time : 17.001 ns Reaction : e_aq^-1 (-5424) + H3O^1 (-8925) -> H^0 (-13369) -At time : 17.001 ns Reaction : e_aq^-1 (-2533) + H3O^1 (-7819) -> H^0 (-13370) -At time : 17.001 ns Reaction : e_aq^-1 (-3818) + H3O^1 (-6605) -> H^0 (-13371) -At time : 17.001 ns Reaction : e_aq^-1 (-4575) + H3O^1 (-6015) -> H^0 (-13372) -At time : 17.001 ns Reaction : OH^-1 (-13314) + H3O^1 (-7455) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13362) + H3O^1 (-6849) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13339) + H3O^1 (-8291) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13234) + H3O^1 (-5901) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13113) + H3O^1 (-6727) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13061) + H3O^1 (-11060) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13015) + H3O^1 (-8583) -> No product -At time : 18.001 ns Reaction : OH^-1 (-12952) + H3O^1 (-6389) -> No product -At time : 18.001 ns Reaction : H^0 (-12749) + OH^0 (-6248) -> No product -At time : 18.001 ns Reaction : H3O^1 (-5825) + OH^-1 (-12740) -> No product -At time : 18.001 ns Reaction : OH^-1 (-12683) + H3O^1 (-7873) -> No product -At time : 18.001 ns Reaction : H3O^1 (-6305) + OH^-1 (-12229) -> No product -At time : 18.001 ns Reaction : OH^0 (-5808) + H^0 (-12207) -> No product -At time : 18.001 ns Reaction : OH^0 (-12172) + OH^0 (-7608) -> H2O2^0 (-13373) -At time : 18.001 ns Reaction : e_aq^-1 (-5563) + H2O2^0 (-12109) -> OH^-1 (-13374) + OH^0 (-13375) -At time : 18.001 ns Reaction : OH^-1 (-12092) + H3O^1 (-6317) -> No product -At time : 18.001 ns Reaction : H^0 (-11228) + OH^0 (-7962) -> No product -At time : 18.001 ns Reaction : OH^0 (-9534) + OH^0 (-6268) -> H2O2^0 (-13376) -At time : 18.001 ns Reaction : OH^0 (-7634) + OH^0 (-8975) -> H2O2^0 (-13377) -At time : 18.001 ns Reaction : OH^0 (-7746) + OH^0 (-7750) -> H2O2^0 (-13378) -At time : 18.001 ns Reaction : e_aq^-1 (-2700) + H3O^1 (-7661) -> H^0 (-13379) -At time : 18.001 ns Reaction : e_aq^-1 (-2768) + H3O^1 (-6513) -> H^0 (-13380) -At time : 19.001 ns Reaction : OH^-1 (-13374) + H3O^1 (-7335) -> No product -At time : 19.001 ns Reaction : H3O^1 (-10127) + OH^-1 (-13358) -> No product -At time : 19.001 ns Reaction : OH^-1 (-13328) + H3O^1 (-7189) -> No product -At time : 19.001 ns Reaction : H3O^1 (-9256) + OH^-1 (-13320) -> No product -At time : 19.001 ns Reaction : H3O^1 (-7461) + OH^-1 (-13244) -> No product -At time : 19.001 ns Reaction : H3O^1 (-7737) + OH^-1 (-13232) -> No product -At time : 19.001 ns Reaction : e_aq^-1 (-3808) + H2O2^0 (-13066) -> OH^-1 (-13381) + OH^0 (-13382) -At time : 19.001 ns Reaction : OH^-1 (-12927) + H3O^1 (-6329) -> No product -At time : 19.001 ns Reaction : H3O^1 (-6257) + OH^-1 (-12883) -> No product -At time : 19.001 ns Reaction : OH^-1 (-12861) + H3O^1 (-7345) -> No product -At time : 19.001 ns Reaction : e_aq^-1 (-5049) + H^0 (-12381) -> OH^-1 (-13383) + H_2^0 (-13384) -At time : 19.001 ns Reaction : e_aq^-1 (-4744) + H2O2^0 (-12043) -> OH^-1 (-13385) + OH^0 (-13386) -At time : 19.001 ns Reaction : e_aq^-1 (-3158) + H2O2^0 (-11708) -> OH^-1 (-13387) + OH^0 (-13388) -At time : 19.001 ns Reaction : OH^0 (-11019) + OH^0 (-6046) -> H2O2^0 (-13389) -At time : 19.001 ns Reaction : H3O^1 (-10561) + e_aq^-1 (-4155) -> H^0 (-13390) -At time : 19.001 ns Reaction : OH^0 (-9877) + OH^0 (-7630) -> H2O2^0 (-13391) -At time : 19.001 ns Reaction : H^0 (-9839) + OH^0 (-6702) -> No product -At time : 19.001 ns Reaction : H3O^1 (-9232) + e_aq^-1 (-3846) -> H^0 (-13392) -At time : 19.001 ns Reaction : e_aq^-1 (-827) + H3O^1 (-8075) -> H^0 (-13393) -At time : 19.001 ns Reaction : e_aq^-1 (-2504) + H3O^1 (-7801) -> H^0 (-13394) -At time : 19.001 ns Reaction : e_aq^-1 (-298) + H3O^1 (-7403) -> H^0 (-13395) -At time : 19.001 ns Reaction : e_aq^-1 (-2582) + e_aq^-1 (-2713) -> OH^-1 (-13396) + OH^-1 (-13397) + H_2^0 (-13398) -At time : 19.001 ns Reaction : e_aq^-1 (-1461) + OH^0 (-9057) -> OH^-1 (-13399) -At time : 20.001 ns Reaction : OH^0 (-13281) + e_aq^-1 (-2324) -> OH^-1 (-13400) -At time : 20.001 ns Reaction : H3O^1 (-5999) + OH^-1 (-13213) -> No product -At time : 20.001 ns Reaction : H3O^1 (-10389) + OH^-1 (-12941) -> No product -At time : 20.001 ns Reaction : e_aq^-1 (-4205) + H2O2^0 (-12432) -> OH^-1 (-13401) + OH^0 (-13402) -At time : 20.001 ns Reaction : e_aq^-1 (-4133) + H2O2^0 (-12104) -> OH^-1 (-13403) + OH^0 (-13404) -At time : 20.001 ns Reaction : e_aq^-1 (-4681) + H2O2^0 (-12054) -> OH^-1 (-13405) + OH^0 (-13406) -At time : 20.001 ns Reaction : H^0 (-10084) + e_aq^-1 (-4661) -> OH^-1 (-13407) + H_2^0 (-13408) -At time : 20.001 ns Reaction : H^0 (-9805) + OH^0 (-7814) -> No product -At time : 20.001 ns Reaction : OH^0 (-9730) + OH^0 (-7794) -> H2O2^0 (-13409) -At time : 20.001 ns Reaction : e_aq^-1 (-4560) + H3O^1 (-8832) -> H^0 (-13410) -At time : 20.001 ns Reaction : e_aq^-1 (-5072) + H3O^1 (-6071) -> H^0 (-13411) -At time : 20.001 ns Reaction : e_aq^-1 (-4441) + H3O^1 (-6003) -> H^0 (-13412) -At time : 21.001 ns Reaction : OH^-1 (-13353) + H3O^1 (-6443) -> No product -At time : 21.001 ns Reaction : e_aq^-1 (-284) + H2O2^0 (-13077) -> OH^-1 (-13413) + OH^0 (-13414) -At time : 21.001 ns Reaction : e_aq^-1 (-4017) + H2O2^0 (-12804) -> OH^-1 (-13415) + OH^0 (-13416) -At time : 21.001 ns Reaction : H3O^1 (-5865) + OH^-1 (-12772) -> No product -At time : 21.001 ns Reaction : H^0 (-11286) + e_aq^-1 (-1826) -> OH^-1 (-13417) + H_2^0 (-13418) -At time : 21.001 ns Reaction : e_aq^-1 (-5086) + H3O^1 (-7135) -> H^0 (-13419) -At time : 22.001 ns Reaction : OH^-1 (-13415) + H3O^1 (-6697) -> No product -At time : 22.001 ns Reaction : OH^-1 (-13325) + H3O^1 (-9573) -> No product -At time : 22.001 ns Reaction : H3O^1 (-6197) + OH^-1 (-13307) -> No product -At time : 22.001 ns Reaction : OH^-1 (-13280) + H3O^1 (-6655) -> No product -At time : 22.001 ns Reaction : OH^-1 (-13192) + H3O^1 (-7281) -> No product -At time : 22.001 ns Reaction : OH^-1 (-13185) + H3O^1 (-8073) -> No product -At time : 22.001 ns Reaction : e_aq^-1 (-5591) + OH^0 (-13164) -> OH^-1 (-13420) -At time : 22.001 ns Reaction : H3O^1 (-7009) + OH^-1 (-13031) -> No product -At time : 22.001 ns Reaction : e_aq^-1 (-2271) + H^0 (-12969) -> OH^-1 (-13421) + H_2^0 (-13422) -At time : 22.001 ns Reaction : e_aq^-1 (-2518) + H^0 (-12135) -> OH^-1 (-13423) + H_2^0 (-13424) -At time : 22.001 ns Reaction : e_aq^-1 (-2455) + H2O2^0 (-11548) -> OH^-1 (-13425) + OH^0 (-13426) -At time : 22.001 ns Reaction : OH^0 (-7252) + OH^0 (-11266) -> H2O2^0 (-13427) -At time : 22.001 ns Reaction : OH^0 (-9311) + OH^0 (-7084) -> H2O2^0 (-13428) -At time : 22.001 ns Reaction : e_aq^-1 (-3843) + H3O^1 (-7817) -> H^0 (-13429) -At time : 23.001 ns Reaction : H3O^1 (-7203) + OH^-1 (-13383) -> No product -At time : 23.001 ns Reaction : H3O^1 (-9630) + OH^-1 (-13343) -> No product -At time : 23.001 ns Reaction : OH^0 (-13319) + e_aq^-1 (-4234) -> OH^-1 (-13430) -At time : 23.001 ns Reaction : H3O^1 (-10287) + OH^-1 (-13306) -> No product -At time : 23.001 ns Reaction : OH^-1 (-13157) + H3O^1 (-6295) -> No product -At time : 23.001 ns Reaction : OH^-1 (-13097) + H3O^1 (-7237) -> No product -At time : 23.001 ns Reaction : OH^-1 (-13090) + H3O^1 (-6895) -> No product -At time : 23.001 ns Reaction : OH^-1 (-13010) + H3O^1 (-6745) -> No product -At time : 23.001 ns Reaction : e_aq^-1 (-3055) + OH^0 (-12991) -> OH^-1 (-13431) -At time : 23.001 ns Reaction : OH^-1 (-12931) + H3O^1 (-6751) -> No product -At time : 23.001 ns Reaction : H^0 (-12924) + e_aq^-1 (-3665) -> OH^-1 (-13432) + H_2^0 (-13433) -At time : 23.001 ns Reaction : OH^0 (-12921) + e_aq^-1 (-4361) -> OH^-1 (-13434) -At time : 23.001 ns Reaction : H^0 (-12320) + e_aq^-1 (-2170) -> OH^-1 (-13435) + H_2^0 (-13436) -At time : 23.001 ns Reaction : e_aq^-1 (-5015) + H2O2^0 (-11689) -> OH^-1 (-13437) + OH^0 (-13438) -At time : 23.001 ns Reaction : H3O^1 (-9899) + e_aq^-1 (-2103) -> H^0 (-13439) -At time : 23.001 ns Reaction : H^0 (-9860) + OH^0 (-5964) -> No product -At time : 23.001 ns Reaction : OH^0 (-9257) + OH^0 (-7880) -> H2O2^0 (-13440) -At time : 23.001 ns Reaction : OH^0 (-7972) + H^0 (-8964) -> No product -At time : 23.001 ns Reaction : OH^0 (-6098) + OH^0 (-8242) -> H2O2^0 (-13441) -At time : 23.001 ns Reaction : OH^0 (-6848) + OH^0 (-7918) -> H2O2^0 (-13442) -At time : 24.001 ns Reaction : H3O^1 (-9712) + OH^-1 (-13360) -> No product -At time : 24.001 ns Reaction : H3O^1 (-6367) + OH^-1 (-13336) -> No product -At time : 24.001 ns Reaction : H^0 (-12854) + e_aq^-1 (-5630) -> OH^-1 (-13443) + H_2^0 (-13444) -At time : 24.001 ns Reaction : OH^0 (-12587) + e_aq^-1 (-5115) -> OH^-1 (-13445) -At time : 24.001 ns Reaction : H3O^1 (-9544) + e_aq^-1 (-3613) -> H^0 (-13446) -At time : 24.001 ns Reaction : e_aq^-1 (-3876) + H3O^1 (-6609) -> H^0 (-13447) -At time : 24.001 ns Reaction : e_aq^-1 (-3583) + e_aq^-1 (-3575) -> OH^-1 (-13448) + OH^-1 (-13449) + H_2^0 (-13450) -At time : 25.001 ns Reaction : OH^-1 (-13364) + H3O^1 (-6499) -> No product -At time : 25.001 ns Reaction : e_aq^-1 (-4389) + H2O2^0 (-12173) -> OH^-1 (-13451) + OH^0 (-13452) -At time : 25.001 ns Reaction : e_aq^-1 (-573) + H^0 (-12137) -> OH^-1 (-13453) + H_2^0 (-13454) -At time : 25.001 ns Reaction : H^0 (-10232) + OH^0 (-6062) -> No product -At time : 25.001 ns Reaction : OH^0 (-9969) + OH^0 (-7908) -> H2O2^0 (-13455) -At time : 25.001 ns Reaction : e_aq^-1 (-2621) + OH^0 (-9009) -> OH^-1 (-13456) -At time : 25.001 ns Reaction : e_aq^-1 (-5060) + OH^0 (-8585) -> OH^-1 (-13457) -At time : 25.001 ns Reaction : e_aq^-1 (-4349) + H3O^1 (-6879) -> H^0 (-13458) -At time : 26.001 ns Reaction : H3O^1 (-6825) + OH^-1 (-13318) -> No product -At time : 26.001 ns Reaction : OH^-1 (-13230) + H3O^1 (-8097) -> No product -At time : 26.001 ns Reaction : OH^-1 (-12820) + H3O^1 (-6761) -> No product -At time : 26.001 ns Reaction : e_aq^-1 (-5120) + H2O2^0 (-12479) -> OH^-1 (-13459) + OH^0 (-13460) -At time : 26.001 ns Reaction : H2O2^0 (-12149) + e_aq^-1 (-5123) -> OH^-1 (-13461) + OH^0 (-13462) -At time : 26.001 ns Reaction : OH^0 (-9228) + OH^0 (-6634) -> H2O2^0 (-13463) -At time : 26.001 ns Reaction : e_aq^-1 (-5405) + H3O^1 (-8454) -> H^0 (-13464) -At time : 26.001 ns Reaction : OH^0 (-5742) + OH^0 (-8032) -> H2O2^0 (-13465) -At time : 26.001 ns Reaction : e_aq^-1 (-4704) + H3O^1 (-7013) -> H^0 (-13466) -At time : 26.001 ns Reaction : OH^0 (-10165) + e_aq^-1 (-4859) -> OH^-1 (-13467) -At time : 27.001 ns Reaction : OH^-1 (-13457) + H3O^1 (-6151) -> No product -At time : 27.001 ns Reaction : OH^-1 (-13456) + H3O^1 (-6553) -> No product -At time : 27.001 ns Reaction : OH^-1 (-13310) + H3O^1 (-8451) -> No product -At time : 27.001 ns Reaction : OH^-1 (-13282) + H3O^1 (-7405) -> No product -At time : 27.001 ns Reaction : OH^-1 (-12935) + H3O^1 (-7343) -> No product -At time : 27.001 ns Reaction : H^0 (-11496) + e_aq^-1 (-4546) -> OH^-1 (-13468) + H_2^0 (-13469) -At time : 27.001 ns Reaction : e_aq^-1 (-4034) + H3O^1 (-9814) -> H^0 (-13470) -At time : 27.001 ns Reaction : H^0 (-9610) + OH^0 (-5784) -> No product -At time : 27.001 ns Reaction : H^0 (-9472) + OH^0 (-5878) -> No product -At time : 27.001 ns Reaction : H^0 (-9436) + OH^0 (-6914) -> No product -At time : 27.001 ns Reaction : e_aq^-1 (-5565) + OH^0 (-8459) -> OH^-1 (-13471) -At time : 28.001 ns Reaction : OH^-1 (-13222) + H3O^1 (-9942) -> No product -At time : 28.001 ns Reaction : e_aq^-1 (-733) + H^0 (-12766) -> OH^-1 (-13472) + H_2^0 (-13473) -At time : 28.001 ns Reaction : H3O^1 (-9737) + OH^-1 (-12750) -> No product -At time : 28.001 ns Reaction : OH^-1 (-12452) + H3O^1 (-6901) -> No product -At time : 28.001 ns Reaction : H3O^1 (-9551) + OH^-1 (-12334) -> No product -At time : 28.001 ns Reaction : OH^0 (-11341) + OH^0 (-7318) -> H2O2^0 (-13474) -At time : 28.001 ns Reaction : OH^0 (-11056) + e_aq^-1 (-5144) -> OH^-1 (-13475) -At time : 28.001 ns Reaction : OH^0 (-10374) + e_aq^-1 (-111) -> OH^-1 (-13476) -At time : 28.001 ns Reaction : H^0 (-10323) + OH^0 (-10367) -> No product -At time : 28.001 ns Reaction : e_aq^-1 (-4999) + H3O^1 (-10204) -> H^0 (-13477) -At time : 28.001 ns Reaction : OH^0 (-10115) + OH^0 (-5802) -> H2O2^0 (-13478) -At time : 28.001 ns Reaction : OH^0 (-9146) + OH^0 (-9452) -> H2O2^0 (-13479) -At time : 28.001 ns Reaction : e_aq^-1 (-4586) + H3O^1 (-6171) -> H^0 (-13480) -At time : 29.001 ns Reaction : H^0 (-13477) + e_aq^-1 (-5002) -> OH^-1 (-13481) + H_2^0 (-13482) -At time : 29.001 ns Reaction : H2O2^0 (-13284) + e_aq^-1 (-5194) -> OH^-1 (-13483) + OH^0 (-13484) -At time : 29.001 ns Reaction : H3O^1 (-10024) + OH^-1 (-13226) -> No product -At time : 29.001 ns Reaction : H3O^1 (-6267) + OH^-1 (-12962) -> No product -At time : 29.001 ns Reaction : e_aq^-1 (-4896) + H2O2^0 (-12800) -> OH^-1 (-13485) + OH^0 (-13486) -At time : 29.001 ns Reaction : H^0 (-10979) + OH^0 (-7068) -> No product -At time : 29.001 ns Reaction : H^0 (-9522) + OH^0 (-6244) -> No product -At time : 29.001 ns Reaction : e_aq^-1 (-1776) + H^0 (-9058) -> OH^-1 (-13487) + H_2^0 (-13488) -At time : 29.001 ns Reaction : e_aq^-1 (-4304) + OH^0 (-7580) -> OH^-1 (-13489) -At time : 30.001 ns Reaction : H3O^1 (-5981) + OH^-1 (-12790) -> No product -At time : 30.001 ns Reaction : H2O2^0 (-12759) + e_aq^-1 (-8593) -> OH^-1 (-13490) + OH^0 (-13491) -At time : 30.001 ns Reaction : e_aq^-1 (-870) + H2O2^0 (-11923) -> OH^-1 (-13492) + OH^0 (-13493) -At time : 30.001 ns Reaction : e_aq^-1 (-5262) + H2O2^0 (-11723) -> OH^-1 (-13494) + OH^0 (-13495) -At time : 30.001 ns Reaction : H^0 (-10335) + OH^0 (-5811) -> No product -At time : 30.001 ns Reaction : e_aq^-1 (-3184) + H3O^1 (-7705) -> H^0 (-13496) -At time : 31.001 ns Reaction : H3O^1 (-6733) + OH^-1 (-13435) -> No product -At time : 31.001 ns Reaction : H3O^1 (-10592) + OH^-1 (-13400) -> No product -At time : 31.001 ns Reaction : H3O^1 (-7547) + OH^-1 (-13385) -> No product -At time : 31.001 ns Reaction : e_aq^-1 (-5607) + OH^0 (-13340) -> OH^-1 (-13497) -At time : 31.001 ns Reaction : H3O^1 (-7465) + OH^-1 (-13276) -> No product -At time : 31.001 ns Reaction : H2O2^0 (-13116) + e_aq^-1 (-2800) -> OH^-1 (-13498) + OH^0 (-13499) -At time : 31.001 ns Reaction : H3O^1 (-10611) + OH^-1 (-12714) -> No product -At time : 31.001 ns Reaction : OH^0 (-12451) + e_aq^-1 (-2235) -> OH^-1 (-13500) -At time : 31.001 ns Reaction : e_aq^-1 (-4153) + H2O2^0 (-12192) -> OH^-1 (-13501) + OH^0 (-13502) -At time : 31.001 ns Reaction : H2O2^0 (-11817) + e_aq^-1 (-4372) -> OH^-1 (-13503) + OH^0 (-13504) -At time : 31.001 ns Reaction : H2O2^0 (-11475) + e_aq^-1 (-2706) -> OH^-1 (-13505) + OH^0 (-13506) -At time : 31.001 ns Reaction : OH^0 (-10426) + OH^0 (-7222) -> H2O2^0 (-13507) -At time : 31.001 ns Reaction : e_aq^-1 (-4536) + OH^0 (-8828) -> OH^-1 (-13508) -At time : 31.001 ns Reaction : OH^0 (-6966) + OH^0 (-6974) -> H2O2^0 (-13509) -At time : 31.001 ns Reaction : OH^0 (-6656) + OH^0 (-6676) -> H2O2^0 (-13510) -At time : 31.001 ns Reaction : e_aq^-1 (-3893) + OH^0 (-6640) -> OH^-1 (-13511) -At time : 31.001 ns Reaction : e_aq^-1 (-2943) + OH^0 (-6456) -> OH^-1 (-13512) -At time : 32.001 ns Reaction : OH^-1 (-13511) + H3O^1 (-6665) -> No product -At time : 32.001 ns Reaction : OH^0 (-13502) + e_aq^-1 (-2137) -> OH^-1 (-13513) -At time : 32.001 ns Reaction : e_aq^-1 (-3765) + H2O2^0 (-13334) -> OH^-1 (-13514) + OH^0 (-13515) -At time : 32.001 ns Reaction : H^0 (-13274) + e_aq^-1 (-4921) -> OH^-1 (-13516) + H_2^0 (-13517) -At time : 32.001 ns Reaction : H^0 (-13219) + OH^0 (-6188) -> No product -At time : 32.001 ns Reaction : H3O^1 (-6589) + OH^-1 (-12769) -> No product -At time : 32.001 ns Reaction : e_aq^-1 (-4651) + OH^0 (-12641) -> OH^-1 (-13518) -At time : 32.001 ns Reaction : H3O^1 (-10966) + OH^-1 (-12581) -> No product -At time : 32.001 ns Reaction : H2O2^0 (-12094) + e_aq^-1 (-4298) -> OH^-1 (-13519) + OH^0 (-13520) -At time : 32.001 ns Reaction : H^0 (-9970) + OH^0 (-9976) -> No product -At time : 32.001 ns Reaction : H^0 (-9835) + e_aq^-1 (-3979) -> OH^-1 (-13521) + H_2^0 (-13522) -At time : 32.001 ns Reaction : OH^0 (-7360) + OH^0 (-7386) -> H2O2^0 (-13523) -At time : 33.001 ns Reaction : H3O^1 (-6201) + OH^-1 (-13519) -> No product -At time : 33.001 ns Reaction : H3O^1 (-7337) + OH^-1 (-13443) -> No product -At time : 33.001 ns Reaction : OH^0 (-13375) + OH^0 (-6106) -> H2O2^0 (-13524) -At time : 33.001 ns Reaction : e_aq^-1 (-3358) + H2O2^0 (-13224) -> OH^-1 (-13525) + OH^0 (-13526) -At time : 33.001 ns Reaction : OH^-1 (-13038) + H3O^1 (-7223) -> No product -At time : 33.001 ns Reaction : OH^-1 (-13021) + H3O^1 (-8187) -> No product -At time : 33.001 ns Reaction : OH^-1 (-12827) + H3O^1 (-8153) -> No product -At time : 33.001 ns Reaction : e_aq^-1 (-497) + H2O2^0 (-12762) -> OH^-1 (-13527) + OH^0 (-13528) -At time : 33.001 ns Reaction : H2O2^0 (-11647) + e_aq^-1 (-4438) -> OH^-1 (-13529) + OH^0 (-13530) -At time : 33.001 ns Reaction : e_aq^-1 (-2867) + H^0 (-9633) -> OH^-1 (-13531) + H_2^0 (-13532) -At time : 33.001 ns Reaction : OH^0 (-9272) + OH^0 (-9045) -> H2O2^0 (-13533) -At time : 34.001 ns Reaction : OH^-1 (-13421) + H3O^1 (-9739) -> No product -At time : 34.001 ns Reaction : H3O^1 (-7123) + OH^-1 (-13322) -> No product -At time : 34.001 ns Reaction : OH^-1 (-13183) + H3O^1 (-6419) -> No product -At time : 34.001 ns Reaction : H3O^1 (-5939) + OH^-1 (-12868) -> No product -At time : 34.001 ns Reaction : H^0 (-12548) + e_aq^-1 (-4080) -> OH^-1 (-13534) + H_2^0 (-13535) -At time : 34.001 ns Reaction : e_aq^-1 (-4805) + H2O2^0 (-12382) -> OH^-1 (-13536) + OH^0 (-13537) -At time : 34.001 ns Reaction : OH^0 (-10678) + e_aq^-1 (-3589) -> OH^-1 (-13538) -At time : 35.001 ns Reaction : OH^0 (-13317) + OH^0 (-7322) -> H2O2^0 (-13539) -At time : 35.001 ns Reaction : e_aq^-1 (-4750) + H^0 (-13297) -> OH^-1 (-13540) + H_2^0 (-13541) -At time : 35.001 ns Reaction : OH^-1 (-13216) + H3O^1 (-8595) -> No product -At time : 35.001 ns Reaction : OH^0 (-12040) + OH^0 (-8006) -> H2O2^0 (-13542) -At time : 35.001 ns Reaction : e_aq^-1 (-4126) + H^0 (-9026) -> OH^-1 (-13543) + H_2^0 (-13544) -At time : 35.001 ns Reaction : e_aq^-1 (-5050) + H3O^1 (-8850) -> H^0 (-13545) -At time : 35.001 ns Reaction : e_aq^-1 (-4460) + H3O^1 (-8025) -> H^0 (-13546) -At time : 35.001 ns Reaction : e_aq^-1 (-5102) + H3O^1 (-6059) -> H^0 (-13547) -At time : 36.001 ns Reaction : OH^-1 (-13518) + H3O^1 (-8039) -> No product -At time : 36.001 ns Reaction : OH^-1 (-13514) + H3O^1 (-9753) -> No product -At time : 36.001 ns Reaction : H3O^1 (-6115) + OH^-1 (-13316) -> No product -At time : 36.001 ns Reaction : H2O2^0 (-13056) + e_aq^-1 (-2181) -> OH^-1 (-13548) + OH^0 (-13549) -At time : 36.001 ns Reaction : e_aq^-1 (-5348) + H2O2^0 (-13046) -> OH^-1 (-13550) + OH^0 (-13551) -At time : 36.001 ns Reaction : OH^0 (-7594) + H^0 (-13033) -> No product -At time : 36.001 ns Reaction : H^0 (-10919) + OH^0 (-12968) -> No product -At time : 36.001 ns Reaction : H2O2^0 (-12646) + e_aq^-1 (-4252) -> OH^-1 (-13552) + OH^0 (-13553) -At time : 36.001 ns Reaction : H2O2^0 (-12633) + e_aq^-1 (-2587) -> OH^-1 (-13554) + OH^0 (-13555) -At time : 36.001 ns Reaction : OH^0 (-9641) + e_aq^-1 (-2957) -> OH^-1 (-13556) -At time : 36.001 ns Reaction : OH^0 (-7164) + OH^0 (-8138) -> H2O2^0 (-13557) -At time : 36.001 ns Reaction : e_aq^-1 (-4608) + H3O^1 (-8041) -> H^0 (-13558) -At time : 36.001 ns Reaction : e_aq^-1 (-1446) + OH^0 (-6968) -> OH^-1 (-13559) -At time : 36.001 ns Reaction : e_aq^-1 (-2730) + H3O^1 (-6545) -> H^0 (-13560) -At time : 36.001 ns Reaction : OH^0 (-5876) + OH^0 (-6230) -> H2O2^0 (-13561) -At time : 37.001 ns Reaction : OH^-1 (-13529) + H3O^1 (-8673) -> No product -At time : 37.001 ns Reaction : H3O^1 (-5829) + OH^-1 (-13397) -> No product -At time : 37.001 ns Reaction : OH^-1 (-13396) + H3O^1 (-5913) -> No product -At time : 37.001 ns Reaction : e_aq^-1 (-1991) + H2O2^0 (-13373) -> OH^-1 (-13562) + OH^0 (-13563) -At time : 37.001 ns Reaction : OH^0 (-13186) + e_aq^-1 (-8587) -> OH^-1 (-13564) -At time : 37.001 ns Reaction : OH^-1 (-13085) + H3O^1 (-6869) -> No product -At time : 37.001 ns Reaction : H^0 (-12719) + OH^0 (-6240) -> No product -At time : 37.001 ns Reaction : e_aq^-1 (-2657) + H2O2^0 (-12535) -> OH^-1 (-13565) + OH^0 (-13566) -At time : 37.001 ns Reaction : H^0 (-12410) + OH^0 (-6034) -> No product -At time : 37.001 ns Reaction : e_aq^-1 (-5176) + H2O2^0 (-11616) -> OH^-1 (-13567) + OH^0 (-13568) -At time : 37.001 ns Reaction : e_aq^-1 (-600) + H3O^1 (-11105) -> H^0 (-13569) -At time : 37.001 ns Reaction : H^0 (-9996) + OH^0 (-6874) -> No product -At time : 37.001 ns Reaction : H^0 (-9180) + e_aq^-1 (-3149) -> OH^-1 (-13570) + H_2^0 (-13571) -At time : 37.001 ns Reaction : e_aq^-1 (-706) + e_aq^-1 (-770) -> OH^-1 (-13572) + OH^-1 (-13573) + H_2^0 (-13574) -At time : 38.001 ns Reaction : OH^-1 (-13565) + H3O^1 (-6565) -> No product -At time : 38.001 ns Reaction : e_aq^-1 (-4920) + OH^0 (-13537) -> OH^-1 (-13575) -At time : 38.001 ns Reaction : e_aq^-1 (-4376) + OH^0 (-13363) -> OH^-1 (-13576) -At time : 38.001 ns Reaction : OH^-1 (-13332) + H3O^1 (-5923) -> No product -At time : 38.001 ns Reaction : OH^0 (-6032) + H^0 (-13067) -> No product -At time : 38.001 ns Reaction : e_aq^-1 (-5020) + H^0 (-12988) -> OH^-1 (-13577) + H_2^0 (-13578) -At time : 38.001 ns Reaction : e_aq^-1 (-4388) + H^0 (-12015) -> OH^-1 (-13579) + H_2^0 (-13580) -At time : 38.001 ns Reaction : e_aq^-1 (-5448) + H2O2^0 (-11554) -> OH^-1 (-13581) + OH^0 (-13582) -At time : 38.001 ns Reaction : H3O^1 (-10637) + e_aq^-1 (-3338) -> H^0 (-13583) -At time : 38.001 ns Reaction : OH^0 (-10612) + OH^0 (-6604) -> H2O2^0 (-13584) -At time : 38.001 ns Reaction : H3O^1 (-9788) + e_aq^-1 (-2572) -> H^0 (-13585) -At time : 38.001 ns Reaction : OH^0 (-9292) + e_aq^-1 (-4745) -> OH^-1 (-13586) -At time : 38.001 ns Reaction : H3O^1 (-9236) + e_aq^-1 (-2256) -> H^0 (-13587) -At time : 38.001 ns Reaction : e_aq^-1 (-5037) + H3O^1 (-8889) -> H^0 (-13588) -At time : 38.001 ns Reaction : e_aq^-1 (-4723) + H3O^1 (-8658) -> H^0 (-13589) -At time : 38.001 ns Reaction : OH^0 (-6464) + e_aq^-1 (-8527) -> OH^-1 (-13590) -At time : 38.001 ns Reaction : e_aq^-1 (-4538) + e_aq^-1 (-4581) -> OH^-1 (-13591) + OH^-1 (-13592) + H_2^0 (-13593) -At time : 39.001 ns Reaction : H3O^1 (-6511) + OH^-1 (-13505) -> No product -At time : 39.001 ns Reaction : H3O^1 (-7083) + OH^-1 (-13492) -> No product -At time : 39.001 ns Reaction : H3O^1 (-9346) + OH^-1 (-13490) -> No product -At time : 39.001 ns Reaction : OH^-1 (-13481) + H3O^1 (-8490) -> No product -At time : 39.001 ns Reaction : OH^-1 (-13403) + H3O^1 (-7863) -> No product -At time : 39.001 ns Reaction : OH^-1 (-13131) + H3O^1 (-8391) -> No product -At time : 39.001 ns Reaction : H3O^1 (-5879) + OH^-1 (-12890) -> No product -At time : 39.001 ns Reaction : OH^0 (-7624) + H^0 (-12030) -> No product -At time : 39.001 ns Reaction : OH^0 (-11053) + e_aq^-1 (-5039) -> OH^-1 (-13594) -At time : 39.001 ns Reaction : H3O^1 (-10788) + e_aq^-1 (-2141) -> H^0 (-13595) -At time : 39.001 ns Reaction : e_aq^-1 (-3028) + H^0 (-8988) -> OH^-1 (-13596) + H_2^0 (-13597) -At time : 39.001 ns Reaction : e_aq^-1 (-2782) + e_aq^-1 (-8764) -> OH^-1 (-13598) + OH^-1 (-13599) + H_2^0 (-13600) -At time : 39.001 ns Reaction : e_aq^-1 (-1504) + H3O^1 (-6981) -> H^0 (-13601) -At time : 40.001 ns Reaction : OH^-1 (-13567) + H3O^1 (-7213) -> No product -At time : 40.001 ns Reaction : OH^0 (-13504) + e_aq^-1 (-4301) -> OH^-1 (-13602) -At time : 40.001 ns Reaction : H3O^1 (-6791) + OH^-1 (-13501) -> No product -At time : 40.001 ns Reaction : OH^0 (-13406) + OH^0 (-6172) -> H2O2^0 (-13603) -At time : 40.001 ns Reaction : H3O^1 (-6355) + OH^-1 (-13338) -> No product -At time : 40.001 ns Reaction : e_aq^-1 (-4679) + H2O2^0 (-13028) -> OH^-1 (-13604) + OH^0 (-13605) -At time : 40.001 ns Reaction : e_aq^-1 (-3932) + H2O2^0 (-12885) -> OH^-1 (-13606) + OH^0 (-13607) -At time : 40.001 ns Reaction : H3O^1 (-6999) + OH^-1 (-12808) -> No product -At time : 40.001 ns Reaction : H2O2^0 (-11651) + e_aq^-1 (-4286) -> OH^-1 (-13608) + OH^0 (-13609) -At time : 40.001 ns Reaction : e_aq^-1 (-3822) + H2O2^0 (-11417) -> OH^-1 (-13610) + OH^0 (-13611) -At time : 40.001 ns Reaction : OH^0 (-9967) + H^0 (-9032) -> No product -At time : 40.001 ns Reaction : e_aq^-1 (-2601) + H^0 (-9674) -> OH^-1 (-13612) + H_2^0 (-13613) -At time : 40.001 ns Reaction : e_aq^-1 (-3823) + OH^0 (-8519) -> OH^-1 (-13614) -At time : 40.001 ns Reaction : OH^0 (-5954) + OH^0 (-8516) -> H2O2^0 (-13615) -At time : 40.001 ns Reaction : e_aq^-1 (-487) + OH^0 (-5805) -> OH^-1 (-13616) -At time : 41.001 ns Reaction : OH^-1 (-13586) + H3O^1 (-8340) -> No product -At time : 41.001 ns Reaction : OH^0 (-9491) + H^0 (-13583) -> No product -At time : 41.001 ns Reaction : OH^-1 (-13564) + H3O^1 (-7041) -> No product -At time : 41.001 ns Reaction : OH^-1 (-13476) + H3O^1 (-8334) -> No product -At time : 41.001 ns Reaction : e_aq^-1 (-4663) + H2O2^0 (-12387) -> OH^-1 (-13617) + OH^0 (-13618) -At time : 41.001 ns Reaction : H3O^1 (-10648) + OH^-1 (-12249) -> No product -At time : 41.001 ns Reaction : e_aq^-1 (-398) + H3O^1 (-11160) -> H^0 (-13619) -At time : 41.001 ns Reaction : H3O^1 (-10656) + e_aq^-1 (-3504) -> H^0 (-13620) -At time : 41.001 ns Reaction : e_aq^-1 (-4878) + OH^0 (-10142) -> OH^-1 (-13621) -At time : 41.001 ns Reaction : OH^0 (-10050) + e_aq^-1 (-1865) -> OH^-1 (-13622) -At time : 41.001 ns Reaction : OH^0 (-9880) + e_aq^-1 (-4099) -> OH^-1 (-13623) -At time : 41.001 ns Reaction : OH^0 (-9643) + OH^0 (-7752) -> H2O2^0 (-13624) -At time : 41.001 ns Reaction : OH^0 (-9197) + OH^0 (-6386) -> H2O2^0 (-13625) -At time : 41.001 ns Reaction : e_aq^-1 (-5318) + OH^0 (-8624) -> OH^-1 (-13626) -At time : 41.001 ns Reaction : OH^0 (-6698) + OH^0 (-7836) -> H2O2^0 (-13627) -At time : 42.001 ns Reaction : OH^-1 (-13536) + H3O^1 (-8089) -> No product -At time : 42.001 ns Reaction : H3O^1 (-7823) + OH^-1 (-13521) -> No product -At time : 42.001 ns Reaction : e_aq^-1 (-3742) + OH^0 (-13506) -> OH^-1 (-13628) -At time : 42.001 ns Reaction : e_aq^-1 (-670) + OH^0 (-13495) -> OH^-1 (-13629) -At time : 42.001 ns Reaction : H^0 (-13335) + OH^0 (-6168) -> No product -At time : 42.001 ns Reaction : H3O^1 (-9725) + OH^-1 (-13240) -> No product -At time : 42.001 ns Reaction : OH^-1 (-13087) + H3O^1 (-6573) -> No product -At time : 42.001 ns Reaction : e_aq^-1 (-5264) + H2O2^0 (-12183) -> OH^-1 (-13630) + OH^0 (-13631) -At time : 42.001 ns Reaction : e_aq^-1 (-4237) + H2O2^0 (-12130) -> OH^-1 (-13632) + OH^0 (-13633) -At time : 42.001 ns Reaction : e_aq^-1 (-5554) + H2O2^0 (-11785) -> OH^-1 (-13634) + OH^0 (-13635) -At time : 42.001 ns Reaction : OH^0 (-11003) + e_aq^-1 (-1005) -> OH^-1 (-13636) -At time : 42.001 ns Reaction : e_aq^-1 (-2702) + OH^0 (-10719) -> OH^-1 (-13637) -At time : 42.001 ns Reaction : OH^0 (-9859) + e_aq^-1 (-2246) -> OH^-1 (-13638) -At time : 43.001 ns Reaction : OH^-1 (-13500) + H3O^1 (-9751) -> No product -At time : 43.001 ns Reaction : e_aq^-1 (-1574) + H^0 (-13215) -> OH^-1 (-13639) + H_2^0 (-13640) -At time : 43.001 ns Reaction : H3O^1 (-11125) + OH^-1 (-13191) -> No product -At time : 43.001 ns Reaction : H2O2^0 (-12463) + e_aq^-1 (-2948) -> OH^-1 (-13641) + OH^0 (-13642) -At time : 43.001 ns Reaction : e_aq^-1 (-51) + H3O^1 (-8303) -> H^0 (-13643) -At time : 43.001 ns Reaction : e_aq^-1 (-4100) + H3O^1 (-7869) -> H^0 (-13644) -At time : 43.001 ns Reaction : OH^0 (-7296) + OH^0 (-7302) -> H2O2^0 (-13645) -At time : 44.001 ns Reaction : OH^0 (-13633) + OH^0 (-9922) -> H2O2^0 (-13646) -At time : 44.001 ns Reaction : OH^-1 (-13608) + H3O^1 (-6875) -> No product -At time : 44.001 ns Reaction : H^0 (-13429) + H^0 (-13112) -> H_2^0 (-13647) -At time : 44.001 ns Reaction : e_aq^-1 (-3629) + H2O2^0 (-11652) -> OH^-1 (-13648) + OH^0 (-13649) -At time : 44.001 ns Reaction : OH^0 (-11103) + OH^0 (-10270) -> H2O2^0 (-13650) -At time : 44.001 ns Reaction : OH^0 (-11097) + OH^0 (-7464) -> H2O2^0 (-13651) -At time : 44.001 ns Reaction : e_aq^-1 (-2127) + H^0 (-10824) -> OH^-1 (-13652) + H_2^0 (-13653) -At time : 44.001 ns Reaction : OH^0 (-9606) + OH^0 (-10690) -> H2O2^0 (-13654) -At time : 44.001 ns Reaction : e_aq^-1 (-4958) + H3O^1 (-8115) -> H^0 (-13655) -At time : 44.001 ns Reaction : e_aq^-1 (-2111) + H3O^1 (-7607) -> H^0 (-13656) -At time : 44.001 ns Reaction : e_aq^-1 (-304) + H3O^1 (-7369) -> H^0 (-13657) -At time : 44.001 ns Reaction : e_aq^-1 (-2885) + e_aq^-1 (-2914) -> OH^-1 (-13658) + OH^-1 (-13659) + H_2^0 (-13660) -At time : 45.001 ns Reaction : OH^0 (-13642) + e_aq^-1 (-3687) -> OH^-1 (-13661) -At time : 45.001 ns Reaction : H3O^1 (-6559) + OH^-1 (-13612) -> No product -At time : 45.001 ns Reaction : e_aq^-1 (-4041) + H2O2^0 (-13368) -> OH^-1 (-13662) + OH^0 (-13663) -At time : 45.001 ns Reaction : e_aq^-1 (-5213) + H2O2^0 (-12994) -> OH^-1 (-13664) + OH^0 (-13665) -At time : 45.001 ns Reaction : e_aq^-1 (-429) + H^0 (-12730) -> OH^-1 (-13666) + H_2^0 (-13667) -At time : 45.001 ns Reaction : e_aq^-1 (-3609) + H^0 (-12619) -> OH^-1 (-13668) + H_2^0 (-13669) -At time : 45.001 ns Reaction : e_aq^-1 (-4085) + H2O2^0 (-11636) -> OH^-1 (-13670) + OH^0 (-13671) -At time : 45.001 ns Reaction : e_aq^-1 (-4033) + H2O2^0 (-11539) -> OH^-1 (-13672) + OH^0 (-13673) -At time : 45.001 ns Reaction : OH^0 (-11179) + e_aq^-1 (-5613) -> OH^-1 (-13674) -At time : 45.001 ns Reaction : OH^0 (-10271) + OH^0 (-5856) -> H2O2^0 (-13675) -At time : 45.001 ns Reaction : H^0 (-9968) + e_aq^-1 (-2027) -> OH^-1 (-13676) + H_2^0 (-13677) -At time : 45.001 ns Reaction : OH^0 (-7218) + OH^0 (-8176) -> H2O2^0 (-13678) -At time : 45.001 ns Reaction : e_aq^-1 (-5291) + H3O^1 (-7457) -> H^0 (-13679) -At time : 45.001 ns Reaction : e_aq^-1 (-944) + OH^0 (-7094) -> OH^-1 (-13680) -At time : 45.001 ns Reaction : e_aq^-1 (-4931) + e_aq^-1 (-4904) -> OH^-1 (-13681) + OH^-1 (-13682) + H_2^0 (-13683) -At time : 46.001 ns Reaction : OH^-1 (-13639) + H3O^1 (-6953) -> No product -At time : 46.001 ns Reaction : H3O^1 (-6079) + OH^-1 (-13630) -> No product -At time : 46.001 ns Reaction : H3O^1 (-9999) + OH^-1 (-13562) -> No product -At time : 46.001 ns Reaction : H^0 (-13546) + H^0 (-13558) -> H_2^0 (-13684) -At time : 46.001 ns Reaction : OH^-1 (-13503) + H3O^1 (-5989) -> No product -At time : 46.001 ns Reaction : OH^-1 (-13497) + H3O^1 (-8313) -> No product -At time : 46.001 ns Reaction : H3O^1 (-7551) + OH^-1 (-13407) -> No product -At time : 46.001 ns Reaction : OH^0 (-6486) + OH^0 (-13365) -> H2O2^0 (-13685) -At time : 46.001 ns Reaction : OH^0 (-13346) + OH^0 (-6204) -> H2O2^0 (-13686) -At time : 46.001 ns Reaction : H2O2^0 (-12199) + e_aq^-1 (-5492) -> OH^-1 (-13687) + OH^0 (-13688) -At time : 46.001 ns Reaction : e_aq^-1 (-5361) + H^0 (-11964) -> OH^-1 (-13689) + H_2^0 (-13690) -At time : 46.001 ns Reaction : e_aq^-1 (-2574) + H3O^1 (-10718) -> H^0 (-13691) -At time : 46.001 ns Reaction : H^0 (-10523) + e_aq^-1 (-4594) -> OH^-1 (-13692) + H_2^0 (-13693) -At time : 46.001 ns Reaction : OH^0 (-9691) + H^0 (-9719) -> No product -At time : 46.001 ns Reaction : e_aq^-1 (-3002) + OH^0 (-6344) -> OH^-1 (-13694) -At time : 46.001 ns Reaction : e_aq^-1 (-5403) + OH^0 (-5854) -> OH^-1 (-13695) -At time : 47.001 ns Reaction : OH^-1 (-13602) + H3O^1 (-7573) -> No product -At time : 47.001 ns Reaction : H3O^1 (-6083) + OH^-1 (-13445) -> No product -At time : 47.001 ns Reaction : H3O^1 (-6861) + OH^-1 (-13434) -> No product -At time : 47.001 ns Reaction : e_aq^-1 (-4401) + H^0 (-13330) -> OH^-1 (-13696) + H_2^0 (-13697) -At time : 47.001 ns Reaction : OH^0 (-11285) + H^0 (-10543) -> No product -At time : 47.001 ns Reaction : OH^0 (-10953) + OH^0 (-9065) -> H2O2^0 (-13698) -At time : 47.001 ns Reaction : e_aq^-1 (-394) + e_aq^-1 (-502) -> OH^-1 (-13699) + OH^-1 (-13700) + H_2^0 (-13701) -At time : 48.001 ns Reaction : OH^-1 (-13638) + H3O^1 (-6757) -> No product -At time : 48.001 ns Reaction : e_aq^-1 (-2290) + OH^0 (-13607) -> OH^-1 (-13702) -At time : 48.001 ns Reaction : H^0 (-12462) + OH^0 (-6796) -> No product -At time : 48.001 ns Reaction : OH^0 (-6564) + H^0 (-9006) -> No product -At time : 49.001 ns Reaction : OH^-1 (-13687) + H3O^1 (-8403) -> No product -At time : 49.001 ns Reaction : OH^-1 (-13637) + H3O^1 (-5931) -> No product -At time : 49.001 ns Reaction : H3O^1 (-10404) + OH^-1 (-13472) -> No product -At time : 49.001 ns Reaction : OH^-1 (-13348) + H3O^1 (-6103) -> No product -At time : 49.001 ns Reaction : OH^0 (-12510) + OH^0 (-13326) -> H2O2^0 (-13703) -At time : 49.001 ns Reaction : e_aq^-1 (-4068) + OH^0 (-13206) -> OH^-1 (-13704) -At time : 49.001 ns Reaction : e_aq^-1 (-5167) + H2O2^0 (-12829) -> OH^-1 (-13705) + OH^0 (-13706) -At time : 49.001 ns Reaction : OH^0 (-12725) + e_aq^-1 (-5307) -> OH^-1 (-13707) -At time : 49.001 ns Reaction : H2O2^0 (-12123) + e_aq^-1 (-4423) -> OH^-1 (-13708) + OH^0 (-13709) -At time : 49.001 ns Reaction : H3O^1 (-10984) + e_aq^-1 (-4800) -> H^0 (-13710) -At time : 49.001 ns Reaction : OH^0 (-10664) + H^0 (-9516) -> No product -At time : 49.001 ns Reaction : e_aq^-1 (-4472) + H3O^1 (-6885) -> H^0 (-13711) -At time : 49.001 ns Reaction : OH^0 (-6504) + OH^0 (-6534) -> H2O2^0 (-13712) -At time : 50.001 ns Reaction : OH^-1 (-13696) + H3O^1 (-7955) -> No product -At time : 50.001 ns Reaction : OH^-1 (-13695) + H3O^1 (-11158) -> No product -At time : 50.001 ns Reaction : e_aq^-1 (-890) + OH^0 (-13438) -> OH^-1 (-13713) -At time : 50.001 ns Reaction : OH^-1 (-13292) + H3O^1 (-6799) -> No product -At time : 50.001 ns Reaction : e_aq^-1 (-3921) + H^0 (-13076) -> OH^-1 (-13714) + H_2^0 (-13715) -At time : 50.001 ns Reaction : e_aq^-1 (-3760) + H2O2^0 (-12256) -> OH^-1 (-13716) + OH^0 (-13717) -At time : 50.001 ns Reaction : H3O^1 (-9965) + e_aq^-1 (-4211) -> H^0 (-13718) -At time : 50.001 ns Reaction : OH^0 (-9254) + e_aq^-1 (-4058) -> OH^-1 (-13719) -At time : 50.001 ns Reaction : e_aq^-1 (-561) + H3O^1 (-8895) -> H^0 (-13720) -At time : 50.001 ns Reaction : e_aq^-1 (-591) + H3O^1 (-8646) -> H^0 (-13721) -At time : 51.001 ns Reaction : OH^-1 (-13702) + H3O^1 (-6627) -> No product -At time : 51.001 ns Reaction : e_aq^-1 (-4758) + H2O2^0 (-13698) -> OH^-1 (-13722) + OH^0 (-13723) -At time : 51.001 ns Reaction : e_aq^-1 (-266) + OH^0 (-13635) -> OH^-1 (-13724) -At time : 51.001 ns Reaction : e_aq^-1 (-4613) + H2O2^0 (-13478) -> OH^-1 (-13725) + OH^0 (-13726) -At time : 51.001 ns Reaction : OH^-1 (-13233) + H3O^1 (-6445) -> No product -At time : 51.001 ns Reaction : H^0 (-13172) + OH^0 (-5992) -> No product -At time : 51.001 ns Reaction : H3O^1 (-6975) + OH^-1 (-13135) -> No product -At time : 51.001 ns Reaction : H3O^1 (-5877) + OH^-1 (-12963) -> No product -At time : 51.001 ns Reaction : e_aq^-1 (-2345) + H^0 (-12373) -> OH^-1 (-13727) + H_2^0 (-13728) -At time : 51.001 ns Reaction : OH^0 (-10568) + e_aq^-1 (-4132) -> OH^-1 (-13729) -At time : 51.001 ns Reaction : e_aq^-1 (-4991) + OH^0 (-7492) -> OH^-1 (-13730) -At time : 51.001 ns Reaction : e_aq^-1 (-3141) + H3O^1 (-6283) -> H^0 (-13731) -At time : 52.001 ns Reaction : H3O^1 (-10884) + OH^-1 (-13622) -> No product -At time : 52.001 ns Reaction : OH^-1 (-13575) + H3O^1 (-8043) -> No product -At time : 52.001 ns Reaction : e_aq^-1 (-4182) + OH^0 (-13402) -> OH^-1 (-13732) -At time : 52.001 ns Reaction : H2O2^0 (-11822) + e_aq^-1 (-5357) -> OH^-1 (-13733) + OH^0 (-13734) -At time : 52.001 ns Reaction : OH^0 (-11126) + OH^0 (-8236) -> H2O2^0 (-13735) -At time : 52.001 ns Reaction : e_aq^-1 (-4818) + H3O^1 (-8493) -> H^0 (-13736) -At time : 52.001 ns Reaction : e_aq^-1 (-1295) + H3O^1 (-7543) -> H^0 (-13737) -At time : 52.001 ns Reaction : e_aq^-1 (-2556) + H3O^1 (-6541) -> H^0 (-13738) -At time : 52.001 ns Reaction : e_aq^-1 (-5054) + H3O^1 (-6157) -> H^0 (-13739) -At time : 53.001 ns Reaction : OH^-1 (-13676) + H3O^1 (-7881) -> No product -At time : 53.001 ns Reaction : OH^-1 (-13632) + H3O^1 (-6835) -> No product -At time : 53.001 ns Reaction : OH^-1 (-13617) + H3O^1 (-6983) -> No product -At time : 53.001 ns Reaction : OH^0 (-13484) + e_aq^-1 (-4874) -> OH^-1 (-13740) -At time : 53.001 ns Reaction : OH^0 (-13416) + e_aq^-1 (-2278) -> OH^-1 (-13741) -At time : 53.001 ns Reaction : OH^0 (-13404) + OH^0 (-9872) -> H2O2^0 (-13742) -At time : 53.001 ns Reaction : H3O^1 (-11170) + OH^-1 (-12571) -> No product -At time : 53.001 ns Reaction : H^0 (-12340) + OH^0 (-8136) -> No product -At time : 53.001 ns Reaction : H3O^1 (-7733) + OH^-1 (-12312) -> No product -At time : 53.001 ns Reaction : e_aq^-1 (-4515) + H^0 (-11357) -> OH^-1 (-13743) + H_2^0 (-13744) -At time : 53.001 ns Reaction : e_aq^-1 (-1996) + H3O^1 (-7627) -> H^0 (-13745) -At time : 54.001 ns Reaction : OH^-1 (-13704) + H3O^1 (-7885) -> No product -At time : 54.001 ns Reaction : OH^-1 (-13636) + H3O^1 (-8061) -> No product -At time : 54.001 ns Reaction : H2O2^0 (-11631) + e_aq^-1 (-8902) -> OH^-1 (-13746) + OH^0 (-13747) -At time : 54.001 ns Reaction : OH^0 (-11283) + e_aq^-1 (-4489) -> OH^-1 (-13748) -At time : 54.001 ns Reaction : e_aq^-1 (-2617) + H^0 (-10733) -> OH^-1 (-13749) + H_2^0 (-13750) -At time : 54.001 ns Reaction : OH^0 (-10727) + OH^0 (-6582) -> H2O2^0 (-13751) -At time : 54.001 ns Reaction : H^0 (-9702) + e_aq^-1 (-3722) -> OH^-1 (-13752) + H_2^0 (-13753) -At time : 54.001 ns Reaction : e_aq^-1 (-1311) + OH^0 (-6020) -> OH^-1 (-13754) -At time : 55.001 ns Reaction : H3O^1 (-10194) + OH^-1 (-13740) -> No product -At time : 55.001 ns Reaction : OH^-1 (-13732) + H3O^1 (-7917) -> No product -At time : 55.001 ns Reaction : e_aq^-1 (-4561) + H^0 (-12902) -> OH^-1 (-13755) + H_2^0 (-13756) -At time : 55.001 ns Reaction : e_aq^-1 (-2452) + H2O2^0 (-11537) -> OH^-1 (-13757) + OH^0 (-13758) -At time : 55.001 ns Reaction : OH^0 (-9440) + OH^0 (-10855) -> H2O2^0 (-13759) -At time : 55.001 ns Reaction : H3O^1 (-10344) + e_aq^-1 (-5686) -> H^0 (-13760) -At time : 55.001 ns Reaction : H^0 (-9306) + OH^0 (-7132) -> No product -At time : 55.001 ns Reaction : H^0 (-9271) + OH^0 (-7878) -> No product -At time : 55.001 ns Reaction : e_aq^-1 (-3491) + OH^0 (-8991) -> OH^-1 (-13761) -At time : 55.001 ns Reaction : e_aq^-1 (-5261) + H3O^1 (-7427) -> H^0 (-13762) -At time : 55.001 ns Reaction : e_aq^-1 (-5159) + H3O^1 (-7243) -> H^0 (-13763) -At time : 55.001 ns Reaction : OH^0 (-5932) + OH^0 (-6580) -> H2O2^0 (-13764) -At time : 55.001 ns Reaction : e_aq^-1 (-1941) + H3O^1 (-5979) -> H^0 (-13765) -At time : 56.001 ns Reaction : H3O^1 (-10285) + OH^-1 (-13733) -> No product -At time : 56.001 ns Reaction : OH^-1 (-13626) + H3O^1 (-7421) -> No product -At time : 56.001 ns Reaction : OH^-1 (-13468) + H3O^1 (-6183) -> No product -At time : 56.001 ns Reaction : OH^-1 (-13425) + H3O^1 (-7635) -> No product -At time : 56.001 ns Reaction : H3O^1 (-10060) + OH^-1 (-12650) -> No product -At time : 56.001 ns Reaction : H2O2^0 (-11503) + e_aq^-1 (-4839) -> OH^-1 (-13766) + OH^0 (-13767) -At time : 56.001 ns Reaction : H^0 (-10622) + H^0 (-9453) -> H_2^0 (-13768) -At time : 56.001 ns Reaction : OH^0 (-10577) + OH^0 (-9894) -> H2O2^0 (-13769) -At time : 56.001 ns Reaction : OH^0 (-9583) + OH^0 (-6378) -> H2O2^0 (-13770) -At time : 56.001 ns Reaction : e_aq^-1 (-5275) + H3O^1 (-8155) -> H^0 (-13771) -At time : 56.001 ns Reaction : e_aq^-1 (-5327) + H3O^1 (-7249) -> H^0 (-13772) -At time : 57.001 ns Reaction : OH^-1 (-13694) + H3O^1 (-8715) -> No product -At time : 57.001 ns Reaction : e_aq^-1 (-2273) + H2O2^0 (-13510) -> OH^-1 (-13773) + OH^0 (-13774) -At time : 57.001 ns Reaction : H3O^1 (-7161) + OH^-1 (-13461) -> No product -At time : 57.001 ns Reaction : H3O^1 (-9600) + OH^-1 (-12928) -> No product -At time : 57.001 ns Reaction : e_aq^-1 (-1914) + H3O^1 (-10836) -> H^0 (-13775) -At time : 57.001 ns Reaction : OH^0 (-9398) + e_aq^-1 (-5536) -> OH^-1 (-13776) -At time : 57.001 ns Reaction : OH^0 (-6460) + OH^0 (-7770) -> H2O2^0 (-13777) -At time : 57.001 ns Reaction : e_aq^-1 (-16) + H3O^1 (-7355) -> H^0 (-13778) -At time : 57.001 ns Reaction : e_aq^-1 (-3825) + H3O^1 (-6587) -> H^0 (-13779) -At time : 58.001 ns Reaction : OH^0 (-13726) + e_aq^-1 (-4667) -> OH^-1 (-13780) -At time : 58.001 ns Reaction : e_aq^-1 (-4504) + OH^0 (-13530) -> OH^-1 (-13781) -At time : 58.001 ns Reaction : H^0 (-13393) + H^0 (-12887) -> H_2^0 (-13782) -At time : 58.001 ns Reaction : OH^-1 (-13345) + H3O^1 (-7895) -> No product -At time : 58.001 ns Reaction : H3O^1 (-10912) + OH^-1 (-13287) -> No product -At time : 58.001 ns Reaction : e_aq^-1 (-1950) + H^0 (-12973) -> OH^-1 (-13783) + H_2^0 (-13784) -At time : 58.001 ns Reaction : e_aq^-1 (-4722) + H2O2^0 (-12574) -> OH^-1 (-13785) + OH^0 (-13786) -At time : 58.001 ns Reaction : OH^-1 (-12376) + H3O^1 (-8183) -> No product -At time : 58.001 ns Reaction : e_aq^-1 (-5255) + H2O2^0 (-12292) -> OH^-1 (-13787) + OH^0 (-13788) -At time : 58.001 ns Reaction : OH^0 (-10905) + OH^0 (-5840) -> H2O2^0 (-13789) -At time : 58.001 ns Reaction : e_aq^-1 (-3780) + OH^0 (-9718) -> OH^-1 (-13790) -At time : 58.001 ns Reaction : OH^0 (-9101) + OH^0 (-9502) -> H2O2^0 (-13791) -At time : 58.001 ns Reaction : e_aq^-1 (-4161) + H3O^1 (-7907) -> H^0 (-13792) -At time : 58.001 ns Reaction : e_aq^-1 (-3616) + H3O^1 (-7735) -> H^0 (-13793) -At time : 58.001 ns Reaction : e_aq^-1 (-4213) + H3O^1 (-7587) -> H^0 (-13794) -At time : 58.001 ns Reaction : e_aq^-1 (-3529) + OH^0 (-6274) -> OH^-1 (-13795) -At time : 58.001 ns Reaction : e_aq^-1 (-2223) + e_aq^-1 (-3836) -> OH^-1 (-13796) + OH^-1 (-13797) + H_2^0 (-13798) -At time : 59.001 ns Reaction : OH^-1 (-13666) + H3O^1 (-8181) -> No product -At time : 59.001 ns Reaction : OH^0 (-13136) + e_aq^-1 (-1357) -> OH^-1 (-13799) -At time : 59.001 ns Reaction : e_aq^-1 (-967) + H^0 (-12797) -> OH^-1 (-13800) + H_2^0 (-13801) -At time : 59.001 ns Reaction : e_aq^-1 (-3972) + H2O2^0 (-12544) -> OH^-1 (-13802) + OH^0 (-13803) -At time : 59.001 ns Reaction : e_aq^-1 (-2689) + OH^0 (-10712) -> OH^-1 (-13804) -At time : 59.001 ns Reaction : e_aq^-1 (-5314) + OH^0 (-7416) -> OH^-1 (-13805) -At time : 59.001 ns Reaction : e_aq^-1 (-5692) + H3O^1 (-6123) -> H^0 (-13806) -At time : 60.001 ns Reaction : e_aq^-1 (-4342) + OH^0 (-13709) -> OH^-1 (-13807) -At time : 60.001 ns Reaction : H^0 (-13458) + e_aq^-1 (-4344) -> OH^-1 (-13808) + H_2^0 (-13809) -At time : 60.001 ns Reaction : H3O^1 (-9640) + OH^-1 (-13432) -> No product -At time : 60.001 ns Reaction : OH^-1 (-13356) + H3O^1 (-6579) -> No product -At time : 61.001 ns Reaction : OH^-1 (-13719) + H3O^1 (-5969) -> No product -At time : 61.001 ns Reaction : OH^-1 (-13668) + H3O^1 (-6301) -> No product -At time : 61.001 ns Reaction : OH^-1 (-13610) + H3O^1 (-7659) -> No product -At time : 61.001 ns Reaction : H3O^1 (-5833) + OH^-1 (-13534) -> No product -At time : 61.001 ns Reaction : H2O2^0 (-12867) + e_aq^-1 (-3530) -> OH^-1 (-13810) + OH^0 (-13811) -At time : 61.001 ns Reaction : H^0 (-12210) + e_aq^-1 (-8863) -> OH^-1 (-13812) + H_2^0 (-13813) -At time : 61.001 ns Reaction : H2O2^0 (-11901) + e_aq^-1 (-5367) -> OH^-1 (-13814) + OH^0 (-13815) -At time : 61.001 ns Reaction : e_aq^-1 (-3847) + H^0 (-10766) -> OH^-1 (-13816) + H_2^0 (-13817) -At time : 61.001 ns Reaction : H^0 (-10122) + OH^0 (-6170) -> No product -At time : 61.001 ns Reaction : e_aq^-1 (-5236) + H3O^1 (-7039) -> H^0 (-13818) -At time : 61.001 ns Reaction : e_aq^-1 (-2735) + e_aq^-1 (-3696) -> OH^-1 (-13819) + OH^-1 (-13820) + H_2^0 (-13821) -At time : 62.001 ns Reaction : e_aq^-1 (-2294) + H^0 (-13447) -> OH^-1 (-13822) + H_2^0 (-13823) -At time : 62.001 ns Reaction : e_aq^-1 (-1306) + H^0 (-13128) -> OH^-1 (-13824) + H_2^0 (-13825) -At time : 62.001 ns Reaction : e_aq^-1 (-4882) + H^0 (-13030) -> OH^-1 (-13826) + H_2^0 (-13827) -At time : 62.001 ns Reaction : OH^0 (-10560) + OH^0 (-6838) -> H2O2^0 (-13828) -At time : 62.001 ns Reaction : e_aq^-1 (-1579) + OH^0 (-7952) -> OH^-1 (-13829) -At time : 62.001 ns Reaction : e_aq^-1 (-2645) + OH^0 (-6512) -> OH^-1 (-13830) -At time : 62.001 ns Reaction : e_aq^-1 (-5014) + OH^0 (-6060) -> OH^-1 (-13831) -At time : 63.001 ns Reaction : OH^-1 (-13814) + H3O^1 (-7387) -> No product -At time : 63.001 ns Reaction : OH^-1 (-13743) + H3O^1 (-10014) -> No product -At time : 63.001 ns Reaction : OH^0 (-13549) + H^0 (-12682) -> No product -At time : 63.001 ns Reaction : H^0 (-13156) + OH^0 (-7940) -> No product -At time : 63.001 ns Reaction : H3O^1 (-10460) + e_aq^-1 (-4919) -> H^0 (-13832) -At time : 63.001 ns Reaction : OH^0 (-10356) + OH^0 (-7342) -> H2O2^0 (-13833) -At time : 63.001 ns Reaction : OH^0 (-9408) + OH^0 (-6136) -> H2O2^0 (-13834) -At time : 63.001 ns Reaction : e_aq^-1 (-5379) + H3O^1 (-7435) -> H^0 (-13835) -At time : 63.001 ns Reaction : e_aq^-1 (-4015) + H3O^1 (-6681) -> H^0 (-13836) -At time : 63.001 ns Reaction : e_aq^-1 (-1169) + e_aq^-1 (-4566) -> OH^-1 (-13837) + OH^-1 (-13838) + H_2^0 (-13839) -At time : 64.001 ns Reaction : OH^-1 (-13716) + H3O^1 (-6501) -> No product -At time : 64.001 ns Reaction : H3O^1 (-6833) + OH^-1 (-13430) -> No product -At time : 64.001 ns Reaction : OH^-1 (-13188) + H3O^1 (-8910) -> No product -At time : 64.001 ns Reaction : e_aq^-1 (-2207) + H^0 (-12992) -> OH^-1 (-13840) + H_2^0 (-13841) -At time : 64.001 ns Reaction : e_aq^-1 (-4671) + H2O2^0 (-12501) -> OH^-1 (-13842) + OH^0 (-13843) -At time : 64.001 ns Reaction : e_aq^-1 (-236) + OH^0 (-8627) -> OH^-1 (-13844) -At time : 64.001 ns Reaction : e_aq^-1 (-5612) + OH^0 (-8268) -> OH^-1 (-13845) -At time : 64.001 ns Reaction : e_aq^-1 (-4106) + OH^0 (-7896) -> OH^-1 (-13846) -At time : 64.001 ns Reaction : e_aq^-1 (-3775) + OH^0 (-7778) -> OH^-1 (-13847) -At time : 64.001 ns Reaction : e_aq^-1 (-4110) + H3O^1 (-6773) -> H^0 (-13848) -At time : 65.001 ns Reaction : OH^0 (-13774) + OH^0 (-9806) -> H2O2^0 (-13849) -At time : 65.001 ns Reaction : H3O^1 (-10974) + OH^-1 (-13722) -> No product -At time : 65.001 ns Reaction : OH^-1 (-13576) + H3O^1 (-6963) -> No product -At time : 65.001 ns Reaction : e_aq^-1 (-4243) + H2O2^0 (-12494) -> OH^-1 (-13850) + OH^0 (-13851) -At time : 65.001 ns Reaction : OH^0 (-7646) + OH^0 (-8774) -> H2O2^0 (-13852) -At time : 65.001 ns Reaction : e_aq^-1 (-2565) + H3O^1 (-5937) -> H^0 (-13853) -At time : 66.001 ns Reaction : OH^-1 (-13812) + H3O^1 (-8143) -> No product -At time : 66.001 ns Reaction : OH^-1 (-13755) + H3O^1 (-7563) -> No product -At time : 66.001 ns Reaction : OH^-1 (-13730) + H3O^1 (-6163) -> No product -At time : 66.001 ns Reaction : OH^-1 (-13725) + H3O^1 (-6933) -> No product -At time : 66.001 ns Reaction : OH^-1 (-13543) + H3O^1 (-6723) -> No product -At time : 66.001 ns Reaction : OH^-1 (-13351) + H3O^1 (-8370) -> No product -At time : 66.001 ns Reaction : OH^0 (-7614) + OH^0 (-12746) -> H2O2^0 (-13854) -At time : 66.001 ns Reaction : e_aq^-1 (-2430) + H2O2^0 (-11687) -> OH^-1 (-13855) + OH^0 (-13856) -At time : 66.001 ns Reaction : e_aq^-1 (-303) + OH^0 (-11123) -> OH^-1 (-13857) -At time : 66.001 ns Reaction : e_aq^-1 (-1609) + H3O^1 (-10034) -> H^0 (-13858) -At time : 66.001 ns Reaction : e_aq^-1 (-3688) + OH^0 (-6468) -> OH^-1 (-13859) -At time : 67.001 ns Reaction : OH^-1 (-13766) + H3O^1 (-8001) -> No product -At time : 67.001 ns Reaction : OH^-1 (-13705) + H3O^1 (-8217) -> No product -At time : 67.001 ns Reaction : H3O^1 (-10932) + OH^-1 (-13399) -> No product -At time : 67.001 ns Reaction : e_aq^-1 (-5364) + H2O2^0 (-11502) -> OH^-1 (-13860) + OH^0 (-13861) -At time : 67.001 ns Reaction : OH^0 (-10603) + OH^0 (-6630) -> H2O2^0 (-13862) -At time : 67.001 ns Reaction : e_aq^-1 (-4281) + H3O^1 (-8361) -> H^0 (-13863) -At time : 68.001 ns Reaction : OH^-1 (-13713) + H3O^1 (-8161) -> No product -At time : 68.001 ns Reaction : OH^-1 (-13641) + H3O^1 (-6387) -> No product -At time : 68.001 ns Reaction : OH^-1 (-13634) + H3O^1 (-8457) -> No product -At time : 68.001 ns Reaction : OH^-1 (-13579) + H3O^1 (-7601) -> No product -At time : 68.001 ns Reaction : e_aq^-1 (-179) + H2O2^0 (-12857) -> OH^-1 (-13864) + OH^0 (-13865) -At time : 68.001 ns Reaction : H^0 (-12543) + OH^0 (-9740) -> No product -At time : 68.001 ns Reaction : H^0 (-10082) + e_aq^-1 (-4433) -> OH^-1 (-13866) + H_2^0 (-13867) -At time : 68.001 ns Reaction : e_aq^-1 (-859) + OH^0 (-9411) -> OH^-1 (-13868) -At time : 68.001 ns Reaction : e_aq^-1 (-4582) + OH^0 (-7990) -> OH^-1 (-13869) -At time : 69.001 ns Reaction : e_aq^-1 (-351) + H^0 (-13835) -> OH^-1 (-13870) + H_2^0 (-13871) -At time : 69.001 ns Reaction : H^0 (-13806) + OH^0 (-8328) -> No product -At time : 69.001 ns Reaction : OH^-1 (-13741) + H3O^1 (-6827) -> No product -At time : 69.001 ns Reaction : H3O^1 (-6087) + OH^-1 (-13724) -> No product -At time : 69.001 ns Reaction : OH^-1 (-13577) + H3O^1 (-8081) -> No product -At time : 69.001 ns Reaction : OH^0 (-12884) + OH^0 (-13526) -> H2O2^0 (-13872) -At time : 69.001 ns Reaction : OH^-1 (-13146) + H3O^1 (-6503) -> No product -At time : 69.001 ns Reaction : e_aq^-1 (-5071) + H2O2^0 (-12656) -> OH^-1 (-13873) + OH^0 (-13874) -At time : 69.001 ns Reaction : OH^0 (-10457) + H^0 (-11031) -> No product -At time : 69.001 ns Reaction : e_aq^-1 (-5615) + H3O^1 (-10373) -> H^0 (-13875) -At time : 69.001 ns Reaction : OH^0 (-6814) + H^0 (-9018) -> No product -At time : 69.001 ns Reaction : e_aq^-1 (-3044) + H3O^1 (-5891) -> H^0 (-13876) -At time : 70.001 ns Reaction : e_aq^-1 (-4036) + OH^0 (-13671) -> OH^-1 (-13877) -At time : 70.001 ns Reaction : H2O2^0 (-13625) + e_aq^-1 (-3666) -> OH^-1 (-13878) + OH^0 (-13879) -At time : 70.001 ns Reaction : OH^0 (-13582) + OH^0 (-7262) -> H2O2^0 (-13880) -At time : 70.001 ns Reaction : e_aq^-1 (-3628) + H^0 (-12675) -> OH^-1 (-13881) + H_2^0 (-13882) -At time : 70.001 ns Reaction : e_aq^-1 (-2337) + H^0 (-8984) -> OH^-1 (-13883) + H_2^0 (-13884) -At time : 71.001 ns Reaction : OH^-1 (-13538) + H3O^1 (-6333) -> No product -At time : 71.001 ns Reaction : H3O^1 (-5875) + OH^-1 (-13525) -> No product -At time : 71.001 ns Reaction : H3O^1 (-10607) + OH^-1 (-13381) -> No product -At time : 71.001 ns Reaction : e_aq^-1 (-5290) + H2O2^0 (-12201) -> OH^-1 (-13885) + OH^0 (-13886) -At time : 71.001 ns Reaction : e_aq^-1 (-4278) + OH^0 (-6910) -> OH^-1 (-13887) -At time : 72.001 ns Reaction : H3O^1 (-10700) + OH^-1 (-13878) -> No product -At time : 72.001 ns Reaction : H2O2^0 (-13791) + e_aq^-1 (-3543) -> OH^-1 (-13888) + OH^0 (-13889) -At time : 72.001 ns Reaction : OH^-1 (-13594) + H3O^1 (-8157) -> No product -At time : 72.001 ns Reaction : OH^0 (-13460) + e_aq^-1 (-5051) -> OH^-1 (-13890) -At time : 72.001 ns Reaction : e_aq^-1 (-4498) + H^0 (-12951) -> OH^-1 (-13891) + H_2^0 (-13892) -At time : 72.001 ns Reaction : e_aq^-1 (-5017) + H2O2^0 (-12681) -> OH^-1 (-13893) + OH^0 (-13894) -At time : 72.001 ns Reaction : H^0 (-10665) + e_aq^-1 (-3561) -> OH^-1 (-13895) + H_2^0 (-13896) -At time : 72.001 ns Reaction : e_aq^-1 (-4940) + H3O^1 (-8901) -> H^0 (-13897) -At time : 73.001 ns Reaction : OH^0 (-7104) + OH^0 (-13894) -> H2O2^0 (-13898) -At time : 73.001 ns Reaction : OH^-1 (-13877) + H3O^1 (-6705) -> No product -At time : 73.001 ns Reaction : OH^-1 (-13846) + H3O^1 (-6187) -> No product -At time : 73.001 ns Reaction : OH^-1 (-13592) + H3O^1 (-7935) -> No product -At time : 73.001 ns Reaction : H3O^1 (-9983) + OH^-1 (-13489) -> No product -At time : 73.001 ns Reaction : OH^0 (-10620) + e_aq^-1 (-3467) -> OH^-1 (-13899) -At time : 73.001 ns Reaction : H^0 (-9689) + OH^0 (-9742) -> No product -At time : 73.001 ns Reaction : e_aq^-1 (-3812) + OH^0 (-8983) -> OH^-1 (-13900) -At time : 73.001 ns Reaction : e_aq^-1 (-4623) + OH^0 (-7976) -> OH^-1 (-13901) -At time : 74.001 ns Reaction : OH^-1 (-13901) + H3O^1 (-6967) -> No product -At time : 74.001 ns Reaction : H3O^1 (-7259) + OH^-1 (-13870) -> No product -At time : 74.001 ns Reaction : H3O^1 (-6093) + OH^-1 (-13857) -> No product -At time : 74.001 ns Reaction : OH^-1 (-13218) + H3O^1 (-6855) -> No product -At time : 74.001 ns Reaction : OH^-1 (-12077) + H3O^1 (-7667) -> No product -At time : 74.001 ns Reaction : OH^0 (-10840) + OH^0 (-8812) -> H2O2^0 (-13902) -At time : 74.001 ns Reaction : H^0 (-10626) + H^0 (-9483) -> H_2^0 (-13903) -At time : 74.001 ns Reaction : e_aq^-1 (-3824) + H3O^1 (-6675) -> H^0 (-13904) -At time : 75.001 ns Reaction : OH^-1 (-13837) + H3O^1 (-8814) -> No product -At time : 75.001 ns Reaction : e_aq^-1 (-4680) + OH^0 (-13767) -> OH^-1 (-13905) -At time : 75.001 ns Reaction : e_aq^-1 (-2784) + OH^0 (-13515) -> OH^-1 (-13906) -At time : 75.001 ns Reaction : H3O^1 (-10255) + OH^-1 (-13453) -> No product -At time : 75.001 ns Reaction : e_aq^-1 (-4683) + H2O2^0 (-12971) -> OH^-1 (-13907) + OH^0 (-13908) -At time : 75.001 ns Reaction : e_aq^-1 (-3594) + H^0 (-12879) -> OH^-1 (-13909) + H_2^0 (-13910) -At time : 75.001 ns Reaction : e_aq^-1 (-4669) + H3O^1 (-7589) -> H^0 (-13911) -At time : 76.001 ns Reaction : H3O^1 (-10449) + OH^-1 (-13868) -> No product -At time : 76.001 ns Reaction : e_aq^-1 (-2432) + H2O2^0 (-13852) -> OH^-1 (-13912) + OH^0 (-13913) -At time : 76.001 ns Reaction : e_aq^-1 (-5349) + OH^0 (-13631) -> OH^-1 (-13914) -At time : 76.001 ns Reaction : OH^-1 (-13540) + H3O^1 (-6155) -> No product -At time : 76.001 ns Reaction : e_aq^-1 (-57) + H2O2^0 (-13302) -> OH^-1 (-13915) + OH^0 (-13916) -At time : 76.001 ns Reaction : e_aq^-1 (-2149) + H^0 (-13200) -> OH^-1 (-13917) + H_2^0 (-13918) -At time : 76.001 ns Reaction : OH^0 (-13014) + OH^0 (-7854) -> H2O2^0 (-13919) -At time : 76.001 ns Reaction : e_aq^-1 (-4419) + H2O2^0 (-11738) -> OH^-1 (-13920) + OH^0 (-13921) -At time : 76.001 ns Reaction : H^0 (-10597) + e_aq^-1 (-2426) -> OH^-1 (-13922) + H_2^0 (-13923) -At time : 77.001 ns Reaction : e_aq^-1 (-2380) + OH^0 (-13856) -> OH^-1 (-13924) -At time : 77.001 ns Reaction : OH^-1 (-13844) + H3O^1 (-8275) -> No product -At time : 77.001 ns Reaction : OH^-1 (-13780) + H3O^1 (-6941) -> No product -At time : 77.001 ns Reaction : OH^-1 (-13727) + H3O^1 (-6711) -> No product -At time : 77.001 ns Reaction : H3O^1 (-9883) + OH^-1 (-13606) -> No product -At time : 77.001 ns Reaction : e_aq^-1 (-1114) + H^0 (-13589) -> OH^-1 (-13925) + H_2^0 (-13926) -At time : 77.001 ns Reaction : OH^0 (-9142) + H^0 (-11200) -> No product -At time : 77.001 ns Reaction : H3O^1 (-6721) + e_aq^-1 (-8521) -> H^0 (-13927) -At time : 77.001 ns Reaction : OH^0 (-6808) + OH^0 (-7864) -> H2O2^0 (-13928) -At time : 77.001 ns Reaction : e_aq^-1 (-3759) + H3O^1 (-7779) -> H^0 (-13929) -At time : 77.001 ns Reaction : OH^-1 (-13869) + H3O^1 (-8019) -> No product -At time : 78.001 ns Reaction : OH^-1 (-13816) + H3O^1 (-7839) -> No product -At time : 78.001 ns Reaction : H2O2^0 (-13764) + e_aq^-1 (-3788) -> OH^-1 (-13930) + OH^0 (-13931) -At time : 78.001 ns Reaction : H^0 (-13731) + e_aq^-1 (-3598) -> OH^-1 (-13932) + H_2^0 (-13933) -At time : 78.001 ns Reaction : H3O^1 (-9818) + OH^-1 (-13554) -> No product -At time : 78.001 ns Reaction : H3O^1 (-7877) + OH^-1 (-13552) -> No product -At time : 78.001 ns Reaction : e_aq^-1 (-615) + H^0 (-13110) -> OH^-1 (-13934) + H_2^0 (-13935) -At time : 78.001 ns Reaction : H^0 (-9890) + OH^0 (-5838) -> No product -At time : 78.001 ns Reaction : H^0 (-9646) + OH^0 (-6518) -> No product -At time : 78.001 ns Reaction : OH^0 (-8094) + OH^0 (-8949) -> H2O2^0 (-13936) -At time : 78.001 ns Reaction : e_aq^-1 (-4206) + H3O^1 (-6853) -> H^0 (-13937) -At time : 79.001 ns Reaction : OH^-1 (-13804) + H3O^1 (-6477) -> No product -At time : 79.001 ns Reaction : OH^-1 (-13259) + H3O^1 (-8544) -> No product -At time : 79.001 ns Reaction : H^0 (-12196) + H^0 (-11274) -> H_2^0 (-13938) -At time : 79.001 ns Reaction : H2O2^0 (-11382) + e_aq^-1 (-4026) -> OH^-1 (-13939) + OH^0 (-13940) -At time : 79.001 ns Reaction : e_aq^-1 (-940) + H3O^1 (-10143) -> H^0 (-13941) -At time : 80.001 ns Reaction : H^0 (-13875) + OH^0 (-7292) -> No product -At time : 80.001 ns Reaction : OH^-1 (-13824) + H3O^1 (-7561) -> No product -At time : 80.001 ns Reaction : H3O^1 (-7591) + OH^-1 (-13417) -> No product -At time : 80.001 ns Reaction : e_aq^-1 (-4157) + H^0 (-12434) -> OH^-1 (-13942) + H_2^0 (-13943) -At time : 80.001 ns Reaction : e_aq^-1 (-4808) + H2O2^0 (-11933) -> OH^-1 (-13944) + OH^0 (-13945) -At time : 80.001 ns Reaction : e_aq^-1 (-4091) + H2O2^0 (-11693) -> OH^-1 (-13946) + OH^0 (-13947) -At time : 81.001 ns Reaction : OH^-1 (-13692) + H3O^1 (-7957) -> No product -At time : 81.001 ns Reaction : e_aq^-1 (-2354) + H^0 (-13371) -> OH^-1 (-13948) + H_2^0 (-13949) -At time : 81.001 ns Reaction : e_aq^-1 (-4432) + H^0 (-13051) -> OH^-1 (-13950) + H_2^0 (-13951) -At time : 81.001 ns Reaction : H^0 (-13007) + H^0 (-12598) -> H_2^0 (-13952) -At time : 81.001 ns Reaction : OH^0 (-10949) + e_aq^-1 (-4574) -> OH^-1 (-13953) -At time : 81.001 ns Reaction : OH^0 (-8999) + H^0 (-9000) -> No product -At time : 81.001 ns Reaction : OH^0 (-7542) + OH^0 (-8044) -> H2O2^0 (-13954) -At time : 81.001 ns Reaction : e_aq^-1 (-1755) + e_aq^-1 (-4534) -> OH^-1 (-13955) + OH^-1 (-13956) + H_2^0 (-13957) -At time : 82.001 ns Reaction : OH^-1 (-13781) + H3O^1 (-10151) -> No product -At time : 83.001 ns Reaction : OH^-1 (-13953) + H3O^1 (-7997) -> No product -At time : 83.001 ns Reaction : OH^-1 (-13830) + H3O^1 (-6497) -> No product -At time : 83.001 ns Reaction : H3O^1 (-9911) + OH^-1 (-13341) -> No product -At time : 83.001 ns Reaction : H^0 (-13000) + OH^0 (-8160) -> No product -At time : 83.001 ns Reaction : OH^0 (-9685) + e_aq^-1 (-3726) -> OH^-1 (-13958) -At time : 83.001 ns Reaction : e_aq^-1 (-3656) + e_aq^-1 (-3610) -> OH^-1 (-13959) + OH^-1 (-13960) + H_2^0 (-13961) -At time : 84.001 ns Reaction : H^0 (-13863) + e_aq^-1 (-1988) -> OH^-1 (-13962) + H_2^0 (-13963) -At time : 84.001 ns Reaction : OH^-1 (-13859) + H3O^1 (-6467) -> No product -At time : 84.001 ns Reaction : e_aq^-1 (-3718) + H^0 (-13691) -> OH^-1 (-13964) + H_2^0 (-13965) -At time : 84.001 ns Reaction : OH^0 (-6720) + H^0 (-12413) -> No product -At time : 85.001 ns Reaction : e_aq^-1 (-945) + OH^0 (-13231) -> OH^-1 (-13966) -At time : 85.001 ns Reaction : OH^0 (-12957) + H^0 (-9793) -> No product -At time : 85.001 ns Reaction : OH^0 (-12696) + H^0 (-9030) -> No product -At time : 85.001 ns Reaction : OH^-1 (-12585) + H3O^1 (-8137) -> No product -At time : 85.001 ns Reaction : e_aq^-1 (-1132) + H2O2^0 (-11931) -> OH^-1 (-13967) + OH^0 (-13968) -At time : 85.001 ns Reaction : e_aq^-1 (-4821) + OH^0 (-11067) -> OH^-1 (-13969) -At time : 85.001 ns Reaction : e_aq^-1 (-3826) + OH^0 (-7808) -> OH^-1 (-13970) -At time : 85.001 ns Reaction : OH^0 (-5914) + OH^0 (-6500) -> H2O2^0 (-13971) -At time : 86.001 ns Reaction : OH^0 (-9796) + H^0 (-13587) -> No product -At time : 86.001 ns Reaction : OH^-1 (-13431) + H3O^1 (-8718) -> No product -At time : 86.001 ns Reaction : e_aq^-1 (-4082) + OH^0 (-6772) -> OH^-1 (-13972) -At time : 86.001 ns Reaction : OH^0 (-6428) + OH^0 (-6444) -> H2O2^0 (-13973) -At time : 87.001 ns Reaction : e_aq^-1 (-2502) + OH^0 (-13931) -> OH^-1 (-13974) -At time : 87.001 ns Reaction : OH^-1 (-13905) + H3O^1 (-7535) -> No product -At time : 87.001 ns Reaction : OH^-1 (-13819) + H3O^1 (-6617) -> No product -At time : 87.001 ns Reaction : e_aq^-1 (-5446) + H2O2^0 (-11940) -> OH^-1 (-13975) + OH^0 (-13976) -At time : 87.001 ns Reaction : e_aq^-1 (-533) + H3O^1 (-6143) -> H^0 (-13977) -At time : 88.001 ns Reaction : H3O^1 (-10237) + OH^-1 (-13969) -> No product -At time : 88.001 ns Reaction : H^0 (-13818) + e_aq^-1 (-5019) -> OH^-1 (-13978) + H_2^0 (-13979) -At time : 88.001 ns Reaction : e_aq^-1 (-2846) + H^0 (-13560) -> OH^-1 (-13980) + H_2^0 (-13981) -At time : 88.001 ns Reaction : e_aq^-1 (-208) + H2O2^0 (-12881) -> OH^-1 (-13982) + OH^0 (-13983) -At time : 88.001 ns Reaction : e_aq^-1 (-484) + H3O^1 (-8193) -> H^0 (-13984) -At time : 89.001 ns Reaction : OH^-1 (-13883) + H3O^1 (-7811) -> No product -At time : 89.001 ns Reaction : OH^-1 (-13714) + H3O^1 (-6661) -> No product -At time : 89.001 ns Reaction : OH^-1 (-13661) + H3O^1 (-6427) -> No product -At time : 89.001 ns Reaction : e_aq^-1 (-5151) + H2O2^0 (-11746) -> OH^-1 (-13985) + OH^0 (-13986) -At time : 89.001 ns Reaction : e_aq^-1 (-5438) + H2O2^0 (-11567) -> OH^-1 (-13987) + OH^0 (-13988) -At time : 89.001 ns Reaction : H2O2^0 (-11520) + e_aq^-1 (-1683) -> OH^-1 (-13989) + OH^0 (-13990) -At time : 89.001 ns Reaction : H^0 (-10877) + OH^0 (-9989) -> No product -At time : 90.001 ns Reaction : OH^0 (-13986) + OH^0 (-8148) -> H2O2^0 (-13991) -At time : 90.001 ns Reaction : OH^-1 (-13802) + H3O^1 (-5967) -> No product -At time : 90.001 ns Reaction : OH^-1 (-13776) + H3O^1 (-8253) -> No product -At time : 90.001 ns Reaction : H2O2^0 (-12690) + e_aq^-1 (-2520) -> OH^-1 (-13992) + OH^0 (-13993) -At time : 90.001 ns Reaction : H2O2^0 (-11890) + e_aq^-1 (-5656) -> OH^-1 (-13994) + OH^0 (-13995) -At time : 90.001 ns Reaction : OH^0 (-10933) + OH^0 (-6916) -> H2O2^0 (-13996) -At time : 90.001 ns Reaction : e_aq^-1 (-3774) + OH^0 (-7784) -> OH^-1 (-13997) -At time : 90.001 ns Reaction : e_aq^-1 (-3515) + OH^0 (-7688) -> OH^-1 (-13998) -At time : 90.001 ns Reaction : e_aq^-1 (-3792) + H3O^1 (-6421) -> H^0 (-13999) -At time : 91.001 ns Reaction : OH^-1 (-13970) + H3O^1 (-7781) -> No product -At time : 91.001 ns Reaction : e_aq^-1 (-1890) + H^0 (-13718) -> OH^-1 (-14000) + H_2^0 (-14001) -At time : 91.001 ns Reaction : OH^-1 (-13659) + H3O^1 (-6379) -> No product -At time : 91.001 ns Reaction : e_aq^-1 (-4932) + H2O2^0 (-12496) -> OH^-1 (-14002) + OH^0 (-14003) -At time : 92.001 ns Reaction : H^0 (-12524) + OH^0 (-7264) -> No product -At time : 92.001 ns Reaction : e_aq^-1 (-2403) + H2O2^0 (-11896) -> OH^-1 (-14004) + OH^0 (-14005) -At time : 92.001 ns Reaction : H^0 (-10366) + OH^0 (-8274) -> No product -At time : 92.001 ns Reaction : H^0 (-10126) + OH^0 (-7130) -> No product -At time : 93.001 ns Reaction : OH^0 (-9732) + OH^0 (-14005) -> H2O2^0 (-14006) -At time : 93.001 ns Reaction : OH^-1 (-13800) + H3O^1 (-7931) -> No product -At time : 93.001 ns Reaction : OH^-1 (-13590) + H3O^1 (-6551) -> No product -At time : 93.001 ns Reaction : e_aq^-1 (-1365) + H2O2^0 (-12837) -> OH^-1 (-14007) + OH^0 (-14008) -At time : 93.001 ns Reaction : e_aq^-1 (-3730) + e_aq^-1 (-2921) -> OH^-1 (-14009) + OH^-1 (-14010) + H_2^0 (-14011) -At time : 94.001 ns Reaction : OH^0 (-14003) + e_aq^-1 (-4965) -> OH^-1 (-14012) -At time : 94.001 ns Reaction : OH^-1 (-13964) + H3O^1 (-6437) -> No product -At time : 94.001 ns Reaction : e_aq^-1 (-821) + OH^0 (-13874) -> OH^-1 (-14013) -At time : 94.001 ns Reaction : H^0 (-13027) + H^0 (-12889) -> H_2^0 (-14014) -At time : 94.001 ns Reaction : e_aq^-1 (-2263) + H^0 (-8976) -> OH^-1 (-14015) + H_2^0 (-14016) -At time : 94.001 ns Reaction : e_aq^-1 (-2488) + H3O^1 (-6619) -> H^0 (-14017) -At time : 95.001 ns Reaction : H3O^1 (-7261) + OH^-1 (-13934) -> No product -At time : 95.001 ns Reaction : OH^0 (-9986) + OH^0 (-7906) -> H2O2^0 (-14018) -At time : 95.001 ns Reaction : OH^0 (-6422) + OH^0 (-8756) -> H2O2^0 (-14019) -At time : 96.001 ns Reaction : OH^-1 (-13942) + H3O^1 (-6785) -> No product -At time : 96.001 ns Reaction : OH^0 (-5980) + H^0 (-13937) -> No product -At time : 96.001 ns Reaction : OH^-1 (-13860) + H3O^1 (-7279) -> No product -At time : 96.001 ns Reaction : OH^-1 (-13451) + H3O^1 (-8829) -> No product -At time : 96.001 ns Reaction : OH^-1 (-13278) + H3O^1 (-7233) -> No product -At time : 96.001 ns Reaction : e_aq^-1 (-41) + H^0 (-13043) -> OH^-1 (-14020) + H_2^0 (-14021) -At time : 96.001 ns Reaction : H^0 (-11206) + OH^0 (-5828) -> No product -At time : 96.001 ns Reaction : OH^0 (-9377) + OH^0 (-5727) -> H2O2^0 (-14022) -At time : 96.001 ns Reaction : e_aq^-1 (-4508) + H3O^1 (-7055) -> H^0 (-14023) -At time : 97.001 ns Reaction : H3O^1 (-5959) + OH^-1 (-13796) -> No product -At time : 97.001 ns Reaction : OH^-1 (-13674) + H3O^1 (-11131) -> No product -At time : 97.001 ns Reaction : e_aq^-1 (-3552) + OH^0 (-7692) -> OH^-1 (-14024) -At time : 98.001 ns Reaction : OH^-1 (-13906) + H3O^1 (-6455) -> No product -At time : 98.001 ns Reaction : OH^0 (-10264) + H^0 (-13273) -> No product -At time : 98.001 ns Reaction : H3O^1 (-11294) + OH^-1 (-13180) -> No product -At time : 98.001 ns Reaction : e_aq^-1 (-5594) + OH^0 (-8615) -> OH^-1 (-14025) -At time : 98.001 ns Reaction : e_aq^-1 (-585) + H3O^1 (-8481) -> H^0 (-14026) -At time : 99.001 ns Reaction : H3O^1 (-6659) + OH^-1 (-13912) -> No product -At time : 99.001 ns Reaction : OH^-1 (-13826) + H3O^1 (-8037) -> No product -At time : 99.001 ns Reaction : OH^-1 (-13748) + H3O^1 (-6193) -> No product -At time : 99.001 ns Reaction : e_aq^-1 (-2049) + H2O2^0 (-13686) -> OH^-1 (-14027) + OH^0 (-14028) -At time : 99.001 ns Reaction : H2O2^0 (-13509) + e_aq^-1 (-1238) -> OH^-1 (-14029) + OH^0 (-14030) -At time : 100 ns Reaction : OH^0 (-13990) + OH^0 (-9037) -> H2O2^0 (-14031) -At time : 100 ns Reaction : e_aq^-1 (-5583) + H3O^1 (-6127) -> H^0 (-14032) -At time : 100 ns Reaction : e_aq^-1 (-5269) + e_aq^-1 (-692) -> OH^-1 (-14033) + OH^-1 (-14034) + H_2^0 (-14035) -At time : 101 ns Reaction : e_aq^-1 (-2757) + H2O2^0 (-13971) -> OH^-1 (-14036) + OH^0 (-14037) -At time : 101 ns Reaction : OH^-1 (-13783) + H3O^1 (-9887) -> No product -At time : 101 ns Reaction : e_aq^-1 (-1289) + H^0 (-12318) -> OH^-1 (-14038) + H_2^0 (-14039) -At time : 101 ns Reaction : e_aq^-1 (-5231) + H2O2^0 (-12282) -> OH^-1 (-14040) + OH^0 (-14041) -At time : 101 ns Reaction : e_aq^-1 (-5466) + H2O2^0 (-12211) -> OH^-1 (-14042) + OH^0 (-14043) -At time : 101 ns Reaction : H2O2^0 (-11893) + e_aq^-1 (-3764) -> OH^-1 (-14044) + OH^0 (-14045) -At time : 102 ns Reaction : OH^0 (-14037) + H^0 (-10705) -> No product -At time : 102 ns Reaction : e_aq^-1 (-1283) + OH^0 (-14030) -> OH^-1 (-14046) -At time : 102 ns Reaction : H^0 (-13977) + e_aq^-1 (-5226) -> OH^-1 (-14047) + H_2^0 (-14048) -At time : 102 ns Reaction : H^0 (-11306) + OH^0 (-6728) -> No product -At time : 102 ns Reaction : OH^0 (-10693) + OH^0 (-7764) -> H2O2^0 (-14049) -At time : 102 ns Reaction : OH^0 (-7066) + OH^0 (-8058) -> H2O2^0 (-14050) -At time : 102 ns Reaction : e_aq^-1 (-1998) + H3O^1 (-6779) -> H^0 (-14051) -At time : 103 ns Reaction : H3O^1 (-9893) + OH^-1 (-14027) -> No product -At time : 103 ns Reaction : H3O^1 (-10137) + OH^-1 (-13944) -> No product -At time : 103 ns Reaction : e_aq^-1 (-4308) + H2O2^0 (-12512) -> OH^-1 (-14052) + OH^0 (-14053) -At time : 103 ns Reaction : H^0 (-11541) + OH^0 (-7982) -> No product -At time : 103 ns Reaction : e_aq^-1 (-3562) + H3O^1 (-6241) -> H^0 (-14054) -At time : 103 ns Reaction : e_aq^-1 (-2177) + OH^0 (-5978) -> OH^-1 (-14055) -At time : 104 ns Reaction : e_aq^-1 (-5504) + H2O2^0 (-12671) -> OH^-1 (-14056) + OH^0 (-14057) -At time : 104 ns Reaction : H3O^1 (-9842) + e_aq^-1 (-2023) -> H^0 (-14058) -At time : 104 ns Reaction : e_aq^-1 (-4333) + H3O^1 (-7531) -> H^0 (-14059) -At time : 105 ns Reaction : H3O^1 (-10594) + OH^-1 (-13900) -> No product -At time : 105 ns Reaction : OH^-1 (-13689) + H3O^1 (-8257) -> No product -At time : 105 ns Reaction : OH^0 (-13618) + e_aq^-1 (-4411) -> OH^-1 (-14060) -At time : 105 ns Reaction : H3O^1 (-6489) + OH^-1 (-13556) -> No product -At time : 105 ns Reaction : e_aq^-1 (-4030) + OH^0 (-5956) -> OH^-1 (-14061) -At time : 106 ns Reaction : H^0 (-13745) + OH^0 (-6710) -> No product -At time : 106 ns Reaction : OH^0 (-9543) + H^0 (-12644) -> No product -At time : 106 ns Reaction : H^0 (-12268) + OH^0 (-10973) -> No product -At time : 106 ns Reaction : OH^0 (-10128) + OH^0 (-6988) -> H2O2^0 (-14062) -At time : 106 ns Reaction : e_aq^-1 (-5268) + H3O^1 (-8185) -> H^0 (-14063) -At time : 106 ns Reaction : e_aq^-1 (-3534) + e_aq^-1 (-3512) -> OH^-1 (-14064) + OH^-1 (-14065) + H_2^0 (-14066) -At time : 107 ns Reaction : OH^-1 (-13820) + H3O^1 (-6517) -> No product -At time : 107 ns Reaction : OH^0 (-12849) + e_aq^-1 (-8881) -> OH^-1 (-14067) -At time : 107 ns Reaction : e_aq^-1 (-1198) + H2O2^0 (-12824) -> OH^-1 (-14068) + OH^0 (-14069) -At time : 107 ns Reaction : e_aq^-1 (-5234) + OH^0 (-8182) -> OH^-1 (-14070) -At time : 108 ns Reaction : H2O2^0 (-13735) + e_aq^-1 (-5517) -> OH^-1 (-14071) + OH^0 (-14072) -At time : 108 ns Reaction : e_aq^-1 (-5162) + H2O2^0 (-13678) -> OH^-1 (-14073) + OH^0 (-14074) -At time : 108 ns Reaction : H^0 (-12737) + e_aq^-1 (-3677) -> OH^-1 (-14075) + H_2^0 (-14076) -At time : 108 ns Reaction : e_aq^-1 (-3857) + H2O2^0 (-11751) -> OH^-1 (-14077) + OH^0 (-14078) -At time : 108 ns Reaction : H2O2^0 (-11560) + e_aq^-1 (-2820) -> OH^-1 (-14079) + OH^0 (-14080) -At time : 108 ns Reaction : e_aq^-1 (-4528) + H2O2^0 (-11464) -> OH^-1 (-14081) + OH^0 (-14082) -At time : 109 ns Reaction : OH^0 (-6022) + OH^0 (-13386) -> H2O2^0 (-14083) -At time : 109 ns Reaction : e_aq^-1 (-619) + e_aq^-1 (-8890) -> OH^-1 (-14084) + OH^-1 (-14085) + H_2^0 (-14086) -At time : 110 ns Reaction : OH^0 (-14080) + e_aq^-1 (-2891) -> OH^-1 (-14087) -At time : 110 ns Reaction : H3O^1 (-6473) + OH^-1 (-13598) -> No product -At time : 110 ns Reaction : e_aq^-1 (-290) + H^0 (-12972) -> OH^-1 (-14088) + H_2^0 (-14089) -At time : 110 ns Reaction : OH^-1 (-12809) + H3O^1 (-6919) -> No product -At time : 110 ns Reaction : e_aq^-1 (-5297) + H2O2^0 (-11657) -> OH^-1 (-14090) + OH^0 (-14091) -At time : 110 ns Reaction : H3O^1 (-9925) + e_aq^-1 (-2319) -> H^0 (-14092) -At time : 110 ns Reaction : OH^0 (-5908) + OH^0 (-7754) -> H2O2^0 (-14093) -At time : 111 ns Reaction : H3O^1 (-6247) + OH^-1 (-14024) -> No product -At time : 111 ns Reaction : H^0 (-12064) + OH^0 (-8102) -> No product -At time : 111 ns Reaction : H^0 (-11208) + OH^0 (-6578) -> No product -At time : 111 ns Reaction : H^0 (-11165) + H^0 (-9401) -> H_2^0 (-14094) -At time : 111 ns Reaction : OH^0 (-10558) + e_aq^-1 (-4264) -> OH^-1 (-14095) -At time : 111 ns Reaction : e_aq^-1 (-3526) + H^0 (-8992) -> OH^-1 (-14096) + H_2^0 (-14097) -At time : 111 ns Reaction : e_aq^-1 (-5073) + H3O^1 (-7229) -> H^0 (-14098) -At time : 111 ns Reaction : e_aq^-1 (-3507) + H3O^1 (-6243) -> H^0 (-14099) -At time : 112 ns Reaction : e_aq^-1 (-241) + OH^0 (-13688) -> OH^-1 (-14100) -At time : 112 ns Reaction : e_aq^-1 (-2937) + H2O2^0 (-12178) -> OH^-1 (-14101) + OH^0 (-14102) -At time : 112 ns Reaction : OH^0 (-10153) + OH^0 (-7110) -> H2O2^0 (-14103) -At time : 112 ns Reaction : e_aq^-1 (-5648) + H3O^1 (-8601) -> H^0 (-14104) -At time : 113 ns Reaction : H3O^1 (-7437) + OH^-1 (-14040) -> No product -At time : 113 ns Reaction : OH^-1 (-13572) + H3O^1 (-6075) -> No product -At time : 113 ns Reaction : H^0 (-12699) + OH^0 (-5910) -> No product -At time : 113 ns Reaction : e_aq^-1 (-4120) + H2O2^0 (-11623) -> OH^-1 (-14105) + OH^0 (-14106) -At time : 113 ns Reaction : e_aq^-1 (-2606) + OH^0 (-9664) -> OH^-1 (-14107) -At time : 114 ns Reaction : e_aq^-1 (-848) + H2O2^0 (-13465) -> OH^-1 (-14108) + OH^0 (-14109) -At time : 114 ns Reaction : OH^0 (-10528) + e_aq^-1 (-4138) -> OH^-1 (-14110) -At time : 115 ns Reaction : e_aq^-1 (-195) + OH^0 (-14043) -> OH^-1 (-14111) -At time : 115 ns Reaction : H3O^1 (-6591) + OH^-1 (-13930) -> No product -At time : 115 ns Reaction : H3O^1 (-9881) + OH^-1 (-13013) -> No product -At time : 115 ns Reaction : e_aq^-1 (-1161) + OH^0 (-12666) -> OH^-1 (-14112) -At time : 115 ns Reaction : H^0 (-10951) + OH^0 (-8387) -> No product -At time : 115 ns Reaction : e_aq^-1 (-4802) + H^0 (-9289) -> OH^-1 (-14113) + H_2^0 (-14114) -At time : 115 ns Reaction : e_aq^-1 (-5399) + OH^0 (-7444) -> OH^-1 (-14115) -At time : 115 ns Reaction : e_aq^-1 (-641) + e_aq^-1 (-5095) -> OH^-1 (-14116) + OH^-1 (-14117) + H_2^0 (-14118) -At time : 116 ns Reaction : e_aq^-1 (-5220) + H2O2^0 (-12806) -> OH^-1 (-14119) + OH^0 (-14120) -At time : 116 ns Reaction : e_aq^-1 (-3966) + H2O2^0 (-12545) -> OH^-1 (-14121) + OH^0 (-14122) -At time : 116 ns Reaction : e_aq^-1 (-418) + H2O2^0 (-11532) -> OH^-1 (-14123) + OH^0 (-14124) -At time : 116 ns Reaction : e_aq^-1 (-11) + OH^0 (-9385) -> OH^-1 (-14125) -At time : 116 ns Reaction : e_aq^-1 (-5335) + e_aq^-1 (-5342) -> OH^-1 (-14126) + OH^-1 (-14127) + H_2^0 (-14128) -At time : 117 ns Reaction : H^0 (-9809) + H^0 (-13836) -> H_2^0 (-14129) -At time : 117 ns Reaction : e_aq^-1 (-4295) + H2O2^0 (-11586) -> OH^-1 (-14130) + OH^0 (-14131) -At time : 117 ns Reaction : e_aq^-1 (-1749) + OH^0 (-6912) -> OH^-1 (-14132) -At time : 118 ns Reaction : OH^0 (-10223) + H^0 (-13832) -> No product -At time : 118 ns Reaction : H2O2^0 (-12880) + e_aq^-1 (-8344) -> OH^-1 (-14133) + OH^0 (-14134) -At time : 118 ns Reaction : e_aq^-1 (-5440) + H3O^1 (-7381) -> H^0 (-14135) -At time : 119 ns Reaction : OH^-1 (-14130) + H3O^1 (-6841) -> No product -At time : 119 ns Reaction : e_aq^-1 (-5409) + OH^0 (-13995) -> OH^-1 (-14136) -At time : 119 ns Reaction : e_aq^-1 (-5476) + OH^0 (-8402) -> OH^-1 (-14137) -At time : 119 ns Reaction : e_aq^-1 (-3694) + H3O^1 (-7749) -> H^0 (-14138) -At time : 119 ns Reaction : e_aq^-1 (-655) + e_aq^-1 (-957) -> OH^-1 (-14139) + OH^-1 (-14140) + H_2^0 (-14141) -At time : 119 ns Reaction : e_aq^-1 (-273) + e_aq^-1 (-471) -> OH^-1 (-14142) + OH^-1 (-14143) + H_2^0 (-14144) -At time : 120 ns Reaction : H3O^1 (-6831) + OH^-1 (-14133) -> No product -At time : 120 ns Reaction : OH^-1 (-14047) + H3O^1 (-7439) -> No product -At time : 120 ns Reaction : OH^-1 (-14004) + H3O^1 (-6671) -> No product -At time : 120 ns Reaction : OH^0 (-13197) + e_aq^-1 (-5511) -> OH^-1 (-14145) -At time : 121 ns Reaction : e_aq^-1 (-4718) + H^0 (-13941) -> OH^-1 (-14146) + H_2^0 (-14147) -At time : 121 ns Reaction : H3O^1 (-6383) + OH^-1 (-12702) -> No product -At time : 121 ns Reaction : OH^0 (-6652) + H^0 (-8980) -> No product -At time : 122 ns Reaction : OH^-1 (-13924) + H3O^1 (-9944) -> No product -At time : 122 ns Reaction : H^0 (-10482) + H^0 (-13545) -> H_2^0 (-14148) -At time : 122 ns Reaction : H^0 (-13380) + OH^0 (-5924) -> No product -At time : 122 ns Reaction : H^0 (-9902) + e_aq^-1 (-4375) -> OH^-1 (-14149) + H_2^0 (-14150) -At time : 122 ns Reaction : e_aq^-1 (-2528) + H3O^1 (-8523) -> H^0 (-14151) -At time : 122 ns Reaction : e_aq^-1 (-2595) + OH^0 (-8522) -> OH^-1 (-14152) -At time : 122 ns Reaction : e_aq^-1 (-5707) + OH^0 (-8282) -> OH^-1 (-14153) -At time : 122 ns Reaction : OH^0 (-6918) + OH^0 (-7568) -> H2O2^0 (-14154) -At time : 123 ns Reaction : H^0 (-9797) + OH^0 (-5912) -> No product -At time : 123 ns Reaction : e_aq^-1 (-4616) + OH^0 (-6012) -> OH^-1 (-14155) -At time : 123 ns Reaction : e_aq^-1 (-2627) + OH^0 (-5920) -> OH^-1 (-14156) -At time : 124 ns Reaction : H3O^1 (-6037) + OH^-1 (-13966) -> No product -At time : 124 ns Reaction : H^0 (-12676) + e_aq^-1 (-2637) -> OH^-1 (-14157) + H_2^0 (-14158) -At time : 125 ns Reaction : H3O^1 (-10342) + OH^-1 (-14137) -> No product -At time : 125 ns Reaction : OH^0 (-13605) + OH^0 (-8675) -> H2O2^0 (-14159) -At time : 125 ns Reaction : OH^0 (-10981) + e_aq^-1 (-4809) -> OH^-1 (-14160) -At time : 125 ns Reaction : e_aq^-1 (-3803) + H3O^1 (-7797) -> H^0 (-14161) -At time : 126 ns Reaction : H3O^1 (-6085) + OH^-1 (-14125) -> No product -At time : 126 ns Reaction : OH^-1 (-14070) + H3O^1 (-7191) -> No product -At time : 126 ns Reaction : OH^0 (-6206) + OH^0 (-13803) -> H2O2^0 (-14162) -At time : 126 ns Reaction : H^0 (-13775) + e_aq^-1 (-8785) -> OH^-1 (-14163) + H_2^0 (-14164) -At time : 126 ns Reaction : e_aq^-1 (-4737) + OH^0 (-7544) -> OH^-1 (-14165) -At time : 127 ns Reaction : OH^-1 (-14111) + H3O^1 (-7353) -> No product -At time : 127 ns Reaction : OH^-1 (-14036) + H3O^1 (-6451) -> No product -At time : 128 ns Reaction : H3O^1 (-10239) + OH^-1 (-13616) -> No product -At time : 128 ns Reaction : e_aq^-1 (-2968) + H2O2^0 (-11958) -> OH^-1 (-14166) + OH^0 (-14167) -At time : 128 ns Reaction : e_aq^-1 (-2059) + H3O^1 (-8784) -> H^0 (-14168) -At time : 128 ns Reaction : e_aq^-1 (-2179) + H3O^1 (-7843) -> H^0 (-14169) -At time : 129 ns Reaction : OH^-1 (-14013) + H3O^1 (-10168) -> No product -At time : 129 ns Reaction : e_aq^-1 (-2919) + OH^0 (-13499) -> OH^-1 (-14170) -At time : 129 ns Reaction : OH^-1 (-13494) + H3O^1 (-8445) -> No product -At time : 129 ns Reaction : e_aq^-1 (-3127) + H3O^1 (-9546) -> H^0 (-14171) -At time : 130 ns Reaction : OH^0 (-14122) + OH^0 (-6682) -> H2O2^0 (-14172) -At time : 130 ns Reaction : OH^-1 (-13485) + H3O^1 (-7473) -> No product -At time : 130 ns Reaction : e_aq^-1 (-3699) + H2O2^0 (-12477) -> OH^-1 (-14173) + OH^0 (-14174) -At time : 130 ns Reaction : e_aq^-1 (-4579) + H3O^1 (-8676) -> H^0 (-14175) -At time : 130 ns Reaction : e_aq^-1 (-4736) + OH^0 (-8429) -> OH^-1 (-14176) -At time : 131 ns Reaction : H^0 (-14017) + OH^0 (-5934) -> No product -At time : 131 ns Reaction : OH^-1 (-13785) + H3O^1 (-7517) -> No product -At time : 131 ns Reaction : H^0 (-13588) + H^0 (-9343) -> H_2^0 (-14177) -At time : 131 ns Reaction : H^0 (-13225) + H^0 (-10023) -> H_2^0 (-14178) -At time : 132 ns Reaction : e_aq^-1 (-229) + OH^0 (-14091) -> OH^-1 (-14179) -At time : 132 ns Reaction : OH^-1 (-14029) + H3O^1 (-8820) -> No product -At time : 132 ns Reaction : H3O^1 (-7295) + OH^-1 (-14020) -> No product -At time : 132 ns Reaction : OH^-1 (-14007) + H3O^1 (-8568) -> No product -At time : 132 ns Reaction : e_aq^-1 (-4812) + H^0 (-13911) -> OH^-1 (-14180) + H_2^0 (-14181) -At time : 133 ns Reaction : H3O^1 (-10391) + OH^-1 (-14179) -> No product -At time : 133 ns Reaction : OH^-1 (-13672) + H3O^1 (-9716) -> No product -At time : 133 ns Reaction : H3O^1 (-9703) + e_aq^-1 (-2416) -> H^0 (-14182) -At time : 134 ns Reaction : OH^-1 (-13822) + H3O^1 (-7629) -> No product -At time : 134 ns Reaction : H3O^1 (-11045) + OH^-1 (-13573) -> No product -At time : 134 ns Reaction : e_aq^-1 (-2796) + H^0 (-9648) -> OH^-1 (-14183) + H_2^0 (-14184) -At time : 135 ns Reaction : OH^-1 (-14166) + H3O^1 (-6453) -> No product -At time : 135 ns Reaction : H2O2^0 (-13347) + e_aq^-1 (-4794) -> OH^-1 (-14185) + OH^0 (-14186) -At time : 135 ns Reaction : e_aq^-1 (-5034) + H3O^1 (-8111) -> H^0 (-14187) -At time : 136 ns Reaction : e_aq^-1 (-4742) + H^0 (-14175) -> OH^-1 (-14188) + H_2^0 (-14189) -At time : 136 ns Reaction : OH^-1 (-14068) + H3O^1 (-6055) -> No product -At time : 136 ns Reaction : H^0 (-12429) + H^0 (-13595) -> H_2^0 (-14190) -At time : 136 ns Reaction : e_aq^-1 (-2260) + H^0 (-12709) -> OH^-1 (-14191) + H_2^0 (-14192) -At time : 136 ns Reaction : H^0 (-12521) + OH^0 (-7034) -> No product -At time : 136 ns Reaction : OH^0 (-6150) + OH^0 (-8489) -> H2O2^0 (-14193) -At time : 137 ns Reaction : e_aq^-1 (-498) + H2O2^0 (-13165) -> OH^-1 (-14194) + OH^0 (-14195) -At time : 137 ns Reaction : H^0 (-13086) + H^0 (-13078) -> H_2^0 (-14196) -At time : 137 ns Reaction : e_aq^-1 (-4223) + H2O2^0 (-11945) -> OH^-1 (-14197) + OH^0 (-14198) -At time : 138 ns Reaction : H^0 (-13103) + H^0 (-14182) -> H_2^0 (-14199) -At time : 138 ns Reaction : e_aq^-1 (-3570) + OH^0 (-7708) -> OH^-1 (-14200) -At time : 139 ns Reaction : H3O^1 (-7001) + OH^-1 (-14155) -> No product -At time : 139 ns Reaction : H3O^1 (-9741) + OH^-1 (-13773) -> No product -At time : 139 ns Reaction : OH^-1 (-13652) + H3O^1 (-6851) -> No product -At time : 139 ns Reaction : e_aq^-1 (-4852) + H2O2^0 (-13389) -> OH^-1 (-14201) + OH^0 (-14202) -At time : 139 ns Reaction : H2O2^0 (-11525) + e_aq^-1 (-3811) -> OH^-1 (-14203) + OH^0 (-14204) -At time : 139 ns Reaction : e_aq^-1 (-4053) + H3O^1 (-7653) -> H^0 (-14205) -At time : 140 ns Reaction : H3O^1 (-6281) + OH^-1 (-13932) -> No product -At time : 140 ns Reaction : H^0 (-13411) + OH^0 (-8174) -> No product -At time : 140 ns Reaction : OH^0 (-10454) + e_aq^-1 (-5462) -> OH^-1 (-14206) -At time : 141 ns Reaction : e_aq^-1 (-1901) + H2O2^0 (-13854) -> OH^-1 (-14207) + OH^0 (-14208) -At time : 141 ns Reaction : H2O2^0 (-12047) + e_aq^-1 (-4235) -> OH^-1 (-14209) + OH^0 (-14210) -At time : 141 ns Reaction : e_aq^-1 (-660) + e_aq^-1 (-4819) -> OH^-1 (-14211) + OH^-1 (-14212) + H_2^0 (-14213) -At time : 142 ns Reaction : e_aq^-1 (-1880) + H^0 (-14168) -> OH^-1 (-14214) + H_2^0 (-14215) -At time : 142 ns Reaction : H3O^1 (-6185) + OH^-1 (-14060) -> No product -At time : 142 ns Reaction : OH^-1 (-13948) + H3O^1 (-6693) -> No product -At time : 142 ns Reaction : H^0 (-13585) + OH^0 (-7806) -> No product -At time : 142 ns Reaction : OH^-1 (-13559) + H3O^1 (-7555) -> No product -At time : 142 ns Reaction : H^0 (-12873) + H^0 (-10317) -> H_2^0 (-14216) -At time : 142 ns Reaction : OH^0 (-10925) + OH^0 (-12836) -> H2O2^0 (-14217) -At time : 142 ns Reaction : e_aq^-1 (-476) + OH^0 (-8198) -> OH^-1 (-14218) -At time : 143 ns Reaction : H^0 (-12589) + OH^0 (-14057) -> No product -At time : 143 ns Reaction : e_aq^-1 (-1533) + H2O2^0 (-12738) -> OH^-1 (-14219) + OH^0 (-14220) -At time : 144 ns Reaction : H3O^1 (-10263) + OH^-1 (-13053) -> No product -At time : 144 ns Reaction : OH^0 (-9363) + e_aq^-1 (-5184) -> OH^-1 (-14221) -At time : 144 ns Reaction : e_aq^-1 (-5418) + H3O^1 (-8598) -> H^0 (-14222) -At time : 144 ns Reaction : e_aq^-1 (-4693) + H3O^1 (-8067) -> H^0 (-14223) -At time : 145 ns Reaction : H3O^1 (-6769) + OH^-1 (-14121) -> No product -At time : 145 ns Reaction : H^0 (-13439) + e_aq^-1 (-4115) -> OH^-1 (-14224) + H_2^0 (-14225) -At time : 145 ns Reaction : e_aq^-1 (-1741) + H^0 (-12564) -> OH^-1 (-14226) + H_2^0 (-14227) -At time : 145 ns Reaction : e_aq^-1 (-3625) + OH^0 (-6388) -> OH^-1 (-14228) -At time : 146 ns Reaction : H3O^1 (-10346) + OH^-1 (-13475) -> No product -At time : 146 ns Reaction : H^0 (-9503) + OH^0 (-13152) -> No product -At time : 146 ns Reaction : OH^0 (-10439) + e_aq^-1 (-688) -> OH^-1 (-14229) -At time : 147 ns Reaction : OH^-1 (-14081) + H3O^1 (-10045) -> No product -At time : 147 ns Reaction : e_aq^-1 (-3946) + H2O2^0 (-11899) -> OH^-1 (-14230) + OH^0 (-14231) -At time : 147 ns Reaction : e_aq^-1 (-2086) + H3O^1 (-6725) -> H^0 (-14232) -At time : 148 ns Reaction : OH^0 (-9647) + OH^0 (-14045) -> H2O2^0 (-14233) -At time : 148 ns Reaction : OH^-1 (-13890) + H3O^1 (-6051) -> No product -At time : 148 ns Reaction : H^0 (-13876) + OH^0 (-6384) -> No product -At time : 148 ns Reaction : OH^0 (-9218) + OH^0 (-6562) -> H2O2^0 (-14234) -At time : 149 ns Reaction : e_aq^-1 (-1984) + H^0 (-13263) -> OH^-1 (-14235) + H_2^0 (-14236) -At time : 150 ns Reaction : OH^-1 (-13350) + H3O^1 (-6961) -> No product -At time : 150 ns Reaction : OH^-1 (-12739) + H3O^1 (-10702) -> No product -At time : 151 ns Reaction : OH^0 (-6810) + H^0 (-14232) -> No product -At time : 151 ns Reaction : e_aq^-1 (-3707) + OH^0 (-14102) -> OH^-1 (-14237) -At time : 151 ns Reaction : OH^-1 (-14038) + H3O^1 (-8003) -> No product -At time : 151 ns Reaction : e_aq^-1 (-5645) + H^0 (-8934) -> OH^-1 (-14238) + H_2^0 (-14239) -At time : 152 ns Reaction : e_aq^-1 (-5491) + e_aq^-1 (-5582) -> OH^-1 (-14240) + OH^-1 (-14241) + H_2^0 (-14242) -At time : 153 ns Reaction : H3O^1 (-9735) + OH^-1 (-14055) -> No product -At time : 153 ns Reaction : e_aq^-1 (-3840) + H3O^1 (-6735) -> H^0 (-14243) -At time : 154 ns Reaction : OH^-1 (-14214) + H3O^1 (-7609) -> No product -At time : 154 ns Reaction : OH^-1 (-13437) + H3O^1 (-8433) -> No product -At time : 155 ns Reaction : H^0 (-13392) + OH^0 (-13566) -> No product -At time : 155 ns Reaction : OH^0 (-12668) + OH^0 (-9424) -> H2O2^0 (-14244) -At time : 155 ns Reaction : e_aq^-1 (-4602) + H2O2^0 (-12174) -> OH^-1 (-14245) + OH^0 (-14246) -At time : 155 ns Reaction : OH^0 (-10661) + e_aq^-1 (-3486) -> OH^-1 (-14247) -At time : 155 ns Reaction : OH^0 (-10012) + e_aq^-1 (-4378) -> OH^-1 (-14248) -At time : 156 ns Reaction : H3O^1 (-10948) + OH^-1 (-13842) -> No product -At time : 157 ns Reaction : H2O2^0 (-11523) + e_aq^-1 (-4826) -> OH^-1 (-14249) + OH^0 (-14250) -At time : 157 ns Reaction : H3O^1 (-10692) + e_aq^-1 (-2990) -> H^0 (-14251) -At time : 158 ns Reaction : H3O^1 (-6309) + OH^-1 (-13449) -> No product -At time : 158 ns Reaction : e_aq^-1 (-5413) + H2O2^0 (-12079) -> OH^-1 (-14252) + OH^0 (-14253) -At time : 158 ns Reaction : e_aq^-1 (-4175) + H2O2^0 (-11653) -> OH^-1 (-14254) + OH^0 (-14255) -At time : 158 ns Reaction : OH^0 (-10526) + e_aq^-1 (-4251) -> OH^-1 (-14256) -At time : 159 ns Reaction : e_aq^-1 (-1972) + H2O2^0 (-11574) -> OH^-1 (-14257) + OH^0 (-14258) -At time : 160 ns Reaction : OH^-1 (-14219) + H3O^1 (-8559) -> No product -At time : 160 ns Reaction : OH^-1 (-14117) + H3O^1 (-8135) -> No product -At time : 160 ns Reaction : H2O2^0 (-14031) + e_aq^-1 (-4332) -> OH^-1 (-14259) + OH^0 (-14260) -At time : 160 ns Reaction : OH^0 (-8687) + H^0 (-13858) -> No product -At time : 160 ns Reaction : e_aq^-1 (-5571) + H2O2^0 (-13035) -> OH^-1 (-14261) + OH^0 (-14262) -At time : 161 ns Reaction : OH^-1 (-14252) + H3O^1 (-7307) -> No product -At time : 161 ns Reaction : OH^0 (-14120) + H^0 (-12311) -> No product -At time : 161 ns Reaction : e_aq^-1 (-5282) + OH^0 (-13976) -> OH^-1 (-14263) -At time : 163 ns Reaction : H3O^1 (-10710) + OH^-1 (-14101) -> No product -At time : 163 ns Reaction : H^0 (-13069) + e_aq^-1 (-4005) -> OH^-1 (-14264) + H_2^0 (-14265) -At time : 164 ns Reaction : H^0 (-12522) + e_aq^-1 (-3608) -> OH^-1 (-14266) + H_2^0 (-14267) -At time : 164 ns Reaction : e_aq^-1 (-5059) + OH^0 (-8579) -> OH^-1 (-14268) -At time : 165 ns Reaction : OH^0 (-14220) + OH^0 (-13452) -> H2O2^0 (-14269) -At time : 165 ns Reaction : OH^0 (-14109) + OH^0 (-8879) -> H2O2^0 (-14270) -At time : 165 ns Reaction : H3O^1 (-7747) + OH^-1 (-13570) -> No product -At time : 166 ns Reaction : OH^-1 (-14211) + H3O^1 (-8215) -> No product -At time : 166 ns Reaction : OH^-1 (-13960) + H3O^1 (-6425) -> No product -At time : 166 ns Reaction : e_aq^-1 (-3602) + H^0 (-13793) -> OH^-1 (-14271) + H_2^0 (-14272) -At time : 166 ns Reaction : H2O2^0 (-13615) + e_aq^-1 (-8518) -> OH^-1 (-14273) + OH^0 (-14274) -At time : 166 ns Reaction : e_aq^-1 (-1482) + H^0 (-12710) -> OH^-1 (-14275) + H_2^0 (-14276) -At time : 167 ns Reaction : OH^-1 (-14183) + H3O^1 (-6567) -> No product -At time : 167 ns Reaction : OH^-1 (-13914) + H3O^1 (-8209) -> No product -At time : 167 ns Reaction : e_aq^-1 (-885) + OH^0 (-7480) -> OH^-1 (-14277) -At time : 168 ns Reaction : OH^-1 (-13893) + H3O^1 (-6045) -> No product -At time : 168 ns Reaction : OH^0 (-9233) + OH^0 (-7780) -> H2O2^0 (-14278) -At time : 169 ns Reaction : H3O^1 (-10813) + OH^-1 (-14256) -> No product -At time : 169 ns Reaction : H3O^1 (-7725) + OH^-1 (-13448) -> No product -At time : 169 ns Reaction : e_aq^-1 (-4984) + OH^0 (-7004) -> OH^-1 (-14279) -At time : 170 ns Reaction : OH^-1 (-14153) + H3O^1 (-7379) -> No product -At time : 170 ns Reaction : e_aq^-1 (-791) + OH^0 (-13486) -> OH^-1 (-14280) -At time : 170 ns Reaction : e_aq^-1 (-147) + H2O2^0 (-13019) -> OH^-1 (-14281) + OH^0 (-14282) -At time : 170 ns Reaction : e_aq^-1 (-5331) + OH^0 (-11239) -> OH^-1 (-14283) -At time : 170 ns Reaction : OH^0 (-7438) + OH^0 (-8927) -> H2O2^0 (-14284) -At time : 171 ns Reaction : H^0 (-9811) + OH^0 (-13114) -> No product -At time : 171 ns Reaction : H3O^1 (-7983) + e_aq^-1 (-8488) -> H^0 (-14285) -At time : 171 ns Reaction : OH^0 (-6184) + OH^0 (-8080) -> H2O2^0 (-14286) -At time : 172 ns Reaction : OH^-1 (-13749) + H3O^1 (-6613) -> No product -At time : 172 ns Reaction : H3O^1 (-11089) + e_aq^-1 (-5152) -> H^0 (-14287) -At time : 173 ns Reaction : H3O^1 (-9669) + OH^-1 (-12742) -> No product -At time : 174 ns Reaction : OH^-1 (-14266) + H3O^1 (-6413) -> No product -At time : 174 ns Reaction : e_aq^-1 (-1079) + H3O^1 (-7975) -> H^0 (-14288) -At time : 175 ns Reaction : e_aq^-1 (-3947) + e_aq^-1 (-2579) -> OH^-1 (-14289) + OH^-1 (-14290) + H_2^0 (-14291) -At time : 176 ns Reaction : H3O^1 (-5927) + OH^-1 (-13974) -> No product -At time : 176 ns Reaction : H3O^1 (-6209) + OH^-1 (-12203) -> No product -At time : 176 ns Reaction : H^0 (-10583) + OH^0 (-7884) -> No product -At time : 177 ns Reaction : OH^-1 (-14085) + H3O^1 (-8271) -> No product -At time : 177 ns Reaction : H^0 (-13771) + e_aq^-1 (-5369) -> OH^-1 (-14292) + H_2^0 (-14293) -At time : 177 ns Reaction : e_aq^-1 (-2077) + H2O2^0 (-13391) -> OH^-1 (-14294) + OH^0 (-14295) -At time : 177 ns Reaction : e_aq^-1 (-3841) + OH^0 (-6618) -> OH^-1 (-14296) -At time : 178 ns Reaction : OH^-1 (-14212) + H3O^1 (-7129) -> No product -At time : 178 ns Reaction : OH^-1 (-12651) + H3O^1 (-7905) -> No product -At time : 180 ns Reaction : OH^-1 (-13997) + H3O^1 (-7799) -> No product -At time : 180 ns Reaction : H3O^1 (-6365) + OH^-1 (-13512) -> No product -At time : 181 ns Reaction : e_aq^-1 (-3630) + OH^0 (-7740) -> OH^-1 (-14297) -At time : 182 ns Reaction : OH^0 (-9419) + OH^0 (-13313) -> H2O2^0 (-14298) -At time : 182 ns Reaction : OH^0 (-10183) + OH^0 (-7052) -> H2O2^0 (-14299) -At time : 183 ns Reaction : OH^-1 (-14145) + H3O^1 (-7171) -> No product -At time : 183 ns Reaction : OH^-1 (-14088) + H3O^1 (-7217) -> No product -At time : 183 ns Reaction : OH^0 (-13528) + OH^0 (-10300) -> H2O2^0 (-14300) -At time : 183 ns Reaction : H2O2^0 (-13252) + e_aq^-1 (-3716) -> OH^-1 (-14301) + OH^0 (-14302) -At time : 185 ns Reaction : H3O^1 (-10555) + OH^-1 (-14257) -> No product -At time : 185 ns Reaction : H^0 (-9120) + H^0 (-13480) -> H_2^0 (-14303) -At time : 185 ns Reaction : e_aq^-1 (-761) + H3O^1 (-8505) -> H^0 (-14304) -At time : 186 ns Reaction : OH^-1 (-14163) + H3O^1 (-7577) -> No product -At time : 186 ns Reaction : OH^0 (-10481) + OH^0 (-13462) -> H2O2^0 (-14305) -At time : 186 ns Reaction : OH^-1 (-13249) + H3O^1 (-10208) -> No product -At time : 187 ns Reaction : OH^-1 (-14142) + H3O^1 (-8625) -> No product -At time : 187 ns Reaction : H3O^1 (-10852) + e_aq^-1 (-4454) -> H^0 (-14306) -At time : 188 ns Reaction : H3O^1 (-6481) + OH^-1 (-14079) -> No product -At time : 189 ns Reaction : H^0 (-13897) + OH^0 (-7532) -> No product -At time : 190 ns Reaction : OH^0 (-14274) + H^0 (-12193) -> No product -At time : 190 ns Reaction : OH^-1 (-14238) + H3O^1 (-7347) -> No product -At time : 190 ns Reaction : e_aq^-1 (-740) + e_aq^-1 (-4864) -> OH^-1 (-14307) + OH^-1 (-14308) + H_2^0 (-14309) -At time : 191 ns Reaction : H3O^1 (-10786) + OH^-1 (-13513) -> No product -At time : 191 ns Reaction : e_aq^-1 (-5388) + H^0 (-11186) -> OH^-1 (-14310) + H_2^0 (-14311) -At time : 192 ns Reaction : OH^0 (-7474) + OH^0 (-13568) -> H2O2^0 (-14312) -At time : 192 ns Reaction : e_aq^-1 (-3719) + H3O^1 (-6417) -> H^0 (-14313) -At time : 192 ns Reaction : e_aq^-1 (-1966) + e_aq^-1 (-2000) -> OH^-1 (-14314) + OH^-1 (-14315) + H_2^0 (-14316) -At time : 194 ns Reaction : H3O^1 (-5909) + OH^-1 (-14087) -> No product -At time : 194 ns Reaction : e_aq^-1 (-4706) + H^0 (-13547) -> OH^-1 (-14317) + H_2^0 (-14318) -At time : 194 ns Reaction : OH^0 (-10288) + e_aq^-1 (-5423) -> OH^-1 (-14319) -At time : 194 ns Reaction : e_aq^-1 (-2999) + H3O^1 (-7729) -> H^0 (-14320) -At time : 195 ns Reaction : e_aq^-1 (-4775) + OH^0 (-14246) -> OH^-1 (-14321) -At time : 195 ns Reaction : OH^-1 (-14139) + H3O^1 (-8862) -> No product -At time : 195 ns Reaction : H3O^1 (-6643) + OH^-1 (-14105) -> No product -At time : 195 ns Reaction : H^0 (-13760) + OH^0 (-8465) -> No product -At time : 195 ns Reaction : e_aq^-1 (-4664) + H2O2^0 (-11759) -> OH^-1 (-14322) + OH^0 (-14323) -At time : 196 ns Reaction : e_aq^-1 (-4116) + H2O2^0 (-14172) -> OH^-1 (-14324) + OH^0 (-14325) -At time : 196 ns Reaction : H^0 (-13779) + OH^0 (-7774) -> No product -At time : 197 ns Reaction : OH^-1 (-13413) + H3O^1 (-7377) -> No product -At time : 197 ns Reaction : H2O2^0 (-13378) + e_aq^-1 (-3692) -> OH^-1 (-14326) + OH^0 (-14327) -At time : 197 ns Reaction : OH^0 (-10432) + e_aq^-1 (-458) -> OH^-1 (-14328) -At time : 198 ns Reaction : OH^-1 (-14185) + H3O^1 (-8577) -> No product -At time : 198 ns Reaction : OH^-1 (-13985) + H3O^1 (-8269) -> No product -At time : 199 ns Reaction : H3O^1 (-7089) + OH^-1 (-14188) -> No product -At time : 199 ns Reaction : OH^-1 (-14126) + H3O^1 (-7157) -> No product -At time : 201 ns Reaction : H3O^1 (-10047) + OH^-1 (-14275) -> No product -At time : 201 ns Reaction : OH^-1 (-14206) + H3O^1 (-8173) -> No product -At time : 201 ns Reaction : H2O2^0 (-12985) + e_aq^-1 (-5209) -> OH^-1 (-14329) + OH^0 (-14330) -At time : 201 ns Reaction : e_aq^-1 (-2057) + H^0 (-12888) -> OH^-1 (-14331) + H_2^0 (-14332) -At time : 201 ns Reaction : e_aq^-1 (-4885) + H3O^1 (-7499) -> H^0 (-14333) -At time : 202 ns Reaction : e_aq^-1 (-112) + H^0 (-14098) -> OH^-1 (-14334) + H_2^0 (-14335) -At time : 202 ns Reaction : OH^-1 (-13922) + H3O^1 (-6687) -> No product -At time : 203 ns Reaction : e_aq^-1 (-3511) + H2O2^0 (-12541) -> OH^-1 (-14336) + OH^0 (-14337) -At time : 203 ns Reaction : e_aq^-1 (-4724) + H3O^1 (-10866) -> H^0 (-14338) -At time : 204 ns Reaction : OH^-1 (-14290) + H3O^1 (-7845) -> No product -At time : 204 ns Reaction : OH^0 (-13125) + OH^0 (-6762) -> H2O2^0 (-14339) -At time : 204 ns Reaction : H^0 (-10234) + e_aq^-1 (-811) -> OH^-1 (-14340) + H_2^0 (-14341) -At time : 205 ns Reaction : H3O^1 (-9394) + OH^-1 (-14090) -> No product -At time : 205 ns Reaction : e_aq^-1 (-3744) + H^0 (-13738) -> OH^-1 (-14342) + H_2^0 (-14343) -At time : 205 ns Reaction : e_aq^-1 (-4105) + H2O2^0 (-12115) -> OH^-1 (-14344) + OH^0 (-14345) -At time : 205 ns Reaction : H^0 (-10080) + OH^0 (-6952) -> No product -At time : 206 ns Reaction : H3O^1 (-9558) + OH^-1 (-14297) -> No product -At time : 207 ns Reaction : e_aq^-1 (-12) + H2O2^0 (-11797) -> OH^-1 (-14346) + OH^0 (-14347) -At time : 207 ns Reaction : e_aq^-1 (-5574) + H3O^1 (-7463) -> H^0 (-14348) -At time : 208 ns Reaction : H3O^1 (-6323) + OH^-1 (-13596) -> No product -At time : 209 ns Reaction : e_aq^-1 (-3729) + H3O^1 (-6487) -> H^0 (-14349) -At time : 210 ns Reaction : OH^-1 (-13420) + H3O^1 (-8273) -> No product -At time : 210 ns Reaction : e_aq^-1 (-4935) + H2O2^0 (-12212) -> OH^-1 (-14350) + OH^0 (-14351) -At time : 210 ns Reaction : e_aq^-1 (-5442) + H3O^1 (-8315) -> H^0 (-14352) -At time : 211 ns Reaction : e_aq^-1 (-5207) + H2O2^0 (-11529) -> OH^-1 (-14353) + OH^0 (-14354) -At time : 214 ns Reaction : H^0 (-13644) + OH^0 (-7844) -> No product -At time : 215 ns Reaction : H3O^1 (-6041) + OH^-1 (-14350) -> No product -At time : 215 ns Reaction : OH^-1 (-14207) + H3O^1 (-10893) -> No product -At time : 215 ns Reaction : OH^-1 (-14073) + H3O^1 (-7219) -> No product -At time : 215 ns Reaction : e_aq^-1 (-1228) + OH^0 (-8056) -> OH^-1 (-14355) -At time : 215 ns Reaction : e_aq^-1 (-5272) + H3O^1 (-7113) -> H^0 (-14356) -At time : 216 ns Reaction : OH^-1 (-14245) + H3O^1 (-7065) -> No product -At time : 216 ns Reaction : e_aq^-1 (-4889) + e_aq^-1 (-4981) -> OH^-1 (-14357) + OH^-1 (-14358) + H_2^0 (-14359) -At time : 218 ns Reaction : H^0 (-9666) + OH^0 (-7786) -> No product -At time : 218 ns Reaction : e_aq^-1 (-5362) + H3O^1 (-8167) -> H^0 (-14360) -At time : 220 ns Reaction : OH^-1 (-14123) + H3O^1 (-7425) -> No product -At time : 221 ns Reaction : OH^0 (-14325) + e_aq^-1 (-2006) -> OH^-1 (-14361) -At time : 221 ns Reaction : OH^-1 (-14317) + H3O^1 (-8586) -> No product -At time : 221 ns Reaction : OH^-1 (-13729) + H3O^1 (-6803) -> No product -At time : 221 ns Reaction : e_aq^-1 (-1193) + OH^0 (-5860) -> OH^-1 (-14362) -At time : 222 ns Reaction : OH^-1 (-13799) + H3O^1 (-7471) -> No product -At time : 222 ns Reaction : e_aq^-1 (-3527) + H2O2^0 (-13561) -> OH^-1 (-14363) + OH^0 (-14364) -At time : 223 ns Reaction : OH^-1 (-14095) + H3O^1 (-8343) -> No product -At time : 223 ns Reaction : OH^0 (-10030) + H^0 (-12712) -> No product -At time : 224 ns Reaction : OH^0 (-5796) + OH^0 (-14008) -> H2O2^0 (-14365) -At time : 224 ns Reaction : e_aq^-1 (-3620) + H3O^1 (-6337) -> H^0 (-14366) -At time : 225 ns Reaction : H^0 (-10618) + H^0 (-9461) -> H_2^0 (-14367) -At time : 226 ns Reaction : OH^0 (-10961) + OH^0 (-6882) -> H2O2^0 (-14368) -At time : 227 ns Reaction : OH^-1 (-13795) + H3O^1 (-6259) -> No product -At time : 228 ns Reaction : OH^0 (-6330) + OH^0 (-13879) -> H2O2^0 (-14369) -At time : 228 ns Reaction : e_aq^-1 (-5570) + H3O^1 (-8442) -> H^0 (-14370) -At time : 228 ns Reaction : e_aq^-1 (-4452) + OH^0 (-6948) -> OH^-1 (-14371) -At time : 228 ns Reaction : OH^0 (-5824) + OH^0 (-6414) -> H2O2^0 (-14372) -At time : 229 ns Reaction : e_aq^-1 (-5455) + OH^0 (-8600) -> OH^-1 (-14373) -At time : 230 ns Reaction : OH^-1 (-14165) + H3O^1 (-8373) -> No product -At time : 230 ns Reaction : OH^0 (-8977) + H^0 (-9004) -> No product -At time : 231 ns Reaction : OH^0 (-13414) + OH^0 (-7162) -> H2O2^0 (-14374) -At time : 231 ns Reaction : H^0 (-10088) + H^0 (-9277) -> H_2^0 (-14375) -At time : 232 ns Reaction : H^0 (-14063) + H^0 (-10370) -> H_2^0 (-14376) -At time : 232 ns Reaction : H3O^1 (-7111) + OH^-1 (-13604) -> No product -At time : 232 ns Reaction : e_aq^-1 (-3537) + H^0 (-12420) -> OH^-1 (-14377) + H_2^0 (-14378) -At time : 232 ns Reaction : H3O^1 (-10792) + e_aq^-1 (-4246) -> H^0 (-14379) -At time : 234 ns Reaction : OH^0 (-6160) + H^0 (-13070) -> No product -At time : 235 ns Reaction : H3O^1 (-10864) + OH^-1 (-14209) -> No product -At time : 237 ns Reaction : e_aq^-1 (-5098) + OH^0 (-13551) -> OH^-1 (-14380) -At time : 237 ns Reaction : OH^-1 (-13101) + H3O^1 (-7685) -> No product -At time : 237 ns Reaction : OH^0 (-9596) + H^0 (-12577) -> No product -At time : 237 ns Reaction : H^0 (-11929) + OH^0 (-8474) -> No product -At time : 238 ns Reaction : e_aq^-1 (-4258) + e_aq^-1 (-4076) -> OH^-1 (-14381) + OH^-1 (-14382) + H_2^0 (-14383) -At time : 239 ns Reaction : OH^-1 (-14108) + H3O^1 (-6023) -> No product -At time : 239 ns Reaction : OH^0 (-13815) + OH^0 (-10372) -> H2O2^0 (-14384) -At time : 239 ns Reaction : H2O2^0 (-11658) + e_aq^-1 (-4887) -> OH^-1 (-14385) + OH^0 (-14386) -At time : 241 ns Reaction : H^0 (-13203) + OH^0 (-7810) -> No product -At time : 242 ns Reaction : H3O^1 (-7105) + OH^-1 (-14307) -> No product -At time : 243 ns Reaction : e_aq^-1 (-5567) + H3O^1 (-11183) -> H^0 (-14387) -At time : 244 ns Reaction : OH^-1 (-13962) + H3O^1 (-7901) -> No product -At time : 245 ns Reaction : OH^-1 (-13975) + H3O^1 (-8213) -> No product -At time : 248 ns Reaction : H3O^1 (-10900) + OH^-1 (-14355) -> No product -At time : 248 ns Reaction : H3O^1 (-7245) + OH^-1 (-14136) -> No product -At time : 249 ns Reaction : OH^0 (-6734) + OH^0 (-6802) -> H2O2^0 (-14388) -At time : 250 ns Reaction : OH^0 (-7026) + OH^0 (-8016) -> H2O2^0 (-14389) -At time : 251 ns Reaction : OH^-1 (-13847) + H3O^1 (-6533) -> No product -At time : 251 ns Reaction : H^0 (-12365) + e_aq^-1 (-5193) -> OH^-1 (-14390) + H_2^0 (-14391) -At time : 251 ns Reaction : e_aq^-1 (-4417) + H2O2^0 (-11624) -> OH^-1 (-14392) + OH^0 (-14393) -At time : 251 ns Reaction : e_aq^-1 (-5623) + H3O^1 (-11156) -> H^0 (-14394) -At time : 251 ns Reaction : e_aq^-1 (-5637) + H3O^1 (-7389) -> H^0 (-14395) -At time : 252 ns Reaction : OH^0 (-10347) + e_aq^-1 (-5212) -> OH^-1 (-14396) -At time : 252 ns Reaction : e_aq^-1 (-4296) + H3O^1 (-6789) -> H^0 (-14397) -At time : 253 ns Reaction : OH^-1 (-13581) + H3O^1 (-8628) -> No product -At time : 253 ns Reaction : OH^0 (-13388) + OH^0 (-8997) -> H2O2^0 (-14398) -At time : 253 ns Reaction : OH^0 (-5775) + e_aq^-1 (-8773) -> OH^-1 (-14399) -At time : 254 ns Reaction : OH^-1 (-14301) + H3O^1 (-7763) -> No product -At time : 254 ns Reaction : H^0 (-11120) + OH^0 (-7456) -> No product -At time : 254 ns Reaction : OH^0 (-10296) + e_aq^-1 (-5482) -> OH^-1 (-14400) -At time : 254 ns Reaction : e_aq^-1 (-4957) + H3O^1 (-7221) -> H^0 (-14401) -At time : 255 ns Reaction : e_aq^-1 (-4656) + H2O2^0 (-13127) -> OH^-1 (-14402) + OH^0 (-14403) -At time : 255 ns Reaction : e_aq^-1 (-1009) + H2O2^0 (-11655) -> OH^-1 (-14404) + OH^0 (-14405) -At time : 256 ns Reaction : H3O^1 (-11041) + OH^-1 (-13891) -> No product -At time : 257 ns Reaction : OH^0 (-14260) + H^0 (-14379) -> No product -At time : 257 ns Reaction : H2O2^0 (-12731) + e_aq^-1 (-3648) -> OH^-1 (-14406) + OH^0 (-14407) -At time : 258 ns Reaction : e_aq^-1 (-964) + H^0 (-12811) -> OH^-1 (-14408) + H_2^0 (-14409) -At time : 259 ns Reaction : OH^-1 (-13838) + H3O^1 (-7511) -> No product -At time : 259 ns Reaction : e_aq^-1 (-4848) + H3O^1 (-7505) -> H^0 (-14410) -At time : 262 ns Reaction : OH^-1 (-14009) + H3O^1 (-5941) -> No product -At time : 262 ns Reaction : OH^0 (-7946) + H^0 (-13121) -> No product -At time : 263 ns Reaction : OH^0 (-9413) + H^0 (-13048) -> No product -At time : 263 ns Reaction : H2O2^0 (-12108) + e_aq^-1 (-4926) -> OH^-1 (-14411) + OH^0 (-14412) -At time : 263 ns Reaction : e_aq^-1 (-2390) + H^0 (-9721) -> OH^-1 (-14413) + H_2^0 (-14414) -At time : 264 ns Reaction : H3O^1 (-6165) + OH^-1 (-14292) -> No product -At time : 264 ns Reaction : e_aq^-1 (-2133) + H2O2^0 (-13409) -> OH^-1 (-14415) + OH^0 (-14416) -At time : 264 ns Reaction : e_aq^-1 (-3272) + H3O^1 (-7709) -> H^0 (-14417) -At time : 267 ns Reaction : e_aq^-1 (-5310) + H2O2^0 (-11488) -> OH^-1 (-14418) + OH^0 (-14419) -At time : 268 ns Reaction : OH^0 (-9547) + H^0 (-14054) -> No product -At time : 268 ns Reaction : OH^-1 (-13850) + H3O^1 (-7007) -> No product -At time : 268 ns Reaction : H^0 (-9511) + e_aq^-1 (-3640) -> OH^-1 (-14420) + H_2^0 (-14421) -At time : 269 ns Reaction : OH^-1 (-13808) + H3O^1 (-6159) -> No product -At time : 269 ns Reaction : H3O^1 (-6299) + OH^-1 (-12945) -> No product -At time : 271 ns Reaction : H^0 (-11998) + OH^0 (-8492) -> No product -At time : 272 ns Reaction : H3O^1 (-7339) + OH^-1 (-13987) -> No product -At time : 272 ns Reaction : e_aq^-1 (-5247) + H^0 (-9080) -> OH^-1 (-14422) + H_2^0 (-14423) -At time : 273 ns Reaction : OH^0 (-13324) + OH^0 (-6048) -> H2O2^0 (-14424) -At time : 274 ns Reaction : OH^-1 (-14228) + H3O^1 (-8730) -> No product -At time : 275 ns Reaction : OH^-1 (-13925) + H3O^1 (-7271) -> No product -At time : 275 ns Reaction : e_aq^-1 (-2113) + OH^0 (-13342) -> OH^-1 (-14425) -At time : 277 ns Reaction : OH^0 (-6380) + OH^0 (-8747) -> H2O2^0 (-14426) -At time : 278 ns Reaction : OH^0 (-6466) + OH^0 (-6526) -> H2O2^0 (-14427) -At time : 280 ns Reaction : H^0 (-10869) + H^0 (-12409) -> H_2^0 (-14428) -At time : 280 ns Reaction : e_aq^-1 (-3623) + H2O2^0 (-11776) -> OH^-1 (-14429) + OH^0 (-14430) -At time : 281 ns Reaction : OH^0 (-14124) + H^0 (-13762) -> No product -At time : 282 ns Reaction : H^0 (-12612) + H^0 (-13179) -> H_2^0 (-14431) -At time : 283 ns Reaction : H3O^1 (-6069) + OH^-1 (-14279) -> No product -At time : 283 ns Reaction : e_aq^-1 (-2612) + H^0 (-12460) -> OH^-1 (-14432) + H_2^0 (-14433) -At time : 284 ns Reaction : OH^-1 (-14324) + H3O^1 (-8697) -> No product -At time : 284 ns Reaction : OH^-1 (-14283) + H3O^1 (-8149) -> No product -At time : 285 ns Reaction : OH^-1 (-14241) + H3O^1 (-8311) -> No product -At time : 285 ns Reaction : OH^-1 (-13621) + H3O^1 (-8177) -> No product -At time : 286 ns Reaction : OH^0 (-13786) + OH^0 (-8567) -> H2O2^0 (-14434) -At time : 286 ns Reaction : e_aq^-1 (-3651) + H2O2^0 (-12059) -> OH^-1 (-14435) + OH^0 (-14436) -At time : 287 ns Reaction : OH^0 (-14131) + OH^0 (-7942) -> H2O2^0 (-14437) -At time : 288 ns Reaction : OH^0 (-14258) + e_aq^-1 (-3955) -> OH^-1 (-14438) -At time : 292 ns Reaction : e_aq^-1 (-4493) + OH^0 (-14351) -> OH^-1 (-14439) -At time : 292 ns Reaction : e_aq^-1 (-2283) + H3O^1 (-10724) -> H^0 (-14440) -At time : 292 ns Reaction : e_aq^-1 (-136) + e_aq^-1 (-173) -> OH^-1 (-14441) + OH^-1 (-14442) + H_2^0 (-14443) -At time : 293 ns Reaction : OH^-1 (-14385) + H3O^1 (-7519) -> No product -At time : 295 ns Reaction : e_aq^-1 (-3969) + OH^0 (-10749) -> OH^-1 (-14444) -At time : 295 ns Reaction : e_aq^-1 (-4510) + e_aq^-1 (-4600) -> OH^-1 (-14445) + OH^-1 (-14446) + H_2^0 (-14447) -At time : 297 ns Reaction : OH^-1 (-13508) + H3O^1 (-7605) -> No product -At time : 297 ns Reaction : H^0 (-11142) + e_aq^-1 (-8458) -> OH^-1 (-14448) + H_2^0 (-14449) -At time : 298 ns Reaction : OH^-1 (-14052) + H3O^1 (-7585) -> No product -At time : 298 ns Reaction : e_aq^-1 (-4757) + H^0 (-13367) -> OH^-1 (-14450) + H_2^0 (-14451) -At time : 298 ns Reaction : e_aq^-1 (-3771) + H3O^1 (-6611) -> H^0 (-14452) -At time : 301 ns Reaction : OH^0 (-14345) + e_aq^-1 (-4006) -> OH^-1 (-14453) -At time : 301 ns Reaction : OH^-1 (-14310) + H3O^1 (-7333) -> No product -At time : 301 ns Reaction : H^0 (-13657) + H^0 (-8936) -> H_2^0 (-14454) -At time : 302 ns Reaction : H3O^1 (-7971) + OH^-1 (-14381) -> No product -At time : 302 ns Reaction : OH^0 (-9206) + e_aq^-1 (-3691) -> OH^-1 (-14455) -At time : 304 ns Reaction : OH^0 (-13665) + OH^0 (-8156) -> H2O2^0 (-14456) -At time : 304 ns Reaction : H3O^1 (-6377) + OH^-1 (-13648) -> No product -At time : 305 ns Reaction : H3O^1 (-9508) + OH^-1 (-14420) -> No product -At time : 305 ns Reaction : H2O2^0 (-11370) + e_aq^-1 (-4192) -> OH^-1 (-14457) + OH^0 (-14458) -At time : 305 ns Reaction : H^0 (-10655) + OH^0 (-6254) -> No product -At time : 306 ns Reaction : H^0 (-13047) + OH^0 (-7434) -> No product -At time : 307 ns Reaction : H3O^1 (-10434) + e_aq^-1 (-141) -> H^0 (-14459) -At time : 308 ns Reaction : e_aq^-1 (-5493) + OH^0 (-7334) -> OH^-1 (-14460) -At time : 309 ns Reaction : OH^-1 (-13658) + H3O^1 (-5915) -> No product -At time : 310 ns Reaction : e_aq^-1 (-5029) + H3O^1 (-10427) -> H^0 (-14461) -At time : 311 ns Reaction : e_aq^-1 (-4124) + H2O2^0 (-11671) -> OH^-1 (-14462) + OH^0 (-14463) -At time : 312 ns Reaction : OH^0 (-7550) + OH^0 (-12917) -> H2O2^0 (-14464) -At time : 313 ns Reaction : OH^0 (-7204) + H^0 (-14459) -> No product -At time : 313 ns Reaction : H3O^1 (-10946) + OH^-1 (-13866) -> No product -At time : 314 ns Reaction : e_aq^-1 (-2312) + H^0 (-12700) -> OH^-1 (-14465) + H_2^0 (-14466) -At time : 316 ns Reaction : OH^0 (-9616) + OH^0 (-14327) -> H2O2^0 (-14467) -At time : 318 ns Reaction : OH^0 (-9179) + OH^0 (-9519) -> H2O2^0 (-14468) -At time : 319 ns Reaction : OH^-1 (-13994) + H3O^1 (-8297) -> No product -At time : 320 ns Reaction : OH^-1 (-13831) + H3O^1 (-7487) -> No product -At time : 320 ns Reaction : H^0 (-12711) + OH^0 (-7030) -> No product -At time : 323 ns Reaction : H^0 (-10729) + H^0 (-14251) -> H_2^0 (-14469) -At time : 323 ns Reaction : e_aq^-1 (-5135) + H^0 (-11866) -> OH^-1 (-14470) + H_2^0 (-14471) -At time : 323 ns Reaction : OH^0 (-10013) + OH^0 (-6926) -> H2O2^0 (-14472) -At time : 324 ns Reaction : OH^-1 (-13024) + H3O^1 (-6897) -> No product -At time : 326 ns Reaction : e_aq^-1 (-4394) + H2O2^0 (-13440) -> OH^-1 (-14473) + OH^0 (-14474) -At time : 326 ns Reaction : H^0 (-13120) + e_aq^-1 (-2216) -> OH^-1 (-14475) + H_2^0 (-14476) -At time : 326 ns Reaction : H^0 (-9470) + OH^0 (-9448) -> No product -At time : 329 ns Reaction : OH^0 (-10007) + OH^0 (-7968) -> H2O2^0 (-14477) -At time : 330 ns Reaction : OH^-1 (-14015) + H3O^1 (-6539) -> No product -At time : 330 ns Reaction : H^0 (-13778) + H^0 (-11970) -> H_2^0 (-14478) -At time : 331 ns Reaction : H^0 (-9858) + OH^0 (-10760) -> No product -At time : 331 ns Reaction : e_aq^-1 (-3816) + H3O^1 (-7767) -> H^0 (-14479) -At time : 332 ns Reaction : e_aq^-1 (-1100) + H3O^1 (-8053) -> H^0 (-14480) -At time : 332 ns Reaction : e_aq^-1 (-3111) + e_aq^-1 (-3510) -> OH^-1 (-14481) + OH^-1 (-14482) + H_2^0 (-14483) -At time : 333 ns Reaction : OH^0 (-13553) + H^0 (-14169) -> No product -At time : 333 ns Reaction : H2O2^0 (-11767) + e_aq^-1 (-551) -> OH^-1 (-14484) + OH^0 (-14485) -At time : 333 ns Reaction : e_aq^-1 (-4420) + e_aq^-1 (-4356) -> OH^-1 (-14486) + OH^-1 (-14487) + H_2^0 (-14488) -At time : 335 ns Reaction : e_aq^-1 (-4221) + H3O^1 (-5997) -> H^0 (-14489) -At time : 338 ns Reaction : e_aq^-1 (-5649) + H3O^1 (-7319) -> H^0 (-14490) -At time : 340 ns Reaction : H^0 (-14401) + H^0 (-13299) -> H_2^0 (-14491) -At time : 340 ns Reaction : H^0 (-12461) + H^0 (-14338) -> H_2^0 (-14492) -At time : 344 ns Reaction : OH^-1 (-14329) + H3O^1 (-7449) -> No product -At time : 344 ns Reaction : OH^-1 (-14277) + H3O^1 (-6099) -> No product -At time : 346 ns Reaction : H^0 (-13927) + OH^0 (-13609) -> No product -At time : 348 ns Reaction : OH^0 (-10918) + OH^0 (-10053) -> H2O2^0 (-14493) -At time : 349 ns Reaction : OH^-1 (-14140) + H3O^1 (-8331) -> No product -At time : 353 ns Reaction : OH^-1 (-12622) + H3O^1 (-7753) -> No product -At time : 354 ns Reaction : H2O2^0 (-11988) + e_aq^-1 (-3802) -> OH^-1 (-14494) + OH^0 (-14495) -At time : 354 ns Reaction : e_aq^-1 (-3388) + H3O^1 (-8529) -> H^0 (-14496) -At time : 355 ns Reaction : OH^-1 (-13920) + H3O^1 (-7107) -> No product -At time : 358 ns Reaction : e_aq^-1 (-2946) + OH^0 (-5896) -> OH^-1 (-14497) -At time : 360 ns Reaction : H3O^1 (-9423) + OH^-1 (-14484) -> No product -At time : 362 ns Reaction : OH^-1 (-14115) + H3O^1 (-7293) -> No product -At time : 363 ns Reaction : e_aq^-1 (-3457) + H3O^1 (-6217) -> H^0 (-14498) -At time : 364 ns Reaction : OH^-1 (-13045) + H3O^1 (-7331) -> No product -At time : 365 ns Reaction : e_aq^-1 (-5389) + H2O2^0 (-11870) -> OH^-1 (-14499) + OH^0 (-14500) -At time : 366 ns Reaction : OH^-1 (-14442) + H3O^1 (-7321) -> No product -At time : 366 ns Reaction : H3O^1 (-10305) + OH^-1 (-14441) -> No product -At time : 366 ns Reaction : OH^0 (-6984) + OH^0 (-12822) -> H2O2^0 (-14501) -At time : 367 ns Reaction : OH^-1 (-13516) + H3O^1 (-6021) -> No product -At time : 371 ns Reaction : e_aq^-1 (-5626) + H2O2^0 (-12125) -> OH^-1 (-14502) + OH^0 (-14503) -At time : 373 ns Reaction : OH^0 (-11115) + H^0 (-14348) -> No product -At time : 373 ns Reaction : OH^-1 (-14077) + H3O^1 (-6645) -> No product -At time : 376 ns Reaction : H3O^1 (-9822) + OH^-1 (-14453) -> No product -At time : 378 ns Reaction : OH^-1 (-13670) + H3O^1 (-8412) -> No product -At time : 380 ns Reaction : e_aq^-1 (-4686) + OH^0 (-6904) -> OH^-1 (-14504) -At time : 382 ns Reaction : e_aq^-1 (-2107) + e_aq^-1 (-2305) -> OH^-1 (-14505) + OH^-1 (-14506) + H_2^0 (-14507) -At time : 383 ns Reaction : OH^-1 (-14173) + H3O^1 (-6253) -> No product -At time : 386 ns Reaction : OH^0 (-13555) + H^0 (-12747) -> No product -At time : 386 ns Reaction : e_aq^-1 (-4832) + H^0 (-12761) -> OH^-1 (-14508) + H_2^0 (-14509) -At time : 389 ns Reaction : OH^0 (-14195) + H^0 (-14387) -> No product -At time : 391 ns Reaction : H^0 (-12908) + e_aq^-1 (-3619) -> OH^-1 (-14510) + H_2^0 (-14511) -At time : 392 ns Reaction : OH^0 (-10956) + H^0 (-13275) -> No product -At time : 394 ns Reaction : OH^-1 (-14404) + H3O^1 (-8139) -> No product -At time : 394 ns Reaction : OH^0 (-11146) + OH^0 (-13734) -> H2O2^0 (-14512) -At time : 395 ns Reaction : OH^-1 (-14340) + H3O^1 (-7521) -> No product -At time : 396 ns Reaction : OH^-1 (-14402) + H3O^1 (-8071) -> No product -At time : 399 ns Reaction : e_aq^-1 (-3524) + H2O2^0 (-12044) -> OH^-1 (-14513) + OH^0 (-14514) -At time : 400 ns Reaction : H^0 (-14489) + OH^0 (-6190) -> No product -At time : 401 ns Reaction : H3O^1 (-8535) + OH^-1 (-13909) -> No product -At time : 404 ns Reaction : e_aq^-1 (-4284) + H3O^1 (-6755) -> H^0 (-14515) -At time : 405 ns Reaction : e_aq^-1 (-5577) + H2O2^0 (-11715) -> OH^-1 (-14516) + OH^0 (-14517) -At time : 405 ns Reaction : e_aq^-1 (-1068) + H3O^1 (-8859) -> H^0 (-14518) -At time : 406 ns Reaction : OH^0 (-6492) + OH^0 (-8987) -> H2O2^0 (-14519) -At time : 406 ns Reaction : e_aq^-1 (-2281) + e_aq^-1 (-2728) -> OH^-1 (-14520) + OH^-1 (-14521) + H_2^0 (-14522) -At time : 407 ns Reaction : e_aq^-1 (-2335) + H3O^1 (-6483) -> H^0 (-14523) -At time : 408 ns Reaction : e_aq^-1 (-994) + H2O2^0 (-11717) -> OH^-1 (-14524) + OH^0 (-14525) -At time : 409 ns Reaction : OH^-1 (-14415) + H3O^1 (-6561) -> No product -At time : 409 ns Reaction : e_aq^-1 (-202) + H2O2^0 (-11727) -> OH^-1 (-14526) + OH^0 (-14527) -At time : 411 ns Reaction : OH^0 (-10881) + OH^0 (-13851) -> H2O2^0 (-14528) -At time : 418 ns Reaction : H^0 (-10474) + OH^0 (-6158) -> No product -At time : 419 ns Reaction : OH^0 (-12670) + OH^0 (-7868) -> H2O2^0 (-14529) -At time : 421 ns Reaction : H3O^1 (-6743) + OH^-1 (-14201) -> No product -At time : 421 ns Reaction : e_aq^-1 (-2440) + H3O^1 (-5951) -> H^0 (-14530) -At time : 422 ns Reaction : H^0 (-13739) + OH^0 (-8308) -> No product -At time : 425 ns Reaction : e_aq^-1 (-5004) + H2O2^0 (-12075) -> OH^-1 (-14531) + OH^0 (-14532) -At time : 426 ns Reaction : H3O^1 (-9611) + OH^-1 (-13972) -> No product -At time : 427 ns Reaction : H^0 (-13327) + OH^0 (-13210) -> No product -At time : 428 ns Reaction : e_aq^-1 (-5540) + OH^0 (-7282) -> OH^-1 (-14533) -At time : 429 ns Reaction : OH^-1 (-13548) + H3O^1 (-6621) -> No product -At time : 431 ns Reaction : H3O^1 (-10438) + e_aq^-1 (-5246) -> H^0 (-14534) -At time : 434 ns Reaction : e_aq^-1 (-3595) + OH^0 (-7718) -> OH^-1 (-14535) -At time : 435 ns Reaction : H3O^1 (-6399) + OH^-1 (-14170) -> No product -At time : 440 ns Reaction : H3O^1 (-6397) + OH^-1 (-13752) -> No product -At time : 440 ns Reaction : OH^0 (-9830) + OH^0 (-5962) -> H2O2^0 (-14536) -At time : 440 ns Reaction : OH^0 (-9303) + OH^0 (-8501) -> H2O2^0 (-14537) -At time : 441 ns Reaction : OH^-1 (-13955) + H3O^1 (-8243) -> No product -At time : 443 ns Reaction : H3O^1 (-7037) + OH^-1 (-14353) -> No product -At time : 446.17 ns Reaction : OH^-1 (-13978) + H3O^1 (-7079) -> No product -At time : 447.17 ns Reaction : H^0 (-13372) + H^0 (-14306) -> H_2^0 (-14538) -At time : 449.17 ns Reaction : H^0 (-12523) + H^0 (-14490) -> H_2^0 (-14539) -At time : 452.17 ns Reaction : OH^0 (-14419) + H^0 (-9072) -> No product -At time : 453.17 ns Reaction : e_aq^-1 (-3674) + H3O^1 (-7787) -> H^0 (-14540) -At time : 454.17 ns Reaction : OH^-1 (-14157) + H3O^1 (-7803) -> No product -At time : 455.17 ns Reaction : H^0 (-9302) + H^0 (-13619) -> H_2^0 (-14541) -At time : 455.17 ns Reaction : e_aq^-1 (-4134) + OH^0 (-13520) -> OH^-1 (-14542) -At time : 457.17 ns Reaction : OH^-1 (-14314) + H3O^1 (-6571) -> No product -At time : 462.17 ns Reaction : e_aq^-1 (-95) + H3O^1 (-10371) -> H^0 (-14543) -At time : 462.17 ns Reaction : e_aq^-1 (-2514) + H3O^1 (-6601) -> H^0 (-14544) -At time : 465.17 ns Reaction : OH^-1 (-13531) + H3O^1 (-6375) -> No product -At time : 467.17 ns Reaction : H2O2^0 (-11506) + e_aq^-1 (-8710) -> OH^-1 (-14545) + OH^0 (-14546) -At time : 469.17 ns Reaction : OH^0 (-14231) + OH^0 (-6684) -> H2O2^0 (-14547) -At time : 471.17 ns Reaction : H^0 (-9369) + e_aq^-1 (-5345) -> OH^-1 (-14548) + H_2^0 (-14549) -At time : 476.17 ns Reaction : H^0 (-10039) + H^0 (-11710) -> H_2^0 (-14550) -At time : 478.17 ns Reaction : OH^0 (-9581) + H^0 (-13446) -> No product -At time : 479.17 ns Reaction : e_aq^-1 (-4813) + H2O2^0 (-14437) -> OH^-1 (-14551) + OH^0 (-14552) -At time : 484.17 ns Reaction : e_aq^-1 (-5360) + H2O2^0 (-11716) -> OH^-1 (-14553) + OH^0 (-14554) -At time : 485.17 ns Reaction : H2O2^0 (-11619) + e_aq^-1 (-4007) -> OH^-1 (-14555) + OH^0 (-14556) -At time : 489.17 ns Reaction : OH^-1 (-14506) + H3O^1 (-7841) -> No product -At time : 489.17 ns Reaction : e_aq^-1 (-2129) + H^0 (-14480) -> OH^-1 (-14557) + H_2^0 (-14558) -At time : 489.17 ns Reaction : OH^-1 (-14268) + H3O^1 (-5847) -> No product -At time : 490.17 ns Reaction : H3O^1 (-10103) + e_aq^-1 (-3939) -> H^0 (-14559) -At time : 492.17 ns Reaction : e_aq^-1 (-5259) + H2O2^0 (-11466) -> OH^-1 (-14560) + OH^0 (-14561) -At time : 496.17 ns Reaction : e_aq^-1 (-3721) + H3O^1 (-9757) -> H^0 (-14562) -At time : 497.17 ns Reaction : H^0 (-13736) + OH^0 (-8396) -> No product -At time : 499.17 ns Reaction : H3O^1 (-10680) + e_aq^-1 (-2950) -> H^0 (-14563) -At time : 500.17 ns Reaction : OH^0 (-10596) + OH^0 (-13940) -> H2O2^0 (-14564) -At time : 501.17 ns Reaction : e_aq^-1 (-1047) + H2O2^0 (-14299) -> OH^-1 (-14565) + OH^0 (-14566) -At time : 501.17 ns Reaction : OH^0 (-13921) + H^0 (-12058) -> No product -At time : 503.17 ns Reaction : OH^0 (-9134) + e_aq^-1 (-8410) -> OH^-1 (-14567) -At time : 506.17 ns Reaction : e_aq^-1 (-5484) + H2O2^0 (-14022) -> OH^-1 (-14568) + OH^0 (-14569) -At time : 507.17 ns Reaction : OH^0 (-7742) + H^0 (-14349) -> No product -At time : 510.36 ns Reaction : OH^0 (-9159) + H^0 (-14498) -> No product -At time : 510.36 ns Reaction : H^0 (-14313) + OH^0 (-7744) -> No product -At time : 511.36 ns Reaction : OH^0 (-14074) + OH^0 (-10312) -> H2O2^0 (-14570) -At time : 511.36 ns Reaction : e_aq^-1 (-3860) + OH^0 (-13717) -> OH^-1 (-14571) -At time : 513.77 ns Reaction : H3O^1 (-10214) + OH^-1 (-14025) -> No product -At time : 514.77 ns Reaction : OH^0 (-14517) + H^0 (-12362) -> No product -At time : 515.77 ns Reaction : OH^-1 (-14264) + H3O^1 (-6823) -> No product -At time : 520.77 ns Reaction : H3O^1 (-7363) + OH^-1 (-13405) -> No product -At time : 522.77 ns Reaction : H3O^1 (-10753) + OH^-1 (-14425) -> No product -At time : 522.77 ns Reaction : e_aq^-1 (-4488) + OH^0 (-7894) -> OH^-1 (-14572) -At time : 525.77 ns Reaction : e_aq^-1 (-3794) + H2O2^0 (-12317) -> OH^-1 (-14573) + OH^0 (-14574) -At time : 529.77 ns Reaction : OH^-1 (-13681) + H3O^1 (-8319) -> No product -At time : 531.77 ns Reaction : e_aq^-1 (-3700) + OH^0 (-9001) -> OH^-1 (-14575) -At time : 534.77 ns Reaction : OH^0 (-5994) + OH^0 (-12191) -> H2O2^0 (-14576) -At time : 538.77 ns Reaction : H3O^1 (-6555) + OH^-1 (-13980) -> No product -At time : 547.77 ns Reaction : OH^0 (-9754) + e_aq^-1 (-3725) -> OH^-1 (-14577) -At time : 553.77 ns Reaction : OH^0 (-7176) + e_aq^-1 (-8644) -> OH^-1 (-14578) -At time : 555.77 ns Reaction : OH^-1 (-14334) + H3O^1 (-8147) -> No product -At time : 557.77 ns Reaction : OH^-1 (-13967) + H3O^1 (-7075) -> No product -At time : 560.77 ns Reaction : OH^0 (-9591) + e_aq^-1 (-3676) -> OH^-1 (-14579) -At time : 564.77 ns Reaction : H3O^1 (-6781) + OH^-1 (-14573) -> No product -At time : 566.77 ns Reaction : H3O^1 (-6105) + OH^-1 (-14499) -> No product -At time : 566.77 ns Reaction : e_aq^-1 (-2164) + H^0 (-12026) -> OH^-1 (-14580) + H_2^0 (-14581) -At time : 568.77 ns Reaction : OH^0 (-9184) + OH^0 (-14514) -> H2O2^0 (-14582) -At time : 570.77 ns Reaction : H3O^1 (-10324) + OH^-1 (-14100) -> No product -At time : 574.77 ns Reaction : H3O^1 (-9384) + OH^-1 (-14263) -> No product -At time : 574.77 ns Reaction : OH^-1 (-13939) + H3O^1 (-6857) -> No product -At time : 579.77 ns Reaction : e_aq^-1 (-5602) + H^0 (-14104) -> OH^-1 (-14583) + H_2^0 (-14584) -At time : 579.77 ns Reaction : e_aq^-1 (-1324) + H3O^1 (-7131) -> H^0 (-14585) -At time : 584.77 ns Reaction : e_aq^-1 (-3593) + H3O^1 (-6349) -> H^0 (-14586) -At time : 589.77 ns Reaction : H3O^1 (-11303) + OH^-1 (-14152) -> No product -At time : 591.77 ns Reaction : H3O^1 (-6713) + OH^-1 (-14572) -> No product -At time : 595.77 ns Reaction : OH^0 (-14532) + e_aq^-1 (-4830) -> OH^-1 (-14587) -At time : 596.77 ns Reaction : H3O^1 (-10972) + OH^-1 (-14580) -> No product -At time : 597.77 ns Reaction : OH^0 (-13491) + H^0 (-12097) -> No product -At time : 597.77 ns Reaction : H2O2^0 (-11366) + e_aq^-1 (-5315) -> OH^-1 (-14588) + OH^0 (-14589) -At time : 598.77 ns Reaction : e_aq^-1 (-441) + H3O^1 (-8484) -> H^0 (-14590) -At time : 599.77 ns Reaction : e_aq^-1 (-2385) + H2O2^0 (-11728) -> OH^-1 (-14591) + OH^0 (-14592) -At time : 600.77 ns Reaction : OH^-1 (-14061) + H3O^1 (-6845) -> No product -At time : 605.77 ns Reaction : OH^-1 (-14460) + H3O^1 (-7299) -> No product -At time : 611.77 ns Reaction : OH^0 (-10397) + OH^0 (-8190) -> H2O2^0 (-14593) -At time : 614.77 ns Reaction : H3O^1 (-9919) + OH^-1 (-14315) -> No product -At time : 614.77 ns Reaction : e_aq^-1 (-4412) + OH^0 (-9432) -> OH^-1 (-14594) -At time : 622.77 ns Reaction : OH^0 (-14053) + OH^0 (-13663) -> H2O2^0 (-14595) -At time : 625.77 ns Reaction : OH^0 (-13983) + e_aq^-1 (-5679) -> OH^-1 (-14596) -At time : 636.77 ns Reaction : e_aq^-1 (-2863) + H^0 (-13243) -> OH^-1 (-14597) + H_2^0 (-14598) -At time : 640.77 ns Reaction : e_aq^-1 (-5103) + H2O2^0 (-13507) -> OH^-1 (-14599) + OH^0 (-14600) -At time : 643.77 ns Reaction : OH^-1 (-14502) + H3O^1 (-8229) -> No product -At time : 649.77 ns Reaction : OH^0 (-14255) + OH^0 (-14106) -> H2O2^0 (-14601) -At time : 650.77 ns Reaction : OH^0 (-14474) + H^0 (-12116) -> No product -At time : 651.77 ns Reaction : OH^0 (-11084) + H^0 (-8952) -> No product -At time : 652.77 ns Reaction : OH^-1 (-14494) + H3O^1 (-7757) -> No product -At time : 652.77 ns Reaction : OH^-1 (-13855) + H3O^1 (-7857) -> No product -At time : 653.77 ns Reaction : H^0 (-14440) + e_aq^-1 (-3925) -> OH^-1 (-14602) + H_2^0 (-14603) -At time : 654.77 ns Reaction : OH^-1 (-14067) + H3O^1 (-10222) -> No product -At time : 668.77 ns Reaction : H3O^1 (-10686) + OH^-1 (-14455) -> No product -At time : 669.77 ns Reaction : OH^-1 (-14042) + H3O^1 (-8640) -> No product -At time : 669.77 ns Reaction : OH^-1 (-14033) + H3O^1 (-8231) -> No product -At time : 677.77 ns Reaction : OH^0 (-12427) + OH^0 (-6992) -> H2O2^0 (-14604) -At time : 683.77 ns Reaction : H^0 (-14410) + H^0 (-13792) -> H_2^0 (-14605) -At time : 684.77 ns Reaction : OH^-1 (-14508) + H3O^1 (-7021) -> No product -At time : 684.77 ns Reaction : OH^0 (-13493) + OH^0 (-5862) -> H2O2^0 (-14606) -At time : 687.77 ns Reaction : OH^0 (-10645) + OH^0 (-6258) -> H2O2^0 (-14607) -At time : 689.77 ns Reaction : OH^-1 (-14362) + H3O^1 (-8430) -> No product -At time : 692.77 ns Reaction : OH^-1 (-14280) + H3O^1 (-7285) -> No product -At time : 700.77 ns Reaction : e_aq^-1 (-5689) + H3O^1 (-7357) -> H^0 (-14608) -At time : 702.77 ns Reaction : OH^-1 (-14342) + H3O^1 (-10694) -> No product -At time : 703.77 ns Reaction : e_aq^-1 (-3923) + OH^0 (-6622) -> OH^-1 (-14609) -At time : 712.77 ns Reaction : H^0 (-9886) + OH^0 (-6668) -> No product -At time : 720.77 ns Reaction : OH^-1 (-13787) + H3O^1 (-5849) -> No product -At time : 726.77 ns Reaction : H2O2^0 (-11450) + e_aq^-1 (-424) -> OH^-1 (-14610) + OH^0 (-14611) -At time : 731.77 ns Reaction : H^0 (-14562) + OH^0 (-6430) -> No product -At time : 731.77 ns Reaction : H3O^1 (-10574) + OH^-1 (-13946) -> No product -At time : 737.77 ns Reaction : e_aq^-1 (-4934) + H3O^1 (-8119) -> H^0 (-14612) -At time : 738.77 ns Reaction : e_aq^-1 (-3568) + OH^0 (-6406) -> OH^-1 (-14613) -At time : 741.77 ns Reaction : e_aq^-1 (-2722) + H2O2^0 (-12238) -> OH^-1 (-14614) + OH^0 (-14615) -At time : 748.77 ns Reaction : H3O^1 (-6593) + OH^-1 (-14344) -> No product -At time : 750.77 ns Reaction : OH^0 (-10489) + H^0 (-14585) -> No product -At time : 754.77 ns Reaction : e_aq^-1 (-3550) + H2O2^0 (-12182) -> OH^-1 (-14616) + OH^0 (-14617) -At time : 757.77 ns Reaction : H3O^1 (-6873) + OH^-1 (-14599) -> No product -At time : 758.77 ns Reaction : e_aq^-1 (-5206) + H3O^1 (-7051) -> H^0 (-14618) -At time : 760.77 ns Reaction : OH^-1 (-13614) + H3O^1 (-8553) -> No product -At time : 762.77 ns Reaction : OH^-1 (-14392) + H3O^1 (-6813) -> No product -At time : 773.77 ns Reaction : OH^-1 (-14308) + H3O^1 (-7967) -> No product -At time : 778.77 ns Reaction : OH^-1 (-14261) + H3O^1 (-7133) -> No product -At time : 783.77 ns Reaction : OH^0 (-7860) + H^0 (-14530) -> No product -At time : 783.77 ns Reaction : OH^0 (-10606) + OH^0 (-10778) -> H2O2^0 (-14619) -At time : 789.77 ns Reaction : H3O^1 (-9177) + e_aq^-1 (-3678) -> H^0 (-14620) -At time : 796.77 ns Reaction : OH^0 (-9163) + OH^0 (-9213) -> H2O2^0 (-14621) -At time : 798.77 ns Reaction : e_aq^-1 (-2109) + H^0 (-12959) -> OH^-1 (-14622) + H_2^0 (-14623) -At time : 799.77 ns Reaction : e_aq^-1 (-3670) + OH^0 (-6436) -> OH^-1 (-14624) -At time : 800.77 ns Reaction : H3O^1 (-10018) + OH^-1 (-14444) -> No product -At time : 810.77 ns Reaction : H^0 (-13470) + OH^0 (-6620) -> No product -At time : 812.77 ns Reaction : OH^-1 (-13662) + H3O^1 (-5831) -> No product -At time : 815.77 ns Reaction : H^0 (-9331) + e_aq^-1 (-5321) -> OH^-1 (-14625) + H_2^0 (-14626) -At time : 822.77 ns Reaction : e_aq^-1 (-1882) + H3O^1 (-7641) -> H^0 (-14627) -At time : 831.77 ns Reaction : OH^-1 (-14524) + H3O^1 (-7231) -> No product -At time : 836.77 ns Reaction : H^0 (-9157) + H^0 (-14496) -> H_2^0 (-14628) -At time : 837.77 ns Reaction : OH^0 (-5892) + H^0 (-14452) -> No product -At time : 839.77 ns Reaction : OH^0 (-14592) + OH^0 (-7840) -> H2O2^0 (-14629) -At time : 840.77 ns Reaction : OH^0 (-14485) + OH^0 (-6986) -> H2O2^0 (-14630) -At time : 840.77 ns Reaction : e_aq^-1 (-4660) + OH^0 (-5976) -> OH^-1 (-14631) -At time : 849.77 ns Reaction : H^0 (-14356) + OH^0 (-11051) -> No product -At time : 849.77 ns Reaction : H^0 (-9217) + e_aq^-1 (-2547) -> OH^-1 (-14632) + H_2^0 (-14633) -At time : 858.77 ns Reaction : OH^0 (-13706) + OH^0 (-7214) -> H2O2^0 (-14634) -At time : 861.77 ns Reaction : OH^0 (-9677) + OH^0 (-14078) -> H2O2^0 (-14635) -At time : 868.77 ns Reaction : H3O^1 (-10870) + e_aq^-1 (-4814) -> H^0 (-14636) -At time : 871.77 ns Reaction : OH^0 (-13747) + OH^0 (-8168) -> H2O2^0 (-14637) -At time : 876.77 ns Reaction : H3O^1 (-6107) + OH^-1 (-14400) -> No product -At time : 877.77 ns Reaction : e_aq^-1 (-3643) + H3O^1 (-7745) -> H^0 (-14638) -At time : 879.77 ns Reaction : e_aq^-1 (-2328) + H2O2^0 (-11706) -> OH^-1 (-14639) + OH^0 (-14640) -At time : 882.77 ns Reaction : H^0 (-13601) + OH^0 (-14295) -> No product -At time : 885.77 ns Reaction : OH^0 (-10958) + OH^0 (-14403) -> H2O2^0 (-14641) -At time : 891.77 ns Reaction : H3O^1 (-11066) + OH^-1 (-14084) -> No product -At time : 892.77 ns Reaction : e_aq^-1 (-2068) + H2O2^0 (-14269) -> OH^-1 (-14642) + OH^0 (-14643) -At time : 895.77 ns Reaction : OH^-1 (-13907) + H3O^1 (-5987) -> No product -At time : 896.77 ns Reaction : OH^0 (-6576) + OH^0 (-7648) -> H2O2^0 (-14644) -At time : 906.77 ns Reaction : OH^-1 (-14487) + H3O^1 (-7821) -> No product -At time : 907.77 ns Reaction : OH^0 (-14463) + OH^0 (-7932) -> H2O2^0 (-14645) -At time : 917.77 ns Reaction : OH^0 (-10393) + H^0 (-10290) -> No product -At time : 924.77 ns Reaction : OH^-1 (-14358) + H3O^1 (-8235) -> No product -At time : 926.77 ns Reaction : OH^0 (-14337) + e_aq^-1 (-3558) -> OH^-1 (-14646) -At time : 928.77 ns Reaction : OH^0 (-6870) + OH^0 (-7914) -> H2O2^0 (-14647) -At time : 930.77 ns Reaction : H^0 (-13390) + OH^0 (-8420) -> No product -At time : 931.77 ns Reaction : e_aq^-1 (-4037) + H^0 (-14151) -> OH^-1 (-14648) + H_2^0 (-14649) -At time : 937.77 ns Reaction : e_aq^-1 (-4748) + OH^0 (-7970) -> OH^-1 (-14650) -At time : 951.77 ns Reaction : OH^-1 (-14567) + H3O^1 (-8131) -> No product -At time : 953.77 ns Reaction : H^0 (-13569) + OH^0 (-6972) -> No product -At time : 956.77 ns Reaction : OH^-1 (-14096) + H3O^1 (-6239) -> No product -At time : 956.77 ns Reaction : H^0 (-13763) + OH^0 (-8302) -> No product -At time : 959.77 ns Reaction : e_aq^-1 (-4379) + OH^0 (-14393) -> OH^-1 (-14651) -At time : 961.77 ns Reaction : H3O^1 (-6523) + OH^-1 (-14513) -> No product -At time : 973.77 ns Reaction : H^0 (-14397) + H^0 (-13999) -> H_2^0 (-14652) -At time : 973.77 ns Reaction : OH^-1 (-14160) + H3O^1 (-7929) -> No product -At time : 985.77 ns Reaction : OH^-1 (-14180) + H3O^1 (-7963) -> No product -At time : 986.77 ns Reaction : OH^0 (-14364) + H^0 (-12153) -> No product -At time : 989.77 ns Reaction : OH^-1 (-13956) + H3O^1 (-7765) -> No product -At time : 989.77 ns Reaction : OH^0 (-6832) + OH^0 (-7936) -> H2O2^0 (-14653) -At time : 990.77 ns Reaction : H2O2^0 (-11530) + e_aq^-1 (-5527) -> OH^-1 (-14654) + OH^0 (-14655) -At time : 995.77 ns Reaction : e_aq^-1 (-352) + H^0 (-10102) -> OH^-1 (-14656) + H_2^0 (-14657) -At time : 996.77 ns Reaction : H3O^1 (-10970) + e_aq^-1 (-4351) -> H^0 (-14658) -At time : 997.77 ns Reaction : OH^-1 (-14578) + H3O^1 (-6043) -> No product +At time : 121.1 ps Reaction : e_aq^-1 (-97) + °OH^0 (-8300) -> OH^-1 (-11887) +At time : 131.1 ps Reaction : OH^-1 (-11799) + H3O^1 (-7293) -> No product +At time : 131.1 ps Reaction : °OH^0 (-10298) + H^0 (-11277) -> No product +At time : 131.1 ps Reaction : °OH^0 (-11215) + °OH^0 (-5966) -> H2O2^0 (-11888) +At time : 131.1 ps Reaction : °OH^0 (-11160) + H^0 (-9088) -> No product +At time : 131.1 ps Reaction : H3O^1 (-11121) + e_aq^-1 (-5396) -> H^0 (-11889) +At time : 131.1 ps Reaction : °OH^0 (-10911) + e_aq^-1 (-4413) -> OH^-1 (-11890) +At time : 131.1 ps Reaction : °OH^0 (-10742) + °OH^0 (-6632) -> H2O2^0 (-11891) +At time : 131.1 ps Reaction : °OH^0 (-10481) + °OH^0 (-7536) -> H2O2^0 (-11892) +At time : 131.1 ps Reaction : °OH^0 (-10307) + °OH^0 (-7384) -> H2O2^0 (-11893) +At time : 131.1 ps Reaction : H^0 (-10039) + °OH^0 (-8837) -> No product +At time : 131.1 ps Reaction : °OH^0 (-9481) + e_aq^-1 (-3530) -> OH^-1 (-11894) +At time : 131.1 ps Reaction : °OH^0 (-9388) + °OH^0 (-5852) -> H2O2^0 (-11895) +At time : 131.1 ps Reaction : °OH^0 (-6942) + H^0 (-9044) -> No product +At time : 131.1 ps Reaction : e_aq^-1 (-1623) + H3O^1 (-7927) -> H^0 (-11896) +At time : 131.1 ps Reaction : °OH^0 (-6040) + °OH^0 (-7092) -> H2O2^0 (-11897) +At time : 131.1 ps Reaction : OH^-1 (-5765) + H3O^1 (-6679) -> No product +At time : 131.1 ps Reaction : °OH^0 (-10230) + °OH^0 (-11106) -> H2O2^0 (-11898) +At time : 131.1 ps Reaction : °OH^0 (-9878) + °OH^0 (-7888) -> H2O2^0 (-11899) +At time : 141.1 ps Reaction : H3O^1 (-11010) + OH^-1 (-11867) -> No product +At time : 141.1 ps Reaction : °OH^0 (-10589) + °OH^0 (-7818) -> H2O2^0 (-11900) +At time : 141.1 ps Reaction : °OH^0 (-10428) + °OH^0 (-7130) -> H2O2^0 (-11901) +At time : 141.1 ps Reaction : °OH^0 (-10414) + °OH^0 (-8136) -> H2O2^0 (-11902) +At time : 141.1 ps Reaction : °OH^0 (-10301) + °OH^0 (-7364) -> H2O2^0 (-11903) +At time : 141.1 ps Reaction : H^0 (-10107) + H^0 (-9062) -> H_2^0 (-11904) +At time : 141.1 ps Reaction : H^0 (-9849) + °OH^0 (-6798) -> No product +At time : 141.1 ps Reaction : °OH^0 (-9494) + °OH^0 (-6262) -> H2O2^0 (-11905) +At time : 141.1 ps Reaction : H^0 (-9252) + °OH^0 (-7872) -> No product +At time : 141.1 ps Reaction : °OH^0 (-7054) + °OH^0 (-9059) -> H2O2^0 (-11906) +At time : 141.1 ps Reaction : °OH^0 (-8435) + °OH^0 (-8836) -> H2O2^0 (-11907) +At time : 141.1 ps Reaction : °OH^0 (-6994) + °OH^0 (-6996) -> H2O2^0 (-11908) +At time : 141.1 ps Reaction : e_aq^-1 (-4243) + °OH^0 (-6196) -> OH^-1 (-11909) +At time : 141.1 ps Reaction : H3O^1 (-6047) + OH^-1 (-11792) -> No product +At time : 141.1 ps Reaction : e_aq^-1 (-3299) + °OH^0 (-7686) -> OH^-1 (-11910) +At time : 141.1 ps Reaction : e_aq^-1 (-1565) + °OH^0 (-6186) -> OH^-1 (-11911) +At time : 141.1 ps Reaction : OH^-1 (-11910) + H3O^1 (-7687) -> No product +At time : 151.1 ps Reaction : °OH^0 (-11185) + °OH^0 (-8324) -> H2O2^0 (-11912) +At time : 151.1 ps Reaction : H^0 (-10920) + e_aq^-1 (-4503) -> OH^-1 (-11913) + H_2^0 (-11914) +At time : 151.1 ps Reaction : °OH^0 (-10831) + °OH^0 (-6842) -> H2O2^0 (-11915) +At time : 151.1 ps Reaction : H^0 (-9956) + H^0 (-10517) -> H_2^0 (-11916) +At time : 151.1 ps Reaction : H^0 (-10449) + H^0 (-10121) -> H_2^0 (-11917) +At time : 151.1 ps Reaction : °OH^0 (-10146) + °OH^0 (-8876) -> H2O2^0 (-11918) +At time : 151.1 ps Reaction : °OH^0 (-9998) + H^0 (-9042) -> No product +At time : 151.1 ps Reaction : °OH^0 (-9989) + °OH^0 (-7952) -> H2O2^0 (-11919) +At time : 151.1 ps Reaction : e_aq^-1 (-4316) + H^0 (-9928) -> OH^-1 (-11920) + H_2^0 (-11921) +At time : 151.1 ps Reaction : H^0 (-9859) + °OH^0 (-6806) -> No product +At time : 151.1 ps Reaction : H^0 (-9224) + °OH^0 (-9688) -> No product +At time : 151.1 ps Reaction : H^0 (-9471) + °OH^0 (-5878) -> No product +At time : 151.1 ps Reaction : °OH^0 (-9169) + °OH^0 (-7706) -> H2O2^0 (-11922) +At time : 151.1 ps Reaction : °OH^0 (-8624) + °OH^0 (-8941) -> H2O2^0 (-11923) +At time : 151.1 ps Reaction : e_aq^-1 (-5499) + H3O^1 (-8263) -> H^0 (-11924) +At time : 151.1 ps Reaction : °OH^0 (-7086) + °OH^0 (-8058) -> H2O2^0 (-11925) +At time : 151.1 ps Reaction : °OH^0 (-7630) + °OH^0 (-7870) -> H2O2^0 (-11926) +At time : 151.1 ps Reaction : e_aq^-1 (-4817) + H3O^1 (-7077) -> H^0 (-11927) +At time : 151.1 ps Reaction : H^0 (-10127) + °OH^0 (-9409) -> No product +At time : 151.1 ps Reaction : °OH^0 (-8711) + e_aq^-1 (-8713) -> OH^-1 (-11928) +At time : 151.1 ps Reaction : OH^-1 (-11928) + H3O^1 (-8712) -> No product +At time : 161.1 ps Reaction : OH^-1 (-11821) + H3O^1 (-8532) -> No product +At time : 161.1 ps Reaction : °OH^0 (-9581) + °OH^0 (-10689) -> H2O2^0 (-11929) +At time : 161.1 ps Reaction : °OH^0 (-10594) + e_aq^-1 (-2365) -> OH^-1 (-11930) +At time : 161.1 ps Reaction : H^0 (-9896) + °OH^0 (-6832) -> No product +At time : 161.1 ps Reaction : °OH^0 (-9643) + e_aq^-1 (-3773) -> OH^-1 (-11931) +At time : 161.1 ps Reaction : °OH^0 (-9419) + e_aq^-1 (-4833) -> OH^-1 (-11932) +At time : 161.1 ps Reaction : e_aq^-1 (-189) + °OH^0 (-8278) -> OH^-1 (-11933) +At time : 161.1 ps Reaction : e_aq^-1 (-409) + °OH^0 (-8228) -> OH^-1 (-11934) +At time : 161.1 ps Reaction : e_aq^-1 (-11) + e_aq^-1 (-45) -> OH^-1 (-11935) + OH^-1 (-11936) + H_2^0 (-11937) +At time : 161.1 ps Reaction : OH^-1 (-11934) + H3O^1 (-7265) -> No product +At time : 161.1 ps Reaction : H3O^1 (-10108) + OH^-1 (-11932) -> No product +At time : 161.1 ps Reaction : H3O^1 (-6655) + OH^-1 (-11930) -> No product +At time : 161.1 ps Reaction : °OH^0 (-9819) + °OH^0 (-9815) -> H2O2^0 (-11938) +At time : 171.1 ps Reaction : H3O^1 (-5885) + OH^-1 (-11894) -> No product +At time : 171.1 ps Reaction : H^0 (-11320) + H^0 (-9646) -> H_2^0 (-11939) +At time : 171.1 ps Reaction : e_aq^-1 (-4474) + H^0 (-11240) -> OH^-1 (-11940) + H_2^0 (-11941) +At time : 171.1 ps Reaction : °OH^0 (-10665) + °OH^0 (-9538) -> H2O2^0 (-11942) +At time : 171.1 ps Reaction : H^0 (-10659) + °OH^0 (-6320) -> No product +At time : 171.1 ps Reaction : °OH^0 (-10562) + °OH^0 (-6778) -> H2O2^0 (-11943) +At time : 171.1 ps Reaction : °OH^0 (-10390) + °OH^0 (-7258) -> H2O2^0 (-11944) +At time : 171.1 ps Reaction : °OH^0 (-9979) + °OH^0 (-6928) -> H2O2^0 (-11945) +At time : 171.1 ps Reaction : °OH^0 (-9915) + °OH^0 (-5988) -> H2O2^0 (-11946) +At time : 171.1 ps Reaction : H^0 (-9888) + °OH^0 (-6826) -> No product +At time : 171.1 ps Reaction : H^0 (-9614) + °OH^0 (-5914) -> No product +At time : 171.1 ps Reaction : H^0 (-9547) + °OH^0 (-6366) -> No product +At time : 171.1 ps Reaction : °OH^0 (-9352) + °OH^0 (-6134) -> H2O2^0 (-11947) +At time : 171.1 ps Reaction : °OH^0 (-6130) + °OH^0 (-8631) -> H2O2^0 (-11948) +At time : 171.1 ps Reaction : e_aq^-1 (-5241) + °OH^0 (-6142) -> OH^-1 (-11949) +At time : 181.1 ps Reaction : H3O^1 (-6077) + OH^-1 (-11949) -> No product +At time : 181.1 ps Reaction : H3O^1 (-6523) + OH^-1 (-11931) -> No product +At time : 181.1 ps Reaction : OH^-1 (-11722) + H3O^1 (-6217) -> No product +At time : 181.1 ps Reaction : °OH^0 (-10882) + °OH^0 (-8811) -> H2O2^0 (-11950) +At time : 181.1 ps Reaction : °OH^0 (-10811) + °OH^0 (-9019) -> H2O2^0 (-11951) +At time : 181.1 ps Reaction : H^0 (-10349) + °OH^0 (-7408) -> No product +At time : 181.1 ps Reaction : °OH^0 (-5978) + °OH^0 (-8804) -> H2O2^0 (-11952) +At time : 181.1 ps Reaction : °OH^0 (-8633) + e_aq^-1 (-8635) -> OH^-1 (-11953) +At time : 181.1 ps Reaction : °OH^0 (-7382) + e_aq^-1 (-8614) -> OH^-1 (-11954) +At time : 181.1 ps Reaction : °OH^0 (-7122) + °OH^0 (-8396) -> H2O2^0 (-11955) +At time : 181.1 ps Reaction : e_aq^-1 (-5056) + H3O^1 (-7485) -> H^0 (-11956) +At time : 181.1 ps Reaction : e_aq^-1 (-3082) + °OH^0 (-6330) -> OH^-1 (-11957) +At time : 181.1 ps Reaction : OH^-1 (-11957) + H3O^1 (-6325) -> No product +At time : 181.1 ps Reaction : OH^-1 (-11954) + H3O^1 (-7359) -> No product +At time : 191.1 ps Reaction : °OH^0 (-11202) + °OH^0 (-7736) -> H2O2^0 (-11958) +At time : 191.1 ps Reaction : °OH^0 (-11009) + °OH^0 (-11012) -> H2O2^0 (-11959) +At time : 191.1 ps Reaction : °OH^0 (-10840) + °OH^0 (-9916) -> H2O2^0 (-11960) +At time : 191.1 ps Reaction : °OH^0 (-9965) + e_aq^-1 (-8686) -> OH^-1 (-11961) +At time : 191.1 ps Reaction : H^0 (-9396) + °OH^0 (-9394) -> No product +At time : 191.1 ps Reaction : e_aq^-1 (-5284) + H3O^1 (-8203) -> H^0 (-11962) +At time : 191.1 ps Reaction : °OH^0 (-7144) + °OH^0 (-7492) -> H2O2^0 (-11963) +At time : 191.1 ps Reaction : °OH^0 (-6744) + °OH^0 (-6746) -> H2O2^0 (-11964) +At time : 191.1 ps Reaction : OH^-1 (-11869) + H3O^1 (-7593) -> No product +At time : 191.1 ps Reaction : e_aq^-1 (-8689) + °OH^0 (-8816) -> OH^-1 (-11965) +At time : 191.1 ps Reaction : OH^-1 (-5744) + H3O^1 (-7551) -> No product +At time : 201.1 ps Reaction : °OH^0 (-11045) + °OH^0 (-7172) -> H2O2^0 (-11966) +At time : 201.1 ps Reaction : °OH^0 (-10997) + e_aq^-1 (-8443) -> OH^-1 (-11967) +At time : 201.1 ps Reaction : °OH^0 (-10485) + °OH^0 (-10964) -> H2O2^0 (-11968) +At time : 201.1 ps Reaction : °OH^0 (-10534) + °OH^0 (-7594) -> H2O2^0 (-11969) +At time : 201.1 ps Reaction : H^0 (-10477) + H^0 (-8954) -> H_2^0 (-11970) +At time : 201.1 ps Reaction : H^0 (-10398) + °OH^0 (-5858) -> No product +At time : 201.1 ps Reaction : H^0 (-10095) + °OH^0 (-9299) -> No product +At time : 201.1 ps Reaction : H^0 (-9179) + °OH^0 (-6318) -> No product +At time : 201.1 ps Reaction : e_aq^-1 (-4453) + °OH^0 (-9035) -> OH^-1 (-11971) +At time : 201.1 ps Reaction : e_aq^-1 (-1149) + °OH^0 (-8004) -> OH^-1 (-11972) +At time : 201.1 ps Reaction : °OH^0 (-6984) + °OH^0 (-6986) -> H2O2^0 (-11973) +At time : 201.1 ps Reaction : H3O^1 (-10996) + OH^-1 (-11967) -> No product +At time : 211.1 ps Reaction : °OH^0 (-10733) + °OH^0 (-5932) -> H2O2^0 (-11974) +At time : 211.1 ps Reaction : H3O^1 (-10633) + e_aq^-1 (-3261) -> H^0 (-11975) +At time : 211.1 ps Reaction : °OH^0 (-10353) + e_aq^-1 (-8638) -> OH^-1 (-11976) +At time : 211.1 ps Reaction : °OH^0 (-10013) + °OH^0 (-6950) -> H2O2^0 (-11977) +At time : 211.1 ps Reaction : °OH^0 (-6908) + °OH^0 (-8687) -> H2O2^0 (-11978) +At time : 211.1 ps Reaction : OH^-1 (-5732) + H3O^1 (-7089) -> No product +At time : 211.1 ps Reaction : °OH^0 (-7020) + °OH^0 (-7022) -> H2O2^0 (-11979) +At time : 221.1 ps Reaction : °OH^0 (-11381) + °OH^0 (-7462) -> H2O2^0 (-11980) +At time : 221.1 ps Reaction : °OH^0 (-11346) + H^0 (-9960) -> No product +At time : 221.1 ps Reaction : °OH^0 (-11001) + °OH^0 (-10114) -> H2O2^0 (-11981) +At time : 221.1 ps Reaction : e_aq^-1 (-1604) + H^0 (-10894) -> OH^-1 (-11982) + H_2^0 (-11983) +At time : 221.1 ps Reaction : °OH^0 (-10532) + e_aq^-1 (-4328) -> OH^-1 (-11984) +At time : 221.1 ps Reaction : °OH^0 (-10235) + °OH^0 (-7262) -> H2O2^0 (-11985) +At time : 221.1 ps Reaction : °OH^0 (-10075) + e_aq^-1 (-4707) -> OH^-1 (-11986) +At time : 221.1 ps Reaction : H^0 (-9670) + e_aq^-1 (-8779) -> OH^-1 (-11987) + H_2^0 (-11988) +At time : 221.1 ps Reaction : °OH^0 (-9383) + °OH^0 (-8302) -> H2O2^0 (-11989) +At time : 221.1 ps Reaction : °OH^0 (-6070) + °OH^0 (-8947) -> H2O2^0 (-11990) +At time : 221.1 ps Reaction : H3O^1 (-6061) + e_aq^-1 (-8887) -> H^0 (-11991) +At time : 221.1 ps Reaction : H3O^1 (-8394) + e_aq^-1 (-8395) -> H^0 (-11992) +At time : 221.1 ps Reaction : e_aq^-1 (-3124) + °OH^0 (-6306) -> OH^-1 (-11993) +At time : 221.1 ps Reaction : OH^-1 (-11982) + H3O^1 (-7583) -> No product +At time : 221.1 ps Reaction : e_aq^-1 (-4401) + °OH^0 (-6902) -> OH^-1 (-11994) +At time : 221.1 ps Reaction : OH^-1 (-11994) + H3O^1 (-8685) -> No product +At time : 231.1 ps Reaction : OH^-1 (-11987) + H3O^1 (-7781) -> No product +At time : 231.1 ps Reaction : OH^-1 (-11972) + H3O^1 (-7999) -> No product +At time : 231.1 ps Reaction : OH^-1 (-11965) + H3O^1 (-8523) -> No product +At time : 231.1 ps Reaction : H3O^1 (-10909) + OH^-1 (-11961) -> No product +At time : 231.1 ps Reaction : H3O^1 (-10509) + OH^-1 (-11911) -> No product +At time : 231.1 ps Reaction : °OH^0 (-10516) + H^0 (-11896) -> No product +At time : 231.1 ps Reaction : °OH^0 (-11085) + °OH^0 (-8172) -> H2O2^0 (-11995) +At time : 231.1 ps Reaction : e_aq^-1 (-601) + H3O^1 (-11066) -> H^0 (-11996) +At time : 231.1 ps Reaction : °OH^0 (-11043) + °OH^0 (-10170) -> H2O2^0 (-11997) +At time : 231.1 ps Reaction : °OH^0 (-9151) + °OH^0 (-10609) -> H2O2^0 (-11998) +At time : 231.1 ps Reaction : °OH^0 (-10602) + H^0 (-10603) -> No product +At time : 231.1 ps Reaction : °OH^0 (-10495) + °OH^0 (-7000) -> H2O2^0 (-11999) +At time : 231.1 ps Reaction : °OH^0 (-9645) + °OH^0 (-6532) -> H2O2^0 (-12000) +At time : 231.1 ps Reaction : °OH^0 (-9313) + °OH^0 (-8501) -> H2O2^0 (-12001) +At time : 231.1 ps Reaction : H^0 (-9112) + °OH^0 (-7618) -> No product +At time : 231.1 ps Reaction : °OH^0 (-8230) + °OH^0 (-8915) -> H2O2^0 (-12002) +At time : 231.1 ps Reaction : °OH^0 (-6200) + °OH^0 (-8701) -> H2O2^0 (-12003) +At time : 231.1 ps Reaction : °OH^0 (-7762) + e_aq^-1 (-8533) -> OH^-1 (-12004) +At time : 231.1 ps Reaction : e_aq^-1 (-1516) + H3O^1 (-7963) -> H^0 (-12005) +At time : 231.1 ps Reaction : e_aq^-1 (-4418) + H3O^1 (-6881) -> H^0 (-12006) +At time : 241.1 ps Reaction : H3O^1 (-5909) + OH^-1 (-11845) -> No product +At time : 241.1 ps Reaction : °OH^0 (-11007) + e_aq^-1 (-8593) -> OH^-1 (-12007) +At time : 241.1 ps Reaction : H^0 (-10374) + °OH^0 (-10246) -> No product +At time : 241.1 ps Reaction : °OH^0 (-9586) + °OH^0 (-9584) -> H2O2^0 (-12008) +At time : 241.1 ps Reaction : °OH^0 (-6706) + °OH^0 (-8788) -> H2O2^0 (-12009) +At time : 241.1 ps Reaction : e_aq^-1 (-3338) + H3O^1 (-7683) -> H^0 (-12010) +At time : 241.1 ps Reaction : e_aq^-1 (-940) + H3O^1 (-7113) -> H^0 (-12011) +At time : 241.1 ps Reaction : e_aq^-1 (-2770) + H3O^1 (-6505) -> H^0 (-12012) +At time : 241.1 ps Reaction : °OH^0 (-5908) + °OH^0 (-6442) -> H2O2^0 (-12013) +At time : 241.1 ps Reaction : e_aq^-1 (-4138) + e_aq^-1 (-2077) -> OH^-1 (-12014) + OH^-1 (-12015) + H_2^0 (-12016) +At time : 241.1 ps Reaction : OH^-1 (-12007) + H3O^1 (-8075) -> No product +At time : 251.1 ps Reaction : OH^-1 (-11986) + H3O^1 (-7043) -> No product +At time : 251.1 ps Reaction : H2O2^0 (-11776) + e_aq^-1 (-4984) -> OH^-1 (-12017) + °OH^0 (-12018) +At time : 251.1 ps Reaction : H^0 (-11182) + °OH^0 (-7396) -> No product +At time : 251.1 ps Reaction : °OH^0 (-10385) + °OH^0 (-11102) -> H2O2^0 (-12019) +At time : 251.1 ps Reaction : °OH^0 (-11055) + °OH^0 (-7184) -> H2O2^0 (-12020) +At time : 251.1 ps Reaction : °OH^0 (-10278) + °OH^0 (-8288) -> H2O2^0 (-12021) +At time : 251.1 ps Reaction : °OH^0 (-9993) + H^0 (-9997) -> No product +At time : 251.1 ps Reaction : °OH^0 (-9783) + °OH^0 (-7846) -> H2O2^0 (-12022) +At time : 251.1 ps Reaction : °OH^0 (-9637) + °OH^0 (-6500) -> H2O2^0 (-12023) +At time : 251.1 ps Reaction : °OH^0 (-9295) + °OH^0 (-7026) -> H2O2^0 (-12024) +At time : 251.1 ps Reaction : °OH^0 (-7052) + H^0 (-9058) -> No product +At time : 251.1 ps Reaction : °OH^0 (-6400) + °OH^0 (-8747) -> H2O2^0 (-12025) +At time : 251.1 ps Reaction : e_aq^-1 (-1138) + H3O^1 (-8511) -> H^0 (-12026) +At time : 251.1 ps Reaction : °OH^0 (-8040) + °OH^0 (-8507) -> H2O2^0 (-12027) +At time : 251.1 ps Reaction : °OH^0 (-7418) + e_aq^-1 (-8413) -> OH^-1 (-12028) +At time : 251.1 ps Reaction : °OH^0 (-5772) + °OH^0 (-6630) -> H2O2^0 (-12029) +At time : 261.1 ps Reaction : H3O^1 (-8409) + OH^-1 (-12028) -> No product +At time : 261.1 ps Reaction : H3O^1 (-6455) + OH^-1 (-12004) -> No product +At time : 261.1 ps Reaction : e_aq^-1 (-529) + °OH^0 (-11089) -> OH^-1 (-12030) +At time : 261.1 ps Reaction : H^0 (-10636) + °OH^0 (-10637) -> No product +At time : 261.1 ps Reaction : °OH^0 (-9133) + °OH^0 (-10322) -> H2O2^0 (-12031) +At time : 261.1 ps Reaction : H^0 (-10183) + °OH^0 (-8144) -> No product +At time : 261.1 ps Reaction : °OH^0 (-9097) + e_aq^-1 (-3501) -> OH^-1 (-12032) +At time : 261.1 ps Reaction : °OH^0 (-6028) + °OH^0 (-9053) -> H2O2^0 (-12033) +At time : 261.1 ps Reaction : °OH^0 (-7298) + °OH^0 (-8254) -> H2O2^0 (-12034) +At time : 261.1 ps Reaction : °OH^0 (-6952) + °OH^0 (-6956) -> H2O2^0 (-12035) +At time : 261.1 ps Reaction : °OH^0 (-5968) + °OH^0 (-6726) -> H2O2^0 (-12036) +At time : 261.1 ps Reaction : e_aq^-1 (-3283) + °OH^0 (-5882) -> OH^-1 (-12037) +At time : 271.1 ps Reaction : H3O^1 (-6243) + OH^-1 (-12037) -> No product +At time : 271.1 ps Reaction : °OH^0 (-11303) + °OH^0 (-9231) -> H2O2^0 (-12038) +At time : 271.1 ps Reaction : °OH^0 (-10908) + e_aq^-1 (-4429) -> OH^-1 (-12039) +At time : 271.1 ps Reaction : e_aq^-1 (-650) + H3O^1 (-10192) -> H^0 (-12040) +At time : 271.1 ps Reaction : H^0 (-9898) + °OH^0 (-9025) -> No product +At time : 271.1 ps Reaction : °OH^0 (-9497) + e_aq^-1 (-3535) -> OH^-1 (-12041) +At time : 271.1 ps Reaction : °OH^0 (-9280) + e_aq^-1 (-4544) -> OH^-1 (-12042) +At time : 271.1 ps Reaction : °OH^0 (-9209) + °OH^0 (-6462) -> H2O2^0 (-12043) +At time : 271.1 ps Reaction : e_aq^-1 (-4531) + °OH^0 (-8831) -> OH^-1 (-12044) +At time : 271.1 ps Reaction : °OH^0 (-8765) + e_aq^-1 (-8767) -> OH^-1 (-12045) +At time : 271.1 ps Reaction : °OH^0 (-8615) + e_aq^-1 (-8617) -> OH^-1 (-12046) +At time : 271.1 ps Reaction : e_aq^-1 (-320) + H3O^1 (-8251) -> H^0 (-12047) +At time : 271.1 ps Reaction : OH^-1 (-12046) + H3O^1 (-7373) -> No product +At time : 271.1 ps Reaction : OH^-1 (-12039) + H3O^1 (-6907) -> No product +At time : 271.1 ps Reaction : °OH^0 (-10083) + e_aq^-1 (-1153) -> OH^-1 (-12048) +At time : 281.1 ps Reaction : H3O^1 (-6445) + OH^-1 (-12045) -> No product +At time : 281.1 ps Reaction : °OH^0 (-12018) + e_aq^-1 (-8875) -> OH^-1 (-12049) +At time : 281.1 ps Reaction : OH^-1 (-11993) + H3O^1 (-7719) -> No product +At time : 281.1 ps Reaction : H3O^1 (-6097) + OH^-1 (-11976) -> No product +At time : 281.1 ps Reaction : OH^-1 (-11933) + H3O^1 (-8279) -> No product +At time : 281.1 ps Reaction : H^0 (-10023) + °OH^0 (-6964) -> No product +At time : 281.1 ps Reaction : °OH^0 (-9778) + °OH^0 (-9781) -> H2O2^0 (-12050) +At time : 281.1 ps Reaction : °OH^0 (-9271) + °OH^0 (-6930) -> H2O2^0 (-12051) +At time : 281.1 ps Reaction : °OH^0 (-6568) + H^0 (-9004) -> No product +At time : 281.1 ps Reaction : e_aq^-1 (-828) + °OH^0 (-7486) -> OH^-1 (-12052) +At time : 281.1 ps Reaction : °OH^0 (-6974) + °OH^0 (-6982) -> H2O2^0 (-12053) +At time : 291.1 ps Reaction : OH^-1 (-12030) + H3O^1 (-8189) -> No product +At time : 291.1 ps Reaction : OH^-1 (-11887) + H3O^1 (-7393) -> No product +At time : 291.1 ps Reaction : °OH^0 (-11386) + °OH^0 (-10361) -> H2O2^0 (-12054) +At time : 291.1 ps Reaction : °OH^0 (-10355) + °OH^0 (-11133) -> H2O2^0 (-12055) +At time : 291.1 ps Reaction : °OH^0 (-10823) + °OH^0 (-9894) -> H2O2^0 (-12056) +At time : 291.1 ps Reaction : H3O^1 (-9468) + e_aq^-1 (-3495) -> H^0 (-12057) +At time : 291.1 ps Reaction : °OH^0 (-9354) + °OH^0 (-7292) -> H2O2^0 (-12058) +At time : 291.1 ps Reaction : °OH^0 (-9123) + °OH^0 (-7452) -> H2O2^0 (-12059) +At time : 291.1 ps Reaction : e_aq^-1 (-4205) + H3O^1 (-8802) -> H^0 (-12060) +At time : 291.1 ps Reaction : e_aq^-1 (-5712) + °OH^0 (-7376) -> OH^-1 (-12061) +At time : 291.1 ps Reaction : OH^-1 (-12061) + H3O^1 (-7371) -> No product +At time : 301.1 ps Reaction : OH^-1 (-12049) + H3O^1 (-6051) -> No product +At time : 301.1 ps Reaction : H^0 (-11292) + °OH^0 (-6088) -> No product +At time : 301.1 ps Reaction : °OH^0 (-6086) + °OH^0 (-11262) -> H2O2^0 (-12062) +At time : 301.1 ps Reaction : °OH^0 (-10427) + °OH^0 (-11256) -> H2O2^0 (-12063) +At time : 301.1 ps Reaction : °OH^0 (-10284) + °OH^0 (-10330) -> H2O2^0 (-12064) +At time : 301.1 ps Reaction : e_aq^-1 (-2950) + °OH^0 (-9561) -> OH^-1 (-12065) +At time : 301.1 ps Reaction : e_aq^-1 (-8380) + H3O^1 (-8832) -> H^0 (-12066) +At time : 301.1 ps Reaction : H3O^1 (-7123) + e_aq^-1 (-8452) -> H^0 (-12067) +At time : 301.1 ps Reaction : °OH^0 (-7518) + e_aq^-1 (-8446) -> OH^-1 (-12068) +At time : 301.1 ps Reaction : H3O^1 (-6537) + e_aq^-1 (-8347) -> H^0 (-12069) +At time : 301.1 ps Reaction : e_aq^-1 (-1251) + H3O^1 (-8009) -> H^0 (-12070) +At time : 301.1 ps Reaction : e_aq^-1 (-4996) + H3O^1 (-7495) -> H^0 (-12071) +At time : 301.1 ps Reaction : e_aq^-1 (-5410) + °OH^0 (-7430) -> OH^-1 (-12072) +At time : 301.1 ps Reaction : H3O^1 (-10561) + e_aq^-1 (-4121) -> H^0 (-12073) +At time : 311.1 ps Reaction : H3O^1 (-6257) + OH^-1 (-12041) -> No product +At time : 311.1 ps Reaction : OH^-1 (-11913) + H3O^1 (-6933) -> No product +At time : 311.1 ps Reaction : H2O2^0 (-11677) + e_aq^-1 (-4698) -> OH^-1 (-12074) + °OH^0 (-12075) +At time : 311.1 ps Reaction : H^0 (-11037) + °OH^0 (-7162) -> No product +At time : 311.1 ps Reaction : H^0 (-10914) + e_aq^-1 (-1566) -> OH^-1 (-12076) + H_2^0 (-12077) +At time : 311.1 ps Reaction : °OH^0 (-10134) + e_aq^-1 (-8398) -> OH^-1 (-12078) +At time : 311.1 ps Reaction : °OH^0 (-9958) + °OH^0 (-7926) -> H2O2^0 (-12079) +At time : 311.1 ps Reaction : H3O^1 (-9922) + e_aq^-1 (-4346) -> H^0 (-12080) +At time : 311.1 ps Reaction : °OH^0 (-9790) + °OH^0 (-5962) -> H2O2^0 (-12081) +At time : 311.1 ps Reaction : °OH^0 (-9598) + H^0 (-9596) -> No product +At time : 311.1 ps Reaction : e_aq^-1 (-4366) + H3O^1 (-7589) -> H^0 (-12082) +At time : 311.1 ps Reaction : H3O^1 (-10963) + OH^-1 (-12074) -> No product +At time : 311.1 ps Reaction : e_aq^-1 (-4692) + H3O^1 (-8001) -> H^0 (-12083) +At time : 321.1 ps Reaction : H3O^1 (-9918) + OH^-1 (-11920) -> No product +At time : 321.1 ps Reaction : OH^-1 (-11809) + H3O^1 (-8931) -> No product +At time : 321.1 ps Reaction : H3O^1 (-7325) + OH^-1 (-11559) -> No product +At time : 321.1 ps Reaction : H^0 (-11186) + H^0 (-9371) -> H_2^0 (-12084) +At time : 321.1 ps Reaction : e_aq^-1 (-574) + H^0 (-11077) -> OH^-1 (-12085) + H_2^0 (-12086) +At time : 321.1 ps Reaction : °OH^0 (-10918) + °OH^0 (-6926) -> H2O2^0 (-12087) +At time : 321.1 ps Reaction : °OH^0 (-10848) + °OH^0 (-8561) -> H2O2^0 (-12088) +At time : 321.1 ps Reaction : °OH^0 (-9257) + °OH^0 (-10817) -> H2O2^0 (-12089) +At time : 321.1 ps Reaction : °OH^0 (-10373) + e_aq^-1 (-8644) -> OH^-1 (-12090) +At time : 321.1 ps Reaction : e_aq^-1 (-31) + °OH^0 (-10309) -> OH^-1 (-12091) +At time : 321.1 ps Reaction : °OH^0 (-9498) + e_aq^-1 (-3551) -> OH^-1 (-12092) +At time : 321.1 ps Reaction : °OH^0 (-8076) + °OH^0 (-8861) -> H2O2^0 (-12093) +At time : 321.1 ps Reaction : °OH^0 (-6578) + °OH^0 (-6582) -> H2O2^0 (-12094) +At time : 321.1 ps Reaction : e_aq^-1 (-3764) + °OH^0 (-6534) -> OH^-1 (-12095) +At time : 321.1 ps Reaction : OH^-1 (-12090) + H3O^1 (-7429) -> No product +At time : 331.1 ps Reaction : H3O^1 (-6151) + OH^-1 (-12017) -> No product +At time : 331.1 ps Reaction : OH^-1 (-11734) + H3O^1 (-9906) -> No product +At time : 331.1 ps Reaction : H^0 (-11198) + e_aq^-1 (-3509) -> OH^-1 (-12096) + H_2^0 (-12097) +At time : 331.1 ps Reaction : e_aq^-1 (-4423) + H3O^1 (-10903) -> H^0 (-12098) +At time : 331.1 ps Reaction : °OH^0 (-10465) + °OH^0 (-8585) -> H2O2^0 (-12099) +At time : 331.1 ps Reaction : °OH^0 (-10113) + °OH^0 (-10117) -> H2O2^0 (-12100) +At time : 331.1 ps Reaction : °OH^0 (-10047) + e_aq^-1 (-4637) -> OH^-1 (-12101) +At time : 331.1 ps Reaction : H^0 (-9644) + °OH^0 (-6522) -> No product +At time : 331.1 ps Reaction : H^0 (-9463) + °OH^0 (-7682) -> No product +At time : 331.1 ps Reaction : °OH^0 (-9255) + °OH^0 (-7626) -> H2O2^0 (-12102) +At time : 331.1 ps Reaction : e_aq^-1 (-624) + H3O^1 (-8898) -> H^0 (-12103) +At time : 331.1 ps Reaction : e_aq^-1 (-4221) + °OH^0 (-7904) -> OH^-1 (-12104) +At time : 331.1 ps Reaction : °OH^0 (-6168) + °OH^0 (-7538) -> H2O2^0 (-12105) +At time : 331.1 ps Reaction : °OH^0 (-6888) + °OH^0 (-6890) -> H2O2^0 (-12106) +At time : 341.1 ps Reaction : H3O^1 (-6837) + OH^-1 (-11909) -> No product +At time : 341.1 ps Reaction : OH^-1 (-11890) + H3O^1 (-8817) -> No product +At time : 341.1 ps Reaction : OH^-1 (-11459) + H3O^1 (-8367) -> No product +At time : 341.1 ps Reaction : °OH^0 (-10220) + °OH^0 (-8202) -> H2O2^0 (-12107) +At time : 341.1 ps Reaction : °OH^0 (-10216) + °OH^0 (-6138) -> H2O2^0 (-12108) +At time : 341.1 ps Reaction : °OH^0 (-10126) + °OH^0 (-7506) -> H2O2^0 (-12109) +At time : 341.1 ps Reaction : e_aq^-1 (-4060) + °OH^0 (-9812) -> OH^-1 (-12110) +At time : 341.1 ps Reaction : e_aq^-1 (-5115) + H3O^1 (-7169) -> H^0 (-12111) +At time : 341.1 ps Reaction : °OH^0 (-6784) + °OH^0 (-6786) -> H2O2^0 (-12112) +At time : 341.1 ps Reaction : e_aq^-1 (-1994) + H3O^1 (-6753) -> H^0 (-12113) +At time : 351.1 ps Reaction : H^0 (-11829) + e_aq^-1 (-4580) -> OH^-1 (-12114) + H_2^0 (-12115) +At time : 351.1 ps Reaction : °OH^0 (-6140) + H^0 (-11259) -> No product +At time : 351.1 ps Reaction : °OH^0 (-9885) + H^0 (-11232) -> No product +At time : 351.1 ps Reaction : °OH^0 (-10798) + °OH^0 (-6748) -> H2O2^0 (-12116) +At time : 351.1 ps Reaction : °OH^0 (-9889) + °OH^0 (-5982) -> H2O2^0 (-12117) +At time : 351.1 ps Reaction : °OH^0 (-9360) + e_aq^-1 (-5474) -> OH^-1 (-12118) +At time : 351.1 ps Reaction : °OH^0 (-6650) + °OH^0 (-8702) -> H2O2^0 (-12119) +At time : 351.1 ps Reaction : e_aq^-1 (-2904) + H3O^1 (-6409) -> H^0 (-12120) +At time : 351.1 ps Reaction : e_aq^-1 (-3220) + °OH^0 (-6266) -> OH^-1 (-12121) +At time : 351.1 ps Reaction : °OH^0 (-9976) + °OH^0 (-6924) -> H2O2^0 (-12122) +At time : 351.1 ps Reaction : OH^-1 (-5756) + H3O^1 (-5983) -> No product +At time : 361.1 ps Reaction : OH^-1 (-11971) + H3O^1 (-6187) -> No product +At time : 361.1 ps Reaction : °OH^0 (-7274) + H^0 (-11882) -> No product +At time : 361.1 ps Reaction : H^0 (-11392) + °OH^0 (-6102) -> No product +At time : 361.1 ps Reaction : °OH^0 (-10887) + °OH^0 (-9031) -> H2O2^0 (-12123) +At time : 361.1 ps Reaction : °OH^0 (-10886) + H^0 (-9032) -> No product +At time : 361.1 ps Reaction : °OH^0 (-10233) + e_aq^-1 (-8407) -> OH^-1 (-12124) +At time : 361.1 ps Reaction : H^0 (-10077) + °OH^0 (-8012) -> No product +At time : 361.1 ps Reaction : H^0 (-9310) + e_aq^-1 (-4946) -> OH^-1 (-12125) + H_2^0 (-12126) +At time : 361.1 ps Reaction : °OH^0 (-6214) + °OH^0 (-7678) -> H2O2^0 (-12127) +At time : 361.1 ps Reaction : e_aq^-1 (-5185) + °OH^0 (-7464) -> OH^-1 (-12128) +At time : 361.1 ps Reaction : H3O^1 (-7527) + OH^-1 (-12048) -> No product +At time : 371.1 ps Reaction : OH^-1 (-12091) + H3O^1 (-8616) -> No product +At time : 371.1 ps Reaction : H3O^1 (-8427) + OH^-1 (-11879) -> No product +At time : 371.1 ps Reaction : H^0 (-10655) + °OH^0 (-11201) -> No product +At time : 371.1 ps Reaction : H^0 (-9241) + °OH^0 (-10762) -> No product +At time : 371.1 ps Reaction : H^0 (-10445) + e_aq^-1 (-4850) -> OH^-1 (-12129) + H_2^0 (-12130) +At time : 371.1 ps Reaction : °OH^0 (-5742) + °OH^0 (-8849) -> H2O2^0 (-12131) +At time : 371.1 ps Reaction : °OH^0 (-6654) + °OH^0 (-7646) -> H2O2^0 (-12132) +At time : 371.1 ps Reaction : e_aq^-1 (-2473) + H3O^1 (-6613) -> H^0 (-12133) +At time : 381.1 ps Reaction : H3O^1 (-7107) + OH^-1 (-12129) -> No product +At time : 381.1 ps Reaction : OH^-1 (-12096) + H3O^1 (-7689) -> No product +At time : 381.1 ps Reaction : e_aq^-1 (-5432) + H2O2^0 (-12055) -> OH^-1 (-12134) + °OH^0 (-12135) +At time : 381.1 ps Reaction : e_aq^-1 (-921) + H2O2^0 (-11691) -> OH^-1 (-12136) + °OH^0 (-12137) +At time : 381.1 ps Reaction : H^0 (-10640) + °OH^0 (-9491) -> No product +At time : 381.1 ps Reaction : °OH^0 (-10560) + °OH^0 (-7878) -> H2O2^0 (-12138) +At time : 381.1 ps Reaction : °OH^0 (-10489) + °OH^0 (-10051) -> H2O2^0 (-12139) +At time : 381.1 ps Reaction : °OH^0 (-10009) + °OH^0 (-9043) -> H2O2^0 (-12140) +At time : 381.1 ps Reaction : H3O^1 (-9585) + e_aq^-1 (-8752) -> H^0 (-12141) +At time : 381.1 ps Reaction : °OH^0 (-7192) + °OH^0 (-9073) -> H2O2^0 (-12142) +At time : 381.1 ps Reaction : °OH^0 (-8074) + °OH^0 (-9063) -> H2O2^0 (-12143) +At time : 381.1 ps Reaction : °OH^0 (-6394) + e_aq^-1 (-8746) -> OH^-1 (-12144) +At time : 381.1 ps Reaction : e_aq^-1 (-5303) + °OH^0 (-7260) -> OH^-1 (-12145) +At time : 381.1 ps Reaction : OH^-1 (-12144) + H3O^1 (-6387) -> No product +At time : 381.1 ps Reaction : H3O^1 (-11131) + OH^-1 (-12134) -> No product +At time : 391.1 ps Reaction : OH^-1 (-12052) + H3O^1 (-8883) -> No product +At time : 391.1 ps Reaction : °OH^0 (-10250) + H^0 (-11761) -> No product +At time : 391.1 ps Reaction : e_aq^-1 (-477) + H3O^1 (-11101) -> H^0 (-12146) +At time : 391.1 ps Reaction : °OH^0 (-9746) + °OH^0 (-10752) -> H2O2^0 (-12147) +At time : 391.1 ps Reaction : H^0 (-10523) + °OH^0 (-6872) -> No product +At time : 391.1 ps Reaction : °OH^0 (-9395) + °OH^0 (-8266) -> H2O2^0 (-12148) +At time : 391.1 ps Reaction : °OH^0 (-7198) + °OH^0 (-8949) -> H2O2^0 (-12149) +At time : 391.1 ps Reaction : °OH^0 (-7488) + °OH^0 (-8882) -> H2O2^0 (-12150) +At time : 391.1 ps Reaction : OH^-1 (-5723) + H3O^1 (-7437) -> No product +At time : 391.1 ps Reaction : e_aq^-1 (-766) + °OH^0 (-7152) -> OH^-1 (-12151) +At time : 391.1 ps Reaction : e_aq^-1 (-4512) + H3O^1 (-6969) -> H^0 (-12152) +At time : 391.1 ps Reaction : °OH^0 (-6646) + °OH^0 (-6656) -> H2O2^0 (-12153) +At time : 391.1 ps Reaction : e_aq^-1 (-483) + H3O^1 (-6079) -> H^0 (-12154) +At time : 391.1 ps Reaction : °OH^0 (-10348) + °OH^0 (-11156) -> H2O2^0 (-12155) +At time : 401.1 ps Reaction : H3O^1 (-10403) + OH^-1 (-12128) -> No product +At time : 401.1 ps Reaction : H^0 (-10372) + °OH^0 (-7276) -> No product +At time : 401.1 ps Reaction : °OH^0 (-7424) + °OH^0 (-9083) -> H2O2^0 (-12156) +At time : 401.1 ps Reaction : e_aq^-1 (-5058) + H3O^1 (-8135) -> H^0 (-12157) +At time : 401.1 ps Reaction : e_aq^-1 (-26) + °OH^0 (-7374) -> OH^-1 (-12158) +At time : 401.1 ps Reaction : e_aq^-1 (-2941) + e_aq^-1 (-3641) -> OH^-1 (-12159) + OH^-1 (-12160) + H_2^0 (-12161) +At time : 411.1 ps Reaction : OH^-1 (-12158) + H3O^1 (-6111) -> No product +At time : 411.1 ps Reaction : H3O^1 (-9931) + OH^-1 (-11868) -> No product +At time : 411.1 ps Reaction : H^0 (-11354) + e_aq^-1 (-4619) -> OH^-1 (-12162) + H_2^0 (-12163) +At time : 411.1 ps Reaction : °OH^0 (-10434) + e_aq^-1 (-8869) -> OH^-1 (-12164) +At time : 411.1 ps Reaction : °OH^0 (-10271) + H^0 (-9361) -> No product +At time : 411.1 ps Reaction : e_aq^-1 (-890) + °OH^0 (-10143) -> OH^-1 (-12165) +At time : 411.1 ps Reaction : H^0 (-9757) + °OH^0 (-6206) -> No product +At time : 411.1 ps Reaction : °OH^0 (-9654) + °OH^0 (-5828) -> H2O2^0 (-12166) +At time : 411.1 ps Reaction : e_aq^-1 (-2946) + H3O^1 (-7745) -> H^0 (-12167) +At time : 411.1 ps Reaction : e_aq^-1 (-3532) + H3O^1 (-7699) -> H^0 (-12168) +At time : 411.1 ps Reaction : OH^-1 (-12165) + H3O^1 (-7137) -> No product +At time : 421.1 ps Reaction : H^0 (-11365) + °OH^0 (-8052) -> No product +At time : 421.1 ps Reaction : °OH^0 (-9807) + °OH^0 (-10570) -> H2O2^0 (-12169) +At time : 421.1 ps Reaction : °OH^0 (-10343) + °OH^0 (-7332) -> H2O2^0 (-12170) +At time : 421.1 ps Reaction : °OH^0 (-9333) + e_aq^-1 (-8491) -> OH^-1 (-12171) +At time : 421.1 ps Reaction : H3O^1 (-10672) + OH^-1 (-12159) -> No product +At time : 431.1 ps Reaction : OH^-1 (-12068) + H3O^1 (-7517) -> No product +At time : 431.1 ps Reaction : °OH^0 (-10726) + H^0 (-9002) -> No product +At time : 431.1 ps Reaction : °OH^0 (-10718) + °OH^0 (-10721) -> H2O2^0 (-12172) +At time : 431.1 ps Reaction : °OH^0 (-10222) + °OH^0 (-8200) -> H2O2^0 (-12173) +At time : 431.1 ps Reaction : H^0 (-9839) + °OH^0 (-9015) -> No product +At time : 431.1 ps Reaction : °OH^0 (-6912) + °OH^0 (-8824) -> H2O2^0 (-12174) +At time : 431.1 ps Reaction : °OH^0 (-6436) + °OH^0 (-8760) -> H2O2^0 (-12175) +At time : 431.1 ps Reaction : e_aq^-1 (-5258) + °OH^0 (-8196) -> OH^-1 (-12176) +At time : 441.1 ps Reaction : e_aq^-1 (-4436) + H^0 (-12098) -> OH^-1 (-12177) + H_2^0 (-12178) +At time : 441.1 ps Reaction : OH^-1 (-12092) + H3O^1 (-6267) -> No product +At time : 441.1 ps Reaction : °OH^0 (-9591) + °OH^0 (-10697) -> H2O2^0 (-12179) +At time : 441.1 ps Reaction : H3O^1 (-10617) + e_aq^-1 (-3469) -> H^0 (-12180) +At time : 441.1 ps Reaction : °OH^0 (-6208) + °OH^0 (-7672) -> H2O2^0 (-12181) +At time : 441.1 ps Reaction : e_aq^-1 (-3467) + H3O^1 (-6213) -> H^0 (-12182) +At time : 451.1 ps Reaction : OH^-1 (-11940) + H3O^1 (-7571) -> No product +At time : 451.1 ps Reaction : °OH^0 (-11317) + H^0 (-11318) -> No product +At time : 451.1 ps Reaction : °OH^0 (-11204) + °OH^0 (-6470) -> H2O2^0 (-12183) +At time : 451.1 ps Reaction : °OH^0 (-10005) + °OH^0 (-7962) -> H2O2^0 (-12184) +At time : 451.1 ps Reaction : °OH^0 (-9700) + °OH^0 (-7796) -> H2O2^0 (-12185) +At time : 451.1 ps Reaction : °OH^0 (-9157) + e_aq^-1 (-3473) -> OH^-1 (-12186) +At time : 451.1 ps Reaction : e_aq^-1 (-8440) + °OH^0 (-8675) -> OH^-1 (-12187) +At time : 451.1 ps Reaction : e_aq^-1 (-517) + H3O^1 (-8185) -> H^0 (-12188) +At time : 451.1 ps Reaction : e_aq^-1 (-3098) + H3O^1 (-6321) -> H^0 (-12189) +At time : 451.1 ps Reaction : e_aq^-1 (-924) + e_aq^-1 (-4972) -> OH^-1 (-12190) + OH^-1 (-12191) + H_2^0 (-12192) +At time : 461.1 ps Reaction : OH^-1 (-12176) + H3O^1 (-8197) -> No product +At time : 461.1 ps Reaction : H3O^1 (-10186) + OH^-1 (-12171) -> No product +At time : 461.1 ps Reaction : H^0 (-12157) + °OH^0 (-10180) -> No product +At time : 461.1 ps Reaction : H^0 (-10838) + °OH^0 (-6194) -> No product +At time : 461.1 ps Reaction : °OH^0 (-10705) + °OH^0 (-6492) -> H2O2^0 (-12193) +At time : 461.1 ps Reaction : H^0 (-10257) + °OH^0 (-7432) -> No product +At time : 461.1 ps Reaction : e_aq^-1 (-1917) + H3O^1 (-6827) -> H^0 (-12194) +At time : 471.1 ps Reaction : OH^-1 (-12076) + H3O^1 (-8520) -> No product +At time : 471.1 ps Reaction : °OH^0 (-6148) + °OH^0 (-8106) -> H2O2^0 (-12195) +At time : 481.1 ps Reaction : H3O^1 (-7581) + OH^-1 (-12177) -> No product +At time : 481.1 ps Reaction : °OH^0 (-10974) + H^0 (-9298) -> No product +At time : 481.1 ps Reaction : °OH^0 (-10919) + H^0 (-9038) -> No product +At time : 481.1 ps Reaction : H^0 (-10429) + °OH^0 (-6054) -> No product +At time : 481.1 ps Reaction : °OH^0 (-9234) + °OH^0 (-7642) -> H2O2^0 (-12196) +At time : 481.1 ps Reaction : °OH^0 (-7118) + °OH^0 (-8866) -> H2O2^0 (-12197) +At time : 481.1 ps Reaction : e_aq^-1 (-4950) + °OH^0 (-8092) -> OH^-1 (-12198) +At time : 481.1 ps Reaction : e_aq^-1 (-5482) + H3O^1 (-7307) -> H^0 (-12199) +At time : 481.1 ps Reaction : °OH^0 (-7426) + °OH^0 (-8246) -> H2O2^0 (-12200) +At time : 491.1 ps Reaction : OH^-1 (-12136) + H3O^1 (-8087) -> No product +At time : 491.1 ps Reaction : e_aq^-1 (-5637) + H3O^1 (-11278) -> H^0 (-12201) +At time : 491.1 ps Reaction : °OH^0 (-6178) + °OH^0 (-11243) -> H2O2^0 (-12202) +At time : 491.1 ps Reaction : e_aq^-1 (-5026) + H^0 (-9408) -> OH^-1 (-12203) + H_2^0 (-12204) +At time : 491.1 ps Reaction : °OH^0 (-6132) + °OH^0 (-8256) -> H2O2^0 (-12205) +At time : 491.1 ps Reaction : °OH^0 (-6466) + °OH^0 (-7764) -> H2O2^0 (-12206) +At time : 491.1 ps Reaction : e_aq^-1 (-3923) + °OH^0 (-5952) -> OH^-1 (-12207) +At time : 501.1 ps Reaction : H3O^1 (-10751) + OH^-1 (-12207) -> No product +At time : 501.1 ps Reaction : °OH^0 (-11367) + °OH^0 (-11193) -> H2O2^0 (-12208) +At time : 501.1 ps Reaction : °OH^0 (-11143) + °OH^0 (-8636) -> H2O2^0 (-12209) +At time : 501.1 ps Reaction : °OH^0 (-10989) + °OH^0 (-8044) -> H2O2^0 (-12210) +At time : 501.1 ps Reaction : e_aq^-1 (-1362) + H3O^1 (-9279) -> H^0 (-12211) +At time : 501.1 ps Reaction : °OH^0 (-6576) + °OH^0 (-9005) -> H2O2^0 (-12212) +At time : 501.1 ps Reaction : e_aq^-1 (-5118) + °OH^0 (-8146) -> OH^-1 (-12213) +At time : 511.1 ps Reaction : H3O^1 (-11099) + OH^-1 (-12145) -> No product +At time : 511.1 ps Reaction : e_aq^-1 (-1701) + H3O^1 (-6901) -> H^0 (-12214) +At time : 521.1 ps Reaction : OH^-1 (-12114) + H3O^1 (-7563) -> No product +At time : 521.1 ps Reaction : °OH^0 (-9542) + e_aq^-1 (-8725) -> OH^-1 (-12215) +At time : 521.1 ps Reaction : e_aq^-1 (-4660) + °OH^0 (-8582) -> OH^-1 (-12216) +At time : 521.1 ps Reaction : °OH^0 (-6692) + °OH^0 (-7844) -> H2O2^0 (-12217) +At time : 521.1 ps Reaction : e_aq^-1 (-2599) + H3O^1 (-6549) -> H^0 (-12218) +At time : 531.1 ps Reaction : H^0 (-9256) + H^0 (-12073) -> H_2^0 (-12219) +At time : 531.1 ps Reaction : H2O2^0 (-11674) + e_aq^-1 (-8659) -> OH^-1 (-12220) + °OH^0 (-12221) +At time : 531.1 ps Reaction : H^0 (-11567) + °OH^0 (-8519) -> No product +At time : 531.1 ps Reaction : e_aq^-1 (-5282) + °OH^0 (-8214) -> OH^-1 (-12222) +At time : 531.1 ps Reaction : °OH^0 (-7638) + °OH^0 (-7834) -> H2O2^0 (-12223) +At time : 531.1 ps Reaction : OH^-1 (-12220) + H3O^1 (-8886) -> No product +At time : 541.1 ps Reaction : H^0 (-11595) + °OH^0 (-7766) -> No product +At time : 541.1 ps Reaction : °OH^0 (-10818) + H^0 (-11234) -> No product +At time : 541.1 ps Reaction : °OH^0 (-10493) + e_aq^-1 (-4647) -> OH^-1 (-12224) +At time : 541.1 ps Reaction : °OH^0 (-9243) + °OH^0 (-7848) -> H2O2^0 (-12225) +At time : 541.1 ps Reaction : °OH^0 (-6120) + °OH^0 (-9093) -> H2O2^0 (-12226) +At time : 541.1 ps Reaction : e_aq^-1 (-718) + H3O^1 (-7475) -> H^0 (-12227) +At time : 541.1 ps Reaction : H3O^1 (-10046) + OH^-1 (-12224) -> No product +At time : 551.1 ps Reaction : H3O^1 (-10939) + e_aq^-1 (-8683) -> H^0 (-12228) +At time : 551.1 ps Reaction : e_aq^-1 (-87) + °OH^0 (-10295) -> OH^-1 (-12229) +At time : 551.1 ps Reaction : H^0 (-9857) + e_aq^-1 (-4145) -> OH^-1 (-12230) + H_2^0 (-12231) +At time : 551.1 ps Reaction : e_aq^-1 (-3984) + H3O^1 (-7833) -> H^0 (-12232) +At time : 551.1 ps Reaction : e_aq^-1 (-875) + °OH^0 (-7140) -> OH^-1 (-12233) +At time : 551.1 ps Reaction : °OH^0 (-5948) + °OH^0 (-6628) -> H2O2^0 (-12234) +At time : 561.1 ps Reaction : H3O^1 (-10855) + OH^-1 (-11984) -> No product +At time : 561.1 ps Reaction : °OH^0 (-10202) + °OH^0 (-7222) -> H2O2^0 (-12235) +At time : 571.1 ps Reaction : OH^-1 (-12065) + H3O^1 (-6381) -> No product +At time : 571.1 ps Reaction : e_aq^-1 (-4663) + H2O2^0 (-11627) -> OH^-1 (-12236) + °OH^0 (-12237) +At time : 571.1 ps Reaction : H^0 (-10990) + °OH^0 (-10097) -> No product +At time : 571.1 ps Reaction : °OH^0 (-10928) + e_aq^-1 (-1461) -> OH^-1 (-12238) +At time : 571.1 ps Reaction : °OH^0 (-10527) + H^0 (-9262) -> No product +At time : 571.1 ps Reaction : °OH^0 (-10422) + °OH^0 (-8108) -> H2O2^0 (-12239) +At time : 571.1 ps Reaction : e_aq^-1 (-1080) + H3O^1 (-8033) -> H^0 (-12240) +At time : 571.1 ps Reaction : OH^-1 (-12236) + H3O^1 (-8676) -> No product +At time : 581.1 ps Reaction : H3O^1 (-10012) + OH^-1 (-12238) -> No product +At time : 581.1 ps Reaction : OH^-1 (-12162) + H3O^1 (-6177) -> No product +At time : 581.1 ps Reaction : e_aq^-1 (-395) + °OH^0 (-10243) -> OH^-1 (-12241) +At time : 581.1 ps Reaction : °OH^0 (-7444) + °OH^0 (-8405) -> H2O2^0 (-12242) +At time : 581.1 ps Reaction : e_aq^-1 (-2876) + H3O^1 (-7749) -> H^0 (-12243) +At time : 581.1 ps Reaction : °OH^0 (-6416) + °OH^0 (-7748) -> H2O2^0 (-12244) +At time : 581.1 ps Reaction : H^0 (-9381) + °OH^0 (-8318) -> No product +At time : 591.1 ps Reaction : °OH^0 (-10956) + H^0 (-9426) -> No product +At time : 591.1 ps Reaction : °OH^0 (-10499) + e_aq^-1 (-1306) -> OH^-1 (-12245) +At time : 591.1 ps Reaction : H^0 (-9353) + °OH^0 (-8918) -> No product +At time : 591.1 ps Reaction : °OH^0 (-9106) + °OH^0 (-6472) -> H2O2^0 (-12246) +At time : 591.1 ps Reaction : °OH^0 (-7708) + H^0 (-8990) -> No product +At time : 591.1 ps Reaction : e_aq^-1 (-3936) + °OH^0 (-5832) -> OH^-1 (-12247) +At time : 591.1 ps Reaction : H3O^1 (-10585) + OH^-1 (-12247) -> No product +At time : 601.1 ps Reaction : OH^-1 (-12233) + H3O^1 (-7135) -> No product +At time : 601.1 ps Reaction : H2O2^0 (-12226) + e_aq^-1 (-8467) -> OH^-1 (-12248) + °OH^0 (-12249) +At time : 601.1 ps Reaction : OH^-1 (-12151) + H3O^1 (-8119) -> No product +At time : 601.1 ps Reaction : OH^-1 (-12072) + H3O^1 (-7431) -> No product +At time : 601.1 ps Reaction : °OH^0 (-11213) + °OH^0 (-5960) -> H2O2^0 (-12250) +At time : 601.1 ps Reaction : °OH^0 (-11178) + °OH^0 (-10329) -> H2O2^0 (-12251) +At time : 601.1 ps Reaction : °OH^0 (-11166) + °OH^0 (-8296) -> H2O2^0 (-12252) +At time : 601.1 ps Reaction : e_aq^-1 (-1744) + °OH^0 (-10868) -> OH^-1 (-12253) +At time : 601.1 ps Reaction : °OH^0 (-9212) + H^0 (-9631) -> No product +At time : 601.1 ps Reaction : H^0 (-9551) + °OH^0 (-6374) -> No product +At time : 601.1 ps Reaction : H^0 (-9160) + H^0 (-9461) -> H_2^0 (-12254) +At time : 601.1 ps Reaction : °OH^0 (-9103) + °OH^0 (-7744) -> H2O2^0 (-12255) +At time : 601.1 ps Reaction : °OH^0 (-7132) + e_aq^-1 (-8662) -> OH^-1 (-12256) +At time : 611.1 ps Reaction : OH^-1 (-12187) + H3O^1 (-7005) -> No product +At time : 611.1 ps Reaction : °OH^0 (-11306) + °OH^0 (-5944) -> H2O2^0 (-12257) +At time : 611.1 ps Reaction : °OH^0 (-11212) + °OH^0 (-7840) -> H2O2^0 (-12258) +At time : 611.1 ps Reaction : H3O^1 (-10379) + e_aq^-1 (-5324) -> H^0 (-12259) +At time : 611.1 ps Reaction : H3O^1 (-9850) + e_aq^-1 (-8362) -> H^0 (-12260) +At time : 611.1 ps Reaction : °OH^0 (-6108) + °OH^0 (-8308) -> H2O2^0 (-12261) +At time : 621.1 ps Reaction : e_aq^-1 (-5537) + H2O2^0 (-12021) -> OH^-1 (-12262) + °OH^0 (-12263) +At time : 621.1 ps Reaction : °OH^0 (-11138) + °OH^0 (-7288) -> H2O2^0 (-12264) +At time : 621.1 ps Reaction : H3O^1 (-10822) + e_aq^-1 (-4227) -> H^0 (-12265) +At time : 621.1 ps Reaction : °OH^0 (-10635) + H^0 (-9486) -> No product +At time : 621.1 ps Reaction : °OH^0 (-10162) + H^0 (-9327) -> No product +At time : 621.1 ps Reaction : °OH^0 (-9669) + °OH^0 (-6566) -> H2O2^0 (-12266) +At time : 621.1 ps Reaction : °OH^0 (-9275) + °OH^0 (-6922) -> H2O2^0 (-12267) +At time : 631.1 ps Reaction : H3O^1 (-6801) + OH^-1 (-12230) -> No product +At time : 631.1 ps Reaction : °OH^0 (-11118) + °OH^0 (-11119) -> H2O2^0 (-12268) +At time : 631.1 ps Reaction : °OH^0 (-9707) + °OH^0 (-9705) -> H2O2^0 (-12269) +At time : 631.1 ps Reaction : °OH^0 (-9690) + °OH^0 (-5940) -> H2O2^0 (-12270) +At time : 631.1 ps Reaction : H3O^1 (-7543) + e_aq^-1 (-8515) -> H^0 (-12271) +At time : 631.1 ps Reaction : °OH^0 (-5972) + °OH^0 (-6774) -> H2O2^0 (-12272) +At time : 631.1 ps Reaction : e_aq^-1 (-4728) + °OH^0 (-6024) -> OH^-1 (-12273) +At time : 631.1 ps Reaction : OH^-1 (-12273) + H3O^1 (-6171) -> No product +At time : 641.1 ps Reaction : H^0 (-12194) + e_aq^-1 (-4215) -> OH^-1 (-12274) + H_2^0 (-12275) +At time : 641.1 ps Reaction : °OH^0 (-10269) + °OH^0 (-8925) -> H2O2^0 (-12276) +At time : 641.1 ps Reaction : °OH^0 (-9912) + °OH^0 (-7908) -> H2O2^0 (-12277) +At time : 641.1 ps Reaction : e_aq^-1 (-179) + °OH^0 (-9389) -> OH^-1 (-12278) +At time : 641.1 ps Reaction : °OH^0 (-8020) + °OH^0 (-8510) -> H2O2^0 (-12279) +At time : 651.1 ps Reaction : H3O^1 (-10245) + OH^-1 (-12241) -> No product +At time : 651.1 ps Reaction : e_aq^-1 (-487) + H^0 (-11624) -> OH^-1 (-12280) + H_2^0 (-12281) +At time : 651.1 ps Reaction : °OH^0 (-10926) + °OH^0 (-7966) -> H2O2^0 (-12282) +At time : 651.1 ps Reaction : °OH^0 (-10168) + °OH^0 (-8132) -> H2O2^0 (-12283) +At time : 651.1 ps Reaction : e_aq^-1 (-1509) + °OH^0 (-9995) -> OH^-1 (-12284) +At time : 651.1 ps Reaction : °OH^0 (-9822) + °OH^0 (-6730) -> H2O2^0 (-12285) +At time : 651.1 ps Reaction : °OH^0 (-9418) + °OH^0 (-7508) -> H2O2^0 (-12286) +At time : 651.1 ps Reaction : H^0 (-9294) + °OH^0 (-8002) -> No product +At time : 651.1 ps Reaction : °OH^0 (-5754) + °OH^0 (-8366) -> H2O2^0 (-12287) +At time : 651.1 ps Reaction : °OH^0 (-7528) + °OH^0 (-8026) -> H2O2^0 (-12288) +At time : 651.1 ps Reaction : °OH^0 (-6426) + °OH^0 (-6428) -> H2O2^0 (-12289) +At time : 651.1 ps Reaction : e_aq^-1 (-5652) + e_aq^-1 (-5641) -> OH^-1 (-12290) + OH^-1 (-12291) + H_2^0 (-12292) +At time : 651.1 ps Reaction : H3O^1 (-6943) + OH^-1 (-12284) -> No product +At time : 661.1 ps Reaction : OH^-1 (-12121) + H3O^1 (-7701) -> No product +At time : 661.1 ps Reaction : H^0 (-11086) + °OH^0 (-8178) -> No product +At time : 661.1 ps Reaction : e_aq^-1 (-2957) + °OH^0 (-6392) -> OH^-1 (-12293) +At time : 671.1 ps Reaction : H3O^1 (-8291) + OH^-1 (-12262) -> No product +At time : 671.1 ps Reaction : °OH^0 (-11057) + H^0 (-12040) -> No product +At time : 671.1 ps Reaction : °OH^0 (-8965) + H^0 (-8966) -> No product +At time : 671.1 ps Reaction : e_aq^-1 (-4473) + °OH^0 (-8825) -> OH^-1 (-12294) +At time : 671.1 ps Reaction : H3O^1 (-7361) + OH^-1 (-12290) -> No product +At time : 681.1 ps Reaction : H3O^1 (-7739) + OH^-1 (-12293) -> No product +At time : 681.1 ps Reaction : e_aq^-1 (-747) + H3O^1 (-11042) -> H^0 (-12295) +At time : 681.1 ps Reaction : H^0 (-10695) + °OH^0 (-6420) -> No product +At time : 681.1 ps Reaction : °OH^0 (-10675) + °OH^0 (-6398) -> H2O2^0 (-12296) +At time : 681.1 ps Reaction : °OH^0 (-10393) + °OH^0 (-7456) -> H2O2^0 (-12297) +At time : 681.1 ps Reaction : H^0 (-9172) + °OH^0 (-9508) -> No product +At time : 681.1 ps Reaction : e_aq^-1 (-5440) + °OH^0 (-7302) -> OH^-1 (-12298) +At time : 681.1 ps Reaction : e_aq^-1 (-3149) + H3O^1 (-6295) -> H^0 (-12299) +At time : 681.1 ps Reaction : e_aq^-1 (-3011) + °OH^0 (-7738) -> OH^-1 (-12300) +At time : 691.1 ps Reaction : e_aq^-1 (-723) + H2O2^0 (-11902) -> OH^-1 (-12301) + °OH^0 (-12302) +At time : 691.1 ps Reaction : °OH^0 (-10872) + °OH^0 (-6884) -> H2O2^0 (-12303) +At time : 691.1 ps Reaction : e_aq^-1 (-208) + H3O^1 (-10283) -> H^0 (-12304) +At time : 691.1 ps Reaction : H^0 (-10274) + °OH^0 (-8276) -> No product +At time : 691.1 ps Reaction : H^0 (-10060) + °OH^0 (-6172) -> No product +At time : 691.1 ps Reaction : H3O^1 (-7177) + OH^-1 (-12301) -> No product +At time : 691.1 ps Reaction : e_aq^-1 (-3055) + °OH^0 (-8723) -> OH^-1 (-12305) +At time : 701.1 ps Reaction : H^0 (-11804) + °OH^0 (-6482) -> No product +At time : 701.1 ps Reaction : °OH^0 (-11189) + °OH^0 (-6020) -> H2O2^0 (-12306) +At time : 701.1 ps Reaction : e_aq^-1 (-5205) + H^0 (-10217) -> OH^-1 (-12307) + H_2^0 (-12308) +At time : 701.1 ps Reaction : e_aq^-1 (-900) + H3O^1 (-7117) -> H^0 (-12309) +At time : 711.1 ps Reaction : H2O2^0 (-11794) + e_aq^-1 (-8860) -> OH^-1 (-12310) + °OH^0 (-12311) +At time : 711.1 ps Reaction : H^0 (-10924) + e_aq^-1 (-1482) -> OH^-1 (-12312) + H_2^0 (-12313) +At time : 711.1 ps Reaction : e_aq^-1 (-4239) + °OH^0 (-10837) -> OH^-1 (-12314) +At time : 711.1 ps Reaction : °OH^0 (-9964) + e_aq^-1 (-1590) -> OH^-1 (-12315) +At time : 711.1 ps Reaction : e_aq^-1 (-5550) + H^0 (-9128) -> OH^-1 (-12316) + H_2^0 (-12317) +At time : 711.1 ps Reaction : H^0 (-9108) + °OH^0 (-5830) -> No product +At time : 711.1 ps Reaction : °OH^0 (-8216) + H^0 (-8946) -> No product +At time : 711.1 ps Reaction : °OH^0 (-6790) + °OH^0 (-6794) -> H2O2^0 (-12318) +At time : 711.1 ps Reaction : H3O^1 (-7101) + OH^-1 (-12310) -> No product +At time : 711.1 ps Reaction : e_aq^-1 (-4851) + H^0 (-9302) -> OH^-1 (-12319) + H_2^0 (-12320) +At time : 711.1 ps Reaction : e_aq^-1 (-5228) + °OH^0 (-7202) -> OH^-1 (-12321) +At time : 721.1 ps Reaction : OH^-1 (-12314) + H3O^1 (-7915) -> No product +At time : 721.1 ps Reaction : e_aq^-1 (-5627) + °OH^0 (-11181) -> OH^-1 (-12322) +At time : 721.1 ps Reaction : °OH^0 (-10940) + H^0 (-10027) -> No product +At time : 721.1 ps Reaction : °OH^0 (-10382) + e_aq^-1 (-5312) -> OH^-1 (-12323) +At time : 721.1 ps Reaction : H^0 (-9459) + °OH^0 (-8705) -> No product +At time : 731.1 ps Reaction : H2O2^0 (-11467) + e_aq^-1 (-8536) -> OH^-1 (-12324) + °OH^0 (-12325) +At time : 731.1 ps Reaction : °OH^0 (-9942) + °OH^0 (-10874) -> H2O2^0 (-12326) +At time : 731.1 ps Reaction : e_aq^-1 (-136) + °OH^0 (-7356) -> OH^-1 (-12327) +At time : 731.1 ps Reaction : °OH^0 (-6386) + °OH^0 (-6388) -> H2O2^0 (-12328) +At time : 731.1 ps Reaction : OH^-1 (-12327) + H3O^1 (-8469) -> No product +At time : 741.1 ps Reaction : H3O^1 (-7203) + OH^-1 (-12321) -> No product +At time : 741.1 ps Reaction : °OH^0 (-10239) + H^0 (-11109) -> No product +At time : 741.1 ps Reaction : e_aq^-1 (-3899) + °OH^0 (-10754) -> OH^-1 (-12329) +At time : 741.1 ps Reaction : e_aq^-1 (-217) + H3O^1 (-8478) -> H^0 (-12330) +At time : 741.1 ps Reaction : e_aq^-1 (-4495) + H3O^1 (-7577) -> H^0 (-12331) +At time : 751.1 ps Reaction : H3O^1 (-9990) + OH^-1 (-12312) -> No product +At time : 751.1 ps Reaction : H^0 (-11605) + H^0 (-11228) -> H_2^0 (-12332) +At time : 751.1 ps Reaction : °OH^0 (-9641) + °OH^0 (-6530) -> H2O2^0 (-12333) +At time : 751.1 ps Reaction : °OH^0 (-6618) + e_aq^-1 (-8428) -> OH^-1 (-12334) +At time : 761.1 ps Reaction : H3O^1 (-8305) + OH^-1 (-12248) -> No product +At time : 761.1 ps Reaction : OH^-1 (-12110) + H3O^1 (-7869) -> No product +At time : 761.1 ps Reaction : e_aq^-1 (-488) + H2O2^0 (-12059) -> OH^-1 (-12335) + °OH^0 (-12336) +At time : 771.1 ps Reaction : H3O^1 (-6983) + OH^-1 (-12245) -> No product +At time : 771.1 ps Reaction : H3O^1 (-6155) + OH^-1 (-12164) -> No product +At time : 771.1 ps Reaction : °OH^0 (-10289) + °OH^0 (-7400) -> H2O2^0 (-12337) +At time : 771.1 ps Reaction : H^0 (-9434) + °OH^0 (-7578) -> No product +At time : 771.1 ps Reaction : H^0 (-9181) + e_aq^-1 (-3603) -> OH^-1 (-12338) + H_2^0 (-12339) +At time : 771.1 ps Reaction : e_aq^-1 (-1715) + °OH^0 (-7588) -> OH^-1 (-12340) +At time : 771.1 ps Reaction : e_aq^-1 (-3553) + H3O^1 (-5889) -> H^0 (-12341) +At time : 781.1 ps Reaction : H3O^1 (-11024) + OH^-1 (-12256) -> No product +At time : 781.1 ps Reaction : e_aq^-1 (-3113) + °OH^0 (-7720) -> OH^-1 (-12342) +At time : 781.1 ps Reaction : OH^-1 (-12300) + H3O^1 (-7737) -> No product +At time : 791.1 ps Reaction : OH^-1 (-12294) + H3O^1 (-7579) -> No product +At time : 791.1 ps Reaction : e_aq^-1 (-4568) + °OH^0 (-10037) -> OH^-1 (-12343) +At time : 791.1 ps Reaction : °OH^0 (-9937) + °OH^0 (-6862) -> H2O2^0 (-12344) +At time : 791.1 ps Reaction : H^0 (-9820) + e_aq^-1 (-2177) -> OH^-1 (-12345) + H_2^0 (-12346) +At time : 791.1 ps Reaction : e_aq^-1 (-3388) + °OH^0 (-6210) -> OH^-1 (-12347) +At time : 791.1 ps Reaction : OH^-1 (-12345) + H3O^1 (-7873) -> No product +At time : 791.1 ps Reaction : H^0 (-10519) + °OH^0 (-6000) -> No product +At time : 791.1 ps Reaction : e_aq^-1 (-5139) + °OH^0 (-8486) -> OH^-1 (-12348) +At time : 791.1 ps Reaction : OH^-1 (-12348) + H3O^1 (-7197) -> No product +At time : 801.1 ps Reaction : H^0 (-9528) + H^0 (-12299) -> H_2^0 (-12349) +At time : 801.1 ps Reaction : OH^-1 (-11548) + H3O^1 (-6471) -> No product +At time : 801.1 ps Reaction : °OH^0 (-11157) + °OH^0 (-7334) -> H2O2^0 (-12350) +At time : 801.1 ps Reaction : H^0 (-10425) + °OH^0 (-7484) -> No product +At time : 801.1 ps Reaction : °OH^0 (-9460) + °OH^0 (-8708) -> H2O2^0 (-12351) +At time : 801.1 ps Reaction : e_aq^-1 (-4444) + H^0 (-9034) -> OH^-1 (-12352) + H_2^0 (-12353) +At time : 801.1 ps Reaction : °OH^0 (-5976) + e_aq^-1 (-8803) -> OH^-1 (-12354) +At time : 801.1 ps Reaction : °OH^0 (-6718) + °OH^0 (-6722) -> H2O2^0 (-12355) +At time : 801.1 ps Reaction : e_aq^-1 (-3358) + °OH^0 (-6222) -> OH^-1 (-12356) +At time : 811.1 ps Reaction : OH^-1 (-12354) + H3O^1 (-6807) -> No product +At time : 811.1 ps Reaction : °OH^0 (-10383) + H^0 (-12146) -> No product +At time : 811.1 ps Reaction : e_aq^-1 (-3158) + °OH^0 (-11200) -> OH^-1 (-12357) +At time : 811.1 ps Reaction : e_aq^-1 (-5055) + °OH^0 (-11036) -> OH^-1 (-12358) +At time : 811.1 ps Reaction : °OH^0 (-10501) + e_aq^-1 (-1515) -> OH^-1 (-12359) +At time : 811.1 ps Reaction : °OH^0 (-6026) + H^0 (-9054) -> No product +At time : 811.1 ps Reaction : e_aq^-1 (-4761) + H3O^1 (-8664) -> H^0 (-12360) +At time : 811.1 ps Reaction : °OH^0 (-8042) + e_aq^-1 (-8338) -> OH^-1 (-12361) +At time : 811.1 ps Reaction : °OH^0 (-6904) + °OH^0 (-7932) -> H2O2^0 (-12362) +At time : 811.1 ps Reaction : H3O^1 (-11038) + OH^-1 (-12358) -> No product +At time : 811.1 ps Reaction : OH^-1 (-12357) + H3O^1 (-6291) -> No product +At time : 821.1 ps Reaction : OH^-1 (-12352) + H3O^1 (-6913) -> No product +At time : 821.1 ps Reaction : OH^-1 (-12307) + H3O^1 (-6137) -> No product +At time : 821.1 ps Reaction : OH^-1 (-12222) + H3O^1 (-8213) -> No product +At time : 821.1 ps Reaction : e_aq^-1 (-1442) + H2O2^0 (-11613) -> OH^-1 (-12363) + °OH^0 (-12364) +At time : 821.1 ps Reaction : °OH^0 (-10476) + °OH^0 (-10986) -> H2O2^0 (-12365) +At time : 821.1 ps Reaction : °OH^0 (-9828) + °OH^0 (-6758) -> H2O2^0 (-12366) +At time : 821.1 ps Reaction : H3O^1 (-6385) + e_aq^-1 (-8734) -> H^0 (-12367) +At time : 821.1 ps Reaction : e_aq^-1 (-4499) + H3O^1 (-6939) -> H^0 (-12368) +At time : 831.1 ps Reaction : e_aq^-1 (-5268) + H2O2^0 (-12108) -> OH^-1 (-12369) + °OH^0 (-12370) +At time : 831.1 ps Reaction : H3O^1 (-6945) + OH^-1 (-12044) -> No product +At time : 831.1 ps Reaction : °OH^0 (-10932) + °OH^0 (-7564) -> H2O2^0 (-12371) +At time : 841.1 ps Reaction : OH^-1 (-12342) + H3O^1 (-6309) -> No product +At time : 841.1 ps Reaction : H3O^1 (-11177) + OH^-1 (-12316) -> No product +At time : 841.1 ps Reaction : H3O^1 (-6339) + OH^-1 (-12215) -> No product +At time : 841.1 ps Reaction : H^0 (-10944) + H^0 (-9050) -> H_2^0 (-12372) +At time : 841.1 ps Reaction : H^0 (-10290) + e_aq^-1 (-5619) -> OH^-1 (-12373) + H_2^0 (-12374) +At time : 841.1 ps Reaction : °OH^0 (-10141) + e_aq^-1 (-4966) -> OH^-1 (-12375) +At time : 841.1 ps Reaction : °OH^0 (-8480) + e_aq^-1 (-8629) -> OH^-1 (-12376) +At time : 851.1 ps Reaction : °OH^0 (-10347) + e_aq^-1 (-8479) -> OH^-1 (-12377) +At time : 851.1 ps Reaction : H^0 (-10011) + °OH^0 (-10016) -> No product +At time : 861.1 ps Reaction : H3O^1 (-9961) + e_aq^-1 (-4376) -> H^0 (-12378) +At time : 861.1 ps Reaction : °OH^0 (-9155) + H^0 (-9455) -> No product +At time : 861.1 ps Reaction : °OH^0 (-8310) + °OH^0 (-8618) -> H2O2^0 (-12379) +At time : 861.1 ps Reaction : e_aq^-1 (-5123) + H3O^1 (-8143) -> H^0 (-12380) +At time : 861.1 ps Reaction : °OH^0 (-7150) + °OH^0 (-7490) -> H2O2^0 (-12381) +At time : 861.1 ps Reaction : e_aq^-1 (-1497) + H3O^1 (-6935) -> H^0 (-12382) +At time : 871.1 ps Reaction : H3O^1 (-6017) + OH^-1 (-12343) -> No product +At time : 871.1 ps Reaction : H2O2^0 (-12303) + e_aq^-1 (-4355) -> OH^-1 (-12383) + °OH^0 (-12384) +At time : 871.1 ps Reaction : °OH^0 (-10731) + °OH^0 (-8777) -> H2O2^0 (-12385) +At time : 871.1 ps Reaction : °OH^0 (-10556) + H^0 (-9853) -> No product +At time : 871.1 ps Reaction : H3O^1 (-9994) + e_aq^-1 (-4534) -> H^0 (-12386) +At time : 871.1 ps Reaction : °OH^0 (-8600) + °OH^0 (-8879) -> H2O2^0 (-12387) +At time : 871.1 ps Reaction : e_aq^-1 (-665) + H3O^1 (-7217) -> H^0 (-12388) +At time : 881.1 ps Reaction : °OH^0 (-11067) + °OH^0 (-8651) -> H2O2^0 (-12389) +At time : 881.1 ps Reaction : H^0 (-10261) + °OH^0 (-6092) -> No product +At time : 881.1 ps Reaction : °OH^0 (-9627) + e_aq^-1 (-2661) -> OH^-1 (-12390) +At time : 881.1 ps Reaction : e_aq^-1 (-3779) + H3O^1 (-8778) -> H^0 (-12391) +At time : 891.1 ps Reaction : H3O^1 (-6873) + OH^-1 (-12383) -> No product +At time : 891.1 ps Reaction : OH^-1 (-12274) + H3O^1 (-6201) -> No product +At time : 891.1 ps Reaction : e_aq^-1 (-4141) + H^0 (-9847) -> OH^-1 (-12392) + H_2^0 (-12393) +At time : 891.1 ps Reaction : e_aq^-1 (-4853) + H3O^1 (-7087) -> H^0 (-12394) +At time : 891.1 ps Reaction : e_aq^-1 (-2604) + H3O^1 (-5923) -> H^0 (-12395) +At time : 901.1 ps Reaction : H3O^1 (-10057) + OH^-1 (-12101) -> No product +At time : 901.1 ps Reaction : °OH^0 (-10614) + e_aq^-1 (-3459) -> OH^-1 (-12396) +At time : 901.1 ps Reaction : °OH^0 (-9163) + H^0 (-9484) -> No product +At time : 901.1 ps Reaction : e_aq^-1 (-5478) + °OH^0 (-7414) -> OH^-1 (-12397) +At time : 911.1 ps Reaction : H3O^1 (-11171) + OH^-1 (-12278) -> No product +At time : 911.1 ps Reaction : H^0 (-10599) + H^0 (-10744) -> H_2^0 (-12398) +At time : 911.1 ps Reaction : °OH^0 (-10649) + e_aq^-1 (-3222) -> OH^-1 (-12399) +At time : 911.1 ps Reaction : °OH^0 (-10639) + °OH^0 (-7694) -> H2O2^0 (-12400) +At time : 911.1 ps Reaction : H3O^1 (-9832) + e_aq^-1 (-4134) -> H^0 (-12401) +At time : 911.1 ps Reaction : e_aq^-1 (-5404) + e_aq^-1 (-8641) -> OH^-1 (-12402) + OH^-1 (-12403) + H_2^0 (-12404) +At time : 911.1 ps Reaction : e_aq^-1 (-765) + °OH^0 (-8116) -> OH^-1 (-12405) +At time : 911.1 ps Reaction : e_aq^-1 (-4481) + °OH^0 (-7958) -> OH^-1 (-12406) +At time : 911.1 ps Reaction : e_aq^-1 (-951) + e_aq^-1 (-1114) -> OH^-1 (-12407) + OH^-1 (-12408) + H_2^0 (-12409) +At time : 921.1 ps Reaction : OH^-1 (-12406) + H3O^1 (-7957) -> No product +At time : 921.1 ps Reaction : H3O^1 (-10155) + OH^-1 (-12405) -> No product +At time : 921.1 ps Reaction : OH^-1 (-12397) + H3O^1 (-8481) -> No product +At time : 921.1 ps Reaction : H^0 (-10552) + e_aq^-1 (-4186) -> OH^-1 (-12410) + H_2^0 (-12411) +At time : 921.1 ps Reaction : °OH^0 (-9730) + °OH^0 (-6624) -> H2O2^0 (-12412) +At time : 921.1 ps Reaction : H^0 (-9610) + °OH^0 (-9605) -> No product +At time : 921.1 ps Reaction : e_aq^-1 (-5522) + °OH^0 (-9127) -> OH^-1 (-12413) +At time : 921.1 ps Reaction : OH^-1 (-12413) + H3O^1 (-6101) -> No product +At time : 931.1 ps Reaction : OH^-1 (-12078) + H3O^1 (-7139) -> No product +At time : 931.1 ps Reaction : °OH^0 (-10592) + e_aq^-1 (-8704) -> OH^-1 (-12414) +At time : 931.1 ps Reaction : H^0 (-10463) + °OH^0 (-6032) -> No product +At time : 931.1 ps Reaction : °OH^0 (-10391) + °OH^0 (-5856) -> H2O2^0 (-12415) +At time : 941.1 ps Reaction : e_aq^-1 (-4104) + H2O2^0 (-11964) -> OH^-1 (-12416) + °OH^0 (-12417) +At time : 941.1 ps Reaction : °OH^0 (-10444) + °OH^0 (-11371) -> H2O2^0 (-12418) +At time : 941.1 ps Reaction : e_aq^-1 (-815) + °OH^0 (-11040) -> OH^-1 (-12419) +At time : 941.1 ps Reaction : °OH^0 (-10388) + °OH^0 (-8906) -> H2O2^0 (-12420) +At time : 941.1 ps Reaction : °OH^0 (-10147) + H^0 (-9315) -> No product +At time : 941.1 ps Reaction : OH^-1 (-5714) + H3O^1 (-7391) -> No product +At time : 941.1 ps Reaction : e_aq^-1 (-4137) + e_aq^-1 (-4157) -> OH^-1 (-12421) + OH^-1 (-12422) + H_2^0 (-12423) +At time : 951.1 ps Reaction : OH^-1 (-12376) + H3O^1 (-8628) -> No product +At time : 951.1 ps Reaction : H3O^1 (-10375) + OH^-1 (-12323) -> No product +At time : 951.1 ps Reaction : °OH^0 (-10543) + °OH^0 (-7608) -> H2O2^0 (-12424) +At time : 951.1 ps Reaction : e_aq^-1 (-161) + °OH^0 (-8280) -> OH^-1 (-12425) +At time : 961.1 ps Reaction : OH^-1 (-12425) + H3O^1 (-7319) -> No product +At time : 961.1 ps Reaction : H3O^1 (-10432) + OH^-1 (-12375) -> No product +At time : 961.1 ps Reaction : OH^-1 (-12363) + H3O^1 (-7961) -> No product +At time : 961.1 ps Reaction : °OH^0 (-10176) + °OH^0 (-12221) -> H2O2^0 (-12426) +At time : 961.1 ps Reaction : OH^-1 (-11733) + H3O^1 (-7607) -> No product +At time : 961.1 ps Reaction : °OH^0 (-10058) + °OH^0 (-6022) -> H2O2^0 (-12427) +At time : 961.1 ps Reaction : H3O^1 (-10028) + e_aq^-1 (-4538) -> H^0 (-12428) +At time : 971.1 ps Reaction : °OH^0 (-11180) + °OH^0 (-8304) -> H2O2^0 (-12429) +At time : 971.1 ps Reaction : °OH^0 (-10651) + e_aq^-1 (-3571) -> OH^-1 (-12430) +At time : 971.1 ps Reaction : e_aq^-1 (-4813) + H3O^1 (-8853) -> H^0 (-12431) +At time : 971.1 ps Reaction : e_aq^-1 (-740) + H3O^1 (-8127) -> H^0 (-12432) +At time : 971.1 ps Reaction : e_aq^-1 (-3674) + H3O^1 (-6407) -> H^0 (-12433) +At time : 971.1 ps Reaction : °OH^0 (-9384) + °OH^0 (-9091) -> H2O2^0 (-12434) +At time : 981.1 ps Reaction : °OH^0 (-11047) + °OH^0 (-6146) -> H2O2^0 (-12435) +At time : 981.1 ps Reaction : e_aq^-1 (-3732) + H3O^1 (-9628) -> H^0 (-12436) +At time : 981.1 ps Reaction : °OH^0 (-8438) + H^0 (-8956) -> No product +At time : 981.1 ps Reaction : H3O^1 (-7487) + e_aq^-1 (-8881) -> H^0 (-12437) +At time : 981.1 ps Reaction : e_aq^-1 (-5368) + °OH^0 (-8236) -> OH^-1 (-12438) +At time : 981.1 ps Reaction : °OH^0 (-7372) + °OH^0 (-7378) -> H2O2^0 (-12439) +At time : 981.1 ps Reaction : e_aq^-1 (-5293) + °OH^0 (-7254) -> OH^-1 (-12440) +At time : 981.1 ps Reaction : e_aq^-1 (-3335) + °OH^0 (-6224) -> OH^-1 (-12441) +At time : 991.1 ps Reaction : OH^-1 (-12416) + H3O^1 (-6743) -> No product +At time : 991.1 ps Reaction : H3O^1 (-8199) + OH^-1 (-12335) -> No product +At time : 991.1 ps Reaction : °OH^0 (-10852) + e_aq^-1 (-4295) -> OH^-1 (-12442) +At time : 991.1 ps Reaction : H^0 (-9162) + °OH^0 (-6246) -> No product +At time : 991.1 ps Reaction : °OH^0 (-6036) + H^0 (-8952) -> No product +At time : 991.1 ps Reaction : °OH^0 (-7990) + °OH^0 (-8513) -> H2O2^0 (-12443) +At time : 991.1 ps Reaction : e_aq^-1 (-827) + H3O^1 (-8115) -> H^0 (-12444) +At time : 1.0011 ns Reaction : °OH^0 (-11100) + H^0 (-9401) -> No product +At time : 1.0011 ns Reaction : °OH^0 (-10187) + °OH^0 (-8148) -> H2O2^0 (-12445) +At time : 1.0011 ns Reaction : H^0 (-9478) + °OH^0 (-5880) -> No product +At time : 1.0011 ns Reaction : °OH^0 (-6238) + H^0 (-8986) -> No product +At time : 1.0011 ns Reaction : e_aq^-1 (-4304) + °OH^0 (-7602) -> OH^-1 (-12446) +At time : 1.1011 ns Reaction : H3O^1 (-10526) + OH^-1 (-12442) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-7279) + OH^-1 (-12438) -> No product +At time : 1.1011 ns Reaction : OH^-1 (-12403) + H3O^1 (-10365) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-6135) + OH^-1 (-12369) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-9992) + OH^-1 (-12359) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-6245) + OH^-1 (-12324) -> No product +At time : 1.1011 ns Reaction : H^0 (-10064) + H^0 (-12271) -> H_2^0 (-12447) +At time : 1.1011 ns Reaction : OH^-1 (-12253) + H3O^1 (-6861) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-6015) + OH^-1 (-12042) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-6249) + OH^-1 (-12032) -> No product +At time : 1.1011 ns Reaction : H^0 (-11666) + °OH^0 (-6096) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-10954) + e_aq^-1 (-4641) -> H^0 (-12448) +At time : 1.1011 ns Reaction : e_aq^-1 (-1705) + H3O^1 (-10870) -> H^0 (-12449) +At time : 1.1011 ns Reaction : °OH^0 (-9873) + °OH^0 (-7612) -> H2O2^0 (-12450) +At time : 1.1011 ns Reaction : H^0 (-9804) + °OH^0 (-6720) -> No product +At time : 1.1011 ns Reaction : °OH^0 (-9208) + °OH^0 (-9608) -> H2O2^0 (-12451) +At time : 1.1011 ns Reaction : °OH^0 (-9464) + e_aq^-1 (-3340) -> OH^-1 (-12452) +At time : 1.1011 ns Reaction : e_aq^-1 (-3062) + H3O^1 (-7729) -> H^0 (-12453) +At time : 1.1011 ns Reaction : e_aq^-1 (-3678) + H3O^1 (-6413) -> H^0 (-12454) +At time : 1.1011 ns Reaction : e_aq^-1 (-3178) + °OH^0 (-6284) -> OH^-1 (-12455) +At time : 1.1011 ns Reaction : e_aq^-1 (-2285) + e_aq^-1 (-3931) -> OH^-1 (-12456) + OH^-1 (-12457) + H_2^0 (-12458) +At time : 1.1011 ns Reaction : e_aq^-1 (-3749) + e_aq^-1 (-3792) -> OH^-1 (-12459) + OH^-1 (-12460) + H_2^0 (-12461) +At time : 1.2011 ns Reaction : H3O^1 (-9393) + OH^-1 (-12377) -> No product +At time : 1.2011 ns Reaction : OH^-1 (-12315) + H3O^1 (-8814) -> No product +At time : 1.2011 ns Reaction : H3O^1 (-7381) + OH^-1 (-12291) -> No product +At time : 1.2011 ns Reaction : H^0 (-12259) + e_aq^-1 (-5390) -> OH^-1 (-12462) + H_2^0 (-12463) +At time : 1.2011 ns Reaction : H3O^1 (-10674) + OH^-1 (-12160) -> No product +At time : 1.2011 ns Reaction : °OH^0 (-7154) + °OH^0 (-11254) -> H2O2^0 (-12464) +At time : 1.2011 ns Reaction : H^0 (-11071) + e_aq^-1 (-5202) -> OH^-1 (-12465) + H_2^0 (-12466) +At time : 1.2011 ns Reaction : °OH^0 (-10952) + °OH^0 (-5745) -> H2O2^0 (-12467) +At time : 1.2011 ns Reaction : °OH^0 (-10510) + °OH^0 (-6190) -> H2O2^0 (-12468) +At time : 1.2011 ns Reaction : °OH^0 (-9842) + °OH^0 (-8555) -> H2O2^0 (-12469) +At time : 1.2011 ns Reaction : e_aq^-1 (-2263) + H^0 (-9775) -> OH^-1 (-12470) + H_2^0 (-12471) +At time : 1.2011 ns Reaction : °OH^0 (-9686) + °OH^0 (-7792) -> H2O2^0 (-12472) +At time : 1.2011 ns Reaction : e_aq^-1 (-3103) + H3O^1 (-8718) -> H^0 (-12473) +At time : 1.2011 ns Reaction : e_aq^-1 (-4826) + H3O^1 (-8027) -> H^0 (-12474) +At time : 1.2011 ns Reaction : e_aq^-1 (-4099) + H3O^1 (-6735) -> H^0 (-12475) +At time : 1.2011 ns Reaction : e_aq^-1 (-3629) + H3O^1 (-6373) -> H^0 (-12476) +At time : 1.2011 ns Reaction : e_aq^-1 (-4255) + H3O^1 (-6199) -> H^0 (-12477) +At time : 1.2011 ns Reaction : e_aq^-1 (-5047) + H3O^1 (-6057) -> H^0 (-12478) +At time : 1.2011 ns Reaction : OH^-1 (-12419) + H3O^1 (-7157) -> No product +At time : 1.2011 ns Reaction : OH^-1 (-12298) + H3O^1 (-7297) -> No product +At time : 1.3011 ns Reaction : H^0 (-12475) + e_aq^-1 (-4091) -> OH^-1 (-12479) + H_2^0 (-12480) +At time : 1.3011 ns Reaction : H3O^1 (-11112) + OH^-1 (-12462) -> No product +At time : 1.3011 ns Reaction : OH^-1 (-12422) + H3O^1 (-8556) -> No product +At time : 1.3011 ns Reaction : OH^-1 (-12399) + H3O^1 (-6277) -> No product +At time : 1.3011 ns Reaction : °OH^0 (-5868) + °OH^0 (-12364) -> H2O2^0 (-12481) +At time : 1.3011 ns Reaction : OH^-1 (-12125) + H3O^1 (-8661) -> No product +At time : 1.3011 ns Reaction : e_aq^-1 (-4406) + H^0 (-12082) -> OH^-1 (-12482) + H_2^0 (-12483) +At time : 1.3011 ns Reaction : e_aq^-1 (-4455) + H2O2^0 (-11601) -> OH^-1 (-12484) + °OH^0 (-12485) +At time : 1.3011 ns Reaction : °OH^0 (-11146) + °OH^0 (-8921) -> H2O2^0 (-12486) +At time : 1.3011 ns Reaction : °OH^0 (-10871) + °OH^0 (-10866) -> H2O2^0 (-12487) +At time : 1.3011 ns Reaction : e_aq^-1 (-746) + H3O^1 (-10167) -> H^0 (-12488) +At time : 1.3011 ns Reaction : °OH^0 (-9666) + °OH^0 (-6550) -> H2O2^0 (-12489) +At time : 1.3011 ns Reaction : °OH^0 (-9338) + e_aq^-1 (-5167) -> OH^-1 (-12490) +At time : 1.3011 ns Reaction : e_aq^-1 (-4686) + H3O^1 (-8508) -> H^0 (-12491) +At time : 1.3011 ns Reaction : °OH^0 (-7312) + °OH^0 (-8268) -> H2O2^0 (-12492) +At time : 1.3011 ns Reaction : e_aq^-1 (-1324) + H3O^1 (-7991) -> H^0 (-12493) +At time : 1.3011 ns Reaction : e_aq^-1 (-4396) + e_aq^-1 (-4403) -> OH^-1 (-12494) + OH^-1 (-12495) + H_2^0 (-12496) +At time : 1.3011 ns Reaction : e_aq^-1 (-5233) + °OH^0 (-8164) -> OH^-1 (-12497) +At time : 1.4011 ns Reaction : OH^-1 (-12497) + H3O^1 (-7221) -> No product +At time : 1.4011 ns Reaction : OH^-1 (-12455) + H3O^1 (-6285) -> No product +At time : 1.4011 ns Reaction : °OH^0 (-12370) + °OH^0 (-7244) -> H2O2^0 (-12498) +At time : 1.4011 ns Reaction : °OH^0 (-12302) + H^0 (-12111) -> No product +At time : 1.4011 ns Reaction : OH^-1 (-12198) + H3O^1 (-8095) -> No product +At time : 1.4011 ns Reaction : °OH^0 (-11363) + °OH^0 (-7516) -> H2O2^0 (-12499) +At time : 1.4011 ns Reaction : H^0 (-10962) + °OH^0 (-7018) -> No product +At time : 1.4011 ns Reaction : H^0 (-10813) + °OH^0 (-7892) -> No product +At time : 1.4011 ns Reaction : °OH^0 (-10746) + °OH^0 (-6636) -> H2O2^0 (-12500) +At time : 1.4011 ns Reaction : e_aq^-1 (-5075) + °OH^0 (-10419) -> OH^-1 (-12501) +At time : 1.4011 ns Reaction : °OH^0 (-9136) + °OH^0 (-10084) -> H2O2^0 (-12502) +At time : 1.4011 ns Reaction : °OH^0 (-9851) + °OH^0 (-8525) -> H2O2^0 (-12503) +At time : 1.4011 ns Reaction : °OH^0 (-9740) + °OH^0 (-6634) -> H2O2^0 (-12504) +At time : 1.4011 ns Reaction : °OH^0 (-9602) + °OH^0 (-6444) -> H2O2^0 (-12505) +At time : 1.4011 ns Reaction : e_aq^-1 (-2800) + H3O^1 (-9597) -> H^0 (-12506) +At time : 1.4011 ns Reaction : °OH^0 (-9200) + °OH^0 (-6446) -> H2O2^0 (-12507) +At time : 1.4011 ns Reaction : °OH^0 (-7072) + °OH^0 (-8056) -> H2O2^0 (-12508) +At time : 1.4011 ns Reaction : e_aq^-1 (-4764) + H3O^1 (-7041) -> H^0 (-12509) +At time : 1.4011 ns Reaction : e_aq^-1 (-2677) + e_aq^-1 (-2725) -> OH^-1 (-12510) + OH^-1 (-12511) + H_2^0 (-12512) +At time : 1.4011 ns Reaction : H3O^1 (-10100) + OH^-1 (-12361) -> No product +At time : 1.4011 ns Reaction : OH^-1 (-5777) + H3O^1 (-6603) -> No product +At time : 1.5011 ns Reaction : OH^-1 (-12322) + H3O^1 (-7355) -> No product +At time : 1.5011 ns Reaction : OH^-1 (-12213) + H3O^1 (-8652) -> No product +At time : 1.5011 ns Reaction : OH^-1 (-12124) + H3O^1 (-7255) -> No product +At time : 1.5011 ns Reaction : °OH^0 (-7176) + H^0 (-11817) -> No product +At time : 1.5011 ns Reaction : e_aq^-1 (-95) + °OH^0 (-10324) -> OH^-1 (-12513) +At time : 1.5011 ns Reaction : e_aq^-1 (-2316) + H^0 (-9773) -> OH^-1 (-12514) + H_2^0 (-12515) +At time : 1.5011 ns Reaction : °OH^0 (-9738) + °OH^0 (-8348) -> H2O2^0 (-12516) +At time : 1.5011 ns Reaction : H^0 (-9571) + e_aq^-1 (-3643) -> OH^-1 (-12517) + H_2^0 (-12518) +At time : 1.5011 ns Reaction : H^0 (-9170) + e_aq^-1 (-3552) -> OH^-1 (-12519) + H_2^0 (-12520) +At time : 1.5011 ns Reaction : e_aq^-1 (-4608) + e_aq^-1 (-4574) -> OH^-1 (-12521) + OH^-1 (-12522) + H_2^0 (-12523) +At time : 1.5011 ns Reaction : OH^-1 (-12484) + H3O^1 (-8577) -> No product +At time : 1.5011 ns Reaction : OH^-1 (-12465) + H3O^1 (-6073) -> No product +At time : 1.6011 ns Reaction : OH^-1 (-12408) + H3O^1 (-8051) -> No product +At time : 1.6011 ns Reaction : H3O^1 (-10611) + OH^-1 (-12396) -> No product +At time : 1.6011 ns Reaction : H3O^1 (-10865) + OH^-1 (-12340) -> No product +At time : 1.6011 ns Reaction : H^0 (-12080) + e_aq^-1 (-8563) -> OH^-1 (-12524) + H_2^0 (-12525) +At time : 1.6011 ns Reaction : H^0 (-10469) + °OH^0 (-7050) -> No product +At time : 1.6011 ns Reaction : °OH^0 (-10224) + °OH^0 (-8218) -> H2O2^0 (-12526) +At time : 1.6011 ns Reaction : H^0 (-9495) + °OH^0 (-7702) -> No product +At time : 1.6011 ns Reaction : °OH^0 (-9240) + °OH^0 (-6698) -> H2O2^0 (-12527) +At time : 1.6011 ns Reaction : H3O^1 (-9182) + e_aq^-1 (-3107) -> H^0 (-12528) +At time : 1.6011 ns Reaction : °OH^0 (-9138) + °OH^0 (-7974) -> H2O2^0 (-12529) +At time : 1.6011 ns Reaction : °OH^0 (-7684) + e_aq^-1 (-8710) -> OH^-1 (-12530) +At time : 1.6011 ns Reaction : e_aq^-1 (-3911) + °OH^0 (-7820) -> OH^-1 (-12531) +At time : 1.6011 ns Reaction : e_aq^-1 (-236) + °OH^0 (-11174) -> OH^-1 (-12532) +At time : 1.7011 ns Reaction : H3O^1 (-9764) + OH^-1 (-12514) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12446) + H3O^1 (-7911) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12229) + H3O^1 (-8327) -> No product +At time : 1.7011 ns Reaction : e_aq^-1 (-4235) + °OH^0 (-11231) -> OH^-1 (-12533) +At time : 1.7011 ns Reaction : H3O^1 (-11161) + e_aq^-1 (-5488) -> H^0 (-12534) +At time : 1.7011 ns Reaction : H3O^1 (-10296) + OH^-1 (-5813) -> No product +At time : 1.7011 ns Reaction : °OH^0 (-9833) + e_aq^-1 (-4110) -> OH^-1 (-12535) +At time : 1.7011 ns Reaction : H^0 (-9553) + °OH^0 (-6378) -> No product +At time : 1.7011 ns Reaction : H^0 (-9526) + °OH^0 (-6290) -> No product +At time : 1.7011 ns Reaction : H^0 (-9215) + °OH^0 (-6508) -> No product +At time : 1.7011 ns Reaction : e_aq^-1 (-3775) + H3O^1 (-7657) -> H^0 (-12536) +At time : 1.7011 ns Reaction : e_aq^-1 (-4308) + °OH^0 (-6844) -> OH^-1 (-12537) +At time : 1.7011 ns Reaction : e_aq^-1 (-2382) + H3O^1 (-6647) -> H^0 (-12538) +At time : 1.7011 ns Reaction : e_aq^-1 (-5049) + °OH^0 (-7476) -> OH^-1 (-12539) +At time : 1.8011 ns Reaction : e_aq^-1 (-706) + H^0 (-12380) -> OH^-1 (-12540) + H_2^0 (-12541) +At time : 1.8011 ns Reaction : e_aq^-1 (-4956) + °OH^0 (-12137) -> OH^-1 (-12542) +At time : 1.8011 ns Reaction : H^0 (-9213) + H^0 (-12012) -> H_2^0 (-12543) +At time : 1.8011 ns Reaction : °OH^0 (-11116) + °OH^0 (-8945) -> H2O2^0 (-12544) +At time : 1.8011 ns Reaction : °OH^0 (-10972) + °OH^0 (-8010) -> H2O2^0 (-12545) +At time : 1.8011 ns Reaction : H3O^1 (-10929) + e_aq^-1 (-4450) -> H^0 (-12546) +At time : 1.8011 ns Reaction : °OH^0 (-10644) + e_aq^-1 (-3227) -> OH^-1 (-12547) +At time : 1.8011 ns Reaction : H^0 (-9699) + °OH^0 (-7790) -> No product +At time : 1.8011 ns Reaction : °OH^0 (-7542) + °OH^0 (-8955) -> H2O2^0 (-12548) +At time : 1.8011 ns Reaction : °OH^0 (-6486) + °OH^0 (-8774) -> H2O2^0 (-12549) +At time : 1.8011 ns Reaction : e_aq^-1 (-4065) + H3O^1 (-7631) -> H^0 (-12550) +At time : 1.8011 ns Reaction : OH^-1 (-12542) + H3O^1 (-8502) -> No product +At time : 1.8011 ns Reaction : OH^-1 (-12216) + H3O^1 (-8514) -> No product +At time : 1.8011 ns Reaction : °OH^0 (-10317) + °OH^0 (-11184) -> H2O2^0 (-12551) +At time : 1.8011 ns Reaction : e_aq^-1 (-3034) + °OH^0 (-6342) -> OH^-1 (-12552) +At time : 1.9011 ns Reaction : OH^-1 (-12535) + H3O^1 (-6791) -> No product +At time : 1.9011 ns Reaction : °OH^0 (-5980) + H^0 (-12060) -> No product +At time : 1.9011 ns Reaction : °OH^0 (-10995) + e_aq^-1 (-1062) -> OH^-1 (-12553) +At time : 1.9011 ns Reaction : H3O^1 (-10937) + e_aq^-1 (-4551) -> H^0 (-12554) +At time : 1.9011 ns Reaction : e_aq^-1 (-1640) + °OH^0 (-10906) -> OH^-1 (-12555) +At time : 1.9011 ns Reaction : H^0 (-10780) + °OH^0 (-7858) -> No product +At time : 1.9011 ns Reaction : °OH^0 (-10661) + °OH^0 (-8717) -> H2O2^0 (-12556) +At time : 1.9011 ns Reaction : H3O^1 (-10030) + e_aq^-1 (-4533) -> H^0 (-12557) +At time : 1.9011 ns Reaction : H^0 (-9717) + °OH^0 (-7804) -> No product +At time : 1.9011 ns Reaction : e_aq^-1 (-8575) + H3O^1 (-8820) -> H^0 (-12558) +At time : 1.9011 ns Reaction : e_aq^-1 (-2856) + H3O^1 (-8754) -> H^0 (-12559) +At time : 1.9011 ns Reaction : e_aq^-1 (-4674) + °OH^0 (-7998) -> OH^-1 (-12560) +At time : 1.9011 ns Reaction : e_aq^-1 (-4657) + H3O^1 (-7989) -> H^0 (-12561) +At time : 1.9011 ns Reaction : °OH^0 (-6762) + °OH^0 (-7628) -> H2O2^0 (-12562) +At time : 1.9011 ns Reaction : e_aq^-1 (-3929) + H3O^1 (-6665) -> H^0 (-12563) +At time : 1.9011 ns Reaction : e_aq^-1 (-1675) + e_aq^-1 (-4381) -> OH^-1 (-12564) + OH^-1 (-12565) + H_2^0 (-12566) +At time : 1.9011 ns Reaction : °OH^0 (-7178) + e_aq^-1 (-8497) -> OH^-1 (-12567) +At time : 2.0011 ns Reaction : OH^-1 (-12560) + H3O^1 (-6023) -> No product +At time : 2.0011 ns Reaction : OH^-1 (-12553) + H3O^1 (-7079) -> No product +At time : 2.0011 ns Reaction : H3O^1 (-10321) + OH^-1 (-12513) -> No product +At time : 2.0011 ns Reaction : OH^-1 (-12414) + H3O^1 (-6639) -> No product +At time : 2.0011 ns Reaction : H3O^1 (-6209) + OH^-1 (-12347) -> No product +At time : 2.0011 ns Reaction : H^0 (-11305) + °OH^0 (-6622) -> No product +At time : 2.0011 ns Reaction : °OH^0 (-11206) + °OH^0 (-6608) -> H2O2^0 (-12568) +At time : 2.0011 ns Reaction : e_aq^-1 (-5106) + °OH^0 (-11062) -> OH^-1 (-12569) +At time : 2.0011 ns Reaction : °OH^0 (-9936) + °OH^0 (-5799) -> H2O2^0 (-12570) +At time : 2.0011 ns Reaction : °OH^0 (-9667) + °OH^0 (-9665) -> H2O2^0 (-12571) +At time : 2.0011 ns Reaction : °OH^0 (-8316) + °OH^0 (-9095) -> H2O2^0 (-12572) +At time : 2.0011 ns Reaction : e_aq^-1 (-4441) + H^0 (-9030) -> OH^-1 (-12573) + H_2^0 (-12574) +At time : 2.0011 ns Reaction : e_aq^-1 (-3656) + H3O^1 (-8745) -> H^0 (-12575) +At time : 2.0011 ns Reaction : °OH^0 (-8576) + e_aq^-1 (-8578) -> OH^-1 (-12576) +At time : 2.0011 ns Reaction : e_aq^-1 (-717) + H3O^1 (-8109) -> H^0 (-12577) +At time : 2.0011 ns Reaction : e_aq^-1 (-4834) + H3O^1 (-8047) -> H^0 (-12578) +At time : 2.0011 ns Reaction : °OH^0 (-7566) + °OH^0 (-7972) -> H2O2^0 (-12579) +At time : 2.0011 ns Reaction : e_aq^-1 (-1560) + H3O^1 (-7955) -> H^0 (-12580) +At time : 2.0011 ns Reaction : e_aq^-1 (-3620) + H3O^1 (-6353) -> H^0 (-12581) +At time : 2.0011 ns Reaction : e_aq^-1 (-5623) + e_aq^-1 (-5705) -> OH^-1 (-12582) + OH^-1 (-12583) + H_2^0 (-12584) +At time : 2.0011 ns Reaction : e_aq^-1 (-2049) + e_aq^-1 (-4126) -> OH^-1 (-12585) + OH^-1 (-12586) + H_2^0 (-12587) +At time : 2.0011 ns Reaction : °OH^0 (-7284) + e_aq^-1 (-8461) -> OH^-1 (-12588) +At time : 2.0011 ns Reaction : e_aq^-1 (-2408) + °OH^0 (-6652) -> OH^-1 (-12589) +At time : 2.0011 ns Reaction : e_aq^-1 (-5564) + °OH^0 (-5721) -> OH^-1 (-12590) +At time : 2.1011 ns Reaction : H3O^1 (-7585) + OH^-1 (-12573) -> No product +At time : 2.1011 ns Reaction : °OH^0 (-7956) + H^0 (-12382) -> No product +At time : 2.1011 ns Reaction : e_aq^-1 (-5262) + H^0 (-11962) -> OH^-1 (-12591) + H_2^0 (-12592) +At time : 2.1011 ns Reaction : OH^-1 (-11953) + H3O^1 (-8255) -> No product +At time : 2.1011 ns Reaction : e_aq^-1 (-2990) + H2O2^0 (-11494) -> OH^-1 (-12593) + °OH^0 (-12594) +At time : 2.1011 ns Reaction : H3O^1 (-11183) + e_aq^-1 (-5653) -> H^0 (-12595) +At time : 2.1011 ns Reaction : e_aq^-1 (-5076) + H3O^1 (-11052) -> H^0 (-12596) +At time : 2.1011 ns Reaction : °OH^0 (-10628) + e_aq^-1 (-3492) -> OH^-1 (-12597) +At time : 2.1011 ns Reaction : H^0 (-9939) + °OH^0 (-10522) -> No product +At time : 2.1011 ns Reaction : e_aq^-1 (-5388) + H^0 (-10358) -> OH^-1 (-12598) + H_2^0 (-12599) +At time : 2.1011 ns Reaction : H^0 (-9503) + e_aq^-1 (-3213) -> OH^-1 (-12600) + H_2^0 (-12601) +At time : 2.1011 ns Reaction : °OH^0 (-9194) + H^0 (-9197) -> No product +At time : 2.1011 ns Reaction : °OH^0 (-6324) + H^0 (-8996) -> No product +At time : 2.1011 ns Reaction : °OH^0 (-6840) + °OH^0 (-7914) -> H2O2^0 (-12602) +At time : 2.1011 ns Reaction : e_aq^-1 (-4613) + °OH^0 (-7008) -> OH^-1 (-12603) +At time : 2.1011 ns Reaction : e_aq^-1 (-5112) + e_aq^-1 (-722) -> OH^-1 (-12604) + OH^-1 (-12605) + H_2^0 (-12606) +At time : 2.1011 ns Reaction : e_aq^-1 (-484) + °OH^0 (-9403) -> OH^-1 (-12607) +At time : 2.2011 ns Reaction : OH^-1 (-12590) + H3O^1 (-8297) -> No product +At time : 2.2011 ns Reaction : OH^-1 (-12588) + H3O^1 (-8463) -> No product +At time : 2.2011 ns Reaction : OH^-1 (-12586) + H3O^1 (-6765) -> No product +At time : 2.2011 ns Reaction : H3O^1 (-10411) + OH^-1 (-12540) -> No product +At time : 2.2011 ns Reaction : OH^-1 (-12524) + H3O^1 (-6851) -> No product +At time : 2.2011 ns Reaction : H3O^1 (-6737) + OH^-1 (-12479) -> No product +At time : 2.2011 ns Reaction : OH^-1 (-12319) + H3O^1 (-7075) -> No product +At time : 2.2011 ns Reaction : H3O^1 (-6525) + OH^-1 (-12095) -> No product +At time : 2.2011 ns Reaction : H^0 (-11992) + °OH^0 (-6152) -> No product +At time : 2.2011 ns Reaction : e_aq^-1 (-2837) + H2O2^0 (-11609) -> OH^-1 (-12608) + °OH^0 (-12609) +At time : 2.2011 ns Reaction : °OH^0 (-9367) + °OH^0 (-11273) -> H2O2^0 (-12610) +At time : 2.2011 ns Reaction : °OH^0 (-10140) + °OH^0 (-7116) -> H2O2^0 (-12611) +At time : 2.2011 ns Reaction : H^0 (-9557) + e_aq^-1 (-8743) -> OH^-1 (-12612) + H_2^0 (-12613) +At time : 2.2011 ns Reaction : OH^-1 (-5807) + H3O^1 (-8634) -> No product +At time : 2.2011 ns Reaction : e_aq^-1 (-4029) + H3O^1 (-7847) -> H^0 (-12614) +At time : 2.2011 ns Reaction : °OH^0 (-7380) + °OH^0 (-7386) -> H2O2^0 (-12615) +At time : 2.2011 ns Reaction : e_aq^-1 (-5302) + e_aq^-1 (-5369) -> OH^-1 (-12616) + OH^-1 (-12617) + H_2^0 (-12618) +At time : 2.2011 ns Reaction : OH^-1 (-12482) + H3O^1 (-7921) -> No product +At time : 2.2011 ns Reaction : e_aq^-1 (-1295) + °OH^0 (-7994) -> OH^-1 (-12619) +At time : 2.2011 ns Reaction : e_aq^-1 (-5134) + °OH^0 (-7196) -> OH^-1 (-12620) +At time : 2.3011 ns Reaction : e_aq^-1 (-4103) + H2O2^0 (-11480) -> OH^-1 (-12621) + °OH^0 (-12622) +At time : 2.3011 ns Reaction : H3O^1 (-11173) + e_aq^-1 (-5523) -> H^0 (-12623) +At time : 2.3011 ns Reaction : °OH^0 (-10710) + °OH^0 (-7770) -> H2O2^0 (-12624) +At time : 2.3011 ns Reaction : °OH^0 (-10700) + e_aq^-1 (-2772) -> OH^-1 (-12625) +At time : 2.3011 ns Reaction : °OH^0 (-10466) + °OH^0 (-8036) -> H2O2^0 (-12626) +At time : 2.3011 ns Reaction : H^0 (-10221) + °OH^0 (-6080) -> No product +At time : 2.3011 ns Reaction : H^0 (-9985) + °OH^0 (-6188) -> No product +At time : 2.3011 ns Reaction : °OH^0 (-9563) + °OH^0 (-8732) -> H2O2^0 (-12627) +At time : 2.3011 ns Reaction : °OH^0 (-9391) + °OH^0 (-5854) -> H2O2^0 (-12628) +At time : 2.3011 ns Reaction : e_aq^-1 (-2667) + H3O^1 (-8781) -> H^0 (-12629) +At time : 2.3011 ns Reaction : °OH^0 (-8156) + °OH^0 (-8489) -> H2O2^0 (-12630) +At time : 2.3011 ns Reaction : e_aq^-1 (-4040) + °OH^0 (-7854) -> OH^-1 (-12631) +At time : 2.3011 ns Reaction : e_aq^-1 (-592) + H3O^1 (-7213) -> H^0 (-12632) +At time : 2.3011 ns Reaction : e_aq^-1 (-2073) + H3O^1 (-6821) -> H^0 (-12633) +At time : 2.3011 ns Reaction : e_aq^-1 (-3032) + H3O^1 (-6361) -> H^0 (-12634) +At time : 2.3011 ns Reaction : e_aq^-1 (-2273) + e_aq^-1 (-3979) -> OH^-1 (-12635) + OH^-1 (-12636) + H_2^0 (-12637) +At time : 2.3011 ns Reaction : H3O^1 (-10188) + OH^-1 (-12620) -> No product +At time : 2.4011 ns Reaction : OH^-1 (-12410) + H3O^1 (-7617) -> No product +At time : 2.4011 ns Reaction : OH^-1 (-12186) + H3O^1 (-6211) -> No product +At time : 2.4011 ns Reaction : H3O^1 (-10268) + OH^-1 (-12118) -> No product +At time : 2.4011 ns Reaction : e_aq^-1 (-2930) + H^0 (-11203) -> OH^-1 (-12638) + H_2^0 (-12639) +At time : 2.4011 ns Reaction : e_aq^-1 (-4023) + °OH^0 (-10775) -> OH^-1 (-12640) +At time : 2.4011 ns Reaction : H^0 (-10166) + °OH^0 (-8130) -> No product +At time : 2.4011 ns Reaction : °OH^0 (-10031) + °OH^0 (-7968) -> H2O2^0 (-12641) +At time : 2.4011 ns Reaction : e_aq^-1 (-4542) + H^0 (-9278) -> OH^-1 (-12642) + H_2^0 (-12643) +At time : 2.4011 ns Reaction : °OH^0 (-7514) + °OH^0 (-8855) -> H2O2^0 (-12644) +At time : 2.4011 ns Reaction : °OH^0 (-7458) + °OH^0 (-8182) -> H2O2^0 (-12645) +At time : 2.4011 ns Reaction : °OH^0 (-5733) + °OH^0 (-8072) -> H2O2^0 (-12646) +At time : 2.4011 ns Reaction : e_aq^-1 (-1741) + °OH^0 (-7922) -> OH^-1 (-12647) +At time : 2.4011 ns Reaction : e_aq^-1 (-1953) + H3O^1 (-7891) -> H^0 (-12648) +At time : 2.4011 ns Reaction : °OH^0 (-7634) + °OH^0 (-7636) -> H2O2^0 (-12649) +At time : 2.4011 ns Reaction : °OH^0 (-6572) + °OH^0 (-6574) -> H2O2^0 (-12650) +At time : 2.4011 ns Reaction : e_aq^-1 (-3569) + H3O^1 (-6303) -> H^0 (-12651) +At time : 2.4011 ns Reaction : OH^-1 (-12569) + H3O^1 (-8490) -> No product +At time : 2.5011 ns Reaction : H3O^1 (-10935) + OH^-1 (-12642) -> No product +At time : 2.5011 ns Reaction : OH^-1 (-12638) + H3O^1 (-8739) -> No product +At time : 2.5011 ns Reaction : OH^-1 (-12621) + H3O^1 (-7871) -> No product +At time : 2.5011 ns Reaction : H3O^1 (-7349) + OH^-1 (-12582) -> No product +At time : 2.5011 ns Reaction : H2O2^0 (-12209) + e_aq^-1 (-5498) -> OH^-1 (-12652) + °OH^0 (-12653) +At time : 2.5011 ns Reaction : OH^-1 (-12191) + H3O^1 (-7499) -> No product +At time : 2.5011 ns Reaction : OH^-1 (-12085) + H3O^1 (-8167) -> No product +At time : 2.5011 ns Reaction : e_aq^-1 (-4171) + H2O2^0 (-11727) -> OH^-1 (-12654) + °OH^0 (-12655) +At time : 2.5011 ns Reaction : e_aq^-1 (-1910) + H3O^1 (-9904) -> H^0 (-12656) +At time : 2.5011 ns Reaction : °OH^0 (-9756) + °OH^0 (-5766) -> H2O2^0 (-12657) +At time : 2.5011 ns Reaction : °OH^0 (-9621) + °OH^0 (-9618) -> H2O2^0 (-12658) +At time : 2.5011 ns Reaction : °OH^0 (-5816) + °OH^0 (-7348) -> H2O2^0 (-12659) +At time : 2.5011 ns Reaction : e_aq^-1 (-2227) + H3O^1 (-6697) -> H^0 (-12660) +At time : 2.5011 ns Reaction : °OH^0 (-6642) + °OH^0 (-6660) -> H2O2^0 (-12661) +At time : 2.5011 ns Reaction : e_aq^-1 (-2747) + H3O^1 (-6487) -> H^0 (-12662) +At time : 2.5011 ns Reaction : °OH^0 (-10537) + e_aq^-1 (-1867) -> OH^-1 (-12663) +At time : 2.5011 ns Reaction : e_aq^-1 (-3866) + H^0 (-9008) -> OH^-1 (-12664) + H_2^0 (-12665) +At time : 2.6011 ns Reaction : H3O^1 (-6095) + OH^-1 (-12652) -> No product +At time : 2.6011 ns Reaction : e_aq^-1 (-5150) + H^0 (-12577) -> OH^-1 (-12666) + H_2^0 (-12667) +At time : 2.6011 ns Reaction : H3O^1 (-9768) + OH^-1 (-12470) -> No product +At time : 2.6011 ns Reaction : OH^-1 (-12392) + H3O^1 (-8799) -> No product +At time : 2.6011 ns Reaction : °OH^0 (-11188) + e_aq^-1 (-5594) -> OH^-1 (-12668) +At time : 2.6011 ns Reaction : H3O^1 (-10931) + e_aq^-1 (-1504) -> H^0 (-12669) +At time : 2.6011 ns Reaction : °OH^0 (-10363) + e_aq^-1 (-5441) -> OH^-1 (-12670) +At time : 2.6011 ns Reaction : e_aq^-1 (-1229) + °OH^0 (-7016) -> OH^-1 (-12671) +At time : 2.6011 ns Reaction : °OH^0 (-5781) + °OH^0 (-5902) -> H2O2^0 (-12672) +At time : 2.6011 ns Reaction : e_aq^-1 (-3510) + H3O^1 (-5879) -> H^0 (-12673) +At time : 2.6011 ns Reaction : e_aq^-1 (-876) + e_aq^-1 (-4994) -> OH^-1 (-12674) + OH^-1 (-12675) + H_2^0 (-12676) +At time : 2.6011 ns Reaction : H3O^1 (-7251) + OH^-1 (-12280) -> No product +At time : 2.7011 ns Reaction : e_aq^-1 (-5570) + H2O2^0 (-12659) -> OH^-1 (-12677) + °OH^0 (-12678) +At time : 2.7011 ns Reaction : e_aq^-1 (-4907) + H2O2^0 (-12197) -> OH^-1 (-12679) + °OH^0 (-12680) +At time : 2.7011 ns Reaction : °OH^0 (-10634) + H^0 (-12168) -> No product +At time : 2.7011 ns Reaction : e_aq^-1 (-5298) + H2O2^0 (-11872) -> OH^-1 (-12681) + °OH^0 (-12682) +At time : 2.7011 ns Reaction : °OH^0 (-10980) + °OH^0 (-7526) -> H2O2^0 (-12683) +At time : 2.7011 ns Reaction : H^0 (-10864) + H^0 (-10896) -> H_2^0 (-12684) +At time : 2.7011 ns Reaction : °OH^0 (-10438) + e_aq^-1 (-944) -> OH^-1 (-12685) +At time : 2.7011 ns Reaction : e_aq^-1 (-4630) + H3O^1 (-10040) -> H^0 (-12686) +At time : 2.7011 ns Reaction : °OH^0 (-8140) + °OH^0 (-8891) -> H2O2^0 (-12687) +At time : 2.7011 ns Reaction : °OH^0 (-7098) + °OH^0 (-8858) -> H2O2^0 (-12688) +At time : 2.7011 ns Reaction : H3O^1 (-10323) + OH^-1 (-12677) -> No product +At time : 2.7011 ns Reaction : OH^-1 (-12668) + H3O^1 (-7353) -> No product +At time : 2.7011 ns Reaction : e_aq^-1 (-5536) + °OH^0 (-8414) -> OH^-1 (-12689) +At time : 2.8011 ns Reaction : H3O^1 (-8287) + OH^-1 (-12689) -> No product +At time : 2.8011 ns Reaction : OH^-1 (-12685) + H3O^1 (-7105) -> No product +At time : 2.8011 ns Reaction : OH^-1 (-12654) + H3O^1 (-7897) -> No product +At time : 2.8011 ns Reaction : H3O^1 (-8221) + OH^-1 (-12440) -> No product +At time : 2.8011 ns Reaction : e_aq^-1 (-3665) + H^0 (-11886) -> OH^-1 (-12690) + H_2^0 (-12691) +At time : 2.8011 ns Reaction : °OH^0 (-11111) + °OH^0 (-8220) -> H2O2^0 (-12692) +At time : 2.8011 ns Reaction : °OH^0 (-9630) + °OH^0 (-10714) -> H2O2^0 (-12693) +At time : 2.8011 ns Reaction : °OH^0 (-10708) + °OH^0 (-6490) -> H2O2^0 (-12694) +At time : 2.8011 ns Reaction : H3O^1 (-10304) + e_aq^-1 (-5690) -> H^0 (-12695) +At time : 2.8011 ns Reaction : H^0 (-10240) + °OH^0 (-10248) -> No product +At time : 2.8011 ns Reaction : H^0 (-9438) + °OH^0 (-6854) -> No product +At time : 2.8011 ns Reaction : e_aq^-1 (-5462) + e_aq^-1 (-8482) -> OH^-1 (-12696) + OH^-1 (-12697) + H_2^0 (-12698) +At time : 2.8011 ns Reaction : e_aq^-1 (-429) + H3O^1 (-8195) -> H^0 (-12699) +At time : 2.8011 ns Reaction : e_aq^-1 (-5427) + H3O^1 (-7423) -> H^0 (-12700) +At time : 2.8011 ns Reaction : °OH^0 (-7062) + °OH^0 (-7064) -> H2O2^0 (-12701) +At time : 2.8011 ns Reaction : e_aq^-1 (-2796) + e_aq^-1 (-2815) -> OH^-1 (-12702) + OH^-1 (-12703) + H_2^0 (-12704) +At time : 2.8011 ns Reaction : H3O^1 (-6021) + OH^-1 (-12521) -> No product +At time : 2.9011 ns Reaction : OH^-1 (-12567) + H3O^1 (-8133) -> No product +At time : 2.9011 ns Reaction : H3O^1 (-6661) + OH^-1 (-12329) -> No product +At time : 2.9011 ns Reaction : e_aq^-1 (-5504) + H2O2^0 (-11948) -> OH^-1 (-12705) + °OH^0 (-12706) +At time : 2.9011 ns Reaction : e_aq^-1 (-1004) + H2O2^0 (-11470) -> OH^-1 (-12707) + °OH^0 (-12708) +At time : 2.9011 ns Reaction : e_aq^-1 (-3753) + H3O^1 (-10715) -> H^0 (-12709) +At time : 2.9011 ns Reaction : e_aq^-1 (-741) + H3O^1 (-8889) -> H^0 (-12710) +At time : 2.9011 ns Reaction : e_aq^-1 (-2803) + H3O^1 (-7763) -> H^0 (-12711) +At time : 2.9011 ns Reaction : e_aq^-1 (-2113) + H3O^1 (-6783) -> H^0 (-12712) +At time : 2.9011 ns Reaction : e_aq^-1 (-2612) + e_aq^-1 (-2621) -> OH^-1 (-12713) + OH^-1 (-12714) + H_2^0 (-12715) +At time : 2.9011 ns Reaction : H3O^1 (-10861) + OH^-1 (-5798) -> No product +At time : 3.0011 ns Reaction : H3O^1 (-10163) + OH^-1 (-12666) -> No product +At time : 3.0011 ns Reaction : H3O^1 (-6853) + OH^-1 (-12537) -> No product +At time : 3.0011 ns Reaction : OH^-1 (-12452) + H3O^1 (-6223) -> No product +At time : 3.0011 ns Reaction : e_aq^-1 (-319) + H2O2^0 (-12156) -> OH^-1 (-12716) + °OH^0 (-12717) +At time : 3.0011 ns Reaction : H3O^1 (-6745) + OH^-1 (-11884) -> No product +At time : 3.0011 ns Reaction : e_aq^-1 (-4030) + H2O2^0 (-11778) -> OH^-1 (-12718) + °OH^0 (-12719) +At time : 3.0011 ns Reaction : H^0 (-11168) + °OH^0 (-5814) -> No product +At time : 3.0011 ns Reaction : H^0 (-10953) + e_aq^-1 (-4594) -> OH^-1 (-12720) + H_2^0 (-12721) +At time : 3.0011 ns Reaction : °OH^0 (-9754) + °OH^0 (-9751) -> H2O2^0 (-12722) +At time : 3.0011 ns Reaction : e_aq^-1 (-3807) + H3O^1 (-7787) -> H^0 (-12723) +At time : 3.0011 ns Reaction : e_aq^-1 (-3513) + H3O^1 (-7695) -> H^0 (-12724) +At time : 3.0011 ns Reaction : e_aq^-1 (-2704) + H3O^1 (-6503) -> H^0 (-12725) +At time : 3.0011 ns Reaction : e_aq^-1 (-4452) + H3O^1 (-6009) -> H^0 (-12726) +At time : 3.1011 ns Reaction : H^0 (-12695) + °OH^0 (-8330) -> No product +At time : 3.1011 ns Reaction : OH^-1 (-12674) + H3O^1 (-7491) -> No product +At time : 3.1011 ns Reaction : OH^-1 (-12608) + H3O^1 (-8550) -> No product +At time : 3.1011 ns Reaction : H3O^1 (-7337) + OH^-1 (-12532) -> No product +At time : 3.1011 ns Reaction : H2O2^0 (-11826) + e_aq^-1 (-2595) -> OH^-1 (-12727) + °OH^0 (-12728) +At time : 3.1011 ns Reaction : e_aq^-1 (-4313) + H2O2^0 (-11729) -> OH^-1 (-12729) + °OH^0 (-12730) +At time : 3.1011 ns Reaction : °OH^0 (-7924) + H^0 (-11606) -> No product +At time : 3.1011 ns Reaction : °OH^0 (-10796) + °OH^0 (-6734) -> H2O2^0 (-12731) +At time : 3.1011 ns Reaction : °OH^0 (-10597) + e_aq^-1 (-3917) -> OH^-1 (-12732) +At time : 3.1011 ns Reaction : H3O^1 (-9782) + e_aq^-1 (-3997) -> H^0 (-12733) +At time : 3.1011 ns Reaction : °OH^0 (-9761) + H^0 (-8974) -> No product +At time : 3.1011 ns Reaction : e_aq^-1 (-4044) + °OH^0 (-6716) -> OH^-1 (-12734) +At time : 3.1011 ns Reaction : e_aq^-1 (-111) + e_aq^-1 (-5549) -> OH^-1 (-12735) + OH^-1 (-12736) + H_2^0 (-12737) +At time : 3.1011 ns Reaction : H^0 (-10784) + e_aq^-1 (-4088) -> OH^-1 (-12738) + H_2^0 (-12739) +At time : 3.2011 ns Reaction : H2O2^0 (-12661) + e_aq^-1 (-3958) -> OH^-1 (-12740) + °OH^0 (-12741) +At time : 3.2011 ns Reaction : e_aq^-1 (-4915) + H^0 (-12011) -> OH^-1 (-12742) + H_2^0 (-12743) +At time : 3.2011 ns Reaction : e_aq^-1 (-1027) + H2O2^0 (-11753) -> OH^-1 (-12744) + °OH^0 (-12745) +At time : 3.2011 ns Reaction : °OH^0 (-10629) + °OH^0 (-9475) -> H2O2^0 (-12746) +At time : 3.2011 ns Reaction : e_aq^-1 (-3895) + H3O^1 (-7829) -> H^0 (-12747) +At time : 3.2011 ns Reaction : e_aq^-1 (-4397) + e_aq^-1 (-4333) -> OH^-1 (-12748) + OH^-1 (-12749) + H_2^0 (-12750) +At time : 3.2011 ns Reaction : H3O^1 (-6723) + OH^-1 (-12631) -> No product +At time : 3.2011 ns Reaction : e_aq^-1 (-4086) + °OH^0 (-7622) -> OH^-1 (-12751) +At time : 3.2011 ns Reaction : e_aq^-1 (-5356) + °OH^0 (-5805) -> OH^-1 (-12752) +At time : 3.3011 ns Reaction : OH^-1 (-12742) + H3O^1 (-8069) -> No product +At time : 3.3011 ns Reaction : OH^-1 (-12740) + H3O^1 (-6659) -> No product +At time : 3.3011 ns Reaction : e_aq^-1 (-2867) + H^0 (-12711) -> OH^-1 (-12753) + H_2^0 (-12754) +At time : 3.3011 ns Reaction : OH^-1 (-12605) + H3O^1 (-7163) -> No product +At time : 3.3011 ns Reaction : e_aq^-1 (-458) + °OH^0 (-12336) -> OH^-1 (-12755) +At time : 3.3011 ns Reaction : e_aq^-1 (-4375) + H2O2^0 (-12326) -> OH^-1 (-12756) + °OH^0 (-12757) +At time : 3.3011 ns Reaction : e_aq^-1 (-1205) + H2O2^0 (-11657) -> OH^-1 (-12758) + °OH^0 (-12759) +At time : 3.3011 ns Reaction : °OH^0 (-11017) + °OH^0 (-7112) -> H2O2^0 (-12760) +At time : 3.3011 ns Reaction : e_aq^-1 (-2434) + °OH^0 (-10743) -> OH^-1 (-12761) +At time : 3.3011 ns Reaction : H^0 (-9917) + e_aq^-1 (-4269) -> OH^-1 (-12762) + H_2^0 (-12763) +At time : 3.3011 ns Reaction : °OH^0 (-7474) + H^0 (-9070) -> No product +At time : 3.3011 ns Reaction : e_aq^-1 (-2265) + H3O^1 (-7849) -> H^0 (-12764) +At time : 3.3011 ns Reaction : e_aq^-1 (-105) + °OH^0 (-7392) -> OH^-1 (-12765) +At time : 3.3011 ns Reaction : e_aq^-1 (-3855) + °OH^0 (-9709) -> OH^-1 (-12766) +At time : 3.4011 ns Reaction : H3O^1 (-11117) + OH^-1 (-12752) -> No product +At time : 3.4011 ns Reaction : OH^-1 (-12718) + H3O^1 (-7859) -> No product +At time : 3.4011 ns Reaction : OH^-1 (-12679) + H3O^1 (-8400) -> No product +At time : 3.4011 ns Reaction : OH^-1 (-12670) + H3O^1 (-8460) -> No product +At time : 3.4011 ns Reaction : OH^-1 (-12647) + H3O^1 (-6871) -> No product +At time : 3.4011 ns Reaction : H^0 (-12596) + e_aq^-1 (-8494) -> OH^-1 (-12767) + H_2^0 (-12768) +At time : 3.4011 ns Reaction : OH^-1 (-12539) + H3O^1 (-7189) -> No product +At time : 3.4011 ns Reaction : H3O^1 (-7179) + OH^-1 (-12501) -> No product +At time : 3.4011 ns Reaction : H^0 (-12474) + e_aq^-1 (-4655) -> OH^-1 (-12769) + H_2^0 (-12770) +At time : 3.4011 ns Reaction : e_aq^-1 (-1105) + H2O2^0 (-12365) -> OH^-1 (-12771) + °OH^0 (-12772) +At time : 3.4011 ns Reaction : OH^-1 (-12203) + H3O^1 (-8454) -> No product +At time : 3.4011 ns Reaction : OH^-1 (-12190) + H3O^1 (-8093) -> No product +At time : 3.4011 ns Reaction : e_aq^-1 (-4180) + H2O2^0 (-11584) -> OH^-1 (-12773) + °OH^0 (-12774) +At time : 3.4011 ns Reaction : H3O^1 (-11302) + e_aq^-1 (-3957) -> H^0 (-12775) +At time : 3.4011 ns Reaction : H^0 (-10898) + °OH^0 (-6894) -> No product +At time : 3.4011 ns Reaction : °OH^0 (-9831) + H^0 (-10792) -> No product +At time : 3.4011 ns Reaction : °OH^0 (-10340) + °OH^0 (-8606) -> H2O2^0 (-12776) +At time : 3.4011 ns Reaction : H3O^1 (-10169) + e_aq^-1 (-5095) -> H^0 (-12777) +At time : 3.4011 ns Reaction : °OH^0 (-7360) + e_aq^-1 (-8620) -> OH^-1 (-12778) +At time : 3.4011 ns Reaction : e_aq^-1 (-4832) + °OH^0 (-8032) -> OH^-1 (-12779) +At time : 3.4011 ns Reaction : OH^-1 (-12716) + H3O^1 (-7289) -> No product +At time : 3.5011 ns Reaction : OH^-1 (-12761) + H3O^1 (-6637) -> No product +At time : 3.5011 ns Reaction : e_aq^-1 (-5421) + °OH^0 (-12717) -> OH^-1 (-12780) +At time : 3.5011 ns Reaction : H^0 (-12699) + e_aq^-1 (-5226) -> OH^-1 (-12781) + H_2^0 (-12782) +At time : 3.5011 ns Reaction : OH^-1 (-12603) + H3O^1 (-8439) -> No product +At time : 3.5011 ns Reaction : H3O^1 (-6657) + OH^-1 (-12334) -> No product +At time : 3.5011 ns Reaction : °OH^0 (-7896) + H^0 (-11522) -> No product +At time : 3.5011 ns Reaction : °OH^0 (-11070) + e_aq^-1 (-5140) -> OH^-1 (-12783) +At time : 3.5011 ns Reaction : °OH^0 (-11058) + °OH^0 (-8162) -> H2O2^0 (-12784) +At time : 3.5011 ns Reaction : °OH^0 (-10943) + °OH^0 (-7980) -> H2O2^0 (-12785) +At time : 3.5011 ns Reaction : e_aq^-1 (-4311) + H^0 (-10844) -> OH^-1 (-12786) + H_2^0 (-12787) +At time : 3.5011 ns Reaction : °OH^0 (-10653) + °OH^0 (-9515) -> H2O2^0 (-12788) +At time : 3.5011 ns Reaction : H^0 (-10590) + e_aq^-1 (-3932) -> OH^-1 (-12789) + H_2^0 (-12790) +At time : 3.5011 ns Reaction : °OH^0 (-10461) + °OH^0 (-5864) -> H2O2^0 (-12791) +At time : 3.5011 ns Reaction : °OH^0 (-10153) + °OH^0 (-5850) -> H2O2^0 (-12792) +At time : 3.5011 ns Reaction : H^0 (-9201) + °OH^0 (-9604) -> No product +At time : 3.5011 ns Reaction : H^0 (-9499) + °OH^0 (-6276) -> No product +At time : 3.5011 ns Reaction : H^0 (-9482) + °OH^0 (-6234) -> No product +At time : 3.5011 ns Reaction : e_aq^-1 (-1218) + °OH^0 (-8022) -> OH^-1 (-12793) +At time : 3.5011 ns Reaction : e_aq^-1 (-2034) + H3O^1 (-7883) -> H^0 (-12794) +At time : 3.5011 ns Reaction : e_aq^-1 (-3455) + °OH^0 (-7676) -> OH^-1 (-12795) +At time : 3.5011 ns Reaction : °OH^0 (-6548) + °OH^0 (-6554) -> H2O2^0 (-12796) +At time : 3.5011 ns Reaction : e_aq^-1 (-3475) + e_aq^-1 (-3468) -> OH^-1 (-12797) + OH^-1 (-12798) + H_2^0 (-12799) +At time : 3.6011 ns Reaction : H3O^1 (-9356) + OH^-1 (-12780) -> No product +At time : 3.6011 ns Reaction : OH^-1 (-12778) + H3O^1 (-7365) -> No product +At time : 3.6011 ns Reaction : H3O^1 (-10881) + OH^-1 (-12756) -> No product +At time : 3.6011 ns Reaction : e_aq^-1 (-3782) + H2O2^0 (-12166) -> OH^-1 (-12800) + °OH^0 (-12801) +At time : 3.6011 ns Reaction : H2O2^0 (-11708) + e_aq^-1 (-5491) -> OH^-1 (-12802) + °OH^0 (-12803) +At time : 3.6011 ns Reaction : e_aq^-1 (-5675) + H2O2^0 (-11598) -> OH^-1 (-12804) + °OH^0 (-12805) +At time : 3.6011 ns Reaction : e_aq^-1 (-4933) + H2O2^0 (-11582) -> OH^-1 (-12806) + °OH^0 (-12807) +At time : 3.6011 ns Reaction : H^0 (-11348) + °OH^0 (-7964) -> No product +At time : 3.6011 ns Reaction : H^0 (-9250) + H^0 (-10790) -> H_2^0 (-12808) +At time : 3.6011 ns Reaction : °OH^0 (-10558) + °OH^0 (-7880) -> H2O2^0 (-12809) +At time : 3.6011 ns Reaction : H3O^1 (-10399) + e_aq^-1 (-8908) -> H^0 (-12810) +At time : 3.6011 ns Reaction : °OH^0 (-10371) + °OH^0 (-10256) -> H2O2^0 (-12811) +At time : 3.6011 ns Reaction : °OH^0 (-9222) + °OH^0 (-9684) -> H2O2^0 (-12812) +At time : 3.6011 ns Reaction : °OH^0 (-9651) + °OH^0 (-5918) -> H2O2^0 (-12813) +At time : 3.6011 ns Reaction : e_aq^-1 (-5276) + °OH^0 (-9400) -> OH^-1 (-12814) +At time : 3.6011 ns Reaction : e_aq^-1 (-4493) + H^0 (-9276) -> OH^-1 (-12815) + H_2^0 (-12816) +At time : 3.6011 ns Reaction : e_aq^-1 (-605) + °OH^0 (-8897) -> OH^-1 (-12817) +At time : 3.6011 ns Reaction : e_aq^-1 (-4085) + H3O^1 (-8355) -> H^0 (-12818) +At time : 3.6011 ns Reaction : e_aq^-1 (-995) + H3O^1 (-8041) -> H^0 (-12819) +At time : 3.6011 ns Reaction : e_aq^-1 (-1432) + H3O^1 (-6967) -> H^0 (-12820) +At time : 3.6011 ns Reaction : e_aq^-1 (-2127) + H3O^1 (-6719) -> H^0 (-12821) +At time : 3.6011 ns Reaction : e_aq^-1 (-3711) + °OH^0 (-6456) -> OH^-1 (-12822) +At time : 3.6011 ns Reaction : H3O^1 (-9601) + OH^-1 (-12822) -> No product +At time : 3.6011 ns Reaction : °OH^0 (-11290) + °OH^0 (-10357) -> H2O2^0 (-12823) +At time : 3.6011 ns Reaction : e_aq^-1 (-4565) + °OH^0 (-7970) -> OH^-1 (-12824) +At time : 3.7011 ns Reaction : °OH^0 (-9057) + °OH^0 (-12772) -> H2O2^0 (-12825) +At time : 3.7011 ns Reaction : OH^-1 (-12607) + H3O^1 (-7237) -> No product +At time : 3.7011 ns Reaction : OH^-1 (-12591) + H3O^1 (-8649) -> No product +At time : 3.7011 ns Reaction : H2O2^0 (-11834) + e_aq^-1 (-3015) -> OH^-1 (-12826) + °OH^0 (-12827) +At time : 3.7011 ns Reaction : e_aq^-1 (-5170) + H2O2^0 (-11704) -> OH^-1 (-12828) + °OH^0 (-12829) +At time : 3.7011 ns Reaction : H2O2^0 (-11405) + e_aq^-1 (-5597) -> OH^-1 (-12830) + °OH^0 (-12831) +At time : 3.7011 ns Reaction : °OH^0 (-10654) + e_aq^-1 (-3576) -> OH^-1 (-12832) +At time : 3.7011 ns Reaction : H3O^1 (-10600) + e_aq^-1 (-2488) -> H^0 (-12833) +At time : 3.7011 ns Reaction : H3O^1 (-10593) + e_aq^-1 (-3946) -> H^0 (-12834) +At time : 3.7011 ns Reaction : °OH^0 (-9634) + H^0 (-9633) -> No product +At time : 3.7011 ns Reaction : e_aq^-1 (-4047) + H3O^1 (-7853) -> H^0 (-12835) +At time : 3.7011 ns Reaction : °OH^0 (-9189) + e_aq^-1 (-8728) -> OH^-1 (-12836) +At time : 3.8011 ns Reaction : e_aq^-1 (-2181) + °OH^0 (-10783) -> OH^-1 (-12837) +At time : 3.8011 ns Reaction : e_aq^-1 (-595) + H3O^1 (-8904) -> H^0 (-12838) +At time : 3.8011 ns Reaction : e_aq^-1 (-2846) + H3O^1 (-8757) -> H^0 (-12839) +At time : 3.8011 ns Reaction : e_aq^-1 (-3661) + H3O^1 (-8751) -> H^0 (-12840) +At time : 3.8011 ns Reaction : e_aq^-1 (-3065) + H3O^1 (-6337) -> H^0 (-12841) +At time : 3.8011 ns Reaction : e_aq^-1 (-3880) + e_aq^-1 (-2490) -> OH^-1 (-12842) + OH^-1 (-12843) + H_2^0 (-12844) +At time : 3.8011 ns Reaction : e_aq^-1 (-2098) + e_aq^-1 (-2207) -> OH^-1 (-12845) + OH^-1 (-12846) + H_2^0 (-12847) +At time : 3.8011 ns Reaction : e_aq^-1 (-4433) + °OH^0 (-8812) -> OH^-1 (-12848) +At time : 3.8011 ns Reaction : e_aq^-1 (-2943) + °OH^0 (-6404) -> OH^-1 (-12849) +At time : 3.9011 ns Reaction : OH^-1 (-12848) + H3O^1 (-6895) -> No product +At time : 3.9011 ns Reaction : OH^-1 (-12762) + H3O^1 (-8370) -> No product +At time : 3.9011 ns Reaction : e_aq^-1 (-2091) + H2O2^0 (-12112) -> OH^-1 (-12850) + °OH^0 (-12851) +At time : 3.9011 ns Reaction : °OH^0 (-7548) + H^0 (-11244) -> No product +At time : 3.9011 ns Reaction : e_aq^-1 (-2010) + H3O^1 (-10806) -> H^0 (-12852) +At time : 3.9011 ns Reaction : H^0 (-10701) + °OH^0 (-9616) -> No product +At time : 3.9011 ns Reaction : °OH^0 (-10612) + e_aq^-1 (-3466) -> OH^-1 (-12853) +At time : 3.9011 ns Reaction : °OH^0 (-9694) + °OH^0 (-7798) -> H2O2^0 (-12854) +At time : 4.0011 ns Reaction : H3O^1 (-10294) + OH^-1 (-12804) -> No product +At time : 4.0011 ns Reaction : OH^-1 (-12779) + H3O^1 (-7525) -> No product +At time : 4.0011 ns Reaction : OH^-1 (-12767) + H3O^1 (-6145) -> No product +At time : 4.0011 ns Reaction : OH^-1 (-12738) + H3O^1 (-7863) -> No product +At time : 4.0011 ns Reaction : e_aq^-1 (-5569) + °OH^0 (-12678) -> OH^-1 (-12855) +At time : 4.0011 ns Reaction : H3O^1 (-6501) + OH^-1 (-12625) -> No product +At time : 4.0011 ns Reaction : H3O^1 (-10050) + OH^-1 (-12522) -> No product +At time : 4.0011 ns Reaction : e_aq^-1 (-5093) + H2O2^0 (-12389) -> OH^-1 (-12856) + °OH^0 (-12857) +At time : 4.0011 ns Reaction : e_aq^-1 (-4411) + H^0 (-11633) -> OH^-1 (-12858) + H_2^0 (-12859) +At time : 4.0011 ns Reaction : H^0 (-11220) + °OH^0 (-6766) -> No product +At time : 4.0011 ns Reaction : H^0 (-10467) + e_aq^-1 (-4797) -> OH^-1 (-12860) + H_2^0 (-12861) +At time : 4.0011 ns Reaction : H^0 (-10195) + °OH^0 (-7218) -> No product +At time : 4.0011 ns Reaction : H^0 (-9829) + H^0 (-9845) -> H_2^0 (-12862) +At time : 4.0011 ns Reaction : °OH^0 (-6360) + e_aq^-1 (-8731) -> OH^-1 (-12863) +At time : 4.0011 ns Reaction : e_aq^-1 (-4897) + °OH^0 (-8064) -> OH^-1 (-12864) +At time : 4.0011 ns Reaction : °OH^0 (-7286) + °OH^0 (-7294) -> H2O2^0 (-12865) +At time : 4.0011 ns Reaction : °OH^0 (-7194) + °OH^0 (-7204) -> H2O2^0 (-12866) +At time : 4.1011 ns Reaction : OH^-1 (-12856) + H3O^1 (-7191) -> No product +At time : 4.1011 ns Reaction : OH^-1 (-12849) + H3O^1 (-6383) -> No product +At time : 4.1011 ns Reaction : °OH^0 (-5884) + H^0 (-12724) -> No product +At time : 4.1011 ns Reaction : H^0 (-11796) + H^0 (-12558) -> H_2^0 (-12867) +At time : 4.1011 ns Reaction : e_aq^-1 (-2974) + H^0 (-11688) -> OH^-1 (-12868) + H_2^0 (-12869) +At time : 4.1011 ns Reaction : °OH^0 (-10305) + °OH^0 (-11284) -> H2O2^0 (-12870) +At time : 4.1011 ns Reaction : e_aq^-1 (-5179) + H3O^1 (-11068) -> H^0 (-12871) +At time : 4.1011 ns Reaction : °OH^0 (-9826) + °OH^0 (-10794) -> H2O2^0 (-12872) +At time : 4.1011 ns Reaction : H^0 (-10384) + °OH^0 (-7450) -> No product +At time : 4.1011 ns Reaction : H^0 (-10148) + H^0 (-9068) -> H_2^0 (-12873) +At time : 4.1011 ns Reaction : °OH^0 (-9558) + °OH^0 (-6376) -> H2O2^0 (-12874) +At time : 4.1011 ns Reaction : H3O^1 (-8071) + e_aq^-1 (-8854) -> H^0 (-12875) +At time : 4.1011 ns Reaction : e_aq^-1 (-4182) + e_aq^-1 (-1982) -> OH^-1 (-12876) + OH^-1 (-12877) + H_2^0 (-12878) +At time : 4.1011 ns Reaction : OH^-1 (-12758) + H3O^1 (-8007) -> No product +At time : 4.2011 ns Reaction : OH^-1 (-12460) + H3O^1 (-6481) -> No product +At time : 4.2011 ns Reaction : OH^-1 (-12402) + H3O^1 (-7281) -> No product +At time : 4.2011 ns Reaction : OH^-1 (-12104) + H3O^1 (-7899) -> No product +At time : 4.2011 ns Reaction : H3O^1 (-10563) + e_aq^-1 (-4140) -> H^0 (-12879) +At time : 4.2011 ns Reaction : H3O^1 (-10536) + e_aq^-1 (-1752) -> H^0 (-12880) +At time : 4.2011 ns Reaction : °OH^0 (-10033) + °OH^0 (-6180) -> H2O2^0 (-12881) +At time : 4.2011 ns Reaction : H3O^1 (-9520) + e_aq^-1 (-3119) -> H^0 (-12882) +At time : 4.2011 ns Reaction : °OH^0 (-7786) + H^0 (-8980) -> No product +At time : 4.2011 ns Reaction : e_aq^-1 (-3891) + H3O^1 (-7799) -> H^0 (-12883) +At time : 4.2011 ns Reaction : e_aq^-1 (-5416) + H3O^1 (-7285) -> H^0 (-12884) +At time : 4.2011 ns Reaction : e_aq^-1 (-4804) + e_aq^-1 (-4875) -> OH^-1 (-12885) + OH^-1 (-12886) + H_2^0 (-12887) +At time : 4.2011 ns Reaction : e_aq^-1 (-4409) + H^0 (-10888) -> OH^-1 (-12888) + H_2^0 (-12889) +At time : 4.3011 ns Reaction : OH^-1 (-12855) + H3O^1 (-8937) -> No product +At time : 4.3011 ns Reaction : OH^-1 (-12828) + H3O^1 (-8493) -> No product +At time : 4.3011 ns Reaction : H3O^1 (-10696) + OH^-1 (-12753) -> No product +At time : 4.3011 ns Reaction : OH^-1 (-12338) + H3O^1 (-6341) -> No product +At time : 4.3011 ns Reaction : °OH^0 (-12311) + °OH^0 (-7096) -> H2O2^0 (-12890) +At time : 4.3011 ns Reaction : e_aq^-1 (-1039) + H2O2^0 (-12210) -> OH^-1 (-12891) + °OH^0 (-12892) +At time : 4.3011 ns Reaction : °OH^0 (-11355) + °OH^0 (-10049) -> H2O2^0 (-12893) +At time : 4.3011 ns Reaction : H3O^1 (-11000) + e_aq^-1 (-1050) -> H^0 (-12894) +At time : 4.3011 ns Reaction : H^0 (-9150) + °OH^0 (-10605) -> No product +At time : 4.3011 ns Reaction : H3O^1 (-10287) + e_aq^-1 (-8476) -> H^0 (-12895) +At time : 4.3011 ns Reaction : H3O^1 (-9797) + e_aq^-1 (-2221) -> H^0 (-12896) +At time : 4.3011 ns Reaction : °OH^0 (-6542) + °OH^0 (-7658) -> H2O2^0 (-12897) +At time : 4.3011 ns Reaction : e_aq^-1 (-5034) + °OH^0 (-7158) -> OH^-1 (-12898) +At time : 4.3011 ns Reaction : °OH^0 (-6242) + °OH^0 (-6248) -> H2O2^0 (-12899) +At time : 4.3011 ns Reaction : e_aq^-1 (-4795) + e_aq^-1 (-1132) -> OH^-1 (-12900) + OH^-1 (-12901) + H_2^0 (-12902) +At time : 4.4011 ns Reaction : OH^-1 (-12751) + H3O^1 (-6787) -> No product +At time : 4.4011 ns Reaction : e_aq^-1 (-4263) + H^0 (-12265) -> OH^-1 (-12903) + H_2^0 (-12904) +At time : 4.4011 ns Reaction : e_aq^-1 (-5037) + H^0 (-12071) -> OH^-1 (-12905) + H_2^0 (-12906) +At time : 4.4011 ns Reaction : H2O2^0 (-11719) + e_aq^-1 (-8599) -> OH^-1 (-12907) + °OH^0 (-12908) +At time : 4.4011 ns Reaction : e_aq^-1 (-1238) + H2O2^0 (-11693) -> OH^-1 (-12909) + °OH^0 (-12910) +At time : 4.4011 ns Reaction : °OH^0 (-9680) + °OH^0 (-11209) -> H2O2^0 (-12911) +At time : 4.4011 ns Reaction : °OH^0 (-9569) + e_aq^-1 (-2914) -> OH^-1 (-12912) +At time : 4.4011 ns Reaction : °OH^0 (-6156) + °OH^0 (-8594) -> H2O2^0 (-12913) +At time : 4.4011 ns Reaction : e_aq^-1 (-4818) + H3O^1 (-7081) -> H^0 (-12914) +At time : 4.4011 ns Reaction : e_aq^-1 (-4027) + H3O^1 (-6705) -> H^0 (-12915) +At time : 4.4011 ns Reaction : OH^-1 (-12511) + H3O^1 (-6531) -> No product +At time : 4.5011 ns Reaction : OH^-1 (-12903) + H3O^1 (-10824) -> No product +At time : 4.5011 ns Reaction : e_aq^-1 (-3544) + H^0 (-12341) -> OH^-1 (-12916) + H_2^0 (-12917) +At time : 4.5011 ns Reaction : e_aq^-1 (-5565) + H2O2^0 (-11912) -> OH^-1 (-12918) + °OH^0 (-12919) +At time : 4.5011 ns Reaction : e_aq^-1 (-5184) + H2O2^0 (-11448) -> OH^-1 (-12920) + °OH^0 (-12921) +At time : 4.5011 ns Reaction : e_aq^-1 (-235) + H^0 (-11142) -> OH^-1 (-12922) + H_2^0 (-12923) +At time : 4.5011 ns Reaction : °OH^0 (-10458) + °OH^0 (-6160) -> H2O2^0 (-12924) +At time : 4.5011 ns Reaction : °OH^0 (-9941) + °OH^0 (-5994) -> H2O2^0 (-12925) +At time : 4.5011 ns Reaction : °OH^0 (-9532) + °OH^0 (-9525) -> H2O2^0 (-12926) +At time : 4.5011 ns Reaction : e_aq^-1 (-1351) + H^0 (-9430) -> OH^-1 (-12927) + H_2^0 (-12928) +At time : 4.5011 ns Reaction : e_aq^-1 (-3160) + °OH^0 (-8991) -> OH^-1 (-12929) +At time : 4.5011 ns Reaction : OH^-1 (-12891) + H3O^1 (-6159) -> No product +At time : 4.6011 ns Reaction : OH^-1 (-12860) + H3O^1 (-7061) -> No product +At time : 4.6011 ns Reaction : OH^-1 (-12802) + H3O^1 (-8285) -> No product +At time : 4.6011 ns Reaction : H^0 (-12794) + e_aq^-1 (-4161) -> OH^-1 (-12930) + H_2^0 (-12931) +At time : 4.6011 ns Reaction : H3O^1 (-7511) + OH^-1 (-12744) -> No product +At time : 4.6011 ns Reaction : e_aq^-1 (-3701) + H^0 (-12506) -> OH^-1 (-12932) + H_2^0 (-12933) +At time : 4.6011 ns Reaction : H^0 (-12454) + °OH^0 (-9576) -> No product +At time : 4.6011 ns Reaction : °OH^0 (-10574) + °OH^0 (-10776) -> H2O2^0 (-12934) +At time : 4.6011 ns Reaction : °OH^0 (-10687) + e_aq^-1 (-2959) -> OH^-1 (-12935) +At time : 4.6011 ns Reaction : °OH^0 (-10061) + °OH^0 (-9293) -> H2O2^0 (-12936) +At time : 4.6011 ns Reaction : H^0 (-9195) + e_aq^-1 (-3623) -> OH^-1 (-12937) + H_2^0 (-12938) +At time : 4.6011 ns Reaction : °OH^0 (-6184) + °OH^0 (-8432) -> H2O2^0 (-12939) +At time : 4.6011 ns Reaction : e_aq^-1 (-446) + °OH^0 (-8234) -> OH^-1 (-12940) +At time : 4.6011 ns Reaction : e_aq^-1 (-3527) + H3O^1 (-7693) -> H^0 (-12941) +At time : 4.6011 ns Reaction : °OH^0 (-7308) + °OH^0 (-7320) -> H2O2^0 (-12942) +At time : 4.6011 ns Reaction : e_aq^-1 (-4245) + °OH^0 (-5986) -> OH^-1 (-12943) +At time : 4.6011 ns Reaction : e_aq^-1 (-701) + e_aq^-1 (-5105) -> OH^-1 (-12944) + OH^-1 (-12945) + H_2^0 (-12946) +At time : 4.6011 ns Reaction : OH^-1 (-12918) + H3O^1 (-7383) -> No product +At time : 4.6011 ns Reaction : OH^-1 (-12806) + H3O^1 (-8091) -> No product +At time : 4.7011 ns Reaction : OH^-1 (-12929) + H3O^1 (-6281) -> No product +At time : 4.7011 ns Reaction : H3O^1 (-7143) + OH^-1 (-12907) -> No product +At time : 4.7011 ns Reaction : OH^-1 (-12824) + H3O^1 (-7561) -> No product +At time : 4.7011 ns Reaction : °OH^0 (-12807) + °OH^0 (-8082) -> H2O2^0 (-12947) +At time : 4.7011 ns Reaction : H3O^1 (-6465) + OH^-1 (-12690) -> No product +At time : 4.7011 ns Reaction : e_aq^-1 (-2482) + H2O2^0 (-12504) -> OH^-1 (-12948) + °OH^0 (-12949) +At time : 4.7011 ns Reaction : OH^-1 (-12390) + H3O^1 (-6483) -> No product +At time : 4.7011 ns Reaction : e_aq^-1 (-3822) + H2O2^0 (-12385) -> OH^-1 (-12950) + °OH^0 (-12951) +At time : 4.7011 ns Reaction : °OH^0 (-11373) + °OH^0 (-11253) -> H2O2^0 (-12952) +At time : 4.7011 ns Reaction : H^0 (-11218) + °OH^0 (-7860) -> No product +At time : 4.7011 ns Reaction : H3O^1 (-9780) + e_aq^-1 (-2373) -> H^0 (-12953) +At time : 4.7011 ns Reaction : e_aq^-1 (-642) + °OH^0 (-7468) -> OH^-1 (-12954) +At time : 4.7011 ns Reaction : e_aq^-1 (-2149) + H3O^1 (-6793) -> H^0 (-12955) +At time : 4.7011 ns Reaction : e_aq^-1 (-1384) + °OH^0 (-6988) -> OH^-1 (-12956) +At time : 4.8011 ns Reaction : H3O^1 (-11151) + OH^-1 (-12922) -> No product +At time : 4.8011 ns Reaction : °OH^0 (-9379) + °OH^0 (-12805) -> H2O2^0 (-12957) +At time : 4.8011 ns Reaction : H3O^1 (-6219) + OH^-1 (-12798) -> No product +At time : 4.8011 ns Reaction : H2O2^0 (-11622) + e_aq^-1 (-596) -> OH^-1 (-12958) + °OH^0 (-12959) +At time : 4.8011 ns Reaction : e_aq^-1 (-4426) + H2O2^0 (-11585) -> OH^-1 (-12960) + °OH^0 (-12961) +At time : 4.8011 ns Reaction : °OH^0 (-10923) + °OH^0 (-6944) -> H2O2^0 (-12962) +At time : 4.8011 ns Reaction : H^0 (-10842) + °OH^0 (-10863) -> No product +At time : 4.8011 ns Reaction : °OH^0 (-10547) + °OH^0 (-6822) -> H2O2^0 (-12963) +At time : 4.8011 ns Reaction : H3O^1 (-9718) + e_aq^-1 (-3861) -> H^0 (-12964) +At time : 4.8011 ns Reaction : e_aq^-1 (-5362) + H3O^1 (-8913) -> H^0 (-12965) +At time : 4.8011 ns Reaction : e_aq^-1 (-3738) + °OH^0 (-8549) -> OH^-1 (-12966) +At time : 4.8011 ns Reaction : e_aq^-1 (-5330) + °OH^0 (-7272) -> OH^-1 (-12967) +At time : 4.8011 ns Reaction : e_aq^-1 (-4693) + H3O^1 (-7015) -> H^0 (-12968) +At time : 4.9011 ns Reaction : OH^-1 (-12920) + H3O^1 (-7261) -> No product +At time : 4.9011 ns Reaction : H3O^1 (-10122) + OH^-1 (-12885) -> No product +At time : 4.9011 ns Reaction : H3O^1 (-6553) + OH^-1 (-12713) -> No product +At time : 4.9011 ns Reaction : OH^-1 (-12619) + H3O^1 (-8517) -> No product +At time : 4.9011 ns Reaction : OH^-1 (-12617) + H3O^1 (-7441) -> No product +At time : 4.9011 ns Reaction : H3O^1 (-6499) + OH^-1 (-12459) -> No product +At time : 4.9011 ns Reaction : e_aq^-1 (-5657) + H2O2^0 (-12439) -> OH^-1 (-12969) + °OH^0 (-12970) +At time : 4.9011 ns Reaction : H^0 (-10957) + °OH^0 (-8381) -> No product +At time : 4.9011 ns Reaction : H^0 (-10588) + e_aq^-1 (-3955) -> OH^-1 (-12971) + H_2^0 (-12972) +At time : 4.9011 ns Reaction : °OH^0 (-9972) + e_aq^-1 (-1522) -> OH^-1 (-12973) +At time : 4.9011 ns Reaction : e_aq^-1 (-3002) + H3O^1 (-9554) -> H^0 (-12974) +At time : 4.9011 ns Reaction : e_aq^-1 (-5350) + H3O^1 (-8235) -> H^0 (-12975) +At time : 5.0011 ns Reaction : H3O^1 (-6545) + OH^-1 (-12950) -> No product +At time : 5.0011 ns Reaction : OH^-1 (-12736) + H3O^1 (-8275) -> No product +At time : 5.0011 ns Reaction : H^0 (-11991) + H^0 (-12478) -> H_2^0 (-12976) +At time : 5.0011 ns Reaction : e_aq^-1 (-3722) + H^0 (-12436) -> OH^-1 (-12977) + H_2^0 (-12978) +At time : 5.0011 ns Reaction : e_aq^-1 (-990) + H2O2^0 (-11963) -> OH^-1 (-12979) + °OH^0 (-12980) +At time : 5.0011 ns Reaction : e_aq^-1 (-3696) + H^0 (-9606) -> OH^-1 (-12981) + H_2^0 (-12982) +At time : 5.0011 ns Reaction : °OH^0 (-7912) + H^0 (-9026) -> No product +At time : 5.0011 ns Reaction : e_aq^-1 (-290) + H3O^1 (-7413) -> H^0 (-12983) +At time : 5.0011 ns Reaction : e_aq^-1 (-3992) + H3O^1 (-5955) -> H^0 (-12984) +At time : 5.0011 ns Reaction : e_aq^-1 (-112) + e_aq^-1 (-5567) -> OH^-1 (-12985) + OH^-1 (-12986) + H_2^0 (-12987) +At time : 5.0011 ns Reaction : e_aq^-1 (-2129) + e_aq^-1 (-2133) -> OH^-1 (-12988) + OH^-1 (-12989) + H_2^0 (-12990) +At time : 5.0011 ns Reaction : H3O^1 (-11026) + OH^-1 (-12979) -> No product +At time : 5.1011 ns Reaction : OH^-1 (-12967) + H3O^1 (-7267) -> No product +At time : 5.1011 ns Reaction : OH^-1 (-12858) + H3O^1 (-8688) -> No product +At time : 5.1011 ns Reaction : H3O^1 (-6365) + OH^-1 (-12836) -> No product +At time : 5.1011 ns Reaction : OH^-1 (-12830) + H3O^1 (-8281) -> No product +At time : 5.1011 ns Reaction : OH^-1 (-12597) + H3O^1 (-6221) -> No product +At time : 5.1011 ns Reaction : H^0 (-12227) + °OH^0 (-8138) -> No product +At time : 5.1011 ns Reaction : H2O2^0 (-11801) + e_aq^-1 (-3073) -> OH^-1 (-12991) + °OH^0 (-12992) +At time : 5.1011 ns Reaction : e_aq^-1 (-3548) + H2O2^0 (-11750) -> OH^-1 (-12993) + °OH^0 (-12994) +At time : 5.1011 ns Reaction : e_aq^-1 (-5451) + °OH^0 (-11128) -> OH^-1 (-12995) +At time : 5.1011 ns Reaction : e_aq^-1 (-5403) + H3O^1 (-10369) -> H^0 (-12996) +At time : 5.1011 ns Reaction : e_aq^-1 (-5221) + H3O^1 (-7469) -> H^0 (-12997) +At time : 5.1011 ns Reaction : e_aq^-1 (-5643) + H3O^1 (-7347) -> H^0 (-12998) +At time : 5.1011 ns Reaction : e_aq^-1 (-2808) + H3O^1 (-6479) -> H^0 (-12999) +At time : 5.1011 ns Reaction : OH^-1 (-12734) + H3O^1 (-7855) -> No product +At time : 5.2011 ns Reaction : OH^-1 (-12956) + H3O^1 (-7557) -> No product +At time : 5.2011 ns Reaction : OH^-1 (-12905) + H3O^1 (-7111) -> No product +At time : 5.2011 ns Reaction : °OH^0 (-8789) + H^0 (-12896) -> No product +At time : 5.2011 ns Reaction : H2O2^0 (-11435) + e_aq^-1 (-3502) -> OH^-1 (-13000) + °OH^0 (-13001) +At time : 5.2011 ns Reaction : °OH^0 (-10836) + °OH^0 (-5793) -> H2O2^0 (-13002) +At time : 5.2011 ns Reaction : e_aq^-1 (-4393) + H^0 (-9436) -> OH^-1 (-13003) + H_2^0 (-13004) +At time : 5.2011 ns Reaction : e_aq^-1 (-2567) + H3O^1 (-8553) -> H^0 (-13005) +At time : 5.2011 ns Reaction : e_aq^-1 (-5109) + °OH^0 (-8118) -> OH^-1 (-13006) +At time : 5.3011 ns Reaction : OH^-1 (-12817) + H3O^1 (-7167) -> No product +At time : 5.3011 ns Reaction : OH^-1 (-12589) + H3O^1 (-6651) -> No product +At time : 5.3011 ns Reaction : e_aq^-1 (-5129) + H2O2^0 (-11623) -> OH^-1 (-13007) + °OH^0 (-13008) +At time : 5.3011 ns Reaction : H2O2^0 (-11593) + e_aq^-1 (-2309) -> OH^-1 (-13009) + °OH^0 (-13010) +At time : 5.3011 ns Reaction : H^0 (-10071) + °OH^0 (-8673) -> No product +At time : 5.3011 ns Reaction : °OH^0 (-6990) + e_aq^-1 (-8386) -> OH^-1 (-13011) +At time : 5.3011 ns Reaction : e_aq^-1 (-5656) + H3O^1 (-8331) -> H^0 (-13012) +At time : 5.3011 ns Reaction : e_aq^-1 (-104) + H3O^1 (-8311) -> H^0 (-13013) +At time : 5.3011 ns Reaction : e_aq^-1 (-3457) + H3O^1 (-7679) -> H^0 (-13014) +At time : 5.3011 ns Reaction : e_aq^-1 (-1193) + °OH^0 (-7024) -> OH^-1 (-13015) +At time : 5.3011 ns Reaction : e_aq^-1 (-2647) + H3O^1 (-6509) -> H^0 (-13016) +At time : 5.3011 ns Reaction : e_aq^-1 (-3524) + H3O^1 (-6255) -> H^0 (-13017) +At time : 5.4011 ns Reaction : H3O^1 (-6163) + OH^-1 (-12909) -> No product +At time : 5.4011 ns Reaction : H^0 (-12067) + °OH^0 (-7494) -> No product +At time : 5.4011 ns Reaction : H^0 (-10535) + °OH^0 (-5870) -> No product +At time : 5.4011 ns Reaction : H3O^1 (-10247) + e_aq^-1 (-5393) -> H^0 (-13018) +At time : 5.4011 ns Reaction : e_aq^-1 (-4744) + H3O^1 (-10048) -> H^0 (-13019) +At time : 5.4011 ns Reaction : e_aq^-1 (-3635) + °OH^0 (-9555) -> OH^-1 (-13020) +At time : 5.4011 ns Reaction : °OH^0 (-9445) + e_aq^-1 (-3448) -> OH^-1 (-13021) +At time : 5.4011 ns Reaction : °OH^0 (-7558) + °OH^0 (-9045) -> H2O2^0 (-13022) +At time : 5.4011 ns Reaction : e_aq^-1 (-5193) + H3O^1 (-7209) -> H^0 (-13023) +At time : 5.4011 ns Reaction : OH^-1 (-12864) + H3O^1 (-8856) -> No product +At time : 5.5011 ns Reaction : OH^-1 (-12995) + H3O^1 (-6125) -> No product +At time : 5.5011 ns Reaction : H^0 (-9723) + H^0 (-12964) -> H_2^0 (-13024) +At time : 5.5011 ns Reaction : e_aq^-1 (-4717) + H2O2^0 (-12825) -> OH^-1 (-13025) + °OH^0 (-13026) +At time : 5.5011 ns Reaction : OH^-1 (-12735) + H3O^1 (-7401) -> No product +At time : 5.5011 ns Reaction : OH^-1 (-12671) + H3O^1 (-7541) -> No product +At time : 5.5011 ns Reaction : °OH^0 (-11096) + °OH^0 (-7250) -> H2O2^0 (-13027) +At time : 5.5011 ns Reaction : °OH^0 (-11083) + H^0 (-9076) -> No product +At time : 5.5011 ns Reaction : e_aq^-1 (-2735) + H3O^1 (-10713) -> H^0 (-13028) +At time : 5.5011 ns Reaction : H^0 (-10505) + e_aq^-1 (-4469) -> OH^-1 (-13029) + H_2^0 (-13030) +At time : 5.5011 ns Reaction : e_aq^-1 (-1683) + °OH^0 (-9266) -> OH^-1 (-13031) +At time : 5.6011 ns Reaction : e_aq^-1 (-1119) + H2O2^0 (-12924) -> OH^-1 (-13032) + °OH^0 (-13033) +At time : 5.6011 ns Reaction : e_aq^-1 (-4887) + °OH^0 (-12892) -> OH^-1 (-13034) +At time : 5.6011 ns Reaction : OH^-1 (-12845) + H3O^1 (-6749) -> No product +At time : 5.6011 ns Reaction : e_aq^-1 (-5654) + H2O2^0 (-11507) -> OH^-1 (-13035) + °OH^0 (-13036) +At time : 5.6011 ns Reaction : e_aq^-1 (-1188) + e_aq^-1 (-8845) -> OH^-1 (-13037) + OH^-1 (-13038) + H_2^0 (-13039) +At time : 5.6011 ns Reaction : e_aq^-1 (-4059) + H3O^1 (-6727) -> H^0 (-13040) +At time : 5.6011 ns Reaction : H3O^1 (-10096) + OH^-1 (-13032) -> No product +At time : 5.6011 ns Reaction : H^0 (-10337) + °OH^0 (-11270) -> No product +At time : 5.6011 ns Reaction : H^0 (-9676) + e_aq^-1 (-3765) -> OH^-1 (-13041) + H_2^0 (-13042) +At time : 5.7011 ns Reaction : H2O2^0 (-11990) + e_aq^-1 (-5242) -> OH^-1 (-13043) + °OH^0 (-13044) +At time : 5.7011 ns Reaction : H3O^1 (-7385) + OH^-1 (-11936) -> No product +At time : 5.7011 ns Reaction : H^0 (-10364) + °OH^0 (-8232) -> No product +At time : 5.7011 ns Reaction : °OH^0 (-9883) + °OH^0 (-6810) -> H2O2^0 (-13045) +At time : 5.7011 ns Reaction : e_aq^-1 (-2962) + H3O^1 (-8736) -> H^0 (-13046) +At time : 5.7011 ns Reaction : e_aq^-1 (-5288) + H3O^1 (-7259) -> H^0 (-13047) +At time : 5.7011 ns Reaction : OH^-1 (-12707) + H3O^1 (-7069) -> No product +At time : 5.7011 ns Reaction : H3O^1 (-11385) + OH^-1 (-12598) -> No product +At time : 5.7011 ns Reaction : e_aq^-1 (-4931) + °OH^0 (-6046) -> OH^-1 (-13048) +At time : 5.8011 ns Reaction : H3O^1 (-10826) + OH^-1 (-12663) -> No product +At time : 5.8011 ns Reaction : e_aq^-1 (-5207) + H^0 (-12632) -> OH^-1 (-13049) + H_2^0 (-13050) +At time : 5.8011 ns Reaction : OH^-1 (-12531) + H3O^1 (-9737) -> No product +At time : 5.8011 ns Reaction : H3O^1 (-10969) + e_aq^-1 (-1247) -> H^0 (-13051) +At time : 5.8011 ns Reaction : H^0 (-10630) + e_aq^-1 (-3295) -> OH^-1 (-13052) + H_2^0 (-13053) +At time : 5.8011 ns Reaction : °OH^0 (-10576) + e_aq^-1 (-4005) -> OH^-1 (-13054) +At time : 5.8011 ns Reaction : °OH^0 (-9798) + H^0 (-9012) -> No product +At time : 5.8011 ns Reaction : H3O^1 (-9787) + e_aq^-1 (-2240) -> H^0 (-13055) +At time : 5.8011 ns Reaction : H3O^1 (-9599) + e_aq^-1 (-2768) -> H^0 (-13056) +At time : 5.8011 ns Reaction : °OH^0 (-6066) + °OH^0 (-8888) -> H2O2^0 (-13057) +At time : 5.8011 ns Reaction : e_aq^-1 (-41) + H3O^1 (-8315) -> H^0 (-13058) +At time : 5.8011 ns Reaction : e_aq^-1 (-4784) + H3O^1 (-8021) -> H^0 (-13059) +At time : 5.8011 ns Reaction : OH^-1 (-5810) + H3O^1 (-7341) -> No product +At time : 5.9011 ns Reaction : OH^-1 (-13054) + H3O^1 (-7845) -> No product +At time : 5.9011 ns Reaction : OH^-1 (-12732) + H3O^1 (-9735) -> No product +At time : 5.9011 ns Reaction : H3O^1 (-11145) + OH^-1 (-12705) -> No product +At time : 5.9011 ns Reaction : e_aq^-1 (-418) + H^0 (-11134) -> OH^-1 (-13060) + H_2^0 (-13061) +At time : 5.9011 ns Reaction : °OH^0 (-10554) + e_aq^-1 (-4183) -> OH^-1 (-13062) +At time : 5.9011 ns Reaction : e_aq^-1 (-4072) + °OH^0 (-8969) -> OH^-1 (-13063) +At time : 5.9011 ns Reaction : e_aq^-1 (-4600) + H3O^1 (-6973) -> H^0 (-13064) +At time : 5.9011 ns Reaction : e_aq^-1 (-2380) + e_aq^-1 (-3898) -> OH^-1 (-13065) + OH^-1 (-13066) + H_2^0 (-13067) +At time : 5.9011 ns Reaction : H3O^1 (-6197) + OH^-1 (-13062) -> No product +At time : 6.0011 ns Reaction : OH^-1 (-13063) + H3O^1 (-6731) -> No product +At time : 6.0011 ns Reaction : OH^-1 (-13025) + H3O^1 (-7055) -> No product +At time : 6.0011 ns Reaction : H^0 (-12838) + H^0 (-12388) -> H_2^0 (-13068) +At time : 6.0011 ns Reaction : °OH^0 (-6432) + H^0 (-12243) -> No product +At time : 6.0011 ns Reaction : H3O^1 (-9866) + e_aq^-1 (-1930) -> H^0 (-13069) +At time : 6.0011 ns Reaction : e_aq^-1 (-1408) + H3O^1 (-8841) -> H^0 (-13070) +At time : 6.0011 ns Reaction : °OH^0 (-6662) + °OH^0 (-7830) -> H2O2^0 (-13071) +At time : 6.0011 ns Reaction : e_aq^-1 (-2576) + H3O^1 (-6567) -> H^0 (-13072) +At time : 6.1011 ns Reaction : H3O^1 (-10228) + OH^-1 (-12954) -> No product +At time : 6.1011 ns Reaction : H^0 (-11322) + °OH^0 (-7824) -> No product +At time : 6.1011 ns Reaction : °OH^0 (-11020) + e_aq^-1 (-865) -> OH^-1 (-13073) +At time : 6.1011 ns Reaction : °OH^0 (-10921) + °OH^0 (-7944) -> H2O2^0 (-13074) +At time : 6.1011 ns Reaction : °OH^0 (-9588) + °OH^0 (-10680) -> H2O2^0 (-13075) +At time : 6.1011 ns Reaction : e_aq^-1 (-2452) + °OH^0 (-9736) -> OH^-1 (-13076) +At time : 6.1011 ns Reaction : H^0 (-9416) + °OH^0 (-7510) -> No product +At time : 6.1011 ns Reaction : e_aq^-1 (-4722) + H3O^1 (-8670) -> H^0 (-13077) +At time : 6.2011 ns Reaction : OH^-1 (-13034) + H3O^1 (-10112) -> No product +At time : 6.2011 ns Reaction : °OH^0 (-12801) + °OH^0 (-9660) -> H2O2^0 (-13078) +At time : 6.2011 ns Reaction : OH^-1 (-12456) + H3O^1 (-6689) -> No product +At time : 6.2011 ns Reaction : e_aq^-1 (-4545) + H2O2^0 (-12371) -> OH^-1 (-13079) + °OH^0 (-13080) +At time : 6.2011 ns Reaction : e_aq^-1 (-96) + H2O2^0 (-11747) -> OH^-1 (-13081) + °OH^0 (-13082) +At time : 6.2011 ns Reaction : e_aq^-1 (-4578) + H2O2^0 (-11555) -> OH^-1 (-13083) + °OH^0 (-13084) +At time : 6.2011 ns Reaction : H^0 (-9734) + °OH^0 (-10598) -> No product +At time : 6.2011 ns Reaction : H^0 (-10571) + e_aq^-1 (-2283) -> OH^-1 (-13085) + H_2^0 (-13086) +At time : 6.2011 ns Reaction : e_aq^-1 (-2479) + H3O^1 (-6635) -> H^0 (-13087) +At time : 6.2011 ns Reaction : e_aq^-1 (-5521) + H3O^1 (-6127) -> H^0 (-13088) +At time : 6.3011 ns Reaction : OH^-1 (-13031) + H3O^1 (-6003) -> No product +At time : 6.3011 ns Reaction : H^0 (-12997) + °OH^0 (-7460) -> No product +At time : 6.3011 ns Reaction : OH^-1 (-12977) + H3O^1 (-6477) -> No product +At time : 6.3011 ns Reaction : e_aq^-1 (-5561) + °OH^0 (-12919) -> OH^-1 (-13089) +At time : 6.3011 ns Reaction : OH^-1 (-12593) + H3O^1 (-7735) -> No product +At time : 6.3011 ns Reaction : H3O^1 (-6875) + OH^-1 (-12565) -> No product +At time : 6.3011 ns Reaction : OH^-1 (-12373) + H3O^1 (-11272) -> No product +At time : 6.3011 ns Reaction : H^0 (-11975) + e_aq^-1 (-3523) -> OH^-1 (-13090) + H_2^0 (-13091) +At time : 6.3011 ns Reaction : H3O^1 (-11357) + e_aq^-1 (-1046) -> H^0 (-13092) +At time : 6.3011 ns Reaction : e_aq^-1 (-2278) + °OH^0 (-10771) -> OH^-1 (-13093) +At time : 6.3011 ns Reaction : e_aq^-1 (-4541) + °OH^0 (-9051) -> OH^-1 (-13094) +At time : 6.3011 ns Reaction : e_aq^-1 (-679) + H3O^1 (-7215) -> H^0 (-13095) +At time : 6.3011 ns Reaction : °OH^0 (-6704) + °OH^0 (-6710) -> H2O2^0 (-13096) +At time : 6.4011 ns Reaction : OH^-1 (-13094) + H3O^1 (-7569) -> No product +At time : 6.4011 ns Reaction : OH^-1 (-13015) + H3O^1 (-7011) -> No product +At time : 6.4011 ns Reaction : °OH^0 (-10586) + H^0 (-9232) -> No product +At time : 6.4011 ns Reaction : °OH^0 (-7500) + H^0 (-9064) -> No product +At time : 6.5011 ns Reaction : OH^-1 (-12935) + H3O^1 (-6405) -> No product +At time : 6.5011 ns Reaction : e_aq^-1 (-4920) + H^0 (-12914) -> OH^-1 (-13097) + H_2^0 (-13098) +At time : 6.5011 ns Reaction : e_aq^-1 (-3456) + H2O2^0 (-11998) -> OH^-1 (-13099) + °OH^0 (-13100) +At time : 6.5011 ns Reaction : H^0 (-11130) + °OH^0 (-8250) -> No product +At time : 6.5011 ns Reaction : H3O^1 (-11004) + e_aq^-1 (-4963) -> H^0 (-13101) +At time : 6.5011 ns Reaction : e_aq^-1 (-4498) + H3O^1 (-7949) -> H^0 (-13102) +At time : 6.5011 ns Reaction : e_aq^-1 (-4232) + °OH^0 (-7906) -> OH^-1 (-13103) +At time : 6.5011 ns Reaction : e_aq^-1 (-2170) + H3O^1 (-6785) -> H^0 (-13104) +At time : 6.5011 ns Reaction : °OH^0 (-7082) + e_aq^-1 (-8863) -> OH^-1 (-13105) +At time : 6.6011 ns Reaction : H3O^1 (-10464) + OH^-1 (-13037) -> No product +At time : 6.6011 ns Reaction : e_aq^-1 (-4207) + °OH^0 (-12774) -> OH^-1 (-13106) +At time : 6.6011 ns Reaction : H3O^1 (-9500) + OH^-1 (-12519) -> No product +At time : 6.6011 ns Reaction : H^0 (-12304) + °OH^0 (-8290) -> No product +At time : 6.6011 ns Reaction : °OH^0 (-10191) + e_aq^-1 (-8605) -> OH^-1 (-13107) +At time : 6.6011 ns Reaction : e_aq^-1 (-4158) + H^0 (-9020) -> OH^-1 (-13108) + H_2^0 (-13109) +At time : 6.6011 ns Reaction : e_aq^-1 (-591) + H3O^1 (-8646) -> H^0 (-13110) +At time : 6.6011 ns Reaction : e_aq^-1 (-5399) + H3O^1 (-8229) -> H^0 (-13111) +At time : 6.6011 ns Reaction : e_aq^-1 (-5408) + e_aq^-1 (-5472) -> OH^-1 (-13112) + OH^-1 (-13113) + H_2^0 (-13114) +At time : 6.6011 ns Reaction : e_aq^-1 (-4284) + e_aq^-1 (-4317) -> OH^-1 (-13115) + OH^-1 (-13116) + H_2^0 (-13117) +At time : 6.6011 ns Reaction : e_aq^-1 (-3673) + e_aq^-1 (-2919) -> OH^-1 (-13118) + OH^-1 (-13119) + H_2^0 (-13120) +At time : 6.7011 ns Reaction : e_aq^-1 (-5706) + °OH^0 (-13082) -> OH^-1 (-13121) +At time : 6.7011 ns Reaction : OH^-1 (-13011) + H3O^1 (-6985) -> No product +At time : 6.7011 ns Reaction : e_aq^-1 (-1397) + H^0 (-12066) -> OH^-1 (-13122) + H_2^0 (-13123) +At time : 6.7011 ns Reaction : e_aq^-1 (-4415) + H3O^1 (-10885) -> H^0 (-13124) +At time : 6.7011 ns Reaction : H3O^1 (-10770) + e_aq^-1 (-4080) -> H^0 (-13125) +At time : 6.7011 ns Reaction : H^0 (-9944) + e_aq^-1 (-4325) -> OH^-1 (-13126) + H_2^0 (-13127) +At time : 6.7011 ns Reaction : e_aq^-1 (-1859) + °OH^0 (-9911) -> OH^-1 (-13128) +At time : 6.7011 ns Reaction : °OH^0 (-9652) + °OH^0 (-6502) -> H2O2^0 (-13129) +At time : 6.7011 ns Reaction : °OH^0 (-6900) + °OH^0 (-8690) -> H2O2^0 (-13130) +At time : 6.8011 ns Reaction : H2O2^0 (-13096) + e_aq^-1 (-4033) -> OH^-1 (-13131) + °OH^0 (-13132) +At time : 6.8011 ns Reaction : OH^-1 (-13065) + H3O^1 (-6629) -> No product +At time : 6.8011 ns Reaction : e_aq^-1 (-5699) + H2O2^0 (-12957) -> OH^-1 (-13133) + °OH^0 (-13134) +At time : 6.8011 ns Reaction : H3O^1 (-9706) + OH^-1 (-12766) -> No product +At time : 6.8011 ns Reaction : OH^-1 (-12729) + H3O^1 (-6855) -> No product +At time : 6.8011 ns Reaction : H2O2^0 (-12516) + e_aq^-1 (-2312) -> OH^-1 (-13135) + °OH^0 (-13136) +At time : 6.8011 ns Reaction : e_aq^-1 (-4900) + H3O^1 (-11247) -> H^0 (-13137) +At time : 6.8011 ns Reaction : H^0 (-10800) + °OH^0 (-8357) -> No product +At time : 6.8011 ns Reaction : °OH^0 (-8492) + H^0 (-8950) -> No product +At time : 6.8011 ns Reaction : e_aq^-1 (-2849) + H3O^1 (-8766) -> H^0 (-13138) +At time : 6.8011 ns Reaction : e_aq^-1 (-3950) + H3O^1 (-6673) -> H^0 (-13139) +At time : 6.8011 ns Reaction : e_aq^-1 (-4781) + °OH^0 (-5739) -> OH^-1 (-13140) +At time : 6.8011 ns Reaction : e_aq^-1 (-4566) + °OH^0 (-9428) -> OH^-1 (-13141) +At time : 6.9011 ns Reaction : OH^-1 (-13083) + H3O^1 (-6175) -> No product +At time : 6.9011 ns Reaction : °OH^0 (-12970) + °OH^0 (-8417) -> H2O2^0 (-13142) +At time : 6.9011 ns Reaction : OH^-1 (-12958) + H3O^1 (-8895) -> No product +At time : 6.9011 ns Reaction : OH^-1 (-12814) + H3O^1 (-8205) -> No product +At time : 6.9011 ns Reaction : H3O^1 (-10474) + OH^-1 (-12771) -> No product +At time : 6.9011 ns Reaction : H^0 (-9390) + °OH^0 (-12263) -> No product +At time : 6.9011 ns Reaction : H3O^1 (-9720) + OH^-1 (-11848) -> No product +At time : 6.9011 ns Reaction : e_aq^-1 (-195) + H^0 (-11766) -> OH^-1 (-13143) + H_2^0 (-13144) +At time : 6.9011 ns Reaction : H3O^1 (-11169) + e_aq^-1 (-5579) -> H^0 (-13145) +At time : 6.9011 ns Reaction : °OH^0 (-10735) + °OH^0 (-6596) -> H2O2^0 (-13146) +At time : 6.9011 ns Reaction : e_aq^-1 (-912) + H3O^1 (-7099) -> H^0 (-13147) +At time : 6.9011 ns Reaction : °OH^0 (-5763) + °OH^0 (-6724) -> H2O2^0 (-13148) +At time : 7.0011 ns Reaction : H^0 (-13104) + e_aq^-1 (-4105) -> OH^-1 (-13149) + H_2^0 (-13150) +At time : 7.0011 ns Reaction : H3O^1 (-9626) + OH^-1 (-12966) -> No product +At time : 7.0011 ns Reaction : OH^-1 (-12912) + H3O^1 (-9568) -> No product +At time : 7.0011 ns Reaction : OH^-1 (-12876) + H3O^1 (-8559) -> No product +At time : 7.0011 ns Reaction : OH^-1 (-12815) + H3O^1 (-10907) -> No product +At time : 7.0011 ns Reaction : H3O^1 (-6089) + OH^-1 (-12696) -> No product +At time : 7.0011 ns Reaction : e_aq^-1 (-218) + H2O2^0 (-12251) -> OH^-1 (-13151) + °OH^0 (-13152) +At time : 7.0011 ns Reaction : H^0 (-11144) + e_aq^-1 (-5515) -> OH^-1 (-13153) + H_2^0 (-13154) +At time : 7.0011 ns Reaction : H^0 (-11090) + °OH^0 (-7246) -> No product +At time : 7.0011 ns Reaction : e_aq^-1 (-4771) + H3O^1 (-8388) -> H^0 (-13155) +At time : 7.0011 ns Reaction : e_aq^-1 (-4153) + H3O^1 (-7879) -> H^0 (-13156) +At time : 7.0011 ns Reaction : e_aq^-1 (-1893) + H3O^1 (-6829) -> H^0 (-13157) +At time : 7.1011 ns Reaction : H3O^1 (-9229) + OH^-1 (-13076) -> No product +At time : 7.1011 ns Reaction : OH^-1 (-12850) + H3O^1 (-6757) -> No product +At time : 7.1011 ns Reaction : OH^-1 (-12800) + H3O^1 (-8343) -> No product +At time : 7.1011 ns Reaction : e_aq^-1 (-4278) + H2O2^0 (-11702) -> OH^-1 (-13158) + °OH^0 (-13159) +At time : 7.1011 ns Reaction : H^0 (-10900) + e_aq^-1 (-4367) -> OH^-1 (-13160) + H_2^0 (-13161) +At time : 7.1011 ns Reaction : H^0 (-10521) + H^0 (-10892) -> H_2^0 (-13162) +At time : 7.1011 ns Reaction : H^0 (-10025) + e_aq^-1 (-4524) -> OH^-1 (-13163) + H_2^0 (-13164) +At time : 7.1011 ns Reaction : H^0 (-9952) + e_aq^-1 (-4462) -> OH^-1 (-13165) + H_2^0 (-13166) +At time : 7.1011 ns Reaction : °OH^0 (-6310) + °OH^0 (-7718) -> H2O2^0 (-13167) +At time : 7.1011 ns Reaction : e_aq^-1 (-4443) + °OH^0 (-7586) -> OH^-1 (-13168) +At time : 7.1011 ns Reaction : e_aq^-1 (-5666) + e_aq^-1 (-5608) -> OH^-1 (-13169) + OH^-1 (-13170) + H_2^0 (-13171) +At time : 7.1011 ns Reaction : OH^-1 (-12576) + H3O^1 (-6923) -> No product +At time : 7.2011 ns Reaction : OH^-1 (-12786) + H3O^1 (-8565) -> No product +At time : 7.2011 ns Reaction : H^0 (-11029) + e_aq^-1 (-1026) -> OH^-1 (-13172) + H_2^0 (-13173) +At time : 7.2011 ns Reaction : e_aq^-1 (-4049) + H^0 (-9808) -> OH^-1 (-13174) + H_2^0 (-13175) +At time : 7.2011 ns Reaction : H3O^1 (-9167) + e_aq^-1 (-3540) -> H^0 (-13176) +At time : 7.2011 ns Reaction : °OH^0 (-7918) + H^0 (-9024) -> No product +At time : 7.2011 ns Reaction : e_aq^-1 (-81) + °OH^0 (-8622) -> OH^-1 (-13177) +At time : 7.2011 ns Reaction : e_aq^-1 (-364) + °OH^0 (-7436) -> OH^-1 (-13178) +At time : 7.2011 ns Reaction : e_aq^-1 (-5674) + °OH^0 (-6110) -> OH^-1 (-13179) +At time : 7.2011 ns Reaction : e_aq^-1 (-4874) + H3O^1 (-6043) -> H^0 (-13180) +At time : 7.3011 ns Reaction : OH^-1 (-12886) + H3O^1 (-7073) -> No product +At time : 7.3011 ns Reaction : °OH^0 (-10856) + H^0 (-12880) -> No product +At time : 7.3011 ns Reaction : e_aq^-1 (-4170) + H2O2^0 (-12056) -> OH^-1 (-13181) + °OH^0 (-13182) +At time : 7.3011 ns Reaction : H^0 (-10873) + e_aq^-1 (-4234) -> OH^-1 (-13183) + H_2^0 (-13184) +At time : 7.3011 ns Reaction : e_aq^-1 (-5073) + H3O^1 (-7185) -> H^0 (-13185) +At time : 7.3011 ns Reaction : e_aq^-1 (-841) + e_aq^-1 (-4952) -> OH^-1 (-13186) + OH^-1 (-13187) + H_2^0 (-13188) +At time : 7.3011 ns Reaction : H3O^1 (-6115) + OH^-1 (-12969) -> No product +At time : 7.4011 ns Reaction : H3O^1 (-10950) + OH^-1 (-13141) -> No product +At time : 7.4011 ns Reaction : H^0 (-13092) + e_aq^-1 (-4799) -> OH^-1 (-13189) + H_2^0 (-13190) +At time : 7.4011 ns Reaction : H3O^1 (-11187) + OH^-1 (-13081) -> No product +At time : 7.4011 ns Reaction : H3O^1 (-11103) + OH^-1 (-12616) -> No product +At time : 7.4011 ns Reaction : H^0 (-11041) + °OH^0 (-8453) -> No product +At time : 7.4011 ns Reaction : e_aq^-1 (-4622) + H3O^1 (-8003) -> H^0 (-13191) +At time : 7.4011 ns Reaction : e_aq^-1 (-359) + °OH^0 (-7440) -> OH^-1 (-13192) +At time : 7.5011 ns Reaction : H3O^1 (-8391) + OH^-1 (-13097) -> No product +At time : 7.5011 ns Reaction : OH^-1 (-13079) + H3O^1 (-8682) -> No product +At time : 7.5011 ns Reaction : OH^-1 (-12986) + H3O^1 (-7333) -> No product +At time : 7.5011 ns Reaction : OH^-1 (-12681) + H3O^1 (-8179) -> No product +At time : 7.5011 ns Reaction : e_aq^-1 (-241) + H^0 (-11924) -> OH^-1 (-13193) + H_2^0 (-13194) +At time : 7.5011 ns Reaction : H^0 (-10988) + °OH^0 (-9415) -> No product +At time : 7.5011 ns Reaction : H^0 (-9174) + e_aq^-1 (-3184) -> OH^-1 (-13195) + H_2^0 (-13196) +At time : 7.5011 ns Reaction : °OH^0 (-7446) + H^0 (-9078) -> No product +At time : 7.5011 ns Reaction : °OH^0 (-6448) + °OH^0 (-8761) -> H2O2^0 (-13197) +At time : 7.6011 ns Reaction : OH^-1 (-13122) + H3O^1 (-6957) -> No product +At time : 7.6011 ns Reaction : OH^-1 (-12846) + H3O^1 (-5969) -> No product +At time : 7.6011 ns Reaction : H^0 (-12686) + e_aq^-1 (-4629) -> OH^-1 (-13198) + H_2^0 (-13199) +At time : 7.6011 ns Reaction : e_aq^-1 (-3718) + H3O^1 (-9603) -> H^0 (-13200) +At time : 7.6011 ns Reaction : e_aq^-1 (-3141) + °OH^0 (-6294) -> OH^-1 (-13201) +At time : 7.6011 ns Reaction : e_aq^-1 (-4677) + °OH^0 (-6164) -> OH^-1 (-13202) +At time : 7.7011 ns Reaction : H2O2^0 (-13027) + e_aq^-1 (-8404) -> OH^-1 (-13203) + °OH^0 (-13204) +At time : 7.7011 ns Reaction : H3O^1 (-7893) + OH^-1 (-12015) -> No product +At time : 7.7011 ns Reaction : e_aq^-1 (-5464) + H3O^1 (-7427) -> H^0 (-13205) +At time : 7.7011 ns Reaction : e_aq^-1 (-2728) + e_aq^-1 (-3726) -> OH^-1 (-13206) + OH^-1 (-13207) + H_2^0 (-13208) +At time : 7.8011 ns Reaction : H3O^1 (-9799) + OH^-1 (-13131) -> No product +At time : 7.8011 ns Reaction : OH^-1 (-12981) + H3O^1 (-6429) -> No product +At time : 7.8011 ns Reaction : OH^-1 (-12898) + H3O^1 (-7153) -> No product +At time : 7.8011 ns Reaction : e_aq^-1 (-4517) + H2O2^0 (-12122) -> OH^-1 (-13209) + °OH^0 (-13210) +At time : 7.8011 ns Reaction : H2O2^0 (-11781) + e_aq^-1 (-8932) -> OH^-1 (-13211) + °OH^0 (-13212) +At time : 7.8011 ns Reaction : H^0 (-10491) + H^0 (-10045) -> H_2^0 (-13213) +At time : 7.8011 ns Reaction : e_aq^-1 (-27) + H3O^1 (-10300) -> H^0 (-13214) +At time : 7.8011 ns Reaction : e_aq^-1 (-4848) + °OH^0 (-9421) -> OH^-1 (-13215) +At time : 7.8011 ns Reaction : e_aq^-1 (-2511) + H3O^1 (-7821) -> H^0 (-13216) +At time : 7.8011 ns Reaction : e_aq^-1 (-3878) + H3O^1 (-6627) -> H^0 (-13217) +At time : 7.8011 ns Reaction : e_aq^-1 (-3840) + H3O^1 (-6595) -> H^0 (-13218) +At time : 7.8011 ns Reaction : e_aq^-1 (-2582) + e_aq^-1 (-2587) -> OH^-1 (-13219) + OH^-1 (-13220) + H_2^0 (-13221) +At time : 7.9011 ns Reaction : °OH^0 (-13008) + °OH^0 (-12829) -> H2O2^0 (-13222) +At time : 7.9011 ns Reaction : H3O^1 (-9957) + OH^-1 (-12749) -> No product +At time : 7.9011 ns Reaction : e_aq^-1 (-3751) + H^0 (-12709) -> OH^-1 (-13223) + H_2^0 (-13224) +At time : 7.9011 ns Reaction : e_aq^-1 (-229) + H3O^1 (-11149) -> H^0 (-13225) +At time : 7.9011 ns Reaction : e_aq^-1 (-3811) + H^0 (-9715) -> OH^-1 (-13226) + H_2^0 (-13227) +At time : 7.9011 ns Reaction : e_aq^-1 (-2447) + H3O^1 (-7643) -> H^0 (-13228) +At time : 7.9011 ns Reaction : e_aq^-1 (-4597) + °OH^0 (-7986) -> OH^-1 (-13229) +At time : 8.0011 ns Reaction : H3O^1 (-11389) + OH^-1 (-13178) -> No product +At time : 8.0011 ns Reaction : H^0 (-9954) + H^0 (-12546) -> H_2^0 (-13230) +At time : 8.0011 ns Reaction : H^0 (-11377) + °OH^0 (-7182) -> No product +At time : 8.0011 ns Reaction : °OH^0 (-10462) + e_aq^-1 (-4943) -> OH^-1 (-13231) +At time : 8.0011 ns Reaction : H^0 (-9217) + °OH^0 (-6520) -> No product +At time : 8.0011 ns Reaction : e_aq^-1 (-5406) + H3O^1 (-8249) -> H^0 (-13232) +At time : 8.1011 ns Reaction : OH^-1 (-13186) + H3O^1 (-7133) -> No product +At time : 8.1011 ns Reaction : OH^-1 (-13119) + H3O^1 (-7753) -> No product +At time : 8.1011 ns Reaction : H3O^1 (-6065) + OH^-1 (-13107) -> No product +At time : 8.1011 ns Reaction : H3O^1 (-10190) + OH^-1 (-13043) -> No product +At time : 8.1011 ns Reaction : H3O^1 (-10652) + OH^-1 (-12430) -> No product +At time : 8.1011 ns Reaction : °OH^0 (-7746) + °OH^0 (-8753) -> H2O2^0 (-13233) +At time : 8.1011 ns Reaction : °OH^0 (-6352) + e_aq^-1 (-8722) -> OH^-1 (-13234) +At time : 8.2011 ns Reaction : H3O^1 (-10835) + OH^-1 (-13181) -> No product +At time : 8.2011 ns Reaction : e_aq^-1 (-4213) + H2O2^0 (-13045) -> OH^-1 (-13235) + °OH^0 (-13236) +At time : 8.2011 ns Reaction : H^0 (-12819) + e_aq^-1 (-1047) -> OH^-1 (-13237) + H_2^0 (-13238) +At time : 8.2011 ns Reaction : H3O^1 (-9988) + e_aq^-1 (-4485) -> H^0 (-13239) +At time : 8.2011 ns Reaction : e_aq^-1 (-5247) + H3O^1 (-8191) -> H^0 (-13240) +At time : 8.2011 ns Reaction : °OH^0 (-6074) + °OH^0 (-8150) -> H2O2^0 (-13241) +At time : 8.2011 ns Reaction : e_aq^-1 (-2080) + H3O^1 (-6799) -> H^0 (-13242) +At time : 8.3011 ns Reaction : OH^-1 (-13234) + H3O^1 (-8727) -> No product +At time : 8.3011 ns Reaction : OH^-1 (-13105) + H3O^1 (-8337) -> No product +At time : 8.3011 ns Reaction : OH^-1 (-13049) + H3O^1 (-6141) -> No product +At time : 8.3011 ns Reaction : e_aq^-1 (-4552) + H2O2^0 (-12939) -> OH^-1 (-13243) + °OH^0 (-13244) +At time : 8.3011 ns Reaction : H3O^1 (-7639) + OH^-1 (-12457) -> No product +At time : 8.3011 ns Reaction : e_aq^-1 (-3927) + °OH^0 (-9732) -> OH^-1 (-13245) +At time : 8.3011 ns Reaction : °OH^0 (-7076) + °OH^0 (-8048) -> H2O2^0 (-13246) +At time : 8.3011 ns Reaction : e_aq^-1 (-3752) + °OH^0 (-7772) -> OH^-1 (-13247) +At time : 8.3011 ns Reaction : e_aq^-1 (-3594) + H3O^1 (-6333) -> H^0 (-13248) +At time : 8.4011 ns Reaction : OH^-1 (-13007) + H3O^1 (-8121) -> No product +At time : 8.4011 ns Reaction : OH^-1 (-13006) + H3O^1 (-8892) -> No product +At time : 8.4011 ns Reaction : H^0 (-12821) + e_aq^-1 (-2103) -> OH^-1 (-13249) + H_2^0 (-13250) +At time : 8.4011 ns Reaction : OH^-1 (-12769) + H3O^1 (-6165) -> No product +At time : 8.4011 ns Reaction : OH^-1 (-12305) + H3O^1 (-6323) -> No product +At time : 8.4011 ns Reaction : H^0 (-9190) + °OH^0 (-6370) -> No product +At time : 8.4011 ns Reaction : e_aq^-1 (-4120) + °OH^0 (-6776) -> OH^-1 (-13251) +At time : 8.5011 ns Reaction : °OH^0 (-12622) + °OH^0 (-6800) -> H2O2^0 (-13252) +At time : 8.5011 ns Reaction : H^0 (-12477) + °OH^0 (-5790) -> No product +At time : 8.5011 ns Reaction : e_aq^-1 (-1579) + H2O2^0 (-11945) -> OH^-1 (-13253) + °OH^0 (-13254) +At time : 8.5011 ns Reaction : OH^-1 (-11849) + H3O^1 (-6583) -> No product +At time : 8.5011 ns Reaction : e_aq^-1 (-2400) + H2O2^0 (-11572) -> OH^-1 (-13255) + °OH^0 (-13256) +At time : 8.5011 ns Reaction : °OH^0 (-9254) + °OH^0 (-5970) -> H2O2^0 (-13257) +At time : 8.5011 ns Reaction : e_aq^-1 (-5541) + H3O^1 (-8309) -> H^0 (-13258) +At time : 8.5011 ns Reaction : °OH^0 (-7350) + °OH^0 (-8298) -> H2O2^0 (-13259) +At time : 8.5011 ns Reaction : e_aq^-1 (-4203) + °OH^0 (-6792) -> OH^-1 (-13260) +At time : 8.5011 ns Reaction : e_aq^-1 (-3517) + H3O^1 (-5881) -> H^0 (-13261) +At time : 8.6011 ns Reaction : OH^-1 (-13229) + H3O^1 (-7973) -> No product +At time : 8.6011 ns Reaction : H3O^1 (-10971) + OH^-1 (-13202) -> No product +At time : 8.6011 ns Reaction : H3O^1 (-5917) + OH^-1 (-13041) -> No product +At time : 8.6011 ns Reaction : H3O^1 (-7027) + OH^-1 (-13038) -> No product +At time : 8.6011 ns Reaction : °OH^0 (-10157) + e_aq^-1 (-5108) -> OH^-1 (-13262) +At time : 8.6011 ns Reaction : e_aq^-1 (-1950) + H3O^1 (-6819) -> H^0 (-13263) +At time : 8.7011 ns Reaction : H3O^1 (-10151) + OH^-1 (-13172) -> No product +At time : 8.7011 ns Reaction : H^0 (-10356) + °OH^0 (-12803) -> No product +At time : 8.7011 ns Reaction : °OH^0 (-11315) + e_aq^-1 (-3511) -> OH^-1 (-13264) +At time : 8.7011 ns Reaction : °OH^0 (-8333) + °OH^0 (-8642) -> H2O2^0 (-13265) +At time : 8.7011 ns Reaction : °OH^0 (-6232) + °OH^0 (-7688) -> H2O2^0 (-13266) +At time : 8.8011 ns Reaction : OH^-1 (-13203) + H3O^1 (-7449) -> No product +At time : 8.8011 ns Reaction : e_aq^-1 (-4719) + H^0 (-11927) -> OH^-1 (-13267) + H_2^0 (-13268) +At time : 8.8011 ns Reaction : e_aq^-1 (-4767) + °OH^0 (-10109) -> OH^-1 (-13269) +At time : 8.8011 ns Reaction : °OH^0 (-9324) + e_aq^-1 (-5085) -> OH^-1 (-13270) +At time : 8.8011 ns Reaction : e_aq^-1 (-2627) + °OH^0 (-6558) -> OH^-1 (-13271) +At time : 8.9011 ns Reaction : H3O^1 (-5863) + OH^-1 (-13215) -> No product +At time : 8.9011 ns Reaction : OH^-1 (-13209) + H3O^1 (-6915) -> No product +At time : 8.9011 ns Reaction : OH^-1 (-12517) + H3O^1 (-5825) -> No product +At time : 8.9011 ns Reaction : e_aq^-1 (-284) + °OH^0 (-8284) -> OH^-1 (-13272) +At time : 8.9011 ns Reaction : e_aq^-1 (-5446) + H3O^1 (-7433) -> H^0 (-13273) +At time : 8.9011 ns Reaction : e_aq^-1 (-5074) + °OH^0 (-6052) -> OH^-1 (-13274) +At time : 9.0011 ns Reaction : H3O^1 (-7181) + OH^-1 (-13270) -> No product +At time : 9.0011 ns Reaction : OH^-1 (-13193) + H3O^1 (-8293) -> No product +At time : 9.0011 ns Reaction : H3O^1 (-11325) + OH^-1 (-13174) -> No product +At time : 9.0011 ns Reaction : OH^-1 (-12985) + H3O^1 (-7399) -> No product +At time : 9.0011 ns Reaction : °OH^0 (-6124) + °OH^0 (-8943) -> H2O2^0 (-13275) +At time : 9.0011 ns Reaction : e_aq^-1 (-3812) + H3O^1 (-8784) -> H^0 (-13276) +At time : 9.1011 ns Reaction : e_aq^-1 (-1976) + H^0 (-13263) -> OH^-1 (-13277) + H_2^0 (-13278) +At time : 9.1011 ns Reaction : OH^-1 (-13206) + H3O^1 (-7769) -> No product +At time : 9.1011 ns Reaction : H3O^1 (-7621) + OH^-1 (-13106) -> No product +At time : 9.1011 ns Reaction : e_aq^-1 (-5511) + H2O2^0 (-12264) -> OH^-1 (-13279) + °OH^0 (-13280) +At time : 9.2011 ns Reaction : H3O^1 (-5987) + OH^-1 (-13103) -> No product +At time : 9.2011 ns Reaction : H^0 (-12820) + °OH^0 (-6934) -> No product +At time : 9.2011 ns Reaction : OH^-1 (-12547) + H3O^1 (-7705) -> No product +At time : 9.2011 ns Reaction : OH^-1 (-12014) + H3O^1 (-6773) -> No product +At time : 9.2011 ns Reaction : H3O^1 (-10983) + e_aq^-1 (-4659) -> H^0 (-13281) +At time : 9.2011 ns Reaction : °OH^0 (-10975) + °OH^0 (-8674) -> H2O2^0 (-13282) +At time : 9.2011 ns Reaction : H^0 (-9827) + °OH^0 (-6780) -> No product +At time : 9.3011 ns Reaction : OH^-1 (-13274) + H3O^1 (-7141) -> No product +At time : 9.3011 ns Reaction : H^0 (-12882) + °OH^0 (-7724) -> No product +At time : 9.3011 ns Reaction : e_aq^-1 (-811) + H2O2^0 (-12464) -> OH^-1 (-13283) + °OH^0 (-13284) +At time : 9.3011 ns Reaction : e_aq^-1 (-3877) + H2O2^0 (-12029) -> OH^-1 (-13285) + °OH^0 (-13286) +At time : 9.3011 ns Reaction : °OH^0 (-9907) + °OH^0 (-7898) -> H2O2^0 (-13287) +At time : 9.3011 ns Reaction : H^0 (-9260) + °OH^0 (-7610) -> No product +At time : 9.3011 ns Reaction : °OH^0 (-9183) + °OH^0 (-6338) -> H2O2^0 (-13288) +At time : 9.4011 ns Reaction : H3O^1 (-11147) + OH^-1 (-13153) -> No product +At time : 9.4011 ns Reaction : e_aq^-1 (-2593) + H^0 (-13072) -> OH^-1 (-13289) + H_2^0 (-13290) +At time : 9.4011 ns Reaction : OH^-1 (-12991) + H3O^1 (-6331) -> No product +At time : 9.4011 ns Reaction : H^0 (-12309) + °OH^0 (-7496) -> No product +At time : 9.4011 ns Reaction : e_aq^-1 (-2896) + H2O2^0 (-12179) -> OH^-1 (-13291) + °OH^0 (-13292) +At time : 9.4011 ns Reaction : °OH^0 (-10551) + H^0 (-9869) -> No product +At time : 9.4011 ns Reaction : e_aq^-1 (-5086) + H3O^1 (-8125) -> H^0 (-13293) +At time : 9.4011 ns Reaction : e_aq^-1 (-4601) + °OH^0 (-6954) -> OH^-1 (-13294) +At time : 9.5011 ns Reaction : OH^-1 (-13073) + H3O^1 (-8077) -> No product +At time : 9.5011 ns Reaction : H3O^1 (-10251) + OH^-1 (-12697) -> No product +At time : 9.5011 ns Reaction : e_aq^-1 (-5014) + °OH^0 (-8110) -> OH^-1 (-13295) +At time : 9.5011 ns Reaction : e_aq^-1 (-4286) + H3O^1 (-7907) -> H^0 (-13296) +At time : 9.6011 ns Reaction : OH^-1 (-13271) + H3O^1 (-6561) -> No product +At time : 9.6011 ns Reaction : H3O^1 (-10684) + OH^-1 (-13118) -> No product +At time : 9.6011 ns Reaction : e_aq^-1 (-142) + H^0 (-12199) -> OH^-1 (-13297) + H_2^0 (-13298) +At time : 9.6011 ns Reaction : °OH^0 (-11328) + °OH^0 (-7620) -> H2O2^0 (-13299) +At time : 9.6011 ns Reaction : e_aq^-1 (-925) + H3O^1 (-7147) -> H^0 (-13300) +At time : 9.7011 ns Reaction : H3O^1 (-5949) + OH^-1 (-13285) -> No product +At time : 9.7011 ns Reaction : e_aq^-1 (-4683) + H2O2^0 (-13246) -> OH^-1 (-13301) + °OH^0 (-13302) +At time : 9.7011 ns Reaction : e_aq^-1 (-394) + H2O2^0 (-12823) -> OH^-1 (-13303) + °OH^0 (-13304) +At time : 9.7011 ns Reaction : H2O2^0 (-11815) + e_aq^-1 (-4175) -> OH^-1 (-13305) + °OH^0 (-13306) +At time : 9.7011 ns Reaction : H^0 (-10351) + H^0 (-11779) -> H_2^0 (-13307) +At time : 9.7011 ns Reaction : e_aq^-1 (-5333) + H3O^1 (-11110) -> H^0 (-13308) +At time : 9.7011 ns Reaction : e_aq^-1 (-692) + H3O^1 (-8151) -> H^0 (-13309) +At time : 9.8011 ns Reaction : H3O^1 (-10328) + OH^-1 (-13211) -> No product +At time : 9.8011 ns Reaction : H^0 (-12871) + °OH^0 (-8648) -> No product +At time : 9.8011 ns Reaction : OH^-1 (-12441) + H3O^1 (-8709) -> No product +At time : 9.8011 ns Reaction : °OH^0 (-6552) + H^0 (-12391) -> No product +At time : 9.8011 ns Reaction : °OH^0 (-11304) + °OH^0 (-7648) -> H2O2^0 (-13310) +At time : 9.8011 ns Reaction : °OH^0 (-10683) + °OH^0 (-6418) -> H2O2^0 (-13311) +At time : 9.8011 ns Reaction : e_aq^-1 (-5059) + °OH^0 (-8114) -> OH^-1 (-13312) +At time : 9.8011 ns Reaction : e_aq^-1 (-3925) + H3O^1 (-7803) -> H^0 (-13313) +At time : 9.8011 ns Reaction : e_aq^-1 (-5433) + H3O^1 (-7313) -> H^0 (-13314) +At time : 9.9011 ns Reaction : OH^-1 (-13272) + H3O^1 (-7331) -> No product +At time : 9.9011 ns Reaction : e_aq^-1 (-4745) + H^0 (-13051) -> OH^-1 (-13315) + H_2^0 (-13316) +At time : 9.9011 ns Reaction : °OH^0 (-6616) + H^0 (-12133) -> No product +At time : 9.9011 ns Reaction : °OH^0 (-11023) + e_aq^-1 (-889) -> OH^-1 (-13317) +At time : 9.9011 ns Reaction : e_aq^-1 (-1289) + H3O^1 (-7531) -> H^0 (-13318) +At time : 9.9011 ns Reaction : e_aq^-1 (-266) + H3O^1 (-7451) -> H^0 (-13319) +At time : 9.9011 ns Reaction : e_aq^-1 (-2784) + H3O^1 (-5911) -> H^0 (-13320) +At time : 10.001 ns Reaction : e_aq^-1 (-2041) + H^0 (-12955) -> OH^-1 (-13321) + H_2^0 (-13322) +At time : 10.001 ns Reaction : H3O^1 (-6683) + OH^-1 (-12635) -> No product +At time : 10.001 ns Reaction : °OH^0 (-10782) + e_aq^-1 (-4000) -> OH^-1 (-13323) +At time : 10.001 ns Reaction : °OH^0 (-10777) + e_aq^-1 (-4036) -> OH^-1 (-13324) +At time : 10.001 ns Reaction : H^0 (-10646) + °OH^0 (-6274) -> No product +At time : 10.001 ns Reaction : H3O^1 (-9685) + e_aq^-1 (-2590) -> H^0 (-13325) +At time : 10.001 ns Reaction : e_aq^-1 (-2013) + H3O^1 (-5837) -> H^0 (-13326) +At time : 11.001 ns Reaction : OH^-1 (-13315) + H3O^1 (-8025) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13305) + H3O^1 (-7887) -> No product +At time : 11.001 ns Reaction : H2O2^0 (-13167) + e_aq^-1 (-3085) -> OH^-1 (-13327) + °OH^0 (-13328) +At time : 11.001 ns Reaction : OH^-1 (-13165) + H3O^1 (-7933) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13140) + H3O^1 (-7521) -> No product +At time : 11.001 ns Reaction : e_aq^-1 (-870) + H^0 (-13101) -> OH^-1 (-13329) + H_2^0 (-13330) +At time : 11.001 ns Reaction : H3O^1 (-6235) + OH^-1 (-13000) -> No product +At time : 11.001 ns Reaction : H3O^1 (-6645) + OH^-1 (-12971) -> No product +At time : 11.001 ns Reaction : OH^-1 (-12927) + H3O^1 (-6995) -> No product +At time : 11.001 ns Reaction : e_aq^-1 (-5348) + °OH^0 (-12682) -> OH^-1 (-13331) +At time : 11.001 ns Reaction : H3O^1 (-5847) + OH^-1 (-12604) -> No product +At time : 11.001 ns Reaction : OH^-1 (-12585) + H3O^1 (-7881) -> No product +At time : 11.001 ns Reaction : e_aq^-1 (-3742) + H2O2^0 (-12206) -> OH^-1 (-13332) + °OH^0 (-13333) +At time : 11.001 ns Reaction : °OH^0 (-6182) + H^0 (-11533) -> No product +At time : 11.001 ns Reaction : H3O^1 (-11372) + e_aq^-1 (-5077) -> H^0 (-13334) +At time : 11.001 ns Reaction : H^0 (-10819) + H^0 (-9890) -> H_2^0 (-13335) +At time : 11.001 ns Reaction : H^0 (-10681) + e_aq^-1 (-2891) -> OH^-1 (-13336) + H_2^0 (-13337) +At time : 11.001 ns Reaction : H3O^1 (-10591) + e_aq^-1 (-3966) -> H^0 (-13338) +At time : 11.001 ns Reaction : °OH^0 (-9930) + °OH^0 (-8363) -> H2O2^0 (-13339) +At time : 11.001 ns Reaction : °OH^0 (-9765) + °OH^0 (-6684) -> H2O2^0 (-13340) +At time : 11.001 ns Reaction : e_aq^-1 (-5379) + H3O^1 (-7407) -> H^0 (-13341) +At time : 11.001 ns Reaction : e_aq^-1 (-3561) + H3O^1 (-6263) -> H^0 (-13342) +At time : 12.001 ns Reaction : OH^-1 (-13312) + H3O^1 (-8601) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13303) + H3O^1 (-8643) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13255) + H3O^1 (-6725) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13231) + H3O^1 (-6033) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13192) + H3O^1 (-6087) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13169) + H3O^1 (-8289) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13116) + H3O^1 (-7913) -> No product +At time : 12.001 ns Reaction : H3O^1 (-5897) + OH^-1 (-13020) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13003) + H3O^1 (-5993) -> No product +At time : 12.001 ns Reaction : e_aq^-1 (-4513) + H2O2^0 (-12962) -> OH^-1 (-13343) + °OH^0 (-13344) +At time : 12.001 ns Reaction : H3O^1 (-9745) + OH^-1 (-12948) -> No product +At time : 12.001 ns Reaction : e_aq^-1 (-945) + H2O2^0 (-12890) -> OH^-1 (-13345) + °OH^0 (-13346) +At time : 12.001 ns Reaction : e_aq^-1 (-2533) + H^0 (-12883) -> OH^-1 (-13347) + H_2^0 (-13348) +At time : 12.001 ns Reaction : OH^-1 (-12789) + H3O^1 (-5833) -> No product +At time : 12.001 ns Reaction : °OH^0 (-11347) + °OH^0 (-6958) -> H2O2^0 (-13349) +At time : 12.001 ns Reaction : °OH^0 (-10945) + °OH^0 (-6940) -> H2O2^0 (-13350) +At time : 12.001 ns Reaction : e_aq^-1 (-2606) + H3O^1 (-10730) -> H^0 (-13351) +At time : 12.001 ns Reaction : °OH^0 (-10601) + °OH^0 (-7650) -> H2O2^0 (-13352) +At time : 12.001 ns Reaction : °OH^0 (-9909) + °OH^0 (-10545) -> H2O2^0 (-13353) +At time : 12.001 ns Reaction : H3O^1 (-10480) + e_aq^-1 (-1019) -> H^0 (-13354) +At time : 12.001 ns Reaction : °OH^0 (-9771) + °OH^0 (-6682) -> H2O2^0 (-13355) +At time : 12.001 ns Reaction : °OH^0 (-9565) + °OH^0 (-5906) -> H2O2^0 (-13356) +At time : 12.001 ns Reaction : H^0 (-9465) + °OH^0 (-6226) -> No product +At time : 12.001 ns Reaction : e_aq^-1 (-3606) + H3O^1 (-8742) -> H^0 (-13357) +At time : 12.001 ns Reaction : °OH^0 (-6936) + °OH^0 (-8522) -> H2O2^0 (-13358) +At time : 12.001 ns Reaction : e_aq^-1 (-2111) + H3O^1 (-8358) -> H^0 (-13359) +At time : 12.001 ns Reaction : e_aq^-1 (-4750) + H3O^1 (-8011) -> H^0 (-13360) +At time : 12.001 ns Reaction : °OH^0 (-5787) + °OH^0 (-6696) -> H2O2^0 (-13361) +At time : 12.001 ns Reaction : e_aq^-1 (-3759) + H3O^1 (-6469) -> H^0 (-13362) +At time : 12.001 ns Reaction : OH^-1 (-13321) + H3O^1 (-5977) -> No product +At time : 13.001 ns Reaction : OH^-1 (-13345) + H3O^1 (-8089) -> No product +At time : 13.001 ns Reaction : H3O^1 (-10709) + OH^-1 (-13247) -> No product +At time : 13.001 ns Reaction : H3O^1 (-10446) + OH^-1 (-13237) -> No product +At time : 13.001 ns Reaction : e_aq^-1 (-630) + H2O2^0 (-13222) -> OH^-1 (-13363) + °OH^0 (-13364) +At time : 13.001 ns Reaction : OH^-1 (-13128) + H3O^1 (-7601) -> No product +At time : 13.001 ns Reaction : H3O^1 (-6847) + OH^-1 (-13115) -> No product +At time : 13.001 ns Reaction : °OH^0 (-13100) + e_aq^-1 (-3465) -> OH^-1 (-13365) +At time : 13.001 ns Reaction : OH^-1 (-13035) + H3O^1 (-7363) -> No product +At time : 13.001 ns Reaction : H2O2^0 (-12952) + e_aq^-1 (-775) -> OH^-1 (-13366) + °OH^0 (-13367) +At time : 13.001 ns Reaction : e_aq^-1 (-4821) + H^0 (-12875) -> OH^-1 (-13368) + H_2^0 (-13369) +At time : 13.001 ns Reaction : H3O^1 (-5851) + OH^-1 (-12765) -> No product +At time : 13.001 ns Reaction : OH^-1 (-12664) + H3O^1 (-6593) -> No product +At time : 13.001 ns Reaction : H^0 (-12578) + e_aq^-1 (-4877) -> OH^-1 (-13370) + H_2^0 (-13371) +At time : 13.001 ns Reaction : OH^-1 (-12552) + H3O^1 (-6367) -> No product +At time : 13.001 ns Reaction : H2O2^0 (-12287) + e_aq^-1 (-1832) -> OH^-1 (-13372) + °OH^0 (-13373) +At time : 13.001 ns Reaction : e_aq^-1 (-5349) + H^0 (-11120) -> OH^-1 (-13374) + H_2^0 (-13375) +At time : 13.001 ns Reaction : °OH^0 (-10799) + °OH^0 (-6742) -> H2O2^0 (-13376) +At time : 13.001 ns Reaction : H^0 (-9144) + °OH^0 (-10608) -> No product +At time : 13.001 ns Reaction : °OH^0 (-9113) + °OH^0 (-6874) -> H2O2^0 (-13377) +At time : 13.001 ns Reaction : °OH^0 (-8684) + °OH^0 (-9033) -> H2O2^0 (-13378) +At time : 13.001 ns Reaction : °OH^0 (-6506) + H^0 (-9000) -> No product +At time : 13.001 ns Reaction : e_aq^-1 (-3326) + °OH^0 (-8985) -> OH^-1 (-13379) +At time : 13.001 ns Reaction : e_aq^-1 (-3846) + H3O^1 (-7801) -> H^0 (-13380) +At time : 13.001 ns Reaction : e_aq^-1 (-3570) + H3O^1 (-7715) -> H^0 (-13381) +At time : 13.001 ns Reaction : e_aq^-1 (-4382) + °OH^0 (-8570) -> OH^-1 (-13382) +At time : 14.001 ns Reaction : OH^-1 (-13363) + H3O^1 (-8131) -> No product +At time : 14.001 ns Reaction : OH^-1 (-13332) + H3O^1 (-6425) -> No product +At time : 14.001 ns Reaction : H3O^1 (-6063) + OH^-1 (-13317) -> No product +At time : 14.001 ns Reaction : H^0 (-13313) + e_aq^-1 (-2471) -> OH^-1 (-13383) + H_2^0 (-13384) +At time : 14.001 ns Reaction : H3O^1 (-11046) + OH^-1 (-13295) -> No product +At time : 14.001 ns Reaction : OH^-1 (-13294) + H3O^1 (-7037) -> No product +At time : 14.001 ns Reaction : H^0 (-13273) + e_aq^-1 (-5357) -> OH^-1 (-13385) + H_2^0 (-13386) +At time : 14.001 ns Reaction : OH^-1 (-13207) + H3O^1 (-6495) -> No product +At time : 14.001 ns Reaction : OH^-1 (-13093) + H3O^1 (-5961) -> No product +At time : 14.001 ns Reaction : OH^-1 (-12993) + H3O^1 (-9518) -> No product +At time : 14.001 ns Reaction : H3O^1 (-10413) + OH^-1 (-12945) -> No product +At time : 14.001 ns Reaction : H3O^1 (-9578) + OH^-1 (-12932) -> No product +At time : 14.001 ns Reaction : H3O^1 (-9749) + OH^-1 (-12837) -> No product +At time : 14.001 ns Reaction : OH^-1 (-12783) + H3O^1 (-8165) -> No product +At time : 14.001 ns Reaction : e_aq^-1 (-5156) + H2O2^0 (-12687) -> OH^-1 (-13387) + °OH^0 (-13388) +At time : 14.001 ns Reaction : OH^-1 (-12640) + H3O^1 (-5871) -> No product +At time : 14.001 ns Reaction : OH^-1 (-12533) + H3O^1 (-5835) -> No product +At time : 14.001 ns Reaction : e_aq^-1 (-2899) + H2O2^0 (-11877) -> OH^-1 (-13389) + °OH^0 (-13390) +At time : 14.001 ns Reaction : °OH^0 (-11330) + °OH^0 (-8360) -> H2O2^0 (-13391) +At time : 14.001 ns Reaction : H^0 (-10345) + e_aq^-1 (-5367) -> OH^-1 (-13392) + H_2^0 (-13393) +At time : 14.001 ns Reaction : H3O^1 (-10264) + e_aq^-1 (-5517) -> H^0 (-13394) +At time : 14.001 ns Reaction : e_aq^-1 (-4921) + H3O^1 (-8442) -> H^0 (-13395) +At time : 14.001 ns Reaction : °OH^0 (-7532) + °OH^0 (-8384) -> H2O2^0 (-13396) +At time : 14.001 ns Reaction : e_aq^-1 (-2524) + e_aq^-1 (-3888) -> OH^-1 (-13397) + OH^-1 (-13398) + H_2^0 (-13399) +At time : 14.001 ns Reaction : e_aq^-1 (-4017) + °OH^0 (-6702) -> OH^-1 (-13400) +At time : 15.001 ns Reaction : H3O^1 (-11123) + OH^-1 (-13385) -> No product +At time : 15.001 ns Reaction : OH^-1 (-13301) + H3O^1 (-8595) -> No product +At time : 15.001 ns Reaction : H3O^1 (-8123) + OH^-1 (-13187) -> No product +At time : 15.001 ns Reaction : OH^-1 (-13133) + H3O^1 (-11283) -> No product +At time : 15.001 ns Reaction : H3O^1 (-11032) + OH^-1 (-13048) -> No product +At time : 15.001 ns Reaction : H3O^1 (-5973) + OH^-1 (-12989) -> No product +At time : 15.001 ns Reaction : OH^-1 (-12842) + H3O^1 (-8349) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-2466) + H^0 (-12723) -> OH^-1 (-13401) + H_2^0 (-13402) +At time : 15.001 ns Reaction : H^0 (-12669) + e_aq^-1 (-4363) -> OH^-1 (-13403) + H_2^0 (-13404) +At time : 15.001 ns Reaction : H3O^1 (-10686) + OH^-1 (-12612) -> No product +At time : 15.001 ns Reaction : H3O^1 (-10241) + OH^-1 (-12490) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-5483) + H2O2^0 (-12350) -> OH^-1 (-13405) + °OH^0 (-13406) +At time : 15.001 ns Reaction : °OH^0 (-6010) + H^0 (-12331) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-3951) + °OH^0 (-10758) -> OH^-1 (-13407) +At time : 15.001 ns Reaction : °OH^0 (-10607) + °OH^0 (-9439) -> H2O2^0 (-13408) +At time : 15.001 ns Reaction : °OH^0 (-9733) + °OH^0 (-6638) -> H2O2^0 (-13409) +At time : 15.001 ns Reaction : °OH^0 (-9719) + °OH^0 (-6614) -> H2O2^0 (-13410) +At time : 15.001 ns Reaction : °OH^0 (-5890) + °OH^0 (-7710) -> H2O2^0 (-13411) +At time : 15.001 ns Reaction : e_aq^-1 (-3575) + H3O^1 (-6317) -> H^0 (-13412) +At time : 15.001 ns Reaction : e_aq^-1 (-2235) + °OH^0 (-7838) -> OH^-1 (-13413) +At time : 16.001 ns Reaction : e_aq^-1 (-2359) + H^0 (-13216) -> OH^-1 (-13414) + H_2^0 (-13415) +At time : 16.001 ns Reaction : °OH^0 (-6094) + H^0 (-13205) -> No product +At time : 16.001 ns Reaction : OH^-1 (-13163) + H3O^1 (-7987) -> No product +At time : 16.001 ns Reaction : H2O2^0 (-13142) + e_aq^-1 (-5571) -> OH^-1 (-13416) + °OH^0 (-13417) +At time : 16.001 ns Reaction : e_aq^-1 (-1283) + H^0 (-13064) -> OH^-1 (-13418) + H_2^0 (-13419) +At time : 16.001 ns Reaction : e_aq^-1 (-908) + H^0 (-13059) -> OH^-1 (-13420) + H_2^0 (-13421) +At time : 16.001 ns Reaction : OH^-1 (-12940) + H3O^1 (-11266) -> No product +At time : 16.001 ns Reaction : H^0 (-12764) + e_aq^-1 (-4037) -> OH^-1 (-13422) + H_2^0 (-13423) +At time : 16.001 ns Reaction : e_aq^-1 (-4448) + H^0 (-12580) -> OH^-1 (-13424) + H_2^0 (-13425) +At time : 16.001 ns Reaction : e_aq^-1 (-3642) + H^0 (-12476) -> OH^-1 (-13426) + H_2^0 (-13427) +At time : 16.001 ns Reaction : e_aq^-1 (-4489) + H2O2^0 (-12468) -> OH^-1 (-13428) + °OH^0 (-13429) +At time : 16.001 ns Reaction : e_aq^-1 (-17) + H2O2^0 (-12429) -> OH^-1 (-13430) + °OH^0 (-13431) +At time : 16.001 ns Reaction : °OH^0 (-11073) + °OH^0 (-9071) -> H2O2^0 (-13432) +At time : 16.001 ns Reaction : °OH^0 (-10410) + °OH^0 (-7186) -> H2O2^0 (-13433) +At time : 16.001 ns Reaction : H^0 (-9480) + °OH^0 (-5888) -> No product +At time : 16.001 ns Reaction : e_aq^-1 (-1096) + H3O^1 (-8874) -> H^0 (-13434) +At time : 16.001 ns Reaction : e_aq^-1 (-4370) + H3O^1 (-7925) -> H^0 (-13435) +At time : 16.001 ns Reaction : e_aq^-1 (-1574) + H3O^1 (-7553) -> H^0 (-13436) +At time : 16.001 ns Reaction : e_aq^-1 (-2440) + H3O^1 (-6671) -> H^0 (-13437) +At time : 16.001 ns Reaction : e_aq^-1 (-2639) + H3O^1 (-6585) -> H^0 (-13438) +At time : 16.001 ns Reaction : °OH^0 (-5820) + °OH^0 (-6260) -> H2O2^0 (-13439) +At time : 16.001 ns Reaction : e_aq^-1 (-4560) + H3O^1 (-6173) -> H^0 (-13440) +At time : 17.001 ns Reaction : OH^-1 (-13329) + H3O^1 (-8081) -> No product +At time : 17.001 ns Reaction : H3O^1 (-6457) + OH^-1 (-13291) -> No product +At time : 17.001 ns Reaction : OH^-1 (-13283) + H3O^1 (-7199) -> No product +At time : 17.001 ns Reaction : OH^-1 (-13151) + H3O^1 (-8283) -> No product +At time : 17.001 ns Reaction : °OH^0 (-13136) + °OH^0 (-7802) -> H2O2^0 (-13441) +At time : 17.001 ns Reaction : H3O^1 (-10981) + OH^-1 (-12793) -> No product +At time : 17.001 ns Reaction : e_aq^-1 (-4031) + H2O2^0 (-12081) -> OH^-1 (-13442) + °OH^0 (-13443) +At time : 17.001 ns Reaction : e_aq^-1 (-4607) + H2O2^0 (-11999) -> OH^-1 (-13444) + °OH^0 (-13445) +At time : 17.001 ns Reaction : H^0 (-11889) + °OH^0 (-7264) -> No product +At time : 17.001 ns Reaction : °OH^0 (-10916) + °OH^0 (-6008) -> H2O2^0 (-13446) +At time : 17.001 ns Reaction : H^0 (-10582) + e_aq^-1 (-2416) -> OH^-1 (-13447) + H_2^0 (-13448) +At time : 17.001 ns Reaction : H3O^1 (-10342) + e_aq^-1 (-5387) -> H^0 (-13449) +At time : 17.001 ns Reaction : °OH^0 (-9574) + °OH^0 (-5824) -> H2O2^0 (-13450) +At time : 17.001 ns Reaction : °OH^0 (-9376) + e_aq^-1 (-5615) -> OH^-1 (-13451) +At time : 17.001 ns Reaction : e_aq^-1 (-8341) + H3O^1 (-8850) -> H^0 (-13452) +At time : 17.001 ns Reaction : e_aq^-1 (-4695) + H3O^1 (-8055) -> H^0 (-13453) +At time : 17.001 ns Reaction : e_aq^-1 (-4790) + H3O^1 (-8023) -> H^0 (-13454) +At time : 17.001 ns Reaction : e_aq^-1 (-2349) + H3O^1 (-7817) -> H^0 (-13455) +At time : 17.001 ns Reaction : °OH^0 (-6424) + °OH^0 (-7754) -> H2O2^0 (-13456) +At time : 17.001 ns Reaction : e_aq^-1 (-3707) + H3O^1 (-6435) -> H^0 (-13457) +At time : 18.001 ns Reaction : OH^-1 (-13420) + H3O^1 (-7529) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13418) + H3O^1 (-6999) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13416) + H3O^1 (-7329) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13413) + H3O^1 (-7851) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13403) + H3O^1 (-6963) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13365) + H3O^1 (-8706) -> No product +At time : 18.001 ns Reaction : e_aq^-1 (-1198) + °OH^0 (-12910) -> OH^-1 (-13458) +At time : 18.001 ns Reaction : e_aq^-1 (-5151) + H^0 (-12154) -> OH^-1 (-13459) + H_2^0 (-13460) +At time : 18.001 ns Reaction : e_aq^-1 (-5135) + H3O^1 (-10415) -> H^0 (-13461) +At time : 18.001 ns Reaction : e_aq^-1 (-619) + °OH^0 (-10200) -> OH^-1 (-13462) +At time : 18.001 ns Reaction : H3O^1 (-9587) + e_aq^-1 (-3676) -> H^0 (-13463) +At time : 18.001 ns Reaction : °OH^0 (-7338) + °OH^0 (-8282) -> H2O2^0 (-13464) +At time : 18.001 ns Reaction : e_aq^-1 (-1404) + e_aq^-1 (-4388) -> OH^-1 (-13465) + OH^-1 (-13466) + H_2^0 (-13467) +At time : 19.001 ns Reaction : OH^-1 (-13374) + H3O^1 (-8187) -> No product +At time : 19.001 ns Reaction : e_aq^-1 (-3660) + H2O2^0 (-13356) -> OH^-1 (-13468) + °OH^0 (-13469) +At time : 19.001 ns Reaction : H3O^1 (-5941) + OH^-1 (-13289) -> No product +At time : 19.001 ns Reaction : H3O^1 (-10994) + OH^-1 (-13269) -> No product +At time : 19.001 ns Reaction : OH^-1 (-13262) + H3O^1 (-8147) -> No product +At time : 19.001 ns Reaction : H3O^1 (-5985) + OH^-1 (-13183) -> No product +At time : 19.001 ns Reaction : e_aq^-1 (-1005) + H^0 (-13147) -> OH^-1 (-13470) + H_2^0 (-13471) +At time : 19.001 ns Reaction : H3O^1 (-9862) + OH^-1 (-12988) -> No product +At time : 19.001 ns Reaction : OH^-1 (-12937) + H3O^1 (-5895) -> No product +At time : 19.001 ns Reaction : e_aq^-1 (-4279) + H2O2^0 (-12602) -> OH^-1 (-13472) + °OH^0 (-13473) +At time : 19.001 ns Reaction : e_aq^-1 (-5364) + H2O2^0 (-12200) -> OH^-1 (-13474) + °OH^0 (-13475) +At time : 19.001 ns Reaction : H^0 (-12189) + e_aq^-1 (-3038) -> OH^-1 (-13476) + H_2^0 (-13477) +At time : 19.001 ns Reaction : e_aq^-1 (-4298) + H2O2^0 (-12088) -> OH^-1 (-13478) + °OH^0 (-13479) +At time : 19.001 ns Reaction : °OH^0 (-10263) + °OH^0 (-5811) -> H2O2^0 (-13480) +At time : 19.001 ns Reaction : H3O^1 (-9978) + e_aq^-1 (-1593) -> H^0 (-13481) +At time : 19.001 ns Reaction : °OH^0 (-8014) + H^0 (-8958) -> No product +At time : 19.001 ns Reaction : °OH^0 (-6938) + °OH^0 (-8835) -> H2O2^0 (-13482) +At time : 19.001 ns Reaction : °OH^0 (-6782) + °OH^0 (-8797) -> H2O2^0 (-13483) +At time : 19.001 ns Reaction : e_aq^-1 (-1914) + H3O^1 (-7919) -> H^0 (-13484) +At time : 19.001 ns Reaction : e_aq^-1 (-1986) + H3O^1 (-7895) -> H^0 (-13485) +At time : 19.001 ns Reaction : °OH^0 (-7342) + °OH^0 (-7404) -> H2O2^0 (-13486) +At time : 20.001 ns Reaction : OH^-1 (-13458) + H3O^1 (-7009) -> No product +At time : 20.001 ns Reaction : H3O^1 (-10787) + OH^-1 (-13323) -> No product +At time : 20.001 ns Reaction : H^0 (-13261) + e_aq^-1 (-3515) -> OH^-1 (-13487) + H_2^0 (-13488) +At time : 20.001 ns Reaction : OH^-1 (-13260) + H3O^1 (-7877) -> No product +At time : 20.001 ns Reaction : OH^-1 (-13112) + H3O^1 (-6133) -> No product +At time : 20.001 ns Reaction : OH^-1 (-12944) + H3O^1 (-7127) -> No product +At time : 20.001 ns Reaction : H3O^1 (-10641) + OH^-1 (-12916) -> No product +At time : 20.001 ns Reaction : H2O2^0 (-12911) + e_aq^-1 (-3837) -> OH^-1 (-13489) + °OH^0 (-13490) +At time : 20.001 ns Reaction : °OH^0 (-12728) + °OH^0 (-5922) -> H2O2^0 (-13491) +At time : 20.001 ns Reaction : H2O2^0 (-12099) + e_aq^-1 (-4859) -> OH^-1 (-13492) + °OH^0 (-13493) +At time : 20.001 ns Reaction : H^0 (-12057) + °OH^0 (-6258) -> No product +At time : 20.001 ns Reaction : e_aq^-1 (-3900) + H2O2^0 (-11530) -> OH^-1 (-13494) + °OH^0 (-13495) +At time : 20.001 ns Reaction : H^0 (-11205) + °OH^0 (-6440) -> No product +At time : 20.001 ns Reaction : H^0 (-11013) + e_aq^-1 (-859) -> OH^-1 (-13496) + H_2^0 (-13497) +At time : 20.001 ns Reaction : H3O^1 (-9776) + e_aq^-1 (-4015) -> H^0 (-13498) +At time : 20.001 ns Reaction : e_aq^-1 (-3699) + H3O^1 (-9620) -> H^0 (-13499) +At time : 20.001 ns Reaction : °OH^0 (-7006) + °OH^0 (-7540) -> H2O2^0 (-13500) +At time : 21.001 ns Reaction : OH^-1 (-13428) + H3O^1 (-6189) -> No product +At time : 21.001 ns Reaction : OH^-1 (-13398) + H3O^1 (-7795) -> No product +At time : 21.001 ns Reaction : H3O^1 (-5991) + OH^-1 (-13382) -> No product +At time : 21.001 ns Reaction : OH^-1 (-13379) + H3O^1 (-6233) -> No product +At time : 21.001 ns Reaction : H^0 (-13318) + e_aq^-1 (-4736) -> OH^-1 (-13501) + H_2^0 (-13502) +At time : 21.001 ns Reaction : OH^-1 (-13249) + H3O^1 (-6779) -> No product +At time : 21.001 ns Reaction : H3O^1 (-5937) + OH^-1 (-13226) -> No product +At time : 21.001 ns Reaction : e_aq^-1 (-5438) + H^0 (-12884) -> OH^-1 (-13503) + H_2^0 (-13504) +At time : 21.001 ns Reaction : H^0 (-12712) + °OH^0 (-9810) -> No product +At time : 21.001 ns Reaction : OH^-1 (-12636) + H3O^1 (-7811) -> No product +At time : 21.001 ns Reaction : e_aq^-1 (-5194) + H2O2^0 (-12235) -> OH^-1 (-13505) + °OH^0 (-13506) +At time : 21.001 ns Reaction : e_aq^-1 (-4055) + H2O2^0 (-11861) -> OH^-1 (-13507) + °OH^0 (-13508) +At time : 21.001 ns Reaction : H2O2^0 (-11665) + e_aq^-1 (-4766) -> OH^-1 (-13509) + °OH^0 (-13510) +At time : 21.001 ns Reaction : °OH^0 (-11329) + °OH^0 (-7862) -> H2O2^0 (-13511) +At time : 21.001 ns Reaction : e_aq^-1 (-352) + H3O^1 (-11135) -> H^0 (-13512) +At time : 21.001 ns Reaction : e_aq^-1 (-2579) + °OH^0 (-10737) -> OH^-1 (-13513) +At time : 21.001 ns Reaction : H3O^1 (-10387) + e_aq^-1 (-5455) -> H^0 (-13514) +At time : 21.001 ns Reaction : H^0 (-9282) + °OH^0 (-7554) -> No product +At time : 21.001 ns Reaction : e_aq^-1 (-5004) + H3O^1 (-8499) -> H^0 (-13515) +At time : 21.001 ns Reaction : e_aq^-1 (-4332) + °OH^0 (-7600) -> OH^-1 (-13516) +At time : 21.001 ns Reaction : e_aq^-1 (-3836) + H3O^1 (-6597) -> H^0 (-13517) +At time : 22.001 ns Reaction : e_aq^-1 (-283) + H^0 (-13514) -> OH^-1 (-13518) + H_2^0 (-13519) +At time : 22.001 ns Reaction : OH^-1 (-13220) + H3O^1 (-9683) -> No product +At time : 22.001 ns Reaction : H3O^1 (-11387) + OH^-1 (-13179) -> No product +At time : 22.001 ns Reaction : OH^-1 (-13085) + H3O^1 (-7641) -> No product +At time : 22.001 ns Reaction : H3O^1 (-6955) + OH^-1 (-12960) -> No product +At time : 22.001 ns Reaction : OH^-1 (-12714) + H3O^1 (-6547) -> No product +At time : 22.001 ns Reaction : e_aq^-1 (-1228) + H^0 (-12211) -> OH^-1 (-13520) + H_2^0 (-13521) +At time : 22.001 ns Reaction : e_aq^-1 (-4176) + H2O2^0 (-11952) -> OH^-1 (-13522) + °OH^0 (-13523) +At time : 22.001 ns Reaction : e_aq^-1 (-3588) + H2O2^0 (-11757) -> OH^-1 (-13524) + °OH^0 (-13525) +At time : 22.001 ns Reaction : H^0 (-10378) + °OH^0 (-11140) -> No product +At time : 22.001 ns Reaction : °OH^0 (-10101) + °OH^0 (-5848) -> H2O2^0 (-13526) +At time : 22.001 ns Reaction : °OH^0 (-7030) + H^0 (-9056) -> No product +At time : 22.001 ns Reaction : °OH^0 (-8090) + °OH^0 (-8447) -> H2O2^0 (-13527) +At time : 22.001 ns Reaction : e_aq^-1 (-3301) + °OH^0 (-6250) -> OH^-1 (-13528) +At time : 23.001 ns Reaction : OH^-1 (-13492) + H3O^1 (-7985) -> No product +At time : 23.001 ns Reaction : OH^-1 (-13405) + H3O^1 (-8257) -> No product +At time : 23.001 ns Reaction : H3O^1 (-10660) + OH^-1 (-13327) -> No product +At time : 23.001 ns Reaction : °OH^0 (-10354) + °OH^0 (-13280) -> H2O2^0 (-13529) +At time : 23.001 ns Reaction : OH^-1 (-13135) + H3O^1 (-7647) -> No product +At time : 23.001 ns Reaction : H3O^1 (-6711) + OH^-1 (-13009) -> No product +At time : 23.001 ns Reaction : °OH^0 (-12741) + e_aq^-1 (-2324) -> OH^-1 (-13530) +At time : 23.001 ns Reaction : H2O2^0 (-12556) + e_aq^-1 (-3585) -> OH^-1 (-13531) + °OH^0 (-13532) +At time : 23.001 ns Reaction : e_aq^-1 (-3720) + H2O2^0 (-12333) -> OH^-1 (-13533) + °OH^0 (-13534) +At time : 23.001 ns Reaction : e_aq^-1 (-2540) + H2O2^0 (-12266) -> OH^-1 (-13535) + °OH^0 (-13536) +At time : 23.001 ns Reaction : °OH^0 (-11164) + °OH^0 (-7300) -> H2O2^0 (-13537) +At time : 23.001 ns Reaction : e_aq^-1 (-688) + H3O^1 (-10201) -> H^0 (-13538) +At time : 23.001 ns Reaction : H^0 (-9987) + H^0 (-9040) -> H_2^0 (-13539) +At time : 23.001 ns Reaction : H3O^1 (-9622) + e_aq^-1 (-2921) -> H^0 (-13540) +At time : 23.001 ns Reaction : e_aq^-1 (-471) + H^0 (-9406) -> OH^-1 (-13541) + H_2^0 (-13542) +At time : 24.001 ns Reaction : H3O^1 (-7357) + OH^-1 (-13451) -> No product +At time : 24.001 ns Reaction : e_aq^-1 (-424) + H^0 (-13308) -> OH^-1 (-13543) + H_2^0 (-13544) +At time : 24.001 ns Reaction : e_aq^-1 (-5315) + H^0 (-13240) -> OH^-1 (-13545) + H_2^0 (-13546) +At time : 24.001 ns Reaction : e_aq^-1 (-585) + H2O2^0 (-12866) -> OH^-1 (-13547) + °OH^0 (-13548) +At time : 24.001 ns Reaction : OH^-1 (-12720) + H3O^1 (-7559) -> No product +At time : 24.001 ns Reaction : e_aq^-1 (-3652) + H^0 (-12575) -> OH^-1 (-13549) + H_2^0 (-13550) +At time : 24.001 ns Reaction : OH^-1 (-12564) + H3O^1 (-7947) -> No product +At time : 24.001 ns Reaction : H2O2^0 (-12093) + e_aq^-1 (-4836) -> OH^-1 (-13551) + °OH^0 (-13552) +At time : 24.001 ns Reaction : e_aq^-1 (-5103) + H2O2^0 (-11625) -> OH^-1 (-13553) + °OH^0 (-13554) +At time : 24.001 ns Reaction : °OH^0 (-10756) + °OH^0 (-7812) -> H2O2^0 (-13555) +At time : 24.001 ns Reaction : H^0 (-10331) + e_aq^-1 (-5508) -> OH^-1 (-13556) + H_2^0 (-13557) +At time : 24.001 ns Reaction : °OH^0 (-10041) + e_aq^-1 (-4777) -> OH^-1 (-13558) +At time : 24.001 ns Reaction : °OH^0 (-9724) + °OH^0 (-6610) -> H2O2^0 (-13559) +At time : 25.001 ns Reaction : H3O^1 (-9689) + OH^-1 (-13535) -> No product +At time : 25.001 ns Reaction : OH^-1 (-13507) + H3O^1 (-6767) -> No product +At time : 25.001 ns Reaction : H3O^1 (-10484) + OH^-1 (-13368) -> No product +At time : 25.001 ns Reaction : H^0 (-13225) + H^0 (-9084) -> H_2^0 (-13560) +At time : 25.001 ns Reaction : H3O^1 (-9811) + OH^-1 (-12930) -> No product +At time : 25.001 ns Reaction : H3O^1 (-10816) + OH^-1 (-12877) -> No product +At time : 25.001 ns Reaction : H2O2^0 (-12424) + e_aq^-1 (-8695) -> OH^-1 (-13561) + °OH^0 (-13562) +At time : 25.001 ns Reaction : OH^-1 (-11730) + H3O^1 (-7379) -> No product +At time : 25.001 ns Reaction : e_aq^-1 (-5259) + H2O2^0 (-11553) -> OH^-1 (-13563) + °OH^0 (-13564) +At time : 25.001 ns Reaction : H^0 (-10093) + °OH^0 (-10105) -> No product +At time : 25.001 ns Reaction : e_aq^-1 (-1874) + °OH^0 (-9933) -> OH^-1 (-13565) +At time : 25.001 ns Reaction : °OH^0 (-8180) + °OH^0 (-8184) -> H2O2^0 (-13566) +At time : 26.001 ns Reaction : H3O^1 (-6297) + OH^-1 (-13201) -> No product +At time : 26.001 ns Reaction : H^0 (-13047) + e_aq^-1 (-5540) -> OH^-1 (-13567) + H_2^0 (-13568) +At time : 26.001 ns Reaction : OH^-1 (-12943) + H3O^1 (-6713) -> No product +At time : 26.001 ns Reaction : e_aq^-1 (-4402) + H2O2^0 (-12123) -> OH^-1 (-13569) + °OH^0 (-13570) +At time : 26.001 ns Reaction : °OH^0 (-9192) + °OH^0 (-6382) -> H2O2^0 (-13571) +At time : 26.001 ns Reaction : e_aq^-1 (-4198) + H3O^1 (-5965) -> H^0 (-13572) +At time : 27.001 ns Reaction : H3O^1 (-9880) + OH^-1 (-13478) -> No product +At time : 27.001 ns Reaction : OH^-1 (-13366) + H3O^1 (-8063) -> No product +At time : 27.001 ns Reaction : e_aq^-1 (-3841) + H^0 (-13325) -> OH^-1 (-13573) + H_2^0 (-13574) +At time : 27.001 ns Reaction : OH^-1 (-13324) + H3O^1 (-6769) -> No product +At time : 27.001 ns Reaction : H3O^1 (-8267) + OH^-1 (-13279) -> No product +At time : 27.001 ns Reaction : e_aq^-1 (-1890) + °OH^0 (-13159) -> OH^-1 (-13575) +At time : 27.001 ns Reaction : °OH^0 (-12680) + °OH^0 (-5736) -> H2O2^0 (-13576) +At time : 27.001 ns Reaction : H^0 (-12167) + H^0 (-9594) -> H_2^0 (-13577) +At time : 27.001 ns Reaction : H^0 (-12069) + e_aq^-1 (-2520) -> OH^-1 (-13578) + H_2^0 (-13579) +At time : 27.001 ns Reaction : e_aq^-1 (-4326) + H^0 (-12006) -> OH^-1 (-13580) + H_2^0 (-13581) +At time : 27.001 ns Reaction : H3O^1 (-9980) + e_aq^-1 (-1615) -> H^0 (-13582) +At time : 27.001 ns Reaction : H^0 (-9900) + °OH^0 (-5760) -> No product +At time : 27.001 ns Reaction : H^0 (-9668) + e_aq^-1 (-2786) -> OH^-1 (-13583) + H_2^0 (-13584) +At time : 27.001 ns Reaction : °OH^0 (-9218) + e_aq^-1 (-2514) -> OH^-1 (-13585) +At time : 27.001 ns Reaction : °OH^0 (-8024) + H^0 (-9060) -> No product +At time : 27.001 ns Reaction : °OH^0 (-8693) + °OH^0 (-8696) -> H2O2^0 (-13586) +At time : 27.001 ns Reaction : e_aq^-1 (-5489) + °OH^0 (-8411) -> OH^-1 (-13587) +At time : 27.001 ns Reaction : °OH^0 (-6686) + °OH^0 (-7842) -> H2O2^0 (-13588) +At time : 27.001 ns Reaction : °OH^0 (-6640) + °OH^0 (-7794) -> H2O2^0 (-13589) +At time : 28.001 ns Reaction : OH^-1 (-13426) + H3O^1 (-6375) -> No product +At time : 28.001 ns Reaction : H2O2^0 (-12963) + e_aq^-1 (-4223) -> OH^-1 (-13590) + °OH^0 (-13591) +At time : 28.001 ns Reaction : e_aq^-1 (-1998) + H2O2^0 (-11755) -> OH^-1 (-13592) + °OH^0 (-13593) +At time : 28.001 ns Reaction : e_aq^-1 (-5409) + H2O2^0 (-11632) -> OH^-1 (-13594) + °OH^0 (-13595) +At time : 28.001 ns Reaction : °OH^0 (-10632) + °OH^0 (-6236) -> H2O2^0 (-13596) +At time : 28.001 ns Reaction : e_aq^-1 (-5314) + °OH^0 (-10359) -> OH^-1 (-13597) +At time : 28.001 ns Reaction : °OH^0 (-7800) + °OH^0 (-8979) -> H2O2^0 (-13598) +At time : 28.001 ns Reaction : °OH^0 (-6770) + °OH^0 (-7616) -> H2O2^0 (-13599) +At time : 28.001 ns Reaction : e_aq^-1 (-5468) + H3O^1 (-7323) -> H^0 (-13600) +At time : 28.001 ns Reaction : °OH^0 (-6402) + °OH^0 (-6408) -> H2O2^0 (-13601) +At time : 28.001 ns Reaction : °OH^0 (-6344) + °OH^0 (-6350) -> H2O2^0 (-13602) +At time : 28.001 ns Reaction : e_aq^-1 (-3609) + H3O^1 (-6289) -> H^0 (-13603) +At time : 29.001 ns Reaction : OH^-1 (-13580) + H3O^1 (-5869) -> No product +At time : 29.001 ns Reaction : OH^-1 (-13505) + H3O^1 (-7467) -> No product +At time : 29.001 ns Reaction : e_aq^-1 (-3930) + °OH^0 (-13495) -> OH^-1 (-13604) +At time : 29.001 ns Reaction : e_aq^-1 (-4107) + H2O2^0 (-13483) -> OH^-1 (-13605) + °OH^0 (-13606) +At time : 29.001 ns Reaction : H3O^1 (-10249) + OH^-1 (-13474) -> No product +At time : 29.001 ns Reaction : OH^-1 (-13465) + H3O^1 (-8571) -> No product +At time : 29.001 ns Reaction : OH^-1 (-13424) + H3O^1 (-6929) -> No product +At time : 29.001 ns Reaction : OH^-1 (-13223) + H3O^1 (-6591) -> No product +At time : 29.001 ns Reaction : OH^-1 (-12900) + H3O^1 (-8005) -> No product +At time : 29.001 ns Reaction : H3O^1 (-7227) + OH^-1 (-12755) -> No product +At time : 29.001 ns Reaction : OH^-1 (-12555) + H3O^1 (-7971) -> No product +At time : 29.001 ns Reaction : e_aq^-1 (-457) + H2O2^0 (-12415) -> OH^-1 (-13607) + °OH^0 (-13608) +At time : 29.001 ns Reaction : e_aq^-1 (-4748) + H^0 (-12083) -> OH^-1 (-13609) + H_2^0 (-13610) +At time : 29.001 ns Reaction : H^0 (-10223) + °OH^0 (-11124) -> No product +At time : 29.001 ns Reaction : H3O^1 (-10098) + e_aq^-1 (-4743) -> H^0 (-13611) +At time : 29.001 ns Reaction : °OH^0 (-6970) + °OH^0 (-9049) -> H2O2^0 (-13612) +At time : 30.001 ns Reaction : e_aq^-1 (-4006) + H^0 (-13498) -> OH^-1 (-13613) + H_2^0 (-13614) +At time : 30.001 ns Reaction : H3O^1 (-8049) + OH^-1 (-13470) -> No product +At time : 30.001 ns Reaction : e_aq^-1 (-778) + °OH^0 (-13367) -> OH^-1 (-13615) +At time : 30.001 ns Reaction : e_aq^-1 (-1392) + H^0 (-13191) -> OH^-1 (-13616) + H_2^0 (-13617) +At time : 30.001 ns Reaction : e_aq^-1 (-4706) + H^0 (-12561) -> OH^-1 (-13618) + H_2^0 (-13619) +At time : 30.001 ns Reaction : e_aq^-1 (-5310) + H2O2^0 (-11783) -> OH^-1 (-13620) + °OH^0 (-13621) +At time : 30.001 ns Reaction : e_aq^-1 (-4802) + H2O2^0 (-11715) -> OH^-1 (-13622) + °OH^0 (-13623) +At time : 30.001 ns Reaction : H^0 (-11224) + °OH^0 (-5836) -> No product +At time : 30.001 ns Reaction : H^0 (-9999) + °OH^0 (-6978) -> No product +At time : 30.001 ns Reaction : e_aq^-1 (-2518) + H3O^1 (-9656) -> H^0 (-13624) +At time : 30.001 ns Reaction : °OH^0 (-9193) + °OH^0 (-7742) -> H2O2^0 (-13625) +At time : 30.001 ns Reaction : °OH^0 (-6752) + °OH^0 (-8798) -> H2O2^0 (-13626) +At time : 30.001 ns Reaction : °OH^0 (-7128) + °OH^0 (-8495) -> H2O2^0 (-13627) +At time : 30.001 ns Reaction : e_aq^-1 (-4460) + H3O^1 (-6989) -> H^0 (-13628) +At time : 31.001 ns Reaction : e_aq^-1 (-304) + °OH^0 (-13621) -> OH^-1 (-13629) +At time : 31.001 ns Reaction : OH^-1 (-13618) + H3O^1 (-8067) -> No product +At time : 31.001 ns Reaction : OH^-1 (-13422) + H3O^1 (-6703) -> No product +At time : 31.001 ns Reaction : e_aq^-1 (-3438) + H^0 (-12182) -> OH^-1 (-13630) + H_2^0 (-13631) +At time : 31.001 ns Reaction : °OH^0 (-9747) + °OH^0 (-5946) -> H2O2^0 (-13632) +At time : 31.001 ns Reaction : °OH^0 (-9638) + e_aq^-1 (-3744) -> OH^-1 (-13633) +At time : 31.001 ns Reaction : H^0 (-9493) + e_aq^-1 (-8716) -> OH^-1 (-13634) + H_2^0 (-13635) +At time : 31.001 ns Reaction : H^0 (-9457) + e_aq^-1 (-3481) -> OH^-1 (-13636) + H_2^0 (-13637) +At time : 31.001 ns Reaction : e_aq^-1 (-5209) + °OH^0 (-8459) -> OH^-1 (-13638) +At time : 31.001 ns Reaction : H3O^1 (-5821) + e_aq^-1 (-8425) -> H^0 (-13639) +At time : 31.001 ns Reaction : e_aq^-1 (-3646) + H3O^1 (-6443) -> H^0 (-13640) +At time : 32.001 ns Reaction : OH^-1 (-13575) + H3O^1 (-8364) -> No product +At time : 32.001 ns Reaction : OH^-1 (-13513) + H3O^1 (-6571) -> No product +At time : 32.001 ns Reaction : H3O^1 (-10565) + OH^-1 (-13251) -> No product +At time : 32.001 ns Reaction : e_aq^-1 (-1031) + H^0 (-13180) -> OH^-1 (-13641) + H_2^0 (-13642) +At time : 32.001 ns Reaction : OH^-1 (-13126) + H3O^1 (-7931) -> No product +At time : 32.001 ns Reaction : °OH^0 (-9462) + H^0 (-11765) -> No product +At time : 32.001 ns Reaction : °OH^0 (-10334) + °OH^0 (-8930) -> H2O2^0 (-13643) +At time : 32.001 ns Reaction : H^0 (-9375) + e_aq^-1 (-5599) -> OH^-1 (-13644) + H_2^0 (-13645) +At time : 32.001 ns Reaction : °OH^0 (-6430) + °OH^0 (-8531) -> H2O2^0 (-13646) +At time : 32.001 ns Reaction : e_aq^-1 (-832) + H3O^1 (-8083) -> H^0 (-13647) +At time : 33.001 ns Reaction : e_aq^-1 (-2739) + °OH^0 (-13534) -> OH^-1 (-13648) +At time : 33.001 ns Reaction : °OH^0 (-6410) + °OH^0 (-13390) -> H2O2^0 (-13649) +At time : 33.001 ns Reaction : OH^-1 (-12832) + H3O^1 (-6265) -> No product +At time : 33.001 ns Reaction : H^0 (-12448) + e_aq^-1 (-4575) -> OH^-1 (-13650) + H_2^0 (-13651) +At time : 33.001 ns Reaction : H2O2^0 (-11621) + e_aq^-1 (-4801) -> OH^-1 (-13652) + °OH^0 (-13653) +At time : 33.001 ns Reaction : °OH^0 (-7996) + °OH^0 (-8959) -> H2O2^0 (-13654) +At time : 33.001 ns Reaction : e_aq^-1 (-5098) + H3O^1 (-8159) -> H^0 (-13655) +At time : 33.001 ns Reaction : e_aq^-1 (-1333) + H3O^1 (-7935) -> H^0 (-13656) +At time : 33.001 ns Reaction : e_aq^-1 (-2984) + °OH^0 (-6372) -> OH^-1 (-13657) +At time : 33.001 ns Reaction : e_aq^-1 (-3700) + H3O^1 (-5903) -> H^0 (-13658) +At time : 34.001 ns Reaction : H3O^1 (-6473) + OH^-1 (-13648) -> No product +At time : 34.001 ns Reaction : e_aq^-1 (-2460) + H2O2^0 (-13598) -> OH^-1 (-13659) + °OH^0 (-13660) +At time : 34.001 ns Reaction : e_aq^-1 (-147) + °OH^0 (-13595) -> OH^-1 (-13661) +At time : 34.001 ns Reaction : H2O2^0 (-13586) + e_aq^-1 (-4220) -> OH^-1 (-13662) + °OH^0 (-13663) +At time : 34.001 ns Reaction : °OH^0 (-13508) + °OH^0 (-12417) -> H2O2^0 (-13664) +At time : 34.001 ns Reaction : H3O^1 (-6991) + OH^-1 (-13466) -> No product +At time : 34.001 ns Reaction : H3O^1 (-9671) + OH^-1 (-13414) -> No product +At time : 34.001 ns Reaction : OH^-1 (-13343) + H3O^1 (-6917) -> No product +At time : 34.001 ns Reaction : H3O^1 (-9760) + OH^-1 (-13245) -> No product +At time : 34.001 ns Reaction : H^0 (-13156) + e_aq^-1 (-2044) -> OH^-1 (-13665) + H_2^0 (-13666) +At time : 34.001 ns Reaction : °OH^0 (-13134) + e_aq^-1 (-5553) -> OH^-1 (-13667) +At time : 34.001 ns Reaction : e_aq^-1 (-2260) + H^0 (-13125) -> OH^-1 (-13668) + H_2^0 (-13669) +At time : 34.001 ns Reaction : e_aq^-1 (-3783) + H^0 (-13016) -> OH^-1 (-13670) + H_2^0 (-13671) +At time : 34.001 ns Reaction : e_aq^-1 (-5543) + H2O2^0 (-12551) -> OH^-1 (-13672) + °OH^0 (-13673) +At time : 34.001 ns Reaction : e_aq^-1 (-4586) + H2O2^0 (-12545) -> OH^-1 (-13674) + °OH^0 (-13675) +At time : 34.001 ns Reaction : e_aq^-1 (-578) + H2O2^0 (-11743) -> OH^-1 (-13676) + °OH^0 (-13677) +At time : 34.001 ns Reaction : e_aq^-1 (-4296) + H2O2^0 (-11429) -> OH^-1 (-13678) + °OH^0 (-13679) +At time : 34.001 ns Reaction : e_aq^-1 (-5072) + H3O^1 (-6053) -> H^0 (-13680) +At time : 34.001 ns Reaction : e_aq^-1 (-2937) + °OH^0 (-5826) -> OH^-1 (-13681) +At time : 35.001 ns Reaction : H^0 (-13640) + e_aq^-1 (-3658) -> OH^-1 (-13682) + H_2^0 (-13683) +At time : 35.001 ns Reaction : H3O^1 (-7047) + OH^-1 (-13501) -> No product +At time : 35.001 ns Reaction : OH^-1 (-13400) + H3O^1 (-9795) -> No product +At time : 35.001 ns Reaction : OH^-1 (-13387) + H3O^1 (-8153) -> No product +At time : 35.001 ns Reaction : OH^-1 (-13168) + H3O^1 (-8691) -> No product +At time : 35.001 ns Reaction : e_aq^-1 (-4237) + H2O2^0 (-13002) -> OH^-1 (-13684) + °OH^0 (-13685) +At time : 35.001 ns Reaction : OH^-1 (-12901) + H3O^1 (-7063) -> No product +At time : 35.001 ns Reaction : e_aq^-1 (-5082) + H2O2^0 (-12381) -> OH^-1 (-13686) + °OH^0 (-13687) +At time : 35.001 ns Reaction : e_aq^-1 (-303) + H3O^1 (-8259) -> H^0 (-13688) +At time : 35.001 ns Reaction : e_aq^-1 (-3537) + H3O^1 (-6237) -> H^0 (-13689) +At time : 36.001 ns Reaction : OH^-1 (-13676) + H3O^1 (-7253) -> No product +At time : 36.001 ns Reaction : OH^-1 (-13662) + H3O^1 (-10905) -> No product +At time : 36.001 ns Reaction : OH^-1 (-13609) + H3O^1 (-7505) -> No product +At time : 36.001 ns Reaction : e_aq^-1 (-5297) + H2O2^0 (-13566) -> OH^-1 (-13690) + °OH^0 (-13691) +At time : 36.001 ns Reaction : H3O^1 (-9691) + OH^-1 (-13489) -> No product +At time : 36.001 ns Reaction : H^0 (-13434) + e_aq^-1 (-4819) -> OH^-1 (-13692) + H_2^0 (-13693) +At time : 36.001 ns Reaction : H3O^1 (-9366) + OH^-1 (-13297) -> No product +At time : 36.001 ns Reaction : e_aq^-1 (-2027) + °OH^0 (-12851) -> OH^-1 (-13694) +At time : 36.001 ns Reaction : e_aq^-1 (-3670) + H2O2^0 (-12505) -> OH^-1 (-13695) + °OH^0 (-13696) +At time : 36.001 ns Reaction : e_aq^-1 (-4704) + H^0 (-12431) -> OH^-1 (-13697) + H_2^0 (-13698) +At time : 36.001 ns Reaction : °OH^0 (-11359) + °OH^0 (-8852) -> H2O2^0 (-13699) +At time : 36.001 ns Reaction : e_aq^-1 (-791) + °OH^0 (-10199) -> OH^-1 (-13700) +At time : 36.001 ns Reaction : H^0 (-9530) + °OH^0 (-5896) -> No product +At time : 37.001 ns Reaction : H3O^1 (-6805) + OH^-1 (-13665) -> No product +At time : 37.001 ns Reaction : H3O^1 (-8223) + OH^-1 (-13597) -> No product +At time : 37.001 ns Reaction : OH^-1 (-13569) + H3O^1 (-6831) -> No product +At time : 37.001 ns Reaction : OH^-1 (-13563) + H3O^1 (-6081) -> No product +At time : 37.001 ns Reaction : e_aq^-1 (-964) + °OH^0 (-13552) -> OH^-1 (-13701) +At time : 37.001 ns Reaction : H3O^1 (-6283) + OH^-1 (-13531) -> No product +At time : 37.001 ns Reaction : OH^-1 (-13503) + H3O^1 (-7435) -> No product +At time : 37.001 ns Reaction : H^0 (-12894) + e_aq^-1 (-8878) -> OH^-1 (-13702) + H_2^0 (-13703) +At time : 37.001 ns Reaction : e_aq^-1 (-5261) + °OH^0 (-12857) -> OH^-1 (-13704) +At time : 37.001 ns Reaction : e_aq^-1 (-4705) + H^0 (-12240) -> OH^-1 (-13705) + H_2^0 (-13706) +At time : 37.001 ns Reaction : °OH^0 (-9677) + e_aq^-1 (-2675) -> OH^-1 (-13707) +At time : 38.001 ns Reaction : OH^-1 (-13702) + H3O^1 (-8099) -> No product +At time : 38.001 ns Reaction : H3O^1 (-7513) + OH^-1 (-13692) -> No product +At time : 38.001 ns Reaction : e_aq^-1 (-1365) + H2O2^0 (-13612) -> OH^-1 (-13708) + °OH^0 (-13709) +At time : 38.001 ns Reaction : °OH^0 (-13473) + °OH^0 (-7604) -> H2O2^0 (-13710) +At time : 38.001 ns Reaction : e_aq^-1 (-5418) + H2O2^0 (-12942) -> OH^-1 (-13711) + °OH^0 (-13712) +At time : 38.001 ns Reaction : e_aq^-1 (-4356) + H2O2^0 (-12881) -> OH^-1 (-13713) + °OH^0 (-13714) +At time : 38.001 ns Reaction : H3O^1 (-5875) + OH^-1 (-12600) -> No product +At time : 38.001 ns Reaction : H^0 (-11216) + e_aq^-1 (-2223) -> OH^-1 (-13715) + H_2^0 (-13716) +At time : 38.001 ns Reaction : H3O^1 (-11016) + e_aq^-1 (-1009) -> H^0 (-13717) +At time : 38.001 ns Reaction : °OH^0 (-10397) + °OH^0 (-7252) -> H2O2^0 (-13718) +At time : 38.001 ns Reaction : H3O^1 (-10319) + e_aq^-1 (-5709) -> H^0 (-13719) +At time : 38.001 ns Reaction : e_aq^-1 (-3790) + °OH^0 (-9632) -> OH^-1 (-13720) +At time : 38.001 ns Reaction : e_aq^-1 (-3794) + °OH^0 (-9003) -> OH^-1 (-13721) +At time : 38.001 ns Reaction : e_aq^-1 (-3613) + °OH^0 (-6286) -> OH^-1 (-13722) +At time : 39.001 ns Reaction : OH^-1 (-13684) + H3O^1 (-7613) -> No product +At time : 39.001 ns Reaction : OH^-1 (-13678) + H3O^1 (-8568) -> No product +At time : 39.001 ns Reaction : OH^-1 (-13558) + H3O^1 (-5867) -> No product +At time : 39.001 ns Reaction : OH^-1 (-13397) + H3O^1 (-6677) -> No product +At time : 39.001 ns Reaction : OH^-1 (-13372) + H3O^1 (-6835) -> No product +At time : 39.001 ns Reaction : °OH^0 (-6496) + H^0 (-13056) -> No product +At time : 39.001 ns Reaction : H^0 (-12915) + H^0 (-9010) -> H_2^0 (-13723) +At time : 39.001 ns Reaction : °OH^0 (-12831) + °OH^0 (-8294) -> H2O2^0 (-13724) +At time : 39.001 ns Reaction : H^0 (-12437) + e_aq^-1 (-4904) -> OH^-1 (-13725) + H_2^0 (-13726) +At time : 39.001 ns Reaction : H3O^1 (-10555) + OH^-1 (-12421) -> No product +At time : 39.001 ns Reaction : e_aq^-1 (-1533) + H2O2^0 (-12362) -> OH^-1 (-13727) + °OH^0 (-13728) +At time : 39.001 ns Reaction : e_aq^-1 (-4329) + H2O2^0 (-11667) -> OH^-1 (-13729) + °OH^0 (-13730) +At time : 39.001 ns Reaction : H^0 (-10976) + °OH^0 (-10090) -> No product +At time : 39.001 ns Reaction : e_aq^-1 (-3612) + H3O^1 (-9544) -> H^0 (-13731) +At time : 39.001 ns Reaction : °OH^0 (-9168) + e_aq^-1 (-3599) -> OH^-1 (-13732) +At time : 39.001 ns Reaction : e_aq^-1 (-5206) + H3O^1 (-8907) -> H^0 (-13733) +At time : 39.001 ns Reaction : e_aq^-1 (-4935) + H3O^1 (-8586) -> H^0 (-13734) +At time : 39.001 ns Reaction : °OH^0 (-7410) + °OH^0 (-8240) -> H2O2^0 (-13735) +At time : 40.001 ns Reaction : H3O^1 (-11139) + OH^-1 (-13541) -> No product +At time : 40.001 ns Reaction : H^0 (-13239) + e_aq^-1 (-4650) -> OH^-1 (-13736) + H_2^0 (-13737) +At time : 40.001 ns Reaction : H3O^1 (-7903) + OH^-1 (-13235) -> No product +At time : 40.001 ns Reaction : e_aq^-1 (-2096) + H^0 (-12852) -> OH^-1 (-13738) + H_2^0 (-13739) +At time : 40.001 ns Reaction : e_aq^-1 (-5234) + H2O2^0 (-11659) -> OH^-1 (-13740) + °OH^0 (-13741) +At time : 40.001 ns Reaction : e_aq^-1 (-2038) + H2O2^0 (-11431) -> OH^-1 (-13742) + °OH^0 (-13743) +At time : 40.001 ns Reaction : H3O^1 (-10074) + e_aq^-1 (-4558) -> H^0 (-13744) +At time : 40.001 ns Reaction : H^0 (-9432) + °OH^0 (-6980) -> No product +At time : 41.001 ns Reaction : H3O^1 (-10502) + OH^-1 (-13727) -> No product +At time : 41.001 ns Reaction : H2O2^0 (-13571) + e_aq^-1 (-3013) -> OH^-1 (-13745) + °OH^0 (-13746) +At time : 41.001 ns Reaction : OH^-1 (-13561) + H3O^1 (-5975) -> No product +At time : 41.001 ns Reaction : OH^-1 (-13509) + H3O^1 (-7019) -> No product +At time : 41.001 ns Reaction : e_aq^-1 (-980) + °OH^0 (-13493) -> OH^-1 (-13747) +At time : 41.001 ns Reaction : H^0 (-10111) + H^0 (-13453) -> H_2^0 (-13748) +At time : 41.001 ns Reaction : H3O^1 (-10142) + OH^-1 (-13444) -> No product +At time : 41.001 ns Reaction : H^0 (-13395) + e_aq^-1 (-4830) -> OH^-1 (-13749) + H_2^0 (-13750) +At time : 41.001 ns Reaction : °OH^0 (-13333) + e_aq^-1 (-2782) -> OH^-1 (-13751) +At time : 41.001 ns Reaction : °OH^0 (-12325) + °OH^0 (-7690) -> H2O2^0 (-13752) +At time : 41.001 ns Reaction : °OH^0 (-10845) + °OH^0 (-7920) -> H2O2^0 (-13753) +At time : 41.001 ns Reaction : °OH^0 (-10471) + °OH^0 (-8667) -> H2O2^0 (-13754) +At time : 41.001 ns Reaction : H3O^1 (-9639) + e_aq^-1 (-3833) -> H^0 (-13755) +At time : 41.001 ns Reaction : e_aq^-1 (-4347) + °OH^0 (-7936) -> OH^-1 (-13756) +At time : 42.001 ns Reaction : H3O^1 (-10232) + OH^-1 (-13740) -> No product +At time : 42.001 ns Reaction : OH^-1 (-13652) + H3O^1 (-8057) -> No product +At time : 42.001 ns Reaction : H3O^1 (-7207) + OH^-1 (-13547) -> No product +At time : 42.001 ns Reaction : e_aq^-1 (-5493) + H2O2^0 (-13537) -> OH^-1 (-13757) + °OH^0 (-13758) +At time : 42.001 ns Reaction : H^0 (-13351) + e_aq^-1 (-2635) -> OH^-1 (-13759) + H_2^0 (-13760) +At time : 42.001 ns Reaction : H^0 (-12330) + e_aq^-1 (-5527) -> OH^-1 (-13761) + H_2^0 (-13762) +At time : 42.001 ns Reaction : H^0 (-10453) + °OH^0 (-11002) -> No product +At time : 42.001 ns Reaction : H^0 (-10610) + °OH^0 (-9448) -> No product +At time : 42.001 ns Reaction : °OH^0 (-9600) + e_aq^-1 (-8542) -> OH^-1 (-13763) +At time : 42.001 ns Reaction : e_aq^-1 (-5389) + °OH^0 (-9081) -> OH^-1 (-13764) +At time : 42.001 ns Reaction : e_aq^-1 (-4942) + H3O^1 (-8397) -> H^0 (-13765) +At time : 42.001 ns Reaction : e_aq^-1 (-3763) + H3O^1 (-7783) -> H^0 (-13766) +At time : 42.001 ns Reaction : e_aq^-1 (-5092) + °OH^0 (-7200) -> OH^-1 (-13767) +At time : 43.001 ns Reaction : OH^-1 (-13757) + H3O^1 (-8475) -> No product +At time : 43.001 ns Reaction : H3O^1 (-6849) + OH^-1 (-13277) -> No product +At time : 43.001 ns Reaction : e_aq^-1 (-2424) + H2O2^0 (-12854) -> OH^-1 (-13768) + °OH^0 (-13769) +At time : 43.001 ns Reaction : H3O^1 (-10692) + OH^-1 (-12703) -> No product +At time : 43.001 ns Reaction : e_aq^-1 (-1311) + H2O2^0 (-11474) -> OH^-1 (-13770) + °OH^0 (-13771) +At time : 43.001 ns Reaction : °OH^0 (-11064) + H^0 (-10185) -> No product +At time : 43.001 ns Reaction : e_aq^-1 (-3044) + °OH^0 (-6358) -> OH^-1 (-13772) +At time : 43.001 ns Reaction : e_aq^-1 (-3584) + e_aq^-1 (-3583) -> OH^-1 (-13773) + OH^-1 (-13774) + H_2^0 (-13775) +At time : 44.001 ns Reaction : H2O2^0 (-13754) + e_aq^-1 (-4754) -> OH^-1 (-13776) + °OH^0 (-13777) +At time : 44.001 ns Reaction : H2O2^0 (-13353) + e_aq^-1 (-4214) -> OH^-1 (-13778) + °OH^0 (-13779) +At time : 44.001 ns Reaction : OH^-1 (-13331) + H3O^1 (-7455) -> No product +At time : 44.001 ns Reaction : OH^-1 (-13243) + H3O^1 (-7007) -> No product +At time : 44.001 ns Reaction : H^0 (-12634) + e_aq^-1 (-8719) -> OH^-1 (-13780) + H_2^0 (-13781) +At time : 44.001 ns Reaction : °OH^0 (-9959) + H^0 (-12378) -> No product +At time : 44.001 ns Reaction : H3O^1 (-10557) + e_aq^-1 (-4206) -> H^0 (-13782) +At time : 44.001 ns Reaction : H^0 (-9203) + °OH^0 (-5916) -> No product +At time : 44.001 ns Reaction : e_aq^-1 (-5102) + H3O^1 (-7479) -> H^0 (-13783) +At time : 45.001 ns Reaction : H3O^1 (-10478) + OH^-1 (-13776) -> No product +At time : 45.001 ns Reaction : °OH^0 (-13730) + e_aq^-1 (-1776) -> OH^-1 (-13784) +At time : 45.001 ns Reaction : OH^-1 (-13713) + H3O^1 (-6981) -> No product +At time : 45.001 ns Reaction : OH^-1 (-13711) + H3O^1 (-6131) -> No product +At time : 45.001 ns Reaction : H3O^1 (-10102) + OH^-1 (-13705) -> No product +At time : 45.001 ns Reaction : °OH^0 (-13687) + e_aq^-1 (-4930) -> OH^-1 (-13785) +At time : 45.001 ns Reaction : OH^-1 (-13638) + H3O^1 (-8173) -> No product +At time : 45.001 ns Reaction : e_aq^-1 (-2698) + H^0 (-13028) -> OH^-1 (-13786) + H_2^0 (-13787) +At time : 45.001 ns Reaction : e_aq^-1 (-3598) + H2O2^0 (-11787) -> OH^-1 (-13788) + °OH^0 (-13789) +At time : 45.001 ns Reaction : e_aq^-1 (-683) + H2O2^0 (-11692) -> OH^-1 (-13790) + °OH^0 (-13791) +At time : 45.001 ns Reaction : e_aq^-1 (-1996) + H3O^1 (-10810) -> H^0 (-13792) +At time : 45.001 ns Reaction : e_aq^-1 (-3672) + H3O^1 (-6497) -> H^0 (-13793) +At time : 46.001 ns Reaction : e_aq^-1 (-3694) + °OH^0 (-13746) -> OH^-1 (-13794) +At time : 46.001 ns Reaction : H^0 (-13436) + e_aq^-1 (-1079) -> OH^-1 (-13795) + H_2^0 (-13796) +At time : 46.001 ns Reaction : OH^-1 (-13389) + H3O^1 (-7765) -> No product +At time : 46.001 ns Reaction : e_aq^-1 (-2117) + H2O2^0 (-13299) -> OH^-1 (-13797) + °OH^0 (-13798) +At time : 46.001 ns Reaction : OH^-1 (-13149) + H3O^1 (-7861) -> No product +At time : 46.001 ns Reaction : °OH^0 (-12745) + °OH^0 (-6044) -> H2O2^0 (-13799) +At time : 46.001 ns Reaction : e_aq^-1 (-2719) + H2O2^0 (-12694) -> OH^-1 (-13800) + °OH^0 (-13801) +At time : 46.001 ns Reaction : H^0 (-12473) + e_aq^-1 (-3593) -> OH^-1 (-13802) + H_2^0 (-13803) +At time : 46.001 ns Reaction : H3O^1 (-10707) + e_aq^-1 (-3690) -> H^0 (-13804) +At time : 46.001 ns Reaction : °OH^0 (-9640) + °OH^0 (-5912) -> H2O2^0 (-13805) +At time : 46.001 ns Reaction : e_aq^-1 (-712) + H3O^1 (-8862) -> H^0 (-13806) +At time : 46.001 ns Reaction : e_aq^-1 (-447) + H3O^1 (-8215) -> H^0 (-13807) +At time : 46.001 ns Reaction : e_aq^-1 (-3562) + H3O^1 (-7713) -> H^0 (-13808) +At time : 47.001 ns Reaction : OH^-1 (-13795) + H3O^1 (-6183) -> No product +At time : 47.001 ns Reaction : OH^-1 (-13722) + H3O^1 (-7703) -> No product +At time : 47.001 ns Reaction : H3O^1 (-5971) + OH^-1 (-13590) -> No product +At time : 47.001 ns Reaction : OH^-1 (-13578) + H3O^1 (-6535) -> No product +At time : 47.001 ns Reaction : H^0 (-13012) + H^0 (-9377) -> H_2^0 (-13809) +At time : 47.001 ns Reaction : H^0 (-12996) + e_aq^-1 (-5476) -> OH^-1 (-13810) + H_2^0 (-13811) +At time : 47.001 ns Reaction : °OH^0 (-12827) + e_aq^-1 (-2977) -> OH^-1 (-13812) +At time : 47.001 ns Reaction : e_aq^-1 (-2522) + H2O2^0 (-11681) -> OH^-1 (-13813) + °OH^0 (-13814) +At time : 47.001 ns Reaction : e_aq^-1 (-4322) + H2O2^0 (-11620) -> OH^-1 (-13815) + °OH^0 (-13816) +At time : 47.001 ns Reaction : e_aq^-1 (-5689) + °OH^0 (-11279) -> OH^-1 (-13817) +At time : 47.001 ns Reaction : H3O^1 (-10631) + e_aq^-1 (-3507) -> H^0 (-13818) +At time : 47.001 ns Reaction : e_aq^-1 (-2842) + H3O^1 (-8769) -> H^0 (-13819) +At time : 47.001 ns Reaction : e_aq^-1 (-3825) + e_aq^-1 (-2556) -> OH^-1 (-13820) + OH^-1 (-13821) + H_2^0 (-13822) +At time : 48.001 ns Reaction : H^0 (-13783) + e_aq^-1 (-5126) -> OH^-1 (-13823) + H_2^0 (-13824) +At time : 48.001 ns Reaction : OH^-1 (-13778) + H3O^1 (-8361) -> No product +At time : 48.001 ns Reaction : OH^-1 (-13767) + H3O^1 (-7183) -> No product +At time : 48.001 ns Reaction : OH^-1 (-13672) + H3O^1 (-9378) -> No product +At time : 48.001 ns Reaction : H3O^1 (-8775) + OH^-1 (-13533) -> No product +At time : 48.001 ns Reaction : OH^-1 (-13113) + H3O^1 (-6117) -> No product +At time : 48.001 ns Reaction : H^0 (-12260) + H^0 (-12660) -> H_2^0 (-13825) +At time : 48.001 ns Reaction : H2O2^0 (-12626) + e_aq^-1 (-994) -> OH^-1 (-13826) + °OH^0 (-13827) +At time : 48.001 ns Reaction : °OH^0 (-12609) + °OH^0 (-8999) -> H2O2^0 (-13828) +At time : 48.001 ns Reaction : e_aq^-1 (-5020) + H2O2^0 (-11918) -> OH^-1 (-13829) + °OH^0 (-13830) +At time : 48.001 ns Reaction : °OH^0 (-10805) + e_aq^-1 (-1901) -> OH^-1 (-13831) +At time : 48.001 ns Reaction : °OH^0 (-10699) + e_aq^-1 (-2702) -> OH^-1 (-13832) +At time : 48.001 ns Reaction : e_aq^-1 (-3826) + °OH^0 (-6512) -> OH^-1 (-13833) +At time : 49.001 ns Reaction : OH^-1 (-13747) + H3O^1 (-8061) -> No product +At time : 49.001 ns Reaction : H3O^1 (-7233) + OH^-1 (-13700) -> No product +At time : 49.001 ns Reaction : OH^-1 (-13370) + H3O^1 (-8031) -> No product +At time : 49.001 ns Reaction : OH^-1 (-13189) + H3O^1 (-8045) -> No product +At time : 49.001 ns Reaction : H3O^1 (-5979) + OH^-1 (-12773) -> No product +At time : 49.001 ns Reaction : H^0 (-12747) + °OH^0 (-6680) -> No product +At time : 49.001 ns Reaction : e_aq^-1 (-1258) + H^0 (-12491) -> OH^-1 (-13834) + H_2^0 (-13835) +At time : 49.001 ns Reaction : H2O2^0 (-11557) + e_aq^-1 (-4954) -> OH^-1 (-13836) + °OH^0 (-13837) +At time : 49.001 ns Reaction : e_aq^-1 (-2968) + °OH^0 (-8738) -> OH^-1 (-13838) +At time : 50.001 ns Reaction : e_aq^-1 (-3028) + H^0 (-13731) -> OH^-1 (-13839) + H_2^0 (-13840) +At time : 50.001 ns Reaction : OH^-1 (-13670) + H3O^1 (-5921) -> No product +At time : 50.001 ns Reaction : H^0 (-13088) + e_aq^-1 (-5503) -> OH^-1 (-13841) + H_2^0 (-13842) +At time : 50.001 ns Reaction : H^0 (-12710) + °OH^0 (-7190) -> No product +At time : 50.001 ns Reaction : H2O2^0 (-12469) + e_aq^-1 (-4211) -> OH^-1 (-13843) + °OH^0 (-13844) +At time : 50.001 ns Reaction : °OH^0 (-11033) + H^0 (-12432) -> No product +At time : 50.001 ns Reaction : e_aq^-1 (-5079) + H2O2^0 (-11578) -> OH^-1 (-13845) + °OH^0 (-13846) +At time : 50.001 ns Reaction : °OH^0 (-9479) + °OH^0 (-5886) -> H2O2^0 (-13847) +At time : 50.001 ns Reaction : °OH^0 (-8669) + °OH^0 (-8951) -> H2O2^0 (-13848) +At time : 50.001 ns Reaction : °OH^0 (-7046) + °OH^0 (-8591) -> H2O2^0 (-13849) +At time : 50.001 ns Reaction : °OH^0 (-5718) + °OH^0 (-7406) -> H2O2^0 (-13850) +At time : 51.001 ns Reaction : OH^-1 (-13800) + H3O^1 (-8544) -> No product +At time : 51.001 ns Reaction : OH^-1 (-13686) + H3O^1 (-7493) -> No product +At time : 51.001 ns Reaction : H^0 (-12394) + e_aq^-1 (-4940) -> OH^-1 (-13851) + H_2^0 (-13852) +At time : 51.001 ns Reaction : e_aq^-1 (-4661) + H2O2^0 (-12306) -> OH^-1 (-13853) + °OH^0 (-13854) +At time : 51.001 ns Reaction : H2O2^0 (-11885) + e_aq^-1 (-3808) -> OH^-1 (-13855) + °OH^0 (-13856) +At time : 51.001 ns Reaction : H^0 (-9296) + °OH^0 (-7120) -> No product +At time : 52.001 ns Reaction : OH^-1 (-13690) + H3O^1 (-7421) -> No product +At time : 52.001 ns Reaction : H3O^1 (-9537) + OH^-1 (-13549) -> No product +At time : 52.001 ns Reaction : OH^-1 (-13476) + H3O^1 (-7741) -> No product +At time : 52.001 ns Reaction : OH^-1 (-13472) + H3O^1 (-7599) -> No product +At time : 52.001 ns Reaction : OH^-1 (-13253) + H3O^1 (-7017) -> No product +At time : 52.001 ns Reaction : H^0 (-13218) + e_aq^-1 (-2432) -> OH^-1 (-13857) + H_2^0 (-13858) +At time : 52.001 ns Reaction : H2O2^0 (-12527) + e_aq^-1 (-4094) -> OH^-1 (-13859) + °OH^0 (-13860) +At time : 52.001 ns Reaction : e_aq^-1 (-929) + °OH^0 (-9067) -> OH^-1 (-13861) +At time : 52.001 ns Reaction : e_aq^-1 (-5698) + °OH^0 (-8927) -> OH^-1 (-13862) +At time : 53.001 ns Reaction : °OH^0 (-12980) + H^0 (-13717) -> No product +At time : 53.001 ns Reaction : e_aq^-1 (-2363) + H^0 (-13517) -> OH^-1 (-13863) + H_2^0 (-13864) +At time : 53.001 ns Reaction : °OH^0 (-10788) + °OH^0 (-5872) -> H2O2^0 (-13865) +At time : 53.001 ns Reaction : °OH^0 (-10669) + e_aq^-1 (-3592) -> OH^-1 (-13866) +At time : 53.001 ns Reaction : °OH^0 (-9593) + e_aq^-1 (-3671) -> OH^-1 (-13867) +At time : 53.001 ns Reaction : °OH^0 (-6362) + °OH^0 (-6364) -> H2O2^0 (-13868) +At time : 54.001 ns Reaction : H3O^1 (-7977) + OH^-1 (-13853) -> No product +At time : 54.001 ns Reaction : e_aq^-1 (-584) + °OH^0 (-13044) -> OH^-1 (-13869) +At time : 54.001 ns Reaction : H^0 (-12839) + e_aq^-1 (-2820) -> OH^-1 (-13870) + H_2^0 (-13871) +At time : 54.001 ns Reaction : e_aq^-1 (-2003) + H^0 (-12835) -> OH^-1 (-13872) + H_2^0 (-13873) +At time : 54.001 ns Reaction : H3O^1 (-9687) + OH^-1 (-12727) -> No product +At time : 54.001 ns Reaction : OH^-1 (-12702) + H3O^1 (-6437) -> No product +At time : 54.001 ns Reaction : H3O^1 (-9817) + e_aq^-1 (-4124) -> H^0 (-13874) +At time : 54.001 ns Reaction : e_aq^-1 (-3543) + H3O^1 (-7721) -> H^0 (-13875) +At time : 54.001 ns Reaction : e_aq^-1 (-733) + °OH^0 (-7454) -> OH^-1 (-13876) +At time : 55.001 ns Reaction : OH^-1 (-13851) + H3O^1 (-7995) -> No product +At time : 55.001 ns Reaction : OH^-1 (-13742) + H3O^1 (-7615) -> No product +At time : 55.001 ns Reaction : H^0 (-13647) + °OH^0 (-7138) -> No product +At time : 55.001 ns Reaction : H^0 (-13538) + e_aq^-1 (-4999) -> OH^-1 (-13877) + H_2^0 (-13878) +At time : 55.001 ns Reaction : OH^-1 (-13177) + H3O^1 (-7403) -> No product +At time : 55.001 ns Reaction : e_aq^-1 (-4991) + °OH^0 (-13033) -> OH^-1 (-13879) +At time : 55.001 ns Reaction : OH^-1 (-12510) + H3O^1 (-6589) -> No product +At time : 55.001 ns Reaction : H^0 (-10723) + °OH^0 (-6560) -> No product +At time : 55.001 ns Reaction : e_aq^-1 (-5321) + H3O^1 (-8610) -> H^0 (-13880) +At time : 55.001 ns Reaction : e_aq^-1 (-5068) + H3O^1 (-8163) -> H^0 (-13881) +At time : 55.001 ns Reaction : e_aq^-1 (-533) + e_aq^-1 (-5210) -> OH^-1 (-13882) + OH^-1 (-13883) + H_2^0 (-13884) +At time : 56.001 ns Reaction : H3O^1 (-9704) + OH^-1 (-13821) -> No product +At time : 56.001 ns Reaction : OH^-1 (-13797) + H3O^1 (-10797) -> No product +At time : 56.001 ns Reaction : H^0 (-13680) + e_aq^-1 (-4968) -> OH^-1 (-13885) + H_2^0 (-13886) +At time : 56.001 ns Reaction : OH^-1 (-13659) + H3O^1 (-6565) -> No product +At time : 56.001 ns Reaction : e_aq^-1 (-5269) + °OH^0 (-13204) -> OH^-1 (-13887) +At time : 56.001 ns Reaction : H2O2^0 (-11402) + e_aq^-1 (-1972) -> OH^-1 (-13888) + °OH^0 (-13889) +At time : 56.001 ns Reaction : °OH^0 (-10442) + °OH^0 (-8867) -> H2O2^0 (-13890) +At time : 56.001 ns Reaction : °OH^0 (-6960) + e_aq^-1 (-8833) -> OH^-1 (-13891) +At time : 56.001 ns Reaction : e_aq^-1 (-4528) + °OH^0 (-8681) -> OH^-1 (-13892) +At time : 56.001 ns Reaction : e_aq^-1 (-3677) + e_aq^-1 (-2893) -> OH^-1 (-13893) + OH^-1 (-13894) + H_2^0 (-13895) +At time : 57.001 ns Reaction : e_aq^-1 (-4379) + H^0 (-13435) -> OH^-1 (-13896) + H_2^0 (-13897) +At time : 57.001 ns Reaction : e_aq^-1 (-4100) + H2O2^0 (-11888) -> OH^-1 (-13898) + °OH^0 (-13899) +At time : 57.001 ns Reaction : H^0 (-9713) + e_aq^-1 (-3893) -> OH^-1 (-13900) + H_2^0 (-13901) +At time : 57.001 ns Reaction : e_aq^-1 (-3703) + H3O^1 (-6439) -> H^0 (-13902) +At time : 57.001 ns Reaction : e_aq^-1 (-4351) + H3O^1 (-6013) -> H^0 (-13903) +At time : 58.001 ns Reaction : °OH^0 (-13816) + e_aq^-1 (-4454) -> OH^-1 (-13904) +At time : 58.001 ns Reaction : OH^-1 (-13785) + H3O^1 (-8105) -> No product +At time : 58.001 ns Reaction : OH^-1 (-13674) + H3O^1 (-8097) -> No product +At time : 58.001 ns Reaction : OH^-1 (-13661) + H3O^1 (-7309) -> No product +At time : 58.001 ns Reaction : H^0 (-11226) + °OH^0 (-9860) -> No product +At time : 58.001 ns Reaction : °OH^0 (-10494) + °OH^0 (-8429) -> H2O2^0 (-13905) +At time : 58.001 ns Reaction : H3O^1 (-10389) + e_aq^-1 (-8608) -> H^0 (-13906) +At time : 58.001 ns Reaction : °OH^0 (-10260) + e_aq^-1 (-5176) -> OH^-1 (-13907) +At time : 59.001 ns Reaction : °OH^0 (-13691) + e_aq^-1 (-5116) -> OH^-1 (-13908) +At time : 59.001 ns Reaction : °OH^0 (-13673) + H^0 (-13145) -> No product +At time : 59.001 ns Reaction : OH^-1 (-13516) + H3O^1 (-7605) -> No product +At time : 59.001 ns Reaction : e_aq^-1 (-2290) + H2O2^0 (-13376) -> OH^-1 (-13909) + °OH^0 (-13910) +At time : 59.001 ns Reaction : OH^-1 (-13336) + H3O^1 (-10688) -> No product +At time : 59.001 ns Reaction : H3O^1 (-5999) + OH^-1 (-13160) -> No product +At time : 59.001 ns Reaction : H^0 (-12968) + °OH^0 (-8084) -> No product +At time : 59.001 ns Reaction : H3O^1 (-9490) + e_aq^-1 (-3499) -> H^0 (-13911) +At time : 59.001 ns Reaction : °OH^0 (-6816) + °OH^0 (-8564) -> H2O2^0 (-13912) +At time : 60.001 ns Reaction : OH^-1 (-13908) + H3O^1 (-8175) -> No product +At time : 60.001 ns Reaction : OH^-1 (-13892) + H3O^1 (-8838) -> No product +At time : 60.001 ns Reaction : H3O^1 (-8496) + OH^-1 (-13829) -> No product +At time : 60.001 ns Reaction : OH^-1 (-13518) + H3O^1 (-7299) -> No product +At time : 60.001 ns Reaction : OH^-1 (-13494) + H3O^1 (-7831) -> No product +At time : 60.001 ns Reaction : H^0 (-12983) + °OH^0 (-8402) -> No product +At time : 60.001 ns Reaction : °OH^0 (-12908) + e_aq^-1 (-5007) -> OH^-1 (-13913) +At time : 60.001 ns Reaction : e_aq^-1 (-3876) + H^0 (-12536) -> OH^-1 (-13914) + H_2^0 (-13915) +At time : 60.001 ns Reaction : e_aq^-1 (-4548) + H2O2^0 (-11906) -> OH^-1 (-13916) + °OH^0 (-13917) +At time : 60.001 ns Reaction : e_aq^-1 (-5071) + H3O^1 (-7463) -> H^0 (-13918) +At time : 60.001 ns Reaction : e_aq^-1 (-4758) + H3O^1 (-6953) -> H^0 (-13919) +At time : 60.001 ns Reaction : e_aq^-1 (-4155) + H3O^1 (-6195) -> H^0 (-13920) +At time : 61.001 ns Reaction : H3O^1 (-6083) + OH^-1 (-13845) -> No product +At time : 61.001 ns Reaction : OH^-1 (-13826) + H3O^1 (-6029) -> No product +At time : 61.001 ns Reaction : OH^-1 (-13815) + H3O^1 (-8679) -> No product +At time : 61.001 ns Reaction : H3O^1 (-6491) + OH^-1 (-13585) -> No product +At time : 61.001 ns Reaction : e_aq^-1 (-4281) + H^0 (-13484) -> OH^-1 (-13921) + H_2^0 (-13922) +At time : 61.001 ns Reaction : e_aq^-1 (-1988) + H2O2^0 (-12731) -> OH^-1 (-13923) + °OH^0 (-13924) +At time : 61.001 ns Reaction : e_aq^-1 (-1246) + °OH^0 (-12708) -> OH^-1 (-13925) +At time : 61.001 ns Reaction : H3O^1 (-10308) + e_aq^-1 (-5591) -> H^0 (-13926) +At time : 62.001 ns Reaction : OH^-1 (-13891) + H3O^1 (-6947) -> No product +At time : 62.001 ns Reaction : OH^-1 (-13879) + H3O^1 (-8039) -> No product +At time : 62.001 ns Reaction : H3O^1 (-6715) + OH^-1 (-13738) -> No product +At time : 62.001 ns Reaction : e_aq^-1 (-16) + H2O2^0 (-12379) -> OH^-1 (-13927) + °OH^0 (-13928) +At time : 62.001 ns Reaction : OH^-1 (-11935) + H3O^1 (-7397) -> No product +At time : 62.001 ns Reaction : e_aq^-1 (-3939) + H2O2^0 (-11865) -> OH^-1 (-13929) + °OH^0 (-13930) +At time : 62.001 ns Reaction : °OH^0 (-9210) + e_aq^-1 (-8758) -> OH^-1 (-13931) +At time : 62.001 ns Reaction : e_aq^-1 (-4820) + H3O^1 (-7993) -> H^0 (-13932) +At time : 63.001 ns Reaction : e_aq^-1 (-848) + H2O2^0 (-13849) -> OH^-1 (-13933) + °OH^0 (-13934) +At time : 63.001 ns Reaction : H3O^1 (-8243) + OH^-1 (-13667) -> No product +At time : 63.001 ns Reaction : °OH^0 (-9865) + °OH^0 (-13373) -> H2O2^0 (-13935) +At time : 63.001 ns Reaction : e_aq^-1 (-4794) + H^0 (-13155) -> OH^-1 (-13936) + H_2^0 (-13937) +At time : 63.001 ns Reaction : °OH^0 (-12485) + °OH^0 (-7948) -> H2O2^0 (-13938) +At time : 63.001 ns Reaction : H^0 (-11126) + H^0 (-11261) -> H_2^0 (-13939) +At time : 63.001 ns Reaction : e_aq^-1 (-1984) + H3O^1 (-8805) -> H^0 (-13940) +At time : 63.001 ns Reaction : e_aq^-1 (-5453) + °OH^0 (-8260) -> OH^-1 (-13941) +At time : 64.001 ns Reaction : e_aq^-1 (-249) + °OH^0 (-13712) -> OH^-1 (-13942) +At time : 64.001 ns Reaction : OH^-1 (-13605) + H3O^1 (-5963) -> No product +At time : 64.001 ns Reaction : H3O^1 (-6517) + OH^-1 (-13583) -> No product +At time : 64.001 ns Reaction : H^0 (-12840) + °OH^0 (-9570) -> No product +At time : 64.001 ns Reaction : H2O2^0 (-11463) + e_aq^-1 (-2332) -> OH^-1 (-13943) + °OH^0 (-13944) +At time : 64.001 ns Reaction : H3O^1 (-9531) + e_aq^-1 (-3117) -> H^0 (-13945) +At time : 64.001 ns Reaction : e_aq^-1 (-3595) + °OH^0 (-7728) -> OH^-1 (-13946) +At time : 64.001 ns Reaction : e_aq^-1 (-202) + e_aq^-1 (-441) -> OH^-1 (-13947) + OH^-1 (-13948) + H_2^0 (-13949) +At time : 65.001 ns Reaction : OH^-1 (-13943) + H3O^1 (-5947) -> No product +At time : 65.001 ns Reaction : H3O^1 (-9607) + OH^-1 (-13832) -> No product +At time : 65.001 ns Reaction : H3O^1 (-7797) + OH^-1 (-13613) -> No product +At time : 65.001 ns Reaction : H2O2^0 (-13411) + e_aq^-1 (-3533) -> OH^-1 (-13950) + °OH^0 (-13951) +At time : 65.001 ns Reaction : °OH^0 (-12959) + °OH^0 (-13284) -> H2O2^0 (-13952) +At time : 65.001 ns Reaction : OH^-1 (-12675) + H3O^1 (-8589) -> No product +At time : 66.001 ns Reaction : OH^-1 (-13820) + H3O^1 (-6563) -> No product +At time : 66.001 ns Reaction : e_aq^-1 (-3797) + H2O2^0 (-13491) -> OH^-1 (-13953) + °OH^0 (-13954) +At time : 66.001 ns Reaction : e_aq^-1 (-4710) + H2O2^0 (-11664) -> OH^-1 (-13955) + °OH^0 (-13956) +At time : 66.001 ns Reaction : °OH^0 (-9223) + °OH^0 (-10741) -> H2O2^0 (-13957) +At time : 66.001 ns Reaction : H^0 (-10525) + e_aq^-1 (-4611) -> OH^-1 (-13958) + H_2^0 (-13959) +At time : 66.001 ns Reaction : e_aq^-1 (-528) + H3O^1 (-10262) -> H^0 (-13960) +At time : 66.001 ns Reaction : e_aq^-1 (-5012) + H^0 (-10154) -> OH^-1 (-13961) + H_2^0 (-13962) +At time : 66.001 ns Reaction : °OH^0 (-9927) + °OH^0 (-9259) -> H2O2^0 (-13963) +At time : 66.001 ns Reaction : °OH^0 (-6264) + °OH^0 (-7712) -> H2O2^0 (-13964) +At time : 66.001 ns Reaction : e_aq^-1 (-4378) + °OH^0 (-6830) -> OH^-1 (-13965) +At time : 66.001 ns Reaction : e_aq^-1 (-5100) + H3O^1 (-6149) -> H^0 (-13966) +At time : 67.001 ns Reaction : e_aq^-1 (-4561) + H^0 (-13628) -> OH^-1 (-13967) + H_2^0 (-13968) +At time : 67.001 ns Reaction : e_aq^-1 (-2455) + H2O2^0 (-12657) -> OH^-1 (-13969) + °OH^0 (-13970) +At time : 67.001 ns Reaction : °OH^0 (-7988) + H^0 (-12493) -> No product +At time : 67.001 ns Reaction : e_aq^-1 (-4973) + H2O2^0 (-12149) -> OH^-1 (-13971) + °OH^0 (-13972) +At time : 67.001 ns Reaction : °OH^0 (-10564) + e_aq^-1 (-4246) -> OH^-1 (-13973) +At time : 67.001 ns Reaction : °OH^0 (-10210) + °OH^0 (-7188) -> H2O2^0 (-13974) +At time : 67.001 ns Reaction : e_aq^-1 (-4192) + °OH^0 (-7894) -> OH^-1 (-13975) +At time : 67.001 ns Reaction : e_aq^-1 (-5248) + H3O^1 (-7439) -> H^0 (-13976) +At time : 67.001 ns Reaction : e_aq^-1 (-3860) + H3O^1 (-6569) -> H^0 (-13977) +At time : 68.001 ns Reaction : e_aq^-1 (-173) + H^0 (-12895) -> OH^-1 (-13978) + H_2^0 (-13979) +At time : 68.001 ns Reaction : OH^-1 (-12494) + H3O^1 (-7575) -> No product +At time : 68.001 ns Reaction : e_aq^-1 (-539) + H^0 (-10406) -> OH^-1 (-13980) + H_2^0 (-13981) +At time : 69.001 ns Reaction : OH^-1 (-13980) + H3O^1 (-8113) -> No product +At time : 69.001 ns Reaction : e_aq^-1 (-3969) + °OH^0 (-13970) -> OH^-1 (-13982) +At time : 69.001 ns Reaction : H^0 (-13766) + H^0 (-13804) -> H_2^0 (-13983) +At time : 69.001 ns Reaction : °OH^0 (-10966) + H^0 (-12557) -> No product +At time : 69.001 ns Reaction : e_aq^-1 (-4508) + H2O2^0 (-12140) -> OH^-1 (-13984) + °OH^0 (-13985) +At time : 69.001 ns Reaction : °OH^0 (-9437) + °OH^0 (-8700) -> H2O2^0 (-13986) +At time : 69.001 ns Reaction : e_aq^-1 (-4258) + °OH^0 (-9029) -> OH^-1 (-13987) +At time : 69.001 ns Reaction : e_aq^-1 (-4133) + H^0 (-9014) -> OH^-1 (-13988) + H_2^0 (-13989) +At time : 69.001 ns Reaction : e_aq^-1 (-5158) + H3O^1 (-8183) -> H^0 (-13990) +At time : 69.001 ns Reaction : °OH^0 (-7524) + °OH^0 (-8030) -> H2O2^0 (-13991) +At time : 69.001 ns Reaction : e_aq^-1 (-4610) + H3O^1 (-7997) -> H^0 (-13992) +At time : 70.001 ns Reaction : OH^-1 (-13961) + H3O^1 (-7091) -> No product +At time : 70.001 ns Reaction : OH^-1 (-13882) + H3O^1 (-6075) -> No product +At time : 70.001 ns Reaction : e_aq^-1 (-2559) + °OH^0 (-13769) -> OH^-1 (-13993) +At time : 70.001 ns Reaction : e_aq^-1 (-702) + H^0 (-13734) -> OH^-1 (-13994) + H_2^0 (-13995) +At time : 70.001 ns Reaction : H3O^1 (-11006) + OH^-1 (-13701) -> No product +At time : 70.001 ns Reaction : H3O^1 (-6067) + OH^-1 (-13607) -> No product +At time : 70.001 ns Reaction : e_aq^-1 (-1749) + H2O2^0 (-13074) -> OH^-1 (-13996) + °OH^0 (-13997) +At time : 70.001 ns Reaction : H^0 (-12673) + °OH^0 (-7680) -> No product +At time : 70.001 ns Reaction : e_aq^-1 (-4681) + H2O2^0 (-11789) -> OH^-1 (-13998) + °OH^0 (-13999) +At time : 70.001 ns Reaction : °OH^0 (-10904) + °OH^0 (-6898) -> H2O2^0 (-14000) +At time : 70.001 ns Reaction : °OH^0 (-10769) + °OH^0 (-6694) -> H2O2^0 (-14001) +At time : 70.001 ns Reaction : e_aq^-1 (-1941) + H3O^1 (-9834) -> H^0 (-14002) +At time : 70.001 ns Reaction : °OH^0 (-6802) + °OH^0 (-7884) -> H2O2^0 (-14003) +At time : 71.001 ns Reaction : OH^-1 (-13965) + H3O^1 (-6775) -> No product +At time : 71.001 ns Reaction : e_aq^-1 (-3802) + °OH^0 (-13660) -> OH^-1 (-14004) +At time : 71.001 ns Reaction : e_aq^-1 (-2574) + e_aq^-1 (-3801) -> OH^-1 (-14005) + OH^-1 (-14006) + H_2^0 (-14007) +At time : 72.001 ns Reaction : H3O^1 (-6573) + OH^-1 (-13993) -> No product +At time : 72.001 ns Reaction : OH^-1 (-13894) + H3O^1 (-5905) -> No product +At time : 72.001 ns Reaction : OH^-1 (-13430) + H3O^1 (-8273) -> No product +At time : 72.001 ns Reaction : °OH^0 (-10119) + °OH^0 (-13026) -> H2O2^0 (-14008) +At time : 72.001 ns Reaction : °OH^0 (-9692) + °OH^0 (-7644) -> H2O2^0 (-14009) +At time : 72.001 ns Reaction : e_aq^-1 (-3824) + H3O^1 (-7813) -> H^0 (-14010) +At time : 73.001 ns Reaction : OH^-1 (-13876) + H3O^1 (-7219) -> No product +At time : 73.001 ns Reaction : H3O^1 (-10214) + OH^-1 (-13869) -> No product +At time : 73.001 ns Reaction : H^0 (-10435) + °OH^0 (-13837) -> No product +At time : 73.001 ns Reaction : OH^-1 (-13749) + H3O^1 (-7515) -> No product +At time : 73.001 ns Reaction : e_aq^-1 (-5002) + H^0 (-13281) -> OH^-1 (-14011) + H_2^0 (-14012) +At time : 73.001 ns Reaction : e_aq^-1 (-4776) + H^0 (-12554) -> OH^-1 (-14013) + H_2^0 (-14014) +At time : 73.001 ns Reaction : e_aq^-1 (-1471) + H3O^1 (-8029) -> H^0 (-14015) +At time : 73.001 ns Reaction : °OH^0 (-5876) + °OH^0 (-6228) -> H2O2^0 (-14016) +At time : 73.001 ns Reaction : e_aq^-1 (-821) + °OH^0 (-6136) -> OH^-1 (-14017) +At time : 74.001 ns Reaction : OH^-1 (-13978) + H3O^1 (-11274) -> No product +At time : 74.001 ns Reaction : H3O^1 (-9893) + OH^-1 (-13958) -> No product +At time : 74.001 ns Reaction : OH^-1 (-13947) + H3O^1 (-11179) -> No product +At time : 74.001 ns Reaction : OH^-1 (-13833) + H3O^1 (-8547) -> No product +At time : 74.001 ns Reaction : e_aq^-1 (-3973) + H2O2^0 (-13632) -> OH^-1 (-14018) + °OH^0 (-14019) +At time : 74.001 ns Reaction : e_aq^-1 (-546) + H3O^1 (-11074) -> H^0 (-14020) +At time : 74.001 ns Reaction : e_aq^-1 (-5679) + H3O^1 (-8295) -> H^0 (-14021) +At time : 75.001 ns Reaction : H3O^1 (-7645) + OH^-1 (-13863) -> No product +At time : 75.001 ns Reaction : OH^-1 (-13681) + H3O^1 (-8538) -> No product +At time : 75.001 ns Reaction : OH^-1 (-13459) + H3O^1 (-8117) -> No product +At time : 75.001 ns Reaction : e_aq^-1 (-5424) + H^0 (-12965) -> OH^-1 (-14022) + H_2^0 (-14023) +At time : 75.001 ns Reaction : e_aq^-1 (-5174) + H^0 (-12810) -> OH^-1 (-14024) + H_2^0 (-14025) +At time : 75.001 ns Reaction : °OH^0 (-12249) + H^0 (-10259) -> No product +At time : 75.001 ns Reaction : °OH^0 (-10454) + °OH^0 (-5846) -> H2O2^0 (-14026) +At time : 76.001 ns Reaction : e_aq^-1 (-4178) + H2O2^0 (-13626) -> OH^-1 (-14027) + °OH^0 (-14028) +At time : 76.001 ns Reaction : e_aq^-1 (-4958) + °OH^0 (-13548) -> OH^-1 (-14029) +At time : 76.001 ns Reaction : e_aq^-1 (-4007) + °OH^0 (-12719) -> OH^-1 (-14030) +At time : 77.001 ns Reaction : OH^-1 (-13823) + H3O^1 (-8103) -> No product +At time : 77.001 ns Reaction : H^0 (-9678) + H^0 (-12953) -> H_2^0 (-14031) +At time : 77.001 ns Reaction : H2O2^0 (-11497) + e_aq^-1 (-2623) -> OH^-1 (-14032) + °OH^0 (-14033) +At time : 77.001 ns Reaction : e_aq^-1 (-4193) + H2O2^0 (-11432) -> OH^-1 (-14034) + °OH^0 (-14035) +At time : 77.001 ns Reaction : e_aq^-1 (-3048) + H3O^1 (-6355) -> H^0 (-14036) +At time : 78.001 ns Reaction : e_aq^-1 (-5120) + H^0 (-13990) -> OH^-1 (-14037) + H_2^0 (-14038) +At time : 78.001 ns Reaction : OH^-1 (-13859) + H3O^1 (-10761) -> No product +At time : 78.001 ns Reaction : °OH^0 (-13663) + H^0 (-13792) -> No product +At time : 78.001 ns Reaction : e_aq^-1 (-5648) + H3O^1 (-8317) -> H^0 (-14039) +At time : 78.001 ns Reaction : e_aq^-1 (-4858) + H3O^1 (-6039) -> H^0 (-14040) +At time : 79.001 ns Reaction : e_aq^-1 (-5612) + H^0 (-13600) -> OH^-1 (-14041) + H_2^0 (-14042) +At time : 79.001 ns Reaction : OH^-1 (-13158) + H3O^1 (-6883) -> No product +At time : 79.001 ns Reaction : H^0 (-10584) + °OH^0 (-7822) -> No product +At time : 79.001 ns Reaction : H^0 (-10431) + °OH^0 (-6062) -> No product +At time : 80.001 ns Reaction : OH^-1 (-13720) + H3O^1 (-6551) -> No product +At time : 80.001 ns Reaction : e_aq^-1 (-3607) + °OH^0 (-13532) -> OH^-1 (-14043) +At time : 80.001 ns Reaction : e_aq^-1 (-5710) + H^0 (-12595) -> OH^-1 (-14044) + H_2^0 (-14045) +At time : 80.001 ns Reaction : °OH^0 (-9368) + °OH^0 (-7352) -> H2O2^0 (-14046) +At time : 80.001 ns Reaction : e_aq^-1 (-5036) + H3O^1 (-7507) -> H^0 (-14047) +At time : 81.001 ns Reaction : H^0 (-14040) + °OH^0 (-12759) -> No product +At time : 81.001 ns Reaction : H^0 (-13793) + e_aq^-1 (-3679) -> OH^-1 (-14048) + H_2^0 (-14049) +At time : 81.001 ns Reaction : H3O^1 (-10161) + e_aq^-1 (-5132) -> H^0 (-14050) +At time : 81.001 ns Reaction : e_aq^-1 (-72) + °OH^0 (-7310) -> OH^-1 (-14051) +At time : 82.001 ns Reaction : OH^-1 (-14051) + H3O^1 (-8321) -> No product +At time : 82.001 ns Reaction : °OH^0 (-9623) + °OH^0 (-8756) -> H2O2^0 (-14052) +At time : 83.001 ns Reaction : °OH^0 (-14033) + e_aq^-1 (-2502) -> OH^-1 (-14053) +At time : 83.001 ns Reaction : °OH^0 (-13777) + e_aq^-1 (-4856) -> OH^-1 (-14054) +At time : 83.001 ns Reaction : e_aq^-1 (-660) + H2O2^0 (-12644) -> OH^-1 (-14055) + °OH^0 (-14056) +At time : 83.001 ns Reaction : e_aq^-1 (-2689) + H2O2^0 (-12013) -> OH^-1 (-14057) + °OH^0 (-14058) +At time : 83.001 ns Reaction : e_aq^-1 (-4737) + H3O^1 (-8017) -> H^0 (-14059) +At time : 84.001 ns Reaction : OH^-1 (-14030) + H3O^1 (-7809) -> No product +At time : 84.001 ns Reaction : OH^-1 (-13955) + H3O^1 (-8065) -> No product +At time : 84.001 ns Reaction : H3O^1 (-5827) + OH^-1 (-13900) -> No product +At time : 84.001 ns Reaction : H^0 (-13655) + e_aq^-1 (-436) -> OH^-1 (-14060) + H_2^0 (-14061) +At time : 84.001 ns Reaction : OH^-1 (-13629) + H3O^1 (-8139) -> No product +At time : 84.001 ns Reaction : e_aq^-1 (-5378) + H^0 (-13319) -> OH^-1 (-14062) + H_2^0 (-14063) +At time : 84.001 ns Reaction : °OH^0 (-10566) + °OH^0 (-6820) -> H2O2^0 (-14064) +At time : 84.001 ns Reaction : e_aq^-1 (-57) + H3O^1 (-8265) -> H^0 (-14065) +At time : 84.001 ns Reaction : e_aq^-1 (-3651) + e_aq^-1 (-3611) -> OH^-1 (-14066) + OH^-1 (-14067) + H_2^0 (-14068) +At time : 85.001 ns Reaction : OH^-1 (-14054) + H3O^1 (-8053) -> No product +At time : 85.001 ns Reaction : H3O^1 (-6037) + OH^-1 (-14013) -> No product +At time : 85.001 ns Reaction : H3O^1 (-6529) + OH^-1 (-13855) -> No product +At time : 85.001 ns Reaction : H^0 (-13481) + e_aq^-1 (-4417) -> OH^-1 (-14069) + H_2^0 (-14070) +At time : 85.001 ns Reaction : e_aq^-1 (-5639) + H2O2^0 (-11895) -> OH^-1 (-14071) + °OH^0 (-14072) +At time : 85.001 ns Reaction : H^0 (-9392) + °OH^0 (-5715) -> No product +At time : 85.001 ns Reaction : OH^-1 (-13695) + H3O^1 (-6521) -> No product +At time : 86.001 ns Reaction : OH^-1 (-14027) + H3O^1 (-7619) -> No product +At time : 86.001 ns Reaction : OH^-1 (-13694) + H3O^1 (-7827) -> No product +At time : 86.001 ns Reaction : e_aq^-1 (-4680) + H2O2^0 (-11525) -> OH^-1 (-14073) + °OH^0 (-14074) +At time : 86.001 ns Reaction : H3O^1 (-11054) + e_aq^-1 (-5062) -> H^0 (-14075) +At time : 86.001 ns Reaction : °OH^0 (-10685) + e_aq^-1 (-3692) -> OH^-1 (-14076) +At time : 86.001 ns Reaction : e_aq^-1 (-5213) + H3O^1 (-8141) -> H^0 (-14077) +At time : 86.001 ns Reaction : e_aq^-1 (-3725) + °OH^0 (-7774) -> OH^-1 (-14078) +At time : 87.001 ns Reaction : e_aq^-1 (-4675) + °OH^0 (-13830) -> OH^-1 (-14079) +At time : 87.001 ns Reaction : H^0 (-13046) + °OH^0 (-12594) -> No product +At time : 87.001 ns Reaction : H2O2^0 (-12217) + e_aq^-1 (-2339) -> OH^-1 (-14080) + °OH^0 (-14081) +At time : 87.001 ns Reaction : e_aq^-1 (-1774) + H2O2^0 (-11873) -> OH^-1 (-14082) + °OH^0 (-14083) +At time : 87.001 ns Reaction : H3O^1 (-10579) + e_aq^-1 (-3907) -> H^0 (-14084) +At time : 88.001 ns Reaction : OH^-1 (-14041) + H3O^1 (-7405) -> No product +At time : 88.001 ns Reaction : H3O^1 (-10500) + OH^-1 (-13708) -> No product +At time : 88.001 ns Reaction : e_aq^-1 (-606) + H^0 (-13110) -> OH^-1 (-14085) + H_2^0 (-14086) +At time : 88.001 ns Reaction : H2O2^0 (-12492) + e_aq^-1 (-5686) -> OH^-1 (-14087) + °OH^0 (-14088) +At time : 88.001 ns Reaction : e_aq^-1 (-5164) + H2O2^0 (-11720) -> OH^-1 (-14089) + °OH^0 (-14090) +At time : 88.001 ns Reaction : °OH^0 (-6240) + °OH^0 (-7700) -> H2O2^0 (-14091) +At time : 89.001 ns Reaction : °OH^0 (-14028) + e_aq^-1 (-4002) -> OH^-1 (-14092) +At time : 89.001 ns Reaction : e_aq^-1 (-5583) + °OH^0 (-13928) -> OH^-1 (-14093) +At time : 89.001 ns Reaction : H^0 (-9359) + °OH^0 (-10327) -> No product +At time : 90.001 ns Reaction : °OH^0 (-13860) + e_aq^-1 (-3972) -> OH^-1 (-14094) +At time : 90.001 ns Reaction : e_aq^-1 (-1344) + H2O2^0 (-13349) -> OH^-1 (-14095) + °OH^0 (-14096) +At time : 90.001 ns Reaction : e_aq^-1 (-615) + H^0 (-13185) -> OH^-1 (-14097) + H_2^0 (-14098) +At time : 90.001 ns Reaction : °OH^0 (-6588) + °OH^0 (-7656) -> H2O2^0 (-14099) +At time : 91.001 ns Reaction : OH^-1 (-13219) + H3O^1 (-6515) -> No product +At time : 91.001 ns Reaction : OH^-1 (-12888) + H3O^1 (-6971) -> No product +At time : 91.001 ns Reaction : H^0 (-9861) + °OH^0 (-6818) -> No product +At time : 92.001 ns Reaction : OH^-1 (-14080) + H3O^1 (-6759) -> No product +At time : 92.001 ns Reaction : OH^-1 (-14006) + H3O^1 (-6555) -> No product +At time : 92.001 ns Reaction : °OH^0 (-13854) + °OH^0 (-7058) -> H2O2^0 (-14100) +At time : 92.001 ns Reaction : OH^-1 (-13810) + H3O^1 (-7335) -> No product +At time : 92.001 ns Reaction : H3O^1 (-11345) + OH^-1 (-13108) -> No product +At time : 92.001 ns Reaction : °OH^0 (-10504) + H^0 (-12214) -> No product +At time : 92.001 ns Reaction : e_aq^-1 (-2542) + H^0 (-10725) -> OH^-1 (-14101) + H_2^0 (-14102) +At time : 92.001 ns Reaction : e_aq^-1 (-3608) + °OH^0 (-8540) -> OH^-1 (-14103) +At time : 92.001 ns Reaction : e_aq^-1 (-3774) + H3O^1 (-5929) -> H^0 (-14104) +At time : 93.001 ns Reaction : OH^-1 (-13786) + H3O^1 (-7759) -> No product +At time : 93.001 ns Reaction : H3O^1 (-5913) + OH^-1 (-13633) -> No product +At time : 93.001 ns Reaction : °OH^0 (-8192) + H^0 (-11263) -> No product +At time : 93.001 ns Reaction : e_aq^-1 (-240) + H3O^1 (-8412) -> H^0 (-14105) +At time : 93.001 ns Reaction : e_aq^-1 (-273) + H3O^1 (-8171) -> H^0 (-14106) +At time : 94.001 ns Reaction : e_aq^-1 (-2252) + H^0 (-14010) -> OH^-1 (-14107) + H_2^0 (-14108) +At time : 94.001 ns Reaction : OH^-1 (-13994) + H3O^1 (-7095) -> No product +At time : 94.001 ns Reaction : e_aq^-1 (-3565) + H^0 (-13808) -> OH^-1 (-14109) + H_2^0 (-14110) +At time : 94.001 ns Reaction : °OH^0 (-13443) + °OH^0 (-6678) -> H2O2^0 (-14111) +At time : 94.001 ns Reaction : H^0 (-9577) + H^0 (-13200) -> H_2^0 (-14112) +At time : 94.001 ns Reaction : e_aq^-1 (-2504) + H^0 (-12232) -> OH^-1 (-14113) + H_2^0 (-14114) +At time : 94.001 ns Reaction : H3O^1 (-8181) + e_aq^-1 (-8884) -> H^0 (-14115) +At time : 95.001 ns Reaction : H3O^1 (-6307) + OH^-1 (-13946) -> No product +At time : 95.001 ns Reaction : °OH^0 (-13536) + °OH^0 (-6546) -> H2O2^0 (-14116) +At time : 95.001 ns Reaction : °OH^0 (-13244) + e_aq^-1 (-4432) -> OH^-1 (-14117) +At time : 95.001 ns Reaction : H^0 (-12141) + H^0 (-12999) -> H_2^0 (-14118) +At time : 95.001 ns Reaction : °OH^0 (-7660) + °OH^0 (-7776) -> H2O2^0 (-14119) +At time : 96.001 ns Reaction : e_aq^-1 (-502) + H2O2^0 (-12062) -> OH^-1 (-14120) + °OH^0 (-14121) +At time : 96.001 ns Reaction : H2O2^0 (-11816) + e_aq^-1 (-8488) -> OH^-1 (-14122) + °OH^0 (-14123) +At time : 96.001 ns Reaction : e_aq^-1 (-4917) + H^0 (-9066) -> OH^-1 (-14124) + H_2^0 (-14125) +At time : 96.001 ns Reaction : e_aq^-1 (-761) + e_aq^-1 (-4896) -> OH^-1 (-14126) + OH^-1 (-14127) + H_2^0 (-14128) +At time : 97.001 ns Reaction : H^0 (-9725) + H^0 (-13977) -> H_2^0 (-14129) +At time : 97.001 ns Reaction : °OH^0 (-10809) + H^0 (-12648) -> No product +At time : 97.001 ns Reaction : e_aq^-1 (-4582) + °OH^0 (-9285) -> OH^-1 (-14130) +At time : 98.001 ns Reaction : H3O^1 (-7875) + OH^-1 (-13898) -> No product +At time : 98.001 ns Reaction : °OH^0 (-10786) + e_aq^-1 (-2059) -> OH^-1 (-14131) +At time : 98.001 ns Reaction : H^0 (-10279) + H^0 (-9363) -> H_2^0 (-14132) +At time : 98.001 ns Reaction : °OH^0 (-10255) + H^0 (-9080) -> No product +At time : 98.001 ns Reaction : °OH^0 (-9552) + e_aq^-1 (-3686) -> OH^-1 (-14133) +At time : 99.001 ns Reaction : H3O^1 (-6653) + OH^-1 (-13347) -> No product +At time : 99.001 ns Reaction : °OH^0 (-12951) + °OH^0 (-5924) -> H2O2^0 (-14134) +At time : 100 ns Reaction : OH^-1 (-14076) + H3O^1 (-6393) -> No product +At time : 100 ns Reaction : OH^-1 (-13780) + H3O^1 (-7723) -> No product +At time : 100 ns Reaction : e_aq^-1 (-5563) + H2O2^0 (-11575) -> OH^-1 (-14135) + °OH^0 (-14136) +At time : 100 ns Reaction : °OH^0 (-7666) + °OH^0 (-7760) -> H2O2^0 (-14137) +At time : 100 ns Reaction : e_aq^-1 (-5275) + H3O^1 (-6105) -> H^0 (-14138) +At time : 100 ns Reaction : e_aq^-1 (-2390) + °OH^0 (-5934) -> OH^-1 (-14139) +At time : 100 ns Reaction : e_aq^-1 (-2741) + e_aq^-1 (-3735) -> OH^-1 (-14140) + OH^-1 (-14141) + H_2^0 (-14142) +At time : 101 ns Reaction : OH^-1 (-14095) + H3O^1 (-8430) -> No product +At time : 101 ns Reaction : °OH^0 (-5808) + H^0 (-13314) -> No product +At time : 101 ns Reaction : H^0 (-13087) + H^0 (-8976) -> H_2^0 (-14143) +At time : 101 ns Reaction : e_aq^-1 (-2863) + H2O2^0 (-12296) -> OH^-1 (-14144) + °OH^0 (-14145) +At time : 101 ns Reaction : H2O2^0 (-12184) + e_aq^-1 (-4457) -> OH^-1 (-14146) + °OH^0 (-14147) +At time : 101 ns Reaction : e_aq^-1 (-670) + H2O2^0 (-11860) -> OH^-1 (-14148) + °OH^0 (-14149) +At time : 101 ns Reaction : e_aq^-1 (-2617) + H3O^1 (-6617) -> H^0 (-14150) +At time : 101 ns Reaction : OH^-1 (-12407) + H3O^1 (-7103) -> No product +At time : 102 ns Reaction : OH^-1 (-14037) + H3O^1 (-7249) -> No product +At time : 102 ns Reaction : e_aq^-1 (-5574) + H^0 (-13309) -> OH^-1 (-14151) + H_2^0 (-14152) +At time : 102 ns Reaction : e_aq^-1 (-5015) + H3O^1 (-11044) -> H^0 (-14153) +At time : 103 ns Reaction : °OH^0 (-13344) + °OH^0 (-6914) -> H2O2^0 (-14154) +At time : 103 ns Reaction : H3O^1 (-6395) + OH^-1 (-12863) -> No product +At time : 103 ns Reaction : °OH^0 (-11235) + °OH^0 (-6866) -> H2O2^0 (-14155) +At time : 103 ns Reaction : °OH^0 (-11069) + °OH^0 (-6150) -> H2O2^0 (-14156) +At time : 103 ns Reaction : e_aq^-1 (-5602) + °OH^0 (-8939) -> OH^-1 (-14157) +At time : 103 ns Reaction : e_aq^-1 (-51) + H3O^1 (-8619) -> H^0 (-14158) +At time : 104 ns Reaction : H^0 (-14084) + °OH^0 (-6600) -> No product +At time : 104 ns Reaction : OH^-1 (-14071) + H3O^1 (-8271) -> No product +At time : 104 ns Reaction : H3O^1 (-5939) + OH^-1 (-14004) -> No product +At time : 104 ns Reaction : H^0 (-13276) + °OH^0 (-13930) -> No product +At time : 104 ns Reaction : e_aq^-1 (-4074) + °OH^0 (-13236) -> OH^-1 (-14159) +At time : 104 ns Reaction : e_aq^-1 (-4113) + H2O2^0 (-11740) -> OH^-1 (-14160) + °OH^0 (-14161) +At time : 105 ns Reaction : °OH^0 (-14136) + e_aq^-1 (-5551) -> OH^-1 (-14162) +At time : 105 ns Reaction : OH^-1 (-14120) + H3O^1 (-8217) -> No product +At time : 105 ns Reaction : e_aq^-1 (-503) + °OH^0 (-13972) -> OH^-1 (-14163) +At time : 105 ns Reaction : e_aq^-1 (-4742) + H2O2^0 (-13848) -> OH^-1 (-14164) + °OH^0 (-14165) +At time : 106 ns Reaction : H^0 (-13919) + °OH^0 (-9055) -> No product +At time : 106 ns Reaction : OH^-1 (-13721) + H3O^1 (-7767) -> No product +At time : 106 ns Reaction : OH^-1 (-13657) + H3O^1 (-6287) -> No product +At time : 106 ns Reaction : OH^-1 (-13622) + H3O^1 (-7065) -> No product +At time : 106 ns Reaction : °OH^0 (-9185) + e_aq^-1 (-3630) -> OH^-1 (-14166) +At time : 107 ns Reaction : OH^-1 (-14163) + H3O^1 (-7465) -> No product +At time : 107 ns Reaction : e_aq^-1 (-3755) + °OH^0 (-13856) -> OH^-1 (-14167) +At time : 107 ns Reaction : °OH^0 (-13771) + e_aq^-1 (-4852) -> OH^-1 (-14168) +At time : 107 ns Reaction : e_aq^-1 (-5272) + H2O2^0 (-12297) -> OH^-1 (-14169) + °OH^0 (-14170) +At time : 107 ns Reaction : H2O2^0 (-11739) + e_aq^-1 (-8671) -> OH^-1 (-14171) + °OH^0 (-14172) +At time : 108 ns Reaction : °OH^0 (-14123) + e_aq^-1 (-551) -> OH^-1 (-14173) +At time : 108 ns Reaction : OH^-1 (-13528) + H3O^1 (-6311) -> No product +At time : 108 ns Reaction : H3O^1 (-10575) + e_aq^-1 (-2385) -> H^0 (-14174) +At time : 109 ns Reaction : °OH^0 (-6846) + °OH^0 (-13889) -> H2O2^0 (-14175) +At time : 109 ns Reaction : H3O^1 (-6071) + OH^-1 (-13877) -> No product +At time : 109 ns Reaction : OH^-1 (-12853) + H3O^1 (-6225) -> No product +At time : 109 ns Reaction : e_aq^-1 (-2141) + H2O2^0 (-11943) -> OH^-1 (-14176) + °OH^0 (-14177) +At time : 109 ns Reaction : H^0 (-11238) + °OH^0 (-6856) -> No product +At time : 109 ns Reaction : e_aq^-1 (-3719) + H3O^1 (-8772) -> H^0 (-14178) +At time : 109 ns Reaction : e_aq^-1 (-2403) + H3O^1 (-6691) -> H^0 (-14179) +At time : 109 ns Reaction : H3O^1 (-10472) + OH^-1 (-14011) -> No product +At time : 110 ns Reaction : °OH^0 (-13479) + e_aq^-1 (-1882) -> OH^-1 (-14180) +At time : 110 ns Reaction : e_aq^-1 (-5173) + °OH^0 (-7232) -> OH^-1 (-14181) +At time : 111 ns Reaction : e_aq^-1 (-5649) + H^0 (-14105) -> OH^-1 (-14182) + H_2^0 (-14183) +At time : 111 ns Reaction : °OH^0 (-13475) + °OH^0 (-7416) -> H2O2^0 (-14184) +At time : 111 ns Reaction : °OH^0 (-10452) + H^0 (-10081) -> No product +At time : 111 ns Reaction : e_aq^-1 (-5577) + °OH^0 (-9077) -> OH^-1 (-14185) +At time : 111 ns Reaction : e_aq^-1 (-5291) + °OH^0 (-8186) -> OH^-1 (-14186) +At time : 112 ns Reaction : H3O^1 (-6139) + OH^-1 (-13971) -> No product +At time : 112 ns Reaction : e_aq^-1 (-4898) + H2O2^0 (-13952) -> OH^-1 (-14187) + °OH^0 (-14188) +At time : 112 ns Reaction : H3O^1 (-5853) + OH^-1 (-13761) -> No product +At time : 112 ns Reaction : H^0 (-13744) + e_aq^-1 (-4880) -> OH^-1 (-14189) + H_2^0 (-14190) +At time : 112 ns Reaction : H^0 (-10451) + °OH^0 (-8124) -> No product +At time : 112 ns Reaction : °OH^0 (-10209) + °OH^0 (-10242) -> H2O2^0 (-14191) +At time : 112 ns Reaction : e_aq^-1 (-5178) + H3O^1 (-7159) -> H^0 (-14192) +At time : 112 ns Reaction : e_aq^-1 (-2057) + H3O^1 (-6843) -> H^0 (-14193) +At time : 113 ns Reaction : H3O^1 (-6733) + OH^-1 (-14180) -> No product +At time : 113 ns Reaction : H^0 (-14020) + H^0 (-11996) -> H_2^0 (-14194) +At time : 113 ns Reaction : e_aq^-1 (-8665) + °OH^0 (-13999) -> OH^-1 (-14195) +At time : 113 ns Reaction : H3O^1 (-9864) + OH^-1 (-13729) -> No product +At time : 113 ns Reaction : e_aq^-1 (-2693) + H^0 (-13437) -> OH^-1 (-14196) + H_2^0 (-14197) +At time : 113 ns Reaction : H^0 (-9300) + e_aq^-1 (-4824) -> OH^-1 (-14198) + H_2^0 (-14199) +At time : 114 ns Reaction : OH^-1 (-14024) + H3O^1 (-8334) -> No product +At time : 114 ns Reaction : H2O2^0 (-12624) + e_aq^-1 (-3780) -> OH^-1 (-14200) + °OH^0 (-14201) +At time : 114 ns Reaction : e_aq^-1 (-3627) + H3O^1 (-8730) -> H^0 (-14202) +At time : 114 ns Reaction : e_aq^-1 (-5255) + H3O^1 (-7271) -> H^0 (-14203) +At time : 115 ns Reaction : OH^-1 (-14034) + H3O^1 (-10793) -> No product +At time : 115 ns Reaction : H^0 (-12700) + H^0 (-11717) -> H_2^0 (-14204) +At time : 115 ns Reaction : H3O^1 (-9739) + e_aq^-1 (-3816) -> H^0 (-14205) +At time : 115 ns Reaction : H^0 (-9118) + e_aq^-1 (-4656) -> OH^-1 (-14206) + H_2^0 (-14207) +At time : 116 ns Reaction : H3O^1 (-10409) + OH^-1 (-14126) -> No product +At time : 116 ns Reaction : e_aq^-1 (-4653) + H2O2^0 (-14100) -> OH^-1 (-14208) + °OH^0 (-14209) +At time : 116 ns Reaction : e_aq^-1 (-2068) + H2O2^0 (-12934) -> OH^-1 (-14210) + °OH^0 (-14211) +At time : 116 ns Reaction : e_aq^-1 (-4053) + H^0 (-12818) -> OH^-1 (-14212) + H_2^0 (-14213) +At time : 116 ns Reaction : °OH^0 (-6346) + H^0 (-12453) -> No product +At time : 116 ns Reaction : e_aq^-1 (-4420) + H3O^1 (-7051) -> H^0 (-14214) +At time : 116 ns Reaction : e_aq^-1 (-1319) + H3O^1 (-6031) -> H^0 (-14215) +At time : 117 ns Reaction : H3O^1 (-5829) + OH^-1 (-14053) -> No product +At time : 117 ns Reaction : H3O^1 (-7161) + OH^-1 (-13861) -> No product +At time : 117 ns Reaction : °OH^0 (-13758) + °OH^0 (-8270) -> H2O2^0 (-14216) +At time : 117 ns Reaction : H3O^1 (-6797) + OH^-1 (-13715) -> No product +At time : 118 ns Reaction : OH^-1 (-14069) + H3O^1 (-6193) -> No product +At time : 118 ns Reaction : e_aq^-1 (-600) + H2O2^0 (-13627) -> OH^-1 (-14217) + °OH^0 (-14218) +At time : 118 ns Reaction : °OH^0 (-9962) + e_aq^-1 (-4549) -> OH^-1 (-14219) +At time : 118 ns Reaction : e_aq^-1 (-5045) + H3O^1 (-8604) -> H^0 (-14220) +At time : 119 ns Reaction : H3O^1 (-5849) + OH^-1 (-14171) -> No product +At time : 119 ns Reaction : H3O^1 (-8406) + OH^-1 (-14162) -> No product +At time : 119 ns Reaction : e_aq^-1 (-5628) + H^0 (-13960) -> OH^-1 (-14221) + H_2^0 (-14222) +At time : 119 ns Reaction : e_aq^-1 (-4673) + H3O^1 (-7085) -> H^0 (-14223) +At time : 119 ns Reaction : e_aq^-1 (-2722) + H3O^1 (-6417) -> H^0 (-14224) +At time : 119 ns Reaction : e_aq^-1 (-2645) + H3O^1 (-5931) -> H^0 (-14225) +At time : 120 ns Reaction : OH^-1 (-14101) + H3O^1 (-6485) -> No product +At time : 120 ns Reaction : OH^-1 (-13872) + H3O^1 (-6747) -> No product +At time : 120 ns Reaction : °OH^0 (-13256) + °OH^0 (-6648) -> H2O2^0 (-14226) +At time : 121 ns Reaction : °OH^0 (-7056) + °OH^0 (-13080) -> H2O2^0 (-14227) +At time : 121 ns Reaction : H^0 (-12725) + H^0 (-9211) -> H_2^0 (-14228) +At time : 121 ns Reaction : e_aq^-1 (-4602) + H^0 (-12386) -> OH^-1 (-14229) + H_2^0 (-14230) +At time : 121 ns Reaction : e_aq^-1 (-957) + H2O2^0 (-11857) -> OH^-1 (-14231) + °OH^0 (-14232) +At time : 121 ns Reaction : H2O2^0 (-11656) + e_aq^-1 (-4814) -> OH^-1 (-14233) + °OH^0 (-14234) +At time : 121 ns Reaction : e_aq^-1 (-3721) + °OH^0 (-8771) -> OH^-1 (-14235) +At time : 121 ns Reaction : e_aq^-1 (-3504) + °OH^0 (-7704) -> OH^-1 (-14236) +At time : 121 ns Reaction : e_aq^-1 (-3901) + H3O^1 (-6601) -> H^0 (-14237) +At time : 122 ns Reaction : H3O^1 (-6581) + OH^-1 (-14196) -> No product +At time : 122 ns Reaction : e_aq^-1 (-2498) + H^0 (-14150) -> OH^-1 (-14238) + H_2^0 (-14239) +At time : 122 ns Reaction : H3O^1 (-11030) + OH^-1 (-13616) -> No product +At time : 122 ns Reaction : H^0 (-12834) + e_aq^-1 (-2216) -> OH^-1 (-14240) + H_2^0 (-14241) +At time : 122 ns Reaction : e_aq^-1 (-4041) + H3O^1 (-8346) -> H^0 (-14242) +At time : 123 ns Reaction : H^0 (-9188) + °OH^0 (-6278) -> No product +At time : 123 ns Reaction : e_aq^-1 (-5236) + H3O^1 (-8844) -> H^0 (-14243) +At time : 123 ns Reaction : °OH^0 (-7228) + °OH^0 (-8152) -> H2O2^0 (-14244) +At time : 123 ns Reaction : e_aq^-1 (-4412) + H3O^1 (-7975) -> H^0 (-14245) +At time : 123 ns Reaction : e_aq^-1 (-2246) + °OH^0 (-6712) -> OH^-1 (-14246) +At time : 124 ns Reaction : e_aq^-1 (-8782) + H2O2^0 (-14116) -> OH^-1 (-14247) + °OH^0 (-14248) +At time : 124 ns Reaction : OH^-1 (-13885) + H3O^1 (-7535) -> No product +At time : 124 ns Reaction : H^0 (-13455) + °OH^0 (-6594) -> No product +At time : 125 ns Reaction : H3O^1 (-10670) + OH^-1 (-14133) -> No product +At time : 125 ns Reaction : °OH^0 (-14083) + °OH^0 (-7902) -> H2O2^0 (-14249) +At time : 125 ns Reaction : e_aq^-1 (-4664) + H^0 (-13932) -> OH^-1 (-14250) + H_2^0 (-14251) +At time : 125 ns Reaction : OH^-1 (-12843) + H3O^1 (-5915) -> No product +At time : 126 ns Reaction : °OH^0 (-6056) + °OH^0 (-8660) -> H2O2^0 (-14252) +At time : 126 ns Reaction : e_aq^-1 (-5466) + H3O^1 (-8613) -> H^0 (-14253) +At time : 127 ns Reaction : H2O2^0 (-12649) + e_aq^-1 (-2412) -> OH^-1 (-14254) + °OH^0 (-14255) +At time : 128 ns Reaction : H^0 (-9559) + °OH^0 (-6336) -> No product +At time : 128 ns Reaction : e_aq^-1 (-4116) + °OH^0 (-8801) -> OH^-1 (-14256) +At time : 128 ns Reaction : e_aq^-1 (-3563) + H3O^1 (-6335) -> H^0 (-14257) +At time : 129 ns Reaction : OH^-1 (-14250) + H3O^1 (-6011) -> No product +At time : 129 ns Reaction : OH^-1 (-14195) + H3O^1 (-7129) -> No product +At time : 129 ns Reaction : OH^-1 (-13487) + H3O^1 (-7673) -> No product +At time : 130 ns Reaction : OH^-1 (-13862) + H3O^1 (-7425) -> No product +At time : 130 ns Reaction : e_aq^-1 (-3654) + H^0 (-13412) -> OH^-1 (-14258) + H_2^0 (-14259) +At time : 130 ns Reaction : °OH^0 (-9251) + H^0 (-13055) -> No product +At time : 130 ns Reaction : °OH^0 (-9835) + °OH^0 (-9793) -> H2O2^0 (-14260) +At time : 130 ns Reaction : e_aq^-1 (-4989) + H3O^1 (-8161) -> H^0 (-14261) +At time : 130 ns Reaction : e_aq^-1 (-3004) + °OH^0 (-6406) -> OH^-1 (-14262) +At time : 131 ns Reaction : e_aq^-1 (-2093) + H3O^1 (-8562) -> H^0 (-14263) +At time : 131 ns Reaction : e_aq^-1 (-3921) + H3O^1 (-7649) -> H^0 (-14264) +At time : 132 ns Reaction : H3O^1 (-6449) + OH^-1 (-14048) -> No product +At time : 132 ns Reaction : e_aq^-1 (-2305) + °OH^0 (-14035) -> OH^-1 (-14265) +At time : 132 ns Reaction : e_aq^-1 (-4919) + e_aq^-1 (-4932) -> OH^-1 (-14266) + OH^-1 (-14267) + H_2^0 (-14268) +At time : 133 ns Reaction : H3O^1 (-9762) + OH^-1 (-14265) -> No product +At time : 133 ns Reaction : OH^-1 (-14130) + H3O^1 (-7965) -> No product +At time : 133 ns Reaction : OH^-1 (-13929) + H3O^1 (-7789) -> No product +At time : 133 ns Reaction : °OH^0 (-13469) + °OH^0 (-9566) -> H2O2^0 (-14269) +At time : 134 ns Reaction : H3O^1 (-10749) + OH^-1 (-14238) -> No product +At time : 134 ns Reaction : H3O^1 (-9809) + OH^-1 (-14210) -> No product +At time : 134 ns Reaction : OH^-1 (-14168) + H3O^1 (-7501) -> No product +At time : 134 ns Reaction : H^0 (-9132) + °OH^0 (-8326) -> No product +At time : 135 ns Reaction : °OH^0 (-13564) + e_aq^-1 (-5360) -> OH^-1 (-14270) +At time : 135 ns Reaction : e_aq^-1 (-5022) + °OH^0 (-8174) -> OH^-1 (-14271) +At time : 136 ns Reaction : H3O^1 (-7023) + OH^-1 (-14117) -> No product +At time : 136 ns Reaction : OH^-1 (-14094) + H3O^1 (-6761) -> No product +At time : 136 ns Reaction : OH^-1 (-14089) + H3O^1 (-5857) -> No product +At time : 136 ns Reaction : OH^-1 (-14078) + H3O^1 (-7771) -> No product +At time : 136 ns Reaction : OH^-1 (-13788) + H3O^1 (-6347) -> No product +At time : 136 ns Reaction : H^0 (-13040) + °OH^0 (-8783) -> No product +At time : 136 ns Reaction : e_aq^-1 (-467) + H^0 (-12188) -> OH^-1 (-14272) + H_2^0 (-14273) +At time : 136 ns Reaction : e_aq^-1 (-2256) + H^0 (-12113) -> OH^-1 (-14274) + H_2^0 (-14275) +At time : 136 ns Reaction : H^0 (-11333) + °OH^0 (-6672) -> No product +At time : 136 ns Reaction : H^0 (-10360) + e_aq^-1 (-5220) -> OH^-1 (-14276) + H_2^0 (-14277) +At time : 137 ns Reaction : OH^-1 (-14229) + H3O^1 (-6965) -> No product +At time : 137 ns Reaction : H3O^1 (-6493) + OH^-1 (-14140) -> No product +At time : 137 ns Reaction : H3O^1 (-6275) + OH^-1 (-14109) -> No product +At time : 137 ns Reaction : H2O2^0 (-11425) + e_aq^-1 (-5005) -> OH^-1 (-14278) + °OH^0 (-14279) +At time : 137 ns Reaction : e_aq^-1 (-3760) + °OH^0 (-10716) -> OH^-1 (-14280) +At time : 137 ns Reaction : H^0 (-10439) + e_aq^-1 (-655) -> OH^-1 (-14281) + H_2^0 (-14282) +At time : 138 ns Reaction : OH^-1 (-13883) + H3O^1 (-8916) -> No product +At time : 138 ns Reaction : H^0 (-13326) + e_aq^-1 (-2186) -> OH^-1 (-14283) + H_2^0 (-14284) +At time : 138 ns Reaction : e_aq^-1 (-2948) + H2O2^0 (-13075) -> OH^-1 (-14285) + °OH^0 (-14286) +At time : 138 ns Reaction : °OH^0 (-10825) + H^0 (-12614) -> No product +At time : 138 ns Reaction : e_aq^-1 (-4386) + H2O2^0 (-11454) -> OH^-1 (-14287) + °OH^0 (-14288) +At time : 139 ns Reaction : H3O^1 (-5861) + OH^-1 (-14164) -> No product +At time : 139 ns Reaction : e_aq^-1 (-3818) + H^0 (-13920) -> OH^-1 (-14289) + H_2^0 (-14290) +At time : 139 ns Reaction : OH^-1 (-13841) + H3O^1 (-7273) -> No product +At time : 140 ns Reaction : OH^-1 (-14093) + H3O^1 (-7317) -> No product +At time : 140 ns Reaction : e_aq^-1 (-4123) + H2O2^0 (-13865) -> OH^-1 (-14291) + °OH^0 (-14292) +At time : 140 ns Reaction : H3O^1 (-9966) + e_aq^-1 (-1169) -> H^0 (-14293) +At time : 140 ns Reaction : H^0 (-9146) + °OH^0 (-6216) -> No product +At time : 141 ns Reaction : °OH^0 (-10827) + H^0 (-14193) -> No product +At time : 141 ns Reaction : H3O^1 (-10732) + OH^-1 (-13401) -> No product +At time : 141 ns Reaction : °OH^0 (-7552) + °OH^0 (-9039) -> H2O2^0 (-14294) +At time : 141 ns Reaction : e_aq^-1 (-2730) + H3O^1 (-6587) -> H^0 (-14295) +At time : 141 ns Reaction : e_aq^-1 (-3218) + H3O^1 (-6327) -> H^0 (-14296) +At time : 143 ns Reaction : H3O^1 (-7257) + OH^-1 (-13913) -> No product +At time : 143 ns Reaction : e_aq^-1 (-4342) + H2O2^0 (-12106) -> OH^-1 (-14297) + °OH^0 (-14298) +At time : 144 ns Reaction : H3O^1 (-8015) + OH^-1 (-14189) -> No product +At time : 144 ns Reaction : e_aq^-1 (-5029) + °OH^0 (-14188) -> OH^-1 (-14299) +At time : 144 ns Reaction : OH^-1 (-14160) + H3O^1 (-10542) -> No product +At time : 144 ns Reaction : H3O^1 (-6951) + OH^-1 (-13784) -> No product +At time : 145 ns Reaction : °OH^0 (-13951) + H^0 (-14296) -> No product +At time : 145 ns Reaction : OH^-1 (-14066) + H3O^1 (-7743) -> No product +At time : 145 ns Reaction : e_aq^-1 (-1880) + H2O2^0 (-13710) -> OH^-1 (-14300) + °OH^0 (-14301) +At time : 145 ns Reaction : H2O2^0 (-12050) + e_aq^-1 (-2335) -> OH^-1 (-14302) + °OH^0 (-14303) +At time : 146 ns Reaction : e_aq^-1 (-5626) + H^0 (-12623) -> OH^-1 (-14304) + H_2^0 (-14305) +At time : 146 ns Reaction : H^0 (-12550) + °OH^0 (-6728) -> No product +At time : 147 ns Reaction : OH^-1 (-14181) + H3O^1 (-7419) -> No product +At time : 147 ns Reaction : H3O^1 (-9427) + OH^-1 (-13520) -> No product +At time : 147 ns Reaction : H^0 (-13320) + e_aq^-1 (-3788) -> OH^-1 (-14306) + H_2^0 (-14307) +At time : 147 ns Reaction : e_aq^-1 (-4805) + H3O^1 (-7059) -> H^0 (-14308) +At time : 147 ns Reaction : e_aq^-1 (-4106) + H3O^1 (-6771) -> H^0 (-14309) +At time : 148 ns Reaction : H^0 (-13139) + °OH^0 (-7632) -> No product +At time : 149 ns Reaction : H2O2^0 (-13340) + e_aq^-1 (-2528) -> OH^-1 (-14310) + °OH^0 (-14311) +At time : 150 ns Reaction : H^0 (-13582) + H^0 (-13124) -> H_2^0 (-14312) +At time : 150 ns Reaction : e_aq^-1 (-560) + °OH^0 (-7268) -> OH^-1 (-14313) +At time : 150 ns Reaction : °OH^0 (-5974) + °OH^0 (-6768) -> H2O2^0 (-14314) +At time : 151 ns Reaction : e_aq^-1 (-3771) + H2O2^0 (-12234) -> OH^-1 (-14315) + °OH^0 (-14316) +At time : 151 ns Reaction : °OH^0 (-10320) + °OH^0 (-7420) -> H2O2^0 (-14317) +At time : 151 ns Reaction : e_aq^-1 (-5380) + H3O^1 (-8193) -> H^0 (-14318) +At time : 152 ns Reaction : e_aq^-1 (-1242) + °OH^0 (-7012) -> OH^-1 (-14319) +At time : 153 ns Reaction : OH^-1 (-14280) + H3O^1 (-7661) -> No product +At time : 153 ns Reaction : °OH^0 (-14145) + °OH^0 (-13696) -> H2O2^0 (-14320) +At time : 153 ns Reaction : °OH^0 (-7266) + H^0 (-9094) -> No product +At time : 154 ns Reaction : e_aq^-1 (-1357) + °OH^0 (-14234) -> OH^-1 (-14321) +At time : 154 ns Reaction : H3O^1 (-7751) + OH^-1 (-13802) -> No product +At time : 154 ns Reaction : e_aq^-1 (-4082) + H2O2^0 (-13599) -> OH^-1 (-14322) + °OH^0 (-14323) +At time : 154 ns Reaction : °OH^0 (-9512) + e_aq^-1 (-3531) -> OH^-1 (-14324) +At time : 155 ns Reaction : H3O^1 (-11056) + OH^-1 (-14186) -> No product +At time : 155 ns Reaction : H2O2^0 (-13799) + e_aq^-1 (-4691) -> OH^-1 (-14325) + °OH^0 (-14326) +At time : 155 ns Reaction : H3O^1 (-10973) + e_aq^-1 (-4585) -> H^0 (-14327) +At time : 155 ns Reaction : e_aq^-1 (-4651) + °OH^0 (-8663) -> OH^-1 (-14328) +At time : 156 ns Reaction : H3O^1 (-6669) + OH^-1 (-14322) -> No product +At time : 156 ns Reaction : H3O^1 (-6649) + OH^-1 (-13923) -> No product +At time : 156 ns Reaction : OH^-1 (-13790) + H3O^1 (-8241) -> No product +At time : 156 ns Reaction : e_aq^-1 (-2823) + H3O^1 (-6441) -> H^0 (-14329) +At time : 156 ns Reaction : e_aq^-1 (-1934) + e_aq^-1 (-4477) -> OH^-1 (-14330) + OH^-1 (-14331) + H_2^0 (-14332) +At time : 157 ns Reaction : H^0 (-13138) + H^0 (-14225) -> H_2^0 (-14333) +At time : 157 ns Reaction : H3O^1 (-10332) + OH^-1 (-13927) -> No product +At time : 157 ns Reaction : e_aq^-1 (-2199) + °OH^0 (-13779) -> OH^-1 (-14334) +At time : 157 ns Reaction : e_aq^-1 (-885) + H3O^1 (-5859) -> H^0 (-14335) +At time : 158 ns Reaction : H3O^1 (-6305) + OH^-1 (-13745) -> No product +At time : 158 ns Reaction : H2O2^0 (-12147) + e_aq^-1 (-2426) -> OH^-1 (-14336) + °OH^0 (-14337) +At time : 159 ns Reaction : e_aq^-1 (-476) + °OH^0 (-13212) -> OH^-1 (-14338) +At time : 159 ns Reaction : e_aq^-1 (-1068) + H3O^1 (-8847) -> H^0 (-14339) +At time : 159 ns Reaction : e_aq^-1 (-398) + H3O^1 (-8299) -> H^0 (-14340) +At time : 160 ns Reaction : H3O^1 (-10470) + OH^-1 (-14231) -> No product +At time : 160 ns Reaction : H3O^1 (-7303) + OH^-1 (-13462) -> No product +At time : 160 ns Reaction : e_aq^-1 (-2700) + H3O^1 (-10711) -> H^0 (-14341) +At time : 161 ns Reaction : OH^-1 (-14182) + H3O^1 (-8303) -> No product +At time : 161 ns Reaction : °OH^0 (-7108) + H^0 (-13293) -> No product +At time : 162 ns Reaction : e_aq^-1 (-1416) + H^0 (-14293) -> OH^-1 (-14342) + H_2^0 (-14343) +At time : 163 ns Reaction : e_aq^-1 (-4905) + H2O2^0 (-12109) -> OH^-1 (-14344) + °OH^0 (-14345) +At time : 163 ns Reaction : e_aq^-1 (-3850) + H2O2^0 (-12038) -> OH^-1 (-14346) + °OH^0 (-14347) +At time : 163 ns Reaction : e_aq^-1 (-2345) + e_aq^-1 (-2430) -> OH^-1 (-14348) + OH^-1 (-14349) + H_2^0 (-14350) +At time : 164 ns Reaction : °OH^0 (-9119) + H^0 (-14059) -> No product +At time : 164 ns Reaction : OH^-1 (-13496) + H3O^1 (-7173) -> No product +At time : 164 ns Reaction : e_aq^-1 (-2271) + H2O2^0 (-11699) -> OH^-1 (-14351) + °OH^0 (-14352) +At time : 164 ns Reaction : e_aq^-1 (-5547) + H3O^1 (-8319) -> H^0 (-14353) +At time : 164 ns Reaction : e_aq^-1 (-5405) + H3O^1 (-7411) -> H^0 (-14354) +At time : 165 ns Reaction : H^0 (-13540) + °OH^0 (-6540) -> No product +At time : 166 ns Reaction : OH^-1 (-14103) + H3O^1 (-6403) -> No product +At time : 166 ns Reaction : °OH^0 (-14090) + e_aq^-1 (-4841) -> OH^-1 (-14355) +At time : 166 ns Reaction : H^0 (-13689) + H^0 (-9509) -> H_2^0 (-14356) +At time : 166 ns Reaction : H3O^1 (-7025) + OH^-1 (-13267) -> No product +At time : 166 ns Reaction : H^0 (-9336) + e_aq^-1 (-5256) -> OH^-1 (-14357) + H_2^0 (-14358) +At time : 167 ns Reaction : e_aq^-1 (-3843) + °OH^0 (-14316) -> OH^-1 (-14359) +At time : 167 ns Reaction : H^0 (-12395) + e_aq^-1 (-2872) -> OH^-1 (-14360) + H_2^0 (-14361) +At time : 167 ns Reaction : e_aq^-1 (-5011) + °OH^0 (-7470) -> OH^-1 (-14362) +At time : 168 ns Reaction : e_aq^-1 (-1139) + °OH^0 (-13714) -> OH^-1 (-14363) +At time : 168 ns Reaction : H3O^1 (-6867) + OH^-1 (-13522) -> No product +At time : 168 ns Reaction : H^0 (-13242) + H^0 (-9258) -> H_2^0 (-14364) +At time : 168 ns Reaction : e_aq^-1 (-2749) + °OH^0 (-9629) -> OH^-1 (-14365) +At time : 169 ns Reaction : OH^-1 (-13866) + H3O^1 (-7725) -> No product +At time : 170 ns Reaction : OH^-1 (-14313) + H3O^1 (-7481) -> No product +At time : 170 ns Reaction : OH^-1 (-14032) + H3O^1 (-5925) -> No product +At time : 170 ns Reaction : °OH^0 (-10773) + H^0 (-9843) -> No product +At time : 171 ns Reaction : H3O^1 (-6103) + OH^-1 (-14270) -> No product +At time : 171 ns Reaction : H3O^1 (-5841) + OH^-1 (-14217) -> No product +At time : 171 ns Reaction : H3O^1 (-7205) + OH^-1 (-14187) -> No product +At time : 172 ns Reaction : H^0 (-10225) + H^0 (-13095) -> H_2^0 (-14366) +At time : 172 ns Reaction : e_aq^-1 (-3705) + e_aq^-1 (-3666) -> OH^-1 (-14367) + OH^-1 (-14368) + H_2^0 (-14369) +At time : 173 ns Reaction : °OH^0 (-14292) + H^0 (-9759) -> No product +At time : 173 ns Reaction : °OH^0 (-13306) + °OH^0 (-6764) -> H2O2^0 (-14370) +At time : 173 ns Reaction : H3O^1 (-10785) + e_aq^-1 (-2276) -> H^0 (-14371) +At time : 175 ns Reaction : OH^-1 (-14082) + H3O^1 (-7923) -> No product +At time : 175 ns Reaction : H^0 (-13338) + °OH^0 (-13944) -> No product +At time : 175 ns Reaction : H3O^1 (-10734) + OH^-1 (-13530) -> No product +At time : 175 ns Reaction : e_aq^-1 (-5308) + °OH^0 (-10273) -> OH^-1 (-14372) +At time : 176 ns Reaction : e_aq^-1 (-2421) + °OH^0 (-7832) -> OH^-1 (-14373) +At time : 177 ns Reaction : OH^-1 (-14355) + H3O^1 (-7537) -> No product +At time : 177 ns Reaction : e_aq^-1 (-5692) + H^0 (-14039) -> OH^-1 (-14374) + H_2^0 (-14375) +At time : 177 ns Reaction : H^0 (-13023) + °OH^0 (-8588) -> No product +At time : 178 ns Reaction : °OH^0 (-14303) + H^0 (-11222) -> No product +At time : 179 ns Reaction : H3O^1 (-6993) + OH^-1 (-14321) -> No product +At time : 179 ns Reaction : °OH^0 (-14165) + e_aq^-1 (-4188) -> OH^-1 (-14376) +At time : 180 ns Reaction : °OH^0 (-13562) + H^0 (-11725) -> No product +At time : 180 ns Reaction : °OH^0 (-7482) + H^0 (-12103) -> No product +At time : 180 ns Reaction : e_aq^-1 (-2924) + H2O2^0 (-11456) -> OH^-1 (-14377) + °OH^0 (-14378) +At time : 181 ns Reaction : e_aq^-1 (-4981) + °OH^0 (-8078) -> OH^-1 (-14379) +At time : 182 ns Reaction : H3O^1 (-10668) + OH^-1 (-13839) -> No product +At time : 182 ns Reaction : OH^-1 (-13697) + H3O^1 (-7941) -> No product +At time : 182 ns Reaction : °OH^0 (-11172) + H^0 (-13214) -> No product +At time : 183 ns Reaction : e_aq^-1 (-4536) + °OH^0 (-14147) -> OH^-1 (-14380) +At time : 183 ns Reaction : H^0 (-13945) + °OH^0 (-6356) -> No product +At time : 183 ns Reaction : e_aq^-1 (-5631) + H^0 (-13688) -> OH^-1 (-14381) + H_2^0 (-14382) +At time : 183 ns Reaction : °OH^0 (-10254) + °OH^0 (-13677) -> H2O2^0 (-14383) +At time : 184 ns Reaction : H3O^1 (-9253) + OH^-1 (-13813) -> No product +At time : 184 ns Reaction : e_aq^-1 (-5361) + H^0 (-12998) -> OH^-1 (-14384) + H_2^0 (-14385) +At time : 185 ns Reaction : H^0 (-12656) + °OH^0 (-6864) -> No product +At time : 185 ns Reaction : e_aq^-1 (-4391) + H2O2^0 (-12344) -> OH^-1 (-14386) + °OH^0 (-14387) +At time : 185 ns Reaction : e_aq^-1 (-5157) + H2O2^0 (-11542) -> OH^-1 (-14388) + °OH^0 (-14389) +At time : 186 ns Reaction : H^0 (-10902) + °OH^0 (-13445) -> No product +At time : 186 ns Reaction : °OH^0 (-11019) + H^0 (-13137) -> No product +At time : 187 ns Reaction : °OH^0 (-6992) + °OH^0 (-7960) -> H2O2^0 (-14390) +At time : 188 ns Reaction : H3O^1 (-6833) + OH^-1 (-14206) -> No product +At time : 188 ns Reaction : OH^-1 (-13936) + H3O^1 (-8035) -> No product +At time : 188 ns Reaction : OH^-1 (-13907) + H3O^1 (-8149) -> No product +At time : 188 ns Reaction : e_aq^-1 (-3815) + H^0 (-11207) -> OH^-1 (-14391) + H_2^0 (-14392) +At time : 189 ns Reaction : e_aq^-1 (-4885) + H^0 (-13354) -> OH^-1 (-14393) + H_2^0 (-14394) +At time : 192 ns Reaction : e_aq^-1 (-3947) + H2O2^0 (-14260) -> OH^-1 (-14395) + °OH^0 (-14396) +At time : 192 ns Reaction : e_aq^-1 (-497) + °OH^0 (-8903) -> OH^-1 (-14397) +At time : 193 ns Reaction : OH^-1 (-14018) + H3O^1 (-6685) -> No product +At time : 193 ns Reaction : OH^-1 (-13756) + H3O^1 (-8694) -> No product +At time : 194 ns Reaction : OH^-1 (-14127) + H3O^1 (-8111) -> No product +At time : 195 ns Reaction : H3O^1 (-6453) + OH^-1 (-14258) -> No product +At time : 195 ns Reaction : H^0 (-11296) + °OH^0 (-14149) -> No product +At time : 195 ns Reaction : H3O^1 (-7275) + OH^-1 (-14122) -> No product +At time : 195 ns Reaction : H3O^1 (-9496) + e_aq^-1 (-3614) -> H^0 (-14398) +At time : 196 ns Reaction : °OH^0 (-10433) + e_aq^-1 (-4990) -> OH^-1 (-14399) +At time : 196 ns Reaction : e_aq^-1 (-4301) + H3O^1 (-6181) -> H^0 (-14400) +At time : 197 ns Reaction : e_aq^-1 (-4581) + °OH^0 (-14323) -> OH^-1 (-14401) +At time : 197 ns Reaction : H^0 (-14224) + °OH^0 (-9533) -> No product +At time : 197 ns Reaction : H3O^1 (-6959) + OH^-1 (-12973) -> No product +At time : 197 ns Reaction : °OH^0 (-7784) + H^0 (-12538) -> No product +At time : 197 ns Reaction : °OH^0 (-9341) + °OH^0 (-5730) -> H2O2^0 (-14402) +At time : 197 ns Reaction : e_aq^-1 (-2328) + e_aq^-1 (-4068) -> OH^-1 (-14403) + OH^-1 (-14404) + H_2^0 (-14405) +At time : 198 ns Reaction : H3O^1 (-7747) + OH^-1 (-13772) -> No product +At time : 199 ns Reaction : H3O^1 (-6641) + OH^-1 (-14092) -> No product +At time : 199 ns Reaction : °OH^0 (-9867) + °OH^0 (-9837) -> H2O2^0 (-14406) +At time : 200 ns Reaction : H3O^1 (-7549) + OH^-1 (-13933) -> No product +At time : 202 ns Reaction : OH^-1 (-13587) + H3O^1 (-8177) -> No product +At time : 203 ns Reaction : OH^-1 (-14393) + H3O^1 (-8487) -> No product +At time : 204 ns Reaction : OH^-1 (-14299) + H3O^1 (-7083) -> No product +At time : 204 ns Reaction : °OH^0 (-9914) + e_aq^-1 (-4467) -> OH^-1 (-14407) +At time : 204 ns Reaction : H3O^1 (-9273) + e_aq^-1 (-4492) -> H^0 (-14408) +At time : 205 ns Reaction : e_aq^-1 (-1110) + H3O^1 (-8385) -> H^0 (-14409) +At time : 206 ns Reaction : H3O^1 (-7951) + OH^-1 (-13843) -> No product +At time : 207 ns Reaction : H3O^1 (-10753) + OH^-1 (-14391) -> No product +At time : 208 ns Reaction : OH^-1 (-14300) + H3O^1 (-7597) -> No product +At time : 208 ns Reaction : OH^-1 (-13870) + H3O^1 (-6447) -> No product +At time : 208 ns Reaction : OH^-1 (-13773) + H3O^1 (-6369) -> No product +At time : 209 ns Reaction : °OH^0 (-13814) + H^0 (-13228) -> No product +At time : 210 ns Reaction : H^0 (-10267) + °OH^0 (-7402) -> No product +At time : 211 ns Reaction : OH^-1 (-14085) + H3O^1 (-7193) -> No product +At time : 212 ns Reaction : e_aq^-1 (-3486) + H2O2^0 (-11652) -> OH^-1 (-14410) + °OH^0 (-14411) +At time : 214 ns Reaction : °OH^0 (-5862) + H^0 (-12360) -> No product +At time : 214 ns Reaction : °OH^0 (-5796) + H^0 (-9028) -> No product +At time : 216 ns Reaction : OH^-1 (-14262) + H3O^1 (-6433) -> No product +At time : 216 ns Reaction : e_aq^-1 (-656) + H^0 (-12070) -> OH^-1 (-14412) + H_2^0 (-14413) +At time : 216 ns Reaction : e_aq^-1 (-4504) + H2O2^0 (-11711) -> OH^-1 (-14414) + °OH^0 (-14415) +At time : 217 ns Reaction : °OH^0 (-14345) + °OH^0 (-14279) -> H2O2^0 (-14416) +At time : 218 ns Reaction : H3O^1 (-10149) + OH^-1 (-14362) -> No product +At time : 220 ns Reaction : OH^-1 (-14144) + H3O^1 (-6349) -> No product +At time : 220 ns Reaction : H^0 (-14138) + °OH^0 (-13388) -> No product +At time : 220 ns Reaction : H2O2^0 (-12087) + e_aq^-1 (-4716) -> OH^-1 (-14417) + °OH^0 (-14418) +At time : 220 ns Reaction : °OH^0 (-6538) + °OH^0 (-6564) -> H2O2^0 (-14419) +At time : 222 ns Reaction : e_aq^-1 (-2230) + °OH^0 (-7806) -> OH^-1 (-14420) +At time : 223 ns Reaction : OH^-1 (-14372) + H3O^1 (-8169) -> No product +At time : 223 ns Reaction : OH^-1 (-13545) + H3O^1 (-6113) -> No product +At time : 224 ns Reaction : OH^-1 (-14256) + H3O^1 (-6857) -> No product +At time : 225 ns Reaction : OH^-1 (-13143) + H3O^1 (-5855) -> No product +At time : 226 ns Reaction : OH^-1 (-13921) + H3O^1 (-6777) -> No product +At time : 227 ns Reaction : OH^-1 (-14304) + H3O^1 (-7415) -> No product +At time : 227 ns Reaction : OH^-1 (-14283) + H3O^1 (-6755) -> No product +At time : 227 ns Reaction : e_aq^-1 (-4058) + H3O^1 (-8793) -> H^0 (-14421) +At time : 229 ns Reaction : H3O^1 (-6623) + OH^-1 (-13857) -> No product +At time : 229 ns Reaction : H2O2^0 (-11482) + e_aq^-1 (-2319) -> OH^-1 (-14422) + °OH^0 (-14423) +At time : 229 ns Reaction : °OH^0 (-7326) + °OH^0 (-8160) -> H2O2^0 (-14424) +At time : 230 ns Reaction : OH^-1 (-14363) + H3O^1 (-7587) -> No product +At time : 231 ns Reaction : °OH^0 (-14387) + °OH^0 (-6176) -> H2O2^0 (-14425) +At time : 231 ns Reaction : e_aq^-1 (-5327) + °OH^0 (-14121) -> OH^-1 (-14426) +At time : 232 ns Reaction : OH^-1 (-13831) + H3O^1 (-7819) -> No product +At time : 232 ns Reaction : e_aq^-1 (-3828) + H^0 (-13658) -> OH^-1 (-14427) + H_2^0 (-14428) +At time : 233 ns Reaction : OH^-1 (-14359) + H3O^1 (-6701) -> No product +At time : 234 ns Reaction : H3O^1 (-11165) + OH^-1 (-14374) -> No product +At time : 235 ns Reaction : H^0 (-13976) + H^0 (-13258) -> H_2^0 (-14429) +At time : 236 ns Reaction : H3O^1 (-7791) + OH^-1 (-14113) -> No product +At time : 236 ns Reaction : °OH^0 (-13570) + °OH^0 (-6848) -> H2O2^0 (-14430) +At time : 238 ns Reaction : °OH^0 (-6932) + °OH^0 (-8372) -> H2O2^0 (-14431) +At time : 238 ns Reaction : e_aq^-1 (-4419) + H3O^1 (-7917) -> H^0 (-14432) +At time : 238 ns Reaction : e_aq^-1 (-2109) + e_aq^-1 (-3968) -> OH^-1 (-14433) + OH^-1 (-14434) + H_2^0 (-14435) +At time : 239 ns Reaction : e_aq^-1 (-5492) + H3O^1 (-7369) -> H^0 (-14436) +At time : 240 ns Reaction : H3O^1 (-6005) + OH^-1 (-13029) -> No product +At time : 241 ns Reaction : H3O^1 (-5899) + OH^-1 (-14368) -> No product +At time : 241 ns Reaction : H^0 (-13992) + e_aq^-1 (-4361) -> OH^-1 (-14437) + H_2^0 (-14438) +At time : 242 ns Reaction : °OH^0 (-6812) + H^0 (-12428) -> No product +At time : 243 ns Reaction : H^0 (-13360) + °OH^0 (-7100) -> No product +At time : 243 ns Reaction : e_aq^-1 (-5017) + H3O^1 (-8307) -> H^0 (-14439) +At time : 244 ns Reaction : OH^-1 (-14166) + H3O^1 (-6423) -> No product +At time : 244 ns Reaction : °OH^0 (-13346) + °OH^0 (-8068) -> H2O2^0 (-14440) +At time : 244 ns Reaction : e_aq^-1 (-3021) + H^0 (-13017) -> OH^-1 (-14441) + H_2^0 (-14442) +At time : 244 ns Reaction : e_aq^-1 (-2691) + H2O2^0 (-12270) -> OH^-1 (-14443) + °OH^0 (-14444) +At time : 244 ns Reaction : H2O2^0 (-11721) + e_aq^-1 (-5459) -> OH^-1 (-14445) + °OH^0 (-14446) +At time : 245 ns Reaction : OH^-1 (-14348) + H3O^1 (-10736) -> No product +At time : 245 ns Reaction : °OH^0 (-9825) + e_aq^-1 (-2164) -> OH^-1 (-14447) +At time : 248 ns Reaction : °OH^0 (-14337) + °OH^0 (-5926) -> H2O2^0 (-14448) +At time : 248 ns Reaction : e_aq^-1 (-2157) + H3O^1 (-6611) -> H^0 (-14449) +At time : 249 ns Reaction : H^0 (-13334) + H^0 (-12488) -> H_2^0 (-14450) +At time : 249 ns Reaction : H3O^1 (-11380) + e_aq^-1 (-930) -> H^0 (-14451) +At time : 249 ns Reaction : e_aq^-1 (-4882) + H3O^1 (-7223) -> H^0 (-14452) +At time : 249 ns Reaction : e_aq^-1 (-5019) + H3O^1 (-7109) -> H^0 (-14453) +At time : 251 ns Reaction : OH^-1 (-14331) + H3O^1 (-6045) -> No product +At time : 251 ns Reaction : e_aq^-1 (-5319) + e_aq^-1 (-623) -> OH^-1 (-14454) + OH^-1 (-14455) + H_2^0 (-14456) +At time : 252 ns Reaction : °OH^0 (-10642) + e_aq^-1 (-3176) -> OH^-1 (-14457) +At time : 254 ns Reaction : e_aq^-1 (-5457) + H2O2^0 (-11774) -> OH^-1 (-14458) + °OH^0 (-14459) +At time : 254 ns Reaction : °OH^0 (-10583) + °OH^0 (-9230) -> H2O2^0 (-14460) +At time : 255 ns Reaction : e_aq^-1 (-4928) + H3O^1 (-7155) -> H^0 (-14461) +At time : 256 ns Reaction : OH^-1 (-14285) + H3O^1 (-6605) -> No product +At time : 256 ns Reaction : H^0 (-9517) + e_aq^-1 (-3189) -> OH^-1 (-14462) + H_2^0 (-14463) +At time : 257 ns Reaction : e_aq^-1 (-2717) + e_aq^-1 (-3691) -> OH^-1 (-14464) + OH^-1 (-14465) + H_2^0 (-14466) +At time : 258 ns Reaction : e_aq^-1 (-82) + H^0 (-14439) -> OH^-1 (-14467) + H_2^0 (-14468) +At time : 259 ns Reaction : H3O^1 (-10367) + OH^-1 (-13089) -> No product +At time : 259 ns Reaction : e_aq^-1 (-641) + °OH^0 (-6060) -> OH^-1 (-14469) +At time : 262 ns Reaction : H^0 (-14050) + °OH^0 (-8314) -> No product +At time : 262 ns Reaction : OH^-1 (-13551) + H3O^1 (-7471) -> No product +At time : 262 ns Reaction : H^0 (-11059) + °OH^0 (-8190) -> No product +At time : 263 ns Reaction : OH^-1 (-14457) + H3O^1 (-7727) -> No product +At time : 263 ns Reaction : °OH^0 (-14389) + °OH^0 (-7278) -> H2O2^0 (-14470) +At time : 263 ns Reaction : e_aq^-1 (-4277) + °OH^0 (-10862) -> OH^-1 (-14471) +At time : 263 ns Reaction : °OH^0 (-10326) + °OH^0 (-8306) -> H2O2^0 (-14472) +At time : 265 ns Reaction : H3O^1 (-10625) + OH^-1 (-14324) -> No product +At time : 265 ns Reaction : °OH^0 (-13490) + H^0 (-14205) -> No product +At time : 266 ns Reaction : e_aq^-1 (-5039) + H2O2^0 (-11923) -> OH^-1 (-14473) + °OH^0 (-14474) +At time : 268 ns Reaction : °OH^0 (-14019) + °OH^0 (-13132) -> H2O2^0 (-14475) +At time : 269 ns Reaction : H^0 (-10667) + e_aq^-1 (-3529) -> OH^-1 (-14476) + H_2^0 (-14477) +At time : 270 ns Reaction : H3O^1 (-7953) + OH^-1 (-14319) -> No product +At time : 270 ns Reaction : H^0 (-11190) + e_aq^-1 (-1446) -> OH^-1 (-14478) + H_2^0 (-14479) +At time : 271 ns Reaction : OH^-1 (-14055) + H3O^1 (-8382) -> No product +At time : 272 ns Reaction : °OH^0 (-11053) + °OH^0 (-11065) -> H2O2^0 (-14480) +At time : 273 ns Reaction : °OH^0 (-13910) + °OH^0 (-8792) -> H2O2^0 (-14481) +At time : 274 ns Reaction : e_aq^-1 (-3847) + H3O^1 (-7793) -> H^0 (-14482) +At time : 277 ns Reaction : H3O^1 (-10768) + OH^-1 (-13768) -> No product +At time : 281 ns Reaction : H3O^1 (-10889) + OH^-1 (-14107) -> No product +At time : 285 ns Reaction : H^0 (-14220) + H^0 (-13300) -> H_2^0 (-14483) +At time : 286 ns Reaction : °OH^0 (-12921) + °OH^0 (-12135) -> H2O2^0 (-14484) +At time : 288 ns Reaction : e_aq^-1 (-2006) + H2O2^0 (-11883) -> OH^-1 (-14485) + °OH^0 (-14486) +At time : 289 ns Reaction : H3O^1 (-10133) + OH^-1 (-14478) -> No product +At time : 291 ns Reaction : OH^-1 (-13615) + H3O^1 (-6179) -> No product +At time : 291 ns Reaction : e_aq^-1 (-3977) + H3O^1 (-7775) -> H^0 (-14487) +At time : 291 ns Reaction : OH^-1 (-13909) + H3O^1 (-6729) -> No product +At time : 293 ns Reaction : OH^-1 (-13407) + H3O^1 (-7885) -> No product +At time : 294 ns Reaction : °OH^0 (-7866) + H^0 (-12633) -> No product +At time : 294 ns Reaction : e_aq^-1 (-4667) + H3O^1 (-7533) -> H^0 (-14488) +At time : 295 ns Reaction : e_aq^-1 (-291) + H2O2^0 (-14484) -> OH^-1 (-14489) + °OH^0 (-14490) +At time : 295 ns Reaction : H^0 (-14339) + H^0 (-9270) -> H_2^0 (-14491) +At time : 297 ns Reaction : e_aq^-1 (-3716) + H3O^1 (-7633) -> H^0 (-14492) +At time : 297 ns Reaction : °OH^0 (-6788) + °OH^0 (-6804) -> H2O2^0 (-14493) +At time : 298 ns Reaction : e_aq^-1 (-1340) + °OH^0 (-13985) -> OH^-1 (-14494) +At time : 298 ns Reaction : e_aq^-1 (-4623) + H3O^1 (-6997) -> H^0 (-14495) +At time : 299 ns Reaction : H2O2^0 (-12205) + e_aq^-1 (-5707) -> OH^-1 (-14496) + °OH^0 (-14497) +At time : 300 ns Reaction : e_aq^-1 (-573) + H2O2^0 (-11576) -> OH^-1 (-14498) + °OH^0 (-14499) +At time : 301 ns Reaction : H3O^1 (-6633) + OH^-1 (-14310) -> No product +At time : 302 ns Reaction : °OH^0 (-14459) + e_aq^-1 (-5651) -> OH^-1 (-14500) +At time : 302 ns Reaction : OH^-1 (-14351) + H3O^1 (-6351) -> No product +At time : 303 ns Reaction : H^0 (-14461) + °OH^0 (-8102) -> No product +At time : 303 ns Reaction : °OH^0 (-13001) + °OH^0 (-6328) -> H2O2^0 (-14501) +At time : 303 ns Reaction : e_aq^-1 (-1100) + H3O^1 (-7131) -> H^0 (-14502) +At time : 304 ns Reaction : H^0 (-11342) + °OH^0 (-6736) -> No product +At time : 305 ns Reaction : °OH^0 (-13510) + e_aq^-1 (-4926) -> OH^-1 (-14503) +At time : 306 ns Reaction : e_aq^-1 (-5142) + °OH^0 (-13302) -> OH^-1 (-14504) +At time : 307 ns Reaction : °OH^0 (-12075) + e_aq^-1 (-4669) -> OH^-1 (-14505) +At time : 308 ns Reaction : °OH^0 (-10229) + e_aq^-1 (-516) -> OH^-1 (-14506) +At time : 308 ns Reaction : e_aq^-1 (-3591) + °OH^0 (-6254) -> OH^-1 (-14507) +At time : 309 ns Reaction : e_aq^-1 (-4546) + °OH^0 (-14301) -> OH^-1 (-14508) +At time : 309 ns Reaction : H2O2^0 (-11812) + e_aq^-1 (-8437) -> OH^-1 (-14509) + °OH^0 (-14510) +At time : 310 ns Reaction : H^0 (-14318) + H^0 (-13341) -> H_2^0 (-14511) +At time : 312 ns Reaction : °OH^0 (-14510) + e_aq^-1 (-4251) -> OH^-1 (-14512) +At time : 313 ns Reaction : OH^-1 (-13950) + H3O^1 (-6239) -> No product +At time : 316 ns Reaction : H^0 (-13357) + °OH^0 (-6272) -> No product +At time : 317 ns Reaction : OH^-1 (-14336) + H3O^1 (-6607) -> No product +At time : 317 ns Reaction : e_aq^-1 (-1161) + H3O^1 (-6119) -> H^0 (-14513) +At time : 319 ns Reaction : e_aq^-1 (-2753) + °OH^0 (-6498) -> OH^-1 (-14514) +At time : 320 ns Reaction : OH^-1 (-14176) + H3O^1 (-6599) -> No product +At time : 320 ns Reaction : OH^-1 (-14141) + H3O^1 (-9702) -> No product +At time : 320 ns Reaction : °OH^0 (-10666) + H^0 (-8994) -> No product +At time : 321 ns Reaction : H3O^1 (-10544) + OH^-1 (-14508) -> No product +At time : 323 ns Reaction : OH^-1 (-14504) + H3O^1 (-7187) -> No product +At time : 323 ns Reaction : H^0 (-13881) + °OH^0 (-6090) -> No product +At time : 323 ns Reaction : H^0 (-12026) + °OH^0 (-6058) -> No product +At time : 324 ns Reaction : e_aq^-1 (-2000) + H3O^1 (-5957) -> H^0 (-14515) +At time : 326 ns Reaction : OH^-1 (-14500) + H3O^1 (-8403) -> No product +At time : 327 ns Reaction : H3O^1 (-6825) + OH^-1 (-14346) -> No product +At time : 328 ns Reaction : e_aq^-1 (-4111) + H2O2^0 (-14475) -> OH^-1 (-14516) + °OH^0 (-14517) +At time : 329 ns Reaction : OH^-1 (-13636) + H3O^1 (-6411) -> No product +At time : 329 ns Reaction : H2O2^0 (-11655) + e_aq^-1 (-5582) -> OH^-1 (-14518) + °OH^0 (-14519) +At time : 332 ns Reaction : H^0 (-13807) + H^0 (-14488) -> H_2^0 (-14520) +At time : 332 ns Reaction : e_aq^-1 (-4156) + °OH^0 (-12655) -> OH^-1 (-14521) +At time : 334 ns Reaction : H^0 (-9412) + H^0 (-14327) -> H_2^0 (-14522) +At time : 335 ns Reaction : OH^-1 (-14365) + H3O^1 (-6475) -> No product +At time : 336 ns Reaction : H3O^1 (-6539) + OH^-1 (-13383) -> No product +At time : 336 ns Reaction : e_aq^-1 (-2354) + °OH^0 (-9788) -> OH^-1 (-14523) +At time : 337 ns Reaction : H3O^1 (-11208) + OH^-1 (-13759) -> No product +At time : 337 ns Reaction : e_aq^-1 (-1784) + H2O2^0 (-11744) -> OH^-1 (-14524) + °OH^0 (-14525) +At time : 338 ns Reaction : OH^-1 (-14246) + H3O^1 (-6693) -> No product +At time : 342 ns Reaction : H^0 (-13232) + °OH^0 (-8286) -> No product +At time : 345 ns Reaction : H3O^1 (-10804) + OH^-1 (-14325) -> No product +At time : 345 ns Reaction : H3O^1 (-7837) + OH^-1 (-14254) -> No product +At time : 345 ns Reaction : °OH^0 (-10568) + e_aq^-1 (-4048) -> OH^-1 (-14526) +At time : 345 ns Reaction : e_aq^-1 (-2107) + H3O^1 (-5995) -> H^0 (-14527) +At time : 347 ns Reaction : °OH^0 (-9876) + e_aq^-1 (-4522) -> OH^-1 (-14528) +At time : 349 ns Reaction : °OH^0 (-9763) + e_aq^-1 (-2204) -> OH^-1 (-14529) +At time : 351 ns Reaction : °OH^0 (-14499) + °OH^0 (-5860) -> H2O2^0 (-14530) +At time : 353 ns Reaction : e_aq^-1 (-4439) + H^0 (-12563) -> OH^-1 (-14531) + H_2^0 (-14532) +At time : 354 ns Reaction : H3O^1 (-8233) + OH^-1 (-14412) -> No product +At time : 354 ns Reaction : H^0 (-13102) + °OH^0 (-12757) -> No product +At time : 354 ns Reaction : °OH^0 (-9469) + e_aq^-1 (-3272) -> OH^-1 (-14533) +At time : 356 ns Reaction : e_aq^-1 (-4567) + °OH^0 (-6016) -> OH^-1 (-14534) +At time : 357 ns Reaction : °OH^0 (-14525) + °OH^0 (-13997) -> H2O2^0 (-14535) +At time : 357 ns Reaction : OH^-1 (-14467) + H3O^1 (-8219) -> No product +At time : 358 ns Reaction : OH^-1 (-14135) + H3O^1 (-8261) -> No product +At time : 359 ns Reaction : e_aq^-1 (-2137) + e_aq^-1 (-3902) -> OH^-1 (-14536) + OH^-1 (-14537) + H_2^0 (-14538) +At time : 360 ns Reaction : e_aq^-1 (-1232) + °OH^0 (-8840) -> OH^-1 (-14539) +At time : 363 ns Reaction : e_aq^-1 (-5300) + H^0 (-14513) -> OH^-1 (-14540) + H_2^0 (-14541) +At time : 364 ns Reaction : e_aq^-1 (-4718) + H3O^1 (-8598) -> H^0 (-14542) +At time : 365 ns Reaction : H^0 (-10912) + °OH^0 (-6920) -> No product +At time : 367 ns Reaction : H3O^1 (-5817) + e_aq^-1 (-8707) -> H^0 (-14543) +At time : 368 ns Reaction : e_aq^-1 (-4252) + °OH^0 (-8046) -> OH^-1 (-14544) +At time : 370 ns Reaction : e_aq^-1 (-3781) + H^0 (-14482) -> OH^-1 (-14545) + H_2^0 (-14546) +At time : 370 ns Reaction : °OH^0 (-9205) + °OH^0 (-13292) -> H2O2^0 (-14547) +At time : 370 ns Reaction : °OH^0 (-8238) + °OH^0 (-8456) -> H2O2^0 (-14548) +At time : 371 ns Reaction : OH^-1 (-14376) + H3O^1 (-7443) -> No product +At time : 372 ns Reaction : e_aq^-1 (-5413) + H3O^1 (-6153) -> H^0 (-14549) +At time : 373 ns Reaction : H3O^1 (-6069) + OH^-1 (-14017) -> No product +At time : 375 ns Reaction : H3O^1 (-5951) + OH^-1 (-13707) -> No product +At time : 375 ns Reaction : e_aq^-1 (-5701) + H3O^1 (-7291) -> H^0 (-14550) +At time : 376 ns Reaction : OH^-1 (-12781) + H3O^1 (-7367) -> No product +At time : 377 ns Reaction : e_aq^-1 (-3512) + H2O2^0 (-13439) -> OH^-1 (-14551) + °OH^0 (-14552) +At time : 379 ns Reaction : e_aq^-1 (-4488) + °OH^0 (-13591) -> OH^-1 (-14553) +At time : 381 ns Reaction : H3O^1 (-6055) + OH^-1 (-14503) -> No product +At time : 382 ns Reaction : OH^-1 (-14471) + H3O^1 (-7033) -> No product +At time : 382 ns Reaction : H^0 (-13806) + e_aq^-1 (-5442) -> OH^-1 (-14554) + H_2^0 (-14555) +At time : 384 ns Reaction : H3O^1 (-7387) + OH^-1 (-14087) -> No product +At time : 385 ns Reaction : OH^-1 (-14455) + H3O^1 (-7445) -> No product +At time : 386 ns Reaction : e_aq^-1 (-4264) + H2O2^0 (-14425) -> OH^-1 (-14556) + °OH^0 (-14557) +At time : 386 ns Reaction : OH^-1 (-14157) + H3O^1 (-7447) -> No product +At time : 387 ns Reaction : H^0 (-13217) + °OH^0 (-6772) -> No product +At time : 387 ns Reaction : e_aq^-1 (-3786) + °OH^0 (-8763) -> OH^-1 (-14558) +At time : 388 ns Reaction : OH^-1 (-14473) + H3O^1 (-8085) -> No product +At time : 391 ns Reaction : H3O^1 (-10488) + OH^-1 (-13736) -> No product +At time : 393 ns Reaction : H^0 (-9752) + °OH^0 (-6476) -> No product +At time : 396 ns Reaction : e_aq^-1 (-4510) + e_aq^-1 (-4724) -> OH^-1 (-14559) + OH^-1 (-14560) + H_2^0 (-14561) +At time : 398 ns Reaction : e_aq^-1 (-4614) + H2O2^0 (-12105) -> OH^-1 (-14562) + °OH^0 (-14563) +At time : 398 ns Reaction : e_aq^-1 (-4934) + H2O2^0 (-11820) -> OH^-1 (-14564) + °OH^0 (-14565) +At time : 399 ns Reaction : °OH^0 (-14490) + °OH^0 (-12653) -> H2O2^0 (-14566) +At time : 399 ns Reaction : OH^-1 (-14379) + H3O^1 (-8313) -> No product +At time : 400 ns Reaction : H^0 (-9841) + e_aq^-1 (-2496) -> OH^-1 (-14567) + H_2^0 (-14568) +At time : 400 ns Reaction : H^0 (-9164) + °OH^0 (-9453) -> No product +At time : 400 ns Reaction : °OH^0 (-9141) + °OH^0 (-9159) -> H2O2^0 (-14569) +At time : 405 ns Reaction : e_aq^-1 (-498) + H^0 (-13765) -> OH^-1 (-14570) + H_2^0 (-14571) +At time : 406 ns Reaction : H3O^1 (-10757) + OH^-1 (-13763) -> No product +At time : 407 ns Reaction : H3O^1 (-6431) + OH^-1 (-13893) -> No product +At time : 408 ns Reaction : °OH^0 (-12384) + H^0 (-13359) -> No product +At time : 409 ns Reaction : °OH^0 (-6078) + °OH^0 (-8408) -> H2O2^0 (-14572) +At time : 413 ns Reaction : e_aq^-1 (-2159) + H^0 (-9022) -> OH^-1 (-14573) + H_2^0 (-14574) +At time : 418 ns Reaction : OH^-1 (-14518) + H3O^1 (-8868) -> No product +At time : 420 ns Reaction : H^0 (-9748) + °OH^0 (-6516) -> No product +At time : 425 ns Reaction : °OH^0 (-6348) + °OH^0 (-6480) -> H2O2^0 (-14575) +At time : 428 ns Reaction : °OH^0 (-10377) + °OH^0 (-14497) -> H2O2^0 (-14576) +At time : 428 ns Reaction : H^0 (-10437) + °OH^0 (-8194) -> No product +At time : 429 ns Reaction : H3O^1 (-11289) + OH^-1 (-13836) -> No product +At time : 432 ns Reaction : H^0 (-14449) + H^0 (-12218) -> H_2^0 (-14577) +At time : 432 ns Reaction : OH^-1 (-14297) + H3O^1 (-7627) -> No product +At time : 434 ns Reaction : OH^-1 (-14521) + H3O^1 (-6203) -> No product +At time : 434 ns Reaction : e_aq^-1 (-5290) + H2O2^0 (-12064) -> OH^-1 (-14578) + °OH^0 (-14579) +At time : 436 ns Reaction : H^0 (-13394) + °OH^0 (-13417) -> No product +At time : 436 ns Reaction : °OH^0 (-5778) + °OH^0 (-7852) -> H2O2^0 (-14580) +At time : 436 ns Reaction : e_aq^-1 (-2757) + e_aq^-1 (-3625) -> OH^-1 (-14581) + OH^-1 (-14582) + H_2^0 (-14583) +At time : 437 ns Reaction : H3O^1 (-10979) + OH^-1 (-14562) -> No product +At time : 438 ns Reaction : OH^-1 (-14373) + H3O^1 (-6419) -> No product +At time : 439 ns Reaction : H3O^1 (-6107) + OH^-1 (-14384) -> No product +At time : 443 ns Reaction : H3O^1 (-7489) + OH^-1 (-14022) -> No product +At time : 443 ns Reaction : H2O2^0 (-11597) + e_aq^-1 (-4723) -> OH^-1 (-14584) + °OH^0 (-14585) +At time : 449 ns Reaction : °OH^0 (-6270) + °OH^0 (-6434) -> H2O2^0 (-14586) +At time : 450 ns Reaction : H2O2^0 (-13352) + e_aq^-1 (-2547) -> OH^-1 (-14587) + °OH^0 (-14588) +At time : 452 ns Reaction : °OH^0 (-9657) + °OH^0 (-13801) -> H2O2^0 (-14589) +At time : 453 ns Reaction : e_aq^-1 (-4889) + H3O^1 (-7121) -> H^0 (-14590) +At time : 455 ns Reaction : H2O2^0 (-11416) + e_aq^-1 (-3648) -> OH^-1 (-14591) + °OH^0 (-14592) +At time : 455 ns Reaction : H^0 (-9549) + °OH^0 (-7698) -> No product +At time : 456 ns Reaction : H3O^1 (-7659) + OH^-1 (-14516) -> No product +At time : 456 ns Reaction : °OH^0 (-6918) + °OH^0 (-8034) -> H2O2^0 (-14593) +At time : 456 ns Reaction : °OH^0 (-6690) + °OH^0 (-7654) -> H2O2^0 (-14594) +At time : 457 ns Reaction : H^0 (-11360) + e_aq^-1 (-4808) -> OH^-1 (-14595) + H_2^0 (-14596) +At time : 458 ns Reaction : e_aq^-1 (-5566) + e_aq^-1 (-5141) -> OH^-1 (-14597) + OH^-1 (-14598) + H_2^0 (-14599) +At time : 463 ns Reaction : OH^-1 (-13468) + H3O^1 (-6389) -> No product +At time : 465 ns Reaction : H3O^1 (-6631) + OH^-1 (-14567) -> No product +At time : 466 ns Reaction : °OH^0 (-6504) + °OH^0 (-6510) -> H2O2^0 (-14600) +At time : 467 ns Reaction : OH^-1 (-14330) + H3O^1 (-7053) -> No product +At time : 471 ns Reaction : °OH^0 (-10834) + H^0 (-12368) -> No product +At time : 473 ns Reaction : °OH^0 (-14088) + °OH^0 (-8632) -> H2O2^0 (-14601) +At time : 474 ns Reaction : e_aq^-1 (-1457) + °OH^0 (-6892) -> OH^-1 (-14602) +At time : 484 ns Reaction : H^0 (-13926) + °OH^0 (-8612) -> No product +At time : 485 ns Reaction : °OH^0 (-7044) + °OH^0 (-8208) -> H2O2^0 (-14603) +At time : 485 ns Reaction : e_aq^-1 (-5212) + H3O^1 (-6041) -> H^0 (-14604) +At time : 486 ns Reaction : e_aq^-1 (-2637) + H3O^1 (-6379) -> H^0 (-14605) +At time : 489 ns Reaction : e_aq^-1 (-2151) + H3O^1 (-6007) -> H^0 (-14606) +At time : 490 ns Reaction : °OH^0 (-14232) + H^0 (-14453) -> No product +At time : 499 ns Reaction : e_aq^-1 (-4873) + °OH^0 (-8393) -> OH^-1 (-14607) +At time : 502 ns Reaction : H3O^1 (-6663) + OH^-1 (-14427) -> No product +At time : 504 ns Reaction : e_aq^-1 (-4076) + H3O^1 (-6709) -> H^0 (-14608) +At time : 505 ns Reaction : OH^-1 (-14607) + H3O^1 (-8101) -> No product +At time : 505 ns Reaction : OH^-1 (-14591) + H3O^1 (-8748) -> No product +At time : 505 ns Reaction : e_aq^-1 (-5264) + °OH^0 (-8262) -> OH^-1 (-14609) +At time : 507 ns Reaction : H3O^1 (-7287) + OH^-1 (-14357) -> No product +At time : 510 ns Reaction : H2O2^0 (-11426) + e_aq^-1 (-1826) -> OH^-1 (-14610) + °OH^0 (-14611) +At time : 515 ns Reaction : OH^-1 (-14271) + H3O^1 (-8059) -> No product +At time : 525 ns Reaction : H^0 (-13512) + °OH^0 (-8142) -> No product +At time : 526 ns Reaction : H3O^1 (-11155) + OH^-1 (-14388) -> No product +At time : 526 ns Reaction : °OH^0 (-13956) + H^0 (-12777) -> No product +At time : 532 ns Reaction : H3O^1 (-6739) + OH^-1 (-14407) -> No product +At time : 533 ns Reaction : e_aq^-1 (-899) + H3O^1 (-7151) -> H^0 (-14612) +At time : 535 ns Reaction : H3O^1 (-6301) + OH^-1 (-13774) -> No product +At time : 538 ns Reaction : H^0 (-14295) + °OH^0 (-5958) -> No product +At time : 540 ns Reaction : OH^-1 (-14528) + H3O^1 (-6687) -> No product +At time : 541 ns Reaction : e_aq^-1 (-5065) + e_aq^-1 (-5028) -> OH^-1 (-14613) + OH^-1 (-14614) + H_2^0 (-14615) +At time : 544 ns Reaction : °OH^0 (-7664) + °OH^0 (-7836) -> H2O2^0 (-14616) +At time : 545 ns Reaction : °OH^0 (-9328) + °OH^0 (-6116) -> H2O2^0 (-14617) +At time : 546 ns Reaction : H^0 (-14432) + °OH^0 (-14611) -> No product +At time : 546 ns Reaction : H2O2^0 (-14383) + e_aq^-1 (-4868) -> OH^-1 (-14618) + °OH^0 (-14619) +At time : 559 ns Reaction : e_aq^-1 (-2281) + H3O^1 (-7823) -> H^0 (-14620) +At time : 561 ns Reaction : OH^-1 (-14276) + H3O^1 (-7523) -> No product +At time : 563 ns Reaction : °OH^0 (-13827) + H^0 (-13515) -> No product +At time : 569.29 ns Reaction : OH^-1 (-14079) + H3O^1 (-8073) -> No product +At time : 569.29 ns Reaction : e_aq^-1 (-1487) + H2O2^0 (-13500) -> OH^-1 (-14621) + °OH^0 (-14622) +At time : 570.29 ns Reaction : H^0 (-13572) + H^0 (-14263) -> H_2^0 (-14623) +At time : 570.29 ns Reaction : H^0 (-10764) + H^0 (-12879) -> H_2^0 (-14624) +At time : 571.29 ns Reaction : H3O^1 (-11087) + OH^-1 (-14124) -> No product +At time : 572.29 ns Reaction : °OH^0 (-13182) + H^0 (-14608) -> No product +At time : 573.29 ns Reaction : OH^-1 (-13998) + H3O^1 (-8436) -> No product +At time : 577.29 ns Reaction : H3O^1 (-11127) + OH^-1 (-14221) -> No product +At time : 578.29 ns Reaction : OH^-1 (-12826) + H3O^1 (-6415) -> No product +At time : 580.29 ns Reaction : e_aq^-1 (-4292) + °OH^0 (-6668) -> OH^-1 (-14625) +At time : 582.29 ns Reaction : e_aq^-1 (-4115) + H2O2^0 (-11978) -> OH^-1 (-14626) + °OH^0 (-14627) +At time : 583.29 ns Reaction : °OH^0 (-11075) + H^0 (-13077) -> No product +At time : 583.29 ns Reaction : H2O2^0 (-11614) + e_aq^-1 (-2437) -> OH^-1 (-14628) + °OH^0 (-14629) +At time : 585.29 ns Reaction : H2O2^0 (-11397) + e_aq^-1 (-1211) -> OH^-1 (-14630) + °OH^0 (-14631) +At time : 586.29 ns Reaction : H^0 (-14398) + H^0 (-12559) -> H_2^0 (-14632) +At time : 586.29 ns Reaction : e_aq^-1 (-5423) + H2O2^0 (-11995) -> OH^-1 (-14633) + °OH^0 (-14634) +At time : 591.29 ns Reaction : H3O^1 (-6781) + OH^-1 (-14433) -> No product +At time : 599.29 ns Reaction : e_aq^-1 (-4472) + °OH^0 (-13917) -> OH^-1 (-14635) +At time : 603.29 ns Reaction : H3O^1 (-7097) + OH^-1 (-14062) -> No product +At time : 605.29 ns Reaction : °OH^0 (-10859) + °OH^0 (-6880) -> H2O2^0 (-14636) +At time : 610.29 ns Reaction : H3O^1 (-6869) + OH^-1 (-12495) -> No product +At time : 611.29 ns Reaction : OH^-1 (-13641) + H3O^1 (-7125) -> No product +At time : 611.29 ns Reaction : H^0 (-12367) + °OH^0 (-8345) -> No product +At time : 613.29 ns Reaction : °OH^0 (-10820) + H^0 (-14335) -> No product +At time : 614.29 ns Reaction : OH^-1 (-14266) + H3O^1 (-8880) -> No product +At time : 615.29 ns Reaction : e_aq^-1 (-4077) + H2O2^0 (-11552) -> OH^-1 (-14637) + °OH^0 (-14638) +At time : 616.29 ns Reaction : OH^-1 (-14485) + H3O^1 (-6905) -> No product +At time : 622.29 ns Reaction : e_aq^-1 (-3549) + H^0 (-12651) -> OH^-1 (-14639) + H_2^0 (-14640) +At time : 622.29 ns Reaction : e_aq^-1 (-4847) + °OH^0 (-10408) -> OH^-1 (-14641) +At time : 633.29 ns Reaction : H2O2^0 (-12267) + e_aq^-1 (-4389) -> OH^-1 (-14642) + °OH^0 (-14643) +At time : 639.29 ns Reaction : H3O^1 (-10104) + OH^-1 (-14560) -> No product +At time : 640.29 ns Reaction : H3O^1 (-9417) + OH^-1 (-14602) -> No product +At time : 641.29 ns Reaction : H2O2^0 (-14016) + e_aq^-1 (-3550) -> OH^-1 (-14644) + °OH^0 (-14645) +At time : 646.29 ns Reaction : °OH^0 (-5748) + °OH^0 (-13623) -> H2O2^0 (-14646) +At time : 646.29 ns Reaction : H2O2^0 (-12926) + e_aq^-1 (-3500) -> OH^-1 (-14647) + °OH^0 (-14648) +At time : 646.29 ns Reaction : °OH^0 (-9975) + °OH^0 (-10034) -> H2O2^0 (-14649) +At time : 647.29 ns Reaction : OH^-1 (-14235) + H3O^1 (-9562) -> No product +At time : 648.29 ns Reaction : H3O^1 (-5959) + OH^-1 (-13592) -> No product +At time : 657.29 ns Reaction : H2O2^0 (-14419) + e_aq^-1 (-3706) -> OH^-1 (-14650) + °OH^0 (-14651) +At time : 669.29 ns Reaction : °OH^0 (-13728) + H^0 (-8960) -> No product +At time : 674.29 ns Reaction : H^0 (-9507) + H^0 (-13639) -> H_2^0 (-14652) +At time : 675.29 ns Reaction : °OH^0 (-10648) + e_aq^-1 (-2706) -> OH^-1 (-14653) +At time : 676.29 ns Reaction : °OH^0 (-9703) + °OH^0 (-13954) -> H2O2^0 (-14654) +At time : 677.29 ns Reaction : OH^-1 (-14349) + H3O^1 (-7773) -> No product +At time : 678.29 ns Reaction : °OH^0 (-14058) + °OH^0 (-7810) -> H2O2^0 (-14655) +At time : 685.29 ns Reaction : e_aq^-1 (-2314) + °OH^0 (-6670) -> OH^-1 (-14656) +At time : 685.29 ns Reaction : e_aq^-1 (-2123) + H3O^1 (-6513) -> H^0 (-14657) +At time : 687.29 ns Reaction : H3O^1 (-6167) + OH^-1 (-14414) -> No product +At time : 689.29 ns Reaction : °OH^0 (-14072) + H^0 (-13906) -> No product +At time : 691.29 ns Reaction : °OH^0 (-9476) + °OH^0 (-7674) -> H2O2^0 (-14658) +At time : 695.29 ns Reaction : H3O^1 (-11072) + OH^-1 (-14509) -> No product +At time : 696.29 ns Reaction : e_aq^-1 (-3451) + H^0 (-13875) -> OH^-1 (-14659) + H_2^0 (-14660) +At time : 698.29 ns Reaction : e_aq^-1 (-384) + H3O^1 (-9347) -> H^0 (-14661) +At time : 700.29 ns Reaction : e_aq^-1 (-561) + °OH^0 (-13364) -> OH^-1 (-14662) +At time : 703.29 ns Reaction : e_aq^-1 (-1755) + H3O^1 (-6019) -> H^0 (-14663) +At time : 703.29 ns Reaction : e_aq^-1 (-12) + H3O^1 (-5865) -> H^0 (-14664) +At time : 705.29 ns Reaction : e_aq^-1 (-5231) + H2O2^0 (-13433) -> OH^-1 (-14665) + °OH^0 (-14666) +At time : 721.29 ns Reaction : H^0 (-12974) + H^0 (-13819) -> H_2^0 (-14667) +At time : 721.29 ns Reaction : e_aq^-1 (-4800) + °OH^0 (-8516) -> OH^-1 (-14668) +At time : 731.29 ns Reaction : OH^-1 (-14570) + H3O^1 (-6157) -> No product +At time : 738.29 ns Reaction : °OH^0 (-6998) + °OH^0 (-7034) -> H2O2^0 (-14669) +At time : 739.29 ns Reaction : e_aq^-1 (-2713) + H2O2^0 (-11543) -> OH^-1 (-14670) + °OH^0 (-14671) +At time : 739.29 ns Reaction : °OH^0 (-9404) + °OH^0 (-6106) -> H2O2^0 (-14672) +At time : 740.29 ns Reaction : H3O^1 (-6667) + OH^-1 (-14637) -> No product +At time : 743.29 ns Reaction : e_aq^-1 (-810) + H3O^1 (-6937) -> H^0 (-14673) +At time : 745.29 ns Reaction : e_aq^-1 (-4515) + H^0 (-9424) -> OH^-1 (-14674) + H_2^0 (-14675) +At time : 750.29 ns Reaction : OH^-1 (-14556) + H3O^1 (-7979) -> No product +At time : 761.29 ns Reaction : OH^-1 (-14524) + H3O^1 (-8373) -> No product +At time : 766.29 ns Reaction : e_aq^-1 (-4026) + H2O2^0 (-12138) -> OH^-1 (-14676) + °OH^0 (-14677) +At time : 771.29 ns Reaction : e_aq^-1 (-1991) + H2O2^0 (-11528) -> OH^-1 (-14678) + °OH^0 (-14679) +At time : 772.29 ns Reaction : e_aq^-1 (-3602) + °OH^0 (-7732) -> OH^-1 (-14680) +At time : 775.29 ns Reaction : H3O^1 (-7305) + OH^-1 (-13887) -> No product +At time : 781.29 ns Reaction : H^0 (-14408) + °OH^0 (-14557) -> No product +At time : 787.29 ns Reaction : e_aq^-1 (-842) + H3O^1 (-8137) -> H^0 (-14681) +At time : 789.29 ns Reaction : H3O^1 (-5893) + OH^-1 (-14680) -> No product +At time : 799.29 ns Reaction : OH^-1 (-14233) + H3O^1 (-8043) -> No product +At time : 803.29 ns Reaction : H2O2^0 (-14390) + e_aq^-1 (-8587) -> OH^-1 (-14682) + °OH^0 (-14683) +At time : 805.29 ns Reaction : H3O^1 (-10407) + OH^-1 (-13543) -> No product +At time : 806.29 ns Reaction : OH^-1 (-13565) + H3O^1 (-9731) -> No product +At time : 813.29 ns Reaction : OH^-1 (-12795) + H3O^1 (-6397) -> No product +At time : 815.29 ns Reaction : H3O^1 (-6049) + OH^-1 (-14540) -> No product +At time : 816.29 ns Reaction : °OH^0 (-11336) + H^0 (-14502) -> No product +At time : 821.29 ns Reaction : °OH^0 (-6128) + °OH^0 (-13675) -> H2O2^0 (-14684) +At time : 828.29 ns Reaction : H3O^1 (-6931) + OH^-1 (-14628) -> No product +At time : 840.95 ns Reaction : OH^-1 (-14151) + H3O^1 (-7263) -> No product +At time : 842.95 ns Reaction : OH^-1 (-14139) + H3O^1 (-6789) -> No product +At time : 858.95 ns Reaction : OH^-1 (-14531) + H3O^1 (-6185) -> No product +At time : 862.95 ns Reaction : OH^-1 (-14397) + H3O^1 (-8227) -> No product +At time : 862.95 ns Reaction : °OH^0 (-13210) + °OH^0 (-7876) -> H2O2^0 (-14685) +At time : 864.95 ns Reaction : e_aq^-1 (-1865) + e_aq^-1 (-4118) -> OH^-1 (-14686) + OH^-1 (-14687) + H_2^0 (-14688) +At time : 877.95 ns Reaction : H^0 (-12534) + °OH^0 (-8126) -> No product +At time : 879.95 ns Reaction : H3O^1 (-7283) + OH^-1 (-14595) -> No product +At time : 882.95 ns Reaction : e_aq^-1 (-3922) + e_aq^-1 (-3628) -> OH^-1 (-14689) + OH^-1 (-14690) + H_2^0 (-14691) +At time : 886.95 ns Reaction : OH^-1 (-14073) + H3O^1 (-8826) -> No product +At time : 887.95 ns Reaction : e_aq^-1 (-4703) + H2O2^0 (-11630) -> OH^-1 (-14692) + °OH^0 (-14693) +At time : 893.95 ns Reaction : H^0 (-12775) + °OH^0 (-6676) -> No product +At time : 896.95 ns Reaction : H^0 (-12984) + °OH^0 (-8426) -> No product +At time : 898.95 ns Reaction : e_aq^-1 (-298) + H2O2^0 (-11819) -> OH^-1 (-14694) + °OH^0 (-14695) +At time : 908.95 ns Reaction : e_aq^-1 (-4965) + H2O2^0 (-12481) -> OH^-1 (-14696) + °OH^0 (-14697) +At time : 910.95 ns Reaction : H^0 (-14065) + °OH^0 (-7078) -> No product +At time : 920.95 ns Reaction : H3O^1 (-10977) + OH^-1 (-14469) -> No product +At time : 926.95 ns Reaction : H3O^1 (-6987) + OH^-1 (-13650) -> No product +At time : 929.95 ns Reaction : e_aq^-1 (-4755) + e_aq^-1 (-4349) -> OH^-1 (-14698) + OH^-1 (-14699) + H_2^0 (-14700) +At time : 944.95 ns Reaction : °OH^0 (-11291) + °OH^0 (-14056) -> H2O2^0 (-14701) +At time : 946.95 ns Reaction : OH^-1 (-13888) + H3O^1 (-7779) -> No product +At time : 960.95 ns Reaction : °OH^0 (-5822) + °OH^0 (-7726) -> H2O2^0 (-14702) +At time : 964.95 ns Reaction : H^0 (-10677) + °OH^0 (-9545) -> No product +At time : 968.95 ns Reaction : OH^-1 (-13996) + H3O^1 (-8157) -> No product +At time : 970.95 ns Reaction : H3O^1 (-6609) + OH^-1 (-14159) -> No product +At time : 972.95 ns Reaction : H3O^1 (-9535) + OH^-1 (-13630) -> No product +At time : 972.95 ns Reaction : e_aq^-1 (-2999) + H3O^1 (-6279) -> H^0 (-14703) +At time : 974.95 ns Reaction : H3O^1 (-9830) + OH^-1 (-14334) -> No product +At time : 974.95 ns Reaction : OH^-1 (-14167) + H3O^1 (-6527) -> No product +At time : 975.95 ns Reaction : °OH^0 (-9879) + °OH^0 (-8971) -> H2O2^0 (-14704) +At time : 979.95 ns Reaction : °OH^0 (-5990) + °OH^0 (-8100) -> H2O2^0 (-14705) +At time : 999.97 ns Reaction : OH^-1 (-14386) + H3O^1 (-5967) -> No product *** G4Scheduler ends at time : 1 us ___________________________________ diff --git a/examples/extended/medical/dna/chem3/.README.txt b/examples/extended/medical/dna/chem3/.README.txt index e580e91a720..30afa13d41d 100644 --- a/examples/extended/medical/dna/chem3/.README.txt +++ b/examples/extended/medical/dna/chem3/.README.txt @@ -45,8 +45,30 @@ This example is provided by the Geant4-DNA collaboration. \section Chem3_s5 HOW TO START ? - Run the example from this directory. + Run the example from build directory. + + To run the example in batch mode + + ./chem3 -mac beam.in + + or + + ./chem3 + + then the macro beam.in is processed by default + + In interactive mode, run: + + ./chem3 -gui + + or + + ./chem3 -gui gui.mac + The user interface will be launched. Continue using /run/beamOn 1 command. + By default, the vis.mac visualization macro is called. + The vis_vm,.mac macro is used only in the context of the G4DNA tutorial + hands-ons. \section Chem3_s6 OUTPUT @@ -54,11 +76,14 @@ This example is provided by the Geant4-DNA collaboration. G4ITStepManager processes the chemical stage time step after time step. Chemical reactions are printed. In the GUI window a cummulative trajectory of the chemical species is drawn. - + + The functions in TimeStepAction show how to get species + ID, positions at each time step or in a chemical reaction \section Chem3_s7 TIME EVOLUTION VISUALIZATION User can start a visualization of the chemical track evolution in time and - space using /control/execute movie.mac. + space using /control/execute movie.mac. (The movie.mac macro then executes + the movie_prep.mac, movie_chemistry.mac and movie_physics.mac macros.) Note, that in default setup the simulation requires machine with 6 GB of RAM. To lower memory requirements, either decrease energy of the incident electron in prep.mac or/and shorten the simulation using SetEndTime setting in diff --git a/examples/extended/medical/dna/chem3/History b/examples/extended/medical/dna/chem3/History index 742d607ac5e..8d58f66fe03 100644 --- a/examples/extended/medical/dna/chem3/History +++ b/examples/extended/medical/dna/chem3/History @@ -4,6 +4,19 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-11-20 Hoang Tran (chem3-V11-02-02) +- updated TimeStepAction and +- added function to show how to get a specific species ID, +positions at each time step. + +## 2024-09-20 Ivana Hrivnacova (chem3-V11-02-01) +- Updated the HOW TO START section in README once more: + commented macros vis.mac and vis_vm.mac. + +## 2024-09-19 Ivana Hrivnacova (chem3-V11-02-00) +- Extended the HOW TO START section in README with + the beam.in, gui.mac macros usage + ## 2023-10-20 John Allison (chem3-V11-01-00) - vis.mac and vis_vm.mac: - Remove defunct command /vis/ogl/set/displayListLimit. diff --git a/examples/extended/medical/dna/chem3/README b/examples/extended/medical/dna/chem3/README index 26780850d18..710df7c439e 100644 --- a/examples/extended/medical/dna/chem3/README +++ b/examples/extended/medical/dna/chem3/README @@ -47,8 +47,23 @@ How to implement user actions in the chemistry module. 4 - HOW TO START ? - Run the example from this directory. + Run the example from build directory. + + To run the example in batch mode: + ./chem3 -mac beam.in + or + ./chem3 + then the macro beam.in is processed by default + + In interactive mode, run: + ./chem3 -gui + or + ./chem3 -gui gui.mac + The user interface will be launched. Continue using /run/beamOn 1 command. + By default, the vis.mac visualization macro is called. + The vis_vm,.mac macro is used only in the context of the G4DNA tutorial + hands-ons. 5 - OUTPUT @@ -57,12 +72,15 @@ How to implement user actions in the chemistry module. Chemical reactions are printed. In the GUI window a cummulative trajectory of the chemical species is drawn. + The functions in TimeStepAction show how to get species + ID, positions at each time step or in a chemical reaction + 6 - TIME EVOLUTION VISUALIZATION User can start a visualization of the chemical track evolution in time and space - using /control/execute movie.mac. + using /control/execute movie.mac. (The movie.mac macro then executes + the movie_prep.mac, movie_chemistry.mac and movie_physics.mac macros.) Note, that in default setup the simulation requires machine with 6 GB of RAM. To lower memory requirements, either decrease energy of the incident electron in prep.mac or/and shorten the simulation using SetEndTime setting in src/ActionInitialization.cc. - diff --git a/examples/extended/medical/dna/chem3/chem3.out b/examples/extended/medical/dna/chem3/chem3.out index 3a885654959..eb327361b6e 100644 --- a/examples/extended/medical/dna/chem3/chem3.out +++ b/examples/extended/medical/dna/chem3/chem3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -112,10 +111,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -551,8 +553,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. End of tracking primary particle, its final energy is :25 meV Physics stage ends Number of chemical species involved in reactions = 6 @@ -562,64 +562,372 @@ H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.2005 ------------------------------------------------------------------------------------------------------------------------------ H3O^1 + OH^-1 -> No product 1.43e+11 1.34973 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + OH^0 -> H2O2^0 4.4e+09 0.207651 +°OH^0 + °OH^0 -> H2O2^0 4.4e+09 0.207651 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + H^0 -> No product 1.44e+10 0.194167 +°OH^0 + H^0 -> No product 1.44e+10 0.194167 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 5e+09 0.134838 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.65e+10 0.294265 ------------------------------------------------------------------------------------------------------------------------------ -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 0.295745 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.41e+10 0.295745 ------------------------------------------------------------------------------------------------------------------------------ H^0 + H^0 -> H_2^0 1.2e+10 0.226528 ------------------------------------------------------------------------------------------------------------------------------ DNAMolecularStepByStepModel will be used *** G4Scheduler starts processing + +At : 0.10709 (ns) reactantA = e_aq^-1 (ID number = -58) at position : (-19.692,27.001,36.979) reacts with reactantB = H3O^1 (ID number = -125) at position : (-19.692,27.001,36.979) + creating product 1 =H^0 position : (-1.9614e-05,2.7336e-05,3.7014e-05) + At time : 107.09 ps Reaction : e_aq^-1 (-58) + H3O^1 (-125) -> H^0 (-206) -At time : 150.64 ps Reaction : e_aq^-1 (-99) + OH^0 (-138) -> OH^-1 (-207) + +At : 0.15064 (ns) reactantA = e_aq^-1 (ID number = -99) at position : (-5.2724,-2.8401,11.685) reacts with reactantB = °OH^0 (ID number = -138) at position : (-5.2724,-2.8401,11.685) + creating product 1 =OH^-1 position : (-5.1974e-06,-2.6453e-06,1.1711e-05) + +At time : 150.64 ps Reaction : e_aq^-1 (-99) + °OH^0 (-138) -> OH^-1 (-207) + +At : 0.15064 (ns) reactantA = OH^-1 (ID number = -207) at position : (-5.1974,-2.6453,11.711) reacts with reactantB = H3O^1 (ID number = -137) at position : (-5.1974,-2.6453,11.711) + At time : 150.64 ps Reaction : OH^-1 (-207) + H3O^1 (-137) -> No product -At time : 166.83 ps Reaction : OH^0 (-122) + OH^0 (-158) -> H2O2^0 (-208) -At time : 169.83 ps Reaction : OH^0 (-189) + H^0 (-190) -> No product -At time : 220.56 ps Reaction : OH^0 (-171) + OH^0 (-174) -> H2O2^0 (-209) -At time : 276.49 ps Reaction : e_aq^-1 (-100) + OH^0 (-166) -> OH^-1 (-210) -At time : 363.1 ps Reaction : H^0 (-192) + OH^0 (-150) -> No product -At time : 694.12 ps Reaction : OH^0 (-134) + OH^0 (-144) -> H2O2^0 (-211) -At time : 1.1551 ns Reaction : OH^0 (-191) + OH^0 (-146) -> H2O2^0 (-212) + +At : 0.16683 (ns) reactantA = °OH^0 (ID number = -122) at position : (-27.605,25.465,37.501) reacts with reactantB = °OH^0 (ID number = -158) at position : (-27.605,25.465,37.501) + creating product 1 =H2O2^0 position : (-2.7751e-05,2.5308e-05,3.7471e-05) + +At time : 166.83 ps Reaction : °OH^0 (-122) + °OH^0 (-158) -> H2O2^0 (-208) + +At : 0.16983 (ns) reactantA = °OH^0 (ID number = -189) at position : (-23.157,26.106,32.912) reacts with reactantB = H^0 (ID number = -190) at position : (-23.157,26.106,32.912) + +At time : 169.83 ps Reaction : °OH^0 (-189) + H^0 (-190) -> No product + +At : 0.22056 (ns) reactantA = °OH^0 (ID number = -171) at position : (-27.27,24.081,34.863) reacts with reactantB = °OH^0 (ID number = -174) at position : (-27.27,24.081,34.863) + creating product 1 =H2O2^0 position : (-2.7282e-05,2.4041e-05,3.4921e-05) + +At time : 220.56 ps Reaction : °OH^0 (-171) + °OH^0 (-174) -> H2O2^0 (-209) + +At : 0.27649 (ns) reactantA = e_aq^-1 (ID number = -100) at position : (-3.3286,-1.0514,13.009) reacts with reactantB = °OH^0 (ID number = -166) at position : (-3.3286,-1.0514,13.009) + creating product 1 =OH^-1 position : (-3.1107e-06,-8.9987e-07,1.2897e-05) + +At time : 276.49 ps Reaction : e_aq^-1 (-100) + °OH^0 (-166) -> OH^-1 (-210) + +At : 0.3631 (ns) reactantA = H^0 (ID number = -192) at position : (-10.81,25.516,35.311) reacts with reactantB = °OH^0 (ID number = -150) at position : (-10.81,25.516,35.311) + +At time : 363.1 ps Reaction : H^0 (-192) + °OH^0 (-150) -> No product + +At : 0.69412 (ns) reactantA = °OH^0 (ID number = -134) at position : (-9.5396,7.4761,26.644) reacts with reactantB = °OH^0 (ID number = -144) at position : (-9.5396,7.4761,26.644) + creating product 1 =H2O2^0 position : (-9.4912e-06,7.5485e-06,2.6605e-05) + +At time : 694.12 ps Reaction : °OH^0 (-134) + °OH^0 (-144) -> H2O2^0 (-211) + +At : 1.1551 (ns) reactantA = °OH^0 (ID number = -191) at position : (-11.276,22.722,38.419) reacts with reactantB = °OH^0 (ID number = -146) at position : (-11.276,22.722,38.419) + creating product 1 =H2O2^0 position : (-1.1568e-05,2.283e-05,3.8582e-05) + +At time : 1.1551 ns Reaction : °OH^0 (-191) + °OH^0 (-146) -> H2O2^0 (-212) + +At : 1.2972 (ns) reactantA = e_aq^-1 (ID number = -94) at position : (-4.6372,-3.2349,21.723) reacts with reactantB = H3O^1 (ID number = -165) at position : (-4.6372,-3.2349,21.723) + creating product 1 =H^0 position : (-4.7158e-06,-3.2781e-06,2.1733e-05) + At time : 1.2972 ns Reaction : e_aq^-1 (-94) + H3O^1 (-165) -> H^0 (-213) -At time : 2.5359 ns Reaction : e_aq^-1 (-93) + OH^0 (-168) -> OH^-1 (-214) -At time : 2.8494 ns Reaction : e_aq^-1 (-64) + OH^0 (-164) -> OH^-1 (-215) + +At : 2.5359 (ns) reactantA = e_aq^-1 (ID number = -93) at position : (2.542,-1.6142,11.016) reacts with reactantB = °OH^0 (ID number = -168) at position : (2.542,-1.6142,11.016) + creating product 1 =OH^-1 position : (2.4913e-06,-1.3351e-06,1.1413e-05) + +At time : 2.5359 ns Reaction : e_aq^-1 (-93) + °OH^0 (-168) -> OH^-1 (-214) + +At : 2.8494 (ns) reactantA = e_aq^-1 (ID number = -64) at position : (-18.73,27.13,35.682) reacts with reactantB = °OH^0 (ID number = -164) at position : (-18.73,27.13,35.682) + creating product 1 =OH^-1 position : (-1.882e-05,2.6892e-05,3.5584e-05) + +At time : 2.8494 ns Reaction : e_aq^-1 (-64) + °OH^0 (-164) -> OH^-1 (-215) + +At : 2.9715 (ns) reactantA = H3O^1 (ID number = -151) at position : (-17.185,25.407,35.873) reacts with reactantB = OH^-1 (ID number = -215) at position : (-17.185,25.407,35.873) + At time : 2.9715 ns Reaction : H3O^1 (-151) + OH^-1 (-215) -> No product -At time : 3.2824 ns Reaction : e_aq^-1 (-73) + OH^0 (-156) -> OH^-1 (-216) -At time : 3.3431 ns Reaction : e_aq^-1 (-63) + OH^0 (-148) -> OH^-1 (-217) + +At : 3.2824 (ns) reactantA = e_aq^-1 (ID number = -73) at position : (-18.767,28.144,41.894) reacts with reactantB = °OH^0 (ID number = -156) at position : (-18.767,28.144,41.894) + creating product 1 =OH^-1 position : (-1.8746e-05,2.804e-05,4.2073e-05) + +At time : 3.2824 ns Reaction : e_aq^-1 (-73) + °OH^0 (-156) -> OH^-1 (-216) + +At : 3.3431 (ns) reactantA = e_aq^-1 (ID number = -63) at position : (-11.176,28.438,37.513) reacts with reactantB = °OH^0 (ID number = -148) at position : (-11.176,28.438,37.513) + creating product 1 =OH^-1 position : (-1.1237e-05,2.8396e-05,3.7578e-05) + +At time : 3.3431 ns Reaction : e_aq^-1 (-63) + °OH^0 (-148) -> OH^-1 (-217) + +At : 4.4592 (ns) reactantA = e_aq^-1 (ID number = -34) at position : (-34.792,17.025,40.469) reacts with reactantB = H3O^1 (ID number = -159) at position : (-34.792,17.025,40.469) + creating product 1 =H^0 position : (-3.4822e-05,1.7108e-05,4.0285e-05) + At time : 4.4592 ns Reaction : e_aq^-1 (-34) + H3O^1 (-159) -> H^0 (-218) + +At : 4.5396 (ns) reactantA = e_aq^-1 (ID number = -54) at position : (-17.98,17.959,33.614) reacts with reactantB = H^0 (ID number = -206) at position : (-17.98,17.959,33.614) + creating product 1 =OH^-1 position : (-1.7957e-05,1.7837e-05,3.3613e-05) + creating product 2 =H_2^0 position : (-1.7957e-05,1.7837e-05,3.3613e-05) + At time : 4.5396 ns Reaction : e_aq^-1 (-54) + H^0 (-206) -> OH^-1 (-219) + H_2^0 (-220) -At time : 5.1257 ns Reaction : OH^0 (-196) + e_aq^-1 (-80) -> OH^-1 (-221) + +At : 5.1257 (ns) reactantA = °OH^0 (ID number = -196) at position : (1.8951,7.6115,32.968) reacts with reactantB = e_aq^-1 (ID number = -80) at position : (1.8951,7.6115,32.968) + creating product 1 =OH^-1 position : (2.0393e-06,7.8392e-06,3.2867e-05) + +At time : 5.1257 ns Reaction : °OH^0 (-196) + e_aq^-1 (-80) -> OH^-1 (-221) + +At : 6.0779 (ns) reactantA = H3O^1 (ID number = -123) at position : (-28.636,20.888,35.612) reacts with reactantB = OH^-1 (ID number = -219) at position : (-28.636,20.888,35.612) + At time : 6.0779 ns Reaction : H3O^1 (-123) + OH^-1 (-219) -> No product -At time : 6.5751 ns Reaction : e_aq^-1 (-33) + OH^0 (-202) -> OH^-1 (-222) + +At : 6.5751 (ns) reactantA = e_aq^-1 (ID number = -33) at position : (-36.276,21.816,40.148) reacts with reactantB = °OH^0 (ID number = -202) at position : (-36.276,21.816,40.148) + creating product 1 =OH^-1 position : (-3.6451e-05,2.2187e-05,3.9986e-05) + +At time : 6.5751 ns Reaction : e_aq^-1 (-33) + °OH^0 (-202) -> OH^-1 (-222) + +At : 6.7448 (ns) reactantA = e_aq^-1 (ID number = -53) at position : (-30.07,24.402,35.927) reacts with reactantB = H3O^1 (ID number = -149) at position : (-30.07,24.402,35.927) + creating product 1 =H^0 position : (-3.0008e-05,2.4319e-05,3.6005e-05) + At time : 6.7448 ns Reaction : e_aq^-1 (-53) + H3O^1 (-149) -> H^0 (-223) -At time : 6.9656 ns Reaction : e_aq^-1 (-60) + OH^0 (-126) -> OH^-1 (-224) + +At : 6.9656 (ns) reactantA = e_aq^-1 (ID number = -60) at position : (-29.066,19.421,39.241) reacts with reactantB = °OH^0 (ID number = -126) at position : (-29.066,19.421,39.241) + creating product 1 =OH^-1 position : (-2.9001e-05,1.9518e-05,3.91e-05) + +At time : 6.9656 ns Reaction : e_aq^-1 (-60) + °OH^0 (-126) -> OH^-1 (-224) + +At : 9.4507 (ns) reactantA = H3O^1 (ID number = -141) at position : (3.6376,19.161,35.154) reacts with reactantB = OH^-1 (ID number = -217) at position : (3.6376,19.161,35.154) + At time : 9.4507 ns Reaction : H3O^1 (-141) + OH^-1 (-217) -> No product -At time : 9.6517 ns Reaction : e_aq^-1 (-95) + OH^0 (-130) -> OH^-1 (-225) -At time : 9.7091 ns Reaction : e_aq^-1 (-68) + OH^0 (-187) -> OH^-1 (-226) -At time : 10.107 ns Reaction : e_aq^-1 (-81) + OH^0 (-116) -> OH^-1 (-227) -At time : 11.407 ns Reaction : e_aq^-1 (-39) + OH^0 (-154) -> OH^-1 (-228) -At time : 11.407 ns Reaction : e_aq^-1 (-91) + OH^0 (-112) -> OH^-1 (-229) -At time : 19.107 ns Reaction : OH^0 (-181) + OH^0 (-200) -> H2O2^0 (-230) + +At : 9.6517 (ns) reactantA = e_aq^-1 (ID number = -95) at position : (-13.675,14.368,32.856) reacts with reactantB = °OH^0 (ID number = -130) at position : (-13.675,14.368,32.856) + creating product 1 =OH^-1 position : (-1.3449e-05,1.4472e-05,3.2784e-05) + +At time : 9.6517 ns Reaction : e_aq^-1 (-95) + °OH^0 (-130) -> OH^-1 (-225) + +At : 9.7091 (ns) reactantA = e_aq^-1 (ID number = -68) at position : (-12.88,19.368,44.944) reacts with reactantB = °OH^0 (ID number = -187) at position : (-12.88,19.368,44.944) + creating product 1 =OH^-1 position : (-1.2814e-05,1.9341e-05,4.5152e-05) + +At time : 9.7091 ns Reaction : e_aq^-1 (-68) + °OH^0 (-187) -> OH^-1 (-226) + +At : 10.107 (ns) reactantA = e_aq^-1 (ID number = -81) at position : (-22.681,23.653,30.471) reacts with reactantB = °OH^0 (ID number = -116) at position : (-22.681,23.653,30.471) + creating product 1 =OH^-1 position : (-2.261e-05,2.4063e-05,3.0348e-05) + +At time : 10.107 ns Reaction : e_aq^-1 (-81) + °OH^0 (-116) -> OH^-1 (-227) + +At : 11.407 (ns) reactantA = e_aq^-1 (ID number = -39) at position : (-38.405,24.529,22.365) reacts with reactantB = °OH^0 (ID number = -154) at position : (-38.405,24.529,22.365) + creating product 1 =OH^-1 position : (-3.7517e-05,2.5321e-05,2.3016e-05) + +At time : 11.407 ns Reaction : e_aq^-1 (-39) + °OH^0 (-154) -> OH^-1 (-228) + +At : 11.407 (ns) reactantA = e_aq^-1 (ID number = -91) at position : (4.8142,11.36,23.898) reacts with reactantB = °OH^0 (ID number = -112) at position : (4.8142,11.36,23.898) + creating product 1 =OH^-1 position : (4.9785e-06,1.1625e-05,2.3943e-05) + +At time : 11.407 ns Reaction : e_aq^-1 (-91) + °OH^0 (-112) -> OH^-1 (-229) + +At : 19.107 (ns) reactantA = °OH^0 (ID number = -181) at position : (-4.5737,1.8776,21.152) reacts with reactantB = °OH^0 (ID number = -200) at position : (-4.5737,1.8776,21.152) + creating product 1 =H2O2^0 position : (-4.361e-06,2.3836e-06,2.1502e-05) + +At time : 19.107 ns Reaction : °OH^0 (-181) + °OH^0 (-200) -> H2O2^0 (-230) + +At : 19.207 (ns) reactantA = OH^-1 (ID number = -222) at position : (-40.678,41.252,27.384) reacts with reactantB = H3O^1 (ID number = -172) at position : (-40.678,41.252,27.384) + At time : 19.207 ns Reaction : OH^-1 (-222) + H3O^1 (-172) -> No product -At time : 19.507 ns Reaction : OH^0 (-203) + e_aq^-1 (-55) -> OH^-1 (-231) + +At : 19.507 (ns) reactantA = °OH^0 (ID number = -203) at position : (-35.366,25.276,28.446) reacts with reactantB = e_aq^-1 (ID number = -55) at position : (-35.366,25.276,28.446) + creating product 1 =OH^-1 position : (-3.5219e-05,2.4715e-05,2.865e-05) + +At time : 19.507 ns Reaction : °OH^0 (-203) + e_aq^-1 (-55) -> OH^-1 (-231) + +At : 21.207 (ns) reactantA = e_aq^-1 (ID number = -75) at position : (6.6715,6.932,68.184) reacts with reactantB = H3O^1 (ID number = -193) at position : (6.6715,6.932,68.184) + creating product 1 =H^0 position : (6.8947e-06,7.2927e-06,6.7402e-05) + At time : 21.207 ns Reaction : e_aq^-1 (-75) + H3O^1 (-193) -> H^0 (-232) + +At : 26.258 (ns) reactantA = OH^-1 (ID number = -221) at position : (-7.452,9.9496,35.56) reacts with reactantB = H3O^1 (ID number = -131) at position : (-7.452,9.9496,35.56) + At time : 26.258 ns Reaction : OH^-1 (-221) + H3O^1 (-131) -> No product -At time : 30.425 ns Reaction : OH^0 (-124) + H^0 (-223) -> No product -At time : 32.989 ns Reaction : e_aq^-1 (-90) + OH^0 (-118) -> OH^-1 (-233) + +At : 30.425 (ns) reactantA = °OH^0 (ID number = -124) at position : (-23.823,6.5068,33.199) reacts with reactantB = H^0 (ID number = -223) at position : (-23.823,6.5068,33.199) + +At time : 30.425 ns Reaction : °OH^0 (-124) + H^0 (-223) -> No product + +At : 32.989 (ns) reactantA = e_aq^-1 (ID number = -90) at position : (-6.5876,-5.8828,34.344) reacts with reactantB = °OH^0 (ID number = -118) at position : (-6.5876,-5.8828,34.344) + creating product 1 =OH^-1 position : (-6.6118e-06,-5.8157e-06,3.482e-05) + +At time : 32.989 ns Reaction : e_aq^-1 (-90) + °OH^0 (-118) -> OH^-1 (-233) + +At : 35.665 (ns) reactantA = e_aq^-1 (ID number = -86) at position : (-36.876,-10.575,12.079) reacts with reactantB = H3O^1 (ID number = -167) at position : (-36.876,-10.575,12.079) + creating product 1 =H^0 position : (-3.7485e-05,-1.0438e-05,1.1823e-05) + At time : 35.665 ns Reaction : e_aq^-1 (-86) + H3O^1 (-167) -> H^0 (-234) + +At : 40.406 (ns) reactantA = OH^-1 (ID number = -229) at position : (-16.872,11.685,44.454) reacts with reactantB = H3O^1 (ID number = -119) at position : (-16.872,11.685,44.454) + At time : 40.406 ns Reaction : OH^-1 (-229) + H3O^1 (-119) -> No product -At time : 60.646 ns Reaction : e_aq^-1 (-37) + OH^0 (-128) -> OH^-1 (-235) + +At : 60.646 (ns) reactantA = e_aq^-1 (ID number = -37) at position : (-34.653,48.261,51.444) reacts with reactantB = °OH^0 (ID number = -128) at position : (-34.653,48.261,51.444) + creating product 1 =OH^-1 position : (-3.4539e-05,4.7893e-05,5.1967e-05) + +At time : 60.646 ns Reaction : e_aq^-1 (-37) + °OH^0 (-128) -> OH^-1 (-235) + +At : 68.603 (ns) reactantA = OH^-1 (ID number = -227) at position : (-39.94,12.555,54.974) reacts with reactantB = H3O^1 (ID number = -147) at position : (-39.94,12.555,54.974) + At time : 68.603 ns Reaction : OH^-1 (-227) + H3O^1 (-147) -> No product -At time : 80.029 ns Reaction : H^0 (-188) + OH^0 (-136) -> No product -At time : 88.824 ns Reaction : H^0 (-198) + OH^0 (-110) -> No product + +At : 80.029 (ns) reactantA = H^0 (ID number = -188) at position : (-16.616,-2.4932,10.042) reacts with reactantB = °OH^0 (ID number = -136) at position : (-16.616,-2.4932,10.042) + +At time : 80.029 ns Reaction : H^0 (-188) + °OH^0 (-136) -> No product + +At : 88.824 (ns) reactantA = H^0 (ID number = -198) at position : (-25.8,8.3975,36.233) reacts with reactantB = °OH^0 (ID number = -110) at position : (-25.8,8.3975,36.233) + +At time : 88.824 ns Reaction : H^0 (-198) + °OH^0 (-110) -> No product +_________________ +At : 99.098 ns +Get inf of : OH^{0} +TrackID: -114 position : (8.2401,32.767,26.129) +TrackID: -120 position : (-37.17,37.376,-3.2372) +TrackID: -132 position : (-58.458,37.759,18.488) +TrackID: -140 position : (-37.513,4.1717,49.707) +TrackID: -142 position : (-16.563,-13.493,22.254) +TrackID: -152 position : (-14.697,45.966,-24.878) +TrackID: -160 position : (-35.179,36.106,26.732) +TrackID: -162 position : (-17.681,22.077,47.087) +TrackID: -170 position : (-15.632,-24.883,23.99) +TrackID: -177 position : (-29.192,-33.657,-18.1) +TrackID: -180 position : (-7.4378,12.404,55.156) +TrackID: -183 position : (-23.736,41.669,12.76) +TrackID: -185 position : (9.5791,28.535,-10.284) +TrackID: -194 position : (-7.4744,-29.799,-5.4243) +TrackID: -197 position : (-10.802,-11.333,29.09) +TrackID: -205 position : (-47.435,83.224,70.906) +_________________ +At : 99.232 ns +Get inf of : OH^{0} +TrackID: -114 position : (8.0138,31.256,25.295) +TrackID: -120 position : (-36.513,37.849,-3.9055) +TrackID: -132 position : (-58.234,37.389,18.562) +TrackID: -140 position : (-36.623,3.8264,50.556) +TrackID: -142 position : (-17.858,-13.938,19.447) +TrackID: -152 position : (-15.027,47.551,-24.981) +TrackID: -160 position : (-34.447,36.154,26.603) +TrackID: -162 position : (-17.118,22.62,46.539) +TrackID: -170 position : (-15.728,-25.182,23.748) +TrackID: -177 position : (-29.184,-33.813,-17.475) +TrackID: -180 position : (-7.7806,13.663,56.82) +TrackID: -183 position : (-23.543,41.239,12.702) +TrackID: -185 position : (8.7952,29.125,-9.9998) +TrackID: -194 position : (-7.6739,-29.47,-4.4929) +TrackID: -197 position : (-10.099,-10.895,28.449) +TrackID: -205 position : (-47.384,84.032,70.135) +_________________ +At : 99.332 ns +Get inf of : OH^{0} +TrackID: -114 position : (7.6772,31.479,25.44) +TrackID: -120 position : (-36.331,35.908,-3.4018) +TrackID: -132 position : (-56.776,37.259,18.886) +TrackID: -140 position : (-36.153,3.6522,51.36) +TrackID: -142 position : (-17.372,-14.044,20.05) +TrackID: -152 position : (-14.514,47.184,-23.942) +TrackID: -160 position : (-33.936,36.447,25.446) +TrackID: -162 position : (-17.446,22.137,46.81) +TrackID: -170 position : (-14.854,-25.146,23.649) +TrackID: -177 position : (-29.674,-33.483,-18.558) +TrackID: -180 position : (-7.8888,13.062,55.368) +TrackID: -183 position : (-24.086,40.448,13.154) +TrackID: -185 position : (10.047,28.088,-11.018) +TrackID: -194 position : (-7.4919,-29.267,-3.7219) +TrackID: -197 position : (-10.318,-10.879,29.799) +TrackID: -205 position : (-46.727,84.115,69.93) +_________________ +At : 99.432 ns +Get inf of : OH^{0} +TrackID: -114 position : (7.6501,32.352,25.496) +TrackID: -120 position : (-37.282,37.34,-3.4732) +TrackID: -132 position : (-56.763,36.942,18.464) +TrackID: -140 position : (-35.001,4.3516,49.593) +TrackID: -142 position : (-16.92,-14.118,19.499) +TrackID: -152 position : (-13.686,47.598,-24.391) +TrackID: -160 position : (-33.448,36.204,26.153) +TrackID: -162 position : (-16.903,22.04,45.966) +TrackID: -170 position : (-14.159,-23.833,22.889) +TrackID: -177 position : (-28.713,-32.744,-17.68) +TrackID: -180 position : (-7.8387,13.177,56.02) +TrackID: -183 position : (-22.492,40.216,12.639) +TrackID: -185 position : (10.877,27.835,-10.994) +TrackID: -194 position : (-6.7979,-29.126,-2.5406) +TrackID: -197 position : (-9.4778,-10.78,30.548) +TrackID: -205 position : (-46.41,84.308,69.432) +_________________ +At : 99.551 ns +Get inf of : OH^{0} +TrackID: -114 position : (7.4485,32.167,25.595) +TrackID: -120 position : (-36.398,37.318,-3.4246) +TrackID: -132 position : (-57.286,36.681,18.115) +TrackID: -140 position : (-36.029,5.035,48.927) +TrackID: -142 position : (-18.454,-13.444,18.587) +TrackID: -152 position : (-15.015,47.871,-24.206) +TrackID: -160 position : (-33.898,36.695,25.032) +TrackID: -162 position : (-15.788,23.923,45.345) +TrackID: -170 position : (-15.306,-24.595,23.657) +TrackID: -177 position : (-28.776,-31.801,-16.665) +TrackID: -180 position : (-6.6722,12.141,53.332) +TrackID: -183 position : (-22.728,40.031,13.671) +TrackID: -185 position : (11.081,28.506,-10.009) +TrackID: -194 position : (-6.155,-30.054,-1.6838) +TrackID: -197 position : (-10.905,-11.202,31.042) +TrackID: -205 position : (-45.954,83.756,70.541) +_________________ +At : 99.713 ns +Get inf of : OH^{0} +TrackID: -114 position : (6.5067,32.356,25.912) +TrackID: -120 position : (-36.501,35.916,-3.5632) +TrackID: -132 position : (-58.473,37.035,18.156) +TrackID: -140 position : (-36.978,7.6792,48.954) +TrackID: -142 position : (-16.525,-12.444,20.047) +TrackID: -152 position : (-15.814,47.084,-26.161) +TrackID: -160 position : (-34.258,36.416,23.814) +TrackID: -162 position : (-15.514,23.507,45.353) +TrackID: -170 position : (-15.34,-23.214,22.86) +TrackID: -177 position : (-28.005,-33.215,-16.374) +TrackID: -180 position : (-5.905,12.481,52.933) +TrackID: -183 position : (-22.736,42.136,12.729) +TrackID: -185 position : (8.5683,28.79,-10.35) +TrackID: -194 position : (-6.6499,-31.338,-0.60731) +TrackID: -197 position : (-11.851,-9.5882,31.044) +TrackID: -205 position : (-46.927,86.763,72.822) +_________________ +At : 99.983 ns +Get inf of : OH^{0} +TrackID: -114 position : (6.0029,32.119,25.348) +TrackID: -120 position : (-38.429,35.118,-3.9804) +TrackID: -132 position : (-57.487,36.103,21.235) +TrackID: -140 position : (-35.618,7.5111,47.933) +TrackID: -142 position : (-16.696,-13.99,20.88) +TrackID: -152 position : (-15.553,46.38,-25.072) +TrackID: -160 position : (-33.017,34.566,23.108) +TrackID: -162 position : (-14.146,23.345,47.16) +TrackID: -170 position : (-17.004,-21.768,22.122) +TrackID: -177 position : (-27.925,-34.164,-15.142) +TrackID: -180 position : (-4.7151,13.274,53.507) +TrackID: -183 position : (-21.726,39.699,12.565) +TrackID: -185 position : (8.4076,28.242,-10.526) +TrackID: -194 position : (-6.4167,-30.993,-0.52983) +TrackID: -197 position : (-12.096,-9.505,32.97) +TrackID: -205 position : (-44.689,87.286,73.465) +_________________ +At : 100 ns +Get inf of : OH^{0} +TrackID: -114 position : (5.4749,32.01,25.669) +TrackID: -120 position : (-38.146,35.173,-3.8335) +TrackID: -132 position : (-57.245,35.723,21.474) +TrackID: -140 position : (-35.378,7.7738,47.69) +TrackID: -142 position : (-17.09,-13.967,21.179) +TrackID: -152 position : (-16.196,46.392,-24.974) +TrackID: -160 position : (-32.427,34.443,23.208) +TrackID: -162 position : (-14.719,23.536,47.117) +TrackID: -170 position : (-17.865,-21.937,22.281) +TrackID: -177 position : (-27.858,-34.183,-14.633) +TrackID: -180 position : (-4.6158,13.183,53.128) +TrackID: -183 position : (-21.952,39.542,12.668) +TrackID: -185 position : (8.9786,28.635,-10.531) +TrackID: -194 position : (-6.0704,-30.602,-0.19554) +TrackID: -197 position : (-12.475,-9.2337,32.786) +TrackID: -205 position : (-44.98,87.096,73.764) *** G4Scheduler ends at time : 100 ns ___________________________________ Seed used :1 diff --git a/examples/extended/medical/dna/chem3/include/TimeStepAction.hh b/examples/extended/medical/dna/chem3/include/TimeStepAction.hh index a8dec23c717..95b15ff0549 100644 --- a/examples/extended/medical/dna/chem3/include/TimeStepAction.hh +++ b/examples/extended/medical/dna/chem3/include/TimeStepAction.hh @@ -38,16 +38,19 @@ #define ITACTION_H #include "G4UserTimeStepAction.hh" +class G4MolecularConfiguration; class TimeStepAction : public G4UserTimeStepAction { public: TimeStepAction(); - virtual ~TimeStepAction(); - TimeStepAction(const TimeStepAction& other); - TimeStepAction& operator=(const TimeStepAction& other); + ~TimeStepAction() override = default; + TimeStepAction(const TimeStepAction& other) = delete; + TimeStepAction& operator=(const TimeStepAction& other) = delete; - virtual void StartProcessing() { ; } + void StartProcessing() override { ; } + + static void PrintSpecieInfo(G4MolecularConfiguration* molconf); /** In this method, the user can use : * G4ITTimeStepper::Instance()->GetGlobalTime(), @@ -57,16 +60,16 @@ class TimeStepAction : public G4UserTimeStepAction * WARNING : * The call of this method happens before the call of DoIT methods */ - virtual void UserPreTimeStepAction() { ; } - virtual void UserPostTimeStepAction(); + void UserPreTimeStepAction() override { ; } + void UserPostTimeStepAction() override; /** * Inform about a reaction */ - virtual void UserReactionAction(const G4Track& /*trackA*/, const G4Track& /*trackB*/, - const std::vector* /*products*/); + void UserReactionAction(const G4Track& /*trackA*/, const G4Track& /*trackB*/, + const std::vector* /*products*/) override; - virtual void EndProcessing() { ; } + void EndProcessing() override { ; } }; #endif // ITACTION_H diff --git a/examples/extended/medical/dna/chem3/src/TimeStepAction.cc b/examples/extended/medical/dna/chem3/src/TimeStepAction.cc index 6c3b435b54d..19d58fabcc9 100644 --- a/examples/extended/medical/dna/chem3/src/TimeStepAction.cc +++ b/examples/extended/medical/dna/chem3/src/TimeStepAction.cc @@ -36,11 +36,13 @@ #include "TimeStepAction.hh" +#include "G4MolecularConfiguration.hh" +#include "G4Molecule.hh" +#include "G4MoleculeTable.hh" #include "G4SystemOfUnits.hh" #include "G4UnitsTable.hh" #include -// #include "G4Molecule.hh" TimeStepAction::TimeStepAction() : G4UserTimeStepAction() { @@ -60,111 +62,60 @@ TimeStepAction::TimeStepAction() : G4UserTimeStepAction() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TimeStepAction::~TimeStepAction() -{ - // dtor -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -TimeStepAction::TimeStepAction(const TimeStepAction& other) : G4UserTimeStepAction(other) -{ - // copy ctor -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -TimeStepAction& TimeStepAction::operator=(const TimeStepAction& rhs) -{ - if (this == &rhs) return *this; // handle self assignment - // assignment operator - return *this; -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - void TimeStepAction::UserPostTimeStepAction() { - // G4cout << "_________________" << G4endl; - /* - G4cout << "Time Step : " - << G4BestUnit(G4ITScheduler::Instance()->GetTimeStep(), - "Time") - << G4endl; + if (G4Scheduler::Instance()->GetGlobalTime() > 99 * ns) { + G4cout << "_________________" << G4endl; + G4cout << "At : " << G4BestUnit(G4Scheduler::Instance()->GetGlobalTime(), "Time") << G4endl; - G4cout << "End of step: " - << G4BestUnit(G4ITScheduler::Instance()->GetGlobalTime(), - "Time") - << G4endl; - */ + auto species = G4MoleculeTable::Instance()->GetConfiguration("°OH"); + PrintSpecieInfo(species); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void TimeStepAction::UserReactionAction(const G4Track& /*a*/, const G4Track& /*b*/, - const std::vector* /*products*/) +void TimeStepAction::UserReactionAction(const G4Track& reactantA, const G4Track& reactantB, + const std::vector* products) { - // Example to display reactions with product - // S. Incerti, H. Tran - // 2019/01/24 - - /* - if (products) - { - G4cout << G4endl; - G4int nbProducts = products->size(); - for (int i = 0 ; i < nbProducts ; i ++) - { - G4cout << "-> A = " - << GetMolecule(&a)->GetName() << " (TrackID=" << a.GetTrackID() << ")" - << " reacts with B = " - << GetMolecule(&b)->GetName() << " (TrackID=" << b.GetTrackID() << ")" - << " creating product " << i+1 << " =" - << GetMolecule((*products)[i])->GetName() - << G4endl ; - - G4cout - <<" A position: x(nm)="<GetGlobalTime() / ns + << " (ns) reactantA = " << GetMolecule(reactantA)->GetName() + << " (ID number = " << reactantA.GetTrackID() << ")" + << " at position : " << reactantA.GetPosition() / nm + << " reacts with reactantB = " << GetMolecule(&reactantB)->GetName() + << " (ID number = " << reactantB.GetTrackID() << ")" + << " at position : " << reactantA.GetPosition() / nm << G4endl; + + if (products) { + auto nbProducts = (G4int)products->size(); + for (G4int i = 0; i < nbProducts; i++) { + G4cout << " creating product " << i + 1 << " =" << GetMolecule((*products)[i])->GetName() + << " position : " << (*products)[i]->GetPosition() << G4endl; } } + G4cout << G4endl; +} - else - - { - G4cout << G4endl; - G4cout << "-> A = " - << GetMolecule(&a)->GetName() << " (TrackID=" << a.GetTrackID() << ")" - << " reacts with B = " - << GetMolecule(&b)->GetName() << " (TrackID=" << b.GetTrackID() << ")" - << G4endl ; - - G4cout - <<" A position: x(nm)="<GetMainList(moleculeID); + + if (trackList == nullptr) { + G4cout << "No species" << G4endl; + return; + } + G4TrackList::iterator it = trackList->begin(); + G4TrackList::iterator end = trackList->end(); + for (; it != end; ++it) { + auto track = *it; + G4cout << "TrackID: " << track->GetTrackID() << " position : " << track->GetPosition() / nm + << G4endl; } - */ } diff --git a/examples/extended/medical/dna/chem4/.README.txt b/examples/extended/medical/dna/chem4/.README.txt index 30d7664ada0..bb2436eb388 100644 --- a/examples/extended/medical/dna/chem4/.README.txt +++ b/examples/extended/medical/dna/chem4/.README.txt @@ -206,4 +206,24 @@ How can I display the step by step information? /chem/tracking/verbose 1 \endverbatim +\section CHEM4_s13 HOW TO START + + To run the example in batch mode + + ./chem4 -mac beam.in + + or + + ./chem4 + + then the macro beam.in is processed by default + + In interactive mode, run: + + ./chem4 -gui + + or + + ./chem4 -gui gui.mac + */ diff --git a/examples/extended/medical/dna/chem4/History b/examples/extended/medical/dna/chem4/History index 75afc316c36..6984bd1feab 100644 --- a/examples/extended/medical/dna/chem4/History +++ b/examples/extended/medical/dna/chem4/History @@ -4,6 +4,13 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-14 Hoang Tran (chem4-V11-02-01) +- corrected molecule name in chem4 macro file + +## 2024-09-19 Ivana Hrivnacova (chem4-V11-02-00) +- Added HOW TO START section in README with + the beam.in, gui.mac macros usage + ## 2022-09-20 Hoang Tran (chem4-V11-00-05) - fixed the examples naming conventions violations - delete unsused function clear() diff --git a/examples/extended/medical/dna/chem4/README b/examples/extended/medical/dna/chem4/README index 08b7a2c29d3..686180846ef 100644 --- a/examples/extended/medical/dna/chem4/README +++ b/examples/extended/medical/dna/chem4/README @@ -190,3 +190,16 @@ in a range of deposited energy [X;Y] chosen by the user. How can I display the step by step information? 1. Add ITTrackingInteraction to the G4Scheduler singleton (cf. chem3) 2. Use /chem/tracking/verbose 1 + + 13 - HOW TO START ? + + To run the example in batch mode: + ./chem4 -mac beam.in + or + ./chem4 + then the macro beam.in is processed by default + + In interactive mode, run: + ./chem4 -gui + or + ./chem4 -gui gui.mac diff --git a/examples/extended/medical/dna/chem4/beam.in b/examples/extended/medical/dna/chem4/beam.in index 14c411d13f8..c5143b4094e 100644 --- a/examples/extended/medical/dna/chem4/beam.in +++ b/examples/extended/medical/dna/chem4/beam.in @@ -12,7 +12,7 @@ # username [ molecule | charge | D(m2/s) | Radius(nm) ] /chem/species O2 [ O2 | 0 | 2.4e-9 | 0.17 ] /chem/species H3Op [ H3O | 1 | 9e-9 | 0.25 ] # H3Op is H3O plus -/chem/species OH [ OH | 0 | 2.8e-9 | 0.22 ] +/chem/species °OH [ °OH | 0 | 2.8e-9 | 0.22 ] /chem/species e_aq [ e_aq | -1 | 4.9e-9 | 0.5 ] /chem/species OHm [ OH | -1 | 5.0e-9 | 0.33 ] # OHm is OH minus /chem/species H [ H | 0 | 7e-09 | 0.19 ] @@ -31,11 +31,11 @@ # partially diffusion-controlled (PDC) # | Fix | reactionRate[dm3/(mol*s)] | PDC (1) -/chem/reaction/add e_aq + OH -> OHm | Fix | 2.95e10 | 0 -/chem/reaction/add OH + OH -> H2O2 | Fix | 0.44e10 | 0 -/chem/reaction/add e_aq + H2O2 -> OHm + OH | Fix | 1.41e10 | 0 -/chem/reaction/add e_aq + H3Op -> H + H2O | Fix | 2.11e10 | 0 -/chem/reaction/add OH + H -> H2O | Fix | 1.44e10 | 0 +/chem/reaction/add e_aq + °OH -> OHm | Fix | 2.95e10 | 0 +/chem/reaction/add °OH + °OH -> H2O2 | Fix | 0.44e10 | 0 +/chem/reaction/add e_aq + H2O2 -> OHm + °OH | Fix | 1.41e10 | 0 +/chem/reaction/add e_aq + H3Op -> H + H2O | Fix | 2.11e10 | 0 +/chem/reaction/add °OH + H -> H2O | Fix | 1.44e10 | 0 /chem/reaction/print diff --git a/examples/extended/medical/dna/chem4/chem4.out b/examples/extended/medical/dna/chem4/chem4.out index e0204d6b43a..c6366686ce5 100644 --- a/examples/extended/medical/dna/chem4/chem4.out +++ b/examples/extended/medical/dna/chem4/chem4.out @@ -1,4 +1,4 @@ -Seed used : 1719414300 +Seed used : 1733190372 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -38,7 +38,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -115,7 +114,7 @@ H3O^1 9e-09 0.25 _____________________________________________________________________________ OH^-1 5e-09 0.33 _____________________________________________________________________________ -OH^0 2.8e-09 0.22 +°OH^0 2.8e-09 0.22 _____________________________________________________________________________ e_aq^-1 4.9e-09 0.5 _____________________________________________________________________________ @@ -151,6 +150,8 @@ H2O^0 2e-09 0.275 _____________________________________________________________________________ H2O^0 2e-09 0.275 _____________________________________________________________________________ +OH^-1 2.8e-09 0.0958 +_____________________________________________________________________________ O2^0 2.4e-09 0 _____________________________________________________________________________ Number of chemical species involved in reactions = 6 @@ -160,17 +161,17 @@ H3O^1 + OH^-1 -> No product 1.43e+11 ---------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> H^0 2.11e+10 ---------------------------------------------------------------------------- -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 ---------------------------------------------------------------------------- -OH^0 + OH^0 -> H2O2^0 4.4e+09 +°OH^0 + °OH^0 -> H2O2^0 4.4e+09 ---------------------------------------------------------------------------- -OH^0 + H^0 -> No product 1.44e+10 +°OH^0 + H^0 -> No product 1.44e+10 ---------------------------------------------------------------------------- e_aq^-1 + H^0 -> H_2^0 + OH^-1 2.65e+10 ---------------------------------------------------------------------------- e_aq^-1 + e_aq^-1 -> H_2^0 + OH^-1 + OH^-1 5e+09 ---------------------------------------------------------------------------- -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.41e+10 ---------------------------------------------------------------------------- H^0 + H^0 -> H_2^0 1.2e+10 ---------------------------------------------------------------------------- @@ -195,10 +196,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -635,8 +639,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Particle: e- with 100 keV Start event 0 @@ -647,29 +649,25 @@ H3O^1 + OH^-1 -> No product 1.43e+11 1.3497 ------------------------------------------------------------------------------------------------------------------------------ H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.200589 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + OH^0 -> H2O2^0 4.4e+09 0.207651 +°OH^0 + °OH^0 -> H2O2^0 4.4e+09 0.207651 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + H^0 -> No product 1.44e+10 0.194167 +°OH^0 + H^0 -> No product 1.44e+10 0.194167 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + H^0 -> H_2^0 + OH^-1 2.65e+10 0.294265 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + e_aq^-1 -> H_2^0 + OH^-1 + OH^-1 5e+09 0.134838 ------------------------------------------------------------------------------------------------------------------------------ -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 0.295745 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.41e+10 0.295745 ------------------------------------------------------------------------------------------------------------------------------ H^0 + H^0 -> H_2^0 1.2e+10 0.226528 ------------------------------------------------------------------------------------------------------------------------------ DNAMolecularStepByStepModel will be used Start event 1 - * PrimaryKiller: aborts event 1, energy loss is too large. - * Energy loss by primary is: 6.0986 keV. Event is aborted if the Eloss is > 2 keV Start event 2 Start event 3 Start event 4 - * PrimaryKiller: aborts event 4, energy loss is too large. - * Energy loss by primary is: 2.3463 keV. Event is aborted if the Eloss is > 2 keV Start event 5 Start event 6 Start event 7 @@ -677,9 +675,9 @@ Start event 8 Start event 9 --------------------End of Global Run----------------------- - The run has 8 events -Number of events recorded by the species scorer = 8 - Total energy deposited in the world volume : 8744.4 eV + The run has 10 events +Number of events recorded by the species scorer = 10 + Total energy deposited in the world volume : 11757 eV ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/medical/dna/chem5/.README.txt b/examples/extended/medical/dna/chem5/.README.txt index b3c76c7b380..cea4bda5c2a 100644 --- a/examples/extended/medical/dna/chem5/.README.txt +++ b/examples/extended/medical/dna/chem5/.README.txt @@ -156,4 +156,25 @@ The default geometry is constructed in DetectorConstruction class. A gnuplot script (plot.gp) file is provided to display the output data with the experimental data + +\section CHEM5_s11 HOW TO START + + To run the example in batch mode + + ./chem5 -mac beam.in + + or + + ./chem5 + + then the macro beam.in is processed by default + + In interactive mode, run: + + ./chem5 -gui + + or + + ./chem5 -gui gui.mac + */ diff --git a/examples/extended/medical/dna/chem5/History b/examples/extended/medical/dna/chem5/History index 3a29dd5679d..c6ea9093396 100644 --- a/examples/extended/medical/dna/chem5/History +++ b/examples/extended/medical/dna/chem5/History @@ -4,6 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-09-19 Ivana Hrivnacova (chem5-V11-02-00) +- Added HOW TO START section in README with + the beam.in, gui.mac macros usage + ## 2022-09-20 Hoang Tran (chem5-V11-00-02) - Fixed the examples naming conventions violations - delete unsused function clear() diff --git a/examples/extended/medical/dna/chem5/README b/examples/extended/medical/dna/chem5/README index 8633a8ccb6e..47721930f8e 100644 --- a/examples/extended/medical/dna/chem5/README +++ b/examples/extended/medical/dna/chem5/README @@ -162,4 +162,16 @@ G4EmDNAPhysics_option8 and G4EmDNAChemistry_option1 in the header of each file. Further information is available in Phys. Med. Biol. 63(10) (2018) 105014-12pp. A gnuplot script (plot.gp) file is provided to display the output data with the experimental data - + + 11 - HOW TO START ? + + To run the example in batch mode: + ./chem5 -mac beam.in + or + ./chem5 + then the macro beam.in is processed by default + + In interactive mode, run: + ./chem5 -gui + or + ./chem5 -gui gui.mac diff --git a/examples/extended/medical/dna/chem5/chem5.out b/examples/extended/medical/dna/chem5/chem5.out index 3da0cf80c8b..fb25b9351ad 100644 --- a/examples/extended/medical/dna/chem5/chem5.out +++ b/examples/extended/medical/dna/chem5/chem5.out @@ -1,4 +1,4 @@ -Seed used : 1719414302 +Seed used : 1733190379 Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -47,10 +47,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -128,7 +131,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -207,10 +209,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -647,8 +652,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Particle: e- with 999.999 eV Start event 0 @@ -659,17 +662,17 @@ H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.1941 ------------------------------------------------------------------------------------------------------------------------------ H3O^1 + OH^-1 -> No product 1.13e+11 1.01165 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.549039 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.549039 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + OH^0 -> H2O2^0 5.5e+09 0.330354 +°OH^0 + °OH^0 -> H2O2^0 5.5e+09 0.330354 ------------------------------------------------------------------------------------------------------------------------------ -OH^0 + H^0 -> No product 1.55e+10 0.22263 +°OH^0 + H^0 -> No product 1.55e+10 0.22263 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 0.171514 ------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.5e+10 0.277608 ------------------------------------------------------------------------------------------------------------------------------ -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 0.201883 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.1e+10 0.201883 ------------------------------------------------------------------------------------------------------------------------------ H^0 + H^0 -> H_2^0 5.03e+09 0.0949531 ------------------------------------------------------------------------------------------------------------------------------ diff --git a/examples/extended/medical/dna/chem6/History b/examples/extended/medical/dna/chem6/History index 202fd33d068..2d3e4bf1cef 100644 --- a/examples/extended/medical/dna/chem6/History +++ b/examples/extended/medical/dna/chem6/History @@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-28 Hoang Tran (chem6-V11-02-02) +- added the /process/chem/TimeStepModel IRT command in the macro file beam_HCP.in + +## 2024-10-14 Hoang Tran (chem6-V11-02-01) +- corrected molecule name in chem6 macro file + ## 2024-05-23 Hoang Tran (chem6-V11-02-00) - Use EmParameter to control chemistry models diff --git a/examples/extended/medical/dna/chem6/beam.in b/examples/extended/medical/dna/chem6/beam.in index bce2c2e2b0b..34b558dd30c 100644 --- a/examples/extended/medical/dna/chem6/beam.in +++ b/examples/extended/medical/dna/chem6/beam.in @@ -29,10 +29,10 @@ /chem/reaction/add H3Op + OHm -> H2O | Fix | 1.13e11 | 0 # partially diffusion-controlled (PDC) | Fix | reactionRate[dm3/(mol*s)] | PDC (1) -/chem/reaction/add OH + H -> H2O | Fix | 1.55e10 | 1 -/chem/reaction/add OH + OH -> H2O2 | Fix | 0.55e10 | 1 -/chem/reaction/add e_aq + OH -> OHm | Fix | 2.95e10 | 1 -/chem/reaction/add e_aq + H2O2 -> OHm + OH | Fix | 1.10e10 | 1 +/chem/reaction/add °OH + H -> H2O | Fix | 1.55e10 | 1 +/chem/reaction/add °OH + °OH -> H2O2 | Fix | 0.55e10 | 1 +/chem/reaction/add e_aq + °OH -> OHm | Fix | 2.95e10 | 1 +/chem/reaction/add e_aq + H2O2 -> OHm + °OH | Fix | 1.10e10 | 1 /chem/reaction/add e_aq + H3Op -> H + H2O | Fix | 2.11e10 | 1 /chem/reaction/print diff --git a/examples/extended/medical/dna/chem6/beam_HCP.in b/examples/extended/medical/dna/chem6/beam_HCP.in index 765eb4ebfdb..4bbc8087913 100644 --- a/examples/extended/medical/dna/chem6/beam_HCP.in +++ b/examples/extended/medical/dna/chem6/beam_HCP.in @@ -5,6 +5,13 @@ #/process/dna/e-SolvationSubType Ritchie1994 #/process/dna/e-SolvationSubType Terrisol1990 +# use Step-by-Step (SBS), independent reaction time (IRT) +# or synchronized IRT (IRT_syn), +# SBS ( is only for TDC, set 0 ) +/process/chem/TimeStepModel IRT +#/process/chem/TimeStepModel SBS +#/process/chem/TimeStepModel IRT_syn + /run/initialize /chem/reaction/print diff --git a/examples/extended/medical/dna/chem6/chem6.out b/examples/extended/medical/dna/chem6/chem6.out index 844f0ec432a..63d7b038514 100644 --- a/examples/extended/medical/dna/chem6/chem6.out +++ b/examples/extended/medical/dna/chem6/chem6.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -32,7 +32,7 @@ Molecular Config | Diffusion Coefficient (m2 / s) | Radius (nm) _____________________________________________________________________________ H3O^1 9.46e-09 0.25 _____________________________________________________________________________ -OH^0 2.2e-09 0.22 +°OH^0 2.2e-09 0.22 _____________________________________________________________________________ OH^-1 5.3e-09 0.33 _____________________________________________________________________________ @@ -44,11 +44,11 @@ H_2^0 4.8e-09 0.14 _____________________________________________________________________________ H2O2^0 2.3e-09 0.21 _____________________________________________________________________________ -HO_2^0 2.3e-09 0.21 +HO_2°^0 2.3e-09 0.21 _____________________________________________________________________________ HO_2^-1 1.4e-09 0.25 _____________________________________________________________________________ -O^0 2e-09 0.2 +°O^0 2e-09 0.2 _____________________________________________________________________________ O^-1 2e-09 0.25 _____________________________________________________________________________ @@ -94,16 +94,22 @@ H2O^0 2e-09 0.275 _____________________________________________________________________________ H2O^0 2e-09 0.275 _____________________________________________________________________________ -HO_2^0 2.3e-09 0.21 +HO_2^-1 2.3e-09 0.21 +_____________________________________________________________________________ +HO_2°^0 2.3e-09 0.21 _____________________________________________________________________________ None^0 0 0 _____________________________________________________________________________ O^0 2e-09 0.2 _____________________________________________________________________________ +OH^-1 2.8e-09 0.0958 +_____________________________________________________________________________ O_2^0 2.4e-09 0.17 _____________________________________________________________________________ O_3^0 2e-09 0.2 _____________________________________________________________________________ +°O^0 2e-09 0.2 +_____________________________________________________________________________ Number of chemical species involved in reactions = 6 Reaction Reaction Rate [dm3/(mol*s)] ---------------------------------------------------------------------------- @@ -111,17 +117,17 @@ H3O^1 + OH^-1 -> No product 1.13e+11 ---------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> H^0 2.11e+10 ---------------------------------------------------------------------------- -OH^0 + H^0 -> No product 1.55e+10 +°OH^0 + H^0 -> No product 1.55e+10 ---------------------------------------------------------------------------- -OH^0 + OH^0 -> H2O2^0 5.5e+09 +°OH^0 + °OH^0 -> H2O2^0 5.5e+09 ---------------------------------------------------------------------------- -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 ---------------------------------------------------------------------------- e_aq^-1 + H^0 -> H_2^0 + OH^-1 2.5e+10 ---------------------------------------------------------------------------- e_aq^-1 + e_aq^-1 -> H_2^0 + OH^-1 + OH^-1 6.36e+09 ---------------------------------------------------------------------------- -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.1e+10 ---------------------------------------------------------------------------- H^0 + H^0 -> H_2^0 5.03e+09 ---------------------------------------------------------------------------- @@ -146,10 +152,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -594,7 +603,7 @@ DNAMolecularIRTModel will be used --------------------End of Global Run----------------------- The run has 6 events Number of events recorded by the species scorer = 6 - Total energy deposited in the world volume : 7249 eV + Total energy deposited in the world volume : 7248.1 eV ------------------------------------------------------------ ### Run 1 starts. @@ -602,9 +611,9 @@ Number of events recorded by the species scorer = 6 --> Event 0 starts. --------------------End of Global Run----------------------- - The run has 6 events -Number of events recorded by the species scorer = 6 - Total energy deposited in the world volume : 9650.5 eV + The run has 3 events +Number of events recorded by the species scorer = 3 + Total energy deposited in the world volume : 4823.7 eV ------------------------------------------------------------ ### Run 2 starts. @@ -612,9 +621,9 @@ Number of events recorded by the species scorer = 6 --> Event 0 starts. --------------------End of Global Run----------------------- - The run has 7 events -Number of events recorded by the species scorer = 7 - Total energy deposited in the world volume : 16165 eV + The run has 6 events +Number of events recorded by the species scorer = 6 + Total energy deposited in the world volume : 13879 eV ------------------------------------------------------------ ### Run 3 starts. @@ -624,7 +633,7 @@ Number of events recorded by the species scorer = 7 --------------------End of Global Run----------------------- The run has 1 events Number of events recorded by the species scorer = 1 - Total energy deposited in the world volume : 3800.1 eV + Total energy deposited in the world volume : 3832.2 eV ------------------------------------------------------------ ### Run 4 starts. @@ -632,9 +641,9 @@ Number of events recorded by the species scorer = 1 --> Event 0 starts. --------------------End of Global Run----------------------- - The run has 4 events -Number of events recorded by the species scorer = 4 - Total energy deposited in the world volume : 24077 eV + The run has 2 events +Number of events recorded by the species scorer = 2 + Total energy deposited in the world volume : 12004 eV ------------------------------------------------------------ ### Run 5 starts. @@ -642,11 +651,18 @@ Number of events recorded by the species scorer = 4 --> Event 0 starts. --------------------End of Global Run----------------------- - The run has 4 events -Number of events recorded by the species scorer = 4 - Total energy deposited in the world volume : 32121 eV + The run has 5 events +Number of events recorded by the species scorer = 5 + Total energy deposited in the world volume : 40126 eV ------------------------------------------------------------ ### Run 6 starts. ### Run 6 starts. --> Event 0 starts. + +--------------------End of Global Run----------------------- + The run has 1 events +Number of events recorded by the species scorer = 1 + Total energy deposited in the world volume : 10069 eV + ------------------------------------------------------------ + diff --git a/examples/extended/medical/dna/clustering/clustering.out b/examples/extended/medical/dna/clustering/clustering.out index d2e8d3fb22b..66c5e86258b 100644 --- a/examples/extended/medical/dna/clustering/clustering.out +++ b/examples/extended/medical/dna/clustering/clustering.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -110,10 +109,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -549,16 +551,7 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ----> Histogram file is opened in test. -There are histograms that can be viewed with visualization: - 5 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/dnadamage1/dnadamage1.out b/examples/extended/medical/dna/dnadamage1/dnadamage1.out index f29e3e8c6bb..021e4acde10 100644 --- a/examples/extended/medical/dna/dnadamage1/dnadamage1.out +++ b/examples/extended/medical/dna/dnadamage1/dnadamage1.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -128,10 +127,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -595,22 +597,23 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 2913 kByte - Total CPU time elapsed for geometry optimisation: 7.36 seconds + Total CPU time elapsed for geometry optimisation: 7.17 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 99.05 7.29 0.00 2914k VoxelStraight_logic + 99.44 7.13 0.01 2914k VoxelStraight_logic Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 100.00 2913k 20884 21735 54614 7.29 VoxelStraight_logic -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. + 100.00 2913k 20884 21735 54614 7.13 VoxelStraight_logic +-------------------------------------------------------------------------------- + ### Run 0 starts. ----> Histogram file is opened in output.root @@ -626,29 +629,29 @@ H3O^1 + Histone^0 -> Histone^0 0 ------------------------------------------------------------------------------------------------------------------------------------ OH^-1 + Histone^0 -> Histone^0 0 2.4958 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + OH^0 -> H2O2^0 4.4e+09 0.207651 +°OH^0 + °OH^0 -> H2O2^0 4.4e+09 0.207651 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + H^0 -> No product 1.44e+10 0.194167 +°OH^0 + H^0 -> No product 1.44e+10 0.194167 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + Deoxyribose^0 -> Damaged_Deoxyribose^0 1.8e+09 0.0849481 +°OH^0 + Deoxyribose^0 -> Damaged_Deoxyribose^0 1.8e+09 0.0849481 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + Adenine^0 -> Damaged_Adenine^0 6.1e+09 0.28788 +°OH^0 + Adenine^0 -> Damaged_Adenine^0 6.1e+09 0.28788 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + Guanine^0 -> Damaged_Guanine^0 9.2e+09 0.434179 +°OH^0 + Guanine^0 -> Damaged_Guanine^0 9.2e+09 0.434179 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + Thymine^0 -> Damaged_Thymine^0 6.4e+09 0.302038 +°OH^0 + Thymine^0 -> Damaged_Thymine^0 6.4e+09 0.302038 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + Cytosine^0 -> Damaged_Cytosine^0 6.1e+09 0.28788 +°OH^0 + Cytosine^0 -> Damaged_Cytosine^0 6.1e+09 0.28788 ------------------------------------------------------------------------------------------------------------------------------------ -OH^0 + Histone^0 -> Histone^0 0 2.4958 +°OH^0 + Histone^0 -> Histone^0 0 2.4958 ------------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 5e+09 0.134838 ------------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.65e+10 0.294265 ------------------------------------------------------------------------------------------------------------------------------------ -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 0.295745 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.41e+10 0.295745 ------------------------------------------------------------------------------------------------------------------------------------ e_aq^-1 + Deoxyribose^0 -> Damaged_Deoxyribose^0 1e+07 0.000269677 ------------------------------------------------------------------------------------------------------------------------------------ @@ -680,126 +683,126 @@ H2O2^0 + Histone^0 -> Histone^0 0 ------------------------------------------------------------------------------------------------------------------------------------ DNAMolecularStepByStepModel will be used *** G4Scheduler starts processing -At time : 1 ps Reaction : OH^0 (-14623) + Guanine^0 (-2931) -> Damaged_Guanine^0 (-14637) -At time : 1 ps Reaction : OH^0 (-14622) + Thymine^0 (-2928) -> Damaged_Thymine^0 (-14638) -At time : 1 ps Reaction : OH^0 (-14558) + OH^0 (-14611) -> H2O2^0 (-14639) -At time : 1 ps Reaction : OH^0 (-14584) + Cytosine^0 (-2932) -> Damaged_Cytosine^0 (-14640) -At time : 1 ps Reaction : OH^0 (-14536) + OH^0 (-14544) -> H2O2^0 (-14641) -At time : 1.35 ps Reaction : OH^0 (-14577) + OH^0 (-14619) -> H2O2^0 (-14642) -At time : 1.35 ps Reaction : Cytosine^0 (-2636) + OH^0 (-14533) -> Damaged_Cytosine^0 (-14643) -At time : 1.7 ps Reaction : OH^0 (-14556) + OH^0 (-14609) -> H2O2^0 (-14644) -At time : 1.7 ps Reaction : OH^0 (-14567) + OH^0 (-14566) -> H2O2^0 (-14645) +At time : 1 ps Reaction : °OH^0 (-14623) + Guanine^0 (-2931) -> Damaged_Guanine^0 (-14637) +At time : 1 ps Reaction : °OH^0 (-14622) + Thymine^0 (-2928) -> Damaged_Thymine^0 (-14638) +At time : 1 ps Reaction : °OH^0 (-14558) + °OH^0 (-14611) -> H2O2^0 (-14639) +At time : 1 ps Reaction : °OH^0 (-14584) + Cytosine^0 (-2932) -> Damaged_Cytosine^0 (-14640) +At time : 1 ps Reaction : °OH^0 (-14536) + °OH^0 (-14544) -> H2O2^0 (-14641) +At time : 1.35 ps Reaction : °OH^0 (-14577) + °OH^0 (-14619) -> H2O2^0 (-14642) +At time : 1.35 ps Reaction : Cytosine^0 (-2636) + °OH^0 (-14533) -> Damaged_Cytosine^0 (-14643) +At time : 1.7 ps Reaction : °OH^0 (-14556) + °OH^0 (-14609) -> H2O2^0 (-14644) +At time : 1.7 ps Reaction : °OH^0 (-14567) + °OH^0 (-14566) -> H2O2^0 (-14645) At time : 2.4 ps Reaction : Adenine^0 (-2959) + e_aq^-1 (-14535) -> Damaged_Adenine^0 (-14646) -At time : 2.75 ps Reaction : OH^0 (-14571) + OH^0 (-14613) -> H2O2^0 (-14647) -At time : 3.1 ps Reaction : OH^0 (-14617) + OH^0 (-14615) -> H2O2^0 (-14648) -At time : 4.5 ps Reaction : H^0 (-14634) + OH^0 (-14548) -> No product -At time : 4.5 ps Reaction : OH^0 (-14528) + OH^0 (-14529) -> H2O2^0 (-14649) -At time : 6.25 ps Reaction : OH^0 (-14563) + OH^0 (-14560) -> H2O2^0 (-14650) -At time : 7.3 ps Reaction : OH^0 (-14590) + OH^0 (-14588) -> H2O2^0 (-14651) -At time : 10.581 ps Reaction : OH^0 (-14564) + H^0 (-14608) -> No product -At time : 12.281 ps Reaction : H^0 (-14585) + OH^0 (-14580) -> No product -At time : 14.281 ps Reaction : OH^0 (-14582) + Thymine^0 (-2936) -> Damaged_Thymine^0 (-14652) -At time : 15.281 ps Reaction : OH^0 (-14586) + Guanine^0 (-2627) -> Damaged_Guanine^0 (-14653) -At time : 26.281 ps Reaction : OH^0 (-14603) + H^0 (-14604) -> No product +At time : 2.75 ps Reaction : °OH^0 (-14571) + °OH^0 (-14613) -> H2O2^0 (-14647) +At time : 3.1 ps Reaction : °OH^0 (-14617) + °OH^0 (-14615) -> H2O2^0 (-14648) +At time : 4.5 ps Reaction : H^0 (-14634) + °OH^0 (-14548) -> No product +At time : 4.5 ps Reaction : °OH^0 (-14528) + °OH^0 (-14529) -> H2O2^0 (-14649) +At time : 6.25 ps Reaction : °OH^0 (-14563) + °OH^0 (-14560) -> H2O2^0 (-14650) +At time : 7.3 ps Reaction : °OH^0 (-14590) + °OH^0 (-14588) -> H2O2^0 (-14651) +At time : 10.581 ps Reaction : °OH^0 (-14564) + H^0 (-14608) -> No product +At time : 12.281 ps Reaction : H^0 (-14585) + °OH^0 (-14580) -> No product +At time : 14.281 ps Reaction : °OH^0 (-14582) + Thymine^0 (-2936) -> Damaged_Thymine^0 (-14652) +At time : 15.281 ps Reaction : °OH^0 (-14586) + Guanine^0 (-2627) -> Damaged_Guanine^0 (-14653) +At time : 26.281 ps Reaction : °OH^0 (-14603) + H^0 (-14604) -> No product At time : 27.281 ps Reaction : H^0 (-14593) + H^0 (-14545) -> H_2^0 (-14654) At time : 29.281 ps Reaction : H^0 (-14591) + Cytosine^0 (-2628) -> Damaged_Cytosine^0 (-14655) -At time : 68.632 ps Reaction : OH^0 (-14552) + Guanine^0 (-12203) -> Damaged_Guanine^0 (-14656) -At time : 77.632 ps Reaction : OH^0 (-14572) + Guanine^0 (-7421) -> Damaged_Guanine^0 (-14657) -At time : 79.632 ps Reaction : OH^0 (-14592) + OH^0 (-14594) -> H2O2^0 (-14658) +At time : 68.632 ps Reaction : °OH^0 (-14552) + Guanine^0 (-12203) -> Damaged_Guanine^0 (-14656) +At time : 77.632 ps Reaction : °OH^0 (-14572) + Guanine^0 (-7421) -> Damaged_Guanine^0 (-14657) +At time : 79.632 ps Reaction : °OH^0 (-14592) + °OH^0 (-14594) -> H2O2^0 (-14658) At time : 86.632 ps Reaction : H^0 (-14636) + Thymine^0 (-7746) -> Damaged_Thymine^0 (-14659) -At time : 89.632 ps Reaction : OH^0 (-14576) + e_aq^-1 (-14526) -> OH^-1 (-14660) -At time : 95.632 ps Reaction : OH^0 (-14599) + OH^0 (-14602) -> H2O2^0 (-14661) +At time : 89.632 ps Reaction : °OH^0 (-14576) + e_aq^-1 (-14526) -> OH^-1 (-14660) +At time : 95.632 ps Reaction : °OH^0 (-14599) + °OH^0 (-14602) -> H2O2^0 (-14661) At time : 137.69 ps Reaction : H^0 (-14561) + H^0 (-14610) -> H_2^0 (-14662) -At time : 173.69 ps Reaction : OH^0 (-14554) + Deoxyribose^0 (-12213) -> Damaged_Deoxyribose^0 (-14663) +At time : 173.69 ps Reaction : °OH^0 (-14554) + Deoxyribose^0 (-12213) -> Damaged_Deoxyribose^0 (-14663) At time : 273.4 ps Reaction : H^0 (-14583) + Deoxyribose^0 (-2945) -> Damaged_Deoxyribose^0 (-14664) At time : 376.29 ps Reaction : Histone^0 (-6454) + H3O^1 (-14525) -> Histone^0 (-14665) -At time : 385.29 ps Reaction : Adenine^0 (-2623) + OH^0 (-14530) -> Damaged_Adenine^0 (-14666) -At time : 400.29 ps Reaction : H^0 (-14539) + OH^0 (-14631) -> No product +At time : 385.29 ps Reaction : Adenine^0 (-2623) + °OH^0 (-14530) -> Damaged_Adenine^0 (-14666) +At time : 400.29 ps Reaction : H^0 (-14539) + °OH^0 (-14631) -> No product At time : 406.29 ps Reaction : H^0 (-14569) + Histone^0 (-7255) -> Histone^0 (-14667) At time : 409.29 ps Reaction : H^0 (-14612) + Thymine^0 (-6901) -> Damaged_Thymine^0 (-14668) At time : 461.8 ps Reaction : Histone^0 (-14667) + H^0 (-14559) -> Histone^0 (-14669) At time : 470.8 ps Reaction : H^0 (-14555) + Deoxyribose^0 (-12250) -> Damaged_Deoxyribose^0 (-14670) -At time : 556.82 ps Reaction : H^0 (-14597) + OH^0 (-14606) -> No product -At time : 593.21 ps Reaction : OH^0 (-14607) + Deoxyribose^0 (-7744) -> Damaged_Deoxyribose^0 (-14671) -At time : 614.21 ps Reaction : OH^0 (-14540) + OH^0 (-14547) -> H2O2^0 (-14672) +At time : 556.82 ps Reaction : H^0 (-14597) + °OH^0 (-14606) -> No product +At time : 593.21 ps Reaction : °OH^0 (-14607) + Deoxyribose^0 (-7744) -> Damaged_Deoxyribose^0 (-14671) +At time : 614.21 ps Reaction : °OH^0 (-14540) + °OH^0 (-14547) -> H2O2^0 (-14672) At time : 617.21 ps Reaction : H^0 (-14616) + Cytosine^0 (-6841) -> Damaged_Cytosine^0 (-14673) At time : 626.21 ps Reaction : H3O^1 (-14573) + Histone^0 (-14669) -> Histone^0 (-14674) -At time : 704.65 ps Reaction : Adenine^0 (-2943) + OH^0 (-14524) -> Damaged_Adenine^0 (-14675) +At time : 704.65 ps Reaction : Adenine^0 (-2943) + °OH^0 (-14524) -> Damaged_Adenine^0 (-14675) At time : 717.62 ps Reaction : H^0 (-14537) + Histone^0 (-1648) -> Histone^0 (-14676) -At time : 732.77 ps Reaction : OH^0 (-14632) + Guanine^0 (-13348) -> Damaged_Guanine^0 (-14677) -At time : 751.78 ps Reaction : OH^0 (-14635) + OH^0 (-14568) -> H2O2^0 (-14678) +At time : 732.77 ps Reaction : °OH^0 (-14632) + Guanine^0 (-13348) -> Damaged_Guanine^0 (-14677) +At time : 751.78 ps Reaction : °OH^0 (-14635) + °OH^0 (-14568) -> H2O2^0 (-14678) At time : 785.45 ps Reaction : Histone^0 (-2449) + H3O^1 (-14534) -> Histone^0 (-14679) At time : 788.45 ps Reaction : H^0 (-14579) + Deoxyribose^0 (-2065) -> Damaged_Deoxyribose^0 (-14680) -At time : 804.05 ps Reaction : OH^0 (-14553) + Thymine^0 (-12208) -> Damaged_Thymine^0 (-14681) -At time : 983.44 ps Reaction : OH^0 (-14542) + H^0 (-14620) -> No product +At time : 804.05 ps Reaction : °OH^0 (-14553) + Thymine^0 (-12208) -> Damaged_Thymine^0 (-14681) +At time : 983.44 ps Reaction : °OH^0 (-14542) + H^0 (-14620) -> No product At time : 1.0364 ns Reaction : H_2^0 (-14654) + Histone^0 (-14676) -> Histone^0 (-14682) -At time : 1.4601 ns Reaction : OH^0 (-14578) + Guanine^0 (-2939) -> Damaged_Guanine^0 (-14683) +At time : 1.4601 ns Reaction : °OH^0 (-14578) + Guanine^0 (-2939) -> Damaged_Guanine^0 (-14683) At time : 1.4701 ns Reaction : H^0 (-14589) + Deoxyribose^0 (-2049) -> Damaged_Deoxyribose^0 (-14684) At time : 1.4901 ns Reaction : H_2^0 (-14562) + Histone^0 (-14674) -> Histone^0 (-14685) At time : 1.5001 ns Reaction : H^0 (-14543) + Histone^0 (-14665) -> Histone^0 (-14686) At time : 1.5401 ns Reaction : Thymine^0 (-3421) + e_aq^-1 (-14532) -> Damaged_Thymine^0 (-14687) At time : 1.6664 ns Reaction : Histone^0 (-14679) + H^0 (-14618) -> Histone^0 (-14688) -At time : 1.7664 ns Reaction : OH^0 (-14538) + Guanine^0 (-12507) -> Damaged_Guanine^0 (-14689) +At time : 1.7664 ns Reaction : °OH^0 (-14538) + Guanine^0 (-12507) -> Damaged_Guanine^0 (-14689) At time : 1.9524 ns Reaction : H^0 (-14541) + Adenine^0 (-8538) -> Damaged_Adenine^0 (-14690) -At time : 2.0342 ns Reaction : OH^0 (-14549) + Cytosine^0 (-12492) -> Damaged_Cytosine^0 (-14691) +At time : 2.0342 ns Reaction : °OH^0 (-14549) + Cytosine^0 (-12492) -> Damaged_Cytosine^0 (-14691) At time : 2.3763 ns Reaction : H2O2^0 (-14642) + Histone^0 (-14685) -> Histone^0 (-14692) At time : 2.4699 ns Reaction : Histone^0 (-3250) + H3O^1 (-14531) -> Histone^0 (-14693) *** G4Scheduler ends at time : 2.5 ns ___________________________________ Physics stage ends *** G4Scheduler starts processing -At time : 1 ps Reaction : OH^0 (-14590) + OH^0 (-14661) -> H2O2^0 (-14675) -At time : 1 ps Reaction : e_aq^-1 (-24) + OH^0 (-14641) -> OH^-1 (-14676) -At time : 1 ps Reaction : OH^0 (-14638) + Cytosine^0 (-2100) -> Damaged_Cytosine^0 (-14677) -At time : 1 ps Reaction : OH^0 (-14624) + OH^0 (-14626) -> H2O2^0 (-14678) -At time : 1 ps Reaction : OH^0 (-14622) + Guanine^0 (-6881) -> Damaged_Guanine^0 (-14679) -At time : 1 ps Reaction : OH^0 (-14558) + OH^0 (-14610) -> H2O2^0 (-14680) -At time : 1 ps Reaction : OH^0 (-14570) + OH^0 (-14598) -> H2O2^0 (-14681) -At time : 1 ps Reaction : Guanine^0 (-2099) + OH^0 (-14578) -> Damaged_Guanine^0 (-14682) -At time : 1.7 ps Reaction : OH^0 (-14572) + OH^0 (-14617) -> H2O2^0 (-14683) +At time : 1 ps Reaction : °OH^0 (-14590) + °OH^0 (-14661) -> H2O2^0 (-14675) +At time : 1 ps Reaction : e_aq^-1 (-24) + °OH^0 (-14641) -> OH^-1 (-14676) +At time : 1 ps Reaction : °OH^0 (-14638) + Cytosine^0 (-2100) -> Damaged_Cytosine^0 (-14677) +At time : 1 ps Reaction : °OH^0 (-14624) + °OH^0 (-14626) -> H2O2^0 (-14678) +At time : 1 ps Reaction : °OH^0 (-14622) + Guanine^0 (-6881) -> Damaged_Guanine^0 (-14679) +At time : 1 ps Reaction : °OH^0 (-14558) + °OH^0 (-14610) -> H2O2^0 (-14680) +At time : 1 ps Reaction : °OH^0 (-14570) + °OH^0 (-14598) -> H2O2^0 (-14681) +At time : 1 ps Reaction : Guanine^0 (-2099) + °OH^0 (-14578) -> Damaged_Guanine^0 (-14682) +At time : 1.7 ps Reaction : °OH^0 (-14572) + °OH^0 (-14617) -> H2O2^0 (-14683) At time : 2.4 ps Reaction : H^0 (-14637) + Histone^0 (-1673) -> Histone^0 (-14684) -At time : 2.4 ps Reaction : OH^0 (-14566) + OH^0 (-14594) -> H2O2^0 (-14685) -At time : 3.45 ps Reaction : OH^0 (-14616) + OH^0 (-14612) -> H2O2^0 (-14686) -At time : 3.45 ps Reaction : Deoxyribose^0 (-11361) + OH^0 (-14599) -> Damaged_Deoxyribose^0 (-14687) -At time : 3.45 ps Reaction : OH^0 (-14562) + OH^0 (-14588) -> H2O2^0 (-14688) -At time : 9.5926 ps Reaction : OH^0 (-14583) + OH^0 (-14580) -> H2O2^0 (-14689) -At time : 13.343 ps Reaction : OH^0 (-14564) + OH^0 (-14592) -> H2O2^0 (-14690) -At time : 14.343 ps Reaction : Guanine^0 (-2107) + OH^0 (-14642) -> Damaged_Guanine^0 (-14691) -At time : 14.343 ps Reaction : OH^0 (-14549) + OH^0 (-14621) -> H2O2^0 (-14692) -At time : 16.343 ps Reaction : OH^0 (-14636) + OH^0 (-14670) -> H2O2^0 (-14693) +At time : 2.4 ps Reaction : °OH^0 (-14566) + °OH^0 (-14594) -> H2O2^0 (-14685) +At time : 3.45 ps Reaction : °OH^0 (-14616) + °OH^0 (-14612) -> H2O2^0 (-14686) +At time : 3.45 ps Reaction : Deoxyribose^0 (-11361) + °OH^0 (-14599) -> Damaged_Deoxyribose^0 (-14687) +At time : 3.45 ps Reaction : °OH^0 (-14562) + °OH^0 (-14588) -> H2O2^0 (-14688) +At time : 9.5926 ps Reaction : °OH^0 (-14583) + °OH^0 (-14580) -> H2O2^0 (-14689) +At time : 13.343 ps Reaction : °OH^0 (-14564) + °OH^0 (-14592) -> H2O2^0 (-14690) +At time : 14.343 ps Reaction : Guanine^0 (-2107) + °OH^0 (-14642) -> Damaged_Guanine^0 (-14691) +At time : 14.343 ps Reaction : °OH^0 (-14549) + °OH^0 (-14621) -> H2O2^0 (-14692) +At time : 16.343 ps Reaction : °OH^0 (-14636) + °OH^0 (-14670) -> H2O2^0 (-14693) At time : 16.343 ps Reaction : Histone^0 (-6479) + H^0 (-14575) -> Histone^0 (-14694) -At time : 17.343 ps Reaction : OH^0 (-14601) + e_aq^-1 (-128) -> OH^-1 (-14695) +At time : 17.343 ps Reaction : °OH^0 (-14601) + e_aq^-1 (-128) -> OH^-1 (-14695) At time : 23.343 ps Reaction : Adenine^0 (-2103) + H^0 (-14579) -> Damaged_Adenine^0 (-14696) -At time : 27.343 ps Reaction : Cytosine^0 (-7799) + OH^0 (-14668) -> Damaged_Cytosine^0 (-14697) -At time : 28.343 ps Reaction : OH^0 (-14576) + H^0 (-14577) -> No product +At time : 27.343 ps Reaction : Cytosine^0 (-7799) + °OH^0 (-14668) -> Damaged_Cytosine^0 (-14697) +At time : 28.343 ps Reaction : °OH^0 (-14576) + H^0 (-14577) -> No product At time : 31.343 ps Reaction : e_aq^-1 (-146) + Guanine^0 (-2123) -> Damaged_Guanine^0 (-14698) -At time : 32.343 ps Reaction : OH^0 (-14645) + H^0 (-14648) -> No product -At time : 38.343 ps Reaction : H^0 (-14656) + OH^0 (-14657) -> No product +At time : 32.343 ps Reaction : °OH^0 (-14645) + H^0 (-14648) -> No product +At time : 38.343 ps Reaction : H^0 (-14656) + °OH^0 (-14657) -> No product At time : 38.343 ps Reaction : e_aq^-1 (-14551) + H^0 (-14623) -> OH^-1 (-14699) + H_2^0 (-14700) At time : 49.479 ps Reaction : OH^-1 (-14676) + H3O^1 (-14671) -> No product -At time : 53.479 ps Reaction : OH^0 (-14653) + OH^0 (-14673) -> H2O2^0 (-14701) -At time : 54.479 ps Reaction : OH^0 (-14630) + Adenine^0 (-6581) -> Damaged_Adenine^0 (-14702) -At time : 54.479 ps Reaction : OH^0 (-14628) + H^0 (-14627) -> No product -At time : 55.479 ps Reaction : Thymine^0 (-6590) + OH^0 (-14574) -> Damaged_Thymine^0 (-14703) -At time : 58.479 ps Reaction : H^0 (-14563) + OH^0 (-14587) -> No product +At time : 53.479 ps Reaction : °OH^0 (-14653) + °OH^0 (-14673) -> H2O2^0 (-14701) +At time : 54.479 ps Reaction : °OH^0 (-14630) + Adenine^0 (-6581) -> Damaged_Adenine^0 (-14702) +At time : 54.479 ps Reaction : °OH^0 (-14628) + H^0 (-14627) -> No product +At time : 55.479 ps Reaction : Thymine^0 (-6590) + °OH^0 (-14574) -> Damaged_Thymine^0 (-14703) +At time : 58.479 ps Reaction : H^0 (-14563) + °OH^0 (-14587) -> No product At time : 64.479 ps Reaction : Histone^0 (-14684) + H^0 (-14650) -> Histone^0 (-14704) At time : 68.479 ps Reaction : H^0 (-14602) + H^0 (-14571) -> H_2^0 (-14705) -At time : 72.479 ps Reaction : Thymine^0 (-11352) + OH^0 (-14597) -> Damaged_Thymine^0 (-14706) -At time : 77.915 ps Reaction : H^0 (-14639) + OH^0 (-14643) -> No product +At time : 72.479 ps Reaction : Thymine^0 (-11352) + °OH^0 (-14597) -> Damaged_Thymine^0 (-14706) +At time : 77.915 ps Reaction : H^0 (-14639) + °OH^0 (-14643) -> No product At time : 78.915 ps Reaction : Histone^0 (-14694) + H3O^1 (-14550) -> Histone^0 (-14707) -At time : 113.41 ps Reaction : OH^0 (-14620) + Deoxyribose^0 (-6880) -> Damaged_Deoxyribose^0 (-14708) -At time : 113.41 ps Reaction : H^0 (-14609) + OH^0 (-14607) -> No product +At time : 113.41 ps Reaction : °OH^0 (-14620) + Deoxyribose^0 (-6880) -> Damaged_Deoxyribose^0 (-14708) +At time : 113.41 ps Reaction : H^0 (-14609) + °OH^0 (-14607) -> No product At time : 128.41 ps Reaction : OH^-1 (-14699) + H3O^1 (-14667) -> No product At time : 140.41 ps Reaction : Deoxyribose^0 (-11941) + H^0 (-14593) -> Damaged_Deoxyribose^0 (-14709) At time : 161.41 ps Reaction : e_aq^-1 (-134) + Adenine^0 (-7850) -> Damaged_Adenine^0 (-14710) At time : 182.41 ps Reaction : H^0 (-14625) + Histone^0 (-14707) -> Histone^0 (-14711) -At time : 213.17 ps Reaction : H^0 (-14646) + OH^0 (-14651) -> No product -At time : 243.17 ps Reaction : OH^0 (-14568) + Deoxyribose^0 (-11645) -> Damaged_Deoxyribose^0 (-14712) -At time : 252.17 ps Reaction : OH^0 (-14633) + Deoxyribose^0 (-6595) -> Damaged_Deoxyribose^0 (-14713) -At time : 258.17 ps Reaction : e_aq^-1 (-142) + H2O2^0 (-14693) -> OH^-1 (-14714) + OH^0 (-14715) +At time : 213.17 ps Reaction : H^0 (-14646) + °OH^0 (-14651) -> No product +At time : 243.17 ps Reaction : °OH^0 (-14568) + Deoxyribose^0 (-11645) -> Damaged_Deoxyribose^0 (-14712) +At time : 252.17 ps Reaction : °OH^0 (-14633) + Deoxyribose^0 (-6595) -> Damaged_Deoxyribose^0 (-14713) +At time : 258.17 ps Reaction : e_aq^-1 (-142) + H2O2^0 (-14693) -> OH^-1 (-14714) + °OH^0 (-14715) At time : 285.17 ps Reaction : H^0 (-14629) + Histone^0 (-14711) -> Histone^0 (-14716) -At time : 300.17 ps Reaction : Guanine^0 (-2660) + OH^0 (-14672) -> Damaged_Guanine^0 (-14717) -At time : 336.17 ps Reaction : Deoxyribose^0 (-1765) + OH^0 (-14647) -> Damaged_Deoxyribose^0 (-14718) +At time : 300.17 ps Reaction : Guanine^0 (-2660) + °OH^0 (-14672) -> Damaged_Guanine^0 (-14717) +At time : 336.17 ps Reaction : Deoxyribose^0 (-1765) + °OH^0 (-14647) -> Damaged_Deoxyribose^0 (-14718) At time : 372.17 ps Reaction : H^0 (-14567) + Thymine^0 (-11360) -> Damaged_Thymine^0 (-14719) At time : 456.47 ps Reaction : Deoxyribose^0 (-11406) + H^0 (-14604) -> Damaged_Deoxyribose^0 (-14720) At time : 465.47 ps Reaction : Histone^0 (-11285) + H^0 (-14662) -> Histone^0 (-14721) @@ -810,38 +813,38 @@ At time : 674.53 ps Reaction : H3O^1 (-14553) + OH^-1 (-14723) -> No product At time : 726.1 ps Reaction : H^0 (-14631) + Deoxyribose^0 (-6599) -> Damaged_Deoxyribose^0 (-14726) At time : 732.1 ps Reaction : H^0 (-14613) + Histone^0 (-14721) -> Histone^0 (-14727) At time : 738.78 ps Reaction : H^0 (-14559) + H^0 (-14565) -> H_2^0 (-14728) -At time : 791.88 ps Reaction : Adenine^0 (-11327) + OH^0 (-14666) -> Damaged_Adenine^0 (-14729) -At time : 835.39 ps Reaction : H^0 (-14573) + OH^0 (-14606) -> No product +At time : 791.88 ps Reaction : Adenine^0 (-11327) + °OH^0 (-14666) -> Damaged_Adenine^0 (-14729) +At time : 835.39 ps Reaction : H^0 (-14573) + °OH^0 (-14606) -> No product At time : 849.84 ps Reaction : Histone^0 (-14725) + H^0 (-14654) -> Histone^0 (-14730) At time : 910.89 ps Reaction : OH^-1 (-14714) + H3O^1 (-14669) -> No product At time : 1.0233 ns Reaction : H^0 (-14611) + Deoxyribose^0 (-11330) -> Damaged_Deoxyribose^0 (-14731) -At time : 1.1533 ns Reaction : Cytosine^0 (-11356) + OH^0 (-14603) -> Damaged_Cytosine^0 (-14732) +At time : 1.1533 ns Reaction : Cytosine^0 (-11356) + °OH^0 (-14603) -> Damaged_Cytosine^0 (-14732) At time : 1.1633 ns Reaction : Histone^0 (-14716) + OH^-1 (-14695) -> Histone^0 (-14733) At time : 1.1733 ns Reaction : Histone^0 (-12086) + H^0 (-14600) -> Histone^0 (-14734) At time : 1.2833 ns Reaction : Histone^0 (-7280) + H_2^0 (-14705) -> Histone^0 (-14735) At time : 1.3133 ns Reaction : H3O^1 (-14634) + Histone^0 (-2474) -> Histone^0 (-14736) At time : 1.3233 ns Reaction : H_2^0 (-14619) + Histone^0 (-14735) -> Histone^0 (-14737) -At time : 1.3738 ns Reaction : H^0 (-14595) + OH^0 (-14663) -> No product +At time : 1.3738 ns Reaction : H^0 (-14595) + °OH^0 (-14663) -> No product At time : 1.3738 ns Reaction : Thymine^0 (-11448) + e_aq^-1 (-137) -> Damaged_Thymine^0 (-14738) At time : 1.3838 ns Reaction : H3O^1 (-14632) + Histone^0 (-14737) -> Histone^0 (-14739) -At time : 1.6438 ns Reaction : OH^0 (-14555) + Thymine^0 (-11952) -> Damaged_Thymine^0 (-14740) +At time : 1.6438 ns Reaction : °OH^0 (-14555) + Thymine^0 (-11952) -> Damaged_Thymine^0 (-14740) At time : 1.7138 ns Reaction : Deoxyribose^0 (-11669) + H^0 (-14591) -> Damaged_Deoxyribose^0 (-14741) -At time : 1.896 ns Reaction : OH^0 (-14608) + Guanine^0 (-7774) -> Damaged_Guanine^0 (-14742) +At time : 1.896 ns Reaction : °OH^0 (-14608) + Guanine^0 (-7774) -> Damaged_Guanine^0 (-14742) *** G4Scheduler ends at time : 2.5 ns ___________________________________ Run terminated. Run Summary Number of events processed : 2 - User=148.090000s Real=154.884010s Sys=0.080000s + User=152.190000s Real=158.493074s Sys=0.060000s ----> Histograms are saved Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0xdb1a00 -UserPhysicsList deleted 0xdb3600 -UserActionInitialization deleted 0x1065ed0 +UserDetectorConstruction deleted 0x188dc90 +UserPhysicsList deleted 0x188e930 +UserActionInitialization deleted 0x1b41040 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. @@ -851,7 +854,7 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 29119 +Total navigation history collections cleaned: 29120 G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 27.9 MB diff --git a/examples/extended/medical/dna/dnadamage2/History b/examples/extended/medical/dna/dnadamage2/History index c0c54e67b38..d56828c3a82 100644 --- a/examples/extended/medical/dna/dnadamage2/History +++ b/examples/extended/medical/dna/dnadamage2/History @@ -4,5 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-02 Hoang Tran (dnadamage2-V11-02-00) +- Modified the molecule names of OH, HO2, O in MoleculeDefinition. + Each molecule configuration has a molecule definition. +- Used G4ChemDissociationChannels_option1 builder to avoid duplication + ## 2022-11-07 D-Kondo N (dnadamage2-V11-01-00) - Created and adapted from chem6 \ No newline at end of file diff --git a/examples/extended/medical/dna/dnadamage2/dnadamage2.out b/examples/extended/medical/dna/dnadamage2/dnadamage2.out index 2ce4fe7651d..0b7205d37bf 100644 --- a/examples/extended/medical/dna/dnadamage2/dnadamage2.out +++ b/examples/extended/medical/dna/dnadamage2/dnadamage2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,19 +39,19 @@ H3O^1 + e_aq^-1 -> OH^-1 + H_2^0 2.5e+10 -------------------------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> OH^-1 + H_2^0 2.5e+10 -------------------------------------------------------------------------------------------- -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 -------------------------------------------------------------------------------------------- -OH^0 + H^0 -> No product 1.55e+10 +°OH^0 + H^0 -> No product 1.55e+10 -------------------------------------------------------------------------------------------- -OH^0 + OH^0 -> H2O2^0 5.5e+09 +°OH^0 + °OH^0 -> H2O2^0 5.5e+09 -------------------------------------------------------------------------------------------- -OH^0 + DMSO^0^0 -> No product 3.55 +°OH^0 + DMSO^0^0 -> No product 3.55 -------------------------------------------------------------------------------------------- -OH^0 + DNA_Deoxyribose^0 -> DNA_DamagedDeoxyriboseOH^0 1.04747e+09 +°OH^0 + DNA_Deoxyribose^0 -> DNA_DamagedDeoxyriboseOH^0 1.04747e+09 -------------------------------------------------------------------------------------------- -OH^0 + HO_2^0 -> O_2^0 7.9e+09 +°OH^0 + HO_2°^0 -> O_2^0 7.9e+09 -------------------------------------------------------------------------------------------- -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.1e+10 -------------------------------------------------------------------------------------------- e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 -------------------------------------------------------------------------------------------- @@ -63,7 +63,7 @@ e_aq^-1 + Oxygen(B)^0 -> O_2^-1 5.13 -------------------------------------------------------------------------------------------- e_aq^-1 + O_2^0 -> O_2^-1 1.9e+10 -------------------------------------------------------------------------------------------- -H^0 + H2O2^0 -> OH^0 9e+07 +H^0 + H2O2^0 -> °OH^0 9e+07 -------------------------------------------------------------------------------------------- H^0 + H^0 -> H_2^0 5.03e+09 -------------------------------------------------------------------------------------------- @@ -71,9 +71,9 @@ H^0 + DMSO^0^0 -> No product 0.0135 -------------------------------------------------------------------------------------------- H^0 + DNA_Deoxyribose^0 -> DNA_DamagedDeoxyriboseH^0 3e+07 -------------------------------------------------------------------------------------------- -H^0 + Oxygen(B)^0 -> HO_2^0 5.67 +H^0 + Oxygen(B)^0 -> HO_2°^0 5.67 -------------------------------------------------------------------------------------------- -H^0 + O_2^0 -> HO_2^0 2.1e+10 +H^0 + O_2^0 -> HO_2°^0 2.1e+10 -------------------------------------------------------------------------------------------- ======================================================================= ====== Electromagnetic Physics Parameters ======== @@ -96,10 +96,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -535,8 +538,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. DNAMolecularIRTModel will be used @@ -544,7 +545,7 @@ DNAMolecularIRTModel will be used --------------------End of Global Run----------------------- The run has 10 events Number of events recorded by the species scorer = 10 - Total energy deposited in the world volume : 1.4726e+05 eV + Total energy deposited in the world volume : 1.4932e+05 eV ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/medical/dna/dnadamage2/src/G4EmDNAChemistryForPlasmids.cc b/examples/extended/medical/dna/dnadamage2/src/G4EmDNAChemistryForPlasmids.cc index 5876459fa33..0e49a134581 100644 --- a/examples/extended/medical/dna/dnadamage2/src/G4EmDNAChemistryForPlasmids.cc +++ b/examples/extended/medical/dna/dnadamage2/src/G4EmDNAChemistryForPlasmids.cc @@ -45,21 +45,14 @@ // *** Processes and models for Geant4-DNA -#include "G4DNAAttachment.hh" #include "G4DNABrownianTransportation.hh" -#include "G4DNAChampionElasticModel.hh" -#include "G4DNAElastic.hh" #include "G4DNAElectronHoleRecombination.hh" #include "G4DNAElectronSolvation.hh" #include "G4DNAIRT.hh" #include "G4DNAMolecularDissociation.hh" #include "G4DNAMolecularIRTModel.hh" #include "G4DNAMolecularReactionTable.hh" -#include "G4DNAMolecularStepByStepModel.hh" #include "G4DNASancheExcitationModel.hh" -#include "G4DNAScreenedRutherfordElasticModel.hh" -#include "G4DNASmoluchowskiReactionModel.hh" -#include "G4DNAUeharaScreenedRutherfordElasticModel.hh" #include "G4DNAVibExcitation.hh" #include "G4VDNAReactionModel.hh" @@ -89,21 +82,14 @@ /****/ #include "G4DNAMoleculeEncounterStepper.hh" -#include "G4DNASecondOrderReaction.hh" #include "G4MolecularConfiguration.hh" #include "G4ProcessTable.hh" -#include "G4ProcessVector.hh" /****/ - -#include "G4Scheduler.hh" - // factory #include "G4PhysicsConstructorFactory.hh" - +#include "G4ChemDissociationChannels_option1.hh" G4_DECLARE_PHYSCONSTR_FACTORY(G4EmDNAChemistryForPlasmids); -#include "G4Threading.hh" - //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... G4EmDNAChemistryForPlasmids::G4EmDNAChemistryForPlasmids() : G4VUserChemistryList(true) @@ -129,92 +115,22 @@ G4EmDNAChemistryForPlasmids::G4EmDNAChemistryForPlasmids(G4double dmso, G4double void G4EmDNAChemistryForPlasmids::ConstructMolecule() { - //----------------------------------- - // G4Electron::Definition(); // safety - - //----------------------------------- - // Create the definition - - G4H2O::Definition(); - G4Hydrogen::Definition(); - G4H3O::Definition(); - G4OH::Definition(); - G4Electron_aq::Definition(); - G4H2O2::Definition(); - G4H2::Definition(); - - G4O2::Definition(); - G4HO2::Definition(); - G4Oxygen::Definition(); - G4O3::Definition(); - - //____________________________________________________________________________ - - G4MoleculeTable::Instance()->CreateConfiguration("H3Op", G4H3O::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("H3Op")->SetDiffusionCoefficient(9.46e-9 - * (m2 / s)); - G4MoleculeTable::Instance()->GetConfiguration("H3Op")->SetVanDerVaalsRadius(0.25 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("OH", G4OH::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("OH")->SetDiffusionCoefficient(2.2e-9 * (m2 / s)); - G4MoleculeTable::Instance()->GetConfiguration("OH")->SetVanDerVaalsRadius(0.22 * nm); - - G4MolecularConfiguration* OHm = G4MoleculeTable::Instance()->CreateConfiguration( - "OHm", G4OH::Definition(), -1, 5.3e-9 * (m2 / s)); - OHm->SetMass(17.0079 * g / Avogadro * c_squared); - OHm->SetVanDerVaalsRadius(0.33 * nm); - - G4MolecularConfiguration* O2m = G4MoleculeTable::Instance()->CreateConfiguration( - "O2m", G4O2::Definition(), -1, 1.75e-9 * (m2 / s)); - O2m->SetMass(31.99602 * g / Avogadro * c_squared); - O2m->SetVanDerVaalsRadius(0.22 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("e_aq", G4Electron_aq::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("e_aq")->SetVanDerVaalsRadius(0.50 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("H", G4Hydrogen::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("H")->SetVanDerVaalsRadius(0.19 * nm); - - G4MolecularConfiguration* H2 = - G4MoleculeTable::Instance()->CreateConfiguration("H2", G4H2::Definition()); - H2->SetDiffusionCoefficient(4.8e-9 * (m2 / s)); - H2->SetVanDerVaalsRadius(0.14 * nm); - H2->SetMass(2.01588 * g / Avogadro * c_squared); - - G4MoleculeTable::Instance()->CreateConfiguration("H2O2", G4H2O2::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("H2O2")->SetDiffusionCoefficient(2.3e-9 * (m2 / s)); - G4MoleculeTable::Instance()->GetConfiguration("H2O2")->SetVanDerVaalsRadius(0.21 * nm); - - // molecules extension (RITRACKS) - - G4MoleculeTable::Instance()->CreateConfiguration("HO2", G4HO2::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("HO2")->SetVanDerVaalsRadius(0.21 * nm); - - G4MolecularConfiguration* HO2m = G4MoleculeTable::Instance()->CreateConfiguration( - "HO2m", G4HO2::Definition(), -1, 1.4e-9 * (m2 / s)); - HO2m->SetMass(33.00396 * g / Avogadro * c_squared); - HO2m->SetVanDerVaalsRadius(0.25 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("NoneM", G4FakeMolecule::Definition()); + G4ChemDissociationChannels_option1::ConstructMolecule(); + auto molTab = G4MoleculeTable::Instance(); - G4MoleculeTable::Instance()->CreateConfiguration("DMSO", G4DMSO::Definition(), 0, 0 * (m2 / s)); + molTab->CreateConfiguration("DMSO", G4DMSO::Definition(), 0, 0 * (m2 / s)); - G4MoleculeTable::Instance()->CreateConfiguration("O2", G4O2::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("O2")->SetVanDerVaalsRadius(0.17 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("Oxygen", G4OxygenB::Definition(), 0, + molTab->CreateConfiguration("O2", G4O2::Definition()); + molTab->GetConfiguration("O2")->SetVanDerVaalsRadius(0.17 * nm); + molTab->CreateConfiguration("Oxygen", G4OxygenB::Definition(), 0, 0 * (m2 / s)); - - G4MoleculeTable::Instance()->CreateConfiguration("Deoxyribose", G4DNA_Deoxyribose::Definition(), + molTab->CreateConfiguration("Deoxyribose", G4DNA_Deoxyribose::Definition(), 0, 1E-150 * (m2 / s)); - - G4MoleculeTable::Instance()->CreateConfiguration( + molTab->CreateConfiguration( "Damaged_DeoxyriboseOH", G4DNA_DamagedDeoxyriboseOH::Definition(), 0, 1E-150 * (m2 / s)); - - G4MoleculeTable::Instance()->CreateConfiguration( + molTab->CreateConfiguration( "Damaged_DeoxyriboseH", G4DNA_DamagedDeoxyriboseH::Definition(), 0, 1E-150 * (m2 / s)); - - G4MoleculeTable::Instance()->CreateConfiguration( + molTab->CreateConfiguration( "Damaged_DeoxyriboseEAQ", G4DNA_DamagedDeoxyriboseEAQ::Definition(), 0, 1E-150 * (m2 / s)); } @@ -222,274 +138,7 @@ void G4EmDNAChemistryForPlasmids::ConstructMolecule() void G4EmDNAChemistryForPlasmids::ConstructDissociationChannels() { - //----------------------------------- - // Get the molecular configuration - G4MolecularConfiguration* OH = G4MoleculeTable::Instance()->GetConfiguration("OH"); - G4MolecularConfiguration* OHm = G4MoleculeTable::Instance()->GetConfiguration("OHm"); - G4MolecularConfiguration* e_aq = G4MoleculeTable::Instance()->GetConfiguration("e_aq"); - G4MolecularConfiguration* H2 = G4MoleculeTable::Instance()->GetConfiguration("H2"); - G4MolecularConfiguration* H3O = G4MoleculeTable::Instance()->GetConfiguration("H3Op"); - G4MolecularConfiguration* H = G4MoleculeTable::Instance()->GetConfiguration("H"); - - //------------------------------------- - // Define the decay channels - G4MoleculeDefinition* water = G4H2O::Definition(); - G4MolecularDissociationChannel* decCh1; - G4MolecularDissociationChannel* decCh2; - G4MolecularDissociationChannel* decCh3; - G4MolecularDissociationChannel* decCh4; - G4MolecularDissociationChannel* decCh5; - - G4ElectronOccupancy* occ = new G4ElectronOccupancy(*(water->GetGroundStateElectronOccupancy())); - - ////////////////////////////////////////////////////////// - // EXCITATIONS // - ////////////////////////////////////////////////////////// - G4DNAWaterExcitationStructure waterExcitation; - //-------------------------------------------------------- - //---------------Excitation on the fifth layer------------ - - decCh1 = new G4MolecularDissociationChannel("A^1B_1_Relaxation"); - decCh2 = new G4MolecularDissociationChannel("A^1B_1_DissociativeDecay"); - // Decay 1 : OH + H - decCh1->SetEnergy(waterExcitation.ExcitationEnergy(0)); - decCh1->SetProbability(0.35); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::NoDisplacement); - - decCh2->AddProduct(OH); - decCh2->AddProduct(H); - decCh2->SetProbability(0.65); - decCh2->SetDisplacementType(G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); - - occ->RemoveElectron(4, 1); // this is the transition form ground state to - occ->AddElectron(5, 1); // the first unoccupied orbital: A^1B_1 - - water->NewConfigurationWithElectronOccupancy("A^1B_1", *occ); - water->AddDecayChannel("A^1B_1", decCh1); - water->AddDecayChannel("A^1B_1", decCh2); - - //-------------------------------------------------------- - //---------------Excitation on the fourth layer----------- - decCh1 = new G4MolecularDissociationChannel("B^1A_1_Relaxation_Channel"); - decCh2 = new G4MolecularDissociationChannel("B^1A_1_DissociativeDecay"); - decCh3 = new G4MolecularDissociationChannel("B^1A_1_AutoIonisation_Channel"); - decCh4 = new G4MolecularDissociationChannel("A^1B_1_DissociativeDecay"); - decCh5 = new G4MolecularDissociationChannel("B^1A_1_DissociativeDecay2"); - - // Decay 1 : energy - decCh1->SetEnergy(waterExcitation.ExcitationEnergy(1)); - decCh1->SetProbability(0.175); - - // Decay 2 : 2OH + H_2 - decCh2->AddProduct(H2); - decCh2->AddProduct(OH); - decCh2->AddProduct(OH); - decCh2->SetProbability(0.0325); - decCh2->SetDisplacementType(G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay); - - // Decay 3 : OH + H_3Op + e_aq - decCh3->AddProduct(OH); - decCh3->AddProduct(H3O); - decCh3->AddProduct(e_aq); - decCh3->SetProbability(0.50); - decCh3->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); - - // Decay 4 : H + OH - decCh4->AddProduct(H); - decCh4->AddProduct(OH); - decCh4->SetProbability(0.2535); - decCh4->SetDisplacementType(G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); - - // Decay 5 : 2H + O - decCh5->AddProduct(H); - decCh5->AddProduct(H); - decCh5->SetProbability(0.039); - decCh5->SetDisplacementType(G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay2); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(3); // this is the transition form ground state to - occ->AddElectron(5, 1); // the first unoccupied orbital: B^1A_1 - - water->NewConfigurationWithElectronOccupancy("B^1A_1", *occ); - water->AddDecayChannel("B^1A_1", decCh1); - water->AddDecayChannel("B^1A_1", decCh2); - water->AddDecayChannel("B^1A_1", decCh3); - water->AddDecayChannel("B^1A_1", decCh4); - water->AddDecayChannel("B^1A_1", decCh5); - - //------------------------------------------------------- - //-------------------Excitation of 3rd layer----------------- - decCh1 = new G4MolecularDissociationChannel("Excitation3rdLayer_AutoIonisation_Channel"); - decCh2 = new G4MolecularDissociationChannel("Excitation3rdLayer_Relaxation_Channel"); - - // Decay channel 1 : : OH + H_3Op + e_aq - decCh1->AddProduct(OH); - decCh1->AddProduct(H3O); - decCh1->AddProduct(e_aq); - - decCh1->SetProbability(0.5); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); - - // Decay channel 2 : energy - decCh2->SetEnergy(waterExcitation.ExcitationEnergy(2)); - decCh2->SetProbability(0.5); - - // Electronic configuration of this decay - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(2, 1); - occ->AddElectron(5, 1); - - // Configure the water molecule - water->NewConfigurationWithElectronOccupancy("Excitation3rdLayer", *occ); - water->AddDecayChannel("Excitation3rdLayer", decCh1); - water->AddDecayChannel("Excitation3rdLayer", decCh2); - - //------------------------------------------------------- - //-------------------Excitation of 2nd layer----------------- - decCh1 = new G4MolecularDissociationChannel("Excitation2ndLayer_AutoIonisation_Channel"); - decCh2 = new G4MolecularDissociationChannel("Excitation2ndLayer_Relaxation_Channel"); - - // Decay Channel 1 : : OH + H_3Op + e_aq - decCh1->AddProduct(OH); - decCh1->AddProduct(H3O); - decCh1->AddProduct(e_aq); - - decCh1->SetProbability(0.5); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); - - // Decay channel 2 : energy - decCh2->SetEnergy(waterExcitation.ExcitationEnergy(3)); - decCh2->SetProbability(0.5); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(1, 1); - occ->AddElectron(5, 1); - - water->NewConfigurationWithElectronOccupancy("Excitation2ndLayer", *occ); - water->AddDecayChannel("Excitation2ndLayer", decCh1); - water->AddDecayChannel("Excitation2ndLayer", decCh2); - - //------------------------------------------------------- - //-------------------Excitation of 1st layer----------------- - decCh1 = new G4MolecularDissociationChannel("Excitation1stLayer_AutoIonisation_Channel"); - decCh2 = new G4MolecularDissociationChannel("Excitation1stLayer_Relaxation_Channel"); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(0, 1); - occ->AddElectron(5, 1); - - // Decay Channel 1 : : OH + H_3Op + e_aq - decCh1->AddProduct(OH); - decCh1->AddProduct(H3O); - decCh1->AddProduct(e_aq); - decCh1->SetProbability(0.5); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation); - - // Decay channel 2 : energy - decCh2->SetEnergy(waterExcitation.ExcitationEnergy(4)); - decCh2->SetProbability(0.5); - - water->NewConfigurationWithElectronOccupancy("Excitation1stLayer", *occ); - water->AddDecayChannel("Excitation1stLayer", decCh1); - water->AddDecayChannel("Excitation1stLayer", decCh2); - - ///////////////////////////////////////////////////////// - // IONISATION // - ///////////////////////////////////////////////////////// - //-------------------------------------------------------- - //------------------- Ionisation ------------------------- - - decCh1 = new G4MolecularDissociationChannel("Ionisation_Channel"); - - // Decay Channel 1 : : OH + H_3Op - decCh1->AddProduct(H3O); - decCh1->AddProduct(OH); - decCh1->SetProbability(1); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::Ionisation_DissociationDecay); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(4, 1); - // this is a ionized h2O with a hole in its last orbital - water->NewConfigurationWithElectronOccupancy("Ionisation5", *occ); - water->AddDecayChannel("Ionisation5", decCh1); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(3, 1); - water->NewConfigurationWithElectronOccupancy("Ionisation4", *occ); - water->AddDecayChannel("Ionisation4", new G4MolecularDissociationChannel(*decCh1)); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(2, 1); - water->NewConfigurationWithElectronOccupancy("Ionisation3", *occ); - water->AddDecayChannel("Ionisation3", new G4MolecularDissociationChannel(*decCh1)); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(1, 1); - water->NewConfigurationWithElectronOccupancy("Ionisation2", *occ); - water->AddDecayChannel("Ionisation2", new G4MolecularDissociationChannel(*decCh1)); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->RemoveElectron(0, 1); - water->NewConfigurationWithElectronOccupancy("Ionisation1", *occ); - water->AddDecayChannel("Ionisation1", new G4MolecularDissociationChannel(*decCh1)); - - ////////////////////////////////////////////////////////// - // Dissociative Attachment // - ////////////////////////////////////////////////////////// - decCh1 = new G4MolecularDissociationChannel("DissociativeAttachment_ch1"); - - // Decay 1 : OHm + H - decCh1->AddProduct(H2); - decCh1->AddProduct(OHm); - decCh1->AddProduct(OH); - decCh1->SetProbability(1); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::DissociativeAttachment); - - *occ = *(water->GetGroundStateElectronOccupancy()); - occ->AddElectron(5, 1); // H_2O^- - - water->NewConfigurationWithElectronOccupancy("DissociativeAttachment_ch1", *occ); - water->AddDecayChannel("DissociativeAttachment_ch1", decCh1); - - ////////////////////////////////////////////////////////// - // Electron-hole recombination // - ////////////////////////////////////////////////////////// - decCh1 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay1"); - decCh2 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay2"); - decCh3 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay3"); - decCh4 = new G4MolecularDissociationChannel("H2Ovib_DissociationDecay4"); - - // Decay 1 : 2OH + H_2 - decCh1->AddProduct(H2); - decCh1->AddProduct(OH); - decCh1->AddProduct(OH); - decCh1->SetProbability(0.1365); - decCh1->SetDisplacementType(G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay); - - // Decay 2 : OH + H - decCh2->AddProduct(OH); - decCh2->AddProduct(H); - decCh2->SetProbability(0.3575); - decCh2->SetDisplacementType(G4DNAWaterDissociationDisplacer::A1B1_DissociationDecay); - - // Decay 3 : 2H + O(3p) - decCh3->AddProduct(H); - decCh3->AddProduct(H); - decCh3->SetProbability(0.156); - decCh3->SetDisplacementType(G4DNAWaterDissociationDisplacer::B1A1_DissociationDecay2); - - // Decay 4 : relaxation - decCh4->SetProbability(0.35); - - const auto pH2Ovib = G4H2O::Definition()->NewConfiguration("H2Ovib"); - assert(pH2Ovib != nullptr); - - water->AddDecayChannel(pH2Ovib, decCh1); - water->AddDecayChannel(pH2Ovib, decCh2); - water->AddDecayChannel(pH2Ovib, decCh3); - water->AddDecayChannel(pH2Ovib, decCh4); - - delete occ; + G4ChemDissociationChannels_option1::ConstructDissociationChannels(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -501,19 +150,21 @@ void G4EmDNAChemistryForPlasmids::ConstructReactionTable( //----------------------------------- // Get the molecular configuration - G4MolecularConfiguration* OH = G4MoleculeTable::Instance()->GetConfiguration("OH"); - G4MolecularConfiguration* OHm = G4MoleculeTable::Instance()->GetConfiguration("OHm"); - G4MolecularConfiguration* e_aq = G4MoleculeTable::Instance()->GetConfiguration("e_aq"); - G4MolecularConfiguration* H2 = G4MoleculeTable::Instance()->GetConfiguration("H2"); - G4MolecularConfiguration* H3Op = G4MoleculeTable::Instance()->GetConfiguration("H3Op"); - G4MolecularConfiguration* H = G4MoleculeTable::Instance()->GetConfiguration("H"); - G4MolecularConfiguration* H2O2 = G4MoleculeTable::Instance()->GetConfiguration("H2O2"); + auto molTab = G4MoleculeTable::Instance(); + + auto OH = molTab->GetConfiguration("°OH"); + auto OHm = molTab->GetConfiguration("OHm"); + auto e_aq = molTab->GetConfiguration("e_aq"); + auto H2 = molTab->GetConfiguration("H2"); + auto H3Op = molTab->GetConfiguration("H3Op"); + auto H = molTab->GetConfiguration("H"); + auto H2O2 = molTab->GetConfiguration("H2O2"); //----------------------------------------------------------------// // Type II // //----------------------------------------------------------------// // e_aq + *OH -> OH- prob: 0.49 - G4DNAMolecularReactionData* reactionData = + auto reactionData = new G4DNAMolecularReactionData(2.95e10 * (1e-3 * m3 / (mole * s)), e_aq, OH); reactionData->AddProduct(OHm); reactionData->SetReactionType(1); @@ -672,32 +323,25 @@ void G4EmDNAChemistryForPlasmids::ConstructTimeStepModel(G4DNAMolecularReactionT void G4EmDNAChemistryForPlasmids::DeclareDMSOAndDNAReactions( G4DNAMolecularReactionTable* theReactionTable) { - G4MolecularConfiguration* DMSO = G4MoleculeTable::Instance()->GetConfiguration("DMSO"); - - G4MolecularConfiguration* OH = G4MoleculeTable::Instance()->GetConfiguration("OH"); - - G4MolecularConfiguration* H = G4MoleculeTable::Instance()->GetConfiguration("H"); - - G4MolecularConfiguration* e_aq = G4MoleculeTable::Instance()->GetConfiguration("e_aq"); - - G4MolecularConfiguration* deoxyribose = - G4MoleculeTable::Instance()->GetConfiguration("Deoxyribose"); - - G4MolecularConfiguration* damage_deoxyribose_OH = - G4MoleculeTable::Instance()->GetConfiguration("Damaged_DeoxyriboseOH"); - - G4MolecularConfiguration* damage_deoxyribose_H = - G4MoleculeTable::Instance()->GetConfiguration("Damaged_DeoxyriboseH"); - - G4MolecularConfiguration* damage_deoxyribose_eaq = - G4MoleculeTable::Instance()->GetConfiguration("Damaged_DeoxyriboseEAQ"); + auto molTab = G4MoleculeTable::Instance(); + auto DMSO = molTab->GetConfiguration("DMSO"); + auto OH = molTab->GetConfiguration("°OH"); + auto H = molTab->GetConfiguration("H"); + auto e_aq = molTab->GetConfiguration("e_aq"); + auto deoxyribose = + molTab->GetConfiguration("Deoxyribose"); + auto damage_deoxyribose_OH = + molTab->GetConfiguration("Damaged_DeoxyriboseOH"); + auto damage_deoxyribose_H = + molTab->GetConfiguration("Damaged_DeoxyriboseH"); + auto damage_deoxyribose_eaq = + molTab->GetConfiguration("Damaged_DeoxyriboseEAQ"); G4double DNA_OH_Rate = 1.32E7 * std::pow(fDMSO * 7.1E9, 0.29); // DMSO Reactions // OH + DMSO - G4DNAMolecularReactionData* reactionData = - new G4DNAMolecularReactionData(fDMSO * 7.1E9 / s, OH, DMSO); + auto reactionData = new G4DNAMolecularReactionData(fDMSO * 7.1E9 / s, OH, DMSO); theReactionTable->SetReaction(reactionData); //----------------------------------------------------------------// // H + DMSO @@ -736,23 +380,18 @@ void G4EmDNAChemistryForPlasmids::DeclareDMSOAndDNAReactions( void G4EmDNAChemistryForPlasmids::DeclareOxygenReactions( G4DNAMolecularReactionTable* theReactionTable) { - G4MolecularConfiguration* Oxygen = G4MoleculeTable::Instance()->GetConfiguration("Oxygen"); - - G4MolecularConfiguration* H = G4MoleculeTable::Instance()->GetConfiguration("H"); - - G4MolecularConfiguration* e_aq = G4MoleculeTable::Instance()->GetConfiguration("e_aq"); - - G4MolecularConfiguration* O2m = G4MoleculeTable::Instance()->GetConfiguration("O2m"); - - G4MolecularConfiguration* HO2 = G4MoleculeTable::Instance()->GetConfiguration("HO2"); - - G4MolecularConfiguration* O2 = G4MoleculeTable::Instance()->GetConfiguration("O2"); - - G4MolecularConfiguration* OH = G4MoleculeTable::Instance()->GetConfiguration("OH"); + auto molTab = G4MoleculeTable::Instance(); + auto Oxygen = molTab->GetConfiguration("Oxygen"); + auto H = molTab->GetConfiguration("H"); + auto e_aq = molTab->GetConfiguration("e_aq"); + auto O2m = molTab->GetConfiguration("O2m"); + auto HO2 = molTab->GetConfiguration("HO2°"); + auto O2 = molTab->GetConfiguration("O2"); + auto OH = molTab->GetConfiguration("°OH"); // Oxygen Reactions // e_aq + O2B - G4DNAMolecularReactionData* reactionData = + auto reactionData = new G4DNAMolecularReactionData((fOxygen * 1.9E10) / s, e_aq, Oxygen); reactionData->AddProduct(O2m); theReactionTable->SetReaction(reactionData); diff --git a/examples/extended/medical/dna/dnaphysics/.README.txt b/examples/extended/medical/dna/dnaphysics/.README.txt index 4a60770faf6..b9adc6504b0 100644 --- a/examples/extended/medical/dna/dnaphysics/.README.txt +++ b/examples/extended/medical/dna/dnaphysics/.README.txt @@ -20,7 +20,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 @@ -28,10 +29,11 @@ Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 \section dnaphysics_s2 GEOMETRY SET-UP The geometry is a 100-micron side cube (World) made of liquid water (G4_WATER -material). Particles are shot from the center of the volume. +material). Particles are shot from the center of the volume. The World size +can be changed directly in the dnaphysics.in macro file. The variable density feature of materials is illustrated in DetectorConstruction. -The material can be changed directly in the dnaphysics.in macro file. +The material density can be changed directly in the dnaphysics.in macro file. \section dnaphysics_s3 SET-UP diff --git a/examples/extended/medical/dna/dnaphysics/History b/examples/extended/medical/dna/dnaphysics/History index e5f64d0fba5..baa494e3af3 100644 --- a/examples/extended/medical/dna/dnaphysics/History +++ b/examples/extended/medical/dna/dnaphysics/History @@ -4,6 +4,20 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-29 Sebastien Incerti, Hoang Tran (dnaphysics-V11-02-04) +- Fixed issue with visualization by setting default World size and material +in DetectorConstruction.cc + +## 2024-10-05 Sebastien Incerti (dnaphysics-V11-02-03) +- Updated README + +## 2024-09-27 Batmunkh Munkhbaatar, Sebastien Incerti (dnaphysics-V11-02-02) +- update of README and dnaphysics.in +- update DetectorConstructor and DetectorMessenger files with given + values of material density and World size +- added messenger for World size change +- added messenger for material density change + ## 2024-05-09 Sebastien Incerti (dnaphysics-V11-02-02) - Added plotDeexcitation.C and deexcitation.in diff --git a/examples/extended/medical/dna/dnaphysics/README b/examples/extended/medical/dna/dnaphysics/README index a87696753ba..c072bb8dc6b 100644 --- a/examples/extended/medical/dna/dnaphysics/README +++ b/examples/extended/medical/dna/dnaphysics/README @@ -22,7 +22,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 @@ -30,10 +31,11 @@ Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 ---->1. GEOMETRY SET-UP The geometry is a 100-micron side cube (World) made of liquid water (G4_WATER -material). Particles are shot from the center of the volume. +material). Particles are shot from the center of the volume. The World size +can be changed directly in the dnaphysics.in macro file. The variable density feature of materials is illustrated in DetectorConstruction. -The material can be changed directly in the dnaphysics.in macro file. +The material density can be changed directly in the dnaphysics.in macro file. ---->2. SET-UP diff --git a/examples/extended/medical/dna/dnaphysics/dnaphysics.in b/examples/extended/medical/dna/dnaphysics/dnaphysics.in index 141f3218850..e354b717201 100644 --- a/examples/extended/medical/dna/dnaphysics/dnaphysics.in +++ b/examples/extended/medical/dna/dnaphysics/dnaphysics.in @@ -9,7 +9,10 @@ # Material /dna/test/setMat G4_WATER # or alternatively -#/dna/test/setMat G4_WATER_MODIFIED +#/dna/test/setMatDens G4_WATER_MODIFIED 1.200 g/cm3 +# +# Size of World volume +/dna/test/setSize 100 um # # Atomic deexcitation /process/em/fluo true diff --git a/examples/extended/medical/dna/dnaphysics/dnaphysics.out b/examples/extended/medical/dna/dnaphysics/dnaphysics.out index a797abc8430..d5bcbdbd545 100644 --- a/examples/extended/medical/dna/dnaphysics/dnaphysics.out +++ b/examples/extended/medical/dna/dnaphysics/dnaphysics.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x1bec300 +##### Create analysis manager 0xf77620 Using analysis manager # # MT @@ -31,7 +31,11 @@ Command is ignored. /dna/test/setMat G4_WATER /run/geometryModified # or alternatively -#/dna/test/setMat G4_WATER_MODIFIED +#/dna/test/setMatDens G4_WATER_MODIFIED 1.200 g/cm3 +# +# Size of World volume +/dna/test/setSize 100 um +/run/reinitializeGeometry # # Atomic deexcitation /process/em/fluo true @@ -60,25 +64,6 @@ Command is ignored. # Run initialization /run/initialize userDetector->Construct() start. - -***** Table : Nb of materials = 1 ***** - - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.375 cm - Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole - ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % - ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % - ElmMassFraction: 11.19 % ElmAbundance 66.67 % - - ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole - ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % - ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % - ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % - ElmMassFraction: 88.81 % ElmAbundance 33.33 % - - - World is registered to the default region. physicsList->Construct() start. physicsList->CheckParticleList() start. @@ -123,10 +108,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -611,10 +599,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -632,14 +623,14 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 2 - User=3.660000s Real=3.843398s Sys=0.050000s + User=3.690000s Real=3.854133s Sys=0.050000s ... write file : dna.root - done ... close file : dna.root - done G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1a89530 -UserPhysicsList deleted 0x1a26a00 -UserActionInitialization deleted 0x1be0860 +UserDetectorConstruction deleted 0xe083f0 +UserPhysicsList deleted 0xda5ce0 +UserActionInitialization deleted 0xf6bdd0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/medical/dna/dnaphysics/include/DetectorConstruction.hh b/examples/extended/medical/dna/dnaphysics/include/DetectorConstruction.hh index 457b3b576d8..2a2681efe26 100644 --- a/examples/extended/medical/dna/dnaphysics/include/DetectorConstruction.hh +++ b/examples/extended/medical/dna/dnaphysics/include/DetectorConstruction.hh @@ -57,10 +57,20 @@ class DetectorConstruction : public G4VUserDetectorConstruction ~DetectorConstruction() override; G4VPhysicalVolume* Construct() override; - + void SetMaterial(const G4String&); + void SetSize(G4double); + public: + + G4Material* + MaterialWithDensity(G4String, G4double); + G4double GetSize() {return fWorldSize;}; + private: + + G4double fWorldSize = 0.; + void DefineMaterials(); DetectorMessenger* fDetectorMessenger; diff --git a/examples/extended/medical/dna/dnaphysics/include/DetectorMessenger.hh b/examples/extended/medical/dna/dnaphysics/include/DetectorMessenger.hh index 7bc91908130..1497f1a9e51 100644 --- a/examples/extended/medical/dna/dnaphysics/include/DetectorMessenger.hh +++ b/examples/extended/medical/dna/dnaphysics/include/DetectorMessenger.hh @@ -48,6 +48,8 @@ class PhysicsList; class G4UIdirectory; class G4UIcmdWithAString; class G4UIcmdWithABool; +class G4UIcommand; +class G4UIcmdWithADoubleAndUnit; class DetectorMessenger : public G4UImessenger { @@ -64,6 +66,8 @@ class DetectorMessenger : public G4UImessenger G4UIcmdWithAString* fpMaterCmd; G4UIcmdWithAString* fpPhysCmd; G4UIcmdWithABool* fpTrackingCutCmd; + G4UIcommand* fDensityCmd; + G4UIcmdWithADoubleAndUnit* fSizeCmd; }; #endif diff --git a/examples/extended/medical/dna/dnaphysics/src/DetectorConstruction.cc b/examples/extended/medical/dna/dnaphysics/src/DetectorConstruction.cc index 9238f505fcb..9858744f34a 100644 --- a/examples/extended/medical/dna/dnaphysics/src/DetectorConstruction.cc +++ b/examples/extended/medical/dna/dnaphysics/src/DetectorConstruction.cc @@ -37,7 +37,6 @@ /// \brief Implementation of the DetectorConstruction class #include "DetectorConstruction.hh" - #include "DetectorMessenger.hh" #include "PhysicsList.hh" @@ -57,6 +56,15 @@ DetectorConstruction::DetectorConstruction(PhysicsList* ptr) { // Create commands for interactive definition of the detector fDetectorMessenger = new DetectorMessenger(this, ptr); + + // Default values + // + // World size + fWorldSize = 100 *um; + // and material + G4NistManager* man = G4NistManager::Instance(); + G4Material* H2O = man->FindOrBuildMaterial("G4_WATER"); + fpWaterMaterial = H2O; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -93,6 +101,23 @@ void DetectorConstruction::DefineMaterials() G4cout << *(G4Material::GetMaterialTable()) << G4endl; } +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4Material* +DetectorConstruction::MaterialWithDensity(G4String name, G4double density) +{ + // Water is defined from NIST material database + G4NistManager* man = G4NistManager::Instance(); + + G4Material * material = man->BuildMaterialWithNewDensity(name, + "G4_WATER", density); + + G4cout << "-> Density of water_modified material (g/cm3)=" + << material->GetDensity()/(g/cm/cm/cm) << G4endl; + + return material; +} + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4VPhysicalVolume* DetectorConstruction::Construct() @@ -100,15 +125,15 @@ G4VPhysicalVolume* DetectorConstruction::Construct() if (fPhysiWorld) { return fPhysiWorld; } - DefineMaterials(); // World volume - G4double worldSizeX = 100 * micrometer; + G4double worldSizeX = fWorldSize; G4double worldSizeY = worldSizeX; G4double worldSizeZ = worldSizeX; G4Box* solidWorld = new G4Box("World", // its name - worldSizeX / 2, worldSizeY / 2, worldSizeZ / 2); // its size + worldSizeX / 2, worldSizeY / 2, worldSizeZ / 2); + // its size fLogicWorld = new G4LogicalVolume(solidWorld, // its solid fpWaterMaterial, // its material @@ -141,7 +166,8 @@ G4VPhysicalVolume* DetectorConstruction::Construct() void DetectorConstruction::SetMaterial(const G4String& materialChoice) { // Search the material by its name - G4Material* pttoMaterial = G4NistManager::Instance()->FindOrBuildMaterial(materialChoice); + G4Material* pttoMaterial = + G4NistManager::Instance()->FindOrBuildMaterial(materialChoice); if (pttoMaterial) { fpWaterMaterial = pttoMaterial; @@ -151,3 +177,11 @@ void DetectorConstruction::SetMaterial(const G4String& materialChoice) G4RunManager::GetRunManager()->GeometryHasBeenModified(); } } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void DetectorConstruction::SetSize(G4double value) +{ + fWorldSize = value; + G4RunManager::GetRunManager()->ReinitializeGeometry(); +} diff --git a/examples/extended/medical/dna/dnaphysics/src/DetectorMessenger.cc b/examples/extended/medical/dna/dnaphysics/src/DetectorMessenger.cc index cb69499f11d..90037865c2f 100644 --- a/examples/extended/medical/dna/dnaphysics/src/DetectorMessenger.cc +++ b/examples/extended/medical/dna/dnaphysics/src/DetectorMessenger.cc @@ -37,7 +37,6 @@ /// \brief Implementation of the DetectorMessenger class #include "DetectorMessenger.hh" - #include "DetectorConstruction.hh" #include "PhysicsList.hh" @@ -47,6 +46,7 @@ #include "G4UIcommand.hh" #include "G4UIdirectory.hh" #include "G4UIparameter.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -73,6 +73,29 @@ DetectorMessenger::DetectorMessenger(DetectorConstruction* Det, PhysicsList* PL) fpTrackingCutCmd->SetDefaultValue(false); fpTrackingCutCmd->AvailableForStates(G4State_PreInit); fpTrackingCutCmd->SetToBeBroadcasted(false); + + fDensityCmd = new G4UIcommand("/dna/test/setMatDens",this); + fDensityCmd->SetGuidance("Set density of the target material"); + G4UIparameter* symbPrm = new G4UIparameter("name",'s',false); + symbPrm->SetGuidance("material name"); + fDensityCmd->SetParameter(symbPrm); + G4UIparameter* densityPrm = new G4UIparameter("density",'d',false); + densityPrm->SetGuidance("density of material"); + densityPrm->SetParameterRange("density>0."); + fDensityCmd->SetParameter(densityPrm); + G4UIparameter* unitPrm = new G4UIparameter("unit",'s',false); + unitPrm->SetGuidance("unit of density"); + G4String unitList = G4UIcommand::UnitsList(G4UIcommand::CategoryOf("g/cm3")); + unitPrm->SetParameterCandidates(unitList); + fDensityCmd->SetParameter(unitPrm); + fDensityCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + + fSizeCmd = new G4UIcmdWithADoubleAndUnit("/dna/test/setSize",this); + fSizeCmd->SetGuidance("Set size of the World"); + fSizeCmd->SetParameterName("Size",false); + fSizeCmd->SetRange("Size>0."); + fSizeCmd->SetUnitCategory("Length"); + fSizeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -84,6 +107,8 @@ DetectorMessenger::~DetectorMessenger() delete fpMaterCmd; delete fpPhysCmd; delete fpTrackingCutCmd; + delete fDensityCmd; + delete fSizeCmd; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -96,4 +121,18 @@ void DetectorMessenger::SetNewValue(G4UIcommand* command, G4String newValue) if (command == fpTrackingCutCmd) fpPhysList->SetTrackingCut(fpTrackingCutCmd->GetNewBoolValue(newValue)); + + if (command == fDensityCmd) + { + G4double dens; + G4String name, unt; + std::istringstream is(newValue); + is >> name >> dens >> unt; + dens *= G4UIcommand::ValueOf(unt); + fpDetector->MaterialWithDensity(name,dens); + fpDetector->SetMaterial(name); + } + + if (command == fSizeCmd) + fpDetector->SetSize(fSizeCmd->GetNewDoubleValue(newValue)); } diff --git a/examples/extended/medical/dna/icsd/icsd.out b/examples/extended/medical/dna/icsd/icsd.out index 1aa21a261c2..4cfc0303bad 100644 --- a/examples/extended/medical/dna/icsd/icsd.out +++ b/examples/extended/medical/dna/icsd/icsd.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x1c67330 +##### Create analysis manager 0x758620 Using analysis manager e-_G4DNAPTBAugerModel is constructed ======================================================================= @@ -43,10 +43,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== diff --git a/examples/extended/medical/dna/jetcounter/jetcounter.out b/examples/extended/medical/dna/jetcounter/jetcounter.out index 7658ae7bdb8..d7c7a6f565e 100644 --- a/examples/extended/medical/dna/jetcounter/jetcounter.out +++ b/examples/extended/medical/dna/jetcounter/jetcounter.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -58,10 +58,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -753,4 +756,4 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV ### Run 0 start. -number of event = 40 User=4.640000s Real=5.038802s Sys=0.010000s +number of event = 40 User=3.760000s Real=4.002495s Sys=0.010000s diff --git a/examples/extended/medical/dna/mfp/.README.txt b/examples/extended/medical/dna/mfp/.README.txt index 9014f92a3d5..ccfe10b6649 100644 --- a/examples/extended/medical/dna/mfp/.README.txt +++ b/examples/extended/medical/dna/mfp/.README.txt @@ -23,7 +23,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/mfp/History b/examples/extended/medical/dna/mfp/History index 54b032b1081..6b0a9d79ad9 100644 --- a/examples/extended/medical/dna/mfp/History +++ b/examples/extended/medical/dna/mfp/History @@ -4,6 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-05 Sebastien Incerti (mfp-V11-02-02) +- Updated README +- Added auto to plot.C + ## 2024-04-14 Sebastien Incerti (mfp-V11-02-01) - Cleaned mfp.cc diff --git a/examples/extended/medical/dna/mfp/README b/examples/extended/medical/dna/mfp/README index 4d56094bd07..d2e9ffe7768 100644 --- a/examples/extended/medical/dna/mfp/README +++ b/examples/extended/medical/dna/mfp/README @@ -25,7 +25,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/mfp/mfp.out b/examples/extended/medical/dna/mfp/mfp.out index c33af08945f..f58652d370d 100644 --- a/examples/extended/medical/dna/mfp/mfp.out +++ b/examples/extended/medical/dna/mfp/mfp.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -133,10 +132,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -572,8 +574,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ======================== run summary ===================== @@ -585,13 +585,6 @@ See commands in /vis/modeling/trajectories/ for other options. CrossSection: 45756510.39 cm^-1 massic: 45756510.39 cm2/g mean energy of charged secondaries: 0.00 eV mass_energy_transfer coef: 0.00 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -603,13 +596,6 @@ There are histograms that can be viewed with visualization: CrossSection: 33852715.17 cm^-1 massic: 33852715.17 cm2/g mean energy of charged secondaries: 110.88 meV mass_energy_transfer coef: 187674.00 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -621,13 +607,6 @@ There are histograms that can be viewed with visualization: CrossSection: 28934278.50 cm^-1 massic: 28934278.50 cm2/g mean energy of charged secondaries: 640.29 meV mass_energy_transfer coef: 617546.31 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -639,13 +618,6 @@ There are histograms that can be viewed with visualization: CrossSection: 25529446.62 cm^-1 massic: 25529446.62 cm2/g mean energy of charged secondaries: 1.54 eV mass_energy_transfer coef: 982549.40 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -657,13 +629,6 @@ There are histograms that can be viewed with visualization: CrossSection: 23743719.57 cm^-1 massic: 23743719.57 cm2/g mean energy of charged secondaries: 2.45 eV mass_energy_transfer coef: 1161723.19 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -675,13 +640,6 @@ There are histograms that can be viewed with visualization: CrossSection: 22182243.27 cm^-1 massic: 22182243.27 cm2/g mean energy of charged secondaries: 3.31 eV mass_energy_transfer coef: 1223217.47 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -693,13 +651,6 @@ There are histograms that can be viewed with visualization: CrossSection: 21404234.56 cm^-1 massic: 21404234.56 cm2/g mean energy of charged secondaries: 3.93 eV mass_energy_transfer coef: 1202032.50 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -711,13 +662,6 @@ There are histograms that can be viewed with visualization: CrossSection: 20979403.03 cm^-1 massic: 20979403.03 cm2/g mean energy of charged secondaries: 4.67 eV mass_energy_transfer coef: 1225412.34 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -729,13 +673,6 @@ There are histograms that can be viewed with visualization: CrossSection: 20065022.32 cm^-1 massic: 20065022.32 cm2/g mean energy of charged secondaries: 5.21 eV mass_energy_transfer coef: 1160670.34 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -747,13 +684,6 @@ There are histograms that can be viewed with visualization: CrossSection: 19240808.50 cm^-1 massic: 19240808.50 cm2/g mean energy of charged secondaries: 5.66 eV mass_energy_transfer coef: 1088598.69 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -765,13 +695,6 @@ There are histograms that can be viewed with visualization: CrossSection: 11794397.22 cm^-1 massic: 11794397.22 cm2/g mean energy of charged secondaries: 10.62 eV mass_energy_transfer coef: 626275.13 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -783,13 +706,6 @@ There are histograms that can be viewed with visualization: CrossSection: 9275772.51 cm^-1 massic: 9275772.51 cm2/g mean energy of charged secondaries: 12.60 eV mass_energy_transfer coef: 389559.45 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -801,13 +717,6 @@ There are histograms that can be viewed with visualization: CrossSection: 7752710.95 cm^-1 massic: 7752710.95 cm2/g mean energy of charged secondaries: 13.37 eV mass_energy_transfer coef: 259209.28 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -819,13 +728,6 @@ There are histograms that can be viewed with visualization: CrossSection: 6649474.36 cm^-1 massic: 6649474.36 cm2/g mean energy of charged secondaries: 14.59 eV mass_energy_transfer coef: 194080.51 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -837,13 +739,6 @@ There are histograms that can be viewed with visualization: CrossSection: 5840393.38 cm^-1 massic: 5840393.38 cm2/g mean energy of charged secondaries: 15.04 eV mass_energy_transfer coef: 146371.88 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -855,13 +750,6 @@ There are histograms that can be viewed with visualization: CrossSection: 5252510.90 cm^-1 massic: 5252510.90 cm2/g mean energy of charged secondaries: 15.88 eV mass_energy_transfer coef: 119173.07 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -873,13 +761,6 @@ There are histograms that can be viewed with visualization: CrossSection: 4791410.32 cm^-1 massic: 4791410.32 cm2/g mean energy of charged secondaries: 16.29 eV mass_energy_transfer coef: 97570.41 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -891,13 +772,6 @@ There are histograms that can be viewed with visualization: CrossSection: 4404030.33 cm^-1 massic: 4404030.33 cm2/g mean energy of charged secondaries: 16.38 eV mass_energy_transfer coef: 80133.04 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -909,13 +783,6 @@ There are histograms that can be viewed with visualization: CrossSection: 4087223.44 cm^-1 massic: 4087223.44 cm2/g mean energy of charged secondaries: 17.74 eV mass_energy_transfer coef: 72510.37 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -927,13 +794,6 @@ There are histograms that can be viewed with visualization: CrossSection: 2338485.36 cm^-1 massic: 2338485.36 cm2/g mean energy of charged secondaries: 20.28 eV mass_energy_transfer coef: 23709.53 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -945,13 +805,6 @@ There are histograms that can be viewed with visualization: CrossSection: 1685255.24 cm^-1 massic: 1685255.24 cm2/g mean energy of charged secondaries: 22.94 eV mass_energy_transfer coef: 12888.63 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -963,13 +816,6 @@ There are histograms that can be viewed with visualization: CrossSection: 1327178.80 cm^-1 massic: 1327178.80 cm2/g mean energy of charged secondaries: 21.95 eV mass_energy_transfer coef: 7283.50 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -981,13 +827,6 @@ There are histograms that can be viewed with visualization: CrossSection: 1103224.70 cm^-1 massic: 1103224.70 cm2/g mean energy of charged secondaries: 23.00 eV mass_energy_transfer coef: 5075.28 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -999,13 +838,6 @@ There are histograms that can be viewed with visualization: CrossSection: 944103.90 cm^-1 massic: 944103.90 cm2/g mean energy of charged secondaries: 24.51 eV mass_energy_transfer coef: 3856.45 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -1017,13 +849,6 @@ There are histograms that can be viewed with visualization: CrossSection: 810987.25 cm^-1 massic: 810987.25 cm2/g mean energy of charged secondaries: 24.57 eV mass_energy_transfer coef: 2846.37 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -1035,13 +860,6 @@ There are histograms that can be viewed with visualization: CrossSection: 722866.36 cm^-1 massic: 722866.36 cm2/g mean energy of charged secondaries: 25.43 eV mass_energy_transfer coef: 2297.50 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -1053,13 +871,6 @@ There are histograms that can be viewed with visualization: CrossSection: 655182.80 cm^-1 massic: 655182.80 cm2/g mean energy of charged secondaries: 28.13 eV mass_energy_transfer coef: 2047.73 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -1071,10 +882,3 @@ There are histograms that can be viewed with visualization: CrossSection: 588506.79 cm^-1 massic: 588506.79 cm2/g mean energy of charged secondaries: 26.29 eV mass_energy_transfer coef: 1547.32 cm2/g -There are histograms that can be viewed with visualization: - 7 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. diff --git a/examples/extended/medical/dna/mfp/plot.C b/examples/extended/medical/dna/mfp/plot.C index 6b231bb6326..6e6d9b7e866 100644 --- a/examples/extended/medical/dna/mfp/plot.C +++ b/examples/extended/medical/dna/mfp/plot.C @@ -12,7 +12,7 @@ gStyle->SetPalette(1); gROOT->SetStyle("Plain"); gStyle->SetOptStat(000000); -c1 = new TCanvas ("c1","",60,60,800,800); +auto c1 = new TCanvas ("c1","",60,60,800,800); c1->Divide(1,1); FILE * fp = fopen("mfp.txt","r"); diff --git a/examples/extended/medical/dna/microdosimetry/.README.txt b/examples/extended/medical/dna/microdosimetry/.README.txt index 053d51af42f..b36bfb8ff79 100644 --- a/examples/extended/medical/dna/microdosimetry/.README.txt +++ b/examples/extended/medical/dna/microdosimetry/.README.txt @@ -20,7 +20,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/microdosimetry/History b/examples/extended/medical/dna/microdosimetry/History index b8d8759c24d..0baedfb4199 100644 --- a/examples/extended/medical/dna/microdosimetry/History +++ b/examples/extended/medical/dna/microdosimetry/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-05 Sebastien Incerti (microdosimetry-V11-02-02) +- updated README + ## 2024-02-13 Sebastien Incerti (microdosimetry-V11-02-01) - simplification of example to demonstrate the usage of G4DNAPhysicsActivator diff --git a/examples/extended/medical/dna/microdosimetry/README b/examples/extended/medical/dna/microdosimetry/README index 8267c838241..40f7c735e62 100644 --- a/examples/extended/medical/dna/microdosimetry/README +++ b/examples/extended/medical/dna/microdosimetry/README @@ -22,7 +22,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/microdosimetry/microdosimetry.out b/examples/extended/medical/dna/microdosimetry/microdosimetry.out index e2d50db7472..dea3f8e8dc7 100644 --- a/examples/extended/medical/dna/microdosimetry/microdosimetry.out +++ b/examples/extended/medical/dna/microdosimetry/microdosimetry.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x8fd360 +##### Create analysis manager 0x21fa240 Using analysis manager # # MT @@ -139,10 +139,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -338,7 +341,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 1 GeV + eplusTo2or3gamma : Emin= 0 eV Emax= 1 GeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 1 GeV, 20 bins/decade, spline: 0 @@ -768,10 +771,13 @@ Index : 1 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -789,14 +795,14 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 2 - User=2.000000s Real=2.135377s Sys=0.020000s + User=1.890000s Real=1.916159s Sys=0.020000s ... write file : dna.root - done ... close file : dna.root - done G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x79a600 -UserPhysicsList deleted 0x7375e8 -UserActionInitialization deleted 0x8f0430 +UserDetectorConstruction deleted 0x20974e0 +UserPhysicsList deleted 0x2034ce8 +UserActionInitialization deleted 0x21ed310 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/medical/dna/microprox/.README.txt b/examples/extended/medical/dna/microprox/.README.txt index d42729b2dab..87b52a3f8a4 100644 --- a/examples/extended/medical/dna/microprox/.README.txt +++ b/examples/extended/medical/dna/microprox/.README.txt @@ -22,11 +22,12 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -- J. Appl. Phys. (2019) in press -- Med. Phys. 45 (2018) e722-e739 -- Phys. Med. 31 (2015) 861-874 -- Med. Phys. 37 (2010) 4692-4708 -- Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 +J. Appl. Phys. (2019) in press +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 +Phys. Med. 31 (2015) 861-874 +Med. Phys. 37 (2010) 4692-4708 +Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 \section Examplemicroprox_s1 Geometry diff --git a/examples/extended/medical/dna/microprox/History b/examples/extended/medical/dna/microprox/History index 4e36f958397..9235fbc53fa 100644 --- a/examples/extended/medical/dna/microprox/History +++ b/examples/extended/medical/dna/microprox/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-05 Sebastien Incerti (microprox-V11-02-01) +- Updated README + ## 2024-03-03 Sebastien Incerti (microprox-V11-02-00) - Cleaned example diff --git a/examples/extended/medical/dna/microprox/README b/examples/extended/medical/dna/microprox/README index 4ab4e3f6dcb..5c863120a73 100644 --- a/examples/extended/medical/dna/microprox/README +++ b/examples/extended/medical/dna/microprox/README @@ -17,9 +17,9 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: - J. Appl. Phys. 125 (2019) 104301 -Med. Phys. 45 (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/microprox/microprox.out b/examples/extended/medical/dna/microprox/microprox.out index d3c88fdf97e..b074b7a2a0b 100644 --- a/examples/extended/medical/dna/microprox/microprox.out +++ b/examples/extended/medical/dna/microprox/microprox.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0xfac570 +##### Create analysis manager 0x223f460 Using analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -140,10 +139,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -583,8 +585,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- diff --git a/examples/extended/medical/dna/microyz/.README b/examples/extended/medical/dna/microyz/.README index a101c73b780..68a0232915a 100644 --- a/examples/extended/medical/dna/microyz/.README +++ b/examples/extended/medical/dna/microyz/.README @@ -23,6 +23,7 @@ J. Appl. Phys. 122 (2017) 024303 Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: +Med. Phys. 51 (2024) 5873–5889 Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 diff --git a/examples/extended/medical/dna/microyz/History b/examples/extended/medical/dna/microyz/History index ea1f3a344eb..901ac9968d0 100644 --- a/examples/extended/medical/dna/microyz/History +++ b/examples/extended/medical/dna/microyz/History @@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-05 Sebastien Incerti (microyz-V11-02-02) +- Updated README + +## 2024-09-16 Sebastien Incerti (microyz-V11-02-01) +- Fixed coding guidelines violations. + ## 2024-02-17 Sebastien Incerti (microyz-V11-02-00) - Cleaned example. diff --git a/examples/extended/medical/dna/microyz/README b/examples/extended/medical/dna/microyz/README index c0a0186a9b6..1fcc764364c 100644 --- a/examples/extended/medical/dna/microyz/README +++ b/examples/extended/medical/dna/microyz/README @@ -19,6 +19,7 @@ J. Appl. Phys. 122 (2017) 024303 Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: +Med. Phys. 51 (2024) 5873–5889 Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 diff --git a/examples/extended/medical/dna/microyz/microyz.out b/examples/extended/medical/dna/microyz/microyz.out index 2e4790d6d37..b4b4834a25c 100644 --- a/examples/extended/medical/dna/microyz/microyz.out +++ b/examples/extended/medical/dna/microyz/microyz.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0x1e85860 +##### Create analysis manager 0xd2bb40 Using analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -142,10 +141,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -585,8 +587,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- diff --git a/examples/extended/medical/dna/microyz/src/DetectorMessenger.cc b/examples/extended/medical/dna/microyz/src/DetectorMessenger.cc index c98d1e84b1a..44ac1a03fcb 100644 --- a/examples/extended/medical/dna/microyz/src/DetectorMessenger.cc +++ b/examples/extended/medical/dna/microyz/src/DetectorMessenger.cc @@ -43,7 +43,8 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -DetectorMessenger::DetectorMessenger(DetectorConstruction* Det) : G4UImessenger(), fpDetector(Det) +DetectorMessenger::DetectorMessenger(DetectorConstruction* Det) +:G4UImessenger(), fpDetector(Det) { fpTestDir = std::make_unique("/microyz/"); fpTestDir->SetGuidance(" detector control."); diff --git a/examples/extended/medical/dna/moleculardna/cylinders.mac b/examples/extended/medical/dna/moleculardna/cylinders.mac deleted file mode 100644 index 982e24168ed..00000000000 --- a/examples/extended/medical/dna/moleculardna/cylinders.mac +++ /dev/null @@ -1,82 +0,0 @@ -#/process/dna/e-SolvationSubType Meesungnoen2002 -#/process/dna/e-SolvationSubType Ritchie1994 -#/process/dna/e-SolvationSubType Terrisol1990 - -/run/verbose 2 -/control/verbose 1 -/dnageom/verbose 1 - -/chem/activate true -/scheduler/verbose 0 -/material/verbose 2 - -/world/worldSize 10200 nm -/cell/radiusSize 3 3 3 um - -/dnageom/setSmartVoxels 1 -/dnageom/checkOverlaps false -/scheduler/endTime 1 us - -/dnageom/radicalKillDistance 9 nm -/dnageom/interactionDirectRange 7 angstrom - -/dnageom/placementSize 30 30 100 nm -/dnageom/fractalScaling 1 1 1 nm -/dnageom/definitionFile geometries/prisms200k_r3000.txt -/dnageom/placementVolume prism geometries/straight-216-0.txt - - -/dnageom/setVoxelPlacementAnglesAsMultiplesOfPi false -/dnageom/useCustomMoleculeSizes false - -# used default moleculeSize -#/dnageom/moleculeSize - -/dnageom/drawCellVolumes false -/dnageom/activateHistoneScavenging true - - -/chromosome/add cylinder sphere 3000 0 0 0 nm - -# Damage Model -/dnadamage/directDamageLower 17.5 eV -/dnadamage/directDamageUpper 17.5 eV - -/dnadamage/indirectOHBaseChance 1.0 -/dnadamage/indirectOHStrandChance 0.65 -/dnadamage/inductionOHChance 0.0 - -/dnadamage/indirectHBaseChance 1.0 -/dnadamage/indirectHStrandChance 0.65 -/dnadamage/inductionHChance 0.00 - -/dnadamage/indirectEaqBaseChance 1.0 -/dnadamage/indirectEaqStrandChance 0.65 -/dnadamage/inductionEaqChance 0.00 - -/analysisDNA/saveStrands false -/analysisDNA/fragmentGap 0 # do not join -#/analysisDNA/diagnosticChain - -/run/initialize - -# Uncomment the next line to visualize cylinder DNA geometry -#/control/execute vis.mac - -# unit tests -#/dnatests/uniqueid -#/dnatests/basepairs -#/dnatests/chromosome -#/analysisDNA/testClassifier -# end unit tests - -/run/printProgress 100 - -/gps/particle e- -/gps/ang/type iso -/gps/energy 4.5 keV -/gps/pos/type Volume -/gps/pos/shape Sphere -/gps/pos/radius 500 nm -/gps/pos/centre 0 0 0 nm -/run/beamOn 2 diff --git a/examples/extended/medical/dna/moleculardna/human_cell.mac b/examples/extended/medical/dna/moleculardna/human_cell.mac deleted file mode 100644 index 0c17e27fbd1..00000000000 --- a/examples/extended/medical/dna/moleculardna/human_cell.mac +++ /dev/null @@ -1,60 +0,0 @@ -/process/dna/e-SolvationSubType Meesungnoen2002 -#/process/dna/e-SolvationSubType Ritchie1994 -#/process/dna/e-SolvationSubType Terrisol1990 - -/run/verbose 1 -/control/verbose 1 - -/world/worldSize 50 um -/cell/radiusSize 14 2.5 14 um -/scheduler/endTime 5.0 ns -/scheduler/maxNullTimeSteps 10000000 -/dnageom/radicalKillDistance 9 nm -/dnageom/interactionDirectRange 2.0 angstrom - -/dnageom/placementSize 75 75 75 nm -/dnageom/fractalScaling 75 75 75 nm -/dnageom/definitionFile geometries/cube-centred-X-8.txt -/dnageom/placementVolume turn geometries/turned_solenoid_750_withHistone.txt -/dnageom/placementVolume turntwist geometries/turned_twisted_solenoid_750_withHistone.txt true -/dnageom/placementVolume straight geometries/straight_solenoid_750_withHistone.txt - -/dnadamage/directDamageLower 5 eV -/dnadamage/directDamageUpper 37.5 eV - -/dnadamage/indirectOHBaseChance 1.0 -/dnadamage/indirectOHStrandChance 0.405 -/dnadamage/inductionOHChance 0.00 - -/dnadamage/indirectHBaseChance 1.0 -/dnadamage/indirectHStrandChance 0.0 -/dnadamage/inductionHChance 0.00 - -/dnadamage/indirectEaqBaseChance 1.0 -/dnadamage/indirectEaqStrandChance 0.0 -/dnadamage/inductionEaqChance 0.00 - - -/chromosome/add cell ellipse 7100 2500 7100 0 0 0 nm 0 0 0 -#/chromosome/add cell sphere 3000 0 0 0 nm - -/run/initialize -/run/printProgress 10 - -# Source Geometry -/gps/pos/type Plane -/gps/pos/shape Circle -/gps/pos/centre 0 3000 0 nm -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 1 0 0 -/gps/pos/radius 7100 nm -/gps/direction 0 -1 0 - -# Source Energy -/gps/particle e- - -#/analysisDNA/fileName 50MeV -/gps/energy 0.662 MeV -/run/beamOn 2 - - diff --git a/examples/extended/medical/dna/neuron/neuron.out b/examples/extended/medical/dna/neuron/neuron.out index e4c8f6557cd..952bfb8a3a9 100644 --- a/examples/extended/medical/dna/neuron/neuron.out +++ b/examples/extended/medical/dna/neuron/neuron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -60,7 +60,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -139,10 +138,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -612,8 +614,6 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. End of tracking primary particle, its final energy is :3.47476 GeV Physics stage ends End of tracking primary particle, its final energy is :3.47537 GeV @@ -665,7 +665,7 @@ Physics stage ends Dend3DEdep.out, Axon3DEdep.out, Soma3DEdep.out Outputs of energy deposition per event written in data file: OutputPerEvent.out - Calculation time = 2.75533 s + Calculation time = 2.14985 s Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/pdb4dna/pdb4dna.out b/examples/extended/medical/dna/pdb4dna/pdb4dna.out index c0f3444bf10..cde89b555d9 100644 --- a/examples/extended/medical/dna/pdb4dna/pdb4dna.out +++ b/examples/extended/medical/dna/pdb4dna/pdb4dna.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -32,7 +32,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -142,10 +141,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -581,8 +583,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. --> Event 100 starts. @@ -684,9 +684,5 @@ See commands in /vis/modeling/trajectories/ for other options. --> Event 9700 starts. --> Event 9800 starts. --> Event 9900 starts. -There are histograms that can be viewed with visualization: - 3 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/range/.README.txt b/examples/extended/medical/dna/range/.README.txt index 2a19f96e2fb..ff18806aecf 100644 --- a/examples/extended/medical/dna/range/.README.txt +++ b/examples/extended/medical/dna/range/.README.txt @@ -23,7 +23,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 \n +Med. Phys. 51 (2024) 5873–5889 \n +Med. Phys. 45 (2018) e722-e739 \n Phys. Med. 31 (2015) 861-874 \n Med. Phys. 37 (2010) 4692-4708 \n Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 \n diff --git a/examples/extended/medical/dna/range/History b/examples/extended/medical/dna/range/History index a791eb0af36..ef7d3039600 100644 --- a/examples/extended/medical/dna/range/History +++ b/examples/extended/medical/dna/range/History @@ -4,6 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-04-15 Sebastien Incerti (range-V11-02-01) +- Updated README +- Added auto to plot.C + ## 2024-04-15 Sebastien Incerti (range-V11-02-00) - Cleaned example diff --git a/examples/extended/medical/dna/range/README b/examples/extended/medical/dna/range/README index 6005678b397..a9b8823298c 100644 --- a/examples/extended/medical/dna/range/README +++ b/examples/extended/medical/dna/range/README @@ -25,7 +25,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/range/plot.C b/examples/extended/medical/dna/range/plot.C index 7bbbb020d40..db23872dbe9 100644 --- a/examples/extended/medical/dna/range/plot.C +++ b/examples/extended/medical/dna/range/plot.C @@ -12,7 +12,7 @@ gStyle->SetPalette(1); gROOT->SetStyle("Plain"); gStyle->SetOptStat(00000); -c1 = new TCanvas ("c1","Range",60,60,700,700); +auto c1 = new TCanvas ("c1","Range",60,60,700,700); c1->Divide(1,1); c1->cd(1); diff --git a/examples/extended/medical/dna/range/range.out b/examples/extended/medical/dna/range/range.out index d46f5409d0d..3a4759b7575 100644 --- a/examples/extended/medical/dna/range/range.out +++ b/examples/extended/medical/dna/range/range.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -136,10 +135,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -575,8 +577,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ======================= run summary ==================== @@ -585,13 +585,6 @@ See commands in /vis/modeling/trajectories/ for other options. Track length of primary track = 29.220 nm +- 18.567 nm Projected range = 4.101 Ang +- 2.834 nm Penetration = 4.215 nm +- 2.500 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -600,13 +593,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 22.553 nm +- 24.131 nm Projected range = 4.200 Ang +- 2.376 nm Penetration = 3.362 nm +- 2.542 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -615,13 +601,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 11.417 nm +- 14.117 nm Projected range = 4.492 Ang +- 1.770 nm Penetration = 2.472 nm +- 1.892 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -630,13 +609,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 7.196 nm +- 8.459 nm Projected range = 3.957 Ang +- 1.515 nm Penetration = 1.968 nm +- 1.567 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -645,13 +617,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 6.014 nm +- 7.027 nm Projected range = 5.169 Ang +- 1.290 nm Penetration = 1.850 nm +- 1.409 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -660,13 +625,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 14.440 nm +- 18.297 nm Projected range = 6.272 Ang +- 2.032 nm Penetration = 2.690 nm +- 2.195 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -675,13 +633,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 16.707 nm +- 17.975 nm Projected range = 6.884 Ang +- 2.208 nm Penetration = 3.161 nm +- 2.191 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -690,13 +641,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 15.503 nm +- 16.550 nm Projected range = 6.016 Ang +- 2.309 nm Penetration = 3.173 nm +- 2.126 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -705,13 +649,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 13.227 nm +- 15.333 nm Projected range = 6.003 Ang +- 2.042 nm Penetration = 2.898 nm +- 2.040 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -720,13 +657,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 14.013 nm +- 14.612 nm Projected range = 7.569 Ang +- 2.181 nm Penetration = 3.040 nm +- 2.015 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -735,13 +665,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 15.268 nm +- 17.518 nm Projected range = 8.265 Ang +- 2.299 nm Penetration = 3.169 nm +- 2.193 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -750,13 +673,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 16.527 nm +- 17.191 nm Projected range = 9.162 Ang +- 2.433 nm Penetration = 3.432 nm +- 2.187 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -765,13 +681,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 17.653 nm +- 16.979 nm Projected range = 1.144 nm +- 2.497 nm Penetration = 3.702 nm +- 2.281 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -780,13 +689,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 17.993 nm +- 16.915 nm Projected range = 1.165 nm +- 2.739 nm Penetration = 3.813 nm +- 2.241 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -795,13 +697,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 16.702 nm +- 16.373 nm Projected range = 1.355 nm +- 2.676 nm Penetration = 3.772 nm +- 2.208 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -810,13 +705,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 17.453 nm +- 16.545 nm Projected range = 1.511 nm +- 2.707 nm Penetration = 4.044 nm +- 2.132 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -825,13 +713,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 19.605 nm +- 16.475 nm Projected range = 2.164 nm +- 3.201 nm Penetration = 4.813 nm +- 2.502 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -840,13 +721,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 22.630 nm +- 16.625 nm Projected range = 2.822 nm +- 3.733 nm Penetration = 5.925 nm +- 2.869 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -855,13 +729,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 25.082 nm +- 17.121 nm Projected range = 3.773 nm +- 4.494 nm Penetration = 7.244 nm +- 3.416 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -870,13 +737,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 27.752 nm +- 16.770 nm Projected range = 4.637 nm +- 5.224 nm Penetration = 8.612 nm +- 3.925 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -885,13 +745,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 30.516 nm +- 17.459 nm Projected range = 6.037 nm +- 5.863 nm Penetration = 10.188 nm +- 4.646 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -900,13 +753,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 34.265 nm +- 18.493 nm Projected range = 7.162 nm +- 6.559 nm Penetration = 11.698 nm +- 5.098 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -915,13 +761,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 36.157 nm +- 18.228 nm Projected range = 7.812 nm +- 7.537 nm Penetration = 13.304 nm +- 5.721 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -930,13 +769,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 39.556 nm +- 18.568 nm Projected range = 9.559 nm +- 8.433 nm Penetration = 15.353 nm +- 6.765 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -945,13 +777,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 46.545 nm +- 19.241 nm Projected range = 12.824 nm +- 10.422 nm Penetration = 19.786 nm +- 8.492 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -960,13 +785,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 54.090 nm +- 20.563 nm Projected range = 15.139 nm +- 12.679 nm Penetration = 23.953 nm +- 9.802 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -975,13 +793,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 62.025 nm +- 21.311 nm Projected range = 19.664 nm +- 15.093 nm Penetration = 29.401 nm +- 11.693 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -990,13 +801,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 71.510 nm +- 23.999 nm Projected range = 22.081 nm +- 18.155 nm Penetration = 34.768 nm +- 13.662 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -1005,13 +809,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 80.466 nm +- 25.373 nm Projected range = 26.586 nm +- 19.453 nm Penetration = 39.855 nm +- 15.824 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -1020,13 +817,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 205.214 nm +- 51.952 nm Projected range = 81.173 nm +- 56.027 nm Penetration = 121.022 nm +- 41.077 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -1035,13 +825,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 383.593 nm +- 90.412 nm Projected range = 172.109 nm +- 107.237 nm Penetration = 244.500 nm +- 76.611 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -1050,13 +833,6 @@ There are histograms that can be viewed with visualization: Track length of primary track = 611.317 nm +- 141.441 nm Projected range = 274.104 nm +- 167.158 nm Penetration = 392.311 nm +- 124.119 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================= run summary ==================== @@ -1065,12 +841,5 @@ There are histograms that can be viewed with visualization: Track length of primary track = 862.229 nm +- 194.765 nm Projected range = 406.769 nm +- 234.365 nm Penetration = 565.711 nm +- 174.613 nm -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/scavenger/History b/examples/extended/medical/dna/scavenger/History index 41ed962d509..74dbd047a68 100644 --- a/examples/extended/medical/dna/scavenger/History +++ b/examples/extended/medical/dna/scavenger/History @@ -4,6 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-03 Hoang Tran (scavenger-V11-02-00) +- Modified the molecule names of OH, HO2, O in MoleculeDefinition. + Each molecule configuration has a molecule definition. + ## 2023-11-14 I. Hrivnacova (scavenger-V11-01-00) - Fixes for Doxygen: Move class description comments after namespace diff --git a/examples/extended/medical/dna/scavenger/Rtable_NO2_NO3.txt b/examples/extended/medical/dna/scavenger/Rtable_NO2_NO3.txt index 90e60f0107f..022bf624435 100644 --- a/examples/extended/medical/dna/scavenger/Rtable_NO2_NO3.txt +++ b/examples/extended/medical/dna/scavenger/Rtable_NO2_NO3.txt @@ -23,12 +23,12 @@ scavenger: NO3- 0.5e-3 # REACTANTS -> PRODUCTS , RATE [1/s/(mole/l)] or [1/s] TYPE #------------------------------------------------------------- e_aq + e_aq + [H2O] + [H2O] -> H2 + OH- + OH- , 6.36e9 type_3 -e_aq + OH -> OH- , 2.95e10 type_2 +e_aq + °OH -> OH- , 2.95e10 type_2 e_aq + H + [H2O] -> H2 + OH- , 2.50e10 type_1 e_aq + H3O+ -> H + [H2O] , 2.11e10 type_4 -e_aq + H2O2 -> OH- + OH , 1.10e10 type_2 -OH + OH -> H2O2 , 5.50e9 type_2 -OH + H -> [H2O] , 1.55e10 type_2 +e_aq + H2O2 -> OH- + °OH , 1.10e10 type_2 +°OH + °OH -> H2O2 , 5.50e9 type_2 +°OH + H -> [H2O] , 1.55e10 type_2 H + H -> H2 , 5.03e9 type_1 H3O+ + OH- -> [H2O] + [H2O] , 1.13e11 type_3 @@ -36,6 +36,6 @@ H3O+ + OH- -> [H2O] + [H2O] , 1.13e11 type_3 # Reactions with the scavengers # Specify the scavenger with [] #------------------------------- -OH + [NO2-] -> [NO2] + OH- , 8.e9 type_6 # NO2 not implemented; reaction with one product +°OH + [NO2-] -> [NO2] + OH- , 8.e9 type_6 # NO2 not implemented; reaction with one product e_aq + [NO2-] -> [NO2--] , 3.5e9 type_6 # NO2-- not implemented; reaction without product e_aq + [NO3-] -> [NO3--] , 9.7e9 type_6 # NO3-- not implemented; reaction without product diff --git a/examples/extended/medical/dna/scavenger/Rtable_O2.txt b/examples/extended/medical/dna/scavenger/Rtable_O2.txt index 2f84fb50125..d7946930843 100644 --- a/examples/extended/medical/dna/scavenger/Rtable_O2.txt +++ b/examples/extended/medical/dna/scavenger/Rtable_O2.txt @@ -20,12 +20,12 @@ scavenger: O2 5.20e-05 # 4% in partial pressure # REACTANTS -> PRODUCTS , RATE [1/s/(mole/l)] or [1/s] TYPE #------------------------------------------------------------- e_aq + e_aq + [H2O] + [H2O] -> H2 + OH- + OH- , 6.36e9 type_3 -e_aq + OH -> OH- , 2.95e10 type_2 +e_aq + °OH -> OH- , 2.95e10 type_2 e_aq + H + [H2O] -> H2 + OH- , 2.50e10 type_1 e_aq + H3O+ -> H + [H2O] , 2.11e10 type_4 -e_aq + H2O2 -> OH- + OH , 1.10e10 type_2 -OH + OH -> H2O2 , 5.50e9 type_2 -OH + H -> [H2O] , 1.55e10 type_2 +e_aq + H2O2 -> OH- + °OH , 1.10e10 type_2 +°OH + °OH -> H2O2 , 5.50e9 type_2 +°OH + H -> [H2O] , 1.55e10 type_2 H + H -> H2 , 5.03e9 type_1 H3O+ + OH- -> [H2O] + [H2O] , 1.13e11 type_3 @@ -34,5 +34,5 @@ H3O+ + OH- -> [H2O] + [H2O] , 1.13e11 type_3 # Specify the scavenger with [] #------------------------------- e_aq + [O2] -> O2- , 1.74e10 type_6 -H + [O2] -> HO2 , 2.10e10 type_6 +H + [O2] -> HO2° , 2.10e10 type_6 O- + [O2] -> O3- , 3.70e9 type_6 diff --git a/examples/extended/medical/dna/scavenger/beam.in b/examples/extended/medical/dna/scavenger/beam.in index 29c531aa380..5c8acc64948 100644 --- a/examples/extended/medical/dna/scavenger/beam.in +++ b/examples/extended/medical/dna/scavenger/beam.in @@ -3,7 +3,7 @@ #/process/dna/e-SolvationSubType Ritchie1994 #/process/dna/e-SolvationSubType Terrisol1990 -/chem/reactionTable/name Rtable_O2.txt # name of the reaction file +/chem/reactionTable/name Rtable_NO2_NO3.txt # name of the reaction file /run/initialize /chem/reaction/print diff --git a/examples/extended/medical/dna/scavenger/scavenger.out b/examples/extended/medical/dna/scavenger/scavenger.out index 3946ec4386e..f664ff692d9 100644 --- a/examples/extended/medical/dna/scavenger/scavenger.out +++ b/examples/extended/medical/dna/scavenger/scavenger.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -109,25 +108,25 @@ H3O^1 + OH^-1 -> No product 1.13e+11 ---------------------------------------------------------------------------- H3O^1 + e_aq^-1 -> H^0 2.11e+10 ---------------------------------------------------------------------------- -OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +°OH^0 + e_aq^-1 -> OH^-1 2.95e+10 ---------------------------------------------------------------------------- -OH^0 + OH^0 -> H2O2^0 5.5e+09 +°OH^0 + °OH^0 -> H2O2^0 5.5e+09 ---------------------------------------------------------------------------- -OH^0 + H^0 -> No product 1.55e+10 +°OH^0 + H^0 -> No product 1.55e+10 +---------------------------------------------------------------------------- +°OH^0 + NO_2^-1 -> OH^-1 80 ---------------------------------------------------------------------------- e_aq^-1 + H^0 -> H_2^0 + OH^-1 2.5e+10 ---------------------------------------------------------------------------- -e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 +e_aq^-1 + H2O2^0 -> OH^-1 + °OH^0 1.1e+10 ---------------------------------------------------------------------------- e_aq^-1 + e_aq^-1 -> H_2^0 + OH^-1 + OH^-1 6.36e+09 ---------------------------------------------------------------------------- -e_aq^-1 + O_2^0 -> O_2^-1 0.9048 ----------------------------------------------------------------------------- -H^0 + H^0 -> H_2^0 5.03e+09 +e_aq^-1 + NO_2^-1 -> No product 35 ---------------------------------------------------------------------------- -H^0 + O_2^0 -> HO_2^0 1.092 +e_aq^-1 + NO_3^-1 -> No product 4.85 ---------------------------------------------------------------------------- -O^-1 + O_2^0 -> O_3^-1 0.1924 +H^0 + H^0 -> H_2^0 5.03e+09 ---------------------------------------------------------------------------- ======================================================================= ====== Electromagnetic Physics Parameters ======== @@ -150,10 +149,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -601,15 +603,13 @@ Index : 0 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 starts. DNAMolecularIRTModel will be used Run terminated. Run Summary Number of events processed : 2 - User=0.540000s Real=0.572424s Sys=0.010000s + User=1.070000s Real=1.105998s Sys=0.010000s --------------------End of Global Run----------------------- The run has 1 events @@ -621,5 +621,5 @@ Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 3.6 MB +Dynamic pools deleted: 15 / Total memory freed: 4.9 MB ============================================================ diff --git a/examples/extended/medical/dna/scavenger/src/EmDNAChemistry.cc b/examples/extended/medical/dna/scavenger/src/EmDNAChemistry.cc index 47ac1616dbf..a63917d9968 100644 --- a/examples/extended/medical/dna/scavenger/src/EmDNAChemistry.cc +++ b/examples/extended/medical/dna/scavenger/src/EmDNAChemistry.cc @@ -35,7 +35,6 @@ #include "G4DNAMolecularIRTModel.hh" #include "G4DNAMolecularReactionTable.hh" #include "G4DNASancheExcitationModel.hh" -#include "G4DNAUeharaScreenedRutherfordElasticModel.hh" #include "G4DNAVibExcitation.hh" #include "G4DNAWaterDissociationDisplacer.hh" #include "G4DNAWaterExcitationStructure.hh" @@ -46,13 +45,7 @@ // particles #include "G4Electron.hh" #include "G4Electron_aq.hh" -#include "G4FakeMolecule.hh" -#include "G4H2.hh" #include "G4H2O.hh" -#include "G4H2O2.hh" -#include "G4H3O.hh" -#include "G4HO2.hh" -#include "G4Hydrogen.hh" #include "G4MoleculeTable.hh" #include "G4O2.hh" #include "G4O3.hh" @@ -65,6 +58,8 @@ /****/ // factory #include "G4PhysicsConstructorFactory.hh" +#include "G4ChemDissociationChannels_option1.hh" +#include "G4ChemDissociationChannels_option1.hh" namespace scavenger { @@ -97,17 +92,7 @@ void EmDNAChemistry::SetNewValue(G4UIcommand* command, G4String newValue) void EmDNAChemistry::ConstructMolecule() { // Create the definition - G4H2O::Definition(); - G4Hydrogen::Definition(); - G4H3O::Definition(); - G4OH::Definition(); - G4Electron_aq::Definition(); - G4H2O2::Definition(); - G4H2::Definition(); - G4Oxygen::Definition(); - G4HO2::Definition(); - G4O2::Definition(); - G4O3::Definition(); + G4ChemDissociationChannels_option1::ConstructMolecule(); auto G4NO2 = new G4MoleculeDefinition("NO_2", /*mass*/ 46.0055 * g / Avogadro * c_squared, @@ -125,107 +110,6 @@ void EmDNAChemistry::ConstructMolecule() //____________________________________________________________________________ // Note: Parameters Value changed according to Plante Paper - G4MoleculeTable::Instance()->CreateConfiguration("H3Op", G4H3O::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("H3Op")->SetDiffusionCoefficient(9.46e-9 - * (m2 / s)); - G4MoleculeTable::Instance()->GetConfiguration("H3Op")->SetVanDerVaalsRadius(0.25 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("OH", G4OH::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("OH")->SetDiffusionCoefficient(2.2e-9 * (m2 / s)); - G4MoleculeTable::Instance()->GetConfiguration("OH")->SetVanDerVaalsRadius(0.22 * nm); - - G4MolecularConfiguration* OHm = G4MoleculeTable::Instance()->CreateConfiguration( - "OHm", // just a tag to store and retrieve from - // G4MoleculeTable - G4OH::Definition(), - -1, // charge - 5.3e-9 * (m2 / s)); - OHm->SetMass(17.0079 * g / Avogadro * c_squared); - OHm->SetVanDerVaalsRadius(0.33 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("e_aq", G4Electron_aq::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("e_aq")->SetVanDerVaalsRadius(0.50 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("H", G4Hydrogen::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("H")->SetVanDerVaalsRadius(0.19 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("H2", G4H2::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("H2")->SetDiffusionCoefficient(4.8e-9 * (m2 / s)); - G4MoleculeTable::Instance()->GetConfiguration("H2")->SetVanDerVaalsRadius(0.14 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("H2O2", G4H2O2::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("H2O2")->SetDiffusionCoefficient(2.3e-9 * (m2 / s)); - G4MoleculeTable::Instance()->GetConfiguration("H2O2")->SetVanDerVaalsRadius(0.21 * nm); - - // molecules extension (RITRACKS) - - G4MoleculeTable::Instance()->CreateConfiguration("HO2", G4HO2::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("HO2")->SetVanDerVaalsRadius(0.21 * nm); - - auto HO2m = G4MoleculeTable::Instance()->CreateConfiguration( - "HO2m", // just a tag to store and retrieve from - // G4MoleculeTable - G4HO2::Definition(), - -1, // charge - 1.4e-9 * (m2 / s)); - HO2m->SetMass(33.00396 * g / Avogadro * c_squared); - HO2m->SetVanDerVaalsRadius(0.25 * nm); - - // Oxygen 3P - G4MoleculeTable::Instance()->CreateConfiguration("Oxy", G4Oxygen::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("Oxy")->SetVanDerVaalsRadius(0.20 * nm); - - G4MolecularConfiguration* Om = - G4MoleculeTable::Instance()->CreateConfiguration("Om", // just a tag to store and retrieve from - // G4MoleculeTable - G4Oxygen::Definition(), - -1, // charge - 2.0e-9 * (m2 / s)); - Om->SetMass(15.99829 * g / Avogadro * c_squared); - Om->SetVanDerVaalsRadius(0.25 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("O2", G4O2::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("O2")->SetVanDerVaalsRadius(0.17 * nm); - - auto O2m = G4MoleculeTable::Instance()->CreateConfiguration( - "O2m", // just a tag to store and retrieve from - // G4MoleculeTable - G4O2::Definition(), - -1, // charge - 1.75e-9 * (m2 / s)); - O2m->SetMass(31.99602 * g / Avogadro * c_squared); - O2m->SetVanDerVaalsRadius(0.22 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("O3", G4O3::Definition()); - G4MoleculeTable::Instance()->GetConfiguration("O3")->SetVanDerVaalsRadius(0.20 * nm); - - auto O3m = G4MoleculeTable::Instance()->CreateConfiguration( - "O3m", // just a tag to store and retrieve from - // G4MoleculeTable - G4O3::Definition(), - -1, // charge - 2.0e-9 * (m2 / s)); - O3m->SetMass(47.99375 * g / Avogadro * c_squared); - O3m->SetVanDerVaalsRadius(0.20 * nm); - - G4MoleculeTable::Instance()->CreateConfiguration("H2O(B)", // just a tag to store and retrieve - // from G4MoleculeTable - G4H2O::Definition(), - 0, // charge - 0 * (m2 / s)); - - G4MoleculeTable::Instance()->CreateConfiguration("H3Op(B)", // just a tag to store and retrieve - // from G4MoleculeTable - G4H3O::Definition(), - 1, // charge - 0 * (m2 / s)); - - G4MoleculeTable::Instance()->CreateConfiguration("OHm(B)", // just a tag to store and retrieve - // from G4MoleculeTable - G4OH::Definition(), - -1, // charge - 0 * (m2 / s)); - G4MoleculeTable::Instance()->CreateConfiguration("O2(B)", // just a tag to store and retrieve // from G4MoleculeTable G4O2::Definition(), @@ -244,8 +128,6 @@ void EmDNAChemistry::ConstructMolecule() -1, // charge 0 * (m2 / s)); - // For first-order reactions - G4MoleculeTable::Instance()->CreateConfiguration("NoneM", G4FakeMolecule::Definition()); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -254,7 +136,7 @@ void EmDNAChemistry::ConstructDissociationChannels() { //----------------------------------- // Get the molecular configuration - auto OH = G4MoleculeTable::Instance()->GetConfiguration("OH"); + auto OH = G4MoleculeTable::Instance()->GetConfiguration("°OH"); auto OHm = G4MoleculeTable::Instance()->GetConfiguration("OHm"); auto e_aq = G4MoleculeTable::Instance()->GetConfiguration("e_aq"); auto H2 = G4MoleculeTable::Instance()->GetConfiguration("H2"); diff --git a/examples/extended/medical/dna/slowing/.README.txt b/examples/extended/medical/dna/slowing/.README.txt index 88a4be2402a..0b4e6d615d4 100644 --- a/examples/extended/medical/dna/slowing/.README.txt +++ b/examples/extended/medical/dna/slowing/.README.txt @@ -22,7 +22,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/slowing/History b/examples/extended/medical/dna/slowing/History index 49f5b7fa287..162f798d8f6 100644 --- a/examples/extended/medical/dna/slowing/History +++ b/examples/extended/medical/dna/slowing/History @@ -4,6 +4,10 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-05 Sebastien Incerti (slowing-V11-02-01) +- Added auto to plot.C +- Updated README + ## 2024-03-31 Sebastien Incerti (slowing-V11-02-00) - Cleaned example diff --git a/examples/extended/medical/dna/slowing/README b/examples/extended/medical/dna/slowing/README index 5bad523c6cb..7acd2cd931c 100644 --- a/examples/extended/medical/dna/slowing/README +++ b/examples/extended/medical/dna/slowing/README @@ -25,7 +25,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/slowing/plot.C b/examples/extended/medical/dna/slowing/plot.C index 665f28b491b..7a251d6af94 100644 --- a/examples/extended/medical/dna/slowing/plot.C +++ b/examples/extended/medical/dna/slowing/plot.C @@ -8,7 +8,7 @@ gStyle->SetPalette(1); gROOT->SetStyle("Plain"); - c1 = new TCanvas ("c1","",20,20,800,800); + auto c1 = new TCanvas ("c1","",20,20,800,800); c1->Divide(1,1); TFile f("slowing.root"); diff --git a/examples/extended/medical/dna/slowing/slowing.out b/examples/extended/medical/dna/slowing/slowing.out index 44ea06ef46b..a1730ec20c7 100644 --- a/examples/extended/medical/dna/slowing/slowing.out +++ b/examples/extended/medical/dna/slowing/slowing.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -32,7 +32,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -140,10 +139,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -579,8 +581,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : slowing.root - done @@ -603,12 +603,5 @@ See commands in /vis/modeling/trajectories/ for other options. ... write file : slowing.root - done ... close file : slowing.root - done -There are histograms that can be viewed with visualization: - 4 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/splitting/splitting.out b/examples/extended/medical/dna/splitting/splitting.out index d07f832be74..b2d2ec1a81e 100644 --- a/examples/extended/medical/dna/splitting/splitting.out +++ b/examples/extended/medical/dna/splitting/splitting.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -120,10 +119,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -355,8 +357,6 @@ Index : 0 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. --> Event 10 starts. @@ -371,14 +371,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=22.010000s Real=23.848213s Sys=0.080000s -There are histograms that can be viewed with visualization: - 2 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. + User=21.240000s Real=21.592439s Sys=0.040000s Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/medical/dna/spower/.README.txt b/examples/extended/medical/dna/spower/.README.txt index 6eb63a346df..e136119d4ca 100644 --- a/examples/extended/medical/dna/spower/.README.txt +++ b/examples/extended/medical/dna/spower/.README.txt @@ -21,7 +21,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/spower/History b/examples/extended/medical/dna/spower/History index ae0f1b0c8f6..78beecdd6c4 100644 --- a/examples/extended/medical/dna/spower/History +++ b/examples/extended/medical/dna/spower/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-04-20 Sebastien Incerti (spower-V11-02-02) +- updated README + ## 2024-04-20 Sebastien Incerti (spower-V11-02-01) - cleaned example diff --git a/examples/extended/medical/dna/spower/README b/examples/extended/medical/dna/spower/README index 0c26221b337..9404cd63dba 100644 --- a/examples/extended/medical/dna/spower/README +++ b/examples/extended/medical/dna/spower/README @@ -23,7 +23,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/spower/spower.out b/examples/extended/medical/dna/spower/spower.out index 97a30071988..e073a528eb7 100644 --- a/examples/extended/medical/dna/spower/spower.out +++ b/examples/extended/medical/dna/spower/spower.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -73,10 +73,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -528,7 +531,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.460000s Real=2.505702s Sys=0.000000s + User=2.110000s Real=2.136696s Sys=0.000000s ======================== run summary ===================== @@ -553,7 +556,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.710000s Real=2.851312s Sys=0.000000s + User=2.290000s Real=2.309739s Sys=0.000000s ======================== run summary ===================== @@ -578,7 +581,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=3.020000s Real=3.305793s Sys=0.000000s + User=2.500000s Real=2.551166s Sys=0.000000s ======================== run summary ===================== @@ -603,7 +606,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=3.010000s Real=3.068243s Sys=0.000000s + User=2.530000s Real=2.543879s Sys=0.000000s ======================== run summary ===================== @@ -628,7 +631,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.960000s Real=2.980977s Sys=0.000000s + User=2.470000s Real=2.496931s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/medical/dna/svalue/.README.txt b/examples/extended/medical/dna/svalue/.README.txt index af72421f4d2..3b0ccfeae35 100644 --- a/examples/extended/medical/dna/svalue/.README.txt +++ b/examples/extended/medical/dna/svalue/.README.txt @@ -23,7 +23,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/svalue/History b/examples/extended/medical/dna/svalue/History index a241564b1ed..b97389430fb 100644 --- a/examples/extended/medical/dna/svalue/History +++ b/examples/extended/medical/dna/svalue/History @@ -5,6 +5,10 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-10-05 Sebastien Incerti (svalue-V11-02-01) +- Updated README +- added auto to plot.C + ## 2024-03-10 Sebastien Incerti (svalue-V11-02-00) - Cleaned example diff --git a/examples/extended/medical/dna/svalue/README b/examples/extended/medical/dna/svalue/README index db774e391ec..25bb04456bc 100644 --- a/examples/extended/medical/dna/svalue/README +++ b/examples/extended/medical/dna/svalue/README @@ -25,7 +25,8 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: -Med. Phys. 45, (2018) e722-e739 +Med. Phys. 51 (2024) 5873–5889 +Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 Int. J. Model. Simul. Sci. Comput. 1 (2010) 157–178 diff --git a/examples/extended/medical/dna/svalue/plot.C b/examples/extended/medical/dna/svalue/plot.C index 18e1beb0b35..a757c83ce69 100644 --- a/examples/extended/medical/dna/svalue/plot.C +++ b/examples/extended/medical/dna/svalue/plot.C @@ -2,7 +2,7 @@ // ------------------------------------------------------------------- // // ********************************************************************* -// To execute this macro under ROOT after your simulation ended, +// To execute this macro under ROOT after your simulation ended, // 1 - launch ROOT (usually type 'root' at your machine's prompt) // 2 - type '.X plot.C' at the ROOT session prompt // 3 - OR type directly 'root plot.C' @@ -14,8 +14,8 @@ gROOT->Reset(); gStyle->SetPalette(1); gROOT->SetStyle("Plain"); gStyle->SetOptStat(000000); - -c1 = new TCanvas ("c1","",60,60,800,800); + +auto c1 = new TCanvas ("c1","",60,60,800,800); c1->Divide(1,1); FILE * fp = fopen("s.txt","r"); @@ -25,7 +25,7 @@ Int_t ncols = 0; Int_t nlines = 0; TNtuple *ntuple = new TNtuple("ntuple","s","radius:thick:E:sc:ssc:sn:ssn"); -while (1) +while (1) { ncols = fscanf(fp,"%f %f %f %f %f %f %f",&radius,&thick,&E,&sc,&ssc,&sn,&ssn); if (ncols < 0) break; @@ -33,7 +33,7 @@ while (1) nlines++; } fclose(fp); - + c1->cd(1); gPad->SetLogx(); gPad->SetLogy(); diff --git a/examples/extended/medical/dna/svalue/svalue.out b/examples/extended/medical/dna/svalue/svalue.out index 50fa14c2289..e48392177c6 100644 --- a/examples/extended/medical/dna/svalue/svalue.out +++ b/examples/extended/medical/dna/svalue/svalue.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -141,10 +140,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -630,13 +632,11 @@ Index : 0 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=0.250000s Real=0.285621s Sys=0.000000s + User=0.220000s Real=0.228200s Sys=0.000000s ======================== run summary ===================== @@ -656,13 +656,6 @@ Run Summary Nb of steps of primary track = 43.48 +- 42.08 Step size = 3.201 Ang +- 83299.677 fm -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 200 eV /run/beamOn 1000 @@ -681,7 +674,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.430000s Real=0.447455s Sys=0.000000s + User=0.410000s Real=0.414663s Sys=0.000000s ======================== run summary ===================== @@ -701,13 +694,6 @@ Run Summary Nb of steps of primary track = 50.72 +- 45.14 Step size = 3.961 Ang +- 1.121 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 300 eV /run/beamOn 1000 @@ -726,7 +712,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.640000s Real=0.678533s Sys=0.000000s + User=0.580000s Real=0.585119s Sys=0.000000s ======================== run summary ===================== @@ -746,13 +732,6 @@ Run Summary Nb of steps of primary track = 53.30 +- 39.45 Step size = 4.700 Ang +- 1.313 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 400 eV /run/beamOn 1000 @@ -771,7 +750,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.820000s Real=0.823176s Sys=0.000000s + User=0.760000s Real=0.760200s Sys=0.000000s ======================== run summary ===================== @@ -791,13 +770,6 @@ Run Summary Nb of steps of primary track = 58.72 +- 40.37 Step size = 5.482 Ang +- 1.675 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 500 eV /run/beamOn 1000 @@ -816,7 +788,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.020000s Real=1.104115s Sys=0.000000s + User=0.920000s Real=0.933352s Sys=0.000000s ======================== run summary ===================== @@ -836,13 +808,6 @@ Run Summary Nb of steps of primary track = 60.09 +- 37.44 Step size = 6.220 Ang +- 1.880 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 600 eV /run/beamOn 1000 @@ -861,7 +826,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.270000s Real=1.483004s Sys=0.000000s + User=1.140000s Real=1.146983s Sys=0.000000s ======================== run summary ===================== @@ -881,13 +846,6 @@ Run Summary Nb of steps of primary track = 68.03 +- 41.33 Step size = 6.926 Ang +- 2.131 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 700 eV /run/beamOn 1000 @@ -906,7 +864,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.440000s Real=1.637571s Sys=0.000000s + User=1.310000s Real=1.325521s Sys=0.000000s ======================== run summary ===================== @@ -926,13 +884,6 @@ Run Summary Nb of steps of primary track = 69.85 +- 37.85 Step size = 7.780 Ang +- 2.314 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 800 eV /run/beamOn 1000 @@ -951,7 +902,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.590000s Real=1.656162s Sys=0.000000s + User=1.510000s Real=1.546109s Sys=0.000000s ======================== run summary ===================== @@ -971,13 +922,6 @@ Run Summary Nb of steps of primary track = 75.25 +- 40.33 Step size = 8.558 Ang +- 2.628 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 900 eV /run/beamOn 1000 @@ -996,7 +940,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.720000s Real=1.765558s Sys=0.000000s + User=1.660000s Real=1.720913s Sys=0.000000s ======================== run summary ===================== @@ -1016,13 +960,6 @@ Run Summary Nb of steps of primary track = 77.65 +- 39.50 Step size = 9.337 Ang +- 2.703 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 1 keV /run/beamOn 1000 @@ -1041,7 +978,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.950000s Real=2.071871s Sys=0.000000s + User=1.860000s Real=1.919173s Sys=0.000000s ======================== run summary ===================== @@ -1061,13 +998,6 @@ Run Summary Nb of steps of primary track = 80.54 +- 37.61 Step size = 1.016 nm +- 2.826 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 2 keV /run/beamOn 1000 @@ -1086,7 +1016,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=3.860000s Real=4.064111s Sys=0.000000s + User=3.650000s Real=3.718345s Sys=0.000000s ======================== run summary ===================== @@ -1106,13 +1036,6 @@ Run Summary Nb of steps of primary track = 121.71 +- 45.00 Step size = 1.787 nm +- 4.505 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 3 keV /run/beamOn 1000 @@ -1131,7 +1054,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=5.750000s Real=5.950401s Sys=0.000000s + User=5.460000s Real=5.545792s Sys=0.000000s ======================== run summary ===================== @@ -1151,13 +1074,6 @@ Run Summary Nb of steps of primary track = 152.29 +- 44.49 Step size = 2.548 nm +- 5.601 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 4 keV /run/beamOn 1000 @@ -1176,7 +1092,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=7.720000s Real=8.147755s Sys=0.000000s + User=7.240000s Real=7.306508s Sys=0.000000s ======================== run summary ===================== @@ -1196,13 +1112,6 @@ Run Summary Nb of steps of primary track = 181.46 +- 43.40 Step size = 3.333 nm +- 6.713 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 5 keV /run/beamOn 1000 @@ -1221,7 +1130,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=9.490000s Real=9.705832s Sys=0.000000s + User=8.980000s Real=9.233426s Sys=0.010000s ======================== run summary ===================== @@ -1241,13 +1150,6 @@ Run Summary Nb of steps of primary track = 212.23 +- 51.55 Step size = 4.078 nm +- 7.540 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 6 keV /run/beamOn 1000 @@ -1266,7 +1168,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=11.570000s Real=11.943036s Sys=0.010000s + User=10.790000s Real=10.972351s Sys=0.010000s ======================== run summary ===================== @@ -1286,13 +1188,6 @@ Run Summary Nb of steps of primary track = 244.09 +- 50.68 Step size = 4.783 nm +- 8.492 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 7 keV /run/beamOn 1000 @@ -1311,7 +1206,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=13.600000s Real=14.337362s Sys=0.000000s + User=14.100000s Real=14.510479s Sys=0.020000s ======================== run summary ===================== @@ -1331,13 +1226,6 @@ Run Summary Nb of steps of primary track = 269.13 +- 56.48 Step size = 5.563 nm +- 9.321 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 8 keV /run/beamOn 1000 @@ -1356,7 +1244,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=15.730000s Real=16.847953s Sys=0.010000s + User=14.450000s Real=14.628458s Sys=0.000000s ======================== run summary ===================== @@ -1376,13 +1264,6 @@ Run Summary Nb of steps of primary track = 297.96 +- 62.40 Step size = 6.250 nm +- 9.969 Ang -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 9 keV /run/beamOn 1000 @@ -1401,7 +1282,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=17.660000s Real=18.913143s Sys=0.000000s + User=16.750000s Real=17.502675s Sys=0.000000s ======================== run summary ===================== @@ -1421,13 +1302,6 @@ Run Summary Nb of steps of primary track = 329.39 +- 62.43 Step size = 6.999 nm +- 1.026 nm -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/energy 10 keV /run/beamOn 1000 @@ -1446,7 +1320,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=19.580000s Real=20.227582s Sys=0.000000s + User=18.590000s Real=19.626809s Sys=0.010000s ======================== run summary ===================== @@ -1466,13 +1340,6 @@ Run Summary Nb of steps of primary track = 358.85 +- 64.76 Step size = 7.717 nm +- 1.069 nm -There are histograms that can be viewed with visualization: - 11 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out index bfe340efbaa..75b70a1b977 100644 --- a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out +++ b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -78,7 +78,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -157,10 +156,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -596,7 +598,5 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/wvalue/.README.txt b/examples/extended/medical/dna/wvalue/.README.txt index 06272d6e184..6bb248a8c6f 100644 --- a/examples/extended/medical/dna/wvalue/.README.txt +++ b/examples/extended/medical/dna/wvalue/.README.txt @@ -26,6 +26,7 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publication: +Med. Phys. 51 (2024) 5873–5889 Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 diff --git a/examples/extended/medical/dna/wvalue/History b/examples/extended/medical/dna/wvalue/History index 811b73b8df9..0addc56420d 100644 --- a/examples/extended/medical/dna/wvalue/History +++ b/examples/extended/medical/dna/wvalue/History @@ -5,6 +5,10 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-10-05 Sebastien Incerti (wvalue-V11-02-01) +- Updated README +- Added auto to plot.C + ## 2024-03-17 Sebastien Incerti (wvalue-V11-02-00) - Cleaned example diff --git a/examples/extended/medical/dna/wvalue/README b/examples/extended/medical/dna/wvalue/README index bd1cdbd8756..61ad0f259f7 100644 --- a/examples/extended/medical/dna/wvalue/README +++ b/examples/extended/medical/dna/wvalue/README @@ -28,6 +28,7 @@ http://geant4-dna.org Any report or published results obtained using the Geant4-DNA software shall cite the following Geant4-DNA collaboration publications: +Med. Phys. 51 (2024) 5873–5889 Med. Phys. 45 (2018) e722-e739 Phys. Med. 31 (2015) 861-874 Med. Phys. 37 (2010) 4692-4708 diff --git a/examples/extended/medical/dna/wvalue/plot.C b/examples/extended/medical/dna/wvalue/plot.C index c8a406a7cbb..59d750bc8f3 100644 --- a/examples/extended/medical/dna/wvalue/plot.C +++ b/examples/extended/medical/dna/wvalue/plot.C @@ -1,5 +1,5 @@ // ********************************************************************* -// To execute this macro under ROOT after your simulation ended, +// To execute this macro under ROOT after your simulation ended, // 1 - launch ROOT (usually type 'root' at your machine's prompt) // 2 - type '.X plot.C' at the ROOT session prompt // 3 - OR type directly 'root plot.C' @@ -11,8 +11,8 @@ gROOT->Reset(); gStyle->SetPalette(1); gROOT->SetStyle("Plain"); gStyle->SetOptStat(000000); - -c1 = new TCanvas ("c1","",60,60,800,800); + +auto c1 = new TCanvas ("c1","",60,60,800,800); c1->Divide(1,1); FILE * fp = fopen("wvalue.txt","r"); @@ -22,7 +22,7 @@ Int_t ncols = 0; Int_t nlines = 0; TNtuple *ntuple = new TNtuple("ntuple","w","E:nbioni:snbioni:w:sw"); -while (1) +while (1) { ncols = fscanf(fp,"%f %f %f %f %f",&E,&nbioni,&snbioni,&w,&sw); if (ncols < 0) break; @@ -30,7 +30,7 @@ while (1) nlines++; } fclose(fp); - + c1->cd(1); gPad->SetLogx(); gPad->SetLogy(); diff --git a/examples/extended/medical/dna/wvalue/wvalue.out b/examples/extended/medical/dna/wvalue/wvalue.out index 29bd246c1b0..0158338489b 100644 --- a/examples/extended/medical/dna/wvalue/wvalue.out +++ b/examples/extended/medical/dna/wvalue/wvalue.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -135,10 +134,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -564,8 +566,6 @@ hIoni: for pi- XStype:3 SubType=2 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 600 MeV deltaVI -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ======================== run summary ===================== @@ -583,13 +583,6 @@ See commands in /vis/modeling/trajectories/ for other options. Nb of steps of primary track = 59.27 +- 58.02 Step size = 1.729 Ang +- 40929.590 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -607,13 +600,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 41.03 +- 40.14 Step size = 1.853 Ang +- 51429.894 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -631,13 +617,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 58.24 +- 69.76 Step size = 1.952 Ang +- 56075.900 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -655,13 +634,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 62.26 +- 60.54 Step size = 2.111 Ang +- 47960.160 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -679,13 +651,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 55.07 +- 52.36 Step size = 2.194 Ang +- 53495.796 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -703,13 +668,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 61.37 +- 58.52 Step size = 2.242 Ang +- 51529.098 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -727,13 +685,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 62.53 +- 54.16 Step size = 2.321 Ang +- 52751.180 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -751,13 +702,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 60.98 +- 52.92 Step size = 2.409 Ang +- 61551.167 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -775,13 +719,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 63.96 +- 56.19 Step size = 2.457 Ang +- 59473.101 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -799,13 +736,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 66.82 +- 55.90 Step size = 2.477 Ang +- 57626.025 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -823,13 +753,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 65.38 +- 52.74 Step size = 2.538 Ang +- 61960.977 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -847,13 +770,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 75.42 +- 55.47 Step size = 3.054 Ang +- 82427.417 fm -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -871,13 +787,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 79.81 +- 58.04 Step size = 3.683 Ang +- 1.115 Ang -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -895,13 +804,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 86.01 +- 55.95 Step size = 4.230 Ang +- 1.308 Ang -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -919,13 +821,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 95.08 +- 60.04 Step size = 4.685 Ang +- 1.506 Ang -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -943,13 +838,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 96.33 +- 59.10 Step size = 5.339 Ang +- 1.775 Ang -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -967,13 +855,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 100.74 +- 62.18 Step size = 5.958 Ang +- 1.852 Ang -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -991,13 +872,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 103.84 +- 59.16 Step size = 6.693 Ang +- 2.154 Ang -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -1015,13 +889,6 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 108.84 +- 57.48 Step size = 7.175 Ang +- 2.317 Ang -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ======================== run summary ===================== @@ -1039,12 +906,5 @@ There are histograms that can be viewed with visualization: Nb of steps of primary track = 113.64 +- 59.81 Step size = 7.830 Ang +- 2.561 Ang -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/electronScattering/electronScattering.out b/examples/extended/medical/electronScattering/electronScattering.out index e43abab969a..d177885077d 100644 --- a/examples/extended/medical/electronScattering/electronScattering.out +++ b/examples/extended/medical/electronScattering/electronScattering.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -149,7 +149,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -220,10 +220,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -394,7 +397,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -694,6 +697,7 @@ Index : 5 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte @@ -710,6 +714,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ------- -------- ------ ------ -------- ---------- ---------- 55.71 0k 2 2 9 0.00 Frame 44.29 0k 1 3 4 0.00 Gas +-------------------------------------------------------------------------------- + ### Run 0 starts. ------- MixMaxRng engine status ------- @@ -734,7 +740,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=4.950000s Real=5.280896s Sys=0.000000s + User=5.100000s Real=5.156717s Sys=0.000000s ======================== run summary ====================== @@ -749,9 +755,9 @@ N=17 V[N]={139564191965863788, 2302776708230382971, 254581900843411369, 22213365 --------------------------------------- G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x1278000 -UserPhysicsList deleted 0x15064b0 -UserActionInitialization deleted 0x154a4e0 +UserDetectorConstruction deleted 0x13f5960 +UserPhysicsList deleted 0x1693f20 +UserActionInitialization deleted 0x16d81b0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/medical/electronScattering2/electronScattering2.out b/examples/extended/medical/electronScattering2/electronScattering2.out index 5ac3c6e59f6..7d9b5b45b65 100644 --- a/examples/extended/medical/electronScattering2/electronScattering2.out +++ b/examples/extended/medical/electronScattering2/electronScattering2.out @@ -15,7 +15,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -194,10 +194,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -316,7 +319,7 @@ eBrem: for e+ XStype:4 SubType=3 eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai -annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 +annihil: for e+ XStype:2 SubType=5 AtRestModel:Simple BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eplus2gg : Emin= 0 eV Emax= 100 TeV @@ -368,7 +371,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -844,4 +847,4 @@ Number of Events Processed:20000 230 0.0092149 0.0036173 10 4 231 0.0030701 0.0007328 4 1 232 0.005447 0.0032813 7 4 -### deleting electronFilter 0x1e37130 +### deleting electronFilter 0x216b240 diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index e67d4d555fc..47936e8bfa4 100644 --- a/examples/extended/medical/fanoCavity/fanoCavity.out +++ b/examples/extended/medical/fanoCavity/fanoCavity.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -154,10 +154,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -297,7 +300,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 4000 - User=8.790000s Real=9.084049s Sys=0.000000s + User=10.450000s Real=10.910351s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index 6c751a53884..8c928be351c 100644 --- a/examples/extended/medical/fanoCavity2/fanoCavity2.out +++ b/examples/extended/medical/fanoCavity2/fanoCavity2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -152,10 +152,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -314,7 +317,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 40000 - User=1.740000s Real=1.807404s Sys=0.000000s + User=2.210000s Real=2.387989s Sys=0.000000s Process calls frequency ---> eIoni= 315000 msc= 275995 Transportation= 22864 diff --git a/examples/extended/medical/radiobiology/History b/examples/extended/medical/radiobiology/History index 6fb3feb7345..f792c928104 100644 --- a/examples/extended/medical/radiobiology/History +++ b/examples/extended/medical/radiobiology/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-08-12 I. Hrivnacova (radiobiology-V11-02-00) +- Updated for changes in accumulables: + use new "Register" method with shorter name + ## 2023-12-01 A. Sciuto (radiobiology-V11-01-02) - Fixed issue with FPE in the RBE.cc file diff --git a/examples/extended/medical/radiobiology/radiobiology.out b/examples/extended/medical/radiobiology/radiobiology.out index 00105419f99..21fcee1e13c 100644 --- a/examples/extended/medical/radiobiology/radiobiology.out +++ b/examples/extended/medical/radiobiology/radiobiology.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,6 +20,9 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** Dose::Initialize() called +Accumulable registered as "Dose" +Accumulable registered as "LET" +Accumulable registered as "RBE" Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -32,7 +35,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -153,10 +155,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -309,7 +314,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -578,7 +583,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -895,7 +900,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -924,8 +929,6 @@ Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. DoseAccumulable::Reset() DoseAccumulable::Initialize(): @@ -961,4 +964,4 @@ RBE: Computing alpha and beta... RBE: Computing survival and RBE... RBE: Alpha and beta written to RadioBio_AlphaAndBeta.out RBE: RBE written to RadioBio_RBE.out -The simulation took: 66.1515 s to run (real time) +The simulation took: 68.8851 s to run (real time) diff --git a/examples/extended/medical/radiobiology/src/RunAction.cc b/examples/extended/medical/radiobiology/src/RunAction.cc index 2aa1ae0c82f..443150736db 100644 --- a/examples/extended/medical/radiobiology/src/RunAction.cc +++ b/examples/extended/medical/radiobiology/src/RunAction.cc @@ -55,9 +55,9 @@ RunAction::RunAction() : G4UserRunAction() // Register accumulables to the manager G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(fDoseAccumulable); - accumulableManager->RegisterAccumulable(fLETAccumulable); - accumulableManager->RegisterAccumulable(fRBEAccumulable); + accumulableManager->Register(fDoseAccumulable); + accumulableManager->Register(fLETAccumulable); + accumulableManager->Register(fRBEAccumulable); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/optical/LXe/LXe.out b/examples/extended/optical/LXe/LXe.out index be30c4607ca..e8272fdcd2a 100644 --- a/examples/extended/optical/LXe/LXe.out +++ b/examples/extended/optical/LXe/LXe.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -146,10 +145,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -301,7 +303,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -844,7 +846,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -869,7 +871,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -906,8 +908,6 @@ Index : 3 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. --> Event 10 starts. @@ -932,7 +932,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 200 - User=9.200000s Real=9.426339s Sys=0.040000s + User=7.820000s Real=7.976987s Sys=0.030000s ======================== run summary ====================== The run was 200 events. @@ -944,13 +944,6 @@ Number of absorbed photons per event : 2912 +- 28.83 Number of photons absorbed at boundary per event: 0 +- 0 Total energy deposition in scintillator per event: 515.9 +- 4.736 keV. -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /vis/enable WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system has been instantiated. Use "/vis/open" or "/vis/sceneHandler/create". @@ -1056,7 +1049,7 @@ Unaccounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 5 - User=0.230000s Real=0.233848s Sys=0.000000s + User=0.190000s Real=0.195360s Sys=0.000000s ======================== run summary ====================== The run was 5 events. @@ -1068,13 +1061,6 @@ Number of absorbed photons per event : 3078 +- 39.43 Number of photons absorbed at boundary per event: 0 +- 0 Total energy deposition in scintillator per event: 532.8 +- 0.2783 keV. -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /tracking/verbose 1 /LXe/forceDrawPhotons true /LXe/detector/MainScintYield 100 @@ -1952,7 +1938,7 @@ Unaccounted for photons in this event : 0 "./currentEvent.rndm" is copied to "./run2evt0.rndm Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.010259s Sys=0.000000s + User=0.010000s Real=0.005001s Sys=0.000000s ======================== run summary ====================== The run was 1 events. @@ -1964,13 +1950,6 @@ Number of absorbed photons per event : 36 +- 0 Number of photons absorbed at boundary per event: 0 +- 0 Total energy deposition in scintillator per event: 511.3 +- 0 keV. -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/optical/LXe/cerenkov.out b/examples/extended/optical/LXe/cerenkov.out index 35b711fa5fd..41b8c9d4dbb 100644 --- a/examples/extended/optical/LXe/cerenkov.out +++ b/examples/extended/optical/LXe/cerenkov.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -174,10 +173,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -329,7 +331,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -872,7 +874,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -897,7 +899,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -934,8 +936,6 @@ Index : 3 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : cerenkov.root - done @@ -959,30 +959,23 @@ WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system Run terminated. Run Summary Number of events processed : 10000 - User=3.390000s Real=3.576429s Sys=0.010000s + User=3.280000s Real=3.411328s Sys=0.000000s ======================== run summary ====================== The run was 10000 events. -Number of hits per event: 13.48 +- 0.09676 -Number of hits per event above threshold: 12.06 +- 0.0829 +Number of hits per event: 13.64 +- 0.09841 +Number of hits per event above threshold: 12.19 +- 0.08379 Number of scintillation photons per event : 0 +- 0 -Number of Cerenkov photons per event: 53.44 +- 0.3439 -Number of absorbed photons per event : 33.46 +- 0.2209 -Number of photons absorbed at boundary per event: 6.502 +- 0.04406 -Total energy deposition in scintillator per event: 6740 +- 40.03 keV. +Number of Cerenkov photons per event: 53.83 +- 0.3463 +Number of absorbed photons per event : 33.65 +- 0.2206 +Number of photons absorbed at boundary per event: 6.54 +- 0.04519 +Total energy deposition in scintillator per event: 6776 +- 40.33 keV. ... write file : cerenkov.root - done ... close file : cerenkov.root - done -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.098 MB +Dynamic pools deleted: 15 / Total memory freed: 0.14 MB ============================================================ diff --git a/examples/extended/optical/LXe/photon.out b/examples/extended/optical/LXe/photon.out index c5c3288248c..4006a34220b 100644 --- a/examples/extended/optical/LXe/photon.out +++ b/examples/extended/optical/LXe/photon.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -126,10 +125,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -281,7 +283,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -824,7 +826,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -849,12 +851,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 @@ -974,12 +974,5 @@ Number of absorbed photons per event : 0.5 +- 0.1581 Number of photons absorbed at boundary per event: 0 +- 0 Total energy deposition in scintillator per event: 0.003535 +- 0.001118 keV. -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/optical/LXe/wls.out b/examples/extended/optical/LXe/wls.out index b960d4bd0c0..6348428f7c8 100644 --- a/examples/extended/optical/LXe/wls.out +++ b/examples/extended/optical/LXe/wls.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -170,10 +169,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -325,7 +327,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -868,7 +870,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -893,7 +895,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -951,6 +953,7 @@ Index : 4 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 4 kByte @@ -967,8 +970,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ------- -------- ------ ------ -------- ---------- ---------- 77.91 3k 9 35 164 0.00 housing_log 22.09 1k 1 15 30 0.00 Slab -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : wls.root - done @@ -987,7 +990,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=33.600000s Real=33.888175s Sys=0.000000s + User=32.500000s Real=33.339571s Sys=0.010000s ======================== run summary ====================== The run was 100 events. @@ -1001,20 +1004,13 @@ Total energy deposition in scintillator per event: 0 +- 0 keV. ... write file : wls.root - done ... close file : wls.root - done -There are histograms that can be viewed with visualization: - 8 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x161bdd0 -UserPhysicsList deleted 0x166a5b0 -UserActionInitialization deleted 0x1802c10 +UserDetectorConstruction deleted 0x20510b0 +UserPhysicsList deleted 0x209ee20 +UserActionInitialization deleted 0x2237b50 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/optical/OpNovice/OpNovice.out b/examples/extended/optical/OpNovice/OpNovice.out index b18144bee47..10b9e3dc4c3 100644 --- a/examples/extended/optical/OpNovice/OpNovice.out +++ b/examples/extended/optical/OpNovice/OpNovice.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -395,10 +395,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -550,7 +553,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -1125,7 +1128,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1150,7 +1153,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -13679,9 +13682,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.943 -0.64 0.127 0.511 0 0 0 Tank initStep - 1 24.9 85.1 34.5 0.182 1.36e-05 95.4 95.4 Tank compt - 2 23.5 81.4 35.5 0.167 0.000537 4.02 99.4 Tank com + 0 0.943 -0.64 0.127 0.511 0 0 0 Tank initS ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ @@ -13695,7 +13696,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 1000 - User=1.720000s Real=1.813910s Sys=0.000000s + User=1.600000s Real=1.618910s Sys=0.000000s ======================== run summary ====================== Primary particle was: e+ with energy 500 keV. diff --git a/examples/extended/optical/OpNovice/opgdml.out b/examples/extended/optical/OpNovice/opgdml.out index 4e6ad8f45df..794e301efb3 100644 --- a/examples/extended/optical/OpNovice/opgdml.out +++ b/examples/extended/optical/OpNovice/opgdml.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -96,10 +96,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -251,7 +254,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -826,7 +829,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -851,7 +854,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -13442,10 +13445,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 10 0.518 0.977 -5.14 0.169 0 0 0.544 Tank_phys initStep - 11 0.496 0.983 -5.14 0.163 0.00622 0.0271 0.571 Tank_phys msc - -********************************************************************************************************* -* G4 + 11 0.496 0 ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ @@ -13459,17 +13459,17 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 1000 - User=1.950000s Real=1.988255s Sys=0.000000s + User=1.740000s Real=1.749206s Sys=0.000000s ======================== run summary ====================== Primary particle was: e+ with energy 500 keV. Number of events: 1000 -Average number of Cerenkov photons created per event: 17 +- 5.29 -Average number of scintillation photons created per event: 75.8 +- 8.69 -Average number of optical Rayleigh interactions per event: 8.7 +- 3.32 -Average number of optical absorption interactions per event: 38.8 +- 6.38 -Average number of optical Mie interactions per event: 0.108 +- 0.338 -Average number of optical boundary interactions per event: 212 +- 30.8 +Average number of Cerenkov photons created per event: 16.9 +- 5.46 +Average number of scintillation photons created per event: 76.1 +- 8.75 +Average number of optical Rayleigh interactions per event: 8.79 +- 3.42 +Average number of optical absorption interactions per event: 38.9 +- 6.42 +Average number of optical Mie interactions per event: 0.106 +- 0.336 +Average number of optical boundary interactions per event: 212 +- 31.5 ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/optical/OpNovice/optPhoton.out b/examples/extended/optical/OpNovice/optPhoton.out index 787e2af54da..220bf29e9a6 100644 --- a/examples/extended/optical/OpNovice/optPhoton.out +++ b/examples/extended/optical/OpNovice/optPhoton.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -386,10 +386,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -541,7 +544,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -1116,7 +1119,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1141,7 +1144,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -1310,7 +1313,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001557s Sys=0.000000s + User=0.000000s Real=0.001330s Sys=0.000000s ======================== run summary ====================== Primary particle was: opticalphoton with energy 3 eV . @@ -1350,7 +1353,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.160000s Real=0.164208s Sys=0.000000s + User=0.140000s Real=0.144441s Sys=0.000000s ======================== run summary ====================== Primary particle was: opticalphoton with energy 3 eV . diff --git a/examples/extended/optical/OpNovice2/OpNovice2.out b/examples/extended/optical/OpNovice2/OpNovice2.out index 23ed1b7fb7a..2d4a3a5056b 100644 --- a/examples/extended/optical/OpNovice2/OpNovice2.out +++ b/examples/extended/optical/OpNovice2/OpNovice2.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -262,10 +261,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -417,7 +419,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -960,7 +962,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -985,7 +987,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -1008,8 +1010,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : opnovice2.root - done @@ -1018,7 +1018,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100000 - User=1.230000s Real=1.293253s Sys=0.000000s + User=1.210000s Real=1.239310s Sys=0.000000s Run Summary --------------------------------- @@ -1067,13 +1067,6 @@ Surface events by process: ... write file : opnovice2.root - done ... close file : opnovice2.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/optical/OpNovice2/boundary.out b/examples/extended/optical/OpNovice2/boundary.out index cd266dcf3e8..69f6f7b65b3 100644 --- a/examples/extended/optical/OpNovice2/boundary.out +++ b/examples/extended/optical/OpNovice2/boundary.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -341,10 +340,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -496,7 +498,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -1039,7 +1041,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1064,7 +1066,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -1087,8 +1089,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : unified.root - done @@ -1097,7 +1097,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.090000s Real=0.100543s Sys=0.000000s + User=0.080000s Real=0.076944s Sys=0.000000s Run Summary --------------------------------- @@ -1148,13 +1148,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. # restore default #/opnovice2/surfaceSigmaAlpha 0.0 # @@ -1190,7 +1183,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.091226s Sys=0.000000s + User=0.070000s Real=0.080090s Sys=0.000000s Run Summary --------------------------------- @@ -1238,13 +1231,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.01 The MPT for the surface is now: 0: RINDEX @@ -1301,7 +1287,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.086045s Sys=0.000000s + User=0.060000s Real=0.062812s Sys=0.000000s Run Summary --------------------------------- @@ -1349,13 +1335,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. # restore default /opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.0 The MPT for the surface is now: @@ -1418,7 +1397,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.095099s Sys=0.000000s + User=0.060000s Real=0.067119s Sys=0.000000s Run Summary --------------------------------- @@ -1465,13 +1444,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish groundfrontpainted /run/geometryModified /run/initialize @@ -1502,7 +1474,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.110000s Real=0.119715s Sys=0.000000s + User=0.070000s Real=0.068694s Sys=0.000000s Run Summary --------------------------------- @@ -1549,13 +1521,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish polishedbackpainted /run/geometryModified /run/initialize @@ -1586,7 +1551,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.130000s Real=0.143102s Sys=0.000000s + User=0.140000s Real=0.155099s Sys=0.000000s Run Summary --------------------------------- @@ -1636,13 +1601,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish groundbackpainted /run/geometryModified /run/initialize @@ -1673,7 +1631,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.150000s Real=0.215903s Sys=0.000000s + User=0.120000s Real=0.125190s Sys=0.000000s Run Summary --------------------------------- @@ -1723,13 +1681,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. # #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dielectric_metal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # @@ -1765,7 +1716,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.077549s Sys=0.000000s + User=0.070000s Real=0.080964s Sys=0.000000s Run Summary --------------------------------- @@ -1812,13 +1763,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish ground /run/geometryModified /run/initialize @@ -1849,7 +1793,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.079198s Sys=0.000000s + User=0.070000s Real=0.073759s Sys=0.000000s Run Summary --------------------------------- @@ -1899,13 +1843,6 @@ Surface events by process: ... write file : unified.root - done ... close file : unified.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ############################################################################### ################################# GLISUR ###################################### ############################################################################### @@ -1947,7 +1884,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.068666s Sys=0.000000s + User=0.060000s Real=0.063688s Sys=0.000000s Run Summary --------------------------------- @@ -1995,13 +1932,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.01 The MPT for the surface is now: 0: RINDEX @@ -2058,7 +1988,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.069725s Sys=0.000000s + User=0.060000s Real=0.063265s Sys=0.000000s Run Summary --------------------------------- @@ -2106,13 +2036,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.0 The MPT for the surface is now: 0: RINDEX @@ -2177,7 +2100,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.081052s Sys=0.000000s + User=0.060000s Real=0.068367s Sys=0.000000s Run Summary --------------------------------- @@ -2226,13 +2149,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. # restore default /opnovice2/surfacePolish 1.0 /run/geometryModified @@ -2270,7 +2186,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.078783s Sys=0.000000s + User=0.070000s Real=0.066270s Sys=0.000000s Run Summary --------------------------------- @@ -2317,13 +2233,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish polishedbackpainted /run/geometryModified /run/initialize @@ -2354,7 +2263,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.118704s Sys=0.000000s + User=0.080000s Real=0.168063s Sys=0.000000s Run Summary --------------------------------- @@ -2402,13 +2311,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish groundfrontpainted /run/geometryModified /run/initialize @@ -2439,7 +2341,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.078584s Sys=0.000000s + User=0.060000s Real=0.067629s Sys=0.000000s Run Summary --------------------------------- @@ -2486,13 +2388,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish groundbackpainted /run/geometryModified /opnovice2/surfacePolish 0.2 @@ -2537,7 +2432,7 @@ Boundary scattering may be incorrect. Run terminated. Run Summary Number of events processed : 10000 - User=0.090000s Real=0.098817s Sys=0.000000s + User=0.080000s Real=0.087304s Sys=0.000000s Run Summary --------------------------------- @@ -2585,13 +2480,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfacePolish 1.0 /run/geometryModified Surface polish set to: 1 @@ -2630,7 +2518,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.102488s Sys=0.000000s + User=0.070000s Real=0.071562s Sys=0.000000s Run Summary --------------------------------- @@ -2677,13 +2565,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish ground /run/geometryModified /run/initialize @@ -2717,7 +2598,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.098085s Sys=0.000000s + User=0.070000s Real=0.073323s Sys=0.000000s Run Summary --------------------------------- @@ -2764,13 +2645,6 @@ Surface events by process: ... write file : glisur.root - done ... close file : glisur.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfacePolish 1.0 /run/geometryModified Surface polish set to: 1 @@ -2816,7 +2690,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.082132s Sys=0.000000s + User=0.080000s Real=0.079844s Sys=0.000000s Run Summary --------------------------------- @@ -2862,13 +2736,6 @@ Surface events by process: ... write file : davis_roughTeflon.root - done ... close file : davis_roughTeflon.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /opnovice2/surfaceFinish Detector_LUT G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/Detector_LUT.z successfully read in. LUT DAVIS - data file: Detector_LUT.z read in! @@ -2903,7 +2770,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.052150s Sys=0.000000s + User=0.040000s Real=0.047035s Sys=0.000000s Run Summary --------------------------------- @@ -2949,13 +2816,6 @@ Surface events by process: ... write file : davis_detector.root - done ... close file : davis_detector.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ############################################################################### ################################# LUT (LBNL) ################################## ############################################################################### @@ -2995,7 +2855,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.030000s Real=0.042565s Sys=0.000000s + User=0.020000s Real=0.022318s Sys=0.000000s Run Summary --------------------------------- @@ -3042,13 +2902,6 @@ Surface events by process: ... write file : lbnl_polishedLumirrorAir.root - done ... close file : lbnl_polishedLumirrorAir.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/optical/OpNovice2/coated.out b/examples/extended/optical/OpNovice2/coated.out index 3f4c23a6988..6c57647f964 100644 --- a/examples/extended/optical/OpNovice2/coated.out +++ b/examples/extended/optical/OpNovice2/coated.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -234,10 +233,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -389,7 +391,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -932,7 +934,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -957,7 +959,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -980,8 +982,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : coated_0.root - done @@ -995,7 +995,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 500000 - User=3.520000s Real=3.638717s Sys=0.000000s + User=3.740000s Real=3.773244s Sys=0.000000s Run Summary --------------------------------- @@ -1037,13 +1037,6 @@ Fresnel transmission goes to 0 at: -1 +/- 0.5 deg. Expected: 45.5847 deg. ... write file : coated_0.root - done ... close file : coated_0.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /analysis/setFileName coated_90 /opnovice2/gun/optPhotonPolar 90. deg /run/beamOn 500000 @@ -1078,7 +1071,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 500000 - User=3.450000s Real=3.726870s Sys=0.000000s + User=3.010000s Real=3.042591s Sys=0.000000s Run Summary --------------------------------- @@ -1119,13 +1112,6 @@ Fresnel transmission goes to 0 at: -1 +/- 0.5 deg. Expected: 45.5847 deg. ... write file : coated_90.root - done ... close file : coated_90.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/optical/OpNovice2/complexRindex.out b/examples/extended/optical/OpNovice2/complexRindex.out index 60fbbec9d33..8daf3beb921 100644 --- a/examples/extended/optical/OpNovice2/complexRindex.out +++ b/examples/extended/optical/OpNovice2/complexRindex.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -242,10 +241,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -397,7 +399,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -940,7 +942,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -965,12 +967,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : complexRindex_0.root - done @@ -1017,13 +1017,6 @@ Surface events by process: ... write file : complexRindex_0.root - done ... close file : complexRindex_0.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /analysis/setFileName complexRindex_90 /opnovice2/gun/optPhotonPolar 90. deg /run/beamOn 500000 @@ -1072,12 +1065,5 @@ Surface events by process: ... write file : complexRindex_90.root - done ... close file : complexRindex_90.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/optical/OpNovice2/electron.out b/examples/extended/optical/OpNovice2/electron.out index 463452d4f27..4a46aaa34c1 100644 --- a/examples/extended/optical/OpNovice2/electron.out +++ b/examples/extended/optical/OpNovice2/electron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -817,10 +816,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -972,7 +974,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -1515,7 +1517,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1540,7 +1542,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -1563,8 +1565,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : electron.root - done @@ -1574,7 +1574,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=2.450000s Real=2.630708s Sys=0.000000s + User=2.230000s Real=2.257113s Sys=0.000000s Run Summary --------------------------------- @@ -1624,13 +1624,6 @@ Surface events by process: ... write file : electron.root - done ... close file : electron.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/optical/OpNovice2/fresnel.out b/examples/extended/optical/OpNovice2/fresnel.out index 8a50253997d..58727c5c98b 100644 --- a/examples/extended/optical/OpNovice2/fresnel.out +++ b/examples/extended/optical/OpNovice2/fresnel.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -217,10 +216,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -372,7 +374,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -915,7 +917,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -940,7 +942,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -963,8 +965,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : fresnel_0.root - done @@ -978,7 +978,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 500000 - User=4.640000s Real=4.827844s Sys=0.000000s + User=3.600000s Real=3.624311s Sys=0.000000s Run Summary --------------------------------- @@ -1021,13 +1021,6 @@ Fresnel transmission goes to 0 at: 45.5 +/- 0.5 deg. Expected: 45.9605 deg. ... write file : fresnel_0.root - done ... close file : fresnel_0.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /analysis/setFileName fresnel_90 /opnovice2/gun/optPhotonPolar 90. deg /run/beamOn 500000 @@ -1062,7 +1055,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 500000 - User=4.520000s Real=4.648806s Sys=0.000000s + User=3.650000s Real=3.731697s Sys=0.000000s Run Summary --------------------------------- @@ -1104,13 +1097,6 @@ Fresnel transmission goes to 0 at: 45.5 +/- 0.5 deg. Expected: 45.9605 deg. ... write file : fresnel_90.root - done ... close file : fresnel_90.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/optical/OpNovice2/scint_by_particle.out b/examples/extended/optical/OpNovice2/scint_by_particle.out index fc6e35d6b38..7f5e0035eed 100644 --- a/examples/extended/optical/OpNovice2/scint_by_particle.out +++ b/examples/extended/optical/OpNovice2/scint_by_particle.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -1855,10 +1854,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -2018,7 +2020,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -2561,7 +2563,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -2586,7 +2588,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -2609,8 +2611,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : scint_by_particle_e.root - done @@ -2619,7 +2619,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=11.470000s Real=11.750729s Sys=0.010000s + User=10.420000s Real=10.595347s Sys=0.020000s Run Summary --------------------------------- @@ -2659,13 +2659,6 @@ Surface events by process: ... write file : scint_by_particle_e.root - done ... close file : scint_by_particle_e.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/particle proton /analysis/setFileName scint_by_particle_p /run/beamOn 100 @@ -2695,7 +2688,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.170000s Real=0.175007s Sys=0.000000s + User=0.150000s Real=0.167543s Sys=0.000000s Run Summary --------------------------------- @@ -2735,13 +2728,6 @@ Surface events by process: ... write file : scint_by_particle_p.root - done ... close file : scint_by_particle_p.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/particle alpha /analysis/setFileName scint_by_particle_a /run/beamOn 100 @@ -2771,7 +2757,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.720000s Real=1.736375s Sys=0.000000s + User=1.650000s Real=1.678754s Sys=0.000000s Run Summary --------------------------------- @@ -2811,13 +2797,6 @@ Surface events by process: ... write file : scint_by_particle_a.root - done ... close file : scint_by_particle_a.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/particle deuteron /analysis/setFileName scint_by_particle_d /run/beamOn 100 @@ -2847,7 +2826,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.180000s Real=0.182197s Sys=0.000000s + User=0.170000s Real=0.171761s Sys=0.000000s Run Summary --------------------------------- @@ -2887,13 +2866,6 @@ Surface events by process: ... write file : scint_by_particle_d.root - done ... close file : scint_by_particle_d.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. /gun/particle ion /analysis/setFileName scint_by_particle_i /gun/ion 6 12 6 @@ -2924,7 +2896,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.190000s Real=0.192608s Sys=0.000000s + User=0.170000s Real=0.177123s Sys=0.000000s Run Summary --------------------------------- @@ -2964,13 +2936,6 @@ Surface events by process: ... write file : scint_by_particle_i.root - done ... close file : scint_by_particle_i.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/optical/OpNovice2/wls.out b/examples/extended/optical/OpNovice2/wls.out index 3f4009371fb..f12bb9d1769 100644 --- a/examples/extended/optical/OpNovice2/wls.out +++ b/examples/extended/optical/OpNovice2/wls.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -513,10 +512,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -668,7 +670,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -1211,7 +1213,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -1236,7 +1238,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -1259,8 +1261,6 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : wls.root - done @@ -1279,7 +1279,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.570000s Real=0.567665s Sys=0.000000s + User=0.530000s Real=0.525191s Sys=0.000000s Run Summary --------------------------------- @@ -1323,13 +1323,6 @@ Surface events by process: ... write file : wls.root - done ... close file : wls.root - done -There are histograms that can be viewed with visualization: - 27 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/optical/wls/electron.out b/examples/extended/optical/wls/electron.out index 09cb21b91b7..f07f513a5b8 100644 --- a/examples/extended/optical/wls/electron.out +++ b/examples/extended/optical/wls/electron.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -35,7 +35,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -225,10 +224,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -380,7 +382,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -923,7 +925,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -948,7 +950,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -1006,8 +1008,6 @@ Index : 6 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ... set ntuple merging row mode : row-wise - done ... create file : wls.root - done @@ -1237,80 +1237,85 @@ Arrival time: 6.85676 ns Arrival position: (-376.984 um , 26.4758 um ) Exit posi Arrival time: 8.98602 ns Arrival position: (-114.31 um , 276.136 um ) Exit position: (-110.067 um , 249.817 um ) Energy: 2.47931 eV --> Event 8 starts. --------->Hits Collection: in this event there are 36 hits in the photon detector: +-------->Hits Collection: in this event there are 34 hits in the photon detector: Arrival time: 6.09312 ns Arrival position: (85.9495 um , -12.4946 um ) Exit position: (91.3889 um , 64.0684 um ) Energy: 2.781 eV Arrival time: 6.31999 ns Arrival position: (-17.025 um , 93.6494 um ) Exit position: (-148.324 um , 121.012 um ) Energy: 2.60552 eV -Arrival time: 12.0888 ns Arrival position: (-116.346 um , -176.71 um ) Exit position: (-215.416 um , -298.206 um ) Energy: 2.76862 eV -Arrival time: 14.1832 ns Arrival position: ( 360.73 um , 263.65 um ) Exit position: (277.395 um , 230.807 um ) Energy: 2.58181 eV -Arrival time: 7.29751 ns Arrival position: (189.548 um , 26.8723 um ) Exit position: (204.586 um , 561.421 nm ) Energy: 2.87855 eV -Arrival time: 7.07867 ns Arrival position: (-148.266 um , 73.7934 um ) Exit position: (-121.566 um , 104.557 um ) Energy: 2.50277 eV -Arrival time: 7.91557 ns Arrival position: ( 281.86 um , -314.39 um ) Exit position: (260.576 um , -297.416 um ) Energy: 2.83181 eV -Arrival time: 20.1902 ns Arrival position: (-195.524 um , -273.505 um ) Exit position: (-238.306 um , -184.588 um ) Energy: 2.75686 eV -Arrival time: 10.6248 ns Arrival position: (89.4068 um , 37.1323 um ) Exit position: ( 123.57 um , -24.8238 um ) Energy: 2.70592 eV -Arrival time: 9.97828 ns Arrival position: ( 338.35 um , 73.9917 um ) Exit position: (353.083 um , 58.8047 um ) Energy: 2.30025 eV -Arrival time: 7.90636 ns Arrival position: (201.784 um , 147.175 um ) Exit position: (220.427 um , 126.728 um ) Energy: 2.81054 eV -Arrival time: 7.82307 ns Arrival position: (104.825 um , -144.215 um ) Exit position: (52.7888 um , -180.587 um ) Energy: 2.37782 eV -Arrival time: 20.123 ns Arrival position: (77.5123 um , -19.7292 um ) Exit position: (29.4884 um , -99.9731 um ) Energy: 2.89277 eV -Arrival time: 16.718 ns Arrival position: (-254.584 um , 46.2996 um ) Exit position: (-310.304 um , -29.0922 um ) Energy: 2.51497 eV -Arrival time: 13.1732 ns Arrival position: (-14.8608 um , -521.324 um ) Exit position: (-73.1146 um , -483.955 um ) Energy: 2.75918 eV -Arrival time: 17.7202 ns Arrival position: (173.499 um , 83.1947 um ) Exit position: ( 114.89 um , 217.527 um ) Energy: 2.61517 eV -Arrival time: 31.3736 ns Arrival position: (153.526 um , -94.8668 um ) Exit position: (201.612 um , -5.81979 um ) Energy: 2.57422 eV -Arrival time: 10.4506 ns Arrival position: (101.315 um , 284 um ) Exit position: (126.927 um , 169.398 um ) Energy: 2.2735 eV -Arrival time: 8.64427 ns Arrival position: (97.3132 um , -147.023 um ) Exit position: (34.8955 um , -209.941 um ) Energy: 2.804 eV -Arrival time: 15.6618 ns Arrival position: (248.429 um , -488.006 um ) Exit position: (181.599 um , -423.333 um ) Energy: 2.32852 eV -Arrival time: 23.7514 ns Arrival position: (250.875 um , -221.642 um ) Exit position: (372.487 um , -178.542 um ) Energy: 2.65577 eV -Arrival time: 18.9748 ns Arrival position: (142.224 um , -139.268 um ) Exit position: ( 157.45 um , -82.4565 um ) Energy: 2.66613 eV -Arrival time: 12.5835 ns Arrival position: (-226.979 um , 9.75221 um ) Exit position: (-244.928 um , -106.287 um ) Energy: 2.88788 eV -Arrival time: 22.6987 ns Arrival position: (374.581 um , -105.195 um ) Exit position: ( 301.29 um , -95.7413 um ) Energy: 2.62803 eV -Arrival time: 6.45002 ns Arrival position: (-134.549 um , 211.281 um ) Exit position: (-259.429 um , 217.269 um ) Energy: 2.51042 eV -Arrival time: 14.061 ns Arrival position: (-174.891 um , -307.339 um ) Exit position: (-254.019 um , -318.981 um ) Energy: 2.54078 eV -Arrival time: 6.71382 ns Arrival position: (237.771 um , -278.768 um ) Exit position: (308.816 um , -274.417 um ) Energy: 2.78483 eV -Arrival time: 19.0568 ns Arrival position: (-420.759 um , 28.0658 um ) Exit position: (-376.064 um , 59.8534 um ) Energy: 2.77003 eV -Arrival time: 10.4992 ns Arrival position: (57.8473 um , 293.444 um ) Exit position: (-12.0707 um , 432.479 um ) Energy: 2.82489 eV -Arrival time: 15.8967 ns Arrival position: (-17.7886 um , -510.491 um ) Exit position: (100.394 um , -465.238 um ) Energy: 2.18306 eV -Arrival time: 33.3326 ns Arrival position: (-31.0175 um , -266.883 um ) Exit position: (-62.4916 um , -353.06 um ) Energy: 2.39482 eV -Arrival time: 13.2114 ns Arrival position: (72.3089 um , 426.517 um ) Exit position: (10.9934 um , 493.648 um ) Energy: 2.86136 eV -Arrival time: 6.01966 ns Arrival position: (-67.9656 um , -262.333 um ) Exit position: (162.173 nm , -253.165 um ) Energy: 2.31626 eV -Arrival time: 9.67212 ns Arrival position: (228.414 um , -550.118 um ) Exit position: (110.879 um , -479.781 um ) Energy: 2.5479 eV -Arrival time: 23.9087 ns Arrival position: (70.2678 um , -204.692 um ) Exit position: (89.4818 um , -117.566 um ) Energy: 2.66689 eV -Arrival time: 11.5785 ns Arrival position: (-495.534 um , -272.213 um ) Exit position: (-377.518 um , 77.1105 um ) Energy: 2.81459 eV +Arrival time: 18.3034 ns Arrival position: (-186.958 um , 36.1635 um ) Exit position: (-189.888 um , 128.048 um ) Energy: 2.44225 eV +Arrival time: 11.7154 ns Arrival position: ( 67.14 um , -108.824 um ) Exit position: (-9.65532 um , -27.5906 um ) Energy: 2.49514 eV +Arrival time: 15.608 ns Arrival position: (-102.839 um , -377.828 um ) Exit position: (-7.61688 um , -389.58 um ) Energy: 2.30362 eV +Arrival time: 10.614 ns Arrival position: (-92.6746 um , 288.942 um ) Exit position: (-40.2478 um , 246.465 um ) Energy: 2.73516 eV +Arrival time: 22.4449 ns Arrival position: (-86.662 um , -334.155 um ) Exit position: (-106.975 um , -465.067 um ) Energy: 2.51057 eV +Arrival time: 11.393 ns Arrival position: (105.934 um , -286.215 um ) Exit position: (154.573 um , -436.812 um ) Energy: 2.68595 eV +Arrival time: 13.6993 ns Arrival position: (267.678 um , -382.624 um ) Exit position: (247.234 um , -360.55 um ) Energy: 2.71185 eV +Arrival time: 29.0386 ns Arrival position: (170.519 um , -241.627 um ) Exit position: (265.343 um , -283.324 um ) Energy: 2.65841 eV +Arrival time: 24.1155 ns Arrival position: (-264.168 um , 101.678 um ) Exit position: ( -341.9 um , 42.1973 um ) Energy: 2.69708 eV +Arrival time: 11.6429 ns Arrival position: (234.118 um , -16.5257 um ) Exit position: (161.422 um , -143.671 um ) Energy: 2.30547 eV +Arrival time: 19.3962 ns Arrival position: (157.385 um , 97.4306 um ) Exit position: (285.971 um , 119.398 um ) Energy: 2.75044 eV +Arrival time: 8.00372 ns Arrival position: (-18.0241 um , -86.9482 um ) Exit position: (-46.1662 um , -139.185 um ) Energy: 2.84318 eV +Arrival time: 9.28529 ns Arrival position: (-150.247 um , -204.279 um ) Exit position: (-191.471 um , -287.317 um ) Energy: 2.55788 eV +Arrival time: 12.5456 ns Arrival position: (269.853 um , 276.635 um ) Exit position: (136.409 um , 239.229 um ) Energy: 2.64111 eV +Arrival time: 8.58583 ns Arrival position: (-454.324 um , -67.7509 um ) Exit position: (-350.294 um , -143.435 um ) Energy: 2.76822 eV +Arrival time: 7.9549 ns Arrival position: (-12.4575 um , -447.619 um ) Exit position: (-3.05421 um , -357.992 um ) Energy: 2.28128 eV +Arrival time: 7.25433 ns Arrival position: (-35.2695 um , -451.938 um ) Exit position: (-35.2863 um , -499.41 um ) Energy: 2.68042 eV +Arrival time: 10.7193 ns Arrival position: (-81.8698 um , -267.769 um ) Exit position: (-11.0361 um , -356.299 um ) Energy: 2.82909 eV +Arrival time: 13.8312 ns Arrival position: (244.095 um , -316.872 um ) Exit position: (216.185 um , -359.532 um ) Energy: 2.78367 eV +Arrival time: 12.4093 ns Arrival position: (246.728 um , -199.41 um ) Exit position: (246.339 um , -137.539 um ) Energy: 2.44909 eV +Arrival time: 11.2698 ns Arrival position: (318.444 um , -123.049 um ) Exit position: (255.552 um , -16.0674 um ) Energy: 2.51424 eV +Arrival time: 19.4486 ns Arrival position: (208.599 um , 310.706 um ) Exit position: (110.049 um , 410.357 um ) Energy: 2.83748 eV +Arrival time: 11.9785 ns Arrival position: (103.482 um , -59.4118 um ) Exit position: (60.9248 um , -119.516 um ) Energy: 2.27741 eV +Arrival time: 22.484 ns Arrival position: (-313.173 um , -13.249 um ) Exit position: (-351.681 um , 57.1861 um ) Energy: 2.47221 eV +Arrival time: 8.03614 ns Arrival position: (26.6363 um , 162.458 um ) Exit position: (-30.4136 um , 72.8312 um ) Energy: 2.41338 eV +Arrival time: 7.66311 ns Arrival position: (119.644 um , 155.47 um ) Exit position: (144.991 um , 78.6213 um ) Energy: 2.65622 eV +Arrival time: 17.4493 ns Arrival position: ( 92.59 um , -573.354 um ) Exit position: (4.86083 um , -444.102 um ) Energy: 2.90045 eV +Arrival time: 11.9403 ns Arrival position: (-31.8725 um , -369.977 um ) Exit position: (-41.9586 um , -367.234 um ) Energy: 2.45656 eV +Arrival time: 8.35722 ns Arrival position: (-90.2212 um , 555.896 um ) Exit position: (103.084 um , 440.507 um ) Energy: 2.40191 eV +Arrival time: 41.6437 ns Arrival position: (-472.999 um , -99.9219 um ) Exit position: (-465.409 um , -101.34 um ) Energy: 2.53666 eV +Arrival time: 8.48534 ns Arrival position: (-29.5619 um , -16.8261 um ) Exit position: (-1.4461 um , 16.2227 um ) Energy: 2.66882 eV +Arrival time: 20.7456 ns Arrival position: (-463.283 um , -111.727 um ) Exit position: (-334.732 um , -160.4 um ) Energy: 2.5158 eV --> Event 9 starts. --------->Hits Collection: in this event there are 1 hits in the photon detector: -Arrival time: 6.66111 ns Arrival position: (-282.731 um , -524.081 um ) Exit position: (-336.966 um , -67.3087 um ) Energy: 2.55333 eV +-------->Hits Collection: in this event there are 15 hits in the photon detector: +Arrival time: 11.0569 ns Arrival position: (167.067 um , -232.929 um ) Exit position: (188.346 um , -283.67 um ) Energy: 2.58407 eV +Arrival time: 17.0776 ns Arrival position: (-74.0486 um , 26.1162 um ) Exit position: (-41.1253 um , -42.469 um ) Energy: 2.57635 eV +Arrival time: 10.4652 ns Arrival position: (-677.732 nm , -391.392 um ) Exit position: (92.7016 um , -342.738 um ) Energy: 2.40911 eV +Arrival time: 6.16444 ns Arrival position: (116.292 um , 419.257 um ) Exit position: (105.072 um , 388.93 um ) Energy: 2.18943 eV +Arrival time: 27.519 ns Arrival position: (-409.202 um , 231.174 um ) Exit position: (-356.139 um , 227.728 um ) Energy: 2.56646 eV +Arrival time: 6.49346 ns Arrival position: (-348.344 um , 333.599 um ) Exit position: (-259.515 um , 315.779 um ) Energy: 2.70572 eV +Arrival time: 13.3837 ns Arrival position: (-81.6856 um , 68.8633 um ) Exit position: (-172.382 um , 130.925 um ) Energy: 2.8675 eV +Arrival time: 8.59687 ns Arrival position: (-307.542 um , -37.073 um ) Exit position: (-378.867 um , 26.9189 um ) Energy: 2.60645 eV +Arrival time: 29.2549 ns Arrival position: (-396.035 um , -26.1073 um ) Exit position: (-287.55 um , -11.5339 um ) Energy: 2.88488 eV +Arrival time: 11.3346 ns Arrival position: (-202.757 um , -1.04738 um ) Exit position: (-77.3304 um , -29.1786 um ) Energy: 2.7521 eV +Arrival time: 18.2138 ns Arrival position: (160.961 um , -352.923 um ) Exit position: (88.2209 um , -300.196 um ) Energy: 2.51946 eV +Arrival time: 8.05786 ns Arrival position: (19.7678 um , -63.8176 um ) Exit position: (164.094 um , -83.0461 um ) Energy: 2.56356 eV +Arrival time: 11.9025 ns Arrival position: (-283.813 um , 447.258 um ) Exit position: (-210.797 um , 376.598 um ) Energy: 2.52746 eV +Arrival time: 14.2209 ns Arrival position: ( 171.12 um , -444.825 um ) Exit position: (149.662 um , -332.044 um ) Energy: 2.3579 eV +Arrival time: 28.6004 ns Arrival position: (272.367 um , -35.8856 um ) Exit position: ( 239.23 um , -39.6425 um ) Energy: 2.95542 eV Run terminated. Run Summary Number of events processed : 10 - User=26.910000s Real=27.216277s Sys=0.000000s + User=26.840000s Real=27.666142s Sys=0.000000s ----> print histograms statistics for the entire run - Mean number of photons detected/event: 23.5 rms = 27.6884 + Mean number of photons detected/event: 24.7 rms = 26.7808 ... write file : wls.root - done ... close file : wls.root - done ======================== run summary ===================== Average number per event: - TIR: 2.7e+05 +- 3e+05 - Exiting: 6.07e+05 +- 6.77e+05 - Escaped Mid: 518 +- 590 - Escaped End: 23.9 +- 27.8 - Bounced: 2.22e+04 +- 2.43e+04 + TIR: 2.85e+05 +- 2.87e+05 + Exiting: 6.42e+05 +- 6.58e+05 + Escaped Mid: 563 +- 573 + Escaped End: 25.1 +- 26.8 + Bounced: 2.39e+04 +- 2.37e+04 WLS Bounce: 0 +- 0 - Clad1 Bounce: 1.49e+04 +- 1.62e+04 + Clad1 Bounce: 1.6e+04 +- 1.59e+04 Clad2 Bounce: 0 +- 0 - Reflected: 3.24e+04 +- 3.89e+04 - Escaped: 0.4 +- 0.8 - Mirror: 28.1 +- 33.1 - Detector hit: 23.5 +- 27.7 - -There are histograms that can be viewed with visualization: - 3 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. + Reflected: 3.52e+04 +- 3.78e+04 + Escaped: 0.4 +- 0.663 + Mirror: 32.6 +- 33.2 + Detector hit: 24.7 +- 26.8 + Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== diff --git a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out index 38d39871e8a..0a6f917bbe4 100644 --- a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out +++ b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,7 +41,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -127,10 +126,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model AllisonPositronium +Enable 3 gamma annihilation on fly 1 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -283,7 +285,7 @@ ePairProd: for e+ XStype:1 SubType=4 annihil: for e+ XStype:2 SubType=5 AtRestModel:Allison BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2ggOKVI : Emin= 0 eV Emax= 100 TeV + eplusTo2or3gamma : Emin= 0 eV Emax= 100 TeV CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 @@ -552,7 +554,7 @@ CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@ -845,7 +847,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -900,8 +902,6 @@ Index : 2 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ++ Target_MFD/EnergyDeposit id 0 ++ Target_MFD/NumberOfSteps id 1 ### Run 0 starts. @@ -915,773 +915,773 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=59.810000s Real=68.979597s Sys=1.690000s + User=23.050000s Real=25.616935s Sys=1.000000s ###### EndOfTSRunAction ###### ============================================================ opened file mfd_tl_EnergyDeposit.out for output ============================================================ - 0 67.076411 keV - 1 341.573662 keV - 2 541.347801 keV - 3 75.728885 keV - 4 35.112706 keV - 5 488.820675 keV - 6 149.050513 keV - 7 722.397851 keV - 8 364.339475 keV - 9 25.743986 keV - 10 110.228772 keV - 11 43.438309 keV - 12 163.010989 keV - 13 17.602172 keV - 14 195.314200 keV - 15 54.628705 keV - 16 566.401364 keV - 17 527.663837 keV - 18 117.759007 keV - 19 0.003011 keV - 21 319.130990 keV - 22 597.486665 keV - 23 2.903196 keV - 24 29.724607 keV - 25 196.115496 keV - 26 1080.708722 keV - 27 512.551015 keV - 28 993.576441 keV - 29 561.042724 keV - 30 718.243670 keV - 31 4047.926026 keV - 32 5856.581428 keV - 33 9108.849160 keV - 34 796.092655 keV - 35 187.365750 keV - 36 6694.182222 keV - 37 2035.529650 keV - 38 14561.062683 keV - 39 623.216512 keV - 40 415.734048 keV - 41 11596.050772 keV - 42 11967.336485 keV - 43 4125.949292 keV - 44 92.207262 keV - 45 164.057694 keV - 46 369.902439 keV - 47 1441.155422 keV - 48 294.468128 keV - 49 273.176514 keV - 50 1775.777723 keV - 51 2384.105987 keV - 52 2054.538704 keV - 53 2878.520547 keV - 54 1923.099608 keV - 55 3111.533650 keV - 56 29195.708660 keV - 57 55955.828553 keV - 58 59677.477226 keV - 59 4538.584278 keV - 60 2764.617612 keV - 61 54708.643100 keV - 62 55095.256854 keV - 63 44954.332745 keV - 64 4157.146635 keV - 65 1960.253050 keV - 66 33489.782202 keV - 67 55017.943899 keV - 68 66765.856450 keV - 69 4507.898712 keV - 70 2889.127485 keV - 71 2992.599852 keV - 72 4690.146064 keV - 73 4900.885645 keV - 74 1706.146332 keV - 75 13788.964344 keV - 76 17921.496669 keV - 77 15406.695086 keV - 78 14719.850202 keV - 79 9445.934199 keV - 80 20054.231925 keV - 81 313395.960131 keV - 82 253077.828211 keV - 83 293640.197749 keV - 84 19592.293096 keV - 85 16957.801201 keV - 86 294190.821748 keV - 87 317266.735994 keV - 88 274553.862605 keV - 89 13587.656035 keV - 90 16686.901853 keV - 91 276401.511491 keV - 92 272738.986649 keV - 93 303049.799745 keV - 94 15226.336598 keV - 95 8898.206585 keV - 96 13890.434399 keV - 97 21645.714727 keV - 98 17655.031937 keV - 99 12654.868937 keV - 100 292333.434074 keV - 101 315482.560820 keV - 102 313657.592214 keV - 103 315166.526825 keV - 104 295517.723324 keV - 105 323351.229112 keV - 106 382426.074401 keV - 107 379627.669892 keV - 108 359578.920155 keV - 109 338357.327495 keV - 110 333261.176832 keV - 111 373396.598936 keV - 112 361127.704465 keV - 113 347572.631891 keV - 114 340356.808993 keV - 115 330116.329390 keV - 116 355265.042902 keV - 117 347837.494284 keV - 118 328250.836554 keV - 119 322224.846845 keV - 120 307814.258054 keV - 121 310809.191326 keV - 122 322057.254405 keV - 123 339865.900445 keV - 124 309725.794153 keV - 0 67.0764 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV - 1 341.574 [sigma: 99.3871 | error: 0.650625 | coeff: 0.650625 | eff: 1 | fom: 0.0387265 | r2int: 0.33865 | r2eff: 0 | hits: 5 ] keV - 2 541.348 [sigma: 203.731 | error: 0.841523 | coeff: 0.841523 | eff: 1 | fom: 0.0231493 | r2int: 0.566529 | r2eff: 0 | hits: 5 ] keV - 3 75.7289 [sigma: 29.3503 | error: 0.775142 | coeff: 0.775142 | eff: 1 | fom: 0.027284 | r2int: 0.450634 | r2eff: 0 | hits: 4 ] keV - 4 35.1127 [sigma: 11.4316 | error: 0.563901 | coeff: 0.563901 | eff: 1 | fom: 0.0515543 | r2int: 0.21199 | r2eff: 0 | hits: 3 ] keV - 5 488.821 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV - 6 149.051 [sigma: 27.5246 | error: 0.412926 | coeff: 0.412926 | eff: 1 | fom: 0.0961447 | r2int: 0.136406 | r2eff: 0 | hits: 5 ] keV - 7 722.398 [sigma: 99.8005 | error: 0.390752 | coeff: 0.390752 | eff: 1 | fom: 0.107366 | r2int: 0.133601 | r2eff: 0 | hits: 8 ] keV - 8 364.339 [sigma: 54.0205 | error: 0.46887 | coeff: 0.46887 | eff: 1 | fom: 0.0745704 | r2int: 0.197855 | r2eff: 0 | hits: 10 ] keV - 9 25.744 [sigma: 9.87023 | error: 0.664067 | coeff: 0.664067 | eff: 1 | fom: 0.0371746 | r2int: 0.29399 | r2eff: 0 | hits: 3 ] keV - 10 110.229 [sigma: 25.3015 | error: 0.562246 | coeff: 0.562246 | eff: 1 | fom: 0.0518582 | r2int: 0.263434 | r2eff: 0 | hits: 6 ] keV - 11 43.4383 [sigma: 8.95526 | error: 0.618482 | coeff: 0.618482 | eff: 1 | fom: 0.0428565 | r2int: 0.340017 | r2eff: 0 | hits: 9 ] keV - 12 163.011 [sigma: 22.8452 | error: 0.420436 | coeff: 0.420436 | eff: 1 | fom: 0.0927408 | r2int: 0.157126 | r2eff: 0 | hits: 9 ] keV - 13 17.6022 [sigma: 7.17967 | error: 0.91206 | coeff: 0.91206 | eff: 1 | fom: 0.0197071 | r2int: 0.665483 | r2eff: 0 | hits: 5 ] keV - 14 195.314 [sigma: 78.6471 | error: 0.697445 | coeff: 0.697445 | eff: 1 | fom: 0.0337016 | r2int: 0.324286 | r2eff: 0 | hits: 3 ] keV - 15 54.6287 [sigma: 12.903 | error: 0.47239 | coeff: 0.47239 | eff: 1 | fom: 0.0734631 | r2int: 0.167364 | r2eff: 0 | hits: 4 ] keV - 16 566.401 [sigma: 78.3232 | error: 0.414847 | coeff: 0.414847 | eff: 1 | fom: 0.0952566 | r2int: 0.152976 | r2eff: 0 | hits: 9 ] keV - 17 527.664 [sigma: 79.8898 | error: 0.502146 | coeff: 0.502146 | eff: 1 | fom: 0.0650144 | r2int: 0.229228 | r2eff: 0 | hits: 11 ] keV - 18 117.759 [sigma: 49.9061 | error: 0.73404 | coeff: 0.73404 | eff: 1 | fom: 0.030425 | r2int: 0.35921 | r2eff: 0 | hits: 3 ] keV - 19 0.00301116 [sigma: 0.00115412 | error: 0.663861 | coeff: 0.663861 | eff: 1 | fom: 0.0371976 | r2int: 0.293808 | r2eff: 0 | hits: 3 ] keV - 21 319.131 [sigma: 178.742 | error: 0.970103 | coeff: 0.970103 | eff: 1 | fom: 0.0174194 | r2int: 0.6274 | r2eff: 0 | hits: 3 ] keV - 22 597.487 [sigma: 88.3801 | error: 0.391359 | coeff: 0.391359 | eff: 1 | fom: 0.107034 | r2int: 0.131281 | r2eff: 0 | hits: 7 ] keV - 23 2.9032 [sigma: 1.26641 | error: 0.872428 | coeff: 0.872428 | eff: 1 | fom: 0.0215383 | r2int: 0.570848 | r2eff: 0 | hits: 4 ] keV - 24 29.7246 [sigma: 17.157 | error: 0.999735 | coeff: 0.999735 | eff: 1 | fom: 0.0164021 | r2int: 0.666313 | r2eff: 0 | hits: 3 ] keV - 25 196.115 [sigma: 31.0037 | error: 0.524322 | coeff: 0.524322 | eff: 1 | fom: 0.0596312 | r2int: 0.249922 | r2eff: 0 | hits: 11 ] keV - 26 1080.71 [sigma: 117.177 | error: 0.460011 | coeff: 0.460011 | eff: 1 | fom: 0.0774699 | r2int: 0.199854 | r2eff: 0 | hits: 18 ] keV - 27 512.551 [sigma: 55.2051 | error: 0.417146 | coeff: 0.417146 | eff: 1 | fom: 0.0942094 | r2int: 0.16241 | r2eff: 0 | hits: 15 ] keV - 28 993.576 [sigma: 169.294 | error: 0.538815 | coeff: 0.538815 | eff: 1 | fom: 0.0564666 | r2int: 0.261289 | r2eff: 0 | hits: 10 ] keV - 29 561.043 [sigma: 52.6432 | error: 0.351083 | coeff: 0.351083 | eff: 1 | fom: 0.132999 | r2int: 0.114455 | r2eff: 0 | hits: 14 ] keV - 30 718.244 [sigma: 67.1367 | error: 0.396574 | coeff: 0.396574 | eff: 1 | fom: 0.104237 | r2int: 0.148534 | r2eff: 0 | hits: 18 ] keV - 31 4047.93 [sigma: 392.995 | error: 0.582513 | coeff: 0.582513 | eff: 1 | fom: 0.0483124 | r2int: 0.329896 | r2eff: 0 | hits: 36 ] keV - 32 5856.58 [sigma: 577.189 | error: 0.557505 | coeff: 0.557505 | eff: 1 | fom: 0.0527439 | r2int: 0.301099 | r2eff: 0 | hits: 32 ] keV - 33 9108.85 [sigma: 777.12 | error: 0.467288 | coeff: 0.467288 | eff: 1 | fom: 0.0750758 | r2int: 0.21108 | r2eff: 0 | hits: 30 ] keV - 34 796.093 [sigma: 62.9698 | error: 0.344783 | coeff: 0.344783 | eff: 1 | fom: 0.137905 | r2int: 0.112619 | r2eff: 0 | hits: 19 ] keV - 35 187.366 [sigma: 21.021 | error: 0.419785 | coeff: 0.419785 | eff: 1 | fom: 0.0930284 | r2int: 0.163633 | r2eff: 0 | hits: 14 ] keV - 36 6694.18 [sigma: 586.099 | error: 0.502956 | coeff: 0.502956 | eff: 1 | fom: 0.0648051 | r2int: 0.2453 | r2eff: 0 | hits: 33 ] keV - 37 2035.53 [sigma: 115.139 | error: 0.293918 | coeff: 0.293918 | eff: 1 | fom: 0.189765 | r2int: 0.0831884 | r2eff: 0 | hits: 27 ] keV - 38 14561.1 [sigma: 847.071 | error: 0.34416 | coeff: 0.34416 | eff: 1 | fom: 0.138404 | r2int: 0.115062 | r2eff: 0 | hits: 35 ] keV - 39 623.217 [sigma: 46.3218 | error: 0.323984 | coeff: 0.323984 | eff: 1 | fom: 0.156179 | r2int: 0.0994412 | r2eff: 0 | hits: 19 ] keV - 40 415.734 [sigma: 78.0118 | error: 0.676576 | coeff: 0.676576 | eff: 1 | fom: 0.0358127 | r2int: 0.422543 | r2eff: 0 | hits: 13 ] keV - 41 11596.1 [sigma: 783.008 | error: 0.381972 | coeff: 0.381972 | eff: 1 | fom: 0.112359 | r2int: 0.141343 | r2eff: 0 | hits: 32 ] keV - 42 11967.3 [sigma: 860.683 | error: 0.419358 | coeff: 0.419358 | eff: 1 | fom: 0.093218 | r2int: 0.170689 | r2eff: 0 | hits: 34 ] keV - 43 4125.95 [sigma: 498.309 | error: 0.661508 | coeff: 0.661508 | eff: 1 | fom: 0.0374628 | r2int: 0.423007 | r2eff: 0 | hits: 30 ] keV - 44 92.2073 [sigma: 13.2012 | error: 0.572674 | coeff: 0.572674 | eff: 1 | fom: 0.0499868 | r2int: 0.307458 | r2eff: 0 | hits: 16 ] keV - 45 164.058 [sigma: 63.0209 | error: 0.85896 | coeff: 0.85896 | eff: 1 | fom: 0.022219 | r2int: 0.59025 | r2eff: 0 | hits: 5 ] keV - 46 369.902 [sigma: 39.9735 | error: 0.374348 | coeff: 0.374348 | eff: 1 | fom: 0.116982 | r2int: 0.128458 | r2eff: 0 | hits: 12 ] keV - 47 1441.16 [sigma: 130.129 | error: 0.433039 | coeff: 0.433039 | eff: 1 | fom: 0.0874212 | r2int: 0.179369 | r2eff: 0 | hits: 23 ] keV - 48 294.468 [sigma: 32.5685 | error: 0.482099 | coeff: 0.482099 | eff: 1 | fom: 0.0705338 | r2int: 0.220187 | r2eff: 0 | hits: 19 ] keV - 49 273.177 [sigma: 61.5455 | error: 0.747222 | coeff: 0.747222 | eff: 1 | fom: 0.029361 | r2int: 0.507582 | r2eff: 0 | hits: 11 ] keV - 50 1775.78 [sigma: 141.013 | error: 0.46303 | coeff: 0.46303 | eff: 1 | fom: 0.0764631 | r2int: 0.208091 | r2eff: 0 | hits: 34 ] keV - 51 2384.11 [sigma: 74.6224 | error: 0.252348 | coeff: 0.252348 | eff: 1 | fom: 0.257436 | r2int: 0.0627 | r2eff: 0 | hits: 65 ] keV - 52 2054.54 [sigma: 92.5287 | error: 0.33702 | coeff: 0.33702 | eff: 1 | fom: 0.14433 | r2int: 0.111554 | r2eff: 0 | hits: 56 ] keV - 53 2878.52 [sigma: 123.169 | error: 0.314434 | coeff: 0.314434 | eff: 1 | fom: 0.16581 | r2int: 0.0970379 | r2eff: 0 | hits: 54 ] keV - 54 1923.1 [sigma: 84.3266 | error: 0.277327 | coeff: 0.277327 | eff: 1 | fom: 0.21315 | r2int: 0.0749877 | r2eff: 0 | hits: 40 ] keV - 55 3111.53 [sigma: 122.074 | error: 0.332902 | coeff: 0.332902 | eff: 1 | fom: 0.147924 | r2int: 0.109284 | r2eff: 0 | hits: 72 ] keV - 56 29195.7 [sigma: 676.238 | error: 0.246218 | coeff: 0.246218 | eff: 1 | fom: 0.270415 | r2int: 0.0600869 | r2eff: 0 | hits: 113 ] keV - 57 55955.8 [sigma: 923.736 | error: 0.175486 | coeff: 0.175486 | eff: 1 | fom: 0.532337 | r2int: 0.0305227 | r2eff: 0 | hits: 113 ] keV - 58 59677.5 [sigma: 925.299 | error: 0.171258 | coeff: 0.171258 | eff: 1 | fom: 0.558942 | r2int: 0.029089 | r2eff: 0 | hits: 122 ] keV - 59 4538.58 [sigma: 153.752 | error: 0.283432 | coeff: 0.283432 | eff: 1 | fom: 0.204066 | r2int: 0.0791862 | r2eff: 0 | hits: 70 ] keV - 60 2764.62 [sigma: 74.9679 | error: 0.2364 | coeff: 0.2364 | eff: 1 | fom: 0.293343 | r2int: 0.0551495 | r2eff: 0 | hits: 76 ] keV - 61 54708.6 [sigma: 882.533 | error: 0.183219 | coeff: 0.183219 | eff: 1 | fom: 0.488349 | r2int: 0.0333089 | r2eff: 0 | hits: 129 ] keV - 62 55095.3 [sigma: 824.089 | error: 0.184409 | coeff: 0.184409 | eff: 1 | fom: 0.482067 | r2int: 0.0337828 | r2eff: 0 | hits: 152 ] keV - 63 44954.3 [sigma: 781.732 | error: 0.19827 | coeff: 0.19827 | eff: 1 | fom: 0.417017 | r2int: 0.0390088 | r2eff: 0 | hits: 130 ] keV - 64 4157.15 [sigma: 117.364 | error: 0.234512 | coeff: 0.234512 | eff: 1 | fom: 0.298085 | r2int: 0.0541989 | r2eff: 0 | hits: 69 ] keV - 65 1960.25 [sigma: 69.6826 | error: 0.286595 | coeff: 0.286595 | eff: 1 | fom: 0.199587 | r2int: 0.0808732 | r2eff: 0 | hits: 65 ] keV - 66 33489.8 [sigma: 728.997 | error: 0.229337 | coeff: 0.229337 | eff: 1 | fom: 0.311688 | r2int: 0.0521218 | r2eff: 0 | hits: 111 ] keV - 67 55017.9 [sigma: 857.934 | error: 0.184507 | coeff: 0.184507 | eff: 1 | fom: 0.481552 | r2int: 0.0337997 | r2eff: 0 | hits: 140 ] keV - 68 66765.9 [sigma: 1032.34 | error: 0.162167 | coeff: 0.162167 | eff: 1 | fom: 0.623368 | r2int: 0.0260591 | r2eff: 0 | hits: 110 ] keV - 69 4507.9 [sigma: 177.663 | error: 0.322598 | coeff: 0.322598 | eff: 1 | fom: 0.157524 | r2int: 0.102516 | r2eff: 0 | hits: 67 ] keV - 70 2889.13 [sigma: 138.207 | error: 0.310019 | coeff: 0.310019 | eff: 1 | fom: 0.170566 | r2int: 0.0938236 | r2eff: 0 | hits: 42 ] keV - 71 2992.6 [sigma: 115.889 | error: 0.302453 | coeff: 0.302453 | eff: 1 | fom: 0.179207 | r2int: 0.0899781 | r2eff: 0 | hits: 61 ] keV - 72 4690.15 [sigma: 149.187 | error: 0.275471 | coeff: 0.275471 | eff: 1 | fom: 0.216033 | r2int: 0.0748723 | r2eff: 0 | hits: 75 ] keV - 73 4900.89 [sigma: 165.817 | error: 0.289078 | coeff: 0.289078 | eff: 1 | fom: 0.196173 | r2int: 0.0824215 | r2eff: 0 | hits: 73 ] keV - 74 1706.15 [sigma: 104.824 | error: 0.358247 | coeff: 0.358247 | eff: 1 | fom: 0.127734 | r2int: 0.124566 | r2eff: 0 | hits: 34 ] keV - 75 13789 [sigma: 203.043 | error: 0.19029 | coeff: 0.19029 | eff: 1 | fom: 0.45273 | r2int: 0.0359933 | r2eff: 0 | hits: 167 ] keV - 76 17921.5 [sigma: 198.178 | error: 0.16734 | coeff: 0.16734 | eff: 1 | fom: 0.585427 | r2int: 0.0278802 | r2eff: 0 | hits: 229 ] keV - 77 15406.7 [sigma: 158.283 | error: 0.163412 | coeff: 0.163412 | eff: 1 | fom: 0.613904 | r2int: 0.0265981 | r2eff: 0 | hits: 253 ] keV - 78 14719.9 [sigma: 185.667 | error: 0.197431 | coeff: 0.197431 | eff: 1 | fom: 0.420572 | r2int: 0.0388198 | r2eff: 0 | hits: 245 ] keV - 79 9445.93 [sigma: 163.466 | error: 0.21124 | coeff: 0.21124 | eff: 1 | fom: 0.367381 | r2int: 0.044323 | r2eff: 0 | hits: 149 ] keV - 80 20054.2 [sigma: 218.729 | error: 0.17553 | coeff: 0.17553 | eff: 1 | fom: 0.532071 | r2int: 0.0306917 | r2eff: 0 | hits: 259 ] keV - 81 313396 [sigma: 1112.08 | error: 0.0734116 | coeff: 0.0734116 | eff: 1 | fom: 3.04187 | r2int: 0.00537667 | r2eff: 0 | hits: 428 ] keV - 82 253078 [sigma: 1017.39 | error: 0.0833616 | coeff: 0.0833616 | eff: 1 | fom: 2.35905 | r2int: 0.006933 | r2eff: 0 | hits: 430 ] keV - 83 293640 [sigma: 1109.85 | error: 0.0754034 | coeff: 0.0754034 | eff: 1 | fom: 2.88329 | r2int: 0.00567139 | r2eff: 0 | hits: 398 ] keV - 84 19592.3 [sigma: 188.05 | error: 0.151456 | coeff: 0.151456 | eff: 1 | fom: 0.714654 | r2int: 0.0228469 | r2eff: 0 | hits: 249 ] keV - 85 16957.8 [sigma: 162.262 | error: 0.163788 | coeff: 0.163788 | eff: 1 | fom: 0.611094 | r2int: 0.0267348 | r2eff: 0 | hits: 293 ] keV - 86 294191 [sigma: 1049.28 | error: 0.0764966 | coeff: 0.0764966 | eff: 1 | fom: 2.80147 | r2int: 0.005839 | r2eff: 0 | hits: 460 ] keV - 87 317267 [sigma: 1041.58 | error: 0.0739945 | coeff: 0.0739945 | eff: 1 | fom: 2.99413 | r2int: 0.00546441 | r2eff: 0 | hits: 508 ] keV - 88 274554 [sigma: 1058.48 | error: 0.0805003 | coeff: 0.0805003 | eff: 1 | fom: 2.52973 | r2int: 0.00646544 | r2eff: 0 | hits: 436 ] keV - 89 13587.7 [sigma: 190.418 | error: 0.219354 | coeff: 0.219354 | eff: 1 | fom: 0.340705 | r2int: 0.0479199 | r2eff: 0 | hits: 245 ] keV - 90 16686.9 [sigma: 168.925 | error: 0.158453 | coeff: 0.158453 | eff: 1 | fom: 0.652934 | r2int: 0.0250049 | r2eff: 0 | hits: 245 ] keV - 91 276402 [sigma: 1076.43 | error: 0.0789525 | coeff: 0.0789525 | eff: 1 | fom: 2.6299 | r2int: 0.00621832 | r2eff: 0 | hits: 411 ] keV - 92 272739 [sigma: 1063.29 | error: 0.0808421 | coeff: 0.0808421 | eff: 1 | fom: 2.50839 | r2int: 0.00652024 | r2eff: 0 | hits: 430 ] keV - 93 303050 [sigma: 1112.36 | error: 0.0739593 | coeff: 0.0739593 | eff: 1 | fom: 2.99699 | r2int: 0.0054565 | r2eff: 0 | hits: 406 ] keV - 94 15226.3 [sigma: 186.714 | error: 0.190366 | coeff: 0.190366 | eff: 1 | fom: 0.452366 | r2int: 0.0360889 | r2eff: 0 | hits: 241 ] keV - 95 8898.21 [sigma: 180.95 | error: 0.247393 | coeff: 0.247393 | eff: 1 | fom: 0.267851 | r2int: 0.06079 | r2eff: 0 | hits: 148 ] keV - 96 13890.4 [sigma: 163.939 | error: 0.179767 | coeff: 0.179767 | eff: 1 | fom: 0.507282 | r2int: 0.0321769 | r2eff: 0 | hits: 232 ] keV - 97 21645.7 [sigma: 199.872 | error: 0.150031 | coeff: 0.150031 | eff: 1 | fom: 0.728296 | r2int: 0.0224241 | r2eff: 0 | hits: 264 ] keV - 98 17655 [sigma: 189.614 | error: 0.174834 | coeff: 0.174834 | eff: 1 | fom: 0.536316 | r2int: 0.0304514 | r2eff: 0 | hits: 265 ] keV - 99 12654.9 [sigma: 210.637 | error: 0.207225 | coeff: 0.207225 | eff: 1 | fom: 0.381755 | r2int: 0.0426653 | r2eff: 0 | hits: 155 ] keV - 100 292333 [sigma: 422.207 | error: 0.0356707 | coeff: 0.0356707 | eff: 1 | fom: 12.8839 | r2int: 0.00127031 | r2eff: 0 | hits: 610 ] keV - 101 315483 [sigma: 424.466 | error: 0.0365754 | coeff: 0.0365754 | eff: 1 | fom: 12.2544 | r2int: 0.00133595 | r2eff: 0 | hits: 739 ] keV - 102 313658 [sigma: 415.804 | error: 0.0364256 | coeff: 0.0364256 | eff: 1 | fom: 12.3554 | r2int: 0.00132507 | r2eff: 0 | hits: 755 ] keV - 103 315167 [sigma: 422.319 | error: 0.0359306 | coeff: 0.0359306 | eff: 1 | fom: 12.6982 | r2int: 0.00128921 | r2eff: 0 | hits: 719 ] keV - 104 295518 [sigma: 414.28 | error: 0.0349065 | coeff: 0.0349065 | eff: 1 | fom: 13.4542 | r2int: 0.0012165 | r2eff: 0 | hits: 620 ] keV - 105 323351 [sigma: 430.027 | error: 0.036104 | coeff: 0.036104 | eff: 1 | fom: 12.5765 | r2int: 0.00130173 | r2eff: 0 | hits: 737 ] keV - 106 382426 [sigma: 417.228 | error: 0.0346383 | coeff: 0.0346383 | eff: 1 | fom: 13.6634 | r2int: 0.00119862 | r2eff: 0 | hits: 1008 ] keV - 107 379628 [sigma: 412.295 | error: 0.0343267 | coeff: 0.0343267 | eff: 1 | fom: 13.9125 | r2int: 0.00117715 | r2eff: 0 | hits: 999 ] keV - 108 359579 [sigma: 424.894 | error: 0.0362478 | coeff: 0.0362478 | eff: 1 | fom: 12.4769 | r2int: 0.00131251 | r2eff: 0 | hits: 941 ] keV - 109 338357 [sigma: 425.181 | error: 0.0349146 | coeff: 0.0349146 | eff: 1 | fom: 13.448 | r2int: 0.00121745 | r2eff: 0 | hits: 772 ] keV - 110 333261 [sigma: 415.064 | error: 0.0350061 | coeff: 0.0350061 | eff: 1 | fom: 13.3778 | r2int: 0.00122387 | r2eff: 0 | hits: 790 ] keV - 111 373397 [sigma: 412.976 | error: 0.0353574 | coeff: 0.0353574 | eff: 1 | fom: 13.1133 | r2int: 0.00124892 | r2eff: 0 | hits: 1022 ] keV - 112 361128 [sigma: 409.322 | error: 0.0363413 | coeff: 0.0363413 | eff: 1 | fom: 12.4128 | r2int: 0.00131941 | r2eff: 0 | hits: 1028 ] keV - 113 347573 [sigma: 413.463 | error: 0.0368768 | coeff: 0.0368768 | eff: 1 | fom: 12.0549 | r2int: 0.00135848 | r2eff: 0 | hits: 961 ] keV - 114 340357 [sigma: 429.499 | error: 0.0350847 | coeff: 0.0350847 | eff: 1 | fom: 13.3179 | r2int: 0.00122934 | r2eff: 0 | hits: 773 ] keV - 115 330116 [sigma: 427.928 | error: 0.0353582 | coeff: 0.0353582 | eff: 1 | fom: 13.1126 | r2int: 0.00124852 | r2eff: 0 | hits: 744 ] keV - 116 355265 [sigma: 414.699 | error: 0.0360352 | coeff: 0.0360352 | eff: 1 | fom: 12.6245 | r2int: 0.00129718 | r2eff: 0 | hits: 953 ] keV - 117 347837 [sigma: 411.703 | error: 0.0371095 | coeff: 0.0371095 | eff: 1 | fom: 11.9042 | r2int: 0.00137571 | r2eff: 0 | hits: 983 ] keV - 118 328251 [sigma: 420.135 | error: 0.0387586 | coeff: 0.0387586 | eff: 1 | fom: 10.9127 | r2int: 0.00150059 | r2eff: 0 | hits: 917 ] keV - 119 322225 [sigma: 425.024 | error: 0.0360025 | coeff: 0.0360025 | eff: 1 | fom: 12.6475 | r2int: 0.00129444 | r2eff: 0 | hits: 745 ] keV - 120 307814 [sigma: 433.742 | error: 0.0341399 | coeff: 0.0341399 | eff: 1 | fom: 14.0652 | r2int: 0.00116354 | r2eff: 0 | hits: 587 ] keV - 121 310809 [sigma: 420.304 | error: 0.0367365 | coeff: 0.0367365 | eff: 1 | fom: 12.1471 | r2int: 0.00134774 | r2eff: 0 | hits: 738 ] keV - 122 322057 [sigma: 419.099 | error: 0.0361336 | coeff: 0.0361336 | eff: 1 | fom: 12.5559 | r2int: 0.00130394 | r2eff: 0 | hits: 771 ] keV - 123 339866 [sigma: 429.482 | error: 0.0349516 | coeff: 0.0349516 | eff: 1 | fom: 13.4195 | r2int: 0.00122002 | r2eff: 0 | hits: 765 ] keV - 124 309726 [sigma: 425.994 | error: 0.0334364 | coeff: 0.0334364 | eff: 1 | fom: 14.6633 | r2int: 0.0011161 | r2eff: 0 | hits: 591 ] keV + 0 2656.199118 keV + 1 1637.390742 keV + 2 404.291545 keV + 3 203.049147 keV + 4 57.745114 keV + 5 48.628125 keV + 6 353.551590 keV + 7 636.999849 keV + 8 139.906955 keV + 9 1412.292633 keV + 10 417.930296 keV + 11 489.200852 keV + 12 1793.891029 keV + 13 101.737061 keV + 14 129.712267 keV + 15 21.487003 keV + 16 280.260925 keV + 17 233.701011 keV + 18 575.268232 keV + 19 933.141570 keV + 21 91.853259 keV + 22 592.589560 keV + 23 1237.329337 keV + 24 171.503876 keV + 25 2493.381106 keV + 26 1824.774265 keV + 27 1727.792396 keV + 28 1178.093097 keV + 29 2791.684540 keV + 30 1588.095005 keV + 31 4123.554188 keV + 32 5590.460174 keV + 33 5652.784870 keV + 34 615.406725 keV + 35 2245.389848 keV + 36 7381.839163 keV + 37 1841.714914 keV + 38 1875.615490 keV + 39 448.187307 keV + 40 3610.172213 keV + 41 3739.867343 keV + 42 506.740469 keV + 43 3036.516564 keV + 44 2127.711770 keV + 45 2980.411134 keV + 46 3158.200966 keV + 47 468.295929 keV + 48 1211.793461 keV + 49 1359.054987 keV + 50 1263.414080 keV + 51 4013.912285 keV + 52 2542.553593 keV + 53 5943.458207 keV + 54 6666.076021 keV + 55 11989.880583 keV + 56 12315.690800 keV + 57 22228.733943 keV + 58 23466.971640 keV + 59 8834.778527 keV + 60 5596.911787 keV + 61 22740.019412 keV + 62 13512.139098 keV + 63 13898.136684 keV + 64 3696.840108 keV + 65 6476.852081 keV + 66 8491.818655 keV + 67 8535.119168 keV + 68 25761.097198 keV + 69 6850.930541 keV + 70 7392.086026 keV + 71 3816.506422 keV + 72 7635.831818 keV + 73 3557.110244 keV + 74 5301.240072 keV + 75 20759.632672 keV + 76 24916.594166 keV + 77 36200.436090 keV + 78 33505.486767 keV + 79 25990.739424 keV + 80 36838.861643 keV + 81 405111.544400 keV + 82 343522.111444 keV + 83 442090.059006 keV + 84 31013.198536 keV + 85 28128.846082 keV + 86 357267.937053 keV + 87 279973.719119 keV + 88 323308.595197 keV + 89 26619.264986 keV + 90 35227.279744 keV + 91 414593.252100 keV + 92 345472.980734 keV + 93 463505.485844 keV + 94 24641.115036 keV + 95 30432.457216 keV + 96 21033.100481 keV + 97 26174.921528 keV + 98 31881.267850 keV + 99 30818.569381 keV + 100 324027.413838 keV + 101 341281.445535 keV + 102 321687.657990 keV + 103 354889.914508 keV + 104 305268.743414 keV + 105 364561.293782 keV + 106 340693.555092 keV + 107 369692.600266 keV + 108 406586.923787 keV + 109 362860.259881 keV + 110 353314.942942 keV + 111 377245.955149 keV + 112 429511.856509 keV + 113 376743.067822 keV + 114 386855.895021 keV + 115 326111.752617 keV + 116 357913.847618 keV + 117 375779.664322 keV + 118 388293.540711 keV + 119 378260.162364 keV + 120 337485.374989 keV + 121 362627.343813 keV + 122 325782.089621 keV + 123 343858.126923 keV + 124 328341.329295 keV + 0 2656.2 [sigma: 807.99 | error: 0.526873 | coeff: 0.526873 | eff: 1 | fom: 0.150099 | r2int: 0.185063 | r2eff: 0 | hits: 3 ] keV + 1 1637.39 [sigma: 1051.73 | error: 0.908374 | coeff: 0.908374 | eff: 1 | fom: 0.0504962 | r2int: 0.412572 | r2eff: 0 | hits: 2 ] keV + 2 404.292 [sigma: 146.759 | error: 0.726007 | coeff: 0.726007 | eff: 1 | fom: 0.0790509 | r2int: 0.395315 | r2eff: 0 | hits: 4 ] keV + 3 203.049 [sigma: 37.2754 | error: 0.410494 | coeff: 0.410494 | eff: 1 | fom: 0.247272 | r2int: 0.134804 | r2eff: 0 | hits: 5 ] keV + 4 57.7451 [sigma: 29.5978 | error: 0.724868 | coeff: 0.724868 | eff: 1 | fom: 0.0792996 | r2int: 0.262717 | r2eff: 0 | hits: 2 ] keV + 5 48.6281 [sigma: 19.5375 | error: 0.568193 | coeff: 0.568193 | eff: 1 | fom: 0.129062 | r2int: 0.161421 | r2eff: 0 | hits: 2 ] keV + 6 353.552 [sigma: 121.599 | error: 0.595714 | coeff: 0.595714 | eff: 1 | fom: 0.117412 | r2int: 0.236584 | r2eff: 0 | hits: 3 ] keV + 7 637 [sigma: 184.424 | error: 0.647386 | coeff: 0.647386 | eff: 1 | fom: 0.0994172 | r2int: 0.335287 | r2eff: 0 | hits: 5 ] keV + 8 139.907 [sigma: 18.5549 | error: 0.265246 | coeff: 0.265246 | eff: 1 | fom: 0.592232 | r2int: 0.0527664 | r2eff: 0 | hits: 4 ] keV + 9 1412.29 [sigma: 807.308 | error: 0.990091 | coeff: 0.990091 | eff: 1 | fom: 0.0425048 | r2int: 0.65352 | r2eff: 0 | hits: 3 ] keV + 10 417.93 [sigma: 206.927 | error: 0.857579 | coeff: 0.857579 | eff: 1 | fom: 0.0566553 | r2int: 0.490294 | r2eff: 0 | hits: 3 ] keV + 11 489.201 [sigma: 105.301 | error: 0.481315 | coeff: 0.481315 | eff: 1 | fom: 0.179858 | r2int: 0.185331 | r2eff: 0 | hits: 5 ] keV + 12 1793.89 [sigma: 942.074 | error: 0.909598 | coeff: 0.909598 | eff: 1 | fom: 0.0503604 | r2int: 0.551579 | r2eff: 0 | hits: 3 ] keV + 13 101.737 [sigma: 19.492 | error: 0.383184 | coeff: 0.383184 | eff: 1 | fom: 0.283774 | r2int: 0.110123 | r2eff: 0 | hits: 4 ] keV + 14 129.712 [sigma: 67.6853 | error: 0.903804 | coeff: 0.903804 | eff: 1 | fom: 0.0510083 | r2int: 0.544574 | r2eff: 0 | hits: 3 ] keV + 15 21.487 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV + 16 280.261 [sigma: 48.1351 | error: 0.343502 | coeff: 0.343502 | eff: 1 | fom: 0.353126 | r2int: 0.0884953 | r2eff: 0 | hits: 4 ] keV + 17 233.701 [sigma: 48.4563 | error: 0.414686 | coeff: 0.414686 | eff: 1 | fom: 0.242298 | r2int: 0.128973 | r2eff: 0 | hits: 4 ] keV + 18 575.268 [sigma: 116.148 | error: 0.403805 | coeff: 0.403805 | eff: 1 | fom: 0.255532 | r2int: 0.122294 | r2eff: 0 | hits: 4 ] keV + 19 933.142 [sigma: 271.373 | error: 0.650287 | coeff: 0.650287 | eff: 1 | fom: 0.0985324 | r2int: 0.338298 | r2eff: 0 | hits: 5 ] keV + 21 91.8533 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV + 22 592.59 [sigma: 382.107 | error: 0.911897 | coeff: 0.911897 | eff: 1 | fom: 0.0501069 | r2int: 0.415778 | r2eff: 0 | hits: 2 ] keV + 23 1237.33 [sigma: 701.862 | error: 0.982487 | coeff: 0.982487 | eff: 1 | fom: 0.0431653 | r2int: 0.643521 | r2eff: 0 | hits: 3 ] keV + 24 171.504 [sigma: 36.1685 | error: 0.42178 | coeff: 0.42178 | eff: 1 | fom: 0.234216 | r2int: 0.133424 | r2eff: 0 | hits: 4 ] keV + 25 2493.38 [sigma: 557.115 | error: 0.547308 | coeff: 0.547308 | eff: 1 | fom: 0.139099 | r2int: 0.249622 | r2eff: 0 | hits: 6 ] keV + 26 1824.77 [sigma: 502.424 | error: 0.826004 | coeff: 0.826004 | eff: 1 | fom: 0.0610694 | r2int: 0.606474 | r2eff: 0 | hits: 9 ] keV + 27 1727.79 [sigma: 284.03 | error: 0.545216 | coeff: 0.545216 | eff: 1 | fom: 0.140169 | r2int: 0.270237 | r2eff: 0 | hits: 11 ] keV + 28 1178.09 [sigma: 262.529 | error: 0.668527 | coeff: 0.668527 | eff: 1 | fom: 0.0932289 | r2int: 0.39727 | r2eff: 0 | hits: 9 ] keV + 29 2791.68 [sigma: 346.439 | error: 0.411582 | coeff: 0.411582 | eff: 1 | fom: 0.245967 | r2int: 0.154 | r2eff: 0 | hits: 11 ] keV + 30 1588.1 [sigma: 232.624 | error: 0.46321 | coeff: 0.46321 | eff: 1 | fom: 0.194192 | r2int: 0.193108 | r2eff: 0 | hits: 10 ] keV + 31 4123.55 [sigma: 467.9 | error: 0.494605 | coeff: 0.494605 | eff: 1 | fom: 0.170322 | r2int: 0.231759 | r2eff: 0 | hits: 19 ] keV + 32 5590.46 [sigma: 544.484 | error: 0.446321 | coeff: 0.446321 | eff: 1 | fom: 0.209168 | r2int: 0.189716 | r2eff: 0 | hits: 21 ] keV + 33 5652.78 [sigma: 562.605 | error: 0.410361 | coeff: 0.410361 | eff: 1 | fom: 0.247433 | r2int: 0.15849 | r2eff: 0 | hits: 17 ] keV + 34 615.407 [sigma: 97.8108 | error: 0.449541 | coeff: 0.449541 | eff: 1 | fom: 0.206181 | r2int: 0.176827 | r2eff: 0 | hits: 8 ] keV + 35 2245.39 [sigma: 320.314 | error: 0.427963 | coeff: 0.427963 | eff: 1 | fom: 0.227498 | r2int: 0.162802 | r2eff: 0 | hits: 9 ] keV + 36 7381.84 [sigma: 761.303 | error: 0.412528 | coeff: 0.412528 | eff: 1 | fom: 0.24484 | r2int: 0.159543 | r2eff: 0 | hits: 16 ] keV + 37 1841.71 [sigma: 207.581 | error: 0.52866 | coeff: 0.52866 | eff: 1 | fom: 0.149086 | r2int: 0.266778 | r2eff: 0 | hits: 22 ] keV + 38 1875.62 [sigma: 157.297 | error: 0.345782 | coeff: 0.345782 | eff: 1 | fom: 0.348485 | r2int: 0.112532 | r2eff: 0 | hits: 17 ] keV + 39 448.187 [sigma: 71.7779 | error: 0.480455 | coeff: 0.480455 | eff: 1 | fom: 0.180503 | r2int: 0.205188 | r2eff: 0 | hits: 9 ] keV + 40 3610.17 [sigma: 484.628 | error: 0.519908 | coeff: 0.519908 | eff: 1 | fom: 0.154148 | r2int: 0.252284 | r2eff: 0 | hits: 15 ] keV + 41 3739.87 [sigma: 724.021 | error: 0.724368 | coeff: 0.724368 | eff: 1 | fom: 0.0794091 | r2int: 0.48723 | r2eff: 0 | hits: 14 ] keV + 42 506.74 [sigma: 35.4226 | error: 0.279612 | coeff: 0.279612 | eff: 1 | fom: 0.53294 | r2int: 0.0732962 | r2eff: 0 | hits: 16 ] keV + 43 3036.52 [sigma: 239.889 | error: 0.370549 | coeff: 0.370549 | eff: 1 | fom: 0.303457 | r2int: 0.131065 | r2eff: 0 | hits: 22 ] keV + 44 2127.71 [sigma: 861.782 | error: 0.905669 | coeff: 0.905669 | eff: 1 | fom: 0.0507983 | r2int: 0.65619 | r2eff: 0 | hits: 5 ] keV + 45 2980.41 [sigma: 512.637 | error: 0.570467 | coeff: 0.570467 | eff: 1 | fom: 0.128035 | r2int: 0.295848 | r2eff: 0 | hits: 11 ] keV + 46 3158.2 [sigma: 488.649 | error: 0.513161 | coeff: 0.513161 | eff: 1 | fom: 0.158227 | r2int: 0.239395 | r2eff: 0 | hits: 11 ] keV + 47 468.296 [sigma: 133.022 | error: 0.751542 | coeff: 0.751542 | eff: 1 | fom: 0.0737705 | r2int: 0.484127 | r2eff: 0 | hits: 7 ] keV + 48 1211.79 [sigma: 251.377 | error: 0.655989 | coeff: 0.655989 | eff: 1 | fom: 0.096827 | r2int: 0.387289 | r2eff: 0 | hits: 10 ] keV + 49 1359.05 [sigma: 373.572 | error: 0.549752 | coeff: 0.549752 | eff: 1 | fom: 0.137865 | r2int: 0.226671 | r2eff: 0 | hits: 4 ] keV + 50 1263.41 [sigma: 171.061 | error: 0.541584 | coeff: 0.541584 | eff: 1 | fom: 0.142055 | r2int: 0.274982 | r2eff: 0 | hits: 16 ] keV + 51 4013.91 [sigma: 348.778 | error: 0.46793 | coeff: 0.46793 | eff: 1 | fom: 0.190295 | r2int: 0.211408 | r2eff: 0 | hits: 29 ] keV + 52 2542.55 [sigma: 129.73 | error: 0.310364 | coeff: 0.310364 | eff: 1 | fom: 0.432561 | r2int: 0.0937222 | r2eff: 0 | hits: 37 ] keV + 53 5943.46 [sigma: 397.159 | error: 0.383868 | coeff: 0.383868 | eff: 1 | fom: 0.282764 | r2int: 0.142889 | r2eff: 0 | hits: 33 ] keV + 54 6666.08 [sigma: 744.035 | error: 0.44646 | coeff: 0.44646 | eff: 1 | fom: 0.209037 | r2int: 0.186869 | r2eff: 0 | hits: 16 ] keV + 55 11989.9 [sigma: 621.098 | error: 0.319328 | coeff: 0.319328 | eff: 1 | fom: 0.408615 | r2int: 0.099287 | r2eff: 0 | hits: 38 ] keV + 56 12315.7 [sigma: 467.121 | error: 0.303431 | coeff: 0.303431 | eff: 1 | fom: 0.452552 | r2int: 0.0906319 | r2eff: 0 | hits: 64 ] keV + 57 22228.7 [sigma: 640.528 | error: 0.259338 | coeff: 0.259338 | eff: 1 | fom: 0.619523 | r2int: 0.0664257 | r2eff: 0 | hits: 81 ] keV + 58 23467 [sigma: 722.705 | error: 0.255817 | coeff: 0.255817 | eff: 1 | fom: 0.636695 | r2int: 0.0644937 | r2eff: 0 | hits: 69 ] keV + 59 8834.78 [sigma: 456.479 | error: 0.305674 | coeff: 0.305674 | eff: 1 | fom: 0.445934 | r2int: 0.0907672 | r2eff: 0 | hits: 35 ] keV + 60 5596.91 [sigma: 303.033 | error: 0.33376 | coeff: 0.33376 | eff: 1 | fom: 0.374043 | r2int: 0.108464 | r2eff: 0 | hits: 38 ] keV + 61 22740 [sigma: 674.764 | error: 0.248262 | coeff: 0.248262 | eff: 1 | fom: 0.676034 | r2int: 0.0607535 | r2eff: 0 | hits: 70 ] keV + 62 13512.1 [sigma: 459.424 | error: 0.302206 | coeff: 0.302206 | eff: 1 | fom: 0.456228 | r2int: 0.0901726 | r2eff: 0 | hits: 79 ] keV + 63 13898.1 [sigma: 437.269 | error: 0.255602 | coeff: 0.255602 | eff: 1 | fom: 0.637765 | r2int: 0.0643424 | r2eff: 0 | hits: 66 ] keV + 64 3696.84 [sigma: 230.787 | error: 0.347586 | coeff: 0.347586 | eff: 1 | fom: 0.344877 | r2int: 0.116919 | r2eff: 0 | hits: 31 ] keV + 65 6476.85 [sigma: 444.943 | error: 0.400571 | coeff: 0.400571 | eff: 1 | fom: 0.259675 | r2int: 0.155738 | r2eff: 0 | hits: 34 ] keV + 66 8491.82 [sigma: 364.864 | error: 0.303819 | coeff: 0.303819 | eff: 1 | fom: 0.451397 | r2int: 0.0904599 | r2eff: 0 | hits: 50 ] keV + 67 8535.12 [sigma: 296.378 | error: 0.268975 | coeff: 0.268975 | eff: 1 | fom: 0.575923 | r2int: 0.0711419 | r2eff: 0 | hits: 60 ] keV + 68 25761.1 [sigma: 845.501 | error: 0.252102 | coeff: 0.252102 | eff: 1 | fom: 0.655598 | r2int: 0.062478 | r2eff: 0 | hits: 59 ] keV + 69 6850.93 [sigma: 493.613 | error: 0.394637 | coeff: 0.394637 | eff: 1 | fom: 0.267543 | r2int: 0.150547 | r2eff: 0 | hits: 30 ] keV + 70 7392.09 [sigma: 500.182 | error: 0.382768 | coeff: 0.382768 | eff: 1 | fom: 0.284392 | r2int: 0.141933 | r2eff: 0 | hits: 32 ] keV + 71 3816.51 [sigma: 205.992 | error: 0.285603 | coeff: 0.285603 | eff: 1 | fom: 0.510815 | r2int: 0.0786558 | r2eff: 0 | hits: 28 ] keV + 72 7635.83 [sigma: 468.011 | error: 0.352092 | coeff: 0.352092 | eff: 1 | fom: 0.336105 | r2int: 0.120212 | r2eff: 0 | hits: 33 ] keV + 73 3557.11 [sigma: 283.495 | error: 0.382219 | coeff: 0.382219 | eff: 1 | fom: 0.28521 | r2int: 0.13974 | r2eff: 0 | hits: 23 ] keV + 74 5301.24 [sigma: 445.364 | error: 0.428375 | coeff: 0.428375 | eff: 1 | fom: 0.22706 | r2int: 0.176447 | r2eff: 0 | hits: 26 ] keV + 75 20759.6 [sigma: 323.585 | error: 0.174271 | coeff: 0.174271 | eff: 1 | fom: 1.37196 | r2int: 0.0301273 | r2eff: 0 | hits: 125 ] keV + 76 24916.6 [sigma: 298.793 | error: 0.147357 | coeff: 0.147357 | eff: 1 | fom: 1.91888 | r2int: 0.0215703 | r2eff: 0 | hits: 151 ] keV + 77 36200.4 [sigma: 450.46 | error: 0.158868 | coeff: 0.158868 | eff: 1 | fom: 1.65088 | r2int: 0.0250842 | r2eff: 0 | hits: 163 ] keV + 78 33505.5 [sigma: 373.007 | error: 0.145153 | coeff: 0.145153 | eff: 1 | fom: 1.9776 | r2int: 0.0209454 | r2eff: 0 | hits: 170 ] keV + 79 25990.7 [sigma: 493.31 | error: 0.207918 | coeff: 0.207918 | eff: 1 | fom: 0.963839 | r2int: 0.0428697 | r2eff: 0 | hits: 120 ] keV + 80 36838.9 [sigma: 474.36 | error: 0.153982 | coeff: 0.153982 | eff: 1 | fom: 1.75731 | r2int: 0.0235446 | r2eff: 0 | hits: 143 ] keV + 81 405112 [sigma: 1138.09 | error: 0.047009 | coeff: 0.047009 | eff: 1 | fom: 18.855 | r2int: 0.00220196 | r2eff: 0 | hits: 280 ] keV + 82 343522 [sigma: 1186.79 | error: 0.0563457 | coeff: 0.0563457 | eff: 1 | fom: 13.1241 | r2int: 0.0031629 | r2eff: 0 | hits: 266 ] keV + 83 442090 [sigma: 1137.67 | error: 0.044498 | coeff: 0.044498 | eff: 1 | fom: 21.043 | r2int: 0.00197345 | r2eff: 0 | hits: 299 ] keV + 84 31013.2 [sigma: 395.141 | error: 0.177462 | coeff: 0.177462 | eff: 1 | fom: 1.32305 | r2int: 0.0313305 | r2eff: 0 | hits: 194 ] keV + 85 28128.8 [sigma: 288.201 | error: 0.139733 | coeff: 0.139733 | eff: 1 | fom: 2.13397 | r2int: 0.0194204 | r2eff: 0 | hits: 186 ] keV + 86 357268 [sigma: 1159.18 | error: 0.0536092 | coeff: 0.0536092 | eff: 1 | fom: 14.4981 | r2int: 0.00286342 | r2eff: 0 | hits: 273 ] keV + 87 279974 [sigma: 1147.71 | error: 0.0679801 | coeff: 0.0679801 | eff: 1 | fom: 9.01623 | r2int: 0.00460449 | r2eff: 0 | hits: 275 ] keV + 88 323309 [sigma: 1154.49 | error: 0.0588921 | coeff: 0.0588921 | eff: 1 | fom: 12.0136 | r2int: 0.00345553 | r2eff: 0 | hits: 272 ] keV + 89 26619.3 [sigma: 394.656 | error: 0.183387 | coeff: 0.183387 | eff: 1 | fom: 1.23894 | r2int: 0.033411 | r2eff: 0 | hits: 153 ] keV + 90 35227.3 [sigma: 401.12 | error: 0.145375 | coeff: 0.145375 | eff: 1 | fom: 1.97156 | r2int: 0.0210042 | r2eff: 0 | hits: 163 ] keV + 91 414593 [sigma: 1109.72 | error: 0.0443062 | coeff: 0.0443062 | eff: 1 | fom: 21.2256 | r2int: 0.00195588 | r2eff: 0 | hits: 274 ] keV + 92 345473 [sigma: 1150.24 | error: 0.0545055 | coeff: 0.0545055 | eff: 1 | fom: 14.0252 | r2int: 0.00295977 | r2eff: 0 | hits: 268 ] keV + 93 463505 [sigma: 1103.19 | error: 0.0398265 | coeff: 0.0398265 | eff: 1 | fom: 26.269 | r2int: 0.00158049 | r2eff: 0 | hits: 280 ] keV + 94 24641.1 [sigma: 340.282 | error: 0.172481 | coeff: 0.172481 | eff: 1 | fom: 1.40058 | r2int: 0.0295589 | r2eff: 0 | hits: 156 ] keV + 95 30432.5 [sigma: 436.494 | error: 0.153812 | coeff: 0.153812 | eff: 1 | fom: 1.7612 | r2int: 0.0234524 | r2eff: 0 | hits: 115 ] keV + 96 21033.1 [sigma: 330.387 | error: 0.20116 | coeff: 0.20116 | eff: 1 | fom: 1.02969 | r2int: 0.0402186 | r2eff: 0 | hits: 164 ] keV + 97 26174.9 [sigma: 410.179 | error: 0.183421 | coeff: 0.183421 | eff: 1 | fom: 1.23849 | r2int: 0.0333975 | r2eff: 0 | hits: 137 ] keV + 98 31881.3 [sigma: 450.088 | error: 0.174054 | coeff: 0.174054 | eff: 1 | fom: 1.37538 | r2int: 0.0300954 | r2eff: 0 | hits: 152 ] keV + 99 30818.6 [sigma: 430.679 | error: 0.167696 | coeff: 0.167696 | eff: 1 | fom: 1.48164 | r2int: 0.0279267 | r2eff: 0 | hits: 144 ] keV + 100 324027 [sigma: 421.166 | error: 0.0314913 | coeff: 0.0314913 | eff: 1 | fom: 42.0154 | r2int: 0.00099001 | r2eff: 0 | hits: 587 ] keV + 101 341281 [sigma: 438.663 | error: 0.0337142 | coeff: 0.0337142 | eff: 1 | fom: 36.6576 | r2int: 0.00113499 | r2eff: 0 | hits: 688 ] keV + 102 321688 [sigma: 446.236 | error: 0.036832 | coeff: 0.036832 | eff: 1 | fom: 30.7142 | r2int: 0.00135467 | r2eff: 0 | hits: 705 ] keV + 103 354890 [sigma: 484.893 | error: 0.0365602 | coeff: 0.0365602 | eff: 1 | fom: 31.1725 | r2int: 0.00133478 | r2eff: 0 | hits: 716 ] keV + 104 305269 [sigma: 448.606 | error: 0.0356043 | coeff: 0.0356043 | eff: 1 | fom: 32.8689 | r2int: 0.0012655 | r2eff: 0 | hits: 587 ] keV + 105 364561 [sigma: 469.746 | error: 0.0343338 | coeff: 0.0343338 | eff: 1 | fom: 35.3464 | r2int: 0.00117715 | r2eff: 0 | hits: 710 ] keV + 106 340694 [sigma: 453.984 | error: 0.038274 | coeff: 0.038274 | eff: 1 | fom: 28.4434 | r2int: 0.00146312 | r2eff: 0 | hits: 825 ] keV + 107 369693 [sigma: 471.524 | error: 0.0371854 | coeff: 0.0371854 | eff: 1 | fom: 30.133 | r2int: 0.00138113 | r2eff: 0 | hits: 850 ] keV + 108 406587 [sigma: 481.433 | error: 0.035621 | coeff: 0.035621 | eff: 1 | fom: 32.8379 | r2int: 0.00126746 | r2eff: 0 | hits: 905 ] keV + 109 362860 [sigma: 468.576 | error: 0.035057 | coeff: 0.035057 | eff: 1 | fom: 33.9031 | r2int: 0.00122733 | r2eff: 0 | hits: 737 ] keV + 110 353315 [sigma: 456.557 | error: 0.0353887 | coeff: 0.0353887 | eff: 1 | fom: 33.2706 | r2int: 0.00125069 | r2eff: 0 | hits: 750 ] keV + 111 377246 [sigma: 452.716 | error: 0.0359416 | coeff: 0.0359416 | eff: 1 | fom: 32.2547 | r2int: 0.00129036 | r2eff: 0 | hits: 897 ] keV + 112 429512 [sigma: 488.614 | error: 0.034166 | coeff: 0.034166 | eff: 1 | fom: 35.6945 | r2int: 0.00116602 | r2eff: 0 | hits: 902 ] keV + 113 376743 [sigma: 496.104 | error: 0.0385494 | coeff: 0.0385494 | eff: 1 | fom: 28.0384 | r2int: 0.00148432 | r2eff: 0 | hits: 857 ] keV + 114 386856 [sigma: 466.35 | error: 0.0329916 | coeff: 0.0329916 | eff: 1 | fom: 38.2809 | r2int: 0.00108699 | r2eff: 0 | hits: 749 ] keV + 115 326112 [sigma: 471.925 | error: 0.0368378 | coeff: 0.0368378 | eff: 1 | fom: 30.7044 | r2int: 0.00135493 | r2eff: 0 | hits: 648 ] keV + 116 357914 [sigma: 445.336 | error: 0.0364887 | coeff: 0.0364887 | eff: 1 | fom: 31.2947 | r2int: 0.00132988 | r2eff: 0 | hits: 860 ] keV + 117 375780 [sigma: 465.67 | error: 0.0368444 | coeff: 0.0368444 | eff: 1 | fom: 30.6934 | r2int: 0.00135597 | r2eff: 0 | hits: 884 ] keV + 118 388294 [sigma: 466.437 | error: 0.0354521 | coeff: 0.0354521 | eff: 1 | fom: 33.1516 | r2int: 0.00125541 | r2eff: 0 | hits: 871 ] keV + 119 378260 [sigma: 492.852 | error: 0.0345465 | coeff: 0.0345465 | eff: 1 | fom: 34.9126 | r2int: 0.00119176 | r2eff: 0 | hits: 703 ] keV + 120 337485 [sigma: 442.109 | error: 0.0319814 | coeff: 0.0319814 | eff: 1 | fom: 40.7374 | r2int: 0.00102109 | r2eff: 0 | hits: 596 ] keV + 121 362627 [sigma: 477.923 | error: 0.0334976 | coeff: 0.0334976 | eff: 1 | fom: 37.133 | r2int: 0.00112035 | r2eff: 0 | hits: 646 ] keV + 122 325782 [sigma: 454.536 | error: 0.0365962 | coeff: 0.0365962 | eff: 1 | fom: 31.1113 | r2int: 0.00133733 | r2eff: 0 | hits: 688 ] keV + 123 343858 [sigma: 485.037 | error: 0.0373203 | coeff: 0.0373203 | eff: 1 | fom: 29.9157 | r2int: 0.00139081 | r2eff: 0 | hits: 700 ] keV + 124 328341 [sigma: 450.953 | error: 0.0339211 | coeff: 0.0339211 | eff: 1 | fom: 36.2117 | r2int: 0.00114876 | r2eff: 0 | hits: 610 ] keV ============================================================ closed file mfd_tl_EnergyDeposit.out for output ============================================================ opened file mfd_tg_EnergyDeposit.out for output ============================================================ - 0 67.076411 keV - 1 341.573662 keV - 2 541.347801 keV - 3 75.728885 keV - 4 35.112706 keV - 5 488.820675 keV - 6 149.050513 keV - 7 722.397851 keV - 8 364.339475 keV - 9 25.743986 keV - 10 110.228772 keV - 11 43.438309 keV - 12 163.010989 keV - 13 17.602172 keV - 14 195.314200 keV - 15 54.628705 keV - 16 566.401364 keV - 17 527.663837 keV - 18 117.759007 keV - 19 0.003011 keV - 21 319.130990 keV - 22 597.486665 keV - 23 2.903196 keV - 24 29.724607 keV - 25 196.115496 keV - 26 1080.708722 keV - 27 512.551015 keV - 28 993.576441 keV - 29 561.042724 keV - 30 718.243670 keV - 31 4047.926026 keV - 32 5856.581428 keV - 33 9108.849160 keV - 34 796.092655 keV - 35 187.365750 keV - 36 6694.182222 keV - 37 2035.529650 keV - 38 14561.062683 keV - 39 623.216512 keV - 40 415.734048 keV - 41 11596.050772 keV - 42 11967.336485 keV - 43 4125.949292 keV - 44 92.207262 keV - 45 164.057694 keV - 46 369.902439 keV - 47 1441.155422 keV - 48 294.468128 keV - 49 273.176514 keV - 50 1775.777723 keV - 51 2384.105987 keV - 52 2054.538704 keV - 53 2878.520547 keV - 54 1923.099608 keV - 55 3111.533650 keV - 56 29195.708660 keV - 57 55955.828553 keV - 58 59677.477226 keV - 59 4538.584278 keV - 60 2764.617612 keV - 61 54708.643100 keV - 62 55095.256854 keV - 63 44954.332745 keV - 64 4157.146635 keV - 65 1960.253050 keV - 66 33489.782202 keV - 67 55017.943899 keV - 68 66765.856450 keV - 69 4507.898712 keV - 70 2889.127485 keV - 71 2992.599852 keV - 72 4690.146064 keV - 73 4900.885645 keV - 74 1706.146332 keV - 75 13788.964344 keV - 76 17921.496669 keV - 77 15406.695086 keV - 78 14719.850202 keV - 79 9445.934199 keV - 80 20054.231925 keV - 81 313395.960131 keV - 82 253077.828211 keV - 83 293640.197749 keV - 84 19592.293096 keV - 85 16957.801201 keV - 86 294190.821748 keV - 87 317266.735994 keV - 88 274553.862605 keV - 89 13587.656035 keV - 90 16686.901853 keV - 91 276401.511491 keV - 92 272738.986649 keV - 93 303049.799745 keV - 94 15226.336598 keV - 95 8898.206585 keV - 96 13890.434399 keV - 97 21645.714727 keV - 98 17655.031937 keV - 99 12654.868937 keV - 100 292333.434074 keV - 101 315482.560820 keV - 102 313657.592214 keV - 103 315166.526825 keV - 104 295517.723324 keV - 105 323351.229112 keV - 106 382426.074401 keV - 107 379627.669892 keV - 108 359578.920155 keV - 109 338357.327495 keV - 110 333261.176832 keV - 111 373396.598936 keV - 112 361127.704465 keV - 113 347572.631891 keV - 114 340356.808993 keV - 115 330116.329390 keV - 116 355265.042902 keV - 117 347837.494284 keV - 118 328250.836554 keV - 119 322224.846845 keV - 120 307814.258054 keV - 121 310809.191326 keV - 122 322057.254405 keV - 123 339865.900445 keV - 124 309725.794153 keV + 0 2656.199118 keV + 1 1637.390742 keV + 2 404.291545 keV + 3 203.049147 keV + 4 57.745114 keV + 5 48.628125 keV + 6 353.551590 keV + 7 636.999849 keV + 8 139.906955 keV + 9 1412.292633 keV + 10 417.930296 keV + 11 489.200852 keV + 12 1793.891029 keV + 13 101.737061 keV + 14 129.712267 keV + 15 21.487003 keV + 16 280.260925 keV + 17 233.701011 keV + 18 575.268232 keV + 19 933.141570 keV + 21 91.853259 keV + 22 592.589560 keV + 23 1237.329337 keV + 24 171.503876 keV + 25 2493.381106 keV + 26 1824.774265 keV + 27 1727.792396 keV + 28 1178.093097 keV + 29 2791.684540 keV + 30 1588.095005 keV + 31 4123.554188 keV + 32 5590.460174 keV + 33 5652.784870 keV + 34 615.406725 keV + 35 2245.389848 keV + 36 7381.839163 keV + 37 1841.714914 keV + 38 1875.615490 keV + 39 448.187307 keV + 40 3610.172213 keV + 41 3739.867343 keV + 42 506.740469 keV + 43 3036.516564 keV + 44 2127.711770 keV + 45 2980.411134 keV + 46 3158.200966 keV + 47 468.295929 keV + 48 1211.793461 keV + 49 1359.054987 keV + 50 1263.414080 keV + 51 4013.912285 keV + 52 2542.553593 keV + 53 5943.458207 keV + 54 6666.076021 keV + 55 11989.880583 keV + 56 12315.690800 keV + 57 22228.733943 keV + 58 23466.971640 keV + 59 8834.778527 keV + 60 5596.911787 keV + 61 22740.019412 keV + 62 13512.139098 keV + 63 13898.136684 keV + 64 3696.840108 keV + 65 6476.852081 keV + 66 8491.818655 keV + 67 8535.119168 keV + 68 25761.097198 keV + 69 6850.930541 keV + 70 7392.086026 keV + 71 3816.506422 keV + 72 7635.831818 keV + 73 3557.110244 keV + 74 5301.240072 keV + 75 20759.632672 keV + 76 24916.594166 keV + 77 36200.436090 keV + 78 33505.486767 keV + 79 25990.739424 keV + 80 36838.861643 keV + 81 405111.544400 keV + 82 343522.111444 keV + 83 442090.059006 keV + 84 31013.198536 keV + 85 28128.846082 keV + 86 357267.937053 keV + 87 279973.719119 keV + 88 323308.595197 keV + 89 26619.264986 keV + 90 35227.279744 keV + 91 414593.252100 keV + 92 345472.980734 keV + 93 463505.485844 keV + 94 24641.115036 keV + 95 30432.457216 keV + 96 21033.100481 keV + 97 26174.921528 keV + 98 31881.267850 keV + 99 30818.569381 keV + 100 324027.413838 keV + 101 341281.445535 keV + 102 321687.657990 keV + 103 354889.914508 keV + 104 305268.743414 keV + 105 364561.293782 keV + 106 340693.555092 keV + 107 369692.600266 keV + 108 406586.923787 keV + 109 362860.259881 keV + 110 353314.942942 keV + 111 377245.955149 keV + 112 429511.856509 keV + 113 376743.067822 keV + 114 386855.895021 keV + 115 326111.752617 keV + 116 357913.847618 keV + 117 375779.664322 keV + 118 388293.540711 keV + 119 378260.162364 keV + 120 337485.374989 keV + 121 362627.343813 keV + 122 325782.089621 keV + 123 343858.126923 keV + 124 328341.329295 keV ============================================================ closed file mfd_tg_EnergyDeposit.out for output ============================================================ opened file mfd_tl_NumberOfSteps.out for output ============================================================ - 0 12.000000 steps - 1 47.000000 steps - 2 76.000000 steps - 3 96.000000 steps + 0 51.000000 steps + 1 44.000000 steps + 2 55.000000 steps + 3 35.000000 steps 4 20.000000 steps - 5 63.000000 steps - 6 96.000000 steps - 7 198.000000 steps - 8 283.000000 steps - 9 30.000000 steps - 10 306.000000 steps - 11 285.000000 steps - 12 60.000000 steps - 13 396.000000 steps - 14 48.000000 steps - 15 140.000000 steps - 16 173.000000 steps - 17 142.000000 steps - 18 26.000000 steps - 19 86.000000 steps - 20 1.000000 steps - 21 37.000000 steps - 22 87.000000 steps - 23 218.000000 steps - 24 149.000000 steps - 25 275.000000 steps - 26 780.000000 steps - 27 230.000000 steps - 28 312.000000 steps - 29 337.000000 steps - 30 292.000000 steps - 31 600.000000 steps - 32 460.000000 steps - 33 440.000000 steps - 34 524.000000 steps - 35 582.000000 steps - 36 601.000000 steps - 37 368.000000 steps - 38 701.000000 steps - 39 574.000000 steps - 40 165.000000 steps - 41 594.000000 steps - 42 695.000000 steps - 43 629.000000 steps - 44 682.000000 steps - 45 44.000000 steps - 46 203.000000 steps - 47 591.000000 steps - 48 775.000000 steps - 49 646.000000 steps - 50 1294.000000 steps - 51 2131.000000 steps - 52 1747.000000 steps - 53 1360.000000 steps - 54 1025.000000 steps - 55 2685.000000 steps - 56 1957.000000 steps - 57 2072.000000 steps - 58 2273.000000 steps - 59 2239.000000 steps - 60 2867.000000 steps - 61 2508.000000 steps - 62 2728.000000 steps - 63 2468.000000 steps - 64 1745.000000 steps - 65 2457.000000 steps - 66 2093.000000 steps - 67 2413.000000 steps - 68 2177.000000 steps - 69 2490.000000 steps - 70 1716.000000 steps - 71 1778.000000 steps - 72 2388.000000 steps - 73 2432.000000 steps - 74 1529.000000 steps - 75 7970.000000 steps - 76 11091.000000 steps - 77 10687.000000 steps - 78 10373.000000 steps - 79 6731.000000 steps - 80 13231.000000 steps - 81 10772.000000 steps - 82 10122.000000 steps - 83 10307.000000 steps - 84 10715.000000 steps - 85 14274.000000 steps - 86 10981.000000 steps - 87 10946.000000 steps - 88 10033.000000 steps - 89 10593.000000 steps - 90 10655.000000 steps - 91 9075.000000 steps - 92 10019.000000 steps - 93 10174.000000 steps - 94 10758.000000 steps - 95 7358.000000 steps - 96 11052.000000 steps - 97 10619.000000 steps - 98 11014.000000 steps - 99 7099.000000 steps - 100 19627.000000 steps - 101 26121.000000 steps - 102 25869.000000 steps - 103 28229.000000 steps - 104 17784.000000 steps - 105 25835.000000 steps - 106 39337.000000 steps - 107 41848.000000 steps - 108 35781.000000 steps - 109 26700.000000 steps - 110 28313.000000 steps - 111 41491.000000 steps - 112 41127.000000 steps - 113 37226.000000 steps - 114 28984.000000 steps - 115 25734.000000 steps - 116 39264.000000 steps - 117 42118.000000 steps - 118 39516.000000 steps - 119 28143.000000 steps - 120 17291.000000 steps - 121 26194.000000 steps - 122 27381.000000 steps - 123 28570.000000 steps - 124 20042.000000 steps - 0 12 [sigma: 5.19615 | error: 0.75 | coeff: 0.75 | eff: 1 | fom: 0.0291439 | r2int: 0.375 | r2eff: 0 | hits: 3 ] steps - 1 47 [sigma: 6.99762 | error: 0.364694 | coeff: 0.364694 | eff: 1 | fom: 0.123258 | r2int: 0.110834 | r2eff: 0 | hits: 6 ] steps - 2 76 [sigma: 14.645 | error: 0.50983 | coeff: 0.50983 | eff: 1 | fom: 0.0630696 | r2int: 0.222794 | r2eff: 0 | hits: 7 ] steps - 3 96 [sigma: 30.4565 | error: 0.777114 | coeff: 0.777114 | eff: 1 | fom: 0.0271457 | r2int: 0.503255 | r2eff: 0 | hits: 6 ] steps - 4 20 [sigma: 3.65148 | error: 0.365148 | coeff: 0.365148 | eff: 1 | fom: 0.122951 | r2int: 0.1 | r2eff: 0 | hits: 4 ] steps - 5 63 [sigma: 43.1335 | error: 0.968254 | coeff: 0.968254 | eff: 1 | fom: 0.017486 | r2int: 0.468758 | r2eff: 0 | hits: 2 ] steps - 6 96 [sigma: 14.4135 | error: 0.450423 | coeff: 0.450423 | eff: 1 | fom: 0.0808033 | r2int: 0.180339 | r2eff: 0 | hits: 9 ] steps - 7 198 [sigma: 23.9064 | error: 0.451766 | coeff: 0.451766 | eff: 1 | fom: 0.0803237 | r2int: 0.189514 | r2eff: 0 | hits: 14 ] steps - 8 283 [sigma: 50.3391 | error: 0.641344 | coeff: 0.641344 | eff: 1 | fom: 0.0398555 | r2int: 0.379681 | r2eff: 0 | hits: 13 ] steps - 9 30 [sigma: 5.85133 | error: 0.516039 | coeff: 0.516039 | eff: 1 | fom: 0.0615609 | r2int: 0.228254 | r2eff: 0 | hits: 7 ] steps - 10 306 [sigma: 52.9362 | error: 0.457699 | coeff: 0.457699 | eff: 1 | fom: 0.0782546 | r2int: 0.179562 | r2eff: 0 | hits: 7 ] steps - 11 285 [sigma: 58.1953 | error: 0.677235 | coeff: 0.677235 | eff: 1 | fom: 0.0357431 | r2int: 0.416952 | r2eff: 0 | hits: 11 ] steps - 12 60 [sigma: 3.67052 | error: 0.202896 | coeff: 0.202896 | eff: 1 | fom: 0.398221 | r2int: 0.0374242 | r2eff: 0 | hits: 11 ] steps - 13 396 [sigma: 136.203 | error: 0.842493 | coeff: 0.842493 | eff: 1 | fom: 0.023096 | r2int: 0.591496 | r2eff: 0 | hits: 6 ] steps - 14 48 [sigma: 17.4165 | error: 0.725686 | coeff: 0.725686 | eff: 1 | fom: 0.0311295 | r2int: 0.394965 | r2eff: 0 | hits: 4 ] steps - 15 140 [sigma: 46.4571 | error: 0.812831 | coeff: 0.812831 | eff: 1 | fom: 0.0248125 | r2int: 0.550578 | r2eff: 0 | hits: 6 ] steps - 16 173 [sigma: 21.0241 | error: 0.3843 | coeff: 0.3843 | eff: 1 | fom: 0.111002 | r2int: 0.132918 | r2eff: 0 | hits: 10 ] steps - 17 142 [sigma: 9.33368 | error: 0.271012 | coeff: 0.271012 | eff: 1 | fom: 0.223199 | r2int: 0.0691273 | r2eff: 0 | hits: 17 ] steps - 18 26 [sigma: 3.65529 | error: 0.421764 | coeff: 0.421764 | eff: 1 | fom: 0.0921577 | r2int: 0.15812 | r2eff: 0 | hits: 9 ] steps - 19 86 [sigma: 35.019 | error: 0.705288 | coeff: 0.705288 | eff: 1 | fom: 0.0329562 | r2int: 0.331621 | r2eff: 0 | hits: 3 ] steps - 20 1 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] steps - 21 37 [sigma: 8.47152 | error: 0.560835 | coeff: 0.560835 | eff: 1 | fom: 0.0521194 | r2int: 0.262113 | r2eff: 0 | hits: 6 ] steps - 22 87 [sigma: 7.99318 | error: 0.304717 | coeff: 0.304717 | eff: 1 | fom: 0.176554 | r2int: 0.0844113 | r2eff: 0 | hits: 11 ] steps - 23 218 [sigma: 53.0139 | error: 0.643402 | coeff: 0.643402 | eff: 1 | fom: 0.0396009 | r2int: 0.354828 | r2eff: 0 | hits: 7 ] steps - 24 149 [sigma: 48.169 | error: 0.646563 | coeff: 0.646563 | eff: 1 | fom: 0.0392146 | r2int: 0.313533 | r2eff: 0 | hits: 4 ] steps - 25 275 [sigma: 40.4193 | error: 0.509151 | coeff: 0.509151 | eff: 1 | fom: 0.0632378 | r2int: 0.237632 | r2eff: 0 | hits: 12 ] steps - 26 780 [sigma: 52.9982 | error: 0.32586 | coeff: 0.32586 | eff: 1 | fom: 0.154386 | r2int: 0.101568 | r2eff: 0 | hits: 23 ] steps - 27 230 [sigma: 14.2893 | error: 0.263583 | coeff: 0.263583 | eff: 1 | fom: 0.235957 | r2int: 0.0656165 | r2eff: 0 | hits: 18 ] steps - 28 312 [sigma: 50.7155 | error: 0.608206 | coeff: 0.608206 | eff: 1 | fom: 0.0443169 | r2int: 0.343492 | r2eff: 0 | hits: 14 ] steps - 29 337 [sigma: 32.6118 | error: 0.387084 | coeff: 0.387084 | eff: 1 | fom: 0.109411 | r2int: 0.140469 | r2eff: 0 | hits: 16 ] steps - 30 292 [sigma: 17.6208 | error: 0.283045 | coeff: 0.283045 | eff: 1 | fom: 0.204626 | r2int: 0.0764726 | r2eff: 0 | hits: 22 ] steps - 31 600 [sigma: 19.2074 | error: 0.202463 | coeff: 0.202463 | eff: 1 | fom: 0.399923 | r2int: 0.0399667 | r2eff: 0 | hits: 40 ] steps - 32 460 [sigma: 9.65097 | error: 0.127619 | coeff: 0.127619 | eff: 1 | fom: 1.00657 | r2int: 0.0158463 | r2eff: 0 | hits: 37 ] steps - 33 440 [sigma: 11.4327 | error: 0.170385 | coeff: 0.170385 | eff: 1 | fom: 0.56469 | r2int: 0.0283558 | r2eff: 0 | hits: 43 ] steps - 34 524 [sigma: 27.9083 | error: 0.266301 | coeff: 0.266301 | eff: 1 | fom: 0.231167 | r2int: 0.0680794 | r2eff: 0 | hits: 25 ] steps - 35 582 [sigma: 55.2239 | error: 0.424345 | coeff: 0.424345 | eff: 1 | fom: 0.0910401 | r2int: 0.171065 | r2eff: 0 | hits: 20 ] steps - 36 601 [sigma: 19.1939 | error: 0.199444 | coeff: 0.199444 | eff: 1 | fom: 0.412124 | r2int: 0.038758 | r2eff: 0 | hits: 39 ] steps - 37 368 [sigma: 11.3039 | error: 0.184302 | coeff: 0.184302 | eff: 1 | fom: 0.482623 | r2int: 0.0330239 | r2eff: 0 | hits: 36 ] steps - 38 701 [sigma: 20.2543 | error: 0.180439 | coeff: 0.180439 | eff: 1 | fom: 0.503509 | r2int: 0.0317235 | r2eff: 0 | hits: 39 ] steps - 39 574 [sigma: 44.6528 | error: 0.388962 | coeff: 0.388962 | eff: 1 | fom: 0.108357 | r2int: 0.14524 | r2eff: 0 | hits: 25 ] steps - 40 165 [sigma: 12.383 | error: 0.327129 | coeff: 0.327129 | eff: 1 | fom: 0.15319 | r2int: 0.101381 | r2eff: 0 | hits: 19 ] steps - 41 594 [sigma: 14.5295 | error: 0.142627 | coeff: 0.142627 | eff: 1 | fom: 0.805871 | r2int: 0.0197442 | r2eff: 0 | hits: 34 ] steps - 42 695 [sigma: 19.101 | error: 0.17598 | coeff: 0.17598 | eff: 1 | fom: 0.529352 | r2int: 0.0302136 | r2eff: 0 | hits: 41 ] steps - 43 629 [sigma: 23.1302 | error: 0.20802 | coeff: 0.20802 | eff: 1 | fom: 0.378845 | r2int: 0.0419199 | r2eff: 0 | hits: 32 ] steps - 44 682 [sigma: 51.6116 | error: 0.346795 | coeff: 0.346795 | eff: 1 | fom: 0.136309 | r2int: 0.11454 | r2eff: 0 | hits: 21 ] steps - 45 44 [sigma: 5.08967 | error: 0.306046 | coeff: 0.306046 | eff: 1 | fom: 0.175024 | r2int: 0.0802834 | r2eff: 0 | hits: 7 ] steps - 46 203 [sigma: 15.7745 | error: 0.356097 | coeff: 0.356097 | eff: 1 | fom: 0.129281 | r2int: 0.120766 | r2eff: 0 | hits: 21 ] steps - 47 591 [sigma: 36.9036 | error: 0.342012 | coeff: 0.342012 | eff: 1 | fom: 0.140148 | r2int: 0.113073 | r2eff: 0 | hits: 30 ] steps - 48 775 [sigma: 61.8939 | error: 0.38301 | coeff: 0.38301 | eff: 1 | fom: 0.111751 | r2int: 0.140319 | r2eff: 0 | hits: 23 ] steps - 49 646 [sigma: 63.7016 | error: 0.355541 | coeff: 0.355541 | eff: 1 | fom: 0.129685 | r2int: 0.116686 | r2eff: 0 | hits: 13 ] steps - 50 1294 [sigma: 43.2946 | error: 0.219398 | coeff: 0.219398 | eff: 1 | fom: 0.340568 | r2int: 0.0470162 | r2eff: 0 | hits: 43 ] steps - 51 2131 [sigma: 45.5026 | error: 0.18492 | coeff: 0.18492 | eff: 1 | fom: 0.479405 | r2int: 0.0337394 | r2eff: 0 | hits: 75 ] steps - 52 1747 [sigma: 46.5387 | error: 0.235271 | coeff: 0.235271 | eff: 1 | fom: 0.296164 | r2int: 0.0546429 | r2eff: 0 | hits: 78 ] steps - 53 1360 [sigma: 25.2373 | error: 0.148455 | coeff: 0.148455 | eff: 1 | fom: 0.743845 | r2int: 0.0216944 | r2eff: 0 | hits: 64 ] steps - 54 1025 [sigma: 27.4912 | error: 0.185819 | coeff: 0.185819 | eff: 1 | fom: 0.474777 | r2int: 0.0338094 | r2eff: 0 | hits: 48 ] steps - 55 2685 [sigma: 47.6724 | error: 0.165608 | coeff: 0.165608 | eff: 1 | fom: 0.597731 | r2int: 0.0271109 | r2eff: 0 | hits: 87 ] steps - 56 1957 [sigma: 16.9795 | error: 0.0966148 | coeff: 0.0966148 | eff: 1 | fom: 1.75624 | r2int: 0.00925914 | r2eff: 0 | hits: 124 ] steps - 57 2072 [sigma: 15.6344 | error: 0.0883183 | coeff: 0.0883183 | eff: 1 | fom: 2.10169 | r2int: 0.00774318 | r2eff: 0 | hits: 137 ] steps - 58 2273 [sigma: 16.3758 | error: 0.0852447 | coeff: 0.0852447 | eff: 1 | fom: 2.25598 | r2int: 0.00721475 | r2eff: 0 | hits: 140 ] steps - 59 2239 [sigma: 40.9058 | error: 0.171385 | coeff: 0.171385 | eff: 1 | fom: 0.558118 | r2int: 0.0290389 | r2eff: 0 | hits: 88 ] steps - 60 2867 [sigma: 58.3051 | error: 0.198217 | coeff: 0.198217 | eff: 1 | fom: 0.417242 | r2int: 0.0388764 | r2eff: 0 | hits: 95 ] steps - 61 2508 [sigma: 16.6216 | error: 0.0825111 | coeff: 0.0825111 | eff: 1 | fom: 2.40794 | r2int: 0.00676415 | r2eff: 0 | hits: 155 ] steps - 62 2728 [sigma: 13.1211 | error: 0.0641708 | coeff: 0.0641708 | eff: 1 | fom: 3.98103 | r2int: 0.00409475 | r2eff: 0 | hits: 178 ] steps - 63 2468 [sigma: 14.9211 | error: 0.0740459 | coeff: 0.0740459 | eff: 1 | fom: 2.98998 | r2int: 0.00544624 | r2eff: 0 | hits: 150 ] steps - 64 1745 [sigma: 24.7904 | error: 0.130978 | coeff: 0.130978 | eff: 1 | fom: 0.955601 | r2int: 0.0169533 | r2eff: 0 | hits: 85 ] steps - 65 2457 [sigma: 45.7515 | error: 0.167588 | coeff: 0.167588 | eff: 1 | fom: 0.583693 | r2int: 0.027739 | r2eff: 0 | hits: 81 ] steps - 66 2093 [sigma: 16.3482 | error: 0.087677 | coeff: 0.087677 | eff: 1 | fom: 2.13255 | r2int: 0.00762625 | r2eff: 0 | hits: 126 ] steps - 67 2413 [sigma: 18.1383 | error: 0.0938863 | coeff: 0.0938863 | eff: 1 | fom: 1.8598 | r2int: 0.00875813 | r2eff: 0 | hits: 156 ] steps - 68 2177 [sigma: 17.3053 | error: 0.0899342 | coeff: 0.0899342 | eff: 1 | fom: 2.02684 | r2int: 0.00802497 | r2eff: 0 | hits: 128 ] steps - 69 2490 [sigma: 43.677 | error: 0.152918 | coeff: 0.152918 | eff: 1 | fom: 0.701052 | r2int: 0.0230764 | r2eff: 0 | hits: 76 ] steps - 70 1716 [sigma: 52.7816 | error: 0.213101 | coeff: 0.213101 | eff: 1 | fom: 0.360993 | r2int: 0.044466 | r2eff: 0 | hits: 48 ] steps - 71 1778 [sigma: 32.9642 | error: 0.162688 | coeff: 0.162688 | eff: 1 | fom: 0.619382 | r2int: 0.0261237 | r2eff: 0 | hits: 77 ] steps - 72 2388 [sigma: 52.2357 | error: 0.212079 | coeff: 0.212079 | eff: 1 | fom: 0.364482 | r2int: 0.0444988 | r2eff: 0 | hits: 94 ] steps - 73 2432 [sigma: 41.8204 | error: 0.162226 | coeff: 0.162226 | eff: 1 | fom: 0.622917 | r2int: 0.0260215 | r2eff: 0 | hits: 89 ] steps - 74 1529 [sigma: 56.9021 | error: 0.232409 | coeff: 0.232409 | eff: 1 | fom: 0.303503 | r2int: 0.0526291 | r2eff: 0 | hits: 39 ] steps - 75 7970 [sigma: 55.9871 | error: 0.0968293 | coeff: 0.0968293 | eff: 1 | fom: 1.74846 | r2int: 0.00932656 | r2eff: 0 | hits: 190 ] steps - 76 11091 [sigma: 57.7961 | error: 0.0845096 | coeff: 0.0845096 | eff: 1 | fom: 2.2954 | r2int: 0.00711472 | r2eff: 0 | hits: 263 ] steps - 77 10687 [sigma: 50.4361 | error: 0.0802297 | coeff: 0.0802297 | eff: 1 | fom: 2.54683 | r2int: 0.00641453 | r2eff: 0 | hits: 289 ] steps - 78 10373 [sigma: 51.8669 | error: 0.0826167 | coeff: 0.0826167 | eff: 1 | fom: 2.40179 | r2int: 0.00680051 | r2eff: 0 | hits: 273 ] steps - 79 6731 [sigma: 51.9012 | error: 0.10024 | coeff: 0.10024 | eff: 1 | fom: 1.6315 | r2int: 0.00998862 | r2eff: 0 | hits: 169 ] steps - 80 13231 [sigma: 54.0298 | error: 0.0701378 | coeff: 0.0701378 | eff: 1 | fom: 3.33247 | r2int: 0.00490263 | r2eff: 0 | hits: 295 ] steps - 81 10772 [sigma: 23.0891 | error: 0.0461711 | coeff: 0.0461711 | eff: 1 | fom: 7.69008 | r2int: 0.00212717 | r2eff: 0 | hits: 464 ] steps - 82 10122 [sigma: 19.6825 | error: 0.0426024 | coeff: 0.0426024 | eff: 1 | fom: 9.03239 | r2int: 0.00181118 | r2eff: 0 | hits: 480 ] steps - 83 10307 [sigma: 23.2512 | error: 0.0468873 | coeff: 0.0468873 | eff: 1 | fom: 7.45694 | r2int: 0.00219333 | r2eff: 0 | hits: 432 ] steps - 84 10715 [sigma: 52.0545 | error: 0.0810007 | coeff: 0.0810007 | eff: 1 | fom: 2.49858 | r2int: 0.00653751 | r2eff: 0 | hits: 278 ] steps - 85 14274 [sigma: 65.9317 | error: 0.0836538 | coeff: 0.0836538 | eff: 1 | fom: 2.3426 | r2int: 0.00697662 | r2eff: 0 | hits: 328 ] steps - 86 10981 [sigma: 20.3303 | error: 0.0417286 | coeff: 0.0417286 | eff: 1 | fom: 9.4146 | r2int: 0.00173785 | r2eff: 0 | hits: 508 ] steps - 87 10946 [sigma: 18.7131 | error: 0.0403113 | coeff: 0.0403113 | eff: 1 | fom: 10.0882 | r2int: 0.00162208 | r2eff: 0 | hits: 556 ] steps - 88 10033 [sigma: 20.1427 | error: 0.0437556 | coeff: 0.0437556 | eff: 1 | fom: 8.56256 | r2int: 0.00191052 | r2eff: 0 | hits: 475 ] steps - 89 10593 [sigma: 55.3039 | error: 0.0868913 | coeff: 0.0868913 | eff: 1 | fom: 2.17129 | r2int: 0.00752284 | r2eff: 0 | hits: 277 ] steps - 90 10655 [sigma: 51.0854 | error: 0.0809405 | coeff: 0.0809405 | eff: 1 | fom: 2.5023 | r2int: 0.00652837 | r2eff: 0 | hits: 285 ] steps - 91 9075 [sigma: 19.4427 | error: 0.0456498 | coeff: 0.0456498 | eff: 1 | fom: 7.86671 | r2int: 0.00207931 | r2eff: 0 | hits: 454 ] steps - 92 10019 [sigma: 20.8579 | error: 0.0457529 | coeff: 0.0457529 | eff: 1 | fom: 7.83128 | r2int: 0.002089 | r2eff: 0 | hits: 483 ] steps - 93 10174 [sigma: 21.2523 | error: 0.0436173 | coeff: 0.0436173 | eff: 1 | fom: 8.61694 | r2int: 0.0018981 | r2eff: 0 | hits: 436 ] steps - 94 10758 [sigma: 57.8303 | error: 0.0876728 | coeff: 0.0876728 | eff: 1 | fom: 2.13275 | r2int: 0.00765762 | r2eff: 0 | hits: 266 ] steps - 95 7358 [sigma: 64.0335 | error: 0.113801 | coeff: 0.113801 | eff: 1 | fom: 1.26584 | r2int: 0.0128749 | r2eff: 0 | hits: 171 ] steps - 96 11052 [sigma: 55.1236 | error: 0.0796465 | coeff: 0.0796465 | eff: 1 | fom: 2.58426 | r2int: 0.00631869 | r2eff: 0 | hits: 255 ] steps - 97 10619 [sigma: 50.0228 | error: 0.0807715 | coeff: 0.0807715 | eff: 1 | fom: 2.51278 | r2int: 0.00650185 | r2eff: 0 | hits: 294 ] steps - 98 11014 [sigma: 49.8712 | error: 0.0780339 | coeff: 0.0780339 | eff: 1 | fom: 2.69218 | r2int: 0.00606878 | r2eff: 0 | hits: 297 ] steps - 99 7099 [sigma: 49.0539 | error: 0.0895635 | coeff: 0.0895635 | eff: 1 | fom: 2.04366 | r2int: 0.00797388 | r2eff: 0 | hits: 168 ] steps - 100 19627 [sigma: 43.6499 | error: 0.0559097 | coeff: 0.0559097 | eff: 1 | fom: 5.24439 | r2int: 0.00312095 | r2eff: 0 | hits: 632 ] steps - 101 26121 [sigma: 47.1043 | error: 0.0504283 | coeff: 0.0504283 | eff: 1 | fom: 6.44646 | r2int: 0.00253976 | r2eff: 0 | hits: 782 ] steps - 102 25869 [sigma: 44.9626 | error: 0.048945 | coeff: 0.048945 | eff: 1 | fom: 6.84312 | r2int: 0.00239259 | r2eff: 0 | hits: 793 ] steps - 103 28229 [sigma: 56.2783 | error: 0.0549245 | coeff: 0.0549245 | eff: 1 | fom: 5.43422 | r2int: 0.00301273 | r2eff: 0 | hits: 759 ] steps - 104 17784 [sigma: 35.4293 | error: 0.0502808 | coeff: 0.0502808 | eff: 1 | fom: 6.48434 | r2int: 0.00252419 | r2eff: 0 | hits: 637 ] steps - 105 25835 [sigma: 45.6453 | error: 0.0488034 | coeff: 0.0488034 | eff: 1 | fom: 6.88288 | r2int: 0.00237865 | r2eff: 0 | hits: 763 ] steps - 106 39337 [sigma: 49.1015 | error: 0.0405626 | coeff: 0.0405626 | eff: 1 | fom: 9.96366 | r2int: 0.00164376 | r2eff: 0 | hits: 1056 ] steps - 107 41848 [sigma: 52.8702 | error: 0.0411716 | coeff: 0.0411716 | eff: 1 | fom: 9.67106 | r2int: 0.00169351 | r2eff: 0 | hits: 1062 ] steps - 108 35781 [sigma: 51.4713 | error: 0.0453302 | coeff: 0.0453302 | eff: 1 | fom: 7.97802 | r2int: 0.00205276 | r2eff: 0 | hits: 993 ] steps - 109 26700 [sigma: 43.8666 | error: 0.0462074 | coeff: 0.0462074 | eff: 1 | fom: 7.55415 | r2int: 0.00213242 | r2eff: 0 | hits: 791 ] steps - 110 28313 [sigma: 50.1944 | error: 0.0506424 | coeff: 0.0506424 | eff: 1 | fom: 6.28897 | r2int: 0.00256151 | r2eff: 0 | hits: 816 ] steps - 111 41491 [sigma: 48.5371 | error: 0.0387457 | coeff: 0.0387457 | eff: 1 | fom: 10.7439 | r2int: 0.00149986 | r2eff: 0 | hits: 1097 ] steps - 112 41127 [sigma: 53.136 | error: 0.042675 | coeff: 0.042675 | eff: 1 | fom: 8.85646 | r2int: 0.00181949 | r2eff: 0 | hits: 1091 ] steps - 113 37226 [sigma: 49.7111 | error: 0.0427115 | coeff: 0.0427115 | eff: 1 | fom: 8.84137 | r2int: 0.00182249 | r2eff: 0 | hits: 1023 ] steps - 114 28984 [sigma: 46.2141 | error: 0.0453794 | coeff: 0.0453794 | eff: 1 | fom: 7.83233 | r2int: 0.00205675 | r2eff: 0 | hits: 810 ] steps - 115 25734 [sigma: 46.2187 | error: 0.0499021 | coeff: 0.0499021 | eff: 1 | fom: 6.47694 | r2int: 0.002487 | r2eff: 0 | hits: 772 ] steps - 116 39264 [sigma: 55.7351 | error: 0.0451123 | coeff: 0.0451123 | eff: 1 | fom: 7.92536 | r2int: 0.0020331 | r2eff: 0 | hits: 1010 ] steps - 117 42118 [sigma: 57.8963 | error: 0.0442875 | coeff: 0.0442875 | eff: 1 | fom: 8.22328 | r2int: 0.0019595 | r2eff: 0 | hits: 1038 ] steps - 118 39516 [sigma: 53.0077 | error: 0.0420788 | coeff: 0.0420788 | eff: 1 | fom: 9.10923 | r2int: 0.00176883 | r2eff: 0 | hits: 984 ] steps - 119 28143 [sigma: 47.5243 | error: 0.0472828 | coeff: 0.0472828 | eff: 1 | fom: 7.21442 | r2int: 0.00223281 | r2eff: 0 | hits: 784 ] steps - 120 17291 [sigma: 40.3953 | error: 0.057983 | coeff: 0.057983 | eff: 1 | fom: 4.79741 | r2int: 0.00335657 | r2eff: 0 | hits: 616 ] steps - 121 26194 [sigma: 47.1357 | error: 0.0499985 | coeff: 0.0499985 | eff: 1 | fom: 6.452 | r2int: 0.00249661 | r2eff: 0 | hits: 772 ] steps - 122 27381 [sigma: 46.5013 | error: 0.0481852 | coeff: 0.0481852 | eff: 1 | fom: 6.94673 | r2int: 0.00231893 | r2eff: 0 | hits: 805 ] steps - 123 28570 [sigma: 46.8861 | error: 0.0462719 | coeff: 0.0462719 | eff: 1 | fom: 7.53309 | r2int: 0.0021384 | r2eff: 0 | hits: 795 ] steps - 124 20042 [sigma: 42.4394 | error: 0.0524274 | coeff: 0.0524274 | eff: 1 | fom: 5.86801 | r2int: 0.00274415 | r2eff: 0 | hits: 613 ] steps + 5 17.000000 steps + 6 43.000000 steps + 7 86.000000 steps + 8 50.000000 steps + 9 43.000000 steps + 10 40.000000 steps + 11 56.000000 steps + 12 58.000000 steps + 13 62.000000 steps + 14 22.000000 steps + 15 7.000000 steps + 16 48.000000 steps + 17 35.000000 steps + 18 59.000000 steps + 19 77.000000 steps + 20 3.000000 steps + 21 15.000000 steps + 22 24.000000 steps + 23 63.000000 steps + 24 37.000000 steps + 25 89.000000 steps + 26 115.000000 steps + 27 199.000000 steps + 28 110.000000 steps + 29 170.000000 steps + 30 114.000000 steps + 31 275.000000 steps + 32 391.000000 steps + 33 260.000000 steps + 34 113.000000 steps + 35 233.000000 steps + 36 332.000000 steps + 37 323.000000 steps + 38 264.000000 steps + 39 109.000000 steps + 40 213.000000 steps + 41 215.000000 steps + 42 206.000000 steps + 43 290.000000 steps + 44 65.000000 steps + 45 168.000000 steps + 46 182.000000 steps + 47 82.000000 steps + 48 124.000000 steps + 49 66.000000 steps + 50 395.000000 steps + 51 539.000000 steps + 52 592.000000 steps + 53 573.000000 steps + 54 355.000000 steps + 55 733.000000 steps + 56 906.000000 steps + 57 1212.000000 steps + 58 915.000000 steps + 59 607.000000 steps + 60 665.000000 steps + 61 1141.000000 steps + 62 1197.000000 steps + 63 1158.000000 steps + 64 673.000000 steps + 65 536.000000 steps + 66 686.000000 steps + 67 942.000000 steps + 68 866.000000 steps + 69 638.000000 steps + 70 744.000000 steps + 71 505.000000 steps + 72 848.000000 steps + 73 361.000000 steps + 74 396.000000 steps + 75 4044.000000 steps + 76 4611.000000 steps + 77 4786.000000 steps + 78 4994.000000 steps + 79 4173.000000 steps + 80 4470.000000 steps + 81 4315.000000 steps + 82 4254.000000 steps + 83 4478.000000 steps + 84 5226.000000 steps + 85 5727.000000 steps + 86 4137.000000 steps + 87 4229.000000 steps + 88 3849.000000 steps + 89 5141.000000 steps + 90 4190.000000 steps + 91 4146.000000 steps + 92 4051.000000 steps + 93 4380.000000 steps + 94 4510.000000 steps + 95 3711.000000 steps + 96 4149.000000 steps + 97 3982.000000 steps + 98 4358.000000 steps + 99 4214.000000 steps + 100 15243.000000 steps + 101 19880.000000 steps + 102 20424.000000 steps + 103 19754.000000 steps + 104 15830.000000 steps + 105 20088.000000 steps + 106 24845.000000 steps + 107 24831.000000 steps + 108 26922.000000 steps + 109 23013.000000 steps + 110 21319.000000 steps + 111 28117.000000 steps + 112 28513.000000 steps + 113 26039.000000 steps + 114 21749.000000 steps + 115 18402.000000 steps + 116 25826.000000 steps + 117 25759.000000 steps + 118 27966.000000 steps + 119 21364.000000 steps + 120 15215.000000 steps + 121 20437.000000 steps + 122 19238.000000 steps + 123 20954.000000 steps + 124 15810.000000 steps + 0 51 [sigma: 11.3004 | error: 0.495462 | coeff: 0.495462 | eff: 1 | fom: 0.169734 | r2int: 0.196386 | r2eff: 0 | hits: 5 ] steps + 1 44 [sigma: 10.198 | error: 0.655555 | coeff: 0.655555 | eff: 1 | fom: 0.0969551 | r2int: 0.376033 | r2eff: 0 | hits: 8 ] steps + 2 55 [sigma: 9.93461 | error: 0.510897 | coeff: 0.510897 | eff: 1 | fom: 0.159633 | r2int: 0.228388 | r2eff: 0 | hits: 8 ] steps + 3 35 [sigma: 2.48328 | error: 0.173793 | coeff: 0.173793 | eff: 1 | fom: 1.3795 | r2int: 0.0251701 | r2eff: 0 | hits: 6 ] steps + 4 20 [sigma: 4.24264 | error: 0.474342 | coeff: 0.474342 | eff: 1 | fom: 0.185185 | r2int: 0.18 | r2eff: 0 | hits: 5 ] steps + 5 17 [sigma: 3.25064 | error: 0.468377 | coeff: 0.468377 | eff: 1 | fom: 0.189932 | r2int: 0.182814 | r2eff: 0 | hits: 6 ] steps + 6 43 [sigma: 6.14727 | error: 0.452078 | coeff: 0.452078 | eff: 1 | fom: 0.203874 | r2int: 0.183937 | r2eff: 0 | hits: 10 ] steps + 7 86 [sigma: 12.0296 | error: 0.442336 | coeff: 0.442336 | eff: 1 | fom: 0.212953 | r2int: 0.176095 | r2eff: 0 | hits: 10 ] steps + 8 50 [sigma: 7.44024 | error: 0.420883 | coeff: 0.420883 | eff: 1 | fom: 0.235215 | r2int: 0.155 | r2eff: 0 | hits: 8 ] steps + 9 43 [sigma: 17.0392 | error: 0.686342 | coeff: 0.686342 | eff: 1 | fom: 0.088452 | r2int: 0.314044 | r2eff: 0 | hits: 3 ] steps + 10 40 [sigma: 7.71146 | error: 0.472229 | coeff: 0.472229 | eff: 1 | fom: 0.186846 | r2int: 0.185833 | r2eff: 0 | hits: 6 ] steps + 11 56 [sigma: 5.45108 | error: 0.275321 | coeff: 0.275321 | eff: 1 | fom: 0.549679 | r2int: 0.0663265 | r2eff: 0 | hits: 8 ] steps + 12 58 [sigma: 10.1242 | error: 0.493718 | coeff: 0.493718 | eff: 1 | fom: 0.170935 | r2int: 0.213288 | r2eff: 0 | hits: 8 ] steps + 13 62 [sigma: 8.34593 | error: 0.446457 | coeff: 0.446457 | eff: 1 | fom: 0.20904 | r2int: 0.181203 | r2eff: 0 | hits: 11 ] steps + 14 22 [sigma: 2.86606 | error: 0.368474 | coeff: 0.368474 | eff: 1 | fom: 0.306884 | r2int: 0.118802 | r2eff: 0 | hits: 8 ] steps + 15 7 [sigma: 1.5 | error: 0.428571 | coeff: 0.428571 | eff: 1 | fom: 0.226852 | r2int: 0.137755 | r2eff: 0 | hits: 4 ] steps + 16 48 [sigma: 6.80441 | error: 0.316982 | coeff: 0.316982 | eff: 1 | fom: 0.414687 | r2int: 0.0803819 | r2eff: 0 | hits: 5 ] steps + 17 35 [sigma: 4.57894 | error: 0.320459 | coeff: 0.320459 | eff: 1 | fom: 0.405737 | r2int: 0.0855782 | r2eff: 0 | hits: 6 ] steps + 18 59 [sigma: 8.30462 | error: 0.344781 | coeff: 0.344781 | eff: 1 | fom: 0.350512 | r2int: 0.0990616 | r2eff: 0 | hits: 6 ] steps + 19 77 [sigma: 11.8796 | error: 0.436371 | coeff: 0.436371 | eff: 1 | fom: 0.218815 | r2int: 0.166617 | r2eff: 0 | hits: 8 ] steps + 20 3 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 3 ] steps + 21 15 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] steps + 22 24 [sigma: 8.18535 | error: 0.590727 | coeff: 0.590727 | eff: 1 | fom: 0.119403 | r2int: 0.232639 | r2eff: 0 | hits: 3 ] steps + 23 63 [sigma: 18.5742 | error: 0.780042 | coeff: 0.780042 | eff: 1 | fom: 0.0684783 | r2int: 0.521542 | r2eff: 0 | hits: 7 ] steps + 24 37 [sigma: 4.78589 | error: 0.342224 | coeff: 0.342224 | eff: 1 | fom: 0.355769 | r2int: 0.100386 | r2eff: 0 | hits: 7 ] steps + 25 89 [sigma: 8.98947 | error: 0.349893 | coeff: 0.349893 | eff: 1 | fom: 0.340345 | r2int: 0.112223 | r2eff: 0 | hits: 12 ] steps + 26 115 [sigma: 7.09713 | error: 0.261831 | coeff: 0.261831 | eff: 1 | fom: 0.60778 | r2int: 0.0647469 | r2eff: 0 | hits: 18 ] steps + 27 199 [sigma: 14.8872 | error: 0.334561 | coeff: 0.334561 | eff: 1 | fom: 0.372253 | r2int: 0.106334 | r2eff: 0 | hits: 20 ] steps + 28 110 [sigma: 8.05246 | error: 0.31909 | coeff: 0.31909 | eff: 1 | fom: 0.409226 | r2int: 0.0964593 | r2eff: 0 | hits: 19 ] steps + 29 170 [sigma: 10.2441 | error: 0.262665 | coeff: 0.262665 | eff: 1 | fom: 0.603929 | r2int: 0.0653615 | r2eff: 0 | hits: 19 ] steps + 30 114 [sigma: 8.3135 | error: 0.282439 | coeff: 0.282439 | eff: 1 | fom: 0.522323 | r2int: 0.0744537 | r2eff: 0 | hits: 15 ] steps + 31 275 [sigma: 10.308 | error: 0.191129 | coeff: 0.191129 | eff: 1 | fom: 1.14061 | r2int: 0.0351252 | r2eff: 0 | hits: 26 ] steps + 32 391 [sigma: 16.303 | error: 0.235867 | coeff: 0.235867 | eff: 1 | fom: 0.748953 | r2int: 0.0538947 | r2eff: 0 | hits: 32 ] steps + 33 260 [sigma: 8.83504 | error: 0.166472 | coeff: 0.166472 | eff: 1 | fom: 1.50351 | r2int: 0.0265582 | r2eff: 0 | hits: 24 ] steps + 34 113 [sigma: 7.86372 | error: 0.269523 | coeff: 0.269523 | eff: 1 | fom: 0.573586 | r2int: 0.0677996 | r2eff: 0 | hits: 15 ] steps + 35 233 [sigma: 29.5995 | error: 0.508146 | coeff: 0.508146 | eff: 1 | fom: 0.161366 | r2int: 0.242074 | r2eff: 0 | hits: 16 ] steps + 36 332 [sigma: 17.1795 | error: 0.242707 | coeff: 0.242707 | eff: 1 | fom: 0.707331 | r2int: 0.0562293 | r2eff: 0 | hits: 22 ] steps + 37 323 [sigma: 10.6364 | error: 0.167911 | coeff: 0.167911 | eff: 1 | fom: 1.47784 | r2int: 0.0271099 | r2eff: 0 | hits: 26 ] steps + 38 264 [sigma: 13.6312 | error: 0.242182 | coeff: 0.242182 | eff: 1 | fom: 0.710405 | r2int: 0.055986 | r2eff: 0 | hits: 22 ] steps + 39 109 [sigma: 6.1142 | error: 0.269015 | coeff: 0.269015 | eff: 1 | fom: 0.575752 | r2int: 0.0692227 | r2eff: 0 | hits: 23 ] steps + 40 213 [sigma: 9.53566 | error: 0.214702 | coeff: 0.214702 | eff: 1 | fom: 0.903896 | r2int: 0.0440925 | r2eff: 0 | hits: 23 ] steps + 41 215 [sigma: 13.2331 | error: 0.261131 | coeff: 0.261131 | eff: 1 | fom: 0.611042 | r2int: 0.0644012 | r2eff: 0 | hits: 18 ] steps + 42 206 [sigma: 10.8056 | error: 0.240377 | coeff: 0.240377 | eff: 1 | fom: 0.721112 | r2int: 0.0550296 | r2eff: 0 | hits: 21 ] steps + 43 290 [sigma: 11.0651 | error: 0.208987 | coeff: 0.208987 | eff: 1 | fom: 0.954007 | r2int: 0.0422196 | r2eff: 0 | hits: 30 ] steps + 44 65 [sigma: 5.84772 | error: 0.35986 | coeff: 0.35986 | eff: 1 | fom: 0.321753 | r2int: 0.121405 | r2eff: 0 | hits: 16 ] steps + 45 168 [sigma: 10.198 | error: 0.257539 | coeff: 0.257539 | eff: 1 | fom: 0.628205 | r2int: 0.0626417 | r2eff: 0 | hits: 18 ] steps + 46 182 [sigma: 10.0235 | error: 0.227077 | coeff: 0.227077 | eff: 1 | fom: 0.80806 | r2int: 0.0485307 | r2eff: 0 | hits: 17 ] steps + 47 82 [sigma: 6.84957 | error: 0.334126 | coeff: 0.334126 | eff: 1 | fom: 0.373224 | r2int: 0.104662 | r2eff: 0 | hits: 16 ] steps + 48 124 [sigma: 6.96306 | error: 0.251127 | coeff: 0.251127 | eff: 1 | fom: 0.660696 | r2int: 0.0599116 | r2eff: 0 | hits: 20 ] steps + 49 66 [sigma: 7.44381 | error: 0.406652 | coeff: 0.406652 | eff: 1 | fom: 0.251967 | r2int: 0.152645 | r2eff: 0 | hits: 13 ] steps + 50 395 [sigma: 20.5391 | error: 0.311987 | coeff: 0.311987 | eff: 1 | fom: 0.428071 | r2int: 0.0946321 | r2eff: 0 | hits: 36 ] steps + 51 539 [sigma: 17.4578 | error: 0.2244 | coeff: 0.2244 | eff: 1 | fom: 0.827454 | r2int: 0.0493062 | r2eff: 0 | hits: 48 ] steps + 52 592 [sigma: 18.7888 | error: 0.233224 | coeff: 0.233224 | eff: 1 | fom: 0.766024 | r2int: 0.0533862 | r2eff: 0 | hits: 54 ] steps + 53 573 [sigma: 14.5388 | error: 0.19817 | coeff: 0.19817 | eff: 1 | fom: 1.06099 | r2int: 0.0386276 | r2eff: 0 | hits: 61 ] steps + 54 355 [sigma: 17.4832 | error: 0.269744 | coeff: 0.269744 | eff: 1 | fom: 0.572643 | r2int: 0.0703366 | r2eff: 0 | hits: 30 ] steps + 55 733 [sigma: 18.5351 | error: 0.19091 | coeff: 0.19091 | eff: 1 | fom: 1.14322 | r2int: 0.0358073 | r2eff: 0 | hits: 57 ] steps + 56 906 [sigma: 11.3279 | error: 0.11595 | coeff: 0.11595 | eff: 1 | fom: 3.09916 | r2int: 0.0132882 | r2eff: 0 | hits: 86 ] steps + 57 1212 [sigma: 11.9827 | error: 0.0973731 | coeff: 0.0973731 | eff: 1 | fom: 4.39451 | r2int: 0.00938378 | r2eff: 0 | hits: 97 ] steps + 58 915 [sigma: 10.7777 | error: 0.108596 | coeff: 0.108596 | eff: 1 | fom: 3.53315 | r2int: 0.0116543 | r2eff: 0 | hits: 85 ] steps + 59 607 [sigma: 15.7589 | error: 0.2011 | coeff: 0.2011 | eff: 1 | fom: 1.0303 | r2int: 0.0397672 | r2eff: 0 | hits: 60 ] steps + 60 665 [sigma: 15.5242 | error: 0.198086 | coeff: 0.198086 | eff: 1 | fom: 1.0619 | r2int: 0.0386929 | r2eff: 0 | hits: 72 ] steps + 61 1141 [sigma: 12.6906 | error: 0.105516 | coeff: 0.105516 | eff: 1 | fom: 3.7424 | r2int: 0.01101 | r2eff: 0 | hits: 90 ] steps + 62 1197 [sigma: 11.7018 | error: 0.0927425 | coeff: 0.0927425 | eff: 1 | fom: 4.8443 | r2int: 0.0085056 | r2eff: 0 | hits: 90 ] steps + 63 1158 [sigma: 12.7352 | error: 0.0989785 | coeff: 0.0989785 | eff: 1 | fom: 4.25312 | r2int: 0.00967579 | r2eff: 0 | hits: 81 ] steps + 64 673 [sigma: 20.7885 | error: 0.231155 | coeff: 0.231155 | eff: 1 | fom: 0.7798 | r2int: 0.0524784 | r2eff: 0 | hits: 56 ] steps + 65 536 [sigma: 10.7411 | error: 0.156512 | coeff: 0.156512 | eff: 1 | fom: 1.70096 | r2int: 0.0240944 | r2eff: 0 | hits: 61 ] steps + 66 686 [sigma: 10.5844 | error: 0.121489 | coeff: 0.121489 | eff: 1 | fom: 2.82304 | r2int: 0.0145215 | r2eff: 0 | hits: 62 ] steps + 67 942 [sigma: 12.2306 | error: 0.110932 | coeff: 0.110932 | eff: 1 | fom: 3.38588 | r2int: 0.0121374 | r2eff: 0 | hits: 73 ] steps + 68 866 [sigma: 13.1691 | error: 0.129927 | coeff: 0.129927 | eff: 1 | fom: 2.46825 | r2int: 0.0166498 | r2eff: 0 | hits: 73 ] steps + 69 638 [sigma: 20.4119 | error: 0.223955 | coeff: 0.223955 | eff: 1 | fom: 0.830744 | r2int: 0.0491322 | r2eff: 0 | hits: 49 ] steps + 70 744 [sigma: 23.3486 | error: 0.226303 | coeff: 0.226303 | eff: 1 | fom: 0.813596 | r2int: 0.0502281 | r2eff: 0 | hits: 52 ] steps + 71 505 [sigma: 19.7473 | error: 0.270918 | coeff: 0.270918 | eff: 1 | fom: 0.567693 | r2int: 0.0718674 | r2eff: 0 | hits: 48 ] steps + 72 848 [sigma: 24.0549 | error: 0.202578 | coeff: 0.202578 | eff: 1 | fom: 1.01532 | r2int: 0.0402333 | r2eff: 0 | hits: 51 ] steps + 73 361 [sigma: 12.8263 | error: 0.253734 | coeff: 0.253734 | eff: 1 | fom: 0.647189 | r2int: 0.0631187 | r2eff: 0 | hits: 51 ] steps + 74 396 [sigma: 11.5441 | error: 0.197717 | coeff: 0.197717 | eff: 1 | fom: 1.06587 | r2int: 0.038242 | r2eff: 0 | hits: 46 ] steps + 75 4044 [sigma: 36.9618 | error: 0.11525 | coeff: 0.11525 | eff: 1 | fom: 3.13696 | r2int: 0.013199 | r2eff: 0 | hits: 159 ] steps + 76 4611 [sigma: 39.1273 | error: 0.116349 | coeff: 0.116349 | eff: 1 | fom: 3.07795 | r2int: 0.0134651 | r2eff: 0 | hits: 188 ] steps + 77 4786 [sigma: 29.3786 | error: 0.0895875 | coeff: 0.0895875 | eff: 1 | fom: 5.19151 | r2int: 0.00798824 | r2eff: 0 | hits: 213 ] steps + 78 4994 [sigma: 28.6064 | error: 0.0861131 | coeff: 0.0861131 | eff: 1 | fom: 5.61888 | r2int: 0.00738266 | r2eff: 0 | hits: 226 ] steps + 79 4173 [sigma: 35.7431 | error: 0.107323 | coeff: 0.107323 | eff: 1 | fom: 3.61745 | r2int: 0.0114449 | r2eff: 0 | hits: 157 ] steps + 80 4470 [sigma: 33.714 | error: 0.10203 | coeff: 0.10203 | eff: 1 | fom: 4.00252 | r2int: 0.0103532 | r2eff: 0 | hits: 183 ] steps + 81 4315 [sigma: 12.1838 | error: 0.050431 | coeff: 0.050431 | eff: 1 | fom: 16.383 | r2int: 0.00253531 | r2eff: 0 | hits: 319 ] steps + 82 4254 [sigma: 12.8918 | error: 0.0541267 | coeff: 0.0541267 | eff: 1 | fom: 14.2222 | r2int: 0.00292051 | r2eff: 0 | hits: 319 ] steps + 83 4478 [sigma: 12.3209 | error: 0.0511056 | coeff: 0.0511056 | eff: 1 | fom: 15.9534 | r2int: 0.00260421 | r2eff: 0 | hits: 345 ] steps + 84 5226 [sigma: 28.0518 | error: 0.0841897 | coeff: 0.0841897 | eff: 1 | fom: 5.87856 | r2int: 0.00705909 | r2eff: 0 | hits: 246 ] steps + 85 5727 [sigma: 34.5499 | error: 0.094621 | coeff: 0.094621 | eff: 1 | fom: 4.65387 | r2int: 0.00891673 | r2eff: 0 | hits: 246 ] steps + 86 4137 [sigma: 11.6991 | error: 0.0513718 | coeff: 0.0513718 | eff: 1 | fom: 15.7884 | r2int: 0.00263106 | r2eff: 0 | hits: 330 ] steps + 87 4229 [sigma: 12.2668 | error: 0.0534065 | coeff: 0.0534065 | eff: 1 | fom: 14.6083 | r2int: 0.00284384 | r2eff: 0 | hits: 339 ] steps + 88 3849 [sigma: 11.2332 | error: 0.0522071 | coeff: 0.0522071 | eff: 1 | fom: 15.2873 | r2int: 0.00271706 | r2eff: 0 | hits: 320 ] steps + 89 5141 [sigma: 34.9961 | error: 0.0957865 | coeff: 0.0957865 | eff: 1 | fom: 4.5413 | r2int: 0.00912871 | r2eff: 0 | hits: 198 ] steps + 90 4190 [sigma: 26.4322 | error: 0.0931424 | coeff: 0.0931424 | eff: 1 | fom: 4.80279 | r2int: 0.00863571 | r2eff: 0 | hits: 218 ] steps + 91 4146 [sigma: 12.8842 | error: 0.0557644 | coeff: 0.0557644 | eff: 1 | fom: 13.3991 | r2int: 0.00310001 | r2eff: 0 | hits: 322 ] steps + 92 4051 [sigma: 12.2437 | error: 0.0539818 | coeff: 0.0539818 | eff: 1 | fom: 14.2986 | r2int: 0.0029049 | r2eff: 0 | hits: 319 ] steps + 93 4380 [sigma: 13.7143 | error: 0.056707 | coeff: 0.056707 | eff: 1 | fom: 12.9573 | r2int: 0.00320588 | r2eff: 0 | hits: 328 ] steps + 94 4510 [sigma: 31.5874 | error: 0.102697 | coeff: 0.102697 | eff: 1 | fom: 3.95072 | r2int: 0.0104975 | r2eff: 0 | hits: 215 ] steps + 95 3711 [sigma: 36.8699 | error: 0.123694 | coeff: 0.123694 | eff: 1 | fom: 2.72329 | r2int: 0.0152014 | r2eff: 0 | hits: 155 ] steps + 96 4149 [sigma: 25.9118 | error: 0.0909331 | coeff: 0.0909331 | eff: 1 | fom: 5.039 | r2int: 0.00822983 | r2eff: 0 | hits: 212 ] steps + 97 3982 [sigma: 35.0887 | error: 0.117894 | coeff: 0.117894 | eff: 1 | fom: 2.9978 | r2int: 0.0138214 | r2eff: 0 | hits: 179 ] steps + 98 4358 [sigma: 28.2762 | error: 0.0933511 | coeff: 0.0933511 | eff: 1 | fom: 4.78134 | r2int: 0.00867234 | r2eff: 0 | hits: 207 ] steps + 99 4214 [sigma: 32.6656 | error: 0.105149 | coeff: 0.105149 | eff: 1 | fom: 3.7686 | r2int: 0.0109962 | r2eff: 0 | hits: 184 ] steps + 100 15243 [sigma: 31.9403 | error: 0.0523014 | coeff: 0.0523014 | eff: 1 | fom: 15.2322 | r2int: 0.00273104 | r2eff: 0 | hits: 623 ] steps + 101 19880 [sigma: 37.0459 | error: 0.050692 | coeff: 0.050692 | eff: 1 | fom: 16.2147 | r2int: 0.00256621 | r2eff: 0 | hits: 740 ] steps + 102 20424 [sigma: 36.7126 | error: 0.0498144 | coeff: 0.0498144 | eff: 1 | fom: 16.7911 | r2int: 0.00247825 | r2eff: 0 | hits: 768 ] steps + 103 19754 [sigma: 30.5427 | error: 0.043043 | coeff: 0.043043 | eff: 1 | fom: 22.4897 | r2int: 0.00185031 | r2eff: 0 | hits: 775 ] steps + 104 15830 [sigma: 35.2831 | error: 0.0559888 | coeff: 0.0559888 | eff: 1 | fom: 13.2919 | r2int: 0.00312977 | r2eff: 0 | hits: 631 ] steps + 105 20088 [sigma: 33.0177 | error: 0.0457869 | coeff: 0.0457869 | eff: 1 | fom: 19.875 | r2int: 0.00209374 | r2eff: 0 | hits: 776 ] steps + 106 24845 [sigma: 35.7368 | error: 0.0431757 | coeff: 0.0431757 | eff: 1 | fom: 22.3516 | r2int: 0.00186207 | r2eff: 0 | hits: 901 ] steps + 107 24831 [sigma: 34.5631 | error: 0.0429022 | coeff: 0.0429022 | eff: 1 | fom: 22.6375 | r2int: 0.00183866 | r2eff: 0 | hits: 950 ] steps + 108 26922 [sigma: 34.5038 | error: 0.0407708 | coeff: 0.0407708 | eff: 1 | fom: 25.0663 | r2int: 0.00166062 | r2eff: 0 | hits: 1012 ] steps + 109 23013 [sigma: 38.8335 | error: 0.0475493 | coeff: 0.0475493 | eff: 1 | fom: 17.6918 | r2int: 0.00225809 | r2eff: 0 | hits: 794 ] steps + 110 21319 [sigma: 30.9953 | error: 0.0413782 | coeff: 0.0413782 | eff: 1 | fom: 23.3623 | r2int: 0.00171004 | r2eff: 0 | hits: 810 ] steps + 111 28117 [sigma: 35.0677 | error: 0.0390238 | coeff: 0.0390238 | eff: 1 | fom: 26.2664 | r2int: 0.0015213 | r2eff: 0 | hits: 979 ] steps + 112 28513 [sigma: 38.2316 | error: 0.0426339 | coeff: 0.0426339 | eff: 1 | fom: 22.0065 | r2int: 0.00181585 | r2eff: 0 | hits: 1011 ] steps + 113 26039 [sigma: 34.6994 | error: 0.0413748 | coeff: 0.0413748 | eff: 1 | fom: 23.3662 | r2int: 0.0017101 | r2eff: 0 | hits: 964 ] steps + 114 21749 [sigma: 34.1947 | error: 0.0452958 | coeff: 0.0452958 | eff: 1 | fom: 19.4959 | r2int: 0.00204924 | r2eff: 0 | hits: 830 ] steps + 115 18402 [sigma: 34.9504 | error: 0.0506789 | coeff: 0.0506789 | eff: 1 | fom: 15.5742 | r2int: 0.00256475 | r2eff: 0 | hits: 712 ] steps + 116 25826 [sigma: 35.5222 | error: 0.0421927 | coeff: 0.0421927 | eff: 1 | fom: 22.4691 | r2int: 0.00177833 | r2eff: 0 | hits: 941 ] steps + 117 25759 [sigma: 32.7163 | error: 0.039821 | coeff: 0.039821 | eff: 1 | fom: 25.2252 | r2int: 0.0015841 | r2eff: 0 | hits: 983 ] steps + 118 27966 [sigma: 37.0268 | error: 0.041193 | coeff: 0.041193 | eff: 1 | fom: 23.573 | r2int: 0.00169511 | r2eff: 0 | hits: 968 ] steps + 119 21364 [sigma: 36.4006 | error: 0.047402 | coeff: 0.047402 | eff: 1 | fom: 17.8019 | r2int: 0.00224405 | r2eff: 0 | hits: 774 ] steps + 120 15215 [sigma: 29.5321 | error: 0.0488728 | coeff: 0.0488728 | eff: 1 | fom: 16.7465 | r2int: 0.00238479 | r2eff: 0 | hits: 634 ] steps + 121 20437 [sigma: 38.8536 | error: 0.0505145 | coeff: 0.0505145 | eff: 1 | fom: 15.6757 | r2int: 0.0025481 | r2eff: 0 | hits: 706 ] steps + 122 19238 [sigma: 34.64 | error: 0.0492787 | coeff: 0.0492787 | eff: 1 | fom: 16.4718 | r2int: 0.00242515 | r2eff: 0 | hits: 749 ] steps + 123 20954 [sigma: 35.843 | error: 0.0471568 | coeff: 0.0471568 | eff: 1 | fom: 17.9875 | r2int: 0.00222083 | r2eff: 0 | hits: 760 ] steps + 124 15810 [sigma: 30.3282 | error: 0.0492071 | coeff: 0.0492071 | eff: 1 | fom: 16.5198 | r2int: 0.00241765 | r2eff: 0 | hits: 658 ] steps ============================================================ closed file mfd_tl_NumberOfSteps.out for output ============================================================ opened file mfd_tg_NumberOfSteps.out for output ============================================================ - 0 12.000000 steps - 1 47.000000 steps - 2 76.000000 steps - 3 96.000000 steps + 0 51.000000 steps + 1 44.000000 steps + 2 55.000000 steps + 3 35.000000 steps 4 20.000000 steps - 5 63.000000 steps - 6 96.000000 steps - 7 198.000000 steps - 8 283.000000 steps - 9 30.000000 steps - 10 306.000000 steps - 11 285.000000 steps - 12 60.000000 steps - 13 396.000000 steps - 14 48.000000 steps - 15 140.000000 steps - 16 173.000000 steps - 17 142.000000 steps - 18 26.000000 steps - 19 86.000000 steps - 20 1.000000 steps - 21 37.000000 steps - 22 87.000000 steps - 23 218.000000 steps - 24 149.000000 steps - 25 275.000000 steps - 26 780.000000 steps - 27 230.000000 steps - 28 312.000000 steps - 29 337.000000 steps - 30 292.000000 steps - 31 600.000000 steps - 32 460.000000 steps - 33 440.000000 steps - 34 524.000000 steps - 35 582.000000 steps - 36 601.000000 steps - 37 368.000000 steps - 38 701.000000 steps - 39 574.000000 steps - 40 165.000000 steps - 41 594.000000 steps - 42 695.000000 steps - 43 629.000000 steps - 44 682.000000 steps - 45 44.000000 steps - 46 203.000000 steps - 47 591.000000 steps - 48 775.000000 steps - 49 646.000000 steps - 50 1294.000000 steps - 51 2131.000000 steps - 52 1747.000000 steps - 53 1360.000000 steps - 54 1025.000000 steps - 55 2685.000000 steps - 56 1957.000000 steps - 57 2072.000000 steps - 58 2273.000000 steps - 59 2239.000000 steps - 60 2867.000000 steps - 61 2508.000000 steps - 62 2728.000000 steps - 63 2468.000000 steps - 64 1745.000000 steps - 65 2457.000000 steps - 66 2093.000000 steps - 67 2413.000000 steps - 68 2177.000000 steps - 69 2490.000000 steps - 70 1716.000000 steps - 71 1778.000000 steps - 72 2388.000000 steps - 73 2432.000000 steps - 74 1529.000000 steps - 75 7970.000000 steps - 76 11091.000000 steps - 77 10687.000000 steps - 78 10373.000000 steps - 79 6731.000000 steps - 80 13231.000000 steps - 81 10772.000000 steps - 82 10122.000000 steps - 83 10307.000000 steps - 84 10715.000000 steps - 85 14274.000000 steps - 86 10981.000000 steps - 87 10946.000000 steps - 88 10033.000000 steps - 89 10593.000000 steps - 90 10655.000000 steps - 91 9075.000000 steps - 92 10019.000000 steps - 93 10174.000000 steps - 94 10758.000000 steps - 95 7358.000000 steps - 96 11052.000000 steps - 97 10619.000000 steps - 98 11014.000000 steps - 99 7099.000000 steps - 100 19627.000000 steps - 101 26121.000000 steps - 102 25869.000000 steps - 103 28229.000000 steps - 104 17784.000000 steps - 105 25835.000000 steps - 106 39337.000000 steps - 107 41848.000000 steps - 108 35781.000000 steps - 109 26700.000000 steps - 110 28313.000000 steps - 111 41491.000000 steps - 112 41127.000000 steps - 113 37226.000000 steps - 114 28984.000000 steps - 115 25734.000000 steps - 116 39264.000000 steps - 117 42118.000000 steps - 118 39516.000000 steps - 119 28143.000000 steps - 120 17291.000000 steps - 121 26194.000000 steps - 122 27381.000000 steps - 123 28570.000000 steps - 124 20042.000000 steps + 5 17.000000 steps + 6 43.000000 steps + 7 86.000000 steps + 8 50.000000 steps + 9 43.000000 steps + 10 40.000000 steps + 11 56.000000 steps + 12 58.000000 steps + 13 62.000000 steps + 14 22.000000 steps + 15 7.000000 steps + 16 48.000000 steps + 17 35.000000 steps + 18 59.000000 steps + 19 77.000000 steps + 20 3.000000 steps + 21 15.000000 steps + 22 24.000000 steps + 23 63.000000 steps + 24 37.000000 steps + 25 89.000000 steps + 26 115.000000 steps + 27 199.000000 steps + 28 110.000000 steps + 29 170.000000 steps + 30 114.000000 steps + 31 275.000000 steps + 32 391.000000 steps + 33 260.000000 steps + 34 113.000000 steps + 35 233.000000 steps + 36 332.000000 steps + 37 323.000000 steps + 38 264.000000 steps + 39 109.000000 steps + 40 213.000000 steps + 41 215.000000 steps + 42 206.000000 steps + 43 290.000000 steps + 44 65.000000 steps + 45 168.000000 steps + 46 182.000000 steps + 47 82.000000 steps + 48 124.000000 steps + 49 66.000000 steps + 50 395.000000 steps + 51 539.000000 steps + 52 592.000000 steps + 53 573.000000 steps + 54 355.000000 steps + 55 733.000000 steps + 56 906.000000 steps + 57 1212.000000 steps + 58 915.000000 steps + 59 607.000000 steps + 60 665.000000 steps + 61 1141.000000 steps + 62 1197.000000 steps + 63 1158.000000 steps + 64 673.000000 steps + 65 536.000000 steps + 66 686.000000 steps + 67 942.000000 steps + 68 866.000000 steps + 69 638.000000 steps + 70 744.000000 steps + 71 505.000000 steps + 72 848.000000 steps + 73 361.000000 steps + 74 396.000000 steps + 75 4044.000000 steps + 76 4611.000000 steps + 77 4786.000000 steps + 78 4994.000000 steps + 79 4173.000000 steps + 80 4470.000000 steps + 81 4315.000000 steps + 82 4254.000000 steps + 83 4478.000000 steps + 84 5226.000000 steps + 85 5727.000000 steps + 86 4137.000000 steps + 87 4229.000000 steps + 88 3849.000000 steps + 89 5141.000000 steps + 90 4190.000000 steps + 91 4146.000000 steps + 92 4051.000000 steps + 93 4380.000000 steps + 94 4510.000000 steps + 95 3711.000000 steps + 96 4149.000000 steps + 97 3982.000000 steps + 98 4358.000000 steps + 99 4214.000000 steps + 100 15243.000000 steps + 101 19880.000000 steps + 102 20424.000000 steps + 103 19754.000000 steps + 104 15830.000000 steps + 105 20088.000000 steps + 106 24845.000000 steps + 107 24831.000000 steps + 108 26922.000000 steps + 109 23013.000000 steps + 110 21319.000000 steps + 111 28117.000000 steps + 112 28513.000000 steps + 113 26039.000000 steps + 114 21749.000000 steps + 115 18402.000000 steps + 116 25826.000000 steps + 117 25759.000000 steps + 118 27966.000000 steps + 119 21364.000000 steps + 120 15215.000000 steps + 121 20437.000000 steps + 122 19238.000000 steps + 123 20954.000000 steps + 124 15810.000000 steps ============================================================ closed file mfd_tg_NumberOfSteps.out for output ============================================================ @@ -1692,6 +1692,6 @@ Run Summary Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== -Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.073 MB +Number of memory pools allocated: 13 of which, static: 0 +Dynamic pools deleted: 13 / Total memory freed: 0.066 MB ============================================================ diff --git a/examples/extended/parameterisations/Par01/examplePar01.out b/examples/extended/parameterisations/Par01/examplePar01.out index 1568020a256..b900af1f95a 100644 --- a/examples/extended/parameterisations/Par01/examplePar01.out +++ b/examples/extended/parameterisations/Par01/examplePar01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -55,7 +55,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -134,10 +133,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -308,7 +310,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -790,7 +792,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -815,12 +817,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 diff --git a/examples/extended/parameterisations/Par02/examplePar02.out b/examples/extended/parameterisations/Par02/examplePar02.out index 1cbf6c7c600..3f5d6448ccb 100644 --- a/examples/extended/parameterisations/Par02/examplePar02.out +++ b/examples/extended/parameterisations/Par02/examplePar02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -63,7 +63,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -123,8 +122,6 @@ Some /vis commands (optionally) take a string to specify colour. "/vis/list" to see available colours. G4ChordFinder: stepperDriverId: 2 Magnetic field is active, fieldValue = (0 0 1 T ). -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ... set ntuple merging row mode : row-wise - done ... create file : DefaultOutput.root - done ... open analysis file : DefaultOutput.root - done @@ -1131,12 +1128,5 @@ See commands in /vis/modeling/trajectories/ for other options. ________Tracker model triggered _________ ... write file : DefaultOutput.root - done ... close file : DefaultOutput.root - done -There are histograms that can be viewed with visualization: - 3 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/parameterisations/Par03/Par03.out b/examples/extended/parameterisations/Par03/Par03.out index 3c7b55bc497..a5321ce1220 100644 --- a/examples/extended/parameterisations/Par03/Par03.out +++ b/examples/extended/parameterisations/Par03/Par03.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -365,7 +364,7 @@ Checking overlaps for volume Detector:99 (G4Tubs) ... OK! ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -390,12 +389,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. Par03EMShowerModel: Gaussian distribution (transverse plane): mu = 0, sigma = 9.87274 mm Gamma distribution (along shower axis): alpha = 4.3593, beta = 0.5, max depth = 30 X0 diff --git a/examples/extended/parameterisations/Par04/History b/examples/extended/parameterisations/Par04/History index 3aeeed962b9..087635fbb71 100644 --- a/examples/extended/parameterisations/Par04/History +++ b/examples/extended/parameterisations/Par04/History @@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-10-22 Ben Morgan (expar04-V11-02-03) +- Bump tensorflow version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/75) + ## 2024-06-18 Gabriele Cosmo (expar04-V11-02-02) - Bump scikit-learn version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/73) diff --git a/examples/extended/parameterisations/Par04/examplePar04.out b/examples/extended/parameterisations/Par04/examplePar04.out index f93926ab7ee..7fcb390d1e5 100644 --- a/examples/extended/parameterisations/Par04/examplePar04.out +++ b/examples/extended/parameterisations/Par04/examplePar04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -154,8 +153,6 @@ Checking overlaps for volume Detector:9999 (G4Tubs) ... OK! gamma : fastSimProcess_massGeom[geom:World] Model defineMesh activated. Model inferenceModel not found. -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : Analysis_W001 @@ -165,12 +162,5 @@ Setting was ignored. *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- -There are histograms that can be viewed with visualization: - 22 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/parameterisations/Par04/training/requirements.txt b/examples/extended/parameterisations/Par04/training/requirements.txt index 316e54813f2..9ca6e61dc8b 100644 --- a/examples/extended/parameterisations/Par04/training/requirements.txt +++ b/examples/extended/parameterisations/Par04/training/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.11.1 +tensorflow==2.12.1 numpy==1.23.1 h5py==3.7.0 matplotlib==3.5.2 diff --git a/examples/extended/parameterisations/gflash/History b/examples/extended/parameterisations/gflash/History index cd837f1bcd4..bb23a6e7c0c 100644 --- a/examples/extended/parameterisations/gflash/History +++ b/examples/extended/parameterisations/gflash/History @@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! +## 2024-10-02 I. Semeniouk (exgflash-V11-02-00) + - Add dedicated History files to all exaples + ## 2023-06-13 I. Semeniouk (exgflash-V11-01-01) - gflash1,2,3,a - replaces static with inline static and moveinitialization into .hh files - gflasha - Use G4PhysListFactory for physics list initialization diff --git a/examples/extended/parameterisations/gflash/gflash1/History b/examples/extended/parameterisations/gflash/gflash1/History new file mode 100644 index 00000000000..2d7c1cf6074 --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflash1/History @@ -0,0 +1,13 @@ +# Example gflash History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2024-10-02 I. Semeniouk (exgflash1-V11-02-00) + - Added dedicated History file + +--- + +# History entries prior to 11.0 + diff --git a/examples/extended/parameterisations/gflash/gflash1/test.out b/examples/extended/parameterisations/gflash/gflash1/test.out index 05a674032eb..b23dfe7a417 100644 --- a/examples/extended/parameterisations/gflash/gflash1/test.out +++ b/examples/extended/parameterisations/gflash/gflash1/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -40,7 +40,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -131,7 +130,7 @@ Creating shower parameterization models Z = 68.3609 A = 170.881 X0 = 0.892453 cm - Rm = 1.73762 cm + Rm = 1.75417 cm Ec = 10.7858 MeV /********************************************/ /********************************************/ @@ -167,10 +166,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -341,7 +343,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -823,7 +825,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -848,26 +850,24 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ------ Start ExGflashEventAction ----- Start generating event Nr 0 ****************************************** -Internal Real Elapsed Time is: 0.014475 +Internal Real Elapsed Time is: 0.0106308 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 0 ----- - 12125 hits are stored in ExGflashHitsCollection - e1 12.0317 e3x3 48.4152 GeV e5x5 48.7987 - num1 2965 num3x3 11849 num5x5 11925 + 12165 hits are stored in ExGflashHitsCollection + e1 12.0103 e3x3 48.3777 GeV e5x5 48.797 + num1 2967 num3x3 11894 num5x5 11978 Total energy deposited in the calorimeter: 49.761 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -875,143 +875,143 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00939877 +Internal Real Elapsed Time is: 0.0075115 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 1 ----- - 11982 hits are stored in ExGflashHitsCollection - e1 12.2562 e3x3 48.5735 GeV e5x5 49.0485 - num1 2972 num3x3 11726 num5x5 11814 - Total energy deposited in the calorimeter: 49.909 (GeV) + 11984 hits are stored in ExGflashHitsCollection + e1 12.1874 e3x3 48.4768 GeV e5x5 48.9731 + num1 2942 num3x3 11721 num5x5 11815 + Total energy deposited in the calorimeter: 49.8935 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 2 ****************************************** -Internal Real Elapsed Time is: 0.00870441 +Internal Real Elapsed Time is: 0.00734089 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- - 11976 hits are stored in ExGflashHitsCollection - e1 12.2336 e3x3 48.3345 GeV e5x5 48.9207 - num1 2964 num3x3 11682 num5x5 11794 - Total energy deposited in the calorimeter: 49.8586 (GeV) + 11829 hits are stored in ExGflashHitsCollection + e1 12.0932 e3x3 47.6425 GeV e5x5 48.1971 + num1 2949 num3x3 11520 num5x5 11631 + Total energy deposited in the calorimeter: 49.1803 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 3 ****************************************** -Internal Real Elapsed Time is: 0.00863355 +Internal Real Elapsed Time is: 0.00750217 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- - 11917 hits are stored in ExGflashHitsCollection - e1 12.0463 e3x3 48.2206 GeV e5x5 48.6842 - num1 2902 num3x3 11632 num5x5 11722 - Total energy deposited in the calorimeter: 49.6912 (GeV) + 11977 hits are stored in ExGflashHitsCollection + e1 12.107 e3x3 48.3793 GeV e5x5 48.9216 + num1 2920 num3x3 11691 num5x5 11790 + Total energy deposited in the calorimeter: 49.9061 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 4 ****************************************** -Internal Real Elapsed Time is: 0.00823634 +Internal Real Elapsed Time is: 0.00769413 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 4 ----- - 11882 hits are stored in ExGflashHitsCollection - e1 12.0295 e3x3 48.0694 GeV e5x5 48.5448 - num1 2905 num3x3 11581 num5x5 11676 - Total energy deposited in the calorimeter: 49.5694 (GeV) + 12044 hits are stored in ExGflashHitsCollection + e1 12.0678 e3x3 48.1732 GeV e5x5 48.7084 + num1 2934 num3x3 11670 num5x5 11794 + Total energy deposited in the calorimeter: 49.812 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 5 ****************************************** -Internal Real Elapsed Time is: 0.00852947 +Internal Real Elapsed Time is: 0.00732625 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 5 ----- - 11905 hits are stored in ExGflashHitsCollection - e1 11.9556 e3x3 48.1981 GeV e5x5 48.6425 - num1 2916 num3x3 11627 num5x5 11717 - Total energy deposited in the calorimeter: 49.6017 (GeV) + 11953 hits are stored in ExGflashHitsCollection + e1 12.1283 e3x3 48.3729 GeV e5x5 48.9179 + num1 2900 num3x3 11695 num5x5 11796 + Total energy deposited in the calorimeter: 49.7809 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 6 ****************************************** -Internal Real Elapsed Time is: 0.00837037 +Internal Real Elapsed Time is: 0.007291 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 6 ----- - 11932 hits are stored in ExGflashHitsCollection - e1 12.0207 e3x3 48.242 GeV e5x5 48.7399 - num1 2942 num3x3 11654 num5x5 11749 - Total energy deposited in the calorimeter: 49.7031 (GeV) + 11893 hits are stored in ExGflashHitsCollection + e1 12.0413 e3x3 47.9273 GeV e5x5 48.4202 + num1 2901 num3x3 11565 num5x5 11658 + Total energy deposited in the calorimeter: 49.5946 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 7 ****************************************** -Internal Real Elapsed Time is: 0.00844123 +Internal Real Elapsed Time is: 0.00745794 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 7 ----- - 11908 hits are stored in ExGflashHitsCollection - e1 12.0889 e3x3 48.0155 GeV e5x5 48.558 - num1 2946 num3x3 11593 num5x5 11696 - Total energy deposited in the calorimeter: 49.6688 (GeV) + 11946 hits are stored in ExGflashHitsCollection + e1 11.9734 e3x3 48.433 GeV e5x5 48.9079 + num1 2919 num3x3 11686 num5x5 11777 + Total energy deposited in the calorimeter: 49.7454 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 8 ****************************************** -Internal Real Elapsed Time is: 0.00836785 +Internal Real Elapsed Time is: 0.00727135 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 8 ----- - 11898 hits are stored in ExGflashHitsCollection - e1 11.9219 e3x3 48.1687 GeV e5x5 48.6434 - num1 2881 num3x3 11615 num5x5 11710 - Total energy deposited in the calorimeter: 49.5836 (GeV) + 11916 hits are stored in ExGflashHitsCollection + e1 12.0648 e3x3 48.2053 GeV e5x5 48.5967 + num1 2918 num3x3 11641 num5x5 11717 + Total energy deposited in the calorimeter: 49.6439 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 9 ****************************************** -Internal Real Elapsed Time is: 0.00866801 +Internal Real Elapsed Time is: 0.00733821 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- - 11944 hits are stored in ExGflashHitsCollection - e1 12.1463 e3x3 48.4106 GeV e5x5 48.8776 - num1 2951 num3x3 11689 num5x5 11775 - Total energy deposited in the calorimeter: 49.767 (GeV) + 11949 hits are stored in ExGflashHitsCollection + e1 12.1789 e3x3 48.3863 GeV e5x5 48.8426 + num1 2958 num3x3 11674 num5x5 11766 + Total energy deposited in the calorimeter: 49.7708 (GeV) 0 trajectories stored in this event. number of event = 10 Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.0102028 +Internal Real Elapsed Time /event is: 0.00859602 ****************************************** -Total Real Elapsed Time is: 3.9052 -Total System Elapsed Time: 0.21 -Total GetUserElapsed Time: 2.7 +Total Real Elapsed Time is: 3.31761 +Total System Elapsed Time: 0.16 +Total GetUserElapsed Time: 2.75 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflash2/History b/examples/extended/parameterisations/gflash/gflash2/History new file mode 100644 index 00000000000..e13b138dc7c --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflash2/History @@ -0,0 +1,13 @@ +# Example gflash History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2024-10-02 I. Semeniouk (exgflash2-V11-02-00) + - Added dedicated History file + +--- + +# History entries prior to 11.0 + diff --git a/examples/extended/parameterisations/gflash/gflash2/test.out b/examples/extended/parameterisations/gflash/gflash2/test.out index 1d9b1fd24b0..dad1868f7df 100644 --- a/examples/extended/parameterisations/gflash/gflash2/test.out +++ b/examples/extended/parameterisations/gflash/gflash2/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,7 +41,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -132,7 +131,7 @@ Creating shower parameterization models Z = 68.3609 A = 170.881 X0 = 0.892453 cm - Rm = 1.73762 cm + Rm = 1.75417 cm Ec = 10.7858 MeV /********************************************/ /********************************************/ @@ -169,10 +168,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -343,7 +345,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -825,7 +827,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -850,26 +852,24 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ------ Start ExGflashEventAction ----- Start generating event Nr 0 ****************************************** -Internal Real Elapsed Time is: 0.0112237 +Internal Real Elapsed Time is: 0.0113062 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 0 ----- 12125 hits are stored in ExGflashHitsCollection - e1 12.0233 e3x3 48.4099 GeV e5x5 48.7934 - num1 2956 num3x3 11839 num5x5 11915 + e1 12.0182 e3x3 48.3888 GeV e5x5 48.7833 + num1 2955 num3x3 11834 num5x5 11913 Total energy deposited in the calorimeter: 49.761 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -877,14 +877,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00791128 +Internal Real Elapsed Time is: 0.00792756 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 1 ----- 11954 hits are stored in ExGflashHitsCollection - e1 12.1485 e3x3 48.4313 GeV e5x5 48.8994 - num1 2938 num3x3 11701 num5x5 11789 + e1 12.1485 e3x3 48.42 GeV e5x5 48.8901 + num1 2938 num3x3 11698 num5x5 11787 Total energy deposited in the calorimeter: 49.7864 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -892,14 +892,14 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.00774473 +Internal Real Elapsed Time is: 0.00760183 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- 11919 hits are stored in ExGflashHitsCollection - e1 12.2873 e3x3 48.1879 GeV e5x5 48.7664 - num1 2972 num3x3 11636 num5x5 11745 + e1 12.2833 e3x3 48.1591 GeV e5x5 48.7458 + num1 2971 num3x3 11630 num5x5 11741 Total energy deposited in the calorimeter: 49.6574 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -907,14 +907,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00813378 +Internal Real Elapsed Time is: 0.00771315 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- 11895 hits are stored in ExGflashHitsCollection - e1 12.0554 e3x3 48.0316 GeV e5x5 48.5297 - num1 2897 num3x3 11578 num5x5 11676 + e1 12.0459 e3x3 48.0164 GeV e5x5 48.5076 + num1 2895 num3x3 11575 num5x5 11672 Total energy deposited in the calorimeter: 49.5564 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -922,14 +922,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00758386 +Internal Real Elapsed Time is: 0.00760171 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 4 ----- 11988 hits are stored in ExGflashHitsCollection - e1 12.0166 e3x3 48.5065 GeV e5x5 48.9841 - num1 2895 num3x3 11732 num5x5 11817 + e1 12.0124 e3x3 48.4998 GeV e5x5 48.9682 + num1 2894 num3x3 11731 num5x5 11814 Total energy deposited in the calorimeter: 49.9094 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -937,44 +937,44 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00766304 +Internal Real Elapsed Time is: 0.00786318 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 5 ----- - 11959 hits are stored in ExGflashHitsCollection - e1 11.9579 e3x3 48.1831 GeV e5x5 48.7352 - num1 2896 num3x3 11621 num5x5 11732 - Total energy deposited in the calorimeter: 49.8774 (GeV) + 11958 hits are stored in ExGflashHitsCollection + e1 11.952 e3x3 48.1524 GeV e5x5 48.7146 + num1 2895 num3x3 11615 num5x5 11728 + Total energy deposited in the calorimeter: 49.8722 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 6 ****************************************** -Internal Real Elapsed Time is: 0.00781356 +Internal Real Elapsed Time is: 0.00782074 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 6 ----- - 11969 hits are stored in ExGflashHitsCollection - e1 12.1002 e3x3 48.3984 GeV e5x5 48.8984 - num1 2950 num3x3 11680 num5x5 11777 - Total energy deposited in the calorimeter: 49.9082 (GeV) + 11968 hits are stored in ExGflashHitsCollection + e1 12.1002 e3x3 48.3835 GeV e5x5 48.8698 + num1 2950 num3x3 11676 num5x5 11771 + Total energy deposited in the calorimeter: 49.9028 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 7 ****************************************** -Internal Real Elapsed Time is: 0.00759103 +Internal Real Elapsed Time is: 0.00777636 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 7 ----- 11987 hits are stored in ExGflashHitsCollection - e1 12.3013 e3x3 48.501 GeV e5x5 48.9505 - num1 3005 num3x3 11727 num5x5 11805 + e1 12.2978 e3x3 48.4837 GeV e5x5 48.9452 + num1 3004 num3x3 11724 num5x5 11804 Total energy deposited in the calorimeter: 49.9308 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -982,14 +982,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00756575 +Internal Real Elapsed Time is: 0.00765324 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 8 ----- 11973 hits are stored in ExGflashHitsCollection - e1 12.4257 e3x3 48.5676 GeV e5x5 48.9457 - num1 2993 num3x3 11714 num5x5 11786 + e1 12.4113 e3x3 48.5051 GeV e5x5 48.8871 + num1 2991 num3x3 11703 num5x5 11777 Total energy deposited in the calorimeter: 49.8946 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -997,23 +997,23 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00776058 +Internal Real Elapsed Time is: 0.00777984 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- - 11968 hits are stored in ExGflashHitsCollection - e1 12.0384 e3x3 48.347 GeV e5x5 48.8937 - num1 2921 num3x3 11674 num5x5 11778 - Total energy deposited in the calorimeter: 49.8853 (GeV) + 11967 hits are stored in ExGflashHitsCollection + e1 12.0261 e3x3 48.3346 GeV e5x5 48.8641 + num1 2918 num3x3 11671 num5x5 11773 + Total energy deposited in the calorimeter: 49.8792 (GeV) 0 trajectories stored in this event. number of event = 10 Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.00899904 +Internal Real Elapsed Time /event is: 0.00900487 ****************************************** -Total Real Elapsed Time is: 3.4706 -Total System Elapsed Time: 0.18 -Total GetUserElapsed Time: 2.65 +Total Real Elapsed Time is: 3.38352 +Total System Elapsed Time: 0.16 +Total GetUserElapsed Time: 2.71 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflash3/History b/examples/extended/parameterisations/gflash/gflash3/History new file mode 100644 index 00000000000..60f3fc85d62 --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflash3/History @@ -0,0 +1,13 @@ +# Example gflash History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2024-10-02 I. Semeniouk (exgflash3-V11-02-00) + - Added dedicated History file + +--- + +# History entries prior to 11.0 + diff --git a/examples/extended/parameterisations/gflash/gflash3/test.out b/examples/extended/parameterisations/gflash/gflash3/test.out index 81f4e7b364f..02635042f36 100644 --- a/examples/extended/parameterisations/gflash/gflash3/test.out +++ b/examples/extended/parameterisations/gflash/gflash3/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,7 +41,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -107,7 +106,7 @@ Creating shower parameterization models Z = 68.3609 A = 170.881 X0 = 0.892453 cm - Rm = 1.73762 cm + Rm = 1.75417 cm Ec = 10.7858 MeV /********************************************/ /********************************************/ @@ -146,10 +145,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -320,7 +322,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -802,7 +804,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -827,26 +829,24 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ------ Start ExGflashEventAction ----- Start generating event Nr 0 ****************************************** -Internal Real Elapsed Time is: 0.0112281 +Internal Real Elapsed Time is: 0.0110532 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 0 ----- 12125 hits are stored in ExGflashHitsCollection - e1 12.0233 e3x3 48.4099 GeV e5x5 48.7934 - num1 2956 num3x3 11839 num5x5 11915 + e1 12.0182 e3x3 48.3888 GeV e5x5 48.7833 + num1 2955 num3x3 11834 num5x5 11913 Total energy deposited in the calorimeter: 49.761 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -854,14 +854,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00798136 +Internal Real Elapsed Time is: 0.00766663 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 1 ----- 11954 hits are stored in ExGflashHitsCollection - e1 12.1485 e3x3 48.4313 GeV e5x5 48.8994 - num1 2938 num3x3 11701 num5x5 11789 + e1 12.1485 e3x3 48.42 GeV e5x5 48.8901 + num1 2938 num3x3 11698 num5x5 11787 Total energy deposited in the calorimeter: 49.7864 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -869,14 +869,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00839787 -Internal System Elapsed Time: 0 +Internal Real Elapsed Time is: 0.0100409 +Internal System Elapsed Time: 0.01 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- 11919 hits are stored in ExGflashHitsCollection - e1 12.2873 e3x3 48.1879 GeV e5x5 48.7664 - num1 2972 num3x3 11636 num5x5 11745 + e1 12.2833 e3x3 48.1591 GeV e5x5 48.7458 + num1 2971 num3x3 11630 num5x5 11741 Total energy deposited in the calorimeter: 49.6574 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -884,14 +884,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00844427 +Internal Real Elapsed Time is: 0.0100335 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- 11895 hits are stored in ExGflashHitsCollection - e1 12.0554 e3x3 48.0316 GeV e5x5 48.5297 - num1 2897 num3x3 11578 num5x5 11676 + e1 12.0459 e3x3 48.0164 GeV e5x5 48.5076 + num1 2895 num3x3 11575 num5x5 11672 Total energy deposited in the calorimeter: 49.5564 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -899,14 +899,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00825253 +Internal Real Elapsed Time is: 0.0081789 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 4 ----- 11988 hits are stored in ExGflashHitsCollection - e1 12.0166 e3x3 48.5065 GeV e5x5 48.9841 - num1 2895 num3x3 11732 num5x5 11817 + e1 12.0124 e3x3 48.4998 GeV e5x5 48.9682 + num1 2894 num3x3 11731 num5x5 11814 Total energy deposited in the calorimeter: 49.9094 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -914,44 +914,44 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.00806104 +Internal Real Elapsed Time is: 0.00845498 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 5 ----- - 11959 hits are stored in ExGflashHitsCollection - e1 11.9579 e3x3 48.1831 GeV e5x5 48.7352 - num1 2896 num3x3 11621 num5x5 11732 - Total energy deposited in the calorimeter: 49.8774 (GeV) + 11958 hits are stored in ExGflashHitsCollection + e1 11.952 e3x3 48.1524 GeV e5x5 48.7146 + num1 2895 num3x3 11615 num5x5 11728 + Total energy deposited in the calorimeter: 49.8722 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 6 ****************************************** -Internal Real Elapsed Time is: 0.00809571 +Internal Real Elapsed Time is: 0.00881673 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 6 ----- - 11969 hits are stored in ExGflashHitsCollection - e1 12.1002 e3x3 48.3984 GeV e5x5 48.8984 - num1 2950 num3x3 11680 num5x5 11777 - Total energy deposited in the calorimeter: 49.9082 (GeV) + 11968 hits are stored in ExGflashHitsCollection + e1 12.1002 e3x3 48.3835 GeV e5x5 48.8698 + num1 2950 num3x3 11676 num5x5 11771 + Total energy deposited in the calorimeter: 49.9028 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- Start generating event Nr 7 ****************************************** -Internal Real Elapsed Time is: 0.00803677 +Internal Real Elapsed Time is: 0.00977316 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 7 ----- 11987 hits are stored in ExGflashHitsCollection - e1 12.3013 e3x3 48.501 GeV e5x5 48.9505 - num1 3005 num3x3 11727 num5x5 11805 + e1 12.2978 e3x3 48.4837 GeV e5x5 48.9452 + num1 3004 num3x3 11724 num5x5 11804 Total energy deposited in the calorimeter: 49.9308 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -959,14 +959,14 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.00799342 +Internal Real Elapsed Time is: 0.00958472 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 8 ----- 11973 hits are stored in ExGflashHitsCollection - e1 12.4257 e3x3 48.5676 GeV e5x5 48.9457 - num1 2993 num3x3 11714 num5x5 11786 + e1 12.4113 e3x3 48.5051 GeV e5x5 48.8871 + num1 2991 num3x3 11703 num5x5 11777 Total energy deposited in the calorimeter: 49.8946 (GeV) 0 trajectories stored in this event. ------ Start ExGflashEventAction ----- @@ -974,23 +974,23 @@ Internal GetUserElapsed Time: 0 ****************************************** -Internal Real Elapsed Time is: 0.00797922 +Internal Real Elapsed Time is: 0.00977662 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- - 11968 hits are stored in ExGflashHitsCollection - e1 12.0384 e3x3 48.347 GeV e5x5 48.8937 - num1 2921 num3x3 11674 num5x5 11778 - Total energy deposited in the calorimeter: 49.8853 (GeV) + 11967 hits are stored in ExGflashHitsCollection + e1 12.0261 e3x3 48.3346 GeV e5x5 48.8641 + num1 2918 num3x3 11671 num5x5 11773 + Total energy deposited in the calorimeter: 49.8792 (GeV) 0 trajectories stored in this event. number of event = 10 Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.00938559 +Internal Real Elapsed Time /event is: 0.0103755 ****************************************** -Total Real Elapsed Time is: 3.4754 -Total System Elapsed Time: 0.18 -Total GetUserElapsed Time: 2.66 +Total Real Elapsed Time is: 3.38986 +Total System Elapsed Time: 0.16 +Total GetUserElapsed Time: 2.72 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflasha/.README.txt b/examples/extended/parameterisations/gflash/gflasha/.README.txt index 415f437da95..64551ee7cce 100644 --- a/examples/extended/parameterisations/gflash/gflasha/.README.txt +++ b/examples/extended/parameterisations/gflash/gflasha/.README.txt @@ -3,9 +3,9 @@ /*! \page Examplegflasha Example gflasha -This example demonstrates usage 'gflash' shower parameterisation -in homogeneous calorimeter. Compare with glash1,2,3 in this -example histograms was added. This makes it possible to use this +This example demonstrating usage 'gflash' shower parameterisation +in homogeneous calorimeter. Compare with glash1,2,3 the histograms +have been added in this example. This makes it possible to use this example for fine tuning of GFLASH parameters. This example allows to compare the shower profiles from fast simulation @@ -23,12 +23,12 @@ in this example. The Physics list factory is used in this example. The default physics list is FTFP_BERT which has EM opt0. -Additionally the G4FastSimulationPhysics physics +Additionally, the G4FastSimulationPhysics physics constructor was created to insert the G4FastSimulationManagerProcess that is making the interface between the fast simulation and the tracking. -THe default PHYSICS list may be changed via setting of the PHYSLIST environment -variable, e.g: +The default PHYSICS list may be changed via setting of the PHYSLIST environment +variable, e.g.: \verbatim export PHYSLIST=FTFP_BERT_EMZ # for FTFP_BERT with opt 4 EM physics @@ -44,8 +44,16 @@ Geometry, sensitive detector and hits are defined respectively in: - ExGflashSensitiveDetector - ExGflashHit -Materials can be choosen from Nist Materials: G4_Air G4_WATER ... -eg: +The geometry can be redefined in PreInit state via commands: + +\verbatim +/exgflash/det/setNbCrys ncrys +/exgflash/det/setCrysWidth width [cm] +/exgflash/det/setCrysLength length [cm] +\endverbatim + +Materials can be chosen from Nist Materials: G4_Air G4_WATER ... +e.g.: \verbatim /exgflash/det/setMat G4_PbWO4 \endverbatim @@ -55,23 +63,24 @@ see also: csi1.mac The virtual cylinder sliced longitudinally (slice) and radially (ring) was used. The size of the slices and rings are expressed in radiation -length units and can be changed. -eg: +length units and Moliere radius (Rm) units for rings. The number +of division and division size in fraction of units and can be changed. +e.g.: \verbatim /exgflash/det/setLbin 20 1. ---> 20 slices of 1. radl -/exgflash/det/setRbin 5 0.25 ---> 5 rings of 0.25 radl +/exgflash/det/setRbin 5 0.25 ---> 5 rings of 0.25 Rm (MaxBin = 500 in both directions) \endverbatim In ExGflashEventAction class the arrays corresponded slices and rings was -created and filled with hists information. This arrays was use to fill +created and filled with hists information. These arrays where use to fill histograms later. \section gflasha_s3 Visualization The Visualization Manager is set in the main(). The initialization of the drawing is done via the commands /vis/... -in the macro vis.mac. To get visualization: +in the macro vis.mac. To get visualization use: \verbatim /control/execute vis.mac \endverbatim @@ -123,13 +132,20 @@ To define the output file name with histograms, use the UI command : The macros to run in batch mode: -- test.mac - default macro for example testing +- test.mac - default macro for example testing, it show how to use different application commands: redefine the histograms and profiles, change the geometry and material, etc + +- csi.mac - like test.mac but produce profiles in CsI Material + +- testLong.mac - make the runs with more statistics using default geometry and histograms setting, the material is G4_PbWO4 -- run01.mac - show how redefine the histograms +- csiLong.mac - show how to run testLong.mac with different material (CsI) -- csi1.mac - macro which produce profiles in CsI Material +Each macro executes two runs with fast simulation flag ON (the output file +name is set to gflash01.root ) and OFF (the output file name is set to gflash00.root ) -- test0.mac - profile caparison, long run without GFLASH -- test1.mac - profile comprising, long run with GFLASH on +In addition, the ROOT macros cmpL.C, cmpR.C and cmpE.C file are provided, +which can be used to draw superimposed full and fast histograms for radial +and lateral profiles and also the normalized total energy deposition +in calorimeter. */ diff --git a/examples/extended/parameterisations/gflash/gflasha/CMakeLists.txt b/examples/extended/parameterisations/gflash/gflasha/CMakeLists.txt index 268aa170568..5c00d4f3e1c 100644 --- a/examples/extended/parameterisations/gflash/gflasha/CMakeLists.txt +++ b/examples/extended/parameterisations/gflash/gflasha/CMakeLists.txt @@ -40,7 +40,8 @@ target_link_libraries(ExGflasha ${Geant4_LIBRARIES} ) # relies on these scripts being in the current working directory. # set(gflash_SCRIPTS - test.mac test0.mac test1.mac vis.mac csi1.mac run01.mac cmpL.C cmpR.C cmpE.C + test.mac testLong.mac vis.mac csi.mac csiLong.mac + cmpL.C cmpR.C cmpE.C ) foreach(_script ${gflash_SCRIPTS}) diff --git a/examples/extended/parameterisations/gflash/gflasha/ExGflasha.cc b/examples/extended/parameterisations/gflash/gflasha/ExGflasha.cc index 8a98f01d696..d2d2ae42dd9 100644 --- a/examples/extended/parameterisations/gflash/gflasha/ExGflasha.cc +++ b/examples/extended/parameterisations/gflash/gflasha/ExGflasha.cc @@ -27,7 +27,6 @@ /// \file ExGflasha.cc /// \brief Main program of the parameterisations/gflash/gflasha example // -// Created by Joanna Weng 26.11.2004 // G4 includes #include "G4PhysListFactory.hh" @@ -110,9 +109,6 @@ int main(int argc, char** argv) visManager->Initialize(); G4UImanager* UImanager = G4UImanager::GetUIpointer(); - UImanager->ApplyCommand("/run/verbose 0"); - runManager->Initialize(); - UImanager->ApplyCommand("/Step/Verbose 0"); if (ui != nullptr) // Define UI terminal for interactive mode { diff --git a/examples/extended/parameterisations/gflash/gflasha/History b/examples/extended/parameterisations/gflash/gflasha/History new file mode 100644 index 00000000000..9eb52d1abe1 --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflasha/History @@ -0,0 +1,25 @@ +# Example gflash History + +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, +which **must** added in reverse chronological order (newest at the top). It must **not** +be used as a substitute for writing good git commit messages! + +## 2024-10-28 I. Semeniouk (exgflasha-V11-02-02) +- ExGflashHistoManager - fix fVerbose used but uninitialised + +## 2024-10-21 I. Semeniouk (exgflasha-V11-02-01) + - Code cleanup + - Restore setMat functionality, added geometry commands + - New commands documented in README + - Event generator defaults moved from vis.mac to PrimaryGenerator code + - Macro files updated + +## 2024-10-02 I. Semeniouk (exgflasha-V11-02-00) + - Added dedicated History + - Bigger calo length, radial histos in fraction of radius Moliere, + fix index range. + +--- + +# History entries prior to 11.0 + diff --git a/examples/extended/parameterisations/gflash/gflasha/README b/examples/extended/parameterisations/gflash/gflasha/README index 755b31017cd..38b6523e21f 100644 --- a/examples/extended/parameterisations/gflash/gflasha/README +++ b/examples/extended/parameterisations/gflash/gflasha/README @@ -5,11 +5,11 @@ GFLASHa Example --------------- -The Example demonstrating usage 'gflash' shower parameterisation -in homogeneous calorimeter.Compare with glash1,2,3 in this -example histograms was added. This makes it possible to use this +This example demonstrating usage 'gflash' shower parameterisation +in homogeneous calorimeter. Compare with glash1,2,3 the histograms +have been added in this example. This makes it possible to use this example for fine tuning of GFLASH parameters. - This example allow compare the shower profiles from fast simulation + This example allows to compare the shower profiles from fast simulation with full simulation by histograming of longitudinal (slice) and radial profiles with different "binning". Then GFlash fast simulation can be "tuned" via modification @@ -24,12 +24,12 @@ PHYSICS LIST The Physics list factory is used in this example. The default physics list is FTFP_BERT which has EM opt0. -Additionally the G4FastSimulationPhysics physics +Additionally, the G4FastSimulationPhysics physics constructor was created to insert the G4FastSimulationManager Process that is making the interface between the fast simulation and the tracking. -THe default PHYSICS list may be changed via setting of the PHYSLIST environment -variable, e.g: +The default PHYSICS list may be changed via setting of the PHYSLIST environment +variable, e.g.: export PHYSLIST=FTFP_BERT_EMZ # for FTFP_BERT with opt 4 EM physics @@ -45,22 +45,29 @@ Geometry, sensitive detector and hits are defined respectively in: ExGflashSensitiveDetector ExGflashHit -Materials can be choosen from Nist Materials: G4_Air G4_WATER ... -eg: /exgflash/det/setMat G4_PbWO4 see also: csi1.mac +The geometry can be redefined in PreInit state via commands: + +/exgflash/det/setNbCrys ncrys +/exgflash/det/setCrysWidth width [cm] +/exgflash/det/setCrysLength length [cm] + +Materials can be chosen from Nist Materials: G4_Air G4_WATER ... +e.g.: /exgflash/det/setMat G4_PbWO4 see also: csi.mac HIT SCORING ----------- The virtual cylinder sliced longitudinally (slice) and radially (ring) was used. The size of the slices and rings are expressed in radiation -length units and can be changed. -eg: /exgflash/det/setLbin 20 1. ---> 20 slices of 1. radl - /exgflash/det/setRbin 5 0.25 ---> 5 rings of 0.25 radl +length units and Moliere radius (Rm) units for rings. The number +of division and division size in fraction of units and can be changed. +e.g.: /exgflash/det/setLbin 20 1. ---> 20 slices of 1. radl + /exgflash/det/setRbin 5 0.25 ---> 5 rings of 0.25 Rm (MaxBin = 500 in both directions) In ExGflashEventAction class the arrays corresponded slices and rings was -created and filled with hists information. This arrays was use to fill +created and filled with hists information. These arrays where use to fill histograms later. VISUALIZATION @@ -68,7 +75,7 @@ VISUALIZATION The Visualization Manager is set in the main(). The initialization of the drawing is done via the commands /vis/... -in the macro vis.mac. To get visualization: +in the macro vis.mac. To get visualization use: /control/execute vis.mac @@ -115,11 +122,18 @@ MACROS ------ The macros to run in batch mode: -test.mac - default macro for example testing +test.mac - default macro for example testing, it show how to use different application commands: redefine the histograms and profiles, change the geometry and material, etc + +csi.mac - like test.mac but produce profiles in CsI Material + +testLong.mac - make the runs with more statistics using default geometry and histograms setting, the material is G4_PbWO4 -run01.mac - show how redefine the histograms +csiLong.mac - show how to run testLong.mac with different material (CsI) -csi1.mac - macro which produce profiles in CsI Material +Each macro executes two runs with fast simulation flag ON (the output file +name is set to gflash01.root ) and OFF (the output file name is set to gflash00.root ) -test0.mac - profile comparison, long run without GFLASH -test1.mac - profile comparison, long run with GFLASH on +In addition, the ROOT macros cmpL.C, cmpR.C and cmpE.C file are provided, +which can be used to draw superimposed full and fast histograms for radial +and lateral profiles and also the normalized total energy deposition +in calorimeter. diff --git a/examples/extended/parameterisations/gflash/gflasha/cmpL.C b/examples/extended/parameterisations/gflash/gflasha/cmpL.C index 7037d931063..2214ddeef35 100644 --- a/examples/extended/parameterisations/gflash/gflasha/cmpL.C +++ b/examples/extended/parameterisations/gflash/gflasha/cmpL.C @@ -1,74 +1,72 @@ // Draw Longitudinal Shower Profile -#include "TH1D.h" +#include "TCanvas.h" #include "TFile.h" +#include "TH1D.h" #include "THStack.h" -#include "TCanvas.h" -#include "TString.h" #include "TLegend.h" +#include "TString.h" - -TCanvas *cmpL() { - - //TString dataDir("/net/llrdata1.in2p3.fr/data/DATA/data.harpo/BH5D/"); +TCanvas* cmpL() +{ + // TString dataDir("/net/llrdata1.in2p3.fr/data/DATA/data.harpo/BH5D/"); TString dataDir("./"); TString dataFile[2]; - dataFile[0] = "gflash00.root"; - dataFile[1] = "gflash01.root"; - + dataFile[0] = "gflash00.root"; + dataFile[1] = "gflash01.root"; - TFile *f[2]; - TProfile *p[2]; + TFile* f[2]; + TProfile* p[2]; // UInt_t col[] = { kRed, kBlue, kGreen, kViolet }; - UInt_t col[] = { kRed, kGreen, kBlue, kViolet }; + UInt_t col[] = {kRed, kGreen, kBlue, kViolet}; // UInt_t mark[] = { 20, 32, 21, 22}; - UInt_t mark[] = { 20, 21, 32, 22}; -// - THStack *hs = new THStack("hs",""); + UInt_t mark[] = {20, 21, 32, 22}; + // + THStack* hs = new THStack("hs", ""); - for (UInt_t i = 0; i < 2; i++) { - TString tmp = dataDir + dataFile[i]; - f[i] = TFile::Open(tmp); - if (!f[i]) return 0; - p[i] = (TProfile *) (f[i])->Get("p0"); - //ShiftUp(p[i],0.0); - // histogram - p[i]->SetFillColor(col[i]); - p[i]->SetLineStyle(i+2); - p[i]->SetLineColor(col[i]); - p[i]->SetLineWidth(2); - p[i]->SetMarkerStyle(mark[i]); - p[i]->SetMarkerColor(col[i]); - p[i]->SetMarkerSize(1.5); - hs->Add(p[i]); - } - TCanvas *cst = new TCanvas("cst","stacked hists",10,10,800,700); - //gPad->SetGrid(); - hs->Draw("p,nostack"); - hs->SetTitle("Longitudinal Profile"); - hs->GetXaxis()->SetTitle("Depth (RadLen)"); - hs->GetYaxis()->SetTitle("E/E_{tot} (%/RadLen)"); + for (UInt_t i = 0; i < 2; i++) { + TString tmp = dataDir + dataFile[i]; + f[i] = TFile::Open(tmp); + if (!f[i]) return 0; + p[i] = (TProfile*)(f[i])->Get("p0"); + // ShiftUp(p[i],0.0); + // histogram + p[i]->SetFillColor(col[i]); + p[i]->SetLineStyle(i + 2); + p[i]->SetLineColor(col[i]); + p[i]->SetLineWidth(2); + p[i]->SetMarkerStyle(mark[i]); + p[i]->SetMarkerColor(col[i]); + p[i]->SetMarkerSize(1.5); + hs->Add(p[i]); + } + TCanvas* cst = new TCanvas("cst", "stacked hists", 10, 10, 800, 700); + // gPad->SetGrid(); + hs->Draw("p,nostack"); + hs->SetTitle("Longitudinal Profile"); + hs->GetXaxis()->SetTitle("Depth (RadLen)"); + hs->GetYaxis()->SetTitle("E/E_{tot} (%) / RadLen"); - cst->RedrawAxis(); - cst->Update(); + cst->RedrawAxis(); + cst->Update(); - TLegend* legend = new TLegend(0.79,0.84,0.94,0.94); - legend->AddEntry(p[0],"full ","p"); - legend->AddEntry(p[1],"gflash","p"); - legend->Draw(); - cst->Update(); + TLegend* legend = new TLegend(0.79, 0.84, 0.94, 0.94); + legend->AddEntry(p[0], "full ", "p"); + legend->AddEntry(p[1], "gflash", "p"); + legend->Draw(); + cst->Update(); - //img->FromPad(c, 10, 10, 300, 200); + // img->FromPad(c, 10, 10, 300, 200); - // TImage *img = TImage::Create(); + // TImage *img = TImage::Create(); - // img->FromPad(cst); + // img->FromPad(cst); - // img->WriteImage("hist0-640MeV-p.png"); + // img->WriteImage("hist0-640MeV-p.png"); - // for (UInt_t i = 0; i < 4; i++) { - // f[i]->Close(); - // } - return cst; + // for (UInt_t i = 0; i < 4; i++) { + // f[i]->Close(); + // } + return cst; } diff --git a/examples/extended/parameterisations/gflash/gflasha/cmpR.C b/examples/extended/parameterisations/gflash/gflasha/cmpR.C index 4bb57d8d092..25813ec556e 100644 --- a/examples/extended/parameterisations/gflash/gflasha/cmpR.C +++ b/examples/extended/parameterisations/gflash/gflasha/cmpR.C @@ -1,74 +1,72 @@ // Draw Radial Shower Profile -#include "TH1D.h" +#include "TCanvas.h" #include "TFile.h" +#include "TH1D.h" #include "THStack.h" -#include "TCanvas.h" -#include "TString.h" #include "TLegend.h" +#include "TString.h" - -TCanvas *cmpR() { - - //TString dataDir("/net/llrdata1.in2p3.fr/data/DATA/data.harpo/BH5D/"); +TCanvas* cmpR() +{ + // TString dataDir("/net/llrdata1.in2p3.fr/data/DATA/data.harpo/BH5D/"); TString dataDir("./"); TString dataFile[2]; - dataFile[0] = "gflash00.root"; - dataFile[1] = "gflash01.root"; - + dataFile[0] = "gflash00.root"; + dataFile[1] = "gflash01.root"; - TFile *f[2]; - TProfile *p[2]; + TFile* f[2]; + TProfile* p[2]; // UInt_t col[] = { kRed, kBlue, kGreen, kViolet }; - UInt_t col[] = { kRed, kGreen, kBlue, kViolet }; + UInt_t col[] = {kRed, kGreen, kBlue, kViolet}; // UInt_t mark[] = { 20, 32, 21, 22}; - UInt_t mark[] = { 20, 21, 32, 22}; -// - THStack *hs = new THStack("hs",""); + UInt_t mark[] = {20, 21, 32, 22}; + // + THStack* hs = new THStack("hs", ""); - for (UInt_t i = 0; i < 2; i++) { - TString tmp = dataDir + dataFile[i]; - f[i] = TFile::Open(tmp); - if (!f[i]) return 0; - p[i] = (TProfile *) (f[i])->Get("p1"); - //ShiftUp(p[i],0.0); - // histogram - p[i]->SetFillColor(col[i]); - p[i]->SetLineStyle(i+2); - p[i]->SetLineColor(col[i]); - p[i]->SetLineWidth(2); - p[i]->SetMarkerStyle(mark[i]); - p[i]->SetMarkerColor(col[i]); - p[i]->SetMarkerSize(1.5); - hs->Add(p[i]); - } - TCanvas *cst = new TCanvas("cst","stacked hists",10,10,800,700); - //gPad->SetGrid(); - hs->Draw("p,nostack"); - hs->SetTitle("Radial Profile"); - hs->GetXaxis()->SetTitle("Radius (RadLen)"); - hs->GetYaxis()->SetTitle("E/E_{tot} (%/RadLen)"); + for (UInt_t i = 0; i < 2; i++) { + TString tmp = dataDir + dataFile[i]; + f[i] = TFile::Open(tmp); + if (!f[i]) return 0; + p[i] = (TProfile*)(f[i])->Get("p1"); + // ShiftUp(p[i],0.0); + // histogram + p[i]->SetFillColor(col[i]); + p[i]->SetLineStyle(i + 2); + p[i]->SetLineColor(col[i]); + p[i]->SetLineWidth(2); + p[i]->SetMarkerStyle(mark[i]); + p[i]->SetMarkerColor(col[i]); + p[i]->SetMarkerSize(1.5); + hs->Add(p[i]); + } + TCanvas* cst = new TCanvas("cst", "stacked hists", 10, 10, 800, 700); + // gPad->SetGrid(); + hs->Draw("p,nostack"); + hs->SetTitle("Radial Profile"); + hs->GetXaxis()->SetTitle("Radius (Rm)"); + hs->GetYaxis()->SetTitle("E/E_{tot} (%) / Rm"); - cst->RedrawAxis(); - cst->Update(); + cst->RedrawAxis(); + cst->Update(); - TLegend* legend = new TLegend(0.79,0.84,0.94,0.94); - legend->AddEntry(p[0],"full ","p"); - legend->AddEntry(p[1],"gflash","p"); - legend->Draw(); - cst->Update(); + TLegend* legend = new TLegend(0.79, 0.84, 0.94, 0.94); + legend->AddEntry(p[0], "full ", "p"); + legend->AddEntry(p[1], "gflash", "p"); + legend->Draw(); + cst->Update(); - //img->FromPad(c, 10, 10, 300, 200); + // img->FromPad(c, 10, 10, 300, 200); - // TImage *img = TImage::Create(); + // TImage *img = TImage::Create(); - // img->FromPad(cst); + // img->FromPad(cst); - // img->WriteImage("hist0-640MeV-p.png"); + // img->WriteImage("hist0-640MeV-p.png"); - // for (UInt_t i = 0; i < 4; i++) { - // f[i]->Close(); - // } - return cst; + // for (UInt_t i = 0; i < 4; i++) { + // f[i]->Close(); + // } + return cst; } diff --git a/examples/extended/parameterisations/gflash/gflasha/csi.mac b/examples/extended/parameterisations/gflash/gflasha/csi.mac new file mode 100644 index 00000000000..e2ec8cfbf6b --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflasha/csi.mac @@ -0,0 +1,42 @@ +# +# Macro file gflasha example +# when runing in batch mode +# +# set calo material +/exgflash/det/setMat G4_CESIUM_IODIDE + +#detector geometry 3 x 3 cristal ~5 Rm and ~30 X0 + +/exgflash/det/setNbCrys 3 +/exgflash/det/setCrysWidth 5.2 cm +/exgflash/det/setCrysLength 56.0 cm + +/exgflash/det/setLbin 60 0.5 +/exgflash/det/setRbin 50 0.1 + +/run/initialize + +#/gps/pos/centre 0 0 0 +#/gps/particle e- +#/gps/energy 50 GeV +#/gps/direction 0. 0. 1.0 + +# Paramatrisation on +/GFlash/flag 1 + + +# for drawing the tracks +# (if too many tracks cause core dump => storeTrajectory 0) +#/tracking/storeTrajectory 1 + +#/vis/scene/endOfEventAction accumulate +/tracking/verbose 0 + +/run/beamOn 100 + +# Paramatrisation off +/GFlash/flag 0 +/analysis/setFileName gflash00 + + +/run/beamOn 100 diff --git a/examples/extended/parameterisations/gflash/gflasha/csi1.mac b/examples/extended/parameterisations/gflash/gflasha/csi1.mac deleted file mode 100644 index 8a7ba423c94..00000000000 --- a/examples/extended/parameterisations/gflash/gflasha/csi1.mac +++ /dev/null @@ -1,28 +0,0 @@ -# -# Macro file gflasha example -# when runing in batch mode -# - - -# set calo material -/exgflash/det/setMat G4_CESIUM_IODIDE - -/gps/pos/centre 0 0 0 -/gps/particle e- -/gps/energy 50 GeV -/gps/direction 0. 0. 1.0 - -/run/initialize -# Paramatrisation on -/GFlash/flag 1 -/analysis/setFileName gfl_CsI01 - - -# for drawing the tracks -# (if too many tracks cause core dump => storeTrajectory 0) -/tracking/storeTrajectory 0 - -#/vis/scene/endOfEventAction accumulate -/tracking/verbose 0 - -/run/beamOn 10 diff --git a/examples/extended/parameterisations/gflash/gflasha/csiLong.mac b/examples/extended/parameterisations/gflash/gflasha/csiLong.mac new file mode 100644 index 00000000000..7e6b6f3cdbe --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflasha/csiLong.mac @@ -0,0 +1,9 @@ +# +# Macro file gflasha example +# when runing in batch mode +# + +# set calo material +/exgflash/det/setMat G4_CESIUM_IODIDE + +/control/execute testLong.mac diff --git a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashDetectorConstruction.hh b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashDetectorConstruction.hh index d2391b3bd27..4f18afa908f 100644 --- a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashDetectorConstruction.hh +++ b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashDetectorConstruction.hh @@ -58,6 +58,7 @@ class ExGflashDetectorConstruction : public G4VUserDetectorConstruction void SetLBining(G4ThreeVector); void SetRBining(G4ThreeVector); + void SetVerbose(G4int val) { fVerbose = val; } void SetMaterial(G4String mat); @@ -70,8 +71,21 @@ class ExGflashDetectorConstruction : public G4VUserDetectorConstruction G4double GetdRradl() const { return fDRradl; } G4double GetSDRadLen() const { return fSDRadLen; } + G4double GetSDRm() const { return fSDRm; } + + G4int GetNbOfCrystals() const { return fNbOfCrystals; } + + G4double GetCrystalWidth() const { return fCrystalWidth; } + G4double GetCrystalLength() const { return fCrystalLength; } + + void SetNbOfCrystals(G4int n) { fNbOfCrystals = n; } + + void SetCrystalWidth(G4double cw) { fCrystalWidth = cw; } + void SetCrystalLength(G4double cl) { fCrystalLength = cl; } private: + void DefineMaterials(); + G4int fNbOfCrystals{10}; // cube of nb x nb crystals G4double fCrystalWidth; // x,y size @@ -79,15 +93,19 @@ class ExGflashDetectorConstruction : public G4VUserDetectorConstruction G4LogicalVolume* fCrystal_log{nullptr}; G4Material* fDetMat{nullptr}; + G4Material* fHallMat{nullptr}; + G4Region* fRegion{nullptr}; - G4double fSDRadLen; // SD material Rad Lenght + G4double fSDRadLen{1.0}; // SD material Rad Length + G4double fSDRm{1.0}; // SD material Moliere Radius + + G4int fVerbose{1}; - G4int fVerbose{0}; - G4int fNLtot{40}, fNRtot{50}; // nb of bins: longitudinal and radial - G4double fDLradl{0.5}, fDRradl{0.1}; // bin thickness (in radl unit) + G4int fNLtot{112}, fNRtot{80}; // nb of bins: longitudinal and radial + G4double fDLradl{0.25}, fDRradl{0.05}; // bin thickness (in fraction of radl) - ExGflashMessenger* fGflashMessenger; + ExGflashMessenger* fGflashMessenger{nullptr}; inline static G4ThreadLocal GFlashShowerModel* fFastShowerModel = nullptr; inline static G4ThreadLocal GFlashHomoShowerParameterisation* fParameterisation = nullptr; diff --git a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashEventAction.hh b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashEventAction.hh index 6c2424c3151..a75ce3af079 100644 --- a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashEventAction.hh +++ b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashEventAction.hh @@ -46,6 +46,7 @@ class ExGflashEventAction : public G4UserEventAction private: G4int fCalorimeterCollectionId{-1}; - ExGflashDetectorConstruction* fDet; + ExGflashDetectorConstruction* fDet{nullptr}; }; + #endif diff --git a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashHistoManager.hh b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashHistoManager.hh index d9dead9b098..5879e925314 100644 --- a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashHistoManager.hh +++ b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashHistoManager.hh @@ -44,10 +44,7 @@ class ExGflashHistoManager ~ExGflashHistoManager(); void InitializePerEvent(); - // void FillPerEvent(); - - // inline void FillPerTrack(G4double, G4double); - // inline void FillPerStep(G4double, G4int, G4int); + void SetBinning(); private: void Book(); @@ -55,9 +52,7 @@ class ExGflashHistoManager ExGflashDetectorConstruction* fDet; - G4int fVerbose; + G4int fVerbose{1}; }; -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #endif diff --git a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashHit.hh b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashHit.hh index d3d97f67e63..7bef5b3852e 100644 --- a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashHit.hh +++ b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashHit.hh @@ -50,6 +50,7 @@ class ExGflashHit : public G4VHit inline void* operator new(size_t); inline void operator delete(void* aHit); void* operator new(size_t, void* p) { return p; } + #ifndef G4NOT_ISO_DELETES void operator delete(void*, void*) {} #endif diff --git a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashMessenger.hh b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashMessenger.hh index dcac5372fef..f5f28040759 100644 --- a/examples/extended/parameterisations/gflash/gflasha/include/ExGflashMessenger.hh +++ b/examples/extended/parameterisations/gflash/gflasha/include/ExGflashMessenger.hh @@ -41,6 +41,7 @@ class G4UIdirectory; class G4UIcmdWithAString; class G4UIcmdWithAnInteger; class G4UIcmdWith3Vector; +class G4UIcmdWithADoubleAndUnit; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -61,8 +62,9 @@ class ExGflashMessenger : public G4UImessenger G4UIcmdWithAString* fMaterCmd; G4UIcmdWith3Vector* fLBinCmd; G4UIcmdWith3Vector* fRBinCmd; + G4UIcmdWithAnInteger* fNbCrysCmd; + G4UIcmdWithADoubleAndUnit* fWCrysCmd; + G4UIcmdWithADoubleAndUnit* fLCrysCmd; }; -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #endif diff --git a/examples/extended/parameterisations/gflash/gflasha/run01.mac b/examples/extended/parameterisations/gflash/gflasha/run01.mac deleted file mode 100644 index 836ee8708d2..00000000000 --- a/examples/extended/parameterisations/gflash/gflasha/run01.mac +++ /dev/null @@ -1,36 +0,0 @@ -# -# Macro file gflasha example -# when runing in batch mode -# -/control/verbose 2 -/run/verbose 2 -# -/exgflash/det/setLbin 60 0.25 -/exgflash/det/setRbin 100 0.05 -# -/run/setCut 100 um -# -/gps/pos/centre 0 0 0 -/gps/particle e- -/gps/energy 50 GeV -/gps/direction 0. 0. 1.0 - -# Paramatrisation on -/GFlash/flag 1 - -# Histograms -/analysis/setFileName run01 - -/analysis/h1/set 0 110 0. 110. none # total energy deposit(percent of Einc) -/analysis/h1/set 1 100 0. 1.0e6 none # The number of Hits per event -/analysis/h1/set 2 100 0. 20. MeV # The energy of Hit -# - -# for drawing the tracks -# (if too many tracks cause core dump => storeTrajectory 0) -#/tracking/storeTrajectory 1 - -#/vis/scene/endOfEventAction accumulate -/tracking/verbose 0 - -/run/beamOn 100 diff --git a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashDetectorConstruction.cc b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashDetectorConstruction.cc index ffcd75e5dcf..d3091e93986 100644 --- a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashDetectorConstruction.cc +++ b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashDetectorConstruction.cc @@ -70,12 +70,15 @@ const G4int kMaxBin = 500; ExGflashDetectorConstruction::ExGflashDetectorConstruction() { - G4cout << "ExGflashDetectorConstruction::Detector constructor" << G4endl; + if (fVerbose > 3) G4cout << "ExGflashDetectorConstruction::Detector constructor" << G4endl; fGflashMessenger = new ExGflashMessenger(this); // Crystall fCrystalWidth = 3 * cm; - fCrystalLength = 24 * cm; + fCrystalLength = 140 * cm; + + DefineMaterials(); + SetMaterial("G4_PbWO4"); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -91,25 +94,28 @@ ExGflashDetectorConstruction::~ExGflashDetectorConstruction() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4VPhysicalVolume* ExGflashDetectorConstruction::Construct() +void ExGflashDetectorConstruction::DefineMaterials() { - //--------- Definitions of Solids, Logical Volumes, Physical Volumes --------- - G4cout << "Defining the materials" << G4endl; + if (fVerbose > 3) G4cout << "Defining the materials" << G4endl; // Get nist material manager G4NistManager* nistManager = G4NistManager::Instance(); // Build materials - G4Material* air = nistManager->FindOrBuildMaterial("G4_AIR"); - G4Material* pbWO4 = nistManager->FindOrBuildMaterial("G4_PbWO4"); + fHallMat = nistManager->FindOrBuildMaterial("G4_AIR"); + fDetMat = nistManager->FindOrBuildMaterial("G4_PbWO4"); + nistManager->FindOrBuildMaterial("G4_CESIUM_IODIDE"); +} - fDetMat = pbWO4; +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* ExGflashDetectorConstruction::Construct() +{ + //--------- Definitions of Solids, Logical Volumes, Physical Volumes --------- //------------------------------ // Calorimeter segments //------------------------------ // Simplified `CMS-like` PbWO4 crystal calorimeter - // Simplified `CMS-like` PbWO4 crystal calorimeter - // Calorimeter G4double calo_xside = (fCrystalWidth * fNbOfCrystals); G4double calo_yside = (fCrystalWidth * fNbOfCrystals); @@ -125,7 +131,7 @@ G4VPhysicalVolume* ExGflashDetectorConstruction::Construct() experimentalHall_y, // y size experimentalHall_z); // z size - auto experimentalHall_log = new G4LogicalVolume(experimentalHall_box, air, "expHall_log", + auto experimentalHall_log = new G4LogicalVolume(experimentalHall_box, fHallMat, "expHall_log", nullptr, // opt: fieldManager nullptr, // opt: SensitiveDetector nullptr); // opt: UserLimits @@ -138,7 +144,7 @@ G4VPhysicalVolume* ExGflashDetectorConstruction::Construct() calo_xside / 2., // size calo_yside / 2., calo_zside / 2.); auto calo_log = new G4LogicalVolume(calo_box, // its solid - air, // its material + fHallMat, // its material "calo_log", // its name nullptr, // opt: fieldManager nullptr, // opt: SensitiveDetector @@ -173,11 +179,11 @@ G4VPhysicalVolume* ExGflashDetectorConstruction::Construct() } G4cout << "There are " << fNbOfCrystals << " crystals per row in the calorimeter, so in total " << fNbOfCrystals * fNbOfCrystals << " crystals" << G4endl; - G4cout << "Total Calorimeter size" << calo_xside / cm << " cm x " << calo_yside / cm << " cm x " - << calo_zside / cm << " cm" << G4endl; G4cout << "They have width of " << fCrystalWidth / cm << " cm and a length of " - << fCrystalLength / cm << " cm. The Material is " << fDetMat - << " Total: " << fCrystalLength / fDetMat->GetRadlen() << " X0" << G4endl; + << fCrystalLength / cm << " cm." << G4endl; + G4cout << fDetMat << G4endl; + G4cout << "Total Calorimeter size " << calo_xside / cm << " cm x " << calo_yside / cm << " cm x " + << calo_zside / cm << " cm" << G4endl; experimentalHall_log->SetVisAttributes(G4VisAttributes::GetInvisible()); auto caloVisAtt = new G4VisAttributes(G4Colour(1.0, 1.0, 1.0)); @@ -186,7 +192,7 @@ G4VPhysicalVolume* ExGflashDetectorConstruction::Construct() fCrystal_log->SetVisAttributes(crystalVisAtt); // define the fParameterisation region - G4cout << "\n ---> DetectorConstruction Region Definition" << G4endl; + // G4cout << "\n ---> DetectorConstruction Region Definition" << G4endl; fRegion = new G4Region("crystals"); calo_log->SetRegion(fRegion); fRegion->AddRootLogicalVolume(calo_log); @@ -198,35 +204,52 @@ G4VPhysicalVolume* ExGflashDetectorConstruction::Construct() void ExGflashDetectorConstruction::ConstructSDandField() { - // -- sensitive detectors: - - G4SDManager* SDman = G4SDManager::GetSDMpointer(); - - auto SD = new ExGflashSensitiveDetector("Calorimeter", this); - - SDman->AddNewDetector(SD); - if (fCrystal_log != nullptr) { - fCrystal_log->SetSensitiveDetector(SD); - } - // -- fast simulation models: // ********************************************** // * Initializing shower modell // *********************************************** - G4cout << "\n--> Creating shower parameterization models" << G4endl; - fFastShowerModel = new GFlashShowerModel("fFastShowerModel", fRegion); - fParameterisation = new GFlashHomoShowerParameterisation(fDetMat, new ExGflashHomoShowerTuning()); - fFastShowerModel->SetParameterisation(*fParameterisation); - // Energy Cuts to kill particles: - fParticleBounds = new GFlashParticleBounds(); - fFastShowerModel->SetParticleBounds(*fParticleBounds); - // Makes the EnergieSpots - fHitMaker = new GFlashHitMaker(); - fFastShowerModel->SetHitMaker(*fHitMaker); - G4cout << "end shower parameterization." << G4endl; + if (fParameterisation != nullptr) { + fParameterisation->SetMaterial(fDetMat); + if (fVerbose > 3) G4cout << "Info " << __func__ << " Param Mat " << fDetMat << G4endl; + fParameterisation->PrintMaterial(fDetMat); + } + else { + // -- sensitive detectors: + + G4SDManager* SDman = G4SDManager::GetSDMpointer(); + + auto SD = new ExGflashSensitiveDetector("Calorimeter", this); + + SDman->AddNewDetector(SD); + if (fCrystal_log != nullptr) { + fCrystal_log->SetSensitiveDetector(SD); + } + + if (fVerbose > 3) G4cout << "\n--> Creating shower parameterization models" << G4endl; + fFastShowerModel = new GFlashShowerModel("fFastShowerModel", fRegion); + fParameterisation = + new GFlashHomoShowerParameterisation(fDetMat, new ExGflashHomoShowerTuning()); + fFastShowerModel->SetParameterisation(*fParameterisation); + // Energy Cuts to kill particles: + fParticleBounds = new GFlashParticleBounds(); + fFastShowerModel->SetParticleBounds(*fParticleBounds); + // Makes the EnergieSpots + fHitMaker = new GFlashHitMaker(); + fFastShowerModel->SetHitMaker(*fHitMaker); + if (fVerbose > 3) G4cout << "end shower parameterization." << G4endl; + } // ********************************************** - // Get Rad Len and R molere ? - fSDRadLen = fDetMat->GetRadlen(); + // Get Rad Len and R moliere from parameterisation + fSDRadLen = fParameterisation->GetX0(); + fSDRm = fParameterisation->GetRm(); + if (fVerbose > 2) { + G4cout << "Info " << __func__ << "Total Calorimeter size" << G4endl; + auto calo_xyside = fCrystalWidth * fNbOfCrystals; + G4cout << "Info Z " << __func__ << " " << fCrystalLength / cm << " cm " + << fCrystalLength / fSDRadLen << " RadLen " << G4endl; + G4cout << "Info XY " << __func__ << " " << calo_xyside / cm << " cm " << calo_xyside / fSDRm + << " Rm " << G4endl; + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -267,12 +290,6 @@ void ExGflashDetectorConstruction::SetMaterial(G4String mat) if (fCrystal_log != nullptr) { fCrystal_log->SetMaterial(fDetMat); } - if (fParameterisation != nullptr) { - fParameterisation->SetMaterial(fDetMat); - fParameterisation->PrintMaterial(fDetMat); - // Get Rad Len and R molere ? - fSDRadLen = fDetMat->GetRadlen(); - } G4RunManager::GetRunManager()->PhysicsHasBeenModified(); } } diff --git a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashEventAction.cc b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashEventAction.cc index 3044782c2f9..295b35dd9ac 100644 --- a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashEventAction.cc +++ b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashEventAction.cc @@ -83,8 +83,7 @@ void ExGflashEventAction::EndOfEventAction(const G4Event* evt) if (THC != nullptr) { /// Hits in sensitive Detector int n_hit = THC->entries(); - // G4cout<<" " << n_hit<< " hits are stored in ExGflashHitsCollection - // "<GetPrimaryVertex(); // Computing (x,y,z) of vertex of initial particles G4ThreeVector vtx = pvertex->GetPosition(); @@ -101,7 +100,9 @@ void ExGflashEventAction::EndOfEventAction(const G4Event* evt) G4double dLradl = fDet->GetdLradl(); G4double dRradl = fDet->GetdRradl(); - G4double SDRadl = fDet->GetSDRadLen(); // SD matrial + G4double SDRadl = fDet->GetSDRadLen(); // SD matrial rad len + G4double SDRm = fDet->GetSDRm(); // SD Radius Moliere + // init to to 0.0 MyVector dEdL(nLbin, 0.0); MyVector dEdR(nRbin, 0.0); @@ -128,10 +129,12 @@ void ExGflashEventAction::EndOfEventAction(const G4Event* evt) G4ThreeVector radial = l - longitudinal; auto SlideNb = G4int((longitudinal.mag() / SDRadl) / dLradl); - auto RingNb = G4int((radial.mag() / SDRadl) / dRradl); + auto RingNb = G4int((radial.mag() / SDRm) / dRradl); - if (SlideNb >= 0 && SlideNb < nLbin) dEdL[SlideNb] += estep; - if (RingNb >= 0 && RingNb < nLbin) dEdR[RingNb] += estep; + if ((SlideNb >= 0 && SlideNb < nLbin) && (RingNb >= 0 && RingNb < nRbin)) { + dEdL[SlideNb] += estep; + dEdR[RingNb] += estep; + } } } diff --git a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashHistoManager.cc b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashHistoManager.cc index 395ace6a3d0..350ae035a2a 100644 --- a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashHistoManager.cc +++ b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashHistoManager.cc @@ -61,25 +61,18 @@ void ExGflashHistoManager::Book() // // Creating histograms // - // const G4int kMaxHisto = 9; - // const G4int kMaxProf = 2; G4int nLbin = fDet->GetnLtot(); G4int nRbin = fDet->GetnRtot(); G4double dLradl = fDet->GetdLradl(); G4double dRradl = fDet->GetdRradl(); + fVerbose = fDet->GetVerbose(); - fAnalysisManager->CreateH1("h0", "total energy deposit(percent of Einc)", 100, 95., 105.); + fAnalysisManager->CreateH1("h0", "total energy deposit(percent of Einc)", 100, 85., 105.); fAnalysisManager->CreateH1("h1", "The number of Hits per event", 200, 0., 4.0e5); fAnalysisManager->CreateH1("h2", "The energy of Hit (in MeV)", 200, 0., 10.); - // fAnalysisManager->CreateH1( "h3","longit energy profile (% of E inc)", - // nLbin,0.,nLbin*dLradl); - - // fAnalysisManager->CreateH1( "h4","radial energy profile (% of E inc)", - // nRbin,0.,nRbin*dRradl); - fAnalysisManager->CreateP1("p0", "longit energy profile (% of E inc)", nLbin, 0., nLbin * dLradl, 0., 2000.); @@ -92,12 +85,24 @@ void ExGflashHistoManager::Book() fAnalysisManager->CreateP1("p3", "Cuml radial energy profile (% of E inc)", nRbin, 0., nRbin * dRradl, 0., 20000.); - // Create all histograms as inactivated - // for (G4int k=0; kSetH1Activation(k, false); - // } - // for (G4int k=0; kSetP1Activation(k, false); - // } - G4cout << "\n----> Histogram file " << fFileName << G4endl; + if (fVerbose > 1) G4cout << "\n----> Histogram file " << fFileName << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void ExGflashHistoManager::SetBinning() +{ + G4int nLbin = fDet->GetnLtot(); + G4int nRbin = fDet->GetnRtot(); + G4double dLradl = fDet->GetdLradl(); + G4double dRradl = fDet->GetdRradl(); + + // Get analysis manager + auto analysisManager = G4AnalysisManager::Instance(); + + // Redifine profiles + analysisManager->SetP1(0, nLbin, 0., nLbin * dLradl, 0., 2000.); + analysisManager->SetP1(1, nRbin, 0., nRbin * dRradl, 0., 2000.); + analysisManager->SetP1(2, nLbin, 0., nLbin * dLradl, 0., 2000.); + analysisManager->SetP1(3, nRbin, 0., nRbin * dRradl, 0., 2000.); } diff --git a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashHit.cc b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashHit.cc index 440ef5cc0ea..bdede361e4e 100644 --- a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashHit.cc +++ b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashHit.cc @@ -60,12 +60,6 @@ ExGflashHit::ExGflashHit(const ExGflashHit& right) : G4VHit(right) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... ExGflashHit& ExGflashHit::operator=(const ExGflashHit& right) = default; -// { -// G4VHit::operator=(right); -// fEdep = right.fEdep; -// fPos = right.fPos; -// return *this; -// } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashMessenger.cc b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashMessenger.cc index 9f8b2755c40..72d35c95203 100644 --- a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashMessenger.cc +++ b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashMessenger.cc @@ -50,7 +50,7 @@ ExGflashMessenger::ExGflashMessenger(ExGflashDetectorConstruction* Det) : fDetec fVerbose = new G4UIcmdWithAnInteger("/exgflash/verbose", this); fVerbose->SetGuidance("set exglash verbosity"); - fVerbose->SetGuidance("0- silent, 1 - on exit, 2 - run , 3 - event"); + fVerbose->SetGuidance("0- silent, 1 - init, 2 - run, 3 - event"); fVerbose->SetParameterName("ver", false); fVerbose->SetRange("ver >= 0"); fVerbose->AvailableForStates(G4State_PreInit, G4State_Idle); @@ -59,37 +59,73 @@ ExGflashMessenger::ExGflashMessenger(ExGflashDetectorConstruction* Det) : fDetec fDetDir = new G4UIdirectory("/exgflash/det/"); fDetDir->SetGuidance("detector construction commands"); - fMaterCmd = new G4UIcmdWithAString("/exgflash/det/setMat", this); - fMaterCmd->SetGuidance("Select Material."); - fMaterCmd->SetParameterName("material", false); - fMaterCmd->AvailableForStates(G4State_PreInit, G4State_Idle); - fMaterCmd->SetToBeBroadcasted(false); - fLBinCmd = new G4UIcmdWith3Vector("/exgflash/det/setLbin", this); fLBinCmd->SetGuidance("set longitudinal bining"); - fLBinCmd->SetGuidance("nb of bins; bin thickness (in radl)"); - // must have omitable==true we use 2 values only - fLBinCmd->SetParameterName("nLtot", "dLradl", " ", true); + fLBinCmd->SetGuidance("nLtot - nb of bins; bin thickness (in Radl)"); + fLBinCmd->SetGuidance("dLradl - bin thickness (in fraction of Radl)"); + fLBinCmd->SetGuidance("LStart - dummy"); + fLBinCmd->SetParameterName("nLtot", "dLradl", "LStart", true); + fLBinCmd->SetDefaultValue(G4ThreeVector{100.0, 0.25, 0.0}); fLBinCmd->SetRange("nLtot>=1 && dLradl>0"); fLBinCmd->AvailableForStates(G4State_PreInit, G4State_Idle); fLBinCmd->SetToBeBroadcasted(false); fRBinCmd = new G4UIcmdWith3Vector("/exgflash/det/setRbin", this); fRBinCmd->SetGuidance("set radial bining"); - fRBinCmd->SetGuidance("nb of bins; bin thickness (in radl)"); - fRBinCmd->SetParameterName("nRtot", "dRradl", " ", true); + fRBinCmd->SetGuidance("nRtot - nb of bins; bin thickness (in Rm)"); + fRBinCmd->SetGuidance("dRradl - bin thickness (in fraction of Rm)"); + fRBinCmd->SetGuidance("RStart - dummy"); + fRBinCmd->SetParameterName("nRtot", "dRradl", "RStart", true); + fRBinCmd->SetDefaultValue(G4ThreeVector{80.0, 0.05, 0.0}); fRBinCmd->SetRange("nRtot>=1 && dRradl>0"); fRBinCmd->AvailableForStates(G4State_PreInit, G4State_Idle); fRBinCmd->SetToBeBroadcasted(false); + + fMaterCmd = new G4UIcmdWithAString("/exgflash/det/setMat", this); + fMaterCmd->SetGuidance("Select Material."); + fMaterCmd->SetParameterName("material", false); + fMaterCmd->AvailableForStates(G4State_PreInit); + fMaterCmd->SetToBeBroadcasted(false); + + fNbCrysCmd = new G4UIcmdWithAnInteger("/exgflash/det/setNbCrys", this); + fNbCrysCmd->SetGuidance("set numbber of crystals in row/col"); + fNbCrysCmd->SetGuidance("ncrys - number of crystals "); + fNbCrysCmd->SetParameterName("ncrys", false); + fNbCrysCmd->SetRange("ncrys > 0"); + fNbCrysCmd->AvailableForStates(G4State_PreInit); + fNbCrysCmd->SetToBeBroadcasted(false); + + fWCrysCmd = new G4UIcmdWithADoubleAndUnit("/exgflash/det/setCrysWidth", this); + fWCrysCmd->SetGuidance("set crystal width (cm)"); + fWCrysCmd->SetGuidance("wcrys - width of crystal "); + fWCrysCmd->SetParameterName("wcrys", false); + fWCrysCmd->SetRange("wcrys > 0"); + fWCrysCmd->SetUnitCategory("Length"); + fWCrysCmd->SetDefaultUnit("cm"); + fWCrysCmd->AvailableForStates(G4State_PreInit); + fWCrysCmd->SetToBeBroadcasted(false); + + fLCrysCmd = new G4UIcmdWithADoubleAndUnit("/exgflash/det/setCrysLength", this); + fLCrysCmd->SetGuidance("set crystal length (cm)"); + fLCrysCmd->SetGuidance("lcrys - crystal length "); + fLCrysCmd->SetParameterName("lcrys", false); + fLCrysCmd->SetRange("lcrys > 0"); + fLCrysCmd->SetUnitCategory("Length"); + fLCrysCmd->SetDefaultUnit("cm"); + fLCrysCmd->AvailableForStates(G4State_PreInit); + fLCrysCmd->SetToBeBroadcasted(false); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... ExGflashMessenger::~ExGflashMessenger() { + delete fLCrysCmd; + delete fWCrysCmd; + delete fNbCrysCmd; + delete fMaterCmd; delete fRBinCmd; delete fLBinCmd; - delete fMaterCmd; delete fDetDir; delete fVerbose; delete fExGflashDir; @@ -103,6 +139,18 @@ void ExGflashMessenger::SetNewValue(G4UIcommand* command, G4String newValue) fDetector->SetMaterial(newValue); } + if (command == fNbCrysCmd) { + fDetector->SetNbOfCrystals(fNbCrysCmd->GetNewIntValue(newValue)); + } + + if (command == fWCrysCmd) { + fDetector->SetCrystalWidth(fWCrysCmd->GetNewDoubleValue(newValue)); + } + + if (command == fLCrysCmd) { + fDetector->SetCrystalLength(fLCrysCmd->GetNewDoubleValue(newValue)); + } + if (command == fVerbose) { fDetector->SetVerbose(fVerbose->GetNewIntValue(newValue)); } diff --git a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashPrimaryGeneratorAction.cc b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashPrimaryGeneratorAction.cc index b0bf32bb54d..76f5f5512b8 100644 --- a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashPrimaryGeneratorAction.cc +++ b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashPrimaryGeneratorAction.cc @@ -28,14 +28,22 @@ // #include "ExGflashPrimaryGeneratorAction.hh" +#include "G4Electron.hh" #include "G4Event.hh" #include "G4GeneralParticleSource.hh" +#include "G4SystemOfUnits.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... ExGflashPrimaryGeneratorAction::ExGflashPrimaryGeneratorAction() { fParticleGun = new G4GeneralParticleSource; + // fParticleGun->SetVerbosity(2); + auto cursrc = fParticleGun->GetCurrentSource(); + cursrc->SetParticleDefinition(G4Electron::Definition()); + cursrc->GetAngDist()->SetParticleMomentumDirection(G4ParticleMomentum(0., 0., 1.)); + cursrc->GetEneDist()->SetMonoEnergy(50.0 * GeV); + // fParticleGun->ListSource(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashRunAction.cc b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashRunAction.cc index 342b8defba4..39e50ef5f6e 100644 --- a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashRunAction.cc +++ b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashRunAction.cc @@ -54,6 +54,7 @@ void ExGflashRunAction::BeginOfRunAction(const G4Run* aRun) // histograms file G4AnalysisManager* analysis = G4AnalysisManager::Instance(); if (analysis->IsActive()) { + fHistoManager->SetBinning(); analysis->OpenFile(); } diff --git a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashSensitiveDetector.cc b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashSensitiveDetector.cc index 59672054a4e..bb9d332d60b 100644 --- a/examples/extended/parameterisations/gflash/gflasha/src/ExGflashSensitiveDetector.cc +++ b/examples/extended/parameterisations/gflash/gflasha/src/ExGflashSensitiveDetector.cc @@ -101,7 +101,6 @@ G4bool ExGflashSensitiveDetector::ProcessHits(G4GFlashSpot* aSpot, G4TouchableHi caloHit->SetEdep(e); caloHit->SetPos(aSpot->GetEnergySpot()->GetPosition()); fCaloHitsCollection->insert(caloHit); - // if (ROhist){;} return true; } diff --git a/examples/extended/parameterisations/gflash/gflasha/test.mac b/examples/extended/parameterisations/gflash/gflasha/test.mac index bc1b7e452b2..ca92f36e0e0 100644 --- a/examples/extended/parameterisations/gflash/gflasha/test.mac +++ b/examples/extended/parameterisations/gflash/gflasha/test.mac @@ -2,10 +2,24 @@ # Macro file gflasha example # when runing in batch mode # +/exgflash/verbose 1 -/exgflash/det/setLbin 40 0.5 +# set calo material +/exgflash/det/setMat G4_PbWO4 + +#detector geometry 5 x 5 cristal ~5 Rm and ~28 X0 + +/exgflash/det/setNbCrys 5 +/exgflash/det/setCrysWidth 3.52 cm +/exgflash/det/setCrysLength 25.0 cm + +/exgflash/det/setLbin 56 0.5 /exgflash/det/setRbin 50 0.1 +/analysis/h1/set 0 100 90. 110. none # total energy deposit(percent of Einc) + +/run/initialize + /gps/pos/centre 0 0 0 /gps/particle e- /gps/energy 50 GeV diff --git a/examples/extended/parameterisations/gflash/gflasha/test.out b/examples/extended/parameterisations/gflash/gflasha/test.out index ee8e0398231..3bcd7c51742 100644 --- a/examples/extended/parameterisations/gflash/gflasha/test.out +++ b/examples/extended/parameterisations/gflash/gflasha/test.out @@ -16,7 +16,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -24,13 +24,10 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** -ExGflashDetectorConstruction::Detector constructor G4PhysListFactory::GetReferencePhysList EMoption= 0 <<< Geant4 Physics List simulation engine: FTFP_BERT - -----> Histogram file gflash01 Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... @@ -43,7 +40,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -101,10 +97,9 @@ End of Run User Vis Actions: none Some /vis commands (optionally) take a string to specify colour. "/vis/list" to see available colours. -Defining the materials -There are 10 crystals per row in the calorimeter, so in total 100 crystals -Total Calorimeter size30 cm x 30 cm x 24 cm -They have width of 3 cm and a length of 24 cm. The Material is Material: G4_PbWO4 density: 8.280 g/cm3 RadL: 8.925 mm Nucl.Int.Length: 20.740 cm +There are 5 crystals per row in the calorimeter, so in total 25 crystals +They have width of 3.52 cm and a length of 25 cm. + Material: G4_PbWO4 density: 8.280 g/cm3 RadL: 8.925 mm Nucl.Int.Length: 20.740 cm Imean: 542.741 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole @@ -127,24 +122,20 @@ They have width of 3 cm and a length of 24 cm. The Material is Material: G4_ ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.640 % ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.430 % ElmMassFraction: 40.40 % ElmAbundance 16.67 % - Total: 26.8922 X0 - - ---> DetectorConstruction Region Definition ---> Creating shower parameterization models +Total Calorimeter size 17.6 cm x 17.6 cm x 25 cm /********************************************/ - GVFlashShowerParameterisation::Material - Material : G4_PbWO4 Z = 68.3609 A = 170.881 X0 = 0.892453 cm - Rm = 1.73762 cm + Rm = 1.75417 cm Ec = 10.7858 MeV /********************************************/ /********************************************/ - GFlashHomoShowerParameterisation::Constructor - /********************************************/ -end shower parameterization. hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval for pions : 3 to 6 GeV @@ -174,10 +165,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -348,7 +342,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -830,7 +824,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -855,12 +849,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. ... set ntuple merging row mode : row-wise - done ... create file : gflash01.root - done @@ -868,45 +860,31 @@ See commands in /vis/modeling/trajectories/ for other options. ... open analysis file : gflash01.root - done ****************************************** -Run Real Elapsed Time is: 0.861834 -Run System Elapsed Time: 0.01 -Run GetUserElapsed Time: 0.85 +Run Real Elapsed Time is: 0.574205 +Run System Elapsed Time: 0 +Run GetUserElapsed Time: 0.56 ****************************************** number of event = 100 ... write file : gflash01.root - done ... close file : gflash01.root - done -There are histograms that can be viewed with visualization: - 3 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. ### Run 1 start. ... create file : gflash00.root - done ... open analysis file : gflash00.root - done ... open analysis file : gflash00.root - done ****************************************** -Run Real Elapsed Time is: 57.7755 -Run System Elapsed Time: 0.36 -Run GetUserElapsed Time: 55.67 +Run Real Elapsed Time is: 35.7097 +Run System Elapsed Time: 0.03 +Run GetUserElapsed Time: 34.36 ****************************************** number of event = 100 ... write file : gflash00.root - done ... close file : gflash00.root - done -There are histograms that can be viewed with visualization: - 3 h1 histograms(s) - List them with "/analysis/list". - View them immediately with "/vis/plot" or "/vis/reviewPlots". - But...there are no entries. To make your histograms available for - plotting in this UI session, use CloseFile(false) in your - EndOfRunAction and Reset() in your BeginOfRunAction. Graphics systems deleted. Visualization Manager deleting... ****************************************** -Total Real Elapsed Time is: 62.5078 -Total System Elapsed Time: 0.62 -Total GetUserElapsed Time: 59.08 +Total Real Elapsed Time is: 39.9502 +Total System Elapsed Time: 0.24 +Total GetUserElapsed Time: 37.73 ****************************************** diff --git a/examples/extended/parameterisations/gflash/gflasha/test0.mac b/examples/extended/parameterisations/gflash/gflasha/test0.mac deleted file mode 100644 index d0551bcaf59..00000000000 --- a/examples/extended/parameterisations/gflash/gflasha/test0.mac +++ /dev/null @@ -1,26 +0,0 @@ -# -# Macro file gflasha example -# when runing in batch mode -# GFLASH off -# - -/gps/pos/centre 0 0 0 -/gps/particle e- -/gps/energy 50 GeV -/gps/direction 0. 0. 1.0 - - -# Paramatrisation off -/GFlash/flag 0 -/analysis/setFileName gflash00 - - -# for drawing the tracks -# (if too many tracks cause core dump => storeTrajectory 0) -#/tracking/storeTrajectory 1 - -#/vis/scene/endOfEventAction accumulate -/tracking/verbose 0 -#/analysys/setFileName gflash00 - -/run/beamOn 500 diff --git a/examples/extended/parameterisations/gflash/gflasha/test1.mac b/examples/extended/parameterisations/gflash/gflasha/test1.mac deleted file mode 100644 index 70ef8a937aa..00000000000 --- a/examples/extended/parameterisations/gflash/gflasha/test1.mac +++ /dev/null @@ -1,24 +0,0 @@ -# -# Macro file gflasha example -# when runing in batch mode -# GFLASH off -# - -/gps/pos/centre 0 0 0 -/gps/particle e- -/gps/energy 50 GeV -/gps/direction 0. 0. 1.0 - - -# Paramatrisation on -/GFlash/flag 1 - - -# for drawing the tracks -# (if too many tracks cause core dump => storeTrajectory 0) -#/tracking/storeTrajectory 1 - -#/vis/scene/endOfEventAction accumulate -/tracking/verbose 0 - -/run/beamOn 500 diff --git a/examples/extended/parameterisations/gflash/gflasha/testLong.mac b/examples/extended/parameterisations/gflash/gflasha/testLong.mac new file mode 100644 index 00000000000..77969715e86 --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflasha/testLong.mac @@ -0,0 +1,25 @@ +# +# Macro file gflasha example +# when runing in batch mode +# GFLASH off +# +/run/initialize + +#/gps/pos/centre 0 0 0 +#/gps/particle e- +#/gps/energy 50 GeV +#/gps/direction 0. 0. 1.0 + +/tracking/verbose 0 + +# Paramatrisation on (default file name) +/GFlash/flag 1 +#/analysis/setFileName gflash01 + +/run/beamOn 500 + +# Paramatrisation off +/GFlash/flag 0 +/analysis/setFileName gflash00 + +/run/beamOn 500 diff --git a/examples/extended/parameterisations/gflash/gflasha/vis.mac b/examples/extended/parameterisations/gflash/gflasha/vis.mac index 7d1bb0bf909..c9dc3bf12e8 100644 --- a/examples/extended/parameterisations/gflash/gflasha/vis.mac +++ b/examples/extended/parameterisations/gflash/gflasha/vis.mac @@ -2,12 +2,8 @@ # Macro file for the initialization phase of gflash example # when runing in interactive mode # -# Sets some default verbose -/gps/position 0 0 0 -/gps/particle e+ -/gps/energy 2.0 GeV -/gps/direction 0. 0. 1.0 -# +# Initialize kernel +/run/initialize # Open a viewer /vis/open # This opens the default viewer - see examples/basic/B1/vis.mac for a @@ -66,9 +62,3 @@ # # For file-based drivers, use this to create an empty detector view: #/vis/viewer/flush -# -#/tracking/verbose 0 -#/GFlash/flag 1 -#/run/beamOn 2 - - diff --git a/examples/extended/persistency/P01/p01-read.out b/examples/extended/persistency/P01/p01-read.out index 149893f22ac..d88c68d7a62 100644 --- a/examples/extended/persistency/P01/p01-read.out +++ b/examples/extended/persistency/P01/p01-read.out @@ -317,77 +317,156 @@ Number of hits: 103 trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.0017335 position[mm]: (474.988,645.093,-730.047) trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00869813 position[mm]: (456.113,619.508,-797.236) Collection: Event_4 -Number of hits: 73 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00925268 position[mm]: (-125.244,6.58917,-1579.02) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000290459 position[mm]: (-125.919,6.62587,-1574.45) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00466046 position[mm]: (-128.636,6.77202,-1555.95) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00410099 position[mm]: (-129.514,6.82542,-1549.97) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0012097 position[mm]: (-130.025,6.85657,-1546.49) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00692756 position[mm]: (-132.672,7.03168,-1528.42) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0450062 position[mm]: (-146.896,7.8341,-1431.84) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00784529 position[mm]: (-150.043,8.11318,-1410.64) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00583494 position[mm]: (-151.627,8.28289,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00832763 position[mm]: (-244.053,17.767,-776.024) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0140202 position[mm]: (-250.539,18.4928,-732.738) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0209065 position[mm]: (-257.028,19.3207,-688.935) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000615061 position[mm]: (-257.495,19.3735,-685.825) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00696242 position[mm]: (-259.725,19.6322,-671.009) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00651734 position[mm]: (-264.446,20.1012,-639.825) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00820867 position[mm]: (-268.029,20.4605,-616.281) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00488067 position[mm]: (-270.507,20.7098,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00477726 position[mm]: (-363.552,28.8469,10.246) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0171613 position[mm]: (-368.307,29.2933,41.298) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00691962 position[mm]: (-369.964,29.4439,51.9254) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0107096 position[mm]: (-374.031,29.8907,79.2986) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0108853 position[mm]: (-379.63,30.5144,117.509) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00902378 position[mm]: (-382.297,30.7903,135.402) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00388585 position[mm]: (-383.947,30.9536,146.506) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00765391 position[mm]: (-387.248,31.2964,168.733) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0139235 position[mm]: (-390.54,31.6742,190.806) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00443587 position[mm]: (-391.928,31.8131,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000726135 position[mm]: (-483.492,40.346,803.518) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00375512 position[mm]: (-484.891,40.4504,812.847) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0444807 position[mm]: (-502.581,41.7743,930.89) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0060728 position[mm]: (-504.881,41.9378,945.815) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00688938 position[mm]: (-507.331,42.1189,961.793) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0160315 position[mm]: (-513.16,42.4731,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0312837 position[mm]: (-616.142,48.1941,1669.06) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000351014 position[mm]: (-616.223,48.1986,1669.58) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0342061 position[mm]: (-627.818,49.0994,1744.81) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00668584 position[mm]: (-631.787,49.6059,1771.03) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0102886 position[mm]: (-636.159,50.1194,1800) - trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.00136475 position[mm]: (-631.786,49.6134,1771.03) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00641331 position[mm]: (-616.295,48.0724,1669.58) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.000914364 position[mm]: (-616.322,48.0451,1669.59) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00208552 position[mm]: (-616.327,48.0334,1669.59) - trackID: 80 chamberNb: 4 energy deposit[MeV]: 0.0016107 position[mm]: (-616.327,48.0456,1669.58) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.00152183 position[mm]: (-616.136,48.2,1669.06) - trackID: 62 chamberNb: 3 energy deposit[MeV]: 0.0017158 position[mm]: (-507.339,42.1129,961.792) - trackID: 61 chamberNb: 3 energy deposit[MeV]: 0.00782706 position[mm]: (-504.962,41.9129,945.81) - trackID: 60 chamberNb: 3 energy deposit[MeV]: 0.0012778 position[mm]: (-502.575,41.7706,930.891) - trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.00460833 position[mm]: (-484.88,40.4876,812.851) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00147433 position[mm]: (-483.501,40.3478,803.517) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00143586 position[mm]: (-390.546,31.68,190.805) - trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.0016101 position[mm]: (-387.254,31.3032,168.732) - trackID: 46 chamberNb: 2 energy deposit[MeV]: 0.00643858 position[mm]: (-383.885,30.9473,146.521) - trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00181578 position[mm]: (-382.286,30.7899,135.404) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0094457 position[mm]: (-379.739,30.4851,117.504) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00230061 position[mm]: (-374.03,29.8761,79.2998) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0047238 position[mm]: (-369.925,29.4534,51.9341) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00232701 position[mm]: (-368.314,29.28,41.2978) - trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.00160824 position[mm]: (-363.561,28.849,10.2449) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00177774 position[mm]: (-268.038,20.4663,-616.282) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00251027 position[mm]: (-264.434,20.1129,-639.823) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00263575 position[mm]: (-259.715,19.6173,-671.006) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00347548 position[mm]: (-257.47,19.3785,-685.819) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00167035 position[mm]: (-250.548,18.4969,-732.739) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00233822 position[mm]: (-244.04,17.761,-776.021) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.00128689 position[mm]: (-150.042,8.12022,-1410.64) - trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00186734 position[mm]: (-146.905,7.83943,-1431.84) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00710761 position[mm]: (-132.835,7.1386,-1528.42) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00612977 position[mm]: (-132.83,7.10794,-1528.37) - trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.00123668 position[mm]: (-130.027,6.86318,-1546.49) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00199802 position[mm]: (-129.516,6.8373,-1549.97) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.003458 position[mm]: (-128.661,6.76476,-1555.95) - trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00185757 position[mm]: (-125.911,6.61872,-1574.44) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00170739 position[mm]: (-125.234,6.5867,-1579.02) +Number of hits: 152 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00480337 position[mm]: (-146.127,-47.6718,-1587.73) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00748644 position[mm]: (-148.478,-48.4868,-1574.51) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0046475 position[mm]: (-151.53,-49.5172,-1557.49) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0146686 position[mm]: (-157.18,-51.4553,-1525.84) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0142821 position[mm]: (-165.137,-54.0385,-1481.89) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00218959 position[mm]: (-165.611,-54.1876,-1479.31) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00281988 position[mm]: (-166.21,-54.3769,-1476.04) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.01721 position[mm]: (-173.366,-56.6469,-1437.1) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00228093 position[mm]: (-174.189,-56.9115,-1432.64) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00541497 position[mm]: (-176.237,-57.5637,-1421.57) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00726661 position[mm]: (-180.212,-58.8043,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00475799 position[mm]: (-291.744,-92.0998,-793.483) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0112016 position[mm]: (-297.435,-93.7988,-762.982) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00884287 position[mm]: (-301.059,-94.8251,-743.658) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0106989 position[mm]: (-308.968,-96.9888,-701.873) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000571903 position[mm]: (-309.029,-97.0058,-701.551) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00576143 position[mm]: (-312.62,-98.0005,-682.741) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00774053 position[mm]: (-316.205,-98.9942,-663.938) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00415002 position[mm]: (-318.195,-99.52,-653.597) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000821209 position[mm]: (-318.533,-99.6086,-651.842) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00137626 position[mm]: (-320.088,-100.015,-643.77) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 7.63503e-05 position[mm]: (-320.183,-100.04,-643.277) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0155386 position[mm]: (-328.552,-102.218,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00130718 position[mm]: (-443.076,-131.399,3.33468) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00612372 position[mm]: (-446.39,-132.247,20.6476) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000916028 position[mm]: (-447.617,-132.562,27.07) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0118621 position[mm]: (-453.868,-134.143,59.8719) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00282025 position[mm]: (-455.321,-134.508,67.4115) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00894611 position[mm]: (-460.93,-136.007,96.7271) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00498717 position[mm]: (-463.099,-136.603,108.277) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00375476 position[mm]: (-464.844,-137.074,117.535) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0209191 position[mm]: (-480.392,-141.271,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00220926 position[mm]: (-596.443,-173.14,803.654) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00017684 position[mm]: (-596.833,-173.247,805.676) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0204582 position[mm]: (-607.759,-176.255,862.448) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0131764 position[mm]: (-611.644,-177.337,882.581) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00170476 position[mm]: (-612.445,-177.559,886.746) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00583152 position[mm]: (-616.045,-178.561,905.362) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.034768 position[mm]: (-634.269,-183.531,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000723288 position[mm]: (-753.208,-216.203,1605.99) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000296719 position[mm]: (-753.774,-216.353,1608.89) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0049254 position[mm]: (-755.218,-216.739,1616.31) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0172705 position[mm]: (-764.925,-219.318,1666.12) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00617779 position[mm]: (-768.304,-220.23,1683.67) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0328052 position[mm]: (-783.45,-224.226,1762.13) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0108436 position[mm]: (-790.822,-226.276,1800) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.000311902 position[mm]: (-783.408,-224.298,1762.14) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.00630461 position[mm]: (-783.45,-224.343,1762.15) + trackID: 128 chamberNb: 4 energy deposit[MeV]: 0.00153948 position[mm]: (-783.402,-224.304,1762.14) + trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.00293685 position[mm]: (-768.284,-220.231,1683.67) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.000252846 position[mm]: (-764.134,-219.373,1666.54) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00776388 position[mm]: (-760.661,-219.27,1667.61) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00336678 position[mm]: (-761.311,-217.635,1666.87) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00390245 position[mm]: (-762.817,-219.277,1665.78) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00695978 position[mm]: (-763.535,-220.387,1667.39) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00843265 position[mm]: (-762.187,-219.919,1666.46) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00216463 position[mm]: (-761.987,-219.228,1667.09) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00577666 position[mm]: (-761.663,-218.678,1666.42) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00476323 position[mm]: (-761.789,-219.452,1666.57) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00367065 position[mm]: (-761.516,-219.361,1666.67) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00163502 position[mm]: (-761.385,-219.372,1666.74) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00650163 position[mm]: (-761.315,-219.316,1666.72) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00188449 position[mm]: (-761.314,-219.315,1666.73) + trackID: 137 chamberNb: 4 energy deposit[MeV]: 0.00138664 position[mm]: (-761.38,-219.377,1666.74) + trackID: 136 chamberNb: 4 energy deposit[MeV]: 0.00442243 position[mm]: (-761.517,-219.397,1666.66) + trackID: 135 chamberNb: 4 energy deposit[MeV]: 0.000121881 position[mm]: (-761.78,-219.425,1666.52) + trackID: 135 chamberNb: 4 energy deposit[MeV]: 0.00599844 position[mm]: (-761.792,-219.37,1666.53) + trackID: 138 chamberNb: 4 energy deposit[MeV]: 0.00181318 position[mm]: (-761.777,-219.422,1666.51) + trackID: 134 chamberNb: 4 energy deposit[MeV]: 0.00164662 position[mm]: (-761.653,-218.679,1666.42) + trackID: 133 chamberNb: 4 energy deposit[MeV]: 0.00139008 position[mm]: (-761.992,-219.222,1667.09) + trackID: 132 chamberNb: 4 energy deposit[MeV]: 0.00953857 position[mm]: (-762.711,-219.284,1665.82) + trackID: 131 chamberNb: 4 energy deposit[MeV]: 0.00341902 position[mm]: (-761.328,-217.617,1666.87) + trackID: 130 chamberNb: 4 energy deposit[MeV]: 0.00136196 position[mm]: (-760.662,-219.274,1667.61) + trackID: 129 chamberNb: 4 energy deposit[MeV]: 0.00129003 position[mm]: (-764.132,-219.37,1666.54) + trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00124197 position[mm]: (-755.224,-216.742,1616.31) + trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.00381028 position[mm]: (-753.788,-216.327,1608.89) + trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.00199068 position[mm]: (-753.205,-216.191,1606) + trackID: 77 chamberNb: 3 energy deposit[MeV]: 0.0013534 position[mm]: (-616.038,-178.562,905.363) + trackID: 76 chamberNb: 3 energy deposit[MeV]: 0.00129354 position[mm]: (-612.418,-177.481,886.764) + trackID: 76 chamberNb: 3 energy deposit[MeV]: 0.00456527 position[mm]: (-612.437,-177.452,886.749) + trackID: 140 chamberNb: 3 energy deposit[MeV]: 0.00308214 position[mm]: (-612.427,-177.495,886.749) + trackID: 75 chamberNb: 3 energy deposit[MeV]: 0.00150056 position[mm]: (-611.644,-177.346,882.581) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.00131571 position[mm]: (-607.758,-176.248,862.449) + trackID: 73 chamberNb: 3 energy deposit[MeV]: 0.00246084 position[mm]: (-596.843,-173.259,805.674) + trackID: 72 chamberNb: 3 energy deposit[MeV]: 0.00435262 position[mm]: (-596.466,-173.112,803.653) + trackID: 65 chamberNb: 2 energy deposit[MeV]: 0.00460833 position[mm]: (-464.847,-137.036,117.539) + trackID: 64 chamberNb: 2 energy deposit[MeV]: 0.00147433 position[mm]: (-463.107,-136.604,108.276) + trackID: 63 chamberNb: 2 energy deposit[MeV]: 0.00241616 position[mm]: (-460.926,-135.992,96.7296) + trackID: 62 chamberNb: 2 energy deposit[MeV]: 0.00141824 position[mm]: (-453.861,-134.142,59.8738) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0148077 position[mm]: (-449.518,-134.518,39.1672) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.000850449 position[mm]: (-450.954,-135.263,38.589) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00543219 position[mm]: (-451.435,-134.281,35.6142) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00797033 position[mm]: (-450.215,-131.809,34.1469) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00704334 position[mm]: (-447.904,-132.821,33.2702) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.000977838 position[mm]: (-448.22,-132.812,33.0699) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0164409 position[mm]: (-448.905,-132.557,31.2434) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00144388 position[mm]: (-448.506,-131.805,31.1442) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00195202 position[mm]: (-447.768,-131.629,31.0211) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00391385 position[mm]: (-447.6,-132.243,31.1439) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00572514 position[mm]: (-447.722,-132.729,31.127) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00274289 position[mm]: (-447.877,-132.625,31.2968) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00940033 position[mm]: (-447.851,-132.666,31.1953) + trackID: 151 chamberNb: 2 energy deposit[MeV]: 0.0044056 position[mm]: (-447.853,-132.648,31.3119) + trackID: 150 chamberNb: 2 energy deposit[MeV]: 0.00195981 position[mm]: (-447.73,-132.727,31.1186) + trackID: 149 chamberNb: 2 energy deposit[MeV]: 0.00543406 position[mm]: (-447.785,-131.643,30.9767) + trackID: 148 chamberNb: 2 energy deposit[MeV]: 0.00309944 position[mm]: (-448.503,-131.824,31.1335) + trackID: 147 chamberNb: 2 energy deposit[MeV]: 0.00258071 position[mm]: (-448.223,-132.796,33.0731) + trackID: 146 chamberNb: 2 energy deposit[MeV]: 0.00157768 position[mm]: (-450.145,-131.828,34.0952) + trackID: 145 chamberNb: 2 energy deposit[MeV]: 0.00137841 position[mm]: (-450.211,-131.803,34.15) + trackID: 144 chamberNb: 2 energy deposit[MeV]: 0.00235738 position[mm]: (-451.436,-134.272,35.6268) + trackID: 143 chamberNb: 2 energy deposit[MeV]: 0.00234959 position[mm]: (-450.958,-135.277,38.5847) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.00222563 position[mm]: (-446.404,-132.25,20.6456) + trackID: 59 chamberNb: 2 energy deposit[MeV]: 0.00288459 position[mm]: (-443.096,-131.394,3.3323) + trackID: 50 chamberNb: 1 energy deposit[MeV]: 0.00318283 position[mm]: (-320.178,-100.017,-643.274) + trackID: 49 chamberNb: 1 energy deposit[MeV]: 0.000439373 position[mm]: (-320.107,-100.043,-643.773) + trackID: 49 chamberNb: 1 energy deposit[MeV]: 0.00257651 position[mm]: (-320.091,-100.04,-643.778) + trackID: 152 chamberNb: 1 energy deposit[MeV]: 0.00126973 position[mm]: (-320.108,-100.047,-643.779) + trackID: 48 chamberNb: 1 energy deposit[MeV]: 0.00158774 position[mm]: (-318.53,-99.6174,-651.842) + trackID: 47 chamberNb: 1 energy deposit[MeV]: 0.00215875 position[mm]: (-318.187,-99.5312,-653.595) + trackID: 46 chamberNb: 1 energy deposit[MeV]: 0.00131552 position[mm]: (-316.206,-98.9869,-663.937) + trackID: 45 chamberNb: 1 energy deposit[MeV]: 0.00777116 position[mm]: (-312.551,-98.0446,-682.722) + trackID: 44 chamberNb: 1 energy deposit[MeV]: 0.00233339 position[mm]: (-309.016,-97.0003,-701.548) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.00208295 position[mm]: (-308.977,-96.998,-701.875) + trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00145314 position[mm]: (-301.056,-94.8171,-743.657) + trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.00163184 position[mm]: (-297.44,-93.8071,-762.983) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00491723 position[mm]: (-291.716,-93.5591,-790.756) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00921024 position[mm]: (-292.559,-90.5416,-788.127) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0106817 position[mm]: (-293.254,-89.8285,-787.721) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00273243 position[mm]: (-292.914,-90.2826,-787.51) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00337562 position[mm]: (-292.574,-89.9626,-787.341) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00159046 position[mm]: (-292.674,-90.0447,-787.629) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00415042 position[mm]: (-292.783,-90.2954,-787.57) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00986598 position[mm]: (-292.833,-90.3237,-787.739) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00264245 position[mm]: (-292.82,-90.3125,-787.745) + trackID: 154 chamberNb: 1 energy deposit[MeV]: 0.0023191 position[mm]: (-292.662,-90.0481,-787.621) + trackID: 153 chamberNb: 1 energy deposit[MeV]: 0.00147578 position[mm]: (-292.917,-90.2837,-787.502) + trackID: 28 chamberNb: 0 energy deposit[MeV]: 0.00154931 position[mm]: (-176.235,-57.5551,-1421.57) + trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00248234 position[mm]: (-174.186,-56.8956,-1432.63) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.00638356 position[mm]: (-173.314,-56.6793,-1437.09) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0064842 position[mm]: (-165.778,-54.0083,-1475.83) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00726087 position[mm]: (-165.877,-54.0048,-1476.2) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00122007 position[mm]: (-165.93,-54.1161,-1476.06) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.000842424 position[mm]: (-165.864,-54.192,-1476.07) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00635142 position[mm]: (-165.872,-54.2203,-1476.01) + trackID: 156 chamberNb: 0 energy deposit[MeV]: 0.00320977 position[mm]: (-165.867,-54.2126,-1476.08) + trackID: 155 chamberNb: 0 energy deposit[MeV]: 0.00155102 position[mm]: (-165.937,-54.1219,-1476.06) + trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.00630475 position[mm]: (-165.616,-54.2493,-1479.3) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00861422 position[mm]: (-165.235,-54.0426,-1481.9) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00185774 position[mm]: (-157.189,-51.4487,-1525.84) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.00132243 position[mm]: (-151.523,-49.5197,-1557.49) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00535987 position[mm]: (-148.466,-48.4402,-1574.5) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00437585 position[mm]: (-146.128,-47.636,-1587.73) diff --git a/examples/extended/persistency/P01/p01-write.out b/examples/extended/persistency/P01/p01-write.out index 081f2025efc..5bdbc2720a4 100644 --- a/examples/extended/persistency/P01/p01-write.out +++ b/examples/extended/persistency/P01/p01-write.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -173,10 +172,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -347,7 +349,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -829,7 +831,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -854,7 +856,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -898,6 +900,7 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte @@ -914,8 +917,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ------- -------- ------ ------ -------- ---------- ---------- 66.30 0k 1 7 10 0.00 Tracker 33.70 0k 1 3 4 0.00 World -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. ### Run 0 start. CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC @@ -2279,7 +2282,7 @@ writing Event_1 Run terminated. Run Summary Number of events processed : 1 - User=0.390000s Real=9.352713s Sys=0.470000s + User=0.430000s Real=38.234266s Sys=0.340000s Region -- -- appears in world volume This region is in the mass world. @@ -2526,93 +2529,172 @@ writing Event_3 CalorimeterSD::Initialize: TrackerChamberSD ExP01/TrackerChamberSD_HC is not found. --------->Storing hits in the ROOT file: in this event there are 73 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0092526756021279 position[mm]: (-125.24374999167,6.5891725083298,-1579.0193072139) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00029045945086103 position[mm]: (-125.91882064124,6.6258654629942,-1574.4461065785) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0046604588250342 position[mm]: (-128.63583820504,6.7720178471353,-1555.9480527859) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0041009904317936 position[mm]: (-129.51381151537,6.8254183456617,-1549.9668975232) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0012097035441706 position[mm]: (-130.02522117682,6.8565658284036,-1546.4911674516) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0069275594001486 position[mm]: (-132.67181554876,7.0316779119876,-1528.4210482335) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.045006168140868 position[mm]: (-146.895567143,7.8340956988247,-1431.8392829055) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.007845287730563 position[mm]: (-150.04304628249,8.113183296743,-1410.6354541787) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0058349442362264 position[mm]: (-151.62685986849,8.2828905555416,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0083276294399079 position[mm]: (-244.05318862303,17.766985424415,-776.02432206706) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.014020191327415 position[mm]: (-250.53894818861,18.492829089778,-732.73799809201) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.020906485221297 position[mm]: (-257.02820349544,19.320689271874,-688.93461795285) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00061506059210823 position[mm]: (-257.49528160583,19.373475761299,-685.82476626561) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0069624189919 position[mm]: (-259.7250743235,19.632157677901,-671.00882083347) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0065173418620062 position[mm]: (-264.44596792678,20.101162568216,-639.82508332001) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0082086693192046 position[mm]: (-268.02885617162,20.460536720432,-616.28088447982) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0048806741461518 position[mm]: (-270.50680048116,20.709825777382,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0047772633656667 position[mm]: (-363.55219656412,28.846867357019,10.245975068235) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.017161348173323 position[mm]: (-368.30691658782,29.293297614954,41.2979539033) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.006919618399306 position[mm]: (-369.9637568487,29.443938335738,51.925375111458) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.010709577872053 position[mm]: (-374.03134292971,29.890709633206,79.298634380326) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.010885261020926 position[mm]: (-379.62971964451,30.514425271301,117.50872253595) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0090237795217821 position[mm]: (-382.29685887326,30.790285591511,135.40151987911) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.003885851979016 position[mm]: (-383.94711191054,30.953570122658,146.50634148366) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0076539051001839 position[mm]: (-387.24791529525,31.296418263683,168.73296104735) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.013923528585048 position[mm]: (-390.53992888215,31.674179310325,190.80582710414) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0044358713654033 position[mm]: (-391.92816334859,31.813094141633,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0007261352772493 position[mm]: (-483.49249523411,40.346041348127,803.51813440971) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0037551161684646 position[mm]: (-484.89073900036,40.450411839199,812.84697196816) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.04448065404553 position[mm]: (-502.58121877515,41.774339027307,930.88974787808) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0060728047542418 position[mm]: (-504.8807635602,41.937835067763,945.81453823705) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0068893816781223 position[mm]: (-507.33138236566,42.118928052295,961.79292512876) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.016031474173699 position[mm]: (-513.16025504059,42.473070806314,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.031283746059773 position[mm]: (-616.14209290674,48.194129715038,1669.0592619579) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00035101406646281 position[mm]: (-616.22340125748,48.198611088534,1669.5780134048) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.034206065991503 position[mm]: (-627.81766698867,49.099370231217,1744.812201785) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0066858380954639 position[mm]: (-631.78749652149,49.605924434181,1771.0320450661) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.010288550695077 position[mm]: (-636.15922015715,50.119372104808,1800) - trackID: 72 chamberNb: 4 energy deposit[MeV]: 0.0013647462346183 position[mm]: (-631.78558301969,49.61337700045,1771.0325006823) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0064133050112055 position[mm]: (-616.29468592912,48.072426711409,1669.5839055983) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00091436356144725 position[mm]: (-616.32202163846,48.045072832589,1669.5886889681) - trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0020855182163906 position[mm]: (-616.32677906043,48.033407718162,1669.5910810525) - trackID: 80 chamberNb: 4 energy deposit[MeV]: 0.001610699636605 position[mm]: (-616.32720498449,48.045564166257,1669.5808664182) - trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0015218317649559 position[mm]: (-616.13569738138,48.200032352182,1669.0605734452) - trackID: 62 chamberNb: 3 energy deposit[MeV]: 0.001715796772077 position[mm]: (-507.33942576227,42.112866874594,961.79219328258) - trackID: 61 chamberNb: 3 energy deposit[MeV]: 0.0078270580482566 position[mm]: (-504.96186135413,41.912949835511,945.81024798841) - trackID: 60 chamberNb: 3 energy deposit[MeV]: 0.0012778009144398 position[mm]: (-502.57531864699,41.770628626233,930.89096318596) - trackID: 59 chamberNb: 3 energy deposit[MeV]: 0.004608334183342 position[mm]: (-484.87968663209,40.487559142397,812.85098319504) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0014743279160251 position[mm]: (-483.50073128817,40.347832413355,803.517221527) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0014358566042689 position[mm]: (-390.54565422941,31.680032621369,190.80520079758) - trackID: 47 chamberNb: 2 energy deposit[MeV]: 0.0016100957375694 position[mm]: (-387.25440659627,31.3031721146,168.73227279489) - trackID: 46 chamberNb: 2 energy deposit[MeV]: 0.0064385806247476 position[mm]: (-383.88532441535,30.947346686389,146.52097168221) - trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0018157766694775 position[mm]: (-382.28628418352,30.789922349028,135.40357854538) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0094456971810196 position[mm]: (-379.73913597409,30.485116825423,117.50437988197) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0023006132956712 position[mm]: (-374.03011733466,29.876103800654,79.299791775743) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0047238042387857 position[mm]: (-369.9254397546,29.453424598714,51.934144724116) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0023270054340778 position[mm]: (-368.31372616519,29.279993798269,41.29783778991) - trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0016082388810191 position[mm]: (-363.56128493025,28.848950751539,10.244948415582) - trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0017777366180732 position[mm]: (-268.03758796265,20.466321378251,-616.2818366093) - trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0025102723202755 position[mm]: (-264.43432654886,20.112858084518,-639.82261318398) - trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0026357498983397 position[mm]: (-259.71536080785,19.61734875099,-671.00616312121) - trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0034754751806177 position[mm]: (-257.47024332834,19.37854696215,-685.81947399978) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0016703478102533 position[mm]: (-250.5478162372,18.496871382671,-732.73896833594) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0023382195370438 position[mm]: (-244.03969662789,17.760974484777,-776.02143639362) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.0012868879776339 position[mm]: (-150.04185542,8.1202168271886,-1410.6351202642) - trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0018673365009829 position[mm]: (-146.90529484555,7.8394346659878,-1431.8402921434) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0071076131123221 position[mm]: (-132.83507957317,7.1385956889244,-1528.4225648138) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0061297671212259 position[mm]: (-132.8295254458,7.1079403127429,-1528.3719624853) - trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.0012366823815576 position[mm]: (-130.02668713557,6.8631800600507,-1546.4911963827) - trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0019980197960276 position[mm]: (-129.51621495104,6.8372959402905,-1549.9667896207) - trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0034580012396908 position[mm]: (-128.66063541383,6.7647558344394,-1555.9500313437) - trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0018575705553294 position[mm]: (-125.91054785314,6.6187221072681,-1574.4443346312) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0017073890417959 position[mm]: (-125.2341976819,6.5867008808391,-1579.0174421854) +-------->Storing hits in the ROOT file: in this event there are 152 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0048033744009437 position[mm]: (-146.12682612818,-47.67177359553,-1587.7298961221) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0074864435234056 position[mm]: (-148.47796036851,-48.486810802147,-1574.5088674132) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0046475043227879 position[mm]: (-151.53029826848,-49.517157182987,-1557.4873618189) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.014668573708369 position[mm]: (-157.18033310087,-51.455282305201,-1525.8427772553) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.014282141749287 position[mm]: (-165.13706652941,-54.038535245664,-1481.8868934186) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.002189594325488 position[mm]: (-165.61080588175,-54.187586931934,-1479.3051181993) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0028198816781058 position[mm]: (-166.20974236225,-54.376933024086,-1476.0366758491) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.017210033778263 position[mm]: (-173.36628029808,-56.646851940822,-1437.1007250296) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.002280927715599 position[mm]: (-174.18892561657,-56.911538385691,-1432.6355502991) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0054149653697521 position[mm]: (-176.2368922828,-57.563710927306,-1421.5673378366) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0072666106384674 position[mm]: (-180.21207583894,-58.804328275098,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0047579893219754 position[mm]: (-291.74435201389,-92.099844820464,-793.48333816654) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.01120164256142 position[mm]: (-297.4351236359,-93.79875509268,-762.98232825413) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0088428722159544 position[mm]: (-301.05862216941,-94.825064369926,-743.65820118381) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010698879850111 position[mm]: (-308.96794279091,-96.988804903468,-701.8732528145) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00057190334675488 position[mm]: (-309.02932077577,-97.005807196824,-701.55142095469) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0057614262555945 position[mm]: (-312.61990653191,-98.000533384865,-682.74092830732) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0077405252977261 position[mm]: (-316.20500491275,-98.994210671964,-663.93754044349) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0041500234908022 position[mm]: (-318.19476334864,-99.519987779481,-653.59686985598) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00082120867212209 position[mm]: (-318.53285474201,-99.608583888035,-651.84196908056) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0013762610723312 position[mm]: (-320.08753042805,-100.0147676799,-643.77027868283) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 7.6350253716317e-05 position[mm]: (-320.1828661078,-100.03950756331,-643.27721877586) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.015538582959902 position[mm]: (-328.55215954656,-102.2176762323,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0013071835589721 position[mm]: (-443.07615301244,-131.39850030601,3.3346803143764) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0061237240147961 position[mm]: (-446.39024847086,-132.24693320668,20.647615820823) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0009160281825429 position[mm]: (-447.61666215686,-132.56154302433,27.070037423229) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011862087077775 position[mm]: (-453.86847276589,-134.14259524126,59.871918747512) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0028202483159639 position[mm]: (-455.32084755952,-134.50815096305,67.411498150837) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0089461083003428 position[mm]: (-460.93001358129,-136.00656356497,96.727147590239) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0049871734037522 position[mm]: (-463.09898300557,-136.60280980347,108.27727236122) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0037547612841244 position[mm]: (-464.84442301583,-137.07421420475,117.53451867749) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.020919050237641 position[mm]: (-480.39242163799,-141.27088146868,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0022092645828473 position[mm]: (-596.44345085515,-173.13992060734,803.65375951994) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00017683984388854 position[mm]: (-596.83260249806,-173.24717568209,805.67550297286) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.020458170334073 position[mm]: (-607.75881468912,-176.25539271634,862.4478459855) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.01317640310725 position[mm]: (-611.64371803945,-177.33686526963,882.58080991427) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0017047590728499 position[mm]: (-612.44498528571,-177.55944545352,886.74642979283) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0058315182032603 position[mm]: (-616.04542928841,-178.56051757176,905.36152773603) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.034768034641512 position[mm]: (-634.2691770627,-183.53105472479,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00072328794333535 position[mm]: (-753.20793428814,-216.2028245228,1605.9949426817) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00029671930170713 position[mm]: (-753.77372569044,-216.35287941892,1608.8882733043) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0049253976232861 position[mm]: (-755.21805349943,-216.73917184622,1616.3104084117) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.017270486102036 position[mm]: (-764.92496098426,-219.31752501623,1666.1194005151) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.006177787505184 position[mm]: (-768.30431226898,-220.22994524868,1683.6658751328) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.032805162424145 position[mm]: (-783.45001542558,-224.22566068071,1762.1298263763) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.010843635001914 position[mm]: (-790.82202751443,-226.27617385143,1800) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.00031190216975795 position[mm]: (-783.40810623538,-224.29799238787,1762.1421226813) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.0063046063827142 position[mm]: (-783.45000514111,-224.34344188457,1762.1451672963) + trackID: 128 chamberNb: 4 energy deposit[MeV]: 0.0015394827219452 position[mm]: (-783.40187940894,-224.30392777815,1762.139762204) + trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.0029368532435092 position[mm]: (-768.28413573368,-220.23126135092,1683.6708969172) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0002528460537589 position[mm]: (-764.13386393156,-219.37285953222,1666.5418484074) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0077638761125954 position[mm]: (-760.66091944012,-219.2704042109,1667.6126666191) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0033667795828008 position[mm]: (-761.3105350686,-217.63489446865,1666.8693601203) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.003902453288984 position[mm]: (-762.81660307763,-219.27713702035,1665.7789688789) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0069597766078514 position[mm]: (-763.53520316033,-220.38705548933,1667.388080684) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0084326524772 position[mm]: (-762.18655821618,-219.91859207722,1666.4646073643) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0021646294573513 position[mm]: (-761.98694958582,-219.22774318941,1667.0901824758) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0057766583718665 position[mm]: (-761.6628882229,-218.67786218041,1666.4157676569) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0047632291661968 position[mm]: (-761.78873356591,-219.45213495304,1666.574327308) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0036706548551587 position[mm]: (-761.51596443291,-219.36099122346,1666.666211763) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0016350232058579 position[mm]: (-761.38541626905,-219.37211298726,1666.7390315865) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0065016279362334 position[mm]: (-761.31499170233,-219.31587860305,1666.7165704323) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0018844902807993 position[mm]: (-761.31440792574,-219.31466303071,1666.7277549166) + trackID: 137 chamberNb: 4 energy deposit[MeV]: 0.0013866436733698 position[mm]: (-761.3802899275,-219.37734837205,1666.741889231) + trackID: 136 chamberNb: 4 energy deposit[MeV]: 0.0044224303690709 position[mm]: (-761.51703226467,-219.39748535348,1666.6630725989) + trackID: 135 chamberNb: 4 energy deposit[MeV]: 0.00012188137787368 position[mm]: (-761.77972241317,-219.42506985349,1666.5230454406) + trackID: 135 chamberNb: 4 energy deposit[MeV]: 0.0059984439850756 position[mm]: (-761.79232112866,-219.37005333629,1666.5344865002) + trackID: 138 chamberNb: 4 energy deposit[MeV]: 0.0018131753242483 position[mm]: (-761.77671872246,-219.42227684462,1666.5130964694) + trackID: 134 chamberNb: 4 energy deposit[MeV]: 0.0016466186003452 position[mm]: (-761.65338436636,-218.67944484955,1666.4159231291) + trackID: 133 chamberNb: 4 energy deposit[MeV]: 0.0013900846026347 position[mm]: (-761.99174285387,-219.22193603329,1667.0925367735) + trackID: 132 chamberNb: 4 energy deposit[MeV]: 0.0095385705976503 position[mm]: (-762.71123480767,-219.28365511279,1665.8248640077) + trackID: 131 chamberNb: 4 energy deposit[MeV]: 0.0034190158003347 position[mm]: (-761.3282648817,-217.61687047046,1666.8658425007) + trackID: 130 chamberNb: 4 energy deposit[MeV]: 0.0013619590664316 position[mm]: (-760.66168504057,-219.27374755295,1667.6057864647) + trackID: 129 chamberNb: 4 energy deposit[MeV]: 0.0012900323206693 position[mm]: (-764.13187788004,-219.37040893571,1666.5354157345) + trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0012419698988274 position[mm]: (-755.2242721679,-216.74173326134,1616.3093181761) + trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.0038102753724938 position[mm]: (-753.78757513529,-216.32677098979,1608.8888668166) + trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.0019906789284168 position[mm]: (-753.20460197101,-216.19137546005,1605.9967578272) + trackID: 77 chamberNb: 3 energy deposit[MeV]: 0.0013533980161778 position[mm]: (-616.03816968159,-178.56221268479,905.36313356315) + trackID: 76 chamberNb: 3 energy deposit[MeV]: 0.0012935357775725 position[mm]: (-612.41837198754,-177.48142730262,886.76418259443) + trackID: 76 chamberNb: 3 energy deposit[MeV]: 0.0045652719711619 position[mm]: (-612.43705179912,-177.45150565538,886.74895450125) + trackID: 140 chamberNb: 3 energy deposit[MeV]: 0.0030821410053169 position[mm]: (-612.42733509998,-177.49474831635,886.74879777108) + trackID: 75 chamberNb: 3 energy deposit[MeV]: 0.0015005624784873 position[mm]: (-611.64420332181,-177.34550645078,882.58060976528) + trackID: 74 chamberNb: 3 energy deposit[MeV]: 0.0013157054003463 position[mm]: (-607.75820816598,-176.24810858678,862.44863659474) + trackID: 73 chamberNb: 3 energy deposit[MeV]: 0.0024608375074853 position[mm]: (-596.8431002834,-173.25939126337,805.67368590369) + trackID: 72 chamberNb: 3 energy deposit[MeV]: 0.0043526233025764 position[mm]: (-596.46610615185,-173.11221439405,803.65336566369) + trackID: 65 chamberNb: 2 energy deposit[MeV]: 0.0046083321043638 position[mm]: (-464.84651576579,-137.0355525058,117.53888425905) + trackID: 64 chamberNb: 2 energy deposit[MeV]: 0.0014743278656353 position[mm]: (-463.10730047004,-136.60384132613,108.27599580487) + trackID: 63 chamberNb: 2 energy deposit[MeV]: 0.0024161648413519 position[mm]: (-460.92556254131,-135.99161792723,96.729574818747) + trackID: 62 chamberNb: 2 energy deposit[MeV]: 0.0014182421776661 position[mm]: (-453.86061184438,-134.14217044495,59.873775931886) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.014807691270239 position[mm]: (-449.51838734292,-134.51819914219,39.167209823171) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00085044905124875 position[mm]: (-450.95400971514,-135.26250225827,38.589019739157) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0054321872888488 position[mm]: (-451.43475973055,-134.28066938446,35.614215163079) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0079703342911818 position[mm]: (-450.2154173022,-131.80882707152,34.146928393109) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0070433404778082 position[mm]: (-447.90375959638,-132.82076546785,33.270221046784) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.00097783799562062 position[mm]: (-448.22003870508,-132.81241958372,33.069868232125) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.016440863099348 position[mm]: (-448.90549746592,-132.55673589654,31.243386814479) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0014438800429559 position[mm]: (-448.50598517476,-131.80461335862,31.144244148497) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0019520176380767 position[mm]: (-447.76798080357,-131.62918585006,31.021128123626) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0039138535299338 position[mm]: (-447.59953085109,-132.24288602944,31.143892764234) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0057251355966527 position[mm]: (-447.72203474358,-132.72900816228,31.127000992425) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0027428853987438 position[mm]: (-447.87729184891,-132.62546643825,31.29680402073) + trackID: 61 chamberNb: 2 energy deposit[MeV]: 0.0094003289507776 position[mm]: (-447.85116850921,-132.66635079405,31.195300156937) + trackID: 151 chamberNb: 2 energy deposit[MeV]: 0.0044056016866327 position[mm]: (-447.85292141045,-132.64796792336,31.311886754793) + trackID: 150 chamberNb: 2 energy deposit[MeV]: 0.0019598057348161 position[mm]: (-447.73012937205,-132.72717592302,31.118579546575) + trackID: 149 chamberNb: 2 energy deposit[MeV]: 0.0054340575211666 position[mm]: (-447.78540304764,-131.64348879715,30.97666691175) + trackID: 148 chamberNb: 2 energy deposit[MeV]: 0.0030994366068259 position[mm]: (-448.50291922568,-131.82404578007,31.133523873469) + trackID: 147 chamberNb: 2 energy deposit[MeV]: 0.0025807060322965 position[mm]: (-448.22295649489,-132.79560383719,33.073102249926) + trackID: 146 chamberNb: 2 energy deposit[MeV]: 0.0015776786901256 position[mm]: (-450.14480542431,-131.82841758147,34.095188617619) + trackID: 145 chamberNb: 2 energy deposit[MeV]: 0.0013784147309453 position[mm]: (-450.21062461033,-131.80346390075,34.149961449382) + trackID: 144 chamberNb: 2 energy deposit[MeV]: 0.0023573836129795 position[mm]: (-451.43627890087,-134.27221149578,35.626787073111) + trackID: 143 chamberNb: 2 energy deposit[MeV]: 0.0023495917456749 position[mm]: (-450.95764656574,-135.27658039524,38.584745746797) + trackID: 60 chamberNb: 2 energy deposit[MeV]: 0.0022256322392613 position[mm]: (-446.40380034413,-132.24992236912,20.645581206031) + trackID: 59 chamberNb: 2 energy deposit[MeV]: 0.0028845870381657 position[mm]: (-443.09580504833,-131.39387692219,3.3322991961238) + trackID: 50 chamberNb: 1 energy deposit[MeV]: 0.0031828258197875 position[mm]: (-320.17829702328,-100.01700557216,-643.2738179867) + trackID: 49 chamberNb: 1 energy deposit[MeV]: 0.00043937285316149 position[mm]: (-320.10699560236,-100.04309564954,-643.77308240804) + trackID: 49 chamberNb: 1 energy deposit[MeV]: 0.0025765065735933 position[mm]: (-320.09053962713,-100.04024186459,-643.77770586404) + trackID: 152 chamberNb: 1 energy deposit[MeV]: 0.0012697268364998 position[mm]: (-320.10801137754,-100.04673776778,-643.77899230927) + trackID: 48 chamberNb: 1 energy deposit[MeV]: 0.001587742620571 position[mm]: (-318.5301699588,-99.617417104798,-651.84150676615) + trackID: 47 chamberNb: 1 energy deposit[MeV]: 0.0021587537404792 position[mm]: (-318.18749268716,-99.53119333232,-653.59537538557) + trackID: 46 chamberNb: 1 energy deposit[MeV]: 0.0013155244380688 position[mm]: (-316.20571708921,-98.986912831793,-663.93702430256) + trackID: 45 chamberNb: 1 energy deposit[MeV]: 0.0077711606281798 position[mm]: (-312.550841708,-98.044618615833,-682.72227776278) + trackID: 44 chamberNb: 1 energy deposit[MeV]: 0.0023333896029274 position[mm]: (-309.0158614806,-97.000255411416,-701.54779178765) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.0020829454740191 position[mm]: (-308.97675546489,-96.997960850783,-701.87479905735) + trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0014531380492456 position[mm]: (-301.05637180476,-94.817128418825,-743.6570283981) + trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0016318446759837 position[mm]: (-297.43958055941,-93.80714164494,-762.98320471176) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0049172293217663 position[mm]: (-291.71586320372,-93.559103612911,-790.75566800968) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0092102445413589 position[mm]: (-292.55924049574,-90.541606849958,-788.12675141043) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.010681748884049 position[mm]: (-293.25406211383,-89.828455419008,-787.72053453655) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0027324290261124 position[mm]: (-292.9142132937,-90.282640240921,-787.50951507793) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0033756194185904 position[mm]: (-292.5735194859,-89.962572530554,-787.34056519427) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0015904634949137 position[mm]: (-292.67416222795,-90.044713038657,-787.62932988392) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0041504197986332 position[mm]: (-292.78292840594,-90.29544167223,-787.57033645083) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0098659804669044 position[mm]: (-292.83269689374,-90.32372289285,-787.73894785506) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.002642449176725 position[mm]: (-292.8198521182,-90.312506579168,-787.74462913936) + trackID: 154 chamberNb: 1 energy deposit[MeV]: 0.0023190982253168 position[mm]: (-292.66213791664,-90.048133427231,-787.62127292883) + trackID: 153 chamberNb: 1 energy deposit[MeV]: 0.0014757802791274 position[mm]: (-292.91704097978,-90.283739004261,-787.50158791788) + trackID: 28 chamberNb: 0 energy deposit[MeV]: 0.0015493127708747 position[mm]: (-176.23462368837,-57.555111172362,-1421.5660512111) + trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0024823350716789 position[mm]: (-174.1856328434,-56.895638046439,-1432.6331400386) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0063835585358166 position[mm]: (-173.31385969383,-56.679297347915,-1437.0876821659) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0064842017625025 position[mm]: (-165.77845385022,-54.008281253415,-1475.8326462353) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0072608665923152 position[mm]: (-165.87667710379,-54.004824366105,-1476.2036465378) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0012200659478471 position[mm]: (-165.9299080935,-54.116098612815,-1476.0570023575) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00084242358936822 position[mm]: (-165.86412904277,-54.192036493359,-1476.0695196972) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0063514197999781 position[mm]: (-165.87204968516,-54.220276656413,-1476.0142658129) + trackID: 156 chamberNb: 0 energy deposit[MeV]: 0.0032097675668142 position[mm]: (-165.86721293955,-54.212623475897,-1476.0803668817) + trackID: 155 chamberNb: 0 energy deposit[MeV]: 0.0015510188201651 position[mm]: (-165.9367227992,-54.121851844335,-1476.0581956236) + trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.0063047478271694 position[mm]: (-165.61573355871,-54.249279039573,-1479.3044146289) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0086142222166813 position[mm]: (-165.23484501453,-54.042554484543,-1481.8954665222) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0018577411102608 position[mm]: (-157.18921975448,-51.448713876999,-1525.8434958046) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.0013224287823282 position[mm]: (-151.52348883194,-49.51972692544,-1557.4860191891) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0053598708515019 position[mm]: (-148.46606225845,-48.440244295693,-1574.5001456209) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0043758465689984 position[mm]: (-146.12787103157,-47.636001861057,-1587.7253524036) writing Event_4 >>> Event 2 0 trajectories stored in this event. Run terminated. Run Summary Number of events processed : 3 - User=0.010000s Real=0.005924s Sys=0.000000s + User=0.000000s Real=0.011353s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:1) -UserDetectorConstruction deleted 0x1d44b30 -UserPhysicsList deleted 0x1d45c10 +UserDetectorConstruction deleted 0x2022780 +UserPhysicsList deleted 0x20238b0 UserActionInitialization deleted 0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 @@ -2628,18 +2710,18 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.0269 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0163 MB +Pool ID '17G4DynamicParticle', size : 0.0192 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.0317 MB +Pool ID '7G4Track', size : 0.0375 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '15ExP01TrackerHit', size : 0.0183 MB +Pool ID '15ExP01TrackerHit', size : 0.0211 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.1 MB +Dynamic pools deleted: 12 / Total memory freed: 0.11 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index cbfe38aaca9..8240909a28e 100644 --- a/examples/extended/persistency/P03/batch.out +++ b/examples/extended/persistency/P03/batch.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -53,10 +53,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -227,7 +230,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -506,20 +509,23 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds +-------------------------------------------------------------------------------- + ### Run 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.000651s Sys=0.000000s + User=0.000000s Real=0.004566s Sys=0.000000s G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0xed4660 -UserPhysicsList deleted 0xed50c8 -UserActionInitialization deleted 0xf44f30 +UserDetectorConstruction deleted 0xe83920 +UserPhysicsList deleted 0xe843f8 +UserActionInitialization deleted 0xef4210 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index 2d51b36c791..90af828fe4e 100644 --- a/examples/extended/persistency/gdml/G01/g01.out +++ b/examples/extended/persistency/gdml/G01/g01.out @@ -48,7 +48,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -78,7 +78,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -162,10 +161,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -336,7 +338,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -818,7 +820,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -843,7 +845,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -890,8 +892,24 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +Start closing geometry. +-------------------------------------------------------------------------------- +G4GeometryManager::ReportVoxelStats -- Voxel Statistics + + Total memory consumed for geometry optimisation: 3 kByte + Total CPU time elapsed for geometry optimisation: 0 seconds + + Voxelisation: top CPU users: + Percent Total CPU System CPU Memory Volume + ------- ---------- ---------- -------- ---------- + 0.00 0.00 0.00 3k World + + Voxelisation: top memory users: + Percent Memory Heads Nodes Pointers Total CPU Volume + ------- -------- ------ ------ -------- ---------- ---------- + 100.00 3k 9 37 106 0.00 World +-------------------------------------------------------------------------------- + ### Run 0 starts. ********************************************************************************************************* @@ -1224,7 +1242,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.005071s Sys=0.000000s + User=0.000000s Real=0.004210s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1591,7 +1609,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.010145s Sys=0.000000s + User=0.010000s Real=0.003618s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1631,7 +1649,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001777s Sys=0.000000s + User=0.000000s Real=0.001859s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1670,7 +1688,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001725s Sys=0.000000s + User=0.000000s Real=0.001802s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1709,14 +1727,14 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002059s Sys=0.000000s + User=0.000000s Real=0.001986s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:4) -UserDetectorConstruction deleted 0x1866900 -UserPhysicsList deleted 0x1866da0 -UserActionInitialization deleted 0x19f6a20 +UserDetectorConstruction deleted 0x269bfd0 +UserPhysicsList deleted 0x269c470 +UserActionInitialization deleted 0x282c310 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index 806d759a706..fe57dfdb745 100644 --- a/examples/extended/persistency/gdml/G04/g04.out +++ b/examples/extended/persistency/gdml/G04/g04.out @@ -22,7 +22,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -63,7 +63,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -144,10 +143,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -318,7 +320,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -800,7 +802,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -825,7 +827,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -855,12 +857,13 @@ Index : 0 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ### Run 0 starts. ********************************************************************************************************* @@ -1085,7 +1088,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001539s Sys=0.000000s + User=0.000000s Real=0.001204s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1337,7 +1340,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001063s Sys=0.000000s + User=0.010000s Real=0.000854s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1390,7 +1393,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000205s Sys=0.000000s + User=0.000000s Real=0.000126s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1442,7 +1445,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000168s Sys=0.000000s + User=0.000000s Real=0.000112s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1494,14 +1497,14 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000189s Sys=0.000000s + User=0.000000s Real=0.000105s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:4) -UserDetectorConstruction deleted 0x96dff0 -UserPhysicsList deleted 0x96e350 -UserActionInitialization deleted 0xafd8e0 +UserDetectorConstruction deleted 0x1516800 +UserPhysicsList deleted 0x1516b80 +UserActionInitialization deleted 0x16a6620 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out index 2826ece2d32..f5a448d13d1 100644 --- a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out +++ b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -36,7 +36,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -163,10 +162,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -337,7 +339,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -612,7 +614,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -621,7 +623,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -702,7 +704,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for e+ Process: positronNuclear @@ -802,7 +804,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: protonParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -821,11 +823,11 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -850,12 +852,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- diff --git a/examples/extended/physicslists/factory/factory-environment.out b/examples/extended/physicslists/factory/factory-environment.out index e62b0b0d8f5..2fc317c7eb9 100644 --- a/examples/extended/physicslists/factory/factory-environment.out +++ b/examples/extended/physicslists/factory/factory-environment.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,7 +37,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -168,10 +167,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -336,7 +338,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -818,7 +820,7 @@ CoulombScat: for pi- XStype:1 applyCuts:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -843,12 +845,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- diff --git a/examples/extended/physicslists/factory/factory.out b/examples/extended/physicslists/factory/factory.out index e244d029176..707e73e9f3d 100644 --- a/examples/extended/physicslists/factory/factory.out +++ b/examples/extended/physicslists/factory/factory.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -36,7 +36,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -165,10 +164,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -339,7 +341,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -832,7 +834,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -857,12 +859,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- diff --git a/examples/extended/physicslists/genericPL/genericPL.out b/examples/extended/physicslists/genericPL/genericPL.out index 46c6809c00a..c4e97f357ab 100644 --- a/examples/extended/physicslists/genericPL/genericPL.out +++ b/examples/extended/physicslists/genericPL/genericPL.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -164,10 +163,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -338,7 +340,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -820,7 +822,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -845,12 +847,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. -------- WWWW ------- G4Exception-START -------- WWWW ------- diff --git a/examples/extended/polarisation/Pol01/History b/examples/extended/polarisation/Pol01/History index 6f080da925c..a9a0c981c2d 100644 --- a/examples/extended/polarisation/Pol01/History +++ b/examples/extended/polarisation/Pol01/History @@ -5,6 +5,11 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-08-12 I. Hrivnacova (expol01-V11-02-00) +- Updated for changes in accumulables: + - G4VAccumulable::Print requires 'G4PrintOptions options' argument + - Use new "Register" method with shorter name + ## 2023-07-16 Vladimir Ivanchenko (expol01-V11-01-01) - removed annoining printout for the default macro diff --git a/examples/extended/polarisation/Pol01/include/ProcessesCount.hh b/examples/extended/polarisation/Pol01/include/ProcessesCount.hh index cb6f9b60fb7..30cef95f26f 100644 --- a/examples/extended/polarisation/Pol01/include/ProcessesCount.hh +++ b/examples/extended/polarisation/Pol01/include/ProcessesCount.hh @@ -50,7 +50,7 @@ class ProcessesCount : public G4VAccumulable G4int GetCounter(const G4String& procName) { return fProcCounter[procName]; }; void Count(const G4String& procName); - void Print(); + void Print(G4PrintOptions options = G4PrintOptions()) const override; void Merge(const G4VAccumulable&) override; void Reset() override { fProcCounter.clear(); } diff --git a/examples/extended/polarisation/Pol01/pol01.out b/examples/extended/polarisation/Pol01/pol01.out index aa10d9036d3..c2c4f1a8b95 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,6 +19,10 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo WWW : http://geant4.org/ ************************************************************** +Accumulable registered as "PhotonStats" +Accumulable registered as "ElectronStats" +Accumulable registered as "PositronStats" +Accumulable registered as "ProcCounter" /control/cout/ignoreThreadsExcept 0 /run/verbose 1 # @@ -70,10 +74,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -214,7 +221,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.070000s Real=0.077526s Sys=0.000000s + User=0.070000s Real=0.071468s Sys=0.000000s The run consists of 10000 gamma of 10 MeV through 1.75 mm of G4_Fe (density: 7.874 g/cm3 ) diff --git a/examples/extended/polarisation/Pol01/src/ProcessesCount.cc b/examples/extended/polarisation/Pol01/src/ProcessesCount.cc index e91723c679f..c7980628f8d 100644 --- a/examples/extended/polarisation/Pol01/src/ProcessesCount.cc +++ b/examples/extended/polarisation/Pol01/src/ProcessesCount.cc @@ -49,11 +49,11 @@ void ProcessesCount::Count(const G4String& procName) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void ProcessesCount::Print() +void ProcessesCount::Print(G4PrintOptions /*options*/) const { G4int index = 0; - std::map::iterator it; - for (it = fProcCounter.begin(); it != fProcCounter.end(); it++) { + std::map::const_iterator it; + for (it = fProcCounter.cbegin(); it != fProcCounter.cend(); it++) { G4String procName = it->first; G4int count = it->second; G4cout << " " << std::setw(20) << procName << "=" << std::setw(7) << count diff --git a/examples/extended/polarisation/Pol01/src/RunAction.cc b/examples/extended/polarisation/Pol01/src/RunAction.cc index e3bd81e9702..ac0c861494d 100644 --- a/examples/extended/polarisation/Pol01/src/RunAction.cc +++ b/examples/extended/polarisation/Pol01/src/RunAction.cc @@ -65,11 +65,11 @@ RunAction::RunAction(DetectorConstruction* det, PrimaryGeneratorAction* prim) auto fPositronStats = new ParticleStatistics("PositronStats"); auto fProcCounter = new ProcessesCount("ProcCounter"); - accumulableManager->RegisterAccumulable(fPhotonStats); - accumulableManager->RegisterAccumulable(fElectronStats); - accumulableManager->RegisterAccumulable(fPositronStats); + accumulableManager->Register(fPhotonStats); + accumulableManager->Register(fElectronStats); + accumulableManager->Register(fPositronStats); - accumulableManager->RegisterAccumulable(fProcCounter); + accumulableManager->Register(fProcCounter); BookHisto(); } diff --git a/examples/extended/radioactivedecay/Activation/Activation.out b/examples/extended/radioactivedecay/Activation/Activation.out index 7e29f715ee9..21de2687833 100644 --- a/examples/extended/radioactivedecay/Activation/Activation.out +++ b/examples/extended/radioactivedecay/Activation/Activation.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -66,10 +66,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -137,7 +140,7 @@ Screening factor 1 PHP check 1 CHECK HP NAMES 0 Enable DEBUG 0 - Use probability tables from njoy + Use probability tables from ======================================================= @@@ G4ParticleHPInelastic instantiated for particle neutron/n data directory is /cvmfs/geant4.cern.ch/share/data/G4NDL4.7.1/Inelastic @@ -179,7 +182,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.140000s Real=0.164742s Sys=0.000000s + User=0.130000s Real=0.142702s Sys=0.000000s The run is 1000 neutron of 25 meV through 1 cm of G4_Co (density: 8.9 g/cm3 ) @@ -194,7 +197,7 @@ Run Summary Co59: 161 Emean = 39.114 meV ( 1.4551 meV --> 161.82 meV) stable Co60: 955 Emean = 218.46 eV ( 1.1195 eV --> 499.25 eV ) mean life = 7.6098 y Ni60: 955 Emean = 15.907 eV ( 15.907 eV --> 15.907 eV ) stable - anti_nu_e: 955 Emean = 216.3 keV ( 31.598 keV --> 312.65 keV) stable + anti_nu_e: 955 Emean = 216.3 keV ( 31.601 keV --> 312.65 keV) stable e+: 40 Emean = 1.5381 MeV ( 75.921 keV --> 4.2018 MeV) stable e-: 3251 Emean = 325.19 keV ( 4.0148 eV --> 6.4789 MeV) stable gamma: 6008 Emean = 1.5952 MeV ( 13.015 eV --> 7.4329 MeV) stable @@ -203,7 +206,7 @@ Run Summary Mean energy flow per event = 8.781 MeV rms = 2.3009 MeV List of particles emerging from the target : - anti_nu_e: 955 Emean = 216.3 keV ( 31.598 keV --> 312.65 keV) Eflow/event = 206.56 keV + anti_nu_e: 955 Emean = 216.3 keV ( 31.601 keV --> 312.65 keV) Eflow/event = 206.57 keV e+: 4 Emean = 1.475 MeV ( 487.7 keV --> 2.458 MeV) Eflow/event = 5.8999 keV e-: 44 Emean = 1.2389 MeV ( 87.883 keV --> 4.2395 MeV) Eflow/event = 54.514 keV gamma: 5292 Emean = 1.6089 MeV ( 47.902 keV --> 7.4329 MeV) Eflow/event = 8.5141 MeV diff --git a/examples/extended/radioactivedecay/rdecay01/rdecay01.out b/examples/extended/radioactivedecay/rdecay01/rdecay01.out index e788d241991..08613c82c47 100644 --- a/examples/extended/radioactivedecay/rdecay01/rdecay01.out +++ b/examples/extended/radioactivedecay/rdecay01/rdecay01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -84,7 +84,7 @@ Step# X Y Z KineE dEStep StepLeng T :----- List of secondaries ---------------- Ni60[2505.753]: energy = 3.228 eV time = 1.348 y - anti_nu_e: energy = 36.42 keV time = 1.348 y + anti_nu_e: energy = 36.43 keV time = 1.348 y e-: energy = 277.2 keV time = 1.348 y :------------------------------------------ @@ -102,8 +102,8 @@ Step# X Y Z KineE dEStep StepLeng T ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 0 fm 0 fm 0 fm 36.42 keV 0 eV 0 fm 0 fm World initStep - 1 -1 cm -1.283 mm -8.419 mm 36.42 keV 0 eV 1.313 cm 1.313 cm World OutOfWorld + 0 0 fm 0 fm 0 fm 36.43 keV 0 eV 0 fm 0 fm World initStep + 1 -1 cm -1.283 mm -8.419 mm 36.43 keV 0 eV 1.313 cm 1.313 cm World OutOfWorld ********************************************************************************************************* * G4Track Information: Particle = Ni60[2505.753], Track ID = 2, Parent ID = 1 @@ -116,7 +116,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001674s Sys=0.000000s + User=0.000000s Real=0.001682s Sys=0.000000s ======================== run summary ====================== The run was 1 Co60 of 0 eV @@ -126,12 +126,12 @@ Run Summary Co60: 1 Emean = 0 eV ( 0 eV --> 0 eV ) mean life = 7.61 y Ni60[2505.753]: 1 Emean = 3.228 eV ( 3.228 eV --> 3.228 eV ) - anti_nu_e: 1 Emean = 36.42 keV ( 36.42 keV --> 36.42 keV) stable + anti_nu_e: 1 Emean = 36.43 keV ( 36.43 keV --> 36.43 keV) stable e-: 1 Emean = 277.2 keV ( 277.2 keV --> 277.2 keV) stable Ekin Total (Q single decay): mean = 313.6 keV ( 313.6 keV --> 313.6 keV) - Momentum balance (excluding gamma desexcitation): mean = 654.5 meV ( 654.5 meV --> 654.5 meV) + Momentum balance (excluding gamma desexcitation): mean = 10.43 meV ( 10.43 meV --> 10.43 meV) Total time of life (full chain): mean = 1.348 y half-life = 341.1 d ( 1.348 y --> 1.348 y ) @@ -190,7 +190,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=1.020000s Real=1.044943s Sys=0.000000s + User=0.900000s Real=0.907886s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -206,7 +206,7 @@ Run Summary Ekin Total (Q single decay): mean = 315 keV ( 313.6 keV --> 1.487 MeV) - Momentum balance (excluding gamma desexcitation): mean = 6.99 eV ( 0.003088 meV --> 647.3 keV) + Momentum balance (excluding gamma desexcitation): mean = 6.991 eV ( 0.00912 meV --> 647.3 keV) Total time of life (full chain): mean = 7.608 y half-life = 5.273 y ( 9.09 s --> 76.46 y ) @@ -264,7 +264,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=2.440000s Real=2.532862s Sys=0.000000s + User=2.190000s Real=2.315471s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -277,17 +277,17 @@ Run Summary Ni60[1332.514]: 99999 Emean = 12.34 eV ( 1.227 eV --> 30.74 eV ) Ni60[2158.632]: 16 Emean = 1.27 eV ( 1.079 eV --> 4.13 eV ) Ni60[2505.753]: 99884 Emean = 1.47 eV ( 2.394 meV --> 3.687 eV ) - anti_nu_e: 100000 Emean = 217.8 keV ( 3.329 keV --> 1.483 MeV) stable + anti_nu_e: 100000 Emean = 217.8 keV ( 3.332 keV --> 1.483 MeV) stable e-: 100030 Emean = 97.45 keV ( 524.8 meV --> 1.36 MeV) stable gamma: 199869 Emean = 1.253 MeV ( 347.1 keV --> 2.159 MeV) stable Ekin Total (Q single decay): mean = 940.1 keV ( 313.6 keV --> 2.159 MeV) - Momentum balance (excluding gamma desexcitation): mean = 966.1 keV ( 0.008775 meV --> 3.165 MeV) + Momentum balance (excluding gamma desexcitation): mean = 966.1 keV ( 0.02529 meV --> 3.165 MeV) Total time of life (full chain): mean = 7.615 y half-life = 5.278 y ( 21.88 min --> 91.98 y ) - Total visible energy (full chain) : mean = 2.602 MeV ( 1.337 MeV --> 2.816 MeV) + Total visible energy (full chain) : mean = 2.601 MeV ( 1.337 MeV --> 2.816 MeV) Activity of Co60 = 4.179e+13 Bq/g (1130 Ci/g) @@ -346,7 +346,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=1.990000s Real=2.070968s Sys=0.040000s + User=1.730000s Real=1.862460s Sys=0.040000s ======================== run summary ====================== The run was 100000 Ca47 of 0 eV @@ -355,18 +355,18 @@ Run Summary Nb of generated particles: Ca47: 100000 Emean = 0 eV ( 0 eV --> 0 eV ) mean life = 6.544 d - Ti47: 100000 Emean = 2.663 eV ( 6.665 meV --> 10.97 eV ) stable - anti_nu_e: 200000 Emean = 486.6 keV ( 1 eV --> 1.99 MeV) stable - e-: 200246 Emean = 291.6 keV ( 2.486 eV --> 1.976 MeV) stable - gamma: 137682 Emean = 749 keV ( 41.06 keV --> 1.878 MeV) stable + Ti47: 100000 Emean = 2.673 eV ( 10.06 meV --> 11.03 eV ) stable + anti_nu_e: 200000 Emean = 486.7 keV ( 1 eV --> 1.989 MeV) stable + e-: 200248 Emean = 292.5 keV ( 439.3 meV --> 1.976 MeV) stable + gamma: 137232 Emean = 749.9 keV ( 41.06 keV --> 1.878 MeV) stable Ekin Total (Q single decay): mean = 2.588 MeV ( 2.583 MeV --> 2.589 MeV) - Momentum balance (excluding gamma desexcitation): mean = 1.057 MeV ( 10.87 keV --> 3.224 MeV) + Momentum balance (excluding gamma desexcitation): mean = 1.06 MeV ( 8.983 keV --> 3.224 MeV) - Total time of life (full chain): mean = 10 d half-life = 6.934 d ( 13.28 s --> 20 d ) + Total time of life (full chain): mean = 10.01 d half-life = 6.935 d ( 13.28 s --> 20 d ) - Total visible energy (full chain) : mean = 1.615 MeV ( 8.56 keV --> 2.537 MeV) + Total visible energy (full chain) : mean = 1.615 MeV ( 28.56 keV --> 2.527 MeV) Activity of Ca47 = 0 Bq/g (0 Ci/g) diff --git a/examples/extended/radioactivedecay/rdecay02/rdecay02.out b/examples/extended/radioactivedecay/rdecay02/rdecay02.out index c43fe433e58..5f807f8400a 100644 --- a/examples/extended/radioactivedecay/rdecay02/rdecay02.out +++ b/examples/extended/radioactivedecay/rdecay02/rdecay02.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -93,10 +93,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -282,7 +285,7 @@ ionIoni: for GenericIon XStype:1 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV ====================================================================== ====== Radioactive Decay Physics Parameters ======= @@ -750,7 +753,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -828,51 +831,51 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.840000s Real=0.892098s Sys=0.000000s + User=0.860000s Real=0.874370s Sys=0.000000s The run is 10000 Ne24 of 0 eV through : Target : Length = 1 cm Radius = 5 mm Material = G4_CESIUM_IODIDE Detector : Length = 5 cm Thickness = 2 cm Material = Germanium - Mean energy deposit in target, in time window = 813.89 keV rms = 418.49 keV - Mean energy deposit in detector, in time window = 18.911 keV rms = 108.38 keV + Mean energy deposit in target, in time window = 813.67 keV rms = 418.96 keV + Mean energy deposit in detector, in time window = 18.104 keV rms = 106.08 keV Process calls frequency in target : - NoProcess= 10000 RadioactiveDecay= 50783 Rayl= 276 - Transportation= 50277 annihil= 179 compt= 4327 - conv= 190 eIoni= 26111 ionIoni= 38041 - msc= 3957 phot= 1566 + NoProcess= 10000 RadioactiveDecay= 50767 Rayl= 278 + Transportation= 50242 annihil= 176 compt= 4289 + conv= 188 eIoni= 26105 ionIoni= 38047 + msc= 3839 phot= 1579 Process calls frequency in detector: - Rayl= 1174 Transportation= 45967 annihil= 360 - compt= 22727 conv= 354 eIoni= 27717 - msc= 6639 phot= 4291 + Rayl= 1183 Transportation= 45897 annihil= 359 + compt= 22830 conv= 350 eIoni= 27849 + msc= 6677 phot= 4324 List of generated particles in target: - Mg24: 10000 Emean = 42.405 eV ( 41.932 eV --> 804.71 eV ) - Mg24[1368.672]: 9990 Emean = 169.98 eV ( 123.85 eV --> 436.48 eV ) - Mg24[4122.889]: 9976 Emean = 38.959 eV ( 181.42 meV --> 74.556 eV ) - Mg24[5235.120]: 9 Emean = 3.1477 eV ( 378.2 meV --> 6.3072 eV ) - Na24: 9990 Emean = 4.9946 eV ( 4.9901 eV --> 15.742 eV ) - Na24[1346.621]: 812 Emean = 27.446 eV ( 649.04 meV --> 51.389 eV ) - Na24[472.207]: 9999 Emean = 67.532 eV ( 101.72 meV --> 133.55 eV ) - Na24[563.199]: 7 Emean = 13.735 eV ( 13.735 eV --> 13.735 eV ) - anti_nu_e: 20000 Emean = 974.99 keV ( 31.518 keV --> 5.0943 MeV) - e+: 190 Emean = 783.89 keV ( 1.7102 keV --> 1.6964 MeV) - e-: 26093 Emean = 640.28 keV ( 72.53 eV --> 4.5674 MeV) - gamma: 31137 Emean = 1.5028 MeV ( 90.991 keV --> 3.8661 MeV) + Mg24: 10000 Emean = 42.405 eV ( 41.931 eV --> 804.71 eV ) + Mg24[1368.667]: 9990 Emean = 169.92 eV ( 169.78 eV --> 334.58 eV ) + Mg24[4122.853]: 9984 Emean = 39.091 eV ( 98.622 meV --> 74.56 eV ) + Mg24[5235.160]: 6 Emean = 2.6297 eV ( 1.178 eV --> 5.646 eV ) + Na24: 9990 Emean = 4.9933 eV ( 4.9901 eV --> 15.742 eV ) + Na24[1346.635]: 794 Emean = 27.494 eV ( 649.04 meV --> 51.388 eV ) + Na24[472.207]: 10000 Emean = 67.791 eV ( 101.68 meV --> 133.55 eV ) + Na24[563.199]: 3 Emean = 13.735 eV ( 13.735 eV --> 13.735 eV ) + anti_nu_e: 20000 Emean = 975.22 keV ( 29.746 keV --> 5.0943 MeV) + e+: 188 Emean = 774.41 keV ( 1.7102 keV --> 1.6964 MeV) + e-: 26087 Emean = 640.71 keV ( 72.714 eV --> 4.5674 MeV) + gamma: 31108 Emean = 1.5032 MeV ( 90.992 keV --> 3.8662 MeV) List of generated particles in detector: - e+: 354 Emean = 775.51 keV ( 7.5285 keV --> 2.6942 MeV) - e-: 27357 Emean = 375.85 keV ( 111.92 eV --> 3.5698 MeV) - gamma: 718 Emean = 523.56 keV ( 393 keV --> 1.8258 MeV) + e+: 350 Emean = 787.78 keV ( 7.5284 keV --> 2.6942 MeV) + e-: 27488 Emean = 375.51 keV ( 111.92 eV --> 3.6219 MeV) + gamma: 718 Emean = 525.3 keV ( 393 keV --> 1.8258 MeV) ... write file : rdecay02.root - done ... close file : rdecay02.root - done --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 668701997, 1729431881 + Current couple of seeds = 1705873180, 586740664 ---------------------------------------- ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 diff --git a/examples/extended/runAndEvent/RE01/sample.out b/examples/extended/runAndEvent/RE01/sample.out index f9f7160bd67..8811e477ad6 100644 --- a/examples/extended/runAndEvent/RE01/sample.out +++ b/examples/extended/runAndEvent/RE01/sample.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -123,10 +122,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -297,7 +299,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -790,7 +792,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -815,12 +817,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -915,5074 +915,783 @@ Primary particle PDG=2 deltaMass(MeV)=5.6 is larger than the tolerance(MeV)=1 Tracks in tracking region have been processed. -- Stage 0 over. -Source track ID 10357 (e+,73.575836074263[GeV]) at (140.82075933921,479.75985006994,-280.92005977163) -Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 67.367940247738 [GeV] -Cell[8,8] 0.42957020459521 [GeV] -Cell[8,10] 4.1082039836894 [GeV] -Cell[7,10] 0.30779900075149 [GeV] -Cell[6,22] 0.0027841583996174 [GeV] -Cell[10,41] 0.0014917264873939 [GeV] -Cell[7,8] 0.077885538871768 [GeV] -Cell[7,9] 0.58278933164898 [GeV] -Cell[4,33] 0.00072816739929976 [GeV] -Cell[8,11] 0.10299194106552 [GeV] -Cell[9,10] 0.0077442616192719 [GeV] -Cell[4,44] 0.00072008473639834 [GeV] -Cell[8,7] 0.050339519157325 [GeV] -Cell[3,34] 0.0011124958023587 [GeV] -Cell[9,20] 0.00608785416498 [GeV] -Cell[9,21] 0.00205425475609 [GeV] -Cell[7,5] 0.00079720236590162 [GeV] -Cell[9,9] 0.016008802225957 [GeV] -Cell[6,10] 0.0045592096363464 [GeV] -Cell[8,17] 0.0025185855897787 [GeV] -Cell[7,11] 0.042919180315012 [GeV] -Cell[8,12] 0.024119448144799 [GeV] -Cell[9,39] 0.0068491181624135 [GeV] -Cell[6,38] 6.0531567623912e-07 [GeV] -Cell[6,37] 1.3129915600985e-08 [GeV] -Cell[9,7] 0.0069068938352144 [GeV] -Cell[7,13] 0.0073621738727265 [GeV] -Cell[7,12] 0.01021584689048 [GeV] -Cell[8,13] 0.00068897518442167 [GeV] -Cell[3,32] 0.0027671768822987 [GeV] -Cell[3,33] 0.00042859933633191 [GeV] -Cell[17,30] 0.0014849358225651 [GeV] -Cell[9,6] 0.005441406386981 [GeV] -Cell[9,11] 0.00090442805240377 [GeV] -Cell[14,22] 0.0004222124253578 [GeV] -Cell[9,47] 0.0004666411326556 [GeV] -Cell[9,0] 0.0010830270507105 [GeV] -Cell[7,7] 0.029591806983171 [GeV] -Cell[6,32] 0.0016735421345354 [GeV] -Cell[6,16] 0.00039851052142587 [GeV] -Cell[6,13] 0.006810044511699 [GeV] -Cell[6,11] 0.00062156990120045 [GeV] -Cell[6,12] 0.0038372630893663 [GeV] -Cell[8,34] 0.0002063176801047 [GeV] -Cell[8,25] 0.00065778055417462 [GeV] -Cell[8,35] 0.00012432812279621 [GeV] -Cell[8,40] 4.7839713515714e-06 [GeV] -Cell[12,16] 6.4216804457828e-06 [GeV] -Cell[10,22] 0.00030172230919254 [GeV] -Cell[11,22] 0.0023193651753247 [GeV] -Cell[9,8] 0.0097212725520152 [GeV] -Cell[7,4] 0.0011246385166118 [GeV] -Cell[4,23] 7.4144622511767e-06 [GeV] -Cell[4,24] 2.6970542421623e-10 [GeV] -Cell[9,12] 0.00064886885350129 [GeV] -Cell[8,28] 0.0021891092196547 [GeV] -Cell[3,24] 0.00072961447616058 [GeV] -Cell[7,14] 0.0021336152373976 [GeV] -Cell[4,30] 0.00073664022243915 [GeV] -Cell[5,42] 0.0011945950047548 [GeV] -Cell[7,32] 0.00088375812015233 [GeV] -Cell[2,29] 0.0014112792642234 [GeV] -Cell[2,30] 0.0027553812121873 [GeV] -Cell[6,14] 0.0019437973799482 [GeV] -Cell[8,14] 0.0028429655813264 [GeV] -Cell[4,0] 3.024619774078e-05 [GeV] -Cell[5,36] 0.0042042511038118 [GeV] -Cell[5,13] 0.00025261584596167 [GeV] -Cell[10,34] 0.00088550012629288 [GeV] -Cell[6,39] 0.0017603200930117 [GeV] -Cell[6,40] 0.00051207613023401 [GeV] -Cell[5,31] 0.00042625873308723 [GeV] -Cell[5,30] 0.00064380935818343 [GeV] -Cell[7,44] 0.0018684814233878 [GeV] -Cell[8,5] 0.0008384472033906 [GeV] -Cell[10,8] 5.354170591545e-07 [GeV] -Cell[10,29] 3.203521942487e-05 [GeV] -Cell[14,1] 4.1358116752235e-05 [GeV] -Cell[14,2] 5.024393874919e-06 [GeV] -Cell[13,12] 1.3332661524146e-05 [GeV] -Cell[12,12] 0.00024025471940718 [GeV] -Cell[12,11] 1.6101564397104e-06 [GeV] -Cell[16,36] 9.9134576157667e-07 [GeV] -Cell[13,13] 0.0018748556368043 [GeV] -Cell[0,41] 8.8401351407811e-05 [GeV] -Cell[0,44] 0.00068517535221317 [GeV] -Cell[0,43] 0.001287563439739 [GeV] -Cell[7,43] 1.5607036766596e-07 [GeV] -Cell[10,20] 2.6881895610131e-07 [GeV] -Cell[10,21] 3.1790187167644e-06 [GeV] -Cell[6,33] 1.8223253428005e-05 [GeV] -Cell[6,2] 2.1568442462012e-05 [GeV] -Cell[6,3] 0.00089542008278306 [GeV] -Cell[6,4] 0.00028184270300198 [GeV] -Cell[11,34] 6.679144043997e-05 [GeV] -Cell[14,29] 0.0011751593535107 [GeV] -Cell[14,30] 9.692579573084e-07 [GeV] -Cell[8,6] 0.0096003645218929 [GeV] -Cell[10,1] 0.00277540030394 [GeV] -Cell[9,46] 0.00051099891 [GeV] -Cell[8,3] 0.023455574076937 [GeV] -Cell[8,4] 0.003038076606507 [GeV] -Cell[7,6] 0.0029747705661528 [GeV] -Cell[8,20] 8.198490832001e-09 [GeV] -Cell[9,14] 2.5841171827778e-07 [GeV] -Cell[8,31] 0.0006651252297623 [GeV] -Cell[10,28] 9.7864594808925e-06 [GeV] -Cell[6,9] 0.00075299918451865 [GeV] -Cell[7,15] 0.00039055848270859 [GeV] -Cell[7,40] 0.0012336299427841 [GeV] -Cell[10,6] 0.001769115490629 [GeV] -Cell[9,36] 0.00028206598094832 [GeV] -Cell[8,38] 0.00022893292905168 [GeV] -Cell[5,28] 0.00048570287287291 [GeV] -Cell[0,27] 0.0016700847998639 [GeV] -Cell[3,22] 0.00026215294864982 [GeV] -### Total energy deposition in calorimeter by a source track in 116 cells : 73.329325988033 (GeV) - -Source track ID 10338 (mu+,97.44940238156[GeV]) at (421.38779647687,269.13254166,1659.0970409582) +Source track ID 1345 (gamma,0.95441058495964[GeV]) at (140.7140305822,479.79116456778,-280.93288782609) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[18,4] 0.17757015541712 [GeV] -Cell[19,4] 0.18201279618305 [GeV] -Cell[18,30] 0.0017789413099129 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.36136189291008 (GeV) - -Source track ID 10339 (mu-,49.168287113438[GeV]) at (-250.02879392217,-432.99607643699,234.19829899901) +Cell[8,9] 0.90606239676809 [GeV] +Cell[8,8] 0.0043338941934471 [GeV] +Cell[8,10] 0.031277261243389 [GeV] +Cell[7,10] 0.00077829158606394 [GeV] +Cell[5,28] 0.0012768657655863 [GeV] +Cell[6,28] 0.0012636840545367 [GeV] +Cell[8,29] 0.00095872511465863 [GeV] +Cell[8,11] 0.003527004095993 [GeV] +Cell[7,9] 0.0020015461206794 [GeV] +Cell[3,31] 0.0024501626489395 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.95392983159138 (GeV) + +Source track ID 1346 (gamma,0.26336961207024[GeV]) at (140.73073786187,479.78626431032,-280.92601981886) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[11,31] 0.081702442039511 [GeV] -Cell[11,32] 0.4293620616037 [GeV] -Cell[12,32] 0.59956290815091 [GeV] -Cell[13,32] 0.58687792925647 [GeV] -Cell[14,32] 0.66708285402698 [GeV] -Cell[15,32] 1.6920423382501 [GeV] -Cell[16,32] 0.93908790879031 [GeV] -Cell[17,32] 0.013656042303934 [GeV] -Cell[16,31] 0.0088760615832438 [GeV] -Cell[17,31] 0.00095261793465637 [GeV] -Cell[18,32] 0.0010161613404366 [GeV] -Cell[15,31] 0.03575718182569 [GeV] -Cell[14,31] 0.010540967592225 [GeV] -Cell[13,31] 0.0053343156961677 [GeV] -Cell[12,31] 0.044691307661354 [GeV] -Cell[11,30] 0.0042916039833184 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 5.120834702039 (GeV) - -Source track ID 10334 (gamma,0.18586941759822[GeV]) at (-308.57131170816,-393.42565446435,1178.6007425427) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[14,29] 4.0875927079469e-06 [GeV] -Cell[16,32] 0.00089165021290453 [GeV] -Cell[16,31] 0.0067768525867876 [GeV] -Cell[15,31] 0.0061243248729445 [GeV] -Cell[14,31] 0.0015365246314105 [GeV] -Cell[15,30] 0.10498454232892 [GeV] -Cell[13,44] 0.00051099891 [GeV] -Cell[16,30] 0.055346065072689 [GeV] -Cell[15,10] 0.00087224922051106 [GeV] -Cell[13,15] 4.7371345863212e-06 [GeV] -Cell[17,14] 0.00023777249468776 [GeV] -Cell[17,13] 4.2885128516446e-07 [GeV] -Cell[15,40] 4.2665674993714e-07 [GeV] -Cell[15,41] 4.7907815314829e-10 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.17729066104526 (GeV) - -Source track ID 10335 (gamma,0.79108390679382[GeV]) at (-463.39575406602,-187.78811227973,658.34953573767) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,34] 0.00031960011776007 [GeV] -Cell[13,26] 0.69326403302123 [GeV] -Cell[14,26] 0.0085215088298165 [GeV] -Cell[13,27] 0.08233691635292 [GeV] -Cell[14,27] 0.00051099891 [GeV] -Cell[10,39] 0.00034982197300747 [GeV] -Cell[13,28] 0.0021303073760162 [GeV] -Cell[13,17] 0.00051099891 [GeV] -Cell[15,7] 0.0026369098974369 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.79058109538819 (GeV) - -Source track ID 10053 (gamma,0.68389327451526[GeV]) at (-406.71457934847,-290.83199780181,428.61116301591) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[13,27] 0.0016117134108597 [GeV] -Cell[12,28] 0.65578423075257 [GeV] -Cell[12,29] 0.0092703739958604 [GeV] -Cell[9,44] 0.00052166531701741 [GeV] -Cell[11,28] 0.0014867080888669 [GeV] -Cell[11,29] 0.0080122320775157 [GeV] -Cell[10,10] 0.0039861444286014 [GeV] -Cell[12,27] 0.0023472318778166 [GeV] -Cell[11,27] 0.00032620627637658 [GeV] -Cell[13,10] 0.00051585894538252 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.68386236517087 (GeV) - -Source track ID 10054 (gamma,0.23519569097121[GeV]) at (-263.7058551443,-424.80492224386,329.32741236306) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,31] 0.22705775374375 [GeV] -Cell[11,32] 0.0026470376889016 [GeV] -Cell[12,32] 0.0038932584128294 [GeV] -Cell[12,31] 0.0011145109767308 [GeV] -Cell[12,33] 0.00048313014899646 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.23519569097121 (GeV) - -Source track ID 9964 (proton,1.6975598126133[GeV]) at (-499.98586841154,3.7591739463446,254.61129923276) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,23] 0.33821888584158 [GeV] -Cell[12,23] 0.42104091677171 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.75925980261329 (GeV) - -Source track ID 9965 (anti_proton,1.0345182452101[GeV]) at (-282.29342309421,-412.68683438868,-342.4206763026) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[7,8] 0.00097407964620254 [GeV] -Cell[7,9] 0.0040495227588114 [GeV] -Cell[8,12] 0.00037520526648016 [GeV] -Cell[9,39] 0.0028126545336152 [GeV] -Cell[7,13] 0.00031770030893802 [GeV] -Cell[8,13] 0.0059103093938763 [GeV] -Cell[9,6] 0.0031251327837214 [GeV] -Cell[9,47] 7.3152065160684e-06 [GeV] -Cell[9,0] 0.00093026238760862 [GeV] -Cell[6,32] 0.00072372289771806 [GeV] -Cell[6,16] 0.00043009786945026 [GeV] -Cell[6,11] 9.2573100118898e-10 [GeV] -Cell[8,34] 0.042824295611068 [GeV] -Cell[7,14] 1.8814805662259e-07 [GeV] -Cell[7,32] 0.0014468303629752 [GeV] -Cell[8,14] 0.00045761781701554 [GeV] -Cell[12,11] 1.2573261454236e-05 [GeV] -Cell[0,41] 5.4756522297339e-07 [GeV] -Cell[7,43] 0.002161207497184 [GeV] -Cell[6,33] 2.1769665181637e-11 [GeV] -Cell[8,31] 0.83789522381834 [GeV] -Cell[7,40] 6.6495545070211e-11 [GeV] -Cell[8,38] 3.8505851989612e-08 [GeV] -Cell[3,22] 0.00083328020605473 [GeV] -Cell[15,10] 0.0058017097441071 [GeV] -Cell[13,17] 2.4400284164585e-06 [GeV] -Cell[12,28] 3.1564650271321e-05 [GeV] -Cell[12,29] 0.0014409681043452 [GeV] -Cell[8,30] 0.010161240271529 [GeV] -Cell[14,5] 0.001180960909267 [GeV] -Cell[14,6] 0.00025622107552352 [GeV] -Cell[8,32] 0.077740193587687 [GeV] -Cell[7,45] 0.00037236042160839 [GeV] -Cell[7,46] 0.0011222363874273 [GeV] -Cell[13,29] 1.3459054753184e-06 [GeV] -Cell[12,30] 1.337903086096e-10 [GeV] -Cell[7,47] 0.00039623012903769 [GeV] -Cell[9,32] 0.00045609522107736 [GeV] -Cell[9,31] 1.0744306953256e-05 [GeV] -Cell[10,16] 1.0334918013541e-05 [GeV] -Cell[5,1] 0.0013751303947883 [GeV] -Cell[5,0] 0.00016469359770599 [GeV] -Cell[5,2] 0.0012411072735598 [GeV] -Cell[5,3] 7.7714169641581e-05 [GeV] -Cell[8,23] 0.19538474312574 [GeV] -Cell[8,24] 0.01467676629745 [GeV] -Cell[9,24] 3.305978793378e-06 [GeV] -Cell[5,16] 2.5619892767281e-09 [GeV] -Cell[7,28] 0.00066755151648908 [GeV] -Cell[7,27] 0.00017550677700251 [GeV] -Cell[7,33] 4.850149319509e-06 [GeV] -Cell[5,11] 0.00022052494912111 [GeV] -Cell[5,10] 0.00056487584500348 [GeV] -Cell[6,35] 0.002452860518457 [GeV] -Cell[5,41] 0.00088510809881974 [GeV] -Cell[3,8] 0.0010625590707275 [GeV] -Cell[13,16] 2.1794791216962e-05 [GeV] -Cell[14,17] 0.0032021136117698 [GeV] -Cell[14,16] 2.953524386578e-05 [GeV] -Cell[4,4] 0.0036551113169582 [GeV] -Cell[7,41] 0.0022551740225529 [GeV] -Cell[8,41] 0.00067962725543119 [GeV] -Cell[10,32] 4.110885062255e-05 [GeV] -Cell[10,33] 2.4593170381195e-05 [GeV] -Cell[9,30] 2.2428897616919e-05 [GeV] -Cell[8,39] 2.7891995087771e-05 [GeV] -Cell[8,37] 5.1066961650122e-05 [GeV] -Cell[8,36] 6.9659816501826e-06 [GeV] -Cell[19,9] 1.1629733431619e-05 [GeV] -Cell[6,8] 8.5186678916216e-08 [GeV] -Cell[6,7] 7.5978139648214e-08 [GeV] -Cell[7,31] 0.0023000038128143 [GeV] -Cell[3,39] 0.0011745458312251 [GeV] -Cell[15,0] 0.0013396049181284 [GeV] -Cell[15,47] 0.00018163601593972 [GeV] -Cell[14,0] 1.5187382905424e-07 [GeV] -Cell[7,35] 0.0011583455595635 [GeV] -Cell[10,15] 9.1891532328873e-05 [GeV] -Cell[10,14] 0.00046378023665261 [GeV] -Cell[10,13] 4.045432433486e-12 [GeV] -Cell[7,34] 0.016834862861223 [GeV] -Cell[7,30] 0.0035929884062815 [GeV] -Cell[7,29] 0.014373760163543 [GeV] -Cell[6,28] 0.00078937133287269 [GeV] -Cell[6,36] 0.00024336407234659 [GeV] -Cell[5,35] 6.3542931886218e-05 [GeV] -Cell[5,34] 9.4732157549515e-09 [GeV] -Cell[5,33] 1.9012314510292e-08 [GeV] -Cell[6,45] 2.331449650228e-09 [GeV] -Cell[10,42] 9.2682072376192e-05 [GeV] -Cell[11,43] 0.00042768100503599 [GeV] -Cell[6,25] 0.0039935942789888 [GeV] -Cell[10,43] 0.00060074287945883 [GeV] -Cell[1,44] 0.00069121468959949 [GeV] -Cell[1,43] 5.6243223079946e-06 [GeV] -Cell[2,27] 0.00036079904928912 [GeV] -Cell[9,40] 0.00040082124622961 [GeV] -Cell[7,1] 0.002971548319903 [GeV] -Cell[7,2] 1.9372584763914e-05 [GeV] -Cell[7,0] 0.00018641640200531 [GeV] -Cell[6,47] 7.0557866087029e-06 [GeV] -Cell[6,0] 1.3579758501692e-08 [GeV] -Cell[2,17] 6.6935329232365e-06 [GeV] -Cell[3,16] 0.00091608674472809 [GeV] -Cell[3,15] 2.7467642159536e-05 [GeV] -Cell[1,37] 3.876892151311e-09 [GeV] -Cell[1,38] 1.9242463167757e-08 [GeV] -Cell[0,42] 6.4256105019922e-08 [GeV] -Cell[1,42] 3.6782294046134e-09 [GeV] -Cell[1,41] 1.076562682556e-08 [GeV] -Cell[3,17] 0.00027420298288234 [GeV] -Cell[6,30] 0.0065174789382088 [GeV] -Cell[6,29] 0.00013372506321855 [GeV] -Cell[2,23] 0.0050832483416503 [GeV] -Cell[1,1] 0.0013693569271373 [GeV] -Cell[8,46] 0.0014201276437639 [GeV] -Cell[4,15] 0.00093998698161807 [GeV] -Cell[11,24] 9.6254848723333e-05 [GeV] -Cell[11,26] 0.00026218114035485 [GeV] -Cell[9,5] 0.00042418189910142 [GeV] -Cell[9,33] 0.00040840983570392 [GeV] -Cell[8,29] 0.00093053979098904 [GeV] -Cell[8,33] 0.0023553859134092 [GeV] -### Total energy deposition in calorimeter by a source track in 123 cells : 1.3067898326082 (GeV) - -Source track ID 9999 (gamma,0.37133215847831[GeV]) at (-133.93656320794,-481.7270980919,181.68248311902) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,22] 0.00092062412453313 [GeV] -Cell[10,34] 0.018014011716675 [GeV] -Cell[11,34] 0.0096698942933209 [GeV] -Cell[10,32] 1.9489238747913e-05 [GeV] -Cell[10,33] 0.26665046159299 [GeV] -Cell[16,13] 0.00040753967678589 [GeV] -Cell[16,12] 0.0016684986914886 [GeV] -Cell[11,33] 0.07235528610979 [GeV] -Cell[11,35] 0.0012866795089515 [GeV] -Cell[10,35] 0.00033967352502345 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.37133215847831 (GeV) - -Source track ID 10000 (gamma,0.136782797126[GeV]) at (-378.97237934948,-326.15937161179,68.392643016233) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,29] 0.12729351500202 [GeV] -Cell[10,28] 0.00051099891 [GeV] -Cell[10,30] 0.0089782832139801 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.136782797126 (GeV) - -Source track ID 9968 (pi+,0.39405903204267[GeV]) at (-474.33620310071,-158.13021984428,236.78028119701) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[3,32] 0.00022270784965554 [GeV] -Cell[9,11] 2.3914350454106e-06 [GeV] -Cell[12,16] 0.0014335985461189 [GeV] -Cell[9,12] 0.0019343155590381 [GeV] -Cell[10,29] 1.3889651349928e-05 [GeV] -Cell[9,14] 0.00025837937982624 [GeV] -Cell[10,28] 0.0029587385622746 [GeV] -Cell[12,28] 3.8349304531948e-09 [GeV] -Cell[11,28] 0.00024657882110455 [GeV] -Cell[11,29] 4.811110125047e-08 [GeV] -Cell[11,27] 0.00085915219642186 [GeV] -Cell[11,23] 0.0011303749231851 [GeV] -Cell[3,8] 8.2106562331319e-09 [GeV] -Cell[1,43] 5.5983837228268e-09 [GeV] -Cell[8,46] 2.7858215617016e-06 [GeV] -Cell[11,24] 0.0021374560003118 [GeV] -Cell[11,26] 0.062831372796565 [GeV] -Cell[11,25] 0.1505016782135 [GeV] -Cell[8,44] 2.7132805371366e-07 [GeV] -Cell[8,43] 3.1382975032557e-07 [GeV] -Cell[10,27] 0.0026257338577387 [GeV] -Cell[4,16] 6.7741383682005e-06 [GeV] -Cell[9,13] 0.00090002722790689 [GeV] -Cell[12,46] 0.00035781346692238 [GeV] -Cell[11,16] 5.5203094962053e-07 [GeV] -Cell[12,15] 7.8272616883623e-07 [GeV] -Cell[11,15] 7.6818978413939e-09 [GeV] -Cell[12,14] 5.2997734201199e-09 [GeV] -Cell[12,47] 0.00080269447296496 [GeV] -Cell[12,0] 0.00083464167680904 [GeV] -Cell[10,26] 0.010081461159504 [GeV] -Cell[9,26] 0.00037000280421091 [GeV] -Cell[9,25] 0.00030401790729491 [GeV] -Cell[9,27] 0.0016189747819667 [GeV] -Cell[9,28] 8.6974959392592e-06 [GeV] -Cell[10,25] 0.002795081133585 [GeV] -### Total energy deposition in calorimeter by a source track in 36 cells : 0.24524133853083 (GeV) - -Source track ID 9969 (pi-,0.89586051623478[GeV]) at (-160.79686254549,-473.43887566985,411.62535507957) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[12,33] 0.12647274449352 [GeV] -Cell[12,34] 0.16380820047649 [GeV] -Cell[13,34] 0.11840972198722 [GeV] -Cell[13,35] 0.1438971607068 [GeV] -Cell[14,35] 0.22061091676274 [GeV] -Cell[14,36] 0.026784640780441 [GeV] -Cell[13,36] 0.0098459412443844 [GeV] -Cell[13,37] 0.00045060454056079 [GeV] -Cell[14,37] 6.5394589910284e-08 [GeV] -Cell[14,34] 1.1217354085602e-09 [GeV] -Cell[13,33] 0.00020248602532913 [GeV] -Cell[14,33] 4.5208287247078e-10 [GeV] -Cell[15,36] 4.407504206938e-09 [GeV] -Cell[13,38] 0.00065461232254358 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.81113710071596 (GeV) - -Source track ID 9958 (gamma,0.032559394638405[GeV]) at (-498.62850702333,-37.008269125722,-1796.9969063274) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,24] 0.030984488272898 [GeV] -Cell[1,34] 0.00055373358353663 [GeV] -Cell[1,6] 0.00032803101459796 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.031866252871033 (GeV) - -Source track ID 9933 (pi+,0.77699874189609[GeV]) at (-480.90868419299,136.84603563044,-1806.603008823) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,10] 4.4296029955149e-11 [GeV] -Cell[8,13] 0.00058482546985692 [GeV] -Cell[6,11] 0.00028949968609595 [GeV] -Cell[6,12] 0.00065814111734994 [GeV] -Cell[2,29] 0.00010570355940945 [GeV] -Cell[2,30] 0.00062135653323094 [GeV] -Cell[8,38] 6.0698476452217e-06 [GeV] -Cell[0,27] 0.00070777478715183 [GeV] -Cell[7,47] 0.0011272459259999 [GeV] -Cell[5,11] 9.6526529205221e-09 [GeV] -Cell[5,10] 2.459114625708e-09 [GeV] -Cell[8,39] 3.5084667615592e-10 [GeV] -Cell[8,37] 8.7743476110518e-06 [GeV] -Cell[6,7] 0.0002567947066583 [GeV] -Cell[3,39] 0.0030700197140667 [GeV] -Cell[2,17] 0.0010653159789666 [GeV] -Cell[3,16] 4.5463754213415e-07 [GeV] -Cell[3,15] 0.0025017332649234 [GeV] -Cell[1,37] 5.8481236919761e-10 [GeV] -Cell[1,38] 6.3234030221793e-08 [GeV] -Cell[6,29] 0.00086808704071832 [GeV] -Cell[4,15] 0.0013567253763449 [GeV] -Cell[4,16] 2.9449993895696e-06 [GeV] -Cell[9,13] 1.0546113355758e-07 [GeV] -Cell[9,26] 3.7749890930172e-07 [GeV] -Cell[9,25] 2.8022290434819e-06 [GeV] -Cell[0,24] 0.001158568235343 [GeV] -Cell[1,6] 1.1279338373242e-06 [GeV] -Cell[0,21] 0.39486089611478 [GeV] -Cell[1,20] 0.0027091429459231 [GeV] -Cell[0,20] 0.0052604918865827 [GeV] -Cell[5,32] 5.4277137969621e-06 [GeV] -Cell[1,4] 0.00048807215006127 [GeV] -Cell[1,5] 0.00082085569148444 [GeV] -Cell[2,47] 7.7631244435906e-05 [GeV] -Cell[2,46] 0.00040201813907834 [GeV] -Cell[2,45] 0.00084550040477416 [GeV] -Cell[1,45] 0.00011608883457268 [GeV] -Cell[1,46] 9.19923139395e-06 [GeV] -Cell[0,22] 0.023832595990548 [GeV] -Cell[1,22] 0.0022727246849548 [GeV] -Cell[1,21] 0.0064928184136838 [GeV] -Cell[3,30] 1.7717021139106e-05 [GeV] -Cell[2,31] 0.0020381475497071 [GeV] -Cell[1,26] 0.00066441485678175 [GeV] -Cell[0,37] 0.00053202415678891 [GeV] -Cell[0,36] 6.6842015949078e-06 [GeV] -Cell[0,38] 1.7362763173878e-09 [GeV] -Cell[8,0] 0.002594555762288 [GeV] -Cell[5,7] 0.0063048510739002 [GeV] -Cell[5,8] 0.0025828618347277 [GeV] -Cell[5,6] 6.0633344357939e-06 [GeV] -Cell[2,38] 1.4942954294384e-08 [GeV] -Cell[2,39] 9.8765245638788e-08 [GeV] -Cell[0,9] 6.125047129899e-07 [GeV] -Cell[2,21] 0.0015360875568828 [GeV] -Cell[2,22] 1.6648222517688e-06 [GeV] -Cell[5,47] 0.0010982000793506 [GeV] -Cell[5,46] 0.0014361398842013 [GeV] -Cell[1,25] 0.0037666223448834 [GeV] -Cell[1,24] 0.0045620778726461 [GeV] -Cell[1,27] 0.00090853505665893 [GeV] -Cell[2,28] 0.00067545304289977 [GeV] -Cell[0,25] 0.0027620125897681 [GeV] -Cell[1,23] 2.2773408633839e-05 [GeV] -Cell[0,26] 0.0012385438588552 [GeV] -Cell[0,23] 0.0016407516181062 [GeV] -Cell[1,8] 0.011435640391917 [GeV] -Cell[2,8] 0.00011884525350479 [GeV] -Cell[2,9] 0.0022671600432645 [GeV] -Cell[3,28] 1.4923905182513e-06 [GeV] -Cell[1,7] 0.004899065672474 [GeV] -Cell[0,8] 5.5136203290203e-05 [GeV] -Cell[3,3] 0.002624709291568 [GeV] -Cell[1,15] 2.5992451701313e-06 [GeV] -Cell[0,28] 5.2536266152856e-05 [GeV] -Cell[0,19] 0.00010256565843851 [GeV] -Cell[2,44] 0.00033204160748289 [GeV] -Cell[2,43] 0.00012322316171776 [GeV] -Cell[2,12] 3.5835022572428e-08 [GeV] -Cell[11,36] 1.4783727237955e-08 [GeV] -Cell[16,9] 3.3617863664404e-08 [GeV] -Cell[16,45] 2.8548034606501e-08 [GeV] -Cell[2,16] 0.0026950540122192 [GeV] -Cell[2,18] 3.2335678988602e-06 [GeV] -Cell[1,10] 1.9444538804237e-05 [GeV] -Cell[8,47] 0.00028074361121617 [GeV] -Cell[4,39] 3.3394350750996e-05 [GeV] -Cell[3,40] 0.00013278739586406 [GeV] -Cell[4,40] 3.7777188833843e-06 [GeV] -Cell[3,7] 4.0496011206415e-05 [GeV] -Cell[5,9] 0.0019694690644663 [GeV] -Cell[6,6] 0.00027114381866613 [GeV] -Cell[6,5] 2.9635934345151e-07 [GeV] -Cell[2,15] 0.0021453032795755 [GeV] -### Total energy deposition in calorimeter by a source track in 95 cells : 0.51659516969779 (GeV) - -Source track ID 9930 (gamma,1.9015972345341[GeV]) at (-363.22356460748,343.61117867996,-955.17210327642) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,44] 0.00044959561767291 [GeV] -Cell[5,36] 0.00024389577844316 [GeV] -Cell[9,36] 1.7073407955993e-06 [GeV] -Cell[12,31] 0.00036230575125585 [GeV] -Cell[5,16] 0.0039168523825364 [GeV] -Cell[5,34] 8.6333191720769e-06 [GeV] -Cell[3,15] 1.1339192569721e-06 [GeV] -Cell[6,30] 0.00047928317399803 [GeV] -Cell[4,15] 0.00036249096196666 [GeV] -Cell[4,16] 0.0010429176359252 [GeV] -Cell[1,34] 0.0080564259391685 [GeV] -Cell[5,32] 0.0010054215086519 [GeV] -Cell[2,46] 0.00087345621537772 [GeV] -Cell[3,28] 0.0021076490244469 [GeV] -Cell[5,18] 1.3761488941057 [GeV] -Cell[5,17] 0.017100138067902 [GeV] -Cell[5,45] 0.00067305774324777 [GeV] -Cell[2,4] 0.00041748339995737 [GeV] -Cell[4,18] 0.39533581795477 [GeV] -Cell[4,17] 0.051443462882743 [GeV] -Cell[5,24] 0.0023880995002148 [GeV] -Cell[3,0] 0.00103143935111 [GeV] -Cell[4,19] 0.010572523537242 [GeV] -Cell[4,45] 8.2056977182219e-05 [GeV] -Cell[1,39] 1.065286109224e-06 [GeV] -Cell[3,2] 0.0057231870087949 [GeV] -Cell[3,5] 0.0022809550897209 [GeV] -Cell[4,3] 0.00028586195370894 [GeV] -Cell[4,2] 0.0020524802306153 [GeV] -Cell[2,34] 0.0014208768174423 [GeV] -Cell[5,19] 0.0010148489044765 [GeV] -Cell[2,2] 0.00051099891 [GeV] -Cell[9,37] 0.0004409013789283 [GeV] -Cell[5,20] 0.0032841265882756 [GeV] -### Total energy deposition in calorimeter by a source track in 34 cells : 1.8911200442568 (GeV) - -Source track ID 7509 (pi-,3.7627840992865[GeV]) at (-412.94962023419,281.90887029045,-1731.6238911139) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,9] 5.9870285798638e-05 [GeV] -Cell[6,38] 2.0316841226304e-05 [GeV] -Cell[9,7] 0.00081150604693892 [GeV] -Cell[9,0] 1.2259892537259e-07 [GeV] -Cell[9,8] 0.0001525230295149 [GeV] -Cell[4,23] 1.140870153904e-10 [GeV] -Cell[2,29] 1.087284181267e-08 [GeV] -Cell[6,39] 0.0016879598796064 [GeV] -Cell[6,40] 0.0016539698881961 [GeV] -Cell[9,14] 0.0044819173363158 [GeV] -Cell[0,27] 0.026042416108144 [GeV] -Cell[3,22] 8.5597481329955e-05 [GeV] -Cell[7,35] 0.00058105538775643 [GeV] -Cell[1,44] 0.00045967080008029 [GeV] -Cell[1,43] 0.0003865463850077 [GeV] -Cell[2,17] 0.00020991109282329 [GeV] -Cell[3,17] 5.759316935837e-05 [GeV] -Cell[2,23] 0.00095298331568426 [GeV] -Cell[0,24] 5.202985572771e-05 [GeV] -Cell[1,34] 4.4131959439255e-06 [GeV] -Cell[0,21] 0.00058001916301247 [GeV] -Cell[1,20] 0.018632193339099 [GeV] -Cell[0,20] 0.036982654330189 [GeV] -Cell[1,4] 2.4192969335699e-06 [GeV] -Cell[2,47] 2.5221099696055e-05 [GeV] -Cell[1,45] 0.0060091489839146 [GeV] -Cell[1,46] 0.0037490290594019 [GeV] -Cell[0,22] 5.3033061591464e-05 [GeV] -Cell[1,22] 0.0029398076863501 [GeV] -Cell[1,21] 0.00027622307642673 [GeV] -Cell[0,38] 0.0012743339249794 [GeV] -Cell[8,0] 4.0819481364451e-07 [GeV] -Cell[0,9] 5.7938770332839e-05 [GeV] -Cell[1,24] 0.0010538833286669 [GeV] -Cell[0,25] 0.00032134034122646 [GeV] -Cell[1,23] 0.0065474571177473 [GeV] -Cell[0,23] 0.00070918717767483 [GeV] -Cell[2,8] 1.1429384874646e-05 [GeV] -Cell[0,28] 0.0054848121711765 [GeV] -Cell[0,19] 0.32661278308668 [GeV] -Cell[2,44] 0.001993645283461 [GeV] -Cell[2,43] 0.00035582732690034 [GeV] -Cell[2,18] 0.0046549219418859 [GeV] -Cell[3,7] 8.8491106580477e-06 [GeV] -Cell[2,4] 0.002174792700898 [GeV] -Cell[4,17] 0.00018061758705495 [GeV] -Cell[3,0] 1.3156557630282e-05 [GeV] -Cell[1,39] 0.00074768178423392 [GeV] -Cell[1,19] 0.55333963382318 [GeV] -Cell[0,33] 0.0010993847054563 [GeV] -Cell[0,34] 4.7629570980234e-06 [GeV] -Cell[1,11] 0.099377942944545 [GeV] -Cell[1,3] 0.0015371298764995 [GeV] -Cell[17,1] 3.3908841141965e-06 [GeV] -Cell[2,36] 2.5433232565774e-05 [GeV] -Cell[3,36] 0.0019244721487029 [GeV] -Cell[3,37] 1.3988917851293e-07 [GeV] -Cell[0,47] 0.0063995860219559 [GeV] -Cell[0,46] 0.0027990530841929 [GeV] -Cell[1,47] 0.0069718962233633 [GeV] -Cell[1,18] 0.041463907855548 [GeV] -Cell[1,17] 0.022147782399034 [GeV] -Cell[11,41] 0.0012144397751068 [GeV] -Cell[11,40] 0.002963885508174 [GeV] -Cell[8,1] 8.5973587036278e-05 [GeV] -Cell[9,1] 0.0046403446861836 [GeV] -Cell[9,2] 0.00041482704826839 [GeV] -Cell[8,27] 2.0163829879152e-05 [GeV] -Cell[8,26] 1.2363590258246e-09 [GeV] -Cell[9,16] 1.1144128689921e-05 [GeV] -Cell[9,17] 0.00073239648737001 [GeV] -Cell[8,16] 1.2288293177107e-06 [GeV] -Cell[8,15] 1.3837779988535e-10 [GeV] -Cell[9,15] 0.00080207190076182 [GeV] -Cell[5,39] 0.0015202420517689 [GeV] -Cell[0,17] 0.0082324828887356 [GeV] -Cell[0,15] 0.0014660172288125 [GeV] -Cell[3,23] 0.00041073574920892 [GeV] -Cell[4,22] 2.9103830456734e-14 [GeV] -Cell[3,21] 2.7076060860054e-09 [GeV] -Cell[1,29] 0.00018844874983336 [GeV] -Cell[0,29] 0.0014385153663516 [GeV] -Cell[1,30] 0.0024234782645634 [GeV] -Cell[1,31] 0.0031337214496684 [GeV] -Cell[0,39] 0.0053700274650451 [GeV] -Cell[1,40] 3.2743737483543e-07 [GeV] -Cell[3,38] 0.0038509338282083 [GeV] -Cell[14,46] 0.0033093008400386 [GeV] -Cell[16,28] 0.00051099891 [GeV] -Cell[0,35] 1.0773261010399e-08 [GeV] -Cell[0,18] 0.013205442856879 [GeV] -Cell[2,0] 0.0014097793141801 [GeV] -Cell[0,13] 1.2185646657599e-05 [GeV] -Cell[6,41] 8.6276119582067e-05 [GeV] -Cell[0,40] 0.0012532278719706 [GeV] -Cell[0,31] 3.7022488124421e-05 [GeV] -Cell[0,16] 0.00053687411000612 [GeV] -Cell[1,16] 0.0032251138218422 [GeV] -Cell[1,0] 4.2122921731789e-06 [GeV] -Cell[0,0] 5.835658819251e-07 [GeV] -Cell[3,43] 6.271407287386e-06 [GeV] -Cell[0,14] 8.6510730907321e-06 [GeV] -Cell[2,19] 0.0023823143446853 [GeV] -Cell[3,19] 8.5342844613479e-10 [GeV] -Cell[2,10] 1.5472058092428e-05 [GeV] -Cell[2,7] 8.7812072015367e-06 [GeV] -Cell[4,31] 0.0061819602796431 [GeV] -Cell[4,32] 0.0017078700995189 [GeV] -Cell[3,18] 0.00090723377588142 [GeV] -### Total energy deposition in calorimeter by a source track in 109 cells : 1.2699787386704 (GeV) - -Source track ID 7510 (neutron,1.0121219900765[GeV]) at (-417.76862189262,-274.71690621791,-1084.6920538315) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,30] 3.2600863782704e-05 [GeV] -Cell[5,31] 0.0086580118364399 [GeV] -Cell[5,30] 0.010712878506355 [GeV] -Cell[6,30] 4.4320807910481e-07 [GeV] -Cell[6,29] 1.606191797805e-06 [GeV] -Cell[4,31] 1.9346357900076e-06 [GeV] -Cell[4,28] 1.168504866655e-05 [GeV] -Cell[5,29] 4.9091685060603e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.019424069459417 (GeV) - -Source track ID 7511 (pi+,0.35774242431635[GeV]) at (93.104167455168,491.25514145145,-1894.2140176131) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,9] 0.0030666736442546 [GeV] -Cell[1,25] 0.00054277027179312 [GeV] -Cell[1,8] 0.00071726768412702 [GeV] -Cell[1,7] 4.7730281949043e-12 [GeV] -Cell[0,8] 0.00079203306579927 [GeV] -Cell[3,2] 8.886639771913e-05 [GeV] -Cell[2,2] 1.1522709049132e-05 [GeV] -Cell[0,39] 8.297672320623e-06 [GeV] -Cell[0,10] 0.24383034651607 [GeV] -Cell[3,1] 1.9085590611212e-07 [GeV] -Cell[2,1] 0.00053171881476794 [GeV] -Cell[2,25] 0.0015215775218282 [GeV] -Cell[0,6] 7.9257136017532e-05 [GeV] -Cell[0,5] 5.8064435206916e-05 [GeV] -Cell[0,7] 0.00067734382928381 [GeV] -Cell[0,12] 3.0780959059484e-06 [GeV] -Cell[0,3] 0.001555277499341 [GeV] -Cell[0,2] 0.0016567025542986 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 0.25514098870846 (GeV) - -Source track ID 7514 (neutron,0.94236065323845[GeV]) at (200.17891481518,458.17944308253,-1115.4295275741) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,7] 3.6738300650541e-09 [GeV] -Cell[4,9] 0.00016024819364782 [GeV] -Cell[4,8] 0.0026349942272743 [GeV] -Cell[4,7] 4.7117909730332e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.0027952932126619 (GeV) - -Source track ID 7489 (e-,0.00057127798321565[GeV]) at (-453.0379676358,211.55755689747,-1876.49240988) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,20] 4.1874643503573e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 4.1874643503573e-05 (GeV) - -Source track ID 7456 (pi+,1.2125439566192[GeV]) at (-446.54923111793,224.93062083225,-1911.0627206404) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,20] 0.1363714039441 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.1363714039441 (GeV) - -Source track ID 7457 (anti_proton,5.3585273204108[GeV]) at (-478.92080504933,143.64839884558,-1704.0382698864) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,33] 0.00010103740469992 [GeV] -Cell[4,44] 0.00059427724086754 [GeV] -Cell[3,34] 2.4358181462958e-08 [GeV] -Cell[7,11] 1.409554912243e-06 [GeV] -Cell[6,38] 6.9735993947688e-06 [GeV] -Cell[6,37] 0.00025570276387862 [GeV] -Cell[3,33] 0.0011709268585264 [GeV] -Cell[6,13] 1.5451303170266e-10 [GeV] -Cell[8,35] 2.0132557547186e-06 [GeV] -Cell[8,40] 2.5652301847003e-06 [GeV] -Cell[7,4] 0.0010171192404538 [GeV] -Cell[4,24] 1.1324404215429e-07 [GeV] -Cell[3,24] 0.012975561898185 [GeV] -Cell[2,29] 0.005895778385571 [GeV] -Cell[2,30] 0.0007043879585018 [GeV] -Cell[6,14] 0.040112195516971 [GeV] -Cell[4,0] 1.6885559460093e-05 [GeV] -Cell[5,36] 1.1712337518475e-06 [GeV] -Cell[5,13] 0.00070245971662837 [GeV] -Cell[8,5] 0.00028111976938521 [GeV] -Cell[0,41] 0.00069721718040066 [GeV] -Cell[0,44] 0.0003996757708901 [GeV] -Cell[0,43] 0.00096289083246108 [GeV] -Cell[6,2] 0.0015739491557823 [GeV] -Cell[8,4] 7.7315979342529e-07 [GeV] -Cell[7,6] 5.0175324431621e-06 [GeV] -Cell[9,14] 1.6298448026646e-06 [GeV] -Cell[10,6] 2.4751320015639e-06 [GeV] -Cell[3,22] 0.00015403078360509 [GeV] -Cell[15,30] 4.4829199905507e-06 [GeV] -Cell[7,45] 4.0495556604583e-06 [GeV] -Cell[7,46] 3.3051195205189e-06 [GeV] -Cell[5,1] 0.0001086828744842 [GeV] -Cell[5,2] 2.0764108223375e-05 [GeV] -Cell[5,3] 0.0023447537859167 [GeV] -Cell[7,28] 3.8396038493374e-05 [GeV] -Cell[5,11] 2.0674505322177e-05 [GeV] -Cell[5,10] 2.2840132487545e-09 [GeV] -Cell[5,41] 6.8762610624162e-07 [GeV] -Cell[4,4] 0.00028439783666181 [GeV] -Cell[8,37] 0.00010350981298586 [GeV] -Cell[8,36] 1.1579273120788e-07 [GeV] -Cell[3,39] 0.010754919773233 [GeV] -Cell[6,36] 2.1944307133481e-05 [GeV] -Cell[5,35] 0.00025845143970139 [GeV] -Cell[6,25] 0.00029234001513612 [GeV] -Cell[2,27] 6.8250558688305e-06 [GeV] -Cell[7,1] 0.00096445265403986 [GeV] -Cell[7,0] 1.2029681387276e-06 [GeV] -Cell[6,0] 2.9442622000943e-05 [GeV] -Cell[2,17] 0.061954449314628 [GeV] -Cell[1,37] 0.00010657764583175 [GeV] -Cell[2,23] 1.727369177388e-06 [GeV] -Cell[1,1] 1.4792912406847e-07 [GeV] -Cell[9,5] 0.00035553777401208 [GeV] -Cell[4,16] 1.2124740576837e-05 [GeV] -Cell[9,13] 0.0011849144405894 [GeV] -Cell[0,24] 0.023471906833037 [GeV] -Cell[1,34] 0.0015430128636554 [GeV] -Cell[0,21] 0.38838279796048 [GeV] -Cell[1,20] 0.094811160737879 [GeV] -Cell[0,20] 0.0087609268159727 [GeV] -Cell[2,47] 1.1403867101762e-06 [GeV] -Cell[1,46] 0.0007002941073836 [GeV] -Cell[0,22] 0.070709717963977 [GeV] -Cell[1,22] 0.13577895083244 [GeV] -Cell[1,21] 1.74070579911 [GeV] -Cell[3,30] 0.00033688921897692 [GeV] -Cell[2,31] 6.7975022843711e-06 [GeV] -Cell[0,37] 0.00051099891 [GeV] -Cell[0,38] 0.0014664653636181 [GeV] -Cell[5,7] 0.042125614232603 [GeV] -Cell[5,8] 0.0041297465031095 [GeV] -Cell[5,6] 2.6173698133789e-06 [GeV] -Cell[2,38] 0.00012374011557949 [GeV] -Cell[0,9] 0.00011483411752852 [GeV] -Cell[2,21] 0.013459277814508 [GeV] -Cell[2,22] 0.0094668164405041 [GeV] -Cell[5,47] 0.00062051914041876 [GeV] -Cell[5,46] 2.4568121902689e-05 [GeV] -Cell[1,25] 0.0028301569068084 [GeV] -Cell[1,24] 0.0047604718717846 [GeV] -Cell[1,27] 1.4106581147644e-09 [GeV] -Cell[2,28] 0.0033582222046961 [GeV] -Cell[0,25] 0.0018334956202609 [GeV] -Cell[1,23] 0.006033679194735 [GeV] -Cell[0,23] 0.052376637039066 [GeV] -Cell[2,8] 0.0012350544658764 [GeV] -Cell[3,28] 0.0055402398995717 [GeV] -Cell[0,8] 0.012227758553 [GeV] -Cell[3,3] 1.6229876462603e-05 [GeV] -Cell[1,15] 3.0370951193618e-05 [GeV] -Cell[0,19] 2.3348530374847e-05 [GeV] -Cell[2,44] 0.0010533603129381 [GeV] -Cell[2,43] 0.00071014292014221 [GeV] -Cell[2,12] 0.00024103819432059 [GeV] -Cell[2,16] 8.2287341647316e-06 [GeV] -Cell[2,18] 0.0010096077132038 [GeV] -Cell[4,39] 1.4055543102813e-05 [GeV] -Cell[3,7] 0.00014344215487711 [GeV] -Cell[5,45] 0.00096199421042228 [GeV] -Cell[4,19] 6.0585751839426e-07 [GeV] -Cell[4,45] 1.3278011465445e-08 [GeV] -Cell[1,39] 1.9927462737542e-05 [GeV] -Cell[3,5] 0.00023532792372418 [GeV] -Cell[2,34] 4.8207725631073e-06 [GeV] -Cell[1,19] 0.0053091454639453 [GeV] -Cell[0,33] 0.00041188256391558 [GeV] -Cell[0,34] 4.0941575010947e-05 [GeV] -Cell[1,11] 9.7192241810262e-09 [GeV] -Cell[2,36] 3.3930179866729e-05 [GeV] -Cell[3,36] 4.24005406785e-09 [GeV] -Cell[3,37] 0.0007404403688281 [GeV] -Cell[1,47] 0.0012553557137903 [GeV] -Cell[1,18] 0.0025538965725533 [GeV] -Cell[1,17] 6.7088575383423e-05 [GeV] -Cell[5,39] 3.7196441361402e-06 [GeV] -Cell[0,15] 0.0015550727586024 [GeV] -Cell[3,23] 0.00055769434742274 [GeV] -Cell[3,21] 0.00015594961367174 [GeV] -Cell[1,29] 0.0021643869515504 [GeV] -Cell[1,30] 0.0021897638266044 [GeV] -Cell[3,38] 3.9209793238683e-05 [GeV] -Cell[2,0] 1.3095100288183e-06 [GeV] -Cell[0,40] 0.0019789559619213 [GeV] -Cell[0,16] 7.3349642625544e-06 [GeV] -Cell[1,16] 7.6178000654181e-09 [GeV] -Cell[1,0] 4.337116078807e-05 [GeV] -Cell[0,14] 8.4953455982941e-05 [GeV] -Cell[2,19] 3.0567817658493e-06 [GeV] -Cell[3,19] 2.9258016218137e-07 [GeV] -Cell[0,10] 5.3878324601101e-05 [GeV] -Cell[2,25] 0.00021065527774797 [GeV] -Cell[0,6] 1.8866005120799e-08 [GeV] -Cell[0,7] 0.00099096414522489 [GeV] -Cell[0,3] 0.00045455319557459 [GeV] -Cell[4,9] 2.7953184371654e-09 [GeV] -Cell[4,8] 0.00012513025956889 [GeV] -Cell[4,7] 0.0086057460445257 [GeV] -Cell[10,44] 0.00013857698683046 [GeV] -Cell[3,35] 0.0052210338832851 [GeV] -Cell[3,6] 0.00010384944530233 [GeV] -Cell[5,40] 1.6197620880121e-09 [GeV] -Cell[1,33] 0.0005474465980335 [GeV] -Cell[2,20] 0.0033267231633839 [GeV] -Cell[2,35] 0.0026414651947614 [GeV] -Cell[9,4] 6.8602555393227e-06 [GeV] -Cell[4,42] 0.00075853104168084 [GeV] -Cell[4,41] 3.1987374420623e-06 [GeV] -Cell[0,32] 2.5928787170983e-05 [GeV] -Cell[4,46] 3.8653885578697e-05 [GeV] -Cell[3,20] 3.7115745519259e-05 [GeV] -Cell[2,24] 0.002363100000389 [GeV] -Cell[3,25] 0.0020124234579808 [GeV] -Cell[7,37] 1.0768417268991e-12 [GeV] -Cell[7,38] 3.9164542681647e-06 [GeV] -Cell[3,29] 0.0050196466328318 [GeV] -Cell[17,19] 8.4558983216994e-06 [GeV] -Cell[16,37] 1.4999640872702e-05 [GeV] -Cell[15,37] 1.5251145669026e-05 [GeV] -Cell[19,5] 7.3773313488346e-06 [GeV] -Cell[3,13] 0.00433499883217 [GeV] -Cell[5,26] 2.6290755283412e-05 [GeV] -Cell[5,25] 5.198318841326e-05 [GeV] -Cell[4,1] 0.0020698463361913 [GeV] -Cell[4,47] 0.00012059262426578 [GeV] -Cell[11,19] 0.00052618683205038 [GeV] -Cell[3,31] 0.02793366890734 [GeV] -Cell[1,14] 2.9765487852274e-12 [GeV] -Cell[4,6] 0.00098036618360101 [GeV] -Cell[4,5] 0.0011062433955144 [GeV] -Cell[3,4] 2.1302471286617e-06 [GeV] -Cell[0,4] 0.00028661507668988 [GeV] -Cell[5,38] 0.0012433606597726 [GeV] -Cell[5,37] 0.00025697850467066 [GeV] -Cell[2,26] 0.0035247225804331 [GeV] -Cell[3,11] 7.6337826030795e-06 [GeV] -Cell[3,12] 5.0538477080408e-06 [GeV] -Cell[2,11] 4.9402993463445e-06 [GeV] -Cell[3,46] 8.130157366395e-06 [GeV] -Cell[3,45] 8.4185402374715e-06 [GeV] -Cell[12,21] 2.198240661528e-06 [GeV] -Cell[12,19] 2.9057541687507e-06 [GeV] -Cell[2,6] 0.00092114286200182 [GeV] -Cell[4,13] 5.6220115503038e-05 [GeV] -Cell[2,37] 0.003401148437911 [GeV] -Cell[1,36] 4.2165461578634e-06 [GeV] -Cell[4,43] 0.00055176185034873 [GeV] -Cell[7,39] 0.0046629481839061 [GeV] -Cell[5,5] 0.00143331105774 [GeV] -Cell[1,13] 0.0032527948041308 [GeV] -Cell[6,1] 4.733511278755e-05 [GeV] -Cell[1,2] 1.067583594704e-06 [GeV] -Cell[6,44] 0.00026981693041694 [GeV] -Cell[9,3] 0.00013575966867086 [GeV] -Cell[2,42] 1.5955572307575e-06 [GeV] -Cell[14,10] 1.6352072998416e-06 [GeV] -Cell[14,19] 7.3749641887844e-07 [GeV] -Cell[19,41] 1.8488737405278e-06 [GeV] -Cell[19,42] 5.2461343465097e-05 [GeV] -Cell[1,28] 2.2822165999514e-07 [GeV] -Cell[3,27] 0.0032792342614942 [GeV] -Cell[3,26] 0.0012160879962275 [GeV] -Cell[4,25] 3.3541597949807e-06 [GeV] -Cell[4,12] 0.00017181917404923 [GeV] -Cell[5,12] 0.0019005565843432 [GeV] -Cell[0,45] 0.0005903148146881 [GeV] -Cell[1,9] 0.00087190826006499 [GeV] -Cell[5,4] 0.0013621284951923 [GeV] -Cell[1,12] 0.00065430686407751 [GeV] -Cell[4,38] 0.00048882519600431 [GeV] -Cell[4,37] 0.0003255741563612 [GeV] -Cell[4,36] 1.0928290180345e-08 [GeV] -Cell[6,46] 0.0013180681239209 [GeV] -Cell[2,3] 0.0048684760844315 [GeV] -Cell[3,47] 0.00016999323062703 [GeV] -Cell[5,15] 9.7768764011562e-05 [GeV] -Cell[6,15] 0.0029088552445723 [GeV] -Cell[5,14] 7.2390400721588e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 219 cells : 2.9079733328065 (GeV) - -Source track ID 7452 (gamma,0.3844820986824[GeV]) at (-376.48642370171,329.0257934696,-1350.1435312836) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,0] 0.0029817591862056 [GeV] -Cell[6,40] 0.00032186161524758 [GeV] -Cell[5,1] 0.0004113742613462 [GeV] -Cell[2,17] 0.0036426258719907 [GeV] -Cell[3,17] 0.00032585987342194 [GeV] -Cell[1,27] 0.00061632021648586 [GeV] -Cell[2,18] 0.080707183678012 [GeV] -Cell[2,2] 0.00046842162196742 [GeV] -Cell[2,19] 0.00051903766255104 [GeV] -Cell[3,18] 0.27596603860587 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.3659604825931 (GeV) - -Source track ID 7289 (proton,2.1152114484225[GeV]) at (-169.64093409959,470.34237899409,-1661.84201787) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,23] 0.00029280614705362 [GeV] -Cell[4,24] 3.763349232031e-06 [GeV] -Cell[10,29] 1.4026908729647e-08 [GeV] -Cell[0,44] 2.7360309786673e-09 [GeV] -Cell[7,43] 0.0012249831024236 [GeV] -Cell[10,28] 0.00086648892011863 [GeV] -Cell[0,27] 7.3107791001803e-07 [GeV] -Cell[11,29] 2.8979813506567e-06 [GeV] -Cell[6,35] 0.00074908047171505 [GeV] -Cell[7,35] 4.2648099106259e-05 [GeV] -Cell[6,36] 7.7223819289429e-08 [GeV] -Cell[1,1] 2.1516553281344e-06 [GeV] -Cell[2,47] 9.8017976852134e-06 [GeV] -Cell[2,46] 0.0011450640026297 [GeV] -Cell[2,45] 1.6461272025481e-08 [GeV] -Cell[1,22] 0.00012391805099458 [GeV] -Cell[3,30] 0.00049014696548795 [GeV] -Cell[1,24] 1.102417702441e-07 [GeV] -Cell[1,23] 5.8363146917145e-05 [GeV] -Cell[3,3] 2.4436742503894e-05 [GeV] -Cell[1,15] 0.093686326731144 [GeV] -Cell[0,19] 5.3646659073365e-06 [GeV] -Cell[2,16] 4.756897817515e-07 [GeV] -Cell[4,39] 4.1558496528751e-06 [GeV] -Cell[2,15] 8.3717573681952e-06 [GeV] -Cell[2,4] 9.5094506583564e-06 [GeV] -Cell[3,0] 0.0022497504306424 [GeV] -Cell[3,2] 0.00065556535794894 [GeV] -Cell[2,2] 5.5701999419512e-05 [GeV] -Cell[1,19] 2.963440692838e-10 [GeV] -Cell[0,33] 0.0011425192336258 [GeV] -Cell[0,34] 0.00034871366523635 [GeV] -Cell[1,11] 6.1026804587527e-09 [GeV] -Cell[1,18] 2.4140046321008e-08 [GeV] -Cell[1,17] 0.010937680697615 [GeV] -Cell[0,17] 0.0076384187624168 [GeV] -Cell[0,15] 0.036100104744222 [GeV] -Cell[3,23] 4.0281156543642e-09 [GeV] -Cell[4,22] 5.1874568725907e-08 [GeV] -Cell[1,29] 5.739267001627e-05 [GeV] -Cell[0,18] 0.0025173180863824 [GeV] -Cell[2,0] 0.000437508896689 [GeV] -Cell[0,13] 8.3918726676643e-05 [GeV] -Cell[0,40] 1.2881297152489e-08 [GeV] -Cell[0,16] 0.028998171748719 [GeV] -Cell[1,16] 0.015402825971738 [GeV] -Cell[0,14] 0.003680310799695 [GeV] -Cell[5,29] 0.0026144662866276 [GeV] -Cell[2,1] 0.00051599163446235 [GeV] -Cell[2,25] 8.5365842096508e-08 [GeV] -Cell[0,12] 0.0079516728359082 [GeV] -Cell[0,2] 0.00080740825626071 [GeV] -Cell[3,29] 9.0558371157385e-06 [GeV] -Cell[5,26] 0.00027567523521138 [GeV] -Cell[3,31] 0.00016577646889289 [GeV] -Cell[1,14] 0.34177913376388 [GeV] -Cell[3,4] 2.0774157019332e-06 [GeV] -Cell[5,38] 1.6573186439928e-05 [GeV] -Cell[5,37] 0.00018581076203259 [GeV] -Cell[2,26] 2.8423876121906e-06 [GeV] -Cell[1,13] 0.10557324886767 [GeV] -Cell[1,2] 3.6641516317104e-08 [GeV] -Cell[6,44] 0.00054383835988335 [GeV] -Cell[2,42] 3.2549539810134e-09 [GeV] -Cell[3,27] 9.634334652219e-06 [GeV] -Cell[0,45] 0.00088870535042042 [GeV] -Cell[1,12] 0.0011259904469533 [GeV] -Cell[4,36] 0.00045872081109627 [GeV] -Cell[2,3] 0.00059206649126361 [GeV] -Cell[3,47] 0.00014520286542574 [GeV] -Cell[7,36] 2.2488529793918e-10 [GeV] -Cell[2,5] 9.2046764038969e-06 [GeV] -Cell[3,41] 0.00048467966246831 [GeV] -Cell[2,41] 0.0018821816519635 [GeV] -Cell[3,42] 0.0034052105173211 [GeV] -Cell[2,14] 3.6183936244925e-06 [GeV] -Cell[0,1] 3.6619832449105e-06 [GeV] -Cell[1,32] 1.5682883395925e-05 [GeV] -Cell[2,32] 3.3996173076503e-06 [GeV] -Cell[0,11] 1.3122660282534e-05 [GeV] -Cell[2,13] 2.6665757104638e-09 [GeV] -Cell[4,26] 0.00039184283907852 [GeV] -Cell[5,27] 0.0031008542714241 [GeV] -Cell[4,27] 0.0010731692186782 [GeV] -Cell[7,42] 1.3830345240422e-05 [GeV] -Cell[5,44] 2.6473138632355e-09 [GeV] -Cell[4,35] 0.00061960797575196 [GeV] -### Total energy deposition in calorimeter by a source track in 87 cells : 0.68374179655364 (GeV) - -Source track ID 6659 (pi+,0.78154182180519[GeV]) at (-497.61057627228,48.823297532733,-1146.7349061825) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,23] 0.073586325150812 [GeV] -Cell[3,24] 0.00059921044011151 [GeV] -Cell[3,22] 0.14650531057238 [GeV] -Cell[2,23] 0.016283286619375 [GeV] -Cell[2,21] 9.0001375389193e-06 [GeV] -Cell[2,22] 0.28379726233526 [GeV] -Cell[3,23] 0.11436749658924 [GeV] -Cell[2,24] 0.0042768591274992 [GeV] -Cell[3,25] 1.4503168131341e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.63942476547538 (GeV) - -Source track ID 6662 (pi+,0.50616250493967[GeV]) at (492.03158392245,88.909619405115,-1090.7022629451) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,33] 0.0022521994441236 [GeV] -Cell[6,16] 1.4883512951201e-05 [GeV] -Cell[4,30] 8.4983184933662e-12 [GeV] -Cell[4,0] 0.0026389770018303 [GeV] -Cell[5,31] 3.3340050271136e-06 [GeV] -Cell[5,30] 5.8392732171342e-08 [GeV] -Cell[6,2] 1.6084795228153e-06 [GeV] -Cell[6,3] 0.0011186602839883 [GeV] -Cell[6,4] 0.00052123739948877 [GeV] -Cell[15,32] 0.0058492128177855 [GeV] -Cell[15,31] 0.0015914807292143 [GeV] -Cell[15,30] 0.00066235594468026 [GeV] -Cell[15,7] 6.7165267432756e-07 [GeV] -Cell[5,33] 7.6903234003112e-10 [GeV] -Cell[6,30] 1.4589311729651e-05 [GeV] -Cell[3,0] 0.00071881121910724 [GeV] -Cell[2,36] 1.0682850843295e-06 [GeV] -Cell[3,36] 2.0080800174583e-05 [GeV] -Cell[4,32] 0.00059687949776981 [GeV] -Cell[2,24] 5.4424620349891e-05 [GeV] -Cell[4,1] 0.30283300727641 [GeV] -Cell[4,47] 0.000389814174207 [GeV] -Cell[5,5] 9.4109777419362e-06 [GeV] -Cell[5,4] 5.9286432806402e-06 [GeV] -Cell[15,6] 3.2895627555263e-11 [GeV] -Cell[6,31] 0.00050017842000841 [GeV] -Cell[4,34] 0.0012285915062495 [GeV] -### Total energy deposition in calorimeter by a source track in 27 cells : 0.32102746520655 (GeV) - -Source track ID 5877 (pi+,0.26130272188839[GeV]) at (-498.30974298541,-41.077975191307,-914.44080925856) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[5,24] 0.1312162840359 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.1312162840359 (GeV) - -Source track ID 6653 (gamma,0.19751339056087[GeV]) at (-484.75338497249,122.53226414996,-807.36735655469) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,22] 0.13541097983066 [GeV] -Cell[5,20] 0.0014273189396101 [GeV] -Cell[5,22] 0.05288891743527 [GeV] -Cell[5,21] 0.0013973996859257 [GeV] -Cell[6,21] 0.0063887746693974 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.19751339056087 (GeV) - -Source track ID 6654 (gamma,0.080941538729782[GeV]) at (-486.63762779933,-114.82081348712,-760.50330578559) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,25] 0.068523711804816 [GeV] -Cell[5,25] 0.00064936037472626 [GeV] -Cell[6,26] 0.01176846655024 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.080941538729782 (GeV) - -Source track ID 5879 (pi-,0.36002085217768[GeV]) at (-114.27794987688,486.76539541337,-1274.4884812293) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,38] 1.1588731344091e-05 [GeV] -Cell[6,39] 2.5243995391065e-05 [GeV] -Cell[7,40] 4.6304194256663e-11 [GeV] -Cell[6,45] 7.9369171545181e-05 [GeV] -Cell[3,16] 3.4761200481626e-08 [GeV] -Cell[3,15] 1.9195660570404e-05 [GeV] -Cell[3,17] 7.3923729360104e-12 [GeV] -Cell[4,15] 0.00083154514621094 [GeV] -Cell[4,16] 2.5772291662634e-06 [GeV] -Cell[13,38] 0.00013839267255401 [GeV] -Cell[2,12] 0.00093926666062781 [GeV] -Cell[2,18] 3.4063789644279e-07 [GeV] -Cell[2,4] 1.8910232029157e-09 [GeV] -Cell[2,19] 1.0669961920939e-07 [GeV] -Cell[7,38] 0.0091918812947855 [GeV] -Cell[3,13] 0.1265354871273 [GeV] -Cell[3,11] 0.0069270100741736 [GeV] -Cell[3,12] 0.065828002385984 [GeV] -Cell[2,11] 0.0011022077842496 [GeV] -Cell[4,13] 0.0069244027577543 [GeV] -Cell[7,39] 2.1414663829432e-05 [GeV] -Cell[4,12] 0.0032371819609526 [GeV] -Cell[6,46] 0.0003672152938035 [GeV] -Cell[2,3] 8.6398802246777e-06 [GeV] -Cell[3,14] 0.00077812599752724 [GeV] -Cell[3,10] 8.7979966224339e-08 [GeV] -Cell[14,38] 8.6878275324125e-06 [GeV] -Cell[14,40] 2.2679682122543e-05 [GeV] -Cell[14,39] 6.2380148447119e-06 [GeV] -Cell[13,39] 0.0011673824261753 [GeV] -Cell[4,14] 0.00017968625698995 [GeV] -### Total energy deposition in calorimeter by a source track in 31 cells : 0.22435399471906 (GeV) - -Source track ID 5880 (neutron,0.94559631589017[GeV]) at (-490.45272464399,-97.242608404369,-834.51952764687) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[5,26] 6.6658270952757e-06 [GeV] -Cell[5,25] 0.0058126633619622 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0058193291890575 (GeV) - -Source track ID 6644 (gamma,0.56597235455279[GeV]) at (-499.99936503168,-0.79684874339266,-1164.9244151397) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,23] 0.021386835050846 [GeV] -Cell[4,24] 0.40379756619369 [GeV] -Cell[3,24] 0.11903493501348 [GeV] -Cell[7,14] 0.00028360373644185 [GeV] -Cell[5,36] 0.00074492645813501 [GeV] -Cell[5,35] 0.0021254832205598 [GeV] -Cell[3,36] 0.0067657114711293 [GeV] -Cell[9,2] 0.00051099891 [GeV] -Cell[3,23] 0.0042902256394474 [GeV] -Cell[0,0] 0.00051099891 [GeV] -Cell[2,11] 0.00051099891 [GeV] -Cell[2,37] 0.00051099891 [GeV] -Cell[4,25] 0.00092751122799523 [GeV] -Cell[3,42] 0.00044607607271695 [GeV] -Cell[6,43] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.56235786863445 (GeV) - -Source track ID 6642 (gamma,0.23682588258213[GeV]) at (409.69563220149,286.61732144974,-1442.8352777936) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[1,5] 0.0074842423749507 [GeV] -Cell[2,4] 0.22547673363449 [GeV] -Cell[0,18] 0.0020755832739791 [GeV] -Cell[2,3] 0.0015979660739808 [GeV] -Cell[2,5] 0.00019135722472971 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.23682588258213 (GeV) - -Source track ID 6643 (gamma,0.24907868583918[GeV]) at (-48.841867918971,497.60875388018,-1166.726733013) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,28] 0.00022228465420487 [GeV] -Cell[4,40] 0.00051099891 [GeV] -Cell[9,37] 0.0013430426052961 [GeV] -Cell[0,46] 0.00083308260790217 [GeV] -Cell[3,11] 0.025317737547563 [GeV] -Cell[3,12] 0.014599354604886 [GeV] -Cell[4,13] 0.002882080413369 [GeV] -Cell[4,12] 0.19827031131209 [GeV] -Cell[11,39] 0.00031067465409064 [GeV] -Cell[4,11] 0.00080971312861394 [GeV] -Cell[2,40] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.24561027934801 (GeV) - -Source track ID 5883 (pi-,0.40039393891528[GeV]) at (-499.68089949243,17.86053421473,-914.77392445443) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,24] 6.1891032204902e-05 [GeV] -Cell[4,0] 0.0054698071793224 [GeV] -Cell[5,1] 0.0014452626498423 [GeV] -Cell[5,0] 1.1542541120434e-05 [GeV] -Cell[5,24] 0.22517958295109 [GeV] -Cell[3,0] 0.00030475162398386 [GeV] -Cell[3,1] 0.0024590933059646 [GeV] -Cell[5,26] 0.044489145592394 [GeV] -Cell[5,25] 0.0021414142964113 [GeV] -Cell[4,1] 0.00079147110966449 [GeV] -Cell[4,47] 0.00024178837611669 [GeV] -Cell[4,25] 1.1127597780018e-05 [GeV] -Cell[3,47] 6.9655492325182e-09 [GeV] -Cell[4,26] 9.3464217551286e-05 [GeV] -Cell[5,27] 0.006250137042962 [GeV] -Cell[5,23] 0.035331734613518 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.32428222109547 (GeV) - -Source track ID 5884 (proton,1.0311462573919[GeV]) at (-216.19840050844,-450.84171459349,-1404.7242340469) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[2,32] 0.092874244391858 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.092874244391858 (GeV) - -Source track ID 5886 (neutron,0.946776210063[GeV]) at (-356.07434052212,351.01433592054,-943.29896556276) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,16] 9.60184057476e-06 [GeV] -Cell[5,17] 0.0063586841007762 [GeV] -Cell[5,15] 0.00034521572463768 [GeV] -Cell[5,14] 0.00034279919132803 [GeV] -Cell[4,14] 0.00013425932458961 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.0071905601819063 (GeV) - -Source track ID 5888 (neutron,0.94357994850025[GeV]) at (331.8766902429,373.97575118371,-927.52006322111) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[5,6] 0.0038170034181932 [GeV] -Cell[4,5] 3.9842177557148e-10 [GeV] -Cell[5,5] 0.00019758468362318 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.0040145885002381 (GeV) - -Source track ID 5889 (neutron,0.9407543973436[GeV]) at (-122.53800138676,-484.7519347214,-1049.0162927705) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,38] 2.0116567611694e-10 [GeV] -Cell[4,36] 0.0011875943379985 [GeV] -Cell[4,34] 1.4252697001211e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.0011890198088643 (GeV) - -Source track ID 5890 (neutron,0.94070036003477[GeV]) at (8.142282336341,-499.93369884251,-566.96229914377) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,8] 7.539609214291e-09 [GeV] -Cell[7,7] 2.2251944756135e-08 [GeV] -Cell[9,36] 6.9324044329733e-07 [GeV] -Cell[6,8] 6.3078603219537e-06 [GeV] -Cell[6,7] 4.6865898184478e-09 [GeV] -Cell[7,0] 1.2681615771726e-07 [GeV] -Cell[4,18] 0.00063269112351645 [GeV] -Cell[4,17] 9.0050543076359e-07 [GeV] -Cell[7,37] 1.5847368178584e-05 [GeV] -Cell[7,36] 0.00047839218627678 [GeV] -Cell[9,35] 3.0897499527782e-09 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.0011349966682193 (GeV) - -Source track ID 5891 (gamma,0.0014931791112198[GeV]) at (-285.89510181601,-410.19993997758,-1018.2658960086) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,31] 0.0014931791112198 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0014931791112198 (GeV) - -Source track ID 5705 (neutron,1.4783692592721[GeV]) at (458.5309876774,199.3723484829,-606.56000985403) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,5] 1.140491804108e-09 [GeV] -Cell[7,4] 1.5230265662467e-05 [GeV] -Cell[4,0] 0.0025321155937204 [GeV] -Cell[5,30] 6.8677370145451e-06 [GeV] -Cell[6,2] 0.03768469593989 [GeV] -Cell[6,3] 0.17924211020089 [GeV] -Cell[6,4] 0.0075821943719142 [GeV] -Cell[7,6] 6.376241799444e-09 [GeV] -Cell[5,1] 0.0041157850564329 [GeV] -Cell[5,0] 0.0025309446935919 [GeV] -Cell[5,2] 0.0037010664857311 [GeV] -Cell[5,3] 0.0015674900819138 [GeV] -Cell[1,44] 5.3161396936048e-06 [GeV] -Cell[7,1] 7.0241132518959e-05 [GeV] -Cell[7,2] 0.0002427304808848 [GeV] -Cell[6,0] 0.00070436822324882 [GeV] -Cell[1,45] 2.159703563666e-05 [GeV] -Cell[5,47] 0.00038908598578303 [GeV] -Cell[5,46] 0.00010897171841259 [GeV] -Cell[6,5] 7.7684129030331e-07 [GeV] -Cell[3,0] 0.00016329871505877 [GeV] -Cell[4,2] 0.00019127603936613 [GeV] -Cell[1,30] 0.00025272297783442 [GeV] -Cell[1,31] 0.00012850140365663 [GeV] -Cell[2,25] 8.5263081396988e-05 [GeV] -Cell[4,46] 1.7368619535432e-05 [GeV] -Cell[4,1] 0.00014992918813675 [GeV] -Cell[4,47] 6.8103338435321e-09 [GeV] -Cell[7,39] 1.6839652037788e-05 [GeV] -Cell[5,5] 1.9546717692265e-07 [GeV] -Cell[6,1] 0.012477837502632 [GeV] -Cell[5,4] 2.3293686070929e-06 [GeV] -Cell[16,34] 1.7589202233012e-05 [GeV] -Cell[16,35] 1.5693352713697e-07 [GeV] -Cell[7,3] 0.00085215566857721 [GeV] -### Total energy deposition in calorimeter by a source track in 35 cells : 0.25487706613107 (GeV) - -Source track ID 5706 (pi+,0.53320458899657[GeV]) at (103.58218117963,489.1530759814,289.6674084302) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,10] 4.6368797175205e-05 [GeV] -Cell[7,8] 0.030347212847883 [GeV] -Cell[7,9] 0.0019244513683661 [GeV] -Cell[9,9] 8.3654242916964e-06 [GeV] -Cell[7,7] 0.0024232416238058 [GeV] -Cell[8,28] 0.00014984414380706 [GeV] -Cell[12,11] 2.3556222231491e-08 [GeV] -Cell[6,9] 1.6298145055771e-12 [GeV] -Cell[10,6] 1.1578432365241e-05 [GeV] -Cell[12,31] 0.00011747320020947 [GeV] -Cell[10,10] 0.014745576721308 [GeV] -Cell[13,10] 0.00095608974192214 [GeV] -Cell[12,30] 0.0010331026554834 [GeV] -Cell[9,32] 4.6773842768744e-08 [GeV] -Cell[7,41] 0.0017321918832533 [GeV] -Cell[6,7] 5.6174974019996e-07 [GeV] -Cell[9,33] 0.00012628435411762 [GeV] -Cell[8,29] 1.6208770684898e-05 [GeV] -Cell[12,15] 3.475088448613e-05 [GeV] -Cell[11,15] 0.00058110322856737 [GeV] -Cell[9,27] 0.0020281257479538 [GeV] -Cell[9,28] 0.00014743792419279 [GeV] -Cell[8,27] 4.0202545875218e-05 [GeV] -Cell[9,4] 0.0019364642774739 [GeV] -Cell[9,3] 0.00032018018007648 [GeV] -Cell[11,10] 0.17280418344644 [GeV] -Cell[11,9] 0.0038006874066434 [GeV] -Cell[11,8] 0.0043407434718287 [GeV] -Cell[11,11] 0.0013183976529181 [GeV] -Cell[11,12] 0.0010697525828556 [GeV] -Cell[10,19] 2.2019958676537e-05 [GeV] -Cell[19,36] 5.2955611091988e-05 [GeV] -Cell[19,35] 3.738428111069e-05 [GeV] -Cell[18,35] 2.5320332497358e-12 [GeV] -Cell[11,6] 0.02410877878253 [GeV] -Cell[10,47] 2.4489046772942e-06 [GeV] -Cell[11,47] 0.0017498479915853 [GeV] -Cell[12,24] 0.00021986794749879 [GeV] -Cell[10,3] 8.1887984476225e-05 [GeV] -Cell[10,4] 2.2579148687782e-06 [GeV] -Cell[10,2] 5.0280700634175e-09 [GeV] -Cell[13,11] 2.6402994990349e-10 [GeV] -Cell[12,10] 8.0837329765927e-05 [GeV] -Cell[11,13] 0.00026659369584212 [GeV] -Cell[10,12] 0.00016281389869869 [GeV] -Cell[10,11] 0.0017904104569453 [GeV] -Cell[11,7] 8.0802059421785e-06 [GeV] -Cell[11,46] 2.2722499066731e-05 [GeV] -Cell[11,45] 0.017153086740578 [GeV] -Cell[9,29] 4.464644001564e-05 [GeV] -Cell[12,6] 0.007311427773675 [GeV] -Cell[12,7] 9.1829123824709e-06 [GeV] -Cell[11,4] 0.0017111196856475 [GeV] -Cell[11,5] 0.0011116486783469 [GeV] -Cell[10,5] 1.7563649453223e-07 [GeV] -Cell[12,5] 0.0008852497489127 [GeV] -Cell[12,4] 0.00014069865358761 [GeV] -### Total energy deposition in calorimeter by a source track in 57 cells : 0.29903680042247 (GeV) - -Source track ID 5707 (kaon-,1.5169520000731[GeV]) at (463.06435596668,-188.603823485,440.13972707747) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,44] 4.1429021382555e-07 [GeV] -Cell[14,22] 3.2411568099633e-07 [GeV] -Cell[10,22] 4.7807770649797e-06 [GeV] -Cell[11,22] 1.1030783389288e-07 [GeV] -Cell[10,21] 0.0016148397688604 [GeV] -Cell[13,44] 0.0087106162343625 [GeV] -Cell[14,26] 8.4266631980427e-05 [GeV] -Cell[13,27] 0.0010074095545203 [GeV] -Cell[13,17] 1.6865476482053e-10 [GeV] -Cell[12,29] 1.3800291739244e-05 [GeV] -Cell[12,27] 2.1314350917464e-05 [GeV] -Cell[13,16] 0.0014720262418997 [GeV] -Cell[14,17] 0.00044915767413374 [GeV] -Cell[14,16] 7.8992946214385e-08 [GeV] -Cell[10,15] 3.0136523974988e-06 [GeV] -Cell[10,14] 4.6809542689402e-05 [GeV] -Cell[10,42] 0.0075024956430529 [GeV] -Cell[11,43] 0.00071825879017034 [GeV] -Cell[12,46] 0.024740164559417 [GeV] -Cell[12,47] 0.010076531341953 [GeV] -Cell[12,0] 0.0021264586846419 [GeV] -Cell[9,25] 0.00045867459242412 [GeV] -Cell[12,34] 0.001036302321452 [GeV] -Cell[16,9] 5.5773613917154e-07 [GeV] -Cell[5,18] 4.5141990995035e-08 [GeV] -Cell[4,45] 2.2047829127132e-06 [GeV] -Cell[11,41] 0.0001673309536252 [GeV] -Cell[11,40] 2.751014806563e-05 [GeV] -Cell[4,46] 5.764196976088e-08 [GeV] -Cell[4,47] 3.5927310818806e-08 [GeV] -Cell[4,43] 5.048350431025e-10 [GeV] -Cell[14,40] 5.4847198771313e-07 [GeV] -Cell[11,39] 0.00098167800781789 [GeV] -Cell[11,9] 0.0035378284493548 [GeV] -Cell[11,47] 0.00051099891 [GeV] -Cell[12,10] 2.1534949353736e-05 [GeV] -Cell[11,45] 5.2660156827756e-05 [GeV] -Cell[12,45] 0.7658816664247 [GeV] -Cell[12,44] 0.034555999208086 [GeV] -Cell[17,22] 1.668728280174e-05 [GeV] -Cell[13,43] 0.003749404380857 [GeV] -Cell[6,34] 1.0931718861684e-07 [GeV] -Cell[4,29] 5.1821785746142e-08 [GeV] -Cell[13,45] 0.012416686183288 [GeV] -Cell[11,44] 1.9963151521551e-07 [GeV] -Cell[12,43] 0.014532294642962 [GeV] -Cell[12,1] 0.00033059553154771 [GeV] -Cell[15,15] 0.00059843995549647 [GeV] -Cell[15,16] 0.00067951316717085 [GeV] -Cell[16,47] 4.0910324075639e-05 [GeV] -Cell[16,46] 9.7789283449856e-07 [GeV] -Cell[17,46] 2.6381041038803e-08 [GeV] -Cell[13,46] 0.010819619144042 [GeV] -Cell[13,47] 9.3133322266112e-06 [GeV] -Cell[11,20] 8.6800238250362e-08 [GeV] -Cell[13,18] 0.0021516051694556 [GeV] -Cell[13,42] 3.521001082845e-05 [GeV] -Cell[12,42] 0.00040153774647081 [GeV] -Cell[12,41] 4.5050846870367e-05 [GeV] -Cell[11,42] 0.00022045267471265 [GeV] -Cell[13,41] 0.0065657221139402 [GeV] -Cell[12,8] 0.00027404627551709 [GeV] -Cell[12,9] 0.0014753402856224 [GeV] -Cell[13,8] 7.1919184662192e-06 [GeV] -Cell[13,0] 4.7729221807913e-07 [GeV] -Cell[14,4] 2.236568427179e-06 [GeV] -Cell[14,3] 9.3306676717475e-07 [GeV] -Cell[16,5] 0.000588553992905 [GeV] -Cell[16,42] 2.580391104425e-05 [GeV] -Cell[17,43] 3.0262983045759e-08 [GeV] -Cell[17,44] 1.1010801131306e-08 [GeV] -Cell[17,33] 0.0058962845271178 [GeV] -Cell[17,34] 0.0016009084544676 [GeV] -Cell[14,7] 0.0019516521055693 [GeV] -Cell[15,22] 0.0023719581395301 [GeV] -Cell[12,40] 0.0011300214918846 [GeV] -Cell[12,39] 0.0033455968198165 [GeV] -Cell[13,14] 0.00015729404523154 [GeV] -Cell[14,14] 0.0014788837441217 [GeV] -Cell[16,7] 1.7824167880462e-05 [GeV] -Cell[12,36] 0.0001652114539246 [GeV] -Cell[12,35] 4.6601404319517e-06 [GeV] -Cell[12,26] 6.5574562313486e-09 [GeV] -Cell[14,43] 0.001144405460625 [GeV] -Cell[15,9] 6.3341714580588e-05 [GeV] -Cell[15,8] 1.2078318279237e-05 [GeV] -Cell[16,10] 0.0022243964730673 [GeV] -Cell[16,8] 0.0011831763526595 [GeV] -Cell[14,42] 0.0022619372784749 [GeV] -Cell[14,45] 3.629668647136e-07 [GeV] -Cell[11,0] 0.00061680345681241 [GeV] -Cell[14,15] 3.8965501971688e-09 [GeV] -Cell[12,13] 3.7531106499955e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 93 cells : 0.9464448077565 (GeV) - -Source track ID 5845 (gamma,0.23378010273678[GeV]) at (499.39193952591,24.651384069622,861.27114359254) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,2] 0.00021587310766376 [GeV] -Cell[14,0] 0.22604688835289 [GeV] -Cell[15,2] 0.0018481455504716 [GeV] -Cell[14,47] 0.0056691957257566 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.23378010273678 (GeV) - -Source track ID 5846 (gamma,0.24889356279397[GeV]) at (220.29242640982,-448.85548550338,830.38546370265) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,38] 0.002889280084013 [GeV] -Cell[14,39] 0.2401710432169 [GeV] -Cell[14,3] 0.00034519472930681 [GeV] -Cell[14,15] 0.00037882306603643 [GeV] -Cell[16,26] 0.00038432762072697 [GeV] -Cell[17,11] 0.00051099891 [GeV] -Cell[14,9] 0.00034320388303327 [GeV] -Cell[15,24] 0.0011551428981896 [GeV] -Cell[15,17] 0.0004318597452791 [GeV] -Cell[18,5] 0.00083307209061479 [GeV] -Cell[18,12] 0.00046419417971318 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.24790714042381 (GeV) - -Source track ID 5830 (kaon+,0.66794883802399[GeV]) at (291.64042221388,406.13527811668,366.20632274144) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,6] 0.077270388409029 [GeV] -Cell[11,7] 0.2160988665366 [GeV] -Cell[12,6] 0.061417567173195 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.35478682211882 (GeV) - -Source track ID 5709 (pi-,1.189167274155[GeV]) at (43.79324266729,-498.07845957909,1038.0424094958) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,22] 1.6369732423072e-05 [GeV] -Cell[14,1] 1.1129536636872e-05 [GeV] -Cell[14,2] 1.4842356933514e-05 [GeV] -Cell[16,36] 0.0014077105811933 [GeV] -Cell[14,29] 0.00066141181656189 [GeV] -Cell[15,31] 0.0004034371292131 [GeV] -Cell[15,30] 0.0084412504172881 [GeV] -Cell[15,10] 0.0049542487986272 [GeV] -Cell[15,40] 5.3796477575816e-05 [GeV] -Cell[15,41] 9.427422482986e-06 [GeV] -Cell[8,32] 3.3675820850476e-07 [GeV] -Cell[14,0] 1.3995065819472e-05 [GeV] -Cell[8,33] 1.9241784860924e-06 [GeV] -Cell[14,35] 1.8439637642587e-07 [GeV] -Cell[14,36] 0.00059452592252762 [GeV] -Cell[14,37] 3.3231842735404e-08 [GeV] -Cell[14,34] 8.0945883528329e-06 [GeV] -Cell[14,33] 1.8698961735936e-05 [GeV] -Cell[15,36] 0.21731296244535 [GeV] -Cell[16,9] 0.0021286895984238 [GeV] -Cell[2,4] 7.5081446844933e-06 [GeV] -Cell[16,37] 0.0084657370854977 [GeV] -Cell[15,37] 0.012501704553399 [GeV] -Cell[12,21] 0.00031884133789276 [GeV] -Cell[2,3] 2.9554633553744e-05 [GeV] -Cell[2,5] 0.00050087123902574 [GeV] -Cell[14,38] 4.0932025058282e-10 [GeV] -Cell[14,40] 0.0004122650238985 [GeV] -Cell[14,39] 0.00038473638345863 [GeV] -Cell[16,35] 4.6591133684615e-07 [GeV] -Cell[11,10] 0.0057563146448833 [GeV] -Cell[11,11] 0.0001396064441825 [GeV] -Cell[11,12] 5.8329950800157e-05 [GeV] -Cell[11,13] 2.0262361446044e-05 [GeV] -Cell[12,44] 3.6078539560549e-06 [GeV] -Cell[17,22] 0.00045380208490701 [GeV] -Cell[12,43] 3.8721343444195e-06 [GeV] -Cell[15,15] 2.2677266160827e-05 [GeV] -Cell[15,16] 1.7868239865493e-09 [GeV] -Cell[14,3] 0.0012748362858694 [GeV] -Cell[16,5] 2.5473331334069e-07 [GeV] -Cell[15,9] 1.4512844238197e-05 [GeV] -Cell[16,8] 0.00037939803486199 [GeV] -Cell[14,45] 0.00036002812069717 [GeV] -Cell[15,35] 0.0055703543215009 [GeV] -Cell[13,20] 1.7662649042904e-08 [GeV] -Cell[11,14] 3.3504203997836e-07 [GeV] -Cell[15,39] 0.0012749831759753 [GeV] -Cell[15,38] 0.0024348315618709 [GeV] -Cell[17,21] 3.2369602251947e-07 [GeV] -Cell[18,10] 0.00033703855656483 [GeV] -Cell[18,23] 6.0062969860155e-06 [GeV] -Cell[18,22] 0.0010871608497266 [GeV] -Cell[15,34] 0.00016078404091081 [GeV] -Cell[16,43] 0.00058425647388889 [GeV] -Cell[10,46] 0.0018143913112306 [GeV] -Cell[11,21] 5.2489011141006e-06 [GeV] -Cell[12,22] 5.2761082770303e-07 [GeV] -Cell[10,45] 0.0029436155046863 [GeV] -Cell[15,33] 5.5299688666423e-05 [GeV] -Cell[17,7] 0.0060096909116867 [GeV] -Cell[17,8] 0.0011546976088852 [GeV] -Cell[17,5] 0.0022471834275768 [GeV] -Cell[17,4] 1.3285024244851e-06 [GeV] -Cell[15,42] 2.6156391773839e-05 [GeV] -Cell[14,28] 3.2297705711244e-06 [GeV] -Cell[13,22] 1.6354216786567e-06 [GeV] -Cell[14,23] 4.8955465012568e-05 [GeV] -Cell[18,47] 5.5750427418388e-07 [GeV] -Cell[13,9] 4.1400374000659e-05 [GeV] -Cell[18,40] 0.0026643838482892 [GeV] -Cell[18,41] 0.00040065984415537 [GeV] -Cell[18,42] 6.4377672970295e-11 [GeV] -Cell[18,43] 1.7770798876882e-10 [GeV] -Cell[15,45] 0.0002324613395067 [GeV] -Cell[15,44] 4.0235118100441e-05 [GeV] -Cell[14,44] 0.00017842067501681 [GeV] -Cell[15,46] 0.00031483206717496 [GeV] -Cell[13,7] 0.0003922000781705 [GeV] -Cell[13,6] 7.415961123229e-06 [GeV] -Cell[15,29] 1.1460421141237e-05 [GeV] -Cell[15,28] 0.0015297701902095 [GeV] -Cell[16,38] 5.4771093127783e-06 [GeV] -Cell[17,39] 0.12412774801975 [GeV] -Cell[17,38] 0.0023032913538471 [GeV] -Cell[18,38] 0.0076881629887618 [GeV] -Cell[17,40] 0.014278666917999 [GeV] -Cell[18,39] 0.036078001026681 [GeV] -### Total energy deposition in calorimeter by a source track in 88 cells : 0.48322545595848 (GeV) - -Source track ID 5814 (gamma,1.5351207931195[GeV]) at (395.55062617719,-305.84261006411,318.34457608958) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,32] 0.0026780189520718 [GeV] -Cell[11,43] 0.34933008273281 [GeV] -Cell[10,43] 0.00067953760846747 [GeV] -Cell[11,41] 0.0070802878319124 [GeV] -Cell[11,45] 0.00032028793776634 [GeV] -Cell[12,44] 0.0026664133052466 [GeV] -Cell[11,44] 0.0048062804025548 [GeV] -Cell[12,43] 0.018685820579373 [GeV] -Cell[12,1] 0.00045743394775453 [GeV] -Cell[12,42] 0.016775326196028 [GeV] -Cell[12,41] 0.0018485564446428 [GeV] -Cell[11,42] 1.1221459295846 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 1.5274739755233 (GeV) - -Source track ID 5815 (gamma,0.1244455075516[GeV]) at (447.26697884247,-223.4999991882,557.85470332071) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,44] 0.031860484106129 [GeV] -Cell[9,27] 0.00094448426473076 [GeV] -Cell[9,28] 0.00052251576307579 [GeV] -Cell[12,44] 0.087995811967079 [GeV] -Cell[13,43] 0.0024588952570537 [GeV] -Cell[12,43] 0.00066331619353166 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.1244455075516 (GeV) - -Source track ID 5792 (pi+,0.37518742408233[GeV]) at (174.81855404844,468.4426039126,1241.344221917) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,9] 0.038458024728785 [GeV] -Cell[16,7] 0.10352580257159 [GeV] -Cell[16,8] 0.12134755311853 [GeV] -Cell[17,6] 0.0069844679567621 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.27031584837566 (GeV) - -Source track ID 5769 (pi-,0.48114211922272[GeV]) at (181.84327979799,-465.76069133441,101.43496368076) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,41] 3.8957077777013e-08 [GeV] -Cell[9,9] 0.0027277026616781 [GeV] -Cell[9,39] 4.3006350324504e-08 [GeV] -Cell[7,13] 4.9557187594473e-08 [GeV] -Cell[12,16] 0.00079960555228138 [GeV] -Cell[9,8] 7.8782022683299e-10 [GeV] -Cell[7,14] 2.3365893794107e-06 [GeV] -Cell[8,20] 2.6823796215467e-06 [GeV] -Cell[9,36] 0.00019332186324925 [GeV] -Cell[12,32] 3.9699792296233e-07 [GeV] -Cell[14,32] 9.7165611805394e-08 [GeV] -Cell[15,32] 6.1949715018272e-08 [GeV] -Cell[10,39] 0.01836491954914 [GeV] -Cell[9,44] 5.6662870803848e-05 [GeV] -Cell[12,33] 0.00066090234287071 [GeV] -Cell[5,3] 2.7404100110289e-06 [GeV] -Cell[7,30] 0.00014901285828194 [GeV] -Cell[7,29] 1.8863649984269e-08 [GeV] -Cell[10,35] 0.001271642762758 [GeV] -Cell[12,15] 6.1580437450857e-05 [GeV] -Cell[12,14] 0.00027186988639448 [GeV] -Cell[12,34] 0.00062463280875204 [GeV] -Cell[14,33] 6.6793268001675e-06 [GeV] -Cell[2,43] 0.0020271814770794 [GeV] -Cell[11,36] 1.892008906259e-05 [GeV] -Cell[9,37] 1.6969127318589e-06 [GeV] -Cell[1,11] 0.0010835069926084 [GeV] -Cell[11,40] 6.600120602775e-05 [GeV] -Cell[3,43] 0.00014840335791962 [GeV] -Cell[10,44] 0.0025114044493937 [GeV] -Cell[1,14] 3.1978791399752e-06 [GeV] -Cell[4,5] 0.00069969551473083 [GeV] -Cell[4,43] 3.3555603978925e-05 [GeV] -Cell[1,13] 0.0065691222043063 [GeV] -Cell[1,12] 0.00073369776660104 [GeV] -Cell[3,42] 1.0095453180838e-06 [GeV] -Cell[2,13] 0.0018633278140239 [GeV] -Cell[11,39] 0.0059929880927704 [GeV] -Cell[9,35] 3.4670939785428e-05 [GeV] -Cell[11,13] 0.0020611899123928 [GeV] -Cell[14,43] 5.9202670081504e-07 [GeV] -Cell[10,45] 1.4643068425357e-08 [GeV] -Cell[15,33] 5.0390108481224e-07 [GeV] -Cell[10,38] 0.055458119424277 [GeV] -Cell[10,37] 0.0038704151845813 [GeV] -Cell[11,38] 0.029696755346035 [GeV] -Cell[8,45] 2.9540699033532e-06 [GeV] -Cell[9,23] 2.7375651116017e-06 [GeV] -Cell[10,40] 0.00081308548950494 [GeV] -Cell[10,36] 0.0013545225495045 [GeV] -Cell[15,5] 0.0017927985541899 [GeV] -Cell[9,45] 4.4227842590772e-07 [GeV] -Cell[13,2] 1.9180733943358e-08 [GeV] -Cell[13,3] 6.1687896959484e-09 [GeV] -Cell[7,20] 0.0026108249344775 [GeV] -Cell[7,21] 0.0035397435933341 [GeV] -Cell[9,38] 2.5682913928904e-09 [GeV] -Cell[11,37] 0.0048787026532629 [GeV] -Cell[12,37] 1.5079597210388e-06 [GeV] -Cell[12,38] 0.0003708227334788 [GeV] -### Total energy deposition in calorimeter by a source track in 60 cells : 0.15344114016716 (GeV) - -Source track ID 5731 (pi+,0.96814998167208[GeV]) at (-70.59466099424,-494.99130683186,1185.8748165345) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[17,30] 0.0091195701038089 [GeV] -Cell[3,24] 4.4693049619582e-07 [GeV] -Cell[14,2] 0.00047769327573519 [GeV] -Cell[16,36] 0.00095521484731341 [GeV] -Cell[7,15] 6.8832127660698e-06 [GeV] -Cell[18,30] 1.9086846658297e-05 [GeV] -Cell[15,32] 5.6173238350311e-05 [GeV] -Cell[16,32] 0.0009979469461731 [GeV] -Cell[17,32] 0.0006734930757591 [GeV] -Cell[16,31] 6.9610519677781e-06 [GeV] -Cell[17,31] 0.0014452623846759 [GeV] -Cell[18,32] 1.0491405635094e-07 [GeV] -Cell[16,30] 7.0885423433538e-06 [GeV] -Cell[15,10] 0.00040281644144875 [GeV] -Cell[13,10] 0.0045487259202662 [GeV] -Cell[14,6] 9.2930283572059e-06 [GeV] -Cell[15,0] 0.00085789440184283 [GeV] -Cell[11,43] 9.2442583991215e-07 [GeV] -Cell[2,43] 1.9598699230301e-05 [GeV] -Cell[16,45] 0.00016467379198548 [GeV] -Cell[8,15] 4.5269471593201e-07 [GeV] -Cell[3,23] 2.1975632989779e-08 [GeV] -Cell[3,25] 6.7269720602781e-09 [GeV] -Cell[2,42] 1.1126039316878e-07 [GeV] -Cell[14,10] 0.0060764789684308 [GeV] -Cell[3,42] 8.5676205344498e-08 [GeV] -Cell[16,34] 0.18166354328649 [GeV] -Cell[16,35] 0.00046595506284382 [GeV] -Cell[11,47] 0.0010602848634434 [GeV] -Cell[13,11] 0.0017041095894377 [GeV] -Cell[11,46] 4.0864296657219e-05 [GeV] -Cell[16,47] 1.0442159808008e-05 [GeV] -Cell[16,46] 0.0018278520767693 [GeV] -Cell[12,9] 0.0026238888508453 [GeV] -Cell[13,8] 0.0068006663733291 [GeV] -Cell[17,44] 0.00068886128983417 [GeV] -Cell[17,33] 0.0038176461873794 [GeV] -Cell[17,34] 0.25031301507869 [GeV] -Cell[15,9] 0.0012193657470536 [GeV] -Cell[16,10] 5.3449244319381e-08 [GeV] -Cell[15,2] 5.6767549949654e-09 [GeV] -Cell[14,9] 0.011934806618121 [GeV] -Cell[15,34] 0.023307086339331 [GeV] -Cell[15,33] 0.00011944505292104 [GeV] -Cell[13,9] 0.055017282884047 [GeV] -Cell[18,43] 2.1483578893822e-06 [GeV] -Cell[15,45] 0.001612756725923 [GeV] -Cell[15,46] 0.00012459808760633 [GeV] -Cell[13,7] 9.4375452590612e-09 [GeV] -Cell[11,38] 3.2963926787488e-07 [GeV] -Cell[16,11] 0.001780166424655 [GeV] -Cell[15,11] 0.00021052507545892 [GeV] -Cell[16,33] 0.0031573597357871 [GeV] -Cell[13,1] 0.00022983472052954 [GeV] -Cell[16,15] 0.00017321355476111 [GeV] -Cell[16,16] 2.0072714653452e-07 [GeV] -Cell[15,14] 6.2651019733039e-05 [GeV] -Cell[15,13] 0.0019463170684332 [GeV] -Cell[11,1] 2.722782373894e-07 [GeV] -Cell[16,0] 0.00011379214769772 [GeV] -Cell[17,35] 3.3444010150561e-05 [GeV] -Cell[17,29] 0.0062420123034831 [GeV] -Cell[7,16] 2.3491324038332e-05 [GeV] -Cell[18,31] 0.0022679044308502 [GeV] -Cell[17,28] 0.00089471191323807 [GeV] -Cell[16,29] 0.00089988715702248 [GeV] -Cell[18,45] 6.5978383645415e-11 [GeV] -Cell[19,45] 1.0251147818963e-07 [GeV] -Cell[17,45] 0.00059361006848745 [GeV] -Cell[19,16] 0.0014192839566219 [GeV] -Cell[14,11] 0.00045412561263515 [GeV] -Cell[14,8] 3.2037294145539e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 72 cells : 0.59073696991323 (GeV) - -Source track ID 5732 (kaon-,2.4403885406252[GeV]) at (342.13596970897,-364.61346413881,532.13872843256) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,10] 0.00096282862549333 [GeV] -Cell[8,7] 0.00030694108240664 [GeV] -Cell[9,20] 0.0095287463947548 [GeV] -Cell[8,17] 0.00099435415428741 [GeV] -Cell[7,11] 2.3563306667029e-05 [GeV] -Cell[8,12] 0.0014067450400753 [GeV] -Cell[7,13] 0.0028669831333823 [GeV] -Cell[7,12] 0.0066574220558846 [GeV] -Cell[8,13] 0.0014146151138012 [GeV] -Cell[9,11] 9.7335243190173e-06 [GeV] -Cell[14,22] 0.0013530941399137 [GeV] -Cell[9,47] 0.00072084782485479 [GeV] -Cell[7,7] 1.1896832438651e-06 [GeV] -Cell[6,32] 0.00051843479558261 [GeV] -Cell[6,12] 0.00092681495938781 [GeV] -Cell[12,16] 0.00033266434079697 [GeV] -Cell[11,22] 6.153348474902e-05 [GeV] -Cell[7,14] 0.021404834506469 [GeV] -Cell[8,14] 0.00059871396157803 [GeV] -Cell[10,34] 3.81393643911e-05 [GeV] -Cell[6,39] 5.8854401868302e-06 [GeV] -Cell[14,1] 4.0291846516993e-09 [GeV] -Cell[14,2] 5.0025417319375e-05 [GeV] -Cell[13,13] 0.0015517504237058 [GeV] -Cell[10,20] 5.541638891259e-06 [GeV] -Cell[6,33] 0.00029324900751021 [GeV] -Cell[9,46] 0.0015723220202029 [GeV] -Cell[7,15] 0.012583342222398 [GeV] -Cell[10,6] 1.3494270251613e-07 [GeV] -Cell[18,4] 0.00087209605548014 [GeV] -Cell[12,32] 0.0017641224699318 [GeV] -Cell[13,32] 1.3830222189426e-05 [GeV] -Cell[16,32] 0.0013614867761592 [GeV] -Cell[13,31] 0.00087634222523354 [GeV] -Cell[12,31] 0.00025342084657859 [GeV] -Cell[15,30] 0.0039234443307157 [GeV] -Cell[13,44] 1.7153134876935e-09 [GeV] -Cell[13,15] 0.00066152028555871 [GeV] -Cell[13,27] 1.8299293587916e-06 [GeV] -Cell[13,28] 0.00013042578678323 [GeV] -Cell[13,17] 9.9798052397091e-06 [GeV] -Cell[11,23] 5.9888853850453e-05 [GeV] -Cell[12,23] 0.00092336457510602 [GeV] -Cell[14,17] 0.00098069154521805 [GeV] -Cell[10,33] 3.9791392075131e-05 [GeV] -Cell[14,0] 0.00051118271553524 [GeV] -Cell[7,35] 6.3764520736299e-05 [GeV] -Cell[10,15] 2.6156589001403e-09 [GeV] -Cell[10,14] 1.4724289485457e-09 [GeV] -Cell[10,13] 0.00063968585789724 [GeV] -Cell[7,34] 6.0489578572742e-09 [GeV] -Cell[10,42] 7.6871717737959e-09 [GeV] -Cell[11,43] 0.0069633725069246 [GeV] -Cell[6,25] 0.0011824517964747 [GeV] -Cell[10,43] 1.4094426034944e-05 [GeV] -Cell[11,24] 4.5553594274679e-05 [GeV] -Cell[16,13] 5.187187314732e-06 [GeV] -Cell[16,12] 1.3205728123467e-08 [GeV] -Cell[11,35] 2.0156090613455e-08 [GeV] -Cell[11,25] 0.00021898971354096 [GeV] -Cell[9,13] 0.00088957034850682 [GeV] -Cell[12,0] 4.0949671529233e-09 [GeV] -Cell[10,26] 4.0711023524636e-05 [GeV] -Cell[12,34] 4.4331287732348e-05 [GeV] -Cell[13,34] 5.4083162685856e-05 [GeV] -Cell[14,35] 0.0042740001554876 [GeV] -Cell[14,36] 3.7090871819601e-06 [GeV] -Cell[14,37] 3.7990344280843e-06 [GeV] -Cell[15,36] 0.00038259036446493 [GeV] -Cell[13,38] 5.4431709995697e-06 [GeV] -Cell[2,22] 0.00043395651842411 [GeV] -Cell[11,36] 1.5820536646061e-05 [GeV] -Cell[4,18] 2.8363042074488e-05 [GeV] -Cell[4,19] 0.00063733124128089 [GeV] -Cell[9,37] 0.00028849206806293 [GeV] -Cell[5,20] 0.0023570022770475 [GeV] -Cell[11,41] 0.004251488341694 [GeV] -Cell[11,40] 6.811975617893e-08 [GeV] -Cell[8,27] 0.0024838147808574 [GeV] -Cell[8,16] 1.7396775918314e-05 [GeV] -Cell[8,15] 0.0022094896532857 [GeV] -Cell[3,19] 0.00014327807681741 [GeV] -Cell[0,10] 7.9229708944695e-09 [GeV] -Cell[10,44] 0.0003153557293773 [GeV] -Cell[7,39] 0.00029815574555414 [GeV] -Cell[0,11] 0.0011442269503964 [GeV] -Cell[5,21] 0.00068243451137048 [GeV] -Cell[6,26] 7.3561589815654e-06 [GeV] -Cell[14,38] 6.460000943116e-05 [GeV] -Cell[14,40] 0.00014362549283078 [GeV] -Cell[13,39] 0.00031646846166996 [GeV] -Cell[11,39] 0.00089276060836505 [GeV] -Cell[11,10] 0.00048396378461883 [GeV] -Cell[11,12] 1.163074572105e-06 [GeV] -Cell[11,6] 0.0003992786745963 [GeV] -Cell[11,47] 2.5104128872044e-05 [GeV] -Cell[12,24] 0.089150253905264 [GeV] -Cell[11,13] 0.00036861557700081 [GeV] -Cell[11,7] 0.00048025386862891 [GeV] -Cell[11,45] 3.0452772421086e-08 [GeV] -Cell[12,7] 0.0033707890486528 [GeV] -Cell[11,5] 9.564066234816e-06 [GeV] -Cell[12,5] 0.00021582212913015 [GeV] -Cell[12,44] 0.0093911885741245 [GeV] -Cell[13,43] 0.0019981761169542 [GeV] -Cell[11,44] 0.00013481608127454 [GeV] -Cell[12,43] 0.053745733491908 [GeV] -Cell[12,1] 1.9168321662164e-06 [GeV] -Cell[11,20] 2.1353047264483e-05 [GeV] -Cell[13,18] 9.0340208844282e-06 [GeV] -Cell[13,42] 0.052495829052778 [GeV] -Cell[12,42] 0.14842902136635 [GeV] -Cell[12,41] 0.94671593608789 [GeV] -Cell[11,42] 0.00061082054033454 [GeV] -Cell[13,41] 0.068026009467589 [GeV] -Cell[12,8] 2.7366799506126e-05 [GeV] -Cell[12,9] 0.00066904499894599 [GeV] -Cell[13,0] 0.00027257921633532 [GeV] -Cell[14,3] 1.192771787828e-07 [GeV] -Cell[15,22] 0.002903793369431 [GeV] -Cell[12,40] 0.025388183643625 [GeV] -Cell[12,39] 0.00094808571469559 [GeV] -Cell[13,14] 0.0010013936416523 [GeV] -Cell[12,36] 8.2799661322497e-06 [GeV] -Cell[14,43] 4.9585360102355e-09 [GeV] -Cell[15,2] 0.00056085326961204 [GeV] -Cell[15,24] 1.4165428591809e-05 [GeV] -Cell[18,5] 0.0027118407431416 [GeV] -Cell[15,35] 8.3636484341696e-06 [GeV] -Cell[11,14] 1.128899350806e-05 [GeV] -Cell[11,21] 3.8425174720828e-05 [GeV] -Cell[12,22] 2.5625870330259e-07 [GeV] -Cell[10,45] 6.8899435107596e-05 [GeV] -Cell[15,33] 0.016857653224569 [GeV] -Cell[14,44] 2.1378946257755e-08 [GeV] -Cell[13,7] 3.0760592489969e-06 [GeV] -Cell[15,28] 0.00086329980816902 [GeV] -Cell[18,38] 6.5081632637884e-06 [GeV] -Cell[18,39] 6.2946509569883e-06 [GeV] -Cell[17,6] 8.427967724856e-06 [GeV] -Cell[11,38] 2.3283064365387e-12 [GeV] -Cell[9,45] 0.00013727965353064 [GeV] -Cell[7,20] 2.2114950406831e-06 [GeV] -Cell[12,38] 0.0022230488275237 [GeV] -Cell[16,11] 3.4382460194138e-07 [GeV] -Cell[15,13] 0.0037720882950413 [GeV] -Cell[16,0] 4.4447817781474e-06 [GeV] -Cell[17,28] 0.00018673493240249 [GeV] -Cell[4,20] 2.3255085394567e-06 [GeV] -Cell[19,29] 0.00027348354867513 [GeV] -Cell[18,29] 5.1281056366861e-06 [GeV] -Cell[19,28] 2.722305197608e-05 [GeV] -Cell[19,30] 0.00012354611017122 [GeV] -Cell[18,6] 6.2480589845791e-05 [GeV] -Cell[18,7] 0.00052637878244127 [GeV] -Cell[14,41] 0.00027168787643677 [GeV] -Cell[13,40] 0.042302236570116 [GeV] -Cell[4,21] 0.001339519814688 [GeV] -Cell[13,24] 0.0093880746797531 [GeV] -Cell[13,23] 6.3320362642116e-09 [GeV] -Cell[15,19] 3.8402308535296e-05 [GeV] -Cell[15,20] 0.002367056107342 [GeV] -Cell[15,21] 0.0021788448850201 [GeV] -Cell[14,21] 0.000875417840095 [GeV] -Cell[14,20] 2.7267440145806e-09 [GeV] -Cell[15,27] 6.6240494214753e-06 [GeV] -Cell[16,24] 1.8435018137097e-07 [GeV] -Cell[17,37] 1.6884182741705e-07 [GeV] -Cell[17,36] 5.1681981536831e-06 [GeV] -Cell[14,25] 2.8526992537081e-08 [GeV] -Cell[14,13] 0.003960249312177 [GeV] -Cell[15,25] 6.965650290681e-06 [GeV] -Cell[12,25] 0.0077160343135181 [GeV] -Cell[13,25] 0.0022680249181062 [GeV] -Cell[9,22] 0.0045884678302324 [GeV] -Cell[8,22] 0.014756450102345 [GeV] -Cell[8,19] 0.0017801644152385 [GeV] -Cell[9,18] 0.0074462056137637 [GeV] -Cell[9,19] 0.00058512589778743 [GeV] -Cell[13,5] 0.00051099891 [GeV] -Cell[11,18] 0.00081917377870725 [GeV] -Cell[13,19] 4.1867113905028e-06 [GeV] -Cell[19,25] 0.0022922407584958 [GeV] -Cell[19,11] 6.1355871148407e-06 [GeV] -Cell[18,24] 0.0014489450844279 [GeV] -Cell[19,24] 0.0016235974632851 [GeV] -Cell[16,23] 1.7814796417952e-05 [GeV] -Cell[7,17] 9.4933512446005e-06 [GeV] -Cell[13,30] 3.0167765633337e-05 [GeV] -Cell[17,27] 3.9660164831503e-05 [GeV] -Cell[10,7] 0.00070028649396238 [GeV] -### Total energy deposition in calorimeter by a source track in 191 cells : 1.6553301884229 (GeV) - -Source track ID 5730 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,5] 1.4839315503991e-05 [GeV] -Cell[7,11] 8.3685393045016e-05 [GeV] -Cell[9,11] 0.00010738881982821 [GeV] -Cell[9,47] 1.1373266490409e-05 [GeV] -Cell[9,0] 0.00096486343063316 [GeV] -Cell[6,16] 5.1828128343914e-06 [GeV] -Cell[6,11] 0.00031289825079648 [GeV] -Cell[17,31] 0.0020163935709197 [GeV] -Cell[18,32] 3.2376907483922e-09 [GeV] -Cell[13,44] 0.095122004258412 [GeV] -Cell[16,30] 0.0011556754968417 [GeV] -Cell[17,14] 2.9927682771813e-07 [GeV] -Cell[17,13] 7.040480776368e-07 [GeV] -Cell[14,26] 0.00045294846364877 [GeV] -Cell[13,27] 3.7568681318248e-05 [GeV] -Cell[14,27] 0.00069524299035857 [GeV] -Cell[10,39] 0.00042153335312014 [GeV] -Cell[13,10] 8.743808750296e-06 [GeV] -Cell[11,23] 0.0011320162768914 [GeV] -Cell[8,23] 1.0963685170282e-05 [GeV] -Cell[14,16] 8.8228987948469e-05 [GeV] -Cell[10,14] 1.4201000274625e-05 [GeV] -Cell[10,42] 5.6108188873623e-06 [GeV] -Cell[16,13] 0.00027531317177727 [GeV] -Cell[16,12] 0.00088517941277053 [GeV] -Cell[11,35] 3.5127315291902e-05 [GeV] -Cell[12,46] 0.0050121636050327 [GeV] -Cell[12,0] 4.8549978544088e-07 [GeV] -Cell[13,35] 0.00051099891 [GeV] -Cell[1,25] 7.939392969547e-08 [GeV] -Cell[1,24] 0.00026073590421186 [GeV] -Cell[0,8] 2.0260782941477e-05 [GeV] -Cell[6,5] 0.00030482009276784 [GeV] -Cell[5,18] 9.6880836645141e-06 [GeV] -Cell[5,17] 9.3113578332122e-06 [GeV] -Cell[9,1] 2.0068910089321e-11 [GeV] -Cell[8,16] 1.7135292029707e-05 [GeV] -Cell[14,46] 0.0020867200901011 [GeV] -Cell[2,25] 0.00019836315284624 [GeV] -Cell[2,24] 3.0110896886981e-08 [GeV] -Cell[11,11] 7.9549446468263e-08 [GeV] -Cell[11,12] 0.00023600368679411 [GeV] -Cell[11,13] 3.3527272171341e-06 [GeV] -Cell[12,45] 0.016617020891146 [GeV] -Cell[12,44] 0.21351438039456 [GeV] -Cell[13,43] 0.11914669707849 [GeV] -Cell[13,45] 0.18616496122633 [GeV] -Cell[12,43] 0.0011524490528664 [GeV] -Cell[15,16] 2.6700100044764e-05 [GeV] -Cell[13,46] 0.003652237083252 [GeV] -Cell[13,42] 0.00034287852034614 [GeV] -Cell[12,42] 0.00012183221511009 [GeV] -Cell[12,40] 0.00018083884254031 [GeV] -Cell[12,39] 6.8603753752541e-06 [GeV] -Cell[14,45] 0.00060892531149506 [GeV] -Cell[15,17] 4.0554889289979e-07 [GeV] -Cell[14,28] 0.0009071346519604 [GeV] -Cell[13,22] 4.9255324552178e-07 [GeV] -Cell[14,23] 0.0038540776707826 [GeV] -Cell[16,11] 1.8684115319047e-05 [GeV] -Cell[15,14] 0.0026795037516709 [GeV] -Cell[18,31] 0.0010499878477558 [GeV] -Cell[19,45] 3.6723084094774e-05 [GeV] -Cell[14,25] 0.0033273420695803 [GeV] -Cell[13,21] 0.00026228667120176 [GeV] -Cell[6,18] 0.00049456012925702 [GeV] -Cell[6,17] 0.00027437077140007 [GeV] -Cell[18,2] 0.0016218827321194 [GeV] -Cell[18,3] 2.0195276767708e-05 [GeV] -Cell[16,14] 0.00090902955476417 [GeV] -Cell[10,24] 0.0037623618841374 [GeV] -Cell[10,23] 0.00013278155884257 [GeV] -Cell[14,24] 0.0011788919111782 [GeV] -Cell[19,46] 0.0003984308929912 [GeV] -Cell[19,44] 2.6885314728133e-06 [GeV] -Cell[6,27] 3.7924346979707e-06 [GeV] -Cell[17,23] 0.0014991700321837 [GeV] -### Total energy deposition in calorimeter by a source track in 77 cells : 0.67649879216955 (GeV) - -Source track ID 5714 (pi+,4.2123850326681[GeV]) at (194.24985414284,-460.72442323528,515.86980342259) -Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,9] 2.8494683228928e-06 [GeV] -Cell[8,10] 5.5682351521682e-06 [GeV] -Cell[7,10] 0.00013353288451719 [GeV] -Cell[6,22] 4.6993372961879e-09 [GeV] -Cell[10,41] 6.7520886659622e-12 [GeV] -Cell[7,8] 5.500070983544e-09 [GeV] -Cell[7,9] 8.7523922904893e-06 [GeV] -Cell[7,11] 0.0011183193376622 [GeV] -Cell[9,11] 1.2853588181315e-05 [GeV] -Cell[14,22] 7.2449864819646e-06 [GeV] -Cell[6,11] 0.00038171730072816 [GeV] -Cell[6,12] 6.9503790734871e-07 [GeV] -Cell[11,22] 4.702448087528e-07 [GeV] -Cell[10,29] 4.2580329580232e-05 [GeV] -Cell[14,1] 0.00010311912477709 [GeV] -Cell[14,2] 4.9618058503256e-05 [GeV] -Cell[13,12] 1.888838596642e-11 [GeV] -Cell[12,12] 0.0042594243710978 [GeV] -Cell[12,11] 0.0017775040030671 [GeV] -Cell[13,13] 6.4674577515689e-10 [GeV] -Cell[14,30] 0.0026736454798743 [GeV] -Cell[9,46] 4.3032237736043e-06 [GeV] -Cell[10,28] 9.654753174982e-05 [GeV] -Cell[18,4] 0.0015312613425307 [GeV] -Cell[11,31] 1.077614880387e-07 [GeV] -Cell[11,32] 0.00090076467059958 [GeV] -Cell[15,32] 0.00017457183471038 [GeV] -Cell[16,32] 2.6509567682865e-05 [GeV] -Cell[14,31] 1.038544317214e-05 [GeV] -Cell[11,30] 0.00019849476317904 [GeV] -Cell[13,44] 0.00075171313911051 [GeV] -Cell[12,28] 0.0011084453233044 [GeV] -Cell[12,29] 1.2765839119766e-05 [GeV] -Cell[11,28] 2.8989110724069e-06 [GeV] -Cell[11,29] 0.0033564694704134 [GeV] -Cell[12,27] 8.4742915760216e-09 [GeV] -Cell[14,5] 0.0011689078793204 [GeV] -Cell[12,30] 1.4145834357805e-05 [GeV] -Cell[9,32] 0.00077741245103459 [GeV] -Cell[9,31] 0.00015269474821434 [GeV] -Cell[7,27] 3.006384940818e-08 [GeV] -Cell[5,11] 0.0029980907635446 [GeV] -Cell[10,32] 8.7632181257277e-05 [GeV] -Cell[10,33] 1.1533501752297e-05 [GeV] -Cell[10,14] 2.1719020528394e-05 [GeV] -Cell[10,42] 0.0016062019295721 [GeV] -Cell[11,43] 0.0033494457145292 [GeV] -Cell[7,2] 0.00080469355454852 [GeV] -Cell[16,12] 5.8979009622817e-06 [GeV] -Cell[11,35] 1.5902509733223e-07 [GeV] -Cell[12,46] 3.3256580104535e-05 [GeV] -Cell[12,15] 0.00039374053500857 [GeV] -Cell[12,14] 0.00065264411048577 [GeV] -Cell[12,47] 0.0038413391225911 [GeV] -Cell[9,26] 0.00036035730018591 [GeV] -Cell[9,25] 1.9863308319827e-05 [GeV] -Cell[9,28] 0.00018670454940957 [GeV] -Cell[12,34] 0.0042676245478961 [GeV] -Cell[13,34] 0.0025770830602472 [GeV] -Cell[13,35] 0.084293364456217 [GeV] -Cell[14,35] 0.00012839235700005 [GeV] -Cell[14,36] 0.00044540383058325 [GeV] -Cell[13,36] 0.027639121862815 [GeV] -Cell[13,37] 0.01640811009638 [GeV] -Cell[14,37] 0.00095441708358578 [GeV] -Cell[14,34] 0.00048517957186561 [GeV] -Cell[14,33] 0.00021353408064533 [GeV] -Cell[15,36] 6.6866604499978e-05 [GeV] -Cell[13,38] 0.043689975899774 [GeV] -Cell[11,36] 0.0074452531515396 [GeV] -Cell[16,9] 0.00017172767008799 [GeV] -Cell[17,1] 0.00081741512532756 [GeV] -Cell[11,41] 9.2265550931529e-05 [GeV] -Cell[11,40] 0.0072061332526505 [GeV] -Cell[10,44] 9.784590540221e-06 [GeV] -Cell[16,37] 0.00052848140636237 [GeV] -Cell[15,37] 8.9365681474192e-06 [GeV] -Cell[14,19] 0.0020169319683562 [GeV] -Cell[5,12] 0.00013112164729296 [GeV] -Cell[2,14] 8.3939368196297e-06 [GeV] -Cell[15,6] 0.0003844549443246 [GeV] -Cell[6,21] 2.1426343131679e-05 [GeV] -Cell[14,38] 0.0066275141720716 [GeV] -Cell[14,40] 0.00022742320906899 [GeV] -Cell[14,39] 0.0030316889913902 [GeV] -Cell[13,39] 0.051564131552863 [GeV] -Cell[11,39] 0.0044196636939472 [GeV] -Cell[4,11] 0.00031925572678722 [GeV] -Cell[16,34] 4.9785426359222e-05 [GeV] -Cell[16,35] 1.693288985166e-06 [GeV] -Cell[11,8] 1.3660447439179e-07 [GeV] -Cell[11,12] 0.00033343368502187 [GeV] -Cell[10,19] 3.3602269832045e-06 [GeV] -Cell[10,47] 0.00033742650125248 [GeV] -Cell[13,11] 2.6873649912886e-06 [GeV] -Cell[11,13] 0.013023495395062 [GeV] -Cell[10,12] 0.0017931240885917 [GeV] -Cell[11,7] 1.3162000686862e-07 [GeV] -Cell[11,45] 1.1885251617059e-05 [GeV] -Cell[12,6] 2.0908378814966e-08 [GeV] -Cell[12,7] 3.2657022989042e-06 [GeV] -Cell[12,4] 0.0014820462569076 [GeV] -Cell[12,45] 0.0017774649968089 [GeV] -Cell[12,44] 0.009172851513169 [GeV] -Cell[13,43] 0.0027522519645353 [GeV] -Cell[11,44] 4.9339423420179e-05 [GeV] -Cell[12,43] 0.0016316114249964 [GeV] -Cell[16,47] 0.00020584086293513 [GeV] -Cell[16,46] 0.00062587660279826 [GeV] -Cell[13,47] 1.6866320700501e-05 [GeV] -Cell[13,42] 0.013134344271051 [GeV] -Cell[12,42] 0.0028608154539173 [GeV] -Cell[12,41] 0.020523721081461 [GeV] -Cell[11,42] 6.9981120281e-06 [GeV] -Cell[13,41] 0.0078277627875627 [GeV] -Cell[12,8] 2.0438389648916e-05 [GeV] -Cell[12,9] 8.1927670107689e-06 [GeV] -Cell[13,8] 3.2114479778102e-05 [GeV] -Cell[13,0] 4.7903923841659e-06 [GeV] -Cell[14,3] 0.0015302167394357 [GeV] -Cell[16,5] 0.0019894961813344 [GeV] -Cell[16,42] 0.0017733161573351 [GeV] -Cell[15,22] 0.00045557880787533 [GeV] -Cell[12,40] 0.024467525485647 [GeV] -Cell[12,39] 1.1087859998815 [GeV] -Cell[14,14] 2.4111923693908e-05 [GeV] -Cell[16,7] 0.0058628723823128 [GeV] -Cell[12,36] 0.036050788709187 [GeV] -Cell[12,35] 0.0038694585248557 [GeV] -Cell[14,43] 0.0020449682575983 [GeV] -Cell[16,10] 0.00063460675764461 [GeV] -Cell[14,42] 0.01094430699926 [GeV] -Cell[11,0] 0.001236755235816 [GeV] -Cell[14,15] 0.0011357490447094 [GeV] -Cell[12,13] 0.00079536644133691 [GeV] -Cell[15,2] 0.051712281289324 [GeV] -Cell[15,35] 1.7948559798242e-06 [GeV] -Cell[13,20] 4.8710095962932e-05 [GeV] -Cell[11,14] 0.0020255553530818 [GeV] -Cell[15,34] 1.838426771576e-05 [GeV] -Cell[10,46] 4.271635014095e-05 [GeV] -Cell[11,21] 1.2886614508488e-05 [GeV] -Cell[12,22] 7.3188114329241e-06 [GeV] -Cell[10,45] 8.3084238285664e-06 [GeV] -Cell[15,33] 0.0020775227136567 [GeV] -Cell[17,7] 0.00017489456911812 [GeV] -Cell[17,8] 0.000405349125067 [GeV] -Cell[15,42] 0.0019316859561224 [GeV] -Cell[13,22] 1.8524711311329e-05 [GeV] -Cell[14,23] 3.0861217487654e-07 [GeV] -Cell[15,44] 1.2625538511202e-07 [GeV] -Cell[14,44] 1.1798897855897e-07 [GeV] -Cell[13,7] 0.00062317125181914 [GeV] -Cell[16,38] 0.00047132124448751 [GeV] -Cell[17,38] 8.4995505167171e-06 [GeV] -Cell[10,38] 0.00012805335006362 [GeV] -Cell[11,38] 0.0044490760803527 [GeV] -Cell[10,40] 1.6062424934603e-05 [GeV] -Cell[10,36] 3.6632991395891e-09 [GeV] -Cell[15,5] 0.00039026067566851 [GeV] -Cell[7,21] 9.1311371261668e-05 [GeV] -Cell[11,37] 0.0036346173220884 [GeV] -Cell[12,37] 0.17652629948886 [GeV] -Cell[12,38] 0.82682993477335 [GeV] -Cell[16,11] 1.3732680234853e-06 [GeV] -Cell[15,11] 1.6003940004339e-08 [GeV] -Cell[16,33] 0.0030876455571825 [GeV] -Cell[13,1] 2.6164863957092e-06 [GeV] -Cell[11,1] 6.2997292843647e-06 [GeV] -Cell[16,0] 1.0973017197102e-09 [GeV] -Cell[17,28] 2.9689916409552e-05 [GeV] -Cell[19,45] 0.00089533698446564 [GeV] -Cell[14,11] 0.0010895101988633 [GeV] -Cell[14,41] 0.0029150791975258 [GeV] -Cell[13,40] 0.072186801168454 [GeV] -Cell[13,24] 0.00040011818664038 [GeV] -Cell[13,23] 0.0022870895851261 [GeV] -Cell[15,19] 4.6879766767916e-06 [GeV] -Cell[15,20] 0.00046271847191247 [GeV] -Cell[14,20] 0.0026687960105277 [GeV] -Cell[14,13] 0.0029057430931482 [GeV] -Cell[13,25] 0.00086764912489255 [GeV] -Cell[11,18] 0.00097019790587194 [GeV] -Cell[18,24] 1.4066450914925e-06 [GeV] -Cell[13,30] 0.0020946336114574 [GeV] -Cell[10,7] 1.8808912136592e-07 [GeV] -Cell[13,21] 0.0004790547489265 [GeV] -Cell[10,23] 8.236642437987e-05 [GeV] -Cell[14,24] 7.388839549094e-10 [GeV] -Cell[12,2] 0.0075136201377218 [GeV] -Cell[11,3] 5.5937538854778e-07 [GeV] -Cell[12,3] 0.00074994469139946 [GeV] -Cell[15,23] 5.1238340628629e-05 [GeV] -Cell[19,17] 0.0037169331926851 [GeV] -Cell[19,18] 0.00057085644775589 [GeV] -Cell[18,17] 7.095414421201e-07 [GeV] -Cell[18,20] 2.962717122864e-05 [GeV] -Cell[18,19] 8.1316803989466e-06 [GeV] -Cell[10,18] 0.0020434591220851 [GeV] -Cell[19,19] 0.0014260397179139 [GeV] -Cell[16,6] 0.0023017425558695 [GeV] -Cell[19,23] 4.8346566414693e-05 [GeV] -Cell[16,4] 7.2005251467999e-09 [GeV] -Cell[14,12] 9.6209681191795e-06 [GeV] -Cell[16,22] 0.0010198871293848 [GeV] -Cell[11,17] 0.00073860562261996 [GeV] -Cell[15,4] 0.12089596949355 [GeV] -Cell[17,25] 4.957074318861e-05 [GeV] -Cell[15,1] 4.1370947648602e-05 [GeV] -Cell[17,26] 0.0014508021135834 [GeV] -Cell[9,34] 0.0035533199525053 [GeV] -Cell[18,14] 8.6395025136881e-06 [GeV] -Cell[19,2] 0.0092253750046601 [GeV] -Cell[19,1] 0.0010008692215845 [GeV] -Cell[19,0] 0.00019556785954262 [GeV] -Cell[19,3] 0.0020017998172646 [GeV] -Cell[18,25] 0.0045503784591354 [GeV] -Cell[17,2] 0.00022543283622963 [GeV] -Cell[17,0] 0.0015189895761426 [GeV] -Cell[15,3] 0.0018932602808721 [GeV] -Cell[16,2] 2.8156055119098e-05 [GeV] -Cell[13,4] 1.3015457370784e-06 [GeV] -Cell[16,41] 1.3628681364935e-05 [GeV] -Cell[16,39] 5.6100398069248e-08 [GeV] -Cell[15,12] 1.8544960767031e-10 [GeV] -Cell[10,31] 7.2049286434321e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 226 cells : 2.9127855752689 (GeV) - -Source track ID 4849 (kaon+,2.4801482971024[GeV]) at (288.93739165795,-408.062720304,-439.8998668035) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[6,10] 8.6968808318488e-07 [GeV] -Cell[6,37] 0.00081563187954194 [GeV] -Cell[8,40] 0.0024578856131701 [GeV] -Cell[5,42] 1.0756589358607e-07 [GeV] -Cell[6,39] 0.25026231445301 [GeV] -Cell[6,40] 0.14021198082781 [GeV] -Cell[7,44] 0.0038747817512177 [GeV] -Cell[6,9] 0.0011067776907743 [GeV] -Cell[7,40] 1.0609043392612 [GeV] -Cell[5,28] 0.00053085354948915 [GeV] -Cell[7,45] 0.00025583483572283 [GeV] -Cell[5,41] 6.8620257707153e-09 [GeV] -Cell[7,41] 0.06005534641688 [GeV] -Cell[6,8] 3.0075214843919e-05 [GeV] -Cell[6,7] 2.9314821858861e-10 [GeV] -Cell[6,28] 0.0014650581101322 [GeV] -Cell[6,36] 0.0022662991846869 [GeV] -Cell[5,7] 0.00014368915629382 [GeV] -Cell[6,6] 8.6680154199712e-06 [GeV] -Cell[6,5] 4.7878474579193e-06 [GeV] -Cell[5,39] 0.22311691869045 [GeV] -Cell[6,41] 0.39209153089487 [GeV] -Cell[7,38] 0.0010810396742586 [GeV] -Cell[7,39] 0.010842003628844 [GeV] -Cell[7,42] 0.0033490591399566 [GeV] -Cell[6,43] 2.0054871015418e-08 [GeV] -Cell[6,42] 0.056077415650026 [GeV] -### Total energy deposition in calorimeter by a source track in 27 cells : 2.2109532959501 (GeV) - -Source track ID 5078 (gamma,0.19649521790461[GeV]) at (-493.9032109823,77.843549388317,489.46550582663) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,23] 0.013112486705076 [GeV] -Cell[13,11] 0.00059640290883478 [GeV] -Cell[12,22] 0.17832225716374 [GeV] -Cell[15,45] 0.0011441658707827 [GeV] -Cell[14,8] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.19368631155844 (GeV) - -Source track ID 5079 (gamma,0.89164369738079[GeV]) at (-456.12361597402,204.8200355209,886.89513768374) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,22] 0.0026213915804251 [GeV] -Cell[7,44] 0.00038320762813258 [GeV] -Cell[18,4] 0.0022963115833873 [GeV] -Cell[15,30] 0.0028145833010038 [GeV] -Cell[3,39] 0.0012512405464493 [GeV] -Cell[14,0] 0.00030730252433299 [GeV] -Cell[12,47] 0.00031484760205815 [GeV] -Cell[14,37] 0.0010255470542707 [GeV] -Cell[14,19] 0.0032292706938183 [GeV] -Cell[6,43] 0.00051099891 [GeV] -Cell[16,47] 0.0011819072237357 [GeV] -Cell[13,8] 0.00051099891 [GeV] -Cell[15,22] 0.0015227712475546 [GeV] -Cell[14,45] 0.00097570020851926 [GeV] -Cell[15,21] 0.0039498334808877 [GeV] -Cell[14,21] 0.021575301489483 [GeV] -Cell[14,20] 0.83894781148557 [GeV] -Cell[18,24] 0.00051099891 [GeV] -Cell[15,3] 0.0013963157460209 [GeV] -Cell[15,12] 0.0014294076501252 [GeV] -Cell[15,26] 0.0026813309745565 [GeV] -Cell[16,3] 0.00092269278049204 [GeV] -### Total energy deposition in calorimeter by a source track in 22 cells : 0.89035977153082 (GeV) - -Source track ID 5069 (pi-,0.85441793655808[GeV]) at (-164.5142735378,472.1599875067,872.09604986911) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[4,33] 1.5257342514815e-05 [GeV] -Cell[7,5] 0.0032939280146119 [GeV] -Cell[9,6] 2.6393377571367e-05 [GeV] -Cell[5,31] 0.000463441564248 [GeV] -Cell[5,30] 0.00011581006604263 [GeV] -Cell[8,5] 9.7848501660565e-06 [GeV] -Cell[13,12] 0.0039571306863791 [GeV] -Cell[12,12] 0.00040875770834443 [GeV] -Cell[13,13] 0.0075748979010872 [GeV] -Cell[14,29] 1.0896122375925e-08 [GeV] -Cell[8,6] 0.00033926425707887 [GeV] -Cell[7,6] 7.0328546280507e-06 [GeV] -Cell[10,6] 0.0017555423939468 [GeV] -Cell[13,32] 0.00010884718428565 [GeV] -Cell[13,31] 1.7299691284052e-06 [GeV] -Cell[12,31] 0.0031033815263767 [GeV] -Cell[15,10] 0.00054365154485824 [GeV] -Cell[13,15] 0.00024333893684764 [GeV] -Cell[14,27] 0.00015141237846456 [GeV] -Cell[10,10] 0.0026624459658607 [GeV] -Cell[13,10] 0.0029300046921866 [GeV] -Cell[12,30] 0.0023094608570689 [GeV] -Cell[13,16] 1.4487204601892e-06 [GeV] -Cell[14,16] 1.326833240455e-06 [GeV] -Cell[9,30] 0.0022503913517674 [GeV] -Cell[10,30] 2.4185241272789e-08 [GeV] -Cell[13,34] 1.4272027183324e-06 [GeV] -Cell[13,33] 0.0011616367552389 [GeV] -Cell[5,32] 0.00051717011210993 [GeV] -Cell[17,1] 0.0022200193959642 [GeV] -Cell[8,1] 0.00026334817776478 [GeV] -Cell[5,38] 0.0025749591174917 [GeV] -Cell[4,38] 4.4684117028737e-08 [GeV] -Cell[15,6] 1.8942601338949e-06 [GeV] -Cell[16,34] 0.10438888261346 [GeV] -Cell[12,24] 1.5328986832174e-05 [GeV] -Cell[12,10] 0.00044440298893892 [GeV] -Cell[10,11] 9.2122052349623e-05 [GeV] -Cell[11,7] 0.00065712869786452 [GeV] -Cell[9,29] 7.5669959187508e-12 [GeV] -Cell[12,6] 2.0298273284425e-10 [GeV] -Cell[12,7] 0.0043660870674164 [GeV] -Cell[12,5] 0.0012865164164144 [GeV] -Cell[12,8] 0.0039571110619844 [GeV] -Cell[12,9] 0.0074806971508382 [GeV] -Cell[13,8] 0.006374126206122 [GeV] -Cell[17,33] 2.0987435069401e-05 [GeV] -Cell[14,7] 0.0025886959037482 [GeV] -Cell[14,14] 0.17878329853473 [GeV] -Cell[14,15] 0.00013853880162708 [GeV] -Cell[16,26] 1.0078033112222e-05 [GeV] -Cell[14,9] 0.0026975659393282 [GeV] -Cell[14,28] 7.7840112634249e-05 [GeV] -Cell[13,9] 0.0016115350731866 [GeV] -Cell[13,7] 0.0011741333262181 [GeV] -Cell[13,6] 4.424415604808e-05 [GeV] -Cell[17,6] 1.9364234147361e-05 [GeV] -Cell[11,38] 0.0026431241158488 [GeV] -Cell[15,5] 2.7732370654121e-08 [GeV] -Cell[11,37] 0.0027689044202377 [GeV] -Cell[15,14] 1.2346745032801e-06 [GeV] -Cell[11,1] 0.0050874123736142 [GeV] -Cell[14,8] 0.19156186033292 [GeV] -Cell[14,13] 0.037081534424272 [GeV] -Cell[13,19] 0.00048463569171585 [GeV] -Cell[19,44] 0.0001361535998094 [GeV] -Cell[17,2] 9.2500704340637e-10 [GeV] -Cell[18,44] 1.2650064163608e-05 [GeV] -Cell[10,9] 1.1067683844431e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 69 cells : 0.59503250680499 (GeV) - -Source track ID 5062 (gamma,0.0010605442818138[GeV]) at (-351.20358975528,-355.88767686309,-448.21367545149) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,29] 0.0010605442818138 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0010605442818138 (GeV) - -Source track ID 5063 (gamma,0.00014176054774876[GeV]) at (-332.71033211406,-373.2342895616,-558.5543047129) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,30] 0.00014176054774876 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00014176054774876 (GeV) - -Source track ID 5065 (gamma,3.9711537622587e-05[GeV]) at (-26.121718117199,499.31718961258,-1285.9558390137) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[3,12] 3.9711537622587e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 3.9711537622587e-05 (GeV) - -Source track ID 5066 (gamma,4.3798750883699e-05[GeV]) at (48.804162791089,-497.61245331509,-561.04929174441) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,36] 4.3798750883699e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 4.3798750883699e-05 (GeV) - -Source track ID 5009 (pi+,0.42103795227515[GeV]) at (-372.38011618959,-333.66607419188,-447.36654779226) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,28] 0.096603537682871 [GeV] -Cell[7,27] 0.12496591294778 [GeV] -Cell[7,29] 0.069988825647611 [GeV] -Cell[6,26] 0.0030795471286164 [GeV] -Cell[6,27] 0.0004303879767371 [GeV] -Cell[7,26] 0.033996675525588 [GeV] -Cell[7,25] 0.00048966085994369 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.32955454776915 (GeV) - -Source track ID 5012 (mu-,0.47501774661909[GeV]) at (313.6012410058,-389.4281212748,388.75454012431) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[15,41] 0.0013014249041777 [GeV] -Cell[11,41] 0.020422382718972 [GeV] -Cell[13,43] 2.1627534588333e-06 [GeV] -Cell[12,43] 0.0024400718221307 [GeV] -Cell[13,42] 0.14552521006204 [GeV] -Cell[12,42] 0.10825983358933 [GeV] -Cell[12,41] 0.09669225460801 [GeV] -Cell[13,41] 0.0067096728778911 [GeV] -Cell[12,40] 0.003357506125374 [GeV] -Cell[14,41] 0.00042971784163935 [GeV] -Cell[13,40] 0.0025437480991266 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.38768398540215 (GeV) - -Source track ID 5007 (gamma,0.062293140479318[GeV]) at (-277.09241350667,416.19682168062,226.7007397812) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,16] 0.060635499143101 [GeV] -Cell[11,15] 0.0011466424262168 [GeV] -Cell[12,43] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.062293140479318 (GeV) - -Source track ID 5008 (gamma,0.18169391742921[GeV]) at (418.45378448804,273.67212179474,279.3434353127) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[16,36] 0.0015033126236663 [GeV] -Cell[12,14] 0.0034911837418254 [GeV] -Cell[12,7] 0.00010977370826535 [GeV] -Cell[11,4] 0.16892313636819 [GeV] -Cell[11,5] 0.00037094458841245 [GeV] -Cell[12,5] 0.0014963350767385 [GeV] -Cell[11,42] 0.00051099891 [GeV] -Cell[12,8] 0.00070590321310544 [GeV] -Cell[12,40] 0.00027530936166802 [GeV] -Cell[11,3] 0.0041033714755219 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.1814902690674 (GeV) - -Source track ID 4980 (kaon+,1.7504986099246[GeV]) at (76.501964825864,494.11279013782,1966.7325471438) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[19,10] 0.047622950243953 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.047622950243953 (GeV) - -Source track ID 4853 (pi-,0.45532015663703[GeV]) at (-499.78933216833,-14.512871898214,-202.2983815919) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,25] 0.13849363906788 [GeV] -Cell[8,28] 9.8214290331953e-06 [GeV] -Cell[8,24] 0.1116174416096 [GeV] -Cell[9,24] 0.00082400505980782 [GeV] -Cell[7,28] 6.0793722815447e-05 [GeV] -Cell[7,27] 0.00058668956199813 [GeV] -Cell[9,26] 0.0059026553047597 [GeV] -Cell[9,25] 0.06309143773724 [GeV] -Cell[9,27] 0.028169476117557 [GeV] -Cell[9,28] 0.0012485229134209 [GeV] -Cell[8,0] 0.00014237944200329 [GeV] -Cell[8,27] 0.0023736464190933 [GeV] -Cell[8,26] 0.0013181274781728 [GeV] -Cell[6,26] 0.00039799986595187 [GeV] -Cell[6,27] 0.00033041850732877 [GeV] -Cell[7,26] 0.00236648276928 [GeV] -Cell[7,25] 0.0041700024938472 [GeV] -Cell[7,24] 1.2573254986478e-05 [GeV] -Cell[7,23] 3.0345847790159e-10 [GeV] -### Total energy deposition in calorimeter by a source track in 19 cells : 0.36111611305823 (GeV) - -Source track ID 4964 (gamma,0.43032370642417[GeV]) at (-193.66745712544,460.96953917864,1404.102059109) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[17,14] 0.05389652982504 [GeV] -Cell[17,13] 0.0039509905818973 [GeV] -Cell[15,47] 0.00052178648074032 [GeV] -Cell[15,36] 0.00093471653244663 [GeV] -Cell[19,42] 0.00051099891 [GeV] -Cell[14,39] 0.00036861206737178 [GeV] -Cell[19,36] 0.00094075401636438 [GeV] -Cell[12,45] 0.00051099891 [GeV] -Cell[15,38] 0.0010567322015761 [GeV] -Cell[16,15] 0.001018780144071 [GeV] -Cell[15,1] 0.0038968666139155 [GeV] -Cell[17,15] 0.35750997146053 [GeV] -Cell[18,15] 0.0018388836892153 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.42695662143317 (GeV) - -Source track ID 4965 (gamma,0.84468519705162[GeV]) at (143.95468717879,478.82882958241,1448.631838865) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,26] 0.00073101167660725 [GeV] -Cell[14,37] 0.00071639815477322 [GeV] -Cell[15,36] 0.00077301299211713 [GeV] -Cell[16,34] 0.00085690638536269 [GeV] -Cell[17,22] 0.00096792943210802 [GeV] -Cell[17,44] 0.0043168643378561 [GeV] -Cell[16,26] 0.00023516935046024 [GeV] -Cell[17,11] 0.0017818593159908 [GeV] -Cell[18,12] 0.006478821318623 [GeV] -Cell[15,39] 0.0028987954995191 [GeV] -Cell[17,8] 0.0014859162655167 [GeV] -Cell[17,38] 0.0002625584907702 [GeV] -Cell[17,40] 0.00051099891 [GeV] -Cell[17,28] 0.00074312437195645 [GeV] -Cell[19,30] 0.00029123579085003 [GeV] -Cell[17,9] 0.77310046831111 [GeV] -Cell[17,12] 0.0010744897148544 [GeV] -Cell[18,9] 0.0058914850505404 [GeV] -Cell[16,19] 0.00050004180586121 [GeV] -Cell[17,10] 0.026387812016233 [GeV] -### Total energy deposition in calorimeter by a source track in 20 cells : 0.83000489919111 (GeV) - -Source track ID 4859 (pi-,1.1276704882733[GeV]) at (-499.9773147813,4.7628462164176,966.22868797964) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,30] 6.7198431969473e-06 [GeV] -Cell[15,31] 2.4322856916115e-07 [GeV] -Cell[14,31] 4.5797753500665e-09 [GeV] -Cell[15,30] 0.001749038131434 [GeV] -Cell[14,33] 0.0021180659190665 [GeV] -Cell[17,19] 0.0033944197388725 [GeV] -Cell[17,22] 0.034266278550841 [GeV] -Cell[16,47] 0.0015819743857137 [GeV] -Cell[16,46] 0.00011022587143293 [GeV] -Cell[16,26] 0.011954221717794 [GeV] -Cell[15,24] 0.19031732115929 [GeV] -Cell[17,21] 0.0074803695866713 [GeV] -Cell[18,22] 0.00023941532105266 [GeV] -Cell[14,28] 0.00089006442077596 [GeV] -Cell[14,23] 0.028337661418092 [GeV] -Cell[15,29] 9.082265663892e-06 [GeV] -Cell[15,28] 0.0097200615289291 [GeV] -Cell[19,16] 1.1219188991163e-09 [GeV] -Cell[15,27] 0.0025398656338218 [GeV] -Cell[16,24] 0.044248213916505 [GeV] -Cell[14,25] 2.9943238769192e-06 [GeV] -Cell[15,25] 0.087329164123015 [GeV] -Cell[16,23] 0.00041537315426119 [GeV] -Cell[17,27] 0.00067144024146955 [GeV] -Cell[14,24] 0.016011325227386 [GeV] -Cell[17,23] 0.0072573572522455 [GeV] -Cell[15,23] 6.4966111385729e-06 [GeV] -Cell[18,19] 3.0027808861632e-10 [GeV] -Cell[16,22] 0.0012407644614436 [GeV] -Cell[17,25] 0.011516604669942 [GeV] -Cell[17,26] 0.0011374731065914 [GeV] -Cell[15,26] 0.26813734377233 [GeV] -Cell[16,25] 0.0029380315852109 [GeV] -Cell[17,17] 5.4789895771137e-06 [GeV] -Cell[18,18] 6.512234947877e-06 [GeV] -Cell[18,16] 0.00051423100247564 [GeV] -Cell[18,21] 0.00099890097317109 [GeV] -Cell[17,20] 0.010279855608779 [GeV] -Cell[16,21] 0.00087679105008158 [GeV] -Cell[17,24] 0.0010970530371135 [GeV] -Cell[17,18] 1.4996059696841e-06 [GeV] -Cell[18,27] 2.676176109162e-09 [GeV] -Cell[16,27] 2.4761590611888e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 43 cells : 0.7494327039375 (GeV) - -Source track ID 4847 (gamma,0.21259862372436[GeV]) at (298.67434491433,-400.99081746344,-1192.0286842746) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[6,0] 0.00028669795200829 [GeV] -Cell[3,40] 0.18062274617617 [GeV] -Cell[4,40] 0.01768884548373 [GeV] -Cell[4,2] 0.0012071613101332 [GeV] -Cell[0,7] 0.00034422314712978 [GeV] -Cell[4,41] 0.0017525054426261 [GeV] -Cell[3,41] 0.0088973542494054 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.2107995337612 (GeV) - -Source track ID 4810 (pi-,0.62985110410251[GeV]) at (341.8670490548,364.86562015427,-1019.875288384) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,17] 0.00097350663483587 [GeV] -Cell[6,37] 0.0044778741213017 [GeV] -Cell[8,35] 0.00020613317132506 [GeV] -Cell[7,14] 0.0011573190434228 [GeV] -Cell[0,27] 8.4252093511168e-06 [GeV] -Cell[8,32] 3.9344102260657e-06 [GeV] -Cell[5,41] 0.00091806235204117 [GeV] -Cell[4,4] 0.00034893462314778 [GeV] -Cell[3,39] 0.00077225616637747 [GeV] -Cell[1,44] 9.0607521997299e-06 [GeV] -Cell[3,15] 0.00068727549143978 [GeV] -Cell[6,30] 0.0012361649523073 [GeV] -Cell[6,29] 0.00012046906065916 [GeV] -Cell[2,31] 1.3973304594401e-06 [GeV] -Cell[1,26] 0.00033709323382967 [GeV] -Cell[5,7] 0.0016830316507335 [GeV] -Cell[5,8] 0.0040971374288049 [GeV] -Cell[5,6] 0.014357621220554 [GeV] -Cell[2,39] 2.5124740502633e-06 [GeV] -Cell[1,27] 0.00097335143934188 [GeV] -Cell[0,25] 1.2538101827886e-09 [GeV] -Cell[0,26] 3.4201131716372e-05 [GeV] -Cell[2,43] 3.1256013317034e-06 [GeV] -Cell[4,39] 0.00078868571494991 [GeV] -Cell[3,40] 1.423980103641e-05 [GeV] -Cell[4,40] 0.00025474452505841 [GeV] -Cell[5,9] 0.00064895834324591 [GeV] -Cell[5,45] 9.4791037554387e-06 [GeV] -Cell[1,39] 9.6767616923898e-09 [GeV] -Cell[3,5] 5.228136482765e-05 [GeV] -Cell[4,3] 0.0012479660181926 [GeV] -Cell[1,47] 1.4815216884017e-05 [GeV] -Cell[9,16] 8.0842501677125e-06 [GeV] -Cell[8,16] 0.007635654558498 [GeV] -Cell[1,31] 0.0017414879047728 [GeV] -Cell[1,40] 3.4268130548298e-08 [GeV] -Cell[1,0] 4.7558164806105e-06 [GeV] -Cell[3,1] 2.723819174571e-05 [GeV] -Cell[4,9] 0.00064561066849058 [GeV] -Cell[4,8] 0.00019509229524738 [GeV] -Cell[4,7] 0.016902729231682 [GeV] -Cell[3,6] 0.0023028310637876 [GeV] -Cell[4,6] 0.33485839701793 [GeV] -Cell[4,5] 0.0098363193820077 [GeV] -Cell[3,4] 3.5423403402092e-05 [GeV] -Cell[5,5] 3.5903620209865e-07 [GeV] -Cell[5,4] 0.0013178578623817 [GeV] -Cell[4,36] 0.00042359560681302 [GeV] -Cell[5,15] 3.1355465180241e-06 [GeV] -Cell[3,41] 7.8580342233181e-13 [GeV] -Cell[2,32] 0.00073469824660469 [GeV] -Cell[6,31] 1.4088379202803e-08 [GeV] -Cell[3,14] 5.3519033826888e-10 [GeV] -Cell[2,40] 9.7310353303328e-06 [GeV] -Cell[18,34] 0.0002260292364025 [GeV] -### Total energy deposition in calorimeter by a source track in 55 cells : 0.41234914776493 (GeV) - -Source track ID 4811 (pi+,3.2625586508952[GeV]) at (499.9914085913,-2.9310978974818,-1675.0607707167) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[4,33] 0.0062700091113057 [GeV] -Cell[9,21] 1.1139549314976e-08 [GeV] -Cell[14,22] 0.00034004532161816 [GeV] -Cell[3,24] 0.00016356844111887 [GeV] -Cell[2,30] 7.9627789091319e-09 [GeV] -Cell[6,14] 1.3540489249863e-05 [GeV] -Cell[10,34] 1.30462833622e-05 [GeV] -Cell[6,40] 1.0160464444198e-07 [GeV] -Cell[5,30] 2.0482953259489e-05 [GeV] -Cell[12,12] 0.00020675887768266 [GeV] -Cell[0,41] 0.0049154960495928 [GeV] -Cell[0,44] 0.0065661138997796 [GeV] -Cell[0,43] 0.0041082376770542 [GeV] -Cell[9,14] 0.00026502249078715 [GeV] -Cell[0,27] 0.0037517211331474 [GeV] -Cell[14,32] 4.8776931071188e-06 [GeV] -Cell[15,32] 0.00019208495253224 [GeV] -Cell[10,33] 0.00010990452743863 [GeV] -Cell[14,0] 7.9708815330832e-06 [GeV] -Cell[10,15] 2.6805471861735e-06 [GeV] -Cell[5,34] 6.0482885746751e-06 [GeV] -Cell[5,33] 9.0092259633821e-06 [GeV] -Cell[6,25] 3.0891905771568e-07 [GeV] -Cell[1,44] 0.014775383026774 [GeV] -Cell[1,43] 0.0042714982296715 [GeV] -Cell[2,27] 4.1473033888906e-08 [GeV] -Cell[7,0] 6.3260699971579e-06 [GeV] -Cell[6,47] 2.5410642143243e-05 [GeV] -Cell[3,16] 1.8415597151034e-07 [GeV] -Cell[3,15] 3.4187079290859e-06 [GeV] -Cell[1,37] 4.3822636827144e-05 [GeV] -Cell[1,38] 1.7593697521079e-10 [GeV] -Cell[1,42] 0.013700198517458 [GeV] -Cell[3,17] 9.3209242331795e-06 [GeV] -Cell[2,23] 0.00064354374298523 [GeV] -Cell[1,1] 0.015723022041361 [GeV] -Cell[8,46] 4.1802910819797e-06 [GeV] -Cell[4,15] 5.8538494314462e-06 [GeV] -Cell[9,33] 3.5318293673527e-05 [GeV] -Cell[4,16] 0.0002192052129783 [GeV] -Cell[1,34] 0.0022267239572243 [GeV] -Cell[1,6] 2.3895441205241e-05 [GeV] -Cell[0,21] 0.00018149968314697 [GeV] -Cell[1,20] 4.6281813411042e-08 [GeV] -Cell[1,4] 0.00043279411879256 [GeV] -Cell[1,5] 0.00034207400573598 [GeV] -Cell[2,47] 0.00040760267687392 [GeV] -Cell[2,46] 0.00021298761059575 [GeV] -Cell[1,45] 0.013857896470462 [GeV] -Cell[1,46] 0.28922292577582 [GeV] -Cell[0,22] 4.5893763701542e-05 [GeV] -Cell[1,22] 0.00069103082515244 [GeV] -Cell[1,21] 0.00084045986757837 [GeV] -Cell[3,30] 0.00079526431716567 [GeV] -Cell[2,31] 0.0006156313018231 [GeV] -Cell[8,0] 7.8628229643982e-06 [GeV] -Cell[2,21] 0.0012145089006984 [GeV] -Cell[2,22] 0.00012233961427626 [GeV] -Cell[2,28] 0.00060732117384975 [GeV] -Cell[1,23] 0.0014490069293744 [GeV] -Cell[2,8] 6.2983833777253e-06 [GeV] -Cell[3,28] 0.00035703958902923 [GeV] -Cell[1,7] 4.1353814652553e-05 [GeV] -Cell[0,28] 2.7357126877178e-05 [GeV] -Cell[2,16] 0.00014094261826449 [GeV] -Cell[8,47] 9.5533361925391e-06 [GeV] -Cell[2,15] 0.00094652466833543 [GeV] -Cell[5,17] 9.9390208446493e-05 [GeV] -Cell[1,39] 0.0013714953372755 [GeV] -Cell[2,34] 0.0018974944429083 [GeV] -Cell[2,2] 0.001938455521549 [GeV] -Cell[5,20] 0.00051099891 [GeV] -Cell[0,34] 0.00011970909236504 [GeV] -Cell[1,3] 0.0063961607170419 [GeV] -Cell[2,36] 2.7006518735107e-08 [GeV] -Cell[3,36] 9.7244470745864e-05 [GeV] -Cell[0,47] 0.1629182690998 [GeV] -Cell[0,46] 0.0039021096837012 [GeV] -Cell[1,47] 1.0539172359417 [GeV] -Cell[9,15] 1.1542351683602e-05 [GeV] -Cell[0,15] 0.00066065854588937 [GeV] -Cell[4,22] 3.9426103467122e-07 [GeV] -Cell[1,0] 0.34968244643284 [GeV] -Cell[0,0] 0.055343283152945 [GeV] -Cell[3,43] 0.00034858427620532 [GeV] -Cell[2,7] 3.2830818072398e-05 [GeV] -Cell[3,1] 4.8387359420303e-06 [GeV] -Cell[0,6] 5.4794087418486e-09 [GeV] -Cell[0,7] 9.0948306024075e-09 [GeV] -Cell[0,3] 0.00016760201893669 [GeV] -Cell[0,2] 0.0023669912170842 [GeV] -Cell[4,9] 0.00053897171181291 [GeV] -Cell[3,35] 1.7177215887955e-05 [GeV] -Cell[1,33] 1.8654579491795e-06 [GeV] -Cell[2,20] 1.8289980769623e-05 [GeV] -Cell[2,35] 0.00039700311500576 [GeV] -Cell[2,24] 1.6306080447976e-05 [GeV] -Cell[3,25] 0.0027501137588553 [GeV] -Cell[7,38] 0.0013262090049127 [GeV] -Cell[16,37] 3.6010788601857e-05 [GeV] -Cell[3,31] 0.00051641396921457 [GeV] -Cell[2,37] 4.0052134409052e-10 [GeV] -Cell[1,36] 0.0010664536479885 [GeV] -Cell[1,13] 0.0017257519085488 [GeV] -Cell[1,2] 0.0035400565111798 [GeV] -Cell[2,42] 0.00075608507882625 [GeV] -Cell[3,27] 0.00026507326052445 [GeV] -Cell[3,26] 3.6392754020653e-07 [GeV] -Cell[4,25] 6.2082341173664e-08 [GeV] -Cell[5,12] 7.2756398003548e-07 [GeV] -Cell[0,45] 0.00091536479155616 [GeV] -Cell[1,12] 0.0019413098133295 [GeV] -Cell[6,46] 3.9674529332387e-06 [GeV] -Cell[2,3] 5.367601668695e-06 [GeV] -Cell[5,15] 9.3742273747921e-09 [GeV] -Cell[3,42] 9.117715380853e-06 [GeV] -Cell[2,14] 6.5146320632493e-05 [GeV] -Cell[0,1] 0.039559326887771 [GeV] -Cell[2,32] 0.0014921092814294 [GeV] -Cell[2,13] 1.4960758766392e-05 [GeV] -Cell[4,34] 0.0010208257844322 [GeV] -Cell[3,14] 0.0036238221439794 [GeV] -Cell[5,23] 0.00094967531922185 [GeV] -Cell[18,35] 8.6779743355692e-08 [GeV] -Cell[11,13] 0.0014366775475243 [GeV] -Cell[13,0] 5.3501609272644e-08 [GeV] -Cell[14,47] 0.00030831030366039 [GeV] -Cell[15,38] 1.1284589618299e-10 [GeV] -Cell[16,38] 8.6832815317166e-06 [GeV] -Cell[7,21] 0.004907091145501 [GeV] -Cell[4,21] 5.9069109192933e-07 [GeV] -Cell[14,21] 1.5906438908132e-05 [GeV] -Cell[9,22] 0.00015145157484017 [GeV] -Cell[9,34] 0.0029017148934131 [GeV] -Cell[7,22] 9.9185310423309e-06 [GeV] -Cell[15,18] 0.00035521873494895 [GeV] -Cell[18,36] 4.9476543013043e-06 [GeV] -Cell[3,44] 4.1807652451098e-10 [GeV] -Cell[1,35] 0.013056816610187 [GeV] -### Total energy deposition in calorimeter by a source track in 139 cells : 2.1187797952832 (GeV) - -Source track ID 4807 (gamma,0.53051937575115[GeV]) at (475.84610118781,-153.52683148023,-782.17056466898) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[5,0] 0.00037110589665578 [GeV] -Cell[5,11] 0.00081446254225296 [GeV] +Cell[8,9] 0.24908794210845 [GeV] +Cell[8,8] 0.00015148532262272 [GeV] +Cell[8,10] 0.0092425230010579 [GeV] +Cell[8,11] 0.00066301719021323 [GeV] +Cell[7,8] 0.0018890798089698 [GeV] +Cell[6,29] 0.00047215113668272 [GeV] Cell[7,34] 0.00051099891 [GeV] -Cell[6,45] 0.2015980196888 [GeV] -Cell[9,13] 0.0011410967723831 [GeV] -Cell[5,46] 0.0053823038110621 [GeV] -Cell[5,45] 0.30106163601973 [GeV] -Cell[9,15] 0.00021595475429414 [GeV] -Cell[1,29] 0.0031677067958858 [GeV] -Cell[3,11] 0.0017249019235016 [GeV] -Cell[3,12] 0.0016282047163324 [GeV] -Cell[6,44] 0.00051099891 [GeV] -Cell[5,44] 0.011338492162762 [GeV] -Cell[6,21] 0.00075844869178711 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.53022433159544 (GeV) - -Source track ID 4808 (gamma,0.17927399228015[GeV]) at (168.15425580381,-470.87593509869,-1264.5234731712) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[3,39] 0.0016998614205958 [GeV] -Cell[2,23] 0.00064303052328553 [GeV] -Cell[2,39] 0.00041744395694788 [GeV] -Cell[3,40] 0.0049775085797659 [GeV] -Cell[0,17] 0.00033118364491201 [GeV] -Cell[3,38] 0.17072860204077 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.17879763016628 (GeV) - -Source track ID 4714 (gamma,9.4244113931053e-05[GeV]) at (-254.07972890958,430.63150297817,-128.26078116673) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,16] 9.4244113931053e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 9.4244113931053e-05 (GeV) - -Source track ID 4715 (gamma,0.1681297602705[GeV]) at (-229.19191813941,444.37716487189,-133.68922599797) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,13] 0.0013648126375418 [GeV] -Cell[8,14] 0.00014716909278173 [GeV] -Cell[9,14] 0.0062256522522513 [GeV] -Cell[10,15] 0.00051099891 [GeV] -Cell[9,16] 0.00041974875361277 [GeV] -Cell[8,15] 0.00027880148984036 [GeV] -Cell[9,15] 0.15918257713447 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.1681297602705 (GeV) - -Source track ID 4719 (gamma,0.00053965624629224[GeV]) at (-144.52713645083,478.65635567631,-143.85803407783) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,14] 0.00053965624629224 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00053965624629224 (GeV) - -Source track ID 4721 (gamma,0.0019748350113811[GeV]) at (-73.011439006885,494.64060667736,-154.01422323957) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,12] 0.0019748350113811 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0019748350113811 (GeV) - -Source track ID 4722 (gamma,0.00065403971656154[GeV]) at (-28.992157756851,499.15874708213,-131.41728763035) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,12] 0.00065403971656154 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00065403971656154 (GeV) - -Source track ID 4729 (gamma,0.077451357120148[GeV]) at (499.92568101346,8.620525693184,-320.87208727819) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,0] 0.022491859645305 [GeV] -Cell[8,47] 0.054545169811978 [GeV] -Cell[11,18] 0.00041432766286454 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.077451357120148 (GeV) - -Source track ID 4730 (gamma,0.00020653770067093[GeV]) at (-48.573470674472,-497.63502483912,-680.70120567978) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[6,35] 0.00020653770067093 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00020653770067093 (GeV) - -Source track ID 4739 (gamma,0.00096772410135761[GeV]) at (117.81473349836,485.92148395673,-293.96831624425) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,9] 0.00039259499025848 [GeV] -Cell[8,10] 0.00057512911109913 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.00096772410135761 (GeV) - -Source track ID 4798 (gamma,6.677037102317e-05[GeV]) at (280.51998395766,413.89435681149,-163.21375183691) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,7] 6.677037102317e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 6.677037102317e-05 (GeV) - -Source track ID 4745 (gamma,0.00085384854558367[GeV]) at (-82.098353157673,-493.21380800703,-586.57667268602) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,34] 0.00085384854558367 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00085384854558367 (GeV) - -Source track ID 4691 (e+,0.045975101176708[GeV]) at (34.446482766038,498.81202854888,-1016.8644784936) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[4,11] 0.046487099016724 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.046487099016724 (GeV) - -Source track ID 4698 (gamma,0.00047420339273558[GeV]) at (-493.4418113302,80.71665770567,-130.10504396083) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,22] 0.00047420339273558 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00047420339273558 (GeV) - -Source track ID 4703 (gamma,0.00025958287739996[GeV]) at (-499.47012310511,23.01295559826,-130.62926707984) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,23] 0.00025958287739996 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00025958287739996 (GeV) - -Source track ID 4692 (e-,0.51091833488952[GeV]) at (-499.58278359868,20.421614328865,-130.76861911751) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,24] 0.12665354545424 [GeV] -Cell[9,25] 0.010669497334718 [GeV] -Cell[8,26] 0.00051099891 [GeV] -Cell[9,23] 0.37257429321076 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.51040833490971 (GeV) - -Source track ID 4693 (gamma,0.14815181584447[GeV]) at (-470.45469123986,169.32921629301,-336.66131731941) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[6,37] 0.00026548473637932 [GeV] -Cell[6,31] 0.00089085677514277 [GeV] -Cell[7,20] 0.0029663185342759 [GeV] -Cell[7,21] 0.0018310537519425 [GeV] -Cell[10,9] 0.00025849170532959 [GeV] -Cell[8,21] 0.14154674077753 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.1477589462806 (GeV) - -Source track ID 4649 (pi+,0.18774429812611[GeV]) at (-499.9883360559,-3.41523177147,1585.9491819898) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[18,23] 0.0070358803310521 [GeV] -Cell[17,7] 0.0041151130796985 [GeV] -Cell[17,45] 0.00051099891 [GeV] -Cell[18,24] 0.0057830973426142 [GeV] -Cell[17,23] 0.035416289377661 [GeV] -Cell[17,24] 0.026288317304997 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.079149696346023 (GeV) - -Source track ID 4639 (pi-,0.95267655059752[GeV]) at (-377.77867562321,-327.54125273677,-223.47817366075) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[10,41] 9.4747624946308e-05 [GeV] -Cell[9,10] 0.00033193473814614 [GeV] -Cell[9,20] 3.3294509194093e-10 [GeV] -Cell[9,21] 0.0016230512252511 [GeV] -Cell[7,5] 0.00070904730063435 [GeV] -Cell[9,7] 3.0312832677737e-08 [GeV] -Cell[8,25] 0.00079165279648284 [GeV] -Cell[8,40] 0.0032674759170595 [GeV] -Cell[12,16] 1.5045582782705e-06 [GeV] -Cell[8,28] 0.046757219168308 [GeV] -Cell[5,42] 1.1152471415699e-08 [GeV] -Cell[7,44] 9.8703939263942e-05 [GeV] -Cell[10,29] 0.040899068327046 [GeV] -Cell[8,6] 0.00025294668666811 [GeV] -Cell[8,20] 2.8812792152166e-12 [GeV] -Cell[8,31] 0.0026352423079516 [GeV] -Cell[10,28] 0.0060833344176515 [GeV] -Cell[10,6] 0.0017039798233036 [GeV] -Cell[11,30] 0.00039328038383144 [GeV] -Cell[10,39] 8.1311884935076e-07 [GeV] -Cell[8,30] 0.0046722182719353 [GeV] -Cell[7,45] 0.0011200339760788 [GeV] -Cell[9,32] 0.026375541576417 [GeV] -Cell[9,31] 0.0063229316576489 [GeV] -Cell[8,23] 0.0034711194993404 [GeV] -Cell[8,24] 0.00057127623155871 [GeV] -Cell[9,24] 0.0064534853424272 [GeV] -Cell[7,28] 0.00054937739921809 [GeV] -Cell[7,27] 0.0071525519629122 [GeV] -Cell[6,35] 0.00011071033967568 [GeV] -Cell[8,41] 0.003299923508389 [GeV] -Cell[10,32] 9.5052573638213e-05 [GeV] -Cell[9,30] 0.010683354458978 [GeV] -Cell[7,31] 1.6177218640223e-08 [GeV] -Cell[10,15] 0.001378080821399 [GeV] -Cell[7,30] 1.185038962285e-05 [GeV] -Cell[7,29] 0.017507440927118 [GeV] -Cell[6,45] 0.001146396224044 [GeV] -Cell[9,33] 0.0020970292291564 [GeV] -Cell[8,29] 0.14758528600074 [GeV] -Cell[10,30] 0.0041505696942081 [GeV] -Cell[9,26] 0.00017005893623394 [GeV] -Cell[9,25] 0.0002220910489761 [GeV] -Cell[9,27] 1.8630914157256e-05 [GeV] -Cell[9,28] 0.0090000149558429 [GeV] -Cell[4,40] 0.0014592483233698 [GeV] -Cell[11,41] 0.00084943126967809 [GeV] -Cell[11,40] 2.3989290520096e-05 [GeV] -Cell[8,27] 0.0014428914066635 [GeV] -Cell[8,26] 2.8961917087145e-05 [GeV] -Cell[5,39] 0.00065801838573556 [GeV] -Cell[5,40] 0.0096140748976326 [GeV] -Cell[4,41] 3.5513075999916e-09 [GeV] -Cell[5,26] 0.0027824679150506 [GeV] -Cell[5,25] 0.0016251725272786 [GeV] -Cell[6,44] 1.1108719705589e-05 [GeV] -Cell[4,25] 1.3665803342974e-05 [GeV] -Cell[4,26] 0.00031415715760625 [GeV] -Cell[5,27] 0.00047228838073988 [GeV] -Cell[4,35] 1.3464508811012e-08 [GeV] -Cell[6,26] 0.00095951389052937 [GeV] -Cell[9,29] 0.023462005611824 [GeV] -Cell[12,44] 0.0006408235038557 [GeV] -Cell[11,0] 0.0013872373409306 [GeV] -Cell[10,38] 1.4356549741024e-08 [GeV] -Cell[10,37] 0.0049562336303528 [GeV] -Cell[10,40] 0.00035528573466145 [GeV] -Cell[10,36] 0.00012349366243689 [GeV] -Cell[15,14] 4.8056954983622e-07 [GeV] -Cell[11,1] 0.0035821037319614 [GeV] -Cell[18,31] 6.0325945378281e-07 [GeV] -Cell[9,22] 0.0015436395091399 [GeV] -Cell[8,19] 5.7416742261239e-05 [GeV] -Cell[6,27] 0.00091267619678558 [GeV] -Cell[10,31] 0.0011174826960809 [GeV] -Cell[7,26] 0.036965567874572 [GeV] -Cell[7,25] 7.0318888881388e-05 [GeV] -Cell[8,21] 0.0011655980782718 [GeV] -Cell[18,26] 4.2030078992184e-05 [GeV] -Cell[19,27] 1.5668338164687e-09 [GeV] -Cell[19,26] 4.0834711398929e-09 [GeV] -Cell[8,18] 0.00041859081550979 [GeV] -Cell[7,18] 3.0966475605965e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 83 cells : 0.45686573205134 (GeV) - -Source track ID 4571 (pi-,0.29730564712972[GeV]) at (-493.42530092278,80.817525384444,1860.0317405974) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[6,2] 2.5507480494753e-05 [GeV] -Cell[6,3] 0.00016598412678854 [GeV] -Cell[15,40] 3.7215422198642e-06 [GeV] -Cell[5,2] 7.6603341537975e-06 [GeV] -Cell[5,19] 2.7989291411359e-06 [GeV] -Cell[17,43] 2.7506437504599e-08 [GeV] -Cell[15,8] 6.9804640370421e-06 [GeV] -Cell[18,10] 2.1809469209984e-05 [GeV] -Cell[15,44] 2.8209364390932e-06 [GeV] -Cell[15,5] 1.0089962132042e-05 [GeV] -Cell[19,25] 1.0693577223719e-08 [GeV] -Cell[19,24] 0.0006348925845557 [GeV] -Cell[18,19] 0.00028590425611685 [GeV] -Cell[19,19] 0.0003357032778398 [GeV] -Cell[19,23] 0.012450579273763 [GeV] -Cell[18,25] 1.1248630471528e-10 [GeV] -Cell[18,9] 0.00078864258302474 [GeV] -Cell[18,18] 9.0799901566925e-05 [GeV] -Cell[19,22] 0.17748220320495 [GeV] -Cell[19,21] 0.00024222683235052 [GeV] -Cell[17,42] 0.0050289121666274 [GeV] -Cell[19,20] 0.0060147257744555 [GeV] -### Total energy deposition in calorimeter by a source track in 22 cells : 0.20360200141237 (GeV) - -Source track ID 4572 (pi+,3.7103927657091[GeV]) at (209.37483539677,454.05085431323,1947.3968075384) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,8] 0.081001940418935 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.081001940418935 (GeV) - -Source track ID 4294 (pi+,0.59681836823556[GeV]) at (-415.98339493206,277.41271625648,364.98860312696) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[13,17] 0.11418763778327 [GeV] -Cell[11,19] 0.05311913084763 [GeV] -Cell[12,19] 0.046453656307467 [GeV] -Cell[12,18] 0.18412246372784 [GeV] -Cell[12,17] 0.11312611509201 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.51100900375821 (GeV) - -Source track ID 4561 (gamma,0.15251351239083[GeV]) at (-487.09323584335,-112.87240404835,-730.31339025828) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,10] 0.00051099891 [GeV] -Cell[5,31] 0.0018851688918848 [GeV] -Cell[6,25] 0.13883415532998 [GeV] -Cell[2,23] 0.00038616537317365 [GeV] -Cell[2,44] 0.0015055598108151 [GeV] -Cell[5,19] 0.00093293554348548 [GeV] -Cell[5,25] 0.0057154589119056 [GeV] -Cell[6,21] 0.0013756396107688 [GeV] -Cell[11,6] 0.00045301278919987 [GeV] -Cell[10,2] 0.00026036487420855 [GeV] -Cell[6,23] 0.00026897964962301 [GeV] -Cell[6,24] 0.0003850726957804 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.15251351239083 (GeV) - -Source track ID 4562 (gamma,0.13352323164713[GeV]) at (-462.29599730546,-190.47942375846,2.9650421025917) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,24] 0.0012880211940194 [GeV] -Cell[10,27] 0.021920977390645 [GeV] -Cell[10,26] 0.039556692721594 [GeV] -Cell[9,26] 0.032768398127032 [GeV] -Cell[9,25] 0.0007641704316843 [GeV] -Cell[9,27] 0.035665533388248 [GeV] -Cell[9,28] 0.00057326903710054 [GeV] -Cell[4,1] 0.0005039808309654 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.13304104312129 (GeV) - -Source track ID 4546 (pi-,0.85379714218095[GeV]) at (323.91178130954,-380.89520596731,732.198400317) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,47] 3.6439682704668e-06 [GeV] -Cell[9,0] 0.000685954654586 [GeV] -Cell[14,1] 2.0139792468399e-08 [GeV] -Cell[12,11] 0.0010956431900125 [GeV] -Cell[16,36] 1.799514961931e-09 [GeV] -Cell[8,31] 1.9327270798385e-05 [GeV] -Cell[11,31] 9.1023156128585e-05 [GeV] -Cell[16,32] 0.0017533938767641 [GeV] -Cell[16,31] 0.0013221649235835 [GeV] -Cell[11,30] 3.6142926091998e-09 [GeV] -Cell[13,44] 3.6725605692482e-05 [GeV] -Cell[17,13] 0.0009161817725355 [GeV] -Cell[15,40] 0.00099574270946323 [GeV] -Cell[15,41] 0.0046323423446435 [GeV] -Cell[13,17] 1.2263258860912e-05 [GeV] -Cell[11,23] 0.001076168750753 [GeV] -Cell[13,16] 1.1818992905319e-05 [GeV] -Cell[10,32] 0.0014254682942103 [GeV] -Cell[10,33] 8.0102385254577e-06 [GeV] -Cell[6,7] 3.5269862711402e-06 [GeV] -Cell[4,15] 1.5046680346131e-10 [GeV] -Cell[11,24] 4.676791082602e-06 [GeV] -Cell[11,33] 1.9583860615967e-05 [GeV] -Cell[10,30] 0.0014306621272401 [GeV] -Cell[4,16] 9.0265233211539e-08 [GeV] -Cell[14,37] 0.0014756339077357 [GeV] -Cell[15,36] 0.033324707788685 [GeV] -Cell[13,38] 0.0081399261805819 [GeV] -Cell[3,3] 1.0570668731816e-05 [GeV] -Cell[8,1] 2.7946650749072e-05 [GeV] -Cell[16,28] 3.9987893142097e-06 [GeV] -Cell[6,41] 0.00011086249334573 [GeV] -Cell[16,37] 3.2255664450531e-08 [GeV] -Cell[15,37] 0.0072611180623874 [GeV] -Cell[6,26] 1.289221670595e-05 [GeV] -Cell[14,40] 0.002953030666617 [GeV] -Cell[14,39] 0.0064980628389641 [GeV] -Cell[13,39] 0.00046188333263228 [GeV] -Cell[16,34] 5.2509791999e-08 [GeV] -Cell[16,35] 0.0016942605214202 [GeV] -Cell[11,10] 0.00061942519384684 [GeV] -Cell[13,43] 0.0026851530125998 [GeV] -Cell[15,15] 6.8478597968351e-06 [GeV] -Cell[13,42] 0.00013621993366121 [GeV] -Cell[13,41] 0.085985367411537 [GeV] -Cell[12,40] 2.6157783850067e-09 [GeV] -Cell[12,39] 0.011101987053203 [GeV] -Cell[14,14] 8.2359835005263e-09 [GeV] -Cell[14,43] 0.020543867734287 [GeV] -Cell[14,42] 0.019591912133278 [GeV] -Cell[15,35] 0.0122983484073 [GeV] -Cell[15,39] 0.0010745573596652 [GeV] -Cell[15,38] 7.0731933351453e-07 [GeV] -Cell[15,34] 0.0015253642852071 [GeV] -Cell[15,33] 0.0010510281465054 [GeV] -Cell[15,42] 0.00012033467334913 [GeV] -Cell[14,23] 8.0395473685257e-07 [GeV] -Cell[15,44] 9.9244061857462e-12 [GeV] -Cell[12,38] 0.010921938498195 [GeV] -Cell[16,33] 0.0006157651975584 [GeV] -Cell[15,13] 0.0024228990741671 [GeV] -Cell[14,41] 0.23024631280685 [GeV] -Cell[13,40] 0.0012688347755355 [GeV] -Cell[15,27] 1.2103471090086e-07 [GeV] -Cell[14,13] 9.7289472199691e-06 [GeV] -Cell[9,19] 0.0053759696922851 [GeV] -Cell[13,5] 1.2397104204865e-05 [GeV] -Cell[13,19] 2.0367446064483e-05 [GeV] -Cell[7,17] 1.5437662752902e-06 [GeV] -Cell[10,24] 2.5128085311735e-05 [GeV] -Cell[14,24] 2.7832022169605e-08 [GeV] -Cell[11,3] 5.4301648924593e-06 [GeV] -Cell[12,3] 1.0011165606556e-05 [GeV] -Cell[17,25] 0.0023557699268052 [GeV] -Cell[17,26] 0.0014668843079526 [GeV] -Cell[10,31] 2.1952879524179e-07 [GeV] -Cell[17,12] 9.3231225458339e-05 [GeV] -Cell[17,24] 2.8673336171778e-05 [GeV] -Cell[16,27] 0.00028177578988061 [GeV] -Cell[7,18] 2.9417553309941e-07 [GeV] -Cell[15,43] 0.0002924141813271 [GeV] -### Total energy deposition in calorimeter by a source track in 81 cells : 0.48971709102839 (GeV) - -Source track ID 4543 (gamma,0.37778731993224[GeV]) at (315.89622215174,-387.56880270509,149.20559224923) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,41] 0.34038328393411 [GeV] -Cell[11,35] 0.00075033356009535 [GeV] -Cell[10,35] 9.4567365319902e-05 [GeV] -Cell[11,41] 0.0030253545452639 [GeV] -Cell[11,39] 3.400522834454e-05 [GeV] -Cell[11,12] 0.00047018386050055 [GeV] -Cell[11,47] 1.6163806518307e-05 [GeV] -Cell[11,0] 0.0045449034372059 [GeV] -Cell[12,22] 0.0095928519196715 [GeV] -Cell[11,38] 0.00077860826677886 [GeV] -Cell[10,40] 0.007061604966135 [GeV] -Cell[11,37] 1.4704282737512e-05 [GeV] -Cell[10,0] 0.0013751858551452 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.36814175102783 (GeV) - -Source track ID 4544 (gamma,0.13885684299554[GeV]) at (475.10690264775,-155.79932944806,345.33258862004) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[12,46] 0.0020515529341752 [GeV] -Cell[12,19] 0.00050354369616715 [GeV] -Cell[11,45] 0.13414512176718 [GeV] -Cell[10,5] 0.00039308297986802 [GeV] -Cell[12,45] 0.00066466857036505 [GeV] -Cell[11,44] 0.0010156553442717 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.13877362529202 (GeV) - -Source track ID 4312 (gamma,0.1484777566564[GeV]) at (-237.22761058643,440.13981957493,-159.00519775553) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,15] 0.0034966901914805 [GeV] -Cell[9,15] 0.14498106646492 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.1484777566564 (GeV) - -Source track ID 4384 (gamma,8.4112674391737e-05[GeV]) at (107.04229026695,488.40756351065,-68.071341179623) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,10] 8.4112674391737e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 8.4112674391737e-05 (GeV) - -Source track ID 4385 (gamma,0.0060454513355513[GeV]) at (106.3756253746,488.55319702788,-68.709561714242) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,10] 0.0060454513355513 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0060454513355513 (GeV) - -Source track ID 4393 (gamma,0.0020984045268636[GeV]) at (-490.93774310185,-94.763560496971,-173.96097076558) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,25] 0.0020984045268636 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0020984045268636 (GeV) - -Source track ID 4399 (gamma,0.0033573504148505[GeV]) at (292.76177770894,-405.327696454,-278.54311571209) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,40] 0.0033573504148505 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0033573504148505 (GeV) - -Source track ID 4400 (gamma,0.0005620475794075[GeV]) at (451.48112249898,-214.85994514348,-32.582359322924) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,44] 0.0005620475794075 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0005620475794075 (GeV) - -Source track ID 4402 (gamma,0.0026377583555126[GeV]) at (264.02764181854,424.60499803434,-204.29373911367) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,7] 0.0026377583555126 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0026377583555126 (GeV) - -Source track ID 4405 (gamma,0.0027920818551617[GeV]) at (26.327001079143,499.30640794424,-202.77910673872) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,11] 0.0027920818551617 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0027920818551617 (GeV) - -Source track ID 4424 (gamma,5.3355959077926e-05[GeV]) at (-497.58647019082,-49.068367438115,-509.90296295827) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,24] 5.3355959077926e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 5.3355959077926e-05 (GeV) - -Source track ID 4427 (gamma,0.00020044942435403[GeV]) at (-489.37448103388,102.53105535797,-522.59446236682) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,22] 0.00020044942435403 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00020044942435403 (GeV) - -Source track ID 4410 (gamma,0.023753497024034[GeV]) at (-318.68311098133,-385.28051439862,-495.95329580317) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,31] 0.020418752535367 [GeV] -Cell[7,30] 0.0033347444886671 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.023753497024034 (GeV) - -Source track ID 4316 (gamma,0.010698969480544[GeV]) at (210.27378724265,453.63524377922,-75.197188119883) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,8] 0.010698969480544 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.010698969480544 (GeV) - -Source track ID 4321 (gamma,0.00019842853325476[GeV]) at (323.84045978098,380.95584600954,-81.845963036437) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,6] 0.00019842853325476 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00019842853325476 (GeV) - -Source track ID 4324 (gamma,9.0769275886076e-05[GeV]) at (417.34288771764,275.36324023278,246.29609915912) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,4] 9.0769275886076e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 9.0769275886076e-05 (GeV) - -Source track ID 4333 (gamma,0.0002003611074554[GeV]) at (427.2698418638,-259.69305388031,646.02650384363) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[13,43] 0.0002003611074554 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0002003611074554 (GeV) - -Source track ID 4334 (gamma,0.00033874279863199[GeV]) at (-7.2344467480715,499.94766004078,15.933555652192) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,12] 0.00033874279863199 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00033874279863199 (GeV) - -Source track ID 4336 (gamma,0.00021672959287251[GeV]) at (274.33215828846,418.02137137806,-40.142954898392) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,7] 0.00021672959287251 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00021672959287251 (GeV) - -Source track ID 4337 (gamma,0.00076440666312086[GeV]) at (275.75023293484,417.08729186632,-33.520482039936) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,7] 0.00076440666312085 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00076440666312085 (GeV) - -Source track ID 4340 (gamma,0.0048619396005604[GeV]) at (-372.43868488611,333.60069844097,40.64137945226) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,18] 0.0048619396005604 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0048619396005604 (GeV) - -Source track ID 4341 (gamma,9.0700295861966e-05[GeV]) at (46.94860563916,497.7909485201,90.634279001335) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,11] 9.0700295861966e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 9.0700295861966e-05 (GeV) - -Source track ID 4342 (gamma,0.00016094879650721[GeV]) at (405.79496957377,292.1137495371,-610.23722081095) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[6,4] 0.00016094879650721 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00016094879650721 (GeV) - -Source track ID 4346 (gamma,0.00017194395736536[GeV]) at (82.314202100513,493.17783013083,59.781914586742) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,10] 0.00017194395736536 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00017194395736536 (GeV) - -Source track ID 4350 (gamma,0.0014490010509647[GeV]) at (-417.55290627067,275.04466994457,196.19808735725) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,19] 0.00062122042498737 [GeV] -Cell[10,19] 0.0008277806259773 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0014490010509647 (GeV) - -Source track ID 4352 (gamma,0.0029000093660416[GeV]) at (-21.226144955053,499.54924759261,373.26797968236) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[12,12] 0.0011731699367449 [GeV] -Cell[11,12] 0.0017268394292966 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0029000093660416 (GeV) - -Source track ID 4353 (gamma,0.0060803950497226[GeV]) at (152.43865910607,476.19581603574,101.29288839688) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,10] 0.005857017958282 [GeV] -Cell[10,9] 0.00022337709144055 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0060803950497226 (GeV) - -Source track ID 4311 (gamma,6.6643911428311e-05[GeV]) at (371.14468986651,-335.03972776955,144.87047739195) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,42] 6.6643911428311e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 6.6643911428311e-05 (GeV) - -Source track ID 4299 (pi-,0.39670843344295[GeV]) at (388.5742353198,-314.65864622735,367.92556629594) -Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[14,22] 0.00056340486696377 [GeV] -Cell[7,4] 8.2782149547711e-08 [GeV] -Cell[12,12] 0.00016131198662447 [GeV] -Cell[12,11] 4.0638380794007e-05 [GeV] -Cell[10,20] 1.6459044608496e-05 [GeV] -Cell[10,21] 1.2200052151456e-07 [GeV] -Cell[18,4] 3.1319365780291e-07 [GeV] -Cell[11,30] 1.8626818734901e-07 [GeV] -Cell[13,44] 0.0020886873954087 [GeV] -Cell[11,29] 2.2742637333977e-06 [GeV] -Cell[10,16] 0.0053545163935568 [GeV] -Cell[15,0] 0.0013136449809573 [GeV] -Cell[10,15] 0.00026175951784944 [GeV] -Cell[5,35] 5.2490382222459e-06 [GeV] -Cell[11,43] 0.045692643285662 [GeV] -Cell[7,2] 6.6656502895057e-10 [GeV] -Cell[2,17] 8.1892246380448e-06 [GeV] -Cell[11,33] 3.7918108864687e-07 [GeV] -Cell[10,27] 4.0072032774333e-05 [GeV] -Cell[12,46] 9.2013004759792e-06 [GeV] -Cell[12,0] 0.0024702636521179 [GeV] -Cell[13,38] 1.106390231871e-05 [GeV] -Cell[2,47] 0.0030170275603597 [GeV] -Cell[11,41] 0.00052624882106647 [GeV] -Cell[1,31] 5.7172901288141e-06 [GeV] -Cell[0,31] 0.00020760704908469 [GeV] -Cell[3,46] 2.1853677753825e-06 [GeV] -Cell[3,42] 1.4635268598795e-08 [GeV] -Cell[4,35] 8.9260415115859e-06 [GeV] -Cell[14,40] 7.4690835845104e-09 [GeV] -Cell[13,39] 0.00047124723830575 [GeV] -Cell[7,3] 2.7769912387612e-06 [GeV] -Cell[19,36] 1.7505220102976e-06 [GeV] -Cell[11,47] 1.2471166963223e-05 [GeV] -Cell[11,45] 2.6275665732101e-08 [GeV] -Cell[12,45] 0.0045834665441709 [GeV] -Cell[12,44] 0.029334705357297 [GeV] -Cell[13,43] 1.2798977877537e-09 [GeV] -Cell[13,45] 0.010240192204151 [GeV] -Cell[11,44] 0.001098161977461 [GeV] -Cell[12,43] 0.031167563969477 [GeV] -Cell[12,1] 0.00080482003159733 [GeV] -Cell[13,46] 0.0077724949633462 [GeV] -Cell[13,47] 0.0024933280056636 [GeV] -Cell[11,20] 1.1114302601527e-06 [GeV] -Cell[13,42] 0.00053257912609365 [GeV] -Cell[12,42] 0.0021194083262262 [GeV] -Cell[12,41] 0.0021411808526433 [GeV] -Cell[11,42] 0.027659317775291 [GeV] -Cell[13,41] 8.2987356290687e-06 [GeV] -Cell[13,8] 1.3261015847092e-05 [GeV] -Cell[13,0] 3.7570688671167e-06 [GeV] -Cell[15,22] 0.00023788049086568 [GeV] -Cell[12,13] 3.6215817544871e-10 [GeV] -Cell[15,2] 3.9814040064812e-11 [GeV] -Cell[14,47] 8.2756079500541e-06 [GeV] -Cell[18,5] 2.2768070802158e-05 [GeV] -Cell[11,21] 2.0694277395705e-08 [GeV] -Cell[16,0] 0.008480324538521 [GeV] -Cell[13,40] 0.00096368894771444 [GeV] -Cell[14,21] 0.0015654594727907 [GeV] -Cell[12,2] 3.5241361160843e-08 [GeV] -Cell[15,1] 0.010017079531552 [GeV] -Cell[16,21] 2.6128522586077e-07 [GeV] -Cell[10,17] 4.4854998122901e-08 [GeV] -Cell[16,1] 0.0018288400011382 [GeV] -Cell[0,30] 0.00036819084050057 [GeV] -### Total energy deposition in calorimeter by a source track in 67 cells : 0.20576298843093 (GeV) - -Source track ID 4291 (gamma,0.094503470007519[GeV]) at (318.07142452576,385.78565149595,-1059.6705299322) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,7] 0.0040014933666562 [GeV] -Cell[4,7] 0.0011893108636557 [GeV] -Cell[4,6] 0.087532940419372 [GeV] -Cell[4,5] 0.0017797253578346 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.094503470007518 (GeV) - -Source track ID 4279 (e-,0.0019908254964327[GeV]) at (-350.53060580599,356.55054956245,-1024.0972658965) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,17] 0.00045067762535505 [GeV] -Cell[3,19] 0.0009983601658005 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0014490377911556 (GeV) - -Source track ID 4236 (pi+,0.33055990151757[GeV]) at (218.17035854015,449.89075857864,-1599.747806163) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,44] 0.00090025556713818 [GeV] -Cell[3,15] 4.767902695869e-05 [GeV] -Cell[4,15] 3.9198494050652e-09 [GeV] -Cell[1,6] 0.0039706471741597 [GeV] -Cell[0,37] 0.0014327753106257 [GeV] -Cell[2,39] 1.6962439985946e-08 [GeV] -Cell[5,46] 0.0010559481801551 [GeV] -Cell[1,8] 0.16843835546096 [GeV] -Cell[2,8] 0.019223597983748 [GeV] -Cell[1,7] 0.082017457725278 [GeV] -Cell[2,2] 0.0031727670274686 [GeV] -Cell[2,7] 0.0086237764794032 [GeV] -Cell[2,1] 0.0043193798753354 [GeV] -Cell[2,6] 0.003350390274511 [GeV] -Cell[4,43] 0.0020312209907262 [GeV] -Cell[1,9] 3.9356919335546e-05 [GeV] -Cell[2,3] 0.0049951773715492 [GeV] -Cell[2,32] 0.00051099891 [GeV] -Cell[4,35] 1.0015730804298e-06 [GeV] -Cell[3,14] 6.1542849822445e-06 [GeV] -Cell[4,14] 1.2402335414663e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 21 cells : 0.30413697342004 (GeV) - -Source track ID 4237 (pi-,0.61472443640312[GeV]) at (85.025518755681,492.71762822161,-892.92285089454) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,33] 0.00028414818142093 [GeV] -Cell[5,28] 1.1406245175749e-07 [GeV] -Cell[7,45] 0.00012250004861119 [GeV] -Cell[7,46] 0.00054293479193734 [GeV] -Cell[5,11] 0.067433640372557 [GeV] -Cell[5,10] 0.074177208883077 [GeV] -Cell[6,45] 2.4676411385371e-09 [GeV] -Cell[9,33] 1.5965447739859e-05 [GeV] -Cell[7,38] 0.0047627741983445 [GeV] -Cell[3,13] 8.7465465037553e-05 [GeV] -Cell[3,11] 0.00077007766647603 [GeV] -Cell[3,12] 4.5982456196043e-06 [GeV] -Cell[4,13] 0.002300846211368 [GeV] -Cell[4,12] 0.046124352107549 [GeV] -Cell[5,12] 0.00019265184440178 [GeV] -Cell[5,4] 0.0003219348996812 [GeV] -Cell[6,46] 2.0698640901173e-07 [GeV] -Cell[5,27] 4.6062358994732e-06 [GeV] -Cell[4,27] 1.9744963992707e-08 [GeV] -Cell[7,42] 0.0012120454477534 [GeV] -Cell[4,14] 5.0627552845981e-06 [GeV] -Cell[4,11] 0.33042564431426 [GeV] -Cell[9,35] 0.00051711423777522 [GeV] -Cell[11,10] 9.790591359706e-05 [GeV] -Cell[11,9] 0.00060936119552218 [GeV] -Cell[11,8] 1.5239262313116e-05 [GeV] -Cell[4,10] 0.00078439760081785 [GeV] -### Total energy deposition in calorimeter by a source track in 27 cells : 0.53081281858851 (GeV) - -Source track ID 2591 (pi+,0.42347473596554[GeV]) at (-381.96174986811,322.65340791272,-1078.6880788473) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[9,0] 4.188077931758e-06 [GeV] -Cell[14,29] 3.6503766841633e-07 [GeV] -Cell[10,1] 3.3393081394024e-06 [GeV] -Cell[8,38] 7.7172369346954e-06 [GeV] -Cell[3,22] 0.0031196194847032 [GeV] -Cell[11,31] 0.0021913464165934 [GeV] -Cell[8,41] 7.9801311949268e-07 [GeV] -Cell[3,17] 0.0040791015888542 [GeV] -Cell[4,16] 1.6698879790056e-10 [GeV] -Cell[2,38] 0.00051099891 [GeV] -Cell[4,18] 0.10020068289325 [GeV] -Cell[4,17] 1.7998068631073e-05 [GeV] -Cell[4,19] 0.0058128333853385 [GeV] -Cell[1,39] 0.00021513726018944 [GeV] -Cell[2,34] 0.00033293544918785 [GeV] -Cell[3,21] 0.11706586944654 [GeV] -Cell[3,19] 0.00028062536691743 [GeV] -Cell[3,18] 3.5490435839165e-06 [GeV] -Cell[1,33] 0.0048983925457064 [GeV] -Cell[3,20] 1.2904638424516e-10 [GeV] -Cell[3,46] 0.00229735897076 [GeV] -Cell[11,10] 0.00023419953948235 [GeV] -Cell[11,9] 1.89536400012e-05 [GeV] -Cell[11,6] 0.0034744190803009 [GeV] -Cell[14,28] 4.7351932153106e-11 [GeV] -Cell[10,0] 0.00063376059570965 [GeV] -Cell[8,42] 3.4295837394893e-08 [GeV] -Cell[9,41] 9.5290621743516e-06 [GeV] -Cell[3,9] 0.0021908450976113 [GeV] -### Total energy deposition in calorimeter by a source track in 29 cells : 0.24760459815855 (GeV) - -Source track ID 4206 (pi-,0.49374506114943[GeV]) at (312.45795039538,-390.34603781096,-963.82143942544) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,44] 0.0026699429812887 [GeV] -Cell[7,4] 0.0014107219002781 [GeV] -Cell[3,24] 1.618311398488e-08 [GeV] -Cell[4,0] 7.4967383407056e-06 [GeV] -Cell[7,44] 3.3442831069124e-06 [GeV] -Cell[8,3] 1.7727703379933e-06 [GeV] -Cell[5,41] 0.052502963052429 [GeV] -Cell[7,2] 6.4707751153037e-07 [GeV] -Cell[2,17] 9.3954910116736e-06 [GeV] -Cell[1,34] 1.536880270578e-06 [GeV] -Cell[2,47] 2.1879881399855e-05 [GeV] -Cell[2,46] 2.224896743428e-07 [GeV] -Cell[2,45] 1.1641532182693e-12 [GeV] -Cell[5,47] 0.00037765074098479 [GeV] -Cell[2,9] 1.234293836751e-05 [GeV] -Cell[1,15] 4.0824732882175e-06 [GeV] -Cell[2,44] 6.9093973252166e-07 [GeV] -Cell[2,43] 6.1609385966221e-09 [GeV] -Cell[2,12] 1.4952092897147e-09 [GeV] -Cell[2,16] 1.3994382170495e-06 [GeV] -Cell[3,40] 1.2653536803555e-05 [GeV] -Cell[4,40] 0.0016150809989254 [GeV] -Cell[3,0] 3.2238321205114e-07 [GeV] -Cell[2,34] 9.7973605939615e-05 [GeV] -Cell[5,39] 6.1259421499926e-09 [GeV] -Cell[3,23] 0.00077164893374572 [GeV] -Cell[2,0] 0.001225030364886 [GeV] -Cell[1,16] 0.00031115925956851 [GeV] -Cell[3,43] 0.00029019099525746 [GeV] -Cell[5,40] 6.6822394728661e-11 [GeV] -Cell[4,42] 0.12330118047946 [GeV] -Cell[4,41] 0.10078151302001 [GeV] -Cell[4,46] 2.2005695442203e-05 [GeV] -Cell[3,13] 4.1235858225264e-06 [GeV] -Cell[1,14] 0.00076063225223095 [GeV] -Cell[3,12] 8.0996236065403e-06 [GeV] -Cell[3,46] 0.0075631794143258 [GeV] -Cell[3,45] 0.0053984240112613 [GeV] -Cell[4,43] 0.0079003324401449 [GeV] -Cell[6,1] 9.2017491988372e-06 [GeV] -Cell[6,44] 0.00012178355122217 [GeV] -Cell[4,38] 2.15843814658e-06 [GeV] -Cell[3,47] 0.0010580009266097 [GeV] -Cell[3,41] 0.00011620158572566 [GeV] -Cell[3,42] 0.0042692188614852 [GeV] -Cell[5,44] 6.9442571839318e-07 [GeV] -Cell[5,22] 0.00064231968871275 [GeV] -Cell[7,3] 0.00020926554687117 [GeV] -Cell[3,44] 0.0073626343238622 [GeV] -Cell[1,35] 4.3513227719814e-06 [GeV] -Cell[6,23] 2.3280430817977e-05 [GeV] -Cell[5,43] 1.3769487850368e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 52 cells : 0.32090879533071 (GeV) - -Source track ID 4207 (pi+,1.8609198045293[GeV]) at (-197.3821322614,459.39122092607,-618.19612367234) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,9] 8.9098119064602e-05 [GeV] -Cell[8,8] 0.00087986872214038 [GeV] -Cell[7,10] 0.0014429370676926 [GeV] -Cell[7,8] 0.1258898522859 [GeV] -Cell[7,9] 0.0011278375954678 [GeV] -Cell[4,33] 7.5961521069985e-06 [GeV] -Cell[8,7] 0.0012073810789649 [GeV] -Cell[9,20] 4.7875006202958e-08 [GeV] -Cell[9,9] 0.0055023440226309 [GeV] -Cell[6,10] 0.00044625054122218 [GeV] -Cell[8,17] 1.9249020216421e-06 [GeV] -Cell[7,11] 0.00011836438637306 [GeV] -Cell[6,38] 0.0012096066086337 [GeV] -Cell[7,13] 0.014486422817995 [GeV] -Cell[7,12] 0.065432991079272 [GeV] -Cell[3,33] 6.3720549514983e-06 [GeV] -Cell[7,7] 0.007238374095802 [GeV] -Cell[6,32] 0.001912337463059 [GeV] -Cell[6,16] 0.025692118541631 [GeV] -Cell[6,13] 0.022428704075684 [GeV] -Cell[6,11] 2.9250017178128e-06 [GeV] -Cell[6,12] 0.00082967650178624 [GeV] -Cell[8,25] 0.00011119359537076 [GeV] -Cell[8,40] 3.3623312716372e-05 [GeV] -Cell[9,8] 0.0040502792840597 [GeV] -Cell[4,23] 0.00029960184871629 [GeV] -Cell[4,24] 0.00013475139968682 [GeV] -Cell[3,24] 6.0249152393226e-06 [GeV] -Cell[7,14] 0.053601464842424 [GeV] -Cell[4,30] 0.026796090698121 [GeV] -Cell[7,32] 0.00018341882654909 [GeV] -Cell[2,29] 0.00088943725129252 [GeV] -Cell[2,30] 0.0019903983699134 [GeV] -Cell[6,14] 0.3484050658704 [GeV] -Cell[8,14] 9.8974955908488e-06 [GeV] -Cell[6,39] 0.0022451610907128 [GeV] -Cell[6,40] 2.2208143491298e-08 [GeV] -Cell[8,5] 0.000958540170947 [GeV] -Cell[10,8] 3.6100481706171e-05 [GeV] -Cell[8,6] 0.0023068007017416 [GeV] -Cell[7,6] 0.0012046328383226 [GeV] -Cell[9,14] 1.8092088517733e-05 [GeV] -Cell[10,28] 0.00015231840789458 [GeV] -Cell[7,15] 0.0099431414527332 [GeV] -Cell[7,40] 0.00030005505706913 [GeV] -Cell[5,28] 1.239245175384e-07 [GeV] -Cell[10,10] 0.0019365951281946 [GeV] -Cell[8,30] 1.0077934712172e-07 [GeV] -Cell[8,32] 3.1370131489439e-07 [GeV] -Cell[5,1] 0.001422269781418 [GeV] -Cell[5,0] 0.00049796634866027 [GeV] -Cell[8,23] 2.6508036262385e-07 [GeV] -Cell[8,24] 0.001438617980589 [GeV] -Cell[7,28] 0.00034789740530806 [GeV] -Cell[7,27] 1.4483974082395e-06 [GeV] -Cell[7,33] 3.4099437471014e-06 [GeV] -Cell[5,11] 0.0012780514764406 [GeV] -Cell[7,41] 0.0031846245675302 [GeV] -Cell[8,37] 7.914720044937e-06 [GeV] -Cell[8,36] 1.8449574708939e-05 [GeV] -Cell[6,8] 5.0152232233813e-10 [GeV] -Cell[7,31] 0.00066094206427715 [GeV] -Cell[15,0] 0.00010166965563178 [GeV] -Cell[14,0] 0.00035330737401284 [GeV] -Cell[5,34] 0.0015799136827156 [GeV] -Cell[5,33] 6.5694940123649e-05 [GeV] -Cell[9,33] 0.00041534376760831 [GeV] -Cell[8,33] 2.5964305878006e-05 [GeV] -Cell[8,44] 0.00054663106260205 [GeV] -Cell[8,43] 0.00061243716433273 [GeV] -Cell[12,34] 0.0042682305623994 [GeV] -Cell[2,47] 3.9260908961296e-05 [GeV] -Cell[2,45] 2.4153577542165e-05 [GeV] -Cell[3,30] 8.5613033927643e-05 [GeV] -Cell[2,31] 0.0010667891831554 [GeV] -Cell[2,22] 0.00023533461353759 [GeV] -Cell[1,27] 4.3716949787722e-06 [GeV] -Cell[2,28] 0.00057677069799445 [GeV] -Cell[2,8] 2.1383937815926e-06 [GeV] -Cell[2,9] 9.0306893229467e-05 [GeV] -Cell[2,44] 3.8130415050546e-05 [GeV] -Cell[4,2] 1.0116463847226e-05 [GeV] -Cell[2,2] 1.7425834834057e-06 [GeV] -Cell[9,1] 9.0629182523116e-08 [GeV] -Cell[9,16] 6.8541194195859e-09 [GeV] -Cell[8,16] 0.00037836340488047 [GeV] -Cell[8,15] 0.0017970809340475 [GeV] -Cell[9,15] 8.948882605182e-06 [GeV] -Cell[5,39] 0.00091981677177932 [GeV] -Cell[1,29] 0.0014631203322798 [GeV] -Cell[1,30] 0.012037599163105 [GeV] -Cell[1,31] 1.3199589157011e-05 [GeV] -Cell[16,28] 5.84798946511e-06 [GeV] -Cell[2,0] 0.00057042231814353 [GeV] -Cell[0,13] 4.3693206971511e-06 [GeV] -Cell[6,41] 3.8780929316999e-06 [GeV] -Cell[4,32] 5.8201923093293e-06 [GeV] -Cell[2,1] 0.00048629512410753 [GeV] -Cell[5,40] 4.6168774424586e-05 [GeV] -Cell[3,25] 0.00016736581089867 [GeV] -Cell[3,29] 3.7817808333784e-09 [GeV] -Cell[5,26] 4.1912540993849e-05 [GeV] -Cell[1,14] 1.7418470233679e-06 [GeV] -Cell[5,38] 1.536555828352e-09 [GeV] -Cell[2,11] 0.0006147613677515 [GeV] -Cell[9,3] 2.3147843893412e-06 [GeV] -Cell[1,28] 5.5784425658999e-05 [GeV] -Cell[3,26] 3.1014327528283e-06 [GeV] -Cell[5,12] 0.00094672369894123 [GeV] -Cell[5,4] 1.2817268725485e-07 [GeV] -Cell[1,12] 0.00041643001255704 [GeV] -Cell[5,15] 0.00019077851686984 [GeV] -Cell[6,15] 0.31660465223858 [GeV] -Cell[5,14] 0.00089373574339162 [GeV] -Cell[5,27] 1.0410881975531e-07 [GeV] -Cell[4,27] 1.9114972836746e-05 [GeV] -Cell[6,31] 0.0031782172568357 [GeV] -Cell[4,34] 0.0078420705724644 [GeV] -Cell[6,21] 1.3152922590962e-05 [GeV] -Cell[6,26] 2.5899753905833e-05 [GeV] -Cell[14,38] 0.00020592640479254 [GeV] -Cell[14,39] 0.00013991643445434 [GeV] -Cell[13,39] 1.5425030142069e-12 [GeV] -Cell[11,6] 0.00032700736651793 [GeV] -Cell[10,3] 1.3339936629791e-05 [GeV] -Cell[11,5] 2.5132805483281e-06 [GeV] -Cell[6,34] 3.2372266728089e-05 [GeV] -Cell[4,29] 0.0018095065202057 [GeV] -Cell[12,41] 0.0019959279361108 [GeV] -Cell[12,40] 4.6728027562949e-05 [GeV] -Cell[16,26] 1.2207754139126e-08 [GeV] -Cell[10,46] 4.4534390326589e-09 [GeV] -Cell[8,45] 9.9106984234822e-06 [GeV] -Cell[7,20] 5.6701243738644e-07 [GeV] -Cell[15,14] 6.0719031025656e-06 [GeV] -Cell[15,13] 5.5766028817743e-06 [GeV] -Cell[7,16] 0.0029829840068707 [GeV] -Cell[13,40] 8.0495831227836e-06 [GeV] -Cell[15,21] 6.1695071635768e-06 [GeV] -Cell[8,22] 0.00022417293364526 [GeV] -Cell[9,18] 2.4649930768646e-05 [GeV] -Cell[9,19] 4.800995363621e-05 [GeV] -Cell[19,25] 1.0889125405811e-07 [GeV] -Cell[6,18] 0.00051699713528978 [GeV] -Cell[6,17] 0.00018323735835941 [GeV] -Cell[9,34] 1.5480313322769e-07 [GeV] -Cell[6,42] 1.2268361751921e-07 [GeV] -Cell[10,9] 0.00042534971124974 [GeV] -Cell[7,23] 0.002660521548444 [GeV] -Cell[16,25] 8.6274684451837e-07 [GeV] -Cell[7,22] 1.822862555855e-05 [GeV] -Cell[19,26] 3.2609660411254e-07 [GeV] -Cell[8,42] 3.169903733351e-07 [GeV] -Cell[3,9] 1.4400153355609e-06 [GeV] -Cell[6,20] 9.0447018446866e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 155 cells : 1.1110372076949 (GeV) - -Source track ID 4204 (gamma,1.5112205487345[GeV]) at (-499.81457146538,13.61595207383,-1633.5784692386) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,30] 0.00042636434950797 [GeV] -Cell[0,43] 0.0061476690670379 [GeV] -Cell[7,1] 0.00039289376169053 [GeV] -Cell[0,24] 0.0010622000761604 [GeV] -Cell[1,45] 0.00051099891 [GeV] -Cell[1,22] 0.0075626858170836 [GeV] -Cell[1,21] 0.0005402627594249 [GeV] -Cell[5,7] 0.00051099891 [GeV] -Cell[2,38] 0.00095985772910761 [GeV] -Cell[2,21] 0.00032341244851167 [GeV] -Cell[5,47] 0.00089205349048085 [GeV] -Cell[1,24] 0.039808591076084 [GeV] -Cell[1,23] 1.3973982737311 [GeV] -Cell[0,23] 0.0033742883737846 [GeV] -Cell[1,10] 0.00025539995686511 [GeV] -Cell[2,36] 0.0011739779287454 [GeV] -Cell[0,17] 0.0022425470314191 [GeV] -Cell[0,29] 0.0025533256162072 [GeV] -Cell[0,16] 0.00057965406022109 [GeV] -Cell[2,10] 0.00054943510174877 [GeV] -Cell[2,24] 0.00052424710148421 [GeV] -Cell[1,36] 0.00073830470876302 [GeV] -Cell[2,42] 0.0012435790432863 [GeV] -Cell[5,4] 0.00051099891 [GeV] -Cell[11,6] 0.012415911666907 [GeV] -### Total energy deposition in calorimeter by a source track in 25 cells : 1.4826979316256 (GeV) - -Source track ID 4205 (gamma,2.1679106429722[GeV]) at (-488.3960257954,-107.09492045499,-1544.0566655002) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,44] 0.00057391193341995 [GeV] -Cell[3,32] 0.00051099891 [GeV] -Cell[8,28] 0.00076074590940057 [GeV] -Cell[3,24] 0.00031026314642666 [GeV] -Cell[5,36] 0.0009339996996124 [GeV] -Cell[0,44] 0.00080325553824886 [GeV] -Cell[4,4] 0.00051466337862022 [GeV] -Cell[5,35] 0.0012382678283749 [GeV] -Cell[8,46] 0.00038792279786496 [GeV] -Cell[1,34] 0.00017959371540405 [GeV] -Cell[2,47] 0.00059216149315658 [GeV] -Cell[2,46] 0.00079430029760107 [GeV] -Cell[2,45] 0.0003721750683547 [GeV] -Cell[1,26] 0.024203772710572 [GeV] -Cell[2,38] 0.00051099891 [GeV] -Cell[1,25] 0.28323092710045 [GeV] -Cell[1,24] 0.0053506550450019 [GeV] -Cell[1,23] 0.00051099891 [GeV] -Cell[1,8] 3.6283323424868e-06 [GeV] -Cell[2,9] 0.00041762886052605 [GeV] -Cell[1,7] 1.8642972339876e-05 [GeV] -Cell[0,19] 0.0005935361626749 [GeV] -Cell[2,12] 0.0027328544991867 [GeV] -Cell[2,16] 0.00031851698896248 [GeV] -Cell[3,5] 0.00042727251664237 [GeV] -Cell[2,34] 7.1713917589022e-07 [GeV] -Cell[8,1] 0.0065443970187418 [GeV] -Cell[3,23] 0.00023841797236613 [GeV] -Cell[1,30] 0.00029242927364442 [GeV] -Cell[2,0] 0.00051099891 [GeV] -Cell[0,13] 0.00056760334738996 [GeV] -Cell[1,16] 0.0010289170389775 [GeV] -Cell[3,43] 0.001275108420252 [GeV] -Cell[0,10] 0.00051099891 [GeV] -Cell[2,25] 1.7485058278448 [GeV] -Cell[0,6] 0.00032070370005368 [GeV] -Cell[0,12] 0.00051644804582557 [GeV] -Cell[0,3] 0.00051099891 [GeV] -Cell[4,7] 0.00047487525450637 [GeV] -Cell[1,33] 0.00020797493277939 [GeV] -Cell[0,32] 0.00064603391206283 [GeV] -Cell[2,24] 0.0089673708759799 [GeV] -Cell[4,1] 0.00097261546672066 [GeV] -Cell[4,47] 0.00068840463909362 [GeV] -Cell[2,26] 0.016221503211149 [GeV] -Cell[4,43] 0.0014440318623771 [GeV] -Cell[6,1] 0.0035199639520229 [GeV] -Cell[1,12] 0.00036840395461419 [GeV] -Cell[2,3] 0.0019741905785129 [GeV] -Cell[2,5] 0.0014610964155054 [GeV] -Cell[3,41] 0.0020021192967655 [GeV] -Cell[0,11] 0.0011502173787151 [GeV] -Cell[2,40] 0.0029700177433879 [GeV] -Cell[18,35] 0.00032879266583464 [GeV] -Cell[8,45] 0.00051099891 [GeV] -Cell[5,43] 0.00094953139784068 [GeV] -Cell[2,33] 4.467845777981e-06 [GeV] -Cell[18,13] 0.001597043510206 [GeV] -### Total energy deposition in calorimeter by a source track in 58 cells : 2.1335749130603 (GeV) - -Source track ID 4165 (pi-,0.39143159123877[GeV]) at (-224.98720754535,446.52072341712,-1617.3394626447) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,44] 0.0010878053992599 [GeV] -Cell[5,42] 6.7175983276684e-06 [GeV] -Cell[6,45] 0.00039252691034187 [GeV] -Cell[1,42] 0.0019428952086533 [GeV] -Cell[1,41] 5.7022787223104e-06 [GeV] -Cell[1,15] 0.11152879005098 [GeV] -Cell[5,45] 1.6002279608074e-09 [GeV] -Cell[1,39] 0.0023140131235981 [GeV] -Cell[1,16] 0.066618309230137 [GeV] -Cell[0,14] 0.00079278810553524 [GeV] -Cell[2,35] 2.0070739847142e-06 [GeV] -Cell[3,26] 2.9642656736542e-06 [GeV] -Cell[6,46] 1.5954940340634e-07 [GeV] -Cell[2,13] 0.00026345152288297 [GeV] -Cell[1,35] 3.3242158824578e-06 [GeV] -Cell[5,43] 3.4221248502945e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.18499567738211 (GeV) - -Source track ID 4141 (pi+,4.0201560263362[GeV]) at (-418.32947383416,-273.86210274814,-1789.2113223998) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,28] 0.17317227237193 [GeV] -Cell[1,28] 0.023869448336537 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.19704172070846 (GeV) - -Source track ID 4142 (neutron,7.3741998938947[GeV]) at (-413.0762339184,-281.72331279429,-1776.1644807987) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,9] 1.7371086869389e-08 [GeV] -Cell[3,34] 7.22789510952e-05 [GeV] -Cell[3,33] 6.2429753597826e-09 [GeV] -Cell[9,11] 0.00049077205580654 [GeV] -Cell[6,32] 9.2119768193584e-05 [GeV] -Cell[4,23] 2.4967004037535e-09 [GeV] -Cell[4,30] 0.00024526066026738 [GeV] -Cell[5,31] 2.7176654551454e-05 [GeV] -Cell[5,30] 0.00057172885538671 [GeV] -Cell[6,33] 0.00040594251247478 [GeV] -Cell[7,15] 1.1480649043278e-06 [GeV] -Cell[0,27] 0.10328293954203 [GeV] -Cell[3,22] 3.7542924893273e-05 [GeV] -Cell[9,32] 0.0012360151392596 [GeV] -Cell[9,31] 2.1420760276669e-11 [GeV] -Cell[5,3] 4.2491852364037e-06 [GeV] -Cell[5,33] 0.00071628077783656 [GeV] -Cell[10,43] 0.00086615455424558 [GeV] -Cell[0,42] 0.00017915191934867 [GeV] -Cell[0,24] 0.13275166854461 [GeV] -Cell[1,34] 0.0010653295164761 [GeV] -Cell[5,32] 0.017353577481494 [GeV] -Cell[1,4] 0.0015269191302203 [GeV] -Cell[2,45] 4.5568110635941e-08 [GeV] -Cell[0,22] 0.0016146318823804 [GeV] -Cell[3,30] 1.708124182187e-08 [GeV] -Cell[2,31] 0.00072132551109331 [GeV] -Cell[1,26] 0.002597890184437 [GeV] -Cell[0,38] 7.104481173883e-06 [GeV] -Cell[0,9] 8.7702239106875e-06 [GeV] -Cell[2,21] 4.3258684163447e-06 [GeV] -Cell[1,25] 0.0014048287548574 [GeV] -Cell[1,24] 7.3654770198004e-05 [GeV] -Cell[1,27] 0.005567528184993 [GeV] -Cell[0,25] 0.18323297142276 [GeV] -Cell[1,23] 1.9151335582137e-06 [GeV] -Cell[0,26] 0.014058114598303 [GeV] -Cell[0,23] 0.00048003207554473 [GeV] -Cell[0,28] 1.6355462614585 [GeV] -Cell[2,44] 2.7018025423331e-07 [GeV] -Cell[3,7] 9.022771928062e-05 [GeV] -Cell[5,9] 2.5765621103346e-10 [GeV] -Cell[2,4] 3.5320699680597e-09 [GeV] -Cell[0,33] 2.2856867872179e-08 [GeV] -Cell[1,3] 1.0220882777389e-05 [GeV] -Cell[2,36] 3.6528564044147e-07 [GeV] -Cell[3,36] 0.0006381114305442 [GeV] -Cell[0,46] 0.0018754016967105 [GeV] -Cell[1,18] 0.0050983141100273 [GeV] -Cell[0,17] 0.0020317414256365 [GeV] -Cell[0,15] 0.00019253634516713 [GeV] -Cell[3,23] 2.4992535987963e-05 [GeV] -Cell[3,21] 8.7100682280493e-05 [GeV] -Cell[1,29] 0.014495580268131 [GeV] -Cell[0,29] 0.28543327141998 [GeV] -Cell[1,30] 0.0013801318612874 [GeV] -Cell[1,31] 0.0015124681849917 [GeV] -Cell[0,39] 9.1639080892492e-09 [GeV] -Cell[2,0] 1.278173223227e-07 [GeV] -Cell[0,31] 0.027632585744879 [GeV] -Cell[0,16] 0.0029418905367139 [GeV] -Cell[4,31] 0.028329167220727 [GeV] -Cell[0,7] 0.0010864834029105 [GeV] -Cell[0,3] 0.00017006249388089 [GeV] -Cell[4,9] 2.337792104413e-06 [GeV] -Cell[4,8] 2.3580592824146e-08 [GeV] -Cell[3,35] 0.0022692426242819 [GeV] -Cell[3,6] 0.0028185157057972 [GeV] -Cell[2,35] 1.2616373714991e-07 [GeV] -Cell[0,32] 2.0687811664743e-05 [GeV] -Cell[4,5] 7.025570992846e-05 [GeV] -Cell[3,4] 1.1877926272064e-06 [GeV] -Cell[5,38] 4.4091611343902e-06 [GeV] -Cell[1,36] 3.3565913327038e-08 [GeV] -Cell[2,42] 7.1738031692803e-10 [GeV] -Cell[1,28] 0.0025261592838222 [GeV] -Cell[0,45] 0.044304162691243 [GeV] -Cell[5,4] 6.7231569555588e-06 [GeV] -Cell[4,38] 7.5862109370064e-06 [GeV] -Cell[4,36] 5.7696297603798e-06 [GeV] -Cell[2,3] 3.7852014997952e-08 [GeV] -Cell[6,15] 4.4878106564283e-11 [GeV] -Cell[2,14] 9.2103963120167e-05 [GeV] -Cell[1,32] 3.8316413289522e-05 [GeV] -Cell[2,13] 0.0032340685879747 [GeV] -Cell[4,35] 0.0018816973686861 [GeV] -Cell[4,34] 1.6331678751158e-05 [GeV] -Cell[10,46] 0.0017686332544384 [GeV] -Cell[11,18] 8.3524527144618e-07 [GeV] -Cell[10,18] 4.2633121594008e-05 [GeV] -Cell[11,17] 0.0019475575913065 [GeV] -Cell[10,31] 0.00040758867079785 [GeV] -Cell[7,25] 4.4826709199697e-08 [GeV] -Cell[1,35] 0.0019553204258251 [GeV] -Cell[10,17] 0.00038591826496202 [GeV] -Cell[0,30] 0.018044917469761 [GeV] -### Total energy deposition in calorimeter by a source track in 96 cells : 2.5611300130029 (GeV) - -Source track ID 4138 (anti_neutron,5.3948206100571[GeV]) at (-415.09134243251,-278.74572182829,-1871.4579101789) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,28] 5.4536893439945e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 5.4536893439945e-06 (GeV) - -Source track ID 4127 (e-,0.00071505170481705[GeV]) at (-313.35249784335,-389.62829991587,-1750.6093780971) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[1,30] 6.5719135853311e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 6.5719135853311e-05 (GeV) - -Source track ID 4048 (pi-,5.4474368170562[GeV]) at (-281.45932726616,-413.25615191414,-1884.9606676915) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,31] 0.20561135969278 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.20561135969278 (GeV) - -Source track ID 2598 (pi-,5.0454167232789[GeV]) at (-463.49475047913,-187.54363833062,-1931.3845759102) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,27] 0.0013896271863306 [GeV] -Cell[0,26] 0.11007375526771 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.11146338245404 (GeV) - -Source track ID 3768 (pi-,26.431044773291[GeV]) at (-348.96414461575,-358.08382506419,-1955.4844311153) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 0.067406779756885 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.067406779756885 (GeV) - -Source track ID 3769 (pi+,1.1827342561353[GeV]) at (-499.03423910776,31.0616837621,-1752.7578047831) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[5,31] 0.0019145290946746 [GeV] -Cell[5,30] 0.00031088138723499 [GeV] -Cell[0,24] 0.0027718996333353 [GeV] -Cell[0,21] 0.058796302330651 [GeV] -Cell[5,32] 1.9259954569861e-08 [GeV] -Cell[1,4] 0.00018806220899755 [GeV] -Cell[2,47] 0.00022610592153183 [GeV] -Cell[2,46] 7.2142574936152e-10 [GeV] -Cell[1,46] 7.7789843637561e-05 [GeV] -Cell[0,22] 0.13609636832882 [GeV] -Cell[1,23] 0.064148829720678 [GeV] -Cell[0,23] 0.54601271283286 [GeV] -Cell[2,8] 0.0045897488838073 [GeV] -Cell[2,9] 6.0467302100733e-06 [GeV] -Cell[1,3] 0.00053763296266432 [GeV] -Cell[1,47] 0.00013936888975763 [GeV] -Cell[1,30] 4.0658051148057e-09 [GeV] -Cell[1,31] 1.1586380423978e-08 [GeV] -Cell[1,33] 5.369410541789e-08 [GeV] -Cell[2,42] 0.0033973254690336 [GeV] -Cell[1,32] 1.5218782095872e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 21 cells : 0.81921384575339 (GeV) - -Source track ID 3766 (gamma,1.5279055119092[GeV]) at (-73.254800886946,-494.60462406554,-436.11291806691) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,37] 0.00026187204534375 [GeV] -Cell[7,12] 1.1392054148018e-08 [GeV] -Cell[7,7] 5.8961159083992e-09 [GeV] -Cell[6,32] 0.00031012729342725 [GeV] -Cell[9,8] 0.00061308602589892 [GeV] -Cell[6,33] 0.00094908913348921 [GeV] -Cell[7,33] 0.009309733139081 [GeV] -Cell[6,35] 0.029034299891749 [GeV] -Cell[7,35] 0.080116163396525 [GeV] -Cell[7,34] 1.2577288337844 [GeV] -Cell[6,36] 0.0058107851318013 [GeV] -Cell[8,33] 0.0013646984654957 [GeV] -Cell[2,39] 5.8065052144229e-09 [GeV] -Cell[6,34] 0.10947991067753 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 1.4949786220795 (GeV) - -Source track ID 3767 (gamma,2.1921548366006[GeV]) at (-105.19676841401,-488.80838773005,-488.29270829323) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,32] 3.2645130636411e-07 [GeV] -Cell[9,12] 0.00036608913518542 [GeV] -Cell[7,32] 1.5071554319093e-06 [GeV] -Cell[6,33] 0.0070671701981334 [GeV] -Cell[8,31] 0.00051099891 [GeV] -Cell[8,32] 0.00059309240216968 [GeV] -Cell[10,16] 0.00046261195312097 [GeV] -Cell[7,33] 0.031686125954029 [GeV] -Cell[6,35] 0.010374959836438 [GeV] -Cell[7,35] 0.027919528634094 [GeV] -Cell[7,34] 2.0329089149625 [GeV] -Cell[5,6] 0.001523349601076 [GeV] -Cell[7,38] 0.0022401232185835 [GeV] -Cell[5,14] 0.0012707439533701 [GeV] -Cell[7,36] 0.00086208980008607 [GeV] -Cell[6,21] 0.0005445230408671 [GeV] -Cell[6,34] 0.059572064959544 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 2.1779042201659 (GeV) - -Source track ID 3764 (gamma,0.076632669216442[GeV]) at (-300.43599577577,399.67263159018,200.63472735495) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,0] 0.00040672508281268 [GeV] -Cell[14,2] 0.006402487272675 [GeV] -Cell[10,16] 2.6682477781528e-05 [GeV] -Cell[11,16] 0.069796774383173 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.076632669216442 (GeV) - -Source track ID 3765 (gamma,0.17932025858732[GeV]) at (-255.57095770889,429.74816529656,-559.80028765152) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,16] 0.025768939342996 [GeV] -Cell[7,15] 0.011429674814382 [GeV] -Cell[0,38] 0.00077766446829857 [GeV] -Cell[6,15] 0.0066417555979845 [GeV] -Cell[7,16] 0.13470222436366 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.17932025858732 (GeV) - -Source track ID 3742 (neutron,0.93979703773281[GeV]) at (547.09037344068,2146.5606907656,-2000) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,10] 0.00023161356949265 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00023161356949265 (GeV) - -Source track ID 2602 (pi-,0.22670060491116[GeV]) at (43.237828405721,498.12698199832,-1282.9006005337) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,44] 2.846258576028e-08 [GeV] -Cell[7,11] 1.9966217223555e-08 [GeV] -Cell[6,37] 0.0039295896582684 [GeV] -Cell[9,0] 1.9019440514967e-08 [GeV] -Cell[5,36] 5.2423769375309e-08 [GeV] -Cell[0,43] 4.6169734559953e-09 [GeV] -Cell[0,27] 0.00015816305293367 [GeV] -Cell[9,44] 1.9800354493782e-08 [GeV] -Cell[5,3] 1.8003105651587e-08 [GeV] -Cell[3,8] 8.6418722696635e-07 [GeV] -Cell[10,43] 2.4194014258683e-10 [GeV] -Cell[1,43] 2.2044572756386e-07 [GeV] -Cell[3,16] 0.0022166030658222 [GeV] -Cell[3,15] 0.00071785125369013 [GeV] -Cell[0,42] 4.0483428165317e-11 [GeV] -Cell[1,42] 4.6313211385041e-07 [GeV] -Cell[3,17] 7.6510047504826e-05 [GeV] -Cell[4,15] 2.8404754593794e-06 [GeV] -Cell[4,16] 2.3353728452093e-06 [GeV] -Cell[2,45] 0.0024337455677178 [GeV] -Cell[8,0] 1.2701202649623e-08 [GeV] -Cell[0,26] 8.8703562196542e-05 [GeV] -Cell[2,15] 0.00046801397133788 [GeV] -Cell[4,3] 3.7798890843987e-08 [GeV] -Cell[11,41] 3.3521357488553e-07 [GeV] -Cell[1,0] 4.0292657504324e-06 [GeV] -Cell[3,43] 8.2154874689877e-09 [GeV] -Cell[2,7] 0.00036721804090939 [GeV] -Cell[4,9] 5.6221249610644e-07 [GeV] -Cell[7,37] 8.492141557781e-07 [GeV] -Cell[3,13] 0.0046651544156102 [GeV] -Cell[3,11] 0.089458430523568 [GeV] -Cell[3,12] 0.0020832628637262 [GeV] -Cell[2,6] 0.0001027889247282 [GeV] -Cell[4,13] 0.00091617090568855 [GeV] -Cell[3,26] 2.7114621479996e-06 [GeV] -Cell[4,12] 0.0031955988273314 [GeV] -Cell[7,36] 2.4466544346069e-12 [GeV] -Cell[2,5] 1.1966791084319e-05 [GeV] -Cell[2,32] 8.4248574858066e-06 [GeV] -Cell[5,44] 6.4199935877696e-08 [GeV] -Cell[3,14] 0.0019446245908329 [GeV] -Cell[3,10] 8.8245265376827e-05 [GeV] -Cell[4,14] 0.00020229140037759 [GeV] -Cell[8,45] 2.341727631574e-07 [GeV] -Cell[3,44] 1.6875070286915e-08 [GeV] -Cell[3,9] 5.2816853205741e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 47 cells : 0.11320192196156 (GeV) - -Source track ID 3545 (gamma,0.31054837923301[GeV]) at (447.33312122355,223.36758640501,253.26070431797) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,4] 0.0257563434637 [GeV] -Cell[11,5] 0.00043278579027482 [GeV] -Cell[11,1] 0.00051099891 [GeV] -Cell[11,3] 0.28384825106903 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.31054837923301 (GeV) - -Source track ID 3585 (gamma,9.6540522154765e-05[GeV]) at (485.67316553194,-118.83423867802,284.63859267297) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,46] 9.6540522154765e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 9.6540522154765e-05 (GeV) - -Source track ID 3590 (gamma,0.00012918886077952[GeV]) at (499.9610816929,6.238332506441,273.49753247979) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,0] 0.00012918886077952 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012918886077952 (GeV) - -Source track ID 3551 (gamma,0.0018591927859[GeV]) at (439.43383571884,-238.53281540583,291.22096975361) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,43] 0.00051099891 [GeV] -Cell[11,44] 0.0013481938759 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0018591927859 (GeV) - -Source track ID 3552 (gamma,0.00023543211437263[GeV]) at (439.15119312047,-239.05277572299,292.24750599643) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,44] 0.00023543211437263 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00023543211437263 (GeV) - -Source track ID 3555 (gamma,0.0023192501201295[GeV]) at (373.96694327749,-331.88661518008,329.43369092983) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,42] 0.0023192501201295 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0023192501201295 (GeV) - -Source track ID 3560 (gamma,0.0053416831031448[GeV]) at (-2.6377804404906,-499.99304206593,526.98933717837) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[12,35] 0.0053416831031448 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0053416831031448 (GeV) - -Source track ID 3562 (gamma,0.0012804887807682[GeV]) at (-16.457130562168,-499.72908946114,538.97646603715) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[12,35] 0.0012804887807682 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0012804887807682 (GeV) - -Source track ID 3563 (gamma,5.4783169554676e-05[GeV]) at (-426.55560077312,-260.86456150478,783.75645950951) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[13,28] 5.4783169554676e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 5.4783169554676e-05 (GeV) - -Source track ID 3548 (e+,0.10986347692256[GeV]) at (361.46310388211,-345.462623929,1058.3857309557) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[14,30] 0.00015237205373928 [GeV] -Cell[15,41] 0.032014114314604 [GeV] -Cell[12,30] 0.00050976738597639 [GeV] -Cell[15,37] 0.0011236762087291 [GeV] -Cell[13,18] 0.0001651522263831 [GeV] -Cell[15,42] 0.075159237154916 [GeV] -Cell[15,28] 0.00021382600518193 [GeV] -Cell[16,11] 0.00051099891 [GeV] -Cell[17,15] 0.00052533157303033 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.11037447583256 (GeV) - -Source track ID 3544 (e-,0.00052852177670248[GeV]) at (-499.31017518187,26.255455811098,840.45963189581) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[14,23] 9.2962704736099e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 9.2962704736099e-06 (GeV) - -Source track ID 3537 (pi+,0.58335537859572[GeV]) at (-499.0055681566,31.518930005722,861.59238970026) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[14,22] 7.8617575927638e-06 [GeV] -Cell[14,1] 7.5914431363344e-09 [GeV] -Cell[12,12] 0.0003437925412444 [GeV] -Cell[12,11] 5.3331525363092e-06 [GeV] -Cell[14,29] 7.1320031711366e-06 [GeV] -Cell[13,26] 0.12065843850492 [GeV] -Cell[14,0] 0.0002426880931838 [GeV] -Cell[14,37] 0.00023928861997956 [GeV] -Cell[10,44] 3.3397353488454e-06 [GeV] -Cell[14,38] 0.0053702235966522 [GeV] -Cell[11,10] 2.2048987069866e-05 [GeV] -Cell[11,11] 0.0014018254603145 [GeV] -Cell[11,12] 5.9438711614348e-06 [GeV] -Cell[11,45] 0.00064329986639268 [GeV] -Cell[11,44] 0.00015817497321098 [GeV] -Cell[13,47] 2.4340051481886e-08 [GeV] -Cell[13,0] 2.3631369308532e-06 [GeV] -Cell[10,45] 3.2974298541717e-05 [GeV] -Cell[14,23] 0.30514083105388 [GeV] -Cell[12,25] 0.00047863433807152 [GeV] -Cell[7,17] 1.2568398786243e-05 [GeV] -Cell[14,24] 5.8894025080463e-06 [GeV] -Cell[16,3] 8.6258728115354e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 23 cells : 0.4347913095958 (GeV) - -Source track ID 3534 (gamma,1.004682788758[GeV]) at (-131.64955672915,-482.35712310799,294.93686783469) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,34] 0.10864012985145 [GeV] -Cell[11,31] 0.0015608011654886 [GeV] -Cell[11,32] 0.0036478352360213 [GeV] -Cell[12,32] 8.8766129791123e-05 [GeV] -Cell[12,31] 2.4965265765786e-10 [GeV] -Cell[14,26] 0.00027622320307239 [GeV] -Cell[13,27] 1.1849171301037e-08 [GeV] -Cell[14,27] 1.7720694054333e-06 [GeV] -Cell[13,28] 4.5328138185141e-09 [GeV] -Cell[12,29] 8.1906910054386e-10 [GeV] -Cell[12,33] 0.0074419458871244 [GeV] -Cell[12,30] 4.5268097892404e-10 [GeV] -Cell[11,33] 0.85621741987998 [GeV] -Cell[12,34] 0.0036675583250711 [GeV] -Cell[14,3] 2.5013986743716e-05 [GeV] -Cell[14,28] 1.180498403528e-07 [GeV] -Cell[14,25] 3.0579496815335e-06 [GeV] -Cell[15,3] 2.7625219081528e-07 [GeV] -Cell[16,27] 2.5631743483245e-10 [GeV] -Cell[16,44] 4.8308986297343e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 20 cells : 0.98157576704419 (GeV) - -Source track ID 3535 (gamma,1.1635719616336[GeV]) at (-189.42310076007,-462.72982278911,253.06735200228) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,34] 0.00051099891 [GeV] -Cell[13,13] 0.0010776720976193 [GeV] -Cell[11,34] 0.00097512049766399 [GeV] -Cell[11,31] 0.0010428657152523 [GeV] -Cell[11,32] 0.52830135653534 [GeV] -Cell[11,30] 0.00015601810679228 [GeV] -Cell[12,33] 0.00016535545695035 [GeV] -Cell[11,33] 0.62702353851065 [GeV] -Cell[10,30] 5.2944579944948e-05 [GeV] -Cell[13,43] 0.0019338490596548 [GeV] -Cell[18,6] 0.00079086933305703 [GeV] -Cell[10,24] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 1.1625415877129 (GeV) - -Source track ID 2565 (e-,0.11147705399352[GeV]) at (-173.72062978723,-468.85087478465,1496.3959262331) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[17,32] 0.00087282696110502 [GeV] -Cell[16,47] 0.0030196123646017 [GeV] -Cell[16,46] 0.0009178056397817 [GeV] -Cell[17,33] 0.095424790055605 [GeV] -Cell[17,34] 0.0006930528337989 [GeV] -Cell[14,8] 0.00037449859622864 [GeV] -Cell[19,0] 0.00098894915868863 [GeV] -Cell[17,24] 0.00051099891 [GeV] -Cell[19,47] 0.0074766202588984 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.11027915477871 (GeV) - -Source track ID 2564 (gamma,0.055180200428846[GeV]) at (-449.39244380788,219.1949621875,443.68466435881) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[4,22] 0.0012821578398983 [GeV] -Cell[13,8] 0.0021097554889326 [GeV] -Cell[13,14] 0.00061215183244716 [GeV] -Cell[12,20] 0.050984239543317 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.054988304704595 (GeV) - -Source track ID 1728 (pi+,0.2751683865137[GeV]) at (271.68817253454,419.74460914328,26.562443127091) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,6] 0.0019653091002923 [GeV] -Cell[10,6] 0.12041083199131 [GeV] -Cell[10,16] 0.0014556110915005 [GeV] -Cell[10,7] 0.066368975951946 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.19020072813505 (GeV) - -Source track ID 2552 (gamma,0.67224858404432[GeV]) at (444.0523221144,-229.82065882947,-518.95901216292) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,44] 0.63365051416423 [GeV] -Cell[7,43] 0.017310890196617 [GeV] -Cell[7,45] 0.00051099891 [GeV] -Cell[6,45] 0.0072343039232763 [GeV] -Cell[7,2] 0.00051099891 [GeV] -Cell[6,41] 0.00024737016697249 [GeV] -Cell[5,29] 0.0010956602777449 [GeV] -Cell[3,29] 0.0010411272914054 [GeV] -Cell[6,44] 0.00763940862717 [GeV] -Cell[6,18] 0.00032199454942008 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.66956326701683 (GeV) - -Source track ID 2553 (gamma,0.13757172036947[GeV]) at (417.90942164778,-274.50266901803,-190.74600802374) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,41] 0.00097314865955696 [GeV] -Cell[8,44] 0.00022781345258583 [GeV] -Cell[8,43] 0.059895617997126 [GeV] -Cell[5,22] 0.00047387530241423 [GeV] -Cell[8,42] 0.0028763995765556 [GeV] -Cell[9,43] 0.071963216546196 [GeV] -Cell[9,42] 0.00075472597490046 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.13716479750934 (GeV) - -Source track ID 2550 (gamma,0.19788228781807[GeV]) at (494.59392983152,-73.326970303006,-37.510772069942) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,47] 0.096491945920111 [GeV] -Cell[9,46] 0.10036837751326 [GeV] -Cell[10,47] 0.001021964384695 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.19788228781807 (GeV) - -Source track ID 2551 (gamma,0.28909578861742[GeV]) at (494.7260384392,72.430289867279,28.611165987302) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,10] 0.0010985683799497 [GeV] -Cell[10,1] 0.27221011707293 [GeV] -Cell[4,40] 0.00010711101684355 [GeV] -Cell[9,1] 0.0060152176086646 [GeV] -Cell[9,2] 0.0012041699368184 [GeV] -Cell[10,47] 0.0011105386859983 [GeV] -Cell[10,3] 0.00067131212248183 [GeV] -Cell[10,2] 0.0045477110451232 [GeV] -Cell[10,0] 0.00026587199249077 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.2872306178613 (GeV) - -Source track ID 2521 (mu+,0.15949258873385[GeV]) at (279.04837458786,-414.8879422686,1123.406379138) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[15,40] 0.062861802076584 [GeV] -Cell[7,20] 0.00051099891 [GeV] -Cell[14,11] 0.0016744999684165 [GeV] -Cell[7,19] 0.0095842919959145 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.074631592950915 (GeV) - -Source track ID 2368 (gamma,0.00014204329602746[GeV]) at (469.89764710431,170.86895928117,117.81071689538) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,2] 0.00014204329602746 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00014204329602746 (GeV) - -Source track ID 2370 (neutron,0.98635000953889[GeV]) at (-434.42793660211,247.53255927177,-951.60180378905) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[5,18] 0.0001880567576917 [GeV] -Cell[5,17] 7.3433841180304e-08 [GeV] -Cell[4,18] 0.0020218230304743 [GeV] -Cell[4,17] 5.354739039376e-07 [GeV] -Cell[4,19] 0.0072045165694332 [GeV] -Cell[5,19] 0.0022177296191452 [GeV] -Cell[5,20] 1.2772798072547e-09 [GeV] -Cell[4,22] 0.00088052444971113 [GeV] -Cell[4,20] 0.010218436904734 [GeV] -Cell[4,21] 0.0024620368967449 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.025193734412959 (GeV) - -Source track ID 2371 (gamma,0.0046568205727483[GeV]) at (318.84320019295,-385.14804126559,-13.44060630308) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,41] 0.0046568205727483 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0046568205727483 (GeV) - -Source track ID 2282 (gamma,7.6241021885849e-05[GeV]) at (-393.78641396935,308.11079204266,-889.11184064186) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[5,18] 7.6241021885849e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 7.6241021885849e-05 (GeV) - -Source track ID 2283 (gamma,0.00018283671494524[GeV]) at (151.49102186101,476.49813252048,-124.81579009914) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,9] 0.00018283671494524 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00018283671494524 (GeV) +Cell[7,29] 0.00081569147637716 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.26283288895437 (GeV) -Source track ID 2285 (neutron,0.9843099407244[GeV]) at (482.65591602175,-130.54986299958,-155.89321006824) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,47] 0.00483553307464 [GeV] -Cell[9,0] 0.0019917783081624 [GeV] -Cell[8,46] 0.0014908373736069 [GeV] -Cell[8,0] 4.6515390295099e-10 [GeV] -Cell[8,47] 0.0071545281719917 [GeV] -Cell[8,45] 0.0022046051727358 [GeV] -Cell[9,45] 0.0048597898649842 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.022537072431275 (GeV) - -Source track ID 2286 (neutron,0.94147941564668[GeV]) at (-476.17780176114,-152.49492158735,-1592.6259908361) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[2,23] 0.00030179031066984 [GeV] -Cell[1,26] 0.00025885064904105 [GeV] -Cell[2,22] 4.9476511776447e-12 [GeV] -Cell[1,24] 0.00043004031667742 [GeV] -Cell[1,23] 0.00089663596957443 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.0018873172509104 (GeV) - -Source track ID 2287 (gamma,0.00139636526827[GeV]) at (495.40834530637,-67.606001218863,-60.964238647996) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,46] 0.00139636526827 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00139636526827 (GeV) +Source track ID 1347 (gamma,10.055382126962[GeV]) at (140.78037422877,479.77170220013,-280.92625508335) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[8,9] 9.2048816112606 [GeV] +Cell[8,8] 0.038899463812643 [GeV] +Cell[8,10] 0.63958739014489 [GeV] +Cell[7,10] 0.026928299680875 [GeV] +Cell[8,11] 0.014323057074306 [GeV] +Cell[7,9] 0.051865750408637 [GeV] +Cell[7,8] 0.0034414317271127 [GeV] +Cell[6,29] 0.00042268834771474 [GeV] +Cell[9,10] 0.0081101659992337 [GeV] +Cell[9,11] 0.00071787557933846 [GeV] +Cell[9,23] 0.00015566931745566 [GeV] +Cell[9,24] 0.00094429611301168 [GeV] +Cell[9,9] 0.0017404374927076 [GeV] +Cell[8,7] 0.002656600538332 [GeV] +Cell[7,11] 0.0033859828455508 [GeV] +Cell[9,13] 0.0005992303913593 [GeV] +Cell[10,1] 0.0031978272811843 [GeV] +Cell[9,32] 0.00051099891 [GeV] +Cell[10,29] 0.0013541707311478 [GeV] +Cell[7,30] 0.0017802896725687 [GeV] +Cell[9,31] 0.00088424397458691 [GeV] +Cell[8,12] 0.0012047802640185 [GeV] +Cell[1,34] 0.00022849493643124 [GeV] +Cell[5,35] 0.0014013531941266 [GeV] +Cell[0,21] 0.00058603453752482 [GeV] +Cell[4,39] 0.0014235926207566 [GeV] +Cell[6,13] 0.001084173443981 [GeV] +Cell[10,19] 0.00051099891 [GeV] +Cell[5,29] 0.0013170147392974 [GeV] +Cell[6,41] 0.0017842956973213 [GeV] +Cell[10,45] 0.0015803922434946 [GeV] +Cell[8,27] 0.00098216800257715 [GeV] +Cell[10,37] 0.00035599517996246 [GeV] +Cell[7,5] 0.00051582680761748 [GeV] +Cell[8,31] 0.0007267920505811 [GeV] +### Total energy deposition in calorimeter by a source track in 35 cells : 10.020089393931 (GeV) + +Source track ID 1348 (gamma,0.0075741952680779[GeV]) at (140.79337968713,479.7678857909,-280.92860760852) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[8,9] 0.0075741952680779 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0075741952680779 (GeV) -Source track ID 2246 (gamma,0.0012896331690527[GeV]) at (430.76629321169,253.85113872635,484.8404996595) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,4] 0.0012896331690527 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0012896331690527 (GeV) +Source track ID 1273 (e+,62.292386728537[GeV]) at (140.79688908238,479.76685590475,-280.92873426487) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[8,9] 56.970796468778 [GeV] +Cell[8,8] 0.23845452678529 [GeV] +Cell[8,10] 3.942804150183 [GeV] +Cell[7,10] 0.17247282226164 [GeV] +Cell[6,28] 0.0058130044161394 [GeV] +Cell[8,11] 0.10286928591557 [GeV] +Cell[7,9] 0.34396746218575 [GeV] +Cell[7,8] 0.063865538135147 [GeV] +Cell[6,29] 0.0006729380063904 [GeV] +Cell[7,34] 0.003323419298442 [GeV] +Cell[7,29] 0.0012739544850548 [GeV] +Cell[9,10] 0.015896495882386 [GeV] +Cell[9,11] 0.012214349815632 [GeV] +Cell[9,9] 0.020257841575769 [GeV] +Cell[8,7] 0.012723701408845 [GeV] +Cell[7,11] 0.0085311992762382 [GeV] +Cell[7,30] 0.00041931231222647 [GeV] +Cell[8,12] 0.014658839889923 [GeV] +Cell[5,35] 0.00051099891 [GeV] +Cell[4,39] 0.0019734937361762 [GeV] +Cell[6,41] 0.0012457280301851 [GeV] +Cell[8,27] 0.00031879424384302 [GeV] +Cell[8,31] 0.0029594228430801 [GeV] +Cell[6,7] 0.00030664684741137 [GeV] +Cell[10,32] 0.00099978352111392 [GeV] +Cell[7,12] 0.0058207008393961 [GeV] +Cell[7,33] 0.0037283502021764 [GeV] +Cell[10,11] 0.008997033688813 [GeV] +Cell[10,10] 0.0022703106843788 [GeV] +Cell[9,8] 0.011131955648001 [GeV] +Cell[11,35] 0.00092849667407602 [GeV] +Cell[8,13] 0.0029720857352728 [GeV] +Cell[1,40] 0.00078760425558974 [GeV] +Cell[9,21] 0.0010310701185272 [GeV] +Cell[7,28] 0.0016674228782225 [GeV] +Cell[4,26] 0.00098143306366397 [GeV] +Cell[13,32] 0.0021620534072301 [GeV] +Cell[13,31] 0.0013226427583033 [GeV] +Cell[4,38] 0.0018252586098485 [GeV] +Cell[9,41] 0.0059716081590382 [GeV] +Cell[5,20] 0.0032197469110238 [GeV] +Cell[14,15] 0.00010456141595904 [GeV] +Cell[9,12] 0.00061401215831645 [GeV] +Cell[10,46] 0.0023764163619163 [GeV] +Cell[7,42] 0.0012954661334735 [GeV] +Cell[6,9] 0.0053036183907412 [GeV] +Cell[12,37] 0.0012121196847949 [GeV] +Cell[8,20] 0.001624976313904 [GeV] +Cell[9,34] 0.00013978823537673 [GeV] +Cell[9,33] 1.1270749382675e-09 [GeV] +Cell[1,31] 0.0019649733623784 [GeV] +Cell[7,7] 0.0069412996802551 [GeV] +Cell[6,10] 0.0016766176230698 [GeV] +Cell[7,38] 0.00051099891 [GeV] +Cell[10,14] 0.00099829423542953 [GeV] +Cell[10,13] 0.00045557378862538 [GeV] +Cell[8,36] 0.0012988766782427 [GeV] +Cell[10,7] 0.00037683258608219 [GeV] +Cell[10,23] 0.0032994679699734 [GeV] +Cell[4,37] 0.0088034319106847 [GeV] +Cell[6,20] 0.0022070650877595 [GeV] +Cell[6,33] 0.0013185944956402 [GeV] +Cell[9,45] 0.00049715948396263 [GeV] +Cell[8,6] 0.0043563329595915 [GeV] +Cell[4,24] 0.0056128588787142 [GeV] +Cell[3,25] 0.0035964440032542 [GeV] +Cell[5,38] 0.0026420800518348 [GeV] +Cell[1,33] 0.0011619202078768 [GeV] +Cell[11,40] 0.0012550013992698 [GeV] +Cell[8,34] 0.00090317371162841 [GeV] +Cell[8,41] 0.0049409156294177 [GeV] +Cell[10,47] 0.00011703499402243 [GeV] +Cell[7,21] 0.0024283958478768 [GeV] +Cell[6,34] 0.0013373143326653 [GeV] +Cell[7,41] 0.002054219515532 [GeV] +Cell[6,25] 0.00034818739876201 [GeV] +Cell[8,28] 0.0018731221457928 [GeV] +Cell[6,37] 0.0029951421763122 [GeV] +Cell[9,17] 0.00028876433922698 [GeV] +Cell[13,39] 0.00038217209720987 [GeV] +Cell[10,9] 0.0023698978339982 [GeV] +Cell[5,34] 0.00066676065506635 [GeV] +Cell[5,24] 0.00076178985581356 [GeV] +Cell[2,32] 0.0022104345621366 [GeV] +Cell[6,11] 0.0032193085782447 [GeV] +Cell[4,46] 0.00037408292045148 [GeV] +Cell[0,35] 0.00056092078734077 [GeV] +Cell[5,36] 0.0050865930081426 [GeV] +Cell[7,13] 0.0062202350519266 [GeV] +Cell[3,39] 0.0013940638157882 [GeV] +Cell[8,19] 0.0017658570693895 [GeV] +Cell[10,27] 0.00014277598793134 [GeV] +Cell[7,44] 0.0003679308023283 [GeV] +Cell[8,44] 0.00099724722432282 [GeV] +Cell[6,32] 0.0026584871083458 [GeV] +Cell[15,33] 0.00035311785440242 [GeV] +Cell[7,19] 0.0082882483718473 [GeV] +Cell[7,20] 0.0024355443920332 [GeV] +Cell[8,26] 0.0025061884917349 [GeV] +Cell[8,33] 0.001769253294129 [GeV] +Cell[13,14] 0.00083675256208053 [GeV] +Cell[5,31] 0.0016989962742688 [GeV] +Cell[9,22] 0.00021236357403228 [GeV] +Cell[8,22] 0.0016139925490004 [GeV] +Cell[6,43] 0.00052177597481319 [GeV] +Cell[4,32] 0.00051099891 [GeV] +Cell[10,26] 0.0020378610396067 [GeV] +Cell[8,37] 0.0002400682310485 [GeV] +Cell[7,6] 9.4926234570605e-05 [GeV] +Cell[10,30] 0.00063501263757571 [GeV] +Cell[8,5] 0.0029526878319469 [GeV] +Cell[9,7] 0.00051099891 [GeV] +Cell[2,42] 0.001087241501978 [GeV] +Cell[11,45] 0.00051099891 [GeV] +Cell[11,43] 0.0021511685692204 [GeV] +Cell[8,15] 0.00019543220589428 [GeV] +Cell[6,42] 0.00026397582808018 [GeV] +Cell[7,16] 0.0017559484090334 [GeV] +Cell[2,29] 0.00043916331603261 [GeV] +### Total energy deposition in calorimeter by a source track in 119 cells : 62.135880278834 (GeV) + +Source track ID 1228 (mu+,97.449293029711[GeV]) at (421.36620427956,269.16634613382,1659.1152409664) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[18,4] 0.16554727604163 [GeV] +Cell[19,4] 0.17993728938673 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.34548456542835 (GeV) -Source track ID 2240 (gamma,0.0046517786240727[GeV]) at (473.99306383676,-159.15582124019,-191.64356660863) +Source track ID 1229 (mu-,49.167069252106[GeV]) at (-250.0898366816,-432.96082223288,234.2675155125) +Original primary track ID 1 (unknown,305.48142430119[GeV]) +Cell[13,32] 0.46608458534417 [GeV] +Cell[13,31] 0.0030009619276057 [GeV] +Cell[11,31] 0.054888171051218 [GeV] +Cell[11,32] 0.34849422746226 [GeV] +Cell[12,32] 0.62039429570004 [GeV] +Cell[14,32] 1.3241417580017 [GeV] +Cell[15,32] 0.64131550635181 [GeV] +Cell[16,32] 0.4545992629832 [GeV] +Cell[16,31] 0.041770710827095 [GeV] +Cell[15,31] 0.19506743804056 [GeV] +Cell[14,31] 0.35724180995933 [GeV] +Cell[12,31] 0.089774504031637 [GeV] +Cell[12,33] 0.0030484986459411 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 4.5998217303266 (GeV) + +Source track ID 1225 (gamma,0.17435926984906[GeV]) at (-435.61887006585,245.43064202041,445.72713648832) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,45] 0.0046517786240727 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0046517786240727 (GeV) +Cell[12,20] 0.16544656308642 [GeV] +Cell[12,19] 0.0060220789246615 [GeV] +Cell[12,38] 0.0010820998032928 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.17255074181437 (GeV) -Source track ID 2242 (neutron,0.9419752311128[GeV]) at (436.13656411301,-244.50950379014,-38.007621336684) +Source track ID 920 (pi+,0.27834379482232[GeV]) at (279.93826107854,414.28802780713,23.683970907977) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,42] 0.00025206135161875 [GeV] -Cell[10,43] 0.0014621578314043 [GeV] -Cell[9,43] 0.0006887172715343 [GeV] -Cell[9,42] 6.9336738630454e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.0024098701284204 (GeV) +Cell[10,7] 0.047194331672805 [GeV] +Cell[10,6] 0.12557774526463 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.17277207693744 (GeV) -Source track ID 2243 (neutron,0.94145377613329[GeV]) at (-498.38457303773,-40.159897385381,-325.10834284207) +Source track ID 1144 (gamma,0.12620965025075[GeV]) at (-487.28249753694,-112.05252158772,703.88980987502) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,25] 1.8632886755427e-05 [GeV] -Cell[8,24] 0.0018697828027998 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0018884156895552 (GeV) - -Source track ID 2228 (gamma,0.015859560263227[GeV]) at (453.63011034838,-210.28486152198,-430.35188926861) +Cell[12,32] 0.00024145074981512 [GeV] +Cell[13,25] 0.10366822909646 [GeV] +Cell[13,36] 0.00036347077095526 [GeV] +Cell[14,25] 0.0012257590962928 [GeV] +Cell[14,24] 0.00056890629501143 [GeV] +Cell[14,26] 0.0012266486177617 [GeV] +Cell[14,17] 0.0019244606765317 [GeV] +Cell[14,18] 0.0013393110329392 [GeV] +Cell[18,9] 0.00063822717547069 [GeV] +Cell[13,21] 0.0033398866107062 [GeV] +Cell[15,1] 0.00033674628153599 [GeV] +Cell[14,16] 0.00051538634550784 [GeV] +Cell[14,13] 0.0018495928188948 [GeV] +Cell[17,39] 0.00046379802321266 [GeV] +Cell[14,10] 0.007242129318488 [GeV] +Cell[14,8] 5.0130988110161e-05 [GeV] +Cell[13,33] 0.00049228667893689 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 0.12548642057663 (GeV) + +Source track ID 1145 (gamma,0.088297327870564[GeV]) at (61.272136342656,-496.23152389586,76.525367318022) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,44] 0.015859560263227 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.015859560263227 (GeV) +Cell[10,37] 0.011354915420331 [GeV] +Cell[10,36] 0.076606794498507 [GeV] +Cell[10,35] 0.00033561795172619 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.088297327870564 (GeV) -Source track ID 2229 (gamma,0.75885122891297[GeV]) at (497.51078036087,-49.829945060342,326.4805118772) +Source track ID 1109 (e-,0.0010842225351361[GeV]) at (-8.3962236162612,-499.92949845852,1404.0269441463) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,28] 0.0008684867286859 [GeV] -Cell[12,46] 0.0037634613895393 [GeV] -Cell[12,47] 0.0094063668239092 [GeV] -Cell[9,25] 0.0038911456062257 [GeV] -Cell[11,47] 0.69520021952799 [GeV] -Cell[11,46] 0.02942456766446 [GeV] -Cell[11,45] 0.00181178073993 [GeV] -Cell[11,44] 0.00046131645045634 [GeV] -Cell[11,0] 0.012104514923662 [GeV] -Cell[15,12] 0.0011430821782541 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.75807494203312 (GeV) - -Source track ID 1930 (gamma,0.12620965025075[GeV]) at (-487.28249967668,-112.0525122826,703.8898097976) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[13,26] 0.0048234119039866 [GeV] -Cell[13,36] 0.00059503283649375 [GeV] -Cell[13,24] 0.00087155492227588 [GeV] -Cell[14,25] 0.0022954200056035 [GeV] -Cell[13,25] 0.11510867670276 [GeV] -Cell[14,12] 0.0025155538796324 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.12620965025075 (GeV) - -Source track ID 1931 (gamma,0.088297327870564[GeV]) at (61.272144277817,-496.23152291607,76.52535612876) -Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,38] 0.0014346695568014 [GeV] -Cell[10,37] 0.021971398251917 [GeV] -Cell[10,36] 0.064891260061846 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.088297327870564 (GeV) +Cell[17,35] 7.7253392273223e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.7253392273223e-05 (GeV) -Source track ID 1733 (pi+,0.8867373524563[GeV]) at (4.8853830419227,499.97613246287,750.20646169157) +Source track ID 925 (pi+,0.88575899446351[GeV]) at (5.7051924166365,499.96744971997,750.73308485937) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,39] 0.00043016822082973 [GeV] -Cell[17,30] 0.00021761457536252 [GeV] -Cell[4,23] 0.0026093714661608 [GeV] -Cell[3,24] 2.8781618166249e-05 [GeV] -Cell[5,31] 9.7340766903017e-05 [GeV] -Cell[13,12] 0.0024951130673603 [GeV] -Cell[12,12] 0.0010084036879463 [GeV] -Cell[12,11] 6.9411534013852e-09 [GeV] -Cell[13,13] 0.0021867835718044 [GeV] -Cell[8,38] 0.00086357580576496 [GeV] -Cell[3,22] 1.5107259118508e-05 [GeV] -Cell[17,32] 3.3701445616316e-05 [GeV] -Cell[17,31] 0.0017191900949667 [GeV] -Cell[18,32] 0.0012552497045577 [GeV] -Cell[13,44] 9.6615430942393e-06 [GeV] -Cell[15,10] 3.7279420212144e-08 [GeV] -Cell[15,41] 0.00086250911435648 [GeV] -Cell[15,7] 7.8190034255385e-06 [GeV] -Cell[12,28] 0.0014421824044368 [GeV] -Cell[13,10] 0.00023053688331038 [GeV] -Cell[14,6] 0.00051051722036925 [GeV] -Cell[3,39] 0.00021539173195947 [GeV] -Cell[5,33] 3.5350209827811e-08 [GeV] -Cell[16,13] 0.0012894646755586 [GeV] -Cell[11,25] 2.4671306920936e-05 [GeV] -Cell[12,47] 0.00096966485645351 [GeV] -Cell[14,37] 1.3242497632746e-05 [GeV] -Cell[5,32] 0.00093655082707346 [GeV] -Cell[9,37] 0.0009553294544591 [GeV] -Cell[3,36] 4.0513972344343e-06 [GeV] -Cell[3,37] 4.4252504012547e-06 [GeV] -Cell[1,47] 4.3734906648751e-06 [GeV] -Cell[3,23] 2.8339020332169e-08 [GeV] -Cell[4,22] 0.00011458047564895 [GeV] -Cell[3,38] 3.9649211339565e-06 [GeV] -Cell[10,44] 1.9916395744076e-05 [GeV] -Cell[3,25] 6.5386110858526e-05 [GeV] -Cell[14,10] 0.022685495156819 [GeV] -Cell[4,25] 0.0012487321782255 [GeV] -Cell[4,38] 4.1394941479666e-05 [GeV] -Cell[4,37] 0.00011599123000633 [GeV] -Cell[11,47] 0.00017061175321078 [GeV] -Cell[13,11] 0.082044147998153 [GeV] -Cell[11,46] 3.975512139732e-06 [GeV] -Cell[9,29] 3.5557650291594e-05 [GeV] -Cell[12,44] 8.2945916801691e-12 [GeV] -Cell[13,43] 0.012227393227053 [GeV] -Cell[12,43] 8.9623131884764e-08 [GeV] -Cell[12,42] 0.0019977645607221 [GeV] -Cell[12,41] 0.00037207200381681 [GeV] -Cell[16,42] 0.0010216803252663 [GeV] -Cell[17,44] 0.00019636895022472 [GeV] -Cell[12,40] 8.2832531631993e-07 [GeV] -Cell[14,14] 0.00033873306794125 [GeV] -Cell[15,9] 0.00051212449668844 [GeV] -Cell[15,8] 0.0090967104677928 [GeV] -Cell[14,9] 0.0022619553931089 [GeV] -Cell[13,9] 4.6855267100909e-07 [GeV] -Cell[13,6] 0.0018939595389152 [GeV] -Cell[9,38] 0.0059348219082308 [GeV] -Cell[16,11] 4.4967214344069e-06 [GeV] -Cell[15,13] 3.1744715784043e-08 [GeV] -Cell[18,31] 6.2635328196052e-05 [GeV] -Cell[16,29] 3.4463554940885e-05 [GeV] -Cell[17,45] 0.00059703572242461 [GeV] -Cell[14,11] 0.47337260648244 [GeV] -Cell[16,24] 4.5781353255734e-06 [GeV] -Cell[17,36] 0.00046998166741624 [GeV] -Cell[14,13] 0.0072283449102333 [GeV] -Cell[13,5] 0.00043047113482104 [GeV] -Cell[16,4] 4.9326179141644e-06 [GeV] -Cell[14,12] 0.0061116035904854 [GeV] -Cell[17,2] 0.00019527791813607 [GeV] -Cell[13,4] 1.2714299373329e-09 [GeV] -Cell[16,41] 0.001399501442037 [GeV] -Cell[15,12] 8.4939529187977e-10 [GeV] -Cell[19,20] 3.76920439885e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 77 cells : 0.65276535792034 (GeV) - -Source track ID 1809 (pi-,0.65417583709581[GeV]) at (-91.171461545972,-491.61749826422,1123.494196517) +Cell[8,10] 7.7016758150421e-06 [GeV] +Cell[9,9] 3.371591650648e-06 [GeV] +Cell[10,1] 2.3207394406199e-10 [GeV] +Cell[12,37] 5.7510678743711e-09 [GeV] +Cell[8,36] 8.9699596196169e-05 [GeV] +Cell[10,47] 1.8490968795959e-05 [GeV] +Cell[8,37] 5.6774218502824e-05 [GeV] +Cell[12,38] 1.3177793970272e-06 [GeV] +Cell[13,36] 0.0015031709939274 [GeV] +Cell[15,1] 7.8480556767317e-06 [GeV] +Cell[14,13] 5.2214776826531e-07 [GeV] +Cell[14,10] 0.0013274557797181 [GeV] +Cell[13,33] 0.00097958640676177 [GeV] +Cell[13,11] 0.49672377609476 [GeV] +Cell[13,12] 0.019376581679069 [GeV] +Cell[14,11] 0.11943647540964 [GeV] +Cell[13,13] 0.00069450162692738 [GeV] +Cell[14,12] 0.015262508688481 [GeV] +Cell[13,10] 0.0056922360145382 [GeV] +Cell[12,47] 0.002938784630661 [GeV] +Cell[12,0] 2.0989252927279e-05 [GeV] +Cell[13,46] 1.3329317702073e-06 [GeV] +Cell[12,46] 1.2609680084097e-08 [GeV] +Cell[13,47] 0.000929833349452 [GeV] +Cell[15,2] 0.00218165904179 [GeV] +Cell[15,12] 0.00069961947412639 [GeV] +Cell[15,13] 5.1835560182099e-06 [GeV] +Cell[16,13] 5.8175422054774e-08 [GeV] +Cell[12,13] 2.962895334349e-05 [GeV] +Cell[12,12] 0.0023579493977678 [GeV] +Cell[6,47] 3.763803106267e-07 [GeV] +Cell[4,12] 3.5244105511083e-06 [GeV] +Cell[4,13] 3.3317415558486e-05 [GeV] +Cell[16,46] 7.1213929913938e-08 [GeV] +Cell[13,9] 0.0017834644618432 [GeV] +Cell[13,44] 0.0010054341915766 [GeV] +Cell[13,43] 0.0012036700132646 [GeV] +Cell[13,4] 0.00010176479672191 [GeV] +Cell[14,5] 0.00046542204173636 [GeV] +Cell[14,21] 0.0012097098342557 [GeV] +Cell[14,14] 8.2456836025813e-11 [GeV] +Cell[17,1] 1.8524294195231e-05 [GeV] +Cell[16,42] 0.0018657487529634 [GeV] +Cell[16,41] 1.6900606181025e-07 [GeV] +Cell[17,42] 8.226386989918e-08 [GeV] +Cell[16,43] 9.9727094493574e-10 [GeV] +Cell[15,44] 3.2506957590272e-05 [GeV] +Cell[15,45] 0.00046713906531716 [GeV] +Cell[15,46] 4.5659144234378e-09 [GeV] +Cell[12,39] 0.0062872244202571 [GeV] +Cell[12,40] 0.0025945465372714 [GeV] +Cell[13,34] 0.00048181629506075 [GeV] +Cell[11,39] 8.1939337018412e-05 [GeV] +Cell[11,0] 0.0025610733050481 [GeV] +Cell[10,0] 0.00030678621846482 [GeV] +Cell[11,47] 0.0017866819007949 [GeV] +Cell[15,11] 7.7463896533345e-06 [GeV] +Cell[15,10] 0.00053553854277834 [GeV] +Cell[10,34] 2.1824089344591e-09 [GeV] +Cell[15,17] 2.6459168198812e-05 [GeV] +Cell[15,16] 5.8733114565257e-06 [GeV] +Cell[15,18] 0.00028743484314748 [GeV] +Cell[12,36] 0.0010887135190169 [GeV] +Cell[13,37] 1.2966927897651e-06 [GeV] +Cell[12,35] 2.6725002882131e-06 [GeV] +Cell[9,36] 1.3352930977817e-08 [GeV] +Cell[9,37] 6.8976078182459e-12 [GeV] +Cell[14,29] 3.2625626772642e-08 [GeV] +Cell[13,35] 0.0021286070750264 [GeV] +### Total energy deposition in calorimeter by a source track in 69 cells : 0.69672246505325 (GeV) + +Source track ID 983 (pi-,0.65425525431217[GeV]) at (-90.638398205721,-491.71605706007,1130.6010714912) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[16,36] 1.8323751978642e-06 [GeV] -Cell[13,13] 2.246302756248e-06 [GeV] -Cell[14,30] 4.0548194340317e-07 [GeV] -Cell[10,1] 1.5558491635602e-05 [GeV] -Cell[14,32] 0.0013564315250498 [GeV] -Cell[15,32] 0.0061182382659187 [GeV] -Cell[16,32] 0.013002616730135 [GeV] -Cell[16,31] 2.0270859408811e-08 [GeV] -Cell[15,31] 0.0006625804908698 [GeV] -Cell[14,31] 7.1133553518621e-06 [GeV] -Cell[13,44] 5.3011003172969e-06 [GeV] -Cell[13,26] 8.5823262452323e-09 [GeV] -Cell[12,29] 2.116686719819e-05 [GeV] -Cell[10,10] 3.9292444796502e-07 [GeV] -Cell[12,23] 3.0170522804838e-06 [GeV] -Cell[14,6] 2.3523548854769e-05 [GeV] -Cell[15,0] 5.8759446837939e-06 [GeV] -Cell[14,35] 0.00088509910552279 [GeV] -Cell[14,36] 2.2654421627522e-10 [GeV] -Cell[14,34] 0.0098735301666033 [GeV] -Cell[13,33] 4.8136820842046e-06 [GeV] -Cell[14,33] 0.0011302526165705 [GeV] -Cell[15,36] 0.0033508297032956 [GeV] -Cell[16,45] 0.00016906034867907 [GeV] -Cell[9,37] 0.00019697133668774 [GeV] -Cell[11,41] 2.783917268971e-06 [GeV] -Cell[9,16] 3.5404580266913e-05 [GeV] -Cell[17,19] 0.00052168697836578 [GeV] -Cell[15,37] 0.0032751095715749 [GeV] -Cell[14,19] 0.00035664170029452 [GeV] -Cell[5,12] 4.7319685982075e-06 [GeV] -Cell[15,6] 0.00019512137131369 [GeV] -Cell[16,34] 0.0085929744845588 [GeV] -Cell[16,35] 0.003013047149463 [GeV] -Cell[10,47] 0.00017825177379814 [GeV] -Cell[11,47] 4.3308328895364e-06 [GeV] -Cell[12,24] 7.8700101609002e-05 [GeV] -Cell[10,2] 0.00017737131324429 [GeV] -Cell[12,6] 0.00096912512982533 [GeV] -Cell[12,5] 1.0610345498208e-08 [GeV] -Cell[12,44] 0.0004732995054362 [GeV] -Cell[17,22] 6.5077335748356e-06 [GeV] -Cell[13,43] 0.0031276361485027 [GeV] -Cell[13,45] 0.0045969065419558 [GeV] -Cell[16,46] 0.00022274894347481 [GeV] -Cell[13,46] 0.0021866560044287 [GeV] -Cell[16,5] 2.5649205781519e-10 [GeV] -Cell[16,7] 0.0025044113789388 [GeV] -Cell[16,8] 0.0020636957713153 [GeV] -Cell[14,47] 3.023633218254e-05 [GeV] -Cell[15,35] 0.085748394054379 [GeV] -Cell[15,38] 2.0954757928848e-12 [GeV] -Cell[15,34] 0.11730511192666 [GeV] -Cell[16,43] 1.4825640164418e-08 [GeV] -Cell[15,33] 0.0081338309847298 [GeV] -Cell[17,7] 0.001312462070775 [GeV] -Cell[17,8] 0.0021106199431724 [GeV] -Cell[13,6] 0.00029126323921787 [GeV] -Cell[15,5] 0.0011889393474788 [GeV] -Cell[9,38] 5.9163964232084e-05 [GeV] -Cell[16,11] 6.0535967350006e-12 [GeV] -Cell[15,11] 0.00090617809790365 [GeV] -Cell[16,33] 0.0025918385863003 [GeV] -Cell[16,0] 0.00032204614647685 [GeV] -Cell[15,19] 8.6179337956082e-05 [GeV] -Cell[15,20] 9.375713694385e-05 [GeV] -Cell[14,21] 0.00010294825754227 [GeV] -Cell[14,20] 2.300070535739e-07 [GeV] -Cell[14,25] 1.2025425655793e-07 [GeV] -Cell[15,25] 0.00041204679363068 [GeV] -Cell[13,25] 7.6064905722887e-05 [GeV] -Cell[14,24] 1.3770717146144e-08 [GeV] -Cell[16,6] 0.0013031860171717 [GeV] -Cell[16,4] 0.00049234317472747 [GeV] -Cell[17,25] 5.0251522792109e-05 [GeV] -Cell[17,26] 0.0010348988184878 [GeV] -Cell[16,2] 7.2666278128963e-07 [GeV] -Cell[15,12] 8.7704827285506e-07 [GeV] -Cell[16,3] 7.1522110374644e-08 [GeV] -Cell[18,9] 2.4831097922288e-05 [GeV] -Cell[18,27] 6.8694697339424e-06 [GeV] -Cell[15,18] 0.00015796522506344 [GeV] -Cell[19,22] 9.5043535566219e-06 [GeV] -Cell[10,0] 0.00060929388233671 [GeV] -Cell[16,1] 1.0831863619387e-09 [GeV] -Cell[16,44] 9.0126496357698e-05 [GeV] -Cell[19,13] 7.8491306571436e-05 [GeV] -Cell[14,18] 0.0027184033518366 [GeV] -Cell[18,11] 5.7831755839288e-08 [GeV] -Cell[18,28] 3.5212128977946e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 90 cells : 0.29677343433126 (GeV) - -Source track ID 1724 (gamma,0.23818895051853[GeV]) at (-24.111052240173,-499.41831880686,-17.911064377671) +Cell[15,33] 0.0084918585896963 [GeV] +Cell[13,14] 2.0983218784068e-06 [GeV] +Cell[14,32] 2.6648966695575e-09 [GeV] +Cell[15,32] 0.00096374218905805 [GeV] +Cell[16,32] 0.0019867948378834 [GeV] +Cell[16,31] 0.0018171244263226 [GeV] +Cell[15,31] 0.00034620423779813 [GeV] +Cell[14,25] 0.017263960310907 [GeV] +Cell[14,24] 0.0010253275450639 [GeV] +Cell[14,17] 1.4063875976717e-05 [GeV] +Cell[18,9] 0.00022168536453921 [GeV] +Cell[13,21] 0.0032432191030986 [GeV] +Cell[14,16] 2.2887150349561e-05 [GeV] +Cell[14,10] 1.0008512006607e-05 [GeV] +Cell[17,35] 0.0013514277559945 [GeV] +Cell[13,10] 0.00022016603920747 [GeV] +Cell[13,9] 0.0019118638796277 [GeV] +Cell[13,4] 1.413032412529e-06 [GeV] +Cell[15,34] 0.11182600610535 [GeV] +Cell[16,34] 0.098264070162147 [GeV] +Cell[16,35] 0.012342954779777 [GeV] +Cell[15,35] 0.011543550563717 [GeV] +Cell[16,36] 0.013747899230578 [GeV] +Cell[18,18] 4.6018284629099e-06 [GeV] +Cell[18,19] 1.8906604964286e-08 [GeV] +Cell[18,22] 6.2961294897832e-06 [GeV] +Cell[18,21] 0.00035552901907658 [GeV] +Cell[18,20] 2.4055306566879e-06 [GeV] +Cell[19,21] 3.7748700805196e-06 [GeV] +Cell[19,22] 1.0804370562823e-05 [GeV] +Cell[15,36] 1.1998937502312e-05 [GeV] +Cell[15,37] 6.0711861124219e-08 [GeV] +Cell[13,38] 2.5101460050792e-07 [GeV] +Cell[17,15] 1.4276447702855e-05 [GeV] +Cell[17,14] 1.9627454457805e-07 [GeV] +Cell[16,15] 1.0363524779677e-08 [GeV] +Cell[9,47] 0.0032311837297233 [GeV] +Cell[9,0] 0.001573155697183 [GeV] +Cell[10,22] 1.2694314646069e-06 [GeV] +Cell[12,15] 3.8375675212592e-06 [GeV] +Cell[13,15] 9.0513663599268e-07 [GeV] +Cell[16,38] 7.3645506293019e-05 [GeV] +Cell[16,39] 5.8662903029472e-08 [GeV] +Cell[16,33] 0.0092589503114174 [GeV] +Cell[16,23] 1.5976489521563e-08 [GeV] +Cell[15,30] 0.00012570179809961 [GeV] +Cell[16,30] 2.8407971797151e-07 [GeV] +Cell[16,29] 3.2347581234262e-06 [GeV] +Cell[18,2] 0.00073195694514868 [GeV] +Cell[19,20] 1.300941221416e-10 [GeV] +Cell[16,27] 0.00019001464430767 [GeV] +Cell[16,25] 1.8074393738061e-06 [GeV] +Cell[17,25] 0.00060092316051123 [GeV] +Cell[19,26] 0.0052005252398179 [GeV] +Cell[19,25] 0.00058898229101864 [GeV] +Cell[19,27] 1.6592545483604e-05 [GeV] +Cell[18,27] 0.00024577938016955 [GeV] +Cell[18,26] 6.0636396221525e-05 [GeV] +Cell[15,25] 0.0047540068759354 [GeV] +Cell[13,23] 0.0067825858259913 [GeV] +Cell[13,22] 0.012031905070924 [GeV] +Cell[12,22] 0.00073583205534612 [GeV] +Cell[12,23] 2.1066865883768e-08 [GeV] +Cell[14,38] 0.00031172195525846 [GeV] +Cell[14,39] 8.9588646142147e-07 [GeV] +Cell[16,45] 8.543080475647e-06 [GeV] +Cell[19,8] 0.00094037226899002 [GeV] +Cell[17,36] 0.00019802862078291 [GeV] +Cell[16,37] 1.1040297220461e-05 [GeV] +Cell[14,34] 1.0722718550824e-05 [GeV] +Cell[18,44] 0.0012541871287103 [GeV] +Cell[18,45] 1.4592894905945e-05 [GeV] +Cell[17,44] 0.00022901286842909 [GeV] +Cell[17,45] 9.1287754685254e-07 [GeV] +Cell[17,46] 0.0073678853177407 [GeV] +Cell[18,11] 0.00043163729866607 [GeV] +Cell[18,10] 0.0046346428243057 [GeV] +Cell[19,10] 1.74743900061e-09 [GeV] +Cell[17,37] 0.00030757860670474 [GeV] +Cell[19,18] 0.0020735945901695 [GeV] +Cell[19,17] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 81 cells : 0.35154873469809 (GeV) + +Source track ID 916 (gamma,0.23818895051853[GeV]) at (-24.111052240173,-499.41831880686,-17.911064377671) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,35] 0.00034414512078279 [GeV] -Cell[9,36] 0.0086503865168354 [GeV] -Cell[9,35] 0.22885996113664 [GeV] -Cell[9,34] 0.00033445774427678 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.23818895051853 (GeV) - -Source track ID 1725 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) +Cell[9,8] 0.0002908698940866 [GeV] +Cell[9,34] 0.00015542029314701 [GeV] +Cell[10,36] 0.00086281567955148 [GeV] +Cell[10,35] 0.0073896165973061 [GeV] +Cell[9,36] 0.0065575362663181 [GeV] +Cell[9,35] 0.22234500451821 [GeV] +Cell[8,35] 1.9923397907217e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.23762118664653 (GeV) + +Source track ID 917 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,8] 0.27188389399354 [GeV] -Cell[10,7] 0.059997846848695 [GeV] -Cell[10,9] 0.0010211148471666 [GeV] -Cell[9,42] 0.00092307918938842 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.33382593487879 (GeV) - -Source track ID 1718 (e-,0.00053647688282186[GeV]) at (442.38271736694,-233.01830695257,-1859.9837163713) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,44] 2.5477972821858e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 2.5477972821858e-05 (GeV) - -Source track ID 1640 (pi-,1.7948954175373[GeV]) at (442.43212862613,-232.92447608474,-1860.6745261842) +Cell[10,10] 0.00021827071858419 [GeV] +Cell[10,7] 0.072377300292396 [GeV] +Cell[10,9] 0.00069843680382088 [GeV] +Cell[13,34] 0.0017672126002125 [GeV] +Cell[10,8] 0.25779163759702 [GeV] +Cell[10,28] 0.0012824666319756 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.33413532464401 (GeV) + +Source track ID 777 (pi-,1.7949783735699[GeV]) at (442.19665166868,-233.37120913473,-1862.6073265794) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,24] 0.00022623294308585 [GeV] -Cell[0,44] 0.44944412495579 [GeV] -Cell[0,43] 0.031066816160691 [GeV] -Cell[7,40] 2.8147451947802e-05 [GeV] -Cell[7,41] 2.9359068025769e-07 [GeV] -Cell[1,44] 0.0029515865800712 [GeV] -Cell[1,43] 1.774218690116e-07 [GeV] -Cell[0,42] 0.00026490247382458 [GeV] -Cell[1,42] 1.2201095614728e-08 [GeV] -Cell[1,45] 2.3147756624894e-05 [GeV] -Cell[1,46] 3.1008451628622e-08 [GeV] -Cell[0,37] 0.00073798545605166 [GeV] -Cell[0,36] 6.9801322263174e-06 [GeV] -Cell[2,38] 1.717480015941e-06 [GeV] -Cell[1,15] 4.3161706793285e-05 [GeV] -Cell[5,18] 0.00011330349999371 [GeV] -Cell[5,17] 0.0038788700269515 [GeV] -Cell[5,19] 1.6439282830106e-05 [GeV] -Cell[0,46] 0.00015977900735766 [GeV] -Cell[3,23] 1.0266451252392e-05 [GeV] -Cell[0,29] 1.9081479986198e-06 [GeV] -Cell[0,35] 5.6398186936804e-06 [GeV] -Cell[0,0] 0.0011870777440609 [GeV] -Cell[0,2] 0.00041543458505646 [GeV] -Cell[1,14] 1.7504741309381e-05 [GeV] -Cell[1,36] 3.9290171116591e-12 [GeV] -Cell[0,45] 0.0065574210234062 [GeV] -Cell[2,14] 4.6675929169169e-06 [GeV] -Cell[0,1] 0.00029573759166647 [GeV] -Cell[5,22] 6.6196807892993e-08 [GeV] -Cell[5,23] 2.5763179114506e-05 [GeV] -Cell[4,20] 0.001646706901114 [GeV] -Cell[6,18] 4.1169141695718e-10 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.49913190352536 (GeV) - -Source track ID 1306 (e-,0.00088638896248429[GeV]) at (494.60376808022,73.260580129051,-1646.1910808655) +Cell[10,23] 0.001192383516239 [GeV] +Cell[0,35] 0.0001698364308233 [GeV] +Cell[2,29] 0.0013294001397378 [GeV] +Cell[16,46] 6.9068897315447e-05 [GeV] +Cell[16,45] 0.0015630133800922 [GeV] +Cell[17,45] 1.6404978055334e-05 [GeV] +Cell[0,44] 1.1928561111469 [GeV] +Cell[0,43] 0.19401619985521 [GeV] +Cell[0,42] 0.0081868761785675 [GeV] +Cell[0,40] 2.8881055593956e-05 [GeV] +Cell[0,45] 0.0086968053809265 [GeV] +Cell[1,45] 0.0036084588949846 [GeV] +Cell[1,46] 2.0108586795686e-10 [GeV] +Cell[0,46] 1.3479316089615e-07 [GeV] +Cell[0,6] 1.0007292646833e-05 [GeV] +Cell[0,5] 0.00081030641103007 [GeV] +Cell[0,4] 0.00048441284610828 [GeV] +Cell[0,3] 0.00047741150147431 [GeV] +Cell[2,14] 0.00011984001801466 [GeV] +Cell[2,11] 0.00014495034262291 [GeV] +Cell[2,12] 0.0018676119700151 [GeV] +Cell[2,13] 0.00037297992360254 [GeV] +Cell[0,41] 0.00046420606126798 [GeV] +Cell[6,18] 0.0029129649317116 [GeV] +Cell[1,19] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 25 cells : 1.4199092650572 (GeV) + +Source track ID 639 (gamma,0.59980090891317[GeV]) at (255.70125338095,-429.67065180136,-1133.3038212181) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[1,1] 0.00037539005248429 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00037539005248429 (GeV) - -Source track ID 1211 (e-,0.0058926442555168[GeV]) at (-273.65517656426,418.46486631447,-1170.7583755873) +Cell[4,39] 0.070807047481028 [GeV] +Cell[6,7] 0.00045281761119944 [GeV] +Cell[3,39] 0.011879210773709 [GeV] +Cell[4,40] 0.49117545867158 [GeV] +Cell[3,40] 0.023418783563551 [GeV] +Cell[3,16] 0.00012884027671257 [GeV] +Cell[2,20] 0.00013140894501948 [GeV] +Cell[7,45] 0.00016293726245581 [GeV] +Cell[1,15] 0.00089838038814514 [GeV] +Cell[5,15] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.5995658838834 (GeV) + +Source track ID 640 (gamma,0.053266099197347[GeV]) at (183.99446529674,464.9150855158,-1027.4557077553) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,16] 0.0039100733053246 [GeV] -Cell[6,26] 0.0014715720401922 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0053816453455168 (GeV) +Cell[4,9] 0.032068333494474 [GeV] +Cell[4,8] 0.021197765702873 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.053266099197347 (GeV) -Source track ID 1212 (e+,0.15891499976246[GeV]) at (-43.922668696095,498.06706292889,-1229.3728602026) +Source track ID 637 (gamma,0.39597382458922[GeV]) at (-372.59430036509,-333.4268845421,-1802.38517576) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,1] 0.0067562360183557 [GeV] -Cell[0,42] 0.000565807073704 [GeV] -Cell[1,45] 0.00063707019786061 [GeV] -Cell[5,7] 0.00051099891 [GeV] -Cell[2,8] 0.00038070950315992 [GeV] -Cell[1,39] 0.00052539528557133 [GeV] -Cell[3,2] 0.00082763379101007 [GeV] -Cell[0,39] 0.00067222259838923 [GeV] -Cell[2,1] 0.0018641206623548 [GeV] -Cell[3,35] 0.00016209102507002 [GeV] -Cell[4,5] 0.00061545622307753 [GeV] -Cell[5,38] 0.00069473763456849 [GeV] -Cell[3,11] 0.00024854844272104 [GeV] -Cell[3,12] 0.14423282036818 [GeV] -Cell[2,6] 0.00046970047116747 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.15916354820519 (GeV) - -Source track ID 1127 (gamma,0.025785962614609[GeV]) at (-499.85156085474,12.182656158847,-421.86013797863) +Cell[0,29] 0.37055752280205 [GeV] +Cell[1,44] 0.0047555593120449 [GeV] +Cell[0,28] 0.0013754237087295 [GeV] +Cell[2,0] 0.0067738802412101 [GeV] +Cell[1,27] 0.0028512415915417 [GeV] +Cell[1,10] 0.0017365152991928 [GeV] +Cell[3,6] 7.4422049779845e-05 [GeV] +Cell[0,30] 0.00052004968629552 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.38864461469084 (GeV) + +Source track ID 638 (gamma,0.02130681471934[GeV]) at (476.4290349493,151.70818915695,-84.417523610294) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,9] 0.00046872468990094 [GeV] -Cell[7,23] 0.025274963704609 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.02574368839451 (GeV) +Cell[9,2] 0.019240709929628 [GeV] +Cell[9,3] 0.00047750028042706 [GeV] +Cell[9,1] 0.0015886045092852 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.02130681471934 (GeV) -Source track ID 1128 (gamma,0.77353931528222[GeV]) at (193.22389782297,-461.15564109105,-1884.3170311697) +Source track ID 636 (gamma,0.19239638056034[GeV]) at (-414.65188354472,279.39902554021,-1130.207205533) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,17] 0.001093847938728 [GeV] -Cell[7,12] 0.00057371637912079 [GeV] -Cell[0,41] 0.0015119454611284 [GeV] -Cell[6,2] 0.0013447345968301 [GeV] -Cell[12,46] 0.00018379491353425 [GeV] -Cell[1,6] 0.00041905849380918 [GeV] -Cell[0,37] 0.0011259119091309 [GeV] -Cell[0,36] 0.0021487465412173 [GeV] -Cell[0,38] 0.14670119269337 [GeV] -Cell[2,28] 0.00051099891 [GeV] -Cell[1,19] 0.00042077991036718 [GeV] -Cell[0,15] 0.00045910786270884 [GeV] -Cell[1,30] 0.0023328874108405 [GeV] -Cell[0,39] 0.56945742719296 [GeV] -Cell[0,40] 0.0002710183906919 [GeV] -Cell[0,31] 0.00050003048956512 [GeV] -Cell[0,12] 0.00046235490489793 [GeV] -Cell[1,2] 0.00049483484105464 [GeV] -Cell[3,10] 0.00051099891 [GeV] -Cell[0,30] 0.00090003818582361 [GeV] -### Total energy deposition in calorimeter by a source track in 20 cells : 0.73142342593578 (GeV) - -Source track ID 1098 (pi+,0.23586512246985[GeV]) at (50.735242666753,497.41927501007,-1634.3607665834) +Cell[4,19] 0.12531784248836 [GeV] +Cell[3,19] 0.042554545711154 [GeV] +Cell[3,18] 0.00012169025660008 [GeV] +Cell[4,18] 0.00021603862157033 [GeV] +Cell[3,20] 0.021207605767239 [GeV] +Cell[4,20] 0.00051099891 [GeV] +Cell[7,46] 0.0014986349357049 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.19142735669063 (GeV) + +Source track ID 630 (gamma,0.25162621009879[GeV]) at (499.0263468853,-31.188220762197,957.00755057216) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[1,10] 0.0038429750368694 [GeV] -Cell[1,11] 0.1357189305833 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.13956190562017 (GeV) - -Source track ID 1095 (gamma,0.59980090891317[GeV]) at (255.70125183928,-429.67065271883,-1133.3038134246) +Cell[15,46] 0.00095033859443292 [GeV] +Cell[14,47] 0.12950863468419 [GeV] +Cell[15,47] 0.11822083127194 [GeV] +Cell[11,20] 0.00051099891 [GeV] +Cell[12,17] 0.00089086902572514 [GeV] +Cell[12,29] 0.00044865664162443 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.25053032912791 (GeV) + +Source track ID 566 (gamma,0.23940053141976[GeV]) at (-378.30990930573,-326.92753405165,1067.9855609718) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,10] 0.00047442198621097 [GeV] -Cell[5,28] 0.00037237742724324 [GeV] -Cell[0,27] 0.00080466861681818 [GeV] -Cell[10,16] 2.9056296596536e-05 [GeV] -Cell[5,2] 3.9185331319459e-05 [GeV] -Cell[5,3] 9.7107499605045e-06 [GeV] -Cell[3,39] 0.022351815786171 [GeV] -Cell[3,17] 0.00093134570965974 [GeV] -Cell[3,28] 0.001806855747455 [GeV] -Cell[4,39] 0.051432529637455 [GeV] -Cell[3,40] 0.011610884623447 [GeV] -Cell[4,40] 0.46517552044488 [GeV] -Cell[6,6] 0.00051099891 [GeV] -Cell[3,5] 0.0017181664910786 [GeV] -Cell[1,3] 0.0013068948422639 [GeV] -Cell[9,17] 2.4349065555725e-05 [GeV] -Cell[1,31] 0.00065382955838844 [GeV] -Cell[3,38] 0.00051099891 [GeV] -Cell[0,31] 0.00044802519837021 [GeV] -Cell[0,32] 0.0020698468985548 [GeV] -Cell[3,25] 0.00056931698230503 [GeV] -Cell[3,29] 4.3801102265206e-09 [GeV] -Cell[4,6] 0.00051099891 [GeV] -Cell[1,2] 0.00071326785049104 [GeV] -Cell[5,4] 7.3460892570438e-05 [GeV] -Cell[5,27] 0.00079268364754426 [GeV] -Cell[4,29] 0.00051099891 [GeV] -Cell[2,33] 0.0034837922571457 [GeV] -### Total energy deposition in calorimeter by a source track in 28 cells : 0.56893600606159 (GeV) - -Source track ID 1096 (gamma,0.053266099197347[GeV]) at (183.99444796925,464.91509237332,-1027.4556248624) +Cell[14,14] 0.0019150335532374 [GeV] +Cell[15,17] 0.0014132776850207 [GeV] +Cell[15,29] 0.22762127806466 [GeV] +Cell[16,17] 0.0014271826229179 [GeV] +Cell[15,0] 0.0011147753544696 [GeV] +Cell[17,10] 0.00064181168356302 [GeV] +Cell[16,21] 0.0028098030997666 [GeV] +Cell[18,15] 0.00087982006519646 [GeV] +Cell[15,28] 0.00068289992328637 [GeV] +Cell[14,28] 0.00038365045763992 [GeV] +Cell[15,39] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.23940053141976 (GeV) + +Source track ID 365 (gamma,0.037435287391734[GeV]) at (-472.22013620621,164.34154362603,171.14234788496) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,9] 0.0505862828067 [GeV] -Cell[4,8] 0.0026798163906468 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.053266099197347 (GeV) +Cell[10,21] 0.030061617822348 [GeV] +Cell[10,12] 0.00051099891 [GeV] +Cell[11,21] 0.006862670659386 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.037435287391734 (GeV) -Source track ID 1093 (gamma,0.39597382458922[GeV]) at (-372.59430050589,-333.42688438476,-1802.3851739763) +Source track ID 349 (e-,0.35762333049087[GeV]) at (-473.31908594006,161.14913243597,171.76556980294) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,27] 0.0024351790038684 [GeV] -Cell[1,20] 0.0025028302788422 [GeV] -Cell[0,20] 0.00084763056463602 [GeV] -Cell[1,27] 0.0012317421698325 [GeV] -Cell[0,28] 0.0013219993600722 [GeV] -Cell[1,11] 0.00051099891 [GeV] -Cell[0,29] 0.3797003304762 [GeV] -Cell[1,28] 0.0018471785202874 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.39039788928374 (GeV) - -Source track ID 1094 (gamma,0.02130681471934[GeV]) at (476.42903462654,151.70819017055,-84.41751384172) +Cell[12,0] 0.0067915785484259 [GeV] +Cell[10,22] 0.0061163822308107 [GeV] +Cell[10,21] 0.2874875962696 [GeV] +Cell[11,21] 0.041628933698249 [GeV] +Cell[10,20] 0.00054679675631421 [GeV] +Cell[11,22] 0.010511071625982 [GeV] +Cell[11,23] 0.0012438502768218 [GeV] +Cell[12,3] 0.00064857620983225 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.35497478561604 (GeV) + +Source track ID 355 (gamma,0.00051099891[GeV]) at (35.061577885386,498.76917081571,81.613938736146) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,2] 0.02130681471934 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.02130681471934 (GeV) - -Source track ID 1092 (gamma,0.19239638056034[GeV]) at (-414.65188411296,279.39902469689,-1130.2072097185) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,19] 0.17650611717072 [GeV] -Cell[3,19] 0.0034459615076418 [GeV] -Cell[3,35] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.18046307758836 (GeV) +Cell[10,11] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) -Source track ID 1021 (e-,0.0013119825819006[GeV]) at (-480.59465021929,-137.94485195396,1103.2209100344) +Source track ID 356 (gamma,0.00051099891[GeV]) at (-484.71625659225,-122.67905524252,155.08961679652) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,26] 0.00080098367190064 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00080098367190064 (GeV) +Cell[10,25] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) -Source track ID 1009 (gamma,0.25162621009879[GeV]) at (499.02634684687,-31.18822137703,957.00756056839) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,0] 0.0012576071255154 [GeV] -Cell[15,47] 0.026838174003798 [GeV] -Cell[14,0] 0.0079614590772534 [GeV] -Cell[14,46] 0.00084336297399884 [GeV] -Cell[17,34] 0.00029472193231944 [GeV] -Cell[14,47] 0.20313277145756 [GeV] -Cell[15,46] 0.00077500805346261 [GeV] -Cell[17,29] 4.0230306069134e-05 [GeV] -Cell[19,28] 0.0018535067947877 [GeV] -Cell[15,1] 0.00099882254575159 [GeV] -Cell[16,2] 5.0186216982411e-06 [GeV] -Cell[16,1] 0.00088773418838696 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.2448884170806 (GeV) - -Source track ID 564 (gamma,0.23940053141976[GeV]) at (-378.30993322922,-326.92750636816,1067.9857157049) +Source track ID 348 (gamma,0.17556583448629[GeV]) at (-370.26449918043,336.01220312165,-37.728304904185) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[13,13] 0.0019514581189435 [GeV] -Cell[15,29] 0.22844629742805 [GeV] -Cell[15,28] 0.0033790381709397 [GeV] -Cell[15,27] 0.0040562002041742 [GeV] -Cell[16,2] 0.0015675374976553 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.23940053141976 (GeV) - -Source track ID 281 (gamma,0.41164872010706[GeV]) at (-456.42208688983,204.15405604378,168.67819509918) +Cell[10,19] 0.00099957099969867 [GeV] +Cell[9,17] 0.0019029222160373 [GeV] +Cell[5,36] 0.00044750827895913 [GeV] +Cell[9,18] 0.16876877508361 [GeV] +Cell[9,19] 0.00082488999639315 [GeV] +Cell[6,36] 6.349063104087e-05 [GeV] +Cell[10,18] 0.002558677280556 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.17556583448629 (GeV) + +Source track ID 346 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,20] 0.39389196150832 [GeV] -Cell[10,21] 0.0012054843314289 [GeV] -Cell[10,13] 0.0010683645951464 [GeV] -Cell[11,10] 0.0012568624428984 [GeV] -Cell[11,20] 0.0051013147799664 [GeV] -Cell[11,21] 0.0065868326498718 [GeV] -Cell[9,23] 9.5744662746831e-05 [GeV] -Cell[10,18] 0.0011644811660554 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.41037104613643 (GeV) - -Source track ID 282 (gamma,0.17556583448629[GeV]) at (-370.2645107658,336.01219035529,-37.728282235008) +Cell[14,18] 0.0010682720423431 [GeV] +Cell[15,1] 0.00072969550916334 [GeV] +Cell[14,40] 0.23258018914618 [GeV] +Cell[14,41] 0.030954136767879 [GeV] +Cell[15,41] 0.057582331149622 [GeV] +Cell[12,41] 0.0031703600796771 [GeV] +Cell[15,40] 0.086670798001061 [GeV] +Cell[17,5] 0.00036653226201204 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.41312231495794 (GeV) + +Source track ID 306 (gamma,0.00048969154015137[GeV]) at (-322.52983188736,382.06610362961,-252.65755529257) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,17] 0.0013273700814343 [GeV] -Cell[9,18] 0.17214418892823 [GeV] -Cell[9,19] 0.0015832765666321 [GeV] -Cell[10,17] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.17556583448629 (GeV) +Cell[8,17] 0.00048969154015137 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00048969154015137 (GeV) -Source track ID 280 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) +Source track ID 307 (neutron,1.0143763312966[GeV]) at (-451.39383360382,215.04326770315,222.90888235516) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,40] 0.31986786585399 [GeV] -Cell[15,41] 0.039882071474889 [GeV] -Cell[14,40] 0.051181823875544 [GeV] -Cell[15,39] 0.0012242993685995 [GeV] -Cell[14,41] 0.00035116172365402 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.41250722229668 (GeV) - -Source track ID 241 (mu-,0.15953941825933[GeV]) at (-216.54346018649,-450.67608085016,-1381.8569286952) +Cell[10,19] 0.00019511790123715 [GeV] +Cell[12,20] 0.0022836425611596 [GeV] +Cell[12,19] 1.7897277051816e-05 [GeV] +Cell[13,46] 0.0021345072424637 [GeV] +Cell[13,47] 1.3111867738189e-05 [GeV] +Cell[13,44] 0.0015926061079538 [GeV] +Cell[16,23] 0.00070169307336188 [GeV] +Cell[14,34] 6.8723215372302e-07 [GeV] +Cell[11,20] 0.0089318496878703 [GeV] +Cell[11,21] 6.6619101682704e-05 [GeV] +Cell[10,18] 0.00014796223766689 [GeV] +Cell[17,5] 1.5975125442537e-05 [GeV] +Cell[11,19] 0.0030847890180963 [GeV] +Cell[11,18] 1.7988513569776e-05 [GeV] +Cell[14,45] 2.5868256198009e-05 [GeV] +Cell[13,45] 3.5831356103699e-07 [GeV] +Cell[18,0] 0.0021457558490092 [GeV] +Cell[19,47] 0.00031323410329641 [GeV] +Cell[19,46] 2.9862439259887e-07 [GeV] +Cell[18,47] 1.1044743296225e-06 [GeV] +Cell[14,20] 1.6688427422196e-07 [GeV] +Cell[13,20] 5.8936604182236e-07 [GeV] +Cell[17,22] 0.00075352947303859 [GeV] +Cell[17,23] 0.00047084638134232 [GeV] +### Total energy deposition in calorimeter by a source track in 24 cells : 0.022916198672932 (GeV) + +Source track ID 310 (neutron,0.94126524453132[GeV]) at (267.3741727632,-422.50568249338,-539.65462769777) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,32] 0.058964847824274 [GeV] -Cell[3,33] 1.4207605709089e-05 [GeV] -Cell[3,13] 2.5729507087021e-05 [GeV] -Cell[4,13] 2.0901433200947e-05 [GeV] -Cell[2,32] 0.0068671083238393 [GeV] -Cell[3,14] 9.9897354024279e-06 [GeV] -Cell[4,14] 0.0011723062020028 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.067075090631515 (GeV) - -Source track ID 209 (pi+,1.0810044126498[GeV]) at (389.74848896632,-313.20299383702,506.02688889092) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,20] 0.00042808551533267 [GeV] -Cell[8,28] 1.3423765767584e-07 [GeV] -Cell[7,44] 2.0321256923467e-05 [GeV] -Cell[10,8] 1.0290065243908e-06 [GeV] -Cell[12,11] 4.8665582239664e-06 [GeV] -Cell[10,20] 0.00050309773287381 [GeV] -Cell[13,44] 9.3225888838333e-07 [GeV] -Cell[13,15] 0.0039114065216713 [GeV] -Cell[17,14] 6.5825532215058e-07 [GeV] -Cell[17,13] 0.00038605177969293 [GeV] -Cell[12,28] 9.6922625616571e-06 [GeV] -Cell[12,29] 0.00050121701156729 [GeV] -Cell[10,10] 5.1401123801043e-06 [GeV] -Cell[12,33] 0.00049491845170955 [GeV] -Cell[13,16] 5.1291883864906e-06 [GeV] -Cell[10,14] 7.5198623817414e-06 [GeV] -Cell[11,26] 7.9848041059449e-06 [GeV] -Cell[11,35] 1.0998722253134e-05 [GeV] -Cell[12,34] 2.2241356109248e-05 [GeV] -Cell[13,34] 0.016934531540974 [GeV] -Cell[13,35] 0.022098835465909 [GeV] -Cell[14,35] 0.020290497667749 [GeV] -Cell[14,34] 0.12377814164296 [GeV] -Cell[13,33] 9.8148883580507e-09 [GeV] -Cell[14,33] 0.00098928150433888 [GeV] -Cell[11,36] 0.00041535431104705 [GeV] -Cell[11,41] 1.9479501270325e-06 [GeV] -Cell[8,27] 4.7674903498773e-08 [GeV] -Cell[9,16] 0.000644757455172 [GeV] -Cell[9,17] 1.0291155631421e-05 [GeV] -Cell[13,39] 0.00052002854399495 [GeV] -Cell[10,19] 1.0484210593859e-05 [GeV] -Cell[12,10] 0.00051601264565647 [GeV] -Cell[12,6] 0.00019075117189141 [GeV] -Cell[12,44] 0.005953534140742 [GeV] -Cell[13,43] 0.0009000223137373 [GeV] -Cell[12,43] 0.031817428868212 [GeV] -Cell[13,42] 0.0029318879941054 [GeV] -Cell[12,42] 0.48503632911271 [GeV] -Cell[12,41] 0.010046069654571 [GeV] -Cell[11,42] 0.00246534363314 [GeV] -Cell[13,41] 0.006521313844707 [GeV] -Cell[12,8] 0.0012590711955488 [GeV] -Cell[12,9] 0.00027229627766667 [GeV] -Cell[12,40] 0.00061373043931324 [GeV] -Cell[12,39] 0.0018412543068513 [GeV] -Cell[18,5] 4.357231815618e-05 [GeV] -Cell[18,12] 0.00021609474242018 [GeV] -Cell[15,35] 0.0035806248787055 [GeV] -Cell[18,10] 0.014275332558091 [GeV] -Cell[15,34] 0.0011334998312462 [GeV] -Cell[15,33] 0.0020513985887113 [GeV] -Cell[13,6] 0.0026851887459013 [GeV] -Cell[11,38] 0.00018229254596952 [GeV] -Cell[11,37] 0.00010278358599794 [GeV] -Cell[16,33] 1.2092589258828e-09 [GeV] -Cell[19,16] 0.00029340455613612 [GeV] -Cell[18,6] 0.00051438141840276 [GeV] -Cell[18,7] 0.00047554150983729 [GeV] -Cell[13,40] 0.0026190781447966 [GeV] -Cell[15,19] 0.00011693575743789 [GeV] -Cell[16,24] 0.0016384882584268 [GeV] -Cell[14,13] 1.1410236069082e-05 [GeV] -Cell[9,19] 9.5509029051755e-06 [GeV] -Cell[18,3] 4.1676211694721e-05 [GeV] -Cell[17,23] 0.0010051373574879 [GeV] -Cell[19,17] 0.00016640542888479 [GeV] -Cell[18,17] 3.3220567274839e-09 [GeV] -Cell[10,18] 0.00045221128648519 [GeV] -Cell[14,12] 0.0026010715262635 [GeV] -Cell[13,4] 3.1784994644113e-07 [GeV] -Cell[10,9] 4.976829705447e-05 [GeV] -Cell[19,10] 0.00014517392833579 [GeV] -Cell[17,15] 2.2125588543531e-08 [GeV] -Cell[18,15] 1.4513337873723e-08 [GeV] -Cell[17,12] 8.2437135506325e-05 [GeV] -Cell[18,9] 3.697681252379e-05 [GeV] -Cell[18,18] 5.3462923640836e-05 [GeV] -Cell[17,24] 1.5289157049665e-06 [GeV] -Cell[18,13] 3.2629835686748e-09 [GeV] -Cell[18,11] 0.0019691080759186 [GeV] -Cell[18,8] 0.0016662421695556 [GeV] -Cell[19,39] 1.3105920515954e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 83 cells : 0.78060183346907 (GeV) - -Source track ID 203 (gamma,0.00075262405294469[GeV]) at (-368.98363098681,-337.418256862,-446.62993314813) +Cell[7,40] 0.00018695479618468 [GeV] +Cell[0,11] 1.0848750796868e-05 [GeV] +Cell[5,26] 0.0012354617449995 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.001433265291981 (GeV) + +Source track ID 311 (gamma,7.7809027118866e-05[GeV]) at (-381.55154258892,-323.13839194379,-545.09955519588) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,29] 0.00075262405294469 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00075262405294469 (GeV) +Cell[7,29] 7.7809027118866e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.7809027118866e-05 (GeV) -Source track ID 189 (gamma,6.7854157481726e-05[GeV]) at (366.24341175552,340.3906040796,-245.52756175029) +Source track ID 251 (gamma,0.0056427967396733[GeV]) at (494.13049068219,76.38755250811,1188.4412261799) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,5] 6.7854157481726e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 6.7854157481726e-05 (GeV) +Cell[15,1] 0.0051317978296733 [GeV] +Cell[15,0] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0056427967396733 (GeV) -Source track ID 190 (gamma,0.00085298374574838[GeV]) at (372.24797431042,333.81348927476,-221.91469260165) +Source track ID 252 (gamma,0.0052219633887345[GeV]) at (-442.96417515312,231.91105952696,-491.2134629091) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,5] 0.00085298374574838 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00085298374574838 (GeV) +Cell[7,20] 0.0052219633887345 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0052219633887345 (GeV) -Source track ID 191 (gamma,0.00059400966251491[GeV]) at (471.84125819804,-165.42619823382,-1178.2274247368) +Source track ID 253 (gamma,0.0013327477574231[GeV]) at (-308.41678190003,393.54680616469,-407.02105335374) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,45] 0.00059400966251491 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00059400966251491 (GeV) +Cell[7,17] 0.0013327477574231 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0013327477574231 (GeV) -Source track ID 193 (gamma,7.5695946626408e-05[GeV]) at (481.64681172804,-134.2249930237,-147.26993565094) +Source track ID 241 (gamma,0.0043968335052791[GeV]) at (-474.56634209732,157.43820041008,-287.52369011308) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,45] 7.5695946626408e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 7.5695946626408e-05 (GeV) +Cell[8,21] 0.0043968335052791 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0043968335052791 (GeV) -Source track ID 194 (gamma,0.0004425842162839[GeV]) at (-190.54660281017,462.26831186823,-63.590863912348) +Source track ID 243 (gamma,0.0017508924093049[GeV]) at (-493.63572910471,-79.522116114067,-140.91877154224) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,15] 0.0004425842162839 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0004425842162839 (GeV) +Cell[9,25] 0.0017508924093049 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0017508924093049 (GeV) -Source track ID 195 (gamma,0.00051099891[GeV]) at (475.26259692165,155.32373922647,-330.47187172817) +Source track ID 215 (pi+,1.0808886954416[GeV]) at (389.82820998448,-313.10376347194,505.54462039611) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,2] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) +Cell[13,39] 0.0012640581935751 [GeV] +Cell[13,36] 0.00011967057563265 [GeV] +Cell[13,43] 0.0015098215974467 [GeV] +Cell[15,44] 0.0024968770673629 [GeV] +Cell[15,45] 0.0018352339724448 [GeV] +Cell[15,46] 1.4141609601211e-05 [GeV] +Cell[13,37] 0.0054398257582501 [GeV] +Cell[16,45] 2.9042939047486e-07 [GeV] +Cell[14,40] 0.00025545790799106 [GeV] +Cell[14,41] 0.20918179024286 [GeV] +Cell[14,45] 4.359321584343e-05 [GeV] +Cell[12,42] 0.1202598288944 [GeV] +Cell[13,42] 0.24531941176076 [GeV] +Cell[14,42] 0.28517119924509 [GeV] +Cell[14,43] 0.0014613931280749 [GeV] +Cell[15,42] 0.0037219264040142 [GeV] +Cell[13,40] 0.00077667533978865 [GeV] +Cell[15,43] 0.021103217472485 [GeV] +Cell[14,44] 1.1114349263153e-09 [GeV] +Cell[13,41] 0.00033136477088189 [GeV] +### Total energy deposition in calorimeter by a source track in 20 cells : 0.90030577869733 (GeV) + +Source track ID 212 (gamma,0.028595474656773[GeV]) at (328.1859462591,377.21874910722,-300.64113703351) +Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[8,6] 0.028595474656773 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.028595474656773 (GeV) -Source track ID 182 (gamma,0.46372847760985[GeV]) at (-465.99474922129,181.24263763856,-913.38295128771) +Source track ID 213 (gamma,0.46372847760985[GeV]) at (-465.99474696938,181.24264342847,-913.38295933636) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,4] 0.00030690481028831 [GeV] -Cell[6,36] 0.00051099891 [GeV] -Cell[3,0] 0.0019641675082636 [GeV] -Cell[5,20] 0.025503458948824 [GeV] -Cell[4,1] 0.0031603439436377 [GeV] -Cell[4,6] 0.001468761049888 [GeV] -Cell[6,44] 0.00051099891 [GeV] -Cell[5,22] 0.00058664310274636 [GeV] -Cell[5,21] 0.41171753912959 [GeV] -Cell[4,20] 0.004995394775592 [GeV] -Cell[4,21] 0.013003266521024 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.46372847760985 (GeV) - -Source track ID 179 (gamma,0.21067608644927[GeV]) at (-247.62061578369,-434.37775108643,-1046.3393927423) +Cell[8,9] 0.00048375595900565 [GeV] +Cell[6,7] 0.00052353277161129 [GeV] +Cell[5,20] 0.034480146900106 [GeV] +Cell[6,9] 0.00058535897126393 [GeV] +Cell[1,33] 6.2497131590404e-05 [GeV] +Cell[4,40] 0.00051099891 [GeV] +Cell[4,20] 0.070127988732346 [GeV] +Cell[5,21] 0.33444499237184 [GeV] +Cell[4,21] 0.0063421533234657 [GeV] +Cell[3,35] 0.00044595892210976 [GeV] +Cell[3,42] 0.00044936667909266 [GeV] +Cell[6,6] 0.0077827655155083 [GeV] +Cell[7,18] 0.0002396913794406 [GeV] +Cell[0,33] 0.0004485017784096 [GeV] +Cell[5,22] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.45743870825579 (GeV) + +Source track ID 210 (gamma,0.21067608644927[GeV]) at (-247.62061538533,-434.37775131352,-1046.3393876227) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,12] 0.0013186554622979 [GeV] -Cell[6,2] 0.00050563266061671 [GeV] -Cell[5,18] 0.00033527185410215 [GeV] -Cell[4,31] 0.047123209476763 [GeV] -Cell[4,32] 0.14919856697202 [GeV] -Cell[3,31] 0.010296036917783 [GeV] -Cell[2,3] 0.0010225823933044 [GeV] -Cell[6,21] 0.00087613071237584 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.21067608644927 (GeV) - -Source track ID 177 (gamma,0.06726801612498[GeV]) at (-461.11389798393,-193.32349336298,-562.35047877207) +Cell[4,32] 0.18858785313234 [GeV] +Cell[4,31] 0.015042089782224 [GeV] +Cell[2,7] 0.00051099891 [GeV] +Cell[4,33] 0.0040948366301266 [GeV] +Cell[3,0] 0.0015282519868528 [GeV] +Cell[5,23] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.21027502935154 (GeV) + +Source track ID 208 (gamma,0.06726801612498[GeV]) at (-461.11390251385,-193.32348255824,-562.35052722159) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,27] 0.019028183632887 [GeV] -Cell[6,26] 0.0034524014347911 [GeV] -Cell[6,27] 0.022809299889978 [GeV] -Cell[7,26] 0.021978131167324 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.06726801612498 (GeV) +Cell[7,27] 0.039402472697923 [GeV] +Cell[6,27] 0.027354544517057 [GeV] +Cell[7,26] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.06726801612498 (GeV) -Source track ID 178 (gamma,1.2213291054873[GeV]) at (-495.8101023425,64.593671633674,-1525.2871382147) +Source track ID 209 (gamma,1.2213291054873[GeV]) at (-495.81010252032,64.593670268736,-1525.2871340715) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,7] 0.00019971599551337 [GeV] -Cell[7,4] 0.00040217654137919 [GeV] -Cell[6,39] 0.0031019744068329 [GeV] -Cell[1,38] 0.00051099891 [GeV] -Cell[0,42] 0.0013489907144867 [GeV] -Cell[2,23] 0.61334758757417 [GeV] -Cell[1,22] 0.10126678298154 [GeV] -Cell[1,21] 0.0007913196304507 [GeV] -Cell[0,38] 0.00051099891 [GeV] -Cell[2,21] 9.9192113916262e-05 [GeV] -Cell[2,22] 0.3346895897665 [GeV] -Cell[1,24] 0.00051814068579929 [GeV] -Cell[1,27] 0.0088150063085006 [GeV] -Cell[1,23] 0.095836533522915 [GeV] -Cell[2,9] 0.00051099891 [GeV] -Cell[0,28] 0.004324108386896 [GeV] -Cell[3,7] 0.0018282908967929 [GeV] -Cell[2,4] 0.00051099891 [GeV] -Cell[4,17] 0.00010882236862081 [GeV] -Cell[3,36] 0.0027904635097514 [GeV] -Cell[1,17] 0.0016701666600284 [GeV] -Cell[0,29] 0.00051099891 [GeV] -Cell[1,30] 0.00079790690806094 [GeV] -Cell[2,25] 0.0022877750476755 [GeV] -Cell[4,9] 0.00051099891 [GeV] -Cell[1,33] 0.002044426298916 [GeV] -Cell[4,41] 0.00052878136558527 [GeV] -Cell[2,24] 0.00088420065881307 [GeV] -Cell[2,37] 0.0012700257750871 [GeV] -Cell[1,2] 0.00072303077921489 [GeV] -Cell[1,28] 0.002458790590541 [GeV] -Cell[3,47] 0.00062838007686057 [GeV] -Cell[5,44] 0.00051099891 [GeV] -Cell[14,38] 0.0028445515847462 [GeV] -Cell[17,2] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 35 cells : 1.1896947224296 (GeV) - -Source track ID 93 (proton,1.0788792854181[GeV]) at (346.99015687008,-359.99698753639,-1899.7194851634) +Cell[6,7] 0.00051099891 [GeV] +Cell[6,37] 0.0021780627641351 [GeV] +Cell[6,43] 0.00096005241123937 [GeV] +Cell[0,44] 0.0010570587986568 [GeV] +Cell[1,15] 0.0011444829195414 [GeV] +Cell[2,23] 0.47680203719028 [GeV] +Cell[2,22] 0.648212343332 [GeV] +Cell[1,29] 0.00066879505639894 [GeV] +Cell[2,38] 0.0020387423014991 [GeV] +Cell[1,39] 0.00051099891 [GeV] +Cell[1,9] 0.00051099891 [GeV] +Cell[1,23] 0.013907035743866 [GeV] +Cell[4,43] 0.00051099891 [GeV] +Cell[0,47] 0.00026801701283283 [GeV] +Cell[1,22] 0.019359560307097 [GeV] +Cell[1,8] 0.00051099891 [GeV] +Cell[6,2] 0.00034149548640277 [GeV] +Cell[3,29] 0.00049532042234265 [GeV] +Cell[1,20] 0.00016247307772369 [GeV] +Cell[2,26] 0.00030171780749041 [GeV] +Cell[1,16] 0.00051099891 [GeV] +Cell[3,9] 0.0021772746427884 [GeV] +Cell[9,43] 0.00030270828916598 [GeV] +Cell[1,38] 0.00036193340074869 [GeV] +Cell[1,21] 0.00091337940554884 [GeV] +Cell[5,46] 0.00065408703986327 [GeV] +Cell[4,2] 0.00073047752963261 [GeV] +Cell[1,24] 0.0015673580271099 [GeV] +Cell[2,30] 0.00051099891 [GeV] +Cell[3,28] 0.00034989383328354 [GeV] +Cell[2,40] 0.0024872073021963 [GeV] +Cell[5,43] 0.00045453979885949 [GeV] +Cell[2,3] 0.00037525024371052 [GeV] +Cell[2,24] 0.0026020284907835 [GeV] +Cell[0,34] 0.00066999201386226 [GeV] +### Total energy deposition in calorimeter by a source track in 35 cells : 1.1851203170191 (GeV) + +Source track ID 93 (proton,1.0787784795135[GeV]) at (346.96497473307,-360.02125813412,-1899.6771592578) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,41] 0.14060727241812 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.14060727241812 (GeV) +Cell[0,42] 0.083415700118436 [GeV] +Cell[0,41] 0.057090766395112 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.14050646651355 (GeV) Source track ID 95 (gamma,0.00028999105909401[GeV]) at (433.86188770913,-248.52336387846,-1813.4551067917) Original primary track ID 43 (unknown,52.984237098069[GeV]) @@ -5992,11 +1701,11 @@ Cell[0,44] 0.00028999105909401 [GeV] >>> Summary of Event 0 Tracker hits -------------------------------------------------------------- -1815 hits are stored in RE01TrackerHitsCollection. +408 hits are stored in RE01TrackerHitsCollection. Calorimeter hits -------------------------------------------------------------- -932 hits are stored in RE01CalorimeterHitsCollection. - Total energy deposition in calorimeter : 149.83832518786 (GeV) +448 hits are stored in RE01CalorimeterHitsCollection. + Total energy deposition in calorimeter : 87.684057511035 (GeV) Trajectories in tracker -------------------------------------------------------------- diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index b93a8cb1623..96c34175ce9 100644 --- a/examples/extended/runAndEvent/RE02/run.out +++ b/examples/extended/runAndEvent/RE02/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -43,7 +43,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -251,10 +250,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -425,7 +427,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -920,7 +922,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -945,7 +947,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -989,6 +991,7 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 23 kByte @@ -1007,8 +1010,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 53.25 12k 1 201 400 0.00 RepX 23.38 5k 1 100 100 0.00 Phantom 23.38 5k 1 100 100 0.00 RepY -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ++ PhantomSD/totalEDep id 0 ++ PhantomSD/protonEDep id 1 ++ PhantomSD/protonNStep id 2 @@ -1370,7 +1373,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002727s Sys=0.000000s + User=0.000000s Real=0.002373s Sys=0.010000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 10 PrimitiveScorer RUN PhantomSD,protonEDep @@ -1601,9 +1604,9 @@ Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x247d9b0 -UserPhysicsList deleted 0x247da20 -UserActionInitialization deleted 0x268e340 +UserDetectorConstruction deleted 0x1c32c90 +UserPhysicsList deleted 0x1c32d00 +UserActionInitialization deleted 0x1e43db0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/runAndEvent/RE02/run3.out b/examples/extended/runAndEvent/RE02/run3.out index dbe3da37e83..651ab2d6f3e 100644 --- a/examples/extended/runAndEvent/RE02/run3.out +++ b/examples/extended/runAndEvent/RE02/run3.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -43,7 +43,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -249,10 +248,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -423,7 +425,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -918,7 +920,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -943,7 +945,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -987,6 +989,7 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 23 kByte @@ -1005,8 +1008,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 53.25 12k 1 201 400 0.00 RepX 23.38 5k 1 100 100 0.00 Phantom 23.38 5k 1 100 100 0.00 RepY -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ++ PhantomSD/totalEDep id 0 ++ PhantomSD/protonEDep id 1 ++ PhantomSD/protonNStep id 2 @@ -1050,124 +1053,124 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=10.060000s Real=10.389782s Sys=0.030000s + User=10.000000s Real=10.345874s Sys=0.040000s PrimitiveScorer RUN PhantomSD,totalEDep - Number of entries 51910 + Number of entries 51702 PrimitiveScorer RUN PhantomSD,protonEDep - Number of entries 18 + Number of entries 23 PrimitiveScorer RUN PhantomSD,protonNStep - Number of entries 18 + Number of entries 23 PrimitiveScorer RUN PhantomSD,chargedPassCellFlux - Number of entries 20357 + Number of entries 20324 PrimitiveScorer RUN PhantomSD,chargedCellFlux - Number of entries 51696 + Number of entries 51411 PrimitiveScorer RUN PhantomSD,chargedSurfFlux - Number of entries 12007 + Number of entries 11928 PrimitiveScorer RUN PhantomSD,gammaSurfCurr000 - Number of entries 26 + Number of entries 36 PrimitiveScorer RUN PhantomSD,gammaSurfCurr001 - Number of entries 335 + Number of entries 369 PrimitiveScorer RUN PhantomSD,gammaSurfCurr002 - Number of entries 51536 + Number of entries 50841 PrimitiveScorer RUN PhantomSD,gammaSurfCurr003 - Number of entries 72382 + Number of entries 71492 ============================================================= Number of event processed : 10000 ============================================================= #Z Cell# totalEDep protonEDep protonNStep chargedPassCellFlux chargedCellFlux chargedSurfFlux gammaSurfCurr000 gammaSurfCurr001 gammaSurfCurr002 gammaSurfCurr003 - 0 42.2327 MeV 0 eV 0 2913.37 /cm2 3046.65 /cm2 2441.59 /cm2 0 /cm2 0 /cm2 575 /cm2 275 /cm2 - 1 521.973 MeV 0 eV 0 3659.68 /cm2 4931.24 /cm2 4491.65 /cm2 0 /cm2 50 /cm2 1575 /cm2 750 /cm2 - 2 58.3239 MeV 0 eV 0 3667.74 /cm2 3967.82 /cm2 5509.12 /cm2 0 /cm2 0 /cm2 3775 /cm2 3350 /cm2 - 3 303.959 MeV 0 eV 0 1660.32 /cm2 2855.69 /cm2 2944 /cm2 0 /cm2 0 /cm2 3525 /cm2 3075 /cm2 - 4 28.3144 MeV 0 eV 0 1704.13 /cm2 1881.83 /cm2 3817.96 /cm2 0 /cm2 0 /cm2 3325 /cm2 3450 /cm2 - 5 122.958 MeV 0 eV 0 571.062 /cm2 1126.25 /cm2 2443.75 /cm2 0 /cm2 50 /cm2 2550 /cm2 3050 /cm2 - 6 9.51299 MeV 0 eV 0 543.698 /cm2 647.291 /cm2 470.587 /cm2 0 /cm2 0 /cm2 2350 /cm2 2950 /cm2 - 7 67.5444 MeV 0 eV 0 228.732 /cm2 617.927 /cm2 763.297 /cm2 0 /cm2 25 /cm2 1925 /cm2 2750 /cm2 - 8 5.97265 MeV 0 eV 0 329.553 /cm2 371.688 /cm2 773.819 /cm2 0 /cm2 0 /cm2 1500 /cm2 2100 /cm2 - 9 61.3121 MeV 0 eV 0 103.418 /cm2 571.021 /cm2 329.328 /cm2 0 /cm2 0 /cm2 1175 /cm2 1950 /cm2 - 10 4.4351 MeV 0 eV 0 149.576 /cm2 245.572 /cm2 694.391 /cm2 0 /cm2 0 /cm2 675 /cm2 1800 /cm2 - 11 18.5561 MeV 0 eV 0 23.5878 /cm2 159.29 /cm2 151.702 /cm2 0 /cm2 0 /cm2 725 /cm2 1650 /cm2 - 12 2.52666 MeV 0 eV 0 108.322 /cm2 168.5 /cm2 177.486 /cm2 0 /cm2 0 /cm2 650 /cm2 1450 /cm2 - 13 27.429 MeV 0 eV 0 121.541 /cm2 272.004 /cm2 268.992 /cm2 0 /cm2 0 /cm2 375 /cm2 1375 /cm2 - 14 3.5216 MeV 0 eV 0 190.821 /cm2 211.883 /cm2 186.624 /cm2 0 /cm2 0 /cm2 400 /cm2 1150 /cm2 - 15 7.01702 MeV 0 eV 0 14.0926 /cm2 56.7483 /cm2 81.2818 /cm2 0 /cm2 0 /cm2 525 /cm2 1075 /cm2 - 16 1.41876 MeV 0 eV 0 114.334 /cm2 114.334 /cm2 68.7782 /cm2 0 /cm2 0 /cm2 250 /cm2 675 /cm2 - 17 12.1807 MeV 0 eV 0 37.7173 /cm2 115.282 /cm2 359.888 /cm2 0 /cm2 0 /cm2 250 /cm2 475 /cm2 - 18 582.702 keV 0 eV 0 31.2308 /cm2 31.2308 /cm2 0 /cm2 0 /cm2 0 /cm2 175 /cm2 650 /cm2 - 19 12.4225 MeV 0 eV 0 10.5381 /cm2 102.539 /cm2 870.813 /cm2 0 /cm2 0 /cm2 200 /cm2 475 /cm2 - 20 2.84438 MeV 0 eV 0 148.005 /cm2 189.199 /cm2 68.1002 /cm2 0 /cm2 0 /cm2 350 /cm2 350 /cm2 - 21 7.08656 MeV 0 eV 0 24.3932 /cm2 69.4336 /cm2 26.4078 /cm2 0 /cm2 0 /cm2 275 /cm2 375 /cm2 - 22 1.49265 MeV 0 eV 0 33.7237 /cm2 88.3176 /cm2 26.1053 /cm2 0 /cm2 0 /cm2 200 /cm2 200 /cm2 - 23 6.83995 MeV 0 eV 0 0 /cm2 59.3401 /cm2 0 /cm2 0 /cm2 0 /cm2 175 /cm2 200 /cm2 - 24 229.495 keV 0 eV 0 0 /cm2 7.34187 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 275 /cm2 - 25 1.76602 MeV 0 eV 0 0 /cm2 10.27 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 275 /cm2 - 26 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 175 /cm2 - 27 1.03531 MeV 0 eV 0 1.09018 /cm2 8.32663 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 150 /cm2 - 28 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 125 /cm2 - 29 3.09284 MeV 0 eV 0 0 /cm2 27.7223 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 75 /cm2 - 30 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 - 31 320.013 keV 0 eV 0 0 /cm2 1.55202 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 175 /cm2 - 32 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 150 /cm2 - 33 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 50 /cm2 - 34 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 - 35 323.595 keV 0 eV 0 0 /cm2 1.30391 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 + 0 36.7867 MeV 0 eV 0 2554.99 /cm2 2654.45 /cm2 2133.89 /cm2 0 /cm2 0 /cm2 475 /cm2 200 /cm2 + 1 428.79 MeV 0 eV 0 2929.4 /cm2 4034.93 /cm2 5146.53 /cm2 25 /cm2 25 /cm2 1050 /cm2 575 /cm2 + 2 60.3112 MeV 0 eV 0 3745.53 /cm2 4113.58 /cm2 4180.24 /cm2 0 /cm2 25 /cm2 3150 /cm2 2975 /cm2 + 3 311.534 MeV 0 eV 0 1548.82 /cm2 2935.28 /cm2 5814.18 /cm2 0 /cm2 25 /cm2 2950 /cm2 3325 /cm2 + 4 19.5217 MeV 0 eV 0 1259.43 /cm2 1336.4 /cm2 1176.03 /cm2 0 /cm2 0 /cm2 2725 /cm2 3775 /cm2 + 5 106.755 MeV 0 eV 0 448.397 /cm2 983.147 /cm2 1235.99 /cm2 0 /cm2 0 /cm2 2450 /cm2 2825 /cm2 + 6 7.32382 MeV 0 eV 0 348.035 /cm2 449.741 /cm2 832.271 /cm2 0 /cm2 0 /cm2 2000 /cm2 2250 /cm2 + 7 73.2926 MeV 0 eV 0 97.9863 /cm2 652.24 /cm2 3653.17 /cm2 0 /cm2 0 /cm2 1275 /cm2 2000 /cm2 + 8 5.10317 MeV 0 eV 0 342.962 /cm2 358.763 /cm2 463.881 /cm2 0 /cm2 0 /cm2 1000 /cm2 1600 /cm2 + 9 47.699 MeV 0 eV 0 48.9996 /cm2 430.184 /cm2 1415.74 /cm2 0 /cm2 0 /cm2 925 /cm2 1575 /cm2 + 10 4.72769 MeV 0 eV 0 236.306 /cm2 311.221 /cm2 259.454 /cm2 0 /cm2 0 /cm2 650 /cm2 1375 /cm2 + 11 9.87718 MeV 0 eV 0 16.3181 /cm2 68.0445 /cm2 402.222 /cm2 0 /cm2 0 /cm2 875 /cm2 1125 /cm2 + 12 3.24212 MeV 0 eV 0 180.5 /cm2 215.678 /cm2 2104.8 /cm2 0 /cm2 0 /cm2 675 /cm2 1075 /cm2 + 13 12.9896 MeV 0 eV 0 18.9607 /cm2 117.963 /cm2 54928.2 /cm2 0 /cm2 0 /cm2 675 /cm2 1025 /cm2 + 14 258.021 keV 0 eV 0 14.2169 /cm2 14.9554 /cm2 85.7141 /cm2 0 /cm2 0 /cm2 400 /cm2 1025 /cm2 + 15 6.10155 MeV 0 eV 0 10.8491 /cm2 43.5554 /cm2 0 /cm2 0 /cm2 0 /cm2 575 /cm2 800 /cm2 + 16 490.684 keV 0 eV 0 18.4374 /cm2 18.4374 /cm2 0 /cm2 0 /cm2 0 /cm2 475 /cm2 775 /cm2 + 17 7.94643 MeV 0 eV 0 30.9562 /cm2 62.6662 /cm2 108.828 /cm2 0 /cm2 0 /cm2 300 /cm2 600 /cm2 + 18 535.894 keV 0 eV 0 31.0163 /cm2 35.3946 /cm2 0 /cm2 0 /cm2 0 /cm2 175 /cm2 450 /cm2 + 19 12.1781 MeV 0 eV 0 49.4549 /cm2 102.711 /cm2 195.034 /cm2 0 /cm2 0 /cm2 175 /cm2 450 /cm2 + 20 807.228 keV 0 eV 0 41.7583 /cm2 47.7351 /cm2 39.3933 /cm2 0 /cm2 0 /cm2 175 /cm2 500 /cm2 + 21 5.26993 MeV 0 eV 0 2.09663 /cm2 48.0143 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 475 /cm2 + 22 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 350 /cm2 + 23 1.00834 MeV 0 eV 0 0 /cm2 4.52637 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 325 /cm2 + 24 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 325 /cm2 + 25 881.881 keV 0 eV 0 0 /cm2 4.6163 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 350 /cm2 + 26 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 325 /cm2 + 27 681.095 keV 0 eV 0 0 /cm2 3.76157 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 325 /cm2 + 28 1.82451 MeV 0 eV 0 48.4207 /cm2 79.1572 /cm2 25.0102 /cm2 0 /cm2 0 /cm2 75 /cm2 300 /cm2 + 29 2.32199 MeV 0 eV 0 15.662 /cm2 21.2301 /cm2 131.422 /cm2 0 /cm2 0 /cm2 125 /cm2 175 /cm2 + 30 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 150 /cm2 + 31 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 75 /cm2 + 32 209.448 keV 0 eV 0 15.1444 /cm2 15.1668 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 100 /cm2 + 33 371.267 keV 0 eV 0 1.17777 /cm2 2.6683 /cm2 30.3025 /cm2 0 /cm2 0 /cm2 50 /cm2 100 /cm2 + 34 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 100 /cm2 + 35 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 36 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 - 37 281.255 keV 0 eV 0 0 /cm2 0.96567 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 50 /cm2 - 38 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 - 39 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 - 40 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 - 41 273.795 keV 0 eV 0 0 /cm2 0.909026 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 42 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 - 43 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 44 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 45 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 46 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 47 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 37 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 38 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 39 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 40 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 41 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 25 /cm2 + 42 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 43 579.557 keV 0 eV 0 0 /cm2 4.4643 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 44 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 45 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 46 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 47 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 48 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 49 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 50 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 51 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 - 52 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 - 53 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 54 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 55 906.795 keV 0 eV 0 0 /cm2 6.90754 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 49 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 + 50 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 + 51 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 52 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 53 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 54 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 55 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 56 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 57 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 58 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 59 750.453 keV 0 eV 0 0 /cm2 6.44167 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 60 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 57 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 58 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 59 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 60 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 61 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 62 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 63 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 64 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 65 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 65 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 66 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 67 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 68 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 69 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 70 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 71 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 0 /cm2 + 71 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 72 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 73 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 74 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 76 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 77 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 78 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 79 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 80 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 81 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 82 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 83 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 84 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 85 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 86 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 87 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 88 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 89 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 90 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 91 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 92 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 77 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 78 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 79 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 80 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 81 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 82 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 83 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 84 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 85 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 86 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 87 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 88 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 89 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 90 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 91 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 92 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 93 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 94 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 95 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1281,9 +1284,9 @@ Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x11839b0 -UserPhysicsList deleted 0x1183a20 -UserActionInitialization deleted 0x1394340 +UserDetectorConstruction deleted 0x915c90 +UserPhysicsList deleted 0x915d00 +UserActionInitialization deleted 0xb26db0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. @@ -1298,18 +1301,18 @@ G4RNGHelper object is deleted. ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.0298 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00961 MB +Pool ID '17G4DynamicParticle', size : 0.00865 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.0183 MB +Pool ID '7G4Track', size : 0.0163 MB Pool ID '18G4TouchableHistory', size : 0.00288 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.07 MB +Dynamic pools deleted: 12 / Total memory freed: 0.067 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE02/run4.out b/examples/extended/runAndEvent/RE02/run4.out index aed8413d7cf..0e1b0acafa8 100644 --- a/examples/extended/runAndEvent/RE02/run4.out +++ b/examples/extended/runAndEvent/RE02/run4.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -43,7 +43,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -251,10 +250,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -425,7 +427,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -920,7 +922,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -945,7 +947,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -989,6 +991,7 @@ Index : 2 used in the geometry : Yes ================================================================== Start closing geometry. +-------------------------------------------------------------------------------- G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 23 kByte @@ -1007,8 +1010,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 53.25 12k 1 201 400 0.00 RepX 23.38 5k 1 100 100 0.00 Phantom 23.38 5k 1 100 100 0.00 RepY -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +-------------------------------------------------------------------------------- + ++ PhantomSD/totalEDep id 0 ++ PhantomSD/protonEDep id 1 ++ PhantomSD/protonNStep id 2 @@ -1052,7 +1055,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.160000s Real=0.164177s Sys=0.000000s + User=0.130000s Real=0.127995s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 81 PrimitiveScorer RUN PhantomSD,protonEDep @@ -1283,9 +1286,9 @@ Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x23c39b0 -UserPhysicsList deleted 0x23c3a20 -UserActionInitialization deleted 0x25d4340 +UserDetectorConstruction deleted 0x1bbcc90 +UserPhysicsList deleted 0x1bbcd00 +UserActionInitialization deleted 0x1dcddb0 UserWorkerInitialization deleted 0 UserWorkerThreadInitialization deleted 0 UserRunAction deleted. diff --git a/examples/extended/runAndEvent/RE03/.README.txt b/examples/extended/runAndEvent/RE03/.README.txt index cc2d9121407..4bbf6c6f8ab 100644 --- a/examples/extended/runAndEvent/RE03/.README.txt +++ b/examples/extended/runAndEvent/RE03/.README.txt @@ -5,7 +5,7 @@ /*! \page ExampleRE03 Example RE03 - Contact : M.Asai (SLAC), A.Kimura (AIT), T.Aso (TNCMT) + Contact : M.Asai (SLAC/JLab), A.Kimura (AIT), T.Aso (TNCMT) \section RE03_s1 Introduction @@ -31,16 +31,49 @@ in Geant4. \section RE03_s2 Macro files - "run1.mac" through "run4.mac" macro files should be used -independently. Each macro file create its own scoring parallel -world(s). "vis.mac", "drawSlices.mac" and "drawCylinderSlices.mac" -are used internally. Each macro should work for both interactively -and batch, but interactive mode is advised for better visualization. +\subsection RE03_s21 "run.mac" - IMPORTANT: DO NOT use more than one of these macro files in one -execution of this example. + "run.mac" is the main macro file of this example for both +batch and interactive modes. -\section RE03_s3 RE03UserScoreWriter + In interactive mode, trajectories are not visualized by default +for the sake of execution speed. To visualize them, comment out +lines of /vis/disable and /vis/enable in "run.mac". + + In addition, in sub-event parallel mode, only the trajectories +created in the master thread are visualized by default. +Un-comment the line of /run/trajectoriesToBeMerged in "vis.mac" +to visualize all trajectories. + + "draw.mac" is used by "run1.mac" to visualize a score. + +\subsection RE03_s22 Other macro files + + "run2.mac" through "run4.mac" macro files should be used +independently. They demonstrate additional functionalities of +command-based scoring. Each macro file create its own scoring +parallel world(s). + + - "run2.mac" : defining three box meshes of different sizes + and granurarities touching to each other + - "run3.mac" : defining two box meshes of different sizes and + granurarities overlaying one over the other to demonstrate + changing granurarity of a box mesh + - "run4.mac" " defining a cylindrical mesh + + IMPORTANT: DO NOT use more than one of these macro files in +one execution of this example. + +"drawSlice.mac" and "drawCylinderSlice.mac" are used internally +from "run*.mac" to draw a single slice of the corresponding mesh. + +\section RE03_s3 RE03ActionInitialization + + This UserActionInitialization class works for all Geant4 run +modes, i.e. sequential mode, event-level paralle mode and +sub-event-level parallel mode. + +\section RE03_s4 RE03UserScoreWriter G4ScoringManager has a default score writer which dumps every entry of one quantity of a mesh for all quantities of the mesh diff --git a/examples/extended/runAndEvent/RE03/CMakeLists.txt b/examples/extended/runAndEvent/RE03/CMakeLists.txt index f594a28b16a..8b670857039 100644 --- a/examples/extended/runAndEvent/RE03/CMakeLists.txt +++ b/examples/extended/runAndEvent/RE03/CMakeLists.txt @@ -40,7 +40,7 @@ target_link_libraries(RE03 ${Geant4_LIBRARIES} ) # relies on these scripts being in the current working directory. # set(RE03_SCRIPTS - drawCylinderSlice.mac drawSlice.mac batchrun1.mac run1.mac run2.mac run3.mac run4.mac vis.mac + drawCylinderSlice.mac drawSlice.mac draw.mac run.mac run2.mac run3.mac run4.mac vis.mac ) foreach(_script ${RE03_SCRIPTS}) diff --git a/examples/extended/runAndEvent/RE03/History b/examples/extended/runAndEvent/RE03/History index fd762f69e74..c8c0a5f2f31 100644 --- a/examples/extended/runAndEvent/RE03/History +++ b/examples/extended/runAndEvent/RE03/History @@ -1,9 +1,16 @@ # Example RE03 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- + +## 2024-11-11 Gabriele Cosmo (exampleRE03-V11-02-01) +- Fixed CMake script for missing input macros. + +## 2024-11-07 Makoto Asai (exampleRE03-V11-02-00) +- Adding sub-event parallel mode ## 2021-12-10 Ben Morgan (exampleRE03-V11-00-00) - Change to new Markdown History format diff --git a/examples/extended/runAndEvent/RE03/RE03.cc b/examples/extended/runAndEvent/RE03/RE03.cc index a967892c9f3..1a40779a677 100644 --- a/examples/extended/runAndEvent/RE03/RE03.cc +++ b/examples/extended/runAndEvent/RE03/RE03.cc @@ -29,89 +29,91 @@ // // -#include "FTFP_BERT.hh" -#include "RE03ActionInitialization.hh" -#include "RE03DetectorConstruction.hh" +#include "G4Types.hh" #include "G4RunManagerFactory.hh" -#include "G4ScoringManager.hh" -#include "G4Types.hh" -#include "G4UIExecutive.hh" #include "G4UImanager.hh" +#include "G4ScoringManager.hh" + +#include "RE03DetectorConstruction.hh" +#include "FTFP_BERT.hh" +#include "RE03ActionInitialization.hh" + #include "G4VisExecutive.hh" +#include "G4UIExecutive.hh" //==================================================================== // Un-comment this line for user defined score writer // #include "RE03UserScoreWriter.hh" //==================================================================== -int main(int argc, char** argv) +int main(int argc,char** argv) { - // Instantiate G4UIExecutive if there are no arguments (interactive mode) - G4UIExecutive* ui = nullptr; - if (argc == 1) { - ui = new G4UIExecutive(argc, argv); - } - - // Construct the run manager - // - auto* runManager = G4RunManagerFactory::CreateRunManager(); - runManager->SetNumberOfThreads(4); - - // Activate UI-command base scorer - G4ScoringManager* scManager = G4ScoringManager::GetScoringManager(); - scManager->SetVerboseLevel(1); - - //==================================================================== - // Un-comment this line for user defined score writer - // scManager->SetScoreWriter(new RE03UserScoreWriter()); - //==================================================================== + // Instantiate G4UIExecutive if there are no arguments (interactive mode) + G4UIExecutive* ui = nullptr; + if ( argc == 1 ) { + ui = new G4UIExecutive(argc, argv); + } - // Set mandatory initialization classes - // - G4VUserDetectorConstruction* detector = new RE03DetectorConstruction; - runManager->SetUserInitialization(detector); - // - G4VUserPhysicsList* physics = new FTFP_BERT; - runManager->SetUserInitialization(physics); + // Construct the run manager + // + auto* runManager = G4RunManagerFactory::CreateRunManager(); + runManager->SetNumberOfThreads(4); - // Set user action classes through Worker Initialization - // - RE03ActionInitialization* actions = new RE03ActionInitialization; - runManager->SetUserInitialization(actions); + // Activate UI-command base scorer + G4ScoringManager * scManager = G4ScoringManager::GetScoringManager(); + scManager->SetVerboseLevel(1); - // Visualization manager - G4VisManager* visManager = new G4VisExecutive; - visManager->Initialize(); - - // Initialize G4 kernel - // - runManager->Initialize(); - - // Get the pointer to the User Interface manager - // - G4UImanager* UImanager = G4UImanager::GetUIpointer(); +//==================================================================== +// Un-comment this line for user defined score writer +// scManager->SetScoreWriter(new RE03UserScoreWriter()); +//==================================================================== - if (ui) // Define UI session for interactive mode - { - UImanager->ApplyCommand("/control/execute vis.mac"); - ui->SessionStart(); - delete ui; - } - else // Batch mode - { - G4String command = "/control/execute "; - G4String fileName = argv[1]; - UImanager->ApplyCommand(command + fileName); - } + // Set mandatory initialization classes + // + G4VUserDetectorConstruction* detector = new RE03DetectorConstruction; + runManager->SetUserInitialization(detector); + // + G4VUserPhysicsList* physics = new FTFP_BERT; + runManager->SetUserInitialization(physics); + + // Set user action classes through Worker Initialization + // + RE03ActionInitialization* actions = new RE03ActionInitialization; + runManager->SetUserInitialization(actions); + + // Visualization manager + G4VisManager* visManager = new G4VisExecutive; + visManager->Initialize(); + + // Initialize G4 kernel + // + runManager->Initialize(); + + // Get the pointer to the User Interface manager + // + G4UImanager* UImanager = G4UImanager::GetUIpointer(); + + if (ui) // Define UI session for interactive mode + { + UImanager->ApplyCommand("/control/execute vis.mac"); + ui->SessionStart(); + delete ui; + } + else // Batch mode + { + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UImanager->ApplyCommand(command+fileName); + } // Job termination // Free the store: user actions, physics_list and detector_description are // owned and deleted by the run manager, so they should not // be deleted in the main() program ! - delete visManager; - delete runManager; + delete visManager; + delete runManager; - return 0; + return 0; } diff --git a/examples/extended/runAndEvent/RE03/README b/examples/extended/runAndEvent/RE03/README index bfd1a8cad5f..485c60910b5 100644 --- a/examples/extended/runAndEvent/RE03/README +++ b/examples/extended/runAndEvent/RE03/README @@ -2,7 +2,7 @@ RE03 - An extended example for run and event -------------------------------------------- - Contact : M.Asai (SLAC), A.Kimura (AIT), T.Aso (TNCMT) + Contact : M.Asai (SLAC/JLab), A.Kimura (AIT), T.Aso (TNCMT) 1. Introduction @@ -28,16 +28,49 @@ in Geant4. 2. Macro files - "run1.mac" through "run4.mac" macro files should be used -independently. Each macro file create its own scoring parallel -world(s). "vis.mac", "drawSlices.mac" and "drawCylinderSlices.mac" -are used internally. Each macro should work for both interactively -and batch, but interactive mode is advised for better visualization. +2.1 "run.mac" - IMPORTANT: DO NOT use more than one of these macro files in one -execution of this example. + "run.mac" is the main macro file of this example for both +batch and interactive modes. + + In interactive mode, trajectories are not visualized by default +for the sake of execution speed. To visualize them, comment out +lines of /vis/disable and /vis/enable in "run.mac". -3. RE03UserScoreWriter + In addition, in sub-event parallel mode, only the trajectories +created in the master thread are visualized by default. +Un-comment the line of /run/trajectoriesToBeMerged in "vis.mac" +to visualize all trajectories. + + "draw.mac" is used by "run.mac" to visualize a score. + +2.2 Other macro files + + "run2.mac" through "run4.mac" macro files should be used +independently. They demonstrate additional functionalities of +command-based scoring. Each macro file create its own scoring +parallel world(s). + + - "run2.mac" : defining three box meshes of different sizes + and granurarities touching to each other + - "run3.mac" : defining two box meshes of different sizes and + granurarities overlaying one over the other to demonstrate + changing granurarity of a box mesh + - "run4.mac" " defining a cylindrical mesh + + IMPORTANT: DO NOT use more than one of these macro files in +one execution of this example. + +"drawSlice.mac" and "drawCylinderSlice.mac" are used internally +from "run*.mac" to draw a single slice of the corresponding mesh. + +3. RE03ActionInitialization + + This UserActionInitialization class works for all Geant4 run +modes, i.e. sequential mode, event-level paralle mode and +sub-event-level parallel mode. + +4. RE03UserScoreWriter G4ScoringManager has a default score writer which dumps every entry of one quantity of a mesh for all quantities of the mesh diff --git a/examples/extended/runAndEvent/RE03/draw.mac b/examples/extended/runAndEvent/RE03/draw.mac new file mode 100644 index 00000000000..22535156f2f --- /dev/null +++ b/examples/extended/runAndEvent/RE03/draw.mac @@ -0,0 +1,18 @@ +######################################## +# +# drawing projections +# +######/score/drawProjection boxMesh_1 eDep +######/score/drawProjection boxMesh_1 nOfStepGamma +######/score/drawProjection boxMesh_1 nOfStepEMinus +######/score/drawProjection boxMesh_1 nOfStepEPlus +# +######################################## +# +# drawing slices +# +/score/colorMap/setMinMax ! 0. 400. +/control/loop drawSlice.mac iColumn 0 29 7 +# +######################################## +# diff --git a/examples/extended/runAndEvent/RE03/include/RE03ActionInitialization.hh b/examples/extended/runAndEvent/RE03/include/RE03ActionInitialization.hh index 7534ddff023..60ded483827 100644 --- a/examples/extended/runAndEvent/RE03/include/RE03ActionInitialization.hh +++ b/examples/extended/runAndEvent/RE03/include/RE03ActionInitialization.hh @@ -38,10 +38,11 @@ class RE03ActionInitialization : public G4VUserActionInitialization { public: RE03ActionInitialization(); - virtual ~RE03ActionInitialization(); + ~RE03ActionInitialization() override; public: - virtual void Build() const; + void BuildForMaster() const override; + void Build() const override; }; #endif diff --git a/examples/extended/runAndEvent/RE03/batchrun1.mac b/examples/extended/runAndEvent/RE03/run.mac similarity index 52% rename from examples/extended/runAndEvent/RE03/batchrun1.mac rename to examples/extended/runAndEvent/RE03/run.mac index 6460ce1abeb..3479e093288 100644 --- a/examples/extended/runAndEvent/RE03/batchrun1.mac +++ b/examples/extended/runAndEvent/RE03/run.mac @@ -1,9 +1,19 @@ -######################################## +######################################################### +# macro file for RE03 example +# - for both batch and interactive modes +# +# in interactive mode +# - to visualize trajectories, remove /vis/disable and +# /vis/enable commands below. +# - in sub-event parallel mode, to visualize trajectories +# generated in worker threads, un-comment the specified +# line in the vis.mac macro file. +# +######################################################### # # define scoring mesh # /score/create/boxMesh boxMesh_1 -# /score/mesh/boxSize 100. 100. 100. cm /score/mesh/nBin 30 30 30 # @@ -21,18 +31,24 @@ # ######################################## # +/control/doifInteractive /vis/disable /control/verbose 2 -/run/verbose 1 -/gun/particle e- +/run/verbose 2 +/gun/particle mu- /run/beamOn 2000 +/control/doifInteractive /vis/enable # ######################################## # # Dump scorers to a file # -/score/dumpQuantityToFile boxMesh_1 eDep eDep.txt /score/dumpQuantityToFile boxMesh_1 nOfStepGamma nOfStepGamma.txt -/score/dumpQuantityToFile boxMesh_1 nOfStepEMinus nOfStepEMinus.txt -/score/dumpQuantityToFile boxMesh_1 nOfStepEPlus nOfStepEPlus.txt +# +# +######################################## +# +# drawing projection +# +/control/ifInteractive draw.mac # # diff --git a/examples/extended/runAndEvent/RE03/run.out b/examples/extended/runAndEvent/RE03/run.out index fba0b39f3c2..e68eff9d949 100644 --- a/examples/extended/runAndEvent/RE03/run.out +++ b/examples/extended/runAndEvent/RE03/run.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -118,8 +117,8 @@ G4ScoringBox : boxMesh_1 --- Shape: Box mesh 1 nOfStepGamma with gammaFilter 2 nOfStepEMinus with eMinusFilter 3 nOfStepEPlus with ePlusFilter -/run/verbose 1 -/gun/particle e- +/run/verbose 2 +/gun/particle mu- /run/beamOn 2000 /run/geometryModified ======================================================================= @@ -143,10 +142,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -317,7 +319,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -799,7 +801,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -824,11 +826,24 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : World + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : G4_AIR G4_WATER + 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) : boxMesh_1 + 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 @@ -847,27 +862,83 @@ Index : 1 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. +Start closing geometry. +-------------------------------------------------------------------------------- +G4GeometryManager::ReportVoxelStats -- Voxel Statistics + + Total memory consumed for geometry optimisation: 5 kByte + Total CPU time elapsed for geometry optimisation: 0 seconds + + Voxelisation: top CPU users: + Percent Total CPU System CPU Memory Volume + ------- ---------- ---------- -------- ---------- + 0.00 0.00 0.00 2k boxMesh_1_0 + 0.00 0.00 0.00 2k boxMesh_1_1 + 0.00 0.00 0.00 2k boxMesh_1_2 + + Voxelisation: top memory users: + Percent Memory Heads Nodes Pointers Total CPU Volume + ------- -------- ------ ------ -------- ---------- ---------- + 33.33 1k 1 30 30 0.00 boxMesh_1_0 + 33.33 1k 1 30 30 0.00 boxMesh_1_1 + 33.33 1k 1 30 30 0.00 boxMesh_1_2 +-------------------------------------------------------------------------------- + ### Run 0 starts. Run terminated. Run Summary Number of events processed : 2000 - User=44.460000s Real=46.031008s Sys=0.020000s + User=5.480000s Real=5.759561s Sys=0.010000s +/control/doifInteractive /vis/enable # ######################################## # # Dump scorers to a file # -/score/dumpQuantityToFile boxMesh_1 eDep eDep.txt /score/dumpQuantityToFile boxMesh_1 nOfStepGamma nOfStepGamma.txt -/score/dumpQuantityToFile boxMesh_1 nOfStepEMinus nOfStepEMinus.txt -/score/dumpQuantityToFile boxMesh_1 nOfStepEPlus nOfStepEPlus.txt +# +# +######################################## +# +# drawing projection +# +/control/ifInteractive draw.mac # # Graphics systems deleted. Visualization Manager deleting... +G4 kernel has come to Quit state. +Deleting G4Run (id:0) +UserDetectorConstruction deleted 0xa4aaf0 +UserPhysicsList deleted 0xa46e40 +UserActionInitialization deleted 0xc05bd0 +UserWorkerInitialization deleted 0 +UserWorkerThreadInitialization deleted 0 +UserRunAction deleted. +UserPrimaryGenerator deleted. +RunManager is deleting RunManagerKernel. +G4SDManager deleted. +EventManager deleted. +Units table cleared. +TransportationManager deleted. +Total navigation history collections cleaned: 49 +G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.17 MB +Pool ID '20G4NavigationLevelRep', size : 0.0779 MB +Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.0211 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.0413 MB +Pool ID '18G4TouchableHistory', size : 0.00577 MB +Pool ID '15G4CountedObjectIvE', size : 0.000961 MB +Number of memory pools allocated: 10 of which, static: 0 +Dynamic pools deleted: 10 / Total memory freed: 0.15 MB ============================================================ +G4Allocator objects are deleted. +UImanager deleted. +StateManager deleted. +RunManagerKernel is deleted. Good bye :) +RunManager is deleted. diff --git a/examples/extended/runAndEvent/RE03/run1.mac b/examples/extended/runAndEvent/RE03/run1.mac deleted file mode 100644 index 5f37c50a916..00000000000 --- a/examples/extended/runAndEvent/RE03/run1.mac +++ /dev/null @@ -1,62 +0,0 @@ -######################################## -# -# define scoring mesh -# -/score/create/boxMesh boxMesh_1 -# -/score/mesh/boxSize 100. 100. 100. cm -/score/mesh/nBin 30 30 30 -# -/score/quantity/energyDeposit eDep -/score/quantity/nOfStep nOfStepGamma -/score/filter/particle gammaFilter gamma -/score/quantity/nOfStep nOfStepEMinus -/score/filter/particle eMinusFilter e- -/score/quantity/nOfStep nOfStepEPlus -/score/filter/particle ePlusFilter e+ -# -/score/close -# -/score/list -# -######################################## -# -/vis/disable -/control/verbose 2 -/run/verbose 1 -#######/event/verbose 1 -#######/tracking/verbose 1 -#######/vis/verbose confirmations -/gun/particle e- -/run/beamOn 2000 -/vis/enable -# -######################################## -# -# drawing projections -# -/score/drawProjection boxMesh_1 eDep -/score/drawProjection boxMesh_1 nOfStepGamma -/score/drawProjection boxMesh_1 nOfStepEMinus -/score/drawProjection boxMesh_1 nOfStepEPlus -# -######################################## -# -# drawing slices -# -# new scene and viewer -/vis/open -# This opens the default viewer - see examples/basic/B1/vis.mac for a -# more comprehensive overview of options. Also the documentation. -/vis/drawVolume world -/vis/viewer/copyViewFrom viewer-0 -/score/colorMap/setMinMax ! 0. 800. -/control/loop drawSlice.mac iColumn 0 29 7 -# -######################################## -# -# Dump scorers to a file -# -/score/dumpQuantityToFile boxMesh_1 nOfStepGamma nOfStepGamma.txt -# -# diff --git a/examples/extended/runAndEvent/RE03/src/RE03ActionInitialization.cc b/examples/extended/runAndEvent/RE03/src/RE03ActionInitialization.cc index e4d08c592ea..50be793f659 100644 --- a/examples/extended/runAndEvent/RE03/src/RE03ActionInitialization.cc +++ b/examples/extended/runAndEvent/RE03/src/RE03ActionInitialization.cc @@ -30,7 +30,9 @@ // #include "RE03ActionInitialization.hh" - +#include "G4RunManager.hh" +#include "G4ParticleTypes.hh" +#include "G4ClassificationOfNewTrack.hh" #include "RE03PrimaryGeneratorAction.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -45,8 +47,35 @@ RE03ActionInitialization::~RE03ActionInitialization() ; } +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void RE03ActionInitialization::BuildForMaster() const +{ + auto* runManager = G4RunManager::GetRunManager(); + + // check if in sub-event parallel mode + if(runManager->GetRunManagerType()==G4RunManager::subEventMasterRM) + { + // defining size of sub-event + runManager->RegisterSubEventType(0,100); + // sending electron, positron and gamma to worker thread + runManager->SetDefaultClassification(G4Electron::Definition(),fSubEvent_0); + runManager->SetDefaultClassification(G4Positron::Definition(),fSubEvent_0); + runManager->SetDefaultClassification(G4Gamma::Definition(),fSubEvent_0); + + // primary generator action is defined to the master thread + SetUserAction(new RE03PrimaryGeneratorAction); + } +} + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void RE03ActionInitialization::Build() const { - SetUserAction(new RE03PrimaryGeneratorAction); + auto* runManager = G4RunManager::GetRunManager(); + + // check if NOT in the sub-event parallel mode + if(runManager->GetRunManagerType()!=G4RunManager::subEventWorkerRM) + { + // primary generator action is defined to the worker thread + SetUserAction(new RE03PrimaryGeneratorAction); + } } diff --git a/examples/extended/runAndEvent/RE03/vis.mac b/examples/extended/runAndEvent/RE03/vis.mac index f083da84442..f4ae17f13ad 100644 --- a/examples/extended/runAndEvent/RE03/vis.mac +++ b/examples/extended/runAndEvent/RE03/vis.mac @@ -7,15 +7,17 @@ /vis/drawVolume worlds # /vis/viewer/set/viewpointThetaPhi 105 165 deg -# Set specific color for identification -###/vis/geometry/set/colour Calor-AP_LayerLog ! yellow -###/vis/geometry/set/colour Calor-BP_LayerLog ! yellow -###/vis/geometry/set/colour Calor-CP_LayerLog ! yellow /vis/viewer/zoom 2.0 -##############/vis/viewer/flush # # for drawing the tracks /vis/scene/endOfEventAction accumulate /vis/scene/add/trajectories +# +# Un-comment the following line to draw trajectories created in +# worker threads for the case of sub-event parallel mode. +# Please be cautious of the memory consumption! Do not use this +# with too many events. +####/control/strdoif {RunMode} == subEventParallel /run/trajectoriesToBeMerged +# # If too many tracks, /vis/disable before running many events diff --git a/examples/extended/runAndEvent/RE04/exampleRE04.out b/examples/extended/runAndEvent/RE04/exampleRE04.out index 240aa413552..bcb3f684d1d 100644 --- a/examples/extended/runAndEvent/RE04/exampleRE04.out +++ b/examples/extended/runAndEvent/RE04/exampleRE04.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -181,10 +180,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -355,7 +357,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -837,7 +839,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -862,12 +864,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. >>> Summary of Event 0 >>> Summary of Event 1 diff --git a/examples/extended/runAndEvent/RE05/.README.txt b/examples/extended/runAndEvent/RE05/.README.txt index ced5b09ab47..1d59bfffa55 100644 --- a/examples/extended/runAndEvent/RE05/.README.txt +++ b/examples/extended/runAndEvent/RE05/.README.txt @@ -44,7 +44,23 @@ At the third stage, all particles in the RoI (Region of Interest) along the isolated muons are tracked. All these examinations are applied in RE05StackingAction. -\section RE05_s5 How to start +\section RE05_s5 Input macro files + +\subsection RE05_s51 exampleRE05.in + + Read "pythia_event.data" and run 10 events. This macro file +demonstrates the feature described in the previous section. + +N.B. For release 11.3, this macro is temporarily altered to shoot +muons by particle gun. Once HepMC3 interface becomes ready, this +example will be overhauled and this macro file will be updated +accordingly. + +\subsection RE05_s52 exampleRE05.EMtest.in and exampleRE05.EMtest.large_N.in + + Alternative macros with shooting muons for checking EM physics. + +\section RE05_s6 How to start - Execute RE05 in 'batch' mode from macro files \verbatim diff --git a/examples/extended/runAndEvent/RE05/History b/examples/extended/runAndEvent/RE05/History index a007779443e..fd1f22a4284 100644 --- a/examples/extended/runAndEvent/RE05/History +++ b/examples/extended/runAndEvent/RE05/History @@ -1,12 +1,19 @@ # Example RE05 History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, -which **must** added in reverse chronological order (newest at the top). It must **not** -be used as a substitute for writing good git commit messages! +which **must** added in reverse chronological order (newest at the top). +It must **not** be used as a substitute for writing good git commit messages! +------------------------------------------------------------------------------- + +## 2024-10-28 Makoto Asai (exampleRE05-V11-02-01) +- Modify exampleRE05.in to temporarily avoid using the HEPEvt interface. + +## 2024-09-20 Gabriele Cosmo (exampleRE05-V11-02-00) +- Avoid deleting anything after deletion of run-manager in main(). ## 2021-12-10 Ben Morgan (exampleRE05-V11-00-00) -- Change to new Markdown History format +- Change to new Markdown History format. --- diff --git a/examples/extended/runAndEvent/RE05/README b/examples/extended/runAndEvent/RE05/README index 1aea136648b..7118a4e7861 100644 --- a/examples/extended/runAndEvent/RE05/README +++ b/examples/extended/runAndEvent/RE05/README @@ -47,7 +47,23 @@ At the third stage, all particles in the RoI (Region of Interest) along the isolated muons are tracked. All these examinations are applied in RE05StackingAction. -5. How to start +5. Input macro files + +5.1 exampleRE05.in + + Read "pythia_event.data" and run 10 events. This macro file +demonstrates the feature described in the previous section. + +N.B. For release 11.3, this macro is temporarily altered to shoot +muons by particle gun. Once HepMC3 interface becomes ready, this +example will be overhauled and this macro file will be updated +accordingly. + +5.2 exampleRE05.EMtest.in and exampleRE05.EMtest.large_N.in + + Alternative macros with shooting muons for checking EM physics. + +6. How to start - Execute RE05 in 'batch' mode from macro files % exampleRE05 exampleRE05.in diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.cc b/examples/extended/runAndEvent/RE05/exampleRE05.cc index c8b2453a6e3..336417ad1c4 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.cc +++ b/examples/extended/runAndEvent/RE05/exampleRE05.cc @@ -97,9 +97,9 @@ int main(int argc, char** argv) // Free the store: user actions, physics_list and detector_description are // owned and deleted by the run manager, so they should not // be deleted in the main() program ! + delete verbosity; delete visManager; delete runManager; - delete verbosity; return 0; } diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.in b/examples/extended/runAndEvent/RE05/exampleRE05.in index 423d791dff4..d0119531847 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.in +++ b/examples/extended/runAndEvent/RE05/exampleRE05.in @@ -1,11 +1,17 @@ # -/mydet/RoIangle 10 deg -/mydet/reqmuon 1 -/mydet/isomuon 1 +#/mydet/RoIangle 10 deg +#/mydet/reqmuon 1 +#/mydet/isomuon 1 # -/particle/createAllIon -/control/verbose 2 -/run/verbose 2 -/run/beamOn 10 +#/particle/createAllIon +#/control/verbose 2 +#/run/verbose 2 +#/run/beamOn 10 # +/mydet/generator particleGun +/gun/particle mu- +/mydet/reqmuon 1 +/mydet/isomuon 1 +/gun/energy 100 GeV +/run/beamOn 10 diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.out b/examples/extended/runAndEvent/RE05/exampleRE05.out index 2adf3ad3d36..a11b307dab7 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.out +++ b/examples/extended/runAndEvent/RE05/exampleRE05.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,7 +39,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -97,8 +96,6 @@ End of Run User Vis Actions: none Some /vis commands (optionally) take a string to specify colour. "/vis/list" to see available colours. -/run/verbose 2 -/run/beamOn 10 ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= @@ -120,10 +117,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -294,7 +294,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -569,7 +569,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -578,7 +578,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -659,7 +659,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for e+ Process: positronNuclear @@ -759,7 +759,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: protonParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -778,11 +778,11 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -807,7730 +807,60 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - -Region -- -- appears in world volume - This region is in the mass world. - Root logical volume(s) : expHall_L - Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] - Materials : Air ArgonGas Silicon Scintillator Lead - Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - -Region -- -- appears in world volume - This region is in the parallel world. - Root logical volume(s) : ReadoutWorld - 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 : ArgonGas - 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 : 2 used in the geometry : Yes - Material : Silicon - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 5.85415 keV e- 423.338 keV e+ 409.013 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 3 used in the geometry : Yes - Material : Scintillator - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 2.09705 keV e- 281.862 keV e+ 275.024 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 4 used in the geometry : Yes - Material : Lead - Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um - Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -================================================================== - -Start closing geometry. -G4GeometryManager::ReportVoxelStats -- Voxel Statistics - - Total memory consumed for geometry optimisation: 7 kByte - Total CPU time elapsed for geometry optimisation: 0 seconds - - Voxelisation: top CPU users: - Percent Total CPU System CPU Memory Volume - ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 2k expHall_L - 0.00 0.00 0.00 0k trackerT_L - 0.00 0.00 0.00 1k caloT_L - 0.00 0.00 0.00 3k caloROlogical - 0.00 0.00 0.00 1k caloROphiDivisionLogical - - Voxelisation: top memory users: - Percent Memory Heads Nodes Pointers Total CPU Volume - ------- -------- ------ ------ -------- ---------- ---------- - 38.29 2k 1 48 48 0.00 caloROlogical - 33.30 2k 6 33 48 0.00 expHall_L - 16.54 1k 1 20 20 0.00 caloROphiDivisionLogical - 8.32 0k 1 9 12 0.00 caloT_L - 3.55 0k 1 3 5 0.00 trackerT_L -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. -### Run 0 starts. ### Run 0 start. -G4HEPEvtInterface - reading 484 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.93226 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=776.718 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=10.5512 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=902.221 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=20.7645 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=916.315 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=143.687 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=632.113 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=173.228 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=602.572 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=33.647 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=858.023 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=22.5226 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=753.277 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=80.4409 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=695.359 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=220.868 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=996.668 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=43.7089 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=939.259 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=119.953 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=655.307 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=93.3472 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=868.607 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=71.5199 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=847.32 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=66.5525 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=842.353 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=93.8292 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=869.629 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=256.343 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1031.6 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=333 deltaMass(MeV)=8.16 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1011.3 while PDG mass(MEV)=1019.46 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=35.4879 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=811.288 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=27.6793 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=748.121 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=126.296 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=649.504 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=52.1328 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=943.803 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=50.0254 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=941.695 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=5.5673 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1226.43 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=28.5287 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=863.141 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-3214 deltaMass(MeV)=7.1685 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1376.53 while PDG mass(MEV)=1383.7 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=20.0571 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=755.203 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=218.559 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=994.359 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=39.1867 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=930.857 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=1.83797 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=893.508 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=6.05761 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=788.708 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=73.4897 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1158.51 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=15.9641 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1216.04 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=34.1531 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=861.397 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2114 deltaMass(MeV)=57.7185 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1174.28 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=2.98511 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=785.635 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=27.4171 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=748.383 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=4.20079 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.461 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=27.3989 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1259.4 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=108.061 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=883.861 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=66.3749 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=842.175 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=90.8894 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=684.911 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=4.30452 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=895.975 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=6.3082 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=769.492 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.48617 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=784.136 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=6.83727 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=775.813 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=29.8887 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=805.149 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=13.8834 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=768.767 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=129.878 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1361.88 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2114 deltaMass(MeV)=118.567 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1113.43 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=5.6027 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=889.947 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=15.854 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=879.696 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=43.4606 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=732.339 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.33912 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.311 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=7.24423 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=768.016 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.1361 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=787.786 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=60.0801 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=715.18 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=4.2778 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1227.72 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=138.476 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=914.276 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=29.5604 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1202.44 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=53.7913 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1178.21 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=16.5375 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=875.133 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=21.2228 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1253.22 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=43.3254 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=819.125 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - >>> Event 0 - 39 hits are stored in RE05TrackerHitsCollection. - 47 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 6.2897972408982 (GeV) + 5 hits are stored in RE05TrackerHitsCollection. + 5 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 3.5748134062361 (GeV) + 1 hits are stored in RE05MuonHitsCollection. +>>> Event 1 + 18 hits are stored in RE05TrackerHitsCollection. + 13 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 4.6641953911882 (GeV) + 1 hits are stored in RE05MuonHitsCollection. +>>> Event 2 + 24 hits are stored in RE05TrackerHitsCollection. + 5 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 4.2452803187173 (GeV) + 1 hits are stored in RE05MuonHitsCollection. +>>> Event 3 + 19 hits are stored in RE05TrackerHitsCollection. + 6 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 5.7096614567353 (GeV) + 1 hits are stored in RE05MuonHitsCollection. +>>> Event 4 + 5 hits are stored in RE05TrackerHitsCollection. + 5 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 3.843162968079 (GeV) + 1 hits are stored in RE05MuonHitsCollection. +>>> Event 5 + 27 hits are stored in RE05TrackerHitsCollection. + 9 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 4.7938453467464 (GeV) + 1 hits are stored in RE05MuonHitsCollection. +>>> Event 6 + 5 hits are stored in RE05TrackerHitsCollection. + 7 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 4.0076359693684 (GeV) 1 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 755 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=282.4 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=493.4 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=8.44515 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=774.205 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=72.6745 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1159.33 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=29.2683 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1261.27 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=124.725 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=766.945 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=65.4734 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1297.47 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=44.3574 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=731.443 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=76.4397 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=699.36 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=62.1464 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1294.15 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=79.2851 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=816.265 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=13.5534 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=905.223 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.80007 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.85 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.76232 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.888 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=18.8311 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=794.631 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=18.8927 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=756.907 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=4.13673 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.937 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=62.8033 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=838.063 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=42.4593 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=818.259 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.18595 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=787.836 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=54.0573 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=829.857 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=40.8179 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=734.982 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=10.3499 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=764.91 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=3.04144 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=892.509 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.10031 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=778.55 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=138.847 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=756.703 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=151.579 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=926.839 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=10.7254 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=884.825 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=17.1149 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=758.685 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=114.427 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=660.833 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=103.484 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=879.284 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=171.368 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=603.892 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=2.83585 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.814 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=117.708 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=657.552 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=204.807 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=570.993 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=12.8045 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=878.865 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=82.8188 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=692.441 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=52.6314 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=948.181 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=35.8922 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=739.908 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=47.2794 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1184.72 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=36.8011 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=812.601 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=11.1389 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=771.511 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=20.8116 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=754.988 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=173.047 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=948.307 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=42.5669 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1189.43 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=180.733 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=714.817 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=330.359 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1106.16 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=62.5413 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=712.719 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=6.70551 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=768.554 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=38.8814 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=814.141 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=161.802 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=613.458 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=17.6356 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=793.436 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=20.4324 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=912.102 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=25.2701 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=870.28 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=68.2421 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=707.558 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=26.8553 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=748.945 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=107.472 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=668.328 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=66.4439 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=841.704 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=22.8665 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=798.127 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=212.921 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=988.721 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=19.5629 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=872.107 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.7429 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=788.393 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=63.3531 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1168.65 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=9.25744 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=900.927 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=50.6674 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=946.217 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=109.081 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=666.719 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=24.53 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=750.73 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=16.7342 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=908.404 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=1.25307 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=896.803 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=1.44992 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=890.22 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=59.3957 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1172.6 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=15.7502 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=760.05 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=58.7033 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=716.557 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - ->>> Event 1 - 0 hits are stored in RE05TrackerHitsCollection. - 0 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0 (GeV) - 0 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 614 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=44.3214 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=847.349 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=20.4662 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=912.136 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=16.295 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=879.255 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=77.0213 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=852.281 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=41.7921 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=733.468 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=4.55271 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=900.103 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=2.90185 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=778.702 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=23.0744 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=798.874 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=15.2312 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=791.031 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=9.21608 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=791.866 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=24.6625 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=751.137 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=1.56491 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.365 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=124.235 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=651.025 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=61.4757 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=957.026 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=33.5296 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=749.12 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=12.698 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=769.952 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=1.00279 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=776.803 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=2.27994 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=893.95 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=127.51 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=903.31 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=63.6257 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=839.426 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=34.6158 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=810.416 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=41.6922 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1273.69 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=29.3368 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=805.137 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=12.4507 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=762.809 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=36.535 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=812.335 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=89.7266 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=865.527 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=74.9614 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=700.839 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=46.9171 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=728.883 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=274.194 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1049.45 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=87.5079 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1319.51 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=64.4621 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=840.262 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=157.758 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=618.042 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=3.2921 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1228.71 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=74.8543 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1306.85 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=13.48 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=762.32 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=114.314 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1346.31 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=9.51993 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=792.17 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=49.433 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=824.693 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=44.34 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1187.66 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=3214 deltaMass(MeV)=16.0879 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1367.61 while PDG mass(MEV)=1383.7 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=96.6455 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=679.154 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.40693 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.243 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=26.8267 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=755.823 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=11.8687 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=903.539 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=42.1077 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=824.758 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=27.9578 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=810.608 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.55887 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.091 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=207.816 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=983.616 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.22743 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=785.877 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=139.63 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=635.63 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=291.277 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1067.08 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=44.5926 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=940.143 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=35.3312 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1196.67 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=21.9226 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=753.337 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=28.4346 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1203.57 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=61.1943 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1170.81 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=61.6942 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=836.954 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=221.424 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=554.376 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=34.523 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=809.783 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=76.9115 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=852.171 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=331 deltaMass(MeV)=1.96257 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=959.743 while PDG mass(MEV)=957.78 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=97.0273 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=872.827 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=6.97727 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=789.627 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=16.1796 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=798.83 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=299.062 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=476.198 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=258.497 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1034.3 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=289.261 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=486.539 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=41.5327 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=733.727 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=117.843 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=657.957 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=122.338 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1354.34 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=9.39335 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=766.407 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2114 deltaMass(MeV)=76.1363 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1308.14 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=2.36987 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=893.18 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=134.879 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=640.921 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - ->>> Event 2 - 0 hits are stored in RE05TrackerHitsCollection. - 0 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0 (GeV) - 0 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 448 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=63.5577 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=712.242 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=10.417 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=772.233 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=27.5887 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=748.211 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=14.1362 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1246.14 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=72.4738 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=702.786 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=277.636 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=498.164 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=9.87077 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=901.541 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=57.7485 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=717.512 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=106.094 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1125.91 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=81.7737 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=857.574 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=80.1159 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=855.916 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=26.1673 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=749.633 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=81.2668 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=856.527 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=12.7591 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=788.559 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=123.927 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=651.333 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=85.6855 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=861.486 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=385.433 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1161.23 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=7.62088 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=884.049 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=56.526 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=948.196 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.76125 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=780.889 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=4.26222 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=899.812 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=140.168 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=915.428 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.6987 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.951 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=71.1014 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=824.449 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=5.79868 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=885.871 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=235.024 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=540.776 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=72.5092 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=847.769 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=6.88444 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=775.766 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=171.807 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=603.993 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=159.064 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=616.736 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=7.6162 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=775.034 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=94.0262 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=681.234 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=278.906 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1054.17 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=23.8888 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=799.149 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=10.2686 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=785.529 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=16.1508 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=759.649 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=2.75251 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=778.013 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=57.1495 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=832.949 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=10.0614 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=881.609 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=88.7856 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=806.764 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=40.8611 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=734.939 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=351.192 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=424.608 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=5.42672 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=770.373 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=134.518 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=640.742 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=106.755 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1338.75 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=35.6799 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=811.48 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=32.0333 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1264.03 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=83.3199 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=865.97 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=63.0037 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=712.796 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=133.933 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=641.867 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - ->>> Event 3 - 0 hits are stored in RE05TrackerHitsCollection. - 3 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0.52912268530952 (GeV) - 0 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 945 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=26.3697 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1205.63 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=11.7971 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1220.2 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=12.8063 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=788.606 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=51.5235 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=826.783 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=150.011 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=625.249 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=60.4579 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=714.802 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=74.3782 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=821.172 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=61.6216 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=713.638 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=63.7427 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=955.413 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=134.93 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=640.87 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=19.9333 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1251.93 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=160.111 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=935.911 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=138.616 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=636.644 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=36.2989 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=738.961 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=37.6906 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1194.31 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=70.2424 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=705.558 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2114 deltaMass(MeV)=27.2803 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1259.28 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=3.24657 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=772.013 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=28.3792 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=746.881 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=38.6152 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1270.62 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=28.4568 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1203.54 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=49.6909 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1281.69 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=15.2794 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=880.271 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=68.8242 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=844.624 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.39999 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.25 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=114.755 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=890.015 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.09217 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=783.742 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=44.2184 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=851.332 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=122.188 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=653.612 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=13.9786 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=905.649 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=7.13013 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=782.93 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=50.2461 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1181.75 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=37.0534 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1269.05 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=2.99099 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=894.661 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=18.7234 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=793.983 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=161.392 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=613.868 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=9.737 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=784.997 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=93.1287 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=682.671 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=3.04781 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=778.308 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=352.685 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=422.575 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=83.0967 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=692.163 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=66.091 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=709.709 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=8.48056 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=783.741 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2114 deltaMass(MeV)=45.2119 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1277.21 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.61716 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.033 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=75.1805 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=700.619 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=18.9355 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=794.735 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.31004 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.34 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=52.6466 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=723.153 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=3.99068 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.791 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=3224 deltaMass(MeV)=13.9913 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1396.79 while PDG mass(MEV)=1382.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=55.7588 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=831.019 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=41.794 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=817.594 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=49.5647 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=824.825 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=52.9049 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1284.9 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=48.8599 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=726.94 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=58.7936 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1173.21 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=18.7833 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1213.22 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=115.221 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=660.579 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=16.1239 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=907.794 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=48.3585 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=727.441 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=3114 deltaMass(MeV)=38.3101 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1425.51 while PDG mass(MEV)=1387.2 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=10.1816 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=885.368 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=43.81 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1275.81 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=287.508 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1062.77 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=171.453 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=604.347 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=102.263 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=877.523 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=47.4453 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=848.105 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=2.29375 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=784.944 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=19.9187 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=871.751 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=47.9144 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=939.584 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=18.4153 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=794.215 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=3224 deltaMass(MeV)=33.3005 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1349.5 while PDG mass(MEV)=1382.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=135.101 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=640.159 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=131.324 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=907.124 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=10.7013 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=884.849 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=36.9068 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=738.893 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=20.9219 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=754.878 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=50.4043 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=841.266 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=37.7233 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1194.28 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=16.8967 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1215.1 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=2.45691 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=893.093 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=42.8781 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=934.548 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=104.64 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=879.9 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=80.4581 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=855.718 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=1.67887 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=889.991 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=52.6339 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=839.036 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=10.922 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=771.728 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=231.18 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=544.62 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=39.4286 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=743.221 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=10.4681 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=772.182 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=83.2678 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=859.068 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=155.593 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=931.393 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=122.801 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=652.999 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.18539 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=781.465 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=9.85946 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=785.659 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=121.213 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1353.21 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=144.727 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=630.533 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=7.71982 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=774.93 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=34.1734 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1197.83 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=65.0427 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=840.843 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=52.3478 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1284.35 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=21.0312 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=796.831 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=45.3548 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1186.65 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=21.523 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1210.48 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=199.224 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=975.024 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=45.9184 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=821.718 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=15.6313 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=791.431 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=41.12 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=816.38 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=157.245 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=618.015 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=144.78 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=920.58 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=2.98625 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.664 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - ->>> Event 4 - 101 hits are stored in RE05TrackerHitsCollection. - 64 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 9.5832917909466 (GeV) - 1 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 837 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=82.9313 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=812.619 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.5749 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.075 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=56.14 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=838.79 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=20.3413 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=755.459 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=11.4045 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=794.054 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=75.3079 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=700.492 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=50.6097 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=826.41 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=107.332 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=883.132 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=32.9692 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1199.03 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=13.0289 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=769.621 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=100.622 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=675.178 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=25.2556 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=866.414 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=2.9095 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=888.76 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=50.3939 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=725.406 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=48.3195 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=727.48 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=45.4342 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=821.234 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=46.6553 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=728.605 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=65.7502 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=710.05 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=46.5746 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=822.375 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=30.1733 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=921.843 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=6.5975 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1238.6 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=9.38854 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=766.411 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=210.946 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=564.854 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=5.63155 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=889.918 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=6.98746 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=902.537 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=255.394 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1031.19 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=85.0955 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=690.705 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=154.935 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=930.735 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=10.8288 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=793.479 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=85.8832 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=861.143 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=20.1556 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=755.104 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=6.3165 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=897.986 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=19.4802 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=756.32 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=4.89498 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=780.695 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=39.4182 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=931.088 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=29.4836 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=862.186 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=18.3007 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=793.561 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.89733 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=778.753 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=315.128 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=460.132 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=168.87 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=606.93 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=268.406 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=507.394 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.56851 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=781.081 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=127.068 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=648.192 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=45.1594 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=940.709 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=76.5419 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=698.718 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=261.135 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1036.93 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=2.46402 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=780.186 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=59.8373 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=715.423 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=11.3804 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=903.05 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=81.1206 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1313.12 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=16.4039 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=911.954 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=289.479 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=485.781 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=333 deltaMass(MeV)=1.1665 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1020.63 while PDG mass(MEV)=1019.46 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=2.44984 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=894.12 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=23.8272 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=915.497 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=52.4032 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=839.267 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=24.6491 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=867.021 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=36.4766 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=932.027 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=8.042 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=887.508 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=26.8881 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=922.438 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=38.2795 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=814.079 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=17.1801 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=765.47 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=2.30643 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=893.976 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=95.1151 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=870.915 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=39.071 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=736.729 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=18.7934 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=801.443 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.3282 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=783.978 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=42.5693 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=733.231 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=185.078 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=590.722 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=123.317 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1355.32 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-3114 deltaMass(MeV)=21.4714 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1408.67 while PDG mass(MEV)=1387.2 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=35.5043 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=856.166 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=20.9101 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1211.09 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=158.875 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=616.925 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=6.38343 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=768.877 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=89.4394 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1142.56 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=23.4717 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1208.53 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=138.331 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=753.339 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=27.1363 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=922.686 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=32.4566 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=924.127 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=17.403 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=874.267 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=217.935 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=993.735 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=12.0241 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=787.824 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=2.37436 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=894.044 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=14.313 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=760.947 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.04637 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=781.604 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=6.59047 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=789.24 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=7.6857 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1224.31 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=126.18 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1358.18 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=47.2591 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=728.541 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.61937 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=787.269 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=18.6298 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=914.18 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=5.40027 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=900.95 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=6.4272 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1225.57 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=33.009 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=742.791 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=11.2409 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=793.891 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=62.9896 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=719.66 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=157.226 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=618.034 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=285.813 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=489.447 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=10.5309 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=772.119 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=6.74508 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=775.905 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=79.3105 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=696.49 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=51.5691 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=827.369 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=21.0467 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=916.597 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=46.0898 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=849.46 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=135.479 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=911.279 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - ->>> Event 5 - 99 hits are stored in RE05TrackerHitsCollection. - 94 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 10.488854490336 (GeV) - 1 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=20.5648 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=755.235 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=36.1726 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=931.723 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=14.1264 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=761.674 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=50.7747 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=840.895 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.96541 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=786.615 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=142.186 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=917.986 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=170.775 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=605.025 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.09666 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=781.553 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=84.2999 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=691.5 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=178.594 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=596.666 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=9.31319 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=773.337 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.23359 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.416 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=6.35326 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=789.003 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=63.9269 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=839.727 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=333 deltaMass(MeV)=3.731 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1015.73 while PDG mass(MEV)=1019.46 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=19.204 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=795.004 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=4.07147 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.871 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=54.5948 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=946.265 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=32.8217 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=858.848 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=128.889 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=904.688 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=3.4062 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1228.59 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=47.6968 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=822.957 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=12.2955 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1219.7 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=11.4236 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=787.224 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=42.1358 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1189.86 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2114 deltaMass(MeV)=5.1767 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1237.18 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=7.30085 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=783.101 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=23.9617 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=799.762 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=139.308 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=914.568 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=63.5149 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=838.775 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=123.534 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=651.726 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=90.3435 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=685.457 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=84.6984 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=860.498 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=258.5 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1034.3 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=12.9162 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=795.566 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=18.4255 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=873.244 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=66.7779 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=842.578 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=235.148 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1010.95 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.23771 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=781.412 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=61.128 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=830.542 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=34.6973 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=926.367 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.76159 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=780.888 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=23.5986 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=868.071 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.79986 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=780.85 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=344.834 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1120.63 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=106.761 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=668.499 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=10.7517 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=906.302 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=50.1738 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=945.724 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=321.622 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1097.42 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=116.589 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=658.671 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=120.379 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=895.639 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=97.7204 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=678.08 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=78.5174 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=854.317 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=127.898 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=903.698 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.02875 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.621 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=234.449 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1009.71 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=209.299 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=985.099 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=33.1136 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=808.914 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=3214 deltaMass(MeV)=19.6686 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1403.37 while PDG mass(MEV)=1383.7 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=43.8109 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=819.611 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=88.2687 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1320.27 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=141.675 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=916.935 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=28.8622 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1203.14 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=73.2773 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=848.537 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=89.2718 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1321.27 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=130.562 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=906.362 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=28.1488 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=747.651 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=21.4364 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=797.236 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=33.02 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=749.63 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=270.834 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1046.63 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=2.53407 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=889.136 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=44.6502 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=827.3 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=26.3644 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=918.034 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=6.2593 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=776.391 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - ->>> Event 6 - 0 hits are stored in RE05TrackerHitsCollection. - 0 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0 (GeV) - 0 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 627 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=35.0291 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=817.679 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.71912 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=787.369 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=24.988 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=920.538 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=39.8107 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1192.19 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=196.73 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=578.53 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=59.9109 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1291.91 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=303.572 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=472.228 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=86.2669 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=689.533 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=168.938 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=606.862 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=55.6717 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=831.472 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.42566 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.224 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=17.8117 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=757.988 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.34192 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=786.992 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=51.7469 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=827.547 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=15.5801 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=760.22 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=2.69348 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=892.857 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=24.0507 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=919.601 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=7.37587 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=884.294 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=22.099 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=913.769 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=183.736 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=959.536 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=19.0099 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1212.99 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=52.3176 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=722.942 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=47.6527 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=822.913 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=35.3003 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=856.37 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=229.689 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=546.111 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=31.8694 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1263.87 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=119.708 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=655.552 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=2.2585 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1234.26 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=47.9432 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=943.493 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=9.2606 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=900.931 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.68212 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=788.332 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=156.454 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=619.346 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=19.1086 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=914.659 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=41.8434 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=817.103 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=40.5996 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=735.2 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=120.432 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=655.368 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=333 deltaMass(MeV)=1.264 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1018.2 while PDG mass(MEV)=1019.46 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=25.6149 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=917.285 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=141.547 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=634.253 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=100.3 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=675.5 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=35.4947 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1196.51 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=12.5426 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1244.54 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=40.4595 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1272.46 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=5.12055 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=770.139 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=110.076 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=665.724 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=401.068 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=374.732 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=137.372 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=913.172 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=12.0053 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=763.255 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=62.3636 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=712.896 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=18.8272 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=876.723 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=142.524 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=918.324 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=37.7341 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1269.73 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=232.482 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=542.778 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.19032 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.46 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=29.2505 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=753.399 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=5.13925 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=777.511 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=16.8171 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=792.077 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=7.60716 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=782.867 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=37.0268 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=928.697 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=1.06176 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=896.612 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=55.0336 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=830.834 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=36.4103 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=928.08 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.69621 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=780.954 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=145.019 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=920.819 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=37.763 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=737.497 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=4.2805 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1227.72 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=198.514 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=974.314 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=3224 deltaMass(MeV)=8.6584 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1374.14 while PDG mass(MEV)=1382.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=31.6745 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=806.935 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=5.3598 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1237.36 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=28.3305 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=863.339 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=47.7448 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=727.515 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=16.1656 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1215.83 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=61.932 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1293.93 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=25.1605 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1206.84 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=52.1649 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=827.965 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=23.6417 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=799.442 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=15.2997 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1216.7 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=56.9235 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=832.723 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=43.9123 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=731.348 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=190.589 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=584.671 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=263.209 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=512.591 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=12.3157 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1244.32 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=96.406 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=678.854 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=319.263 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=456.537 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=7.17104 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=775.479 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - >>> Event 7 - 46 hits are stored in RE05TrackerHitsCollection. - 29 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 6.5603195959564 (GeV) + 13 hits are stored in RE05TrackerHitsCollection. + 5 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 3.7914347275941 (GeV) 1 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 682 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=152.303 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=622.957 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=141.364 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=634.436 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2114 deltaMass(MeV)=31.8401 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1200.16 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=197.808 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=577.452 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=361.812 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=413.448 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=25.0906 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=750.709 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=219.407 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=556.393 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=129.021 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=646.239 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=23.74 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=915.41 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=14.3565 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1217.64 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=117.536 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1114.46 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=7.44881 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=768.351 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.5575 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=781.092 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=26.6053 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1258.61 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=56.4539 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=948.124 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=5.99555 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=781.796 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=21.3723 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=916.922 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=67.8331 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=959.503 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=67.4248 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=708.375 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=34.8382 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=930.388 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=40.5159 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=815.776 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=63.1748 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=712.085 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=34.6991 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=809.959 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=141.028 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=916.828 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=20.3372 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1211.66 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=5.1969 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=890.353 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=130.969 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1101.03 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=80.9487 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=694.851 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=21.7397 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1210.26 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=188.572 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=587.228 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-3214 deltaMass(MeV)=13.7053 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1369.99 while PDG mass(MEV)=1383.7 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=333 deltaMass(MeV)=9.577 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1029.04 while PDG mass(MEV)=1019.46 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=66.7778 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=842.578 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2224 deltaMass(MeV)=93.4514 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1138.55 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=9.127 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=882.543 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=13.3905 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=762.409 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=142.894 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=632.906 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=3.4406 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=786.091 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=333 deltaMass(MeV)=2.4317 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1017.03 while PDG mass(MEV)=1019.46 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=117.244 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=893.044 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=23.0084 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=798.808 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=45.5245 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=730.275 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=61.9922 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=833.558 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=8.01541 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=903.565 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=56.9635 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=832.764 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.52093 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=784.171 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=55.6037 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=830.864 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=17.637 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=793.437 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=109.851 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=665.949 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=103.135 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1335.13 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=34.8668 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1197.13 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=9.65784 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=766.142 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=56.4901 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=832.29 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=243.297 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=532.503 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=61.3603 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=713.9 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=227.284 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1002.54 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=333 deltaMass(MeV)=2.414 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1021.87 while PDG mass(MEV)=1019.46 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=128.014 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=647.786 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=252.065 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=523.735 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=33.0904 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=808.89 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2214 deltaMass(MeV)=7.4269 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1224.57 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.06181 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=778.588 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=14.5384 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1217.46 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=36.6091 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1195.39 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=4.71648 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=779.976 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=18.4251 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=877.125 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=11.9096 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=907.46 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=4.85952 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=787.51 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=70.6236 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1302.62 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=1114 deltaMass(MeV)=35.3518 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1196.65 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=27.8461 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=803.646 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=387.051 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1162.85 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=175.555 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=599.705 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-313 deltaMass(MeV)=77.8931 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=817.657 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=323 deltaMass(MeV)=20.8929 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=912.563 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=82.8109 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=699.839 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-1114 deltaMass(MeV)=67.2264 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1164.77 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - >>> Event 8 119 hits are stored in RE05TrackerHitsCollection. - 56 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 9.0784744690534 (GeV) + 9 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 4.0496944734945 (GeV) 1 hits are stored in RE05MuonHitsCollection. -G4HEPEvtInterface - reading 330 HEPEvt particles from pythia_event.data. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=130.229 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=906.029 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=81.202 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=694.058 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=1.98721 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=893.563 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=8.83297 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=882.837 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=74.3434 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=850.143 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=31.0794 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=744.721 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=79.0256 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=854.826 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=35.2306 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=740.029 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=38.2502 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=737.55 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=23.6858 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=798.946 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=71.8048 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=703.455 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=72.2153 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=703.585 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=130.812 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1362.81 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=30.0142 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=745.246 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=25.5293 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=921.079 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=1.89725 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=780.753 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=6.7062 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=769.094 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=31.5634 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=806.823 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=14.3834 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=906.053 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=56.4509 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=948.121 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=22.0868 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=797.887 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=117.498 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=657.762 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=92.7913 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=868.051 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=244.792 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1020.05 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=93.4743 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=682.326 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=15.8531 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=759.947 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-213 deltaMass(MeV)=70.4655 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=705.334 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=197.072 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=972.872 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-2214 deltaMass(MeV)=27.4373 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1259.44 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2114 deltaMass(MeV)=34.5715 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1266.57 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=80.4307 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=694.829 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=118.929 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=656.871 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=58.6694 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=717.131 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=223 deltaMass(MeV)=64.6299 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=847.28 while PDG mass(MEV)=782.65 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=313 deltaMass(MeV)=60.1147 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=835.435 while PDG mass(MEV)=895.55 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=113 deltaMass(MeV)=226.347 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=548.913 while PDG mass(MEV)=775.26 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=213 deltaMass(MeV)=231.337 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1007.14 while PDG mass(MEV)=775.8 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=-323 deltaMass(MeV)=2.62533 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=889.045 while PDG mass(MEV)=891.67 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : part0005 - issued by : G4PrimaryParticle::Set4Momentum -Primary particle PDG=2224 deltaMass(MeV)=66.6762 is larger than the tolerance(MeV)=1 - Specified mass(MeV)=1298.68 while PDG mass(MEV)=1232 - To change the tolerance or the exception severity, use G4PrimaryTransformer::SetKETolerance() method. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - >>> Event 9 - 12 hits are stored in RE05TrackerHitsCollection. - 20 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 4.6928026297712 (GeV) + 41 hits are stored in RE05TrackerHitsCollection. + 4 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 3.2374470904725 (GeV) 1 hits are stored in RE05MuonHitsCollection. - Run terminated. -Run Summary - Number of events processed : 10 - User=1.360000s Real=1.426723s Sys=0.000000s -# Graphics systems deleted. Visualization Manager deleting... -G4 kernel has come to Quit state. -Deleting G4Run (id:0) -UserDetectorConstruction deleted 0x2655dd0 -UserPhysicsList deleted 0x2656160 -UserActionInitialization deleted 0x2811370 -UserWorkerInitialization deleted 0 -UserWorkerThreadInitialization deleted 0 -UserRunAction deleted. -UserPrimaryGenerator deleted. -RunManager is deleting RunManagerKernel. -G4SDManager deleted. -EventManager deleted. -Units table cleared. -TransportationManager deleted. -Total navigation history collections cleaned: 434 -G4RNGHelper object is deleted. -================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.71 MB -Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.701 MB -Pool ID '7G4Event', size : 0.000961 MB -Pool ID '17G4PrimaryParticle', size : 0.13 MB -Pool ID '16G4HEPEvtParticle', size : 0.0221 MB -Pool ID '15G4PrimaryVertex', size : 0.000961 MB -Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '7G4Track', size : 1.2 MB -Pool ID '18G4TouchableHistory', size : 0.0519 MB -Pool ID '15G4CountedObjectIvE', size : 0.00673 MB -Pool ID '12G4Trajectory', size : 0.0279 MB -Pool ID '17G4TrajectoryPoint', size : 0.154 MB -Pool ID '14RE05TrackerHit', size : 0.00481 MB -Pool ID '18RE05CalorimeterHit', size : 0.0135 MB -Pool ID '11RE05MuonHit', size : 0.000961 MB -Pool ID '21G4TrajectoryContainer', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00769 MB -Pool ID '17G4ReactionProduct', size : 0.0163 MB -Number of memory pools allocated: 20 of which, static: 0 -Dynamic pools deleted: 20 / Total memory freed: 3.1 MB -============================================================ -G4Allocator objects are deleted. -UImanager deleted. -StateManager deleted. -RunManagerKernel is deleted. Good bye :) -RunManager is deleted. diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index 80a3153e4e7..88c0624b7a3 100644 --- a/examples/extended/runAndEvent/RE06/exampleRE06.out +++ b/examples/extended/runAndEvent/RE06/exampleRE06.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -249,10 +248,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -423,7 +425,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -902,11 +904,10 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV -### G4LevelReader: broken transition 0 from level 24 to 24 for isotope Z= 89 A= 219 - use ground level ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -931,7 +932,7 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= @@ -989,13 +990,11 @@ Index : 6 used in the geometry : Yes ================================================================== -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=1.750000s Real=2.184577s Sys=0.410000s + User=1.110000s Real=1.457733s Sys=0.340000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1003,124 +1002,124 @@ Region : Calor-A Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 3.51595 GeV Gap 430.1 MeV + Absorber 2.28316 GeV Gap 295.557 MeV Number of secondaries in an event : - gamma in Absorber 1167 in Gap 68.5 - e- in Absorber 1939.8 in Gap 229.3 - e+ in Absorber 123 in Gap 5.2 + gamma in Absorber 471.1 in Gap 27.2 + e- in Absorber 811.5 in Gap 105.2 + e+ in Absorber 46.4 in Gap 1.5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 74.3309 keV in Gap 6.20089 keV - e- in Absorber 130.866 eV in Gap 155.591 eV - e+ in Absorber 1.38592 keV in Gap 264.96 keV + gamma in Absorber 101.895 keV in Gap 6.20089 keV + e- in Absorber 130.866 eV in Gap 482.378 eV + e+ in Absorber 64.116 keV in Gap 627.294 keV Total track length of e+/e- in an event : - Absorber 1.54706 m Gap 1.12973 m + Absorber 66.7398 cm Gap 48.0203 cm Total number of steps of e+/e- in an event : - Absorber 4908.4 Gap 784.9 + Absorber 2060.6 Gap 355.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3622.61 1118 1652 109.8 2300.66 4519.3 - 1 210.485 79.1 316.6 12.8 252.242 725.1 - 2 70.0401 25 121 4.3 72.0837 257.8 - 3 25.8252 8.7 45.7 0.7 31.9651 102.9 - 4 7.49327 2.4 15.8 0.4 7.95217 40.7 - 5 3.84692 0.7 6.7 0.1 4.70212 16.6 - 6 2.80424 1 5.7 0.1 2.43257 12.2 - 7 1.1175 0.3 1.6 0 1.44473 6.6 - 8 0.886249 0.1 1.5 0 2.22005 3.3 - 9 0.187115 0.2 1 0 0.264642 1.5 - 10 0.10403 0 0.6 0 0.0913423 0.8 - 11 0.119413 0 0.3 0 0.281045 5.2 - 12 5.23038e-05 0 0 0 0 0 - 13 0.0239362 0 0.1 0 2e-10 0.1 - 14 0.143443 0 0.2 0 0.0797181 0.5 - 15 0.211948 0 0.1 0 0.170528 0.3 - 16 0.0273946 0 0 0 0 0 - 17 0.00889872 0 0 0 0 0 - 18 0.00461777 0 0 0 0 0 - 19 0.0963197 0 0.2 0 0.202528 0.4 + 0 2463.11 455.7 715.4 40 1031.99 1981.1 + 1 80.2077 29.9 130.8 5.4 80.1949 287.8 + 2 21.9133 8 42.4 1.4 24.7573 92.6 + 3 8.32584 2.8 13.8 0.8 6.6636 27.6 + 4 2.91034 1.1 7.1 0.2 1.99476 13.1 + 5 1.00605 0.2 3.1 0 0.843712 6.9 + 6 0.200913 0.3 1.7 0.1 0.116787 2.4 + 7 0.564922 0.2 0.8 0 0.4229 2.5 + 8 0.115236 0 0.5 0 0.213304 0.7 + 9 0.00375073 0 0 0 0 0 + 10 0.255387 0.1 0.7 0 0.139904 1.1 + 11 0.0149544 0 0 0 0 0 + 12 0.0896667 0 0.4 0 0.262354 0.6 + 13 0.000425139 0 0 0 0 0 + 14 5.77438e-05 0 0 0 0 0 + 15 0.000417462 0 0 0 0 0 + 16 0.000202031 0 0 0 0 0 + 17 0.000438421 0 0 0 0 0 + 18 0 0 0 0 0 0 + 19 0 0 0 0 0 0 ############################################################ Region : Calor-B Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 2.50588 GeV Gap 338.302 MeV + Absorber 2.8897 GeV Gap 375.255 MeV Number of secondaries in an event : - gamma in Absorber 600.7 in Gap 41.5 - e- in Absorber 1023.1 in Gap 137.2 - e+ in Absorber 59.4 in Gap 1.4 + gamma in Absorber 818.1 in Gap 51.8 + e- in Absorber 1366.5 in Gap 173.6 + e+ in Absorber 83.7 in Gap 2.9 Minimum kinetic energy of generated secondaries : - gamma in Absorber 101.801 keV in Gap 6.27151 keV - e- in Absorber 86.0243 eV in Gap 198.099 eV - e+ in Absorber 15.1188 keV in Gap 188.924 keV + gamma in Absorber 101.806 keV in Gap 6.40931 keV + e- in Absorber 101.315 eV in Gap 225.616 eV + e+ in Absorber 1.01683 keV in Gap 173.33 keV Total track length of e+/e- in an event : - Absorber 82.4956 cm Gap 69.2715 cm + Absorber 1.09791 m Gap 85.6368 cm Total number of steps of e+/e- in an event : - Absorber 2608.2 Gap 478.1 + Absorber 3501.6 Gap 628.2 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2695.45 587.8 903 51.8 1356.71 2537 - 1 104.012 42.3 166.5 6.8 113.754 366.4 - 2 26.1599 7.7 53.4 1.3 28.0599 107.4 - 3 10.6515 2.8 20.8 0.7 11.4314 44.3 - 4 3.56363 0.7 7.2 0.1 3.6462 14.2 - 5 1.99408 0.3 4.1 0 1.31958 7.2 - 6 1.11427 0.4 2.3 0.1 1.26135 4.4 - 7 0.347129 0.1 1.3 0 0.528245 2 - 8 0.333488 0.1 0.9 0 0.267746 1.8 - 9 0.00374173 0 0 0 0 0 - 10 0.00154999 0 0.1 0 2e-10 0.1 - 11 0.12681 0 0.3 0 0.107547 0.6 - 12 0.00952587 0 0 0 0 0 - 13 0.00998503 0 0 0 0 0 - 14 0.00609542 0 0 0 0 0 - 15 0.00165323 0 0 0 0 0 - 16 0.00531636 0 0 0 0 0 - 17 0.00592735 0 0 0 0 0 - 18 0.13265 0 0.3 0 0.417284 0.6 - 19 0.243684 0 0.1 0 0.169071 0.3 + 0 3052.53 786.2 1181.5 72.1 1706.39 3310.7 + 1 139.666 59 222.2 10 158.592 503.1 + 2 45.9525 16.3 80.9 3.2 61.9467 198.8 + 3 16.5331 5.3 31.3 0.8 18.5655 66.3 + 4 4.90785 1.5 13 0.2 4.09499 25.3 + 5 3.165 1.2 4.4 0.2 2.43618 9.7 + 6 1.17252 0.4 2.7 0.1 1.20307 9.6 + 7 0.516554 0 1.7 0 0.606087 2.7 + 8 0.290907 0 1.3 0 0.246015 2.1 + 9 0.0307307 0 0.1 0 0.0386719 0.2 + 10 0.0312855 0 0.4 0 0.00574901 0.6 + 11 0.0682124 0 0.2 0 0.137074 0.2 + 12 0.00467156 0 0 0 0 0 + 13 0.0114212 0 0 0 0 0 + 14 0.00557925 0 0 0 0 0 + 15 0.0137281 0 0 0 0 0 + 16 0.0207416 0 0.2 0 0.0128575 0.2 + 17 0.00573811 0 0 0 0 0 + 18 0.0207392 0 0.2 0 0.00311811 0.3 + 19 2.23158e-05 0 0 0 0 0 ############################################################ Region : Calor-C Production thresholds : gamma 10 cm e- 10 cm e+ 10 cm Energy deposition in an event : - Absorber 7.44596 GeV Gap 696.852 MeV + Absorber 6.91842 GeV Gap 681.815 MeV Number of secondaries in an event : - gamma in Absorber 1119.7 in Gap 106.9 - e- in Absorber 2008.6 in Gap 204.6 - e+ in Absorber 314.1 in Gap 11 + gamma in Absorber 1017.4 in Gap 109.7 + e- in Absorber 1830.2 in Gap 201.6 + e+ in Absorber 286.5 in Gap 11 Minimum kinetic energy of generated secondaries : - gamma in Absorber 94.0849 keV in Gap 56.7587 keV - e- in Absorber 133.747 eV in Gap 154.071 eV - e+ in Absorber 1.12006 keV in Gap 226.208 keV + gamma in Absorber 109.305 keV in Gap 57.3715 keV + e- in Absorber 134.078 eV in Gap 162.3 eV + e+ in Absorber 6.78616 keV in Gap 128.204 keV Total track length of e+/e- in an event : - Absorber 3.20789 m Gap 2.08336 m + Absorber 2.91317 m Gap 2.00365 m Total number of steps of e+/e- in an event : - Absorber 5664.3 Gap 948.7 + Absorber 5176.9 Gap 903.1 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 7515.76 1111.3 1559.1 280.9 4615.69 5042.6 - 1 421.528 80.6 396.7 31.7 445.084 954.9 - 2 131.049 22.5 146.6 8.4 143.35 366.9 - 3 40.7884 6.7 61.1 2.4 49.0819 133 - 4 18.8301 2.9 23.6 0.9 21.3203 54.2 - 5 6.63767 1 11 0.5 5.79485 23.6 - 6 3.21668 0.4 5 0.1 4.37159 12.4 - 7 1.84418 0.2 3.3 0.1 1.77136 7.6 - 8 0.943877 0.3 2.2 0.1 1.04861 5 - 9 0.449625 0.3 1.6 0 0.254414 2.4 - 10 0.117694 0 0.3 0 0.142076 0.5 - 11 0.0478391 0 0.1 0 2e-10 0.1 - 12 0.0629301 0 0.1 0 0.0239835 0.2 - 13 0.25279 0.2 0.5 0 0.110795 0.8 - 14 0.194673 0 0.3 0 0.0633209 3 - 15 0.112699 0.2 0.7 0 0.0394254 1 - 16 0.0269466 0 0 0 0 0 - 17 0.0437307 0 0.1 0 0.0788128 0.1 - 18 0.035382 0 0.2 0 0.00771517 0.3 - 19 0.6334 0 0.2 0 2.46487 3.6 + 0 7029.62 1007.8 1413.5 255.2 4321.16 4622.1 + 1 364.848 75.1 355.7 26.8 387.255 864.3 + 2 126.622 28.1 144.3 10.5 134.575 340.7 + 3 45.9875 8.8 61.7 3.2 41.3175 127.1 + 4 14.1468 2.9 25.5 1 12.5461 56.7 + 5 8.19512 1.3 12.2 0.2 10.5679 30.3 + 6 3.07313 0.8 6.6 0.3 4.25569 14 + 7 1.87021 0.2 3.9 0 0.88657 6.5 + 8 1.98989 1 2.4 0.1 1.2393 4.2 + 9 2.0608 0.6 2.5 0 1.65481 4.4 + 10 0.522808 0.2 1.1 0.1 0.378804 2 + 11 0.200732 0 0.8 0 0.0729989 1.3 + 12 0.173121 0 0.9 0 0.0845344 1.3 + 13 0.120739 0 0.1 0 0.0246892 0.2 + 14 0.0345829 0 0 0 0 0 + 15 0.0321503 0 0 0 0 0 + 16 0.533462 0.3 0.4 0.1 0.40198 3.6 + 17 0.015726 0 0 0 0 0 + 18 0.0110493 0 0 0 0 0 + 19 0.0393752 0 0.1 0 0.0393374 0.3 ############################################################ /run/dumpCouples @@ -1278,7 +1277,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=1.040000s Real=1.319878s Sys=0.260000s + User=0.910000s Real=1.196703s Sys=0.270000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1286,124 +1285,124 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 2.35676 GeV Gap 312.872 MeV + Absorber 2.85161 GeV Gap 351.455 MeV Number of secondaries in an event : - gamma in Absorber 686.1 in Gap 42 - e- in Absorber 1245.1 in Gap 199.3 - e+ in Absorber 51.1 in Gap 2.4 + gamma in Absorber 1039.8 in Gap 56.8 + e- in Absorber 1795.7 in Gap 246.1 + e+ in Absorber 80.6 in Gap 3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 47.4775 keV in Gap 2.83143 keV - e- in Absorber 66.8787 eV in Gap 70.6487 eV - e+ in Absorber 1.69049 keV in Gap 76.7562 keV + gamma in Absorber 47.4747 keV in Gap 2.8176 keV + e- in Absorber 5.71051 eV in Gap 728.413 meV + e+ in Absorber 23.0921 keV in Gap 131.67 keV Total track length of e+/e- in an event : - Absorber 80.5644 cm Gap 59.9107 cm + Absorber 1.17265 m Gap 78.2418 cm Total number of steps of e+/e- in an event : - Absorber 2998.4 Gap 561.8 + Absorber 4407.7 Gap 687.4 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2515.44 656.6 1178.1 44.3 1218.45 2940.4 - 1 94.4831 43 152.4 5.6 117.841 363.3 - 2 34.2231 15.7 63.9 1.8 39.8797 145.1 - 3 13.0579 6.1 25.4 0.8 15.9169 52.6 - 4 6.55783 3.4 13.1 0.6 4.84422 27.6 - 5 3.16038 1.9 6.2 0.4 4.97648 17.7 - 6 1.81612 1.3 2.8 0 1.39118 6.2 - 7 0.200922 0 0.6 0 0.182898 0.9 - 8 0.245685 0.1 0.9 0 0.245414 1.3 - 9 0.085782 0 0.2 0 0.0415116 0.6 - 10 0.146339 0 0.1 0 0.793075 0.5 - 11 0.0122637 0 0 0 0.00384434 0.2 - 12 0.116132 0 0.5 0 0.0613172 0.6 - 13 4.06557e-05 0 0 0 0 0 - 14 0.0159857 0 0 0 0.00516883 0.2 - 15 0.074705 0 0.2 0 0.114416 3 - 16 1.72068e-05 0 0 0 0 0 - 17 0.000388452 0 0 0 0 0 - 18 0.000412273 0 0 0 0 0 - 19 0.000273591 0 0 0 0 0 + 0 3023.67 1016.4 1702 72.2 1745.28 4324 + 1 107.697 48.3 199.7 7.1 128.309 452.1 + 2 39.4613 17.9 77.4 2.5 47.333 186.6 + 3 19.5378 9.5 35 1.4 18.2177 73.7 + 4 6.1973 2.3 12.4 0.1 6.58458 27.3 + 5 2.91811 0.8 5.7 0.2 3.44949 12.6 + 6 1.07752 0.4 2.5 0 0.704783 5 + 7 0.467688 0.1 1.9 0 1.03454 3.5 + 8 0.226352 0 1.4 0 0.264808 2 + 9 0.115922 0 0.8 0 0.0695749 1.1 + 10 0.41886 0.5 1.3 0.1 0.25845 2.5 + 11 0.26821 0 0.3 0 0.215263 0.5 + 12 0.801389 0.3 0.4 0 3.13329 2.6 + 13 0.0375502 0 0.5 0 0.00993666 0.7 + 14 0.0847381 0.1 0.4 0 0.150981 0.7 + 15 0.0844556 0 0.1 0 0.0525845 0.2 + 16 0 0 0 0 0 0 + 17 0 0 0 0 0 0 + 18 0 0 0 0 0 0 + 19 0 0 0 0 0 0 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 2.89718 GeV Gap 379.681 MeV + Absorber 2.93848 GeV Gap 354.998 MeV Number of secondaries in an event : - gamma in Absorber 773.6 in Gap 51 - e- in Absorber 1313.2 in Gap 149.7 - e+ in Absorber 88.3 in Gap 2 + gamma in Absorber 787.4 in Gap 48.2 + e- in Absorber 1314.1 in Gap 152.5 + e+ in Absorber 85.6 in Gap 2.9 Minimum kinetic energy of generated secondaries : - gamma in Absorber 104.566 keV in Gap 8.7207 keV - e- in Absorber 122.378 eV in Gap 129.757 eV - e+ in Absorber 1.16212 keV in Gap 666.532 keV + gamma in Absorber 120.809 keV in Gap 8.71672 keV + e- in Absorber 126.058 eV in Gap 131.863 eV + e+ in Absorber 11.804 keV in Gap 598.49 keV Total track length of e+/e- in an event : - Absorber 1.05758 m Gap 86.5915 cm + Absorber 1.08771 m Gap 74.7505 cm Total number of steps of e+/e- in an event : - Absorber 3285.6 Gap 534.7 + Absorber 3272.9 Gap 503.4 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3052.17 739.2 1077.9 73.4 1678 2982.5 - 1 140.86 56.5 231.1 10.7 152.19 508 - 2 49.6219 17.3 89.9 3.5 59.2571 197.1 - 3 20.0712 6.3 37.4 1.6 19.4108 73.7 - 4 7.00851 2.5 14.2 0.5 8.33857 29.4 - 5 3.94424 1.1 6.2 0.3 3.49376 14.4 - 6 0.969004 0.9 2.5 0.1 1.00776 7.9 - 7 0.69263 0.2 1.2 0 0.549521 1.9 - 8 0.234692 0 0.7 0 0.33146 1.3 - 9 0.0833363 0 0.5 0.1 0.0252937 0.8 - 10 0.462815 0.4 0.5 0 0.396742 1.6 - 11 0.181688 0 0.4 0 0.081444 0.7 - 12 0.465569 0.2 0.2 0.1 0.379656 0.7 - 13 0.0069727 0 0 0 0 0 - 14 0.0666902 0 0.2 0 0.0288629 0.3 - 15 0.0110645 0 0 0 0 0 - 16 0.00173297 0 0 0 0 0 - 17 0.00100675 0 0 0 0 0 - 18 0.00125766 0 0 0 0 0 - 19 0.00157924 0 0 0 0 0 + 0 3077.17 761.2 1096.5 75.7 1602.69 2994.5 + 1 147.176 53 241 8.6 159.731 504.1 + 2 41.5248 12.1 73.1 2.4 48.6229 160 + 3 16.7873 5.8 33.8 0.9 14.7459 71.5 + 4 6.15634 1.6 11.7 0.5 5.25476 22.6 + 5 2.63699 1.1 6 0.2 1.70523 11.3 + 6 0.513727 0.3 1 0.1 0.514402 2.1 + 7 0.46701 0 1.2 0 0.817335 1.8 + 8 0.168726 0 0.4 0 0.30037 0.6 + 9 0.0810745 0 0.5 0 0.193418 0.8 + 10 0.361767 0.3 0.5 0 0.351798 5.2 + 11 0.336581 0.2 0.6 0.1 0.231754 1.4 + 12 0.0216664 0 0.2 0 0.0373473 0.2 + 13 0.0529411 0 0.1 0 0.0246801 0.2 + 14 0.000688719 0 0 0 0 0 + 15 0.00759538 0 0 0 0 0 + 16 0 0 0 0 0 0 + 17 0.00162326 0 0 0 0 0 + 18 0.00522421 0 0 0 0 0 + 19 0.00662668 0 0 0 0 0 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 2.57293 GeV Gap 327.452 MeV + Absorber 2.43182 GeV Gap 309.756 MeV Number of secondaries in an event : - gamma in Absorber 324.5 in Gap 24.5 - e- in Absorber 589.5 in Gap 66.1 - e+ in Absorber 57.7 in Gap 1.9 + gamma in Absorber 274.7 in Gap 21 + e- in Absorber 504 in Gap 58.7 + e+ in Absorber 47.8 in Gap 1.3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 127.262 keV in Gap 27.6407 keV - e- in Absorber 292.534 eV in Gap 160.624 eV - e+ in Absorber 12.1745 keV in Gap 628.554 keV + gamma in Absorber 313.388 keV in Gap 27.0448 keV + e- in Absorber 133.906 eV in Gap 261.314 eV + e+ in Absorber 24.6115 keV in Gap 111.02 keV Total track length of e+/e- in an event : - Absorber 63.0645 cm Gap 49.245 cm + Absorber 53.6723 cm Gap 41.6886 cm Total number of steps of e+/e- in an event : - Absorber 1487.3 Gap 243.6 + Absorber 1281.6 Gap 231.6 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2752.33 316.3 463.2 50.6 973.732 1302 - 1 97.2515 23.2 115.3 5.9 92.7208 252.6 - 2 29.4896 5.9 42.1 2.1 31.2259 97.8 - 3 13.0743 2.4 18 0.7 18.0929 41.2 - 4 4.10576 0.6 7.2 0.1 3.23873 19.8 - 5 1.43047 0 3.6 0 1.05382 5.9 - 6 1.11786 0.2 2.5 0.1 0.916494 4.3 - 7 0.904183 0.2 1.5 0 1.59479 3.3 - 8 0.397341 0 1.3 0.1 0.233396 2 - 9 0.216863 0.2 0.7 0 0.228991 1.7 - 10 0.00824454 0 0 0 0 0 - 11 0.0465633 0 0.2 0 0.0571178 0.3 - 12 0.000417693 0 0 0 0 0 - 13 0.00177108 0 0 0 0 0 - 14 0.00162389 0 0 0 0 0 - 15 0.00128484 0 0 0 0 0 - 16 0.00229253 0 0 0 0 0 - 17 0.00422385 0 0 0 0 0 - 18 0.000425203 0 0 0 0 0 - 19 0.000154072 0 0 0 0 0 + 0 2629.18 267.6 393.9 41.3 838.272 1125.7 + 1 69.3938 19.2 105.3 5.1 70.0764 244.4 + 2 24.5781 5.5 36.5 1.6 27.3964 81.1 + 3 10.4502 2.2 14.7 0.5 9.20674 33.4 + 4 4.04232 0.5 6.7 0.3 4.61423 14.6 + 5 2.18111 0.5 2.7 0.2 2.31942 5.5 + 6 0.604212 0 1.2 0 0.92804 3.5 + 7 0.295712 0 0.9 0 0.262081 1.7 + 8 0.40992 0.2 0.3 0.1 0.266402 0.8 + 9 0.206477 0 0.2 0 0.135368 0.3 + 10 0.0188142 0 0 0 0 0 + 11 0.0121884 0 0 0 0 0 + 12 0.0100799 0 0 0 0 0 + 13 0.0113326 0 0 0 0 0 + 14 0.0640688 0 0.1 0 0.0965196 1.9 + 15 0.072138 0 0.2 0 0.0357956 0.3 + 16 0.0170742 0 0 0 0 0 + 17 0.00805716 0 0 0 0 0 + 18 0.00942645 0 0 0 0 0 + 19 0.00265733 0 0 0 0 0 ############################################################ /run/dumpCouples @@ -1592,7 +1591,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.270000s Real=0.336694s Sys=0.060000s + User=0.210000s Real=0.290185s Sys=0.060000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1600,81 +1599,81 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 574.963 MeV Gap 256.608 MeV + Absorber 620.239 MeV Gap 272.186 MeV Number of secondaries in an event : - gamma in Absorber 45.1 in Gap 11.8 - e- in Absorber 294.1 in Gap 161.8 - e+ in Absorber 1.5 in Gap 0.4 + gamma in Absorber 53.8 in Gap 15.7 + e- in Absorber 367.5 in Gap 188.4 + e+ in Absorber 1.5 in Gap 0.3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 3.27132 keV in Gap 1.56242 keV - e- in Absorber 109.101 eV in Gap 109.566 eV - e+ in Absorber 422.018 keV in Gap 3.65354 MeV + gamma in Absorber 3.30491 keV in Gap 1.56232 keV + e- in Absorber 114.646 eV in Gap 112.817 eV + e+ in Absorber 673.181 keV in Gap 41.9676 keV Total track length of e+/e- in an event : - Absorber 44.8759 cm Gap 44.9326 cm + Absorber 56.1952 cm Gap 53.6266 cm Total number of steps of e+/e- in an event : - Absorber 594.6 Gap 347.9 + Absorber 750.3 Gap 399.5 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 783.271 44.6 270.5 1.2 755.209 635.5 - 1 29.1309 8.7 49.2 0.2 96.3126 100.2 - 2 6.72706 1.9 35.6 0.2 17.2468 56 - 3 5.71914 0.5 31.3 0.1 17.3505 51.4 - 4 1.61237 0.2 18.7 0 2.95587 27.1 - 5 1.86979 0.3 10.5 0 3.85348 15.8 - 6 0.541665 0 12.7 0 0.494243 16.3 - 7 1.35372 0.4 12.2 0.2 2.40079 18.2 - 8 0.761487 0.1 5.7 0 1.5253 8.5 - 9 0.281812 0.1 3.2 0 0.39854 4.8 - 10 0.0753452 0 3.1 0 0.0508583 4 - 11 0.0471282 0 0.8 0 0.047796 1.3 - 12 0.0371467 0 0.4 0 0.0323118 0.6 - 13 0.0203389 0 0.4 0 0.0136764 0.5 - 14 0.0348675 0 0.4 0 0.029938 0.8 - 15 0.0842676 0.1 0.9 0 0.161192 1.2 - 16 0.00378608 0 0.3 0 0.00171383 0.3 - 17 0 0 0 0 0 0 - 18 0 0 0 0 0 0 + 0 816.569 53.3 298.3 0.9 865.559 711.5 + 1 42.7747 11.4 77.3 0.4 140.61 151.2 + 2 12.4077 1.9 53 0.2 34.803 91 + 3 7.69208 1.1 39.1 0.2 23.0028 65.3 + 4 4.45691 0.6 26.8 0 11.7224 39.5 + 5 3.72542 0.9 17.4 0.1 10.5802 25.7 + 6 2.60652 0.3 14.4 0 7.2129 22.7 + 7 0.527468 0 8.1 0 0.984328 12.8 + 8 0.345813 0 6.3 0 0.41739 8 + 9 0.0951694 0 2.5 0 0.06027 4 + 10 0.516143 0 3.8 0 1.35346 6.2 + 11 0.271809 0 4.2 0 0.710813 5.5 + 12 0.275989 0 1.7 0 1.04018 3 + 13 0.0568704 0 0.5 0 0.0808415 0.6 + 14 0.0201442 0 0.6 0 0.0141045 0.7 + 15 0.0121935 0 0.6 0 0.00401965 0.7 + 16 0.0626545 0 0.9 0 0.0592426 1 + 17 0.00410543 0 0.3 0 0.000977112 0.3 + 18 0.00434676 0 0.1 0 0.00167167 0.1 19 0 0 0 0 0 0 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 588.43 MeV Gap 255.749 MeV + Absorber 574.54 MeV Gap 248.375 MeV Number of secondaries in an event : - gamma in Absorber 41.2 in Gap 9.7 - e- in Absorber 200.8 in Gap 93.7 - e+ in Absorber 2 in Gap 0.5 + gamma in Absorber 32.7 in Gap 8.9 + e- in Absorber 180.3 in Gap 91.7 + e+ in Absorber 1.5 in Gap 0.5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 9.96549 keV in Gap 4.46544 keV - e- in Absorber 100.495 eV in Gap 123.271 eV - e+ in Absorber 626.439 keV in Gap 6.63155 MeV + gamma in Absorber 9.70779 keV in Gap 4.03121 keV + e- in Absorber 134.549 eV in Gap 104.064 eV + e+ in Absorber 666.611 keV in Gap 132.482 keV Total track length of e+/e- in an event : - Absorber 41.16 cm Gap 40.6868 cm + Absorber 37.3196 cm Gap 35.8531 cm Total number of steps of e+/e- in an event : - Absorber 455.3 Gap 224.4 + Absorber 412.4 Gap 218 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 788.055 35.9 89.6 1.1 651.797 341.2 - 1 18.1746 6.8 48.1 0.7 53.054 90.5 - 2 12.2075 2.6 43.6 0.3 39.9699 70.2 - 3 11.8744 2.6 40 0.2 36.541 60.8 - 4 5.09139 1.3 28 0.1 14.7855 42 - 5 2.4465 0.3 12.3 0 6.53251 21.4 - 6 2.24678 0.2 9.6 0.1 5.90098 14.6 - 7 2.35452 0.7 7.7 0 5.43807 15.8 - 8 0.676396 0.3 5.3 0 2.72812 8.6 - 9 0.299043 0.1 4.4 0 0.404717 5.8 - 10 0.137221 0 2.8 0 0.11224 3.6 - 11 0.0887552 0 1 0 0.0716904 1.7 - 12 0.0960644 0 1.3 0 0.092786 1.8 - 13 0.339452 0.1 0.4 0 0.894337 0.9 - 14 0 0 0 0 0 0 - 15 0.0180647 0 0.1 0 0.0183624 0.2 - 16 0.073545 0 0.2 0 0.127342 0.5 - 17 4.19403e-10 0 0.1 0 2e-10 0.1 + 0 781.325 32.3 90.2 1.1 612.902 344.4 + 1 14.9728 4.4 41.3 0.3 46.1812 74 + 2 12.7732 2.8 38.1 0.2 37.6556 62.1 + 3 3.04816 0.5 26.6 0 6.75382 36.5 + 4 3.48383 0.3 20 0.1 12.3315 29.5 + 5 1.42527 0.2 16.3 0 2.87938 25.3 + 6 1.46633 0.3 8.7 0.1 3.09028 11.8 + 7 1.18518 0.3 8.7 0.1 2.41494 15.7 + 8 0.880478 0.2 9.7 0 1.7414 12.1 + 9 0.69853 0.3 4.9 0.1 1.80215 7.6 + 10 0.936566 0 3.1 0 2.51122 4.8 + 11 0.331164 0 1.4 0 0.761985 2.1 + 12 0.0444747 0 0.9 0 0.0296348 1.6 + 13 0.0611282 0 0.7 0 0.0699085 0.8 + 14 0.255696 0 0.3 0 0.592366 0.8 + 15 0.0229348 0 1 0 0.00841404 1.2 + 16 0.00438176 0 0.1 0 0.00169463 0.1 + 17 0 0 0 0 0 0 18 0 0 0 0 0 0 19 0 0 0 0 0 0 ############################################################ @@ -1682,42 +1681,42 @@ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 607.3 MeV Gap 256.767 MeV + Absorber 575.812 MeV Gap 242.941 MeV Number of secondaries in an event : - gamma in Absorber 26.1 in Gap 9.8 - e- in Absorber 159.5 in Gap 68.2 - e+ in Absorber 1.8 in Gap 0.6 + gamma in Absorber 20.6 in Gap 6.2 + e- in Absorber 128 in Gap 48.7 + e+ in Absorber 1.1 in Gap 0.6 Minimum kinetic energy of generated secondaries : - gamma in Absorber 29.0808 keV in Gap 10.7742 keV - e- in Absorber 107.557 eV in Gap 121.145 eV - e+ in Absorber 2.39766 MeV in Gap 1.34047 MeV + gamma in Absorber 28.2959 keV in Gap 10.6159 keV + e- in Absorber 129.413 eV in Gap 157.249 eV + e+ in Absorber 1.64305 MeV in Gap 1.26523 MeV Total track length of e+/e- in an event : - Absorber 32.7119 cm Gap 31.4611 cm + Absorber 25.8117 cm Gap 23.1494 cm Total number of steps of e+/e- in an event : - Absorber 315.2 Gap 140.8 + Absorber 246.6 Gap 103.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 818.733 24.2 47.4 1.3 524.574 175.9 - 1 24.4553 7.6 50.9 0.4 70.0452 90.5 - 2 11.1385 3.1 34.7 0.5 28.0935 54.7 - 3 2.03285 0.1 25 0 3.21627 35.1 - 4 3.23788 0.7 18.1 0.2 7.96546 27.8 - 5 0.660805 0.1 14.8 0 0.915429 20.2 - 6 0.957613 0.1 11 0 2.15675 15.5 - 7 0.604576 0 5.5 0 1.12255 7.4 - 8 0.285969 0 4.9 0 0.290904 7.7 - 9 0.905558 0 4.7 0 1.67733 7 - 10 0.116731 0 3.7 0 0.0767542 4.1 - 11 0.0925933 0 1.7 0 0.075255 2.5 - 12 0.183859 0 1.8 0 0.266164 2.5 - 13 0.0938043 0 1.6 0 0.121559 1.6 - 14 0.123224 0 0.6 0 0.182949 0.8 - 15 0.122022 0 0.3 0 0.242798 0.5 - 16 0 0 0 0 0 0 - 17 0.0102773 0 0.1 0 0.00698539 0.3 - 18 0.117538 0 0.7 0 0.238301 0.9 - 19 0 0 0 0 0 0 + 0 787.96 22 44.5 1.4 404.168 149.1 + 1 18.0656 2.7 37.6 0 53.2257 63.9 + 2 2.60547 0.6 26.1 0 4.83155 40.5 + 3 4.86389 0.6 17.4 0.2 13.8268 27 + 4 1.7745 0.4 16.5 0 4.27618 21.2 + 5 1.36841 0.5 12.8 0.1 3.22639 17.5 + 6 0.558631 0 6.5 0 1.71217 9.5 + 7 0.449997 0 5.2 0 1.58574 7.4 + 8 0.1671 0 3 0 0.208778 4.6 + 9 0.0300046 0 0.9 0 0.0184799 1.2 + 10 0.0154193 0 0.7 0 0.0100057 0.8 + 11 0.0209284 0 0.5 0 0.0139661 0.9 + 12 0.277658 0 0.6 0 1.25955 1 + 13 0.102542 0 0.4 0 0.159639 0.7 + 14 0.0384138 0 0.8 0 0.0751654 0.8 + 15 0.0733029 0 1.3 0 0.0703732 1.6 + 16 0.0314644 0 0.8 0 0.0176396 1.1 + 17 0.00593599 0 0.5 0 0.00162363 0.5 + 18 0.0859034 0 0.1 0 0.161623 0.2 + 19 0.0318558 0 0.1 0 0.091341 0.1 ############################################################ /run/dumpCouples @@ -1935,7 +1934,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.510000s Real=0.635749s Sys=0.120000s + User=1.430000s Real=1.905382s Sys=0.390000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1943,124 +1942,124 @@ Region : Calor-A Production thresholds : gamma 10 um e- 10 um e+ 10 um Energy deposition in an event : - Absorber 510.753 MeV Gap 228.914 MeV + Absorber 569.157 MeV Gap 254.038 MeV Number of secondaries in an event : - gamma in Absorber 38.8 in Gap 10.3 - e- in Absorber 877 in Gap 883 - e+ in Absorber 1.1 in Gap 0.1 + gamma in Absorber 55.3 in Gap 14.5 + e- in Absorber 1054.7 in Gap 1008.1 + e+ in Absorber 3 in Gap 0.1 Minimum kinetic energy of generated secondaries : - gamma in Absorber 1.02181 keV in Gap 1.00765 keV - e- in Absorber 102.534 eV in Gap 106.216 eV - e+ in Absorber 777.294 keV in Gap 1.2631 MeV + gamma in Absorber 1.00713 keV in Gap 995.247 eV + e- in Absorber 38.1939 eV in Gap 164.945 eV + e+ in Absorber 241.515 keV in Gap 10.3324 MeV Total track length of e+/e- in an event : - Absorber 31.648 cm Gap 31.8526 cm + Absorber 46.1494 cm Gap 45.51 cm Total number of steps of e+/e- in an event : - Absorber 1265 Gap 1220.3 + Absorber 1600 Gap 1469.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 725.792 45.5 1638.9 0.9 595.606 2289.3 - 1 8.78244 2.3 51.9 0.2 28.5502 93.5 - 2 2.24672 0.6 22.1 0 5.38699 35.9 - 3 0.82241 0.4 15.6 0.1 1.38541 21 - 4 0.688117 0.2 10.4 0 1.21196 13.9 - 5 0.209652 0 5.3 0 0.170993 7.4 - 6 0.604953 0.1 6.1 0 2.08664 9.7 - 7 0.183476 0 4.1 0 0.144037 5.4 - 8 0.227954 0 2.3 0 0.400459 3.3 - 9 0.0529837 0 1.6 0 0.0273007 2.2 - 10 0.0308319 0 0.7 0 0.0226261 1 - 11 0.00550395 0 0.4 0 0.00130228 0.6 - 12 0.00517608 0 0.3 0 0.00286511 1.6 - 13 0.0152791 0 0.3 0 0.00942075 0.5 - 14 0 0 0 0 0 0 - 15 0 0 0 0 0 0 + 0 772.75 56.2 1753.2 1.7 756.1 2539.3 + 1 25.2798 7.5 112.7 0.6 85.6819 211.2 + 2 10.5757 2.7 65 0.4 34.5232 110 + 3 2.89368 0.7 34.9 0.1 7.55239 52.3 + 4 3.48943 0.7 25.8 0 9.43996 40.9 + 5 2.25181 0.4 19.6 0 7.48804 36.3 + 6 2.2418 0.8 16.4 0.1 8.11282 27.6 + 7 0.621129 0.1 7.2 0 1.14453 10.5 + 8 0.748567 0.2 8.5 0.1 1.37277 13.4 + 9 0.322788 0 5.4 0 0.434195 7.5 + 10 0.469609 0.1 2.7 0 1.01518 3.8 + 11 0.0501948 0 1.3 0 0.030726 2.1 + 12 0.0570302 0 0.6 0 0.096451 0.8 + 13 0.0156494 0 0.7 0 0.00704499 1.1 + 14 0.287358 0 2.5 0 1.04207 3.7 + 15 0.0654696 0 0.7 0 0.0655121 1 16 0 0 0 0 0 0 - 17 0 0 0 0 0 0 + 17 0.00781088 0 0.4 0 0.00309274 0.4 18 0 0 0 0 0 0 - 19 0 0 0 0 0 0 + 19 0.0235236 0 0.3 0 0.017118 0.4 ############################################################ Region : Calor-B Production thresholds : gamma 100 um e- 100 um e+ 100 um Energy deposition in an event : - Absorber 563.826 MeV Gap 243.621 MeV + Absorber 2.1359 GeV Gap 922.021 MeV Number of secondaries in an event : - gamma in Absorber 38.5 in Gap 9.9 - e- in Absorber 341.3 in Gap 184.8 - e+ in Absorber 1 in Gap 0.3 + gamma in Absorber 534.4 in Gap 144.7 + e- in Absorber 3011.1 in Gap 1402.6 + e+ in Absorber 31 in Gap 8.3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 2.35255 keV in Gap 1.21022 keV - e- in Absorber 116.104 eV in Gap 174.054 eV - e+ in Absorber 524.043 keV in Gap 7.30517 MeV + gamma in Absorber 2.34447 keV in Gap 1.11091 keV + e- in Absorber 101.286 eV in Gap 103.164 eV + e+ in Absorber 25.0199 keV in Gap 158.526 keV Total track length of e+/e- in an event : - Absorber 43.2866 cm Gap 38.3183 cm + Absorber 4.28165 m Gap 4.04367 m Total number of steps of e+/e- in an event : - Absorber 633 Gap 349.7 + Absorber 5918.6 Gap 2903.5 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 784.38 43.3 385.2 0.9 753.846 768.4 - 1 12.6253 3.5 42 0.3 39.0546 73 - 2 3.4078 0.4 29.6 0 8.55091 45.4 - 3 1.29291 0.2 19.4 0 2.05099 25.8 - 4 1.62055 0.1 10.1 0 3.48552 14.6 - 5 1.26973 0.5 9.2 0.1 2.84673 13.3 - 6 0.459649 0 8.5 0 0.61566 10.7 - 7 0.333237 0 5.7 0 0.4184 7.3 - 8 0.426331 0.1 5.6 0 0.604749 8.1 - 9 0.631078 0.2 3.8 0 2.63031 5.8 - 10 0.0605363 0 1.4 0 0.0321362 2.5 - 11 0.259815 0 2 0 0.417449 2.6 - 12 0.138079 0 0.8 0 0.237169 1.2 - 13 0.00921794 0 0.5 0 0.00417594 0.6 - 14 0.0164513 0 1 0 0.00632266 1.3 - 15 0.00925828 0 0.5 0 0.00339674 0.6 - 16 0.109336 0.1 0.2 0 0.254422 0.5 - 17 0.00822373 0 0.2 0 0.00449973 0.2 - 18 0.390242 0 0.4 0 0.9859 0.8 - 19 0 0 0 0 0 0 + 0 2364.02 489.5 1640.8 27.3 6235.27 4293 + 1 388.709 119 831.4 5.7 1272.34 1621 + 2 119.746 32.3 556 2.7 340.808 900 + 3 61.7691 15.2 414.9 1.3 163.614 603.1 + 4 40.8407 8 306.7 0.9 112.183 444.1 + 5 26.4829 5 199.7 0.6 62.6742 296.9 + 6 17.479 3.3 145.4 0.1 40.8224 196.6 + 7 7.65445 0.6 86.6 0.2 18.0338 117.7 + 8 6.43063 1 63.7 0.1 14.3684 91.1 + 9 4.34067 0.7 45.6 0 7.77013 68.7 + 10 3.72416 0.6 26.9 0 10.3164 43.3 + 11 7.05445 1.9 25.4 0.2 20.1237 40.1 + 12 4.63431 1.1 20.8 0 14.7473 34.5 + 13 1.97698 0.3 15.3 0.1 4.8614 20.5 + 14 0.744371 0 11.1 0 1.63314 18.9 + 15 0.613293 0.1 7.3 0 1.89015 10.8 + 16 0.52322 0.1 6.4 0 1.20882 8.9 + 17 0.241156 0.1 3.8 0 0.301946 4.3 + 18 0.122817 0 1.8 0 0.127402 2.2 + 19 0.0839394 0 2 0 0.0674686 2.5 ############################################################ Region : Calor-C Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 603.381 MeV Gap 259.29 MeV + Absorber 549.496 MeV Gap 239.608 MeV Number of secondaries in an event : - gamma in Absorber 41.9 in Gap 13.6 - e- in Absorber 236.2 in Gap 105.3 - e+ in Absorber 2.1 in Gap 0.2 + gamma in Absorber 31.6 in Gap 8.1 + e- in Absorber 176.3 in Gap 88.2 + e+ in Absorber 1 in Gap 0.1 Minimum kinetic energy of generated secondaries : - gamma in Absorber 7.04285 keV in Gap 3.02435 keV - e- in Absorber 117.756 eV in Gap 130.376 eV - e+ in Absorber 600.069 keV in Gap 119.639 MeV + gamma in Absorber 6.94677 keV in Gap 3.0538 keV + e- in Absorber 101.81 eV in Gap 109.66 eV + e+ in Absorber 398.578 keV in Gap 50.78 MeV Total track length of e+/e- in an event : - Absorber 46.7178 cm Gap 44.1633 cm + Absorber 34.7434 cm Gap 33.107 cm Total number of steps of e+/e- in an event : - Absorber 511.2 Gap 259.5 + Absorber 387.4 Gap 213.4 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 777.346 35.9 119.5 0.8 643.354 385.7 - 1 56.7132 14.5 63.6 1.1 184.362 138.8 - 2 17.4935 3.8 47.5 0.2 55.5527 87.1 - 3 4.569 0.9 34.5 0.1 11.3443 51.7 - 4 1.25088 0.1 25.1 0 1.60978 34.2 - 5 2.45582 0 18.5 0 7.3503 26 - 6 0.643661 0.2 9.1 0.1 0.966367 13.1 - 7 0.32479 0 5.8 0 0.343339 9.2 - 8 0.49492 0 5.1 0 0.832534 6.4 - 9 0.485973 0.1 5.6 0 0.709295 7.9 - 10 0.365862 0 2.6 0 0.562562 4.9 - 11 0.0764414 0 2.5 0 0.0537617 2.6 - 12 0.305442 0 0.6 0 1.56225 1.3 - 13 0.0189797 0 0.2 0 0.0166497 0.3 - 14 0 0 0 0 0 0 - 15 0.013102 0 0.8 0 0.00407577 0.9 - 16 0.0182918 0 0.2 0 0.0122939 0.2 - 17 0.0856356 0 0.2 0 0.168732 0.3 - 18 0.00962494 0 0.1 0 0.00651627 0.1 - 19 0 0 0 0 0 0 + 0 761.492 32.9 114.3 0.7 603.53 365.5 + 1 11.2929 3.7 38.2 0.1 34.8538 65.9 + 2 5.47024 0.9 31.7 0 14.0277 46.7 + 3 4.55458 0.6 25.7 0.1 11.8325 42 + 4 3.68505 1.1 18.6 0.1 9.91607 29.8 + 5 1.04415 0.2 12.4 0.1 1.91683 19.6 + 6 0.394367 0 6.4 0 0.497825 8.1 + 7 0.261953 0 4.8 0 0.367983 5.9 + 8 0.331849 0 1.5 0 0.729298 3 + 9 0.158494 0.2 2.4 0 0.22889 3.1 + 10 0.0597411 0 1 0 0.150441 1.4 + 11 0.0553476 0 1.1 0 0.0461717 1.5 + 12 0.131138 0.1 1.7 0 0.215998 2.8 + 13 0.0282351 0 1.1 0 0.0209539 1.2 + 14 0.0647702 0 0.9 0 0.118009 1.3 + 15 0.0386256 0 0.8 0 0.0330474 1 + 16 0.0146292 0 0.9 0 0.00754664 0.9 + 17 0.00733038 0 0.2 0 0.00380553 0.2 + 18 0 0 0 0 0 0 + 19 0.0115499 0 0.5 0 0.00384614 0.6 ############################################################ /run/dumpCouples @@ -2151,5 +2150,5 @@ Graphics systems deleted. Visualization Manager deleting... ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.77 MB +Dynamic pools deleted: 12 / Total memory freed: 0.79 MB ============================================================ diff --git a/examples/extended/runAndEvent/RE07/History b/examples/extended/runAndEvent/RE07/History index 8f6f016344c..e179c23587e 100644 --- a/examples/extended/runAndEvent/RE07/History +++ b/examples/extended/runAndEvent/RE07/History @@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-11-20 Gabriele Cosmo (exampleRE07-V11-02-01) +- In TrackingManagerHelper, fixed compilation warning on clang-19 for unused + variable. Fixed use of G4 types. + ## 2024-05-02 Gabriele Cosmo (exampleRE07-V11-02-00) - Fixed compilation warnings for potentially initialised local variable in EmStandardPhysicsTrackingManager::PostStepDoIt(). diff --git a/examples/extended/runAndEvent/RE07/include/TrackingManagerHelper.icc b/examples/extended/runAndEvent/RE07/include/TrackingManagerHelper.icc index c437ae1bdf6..ae3a54608af 100644 --- a/examples/extended/runAndEvent/RE07/include/TrackingManagerHelper.icc +++ b/examples/extended/runAndEvent/RE07/include/TrackingManagerHelper.icc @@ -127,7 +127,7 @@ void TrackingManagerHelper::TrackParticle( G4double physicalStep = physics.GetPhysicalInteractionLength(*aTrack); G4double geometryStep = navigation.MakeStep(*aTrack, step, physicalStep); - bool geometryLimitedStep = geometryStep < physicalStep; + G4bool geometryLimitedStep = geometryStep < physicalStep; G4double finalStep = geometryLimitedStep ? geometryStep : physicalStep; step.SetStepLength(finalStep); @@ -248,10 +248,10 @@ void TrackingManagerHelper::TrackChargedParticle(G4Track* aTrack, PhysicsImpl& p G4ThreeVector dir = track.GetMomentumDirection(); G4StepPoint& postStepPoint = *step.GetPostStepPoint(); - bool fieldExertsForce = false; + G4bool fieldExertsForce = false; if (auto* fieldMgr = fFieldPropagator->FindAndSetFieldManager(track.GetVolume())) { fieldMgr->ConfigureForTrack(&track); - if (const G4Field* ptrField = fieldMgr->GetDetectorField()) { + if (fieldMgr->GetDetectorField() != nullptr) { fieldExertsForce = true; } } @@ -334,8 +334,8 @@ void TrackingManagerHelper::TrackChargedParticle(G4Track* aTrack, PhysicsImpl& p } // Update global, local, and proper time. - double velocity = track.GetVelocity(); - double deltaTime = 0; + G4double velocity = track.GetVelocity(); + G4double deltaTime = 0; if (velocity > 0) { deltaTime = physicalStep / velocity; } @@ -343,8 +343,8 @@ void TrackingManagerHelper::TrackChargedParticle(G4Track* aTrack, PhysicsImpl& p postStepPoint.AddGlobalTime(deltaTime); postStepPoint.AddLocalTime(deltaTime); - double restMass = track.GetDynamicParticle()->GetMass(); - double deltaProperTime = deltaTime * (restMass / track.GetTotalEnergy()); + G4double restMass = track.GetDynamicParticle()->GetMass(); + G4double deltaProperTime = deltaTime * (restMass / track.GetTotalEnergy()); postStepPoint.AddProperTime(deltaProperTime); // Compute safety, including the call to safetyHelper, but don't set the @@ -457,16 +457,16 @@ void TrackingManagerHelper::TrackNeutralParticle(G4Track* aTrack, PhysicsImpl& p postStepPoint.SetPosition(pos); // Update global, local, and proper time. - double velocity = track.GetVelocity(); - double deltaTime = 0; + G4double velocity = track.GetVelocity(); + G4double deltaTime = 0; if (velocity > 0) { deltaTime = physicalStep / velocity; } postStepPoint.AddGlobalTime(deltaTime); postStepPoint.AddLocalTime(deltaTime); - double restMass = track.GetDynamicParticle()->GetMass(); - double deltaProperTime = deltaTime * (restMass / track.GetTotalEnergy()); + G4double restMass = track.GetDynamicParticle()->GetMass(); + G4double deltaProperTime = deltaTime * (restMass / track.GetTotalEnergy()); postStepPoint.AddProperTime(deltaProperTime); // Compute safety, but don't set the safety in the post-step point to diff --git a/examples/extended/runAndEvent/RE07/processes.out b/examples/extended/runAndEvent/RE07/processes.out index e861219746e..6377cf6f9bc 100644 --- a/examples/extended/runAndEvent/RE07/processes.out +++ b/examples/extended/runAndEvent/RE07/processes.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,7 +29,7 @@ Command is ignored. G4_lAr: 5.7 mm ------------------------------------------------------------- - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -64,15 +64,15 @@ Command is ignored. ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 775.35 MeV : 16.44 MeV 2.12 +- 0.06706 % 54.7 cm +- 1.26 cm - G4_lAr: 215.06 MeV : 15.96 MeV 7.421 +- 0.2347 % 1.06 m +- 8.16 cm + G4_Pb: 775 MeV : 17.05 MeV 2.2 +- 0.06956 % 54.7 cm +- 1.31 cm + G4_lAr: 214.65 MeV : 15.29 MeV 7.124 +- 0.2253 % 1.06 m +- 7.8 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV Mean number of gamma 509 - Mean number of e- 873 - Mean number of e+ 53.7 - Mean number of charged steps 3681.48 - Mean number of neutral steps 3694.58 + Mean number of e- 870 + Mean number of e+ 53.6 + Mean number of charged steps 3662.46 + Mean number of neutral steps 3688.48 ------------------------------------------------------------ diff --git a/examples/extended/runAndEvent/RE07/specialized.out b/examples/extended/runAndEvent/RE07/specialized.out index a63982eb7b1..8b83b363439 100644 --- a/examples/extended/runAndEvent/RE07/specialized.out +++ b/examples/extended/runAndEvent/RE07/specialized.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,7 +29,7 @@ Command is ignored. G4_lAr: 5.7 mm ------------------------------------------------------------- - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -64,15 +64,15 @@ Command is ignored. ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 774.27 MeV : 18.12 MeV 2.341 +- 0.07402 % 54.7 cm +- 1.41 cm - G4_lAr: 214.58 MeV : 15.86 MeV 7.393 +- 0.2338 % 1.06 m +- 8.05 cm + G4_Pb: 774.38 MeV : 19.27 MeV 2.488 +- 0.07867 % 54.7 cm +- 1.45 cm + G4_lAr: 214.28 MeV : 16.04 MeV 7.487 +- 0.2367 % 1.05 m +- 8.21 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV Mean number of gamma 508 - Mean number of e- 871 + Mean number of e- 870 Mean number of e+ 53.4 - Mean number of charged steps 3668.58 - Mean number of neutral steps 3701.69 + Mean number of charged steps 3664.61 + Mean number of neutral steps 3681.54 ------------------------------------------------------------ diff --git a/examples/extended/runAndEvent/RE07/tracking.out b/examples/extended/runAndEvent/RE07/tracking.out index c98ef62fafb..5a8f5d4a4a7 100644 --- a/examples/extended/runAndEvent/RE07/tracking.out +++ b/examples/extended/runAndEvent/RE07/tracking.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,7 +29,7 @@ Command is ignored. G4_lAr: 5.7 mm ------------------------------------------------------------- - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -64,15 +64,15 @@ Command is ignored. ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 774.9 MeV : 15.93 MeV 2.055 +- 0.065 % 54.7 cm +- 1.25 cm - G4_lAr: 214.84 MeV : 15.06 MeV 7.01 +- 0.2217 % 1.06 m +- 7.69 cm + G4_Pb: 775.87 MeV : 16.5 MeV 2.127 +- 0.06726 % 54.8 cm +- 1.32 cm + G4_lAr: 214.2 MeV : 15.68 MeV 7.322 +- 0.2315 % 1.05 m +- 8.01 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV - Mean number of gamma 510 - Mean number of e- 873 - Mean number of e+ 53.6 - Mean number of charged steps 3673.44 - Mean number of neutral steps 3700.06 + Mean number of gamma 509 + Mean number of e- 872 + Mean number of e+ 53.8 + Mean number of charged steps 3671.33 + Mean number of neutral steps 3703.84 ------------------------------------------------------------ diff --git a/examples/extended/visualization/movies/movies.out b/examples/extended/visualization/movies/movies.out index e631985cb5d..f3ddc1c8503 100644 --- a/examples/extended/visualization/movies/movies.out +++ b/examples/extended/visualization/movies/movies.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,7 +33,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -115,7 +114,7 @@ Some /vis commands (optionally) take a string to specify colour. ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 3240.779 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole @@ -157,10 +156,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -331,7 +333,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -813,7 +815,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -838,12 +840,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. --> Event 1 starts. diff --git a/examples/extended/visualization/standalone/History b/examples/extended/visualization/standalone/History index eff52bbde44..485a9db8eed 100644 --- a/examples/extended/visualization/standalone/History +++ b/examples/extended/visualization/standalone/History @@ -5,6 +5,10 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-10-25 John Allison (exam-ext-vis-standalone-V11-02-01) +- vis.mac: + - Add some commands from examples/basic/B1/vis.mac to get a nice view. + ## 2024-01-30 John Allison (exam-ext-vis-standalone-V11-02-00) - A smarter way of getting extent of geometry that ignores invisible volumes. Thus, if the world is marked invisible, it ignores it. diff --git a/examples/extended/visualization/standalone/standalone.mac b/examples/extended/visualization/standalone/standalone.mac index 7f7cfa0b5ab..1e9ce09fdcc 100644 --- a/examples/extended/visualization/standalone/standalone.mac +++ b/examples/extended/visualization/standalone/standalone.mac @@ -5,6 +5,15 @@ /vis/scene/add/userAction /vis/scene/add/axes /vis/scene/add/scale + +# To get nice view (some commands from example B1) +# Make the "World" box invisible +/vis/geometry/set/visibility World 0 false +# "Envelope" is transparent blue to represent water +/vis/geometry/set/colour Envelope 0 0 0 1 .3 +/vis/viewer/set/style surface +/vis/viewer/set/viewpointThetaPhi 135 45 + /vis/sceneHandler/attach /vis/viewer/flush /vis/scene/list diff --git a/examples/extended/visualization/userVisAction/CMakeLists.txt b/examples/extended/visualization/userVisAction/CMakeLists.txt index 356f058f293..aa3047c2bba 100644 --- a/examples/extended/visualization/userVisAction/CMakeLists.txt +++ b/examples/extended/visualization/userVisAction/CMakeLists.txt @@ -46,8 +46,6 @@ set(USERVISACTION_SCRIPTS userVisAction.in userVisAction.out init_vis.mac - run1.mac - run2.mac vis.mac ) diff --git a/examples/extended/visualization/userVisAction/History b/examples/extended/visualization/userVisAction/History index ab3b6a8cc11..93d315af288 100644 --- a/examples/extended/visualization/userVisAction/History +++ b/examples/extended/visualization/userVisAction/History @@ -5,6 +5,10 @@ which **must** added in reverse chronological order (newest at the top). It must be used as a substitute for writing good git commit messages! +## 2024-09-19 Ivana Hrivnacova (exam-ext-vis-UVA-V11-02-00) +- Removed the run1.mac and run2.mac macros, as they are + not useful in this example context + ## 2021-12-10 Ben Morgan (exam-ext-vis-UVA-V11-00-00) - Change to new Markdown History format diff --git a/examples/extended/visualization/userVisAction/run1.mac b/examples/extended/visualization/userVisAction/run1.mac deleted file mode 100644 index 8eb85c101b7..00000000000 --- a/examples/extended/visualization/userVisAction/run1.mac +++ /dev/null @@ -1,30 +0,0 @@ -# Macro file for example B1 -# -# Can be run in batch, without graphic -# or interactively: Idle> /control/execute run1.mac -# -# Change the default number of workers (in multi-threading mode) -#/run/numberOfThreads 4 -# -# Initialize kernel -/run/initialize -# -/control/verbose 2 -/run/verbose 2 -/event/verbose 0 -/tracking/verbose 1 -# -# gamma 6 MeV to the direction (0.,0.,1.) -# -/gun/particle gamma -/gun/energy 6 MeV -# -/run/beamOn 5 -# -# proton 210 MeV to the direction (0.,0.,1.) -# -/gun/particle proton -/gun/energy 210 MeV -/tracking/verbose 2 -# -/run/beamOn 1 diff --git a/examples/extended/visualization/userVisAction/run2.mac b/examples/extended/visualization/userVisAction/run2.mac deleted file mode 100644 index 76b9b20ad56..00000000000 --- a/examples/extended/visualization/userVisAction/run2.mac +++ /dev/null @@ -1,27 +0,0 @@ -# Macro file for example B1 -# -# To be run preferably in batch, without graphics: -# % exampleB1 run2.mac -# -#/run/numberOfThreads 4 -/run/initialize -# -/control/verbose 2 -/run/verbose 2 -# -# gamma 6 MeV to the direction (0.,0.,1.) -# 10000 events -# -/gun/particle gamma -/gun/energy 6 MeV -# -/run/printProgress 100 -/run/beamOn 1000 -# -# proton 210 MeV to the direction (0.,0.,1.) -# 1000 events -# -/gun/particle proton -/gun/energy 210 MeV -# -/run/beamOn 1000 diff --git a/examples/extended/visualization/userVisAction/userVisAction.out b/examples/extended/visualization/userVisAction/userVisAction.out index e14e7cb0f51..fd664c3e557 100644 --- a/examples/extended/visualization/userVisAction/userVisAction.out +++ b/examples/extended/visualization/userVisAction/userVisAction.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-02-ref-06 (28-June-2024) + Geant4 version Name: geant4-11-03-ref-00 (6-December-2024) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -32,7 +32,6 @@ Registered graphics systems are: RayTracer (RayTracer) VRML2FILE (VRML2FILE) gMocrenFile (gMocrenFile) - TOOLSSG_OFFSCREEN (TSG_OFFSCREEN) TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE) OpenGLImmediateQt (OGLIQt, OGLI) OpenGLStoredQt (OGLSQt, OGL, OGLS) @@ -119,10 +118,13 @@ Bremsstrahlung energy threshold above which primary e+- is added to the list of secondary 100 TeV Bremsstrahlung energy threshold above which primary muon/hadron is added to the list of secondary 100 TeV +Positron annihilation at rest model SimplePositronium +Enable 3 gamma annihilation on fly 0 Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Use Ricardo-Gerardo pair production model 0 Livermore data directory epics_2017 ======================================================================= ====== Ionisation Parameters ======== @@ -293,7 +295,7 @@ ionIoni: for GenericIon XStype:3 SubType=2 Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV + Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV msc: for alpha SubType= 10 @@ -568,7 +570,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: He3ParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for alpha Process: hadElastic @@ -577,7 +579,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: alphaParticleXS: 0 eV ---> 25.6 PeV ----------------------------------------------------------------------- Hadronic Processes for anti_He3 Process: hadElastic @@ -658,7 +660,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: deuteronParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for e+ Process: positronNuclear @@ -758,7 +760,7 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 1 GeV ---> 6 GeV Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 100 TeV + Cr_sctns: protonParticleXS: 0 eV ---> 100 TeV ----------------------------------------------------------------------- Hadronic Processes for sigma- Process: hadElastic @@ -777,11 +779,11 @@ CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: G4ParticleInelasticXS: 0 eV ---> 25.6 PeV + Cr_sctns: tritonParticleXS: 0 eV ---> 25.6 PeV ======================================================================= ====== Geant4 Native Pre-compound Model Parameters ======== ======================================================================= -Type of pre-compound inverse x-section 3 +Type of pre-compound inverse x-section 1 Pre-compound model active 1 Pre-compound excitation low energy 100 keV Pre-compound excitation high energy 30 MeV @@ -806,12 +808,10 @@ Use discrete excitation energy of the residual 0 Time limit for long lived isomeres 1 ns Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. --> Event 100 starts. @@ -843,7 +843,7 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 5.00878 nanoGy +- 146.537 picoGy + Dose in scoring volume : 4.84309 nanoGy +- 145.667 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/visualization/vtk/History b/examples/extended/visualization/vtk/History index af4d541aecd..e09431f1f7b 100644 --- a/examples/extended/visualization/vtk/History +++ b/examples/extended/visualization/vtk/History @@ -6,6 +6,14 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-08-16 S. Boogert (exam-ext-vis-vtk-V11-02-01) +- Macros require explanation + removed unused macro vtkExample.in + +## 2024-08-12 I. Hrivnacova (exam-ext-vis-vtk-V11-02-00) +- Updated for changes in accumulables: + use new "Register" method with shorter name + ## 2023-11-14 I. Hrivnacova (exam-ext-vis-vtk-V11-01-02) - Fixes for Doxygen: Move class description comments after namespace diff --git a/examples/extended/visualization/vtk/exampleVtk.in b/examples/extended/visualization/vtk/exampleVtk.in deleted file mode 100644 index 11f4c83c802..00000000000 --- a/examples/extended/visualization/vtk/exampleVtk.in +++ /dev/null @@ -1,16 +0,0 @@ -# Macro file for example B1 test - -/run/initialize - -# gamma 6 MeV -/gun/particle gamma -/gun/energy 6 MeV -# -/run/printProgress 100 -/run/beamOn 1000 -# -# proton 210 MeV -/gun/particle proton -/gun/energy 210 MeV -# -/run/beamOn 1000 diff --git a/examples/extended/visualization/vtk/src/RunAction.cc b/examples/extended/visualization/vtk/src/RunAction.cc index f7a363ed523..b12485783ba 100644 --- a/examples/extended/visualization/vtk/src/RunAction.cc +++ b/examples/extended/visualization/vtk/src/RunAction.cc @@ -62,8 +62,8 @@ RunAction::RunAction() // Register accumulable to the accumulable manager G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); - accumulableManager->RegisterAccumulable(fEdep); - accumulableManager->RegisterAccumulable(fEdep2); + accumulableManager->Register(fEdep); + accumulableManager->Register(fEdep2); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/packaging/rpm/geant4.spec b/packaging/rpm/geant4.spec index 525f318bd1a..3123e0cc234 100644 --- a/packaging/rpm/geant4.spec +++ b/packaging/rpm/geant4.spec @@ -1,19 +1,20 @@ %global geant4_version 11.3.0 %global NEUTRONHPDATA G4NDL.4.7.1 -%global LEDATA G4EMLOW.8.6 -%global LEVELGAMMADATA G4PhotonEvaporation.5.7 -%global RADIOACTIVEDATA G4RadioactiveDecay.5.6 +%global LEDATA G4EMLOW.8.6.1 +%global LEVELGAMMADATA G4PhotonEvaporation.6.1 +%global RADIOACTIVEDATA G4RadioactiveDecay.6.1.2 %global PARTICLEXSDATA G4PARTICLEXS.4.1 %global PIIDATA G4PII.1.3 %global REALSURFACEDATA G4RealSurface.2.2 %global SAIDXSDATA G4SAIDDATA.2.0 %global ABLADATA G4ABLA.3.3 %global INCLDATA G4INCL.1.2 -%global ENSDFSTATEDATA G4ENSDFSTATE.2.3 +%global ENSDFSTATEDATA G4ENSDFSTATE.3.0 +%global CHANNELINGDATA G4CHANNELING.1.0 %global TENDLDATA G4TENDL.1.4 %global NUDEXLIBDATA G4NUDEXLIB.1.0 -%global URRPTDATA G4URRPT.1.0 +%global URRPTDATA G4URRPT.1.1 Name: geant4 Version: %{geant4_version} @@ -33,9 +34,10 @@ Source8: https://geant4-data.web.cern.ch/datasets/%{SAIDXSDATA}.tar.gz Source9: https://geant4-data.web.cern.ch/datasets/%{ABLADATA}.tar.gz Source10: https://geant4-data.web.cern.ch/datasets/%{INCLDATA}.tar.gz Source11: https://geant4-data.web.cern.ch/datasets/%{ENSDFSTATEDATA}.tar.gz -Source12: https://geant4-data.web.cern.ch/datasets/%{TENDLDATA}.tar.gz -Source13: https://geant4-data.web.cern.ch/datasets/%{NUDEXLIBDATA}.tar.gz -Source14: https://geant4-data.web.cern.ch/datasets/%{URRPTDATA}.tar.gz +Source12: https://geant4-data.web.cern.ch/datasets/%{CHANNELINGDATA}.tar.gz +Source13: https://geant4-data.web.cern.ch/datasets/%{TENDLDATA}.tar.gz +Source14: https://geant4-data.web.cern.ch/datasets/%{NUDEXLIBDATA}.tar.gz +Source15: https://geant4-data.web.cern.ch/datasets/%{URRPTDATA}.tar.gz %undefine __cmake_in_source_build %undefine __cmake3_in_source_build @@ -93,12 +95,10 @@ Requires: %{name}-data = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description -Geant simulates the passage of subatomic particles through matter, -for instance, particle detectors. Geant 3 simulations are performed -by linking Fortran code supplied by the user with the Geant libraries, -then running the resulting executable. This package includes gxint, -the script used to perform this linking step. Geant 4 is a complete -rewrite in C++ with addition of other modern features and detectors. +Geant4 simulates the passage of subatomic particles through matter, +for instance, particle detectors. Geant4 simulations are performed +by linking C++ code supplied by the user with the Geant4 libraries, +then running the resulting executable. %package libs Summary: Geant4 libraries @@ -235,6 +235,8 @@ tar xzf %{SOURCE10} -C %{buildroot}/%{_datadir}/%{name}/data tar xzf %{SOURCE11} -C %{buildroot}/%{_datadir}/%{name}/data tar xzf %{SOURCE12} -C %{buildroot}/%{_datadir}/%{name}/data tar xzf %{SOURCE13} -C %{buildroot}/%{_datadir}/%{name}/data +tar xzf %{SOURCE14} -C %{buildroot}/%{_datadir}/%{name}/data +tar xzf %{SOURCE15} -C %{buildroot}/%{_datadir}/%{name}/data %files # Empty @@ -262,6 +264,20 @@ tar xzf %{SOURCE13} -C %{buildroot}/%{_datadir}/%{name}/data %endif %changelog +* Mon Nov 25 2024 Ben Morgan - 11.3.0-3 +- Bump G4RadioactiveDecay dataset version to 6.1.2 + +* Thu Nov 21 2024 Gabriele Cosmo - 11.3.0-2 +- Bump G4URRPT dataset to 1.1 +- Fixed package description + +* Tue Nov 19 2024 Ben Morgan - 11.3.0-1 +- Bump G4RadioactiveDecay dataset version to 6.1.1 + +* Fri Nov 15 2024 Ben Morgan - 11.3.0 +- Update to version 11.3.0 +- Add install of new Channeling dataset + * Fri Jun 28 2024 Gabriele Cosmo - 11.3.0-b - Update to version 11.3.0-beta diff --git a/source/analysis/History b/source/analysis/History index 2a3a433ac45..a62f4002202 100644 --- a/source/analysis/History +++ b/source/analysis/History @@ -6,6 +6,56 @@ It must **not** be used as a substitute for writing good git commit messages! ------------------------------------------------------------------------------- +## 2024-11-04 I. Hrivnacova (analysis-V11-02-08) +- Coverity fixes: + - Correct usage of std::move + +## 2024-10-16 I. Hrivnacova (analysis-V11-02-07) +- G4AccVector, G4Acc[Unordered]Map: + Replaced inheritance from standard collections with composition, + added most frequent functions: + - operator[], at, size, [c]begin, [c]end, clear - all + - insert, find - map, unordered_map + - push_back, emplace_back, pop_back - vector + +## 2024-09-13 I. Hrivnacova (analysis-V11-02-06) +- Fix setting file compression level in G4GenericFileManager: + propagate setting to all registered file managers. + (Addressing the problem report #2625.) + +## 2024-09-10 I. Hrivnacova (analysis-V11-02-05) +- Coverity fixes: + - Use std::move, const auto& instead of auto to avoid copying + +## 2024-08-30 G. Cosmo (analysis-V11-02-04) +- Fixed compilation warning on macOS/XCode for implicit type conversion in + G4AccumulableManager. + +## 2024-07-08 I. Hrivnacova (analysis-V11-02-03) +Added support for accumulable collections, and more: +- New classes: + G4AccArray, G4AccMap, G4AccUnorderedMap, G4AccVector +- Renamed class G4Accumulable in G4AccValue, + and added a using for the old name for backward compatibility +- Replaced G4AccumulableManager::RegisterAccumulable with Register + and deprecated the function with the old name +- Added G4AccType enumaration for avalable accumulable types +- Added functions for printing with G4PrintOption argument + to all accumulable types and G4AccumulableManager: + - Note this will require to update user classes which implement + the Print() function without or with different argument(s) +- Added G4Accumulables::VerboseLevel and its setter/getter + in G4AccumulableManager +- Extended test08 with new accumulable types + +## 2024-07-08 I. Hrivnacova (analysis-V11-02-02) +- Clang-tidy checks: + - Removed virtual keywords for overriding functions + (G4GenericFileManager, G4THnToolsManager) + - removed redundant data initialization (G4HnInformation) + - use emplace-back in G4RootMainNtupleManager.cc + - removed redundant data initialization + ## 2024-06-05 I. Hrivnacova (analysis-V11-02-01) - Do not delete G4Accumulable default constructor, as it prevents from using it in an array without an explicit diff --git a/source/analysis/accumulables/include/G4AccArray.hh b/source/analysis/accumulables/include/G4AccArray.hh new file mode 100644 index 00000000000..7572b87c87a --- /dev/null +++ b/source/analysis/accumulables/include/G4AccArray.hh @@ -0,0 +1,96 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// + +// Class template for accumulable arrays handled by Geant4 analysis +// +// Author: Ivana Hrivnacova, IJCLab IN2P3/CNRS, 18/07/2024 + +#ifndef G4AccArray_h +#define G4AccArray_h 1 + +#include "G4VAccumulable.hh" +#include "G4MergeMode.hh" + +#include "globals.hh" + +#include + +template +class G4AccArray : public G4VAccumulable +{ + public: + // Default constructor (1) + // Constructs the container with the default init value + G4AccArray(const G4String& name = "", + const T& value = 0, + G4MergeMode mergeMode = G4MergeMode::kAddition); + + // Constructor (2) + // Constructs the container with the provided initializer list + // and defaults for all other members + template + G4AccArray(Args&&... args); + + // // Constructor (3) + // // Constructs the container with the provided name and initializer list + // // and defaults for the other members + template + G4AccArray(const First& firstArg, Args&&... args); + + // Copy constructor + G4AccArray(const G4AccArray& rhs) = default; + // Move constructor + G4AccArray(G4AccArray&& rhs) = default; + + // Destructor + ~G4AccArray() override = default; + + // operators + inline T& operator[](typename std::array::size_type i) { return fArray[i]; } + + // Methods + void Merge(const G4VAccumulable& other) final; + void Reset() final; + void Print(G4PrintOptions options = G4PrintOptions()) const final; + void SetMergeMode(G4MergeMode value) final; + + // Get methods + G4AccType GetType() const final { return G4AccType::kArray; } + std::array& GetArray(); + const std::array& GetArray() const; + + private: + // Data members + std::array fArray {}; + T fInitValue = 0; + G4MergeFunction fMergeFunction; +}; + +// inline functions + +#include "G4AccArray.icc" + +#endif diff --git a/source/analysis/accumulables/include/G4AccArray.icc b/source/analysis/accumulables/include/G4AccArray.icc new file mode 100644 index 00000000000..d6ef1fde776 --- /dev/null +++ b/source/analysis/accumulables/include/G4AccArray.icc @@ -0,0 +1,154 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// + +// Author: Ivana Hrivnacova, IJCLab IN2P3/CNRS, 18/07/2024 + +#include + +// +// public functions +// + +//_____________________________________________________________________________ +template +G4AccArray::G4AccArray( + const G4String& name, const T& value, G4MergeMode mergeMode) +: G4VAccumulable(name, mergeMode), + fInitValue(value), + fMergeFunction(GetMergeFunction(mergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccArray ctor1" << G4endl; + } + + for (auto& element : fArray ) { + element = fInitValue; + } +} + +//_____________________________________________________________________________ +template +template +G4AccArray::G4AccArray(Args&&... args) +: G4VAccumulable(), + fArray{{std::forward(args)...}}, fMergeFunction(GetMergeFunction(fMergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccArray ctor2" << G4endl; + } +} + +//_____________________________________________________________________________ +template +template +G4AccArray::G4AccArray(const First& firstArg, Args&&... args) +: G4VAccumulable(firstArg), + fArray{{std::forward(args)...}}, + fMergeFunction(GetMergeFunction(fMergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccArray ctor3" << G4endl; + } +} + +//_____________________________________________________________________________ +template +void G4AccArray::Merge(const G4VAccumulable& other) +{ + const auto& otherArrayAcc = static_cast&>(other); + const auto& otherArray = otherArrayAcc.GetArray(); + + if (G4Accumulables::VerboseLevel > 2 ) { + G4cout << "G4AccArray::Merge: " << G4endl; + G4cout << "destination: "; + for (auto v : this->fArray) { + G4cout << v << ", "; + } + G4cout << G4endl; + G4cout << "merged data: "; + for (auto v : otherArray) { + G4cout << v << ", "; + } + G4cout << G4endl; + } + + std::transform(fArray.begin(), fArray.end(), otherArray.begin(), + fArray.begin(), fMergeFunction); + + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccArray::Merge: done" << G4endl; + } +} + +//_____________________________________________________________________________ +template +void G4AccArray::Reset() +{ + for (auto& value : fArray) { + value = fInitValue; + } +} + +//_____________________________________________________________________________ +template +void G4AccArray::Print(G4PrintOptions options) const +{ + if (options.Has(G4PrintOptions::kType)) { + G4cout << "array<" << typeid(fInitValue).name() << ">: "; + } + + PrintBase(options); + + bool first = true; + for (auto& value : fArray) { + if (! first) { G4cout << ", "; } + G4cout << value; + first = false; + } + G4cout << G4endl; +} + +//_____________________________________________________________________________ +template +void G4AccArray::SetMergeMode(G4MergeMode value) +{ + G4VAccumulable::SetMergeMode(value); + fMergeFunction = GetMergeFunction(value); +} + +//_____________________________________________________________________________ +template +std::array& G4AccArray::GetArray() +{ + return fArray; +} + +//_____________________________________________________________________________ +template +const std::array& G4AccArray::GetArray() const +{ + return fArray; +} diff --git a/source/analysis/accumulables/include/G4AccMap.hh b/source/analysis/accumulables/include/G4AccMap.hh new file mode 100644 index 00000000000..0d089a91e19 --- /dev/null +++ b/source/analysis/accumulables/include/G4AccMap.hh @@ -0,0 +1,200 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// + +// Class template for accumulable maps handled by Geant4 analysis +// +// Author: Ivana Hrivnacova, IJCLab IN2P3/CNRS, 19/07/2024 + +#ifndef G4AccMap_h +#define G4AccMap_h 1 + +#include "G4VAccumulable.hh" +#include "G4MergeMode.hh" + +#include "globals.hh" + +#include + +template , + class Allocator = std::allocator>> +class G4AccMap : public G4VAccumulable +{ + public: + // ctors to be supported + // (https://en.cppreference.com/w/cpp/container/map/map) + // + // Default constructor (1) - Constructs an empty container. + // map(); + // + // Constructor (2) - Constructs an empty container. + // explicit map(const Compare& comp, + // const Allocator& alloc = Allocator()); + // + // Constructor (3) - Constructs an empty container. + // explicit map(const Allocator& alloc); + // + // 4,5) Constructs the container with the contents of the range [first, last). + // - skipped + // + // Constructor (6) - Copy constructor. + // Constructs the container with the copy of the contents of other. + // map( const map& other ); + // + // Constructor (7) - Copy constructor with provided allocator + // map( const map& other, const Allocator& alloc ); + // + // Constructor (8) - Move constructor. + // Constructs the container with the contents of other using move semantics. + // map(map&& other); + // + // Constructor (9) - Move constructor with provided allocator + // Constructs the container with the contents of other using move semantics. + // map(map&& other, const Allocator& alloc); + // + // Constructor (10) - Initializer-list constructor. + // Constructs the container with the contents of the initializer list init + // map(std::initializer_list init, + // const Compare& comp = Compare(), + // const Allocator& alloc = Allocator()); + // + // Constructor (11) - Initializer-list constructor. + // Constructs the container with the contents of the initializer list init + // map(std::initializer_list init, + // const Allocator& alloc); + // - skipped + // + // (since C++20) + // (12,13) Constructs the container with the contents of rg. + // - skipped + + // Default constructor (1) + // Constructs an empty container with all defaults. + G4AccMap(const G4String& name = "", + G4MergeMode mergeMode = G4MergeMode::kAddition); + + // Constructor (2) + // Constructs an empty container with the given compare. + G4AccMap(const Compare& comp, + G4MergeMode mergeMode = G4MergeMode::kAddition, + const Allocator& alloc = Allocator()); + + // Constructor (2) with name + // Constructs an empty container with the given compare with name + G4AccMap(const G4String& name, + const Compare& comp, + G4MergeMode mergeMode = G4MergeMode::kAddition, + const Allocator& alloc = Allocator()); + + // Constructor (3) + // Constructs an empty container with the given allocator alloc. + G4AccMap(const Allocator& alloc, + G4MergeMode mergeMode = G4MergeMode::kAddition); + + // Constructor (3) with name + // Constructs an empty container with the given allocator alloc and name + G4AccMap(const G4String& name, + const Allocator& alloc, + G4MergeMode mergeMode = G4MergeMode::kAddition); + + // Constructor (10) + // Constructs the container with the contents of the initializer list init. + G4AccMap(std::initializer_list> init, + G4MergeMode mergeMode = G4MergeMode::kAddition, + const Compare& comp = Compare(), + const Allocator& alloc = Allocator()); + + // Constructor (10) with name + // Constructs the container with the contents of the initializer list init. + G4AccMap(const G4String& name, + std::initializer_list> init, + G4MergeMode mergeMode = G4MergeMode::kAddition, + const Compare& comp = Compare(), + const Allocator& alloc = Allocator()); + + // Copy constructor + G4AccMap(const G4AccMap& rhs) = default; + G4AccMap(const G4AccMap& rhs, const Allocator& allocator); + // Move constructor + G4AccMap(G4AccMap&& rhs) = default; + G4AccMap(G4AccMap&& rhs, const Allocator& allocator); + + // Destructor + ~G4AccMap() override = default; + + // std::map functions, operators + // operator [] + inline T& operator[](const Key& key) { return fMap[key]; } + inline T& operator[](Key&& key) { return fMap[std::move(key)]; } + // at + inline T& at(const Key& key) { return fMap[key]; } + inline const T& at(const Key& key ) const { return fMap[key]; } + // size + inline typename std::map::size_type size() const { return fMap.size(); } + // begin, cbegin + inline typename std::map::iterator begin() { return fMap.begin(); } + inline typename std::map::const_iterator begin() const { return fMap.begin(); } + inline typename std::map::const_iterator cbegin() const { return fMap.cbegin(); } + // end, cend + inline typename std::map::iterator end() { return fMap.end(); } + inline typename std::map::const_iterator end() const { return fMap.end(); } + inline typename std::map::const_iterator cend() const { return fMap.cend(); } + // clear + inline void clear() { fMap.clear(); } + // insert + inline std::pair::iterator, bool> insert(const T& value) { return fMap.insert(value); } + template< class P > + inline std::pair::iterator, bool> insert( P&& value ) { return fMap.insert(std::move(value)); } + inline std::pair::iterator, bool> insert( T&& value ) { return fMap.insert(std::move(value)); } + // find + inline typename std::map::iterator find( const Key& key ) { return fMap.find(key); } + inline typename std::map::const_iterator find( const Key& key ) const { return fMap.find(key); } + + // Methods + void Merge(const G4VAccumulable& other) final; + void Reset() final; + void Print(G4PrintOptions options = G4PrintOptions()) const final; + void SetMergeMode(G4MergeMode value) final; + void SetInitValue(const T& value); + + // Get methods + G4AccType GetType() const final { return G4AccType::kMap; } + std::map& GetMap() { return fMap; } + const std::map& GetMap() const { return fMap; } + + private: + // Data members + std::map fMap {}; + T fInitValue = 0; + G4MergeFunction fMergeFunction; + }; + +// inline functions + +#include "G4AccMap.icc" + +#endif diff --git a/source/analysis/accumulables/include/G4AccMap.icc b/source/analysis/accumulables/include/G4AccMap.icc new file mode 100644 index 00000000000..4c6a11263bd --- /dev/null +++ b/source/analysis/accumulables/include/G4AccMap.icc @@ -0,0 +1,243 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// + +// Author: Ivana Hrivnacova, IJCLab IN2P3/CNRS, 19/07/2024 + +#include + +// +// public functions +// + +// Default constructor (1) +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + const G4String& name, + G4MergeMode mergeMode) +: G4VAccumulable(name, mergeMode), + fMap(), + fMergeFunction(GetMergeFunction(mergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccMap ctor1" << G4endl; + } +} + +// Constructor (2) +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + const Compare& comp, + G4MergeMode mergeMode, + const Allocator& allocator) +: G4VAccumulable(mergeMode), + fMap(comp, allocator), + fMergeFunction(GetMergeFunction(mergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccMap ctor2" << G4endl; + } +} + +// Constructor (2) with name +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + const G4String& name, + const Compare& comp, + G4MergeMode mergeMode, + const Allocator& allocator) +: G4VAccumulable(name, mergeMode), + fMap(comp, allocator), + fMergeFunction(GetMergeFunction(mergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccMap ctor2n" << G4endl; + } +} + +// Constructor (3) +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + const Allocator& allocator, + G4MergeMode mergeMode) +: G4VAccumulable(mergeMode), + fMap(allocator), + fMergeFunction(GetMergeFunction(mergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccMap ctor3" << G4endl; + } +} + +// Constructor (3) with name +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + const G4String& name, + const Allocator& allocator, + G4MergeMode mergeMode) +: G4VAccumulable(name, mergeMode), + fMap(allocator), + fMergeFunction(GetMergeFunction(mergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccMap ctor3n" << G4endl; + } +} + +// Constructor (10) +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + std::initializer_list> init, + G4MergeMode mergeMode, + const Compare& comp, + const Allocator& allocator) +: G4VAccumulable(mergeMode), + fMap(init, comp, allocator), + fMergeFunction(GetMergeFunction(mergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccMap ctor10" << G4endl; + } +} + +// Constructor (10) with name +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + const G4String& name, + std::initializer_list> init, + G4MergeMode mergeMode, + const Compare& comp, + const Allocator& allocator) +: G4VAccumulable(name, mergeMode), + fMap(init, comp, allocator), + fMergeFunction(GetMergeFunction(mergeMode)) +{ + if (G4Accumulables::VerboseLevel > 1 ) { + G4cout << "G4AccMap ctor10n" << G4endl; + } +} + +// Copy ctor +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + const G4AccMap& rhs, + const Allocator& allocator) +: G4VAccumulable(rhs), + fMap(rhs, allocator), + fMergeFunction(rhs.fMergeFunction) +{} + +// Move ctor +//_____________________________________________________________________________ +template +G4AccMap::G4AccMap( + G4AccMap&& rhs, + const Allocator& allocator) +: G4VAccumulable(std::move(rhs)), + fMap(std::move(rhs), allocator), + fMergeFunction(rhs.fMergeFunction) +{} + +//_____________________________________________________________________________ +template +void G4AccMap::Merge(const G4VAccumulable& other) +{ + const auto& otherMap = static_cast&>(other); + + if (G4Accumulables::VerboseLevel > 2 ) { + G4cout << "G4AccMap::Merge: " << G4endl; + G4cout << "destination: "; + for (const auto& [key, v] : fMap) { + G4cout << "[ " << key << ", " << v << " ], "; + } + G4cout << G4endl; + G4cout << "merged data: "; + for (const auto& [key, v] : otherMap.fMap) { + G4cout << "[ " << key << ", " << v << " ], "; + } + G4cout << G4endl; + } + + for (const auto& [key, value] : otherMap.fMap) { + if ( fMap.find(key) == fMap.end()) { + fMap[key] = value; + } + else { + fMap[key] = fMergeFunction(fMap[key], value); + } + } +} + +//_____________________________________________________________________________ +template +void G4AccMap::Reset() +{ + for (auto& [key, value] :fMap) { + fMap[key] = fInitValue; + } +} + +//_____________________________________________________________________________ +template +void G4AccMap::Print( + G4PrintOptions options) const +{ + if (options.Has(G4PrintOptions::kType)) { + G4cout << "map<" << typeid(Key).name() << ", " << typeid(T).name() << ">: "; + } + + PrintBase(options); + + bool first = true; + for (const auto& [key, value] : fMap) { + if (! first) { G4cout << ", "; } + G4cout << "[ " << key << ", " << value << "] "; + first = false; + } + G4cout << G4endl; +} + +//_____________________________________________________________________________ +template +void G4AccMap::SetMergeMode(G4MergeMode value) +{ + G4VAccumulable::SetMergeMode(value); + fMergeFunction = GetMergeFunction(fMergeMode); +} + +//_____________________________________________________________________________ +template +void G4AccMap::SetInitValue(const T& value) +{ + fInitValue = value; +} diff --git a/source/analysis/accumulables/include/G4AccType.hh b/source/analysis/accumulables/include/G4AccType.hh new file mode 100644 index 00000000000..d5dc8699d78 --- /dev/null +++ b/source/analysis/accumulables/include/G4AccType.hh @@ -0,0 +1,98 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// + +// Author: Ivana Hrivnacova, IJCLab IN2P3/CNRS, 25/07/2024 + +#ifndef G4AccType_h +#define G4AccType_h 1 + +#include "globals.hh" + +#include + +// Enumeration for definition available accummulables + +enum class G4AccType { + kValue, // G4AccValue + kArray, // G4AccArray + kMap, // G4AccMap + kUnorderedMap, // G4AccUnorderedMap + kVector, // G4AccumulableVector + kUser // User type +}; + +// TODO: add G4String GetTypeName(G4AccType) + +// Helper class for printing +// +class G4PrintOptions { + public: + enum Option : std::size_t { + kName = 0, + kType = 1, + kId = 2 + }; + + G4PrintOptions() { + SetDefaults(); + } + G4PrintOptions(std::initializer_list